@seed-design/vars 0.0.1-alpha-20250210081704

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 (138) hide show
  1. package/README.md +2 -0
  2. package/lib/color/bg.d.ts +39 -0
  3. package/lib/color/bg.mjs +39 -0
  4. package/lib/color/fg.d.ts +17 -0
  5. package/lib/color/fg.mjs +17 -0
  6. package/lib/color/index.d.ts +5 -0
  7. package/lib/color/index.mjs +5 -0
  8. package/lib/color/manner-temp/index.d.ts +6 -0
  9. package/lib/color/manner-temp/index.mjs +6 -0
  10. package/lib/color/manner-temp/l1.d.ts +2 -0
  11. package/lib/color/manner-temp/l1.mjs +2 -0
  12. package/lib/color/manner-temp/l2.d.ts +2 -0
  13. package/lib/color/manner-temp/l2.mjs +2 -0
  14. package/lib/color/manner-temp/l3.d.ts +2 -0
  15. package/lib/color/manner-temp/l3.mjs +2 -0
  16. package/lib/color/manner-temp/l4.d.ts +2 -0
  17. package/lib/color/manner-temp/l4.mjs +2 -0
  18. package/lib/color/manner-temp/l5.d.ts +2 -0
  19. package/lib/color/manner-temp/l5.mjs +2 -0
  20. package/lib/color/manner-temp/l6.d.ts +2 -0
  21. package/lib/color/manner-temp/l6.mjs +2 -0
  22. package/lib/color/palette.d.ts +78 -0
  23. package/lib/color/palette.mjs +78 -0
  24. package/lib/color/stroke.d.ts +10 -0
  25. package/lib/color/stroke.mjs +10 -0
  26. package/lib/component/action-button.d.ts +491 -0
  27. package/lib/component/action-button.mjs +491 -0
  28. package/lib/component/action-chip.d.ts +128 -0
  29. package/lib/component/action-chip.mjs +128 -0
  30. package/lib/component/action-sheet-close-button.d.ts +23 -0
  31. package/lib/component/action-sheet-close-button.mjs +23 -0
  32. package/lib/component/action-sheet-item.d.ts +36 -0
  33. package/lib/component/action-sheet-item.mjs +36 -0
  34. package/lib/component/action-sheet.d.ts +45 -0
  35. package/lib/component/action-sheet.mjs +45 -0
  36. package/lib/component/avatar-stack.d.ts +60 -0
  37. package/lib/component/avatar-stack.mjs +60 -0
  38. package/lib/component/avatar.d.ts +83 -0
  39. package/lib/component/avatar.mjs +83 -0
  40. package/lib/component/badge.d.ts +223 -0
  41. package/lib/component/badge.mjs +223 -0
  42. package/lib/component/bottom-sheet.d.ts +61 -0
  43. package/lib/component/bottom-sheet.mjs +61 -0
  44. package/lib/component/callout.d.ts +185 -0
  45. package/lib/component/callout.mjs +185 -0
  46. package/lib/component/checkbox.d.ts +171 -0
  47. package/lib/component/checkbox.mjs +171 -0
  48. package/lib/component/chip-tab.d.ts +98 -0
  49. package/lib/component/chip-tab.mjs +98 -0
  50. package/lib/component/chip-tablist.d.ts +23 -0
  51. package/lib/component/chip-tablist.mjs +23 -0
  52. package/lib/component/control-chip.d.ts +156 -0
  53. package/lib/component/control-chip.mjs +156 -0
  54. package/lib/component/dialog.d.ts +49 -0
  55. package/lib/component/dialog.mjs +49 -0
  56. package/lib/component/expand-button.d.ts +41 -0
  57. package/lib/component/expand-button.mjs +41 -0
  58. package/lib/component/extended-action-sheet-close-button.d.ts +25 -0
  59. package/lib/component/extended-action-sheet-close-button.mjs +25 -0
  60. package/lib/component/extended-action-sheet-item.d.ts +46 -0
  61. package/lib/component/extended-action-sheet-item.mjs +46 -0
  62. package/lib/component/extended-action-sheet.d.ts +48 -0
  63. package/lib/component/extended-action-sheet.mjs +48 -0
  64. package/lib/component/extended-fab.d.ts +82 -0
  65. package/lib/component/extended-fab.mjs +82 -0
  66. package/lib/component/fab.d.ts +21 -0
  67. package/lib/component/fab.mjs +21 -0
  68. package/lib/component/help-bubble.d.ts +36 -0
  69. package/lib/component/help-bubble.mjs +36 -0
  70. package/lib/component/identity-placeholder.d.ts +12 -0
  71. package/lib/component/identity-placeholder.mjs +12 -0
  72. package/lib/component/index.d.ts +40 -0
  73. package/lib/component/index.mjs +40 -0
  74. package/lib/component/inline-banner.d.ts +211 -0
  75. package/lib/component/inline-banner.mjs +211 -0
  76. package/lib/component/manner-temp-badge.d.ts +77 -0
  77. package/lib/component/manner-temp-badge.mjs +77 -0
  78. package/lib/component/progress-circle.d.ts +67 -0
  79. package/lib/component/progress-circle.mjs +67 -0
  80. package/lib/component/radio.d.ts +77 -0
  81. package/lib/component/radio.mjs +77 -0
  82. package/lib/component/reaction-button.d.ts +134 -0
  83. package/lib/component/reaction-button.mjs +134 -0
  84. package/lib/component/segment.d.ts +34 -0
  85. package/lib/component/segment.mjs +34 -0
  86. package/lib/component/segmented-control-item.d.ts +34 -0
  87. package/lib/component/segmented-control-item.mjs +34 -0
  88. package/lib/component/segmented-control.d.ts +18 -0
  89. package/lib/component/segmented-control.mjs +18 -0
  90. package/lib/component/select-box-group.d.ts +9 -0
  91. package/lib/component/select-box-group.mjs +9 -0
  92. package/lib/component/select-box.d.ts +92 -0
  93. package/lib/component/select-box.mjs +92 -0
  94. package/lib/component/skeleton.d.ts +42 -0
  95. package/lib/component/skeleton.mjs +42 -0
  96. package/lib/component/snackbar.d.ts +58 -0
  97. package/lib/component/snackbar.mjs +58 -0
  98. package/lib/component/switch.d.ts +65 -0
  99. package/lib/component/switch.mjs +65 -0
  100. package/lib/component/tab.d.ts +53 -0
  101. package/lib/component/tab.mjs +53 -0
  102. package/lib/component/tablist.d.ts +51 -0
  103. package/lib/component/tablist.mjs +51 -0
  104. package/lib/component/text-button.d.ts +107 -0
  105. package/lib/component/text-button.mjs +107 -0
  106. package/lib/component/text-field.d.ts +295 -0
  107. package/lib/component/text-field.mjs +295 -0
  108. package/lib/component/toggle-button.d.ts +205 -0
  109. package/lib/component/toggle-button.mjs +205 -0
  110. package/lib/component/top-navigation.d.ts +86 -0
  111. package/lib/component/top-navigation.mjs +86 -0
  112. package/lib/component/typography.d.ts +209 -0
  113. package/lib/component/typography.mjs +209 -0
  114. package/lib/dimension/index.d.ts +22 -0
  115. package/lib/dimension/index.mjs +22 -0
  116. package/lib/dimension/spacing-x.d.ts +2 -0
  117. package/lib/dimension/spacing-x.mjs +2 -0
  118. package/lib/dimension/spacing-y.d.ts +2 -0
  119. package/lib/dimension/spacing-y.mjs +2 -0
  120. package/lib/duration.d.ts +6 -0
  121. package/lib/duration.mjs +6 -0
  122. package/lib/font-size.d.ts +13 -0
  123. package/lib/font-size.mjs +13 -0
  124. package/lib/font-weight.d.ts +3 -0
  125. package/lib/font-weight.mjs +3 -0
  126. package/lib/gradient.d.ts +1 -0
  127. package/lib/gradient.mjs +1 -0
  128. package/lib/index.d.ts +32 -0
  129. package/lib/index.mjs +1 -0
  130. package/lib/line-height.d.ts +10 -0
  131. package/lib/line-height.mjs +10 -0
  132. package/lib/radius.d.ts +11 -0
  133. package/lib/radius.mjs +11 -0
  134. package/lib/timing-function.d.ts +6 -0
  135. package/lib/timing-function.mjs +6 -0
  136. package/lib/vars.d.ts +9 -0
  137. package/lib/vars.mjs +9 -0
  138. package/package.json +43 -0
