@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
@@ -157,13 +157,16 @@ export declare const SerendieTokens: {
157
157
  };
158
158
  };
159
159
  transparency: {
160
- 5: {
160
+ bl2: {
161
+ value: string;
162
+ };
163
+ bl5: {
161
164
  value: string;
162
165
  };
163
- 20: {
166
+ bl20: {
164
167
  value: string;
165
168
  };
166
- 60: {
169
+ wh60: {
167
170
  value: string;
168
171
  };
169
172
  };
@@ -541,6 +544,12 @@ export declare const SerendieTokens: {
541
544
  onNoticeContainer: {
542
545
  value: string;
543
546
  };
547
+ noticeContainerVariant: {
548
+ value: string;
549
+ };
550
+ onNoticeContainerVariant: {
551
+ value: string;
552
+ };
544
553
  negative: {
545
554
  value: string;
546
555
  };
@@ -553,6 +562,12 @@ export declare const SerendieTokens: {
553
562
  onNegativeContainer: {
554
563
  value: string;
555
564
  };
565
+ negativeContainerVariant: {
566
+ value: string;
567
+ };
568
+ onNegativeContainerVariant: {
569
+ value: string;
570
+ };
556
571
  positive: {
557
572
  value: string;
558
573
  };
@@ -565,6 +580,12 @@ export declare const SerendieTokens: {
565
580
  onPositiveContainer: {
566
581
  value: string;
567
582
  };
583
+ positiveContainerVariant: {
584
+ value: string;
585
+ };
586
+ onPositiveContainerVariant: {
587
+ value: string;
588
+ };
568
589
  };
569
590
  component: {
570
591
  surface: {
@@ -582,6 +603,9 @@ export declare const SerendieTokens: {
582
603
  inverseOnSurface: {
583
604
  value: string;
584
605
  };
606
+ inversePrimary: {
607
+ value: string;
608
+ };
585
609
  outline: {
586
610
  value: string;
587
611
  };
@@ -599,6 +623,9 @@ export declare const SerendieTokens: {
599
623
  disabledOnSurface: {
600
624
  value: string;
601
625
  };
626
+ selected: {
627
+ value: string;
628
+ };
602
629
  selectedSurface: {
603
630
  value: string;
604
631
  };
@@ -612,6 +639,142 @@ export declare const SerendieTokens: {
612
639
  value: string;
613
640
  };
614
641
  };
642
+ chart: {
643
+ mark: {
644
+ primary: {
645
+ "01": {
646
+ value: string;
647
+ };
648
+ "02": {
649
+ value: string;
650
+ };
651
+ "03": {
652
+ value: string;
653
+ };
654
+ "04": {
655
+ value: string;
656
+ };
657
+ "05": {
658
+ value: string;
659
+ };
660
+ "06": {
661
+ value: string;
662
+ };
663
+ };
664
+ positive: {
665
+ "01": {
666
+ value: string;
667
+ };
668
+ "02": {
669
+ value: string;
670
+ };
671
+ "03": {
672
+ value: string;
673
+ };
674
+ "04": {
675
+ value: string;
676
+ };
677
+ "05": {
678
+ value: string;
679
+ };
680
+ "06": {
681
+ value: string;
682
+ };
683
+ };
684
+ negative: {
685
+ "01": {
686
+ value: string;
687
+ };
688
+ "02": {
689
+ value: string;
690
+ };
691
+ "03": {
692
+ value: string;
693
+ };
694
+ "04": {
695
+ value: string;
696
+ };
697
+ "05": {
698
+ value: string;
699
+ };
700
+ "06": {
701
+ value: string;
702
+ };
703
+ };
704
+ notice: {
705
+ "01": {
706
+ value: string;
707
+ };
708
+ "02": {
709
+ value: string;
710
+ };
711
+ "03": {
712
+ value: string;
713
+ };
714
+ "04": {
715
+ value: string;
716
+ };
717
+ "05": {
718
+ value: string;
719
+ };
720
+ "06": {
721
+ value: string;
722
+ };
723
+ };
724
+ multi: {
725
+ 10: {
726
+ value: string;
727
+ };
728
+ "01": {
729
+ value: string;
730
+ };
731
+ "02": {
732
+ value: string;
733
+ };
734
+ "03": {
735
+ value: string;
736
+ };
737
+ "04": {
738
+ value: string;
739
+ };
740
+ "05": {
741
+ value: string;
742
+ };
743
+ "06": {
744
+ value: string;
745
+ };
746
+ "07": {
747
+ value: string;
748
+ };
749
+ "08": {
750
+ value: string;
751
+ };
752
+ "09": {
753
+ value: string;
754
+ };
755
+ };
756
+ };
757
+ component: {
758
+ onMarkLabel: {
759
+ value: string;
760
+ };
761
+ inverseOnMarkLabel: {
762
+ value: string;
763
+ };
764
+ scalemark: {
765
+ value: string;
766
+ };
767
+ threshold: {
768
+ value: string;
769
+ };
770
+ chartSurface: {
771
+ value: string;
772
+ };
773
+ onChartSurface: {
774
+ value: string;
775
+ };
776
+ };
777
+ };
615
778
  };
616
779
  };
617
780
  };
@@ -1090,6 +1253,12 @@ export declare const SerendieTokens: {
1090
1253
  onNoticeContainer: {
1091
1254
  value: string;
1092
1255
  };
1256
+ noticeContainerVariant: {
1257
+ value: string;
1258
+ };
1259
+ onNoticeContainerVariant: {
1260
+ value: string;
1261
+ };
1093
1262
  negative: {
1094
1263
  value: string;
1095
1264
  };
@@ -1102,6 +1271,12 @@ export declare const SerendieTokens: {
1102
1271
  onNegativeContainer: {
1103
1272
  value: string;
1104
1273
  };
1274
+ negativeContainerVariant: {
1275
+ value: string;
1276
+ };
1277
+ onNegativeContainerVariant: {
1278
+ value: string;
1279
+ };
1105
1280
  positive: {
1106
1281
  value: string;
1107
1282
  };
@@ -1114,6 +1289,12 @@ export declare const SerendieTokens: {
1114
1289
  onPositiveContainer: {
1115
1290
  value: string;
1116
1291
  };
1292
+ positiveContainerVariant: {
1293
+ value: string;
1294
+ };
1295
+ onPositiveContainerVariant: {
1296
+ value: string;
1297
+ };
1117
1298
  };
1118
1299
  component: {
1119
1300
  surface: {
@@ -1131,6 +1312,9 @@ export declare const SerendieTokens: {
1131
1312
  inverseOnSurface: {
1132
1313
  value: string;
1133
1314
  };
1315
+ inversePrimary: {
1316
+ value: string;
1317
+ };
1134
1318
  outline: {
1135
1319
  value: string;
1136
1320
  };
@@ -1148,6 +1332,9 @@ export declare const SerendieTokens: {
1148
1332
  disabledOnSurface: {
1149
1333
  value: string;
1150
1334
  };
1335
+ selected: {
1336
+ value: string;
1337
+ };
1151
1338
  selectedSurface: {
1152
1339
  value: string;
1153
1340
  };
@@ -1161,6 +1348,142 @@ export declare const SerendieTokens: {
1161
1348
  value: string;
1162
1349
  };
1163
1350
  };
1351
+ chart: {
1352
+ mark: {
1353
+ primary: {
1354
+ "01": {
1355
+ value: string;
1356
+ };
1357
+ "02": {
1358
+ value: string;
1359
+ };
1360
+ "03": {
1361
+ value: string;
1362
+ };
1363
+ "04": {
1364
+ value: string;
1365
+ };
1366
+ "05": {
1367
+ value: string;
1368
+ };
1369
+ "06": {
1370
+ value: string;
1371
+ };
1372
+ };
1373
+ positive: {
1374
+ "01": {
1375
+ value: string;
1376
+ };
1377
+ "02": {
1378
+ value: string;
1379
+ };
1380
+ "03": {
1381
+ value: string;
1382
+ };
1383
+ "04": {
1384
+ value: string;
1385
+ };
1386
+ "05": {
1387
+ value: string;
1388
+ };
1389
+ "06": {
1390
+ value: string;
1391
+ };
1392
+ };
1393
+ negative: {
1394
+ "01": {
1395
+ value: string;
1396
+ };
1397
+ "02": {
1398
+ value: string;
1399
+ };
1400
+ "03": {
1401
+ value: string;
1402
+ };
1403
+ "04": {
1404
+ value: string;
1405
+ };
1406
+ "05": {
1407
+ value: string;
1408
+ };
1409
+ "06": {
1410
+ value: string;
1411
+ };
1412
+ };
1413
+ notice: {
1414
+ "01": {
1415
+ value: string;
1416
+ };
1417
+ "02": {
1418
+ value: string;
1419
+ };
1420
+ "03": {
1421
+ value: string;
1422
+ };
1423
+ "04": {
1424
+ value: string;
1425
+ };
1426
+ "05": {
1427
+ value: string;
1428
+ };
1429
+ "06": {
1430
+ value: string;
1431
+ };
1432
+ };
1433
+ multi: {
1434
+ 10: {
1435
+ value: string;
1436
+ };
1437
+ "01": {
1438
+ value: string;
1439
+ };
1440
+ "02": {
1441
+ value: string;
1442
+ };
1443
+ "03": {
1444
+ value: string;
1445
+ };
1446
+ "04": {
1447
+ value: string;
1448
+ };
1449
+ "05": {
1450
+ value: string;
1451
+ };
1452
+ "06": {
1453
+ value: string;
1454
+ };
1455
+ "07": {
1456
+ value: string;
1457
+ };
1458
+ "08": {
1459
+ value: string;
1460
+ };
1461
+ "09": {
1462
+ value: string;
1463
+ };
1464
+ };
1465
+ };
1466
+ component: {
1467
+ onMarkLabel: {
1468
+ value: string;
1469
+ };
1470
+ inverseOnMarkLabel: {
1471
+ value: string;
1472
+ };
1473
+ scalemark: {
1474
+ value: string;
1475
+ };
1476
+ threshold: {
1477
+ value: string;
1478
+ };
1479
+ chartSurface: {
1480
+ value: string;
1481
+ };
1482
+ onChartSurface: {
1483
+ value: string;
1484
+ };
1485
+ };
1486
+ };
1164
1487
  };
1165
1488
  };
1166
1489
  };
@@ -1222,6 +1545,12 @@ export declare const SerendieTokens: {
1222
1545
  onNoticeContainer: {
1223
1546
  value: string;
1224
1547
  };
1548
+ noticeContainerVariant: {
1549
+ value: string;
1550
+ };
1551
+ onNoticeContainerVariant: {
1552
+ value: string;
1553
+ };
1225
1554
  negative: {
1226
1555
  value: string;
1227
1556
  };
@@ -1234,6 +1563,12 @@ export declare const SerendieTokens: {
1234
1563
  onNegativeContainer: {
1235
1564
  value: string;
1236
1565
  };
1566
+ negativeContainerVariant: {
1567
+ value: string;
1568
+ };
1569
+ onNegativeContainerVariant: {
1570
+ value: string;
1571
+ };
1237
1572
  positive: {
1238
1573
  value: string;
1239
1574
  };
@@ -1246,6 +1581,12 @@ export declare const SerendieTokens: {
1246
1581
  onPositiveContainer: {
1247
1582
  value: string;
1248
1583
  };
1584
+ positiveContainerVariant: {
1585
+ value: string;
1586
+ };
1587
+ onPositiveContainerVariant: {
1588
+ value: string;
1589
+ };
1249
1590
  };
1250
1591
  component: {
1251
1592
  surface: {
@@ -1263,6 +1604,9 @@ export declare const SerendieTokens: {
1263
1604
  inverseOnSurface: {
1264
1605
  value: string;
1265
1606
  };
1607
+ inversePrimary: {
1608
+ value: string;
1609
+ };
1266
1610
  outline: {
1267
1611
  value: string;
1268
1612
  };
@@ -1280,6 +1624,9 @@ export declare const SerendieTokens: {
1280
1624
  disabledOnSurface: {
1281
1625
  value: string;
1282
1626
  };
1627
+ selected: {
1628
+ value: string;
1629
+ };
1283
1630
  selectedSurface: {
1284
1631
  value: string;
1285
1632
  };
@@ -1293,6 +1640,142 @@ export declare const SerendieTokens: {
1293
1640
  value: string;
1294
1641
  };
1295
1642
  };
1643
+ chart: {
1644
+ mark: {
1645
+ primary: {
1646
+ "01": {
1647
+ value: string;
1648
+ };
1649
+ "02": {
1650
+ value: string;
1651
+ };
1652
+ "03": {
1653
+ value: string;
1654
+ };
1655
+ "04": {
1656
+ value: string;
1657
+ };
1658
+ "05": {
1659
+ value: string;
1660
+ };
1661
+ "06": {
1662
+ value: string;
1663
+ };
1664
+ };
1665
+ positive: {
1666
+ "01": {
1667
+ value: string;
1668
+ };
1669
+ "02": {
1670
+ value: string;
1671
+ };
1672
+ "03": {
1673
+ value: string;
1674
+ };
1675
+ "04": {
1676
+ value: string;
1677
+ };
1678
+ "05": {
1679
+ value: string;
1680
+ };
1681
+ "06": {
1682
+ value: string;
1683
+ };
1684
+ };
1685
+ negative: {
1686
+ "01": {
1687
+ value: string;
1688
+ };
1689
+ "02": {
1690
+ value: string;
1691
+ };
1692
+ "03": {
1693
+ value: string;
1694
+ };
1695
+ "04": {
1696
+ value: string;
1697
+ };
1698
+ "05": {
1699
+ value: string;
1700
+ };
1701
+ "06": {
1702
+ value: string;
1703
+ };
1704
+ };
1705
+ notice: {
1706
+ "01": {
1707
+ value: string;
1708
+ };
1709
+ "02": {
1710
+ value: string;
1711
+ };
1712
+ "03": {
1713
+ value: string;
1714
+ };
1715
+ "04": {
1716
+ value: string;
1717
+ };
1718
+ "05": {
1719
+ value: string;
1720
+ };
1721
+ "06": {
1722
+ value: string;
1723
+ };
1724
+ };
1725
+ multi: {
1726
+ 10: {
1727
+ value: string;
1728
+ };
1729
+ "01": {
1730
+ value: string;
1731
+ };
1732
+ "02": {
1733
+ value: string;
1734
+ };
1735
+ "03": {
1736
+ value: string;
1737
+ };
1738
+ "04": {
1739
+ value: string;
1740
+ };
1741
+ "05": {
1742
+ value: string;
1743
+ };
1744
+ "06": {
1745
+ value: string;
1746
+ };
1747
+ "07": {
1748
+ value: string;
1749
+ };
1750
+ "08": {
1751
+ value: string;
1752
+ };
1753
+ "09": {
1754
+ value: string;
1755
+ };
1756
+ };
1757
+ };
1758
+ component: {
1759
+ onMarkLabel: {
1760
+ value: string;
1761
+ };
1762
+ inverseOnMarkLabel: {
1763
+ value: string;
1764
+ };
1765
+ scalemark: {
1766
+ value: string;
1767
+ };
1768
+ threshold: {
1769
+ value: string;
1770
+ };
1771
+ chartSurface: {
1772
+ value: string;
1773
+ };
1774
+ onChartSurface: {
1775
+ value: string;
1776
+ };
1777
+ };
1778
+ };
1296
1779
  };
1297
1780
  };
1298
1781
  };
@@ -1354,6 +1837,12 @@ export declare const SerendieTokens: {
1354
1837
  onNoticeContainer: {
1355
1838
  value: string;
1356
1839
  };
1840
+ noticeContainerVariant: {
1841
+ value: string;
1842
+ };
1843
+ onNoticeContainerVariant: {
1844
+ value: string;
1845
+ };
1357
1846
  negative: {
1358
1847
  value: string;
1359
1848
  };
@@ -1366,6 +1855,12 @@ export declare const SerendieTokens: {
1366
1855
  onNegativeContainer: {
1367
1856
  value: string;
1368
1857
  };
1858
+ negativeContainerVariant: {
1859
+ value: string;
1860
+ };
1861
+ onNegativeContainerVariant: {
1862
+ value: string;
1863
+ };
1369
1864
  positive: {
1370
1865
  value: string;
1371
1866
  };
@@ -1378,6 +1873,12 @@ export declare const SerendieTokens: {
1378
1873
  onPositiveContainer: {
1379
1874
  value: string;
1380
1875
  };
1876
+ positiveContainerVariant: {
1877
+ value: string;
1878
+ };
1879
+ onPositiveContainerVariant: {
1880
+ value: string;
1881
+ };
1381
1882
  };
1382
1883
  component: {
1383
1884
  surface: {
@@ -1395,6 +1896,9 @@ export declare const SerendieTokens: {
1395
1896
  inverseOnSurface: {
1396
1897
  value: string;
1397
1898
  };
1899
+ inversePrimary: {
1900
+ value: string;
1901
+ };
1398
1902
  outline: {
1399
1903
  value: string;
1400
1904
  };
@@ -1412,6 +1916,9 @@ export declare const SerendieTokens: {
1412
1916
  disabledOnSurface: {
1413
1917
  value: string;
1414
1918
  };
1919
+ selected: {
1920
+ value: string;
1921
+ };
1415
1922
  selectedSurface: {
1416
1923
  value: string;
1417
1924
  };
@@ -1425,6 +1932,142 @@ export declare const SerendieTokens: {
1425
1932
  value: string;
1426
1933
  };
1427
1934
  };
1935
+ chart: {
1936
+ mark: {
1937
+ primary: {
1938
+ "01": {
1939
+ value: string;
1940
+ };
1941
+ "02": {
1942
+ value: string;
1943
+ };
1944
+ "03": {
1945
+ value: string;
1946
+ };
1947
+ "04": {
1948
+ value: string;
1949
+ };
1950
+ "05": {
1951
+ value: string;
1952
+ };
1953
+ "06": {
1954
+ value: string;
1955
+ };
1956
+ };
1957
+ positive: {
1958
+ "01": {
1959
+ value: string;
1960
+ };
1961
+ "02": {
1962
+ value: string;
1963
+ };
1964
+ "03": {
1965
+ value: string;
1966
+ };
1967
+ "04": {
1968
+ value: string;
1969
+ };
1970
+ "05": {
1971
+ value: string;
1972
+ };
1973
+ "06": {
1974
+ value: string;
1975
+ };
1976
+ };
1977
+ negative: {
1978
+ "01": {
1979
+ value: string;
1980
+ };
1981
+ "02": {
1982
+ value: string;
1983
+ };
1984
+ "03": {
1985
+ value: string;
1986
+ };
1987
+ "04": {
1988
+ value: string;
1989
+ };
1990
+ "05": {
1991
+ value: string;
1992
+ };
1993
+ "06": {
1994
+ value: string;
1995
+ };
1996
+ };
1997
+ notice: {
1998
+ "01": {
1999
+ value: string;
2000
+ };
2001
+ "02": {
2002
+ value: string;
2003
+ };
2004
+ "03": {
2005
+ value: string;
2006
+ };
2007
+ "04": {
2008
+ value: string;
2009
+ };
2010
+ "05": {
2011
+ value: string;
2012
+ };
2013
+ "06": {
2014
+ value: string;
2015
+ };
2016
+ };
2017
+ multi: {
2018
+ 10: {
2019
+ value: string;
2020
+ };
2021
+ "01": {
2022
+ value: string;
2023
+ };
2024
+ "02": {
2025
+ value: string;
2026
+ };
2027
+ "03": {
2028
+ value: string;
2029
+ };
2030
+ "04": {
2031
+ value: string;
2032
+ };
2033
+ "05": {
2034
+ value: string;
2035
+ };
2036
+ "06": {
2037
+ value: string;
2038
+ };
2039
+ "07": {
2040
+ value: string;
2041
+ };
2042
+ "08": {
2043
+ value: string;
2044
+ };
2045
+ "09": {
2046
+ value: string;
2047
+ };
2048
+ };
2049
+ };
2050
+ component: {
2051
+ onMarkLabel: {
2052
+ value: string;
2053
+ };
2054
+ inverseOnMarkLabel: {
2055
+ value: string;
2056
+ };
2057
+ scalemark: {
2058
+ value: string;
2059
+ };
2060
+ threshold: {
2061
+ value: string;
2062
+ };
2063
+ chartSurface: {
2064
+ value: string;
2065
+ };
2066
+ onChartSurface: {
2067
+ value: string;
2068
+ };
2069
+ };
2070
+ };
1428
2071
  };
1429
2072
  };
1430
2073
  };
@@ -1486,6 +2129,12 @@ export declare const SerendieTokens: {
1486
2129
  onNoticeContainer: {
1487
2130
  value: string;
1488
2131
  };
2132
+ noticeContainerVariant: {
2133
+ value: string;
2134
+ };
2135
+ onNoticeContainerVariant: {
2136
+ value: string;
2137
+ };
1489
2138
  negative: {
1490
2139
  value: string;
1491
2140
  };
@@ -1498,6 +2147,12 @@ export declare const SerendieTokens: {
1498
2147
  onNegativeContainer: {
1499
2148
  value: string;
1500
2149
  };
2150
+ negativeContainerVariant: {
2151
+ value: string;
2152
+ };
2153
+ onNegativeContainerVariant: {
2154
+ value: string;
2155
+ };
1501
2156
  positive: {
1502
2157
  value: string;
1503
2158
  };
@@ -1510,6 +2165,12 @@ export declare const SerendieTokens: {
1510
2165
  onPositiveContainer: {
1511
2166
  value: string;
1512
2167
  };
2168
+ positiveContainerVariant: {
2169
+ value: string;
2170
+ };
2171
+ onPositiveContainerVariant: {
2172
+ value: string;
2173
+ };
1513
2174
  };
1514
2175
  component: {
1515
2176
  surface: {
@@ -1527,6 +2188,9 @@ export declare const SerendieTokens: {
1527
2188
  inverseOnSurface: {
1528
2189
  value: string;
1529
2190
  };
2191
+ inversePrimary: {
2192
+ value: string;
2193
+ };
1530
2194
  outline: {
1531
2195
  value: string;
1532
2196
  };
@@ -1544,6 +2208,9 @@ export declare const SerendieTokens: {
1544
2208
  disabledOnSurface: {
1545
2209
  value: string;
1546
2210
  };
2211
+ selected: {
2212
+ value: string;
2213
+ };
1547
2214
  selectedSurface: {
1548
2215
  value: string;
1549
2216
  };
@@ -1557,6 +2224,142 @@ export declare const SerendieTokens: {
1557
2224
  value: string;
1558
2225
  };
1559
2226
  };
2227
+ chart: {
2228
+ mark: {
2229
+ primary: {
2230
+ "01": {
2231
+ value: string;
2232
+ };
2233
+ "02": {
2234
+ value: string;
2235
+ };
2236
+ "03": {
2237
+ value: string;
2238
+ };
2239
+ "04": {
2240
+ value: string;
2241
+ };
2242
+ "05": {
2243
+ value: string;
2244
+ };
2245
+ "06": {
2246
+ value: string;
2247
+ };
2248
+ };
2249
+ positive: {
2250
+ "01": {
2251
+ value: string;
2252
+ };
2253
+ "02": {
2254
+ value: string;
2255
+ };
2256
+ "03": {
2257
+ value: string;
2258
+ };
2259
+ "04": {
2260
+ value: string;
2261
+ };
2262
+ "05": {
2263
+ value: string;
2264
+ };
2265
+ "06": {
2266
+ value: string;
2267
+ };
2268
+ };
2269
+ negative: {
2270
+ "01": {
2271
+ value: string;
2272
+ };
2273
+ "02": {
2274
+ value: string;
2275
+ };
2276
+ "03": {
2277
+ value: string;
2278
+ };
2279
+ "04": {
2280
+ value: string;
2281
+ };
2282
+ "05": {
2283
+ value: string;
2284
+ };
2285
+ "06": {
2286
+ value: string;
2287
+ };
2288
+ };
2289
+ notice: {
2290
+ "01": {
2291
+ value: string;
2292
+ };
2293
+ "02": {
2294
+ value: string;
2295
+ };
2296
+ "03": {
2297
+ value: string;
2298
+ };
2299
+ "04": {
2300
+ value: string;
2301
+ };
2302
+ "05": {
2303
+ value: string;
2304
+ };
2305
+ "06": {
2306
+ value: string;
2307
+ };
2308
+ };
2309
+ multi: {
2310
+ 10: {
2311
+ value: string;
2312
+ };
2313
+ "01": {
2314
+ value: string;
2315
+ };
2316
+ "02": {
2317
+ value: string;
2318
+ };
2319
+ "03": {
2320
+ value: string;
2321
+ };
2322
+ "04": {
2323
+ value: string;
2324
+ };
2325
+ "05": {
2326
+ value: string;
2327
+ };
2328
+ "06": {
2329
+ value: string;
2330
+ };
2331
+ "07": {
2332
+ value: string;
2333
+ };
2334
+ "08": {
2335
+ value: string;
2336
+ };
2337
+ "09": {
2338
+ value: string;
2339
+ };
2340
+ };
2341
+ };
2342
+ component: {
2343
+ onMarkLabel: {
2344
+ value: string;
2345
+ };
2346
+ inverseOnMarkLabel: {
2347
+ value: string;
2348
+ };
2349
+ scalemark: {
2350
+ value: string;
2351
+ };
2352
+ threshold: {
2353
+ value: string;
2354
+ };
2355
+ chartSurface: {
2356
+ value: string;
2357
+ };
2358
+ onChartSurface: {
2359
+ value: string;
2360
+ };
2361
+ };
2362
+ };
1560
2363
  };
1561
2364
  };
1562
2365
  };