fis-component 0.0.22 → 0.0.24

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 (152) hide show
  1. package/dist/cjs/index.js +61675 -3992
  2. package/dist/cjs/index.js.map +1 -1
  3. package/dist/cjs/types/src/assets/icons/BadgeIcon.d.ts +3 -0
  4. package/dist/cjs/types/src/assets/icons/ChevronSelector.d.ts +2 -0
  5. package/dist/cjs/types/src/assets/icons/DateIcon.d.ts +3 -0
  6. package/dist/cjs/types/src/assets/icons/DeleteIcon.d.ts +3 -0
  7. package/dist/cjs/types/src/assets/icons/EditIcon.d.ts +3 -0
  8. package/dist/cjs/types/src/assets/icons/RiseIcon.d.ts +2 -0
  9. package/dist/cjs/types/src/assets/icons/TimeIcon.d.ts +3 -0
  10. package/dist/cjs/types/src/assets/icons/index.d.ts +7 -0
  11. package/dist/cjs/types/src/components/Avatar/Avatar.stories.d.ts +1 -1
  12. package/dist/cjs/types/src/components/Avatar/index.d.ts +2 -1
  13. package/dist/cjs/types/src/components/Avatar/styles.d.ts +3 -0
  14. package/dist/cjs/types/src/components/Badge/Badge.stories.d.ts +4 -0
  15. package/dist/cjs/types/src/components/Badge/index.d.ts +18 -0
  16. package/dist/cjs/types/src/components/Badge/styles.d.ts +12 -0
  17. package/dist/cjs/types/src/components/{GroupButton/GroupButton.stories.d.ts → ButtonGroup/ButtonGroup.stories.d.ts} +2 -2
  18. package/dist/{esm/types/src/components/GroupButton → cjs/types/src/components/ButtonGroup}/index.d.ts +2 -2
  19. package/dist/cjs/types/src/components/Checkbox/index.d.ts +5 -5
  20. package/dist/cjs/types/src/components/CheckboxGroup/index.d.ts +34 -0
  21. package/dist/cjs/types/src/components/Divider/Divider.stories.d.ts +5 -0
  22. package/dist/cjs/types/src/components/Divider/index.d.ts +9 -0
  23. package/dist/cjs/types/src/components/Divider/styles.d.ts +2 -0
  24. package/dist/cjs/types/src/components/Input/{TextArea → InputArea}/TextArea.stories.d.ts +1 -1
  25. package/dist/cjs/types/src/components/Input/{TextArea → InputArea}/index.d.ts +4 -12
  26. package/dist/cjs/types/src/components/Input/InputDate/InputDate.stories.d.ts +5 -0
  27. package/dist/cjs/types/src/components/Input/InputDate/index.d.ts +16 -0
  28. package/dist/cjs/types/src/components/Input/InputDate/styles.d.ts +10 -0
  29. package/dist/cjs/types/src/components/Input/InputField/index.d.ts +2 -2
  30. package/dist/cjs/types/src/components/Input/InputLabel/index.d.ts +4 -1
  31. package/dist/cjs/types/src/components/Input/InputText/index.d.ts +1 -7
  32. package/dist/cjs/types/src/components/Input/InputTime/InputTime.stories.d.ts +5 -0
  33. package/dist/cjs/types/src/components/Input/InputTime/index.d.ts +10 -0
  34. package/dist/cjs/types/src/components/Input/InputTime/styles.d.ts +12 -0
  35. package/dist/cjs/types/src/components/Radio/index.d.ts +1 -1
  36. package/dist/cjs/types/src/components/RadioGroup/index.d.ts +35 -0
  37. package/dist/cjs/types/src/components/Segmented/Segmented.stories.d.ts +7 -0
  38. package/dist/cjs/types/src/components/Segmented/index.d.ts +39 -0
  39. package/dist/cjs/types/src/components/Segmented/styles.d.ts +15 -0
  40. package/dist/cjs/types/src/components/Slot/Slot.stories.example.d.ts +25 -0
  41. package/dist/cjs/types/src/components/Slot/index.d.ts +8 -0
  42. package/dist/cjs/types/src/components/Slot/styles.d.ts +1 -0
  43. package/dist/cjs/types/src/components/Switch/Switch.stories.d.ts +11 -0
  44. package/dist/cjs/types/src/components/Switch/index.d.ts +51 -0
  45. package/dist/cjs/types/src/components/Switch/styles.d.ts +20 -0
  46. package/dist/cjs/types/src/components/Table/ColumnCell/ColumnCell.stories.d.ts +53 -0
  47. package/dist/cjs/types/src/components/Table/ColumnCell/index.d.ts +15 -0
  48. package/dist/cjs/types/src/components/Table/ColumnCell/styles.d.ts +12 -0
  49. package/dist/cjs/types/src/components/Table/HeaderCell/HeaderCell.stories.d.ts +51 -0
  50. package/dist/cjs/types/src/components/Table/HeaderCell/index.d.ts +14 -0
  51. package/dist/cjs/types/src/components/Table/HeaderCell/styles.d.ts +12 -0
  52. package/dist/cjs/types/src/components/Table/Sorter/FISSorter.d.ts +18 -0
  53. package/dist/cjs/types/src/components/Table/Table/Table.stories.d.ts +32 -0
  54. package/dist/cjs/types/src/components/Table/Table/index.d.ts +8 -0
  55. package/dist/cjs/types/src/components/Table/Table/styles.d.ts +1 -0
  56. package/dist/cjs/types/src/components/Table/helper.d.ts +27 -0
  57. package/dist/cjs/types/src/components/Tabs/Tabs.stories.d.ts +7 -0
  58. package/dist/cjs/types/src/components/Tabs/index.d.ts +39 -0
  59. package/dist/cjs/types/src/components/Tabs/styles.d.ts +15 -0
  60. package/dist/cjs/types/src/components/Tooltip/Tooltip.stories.d.ts +12 -0
  61. package/dist/cjs/types/src/components/Tooltip/index.d.ts +28 -0
  62. package/dist/cjs/types/src/components/Tooltip/styles.d.ts +12 -0
  63. package/dist/cjs/types/src/components/Tooltip/util.d.ts +2 -0
  64. package/dist/cjs/types/src/index.d.ts +16 -2
  65. package/dist/cjs/types/src/styles/design-system/variable.d.ts +931 -816
  66. package/dist/cjs/types/src/utils/getTheme.d.ts +2843 -4
  67. package/dist/cjs/types/src/utils/mergeRefs.d.ts +12 -0
  68. package/dist/esm/index.js +61630 -3981
  69. package/dist/esm/index.js.map +1 -1
  70. package/dist/esm/types/src/assets/icons/BadgeIcon.d.ts +3 -0
  71. package/dist/esm/types/src/assets/icons/ChevronSelector.d.ts +2 -0
  72. package/dist/esm/types/src/assets/icons/DateIcon.d.ts +3 -0
  73. package/dist/esm/types/src/assets/icons/DeleteIcon.d.ts +3 -0
  74. package/dist/esm/types/src/assets/icons/EditIcon.d.ts +3 -0
  75. package/dist/esm/types/src/assets/icons/RiseIcon.d.ts +2 -0
  76. package/dist/esm/types/src/assets/icons/TimeIcon.d.ts +3 -0
  77. package/dist/esm/types/src/assets/icons/index.d.ts +7 -0
  78. package/dist/esm/types/src/components/Avatar/Avatar.stories.d.ts +1 -1
  79. package/dist/esm/types/src/components/Avatar/index.d.ts +2 -1
  80. package/dist/esm/types/src/components/Avatar/styles.d.ts +3 -0
  81. package/dist/esm/types/src/components/Badge/Badge.stories.d.ts +4 -0
  82. package/dist/esm/types/src/components/Badge/index.d.ts +18 -0
  83. package/dist/esm/types/src/components/Badge/styles.d.ts +12 -0
  84. package/dist/esm/types/src/components/{GroupButton/GroupButton.stories.d.ts → ButtonGroup/ButtonGroup.stories.d.ts} +2 -2
  85. package/dist/{cjs/types/src/components/GroupButton → esm/types/src/components/ButtonGroup}/index.d.ts +2 -2
  86. package/dist/esm/types/src/components/Checkbox/index.d.ts +5 -5
  87. package/dist/esm/types/src/components/CheckboxGroup/index.d.ts +34 -0
  88. package/dist/esm/types/src/components/Divider/Divider.stories.d.ts +5 -0
  89. package/dist/esm/types/src/components/Divider/index.d.ts +9 -0
  90. package/dist/esm/types/src/components/Divider/styles.d.ts +2 -0
  91. package/dist/esm/types/src/components/Input/{TextArea → InputArea}/TextArea.stories.d.ts +1 -1
  92. package/dist/esm/types/src/components/Input/{TextArea → InputArea}/index.d.ts +4 -12
  93. package/dist/esm/types/src/components/Input/InputDate/InputDate.stories.d.ts +5 -0
  94. package/dist/esm/types/src/components/Input/InputDate/index.d.ts +16 -0
  95. package/dist/esm/types/src/components/Input/InputDate/styles.d.ts +10 -0
  96. package/dist/esm/types/src/components/Input/InputField/index.d.ts +2 -2
  97. package/dist/esm/types/src/components/Input/InputLabel/index.d.ts +4 -1
  98. package/dist/esm/types/src/components/Input/InputText/index.d.ts +1 -7
  99. package/dist/esm/types/src/components/Input/InputTime/InputTime.stories.d.ts +5 -0
  100. package/dist/esm/types/src/components/Input/InputTime/index.d.ts +10 -0
  101. package/dist/esm/types/src/components/Input/InputTime/styles.d.ts +12 -0
  102. package/dist/esm/types/src/components/Radio/index.d.ts +1 -1
  103. package/dist/esm/types/src/components/RadioGroup/index.d.ts +35 -0
  104. package/dist/esm/types/src/components/Segmented/Segmented.stories.d.ts +7 -0
  105. package/dist/esm/types/src/components/Segmented/index.d.ts +39 -0
  106. package/dist/esm/types/src/components/Segmented/styles.d.ts +15 -0
  107. package/dist/esm/types/src/components/Slot/Slot.stories.example.d.ts +25 -0
  108. package/dist/esm/types/src/components/Slot/index.d.ts +8 -0
  109. package/dist/esm/types/src/components/Slot/styles.d.ts +1 -0
  110. package/dist/esm/types/src/components/Switch/Switch.stories.d.ts +11 -0
  111. package/dist/esm/types/src/components/Switch/index.d.ts +51 -0
  112. package/dist/esm/types/src/components/Switch/styles.d.ts +20 -0
  113. package/dist/esm/types/src/components/Table/ColumnCell/ColumnCell.stories.d.ts +53 -0
  114. package/dist/esm/types/src/components/Table/ColumnCell/index.d.ts +15 -0
  115. package/dist/esm/types/src/components/Table/ColumnCell/styles.d.ts +12 -0
  116. package/dist/esm/types/src/components/Table/HeaderCell/HeaderCell.stories.d.ts +51 -0
  117. package/dist/esm/types/src/components/Table/HeaderCell/index.d.ts +14 -0
  118. package/dist/esm/types/src/components/Table/HeaderCell/styles.d.ts +12 -0
  119. package/dist/esm/types/src/components/Table/Sorter/FISSorter.d.ts +18 -0
  120. package/dist/esm/types/src/components/Table/Table/Table.stories.d.ts +32 -0
  121. package/dist/esm/types/src/components/Table/Table/index.d.ts +8 -0
  122. package/dist/esm/types/src/components/Table/Table/styles.d.ts +1 -0
  123. package/dist/esm/types/src/components/Table/helper.d.ts +27 -0
  124. package/dist/esm/types/src/components/Tabs/Tabs.stories.d.ts +7 -0
  125. package/dist/esm/types/src/components/Tabs/index.d.ts +39 -0
  126. package/dist/esm/types/src/components/Tabs/styles.d.ts +15 -0
  127. package/dist/esm/types/src/components/Tooltip/Tooltip.stories.d.ts +12 -0
  128. package/dist/esm/types/src/components/Tooltip/index.d.ts +28 -0
  129. package/dist/esm/types/src/components/Tooltip/styles.d.ts +12 -0
  130. package/dist/esm/types/src/components/Tooltip/util.d.ts +2 -0
  131. package/dist/esm/types/src/index.d.ts +16 -2
  132. package/dist/esm/types/src/styles/design-system/variable.d.ts +931 -816
  133. package/dist/esm/types/src/utils/getTheme.d.ts +2843 -4
  134. package/dist/esm/types/src/utils/mergeRefs.d.ts +12 -0
  135. package/dist/index.d.ts +1253 -834
  136. package/package.json +15 -15
  137. package/dist/cjs/types/src/components/GroupCheckbox/index.d.ts +0 -20
  138. package/dist/cjs/types/src/components/GroupRadio/index.d.ts +0 -21
  139. package/dist/esm/types/src/components/GroupCheckbox/index.d.ts +0 -20
  140. package/dist/esm/types/src/components/GroupRadio/index.d.ts +0 -21
  141. /package/dist/cjs/types/src/components/{GroupButton → ButtonGroup}/styles.d.ts +0 -0
  142. /package/dist/cjs/types/src/components/{GroupCheckbox/GroupCheckbox.stories.d.ts → CheckboxGroup/CheckboxGroup.stories.d.ts} +0 -0
  143. /package/dist/cjs/types/src/components/{GroupCheckbox → CheckboxGroup}/styles.d.ts +0 -0
  144. /package/dist/cjs/types/src/components/Input/{TextArea → InputArea}/styles.d.ts +0 -0
  145. /package/dist/cjs/types/src/components/{GroupRadio/GroupRadio.stories.d.ts → RadioGroup/RadioGroup.stories.d.ts} +0 -0
  146. /package/dist/cjs/types/src/components/{GroupRadio → RadioGroup}/styles.d.ts +0 -0
  147. /package/dist/esm/types/src/components/{GroupButton → ButtonGroup}/styles.d.ts +0 -0
  148. /package/dist/esm/types/src/components/{GroupCheckbox/GroupCheckbox.stories.d.ts → CheckboxGroup/CheckboxGroup.stories.d.ts} +0 -0
  149. /package/dist/esm/types/src/components/{GroupCheckbox → CheckboxGroup}/styles.d.ts +0 -0
  150. /package/dist/esm/types/src/components/Input/{TextArea → InputArea}/styles.d.ts +0 -0
  151. /package/dist/esm/types/src/components/{GroupRadio/GroupRadio.stories.d.ts → RadioGroup/RadioGroup.stories.d.ts} +0 -0
  152. /package/dist/esm/types/src/components/{GroupRadio → RadioGroup}/styles.d.ts +0 -0
package/dist/index.d.ts CHANGED
@@ -1,6 +1,8 @@
1
- import * as React from 'react';
2
- import React__default, { ComponentPropsWithoutRef, ReactNode, Ref, JSX } from 'react';
1
+ import * as React$1 from 'react';
2
+ import React__default, { ComponentPropsWithoutRef, ReactNode, Ref, ForwardedRef, JSX as JSX$1, FC, DetailedHTMLProps, HTMLAttributes, ReactElement, ComponentType } from 'react';
3
3
  import { DefaultTheme } from 'styled-components';
4
+ import * as react_jsx_runtime from 'react/jsx-runtime';
5
+ import { TooltipProps as TooltipProps$1, TableProps as TableProps$1 } from 'antd';
4
6
 
