@serendie/ui 0.1.16 → 0.2.1

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 (156) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +51 -9
  3. package/dist/components/{Accordion.d.ts → Accordion/Accordion.d.ts} +2 -2
  4. package/dist/components/{Accordion.js → Accordion/Accordion.js} +10 -10
  5. package/dist/components/Accordion/index.d.ts +1 -0
  6. package/dist/components/Accordion/index.js +4 -0
  7. package/dist/components/AccordionGroup.js +4 -4
  8. package/dist/components/Avatar.js +4 -4
  9. package/dist/components/Badge.js +4 -4
  10. package/dist/components/Banner.js +4 -4
  11. package/dist/components/BottomNavigation.js +3 -3
  12. package/dist/components/BottomNavigationItem.js +4 -4
  13. package/dist/components/Button.js +7 -7
  14. package/dist/components/CheckBox.js +4 -4
  15. package/dist/components/ChoiceBox.js +10 -10
  16. package/dist/components/DashboardWidget.js +4 -4
  17. package/dist/components/Divider.js +4 -4
  18. package/dist/components/Drawer.js +4 -4
  19. package/dist/components/DropdownMenu.js +4 -4
  20. package/dist/components/IconButton.js +4 -4
  21. package/dist/components/ListItem.js +4 -4
  22. package/dist/components/ModalDialog.js +4 -4
  23. package/dist/components/NotificationBadge.js +4 -4
  24. package/dist/components/ProgressIndicator.js +4 -4
  25. package/dist/components/RadioButton.js +4 -4
  26. package/dist/components/Search.js +6 -6
  27. package/dist/components/Select.js +4 -4
  28. package/dist/components/Switch.js +4 -4
  29. package/dist/components/TabItem.js +4 -4
  30. package/dist/components/Tabs.js +4 -4
  31. package/dist/components/TextArea.js +4 -4
  32. package/dist/components/TextField.js +4 -4
  33. package/dist/components/Toast.js +3 -3
  34. package/dist/components/TopAppBar.js +4 -4
  35. package/dist/index.d.ts +1 -1
  36. package/dist/index.js +1 -1
  37. package/dist/node_modules/@ark-ui/react/dist/components/accordion/accordion-item-content.js +3 -4
  38. package/dist/node_modules/@ark-ui/react/dist/components/accordion/accordion-item-indicator.js +4 -5
  39. package/dist/node_modules/@ark-ui/react/dist/components/accordion/accordion-item-trigger.js +0 -1
  40. package/dist/node_modules/@ark-ui/react/dist/components/accordion/accordion-item.js +3 -4
  41. package/dist/node_modules/@ark-ui/react/dist/components/accordion/accordion-root.js +2 -3
  42. package/dist/node_modules/@ark-ui/react/dist/components/avatar/avatar-fallback.js +6 -7
  43. package/dist/node_modules/@ark-ui/react/dist/components/avatar/avatar-image.js +5 -6
  44. package/dist/node_modules/@ark-ui/react/dist/components/avatar/avatar-root.js +2 -3
  45. package/dist/node_modules/@ark-ui/react/dist/components/checkbox/checkbox-control.js +5 -6
  46. package/dist/node_modules/@ark-ui/react/dist/components/checkbox/checkbox-hidden-input.js +0 -1
  47. package/dist/node_modules/@ark-ui/react/dist/components/checkbox/checkbox-label.js +0 -1
  48. package/dist/node_modules/@ark-ui/react/dist/components/checkbox/checkbox-root.js +4 -5
  49. package/dist/node_modules/@ark-ui/react/dist/components/collapsible/collapsible-content.js +8 -9
  50. package/dist/node_modules/@ark-ui/react/dist/components/collapsible/collapsible-root.js +0 -1
  51. package/dist/node_modules/@ark-ui/react/dist/components/combobox/combobox-content.js +3 -4
  52. package/dist/node_modules/@ark-ui/react/dist/components/combobox/combobox-control.js +5 -6
  53. package/dist/node_modules/@ark-ui/react/dist/components/combobox/combobox-input.js +6 -7
  54. package/dist/node_modules/@ark-ui/react/dist/components/combobox/combobox-item-group.js +0 -1
  55. package/dist/node_modules/@ark-ui/react/dist/components/combobox/combobox-item-text.js +3 -4
  56. package/dist/node_modules/@ark-ui/react/dist/components/combobox/combobox-item.js +0 -1
  57. package/dist/node_modules/@ark-ui/react/dist/components/combobox/combobox-positioner.js +5 -6
  58. package/dist/node_modules/@ark-ui/react/dist/components/combobox/combobox-root.js +4 -5
  59. package/dist/node_modules/@ark-ui/react/dist/components/combobox/combobox-trigger.js +5 -6
  60. package/dist/node_modules/@ark-ui/react/dist/components/dialog/dialog-backdrop.js +4 -5
  61. package/dist/node_modules/@ark-ui/react/dist/components/dialog/dialog-close-trigger.js +5 -6
  62. package/dist/node_modules/@ark-ui/react/dist/components/dialog/dialog-content.js +0 -1
  63. package/dist/node_modules/@ark-ui/react/dist/components/dialog/dialog-description.js +0 -1
  64. package/dist/node_modules/@ark-ui/react/dist/components/dialog/dialog-positioner.js +5 -6
  65. package/dist/node_modules/@ark-ui/react/dist/components/dialog/dialog-root.js +4 -5
  66. package/dist/node_modules/@ark-ui/react/dist/components/dialog/dialog-title.js +0 -1
  67. package/dist/node_modules/@ark-ui/react/dist/components/menu/menu-content.js +3 -4
  68. package/dist/node_modules/@ark-ui/react/dist/components/menu/menu-item-group.js +0 -1
  69. package/dist/node_modules/@ark-ui/react/dist/components/menu/menu-item.js +2 -3
  70. package/dist/node_modules/@ark-ui/react/dist/components/menu/menu-positioner.js +3 -4
  71. package/dist/node_modules/@ark-ui/react/dist/components/menu/menu-root.js +2 -3
  72. package/dist/node_modules/@ark-ui/react/dist/components/menu/menu-trigger.js +3 -4
  73. package/dist/node_modules/@ark-ui/react/dist/components/radio-group/radio-group-item-control.js +3 -4
  74. package/dist/node_modules/@ark-ui/react/dist/components/radio-group/radio-group-item-hidden-input.js +0 -1
  75. package/dist/node_modules/@ark-ui/react/dist/components/radio-group/radio-group-item-text.js +4 -5
  76. package/dist/node_modules/@ark-ui/react/dist/components/radio-group/radio-group-item.js +3 -4
  77. package/dist/node_modules/@ark-ui/react/dist/components/radio-group/radio-group-root.js +3 -4
  78. package/dist/node_modules/@ark-ui/react/dist/components/select/select-content.js +3 -4
  79. package/dist/node_modules/@ark-ui/react/dist/components/select/select-control.js +6 -7
  80. package/dist/node_modules/@ark-ui/react/dist/components/select/select-item.js +0 -1
  81. package/dist/node_modules/@ark-ui/react/dist/components/select/select-label.js +4 -5
  82. package/dist/node_modules/@ark-ui/react/dist/components/select/select-positioner.js +4 -5
  83. package/dist/node_modules/@ark-ui/react/dist/components/select/select-root.js +7 -7
  84. package/dist/node_modules/@ark-ui/react/dist/components/select/select-trigger.js +5 -6
  85. package/dist/node_modules/@ark-ui/react/dist/components/select/select-value-text.js +5 -6
  86. package/dist/node_modules/@ark-ui/react/dist/components/select/use-select.js +35 -31
  87. package/dist/node_modules/@ark-ui/react/dist/components/switch/switch-control.js +4 -5
  88. package/dist/node_modules/@ark-ui/react/dist/components/switch/switch-hidden-input.js +4 -5
  89. package/dist/node_modules/@ark-ui/react/dist/components/switch/switch-label.js +4 -5
  90. package/dist/node_modules/@ark-ui/react/dist/components/switch/switch-root.js +8 -9
  91. package/dist/node_modules/@ark-ui/react/dist/components/switch/switch-thumb.js +4 -5
  92. package/dist/node_modules/@ark-ui/react/dist/components/tabs/tab-list.js +3 -4
  93. package/dist/node_modules/@ark-ui/react/dist/components/tabs/tab-trigger.js +3 -4
  94. package/dist/node_modules/@ark-ui/react/dist/components/tabs/tabs-root.js +10 -10
  95. package/dist/node_modules/@ark-ui/react/dist/components/toast/toast-root.js +0 -1
  96. package/dist/node_modules/@ark-ui/react/dist/components/toast/toast-title.js +0 -1
  97. package/dist/node_modules/@ark-ui/react/dist/components/toast/toaster.js +4 -4
  98. package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.js +361 -303
  99. package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +229 -216
  100. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +19 -19
  101. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +39 -38
  102. package/dist/node_modules/@serendie/design-token/dist/panda-tokens.js +823 -20
  103. package/dist/node_modules/@serendie/design-token/dist/tokens.js +346 -25
  104. package/dist/node_modules/@zag-js/accordion/dist/index.js +12 -12
  105. package/dist/node_modules/@zag-js/aria-hidden/dist/index.js +13 -62
  106. package/dist/node_modules/@zag-js/avatar/dist/index.js +12 -10
  107. package/dist/node_modules/@zag-js/checkbox/dist/index.js +99 -92
  108. package/dist/node_modules/@zag-js/collapsible/dist/index.js +5 -5
  109. package/dist/node_modules/@zag-js/collection/dist/index.js +21 -21
  110. package/dist/node_modules/@zag-js/combobox/dist/index.js +30 -31
  111. package/dist/node_modules/@zag-js/core/dist/index.js +285 -320
  112. package/dist/node_modules/@zag-js/dialog/dist/index.js +56 -62
  113. package/dist/node_modules/@zag-js/dismissable/dist/index.js +3 -3
  114. package/dist/node_modules/@zag-js/dom-event/dist/index.js +88 -115
  115. package/dist/node_modules/@zag-js/dom-query/dist/index.js +2 -2
  116. package/dist/node_modules/@zag-js/focus-visible/dist/index.js +73 -0
  117. package/dist/node_modules/@zag-js/interact-outside/dist/index.js +33 -33
  118. package/dist/node_modules/@zag-js/menu/dist/index.js +81 -77
  119. package/dist/node_modules/@zag-js/popper/dist/index.js +86 -79
  120. package/dist/node_modules/@zag-js/radio-group/dist/index.js +116 -109
  121. package/dist/node_modules/@zag-js/react/dist/index.js +44 -43
  122. package/dist/node_modules/@zag-js/select/dist/index.js +203 -231
  123. package/dist/node_modules/@zag-js/store/dist/index.js +110 -110
  124. package/dist/node_modules/@zag-js/switch/dist/index.js +62 -55
  125. package/dist/node_modules/@zag-js/tabs/dist/index.js +64 -61
  126. package/dist/node_modules/@zag-js/toast/dist/index.js +174 -173
  127. package/dist/node_modules/@zag-js/utils/dist/index.js +93 -71
  128. package/dist/node_modules/aria-hidden/dist/es2015/index.js +52 -0
  129. package/dist/node_modules/focus-trap/dist/focus-trap.esm.js +217 -219
  130. package/dist/preset.d.ts +807 -4
  131. package/dist/{ui/styled-system → styled-system}/css/css.js +5 -6
  132. package/dist/{ui/styled-system → styled-system}/css/cva.js +4 -4
  133. package/dist/{ui/styled-system → styled-system}/css/sva.js +3 -3
  134. package/dist/styled-system/jsx/is-valid-prop.js +6 -0
  135. package/dist/styles.css +1 -1
  136. package/dist/tokens/getToken.d.ts +324 -3
  137. package/dist/tokens/index.d.ts +806 -3
  138. package/package.json +32 -5
  139. package/styled-system/css/css.js +1 -1
  140. package/styled-system/jsx/is-valid-prop.js +1 -1
  141. package/styled-system/themes/theme-asagi.json +1 -1
  142. package/styled-system/themes/theme-kurikawa.json +1 -1
  143. package/styled-system/themes/theme-sumire.json +1 -1
  144. package/styled-system/themes/theme-tsutsuji.json +1 -1
  145. package/styled-system/tokens/index.js +1238 -54
  146. package/styled-system/tokens/tokens.d.ts +3 -3
  147. package/styled-system/types/conditions.d.ts +2 -2
  148. package/styled-system/types/prop-type.d.ts +1 -1
  149. package/dist/ui/styled-system/jsx/is-valid-prop.js +0 -6
  150. /package/dist/{ui/styled-system → styled-system}/css/conditions.js +0 -0
  151. /package/dist/{ui/styled-system → styled-system}/css/cx.js +0 -0
  152. /package/dist/{ui/styled-system → styled-system}/helpers.js +0 -0
  153. /package/dist/{ui/styled-system → styled-system}/jsx/box.js +0 -0
  154. /package/dist/{ui/styled-system → styled-system}/jsx/factory-helper.js +0 -0
  155. /package/dist/{ui/styled-system → styled-system}/jsx/factory.js +0 -0
  156. /package/dist/{ui/styled-system → styled-system}/patterns/box.js +0 -0
