@dxos/ui-theme 0.0.0 → 0.8.4-main.52d7546f51
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 +3499 -0
- package/dist/lib/browser/index.mjs.map +7 -0
- package/dist/lib/browser/meta.json +1 -0
- package/dist/lib/node-esm/index.mjs +3501 -0
- package/dist/lib/node-esm/index.mjs.map +7 -0
- package/dist/lib/node-esm/meta.json +1 -0
- package/dist/plugin/node-cjs/chunk-TH5YZMTA.cjs +1633 -0
- package/dist/plugin/node-cjs/chunk-TH5YZMTA.cjs.map +7 -0
- package/dist/plugin/node-cjs/chunk-UUMDOU7E.cjs +79 -0
- package/dist/plugin/node-cjs/chunk-UUMDOU7E.cjs.map +7 -0
- package/dist/plugin/node-cjs/config/tailwind.cjs +29 -0
- package/dist/plugin/node-cjs/config/tailwind.cjs.map +7 -0
- package/dist/plugin/node-cjs/meta.json +1 -0
- package/dist/plugin/node-cjs/plugins/esbuild-plugin.cjs +90 -0
- package/dist/plugin/node-cjs/plugins/esbuild-plugin.cjs.map +7 -0
- package/dist/plugin/node-cjs/plugins/plugin.cjs +124 -0
- package/dist/plugin/node-cjs/plugins/plugin.cjs.map +7 -0
- package/dist/plugin/node-cjs/theme.css +1378 -0
- package/dist/plugin/node-cjs/theme.css.map +7 -0
- package/dist/plugin/node-esm/chunk-6EGZAB2N.mjs +1628 -0
- package/dist/plugin/node-esm/chunk-6EGZAB2N.mjs.map +7 -0
- package/dist/plugin/node-esm/chunk-AFRHJHP4.mjs +49 -0
- package/dist/plugin/node-esm/chunk-AFRHJHP4.mjs.map +7 -0
- package/dist/plugin/node-esm/config/tailwind.mjs +8 -0
- package/dist/plugin/node-esm/config/tailwind.mjs.map +7 -0
- package/dist/plugin/node-esm/meta.json +1 -0
- package/dist/plugin/node-esm/plugins/esbuild-plugin.mjs +63 -0
- package/dist/plugin/node-esm/plugins/esbuild-plugin.mjs.map +7 -0
- package/dist/plugin/node-esm/plugins/plugin.mjs +98 -0
- package/dist/plugin/node-esm/plugins/plugin.mjs.map +7 -0
- package/dist/plugin/node-esm/theme.css +1378 -0
- package/dist/plugin/node-esm/theme.css.map +7 -0
- package/dist/types/src/Tokens.stories.d.ts +10 -0
- package/dist/types/src/Tokens.stories.d.ts.map +1 -0
- package/dist/types/src/config/index.d.ts +3 -0
- package/dist/types/src/config/index.d.ts.map +1 -0
- package/dist/types/src/config/tailwind.d.ts +9 -0
- package/dist/types/src/config/tailwind.d.ts.map +1 -0
- package/dist/types/src/config/tokens/colors/alias-colors.d.ts +21 -0
- package/dist/types/src/config/tokens/colors/alias-colors.d.ts.map +1 -0
- package/dist/types/src/config/tokens/colors/index.d.ts +5 -0
- package/dist/types/src/config/tokens/colors/index.d.ts.map +1 -0
- package/dist/types/src/config/tokens/colors/physical-colors.d.ts +23 -0
- package/dist/types/src/config/tokens/colors/physical-colors.d.ts.map +1 -0
- package/dist/types/src/config/tokens/colors/semantic-colors.d.ts +192 -0
- package/dist/types/src/config/tokens/colors/semantic-colors.d.ts.map +1 -0
- package/dist/types/src/config/tokens/colors/sememes-calls.d.ts +3 -0
- package/dist/types/src/config/tokens/colors/sememes-calls.d.ts.map +1 -0
- package/dist/types/src/config/tokens/colors/sememes-codemirror.d.ts +43 -0
- package/dist/types/src/config/tokens/colors/sememes-codemirror.d.ts.map +1 -0
- package/dist/types/src/config/tokens/colors/sememes-hue.d.ts +4 -0
- package/dist/types/src/config/tokens/colors/sememes-hue.d.ts.map +1 -0
- package/dist/types/src/config/tokens/colors/sememes-sheet.d.ts +58 -0
- package/dist/types/src/config/tokens/colors/sememes-sheet.d.ts.map +1 -0
- package/dist/types/src/config/tokens/colors/sememes-system.d.ts +104 -0
- package/dist/types/src/config/tokens/colors/sememes-system.d.ts.map +1 -0
- package/dist/types/src/config/tokens/colors/types.d.ts +5 -0
- package/dist/types/src/config/tokens/colors/types.d.ts.map +1 -0
- package/dist/types/src/config/tokens/index.d.ts +3 -0
- package/dist/types/src/config/tokens/index.d.ts.map +1 -0
- package/dist/types/src/config/tokens/lengths.d.ts +142 -0
- package/dist/types/src/config/tokens/lengths.d.ts.map +1 -0
- package/dist/types/src/config/tokens/sizes.d.ts +9 -0
- package/dist/types/src/config/tokens/sizes.d.ts.map +1 -0
- package/dist/types/src/config/tokens/tokens.d.ts +498 -0
- package/dist/types/src/config/tokens/tokens.d.ts.map +1 -0
- package/dist/types/src/index.d.ts +13 -0
- package/dist/types/src/index.d.ts.map +1 -0
- package/dist/types/src/plugins/esbuild-plugin.d.ts +9 -0
- package/dist/types/src/plugins/esbuild-plugin.d.ts.map +1 -0
- package/dist/types/src/plugins/plugin.d.ts +20 -0
- package/dist/types/src/plugins/plugin.d.ts.map +1 -0
- package/dist/types/src/plugins/resolveContent.d.ts +2 -0
- package/dist/types/src/plugins/resolveContent.d.ts.map +1 -0
- package/dist/types/src/styles/components/anchored-overflow.d.ts +6 -0
- package/dist/types/src/styles/components/anchored-overflow.d.ts.map +1 -0
- package/dist/types/src/styles/components/avatar.d.ts +21 -0
- package/dist/types/src/styles/components/avatar.d.ts.map +1 -0
- package/dist/types/src/styles/components/breadcrumb.d.ts +9 -0
- package/dist/types/src/styles/components/breadcrumb.d.ts.map +1 -0
- package/dist/types/src/styles/components/button.d.ts +19 -0
- package/dist/types/src/styles/components/button.d.ts.map +1 -0
- package/dist/types/src/styles/components/dialog.d.ts +17 -0
- package/dist/types/src/styles/components/dialog.d.ts.map +1 -0
- package/dist/types/src/styles/components/icon-button.d.ts +8 -0
- package/dist/types/src/styles/components/icon-button.d.ts.map +1 -0
- package/dist/types/src/styles/components/icon.d.ts +7 -0
- package/dist/types/src/styles/components/icon.d.ts.map +1 -0
- package/dist/types/src/styles/components/index.d.ts +25 -0
- package/dist/types/src/styles/components/index.d.ts.map +1 -0
- package/dist/types/src/styles/components/input.d.ts +110 -0
- package/dist/types/src/styles/components/input.d.ts.map +1 -0
- package/dist/types/src/styles/components/link.d.ts +7 -0
- package/dist/types/src/styles/components/link.d.ts.map +1 -0
- package/dist/types/src/styles/components/list.d.ts +14 -0
- package/dist/types/src/styles/components/list.d.ts.map +1 -0
- package/dist/types/src/styles/components/main.d.ts +28 -0
- package/dist/types/src/styles/components/main.d.ts.map +1 -0
- package/dist/types/src/styles/components/menu.d.ts +13 -0
- package/dist/types/src/styles/components/menu.d.ts.map +1 -0
- package/dist/types/src/styles/components/message.d.ts +11 -0
- package/dist/types/src/styles/components/message.d.ts.map +1 -0
- package/dist/types/src/styles/components/popover.d.ts +11 -0
- package/dist/types/src/styles/components/popover.d.ts.map +1 -0
- package/dist/types/src/styles/components/scroll-area.d.ts +16 -0
- package/dist/types/src/styles/components/scroll-area.d.ts.map +1 -0
- package/dist/types/src/styles/components/select.d.ts +13 -0
- package/dist/types/src/styles/components/select.d.ts.map +1 -0
- package/dist/types/src/styles/components/separator.d.ts +8 -0
- package/dist/types/src/styles/components/separator.d.ts.map +1 -0
- package/dist/types/src/styles/components/skeleton.d.ts +7 -0
- package/dist/types/src/styles/components/skeleton.d.ts.map +1 -0
- package/dist/types/src/styles/components/status.d.ts +9 -0
- package/dist/types/src/styles/components/status.d.ts.map +1 -0
- package/dist/types/src/styles/components/tag.d.ts +7 -0
- package/dist/types/src/styles/components/tag.d.ts.map +1 -0
- package/dist/types/src/styles/components/toast.d.ts +12 -0
- package/dist/types/src/styles/components/toast.d.ts.map +1 -0
- package/dist/types/src/styles/components/toolbar.d.ts +11 -0
- package/dist/types/src/styles/components/toolbar.d.ts.map +1 -0
- package/dist/types/src/styles/components/tooltip.d.ts +8 -0
- package/dist/types/src/styles/components/tooltip.d.ts.map +1 -0
- package/dist/types/src/styles/components/treegrid.d.ts +10 -0
- package/dist/types/src/styles/components/treegrid.d.ts.map +1 -0
- package/dist/types/src/styles/fragments/density.d.ts +13 -0
- package/dist/types/src/styles/fragments/density.d.ts.map +1 -0
- package/dist/types/src/styles/fragments/dimension.d.ts +5 -0
- package/dist/types/src/styles/fragments/dimension.d.ts.map +1 -0
- package/dist/types/src/styles/fragments/disabled.d.ts +3 -0
- package/dist/types/src/styles/fragments/disabled.d.ts.map +1 -0
- package/dist/types/src/styles/fragments/elevation.d.ts +15 -0
- package/dist/types/src/styles/fragments/elevation.d.ts.map +1 -0
- package/dist/types/src/styles/fragments/focus.d.ts +6 -0
- package/dist/types/src/styles/fragments/focus.d.ts.map +1 -0
- package/dist/types/src/styles/fragments/group.d.ts +5 -0
- package/dist/types/src/styles/fragments/group.d.ts.map +1 -0
- package/dist/types/src/styles/fragments/hover.d.ts +17 -0
- package/dist/types/src/styles/fragments/hover.d.ts.map +1 -0
- package/dist/types/src/styles/fragments/index.d.ts +17 -0
- package/dist/types/src/styles/fragments/index.d.ts.map +1 -0
- package/dist/types/src/styles/fragments/layout.d.ts +3 -0
- package/dist/types/src/styles/fragments/layout.d.ts.map +1 -0
- package/dist/types/src/styles/fragments/motion.d.ts +2 -0
- package/dist/types/src/styles/fragments/motion.d.ts.map +1 -0
- package/dist/types/src/styles/fragments/ornament.d.ts +5 -0
- package/dist/types/src/styles/fragments/ornament.d.ts.map +1 -0
- package/dist/types/src/styles/fragments/selected.d.ts +13 -0
- package/dist/types/src/styles/fragments/selected.d.ts.map +1 -0
- package/dist/types/src/styles/fragments/shimmer.d.ts +3 -0
- package/dist/types/src/styles/fragments/shimmer.d.ts.map +1 -0
- package/dist/types/src/styles/fragments/size.d.ts +9 -0
- package/dist/types/src/styles/fragments/size.d.ts.map +1 -0
- package/dist/types/src/styles/fragments/surface.d.ts +9 -0
- package/dist/types/src/styles/fragments/surface.d.ts.map +1 -0
- package/dist/types/src/styles/fragments/text.d.ts +7 -0
- package/dist/types/src/styles/fragments/text.d.ts.map +1 -0
- package/dist/types/src/styles/fragments/valence.d.ts +13 -0
- package/dist/types/src/styles/fragments/valence.d.ts.map +1 -0
- package/dist/types/src/styles/index.d.ts +5 -0
- package/dist/types/src/styles/index.d.ts.map +1 -0
- package/dist/types/src/styles/primitives/container.d.ts +15 -0
- package/dist/types/src/styles/primitives/container.d.ts.map +1 -0
- package/dist/types/src/styles/primitives/index.d.ts +2 -0
- package/dist/types/src/styles/primitives/index.d.ts.map +1 -0
- package/dist/types/src/styles/theme.d.ts +5 -0
- package/dist/types/src/styles/theme.d.ts.map +1 -0
- package/dist/types/src/tailwind.d.ts +3 -0
- package/dist/types/src/tailwind.d.ts.map +1 -0
- package/dist/types/src/types.d.ts +3 -0
- package/dist/types/src/types.d.ts.map +1 -0
- package/dist/types/src/util/hash-styles.d.ts +15 -0
- package/dist/types/src/util/hash-styles.d.ts.map +1 -0
- package/dist/types/src/util/index.d.ts +3 -0
- package/dist/types/src/util/index.d.ts.map +1 -0
- package/dist/types/src/util/mx.d.ts +2 -0
- package/dist/types/src/util/mx.d.ts.map +1 -0
- package/dist/types/src/util/withLogical.d.ts +164 -0
- package/dist/types/src/util/withLogical.d.ts.map +1 -0
- package/dist/types/tsconfig.tsbuildinfo +1 -0
- package/package.json +10 -6
- package/src/Tokens.stories.tsx +2 -2
- package/src/config/index.ts +1 -1
- package/src/config/tailwind.ts +79 -64
- package/src/config/tokens/colors/index.ts +8 -0
- package/src/config/tokens/{sememes-system.ts → colors/sememes-system.ts} +79 -70
- package/src/config/tokens/index.ts +2 -88
- package/src/config/tokens/lengths.ts +18 -10
- package/src/config/tokens/sizes.ts +7 -2
- package/src/config/tokens/tokens.ts +87 -0
- package/src/index.ts +4 -3
- package/src/styles/components/dialog.ts +27 -3
- package/src/styles/components/index.ts +1 -0
- package/src/styles/components/input.ts +2 -2
- package/src/styles/components/main.ts +7 -9
- package/src/styles/components/menu.ts +2 -10
- package/src/styles/components/popover.ts +3 -3
- package/src/styles/components/scroll-area.ts +70 -23
- package/src/styles/components/skeleton.ts +23 -0
- package/src/styles/components/tag.ts +1 -1
- package/src/styles/components/toolbar.ts +16 -9
- package/src/styles/components/tooltip.ts +2 -2
- package/src/styles/fragments/motion.ts +1 -1
- package/src/styles/fragments/size.ts +2 -2
- package/src/styles/index.ts +2 -1
- package/src/styles/layers/dialog.css +52 -21
- package/src/styles/layers/index.css +1 -0
- package/src/styles/layers/main.css +30 -7
- package/src/styles/layers/scrollbar.css +11 -0
- package/src/styles/layers/size.css +26 -21
- package/src/styles/layers/tokens.css +3 -1
- package/src/styles/layers/typography.css +22 -2
- package/src/styles/primitives/container.ts +33 -0
- package/src/styles/primitives/index.ts +5 -0
- package/src/styles/theme.ts +18 -5
- package/src/tailwind.ts +3 -1
- package/src/types.ts +1 -1
- /package/src/config/tokens/{alias-colors.ts → colors/alias-colors.ts} +0 -0
- /package/src/config/tokens/{physical-colors.ts → colors/physical-colors.ts} +0 -0
- /package/src/config/tokens/{semantic-colors.ts → colors/semantic-colors.ts} +0 -0
- /package/src/config/tokens/{sememes-calls.ts → colors/sememes-calls.ts} +0 -0
- /package/src/config/tokens/{sememes-codemirror.ts → colors/sememes-codemirror.ts} +0 -0
- /package/src/config/tokens/{sememes-hue.ts → colors/sememes-hue.ts} +0 -0
- /package/src/config/tokens/{sememes-sheet.ts → colors/sememes-sheet.ts} +0 -0
- /package/src/config/tokens/{types.ts → colors/types.ts} +0 -0
|
@@ -0,0 +1,498 @@
|
|
|
1
|
+
export declare const hues: string[];
|
|
2
|
+
export declare const tokenSet: {
|
|
3
|
+
colors: {
|
|
4
|
+
physical: import("@ch-ui/tokens").ColorsPhysicalLayer;
|
|
5
|
+
semantic: {
|
|
6
|
+
conditions: {
|
|
7
|
+
light: string[];
|
|
8
|
+
dark: string[];
|
|
9
|
+
};
|
|
10
|
+
sememes: {
|
|
11
|
+
baseSurface: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
|
|
12
|
+
groupSurface: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
|
|
13
|
+
modalSurface: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
|
|
14
|
+
textInputSurfaceBase: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
|
|
15
|
+
textInputSurfaceGroup: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
|
|
16
|
+
textInputSurfaceModal: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
|
|
17
|
+
inputSurfaceBase: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
|
|
18
|
+
inputSurfaceGroup: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
|
|
19
|
+
inputSurfaceModal: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
|
|
20
|
+
hoverSurfaceBase: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
|
|
21
|
+
hoverSurfaceGroup: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
|
|
22
|
+
hoverSurfaceModal: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
|
|
23
|
+
separatorBase: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
|
|
24
|
+
separatorGroup: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
|
|
25
|
+
separatorModal: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
|
|
26
|
+
subduedSeparator: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
|
|
27
|
+
scrollbarTrack: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
|
|
28
|
+
scrollbarThumbSubdued: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
|
|
29
|
+
scrollbarThumb: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
|
|
30
|
+
scrollbarThumbHover: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
|
|
31
|
+
scrollbarThumbActive: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
|
|
32
|
+
unAccent: {
|
|
33
|
+
light: [string, number];
|
|
34
|
+
dark: [string, number];
|
|
35
|
+
};
|
|
36
|
+
unAccentHover: {
|
|
37
|
+
light: [string, number];
|
|
38
|
+
dark: [string, number];
|
|
39
|
+
};
|
|
40
|
+
hoverOverlay: {
|
|
41
|
+
light: [string, string];
|
|
42
|
+
dark: [string, string];
|
|
43
|
+
};
|
|
44
|
+
scrimSurface: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
|
|
45
|
+
focusSurface: {
|
|
46
|
+
light: [string, number];
|
|
47
|
+
dark: [string, number];
|
|
48
|
+
};
|
|
49
|
+
deckSurface: {
|
|
50
|
+
light: [string, number];
|
|
51
|
+
dark: [string, number];
|
|
52
|
+
};
|
|
53
|
+
inverseSurface: {
|
|
54
|
+
light: [string, number];
|
|
55
|
+
dark: [string, number];
|
|
56
|
+
};
|
|
57
|
+
accentSurfaceRelated: {
|
|
58
|
+
light: [string, string];
|
|
59
|
+
dark: [string, string];
|
|
60
|
+
};
|
|
61
|
+
accentSurfaceHover: {
|
|
62
|
+
light: [string, number];
|
|
63
|
+
dark: [string, number];
|
|
64
|
+
};
|
|
65
|
+
accentSurface: {
|
|
66
|
+
light: [string, number];
|
|
67
|
+
dark: [string, number];
|
|
68
|
+
};
|
|
69
|
+
baseText: {
|
|
70
|
+
light: [string, number];
|
|
71
|
+
dark: [string, number];
|
|
72
|
+
};
|
|
73
|
+
inverseSurfaceText: {
|
|
74
|
+
light: [string, number];
|
|
75
|
+
dark: [string, number];
|
|
76
|
+
};
|
|
77
|
+
description: {
|
|
78
|
+
light: [string, number];
|
|
79
|
+
dark: [string, number];
|
|
80
|
+
};
|
|
81
|
+
subdued: {
|
|
82
|
+
light: [string, number];
|
|
83
|
+
dark: [string, number];
|
|
84
|
+
};
|
|
85
|
+
placeholder: {
|
|
86
|
+
light: [string, number];
|
|
87
|
+
dark: [string, number];
|
|
88
|
+
};
|
|
89
|
+
accentText: {
|
|
90
|
+
light: [string, number];
|
|
91
|
+
dark: [string, number];
|
|
92
|
+
};
|
|
93
|
+
accentSurfaceText: {
|
|
94
|
+
light: [string, number];
|
|
95
|
+
dark: [string, number];
|
|
96
|
+
};
|
|
97
|
+
accentTextHover: {
|
|
98
|
+
light: [string, number];
|
|
99
|
+
dark: [string, number];
|
|
100
|
+
};
|
|
101
|
+
accentFocusIndicator: {
|
|
102
|
+
light: [string, number];
|
|
103
|
+
dark: [string, number];
|
|
104
|
+
};
|
|
105
|
+
neutralFocusIndicator: {
|
|
106
|
+
light: [string, number];
|
|
107
|
+
dark: [string, number];
|
|
108
|
+
};
|
|
109
|
+
axisSurface: {
|
|
110
|
+
light: [string, number];
|
|
111
|
+
dark: [string, number];
|
|
112
|
+
};
|
|
113
|
+
axisText: {
|
|
114
|
+
light: [string, number];
|
|
115
|
+
dark: [string, number];
|
|
116
|
+
};
|
|
117
|
+
axisSelectedSurface: {
|
|
118
|
+
light: [string, number];
|
|
119
|
+
dark: [string, number];
|
|
120
|
+
};
|
|
121
|
+
axisSelectedText: {
|
|
122
|
+
light: [string, number];
|
|
123
|
+
dark: [string, number];
|
|
124
|
+
};
|
|
125
|
+
gridCell: {
|
|
126
|
+
light: [string, string];
|
|
127
|
+
dark: [string, number];
|
|
128
|
+
};
|
|
129
|
+
gridCellSelected: {
|
|
130
|
+
light: [string, number];
|
|
131
|
+
dark: [string, number];
|
|
132
|
+
};
|
|
133
|
+
gridOverlay: {
|
|
134
|
+
light: [string, string];
|
|
135
|
+
dark: [string, string];
|
|
136
|
+
};
|
|
137
|
+
gridSelectionOverlay: {
|
|
138
|
+
light: [string, string];
|
|
139
|
+
dark: [string, string];
|
|
140
|
+
};
|
|
141
|
+
gridHighlight: {
|
|
142
|
+
light: [string, string];
|
|
143
|
+
dark: [string, string];
|
|
144
|
+
};
|
|
145
|
+
gridCommented: {
|
|
146
|
+
light: [string, number];
|
|
147
|
+
dark: [string, number];
|
|
148
|
+
};
|
|
149
|
+
gridCommentedActive: {
|
|
150
|
+
light: [string, string];
|
|
151
|
+
dark: [string, string];
|
|
152
|
+
};
|
|
153
|
+
cmCodeblock: {
|
|
154
|
+
light: [string, string];
|
|
155
|
+
dark: [string, string];
|
|
156
|
+
};
|
|
157
|
+
cmActiveLine: {
|
|
158
|
+
light: [string, string];
|
|
159
|
+
dark: [string, string];
|
|
160
|
+
};
|
|
161
|
+
cmSeparator: {
|
|
162
|
+
light: [string, number];
|
|
163
|
+
dark: [string, number];
|
|
164
|
+
};
|
|
165
|
+
cmCursor: {
|
|
166
|
+
light: [string, number];
|
|
167
|
+
dark: [string, number];
|
|
168
|
+
};
|
|
169
|
+
cmSelection: {
|
|
170
|
+
light: [string, string];
|
|
171
|
+
dark: [string, string];
|
|
172
|
+
};
|
|
173
|
+
cmFocusedSelection: {
|
|
174
|
+
light: [string, number];
|
|
175
|
+
dark: [string, number];
|
|
176
|
+
};
|
|
177
|
+
cmHighlight: {
|
|
178
|
+
light: [string, number];
|
|
179
|
+
dark: [string, number];
|
|
180
|
+
};
|
|
181
|
+
cmHighlightSurface: {
|
|
182
|
+
light: [string, number];
|
|
183
|
+
dark: [string, number];
|
|
184
|
+
};
|
|
185
|
+
cmCommentText: {
|
|
186
|
+
light: [string, number];
|
|
187
|
+
dark: [string, number];
|
|
188
|
+
};
|
|
189
|
+
cmCommentSurface: {
|
|
190
|
+
light: [string, number];
|
|
191
|
+
dark: [string, number];
|
|
192
|
+
};
|
|
193
|
+
};
|
|
194
|
+
namespace: string;
|
|
195
|
+
};
|
|
196
|
+
alias: {
|
|
197
|
+
conditions: {
|
|
198
|
+
root: string[];
|
|
199
|
+
group: string[];
|
|
200
|
+
modal: string[];
|
|
201
|
+
gridFocusStack: string[];
|
|
202
|
+
};
|
|
203
|
+
aliases: {
|
|
204
|
+
activeSurface: {
|
|
205
|
+
root: string[];
|
|
206
|
+
};
|
|
207
|
+
accentFocusIndicator: {
|
|
208
|
+
root: string[];
|
|
209
|
+
};
|
|
210
|
+
neutralFocusIndicator: {
|
|
211
|
+
gridFocusStack: string[];
|
|
212
|
+
};
|
|
213
|
+
};
|
|
214
|
+
namespace: string;
|
|
215
|
+
};
|
|
216
|
+
};
|
|
217
|
+
lengths: {
|
|
218
|
+
physical: {
|
|
219
|
+
namespace: string;
|
|
220
|
+
conditions: {
|
|
221
|
+
root: string[];
|
|
222
|
+
};
|
|
223
|
+
series: {
|
|
224
|
+
line: {
|
|
225
|
+
root: {
|
|
226
|
+
unit: string;
|
|
227
|
+
initial: number;
|
|
228
|
+
slope: number;
|
|
229
|
+
};
|
|
230
|
+
};
|
|
231
|
+
lacuna: {
|
|
232
|
+
root: {
|
|
233
|
+
unit: string;
|
|
234
|
+
initial: number;
|
|
235
|
+
slope: number;
|
|
236
|
+
};
|
|
237
|
+
};
|
|
238
|
+
};
|
|
239
|
+
};
|
|
240
|
+
semantic: {
|
|
241
|
+
namespace: string;
|
|
242
|
+
conditions: {
|
|
243
|
+
root: string[];
|
|
244
|
+
};
|
|
245
|
+
sememes: {
|
|
246
|
+
noLine: {
|
|
247
|
+
root: [string, number];
|
|
248
|
+
};
|
|
249
|
+
hairLine: {
|
|
250
|
+
root: [string, number];
|
|
251
|
+
};
|
|
252
|
+
thickLine: {
|
|
253
|
+
root: [string, number];
|
|
254
|
+
};
|
|
255
|
+
trimXs: {
|
|
256
|
+
root: [string, number];
|
|
257
|
+
};
|
|
258
|
+
trimSm: {
|
|
259
|
+
root: [string, number];
|
|
260
|
+
};
|
|
261
|
+
trimMd: {
|
|
262
|
+
root: [string, number];
|
|
263
|
+
};
|
|
264
|
+
trimLg: {
|
|
265
|
+
root: [string, number];
|
|
266
|
+
};
|
|
267
|
+
inputFine: {
|
|
268
|
+
root: [string, number];
|
|
269
|
+
};
|
|
270
|
+
inputCoarse: {
|
|
271
|
+
root: [string, number];
|
|
272
|
+
};
|
|
273
|
+
};
|
|
274
|
+
};
|
|
275
|
+
alias: {
|
|
276
|
+
namespace: string;
|
|
277
|
+
conditions: {
|
|
278
|
+
fine: string[];
|
|
279
|
+
coarse: string[];
|
|
280
|
+
flush: string[];
|
|
281
|
+
gridFocusStack: string[];
|
|
282
|
+
};
|
|
283
|
+
aliases: {
|
|
284
|
+
noLine: {
|
|
285
|
+
fine: string[];
|
|
286
|
+
};
|
|
287
|
+
hairLine: {
|
|
288
|
+
fine: string[];
|
|
289
|
+
};
|
|
290
|
+
thickLine: {
|
|
291
|
+
fine: string[];
|
|
292
|
+
gridFocusStack: string[];
|
|
293
|
+
};
|
|
294
|
+
inputFine: {
|
|
295
|
+
fine: string[];
|
|
296
|
+
};
|
|
297
|
+
inputCoarse: {
|
|
298
|
+
coarse: string[];
|
|
299
|
+
};
|
|
300
|
+
trimXs: {
|
|
301
|
+
fine: string[];
|
|
302
|
+
};
|
|
303
|
+
trimSm: {
|
|
304
|
+
fine: string[];
|
|
305
|
+
};
|
|
306
|
+
trimMd: {
|
|
307
|
+
coarse: string[];
|
|
308
|
+
};
|
|
309
|
+
};
|
|
310
|
+
};
|
|
311
|
+
};
|
|
312
|
+
maxSizes: {
|
|
313
|
+
physical: {
|
|
314
|
+
namespace: string;
|
|
315
|
+
conditions: {
|
|
316
|
+
root: string[];
|
|
317
|
+
};
|
|
318
|
+
series: {
|
|
319
|
+
size: {
|
|
320
|
+
root: {
|
|
321
|
+
unit: string;
|
|
322
|
+
initial: number;
|
|
323
|
+
slope: number;
|
|
324
|
+
};
|
|
325
|
+
};
|
|
326
|
+
};
|
|
327
|
+
};
|
|
328
|
+
semantic: {
|
|
329
|
+
namespace: string;
|
|
330
|
+
conditions: {
|
|
331
|
+
root: string[];
|
|
332
|
+
};
|
|
333
|
+
sememes: {
|
|
334
|
+
'prose-max-width': {
|
|
335
|
+
root: [string, number];
|
|
336
|
+
};
|
|
337
|
+
'container-max-width': {
|
|
338
|
+
root: [string, number];
|
|
339
|
+
};
|
|
340
|
+
'card-default-width': {
|
|
341
|
+
root: [string, number];
|
|
342
|
+
};
|
|
343
|
+
'card-min-width': {
|
|
344
|
+
root: [string, number];
|
|
345
|
+
};
|
|
346
|
+
'card-max-width': {
|
|
347
|
+
root: [string, number];
|
|
348
|
+
};
|
|
349
|
+
'card-min-height': {
|
|
350
|
+
root: [string, number];
|
|
351
|
+
};
|
|
352
|
+
'card-max-height': {
|
|
353
|
+
root: [string, number];
|
|
354
|
+
};
|
|
355
|
+
};
|
|
356
|
+
};
|
|
357
|
+
};
|
|
358
|
+
};
|
|
359
|
+
export declare const userDefaultTokenSet: {
|
|
360
|
+
colors: {
|
|
361
|
+
physical: {
|
|
362
|
+
definitions: {
|
|
363
|
+
series: {
|
|
364
|
+
neutral: import("@ch-ui/tokens").HelicalArcSeries;
|
|
365
|
+
primary: import("@ch-ui/tokens").HelicalArcSeries;
|
|
366
|
+
};
|
|
367
|
+
accompanyingSeries: Record<string, any> | undefined;
|
|
368
|
+
};
|
|
369
|
+
conditions: Partial<Record<import("@ch-ui/colors").Gamut, import("@ch-ui/tokens").Statements>>;
|
|
370
|
+
series: {
|
|
371
|
+
neutral: Partial<Partial<Record<import("@ch-ui/colors").Gamut, import("@ch-ui/tokens").HelicalArcSeries>>>;
|
|
372
|
+
primary: Partial<Partial<Record<import("@ch-ui/colors").Gamut, import("@ch-ui/tokens").HelicalArcSeries>>>;
|
|
373
|
+
};
|
|
374
|
+
namespace: string | undefined;
|
|
375
|
+
};
|
|
376
|
+
semantic: {
|
|
377
|
+
conditions: {
|
|
378
|
+
light: string[];
|
|
379
|
+
dark: string[];
|
|
380
|
+
};
|
|
381
|
+
sememes: {
|
|
382
|
+
baseSurface: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
|
|
383
|
+
groupSurface: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
|
|
384
|
+
modalSurface: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
|
|
385
|
+
textInputSurfaceBase: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
|
|
386
|
+
textInputSurfaceGroup: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
|
|
387
|
+
textInputSurfaceModal: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
|
|
388
|
+
inputSurfaceBase: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
|
|
389
|
+
inputSurfaceGroup: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
|
|
390
|
+
inputSurfaceModal: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
|
|
391
|
+
hoverSurfaceBase: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
|
|
392
|
+
hoverSurfaceGroup: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
|
|
393
|
+
hoverSurfaceModal: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
|
|
394
|
+
separatorBase: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
|
|
395
|
+
separatorGroup: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
|
|
396
|
+
separatorModal: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
|
|
397
|
+
subduedSeparator: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
|
|
398
|
+
scrollbarTrack: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
|
|
399
|
+
scrollbarThumbSubdued: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
|
|
400
|
+
scrollbarThumb: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
|
|
401
|
+
scrollbarThumbHover: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
|
|
402
|
+
scrollbarThumbActive: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
|
|
403
|
+
unAccent: {
|
|
404
|
+
light: [string, number];
|
|
405
|
+
dark: [string, number];
|
|
406
|
+
};
|
|
407
|
+
unAccentHover: {
|
|
408
|
+
light: [string, number];
|
|
409
|
+
dark: [string, number];
|
|
410
|
+
};
|
|
411
|
+
hoverOverlay: {
|
|
412
|
+
light: [string, string];
|
|
413
|
+
dark: [string, string];
|
|
414
|
+
};
|
|
415
|
+
scrimSurface: Partial<Record<string, [string, import("@ch-ui/colors").AlphaLuminosity]>>;
|
|
416
|
+
focusSurface: {
|
|
417
|
+
light: [string, number];
|
|
418
|
+
dark: [string, number];
|
|
419
|
+
};
|
|
420
|
+
deckSurface: {
|
|
421
|
+
light: [string, number];
|
|
422
|
+
dark: [string, number];
|
|
423
|
+
};
|
|
424
|
+
inverseSurface: {
|
|
425
|
+
light: [string, number];
|
|
426
|
+
dark: [string, number];
|
|
427
|
+
};
|
|
428
|
+
accentSurfaceRelated: {
|
|
429
|
+
light: [string, string];
|
|
430
|
+
dark: [string, string];
|
|
431
|
+
};
|
|
432
|
+
accentSurfaceHover: {
|
|
433
|
+
light: [string, number];
|
|
434
|
+
dark: [string, number];
|
|
435
|
+
};
|
|
436
|
+
accentSurface: {
|
|
437
|
+
light: [string, number];
|
|
438
|
+
dark: [string, number];
|
|
439
|
+
};
|
|
440
|
+
baseText: {
|
|
441
|
+
light: [string, number];
|
|
442
|
+
dark: [string, number];
|
|
443
|
+
};
|
|
444
|
+
inverseSurfaceText: {
|
|
445
|
+
light: [string, number];
|
|
446
|
+
dark: [string, number];
|
|
447
|
+
};
|
|
448
|
+
description: {
|
|
449
|
+
light: [string, number];
|
|
450
|
+
dark: [string, number];
|
|
451
|
+
};
|
|
452
|
+
subdued: {
|
|
453
|
+
light: [string, number];
|
|
454
|
+
dark: [string, number];
|
|
455
|
+
};
|
|
456
|
+
placeholder: {
|
|
457
|
+
light: [string, number];
|
|
458
|
+
dark: [string, number];
|
|
459
|
+
};
|
|
460
|
+
accentText: {
|
|
461
|
+
light: [string, number];
|
|
462
|
+
dark: [string, number];
|
|
463
|
+
};
|
|
464
|
+
accentSurfaceText: {
|
|
465
|
+
light: [string, number];
|
|
466
|
+
dark: [string, number];
|
|
467
|
+
};
|
|
468
|
+
accentTextHover: {
|
|
469
|
+
light: [string, number];
|
|
470
|
+
dark: [string, number];
|
|
471
|
+
};
|
|
472
|
+
accentFocusIndicator: {
|
|
473
|
+
light: [string, number];
|
|
474
|
+
dark: [string, number];
|
|
475
|
+
};
|
|
476
|
+
neutralFocusIndicator: {
|
|
477
|
+
light: [string, number];
|
|
478
|
+
dark: [string, number];
|
|
479
|
+
};
|
|
480
|
+
};
|
|
481
|
+
namespace: string;
|
|
482
|
+
};
|
|
483
|
+
alias: {
|
|
484
|
+
conditions: {
|
|
485
|
+
root: string[];
|
|
486
|
+
group: string[];
|
|
487
|
+
modal: string[];
|
|
488
|
+
gridFocusStack: string[];
|
|
489
|
+
};
|
|
490
|
+
aliases: Record<string, Record<string, string[]>>;
|
|
491
|
+
namespace: string;
|
|
492
|
+
};
|
|
493
|
+
};
|
|
494
|
+
};
|
|
495
|
+
export declare const tokensTailwindConfig: Partial<import("tailwindcss/types/config").CustomThemeConfig & {
|
|
496
|
+
extend: Partial<import("tailwindcss/types/config").CustomThemeConfig>;
|
|
497
|
+
}>;
|
|
498
|
+
//# sourceMappingURL=tokens.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tokens.d.ts","sourceRoot":"","sources":["../../../../../src/config/tokens/tokens.ts"],"names":[],"mappings":"AA4CA,eAAO,MAAM,IAAI,UAA2B,CAAC;AAE7C,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAQD,CAAC;AAErB,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4BZ,CAAC;AAErB,eAAO,MAAM,oBAAoB;;EAAmC,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export { cardDefaultInlineSize, cardMinInlineSize, cardMaxInlineSize, hues, userDefaultTokenSet } from './config';
|
|
2
|
+
export * from './styles';
|
|
3
|
+
export * from './types';
|
|
4
|
+
export * from './util';
|
|
5
|
+
declare const tokens: Partial<import("tailwindcss/types/config").CustomThemeConfig & {
|
|
6
|
+
extend: Partial<import("tailwindcss/types/config").CustomThemeConfig>;
|
|
7
|
+
}> | undefined;
|
|
8
|
+
export { tokens };
|
|
9
|
+
/**
|
|
10
|
+
* Translation namespace for OS-level translations.
|
|
11
|
+
*/
|
|
12
|
+
export declare const osTranslations = "dxos.org/i18n/os";
|
|
13
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,qBAAqB,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,IAAI,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AAClH,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AAEvB,QAAA,MAAe,MAAM;;cAAuB,CAAC;AAE7C,OAAO,EAAE,MAAM,EAAE,CAAC;AAElB;;GAEG;AACH,eAAO,MAAM,cAAc,qBAAqB,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { Plugin } from 'esbuild';
|
|
2
|
+
import type { ThemeConfig } from 'tailwindcss/types/config';
|
|
3
|
+
export declare const ThemePlugins: (options: {
|
|
4
|
+
content: string[];
|
|
5
|
+
root?: string;
|
|
6
|
+
outdir: string;
|
|
7
|
+
extensions?: Partial<ThemeConfig>[];
|
|
8
|
+
}) => Promise<Plugin[]>;
|
|
9
|
+
//# sourceMappingURL=esbuild-plugin.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"esbuild-plugin.d.ts","sourceRoot":"","sources":["../../../../src/plugins/esbuild-plugin.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,SAAS,CAAC;AAGtC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAM5D,eAAO,MAAM,YAAY,GAAU,SAAS;IAC1C,OAAO,EAAE,MAAM,EAAE,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,OAAO,CAAC,WAAW,CAAC,EAAE,CAAC;CACrC,KAAG,OAAO,CAAC,MAAM,EAAE,CA0CnB,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { type ThemeConfig } from 'tailwindcss/types/config';
|
|
2
|
+
import { type Plugin } from 'vite';
|
|
3
|
+
export type ThemePluginOptions = {
|
|
4
|
+
jit?: boolean;
|
|
5
|
+
cssPath?: string;
|
|
6
|
+
srcCssPath?: string;
|
|
7
|
+
virtualFileId?: string;
|
|
8
|
+
content?: string[];
|
|
9
|
+
root?: string;
|
|
10
|
+
verbose?: boolean;
|
|
11
|
+
extensions?: Partial<ThemeConfig>[];
|
|
12
|
+
};
|
|
13
|
+
/**
|
|
14
|
+
* Vite plugin to configure theme.
|
|
15
|
+
*/
|
|
16
|
+
export declare const ThemePlugin: {
|
|
17
|
+
(options: ThemePluginOptions): Plugin;
|
|
18
|
+
foo: string;
|
|
19
|
+
};
|
|
20
|
+
//# sourceMappingURL=plugin.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"plugin.d.ts","sourceRoot":"","sources":["../../../../src/plugins/plugin.ts"],"names":[],"mappings":"AAeA,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAC5D,OAAO,EAAE,KAAK,MAAM,EAAmB,MAAM,MAAM,CAAC;AAMpD,MAAM,MAAM,kBAAkB,GAAG;IAC/B,GAAG,CAAC,EAAE,OAAO,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,UAAU,CAAC,EAAE,OAAO,CAAC,WAAW,CAAC,EAAE,CAAC;CACrC,CAAC;AA6BF;;GAEG;AACH,eAAO,MAAM,WAAW;cAAa,kBAAkB,GAAG,MAAM;;CAgE/D,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"resolveContent.d.ts","sourceRoot":"","sources":["../../../../src/plugins/resolveContent.ts"],"names":[],"mappings":"AAmCA,eAAO,MAAM,iBAAiB,GAAU,SAAS,MAAM,EAAE,EAAE,KAAK,MAAM,KAAG,OAAO,CAAC,MAAM,EAAE,CAexF,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { type ComponentFunction, type Theme } from '@dxos/ui-types';
|
|
2
|
+
export type AnchoredOverflowStyleProps = {};
|
|
3
|
+
export declare const anchoredOverflowRoot: ComponentFunction<AnchoredOverflowStyleProps>;
|
|
4
|
+
export declare const anchoredOverflowAnchor: ComponentFunction<AnchoredOverflowStyleProps>;
|
|
5
|
+
export declare const anchoredOverflowTheme: Theme<AnchoredOverflowStyleProps>;
|
|
6
|
+
//# sourceMappingURL=anchored-overflow.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"anchored-overflow.d.ts","sourceRoot":"","sources":["../../../../../src/styles/components/anchored-overflow.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,iBAAiB,EAAE,KAAK,KAAK,EAAE,MAAM,gBAAgB,CAAC;AAIpE,MAAM,MAAM,0BAA0B,GAAG,EAAE,CAAC;AAE5C,eAAO,MAAM,oBAAoB,EAAE,iBAAiB,CAAC,0BAA0B,CAChC,CAAC;AAEhD,eAAO,MAAM,sBAAsB,EAAE,iBAAiB,CAAC,0BAA0B,CACtC,CAAC;AAE5C,eAAO,MAAM,qBAAqB,EAAE,KAAK,CAAC,0BAA0B,CAGnE,CAAC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { type ComponentFunction, type Size, type Theme } from '@dxos/ui-types';
|
|
2
|
+
export type AvatarStyleProps = Partial<{
|
|
3
|
+
size: Size;
|
|
4
|
+
srOnly: boolean;
|
|
5
|
+
status: 'active' | 'inactive' | 'current' | 'error' | 'warning' | 'internal';
|
|
6
|
+
animation: 'pulse' | 'none';
|
|
7
|
+
variant: 'circle' | 'square';
|
|
8
|
+
inGroup: boolean;
|
|
9
|
+
}>;
|
|
10
|
+
export declare const avatarRoot: ComponentFunction<AvatarStyleProps>;
|
|
11
|
+
export declare const avatarLabel: ComponentFunction<AvatarStyleProps>;
|
|
12
|
+
export declare const avatarDescription: ComponentFunction<AvatarStyleProps>;
|
|
13
|
+
export declare const avatarFrame: ComponentFunction<AvatarStyleProps>;
|
|
14
|
+
export declare const avatarStatusIcon: ComponentFunction<AvatarStyleProps>;
|
|
15
|
+
export declare const avatarRing: ComponentFunction<AvatarStyleProps>;
|
|
16
|
+
export declare const avatarFallbackText: ComponentFunction<AvatarStyleProps>;
|
|
17
|
+
export declare const avatarGroup: ComponentFunction<AvatarStyleProps>;
|
|
18
|
+
export declare const avatarGroupLabel: ComponentFunction<AvatarStyleProps>;
|
|
19
|
+
export declare const avatarGroupDescription: ComponentFunction<AvatarStyleProps>;
|
|
20
|
+
export declare const avatarTheme: Theme<AvatarStyleProps>;
|
|
21
|
+
//# sourceMappingURL=avatar.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"avatar.d.ts","sourceRoot":"","sources":["../../../../../src/styles/components/avatar.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,iBAAiB,EAAE,KAAK,IAAI,EAAE,KAAK,KAAK,EAAE,MAAM,gBAAgB,CAAC;AAK/E,MAAM,MAAM,gBAAgB,GAAG,OAAO,CAAC;IACrC,IAAI,EAAE,IAAI,CAAC;IACX,MAAM,EAAE,OAAO,CAAC;IAChB,MAAM,EAAE,QAAQ,GAAG,UAAU,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,UAAU,CAAC;IAC7E,SAAS,EAAE,OAAO,GAAG,MAAM,CAAC;IAC5B,OAAO,EAAE,QAAQ,GAAG,QAAQ,CAAC;IAC7B,OAAO,EAAE,OAAO,CAAC;CAClB,CAAC,CAAC;AAEH,eAAO,MAAM,UAAU,EAAE,iBAAiB,CAAC,gBAAgB,CAMxD,CAAC;AAEJ,eAAO,MAAM,WAAW,EAAE,iBAAiB,CAAC,gBAAgB,CAA2D,CAAC;AAExH,eAAO,MAAM,iBAAiB,EAAE,iBAAiB,CAAC,gBAAgB,CAChB,CAAC;AAEnD,eAAO,MAAM,WAAW,EAAE,iBAAiB,CAAC,gBAAgB,CACwC,CAAC;AAErG,eAAO,MAAM,gBAAgB,EAAE,iBAAiB,CAAC,gBAAgB,CAU9D,CAAC;AAEJ,eAAO,MAAM,UAAU,EAAE,iBAAiB,CAAC,gBAAgB,CAmBxD,CAAC;AAEJ,eAAO,MAAM,kBAAkB,EAAE,iBAAiB,CAAC,gBAAgB,CAAgD,CAAC;AAEpH,eAAO,MAAM,WAAW,EAAE,iBAAiB,CAAC,gBAAgB,CACpB,CAAC;AAEzC,eAAO,MAAM,gBAAgB,EAAE,iBAAiB,CAAC,gBAAgB,CAO9D,CAAC;AAEJ,eAAO,MAAM,sBAAsB,EAAE,iBAAiB,CAAC,gBAAgB,CACrB,CAAC;AAEnD,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,gBAAgB,CAW/C,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { type ComponentFunction, type Theme } from '@dxos/ui-types';
|
|
2
|
+
export type breadcrumbStyleProps = {};
|
|
3
|
+
export declare const breadcrumbRoot: ComponentFunction<breadcrumbStyleProps>;
|
|
4
|
+
export declare const breadcrumbList: ComponentFunction<breadcrumbStyleProps>;
|
|
5
|
+
export declare const breadcrumbListItem: ComponentFunction<breadcrumbStyleProps>;
|
|
6
|
+
export declare const breadcrumbCurrent: ComponentFunction<breadcrumbStyleProps>;
|
|
7
|
+
export declare const breadcrumbSeparator: ComponentFunction<breadcrumbStyleProps>;
|
|
8
|
+
export declare const breadcrumbTheme: Theme<breadcrumbStyleProps>;
|
|
9
|
+
//# sourceMappingURL=breadcrumb.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"breadcrumb.d.ts","sourceRoot":"","sources":["../../../../../src/styles/components/breadcrumb.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,iBAAiB,EAAE,KAAK,KAAK,EAAE,MAAM,gBAAgB,CAAC;AAIpE,MAAM,MAAM,oBAAoB,GAAG,EAAE,CAAC;AAEtC,eAAO,MAAM,cAAc,EAAE,iBAAiB,CAAC,oBAAoB,CACzB,CAAC;AAE3C,eAAO,MAAM,cAAc,EAAE,iBAAiB,CAAC,oBAAoB,CAA8C,CAAC;AAElH,eAAO,MAAM,kBAAkB,EAAE,iBAAiB,CAAC,oBAAoB,CAA8C,CAAC;AAEtH,eAAO,MAAM,iBAAiB,EAAE,iBAAiB,CAAC,oBAAoB,CAAkC,CAAC;AAEzG,eAAO,MAAM,mBAAmB,EAAE,iBAAiB,CAAC,oBAAoB,CAC9C,CAAC;AAE3B,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,oBAAoB,CAMvD,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { ComponentFunction, Density, Elevation, Theme } from '@dxos/ui-types';
|
|
2
|
+
export declare const primaryButtonColors = "text-accentSurfaceText bg-accentSurface hover:bg-accentSurfaceHover aria-pressed:bg-primary-500 dark:aria-pressed:bg-primary-500 data-[state=open]:bg-primary-500 dark:data-[state=open]:bg-primary-500 aria-checked:bg-primary-500 dark:aria-checked:bg-primary-500 aria-checked:text-primary-100";
|
|
3
|
+
export declare const staticDefaultButtonColors = "bg-inputSurface";
|
|
4
|
+
export declare const defaultButtonColors: string;
|
|
5
|
+
export declare const ghostButtonColors: string;
|
|
6
|
+
export type ButtonStyleProps = Partial<{
|
|
7
|
+
inGroup?: boolean;
|
|
8
|
+
textWrap?: boolean;
|
|
9
|
+
density: Density;
|
|
10
|
+
elevation: Elevation;
|
|
11
|
+
disabled: boolean;
|
|
12
|
+
variant: 'default' | 'primary' | 'ghost' | 'outline';
|
|
13
|
+
}>;
|
|
14
|
+
export declare const buttonRoot: ComponentFunction<ButtonStyleProps>;
|
|
15
|
+
export declare const buttonGroup: ComponentFunction<{
|
|
16
|
+
elevation?: Elevation;
|
|
17
|
+
}>;
|
|
18
|
+
export declare const buttonTheme: Theme<ButtonStyleProps>;
|
|
19
|
+
//# sourceMappingURL=button.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"button.d.ts","sourceRoot":"","sources":["../../../../../src/styles/components/button.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,iBAAiB,EAAE,OAAO,EAAE,SAAS,EAAE,KAAK,EAAE,MAAM,gBAAgB,CAAC;AAKnF,eAAO,MAAM,mBAAmB,uSACsQ,CAAC;AAEvS,eAAO,MAAM,yBAAyB,oBAAoB,CAAC;AAE3D,eAAO,MAAM,mBAAmB,QAG/B,CAAC;AAEF,eAAO,MAAM,iBAAiB,QAG7B,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG,OAAO,CAAC;IACrC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,EAAE,OAAO,CAAC;IACjB,SAAS,EAAE,SAAS,CAAC;IACrB,QAAQ,EAAE,OAAO,CAAC;IAClB,OAAO,EAAE,SAAS,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS,CAAC;CACtD,CAAC,CAAC;AAEH,eAAO,MAAM,UAAU,EAAE,iBAAiB,CAAC,gBAAgB,CAE1D,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,iBAAiB,CAAC;IAAE,SAAS,CAAC,EAAE,SAAS,CAAA;CAAE,CAKpE,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,gBAAgB,CAG/C,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { type ComponentFunction, type Elevation, type Theme } from '@dxos/ui-types';
|
|
2
|
+
export type DialogSize = 'sm' | 'md' | 'lg' | 'xl';
|
|
3
|
+
export type DialogStyleProps = {
|
|
4
|
+
srOnly?: boolean;
|
|
5
|
+
inOverlayLayout?: boolean;
|
|
6
|
+
elevation?: Elevation;
|
|
7
|
+
size?: DialogSize;
|
|
8
|
+
};
|
|
9
|
+
export declare const dialogOverlay: ComponentFunction<DialogStyleProps>;
|
|
10
|
+
export declare const dialogContent: ComponentFunction<DialogStyleProps>;
|
|
11
|
+
export declare const dialogHeader: ComponentFunction<DialogStyleProps>;
|
|
12
|
+
export declare const dialogBody: ComponentFunction<DialogStyleProps>;
|
|
13
|
+
export declare const dialogActionBar: ComponentFunction<DialogStyleProps>;
|
|
14
|
+
export declare const dialogTitle: ComponentFunction<DialogStyleProps>;
|
|
15
|
+
export declare const dialogDescription: ComponentFunction<DialogStyleProps>;
|
|
16
|
+
export declare const dialogTheme: Theme<DialogStyleProps>;
|
|
17
|
+
//# sourceMappingURL=dialog.d.ts.map
|