@dxos/ui-theme 0.0.0 → 0.8.4-main.59c2e9b

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.
Files changed (181) hide show
  1. package/dist/lib/browser/index.mjs +3410 -0
  2. package/dist/lib/browser/index.mjs.map +7 -0
  3. package/dist/lib/browser/meta.json +1 -0
  4. package/dist/lib/node-esm/index.mjs +3412 -0
  5. package/dist/lib/node-esm/index.mjs.map +7 -0
  6. package/dist/lib/node-esm/meta.json +1 -0
  7. package/dist/plugin/node-cjs/chunk-UUMDOU7E.cjs +79 -0
  8. package/dist/plugin/node-cjs/chunk-UUMDOU7E.cjs.map +7 -0
  9. package/dist/plugin/node-cjs/chunk-ZVALPM6U.cjs +1619 -0
  10. package/dist/plugin/node-cjs/chunk-ZVALPM6U.cjs.map +7 -0
  11. package/dist/plugin/node-cjs/config/tailwind.cjs +29 -0
  12. package/dist/plugin/node-cjs/config/tailwind.cjs.map +7 -0
  13. package/dist/plugin/node-cjs/meta.json +1 -0
  14. package/dist/plugin/node-cjs/plugins/esbuild-plugin.cjs +90 -0
  15. package/dist/plugin/node-cjs/plugins/esbuild-plugin.cjs.map +7 -0
  16. package/dist/plugin/node-cjs/plugins/plugin.cjs +124 -0
  17. package/dist/plugin/node-cjs/plugins/plugin.cjs.map +7 -0
  18. package/dist/plugin/node-cjs/theme.css +1362 -0
  19. package/dist/plugin/node-cjs/theme.css.map +7 -0
  20. package/dist/plugin/node-esm/chunk-AFRHJHP4.mjs +49 -0
  21. package/dist/plugin/node-esm/chunk-AFRHJHP4.mjs.map +7 -0
  22. package/dist/plugin/node-esm/chunk-HJE6EZWE.mjs +1614 -0
  23. package/dist/plugin/node-esm/chunk-HJE6EZWE.mjs.map +7 -0
  24. package/dist/plugin/node-esm/config/tailwind.mjs +8 -0
  25. package/dist/plugin/node-esm/config/tailwind.mjs.map +7 -0
  26. package/dist/plugin/node-esm/meta.json +1 -0
  27. package/dist/plugin/node-esm/plugins/esbuild-plugin.mjs +63 -0
  28. package/dist/plugin/node-esm/plugins/esbuild-plugin.mjs.map +7 -0
  29. package/dist/plugin/node-esm/plugins/plugin.mjs +98 -0
  30. package/dist/plugin/node-esm/plugins/plugin.mjs.map +7 -0
  31. package/dist/plugin/node-esm/theme.css +1362 -0
  32. package/dist/plugin/node-esm/theme.css.map +7 -0
  33. package/dist/types/src/Tokens.stories.d.ts +10 -0
  34. package/dist/types/src/Tokens.stories.d.ts.map +1 -0
  35. package/dist/types/src/config/index.d.ts +3 -0
  36. package/dist/types/src/config/index.d.ts.map +1 -0
  37. package/dist/types/src/config/tailwind.d.ts +9 -0
  38. package/dist/types/src/config/tailwind.d.ts.map +1 -0
  39. package/dist/types/src/config/tokens/alias-colors.d.ts +21 -0
  40. package/dist/types/src/config/tokens/alias-colors.d.ts.map +1 -0
  41. package/dist/types/src/config/tokens/index.d.ts +486 -0
  42. package/dist/types/src/config/tokens/index.d.ts.map +1 -0
  43. package/dist/types/src/config/tokens/lengths.d.ts +139 -0
  44. package/dist/types/src/config/tokens/lengths.d.ts.map +1 -0
  45. package/dist/types/src/config/tokens/physical-colors.d.ts +23 -0
  46. package/dist/types/src/config/tokens/physical-colors.d.ts.map +1 -0
  47. package/dist/types/src/config/tokens/semantic-colors.d.ts +187 -0
  48. package/dist/types/src/config/tokens/semantic-colors.d.ts.map +1 -0
  49. package/dist/types/src/config/tokens/sememes-calls.d.ts +3 -0
  50. package/dist/types/src/config/tokens/sememes-calls.d.ts.map +1 -0
  51. package/dist/types/src/config/tokens/sememes-codemirror.d.ts +43 -0
  52. package/dist/types/src/config/tokens/sememes-codemirror.d.ts.map +1 -0
  53. package/dist/types/src/config/tokens/sememes-hue.d.ts +4 -0
  54. package/dist/types/src/config/tokens/sememes-hue.d.ts.map +1 -0
  55. package/dist/types/src/config/tokens/sememes-sheet.d.ts +58 -0
  56. package/dist/types/src/config/tokens/sememes-sheet.d.ts.map +1 -0
  57. package/dist/types/src/config/tokens/sememes-system.d.ts +99 -0
  58. package/dist/types/src/config/tokens/sememes-system.d.ts.map +1 -0
  59. package/dist/types/src/config/tokens/sizes.d.ts +7 -0
  60. package/dist/types/src/config/tokens/sizes.d.ts.map +1 -0
  61. package/dist/types/src/config/tokens/types.d.ts +5 -0
  62. package/dist/types/src/config/tokens/types.d.ts.map +1 -0
  63. package/dist/types/src/index.d.ts +12 -0
  64. package/dist/types/src/index.d.ts.map +1 -0
  65. package/dist/types/src/plugins/esbuild-plugin.d.ts +9 -0
  66. package/dist/types/src/plugins/esbuild-plugin.d.ts.map +1 -0
  67. package/dist/types/src/plugins/plugin.d.ts +20 -0
  68. package/dist/types/src/plugins/plugin.d.ts.map +1 -0
  69. package/dist/types/src/plugins/resolveContent.d.ts +2 -0
  70. package/dist/types/src/plugins/resolveContent.d.ts.map +1 -0
  71. package/dist/types/src/styles/components/anchored-overflow.d.ts +6 -0
  72. package/dist/types/src/styles/components/anchored-overflow.d.ts.map +1 -0
  73. package/dist/types/src/styles/components/avatar.d.ts +21 -0
  74. package/dist/types/src/styles/components/avatar.d.ts.map +1 -0
  75. package/dist/types/src/styles/components/breadcrumb.d.ts +9 -0
  76. package/dist/types/src/styles/components/breadcrumb.d.ts.map +1 -0
  77. package/dist/types/src/styles/components/button.d.ts +19 -0
  78. package/dist/types/src/styles/components/button.d.ts.map +1 -0
  79. package/dist/types/src/styles/components/dialog.d.ts +15 -0
  80. package/dist/types/src/styles/components/dialog.d.ts.map +1 -0
  81. package/dist/types/src/styles/components/icon-button.d.ts +8 -0
  82. package/dist/types/src/styles/components/icon-button.d.ts.map +1 -0
  83. package/dist/types/src/styles/components/icon.d.ts +7 -0
  84. package/dist/types/src/styles/components/icon.d.ts.map +1 -0
  85. package/dist/types/src/styles/components/index.d.ts +24 -0
  86. package/dist/types/src/styles/components/index.d.ts.map +1 -0
  87. package/dist/types/src/styles/components/input.d.ts +111 -0
  88. package/dist/types/src/styles/components/input.d.ts.map +1 -0
  89. package/dist/types/src/styles/components/link.d.ts +7 -0
  90. package/dist/types/src/styles/components/link.d.ts.map +1 -0
  91. package/dist/types/src/styles/components/list.d.ts +14 -0
  92. package/dist/types/src/styles/components/list.d.ts.map +1 -0
  93. package/dist/types/src/styles/components/main.d.ts +28 -0
  94. package/dist/types/src/styles/components/main.d.ts.map +1 -0
  95. package/dist/types/src/styles/components/menu.d.ts +13 -0
  96. package/dist/types/src/styles/components/menu.d.ts.map +1 -0
  97. package/dist/types/src/styles/components/message.d.ts +11 -0
  98. package/dist/types/src/styles/components/message.d.ts.map +1 -0
  99. package/dist/types/src/styles/components/popover.d.ts +11 -0
  100. package/dist/types/src/styles/components/popover.d.ts.map +1 -0
  101. package/dist/types/src/styles/components/scroll-area.d.ts +9 -0
  102. package/dist/types/src/styles/components/scroll-area.d.ts.map +1 -0
  103. package/dist/types/src/styles/components/select.d.ts +13 -0
  104. package/dist/types/src/styles/components/select.d.ts.map +1 -0
  105. package/dist/types/src/styles/components/separator.d.ts +8 -0
  106. package/dist/types/src/styles/components/separator.d.ts.map +1 -0
  107. package/dist/types/src/styles/components/status.d.ts +9 -0
  108. package/dist/types/src/styles/components/status.d.ts.map +1 -0
  109. package/dist/types/src/styles/components/tag.d.ts +7 -0
  110. package/dist/types/src/styles/components/tag.d.ts.map +1 -0
  111. package/dist/types/src/styles/components/toast.d.ts +12 -0
  112. package/dist/types/src/styles/components/toast.d.ts.map +1 -0
  113. package/dist/types/src/styles/components/toolbar.d.ts +11 -0
  114. package/dist/types/src/styles/components/toolbar.d.ts.map +1 -0
  115. package/dist/types/src/styles/components/tooltip.d.ts +8 -0
  116. package/dist/types/src/styles/components/tooltip.d.ts.map +1 -0
  117. package/dist/types/src/styles/components/treegrid.d.ts +10 -0
  118. package/dist/types/src/styles/components/treegrid.d.ts.map +1 -0
  119. package/dist/types/src/styles/fragments/density.d.ts +13 -0
  120. package/dist/types/src/styles/fragments/density.d.ts.map +1 -0
  121. package/dist/types/src/styles/fragments/dimension.d.ts +5 -0
  122. package/dist/types/src/styles/fragments/dimension.d.ts.map +1 -0
  123. package/dist/types/src/styles/fragments/disabled.d.ts +3 -0
  124. package/dist/types/src/styles/fragments/disabled.d.ts.map +1 -0
  125. package/dist/types/src/styles/fragments/elevation.d.ts +15 -0
  126. package/dist/types/src/styles/fragments/elevation.d.ts.map +1 -0
  127. package/dist/types/src/styles/fragments/focus.d.ts +6 -0
  128. package/dist/types/src/styles/fragments/focus.d.ts.map +1 -0
  129. package/dist/types/src/styles/fragments/group.d.ts +5 -0
  130. package/dist/types/src/styles/fragments/group.d.ts.map +1 -0
  131. package/dist/types/src/styles/fragments/hover.d.ts +17 -0
  132. package/dist/types/src/styles/fragments/hover.d.ts.map +1 -0
  133. package/dist/types/src/styles/fragments/index.d.ts +17 -0
  134. package/dist/types/src/styles/fragments/index.d.ts.map +1 -0
  135. package/dist/types/src/styles/fragments/layout.d.ts +3 -0
  136. package/dist/types/src/styles/fragments/layout.d.ts.map +1 -0
  137. package/dist/types/src/styles/fragments/motion.d.ts +2 -0
  138. package/dist/types/src/styles/fragments/motion.d.ts.map +1 -0
  139. package/dist/types/src/styles/fragments/ornament.d.ts +5 -0
  140. package/dist/types/src/styles/fragments/ornament.d.ts.map +1 -0
  141. package/dist/types/src/styles/fragments/selected.d.ts +13 -0
  142. package/dist/types/src/styles/fragments/selected.d.ts.map +1 -0
  143. package/dist/types/src/styles/fragments/shimmer.d.ts +3 -0
  144. package/dist/types/src/styles/fragments/shimmer.d.ts.map +1 -0
  145. package/dist/types/src/styles/fragments/size.d.ts +9 -0
  146. package/dist/types/src/styles/fragments/size.d.ts.map +1 -0
  147. package/dist/types/src/styles/fragments/surface.d.ts +9 -0
  148. package/dist/types/src/styles/fragments/surface.d.ts.map +1 -0
  149. package/dist/types/src/styles/fragments/text.d.ts +7 -0
  150. package/dist/types/src/styles/fragments/text.d.ts.map +1 -0
  151. package/dist/types/src/styles/fragments/valence.d.ts +13 -0
  152. package/dist/types/src/styles/fragments/valence.d.ts.map +1 -0
  153. package/dist/types/src/styles/index.d.ts +4 -0
  154. package/dist/types/src/styles/index.d.ts.map +1 -0
  155. package/dist/types/src/styles/theme.d.ts +5 -0
  156. package/dist/types/src/styles/theme.d.ts.map +1 -0
  157. package/dist/types/src/tailwind.d.ts +3 -0
  158. package/dist/types/src/tailwind.d.ts.map +1 -0
  159. package/dist/types/src/types.d.ts +3 -0
  160. package/dist/types/src/types.d.ts.map +1 -0
  161. package/dist/types/src/util/hash-styles.d.ts +15 -0
  162. package/dist/types/src/util/hash-styles.d.ts.map +1 -0
  163. package/dist/types/src/util/index.d.ts +3 -0
  164. package/dist/types/src/util/index.d.ts.map +1 -0
  165. package/dist/types/src/util/mx.d.ts +2 -0
  166. package/dist/types/src/util/mx.d.ts.map +1 -0
  167. package/dist/types/src/util/withLogical.d.ts +164 -0
  168. package/dist/types/src/util/withLogical.d.ts.map +1 -0
  169. package/dist/types/tsconfig.tsbuildinfo +1 -0
  170. package/package.json +9 -5
  171. package/src/config/index.ts +1 -1
  172. package/src/config/tailwind.ts +78 -64
  173. package/src/config/tokens/lengths.ts +6 -6
  174. package/src/config/tokens/sizes.ts +5 -2
  175. package/src/index.ts +1 -1
  176. package/src/styles/components/dialog.ts +19 -3
  177. package/src/styles/fragments/motion.ts +1 -1
  178. package/src/styles/layers/dialog.css +53 -18
  179. package/src/styles/layers/size.css +19 -12
  180. package/src/styles/layers/typography.css +22 -2
  181. package/src/tailwind.ts +3 -1
@@ -0,0 +1,486 @@
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
@@ -0,0 +1 @@
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"}
@@ -0,0 +1,139 @@
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
@@ -0,0 +1 @@
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"}
@@ -0,0 +1,23 @@
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
@@ -0,0 +1 @@
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"}