@furystack/shades-common-components 12.7.0 → 13.0.0
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/CHANGELOG.md +152 -0
- package/README.md +218 -4
- package/esm/components/accordion/accordion-item.d.ts +1 -1
- package/esm/components/accordion/accordion-item.d.ts.map +1 -1
- package/esm/components/accordion/accordion-item.js +6 -11
- package/esm/components/accordion/accordion-item.js.map +1 -1
- package/esm/components/accordion/accordion.d.ts.map +1 -1
- package/esm/components/accordion/accordion.js +1 -0
- package/esm/components/accordion/accordion.js.map +1 -1
- package/esm/components/app-bar-link.d.ts.map +1 -1
- package/esm/components/app-bar-link.js +1 -0
- package/esm/components/app-bar-link.js.map +1 -1
- package/esm/components/app-bar.d.ts.map +1 -1
- package/esm/components/app-bar.js +2 -0
- package/esm/components/app-bar.js.map +1 -1
- package/esm/components/app-bar.spec.js +3 -3
- package/esm/components/app-bar.spec.js.map +1 -1
- package/esm/components/avatar.d.ts.map +1 -1
- package/esm/components/avatar.js +1 -0
- package/esm/components/avatar.js.map +1 -1
- package/esm/components/badge.d.ts.map +1 -1
- package/esm/components/badge.js +2 -1
- package/esm/components/badge.js.map +1 -1
- package/esm/components/breadcrumb.d.ts.map +1 -1
- package/esm/components/breadcrumb.js +1 -0
- package/esm/components/breadcrumb.js.map +1 -1
- package/esm/components/button-group.d.ts.map +1 -1
- package/esm/components/button-group.js +57 -60
- package/esm/components/button-group.js.map +1 -1
- package/esm/components/button-group.spec.js +7 -6
- package/esm/components/button-group.spec.js.map +1 -1
- package/esm/components/button.d.ts.map +1 -1
- package/esm/components/button.js +1 -0
- package/esm/components/button.js.map +1 -1
- package/esm/components/cache-view.d.ts.map +1 -1
- package/esm/components/cache-view.js +4 -0
- package/esm/components/cache-view.js.map +1 -1
- package/esm/components/cache-view.spec.js +4 -1
- package/esm/components/cache-view.spec.js.map +1 -1
- package/esm/components/card.d.ts.map +1 -1
- package/esm/components/card.js +3 -1
- package/esm/components/card.js.map +1 -1
- package/esm/components/circular-progress.d.ts.map +1 -1
- package/esm/components/circular-progress.js +1 -0
- package/esm/components/circular-progress.js.map +1 -1
- package/esm/components/command-palette/command-palette-input.d.ts.map +1 -1
- package/esm/components/command-palette/command-palette-input.js +1 -0
- package/esm/components/command-palette/command-palette-input.js.map +1 -1
- package/esm/components/command-palette/command-palette-suggestion-list.d.ts.map +1 -1
- package/esm/components/command-palette/command-palette-suggestion-list.js +3 -1
- package/esm/components/command-palette/command-palette-suggestion-list.js.map +1 -1
- package/esm/components/command-palette/index.d.ts.map +1 -1
- package/esm/components/command-palette/index.js +2 -0
- package/esm/components/command-palette/index.js.map +1 -1
- package/esm/components/context-menu/context-menu-item.d.ts.map +1 -1
- package/esm/components/context-menu/context-menu-item.js +1 -0
- package/esm/components/context-menu/context-menu-item.js.map +1 -1
- package/esm/components/context-menu/context-menu.d.ts.map +1 -1
- package/esm/components/context-menu/context-menu.js +1 -0
- package/esm/components/context-menu/context-menu.js.map +1 -1
- package/esm/components/data-grid/body.d.ts.map +1 -1
- package/esm/components/data-grid/body.js +2 -0
- package/esm/components/data-grid/body.js.map +1 -1
- package/esm/components/data-grid/data-grid-row.d.ts.map +1 -1
- package/esm/components/data-grid/data-grid-row.js +1 -0
- package/esm/components/data-grid/data-grid-row.js.map +1 -1
- package/esm/components/data-grid/data-grid.d.ts.map +1 -1
- package/esm/components/data-grid/data-grid.js +1 -0
- package/esm/components/data-grid/data-grid.js.map +1 -1
- package/esm/components/data-grid/filters/boolean-filter.d.ts.map +1 -1
- package/esm/components/data-grid/filters/boolean-filter.js +2 -0
- package/esm/components/data-grid/filters/boolean-filter.js.map +1 -1
- package/esm/components/data-grid/filters/date-filter.d.ts.map +1 -1
- package/esm/components/data-grid/filters/date-filter.js +2 -0
- package/esm/components/data-grid/filters/date-filter.js.map +1 -1
- package/esm/components/data-grid/filters/enum-filter.d.ts.map +1 -1
- package/esm/components/data-grid/filters/enum-filter.js +2 -0
- package/esm/components/data-grid/filters/enum-filter.js.map +1 -1
- package/esm/components/data-grid/filters/filter-dropdown.d.ts.map +1 -1
- package/esm/components/data-grid/filters/filter-dropdown.js +1 -0
- package/esm/components/data-grid/filters/filter-dropdown.js.map +1 -1
- package/esm/components/data-grid/filters/number-filter.d.ts.map +1 -1
- package/esm/components/data-grid/filters/number-filter.js +2 -0
- package/esm/components/data-grid/filters/number-filter.js.map +1 -1
- package/esm/components/data-grid/filters/string-filter.d.ts.map +1 -1
- package/esm/components/data-grid/filters/string-filter.js +2 -0
- package/esm/components/data-grid/filters/string-filter.js.map +1 -1
- package/esm/components/data-grid/footer.d.ts.map +1 -1
- package/esm/components/data-grid/footer.js +1 -0
- package/esm/components/data-grid/footer.js.map +1 -1
- package/esm/components/data-grid/header.d.ts.map +1 -1
- package/esm/components/data-grid/header.js +2 -0
- package/esm/components/data-grid/header.js.map +1 -1
- package/esm/components/data-grid/selection-cell.d.ts.map +1 -1
- package/esm/components/data-grid/selection-cell.js +1 -0
- package/esm/components/data-grid/selection-cell.js.map +1 -1
- package/esm/components/dialog.d.ts.map +1 -1
- package/esm/components/dialog.js +8 -12
- package/esm/components/dialog.js.map +1 -1
- package/esm/components/divider.d.ts.map +1 -1
- package/esm/components/divider.js +1 -0
- package/esm/components/divider.js.map +1 -1
- package/esm/components/drawer/drawer-toggle-button.d.ts +1 -1
- package/esm/components/drawer/drawer-toggle-button.d.ts.map +1 -1
- package/esm/components/drawer/drawer-toggle-button.js +2 -1
- package/esm/components/drawer/drawer-toggle-button.js.map +1 -1
- package/esm/components/drawer/index.d.ts.map +1 -1
- package/esm/components/drawer/index.js +1 -0
- package/esm/components/drawer/index.js.map +1 -1
- package/esm/components/dropdown.d.ts.map +1 -1
- package/esm/components/dropdown.js +1 -0
- package/esm/components/dropdown.js.map +1 -1
- package/esm/components/fab.d.ts.map +1 -1
- package/esm/components/fab.js +1 -0
- package/esm/components/fab.js.map +1 -1
- package/esm/components/form.d.ts.map +1 -1
- package/esm/components/form.js +2 -0
- package/esm/components/form.js.map +1 -1
- package/esm/components/grid.d.ts.map +1 -1
- package/esm/components/grid.js +3 -1
- package/esm/components/grid.js.map +1 -1
- package/esm/components/icons/icon.d.ts.map +1 -1
- package/esm/components/icons/icon.js +2 -0
- package/esm/components/icons/icon.js.map +1 -1
- package/esm/components/image.d.ts.map +1 -1
- package/esm/components/image.js +1 -0
- package/esm/components/image.js.map +1 -1
- package/esm/components/inputs/autocomplete.d.ts.map +1 -1
- package/esm/components/inputs/autocomplete.js +2 -0
- package/esm/components/inputs/autocomplete.js.map +1 -1
- package/esm/components/inputs/checkbox.d.ts.map +1 -1
- package/esm/components/inputs/checkbox.js +2 -1
- package/esm/components/inputs/checkbox.js.map +1 -1
- package/esm/components/inputs/input-number.d.ts.map +1 -1
- package/esm/components/inputs/input-number.js +1 -0
- package/esm/components/inputs/input-number.js.map +1 -1
- package/esm/components/inputs/input.d.ts.map +1 -1
- package/esm/components/inputs/input.js +1 -0
- package/esm/components/inputs/input.js.map +1 -1
- package/esm/components/inputs/radio-group.d.ts.map +1 -1
- package/esm/components/inputs/radio-group.js +1 -0
- package/esm/components/inputs/radio-group.js.map +1 -1
- package/esm/components/inputs/radio.d.ts.map +1 -1
- package/esm/components/inputs/radio.js +1 -0
- package/esm/components/inputs/radio.js.map +1 -1
- package/esm/components/inputs/select.d.ts.map +1 -1
- package/esm/components/inputs/select.js +14 -16
- package/esm/components/inputs/select.js.map +1 -1
- package/esm/components/inputs/select.spec.js +3 -6
- package/esm/components/inputs/select.spec.js.map +1 -1
- package/esm/components/inputs/slider.d.ts.map +1 -1
- package/esm/components/inputs/slider.js +5 -31
- package/esm/components/inputs/slider.js.map +1 -1
- package/esm/components/inputs/switch.d.ts.map +1 -1
- package/esm/components/inputs/switch.js +2 -1
- package/esm/components/inputs/switch.js.map +1 -1
- package/esm/components/inputs/text-area.d.ts.map +1 -1
- package/esm/components/inputs/text-area.js +1 -0
- package/esm/components/inputs/text-area.js.map +1 -1
- package/esm/components/linear-progress.d.ts.map +1 -1
- package/esm/components/linear-progress.js +1 -0
- package/esm/components/linear-progress.js.map +1 -1
- package/esm/components/list/list-item.d.ts.map +1 -1
- package/esm/components/list/list-item.js +1 -0
- package/esm/components/list/list-item.js.map +1 -1
- package/esm/components/list/list.d.ts.map +1 -1
- package/esm/components/list/list.js +2 -0
- package/esm/components/list/list.js.map +1 -1
- package/esm/components/loader.d.ts.map +1 -1
- package/esm/components/loader.js +1 -0
- package/esm/components/loader.js.map +1 -1
- package/esm/components/markdown/markdown-display.js +1 -1
- package/esm/components/markdown/markdown-display.js.map +1 -1
- package/esm/components/markdown/markdown-display.spec.js +2 -2
- package/esm/components/markdown/markdown-display.spec.js.map +1 -1
- package/esm/components/markdown/markdown-editor.d.ts.map +1 -1
- package/esm/components/markdown/markdown-editor.js +1 -0
- package/esm/components/markdown/markdown-editor.js.map +1 -1
- package/esm/components/markdown/markdown-editor.spec.js +1 -1
- package/esm/components/markdown/markdown-editor.spec.js.map +1 -1
- package/esm/components/markdown/markdown-input.d.ts.map +1 -1
- package/esm/components/markdown/markdown-input.js +1 -0
- package/esm/components/markdown/markdown-input.js.map +1 -1
- package/esm/components/modal.d.ts.map +1 -1
- package/esm/components/modal.js +2 -0
- package/esm/components/modal.js.map +1 -1
- package/esm/components/noty-list.d.ts.map +1 -1
- package/esm/components/noty-list.js +4 -2
- package/esm/components/noty-list.js.map +1 -1
- package/esm/components/noty-list.spec.js +1 -1
- package/esm/components/noty-list.spec.js.map +1 -1
- package/esm/components/page-container/index.d.ts +1 -1
- package/esm/components/page-container/index.d.ts.map +1 -1
- package/esm/components/page-container/index.js +2 -1
- package/esm/components/page-container/index.js.map +1 -1
- package/esm/components/page-container/page-header.d.ts.map +1 -1
- package/esm/components/page-container/page-header.js +10 -12
- package/esm/components/page-container/page-header.js.map +1 -1
- package/esm/components/page-container/page-header.spec.js +6 -4
- package/esm/components/page-container/page-header.spec.js.map +1 -1
- package/esm/components/page-layout/index.d.ts.map +1 -1
- package/esm/components/page-layout/index.js +2 -0
- package/esm/components/page-layout/index.js.map +1 -1
- package/esm/components/paper.d.ts.map +1 -1
- package/esm/components/paper.js +6 -1
- package/esm/components/paper.js.map +1 -1
- package/esm/components/rating.d.ts.map +1 -1
- package/esm/components/rating.js +1 -0
- package/esm/components/rating.js.map +1 -1
- package/esm/components/result.d.ts.map +1 -1
- package/esm/components/result.js +3 -14
- package/esm/components/result.js.map +1 -1
- package/esm/components/result.spec.js +3 -3
- package/esm/components/result.spec.js.map +1 -1
- package/esm/components/suggest/index.d.ts.map +1 -1
- package/esm/components/suggest/index.js +2 -0
- package/esm/components/suggest/index.js.map +1 -1
- package/esm/components/suggest/suggest-input.d.ts.map +1 -1
- package/esm/components/suggest/suggest-input.js +1 -0
- package/esm/components/suggest/suggest-input.js.map +1 -1
- package/esm/components/suggest/suggestion-list.d.ts.map +1 -1
- package/esm/components/suggest/suggestion-list.js +3 -1
- package/esm/components/suggest/suggestion-list.js.map +1 -1
- package/esm/components/tabs.d.ts.map +1 -1
- package/esm/components/tabs.js +1 -0
- package/esm/components/tabs.js.map +1 -1
- package/esm/components/timeline.d.ts.map +1 -1
- package/esm/components/timeline.js +58 -51
- package/esm/components/timeline.js.map +1 -1
- package/esm/components/timeline.spec.js +0 -66
- package/esm/components/timeline.spec.js.map +1 -1
- package/esm/components/tooltip.d.ts.map +1 -1
- package/esm/components/tooltip.js +1 -0
- package/esm/components/tooltip.js.map +1 -1
- package/esm/components/tree/tree-item.d.ts.map +1 -1
- package/esm/components/tree/tree-item.js +1 -0
- package/esm/components/tree/tree-item.js.map +1 -1
- package/esm/components/tree/tree.d.ts.map +1 -1
- package/esm/components/tree/tree.js +2 -0
- package/esm/components/tree/tree.js.map +1 -1
- package/esm/components/typography.d.ts +2 -19
- package/esm/components/typography.d.ts.map +1 -1
- package/esm/components/typography.js +104 -94
- package/esm/components/typography.js.map +1 -1
- package/esm/components/typography.spec.js +16 -16
- package/esm/components/typography.spec.js.map +1 -1
- package/esm/components/wizard/index.d.ts.map +1 -1
- package/esm/components/wizard/index.js +1 -0
- package/esm/components/wizard/index.js.map +1 -1
- package/esm/services/css-variable-theme.d.ts +4 -0
- package/esm/services/css-variable-theme.d.ts.map +1 -1
- package/esm/services/css-variable-theme.js +29 -6
- package/esm/services/css-variable-theme.js.map +1 -1
- package/esm/services/css-variable-theme.spec.js +93 -1
- package/esm/services/css-variable-theme.spec.js.map +1 -1
- package/esm/services/get-rgb-from-color-string.d.ts +10 -0
- package/esm/services/get-rgb-from-color-string.d.ts.map +1 -0
- package/esm/services/get-rgb-from-color-string.js +86 -0
- package/esm/services/get-rgb-from-color-string.js.map +1 -0
- package/esm/services/get-rgb-from-color-string.spec.d.ts +2 -0
- package/esm/services/get-rgb-from-color-string.spec.d.ts.map +1 -0
- package/esm/services/get-rgb-from-color-string.spec.js +107 -0
- package/esm/services/get-rgb-from-color-string.spec.js.map +1 -0
- package/esm/services/get-text-color.d.ts +10 -0
- package/esm/services/get-text-color.d.ts.map +1 -0
- package/esm/services/get-text-color.js +15 -0
- package/esm/services/get-text-color.js.map +1 -0
- package/esm/services/get-text-color.spec.d.ts +2 -0
- package/esm/services/get-text-color.spec.d.ts.map +1 -0
- package/esm/services/get-text-color.spec.js +21 -0
- package/esm/services/get-text-color.spec.js.map +1 -0
- package/esm/services/index.d.ts +7 -4
- package/esm/services/index.d.ts.map +1 -1
- package/esm/services/index.js +7 -4
- package/esm/services/index.js.map +1 -1
- package/esm/services/rgb-color.d.ts +13 -0
- package/esm/services/rgb-color.d.ts.map +1 -0
- package/esm/services/rgb-color.js +23 -0
- package/esm/services/rgb-color.js.map +1 -0
- package/esm/services/rgb-color.spec.d.ts +2 -0
- package/esm/services/rgb-color.spec.d.ts.map +1 -0
- package/esm/services/rgb-color.spec.js +69 -0
- package/esm/services/rgb-color.spec.js.map +1 -0
- package/esm/services/theme-provider-service.d.ts +9 -23
- package/esm/services/theme-provider-service.d.ts.map +1 -1
- package/esm/services/theme-provider-service.js +1 -63
- package/esm/services/theme-provider-service.js.map +1 -1
- package/esm/services/theme-provider-service.spec.js +12 -159
- package/esm/services/theme-provider-service.spec.js.map +1 -1
- package/esm/themes/architect-palette.d.ts +8 -0
- package/esm/themes/architect-palette.d.ts.map +1 -0
- package/esm/themes/architect-palette.js +56 -0
- package/esm/themes/architect-palette.js.map +1 -0
- package/esm/themes/architect-theme.d.ts +120 -0
- package/esm/themes/architect-theme.d.ts.map +1 -0
- package/esm/themes/architect-theme.js +122 -0
- package/esm/themes/architect-theme.js.map +1 -0
- package/esm/themes/auditore-palette.d.ts +8 -0
- package/esm/themes/auditore-palette.d.ts.map +1 -0
- package/esm/themes/auditore-palette.js +56 -0
- package/esm/themes/auditore-palette.js.map +1 -0
- package/esm/themes/auditore-theme.d.ts +120 -0
- package/esm/themes/auditore-theme.d.ts.map +1 -0
- package/esm/themes/auditore-theme.js +122 -0
- package/esm/themes/auditore-theme.js.map +1 -0
- package/esm/themes/black-mesa-palette.d.ts +8 -0
- package/esm/themes/black-mesa-palette.d.ts.map +1 -0
- package/esm/themes/black-mesa-palette.js +56 -0
- package/esm/themes/black-mesa-palette.js.map +1 -0
- package/esm/themes/black-mesa-theme.d.ts +120 -0
- package/esm/themes/black-mesa-theme.d.ts.map +1 -0
- package/esm/themes/black-mesa-theme.js +122 -0
- package/esm/themes/black-mesa-theme.js.map +1 -0
- package/esm/themes/chieftain-palette.d.ts +8 -0
- package/esm/themes/chieftain-palette.d.ts.map +1 -0
- package/esm/themes/chieftain-palette.js +56 -0
- package/esm/themes/chieftain-palette.js.map +1 -0
- package/esm/themes/chieftain-theme.d.ts +121 -0
- package/esm/themes/chieftain-theme.d.ts.map +1 -0
- package/esm/themes/chieftain-theme.js +123 -0
- package/esm/themes/chieftain-theme.js.map +1 -0
- package/esm/themes/default-dark-palette.d.ts +8 -0
- package/esm/themes/default-dark-palette.d.ts.map +1 -0
- package/esm/{services → themes}/default-dark-palette.js +1 -1
- package/esm/themes/default-dark-palette.js.map +1 -0
- package/esm/{services → themes}/default-dark-theme.d.ts +7 -1
- package/esm/themes/default-dark-theme.d.ts.map +1 -0
- package/esm/{services → themes}/default-dark-theme.js +6 -0
- package/esm/themes/default-dark-theme.js.map +1 -0
- package/esm/{services → themes}/default-light-theme.d.ts +7 -1
- package/esm/themes/default-light-theme.d.ts.map +1 -0
- package/esm/{services → themes}/default-light-theme.js +6 -0
- package/esm/themes/default-light-theme.js.map +1 -0
- package/esm/{services → themes}/default-palette.d.ts +1 -1
- package/esm/themes/default-palette.d.ts.map +1 -0
- package/esm/themes/default-palette.js.map +1 -0
- package/esm/themes/dragonborn-palette.d.ts +8 -0
- package/esm/themes/dragonborn-palette.d.ts.map +1 -0
- package/esm/themes/dragonborn-palette.js +56 -0
- package/esm/themes/dragonborn-palette.js.map +1 -0
- package/esm/themes/dragonborn-theme.d.ts +120 -0
- package/esm/themes/dragonborn-theme.d.ts.map +1 -0
- package/esm/themes/dragonborn-theme.js +122 -0
- package/esm/themes/dragonborn-theme.js.map +1 -0
- package/esm/themes/hawkins-palette.d.ts +8 -0
- package/esm/themes/hawkins-palette.d.ts.map +1 -0
- package/esm/themes/hawkins-palette.js +56 -0
- package/esm/themes/hawkins-palette.js.map +1 -0
- package/esm/themes/hawkins-theme.d.ts +120 -0
- package/esm/themes/hawkins-theme.d.ts.map +1 -0
- package/esm/themes/hawkins-theme.js +122 -0
- package/esm/themes/hawkins-theme.js.map +1 -0
- package/esm/themes/jedi-palette.d.ts +8 -0
- package/esm/themes/jedi-palette.d.ts.map +1 -0
- package/esm/themes/jedi-palette.js +56 -0
- package/esm/themes/jedi-palette.js.map +1 -0
- package/esm/themes/jedi-theme.d.ts +120 -0
- package/esm/themes/jedi-theme.d.ts.map +1 -0
- package/esm/themes/jedi-theme.js +122 -0
- package/esm/themes/jedi-theme.js.map +1 -0
- package/esm/themes/neon-runner-palette.d.ts +8 -0
- package/esm/themes/neon-runner-palette.d.ts.map +1 -0
- package/esm/themes/neon-runner-palette.js +56 -0
- package/esm/themes/neon-runner-palette.js.map +1 -0
- package/esm/themes/neon-runner-theme.d.ts +119 -0
- package/esm/themes/neon-runner-theme.d.ts.map +1 -0
- package/esm/themes/neon-runner-theme.js +120 -0
- package/esm/themes/neon-runner-theme.js.map +1 -0
- package/esm/themes/paladin-palette.d.ts +8 -0
- package/esm/themes/paladin-palette.d.ts.map +1 -0
- package/esm/themes/paladin-palette.js +56 -0
- package/esm/themes/paladin-palette.js.map +1 -0
- package/esm/themes/paladin-theme.d.ts +121 -0
- package/esm/themes/paladin-theme.d.ts.map +1 -0
- package/esm/themes/paladin-theme.js +123 -0
- package/esm/themes/paladin-theme.js.map +1 -0
- package/esm/themes/plumber-palette.d.ts +8 -0
- package/esm/themes/plumber-palette.d.ts.map +1 -0
- package/esm/themes/plumber-palette.js +56 -0
- package/esm/themes/plumber-palette.js.map +1 -0
- package/esm/themes/plumber-theme.d.ts +120 -0
- package/esm/themes/plumber-theme.d.ts.map +1 -0
- package/esm/themes/plumber-theme.js +121 -0
- package/esm/themes/plumber-theme.js.map +1 -0
- package/esm/themes/replicant-palette.d.ts +8 -0
- package/esm/themes/replicant-palette.d.ts.map +1 -0
- package/esm/themes/replicant-palette.js +56 -0
- package/esm/themes/replicant-palette.js.map +1 -0
- package/esm/themes/replicant-theme.d.ts +120 -0
- package/esm/themes/replicant-theme.d.ts.map +1 -0
- package/esm/themes/replicant-theme.js +122 -0
- package/esm/themes/replicant-theme.js.map +1 -0
- package/esm/themes/sandworm-palette.d.ts +8 -0
- package/esm/themes/sandworm-palette.d.ts.map +1 -0
- package/esm/themes/sandworm-palette.js +56 -0
- package/esm/themes/sandworm-palette.js.map +1 -0
- package/esm/themes/sandworm-theme.d.ts +120 -0
- package/esm/themes/sandworm-theme.d.ts.map +1 -0
- package/esm/themes/sandworm-theme.js +122 -0
- package/esm/themes/sandworm-theme.js.map +1 -0
- package/esm/themes/shadow-broker-palette.d.ts +8 -0
- package/esm/themes/shadow-broker-palette.d.ts.map +1 -0
- package/esm/themes/shadow-broker-palette.js +56 -0
- package/esm/{services/default-dark-palette.js.map → themes/shadow-broker-palette.js.map} +1 -1
- package/esm/themes/shadow-broker-theme.d.ts +120 -0
- package/esm/themes/shadow-broker-theme.d.ts.map +1 -0
- package/esm/themes/shadow-broker-theme.js +121 -0
- package/esm/themes/shadow-broker-theme.js.map +1 -0
- package/esm/themes/sith-palette.d.ts +8 -0
- package/esm/themes/sith-palette.d.ts.map +1 -0
- package/esm/themes/sith-palette.js +56 -0
- package/esm/themes/sith-palette.js.map +1 -0
- package/esm/themes/sith-theme.d.ts +120 -0
- package/esm/themes/sith-theme.d.ts.map +1 -0
- package/esm/themes/sith-theme.js +122 -0
- package/esm/themes/sith-theme.js.map +1 -0
- package/esm/themes/vault-dweller-palette.d.ts +8 -0
- package/esm/themes/vault-dweller-palette.d.ts.map +1 -0
- package/esm/themes/vault-dweller-palette.js +56 -0
- package/esm/themes/vault-dweller-palette.js.map +1 -0
- package/esm/themes/vault-dweller-theme.d.ts +120 -0
- package/esm/themes/vault-dweller-theme.d.ts.map +1 -0
- package/esm/themes/vault-dweller-theme.js +122 -0
- package/esm/themes/vault-dweller-theme.js.map +1 -0
- package/esm/themes/wild-hunt-palette.d.ts +8 -0
- package/esm/themes/wild-hunt-palette.d.ts.map +1 -0
- package/esm/themes/wild-hunt-palette.js +56 -0
- package/esm/themes/wild-hunt-palette.js.map +1 -0
- package/esm/themes/wild-hunt-theme.d.ts +120 -0
- package/esm/themes/wild-hunt-theme.d.ts.map +1 -0
- package/esm/themes/wild-hunt-theme.js +122 -0
- package/esm/themes/wild-hunt-theme.js.map +1 -0
- package/esm/themes/xenomorph-palette.d.ts +8 -0
- package/esm/themes/xenomorph-palette.d.ts.map +1 -0
- package/esm/themes/xenomorph-palette.js +56 -0
- package/esm/themes/xenomorph-palette.js.map +1 -0
- package/esm/themes/xenomorph-theme.d.ts +120 -0
- package/esm/themes/xenomorph-theme.d.ts.map +1 -0
- package/esm/themes/xenomorph-theme.js +121 -0
- package/esm/themes/xenomorph-theme.js.map +1 -0
- package/package.json +7 -3
- package/src/components/accordion/accordion-item.tsx +16 -23
- package/src/components/accordion/accordion.tsx +1 -0
- package/src/components/app-bar-link.tsx +1 -0
- package/src/components/app-bar.spec.tsx +3 -3
- package/src/components/app-bar.tsx +2 -0
- package/src/components/avatar.tsx +1 -0
- package/src/components/badge.tsx +2 -1
- package/src/components/breadcrumb.tsx +1 -0
- package/src/components/button-group.spec.tsx +7 -6
- package/src/components/button-group.tsx +72 -70
- package/src/components/button.tsx +1 -0
- package/src/components/cache-view.spec.tsx +4 -1
- package/src/components/cache-view.tsx +4 -0
- package/src/components/card.tsx +3 -1
- package/src/components/circular-progress.tsx +1 -0
- package/src/components/command-palette/command-palette-input.tsx +1 -0
- package/src/components/command-palette/command-palette-suggestion-list.tsx +3 -1
- package/src/components/command-palette/index.tsx +2 -0
- package/src/components/context-menu/context-menu-item.tsx +1 -0
- package/src/components/context-menu/context-menu.tsx +1 -0
- package/src/components/data-grid/body.tsx +2 -0
- package/src/components/data-grid/data-grid-row.tsx +1 -0
- package/src/components/data-grid/data-grid.tsx +1 -0
- package/src/components/data-grid/filters/boolean-filter.tsx +2 -0
- package/src/components/data-grid/filters/date-filter.tsx +2 -0
- package/src/components/data-grid/filters/enum-filter.tsx +2 -0
- package/src/components/data-grid/filters/filter-dropdown.tsx +1 -0
- package/src/components/data-grid/filters/number-filter.tsx +2 -0
- package/src/components/data-grid/filters/string-filter.tsx +2 -0
- package/src/components/data-grid/footer.tsx +1 -0
- package/src/components/data-grid/header.tsx +2 -0
- package/src/components/data-grid/selection-cell.tsx +1 -0
- package/src/components/dialog.tsx +15 -15
- package/src/components/divider.tsx +1 -0
- package/src/components/drawer/drawer-toggle-button.tsx +2 -1
- package/src/components/drawer/index.tsx +1 -0
- package/src/components/dropdown.tsx +1 -0
- package/src/components/fab.tsx +1 -0
- package/src/components/form.tsx +2 -0
- package/src/components/grid.tsx +3 -1
- package/src/components/icons/icon.tsx +2 -0
- package/src/components/image.tsx +1 -0
- package/src/components/inputs/autocomplete.tsx +2 -0
- package/src/components/inputs/checkbox.tsx +2 -1
- package/src/components/inputs/input-number.tsx +1 -0
- package/src/components/inputs/input.tsx +1 -0
- package/src/components/inputs/radio-group.tsx +1 -0
- package/src/components/inputs/radio.tsx +1 -0
- package/src/components/inputs/select.spec.tsx +3 -6
- package/src/components/inputs/select.tsx +13 -15
- package/src/components/inputs/slider.tsx +27 -36
- package/src/components/inputs/switch.tsx +2 -1
- package/src/components/inputs/text-area.tsx +1 -0
- package/src/components/linear-progress.tsx +1 -0
- package/src/components/list/list-item.tsx +1 -0
- package/src/components/list/list.tsx +2 -0
- package/src/components/loader.tsx +1 -0
- package/src/components/markdown/markdown-display.spec.tsx +2 -2
- package/src/components/markdown/markdown-display.tsx +1 -1
- package/src/components/markdown/markdown-editor.spec.tsx +1 -1
- package/src/components/markdown/markdown-editor.tsx +1 -0
- package/src/components/markdown/markdown-input.tsx +1 -0
- package/src/components/modal.tsx +2 -0
- package/src/components/noty-list.spec.tsx +1 -1
- package/src/components/noty-list.tsx +4 -2
- package/src/components/page-container/index.tsx +2 -1
- package/src/components/page-container/page-header.spec.tsx +6 -4
- package/src/components/page-container/page-header.tsx +23 -15
- package/src/components/page-layout/index.tsx +2 -0
- package/src/components/paper.tsx +6 -1
- package/src/components/rating.tsx +1 -0
- package/src/components/result.spec.tsx +3 -3
- package/src/components/result.tsx +9 -15
- package/src/components/suggest/index.tsx +2 -0
- package/src/components/suggest/suggest-input.tsx +1 -0
- package/src/components/suggest/suggestion-list.tsx +3 -1
- package/src/components/tabs.tsx +1 -0
- package/src/components/timeline.spec.tsx +0 -95
- package/src/components/timeline.tsx +63 -54
- package/src/components/tooltip.tsx +1 -0
- package/src/components/tree/tree-item.tsx +1 -0
- package/src/components/tree/tree.tsx +2 -0
- package/src/components/typography.spec.tsx +16 -16
- package/src/components/typography.tsx +121 -110
- package/src/components/wizard/index.tsx +1 -0
- package/src/services/css-variable-theme.spec.ts +108 -0
- package/src/services/css-variable-theme.ts +30 -7
- package/src/services/get-rgb-from-color-string.spec.ts +122 -0
- package/src/services/get-rgb-from-color-string.ts +96 -0
- package/src/services/get-text-color.spec.ts +25 -0
- package/src/services/get-text-color.ts +15 -0
- package/src/services/index.ts +7 -4
- package/src/services/rgb-color.spec.ts +79 -0
- package/src/services/rgb-color.ts +20 -0
- package/src/services/theme-provider-service.spec.ts +12 -185
- package/src/services/theme-provider-service.ts +8 -72
- package/src/themes/architect-palette.ts +57 -0
- package/src/themes/architect-theme.ts +124 -0
- package/src/themes/auditore-palette.ts +57 -0
- package/src/themes/auditore-theme.ts +124 -0
- package/src/themes/black-mesa-palette.ts +57 -0
- package/src/themes/black-mesa-theme.ts +124 -0
- package/src/themes/chieftain-palette.ts +57 -0
- package/src/themes/chieftain-theme.ts +125 -0
- package/src/{services → themes}/default-dark-palette.ts +2 -2
- package/src/{services → themes}/default-dark-theme.ts +7 -1
- package/src/{services → themes}/default-light-theme.ts +7 -1
- package/src/{services → themes}/default-palette.ts +1 -1
- package/src/themes/dragonborn-palette.ts +57 -0
- package/src/themes/dragonborn-theme.ts +124 -0
- package/src/themes/hawkins-palette.ts +57 -0
- package/src/themes/hawkins-theme.ts +124 -0
- package/src/themes/jedi-palette.ts +57 -0
- package/src/themes/jedi-theme.ts +124 -0
- package/src/themes/neon-runner-palette.ts +57 -0
- package/src/themes/neon-runner-theme.ts +121 -0
- package/src/themes/paladin-palette.ts +57 -0
- package/src/themes/paladin-theme.ts +125 -0
- package/src/themes/plumber-palette.ts +57 -0
- package/src/themes/plumber-theme.ts +122 -0
- package/src/themes/replicant-palette.ts +57 -0
- package/src/themes/replicant-theme.ts +124 -0
- package/src/themes/sandworm-palette.ts +57 -0
- package/src/themes/sandworm-theme.ts +124 -0
- package/src/themes/shadow-broker-palette.ts +57 -0
- package/src/themes/shadow-broker-theme.ts +122 -0
- package/src/themes/sith-palette.ts +57 -0
- package/src/themes/sith-theme.ts +124 -0
- package/src/themes/vault-dweller-palette.ts +57 -0
- package/src/themes/vault-dweller-theme.ts +124 -0
- package/src/themes/wild-hunt-palette.ts +57 -0
- package/src/themes/wild-hunt-theme.ts +124 -0
- package/src/themes/xenomorph-palette.ts +57 -0
- package/src/themes/xenomorph-theme.ts +122 -0
- package/esm/services/default-dark-palette.d.ts +0 -8
- package/esm/services/default-dark-palette.d.ts.map +0 -1
- package/esm/services/default-dark-theme.d.ts.map +0 -1
- package/esm/services/default-dark-theme.js.map +0 -1
- package/esm/services/default-light-theme.d.ts.map +0 -1
- package/esm/services/default-light-theme.js.map +0 -1
- package/esm/services/default-palette.d.ts.map +0 -1
- package/esm/services/default-palette.js.map +0 -1
- /package/esm/{services → themes}/default-palette.js +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,157 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [13.0.0] - 2026-02-26
|
|
4
|
+
|
|
5
|
+
### 💥 Breaking Changes
|
|
6
|
+
|
|
7
|
+
### `getTextColor()` and `getRgbFromColorString()` removed from `ThemeProviderService`
|
|
8
|
+
|
|
9
|
+
The `getTextColor()` and `getRgbFromColorString()` instance methods have been removed from `ThemeProviderService`. They are now standalone functions exported from their own modules.
|
|
10
|
+
|
|
11
|
+
**Examples:**
|
|
12
|
+
|
|
13
|
+
```typescript
|
|
14
|
+
// ❌ Before
|
|
15
|
+
import { ThemeProviderService } from '@furystack/shades-common-components'
|
|
16
|
+
const themeProvider = injector.getInstance(ThemeProviderService)
|
|
17
|
+
const textColor = themeProvider.getTextColor('#ff0000')
|
|
18
|
+
const rgb = themeProvider.getRgbFromColorString('#3f51b5')
|
|
19
|
+
|
|
20
|
+
// ✅ After
|
|
21
|
+
import { getTextColor, getRgbFromColorString } from '@furystack/shades-common-components'
|
|
22
|
+
const textColor = getTextColor('#ff0000')
|
|
23
|
+
const rgb = getRgbFromColorString('#3f51b5')
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
**Impact:** All callers that accessed these methods via a `ThemeProviderService` instance must switch to the standalone function imports.
|
|
27
|
+
|
|
28
|
+
### `RgbColor` class moved to its own module
|
|
29
|
+
|
|
30
|
+
The `RgbColor` class is no longer exported from `theme-provider-service.ts`. It is now in its own `rgb-color.ts` module, re-exported through the package barrel.
|
|
31
|
+
|
|
32
|
+
If you imported `RgbColor` from the package entry point, no change is needed. If you imported directly from `theme-provider-service.js`, update the import path:
|
|
33
|
+
|
|
34
|
+
```typescript
|
|
35
|
+
// ❌ Before
|
|
36
|
+
import { RgbColor } from '@furystack/shades-common-components/services/theme-provider-service.js'
|
|
37
|
+
|
|
38
|
+
// ✅ After
|
|
39
|
+
import { RgbColor } from '@furystack/shades-common-components'
|
|
40
|
+
// or
|
|
41
|
+
import { RgbColor } from '@furystack/shades-common-components/services/rgb-color.js'
|
|
42
|
+
```
|
|
43
|
+
|
|
44
|
+
### ✨ Features
|
|
45
|
+
|
|
46
|
+
### Standalone Color Utilities
|
|
47
|
+
|
|
48
|
+
Extracted `getRgbFromColorString()` and `getTextColor()` as standalone pure functions, making them usable without a `ThemeProviderService` instance. The new `getRgbFromColorString()` also adds support for `rgb()` syntax and common CSS named colors (e.g. `red`, `dodgerblue`, `white`), in addition to the previously supported `#hex` and `rgba()` formats.
|
|
49
|
+
|
|
50
|
+
### 17 New Themes
|
|
51
|
+
|
|
52
|
+
Added a collection of pop-culture-inspired themes, each with its own color palette and visual style:
|
|
53
|
+
|
|
54
|
+
- `architectTheme` - Matrix-inspired with digital green on black, monospace typography, and a digital rain paper background
|
|
55
|
+
- `auditoreTheme` - Assassin's Creed-inspired with warm historical tones
|
|
56
|
+
- `blackMesaTheme` - Half-Life-inspired with HEV-suit Lambda orange on dark industrial backgrounds and hazard-stripe textures
|
|
57
|
+
- `chieftainTheme` - Warcraft 1 Orc-inspired with dark brown wood backgrounds and crimson accents
|
|
58
|
+
- `dragonbornTheme` - Skyrim-inspired with nordic fantasy colors
|
|
59
|
+
- `hawkinsTheme` - Stranger Things-inspired with warm dark backgrounds, CRT scanline pattern, Christmas-light red accents, and retro rounded typography
|
|
60
|
+
- `jediTheme` - Star Wars Jedi Order-inspired light theme with warm parchment backgrounds and lightsaber-blue accents
|
|
61
|
+
- `neonRunnerTheme` - Cyberpunk-inspired with neon accents on dark backgrounds
|
|
62
|
+
- `paladinTheme` - Warcraft 1 Human-inspired with cold stone backgrounds and gold accents
|
|
63
|
+
- `plumberTheme` - Mario-inspired with playful primary colors
|
|
64
|
+
- `replicantTheme` - Blade Runner-inspired with noir cyberpunk aesthetics
|
|
65
|
+
- `sandwormTheme` - Dune-inspired with desert earth tones
|
|
66
|
+
- `shadowBrokerTheme` - Mass Effect-inspired with sci-fi blue tones
|
|
67
|
+
- `sithTheme` - Star Wars Sith Order-inspired dark theme with near-black backgrounds, crimson accents, and bold angular typography
|
|
68
|
+
- `vaultDwellerTheme` - Fallout-inspired with retro-futuristic styling
|
|
69
|
+
- `wildHuntTheme` - Witcher 3-inspired with silver-steel accents and crimson highlights on dark stormy backgrounds
|
|
70
|
+
- `xenomorphTheme` - Alien franchise-inspired with cold metallic backgrounds, acid green accents, and condensed monospace typography
|
|
71
|
+
|
|
72
|
+
Each theme provides a full set of semantic palette colors (`primary`, `secondary`, `error`, `warning`, `success`, `info`) with `light`, `main`, `dark` variants and contrast colors.
|
|
73
|
+
|
|
74
|
+
### Theme Infrastructure Enhancements
|
|
75
|
+
|
|
76
|
+
- Added `paperImage` to `Background` type and CSS variable theme, allowing themes to define textured or patterned paper surfaces via `background-image`
|
|
77
|
+
- Added `borderWidth` to `Shape` type and CSS variable theme, enabling themes to control surface border thickness
|
|
78
|
+
|
|
79
|
+
### Semantic Typography
|
|
80
|
+
|
|
81
|
+
Refactored the `Typography` component to render semantic HTML elements (`h1`–`h6`, `p`, `span`) based on the `variant` prop instead of always rendering a generic `shade-typography` custom element. Ellipsis handling and copy functionality now apply directly to the host element, removing the need for an internal wrapper.
|
|
82
|
+
|
|
83
|
+
**Breaking:** The `<shade-typography>` custom element tag no longer exists. Typography now renders as native tags with an `is` attribute (e.g. `<p is="shade-typography-p">`). Update any CSS or JS selectors targeting `shade-typography` to use `[is^="shade-typography"]` instead.
|
|
84
|
+
|
|
85
|
+
### 🐛 Bug Fixes
|
|
86
|
+
|
|
87
|
+
- Fixed `Timeline` vertical alignment issues by replacing hardcoded pixel values with theme spacing tokens and adding consistent `lineHeight` to labels and content
|
|
88
|
+
- Fixed `Timeline` last-item detection to correctly exclude pending items when determining the final visible entry
|
|
89
|
+
- Fixed `Timeline` tail visibility on the last item by using `:last-of-type` CSS instead of a `data-last` attribute
|
|
90
|
+
|
|
91
|
+
### ♻️ Refactoring
|
|
92
|
+
|
|
93
|
+
- Moved default theme files (`default-dark-palette.ts`, `default-dark-theme.ts`, `default-light-theme.ts`, `default-palette.ts`) from `services/` to a dedicated `themes/` directory
|
|
94
|
+
- Updated `Dialog`, `Result`, `PageHeader`, `Paper`, and `Card` components to use `Typography` instead of raw HTML heading/paragraph tags
|
|
95
|
+
- Updated `Paper` and `Card` components to support the new `paperImage` and `borderWidth` theme properties
|
|
96
|
+
- Added `fontFamily` from the theme to `Dialog`, `Paper`, `Card`, and `PageHeader` components for consistent font rendering across themes
|
|
97
|
+
|
|
98
|
+
### 🧪 Tests
|
|
99
|
+
|
|
100
|
+
- Updated `Typography` tests to assert on semantic HTML tags (`p`, `h1`, `h6`, `span`) instead of inner wrapper elements
|
|
101
|
+
- Updated `PageHeader`, `Result`, `CacheView`, `AppBar`, and `NotyList` tests for compatibility with the new `Typography`-based rendering
|
|
102
|
+
- Added tests for the new `getRgbFromColorString()`, `getTextColor()`, and `RgbColor` standalone modules
|
|
103
|
+
|
|
104
|
+
### 🔀 Migration Guide
|
|
105
|
+
|
|
106
|
+
### Step 1: Replace `ThemeProviderService` color method calls
|
|
107
|
+
|
|
108
|
+
Search for usages of `getTextColor` and `getRgbFromColorString` on a `ThemeProviderService` instance:
|
|
109
|
+
|
|
110
|
+
```bash
|
|
111
|
+
grep -rn "getTextColor\|getRgbFromColorString" --include="*.ts" --include="*.tsx" src/
|
|
112
|
+
```
|
|
113
|
+
|
|
114
|
+
Replace instance method calls with standalone function imports:
|
|
115
|
+
|
|
116
|
+
```typescript
|
|
117
|
+
// ❌ Before
|
|
118
|
+
const themeProvider = injector.getInstance(ThemeProviderService)
|
|
119
|
+
const color = themeProvider.getTextColor(bgColor)
|
|
120
|
+
const rgb = themeProvider.getRgbFromColorString(cssColor)
|
|
121
|
+
|
|
122
|
+
// ✅ After
|
|
123
|
+
import { getTextColor, getRgbFromColorString } from '@furystack/shades-common-components'
|
|
124
|
+
const color = getTextColor(bgColor)
|
|
125
|
+
const rgb = getRgbFromColorString(cssColor)
|
|
126
|
+
```
|
|
127
|
+
|
|
128
|
+
### Step 2: Update `RgbColor` imports (if using deep imports)
|
|
129
|
+
|
|
130
|
+
If you were importing `RgbColor` directly from the `theme-provider-service` module path, update to:
|
|
131
|
+
|
|
132
|
+
```typescript
|
|
133
|
+
import { RgbColor } from '@furystack/shades-common-components'
|
|
134
|
+
```
|
|
135
|
+
|
|
136
|
+
### Step 3: Update `Typography` selectors
|
|
137
|
+
|
|
138
|
+
If you have CSS or JS selectors targeting `shade-typography`, update them:
|
|
139
|
+
|
|
140
|
+
```css
|
|
141
|
+
/* ❌ Before */
|
|
142
|
+
shade-typography { ... }
|
|
143
|
+
|
|
144
|
+
/* ✅ After */
|
|
145
|
+
[is^="shade-typography"] { ... }
|
|
146
|
+
```
|
|
147
|
+
|
|
148
|
+
### Step 4: Verify
|
|
149
|
+
|
|
150
|
+
```bash
|
|
151
|
+
yarn build
|
|
152
|
+
yarn test
|
|
153
|
+
```
|
|
154
|
+
|
|
3
155
|
## [12.7.0] - 2026-02-23
|
|
4
156
|
|
|
5
157
|
### ✨ Features
|
package/README.md
CHANGED
|
@@ -214,6 +214,210 @@ import { Fab } from '@furystack/shades-common-components'
|
|
|
214
214
|
;<Fab onclick={() => console.log('FAB clicked')}>+</Fab>
|
|
215
215
|
```
|
|
216
216
|
|
|
217
|
+
### Typography
|
|
218
|
+
|
|
219
|
+
A text component that renders semantic HTML elements (`h1`–`h6`, `p`, `span`) based on the `variant` prop.
|
|
220
|
+
|
|
221
|
+
```tsx
|
|
222
|
+
import { Typography } from '@furystack/shades-common-components'
|
|
223
|
+
|
|
224
|
+
// Heading
|
|
225
|
+
<Typography variant="h1">Page Title</Typography>
|
|
226
|
+
|
|
227
|
+
// Body text (default variant is 'body1')
|
|
228
|
+
<Typography>Regular paragraph text</Typography>
|
|
229
|
+
|
|
230
|
+
// With color
|
|
231
|
+
<Typography variant="h3" color="primary">Primary Heading</Typography>
|
|
232
|
+
<Typography color="textSecondary">Secondary text</Typography>
|
|
233
|
+
|
|
234
|
+
// Truncated with ellipsis (single line)
|
|
235
|
+
<Typography ellipsis>This text will be truncated if it overflows...</Typography>
|
|
236
|
+
|
|
237
|
+
// Multi-line clamp
|
|
238
|
+
<Typography ellipsis={3}>This text will be clamped to 3 lines...</Typography>
|
|
239
|
+
|
|
240
|
+
// Copyable
|
|
241
|
+
<Typography copyable>Click the icon to copy this text</Typography>
|
|
242
|
+
|
|
243
|
+
// Alignment and gutter
|
|
244
|
+
<Typography align="center" gutterBottom>Centered with bottom margin</Typography>
|
|
245
|
+
```
|
|
246
|
+
|
|
247
|
+
**Variants:** `h1`, `h2`, `h3`, `h4`, `h5`, `h6`, `subtitle1`, `subtitle2`, `body1`, `body2`, `caption`, `overline`
|
|
248
|
+
|
|
249
|
+
**Colors:** Any palette key (`primary`, `secondary`, `error`, `warning`, `success`, `info`) or `textPrimary`, `textSecondary`, `textDisabled`
|
|
250
|
+
|
|
251
|
+
## Theming
|
|
252
|
+
|
|
253
|
+
The component library includes a CSS-variable-based theming system with runtime theme switching.
|
|
254
|
+
|
|
255
|
+
### Available Themes
|
|
256
|
+
|
|
257
|
+
Two default themes are included in the main entry point:
|
|
258
|
+
|
|
259
|
+
| Theme | Export | Description |
|
|
260
|
+
| ------------- | ------------------- | ----------------------------- |
|
|
261
|
+
| Default Light | `defaultLightTheme` | Light theme with system fonts |
|
|
262
|
+
| Default Dark | `defaultDarkTheme` | Dark theme with system fonts |
|
|
263
|
+
|
|
264
|
+
17 additional pop-culture-inspired themes are available as deep imports for tree-shaking:
|
|
265
|
+
|
|
266
|
+
| Theme | Import Path | Inspiration |
|
|
267
|
+
| ------------- | ---------------------------------------------------------- | ------------------------ |
|
|
268
|
+
| Architect | `@furystack/shades-common-components/themes/architect` | The Matrix |
|
|
269
|
+
| Auditore | `@furystack/shades-common-components/themes/auditore` | Assassin's Creed |
|
|
270
|
+
| Black Mesa | `@furystack/shades-common-components/themes/black-mesa` | Half-Life |
|
|
271
|
+
| Chieftain | `@furystack/shades-common-components/themes/chieftain` | Warcraft 1 Orc faction |
|
|
272
|
+
| Dragonborn | `@furystack/shades-common-components/themes/dragonborn` | Skyrim |
|
|
273
|
+
| Hawkins | `@furystack/shades-common-components/themes/hawkins` | Stranger Things |
|
|
274
|
+
| Jedi | `@furystack/shades-common-components/themes/jedi` | Star Wars (Jedi Order) |
|
|
275
|
+
| Neon Runner | `@furystack/shades-common-components/themes/neon-runner` | Cyberpunk |
|
|
276
|
+
| Paladin | `@furystack/shades-common-components/themes/paladin` | Warcraft 1 Human faction |
|
|
277
|
+
| Plumber | `@furystack/shades-common-components/themes/plumber` | Super Mario |
|
|
278
|
+
| Replicant | `@furystack/shades-common-components/themes/replicant` | Blade Runner |
|
|
279
|
+
| Sandworm | `@furystack/shades-common-components/themes/sandworm` | Dune |
|
|
280
|
+
| Shadow Broker | `@furystack/shades-common-components/themes/shadow-broker` | Mass Effect |
|
|
281
|
+
| Sith | `@furystack/shades-common-components/themes/sith` | Star Wars (Sith Order) |
|
|
282
|
+
| Vault Dweller | `@furystack/shades-common-components/themes/vault-dweller` | Fallout |
|
|
283
|
+
| Wild Hunt | `@furystack/shades-common-components/themes/wild-hunt` | The Witcher 3 |
|
|
284
|
+
| Xenomorph | `@furystack/shades-common-components/themes/xenomorph` | Alien |
|
|
285
|
+
|
|
286
|
+
### Applying a Theme
|
|
287
|
+
|
|
288
|
+
Use `useThemeCssVariables` to set CSS variables on `:root`:
|
|
289
|
+
|
|
290
|
+
```tsx
|
|
291
|
+
import { useThemeCssVariables, defaultLightTheme } from '@furystack/shades-common-components'
|
|
292
|
+
|
|
293
|
+
// Apply on startup
|
|
294
|
+
useThemeCssVariables(defaultLightTheme)
|
|
295
|
+
```
|
|
296
|
+
|
|
297
|
+
For reactive theme switching through the injector, use `ThemeProviderService`:
|
|
298
|
+
|
|
299
|
+
```tsx
|
|
300
|
+
import { ThemeProviderService, defaultDarkTheme } from '@furystack/shades-common-components'
|
|
301
|
+
|
|
302
|
+
const themeProvider = injector.getInstance(ThemeProviderService)
|
|
303
|
+
themeProvider.setAssignedTheme(defaultDarkTheme)
|
|
304
|
+
|
|
305
|
+
// Listen for changes
|
|
306
|
+
themeProvider.subscribe('themeChanged', (theme) => {
|
|
307
|
+
console.log('Theme changed:', theme.name)
|
|
308
|
+
})
|
|
309
|
+
```
|
|
310
|
+
|
|
311
|
+
Deep-imported themes can be loaded lazily:
|
|
312
|
+
|
|
313
|
+
```tsx
|
|
314
|
+
const { architectTheme } = await import('@furystack/shades-common-components/themes/architect')
|
|
315
|
+
themeProvider.setAssignedTheme(architectTheme)
|
|
316
|
+
```
|
|
317
|
+
|
|
318
|
+
### Theme Structure
|
|
319
|
+
|
|
320
|
+
A `Theme` object contains design tokens for the entire UI:
|
|
321
|
+
|
|
322
|
+
- **`palette`** — Semantic colors (`primary`, `secondary`, `error`, `warning`, `success`, `info`) each with `light`/`main`/`dark` variants and contrast colors
|
|
323
|
+
- **`text`** — Text colors at `primary`, `secondary`, and `disabled` emphasis levels
|
|
324
|
+
- **`background`** — Surface colors (`default`, `paper`) and an optional `paperImage`
|
|
325
|
+
- **`button`** — Button state colors (active, hover, selected, disabled)
|
|
326
|
+
- **`typography`** — Font family, size scale, weight scale, line heights, and letter spacing
|
|
327
|
+
- **`spacing`** — Spacing scale (`xs` through `xl`)
|
|
328
|
+
- **`shape`** — Border radius scale and border width
|
|
329
|
+
- **`shadows`** — Elevation presets (`none`, `sm`, `md`, `lg`, `xl`)
|
|
330
|
+
- **`transitions`** — Duration and easing presets
|
|
331
|
+
- **`action`** — Interactive state colors (hover, selected, focus ring, backdrop)
|
|
332
|
+
- **`zIndex`** — Stacking layers (drawer, appBar, modal, tooltip, dropdown)
|
|
333
|
+
- **`effects`** — Blur values for glassy surfaces
|
|
334
|
+
|
|
335
|
+
### CSS Variable System
|
|
336
|
+
|
|
337
|
+
All components reference tokens through `cssVariableTheme`, which resolves to CSS custom properties (e.g. `var(--shades-theme-text-primary)`). When you call `useThemeCssVariables(theme)`, the actual theme values are written to `:root`, and all components update automatically.
|
|
338
|
+
|
|
339
|
+
```tsx
|
|
340
|
+
import { cssVariableTheme, buildTransition } from '@furystack/shades-common-components'
|
|
341
|
+
|
|
342
|
+
// Use tokens in component styles
|
|
343
|
+
const style = {
|
|
344
|
+
color: cssVariableTheme.text.primary,
|
|
345
|
+
background: cssVariableTheme.background.paper,
|
|
346
|
+
borderRadius: cssVariableTheme.shape.borderRadius.md,
|
|
347
|
+
transition: buildTransition([
|
|
348
|
+
'background',
|
|
349
|
+
cssVariableTheme.transitions.duration.normal,
|
|
350
|
+
cssVariableTheme.transitions.easing.default,
|
|
351
|
+
]),
|
|
352
|
+
}
|
|
353
|
+
```
|
|
354
|
+
|
|
355
|
+
### Creating a Custom Theme
|
|
356
|
+
|
|
357
|
+
Define a palette and a theme object satisfying the `Theme` interface:
|
|
358
|
+
|
|
359
|
+
```tsx
|
|
360
|
+
import type { Palette, Theme } from '@furystack/shades-common-components'
|
|
361
|
+
|
|
362
|
+
const myPalette: Palette = {
|
|
363
|
+
primary: {
|
|
364
|
+
light: '#6ec6ff',
|
|
365
|
+
lightContrast: '#000',
|
|
366
|
+
main: '#2196f3',
|
|
367
|
+
mainContrast: '#fff',
|
|
368
|
+
dark: '#0069c0',
|
|
369
|
+
darkContrast: '#fff',
|
|
370
|
+
},
|
|
371
|
+
secondary: {
|
|
372
|
+
light: '#ff79b0',
|
|
373
|
+
lightContrast: '#000',
|
|
374
|
+
main: '#ff4081',
|
|
375
|
+
mainContrast: '#fff',
|
|
376
|
+
dark: '#c60055',
|
|
377
|
+
darkContrast: '#fff',
|
|
378
|
+
},
|
|
379
|
+
error: {
|
|
380
|
+
light: '#ff6659',
|
|
381
|
+
lightContrast: '#000',
|
|
382
|
+
main: '#f44336',
|
|
383
|
+
mainContrast: '#fff',
|
|
384
|
+
dark: '#ba000d',
|
|
385
|
+
darkContrast: '#fff',
|
|
386
|
+
},
|
|
387
|
+
warning: {
|
|
388
|
+
light: '#ffb74d',
|
|
389
|
+
lightContrast: '#000',
|
|
390
|
+
main: '#ff9800',
|
|
391
|
+
mainContrast: '#000',
|
|
392
|
+
dark: '#f57c00',
|
|
393
|
+
darkContrast: '#fff',
|
|
394
|
+
},
|
|
395
|
+
success: {
|
|
396
|
+
light: '#81c784',
|
|
397
|
+
lightContrast: '#000',
|
|
398
|
+
main: '#4caf50',
|
|
399
|
+
mainContrast: '#fff',
|
|
400
|
+
dark: '#388e3c',
|
|
401
|
+
darkContrast: '#fff',
|
|
402
|
+
},
|
|
403
|
+
info: {
|
|
404
|
+
light: '#64b5f6',
|
|
405
|
+
lightContrast: '#000',
|
|
406
|
+
main: '#2196f3',
|
|
407
|
+
mainContrast: '#fff',
|
|
408
|
+
dark: '#1976d2',
|
|
409
|
+
darkContrast: '#fff',
|
|
410
|
+
},
|
|
411
|
+
}
|
|
412
|
+
|
|
413
|
+
const myTheme: Theme = {
|
|
414
|
+
name: 'my-theme',
|
|
415
|
+
palette: myPalette,
|
|
416
|
+
text: { primary: '#fff', secondary: 'rgba(255,255,255,0.7)', disabled: 'rgba(255,255,255,0.5)' },
|
|
417
|
+
// ... remaining tokens (see defaultLightTheme or defaultDarkTheme for a full reference)
|
|
418
|
+
}
|
|
419
|
+
```
|
|
420
|
+
|
|
217
421
|
## Services
|
|
218
422
|
|
|
219
423
|
### CollectionService
|
|
@@ -240,14 +444,24 @@ service.data.subscribe((items) => {
|
|
|
240
444
|
|
|
241
445
|
### ThemeProviderService
|
|
242
446
|
|
|
243
|
-
|
|
447
|
+
A singleton service for managing the active theme. It updates CSS variables and emits a `themeChanged` event so components can react to theme switches.
|
|
244
448
|
|
|
245
449
|
```tsx
|
|
246
|
-
import { ThemeProviderService } from '@furystack/shades-common-components'
|
|
450
|
+
import { ThemeProviderService, defaultDarkTheme } from '@furystack/shades-common-components'
|
|
247
451
|
|
|
248
|
-
// Get the theme provider instance from the injector
|
|
249
452
|
const themeProvider = injector.getInstance(ThemeProviderService)
|
|
250
453
|
|
|
251
|
-
// Access theme
|
|
454
|
+
// Access the CSS-variable-based theme reference (for use in styles)
|
|
252
455
|
const primaryColor = themeProvider.theme.palette.primary.main
|
|
456
|
+
|
|
457
|
+
// Switch theme at runtime
|
|
458
|
+
themeProvider.setAssignedTheme(defaultDarkTheme)
|
|
459
|
+
|
|
460
|
+
// Read the currently assigned theme
|
|
461
|
+
const current = themeProvider.getAssignedTheme()
|
|
462
|
+
|
|
463
|
+
// Listen for theme changes
|
|
464
|
+
themeProvider.subscribe('themeChanged', (theme) => {
|
|
465
|
+
console.log('Switched to', theme.name)
|
|
466
|
+
})
|
|
253
467
|
```
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"accordion-item.d.ts","sourceRoot":"","sources":["../../../src/components/accordion/accordion-item.tsx"],"names":[],"mappings":"AAMA;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG;IAC/B,gEAAgE;IAChE,KAAK,EAAE,GAAG,CAAC,OAAO,GAAG,MAAM,CAAA;IAC3B,uEAAuE;IACvE,eAAe,CAAC,EAAE,OAAO,CAAA;IACzB,qDAAqD;IACrD,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,+CAA+C;IAC/C,IAAI,CAAC,EAAE,GAAG,CAAC,OAAO,GAAG,MAAM,CAAA;CAC5B,CAAA;AAED;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,aAAa;;;;
|
|
1
|
+
{"version":3,"file":"accordion-item.d.ts","sourceRoot":"","sources":["../../../src/components/accordion/accordion-item.tsx"],"names":[],"mappings":"AAMA;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG;IAC/B,gEAAgE;IAChE,KAAK,EAAE,GAAG,CAAC,OAAO,GAAG,MAAM,CAAA;IAC3B,uEAAuE;IACvE,eAAe,CAAC,EAAE,OAAO,CAAA;IACzB,qDAAqD;IACrD,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,+CAA+C;IAC/C,IAAI,CAAC,EAAE,GAAG,CAAC,OAAO,GAAG,MAAM,CAAA;CAC5B,CAAA;AAED;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,aAAa;;;;sEA6JxB,CAAA"}
|
|
@@ -11,7 +11,7 @@ import { chevronDown } from '../icons/icon-definitions.js';
|
|
|
11
11
|
* @example
|
|
12
12
|
* ```tsx
|
|
13
13
|
* <AccordionItem title="Section 1" defaultExpanded>
|
|
14
|
-
* <
|
|
14
|
+
* <Typography variant="body1">Content goes here</Typography>
|
|
15
15
|
* </AccordionItem>
|
|
16
16
|
* ```
|
|
17
17
|
*/
|
|
@@ -126,17 +126,12 @@ export const AccordionItem = Shade({
|
|
|
126
126
|
void handleToggle();
|
|
127
127
|
}
|
|
128
128
|
};
|
|
129
|
-
const headerEl = (createComponent("div", { className: "accordion-header", role: "button", tabIndex: props.disabled ? -1 : 0, onclick: handleToggle, onkeydown: handleKeyDown },
|
|
130
|
-
props.icon ? createComponent("span", { className: "accordion-icon" }, props.icon) : null,
|
|
131
|
-
createComponent("span", { className: "accordion-title" }, props.title),
|
|
132
|
-
createComponent("span", { className: "accordion-chevron" },
|
|
133
|
-
createComponent(Icon, { icon: chevronDown, size: 16 }))));
|
|
134
|
-
headerEl.setAttribute('aria-expanded', String(isExpanded));
|
|
135
|
-
if (props.disabled) {
|
|
136
|
-
headerEl.setAttribute('data-disabled', '');
|
|
137
|
-
}
|
|
138
129
|
return (createComponent(createComponent, null,
|
|
139
|
-
|
|
130
|
+
createComponent("div", { className: "accordion-header", role: "button", tabIndex: props.disabled ? -1 : 0, onclick: handleToggle, onkeydown: handleKeyDown, "aria-expanded": String(isExpanded), "data-disabled": props.disabled ? '' : undefined },
|
|
131
|
+
props.icon ? createComponent("span", { className: "accordion-icon" }, props.icon) : null,
|
|
132
|
+
createComponent("span", { className: "accordion-title" }, props.title),
|
|
133
|
+
createComponent("span", { className: "accordion-chevron" },
|
|
134
|
+
createComponent(Icon, { icon: chevronDown, size: 16 }))),
|
|
140
135
|
createComponent("div", { ref: contentRef, className: "accordion-content", style: {
|
|
141
136
|
height: isExpanded ? undefined : '0px',
|
|
142
137
|
opacity: isExpanded ? '1' : '0',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"accordion-item.js","sourceRoot":"","sources":["../../../src/components/accordion/accordion-item.tsx"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"accordion-item.js","sourceRoot":"","sources":["../../../src/components/accordion/accordion-item.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"accordion.d.ts","sourceRoot":"","sources":["../../../src/components/accordion/accordion.tsx"],"names":[],"mappings":"AAGA;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG;IAC3B,gDAAgD;IAChD,OAAO,CAAC,EAAE,UAAU,GAAG,WAAW,CAAA;CACnC,CAAA;AAED;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,SAAS;;;;
|
|
1
|
+
{"version":3,"file":"accordion.d.ts","sourceRoot":"","sources":["../../../src/components/accordion/accordion.tsx"],"names":[],"mappings":"AAGA;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG;IAC3B,gDAAgD;IAChD,OAAO,CAAC,EAAE,UAAU,GAAG,WAAW,CAAA;CACnC,CAAA;AAED;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,SAAS;;;;sEAyBpB,CAAA"}
|
|
@@ -18,6 +18,7 @@ export const Accordion = Shade({
|
|
|
18
18
|
shadowDomName: 'shade-accordion',
|
|
19
19
|
css: {
|
|
20
20
|
display: 'flex',
|
|
21
|
+
fontFamily: cssVariableTheme.typography.fontFamily,
|
|
21
22
|
flexDirection: 'column',
|
|
22
23
|
borderRadius: cssVariableTheme.shape.borderRadius.md,
|
|
23
24
|
overflow: 'hidden',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"accordion.js","sourceRoot":"","sources":["../../../src/components/accordion/accordion.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAA;AAC1D,OAAO,EAAE,gBAAgB,EAAE,MAAM,sCAAsC,CAAA;AAUvE;;;;;;;;;;;;;GAaG;AACH,MAAM,CAAC,MAAM,SAAS,GAAG,KAAK,CAAiB;IAC7C,aAAa,EAAE,iBAAiB;IAChC,GAAG,EAAE;QACH,OAAO,EAAE,MAAM;QACf,aAAa,EAAE,QAAQ;QACvB,YAAY,EAAE,gBAAgB,CAAC,KAAK,CAAC,YAAY,CAAC,EAAE;QACpD,QAAQ,EAAE,QAAQ;QAElB,mDAAmD,EAAE;YACnD,MAAM,EAAE,gCAAgC,gBAAgB,CAAC,IAAI,CAAC,SAAS,oBAAoB;SAC5F;QAED,6BAA6B,EAAE;YAC7B,SAAS,EAAE,gBAAgB,CAAC,OAAO,CAAC,EAAE;YACtC,UAAU,EAAE,gBAAgB,CAAC,UAAU,CAAC,KAAK;SAC9C;KACF;IACD,MAAM,EAAE,CAAC,EAAE,KAAK,EAAE,YAAY,EAAE,QAAQ,EAAE,EAAE,EAAE;QAC5C,YAAY,CAAC;YACX,cAAc,EAAE,KAAK,CAAC,OAAO,IAAI,SAAS;SAC3C,CAAC,CAAA;QAEF,OAAO,uCAAG,QAAQ,CAAI,CAAA;IACxB,CAAC;CACF,CAAC,CAAA"}
|
|
1
|
+
{"version":3,"file":"accordion.js","sourceRoot":"","sources":["../../../src/components/accordion/accordion.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAA;AAC1D,OAAO,EAAE,gBAAgB,EAAE,MAAM,sCAAsC,CAAA;AAUvE;;;;;;;;;;;;;GAaG;AACH,MAAM,CAAC,MAAM,SAAS,GAAG,KAAK,CAAiB;IAC7C,aAAa,EAAE,iBAAiB;IAChC,GAAG,EAAE;QACH,OAAO,EAAE,MAAM;QACf,UAAU,EAAE,gBAAgB,CAAC,UAAU,CAAC,UAAU;QAClD,aAAa,EAAE,QAAQ;QACvB,YAAY,EAAE,gBAAgB,CAAC,KAAK,CAAC,YAAY,CAAC,EAAE;QACpD,QAAQ,EAAE,QAAQ;QAElB,mDAAmD,EAAE;YACnD,MAAM,EAAE,gCAAgC,gBAAgB,CAAC,IAAI,CAAC,SAAS,oBAAoB;SAC5F;QAED,6BAA6B,EAAE;YAC7B,SAAS,EAAE,gBAAgB,CAAC,OAAO,CAAC,EAAE;YACtC,UAAU,EAAE,gBAAgB,CAAC,UAAU,CAAC,KAAK;SAC9C;KACF;IACD,MAAM,EAAE,CAAC,EAAE,KAAK,EAAE,YAAY,EAAE,QAAQ,EAAE,EAAE,EAAE;QAC5C,YAAY,CAAC;YACX,cAAc,EAAE,KAAK,CAAC,OAAO,IAAI,SAAS;SAC3C,CAAC,CAAA;QAEF,OAAO,uCAAG,QAAQ,CAAI,CAAA;IACxB,CAAC;CACF,CAAC,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app-bar-link.d.ts","sourceRoot":"","sources":["../../src/components/app-bar-link.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,iBAAiB,EAAE,WAAW,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAA;AAE3G,OAAO,EAAS,KAAK,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAGzD,MAAM,MAAM,eAAe,GAAG,oBAAoB,GAAG;IAAE,cAAc,CAAC,EAAE,YAAY,CAAA;CAAE,CAAA;AAEtF,eAAO,MAAM,UAAU;;;;;;;;qBAFiD,YAAY;
|
|
1
|
+
{"version":3,"file":"app-bar-link.d.ts","sourceRoot":"","sources":["../../src/components/app-bar-link.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,iBAAiB,EAAE,WAAW,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAA;AAE3G,OAAO,EAAS,KAAK,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAGzD,MAAM,MAAM,eAAe,GAAG,oBAAoB,GAAG;IAAE,cAAc,CAAC,EAAE,YAAY,CAAA;CAAE,CAAA;AAEtF,eAAO,MAAM,UAAU;;;;;;;;qBAFiD,YAAY;gFAgClF,CAAA;AAEF;;;;;;;GAOG;AACH,eAAO,MAAM,gBAAgB,GAAI,OAAO,SAAS,MAAM,CAAC,MAAM,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC,OACnD,CAAC,KAAK,SAAS,iBAAiB,CAAC,OAAO,CAAC,EACvE,KAAK,EAAE,eAAe,GAAG;IAAE,IAAI,EAAE,KAAK,CAAA;CAAE,EACxC,QAAQ,CAAC,EAAE,YAAY,KACpB,GAAG,CAAC,OACV,CAAA"}
|
|
@@ -8,6 +8,7 @@ export const AppBarLink = Shade({
|
|
|
8
8
|
height: '100%',
|
|
9
9
|
textDecoration: 'none',
|
|
10
10
|
alignItems: 'center',
|
|
11
|
+
fontFamily: cssVariableTheme.typography.fontFamily,
|
|
11
12
|
padding: `0 ${cssVariableTheme.spacing.sm}`,
|
|
12
13
|
transition: `color ${cssVariableTheme.transitions.duration.normal} ${cssVariableTheme.transitions.easing.easeInOut}, transform ${cssVariableTheme.transitions.duration.normal} ${cssVariableTheme.transitions.easing.easeInOut}`,
|
|
13
14
|
cursor: 'pointer',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app-bar-link.js","sourceRoot":"","sources":["../../src/components/app-bar-link.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,eAAe,EAAE,eAAe,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAA;AAC5F,OAAO,EAAE,KAAK,EAAqB,MAAM,gBAAgB,CAAA;AACzD,OAAO,EAAE,gBAAgB,EAAE,MAAM,mCAAmC,CAAA;AAIpE,MAAM,CAAC,MAAM,UAAU,GAAG,KAAK,CAAkB;IAC/C,aAAa,EAAE,oBAAoB;IACnC,GAAG,EAAE;QACH,OAAO,EAAE,MAAM;QACf,MAAM,EAAE,MAAM;QACd,cAAc,EAAE,MAAM;QACtB,UAAU,EAAE,QAAQ;QACpB,OAAO,EAAE,KAAK,gBAAgB,CAAC,OAAO,CAAC,EAAE,EAAE;QAC3C,UAAU,EAAE,SAAS,gBAAgB,CAAC,WAAW,CAAC,QAAQ,CAAC,MAAM,IAAI,gBAAgB,CAAC,WAAW,CAAC,MAAM,CAAC,SAAS,eAAe,gBAAgB,CAAC,WAAW,CAAC,QAAQ,CAAC,MAAM,IAAI,gBAAgB,CAAC,WAAW,CAAC,MAAM,CAAC,SAAS,EAAE;QAChO,MAAM,EAAE,SAAS;QACjB,KAAK,EAAE,gBAAgB,CAAC,IAAI,CAAC,SAAS;QACtC,OAAO,EAAE,KAAK;QACd,SAAS,EAAE,YAAY;QACvB,gBAAgB,EAAE;YAChB,KAAK,EAAE,gBAAgB,CAAC,IAAI,CAAC,OAAO;YACpC,OAAO,EAAE,GAAG;YACZ,SAAS,EAAE,UAAU;SACtB;KACF;IACD,MAAM,EAAE,CAAC,EAAE,QAAQ,EAAE,KAAK,EAAE,aAAa,EAAE,QAAQ,EAAE,YAAY,EAAE,EAAE,EAAE;QACrE,MAAM,CAAC,UAAU,CAAC,GAAG,aAAa,CAAC,gBAAgB,EAAE,QAAQ,CAAC,WAAW,CAAC,eAAe,CAAC,CAAC,qBAAqB,CAAC,CAAA;QAEjH,MAAM,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,IAAI,EAAE,KAAK,CAAC,cAAc,CAAC,CAAC,UAAU,CAAC,CAAA;QACtE,IAAI,QAAQ,EAAE,CAAC;YACb,YAAY,CAAC,EAAE,aAAa,EAAE,EAAE,EAAE,CAAC,CAAA;QACrC,CAAC;QAED,OAAO,gBAAC,eAAe,OAAK,KAAK,IAAG,QAAQ,CAAmB,CAAA;IACjE,CAAC;CACF,CAAC,CAAA;AAEF;;;;;;;GAOG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAAG,GAAyD,EAAE;IACzF,OAAO,UAGS,CAAA;AAClB,CAAC,CAAA"}
|
|
1
|
+
{"version":3,"file":"app-bar-link.js","sourceRoot":"","sources":["../../src/components/app-bar-link.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,eAAe,EAAE,eAAe,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAA;AAC5F,OAAO,EAAE,KAAK,EAAqB,MAAM,gBAAgB,CAAA;AACzD,OAAO,EAAE,gBAAgB,EAAE,MAAM,mCAAmC,CAAA;AAIpE,MAAM,CAAC,MAAM,UAAU,GAAG,KAAK,CAAkB;IAC/C,aAAa,EAAE,oBAAoB;IACnC,GAAG,EAAE;QACH,OAAO,EAAE,MAAM;QACf,MAAM,EAAE,MAAM;QACd,cAAc,EAAE,MAAM;QACtB,UAAU,EAAE,QAAQ;QACpB,UAAU,EAAE,gBAAgB,CAAC,UAAU,CAAC,UAAU;QAClD,OAAO,EAAE,KAAK,gBAAgB,CAAC,OAAO,CAAC,EAAE,EAAE;QAC3C,UAAU,EAAE,SAAS,gBAAgB,CAAC,WAAW,CAAC,QAAQ,CAAC,MAAM,IAAI,gBAAgB,CAAC,WAAW,CAAC,MAAM,CAAC,SAAS,eAAe,gBAAgB,CAAC,WAAW,CAAC,QAAQ,CAAC,MAAM,IAAI,gBAAgB,CAAC,WAAW,CAAC,MAAM,CAAC,SAAS,EAAE;QAChO,MAAM,EAAE,SAAS;QACjB,KAAK,EAAE,gBAAgB,CAAC,IAAI,CAAC,SAAS;QACtC,OAAO,EAAE,KAAK;QACd,SAAS,EAAE,YAAY;QACvB,gBAAgB,EAAE;YAChB,KAAK,EAAE,gBAAgB,CAAC,IAAI,CAAC,OAAO;YACpC,OAAO,EAAE,GAAG;YACZ,SAAS,EAAE,UAAU;SACtB;KACF;IACD,MAAM,EAAE,CAAC,EAAE,QAAQ,EAAE,KAAK,EAAE,aAAa,EAAE,QAAQ,EAAE,YAAY,EAAE,EAAE,EAAE;QACrE,MAAM,CAAC,UAAU,CAAC,GAAG,aAAa,CAAC,gBAAgB,EAAE,QAAQ,CAAC,WAAW,CAAC,eAAe,CAAC,CAAC,qBAAqB,CAAC,CAAA;QAEjH,MAAM,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,IAAI,EAAE,KAAK,CAAC,cAAc,CAAC,CAAC,UAAU,CAAC,CAAA;QACtE,IAAI,QAAQ,EAAE,CAAC;YACb,YAAY,CAAC,EAAE,aAAa,EAAE,EAAE,EAAE,CAAC,CAAA;QACrC,CAAC;QAED,OAAO,gBAAC,eAAe,OAAK,KAAK,IAAG,QAAQ,CAAmB,CAAA;IACjE,CAAC;CACF,CAAC,CAAA;AAEF;;;;;;;GAOG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAAG,GAAyD,EAAE;IACzF,OAAO,UAGS,CAAA;AAClB,CAAC,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app-bar.d.ts","sourceRoot":"","sources":["../../src/components/app-bar.tsx"],"names":[],"mappings":"AAGA,eAAO,MAAM,MAAM;;;;
|
|
1
|
+
{"version":3,"file":"app-bar.d.ts","sourceRoot":"","sources":["../../src/components/app-bar.tsx"],"names":[],"mappings":"AAGA,eAAO,MAAM,MAAM;;;;sEAqCjB,CAAA"}
|
|
@@ -5,6 +5,7 @@ export const AppBar = Shade({
|
|
|
5
5
|
css: {
|
|
6
6
|
width: '100%',
|
|
7
7
|
background: `color-mix(in srgb, ${cssVariableTheme.background.paper} 85%, transparent)`,
|
|
8
|
+
backgroundImage: cssVariableTheme.background.paperImage,
|
|
8
9
|
backdropFilter: `blur(${cssVariableTheme.effects.blurLg})`,
|
|
9
10
|
display: 'flex',
|
|
10
11
|
justifyContent: 'flex-start',
|
|
@@ -14,6 +15,7 @@ export const AppBar = Shade({
|
|
|
14
15
|
opacity: '0',
|
|
15
16
|
position: 'fixed',
|
|
16
17
|
zIndex: '1',
|
|
18
|
+
fontFamily: cssVariableTheme.typography.fontFamily,
|
|
17
19
|
color: cssVariableTheme.text.primary,
|
|
18
20
|
'&[data-visible]': {
|
|
19
21
|
opacity: '1',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app-bar.js","sourceRoot":"","sources":["../../src/components/app-bar.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAA;AAC1D,OAAO,EAAE,gBAAgB,EAAE,MAAM,mCAAmC,CAAA;AAEpE,MAAM,CAAC,MAAM,MAAM,GAAG,KAAK,CAAC;IAC1B,aAAa,EAAE,eAAe;IAC9B,GAAG,EAAE;QACH,KAAK,EAAE,MAAM;QACb,UAAU,EAAE,sBAAsB,gBAAgB,CAAC,UAAU,CAAC,KAAK,oBAAoB;QACvF,cAAc,EAAE,QAAQ,gBAAgB,CAAC,OAAO,CAAC,MAAM,GAAG;QAC1D,OAAO,EAAE,MAAM;QACf,cAAc,EAAE,YAAY;QAC5B,UAAU,EAAE,QAAQ;QACpB,SAAS,EAAE,gBAAgB,CAAC,OAAO,CAAC,EAAE;QACtC,UAAU,EAAE,WAAW,gBAAgB,CAAC,WAAW,CAAC,QAAQ,CAAC,IAAI,IAAI,gBAAgB,CAAC,WAAW,CAAC,MAAM,CAAC,OAAO,aAAa,gBAAgB,CAAC,WAAW,CAAC,QAAQ,CAAC,MAAM,IAAI,gBAAgB,CAAC,WAAW,CAAC,MAAM,CAAC,OAAO,EAAE;QAC1N,OAAO,EAAE,GAAG;QACZ,QAAQ,EAAE,OAAO;QACjB,MAAM,EAAE,GAAG;QACX,KAAK,EAAE,gBAAgB,CAAC,IAAI,CAAC,OAAO;QACpC,iBAAiB,EAAE;YACjB,OAAO,EAAE,GAAG;SACb;KACF;IACD,MAAM,EAAE,CAAC,EAAE,QAAQ,EAAE,YAAY,EAAE,aAAa,EAAE,QAAQ,EAAE,EAAE,EAAE;QAC9D,MAAM,CAAC,SAAS,EAAE,UAAU,CAAC,GAAG,QAAQ,CAAC,WAAW,EAAE,KAAK,CAAC,CAAA;QAE5D,aAAa,CAAC,iBAAiB,EAAE,GAAG,EAAE;YACpC,qBAAqB,CAAC,GAAG,EAAE;gBACzB,UAAU,CAAC,IAAI,CAAC,CAAA;YAClB,CAAC,CAAC,CAAA;YACF,OAAO,EAAE,CAAC,MAAM,CAAC,OAAO,CAAC,EAAE,GAAG,EAAE,GAAE,CAAC,EAAE,CAAA;QACvC,CAAC,CAAC,CAAA;QAEF,IAAI,SAAS,EAAE,CAAC;YACd,YAAY,CAAC,EAAE,cAAc,EAAE,EAAE,EAAE,CAAC,CAAA;QACtC,CAAC;QAED,OAAO,uCAAG,QAAQ,CAAI,CAAA;IACxB,CAAC;CACF,CAAC,CAAA"}
|
|
1
|
+
{"version":3,"file":"app-bar.js","sourceRoot":"","sources":["../../src/components/app-bar.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAA;AAC1D,OAAO,EAAE,gBAAgB,EAAE,MAAM,mCAAmC,CAAA;AAEpE,MAAM,CAAC,MAAM,MAAM,GAAG,KAAK,CAAC;IAC1B,aAAa,EAAE,eAAe;IAC9B,GAAG,EAAE;QACH,KAAK,EAAE,MAAM;QACb,UAAU,EAAE,sBAAsB,gBAAgB,CAAC,UAAU,CAAC,KAAK,oBAAoB;QACvF,eAAe,EAAE,gBAAgB,CAAC,UAAU,CAAC,UAAU;QACvD,cAAc,EAAE,QAAQ,gBAAgB,CAAC,OAAO,CAAC,MAAM,GAAG;QAC1D,OAAO,EAAE,MAAM;QACf,cAAc,EAAE,YAAY;QAC5B,UAAU,EAAE,QAAQ;QACpB,SAAS,EAAE,gBAAgB,CAAC,OAAO,CAAC,EAAE;QACtC,UAAU,EAAE,WAAW,gBAAgB,CAAC,WAAW,CAAC,QAAQ,CAAC,IAAI,IAAI,gBAAgB,CAAC,WAAW,CAAC,MAAM,CAAC,OAAO,aAAa,gBAAgB,CAAC,WAAW,CAAC,QAAQ,CAAC,MAAM,IAAI,gBAAgB,CAAC,WAAW,CAAC,MAAM,CAAC,OAAO,EAAE;QAC1N,OAAO,EAAE,GAAG;QACZ,QAAQ,EAAE,OAAO;QACjB,MAAM,EAAE,GAAG;QACX,UAAU,EAAE,gBAAgB,CAAC,UAAU,CAAC,UAAU;QAClD,KAAK,EAAE,gBAAgB,CAAC,IAAI,CAAC,OAAO;QACpC,iBAAiB,EAAE;YACjB,OAAO,EAAE,GAAG;SACb;KACF;IACD,MAAM,EAAE,CAAC,EAAE,QAAQ,EAAE,YAAY,EAAE,aAAa,EAAE,QAAQ,EAAE,EAAE,EAAE;QAC9D,MAAM,CAAC,SAAS,EAAE,UAAU,CAAC,GAAG,QAAQ,CAAC,WAAW,EAAE,KAAK,CAAC,CAAA;QAE5D,aAAa,CAAC,iBAAiB,EAAE,GAAG,EAAE;YACpC,qBAAqB,CAAC,GAAG,EAAE;gBACzB,UAAU,CAAC,IAAI,CAAC,CAAA;YAClB,CAAC,CAAC,CAAA;YACF,OAAO,EAAE,CAAC,MAAM,CAAC,OAAO,CAAC,EAAE,GAAG,EAAE,GAAE,CAAC,EAAE,CAAA;QACvC,CAAC,CAAC,CAAA;QAEF,IAAI,SAAS,EAAE,CAAC;YACd,YAAY,CAAC,EAAE,cAAc,EAAE,EAAE,EAAE,CAAC,CAAA;QACtC,CAAC;QAED,OAAO,uCAAG,QAAQ,CAAI,CAAA;IACxB,CAAC;CACF,CAAC,CAAA"}
|
|
@@ -124,9 +124,9 @@ describe('AppBar component', () => {
|
|
|
124
124
|
});
|
|
125
125
|
});
|
|
126
126
|
it('should have semi-transparent background', async () => {
|
|
127
|
-
await usingAsync(await renderAppBar(createComponent("span", null, "Content")), async (
|
|
128
|
-
const
|
|
129
|
-
expect(
|
|
127
|
+
await usingAsync(await renderAppBar(createComponent("span", null, "Content")), async () => {
|
|
128
|
+
const styleEl = document.querySelector('style[data-shades-styles]');
|
|
129
|
+
expect(styleEl?.textContent).toContain('color-mix');
|
|
130
130
|
});
|
|
131
131
|
});
|
|
132
132
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app-bar.spec.js","sourceRoot":"","sources":["../../src/components/app-bar.spec.tsx"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"app-bar.spec.js","sourceRoot":"","sources":["../../src/components/app-bar.spec.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"avatar.d.ts","sourceRoot":"","sources":["../../src/components/avatar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAA;AAMvD,MAAM,MAAM,WAAW,GAAG;IAAE,SAAS,EAAE,MAAM,CAAC;IAAC,QAAQ,CAAC,EAAE,GAAG,CAAC,OAAO,CAAA;CAAE,GAAG,cAAc,CAAC,cAAc,CAAC,CAAA;AAExG,eAAO,MAAM,MAAM;eAFoB,MAAM;eAAa,GAAG,CAAC,OAAO;;;;;
|
|
1
|
+
{"version":3,"file":"avatar.d.ts","sourceRoot":"","sources":["../../src/components/avatar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAA;AAMvD,MAAM,MAAM,WAAW,GAAG;IAAE,SAAS,EAAE,MAAM,CAAC;IAAC,QAAQ,CAAC,EAAE,GAAG,CAAC,OAAO,CAAA;CAAE,GAAG,cAAc,CAAC,cAAc,CAAC,CAAA;AAExG,eAAO,MAAM,MAAM;eAFoB,MAAM;eAAa,GAAG,CAAC,OAAO;;;;;4GA6EnE,CAAA"}
|
package/esm/components/avatar.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"avatar.js","sourceRoot":"","sources":["../../src/components/avatar.tsx"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"avatar.js","sourceRoot":"","sources":["../../src/components/avatar.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"badge.d.ts","sourceRoot":"","sources":["../../src/components/badge.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAA;AAIvD,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,uCAAuC,CAAA;AAEpE,MAAM,MAAM,UAAU,GAAG,cAAc,CAAC,WAAW,CAAC,GAAG;IACrD,wCAAwC;IACxC,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,sDAAsD;IACtD,GAAG,CAAC,EAAE,OAAO,CAAA;IACb,kCAAkC;IAClC,KAAK,CAAC,EAAE,MAAM,OAAO,CAAA;IACrB,gEAAgE;IAChE,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,kDAAkD;IAClD,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,kDAAkD;IAClD,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB,CAAA;AAOD,eAAO,MAAM,KAAK;;;;;IAnBhB,wCAAwC;YAChC,MAAM;IACd,sDAAsD;UAChD,OAAO;IACb,kCAAkC;YAC1B,MAAM,OAAO;IACrB,gEAAgE;UAC1D,MAAM;IACZ,kDAAkD;eACvC,OAAO;IAClB,kDAAkD;cACxC,OAAO;
|
|
1
|
+
{"version":3,"file":"badge.d.ts","sourceRoot":"","sources":["../../src/components/badge.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAA;AAIvD,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,uCAAuC,CAAA;AAEpE,MAAM,MAAM,UAAU,GAAG,cAAc,CAAC,WAAW,CAAC,GAAG;IACrD,wCAAwC;IACxC,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,sDAAsD;IACtD,GAAG,CAAC,EAAE,OAAO,CAAA;IACb,kCAAkC;IAClC,KAAK,CAAC,EAAE,MAAM,OAAO,CAAA;IACrB,gEAAgE;IAChE,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,kDAAkD;IAClD,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,kDAAkD;IAClD,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB,CAAA;AAOD,eAAO,MAAM,KAAK;;;;;IAnBhB,wCAAwC;YAChC,MAAM;IACd,sDAAsD;UAChD,OAAO;IACb,kCAAkC;YAC1B,MAAM,OAAO;IACrB,gEAAgE;UAC1D,MAAM;IACZ,kDAAkD;eACvC,OAAO;IAClB,kDAAkD;cACxC,OAAO;sEAsFjB,CAAA"}
|