package/dist/preset.d.ts CHANGED
@@ -54,6 +54,12 @@ declare const themes: {
54
54
  onNoticeContainer: {
55
55
  value: string;
56
56
  };
57
+ noticeContainerVariant: {
58
+ value: string;
59
+ };
60
+ onNoticeContainerVariant: {
61
+ value: string;
62
+ };
57
63
  negative: {
58
64
  value: string;
59
65
  };
@@ -66,6 +72,12 @@ declare const themes: {
66
72
  onNegativeContainer: {
67
73
  value: string;
68
74
  };
75
+ negativeContainerVariant: {
76
+ value: string;
77
+ };
78
+ onNegativeContainerVariant: {
79
+ value: string;
80
+ };
69
81
  positive: {
70
82
  value: string;
71
83
  };
@@ -78,6 +90,12 @@ declare const themes: {
78
90
  onPositiveContainer: {
79
91
  value: string;
80
92
  };
93
+ positiveContainerVariant: {
94
+ value: string;
95
+ };
96
+ onPositiveContainerVariant: {
97
+ value: string;
98
+ };
81
99
  };
82
100
  component: {
83
101
  surface: {
@@ -95,6 +113,9 @@ declare const themes: {
95
113
  inverseOnSurface: {
96
114
  value: string;
97
115
  };
116
+ inversePrimary: {
117
+ value: string;
118
+ };
98
119
  outline: {
99
120
  value: string;
100
121
  };
@@ -112,6 +133,9 @@ declare const themes: {
112
133
  disabledOnSurface: {
113
134
  value: string;
114
135
  };
136
+ selected: {
137
+ value: string;
138
+ };
115
139
  selectedSurface: {
116
140
  value: string;
117
141
  };
@@ -125,6 +149,142 @@ declare const themes: {
125
149
  value: string;
126
150
  };
127
151
  };
152
+ chart: {
153
+ mark: {
154
+ primary: {
155
+ "01": {
156
+ value: string;
157
+ };
158
+ "02": {
159
+ value: string;
160
+ };
161
+ "03": {
162
+ value: string;
163
+ };
164
+ "04": {
165
+ value: string;
166
+ };
167
+ "05": {
168
+ value: string;
169
+ };
170
+ "06": {
171
+ value: string;
172
+ };
173
+ };
174
+ positive: {
175
+ "01": {
176
+ value: string;
177
+ };
178
+ "02": {
179
+ value: string;
180
+ };
181
+ "03": {
182
+ value: string;
183
+ };
184
+ "04": {
185
+ value: string;
186
+ };
187
+ "05": {
188
+ value: string;
189
+ };
190
+ "06": {
191
+ value: string;
192
+ };
193
+ };
194
+ negative: {
195
+ "01": {
196
+ value: string;
197
+ };
198
+ "02": {
199
+ value: string;
200
+ };
201
+ "03": {
202
+ value: string;
203
+ };
204
+ "04": {
205
+ value: string;
206
+ };
207
+ "05": {
208
+ value: string;
209
+ };
210
+ "06": {
211
+ value: string;
212
+ };
213
+ };
214
+ notice: {
215
+ "01": {
216
+ value: string;
217
+ };
218
+ "02": {
219
+ value: string;
220
+ };
221
+ "03": {
222
+ value: string;
223
+ };
224
+ "04": {
225
+ value: string;
226
+ };
227
+ "05": {
228
+ value: string;
229
+ };
230
+ "06": {
231
+ value: string;
232
+ };
233
+ };
234
+ multi: {
235
+ 10: {
236
+ value: string;
237
+ };
238
+ "01": {
239
+ value: string;
240
+ };
241
+ "02": {
242
+ value: string;
243
+ };
244
+ "03": {
245
+ value: string;
246
+ };
247
+ "04": {
248
+ value: string;
249
+ };
250
+ "05": {
251
+ value: string;
252
+ };
253
+ "06": {
254
+ value: string;
255
+ };
256
+ "07": {
257
+ value: string;
258
+ };
259
+ "08": {
260
+ value: string;
261
+ };
262
+ "09": {
263
+ value: string;
264
+ };
265
+ };
266
+ };
267
+ component: {
268
+ onMarkLabel: {
269
+ value: string;
270
+ };
271
+ inverseOnMarkLabel: {
272
+ value: string;
273
+ };
274
+ scalemark: {
275
+ value: string;
276
+ };
277
+ threshold: {
278
+ value: string;
279
+ };
280
+ chartSurface: {
281
+ value: string;
282
+ };
283
+ onChartSurface: {
284
+ value: string;
285
+ };
286
+ };
287
+ };
128
288
  };
129
289
  };
130
290
  };
@@ -186,6 +346,12 @@ declare const themes: {
186
346
  onNoticeContainer: {
187
347
  value: string;
188
348
  };
349
+ noticeContainerVariant: {
350
+ value: string;
351
+ };
352
+ onNoticeContainerVariant: {
353
+ value: string;
354
+ };
189
355
  negative: {
190
356
  value: string;
191
357
  };
@@ -198,6 +364,12 @@ declare const themes: {
198
364
  onNegativeContainer: {
199
365
  value: string;
200
366
  };
367
+ negativeContainerVariant: {
368
+ value: string;
369
+ };
370
+ onNegativeContainerVariant: {
371
+ value: string;
372
+ };
201
373
  positive: {
202
374
  value: string;
203
375
  };
@@ -210,6 +382,12 @@ declare const themes: {
210
382
  onPositiveContainer: {
211
383
  value: string;
212
384
  };
385
+ positiveContainerVariant: {
386
+ value: string;
387
+ };
388
+ onPositiveContainerVariant: {
389
+ value: string;
390
+ };
213
391
  };
214
392
  component: {
215
393
  surface: {
@@ -227,6 +405,9 @@ declare const themes: {
227
405
  inverseOnSurface: {
228
406
  value: string;
229
407
  };
408
+ inversePrimary: {
409
+ value: string;
410
+ };
230
411
  outline: {
231
412
  value: string;
232
413
  };
@@ -244,6 +425,9 @@ declare const themes: {
244
425
  disabledOnSurface: {
245
426
  value: string;
246
427
  };
428
+ selected: {
429
+ value: string;
430
+ };
247
431
  selectedSurface: {
248
432
  value: string;
249
433
  };
@@ -257,6 +441,142 @@ declare const themes: {
257
441
  value: string;
258
442
  };
259
443
  };
444
+ chart: {
445
+ mark: {
446
+ primary: {
447
+ "01": {
448
+ value: string;
449
+ };
450
+ "02": {
451
+ value: string;
452
+ };
453
+ "03": {
454
+ value: string;
455
+ };
456
+ "04": {
457
+ value: string;
458
+ };
459
+ "05": {
460
+ value: string;
461
+ };
462
+ "06": {
463
+ value: string;
464
+ };
465
+ };
466
+ positive: {
467
+ "01": {
468
+ value: string;
469
+ };
470
+ "02": {
471
+ value: string;
472
+ };
473
+ "03": {
474
+ value: string;
475
+ };
476
+ "04": {
477
+ value: string;
478
+ };
479
+ "05": {
480
+ value: string;
481
+ };
482
+ "06": {
483
+ value: string;
484
+ };
485
+ };
486
+ negative: {
487
+ "01": {
488
+ value: string;
489
+ };
490
+ "02": {
491
+ value: string;
492
+ };
493
+ "03": {
494
+ value: string;
495
+ };
496
+ "04": {
497
+ value: string;
498
+ };
499
+ "05": {
500
+ value: string;
501
+ };
502
+ "06": {
503
+ value: string;
504
+ };
505
+ };
506
+ notice: {
507
+ "01": {
508
+ value: string;
509
+ };
510
+ "02": {
511
+ value: string;
512
+ };
513
+ "03": {
514
+ value: string;
515
+ };
516
+ "04": {
517
+ value: string;
518
+ };
519
+ "05": {
520
+ value: string;
521
+ };
522
+ "06": {
523
+ value: string;
524
+ };
525
+ };
526
+ multi: {
527
+ 10: {
528
+ value: string;
529
+ };
530
+ "01": {
531
+ value: string;
532
+ };
533
+ "02": {
534
+ value: string;
535
+ };
536
+ "03": {
537
+ value: string;
538
+ };
539
+ "04": {
540
+ value: string;
541
+ };
542
+ "05": {
543
+ value: string;
544
+ };
545
+ "06": {
546
+ value: string;
547
+ };
548
+ "07": {
549
+ value: string;
550
+ };
551
+ "08": {
552
+ value: string;
553
+ };
554
+ "09": {
555
+ value: string;
556
+ };
557
+ };
558
+ };
559
+ component: {
560
+ onMarkLabel: {
561
+ value: string;
562
+ };
563
+ inverseOnMarkLabel: {
564
+ value: string;
565
+ };
566
+ scalemark: {
567
+ value: string;
568
+ };
569
+ threshold: {
570
+ value: string;
571
+ };
572
+ chartSurface: {
573
+ value: string;
574
+ };
575
+ onChartSurface: {
576
+ value: string;
577
+ };
578
+ };
579
+ };
260
580
  };
261
581
  };
262
582
  };
@@ -318,6 +638,12 @@ declare const themes: {
318
638
  onNoticeContainer: {
319
639
  value: string;
320
640
  };
641
+ noticeContainerVariant: {
642
+ value: string;
643
+ };
644
+ onNoticeContainerVariant: {
645
+ value: string;
646
+ };
321
647
  negative: {
322
648
  value: string;
323
649
  };
@@ -330,6 +656,12 @@ declare const themes: {
330
656
  onNegativeContainer: {
331
657
  value: string;
332
658
  };
659
+ negativeContainerVariant: {
660
+ value: string;
661
+ };
662
+ onNegativeContainerVariant: {
663
+ value: string;
664
+ };
333
665
  positive: {
334
666
  value: string;
335
667
  };
@@ -342,6 +674,12 @@ declare const themes: {
342
674
  onPositiveContainer: {
343
675
  value: string;
344
676
  };
677
+ positiveContainerVariant: {
678
+ value: string;
679
+ };
680
+ onPositiveContainerVariant: {
681
+ value: string;
682
+ };
345
683
  };
346
684
  component: {
347
685
  surface: {
@@ -359,6 +697,9 @@ declare const themes: {
359
697
  inverseOnSurface: {
360
698
  value: string;
361
699
  };
700
+ inversePrimary: {
701
+ value: string;
702
+ };
362
703
  outline: {
363
704
  value: string;
364
705
  };
@@ -376,6 +717,9 @@ declare const themes: {
376
717
  disabledOnSurface: {
377
718
  value: string;
378
719
  };
720
+ selected: {
721
+ value: string;
722
+ };
379
723
  selectedSurface: {
380
724
  value: string;
381
725
  };
@@ -389,6 +733,142 @@ declare const themes: {
389
733
  value: string;
390
734
  };
391
735
  };
736
+ chart: {
737
+ mark: {
738
+ primary: {
739
+ "01": {
740
+ value: string;
741
+ };
742
+ "02": {
743
+ value: string;
744
+ };
745
+ "03": {
746
+ value: string;
747
+ };
748
+ "04": {
749
+ value: string;
750
+ };
751
+ "05": {
752
+ value: string;
753
+ };
754
+ "06": {
755
+ value: string;
756
+ };
757
+ };
758
+ positive: {
759
+ "01": {
760
+ value: string;
761
+ };
762
+ "02": {
763
+ value: string;
764
+ };
765
+ "03": {
766
+ value: string;
767
+ };
768
+ "04": {
769
+ value: string;
770
+ };
771
+ "05": {
772
+ value: string;
773
+ };
774
+ "06": {
775
+ value: string;
776
+ };
777
+ };
778
+ negative: {
779
+ "01": {
780
+ value: string;
781
+ };
782
+ "02": {
783
+ value: string;
784
+ };
785
+ "03": {
786
+ value: string;
787
+ };
788
+ "04": {
789
+ value: string;
790
+ };
791
+ "05": {
792
+ value: string;
793
+ };
794
+ "06": {
795
+ value: string;
796
+ };
797
+ };
798
+ notice: {
799
+ "01": {
800
+ value: string;
801
+ };
802
+ "02": {
803
+ value: string;
804
+ };
805
+ "03": {
806
+ value: string;
807
+ };
808
+ "04": {
809
+ value: string;
810
+ };
811
+ "05": {
812
+ value: string;
813
+ };
814
+ "06": {
815
+ value: string;
816
+ };
817
+ };
818
+ multi: {
819
+ 10: {
820
+ value: string;
821
+ };
822
+ "01": {
823
+ value: string;
824
+ };
825
+ "02": {
826
+ value: string;
827
+ };
828
+ "03": {
829
+ value: string;
830
+ };
831
+ "04": {
832
+ value: string;
833
+ };
834
+ "05": {
835
+ value: string;
836
+ };
837
+ "06": {
838
+ value: string;
839
+ };
840
+ "07": {
841
+ value: string;
842
+ };
843
+ "08": {
844
+ value: string;
845
+ };
846
+ "09": {
847
+ value: string;
848
+ };
849
+ };
850
+ };
851
+ component: {
852
+ onMarkLabel: {
853
+ value: string;
854
+ };
855
+ inverseOnMarkLabel: {
856
+ value: string;
857
+ };
858
+ scalemark: {
859
+ value: string;
860
+ };
861
+ threshold: {
862
+ value: string;
863
+ };
864
+ chartSurface: {
865
+ value: string;
866
+ };
867
+ onChartSurface: {
868
+ value: string;
869
+ };
870
+ };
871
+ };
392
872
  };
393
873
  };
394
874
  };
@@ -450,6 +930,12 @@ declare const themes: {
450
930
  onNoticeContainer: {
451
931
  value: string;
452
932
  };
933
+ noticeContainerVariant: {
934
+ value: string;
935
+ };
936
+ onNoticeContainerVariant: {
937
+ value: string;
938
+ };
453
939
  negative: {
454
940
  value: string;
455
941
  };
@@ -462,6 +948,12 @@ declare const themes: {
462
948
  onNegativeContainer: {
463
949
  value: string;
464
950
  };
951
+ negativeContainerVariant: {
952
+ value: string;
953
+ };
954
+ onNegativeContainerVariant: {
955
+ value: string;
956
+ };
465
957
  positive: {
466
958
  value: string;
467
959
  };
@@ -474,6 +966,12 @@ declare const themes: {
474
966
  onPositiveContainer: {
475
967
  value: string;
476
968
  };
969
+ positiveContainerVariant: {
970
+ value: string;
971
+ };
972
+ onPositiveContainerVariant: {
973
+ value: string;
974
+ };
477
975
  };
478
976
  component: {
479
977
  surface: {
@@ -491,6 +989,9 @@ declare const themes: {
491
989
  inverseOnSurface: {
492
990
  value: string;
493
991
  };
992
+ inversePrimary: {
993
+ value: string;
994
+ };
494
995
  outline: {
495
996
  value: string;
496
997
  };
@@ -508,6 +1009,9 @@ declare const themes: {
508
1009
  disabledOnSurface: {
509
1010
  value: string;
510
1011
  };
1012
+ selected: {
1013
+ value: string;
1014
+ };
511
1015
  selectedSurface: {
512
1016
  value: string;
513
1017
  };
@@ -521,6 +1025,142 @@ declare const themes: {
521
1025
  value: string;
522
1026
  };
523
1027
  };
1028
+ chart: {
1029
+ mark: {
1030
+ primary: {
1031
+ "01": {
1032
+ value: string;
1033
+ };
1034
+ "02": {
1035
+ value: string;
1036
+ };
1037
+ "03": {
1038
+ value: string;
1039
+ };
1040
+ "04": {
1041
+ value: string;
1042
+ };
1043
+ "05": {
1044
+ value: string;
1045
+ };
1046
+ "06": {
1047
+ value: string;
1048
+ };
1049
+ };
1050
+ positive: {
1051
+ "01": {
1052
+ value: string;
1053
+ };
1054
+ "02": {
1055
+ value: string;
1056
+ };
1057
+ "03": {
1058
+ value: string;
1059
+ };
1060
+ "04": {
1061
+ value: string;
1062
+ };
1063
+ "05": {
1064
+ value: string;
1065
+ };
1066
+ "06": {
1067
+ value: string;
1068
+ };
1069
+ };
1070
+ negative: {
1071
+ "01": {
1072
+ value: string;
1073
+ };
1074
+ "02": {
1075
+ value: string;
1076
+ };
1077
+ "03": {
1078
+ value: string;
1079
+ };
1080
+ "04": {
1081
+ value: string;
1082
+ };
1083
+ "05": {
1084
+ value: string;
1085
+ };
1086
+ "06": {
1087
+ value: string;
1088
+ };
1089
+ };
1090
+ notice: {
1091
+ "01": {
1092
+ value: string;
1093
+ };
1094
+ "02": {
1095
+ value: string;
1096
+ };
1097
+ "03": {
1098
+ value: string;
1099
+ };
1100
+ "04": {
1101
+ value: string;
1102
+ };
1103
+ "05": {
1104
+ value: string;
1105
+ };
1106
+ "06": {
1107
+ value: string;
1108
+ };
1109
+ };
1110
+ multi: {
1111
+ 10: {
1112
+ value: string;
1113
+ };
1114
+ "01": {
1115
+ value: string;
1116
+ };
1117
+ "02": {
1118
+ value: string;
1119
+ };
1120
+ "03": {
1121
+ value: string;
1122
+ };
1123
+ "04": {
1124
+ value: string;
1125
+ };
1126
+ "05": {
1127
+ value: string;
1128
+ };
1129
+ "06": {
1130
+ value: string;
1131
+ };
1132
+ "07": {
1133
+ value: string;
1134
+ };
1135
+ "08": {
1136
+ value: string;
1137
+ };
1138
+ "09": {
1139
+ value: string;
1140
+ };
1141
+ };
1142
+ };
1143
+ component: {
1144
+ onMarkLabel: {
1145
+ value: string;
1146
+ };
1147
+ inverseOnMarkLabel: {
1148
+ value: string;
1149
+ };
1150
+ scalemark: {
1151
+ value: string;
1152
+ };
1153
+ threshold: {
1154
+ value: string;
1155
+ };
1156
+ chartSurface: {
1157
+ value: string;
1158
+ };
1159
+ onChartSurface: {
1160
+ value: string;
1161
+ };
1162
+ };
1163
+ };
524
1164
  };
525
1165
  };
526
1166
  };
@@ -537,7 +1177,7 @@ export declare const SerendiePreset: {
537
1177
  breakpoints: {
538
1178
  expanded: string;
539
1179
  };
540
- recipes: import('@pandacss/dev').RecipeVariantRecord;
1180
+ recipes: import('@pandacss/types').RecipeVariantRecord;
541
1181
  tokens: {
542
1182
  sizes: {
543
1183
  sd: {
@@ -697,13 +1337,16 @@ export declare const SerendiePreset: {
697
1337
  };
698
1338
  };
699
1339
  transparency: {
700
- 5: {
1340
+ bl2: {
1341
+ value: string;
1342
+ };
1343
+ bl5: {
701
1344
  value: string;
702
1345
  };
703
- 20: {
1346
+ bl20: {
704
1347
  value: string;
705
1348
  };
706
- 60: {
1349
+ wh60: {
707
1350
  value: string;
708
1351
  };
709
1352
  };
@@ -1081,6 +1724,12 @@ export declare const SerendiePreset: {
1081
1724
  onNoticeContainer: {
1082
1725
  value: string;
1083
1726
  };
1727
+ noticeContainerVariant: {
1728
+ value: string;
1729
+ };
1730
+ onNoticeContainerVariant: {
1731
+ value: string;
1732
+ };
1084
1733
  negative: {
1085
1734
  value: string;
1086
1735
  };
@@ -1093,6 +1742,12 @@ export declare const SerendiePreset: {
1093
1742
  onNegativeContainer: {
1094
1743
  value: string;
1095
1744
  };
1745
+ negativeContainerVariant: {
1746
+ value: string;
1747
+ };
1748
+ onNegativeContainerVariant: {
1749
+ value: string;
1750
+ };
1096
1751
  positive: {
1097
1752
  value: string;
1098
1753
  };
@@ -1105,6 +1760,12 @@ export declare const SerendiePreset: {
1105
1760
  onPositiveContainer: {
1106
1761
  value: string;
1107
1762
  };
1763
+ positiveContainerVariant: {
1764
+ value: string;
1765
+ };
1766
+ onPositiveContainerVariant: {
1767
+ value: string;
1768
+ };
1108
1769
  };
1109
1770
  component: {
1110
1771
  surface: {
@@ -1122,6 +1783,9 @@ export declare const SerendiePreset: {
1122
1783
  inverseOnSurface: {
1123
1784
  value: string;
1124
1785
  };
1786
+ inversePrimary: {
1787
+ value: string;
1788
+ };
1125
1789
  outline: {
1126
1790
  value: string;
1127
1791
  };
@@ -1139,6 +1803,9 @@ export declare const SerendiePreset: {
1139
1803
  disabledOnSurface: {
1140
1804
  value: string;
1141
1805
  };
1806
+ selected: {
1807
+ value: string;
1808
+ };
1142
1809
  selectedSurface: {
1143
1810
  value: string;
1144
1811
  };
@@ -1152,6 +1819,142 @@ export declare const SerendiePreset: {
1152
1819
  value: string;
1153
1820
  };
1154
1821
  };
1822
+ chart: {
1823
+ mark: {
1824
+ primary: {
1825
+ "01": {
1826
+ value: string;
1827
+ };
1828
+ "02": {
1829
+ value: string;
1830
+ };
1831
+ "03": {
1832
+ value: string;
1833
+ };
1834
+ "04": {
1835
+ value: string;
1836
+ };
1837
+ "05": {
1838
+ value: string;
1839
+ };
1840
+ "06": {
1841
+ value: string;
1842
+ };
1843
+ };
1844
+ positive: {
1845
+ "01": {
1846
+ value: string;
1847
+ };
1848
+ "02": {
1849
+ value: string;
1850
+ };
1851
+ "03": {
1852
+ value: string;
1853
+ };
1854
+ "04": {
1855
+ value: string;
1856
+ };
1857
+ "05": {
1858
+ value: string;
1859
+ };
1860
+ "06": {
1861
+ value: string;
1862
+ };
1863
+ };
1864
+ negative: {
1865
+ "01": {
1866
+ value: string;
1867
+ };
1868
+ "02": {
1869
+ value: string;
1870
+ };
1871
+ "03": {
1872
+ value: string;
1873
+ };
1874
+ "04": {
1875
+ value: string;
1876
+ };
1877
+ "05": {
1878
+ value: string;
1879
+ };
1880
+ "06": {
1881
+ value: string;
1882
+ };
1883
+ };
1884
+ notice: {
1885
+ "01": {
1886
+ value: string;
1887
+ };
1888
+ "02": {
1889
+ value: string;
1890
+ };
1891
+ "03": {
1892
+ value: string;
1893
+ };
1894
+ "04": {
1895
+ value: string;
1896
+ };
1897
+ "05": {
1898
+ value: string;
1899
+ };
1900
+ "06": {
1901
+ value: string;
1902
+ };
1903
+ };
1904
+ multi: {
1905
+ 10: {
1906
+ value: string;
1907
+ };
1908
+ "01": {
1909
+ value: string;
1910
+ };
1911
+ "02": {
1912
+ value: string;
1913
+ };
1914
+ "03": {
1915
+ value: string;
1916
+ };
1917
+ "04": {
1918
+ value: string;
1919
+ };
1920
+ "05": {
1921
+ value: string;
1922
+ };
1923
+ "06": {
1924
+ value: string;
1925
+ };
1926
+ "07": {
1927
+ value: string;
1928
+ };
1929
+ "08": {
1930
+ value: string;
1931
+ };
1932
+ "09": {
1933
+ value: string;
1934
+ };
1935
+ };
1936
+ };
1937
+ component: {
1938
+ onMarkLabel: {
1939
+ value: string;
1940
+ };
1941
+ inverseOnMarkLabel: {
1942
+ value: string;
1943
+ };
1944
+ scalemark: {
1945
+ value: string;
1946
+ };
1947
+ threshold: {
1948
+ value: string;
1949
+ };
1950
+ chartSurface: {
1951
+ value: string;
1952
+ };
1953
+ onChartSurface: {
1954
+ value: string;
1955
+ };
1956
+ };
1957
+ };
1155
1958
  };
1156
1959
  };
1157
1960
  };