@@ -0,0 +1,67 @@
1
+ export const vars = {
2
+ "size40": {
3
+ "enabled": {
4
+ "root": {
5
+ "size": "var(--seed-v3-dimension-s10)",
6
+ "thickness": "5px"
7
+ }
8
+ }
9
+ },
10
+ "size24": {
11
+ "enabled": {
12
+ "root": {
13
+ "size": "var(--seed-v3-dimension-s6)",
14
+ "thickness": "3px"
15
+ }
16
+ }
17
+ },
18
+ "indeterminateFalse": {
19
+ "enabled": {
20
+ "range": {
21
+ "lengthDuration": "300ms",
22
+ "lengthTimingFunction": "cubic-bezier(0, 0, 0.15, 1)"
23
+ }
24
+ }
25
+ },
26
+ "indeterminateTrue": {
27
+ "enabled": {
28
+ "range": {
29
+ "lengthDuration": "1.2s",
30
+ "rotateDuration": "1.2s",
31
+ "headTimingFunction": "cubic-bezier(0.35, 0, 0.65, 1)",
32
+ "tailTimingFunction": "cubic-bezier(0.35, 0, 0.65, 0.6)",
33
+ "rotateTimingFunction": "cubic-bezier(0.35, 0.25, 0.65, 0.75)"
34
+ }
35
+ }
36
+ },
37
+ "toneNeutral": {
38
+ "enabled": {
39
+ "track": {
40
+ "color": "var(--seed-v3-color-palette-gray-200)"
41
+ },
42
+ "range": {
43
+ "color": "var(--seed-v3-color-palette-gray-500)"
44
+ }
45
+ }
46
+ },
47
+ "toneBrand": {
48
+ "enabled": {
49
+ "track": {
50
+ "color": "var(--seed-v3-color-palette-carrot-200)"
51
+ },
52
+ "range": {
53
+ "color": "var(--seed-v3-color-bg-brand-solid)"
54
+ }
55
+ }
56
+ },
57
+ "toneStaticWhite": {
58
+ "enabled": {
59
+ "track": {
60
+ "color": "var(--seed-v3-color-palette-static-white-alpha-200)"
61
+ },
62
+ "range": {
63
+ "color": "var(--seed-v3-color-palette-static-white)"
64
+ }
65
+ }
66
+ }
67
+ }
@@ -0,0 +1,77 @@
1
+ export declare const vars: {
2
+ "base": {
3
+ "enabled": {
4
+ "root": {
5
+ "color": "var(--seed-v3-color-bg-layer-default)",
6
+ "strokeWidth": "1px",
7
+ "strokeColor": "var(--seed-v3-color-stroke-control)",
8
+ "cornerRadius": "var(--seed-v3-radius-full)"
9
+ },
10
+ "icon": {
11
+ "cornerRadius": "var(--seed-v3-radius-full)"
12
+ }
13
+ },
14
+ "enabledPressed": {
15
+ "root": {
16
+ "color": "var(--seed-v3-color-bg-layer-default-pressed)"
17
+ }
18
+ },
19
+ "enabledSelected": {
20
+ "root": {
21
+ "color": "var(--seed-v3-color-bg-brand-solid)",
22
+ "strokeWidth": "0px"
23
+ },
24
+ "icon": {
25
+ "color": "var(--seed-v3-color-palette-static-white)"
26
+ }
27
+ },
28
+ "enabledSelectedPressed": {
29
+ "root": {
30
+ "color": "var(--seed-v3-color-bg-brand-solid-pressed)"
31
+ }
32
+ },
33
+ "disabled": {
34
+ "root": {
35
+ "color": "var(--seed-v3-color-palette-gray-300)"
36
+ }
37
+ },
38
+ "disabledSelected": {
39
+ "root": {
40
+ "strokeColor": "var(--seed-v3-color-palette-gray-300)"
41
+ },
42
+ "icon": {
43
+ "color": "var(--seed-v3-color-palette-gray-300)"
44
+ }
45
+ }
46
+ },
47
+ "sizeLarge": {
48
+ "enabled": {
49
+ "root": {
50
+ "size": "var(--seed-v3-dimension-s6)"
51
+ },
52
+ "icon": {
53
+ "size": "var(--seed-v3-dimension-s2_5)"
54
+ }
55
+ },
56
+ "disabled": {
57
+ "icon": {
58
+ "size": "var(--seed-v3-dimension-s3)"
59
+ }
60
+ }
61
+ },
62
+ "sizeMedium": {
63
+ "enabled": {
64
+ "root": {
65
+ "size": "var(--seed-v3-dimension-s5)"
66
+ },
67
+ "icon": {
68
+ "size": "var(--seed-v3-dimension-s2)"
69
+ }
70
+ },
71
+ "disabled": {
72
+ "icon": {
73
+ "size": "var(--seed-v3-dimension-s2_5)"
74
+ }
75
+ }
76
+ }
77
+ }
@@ -0,0 +1,77 @@
1
+ export const vars = {
2
+ "base": {
3
+ "enabled": {
4
+ "root": {
5
+ "color": "var(--seed-v3-color-bg-layer-default)",
6
+ "strokeWidth": "1px",
7
+ "strokeColor": "var(--seed-v3-color-stroke-control)",
8
+ "cornerRadius": "var(--seed-v3-radius-full)"
9
+ },
10
+ "icon": {
11
+ "cornerRadius": "var(--seed-v3-radius-full)"
12
+ }
13
+ },
14
+ "enabledPressed": {
15
+ "root": {
16
+ "color": "var(--seed-v3-color-bg-layer-default-pressed)"
17
+ }
18
+ },
19
+ "enabledSelected": {
20
+ "root": {
21
+ "color": "var(--seed-v3-color-bg-brand-solid)",
22
+ "strokeWidth": "0px"
23
+ },
24
+ "icon": {
25
+ "color": "var(--seed-v3-color-palette-static-white)"
26
+ }
27
+ },
28
+ "enabledSelectedPressed": {
29
+ "root": {
30
+ "color": "var(--seed-v3-color-bg-brand-solid-pressed)"
31
+ }
32
+ },
33
+ "disabled": {
34
+ "root": {
35
+ "color": "var(--seed-v3-color-palette-gray-300)"
36
+ }
37
+ },
38
+ "disabledSelected": {
39
+ "root": {
40
+ "strokeColor": "var(--seed-v3-color-palette-gray-300)"
41
+ },
42
+ "icon": {
43
+ "color": "var(--seed-v3-color-palette-gray-300)"
44
+ }
45
+ }
46
+ },
47
+ "sizeLarge": {
48
+ "enabled": {
49
+ "root": {
50
+ "size": "var(--seed-v3-dimension-s6)"
51
+ },
52
+ "icon": {
53
+ "size": "var(--seed-v3-dimension-s2_5)"
54
+ }
55
+ },
56
+ "disabled": {
57
+ "icon": {
58
+ "size": "var(--seed-v3-dimension-s3)"
59
+ }
60
+ }
61
+ },
62
+ "sizeMedium": {
63
+ "enabled": {
64
+ "root": {
65
+ "size": "var(--seed-v3-dimension-s5)"
66
+ },
67
+ "icon": {
68
+ "size": "var(--seed-v3-dimension-s2)"
69
+ }
70
+ },
71
+ "disabled": {
72
+ "icon": {
73
+ "size": "var(--seed-v3-dimension-s2_5)"
74
+ }
75
+ }
76
+ }
77
+ }
@@ -0,0 +1,134 @@
1
+ export declare const vars: {
2
+ "base": {
3
+ "enabled": {
4
+ "root": {
5
+ "color": "var(--seed-v3-color-bg-neutral-weak)",
6
+ "colorDuration": "var(--seed-v3-duration-s4)",
7
+ "colorTimingFunction": "var(--seed-v3-timing-function-easing)"
8
+ },
9
+ "label": {
10
+ "color": "var(--seed-v3-color-fg-neutral)",
11
+ "fontWeight": "var(--seed-v3-font-weight-medium)"
12
+ },
13
+ "count": {
14
+ "color": "var(--seed-v3-color-fg-neutral)",
15
+ "fontWeight": "var(--seed-v3-font-weight-bold)"
16
+ },
17
+ "prefixIcon": {
18
+ "color": "var(--seed-v3-color-fg-neutral)"
19
+ },
20
+ "progressCircle": {
21
+ "trackColor": "var(--seed-v3-color-palette-gray-500)",
22
+ "rangeColor": "var(--seed-v3-color-fg-neutral)"
23
+ }
24
+ },
25
+ "pressed": {
26
+ "root": {
27
+ "color": "var(--seed-v3-color-bg-neutral-weak-pressed)"
28
+ }
29
+ },
30
+ "selected": {
31
+ "root": {
32
+ "color": "var(--seed-v3-color-bg-layer-default)",
33
+ "strokeColor": "var(--seed-v3-color-stroke-brand)",
34
+ "strokeWidth": "1px"
35
+ },
36
+ "label": {
37
+ "color": "var(--seed-v3-color-fg-brand)"
38
+ },
39
+ "count": {
40
+ "color": "var(--seed-v3-color-fg-brand)"
41
+ },
42
+ "prefixIcon": {
43
+ "color": "var(--seed-v3-color-fg-brand)"
44
+ },
45
+ "progressCircle": {
46
+ "trackColor": "var(--seed-v3-color-palette-carrot-200)",
47
+ "rangeColor": "var(--seed-v3-color-fg-brand)"
48
+ }
49
+ },
50
+ "selectedPressed": {
51
+ "root": {
52
+ "color": "var(--seed-v3-color-bg-layer-default-pressed)"
53
+ }
54
+ },
55
+ "disabled": {
56
+ "root": {
57
+ "color": "var(--seed-v3-color-bg-disabled)",
58
+ "strokeWidth": "0px"
59
+ },
60
+ "label": {
61
+ "color": "var(--seed-v3-color-fg-disabled)"
62
+ },
63
+ "count": {
64
+ "color": "var(--seed-v3-color-fg-disabled)"
65
+ },
66
+ "prefixIcon": {
67
+ "color": "var(--seed-v3-color-fg-disabled)"
68
+ }
69
+ },
70
+ "loading": {
71
+ "root": {
72
+ "color": "var(--seed-v3-color-bg-neutral-weak-pressed)"
73
+ }
74
+ },
75
+ "selectedLoading": {
76
+ "root": {
77
+ "color": "var(--seed-v3-color-bg-layer-default-pressed)",
78
+ "strokeWidth": "1px"
79
+ }
80
+ }
81
+ },
82
+ "sizeXsmall": {
83
+ "enabled": {
84
+ "root": {
85
+ "minHeight": "var(--seed-v3-dimension-s8)",
86
+ "cornerRadius": "var(--seed-v3-radius-full)",
87
+ "gap": "var(--seed-v3-dimension-s1)",
88
+ "paddingX": "var(--seed-v3-dimension-s3)",
89
+ "paddingY": "var(--seed-v3-dimension-s1_5)"
90
+ },
91
+ "prefixIcon": {
92
+ "size": "18px"
93
+ },
94
+ "label": {
95
+ "fontSize": "var(--seed-v3-font-size-s3)",
96
+ "lineHeight": "var(--seed-v3-line-height-s3)"
97
+ },
98
+ "count": {
99
+ "fontSize": "var(--seed-v3-font-size-s3)",
100
+ "lineHeight": "var(--seed-v3-line-height-s3)"
101
+ },
102
+ "progressCircle": {
103
+ "size": "14px",
104
+ "thickness": "2px"
105
+ }
106
+ }
107
+ },
108
+ "sizeSmall": {
109
+ "enabled": {
110
+ "root": {
111
+ "minHeight": "var(--seed-v3-dimension-s9)",
112
+ "cornerRadius": "var(--seed-v3-radius-full)",
113
+ "gap": "var(--seed-v3-dimension-s1)",
114
+ "paddingX": "var(--seed-v3-dimension-s3_5)",
115
+ "paddingY": "var(--seed-v3-dimension-s2)"
116
+ },
117
+ "prefixIcon": {
118
+ "size": "18px"
119
+ },
120
+ "label": {
121
+ "fontSize": "var(--seed-v3-font-size-s3)",
122
+ "lineHeight": "var(--seed-v3-line-height-s3)"
123
+ },
124
+ "count": {
125
+ "fontSize": "var(--seed-v3-font-size-s3)",
126
+ "lineHeight": "var(--seed-v3-line-height-s3)"
127
+ },
128
+ "progressCircle": {
129
+ "size": "14px",
130
+ "thickness": "2px"
131
+ }
132
+ }
133
+ }
134
+ }
@@ -0,0 +1,134 @@
1
+ export const vars = {
2
+ "base": {
3
+ "enabled": {
4
+ "root": {
5
+ "color": "var(--seed-v3-color-bg-neutral-weak)",
6
+ "colorDuration": "var(--seed-v3-duration-s4)",
7
+ "colorTimingFunction": "var(--seed-v3-timing-function-easing)"
8
+ },
9
+ "label": {
10
+ "color": "var(--seed-v3-color-fg-neutral)",
11
+ "fontWeight": "var(--seed-v3-font-weight-medium)"
12
+ },
13
+ "count": {
14
+ "color": "var(--seed-v3-color-fg-neutral)",
15
+ "fontWeight": "var(--seed-v3-font-weight-bold)"
16
+ },
17
+ "prefixIcon": {
18
+ "color": "var(--seed-v3-color-fg-neutral)"
19
+ },
20
+ "progressCircle": {
21
+ "trackColor": "var(--seed-v3-color-palette-gray-500)",
22
+ "rangeColor": "var(--seed-v3-color-fg-neutral)"
23
+ }
24
+ },
25
+ "pressed": {
26
+ "root": {
27
+ "color": "var(--seed-v3-color-bg-neutral-weak-pressed)"
28
+ }
29
+ },
30
+ "selected": {
31
+ "root": {
32
+ "color": "var(--seed-v3-color-bg-layer-default)",
33
+ "strokeColor": "var(--seed-v3-color-stroke-brand)",
34
+ "strokeWidth": "1px"
35
+ },
36
+ "label": {
37
+ "color": "var(--seed-v3-color-fg-brand)"
38
+ },
39
+ "count": {
40
+ "color": "var(--seed-v3-color-fg-brand)"
41
+ },
42
+ "prefixIcon": {
43
+ "color": "var(--seed-v3-color-fg-brand)"
44
+ },
45
+ "progressCircle": {
46
+ "trackColor": "var(--seed-v3-color-palette-carrot-200)",
47
+ "rangeColor": "var(--seed-v3-color-fg-brand)"
48
+ }
49
+ },
50
+ "selectedPressed": {
51
+ "root": {
52
+ "color": "var(--seed-v3-color-bg-layer-default-pressed)"
53
+ }
54
+ },
55
+ "disabled": {
56
+ "root": {
57
+ "color": "var(--seed-v3-color-bg-disabled)",
58
+ "strokeWidth": "0px"
59
+ },
60
+ "label": {
61
+ "color": "var(--seed-v3-color-fg-disabled)"
62
+ },
63
+ "count": {
64
+ "color": "var(--seed-v3-color-fg-disabled)"
65
+ },
66
+ "prefixIcon": {
67
+ "color": "var(--seed-v3-color-fg-disabled)"
68
+ }
69
+ },
70
+ "loading": {
71
+ "root": {
72
+ "color": "var(--seed-v3-color-bg-neutral-weak-pressed)"
73
+ }
74
+ },
75
+ "selectedLoading": {
76
+ "root": {
77
+ "color": "var(--seed-v3-color-bg-layer-default-pressed)",
78
+ "strokeWidth": "1px"
79
+ }
80
+ }
81
+ },
82
+ "sizeXsmall": {
83
+ "enabled": {
84
+ "root": {
85
+ "minHeight": "var(--seed-v3-dimension-s8)",
86
+ "cornerRadius": "var(--seed-v3-radius-full)",
87
+ "gap": "var(--seed-v3-dimension-s1)",
88
+ "paddingX": "var(--seed-v3-dimension-s3)",
89
+ "paddingY": "var(--seed-v3-dimension-s1_5)"
90
+ },
91
+ "prefixIcon": {
92
+ "size": "18px"
93
+ },
94
+ "label": {
95
+ "fontSize": "var(--seed-v3-font-size-s3)",
96
+ "lineHeight": "var(--seed-v3-line-height-s3)"
97
+ },
98
+ "count": {
99
+ "fontSize": "var(--seed-v3-font-size-s3)",
100
+ "lineHeight": "var(--seed-v3-line-height-s3)"
101
+ },
102
+ "progressCircle": {
103
+ "size": "14px",
104
+ "thickness": "2px"
105
+ }
106
+ }
107
+ },
108
+ "sizeSmall": {
109
+ "enabled": {
110
+ "root": {
111
+ "minHeight": "var(--seed-v3-dimension-s9)",
112
+ "cornerRadius": "var(--seed-v3-radius-full)",
113
+ "gap": "var(--seed-v3-dimension-s1)",
114
+ "paddingX": "var(--seed-v3-dimension-s3_5)",
115
+ "paddingY": "var(--seed-v3-dimension-s2)"
116
+ },
117
+ "prefixIcon": {
118
+ "size": "18px"
119
+ },
120
+ "label": {
121
+ "fontSize": "var(--seed-v3-font-size-s3)",
122
+ "lineHeight": "var(--seed-v3-line-height-s3)"
123
+ },
124
+ "count": {
125
+ "fontSize": "var(--seed-v3-font-size-s3)",
126
+ "lineHeight": "var(--seed-v3-line-height-s3)"
127
+ },
128
+ "progressCircle": {
129
+ "size": "14px",
130
+ "thickness": "2px"
131
+ }
132
+ }
133
+ }
134
+ }
@@ -0,0 +1,34 @@
1
+ export declare const vars: {
2
+ "base": {
3
+ "enabled": {
4
+ "root": {
5
+ "height": "var(--seed-v3-dimension-s8)",
6
+ "cornerRadius": "var(--seed-v3-radius-full)",
7
+ "paddingX": "var(--seed-v3-dimension-s4)",
8
+ "minWidth": "86px"
9
+ },
10
+ "label": {
11
+ "fontSize": "var(--seed-v3-font-size-s5)",
12
+ "lineHeight": "var(--seed-v3-line-height-s5)",
13
+ "fontWeight": "var(--seed-v3-font-weight-medium)",
14
+ "color": "var(--seed-v3-color-fg-neutral-muted)"
15
+ }
16
+ },
17
+ "pressed": {
18
+ "root": {
19
+ "color": "var(--seed-v3-color-bg-neutral-weak-pressed)"
20
+ }
21
+ },
22
+ "selected": {
23
+ "label": {
24
+ "fontWeight": "var(--seed-v3-font-weight-bold)",
25
+ "color": "var(--seed-v3-color-fg-neutral)"
26
+ }
27
+ },
28
+ "disabled": {
29
+ "label": {
30
+ "color": "var(--seed-v3-color-fg-disabled)"
31
+ }
32
+ }
33
+ }
34
+ }
@@ -0,0 +1,34 @@
1
+ export const vars = {
2
+ "base": {
3
+ "enabled": {
4
+ "root": {
5
+ "height": "var(--seed-v3-dimension-s8)",
6
+ "cornerRadius": "var(--seed-v3-radius-full)",
7
+ "paddingX": "var(--seed-v3-dimension-s4)",
8
+ "minWidth": "86px"
9
+ },
10
+ "label": {
11
+ "fontSize": "var(--seed-v3-font-size-s5)",
12
+ "lineHeight": "var(--seed-v3-line-height-s5)",
13
+ "fontWeight": "var(--seed-v3-font-weight-medium)",
14
+ "color": "var(--seed-v3-color-fg-neutral-muted)"
15
+ }
16
+ },
17
+ "pressed": {
18
+ "root": {
19
+ "color": "var(--seed-v3-color-bg-neutral-weak-pressed)"
20
+ }
21
+ },
22
+ "selected": {
23
+ "label": {
24
+ "fontWeight": "var(--seed-v3-font-weight-bold)",
25
+ "color": "var(--seed-v3-color-fg-neutral)"
26
+ }
27
+ },
28
+ "disabled": {
29
+ "label": {
30
+ "color": "var(--seed-v3-color-fg-disabled)"
31
+ }
32
+ }
33
+ }
34
+ }
@@ -0,0 +1,34 @@
1
+ export declare const vars: {
2
+ "base": {
3
+ "enabled": {
4
+ "root": {
5
+ "height": "var(--seed-v3-dimension-s8)",
6
+ "cornerRadius": "var(--seed-v3-radius-full)",
7
+ "paddingX": "var(--seed-v3-dimension-s4)",
8
+ "minWidth": "86px"
9
+ },
10
+ "label": {
11
+ "fontSize": "var(--seed-v3-font-size-s5)",
12
+ "lineHeight": "var(--seed-v3-line-height-s5)",
13
+ "fontWeight": "var(--seed-v3-font-weight-medium)",
14
+ "color": "var(--seed-v3-color-fg-neutral-muted)"
15
+ }
16
+ },
17
+ "pressed": {
18
+ "root": {
19
+ "color": "var(--seed-v3-color-bg-neutral-weak-pressed)"
20
+ }
21
+ },
22
+ "selected": {
23
+ "label": {
24
+ "fontWeight": "var(--seed-v3-font-weight-bold)",
25
+ "color": "var(--seed-v3-color-fg-neutral)"
26
+ }
27
+ },
28
+ "disabled": {
29
+ "label": {
30
+ "color": "var(--seed-v3-color-fg-disabled)"
31
+ }
32
+ }
33
+ }
34
+ }
@@ -0,0 +1,34 @@
1
+ export const vars = {
2
+ "base": {
3
+ "enabled": {
4
+ "root": {
5
+ "height": "var(--seed-v3-dimension-s8)",
6
+ "cornerRadius": "var(--seed-v3-radius-full)",
7
+ "paddingX": "var(--seed-v3-dimension-s4)",
8
+ "minWidth": "86px"
9
+ },
10
+ "label": {
11
+ "fontSize": "var(--seed-v3-font-size-s5)",
12
+ "lineHeight": "var(--seed-v3-line-height-s5)",
13
+ "fontWeight": "var(--seed-v3-font-weight-medium)",
14
+ "color": "var(--seed-v3-color-fg-neutral-muted)"
15
+ }
16
+ },
17
+ "pressed": {
18
+ "root": {
19
+ "color": "var(--seed-v3-color-bg-neutral-weak-pressed)"
20
+ }
21
+ },
22
+ "selected": {
23
+ "label": {
24
+ "fontWeight": "var(--seed-v3-font-weight-bold)",
25
+ "color": "var(--seed-v3-color-fg-neutral)"
26
+ }
27
+ },
28
+ "disabled": {
29
+ "label": {
30
+ "color": "var(--seed-v3-color-fg-disabled)"
31
+ }
32
+ }
33
+ }
34
+ }
@@ -0,0 +1,18 @@
1
+ export declare const vars: {
2
+ "base": {
3
+ "enabled": {
4
+ "root": {
5
+ "padding": "var(--seed-v3-dimension-s1)",
6
+ "cornerRadius": "var(--seed-v3-radius-full)",
7
+ "color": "var(--seed-v3-color-bg-neutral-weak)"
8
+ },
9
+ "indicator": {
10
+ "color": "var(--seed-v3-color-bg-layer-default)",
11
+ "cornerRadius": "var(--seed-v3-radius-full)",
12
+ "shadow": "0px 1px 6px 0px #0000000d",
13
+ "transformDuration": "var(--seed-v3-duration-s4)",
14
+ "transformTimingFunction": "var(--seed-v3-timing-function-easing)"
15
+ }
16
+ }
17
+ }
18
+ }
@@ -0,0 +1,18 @@
1
+ export const vars = {
2
+ "base": {
3
+ "enabled": {
4
+ "root": {
5
+ "padding": "var(--seed-v3-dimension-s1)",
6
+ "cornerRadius": "var(--seed-v3-radius-full)",
7
+ "color": "var(--seed-v3-color-bg-neutral-weak)"
8
+ },
9
+ "indicator": {
10
+ "color": "var(--seed-v3-color-bg-layer-default)",
11
+ "cornerRadius": "var(--seed-v3-radius-full)",
12
+ "shadow": "0px 1px 6px 0px #0000000d",
13
+ "transformDuration": "var(--seed-v3-duration-s4)",
14
+ "transformTimingFunction": "var(--seed-v3-timing-function-easing)"
15
+ }
16
+ }
17
+ }
18
+ }
@@ -0,0 +1,9 @@
1
+ export declare const vars: {
2
+ "base": {
3
+ "enabled": {
4
+ "root": {
5
+ "gap": "var(--seed-v3-unit-s3)"
6
+ }
7
+ }
8
+ }
9
+ }
@@ -0,0 +1,9 @@
1
+ export const vars = {
2
+ "base": {
3
+ "enabled": {
4
+ "root": {
5
+ "gap": "var(--seed-v3-unit-s3)"
6
+ }
7
+ }
8
+ }
9
+ }