@ojiepermana/angular 21.3.0 → 21.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +76 -12
- package/component/accordion/package.json +4 -0
- package/component/alert/package.json +4 -0
- package/component/alert-dialog/package.json +4 -0
- package/component/aspect-ratio/package.json +4 -0
- package/component/avatar/package.json +4 -0
- package/component/badge/package.json +4 -0
- package/component/breadcrumb/package.json +4 -0
- package/component/button/package.json +4 -0
- package/component/button-group/package.json +4 -0
- package/component/calendar/package.json +4 -0
- package/component/card/package.json +4 -0
- package/component/carousel/package.json +4 -0
- package/component/chart/area/package.json +4 -0
- package/component/chart/bar/package.json +4 -0
- package/component/chart/line/package.json +4 -0
- package/component/chart/package.json +4 -0
- package/component/chart/pie/package.json +4 -0
- package/component/chart/radar/package.json +4 -0
- package/component/chart/radial/package.json +4 -0
- package/component/chart/scatter/package.json +4 -0
- package/component/checkbox/package.json +4 -0
- package/component/collapsible/package.json +4 -0
- package/component/combobox/package.json +4 -0
- package/component/command/package.json +4 -0
- package/component/context-menu/package.json +4 -0
- package/component/date-picker/package.json +4 -0
- package/component/dialog/package.json +4 -0
- package/component/drawer/package.json +4 -0
- package/component/dropdown-menu/package.json +4 -0
- package/component/form/package.json +4 -0
- package/component/input/package.json +4 -0
- package/component/input-group/package.json +4 -0
- package/component/item/package.json +4 -0
- package/component/label/package.json +4 -0
- package/component/pagination/package.json +4 -0
- package/component/popover/package.json +4 -0
- package/component/progress/package.json +4 -0
- package/component/radio/package.json +4 -0
- package/component/scroll-area/package.json +4 -0
- package/component/select/package.json +4 -0
- package/component/separator/package.json +4 -0
- package/component/sheet/package.json +4 -0
- package/component/skeleton/package.json +4 -0
- package/component/slider/package.json +4 -0
- package/component/switch/package.json +4 -0
- package/component/table/package.json +4 -0
- package/component/tabs/package.json +4 -0
- package/component/textarea/package.json +4 -0
- package/component/toast/package.json +4 -0
- package/component/tooltip/package.json +4 -0
- package/component/utils/package.json +4 -0
- package/fesm2022/{ojiepermana-angular-ui-component-accordion.mjs → ojiepermana-angular-component-accordion.mjs} +1 -1
- package/fesm2022/ojiepermana-angular-component-accordion.mjs.map +1 -0
- package/fesm2022/{ojiepermana-angular-ui-component-alert-dialog.mjs → ojiepermana-angular-component-alert-dialog.mjs} +1 -1
- package/fesm2022/ojiepermana-angular-component-alert-dialog.mjs.map +1 -0
- package/fesm2022/{ojiepermana-angular-ui-component-alert.mjs → ojiepermana-angular-component-alert.mjs} +1 -1
- package/fesm2022/ojiepermana-angular-component-alert.mjs.map +1 -0
- package/fesm2022/{ojiepermana-angular-ui-component-aspect-ratio.mjs → ojiepermana-angular-component-aspect-ratio.mjs} +1 -1
- package/fesm2022/ojiepermana-angular-component-aspect-ratio.mjs.map +1 -0
- package/fesm2022/{ojiepermana-angular-ui-component-avatar.mjs → ojiepermana-angular-component-avatar.mjs} +1 -1
- package/fesm2022/ojiepermana-angular-component-avatar.mjs.map +1 -0
- package/fesm2022/{ojiepermana-angular-ui-component-badge.mjs → ojiepermana-angular-component-badge.mjs} +1 -1
- package/fesm2022/ojiepermana-angular-component-badge.mjs.map +1 -0
- package/fesm2022/{ojiepermana-angular-ui-component-breadcrumb.mjs → ojiepermana-angular-component-breadcrumb.mjs} +1 -1
- package/fesm2022/ojiepermana-angular-component-breadcrumb.mjs.map +1 -0
- package/fesm2022/{ojiepermana-angular-ui-component-button-group.mjs → ojiepermana-angular-component-button-group.mjs} +1 -1
- package/fesm2022/ojiepermana-angular-component-button-group.mjs.map +1 -0
- package/fesm2022/{ojiepermana-angular-ui-component-button.mjs → ojiepermana-angular-component-button.mjs} +1 -1
- package/fesm2022/ojiepermana-angular-component-button.mjs.map +1 -0
- package/fesm2022/{ojiepermana-angular-ui-component-calendar.mjs → ojiepermana-angular-component-calendar.mjs} +1 -1
- package/fesm2022/ojiepermana-angular-component-calendar.mjs.map +1 -0
- package/fesm2022/{ojiepermana-angular-ui-component-card.mjs → ojiepermana-angular-component-card.mjs} +1 -1
- package/fesm2022/ojiepermana-angular-component-card.mjs.map +1 -0
- package/fesm2022/{ojiepermana-angular-ui-component-carousel.mjs → ojiepermana-angular-component-carousel.mjs} +1 -1
- package/fesm2022/ojiepermana-angular-component-carousel.mjs.map +1 -0
- package/fesm2022/{ojiepermana-angular-ui-component-chart-area.mjs → ojiepermana-angular-component-chart-area.mjs} +1 -1
- package/fesm2022/ojiepermana-angular-component-chart-area.mjs.map +1 -0
- package/fesm2022/{ojiepermana-angular-ui-component-chart-bar.mjs → ojiepermana-angular-component-chart-bar.mjs} +1 -1
- package/fesm2022/ojiepermana-angular-component-chart-bar.mjs.map +1 -0
- package/fesm2022/{ojiepermana-angular-ui-component-chart-line.mjs → ojiepermana-angular-component-chart-line.mjs} +1 -1
- package/fesm2022/ojiepermana-angular-component-chart-line.mjs.map +1 -0
- package/fesm2022/{ojiepermana-angular-ui-component-chart-pie.mjs → ojiepermana-angular-component-chart-pie.mjs} +1 -1
- package/fesm2022/ojiepermana-angular-component-chart-pie.mjs.map +1 -0
- package/fesm2022/{ojiepermana-angular-ui-component-chart-radar.mjs → ojiepermana-angular-component-chart-radar.mjs} +1 -1
- package/fesm2022/ojiepermana-angular-component-chart-radar.mjs.map +1 -0
- package/fesm2022/{ojiepermana-angular-ui-component-chart-radial.mjs → ojiepermana-angular-component-chart-radial.mjs} +1 -1
- package/fesm2022/ojiepermana-angular-component-chart-radial.mjs.map +1 -0
- package/fesm2022/{ojiepermana-angular-ui-component-chart-scatter.mjs → ojiepermana-angular-component-chart-scatter.mjs} +1 -1
- package/fesm2022/ojiepermana-angular-component-chart-scatter.mjs.map +1 -0
- package/fesm2022/{ojiepermana-angular-ui-component-chart.mjs → ojiepermana-angular-component-chart.mjs} +1 -1
- package/fesm2022/ojiepermana-angular-component-chart.mjs.map +1 -0
- package/fesm2022/{ojiepermana-angular-ui-component-checkbox.mjs → ojiepermana-angular-component-checkbox.mjs} +1 -1
- package/fesm2022/ojiepermana-angular-component-checkbox.mjs.map +1 -0
- package/fesm2022/{ojiepermana-angular-ui-component-collapsible.mjs → ojiepermana-angular-component-collapsible.mjs} +1 -1
- package/fesm2022/ojiepermana-angular-component-collapsible.mjs.map +1 -0
- package/fesm2022/{ojiepermana-angular-ui-component-combobox.mjs → ojiepermana-angular-component-combobox.mjs} +1 -1
- package/fesm2022/ojiepermana-angular-component-combobox.mjs.map +1 -0
- package/fesm2022/{ojiepermana-angular-ui-component-command.mjs → ojiepermana-angular-component-command.mjs} +1 -1
- package/fesm2022/ojiepermana-angular-component-command.mjs.map +1 -0
- package/fesm2022/{ojiepermana-angular-ui-component-context-menu.mjs → ojiepermana-angular-component-context-menu.mjs} +1 -1
- package/fesm2022/ojiepermana-angular-component-context-menu.mjs.map +1 -0
- package/fesm2022/{ojiepermana-angular-ui-component-date-picker.mjs → ojiepermana-angular-component-date-picker.mjs} +1 -1
- package/fesm2022/ojiepermana-angular-component-date-picker.mjs.map +1 -0
- package/fesm2022/{ojiepermana-angular-ui-component-dialog.mjs → ojiepermana-angular-component-dialog.mjs} +1 -1
- package/fesm2022/ojiepermana-angular-component-dialog.mjs.map +1 -0
- package/fesm2022/{ojiepermana-angular-ui-component-drawer.mjs → ojiepermana-angular-component-drawer.mjs} +1 -1
- package/fesm2022/ojiepermana-angular-component-drawer.mjs.map +1 -0
- package/fesm2022/{ojiepermana-angular-ui-component-dropdown-menu.mjs → ojiepermana-angular-component-dropdown-menu.mjs} +1 -1
- package/fesm2022/ojiepermana-angular-component-dropdown-menu.mjs.map +1 -0
- package/fesm2022/{ojiepermana-angular-ui-component-form.mjs → ojiepermana-angular-component-form.mjs} +1 -1
- package/fesm2022/ojiepermana-angular-component-form.mjs.map +1 -0
- package/fesm2022/{ojiepermana-angular-ui-component-input-group.mjs → ojiepermana-angular-component-input-group.mjs} +1 -1
- package/fesm2022/ojiepermana-angular-component-input-group.mjs.map +1 -0
- package/fesm2022/{ojiepermana-angular-ui-component-input.mjs → ojiepermana-angular-component-input.mjs} +1 -1
- package/fesm2022/ojiepermana-angular-component-input.mjs.map +1 -0
- package/fesm2022/{ojiepermana-angular-ui-component-item.mjs → ojiepermana-angular-component-item.mjs} +1 -1
- package/fesm2022/ojiepermana-angular-component-item.mjs.map +1 -0
- package/fesm2022/{ojiepermana-angular-ui-component-label.mjs → ojiepermana-angular-component-label.mjs} +1 -1
- package/fesm2022/ojiepermana-angular-component-label.mjs.map +1 -0
- package/fesm2022/{ojiepermana-angular-ui-component-pagination.mjs → ojiepermana-angular-component-pagination.mjs} +1 -1
- package/fesm2022/ojiepermana-angular-component-pagination.mjs.map +1 -0
- package/fesm2022/{ojiepermana-angular-ui-component-popover.mjs → ojiepermana-angular-component-popover.mjs} +1 -1
- package/fesm2022/ojiepermana-angular-component-popover.mjs.map +1 -0
- package/fesm2022/{ojiepermana-angular-ui-component-progress.mjs → ojiepermana-angular-component-progress.mjs} +1 -1
- package/fesm2022/ojiepermana-angular-component-progress.mjs.map +1 -0
- package/fesm2022/{ojiepermana-angular-ui-component-radio.mjs → ojiepermana-angular-component-radio.mjs} +1 -1
- package/fesm2022/ojiepermana-angular-component-radio.mjs.map +1 -0
- package/fesm2022/{ojiepermana-angular-ui-component-scroll-area.mjs → ojiepermana-angular-component-scroll-area.mjs} +1 -1
- package/fesm2022/ojiepermana-angular-component-scroll-area.mjs.map +1 -0
- package/fesm2022/{ojiepermana-angular-ui-component-select.mjs → ojiepermana-angular-component-select.mjs} +1 -1
- package/fesm2022/ojiepermana-angular-component-select.mjs.map +1 -0
- package/fesm2022/{ojiepermana-angular-ui-component-separator.mjs → ojiepermana-angular-component-separator.mjs} +1 -1
- package/fesm2022/ojiepermana-angular-component-separator.mjs.map +1 -0
- package/fesm2022/{ojiepermana-angular-ui-component-sheet.mjs → ojiepermana-angular-component-sheet.mjs} +1 -1
- package/fesm2022/ojiepermana-angular-component-sheet.mjs.map +1 -0
- package/fesm2022/{ojiepermana-angular-ui-component-skeleton.mjs → ojiepermana-angular-component-skeleton.mjs} +1 -1
- package/fesm2022/ojiepermana-angular-component-skeleton.mjs.map +1 -0
- package/fesm2022/{ojiepermana-angular-ui-component-slider.mjs → ojiepermana-angular-component-slider.mjs} +1 -1
- package/fesm2022/ojiepermana-angular-component-slider.mjs.map +1 -0
- package/fesm2022/{ojiepermana-angular-ui-component-switch.mjs → ojiepermana-angular-component-switch.mjs} +1 -1
- package/fesm2022/ojiepermana-angular-component-switch.mjs.map +1 -0
- package/fesm2022/{ojiepermana-angular-ui-component-table.mjs → ojiepermana-angular-component-table.mjs} +1 -1
- package/fesm2022/ojiepermana-angular-component-table.mjs.map +1 -0
- package/fesm2022/{ojiepermana-angular-ui-component-tabs.mjs → ojiepermana-angular-component-tabs.mjs} +1 -1
- package/fesm2022/ojiepermana-angular-component-tabs.mjs.map +1 -0
- package/fesm2022/{ojiepermana-angular-ui-component-textarea.mjs → ojiepermana-angular-component-textarea.mjs} +1 -1
- package/fesm2022/ojiepermana-angular-component-textarea.mjs.map +1 -0
- package/fesm2022/{ojiepermana-angular-ui-component-toast.mjs → ojiepermana-angular-component-toast.mjs} +1 -1
- package/fesm2022/ojiepermana-angular-component-toast.mjs.map +1 -0
- package/fesm2022/{ojiepermana-angular-ui-component-tooltip.mjs → ojiepermana-angular-component-tooltip.mjs} +1 -1
- package/fesm2022/ojiepermana-angular-component-tooltip.mjs.map +1 -0
- package/fesm2022/{ojiepermana-angular-ui-component-utils.mjs → ojiepermana-angular-component-utils.mjs} +1 -1
- package/fesm2022/ojiepermana-angular-component-utils.mjs.map +1 -0
- package/fesm2022/ojiepermana-angular-generator-api.mjs +2 -1
- package/fesm2022/ojiepermana-angular-generator-api.mjs.map +1 -1
- package/fesm2022/{ojiepermana-angular-layout-theme.mjs → ojiepermana-angular-layout-component.mjs} +1 -1
- package/fesm2022/ojiepermana-angular-layout-component.mjs.map +1 -0
- package/fesm2022/ojiepermana-angular-layout-empty.mjs +49 -0
- package/fesm2022/ojiepermana-angular-layout-empty.mjs.map +1 -0
- package/fesm2022/ojiepermana-angular-layout-horizontal.mjs +119 -0
- package/fesm2022/ojiepermana-angular-layout-horizontal.mjs.map +1 -0
- package/fesm2022/ojiepermana-angular-layout-provider.mjs +21 -0
- package/fesm2022/ojiepermana-angular-layout-provider.mjs.map +1 -0
- package/fesm2022/ojiepermana-angular-layout-services.mjs +114 -0
- package/fesm2022/ojiepermana-angular-layout-services.mjs.map +1 -0
- package/fesm2022/ojiepermana-angular-layout-shell.mjs +48 -0
- package/fesm2022/ojiepermana-angular-layout-shell.mjs.map +1 -0
- package/fesm2022/ojiepermana-angular-layout-token-directive.mjs +27 -0
- package/fesm2022/ojiepermana-angular-layout-token-directive.mjs.map +1 -0
- package/fesm2022/ojiepermana-angular-layout-token.mjs +33 -0
- package/fesm2022/ojiepermana-angular-layout-token.mjs.map +1 -0
- package/fesm2022/ojiepermana-angular-layout-vertical.mjs +113 -0
- package/fesm2022/ojiepermana-angular-layout-vertical.mjs.map +1 -0
- package/fesm2022/ojiepermana-angular-layout.mjs +140 -137
- package/fesm2022/ojiepermana-angular-layout.mjs.map +1 -1
- package/fesm2022/ojiepermana-angular-navigation-demo-data.mjs +334 -0
- package/fesm2022/ojiepermana-angular-navigation-demo-data.mjs.map +1 -0
- package/fesm2022/ojiepermana-angular-navigation-icon.mjs.map +1 -1
- package/fesm2022/ojiepermana-angular-navigation-item.mjs +548 -0
- package/fesm2022/ojiepermana-angular-navigation-item.mjs.map +1 -0
- package/fesm2022/ojiepermana-angular-navigation-service.mjs +204 -0
- package/fesm2022/ojiepermana-angular-navigation-service.mjs.map +1 -0
- package/fesm2022/ojiepermana-angular-navigation-sidebar.mjs +373 -0
- package/fesm2022/ojiepermana-angular-navigation-sidebar.mjs.map +1 -0
- package/fesm2022/ojiepermana-angular-navigation-topbar.mjs +433 -0
- package/fesm2022/ojiepermana-angular-navigation-topbar.mjs.map +1 -0
- package/fesm2022/ojiepermana-angular-navigation-types.mjs +4 -0
- package/fesm2022/ojiepermana-angular-navigation-types.mjs.map +1 -0
- package/fesm2022/ojiepermana-angular-theme-provider.mjs +35 -0
- package/fesm2022/ojiepermana-angular-theme-provider.mjs.map +1 -0
- package/fesm2022/ojiepermana-angular-theme-services.mjs +286 -0
- package/fesm2022/ojiepermana-angular-theme-services.mjs.map +1 -0
- package/fesm2022/ojiepermana-angular-theme-token.mjs +56 -0
- package/fesm2022/ojiepermana-angular-theme-token.mjs.map +1 -0
- package/fesm2022/ojiepermana-angular-theme.mjs +31 -56
- package/fesm2022/ojiepermana-angular-theme.mjs.map +1 -1
- package/fesm2022/ojiepermana-angular.mjs +3 -4
- package/fesm2022/ojiepermana-angular.mjs.map +1 -1
- package/generator/api/README.md +18 -15
- package/generator/api/bin/schematics/init/index.js +4 -2
- package/generator/api/bin/src/config/schema.js +2 -1
- package/generator/api/bin/src/emit/navigation.js +1 -1
- package/generator/api/bin/src/layout/per-domain.js +7 -3
- package/generator/api/sdk.config.example.json +4 -2
- package/layout/component/package.json +4 -0
- package/layout/empty/package.json +4 -0
- package/layout/horizontal/package.json +4 -0
- package/layout/provider/package.json +4 -0
- package/layout/services/package.json +4 -0
- package/layout/shell/package.json +4 -0
- package/layout/token/directive/package.json +4 -0
- package/layout/token/package.json +4 -0
- package/layout/vertical/package.json +4 -0
- package/navigation/demo-data/package.json +4 -0
- package/navigation/icon/package.json +4 -0
- package/navigation/item/package.json +4 -0
- package/navigation/service/package.json +4 -0
- package/navigation/sidebar/package.json +4 -0
- package/navigation/topbar/package.json +4 -0
- package/navigation/types/package.json +4 -0
- package/package.json +196 -128
- package/theme/README.md +67 -0
- package/theme/provider/package.json +4 -0
- package/theme/services/package.json +4 -0
- package/theme/styles/index.css +12 -7
- package/theme/token/package.json +4 -0
- package/types/{ojiepermana-angular-ui-component-chart.d.ts → ojiepermana-angular-component-chart.d.ts} +15 -15
- package/types/ojiepermana-angular-generator-api.d.ts +2 -1
- package/types/ojiepermana-angular-layout-empty.d.ts +22 -0
- package/types/ojiepermana-angular-layout-horizontal.d.ts +36 -0
- package/types/ojiepermana-angular-layout-provider.d.ts +6 -0
- package/types/ojiepermana-angular-layout-services.d.ts +25 -0
- package/types/ojiepermana-angular-layout-shell.d.ts +8 -0
- package/types/ojiepermana-angular-layout-token-directive.d.ts +13 -0
- package/types/ojiepermana-angular-layout-token.d.ts +36 -0
- package/types/ojiepermana-angular-layout-vertical.d.ts +38 -0
- package/types/ojiepermana-angular-layout.d.ts +26 -25
- package/types/ojiepermana-angular-navigation-demo-data.d.ts +5 -0
- package/types/ojiepermana-angular-navigation-item.d.ts +54 -0
- package/types/ojiepermana-angular-navigation-service.d.ts +77 -0
- package/types/ojiepermana-angular-navigation-sidebar.d.ts +75 -0
- package/types/ojiepermana-angular-navigation-topbar.d.ts +54 -0
- package/types/ojiepermana-angular-navigation-types.d.ts +129 -0
- package/types/ojiepermana-angular-theme-provider.d.ts +11 -0
- package/types/ojiepermana-angular-theme-services.d.ts +55 -0
- package/types/ojiepermana-angular-theme-token.d.ts +57 -0
- package/types/ojiepermana-angular-theme.d.ts +11 -66
- package/fesm2022/ojiepermana-angular-layout-theme.mjs.map +0 -1
- package/fesm2022/ojiepermana-angular-navigation.mjs +0 -2317
- package/fesm2022/ojiepermana-angular-navigation.mjs.map +0 -1
- package/fesm2022/ojiepermana-angular-ui-component-accordion.mjs.map +0 -1
- package/fesm2022/ojiepermana-angular-ui-component-alert-dialog.mjs.map +0 -1
- package/fesm2022/ojiepermana-angular-ui-component-alert.mjs.map +0 -1
- package/fesm2022/ojiepermana-angular-ui-component-aspect-ratio.mjs.map +0 -1
- package/fesm2022/ojiepermana-angular-ui-component-avatar.mjs.map +0 -1
- package/fesm2022/ojiepermana-angular-ui-component-badge.mjs.map +0 -1
- package/fesm2022/ojiepermana-angular-ui-component-breadcrumb.mjs.map +0 -1
- package/fesm2022/ojiepermana-angular-ui-component-button-group.mjs.map +0 -1
- package/fesm2022/ojiepermana-angular-ui-component-button.mjs.map +0 -1
- package/fesm2022/ojiepermana-angular-ui-component-calendar.mjs.map +0 -1
- package/fesm2022/ojiepermana-angular-ui-component-card.mjs.map +0 -1
- package/fesm2022/ojiepermana-angular-ui-component-carousel.mjs.map +0 -1
- package/fesm2022/ojiepermana-angular-ui-component-chart-area.mjs.map +0 -1
- package/fesm2022/ojiepermana-angular-ui-component-chart-bar.mjs.map +0 -1
- package/fesm2022/ojiepermana-angular-ui-component-chart-line.mjs.map +0 -1
- package/fesm2022/ojiepermana-angular-ui-component-chart-pie.mjs.map +0 -1
- package/fesm2022/ojiepermana-angular-ui-component-chart-radar.mjs.map +0 -1
- package/fesm2022/ojiepermana-angular-ui-component-chart-radial.mjs.map +0 -1
- package/fesm2022/ojiepermana-angular-ui-component-chart-scatter.mjs.map +0 -1
- package/fesm2022/ojiepermana-angular-ui-component-chart.mjs.map +0 -1
- package/fesm2022/ojiepermana-angular-ui-component-checkbox.mjs.map +0 -1
- package/fesm2022/ojiepermana-angular-ui-component-collapsible.mjs.map +0 -1
- package/fesm2022/ojiepermana-angular-ui-component-combobox.mjs.map +0 -1
- package/fesm2022/ojiepermana-angular-ui-component-command.mjs.map +0 -1
- package/fesm2022/ojiepermana-angular-ui-component-context-menu.mjs.map +0 -1
- package/fesm2022/ojiepermana-angular-ui-component-date-picker.mjs.map +0 -1
- package/fesm2022/ojiepermana-angular-ui-component-dialog.mjs.map +0 -1
- package/fesm2022/ojiepermana-angular-ui-component-drawer.mjs.map +0 -1
- package/fesm2022/ojiepermana-angular-ui-component-dropdown-menu.mjs.map +0 -1
- package/fesm2022/ojiepermana-angular-ui-component-form.mjs.map +0 -1
- package/fesm2022/ojiepermana-angular-ui-component-input-group.mjs.map +0 -1
- package/fesm2022/ojiepermana-angular-ui-component-input.mjs.map +0 -1
- package/fesm2022/ojiepermana-angular-ui-component-item.mjs.map +0 -1
- package/fesm2022/ojiepermana-angular-ui-component-label.mjs.map +0 -1
- package/fesm2022/ojiepermana-angular-ui-component-pagination.mjs.map +0 -1
- package/fesm2022/ojiepermana-angular-ui-component-popover.mjs.map +0 -1
- package/fesm2022/ojiepermana-angular-ui-component-progress.mjs.map +0 -1
- package/fesm2022/ojiepermana-angular-ui-component-radio.mjs.map +0 -1
- package/fesm2022/ojiepermana-angular-ui-component-scroll-area.mjs.map +0 -1
- package/fesm2022/ojiepermana-angular-ui-component-select.mjs.map +0 -1
- package/fesm2022/ojiepermana-angular-ui-component-separator.mjs.map +0 -1
- package/fesm2022/ojiepermana-angular-ui-component-sheet.mjs.map +0 -1
- package/fesm2022/ojiepermana-angular-ui-component-skeleton.mjs.map +0 -1
- package/fesm2022/ojiepermana-angular-ui-component-slider.mjs.map +0 -1
- package/fesm2022/ojiepermana-angular-ui-component-switch.mjs.map +0 -1
- package/fesm2022/ojiepermana-angular-ui-component-table.mjs.map +0 -1
- package/fesm2022/ojiepermana-angular-ui-component-tabs.mjs.map +0 -1
- package/fesm2022/ojiepermana-angular-ui-component-textarea.mjs.map +0 -1
- package/fesm2022/ojiepermana-angular-ui-component-toast.mjs.map +0 -1
- package/fesm2022/ojiepermana-angular-ui-component-tooltip.mjs.map +0 -1
- package/fesm2022/ojiepermana-angular-ui-component-utils.mjs.map +0 -1
- package/layout/theme/package.json +0 -4
- package/navigation/package.json +0 -4
- package/navigation-icon/package.json +0 -4
- package/types/ojiepermana-angular-navigation.d.ts +0 -375
- package/ui/component/accordion/package.json +0 -4
- package/ui/component/alert/package.json +0 -4
- package/ui/component/alert-dialog/package.json +0 -4
- package/ui/component/aspect-ratio/package.json +0 -4
- package/ui/component/avatar/package.json +0 -4
- package/ui/component/badge/package.json +0 -4
- package/ui/component/breadcrumb/package.json +0 -4
- package/ui/component/button/package.json +0 -4
- package/ui/component/button-group/package.json +0 -4
- package/ui/component/calendar/package.json +0 -4
- package/ui/component/card/package.json +0 -4
- package/ui/component/carousel/package.json +0 -4
- package/ui/component/chart/area/package.json +0 -4
- package/ui/component/chart/bar/package.json +0 -4
- package/ui/component/chart/line/package.json +0 -4
- package/ui/component/chart/package.json +0 -4
- package/ui/component/chart/pie/package.json +0 -4
- package/ui/component/chart/radar/package.json +0 -4
- package/ui/component/chart/radial/package.json +0 -4
- package/ui/component/chart/scatter/package.json +0 -4
- package/ui/component/checkbox/package.json +0 -4
- package/ui/component/collapsible/package.json +0 -4
- package/ui/component/combobox/package.json +0 -4
- package/ui/component/command/package.json +0 -4
- package/ui/component/context-menu/package.json +0 -4
- package/ui/component/date-picker/package.json +0 -4
- package/ui/component/dialog/package.json +0 -4
- package/ui/component/drawer/package.json +0 -4
- package/ui/component/dropdown-menu/package.json +0 -4
- package/ui/component/form/package.json +0 -4
- package/ui/component/input/package.json +0 -4
- package/ui/component/input-group/package.json +0 -4
- package/ui/component/item/package.json +0 -4
- package/ui/component/label/package.json +0 -4
- package/ui/component/pagination/package.json +0 -4
- package/ui/component/popover/package.json +0 -4
- package/ui/component/progress/package.json +0 -4
- package/ui/component/radio/package.json +0 -4
- package/ui/component/scroll-area/package.json +0 -4
- package/ui/component/select/package.json +0 -4
- package/ui/component/separator/package.json +0 -4
- package/ui/component/sheet/package.json +0 -4
- package/ui/component/skeleton/package.json +0 -4
- package/ui/component/slider/package.json +0 -4
- package/ui/component/switch/package.json +0 -4
- package/ui/component/table/package.json +0 -4
- package/ui/component/tabs/package.json +0 -4
- package/ui/component/textarea/package.json +0 -4
- package/ui/component/toast/package.json +0 -4
- package/ui/component/tooltip/package.json +0 -4
- package/ui/component/utils/package.json +0 -4
- /package/{ui/component → component}/chart/README.md +0 -0
- /package/theme/styles/{themes/library/_components.css → foundation/components.css} +0 -0
- /package/theme/styles/{themes/library/_layers.css → foundation/layers.css} +0 -0
- /package/theme/styles/{themes/library/_tokens.css → foundation/tokens.css} +0 -0
- /package/theme/styles/{themes/library/_material-overrides.css → integrations/material.css} +0 -0
- /package/theme/styles/{themes → integrations}/tailwind.css +0 -0
- /package/theme/styles/{themes/library → variants}/color/amber.css +0 -0
- /package/theme/styles/{themes/library → variants}/color/base.css +0 -0
- /package/theme/styles/{themes/library → variants}/color/blue.css +0 -0
- /package/theme/styles/{themes/library → variants}/color/cyan.css +0 -0
- /package/theme/styles/{themes/library → variants}/color/emerald.css +0 -0
- /package/theme/styles/{themes/library → variants}/color/fuchsia.css +0 -0
- /package/theme/styles/{themes/library → variants}/color/green.css +0 -0
- /package/theme/styles/{themes/library → variants}/color/index.css +0 -0
- /package/theme/styles/{themes/library → variants}/color/indigo.css +0 -0
- /package/theme/styles/{themes/library → variants}/color/lime.css +0 -0
- /package/theme/styles/{themes/library → variants}/color/orange.css +0 -0
- /package/theme/styles/{themes/library → variants}/color/pink.css +0 -0
- /package/theme/styles/{themes/library → variants}/color/purple.css +0 -0
- /package/theme/styles/{themes/library → variants}/color/red.css +0 -0
- /package/theme/styles/{themes/library → variants}/color/rose.css +0 -0
- /package/theme/styles/{themes/library → variants}/color/sky.css +0 -0
- /package/theme/styles/{themes/library → variants}/color/teal.css +0 -0
- /package/theme/styles/{themes/library → variants}/color/violet.css +0 -0
- /package/theme/styles/{themes/library → variants}/color/yellow.css +0 -0
- /package/theme/styles/{themes → variants}/mode/dark.css +0 -0
- /package/theme/styles/{themes → variants}/mode/index.css +0 -0
- /package/theme/styles/{themes → variants}/mode/light.css +0 -0
- /package/theme/styles/{themes/library → variants}/style/brutal.css +0 -0
- /package/theme/styles/{themes/library → variants}/style/default.css +0 -0
- /package/theme/styles/{themes/library → variants}/style/index.css +0 -0
- /package/theme/styles/{themes/library → variants}/style/sharp.css +0 -0
- /package/theme/styles/{themes/library → variants}/style/soft.css +0 -0
- /package/types/{ojiepermana-angular-ui-component-accordion.d.ts → ojiepermana-angular-component-accordion.d.ts} +0 -0
- /package/types/{ojiepermana-angular-ui-component-alert-dialog.d.ts → ojiepermana-angular-component-alert-dialog.d.ts} +0 -0
- /package/types/{ojiepermana-angular-ui-component-alert.d.ts → ojiepermana-angular-component-alert.d.ts} +0 -0
- /package/types/{ojiepermana-angular-ui-component-aspect-ratio.d.ts → ojiepermana-angular-component-aspect-ratio.d.ts} +0 -0
- /package/types/{ojiepermana-angular-ui-component-avatar.d.ts → ojiepermana-angular-component-avatar.d.ts} +0 -0
- /package/types/{ojiepermana-angular-ui-component-badge.d.ts → ojiepermana-angular-component-badge.d.ts} +0 -0
- /package/types/{ojiepermana-angular-ui-component-breadcrumb.d.ts → ojiepermana-angular-component-breadcrumb.d.ts} +0 -0
- /package/types/{ojiepermana-angular-ui-component-button-group.d.ts → ojiepermana-angular-component-button-group.d.ts} +0 -0
- /package/types/{ojiepermana-angular-ui-component-button.d.ts → ojiepermana-angular-component-button.d.ts} +0 -0
- /package/types/{ojiepermana-angular-ui-component-calendar.d.ts → ojiepermana-angular-component-calendar.d.ts} +0 -0
- /package/types/{ojiepermana-angular-ui-component-card.d.ts → ojiepermana-angular-component-card.d.ts} +0 -0
- /package/types/{ojiepermana-angular-ui-component-carousel.d.ts → ojiepermana-angular-component-carousel.d.ts} +0 -0
- /package/types/{ojiepermana-angular-ui-component-chart-area.d.ts → ojiepermana-angular-component-chart-area.d.ts} +0 -0
- /package/types/{ojiepermana-angular-ui-component-chart-bar.d.ts → ojiepermana-angular-component-chart-bar.d.ts} +0 -0
- /package/types/{ojiepermana-angular-ui-component-chart-line.d.ts → ojiepermana-angular-component-chart-line.d.ts} +0 -0
- /package/types/{ojiepermana-angular-ui-component-chart-pie.d.ts → ojiepermana-angular-component-chart-pie.d.ts} +0 -0
- /package/types/{ojiepermana-angular-ui-component-chart-radar.d.ts → ojiepermana-angular-component-chart-radar.d.ts} +0 -0
- /package/types/{ojiepermana-angular-ui-component-chart-radial.d.ts → ojiepermana-angular-component-chart-radial.d.ts} +0 -0
- /package/types/{ojiepermana-angular-ui-component-chart-scatter.d.ts → ojiepermana-angular-component-chart-scatter.d.ts} +0 -0
- /package/types/{ojiepermana-angular-ui-component-checkbox.d.ts → ojiepermana-angular-component-checkbox.d.ts} +0 -0
- /package/types/{ojiepermana-angular-ui-component-collapsible.d.ts → ojiepermana-angular-component-collapsible.d.ts} +0 -0
- /package/types/{ojiepermana-angular-ui-component-combobox.d.ts → ojiepermana-angular-component-combobox.d.ts} +0 -0
- /package/types/{ojiepermana-angular-ui-component-command.d.ts → ojiepermana-angular-component-command.d.ts} +0 -0
- /package/types/{ojiepermana-angular-ui-component-context-menu.d.ts → ojiepermana-angular-component-context-menu.d.ts} +0 -0
- /package/types/{ojiepermana-angular-ui-component-date-picker.d.ts → ojiepermana-angular-component-date-picker.d.ts} +0 -0
- /package/types/{ojiepermana-angular-ui-component-dialog.d.ts → ojiepermana-angular-component-dialog.d.ts} +0 -0
- /package/types/{ojiepermana-angular-ui-component-drawer.d.ts → ojiepermana-angular-component-drawer.d.ts} +0 -0
- /package/types/{ojiepermana-angular-ui-component-dropdown-menu.d.ts → ojiepermana-angular-component-dropdown-menu.d.ts} +0 -0
- /package/types/{ojiepermana-angular-ui-component-form.d.ts → ojiepermana-angular-component-form.d.ts} +0 -0
- /package/types/{ojiepermana-angular-ui-component-input-group.d.ts → ojiepermana-angular-component-input-group.d.ts} +0 -0
- /package/types/{ojiepermana-angular-ui-component-input.d.ts → ojiepermana-angular-component-input.d.ts} +0 -0
- /package/types/{ojiepermana-angular-ui-component-item.d.ts → ojiepermana-angular-component-item.d.ts} +0 -0
- /package/types/{ojiepermana-angular-ui-component-label.d.ts → ojiepermana-angular-component-label.d.ts} +0 -0
- /package/types/{ojiepermana-angular-ui-component-pagination.d.ts → ojiepermana-angular-component-pagination.d.ts} +0 -0
- /package/types/{ojiepermana-angular-ui-component-popover.d.ts → ojiepermana-angular-component-popover.d.ts} +0 -0
- /package/types/{ojiepermana-angular-ui-component-progress.d.ts → ojiepermana-angular-component-progress.d.ts} +0 -0
- /package/types/{ojiepermana-angular-ui-component-radio.d.ts → ojiepermana-angular-component-radio.d.ts} +0 -0
- /package/types/{ojiepermana-angular-ui-component-scroll-area.d.ts → ojiepermana-angular-component-scroll-area.d.ts} +0 -0
- /package/types/{ojiepermana-angular-ui-component-select.d.ts → ojiepermana-angular-component-select.d.ts} +0 -0
- /package/types/{ojiepermana-angular-ui-component-separator.d.ts → ojiepermana-angular-component-separator.d.ts} +0 -0
- /package/types/{ojiepermana-angular-ui-component-sheet.d.ts → ojiepermana-angular-component-sheet.d.ts} +0 -0
- /package/types/{ojiepermana-angular-ui-component-skeleton.d.ts → ojiepermana-angular-component-skeleton.d.ts} +0 -0
- /package/types/{ojiepermana-angular-ui-component-slider.d.ts → ojiepermana-angular-component-slider.d.ts} +0 -0
- /package/types/{ojiepermana-angular-ui-component-switch.d.ts → ojiepermana-angular-component-switch.d.ts} +0 -0
- /package/types/{ojiepermana-angular-ui-component-table.d.ts → ojiepermana-angular-component-table.d.ts} +0 -0
- /package/types/{ojiepermana-angular-ui-component-tabs.d.ts → ojiepermana-angular-component-tabs.d.ts} +0 -0
- /package/types/{ojiepermana-angular-ui-component-textarea.d.ts → ojiepermana-angular-component-textarea.d.ts} +0 -0
- /package/types/{ojiepermana-angular-ui-component-toast.d.ts → ojiepermana-angular-component-toast.d.ts} +0 -0
- /package/types/{ojiepermana-angular-ui-component-tooltip.d.ts → ojiepermana-angular-component-tooltip.d.ts} +0 -0
- /package/types/{ojiepermana-angular-ui-component-utils.d.ts → ojiepermana-angular-component-utils.d.ts} +0 -0
- /package/types/{ojiepermana-angular-layout-theme.d.ts → ojiepermana-angular-layout-component.d.ts} +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ojiepermana/angular",
|
|
3
|
-
"version": "21.3.
|
|
3
|
+
"version": "21.3.3",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/ojiepermana/angular.git"
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"exports": {
|
|
72
72
|
"./theme/styles": "./theme/styles/index.css",
|
|
73
73
|
"./theme/styles/*": "./theme/styles/*",
|
|
74
|
-
"./theme/tailwind/theme.css": "./theme/styles/
|
|
74
|
+
"./theme/tailwind/theme.css": "./theme/styles/integrations/tailwind.css",
|
|
75
75
|
"./package.json": {
|
|
76
76
|
"default": "./package.json"
|
|
77
77
|
},
|
|
@@ -79,237 +79,305 @@
|
|
|
79
79
|
"types": "./types/ojiepermana-angular.d.ts",
|
|
80
80
|
"default": "./fesm2022/ojiepermana-angular.mjs"
|
|
81
81
|
},
|
|
82
|
-
"./generator/api": {
|
|
83
|
-
"types": "./types/ojiepermana-angular-generator-api.d.ts",
|
|
84
|
-
"default": "./fesm2022/ojiepermana-angular-generator-api.mjs"
|
|
85
|
-
},
|
|
86
|
-
"./layout": {
|
|
87
|
-
"types": "./types/ojiepermana-angular-layout.d.ts",
|
|
88
|
-
"default": "./fesm2022/ojiepermana-angular-layout.mjs"
|
|
89
|
-
},
|
|
90
|
-
"./layout/theme": {
|
|
91
|
-
"types": "./types/ojiepermana-angular-layout-theme.d.ts",
|
|
92
|
-
"default": "./fesm2022/ojiepermana-angular-layout-theme.mjs"
|
|
93
|
-
},
|
|
94
|
-
"./navigation": {
|
|
95
|
-
"types": "./types/ojiepermana-angular-navigation.d.ts",
|
|
96
|
-
"default": "./fesm2022/ojiepermana-angular-navigation.mjs"
|
|
97
|
-
},
|
|
98
|
-
"./theme": {
|
|
99
|
-
"types": "./types/ojiepermana-angular-theme.d.ts",
|
|
100
|
-
"default": "./fesm2022/ojiepermana-angular-theme.mjs"
|
|
101
|
-
},
|
|
102
|
-
"./layout/shell/pages": {
|
|
103
|
-
"types": "./types/ojiepermana-angular-layout.d.ts",
|
|
104
|
-
"default": "./fesm2022/ojiepermana-angular-layout.mjs"
|
|
105
|
-
},
|
|
106
82
|
"./component/accordion": {
|
|
107
|
-
"types": "./types/ojiepermana-angular-
|
|
108
|
-
"default": "./fesm2022/ojiepermana-angular-
|
|
83
|
+
"types": "./types/ojiepermana-angular-component-accordion.d.ts",
|
|
84
|
+
"default": "./fesm2022/ojiepermana-angular-component-accordion.mjs"
|
|
109
85
|
},
|
|
110
86
|
"./component/alert": {
|
|
111
|
-
"types": "./types/ojiepermana-angular-
|
|
112
|
-
"default": "./fesm2022/ojiepermana-angular-
|
|
87
|
+
"types": "./types/ojiepermana-angular-component-alert.d.ts",
|
|
88
|
+
"default": "./fesm2022/ojiepermana-angular-component-alert.mjs"
|
|
113
89
|
},
|
|
114
90
|
"./component/alert-dialog": {
|
|
115
|
-
"types": "./types/ojiepermana-angular-
|
|
116
|
-
"default": "./fesm2022/ojiepermana-angular-
|
|
91
|
+
"types": "./types/ojiepermana-angular-component-alert-dialog.d.ts",
|
|
92
|
+
"default": "./fesm2022/ojiepermana-angular-component-alert-dialog.mjs"
|
|
117
93
|
},
|
|
118
94
|
"./component/aspect-ratio": {
|
|
119
|
-
"types": "./types/ojiepermana-angular-
|
|
120
|
-
"default": "./fesm2022/ojiepermana-angular-
|
|
95
|
+
"types": "./types/ojiepermana-angular-component-aspect-ratio.d.ts",
|
|
96
|
+
"default": "./fesm2022/ojiepermana-angular-component-aspect-ratio.mjs"
|
|
121
97
|
},
|
|
122
98
|
"./component/avatar": {
|
|
123
|
-
"types": "./types/ojiepermana-angular-
|
|
124
|
-
"default": "./fesm2022/ojiepermana-angular-
|
|
99
|
+
"types": "./types/ojiepermana-angular-component-avatar.d.ts",
|
|
100
|
+
"default": "./fesm2022/ojiepermana-angular-component-avatar.mjs"
|
|
125
101
|
},
|
|
126
102
|
"./component/badge": {
|
|
127
|
-
"types": "./types/ojiepermana-angular-
|
|
128
|
-
"default": "./fesm2022/ojiepermana-angular-
|
|
103
|
+
"types": "./types/ojiepermana-angular-component-badge.d.ts",
|
|
104
|
+
"default": "./fesm2022/ojiepermana-angular-component-badge.mjs"
|
|
129
105
|
},
|
|
130
106
|
"./component/breadcrumb": {
|
|
131
|
-
"types": "./types/ojiepermana-angular-
|
|
132
|
-
"default": "./fesm2022/ojiepermana-angular-
|
|
107
|
+
"types": "./types/ojiepermana-angular-component-breadcrumb.d.ts",
|
|
108
|
+
"default": "./fesm2022/ojiepermana-angular-component-breadcrumb.mjs"
|
|
133
109
|
},
|
|
134
110
|
"./component/button": {
|
|
135
|
-
"types": "./types/ojiepermana-angular-
|
|
136
|
-
"default": "./fesm2022/ojiepermana-angular-
|
|
111
|
+
"types": "./types/ojiepermana-angular-component-button.d.ts",
|
|
112
|
+
"default": "./fesm2022/ojiepermana-angular-component-button.mjs"
|
|
137
113
|
},
|
|
138
114
|
"./component/button-group": {
|
|
139
|
-
"types": "./types/ojiepermana-angular-
|
|
140
|
-
"default": "./fesm2022/ojiepermana-angular-
|
|
115
|
+
"types": "./types/ojiepermana-angular-component-button-group.d.ts",
|
|
116
|
+
"default": "./fesm2022/ojiepermana-angular-component-button-group.mjs"
|
|
141
117
|
},
|
|
142
118
|
"./component/calendar": {
|
|
143
|
-
"types": "./types/ojiepermana-angular-
|
|
144
|
-
"default": "./fesm2022/ojiepermana-angular-
|
|
119
|
+
"types": "./types/ojiepermana-angular-component-calendar.d.ts",
|
|
120
|
+
"default": "./fesm2022/ojiepermana-angular-component-calendar.mjs"
|
|
145
121
|
},
|
|
146
122
|
"./component/card": {
|
|
147
|
-
"types": "./types/ojiepermana-angular-
|
|
148
|
-
"default": "./fesm2022/ojiepermana-angular-
|
|
123
|
+
"types": "./types/ojiepermana-angular-component-card.d.ts",
|
|
124
|
+
"default": "./fesm2022/ojiepermana-angular-component-card.mjs"
|
|
149
125
|
},
|
|
150
126
|
"./component/carousel": {
|
|
151
|
-
"types": "./types/ojiepermana-angular-
|
|
152
|
-
"default": "./fesm2022/ojiepermana-angular-
|
|
127
|
+
"types": "./types/ojiepermana-angular-component-carousel.d.ts",
|
|
128
|
+
"default": "./fesm2022/ojiepermana-angular-component-carousel.mjs"
|
|
153
129
|
},
|
|
154
130
|
"./component/chart": {
|
|
155
|
-
"types": "./types/ojiepermana-angular-
|
|
156
|
-
"default": "./fesm2022/ojiepermana-angular-
|
|
131
|
+
"types": "./types/ojiepermana-angular-component-chart.d.ts",
|
|
132
|
+
"default": "./fesm2022/ojiepermana-angular-component-chart.mjs"
|
|
157
133
|
},
|
|
158
134
|
"./component/chart/area": {
|
|
159
|
-
"types": "./types/ojiepermana-angular-
|
|
160
|
-
"default": "./fesm2022/ojiepermana-angular-
|
|
135
|
+
"types": "./types/ojiepermana-angular-component-chart-area.d.ts",
|
|
136
|
+
"default": "./fesm2022/ojiepermana-angular-component-chart-area.mjs"
|
|
161
137
|
},
|
|
162
138
|
"./component/chart/bar": {
|
|
163
|
-
"types": "./types/ojiepermana-angular-
|
|
164
|
-
"default": "./fesm2022/ojiepermana-angular-
|
|
139
|
+
"types": "./types/ojiepermana-angular-component-chart-bar.d.ts",
|
|
140
|
+
"default": "./fesm2022/ojiepermana-angular-component-chart-bar.mjs"
|
|
165
141
|
},
|
|
166
142
|
"./component/chart/line": {
|
|
167
|
-
"types": "./types/ojiepermana-angular-
|
|
168
|
-
"default": "./fesm2022/ojiepermana-angular-
|
|
143
|
+
"types": "./types/ojiepermana-angular-component-chart-line.d.ts",
|
|
144
|
+
"default": "./fesm2022/ojiepermana-angular-component-chart-line.mjs"
|
|
169
145
|
},
|
|
170
146
|
"./component/chart/pie": {
|
|
171
|
-
"types": "./types/ojiepermana-angular-
|
|
172
|
-
"default": "./fesm2022/ojiepermana-angular-
|
|
147
|
+
"types": "./types/ojiepermana-angular-component-chart-pie.d.ts",
|
|
148
|
+
"default": "./fesm2022/ojiepermana-angular-component-chart-pie.mjs"
|
|
173
149
|
},
|
|
174
150
|
"./component/chart/radar": {
|
|
175
|
-
"types": "./types/ojiepermana-angular-
|
|
176
|
-
"default": "./fesm2022/ojiepermana-angular-
|
|
151
|
+
"types": "./types/ojiepermana-angular-component-chart-radar.d.ts",
|
|
152
|
+
"default": "./fesm2022/ojiepermana-angular-component-chart-radar.mjs"
|
|
177
153
|
},
|
|
178
154
|
"./component/chart/radial": {
|
|
179
|
-
"types": "./types/ojiepermana-angular-
|
|
180
|
-
"default": "./fesm2022/ojiepermana-angular-
|
|
155
|
+
"types": "./types/ojiepermana-angular-component-chart-radial.d.ts",
|
|
156
|
+
"default": "./fesm2022/ojiepermana-angular-component-chart-radial.mjs"
|
|
181
157
|
},
|
|
182
158
|
"./component/chart/scatter": {
|
|
183
|
-
"types": "./types/ojiepermana-angular-
|
|
184
|
-
"default": "./fesm2022/ojiepermana-angular-
|
|
159
|
+
"types": "./types/ojiepermana-angular-component-chart-scatter.d.ts",
|
|
160
|
+
"default": "./fesm2022/ojiepermana-angular-component-chart-scatter.mjs"
|
|
185
161
|
},
|
|
186
162
|
"./component/checkbox": {
|
|
187
|
-
"types": "./types/ojiepermana-angular-
|
|
188
|
-
"default": "./fesm2022/ojiepermana-angular-
|
|
163
|
+
"types": "./types/ojiepermana-angular-component-checkbox.d.ts",
|
|
164
|
+
"default": "./fesm2022/ojiepermana-angular-component-checkbox.mjs"
|
|
189
165
|
},
|
|
190
166
|
"./component/collapsible": {
|
|
191
|
-
"types": "./types/ojiepermana-angular-
|
|
192
|
-
"default": "./fesm2022/ojiepermana-angular-
|
|
167
|
+
"types": "./types/ojiepermana-angular-component-collapsible.d.ts",
|
|
168
|
+
"default": "./fesm2022/ojiepermana-angular-component-collapsible.mjs"
|
|
193
169
|
},
|
|
194
170
|
"./component/combobox": {
|
|
195
|
-
"types": "./types/ojiepermana-angular-
|
|
196
|
-
"default": "./fesm2022/ojiepermana-angular-
|
|
171
|
+
"types": "./types/ojiepermana-angular-component-combobox.d.ts",
|
|
172
|
+
"default": "./fesm2022/ojiepermana-angular-component-combobox.mjs"
|
|
197
173
|
},
|
|
198
174
|
"./component/command": {
|
|
199
|
-
"types": "./types/ojiepermana-angular-
|
|
200
|
-
"default": "./fesm2022/ojiepermana-angular-
|
|
175
|
+
"types": "./types/ojiepermana-angular-component-command.d.ts",
|
|
176
|
+
"default": "./fesm2022/ojiepermana-angular-component-command.mjs"
|
|
201
177
|
},
|
|
202
178
|
"./component/context-menu": {
|
|
203
|
-
"types": "./types/ojiepermana-angular-
|
|
204
|
-
"default": "./fesm2022/ojiepermana-angular-
|
|
179
|
+
"types": "./types/ojiepermana-angular-component-context-menu.d.ts",
|
|
180
|
+
"default": "./fesm2022/ojiepermana-angular-component-context-menu.mjs"
|
|
205
181
|
},
|
|
206
182
|
"./component/date-picker": {
|
|
207
|
-
"types": "./types/ojiepermana-angular-
|
|
208
|
-
"default": "./fesm2022/ojiepermana-angular-
|
|
183
|
+
"types": "./types/ojiepermana-angular-component-date-picker.d.ts",
|
|
184
|
+
"default": "./fesm2022/ojiepermana-angular-component-date-picker.mjs"
|
|
209
185
|
},
|
|
210
186
|
"./component/dialog": {
|
|
211
|
-
"types": "./types/ojiepermana-angular-
|
|
212
|
-
"default": "./fesm2022/ojiepermana-angular-
|
|
187
|
+
"types": "./types/ojiepermana-angular-component-dialog.d.ts",
|
|
188
|
+
"default": "./fesm2022/ojiepermana-angular-component-dialog.mjs"
|
|
213
189
|
},
|
|
214
190
|
"./component/drawer": {
|
|
215
|
-
"types": "./types/ojiepermana-angular-
|
|
216
|
-
"default": "./fesm2022/ojiepermana-angular-
|
|
191
|
+
"types": "./types/ojiepermana-angular-component-drawer.d.ts",
|
|
192
|
+
"default": "./fesm2022/ojiepermana-angular-component-drawer.mjs"
|
|
217
193
|
},
|
|
218
194
|
"./component/dropdown-menu": {
|
|
219
|
-
"types": "./types/ojiepermana-angular-
|
|
220
|
-
"default": "./fesm2022/ojiepermana-angular-
|
|
195
|
+
"types": "./types/ojiepermana-angular-component-dropdown-menu.d.ts",
|
|
196
|
+
"default": "./fesm2022/ojiepermana-angular-component-dropdown-menu.mjs"
|
|
221
197
|
},
|
|
222
198
|
"./component/form": {
|
|
223
|
-
"types": "./types/ojiepermana-angular-
|
|
224
|
-
"default": "./fesm2022/ojiepermana-angular-
|
|
199
|
+
"types": "./types/ojiepermana-angular-component-form.d.ts",
|
|
200
|
+
"default": "./fesm2022/ojiepermana-angular-component-form.mjs"
|
|
225
201
|
},
|
|
226
202
|
"./component/input": {
|
|
227
|
-
"types": "./types/ojiepermana-angular-
|
|
228
|
-
"default": "./fesm2022/ojiepermana-angular-
|
|
203
|
+
"types": "./types/ojiepermana-angular-component-input.d.ts",
|
|
204
|
+
"default": "./fesm2022/ojiepermana-angular-component-input.mjs"
|
|
229
205
|
},
|
|
230
206
|
"./component/input-group": {
|
|
231
|
-
"types": "./types/ojiepermana-angular-
|
|
232
|
-
"default": "./fesm2022/ojiepermana-angular-
|
|
207
|
+
"types": "./types/ojiepermana-angular-component-input-group.d.ts",
|
|
208
|
+
"default": "./fesm2022/ojiepermana-angular-component-input-group.mjs"
|
|
233
209
|
},
|
|
234
210
|
"./component/item": {
|
|
235
|
-
"types": "./types/ojiepermana-angular-
|
|
236
|
-
"default": "./fesm2022/ojiepermana-angular-
|
|
211
|
+
"types": "./types/ojiepermana-angular-component-item.d.ts",
|
|
212
|
+
"default": "./fesm2022/ojiepermana-angular-component-item.mjs"
|
|
237
213
|
},
|
|
238
214
|
"./component/label": {
|
|
239
|
-
"types": "./types/ojiepermana-angular-
|
|
240
|
-
"default": "./fesm2022/ojiepermana-angular-
|
|
215
|
+
"types": "./types/ojiepermana-angular-component-label.d.ts",
|
|
216
|
+
"default": "./fesm2022/ojiepermana-angular-component-label.mjs"
|
|
241
217
|
},
|
|
242
218
|
"./component/pagination": {
|
|
243
|
-
"types": "./types/ojiepermana-angular-
|
|
244
|
-
"default": "./fesm2022/ojiepermana-angular-
|
|
219
|
+
"types": "./types/ojiepermana-angular-component-pagination.d.ts",
|
|
220
|
+
"default": "./fesm2022/ojiepermana-angular-component-pagination.mjs"
|
|
245
221
|
},
|
|
246
222
|
"./component/popover": {
|
|
247
|
-
"types": "./types/ojiepermana-angular-
|
|
248
|
-
"default": "./fesm2022/ojiepermana-angular-
|
|
223
|
+
"types": "./types/ojiepermana-angular-component-popover.d.ts",
|
|
224
|
+
"default": "./fesm2022/ojiepermana-angular-component-popover.mjs"
|
|
249
225
|
},
|
|
250
226
|
"./component/progress": {
|
|
251
|
-
"types": "./types/ojiepermana-angular-
|
|
252
|
-
"default": "./fesm2022/ojiepermana-angular-
|
|
227
|
+
"types": "./types/ojiepermana-angular-component-progress.d.ts",
|
|
228
|
+
"default": "./fesm2022/ojiepermana-angular-component-progress.mjs"
|
|
253
229
|
},
|
|
254
230
|
"./component/radio": {
|
|
255
|
-
"types": "./types/ojiepermana-angular-
|
|
256
|
-
"default": "./fesm2022/ojiepermana-angular-
|
|
231
|
+
"types": "./types/ojiepermana-angular-component-radio.d.ts",
|
|
232
|
+
"default": "./fesm2022/ojiepermana-angular-component-radio.mjs"
|
|
257
233
|
},
|
|
258
234
|
"./component/scroll-area": {
|
|
259
|
-
"types": "./types/ojiepermana-angular-
|
|
260
|
-
"default": "./fesm2022/ojiepermana-angular-
|
|
235
|
+
"types": "./types/ojiepermana-angular-component-scroll-area.d.ts",
|
|
236
|
+
"default": "./fesm2022/ojiepermana-angular-component-scroll-area.mjs"
|
|
261
237
|
},
|
|
262
238
|
"./component/select": {
|
|
263
|
-
"types": "./types/ojiepermana-angular-
|
|
264
|
-
"default": "./fesm2022/ojiepermana-angular-
|
|
239
|
+
"types": "./types/ojiepermana-angular-component-select.d.ts",
|
|
240
|
+
"default": "./fesm2022/ojiepermana-angular-component-select.mjs"
|
|
265
241
|
},
|
|
266
242
|
"./component/separator": {
|
|
267
|
-
"types": "./types/ojiepermana-angular-
|
|
268
|
-
"default": "./fesm2022/ojiepermana-angular-
|
|
243
|
+
"types": "./types/ojiepermana-angular-component-separator.d.ts",
|
|
244
|
+
"default": "./fesm2022/ojiepermana-angular-component-separator.mjs"
|
|
269
245
|
},
|
|
270
246
|
"./component/sheet": {
|
|
271
|
-
"types": "./types/ojiepermana-angular-
|
|
272
|
-
"default": "./fesm2022/ojiepermana-angular-
|
|
247
|
+
"types": "./types/ojiepermana-angular-component-sheet.d.ts",
|
|
248
|
+
"default": "./fesm2022/ojiepermana-angular-component-sheet.mjs"
|
|
273
249
|
},
|
|
274
250
|
"./component/skeleton": {
|
|
275
|
-
"types": "./types/ojiepermana-angular-
|
|
276
|
-
"default": "./fesm2022/ojiepermana-angular-
|
|
251
|
+
"types": "./types/ojiepermana-angular-component-skeleton.d.ts",
|
|
252
|
+
"default": "./fesm2022/ojiepermana-angular-component-skeleton.mjs"
|
|
277
253
|
},
|
|
278
254
|
"./component/slider": {
|
|
279
|
-
"types": "./types/ojiepermana-angular-
|
|
280
|
-
"default": "./fesm2022/ojiepermana-angular-
|
|
255
|
+
"types": "./types/ojiepermana-angular-component-slider.d.ts",
|
|
256
|
+
"default": "./fesm2022/ojiepermana-angular-component-slider.mjs"
|
|
281
257
|
},
|
|
282
258
|
"./component/switch": {
|
|
283
|
-
"types": "./types/ojiepermana-angular-
|
|
284
|
-
"default": "./fesm2022/ojiepermana-angular-
|
|
259
|
+
"types": "./types/ojiepermana-angular-component-switch.d.ts",
|
|
260
|
+
"default": "./fesm2022/ojiepermana-angular-component-switch.mjs"
|
|
285
261
|
},
|
|
286
262
|
"./component/table": {
|
|
287
|
-
"types": "./types/ojiepermana-angular-
|
|
288
|
-
"default": "./fesm2022/ojiepermana-angular-
|
|
263
|
+
"types": "./types/ojiepermana-angular-component-table.d.ts",
|
|
264
|
+
"default": "./fesm2022/ojiepermana-angular-component-table.mjs"
|
|
289
265
|
},
|
|
290
266
|
"./component/tabs": {
|
|
291
|
-
"types": "./types/ojiepermana-angular-
|
|
292
|
-
"default": "./fesm2022/ojiepermana-angular-
|
|
267
|
+
"types": "./types/ojiepermana-angular-component-tabs.d.ts",
|
|
268
|
+
"default": "./fesm2022/ojiepermana-angular-component-tabs.mjs"
|
|
293
269
|
},
|
|
294
270
|
"./component/textarea": {
|
|
295
|
-
"types": "./types/ojiepermana-angular-
|
|
296
|
-
"default": "./fesm2022/ojiepermana-angular-
|
|
271
|
+
"types": "./types/ojiepermana-angular-component-textarea.d.ts",
|
|
272
|
+
"default": "./fesm2022/ojiepermana-angular-component-textarea.mjs"
|
|
297
273
|
},
|
|
298
274
|
"./component/toast": {
|
|
299
|
-
"types": "./types/ojiepermana-angular-
|
|
300
|
-
"default": "./fesm2022/ojiepermana-angular-
|
|
275
|
+
"types": "./types/ojiepermana-angular-component-toast.d.ts",
|
|
276
|
+
"default": "./fesm2022/ojiepermana-angular-component-toast.mjs"
|
|
301
277
|
},
|
|
302
278
|
"./component/tooltip": {
|
|
303
|
-
"types": "./types/ojiepermana-angular-
|
|
304
|
-
"default": "./fesm2022/ojiepermana-angular-
|
|
279
|
+
"types": "./types/ojiepermana-angular-component-tooltip.d.ts",
|
|
280
|
+
"default": "./fesm2022/ojiepermana-angular-component-tooltip.mjs"
|
|
305
281
|
},
|
|
306
282
|
"./component/utils": {
|
|
307
|
-
"types": "./types/ojiepermana-angular-
|
|
308
|
-
"default": "./fesm2022/ojiepermana-angular-
|
|
283
|
+
"types": "./types/ojiepermana-angular-component-utils.d.ts",
|
|
284
|
+
"default": "./fesm2022/ojiepermana-angular-component-utils.mjs"
|
|
285
|
+
},
|
|
286
|
+
"./generator/api": {
|
|
287
|
+
"types": "./types/ojiepermana-angular-generator-api.d.ts",
|
|
288
|
+
"default": "./fesm2022/ojiepermana-angular-generator-api.mjs"
|
|
289
|
+
},
|
|
290
|
+
"./layout": {
|
|
291
|
+
"types": "./types/ojiepermana-angular-layout.d.ts",
|
|
292
|
+
"default": "./fesm2022/ojiepermana-angular-layout.mjs"
|
|
293
|
+
},
|
|
294
|
+
"./layout/component": {
|
|
295
|
+
"types": "./types/ojiepermana-angular-layout-component.d.ts",
|
|
296
|
+
"default": "./fesm2022/ojiepermana-angular-layout-component.mjs"
|
|
297
|
+
},
|
|
298
|
+
"./layout/empty": {
|
|
299
|
+
"types": "./types/ojiepermana-angular-layout-empty.d.ts",
|
|
300
|
+
"default": "./fesm2022/ojiepermana-angular-layout-empty.mjs"
|
|
301
|
+
},
|
|
302
|
+
"./layout/horizontal": {
|
|
303
|
+
"types": "./types/ojiepermana-angular-layout-horizontal.d.ts",
|
|
304
|
+
"default": "./fesm2022/ojiepermana-angular-layout-horizontal.mjs"
|
|
305
|
+
},
|
|
306
|
+
"./layout/provider": {
|
|
307
|
+
"types": "./types/ojiepermana-angular-layout-provider.d.ts",
|
|
308
|
+
"default": "./fesm2022/ojiepermana-angular-layout-provider.mjs"
|
|
309
|
+
},
|
|
310
|
+
"./layout/services": {
|
|
311
|
+
"types": "./types/ojiepermana-angular-layout-services.d.ts",
|
|
312
|
+
"default": "./fesm2022/ojiepermana-angular-layout-services.mjs"
|
|
313
|
+
},
|
|
314
|
+
"./layout/shell": {
|
|
315
|
+
"types": "./types/ojiepermana-angular-layout-shell.d.ts",
|
|
316
|
+
"default": "./fesm2022/ojiepermana-angular-layout-shell.mjs"
|
|
317
|
+
},
|
|
318
|
+
"./layout/token": {
|
|
319
|
+
"types": "./types/ojiepermana-angular-layout-token.d.ts",
|
|
320
|
+
"default": "./fesm2022/ojiepermana-angular-layout-token.mjs"
|
|
321
|
+
},
|
|
322
|
+
"./layout/token/directive": {
|
|
323
|
+
"types": "./types/ojiepermana-angular-layout-token-directive.d.ts",
|
|
324
|
+
"default": "./fesm2022/ojiepermana-angular-layout-token-directive.mjs"
|
|
325
|
+
},
|
|
326
|
+
"./layout/vertical": {
|
|
327
|
+
"types": "./types/ojiepermana-angular-layout-vertical.d.ts",
|
|
328
|
+
"default": "./fesm2022/ojiepermana-angular-layout-vertical.mjs"
|
|
329
|
+
},
|
|
330
|
+
"./navigation/demo-data": {
|
|
331
|
+
"types": "./types/ojiepermana-angular-navigation-demo-data.d.ts",
|
|
332
|
+
"default": "./fesm2022/ojiepermana-angular-navigation-demo-data.mjs"
|
|
309
333
|
},
|
|
310
334
|
"./navigation/icon": {
|
|
311
335
|
"types": "./types/ojiepermana-angular-navigation-icon.d.ts",
|
|
312
336
|
"default": "./fesm2022/ojiepermana-angular-navigation-icon.mjs"
|
|
337
|
+
},
|
|
338
|
+
"./navigation/item": {
|
|
339
|
+
"types": "./types/ojiepermana-angular-navigation-item.d.ts",
|
|
340
|
+
"default": "./fesm2022/ojiepermana-angular-navigation-item.mjs"
|
|
341
|
+
},
|
|
342
|
+
"./navigation/service": {
|
|
343
|
+
"types": "./types/ojiepermana-angular-navigation-service.d.ts",
|
|
344
|
+
"default": "./fesm2022/ojiepermana-angular-navigation-service.mjs"
|
|
345
|
+
},
|
|
346
|
+
"./navigation/sidebar": {
|
|
347
|
+
"types": "./types/ojiepermana-angular-navigation-sidebar.d.ts",
|
|
348
|
+
"default": "./fesm2022/ojiepermana-angular-navigation-sidebar.mjs"
|
|
349
|
+
},
|
|
350
|
+
"./navigation/topbar": {
|
|
351
|
+
"types": "./types/ojiepermana-angular-navigation-topbar.d.ts",
|
|
352
|
+
"default": "./fesm2022/ojiepermana-angular-navigation-topbar.mjs"
|
|
353
|
+
},
|
|
354
|
+
"./navigation/types": {
|
|
355
|
+
"types": "./types/ojiepermana-angular-navigation-types.d.ts",
|
|
356
|
+
"default": "./fesm2022/ojiepermana-angular-navigation-types.mjs"
|
|
357
|
+
},
|
|
358
|
+
"./theme": {
|
|
359
|
+
"types": "./types/ojiepermana-angular-theme.d.ts",
|
|
360
|
+
"default": "./fesm2022/ojiepermana-angular-theme.mjs"
|
|
361
|
+
},
|
|
362
|
+
"./theme/provider": {
|
|
363
|
+
"types": "./types/ojiepermana-angular-theme-provider.d.ts",
|
|
364
|
+
"default": "./fesm2022/ojiepermana-angular-theme-provider.mjs"
|
|
365
|
+
},
|
|
366
|
+
"./theme/services": {
|
|
367
|
+
"types": "./types/ojiepermana-angular-theme-services.d.ts",
|
|
368
|
+
"default": "./fesm2022/ojiepermana-angular-theme-services.mjs"
|
|
369
|
+
},
|
|
370
|
+
"./theme/token": {
|
|
371
|
+
"types": "./types/ojiepermana-angular-theme-token.d.ts",
|
|
372
|
+
"default": "./fesm2022/ojiepermana-angular-theme-token.mjs"
|
|
373
|
+
},
|
|
374
|
+
"./layout/shell/pages": {
|
|
375
|
+
"types": "./types/ojiepermana-angular-layout-shell.d.ts",
|
|
376
|
+
"default": "./fesm2022/ojiepermana-angular-layout-shell.mjs"
|
|
377
|
+
},
|
|
378
|
+
"./navigation-icon": {
|
|
379
|
+
"types": "./types/ojiepermana-angular-navigation-icon.d.ts",
|
|
380
|
+
"default": "./fesm2022/ojiepermana-angular-navigation-icon.mjs"
|
|
313
381
|
}
|
|
314
382
|
},
|
|
315
383
|
"module": "fesm2022/ojiepermana-angular.mjs",
|
package/theme/README.md
ADDED
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
# Theme
|
|
2
|
+
|
|
3
|
+
Shared runtime theme engine and CSS asset surface for `@ojiepermana/angular`.
|
|
4
|
+
|
|
5
|
+
This secondary entrypoint provides:
|
|
6
|
+
|
|
7
|
+
- `@ojiepermana/angular/theme` for `provideMaterialTheme`, `withMaterialDefaults`, `ThemeService`, and theme token types.
|
|
8
|
+
- `@ojiepermana/angular/theme/services` for `ThemeService`.
|
|
9
|
+
- `@ojiepermana/angular/theme/provider` for `provideMaterialTheme` and `withMaterialDefaults`.
|
|
10
|
+
- `@ojiepermana/angular/theme/token` for config types, guards, constants, and `MATERIAL_THEME_CONFIG`.
|
|
11
|
+
- `@ojiepermana/angular/theme/styles` for the root stylesheet that composes the active mode, color, and style layers.
|
|
12
|
+
- `@ojiepermana/angular/theme/tailwind/theme.css` for the Tailwind v4 token bridge.
|
|
13
|
+
|
|
14
|
+
## Consumer usage
|
|
15
|
+
|
|
16
|
+
```ts
|
|
17
|
+
import { provideMaterialTheme, withMaterialDefaults } from '@ojiepermana/angular/theme';
|
|
18
|
+
|
|
19
|
+
export const appConfig = {
|
|
20
|
+
providers: [
|
|
21
|
+
provideMaterialTheme(
|
|
22
|
+
{
|
|
23
|
+
mode: 'system',
|
|
24
|
+
color: 'base',
|
|
25
|
+
style: 'default',
|
|
26
|
+
},
|
|
27
|
+
withMaterialDefaults(),
|
|
28
|
+
),
|
|
29
|
+
],
|
|
30
|
+
};
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
```css
|
|
34
|
+
@import '@ojiepermana/angular/theme/styles';
|
|
35
|
+
@import 'tailwindcss';
|
|
36
|
+
@import '@ojiepermana/angular/theme/tailwind/theme.css';
|
|
37
|
+
```
|
|
38
|
+
|
|
39
|
+
The public import contract stays stable even if the source files inside this
|
|
40
|
+
entrypoint move.
|
|
41
|
+
|
|
42
|
+
## Source layout
|
|
43
|
+
|
|
44
|
+
- `public-api.ts` aggregates the granular runtime entrypoints for `@ojiepermana/angular/theme`.
|
|
45
|
+
- `services/src/lib` owns `ThemeService` plus its runtime tests.
|
|
46
|
+
- `provider/src/lib` owns DI provider helpers plus provider-focused tests.
|
|
47
|
+
- `token/src/lib` owns config types, guards, constants, and token-focused tests.
|
|
48
|
+
- `css/foundation` contains the cascade layer registration, shared semantic tokens, and component-facing global helpers.
|
|
49
|
+
- `css/variants/mode` contains light and dark mode layers.
|
|
50
|
+
- `css/variants/color` contains named color themes.
|
|
51
|
+
- `css/variants/style` contains style personality layers such as `default`, `sharp`, `brutal`, and `soft`.
|
|
52
|
+
- `css/integrations/material.css` maps theme tokens into Angular Material and MDC tokens.
|
|
53
|
+
- `css/integrations/tailwind.css` maps theme tokens into Tailwind v4 theme tokens.
|
|
54
|
+
|
|
55
|
+
## Local development
|
|
56
|
+
|
|
57
|
+
From the workspace root:
|
|
58
|
+
|
|
59
|
+
```bash
|
|
60
|
+
bun run test:theme
|
|
61
|
+
bun run build
|
|
62
|
+
```
|
|
63
|
+
|
|
64
|
+
`bun run test:theme` runs the isolated theme specs.
|
|
65
|
+
|
|
66
|
+
`bun run build` validates that the full library still packages the theme
|
|
67
|
+
entrypoint and exports the CSS assets correctly.
|
package/theme/styles/index.css
CHANGED
|
@@ -10,23 +10,28 @@
|
|
|
10
10
|
* Includes cascade layers, independent mode/color/style tokens, shared
|
|
11
11
|
* semantic tokens, and an Angular Material bridge so `mat-*` components
|
|
12
12
|
* inherit the active theme automatically.
|
|
13
|
+
*
|
|
14
|
+
* Source layout:
|
|
15
|
+
* foundation – shared layers, semantic tokens, and component helpers
|
|
16
|
+
* variants – mode, color, and style theme axes
|
|
17
|
+
* integrations – Angular Material and Tailwind bridges
|
|
13
18
|
*/
|
|
14
|
-
@import './
|
|
19
|
+
@import './foundation/layers.css';
|
|
15
20
|
|
|
16
21
|
/* Layer 1: mode variants. */
|
|
17
|
-
@import './
|
|
22
|
+
@import './variants/mode/index.css';
|
|
18
23
|
|
|
19
24
|
/* Layer 2: color variants. */
|
|
20
|
-
@import './
|
|
25
|
+
@import './variants/color/index.css';
|
|
21
26
|
|
|
22
27
|
/* Layer 3: style variants. */
|
|
23
|
-
@import './
|
|
28
|
+
@import './variants/style/index.css';
|
|
24
29
|
|
|
25
30
|
/* Shared semantic and library tokens. */
|
|
26
|
-
@import './
|
|
31
|
+
@import './foundation/tokens.css';
|
|
27
32
|
|
|
28
33
|
/* Angular Material M3 bridge. */
|
|
29
|
-
@import './
|
|
34
|
+
@import './integrations/material.css';
|
|
30
35
|
|
|
31
36
|
/* Global component-facing styles. */
|
|
32
|
-
@import './
|
|
37
|
+
@import './foundation/components.css';
|