@likec4/styles 1.47.0 → 1.49.0

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 (147) hide show
  1. package/LICENSE +1 -1
  2. package/css/package.json +1 -1
  3. package/dev.d.mts +3 -0
  4. package/{dev.ts → dev.mjs} +8 -4
  5. package/dist/css/conditions.mjs +1 -1
  6. package/dist/css/{css.d.ts → css.d.mts} +1 -1
  7. package/dist/css/{cva.d.ts → cva.d.mts} +2 -2
  8. package/dist/css/index.d.mts +5 -0
  9. package/dist/css/sva.d.mts +4 -0
  10. package/dist/jsx/{aspect-ratio.d.ts → aspect-ratio.d.mts} +3 -3
  11. package/dist/jsx/bleed.d.mts +10 -0
  12. package/dist/jsx/box.d.mts +10 -0
  13. package/dist/jsx/center.d.mts +10 -0
  14. package/dist/jsx/circle.d.mts +10 -0
  15. package/dist/jsx/{container.d.ts → container.d.mts} +3 -3
  16. package/dist/jsx/cq.d.mts +10 -0
  17. package/dist/jsx/{create-style-context.d.ts → create-style-context.d.mts} +3 -3
  18. package/dist/jsx/divider.d.mts +10 -0
  19. package/dist/jsx/factory.d.mts +3 -0
  20. package/dist/jsx/flex.d.mts +10 -0
  21. package/dist/jsx/float.d.mts +10 -0
  22. package/dist/jsx/grid-item.d.mts +10 -0
  23. package/dist/jsx/grid.d.mts +10 -0
  24. package/dist/jsx/hstack.d.mts +10 -0
  25. package/dist/jsx/index.d.mts +26 -0
  26. package/dist/jsx/index.mjs +2 -1
  27. package/dist/jsx/is-valid-prop.mjs +1 -1
  28. package/dist/jsx/{link-overlay.d.ts → link-overlay.d.mts} +3 -3
  29. package/dist/jsx/spacer.d.mts +10 -0
  30. package/dist/jsx/square.d.mts +10 -0
  31. package/dist/jsx/stack.d.mts +10 -0
  32. package/dist/jsx/txt.d.mts +10 -0
  33. package/dist/jsx/txt.mjs +14 -0
  34. package/dist/jsx/{visually-hidden.d.ts → visually-hidden.d.mts} +3 -3
  35. package/dist/jsx/vstack.d.mts +10 -0
  36. package/dist/jsx/wrap.d.mts +10 -0
  37. package/dist/patterns/{aspect-ratio.d.ts → aspect-ratio.d.mts} +5 -5
  38. package/dist/patterns/{bleed.d.ts → bleed.d.mts} +5 -5
  39. package/dist/patterns/{box.d.ts → box.d.mts} +5 -5
  40. package/dist/patterns/{center.d.ts → center.d.mts} +5 -5
  41. package/dist/patterns/{circle.d.ts → circle.d.mts} +5 -5
  42. package/dist/patterns/{container.d.ts → container.d.mts} +5 -5
  43. package/dist/patterns/{cq.d.ts → cq.d.mts} +5 -5
  44. package/dist/patterns/{divider.d.ts → divider.d.mts} +5 -5
  45. package/dist/patterns/{flex.d.ts → flex.d.mts} +5 -5
  46. package/dist/patterns/{float.d.ts → float.d.mts} +5 -5
  47. package/dist/patterns/{grid-item.d.ts → grid-item.d.mts} +5 -5
  48. package/dist/patterns/{grid.d.ts → grid.d.mts} +5 -5
  49. package/dist/patterns/{hstack.d.ts → hstack.d.mts} +5 -5
  50. package/dist/patterns/index.d.mts +22 -0
  51. package/dist/patterns/index.mjs +2 -1
  52. package/dist/patterns/{link-overlay.d.ts → link-overlay.d.mts} +5 -5
  53. package/dist/patterns/{spacer.d.ts → spacer.d.mts} +5 -5
  54. package/dist/patterns/{square.d.ts → square.d.mts} +5 -5
  55. package/dist/patterns/{stack.d.ts → stack.d.mts} +5 -5
  56. package/dist/patterns/txt.d.mts +24 -0
  57. package/dist/patterns/txt.mjs +28 -0
  58. package/dist/patterns/{visually-hidden.d.ts → visually-hidden.d.mts} +5 -5
  59. package/dist/patterns/{vstack.d.ts → vstack.d.mts} +5 -5
  60. package/dist/patterns/{wrap.d.ts → wrap.d.mts} +5 -5
  61. package/dist/recipes/{action-btn.d.ts → action-btn.d.mts} +2 -2
  62. package/dist/recipes/action-buttons.d.mts +33 -0
  63. package/dist/recipes/action-buttons.mjs +24 -0
  64. package/dist/recipes/{compound-node.d.ts → compound-node.d.mts} +12 -3
  65. package/dist/recipes/compound-node.mjs +5 -1
  66. package/dist/recipes/{edge-action-btn.d.ts → edge-action-btn.d.mts} +2 -2
  67. package/dist/recipes/{edge-label.d.ts → edge-label.d.mts} +2 -2
  68. package/dist/recipes/{edge-path.d.ts → edge-path.d.mts} +2 -2
  69. package/dist/recipes/{element-node-data.d.ts → element-node-data.d.mts} +10 -3
  70. package/dist/recipes/element-node-data.mjs +16 -2
  71. package/dist/recipes/{element-node.d.ts → element-node.d.mts} +2 -2
  72. package/dist/recipes/{element-shape-recipe.d.ts → element-shape-recipe.d.mts} +6 -2
  73. package/dist/recipes/element-shape-recipe.mjs +6 -1
  74. package/dist/recipes/index.d.mts +17 -0
  75. package/dist/recipes/index.mjs +2 -0
  76. package/dist/recipes/{likec4tag.d.ts → likec4tag.d.mts} +2 -2
  77. package/dist/recipes/{markdown-block.d.ts → markdown-block.d.mts} +2 -2
  78. package/dist/recipes/{navigation-link.d.ts → navigation-link.d.mts} +2 -2
  79. package/dist/recipes/{navigation-panel-action-icon.d.ts → navigation-panel-action-icon.d.mts} +2 -2
  80. package/dist/recipes/{navigation-panel.d.ts → navigation-panel.d.mts} +6 -2
  81. package/dist/recipes/navigation-panel.mjs +8 -2
  82. package/dist/recipes/node-notes.d.mts +34 -0
  83. package/dist/recipes/node-notes.mjs +31 -0
  84. package/dist/recipes/{overlay.d.ts → overlay.d.mts} +2 -2
  85. package/dist/tokens/{index.d.ts → index.d.mts} +2 -2
  86. package/dist/tokens/index.mjs +328 -184
  87. package/dist/tokens/tokens.d.mts +54 -0
  88. package/dist/types/{composition.d.ts → composition.d.mts} +4 -1
  89. package/dist/types/{conditions.d.ts → conditions.d.mts} +4 -6
  90. package/dist/types/{global.d.ts → global.d.mts} +5 -5
  91. package/dist/types/index.d.mts +8 -0
  92. package/dist/types/{jsx.d.ts → jsx.d.mts} +2 -2
  93. package/dist/types/{pattern.d.ts → pattern.d.mts} +2 -2
  94. package/dist/types/{prop-type.d.ts → prop-type.d.mts} +21 -5
  95. package/dist/types/{recipe.d.ts → recipe.d.mts} +2 -2
  96. package/dist/types/{selectors.d.ts → selectors.d.mts} +1 -1
  97. package/dist/types/{style-props.d.ts → style-props.d.mts} +59 -59
  98. package/dist/types/{system-types.d.ts → system-types.d.mts} +3 -3
  99. package/jsx/package.json +1 -1
  100. package/package.json +42 -34
  101. package/patterns/package.json +1 -1
  102. package/preset/_chunks/libs/@radix-ui/colors.mjs +3784 -0
  103. package/preset/_chunks/libs/pandacss-preset-radix-colors.mjs +147 -0
  104. package/preset/_chunks/libs/remeda.mjs +120 -0
  105. package/preset/_chunks/rolldown-runtime.mjs +11 -0
  106. package/preset/package.json +2 -2
  107. package/preset/preset.d.mts +1466 -0
  108. package/preset/preset.mjs +3943 -0
  109. package/recipes/package.json +1 -1
  110. package/tokens/package.json +1 -1
  111. package/types/package.json +1 -1
  112. package/vars/package.json +4 -0
  113. package/vars/vars.d.mts +417 -0
  114. package/vars/vars.mjs +415 -0
  115. package/dist/css/index.d.ts +0 -5
  116. package/dist/css/sva.d.ts +0 -4
  117. package/dist/jsx/bleed.d.ts +0 -10
  118. package/dist/jsx/box.d.ts +0 -10
  119. package/dist/jsx/center.d.ts +0 -10
  120. package/dist/jsx/circle.d.ts +0 -10
  121. package/dist/jsx/cq.d.ts +0 -10
  122. package/dist/jsx/divider.d.ts +0 -10
  123. package/dist/jsx/factory.d.ts +0 -3
  124. package/dist/jsx/flex.d.ts +0 -10
  125. package/dist/jsx/float.d.ts +0 -10
  126. package/dist/jsx/grid-item.d.ts +0 -10
  127. package/dist/jsx/grid.d.ts +0 -10
  128. package/dist/jsx/hstack.d.ts +0 -10
  129. package/dist/jsx/index.d.ts +0 -25
  130. package/dist/jsx/spacer.d.ts +0 -10
  131. package/dist/jsx/square.d.ts +0 -10
  132. package/dist/jsx/stack.d.ts +0 -10
  133. package/dist/jsx/vstack.d.ts +0 -10
  134. package/dist/jsx/wrap.d.ts +0 -10
  135. package/dist/patterns/index.d.ts +0 -21
  136. package/dist/preset.d.mts +0 -1232
  137. package/dist/preset.mjs +0 -7553
  138. package/dist/recipes/index.d.ts +0 -15
  139. package/dist/tokens/tokens.d.ts +0 -51
  140. package/dist/types/index.d.ts +0 -8
  141. package/panda.config.ts +0 -10
  142. package/preset.ts +0 -3
  143. /package/dist/css/{cx.d.ts → cx.d.mts} +0 -0
  144. /package/dist/jsx/{is-valid-prop.d.ts → is-valid-prop.d.mts} +0 -0
  145. /package/dist/types/{csstype.d.ts → csstype.d.mts} +0 -0
  146. /package/dist/types/{parts.d.ts → parts.d.mts} +0 -0
  147. /package/dist/types/{static-css.d.ts → static-css.d.mts} +0 -0
