@dxos/ui-theme 0.8.4-main.fbb7a13 → 0.8.4-main.fcfe5033a5
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/dist/lib/browser/index.mjs +766 -2802
- package/dist/lib/browser/index.mjs.map +4 -4
- package/dist/lib/browser/meta.json +1 -1
- package/dist/lib/node-esm/index.mjs +766 -2802
- package/dist/lib/node-esm/index.mjs.map +4 -4
- package/dist/lib/node-esm/meta.json +1 -1
- package/dist/plugin/node-cjs/main.css +1529 -0
- package/dist/plugin/node-cjs/main.css.map +7 -0
- package/dist/plugin/node-cjs/meta.json +1 -1
- package/dist/plugin/node-cjs/plugins/ThemePlugin.cjs +137 -0
- package/dist/plugin/node-cjs/plugins/ThemePlugin.cjs.map +7 -0
- package/dist/plugin/node-esm/main.css +1529 -0
- package/dist/plugin/node-esm/main.css.map +7 -0
- package/dist/plugin/node-esm/meta.json +1 -1
- package/dist/plugin/node-esm/plugins/ThemePlugin.mjs +105 -0
- package/dist/plugin/node-esm/plugins/ThemePlugin.mjs.map +7 -0
- package/dist/types/src/Theme.stories.d.ts +27 -0
- package/dist/types/src/Theme.stories.d.ts.map +1 -0
- package/dist/types/src/defs.d.ts +21 -0
- package/dist/types/src/defs.d.ts.map +1 -0
- package/dist/types/src/fragments/density.d.ts +4 -0
- package/dist/types/src/fragments/density.d.ts.map +1 -0
- package/dist/types/src/fragments/disabled.d.ts.map +1 -0
- package/dist/types/src/fragments/hover.d.ts +10 -0
- package/dist/types/src/fragments/hover.d.ts.map +1 -0
- package/dist/types/src/fragments/index.d.ts +5 -0
- package/dist/types/src/fragments/index.d.ts.map +1 -0
- package/dist/types/src/fragments/text.d.ts +2 -0
- package/dist/types/src/fragments/text.d.ts.map +1 -0
- package/dist/types/src/index.d.ts +3 -10
- package/dist/types/src/index.d.ts.map +1 -1
- package/dist/types/src/plugins/ThemePlugin.d.ts +16 -0
- package/dist/types/src/plugins/ThemePlugin.d.ts.map +1 -0
- package/dist/types/src/plugins/dark-mode.d.ts +1 -0
- package/dist/types/src/plugins/dark-mode.d.ts.map +1 -0
- package/dist/types/src/theme/components/avatar.d.ts.map +1 -0
- package/dist/types/src/theme/components/breadcrumb.d.ts.map +1 -0
- package/dist/types/src/theme/components/button.d.ts +15 -0
- package/dist/types/src/theme/components/button.d.ts.map +1 -0
- package/dist/types/src/theme/components/card.d.ts +12 -0
- package/dist/types/src/theme/components/card.d.ts.map +1 -0
- package/dist/types/src/{styles → theme}/components/dialog.d.ts +2 -0
- package/dist/types/src/theme/components/dialog.d.ts.map +1 -0
- package/dist/types/src/theme/components/focus.d.ts +6 -0
- package/dist/types/src/theme/components/focus.d.ts.map +1 -0
- package/dist/types/src/theme/components/icon-button.d.ts.map +1 -0
- package/dist/types/src/{styles → theme}/components/icon.d.ts +3 -0
- package/dist/types/src/theme/components/icon.d.ts.map +1 -0
- package/dist/types/src/{styles → theme}/components/index.d.ts +4 -1
- package/dist/types/src/theme/components/index.d.ts.map +1 -0
- package/dist/types/src/{styles → theme}/components/input.d.ts +25 -21
- package/dist/types/src/theme/components/input.d.ts.map +1 -0
- package/dist/types/src/theme/components/link.d.ts.map +1 -0
- package/dist/types/src/theme/components/list.d.ts.map +1 -0
- package/dist/types/src/{styles → theme}/components/main.d.ts +2 -7
- package/dist/types/src/theme/components/main.d.ts.map +1 -0
- package/dist/types/src/{styles → theme}/components/menu.d.ts +1 -1
- package/dist/types/src/theme/components/menu.d.ts.map +1 -0
- package/dist/types/src/{styles → theme}/components/message.d.ts +1 -0
- package/dist/types/src/theme/components/message.d.ts.map +1 -0
- package/dist/types/src/{styles → theme}/components/popover.d.ts +1 -1
- package/dist/types/src/theme/components/popover.d.ts.map +1 -0
- package/dist/types/src/theme/components/scroll-area.d.ts +32 -0
- package/dist/types/src/theme/components/scroll-area.d.ts.map +1 -0
- package/dist/types/src/theme/components/select.d.ts.map +1 -0
- package/dist/types/src/theme/components/separator.d.ts.map +1 -0
- package/dist/types/src/theme/components/skeleton.d.ts +7 -0
- package/dist/types/src/theme/components/skeleton.d.ts.map +1 -0
- package/dist/types/src/theme/components/splitter.d.ts +4 -0
- package/dist/types/src/theme/components/splitter.d.ts.map +1 -0
- package/dist/types/src/{styles → theme}/components/status.d.ts +1 -1
- package/dist/types/src/theme/components/status.d.ts.map +1 -0
- package/dist/types/src/theme/components/tag.d.ts.map +1 -0
- package/dist/types/src/theme/components/toast.d.ts.map +1 -0
- package/dist/types/src/theme/components/toolbar.d.ts +11 -0
- package/dist/types/src/theme/components/toolbar.d.ts.map +1 -0
- package/dist/types/src/theme/components/tooltip.d.ts.map +1 -0
- package/dist/types/src/theme/components/treegrid.d.ts.map +1 -0
- package/dist/types/src/theme/index.d.ts +4 -0
- package/dist/types/src/theme/index.d.ts.map +1 -0
- package/dist/types/src/theme/primitives/column.d.ts +29 -0
- package/dist/types/src/theme/primitives/column.d.ts.map +1 -0
- package/dist/types/src/theme/primitives/index.d.ts +3 -0
- package/dist/types/src/theme/primitives/index.d.ts.map +1 -0
- package/dist/types/src/theme/primitives/panel.d.ts +13 -0
- package/dist/types/src/theme/primitives/panel.d.ts.map +1 -0
- package/dist/types/src/theme/theme.d.ts +5 -0
- package/dist/types/src/theme/theme.d.ts.map +1 -0
- package/dist/types/src/{styles/fragments → util}/elevation.d.ts +0 -6
- package/dist/types/src/util/elevation.d.ts.map +1 -0
- package/dist/types/src/util/hash-styles.d.ts +8 -5
- package/dist/types/src/util/hash-styles.d.ts.map +1 -1
- package/dist/types/src/util/index.d.ts +3 -0
- package/dist/types/src/util/index.d.ts.map +1 -1
- package/dist/types/src/util/mx.d.ts +36 -0
- package/dist/types/src/util/mx.d.ts.map +1 -1
- package/dist/types/src/util/size.d.ts +27 -0
- package/dist/types/src/util/size.d.ts.map +1 -0
- package/dist/types/src/util/valence.d.ts +4 -0
- package/dist/types/src/util/valence.d.ts.map +1 -0
- package/dist/types/tsconfig.tsbuildinfo +1 -1
- package/package.json +24 -27
- package/src/Theme.stories.tsx +224 -0
- package/src/css/base/base.css +43 -0
- package/src/{styles/layers → css/base}/typography.css +3 -5
- package/src/{styles/layers → css/components}/button.css +23 -14
- package/src/{styles/layers → css/components}/checkbox.css +12 -8
- package/src/{styles/layers → css/components}/dialog.css +16 -15
- package/src/{styles/layers/focus-ring.css → css/components/focus.css} +60 -41
- package/src/css/components/icon.css +9 -0
- package/src/css/components/link.css +9 -0
- package/src/css/components/panel.css +117 -0
- package/src/css/components/scrollbar.css +24 -0
- package/src/css/components/selected.css +30 -0
- package/src/css/components/surface.css +34 -0
- package/src/css/components/tag.css +130 -0
- package/src/css/components/text.css +124 -0
- package/src/css/integrations/codemirror.css +34 -0
- package/src/css/integrations/tldraw.css +14 -0
- package/src/css/layout/main.css +205 -0
- package/src/{styles/layers → css/layout}/native.css +6 -4
- package/src/css/layout/positioning.css +19 -0
- package/src/{styles/layers → css/layout}/size.css +117 -109
- package/src/css/theme/animation.css +229 -0
- package/src/css/theme/border.css +23 -0
- package/src/css/theme/palette.css +36 -0
- package/src/css/theme/semantic.css +116 -0
- package/src/css/theme/spacing.css +147 -0
- package/src/css/theme/styles.css +145 -0
- package/src/css/theme/text.css +37 -0
- package/src/css/utilities.css +76 -0
- package/src/defs.ts +48 -0
- package/src/fragments/AUDIT.md +57 -0
- package/src/fragments/density.ts +16 -0
- package/src/fragments/hover.ts +18 -0
- package/src/fragments/index.ts +10 -0
- package/src/fragments/text.ts +6 -0
- package/src/index.ts +3 -14
- package/src/main.css +87 -0
- package/src/plugins/ThemePlugin.ts +125 -0
- package/src/plugins/dark-mode.ts +22 -0
- package/src/plugins/main.css +45 -0
- package/src/{styles → theme}/components/avatar.ts +12 -13
- package/src/theme/components/button.ts +48 -0
- package/src/theme/components/card.ts +102 -0
- package/src/{styles → theme}/components/dialog.ts +19 -10
- package/src/theme/components/focus.ts +33 -0
- package/src/{styles → theme}/components/icon-button.ts +1 -3
- package/src/theme/components/icon.ts +28 -0
- package/src/{styles → theme}/components/index.ts +4 -1
- package/src/theme/components/input.ts +171 -0
- package/src/{styles → theme}/components/link.ts +3 -4
- package/src/{styles → theme}/components/list.ts +5 -5
- package/src/{styles → theme}/components/main.ts +2 -6
- package/src/{styles → theme}/components/menu.ts +11 -21
- package/src/{styles → theme}/components/message.ts +11 -7
- package/src/{styles → theme}/components/popover.ts +13 -12
- package/src/theme/components/scroll-area.ts +115 -0
- package/src/{styles → theme}/components/select.ts +8 -16
- package/src/{styles → theme}/components/separator.ts +3 -3
- package/src/theme/components/skeleton.ts +23 -0
- package/src/theme/components/splitter.ts +20 -0
- package/src/{styles → theme}/components/status.ts +7 -7
- package/src/{styles → theme}/components/tag.ts +1 -1
- package/src/{styles → theme}/components/toast.ts +6 -8
- package/src/theme/components/toolbar.ts +35 -0
- package/src/{styles → theme}/components/tooltip.ts +4 -6
- package/src/{styles → theme}/components/treegrid.ts +9 -9
- package/src/{styles → theme}/index.ts +2 -2
- package/src/theme/primitives/column.ts +71 -0
- package/src/theme/primitives/index.ts +6 -0
- package/src/theme/primitives/panel.ts +43 -0
- package/src/{styles → theme}/theme.ts +27 -9
- package/src/typings.d.ts +3 -1
- package/src/{styles/fragments → util}/elevation.ts +6 -8
- package/src/util/hash-styles.ts +118 -98
- package/src/util/index.ts +3 -0
- package/src/util/mx.ts +165 -43
- package/src/util/size.ts +103 -0
- package/src/util/valence.ts +33 -0
- package/dist/plugin/node-cjs/chunk-UUMDOU7E.cjs +0 -79
- package/dist/plugin/node-cjs/chunk-UUMDOU7E.cjs.map +0 -7
- package/dist/plugin/node-cjs/chunk-ZVALPM6U.cjs +0 -1619
- package/dist/plugin/node-cjs/chunk-ZVALPM6U.cjs.map +0 -7
- package/dist/plugin/node-cjs/config/tailwind.cjs +0 -29
- package/dist/plugin/node-cjs/config/tailwind.cjs.map +0 -7
- package/dist/plugin/node-cjs/plugins/esbuild-plugin.cjs +0 -90
- package/dist/plugin/node-cjs/plugins/esbuild-plugin.cjs.map +0 -7
- package/dist/plugin/node-cjs/plugins/plugin.cjs +0 -124
- package/dist/plugin/node-cjs/plugins/plugin.cjs.map +0 -7
- package/dist/plugin/node-cjs/theme.css +0 -1418
- package/dist/plugin/node-cjs/theme.css.map +0 -7
- package/dist/plugin/node-esm/chunk-AFRHJHP4.mjs +0 -49
- package/dist/plugin/node-esm/chunk-AFRHJHP4.mjs.map +0 -7
- package/dist/plugin/node-esm/chunk-HJE6EZWE.mjs +0 -1614
- package/dist/plugin/node-esm/chunk-HJE6EZWE.mjs.map +0 -7
- package/dist/plugin/node-esm/config/tailwind.mjs +0 -8
- package/dist/plugin/node-esm/config/tailwind.mjs.map +0 -7
- package/dist/plugin/node-esm/plugins/esbuild-plugin.mjs +0 -63
- package/dist/plugin/node-esm/plugins/esbuild-plugin.mjs.map +0 -7
- package/dist/plugin/node-esm/plugins/plugin.mjs +0 -98
- package/dist/plugin/node-esm/plugins/plugin.mjs.map +0 -7
- package/dist/plugin/node-esm/theme.css +0 -1418
- package/dist/plugin/node-esm/theme.css.map +0 -7
- package/dist/types/src/Tokens.stories.d.ts +0 -10
- package/dist/types/src/Tokens.stories.d.ts.map +0 -1
- package/dist/types/src/config/index.d.ts +0 -3
- package/dist/types/src/config/index.d.ts.map +0 -1
- package/dist/types/src/config/tailwind.d.ts +0 -9
- package/dist/types/src/config/tailwind.d.ts.map +0 -1
- package/dist/types/src/config/tokens/alias-colors.d.ts +0 -21
- package/dist/types/src/config/tokens/alias-colors.d.ts.map +0 -1
- package/dist/types/src/config/tokens/index.d.ts +0 -486
- package/dist/types/src/config/tokens/index.d.ts.map +0 -1
- package/dist/types/src/config/tokens/lengths.d.ts +0 -139
- package/dist/types/src/config/tokens/lengths.d.ts.map +0 -1
- package/dist/types/src/config/tokens/physical-colors.d.ts +0 -23
- package/dist/types/src/config/tokens/physical-colors.d.ts.map +0 -1
- package/dist/types/src/config/tokens/semantic-colors.d.ts +0 -187
- package/dist/types/src/config/tokens/semantic-colors.d.ts.map +0 -1
- package/dist/types/src/config/tokens/sememes-calls.d.ts +0 -3
- package/dist/types/src/config/tokens/sememes-calls.d.ts.map +0 -1
- package/dist/types/src/config/tokens/sememes-codemirror.d.ts +0 -43
- package/dist/types/src/config/tokens/sememes-codemirror.d.ts.map +0 -1
- package/dist/types/src/config/tokens/sememes-hue.d.ts +0 -4
- package/dist/types/src/config/tokens/sememes-hue.d.ts.map +0 -1
- package/dist/types/src/config/tokens/sememes-sheet.d.ts +0 -58
- package/dist/types/src/config/tokens/sememes-sheet.d.ts.map +0 -1
- package/dist/types/src/config/tokens/sememes-system.d.ts +0 -99
- package/dist/types/src/config/tokens/sememes-system.d.ts.map +0 -1
- package/dist/types/src/config/tokens/sizes.d.ts +0 -7
- package/dist/types/src/config/tokens/sizes.d.ts.map +0 -1
- package/dist/types/src/config/tokens/types.d.ts +0 -5
- package/dist/types/src/config/tokens/types.d.ts.map +0 -1
- package/dist/types/src/plugins/esbuild-plugin.d.ts +0 -9
- package/dist/types/src/plugins/esbuild-plugin.d.ts.map +0 -1
- package/dist/types/src/plugins/plugin.d.ts +0 -20
- package/dist/types/src/plugins/plugin.d.ts.map +0 -1
- package/dist/types/src/plugins/resolveContent.d.ts +0 -2
- package/dist/types/src/plugins/resolveContent.d.ts.map +0 -1
- package/dist/types/src/styles/components/anchored-overflow.d.ts +0 -6
- package/dist/types/src/styles/components/anchored-overflow.d.ts.map +0 -1
- package/dist/types/src/styles/components/avatar.d.ts.map +0 -1
- package/dist/types/src/styles/components/breadcrumb.d.ts.map +0 -1
- package/dist/types/src/styles/components/button.d.ts +0 -19
- package/dist/types/src/styles/components/button.d.ts.map +0 -1
- package/dist/types/src/styles/components/dialog.d.ts.map +0 -1
- package/dist/types/src/styles/components/icon-button.d.ts.map +0 -1
- package/dist/types/src/styles/components/icon.d.ts.map +0 -1
- package/dist/types/src/styles/components/index.d.ts.map +0 -1
- package/dist/types/src/styles/components/input.d.ts.map +0 -1
- package/dist/types/src/styles/components/link.d.ts.map +0 -1
- package/dist/types/src/styles/components/list.d.ts.map +0 -1
- package/dist/types/src/styles/components/main.d.ts.map +0 -1
- package/dist/types/src/styles/components/menu.d.ts.map +0 -1
- package/dist/types/src/styles/components/message.d.ts.map +0 -1
- package/dist/types/src/styles/components/popover.d.ts.map +0 -1
- package/dist/types/src/styles/components/scroll-area.d.ts +0 -9
- package/dist/types/src/styles/components/scroll-area.d.ts.map +0 -1
- package/dist/types/src/styles/components/select.d.ts.map +0 -1
- package/dist/types/src/styles/components/separator.d.ts.map +0 -1
- package/dist/types/src/styles/components/status.d.ts.map +0 -1
- package/dist/types/src/styles/components/tag.d.ts.map +0 -1
- package/dist/types/src/styles/components/toast.d.ts.map +0 -1
- package/dist/types/src/styles/components/toolbar.d.ts +0 -11
- package/dist/types/src/styles/components/toolbar.d.ts.map +0 -1
- package/dist/types/src/styles/components/tooltip.d.ts.map +0 -1
- package/dist/types/src/styles/components/treegrid.d.ts.map +0 -1
- package/dist/types/src/styles/fragments/density.d.ts +0 -13
- package/dist/types/src/styles/fragments/density.d.ts.map +0 -1
- package/dist/types/src/styles/fragments/dimension.d.ts +0 -5
- package/dist/types/src/styles/fragments/dimension.d.ts.map +0 -1
- package/dist/types/src/styles/fragments/disabled.d.ts.map +0 -1
- package/dist/types/src/styles/fragments/elevation.d.ts.map +0 -1
- package/dist/types/src/styles/fragments/focus.d.ts +0 -6
- package/dist/types/src/styles/fragments/focus.d.ts.map +0 -1
- package/dist/types/src/styles/fragments/group.d.ts +0 -5
- package/dist/types/src/styles/fragments/group.d.ts.map +0 -1
- package/dist/types/src/styles/fragments/hover.d.ts +0 -17
- package/dist/types/src/styles/fragments/hover.d.ts.map +0 -1
- package/dist/types/src/styles/fragments/index.d.ts +0 -17
- package/dist/types/src/styles/fragments/index.d.ts.map +0 -1
- package/dist/types/src/styles/fragments/layout.d.ts +0 -3
- package/dist/types/src/styles/fragments/layout.d.ts.map +0 -1
- package/dist/types/src/styles/fragments/motion.d.ts +0 -2
- package/dist/types/src/styles/fragments/motion.d.ts.map +0 -1
- package/dist/types/src/styles/fragments/ornament.d.ts +0 -5
- package/dist/types/src/styles/fragments/ornament.d.ts.map +0 -1
- package/dist/types/src/styles/fragments/selected.d.ts +0 -13
- package/dist/types/src/styles/fragments/selected.d.ts.map +0 -1
- package/dist/types/src/styles/fragments/shimmer.d.ts +0 -3
- package/dist/types/src/styles/fragments/shimmer.d.ts.map +0 -1
- package/dist/types/src/styles/fragments/size.d.ts +0 -9
- package/dist/types/src/styles/fragments/size.d.ts.map +0 -1
- package/dist/types/src/styles/fragments/surface.d.ts +0 -9
- package/dist/types/src/styles/fragments/surface.d.ts.map +0 -1
- package/dist/types/src/styles/fragments/text.d.ts +0 -7
- package/dist/types/src/styles/fragments/text.d.ts.map +0 -1
- package/dist/types/src/styles/fragments/valence.d.ts +0 -13
- package/dist/types/src/styles/fragments/valence.d.ts.map +0 -1
- package/dist/types/src/styles/index.d.ts +0 -4
- package/dist/types/src/styles/index.d.ts.map +0 -1
- package/dist/types/src/styles/theme.d.ts +0 -5
- package/dist/types/src/styles/theme.d.ts.map +0 -1
- package/dist/types/src/tailwind.d.ts +0 -3
- package/dist/types/src/tailwind.d.ts.map +0 -1
- package/dist/types/src/types.d.ts +0 -3
- package/dist/types/src/types.d.ts.map +0 -1
- package/dist/types/src/util/withLogical.d.ts +0 -164
- package/dist/types/src/util/withLogical.d.ts.map +0 -1
- package/src/Tokens.stories.tsx +0 -88
- package/src/config/index.ts +0 -6
- package/src/config/tailwind.ts +0 -264
- package/src/config/tokens/alias-colors.ts +0 -39
- package/src/config/tokens/index.ts +0 -92
- package/src/config/tokens/lengths.ts +0 -97
- package/src/config/tokens/physical-colors.ts +0 -125
- package/src/config/tokens/semantic-colors.ts +0 -27
- package/src/config/tokens/sememes-calls.ts +0 -17
- package/src/config/tokens/sememes-codemirror.ts +0 -50
- package/src/config/tokens/sememes-hue.ts +0 -54
- package/src/config/tokens/sememes-sheet.ts +0 -62
- package/src/config/tokens/sememes-system.ts +0 -302
- package/src/config/tokens/sizes.ts +0 -10
- package/src/config/tokens/types.ts +0 -9
- package/src/docs/theme.drawio.svg +0 -635
- package/src/plugins/esbuild-plugin.ts +0 -65
- package/src/plugins/plugin.ts +0 -130
- package/src/plugins/resolveContent.ts +0 -51
- package/src/styles/components/README.md +0 -6
- package/src/styles/components/anchored-overflow.ts +0 -20
- package/src/styles/components/button.ts +0 -48
- package/src/styles/components/icon.ts +0 -19
- package/src/styles/components/input.ts +0 -177
- package/src/styles/components/scroll-area.ts +0 -43
- package/src/styles/components/toolbar.ts +0 -29
- package/src/styles/fragments/density.ts +0 -17
- package/src/styles/fragments/dimension.ts +0 -8
- package/src/styles/fragments/focus.ts +0 -16
- package/src/styles/fragments/group.ts +0 -12
- package/src/styles/fragments/hover.ts +0 -25
- package/src/styles/fragments/index.ts +0 -20
- package/src/styles/fragments/layout.ts +0 -7
- package/src/styles/fragments/motion.ts +0 -6
- package/src/styles/fragments/ornament.ts +0 -10
- package/src/styles/fragments/selected.ts +0 -45
- package/src/styles/fragments/shimmer.ts +0 -9
- package/src/styles/fragments/size.ts +0 -117
- package/src/styles/fragments/surface.ts +0 -29
- package/src/styles/fragments/text.ts +0 -12
- package/src/styles/fragments/valence.ts +0 -46
- package/src/styles/layers/README.md +0 -15
- package/src/styles/layers/anchored-overflow.css +0 -9
- package/src/styles/layers/animation.css +0 -17
- package/src/styles/layers/attention.css +0 -8
- package/src/styles/layers/base.css +0 -25
- package/src/styles/layers/can-scroll.css +0 -26
- package/src/styles/layers/drag-preview.css +0 -18
- package/src/styles/layers/hues.css +0 -110
- package/src/styles/layers/index.css +0 -26
- package/src/styles/layers/main.css +0 -227
- package/src/styles/layers/positioning.css +0 -23
- package/src/styles/layers/surfaces.css +0 -31
- package/src/styles/layers/tag.css +0 -132
- package/src/styles/layers/tldraw.css +0 -91
- package/src/styles/layers/tokens.css +0 -46
- package/src/tailwind.ts +0 -7
- package/src/theme.css +0 -9
- package/src/types.ts +0 -7
- package/src/util/withLogical.ts +0 -114
- /package/dist/types/src/{styles/fragments → fragments}/disabled.d.ts +0 -0
- /package/dist/types/src/{styles → theme}/components/avatar.d.ts +0 -0
- /package/dist/types/src/{styles → theme}/components/breadcrumb.d.ts +0 -0
- /package/dist/types/src/{styles → theme}/components/icon-button.d.ts +0 -0
- /package/dist/types/src/{styles → theme}/components/link.d.ts +0 -0
- /package/dist/types/src/{styles → theme}/components/list.d.ts +0 -0
- /package/dist/types/src/{styles → theme}/components/select.d.ts +0 -0
- /package/dist/types/src/{styles → theme}/components/separator.d.ts +0 -0
- /package/dist/types/src/{styles → theme}/components/tag.d.ts +0 -0
- /package/dist/types/src/{styles → theme}/components/toast.d.ts +0 -0
- /package/dist/types/src/{styles → theme}/components/tooltip.d.ts +0 -0
- /package/dist/types/src/{styles → theme}/components/treegrid.d.ts +0 -0
- /package/src/{styles/fragments → fragments}/disabled.ts +0 -0
- /package/src/{styles → theme}/components/breadcrumb.ts +0 -0
|
@@ -1,50 +1,61 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* Focus ring
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
@layer dx-components {
|
|
2
6
|
.dx-focus-ring,
|
|
3
7
|
.dx-focus-ring-inset {
|
|
4
8
|
&:not([disabled]),
|
|
5
9
|
&[disabled='false'] {
|
|
6
10
|
&:focus {
|
|
7
|
-
@apply outline-
|
|
11
|
+
@apply outline-hidden;
|
|
8
12
|
}
|
|
9
13
|
|
|
10
14
|
&:focus-visible {
|
|
11
|
-
@apply ring-
|
|
15
|
+
@apply ring-focus-line ring-offset-focus-offset z-[1] ring-[var(--color-neutral-focus-indicator)];
|
|
12
16
|
|
|
13
17
|
&[data-variant='primary'] {
|
|
14
|
-
@apply ring-
|
|
18
|
+
@apply ring-[var(--color-accent-focus-indicator)];
|
|
15
19
|
}
|
|
16
20
|
|
|
17
21
|
&:hover {
|
|
18
|
-
@apply outline-
|
|
22
|
+
@apply outline-hidden;
|
|
19
23
|
|
|
20
24
|
.dark & {
|
|
21
|
-
@apply outline-
|
|
25
|
+
@apply outline-hidden;
|
|
22
26
|
}
|
|
23
27
|
}
|
|
24
28
|
}
|
|
25
29
|
}
|
|
26
30
|
}
|
|
27
31
|
|
|
32
|
+
.dx-focus-ring-none {
|
|
33
|
+
&:focus,
|
|
34
|
+
&:focus-visible {
|
|
35
|
+
@apply outline-hidden! ring-0!;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
|
|
28
39
|
.dx-focus-ring-always,
|
|
29
40
|
.dx-focus-ring-inset-always {
|
|
30
41
|
&:not([disabled]),
|
|
31
42
|
&[disabled='false'] {
|
|
32
43
|
&:focus {
|
|
33
|
-
@apply outline-
|
|
44
|
+
@apply outline-hidden;
|
|
34
45
|
}
|
|
35
46
|
|
|
36
47
|
&:focus {
|
|
37
|
-
@apply ring-
|
|
48
|
+
@apply ring-focus-line ring-offset-focus-offset z-[1] ring-[var(--color-neutral-focus-indicator)];
|
|
38
49
|
|
|
39
50
|
&[data-variant='primary'] {
|
|
40
|
-
@apply ring-
|
|
51
|
+
@apply ring-[var(--color-accent-focus-indicator)];
|
|
41
52
|
}
|
|
42
53
|
|
|
43
54
|
&:hover {
|
|
44
|
-
@apply outline-
|
|
55
|
+
@apply outline-hidden;
|
|
45
56
|
|
|
46
57
|
.dark & {
|
|
47
|
-
@apply outline-
|
|
58
|
+
@apply outline-hidden;
|
|
48
59
|
}
|
|
49
60
|
}
|
|
50
61
|
}
|
|
@@ -60,7 +71,7 @@
|
|
|
60
71
|
&:not([disabled]),
|
|
61
72
|
&[disabled='false'] {
|
|
62
73
|
&:focus {
|
|
63
|
-
@apply outline-
|
|
74
|
+
@apply outline-hidden;
|
|
64
75
|
}
|
|
65
76
|
}
|
|
66
77
|
}
|
|
@@ -68,17 +79,17 @@
|
|
|
68
79
|
.dx-focus-ring-group:focus-visible .dx-focus-ring-group-indicator,
|
|
69
80
|
.dx-focus-ring-group-x:focus-visible .dx-focus-ring-group-x-indicator,
|
|
70
81
|
.dx-focus-ring-group-y:focus-visible .dx-focus-ring-group-y-indicator {
|
|
71
|
-
@apply ring-
|
|
82
|
+
@apply ring-focus-line ring-offset-focus-offset ring-[var(--color-neutral-focus-indicator)];
|
|
72
83
|
|
|
73
84
|
&[data-variant='primary'] {
|
|
74
|
-
@apply ring-
|
|
85
|
+
@apply ring-[var(--color-accent-focus-indicator)];
|
|
75
86
|
}
|
|
76
87
|
|
|
77
88
|
&:hover {
|
|
78
|
-
@apply outline-
|
|
89
|
+
@apply outline-hidden;
|
|
79
90
|
|
|
80
91
|
.dark & {
|
|
81
|
-
@apply outline-
|
|
92
|
+
@apply outline-hidden;
|
|
82
93
|
}
|
|
83
94
|
}
|
|
84
95
|
}
|
|
@@ -86,17 +97,17 @@
|
|
|
86
97
|
.dx-focus-ring-group-always:focus .dx-focus-ring-group-indicator,
|
|
87
98
|
.dx-focus-ring-group-x-always:focus .dx-focus-ring-group-x-indicator,
|
|
88
99
|
.dx-focus-ring-group-y-always:focus .dx-focus-ring-group-y-indicator {
|
|
89
|
-
@apply ring-
|
|
100
|
+
@apply ring-focus-line ring-offset-focus-offset ring-[var(--color-neutral-focus-indicator)];
|
|
90
101
|
|
|
91
102
|
&[data-variant='primary'] {
|
|
92
|
-
@apply ring-
|
|
103
|
+
@apply ring-[var(--color-accent-focus-indicator)];
|
|
93
104
|
}
|
|
94
105
|
|
|
95
106
|
&:hover {
|
|
96
|
-
@apply outline-
|
|
107
|
+
@apply outline-hidden;
|
|
97
108
|
|
|
98
109
|
.dark & {
|
|
99
|
-
@apply outline-
|
|
110
|
+
@apply outline-hidden;
|
|
100
111
|
}
|
|
101
112
|
}
|
|
102
113
|
}
|
|
@@ -129,23 +140,23 @@
|
|
|
129
140
|
}
|
|
130
141
|
|
|
131
142
|
&:focus {
|
|
132
|
-
@apply outline-
|
|
143
|
+
@apply outline-hidden;
|
|
133
144
|
}
|
|
134
145
|
|
|
135
146
|
&:focus-visible {
|
|
136
147
|
&::after {
|
|
137
|
-
@apply ring-
|
|
148
|
+
@apply ring-focus-line ring-offset-focus-offset ring-inset z-[1] ring-[var(--color-neutral-focus-indicator)];
|
|
138
149
|
}
|
|
139
150
|
|
|
140
151
|
&[data-variant='primary']::after {
|
|
141
|
-
@apply ring-
|
|
152
|
+
@apply ring-[var(--color-accent-focus-indicator)];
|
|
142
153
|
}
|
|
143
154
|
|
|
144
155
|
&:hover {
|
|
145
|
-
@apply outline-
|
|
156
|
+
@apply outline-hidden;
|
|
146
157
|
|
|
147
158
|
.dark & {
|
|
148
|
-
@apply outline-
|
|
159
|
+
@apply outline-hidden;
|
|
149
160
|
}
|
|
150
161
|
}
|
|
151
162
|
}
|
|
@@ -162,30 +173,30 @@
|
|
|
162
173
|
}
|
|
163
174
|
|
|
164
175
|
&:focus {
|
|
165
|
-
@apply outline-
|
|
176
|
+
@apply outline-hidden;
|
|
166
177
|
}
|
|
167
178
|
|
|
168
179
|
&:focus {
|
|
169
180
|
&::after {
|
|
170
|
-
@apply ring-
|
|
181
|
+
@apply ring-focus-line ring-offset-focus-offset ring-inset z-[1] ring-[var(--color-neutral-focus-indicator)];
|
|
171
182
|
}
|
|
172
183
|
|
|
173
184
|
&[data-variant='primary']::after {
|
|
174
|
-
@apply ring-
|
|
185
|
+
@apply ring-[var(--color-accent-focus-indicator)];
|
|
175
186
|
}
|
|
176
187
|
|
|
177
188
|
&:hover {
|
|
178
|
-
@apply outline-
|
|
179
|
-
|
|
189
|
+
@apply outline-hidden;
|
|
180
190
|
.dark & {
|
|
181
|
-
@apply outline-
|
|
191
|
+
@apply outline-hidden;
|
|
182
192
|
}
|
|
183
193
|
}
|
|
184
194
|
}
|
|
185
195
|
}
|
|
186
196
|
}
|
|
187
197
|
|
|
188
|
-
.dx-focus-ring-inset-over-all,
|
|
198
|
+
.dx-focus-ring-inset-over-all,
|
|
199
|
+
.dx-focus-ring-inset-over-all-always {
|
|
189
200
|
&:not([disabled]),
|
|
190
201
|
&[disabled='false'] {
|
|
191
202
|
&::after {
|
|
@@ -202,23 +213,31 @@
|
|
|
202
213
|
inset: 0;
|
|
203
214
|
}
|
|
204
215
|
|
|
205
|
-
@media
|
|
206
|
-
&[data-sidebar-
|
|
207
|
-
inset-inline-start: var(--nav-sidebar-size);
|
|
216
|
+
@media (width >= theme(--breakpoint-lg)) {
|
|
217
|
+
&[data-sidebar-left-state='expanded']::after {
|
|
218
|
+
inset-inline-start: var(--dx-nav-sidebar-size);
|
|
208
219
|
}
|
|
209
220
|
|
|
210
|
-
&[data-sidebar-
|
|
211
|
-
inset-inline-start: var(--l0-size);
|
|
221
|
+
&[data-sidebar-left-state='collapsed']::after {
|
|
222
|
+
inset-inline-start: var(--dx-l0-size);
|
|
212
223
|
}
|
|
213
224
|
|
|
214
|
-
&[data-sidebar-
|
|
215
|
-
inset-inline-end: var(--complementary-sidebar-size);
|
|
225
|
+
&[data-sidebar-right-state='expanded']::after {
|
|
226
|
+
inset-inline-end: var(--dx-complementary-sidebar-size);
|
|
216
227
|
}
|
|
217
228
|
|
|
218
|
-
&[data-sidebar-
|
|
219
|
-
inset-inline-end: var(--r0-size);
|
|
229
|
+
&[data-sidebar-right-state='collapsed']::after {
|
|
230
|
+
inset-inline-end: var(--dx-r0-size);
|
|
220
231
|
}
|
|
221
232
|
}
|
|
222
233
|
}
|
|
223
234
|
}
|
|
235
|
+
|
|
236
|
+
.dx-focus-subdued {
|
|
237
|
+
@apply focus:outline-hidden focus-visible:outline-hidden focus:ring-0 ring-0 focus:border-0 border-0;
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
.dx-focus-static {
|
|
241
|
+
@apply ring-2 ring-offset-0 ring-primary-300 ring-offset-white dark:ring-primary-400 dark:ring-offset-black;
|
|
242
|
+
}
|
|
224
243
|
}
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Panel — applies bg-{hue}-surface / text-{hue}-surface-text / border-{hue}-border tokens via data-hue attribute or BEM modifier.
|
|
3
|
+
* Example: <div className='dx-panel' data-hue='blue'>...</div>
|
|
4
|
+
* Example: <div className='dx-panel dx-panel--blue'>...</div>
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
@layer dx-components {
|
|
8
|
+
.dx-panel[data-hue='neutral'],
|
|
9
|
+
.dx-panel--neutral {
|
|
10
|
+
@apply bg-neutral-surface text-neutral-surface-text border-neutral-border;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.dx-panel[data-hue='red'],
|
|
14
|
+
.dx-panel--red {
|
|
15
|
+
@apply bg-red-surface text-red-surface-text border-red-border;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.dx-panel[data-hue='orange'],
|
|
19
|
+
.dx-panel--orange {
|
|
20
|
+
@apply bg-orange-surface text-orange-surface-text border-orange-border;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.dx-panel[data-hue='amber'],
|
|
24
|
+
.dx-panel--amber {
|
|
25
|
+
@apply bg-amber-surface text-amber-surface-text border-amber-border;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.dx-panel[data-hue='yellow'],
|
|
29
|
+
.dx-panel--yellow {
|
|
30
|
+
@apply bg-yellow-surface text-yellow-surface-text border-yellow-border;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.dx-panel[data-hue='lime'],
|
|
34
|
+
.dx-panel--lime {
|
|
35
|
+
@apply bg-lime-surface text-lime-surface-text border-lime-border;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.dx-panel[data-hue='green'],
|
|
39
|
+
.dx-panel--green {
|
|
40
|
+
@apply bg-green-surface text-green-surface-text border-green-border;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.dx-panel[data-hue='emerald'],
|
|
44
|
+
.dx-panel--emerald {
|
|
45
|
+
@apply bg-emerald-surface text-emerald-surface-text border-emerald-border;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.dx-panel[data-hue='teal'],
|
|
49
|
+
.dx-panel--teal {
|
|
50
|
+
@apply bg-teal-surface text-teal-surface-text border-teal-border;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.dx-panel[data-hue='cyan'],
|
|
54
|
+
.dx-panel--cyan {
|
|
55
|
+
@apply bg-cyan-surface text-cyan-surface-text border-cyan-border;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.dx-panel[data-hue='sky'],
|
|
59
|
+
.dx-panel--sky {
|
|
60
|
+
@apply bg-sky-surface text-sky-surface-text border-sky-border;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.dx-panel[data-hue='blue'],
|
|
64
|
+
.dx-panel--blue {
|
|
65
|
+
@apply bg-blue-surface text-blue-surface-text border-blue-border;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.dx-panel[data-hue='indigo'],
|
|
69
|
+
.dx-panel--indigo {
|
|
70
|
+
@apply bg-indigo-surface text-indigo-surface-text border-indigo-border;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
.dx-panel[data-hue='violet'],
|
|
74
|
+
.dx-panel--violet {
|
|
75
|
+
@apply bg-violet-surface text-violet-surface-text border-violet-border;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.dx-panel[data-hue='purple'],
|
|
79
|
+
.dx-panel--purple {
|
|
80
|
+
@apply bg-purple-surface text-purple-surface-text border-purple-border;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.dx-panel[data-hue='fuchsia'],
|
|
84
|
+
.dx-panel--fuchsia {
|
|
85
|
+
@apply bg-fuchsia-surface text-fuchsia-surface-text border-fuchsia-border;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
.dx-panel[data-hue='pink'],
|
|
89
|
+
.dx-panel--pink {
|
|
90
|
+
@apply bg-pink-surface text-pink-surface-text border-pink-border;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
.dx-panel[data-hue='rose'],
|
|
94
|
+
.dx-panel--rose {
|
|
95
|
+
@apply bg-rose-surface text-rose-surface-text border-rose-border;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
.dx-panel[data-hue='info'],
|
|
99
|
+
.dx-panel--info {
|
|
100
|
+
@apply bg-info-surface text-info-surface-text border-info-border;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
.dx-panel[data-hue='success'],
|
|
104
|
+
.dx-panel--success {
|
|
105
|
+
@apply bg-success-surface text-success-surface-text border-success-border;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.dx-panel[data-hue='warning'],
|
|
109
|
+
.dx-panel--warning {
|
|
110
|
+
@apply bg-warning-surface text-warning-surface-text border-warning-border;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
.dx-panel[data-hue='error'],
|
|
114
|
+
.dx-panel--error {
|
|
115
|
+
@apply bg-error-surface text-error-surface-text border-error-border;
|
|
116
|
+
}
|
|
117
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Scrolling
|
|
3
|
+
* Pseudo-classes are not supported by Tailwind.
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
@layer dx-components {
|
|
7
|
+
::-webkit-scrollbar-thumb:hover {
|
|
8
|
+
@apply bg-scrollbar-thumb-hover!;
|
|
9
|
+
}
|
|
10
|
+
::-webkit-scrollbar-thumb:active {
|
|
11
|
+
@apply bg-scrollbar-thumb-active!;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.dx-scrollbar-thin::-webkit-scrollbar {
|
|
15
|
+
@apply w-[4px];
|
|
16
|
+
}
|
|
17
|
+
.dx-scrollbar-thin::-webkit-scrollbar-thumb {
|
|
18
|
+
@apply bg-transparent;
|
|
19
|
+
transition: background 0.15s;
|
|
20
|
+
}
|
|
21
|
+
.dx-scrollbar-thin:hover::-webkit-scrollbar-thumb {
|
|
22
|
+
@apply bg-scrollbar-thumb;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Selected / Highlighted state utilities
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
@layer dx-components {
|
|
6
|
+
.dx-hover {
|
|
7
|
+
@apply cursor-pointer hover:bg-highlight-surface! hover:text-highlight-surface-text!;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
/** TODO(burdon): Disambiguate from dx-hover */
|
|
11
|
+
.dx-highlighted {
|
|
12
|
+
@apply data-[highlighted]:bg-highlight-surface
|
|
13
|
+
data-[highlighted]:text-highlight-surface-text
|
|
14
|
+
hover:data-[highlighted]:bg-highlight-surface-hover;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
/** TODO(burdon): Only show active if container has attention. */
|
|
18
|
+
.dx-current {
|
|
19
|
+
@apply dx-ring-pseudo
|
|
20
|
+
aria-[current=true]:bg-highlight-surface aria-[current=true]:text-highlight-surface-text
|
|
21
|
+
aria-[current=true]:after:ring-active-separator!;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.dx-selected {
|
|
25
|
+
@apply aria-selected:bg-selected-surface
|
|
26
|
+
aria-selected:text-selected-surface-text hover:aria-selected:text-selected-surface-text
|
|
27
|
+
aria-selected:font-semibold aria-selected:tracking-normal
|
|
28
|
+
transition-[color,font-variation-settings,letter-spacing];
|
|
29
|
+
}
|
|
30
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Surfaces
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
@layer dx-components {
|
|
6
|
+
.dx-base-surface {
|
|
7
|
+
@apply bg-base-surface text-base-surface-text;
|
|
8
|
+
--surface-bg: var(--color-base-surface);
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.dx-sidebar-surface {
|
|
12
|
+
@apply bg-sidebar-surface text-base-surface-text;
|
|
13
|
+
--surface-bg: var(--color-sidebar-surface);
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.dx-modal-surface {
|
|
17
|
+
@apply bg-modal-surface text-base-surface-text backdrop-blur-md;
|
|
18
|
+
--surface-bg: var(--color-modal-surface);
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.dx-attention-surface {
|
|
22
|
+
@apply bg-attention-surface text-base-surface-text;
|
|
23
|
+
--surface-bg: var(--color-attention-surface);
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
/* TODO(burdon): Resolve. */
|
|
28
|
+
/* @layer dx-tokens {
|
|
29
|
+
.dx-sidebar-surface, .dx-modal-surface {
|
|
30
|
+
--color-hover-surface: light-dark(var(--color-neutral-300), var(--color-neutral-700));
|
|
31
|
+
--color-input-surface: light-dark(var(--color-neutral-200), var(--color-neutral-800));
|
|
32
|
+
--color-separator: light-dark(var(--color-neutral-300), var(--color-neutral-700));
|
|
33
|
+
}
|
|
34
|
+
} */
|
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Tag
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
@layer dx-components {
|
|
6
|
+
.dx-tag {
|
|
7
|
+
@apply inline-block text-xs font-semibold m-0.5 px-1 rounded-sm cursor-default truncate;
|
|
8
|
+
padding-block: var(--spacing-tag-padding-block);
|
|
9
|
+
user-select: none;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.dx-tag--anchor {
|
|
13
|
+
/* NOTE: Margin offsets padding so that border is flush with text. This should only apply to anchor tags inside of Codemirror. */
|
|
14
|
+
@apply inline cursor-pointer -mx-[4px] px-[3px] py-0.5 border border-separator rounded-xs bg-group-surface transition-colors;
|
|
15
|
+
|
|
16
|
+
&:hover {
|
|
17
|
+
@apply bg-hover-surface;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.dx-tag[data-hue='neutral'],
|
|
22
|
+
.dx-tag--neutral {
|
|
23
|
+
@apply bg-neutral-surface text-neutral-surface-text;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.dx-tag[data-hue='red'],
|
|
27
|
+
.dx-tag--red {
|
|
28
|
+
@apply bg-red-surface text-red-surface-text;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.dx-tag[data-hue='orange'],
|
|
32
|
+
.dx-tag--orange {
|
|
33
|
+
@apply bg-orange-surface text-orange-surface-text;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.dx-tag[data-hue='amber'],
|
|
37
|
+
.dx-tag--amber {
|
|
38
|
+
@apply bg-amber-surface text-amber-surface-text;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.dx-tag[data-hue='yellow'],
|
|
42
|
+
.dx-tag--yellow {
|
|
43
|
+
@apply bg-yellow-surface text-yellow-surface-text;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.dx-tag[data-hue='lime'],
|
|
47
|
+
.dx-tag--lime {
|
|
48
|
+
@apply bg-lime-surface text-lime-surface-text;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.dx-tag[data-hue='green'],
|
|
52
|
+
.dx-tag--green {
|
|
53
|
+
@apply bg-green-surface text-green-surface-text;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.dx-tag[data-hue='emerald'],
|
|
57
|
+
.dx-tag--emerald {
|
|
58
|
+
@apply bg-emerald-surface text-emerald-surface-text;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.dx-tag[data-hue='teal'],
|
|
62
|
+
.dx-tag--teal {
|
|
63
|
+
@apply bg-teal-surface text-teal-surface-text;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.dx-tag[data-hue='cyan'],
|
|
67
|
+
.dx-tag--cyan {
|
|
68
|
+
@apply bg-cyan-surface text-cyan-surface-text;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.dx-tag[data-hue='sky'],
|
|
72
|
+
.dx-tag--sky {
|
|
73
|
+
@apply bg-sky-surface text-sky-surface-text;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.dx-tag[data-hue='blue'],
|
|
77
|
+
.dx-tag--blue {
|
|
78
|
+
@apply bg-blue-surface text-blue-surface-text;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.dx-tag[data-hue='indigo'],
|
|
82
|
+
.dx-tag--indigo {
|
|
83
|
+
@apply bg-indigo-surface text-indigo-surface-text;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.dx-tag[data-hue='violet'],
|
|
87
|
+
.dx-tag--violet {
|
|
88
|
+
@apply bg-violet-surface text-violet-surface-text;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
.dx-tag[data-hue='purple'],
|
|
92
|
+
.dx-tag--purple {
|
|
93
|
+
@apply bg-purple-surface text-purple-surface-text;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
.dx-tag[data-hue='fuchsia'],
|
|
97
|
+
.dx-tag--fuchsia {
|
|
98
|
+
@apply bg-fuchsia-surface text-fuchsia-surface-text;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
.dx-tag[data-hue='pink'],
|
|
102
|
+
.dx-tag--pink {
|
|
103
|
+
@apply bg-pink-surface text-pink-surface-text;
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
.dx-tag[data-hue='rose'],
|
|
107
|
+
.dx-tag--rose {
|
|
108
|
+
@apply bg-rose-surface text-rose-surface-text;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
.dx-tag[data-hue='info'],
|
|
112
|
+
.dx-tag--info {
|
|
113
|
+
@apply bg-cyan-surface text-cyan-surface-text;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.dx-tag[data-hue='success'],
|
|
117
|
+
.dx-tag--success {
|
|
118
|
+
@apply bg-emerald-surface text-emerald-surface-text;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
.dx-tag[data-hue='warning'],
|
|
122
|
+
.dx-tag--warning {
|
|
123
|
+
@apply bg-amber-surface text-amber-surface-text;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
.dx-tag[data-hue='error'],
|
|
127
|
+
.dx-tag--error {
|
|
128
|
+
@apply bg-rose-surface text-rose-surface-text;
|
|
129
|
+
}
|
|
130
|
+
}
|