5
7
  interface ThemeProviderProps {
6
8
  theme?: DefaultTheme;
@@ -9,30 +11,6 @@ interface ThemeProviderProps {
9
11
  declare const FISThemeProvider: React__default.FC<ThemeProviderProps>;
10
12
 
11
13
  declare const _default: {
12
- readonly "com/breadcrumbs/module/horizontal-gap": "4px";
13
- readonly "com/breadcrumbs/module/horizontal-padding": "8px";
14
- readonly "com/breadcrumbs/module/vertical-padding": "4px";
15
- readonly "com/breadcrumbs/module/corner-radius": "6px";
16
- readonly "com/breadcrumbs/module/current/background/default": "#ffffff00";
17
- readonly "com/breadcrumbs/module/current/background/hover": "#0451780e";
18
- readonly "com/breadcrumbs/module/current/background/active": "#2354850a";
19
- readonly "com/breadcrumbs/module/current/label/color-text/default": "#1e2225";
20
- readonly "com/breadcrumbs/module/current/label/color-text/hover": "#1c1857";
21
- readonly "com/breadcrumbs/module/current/label/color-text/active": "#2a30a0";
22
- readonly "com/breadcrumbs/module/current/icon/color-icon/default": "#343d41";
23
- readonly "com/breadcrumbs/module/current/icon/color-icon/hover": "#242173";
24
- readonly "com/breadcrumbs/module/current/icon/color-icon/active": "#2f3cc1";
25
- readonly "com/breadcrumbs/module/non-current/background/default": "#ffffff00";
26
- readonly "com/breadcrumbs/module/non-current/background/hover": "#e9edf1";
27
- readonly "com/breadcrumbs/module/non-current/background/active": "#f1f4f6";
28
- readonly "com/breadcrumbs/module/non-current/label/color-text/default": "#505a5f";
29
- readonly "com/breadcrumbs/module/non-current/label/color-text/hover": "#1e2225";
30
- readonly "com/breadcrumbs/module/non-current/label/color-text/active": "#2a30a0";
31
- readonly "com/breadcrumbs/module/non-current/icon/color-icon/default": "#505a5f";
32
- readonly "com/breadcrumbs/module/non-current/icon/color-icon/hover": "#343d41";
33
- readonly "com/breadcrumbs/module/non-current/icon/color-icon/active": "#2f3cc1";
34
- readonly "com/breadcrumbs/separated-icon/size-icon": "12px";
35
- readonly "com/breadcrumbs/separated-icon/color-icon": "#a3aeb5";
36
14
  readonly "com/avatar/corner-radius-rounded": "9999px";
37
15
  readonly "com/avatar/size-2xs/height": "16px";
38
16
  readonly "com/avatar/size-2xs/width": "16px";
@@ -68,13 +46,13 @@ declare const _default: {
68
46
  readonly "com/avatar/theme/icon/color-icon/red": "#df3e3f";
69
47
  readonly "com/avatar/theme/icon/color-icon/orange": "#cc5602";
70
48
  readonly "com/avatar/theme/icon/color-icon/yellow": "#d58e00";
71
- readonly "com/avatar/theme/icon/color-icon/lime": "#4b8c00";
72
49
  readonly "com/avatar/theme/icon/color-icon/green": "#009559";
50
+ readonly "com/avatar/theme/icon/color-icon/lime": "#4b8c00";
73
51
  readonly "com/avatar/theme/icon/color-icon/ocean": "#00969d";
74
- readonly "com/avatar/theme/icon/color-icon/violet": "#a65dcf";
75
52
  readonly "com/avatar/theme/icon/color-icon/pink": "#cd44a7";
76
- readonly "com/avatar/theme/icon/color-icon/indigo": "#4278f5";
77
53
  readonly "com/avatar/theme/icon/color-icon/blue": "#008ee1";
54
+ readonly "com/avatar/theme/icon/color-icon/indigo": "#4278f5";
55
+ readonly "com/avatar/theme/icon/color-icon/violet": "#a65dcf";
78
56
  readonly "com/avatar/theme/label/color-text/neutral": "#828f96";
79
57
  readonly "com/avatar/theme/label/color-text/red": "#df3e3f";
80
58
  readonly "com/avatar/theme/label/color-text/orange": "#cc5602";
@@ -111,14 +89,14 @@ declare const _default: {
111
89
  readonly "com/avatar/disable/color-text": "#c5cdd2";
112
90
  readonly "com/avatar/disable/color-icon": "#c5cdd2";
113
91
  readonly "com/avatar/disable/background-color": "#e9edf1";
114
- readonly "com/avatar/disable/color-stroke": "#0451780e";
92
+ readonly "com/avatar/disable/color-stroke": "#02305e16";
115
93
  readonly "com/avatar/status-badge/size-xs/stroke-width": "1px";
116
94
  readonly "com/avatar/status-badge/color-stroke": "#ffffff";
117
95
  readonly "com/avatar/status-badge/size-sm/stroke-width": "1.3px";
118
96
  readonly "com/avatar/status-badge/size-md/stroke-width": "2px";
119
97
  readonly "com/avatar/status-badge/size-lg/stroke-width": "2px";
120
- readonly "com/avatar/status-badge/theme/red": "#f5685f";
121
98
  readonly "com/avatar/status-badge/theme/green": "#00b077";
99
+ readonly "com/avatar/status-badge/theme/red": "#f5685f";
122
100
  readonly "com/avatar/status-badge/theme/yellow": "#d58e00";
123
101
  readonly "com/avatar/status-badge/theme/blue": "#00a6e5";
124
102
  readonly "com/avatar/status-badge/theme/neutral": "#dee3e7";
@@ -132,7 +110,7 @@ declare const _default: {
132
110
  readonly "com/badge/size-sm/icon/size-icon": "12px";
133
111
  readonly "com/badge/size-sm/horizontal-padding": "4px";
134
112
  readonly "com/badge/size-sm/horizontal-gap": "2px";
135
- readonly "com/badge/size-sm/sub-spacing": "4px";
113
+ readonly "com/badge/size-sm/sub-spacing": "2px";
136
114
  readonly "com/badge/size-sm/only-label/horizontal-padding": "8px";
137
115
  readonly "com/badge/size-md/height": "24px";
138
116
  readonly "com/badge/size-md/corner-radius": "6px";
@@ -151,7 +129,7 @@ declare const _default: {
151
129
  readonly "com/badge/size-lg/avatar/size": "Xs (20)";
152
130
  readonly "com/badge/size-lg/only-label/horizontal-padding": "6px";
153
131
  readonly "com/badge/default/icon/color-icon/neutral": "#505a5f";
154
- readonly "com/badge/default/icon/color-icon/neutral-light": "#a3aeb5";
132
+ readonly "com/badge/default/icon/color-icon/neutral-light": "#505a5f";
155
133
  readonly "com/badge/default/icon/color-icon/red": "#df3e3f";
156
134
  readonly "com/badge/default/icon/color-icon/orange": "#cc5602";
157
135
  readonly "com/badge/default/icon/color-icon/yellow": "#d58e00";
@@ -182,8 +160,8 @@ declare const _default: {
182
160
  readonly "com/badge/default/label/color-text/caution": "#893700";
183
161
  readonly "com/badge/default/label/color-text/positive": "#00652a";
184
162
  readonly "com/badge/default/label/color-text/negative": "#a80a12";
185
- readonly "com/badge/default/color-stroke/neutral": "#0a2f4d21";
186
- readonly "com/badge/default/color-stroke/neutral-light": "#0a2f4d21";
163
+ readonly "com/badge/default/color-stroke/neutral": "#0a2f4d22";
164
+ readonly "com/badge/default/color-stroke/neutral-light": "#0a2f4d22";
187
165
  readonly "com/badge/default/color-stroke/red": "#fbd3ce";
188
166
  readonly "com/badge/default/color-stroke/orange": "#ffd3b5";
189
167
  readonly "com/badge/default/color-stroke/yellow": "#fbd797";
@@ -227,10 +205,38 @@ declare const _default: {
227
205
  readonly "com/badge/solid/background-color/indigo": "#4278f5";
228
206
  readonly "com/badge/solid/background-color/violet": "#a65dcf";
229
207
  readonly "com/badge/solid/background-color/pink": "#cd44a7";
230
- readonly "com/badge/solid/background-color/negative": "#d0121c";
231
208
  readonly "com/badge/solid/background-color/positive": "#007d35";
232
- readonly "com/badge/solid/background-color/info": "#006bdf";
233
209
  readonly "com/badge/solid/background-color/caution": "#a94900";
210
+ readonly "com/badge/solid/background-color/info": "#006bdf";
211
+ readonly "com/badge/solid/background-color/negative": "#d0121c";
212
+ readonly "com/badge/disable/icon/color-icon": "#c5cdd2";
213
+ readonly "com/badge/disable/label/color-text": "#c5cdd2";
214
+ readonly "com/badge/disable/color-stroke": "#02305e16";
215
+ readonly "com/badge/disable/background-color": "#ffffff";
216
+ readonly "com/breadcrumbs/module/horizontal-gap": "4px";
217
+ readonly "com/breadcrumbs/module/horizontal-padding": "4px";
218
+ readonly "com/breadcrumbs/module/vertical-padding": "4px";
219
+ readonly "com/breadcrumbs/module/corner-radius": "6px";
220
+ readonly "com/breadcrumbs/module/current/background/default": "#ffffff00";
221
+ readonly "com/breadcrumbs/module/current/background/hover": "#02305e16";
222
+ readonly "com/breadcrumbs/module/current/background/active": "#00375b0e";
223
+ readonly "com/breadcrumbs/module/current/label/color-text/default": "#1e2225";
224
+ readonly "com/breadcrumbs/module/current/label/color-text/hover": "#1c1857";
225
+ readonly "com/breadcrumbs/module/current/label/color-text/active": "#2a30a0";
226
+ readonly "com/breadcrumbs/module/current/icon/color-icon/default": "#343d41";
227
+ readonly "com/breadcrumbs/module/current/icon/color-icon/hover": "#242173";
228
+ readonly "com/breadcrumbs/module/current/icon/color-icon/active": "#2f3cc1";
229
+ readonly "com/breadcrumbs/module/non-current/background/default": "#ffffff00";
230
+ readonly "com/breadcrumbs/module/non-current/background/hover": "#e9edf1";
231
+ readonly "com/breadcrumbs/module/non-current/background/active": "#f1f4f6";
232
+ readonly "com/breadcrumbs/module/non-current/label/color-text/default": "#505a5f";
233
+ readonly "com/breadcrumbs/module/non-current/label/color-text/hover": "#1e2225";
234
+ readonly "com/breadcrumbs/module/non-current/label/color-text/active": "#2a30a0";
235
+ readonly "com/breadcrumbs/module/non-current/icon/color-icon/default": "#505a5f";
236
+ readonly "com/breadcrumbs/module/non-current/icon/color-icon/hover": "#343d41";
237
+ readonly "com/breadcrumbs/module/non-current/icon/color-icon/active": "#2f3cc1";
238
+ readonly "com/breadcrumbs/separated-icon/size-icon": "12px";
239
+ readonly "com/breadcrumbs/separated-icon/color-icon": "#a3aeb5";
234
240
  readonly "com/button/corner-radius-rounded": "9999px";
235
241
  readonly "com/button/size-xs/height": "24px";
236
242
  readonly "com/button/size-xs/horizontal-gap": "4px";
@@ -264,7 +270,7 @@ declare const _default: {
264
270
  readonly "com/button/disable/icon-color": "#c5cdd2";
265
271
  readonly "com/button/disable/background-color": "#e9edf1";
266
272
  readonly "com/button/disable/background-color-transparent": "#ffffff00";
267
- readonly "com/button/disable/stroke-color": "#0451780e";
273
+ readonly "com/button/disable/stroke-color": "#02305e16";
268
274
  readonly "com/button/disable-invert/label-color": "#ffffff82";
269
275
  readonly "com/button/disable-invert/icon-color": "#ffffff65";
270
276
  readonly "com/button/disable-invert/solid-background-color": "#ffffff30";
@@ -272,9 +278,9 @@ declare const _default: {
272
278
  readonly "com/button/disable-invert/stroke-color": "#ffffff30";
273
279
  readonly "com/button/loading/background-color": "#e9edf1";
274
280
  readonly "com/button/loading/background-color-transparent": "#ffffff00";
275
- readonly "com/button/loading/stroke-color": "#0a2f4d21";
281
+ readonly "com/button/loading/stroke-color": "#0a2f4d22";
276
282
  readonly "com/button/loading/icon/stroke-color": "#343d41";
277
- readonly "com/button/loading/icon/stroke-color-transparent": "#0451780e";
283
+ readonly "com/button/loading/icon/stroke-color-transparent": "#02305e16";
278
284
  readonly "com/button/loading-invert/solid-background-color": "#ffffff30";
279
285
  readonly "com/button/loading-invert/background-color-transparent": "#ffffff00";
280
286
  readonly "com/button/loading-invert/icon/stroke-color": "#ffffff";
@@ -355,7 +361,7 @@ declare const _default: {
355
361
  readonly "com/button/secondary-invert/background/default": "#ffffff00";
356
362
  readonly "com/button/secondary-invert/background/hover": "#e7f1fa";
357
363
  readonly "com/button/secondary-invert/background/pressed": "#cee2f8";
358
- readonly "com/button/secondary-invert/background/active": "#2354850a";
364
+ readonly "com/button/secondary-invert/background/active": "#00375b0e";
359
365
  readonly "com/button/secondary-invert/border/default": "#ffffff82";
360
366
  readonly "com/button/secondary-invert/border/hover": "#ffffff82";
361
367
  readonly "com/button/secondary-invert/border/pressed": "#ffffff82";
@@ -391,538 +397,145 @@ declare const _default: {
391
397
  readonly "com/button/tertiary/icon/color-icon/hover": "#343d41";
392
398
  readonly "com/button/tertiary/icon/color-icon/pressed": "#343d41";
393
399
  readonly "com/button/tertiary/icon/color-icon/active": "#343d41";
394
- readonly "com/button-group/divider/divider-width": "1px";
395
- readonly "com/button-group/divider/divider-color/default": "#0d2e433d";
396
- readonly "com/button-group/divider/divider-color/disable": "#0451780e";
397
400
  readonly "com/button-group/background-color/default": "#ffffff";
398
401
  readonly "com/button-group/background-color/disable": "#ffffff00";
399
- readonly "com/link/size-xs/size-icon": "16px";
400
- readonly "com/link/size-xs/horizontal-gap": "4px";
401
- readonly "com/link/size-sm/size-icon": "16px";
402
- readonly "com/link/size-sm/horizontal-gap": "4px";
403
- readonly "com/link/disable/label-color": "#a3aeb5";
404
- readonly "com/link/disable/icon-color": "#c5cdd2";
405
- readonly "com/link/disable-invert/label-color": "#ffffff82";
406
- readonly "com/link/disable-invert/icon-color": "#ffffff65";
407
- readonly "com/link/primary/label-color/default": "#2a30a0";
408
- readonly "com/link/primary/label-color/hover": "#3263e7";
409
- readonly "com/link/primary/icon-color/default": "#2f3cc1";
410
- readonly "com/link/primary/icon-color/hover": "#2f3cc1";
411
- readonly "com/link/secondary/label-color/default": "#41494e";
412
- readonly "com/link/secondary/label-color/hover": "#2f3cc1";
413
- readonly "com/link/secondary/icon-color/default": "#343d41";
414
- readonly "com/link/secondary/icon-color/hover": "#343d41";
415
- readonly "com/link/negative/label-color/default": "#a80a12";
416
- readonly "com/link/negative/label-color/hover": "#d8473c";
417
- readonly "com/link/negative/icon-color/default": "#d8473c";
418
- readonly "com/link/negative/icon-color/hover": "#d8473c";
419
- readonly "com/link/invert/label-color/default": "#ffffff";
420
- readonly "com/link/invert/label-color/hover": "#ffffff";
421
- readonly "com/link/invert/icon-color/default": "#ffffff";
422
- readonly "com/link/invert/icon-color/hover": "#ffffff";
423
- readonly "com/input/label/label/color-text": "#1e2225";
424
- readonly "com/input/label/horizontal-gap": "2px";
425
- readonly "com/input/label/required-mark/color-text": "#cf0026";
426
- readonly "com/input/vertical-gap": "4px";
427
- readonly "com/input/hint/neutral/icon/color-icon": "#a3aeb5";
428
- readonly "com/input/hint/neutral/label/color-text": "#505a5f";
429
- readonly "com/input/hint/top-padding": "4px";
430
- readonly "com/input/hint/negative/icon/color-icon": "#ff897c";
431
- readonly "com/input/hint/negative/label/color-text": "#a80a12";
432
- readonly "com/input/hint/positive/icon/color-icon": "#5fbf8c";
433
- readonly "com/input/hint/positive/label/color-text": "#00652a";
434
- readonly "com/input/hint/disable/icon/color-icon": "#c5cdd2";
435
- readonly "com/input/hint/disable/label/color-text": "#c5cdd2";
436
- readonly "com/input/field/corner-radius-rounded": "9999px";
437
- readonly "com/input/field/left-padding": "4px";
438
- readonly "com/input/field/right-padding": "4px";
439
- readonly "com/input/field/stroke-width": "1px";
440
- readonly "com/input/field/size-xs/height": "24px";
441
- readonly "com/input/field/size-xs/horizontal-gap": "4px";
442
- readonly "com/input/field/size-xs/horizontal-padding": "8px";
443
- readonly "com/input/field/size-xs/corner-radius": "6px";
444
- readonly "com/input/field/size-xs/label/sub-spacing": "0px";
445
- readonly "com/input/field/size-xs/icon/size-icon": "16px";
446
- readonly "com/input/field/size-sm/height": "28px";
447
- readonly "com/input/field/size-sm/horizontal-gap": "2px";
448
- readonly "com/input/field/size-sm/horizontal-padding": "8px";
449
- readonly "com/input/field/size-sm/corner-radius": "6px";
450
- readonly "com/input/field/size-sm/label/sub-spacing": "4px";
451
- readonly "com/input/field/size-sm/icon/size-icon": "16px";
452
- readonly "com/input/field/size-md/height": "36px";
453
- readonly "com/input/field/size-md/horizontal-gap": "0px";
454
- readonly "com/input/field/size-md/horizontal-padding": "8px";
455
- readonly "com/input/field/size-md/corner-radius": "6px";
456
- readonly "com/input/field/size-md/label/sub-spacing": "8px";
457
- readonly "com/input/field/size-md/label/vertical-padding": "8px";
458
- readonly "com/input/field/size-md/label/horizontal-padding": "8px";
459
- readonly "com/input/field/size-md/icon/size-icon": "20px";
460
- readonly "com/input/field/size-md/icon/vertical-padding": "4px";
461
- readonly "com/input/field/size-md/icon/left-padding": "4px";
462
- readonly "com/input/field/size-md/number/min-width": "104px";
463
- readonly "com/input/field/size-md/number/sub-spacing": "4px";
464
- readonly "com/input/field/size-lg/height": "44px";
465
- readonly "com/input/field/size-lg/horizontal-gap": "4px";
466
- readonly "com/input/field/size-lg/horizontal-padding": "12px";
467
- readonly "com/input/field/size-lg/corner-radius": "8px";
468
- readonly "com/input/field/size-lg/label/sub-spacing": "8px";
469
- readonly "com/input/field/size-lg/label/vertical-padding": "12px";
470
- readonly "com/input/field/size-lg/label/horizontal-padding": "8px";
471
- readonly "com/input/field/size-lg/icon/size-icon": "20px";
472
- readonly "com/input/field/size-lg/icon/vertical-padding": "8px";
473
- readonly "com/input/field/size-lg/icon/left-padding": "8px";
474
- readonly "com/input/field/size-lg/number/sub-spacing": "8px";
475
- readonly "com/input/field/size-lg/number/min-width": "132px";
476
- readonly "com/input/field/disable/label-color": "#c5cdd2";
477
- readonly "com/input/field/disable/icon-color": "#c5cdd2";
478
- readonly "com/input/field/disable/background-color": "#ffffff00";
479
- readonly "com/input/field/disable/background-color-transparent": "#ffffff00";
480
- readonly "com/input/field/disable/stroke-color": "#0451780e";
481
- readonly "com/input/field/default/background/default": "#f8f9fb";
482
- readonly "com/input/field/default/background/hover": "#dee3e7";
483
- readonly "com/input/field/default/background/active": "#f8f9fb";
484
- readonly "com/input/field/default/border/default": "#0d2e433d";
485
- readonly "com/input/field/default/border/hover": "#0d2e433d";
486
- readonly "com/input/field/default/border/active": "#00152096";
487
- readonly "com/input/field/default/label/color-text/inputed": "#505a5f";
488
- readonly "com/input/field/default/label/color-text/placeholder": "#828f96";
489
- readonly "com/input/field/default/icon/color-icon/default": "#a3aeb5";
490
- readonly "com/input/field/default/icon/color-icon/hover": "#505a5f";
491
- readonly "com/input/field/default/icon/color-icon/active": "#505a5f";
492
- readonly "com/input/field/negative/background/default": "#fef8f7";
493
- readonly "com/input/field/negative/background/hover": "#fee9e7";
494
- readonly "com/input/field/negative/background/active": "#f8f9fb";
495
- readonly "com/input/field/negative/border/default": "#f2685b";
496
- readonly "com/input/field/negative/border/hover": "#f2685b";
497
- readonly "com/input/field/negative/border/active": "#f2685b";
498
- readonly "com/input/field/negative/label/color-text/inputed": "#505a5f";
499
- readonly "com/input/field/negative/label/color-text/placeholder": "#828f96";
500
- readonly "com/input/field/negative/icon/color-icon/default": "#ff897c";
501
- readonly "com/input/field/negative/icon/color-icon/hover": "#ff897c";
502
- readonly "com/input/field/negative/icon/color-icon/active": "#ff897c";
503
- readonly "com/input/suffix/label/color-text": "#505a5f";
504
- readonly "com/input/suffix/horizontal-padding": "4px";
505
- readonly "com/input/suffix/icon/color-icon": "#505a5f";
506
- readonly "com/input/suffix/divider/color-stroke": "#0a2f4d21";
507
- readonly "com/input/suffix/divider/stroke-width": "1px";
508
- readonly "com/input/dropdown/label/color-text/default": "#505a5f";
509
- readonly "com/input/dropdown/label/color-text/hover": "#1e2225";
510
- readonly "com/input/dropdown/horizontal-padding": "8px";
511
- readonly "com/input/dropdown/horizontal-gap": "4px";
512
- readonly "com/input/dropdown/icon/color-icon/defaul": "#505a5f";
513
- readonly "com/input/dropdown/icon/color-icon/hover": "#343d41";
514
- readonly "com/input/dropdown/background/default": "#ffffff00";
515
- readonly "com/input/dropdown/background/hover": "#0451780e";
516
- readonly "com/input/dropdown/background/pressed": "#0a2f4d21";
517
- readonly "com/input/dropdown/background/actived": "#2354850a";
518
- readonly "com/input/dropdown/divider/color-stroke": "#0a2f4d21";
519
- readonly "com/input/dropdown/divider/stroke-width": "1px";
520
- readonly "com/input/character-limit/horizontal-padding": "8px";
521
- readonly "com/input/character-limit/label/default/color-text": "#828f96";
522
- readonly "com/input/character-limit/label/over-limit/color-text": "#d8473c";
523
- readonly "com/input/resize-handle/resize": "#1e2225";
524
- readonly "com/input/resize-handle/disable": "#c5cdd2";
525
- readonly "com/dropdown/right-padding": "8px";
526
- readonly "com/dropdown/left-padding": "8px";
527
- readonly "com/dropdown/top-padding": "8px";
528
- readonly "com/dropdown/bottom-padding": "8px";
529
- readonly "com/dropdown/corner-radius": "12px";
530
- readonly "com/dropdown/background-color": "#ffffff";
531
- readonly "com/dropdown/min-width": "132px";
532
- readonly "com/dropdown/search-bar/size": "Md (36)";
533
- readonly "com/dropdown/scrollbar/direction": "Vertical";
534
- readonly "com/dropdown/group-label/horizontal-padding": "8px";
535
- readonly "com/dropdown/group-label/vertical-padding": "4px";
536
- readonly "com/dropdown/group-label/color-text": "#828f96";
537
- readonly "com/dropdown/border/stroke-width": "1px";
538
- readonly "com/dropdown/border/color-stroke": "#0a2f4d21";
539
- readonly "com/dropdown/divider/stroke-width": "1px";
540
- readonly "com/dropdown/divider/color-stroke": "#0a2f4d21";
541
- readonly "com/dropdown/divider/padding": "Xs (8)";
542
- readonly "com/dropdown/item/horizontal-gap": "8px";
543
- readonly "com/dropdown/item/vertical-gap": "2px";
544
- readonly "com/dropdown/item/corner-radius": "6px";
545
- readonly "com/dropdown/item/min-width": "204px";
546
- readonly "com/dropdown/item/size-md/vertical-padding": "8px";
547
- readonly "com/dropdown/item/size-md/horizontal-padding": "8px";
548
- readonly "com/dropdown/item/size-md/min-height": "36px";
549
- readonly "com/dropdown/item/size-md/default/label/color-text/selected": "#1e2225";
550
- readonly "com/dropdown/item/size-md/default/label/color-text/unselected": "#505a5f";
551
- readonly "com/dropdown/item/size-md/default/icon/color-icon/selected": "#343d41";
552
- readonly "com/dropdown/item/size-md/default/icon/color-icon/unselected": "#505a5f";
553
- readonly "com/dropdown/item/size-md/default/background-color/hover": "#e9edf1";
554
- readonly "com/dropdown/item/size-md/default/background-color/selected": "#ffffff";
555
- readonly "com/dropdown/item/size-md/default/background-color/unselected": "#ffffff00";
556
- readonly "com/dropdown/item/size-md/leveling/right-padding": "4px";
557
- readonly "com/dropdown/item/size-md/leveling/label/color-text/selected": "#1e2225";
558
- readonly "com/dropdown/item/size-md/leveling/label/color-text/unselected": "#505a5f";
559
- readonly "com/dropdown/item/size-md/leveling/icon/color-icon/selected": "#343d41";
560
- readonly "com/dropdown/item/size-md/leveling/icon/color-icon/unselected": "#505a5f";
561
- readonly "com/dropdown/item/size-md/leveling/background-color/hover": "#e9edf1";
562
- readonly "com/dropdown/item/size-md/leveling/background-color/selected": "#ffffff";
563
- readonly "com/dropdown/item/size-md/leveling/background-color/unselected": "#ffffff00";
564
- readonly "com/dropdown/item/size-md/select-able/right-padding": "4px";
565
- readonly "com/dropdown/item/size-md/select-able/label/color-text/selected": "#2a30a0";
566
- readonly "com/dropdown/item/size-md/select-able/label/color-text/unselected": "#505a5f";
567
- readonly "com/dropdown/item/size-md/select-able/icon/color-icon/selected": "#2f3cc1";
568
- readonly "com/dropdown/item/size-md/select-able/icon/color-icon/unselected": "#505a5f";
569
- readonly "com/dropdown/item/size-md/select-able/background-color/hover": "#e7f1fa";
570
- readonly "com/dropdown/item/size-md/select-able/background-color/selected": "#ffffff";
571
- readonly "com/dropdown/item/size-md/select-able/background-color/unselected": "#ffffff00";
572
- readonly "com/dropdown/item/size-lg/vertical-padding": "12px";
573
- readonly "com/dropdown/item/size-lg/horizontal-padding": "12px";
574
- readonly "com/dropdown/item/size-lg/min-height": "44px";
575
- readonly "com/dropdown/item/size-lg/default/label/color-text/selected": "#1e2225";
576
- readonly "com/dropdown/item/size-lg/default/label/color-text/unselected": "#505a5f";
577
- readonly "com/dropdown/item/size-lg/default/icon/color-icon/selected": "#343d41";
578
- readonly "com/dropdown/item/size-lg/default/icon/color-icon/unselected": "#505a5f";
579
- readonly "com/dropdown/item/size-lg/default/background-color/hover": "#e9edf1";
580
- readonly "com/dropdown/item/size-lg/default/background-color/selected": "#ffffff";
581
- readonly "com/dropdown/item/size-lg/default/background-color/unselected": "#ffffff00";
582
- readonly "com/dropdown/item/size-lg/leveling/right-padding": "4px";
583
- readonly "com/dropdown/item/size-lg/leveling/label/color-text/selected": "#1e2225";
584
- readonly "com/dropdown/item/size-lg/leveling/label/color-text/unselected": "#505a5f";
585
- readonly "com/dropdown/item/size-lg/leveling/icon/color-icon/selected": "#343d41";
586
- readonly "com/dropdown/item/size-lg/leveling/icon/color-icon/unselected": "#505a5f";
587
- readonly "com/dropdown/item/size-lg/leveling/background-color/hover": "#e9edf1";
588
- readonly "com/dropdown/item/size-lg/leveling/background-color/selected": "#ffffff";
589
- readonly "com/dropdown/item/size-lg/leveling/background-color/unselected": "#ffffff00";
590
- readonly "com/dropdown/item/size-lg/select-able/right-padding": "4px";
591
- readonly "com/dropdown/item/size-lg/select-able/label/color-text/selected": "#2a30a0";
592
- readonly "com/dropdown/item/size-lg/select-able/label/color-text/unselected": "#505a5f";
593
- readonly "com/dropdown/item/size-lg/select-able/icon/color-icon/selected": "#2f3cc1";
594
- readonly "com/dropdown/item/size-lg/select-able/icon/color-icon/unselected": "#505a5f";
595
- readonly "com/dropdown/item/size-lg/select-able/background-color/hover": "#e7f1fa";
596
- readonly "com/dropdown/item/size-lg/select-able/background-color/selected": "#ffffff";
597
- readonly "com/dropdown/item/size-lg/select-able/background-color/unselected": "#ffffff00";
598
- readonly "com/dropdown/item/badge/size": "Sm (20)";
599
- readonly "com/dropdown/item/badge/theme": "Neutral";
600
- readonly "com/dropdown/item/description/color-text": "#505a5f";
601
- readonly "com/table/title-cell/min-height": "28px";
602
- readonly "com/table/title-cell/horizontal-padding": "16px";
603
- readonly "com/table/title-cell/vertical-padding": "12px";
604
- readonly "com/table/title-cell/vertical-gap": "2px";
605
- readonly "com/table/title-cell/stroke-width": "1px";
606
- readonly "com/table/title-cell/divider/color-stroke": "#0a2f4d21";
607
- readonly "com/table/title-cell/divider/horizontal-padding": "Sm (12)";
608
- readonly "com/table/title-cell/default/background-color": "#e9edf1";
609
- readonly "com/table/title-cell/default/icon/color-icon": "#343d41";
610
- readonly "com/table/title-cell/default/label/color-text": "#505a5f";
611
- readonly "com/table/title-cell/default/label/vertical-padding": "2px";
612
- readonly "com/table/title-cell/default/label/vertical-gap": "8px";
613
- readonly "com/table/title-cell/default/description/color-text": "#828f96";
614
- readonly "com/table/title-cell/default/description/right-padding": "24px";
615
- readonly "com/table/title-cell/disable/background-color": "#dee3e7";
616
- readonly "com/table/title-cell/disable/icon/color-icon": "#c5cdd2";
617
- readonly "com/table/title-cell/disable/label/color-text": "#c5cdd2";
618
- readonly "com/table/title-cell/disable/description/color-text": "#c5cdd2";
619
- readonly "com/table/row-cell/min-height": "44px";
620
- readonly "com/table/row-cell/horizontal-gap": "8px";
621
- readonly "com/table/row-cell/horizontal-padding": "16px";
622
- readonly "com/table/row-cell/vertical-padding": "12px";
623
- readonly "com/table/row-cell/dot-color": "#a3aeb5";
624
- readonly "com/table/row-cell/background-color/default": "#ffffff";
625
- readonly "com/table/row-cell/background-color/hover": "#e7f1fa";
626
- readonly "com/table/row-cell/background-color/selected": "#f5f8fc";
627
- readonly "com/table/row-cell/divider/color-stroke": "#0a2f4d21";
628
- readonly "com/table/row-cell/divider/stroke-width": "1px";
629
- readonly "com/table/row-cell/default/primary/icon/color-icon/neutral": "#343d41";
630
- readonly "com/table/row-cell/default/primary/icon/color-icon/positive": "#00914a";
631
- readonly "com/table/row-cell/default/primary/icon/color-icon/negative": "#d8473c";
632
- readonly "com/table/row-cell/default/primary/label/color-text/neutral": "#1e2225";
633
- readonly "com/table/row-cell/default/primary/label/color-text/positive": "#00652a";
634
- readonly "com/table/row-cell/default/primary/label/color-text/negative": "#a80a12";
635
- readonly "com/table/row-cell/default/primary/description/color-text/neutral": "#505a5f";
636
- readonly "com/table/row-cell/default/primary/description/color-text/positive": "#00914a";
637
- readonly "com/table/row-cell/default/primary/description/color-text/negative": "#d8473c";
638
- readonly "com/table/row-cell/default/vertical-gap": "2px";
639
- readonly "com/table/row-cell/default/vertical-padding": "4px";
640
- readonly "com/table/row-cell/default/horizontal-gap": "4px";
641
- readonly "com/table/row-cell/default/secondary/icon/color-icon/neutral": "#343d41";
642
- readonly "com/table/row-cell/default/secondary/icon/color-icon/positive": "#00914a";
643
- readonly "com/table/row-cell/default/secondary/icon/color-icon/negative": "#d8473c";
644
- readonly "com/table/row-cell/default/secondary/label/color-text/neutral": "#1e2225";
645
- readonly "com/table/row-cell/default/secondary/label/color-text/positive": "#00652a";
646
- readonly "com/table/row-cell/default/secondary/label/color-text/negative": "#a80a12";
647
- readonly "com/table/row-cell/default/secondary/description/color-text/neutral": "#505a5f";
648
- readonly "com/table/row-cell/default/secondary/description/color-text/positive": "#00914a";
649
- readonly "com/table/row-cell/default/secondary/description/color-text/negative": "#d8473c";
650
- readonly "com/table/row-cell/default/tertiary/icon/color-icon/neutral": "#505a5f";
651
- readonly "com/table/row-cell/default/tertiary/icon/color-icon/positive": "#5fbf8c";
652
- readonly "com/table/row-cell/default/tertiary/icon/color-icon/negative": "#ff897c";
653
- readonly "com/table/row-cell/default/tertiary/label/color-text/neutral": "#505a5f";
654
- readonly "com/table/row-cell/default/tertiary/label/color-text/positive": "#00914a";
655
- readonly "com/table/row-cell/default/tertiary/label/color-text/negative": "#d8473c";
656
- readonly "com/table/row-cell/default/tertiary/description/color-text/neutral": "#505a5f";
657
- readonly "com/table/row-cell/default/tertiary/description/color-text/positive": "#00914a";
658
- readonly "com/table/row-cell/default/tertiary/description/color-text/negative": "#d8473c";
659
- readonly "com/table/row-cell/disable/background-color": "#ffffff";
660
- readonly "com/table/row-cell/disable/icon/color-icon": "#c5cdd2";
661
- readonly "com/table/row-cell/disable/label/color-text": "#c5cdd2";
662
- readonly "com/table/row-cell/disable/description/color-text": "#c5cdd2";
663
- readonly "com/tabs/underline/color-stroke": "#0a2f4d21";
664
- readonly "com/tabs/underline/stroke-width": "1px";
665
- readonly "com/tabs/item/active-surface/background-color": "#2f3cc1";
666
- readonly "com/tabs/item/active-surface/height": "3px";
667
- readonly "com/tabs/item/height/size-xs": "24px";
668
- readonly "com/tabs/item/height/size-sm": "28px";
669
- readonly "com/tabs/item/height/size-md": "36px";
670
- readonly "com/tabs/item/height/size-lg": "44px";
671
- readonly "com/tabs/item/disable/background-color": "#ffffff00";
672
- readonly "com/tabs/item/disable/color-text": "#c5cdd2";
673
- readonly "com/tabs/item/disable/color-icon": "#c5cdd2";
674
- readonly "com/tabs/item/only-icon/size-xs/icon/color-icon/default": "#505a5f";
675
- readonly "com/tabs/item/only-icon/size-xs/icon/color-icon/hover": "#343d41";
676
- readonly "com/tabs/item/only-icon/size-xs/icon/color-icon/pressed": "#343d41";
677
- readonly "com/tabs/item/only-icon/size-xs/icon/color-icon/actived": "#2f3cc1";
678
- readonly "com/tabs/item/only-icon/size-xs/icon/size-icon": "16px";
679
- readonly "com/tabs/item/only-icon/size-xs/min-width": "28px";
680
- readonly "com/tabs/item/only-icon/size-sm/icon/size-icon": "16px";
681
- readonly "com/tabs/item/only-icon/size-sm/icon/color-icon/default": "#505a5f";
682
- readonly "com/tabs/item/only-icon/size-sm/icon/color-icon/hover": "#343d41";
683
- readonly "com/tabs/item/only-icon/size-sm/icon/color-icon/pressed": "#343d41";
684
- readonly "com/tabs/item/only-icon/size-sm/icon/color-icon/actived": "#2f3cc1";
685
- readonly "com/tabs/item/only-icon/size-sm/min-width": "28px";
686
- readonly "com/tabs/item/only-icon/size-md/min-width": "36px";
687
- readonly "com/tabs/item/only-icon/size-md/icon/size-icon": "16px";
688
- readonly "com/tabs/item/only-icon/size-md/icon/color-icon/default": "#505a5f";
689
- readonly "com/tabs/item/only-icon/size-md/icon/color-icon/hover": "#343d41";
690
- readonly "com/tabs/item/only-icon/size-md/icon/color-icon/pressed": "#343d41";
691
- readonly "com/tabs/item/only-icon/size-md/icon/color-icon/actived": "#2f3cc1";
692
- readonly "com/tabs/item/only-icon/size-lg/min-width": "44px";
693
- readonly "com/tabs/item/only-icon/size-lg/icon/size-icon": "20px";
694
- readonly "com/tabs/item/only-icon/size-lg/icon/color-icon/default": "#505a5f";
695
- readonly "com/tabs/item/only-icon/size-lg/icon/color-icon/hover": "#343d41";
696
- readonly "com/tabs/item/only-icon/size-lg/icon/color-icon/pressed": "#343d41";
697
- readonly "com/tabs/item/only-icon/size-lg/icon/color-icon/actived": "#2f3cc1";
698
- readonly "com/tabs/item/with-label/size-xs/label/color-text/default": "#505a5f";
699
- readonly "com/tabs/item/with-label/size-xs/label/color-text/hover": "#1e2225";
700
- readonly "com/tabs/item/with-label/size-xs/label/color-text/pressed": "#1e2225";
701
- readonly "com/tabs/item/with-label/size-xs/label/color-text/actived": "#2a30a0";
702
- readonly "com/tabs/item/with-label/size-xs/horizontal-gap": "4px";
703
- readonly "com/tabs/item/with-label/size-xs/sub-spacing": "0px";
704
- readonly "com/tabs/item/with-label/size-sm/label/color-text/default": "#505a5f";
705
- readonly "com/tabs/item/with-label/size-sm/label/color-text/hover": "#1e2225";
706
- readonly "com/tabs/item/with-label/size-sm/label/color-text/pressed": "#1e2225";
707
- readonly "com/tabs/item/with-label/size-sm/label/color-text/actived": "#2a30a0";
708
- readonly "com/tabs/item/with-label/size-sm/icon/color-icon/default": "#505a5f";
709
- readonly "com/tabs/item/with-label/size-sm/icon/color-icon/hover": "#343d41";
710
- readonly "com/tabs/item/with-label/size-sm/icon/color-icon/pressed": "#343d41";
711
- readonly "com/tabs/item/with-label/size-sm/icon/color-icon/actived": "#2f3cc1";
712
- readonly "com/tabs/item/with-label/size-sm/icon/size-icon": "16px";
713
- readonly "com/tabs/item/with-label/size-sm/horizontal-gap": "2px";
714
- readonly "com/tabs/item/with-label/size-sm/sub-spacing": "4px";
715
- readonly "com/tabs/item/with-label/size-md/label/color-text/default": "#505a5f";
716
- readonly "com/tabs/item/with-label/size-md/label/color-text/hover": "#1e2225";
717
- readonly "com/tabs/item/with-label/size-md/label/color-text/pressed": "#1e2225";
718
- readonly "com/tabs/item/with-label/size-md/label/color-text/actived": "#2a30a0";
719
- readonly "com/tabs/item/with-label/size-md/icon/color-icon/default": "#505a5f";
720
- readonly "com/tabs/item/with-label/size-md/icon/color-icon/hover": "#343d41";
721
- readonly "com/tabs/item/with-label/size-md/icon/color-icon/pressed": "#343d41";
722
- readonly "com/tabs/item/with-label/size-md/icon/color-icon/actived": "#2f3cc1";
723
- readonly "com/tabs/item/with-label/size-md/icon/size-icon": "16px";
724
- readonly "com/tabs/item/with-label/size-md/horizontal-gap": "0px";
725
- readonly "com/tabs/item/with-label/size-md/sub-spacing": "8px";
726
- readonly "com/tabs/item/with-label/size-lg/color-text/default": "#505a5f";
727
- readonly "com/tabs/item/with-label/size-lg/color-text/hover": "#1e2225";
728
- readonly "com/tabs/item/with-label/size-lg/color-text/pressed": "#1e2225";
729
- readonly "com/tabs/item/with-label/size-lg/color-text/actived": "#2a30a0";
730
- readonly "com/tabs/item/with-label/size-lg/color-icon/default": "#505a5f";
731
- readonly "com/tabs/item/with-label/size-lg/color-icon/hover": "#343d41";
732
- readonly "com/tabs/item/with-label/size-lg/color-icon/pressed": "#343d41";
733
- readonly "com/tabs/item/with-label/size-lg/color-icon/actived": "#2f3cc1";
734
- readonly "com/tabs/item/with-label/size-lg/horizontal-gap": "2px";
735
- readonly "com/tabs/item/with-label/size-lg/sub-spacing": "8px";
736
- readonly "com/tabs/background-color": "#ffffff00";
737
- readonly "com/tabs/horizontal-gap": "24px";
738
- readonly "com/pagination/background-color": "#ffffff";
739
- readonly "com/pagination/vertical-padding": "16px";
740
- readonly "com/pagination/horizontal-gap": "16px";
741
- readonly "com/pagination/height": "56px";
742
- readonly "com/pagination/divider/stroke-width": "1px";
743
- readonly "com/pagination/divider/color-stroke": "#0a2f4d21";
744
- readonly "com/pagination/range-number/label/color-text": "#828f96";
745
- readonly "com/pagination/range-number/label/color-number": "#828f96";
746
- readonly "com/pagination/record-number/background-color": "#ffffff";
747
- readonly "com/pagination/record-number/horizontal-gap": "4px";
748
- readonly "com/pagination/record-number/horizontal-padding": "4px";
749
- readonly "com/pagination/record-number/corner-radius": "6px";
750
- readonly "com/pagination/record-number/label/color-number": "#828f96";
751
- readonly "com/pagination/record-number/label/color-text": "#1e2225";
752
- readonly "com/pagination/record-number/icon/color-icon": "#505a5f";
753
- readonly "com/pagination/record-number/stroke/color-stroke": "#0d2e433d";
754
- readonly "com/pagination/record-number/stroke/stroke-width": "1px";
755
- readonly "com/pagination/navigation/horizontal-gap": "4px";
756
- readonly "com/pagination/navigation/page-number/horizontal-padding": "4px";
757
- readonly "com/pagination/navigation/page-number/vertical-padding": "2px";
758
- readonly "com/pagination/navigation/page-number/height": "24px";
759
- readonly "com/pagination/navigation/page-number/min-with": "24px";
760
- readonly "com/pagination/navigation/page-number/corner-radius": "6px";
761
- readonly "com/pagination/navigation/page-number/label/color-text/default": "#828f96";
762
- readonly "com/pagination/navigation/page-number/label/color-text/hover": "#505a5f";
763
- readonly "com/pagination/navigation/page-number/label/color-text/pressed": "#505a5f";
764
- readonly "com/pagination/navigation/page-number/label/color-text/active": "#2a30a0";
765
- readonly "com/pagination/navigation/page-number/background/background-color/hover": "#cee2f8";
766
- readonly "com/pagination/navigation/page-number/background/background-color/pressed": "#f5f8fc";
767
- readonly "com/pagination/navigation/page-number/background/background-color/active": "#e7f1fa";
768
- readonly "com/pagination/navigation/page-number/disable/label/color-text/default": "#c5cdd2";
769
- readonly "com/pagination/navigation/page-number/disable/label/color-text/active": "#c5cdd2";
770
- readonly "com/pagination/navigation/page-number/disable/background/background-color/active": "#e9edf1";
771
- readonly "com/pagination/navigation/dot-icon/default": "#505a5f";
772
- readonly "com/pagination/navigation/dot-icon/disable": "#c5cdd2";
773
- readonly "com/tooltip/size-md/horizontal-padding": "12px";
774
- readonly "com/tooltip/size-md/vertical-padding": "8px";
775
- readonly "com/tooltip/size-md/corner-radius": "8px";
776
- readonly "com/tooltip/size-md/vertical-gap": "4px";
777
- readonly "com/tooltip/size-md/theme-black/background-color": "#000000";
778
- readonly "com/tooltip/size-md/theme-black/label/color-text": "#ffffff";
779
- readonly "com/tooltip/size-md/theme-white/background-color": "#ffffff";
780
- readonly "com/tooltip/size-md/theme-white/label/color-text": "#1e2225";
781
- readonly "com/tooltip/size-lg/theme-white/background-color": "#ffffff";
782
- readonly "com/tooltip/size-lg/theme-white/label/color-text": "#1e2225";
783
- readonly "com/tooltip/size-lg/theme-white/description/color-text": "#505a5f";
784
- readonly "com/tooltip/size-lg/horizontal-padding": "12px";
785
- readonly "com/tooltip/size-lg/vertical-padding": "12px";
786
- readonly "com/tooltip/size-lg/vertical-gap": "4px";
787
- readonly "com/tooltip/size-lg/corner-radius": "8px";
788
- readonly "com/tooltip/size-lg/theme-black/background-color": "#000000";
789
- readonly "com/tooltip/size-lg/theme-black/label/color-text": "#ffffff";
790
- readonly "com/tooltip/size-lg/theme-black/description/color-text": "#ffffff";
791
- readonly "com/segmented/corner-radius/xs": "6px";
792
- readonly "com/segmented/corner-radius/sm": "6px";
793
- readonly "com/segmented/corner-radius/md": "8px";
794
- readonly "com/segmented/corner-radius/lg": "12px";
795
- readonly "com/segmented/background/background-color": "#2354850a";
796
- readonly "com/segmented/background/color-stroke": "#0a2f4d21";
797
- readonly "com/segmented/background/stroke-width": "1px";
798
- readonly "com/segmented/item/background-color": "#ffffff00";
799
- readonly "com/segmented/item/active-surface/background-color": "#ffffff";
800
- readonly "com/segmented/item/active-surface/color-stroke": "#0a2f4d21";
801
- readonly "com/segmented/item/active-surface/corner-radius/xs": "4px";
802
- readonly "com/segmented/item/active-surface/corner-radius/sm": "4px";
803
- readonly "com/segmented/item/active-surface/corner-radius/md": "6px";
804
- readonly "com/segmented/item/active-surface/corner-radius/lg": "8px";
805
- readonly "com/segmented/item/active-surface/height/size-xs": "4px";
806
- readonly "com/segmented/item/active-surface/height/size-sm": "4px";
807
- readonly "com/segmented/item/active-surface/height/size-md": "6px";
808
- readonly "com/segmented/item/active-surface/height/size-lg": "8px";
809
- readonly "com/segmented/item/height/size-xs": "24px";
810
- readonly "com/segmented/item/height/size-sm": "28px";
811
- readonly "com/segmented/item/height/size-md": "36px";
812
- readonly "com/segmented/item/height/size-lg": "44px";
813
- readonly "com/segmented/item/disable/background-color": "#ffffff00";
814
- readonly "com/segmented/item/disable/color-text": "#c5cdd2";
815
- readonly "com/segmented/item/disable/color-icon": "#c5cdd2";
816
- readonly "com/segmented/item/only-icon/size-xs/min-width": "28px";
817
- readonly "com/segmented/item/only-icon/size-xs/icon/size-icon": "16px";
818
- readonly "com/segmented/item/only-icon/size-xs/icon/color-icon/default": "#a3aeb5";
819
- readonly "com/segmented/item/only-icon/size-xs/icon/color-icon/hover": "#505a5f";
820
- readonly "com/segmented/item/only-icon/size-xs/icon/color-icon/pressed": "#505a5f";
821
- readonly "com/segmented/item/only-icon/size-xs/icon/color-icon/actived": "#505a5f";
822
- readonly "com/segmented/item/only-icon/size-sm/min-width": "28px";
823
- readonly "com/segmented/item/only-icon/size-sm/icon/size-icon": "16px";
824
- readonly "com/segmented/item/only-icon/size-sm/icon/color-icon/default": "#a3aeb5";
825
- readonly "com/segmented/item/only-icon/size-sm/icon/color-icon/hover": "#505a5f";
826
- readonly "com/segmented/item/only-icon/size-sm/icon/color-icon/pressed": "#505a5f";
827
- readonly "com/segmented/item/only-icon/size-sm/icon/color-icon/actived": "#505a5f";
828
- readonly "com/segmented/item/only-icon/size-md/min-width": "36px";
829
- readonly "com/segmented/item/only-icon/size-md/icon/size-icon": "16px";
830
- readonly "com/segmented/item/only-icon/size-md/icon/color-icon/default": "#a3aeb5";
831
- readonly "com/segmented/item/only-icon/size-md/icon/color-icon/hover": "#505a5f";
832
- readonly "com/segmented/item/only-icon/size-md/icon/color-icon/pressed": "#505a5f";
833
- readonly "com/segmented/item/only-icon/size-md/icon/color-icon/actived": "#505a5f";
834
- readonly "com/segmented/item/only-icon/size-lg/min-width": "44px";
835
- readonly "com/segmented/item/only-icon/size-lg/icon/size-icon": "20px";
836
- readonly "com/segmented/item/only-icon/size-lg/icon/color-icon/default": "#a3aeb5";
837
- readonly "com/segmented/item/only-icon/size-lg/icon/color-icon/hover": "#505a5f";
838
- readonly "com/segmented/item/only-icon/size-lg/icon/color-icon/pressed": "#505a5f";
839
- readonly "com/segmented/item/only-icon/size-lg/icon/color-icon/actived": "#505a5f";
840
- readonly "com/segmented/item/with-label/size-xs/min-width": "48px";
841
- readonly "com/segmented/item/with-label/size-xs/horizontal-padding": "8px";
842
- readonly "com/segmented/item/with-label/size-xs/label/color-text/default": "#828f96";
843
- readonly "com/segmented/item/with-label/size-xs/label/color-text/hover": "#505a5f";
844
- readonly "com/segmented/item/with-label/size-xs/label/color-text/pressed": "#505a5f";
845
- readonly "com/segmented/item/with-label/size-xs/label/color-text/actived": "#505a5f";
846
- readonly "com/segmented/item/with-label/size-sm/min-width": "52px";
847
- readonly "com/segmented/item/with-label/size-sm/horizontal-gap": "2px";
848
- readonly "com/segmented/item/with-label/size-sm/horizontal-padding": "8px";
849
- readonly "com/segmented/item/with-label/size-sm/sub-spacing": "4px";
850
- readonly "com/segmented/item/with-label/size-sm/label/color-text/default": "#828f96";
851
- readonly "com/segmented/item/with-label/size-sm/label/color-text/hover": "#505a5f";
852
- readonly "com/segmented/item/with-label/size-sm/label/color-text/pressed": "#505a5f";
853
- readonly "com/segmented/item/with-label/size-sm/label/color-text/actived": "#505a5f";
854
- readonly "com/segmented/item/with-label/size-sm/icon/color-icon/default": "#a3aeb5";
855
- readonly "com/segmented/item/with-label/size-sm/icon/color-icon/hover": "#505a5f";
856
- readonly "com/segmented/item/with-label/size-sm/icon/color-icon/pressed": "#505a5f";
857
- readonly "com/segmented/item/with-label/size-sm/icon/color-icon/actived": "#505a5f";
858
- readonly "com/segmented/item/with-label/size-md/min-width": "60px";
859
- readonly "com/segmented/item/with-label/size-md/horizontal-gap": "0px";
860
- readonly "com/segmented/item/with-label/size-md/horizontal-padding": "12px";
861
- readonly "com/segmented/item/with-label/size-md/sub-spacing": "8px";
862
- readonly "com/segmented/item/with-label/size-md/label/color-text/default": "#828f96";
863
- readonly "com/segmented/item/with-label/size-md/label/color-text/hover": "#505a5f";
864
- readonly "com/segmented/item/with-label/size-md/label/color-text/pressed": "#505a5f";
865
- readonly "com/segmented/item/with-label/size-md/label/color-text/actived": "#505a5f";
866
- readonly "com/segmented/item/with-label/size-md/icon/color-icon/default": "#a3aeb5";
867
- readonly "com/segmented/item/with-label/size-md/icon/color-icon/hover": "#505a5f";
868
- readonly "com/segmented/item/with-label/size-md/icon/color-icon/pressed": "#505a5f";
869
- readonly "com/segmented/item/with-label/size-md/icon/color-icon/actived": "#505a5f";
870
- readonly "com/segmented/item/with-label/size-lg/min-width": "68px";
871
- readonly "com/segmented/item/with-label/size-lg/horizontal-gap": "2px";
872
- readonly "com/segmented/item/with-label/size-lg/horizontal-padding": "12px";
873
- readonly "com/segmented/item/with-label/size-lg/sub-spacing": "8px";
874
- readonly "com/segmented/item/with-label/size-lg/label/color-text/default": "#828f96";
875
- readonly "com/segmented/item/with-label/size-lg/label/color-text/hover": "#505a5f";
876
- readonly "com/segmented/item/with-label/size-lg/label/color-text/pressed": "#505a5f";
877
- readonly "com/segmented/item/with-label/size-lg/label/color-text/actived": "#505a5f";
878
- readonly "com/segmented/item/with-label/size-lg/icon/color-icon/default": "#a3aeb5";
879
- readonly "com/segmented/item/with-label/size-lg/icon/color-icon/hover": "#505a5f";
880
- readonly "com/segmented/item/with-label/size-lg/icon/color-icon/pressed": "#505a5f";
881
- readonly "com/segmented/item/with-label/size-lg/icon/color-icon/actived": "#505a5f";
882
- readonly "com/popup/header/background": "#ffffff";
883
- readonly "com/popup/header/top-padding": "16px";
884
- readonly "com/popup/header/bottom-padding": "16px";
885
- readonly "com/popup/header/left-padding": "20px";
886
- readonly "com/popup/header/right-padding": "20px";
887
- readonly "com/popup/header/pictogram/background-color": "#ffffff";
888
- readonly "com/popup/header/pictogram/color-stroke": "#0d2e433d";
889
- readonly "com/popup/header/pictogram/color-icon": "#343d41";
890
- readonly "com/popup/header/pictogram/stroke-width": "1px";
891
- readonly "com/popup/header/pictogram/corner-radius": "12px";
892
- readonly "com/popup/header/popup-title/color-text": "#1e2225";
893
- readonly "com/popup/header/popup-description/color-text": "#505a5f";
894
- readonly "com/popup/header/title-n-content/vertical-gap": "4px";
895
- readonly "com/popup/header/title-n-content/right-padding": "20px";
896
- readonly "com/popup/header/description-on/pictogram-n-title-gap": "12px";
897
- readonly "com/popup/header/description-off/pictogram-n-title-gap": "8px";
898
- readonly "com/popup/body/vertical-gap": "16px";
899
- readonly "com/popup/body/content/horizontal-padding": "20px";
900
- readonly "com/popup/body/bottom-padding": "16px";
901
- readonly "com/popup/body/background-color": "#ffffff";
902
- readonly "com/popup/body/divider/color-stroke": "#0a2f4d21";
903
- readonly "com/popup/body/divider/stroke-width": "1px";
904
- readonly "com/popup/corner-radius": "20px";
905
- readonly "com/popup/footer/background": "#ffffff";
906
- readonly "com/popup/footer/vertical-gap": "16px";
907
- readonly "com/popup/footer/divider/color-stroke": "#0a2f4d21";
908
- readonly "com/popup/footer/stepper/stepper-display/stroke-width": "1px";
909
- readonly "com/popup/footer/stepper/stepper-display/color-stroke": "#0d2e433d";
910
- readonly "com/popup/footer/stepper/stepper-display/horizontal-gap": "2px";
911
- readonly "com/popup/footer/stepper/stepper-display/top-padding": "2px";
912
- readonly "com/popup/footer/stepper/stepper-display/bottom-padding": "2px";
913
- readonly "com/popup/footer/stepper/stepper-display/left-padding": "8px";
914
- readonly "com/popup/footer/stepper/stepper-display/right-padding": "8px";
915
- readonly "com/popup/footer/stepper/stepper-display/corner-radius": "8px";
916
- readonly "com/popup/footer/stepper/current-step/color-text": "#1e2225";
917
- readonly "com/popup/footer/stepper/total-step/color-text": "#505a5f";
918
- readonly "com/popup/footer/stepper/icon-slash-divider/color-icon": "#a3aeb5";
919
- readonly "com/popup/footer/type-information/icon-info-circle/color-icon": "#a3aeb5";
920
- readonly "com/popup/footer/type-information/information-message/color-text": "#505a5f";
921
- readonly "com/popup/footer/type-information/info-content-wrap/horizontal-gap": "8px";
922
- readonly "com/popup/footer/action/vertical-gap": "12px";
923
- readonly "com/popup/footer/action/horizontal-padding": "20px";
924
- readonly "com/popup/footer/action/bottom-padding": "16px";
925
- readonly "com/drawer/border/color-stroke": "#0a2f4d21";
402
+ readonly "com/button-group/divider/divider-width": "1px";
403
+ readonly "com/button-group/divider/divider-color/default": "#0d2e433d";
404
+ readonly "com/button-group/divider/divider-color/disable": "#02305e16";
405
+ readonly "com/checkbox/horizontal-gap": "8px";
406
+ readonly "com/checkbox/item/stroke-width": "1px";
407
+ readonly "com/checkbox/item/marked/background-color/default": "#2f3cc1";
408
+ readonly "com/checkbox/item/marked/background-color/hover": "#3263e7";
409
+ readonly "com/checkbox/item/marked/background-color/disable": "#e9edf1";
410
+ readonly "com/checkbox/item/marked/color-stroke/disable": "#02305e16";
411
+ readonly "com/checkbox/item/marked/shape/color-shape/default": "#ffffff";
412
+ readonly "com/checkbox/item/marked/shape/color-shape/disable": "#c5cdd2";
413
+ readonly "com/checkbox/item/unmarked/background-color/default": "#f8f9fb";
414
+ readonly "com/checkbox/item/unmarked/background-color/hover": "#dee3e7";
415
+ readonly "com/checkbox/item/unmarked/background-color/disable": "#ffffff00";
416
+ readonly "com/checkbox/item/unmarked/color-stroke/default": "#0d2e433d";
417
+ readonly "com/checkbox/item/unmarked/color-stroke/hover": "#0d2e433d";
418
+ readonly "com/checkbox/item/unmarked/color-stroke/disable": "#02305e16";
419
+ readonly "com/checkbox/item/size-sm/height": "16px";
420
+ readonly "com/checkbox/item/size-sm/width": "16px";
421
+ readonly "com/checkbox/item/size-sm/corner-radius": "4px";
422
+ readonly "com/checkbox/item/size-md/height": "20px";
423
+ readonly "com/checkbox/item/size-md/width": "20px";
424
+ readonly "com/checkbox/item/size-md/corner-radius": "6px";
425
+ readonly "com/checkbox/content/vertical-gap": "4px";
426
+ readonly "com/checkbox/content/primary/label/color-text": "#1e2225";
427
+ readonly "com/checkbox/content/primary/description/color-text": "#505a5f";
428
+ readonly "com/checkbox/content/secondary/label/color-text": "#1e2225";
429
+ readonly "com/checkbox/content/secondary/description/color-text": "#505a5f";
430
+ readonly "com/checkbox/content/tertiary/label/color-text": "#505a5f";
431
+ readonly "com/checkbox/content/tertiary/description/color-text": "#505a5f";
432
+ readonly "com/checkbox/content/disable/label/color-text": "#c5cdd2";
433
+ readonly "com/checkbox/content/disable/description/color-text": "#c5cdd2";
434
+ readonly "com/chips-button/stroke-width": "1px";
435
+ readonly "com/chips-button/size-xs/height": "24px";
436
+ readonly "com/chips-button/size-xs/min-width": "28px";
437
+ readonly "com/chips-button/size-xs/corner-radius": "6px";
438
+ readonly "com/chips-button/size-xs/sub-spacing": "0px";
439
+ readonly "com/chips-button/size-xs/horizontal-gap": "4px";
440
+ readonly "com/chips-button/size-xs/right-padding": "8px";
441
+ readonly "com/chips-button/size-xs/left-padding": "8px";
442
+ readonly "com/chips-button/size-xs/badge/size": "2xs (16)";
443
+ readonly "com/chips-button/size-xs/icon/size-icon": "16px";
444
+ readonly "com/chips-button/size-sm/height": "28px";
445
+ readonly "com/chips-button/size-sm/min-width": "44px";
446
+ readonly "com/chips-button/size-sm/corner-radius": "6px";
447
+ readonly "com/chips-button/size-sm/sub-spacing": "4px";
448
+ readonly "com/chips-button/size-sm/horizontal-gap": "2px";
449
+ readonly "com/chips-button/size-sm/right-padding": "8px";
450
+ readonly "com/chips-button/size-sm/left-padding": "8px";
451
+ readonly "com/chips-button/size-sm/badge/size": "Xs (20)";
452
+ readonly "com/chips-button/size-sm/icon/size-icon": "16px";
453
+ readonly "com/chips-button/size-md/height": "36px";
454
+ readonly "com/chips-button/size-md/min-width": "56px";
455
+ readonly "com/chips-button/size-md/corner-radius": "8px";
456
+ readonly "com/chips-button/size-md/sub-spacing": "8px";
457
+ readonly "com/chips-button/size-md/horizontal-gap": "0px";
458
+ readonly "com/chips-button/size-md/right-padding": "12px";
459
+ readonly "com/chips-button/size-md/left-padding": "12px";
460
+ readonly "com/chips-button/size-md/badge/size": "Sm (24)";
461
+ readonly "com/chips-button/size-md/icon/size-icon": "20px";
462
+ readonly "com/chips-button/size-lg/height": "44px";
463
+ readonly "com/chips-button/size-lg/min-width": "68px";
464
+ readonly "com/chips-button/size-lg/corner-radius": "8px";
465
+ readonly "com/chips-button/size-lg/sub-spacing": "8px";
466
+ readonly "com/chips-button/size-lg/horizontal-gap": "2px";
467
+ readonly "com/chips-button/size-lg/right-padding": "12px";
468
+ readonly "com/chips-button/size-lg/left-padding": "12px";
469
+ readonly "com/chips-button/size-lg/badge/size": "Md (28)";
470
+ readonly "com/chips-button/size-lg/icon/size-icon": "20px";
471
+ readonly "com/chips-button/theme/icon/color-icon/neutral": "#505a5f";
472
+ readonly "com/chips-button/theme/icon/color-icon/red": "#df3e3f";
473
+ readonly "com/chips-button/theme/icon/color-icon/orange": "#cc5602";
474
+ readonly "com/chips-button/theme/icon/color-icon/yellow": "#d58e00";
475
+ readonly "com/chips-button/theme/icon/color-icon/lime": "#4b8c00";
476
+ readonly "com/chips-button/theme/icon/color-icon/green": "#009559";
477
+ readonly "com/chips-button/theme/icon/color-icon/ocean": "#00969d";
478
+ readonly "com/chips-button/theme/icon/color-icon/blue": "#008ee1";
479
+ readonly "com/chips-button/theme/icon/color-icon/indigo": "#4278f5";
480
+ readonly "com/chips-button/theme/icon/color-icon/violet": "#a65dcf";
481
+ readonly "com/chips-button/theme/icon/color-icon/pink": "#cd44a7";
482
+ readonly "com/chips-button/theme/label/color-text/neutral": "#505a5f";
483
+ readonly "com/chips-button/theme/label/color-text/red": "#a7051e";
484
+ readonly "com/chips-button/theme/label/color-text/orange": "#952900";
485
+ readonly "com/chips-button/theme/label/color-text/yellow": "#7a4300";
486
+ readonly "com/chips-button/theme/label/color-text/lime": "#2e5c00";
487
+ readonly "com/chips-button/theme/label/color-text/green": "#006535";
488
+ readonly "com/chips-button/theme/label/color-text/ocean": "#006782";
489
+ readonly "com/chips-button/theme/label/color-text/blue": "#005eac";
490
+ readonly "com/chips-button/theme/label/color-text/indigo": "#1e4eb5";
491
+ readonly "com/chips-button/theme/label/color-text/violet": "#8b269b";
492
+ readonly "com/chips-button/theme/label/color-text/pink": "#970978";
493
+ readonly "com/chips-button/theme/color-stroke/neutral": "#0a2f4d22";
494
+ readonly "com/chips-button/theme/color-stroke/red": "#fbd3ce";
495
+ readonly "com/chips-button/theme/color-stroke/orange": "#ffd3b5";
496
+ readonly "com/chips-button/theme/color-stroke/yellow": "#fbd797";
497
+ readonly "com/chips-button/theme/color-stroke/lime": "#d0e59b";
498
+ readonly "com/chips-button/theme/color-stroke/green": "#b3e9cf";
499
+ readonly "com/chips-button/theme/color-stroke/ocean": "#b3e7e3";
500
+ readonly "com/chips-button/theme/color-stroke/blue": "#b9e4f6";
501
+ readonly "com/chips-button/theme/color-stroke/indigo": "#d1ddfb";
502
+ readonly "com/chips-button/theme/color-stroke/violet": "#e5d8f5";
503
+ readonly "com/chips-button/theme/color-stroke/pink": "#f5d3ec";
504
+ readonly "com/chips-button/theme/background-color/neutral": "#e9edf1";
505
+ readonly "com/chips-button/theme/background-color/red": "#ffe9e5";
506
+ readonly "com/chips-button/theme/background-color/orange": "#feebe2";
507
+ readonly "com/chips-button/theme/background-color/yellow": "#fdebd0";
508
+ readonly "com/chips-button/theme/background-color/lime": "#e9f6c9";
509
+ readonly "com/chips-button/theme/background-color/green": "#dbf6e8";
510
+ readonly "com/chips-button/theme/background-color/ocean": "#daf5f4";
511
+ readonly "com/chips-button/theme/background-color/blue": "#eaf6fa";
512
+ readonly "com/chips-button/theme/background-color/indigo": "#e7eeff";
513
+ readonly "com/chips-button/theme/background-color/violet": "#f1ecfa";
514
+ readonly "com/chips-button/theme/background-color/pink": "#fce8f7";
515
+ readonly "com/chips-button/disable/color-text": "#c5cdd2";
516
+ readonly "com/chips-button/disable/color-icon": "#c5cdd2";
517
+ readonly "com/chips-button/disable/background-color": "#e9edf1";
518
+ readonly "com/chips-button/disable/color-stroke": "#02305e16";
519
+ readonly "com/divider/horizontal-padding/2xl": "36px";
520
+ readonly "com/divider/horizontal-padding/xl": "24px";
521
+ readonly "com/divider/horizontal-padding/lg": "20px";
522
+ readonly "com/divider/horizontal-padding/md": "16px";
523
+ readonly "com/divider/horizontal-padding/sm": "12px";
524
+ readonly "com/divider/horizontal-padding/xs": "8px";
525
+ readonly "com/divider/horizontal-padding/2xs": "4px";
526
+ readonly "com/divider/horizontal-padding/tiny": "2px";
527
+ readonly "com/divider/horizontal-padding/null": "0px";
528
+ readonly "com/divider/vertical-padding/2xl": "36px";
529
+ readonly "com/divider/vertical-padding/xl": "24px";
530
+ readonly "com/divider/vertical-padding/lg": "20px";
531
+ readonly "com/divider/vertical-padding/md": "16px";
532
+ readonly "com/divider/vertical-padding/sm": "12px";
533
+ readonly "com/divider/vertical-padding/xs": "8px";
534
+ readonly "com/divider/vertical-padding/2xs": "4px";
535
+ readonly "com/divider/vertical-padding/tiny": "2px";
536
+ readonly "com/divider/vertical-padding/null": "0px";
537
+ readonly "com/drawer/top-left-conner-radius": "20px";
538
+ readonly "com/drawer/border/color-stroke": "#0a2f4d22";
926
539
  readonly "com/drawer/border/stroke-width": "1px";
927
540
  readonly "com/drawer/header/background": "#ffffff";
928
541
  readonly "com/drawer/header/top-padding": "16px";
@@ -941,18 +554,18 @@ declare const _default: {
941
554
  readonly "com/drawer/header/title-n-content/right-padding": "20px";
942
555
  readonly "com/drawer/header/description-on/pictogram-n-title-gap": "12px";
943
556
  readonly "com/drawer/header/description-off/pictogram-n-title-gap": "8px";
944
- readonly "com/drawer/top-left-conner-radius": "20px";
945
557
  readonly "com/drawer/change-view-bar/horizontal-padding": "20px";
946
558
  readonly "com/drawer/change-view-bar/bottom-padding": "12px";
947
559
  readonly "com/drawer/change-view-bar/background": "#ffffff";
948
- readonly "com/drawer/divider/color-stroke": "#0a2f4d21";
560
+ readonly "com/drawer/divider/color-stroke": "#0a2f4d22";
949
561
  readonly "com/drawer/divider/stroke-width": "1px";
950
562
  readonly "com/drawer/body/vertical-gap": "16px";
951
563
  readonly "com/drawer/body/bottom-padding": "16px";
952
564
  readonly "com/drawer/body/background": "#ffffff";
953
565
  readonly "com/drawer/body/content/horizontal-padding": "20px";
954
566
  readonly "com/drawer/footer/background": "#ffffff";
955
- readonly "com/drawer/footer/divider/color-stroke": "#0a2f4d21";
567
+ readonly "com/drawer/footer/vertical-gap": "16px";
568
+ readonly "com/drawer/footer/divider/color-stroke": "#0a2f4d22";
956
569
  readonly "com/drawer/footer/stepper/stepper-display/stroke-width": "1px";
957
570
  readonly "com/drawer/footer/stepper/stepper-display/color-stroke": "#0d2e433d";
958
571
  readonly "com/drawer/footer/stepper/stepper-display/horizontal-gap": "2px";
@@ -967,20 +580,9 @@ declare const _default: {
967
580
  readonly "com/drawer/footer/type-information/icon-info-circle/color-icon": "#a3aeb5";
968
581
  readonly "com/drawer/footer/type-information/information-message/color-text": "#505a5f";
969
582
  readonly "com/drawer/footer/type-information/info-content-wrap/horizontal-gap": "8px";
970
- readonly "com/drawer/footer/vertical-gap": "16px";
971
583
  readonly "com/drawer/footer/action/vertical-gap": "12px";
972
584
  readonly "com/drawer/footer/action/horizontal-padding": "20px";
973
585
  readonly "com/drawer/footer/action/bottom-padding": "16px";
974
- readonly "com/scrollbar/horizontal-padding": "2px";
975
- readonly "com/scrollbar/vertical-padding": "2px";
976
- readonly "com/scrollbar/thumb/corner-radius-rounded": "9999px";
977
- readonly "com/scrollbar/thumb/background-color/default": "#0d2e433d";
978
- readonly "com/scrollbar/thumb/background-color/pressed": "#0015207d";
979
- readonly "com/scrollbar/thumb/thumb-width/default": "0px";
980
- readonly "com/scrollbar/thumb/thumb-width/hover": "0px";
981
- readonly "com/scrollbar/thumb/thumb-width/pressed": "0px";
982
- readonly "com/scrollbar/thumb/border/stroke-width": "1px";
983
- readonly "com/scrollbar/thumb/border/stroke-color": "#ffffff82";
984
586
  readonly "com/focus-mark/background-color": "#ffffff00";
985
587
  readonly "com/focus-mark/color-stroke": "#000000";
986
588
  readonly "com/focus-mark/color-gap-spacing": "#ffffff";
@@ -992,8 +594,212 @@ declare const _default: {
992
594
  readonly "com/actived-mark/color-gap-spacing-on-white": "#3263e7";
993
595
  readonly "com/actived-mark/gap-spacing": "3px";
994
596
  readonly "com/actived-mark/corner-radius-default": "4px";
995
- readonly "com/typing-cursor/default": "#2a30a0";
996
- readonly "com/typing-cursor/negative": "#a80a12";
597
+ readonly "com/actived-mark/color-gap-spacing-negative": "#fdd3cd";
598
+ readonly "com/input/vertical-gap": "4px";
599
+ readonly "com/input/label/horizontal-gap": "2px";
600
+ readonly "com/input/label/label/color-text": "#1e2225";
601
+ readonly "com/input/label/required-mark/color-text": "#cf0026";
602
+ readonly "com/input/label/label_2/color-text": "#1e2225";
603
+ readonly "com/input/label/required-mark_2/color-text": "#cf0026";
604
+ readonly "com/input/hint/top-padding": "4px";
605
+ readonly "com/input/hint/neutral/icon/color-icon": "#a3aeb5";
606
+ readonly "com/input/hint/neutral/label/color-text": "#505a5f";
607
+ readonly "com/input/hint/negative/icon/color-icon": "#ff897c";
608
+ readonly "com/input/hint/negative/label/color-text": "#a80a12";
609
+ readonly "com/input/hint/positive/icon/color-icon": "#5fbf8c";
610
+ readonly "com/input/hint/positive/label/color-text": "#00652a";
611
+ readonly "com/input/hint/disable/icon/color-icon": "#c5cdd2";
612
+ readonly "com/input/hint/disable/label/color-text": "#c5cdd2";
613
+ readonly "com/input/field/corner-radius-rounded": "9999px";
614
+ readonly "com/input/field/left-padding": "4px";
615
+ readonly "com/input/field/right-padding": "4px";
616
+ readonly "com/input/field/stroke-width": "1px";
617
+ readonly "com/input/field/size-xs/height": "24px";
618
+ readonly "com/input/field/size-xs/horizontal-gap": "4px";
619
+ readonly "com/input/field/size-xs/horizontal-padding": "8px";
620
+ readonly "com/input/field/size-xs/corner-radius": "6px";
621
+ readonly "com/input/field/size-xs/label/sub-spacing": "4px";
622
+ readonly "com/input/field/size-xs/icon/size-icon": "16px";
623
+ readonly "com/input/field/size-sm/height": "28px";
624
+ readonly "com/input/field/size-sm/horizontal-gap": "2px";
625
+ readonly "com/input/field/size-sm/horizontal-padding": "8px";
626
+ readonly "com/input/field/size-sm/corner-radius": "6px";
627
+ readonly "com/input/field/size-sm/label/sub-spacing": "4px";
628
+ readonly "com/input/field/size-sm/icon/size-icon": "16px";
629
+ readonly "com/input/field/size-md/height": "36px";
630
+ readonly "com/input/field/size-md/horizontal-gap": "0px";
631
+ readonly "com/input/field/size-md/horizontal-padding": "8px";
632
+ readonly "com/input/field/size-md/corner-radius": "6px";
633
+ readonly "com/input/field/size-md/label/sub-spacing": "8px";
634
+ readonly "com/input/field/size-md/label/vertical-padding": "8px";
635
+ readonly "com/input/field/size-md/label/horizontal-padding": "8px";
636
+ readonly "com/input/field/size-md/icon/size-icon": "20px";
637
+ readonly "com/input/field/size-md/icon/vertical-padding": "4px";
638
+ readonly "com/input/field/size-md/icon/left-padding": "4px";
639
+ readonly "com/input/field/size-md/icon/right-padding": "4px";
640
+ readonly "com/input/field/size-md/number/min-width": "104px";
641
+ readonly "com/input/field/size-md/number/sub-spacing": "4px";
642
+ readonly "com/input/field/size-lg/height": "44px";
643
+ readonly "com/input/field/size-lg/horizontal-gap": "4px";
644
+ readonly "com/input/field/size-lg/horizontal-padding": "12px";
645
+ readonly "com/input/field/size-lg/corner-radius": "8px";
646
+ readonly "com/input/field/size-lg/label/sub-spacing": "8px";
647
+ readonly "com/input/field/size-lg/label/vertical-padding": "12px";
648
+ readonly "com/input/field/size-lg/label/horizontal-padding": "8px";
649
+ readonly "com/input/field/size-lg/icon/size-icon": "20px";
650
+ readonly "com/input/field/size-lg/icon/vertical-padding": "8px";
651
+ readonly "com/input/field/size-lg/icon/left-padding": "8px";
652
+ readonly "com/input/field/size-lg/icon/right-padding": "8px";
653
+ readonly "com/input/field/size-lg/number/sub-spacing": "8px";
654
+ readonly "com/input/field/size-lg/number/min-width": "132px";
655
+ readonly "com/input/field/disable/label-color": "#c5cdd2";
656
+ readonly "com/input/field/disable/icon-color": "#c5cdd2";
657
+ readonly "com/input/field/disable/background-color": "#ffffff00";
658
+ readonly "com/input/field/disable/background-color-transparent": "#ffffff00";
659
+ readonly "com/input/field/disable/stroke-color": "#02305e16";
660
+ readonly "com/input/field/default/background/default": "#f8f9fb";
661
+ readonly "com/input/field/default/background/hover": "#dee3e7";
662
+ readonly "com/input/field/default/background/active": "#f8f9fb";
663
+ readonly "com/input/field/default/border/default": "#0d2e433d";
664
+ readonly "com/input/field/default/border/hover": "#0d2e433d";
665
+ readonly "com/input/field/default/border/active": "#3263e7";
666
+ readonly "com/input/field/default/label/color-text/inputed": "#505a5f";
667
+ readonly "com/input/field/default/label/color-text/placeholder": "#828f96";
668
+ readonly "com/input/field/default/icon/color-icon/default": "#a3aeb5";
669
+ readonly "com/input/field/default/icon/color-icon/hover": "#505a5f";
670
+ readonly "com/input/field/default/icon/color-icon/active": "#505a5f";
671
+ readonly "com/input/field/negative/background/default": "#fef8f7";
672
+ readonly "com/input/field/negative/background/hover": "#fee9e7";
673
+ readonly "com/input/field/negative/background/active": "#f8f9fb";
674
+ readonly "com/input/field/negative/border/default": "#f2685b";
675
+ readonly "com/input/field/negative/border/hover": "#f2685b";
676
+ readonly "com/input/field/negative/border/active": "#f2685b";
677
+ readonly "com/input/field/negative/label/color-text/inputed": "#505a5f";
678
+ readonly "com/input/field/negative/label/color-text/placeholder": "#828f96";
679
+ readonly "com/input/field/negative/icon/color-icon/default": "#ff897c";
680
+ readonly "com/input/field/negative/icon/color-icon/hover": "#ff897c";
681
+ readonly "com/input/field/negative/icon/color-icon/active": "#ff897c";
682
+ readonly "com/input/suffix/right-padding": "4px";
683
+ readonly "com/input/suffix/left-padding": "8px";
684
+ readonly "com/input/suffix/horizontal-gap": "4px";
685
+ readonly "com/input/suffix/label/color-text": "#505a5f";
686
+ readonly "com/input/suffix/icon/color-icon": "#505a5f";
687
+ readonly "com/input/suffix/divider/color-stroke": "#0a2f4d22";
688
+ readonly "com/input/suffix/divider/stroke-width": "1px";
689
+ readonly "com/input/dropdown/horizontal-padding": "8px";
690
+ readonly "com/input/dropdown/horizontal-gap": "4px";
691
+ readonly "com/input/dropdown/label/color-text/default": "#505a5f";
692
+ readonly "com/input/dropdown/label/color-text/hover": "#1e2225";
693
+ readonly "com/input/dropdown/icon/color-icon/default": "#505a5f";
694
+ readonly "com/input/dropdown/icon/color-icon/hover": "#343d41";
695
+ readonly "com/input/dropdown/background/default": "#ffffff00";
696
+ readonly "com/input/dropdown/background/hover": "#02305e16";
697
+ readonly "com/input/dropdown/background/pressed": "#0a2f4d22";
698
+ readonly "com/input/dropdown/background/actived": "#00375b0e";
699
+ readonly "com/input/dropdown/divider/color-stroke": "#0a2f4d22";
700
+ readonly "com/input/dropdown/divider/stroke-width": "1px";
701
+ readonly "com/input/character-limit/horizontal-padding": "8px";
702
+ readonly "com/input/character-limit/label/default/color-text": "#828f96";
703
+ readonly "com/input/character-limit/label/over-limit/color-text": "#d8473c";
704
+ readonly "com/input/resize-handle/resize": "#1e2225";
705
+ readonly "com/input/resize-handle/disable": "#c5cdd2";
706
+ readonly "com/input/scrollbar/vertical-padding": "2px";
707
+ readonly "com/input/vertical-gap_2": "4px";
708
+ readonly "com/link/size-xs/size-icon": "16px";
709
+ readonly "com/link/size-xs/horizontal-gap": "4px";
710
+ readonly "com/link/size-sm/size-icon": "16px";
711
+ readonly "com/link/size-sm/horizontal-gap": "4px";
712
+ readonly "com/link/disable/label-color": "#a3aeb5";
713
+ readonly "com/link/disable/icon-color": "#c5cdd2";
714
+ readonly "com/link/disable-invert/label-color": "#ffffff82";
715
+ readonly "com/link/disable-invert/icon-color": "#ffffff65";
716
+ readonly "com/link/primary/label-color/default": "#2a30a0";
717
+ readonly "com/link/primary/label-color/hover": "#3263e7";
718
+ readonly "com/link/primary/icon-color/default": "#2f3cc1";
719
+ readonly "com/link/primary/icon-color/hover": "#2f3cc1";
720
+ readonly "com/link/secondary/label-color/default": "#41494e";
721
+ readonly "com/link/secondary/label-color/hover": "#2f3cc1";
722
+ readonly "com/link/secondary/icon-color/default": "#343d41";
723
+ readonly "com/link/secondary/icon-color/hover": "#343d41";
724
+ readonly "com/link/negative/label-color/default": "#a80a12";
725
+ readonly "com/link/negative/label-color/hover": "#d8473c";
726
+ readonly "com/link/negative/icon-color/default": "#d8473c";
727
+ readonly "com/link/negative/icon-color/hover": "#d8473c";
728
+ readonly "com/link/invert/label-color/default": "#ffffff";
729
+ readonly "com/link/invert/label-color/hover": "#ffffff";
730
+ readonly "com/link/invert/icon-color/default": "#ffffff";
731
+ readonly "com/link/invert/icon-color/hover": "#ffffff";
732
+ readonly "com/menu/right-padding": "8px";
733
+ readonly "com/menu/left-padding": "8px";
734
+ readonly "com/menu/top-padding": "8px";
735
+ readonly "com/menu/bottom-padding": "8px";
736
+ readonly "com/menu/corner-radius": "12px";
737
+ readonly "com/menu/background-color": "#ffffff";
738
+ readonly "com/menu/min-width": "132px";
739
+ readonly "com/menu/max-height": "780px";
740
+ readonly "com/menu/search-bar/size": "Md (36)";
741
+ readonly "com/menu/scrollbar/direction": "Vertical";
742
+ readonly "com/menu/group-label/horizontal-padding": "8px";
743
+ readonly "com/menu/group-label/vertical-padding": "4px";
744
+ readonly "com/menu/group-label/color-text": "#828f96";
745
+ readonly "com/menu/border/stroke-width": "1px";
746
+ readonly "com/menu/border/color-stroke": "#0a2f4d22";
747
+ readonly "com/menu/divider/stroke-width": "1px";
748
+ readonly "com/menu/divider/color-stroke": "#0a2f4d22";
749
+ readonly "com/menu/divider/padding": "Xs (8)";
750
+ readonly "com/menu/item/horizontal-gap": "8px";
751
+ readonly "com/menu/item/vertical-gap": "2px";
752
+ readonly "com/menu/item/corner-radius": "6px";
753
+ readonly "com/menu/item/min-width": "204px";
754
+ readonly "com/menu/item/size-md/vertical-padding": "8px";
755
+ readonly "com/menu/item/size-md/horizontal-padding": "8px";
756
+ readonly "com/menu/item/size-md/min-height": "36px";
757
+ readonly "com/menu/item/size-md/icon/size-icon": "20px";
758
+ readonly "com/menu/item/size-lg/vertical-padding": "12px";
759
+ readonly "com/menu/item/size-lg/horizontal-padding": "12px";
760
+ readonly "com/menu/item/size-lg/min-height": "44px";
761
+ readonly "com/menu/item/size-lg/icon/size-icon": "20px";
762
+ readonly "com/menu/item/action/icon/color-icon/default": "#505a5f";
763
+ readonly "com/menu/item/action/icon/color-icon/hover": "#343d41";
764
+ readonly "com/menu/item/action/label/color-text/default": "#505a5f";
765
+ readonly "com/menu/item/action/label/color-text/hover": "#1e2225";
766
+ readonly "com/menu/item/action/description/color-text/default": "#828f96";
767
+ readonly "com/menu/item/action/description/color-text/hover": "#505a5f";
768
+ readonly "com/menu/item/action/background-color/default": "#ffffff00";
769
+ readonly "com/menu/item/action/background-color/hover": "#02305e16";
770
+ readonly "com/menu/item/action/background-color/selected": "#00375b0e";
771
+ readonly "com/menu/item/action/badge/size": "Sm (20)";
772
+ readonly "com/menu/item/action/badge/theme": "Neutral - Light";
773
+ readonly "com/menu/item/leveling/label/color-text/default": "#505a5f";
774
+ readonly "com/menu/item/leveling/label/color-text/hover": "#1e2225";
775
+ readonly "com/menu/item/leveling/label/color-text/selected": "#2a30a0";
776
+ readonly "com/menu/item/leveling/description/color-text/default": "#828f96";
777
+ readonly "com/menu/item/leveling/description/color-text/hover": "#505a5f";
778
+ readonly "com/menu/item/leveling/description/color-text/selected": "#828f96";
779
+ readonly "com/menu/item/leveling/icon/color-icon/default": "#505a5f";
780
+ readonly "com/menu/item/leveling/icon/color-icon/hover": "#343d41";
781
+ readonly "com/menu/item/leveling/icon/color-icon/selected": "#2f3cc1";
782
+ readonly "com/menu/item/leveling/background-color/default": "#ffffff00";
783
+ readonly "com/menu/item/leveling/background-color/hover": "#02305e16";
784
+ readonly "com/menu/item/leveling/background-color/selected": "#f5f8fc";
785
+ readonly "com/menu/item/select-able/label/color-text/default": "#505a5f";
786
+ readonly "com/menu/item/select-able/label/color-text/hover": "#1e2225";
787
+ readonly "com/menu/item/select-able/label/color-text/selected": "#2a30a0";
788
+ readonly "com/menu/item/select-able/description/color-text/default": "#828f96";
789
+ readonly "com/menu/item/select-able/description/color-text/hover": "#505a5f";
790
+ readonly "com/menu/item/select-able/description/color-text/selected": "#828f96";
791
+ readonly "com/menu/item/select-able/icon/color-icon/default": "#505a5f";
792
+ readonly "com/menu/item/select-able/icon/color-icon/hover": "#343d41";
793
+ readonly "com/menu/item/select-able/icon/color-icon/selected": "#2f3cc1";
794
+ readonly "com/menu/item/select-able/background-color/default": "#ffffff00";
795
+ readonly "com/menu/item/select-able/background-color/hover": "#02305e16";
796
+ readonly "com/menu/item/select-able/background-color/selected": "#f5f8fc";
797
+ readonly "com/menu/item/disable/label/color-text": "#c5cdd2";
798
+ readonly "com/menu/item/disable/description/color-text": "#c5cdd2";
799
+ readonly "com/menu/item/disable/icon/color-icon": "#c5cdd2";
800
+ readonly "com/menu/item/disable/background/background-color": "#ffffff00";
801
+ readonly "com/navigation/background-color": "#ffffff";
802
+ readonly "com/navigation/corner-radius": "28px";
997
803
  readonly "com/navigation/title/expand/horizontal-gap": "8px";
998
804
  readonly "com/navigation/title/expand/horizontal-padding": "12px";
999
805
  readonly "com/navigation/title/expand/top-padding": "2px";
@@ -1010,13 +816,11 @@ declare const _default: {
1010
816
  readonly "com/navigation/title/app-title/button-icon/vertical-padding": "8px";
1011
817
  readonly "com/navigation/title/app-title/button-icon/horizontal-padding": "8px";
1012
818
  readonly "com/navigation/title/app-title/border/stroke-width": "1px";
1013
- readonly "com/navigation/title/app-title/border/color-stroke": "#0a2f4d21";
819
+ readonly "com/navigation/title/app-title/border/color-stroke": "#0a2f4d22";
1014
820
  readonly "com/navigation/title/app-title/label/color-text": "#1e2225";
1015
821
  readonly "com/navigation/function/horizontal-padding": "16px";
1016
822
  readonly "com/navigation/function/top-padding": "12px";
1017
823
  readonly "com/navigation/function/bottom-padding": "16px";
1018
- readonly "com/navigation/background-color": "#ffffff";
1019
- readonly "com/navigation/corner-radius": "28px";
1020
824
  readonly "com/navigation/footer/horizontal-padding": "16px";
1021
825
  readonly "com/navigation/footer/vertical-padding": "24px";
1022
826
  readonly "com/navigation/footer/logo/horizontal-padding": "8px";
@@ -1041,57 +845,106 @@ declare const _default: {
1041
845
  readonly "com/navigation/expand-items/size-md/corner-radius": "8px";
1042
846
  readonly "com/navigation/expand-items/size-md/height": "36px";
1043
847
  readonly "com/navigation/expand-items/background-color/default": "#ffffff00";
1044
- readonly "com/navigation/expand-items/background-color/hover": "#0451780e";
1045
- readonly "com/navigation/expand-items/background-color/active": "#2354850a";
1046
- readonly "com/navigation/expand-items/child-active/active-mark": "#648ef4";
1047
- readonly "com/navigation/expand-items/badge/size": "Xs (16)";
1048
- readonly "com/navigation/compact-items/horizontal-gap": "8px";
1049
- readonly "com/navigation/compact-items/horizontal-padding": "12px";
1050
- readonly "com/navigation/compact-items/vertical-padding": "8px";
1051
- readonly "com/navigation/compact-items/corner-radius": "8px";
1052
- readonly "com/navigation/compact-items/height": "44px";
1053
- readonly "com/navigation/compact-items/width": "44px";
1054
- readonly "com/navigation/compact-items/background-color/default": "#ffffff00";
1055
- readonly "com/navigation/compact-items/background-color/hover": "#0451780e";
1056
- readonly "com/navigation/compact-items/background-color/active": "#f5f8fc";
1057
- readonly "com/icon/size/from-28/stroke-width": "2px";
1058
- readonly "com/icon/size/from-20/stroke-width": "1.3px";
1059
- readonly "com/icon/size/under-20/stroke-width": "1px";
1060
- readonly "com/checkbox/horizontal-gap": "8px";
1061
- readonly "com/checkbox/item/marked/background-color/default": "#2f3cc1";
1062
- readonly "com/checkbox/item/marked/background-color/hover": "#3263e7";
1063
- readonly "com/checkbox/item/marked/background-color/disable": "#e9edf1";
1064
- readonly "com/checkbox/item/marked/color-stroke/disable": "#0451780e";
1065
- readonly "com/checkbox/item/marked/shape/color-shape/default": "#ffffff";
1066
- readonly "com/checkbox/item/marked/shape/color-shape/disable": "#c5cdd2";
1067
- readonly "com/checkbox/item/unmarked/background-color/default": "#f8f9fb";
1068
- readonly "com/checkbox/item/unmarked/background-color/hover": "#dee3e7";
1069
- readonly "com/checkbox/item/unmarked/background-color/disable": "#ffffff00";
1070
- readonly "com/checkbox/item/unmarked/color-stroke/default": "#0d2e433d";
1071
- readonly "com/checkbox/item/unmarked/color-stroke/hover": "#0d2e433d";
1072
- readonly "com/checkbox/item/unmarked/color-stroke/disable": "#0451780e";
1073
- readonly "com/checkbox/item/size-sm/height": "16px";
1074
- readonly "com/checkbox/item/size-sm/width": "16px";
1075
- readonly "com/checkbox/item/size-sm/corner-radius": "4px";
1076
- readonly "com/checkbox/item/size-md/height": "20px";
1077
- readonly "com/checkbox/item/size-md/width": "20px";
1078
- readonly "com/checkbox/item/size-md/corner-radius": "6px";
1079
- readonly "com/checkbox/item/stroke-width": "1px";
1080
- readonly "com/checkbox/content/vertical-gap": "4px";
1081
- readonly "com/checkbox/content/primary/label/color-text": "#1e2225";
1082
- readonly "com/checkbox/content/primary/description/color-text": "#505a5f";
1083
- readonly "com/checkbox/content/secondary/label/color-text": "#1e2225";
1084
- readonly "com/checkbox/content/secondary/description/color-text": "#505a5f";
1085
- readonly "com/checkbox/content/tertiary/label/color-text": "#505a5f";
1086
- readonly "com/checkbox/content/tertiary/description/color-text": "#505a5f";
1087
- readonly "com/checkbox/content/disable/label/color-text": "#c5cdd2";
1088
- readonly "com/checkbox/content/disable/description/color-text": "#c5cdd2";
848
+ readonly "com/navigation/expand-items/background-color/hover": "#02305e16";
849
+ readonly "com/navigation/expand-items/background-color/active": "#00375b0e";
850
+ readonly "com/navigation/expand-items/child-active/active-mark": "#648ef4";
851
+ readonly "com/navigation/expand-items/badge/size": "Xs (16)";
852
+ readonly "com/navigation/compact-items/horizontal-gap": "8px";
853
+ readonly "com/navigation/compact-items/horizontal-padding": "12px";
854
+ readonly "com/navigation/compact-items/vertical-padding": "8px";
855
+ readonly "com/navigation/compact-items/corner-radius": "8px";
856
+ readonly "com/navigation/compact-items/height": "44px";
857
+ readonly "com/navigation/compact-items/width": "44px";
858
+ readonly "com/navigation/compact-items/background-color/default": "#ffffff00";
859
+ readonly "com/navigation/compact-items/background-color/hover": "#02305e16";
860
+ readonly "com/navigation/compact-items/background-color/active": "#f5f8fc";
861
+ readonly "com/overlay/background": "#00152096";
862
+ readonly "com/pagination/background-color": "#ffffff";
863
+ readonly "com/pagination/vertical-padding": "16px";
864
+ readonly "com/pagination/horizontal-gap": "16px";
865
+ readonly "com/pagination/height": "56px";
866
+ readonly "com/pagination/horizontal-padding": "0px";
867
+ readonly "com/pagination/divider/stroke-width": "1px";
868
+ readonly "com/pagination/divider/color-stroke": "#0a2f4d22";
869
+ readonly "com/pagination/range-number/label/color-text": "#828f96";
870
+ readonly "com/pagination/range-number/label/color-number": "#828f96";
871
+ readonly "com/pagination/record-number/background-color": "#ffffff";
872
+ readonly "com/pagination/record-number/horizontal-gap": "4px";
873
+ readonly "com/pagination/record-number/horizontal-padding": "4px";
874
+ readonly "com/pagination/record-number/corner-radius": "6px";
875
+ readonly "com/pagination/record-number/label/color-number": "#828f96";
876
+ readonly "com/pagination/record-number/label/color-text": "#1e2225";
877
+ readonly "com/pagination/record-number/icon/color-icon": "#505a5f";
878
+ readonly "com/pagination/record-number/stroke/color-stroke": "#0d2e433d";
879
+ readonly "com/pagination/record-number/stroke/stroke-width": "1px";
880
+ readonly "com/pagination/navigation/horizontal-gap": "4px";
881
+ readonly "com/pagination/navigation/page-number/horizontal-padding": "4px";
882
+ readonly "com/pagination/navigation/page-number/vertical-padding": "2px";
883
+ readonly "com/pagination/navigation/page-number/height": "24px";
884
+ readonly "com/pagination/navigation/page-number/min-with": "24px";
885
+ readonly "com/pagination/navigation/page-number/corner-radius": "6px";
886
+ readonly "com/pagination/navigation/page-number/label/color-text/default": "#828f96";
887
+ readonly "com/pagination/navigation/page-number/label/color-text/hover": "#505a5f";
888
+ readonly "com/pagination/navigation/page-number/label/color-text/pressed": "#505a5f";
889
+ readonly "com/pagination/navigation/page-number/label/color-text/active": "#2a30a0";
890
+ readonly "com/pagination/navigation/page-number/background/background-color/hover": "#cee2f8";
891
+ readonly "com/pagination/navigation/page-number/background/background-color/pressed": "#f5f8fc";
892
+ readonly "com/pagination/navigation/page-number/background/background-color/active": "#e7f1fa";
893
+ readonly "com/pagination/navigation/page-number/disable/label/color-text/default": "#c5cdd2";
894
+ readonly "com/pagination/navigation/page-number/disable/label/color-text/active": "#c5cdd2";
895
+ readonly "com/pagination/navigation/page-number/disable/background/background-color/active": "#e9edf1";
896
+ readonly "com/pagination/navigation/dot-icon/default": "#505a5f";
897
+ readonly "com/pagination/navigation/dot-icon/disable": "#c5cdd2";
898
+ readonly "com/popup/corner-radius": "20px";
899
+ readonly "com/popup/header/background": "#ffffff";
900
+ readonly "com/popup/header/top-padding": "16px";
901
+ readonly "com/popup/header/bottom-padding": "16px";
902
+ readonly "com/popup/header/left-padding": "20px";
903
+ readonly "com/popup/header/right-padding": "20px";
904
+ readonly "com/popup/header/pictogram/background-color": "#ffffff";
905
+ readonly "com/popup/header/pictogram/color-stroke": "#0d2e433d";
906
+ readonly "com/popup/header/pictogram/color-icon": "#343d41";
907
+ readonly "com/popup/header/pictogram/stroke-width": "1px";
908
+ readonly "com/popup/header/pictogram/corner-radius": "12px";
909
+ readonly "com/popup/header/popup-title/color-text": "#1e2225";
910
+ readonly "com/popup/header/popup-description/color-text": "#505a5f";
911
+ readonly "com/popup/header/title-n-content/vertical-gap": "4px";
912
+ readonly "com/popup/header/title-n-content/right-padding": "20px";
913
+ readonly "com/popup/header/description-on/pictogram-n-title-gap": "12px";
914
+ readonly "com/popup/header/description-off/pictogram-n-title-gap": "8px";
915
+ readonly "com/popup/body/vertical-gap": "16px";
916
+ readonly "com/popup/body/bottom-padding": "16px";
917
+ readonly "com/popup/body/background-color": "#ffffff";
918
+ readonly "com/popup/body/content/horizontal-padding": "20px";
919
+ readonly "com/popup/body/divider/color-stroke": "#0a2f4d22";
920
+ readonly "com/popup/body/divider/stroke-width": "1px";
921
+ readonly "com/popup/footer/background": "#ffffff";
922
+ readonly "com/popup/footer/vertical-gap": "16px";
923
+ readonly "com/popup/footer/divider/color-stroke": "#0a2f4d22";
924
+ readonly "com/popup/footer/stepper/stepper-display/stroke-width": "1px";
925
+ readonly "com/popup/footer/stepper/stepper-display/color-stroke": "#0d2e433d";
926
+ readonly "com/popup/footer/stepper/stepper-display/horizontal-gap": "2px";
927
+ readonly "com/popup/footer/stepper/stepper-display/top-padding": "2px";
928
+ readonly "com/popup/footer/stepper/stepper-display/bottom-padding": "2px";
929
+ readonly "com/popup/footer/stepper/stepper-display/left-padding": "8px";
930
+ readonly "com/popup/footer/stepper/stepper-display/right-padding": "8px";
931
+ readonly "com/popup/footer/stepper/stepper-display/corner-radius": "8px";
932
+ readonly "com/popup/footer/stepper/current-step/color-text": "#1e2225";
933
+ readonly "com/popup/footer/stepper/total-step/color-text": "#505a5f";
934
+ readonly "com/popup/footer/stepper/icon-slash-divider/color-icon": "#a3aeb5";
935
+ readonly "com/popup/footer/type-information/icon-info-circle/color-icon": "#a3aeb5";
936
+ readonly "com/popup/footer/type-information/information-message/color-text": "#505a5f";
937
+ readonly "com/popup/footer/type-information/info-content-wrap/horizontal-gap": "8px";
938
+ readonly "com/popup/footer/action/vertical-gap": "12px";
939
+ readonly "com/popup/footer/action/horizontal-padding": "20px";
940
+ readonly "com/popup/footer/action/bottom-padding": "16px";
1089
941
  readonly "com/radio/horizontal-gap": "8px";
1090
942
  readonly "com/radio/item/stroke-width": "1px";
943
+ readonly "com/radio/item/corner-radius": "9999px";
1091
944
  readonly "com/radio/item/marked/background-color/default": "#2f3cc1";
1092
945
  readonly "com/radio/item/marked/background-color/hover": "#3263e7";
1093
946
  readonly "com/radio/item/marked/background-color/disable": "#e9edf1";
1094
- readonly "com/radio/item/marked/color-stroke/disable": "#0451780e";
947
+ readonly "com/radio/item/marked/color-stroke/disable": "#02305e16";
1095
948
  readonly "com/radio/item/marked/shape/color-shape/default": "#ffffff";
1096
949
  readonly "com/radio/item/marked/shape/color-shape/disable": "#c5cdd2";
1097
950
  readonly "com/radio/item/unmarked/background-color/default": "#f8f9fb";
@@ -1099,12 +952,11 @@ declare const _default: {
1099
952
  readonly "com/radio/item/unmarked/background-color/disable": "#ffffff00";
1100
953
  readonly "com/radio/item/unmarked/color-stroke/default": "#0d2e433d";
1101
954
  readonly "com/radio/item/unmarked/color-stroke/hover": "#0d2e433d";
1102
- readonly "com/radio/item/unmarked/color-stroke/disable": "#0451780e";
955
+ readonly "com/radio/item/unmarked/color-stroke/disable": "#02305e16";
1103
956
  readonly "com/radio/item/size-sm/height": "16px";
1104
957
  readonly "com/radio/item/size-sm/width": "16px";
1105
958
  readonly "com/radio/item/size-md/height": "20px";
1106
959
  readonly "com/radio/item/size-md/width": "20px";
1107
- readonly "com/radio/item/corner-radius": "9999px";
1108
960
  readonly "com/radio/content/vertical-gap": "4px";
1109
961
  readonly "com/radio/content/primary/label/color-text": "#1e2225";
1110
962
  readonly "com/radio/content/primary/description/color-text": "#505a5f";
@@ -1114,6 +966,200 @@ declare const _default: {
1114
966
  readonly "com/radio/content/tertiary/description/color-text": "#505a5f";
1115
967
  readonly "com/radio/content/disable/label/color-text": "#c5cdd2";
1116
968
  readonly "com/radio/content/disable/description/color-text": "#c5cdd2";
969
+ readonly "com/scrollbar/horizontal-padding": "2px";
970
+ readonly "com/scrollbar/vertical-padding": "2px";
971
+ readonly "com/scrollbar/thumb/corner-radius-rounded": "9999px";
972
+ readonly "com/scrollbar/thumb/background-color/default": "#0d2e433d";
973
+ readonly "com/scrollbar/thumb/background-color/pressed": "#09233182";
974
+ readonly "com/scrollbar/thumb/thumb-width/default": "6px";
975
+ readonly "com/scrollbar/thumb/thumb-width/hover": "12px";
976
+ readonly "com/scrollbar/thumb/thumb-width/pressed": "12px";
977
+ readonly "com/scrollbar/thumb/border/stroke-width": "1px";
978
+ readonly "com/scrollbar/thumb/border/stroke-color": "#ffffff82";
979
+ readonly "com/segmented/corner-radius/xs": "6px";
980
+ readonly "com/segmented/corner-radius/sm": "6px";
981
+ readonly "com/segmented/corner-radius/md": "8px";
982
+ readonly "com/segmented/corner-radius/lg": "12px";
983
+ readonly "com/segmented/background/background-color": "#00375b0e";
984
+ readonly "com/segmented/background/color-stroke": "#0a2f4d22";
985
+ readonly "com/segmented/background/stroke-width": "1px";
986
+ readonly "com/segmented/item/background-color": "#ffffff00";
987
+ readonly "com/segmented/item/active-surface/background-color": "#ffffff";
988
+ readonly "com/segmented/item/active-surface/color-stroke": "#0d2e433d";
989
+ readonly "com/segmented/item/active-surface/stroke-width": "1px";
990
+ readonly "com/segmented/item/active-surface/size-xs/horizontal-padding": "4px";
991
+ readonly "com/segmented/item/active-surface/size-xs/corner-radius": "4px";
992
+ readonly "com/segmented/item/active-surface/size-sm/horizontal-padding": "4px";
993
+ readonly "com/segmented/item/active-surface/size-sm/corner-radius": "4px";
994
+ readonly "com/segmented/item/active-surface/size-md/horizontal-padding": "8px";
995
+ readonly "com/segmented/item/active-surface/size-md/corner-radius": "6px";
996
+ readonly "com/segmented/item/active-surface/size-lg/horizontal-padding": "8px";
997
+ readonly "com/segmented/item/active-surface/size-lg/corner-radius": "8px";
998
+ readonly "com/segmented/item/height/size-xs": "24px";
999
+ readonly "com/segmented/item/height/size-sm": "28px";
1000
+ readonly "com/segmented/item/height/size-md": "36px";
1001
+ readonly "com/segmented/item/height/size-lg": "44px";
1002
+ readonly "com/segmented/item/disable/background-color": "#ffffff00";
1003
+ readonly "com/segmented/item/disable/color-text": "#c5cdd2";
1004
+ readonly "com/segmented/item/disable/color-icon": "#c5cdd2";
1005
+ readonly "com/segmented/item/only-icon/size-xs/min-width": "28px";
1006
+ readonly "com/segmented/item/only-icon/size-xs/horizontal-padding": "3px";
1007
+ readonly "com/segmented/item/only-icon/size-xs/vertical-padding": "3px";
1008
+ readonly "com/segmented/item/only-icon/size-xs/icon/size-icon": "16px";
1009
+ readonly "com/segmented/item/only-icon/size-xs/icon/color-icon/default": "#a3aeb5";
1010
+ readonly "com/segmented/item/only-icon/size-xs/icon/color-icon/hover": "#505a5f";
1011
+ readonly "com/segmented/item/only-icon/size-xs/icon/color-icon/pressed": "#505a5f";
1012
+ readonly "com/segmented/item/only-icon/size-xs/icon/color-icon/actived": "#505a5f";
1013
+ readonly "com/segmented/item/only-icon/size-sm/min-width": "28px";
1014
+ readonly "com/segmented/item/only-icon/size-sm/horizontal-padding": "3px";
1015
+ readonly "com/segmented/item/only-icon/size-sm/vertical-padding": "3px";
1016
+ readonly "com/segmented/item/only-icon/size-sm/icon/size-icon": "16px";
1017
+ readonly "com/segmented/item/only-icon/size-sm/icon/color-icon/default": "#a3aeb5";
1018
+ readonly "com/segmented/item/only-icon/size-sm/icon/color-icon/hover": "#505a5f";
1019
+ readonly "com/segmented/item/only-icon/size-sm/icon/color-icon/pressed": "#505a5f";
1020
+ readonly "com/segmented/item/only-icon/size-sm/icon/color-icon/actived": "#505a5f";
1021
+ readonly "com/segmented/item/only-icon/size-md/min-width": "36px";
1022
+ readonly "com/segmented/item/only-icon/size-md/horizontal-padding": "4px";
1023
+ readonly "com/segmented/item/only-icon/size-md/vertical-padding": "4px";
1024
+ readonly "com/segmented/item/only-icon/size-md/icon/size-icon": "16px";
1025
+ readonly "com/segmented/item/only-icon/size-md/icon/color-icon/default": "#a3aeb5";
1026
+ readonly "com/segmented/item/only-icon/size-md/icon/color-icon/hover": "#505a5f";
1027
+ readonly "com/segmented/item/only-icon/size-md/icon/color-icon/pressed": "#505a5f";
1028
+ readonly "com/segmented/item/only-icon/size-md/icon/color-icon/actived": "#505a5f";
1029
+ readonly "com/segmented/item/only-icon/size-lg/min-width": "44px";
1030
+ readonly "com/segmented/item/only-icon/size-lg/horizontal-padding": "4px";
1031
+ readonly "com/segmented/item/only-icon/size-lg/vertical-padding": "4px";
1032
+ readonly "com/segmented/item/only-icon/size-lg/icon/size-icon": "20px";
1033
+ readonly "com/segmented/item/only-icon/size-lg/icon/color-icon/default": "#a3aeb5";
1034
+ readonly "com/segmented/item/only-icon/size-lg/icon/color-icon/hover": "#505a5f";
1035
+ readonly "com/segmented/item/only-icon/size-lg/icon/color-icon/pressed": "#505a5f";
1036
+ readonly "com/segmented/item/only-icon/size-lg/icon/color-icon/actived": "#505a5f";
1037
+ readonly "com/segmented/item/with-label/size-xs/min-width": "48px";
1038
+ readonly "com/segmented/item/with-label/size-xs/horizontal-padding": "3px";
1039
+ readonly "com/segmented/item/with-label/size-xs/vertical-padding": "3px";
1040
+ readonly "com/segmented/item/with-label/size-xs/sub-spacing": "2px";
1041
+ readonly "com/segmented/item/with-label/size-xs/label/color-text/default": "#828f96";
1042
+ readonly "com/segmented/item/with-label/size-xs/label/color-text/hover": "#505a5f";
1043
+ readonly "com/segmented/item/with-label/size-xs/label/color-text/pressed": "#505a5f";
1044
+ readonly "com/segmented/item/with-label/size-xs/label/color-text/actived": "#505a5f";
1045
+ readonly "com/segmented/item/with-label/size-sm/min-width": "52px";
1046
+ readonly "com/segmented/item/with-label/size-sm/horizontal-gap": "2px";
1047
+ readonly "com/segmented/item/with-label/size-sm/horizontal-padding": "3px";
1048
+ readonly "com/segmented/item/with-label/size-sm/vertical-padding": "3px";
1049
+ readonly "com/segmented/item/with-label/size-sm/sub-spacing": "4px";
1050
+ readonly "com/segmented/item/with-label/size-sm/label/color-text/default": "#828f96";
1051
+ readonly "com/segmented/item/with-label/size-sm/label/color-text/hover": "#505a5f";
1052
+ readonly "com/segmented/item/with-label/size-sm/label/color-text/pressed": "#505a5f";
1053
+ readonly "com/segmented/item/with-label/size-sm/label/color-text/actived": "#505a5f";
1054
+ readonly "com/segmented/item/with-label/size-sm/icon/color-icon/default": "#a3aeb5";
1055
+ readonly "com/segmented/item/with-label/size-sm/icon/color-icon/hover": "#505a5f";
1056
+ readonly "com/segmented/item/with-label/size-sm/icon/color-icon/pressed": "#505a5f";
1057
+ readonly "com/segmented/item/with-label/size-sm/icon/color-icon/actived": "#505a5f";
1058
+ readonly "com/segmented/item/with-label/size-md/min-width": "60px";
1059
+ readonly "com/segmented/item/with-label/size-md/horizontal-gap": "0px";
1060
+ readonly "com/segmented/item/with-label/size-md/horizontal-padding": "4px";
1061
+ readonly "com/segmented/item/with-label/size-md/vertical-padding": "4px";
1062
+ readonly "com/segmented/item/with-label/size-md/sub-spacing": "8px";
1063
+ readonly "com/segmented/item/with-label/size-md/label/color-text/default": "#828f96";
1064
+ readonly "com/segmented/item/with-label/size-md/label/color-text/hover": "#505a5f";
1065
+ readonly "com/segmented/item/with-label/size-md/label/color-text/pressed": "#505a5f";
1066
+ readonly "com/segmented/item/with-label/size-md/label/color-text/actived": "#505a5f";
1067
+ readonly "com/segmented/item/with-label/size-md/icon/color-icon/default": "#a3aeb5";
1068
+ readonly "com/segmented/item/with-label/size-md/icon/color-icon/hover": "#505a5f";
1069
+ readonly "com/segmented/item/with-label/size-md/icon/color-icon/pressed": "#505a5f";
1070
+ readonly "com/segmented/item/with-label/size-md/icon/color-icon/actived": "#505a5f";
1071
+ readonly "com/segmented/item/with-label/size-lg/min-width": "68px";
1072
+ readonly "com/segmented/item/with-label/size-lg/horizontal-gap": "2px";
1073
+ readonly "com/segmented/item/with-label/size-lg/horizontal-padding": "4px";
1074
+ readonly "com/segmented/item/with-label/size-lg/vertical-padding": "4px";
1075
+ readonly "com/segmented/item/with-label/size-lg/sub-spacing": "8px";
1076
+ readonly "com/segmented/item/with-label/size-lg/label/color-text/default": "#828f96";
1077
+ readonly "com/segmented/item/with-label/size-lg/label/color-text/hover": "#505a5f";
1078
+ readonly "com/segmented/item/with-label/size-lg/label/color-text/pressed": "#505a5f";
1079
+ readonly "com/segmented/item/with-label/size-lg/label/color-text/actived": "#505a5f";
1080
+ readonly "com/segmented/item/with-label/size-lg/icon/color-icon/default": "#a3aeb5";
1081
+ readonly "com/segmented/item/with-label/size-lg/icon/color-icon/hover": "#505a5f";
1082
+ readonly "com/segmented/item/with-label/size-lg/icon/color-icon/pressed": "#505a5f";
1083
+ readonly "com/segmented/item/with-label/size-lg/icon/color-icon/actived": "#505a5f";
1084
+ readonly "com/select/vertical-gap": "4px";
1085
+ readonly "com/select/field/corner-radius-rounded": "9999px";
1086
+ readonly "com/select/field/left-padding": "4px";
1087
+ readonly "com/select/field/right-padding": "4px";
1088
+ readonly "com/select/field/stroke-width": "1px";
1089
+ readonly "com/select/field/right-icon/color-icon": "#505a5f";
1090
+ readonly "com/select/field/size-xs/height": "24px";
1091
+ readonly "com/select/field/size-xs/horizontal-gap": "4px";
1092
+ readonly "com/select/field/size-xs/horizontal-padding": "8px";
1093
+ readonly "com/select/field/size-xs/corner-radius": "6px";
1094
+ readonly "com/select/field/size-xs/label/sub-spacing": "4px";
1095
+ readonly "com/select/field/size-xs/icon/size-icon": "16px";
1096
+ readonly "com/select/field/size-xs/icon/left-padding": "4px";
1097
+ readonly "com/select/field/size-sm/height": "28px";
1098
+ readonly "com/select/field/size-sm/horizontal-gap": "2px";
1099
+ readonly "com/select/field/size-sm/horizontal-padding": "8px";
1100
+ readonly "com/select/field/size-sm/corner-radius": "6px";
1101
+ readonly "com/select/field/size-sm/label/sub-spacing": "4px";
1102
+ readonly "com/select/field/size-sm/icon/size-icon": "16px";
1103
+ readonly "com/select/field/size-sm/icon/left-padding": "4px";
1104
+ readonly "com/select/field/size-md/height": "36px";
1105
+ readonly "com/select/field/size-md/horizontal-gap": "0px";
1106
+ readonly "com/select/field/size-md/horizontal-padding": "8px";
1107
+ readonly "com/select/field/size-md/corner-radius": "6px";
1108
+ readonly "com/select/field/size-md/label/sub-spacing": "8px";
1109
+ readonly "com/select/field/size-md/label/vertical-padding": "8px";
1110
+ readonly "com/select/field/size-md/label/horizontal-padding": "8px";
1111
+ readonly "com/select/field/size-md/icon/size-icon": "20px";
1112
+ readonly "com/select/field/size-md/icon/vertical-padding": "4px";
1113
+ readonly "com/select/field/size-md/icon/left-padding": "4px";
1114
+ readonly "com/select/field/size-md/number/min-width": "104px";
1115
+ readonly "com/select/field/size-md/number/sub-spacing": "4px";
1116
+ readonly "com/select/field/size-lg/height": "44px";
1117
+ readonly "com/select/field/size-lg/horizontal-gap": "4px";
1118
+ readonly "com/select/field/size-lg/horizontal-padding": "12px";
1119
+ readonly "com/select/field/size-lg/corner-radius": "8px";
1120
+ readonly "com/select/field/size-lg/label/sub-spacing": "8px";
1121
+ readonly "com/select/field/size-lg/label/vertical-padding": "12px";
1122
+ readonly "com/select/field/size-lg/label/horizontal-padding": "12px";
1123
+ readonly "com/select/field/size-lg/icon/size-icon": "20px";
1124
+ readonly "com/select/field/size-lg/icon/vertical-padding": "8px";
1125
+ readonly "com/select/field/size-lg/icon/left-padding": "8px";
1126
+ readonly "com/select/field/size-lg/number/sub-spacing": "8px";
1127
+ readonly "com/select/field/size-lg/number/min-width": "132px";
1128
+ readonly "com/select/field/disable/label-color": "#c5cdd2";
1129
+ readonly "com/select/field/disable/color-icon": "#c5cdd2";
1130
+ readonly "com/select/field/disable/background-color": "#ffffff00";
1131
+ readonly "com/select/field/disable/background-color-transparent": "#ffffff00";
1132
+ readonly "com/select/field/disable/stroke-color": "#02305e16";
1133
+ readonly "com/select/field/default/background/default": "#ffffff";
1134
+ readonly "com/select/field/default/background/hover": "#e9edf1";
1135
+ readonly "com/select/field/default/background/active": "#f1f4f6";
1136
+ readonly "com/select/field/default/border/default": "#0d2e433d";
1137
+ readonly "com/select/field/default/border/hover": "#0d2e433d";
1138
+ readonly "com/select/field/default/border/active": "#3263e7";
1139
+ readonly "com/select/field/default/label/color-text/inputed": "#505a5f";
1140
+ readonly "com/select/field/default/label/color-text/placeholder": "#828f96";
1141
+ readonly "com/select/field/default/icon/color-icon/default": "#a3aeb5";
1142
+ readonly "com/select/field/default/icon/color-icon/hover": "#505a5f";
1143
+ readonly "com/select/field/default/icon/color-icon/active": "#505a5f";
1144
+ readonly "com/select/field/negative/background/default": "#fef8f7";
1145
+ readonly "com/select/field/negative/background/hover": "#fee9e7";
1146
+ readonly "com/select/field/negative/background/active": "#f8f9fb";
1147
+ readonly "com/select/field/negative/border/default": "#f2685b";
1148
+ readonly "com/select/field/negative/border/hover": "#f2685b";
1149
+ readonly "com/select/field/negative/border/active": "#f2685b";
1150
+ readonly "com/select/field/negative/label/color-text/inputed": "#505a5f";
1151
+ readonly "com/select/field/negative/label/color-text/placeholder": "#828f96";
1152
+ readonly "com/select/field/negative/icon/color-icon/default": "#ff897c";
1153
+ readonly "com/select/field/negative/icon/color-icon/hover": "#ff897c";
1154
+ readonly "com/select/field/negative/icon/color-icon/active": "#f2685b";
1155
+ readonly "com/select/label/horizontal-gap": "2px";
1156
+ readonly "com/select/label/label/color-text": "#1e2225";
1157
+ readonly "com/select/label/required-mark/color-text": "#cf0026";
1158
+ readonly "com/select/hint/top-padding": "4px";
1159
+ readonly "com/select/hint/neutral/icon/color-icon": "#a3aeb5";
1160
+ readonly "com/select/hint/neutral/label/color-text": "#505a5f";
1161
+ readonly "com/select/hint/disable/icon/color-icon": "#c5cdd2";
1162
+ readonly "com/select/hint/disable/label/color-text": "#c5cdd2";
1117
1163
  readonly "com/switch/horizontal-gap": "8px";
1118
1164
  readonly "com/switch/item/stroke-width": "1px";
1119
1165
  readonly "com/switch/item/corner-radius": "9999px";
@@ -1127,10 +1173,24 @@ declare const _default: {
1127
1173
  readonly "com/switch/item/off/color-stroke/hover": "#0d2e433d";
1128
1174
  readonly "com/switch/item/off/shape/color-shape": "#ffffff";
1129
1175
  readonly "com/switch/item/off/shape/color-stroke": "#0d2e433d";
1176
+ readonly "com/switch/item/size-sm/shape-stroke": "1px";
1130
1177
  readonly "com/switch/item/size-sm/height": "16px";
1131
1178
  readonly "com/switch/item/size-sm/width": "28px";
1179
+ readonly "com/switch/item/size-sm/off/vertical-padding": "3px";
1180
+ readonly "com/switch/item/size-sm/off/left-padding": "3px";
1181
+ readonly "com/switch/item/size-sm/off/shape/height": "10px";
1182
+ readonly "com/switch/item/size-sm/off/shape/width": "10px";
1183
+ readonly "com/switch/item/size-sm/on/vertical-padding": "2px";
1184
+ readonly "com/switch/item/size-sm/on/left-padding": "2px";
1185
+ readonly "com/switch/item/size-sm/on/shape/height": "12px";
1186
+ readonly "com/switch/item/size-sm/on/shape/width": "12px";
1187
+ readonly "com/switch/item/size-md/shape-stroke": "1px";
1188
+ readonly "com/switch/item/size-md/vertical-padding": "3px";
1189
+ readonly "com/switch/item/size-md/left-padding": "3px";
1132
1190
  readonly "com/switch/item/size-md/height": "20px";
1133
1191
  readonly "com/switch/item/size-md/width": "36px";
1192
+ readonly "com/switch/item/size-md/shape/height": "14px";
1193
+ readonly "com/switch/item/size-md/shape/width": "14px";
1134
1194
  readonly "com/switch/content/vertical-gap": "4px";
1135
1195
  readonly "com/switch/content/primary/label/color-text": "#1e2225";
1136
1196
  readonly "com/switch/content/primary/description/color-text": "#505a5f";
@@ -1139,96 +1199,166 @@ declare const _default: {
1139
1199
  readonly "com/switch/content/tertiary/label/color-text": "#505a5f";
1140
1200
  readonly "com/switch/content/tertiary/description/color-text": "#505a5f";
1141
1201
  readonly "com/switch/disable/background-color": "#ffffff00";
1142
- readonly "com/switch/disable/color-stroke": "#0451780e";
1202
+ readonly "com/switch/disable/color-stroke": "#02305e16";
1143
1203
  readonly "com/switch/disable/shape/color-shape": "#e9edf1";
1144
1204
  readonly "com/switch/disable/label/color-text": "#c5cdd2";
1145
1205
  readonly "com/switch/disable/description/color-text": "#c5cdd2";
1146
- readonly "com/chips-button/size-xs/height": "24px";
1147
- readonly "com/chips-button/size-xs/min-width": "48px";
1148
- readonly "com/chips-button/size-xs/corner-radius": "6px";
1149
- readonly "com/chips-button/size-xs/sub-spacing": "0px";
1150
- readonly "com/chips-button/size-xs/horizontal-gap": "4px";
1151
- readonly "com/chips-button/size-xs/badge/size": "2xs (16)";
1152
- readonly "com/chips-button/size-xs/right-padding": "8px";
1153
- readonly "com/chips-button/size-xs/left-padding": "8px";
1154
- readonly "com/chips-button/size-xs/icon/size-icon": "16px";
1155
- readonly "com/chips-button/size-sm/height": "28px";
1156
- readonly "com/chips-button/size-sm/min-width": "52px";
1157
- readonly "com/chips-button/size-sm/corner-radius": "6px";
1158
- readonly "com/chips-button/size-sm/sub-spacing": "4px";
1159
- readonly "com/chips-button/size-sm/horizontal-gap": "2px";
1160
- readonly "com/chips-button/size-sm/badge/size": "Xs (20)";
1161
- readonly "com/chips-button/size-sm/right-padding": "8px";
1162
- readonly "com/chips-button/size-sm/icon/size-icon": "16px";
1163
- readonly "com/chips-button/size-sm/left-padding": "8px";
1164
- readonly "com/chips-button/size-md/height": "36px";
1165
- readonly "com/chips-button/size-md/min-width": "60px";
1166
- readonly "com/chips-button/size-md/corner-radius": "8px";
1167
- readonly "com/chips-button/size-md/sub-spacing": "8px";
1168
- readonly "com/chips-button/size-md/horizontal-gap": "0px";
1169
- readonly "com/chips-button/size-md/badge/size": "Sm (24)";
1170
- readonly "com/chips-button/size-md/right-padding": "12px";
1171
- readonly "com/chips-button/size-md/left-padding": "12px";
1172
- readonly "com/chips-button/size-md/icon/size-icon": "20px";
1173
- readonly "com/chips-button/size-lg/height": "44px";
1174
- readonly "com/chips-button/size-lg/min-width": "68px";
1175
- readonly "com/chips-button/size-lg/corner-radius": "8px";
1176
- readonly "com/chips-button/size-lg/sub-spacing": "8px";
1177
- readonly "com/chips-button/size-lg/horizontal-gap": "2px";
1178
- readonly "com/chips-button/size-lg/badge/size": "Md (28)";
1179
- readonly "com/chips-button/size-lg/right-padding": "12px";
1180
- readonly "com/chips-button/size-lg/left-padding": "12px";
1181
- readonly "com/chips-button/size-lg/icon/size-icon": "20px";
1182
- readonly "com/chips-button/theme/icon/color-icon/neutral": "#505a5f";
1183
- readonly "com/chips-button/theme/icon/color-icon/red": "#df3e3f";
1184
- readonly "com/chips-button/theme/icon/color-icon/orange": "#cc5602";
1185
- readonly "com/chips-button/theme/icon/color-icon/yellow": "#d58e00";
1186
- readonly "com/chips-button/theme/icon/color-icon/lime": "#4b8c00";
1187
- readonly "com/chips-button/theme/icon/color-icon/green": "#009559";
1188
- readonly "com/chips-button/theme/icon/color-icon/ocean": "#00969d";
1189
- readonly "com/chips-button/theme/icon/color-icon/blue": "#008ee1";
1190
- readonly "com/chips-button/theme/icon/color-icon/indigo": "#4278f5";
1191
- readonly "com/chips-button/theme/icon/color-icon/violet": "#a65dcf";
1192
- readonly "com/chips-button/theme/icon/color-icon/pink": "#cd44a7";
1193
- readonly "com/chips-button/theme/label/color-text/neutral": "#505a5f";
1194
- readonly "com/chips-button/theme/label/color-text/red": "#a7051e";
1195
- readonly "com/chips-button/theme/label/color-text/orange": "#952900";
1196
- readonly "com/chips-button/theme/label/color-text/yellow": "#7a4300";
1197
- readonly "com/chips-button/theme/label/color-text/lime": "#2e5c00";
1198
- readonly "com/chips-button/theme/label/color-text/green": "#006535";
1199
- readonly "com/chips-button/theme/label/color-text/ocean": "#006782";
1200
- readonly "com/chips-button/theme/label/color-text/blue": "#005eac";
1201
- readonly "com/chips-button/theme/label/color-text/indigo": "#1e4eb5";
1202
- readonly "com/chips-button/theme/label/color-text/violet": "#8b269b";
1203
- readonly "com/chips-button/theme/label/color-text/pink": "#970978";
1204
- readonly "com/chips-button/theme/color-stroke/neutral": "#0a2f4d21";
1205
- readonly "com/chips-button/theme/color-stroke/red": "#fbd3ce";
1206
- readonly "com/chips-button/theme/color-stroke/orange": "#ffd3b5";
1207
- readonly "com/chips-button/theme/color-stroke/yellow": "#fbd797";
1208
- readonly "com/chips-button/theme/color-stroke/lime": "#d0e59b";
1209
- readonly "com/chips-button/theme/color-stroke/green": "#b3e9cf";
1210
- readonly "com/chips-button/theme/color-stroke/ocean": "#b3e7e3";
1211
- readonly "com/chips-button/theme/color-stroke/blue": "#b9e4f6";
1212
- readonly "com/chips-button/theme/color-stroke/indigo": "#d1ddfb";
1213
- readonly "com/chips-button/theme/color-stroke/violet": "#e5d8f5";
1214
- readonly "com/chips-button/theme/color-stroke/pink": "#f5d3ec";
1215
- readonly "com/chips-button/theme/background-color/neutral": "#e9edf1";
1216
- readonly "com/chips-button/theme/background-color/red": "#ffe9e5";
1217
- readonly "com/chips-button/theme/background-color/orange": "#feebe2";
1218
- readonly "com/chips-button/theme/background-color/yellow": "#fdebd0";
1219
- readonly "com/chips-button/theme/background-color/lime": "#e9f6c9";
1220
- readonly "com/chips-button/theme/background-color/green": "#dbf6e8";
1221
- readonly "com/chips-button/theme/background-color/ocean": "#daf5f4";
1222
- readonly "com/chips-button/theme/background-color/blue": "#eaf6fa";
1223
- readonly "com/chips-button/theme/background-color/indigo": "#e7eeff";
1224
- readonly "com/chips-button/theme/background-color/violet": "#f1ecfa";
1225
- readonly "com/chips-button/theme/background-color/pink": "#fce8f7";
1226
- readonly "com/chips-button/stroke-width": "1px";
1227
- readonly "com/chips-button/disable/color-text": "#c5cdd2";
1228
- readonly "com/chips-button/disable/color-icon": "#c5cdd2";
1229
- readonly "com/chips-button/disable/background-color": "#e9edf1";
1230
- readonly "com/chips-button/disable/color-stroke": "#0451780e";
1231
- readonly "com/overlay/background": "#00152096";
1206
+ readonly "com/table/title-cell/min-height": "28px";
1207
+ readonly "com/table/title-cell/horizontal-padding": "16px";
1208
+ readonly "com/table/title-cell/vertical-padding": "12px";
1209
+ readonly "com/table/title-cell/vertical-gap": "2px";
1210
+ readonly "com/table/title-cell/stroke-width": "1px";
1211
+ readonly "com/table/title-cell/divider/color-stroke": "#0a2f4d22";
1212
+ readonly "com/table/title-cell/divider/horizontal-padding": "Sm (12)";
1213
+ readonly "com/table/title-cell/default/background-color": "#e9edf1";
1214
+ readonly "com/table/title-cell/default/icon/color-icon": "#343d41";
1215
+ readonly "com/table/title-cell/default/label/color-text": "#505a5f";
1216
+ readonly "com/table/title-cell/default/label/vertical-padding": "2px";
1217
+ readonly "com/table/title-cell/default/label/vertical-gap": "8px";
1218
+ readonly "com/table/title-cell/default/description/color-text": "#828f96";
1219
+ readonly "com/table/title-cell/default/description/right-padding": "24px";
1220
+ readonly "com/table/title-cell/disable/background-color": "#dee3e7";
1221
+ readonly "com/table/title-cell/disable/icon/color-icon": "#c5cdd2";
1222
+ readonly "com/table/title-cell/disable/label/color-text": "#c5cdd2";
1223
+ readonly "com/table/title-cell/disable/description/color-text": "#c5cdd2";
1224
+ readonly "com/table/row-cell/min-height": "44px";
1225
+ readonly "com/table/row-cell/horizontal-gap": "8px";
1226
+ readonly "com/table/row-cell/horizontal-padding": "16px";
1227
+ readonly "com/table/row-cell/vertical-padding": "12px";
1228
+ readonly "com/table/row-cell/dot-color": "#a3aeb5";
1229
+ readonly "com/table/row-cell/background-color/default": "#ffffff";
1230
+ readonly "com/table/row-cell/background-color/hover": "#e7f1fa";
1231
+ readonly "com/table/row-cell/background-color/selected": "#f5f8fc";
1232
+ readonly "com/table/row-cell/divider/color-stroke": "#0a2f4d22";
1233
+ readonly "com/table/row-cell/divider/stroke-width": "1px";
1234
+ readonly "com/table/row-cell/default/vertical-gap": "2px";
1235
+ readonly "com/table/row-cell/default/vertical-padding": "4px";
1236
+ readonly "com/table/row-cell/default/horizontal-gap": "4px";
1237
+ readonly "com/table/row-cell/default/primary/icon/color-icon/neutral": "#343d41";
1238
+ readonly "com/table/row-cell/default/primary/icon/color-icon/positive": "#00914a";
1239
+ readonly "com/table/row-cell/default/primary/icon/color-icon/negative": "#d8473c";
1240
+ readonly "com/table/row-cell/default/primary/label/color-text/neutral": "#1e2225";
1241
+ readonly "com/table/row-cell/default/primary/label/color-text/positive": "#00652a";
1242
+ readonly "com/table/row-cell/default/primary/label/color-text/negative": "#a80a12";
1243
+ readonly "com/table/row-cell/default/primary/description/color-text/neutral": "#505a5f";
1244
+ readonly "com/table/row-cell/default/primary/description/color-text/positive": "#00914a";
1245
+ readonly "com/table/row-cell/default/primary/description/color-text/negative": "#d8473c";
1246
+ readonly "com/table/row-cell/default/secondary/icon/color-icon/neutral": "#343d41";
1247
+ readonly "com/table/row-cell/default/secondary/icon/color-icon/positive": "#00914a";
1248
+ readonly "com/table/row-cell/default/secondary/icon/color-icon/negative": "#d8473c";
1249
+ readonly "com/table/row-cell/default/secondary/label/color-text/neutral": "#1e2225";
1250
+ readonly "com/table/row-cell/default/secondary/label/color-text/positive": "#00652a";
1251
+ readonly "com/table/row-cell/default/secondary/label/color-text/negative": "#a80a12";
1252
+ readonly "com/table/row-cell/default/secondary/description/color-text/neutral": "#505a5f";
1253
+ readonly "com/table/row-cell/default/secondary/description/color-text/positive": "#00914a";
1254
+ readonly "com/table/row-cell/default/secondary/description/color-text/negative": "#d8473c";
1255
+ readonly "com/table/row-cell/default/tertiary/icon/color-icon/neutral": "#505a5f";
1256
+ readonly "com/table/row-cell/default/tertiary/icon/color-icon/positive": "#5fbf8c";
1257
+ readonly "com/table/row-cell/default/tertiary/icon/color-icon/negative": "#ff897c";
1258
+ readonly "com/table/row-cell/default/tertiary/label/color-text/neutral": "#505a5f";
1259
+ readonly "com/table/row-cell/default/tertiary/label/color-text/positive": "#00914a";
1260
+ readonly "com/table/row-cell/default/tertiary/label/color-text/negative": "#d8473c";
1261
+ readonly "com/table/row-cell/default/tertiary/description/color-text/neutral": "#505a5f";
1262
+ readonly "com/table/row-cell/default/tertiary/description/color-text/positive": "#00914a";
1263
+ readonly "com/table/row-cell/default/tertiary/description/color-text/negative": "#d8473c";
1264
+ readonly "com/table/row-cell/disable/background-color": "#ffffff";
1265
+ readonly "com/table/row-cell/disable/icon/color-icon": "#c5cdd2";
1266
+ readonly "com/table/row-cell/disable/label/color-text": "#c5cdd2";
1267
+ readonly "com/table/row-cell/disable/description/color-text": "#c5cdd2";
1268
+ readonly "com/tabs/background-color": "#ffffff00";
1269
+ readonly "com/tabs/horizontal-gap": "24px";
1270
+ readonly "com/tabs/underline/color-stroke": "#0a2f4d22";
1271
+ readonly "com/tabs/underline/stroke-width": "1px";
1272
+ readonly "com/tabs/item/active-surface/background-color": "#2f3cc1";
1273
+ readonly "com/tabs/item/active-surface/height": "3px";
1274
+ readonly "com/tabs/item/height/size-xs": "24px";
1275
+ readonly "com/tabs/item/height/size-sm": "28px";
1276
+ readonly "com/tabs/item/height/size-md": "36px";
1277
+ readonly "com/tabs/item/height/size-lg": "44px";
1278
+ readonly "com/tabs/item/disable/background-color": "#ffffff00";
1279
+ readonly "com/tabs/item/disable/color-text": "#c5cdd2";
1280
+ readonly "com/tabs/item/disable/color-icon": "#c5cdd2";
1281
+ readonly "com/tabs/item/only-icon/size-xs/min-width": "28px";
1282
+ readonly "com/tabs/item/only-icon/size-xs/icon/size-icon": "16px";
1283
+ readonly "com/tabs/item/only-icon/size-xs/icon/color-icon/default": "#505a5f";
1284
+ readonly "com/tabs/item/only-icon/size-xs/icon/color-icon/hover": "#343d41";
1285
+ readonly "com/tabs/item/only-icon/size-xs/icon/color-icon/pressed": "#343d41";
1286
+ readonly "com/tabs/item/only-icon/size-xs/icon/color-icon/actived": "#2f3cc1";
1287
+ readonly "com/tabs/item/only-icon/size-sm/min-width": "28px";
1288
+ readonly "com/tabs/item/only-icon/size-sm/icon/size-icon": "16px";
1289
+ readonly "com/tabs/item/only-icon/size-sm/icon/color-icon/default": "#505a5f";
1290
+ readonly "com/tabs/item/only-icon/size-sm/icon/color-icon/hover": "#343d41";
1291
+ readonly "com/tabs/item/only-icon/size-sm/icon/color-icon/pressed": "#343d41";
1292
+ readonly "com/tabs/item/only-icon/size-sm/icon/color-icon/actived": "#2f3cc1";
1293
+ readonly "com/tabs/item/only-icon/size-md/min-width": "36px";
1294
+ readonly "com/tabs/item/only-icon/size-md/icon/size-icon": "16px";
1295
+ readonly "com/tabs/item/only-icon/size-md/icon/color-icon/default": "#505a5f";
1296
+ readonly "com/tabs/item/only-icon/size-md/icon/color-icon/hover": "#343d41";
1297
+ readonly "com/tabs/item/only-icon/size-md/icon/color-icon/pressed": "#343d41";
1298
+ readonly "com/tabs/item/only-icon/size-md/icon/color-icon/actived": "#2f3cc1";
1299
+ readonly "com/tabs/item/only-icon/size-lg/min-width": "44px";
1300
+ readonly "com/tabs/item/only-icon/size-lg/icon/size-icon": "20px";
1301
+ readonly "com/tabs/item/only-icon/size-lg/icon/color-icon/default": "#505a5f";
1302
+ readonly "com/tabs/item/only-icon/size-lg/icon/color-icon/hover": "#343d41";
1303
+ readonly "com/tabs/item/only-icon/size-lg/icon/color-icon/pressed": "#343d41";
1304
+ readonly "com/tabs/item/only-icon/size-lg/icon/color-icon/actived": "#2f3cc1";
1305
+ readonly "com/tabs/item/with-label/size-xs/horizontal-gap": "4px";
1306
+ readonly "com/tabs/item/with-label/size-xs/sub-spacing": "0px";
1307
+ readonly "com/tabs/item/with-label/size-xs/label/color-text/default": "#505a5f";
1308
+ readonly "com/tabs/item/with-label/size-xs/label/color-text/hover": "#1e2225";
1309
+ readonly "com/tabs/item/with-label/size-xs/label/color-text/pressed": "#1e2225";
1310
+ readonly "com/tabs/item/with-label/size-xs/label/color-text/actived": "#2a30a0";
1311
+ readonly "com/tabs/item/with-label/size-sm/horizontal-gap": "2px";
1312
+ readonly "com/tabs/item/with-label/size-sm/sub-spacing": "4px";
1313
+ readonly "com/tabs/item/with-label/size-sm/label/color-text/default": "#505a5f";
1314
+ readonly "com/tabs/item/with-label/size-sm/label/color-text/hover": "#1e2225";
1315
+ readonly "com/tabs/item/with-label/size-sm/label/color-text/pressed": "#1e2225";
1316
+ readonly "com/tabs/item/with-label/size-sm/label/color-text/actived": "#2a30a0";
1317
+ readonly "com/tabs/item/with-label/size-sm/icon/size-icon": "16px";
1318
+ readonly "com/tabs/item/with-label/size-sm/icon/color-icon/default": "#505a5f";
1319
+ readonly "com/tabs/item/with-label/size-sm/icon/color-icon/hover": "#343d41";
1320
+ readonly "com/tabs/item/with-label/size-sm/icon/color-icon/pressed": "#343d41";
1321
+ readonly "com/tabs/item/with-label/size-sm/icon/color-icon/actived": "#2f3cc1";
1322
+ readonly "com/tabs/item/with-label/size-md/horizontal-gap": "0px";
1323
+ readonly "com/tabs/item/with-label/size-md/sub-spacing": "8px";
1324
+ readonly "com/tabs/item/with-label/size-md/label/color-text/default": "#505a5f";
1325
+ readonly "com/tabs/item/with-label/size-md/label/color-text/hover": "#1e2225";
1326
+ readonly "com/tabs/item/with-label/size-md/label/color-text/pressed": "#1e2225";
1327
+ readonly "com/tabs/item/with-label/size-md/label/color-text/actived": "#2a30a0";
1328
+ readonly "com/tabs/item/with-label/size-md/icon/size-icon": "16px";
1329
+ readonly "com/tabs/item/with-label/size-md/icon/color-icon/default": "#505a5f";
1330
+ readonly "com/tabs/item/with-label/size-md/icon/color-icon/hover": "#343d41";
1331
+ readonly "com/tabs/item/with-label/size-md/icon/color-icon/pressed": "#343d41";
1332
+ readonly "com/tabs/item/with-label/size-md/icon/color-icon/actived": "#2f3cc1";
1333
+ readonly "com/tabs/item/with-label/size-lg/horizontal-gap": "2px";
1334
+ readonly "com/tabs/item/with-label/size-lg/sub-spacing": "8px";
1335
+ readonly "com/tabs/item/with-label/size-lg/color-text/default": "#505a5f";
1336
+ readonly "com/tabs/item/with-label/size-lg/color-text/hover": "#1e2225";
1337
+ readonly "com/tabs/item/with-label/size-lg/color-text/pressed": "#1e2225";
1338
+ readonly "com/tabs/item/with-label/size-lg/color-text/actived": "#2a30a0";
1339
+ readonly "com/tabs/item/with-label/size-lg/color-icon/default": "#505a5f";
1340
+ readonly "com/tabs/item/with-label/size-lg/color-icon/hover": "#343d41";
1341
+ readonly "com/tabs/item/with-label/size-lg/color-icon/pressed": "#343d41";
1342
+ readonly "com/tabs/item/with-label/size-lg/color-icon/actived": "#2f3cc1";
1343
+ readonly "com/tooltip/size-md/horizontal-padding": "12px";
1344
+ readonly "com/tooltip/size-md/vertical-padding": "8px";
1345
+ readonly "com/tooltip/size-md/corner-radius": "8px";
1346
+ readonly "com/tooltip/size-md/vertical-gap": "4px";
1347
+ readonly "com/tooltip/size-md/theme-black/background-color": "#000000";
1348
+ readonly "com/tooltip/size-md/theme-black/label/color-text": "#ffffff";
1349
+ readonly "com/tooltip/size-md/theme-black/label/background-color": "#000000";
1350
+ readonly "com/tooltip/size-md/theme-white/background-color": "#ffffff";
1351
+ readonly "com/tooltip/size-md/theme-white/label/color-text": "#1e2225";
1352
+ readonly "com/tooltip/size-lg/horizontal-padding": "12px";
1353
+ readonly "com/tooltip/size-lg/vertical-padding": "12px";
1354
+ readonly "com/tooltip/size-lg/vertical-gap": "4px";
1355
+ readonly "com/tooltip/size-lg/corner-radius": "8px";
1356
+ readonly "com/tooltip/size-lg/theme-black/description/color-text": "#ffffff";
1357
+ readonly "com/tooltip/size-lg/theme-black/background-color": "#000000";
1358
+ readonly "com/tooltip/size-lg/theme-black/label/color-text": "#ffffff";
1359
+ readonly "com/tooltip/size-lg/theme-white/background-color": "#ffffff";
1360
+ readonly "com/tooltip/size-lg/theme-white/label/color-text": "#1e2225";
1361
+ readonly "com/tooltip/size-lg/theme-white/description/color-text": "#505a5f";
1232
1362
  readonly "com/topbar/background-color": "#ffffff";
1233
1363
  readonly "com/topbar/left-padding": "16px";
1234
1364
  readonly "com/topbar/right-padding": "20px";
@@ -1243,24 +1373,11 @@ declare const _default: {
1243
1373
  readonly "com/topbar/right-items/user-profile/corner-radius": "6px";
1244
1374
  readonly "com/topbar/right-items/user-profile/label/color-text": "#505a5f";
1245
1375
  readonly "com/topbar/right-items/user-profile/icon/color-icon": "#505a5f";
1246
- readonly "com/divider/horizontal-padding/2xl": "36px";
1247
- readonly "com/divider/horizontal-padding/xl": "24px";
1248
- readonly "com/divider/horizontal-padding/lg": "20px";
1249
- readonly "com/divider/horizontal-padding/md": "16px";
1250
- readonly "com/divider/horizontal-padding/sm": "12px";
1251
- readonly "com/divider/horizontal-padding/xs": "8px";
1252
- readonly "com/divider/horizontal-padding/2xs": "4px";
1253
- readonly "com/divider/horizontal-padding/tiny": "2px";
1254
- readonly "com/divider/horizontal-padding/null": "0px";
1255
- readonly "com/divider/vertical-padding/2xl": "36px";
1256
- readonly "com/divider/vertical-padding/xl": "24px";
1257
- readonly "com/divider/vertical-padding/lg": "20px";
1258
- readonly "com/divider/vertical-padding/md": "16px";
1259
- readonly "com/divider/vertical-padding/sm": "12px";
1260
- readonly "com/divider/vertical-padding/xs": "8px";
1261
- readonly "com/divider/vertical-padding/2xs": "4px";
1262
- readonly "com/divider/vertical-padding/tiny": "2px";
1263
- readonly "com/divider/vertical-padding/null": "0px";
1376
+ readonly "com/typing-cursor/default": "#2a30a0";
1377
+ readonly "com/typing-cursor/negative": "#a80a12";
1378
+ readonly "com/icon/size/from-28/stroke-width": "2px";
1379
+ readonly "com/icon/size/from-20/stroke-width": "1.3px";
1380
+ readonly "com/icon/size/under-20/stroke-width": "1px";
1264
1381
  readonly "pri/color/brand/primary/10": "#f9fbfd";
1265
1382
  readonly "pri/color/brand/primary/25": "#f5f8fc";
1266
1383
  readonly "pri/color/brand/primary/50": "#e7f1fa";
@@ -1320,19 +1437,19 @@ declare const _default: {
1320
1437
  readonly "pri/color/neutral/black": "#000000";
1321
1438
  readonly "pri/color/neutral/white": "#ffffff";
1322
1439
  readonly "pri/color/alpha/black/10": "#04287007";
1323
- readonly "pri/color/alpha/black/25": "#2354850a";
1324
- readonly "pri/color/alpha/black/50": "#0451780e";
1325
- readonly "pri/color/alpha/black/100": "#0a2f4d21";
1440
+ readonly "pri/color/alpha/black/25": "#00375b0e";
1441
+ readonly "pri/color/alpha/black/50": "#02305e16";
1442
+ readonly "pri/color/alpha/black/100": "#0a2f4d22";
1326
1443
  readonly "pri/color/alpha/black/200": "#0d2e433d";
1327
- readonly "pri/color/alpha/black/300": "#0422355c";
1328
- readonly "pri/color/alpha/black/400": "#0015207d";
1444
+ readonly "pri/color/alpha/black/300": "#0422355e";
1445
+ readonly "pri/color/alpha/black/400": "#09233182";
1329
1446
  readonly "pri/color/alpha/black/500": "#00152096";
1330
1447
  readonly "pri/color/alpha/black/600": "#010f17b0";
1331
- readonly "pri/color/alpha/black/700": "#030d12c2";
1332
- readonly "pri/color/alpha/black/800": "#00090ed6";
1333
- readonly "pri/color/alpha/black/850": "#020c12e5";
1334
- readonly "pri/color/alpha/black/875": "#00070ceb";
1335
- readonly "pri/color/alpha/black/900": "#020405ed";
1448
+ readonly "pri/color/alpha/black/700": "#061117c3";
1449
+ readonly "pri/color/alpha/black/800": "#0d181cd6";
1450
+ readonly "pri/color/alpha/black/850": "#12181de5";
1451
+ readonly "pri/color/alpha/black/875": "#0a0f12eb";
1452
+ readonly "pri/color/alpha/black/900": "#040607ed";
1336
1453
  readonly "pri/color/alpha/white/10": "#ffffff04";
1337
1454
  readonly "pri/color/alpha/white/25": "#ffffff06";
1338
1455
  readonly "pri/color/alpha/white/50": "#ffffff0e";
@@ -1672,9 +1789,9 @@ declare const _default: {
1672
1789
  readonly "pri/elevation/shadow-key/spread/lg": "-2px";
1673
1790
  readonly "pri/elevation/shadow-key/spread/md": "-2px";
1674
1791
  readonly "pri/elevation/shadow-key/spread/sm": "-2px";
1675
- readonly "pri/elevation/shadow-key/color/lg": "#2354850a";
1676
- readonly "pri/elevation/shadow-key/color/md": "#0451780e";
1677
- readonly "pri/elevation/shadow-key/color/sm": "#0451780e";
1792
+ readonly "pri/elevation/shadow-key/color/lg": "#00375b0e";
1793
+ readonly "pri/elevation/shadow-key/color/md": "#02305e16";
1794
+ readonly "pri/elevation/shadow-key/color/sm": "#02305e16";
1678
1795
  readonly "pri/elevation/shadow-ambient/y-position/lg": "16px";
1679
1796
  readonly "pri/elevation/shadow-ambient/y-position/md": "12px";
1680
1797
  readonly "pri/elevation/shadow-ambient/y-position/sm": "2px";
@@ -1684,9 +1801,9 @@ declare const _default: {
1684
1801
  readonly "pri/elevation/shadow-ambient/spread/lg": "-12px";
1685
1802
  readonly "pri/elevation/shadow-ambient/spread/md": "-8px";
1686
1803
  readonly "pri/elevation/shadow-ambient/spread/sm": "-1px";
1687
- readonly "pri/elevation/shadow-ambient/color/lg": "#0a2f4d21";
1688
- readonly "pri/elevation/shadow-ambient/color/md": "#0451780e";
1689
- readonly "pri/elevation/shadow-ambient/color/sm": "#2354850a";
1804
+ readonly "pri/elevation/shadow-ambient/color/lg": "#0a2f4d22";
1805
+ readonly "pri/elevation/shadow-ambient/color/md": "#02305e16";
1806
+ readonly "pri/elevation/shadow-ambient/color/sm": "#00375b0e";
1690
1807
  readonly "sem/color/background/neutral/canvas/default": "#ffffff";
1691
1808
  readonly "sem/color/background/neutral/canvas/hover": "#e9edf1";
1692
1809
  readonly "sem/color/background/neutral/canvas/active": "#f1f4f6";
@@ -1749,25 +1866,25 @@ declare const _default: {
1749
1866
  readonly "sem/color/background/brand/secondary/accent/disable": "#e9edf1";
1750
1867
  readonly "sem/color/background/black/always_black": "#000000";
1751
1868
  readonly "sem/color/background/transparent/canvas/default": "#ffffff00";
1752
- readonly "sem/color/background/transparent/canvas/hover": "#0451780e";
1753
- readonly "sem/color/background/transparent/canvas/active": "#2354850a";
1754
- readonly "sem/color/background/transparent/canvas/pressed": "#0a2f4d21";
1755
- readonly "sem/color/background/transparent/canvas/selected": "#2354850a";
1869
+ readonly "sem/color/background/transparent/canvas/hover": "#02305e16";
1870
+ readonly "sem/color/background/transparent/canvas/active": "#00375b0e";
1871
+ readonly "sem/color/background/transparent/canvas/pressed": "#0a2f4d22";
1872
+ readonly "sem/color/background/transparent/canvas/selected": "#00375b0e";
1756
1873
  readonly "sem/color/background/transparent/canvas/disable": "#ffffff00";
1757
- readonly "sem/color/background/transparent/soft/default": "#2354850a";
1758
- readonly "sem/color/background/transparent/soft/hover": "#0a2f4d21";
1759
- readonly "sem/color/background/transparent/soft/active": "#0451780e";
1874
+ readonly "sem/color/background/transparent/soft/default": "#00375b0e";
1875
+ readonly "sem/color/background/transparent/soft/hover": "#0a2f4d22";
1876
+ readonly "sem/color/background/transparent/soft/active": "#02305e16";
1760
1877
  readonly "sem/color/background/transparent/soft/disable": "#04287007";
1761
1878
  readonly "sem/color/background/transparent/sub/default": "#0d2e433d";
1762
- readonly "sem/color/background/transparent/sub/hover": "#0015207d";
1763
- readonly "sem/color/background/transparent/sub/active": "#0422355c";
1879
+ readonly "sem/color/background/transparent/sub/hover": "#09233182";
1880
+ readonly "sem/color/background/transparent/sub/active": "#0422355e";
1764
1881
  readonly "sem/color/background/transparent/sub/disable": "#04287007";
1765
1882
  readonly "sem/color/background/transparent/accent/default": "#00152096";
1766
- readonly "sem/color/background/transparent/accent/hover": "#0a2f4d21";
1883
+ readonly "sem/color/background/transparent/accent/hover": "#0a2f4d22";
1767
1884
  readonly "sem/color/background/transparent/accent/active": "#0d2e433d";
1768
- readonly "sem/color/background/transparent/accent/pressed": "#0015207d";
1885
+ readonly "sem/color/background/transparent/accent/pressed": "#09233182";
1769
1886
  readonly "sem/color/background/transparent/accent/selected": "#0d2e433d";
1770
- readonly "sem/color/background/transparent/accent/disable": "#0451780e";
1887
+ readonly "sem/color/background/transparent/accent/disable": "#02305e16";
1771
1888
  readonly "sem/color/background/function/info/canvas/default": "#f5fafd";
1772
1889
  readonly "sem/color/background/function/info/canvas/hover": "#def1fd";
1773
1890
  readonly "sem/color/background/function/info/canvas/active": "#eaf6fb";
@@ -2038,14 +2155,14 @@ declare const _default: {
2038
2155
  readonly "sem/color/icon/utility/pink/disable": "#c5cdd2";
2039
2156
  readonly "sem/color/stroke/neutral/strong": "#00152096";
2040
2157
  readonly "sem/color/stroke/neutral/sub": "#0d2e433d";
2041
- readonly "sem/color/stroke/neutral/soft": "#0a2f4d21";
2042
- readonly "sem/color/stroke/neutral/delicate": "#0451780e";
2043
- readonly "sem/color/stroke/neutral/disable": "#0451780e";
2158
+ readonly "sem/color/stroke/neutral/soft": "#0a2f4d22";
2159
+ readonly "sem/color/stroke/neutral/delicate": "#02305e16";
2160
+ readonly "sem/color/stroke/neutral/disable": "#02305e16";
2044
2161
  readonly "sem/color/stroke/neutral/none": "#ffffff00";
2045
2162
  readonly "sem/color/stroke/brand/strong": "#3263e7";
2046
2163
  readonly "sem/color/stroke/brand/sub": "#cee2f8";
2047
2164
  readonly "sem/color/stroke/brand/soft": "#e7f1fa";
2048
- readonly "sem/color/stroke/brand/disable": "#0451780e";
2165
+ readonly "sem/color/stroke/brand/disable": "#02305e16";
2049
2166
  readonly "sem/color/stroke/white/strong": "#ffffff82";
2050
2167
  readonly "sem/color/stroke/white/sub": "#ffffff49";
2051
2168
  readonly "sem/color/stroke/white/soft": "#ffffff30";
@@ -2054,68 +2171,68 @@ declare const _default: {
2054
2171
  readonly "sem/color/stroke/function/info/strong": "#3d9cfb";
2055
2172
  readonly "sem/color/stroke/function/info/sub": "#c1e2fc";
2056
2173
  readonly "sem/color/stroke/function/info/soft": "#def1fd";
2057
- readonly "sem/color/stroke/function/info/disable": "#0451780e";
2174
+ readonly "sem/color/stroke/function/info/disable": "#02305e16";
2058
2175
  readonly "sem/color/stroke/function/caution/strong": "#da841a";
2059
2176
  readonly "sem/color/stroke/function/caution/sub": "#f8dbab";
2060
2177
  readonly "sem/color/stroke/function/caution/soft": "#fceccd";
2061
- readonly "sem/color/stroke/function/caution/disable": "#0451780e";
2178
+ readonly "sem/color/stroke/function/caution/disable": "#02305e16";
2062
2179
  readonly "sem/color/stroke/function/positive/strong": "#00aa67";
2063
2180
  readonly "sem/color/stroke/function/positive/sub": "#c0e6ce";
2064
2181
  readonly "sem/color/stroke/function/positive/soft": "#def3e5";
2065
- readonly "sem/color/stroke/function/positive/disable": "#0451780e";
2182
+ readonly "sem/color/stroke/function/positive/disable": "#02305e16";
2066
2183
  readonly "sem/color/stroke/function/negative/strong": "#f2685b";
2067
2184
  readonly "sem/color/stroke/function/negative/sub": "#fdd3cd";
2068
2185
  readonly "sem/color/stroke/function/negative/soft": "#fee9e7";
2069
- readonly "sem/color/stroke/function/negative/disable": "#0451780e";
2186
+ readonly "sem/color/stroke/function/negative/disable": "#02305e16";
2070
2187
  readonly "sem/color/stroke/pure-white": "#ffffff";
2071
2188
  readonly "sem/color/stroke/utility/red/strong": "#fd8b7f";
2072
2189
  readonly "sem/color/stroke/utility/red/sub": "#fbd3ce";
2073
2190
  readonly "sem/color/stroke/utility/red/soft": "#ffe9e5";
2074
- readonly "sem/color/stroke/utility/red/disable": "#0451780e";
2191
+ readonly "sem/color/stroke/utility/red/disable": "#02305e16";
2075
2192
  readonly "sem/color/stroke/utility/orange/strong": "#f4944c";
2076
2193
  readonly "sem/color/stroke/utility/orange/sub": "#ffd3b5";
2077
2194
  readonly "sem/color/stroke/utility/orange/soft": "#feebe2";
2078
- readonly "sem/color/stroke/utility/orange/disable": "#0451780e";
2195
+ readonly "sem/color/stroke/utility/orange/disable": "#02305e16";
2079
2196
  readonly "sem/color/stroke/utility/yellow/strong": "#e7a60f";
2080
2197
  readonly "sem/color/stroke/utility/yellow/sub": "#fbd797";
2081
2198
  readonly "sem/color/stroke/utility/yellow/soft": "#fdebd0";
2082
- readonly "sem/color/stroke/utility/yellow/disable": "#0451780e";
2199
+ readonly "sem/color/stroke/utility/yellow/disable": "#02305e16";
2083
2200
  readonly "sem/color/stroke/utility/lime/strong": "#8eba1e";
2084
2201
  readonly "sem/color/stroke/utility/lime/sub": "#d0e59b";
2085
2202
  readonly "sem/color/stroke/utility/lime/soft": "#e9f6c9";
2086
- readonly "sem/color/stroke/utility/lime/disable": "#0451780e";
2203
+ readonly "sem/color/stroke/utility/lime/disable": "#02305e16";
2087
2204
  readonly "sem/color/stroke/utility/green/strong": "#3bc392";
2088
2205
  readonly "sem/color/stroke/utility/green/sub": "#b3e9cf";
2089
2206
  readonly "sem/color/stroke/utility/green/soft": "#dbf6e8";
2090
- readonly "sem/color/stroke/utility/green/disable": "#0451780e";
2207
+ readonly "sem/color/stroke/utility/green/disable": "#02305e16";
2091
2208
  readonly "sem/color/stroke/utility/ocean/strong": "#0dc1c2";
2092
2209
  readonly "sem/color/stroke/utility/ocean/sub": "#b3e7e3";
2093
2210
  readonly "sem/color/stroke/utility/ocean/soft": "#daf5f4";
2094
- readonly "sem/color/stroke/utility/ocean/disable": "#0451780e";
2211
+ readonly "sem/color/stroke/utility/ocean/disable": "#02305e16";
2095
2212
  readonly "sem/color/stroke/utility/blue/strong": "#51b9f0";
2096
2213
  readonly "sem/color/stroke/utility/blue/sub": "#b9e4f6";
2097
2214
  readonly "sem/color/stroke/utility/blue/soft": "#eaf6fa";
2098
- readonly "sem/color/stroke/utility/blue/disable": "#0451780e";
2215
+ readonly "sem/color/stroke/utility/blue/disable": "#02305e16";
2099
2216
  readonly "sem/color/stroke/utility/indigo/strong": "#4278f5";
2100
2217
  readonly "sem/color/stroke/utility/indigo/sub": "#d1ddfb";
2101
2218
  readonly "sem/color/stroke/utility/indigo/soft": "#e7eeff";
2102
- readonly "sem/color/stroke/utility/indigo/disable": "#0451780e";
2219
+ readonly "sem/color/stroke/utility/indigo/disable": "#02305e16";
2103
2220
  readonly "sem/color/stroke/utility/violet/strong": "#cb9ce7";
2104
2221
  readonly "sem/color/stroke/utility/violet/sub": "#e5d8f5";
2105
2222
  readonly "sem/color/stroke/utility/violet/soft": "#f1ecfa";
2106
- readonly "sem/color/stroke/utility/violet/disable": "#0451780e";
2223
+ readonly "sem/color/stroke/utility/violet/disable": "#02305e16";
2107
2224
  readonly "sem/color/stroke/utility/pink/strong": "#ec8dd3";
2108
2225
  readonly "sem/color/stroke/utility/pink/sub": "#f5d3ec";
2109
2226
  readonly "sem/color/stroke/utility/pink/soft": "#fce8f7";
2110
- readonly "sem/color/stroke/utility/pink/disable": "#0451780e";
2227
+ readonly "sem/color/stroke/utility/pink/disable": "#02305e16";
2111
2228
  readonly "sem/color/illustration/white": "#ffffff";
2112
2229
  readonly "sem/color/illustration/black": "#000000";
2113
2230
  readonly "sem/color/illustration/disable/default": "#e9edf1";
2114
- readonly "sem/color/illustration/disable/transparent": "#2354850a";
2115
- readonly "sem/color/illustration/transparent/default": "#0451780e";
2231
+ readonly "sem/color/illustration/disable/transparent": "#00375b0e";
2232
+ readonly "sem/color/illustration/transparent/default": "#02305e16";
2116
2233
  readonly "sem/color/illustration/transparent/hover": "#0d2e433d";
2117
2234
  readonly "sem/color/illustration/transparent/active": "#0d2e433d";
2118
- readonly "sem/color/illustration/transparent/pressed": "#0422355c";
2235
+ readonly "sem/color/illustration/transparent/pressed": "#0422355e";
2119
2236
  readonly "sem/color/illustration/transparent/selected": "#0d2e433d";
2120
2237
  readonly "sem/color/illustration/neutral/strong": "#41494e";
2121
2238
  readonly "sem/color/illustration/neutral/sub": "#828f96";
@@ -2353,8 +2470,8 @@ declare const _default: {
2353
2470
  readonly "sem/dimension/padding/sm": "12px";
2354
2471
  readonly "sem/dimension/padding/xs": "8px";
2355
2472
  readonly "sem/dimension/padding/2xs": "4px";
2356
- readonly "sem/dimension/padding/null": "0px";
2357
2473
  readonly "sem/dimension/padding/tiny": "2px";
2474
+ readonly "sem/dimension/padding/null": "0px";
2358
2475
  readonly "sem/dimension/gap/2xl": "24px";
2359
2476
  readonly "sem/dimension/gap/xl": "20px";
2360
2477
  readonly "sem/dimension/gap/lg": "16px";
@@ -2427,7 +2544,7 @@ declare const _default: {
2427
2544
  readonly "page/details-container/form-view/list/section/content/data-slot/max-width": "760px";
2428
2545
  readonly "page/details-container/form-view/list/section/content/data-slot/vertical-gap": "20px";
2429
2546
  readonly "page/details-container/form-view/list/section/content/background-color": "#ffffff";
2430
- readonly "page/details-container/form-view/list/section/content/stroke-color": "#0a2f4d21";
2547
+ readonly "page/details-container/form-view/list/section/content/stroke-color": "#0a2f4d22";
2431
2548
  readonly "page/details-container/form-view/list/section/content/border-radius": "12px";
2432
2549
  readonly "page/details-container/form-view/list/section/content/stroke-width/top-border": "1px";
2433
2550
  readonly "page/details-container/form-view/list/section/content/stroke-width/bottom-border": "1px";
@@ -2439,7 +2556,7 @@ declare const _default: {
2439
2556
  readonly "page/details-container/form-view/list/section/table/right-padding": "12px";
2440
2557
  readonly "page/details-container/form-view/list/section/table/min-width": "600px";
2441
2558
  readonly "page/details-container/form-view/list/section/table/background-color": "#ffffff";
2442
- readonly "page/details-container/form-view/list/section/table/stroke-color": "#0a2f4d21";
2559
+ readonly "page/details-container/form-view/list/section/table/stroke-color": "#0a2f4d22";
2443
2560
  readonly "page/details-container/form-view/list/section/table/border-radius": "12px";
2444
2561
  readonly "page/details-container/form-view/list/section/table/stroke-width/top-border": "1px";
2445
2562
  readonly "page/details-container/form-view/list/section/table/stroke-width/bottom-border": "1px";
@@ -2474,7 +2591,7 @@ declare const _default: {
2474
2591
  readonly "page/details-container/info-view/list/section/content/right-padding": "24px";
2475
2592
  readonly "page/details-container/info-view/list/section/content/min-width": "600px";
2476
2593
  readonly "page/details-container/info-view/list/section/content/background-color": "#ffffff";
2477
- readonly "page/details-container/info-view/list/section/content/stroke-color": "#0a2f4d21";
2594
+ readonly "page/details-container/info-view/list/section/content/stroke-color": "#0a2f4d22";
2478
2595
  readonly "page/details-container/info-view/list/section/content/border-radius": "12px";
2479
2596
  readonly "page/details-container/info-view/list/section/content/data-slot/max-width": "760px";
2480
2597
  readonly "page/details-container/info-view/list/section/content/data-slot/vertical-gap": "16px";
@@ -2488,7 +2605,7 @@ declare const _default: {
2488
2605
  readonly "page/details-container/info-view/list/section/table/right-padding": "12px";
2489
2606
  readonly "page/details-container/info-view/list/section/table/min-width": "600px";
2490
2607
  readonly "page/details-container/info-view/list/section/table/background-color": "#ffffff";
2491
- readonly "page/details-container/info-view/list/section/table/stroke-color": "#0a2f4d21";
2608
+ readonly "page/details-container/info-view/list/section/table/stroke-color": "#0a2f4d22";
2492
2609
  readonly "page/details-container/info-view/list/section/table/border-radius": "12px";
2493
2610
  readonly "page/details-container/info-view/list/section/table/stroke-width/top-border": "1px";
2494
2611
  readonly "page/details-container/info-view/list/section/table/stroke-width/bottom-border": "1px";
@@ -2504,9 +2621,9 @@ declare const _default: {
2504
2621
  readonly "page/popup/body/vertical_gap": "20px";
2505
2622
  readonly "page/drawer/body/vertical_gap": "20px";
2506
2623
  readonly "_In-Focus": "0px 0px 0px 4px #000000, 0px 0px 0px 2px #ffffff";
2507
- readonly "Elevation/Level-1": "0px 2px 4px -2px #0451780e, 0px 2px 6px -1px #2354850a";
2508
- readonly "Elevation/Level-2": "0px 3px 6px -2px #0451780e, 0px 12px 16px -8px #0451780e";
2509
- readonly "Elevation/Level-3": "0px 4px 8px -2px #2354850a, 0px 16px 32px -12px #0a2f4d21";
2624
+ readonly "Elevation/Level-1": "0px 2px 4px -2px #02305e16, 0px 2px 6px -1px #00375b0e";
2625
+ readonly "Elevation/Level-2": "0px 3px 6px -2px #02305e16, 0px 12px 16px -8px #02305e16";
2626
+ readonly "Elevation/Level-3": "0px 4px 8px -2px #00375b0e, 0px 16px 32px -12px #0a2f4d22";
2510
2627
  readonly "Form's-Row": readonly [{
2511
2628
  readonly pattern: "columns";
2512
2629
  readonly visible: true;
@@ -2798,6 +2915,132 @@ interface ButtonProps extends ComponentPropsWithoutRef<"button"> {
2798
2915
  }
2799
2916
  declare const FISIconButton: React__default.ForwardRefExoticComponent<ButtonProps & React__default.RefAttributes<HTMLButtonElement>>;
2800
2917
 
2918
+ type SwitchSize = "sm" | "md";
2919
+ type SwitchVariant = "primary" | "secondary" | "tertiary";
2920
+ /**
2921
+ * Props for the Switch component.
2922
+ */
2923
+ interface SwitchProps {
2924
+ /**
2925
+ * The toggle state.
2926
+ * - `true`: The toggle is ON.
2927
+ * - `false`: The toggle is OFF.
2928
+ */
2929
+ isOn: boolean;
2930
+ /**
2931
+ * Determines whether the toggle is disabled.
2932
+ * - `true`: The toggle is disabled and cannot be interacted with.
2933
+ * - `false` or not provided: The toggle is enabled.
2934
+ * @default false
2935
+ */
2936
+ disabled?: boolean;
2937
+ /**
2938
+ * The size of the toggle.
2939
+ * - Possible values are defined in `SwitchSize`.
2940
+ * - Example: `"small" | "medium" | "large"`
2941
+ */
2942
+ size?: SwitchSize;
2943
+ /**
2944
+ * The main label displayed next to the toggle.
2945
+ * - If not provided, the toggle will be displayed without a label.
2946
+ */
2947
+ label?: string;
2948
+ /**
2949
+ * The toggle's visual variant (styling type).
2950
+ * - Possible values are defined in `SwitchVariant`.
2951
+ * - Example: `"primary" | "secondary" | "outline"`
2952
+ */
2953
+ variant?: SwitchVariant;
2954
+ /**
2955
+ * A secondary label displayed below the toggle.
2956
+ * - Typically used for additional descriptions or extra information.
2957
+ */
2958
+ subLabel?: string;
2959
+ /**
2960
+ * Callback function triggered when the toggle is clicked.
2961
+ * - Takes no parameters.
2962
+ * - Used to update the `isOn` state.
2963
+ */
2964
+ onToggle: () => void;
2965
+ }
2966
+ declare const FISSwitch: React__default.ForwardRefExoticComponent<SwitchProps & React__default.RefAttributes<HTMLDivElement>>;
2967
+
2968
+ interface TabPanelItemProps {
2969
+ /** The tab control element associated with this pane item */
2970
+ title?: string;
2971
+ /** Defines the element that stands before the children element. */
2972
+ startIcon?: React__default.ReactNode;
2973
+ /** Defines the element that stands after the children element. */
2974
+ endIcon?: React__default.ReactNode;
2975
+ /** The unique value that identifies this pane item */
2976
+ value: string;
2977
+ /** If true, the pane item will be disabled */
2978
+ disabled?: boolean;
2979
+ /** Custom class name for styling */
2980
+ className?: string;
2981
+ /** The content to be displayed inside the pane */
2982
+ children: React__default.ReactNode;
2983
+ }
2984
+ declare const TabPanelItem: React__default.FC<TabPanelItemProps>;
2985
+ type TabSize = "xs" | "sm" | "md" | "lg";
2986
+ interface TabProps {
2987
+ /** The child elements of the Tab Control */
2988
+ children: React__default.ReactNode;
2989
+ /** The currently active segment (controlled component) */
2990
+ active?: string;
2991
+ /** The default active segment (uncontrolled component) */
2992
+ defaultActive?: string;
2993
+ /** The size of the Tab Control */
2994
+ size?: TabSize;
2995
+ /** Class name for the main container */
2996
+ className?: string;
2997
+ /** Class name for the inner content */
2998
+ contentClassName?: string;
2999
+ /** If true, the Tab Control will stretch to full width */
3000
+ fullWidth?: boolean;
3001
+ /** Callback triggered when the active segment changes, receives the selected segment key */
3002
+ onChange?: (key: string) => void;
3003
+ }
3004
+ declare const FISTab: React__default.FC<TabProps>;
3005
+
3006
+ interface SegmentedPanelItemProps {
3007
+ /** The tab control element associated with this pane item */
3008
+ title?: string;
3009
+ /** Defines the element that stands before the children element. */
3010
+ startIcon?: React__default.ReactNode;
3011
+ /** Defines the element that stands after the children element. */
3012
+ endIcon?: React__default.ReactNode;
3013
+ /** The unique value that identifies this pane item */
3014
+ value: string;
3015
+ /** If true, the pane item will be disabled */
3016
+ disabled?: boolean;
3017
+ /** Custom class name for styling */
3018
+ className?: string;
3019
+ /** The content to be displayed inside the pane */
3020
+ children: React__default.ReactNode;
3021
+ }
3022
+ declare const SegmentedPanelItem: React__default.FC<SegmentedPanelItemProps>;
3023
+ type SegmentedSize = "xs" | "sm" | "md" | "lg";
3024
+ interface SegmentedProps {
3025
+ /** The child elements of the Segmented Control */
3026
+ children: React__default.ReactNode;
3027
+ /** The currently active segment (controlled component) */
3028
+ active?: string;
3029
+ /** The default active segment (uncontrolled component) */
3030
+ defaultActive?: string;
3031
+ /** The size of the Segmented Control */
3032
+ size?: SegmentedSize;
3033
+ /** Class name for the main container */
3034
+ className?: string;
3035
+ /** Class name for the inner content */
3036
+ contentClassName?: string;
3037
+ /** If true, the Segmented Control will stretch to full width */
3038
+ fullWidth?: boolean;
3039
+ /** Callback triggered when the active segment changes, receives the selected segment key */
3040
+ onChange?: (key: string) => void;
3041
+ }
3042
+ declare const FISSegmented: React__default.FC<SegmentedProps>;
3043
+
2801
3044
  type ButtonSize = "xs" | "sm" | "md" | "lg";
2802
3045
  type ButtonVariant = "default" | "negative";
2803
3046
 
@@ -2827,7 +3070,7 @@ interface GroupButtonProps {
2827
3070
  /** List of button options */
2828
3071
  options: ButtonOption[];
2829
3072
  }
2830
- declare const FISGroupButton: React__default.FC<GroupButtonProps>;
3073
+ declare const FISButtonGroup: React__default.FC<GroupButtonProps>;
2831
3074
 
2832
3075
  interface BreadcrumbItemProps extends ComponentPropsWithoutRef<"button"> {
2833
3076
  icon?: React__default.ReactNode;
@@ -2860,9 +3103,41 @@ declare const FISRadio: React__default.ForwardRefExoticComponent<Omit<Omit<React
2860
3103
  inputRef?: Ref<HTMLInputElement>;
2861
3104
  } & React__default.RefAttributes<HTMLLabelElement>>;
2862
3105
 
2863
- type CheckboxSize = "sm" | "md";
2864
- type CheckboxVariant = "primary" | "secondary" | "tertiary";
2865
- declare const FISCheckbox: React__default.ForwardRefExoticComponent<Omit<React__default.DetailedHTMLProps<React__default.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & {
3106
+ type Value$1 = string | number;
3107
+ type Option$1<T> = {
3108
+ value: T;
3109
+ label: string;
3110
+ };
3111
+ type RadioGroupProps<T extends Value$1> = {
3112
+ className?: string;
3113
+ groupLabel: string;
3114
+ options: Option$1<T>[] | readonly Option$1<T>[];
3115
+ value: T | null;
3116
+ direction?: "row" | "column";
3117
+ name?: string;
3118
+ disabled?: boolean;
3119
+ size?: RadioSize;
3120
+ classContent?: string;
3121
+ getOptionDisabled?: (option: Option$1<T>) => boolean;
3122
+ onChange: (nextValue: T) => void;
3123
+ onFocus?: () => void;
3124
+ onBlur?: () => void;
3125
+ };
3126
+ declare function RadioGroupComponent<T extends Value$1>({ className, groupLabel, options, name, value, direction, disabled, size, classContent, getOptionDisabled, onChange, onFocus, onBlur, }: RadioGroupProps<T>, ref?: Ref<{
3127
+ focus: () => void;
3128
+ }>): react_jsx_runtime.JSX.Element;
3129
+ declare namespace RadioGroupComponent {
3130
+ var displayName: string;
3131
+ }
3132
+ declare const RadioGroup: <T extends Value$1>(props: RadioGroupProps<T> & {
3133
+ ref?: ForwardedRef<{
3134
+ focus: () => void;
3135
+ }>;
3136
+ }) => ReturnType<typeof RadioGroupComponent>;
3137
+
3138
+ type CheckboxSize = 'sm' | 'md';
3139
+ type CheckboxVariant = 'primary' | 'secondary' | 'tertiary';
3140
+ declare const FISCheckbox: React__default.ForwardRefExoticComponent<Omit<Omit<React__default.DetailedHTMLProps<React__default.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref">, "size"> & {
2866
3141
  children?: React__default.ReactNode;
2867
3142
  /** Size for checkbox */
2868
3143
  size?: CheckboxSize;
@@ -2885,6 +3160,37 @@ declare const FISCheckbox: React__default.ForwardRefExoticComponent<Omit<React__
2885
3160
  inputRef?: Ref<HTMLInputElement>;
2886
3161
  } & React__default.RefAttributes<HTMLLabelElement>>;
2887
3162
 
3163
+ type Value = string | number;
3164
+ type Option<T> = {
3165
+ value: T;
3166
+ label: string;
3167
+ };
3168
+ type CheckboxGroupProps<T extends Value> = {
3169
+ className?: string;
3170
+ groupLabel: string;
3171
+ options: Option<T>[] | readonly Option<T>[];
3172
+ value: T[];
3173
+ direction?: "row" | "column";
3174
+ disabled?: boolean;
3175
+ classContent?: string;
3176
+ size?: CheckboxSize;
3177
+ getOptionDisabled?: (option: Option<T>) => boolean;
3178
+ onChange: (nextValue: T[]) => void;
3179
+ onFocus?: () => void;
3180
+ onBlur?: () => void;
3181
+ };
3182
+ declare function CheckboxGroupComponent<T extends Value>({ className, groupLabel, options, value, direction, disabled, classContent, size, getOptionDisabled, onChange, onFocus, onBlur, }: CheckboxGroupProps<T>, ref?: Ref<{
3183
+ focus: () => void;
3184
+ }>): react_jsx_runtime.JSX.Element;
3185
+ declare namespace CheckboxGroupComponent {
3186
+ var displayName: string;
3187
+ }
3188
+ declare const FISCheckboxGroup: <T extends Value>(props: CheckboxGroupProps<T> & {
3189
+ ref?: ForwardedRef<{
3190
+ focus: () => void;
3191
+ }>;
3192
+ }) => ReturnType<typeof CheckboxGroupComponent>;
3193
+
2888
3194
  type InputTypeSuffix = "icon" | "suffix" | "dropdown";
2889
3195
  type InputSize$2 = "md" | "lg";
2890
3196
  interface InputFieldProps extends Omit<ComponentPropsWithoutRef<"input">, "onClick"> {
@@ -2893,19 +3199,19 @@ interface InputFieldProps extends Omit<ComponentPropsWithoutRef<"input">, "onCli
2893
3199
  /**Control the style type of component: "icon" | "suffix" | "dropdown" */
2894
3200
  typeSuffix?: InputTypeSuffix;
2895
3201
  /**Prefix for filter value*/
2896
- iconPrefix?: string | JSX.Element;
3202
+ iconPrefix?: string | JSX$1.Element;
2897
3203
  /**iconSuffix for filter value*/
2898
- iconSuffix?: string | JSX.Element;
3204
+ iconSuffix?: string | JSX$1.Element;
2899
3205
  /**labelSuffix for filter value*/
2900
- labelSuffix?: string | JSX.Element;
3206
+ labelSuffix?: string | JSX$1.Element;
2901
3207
  /**negative for current field*/
2902
3208
  negative?: boolean;
2903
- /**actived for current field*/
2904
- actived?: boolean;
3209
+ /**active-dropdown for current field*/
3210
+ activeDropdown?: boolean;
2905
3211
  /** onClick for current field Button */
2906
3212
  onClickSuffix?: () => void;
2907
3213
  }
2908
- declare const FISInputField: React.ForwardRefExoticComponent<InputFieldProps & React.RefAttributes<HTMLInputElement>>;
3214
+ declare const FISInputField: React$1.ForwardRefExoticComponent<InputFieldProps & React$1.RefAttributes<HTMLInputElement>>;
2909
3215
 
2910
3216
  interface InputLabelProps {
2911
3217
  /**textLabel for current field*/
@@ -2917,32 +3223,29 @@ interface InputLabelProps {
2917
3223
  /**onClickIconLabel for current field*/
2918
3224
  onClickIconLabel?: () => void;
2919
3225
  }
2920
- declare const FISInputLabel: React__default.ForwardRefExoticComponent<InputLabelProps & React__default.RefAttributes<unknown>>;
3226
+ declare const FISInputLabel: {
3227
+ (props: InputLabelProps): react_jsx_runtime.JSX.Element;
3228
+ displayName: string;
3229
+ };
2921
3230
 
2922
- interface InputTextProps extends Omit<InputFieldProps, "onChange" | "onEnter" | "onBlur">, Partial<InputLabelProps> {
3231
+ interface InputTextProps extends InputFieldProps, Partial<InputLabelProps> {
2923
3232
  /**Boolean to show the lenght of value user-filled*/
2924
3233
  showCount?: boolean;
2925
3234
  /**Hint text for current field*/
2926
3235
  message?: string;
2927
3236
  /**positive for current field*/
2928
3237
  positive?: boolean;
2929
- /**value for current field*/
2930
- value?: string;
2931
- /** Handle onChange action */
2932
- onChange?: (value: string | null) => void;
2933
3238
  /** Handle onEnter action */
2934
3239
  onEnter?: (value: string | null) => void;
2935
- /** Handle onBlur action */
2936
- onBlur?: (value: string | null) => void;
2937
3240
  /** Handle onKeyDown action */
2938
3241
  onKeyDown?: (event: unknown) => void;
2939
3242
  }
2940
3243
  declare const FISInputText: React__default.ForwardRefExoticComponent<InputTextProps & React__default.RefAttributes<HTMLInputElement>>;
2941
3244
 
2942
- type BadgeType = "rounded" | "square" | "without";
3245
+ type BadgeType$1 = "rounded" | "square" | "without";
2943
3246
  type AvatarSize = "2xs" | "xs" | "sm" | "md" | "lg" | "xl";
2944
3247
  type StatusType = "green" | "red" | "yellow" | "blue" | "neutral";
2945
- type ColorType = "neutral" | "orange" | "yellow" | "lime" | "green" | "ocean" | "blue" | "indigo" | "violet" | "pink" | "disable";
3248
+ type ColorType$1 = "neutral" | "orange" | "yellow" | "lime" | "green" | "ocean" | "blue" | "indigo" | "violet" | "pink";
2946
3249
  type AvatarProps = {
2947
3250
  className?: string | undefined;
2948
3251
  src?: string;
@@ -2952,21 +3255,18 @@ type AvatarProps = {
2952
3255
  size?: AvatarSize;
2953
3256
  status?: StatusType;
2954
3257
  isBadgeDot?: boolean;
2955
- badge?: BadgeType;
2956
- color?: ColorType;
3258
+ badge?: BadgeType$1;
3259
+ color?: ColorType$1;
3260
+ disable?: boolean;
2957
3261
  };
2958
3262
  declare const FISAvatar: React__default.FC<AvatarProps>;
2959
3263
 
2960
3264
  type InputSize$1 = "md" | "lg";
2961
- interface TextAreaProps extends Omit<ComponentPropsWithoutRef<"textarea">, "onChange" | "onEnter" | "onBlur">, Partial<InputLabelProps> {
3265
+ interface TextAreaProps extends Omit<ComponentPropsWithoutRef<"textarea">, "onEnter">, Partial<InputLabelProps> {
2962
3266
  /**Control the icon of the component*/
2963
3267
  iconSuffix?: React__default.ReactNode;
2964
3268
  /**Control the size of the component*/
2965
- size: InputSize$1;
2966
- /**placeholder for current field */
2967
- placeholder: string;
2968
- /**User-filled value*/
2969
- value?: string;
3269
+ size?: InputSize$1;
2970
3270
  /**Boolean to show the lenght of value user-filled*/
2971
3271
  showCount?: boolean;
2972
3272
  /**isNegative for current field*/
@@ -2977,16 +3277,12 @@ interface TextAreaProps extends Omit<ComponentPropsWithoutRef<"textarea">, "onCh
2977
3277
  message?: string;
2978
3278
  /**Control the width of the component*/
2979
3279
  fixedWidth?: number;
2980
- /**Handle the change value of the field*/
2981
- onChange?: (T: string | null) => void;
2982
3280
  /**Handle onEnter action*/
2983
3281
  onEnter?: (T: string | null) => void;
2984
- /**Handle onBlur action*/
2985
- onBlur?: (T: string | null) => void;
2986
3282
  /**Handle onEnter action*/
2987
3283
  onClickIconSuffix?: () => void;
2988
3284
  }
2989
- declare const FISTextArea: React__default.ForwardRefExoticComponent<TextAreaProps & React__default.RefAttributes<HTMLTextAreaElement>>;
3285
+ declare const FISInputArea: React__default.ForwardRefExoticComponent<TextAreaProps & React__default.RefAttributes<HTMLTextAreaElement>>;
2990
3286
 
2991
3287
  type InputSize = "md" | "lg";
2992
3288
  interface InputStepperProps extends Omit<React__default.ComponentPropsWithoutRef<"input">, "onChange">, Partial<InputLabelProps> {
@@ -3006,4 +3302,127 @@ interface InputStepperProps extends Omit<React__default.ComponentPropsWithoutRef
3006
3302
  }
3007
3303
  declare const FISInputStepper: React__default.ForwardRefExoticComponent<InputStepperProps & React__default.RefAttributes<HTMLInputElement>>;
3008
3304
 
3009
- export { FISAvatar, FISBreadcrumb, FISButton, FISCheckbox, FISGroupButton, FISIconButton, FISInputField, FISInputLabel, FISInputStepper, FISInputText, FISLinkButton, FISRadio, FISTextArea, FISThemeProvider, type ThemeType };
3305
+ type TooltipColor = "primary" | "secondary";
3306
+ type TooltipSize = "md" | "lg";
3307
+ type TooltipTitleCustom = {
3308
+ /** The main title text of the tooltip */
3309
+ label: string;
3310
+ /** Additional description text (optional) */
3311
+ description?: string;
3312
+ /** Display text for the link (optional) */
3313
+ link?: string;
3314
+ /** URL for the link (optional) */
3315
+ linkUrl?: string;
3316
+ };
3317
+ interface TooltipProps extends Omit<TooltipProps$1, "variant" | "title"> {
3318
+ /** Additional class names to apply to the tooltip*/
3319
+ className?: string | undefined;
3320
+ /** The color of the tooltip */
3321
+ variant: TooltipColor;
3322
+ /** The tooltip title, which can be a custom object or a React node */
3323
+ title: TooltipTitleCustom | React.ReactNode;
3324
+ /** The size of the tooltip (optional) */
3325
+ size?: TooltipSize;
3326
+ /** Child elements that the tooltip wraps (optional) */
3327
+ children?: React.ReactNode;
3328
+ }
3329
+ declare const FISTooltip: FC<TooltipProps>;
3330
+
3331
+ type TFISDividerPaddingSize = "tiny" | "2xs" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl";
3332
+ interface IFISDividerProps extends ComponentPropsWithoutRef<"div"> {
3333
+ flip?: boolean;
3334
+ paddingVertical?: TFISDividerPaddingSize;
3335
+ paddingHorizontal?: TFISDividerPaddingSize;
3336
+ }
3337
+ declare const FISDivider: (props: IFISDividerProps) => react_jsx_runtime.JSX.Element;
3338
+
3339
+ type BadgeSize = "xs" | "sm" | "md" | "lg";
3340
+ type ColorType = "neutral" | "red" | "orange" | "yellow" | "lime" | "green" | "ocean" | "blue" | "indigo" | "violet" | "pink";
3341
+ type BadgeStatus = "info" | "caution" | "positive" | "negative" | "disable";
3342
+ type BadgeType = "default" | "solid";
3343
+ type BadgeProps = {
3344
+ className?: string | undefined;
3345
+ icon?: React__default.ReactNode;
3346
+ label?: string;
3347
+ size?: BadgeSize;
3348
+ color?: ColorType;
3349
+ status?: BadgeStatus;
3350
+ type?: BadgeType;
3351
+ src?: string;
3352
+ disable?: boolean;
3353
+ };
3354
+ declare const FISBadge: React__default.FC<BadgeProps>;
3355
+
3356
+ interface InputTimeProps extends InputFieldProps, Partial<InputLabelProps> {
3357
+ message?: string;
3358
+ positive?: boolean;
3359
+ format?: string;
3360
+ }
3361
+ declare const FISInputTime: React__default.ForwardRefExoticComponent<InputTimeProps & React__default.RefAttributes<HTMLInputElement>>;
3362
+
3363
+ interface InputDateProps extends Omit<InputFieldProps, "value" | "onChange">, Partial<InputLabelProps> {
3364
+ /**Date value*/
3365
+ value?: Date | null;
3366
+ /**Format Date*/
3367
+ format?: string;
3368
+ /**Hint text for current field*/
3369
+ message?: string;
3370
+ /**positive for current field*/
3371
+ positive?: boolean;
3372
+ /** Handle on change action */
3373
+ onChange?: (date: Date | null) => void;
3374
+ }
3375
+ declare const FISInputDate: React$1.ForwardRefExoticComponent<InputDateProps & React$1.RefAttributes<HTMLInputElement>>;
3376
+
3377
+ interface TableProps extends Omit<TableProps$1<any>, "columns" | "dataSource"> {
3378
+ className?: string;
3379
+ dataSource: TableProps$1<any>["dataSource"];
3380
+ columns: TableProps$1<any>["columns"];
3381
+ }
3382
+ declare const FISTable: React$1.ForwardRefExoticComponent<TableProps & React$1.RefAttributes<HTMLLabelElement>>;
3383
+
3384
+ interface HeaderCellProps extends Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> {
3385
+ className?: string;
3386
+ textAlign?: string;
3387
+ title?: string;
3388
+ description?: string;
3389
+ icon?: JSX.Element;
3390
+ disabled?: boolean;
3391
+ showBorder?: boolean;
3392
+ showDivider?: boolean;
3393
+ contentWrapText?: boolean;
3394
+ }
3395
+ declare const FISHeaderCell: React$1.ForwardRefExoticComponent<HeaderCellProps & React$1.RefAttributes<HTMLLabelElement>>;
3396
+
3397
+ interface ColumnCellProps extends Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> {
3398
+ className?: string;
3399
+ textAlign?: string;
3400
+ contentWrapText?: boolean;
3401
+ variant?: string;
3402
+ content?: string;
3403
+ description?: string;
3404
+ icon?: ReactElement;
3405
+ disabled?: boolean;
3406
+ showBorder?: boolean;
3407
+ onIconClick?: () => void;
3408
+ }
3409
+ declare const FISColumnCell: React$1.ForwardRefExoticComponent<ColumnCellProps & React$1.RefAttributes<HTMLLabelElement>>;
3410
+
3411
+ interface FISSorterProps {
3412
+ columnKey: string;
3413
+ onSort: (columnKey: string | null, order: string | null) => void;
3414
+ sortedInfo: {
3415
+ columnKey: string | null;
3416
+ order: string | null;
3417
+ };
3418
+ colorActive?: string;
3419
+ UpIcon?: ComponentType<{
3420
+ style?: React.CSSProperties;
3421
+ }>;
3422
+ DownIcon?: ComponentType<{
3423
+ style?: React.CSSProperties;
3424
+ }>;
3425
+ }
3426
+ declare const FISSorter: ({ columnKey, onSort, sortedInfo, colorActive, UpIcon, DownIcon, }: FISSorterProps) => react_jsx_runtime.JSX.Element;
3427
+
3428
+ export { FISAvatar, FISBadge, FISBreadcrumb, FISButton, FISButtonGroup, FISCheckbox, FISCheckboxGroup, FISDivider, FISIconButton, FISInputArea, FISInputDate, FISInputField, FISInputLabel, FISInputStepper, FISInputText, FISInputTime, FISLinkButton, FISRadio, RadioGroup as FISRadioGroup, FISSegmented, FISSorter, FISSwitch, FISTab, FISTable, FISColumnCell as FISTableColumn, FISHeaderCell as FISTableHeader, FISThemeProvider, FISTooltip, SegmentedPanelItem, TabPanelItem, type ThemeType };