@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
|
@@ -1,486 +0,0 @@
|
|
|
1
|
-
export * from './sizes';
|
|
2
|
-
export declare const hues: string[];
|
|
3
|
-
export declare const tokenSet: {
|
|
4
|
-
colors: {
|
|
5
|
-
physical: import("@ch-ui/tokens").ColorsPhysicalLayer;
|
|
6
|
-
semantic: {
|
|
7
|
-
conditions: {
|
|
8
|
-
light: string[];
|
|
9
|
-
dark: string[];
|
|
10
|
-
};
|
|
11
|
-
sememes: {
|
|
12
|
-
baseSurface: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
|
|
13
|
-
groupSurface: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
|
|
14
|
-
modalSurface: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
|
|
15
|
-
textInputSurfaceBase: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
|
|
16
|
-
textInputSurfaceGroup: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
|
|
17
|
-
textInputSurfaceModal: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
|
|
18
|
-
inputSurfaceBase: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
|
|
19
|
-
inputSurfaceGroup: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
|
|
20
|
-
inputSurfaceModal: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
|
|
21
|
-
hoverSurfaceBase: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
|
|
22
|
-
hoverSurfaceGroup: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
|
|
23
|
-
hoverSurfaceModal: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
|
|
24
|
-
separatorBase: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
|
|
25
|
-
separatorGroup: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
|
|
26
|
-
separatorModal: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
|
|
27
|
-
subduedSeparator: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
|
|
28
|
-
unAccent: {
|
|
29
|
-
light: [string, number];
|
|
30
|
-
dark: [string, number];
|
|
31
|
-
};
|
|
32
|
-
unAccentHover: {
|
|
33
|
-
light: [string, number];
|
|
34
|
-
dark: [string, number];
|
|
35
|
-
};
|
|
36
|
-
hoverOverlay: {
|
|
37
|
-
light: [string, string];
|
|
38
|
-
dark: [string, string];
|
|
39
|
-
};
|
|
40
|
-
scrimSurface: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
|
|
41
|
-
focusSurface: {
|
|
42
|
-
light: [string, number];
|
|
43
|
-
dark: [string, number];
|
|
44
|
-
};
|
|
45
|
-
deckSurface: {
|
|
46
|
-
light: [string, number];
|
|
47
|
-
dark: [string, number];
|
|
48
|
-
};
|
|
49
|
-
inverseSurface: {
|
|
50
|
-
light: [string, number];
|
|
51
|
-
dark: [string, number];
|
|
52
|
-
};
|
|
53
|
-
accentSurfaceRelated: {
|
|
54
|
-
light: [string, string];
|
|
55
|
-
dark: [string, string];
|
|
56
|
-
};
|
|
57
|
-
accentSurfaceHover: {
|
|
58
|
-
light: [string, number];
|
|
59
|
-
dark: [string, number];
|
|
60
|
-
};
|
|
61
|
-
accentSurface: {
|
|
62
|
-
light: [string, number];
|
|
63
|
-
dark: [string, number];
|
|
64
|
-
};
|
|
65
|
-
baseText: {
|
|
66
|
-
light: [string, number];
|
|
67
|
-
dark: [string, number];
|
|
68
|
-
};
|
|
69
|
-
inverseSurfaceText: {
|
|
70
|
-
light: [string, number];
|
|
71
|
-
dark: [string, number];
|
|
72
|
-
};
|
|
73
|
-
description: {
|
|
74
|
-
light: [string, number];
|
|
75
|
-
dark: [string, number];
|
|
76
|
-
};
|
|
77
|
-
subdued: {
|
|
78
|
-
light: [string, number];
|
|
79
|
-
dark: [string, number];
|
|
80
|
-
};
|
|
81
|
-
placeholder: {
|
|
82
|
-
light: [string, number];
|
|
83
|
-
dark: [string, number];
|
|
84
|
-
};
|
|
85
|
-
accentText: {
|
|
86
|
-
light: [string, number];
|
|
87
|
-
dark: [string, number];
|
|
88
|
-
};
|
|
89
|
-
accentSurfaceText: {
|
|
90
|
-
light: [string, number];
|
|
91
|
-
dark: [string, number];
|
|
92
|
-
};
|
|
93
|
-
accentTextHover: {
|
|
94
|
-
light: [string, number];
|
|
95
|
-
dark: [string, number];
|
|
96
|
-
};
|
|
97
|
-
accentFocusIndicator: {
|
|
98
|
-
light: [string, number];
|
|
99
|
-
dark: [string, number];
|
|
100
|
-
};
|
|
101
|
-
neutralFocusIndicator: {
|
|
102
|
-
light: [string, number];
|
|
103
|
-
dark: [string, number];
|
|
104
|
-
};
|
|
105
|
-
axisSurface: {
|
|
106
|
-
light: [string, number];
|
|
107
|
-
dark: [string, number];
|
|
108
|
-
};
|
|
109
|
-
axisText: {
|
|
110
|
-
light: [string, number];
|
|
111
|
-
dark: [string, number];
|
|
112
|
-
};
|
|
113
|
-
axisSelectedSurface: {
|
|
114
|
-
light: [string, number];
|
|
115
|
-
dark: [string, number];
|
|
116
|
-
};
|
|
117
|
-
axisSelectedText: {
|
|
118
|
-
light: [string, number];
|
|
119
|
-
dark: [string, number];
|
|
120
|
-
};
|
|
121
|
-
gridCell: {
|
|
122
|
-
light: [string, string];
|
|
123
|
-
dark: [string, number];
|
|
124
|
-
};
|
|
125
|
-
gridCellSelected: {
|
|
126
|
-
light: [string, number];
|
|
127
|
-
dark: [string, number];
|
|
128
|
-
};
|
|
129
|
-
gridOverlay: {
|
|
130
|
-
light: [string, string];
|
|
131
|
-
dark: [string, string];
|
|
132
|
-
};
|
|
133
|
-
gridSelectionOverlay: {
|
|
134
|
-
light: [string, string];
|
|
135
|
-
dark: [string, string];
|
|
136
|
-
};
|
|
137
|
-
gridHighlight: {
|
|
138
|
-
light: [string, string];
|
|
139
|
-
dark: [string, string];
|
|
140
|
-
};
|
|
141
|
-
gridCommented: {
|
|
142
|
-
light: [string, number];
|
|
143
|
-
dark: [string, number];
|
|
144
|
-
};
|
|
145
|
-
gridCommentedActive: {
|
|
146
|
-
light: [string, string];
|
|
147
|
-
dark: [string, string];
|
|
148
|
-
};
|
|
149
|
-
cmCodeblock: {
|
|
150
|
-
light: [string, string];
|
|
151
|
-
dark: [string, string];
|
|
152
|
-
};
|
|
153
|
-
cmActiveLine: {
|
|
154
|
-
light: [string, string];
|
|
155
|
-
dark: [string, string];
|
|
156
|
-
};
|
|
157
|
-
cmSeparator: {
|
|
158
|
-
light: [string, number];
|
|
159
|
-
dark: [string, number];
|
|
160
|
-
};
|
|
161
|
-
cmCursor: {
|
|
162
|
-
light: [string, number];
|
|
163
|
-
dark: [string, number];
|
|
164
|
-
};
|
|
165
|
-
cmSelection: {
|
|
166
|
-
light: [string, string];
|
|
167
|
-
dark: [string, string];
|
|
168
|
-
};
|
|
169
|
-
cmFocusedSelection: {
|
|
170
|
-
light: [string, number];
|
|
171
|
-
dark: [string, number];
|
|
172
|
-
};
|
|
173
|
-
cmHighlight: {
|
|
174
|
-
light: [string, number];
|
|
175
|
-
dark: [string, number];
|
|
176
|
-
};
|
|
177
|
-
cmHighlightSurface: {
|
|
178
|
-
light: [string, number];
|
|
179
|
-
dark: [string, number];
|
|
180
|
-
};
|
|
181
|
-
cmCommentText: {
|
|
182
|
-
light: [string, number];
|
|
183
|
-
dark: [string, number];
|
|
184
|
-
};
|
|
185
|
-
cmCommentSurface: {
|
|
186
|
-
light: [string, number];
|
|
187
|
-
dark: [string, number];
|
|
188
|
-
};
|
|
189
|
-
};
|
|
190
|
-
namespace: string;
|
|
191
|
-
};
|
|
192
|
-
alias: {
|
|
193
|
-
conditions: {
|
|
194
|
-
root: string[];
|
|
195
|
-
group: string[];
|
|
196
|
-
modal: string[];
|
|
197
|
-
gridFocusStack: string[];
|
|
198
|
-
};
|
|
199
|
-
aliases: {
|
|
200
|
-
activeSurface: {
|
|
201
|
-
root: string[];
|
|
202
|
-
};
|
|
203
|
-
accentFocusIndicator: {
|
|
204
|
-
root: string[];
|
|
205
|
-
};
|
|
206
|
-
neutralFocusIndicator: {
|
|
207
|
-
gridFocusStack: string[];
|
|
208
|
-
};
|
|
209
|
-
};
|
|
210
|
-
namespace: string;
|
|
211
|
-
};
|
|
212
|
-
};
|
|
213
|
-
lengths: {
|
|
214
|
-
physical: {
|
|
215
|
-
namespace: string;
|
|
216
|
-
conditions: {
|
|
217
|
-
root: string[];
|
|
218
|
-
};
|
|
219
|
-
series: {
|
|
220
|
-
line: {
|
|
221
|
-
root: {
|
|
222
|
-
unit: string;
|
|
223
|
-
initial: number;
|
|
224
|
-
slope: number;
|
|
225
|
-
};
|
|
226
|
-
};
|
|
227
|
-
lacuna: {
|
|
228
|
-
root: {
|
|
229
|
-
unit: string;
|
|
230
|
-
initial: number;
|
|
231
|
-
slope: number;
|
|
232
|
-
};
|
|
233
|
-
};
|
|
234
|
-
};
|
|
235
|
-
};
|
|
236
|
-
semantic: {
|
|
237
|
-
namespace: string;
|
|
238
|
-
conditions: {
|
|
239
|
-
root: string[];
|
|
240
|
-
};
|
|
241
|
-
sememes: {
|
|
242
|
-
noLine: {
|
|
243
|
-
root: [string, number];
|
|
244
|
-
};
|
|
245
|
-
hairLine: {
|
|
246
|
-
root: [string, number];
|
|
247
|
-
};
|
|
248
|
-
thickLine: {
|
|
249
|
-
root: [string, number];
|
|
250
|
-
};
|
|
251
|
-
trimXs: {
|
|
252
|
-
root: [string, number];
|
|
253
|
-
};
|
|
254
|
-
trimSm: {
|
|
255
|
-
root: [string, number];
|
|
256
|
-
};
|
|
257
|
-
trimMd: {
|
|
258
|
-
root: [string, number];
|
|
259
|
-
};
|
|
260
|
-
trimLg: {
|
|
261
|
-
root: [string, number];
|
|
262
|
-
};
|
|
263
|
-
inputFine: {
|
|
264
|
-
root: [string, number];
|
|
265
|
-
};
|
|
266
|
-
inputCoarse: {
|
|
267
|
-
root: [string, number];
|
|
268
|
-
};
|
|
269
|
-
};
|
|
270
|
-
};
|
|
271
|
-
alias: {
|
|
272
|
-
namespace: string;
|
|
273
|
-
conditions: {
|
|
274
|
-
fine: string[];
|
|
275
|
-
coarse: string[];
|
|
276
|
-
flush: string[];
|
|
277
|
-
gridFocusStack: string[];
|
|
278
|
-
};
|
|
279
|
-
aliases: {
|
|
280
|
-
noLine: {
|
|
281
|
-
fine: string[];
|
|
282
|
-
};
|
|
283
|
-
hairLine: {
|
|
284
|
-
fine: string[];
|
|
285
|
-
};
|
|
286
|
-
thickLine: {
|
|
287
|
-
fine: string[];
|
|
288
|
-
gridFocusStack: string[];
|
|
289
|
-
};
|
|
290
|
-
trimXs: {
|
|
291
|
-
fine: string[];
|
|
292
|
-
};
|
|
293
|
-
trimSm: {
|
|
294
|
-
fine: string[];
|
|
295
|
-
};
|
|
296
|
-
trimMd: {
|
|
297
|
-
coarse: string[];
|
|
298
|
-
};
|
|
299
|
-
inputFine: {
|
|
300
|
-
fine: string[];
|
|
301
|
-
};
|
|
302
|
-
inputCoarse: {
|
|
303
|
-
coarse: string[];
|
|
304
|
-
};
|
|
305
|
-
};
|
|
306
|
-
};
|
|
307
|
-
};
|
|
308
|
-
maxSizes: {
|
|
309
|
-
physical: {
|
|
310
|
-
namespace: string;
|
|
311
|
-
conditions: {
|
|
312
|
-
root: string[];
|
|
313
|
-
};
|
|
314
|
-
series: {
|
|
315
|
-
size: {
|
|
316
|
-
root: {
|
|
317
|
-
unit: string;
|
|
318
|
-
initial: number;
|
|
319
|
-
slope: number;
|
|
320
|
-
};
|
|
321
|
-
};
|
|
322
|
-
};
|
|
323
|
-
};
|
|
324
|
-
semantic: {
|
|
325
|
-
namespace: string;
|
|
326
|
-
conditions: {
|
|
327
|
-
root: string[];
|
|
328
|
-
};
|
|
329
|
-
sememes: {
|
|
330
|
-
'prose-max-width': {
|
|
331
|
-
root: [string, number];
|
|
332
|
-
};
|
|
333
|
-
'container-max-width': {
|
|
334
|
-
root: [string, number];
|
|
335
|
-
};
|
|
336
|
-
'popover-max-width': {
|
|
337
|
-
root: [string, number];
|
|
338
|
-
};
|
|
339
|
-
'card-default-width': {
|
|
340
|
-
root: [string, number];
|
|
341
|
-
};
|
|
342
|
-
'card-min-width': {
|
|
343
|
-
root: [string, number];
|
|
344
|
-
};
|
|
345
|
-
'card-max-width': {
|
|
346
|
-
root: [string, number];
|
|
347
|
-
};
|
|
348
|
-
};
|
|
349
|
-
};
|
|
350
|
-
};
|
|
351
|
-
};
|
|
352
|
-
export declare const userDefaultTokenSet: {
|
|
353
|
-
colors: {
|
|
354
|
-
physical: {
|
|
355
|
-
definitions: {
|
|
356
|
-
series: {
|
|
357
|
-
neutral: import("@ch-ui/tokens").HelicalArcSeries;
|
|
358
|
-
primary: import("@ch-ui/tokens").HelicalArcSeries;
|
|
359
|
-
};
|
|
360
|
-
accompanyingSeries: Record<string, any> | undefined;
|
|
361
|
-
};
|
|
362
|
-
conditions: Partial<Record<import("@ch-ui/colors").Gamut, import("@ch-ui/tokens").Statements>>;
|
|
363
|
-
series: {
|
|
364
|
-
neutral: Partial<Partial<Record<import("@ch-ui/colors").Gamut, import("@ch-ui/tokens").HelicalArcSeries>>>;
|
|
365
|
-
primary: Partial<Partial<Record<import("@ch-ui/colors").Gamut, import("@ch-ui/tokens").HelicalArcSeries>>>;
|
|
366
|
-
};
|
|
367
|
-
namespace: string | undefined;
|
|
368
|
-
};
|
|
369
|
-
semantic: {
|
|
370
|
-
conditions: {
|
|
371
|
-
light: string[];
|
|
372
|
-
dark: string[];
|
|
373
|
-
};
|
|
374
|
-
sememes: {
|
|
375
|
-
baseSurface: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
|
|
376
|
-
groupSurface: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
|
|
377
|
-
modalSurface: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
|
|
378
|
-
textInputSurfaceBase: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
|
|
379
|
-
textInputSurfaceGroup: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
|
|
380
|
-
textInputSurfaceModal: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
|
|
381
|
-
inputSurfaceBase: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
|
|
382
|
-
inputSurfaceGroup: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
|
|
383
|
-
inputSurfaceModal: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
|
|
384
|
-
hoverSurfaceBase: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
|
|
385
|
-
hoverSurfaceGroup: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
|
|
386
|
-
hoverSurfaceModal: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
|
|
387
|
-
separatorBase: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
|
|
388
|
-
separatorGroup: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
|
|
389
|
-
separatorModal: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
|
|
390
|
-
subduedSeparator: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
|
|
391
|
-
unAccent: {
|
|
392
|
-
light: [string, number];
|
|
393
|
-
dark: [string, number];
|
|
394
|
-
};
|
|
395
|
-
unAccentHover: {
|
|
396
|
-
light: [string, number];
|
|
397
|
-
dark: [string, number];
|
|
398
|
-
};
|
|
399
|
-
hoverOverlay: {
|
|
400
|
-
light: [string, string];
|
|
401
|
-
dark: [string, string];
|
|
402
|
-
};
|
|
403
|
-
scrimSurface: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
|
|
404
|
-
focusSurface: {
|
|
405
|
-
light: [string, number];
|
|
406
|
-
dark: [string, number];
|
|
407
|
-
};
|
|
408
|
-
deckSurface: {
|
|
409
|
-
light: [string, number];
|
|
410
|
-
dark: [string, number];
|
|
411
|
-
};
|
|
412
|
-
inverseSurface: {
|
|
413
|
-
light: [string, number];
|
|
414
|
-
dark: [string, number];
|
|
415
|
-
};
|
|
416
|
-
accentSurfaceRelated: {
|
|
417
|
-
light: [string, string];
|
|
418
|
-
dark: [string, string];
|
|
419
|
-
};
|
|
420
|
-
accentSurfaceHover: {
|
|
421
|
-
light: [string, number];
|
|
422
|
-
dark: [string, number];
|
|
423
|
-
};
|
|
424
|
-
accentSurface: {
|
|
425
|
-
light: [string, number];
|
|
426
|
-
dark: [string, number];
|
|
427
|
-
};
|
|
428
|
-
baseText: {
|
|
429
|
-
light: [string, number];
|
|
430
|
-
dark: [string, number];
|
|
431
|
-
};
|
|
432
|
-
inverseSurfaceText: {
|
|
433
|
-
light: [string, number];
|
|
434
|
-
dark: [string, number];
|
|
435
|
-
};
|
|
436
|
-
description: {
|
|
437
|
-
light: [string, number];
|
|
438
|
-
dark: [string, number];
|
|
439
|
-
};
|
|
440
|
-
subdued: {
|
|
441
|
-
light: [string, number];
|
|
442
|
-
dark: [string, number];
|
|
443
|
-
};
|
|
444
|
-
placeholder: {
|
|
445
|
-
light: [string, number];
|
|
446
|
-
dark: [string, number];
|
|
447
|
-
};
|
|
448
|
-
accentText: {
|
|
449
|
-
light: [string, number];
|
|
450
|
-
dark: [string, number];
|
|
451
|
-
};
|
|
452
|
-
accentSurfaceText: {
|
|
453
|
-
light: [string, number];
|
|
454
|
-
dark: [string, number];
|
|
455
|
-
};
|
|
456
|
-
accentTextHover: {
|
|
457
|
-
light: [string, number];
|
|
458
|
-
dark: [string, number];
|
|
459
|
-
};
|
|
460
|
-
accentFocusIndicator: {
|
|
461
|
-
light: [string, number];
|
|
462
|
-
dark: [string, number];
|
|
463
|
-
};
|
|
464
|
-
neutralFocusIndicator: {
|
|
465
|
-
light: [string, number];
|
|
466
|
-
dark: [string, number];
|
|
467
|
-
};
|
|
468
|
-
};
|
|
469
|
-
namespace: string;
|
|
470
|
-
};
|
|
471
|
-
alias: {
|
|
472
|
-
conditions: {
|
|
473
|
-
root: string[];
|
|
474
|
-
group: string[];
|
|
475
|
-
modal: string[];
|
|
476
|
-
gridFocusStack: string[];
|
|
477
|
-
};
|
|
478
|
-
aliases: Record<string, Record<string, string[]>>;
|
|
479
|
-
namespace: string;
|
|
480
|
-
};
|
|
481
|
-
};
|
|
482
|
-
};
|
|
483
|
-
export declare const tokensTailwindConfig: Partial<import("tailwindcss/types/config").CustomThemeConfig & {
|
|
484
|
-
extend: Partial<import("tailwindcss/types/config").CustomThemeConfig>;
|
|
485
|
-
}>;
|
|
486
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/config/tokens/index.ts"],"names":[],"mappings":"AAcA,cAAc,SAAS,CAAC;AAExB,eAAO,MAAM,IAAI,UAA2B,CAAC;AAE7C,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAQD,CAAC;AAmCrB,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4BZ,CAAC;AAErB,eAAO,MAAM,oBAAoB;;EAAmC,CAAC"}
|
|
@@ -1,139 +0,0 @@
|
|
|
1
|
-
export declare const lengthsFacet: {
|
|
2
|
-
physical: {
|
|
3
|
-
namespace: string;
|
|
4
|
-
conditions: {
|
|
5
|
-
root: string[];
|
|
6
|
-
};
|
|
7
|
-
series: {
|
|
8
|
-
line: {
|
|
9
|
-
root: {
|
|
10
|
-
unit: string;
|
|
11
|
-
initial: number;
|
|
12
|
-
slope: number;
|
|
13
|
-
};
|
|
14
|
-
};
|
|
15
|
-
lacuna: {
|
|
16
|
-
root: {
|
|
17
|
-
unit: string;
|
|
18
|
-
initial: number;
|
|
19
|
-
slope: number;
|
|
20
|
-
};
|
|
21
|
-
};
|
|
22
|
-
};
|
|
23
|
-
};
|
|
24
|
-
semantic: {
|
|
25
|
-
namespace: string;
|
|
26
|
-
conditions: {
|
|
27
|
-
root: string[];
|
|
28
|
-
};
|
|
29
|
-
sememes: {
|
|
30
|
-
noLine: {
|
|
31
|
-
root: [string, number];
|
|
32
|
-
};
|
|
33
|
-
hairLine: {
|
|
34
|
-
root: [string, number];
|
|
35
|
-
};
|
|
36
|
-
thickLine: {
|
|
37
|
-
root: [string, number];
|
|
38
|
-
};
|
|
39
|
-
trimXs: {
|
|
40
|
-
root: [string, number];
|
|
41
|
-
};
|
|
42
|
-
trimSm: {
|
|
43
|
-
root: [string, number];
|
|
44
|
-
};
|
|
45
|
-
trimMd: {
|
|
46
|
-
root: [string, number];
|
|
47
|
-
};
|
|
48
|
-
trimLg: {
|
|
49
|
-
root: [string, number];
|
|
50
|
-
};
|
|
51
|
-
inputFine: {
|
|
52
|
-
root: [string, number];
|
|
53
|
-
};
|
|
54
|
-
inputCoarse: {
|
|
55
|
-
root: [string, number];
|
|
56
|
-
};
|
|
57
|
-
};
|
|
58
|
-
};
|
|
59
|
-
alias: {
|
|
60
|
-
namespace: string;
|
|
61
|
-
conditions: {
|
|
62
|
-
fine: string[];
|
|
63
|
-
coarse: string[];
|
|
64
|
-
flush: string[];
|
|
65
|
-
gridFocusStack: string[];
|
|
66
|
-
};
|
|
67
|
-
aliases: {
|
|
68
|
-
noLine: {
|
|
69
|
-
fine: string[];
|
|
70
|
-
};
|
|
71
|
-
hairLine: {
|
|
72
|
-
fine: string[];
|
|
73
|
-
};
|
|
74
|
-
thickLine: {
|
|
75
|
-
fine: string[];
|
|
76
|
-
gridFocusStack: string[];
|
|
77
|
-
};
|
|
78
|
-
trimXs: {
|
|
79
|
-
fine: string[];
|
|
80
|
-
};
|
|
81
|
-
trimSm: {
|
|
82
|
-
fine: string[];
|
|
83
|
-
};
|
|
84
|
-
trimMd: {
|
|
85
|
-
coarse: string[];
|
|
86
|
-
};
|
|
87
|
-
inputFine: {
|
|
88
|
-
fine: string[];
|
|
89
|
-
};
|
|
90
|
-
inputCoarse: {
|
|
91
|
-
coarse: string[];
|
|
92
|
-
};
|
|
93
|
-
};
|
|
94
|
-
};
|
|
95
|
-
};
|
|
96
|
-
export declare const maxSizesFacet: {
|
|
97
|
-
physical: {
|
|
98
|
-
namespace: string;
|
|
99
|
-
conditions: {
|
|
100
|
-
root: string[];
|
|
101
|
-
};
|
|
102
|
-
series: {
|
|
103
|
-
size: {
|
|
104
|
-
root: {
|
|
105
|
-
unit: string;
|
|
106
|
-
initial: number;
|
|
107
|
-
slope: number;
|
|
108
|
-
};
|
|
109
|
-
};
|
|
110
|
-
};
|
|
111
|
-
};
|
|
112
|
-
semantic: {
|
|
113
|
-
namespace: string;
|
|
114
|
-
conditions: {
|
|
115
|
-
root: string[];
|
|
116
|
-
};
|
|
117
|
-
sememes: {
|
|
118
|
-
'prose-max-width': {
|
|
119
|
-
root: [string, number];
|
|
120
|
-
};
|
|
121
|
-
'container-max-width': {
|
|
122
|
-
root: [string, number];
|
|
123
|
-
};
|
|
124
|
-
'popover-max-width': {
|
|
125
|
-
root: [string, number];
|
|
126
|
-
};
|
|
127
|
-
'card-default-width': {
|
|
128
|
-
root: [string, number];
|
|
129
|
-
};
|
|
130
|
-
'card-min-width': {
|
|
131
|
-
root: [string, number];
|
|
132
|
-
};
|
|
133
|
-
'card-max-width': {
|
|
134
|
-
root: [string, number];
|
|
135
|
-
};
|
|
136
|
-
};
|
|
137
|
-
};
|
|
138
|
-
};
|
|
139
|
-
//# sourceMappingURL=lengths.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"lengths.d.ts","sourceRoot":"","sources":["../../../../../src/config/tokens/lengths.ts"],"names":[],"mappings":"AASA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0DR,CAAC;AAElB,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2BT,CAAC"}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import type { ColorsPhysicalLayer } from '@ch-ui/tokens';
|
|
2
|
-
import { type PhysicalPalette } from './types';
|
|
3
|
-
export declare const huePalettes: {
|
|
4
|
-
red: PhysicalPalette;
|
|
5
|
-
orange: PhysicalPalette;
|
|
6
|
-
amber: PhysicalPalette;
|
|
7
|
-
yellow: PhysicalPalette;
|
|
8
|
-
lime: PhysicalPalette;
|
|
9
|
-
green: PhysicalPalette;
|
|
10
|
-
emerald: PhysicalPalette;
|
|
11
|
-
teal: PhysicalPalette;
|
|
12
|
-
cyan: PhysicalPalette;
|
|
13
|
-
sky: PhysicalPalette;
|
|
14
|
-
blue: PhysicalPalette;
|
|
15
|
-
indigo: PhysicalPalette;
|
|
16
|
-
violet: PhysicalPalette;
|
|
17
|
-
purple: PhysicalPalette;
|
|
18
|
-
fuchsia: PhysicalPalette;
|
|
19
|
-
pink: PhysicalPalette;
|
|
20
|
-
rose: PhysicalPalette;
|
|
21
|
-
};
|
|
22
|
-
export declare const physicalColors: ColorsPhysicalLayer;
|
|
23
|
-
//# sourceMappingURL=physical-colors.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"physical-colors.d.ts","sourceRoot":"","sources":["../../../../../src/config/tokens/physical-colors.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAsB,mBAAmB,EAA2C,MAAM,eAAe,CAAC;AAEtH,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,SAAS,CAAC;AAiC/C,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;CAkBvB,CAAC;AA6CF,eAAO,MAAM,cAAc,EAAE,mBAsB5B,CAAC"}
|