@dxos/ui-theme 0.8.4-main.bc674ce → 0.8.4-main.ef1bc66f44
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 +298 -203
- package/dist/lib/browser/index.mjs.map +4 -4
- package/dist/lib/browser/meta.json +1 -1
- package/dist/lib/node-esm/index.mjs +298 -203
- package/dist/lib/node-esm/index.mjs.map +4 -4
- package/dist/lib/node-esm/meta.json +1 -1
- package/dist/plugin/node-cjs/{chunk-ZVALPM6U.cjs → chunk-YBWOZKXY.cjs} +41 -26
- package/dist/plugin/node-cjs/chunk-YBWOZKXY.cjs.map +7 -0
- package/dist/plugin/node-cjs/config/tailwind.cjs +2 -2
- package/dist/plugin/node-cjs/config/tailwind.cjs.map +1 -1
- package/dist/plugin/node-cjs/meta.json +1 -1
- package/dist/plugin/node-cjs/plugins/esbuild-plugin.cjs +2 -2
- package/dist/plugin/node-cjs/plugins/plugin.cjs +3 -3
- package/dist/plugin/node-cjs/theme.css +38 -78
- package/dist/plugin/node-cjs/theme.css.map +3 -3
- package/dist/plugin/node-esm/{chunk-HJE6EZWE.mjs → chunk-LTGUAP22.mjs} +42 -27
- package/dist/plugin/node-esm/chunk-LTGUAP22.mjs.map +7 -0
- package/dist/plugin/node-esm/config/tailwind.mjs +1 -1
- package/dist/plugin/node-esm/meta.json +1 -1
- package/dist/plugin/node-esm/plugins/esbuild-plugin.mjs +1 -1
- package/dist/plugin/node-esm/plugins/plugin.mjs +1 -1
- package/dist/plugin/node-esm/theme.css +38 -78
- package/dist/plugin/node-esm/theme.css.map +3 -3
- package/dist/types/src/config/tailwind.d.ts.map +1 -1
- package/dist/types/src/config/tokens/index.d.ts +1 -484
- package/dist/types/src/config/tokens/index.d.ts.map +1 -1
- package/dist/types/src/config/tokens/lengths.d.ts +12 -9
- package/dist/types/src/config/tokens/lengths.d.ts.map +1 -1
- package/dist/types/src/config/tokens/semantic-colors.d.ts +5 -0
- package/dist/types/src/config/tokens/semantic-colors.d.ts.map +1 -1
- package/dist/types/src/config/tokens/sememes-system.d.ts +5 -0
- package/dist/types/src/config/tokens/sememes-system.d.ts.map +1 -1
- package/dist/types/src/config/tokens/sizes.d.ts +2 -0
- package/dist/types/src/config/tokens/sizes.d.ts.map +1 -1
- 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 +3 -2
- package/dist/types/src/index.d.ts.map +1 -1
- package/dist/types/src/styles/components/dialog.d.ts +2 -0
- package/dist/types/src/styles/components/dialog.d.ts.map +1 -1
- package/dist/types/src/styles/components/index.d.ts +1 -0
- package/dist/types/src/styles/components/index.d.ts.map +1 -1
- package/dist/types/src/styles/components/main.d.ts +0 -5
- package/dist/types/src/styles/components/main.d.ts.map +1 -1
- package/dist/types/src/styles/components/menu.d.ts.map +1 -1
- package/dist/types/src/styles/components/scroll-area.d.ts +12 -5
- package/dist/types/src/styles/components/scroll-area.d.ts.map +1 -1
- 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/toolbar.d.ts +4 -4
- package/dist/types/src/styles/components/toolbar.d.ts.map +1 -1
- package/dist/types/src/styles/index.d.ts +2 -1
- package/dist/types/src/styles/index.d.ts.map +1 -1
- 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 +3 -3
- package/dist/types/src/styles/theme.d.ts.map +1 -1
- package/dist/types/tsconfig.tsbuildinfo +1 -1
- package/package.json +5 -5
- package/src/Tokens.stories.tsx +2 -2
- package/src/config/tailwind.ts +4 -3
- package/src/config/tokens/index.ts +2 -88
- package/src/config/tokens/lengths.ts +14 -5
- package/src/config/tokens/sememes-system.ts +6 -1
- package/src/config/tokens/sizes.ts +2 -0
- package/src/config/tokens/tokens.ts +90 -0
- package/src/index.ts +3 -2
- package/src/styles/components/dialog.ts +9 -1
- package/src/styles/components/index.ts +1 -0
- package/src/styles/components/main.ts +0 -4
- 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/toolbar.ts +16 -9
- package/src/styles/components/tooltip.ts +2 -2
- package/src/styles/fragments/size.ts +2 -2
- package/src/styles/index.ts +2 -1
- package/src/styles/layers/dialog.css +1 -5
- package/src/styles/layers/index.css +1 -0
- package/src/styles/layers/main.css +29 -73
- package/src/styles/layers/scrollbar.css +10 -0
- package/src/styles/layers/size.css +17 -19
- package/src/styles/layers/tokens.css +2 -1
- package/src/styles/primitives/container.ts +33 -0
- package/src/styles/primitives/index.ts +5 -0
- package/src/styles/theme.ts +29 -5
- package/dist/plugin/node-cjs/chunk-ZVALPM6U.cjs.map +0 -7
- package/dist/plugin/node-esm/chunk-HJE6EZWE.mjs.map +0 -7
|
@@ -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":"AAcA,eAAO,MAAM,IAAI,UAA2B,CAAC;AAE7C,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAQD,CAAC;AAmCrB,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4BZ,CAAC;AAErB,eAAO,MAAM,oBAAoB;;EAAmC,CAAC"}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
import { type TailwindConfig } from './config';
|
|
2
1
|
export { cardDefaultInlineSize, cardMinInlineSize, cardMaxInlineSize, hues, userDefaultTokenSet } from './config';
|
|
3
2
|
export * from './styles';
|
|
4
3
|
export * from './types';
|
|
5
4
|
export * from './util';
|
|
6
|
-
declare const tokens:
|
|
5
|
+
declare const tokens: Partial<import("tailwindcss/types/config").CustomThemeConfig & {
|
|
6
|
+
extend: Partial<import("tailwindcss/types/config").CustomThemeConfig>;
|
|
7
|
+
}> | undefined;
|
|
7
8
|
export { tokens };
|
|
8
9
|
/**
|
|
9
10
|
* Translation namespace for OS-level translations.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.ts"],"names":[],"mappings":"
|
|
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"}
|
|
@@ -9,6 +9,8 @@ export type DialogStyleProps = {
|
|
|
9
9
|
export declare const dialogOverlay: ComponentFunction<DialogStyleProps>;
|
|
10
10
|
export declare const dialogContent: ComponentFunction<DialogStyleProps>;
|
|
11
11
|
export declare const dialogHeader: ComponentFunction<DialogStyleProps>;
|
|
12
|
+
export declare const dialogBody: ComponentFunction<DialogStyleProps>;
|
|
13
|
+
export declare const dialogActionBar: ComponentFunction<DialogStyleProps>;
|
|
12
14
|
export declare const dialogTitle: ComponentFunction<DialogStyleProps>;
|
|
13
15
|
export declare const dialogDescription: ComponentFunction<DialogStyleProps>;
|
|
14
16
|
export declare const dialogTheme: Theme<DialogStyleProps>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dialog.d.ts","sourceRoot":"","sources":["../../../../../src/styles/components/dialog.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,iBAAiB,EAAE,KAAK,SAAS,EAAE,KAAK,KAAK,EAAE,MAAM,gBAAgB,CAAC;AAKpF,MAAM,MAAM,UAAU,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AASnD,MAAM,MAAM,gBAAgB,GAAG;IAC7B,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,IAAI,CAAC,EAAE,UAAU,CAAC;CACnB,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,iBAAiB,CAAC,gBAAgB,CAAwD,CAAC;AAEvH,eAAO,MAAM,aAAa,EAAE,iBAAiB,CAAC,gBAAgB,CAO7D,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,iBAAiB,CAAC,gBAAgB,CACM,CAAC;AAEpE,eAAO,MAAM,WAAW,EAAE,iBAAiB,CAAC,gBAAgB,CACP,CAAC;AAEtD,eAAO,MAAM,iBAAiB,EAAE,iBAAiB,CAAC,gBAAgB,CACU,CAAC;AAE7E,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,gBAAgB,
|
|
1
|
+
{"version":3,"file":"dialog.d.ts","sourceRoot":"","sources":["../../../../../src/styles/components/dialog.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,iBAAiB,EAAE,KAAK,SAAS,EAAE,KAAK,KAAK,EAAE,MAAM,gBAAgB,CAAC;AAKpF,MAAM,MAAM,UAAU,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AASnD,MAAM,MAAM,gBAAgB,GAAG;IAC7B,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,IAAI,CAAC,EAAE,UAAU,CAAC;CACnB,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,iBAAiB,CAAC,gBAAgB,CAAwD,CAAC;AAEvH,eAAO,MAAM,aAAa,EAAE,iBAAiB,CAAC,gBAAgB,CAO7D,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,iBAAiB,CAAC,gBAAgB,CACM,CAAC;AAEpE,eAAO,MAAM,UAAU,EAAE,iBAAiB,CAAC,gBAAgB,CACgB,CAAC;AAE5E,eAAO,MAAM,eAAe,EAAE,iBAAiB,CAAC,gBAAgB,CACK,CAAC;AAEtE,eAAO,MAAM,WAAW,EAAE,iBAAiB,CAAC,gBAAgB,CACP,CAAC;AAEtD,eAAO,MAAM,iBAAiB,EAAE,iBAAiB,CAAC,gBAAgB,CACU,CAAC;AAE7E,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,gBAAgB,CAQ/C,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/styles/components/index.ts"],"names":[],"mappings":"AAIA,cAAc,qBAAqB,CAAC;AACpC,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,eAAe,CAAC;AAC9B,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,QAAQ,CAAC;AACvB,cAAc,QAAQ,CAAC;AACvB,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,OAAO,CAAC;AACtB,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/styles/components/index.ts"],"names":[],"mappings":"AAIA,cAAc,qBAAqB,CAAC;AACpC,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,eAAe,CAAC;AAC9B,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,QAAQ,CAAC;AACvB,cAAc,QAAQ,CAAC;AACvB,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,OAAO,CAAC;AACtB,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC"}
|
|
@@ -10,7 +10,6 @@ export type MainStyleProps = Partial<{
|
|
|
10
10
|
}>;
|
|
11
11
|
export declare const mainContent: ComponentFunction<MainStyleProps>;
|
|
12
12
|
export declare const mainSidebar: ComponentFunction<MainStyleProps>;
|
|
13
|
-
export declare const mainDrawer: ComponentFunction<MainStyleProps>;
|
|
14
13
|
export declare const mainOverlay: ComponentFunction<MainStyleProps>;
|
|
15
14
|
export declare const mainTheme: {
|
|
16
15
|
content: ComponentFunction<Partial<{
|
|
@@ -21,10 +20,6 @@ export declare const mainTheme: {
|
|
|
21
20
|
bounce: boolean;
|
|
22
21
|
handlesFocus: boolean;
|
|
23
22
|
}>>;
|
|
24
|
-
drawer: ComponentFunction<Partial<{
|
|
25
|
-
bounce: boolean;
|
|
26
|
-
handlesFocus: boolean;
|
|
27
|
-
}>>;
|
|
28
23
|
overlay: ComponentFunction<Partial<{
|
|
29
24
|
bounce: boolean;
|
|
30
25
|
handlesFocus: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../../../../../src/styles/components/main.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAKxD,eAAO,MAAM,uBAAuB,sDAAsD,CAAC;AAC3F,eAAO,MAAM,wBAAwB,+DAA+D,CAAC;AAErG,eAAO,MAAM,WAAW,4BAA4B,CAAC;AACrD,eAAO,MAAM,sBAAsB,wCAAwC,CAAC;AAC5E,eAAO,MAAM,iBAAiB,2BAA2B,CAAC;AAE1D,MAAM,MAAM,cAAc,GAAG,OAAO,CAAC;IACnC,MAAM,EAAE,OAAO,CAAC;IAChB,YAAY,EAAE,OAAO,CAAC;CACvB,CAAC,CAAC;AAEH,eAAO,MAAM,WAAW,EAAE,iBAAiB,CAAC,cAAc,CACgD,CAAC;AAE3G,eAAO,MAAM,WAAW,EAAE,iBAAiB,CAAC,cAAc,CACK,CAAC;AAEhE,eAAO,MAAM,
|
|
1
|
+
{"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../../../../../src/styles/components/main.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAKxD,eAAO,MAAM,uBAAuB,sDAAsD,CAAC;AAC3F,eAAO,MAAM,wBAAwB,+DAA+D,CAAC;AAErG,eAAO,MAAM,WAAW,4BAA4B,CAAC;AACrD,eAAO,MAAM,sBAAsB,wCAAwC,CAAC;AAC5E,eAAO,MAAM,iBAAiB,2BAA2B,CAAC;AAE1D,MAAM,MAAM,cAAc,GAAG,OAAO,CAAC;IACnC,MAAM,EAAE,OAAO,CAAC;IAChB,YAAY,EAAE,OAAO,CAAC;CACvB,CAAC,CAAC;AAEH,eAAO,MAAM,WAAW,EAAE,iBAAiB,CAAC,cAAc,CACgD,CAAC;AAE3G,eAAO,MAAM,WAAW,EAAE,iBAAiB,CAAC,cAAc,CACK,CAAC;AAEhE,eAAO,MAAM,WAAW,EAAE,iBAAiB,CAAC,cAAc,CAAgD,CAAC;AAE3G,eAAO,MAAM,SAAS;;gBAZZ,OAAO;sBACD,OAAO;;;gBADb,OAAO;sBACD,OAAO;;;gBADb,OAAO;sBACD,OAAO;;CAetB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"menu.d.ts","sourceRoot":"","sources":["../../../../../src/styles/components/menu.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,iBAAiB,EAAE,KAAK,SAAS,EAAE,KAAK,KAAK,EAAE,MAAM,gBAAgB,CAAC;
|
|
1
|
+
{"version":3,"file":"menu.d.ts","sourceRoot":"","sources":["../../../../../src/styles/components/menu.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,iBAAiB,EAAE,KAAK,SAAS,EAAE,KAAK,KAAK,EAAE,MAAM,gBAAgB,CAAC;AAKpF,MAAM,MAAM,cAAc,GAAG,OAAO,CAAC;IACnC,kBAAkB,EAAE,OAAO,CAAC;IAC5B,SAAS,EAAE,SAAS,CAAC;CACtB,CAAC,CAAC;AAEH,eAAO,MAAM,YAAY,EAAE,iBAAiB,CAAC,cAAc,CACwC,CAAC;AAEpG,eAAO,MAAM,WAAW,EAAE,iBAAiB,CAAC,cAAc,CAQvD,CAAC;AAEJ,eAAO,MAAM,QAAQ,EAAE,iBAAiB,CAAC,cAAc,CAOpD,CAAC;AAEJ,eAAO,MAAM,aAAa,EAAE,iBAAiB,CAAC,cAAc,CACd,CAAC;AAE/C,eAAO,MAAM,cAAc,EAAE,iBAAiB,CAAC,cAAc,CACL,CAAC;AAEzD,eAAO,MAAM,SAAS,EAAE,iBAAiB,CAAC,cAAc,CAAoD,CAAC;AAE7G,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,cAAc,CAO3C,CAAC"}
|
|
@@ -1,9 +1,16 @@
|
|
|
1
|
-
import { type ComponentFunction, type Theme } from '@dxos/ui-types';
|
|
2
|
-
export type ScrollAreaStyleProps = {
|
|
1
|
+
import { type AllowedAxis, type ComponentFunction, type Theme } from '@dxos/ui-types';
|
|
2
|
+
export type ScrollAreaStyleProps = {
|
|
3
|
+
orientation?: AllowedAxis;
|
|
4
|
+
autoHide?: boolean;
|
|
5
|
+
margin?: boolean;
|
|
6
|
+
padding?: boolean;
|
|
7
|
+
thin?: boolean;
|
|
8
|
+
snap?: boolean;
|
|
9
|
+
};
|
|
3
10
|
export declare const scrollAreaRoot: ComponentFunction<ScrollAreaStyleProps>;
|
|
11
|
+
/**
|
|
12
|
+
* NOTE: The browser reserves space for scrollbars.
|
|
13
|
+
*/
|
|
4
14
|
export declare const scrollAreaViewport: ComponentFunction<ScrollAreaStyleProps>;
|
|
5
|
-
export declare const scrollAreaScrollbar: ComponentFunction<ScrollAreaStyleProps>;
|
|
6
|
-
export declare const scrollAreaThumb: ComponentFunction<ScrollAreaStyleProps>;
|
|
7
|
-
export declare const scrollAreaCorner: ComponentFunction<ScrollAreaStyleProps>;
|
|
8
15
|
export declare const scrollAreaTheme: Theme<ScrollAreaStyleProps>;
|
|
9
16
|
//# sourceMappingURL=scroll-area.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"scroll-area.d.ts","sourceRoot":"","sources":["../../../../../src/styles/components/scroll-area.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,iBAAiB,EAAE,KAAK,KAAK,EAAE,MAAM,gBAAgB,CAAC;
|
|
1
|
+
{"version":3,"file":"scroll-area.d.ts","sourceRoot":"","sources":["../../../../../src/styles/components/scroll-area.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,WAAW,EAAE,KAAK,iBAAiB,EAAE,KAAK,KAAK,EAAE,MAAM,gBAAgB,CAAC;AAItF,MAAM,MAAM,oBAAoB,GAAG;IACjC,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,IAAI,CAAC,EAAE,OAAO,CAAC;CAChB,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,iBAAiB,CAAC,oBAAoB,CAgBhE,CAAC;AAEJ;;GAEG;AACH,eAAO,MAAM,kBAAkB,EAAE,iBAAiB,CAAC,oBAAoB,CA8CpE,CAAC;AAEJ,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,oBAAoB,CAGvD,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { ComponentFunction, Theme } from '@dxos/ui-types';
|
|
2
|
+
export type SkeletonStyleProps = {
|
|
3
|
+
variant?: 'default' | 'circle' | 'text';
|
|
4
|
+
};
|
|
5
|
+
export declare const skeletonRoot: ComponentFunction<SkeletonStyleProps>;
|
|
6
|
+
export declare const skeletonTheme: Theme<SkeletonStyleProps>;
|
|
7
|
+
//# sourceMappingURL=skeleton.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"skeleton.d.ts","sourceRoot":"","sources":["../../../../../src/styles/components/skeleton.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,iBAAiB,EAAE,KAAK,EAAE,MAAM,gBAAgB,CAAC;AAI/D,MAAM,MAAM,kBAAkB,GAAG;IAC/B,OAAO,CAAC,EAAE,SAAS,GAAG,QAAQ,GAAG,MAAM,CAAC;CACzC,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,iBAAiB,CAAC,kBAAkB,CAM5D,CAAC;AAEJ,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,kBAAkB,CAEnD,CAAC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { type ComponentFunction, type Theme } from '@dxos/ui-types';
|
|
1
|
+
import { type ComponentFunction, type Density, type Theme } from '@dxos/ui-types';
|
|
2
2
|
export type ToolbarStyleProps = Partial<{
|
|
3
|
-
|
|
3
|
+
density: Density;
|
|
4
4
|
disabled: boolean;
|
|
5
|
+
layoutManaged: boolean;
|
|
5
6
|
}>;
|
|
6
|
-
export declare const toolbarLayout = "is-full shrink-0 flex flex-nowrap
|
|
7
|
-
export declare const toolbarInactive = "*:opacity-20";
|
|
7
|
+
export declare const toolbarLayout = "is-full shrink-0 flex flex-nowrap p-1 gap-1 items-center overflow-x-auto scrollbar-none contain-layout";
|
|
8
8
|
export declare const toolbarRoot: ComponentFunction<ToolbarStyleProps>;
|
|
9
9
|
export declare const toolbarInner: ComponentFunction<ToolbarStyleProps>;
|
|
10
10
|
export declare const toolbarTheme: Theme<ToolbarStyleProps>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"toolbar.d.ts","sourceRoot":"","sources":["../../../../../src/styles/components/toolbar.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,iBAAiB,EAAE,KAAK,KAAK,EAAE,MAAM,gBAAgB,CAAC;
|
|
1
|
+
{"version":3,"file":"toolbar.d.ts","sourceRoot":"","sources":["../../../../../src/styles/components/toolbar.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,iBAAiB,EAAE,KAAK,OAAO,EAAE,KAAK,KAAK,EAAE,MAAM,gBAAgB,CAAC;AAKlF,MAAM,MAAM,iBAAiB,GAAG,OAAO,CAAC;IACtC,OAAO,EAAE,OAAO,CAAC;IACjB,QAAQ,EAAE,OAAO,CAAC;IAClB,aAAa,EAAE,OAAO,CAAC;CACxB,CAAC,CAAC;AAEH,eAAO,MAAM,aAAa,2GACgF,CAAC;AAE3G,eAAO,MAAM,WAAW,EAAE,iBAAiB,CAAC,iBAAiB,CAQ5D,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,iBAAiB,CAAC,iBAAiB,CAE7D,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,iBAAiB,CAGjD,CAAC"}
|