@dxos/ui-theme 0.8.4-main.fbb7a13 → 0.8.4-staging.ac66bdf99f
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
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../src/css/theme/animation.css", "../../../src/css/theme/border.css", "../../../src/css/theme/palette.css", "../../../src/css/theme/semantic.css", "../../../src/css/theme/spacing.css", "../../../src/css/theme/styles.css", "../../../src/css/theme/text.css", "../../../src/css/base/base.css", "../../../src/css/base/typography.css", "../../../src/css/components/button.css", "../../../src/css/components/checkbox.css", "../../../src/css/components/dialog.css", "../../../src/css/components/focus.css", "../../../src/css/components/icon.css", "../../../src/css/components/panel.css", "../../../src/css/components/link.css", "../../../src/css/components/scrollbar.css", "../../../src/css/components/selected.css", "../../../src/css/components/surface.css", "../../../src/css/components/tag.css", "../../../src/css/components/text.css", "../../../src/css/layout/main.css", "../../../src/css/layout/native.css", "../../../src/css/layout/positioning.css", "../../../src/css/layout/size.css", "../../../src/css/utilities.css", "../../../src/css/integrations/codemirror.css", "../../../src/css/integrations/tldraw.css", "../../../src/main.css"],
|
|
4
|
+
"sourcesContent": ["/**\n * Animation\n */\n\n@theme {\n /* Transition timing function */\n --ease-in-out-symmetric: cubic-bezier(0.5, 0, 0.5, 1);\n\n /** \n * Fade\n */\n @keyframes fade-in {\n from {\n opacity: 0;\n }\n to {\n opacity: 1;\n }\n }\n @keyframes fade-out {\n from {\n opacity: 1;\n }\n to {\n opacity: 0;\n }\n }\n --animate-fade-in: fade-in 200ms ease-out;\n --animate-fade-out: fade-out 400ms ease-out;\n\n /** \n * Popper/dialog slide \n */\n @keyframes slide-down-and-fade {\n from {\n opacity: 1;\n transform: translateY(0);\n }\n to {\n opacity: 0;\n transform: translateY(16px);\n }\n }\n @keyframes slide-left-and-fade {\n from {\n opacity: 0;\n transform: translateX(-16px);\n }\n to {\n opacity: 1;\n transform: translateX(0);\n }\n }\n @keyframes slide-up-and-fade {\n from {\n opacity: 0;\n transform: translateY(16px);\n }\n to {\n opacity: 1;\n transform: translateY(0);\n }\n }\n @keyframes slide-right-and-fade {\n from {\n opacity: 0;\n transform: translateX(16px);\n }\n to {\n opacity: 1;\n transform: translateX(0);\n }\n }\n --animate-slide-down-and-fade: slide-down-and-fade 400ms cubic-bezier(0.16, 1, 0.3, 1);\n --animate-slide-left-and-fade: slide-left-and-fade 400ms cubic-bezier(0.16, 1, 0.3, 1);\n --animate-slide-up-and-fade: slide-up-and-fade 400ms cubic-bezier(0.16, 1, 0.3, 1);\n --animate-slide-right-and-fade: slide-right-and-fade 400ms cubic-bezier(0.16, 1, 0.3, 1);\n\n /** \n * Toast \n */\n @keyframes toast-hide {\n 0% {\n opacity: 1;\n }\n 100% {\n opacity: 0;\n }\n }\n @keyframes toast-slide-in-right {\n 0% {\n transform: translateX(calc(100% + 1rem));\n }\n 100% {\n transform: translateX(0);\n }\n }\n @keyframes toast-slide-in-bottom {\n 0% {\n transform: translateY(calc(100% + 1rem));\n }\n 100% {\n transform: translateY(0);\n }\n }\n @keyframes toast-swipe-out {\n 0% {\n transform: translateX(var(--radix-toast-swipe-end-x));\n }\n 100% {\n transform: translateX(calc(100% + 1rem));\n }\n }\n --animate-toast-hide: toast-hide 100ms ease-in forwards;\n --animate-toast-slide-in-right: toast-slide-in-right 150ms cubic-bezier(0.16, 1, 0.3, 1);\n --animate-toast-slide-in-bottom: toast-slide-in-bottom 150ms cubic-bezier(0.16, 1, 0.3, 1);\n --animate-toast-swipe-out: toast-swipe-out 100ms ease-out forwards;\n\n /** \n * Accordion \n */\n @keyframes slide-down {\n from {\n height: 0px;\n }\n to {\n height: var(--radix-accordion-content-height);\n }\n }\n @keyframes slide-up {\n from {\n height: var(--radix-accordion-content-height);\n }\n to {\n height: 0px;\n }\n }\n --animate-slide-down: slide-down 300ms cubic-bezier(0.87, 0, 0.13, 1);\n --animate-slide-up: slide-up 300ms cubic-bezier(0.87, 0, 0.13, 1);\n\n /** \n * Shimmer \n */\n @keyframes shimmer-loop {\n 100% {\n transform: translateX(100%);\n }\n }\n --animate-shimmer: shimmer-loop 2s infinite;\n\n /** \n * Halo pulse \n */\n @keyframes halo-pulse {\n 0% {\n opacity: 0.3;\n }\n 5% {\n opacity: 1;\n }\n 100% {\n opacity: 0.3;\n }\n }\n --animate-halo-pulse: halo-pulse 2s ease-out infinite;\n\n /** \n * Progress \n */\n @keyframes progress-indeterminate {\n 0% {\n left: 0;\n width: 0%;\n }\n 25% {\n left: 25%;\n width: 50%;\n }\n 75% {\n left: 50%;\n width: 100%;\n }\n 100% {\n left: 100%;\n width: 0%;\n }\n }\n --animate-progress-indeterminate: progress-indeterminate 2s ease-out infinite;\n\n /** \n * Border trail \n */\n @keyframes trail {\n to {\n offset-distance: 100%;\n }\n }\n @keyframes trail-offset {\n 0% {\n offset-distance: 50%;\n }\n 100% {\n offset-distance: 150%;\n }\n }\n --animate-trail: trail 6s linear infinite;\n --animate-trail-offset: trail-offset 6s linear infinite;\n\n /** \n * Spin \n */\n --animate-spin-slow: spin 3s linear infinite;\n\n /** \n * Blink \n */\n @keyframes blink {\n 0%,\n 50%,\n 100% {\n opacity: 1;\n }\n 25%,\n 75% {\n opacity: 0;\n }\n }\n --animate-blink: blink 1s step-start infinite;\n}\n", "/**\n * Border\n */\n\n@theme {\n /* Custom spacing/sizing values - for ring, ring-offset, border-width, etc. */\n --ring-offset-width-focus-offset: var(--dx-focus-offset);\n --ring-width-focus-line: var(--dx-focus-line);\n --ring-width-hair-line: var(--dx-hair-line);\n --ring-width-thick-line: var(--dx-thick-line);\n --ring-width-no-line: var(--dx-no-line);\n --border-width-landmark-line: var(--dx-landmark-line);\n\n /* Border radius scale */\n --radius-none: 0;\n --radius-sm: 0.25rem;\n --radius: 0.5rem;\n --radius-md: 0.75rem;\n --radius-lg: 1rem;\n\n /* Box shadow */\n --shadow-slider: 0 0 0 5px rgba(0, 0, 0, 0.3);\n}\n", "/**\n * Color theme tokens.\n * https://tailwindcss.com/docs/colors\n * \n * NOTE: The following are equivalent:\n * text-red-500\n * text-(--color-red-500)\n * text-[var(--color-red-500)]\n */\n\n@theme {\n --color-neutral-75: color-mix(in oklch, var(--color-neutral-50) 50%, var(--color-neutral-100) 50%);\n --color-neutral-150: color-mix(in oklch, var(--color-neutral-100) 50%, var(--color-neutral-200) 50%);\n --color-neutral-250: color-mix(in oklch, var(--color-neutral-200) 50%, var(--color-neutral-300) 50%);\n --color-neutral-750: color-mix(in oklch, var(--color-neutral-700) 50%, var(--color-neutral-800) 50%);\n --color-neutral-850: color-mix(in oklch, var(--color-neutral-800) 50%, var(--color-neutral-900) 50%);\n --color-neutral-925: color-mix(in oklch, var(--color-neutral-900) 50%, var(--color-neutral-950) 50%);\n\n --color-primary-50: var(--color-blue-50);\n --color-primary-100: var(--color-blue-100);\n --color-primary-200: var(--color-blue-200);\n --color-primary-300: var(--color-blue-300);\n --color-primary-400: var(--color-blue-400);\n --color-primary-500: var(--color-blue-500);\n --color-primary-600: var(--color-blue-600);\n --color-primary-700: var(--color-blue-700);\n --color-primary-800: var(--color-blue-800);\n --color-primary-900: var(--color-blue-900);\n --color-primary-950: var(--color-blue-950);\n\n /* Composer logo colors */\n --color-composer-100: rgb(5 40 61);\n --color-composer-200: rgb(10 75 105);\n --color-composer-300: rgb(1 122 183);\n --color-composer-400: rgb(6 197 253);\n}\n", "/**\n * Tokens\n */\n\n@theme {\n /**\n * Surfaces \n *\n * TODO(burdon): Align suffix with styles.css?\n * -xxx-surface\n * -xxx-surface-text\n */\n\n --color-base-surface: light-dark(var(--color-neutral-50), var(--color-neutral-950));\n --color-base-surface-text: light-dark(var(--color-neutral-950), var(--color-neutral-50));\n\n --color-inverse-surface: light-dark(var(--color-neutral-800), var(--color-neutral-200));\n --color-inverse-surface-text: light-dark(var(--color-neutral-50), var(--color-neutral-950));\n\n --color-deck-surface: light-dark(var(--color-neutral-50), var(--color-neutral-950));\n --color-scrim-surface: light-dark(\n oklch(from var(--color-neutral-50) l c h / 0.5),\n oklch(from var(--color-neutral-950) l c h / 0.25)\n );\n\n --color-toolbar-surface: light-dark(var(--color-neutral-75), var(--color-neutral-925));\n --color-card-surface: light-dark(var(--color-neutral-75), var(--color-neutral-925));\n\n --color-group-surface: light-dark(var(--color-neutral-100), var(--color-neutral-900));\n --color-modal-surface: light-dark(var(--color-neutral-100), var(--color-neutral-900));\n --color-sidebar-surface: light-dark(var(--color-neutral-100), var(--color-neutral-900));\n --color-header-surface: light-dark(var(--color-neutral-100), var(--color-neutral-900));\n\n --color-input-surface: light-dark(var(--color-neutral-200), var(--color-neutral-800));\n --color-input-surface-text: light-dark(var(--color-neutral-950), var(--color-neutral-50));\n\n /** TODO(burdon): current vs active vs selected */\n --color-current-surface: light-dark(var(--color-neutral-200), var(--color-neutral-800));\n --color-active-surface: light-dark(var(--color-neutral-200), var(--color-neutral-800));\n --color-active-text: light-dark(var(--color-neutral-950), var(--color-neutral-50));\n\n /** TODO(burdon): Merge overlay/surface? */\n --color-hover-overlay: light-dark(var(--color-neutral-250), var(--color-neutral-750));\n --color-hover-surface: light-dark(var(--color-neutral-250), var(--color-neutral-750));\n --color-hover-surface-text: light-dark(var(--color-neutral-950), var(--color-neutral-50));\n\n /* Map attention to focus-surface logic so that elements acting as active attention zones highlight correctly on focus. */\n --color-attention-surface: var(--color-focus-surface);\n --color-attention-contains: oklch(from var(--color-accent-surface) l c h / 0.3);\n --color-focus-surface: light-dark(var(--color-neutral-50), var(--color-neutral-950));\n --color-neutral-focus-indicator: light-dark(var(--color-neutral-400), var(--color-neutral-600));\n\n /* Highlight and Selected */\n\n --color-highlight-surface: light-dark(var(--color-neutral-100), var(--color-neutral-900));\n --color-highlight-surface-hover: light-dark(var(--color-neutral-250), var(--color-neutral-750));\n --color-highlight-surface-text: light-dark(var(--color-neutral-950), var(--color-neutral-50));\n\n --color-selected-surface: light-dark(var(--color-neutral-150), var(--color-neutral-850));\n --color-selected-surface-hover: light-dark(var(--color-neutral-250), var(--color-neutral-750));\n --color-selected-surface-text: light-dark(var(--color-neutral-950), var(--color-neutral-50));\n\n /* Accent (primary) */\n /* TODO(burdon): Rename primary */\n\n --color-accent-surface: light-dark(var(--color-blue-500), var(--color-blue-700));\n --color-accent-surface-hover: light-dark(var(--color-blue-800), var(--color-blue-800));\n --color-accent-surface-text: var(--color-blue-100);\n --color-accent-text: light-dark(var(--color-blue-600), var(--color-blue-400));\n --color-accent-text-hover: light-dark(var(--color-blue-500), var(--color-blue-500));\n --color-accent-focus-indicator: light-dark(var(--color-blue-600), var(--color-blue-600));\n\n --color-un-accent: var(--color-neutral-400);\n --color-un-accent-hover: var(--color-neutral-500);\n\n /* Separator */\n\n --color-separator: light-dark(var(--color-neutral-200), var(--color-neutral-800));\n --color-subdued-separator: light-dark(var(--color-neutral-150), var(--color-neutral-850));\n --color-primary-separator: light-dark(var(--color-neutral-500), var(--color-neutral-700));\n --color-active-separator: light-dark(var(--color-blue-500), var(--color-blue-500));\n\n /* Scrollbar */\n\n --color-scrollbar-track: light-dark(var(--color-neutral-50), var(--color-neutral-950));\n --color-scrollbar-thumb: light-dark(var(--color-neutral-200), var(--color-neutral-700));\n --color-scrollbar-thumb-active: light-dark(var(--color-neutral-200), var(--color-neutral-600));\n --color-scrollbar-thumb-hover: light-dark(var(--color-neutral-200), var(--color-neutral-600));\n\n /* Sheet */\n\n --color-axis-selected-surface: light-dark(var(--color-neutral-100), var(--color-neutral-900));\n --color-axis-selected-text: light-dark(var(--color-neutral-100), var(--color-neutral-900));\n --color-axis-surface: light-dark(var(--color-neutral-50), var(--color-neutral-800));\n --color-axis-text: light-dark(var(--color-neutral-800), var(--color-neutral-200));\n\n /* Grid */\n\n --color-grid-surface: light-dark(var(--color-neutral-50), var(--color-neutral-950));\n --color-grid-highlight: oklch(from var(--color-emerald-500) l c h / 0.5);\n --color-grid-comment: light-dark(var(--color-green-400), var(--color-green-600));\n --color-grid-comment-active: light-dark(\n oklch(from var(--color-green-400) l c h / 0.5),\n oklch(from var(--color-green-600) l c h / 0.5)\n );\n --color-grid-hover-overlay: oklch(from var(--color-neutral-500) l c h / 0.1);\n --color-grid-selection-overlay: var(--color-blue-500);\n --color-grid-line: light-dark(var(--color-neutral-200), var(--color-neutral-800));\n --color-grid-focus-indicator: light-dark(var(--color-primary-600), var(--color-primary-600));\n\n /* Text */\n\n --color-placeholder: light-dark(var(--color-neutral-400), var(--color-neutral-600));\n --color-subdued: light-dark(var(--color-neutral-500), var(--color-neutral-500));\n --color-description: light-dark(var(--color-neutral-600), var(--color-neutral-400));\n}\n", "/**\n * Tokens\n */\n\n/**\n * Utility classes \n */\n@theme {\n /** Minimum inset from the viewport edge for floating surfaces. */\n --spacing-screen-border: 2rem;\n\n --spacing-popover-default-width: 20rem;\n --spacing-popover-min-width: 16rem;\n\n --spacing-document-max-width: 50rem;\n --spacing-document-width: calc(50rem - env(safe-area-inset-left) - env(safe-area-inset-right));\n\n --spacing-card-default-width: 20rem;\n --spacing-card-min-width: 18rem;\n --spacing-card-max-width: 22rem;\n --spacing-card-min-height: 18rem;\n --spacing-card-max-height: 30rem;\n\n --spacing-tag-padding-block: 0.125rem;\n\n --spacing-trim-xs: 0.25rem;\n --spacing-trim-sm: 0.5rem;\n --spacing-trim-md: 0.75rem;\n --spacing-trim-lg: 1.5rem;\n\n /** Minimal trim to allow for ring/outline. */\n --spacing-form-chrome: var(--spacing-trim-xs);\n --spacing-form-gap: var(--spacing-trim-sm);\n --spacing-form-section-gap: var(--spacing-trim-lg);\n\n /**\n * Density: fine\n */\n --spacing-form-padding: var(--spacing-trim-sm);\n --spacing-icon-button-padding: var(--spacing-trim-xs);\n --spacing-scroll-padding: 4px;\n}\n\n@layer dx-tokens {\n /**\n * TODO(burdon): Density: coarse\n */\n /*\n .dx-density-coarse {\n --spacing-form-padding: var(--spacing-trim-md);\n --spacing-icon-button-padding: var(--spacing-trim-sm);\n --spacing-scroll-padding: 8px;\n }\n */\n}\n\n/**\n * CSS variables.\n */\n@layer dx-tokens {\n :root {\n --dx-line-0: 0px;\n --dx-line-1: 1px;\n --dx-line-2: 2px;\n\n --dx-lacuna-12: 1.5rem;\n --dx-lacuna-3: 0.375rem;\n --dx-lacuna-4: 0.5rem;\n --dx-lacuna-6: 0.75rem;\n\n --dx-gutter-xs: 0.25rem; /* Input rings */\n --dx-gutter-sm: 1rem;\n --dx-gutter-md: 2rem; /* 32px (fine card) */\n --dx-gutter-lg: 2.5rem; /* 40px (dialog, coarse card) */\n }\n\n :root {\n --dx-hair-line: 1px;\n --dx-landmark-line: 1px;\n --dx-modal-line: 1px;\n --dx-no-line: 0px;\n --dx-thick-line: 2px;\n --dx-focus-line: 2px;\n\n --dx-no-line: var(--dx-line-0);\n --dx-hair-line: var(--dx-line-1);\n --dx-thick-line: var(--dx-line-2);\n\n --dx-focus-offset: var(--dx-no-line);\n --dx-focus-line: var(--dx-thick-line);\n --dx-modal-line: var(--dx-hair-line);\n --dx-grid-focus-indicator-width: var(--dx-hair-line);\n\n --dx-input-fine: var(--dx-lacuna-3);\n --dx-input-coarse: var(--dx-lacuna-4);\n\n --dx-default-icons-size: 1.25rem; /* size=5 */\n }\n\n [data-grid-focus-indicator-variant='stack'] {\n --dx-grid-focus-indicator-width: var(--dx-thick-line);\n }\n\n :root {\n --dx-rail-content: 3rem;\n /** TODO(burdon): Audit. */\n /** TODO(burdon): Density (2 sizes). */\n --dx-rail-size: calc(var(--dx-rail-content) + 1px);\n --dx-rail-item: calc(var(--dx-rail-content) - 1rem);\n /* TODO(burdon): Added 1px for border. */\n /* TODO(burdon): Remove direct usage. */\n --dx-rail-action: calc(var(--dx-rail-content) - 0.5rem);\n\n --dx-topbar-size: var(--dx-rail-size); /* 50px */\n --dx-toolbar-size: var(--dx-rail-action); /* 40px */\n --dx-statusbar-size: var(--dx-rail-item); /* 32px */\n\n /** NOTE: Sidebar optimized to show plank + companion with sidebar open on 16\" MBP. */\n --dx-nav-sidebar-size: 350px;\n --dx-complementary-sidebar-size: 25rem;\n --dx-drawer-size: 50dvh;\n\n --dx-l0-size: 72px;\n --dx-l0-avatar-size: 3rem;\n --dx-l1-size: calc(var(--dx-nav-sidebar-size) - var(--dx-l0-size));\n --dx-r0-size: var(--dx-rail-size);\n --dx-r1-size: calc(var(--dx-complementary-sidebar-size) - var(--dx-r0-size));\n }\n\n :root {\n --dx-calc-auto: auto;\n --dx-calc-min: min-content;\n --dx-calc-fit: fit-content;\n --dx-calc-max: max-content;\n --dx-calc-content: content;\n }\n\n @supports (block-size: calc-size(fit-content, size)) {\n :root {\n --dx-calc-auto: calc-size(auto, size);\n --dx-calc-min: calc-size(min-content, size);\n --dx-calc-fit: calc-size(fit-content, size);\n --dx-calc-max: calc-size(max-content, size);\n --dx-calc-content: calc-size(content, size);\n }\n }\n}\n", "/**\n * Color styles\n */\n\n@theme {\n /*\n * Semantic\n */\n\n --color-info-fill: var(--color-cyan-fill);\n --color-info-surface: var(--color-cyan-surface);\n --color-info-surface-text: var(--color-cyan-surface-text);\n --color-info-text: var(--color-cyan-text);\n --color-info-border: var(--color-cyan-border);\n\n --color-success-fill: var(--color-emerald-fill);\n --color-success-surface: var(--color-emerald-surface);\n --color-success-surface-text: var(--color-emerald-surface-text);\n --color-success-text: var(--color-emerald-text);\n --color-success-border: var(--color-emerald-border);\n\n --color-warning-fill: var(--color-amber-fill);\n --color-warning-surface: var(--color-amber-surface);\n --color-warning-surface-text: var(--color-amber-surface-text);\n --color-warning-text: var(--color-amber-text);\n --color-warning-border: var(--color-amber-border);\n\n --color-error-fill: var(--color-rose-fill);\n --color-error-surface: var(--color-rose-surface);\n --color-error-surface-text: var(--color-rose-surface-text);\n --color-error-text: var(--color-rose-text);\n --color-error-border: var(--color-rose-border);\n\n /**\n * Hue\n */\n\n --color-neutral-fill: light-dark(var(--color-neutral-300), var(--color-neutral-700));\n --color-neutral-surface: light-dark(var(--color-neutral-200), var(--color-neutral-800));\n --color-neutral-surface-text: light-dark(var(--color-neutral-800), var(--color-neutral-200));\n --color-neutral-text: light-dark(var(--color-neutral-700), var(--color-neutral-300));\n --color-neutral-border: light-dark(var(--color-neutral-400), var(--color-neutral-600));\n\n --color-red-fill: light-dark(var(--color-red-300), var(--color-red-700));\n --color-red-surface: light-dark(var(--color-red-200), var(--color-red-800));\n --color-red-surface-text: light-dark(var(--color-red-800), var(--color-red-200));\n --color-red-text: light-dark(var(--color-red-700), var(--color-red-300));\n --color-red-border: light-dark(var(--color-red-400), var(--color-red-600));\n\n --color-orange-fill: light-dark(var(--color-orange-300), var(--color-orange-700));\n --color-orange-surface: light-dark(var(--color-orange-200), var(--color-orange-800));\n --color-orange-surface-text: light-dark(var(--color-orange-800), var(--color-orange-200));\n --color-orange-text: light-dark(var(--color-orange-700), var(--color-orange-300));\n --color-orange-border: light-dark(var(--color-orange-400), var(--color-orange-600));\n\n --color-amber-fill: light-dark(var(--color-amber-300), var(--color-amber-700));\n --color-amber-surface: light-dark(var(--color-amber-200), var(--color-amber-800));\n --color-amber-surface-text: light-dark(var(--color-amber-800), var(--color-amber-200));\n --color-amber-text: light-dark(var(--color-amber-700), var(--color-amber-300));\n --color-amber-border: light-dark(var(--color-amber-400), var(--color-amber-600));\n\n --color-yellow-fill: light-dark(var(--color-yellow-300), var(--color-yellow-700));\n --color-yellow-surface: light-dark(var(--color-yellow-200), var(--color-yellow-800));\n --color-yellow-surface-text: light-dark(var(--color-yellow-800), var(--color-yellow-200));\n --color-yellow-text: light-dark(var(--color-yellow-700), var(--color-yellow-300));\n --color-yellow-border: light-dark(var(--color-yellow-400), var(--color-yellow-600));\n\n --color-lime-fill: light-dark(var(--color-lime-300), var(--color-lime-700));\n --color-lime-surface: light-dark(var(--color-lime-200), var(--color-lime-800));\n --color-lime-surface-text: light-dark(var(--color-lime-800), var(--color-lime-200));\n --color-lime-text: light-dark(var(--color-lime-700), var(--color-lime-300));\n --color-lime-border: light-dark(var(--color-lime-400), var(--color-lime-600));\n\n --color-green-fill: light-dark(var(--color-green-300), var(--color-green-700));\n --color-green-surface: light-dark(var(--color-green-200), var(--color-green-800));\n --color-green-surface-text: light-dark(var(--color-green-800), var(--color-green-200));\n --color-green-text: light-dark(var(--color-green-700), var(--color-green-300));\n --color-green-border: light-dark(var(--color-green-400), var(--color-green-600));\n\n --color-emerald-fill: light-dark(var(--color-emerald-300), var(--color-emerald-700));\n --color-emerald-surface: light-dark(var(--color-emerald-200), var(--color-emerald-800));\n --color-emerald-surface-text: light-dark(var(--color-emerald-800), var(--color-emerald-200));\n --color-emerald-text: light-dark(var(--color-emerald-700), var(--color-emerald-300));\n --color-emerald-border: light-dark(var(--color-emerald-400), var(--color-emerald-600));\n\n --color-teal-fill: light-dark(var(--color-teal-300), var(--color-teal-700));\n --color-teal-surface: light-dark(var(--color-teal-200), var(--color-teal-800));\n --color-teal-surface-text: light-dark(var(--color-teal-800), var(--color-teal-200));\n --color-teal-text: light-dark(var(--color-teal-700), var(--color-teal-300));\n --color-teal-border: light-dark(var(--color-teal-400), var(--color-teal-600));\n\n --color-cyan-fill: light-dark(var(--color-cyan-300), var(--color-cyan-700));\n --color-cyan-surface: light-dark(var(--color-cyan-200), var(--color-cyan-800));\n --color-cyan-surface-text: light-dark(var(--color-cyan-800), var(--color-cyan-200));\n --color-cyan-text: light-dark(var(--color-cyan-700), var(--color-cyan-300));\n --color-cyan-border: light-dark(var(--color-cyan-400), var(--color-cyan-600));\n\n --color-sky-fill: light-dark(var(--color-sky-300), var(--color-sky-700));\n --color-sky-surface: light-dark(var(--color-sky-200), var(--color-sky-800));\n --color-sky-surface-text: light-dark(var(--color-sky-800), var(--color-sky-200));\n --color-sky-text: light-dark(var(--color-sky-700), var(--color-sky-300));\n --color-sky-border: light-dark(var(--color-sky-400), var(--color-sky-600));\n\n --color-blue-fill: light-dark(var(--color-blue-300), var(--color-blue-700));\n --color-blue-surface: light-dark(var(--color-blue-200), var(--color-blue-800));\n --color-blue-surface-text: light-dark(var(--color-blue-800), var(--color-blue-200));\n --color-blue-text: light-dark(var(--color-blue-700), var(--color-blue-300));\n --color-blue-border: light-dark(var(--color-blue-400), var(--color-blue-600));\n\n --color-indigo-fill: light-dark(var(--color-indigo-300), var(--color-indigo-700));\n --color-indigo-surface: light-dark(var(--color-indigo-200), var(--color-indigo-800));\n --color-indigo-surface-text: light-dark(var(--color-indigo-800), var(--color-indigo-200));\n --color-indigo-text: light-dark(var(--color-indigo-700), var(--color-indigo-300));\n --color-indigo-border: light-dark(var(--color-indigo-400), var(--color-indigo-600));\n\n --color-violet-fill: light-dark(var(--color-violet-300), var(--color-violet-700));\n --color-violet-surface: light-dark(var(--color-violet-200), var(--color-violet-800));\n --color-violet-surface-text: light-dark(var(--color-violet-800), var(--color-violet-200));\n --color-violet-text: light-dark(var(--color-violet-700), var(--color-violet-300));\n --color-violet-border: light-dark(var(--color-violet-400), var(--color-violet-600));\n\n --color-purple-fill: light-dark(var(--color-purple-300), var(--color-purple-700));\n --color-purple-surface: light-dark(var(--color-purple-200), var(--color-purple-800));\n --color-purple-surface-text: light-dark(var(--color-purple-800), var(--color-purple-200));\n --color-purple-text: light-dark(var(--color-purple-700), var(--color-purple-300));\n --color-purple-border: light-dark(var(--color-purple-400), var(--color-purple-600));\n\n --color-fuchsia-fill: light-dark(var(--color-fuchsia-300), var(--color-fuchsia-700));\n --color-fuchsia-surface: light-dark(var(--color-fuchsia-200), var(--color-fuchsia-800));\n --color-fuchsia-surface-text: light-dark(var(--color-fuchsia-800), var(--color-fuchsia-200));\n --color-fuchsia-text: light-dark(var(--color-fuchsia-700), var(--color-fuchsia-300));\n --color-fuchsia-border: light-dark(var(--color-fuchsia-400), var(--color-fuchsia-600));\n\n --color-pink-fill: light-dark(var(--color-pink-300), var(--color-pink-700));\n --color-pink-surface: light-dark(var(--color-pink-200), var(--color-pink-800));\n --color-pink-surface-text: light-dark(var(--color-pink-800), var(--color-pink-200));\n --color-pink-text: light-dark(var(--color-pink-700), var(--color-pink-300));\n --color-pink-border: light-dark(var(--color-pink-400), var(--color-pink-600));\n\n --color-rose-fill: light-dark(var(--color-rose-300), var(--color-rose-700));\n --color-rose-surface: light-dark(var(--color-rose-200), var(--color-rose-800));\n --color-rose-surface-text: light-dark(var(--color-rose-800), var(--color-rose-200));\n --color-rose-text: light-dark(var(--color-rose-700), var(--color-rose-300));\n --color-rose-border: light-dark(var(--color-rose-400), var(--color-rose-600));\n}\n", "/**\n * Text\n */\n\n@theme {\n /* Font families */\n --font-body: 'Inter Variable', ui-sans-serif, system-ui, sans-serif;\n --font-mono: 'JetBrains Mono Variable', ui-monospace, 'Cascadia Code', 'Source Code Pro', monospace;\n\n /* Font size scale (Tailwind v4 defaults \u2014 clean rem/px values) */\n --text-xs: 0.75rem;\n --text-xs--line-height: 1rem;\n --text-sm: 0.875rem;\n --text-sm--line-height: 1.25rem;\n --text-base: 1rem;\n --text-base--line-height: 1.5rem;\n --text-lg: 1.125rem;\n --text-lg--line-height: 1.75rem;\n --text-xl: 1.25rem;\n --text-xl--line-height: 1.75rem;\n --text-2xl: 1.5rem;\n --text-2xl--line-height: 2rem;\n --text-3xl: 1.875rem;\n --text-3xl--line-height: 2.25rem;\n --text-4xl: 2.25rem;\n --text-4xl--line-height: 2.5rem;\n --text-5xl: 3rem;\n --text-5xl--line-height: 1;\n --text-6xl: 3.75rem;\n --text-6xl--line-height: 1;\n --text-7xl: 4.5rem;\n --text-7xl--line-height: 1;\n --text-8xl: 6rem;\n --text-8xl--line-height: 1;\n --text-9xl: 8rem;\n --text-9xl--line-height: 1;\n}\n", "/**\n * Base utilities.\n */\n\n@layer dx-base {\n :root {\n color-scheme: light;\n touch-action: pan-x pan-y;\n font-synthesis: none;\n font-variation-settings:\n 'wght' 400,\n 'slnt' 0;\n scroll-padding-block-start: var(--spacing-14);\n scroll-padding-block-end: var(--spacing-2);\n @apply font-body;\n }\n\n .dark {\n color-scheme: dark;\n }\n\n button {\n @apply cursor-pointer;\n -webkit-tap-highlight-color: transparent;\n }\n}\n\n@layer dx-tokens {\n :root {\n --dx-tag-padding-block: var(--spacing-tag-padding-block);\n }\n\n html,\n html.dark,\n html .dark,\n .sb-show-main {\n background-color: var(--color-base-surface);\n color: var(--color-base-surface-text);\n --surface-bg: var(--color-base-surface);\n --surface-text: var(--color-base-surface-text);\n --description-text: var(--color-description);\n }\n}\n", "/**\n * Typography\n */\n\n@import '@fontsource-variable/jetbrains-mono/wght-italic.css';\n@import '@fontsource-variable/jetbrains-mono/wght.css';\n@import '@fontsource/poiret-one';\n\n@layer dx-components {\n /* Font weights & `italic` handling */\n .not-italic {\n font-variation-settings:\n 'wght' 400,\n 'slnt' 0;\n }\n\n .font-thin,\n .not-italic.font-thin,\n .not-italic .font-thin,\n .font-thin .not-italic {\n font-variation-settings:\n 'wght' 100,\n 'slnt' 0;\n }\n\n .font-extralight,\n .not-italic.font-extralight,\n .not-italic .font-extralight,\n .font-extralight .not-italic {\n font-variation-settings:\n 'wght' 200,\n 'slnt' 0;\n }\n\n .font-light,\n .not-italic.font-light,\n .not-italic .font-light,\n .font-light .not-italic {\n font-variation-settings:\n 'wght' 300,\n 'slnt' 0;\n }\n\n .font-normal,\n .not-italic.font-normal,\n .not-italic .font-normal,\n .font-normal .not-italic {\n font-variation-settings:\n 'wght' 400,\n 'slnt' 0;\n }\n\n .font-medium,\n .not-italic.font-medium,\n .not-italic .font-medium,\n .font-medium .not-italic {\n font-variation-settings:\n 'wght' 500,\n 'slnt' 0;\n }\n\n .font-semibold,\n .not-italic.font-semibold,\n .not-italic .font-semibold,\n .font-semibold .not-italic {\n font-variation-settings:\n 'wght' 600,\n 'slnt' 0;\n }\n\n .font-bold,\n .not-italic.font-bold,\n .not-italic .font-bold,\n .font-bold .not-italic {\n font-variation-settings:\n 'wght' 700,\n 'slnt' 0;\n }\n\n .font-extrabold,\n .not-italic.font-extrabold,\n .not-italic .font-extrabold,\n .font-extrabold .not-italic {\n font-variation-settings:\n 'wght' 800,\n 'slnt' 0;\n }\n\n .font-black,\n .not-italic.font-black,\n .not-italic .font-black,\n .font-black .not-italic {\n font-variation-settings:\n 'wght' 900,\n 'slnt' 0;\n }\n\n .italic {\n font-variation-settings:\n 'wght' 400,\n 'slnt' -10;\n }\n\n .italic.font-thin,\n .italic .font-thin,\n .font-thin .italic {\n font-variation-settings:\n 'wght' 100,\n 'slnt' -10;\n }\n\n .italic.font-extralight,\n .italic .font-extralight,\n .font-extralight .italic {\n font-variation-settings:\n 'wght' 200,\n 'slnt' -10;\n }\n\n .italic.font-light,\n .italic .font-light,\n .font-light .italic {\n font-variation-settings:\n 'wght' 300,\n 'slnt' -10;\n }\n\n .italic.font-normal,\n .italic .font-normal,\n .font-normal .italic {\n font-variation-settings:\n 'wght' 400,\n 'slnt' -10;\n }\n\n .italic.font-medium,\n .italic .font-medium,\n .font-medium .italic {\n font-variation-settings:\n 'wght' 500,\n 'slnt' -10;\n }\n\n .italic.font-semibold,\n .italic .font-semibold,\n .font-semibold .italic {\n font-variation-settings:\n 'wght' 600,\n 'slnt' -10;\n }\n\n .italic.font-bold,\n .italic .font-bold,\n .font-bold .italic {\n font-variation-settings:\n 'wght' 700,\n 'slnt' -10;\n }\n\n .italic.font-extrabold,\n .italic .font-extrabold,\n .font-extrabold .italic {\n font-variation-settings:\n 'wght' 800,\n 'slnt' -10;\n }\n\n .italic.font-black,\n .italic .font-black,\n .font-black .italic {\n font-variation-settings:\n 'wght' 900,\n 'slnt' -10;\n }\n}\n", "/**\n * Button\n */\n\n/* TODO(thure): Focus is handled by .dx-focus-ring, but should ideally be applied as part of this component. */\n@layer dx-components {\n /**\n * NOTE: These are component classes (not utility classes) on a different layer, which themselves apply utility classes using `@apply`.\n */\n\n /* Base styles */\n .dx-button {\n @apply shrink-0 inline-flex select-none items-center justify-center overflow-hidden min-h-[2.5rem] px-3;\n @apply font-medium transition-colors duration-100 ease-linear bg-input-surface;\n &[aria-pressed='true'],\n &[aria-checked='true'] {\n @apply text-accent-text bg-attention-surface;\n }\n\n /* Disabled styles */\n &[disabled]:not([disabled='false']) {\n @apply opacity-40 cursor-not-allowed shadow-none;\n }\n\n /* Variants consistent between enabled & disabled */\n &[data-variant='ghost'] {\n @apply bg-transparent;\n &:hover {\n @apply bg-hover-surface text-inherit;\n }\n &[data-state='open'] {\n @apply bg-input-surface;\n }\n &[aria-pressed='true'],\n &[aria-checked='true'] {\n @apply bg-base-surface text-accent-text;\n }\n }\n &[data-variant='outline'] {\n @apply border border-base-surface bg-transparent;\n &:hover {\n @apply bg-hover-surface;\n }\n }\n\n /* Enabled styles */\n &:not([disabled]),\n &[disabled='false'] {\n /* Hover */\n &:hover {\n @apply bg-hover-surface;\n }\n\n /* Variants */\n &[data-variant='primary'] {\n @apply text-accent-surface-text bg-accent-surface;\n &:hover,\n &[aria-pressed='true'],\n &[aria-checked='true'] &[data-state='open'] {\n @apply bg-accent-surface-hover;\n }\n }\n &[data-variant='destructive'] {\n @apply text-accent-surface-text bg-rose-fill;\n &:hover,\n &[aria-pressed='true'],\n &[aria-checked='true'] &[data-state='open'] {\n @apply bg-rose-fill;\n }\n }\n }\n }\n /* Props */\n .dx-button:not([data-props~='grouped']) {\n @apply rounded-xs;\n }\n .dx-button:not([data-props~='wrap']) {\n @apply truncate;\n }\n @media (pointer: fine) {\n .dx-button[data-density='fine'] {\n @apply min-h-[2rem] px-2.5;\n }\n }\n}\n", "/**\n * Checkbox\n */\n\n/* TODO(thure): Focus is handled by .dx-focus-ring, but should ideally be applied as part of this component.*/\n@layer dx-components {\n .dx-checkbox--switch,\n .dx-checkbox {\n @apply border border-un-accent;\n &[aria-checked='true'],\n &[aria-checked='mixed'],\n &:checked {\n @apply bg-accent-surface accent-accent-surface border-accent-surface;\n }\n\n &:not([disabled]),\n &[disabled='false'] {\n &:hover {\n @apply bg-un-accent-hover accent-un-accent-hover;\n &[aria-checked='true'],\n &[aria-checked='mixed'],\n &:checked {\n @apply bg-accent-surface-hover accent-accent-surface-hover border-accent-surface-hover;\n }\n }\n }\n }\n\n .dx-checkbox {\n @apply w-4 h-4 overflow-hidden shadow-inner transition-colors bg-un-accent accent-un-accent text-accent-surface-text shrink-0 inline-grid place-items-center rounded-xs;\n }\n\n /* TODO(ZaymonFC): Focus is handled by .dx-focus-ring, but should ideally be applied as part of this component.*/\n /* NOTE: This isn't compatible with the Radix switch. */\n .dx-checkbox--switch {\n @apply inline-block appearance-none relative shrink-0 h-5 w-8;\n @apply shadow-inner transition-colors bg-un-accent;\n @apply cursor-pointer rounded-full;\n\n &::before {\n @apply w-3 h-3 mx-[0.1875rem] my-[0.1875rem] absolute block bg-white rounded-full border-separator transition-transform duration-100 will-change-transform;\n content: '';\n }\n\n &[aria-checked='true'],\n &[aria-checked='mixed'],\n &:checked {\n background-image: none;\n &::before {\n @apply translate-x-[100%];\n }\n }\n }\n}\n", "/**\n * Dialog\n */\n\n@layer dx-components {\n .dx-dialog__overlay {\n @apply z-40 fixed grid inset-x-0 top-0 h-dvh py-[env(safe-area-inset-top)] place-items-center;\n @apply bg-scrim-surface backdrop-blur-xs;\n\n &[data-state='open'] {\n @apply animate-fade-in;\n }\n\n &[data-state='closed'] {\n @apply animate-fade-out;\n }\n\n &[data-block-align='start'] {\n align-items: start;\n justify-items: center;\n }\n\n &[data-block-align='center'] {\n place-items: center;\n }\n\n &[data-block-align='end'] {\n align-items: end;\n justify-items: center;\n }\n }\n\n @media (width >= theme(--breakpoint-sm)) {\n .dx-dialog__overlay {\n @apply p-[calc(env(safe-area-inset-top)+.6rem)];\n }\n }\n\n @media (width >= theme(--breakpoint-md)) {\n .dx-dialog__overlay {\n @apply p-[calc(env(safe-area-inset-top)+1.2rem)];\n }\n }\n\n @media (width >= theme(--breakpoint-lg)) {\n .dx-dialog__overlay {\n @apply p-[calc(env(safe-area-inset-top)+2.4rem)];\n }\n }\n\n .dx-dialog__content {\n @apply flex flex-col w-dvw max-w-full max-h-full overflow-hidden shadow-md;\n\n &[data-state='open'] {\n @apply animate-slide-up-and-fade;\n }\n\n &[data-state='closed'] {\n @apply animate-slide-down-and-fade;\n }\n }\n\n @media (width >= theme(--breakpoint-sm)) {\n .dx-dialog__content {\n @apply w-[95vw] border rounded-md border-separator;\n }\n }\n\n @media (width >= theme(--breakpoint-md)) {\n .dx-dialog__content {\n @apply max-w-[24rem];\n }\n }\n\n .dx-dialog__title {\n @apply shrink-0 text-xl font-medium;\n }\n}\n", "/**\n * Focus ring\n */\n\n@layer dx-components {\n .dx-focus-ring,\n .dx-focus-ring-inset {\n &:not([disabled]),\n &[disabled='false'] {\n &:focus {\n @apply outline-hidden;\n }\n\n &:focus-visible {\n @apply ring-focus-line ring-offset-focus-offset z-[1] ring-[var(--color-neutral-focus-indicator)];\n\n &[data-variant='primary'] {\n @apply ring-[var(--color-accent-focus-indicator)];\n }\n\n &:hover {\n @apply outline-hidden;\n\n .dark & {\n @apply outline-hidden;\n }\n }\n }\n }\n }\n\n .dx-focus-ring-none {\n &:focus,\n &:focus-visible {\n @apply outline-hidden! ring-0!;\n }\n }\n\n .dx-focus-ring-always,\n .dx-focus-ring-inset-always {\n &:not([disabled]),\n &[disabled='false'] {\n &:focus {\n @apply outline-hidden;\n }\n\n &:focus {\n @apply ring-focus-line ring-offset-focus-offset z-[1] ring-[var(--color-neutral-focus-indicator)];\n\n &[data-variant='primary'] {\n @apply ring-[var(--color-accent-focus-indicator)];\n }\n\n &:hover {\n @apply outline-hidden;\n\n .dark & {\n @apply outline-hidden;\n }\n }\n }\n }\n }\n\n .dx-focus-ring-group,\n .dx-focus-ring-group-x,\n .dx-focus-ring-group-y,\n .dx-focus-ring-group-always,\n .dx-focus-ring-group-x-always,\n .dx-focus-ring-group-y-always {\n &:not([disabled]),\n &[disabled='false'] {\n &:focus {\n @apply outline-hidden;\n }\n }\n }\n\n .dx-focus-ring-group:focus-visible .dx-focus-ring-group-indicator,\n .dx-focus-ring-group-x:focus-visible .dx-focus-ring-group-x-indicator,\n .dx-focus-ring-group-y:focus-visible .dx-focus-ring-group-y-indicator {\n @apply ring-focus-line ring-offset-focus-offset ring-[var(--color-neutral-focus-indicator)];\n\n &[data-variant='primary'] {\n @apply ring-[var(--color-accent-focus-indicator)];\n }\n\n &:hover {\n @apply outline-hidden;\n\n .dark & {\n @apply outline-hidden;\n }\n }\n }\n\n .dx-focus-ring-group-always:focus .dx-focus-ring-group-indicator,\n .dx-focus-ring-group-x-always:focus .dx-focus-ring-group-x-indicator,\n .dx-focus-ring-group-y-always:focus .dx-focus-ring-group-y-indicator {\n @apply ring-focus-line ring-offset-focus-offset ring-[var(--color-neutral-focus-indicator)];\n\n &[data-variant='primary'] {\n @apply ring-[var(--color-accent-focus-indicator)];\n }\n\n &:hover {\n @apply outline-hidden;\n\n .dark & {\n @apply outline-hidden;\n }\n }\n }\n\n .dx-focus-ring-inset {\n &:not([disabled]),\n &[disabled='false'] {\n &:focus-visible {\n @apply ring-inset;\n }\n }\n }\n\n .dx-focus-ring-inset-always {\n &:not([disabled]),\n &[disabled='false'] {\n &:focus {\n @apply ring-inset;\n }\n }\n }\n\n .dx-focus-ring-inset-over-all,\n .dx-focus-ring-main[data-handles-focus='true'] {\n &:not([disabled]),\n &[disabled='false'] {\n &::after {\n content: '';\n @apply z-20 pointer-events-none;\n }\n\n &:focus {\n @apply outline-hidden;\n }\n\n &:focus-visible {\n &::after {\n @apply ring-focus-line ring-offset-focus-offset ring-inset z-[1] ring-[var(--color-neutral-focus-indicator)];\n }\n\n &[data-variant='primary']::after {\n @apply ring-[var(--color-accent-focus-indicator)];\n }\n\n &:hover {\n @apply outline-hidden;\n\n .dark & {\n @apply outline-hidden;\n }\n }\n }\n }\n }\n\n .dx-focus-ring-inset-over-all-always,\n .dx-focus-ring-main-always[data-handles-focus='true'] {\n &:not([disabled]),\n &[disabled='false'] {\n &::after {\n content: '';\n @apply z-20 pointer-events-none;\n }\n\n &:focus {\n @apply outline-hidden;\n }\n\n &:focus {\n &::after {\n @apply ring-focus-line ring-offset-focus-offset ring-inset z-[1] ring-[var(--color-neutral-focus-indicator)];\n }\n\n &[data-variant='primary']::after {\n @apply ring-[var(--color-accent-focus-indicator)];\n }\n\n &:hover {\n @apply outline-hidden;\n .dark & {\n @apply outline-hidden;\n }\n }\n }\n }\n }\n\n .dx-focus-ring-inset-over-all,\n .dx-focus-ring-inset-over-all-always {\n &:not([disabled]),\n &[disabled='false'] {\n &::after {\n @apply inset-0 absolute;\n }\n }\n }\n\n .dx-focus-ring-main[data-handles-focus='true'] {\n &:not([disabled]),\n &[disabled='false'] {\n &::after {\n position: fixed;\n inset: 0;\n }\n\n @media (width >= theme(--breakpoint-lg)) {\n &[data-sidebar-left-state='expanded']::after {\n inset-inline-start: var(--dx-nav-sidebar-size);\n }\n\n &[data-sidebar-left-state='collapsed']::after {\n inset-inline-start: var(--dx-l0-size);\n }\n\n &[data-sidebar-right-state='expanded']::after {\n inset-inline-end: var(--dx-complementary-sidebar-size);\n }\n\n &[data-sidebar-right-state='collapsed']::after {\n inset-inline-end: var(--dx-r0-size);\n }\n }\n }\n }\n\n .dx-focus-subdued {\n @apply focus:outline-hidden focus-visible:outline-hidden focus:ring-0 ring-0 focus:border-0 border-0;\n }\n\n .dx-focus-static {\n @apply ring-2 ring-offset-0 ring-primary-300 ring-offset-white dark:ring-primary-400 dark:ring-offset-black;\n }\n}\n", "/**\n * Icons\n */\n\n@layer dx-components {\n .dx-icon-inline {\n @apply inline-block align-[-0.125em];\n }\n}\n", "/**\n * Panel \u2014 applies bg-{hue}-surface / text-{hue}-surface-text / border-{hue}-border tokens via data-hue attribute or BEM modifier.\n * Example: <div className='dx-panel' data-hue='blue'>...</div>\n * Example: <div className='dx-panel dx-panel--blue'>...</div>\n */\n\n@layer dx-components {\n .dx-panel[data-hue='neutral'],\n .dx-panel--neutral {\n @apply bg-neutral-surface text-neutral-surface-text border-neutral-border;\n }\n\n .dx-panel[data-hue='red'],\n .dx-panel--red {\n @apply bg-red-surface text-red-surface-text border-red-border;\n }\n\n .dx-panel[data-hue='orange'],\n .dx-panel--orange {\n @apply bg-orange-surface text-orange-surface-text border-orange-border;\n }\n\n .dx-panel[data-hue='amber'],\n .dx-panel--amber {\n @apply bg-amber-surface text-amber-surface-text border-amber-border;\n }\n\n .dx-panel[data-hue='yellow'],\n .dx-panel--yellow {\n @apply bg-yellow-surface text-yellow-surface-text border-yellow-border;\n }\n\n .dx-panel[data-hue='lime'],\n .dx-panel--lime {\n @apply bg-lime-surface text-lime-surface-text border-lime-border;\n }\n\n .dx-panel[data-hue='green'],\n .dx-panel--green {\n @apply bg-green-surface text-green-surface-text border-green-border;\n }\n\n .dx-panel[data-hue='emerald'],\n .dx-panel--emerald {\n @apply bg-emerald-surface text-emerald-surface-text border-emerald-border;\n }\n\n .dx-panel[data-hue='teal'],\n .dx-panel--teal {\n @apply bg-teal-surface text-teal-surface-text border-teal-border;\n }\n\n .dx-panel[data-hue='cyan'],\n .dx-panel--cyan {\n @apply bg-cyan-surface text-cyan-surface-text border-cyan-border;\n }\n\n .dx-panel[data-hue='sky'],\n .dx-panel--sky {\n @apply bg-sky-surface text-sky-surface-text border-sky-border;\n }\n\n .dx-panel[data-hue='blue'],\n .dx-panel--blue {\n @apply bg-blue-surface text-blue-surface-text border-blue-border;\n }\n\n .dx-panel[data-hue='indigo'],\n .dx-panel--indigo {\n @apply bg-indigo-surface text-indigo-surface-text border-indigo-border;\n }\n\n .dx-panel[data-hue='violet'],\n .dx-panel--violet {\n @apply bg-violet-surface text-violet-surface-text border-violet-border;\n }\n\n .dx-panel[data-hue='purple'],\n .dx-panel--purple {\n @apply bg-purple-surface text-purple-surface-text border-purple-border;\n }\n\n .dx-panel[data-hue='fuchsia'],\n .dx-panel--fuchsia {\n @apply bg-fuchsia-surface text-fuchsia-surface-text border-fuchsia-border;\n }\n\n .dx-panel[data-hue='pink'],\n .dx-panel--pink {\n @apply bg-pink-surface text-pink-surface-text border-pink-border;\n }\n\n .dx-panel[data-hue='rose'],\n .dx-panel--rose {\n @apply bg-rose-surface text-rose-surface-text border-rose-border;\n }\n\n .dx-panel[data-hue='info'],\n .dx-panel--info {\n @apply bg-info-surface text-info-surface-text border-info-border;\n }\n\n .dx-panel[data-hue='success'],\n .dx-panel--success {\n @apply bg-success-surface text-success-surface-text border-success-border;\n }\n\n .dx-panel[data-hue='warning'],\n .dx-panel--warning {\n @apply bg-warning-surface text-warning-surface-text border-warning-border;\n }\n\n .dx-panel[data-hue='error'],\n .dx-panel--error {\n @apply bg-error-surface text-error-surface-text border-error-border;\n }\n}\n", "/**\n * Link component styles.\n */\n\n@layer dx-components {\n .dx-link {\n @apply text-accent-text hover:text-accent-text-hover;\n }\n}\n", "/**\n * Scrolling \n * Pseudo-classes are not supported by Tailwind.\n */\n\n@layer dx-components {\n ::-webkit-scrollbar-thumb:hover {\n @apply bg-scrollbar-thumb-hover!;\n }\n ::-webkit-scrollbar-thumb:active {\n @apply bg-scrollbar-thumb-active!;\n }\n\n .dx-scrollbar-thin::-webkit-scrollbar {\n @apply w-[4px];\n }\n .dx-scrollbar-thin::-webkit-scrollbar-thumb {\n @apply bg-transparent;\n transition: background 0.15s;\n }\n .dx-scrollbar-thin:hover::-webkit-scrollbar-thumb {\n @apply bg-scrollbar-thumb;\n }\n}\n", "/**\n * Selected / Highlighted state utilities\n */\n\n@layer dx-components {\n .dx-hover {\n @apply cursor-pointer hover:bg-highlight-surface! hover:text-highlight-surface-text!;\n }\n\n /** TODO(burdon): Disambiguate from dx-hover */\n .dx-highlighted {\n @apply data-[highlighted]:bg-highlight-surface\n data-[highlighted]:text-highlight-surface-text\n hover:data-[highlighted]:bg-highlight-surface-hover;\n }\n\n /** TODO(burdon): Only show active if container has attention. */\n .dx-current {\n @apply dx-ring-pseudo\n aria-[current=true]:bg-highlight-surface aria-[current=true]:text-highlight-surface-text\n aria-[current=true]:after:ring-active-separator!;\n }\n\n .dx-selected {\n @apply aria-selected:bg-selected-surface\n aria-selected:text-selected-surface-text hover:aria-selected:text-selected-surface-text\n aria-selected:font-semibold aria-selected:tracking-normal\n transition-[color,font-variation-settings,letter-spacing];\n }\n}\n", "/**\n * Surfaces\n */\n\n@layer dx-components {\n .dx-base-surface {\n @apply bg-base-surface text-base-surface-text;\n --surface-bg: var(--color-base-surface);\n }\n\n .dx-sidebar-surface {\n @apply bg-sidebar-surface text-base-surface-text;\n --surface-bg: var(--color-sidebar-surface);\n }\n\n .dx-modal-surface {\n @apply bg-modal-surface text-base-surface-text backdrop-blur-md;\n --surface-bg: var(--color-modal-surface);\n }\n\n .dx-attention-surface {\n @apply bg-attention-surface text-base-surface-text;\n --surface-bg: var(--color-attention-surface);\n }\n}\n\n/* TODO(burdon): Resolve. */\n/* @layer dx-tokens {\n .dx-sidebar-surface, .dx-modal-surface {\n --color-hover-surface: light-dark(var(--color-neutral-300), var(--color-neutral-700));\n --color-input-surface: light-dark(var(--color-neutral-200), var(--color-neutral-800));\n --color-separator: light-dark(var(--color-neutral-300), var(--color-neutral-700));\n }\n} */\n", "/**\n * Tag\n */\n\n@layer dx-components {\n .dx-tag {\n @apply inline-block text-xs font-semibold m-0.5 px-1 rounded-sm cursor-default truncate;\n padding-block: var(--spacing-tag-padding-block);\n user-select: none;\n }\n\n .dx-tag--anchor {\n /* NOTE: Margin offsets padding so that border is flush with text. This should only apply to anchor tags inside of Codemirror. */\n @apply inline cursor-pointer -mx-[4px] px-[3px] py-0.5 border border-separator rounded-xs bg-group-surface transition-colors;\n\n &:hover {\n @apply bg-hover-surface;\n }\n }\n\n .dx-tag[data-hue='neutral'],\n .dx-tag--neutral {\n @apply bg-neutral-surface text-neutral-surface-text;\n }\n\n .dx-tag[data-hue='red'],\n .dx-tag--red {\n @apply bg-red-surface text-red-surface-text;\n }\n\n .dx-tag[data-hue='orange'],\n .dx-tag--orange {\n @apply bg-orange-surface text-orange-surface-text;\n }\n\n .dx-tag[data-hue='amber'],\n .dx-tag--amber {\n @apply bg-amber-surface text-amber-surface-text;\n }\n\n .dx-tag[data-hue='yellow'],\n .dx-tag--yellow {\n @apply bg-yellow-surface text-yellow-surface-text;\n }\n\n .dx-tag[data-hue='lime'],\n .dx-tag--lime {\n @apply bg-lime-surface text-lime-surface-text;\n }\n\n .dx-tag[data-hue='green'],\n .dx-tag--green {\n @apply bg-green-surface text-green-surface-text;\n }\n\n .dx-tag[data-hue='emerald'],\n .dx-tag--emerald {\n @apply bg-emerald-surface text-emerald-surface-text;\n }\n\n .dx-tag[data-hue='teal'],\n .dx-tag--teal {\n @apply bg-teal-surface text-teal-surface-text;\n }\n\n .dx-tag[data-hue='cyan'],\n .dx-tag--cyan {\n @apply bg-cyan-surface text-cyan-surface-text;\n }\n\n .dx-tag[data-hue='sky'],\n .dx-tag--sky {\n @apply bg-sky-surface text-sky-surface-text;\n }\n\n .dx-tag[data-hue='blue'],\n .dx-tag--blue {\n @apply bg-blue-surface text-blue-surface-text;\n }\n\n .dx-tag[data-hue='indigo'],\n .dx-tag--indigo {\n @apply bg-indigo-surface text-indigo-surface-text;\n }\n\n .dx-tag[data-hue='violet'],\n .dx-tag--violet {\n @apply bg-violet-surface text-violet-surface-text;\n }\n\n .dx-tag[data-hue='purple'],\n .dx-tag--purple {\n @apply bg-purple-surface text-purple-surface-text;\n }\n\n .dx-tag[data-hue='fuchsia'],\n .dx-tag--fuchsia {\n @apply bg-fuchsia-surface text-fuchsia-surface-text;\n }\n\n .dx-tag[data-hue='pink'],\n .dx-tag--pink {\n @apply bg-pink-surface text-pink-surface-text;\n }\n\n .dx-tag[data-hue='rose'],\n .dx-tag--rose {\n @apply bg-rose-surface text-rose-surface-text;\n }\n\n .dx-tag[data-hue='info'],\n .dx-tag--info {\n @apply bg-cyan-surface text-cyan-surface-text;\n }\n\n .dx-tag[data-hue='success'],\n .dx-tag--success {\n @apply bg-emerald-surface text-emerald-surface-text;\n }\n\n .dx-tag[data-hue='warning'],\n .dx-tag--warning {\n @apply bg-amber-surface text-amber-surface-text;\n }\n\n .dx-tag[data-hue='error'],\n .dx-tag--error {\n @apply bg-rose-surface text-rose-surface-text;\n }\n}\n", "/**\n * Text\n * Example: <span className='dx-text' data-hue={getHashHue(object.id)}>\n */\n\n@layer dx-components {\n /*\n * System\n */\n\n .dx-text[data-hue='info'],\n .dx-text--info {\n @apply text-cyan-text;\n }\n\n .dx-text[data-hue='success'],\n .dx-text--success {\n @apply text-emerald-text;\n }\n\n .dx-text[data-hue='warning'],\n .dx-text--warning {\n @apply text-amber-text;\n }\n\n .dx-text[data-hue='error'],\n .dx-text--error {\n @apply text-rose-text;\n }\n\n /*\n * Colors\n */\n\n .dx-text[data-hue='neutral'],\n .dx-text--neutral {\n @apply text-neutral-text;\n }\n\n .dx-text[data-hue='red'],\n .dx-text--red {\n @apply text-red-text;\n }\n\n .dx-text[data-hue='orange'],\n .dx-text--orange {\n @apply text-orange-text;\n }\n\n .dx-text[data-hue='amber'],\n .dx-text--amber {\n @apply text-amber-text;\n }\n\n .dx-text[data-hue='yellow'],\n .dx-text--yellow {\n @apply text-yellow-text;\n }\n\n .dx-text[data-hue='lime'],\n .dx-text--lime {\n @apply text-lime-text;\n }\n\n .dx-text[data-hue='green'],\n .dx-text--green {\n @apply text-green-text;\n }\n\n .dx-text[data-hue='emerald'],\n .dx-text--emerald {\n @apply text-emerald-text;\n }\n\n .dx-text[data-hue='teal'],\n .dx-text--teal {\n @apply text-teal-text;\n }\n\n .dx-text[data-hue='cyan'],\n .dx-text--cyan {\n @apply text-cyan-text;\n }\n\n .dx-text[data-hue='sky'],\n .dx-text--sky {\n @apply text-sky-text;\n }\n\n .dx-text[data-hue='blue'],\n .dx-text--blue {\n @apply text-blue-text;\n }\n\n .dx-text[data-hue='indigo'],\n .dx-text--indigo {\n @apply text-indigo-text;\n }\n\n .dx-text[data-hue='violet'],\n .dx-text--violet {\n @apply text-violet-text;\n }\n\n .dx-text[data-hue='purple'],\n .dx-text--purple {\n @apply text-purple-text;\n }\n\n .dx-text[data-hue='fuchsia'],\n .dx-text--fuchsia {\n @apply text-fuchsia-text;\n }\n\n .dx-text[data-hue='pink'],\n .dx-text--pink {\n @apply text-pink-text;\n }\n\n .dx-text[data-hue='rose'],\n .dx-text--rose {\n @apply text-rose-text;\n }\n}\n", "/**\n * Main\n */\n\n@layer dx-components {\n /**\n * Main Web app.\n */\n .dx-main-bounce-layout {\n @apply fixed overflow-auto overscroll-auto;\n transition-duration: 200ms;\n transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1);\n transition-property: padding-inline-start, padding-inline-end, scroll-padding-start, scroll-padding-end;\n inset-inline-start: 0;\n inset-inline-end: 0;\n inset-block-start: 0;\n inset-block-end: 0;\n z-index: 0;\n }\n\n /** TODO(burdon): Reconcile with dx-main-bounce-layout */\n .dx-main-content-padding-transitions {\n transition-duration: 200ms;\n transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1);\n transition-property: padding-inline-start, padding-inline-end, scroll-padding-start, scroll-padding-end;\n }\n\n /**\n *\n */\n .dx-main-intrinsic-size {\n inline-size: calc(100dvw - 2 * var(--main-spacing));\n transition-property: inline-size;\n transition-duration: 200ms;\n transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1);\n\n @media (width >= theme(--breakpoint-lg)) {\n &[data-sidebar-left-state='closed'][data-sidebar-right-state='closed'] {\n inline-size: calc(100dvw - 2 * var(--main-spacing));\n }\n &[data-sidebar-left-state='collapsed'][data-sidebar-right-state='closed'] {\n inline-size: calc(100dvw - var(--dx-l0-size) - 2 * var(--main-spacing));\n }\n &[data-sidebar-left-state='expanded'][data-sidebar-right-state='closed'] {\n inline-size: calc(100dvw - var(--dx-nav-sidebar-size) - 2 * var(--main-spacing));\n }\n\n &[data-sidebar-left-state='closed'][data-sidebar-right-state='collapsed'] {\n inline-size: calc(100dvw - var(--dx-r0-size) - 2 * var(--main-spacing));\n }\n &[data-sidebar-left-state='collapsed'][data-sidebar-right-state='collapsed'] {\n inline-size: calc(100dvw - var(--dx-l0-size) - var(--dx-r0-size) - 2 * var(--main-spacing));\n }\n &[data-sidebar-left-state='expanded'][data-sidebar-right-state='collapsed'] {\n inline-size: calc(100dvw - var(--dx-nav-sidebar-size) - var(--dx-r0-size) - 2 * var(--main-spacing));\n }\n\n &[data-sidebar-left-state='closed'][data-sidebar-right-state='expanded'] {\n inline-size: calc(100dvw - var(--dx-complementary-sidebar-size) - 2 * var(--main-spacing));\n }\n &[data-sidebar-left-state='collapsed'][data-sidebar-right-state='expanded'] {\n inline-size: calc(100dvw - var(--dx-l0-size) - var(--dx-complementary-sidebar-size) - 2 * var(--main-spacing));\n }\n &[data-sidebar-left-state='expanded'][data-sidebar-right-state='expanded'] {\n inline-size: calc(\n 100dvw - var(--dx-nav-sidebar-size) - var(--dx-complementary-sidebar-size) - 2 * var(--main-spacing)\n );\n }\n }\n }\n}\n\n@layer dx-components {\n .dx-main-sidebar {\n @apply fixed overscroll-contain overflow-x-hidden overflow-y-auto;\n transition-duration: 200ms;\n transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1);\n @apply border-primary-separator rounded-md;\n @apply backdrop-blur-md;\n .dark & {\n @apply backdrop-blur-lg;\n }\n background-color: var(--color-sidebar-surface);\n --surface-bg: var(--color-sidebar-surface);\n\n transition-property: inset-inline-start, inset-inline-end, inline-size;\n inset-block-start: max(0.5rem, env(safe-area-inset-top));\n inset-block-end: max(0.5rem, env(safe-area-inset-bottom));\n inline-size: calc(100dvw - 3rem);\n z-index: 7;\n\n @media (width >= theme(--breakpoint-lg)) {\n @apply top-0 bottom-0 rounded-none border-y-0;\n }\n\n &[data-resizing='false'] {\n @apply duration-200;\n }\n\n &[data-side='is'] {\n @apply -start-[100vw] border-e;\n border-inline-end-width: var(--border-width-landmark-line) !important;\n border-inline-end-style: solid;\n z-index: 8;\n\n &[data-state='expanded'] {\n inset-inline-start: max(0.5rem, env(safe-area-inset-left));\n @media (width >= theme(--breakpoint-lg)) {\n @apply start-0;\n }\n }\n\n @media (width >= theme(--breakpoint-sm)) {\n @apply w-(--dx-nav-sidebar-size);\n }\n\n @media (width >= theme(--breakpoint-lg)) {\n border-inline-start-width: 0;\n border-inline-end-width: 0;\n\n &[data-state='collapsed'] {\n @apply w-(--dx-l0-size) start-0;\n }\n &[data-state='expanded'] {\n @apply w-(--dx-nav-sidebar-size);\n }\n }\n }\n\n &[data-side='ie'] {\n @apply -end-[100vw] border-s;\n border-inline-start-width: var(--border-width-landmark-line);\n border-inline-start-style: solid;\n\n &[data-state='expanded'] {\n inset-inline-end: max(0.5rem, env(safe-area-inset-right));\n @media (width >= theme(--breakpoint-lg)) {\n @apply end-0;\n }\n }\n\n @media (width >= theme(--breakpoint-sm)) {\n @apply w-(--dx-complementary-sidebar-size);\n }\n\n @media (width >= theme(--breakpoint-lg)) {\n border-inline-end-width: 0;\n\n &[data-state='collapsed'] {\n @apply w-(--dx-r0-size) end-0;\n }\n &[data-state='expanded'] {\n @apply w-(--dx-complementary-sidebar-size);\n }\n }\n }\n }\n\n .dx-main-overlay {\n @apply fixed inset-0 bg-scrim-surface;\n transition-property: opacity;\n transition-duration: 200ms;\n transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1);\n @apply opacity-0 hidden;\n z-index: 6;\n\n &[data-state='open'] {\n @apply opacity-100 block;\n\n @media (width >= theme(--breakpoint-lg)) {\n @apply opacity-100 hidden;\n }\n }\n }\n\n /**\n * Main content padding.\n */\n .dx-main-content-padding {\n padding-inline-start: 0;\n scroll-padding-inline-start: 0;\n padding-inline-end: 0;\n scroll-padding-inline-end: 0;\n\n @media (width >= theme(--breakpoint-lg)) {\n &[data-sidebar-left-state='collapsed'] {\n padding-inline-start: var(--dx-l0-size);\n scroll-padding-inline-start: var(--dx-l0-size);\n }\n &[data-sidebar-left-state='expanded'] {\n padding-inline-start: var(--dx-nav-sidebar-size);\n scroll-padding-inline-start: var(--dx-nav-sidebar-size);\n }\n\n &[data-sidebar-right-state='collapsed'] {\n padding-inline-end: var(--dx-r0-size);\n scroll-padding-inline-end: var(--dx-r0-size);\n }\n &[data-sidebar-right-state='expanded'] {\n padding-inline-end: var(--dx-complementary-sidebar-size);\n scroll-padding-inline-end: var(--dx-complementary-sidebar-size);\n }\n }\n }\n}\n", "/**\n * Native app\n */\n\n@layer dx-components {\n /**\n * Native app drag regions.\n * For Tauri apps, the data-tauri-drag-region attribute is applied\n * automatically by plugin-native (Tauri doesn't support -webkit-app-region).\n * The CSS properties below are for Electron/PWA compatibility.\n */\n .dx-app-drag {\n -webkit-user-select: none;\n -webkit-app-region: drag;\n --app-region: drag;\n }\n\n .dx-app-no-drag {\n -webkit-app-region: no-drag;\n --app-region: no-drag;\n }\n}\n", "/**\n * Positioning\n */\n\n@layer dx-components {\n .dx-contain-layout {\n contain: layout;\n }\n\n .dx-sticky-top-0 {\n --sticky-top: 0;\n }\n .dx-sticky-top-from-topbar-bottom {\n --sticky-top: var(--dx-topbar-size);\n }\n .dx-sticky-bottom-from-statusbar-bottom {\n --sticky-bottom: var(--dx-statusbar-size);\n }\n}\n", "/**\n * Sizes\n */\n\n@layer dx-components {\n /** \n * Registers the element as a size query container. \n * Children can use @container queries to apply styles based on the container's dimensions (both width and height).\n * Also enables children to use cqi units (e.g., max-w-[100cqi])\n */\n .dx-size-container {\n container-type: size;\n }\n\n /**\n * Document width.\n */\n .dx-document {\n @apply mx-auto w-full max-w-document-max-width;\n }\n\n /**\n * Card\n */\n\n .dx-card {\n @apply flex flex-col w-full;\n }\n\n .dx-card-square {\n inline-size: min(\n min(var(--radix-popper-available-width), var(--spacing-card-max-width)),\n min(var(--radix-popper-available-height), 100dvh)\n );\n block-size: min(\n min(var(--radix-popper-available-width), var(--spacing-card-max-width)),\n min(var(--radix-popper-available-height), 100dvh)\n );\n }\n\n .dx-card-default-width {\n @apply w-card-default-width;\n }\n\n .dx-card-min-width {\n @apply min-w-card-min-width;\n }\n\n .dx-card-max-width {\n @apply w-full max-w-card-max-width;\n }\n\n .dx-card-popover {\n @apply inline-card-max-width bg-card-surface;\n max-width: min(var(--radix-popper-available-width), var(--spacing-card-max-width));\n max-height: min(var(--radix-popper-available-height), var(--spacing-card-max-height));\n }\n}\n\n@layer dx-components {\n /* Block size */\n [data-size='0'],\n [data-block-size='0'] {\n @apply h-0;\n }\n\n [data-size='px'],\n [data-block-size='px'] {\n @apply h-px;\n }\n\n [data-size='0.5'],\n [data-block-size='0.5'] {\n @apply h-0.5;\n }\n\n [data-size='1'],\n [data-block-size='1'] {\n @apply h-1;\n }\n\n [data-size='1.5'],\n [data-block-size='1.5'] {\n @apply h-1.5;\n }\n\n [data-size='2'],\n [data-block-size='2'] {\n @apply h-2;\n }\n\n [data-size='2.5'],\n [data-block-size='2.5'] {\n @apply h-2.5;\n }\n\n [data-size='3'],\n [data-block-size='3'] {\n @apply h-3;\n }\n\n [data-size='3.5'],\n [data-block-size='3.5'] {\n @apply h-3.5;\n }\n\n [data-size='4'],\n [data-block-size='4'] {\n @apply h-4;\n }\n\n [data-size='5'],\n [data-block-size='5'] {\n @apply h-5;\n }\n\n [data-size='6'],\n [data-block-size='6'] {\n @apply h-6;\n }\n\n [data-size='7'],\n [data-block-size='7'] {\n @apply h-7;\n }\n\n [data-size='8'],\n [data-block-size='8'] {\n @apply h-8;\n }\n\n [data-size='9'],\n [data-block-size='9'] {\n @apply h-9;\n }\n\n [data-size='10'],\n [data-block-size='10'] {\n @apply h-10;\n }\n\n [data-size='11'],\n [data-block-size='11'] {\n @apply h-11;\n }\n\n [data-size='12'],\n [data-block-size='12'] {\n @apply h-12;\n }\n\n [data-size='14'],\n [data-block-size='14'] {\n @apply h-14;\n }\n\n [data-size='16'],\n [data-block-size='16'] {\n @apply h-16;\n }\n\n [data-size='20'],\n [data-block-size='20'] {\n @apply h-20;\n }\n\n [data-size='24'],\n [data-block-size='24'] {\n @apply h-24;\n }\n\n [data-size='28'],\n [data-block-size='28'] {\n @apply h-28;\n }\n\n [data-size='32'],\n [data-block-size='32'] {\n @apply h-32;\n }\n\n [data-size='36'],\n [data-block-size='36'] {\n @apply h-36;\n }\n\n [data-size='40'],\n [data-block-size='40'] {\n @apply h-40;\n }\n\n [data-size='44'],\n [data-block-size='44'] {\n @apply h-44;\n }\n\n [data-size='48'],\n [data-block-size='48'] {\n @apply h-48;\n }\n\n [data-size='52'],\n [data-block-size='52'] {\n @apply h-52;\n }\n\n [data-size='56'],\n [data-block-size='56'] {\n @apply h-56;\n }\n\n [data-size='60'],\n [data-block-size='60'] {\n @apply h-60;\n }\n\n [data-size='64'],\n [data-block-size='64'] {\n @apply h-64;\n }\n\n [data-size='72'],\n [data-block-size='72'] {\n @apply h-72;\n }\n\n [data-size='80'],\n [data-block-size='80'] {\n @apply h-80;\n }\n\n [data-size='96'],\n [data-block-size='96'] {\n @apply h-96;\n }\n\n /* Inline size */\n [data-size='0'],\n [data-inline-size='0'] {\n @apply w-0;\n }\n\n [data-size='px'],\n [data-inline-size='px'] {\n @apply w-px;\n }\n\n [data-size='0.5'],\n [data-inline-size='0.5'] {\n @apply w-0.5;\n }\n\n [data-size='1'],\n [data-inline-size='1'] {\n @apply w-1;\n }\n\n [data-size='1.5'],\n [data-inline-size='1.5'] {\n @apply w-1.5;\n }\n\n [data-size='2'],\n [data-inline-size='2'] {\n @apply w-2;\n }\n\n [data-size='2.5'],\n [data-inline-size='2.5'] {\n @apply w-2.5;\n }\n\n [data-size='3'],\n [data-inline-size='3'] {\n @apply w-3;\n }\n\n [data-size='3.5'],\n [data-inline-size='3.5'] {\n @apply w-3.5;\n }\n\n [data-size='4'],\n [data-inline-size='4'] {\n @apply w-4;\n }\n\n [data-size='5'],\n [data-inline-size='5'] {\n @apply w-5;\n }\n\n [data-size='6'],\n [data-inline-size='6'] {\n @apply w-6;\n }\n\n [data-size='7'],\n [data-inline-size='7'] {\n @apply w-7;\n }\n\n [data-size='8'],\n [data-inline-size='8'] {\n @apply w-8;\n }\n\n [data-size='9'],\n [data-inline-size='9'] {\n @apply w-9;\n }\n\n [data-size='10'],\n [data-inline-size='10'] {\n @apply w-10;\n }\n\n [data-size='11'],\n [data-inline-size='11'] {\n @apply w-11;\n }\n\n [data-size='12'],\n [data-inline-size='12'] {\n @apply w-12;\n }\n\n [data-size='14'],\n [data-inline-size='14'] {\n @apply w-14;\n }\n\n [data-size='16'],\n [data-inline-size='16'] {\n @apply w-16;\n }\n\n [data-size='20'],\n [data-inline-size='20'] {\n @apply w-20;\n }\n\n [data-size='24'],\n [data-inline-size='24'] {\n @apply w-24;\n }\n\n [data-size='28'],\n [data-inline-size='28'] {\n @apply w-28;\n }\n\n [data-size='32'],\n [data-inline-size='32'] {\n @apply w-32;\n }\n\n [data-size='36'],\n [data-inline-size='36'] {\n @apply w-36;\n }\n\n [data-size='40'],\n [data-inline-size='40'] {\n @apply w-40;\n }\n\n [data-size='44'],\n [data-inline-size='44'] {\n @apply w-44;\n }\n\n [data-size='48'],\n [data-inline-size='48'] {\n @apply w-48;\n }\n\n [data-size='52'],\n [data-inline-size='52'] {\n @apply w-52;\n }\n\n [data-size='56'],\n [data-inline-size='56'] {\n @apply w-56;\n }\n\n [data-size='60'],\n [data-inline-size='60'] {\n @apply w-60;\n }\n\n [data-size='64'],\n [data-inline-size='64'] {\n @apply w-64;\n }\n\n [data-size='72'],\n [data-inline-size='72'] {\n @apply w-72;\n }\n\n [data-size='80'],\n [data-inline-size='80'] {\n @apply w-80;\n }\n\n [data-size='96'],\n [data-inline-size='96'] {\n @apply w-96;\n }\n}\n", "/**\n * Tailwind utility classes.\n */\n\n/**\n * Layout rules for flex-based scroll containment:\n * `flex flex-col`\n * On a container: makes it a flex column so children stack and can use `flex-1`.\n * `flex-1`\n * On a child: grows to fill the flex parent. Requires the parent to be `flex`.\n * `min-h-0` (alongside `flex-1`):\n * Overrides default flex children: `min-height:auto` (sized to content), which prevents shrinking.\n * Allows element to shrink and trigger overflow/scrolling.\n * Always pair with `flex-1` when scroll is needed.\n * `h-full`:\n * Fills 100% of the parent's *computed* height.\n * Use when the parent has a definite height but is not a flex container (e.g. `overflow:hidden` wrapper).\n * Unlike `flex-1`, does not require the parent to be flex.\n *\n * Pattern for a scrollable region inside a flex ancestor:\n * ancestor \u2192 `flex flex-col` (or `flex flex-row`)\n * scroll root \u2192 `flex-1 min-h-0` (fills ancestor, can shrink)\n * scroll viewport \u2192 `h-full overflow-y-scroll` (fills root, scrolls)\n */\n\n/**\n * Fills the available space.\n */\n@utility dx-expander {\n @apply flex-1 min-h-0 min-w-0 h-full w-full;\n}\n\n/**\n * Container that fills the available space (extends dx-expander with overflow clipping).\n */\n@utility dx-container {\n @apply dx-expander overflow-hidden;\n}\n\n/**\n * Column that fills the available space (extends dx-expander with overflow clipping).\n */\n@utility dx-column {\n @apply flex-1 min-w-0 w-full;\n}\n\n/**\n * Fullscreen\n */\n@utility dx-fullscreen {\n @apply absolute inset-0;\n}\n\n/**\n * Visual warning to indicate incorrect usage of `slottable`.\n */\n@utility dx-slot-warning {\n @apply border border-rose-500 border-dashed;\n}\n\n/**\n * Pseudo-element overlay for ring indicators (focus, current, etc.).\n *\n * A standard CSS `box-shadow` ring is painted behind child content, so children with\n * opaque backgrounds (e.g., cards, avatars) obscure it. By painting the ring on an\n * absolutely-positioned `::after` pseudo-element that sits above the element's children\n * in stacking order, the ring is always visible regardless of child backgrounds.\n *\n * The pseudo-element inherits `border-radius` from its parent and is `pointer-events-none`\n * so it doesn't interfere with interactions. The ring starts transparent; consumers\n * activate it conditionally (e.g., `focus:after:ring-*`, `aria-[current=true]:after:ring-*`).\n */\n@utility dx-ring-pseudo {\n @apply relative after:content-[\"\"] after:absolute after:inset-0 after:rounded-[inherit]\n after:pointer-events-none after:ring after:ring-inset after:ring-transparent;\n}\n", "/**\n * CodeMirror\n * Uses @theme (not @layer) so Tailwind generates text-cm-* / bg-cm-* utility classes\n * consumed by ui-editor. Compare: tldraw.css uses @layer to map tokens onto tldraw's\n * own variables without generating utilities.\n * TODO(burdon): This could move into the ui-editor package (similar to graph.css).\n */\n\n/** TODO(burdon): Move to ui-editor */\n@theme {\n --color-cm-codeblock: oklch(from var(--color-neutral-500) l c h / 0.1);\n --color-cm-active-line: light-dark(\n oklch(from var(--color-neutral-200) l c h / 0.5),\n oklch(from var(--color-neutral-800) l c h / 0.5)\n );\n --color-cm-separator: var(--color-blue-500);\n --color-cm-cursor: light-dark(var(--color-neutral-900), var(--color-neutral-100));\n --color-cm-selection: light-dark(\n oklch(from var(--color-blue-400) l c h / 0.5),\n oklch(from var(--color-blue-600) l c h / 0.5)\n );\n --color-cm-focused-selection: light-dark(var(--color-blue-400), var(--color-blue-600));\n --color-cm-highlight: light-dark(var(--color-neutral-950), var(--color-neutral-50));\n --color-cm-highlight-surface: light-dark(var(--color-sky-200), var(--color-cyan-800));\n --color-cm-comment-text: light-dark(var(--color-neutral-50), var(--color-neutral-950));\n --color-cm-comment-surface: light-dark(var(--color-amber-800), var(--color-amber-200));\n\n /* Markdown syntax highlighting */\n --color-cm-code: light-dark(var(--color-stone-600), var(--color-stone-400));\n --color-cm-code-inline: light-dark(var(--color-green-500), var(--color-green-500));\n --color-cm-code-mark: var(--color-blue-500);\n --color-cm-heading: light-dark(var(--color-blue-700), var(--color-blue-300));\n --color-cm-heading-number: light-dark(var(--color-blue-600), var(--color-blue-400));\n}\n", "/**\n * Tldraw\n */\n\n/** TODO(burdon): Move to tldraw */\n.tl-background {\n --color-background: var(--color-base-surface);\n}\n.tl-container.tl-theme__light,\n.tl-container.tl-theme__dark {\n --color-selected: var(--color-accent-surface);\n --color-panel: var(--color-modal-surface);\n --color-panel-contrast: var(--color-separator);\n}\n", "/**\n * Main theme.\n */\n\n/**\n * Establish CSS cascade layer order before Tailwind sets its own.\n * First mention of a layer name wins its position in the order.\n *\n * NOTE: `utilities` must be last so it overrides all base and component layers.\n * NOTE: This must be in sync with the `transformIndexHtml` function in `packages/ui/ui-theme/src/plugins/plugin.ts`.\n */\n@layer properties, theme, dx-tokens, user-tokens, base, tw-base, dx-base, components, tw-components, dx-components, utilities;\n\n@import 'tailwindcss';\n\n/* @theme extensions */\n@import './css/theme/animation.css';\n@import './css/theme/border.css';\n@import './css/theme/palette.css';\n@import './css/theme/semantic.css';\n@import './css/theme/spacing.css';\n@import './css/theme/styles.css';\n@import './css/theme/text.css';\n\n/* @layer dx-base, dx-tokens */\n@import './css/base/base.css';\n@import './css/base/typography.css';\n\n/* @layer dx-components (components) */\n@import './css/components/button.css';\n@import './css/components/checkbox.css';\n@import './css/components/dialog.css';\n@import './css/components/focus.css';\n@import './css/components/icon.css';\n@import './css/components/panel.css';\n@import './css/components/link.css';\n@import './css/components/scrollbar.css';\n@import './css/components/selected.css';\n@import './css/components/surface.css';\n@import './css/components/tag.css';\n@import './css/components/text.css';\n\n/* @layer dx-components (layout) */\n@import './css/layout/main.css';\n@import './css/layout/native.css';\n@import './css/layout/positioning.css';\n@import './css/layout/size.css';\n\n/* @layer dx-utilities */\n@import './css/utilities.css';\n\n/* Third-party integrations */\n@import './css/integrations/codemirror.css';\n@import './css/integrations/tldraw.css';\n\n/**\n * Force-emit CSS variables for the full color palette for all: \n * --color-{hue}-{shade}\n * --color-{hue}-{style}\n */\n@source inline(\"bg-{neutral,red,orange,amber,yellow,lime,green,emerald,teal,cyan,sky,blue,indigo,violet,purple,fuchsia,pink,rose}-{50,100,200,300,400,500,600,700,800,900,950}\");\n@source inline(\"bg-{neutral,red,orange,amber,yellow,lime,green,emerald,teal,cyan,sky,blue,indigo,violet,purple,fuchsia,pink,rose}-{fill,surface,surface-text,text,border}\");\n@source inline(\"border-{neutral,red,orange,amber,yellow,lime,green,emerald,teal,cyan,sky,blue,indigo,violet,purple,fuchsia,pink,rose}-border\");\n@source inline(\"bg-{info,success,warning,error}-{fill,surface,surface-text,text,border}\");\n@source inline(\"border-{info,success,warning,error}-border\");\n\n/**\n * Plugins must come after all imports.\n */\n@plugin '@tailwindcss/forms';\n@plugin 'tailwind-scrollbar';\n@plugin 'tailwindcss-radix';\n\n/**\n * Class-based dark mode.\n * The `.dark` class on an ancestor toggles `dark:` utilities.\n */\n@variant dark (&:where(.dark, .dark *));\n\n/** Mobile */\n@custom-variant pointer-coarse (@media (pointer: coarse));\n/** Web */\n@custom-variant pointer-fine (@media (pointer: fine));\n/** Supports mouse/trackpad (Web) */\n@custom-variant hover-hover (@media (hover: hover));\n/** Active navigation */\n@custom-variant is-current (&[aria-current]:not([aria-current=\"false\"]));\n"],
|
|
5
|
+
"mappings": "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",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"inputs":{"src/config/tokens/physical-colors.ts":{"bytes":12623,"imports":[],"format":"esm"},"src/config/tokens/sememes-hue.ts":{"bytes":6263,"imports":[{"path":"src/config/tokens/physical-colors.ts","kind":"import-statement","original":"./physical-colors"}],"format":"esm"},"src/config/tokens/sememes-sheet.ts":{"bytes":6787,"imports":[],"format":"esm"},"src/config/tokens/sememes-system.ts":{"bytes":27652,"imports":[],"format":"esm"},"src/config/tokens/alias-colors.ts":{"bytes":4192,"imports":[{"path":"src/config/tokens/sememes-hue.ts","kind":"import-statement","original":"./sememes-hue"},{"path":"src/config/tokens/sememes-sheet.ts","kind":"import-statement","original":"./sememes-sheet"},{"path":"src/config/tokens/sememes-system.ts","kind":"import-statement","original":"./sememes-system"}],"format":"esm"},"src/config/tokens/sizes.ts":{"bytes":1065,"imports":[],"format":"esm"},"src/config/tokens/lengths.ts":{"bytes":12611,"imports":[{"path":"src/config/tokens/sizes.ts","kind":"import-statement","original":"./sizes"}],"format":"esm"},"src/config/tokens/sememes-calls.ts":{"bytes":1537,"imports":[],"format":"esm"},"src/config/tokens/sememes-codemirror.ts":{"bytes":5062,"imports":[],"format":"esm"},"src/config/tokens/semantic-colors.ts":{"bytes":2635,"imports":[{"path":"src/config/tokens/sememes-calls.ts","kind":"import-statement","original":"./sememes-calls"},{"path":"src/config/tokens/sememes-codemirror.ts","kind":"import-statement","original":"./sememes-codemirror"},{"path":"src/config/tokens/sememes-hue.ts","kind":"import-statement","original":"./sememes-hue"},{"path":"src/config/tokens/sememes-sheet.ts","kind":"import-statement","original":"./sememes-sheet"},{"path":"src/config/tokens/sememes-system.ts","kind":"import-statement","original":"./sememes-system"}],"format":"esm"},"src/config/tokens/index.ts":{"bytes":8347,"imports":[{"path":"@ch-ui/tailwind-tokens","kind":"import-statement","external":true},{"path":"src/config/tokens/alias-colors.ts","kind":"import-statement","original":"./alias-colors"},{"path":"src/config/tokens/lengths.ts","kind":"import-statement","original":"./lengths"},{"path":"src/config/tokens/physical-colors.ts","kind":"import-statement","original":"./physical-colors"},{"path":"src/config/tokens/semantic-colors.ts","kind":"import-statement","original":"./semantic-colors"},{"path":"src/config/tokens/sememes-system.ts","kind":"import-statement","original":"./sememes-system"},{"path":"src/config/tokens/sizes.ts","kind":"import-statement","original":"./sizes"}],"format":"esm"},"src/config/tailwind.ts":{"bytes":32244,"imports":[{"path":"@tailwindcss/container-queries","kind":"import-statement","external":true},{"path":"@tailwindcss/forms","kind":"import-statement","external":true},{"path":"lodash.merge","kind":"import-statement","external":true},{"path":"tailwind-scrollbar","kind":"import-statement","external":true},{"path":"tailwindcss/stubs/config.full.js","kind":"import-statement","external":true},{"path":"tailwindcss-logical","kind":"import-statement","external":true},{"path":"tailwindcss-radix","kind":"import-statement","external":true},{"path":"src/config/tokens/index.ts","kind":"import-statement","original":"./tokens"}],"format":"esm"},"src/config/index.ts":{"bytes":540,"imports":[{"path":"src/config/tailwind.ts","kind":"import-statement","original":"./tailwind"},{"path":"src/config/tokens/index.ts","kind":"import-statement","original":"./tokens"}],"format":"esm"},"src/plugins/resolveContent.ts":{"bytes":6164,"imports":[{"path":"node:util","kind":"import-statement","external":true},{"path":"glob","kind":"import-statement","external":true}],"format":"esm"},"src/plugins/esbuild-plugin.ts":{"bytes":8467,"imports":[{"path":"node:fs/promises","kind":"import-statement","external":true},{"path":"node:path","kind":"import-statement","external":true},{"path":"autoprefixer","kind":"import-statement","external":true},{"path":"esbuild-style-plugin","kind":"import-statement","external":true},{"path":"tailwindcss","kind":"import-statement","external":true},{"path":"src/config/index.ts","kind":"import-statement","original":"../config"},{"path":"src/plugins/resolveContent.ts","kind":"import-statement","original":"./resolveContent"}],"format":"esm"},"src/plugins/plugin.ts":{"bytes":13024,"imports":[{"path":"node:fs/promises","kind":"import-statement","external":true},{"path":"node:path","kind":"import-statement","external":true},{"path":"@ch-ui/tokens/postcss","kind":"import-statement","external":true},{"path":"autoprefixer","kind":"import-statement","external":true},{"path":"postcss","kind":"import-statement","external":true},{"path":"postcss-import","kind":"import-statement","external":true},{"path":"tailwindcss","kind":"import-statement","external":true},{"path":"tailwindcss/nesting/index.js","kind":"import-statement","external":true},{"path":"src/config/index.ts","kind":"import-statement","original":"../config"},{"path":"src/plugins/resolveContent.ts","kind":"import-statement","original":"./resolveContent"}],"format":"esm"},"src/styles/layers/anchored-overflow.css":{"bytes":130,"imports":[]},"src/styles/layers/animation.css":{"bytes":210,"imports":[]},"src/styles/layers/attention.css":{"bytes":263,"imports":[]},"src/styles/layers/base.css":{"bytes":589,"imports":[]},"src/styles/layers/button.css":{"bytes":2198,"imports":[]},"src/styles/layers/can-scroll.css":{"bytes":612,"imports":[]},"src/styles/layers/checkbox.css":{"bytes":1630,"imports":[]},"src/styles/layers/dialog.css":{"bytes":1621,"imports":[]},"src/styles/layers/drag-preview.css":{"bytes":307,"imports":[]},"src/styles/layers/focus-ring.css":{"bytes":4800,"imports":[]},"src/styles/layers/hues.css":{"bytes":1948,"imports":[]},"src/styles/layers/positioning.css":{"bytes":467,"imports":[]},"src/styles/layers/main.css":{"bytes":7305,"imports":[]},"src/styles/layers/native.css":{"bytes":465,"imports":[]},"src/styles/layers/size.css":{"bytes":6059,"imports":[]},"src/styles/layers/surfaces.css":{"bytes":716,"imports":[]},"src/styles/layers/tag.css":{"bytes":2908,"imports":[]},"src/styles/layers/tldraw.css":{"bytes":3480,"imports":[]},"src/styles/layers/tokens.css":{"bytes":1586,"imports":[]},"src/styles/layers/typography.css":{"bytes":3283,"imports":[{"path":"@fontsource-variable/jetbrains-mono/wght-italic.css","kind":"import-rule","external":true},{"path":"@fontsource-variable/jetbrains-mono/wght.css","kind":"import-rule","external":true},{"path":"@fontsource/poiret-one","kind":"import-rule","external":true}]},"src/styles/layers/index.css":{"bytes":697,"imports":[{"path":"src/styles/layers/anchored-overflow.css","kind":"import-rule","original":"./anchored-overflow.css"},{"path":"src/styles/layers/animation.css","kind":"import-rule","original":"./animation.css"},{"path":"src/styles/layers/attention.css","kind":"import-rule","original":"./attention.css"},{"path":"src/styles/layers/base.css","kind":"import-rule","original":"./base.css"},{"path":"src/styles/layers/button.css","kind":"import-rule","original":"./button.css"},{"path":"src/styles/layers/can-scroll.css","kind":"import-rule","original":"./can-scroll.css"},{"path":"src/styles/layers/checkbox.css","kind":"import-rule","original":"./checkbox.css"},{"path":"src/styles/layers/dialog.css","kind":"import-rule","original":"./dialog.css"},{"path":"src/styles/layers/drag-preview.css","kind":"import-rule","original":"./drag-preview.css"},{"path":"src/styles/layers/focus-ring.css","kind":"import-rule","original":"./focus-ring.css"},{"path":"src/styles/layers/hues.css","kind":"import-rule","original":"./hues.css"},{"path":"src/styles/layers/positioning.css","kind":"import-rule","original":"./positioning.css"},{"path":"src/styles/layers/main.css","kind":"import-rule","original":"./main.css"},{"path":"src/styles/layers/native.css","kind":"import-rule","original":"./native.css"},{"path":"src/styles/layers/size.css","kind":"import-rule","original":"./size.css"},{"path":"src/styles/layers/surfaces.css","kind":"import-rule","original":"./surfaces.css"},{"path":"src/styles/layers/tag.css","kind":"import-rule","original":"./tag.css"},{"path":"src/styles/layers/tldraw.css","kind":"import-rule","original":"./tldraw.css"},{"path":"src/styles/layers/tokens.css","kind":"import-rule","original":"./tokens.css"},{"path":"src/styles/layers/typography.css","kind":"import-rule","original":"./typography.css"}]},"src/theme.css":{"bytes":193,"imports":[{"path":"tailwindcss/base","kind":"import-rule","external":true},{"path":"tailwindcss/utilities","kind":"import-rule","external":true},{"path":"tailwindcss/components","kind":"import-rule","external":true},{"path":"src/styles/layers/index.css","kind":"import-rule","original":"./styles/layers/index.css"}]}},"outputs":{"dist/plugin/node-esm/config/tailwind.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":93},"dist/plugin/node-esm/config/tailwind.mjs":{"imports":[{"path":"dist/plugin/node-esm/chunk-HJE6EZWE.mjs","kind":"import-statement"}],"exports":["tailwindConfig"],"entryPoint":"src/config/tailwind.ts","inputs":{},"bytes":217},"dist/plugin/node-esm/plugins/esbuild-plugin.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":4187},"dist/plugin/node-esm/plugins/esbuild-plugin.mjs":{"imports":[{"path":"dist/plugin/node-esm/chunk-AFRHJHP4.mjs","kind":"import-statement"},{"path":"dist/plugin/node-esm/chunk-HJE6EZWE.mjs","kind":"import-statement"},{"path":"node:fs/promises","kind":"import-statement","external":true},{"path":"node:path","kind":"import-statement","external":true},{"path":"autoprefixer","kind":"import-statement","external":true},{"path":"esbuild-style-plugin","kind":"import-statement","external":true},{"path":"tailwindcss","kind":"import-statement","external":true}],"exports":["ThemePlugins"],"entryPoint":"src/plugins/esbuild-plugin.ts","inputs":{"src/plugins/esbuild-plugin.ts":{"bytesInOutput":2234}},"bytes":2550},"dist/plugin/node-esm/plugins/plugin.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":6522},"dist/plugin/node-esm/plugins/plugin.mjs":{"imports":[{"path":"dist/plugin/node-esm/chunk-AFRHJHP4.mjs","kind":"import-statement"},{"path":"dist/plugin/node-esm/chunk-HJE6EZWE.mjs","kind":"import-statement"},{"path":"node:fs/promises","kind":"import-statement","external":true},{"path":"node:path","kind":"import-statement","external":true},{"path":"@ch-ui/tokens/postcss","kind":"import-statement","external":true},{"path":"autoprefixer","kind":"import-statement","external":true},{"path":"postcss","kind":"import-statement","external":true},{"path":"postcss-import","kind":"import-statement","external":true},{"path":"tailwindcss","kind":"import-statement","external":true},{"path":"tailwindcss/nesting/index.js","kind":"import-statement","external":true}],"exports":["ThemePlugin"],"entryPoint":"src/plugins/plugin.ts","inputs":{"src/plugins/plugin.ts":{"bytesInOutput":2620}},"bytes":2931},"dist/plugin/node-esm/chunk-AFRHJHP4.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":3231},"dist/plugin/node-esm/chunk-AFRHJHP4.mjs":{"imports":[{"path":"node:util","kind":"import-statement","external":true},{"path":"glob","kind":"import-statement","external":true}],"exports":["resolveKnownPeers"],"inputs":{"src/plugins/resolveContent.ts":{"bytesInOutput":1417}},"bytes":1620},"dist/plugin/node-esm/chunk-HJE6EZWE.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":53511},"dist/plugin/node-esm/chunk-HJE6EZWE.mjs":{"imports":[{"path":"@tailwindcss/container-queries","kind":"import-statement","external":true},{"path":"@tailwindcss/forms","kind":"import-statement","external":true},{"path":"lodash.merge","kind":"import-statement","external":true},{"path":"tailwind-scrollbar","kind":"import-statement","external":true},{"path":"tailwindcss/stubs/config.full.js","kind":"import-statement","external":true},{"path":"tailwindcss-logical","kind":"import-statement","external":true},{"path":"tailwindcss-radix","kind":"import-statement","external":true},{"path":"@ch-ui/tailwind-tokens","kind":"import-statement","external":true}],"exports":["tailwindConfig","tokenSet"],"inputs":{"src/config/tailwind.ts":{"bytesInOutput":9225},"src/config/tokens/index.ts":{"bytesInOutput":1754},"src/config/tokens/physical-colors.ts":{"bytesInOutput":2365},"src/config/tokens/sememes-hue.ts":{"bytesInOutput":1444},"src/config/tokens/sememes-sheet.ts":{"bytesInOutput":1874},"src/config/tokens/sememes-system.ts":{"bytesInOutput":7155},"src/config/tokens/alias-colors.ts":{"bytesInOutput":867},"src/config/tokens/sizes.ts":{"bytesInOutput":88},"src/config/tokens/lengths.ts":{"bytesInOutput":3617},"src/config/tokens/sememes-calls.ts":{"bytesInOutput":246},"src/config/tokens/sememes-codemirror.ts":{"bytesInOutput":1379},"src/config/tokens/semantic-colors.ts":{"bytesInOutput":309}},"bytes":31000},"dist/plugin/node-esm/theme.css.map":{"imports":[],"exports":[],"inputs":{},"bytes":63573},"dist/plugin/node-esm/theme.css":{"imports":[{"path":"tailwindcss/base","kind":"import-rule","external":true},{"path":"tailwindcss/utilities","kind":"import-rule","external":true},{"path":"tailwindcss/components","kind":"import-rule","external":true},{"path":"@fontsource-variable/jetbrains-mono/wght-italic.css","kind":"import-rule","external":true},{"path":"@fontsource-variable/jetbrains-mono/wght.css","kind":"import-rule","external":true},{"path":"@fontsource/poiret-one","kind":"import-rule","external":true}],"entryPoint":"src/theme.css","inputs":{"src/styles/layers/anchored-overflow.css":{"bytesInOutput":129},"src/styles/layers/animation.css":{"bytesInOutput":197},"src/styles/layers/attention.css":{"bytesInOutput":170},"src/styles/layers/base.css":{"bytesInOutput":588},"src/styles/layers/button.css":{"bytesInOutput":1714},"src/styles/layers/can-scroll.css":{"bytesInOutput":605},"src/styles/layers/checkbox.css":{"bytesInOutput":1325},"src/styles/layers/dialog.css":{"bytesInOutput":1589},"src/styles/layers/drag-preview.css":{"bytesInOutput":307},"src/styles/layers/focus-ring.css":{"bytesInOutput":4720},"src/styles/layers/hues.css":{"bytesInOutput":1855},"src/styles/layers/positioning.css":{"bytesInOutput":466},"src/styles/layers/main.css":{"bytesInOutput":7044},"src/styles/layers/native.css":{"bytesInOutput":205},"src/styles/layers/size.css":{"bytesInOutput":5854},"src/styles/layers/surfaces.css":{"bytesInOutput":711},"src/styles/layers/tag.css":{"bytesInOutput":2705},"src/styles/layers/tldraw.css":{"bytesInOutput":553},"src/styles/layers/tokens.css":{"bytesInOutput":1305},"src/styles/layers/typography.css":{"bytesInOutput":2738},"src/styles/layers/index.css":{"bytesInOutput":90},"src/theme.css":{"bytesInOutput":0}},"bytes":36001}}}
|
|
1
|
+
{"inputs":{"src/plugins/ThemePlugin.ts":{"bytes":13220,"imports":[{"path":"@tailwindcss/postcss","kind":"import-statement","external":true},{"path":"autoprefixer","kind":"import-statement","external":true},{"path":"node:fs","kind":"import-statement","external":true},{"path":"node:path","kind":"import-statement","external":true},{"path":"postcss-import","kind":"import-statement","external":true},{"path":"postcss-nesting","kind":"import-statement","external":true}],"format":"esm"},"src/css/theme/animation.css":{"bytes":4215,"imports":[]},"src/css/theme/border.css":{"bytes":623,"imports":[]},"src/css/theme/palette.css":{"bytes":1519,"imports":[]},"src/css/theme/semantic.css":{"bytes":5986,"imports":[]},"src/css/theme/spacing.css":{"bytes":3989,"imports":[]},"src/css/theme/styles.css":{"bytes":8793,"imports":[]},"src/css/theme/text.css":{"bytes":1008,"imports":[]},"src/css/base/base.css":{"bytes":850,"imports":[]},"src/css/base/typography.css":{"bytes":3219,"imports":[{"path":"@fontsource-variable/jetbrains-mono/wght-italic.css","kind":"import-rule","external":true},{"path":"@fontsource-variable/jetbrains-mono/wght.css","kind":"import-rule","external":true},{"path":"@fontsource/poiret-one","kind":"import-rule","external":true}]},"src/css/components/button.css":{"bytes":2255,"imports":[]},"src/css/components/checkbox.css":{"bytes":1662,"imports":[]},"src/css/components/dialog.css":{"bytes":1597,"imports":[]},"src/css/components/focus.css":{"bytes":5467,"imports":[]},"src/css/components/icon.css":{"bytes":109,"imports":[]},"src/css/components/panel.css":{"bytes":3173,"imports":[]},"src/css/components/link.css":{"bytes":135,"imports":[]},"src/css/components/scrollbar.css":{"bytes":524,"imports":[]},"src/css/components/selected.css":{"bytes":978,"imports":[]},"src/css/components/surface.css":{"bytes":950,"imports":[]},"src/css/components/tag.css":{"bytes":2909,"imports":[]},"src/css/components/text.css":{"bytes":1996,"imports":[]},"src/css/layout/main.css":{"bytes":6568,"imports":[]},"src/css/layout/native.css":{"bytes":496,"imports":[]},"src/css/layout/positioning.css":{"bytes":322,"imports":[]},"src/css/layout/size.css":{"bytes":6224,"imports":[]},"src/css/utilities.css":{"bytes":2625,"imports":[]},"src/css/integrations/codemirror.css":{"bytes":1737,"imports":[]},"src/css/integrations/tldraw.css":{"bytes":331,"imports":[]},"src/main.css":{"bytes":3124,"imports":[{"path":"tailwindcss","kind":"import-rule","external":true},{"path":"src/css/theme/animation.css","kind":"import-rule","original":"./css/theme/animation.css"},{"path":"src/css/theme/border.css","kind":"import-rule","original":"./css/theme/border.css"},{"path":"src/css/theme/palette.css","kind":"import-rule","original":"./css/theme/palette.css"},{"path":"src/css/theme/semantic.css","kind":"import-rule","original":"./css/theme/semantic.css"},{"path":"src/css/theme/spacing.css","kind":"import-rule","original":"./css/theme/spacing.css"},{"path":"src/css/theme/styles.css","kind":"import-rule","original":"./css/theme/styles.css"},{"path":"src/css/theme/text.css","kind":"import-rule","original":"./css/theme/text.css"},{"path":"src/css/base/base.css","kind":"import-rule","original":"./css/base/base.css"},{"path":"src/css/base/typography.css","kind":"import-rule","original":"./css/base/typography.css"},{"path":"src/css/components/button.css","kind":"import-rule","original":"./css/components/button.css"},{"path":"src/css/components/checkbox.css","kind":"import-rule","original":"./css/components/checkbox.css"},{"path":"src/css/components/dialog.css","kind":"import-rule","original":"./css/components/dialog.css"},{"path":"src/css/components/focus.css","kind":"import-rule","original":"./css/components/focus.css"},{"path":"src/css/components/icon.css","kind":"import-rule","original":"./css/components/icon.css"},{"path":"src/css/components/panel.css","kind":"import-rule","original":"./css/components/panel.css"},{"path":"src/css/components/link.css","kind":"import-rule","original":"./css/components/link.css"},{"path":"src/css/components/scrollbar.css","kind":"import-rule","original":"./css/components/scrollbar.css"},{"path":"src/css/components/selected.css","kind":"import-rule","original":"./css/components/selected.css"},{"path":"src/css/components/surface.css","kind":"import-rule","original":"./css/components/surface.css"},{"path":"src/css/components/tag.css","kind":"import-rule","original":"./css/components/tag.css"},{"path":"src/css/components/text.css","kind":"import-rule","original":"./css/components/text.css"},{"path":"src/css/layout/main.css","kind":"import-rule","original":"./css/layout/main.css"},{"path":"src/css/layout/native.css","kind":"import-rule","original":"./css/layout/native.css"},{"path":"src/css/layout/positioning.css","kind":"import-rule","original":"./css/layout/positioning.css"},{"path":"src/css/layout/size.css","kind":"import-rule","original":"./css/layout/size.css"},{"path":"src/css/utilities.css","kind":"import-rule","original":"./css/utilities.css"},{"path":"src/css/integrations/codemirror.css","kind":"import-rule","original":"./css/integrations/codemirror.css"},{"path":"src/css/integrations/tldraw.css","kind":"import-rule","original":"./css/integrations/tldraw.css"}]}},"outputs":{"dist/plugin/node-esm/plugins/ThemePlugin.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":6372},"dist/plugin/node-esm/plugins/ThemePlugin.mjs":{"imports":[{"path":"@tailwindcss/postcss","kind":"import-statement","external":true},{"path":"autoprefixer","kind":"import-statement","external":true},{"path":"node:fs","kind":"import-statement","external":true},{"path":"node:path","kind":"import-statement","external":true},{"path":"postcss-import","kind":"import-statement","external":true},{"path":"postcss-nesting","kind":"import-statement","external":true}],"exports":["LAYER_ORDER","ThemePlugin"],"entryPoint":"src/plugins/ThemePlugin.ts","inputs":{"src/plugins/ThemePlugin.ts":{"bytesInOutput":2807}},"bytes":3012},"dist/plugin/node-esm/main.css.map":{"imports":[],"exports":[],"inputs":{},"bytes":114394},"dist/plugin/node-esm/main.css":{"imports":[{"path":"tailwindcss","kind":"import-rule","external":true},{"path":"@fontsource-variable/jetbrains-mono/wght-italic.css","kind":"import-rule","external":true},{"path":"@fontsource-variable/jetbrains-mono/wght.css","kind":"import-rule","external":true},{"path":"@fontsource/poiret-one","kind":"import-rule","external":true}],"entryPoint":"src/main.css","inputs":{"src/css/theme/animation.css":{"bytesInOutput":3152},"src/css/theme/border.css":{"bytesInOutput":450},"src/css/theme/palette.css":{"bytesInOutput":1253},"src/css/theme/semantic.css":{"bytesInOutput":5285},"src/css/theme/spacing.css":{"bytesInOutput":3092},"src/css/theme/styles.css":{"bytesInOutput":8479},"src/css/theme/text.css":{"bytesInOutput":841},"src/css/base/base.css":{"bytesInOutput":806},"src/css/base/typography.css":{"bytesInOutput":2742},"src/css/components/button.css":{"bytesInOutput":1748},"src/css/components/checkbox.css":{"bytesInOutput":1336},"src/css/components/dialog.css":{"bytesInOutput":1550},"src/css/components/focus.css":{"bytesInOutput":5360},"src/css/components/icon.css":{"bytesInOutput":91},"src/css/components/panel.css":{"bytesInOutput":2839},"src/css/components/link.css":{"bytesInOutput":100},"src/css/components/scrollbar.css":{"bytesInOutput":451},"src/css/components/selected.css":{"bytesInOutput":766},"src/css/components/surface.css":{"bytesInOutput":553},"src/css/components/tag.css":{"bytesInOutput":2691},"src/css/components/text.css":{"bytesInOutput":1794},"src/css/layout/main.css":{"bytesInOutput":6361},"src/css/layout/native.css":{"bytesInOutput":215},"src/css/layout/positioning.css":{"bytesInOutput":297},"src/css/layout/size.css":{"bytesInOutput":5737},"src/css/utilities.css":{"bytesInOutput":505},"src/css/integrations/codemirror.css":{"bytesInOutput":1284},"src/css/integrations/tldraw.css":{"bytesInOutput":276},"src/main.css":{"bytesInOutput":1019}},"bytes":62411}}}
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
import { createRequire } from 'node:module';const require = createRequire(import.meta.url);
|
|
2
|
+
|
|
3
|
+
// src/plugins/ThemePlugin.ts
|
|
4
|
+
import tailwindcss from "@tailwindcss/postcss";
|
|
5
|
+
import autoprefixer from "autoprefixer";
|
|
6
|
+
import { existsSync, readFileSync } from "node:fs";
|
|
7
|
+
import { dirname, resolve } from "node:path";
|
|
8
|
+
import postcssImport from "postcss-import";
|
|
9
|
+
import postcssNesting from "postcss-nesting";
|
|
10
|
+
var LAYER_ORDER = [
|
|
11
|
+
"properties",
|
|
12
|
+
"theme",
|
|
13
|
+
"dx-tokens",
|
|
14
|
+
"user-tokens",
|
|
15
|
+
"base",
|
|
16
|
+
"tw-base",
|
|
17
|
+
"dx-base",
|
|
18
|
+
"components",
|
|
19
|
+
"tw-components",
|
|
20
|
+
"dx-components",
|
|
21
|
+
"utilities"
|
|
22
|
+
];
|
|
23
|
+
var ROOT = "../../../../";
|
|
24
|
+
var ThemePlugin = (options) => {
|
|
25
|
+
const srcThemePath = resolve(import.meta.dirname, ROOT, "src/main.css");
|
|
26
|
+
const distThemePath = resolve(import.meta.dirname, "../main.css");
|
|
27
|
+
const isMonorepo = existsSync(srcThemePath);
|
|
28
|
+
const pluginsDir = resolve(import.meta.dirname, ROOT, "src/plugins");
|
|
29
|
+
const darkModeScriptPath = resolve(pluginsDir, "dark-mode.ts");
|
|
30
|
+
const mainCssPath = resolve(pluginsDir, "main.css");
|
|
31
|
+
const config = {
|
|
32
|
+
srcCssPath: isMonorepo ? srcThemePath : distThemePath,
|
|
33
|
+
virtualFileId: "@dxos-theme",
|
|
34
|
+
...options
|
|
35
|
+
};
|
|
36
|
+
const base = isMonorepo ? resolve(dirname(srcThemePath), ROOT) : void 0;
|
|
37
|
+
if (process.env.DEBUG || options.verbose) {
|
|
38
|
+
console.log("ThemePlugin:\n", JSON.stringify(config, null, 2));
|
|
39
|
+
}
|
|
40
|
+
return {
|
|
41
|
+
name: "vite-plugin-dxos-ui-theme",
|
|
42
|
+
config: () => {
|
|
43
|
+
return {
|
|
44
|
+
css: {
|
|
45
|
+
postcss: {
|
|
46
|
+
plugins: [
|
|
47
|
+
// Handles @import statements in CSS.
|
|
48
|
+
postcssImport(),
|
|
49
|
+
// Processes CSS nesting syntax.
|
|
50
|
+
postcssNesting(),
|
|
51
|
+
// Processes Tailwind directives and generates utilities from scanned content.
|
|
52
|
+
// base points to project root so all packages are scanned (not just ui-theme).
|
|
53
|
+
tailwindcss(base !== void 0 ? {
|
|
54
|
+
base
|
|
55
|
+
} : {}),
|
|
56
|
+
// Adds vendor prefixes.
|
|
57
|
+
autoprefixer
|
|
58
|
+
]
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
};
|
|
62
|
+
},
|
|
63
|
+
resolveId: (id) => {
|
|
64
|
+
if (id === config.virtualFileId) {
|
|
65
|
+
return config.srcCssPath;
|
|
66
|
+
}
|
|
67
|
+
},
|
|
68
|
+
transformIndexHtml: () => {
|
|
69
|
+
const darkModeTag = {
|
|
70
|
+
tag: "script",
|
|
71
|
+
attrs: {
|
|
72
|
+
"data-dxos-theme": ""
|
|
73
|
+
},
|
|
74
|
+
injectTo: "head-prepend",
|
|
75
|
+
children: readFileSync(darkModeScriptPath, "utf-8")
|
|
76
|
+
};
|
|
77
|
+
const layersTag = {
|
|
78
|
+
tag: "style",
|
|
79
|
+
attrs: {
|
|
80
|
+
"data-dxos-layers": ""
|
|
81
|
+
},
|
|
82
|
+
children: `@layer ${LAYER_ORDER.join(", ")};`,
|
|
83
|
+
injectTo: "head-prepend"
|
|
84
|
+
};
|
|
85
|
+
const criticalTag = {
|
|
86
|
+
tag: "style",
|
|
87
|
+
attrs: {
|
|
88
|
+
"data-dxos-critical": ""
|
|
89
|
+
},
|
|
90
|
+
injectTo: "head-prepend",
|
|
91
|
+
children: readFileSync(mainCssPath, "utf-8")
|
|
92
|
+
};
|
|
93
|
+
return [
|
|
94
|
+
darkModeTag,
|
|
95
|
+
layersTag,
|
|
96
|
+
criticalTag
|
|
97
|
+
];
|
|
98
|
+
}
|
|
99
|
+
};
|
|
100
|
+
};
|
|
101
|
+
export {
|
|
102
|
+
LAYER_ORDER,
|
|
103
|
+
ThemePlugin
|
|
104
|
+
};
|
|
105
|
+
//# sourceMappingURL=ThemePlugin.mjs.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../../src/plugins/ThemePlugin.ts"],
|
|
4
|
+
"sourcesContent": ["//\n// Copyright 2022 DXOS.org\n//\n\n/* eslint-disable no-console */\n\nimport tailwindcss from '@tailwindcss/postcss';\nimport autoprefixer from 'autoprefixer';\nimport { existsSync, readFileSync } from 'node:fs';\nimport { dirname, resolve } from 'node:path';\nimport postcssImport from 'postcss-import';\nimport postcssNesting from 'postcss-nesting';\nimport { type HtmlTagDescriptor, type Plugin, type UserConfig } from 'vite';\n\n/**\n * CSS cascade layer order.\n * Must be established before any stylesheets load so that Tailwind's own @layer declarations don't override our ordering. Exported so consuming\n */\nexport const LAYER_ORDER = [\n 'properties',\n 'theme',\n 'dx-tokens',\n 'user-tokens',\n 'base',\n 'tw-base',\n 'dx-base',\n 'components',\n 'tw-components',\n 'dx-components',\n 'utilities',\n] as const;\n\nconst ROOT = '../../../../';\n\nexport type ThemePluginOptions = {\n srcCssPath?: string;\n virtualFileId?: string;\n verbose?: boolean;\n};\n\n/**\n * Vite plugin to configure theme.\n */\nexport const ThemePlugin = (options: ThemePluginOptions): Plugin => {\n // Prefer source CSS if available (monorepo dev), fall back to dist for installed package.\n const srcThemePath = resolve(import.meta.dirname, ROOT, 'src/main.css');\n const distThemePath = resolve(import.meta.dirname, '../main.css');\n const isMonorepo = existsSync(srcThemePath);\n\n // Static assets shipped via \"files\": [\"src\"] in package.json.\n // Both monorepo and installed package resolve to the same src/plugins/ directory.\n const pluginsDir = resolve(import.meta.dirname, ROOT, 'src/plugins');\n const darkModeScriptPath = resolve(pluginsDir, 'dark-mode.ts');\n const mainCssPath = resolve(pluginsDir, 'main.css');\n\n const config: ThemePluginOptions = {\n srcCssPath: isMonorepo ? srcThemePath : distThemePath,\n virtualFileId: '@dxos-theme',\n ...options,\n };\n\n // Derive project root from the source location so Tailwind scans all packages.\n const base = isMonorepo ? resolve(dirname(srcThemePath), ROOT) : undefined;\n\n if (process.env.DEBUG || options.verbose) {\n console.log('ThemePlugin:\\n', JSON.stringify(config, null, 2));\n }\n\n return {\n name: 'vite-plugin-dxos-ui-theme',\n config: (): UserConfig => {\n return {\n css: {\n postcss: {\n plugins: [\n // Handles @import statements in CSS.\n postcssImport(),\n // Processes CSS nesting syntax.\n postcssNesting(),\n // Processes Tailwind directives and generates utilities from scanned content.\n // base points to project root so all packages are scanned (not just ui-theme).\n tailwindcss(base !== undefined ? { base } : {}),\n // Adds vendor prefixes.\n autoprefixer,\n ],\n },\n },\n };\n },\n resolveId: (id) => {\n if (id === config.virtualFileId) {\n return config.srcCssPath;\n }\n },\n transformIndexHtml: () => {\n // Apply .dark class to <html> synchronously before any scripts run, so that\n // the critical CSS html.dark rules apply on the very first paint.\n const darkModeTag: HtmlTagDescriptor = {\n tag: 'script',\n attrs: { 'data-dxos-theme': '' },\n injectTo: 'head-prepend',\n children: readFileSync(darkModeScriptPath, 'utf-8'),\n };\n\n // Establish cascade layer order before any stylesheet loads.\n const layersTag: HtmlTagDescriptor = {\n tag: 'style',\n attrs: { 'data-dxos-layers': '' },\n children: `@layer ${LAYER_ORDER.join(', ')};`,\n injectTo: 'head-prepend',\n };\n\n // Critical styles: font sizing, overscroll, color fallbacks.\n // Loaded from critical.css to keep styles maintainable and out of index.html.\n const criticalTag: HtmlTagDescriptor = {\n tag: 'style',\n attrs: { 'data-dxos-critical': '' },\n injectTo: 'head-prepend',\n children: readFileSync(mainCssPath, 'utf-8'),\n };\n\n return [darkModeTag, layersTag, criticalTag];\n },\n };\n};\n"],
|
|
5
|
+
"mappings": ";;;AAMA,OAAOA,iBAAiB;AACxB,OAAOC,kBAAkB;AACzB,SAASC,YAAYC,oBAAoB;AACzC,SAASC,SAASC,eAAe;AACjC,OAAOC,mBAAmB;AAC1B,OAAOC,oBAAoB;AAOpB,IAAMC,cAAc;EACzB;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF,IAAMC,OAAO;AAWN,IAAMC,cAAc,CAACC,YAAAA;AAE1B,QAAMC,eAAeC,QAAQ,YAAYC,SAASL,MAAM,cAAA;AACxD,QAAMM,gBAAgBF,QAAQ,YAAYC,SAAS,aAAA;AACnD,QAAME,aAAaC,WAAWL,YAAAA;AAI9B,QAAMM,aAAaL,QAAQ,YAAYC,SAASL,MAAM,aAAA;AACtD,QAAMU,qBAAqBN,QAAQK,YAAY,cAAA;AAC/C,QAAME,cAAcP,QAAQK,YAAY,UAAA;AAExC,QAAMG,SAA6B;IACjCC,YAAYN,aAAaJ,eAAeG;IACxCQ,eAAe;IACf,GAAGZ;EACL;AAGA,QAAMa,OAAOR,aAAaH,QAAQC,QAAQF,YAAAA,GAAeH,IAAAA,IAAQgB;AAEjE,MAAIC,QAAQC,IAAIC,SAASjB,QAAQkB,SAAS;AACxCC,YAAQC,IAAI,kBAAkBC,KAAKC,UAAUZ,QAAQ,MAAM,CAAA,CAAA;EAC7D;AAEA,SAAO;IACLa,MAAM;IACNb,QAAQ,MAAA;AACN,aAAO;QACLc,KAAK;UACHC,SAAS;YACPC,SAAS;;cAEPC,cAAAA;;cAEAC,eAAAA;;;cAGAC,YAAYhB,SAASC,SAAY;gBAAED;cAAK,IAAI,CAAC,CAAA;;cAE7CiB;;UAEJ;QACF;MACF;IACF;IACAC,WAAW,CAACC,OAAAA;AACV,UAAIA,OAAOtB,OAAOE,eAAe;AAC/B,eAAOF,OAAOC;MAChB;IACF;IACAsB,oBAAoB,MAAA;AAGlB,YAAMC,cAAiC;QACrCC,KAAK;QACLC,OAAO;UAAE,mBAAmB;QAAG;QAC/BC,UAAU;QACVC,UAAUC,aAAa/B,oBAAoB,OAAA;MAC7C;AAGA,YAAMgC,YAA+B;QACnCL,KAAK;QACLC,OAAO;UAAE,oBAAoB;QAAG;QAChCE,UAAU,UAAUzC,YAAY4C,KAAK,IAAA,CAAA;QACrCJ,UAAU;MACZ;AAIA,YAAMK,cAAiC;QACrCP,KAAK;QACLC,OAAO;UAAE,sBAAsB;QAAG;QAClCC,UAAU;QACVC,UAAUC,aAAa9B,aAAa,OAAA;MACtC;AAEA,aAAO;QAACyB;QAAaM;QAAWE;;IAClC;EACF;AACF;",
|
|
6
|
+
"names": ["tailwindcss", "autoprefixer", "existsSync", "readFileSync", "dirname", "resolve", "postcssImport", "postcssNesting", "LAYER_ORDER", "ROOT", "ThemePlugin", "options", "srcThemePath", "resolve", "dirname", "distThemePath", "isMonorepo", "existsSync", "pluginsDir", "darkModeScriptPath", "mainCssPath", "config", "srcCssPath", "virtualFileId", "base", "undefined", "process", "env", "DEBUG", "verbose", "console", "log", "JSON", "stringify", "name", "css", "postcss", "plugins", "postcssImport", "postcssNesting", "tailwindcss", "autoprefixer", "resolveId", "id", "transformIndexHtml", "darkModeTag", "tag", "attrs", "injectTo", "children", "readFileSync", "layersTag", "join", "criticalTag"]
|
|
7
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare const meta: {
|
|
3
|
+
title: string;
|
|
4
|
+
parameters: {
|
|
5
|
+
layout: string;
|
|
6
|
+
};
|
|
7
|
+
};
|
|
8
|
+
export default meta;
|
|
9
|
+
export declare const Styles: {
|
|
10
|
+
render: () => React.JSX.Element;
|
|
11
|
+
};
|
|
12
|
+
export declare const Colors: {
|
|
13
|
+
render: () => React.JSX.Element;
|
|
14
|
+
};
|
|
15
|
+
export declare const Neutral: {
|
|
16
|
+
render: () => React.JSX.Element;
|
|
17
|
+
};
|
|
18
|
+
export declare const Surfaces: {
|
|
19
|
+
render: () => React.JSX.Element;
|
|
20
|
+
};
|
|
21
|
+
export declare const Tags: {
|
|
22
|
+
render: () => React.JSX.Element;
|
|
23
|
+
};
|
|
24
|
+
export declare const Animation: {
|
|
25
|
+
render: () => React.JSX.Element;
|
|
26
|
+
};
|
|
27
|
+
//# sourceMappingURL=Theme.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Theme.stories.d.ts","sourceRoot":"","sources":["../../../src/Theme.stories.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,MAAM,OAAO,CAAC;AAqF1B,QAAA,MAAM,IAAI;;;;;CAKM,CAAC;AAEjB,eAAe,IAAI,CAAC;AAEpB,eAAO,MAAM,MAAM;;CAYlB,CAAC;AAEF,eAAO,MAAM,MAAM;;CAYlB,CAAC;AAEF,eAAO,MAAM,OAAO;;CAqBnB,CAAC;AAEF,eAAO,MAAM,QAAQ;;CA2BpB,CAAC;AAEF,eAAO,MAAM,IAAI;;CAuBhB,CAAC;AAEF,eAAO,MAAM,SAAS;;CAmBrB,CAAC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { type ChromaticPalette } from '@dxos/ui-types';
|
|
2
|
+
/**
|
|
3
|
+
* Translation namespace for OS-level translations.
|
|
4
|
+
*/
|
|
5
|
+
export declare const osTranslations = "org.dxos.i18n.os";
|
|
6
|
+
/**
|
|
7
|
+
* Available color hues for UI components.
|
|
8
|
+
*/
|
|
9
|
+
export declare const hues: ChromaticPalette[];
|
|
10
|
+
export declare const hueShades: readonly [50, 100, 200, 300, 400, 500, 600, 700, 800, 900, 950];
|
|
11
|
+
export declare const roles: readonly ["fill", "surface", "surface-text", "text", "border"];
|
|
12
|
+
/**
|
|
13
|
+
* Card size constants (Tailwind spacing units).
|
|
14
|
+
* Cards should be no larger than 320px per WCAG 2.1 SC 1.4.10.
|
|
15
|
+
*/
|
|
16
|
+
export declare const cardMinInlineSize = 18;
|
|
17
|
+
export declare const cardDefaultInlineSize = 20;
|
|
18
|
+
export declare const cardMaxInlineSize = 22;
|
|
19
|
+
export declare const cardMinBlockSize = 18;
|
|
20
|
+
export declare const cardMaxBlockSize = 30;
|
|
21
|
+
//# sourceMappingURL=defs.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"defs.d.ts","sourceRoot":"","sources":["../../../src/defs.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAEvD;;GAEG;AACH,eAAO,MAAM,cAAc,qBAAqB,CAAC;AAEjD;;GAEG;AACH,eAAO,MAAM,IAAI,EAAE,gBAAgB,EAkBzB,CAAC;AAEX,eAAO,MAAM,SAAS,iEAAkE,CAAC;AAEzF,eAAO,MAAM,KAAK,gEAAiE,CAAC;AAEpF;;;GAGG;AAEH,eAAO,MAAM,iBAAiB,KAAK,CAAC;AACpC,eAAO,MAAM,qBAAqB,KAAK,CAAC;AACxC,eAAO,MAAM,iBAAiB,KAAK,CAAC;AACpC,eAAO,MAAM,gBAAgB,KAAK,CAAC;AACnC,eAAO,MAAM,gBAAgB,KAAK,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { type Density } from '@dxos/ui-types';
|
|
2
|
+
export declare const densityDimensions: (density?: Density) => "min-h-[2.5rem] pointer-fine:min-h-[2rem] px-2" | "min-h-[2.5rem] px-3";
|
|
3
|
+
export declare const densityBlockSize: (density?: Density) => "min-h-[2.5rem] pointer-fine:min-h-[2rem]" | "min-h-[2.5rem]";
|
|
4
|
+
//# sourceMappingURL=density.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"density.d.ts","sourceRoot":"","sources":["../../../../src/fragments/density.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,OAAO,EAAE,MAAM,gBAAgB,CAAC;AAQ9C,eAAO,MAAM,iBAAiB,GAAI,UAAS,OAAgB,4EACH,CAAC;AAEzD,eAAO,MAAM,gBAAgB,GAAI,UAAS,OAAgB,kEAA2D,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"disabled.d.ts","sourceRoot":"","sources":["../../../../src/fragments/disabled.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,cAAc,8CAA8C,CAAC;AAC1E,eAAO,MAAM,YAAY,kEAAkE,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export declare const subtleHover = "hover:bg-hover-overlay";
|
|
2
|
+
export declare const ghostHover = "hover:bg-hover-surface";
|
|
3
|
+
export declare const ghostFocusWithin = "focus-within:bg-hover-surface";
|
|
4
|
+
export declare const hoverableControls = "[--controls-opacity:1] hover-hover:[--controls-opacity:0] hover-hover:hover:[--controls-opacity:1]";
|
|
5
|
+
export declare const groupHoverControlItemWithTransition = "transition-opacity duration-200 opacity-0 group-hover:opacity-100";
|
|
6
|
+
export declare const hoverableFocusedKeyboardControls = "focus-visible:[--controls-opacity:1]";
|
|
7
|
+
export declare const hoverableFocusedWithinControls = "focus-within:[--controls-opacity:1]";
|
|
8
|
+
export declare const hoverableOpenControlItem = "hover-hover:aria-[expanded=true]:[--controls-opacity:1]";
|
|
9
|
+
export declare const hoverableControlItem = "opacity-(--controls-opacity)";
|
|
10
|
+
//# sourceMappingURL=hover.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hover.d.ts","sourceRoot":"","sources":["../../../../src/fragments/hover.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,WAAW,2BAA2B,CAAC;AAEpD,eAAO,MAAM,UAAU,2BAA2B,CAAC;AACnD,eAAO,MAAM,gBAAgB,kCAAkC,CAAC;AAEhE,eAAO,MAAM,iBAAiB,uGACwE,CAAC;AAEvG,eAAO,MAAM,mCAAmC,sEAAsE,CAAC;AAEvH,eAAO,MAAM,gCAAgC,yCAAyC,CAAC;AACvF,eAAO,MAAM,8BAA8B,wCAAwC,CAAC;AACpF,eAAO,MAAM,wBAAwB,4DAA4D,CAAC;AAClG,eAAO,MAAM,oBAAoB,iCAAiC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/fragments/index.ts"],"names":[],"mappings":"AAMA,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC"}
|