@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.
- package/LICENSE +21 -0
- package/README.md +51 -9
- package/dist/components/{Accordion.d.ts → Accordion/Accordion.d.ts} +2 -2
- package/dist/components/{Accordion.js → Accordion/Accordion.js} +10 -10
- package/dist/components/Accordion/index.d.ts +1 -0
- package/dist/components/Accordion/index.js +4 -0
- package/dist/components/AccordionGroup.js +4 -4
- package/dist/components/Avatar.js +4 -4
- package/dist/components/Badge.js +4 -4
- package/dist/components/Banner.js +4 -4
- package/dist/components/BottomNavigation.js +3 -3
- package/dist/components/BottomNavigationItem.js +4 -4
- package/dist/components/Button.js +7 -7
- package/dist/components/CheckBox.js +4 -4
- package/dist/components/ChoiceBox.js +10 -10
- package/dist/components/DashboardWidget.js +4 -4
- package/dist/components/Divider.js +4 -4
- package/dist/components/Drawer.js +4 -4
- package/dist/components/DropdownMenu.js +4 -4
- package/dist/components/IconButton.js +4 -4
- package/dist/components/ListItem.js +4 -4
- package/dist/components/ModalDialog.js +4 -4
- package/dist/components/NotificationBadge.js +4 -4
- package/dist/components/ProgressIndicator.js +4 -4
- package/dist/components/RadioButton.js +4 -4
- package/dist/components/Search.js +6 -6
- package/dist/components/Select.js +4 -4
- package/dist/components/Switch.js +4 -4
- package/dist/components/TabItem.js +4 -4
- package/dist/components/Tabs.js +4 -4
- package/dist/components/TextArea.js +4 -4
- package/dist/components/TextField.js +4 -4
- package/dist/components/Toast.js +3 -3
- package/dist/components/TopAppBar.js +4 -4
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/node_modules/@ark-ui/react/dist/components/accordion/accordion-item-content.js +3 -4
- package/dist/node_modules/@ark-ui/react/dist/components/accordion/accordion-item-indicator.js +4 -5
- package/dist/node_modules/@ark-ui/react/dist/components/accordion/accordion-item-trigger.js +0 -1
- package/dist/node_modules/@ark-ui/react/dist/components/accordion/accordion-item.js +3 -4
- package/dist/node_modules/@ark-ui/react/dist/components/accordion/accordion-root.js +2 -3
- package/dist/node_modules/@ark-ui/react/dist/components/avatar/avatar-fallback.js +6 -7
- package/dist/node_modules/@ark-ui/react/dist/components/avatar/avatar-image.js +5 -6
- package/dist/node_modules/@ark-ui/react/dist/components/avatar/avatar-root.js +2 -3
- package/dist/node_modules/@ark-ui/react/dist/components/checkbox/checkbox-control.js +5 -6
- package/dist/node_modules/@ark-ui/react/dist/components/checkbox/checkbox-hidden-input.js +0 -1
- package/dist/node_modules/@ark-ui/react/dist/components/checkbox/checkbox-label.js +0 -1
- package/dist/node_modules/@ark-ui/react/dist/components/checkbox/checkbox-root.js +4 -5
- package/dist/node_modules/@ark-ui/react/dist/components/collapsible/collapsible-content.js +8 -9
- package/dist/node_modules/@ark-ui/react/dist/components/collapsible/collapsible-root.js +0 -1
- package/dist/node_modules/@ark-ui/react/dist/components/combobox/combobox-content.js +3 -4
- package/dist/node_modules/@ark-ui/react/dist/components/combobox/combobox-control.js +5 -6
- package/dist/node_modules/@ark-ui/react/dist/components/combobox/combobox-input.js +6 -7
- package/dist/node_modules/@ark-ui/react/dist/components/combobox/combobox-item-group.js +0 -1
- package/dist/node_modules/@ark-ui/react/dist/components/combobox/combobox-item-text.js +3 -4
- package/dist/node_modules/@ark-ui/react/dist/components/combobox/combobox-item.js +0 -1
- package/dist/node_modules/@ark-ui/react/dist/components/combobox/combobox-positioner.js +5 -6
- package/dist/node_modules/@ark-ui/react/dist/components/combobox/combobox-root.js +4 -5
- package/dist/node_modules/@ark-ui/react/dist/components/combobox/combobox-trigger.js +5 -6
- package/dist/node_modules/@ark-ui/react/dist/components/dialog/dialog-backdrop.js +4 -5
- package/dist/node_modules/@ark-ui/react/dist/components/dialog/dialog-close-trigger.js +5 -6
- package/dist/node_modules/@ark-ui/react/dist/components/dialog/dialog-content.js +0 -1
- package/dist/node_modules/@ark-ui/react/dist/components/dialog/dialog-description.js +0 -1
- package/dist/node_modules/@ark-ui/react/dist/components/dialog/dialog-positioner.js +5 -6
- package/dist/node_modules/@ark-ui/react/dist/components/dialog/dialog-root.js +4 -5
- package/dist/node_modules/@ark-ui/react/dist/components/dialog/dialog-title.js +0 -1
- package/dist/node_modules/@ark-ui/react/dist/components/menu/menu-content.js +3 -4
- package/dist/node_modules/@ark-ui/react/dist/components/menu/menu-item-group.js +0 -1
- package/dist/node_modules/@ark-ui/react/dist/components/menu/menu-item.js +2 -3
- package/dist/node_modules/@ark-ui/react/dist/components/menu/menu-positioner.js +3 -4
- package/dist/node_modules/@ark-ui/react/dist/components/menu/menu-root.js +2 -3
- package/dist/node_modules/@ark-ui/react/dist/components/menu/menu-trigger.js +3 -4
- package/dist/node_modules/@ark-ui/react/dist/components/radio-group/radio-group-item-control.js +3 -4
- package/dist/node_modules/@ark-ui/react/dist/components/radio-group/radio-group-item-hidden-input.js +0 -1
- package/dist/node_modules/@ark-ui/react/dist/components/radio-group/radio-group-item-text.js +4 -5
- package/dist/node_modules/@ark-ui/react/dist/components/radio-group/radio-group-item.js +3 -4
- package/dist/node_modules/@ark-ui/react/dist/components/radio-group/radio-group-root.js +3 -4
- package/dist/node_modules/@ark-ui/react/dist/components/select/select-content.js +3 -4
- package/dist/node_modules/@ark-ui/react/dist/components/select/select-control.js +6 -7
- package/dist/node_modules/@ark-ui/react/dist/components/select/select-item.js +0 -1
- package/dist/node_modules/@ark-ui/react/dist/components/select/select-label.js +4 -5
- package/dist/node_modules/@ark-ui/react/dist/components/select/select-positioner.js +4 -5
- package/dist/node_modules/@ark-ui/react/dist/components/select/select-root.js +7 -7
- package/dist/node_modules/@ark-ui/react/dist/components/select/select-trigger.js +5 -6
- package/dist/node_modules/@ark-ui/react/dist/components/select/select-value-text.js +5 -6
- package/dist/node_modules/@ark-ui/react/dist/components/select/use-select.js +35 -31
- package/dist/node_modules/@ark-ui/react/dist/components/switch/switch-control.js +4 -5
- package/dist/node_modules/@ark-ui/react/dist/components/switch/switch-hidden-input.js +4 -5
- package/dist/node_modules/@ark-ui/react/dist/components/switch/switch-label.js +4 -5
- package/dist/node_modules/@ark-ui/react/dist/components/switch/switch-root.js +8 -9
- package/dist/node_modules/@ark-ui/react/dist/components/switch/switch-thumb.js +4 -5
- package/dist/node_modules/@ark-ui/react/dist/components/tabs/tab-list.js +3 -4
- package/dist/node_modules/@ark-ui/react/dist/components/tabs/tab-trigger.js +3 -4
- package/dist/node_modules/@ark-ui/react/dist/components/tabs/tabs-root.js +10 -10
- package/dist/node_modules/@ark-ui/react/dist/components/toast/toast-root.js +0 -1
- package/dist/node_modules/@ark-ui/react/dist/components/toast/toast-title.js +0 -1
- package/dist/node_modules/@ark-ui/react/dist/components/toast/toaster.js +4 -4
- package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.js +361 -303
- package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +229 -216
- package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +19 -19
- package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +39 -38
- package/dist/node_modules/@serendie/design-token/dist/panda-tokens.js +823 -20
- package/dist/node_modules/@serendie/design-token/dist/tokens.js +346 -25
- package/dist/node_modules/@zag-js/accordion/dist/index.js +12 -12
- package/dist/node_modules/@zag-js/aria-hidden/dist/index.js +13 -62
- package/dist/node_modules/@zag-js/avatar/dist/index.js +12 -10
- package/dist/node_modules/@zag-js/checkbox/dist/index.js +99 -92
- package/dist/node_modules/@zag-js/collapsible/dist/index.js +5 -5
- package/dist/node_modules/@zag-js/collection/dist/index.js +21 -21
- package/dist/node_modules/@zag-js/combobox/dist/index.js +30 -31
- package/dist/node_modules/@zag-js/core/dist/index.js +285 -320
- package/dist/node_modules/@zag-js/dialog/dist/index.js +56 -62
- package/dist/node_modules/@zag-js/dismissable/dist/index.js +3 -3
- package/dist/node_modules/@zag-js/dom-event/dist/index.js +88 -115
- package/dist/node_modules/@zag-js/dom-query/dist/index.js +2 -2
- package/dist/node_modules/@zag-js/focus-visible/dist/index.js +73 -0
- package/dist/node_modules/@zag-js/interact-outside/dist/index.js +33 -33
- package/dist/node_modules/@zag-js/menu/dist/index.js +81 -77
- package/dist/node_modules/@zag-js/popper/dist/index.js +86 -79
- package/dist/node_modules/@zag-js/radio-group/dist/index.js +116 -109
- package/dist/node_modules/@zag-js/react/dist/index.js +44 -43
- package/dist/node_modules/@zag-js/select/dist/index.js +203 -231
- package/dist/node_modules/@zag-js/store/dist/index.js +110 -110
- package/dist/node_modules/@zag-js/switch/dist/index.js +62 -55
- package/dist/node_modules/@zag-js/tabs/dist/index.js +64 -61
- package/dist/node_modules/@zag-js/toast/dist/index.js +174 -173
- package/dist/node_modules/@zag-js/utils/dist/index.js +93 -71
- package/dist/node_modules/aria-hidden/dist/es2015/index.js +52 -0
- package/dist/node_modules/focus-trap/dist/focus-trap.esm.js +217 -219
- package/dist/preset.d.ts +807 -4
- package/dist/{ui/styled-system → styled-system}/css/css.js +5 -6
- package/dist/{ui/styled-system → styled-system}/css/cva.js +4 -4
- package/dist/{ui/styled-system → styled-system}/css/sva.js +3 -3
- package/dist/styled-system/jsx/is-valid-prop.js +6 -0
- package/dist/styles.css +1 -1
- package/dist/tokens/getToken.d.ts +324 -3
- package/dist/tokens/index.d.ts +806 -3
- package/package.json +32 -5
- package/styled-system/css/css.js +1 -1
- package/styled-system/jsx/is-valid-prop.js +1 -1
- package/styled-system/themes/theme-asagi.json +1 -1
- package/styled-system/themes/theme-kurikawa.json +1 -1
- package/styled-system/themes/theme-sumire.json +1 -1
- package/styled-system/themes/theme-tsutsuji.json +1 -1
- package/styled-system/tokens/index.js +1238 -54
- package/styled-system/tokens/tokens.d.ts +3 -3
- package/styled-system/types/conditions.d.ts +2 -2
- package/styled-system/types/prop-type.d.ts +1 -1
- package/dist/ui/styled-system/jsx/is-valid-prop.js +0 -6
- /package/dist/{ui/styled-system → styled-system}/css/conditions.js +0 -0
- /package/dist/{ui/styled-system → styled-system}/css/cx.js +0 -0
- /package/dist/{ui/styled-system → styled-system}/helpers.js +0 -0
- /package/dist/{ui/styled-system → styled-system}/jsx/box.js +0 -0
- /package/dist/{ui/styled-system → styled-system}/jsx/factory-helper.js +0 -0
- /package/dist/{ui/styled-system → styled-system}/jsx/factory.js +0 -0
- /package/dist/{ui/styled-system → styled-system}/patterns/box.js +0 -0
|
@@ -10,9 +10,10 @@ export declare function getToken(): {
|
|
|
10
10
|
1000: string;
|
|
11
11
|
};
|
|
12
12
|
transparency: {
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
bl2: string;
|
|
14
|
+
bl5: string;
|
|
15
|
+
bl20: string;
|
|
16
|
+
wh60: string;
|
|
16
17
|
};
|
|
17
18
|
gray: {
|
|
18
19
|
100: string;
|
|
@@ -246,14 +247,20 @@ export declare function getToken(): {
|
|
|
246
247
|
onNotice: string;
|
|
247
248
|
noticeContainer: string;
|
|
248
249
|
onNoticeContainer: string;
|
|
250
|
+
noticeContainerVariant: string;
|
|
251
|
+
onNoticeContainerVariant: string;
|
|
249
252
|
negative: string;
|
|
250
253
|
onNegative: string;
|
|
251
254
|
negativeContainer: string;
|
|
252
255
|
onNegativeContainer: string;
|
|
256
|
+
negativeContainerVariant: string;
|
|
257
|
+
onNegativeContainerVariant: string;
|
|
253
258
|
positive: string;
|
|
254
259
|
onPositive: string;
|
|
255
260
|
positiveContainer: string;
|
|
256
261
|
onPositiveContainer: string;
|
|
262
|
+
positiveContainerVariant: string;
|
|
263
|
+
onPositiveContainerVariant: string;
|
|
257
264
|
};
|
|
258
265
|
component: {
|
|
259
266
|
surface: string;
|
|
@@ -261,6 +268,7 @@ export declare function getToken(): {
|
|
|
261
268
|
onSurfaceVariant: string;
|
|
262
269
|
inverseSurface: string;
|
|
263
270
|
inverseOnSurface: string;
|
|
271
|
+
inversePrimary: string;
|
|
264
272
|
outline: string;
|
|
265
273
|
outlineVariant: string;
|
|
266
274
|
scrim: string;
|
|
@@ -268,11 +276,68 @@ export declare function getToken(): {
|
|
|
268
276
|
interaction: {
|
|
269
277
|
disabled: string;
|
|
270
278
|
disabledOnSurface: string;
|
|
279
|
+
selected: string;
|
|
271
280
|
selectedSurface: string;
|
|
272
281
|
hovered: string;
|
|
273
282
|
hoveredVariant: string;
|
|
274
283
|
hoveredOnPrimary: string;
|
|
275
284
|
};
|
|
285
|
+
chart: {
|
|
286
|
+
mark: {
|
|
287
|
+
primary: {
|
|
288
|
+
"01": string;
|
|
289
|
+
"02": string;
|
|
290
|
+
"03": string;
|
|
291
|
+
"04": string;
|
|
292
|
+
"05": string;
|
|
293
|
+
"06": string;
|
|
294
|
+
};
|
|
295
|
+
positive: {
|
|
296
|
+
"01": string;
|
|
297
|
+
"02": string;
|
|
298
|
+
"03": string;
|
|
299
|
+
"04": string;
|
|
300
|
+
"05": string;
|
|
301
|
+
"06": string;
|
|
302
|
+
};
|
|
303
|
+
negative: {
|
|
304
|
+
"01": string;
|
|
305
|
+
"02": string;
|
|
306
|
+
"03": string;
|
|
307
|
+
"04": string;
|
|
308
|
+
"05": string;
|
|
309
|
+
"06": string;
|
|
310
|
+
};
|
|
311
|
+
notice: {
|
|
312
|
+
"01": string;
|
|
313
|
+
"02": string;
|
|
314
|
+
"03": string;
|
|
315
|
+
"04": string;
|
|
316
|
+
"05": string;
|
|
317
|
+
"06": string;
|
|
318
|
+
};
|
|
319
|
+
multi: {
|
|
320
|
+
10: string;
|
|
321
|
+
"01": string;
|
|
322
|
+
"02": string;
|
|
323
|
+
"03": string;
|
|
324
|
+
"04": string;
|
|
325
|
+
"05": string;
|
|
326
|
+
"06": string;
|
|
327
|
+
"07": string;
|
|
328
|
+
"08": string;
|
|
329
|
+
"09": string;
|
|
330
|
+
};
|
|
331
|
+
};
|
|
332
|
+
component: {
|
|
333
|
+
onMarkLabel: string;
|
|
334
|
+
inverseOnMarkLabel: string;
|
|
335
|
+
scalemark: string;
|
|
336
|
+
threshold: string;
|
|
337
|
+
chartSurface: string;
|
|
338
|
+
onChartSurface: string;
|
|
339
|
+
};
|
|
340
|
+
};
|
|
276
341
|
};
|
|
277
342
|
dimension: {
|
|
278
343
|
spacing: {
|
|
@@ -584,14 +649,20 @@ export declare function getToken(): {
|
|
|
584
649
|
onNotice: string;
|
|
585
650
|
noticeContainer: string;
|
|
586
651
|
onNoticeContainer: string;
|
|
652
|
+
noticeContainerVariant: string;
|
|
653
|
+
onNoticeContainerVariant: string;
|
|
587
654
|
negative: string;
|
|
588
655
|
onNegative: string;
|
|
589
656
|
negativeContainer: string;
|
|
590
657
|
onNegativeContainer: string;
|
|
658
|
+
negativeContainerVariant: string;
|
|
659
|
+
onNegativeContainerVariant: string;
|
|
591
660
|
positive: string;
|
|
592
661
|
onPositive: string;
|
|
593
662
|
positiveContainer: string;
|
|
594
663
|
onPositiveContainer: string;
|
|
664
|
+
positiveContainerVariant: string;
|
|
665
|
+
onPositiveContainerVariant: string;
|
|
595
666
|
};
|
|
596
667
|
component: {
|
|
597
668
|
surface: string;
|
|
@@ -599,6 +670,7 @@ export declare function getToken(): {
|
|
|
599
670
|
onSurfaceVariant: string;
|
|
600
671
|
inverseSurface: string;
|
|
601
672
|
inverseOnSurface: string;
|
|
673
|
+
inversePrimary: string;
|
|
602
674
|
outline: string;
|
|
603
675
|
outlineVariant: string;
|
|
604
676
|
scrim: string;
|
|
@@ -606,11 +678,68 @@ export declare function getToken(): {
|
|
|
606
678
|
interaction: {
|
|
607
679
|
disabled: string;
|
|
608
680
|
disabledOnSurface: string;
|
|
681
|
+
selected: string;
|
|
609
682
|
selectedSurface: string;
|
|
610
683
|
hovered: string;
|
|
611
684
|
hoveredVariant: string;
|
|
612
685
|
hoveredOnPrimary: string;
|
|
613
686
|
};
|
|
687
|
+
chart: {
|
|
688
|
+
mark: {
|
|
689
|
+
primary: {
|
|
690
|
+
"01": string;
|
|
691
|
+
"02": string;
|
|
692
|
+
"03": string;
|
|
693
|
+
"04": string;
|
|
694
|
+
"05": string;
|
|
695
|
+
"06": string;
|
|
696
|
+
};
|
|
697
|
+
positive: {
|
|
698
|
+
"01": string;
|
|
699
|
+
"02": string;
|
|
700
|
+
"03": string;
|
|
701
|
+
"04": string;
|
|
702
|
+
"05": string;
|
|
703
|
+
"06": string;
|
|
704
|
+
};
|
|
705
|
+
negative: {
|
|
706
|
+
"01": string;
|
|
707
|
+
"02": string;
|
|
708
|
+
"03": string;
|
|
709
|
+
"04": string;
|
|
710
|
+
"05": string;
|
|
711
|
+
"06": string;
|
|
712
|
+
};
|
|
713
|
+
notice: {
|
|
714
|
+
"01": string;
|
|
715
|
+
"02": string;
|
|
716
|
+
"03": string;
|
|
717
|
+
"04": string;
|
|
718
|
+
"05": string;
|
|
719
|
+
"06": string;
|
|
720
|
+
};
|
|
721
|
+
multi: {
|
|
722
|
+
10: string;
|
|
723
|
+
"01": string;
|
|
724
|
+
"02": string;
|
|
725
|
+
"03": string;
|
|
726
|
+
"04": string;
|
|
727
|
+
"05": string;
|
|
728
|
+
"06": string;
|
|
729
|
+
"07": string;
|
|
730
|
+
"08": string;
|
|
731
|
+
"09": string;
|
|
732
|
+
};
|
|
733
|
+
};
|
|
734
|
+
component: {
|
|
735
|
+
onMarkLabel: string;
|
|
736
|
+
inverseOnMarkLabel: string;
|
|
737
|
+
scalemark: string;
|
|
738
|
+
threshold: string;
|
|
739
|
+
chartSurface: string;
|
|
740
|
+
onChartSurface: string;
|
|
741
|
+
};
|
|
742
|
+
};
|
|
614
743
|
};
|
|
615
744
|
};
|
|
616
745
|
};
|
|
@@ -640,14 +769,20 @@ export declare function getToken(): {
|
|
|
640
769
|
onNotice: string;
|
|
641
770
|
noticeContainer: string;
|
|
642
771
|
onNoticeContainer: string;
|
|
772
|
+
noticeContainerVariant: string;
|
|
773
|
+
onNoticeContainerVariant: string;
|
|
643
774
|
negative: string;
|
|
644
775
|
onNegative: string;
|
|
645
776
|
negativeContainer: string;
|
|
646
777
|
onNegativeContainer: string;
|
|
778
|
+
negativeContainerVariant: string;
|
|
779
|
+
onNegativeContainerVariant: string;
|
|
647
780
|
positive: string;
|
|
648
781
|
onPositive: string;
|
|
649
782
|
positiveContainer: string;
|
|
650
783
|
onPositiveContainer: string;
|
|
784
|
+
positiveContainerVariant: string;
|
|
785
|
+
onPositiveContainerVariant: string;
|
|
651
786
|
};
|
|
652
787
|
component: {
|
|
653
788
|
surface: string;
|
|
@@ -655,6 +790,7 @@ export declare function getToken(): {
|
|
|
655
790
|
onSurfaceVariant: string;
|
|
656
791
|
inverseSurface: string;
|
|
657
792
|
inverseOnSurface: string;
|
|
793
|
+
inversePrimary: string;
|
|
658
794
|
outline: string;
|
|
659
795
|
outlineVariant: string;
|
|
660
796
|
scrim: string;
|
|
@@ -662,11 +798,68 @@ export declare function getToken(): {
|
|
|
662
798
|
interaction: {
|
|
663
799
|
disabled: string;
|
|
664
800
|
disabledOnSurface: string;
|
|
801
|
+
selected: string;
|
|
665
802
|
selectedSurface: string;
|
|
666
803
|
hovered: string;
|
|
667
804
|
hoveredVariant: string;
|
|
668
805
|
hoveredOnPrimary: string;
|
|
669
806
|
};
|
|
807
|
+
chart: {
|
|
808
|
+
mark: {
|
|
809
|
+
primary: {
|
|
810
|
+
"01": string;
|
|
811
|
+
"02": string;
|
|
812
|
+
"03": string;
|
|
813
|
+
"04": string;
|
|
814
|
+
"05": string;
|
|
815
|
+
"06": string;
|
|
816
|
+
};
|
|
817
|
+
positive: {
|
|
818
|
+
"01": string;
|
|
819
|
+
"02": string;
|
|
820
|
+
"03": string;
|
|
821
|
+
"04": string;
|
|
822
|
+
"05": string;
|
|
823
|
+
"06": string;
|
|
824
|
+
};
|
|
825
|
+
negative: {
|
|
826
|
+
"01": string;
|
|
827
|
+
"02": string;
|
|
828
|
+
"03": string;
|
|
829
|
+
"04": string;
|
|
830
|
+
"05": string;
|
|
831
|
+
"06": string;
|
|
832
|
+
};
|
|
833
|
+
notice: {
|
|
834
|
+
"01": string;
|
|
835
|
+
"02": string;
|
|
836
|
+
"03": string;
|
|
837
|
+
"04": string;
|
|
838
|
+
"05": string;
|
|
839
|
+
"06": string;
|
|
840
|
+
};
|
|
841
|
+
multi: {
|
|
842
|
+
10: string;
|
|
843
|
+
"01": string;
|
|
844
|
+
"02": string;
|
|
845
|
+
"03": string;
|
|
846
|
+
"04": string;
|
|
847
|
+
"05": string;
|
|
848
|
+
"06": string;
|
|
849
|
+
"07": string;
|
|
850
|
+
"08": string;
|
|
851
|
+
"09": string;
|
|
852
|
+
};
|
|
853
|
+
};
|
|
854
|
+
component: {
|
|
855
|
+
onMarkLabel: string;
|
|
856
|
+
inverseOnMarkLabel: string;
|
|
857
|
+
scalemark: string;
|
|
858
|
+
threshold: string;
|
|
859
|
+
chartSurface: string;
|
|
860
|
+
onChartSurface: string;
|
|
861
|
+
};
|
|
862
|
+
};
|
|
670
863
|
};
|
|
671
864
|
};
|
|
672
865
|
};
|
|
@@ -696,14 +889,20 @@ export declare function getToken(): {
|
|
|
696
889
|
onNotice: string;
|
|
697
890
|
noticeContainer: string;
|
|
698
891
|
onNoticeContainer: string;
|
|
892
|
+
noticeContainerVariant: string;
|
|
893
|
+
onNoticeContainerVariant: string;
|
|
699
894
|
negative: string;
|
|
700
895
|
onNegative: string;
|
|
701
896
|
negativeContainer: string;
|
|
702
897
|
onNegativeContainer: string;
|
|
898
|
+
negativeContainerVariant: string;
|
|
899
|
+
onNegativeContainerVariant: string;
|
|
703
900
|
positive: string;
|
|
704
901
|
onPositive: string;
|
|
705
902
|
positiveContainer: string;
|
|
706
903
|
onPositiveContainer: string;
|
|
904
|
+
positiveContainerVariant: string;
|
|
905
|
+
onPositiveContainerVariant: string;
|
|
707
906
|
};
|
|
708
907
|
component: {
|
|
709
908
|
surface: string;
|
|
@@ -711,6 +910,7 @@ export declare function getToken(): {
|
|
|
711
910
|
onSurfaceVariant: string;
|
|
712
911
|
inverseSurface: string;
|
|
713
912
|
inverseOnSurface: string;
|
|
913
|
+
inversePrimary: string;
|
|
714
914
|
outline: string;
|
|
715
915
|
outlineVariant: string;
|
|
716
916
|
scrim: string;
|
|
@@ -718,11 +918,68 @@ export declare function getToken(): {
|
|
|
718
918
|
interaction: {
|
|
719
919
|
disabled: string;
|
|
720
920
|
disabledOnSurface: string;
|
|
921
|
+
selected: string;
|
|
721
922
|
selectedSurface: string;
|
|
722
923
|
hovered: string;
|
|
723
924
|
hoveredVariant: string;
|
|
724
925
|
hoveredOnPrimary: string;
|
|
725
926
|
};
|
|
927
|
+
chart: {
|
|
928
|
+
mark: {
|
|
929
|
+
primary: {
|
|
930
|
+
"01": string;
|
|
931
|
+
"02": string;
|
|
932
|
+
"03": string;
|
|
933
|
+
"04": string;
|
|
934
|
+
"05": string;
|
|
935
|
+
"06": string;
|
|
936
|
+
};
|
|
937
|
+
positive: {
|
|
938
|
+
"01": string;
|
|
939
|
+
"02": string;
|
|
940
|
+
"03": string;
|
|
941
|
+
"04": string;
|
|
942
|
+
"05": string;
|
|
943
|
+
"06": string;
|
|
944
|
+
};
|
|
945
|
+
negative: {
|
|
946
|
+
"01": string;
|
|
947
|
+
"02": string;
|
|
948
|
+
"03": string;
|
|
949
|
+
"04": string;
|
|
950
|
+
"05": string;
|
|
951
|
+
"06": string;
|
|
952
|
+
};
|
|
953
|
+
notice: {
|
|
954
|
+
"01": string;
|
|
955
|
+
"02": string;
|
|
956
|
+
"03": string;
|
|
957
|
+
"04": string;
|
|
958
|
+
"05": string;
|
|
959
|
+
"06": string;
|
|
960
|
+
};
|
|
961
|
+
multi: {
|
|
962
|
+
10: string;
|
|
963
|
+
"01": string;
|
|
964
|
+
"02": string;
|
|
965
|
+
"03": string;
|
|
966
|
+
"04": string;
|
|
967
|
+
"05": string;
|
|
968
|
+
"06": string;
|
|
969
|
+
"07": string;
|
|
970
|
+
"08": string;
|
|
971
|
+
"09": string;
|
|
972
|
+
};
|
|
973
|
+
};
|
|
974
|
+
component: {
|
|
975
|
+
onMarkLabel: string;
|
|
976
|
+
inverseOnMarkLabel: string;
|
|
977
|
+
scalemark: string;
|
|
978
|
+
threshold: string;
|
|
979
|
+
chartSurface: string;
|
|
980
|
+
onChartSurface: string;
|
|
981
|
+
};
|
|
982
|
+
};
|
|
726
983
|
};
|
|
727
984
|
};
|
|
728
985
|
};
|
|
@@ -752,14 +1009,20 @@ export declare function getToken(): {
|
|
|
752
1009
|
onNotice: string;
|
|
753
1010
|
noticeContainer: string;
|
|
754
1011
|
onNoticeContainer: string;
|
|
1012
|
+
noticeContainerVariant: string;
|
|
1013
|
+
onNoticeContainerVariant: string;
|
|
755
1014
|
negative: string;
|
|
756
1015
|
onNegative: string;
|
|
757
1016
|
negativeContainer: string;
|
|
758
1017
|
onNegativeContainer: string;
|
|
1018
|
+
negativeContainerVariant: string;
|
|
1019
|
+
onNegativeContainerVariant: string;
|
|
759
1020
|
positive: string;
|
|
760
1021
|
onPositive: string;
|
|
761
1022
|
positiveContainer: string;
|
|
762
1023
|
onPositiveContainer: string;
|
|
1024
|
+
positiveContainerVariant: string;
|
|
1025
|
+
onPositiveContainerVariant: string;
|
|
763
1026
|
};
|
|
764
1027
|
component: {
|
|
765
1028
|
surface: string;
|
|
@@ -767,6 +1030,7 @@ export declare function getToken(): {
|
|
|
767
1030
|
onSurfaceVariant: string;
|
|
768
1031
|
inverseSurface: string;
|
|
769
1032
|
inverseOnSurface: string;
|
|
1033
|
+
inversePrimary: string;
|
|
770
1034
|
outline: string;
|
|
771
1035
|
outlineVariant: string;
|
|
772
1036
|
scrim: string;
|
|
@@ -774,11 +1038,68 @@ export declare function getToken(): {
|
|
|
774
1038
|
interaction: {
|
|
775
1039
|
disabled: string;
|
|
776
1040
|
disabledOnSurface: string;
|
|
1041
|
+
selected: string;
|
|
777
1042
|
selectedSurface: string;
|
|
778
1043
|
hovered: string;
|
|
779
1044
|
hoveredVariant: string;
|
|
780
1045
|
hoveredOnPrimary: string;
|
|
781
1046
|
};
|
|
1047
|
+
chart: {
|
|
1048
|
+
mark: {
|
|
1049
|
+
primary: {
|
|
1050
|
+
"01": string;
|
|
1051
|
+
"02": string;
|
|
1052
|
+
"03": string;
|
|
1053
|
+
"04": string;
|
|
1054
|
+
"05": string;
|
|
1055
|
+
"06": string;
|
|
1056
|
+
};
|
|
1057
|
+
positive: {
|
|
1058
|
+
"01": string;
|
|
1059
|
+
"02": string;
|
|
1060
|
+
"03": string;
|
|
1061
|
+
"04": string;
|
|
1062
|
+
"05": string;
|
|
1063
|
+
"06": string;
|
|
1064
|
+
};
|
|
1065
|
+
negative: {
|
|
1066
|
+
"01": string;
|
|
1067
|
+
"02": string;
|
|
1068
|
+
"03": string;
|
|
1069
|
+
"04": string;
|
|
1070
|
+
"05": string;
|
|
1071
|
+
"06": string;
|
|
1072
|
+
};
|
|
1073
|
+
notice: {
|
|
1074
|
+
"01": string;
|
|
1075
|
+
"02": string;
|
|
1076
|
+
"03": string;
|
|
1077
|
+
"04": string;
|
|
1078
|
+
"05": string;
|
|
1079
|
+
"06": string;
|
|
1080
|
+
};
|
|
1081
|
+
multi: {
|
|
1082
|
+
10: string;
|
|
1083
|
+
"01": string;
|
|
1084
|
+
"02": string;
|
|
1085
|
+
"03": string;
|
|
1086
|
+
"04": string;
|
|
1087
|
+
"05": string;
|
|
1088
|
+
"06": string;
|
|
1089
|
+
"07": string;
|
|
1090
|
+
"08": string;
|
|
1091
|
+
"09": string;
|
|
1092
|
+
};
|
|
1093
|
+
};
|
|
1094
|
+
component: {
|
|
1095
|
+
onMarkLabel: string;
|
|
1096
|
+
inverseOnMarkLabel: string;
|
|
1097
|
+
scalemark: string;
|
|
1098
|
+
threshold: string;
|
|
1099
|
+
chartSurface: string;
|
|
1100
|
+
onChartSurface: string;
|
|
1101
|
+
};
|
|
1102
|
+
};
|
|
782
1103
|
};
|
|
783
1104
|
};
|
|
784
1105
|
};
|