{"version":3,"sources":["../../src/presets/material/index.ts"],"sourcesContent":["import type { Preset } from '@primeuix-ce/themes/types';\nimport type { MaterialBaseDesignTokens } from './base/index.d';\n\nimport accordion from '@primeuix-ce/themes/material/accordion';\nimport autocomplete from '@primeuix-ce/themes/material/autocomplete';\nimport avatar from '@primeuix-ce/themes/material/avatar';\nimport badge from '@primeuix-ce/themes/material/badge';\nimport base from '@primeuix-ce/themes/material/base';\nimport blockui from '@primeuix-ce/themes/material/blockui';\nimport breadcrumb from '@primeuix-ce/themes/material/breadcrumb';\nimport button from '@primeuix-ce/themes/material/button';\nimport card from '@primeuix-ce/themes/material/card';\nimport carousel from '@primeuix-ce/themes/material/carousel';\nimport cascadeselect from '@primeuix-ce/themes/material/cascadeselect';\nimport checkbox from '@primeuix-ce/themes/material/checkbox';\nimport chip from '@primeuix-ce/themes/material/chip';\nimport colorpicker from '@primeuix-ce/themes/material/colorpicker';\nimport confirmdialog from '@primeuix-ce/themes/material/confirmdialog';\nimport confirmpopup from '@primeuix-ce/themes/material/confirmpopup';\nimport contextmenu from '@primeuix-ce/themes/material/contextmenu';\nimport datatable from '@primeuix-ce/themes/material/datatable';\nimport dataview from '@primeuix-ce/themes/material/dataview';\nimport datepicker from '@primeuix-ce/themes/material/datepicker';\nimport dialog from '@primeuix-ce/themes/material/dialog';\nimport divider from '@primeuix-ce/themes/material/divider';\nimport dock from '@primeuix-ce/themes/material/dock';\nimport drawer from '@primeuix-ce/themes/material/drawer';\nimport editor from '@primeuix-ce/themes/material/editor';\nimport fieldset from '@primeuix-ce/themes/material/fieldset';\nimport fileupload from '@primeuix-ce/themes/material/fileupload';\nimport floatlabel from '@primeuix-ce/themes/material/floatlabel';\nimport galleria from '@primeuix-ce/themes/material/galleria';\nimport iconfield from '@primeuix-ce/themes/material/iconfield';\nimport iftalabel from '@primeuix-ce/themes/material/iftalabel';\nimport image from '@primeuix-ce/themes/material/image';\nimport imagecompare from '@primeuix-ce/themes/material/imagecompare';\nimport inlinemessage from '@primeuix-ce/themes/material/inlinemessage';\nimport inplace from '@primeuix-ce/themes/material/inplace';\nimport inputchips from '@primeuix-ce/themes/material/inputchips';\nimport inputgroup from '@primeuix-ce/themes/material/inputgroup';\nimport inputnumber from '@primeuix-ce/themes/material/inputnumber';\nimport inputotp from '@primeuix-ce/themes/material/inputotp';\nimport inputtext from '@primeuix-ce/themes/material/inputtext';\nimport knob from '@primeuix-ce/themes/material/knob';\nimport listbox from '@primeuix-ce/themes/material/listbox';\nimport megamenu from '@primeuix-ce/themes/material/megamenu';\nimport menu from '@primeuix-ce/themes/material/menu';\nimport menubar from '@primeuix-ce/themes/material/menubar';\nimport message from '@primeuix-ce/themes/material/message';\nimport metergroup from '@primeuix-ce/themes/material/metergroup';\nimport multiselect from '@primeuix-ce/themes/material/multiselect';\nimport orderlist from '@primeuix-ce/themes/material/orderlist';\nimport organizationchart from '@primeuix-ce/themes/material/organizationchart';\nimport overlaybadge from '@primeuix-ce/themes/material/overlaybadge';\nimport paginator from '@primeuix-ce/themes/material/paginator';\nimport panel from '@primeuix-ce/themes/material/panel';\nimport panelmenu from '@primeuix-ce/themes/material/panelmenu';\nimport password from '@primeuix-ce/themes/material/password';\nimport picklist from '@primeuix-ce/themes/material/picklist';\nimport popover from '@primeuix-ce/themes/material/popover';\nimport progressbar from '@primeuix-ce/themes/material/progressbar';\nimport progressspinner from '@primeuix-ce/themes/material/progressspinner';\nimport radiobutton from '@primeuix-ce/themes/material/radiobutton';\nimport rating from '@primeuix-ce/themes/material/rating';\nimport ripple from '@primeuix-ce/themes/material/ripple';\nimport scrollpanel from '@primeuix-ce/themes/material/scrollpanel';\nimport select from '@primeuix-ce/themes/material/select';\nimport selectbutton from '@primeuix-ce/themes/material/selectbutton';\nimport skeleton from '@primeuix-ce/themes/material/skeleton';\nimport slider from '@primeuix-ce/themes/material/slider';\nimport speeddial from '@primeuix-ce/themes/material/speeddial';\nimport splitbutton from '@primeuix-ce/themes/material/splitbutton';\nimport splitter from '@primeuix-ce/themes/material/splitter';\nimport stepper from '@primeuix-ce/themes/material/stepper';\nimport steps from '@primeuix-ce/themes/material/steps';\nimport tabmenu from '@primeuix-ce/themes/material/tabmenu';\nimport tabs from '@primeuix-ce/themes/material/tabs';\nimport tabview from '@primeuix-ce/themes/material/tabview';\nimport tag from '@primeuix-ce/themes/material/tag';\nimport terminal from '@primeuix-ce/themes/material/terminal';\nimport textarea from '@primeuix-ce/themes/material/textarea';\nimport tieredmenu from '@primeuix-ce/themes/material/tieredmenu';\nimport timeline from '@primeuix-ce/themes/material/timeline';\nimport toast from '@primeuix-ce/themes/material/toast';\nimport togglebutton from '@primeuix-ce/themes/material/togglebutton';\nimport toggleswitch from '@primeuix-ce/themes/material/toggleswitch';\nimport toolbar from '@primeuix-ce/themes/material/toolbar';\nimport tooltip from '@primeuix-ce/themes/material/tooltip';\nimport tree from '@primeuix-ce/themes/material/tree';\nimport treeselect from '@primeuix-ce/themes/material/treeselect';\nimport treetable from '@primeuix-ce/themes/material/treetable';\nimport virtualscroller from '@primeuix-ce/themes/material/virtualscroller';\n\nexport default {\n    ...base,\n    components: {\n        accordion,\n        autocomplete,\n        avatar,\n        badge,\n        blockui,\n        breadcrumb,\n        button,\n        datepicker,\n        card,\n        carousel,\n        cascadeselect,\n        checkbox,\n        chip,\n        colorpicker,\n        confirmdialog,\n        confirmpopup,\n        contextmenu,\n        dataview,\n        datatable,\n        dialog,\n        divider,\n        dock,\n        drawer,\n        editor,\n        fieldset,\n        fileupload,\n        iftalabel,\n        floatlabel,\n        galleria,\n        iconfield,\n        image,\n        imagecompare,\n        inlinemessage,\n        inplace,\n        inputchips,\n        inputgroup,\n        inputnumber,\n        inputotp,\n        inputtext,\n        knob,\n        listbox,\n        megamenu,\n        menu,\n        menubar,\n        message,\n        metergroup,\n        multiselect,\n        orderlist,\n        organizationchart,\n        overlaybadge,\n        popover,\n        paginator,\n        password,\n        panel,\n        panelmenu,\n        picklist,\n        progressbar,\n        progressspinner,\n        radiobutton,\n        rating,\n        ripple,\n        scrollpanel,\n        select,\n        selectbutton,\n        skeleton,\n        slider,\n        speeddial,\n        splitter,\n        splitbutton,\n        stepper,\n        steps,\n        tabmenu,\n        tabs,\n        tabview,\n        textarea,\n        tieredmenu,\n        tag,\n        terminal,\n        timeline,\n        togglebutton,\n        toggleswitch,\n        tree,\n        treeselect,\n        treetable,\n        toast,\n        toolbar,\n        tooltip,\n        virtualscroller\n    }\n} satisfies Preset<MaterialBaseDesignTokens>;\n"],"mappings":"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","names":[]}