@@ -0,0 +1,1466 @@
1
+ import * as _pandacss_types0 from "@pandacss/types";
2
+
3
+ //#region ../preset/src/recipes/actionBtn.d.ts
4
+ declare const actionButtons: _pandacss_types0.RecipeConfig<_pandacss_types0.RecipeVariantRecord>;
5
+ declare const actionBtn: _pandacss_types0.RecipeConfig<_pandacss_types0.RecipeVariantRecord>;
6
+ //#endregion
7
+ //#region ../preset/src/recipes/compoundNode.d.ts
8
+ declare const compoundNode: _pandacss_types0.RecipeConfig<_pandacss_types0.RecipeVariantRecord>;
9
+ //#endregion
10
+ //#region ../preset/src/recipes/edgeActionBtn.d.ts
11
+ declare const edgeActionBtn: _pandacss_types0.RecipeConfig<_pandacss_types0.RecipeVariantRecord>;
12
+ //#endregion
13
+ //#region ../preset/src/recipes/edgeLabel.d.ts
14
+ declare const edgeLabel: _pandacss_types0.RecipeConfig<_pandacss_types0.RecipeVariantRecord>;
15
+ //#endregion
16
+ //#region ../preset/src/recipes/edgePath.d.ts
17
+ declare const edgePath: _pandacss_types0.SlotRecipeConfig;
18
+ //#endregion
19
+ //#region ../preset/src/recipes/elementNode.d.ts
20
+ declare const elementNode: _pandacss_types0.RecipeConfig<_pandacss_types0.RecipeVariantRecord>;
21
+ //#endregion
22
+ //#region ../preset/src/recipes/elementNodeData.d.ts
23
+ declare const elementNodeData: _pandacss_types0.RecipeConfig<_pandacss_types0.RecipeVariantRecord>;
24
+ //#endregion
25
+ //#region ../preset/src/recipes/elementShape.d.ts
26
+ declare const elementShapeRecipe: _pandacss_types0.RecipeConfig<_pandacss_types0.RecipeVariantRecord>;
27
+ //#endregion
28
+ //#region ../preset/src/recipes/likec4tag.d.ts
29
+ declare const likec4tag: _pandacss_types0.RecipeConfig<_pandacss_types0.RecipeVariantRecord>;
30
+ //#endregion
31
+ //#region ../preset/src/recipes/markdownBlock.d.ts
32
+ declare const markdownBlock: _pandacss_types0.RecipeConfig<_pandacss_types0.RecipeVariantRecord>;
33
+ //#endregion
34
+ //#region ../preset/src/recipes/navigationPanelActionIcon.d.ts
35
+ declare const navigationPanelActionIcon: _pandacss_types0.RecipeConfig<_pandacss_types0.RecipeVariantRecord>;
36
+ //#endregion
37
+ //#region ../preset/src/recipes/nodeNotes.d.ts
38
+ declare const nodeNotes: _pandacss_types0.RecipeConfig<_pandacss_types0.RecipeVariantRecord>;
39
+ //#endregion
40
+ //#region ../preset/src/recipes/overlay.d.ts
41
+ declare const overlay: _pandacss_types0.RecipeConfig<_pandacss_types0.RecipeVariantRecord>;
42
+ declare namespace index_d_exports$1 {
43
+ export { actionBtn, actionButtons, compoundNode, edgeActionBtn, edgeLabel, edgePath, elementNode, elementNodeData, elementShapeRecipe, likec4tag, markdownBlock, navigationPanelActionIcon, nodeNotes, overlay };
44
+ }
45
+ //#endregion
46
+ //#region ../preset/src/stot-recipes/navigationLink.d.ts
47
+ declare const navigationLink: _pandacss_types0.SlotRecipeConfig;
48
+ //#endregion
49
+ //#region ../preset/src/stot-recipes/navigationPanel.d.ts
50
+ declare const navigationPanel: _pandacss_types0.SlotRecipeConfig;
51
+ declare namespace index_d_exports {
52
+ export { navigationLink, navigationPanel };
53
+ }
54
+ //#endregion
55
+ //#region ../preset/src/index.d.ts
56
+ declare const theme: {
57
+ breakpoints: {
58
+ xs: string;
59
+ sm: string;
60
+ md: string;
61
+ lg: string;
62
+ xl: string;
63
+ };
64
+ textStyles: {
65
+ readonly dimmed: {
66
+ readonly DEFAULT: {
67
+ readonly description: "Text style for dimmed content";
68
+ readonly value: {
69
+ readonly fontSize: "md";
70
+ readonly lineHeight: "md";
71
+ readonly color: "text.dimmed";
72
+ };
73
+ };
74
+ readonly xxs: {
75
+ readonly value: {
76
+ readonly fontSize: "xxs";
77
+ readonly lineHeight: "xxs";
78
+ readonly color: "text.dimmed";
79
+ };
80
+ };
81
+ readonly xs: {
82
+ readonly value: {
83
+ readonly fontSize: "xs";
84
+ readonly lineHeight: "xs";
85
+ readonly color: "text.dimmed";
86
+ };
87
+ };
88
+ readonly sm: {
89
+ readonly value: {
90
+ readonly fontSize: "sm";
91
+ readonly lineHeight: "sm";
92
+ readonly color: "text.dimmed";
93
+ };
94
+ };
95
+ readonly md: {
96
+ readonly value: {
97
+ readonly fontSize: "md";
98
+ readonly lineHeight: "md";
99
+ readonly color: "text.dimmed";
100
+ };
101
+ };
102
+ };
103
+ readonly xxs: {
104
+ readonly value: {
105
+ readonly fontSize: "xxs";
106
+ readonly lineHeight: "xxs";
107
+ };
108
+ };
109
+ readonly xs: {
110
+ readonly value: {
111
+ readonly fontSize: "xs";
112
+ readonly lineHeight: "xs";
113
+ };
114
+ };
115
+ readonly sm: {
116
+ readonly value: {
117
+ readonly fontSize: "sm";
118
+ readonly lineHeight: "sm";
119
+ };
120
+ };
121
+ readonly md: {
122
+ readonly value: {
123
+ readonly fontSize: "md";
124
+ readonly lineHeight: "md";
125
+ };
126
+ };
127
+ readonly lg: {
128
+ readonly value: {
129
+ readonly fontSize: "lg";
130
+ readonly lineHeight: "lg";
131
+ };
132
+ };
133
+ readonly xl: {
134
+ readonly value: {
135
+ readonly fontSize: "xl";
136
+ readonly lineHeight: "xl";
137
+ };
138
+ };
139
+ readonly likec4: {
140
+ readonly DEFAULT: {
141
+ readonly description: "Text style for panel content";
142
+ readonly value: {
143
+ readonly fontSize: "md";
144
+ readonly lineHeight: "md";
145
+ readonly fontWeight: "normal";
146
+ readonly color: "text";
147
+ };
148
+ };
149
+ readonly panel: {
150
+ readonly DEFAULT: {
151
+ readonly description: "Text style for panel content";
152
+ readonly value: {
153
+ readonly fontSize: "sm";
154
+ readonly lineHeight: "sm";
155
+ readonly fontWeight: "medium";
156
+ readonly color: "likec4.panel.text";
157
+ };
158
+ };
159
+ readonly action: {
160
+ readonly description: "Text style for panel action items";
161
+ readonly value: {
162
+ readonly fontSize: "sm";
163
+ readonly lineHeight: "sm";
164
+ readonly fontWeight: "medium";
165
+ readonly color: {
166
+ readonly base: "likec4.panel.action";
167
+ readonly _hover: "likec4.panel.action.hover";
168
+ };
169
+ };
170
+ };
171
+ };
172
+ };
173
+ };
174
+ layerStyles: _pandacss_types0.LayerStyles;
175
+ tokens: {
176
+ fontSizes: {
177
+ xxs: {
178
+ value: string;
179
+ };
180
+ xs: {
181
+ value: string;
182
+ };
183
+ sm: {
184
+ value: string;
185
+ };
186
+ md: {
187
+ value: string;
188
+ };
189
+ lg: {
190
+ value: string;
191
+ };
192
+ xl: {
193
+ value: string;
194
+ };
195
+ likec4: {
196
+ xs: {
197
+ description: string;
198
+ value: string;
199
+ };
200
+ sm: {
201
+ description: string;
202
+ value: string;
203
+ };
204
+ md: {
205
+ description: string;
206
+ value: string;
207
+ };
208
+ lg: {
209
+ description: string;
210
+ value: string;
211
+ };
212
+ xl: {
213
+ description: string;
214
+ value: string;
215
+ };
216
+ };
217
+ };
218
+ lineHeights: {
219
+ xxs: {
220
+ value: string;
221
+ };
222
+ xs: {
223
+ value: string;
224
+ };
225
+ sm: {
226
+ value: string;
227
+ };
228
+ md: {
229
+ value: string;
230
+ };
231
+ lg: {
232
+ value: string;
233
+ };
234
+ xl: {
235
+ value: string;
236
+ };
237
+ '1': {
238
+ value: string;
239
+ };
240
+ };
241
+ sizes: {
242
+ '100%': {
243
+ value: string;
244
+ };
245
+ full: {
246
+ value: string;
247
+ };
248
+ };
249
+ borders: {
250
+ none: {
251
+ value: string;
252
+ };
253
+ transparent: {
254
+ value: string;
255
+ };
256
+ default: {
257
+ value: string;
258
+ };
259
+ };
260
+ borderWidths: {
261
+ '0': {
262
+ value: string;
263
+ };
264
+ '1': {
265
+ value: string;
266
+ };
267
+ '2': {
268
+ value: string;
269
+ };
270
+ '3': {
271
+ value: string;
272
+ };
273
+ '4': {
274
+ value: string;
275
+ };
276
+ };
277
+ spacing: {
278
+ '0': {
279
+ description: string;
280
+ value: string;
281
+ };
282
+ '0.5': {
283
+ description: string;
284
+ value: string;
285
+ };
286
+ '1': {
287
+ description: string;
288
+ value: string;
289
+ };
290
+ '1.5': {
291
+ description: string;
292
+ value: string;
293
+ };
294
+ '2': {
295
+ description: string;
296
+ value: string;
297
+ };
298
+ '2.5': {
299
+ description: string;
300
+ value: string;
301
+ };
302
+ '3': {
303
+ description: string;
304
+ value: string;
305
+ };
306
+ '3.5': {
307
+ description: string;
308
+ value: string;
309
+ };
310
+ '4': {
311
+ description: string;
312
+ value: string;
313
+ };
314
+ '4.5': {
315
+ description: string;
316
+ value: string;
317
+ };
318
+ '5': {
319
+ description: string;
320
+ value: string;
321
+ };
322
+ '6': {
323
+ description: string;
324
+ value: string;
325
+ };
326
+ '7': {
327
+ description: string;
328
+ value: string;
329
+ };
330
+ '8': {
331
+ description: string;
332
+ value: string;
333
+ };
334
+ '9': {
335
+ description: string;
336
+ value: string;
337
+ };
338
+ '10': {
339
+ description: string;
340
+ value: string;
341
+ };
342
+ '12': {
343
+ description: string;
344
+ value: string;
345
+ };
346
+ '16': {
347
+ description: string;
348
+ value: string;
349
+ };
350
+ xxs: {
351
+ description: string;
352
+ value: string;
353
+ };
354
+ xs: {
355
+ description: string;
356
+ value: string;
357
+ };
358
+ sm: {
359
+ description: string;
360
+ value: string;
361
+ };
362
+ md: {
363
+ description: string;
364
+ value: string;
365
+ };
366
+ lg: {
367
+ description: string;
368
+ value: string;
369
+ };
370
+ xl: {
371
+ description: string;
372
+ value: string;
373
+ };
374
+ likec4: {
375
+ xs: {
376
+ description: string;
377
+ value: string;
378
+ };
379
+ sm: {
380
+ description: string;
381
+ value: string;
382
+ };
383
+ md: {
384
+ description: string;
385
+ value: string;
386
+ };
387
+ lg: {
388
+ description: string;
389
+ value: string;
390
+ };
391
+ xl: {
392
+ description: string;
393
+ value: string;
394
+ };
395
+ };
396
+ };
397
+ radii: {
398
+ '0': {
399
+ value: string;
400
+ };
401
+ xs: {
402
+ value: string;
403
+ };
404
+ sm: {
405
+ value: string;
406
+ };
407
+ md: {
408
+ value: string;
409
+ };
410
+ lg: {
411
+ value: string;
412
+ };
413
+ xl: {
414
+ value: string;
415
+ };
416
+ };
417
+ colors: {
418
+ mantine: {
419
+ colors: {
420
+ primary: {
421
+ DEFAULT: {
422
+ description: string;
423
+ value: string;
424
+ };
425
+ filled: {
426
+ description: string;
427
+ value: string;
428
+ };
429
+ filledHover: {
430
+ description: string;
431
+ value: string;
432
+ };
433
+ light: {
434
+ description: string;
435
+ value: string;
436
+ };
437
+ lightHover: {
438
+ description: string;
439
+ value: string;
440
+ };
441
+ lightColor: {
442
+ description: string;
443
+ value: string;
444
+ };
445
+ outline: {
446
+ description: string;
447
+ value: string;
448
+ };
449
+ outlineHover: {
450
+ description: string;
451
+ value: string;
452
+ };
453
+ };
454
+ 'primary[0]': {
455
+ description: string;
456
+ value: string;
457
+ };
458
+ 'primary[1]': {
459
+ description: string;
460
+ value: string;
461
+ };
462
+ 'primary[2]': {
463
+ description: string;
464
+ value: string;
465
+ };
466
+ 'primary[3]': {
467
+ description: string;
468
+ value: string;
469
+ };
470
+ 'primary[4]': {
471
+ description: string;
472
+ value: string;
473
+ };
474
+ 'primary[5]': {
475
+ description: string;
476
+ value: string;
477
+ };
478
+ 'primary[6]': {
479
+ description: string;
480
+ value: string;
481
+ };
482
+ 'primary[7]': {
483
+ description: string;
484
+ value: string;
485
+ };
486
+ 'primary[8]': {
487
+ description: string;
488
+ value: string;
489
+ };
490
+ 'primary[9]': {
491
+ description: string;
492
+ value: string;
493
+ };
494
+ white: {
495
+ value: string;
496
+ };
497
+ text: {
498
+ value: string;
499
+ };
500
+ body: {
501
+ value: string;
502
+ };
503
+ dimmed: {
504
+ value: string;
505
+ };
506
+ defaultBorder: {
507
+ value: string;
508
+ };
509
+ defaultColor: {
510
+ value: string;
511
+ };
512
+ defaultHover: {
513
+ value: string;
514
+ };
515
+ default: {
516
+ value: string;
517
+ };
518
+ error: {
519
+ value: string;
520
+ };
521
+ placeholder: {
522
+ value: string;
523
+ };
524
+ gray: {
525
+ DEFAULT: {
526
+ description: string;
527
+ value: string;
528
+ };
529
+ filled: {
530
+ description: string;
531
+ value: string;
532
+ };
533
+ filledHover: {
534
+ description: string;
535
+ value: string;
536
+ };
537
+ light: {
538
+ description: string;
539
+ value: string;
540
+ };
541
+ lightHover: {
542
+ description: string;
543
+ value: string;
544
+ };
545
+ lightColor: {
546
+ description: string;
547
+ value: string;
548
+ };
549
+ outline: {
550
+ description: string;
551
+ value: string;
552
+ };
553
+ outlineHover: {
554
+ description: string;
555
+ value: string;
556
+ };
557
+ };
558
+ 'gray[0]': {
559
+ description: string;
560
+ value: string;
561
+ };
562
+ 'gray[1]': {
563
+ description: string;
564
+ value: string;
565
+ };
566
+ 'gray[2]': {
567
+ description: string;
568
+ value: string;
569
+ };
570
+ 'gray[3]': {
571
+ description: string;
572
+ value: string;
573
+ };
574
+ 'gray[4]': {
575
+ description: string;
576
+ value: string;
577
+ };
578
+ 'gray[5]': {
579
+ description: string;
580
+ value: string;
581
+ };
582
+ 'gray[6]': {
583
+ description: string;
584
+ value: string;
585
+ };
586
+ 'gray[7]': {
587
+ description: string;
588
+ value: string;
589
+ };
590
+ 'gray[8]': {
591
+ description: string;
592
+ value: string;
593
+ };
594
+ 'gray[9]': {
595
+ description: string;
596
+ value: string;
597
+ };
598
+ dark: {
599
+ DEFAULT: {
600
+ description: string;
601
+ value: string;
602
+ };
603
+ filled: {
604
+ description: string;
605
+ value: string;
606
+ };
607
+ filledHover: {
608
+ description: string;
609
+ value: string;
610
+ };
611
+ light: {
612
+ description: string;
613
+ value: string;
614
+ };
615
+ lightHover: {
616
+ description: string;
617
+ value: string;
618
+ };
619
+ lightColor: {
620
+ description: string;
621
+ value: string;
622
+ };
623
+ outline: {
624
+ description: string;
625
+ value: string;
626
+ };
627
+ outlineHover: {
628
+ description: string;
629
+ value: string;
630
+ };
631
+ };
632
+ 'dark[0]': {
633
+ description: string;
634
+ value: string;
635
+ };
636
+ 'dark[1]': {
637
+ description: string;
638
+ value: string;
639
+ };
640
+ 'dark[2]': {
641
+ description: string;
642
+ value: string;
643
+ };
644
+ 'dark[3]': {
645
+ description: string;
646
+ value: string;
647
+ };
648
+ 'dark[4]': {
649
+ description: string;
650
+ value: string;
651
+ };
652
+ 'dark[5]': {
653
+ description: string;
654
+ value: string;
655
+ };
656
+ 'dark[6]': {
657
+ description: string;
658
+ value: string;
659
+ };
660
+ 'dark[7]': {
661
+ description: string;
662
+ value: string;
663
+ };
664
+ 'dark[8]': {
665
+ description: string;
666
+ value: string;
667
+ };
668
+ 'dark[9]': {
669
+ description: string;
670
+ value: string;
671
+ };
672
+ orange: {
673
+ DEFAULT: {
674
+ description: string;
675
+ value: string;
676
+ };
677
+ filled: {
678
+ description: string;
679
+ value: string;
680
+ };
681
+ filledHover: {
682
+ description: string;
683
+ value: string;
684
+ };
685
+ light: {
686
+ description: string;
687
+ value: string;
688
+ };
689
+ lightHover: {
690
+ description: string;
691
+ value: string;
692
+ };
693
+ lightColor: {
694
+ description: string;
695
+ value: string;
696
+ };
697
+ outline: {
698
+ description: string;
699
+ value: string;
700
+ };
701
+ outlineHover: {
702
+ description: string;
703
+ value: string;
704
+ };
705
+ };
706
+ 'orange[0]': {
707
+ description: string;
708
+ value: string;
709
+ };
710
+ 'orange[1]': {
711
+ description: string;
712
+ value: string;
713
+ };
714
+ 'orange[2]': {
715
+ description: string;
716
+ value: string;
717
+ };
718
+ 'orange[3]': {
719
+ description: string;
720
+ value: string;
721
+ };
722
+ 'orange[4]': {
723
+ description: string;
724
+ value: string;
725
+ };
726
+ 'orange[5]': {
727
+ description: string;
728
+ value: string;
729
+ };
730
+ 'orange[6]': {
731
+ description: string;
732
+ value: string;
733
+ };
734
+ 'orange[7]': {
735
+ description: string;
736
+ value: string;
737
+ };
738
+ 'orange[8]': {
739
+ description: string;
740
+ value: string;
741
+ };
742
+ 'orange[9]': {
743
+ description: string;
744
+ value: string;
745
+ };
746
+ teal: {
747
+ DEFAULT: {
748
+ description: string;
749
+ value: string;
750
+ };
751
+ filled: {
752
+ description: string;
753
+ value: string;
754
+ };
755
+ filledHover: {
756
+ description: string;
757
+ value: string;
758
+ };
759
+ light: {
760
+ description: string;
761
+ value: string;
762
+ };
763
+ lightHover: {
764
+ description: string;
765
+ value: string;
766
+ };
767
+ lightColor: {
768
+ description: string;
769
+ value: string;
770
+ };
771
+ outline: {
772
+ description: string;
773
+ value: string;
774
+ };
775
+ outlineHover: {
776
+ description: string;
777
+ value: string;
778
+ };
779
+ };
780
+ 'teal[0]': {
781
+ description: string;
782
+ value: string;
783
+ };
784
+ 'teal[1]': {
785
+ description: string;
786
+ value: string;
787
+ };
788
+ 'teal[2]': {
789
+ description: string;
790
+ value: string;
791
+ };
792
+ 'teal[3]': {
793
+ description: string;
794
+ value: string;
795
+ };
796
+ 'teal[4]': {
797
+ description: string;
798
+ value: string;
799
+ };
800
+ 'teal[5]': {
801
+ description: string;
802
+ value: string;
803
+ };
804
+ 'teal[6]': {
805
+ description: string;
806
+ value: string;
807
+ };
808
+ 'teal[7]': {
809
+ description: string;
810
+ value: string;
811
+ };
812
+ 'teal[8]': {
813
+ description: string;
814
+ value: string;
815
+ };
816
+ 'teal[9]': {
817
+ description: string;
818
+ value: string;
819
+ };
820
+ red: {
821
+ DEFAULT: {
822
+ description: string;
823
+ value: string;
824
+ };
825
+ filled: {
826
+ description: string;
827
+ value: string;
828
+ };
829
+ filledHover: {
830
+ description: string;
831
+ value: string;
832
+ };
833
+ light: {
834
+ description: string;
835
+ value: string;
836
+ };
837
+ lightHover: {
838
+ description: string;
839
+ value: string;
840
+ };
841
+ lightColor: {
842
+ description: string;
843
+ value: string;
844
+ };
845
+ outline: {
846
+ description: string;
847
+ value: string;
848
+ };
849
+ outlineHover: {
850
+ description: string;
851
+ value: string;
852
+ };
853
+ };
854
+ 'red[0]': {
855
+ description: string;
856
+ value: string;
857
+ };
858
+ 'red[1]': {
859
+ description: string;
860
+ value: string;
861
+ };
862
+ 'red[2]': {
863
+ description: string;
864
+ value: string;
865
+ };
866
+ 'red[3]': {
867
+ description: string;
868
+ value: string;
869
+ };
870
+ 'red[4]': {
871
+ description: string;
872
+ value: string;
873
+ };
874
+ 'red[5]': {
875
+ description: string;
876
+ value: string;
877
+ };
878
+ 'red[6]': {
879
+ description: string;
880
+ value: string;
881
+ };
882
+ 'red[7]': {
883
+ description: string;
884
+ value: string;
885
+ };
886
+ 'red[8]': {
887
+ description: string;
888
+ value: string;
889
+ };
890
+ 'red[9]': {
891
+ description: string;
892
+ value: string;
893
+ };
894
+ green: {
895
+ DEFAULT: {
896
+ description: string;
897
+ value: string;
898
+ };
899
+ filled: {
900
+ description: string;
901
+ value: string;
902
+ };
903
+ filledHover: {
904
+ description: string;
905
+ value: string;
906
+ };
907
+ light: {
908
+ description: string;
909
+ value: string;
910
+ };
911
+ lightHover: {
912
+ description: string;
913
+ value: string;
914
+ };
915
+ lightColor: {
916
+ description: string;
917
+ value: string;
918
+ };
919
+ outline: {
920
+ description: string;
921
+ value: string;
922
+ };
923
+ outlineHover: {
924
+ description: string;
925
+ value: string;
926
+ };
927
+ };
928
+ 'green[0]': {
929
+ description: string;
930
+ value: string;
931
+ };
932
+ 'green[1]': {
933
+ description: string;
934
+ value: string;
935
+ };
936
+ 'green[2]': {
937
+ description: string;
938
+ value: string;
939
+ };
940
+ 'green[3]': {
941
+ description: string;
942
+ value: string;
943
+ };
944
+ 'green[4]': {
945
+ description: string;
946
+ value: string;
947
+ };
948
+ 'green[5]': {
949
+ description: string;
950
+ value: string;
951
+ };
952
+ 'green[6]': {
953
+ description: string;
954
+ value: string;
955
+ };
956
+ 'green[7]': {
957
+ description: string;
958
+ value: string;
959
+ };
960
+ 'green[8]': {
961
+ description: string;
962
+ value: string;
963
+ };
964
+ 'green[9]': {
965
+ description: string;
966
+ value: string;
967
+ };
968
+ yellow: {
969
+ DEFAULT: {
970
+ description: string;
971
+ value: string;
972
+ };
973
+ filled: {
974
+ description: string;
975
+ value: string;
976
+ };
977
+ filledHover: {
978
+ description: string;
979
+ value: string;
980
+ };
981
+ light: {
982
+ description: string;
983
+ value: string;
984
+ };
985
+ lightHover: {
986
+ description: string;
987
+ value: string;
988
+ };
989
+ lightColor: {
990
+ description: string;
991
+ value: string;
992
+ };
993
+ outline: {
994
+ description: string;
995
+ value: string;
996
+ };
997
+ outlineHover: {
998
+ description: string;
999
+ value: string;
1000
+ };
1001
+ };
1002
+ 'yellow[0]': {
1003
+ description: string;
1004
+ value: string;
1005
+ };
1006
+ 'yellow[1]': {
1007
+ description: string;
1008
+ value: string;
1009
+ };
1010
+ 'yellow[2]': {
1011
+ description: string;
1012
+ value: string;
1013
+ };
1014
+ 'yellow[3]': {
1015
+ description: string;
1016
+ value: string;
1017
+ };
1018
+ 'yellow[4]': {
1019
+ description: string;
1020
+ value: string;
1021
+ };
1022
+ 'yellow[5]': {
1023
+ description: string;
1024
+ value: string;
1025
+ };
1026
+ 'yellow[6]': {
1027
+ description: string;
1028
+ value: string;
1029
+ };
1030
+ 'yellow[7]': {
1031
+ description: string;
1032
+ value: string;
1033
+ };
1034
+ 'yellow[8]': {
1035
+ description: string;
1036
+ value: string;
1037
+ };
1038
+ 'yellow[9]': {
1039
+ description: string;
1040
+ value: string;
1041
+ };
1042
+ };
1043
+ };
1044
+ transparent: {
1045
+ value: string;
1046
+ };
1047
+ none: {
1048
+ value: string;
1049
+ };
1050
+ inherit: {
1051
+ value: string;
1052
+ };
1053
+ };
1054
+ fontWeights: {
1055
+ normal: {
1056
+ value: string;
1057
+ };
1058
+ medium: {
1059
+ value: string;
1060
+ };
1061
+ bold: {
1062
+ value: string;
1063
+ };
1064
+ bolder: {
1065
+ value: string;
1066
+ };
1067
+ };
1068
+ fonts: {
1069
+ mono: {
1070
+ value: string;
1071
+ };
1072
+ body: {
1073
+ value: string;
1074
+ };
1075
+ likec4: {
1076
+ DEFAULT: {
1077
+ value: string;
1078
+ };
1079
+ element: {
1080
+ value: string;
1081
+ };
1082
+ compound: {
1083
+ value: string;
1084
+ };
1085
+ relation: {
1086
+ value: string;
1087
+ };
1088
+ };
1089
+ };
1090
+ easings: {
1091
+ default: {
1092
+ value: string;
1093
+ };
1094
+ in: {
1095
+ value: string;
1096
+ };
1097
+ out: {
1098
+ value: string;
1099
+ };
1100
+ inOut: {
1101
+ value: string;
1102
+ };
1103
+ };
1104
+ durations: {
1105
+ fastest: {
1106
+ value: string;
1107
+ };
1108
+ faster: {
1109
+ value: string;
1110
+ };
1111
+ fast: {
1112
+ value: string;
1113
+ };
1114
+ normal: {
1115
+ value: string;
1116
+ };
1117
+ slow: {
1118
+ value: string;
1119
+ };
1120
+ slower: {
1121
+ value: string;
1122
+ };
1123
+ slowest: {
1124
+ value: string;
1125
+ };
1126
+ };
1127
+ shadows: {
1128
+ none: {
1129
+ value: string;
1130
+ };
1131
+ xs: {
1132
+ value: string;
1133
+ };
1134
+ sm: {
1135
+ value: string;
1136
+ };
1137
+ md: {
1138
+ value: string;
1139
+ };
1140
+ lg: {
1141
+ value: string;
1142
+ };
1143
+ xl: {
1144
+ value: string;
1145
+ };
1146
+ };
1147
+ zIndex: {
1148
+ '-1': {
1149
+ value: string;
1150
+ };
1151
+ '0': {
1152
+ value: string;
1153
+ };
1154
+ '1': {
1155
+ value: string;
1156
+ };
1157
+ likec4: {
1158
+ diagram: {
1159
+ edge: {
1160
+ DEFAULT: {
1161
+ value: string;
1162
+ };
1163
+ label: {
1164
+ value: string;
1165
+ };
1166
+ controlPoint: {
1167
+ value: string;
1168
+ };
1169
+ };
1170
+ node: {
1171
+ compound: {
1172
+ value: string;
1173
+ };
1174
+ element: {
1175
+ value: string;
1176
+ };
1177
+ };
1178
+ };
1179
+ dropdown: {
1180
+ value: string;
1181
+ };
1182
+ panel: {
1183
+ DEFAULT: {
1184
+ value: string;
1185
+ };
1186
+ dropdown: {
1187
+ value: string;
1188
+ };
1189
+ };
1190
+ };
1191
+ };
1192
+ };
1193
+ semanticTokens: {
1194
+ colors: {
1195
+ white: {
1196
+ value: string;
1197
+ };
1198
+ black: {
1199
+ value: string;
1200
+ };
1201
+ body: {
1202
+ description: string;
1203
+ value: "var(--mantine-color-body)";
1204
+ };
1205
+ text: {
1206
+ DEFAULT: {
1207
+ description: string;
1208
+ value: "var(--mantine-color-text)";
1209
+ };
1210
+ bright: {
1211
+ description: string;
1212
+ value: string;
1213
+ };
1214
+ dimmed: {
1215
+ description: string;
1216
+ value: string;
1217
+ };
1218
+ placeholder: {
1219
+ description: string;
1220
+ value: "var(--mantine-color-placeholder)";
1221
+ };
1222
+ };
1223
+ default: {
1224
+ DEFAULT: {
1225
+ description: string;
1226
+ value: "var(--mantine-color-default)";
1227
+ };
1228
+ color: {
1229
+ description: string;
1230
+ value: "var(--mantine-color-default-color)";
1231
+ };
1232
+ border: {
1233
+ description: string;
1234
+ value: "var(--mantine-color-default-border)";
1235
+ };
1236
+ hover: {
1237
+ description: string;
1238
+ value: "var(--mantine-color-default-hover)";
1239
+ };
1240
+ };
1241
+ disabled: {
1242
+ text: {
1243
+ description: string;
1244
+ value: "var(--mantine-color-disabled-color)";
1245
+ };
1246
+ border: {
1247
+ description: string;
1248
+ value: "var(--mantine-color-disabled-border)";
1249
+ };
1250
+ body: {
1251
+ description: string;
1252
+ value: "var(--mantine-color-disabled)";
1253
+ };
1254
+ };
1255
+ likec4: {
1256
+ background: {
1257
+ DEFAULT: {
1258
+ description: string;
1259
+ value: "var(--mantine-color-body)";
1260
+ };
1261
+ pattern: {
1262
+ description: string;
1263
+ value: {
1264
+ base: "var(--mantine-color-gray-4)";
1265
+ _dark: string;
1266
+ };
1267
+ };
1268
+ };
1269
+ mixColor: {
1270
+ description: string;
1271
+ value: {
1272
+ base: string;
1273
+ _dark: string;
1274
+ };
1275
+ };
1276
+ tag: {
1277
+ bg: {
1278
+ DEFAULT: {
1279
+ value: string;
1280
+ };
1281
+ hover: {
1282
+ value: string;
1283
+ };
1284
+ };
1285
+ border: {
1286
+ value: string;
1287
+ };
1288
+ text: {
1289
+ value: string;
1290
+ };
1291
+ };
1292
+ panel: {
1293
+ bg: {
1294
+ DEFAULT: {
1295
+ description: string;
1296
+ value: {
1297
+ base: "var(--mantine-color-body)";
1298
+ _dark: "var(--mantine-color-dark-6)";
1299
+ };
1300
+ };
1301
+ };
1302
+ border: {
1303
+ description: string;
1304
+ value: {
1305
+ base: string;
1306
+ _light: "var(--mantine-color-gray-2)";
1307
+ };
1308
+ };
1309
+ text: {
1310
+ DEFAULT: {
1311
+ description: string;
1312
+ value: string;
1313
+ };
1314
+ dimmed: {
1315
+ description: string;
1316
+ value: string;
1317
+ };
1318
+ };
1319
+ action: {
1320
+ DEFAULT: {
1321
+ description: string;
1322
+ value: string;
1323
+ };
1324
+ disabled: {
1325
+ description: string;
1326
+ value: string;
1327
+ };
1328
+ hover: {
1329
+ description: string;
1330
+ value: string;
1331
+ };
1332
+ bg: {
1333
+ DEFAULT: {
1334
+ description: string;
1335
+ value: {
1336
+ base: "var(--mantine-color-gray-1)";
1337
+ _dark: string;
1338
+ };
1339
+ };
1340
+ hover: {
1341
+ description: string;
1342
+ value: {
1343
+ base: "var(--mantine-color-gray-2)";
1344
+ _dark: "var(--mantine-color-dark-8)";
1345
+ };
1346
+ };
1347
+ };
1348
+ warning: {
1349
+ DEFAULT: {
1350
+ description: string;
1351
+ value: "var(--mantine-color-orange-6)";
1352
+ };
1353
+ hover: {
1354
+ description: string;
1355
+ value: {
1356
+ base: "var(--mantine-color-orange-7)";
1357
+ _dark: "var(--mantine-color-orange-5)";
1358
+ };
1359
+ };
1360
+ bg: {
1361
+ DEFAULT: {
1362
+ description: string;
1363
+ value: {
1364
+ base: string;
1365
+ _dark: string;
1366
+ };
1367
+ };
1368
+ hover: {
1369
+ description: string;
1370
+ value: {
1371
+ base: string;
1372
+ _dark: string;
1373
+ };
1374
+ };
1375
+ };
1376
+ };
1377
+ };
1378
+ };
1379
+ dropdown: {
1380
+ bg: {
1381
+ DEFAULT: {
1382
+ description: string;
1383
+ value: {
1384
+ base: string;
1385
+ _dark: "var(--mantine-color-dark-6)";
1386
+ };
1387
+ };
1388
+ };
1389
+ border: {
1390
+ description: string;
1391
+ value: string;
1392
+ };
1393
+ };
1394
+ overlay: {
1395
+ backdrop: {
1396
+ DEFAULT: {
1397
+ description: string;
1398
+ value: {
1399
+ base: string;
1400
+ _dark: string;
1401
+ };
1402
+ };
1403
+ };
1404
+ body: {
1405
+ DEFAULT: {
1406
+ description: string;
1407
+ value: {
1408
+ base: "var(--mantine-color-body)";
1409
+ _dark: "var(--mantine-color-dark-6)";
1410
+ };
1411
+ };
1412
+ };
1413
+ border: {
1414
+ description: string;
1415
+ value: string;
1416
+ };
1417
+ };
1418
+ walkthrough: {
1419
+ parallelFrame: {
1420
+ description: string;
1421
+ value: {
1422
+ _light: "var(--mantine-color-orange-8)";
1423
+ _dark: "var(--mantine-color-orange-6)";
1424
+ };
1425
+ };
1426
+ };
1427
+ compare: {
1428
+ manual: {
1429
+ DEFAULT: {
1430
+ description: string;
1431
+ value: {
1432
+ _light: "var(--mantine-color-orange-8)";
1433
+ _dark: "var(--mantine-color-orange-6)";
1434
+ };
1435
+ };
1436
+ outline: {
1437
+ description: string;
1438
+ value: {
1439
+ _light: "var(--mantine-color-orange-8)";
1440
+ _dark: string;
1441
+ };
1442
+ };
1443
+ };
1444
+ latest: {
1445
+ description: string;
1446
+ value: "var(--mantine-color-green-6)";
1447
+ };
1448
+ };
1449
+ };
1450
+ };
1451
+ };
1452
+ recipes: typeof index_d_exports$1;
1453
+ slotRecipes: typeof index_d_exports;
1454
+ containerNames: string[];
1455
+ containerSizes: {
1456
+ xs: string;
1457
+ sm: string;
1458
+ md: string;
1459
+ lg: string;
1460
+ };
1461
+ keyframes: _pandacss_types0.CssKeyframes;
1462
+ animationStyles: _pandacss_types0.AnimationStyles;
1463
+ };
1464
+ declare const _default: _pandacss_types0.Preset;
1465
+ //#endregion
1466
+ export { _default as default, theme };