fis-component 0.0.23 → 0.0.25

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 (200) hide show
  1. package/dist/cjs/index.js +63810 -3792
  2. package/dist/cjs/index.js.map +1 -1
  3. package/dist/cjs/types/src/assets/icons/ArrowDownIcon.d.ts +3 -0
  4. package/dist/cjs/types/src/assets/icons/ArrowRightIcon.d.ts +3 -0
  5. package/dist/cjs/types/src/assets/icons/ArrowUpIcon.d.ts +3 -0
  6. package/dist/cjs/types/src/assets/icons/BadgeIcon.d.ts +3 -0
  7. package/dist/cjs/types/src/assets/icons/CalendarIcon.d.ts +3 -0
  8. package/dist/cjs/types/src/assets/icons/CheckIcon.d.ts +3 -0
  9. package/dist/cjs/types/src/assets/icons/ChevronSelector.d.ts +2 -0
  10. package/dist/cjs/types/src/assets/icons/CloseChipIcon.d.ts +3 -0
  11. package/dist/cjs/types/src/assets/icons/DateIcon.d.ts +3 -0
  12. package/dist/cjs/types/src/assets/icons/DeleteIcon.d.ts +3 -0
  13. package/dist/cjs/types/src/assets/icons/EditIcon.d.ts +3 -0
  14. package/dist/cjs/types/src/assets/icons/ErrorIcon.d.ts +3 -0
  15. package/dist/cjs/types/src/assets/icons/ExitIcon.d.ts +3 -0
  16. package/dist/cjs/types/src/assets/icons/InfoIcon.d.ts +3 -0
  17. package/dist/cjs/types/src/assets/icons/RiseIcon.d.ts +2 -0
  18. package/dist/cjs/types/src/assets/icons/TimeIcon.d.ts +3 -0
  19. package/dist/cjs/types/src/assets/icons/WarningIcon.d.ts +3 -0
  20. package/dist/cjs/types/src/assets/icons/index.d.ts +17 -0
  21. package/dist/cjs/types/src/components/AlertBanner/AlertBanner.stories.d.ts +5 -0
  22. package/dist/cjs/types/src/components/AlertBanner/index.d.ts +19 -0
  23. package/dist/cjs/types/src/components/AlertBanner/styles.d.ts +17 -0
  24. package/dist/cjs/types/src/components/Avatar/index.d.ts +2 -1
  25. package/dist/cjs/types/src/components/Avatar/styles.d.ts +3 -0
  26. package/dist/cjs/types/src/components/Badge/Badge.stories.d.ts +4 -0
  27. package/dist/cjs/types/src/components/Badge/index.d.ts +31 -0
  28. package/dist/cjs/types/src/components/Badge/styles.d.ts +12 -0
  29. package/dist/cjs/types/src/components/Checkbox/index.d.ts +11 -3
  30. package/dist/cjs/types/src/components/CheckboxGroup/index.d.ts +15 -1
  31. package/dist/cjs/types/src/components/ChipButton/ChipButton.stories.d.ts +4 -0
  32. package/dist/cjs/types/src/components/ChipButton/index.d.ts +17 -0
  33. package/dist/cjs/types/src/components/ChipButton/styles.d.ts +11 -0
  34. package/dist/cjs/types/src/components/Combobox/Combobox.stories.d.ts +7 -0
  35. package/dist/cjs/types/src/components/Combobox/MultipleValue.d.ts +7 -0
  36. package/dist/cjs/types/src/components/Combobox/index.d.ts +29 -0
  37. package/dist/cjs/types/src/components/Combobox/styles.d.ts +24 -0
  38. package/dist/cjs/types/src/components/Divider/Divider.stories.d.ts +5 -0
  39. package/dist/cjs/types/src/components/Divider/index.d.ts +14 -0
  40. package/dist/cjs/types/src/components/Divider/styles.d.ts +6 -0
  41. package/dist/cjs/types/src/components/IconButton/IconButton.stories.d.ts +1 -1
  42. package/dist/cjs/types/src/components/IconButton/index.d.ts +1 -1
  43. package/dist/cjs/types/src/components/Input/DateRange/DateRange.stories.d.ts +40 -0
  44. package/dist/cjs/types/src/components/Input/DateRange/index.d.ts +14 -0
  45. package/dist/cjs/types/src/components/Input/DateRange/styles.d.ts +8 -0
  46. package/dist/cjs/types/src/components/Input/{TextArea → InputArea}/TextArea.stories.d.ts +1 -1
  47. package/dist/{esm/types/src/components/Input/TextArea → cjs/types/src/components/Input/InputArea}/index.d.ts +4 -12
  48. package/dist/cjs/types/src/components/Input/InputDate/InputDate.stories.d.ts +5 -0
  49. package/dist/cjs/types/src/components/Input/InputDate/index.d.ts +16 -0
  50. package/dist/cjs/types/src/components/Input/InputDate/styles.d.ts +10 -0
  51. package/dist/cjs/types/src/components/Input/InputField/index.d.ts +10 -3
  52. package/dist/cjs/types/src/components/Input/InputField/styles.d.ts +6 -2
  53. package/dist/cjs/types/src/components/Input/InputLabel/index.d.ts +4 -1
  54. package/dist/cjs/types/src/components/Input/InputText/index.d.ts +1 -7
  55. package/dist/cjs/types/src/components/Input/InputTime/InputTime.stories.d.ts +5 -0
  56. package/dist/cjs/types/src/components/Input/InputTime/index.d.ts +10 -0
  57. package/dist/cjs/types/src/components/Input/InputTime/styles.d.ts +12 -0
  58. package/dist/cjs/types/src/components/LinkButton/LinkButton.stories.d.ts +1 -1
  59. package/dist/cjs/types/src/components/LinkButton/index.d.ts +1 -1
  60. package/dist/cjs/types/src/components/Portal/index.d.ts +14 -0
  61. package/dist/cjs/types/src/components/Radio/index.d.ts +9 -1
  62. package/dist/cjs/types/src/components/RadioGroup/index.d.ts +16 -2
  63. package/dist/cjs/types/src/components/Segmented/Segmented.stories.d.ts +7 -0
  64. package/dist/cjs/types/src/components/Segmented/index.d.ts +39 -0
  65. package/dist/cjs/types/src/components/Segmented/styles.d.ts +15 -0
  66. package/dist/cjs/types/src/components/Slot/Slot.stories.example.d.ts +25 -0
  67. package/dist/cjs/types/src/components/Slot/index.d.ts +8 -0
  68. package/dist/cjs/types/src/components/Slot/styles.d.ts +1 -0
  69. package/dist/cjs/types/src/components/Switch/Switch.stories.d.ts +11 -0
  70. package/dist/cjs/types/src/components/Switch/index.d.ts +51 -0
  71. package/dist/cjs/types/src/components/Switch/styles.d.ts +20 -0
  72. package/dist/cjs/types/src/components/Table/ColumnCell/ColumnCell.stories.d.ts +53 -0
  73. package/dist/cjs/types/src/components/Table/ColumnCell/index.d.ts +15 -0
  74. package/dist/cjs/types/src/components/Table/ColumnCell/styles.d.ts +12 -0
  75. package/dist/cjs/types/src/components/Table/HeaderCell/HeaderCell.stories.d.ts +51 -0
  76. package/dist/cjs/types/src/components/Table/HeaderCell/index.d.ts +14 -0
  77. package/dist/cjs/types/src/components/Table/HeaderCell/styles.d.ts +12 -0
  78. package/dist/cjs/types/src/components/Table/Sorter/FISSorter.d.ts +18 -0
  79. package/dist/cjs/types/src/components/Table/Table/Table.stories.d.ts +32 -0
  80. package/dist/cjs/types/src/components/Table/Table/index.d.ts +8 -0
  81. package/dist/cjs/types/src/components/Table/Table/styles.d.ts +1 -0
  82. package/dist/cjs/types/src/components/Table/helper.d.ts +27 -0
  83. package/dist/cjs/types/src/components/Tabs/Tabs.stories.d.ts +7 -0
  84. package/dist/cjs/types/src/components/Tabs/index.d.ts +39 -0
  85. package/dist/cjs/types/src/components/Tabs/styles.d.ts +15 -0
  86. package/dist/cjs/types/src/components/Toast/Toast.stories.d.ts +5 -0
  87. package/dist/cjs/types/src/components/Toast/ToastContext.d.ts +13 -0
  88. package/dist/cjs/types/src/components/Toast/index.d.ts +18 -0
  89. package/dist/cjs/types/src/components/Toast/styles.d.ts +13 -0
  90. package/dist/cjs/types/src/components/Toast/useToast.d.ts +2 -0
  91. package/dist/cjs/types/src/components/Tooltip/Tooltip.stories.d.ts +12 -0
  92. package/dist/cjs/types/src/components/Tooltip/index.d.ts +28 -0
  93. package/dist/cjs/types/src/components/Tooltip/styles.d.ts +12 -0
  94. package/dist/cjs/types/src/components/Tooltip/util.d.ts +2 -0
  95. package/dist/cjs/types/src/index.d.ts +18 -1
  96. package/dist/cjs/types/src/styles/design-system/variable.d.ts +1230 -742
  97. package/dist/cjs/types/src/utils/getTheme.d.ts +3216 -4
  98. package/dist/cjs/types/src/utils/mergeRefs.d.ts +12 -0
  99. package/dist/esm/index.js +63942 -3961
  100. package/dist/esm/index.js.map +1 -1
  101. package/dist/esm/types/src/assets/icons/ArrowDownIcon.d.ts +3 -0
  102. package/dist/esm/types/src/assets/icons/ArrowRightIcon.d.ts +3 -0
  103. package/dist/esm/types/src/assets/icons/ArrowUpIcon.d.ts +3 -0
  104. package/dist/esm/types/src/assets/icons/BadgeIcon.d.ts +3 -0
  105. package/dist/esm/types/src/assets/icons/CalendarIcon.d.ts +3 -0
  106. package/dist/esm/types/src/assets/icons/CheckIcon.d.ts +3 -0
  107. package/dist/esm/types/src/assets/icons/ChevronSelector.d.ts +2 -0
  108. package/dist/esm/types/src/assets/icons/CloseChipIcon.d.ts +3 -0
  109. package/dist/esm/types/src/assets/icons/DateIcon.d.ts +3 -0
  110. package/dist/esm/types/src/assets/icons/DeleteIcon.d.ts +3 -0
  111. package/dist/esm/types/src/assets/icons/EditIcon.d.ts +3 -0
  112. package/dist/esm/types/src/assets/icons/ErrorIcon.d.ts +3 -0
  113. package/dist/esm/types/src/assets/icons/ExitIcon.d.ts +3 -0
  114. package/dist/esm/types/src/assets/icons/InfoIcon.d.ts +3 -0
  115. package/dist/esm/types/src/assets/icons/RiseIcon.d.ts +2 -0
  116. package/dist/esm/types/src/assets/icons/TimeIcon.d.ts +3 -0
  117. package/dist/esm/types/src/assets/icons/WarningIcon.d.ts +3 -0
  118. package/dist/esm/types/src/assets/icons/index.d.ts +17 -0
  119. package/dist/esm/types/src/components/AlertBanner/AlertBanner.stories.d.ts +5 -0
  120. package/dist/esm/types/src/components/AlertBanner/index.d.ts +19 -0
  121. package/dist/esm/types/src/components/AlertBanner/styles.d.ts +17 -0
  122. package/dist/esm/types/src/components/Avatar/index.d.ts +2 -1
  123. package/dist/esm/types/src/components/Avatar/styles.d.ts +3 -0
  124. package/dist/esm/types/src/components/Badge/Badge.stories.d.ts +4 -0
  125. package/dist/esm/types/src/components/Badge/index.d.ts +31 -0
  126. package/dist/esm/types/src/components/Badge/styles.d.ts +12 -0
  127. package/dist/esm/types/src/components/Checkbox/index.d.ts +11 -3
  128. package/dist/esm/types/src/components/CheckboxGroup/index.d.ts +15 -1
  129. package/dist/esm/types/src/components/ChipButton/ChipButton.stories.d.ts +4 -0
  130. package/dist/esm/types/src/components/ChipButton/index.d.ts +17 -0
  131. package/dist/esm/types/src/components/ChipButton/styles.d.ts +11 -0
  132. package/dist/esm/types/src/components/Combobox/Combobox.stories.d.ts +7 -0
  133. package/dist/esm/types/src/components/Combobox/MultipleValue.d.ts +7 -0
  134. package/dist/esm/types/src/components/Combobox/index.d.ts +29 -0
  135. package/dist/esm/types/src/components/Combobox/styles.d.ts +24 -0
  136. package/dist/esm/types/src/components/Divider/Divider.stories.d.ts +5 -0
  137. package/dist/esm/types/src/components/Divider/index.d.ts +14 -0
  138. package/dist/esm/types/src/components/Divider/styles.d.ts +6 -0
  139. package/dist/esm/types/src/components/IconButton/IconButton.stories.d.ts +1 -1
  140. package/dist/esm/types/src/components/IconButton/index.d.ts +1 -1
  141. package/dist/esm/types/src/components/Input/DateRange/DateRange.stories.d.ts +40 -0
  142. package/dist/esm/types/src/components/Input/DateRange/index.d.ts +14 -0
  143. package/dist/esm/types/src/components/Input/DateRange/styles.d.ts +8 -0
  144. package/dist/esm/types/src/components/Input/{TextArea → InputArea}/TextArea.stories.d.ts +1 -1
  145. package/dist/{cjs/types/src/components/Input/TextArea → esm/types/src/components/Input/InputArea}/index.d.ts +4 -12
  146. package/dist/esm/types/src/components/Input/InputDate/InputDate.stories.d.ts +5 -0
  147. package/dist/esm/types/src/components/Input/InputDate/index.d.ts +16 -0
  148. package/dist/esm/types/src/components/Input/InputDate/styles.d.ts +10 -0
  149. package/dist/esm/types/src/components/Input/InputField/index.d.ts +10 -3
  150. package/dist/esm/types/src/components/Input/InputField/styles.d.ts +6 -2
  151. package/dist/esm/types/src/components/Input/InputLabel/index.d.ts +4 -1
  152. package/dist/esm/types/src/components/Input/InputText/index.d.ts +1 -7
  153. package/dist/esm/types/src/components/Input/InputTime/InputTime.stories.d.ts +5 -0
  154. package/dist/esm/types/src/components/Input/InputTime/index.d.ts +10 -0
  155. package/dist/esm/types/src/components/Input/InputTime/styles.d.ts +12 -0
  156. package/dist/esm/types/src/components/LinkButton/LinkButton.stories.d.ts +1 -1
  157. package/dist/esm/types/src/components/LinkButton/index.d.ts +1 -1
  158. package/dist/esm/types/src/components/Portal/index.d.ts +14 -0
  159. package/dist/esm/types/src/components/Radio/index.d.ts +9 -1
  160. package/dist/esm/types/src/components/RadioGroup/index.d.ts +16 -2
  161. package/dist/esm/types/src/components/Segmented/Segmented.stories.d.ts +7 -0
  162. package/dist/esm/types/src/components/Segmented/index.d.ts +39 -0
  163. package/dist/esm/types/src/components/Segmented/styles.d.ts +15 -0
  164. package/dist/esm/types/src/components/Slot/Slot.stories.example.d.ts +25 -0
  165. package/dist/esm/types/src/components/Slot/index.d.ts +8 -0
  166. package/dist/esm/types/src/components/Slot/styles.d.ts +1 -0
  167. package/dist/esm/types/src/components/Switch/Switch.stories.d.ts +11 -0
  168. package/dist/esm/types/src/components/Switch/index.d.ts +51 -0
  169. package/dist/esm/types/src/components/Switch/styles.d.ts +20 -0
  170. package/dist/esm/types/src/components/Table/ColumnCell/ColumnCell.stories.d.ts +53 -0
  171. package/dist/esm/types/src/components/Table/ColumnCell/index.d.ts +15 -0
  172. package/dist/esm/types/src/components/Table/ColumnCell/styles.d.ts +12 -0
  173. package/dist/esm/types/src/components/Table/HeaderCell/HeaderCell.stories.d.ts +51 -0
  174. package/dist/esm/types/src/components/Table/HeaderCell/index.d.ts +14 -0
  175. package/dist/esm/types/src/components/Table/HeaderCell/styles.d.ts +12 -0
  176. package/dist/esm/types/src/components/Table/Sorter/FISSorter.d.ts +18 -0
  177. package/dist/esm/types/src/components/Table/Table/Table.stories.d.ts +32 -0
  178. package/dist/esm/types/src/components/Table/Table/index.d.ts +8 -0
  179. package/dist/esm/types/src/components/Table/Table/styles.d.ts +1 -0
  180. package/dist/esm/types/src/components/Table/helper.d.ts +27 -0
  181. package/dist/esm/types/src/components/Tabs/Tabs.stories.d.ts +7 -0
  182. package/dist/esm/types/src/components/Tabs/index.d.ts +39 -0
  183. package/dist/esm/types/src/components/Tabs/styles.d.ts +15 -0
  184. package/dist/esm/types/src/components/Toast/Toast.stories.d.ts +5 -0
  185. package/dist/esm/types/src/components/Toast/ToastContext.d.ts +13 -0
  186. package/dist/esm/types/src/components/Toast/index.d.ts +18 -0
  187. package/dist/esm/types/src/components/Toast/styles.d.ts +13 -0
  188. package/dist/esm/types/src/components/Toast/useToast.d.ts +2 -0
  189. package/dist/esm/types/src/components/Tooltip/Tooltip.stories.d.ts +12 -0
  190. package/dist/esm/types/src/components/Tooltip/index.d.ts +28 -0
  191. package/dist/esm/types/src/components/Tooltip/styles.d.ts +12 -0
  192. package/dist/esm/types/src/components/Tooltip/util.d.ts +2 -0
  193. package/dist/esm/types/src/index.d.ts +18 -1
  194. package/dist/esm/types/src/styles/design-system/variable.d.ts +1230 -742
  195. package/dist/esm/types/src/utils/getTheme.d.ts +3216 -4
  196. package/dist/esm/types/src/utils/mergeRefs.d.ts +12 -0
  197. package/dist/index.d.ts +1645 -769
  198. package/package.json +17 -15
  199. /package/dist/cjs/types/src/components/Input/{TextArea → InputArea}/styles.d.ts +0 -0
  200. /package/dist/esm/types/src/components/Input/{TextArea → InputArea}/styles.d.ts +0 -0
package/dist/index.d.ts CHANGED
@@ -1,7 +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
4
  import * as react_jsx_runtime from 'react/jsx-runtime';
5
+ import { TooltipProps as TooltipProps$1, TableProps as TableProps$1 } from 'antd';
5
6
 
6
7
  interface ThemeProviderProps {
7
8
  theme?: DefaultTheme;
@@ -10,30 +11,48 @@ interface ThemeProviderProps {
10
11
  declare const FISThemeProvider: React__default.FC<ThemeProviderProps>;
11
12
 
12
13
  declare const _default: {
13
- readonly "com/breadcrumbs/module/horizontal-gap": "4px";
14
- readonly "com/breadcrumbs/module/horizontal-padding": "8px";
15
- readonly "com/breadcrumbs/module/vertical-padding": "4px";
16
- readonly "com/breadcrumbs/module/corner-radius": "6px";
17
- readonly "com/breadcrumbs/module/current/background/default": "#ffffff00";
18
- readonly "com/breadcrumbs/module/current/background/hover": "#0451780e";
19
- readonly "com/breadcrumbs/module/current/background/active": "#2354850a";
20
- readonly "com/breadcrumbs/module/current/label/color-text/default": "#1e2225";
21
- readonly "com/breadcrumbs/module/current/label/color-text/hover": "#1c1857";
22
- readonly "com/breadcrumbs/module/current/label/color-text/active": "#2a30a0";
23
- readonly "com/breadcrumbs/module/current/icon/color-icon/default": "#343d41";
24
- readonly "com/breadcrumbs/module/current/icon/color-icon/hover": "#242173";
25
- readonly "com/breadcrumbs/module/current/icon/color-icon/active": "#2f3cc1";
26
- readonly "com/breadcrumbs/module/non-current/background/default": "#ffffff00";
27
- readonly "com/breadcrumbs/module/non-current/background/hover": "#e9edf1";
28
- readonly "com/breadcrumbs/module/non-current/background/active": "#f1f4f6";
29
- readonly "com/breadcrumbs/module/non-current/label/color-text/default": "#505a5f";
30
- readonly "com/breadcrumbs/module/non-current/label/color-text/hover": "#1e2225";
31
- readonly "com/breadcrumbs/module/non-current/label/color-text/active": "#2a30a0";
32
- readonly "com/breadcrumbs/module/non-current/icon/color-icon/default": "#505a5f";
33
- readonly "com/breadcrumbs/module/non-current/icon/color-icon/hover": "#343d41";
34
- readonly "com/breadcrumbs/module/non-current/icon/color-icon/active": "#2f3cc1";
35
- readonly "com/breadcrumbs/separated-icon/size-icon": "12px";
36
- readonly "com/breadcrumbs/separated-icon/color-icon": "#a3aeb5";
14
+ readonly "com/accordion/head/size-md/icon-wrap/height": "24px";
15
+ readonly "com/accordion/head/size-md/icon/size": "20px";
16
+ readonly "com/accordion/head/size-md/border-radius": "6px";
17
+ readonly "com/accordion/head/size-md/horizontal-gap": "8px";
18
+ readonly "com/accordion/head/size-md/horizontal-padding": "4px";
19
+ readonly "com/accordion/head/size-md/vertical-padding": "12px";
20
+ readonly "com/accordion/head/size-md/margin": "-4px";
21
+ readonly "com/accordion/head/size-md/divider/color-stroke": "#02305e16";
22
+ readonly "com/accordion/head/size-sm/icon-wrap/height": "20px";
23
+ readonly "com/accordion/head/size-sm/icon/size": "16px";
24
+ readonly "com/accordion/head/size-sm/border-radius": "4px";
25
+ readonly "com/accordion/head/size-sm/horizontal-gap": "8px";
26
+ readonly "com/accordion/head/size-sm/horizontal-padding": "4px";
27
+ readonly "com/accordion/head/size-sm/vertical-padding": "8px";
28
+ readonly "com/accordion/head/size-sm/margin": "-4px";
29
+ readonly "com/accordion/head/size-sm/divider/color-stroke": "#02305e16";
30
+ readonly "com/accordion/head/size-lg/icon-wrap/height": "28px";
31
+ readonly "com/accordion/head/size-lg/icon/size": "24px";
32
+ readonly "com/accordion/head/size-lg/divider/color-stroke": "#0a2f4d22";
33
+ readonly "com/accordion/head/size-lg/corner-radius": "6px";
34
+ readonly "com/accordion/head/size-lg/horizontal-gap": "8px";
35
+ readonly "com/accordion/head/size-lg/horizontal-padding": "4px";
36
+ readonly "com/accordion/head/size-lg/vertical-padding": "16px";
37
+ readonly "com/accordion/head/size-lg/margin": "-4px";
38
+ readonly "com/accordion/head/icon/color-icon/default": "#505a5f";
39
+ readonly "com/accordion/head/icon/color-icon/hover": "#343d41";
40
+ readonly "com/accordion/head/icon/color-icon/disable": "#c5cdd2";
41
+ readonly "com/accordion/head/label/color-text/default": "#505a5f";
42
+ readonly "com/accordion/head/label/color-text/hover": "#1e2225";
43
+ readonly "com/accordion/head/label/color-text/disable": "#c5cdd2";
44
+ readonly "com/accordion/head/background-color/default": "#ffffff00";
45
+ readonly "com/accordion/head/background-color/hover": "#02305e16";
46
+ readonly "com/accordion/head/background-color/disable": "#ffffff00";
47
+ readonly "com/accordion/body/size-sm/top-padding": "8px";
48
+ readonly "com/accordion/body/size-sm/left-padding": "0px";
49
+ readonly "com/accordion/body/size-sm/right-padding": "0px";
50
+ readonly "com/accordion/body/size-md/top-padding": "12px";
51
+ readonly "com/accordion/body/size-md/left-padding": "0px";
52
+ readonly "com/accordion/body/size-md/right-padding": "0px";
53
+ readonly "com/accordion/body/size-lg/top-padding": "12px";
54
+ readonly "com/accordion/body/size-lg/left-padding": "0px";
55
+ readonly "com/accordion/body/size-lg/right-padding": "0px";
37
56
  readonly "com/avatar/corner-radius-rounded": "9999px";
38
57
  readonly "com/avatar/size-2xs/height": "16px";
39
58
  readonly "com/avatar/size-2xs/width": "16px";
@@ -69,13 +88,13 @@ declare const _default: {
69
88
  readonly "com/avatar/theme/icon/color-icon/red": "#df3e3f";
70
89
  readonly "com/avatar/theme/icon/color-icon/orange": "#cc5602";
71
90
  readonly "com/avatar/theme/icon/color-icon/yellow": "#d58e00";
72
- readonly "com/avatar/theme/icon/color-icon/lime": "#4b8c00";
73
- readonly "com/avatar/theme/icon/color-icon/green": "#009559";
74
91
  readonly "com/avatar/theme/icon/color-icon/ocean": "#00969d";
75
- readonly "com/avatar/theme/icon/color-icon/violet": "#a65dcf";
76
- readonly "com/avatar/theme/icon/color-icon/pink": "#cd44a7";
77
- readonly "com/avatar/theme/icon/color-icon/indigo": "#4278f5";
92
+ readonly "com/avatar/theme/icon/color-icon/green": "#009559";
93
+ readonly "com/avatar/theme/icon/color-icon/lime": "#4b8c00";
78
94
  readonly "com/avatar/theme/icon/color-icon/blue": "#008ee1";
95
+ readonly "com/avatar/theme/icon/color-icon/indigo": "#4278f5";
96
+ readonly "com/avatar/theme/icon/color-icon/pink": "#cd44a7";
97
+ readonly "com/avatar/theme/icon/color-icon/violet": "#a65dcf";
79
98
  readonly "com/avatar/theme/label/color-text/neutral": "#828f96";
80
99
  readonly "com/avatar/theme/label/color-text/red": "#df3e3f";
81
100
  readonly "com/avatar/theme/label/color-text/orange": "#cc5602";
@@ -112,7 +131,7 @@ declare const _default: {
112
131
  readonly "com/avatar/disable/color-text": "#c5cdd2";
113
132
  readonly "com/avatar/disable/color-icon": "#c5cdd2";
114
133
  readonly "com/avatar/disable/background-color": "#e9edf1";
115
- readonly "com/avatar/disable/color-stroke": "#0451780e";
134
+ readonly "com/avatar/disable/color-stroke": "#02305e16";
116
135
  readonly "com/avatar/status-badge/size-xs/stroke-width": "1px";
117
136
  readonly "com/avatar/status-badge/color-stroke": "#ffffff";
118
137
  readonly "com/avatar/status-badge/size-sm/stroke-width": "1.3px";
@@ -123,6 +142,50 @@ declare const _default: {
123
142
  readonly "com/avatar/status-badge/theme/yellow": "#d58e00";
124
143
  readonly "com/avatar/status-badge/theme/blue": "#00a6e5";
125
144
  readonly "com/avatar/status-badge/theme/neutral": "#dee3e7";
145
+ readonly "com/alert-banner/right-padding": "12px";
146
+ readonly "com/alert-banner/left-padding": "16px";
147
+ readonly "com/alert-banner/top-padding": "16px";
148
+ readonly "com/alert-banner/bottom-padding": "12px";
149
+ readonly "com/alert-banner/bottom-padding-inline": "16px";
150
+ readonly "com/alert-banner/horizontal-gap": "12px";
151
+ readonly "com/alert-banner/stroke-width": "1px";
152
+ readonly "com/alert-banner/label/horizonal-gap": "12px";
153
+ readonly "com/alert-banner/label/vertical-gap": "4px";
154
+ readonly "com/alert-banner/icon-wrap/height": "20px";
155
+ readonly "com/alert-banner/close-wrap/margin": "-4px";
156
+ readonly "com/alert-banner/icon/left-padding": "4px";
157
+ readonly "com/alert-banner/icon/size-icon": "20px";
158
+ readonly "com/alert-banner/action/horizontal-gap": "16px";
159
+ readonly "com/alert-banner/theme/icon/color-icon/neutral": "#505a5f";
160
+ readonly "com/alert-banner/theme/icon/color-icon/info": "#0083f0";
161
+ readonly "com/alert-banner/theme/icon/color-icon/positive": "#00914a";
162
+ readonly "com/alert-banner/theme/icon/color-icon/caution": "#bc6300";
163
+ readonly "com/alert-banner/theme/icon/color-icon/negative": "#d8473c";
164
+ readonly "com/alert-banner/theme/title/color-text/neutral": "#1e2225";
165
+ readonly "com/alert-banner/theme/title/color-text/info": "#1e2225";
166
+ readonly "com/alert-banner/theme/title/color-text/negative": "#1e2225";
167
+ readonly "com/alert-banner/theme/title/color-text/positive": "#1e2225";
168
+ readonly "com/alert-banner/theme/title/color-text/caution": "#1e2225";
169
+ readonly "com/alert-banner/theme/description/color-text/neutral": "#505a5f";
170
+ readonly "com/alert-banner/theme/description/color-text/info": "#505a5f";
171
+ readonly "com/alert-banner/theme/description/color-text/positive": "#505a5f";
172
+ readonly "com/alert-banner/theme/description/color-text/caution": "#505a5f";
173
+ readonly "com/alert-banner/theme/description/color-text/negative": "#505a5f";
174
+ readonly "com/alert-banner/theme/divider/color-stroke/neutral": "#0d2e433d";
175
+ readonly "com/alert-banner/theme/divider/color-stroke/info": "#c1e2fc";
176
+ readonly "com/alert-banner/theme/divider/color-stroke/positive": "#c0e6ce";
177
+ readonly "com/alert-banner/theme/divider/color-stroke/caution": "#f8dbab";
178
+ readonly "com/alert-banner/theme/divider/color-stroke/negative": "#fdd3cd";
179
+ readonly "com/alert-banner/theme/border/color-stroke/neutral": "#00152096";
180
+ readonly "com/alert-banner/theme/border/color-stroke/info": "#3d9cfb";
181
+ readonly "com/alert-banner/theme/border/color-stroke/positive": "#00aa67";
182
+ readonly "com/alert-banner/theme/border/color-stroke/caution": "#da841a";
183
+ readonly "com/alert-banner/theme/border/color-stroke/negative": "#f2685b";
184
+ readonly "com/alert-banner/theme/background-color/neutral": "#e9edf1";
185
+ readonly "com/alert-banner/theme/background-color/info": "#def1fd";
186
+ readonly "com/alert-banner/theme/background-color/positive": "#def3e5";
187
+ readonly "com/alert-banner/theme/background-color/caution": "#fceccd";
188
+ readonly "com/alert-banner/theme/background-color/negative": "#fee9e7";
126
189
  readonly "com/badge/stroke-width": "1px";
127
190
  readonly "com/badge/size-xs/height": "16px";
128
191
  readonly "com/badge/size-xs/horizontal-padding": "4px";
@@ -133,8 +196,8 @@ declare const _default: {
133
196
  readonly "com/badge/size-sm/icon/size-icon": "12px";
134
197
  readonly "com/badge/size-sm/horizontal-padding": "4px";
135
198
  readonly "com/badge/size-sm/horizontal-gap": "2px";
136
- readonly "com/badge/size-sm/sub-spacing": "4px";
137
- readonly "com/badge/size-sm/only-label/horizontal-padding": "8px";
199
+ readonly "com/badge/size-sm/sub-spacing": "2px";
200
+ readonly "com/badge/size-sm/only-label/horizontal-padding": "4px";
138
201
  readonly "com/badge/size-md/height": "24px";
139
202
  readonly "com/badge/size-md/corner-radius": "6px";
140
203
  readonly "com/badge/size-md/avatar/size": "2xs (16)";
@@ -150,9 +213,9 @@ declare const _default: {
150
213
  readonly "com/badge/size-lg/horizontal-gap": "4px";
151
214
  readonly "com/badge/size-lg/sub-spacing": "4px";
152
215
  readonly "com/badge/size-lg/avatar/size": "Xs (20)";
153
- readonly "com/badge/size-lg/only-label/horizontal-padding": "6px";
216
+ readonly "com/badge/size-lg/only-label/horizontal-padding": "12px";
154
217
  readonly "com/badge/default/icon/color-icon/neutral": "#505a5f";
155
- readonly "com/badge/default/icon/color-icon/neutral-light": "#a3aeb5";
218
+ readonly "com/badge/default/icon/color-icon/neutral-light": "#505a5f";
156
219
  readonly "com/badge/default/icon/color-icon/red": "#df3e3f";
157
220
  readonly "com/badge/default/icon/color-icon/orange": "#cc5602";
158
221
  readonly "com/badge/default/icon/color-icon/yellow": "#d58e00";
@@ -183,8 +246,8 @@ declare const _default: {
183
246
  readonly "com/badge/default/label/color-text/caution": "#893700";
184
247
  readonly "com/badge/default/label/color-text/positive": "#00652a";
185
248
  readonly "com/badge/default/label/color-text/negative": "#a80a12";
186
- readonly "com/badge/default/color-stroke/neutral": "#0a2f4d21";
187
- readonly "com/badge/default/color-stroke/neutral-light": "#0a2f4d21";
249
+ readonly "com/badge/default/color-stroke/neutral": "#0a2f4d22";
250
+ readonly "com/badge/default/color-stroke/neutral-light": "#0a2f4d22";
188
251
  readonly "com/badge/default/color-stroke/red": "#fbd3ce";
189
252
  readonly "com/badge/default/color-stroke/orange": "#ffd3b5";
190
253
  readonly "com/badge/default/color-stroke/yellow": "#fbd797";
@@ -230,8 +293,36 @@ declare const _default: {
230
293
  readonly "com/badge/solid/background-color/pink": "#cd44a7";
231
294
  readonly "com/badge/solid/background-color/negative": "#d0121c";
232
295
  readonly "com/badge/solid/background-color/positive": "#007d35";
233
- readonly "com/badge/solid/background-color/info": "#006bdf";
234
296
  readonly "com/badge/solid/background-color/caution": "#a94900";
297
+ readonly "com/badge/solid/background-color/info": "#006bdf";
298
+ readonly "com/badge/disable/icon/color-icon": "#c5cdd2";
299
+ readonly "com/badge/disable/label/color-text": "#c5cdd2";
300
+ readonly "com/badge/disable/color-stroke": "#02305e16";
301
+ readonly "com/badge/disable/background-color": "#ffffff";
302
+ readonly "com/breadcrumbs/module/horizontal-gap": "4px";
303
+ readonly "com/breadcrumbs/module/horizontal-padding": "4px";
304
+ readonly "com/breadcrumbs/module/vertical-padding": "4px";
305
+ readonly "com/breadcrumbs/module/corner-radius": "6px";
306
+ readonly "com/breadcrumbs/module/current/background/default": "#ffffff00";
307
+ readonly "com/breadcrumbs/module/current/background/hover": "#02305e16";
308
+ readonly "com/breadcrumbs/module/current/background/active": "#00375b0e";
309
+ readonly "com/breadcrumbs/module/current/label/color-text/default": "#1e2225";
310
+ readonly "com/breadcrumbs/module/current/label/color-text/hover": "#1c1857";
311
+ readonly "com/breadcrumbs/module/current/label/color-text/active": "#2a30a0";
312
+ readonly "com/breadcrumbs/module/current/icon/color-icon/default": "#343d41";
313
+ readonly "com/breadcrumbs/module/current/icon/color-icon/hover": "#242173";
314
+ readonly "com/breadcrumbs/module/current/icon/color-icon/active": "#2f3cc1";
315
+ readonly "com/breadcrumbs/module/non-current/background/default": "#ffffff00";
316
+ readonly "com/breadcrumbs/module/non-current/background/hover": "#e9edf1";
317
+ readonly "com/breadcrumbs/module/non-current/background/active": "#f1f4f6";
318
+ readonly "com/breadcrumbs/module/non-current/label/color-text/default": "#505a5f";
319
+ readonly "com/breadcrumbs/module/non-current/label/color-text/hover": "#1e2225";
320
+ readonly "com/breadcrumbs/module/non-current/label/color-text/active": "#2a30a0";
321
+ readonly "com/breadcrumbs/module/non-current/icon/color-icon/default": "#505a5f";
322
+ readonly "com/breadcrumbs/module/non-current/icon/color-icon/hover": "#343d41";
323
+ readonly "com/breadcrumbs/module/non-current/icon/color-icon/active": "#2f3cc1";
324
+ readonly "com/breadcrumbs/separated-icon/size-icon": "12px";
325
+ readonly "com/breadcrumbs/separated-icon/color-icon": "#a3aeb5";
235
326
  readonly "com/button/corner-radius-rounded": "9999px";
236
327
  readonly "com/button/size-xs/height": "24px";
237
328
  readonly "com/button/size-xs/horizontal-gap": "4px";
@@ -265,7 +356,7 @@ declare const _default: {
265
356
  readonly "com/button/disable/icon-color": "#c5cdd2";
266
357
  readonly "com/button/disable/background-color": "#e9edf1";
267
358
  readonly "com/button/disable/background-color-transparent": "#ffffff00";
268
- readonly "com/button/disable/stroke-color": "#0451780e";
359
+ readonly "com/button/disable/stroke-color": "#02305e16";
269
360
  readonly "com/button/disable-invert/label-color": "#ffffff82";
270
361
  readonly "com/button/disable-invert/icon-color": "#ffffff65";
271
362
  readonly "com/button/disable-invert/solid-background-color": "#ffffff30";
@@ -273,9 +364,9 @@ declare const _default: {
273
364
  readonly "com/button/disable-invert/stroke-color": "#ffffff30";
274
365
  readonly "com/button/loading/background-color": "#e9edf1";
275
366
  readonly "com/button/loading/background-color-transparent": "#ffffff00";
276
- readonly "com/button/loading/stroke-color": "#0a2f4d21";
367
+ readonly "com/button/loading/stroke-color": "#0a2f4d22";
277
368
  readonly "com/button/loading/icon/stroke-color": "#343d41";
278
- readonly "com/button/loading/icon/stroke-color-transparent": "#0451780e";
369
+ readonly "com/button/loading/icon/stroke-color-transparent": "#02305e16";
279
370
  readonly "com/button/loading-invert/solid-background-color": "#ffffff30";
280
371
  readonly "com/button/loading-invert/background-color-transparent": "#ffffff00";
281
372
  readonly "com/button/loading-invert/icon/stroke-color": "#ffffff";
@@ -356,7 +447,7 @@ declare const _default: {
356
447
  readonly "com/button/secondary-invert/background/default": "#ffffff00";
357
448
  readonly "com/button/secondary-invert/background/hover": "#e7f1fa";
358
449
  readonly "com/button/secondary-invert/background/pressed": "#cee2f8";
359
- readonly "com/button/secondary-invert/background/active": "#2354850a";
450
+ readonly "com/button/secondary-invert/background/active": "#00375b0e";
360
451
  readonly "com/button/secondary-invert/border/default": "#ffffff82";
361
452
  readonly "com/button/secondary-invert/border/hover": "#ffffff82";
362
453
  readonly "com/button/secondary-invert/border/pressed": "#ffffff82";
@@ -394,40 +485,346 @@ declare const _default: {
394
485
  readonly "com/button/tertiary/icon/color-icon/active": "#343d41";
395
486
  readonly "com/button-group/divider/divider-width": "1px";
396
487
  readonly "com/button-group/divider/divider-color/default": "#0d2e433d";
397
- readonly "com/button-group/divider/divider-color/disable": "#0451780e";
488
+ readonly "com/button-group/divider/divider-color/disable": "#02305e16";
398
489
  readonly "com/button-group/background-color/default": "#ffffff";
399
490
  readonly "com/button-group/background-color/disable": "#ffffff00";
400
- readonly "com/link/size-xs/size-icon": "16px";
401
- readonly "com/link/size-xs/horizontal-gap": "4px";
402
- readonly "com/link/size-sm/size-icon": "16px";
403
- readonly "com/link/size-sm/horizontal-gap": "4px";
404
- readonly "com/link/disable/label-color": "#a3aeb5";
405
- readonly "com/link/disable/icon-color": "#c5cdd2";
406
- readonly "com/link/disable-invert/label-color": "#ffffff82";
407
- readonly "com/link/disable-invert/icon-color": "#ffffff65";
408
- readonly "com/link/primary/label-color/default": "#2a30a0";
409
- readonly "com/link/primary/label-color/hover": "#3263e7";
410
- readonly "com/link/primary/icon-color/default": "#2f3cc1";
411
- readonly "com/link/primary/icon-color/hover": "#2f3cc1";
412
- readonly "com/link/secondary/label-color/default": "#41494e";
413
- readonly "com/link/secondary/label-color/hover": "#2f3cc1";
414
- readonly "com/link/secondary/icon-color/default": "#343d41";
415
- readonly "com/link/secondary/icon-color/hover": "#343d41";
416
- readonly "com/link/negative/label-color/default": "#a80a12";
417
- readonly "com/link/negative/label-color/hover": "#d8473c";
418
- readonly "com/link/negative/icon-color/default": "#d8473c";
419
- readonly "com/link/negative/icon-color/hover": "#d8473c";
420
- readonly "com/link/invert/label-color/default": "#ffffff";
421
- readonly "com/link/invert/label-color/hover": "#ffffff";
422
- readonly "com/link/invert/icon-color/default": "#ffffff";
423
- readonly "com/link/invert/icon-color/hover": "#ffffff";
424
- readonly "com/input/label/label/color-text": "#1e2225";
491
+ readonly "com/checkbox/horizontal-gap": "8px";
492
+ readonly "com/checkbox/item/stroke-width": "1px";
493
+ readonly "com/checkbox/item/marked/background-color/default": "#2f3cc1";
494
+ readonly "com/checkbox/item/marked/background-color/hover": "#3263e7";
495
+ readonly "com/checkbox/item/marked/background-color/disable": "#e9edf1";
496
+ readonly "com/checkbox/item/marked/color-stroke/disable": "#02305e16";
497
+ readonly "com/checkbox/item/marked/shape/color-shape/default": "#ffffff";
498
+ readonly "com/checkbox/item/marked/shape/color-shape/disable": "#c5cdd2";
499
+ readonly "com/checkbox/item/unmarked/background-color/default": "#f8f9fb";
500
+ readonly "com/checkbox/item/unmarked/background-color/hover": "#dee3e7";
501
+ readonly "com/checkbox/item/unmarked/background-color/disable": "#ffffff00";
502
+ readonly "com/checkbox/item/unmarked/color-stroke/default": "#0d2e433d";
503
+ readonly "com/checkbox/item/unmarked/color-stroke/hover": "#0d2e433d";
504
+ readonly "com/checkbox/item/unmarked/color-stroke/disable": "#02305e16";
505
+ readonly "com/checkbox/item/size-sm/height": "16px";
506
+ readonly "com/checkbox/item/size-sm/width": "16px";
507
+ readonly "com/checkbox/item/size-sm/corner-radius": "4px";
508
+ readonly "com/checkbox/item/size-md/height": "20px";
509
+ readonly "com/checkbox/item/size-md/width": "20px";
510
+ readonly "com/checkbox/item/size-md/corner-radius": "6px";
511
+ readonly "com/checkbox/content/vertical-gap": "4px";
512
+ readonly "com/checkbox/content/primary/label/color-text": "#1e2225";
513
+ readonly "com/checkbox/content/primary/description/color-text": "#505a5f";
514
+ readonly "com/checkbox/content/secondary/label/color-text": "#1e2225";
515
+ readonly "com/checkbox/content/secondary/description/color-text": "#505a5f";
516
+ readonly "com/checkbox/content/tertiary/label/color-text": "#505a5f";
517
+ readonly "com/checkbox/content/tertiary/description/color-text": "#505a5f";
518
+ readonly "com/checkbox/content/disable/label/color-text": "#c5cdd2";
519
+ readonly "com/checkbox/content/disable/description/color-text": "#c5cdd2";
520
+ readonly "com/chips-button/stroke-width/default": "1px";
521
+ readonly "com/chips-button/stroke-width/hover": "1px";
522
+ readonly "com/chips-button/stroke-width/pressed": "2px";
523
+ readonly "com/chips-button/stroke-width/selected": "2px";
524
+ readonly "com/chips-button/size-xs/height": "24px";
525
+ readonly "com/chips-button/size-xs/min-width": "28px";
526
+ readonly "com/chips-button/size-xs/corner-radius": "6px";
527
+ readonly "com/chips-button/size-xs/sub-spacing": "0px";
528
+ readonly "com/chips-button/size-xs/horizontal-gap": "4px";
529
+ readonly "com/chips-button/size-xs/right-padding": "8px";
530
+ readonly "com/chips-button/size-xs/left-padding": "8px";
531
+ readonly "com/chips-button/size-xs/badge/size": "2xs (16)";
532
+ readonly "com/chips-button/size-xs/icon/size-icon": "16px";
533
+ readonly "com/chips-button/size-sm/height": "28px";
534
+ readonly "com/chips-button/size-sm/min-width": "44px";
535
+ readonly "com/chips-button/size-sm/corner-radius": "6px";
536
+ readonly "com/chips-button/size-sm/sub-spacing": "4px";
537
+ readonly "com/chips-button/size-sm/horizontal-gap": "2px";
538
+ readonly "com/chips-button/size-sm/right-padding": "8px";
539
+ readonly "com/chips-button/size-sm/left-padding": "8px";
540
+ readonly "com/chips-button/size-sm/badge/size": "Xs (20)";
541
+ readonly "com/chips-button/size-sm/icon/size-icon": "16px";
542
+ readonly "com/chips-button/size-md/height": "36px";
543
+ readonly "com/chips-button/size-md/min-width": "56px";
544
+ readonly "com/chips-button/size-md/corner-radius": "8px";
545
+ readonly "com/chips-button/size-md/sub-spacing": "8px";
546
+ readonly "com/chips-button/size-md/horizontal-gap": "0px";
547
+ readonly "com/chips-button/size-md/right-padding": "12px";
548
+ readonly "com/chips-button/size-md/left-padding": "12px";
549
+ readonly "com/chips-button/size-md/badge/size": "Sm (24)";
550
+ readonly "com/chips-button/size-md/icon/size-icon": "20px";
551
+ readonly "com/chips-button/size-lg/height": "44px";
552
+ readonly "com/chips-button/size-lg/min-width": "68px";
553
+ readonly "com/chips-button/size-lg/corner-radius": "8px";
554
+ readonly "com/chips-button/size-lg/sub-spacing": "8px";
555
+ readonly "com/chips-button/size-lg/horizontal-gap": "2px";
556
+ readonly "com/chips-button/size-lg/right-padding": "12px";
557
+ readonly "com/chips-button/size-lg/left-padding": "12px";
558
+ readonly "com/chips-button/size-lg/badge/size": "Md (28)";
559
+ readonly "com/chips-button/size-lg/icon/size-icon": "20px";
560
+ readonly "com/chips-button/theme/icon/color-icon/default/neutral": "#505a5f";
561
+ readonly "com/chips-button/theme/icon/color-icon/default/red": "#df3e3f";
562
+ readonly "com/chips-button/theme/icon/color-icon/default/orange": "#cc5602";
563
+ readonly "com/chips-button/theme/icon/color-icon/default/yellow": "#d58e00";
564
+ readonly "com/chips-button/theme/icon/color-icon/default/lime": "#4b8c00";
565
+ readonly "com/chips-button/theme/icon/color-icon/default/green": "#009559";
566
+ readonly "com/chips-button/theme/icon/color-icon/default/ocean": "#00969d";
567
+ readonly "com/chips-button/theme/icon/color-icon/default/blue": "#008ee1";
568
+ readonly "com/chips-button/theme/icon/color-icon/default/indigo": "#4278f5";
569
+ readonly "com/chips-button/theme/icon/color-icon/default/violet": "#a65dcf";
570
+ readonly "com/chips-button/theme/icon/color-icon/default/pink": "#cd44a7";
571
+ readonly "com/chips-button/theme/icon/color-icon/hover/neutral": "#505a5f";
572
+ readonly "com/chips-button/theme/icon/color-icon/hover/red": "#df3e3f";
573
+ readonly "com/chips-button/theme/icon/color-icon/hover/orange": "#cc5602";
574
+ readonly "com/chips-button/theme/icon/color-icon/hover/yellow": "#d58e00";
575
+ readonly "com/chips-button/theme/icon/color-icon/hover/lime": "#4b8c00";
576
+ readonly "com/chips-button/theme/icon/color-icon/hover/green": "#009559";
577
+ readonly "com/chips-button/theme/icon/color-icon/hover/ocean": "#00969d";
578
+ readonly "com/chips-button/theme/icon/color-icon/hover/blue": "#008ee1";
579
+ readonly "com/chips-button/theme/icon/color-icon/hover/indigo": "#4278f5";
580
+ readonly "com/chips-button/theme/icon/color-icon/hover/violet": "#a65dcf";
581
+ readonly "com/chips-button/theme/icon/color-icon/hover/pink": "#cd44a7";
582
+ readonly "com/chips-button/theme/icon/color-icon/pressed/neutral": "#505a5f";
583
+ readonly "com/chips-button/theme/icon/color-icon/pressed/red": "#df3e3f";
584
+ readonly "com/chips-button/theme/icon/color-icon/pressed/orange": "#cc5602";
585
+ readonly "com/chips-button/theme/icon/color-icon/pressed/yellow": "#d58e00";
586
+ readonly "com/chips-button/theme/icon/color-icon/pressed/lime": "#4b8c00";
587
+ readonly "com/chips-button/theme/icon/color-icon/pressed/green": "#009559";
588
+ readonly "com/chips-button/theme/icon/color-icon/pressed/ocean": "#00969d";
589
+ readonly "com/chips-button/theme/icon/color-icon/pressed/blue": "#008ee1";
590
+ readonly "com/chips-button/theme/icon/color-icon/pressed/indigo": "#4278f5";
591
+ readonly "com/chips-button/theme/icon/color-icon/pressed/violet": "#a65dcf";
592
+ readonly "com/chips-button/theme/icon/color-icon/pressed/pink": "#cd44a7";
593
+ readonly "com/chips-button/theme/icon/color-icon/selected/neutral": "#505a5f";
594
+ readonly "com/chips-button/theme/icon/color-icon/selected/red": "#df3e3f";
595
+ readonly "com/chips-button/theme/icon/color-icon/selected/orange": "#cc5602";
596
+ readonly "com/chips-button/theme/icon/color-icon/selected/yellow": "#d58e00";
597
+ readonly "com/chips-button/theme/icon/color-icon/selected/lime": "#4b8c00";
598
+ readonly "com/chips-button/theme/icon/color-icon/selected/green": "#009559";
599
+ readonly "com/chips-button/theme/icon/color-icon/selected/ocean": "#00969d";
600
+ readonly "com/chips-button/theme/icon/color-icon/selected/blue": "#008ee1";
601
+ readonly "com/chips-button/theme/icon/color-icon/selected/indigo": "#4278f5";
602
+ readonly "com/chips-button/theme/icon/color-icon/selected/violet": "#a65dcf";
603
+ readonly "com/chips-button/theme/icon/color-icon/selected/pink": "#cd44a7";
604
+ readonly "com/chips-button/theme/label/color-text/default/neutral": "#505a5f";
605
+ readonly "com/chips-button/theme/label/color-text/default/red": "#a7051e";
606
+ readonly "com/chips-button/theme/label/color-text/default/orange": "#952900";
607
+ readonly "com/chips-button/theme/label/color-text/default/yellow": "#7a4300";
608
+ readonly "com/chips-button/theme/label/color-text/default/lime": "#2e5c00";
609
+ readonly "com/chips-button/theme/label/color-text/default/green": "#006535";
610
+ readonly "com/chips-button/theme/label/color-text/default/ocean": "#006782";
611
+ readonly "com/chips-button/theme/label/color-text/default/blue": "#005eac";
612
+ readonly "com/chips-button/theme/label/color-text/default/indigo": "#1e4eb5";
613
+ readonly "com/chips-button/theme/label/color-text/default/violet": "#8b269b";
614
+ readonly "com/chips-button/theme/label/color-text/default/pink": "#970978";
615
+ readonly "com/chips-button/theme/label/color-text/hover/neutral": "#505a5f";
616
+ readonly "com/chips-button/theme/label/color-text/hover/red": "#a7051e";
617
+ readonly "com/chips-button/theme/label/color-text/hover/orange": "#952900";
618
+ readonly "com/chips-button/theme/label/color-text/hover/yellow": "#7a4300";
619
+ readonly "com/chips-button/theme/label/color-text/hover/lime": "#2e5c00";
620
+ readonly "com/chips-button/theme/label/color-text/hover/green": "#006535";
621
+ readonly "com/chips-button/theme/label/color-text/hover/ocean": "#006782";
622
+ readonly "com/chips-button/theme/label/color-text/hover/blue": "#005eac";
623
+ readonly "com/chips-button/theme/label/color-text/hover/indigo": "#1e4eb5";
624
+ readonly "com/chips-button/theme/label/color-text/hover/violet": "#8b269b";
625
+ readonly "com/chips-button/theme/label/color-text/hover/pink": "#970978";
626
+ readonly "com/chips-button/theme/label/color-text/pressed/neutral": "#505a5f";
627
+ readonly "com/chips-button/theme/label/color-text/pressed/red": "#a7051e";
628
+ readonly "com/chips-button/theme/label/color-text/pressed/orange": "#952900";
629
+ readonly "com/chips-button/theme/label/color-text/pressed/yellow": "#7a4300";
630
+ readonly "com/chips-button/theme/label/color-text/pressed/lime": "#2e5c00";
631
+ readonly "com/chips-button/theme/label/color-text/pressed/green": "#006535";
632
+ readonly "com/chips-button/theme/label/color-text/pressed/ocean": "#006782";
633
+ readonly "com/chips-button/theme/label/color-text/pressed/blue": "#005eac";
634
+ readonly "com/chips-button/theme/label/color-text/pressed/indigo": "#1e4eb5";
635
+ readonly "com/chips-button/theme/label/color-text/pressed/violet": "#8b269b";
636
+ readonly "com/chips-button/theme/label/color-text/pressed/pink": "#970978";
637
+ readonly "com/chips-button/theme/label/color-text/selected/neutral": "#505a5f";
638
+ readonly "com/chips-button/theme/label/color-text/selected/red": "#a7051e";
639
+ readonly "com/chips-button/theme/label/color-text/selected/orange": "#952900";
640
+ readonly "com/chips-button/theme/label/color-text/selected/yellow": "#7a4300";
641
+ readonly "com/chips-button/theme/label/color-text/selected/lime": "#2e5c00";
642
+ readonly "com/chips-button/theme/label/color-text/selected/green": "#006535";
643
+ readonly "com/chips-button/theme/label/color-text/selected/ocean": "#006782";
644
+ readonly "com/chips-button/theme/label/color-text/selected/blue": "#005eac";
645
+ readonly "com/chips-button/theme/label/color-text/selected/indigo": "#1e4eb5";
646
+ readonly "com/chips-button/theme/label/color-text/selected/violet": "#8b269b";
647
+ readonly "com/chips-button/theme/label/color-text/selected/pink": "#970978";
648
+ readonly "com/chips-button/theme/color-stroke/default/neutral": "#0a2f4d22";
649
+ readonly "com/chips-button/theme/color-stroke/default/red": "#fbd3ce";
650
+ readonly "com/chips-button/theme/color-stroke/default/orange": "#ffd3b5";
651
+ readonly "com/chips-button/theme/color-stroke/default/yellow": "#fbd797";
652
+ readonly "com/chips-button/theme/color-stroke/default/lime": "#d0e59b";
653
+ readonly "com/chips-button/theme/color-stroke/default/green": "#b3e9cf";
654
+ readonly "com/chips-button/theme/color-stroke/default/ocean": "#b3e7e3";
655
+ readonly "com/chips-button/theme/color-stroke/default/blue": "#b9e4f6";
656
+ readonly "com/chips-button/theme/color-stroke/default/indigo": "#d1ddfb";
657
+ readonly "com/chips-button/theme/color-stroke/default/violet": "#e5d8f5";
658
+ readonly "com/chips-button/theme/color-stroke/default/pink": "#f5d3ec";
659
+ readonly "com/chips-button/theme/color-stroke/hover/neutral": "#0d2e433d";
660
+ readonly "com/chips-button/theme/color-stroke/hover/red": "#fd8b7f";
661
+ readonly "com/chips-button/theme/color-stroke/hover/orange": "#f4944c";
662
+ readonly "com/chips-button/theme/color-stroke/hover/yellow": "#e7a60f";
663
+ readonly "com/chips-button/theme/color-stroke/hover/lime": "#8eba1e";
664
+ readonly "com/chips-button/theme/color-stroke/hover/green": "#3bc392";
665
+ readonly "com/chips-button/theme/color-stroke/hover/ocean": "#0dc1c2";
666
+ readonly "com/chips-button/theme/color-stroke/hover/blue": "#51b9f0";
667
+ readonly "com/chips-button/theme/color-stroke/hover/indigo": "#4278f5";
668
+ readonly "com/chips-button/theme/color-stroke/hover/violet": "#cb9ce7";
669
+ readonly "com/chips-button/theme/color-stroke/hover/pink": "#ec8dd3";
670
+ readonly "com/chips-button/theme/color-stroke/pressed/neutral": "#0d2e433d";
671
+ readonly "com/chips-button/theme/color-stroke/pressed/red": "#fd8b7f";
672
+ readonly "com/chips-button/theme/color-stroke/pressed/orange": "#f4944c";
673
+ readonly "com/chips-button/theme/color-stroke/pressed/yellow": "#e7a60f";
674
+ readonly "com/chips-button/theme/color-stroke/pressed/lime": "#8eba1e";
675
+ readonly "com/chips-button/theme/color-stroke/pressed/green": "#3bc392";
676
+ readonly "com/chips-button/theme/color-stroke/pressed/ocean": "#0dc1c2";
677
+ readonly "com/chips-button/theme/color-stroke/pressed/blue": "#51b9f0";
678
+ readonly "com/chips-button/theme/color-stroke/pressed/indigo": "#4278f5";
679
+ readonly "com/chips-button/theme/color-stroke/pressed/violet": "#cb9ce7";
680
+ readonly "com/chips-button/theme/color-stroke/pressed/pink": "#ec8dd3";
681
+ readonly "com/chips-button/theme/color-stroke/selected/neutral": "#00152096";
682
+ readonly "com/chips-button/theme/color-stroke/selected/red": "#fd8b7f";
683
+ readonly "com/chips-button/theme/color-stroke/selected/orange": "#f4944c";
684
+ readonly "com/chips-button/theme/color-stroke/selected/yellow": "#e7a60f";
685
+ readonly "com/chips-button/theme/color-stroke/selected/lime": "#8eba1e";
686
+ readonly "com/chips-button/theme/color-stroke/selected/green": "#3bc392";
687
+ readonly "com/chips-button/theme/color-stroke/selected/ocean": "#0dc1c2";
688
+ readonly "com/chips-button/theme/color-stroke/selected/blue": "#51b9f0";
689
+ readonly "com/chips-button/theme/color-stroke/selected/indigo": "#4278f5";
690
+ readonly "com/chips-button/theme/color-stroke/selected/violet": "#cb9ce7";
691
+ readonly "com/chips-button/theme/color-stroke/selected/pink": "#ec8dd3";
692
+ readonly "com/chips-button/theme/background-color/default/neutral": "#e9edf1";
693
+ readonly "com/chips-button/theme/background-color/default/red": "#ffe9e5";
694
+ readonly "com/chips-button/theme/background-color/default/orange": "#feebe2";
695
+ readonly "com/chips-button/theme/background-color/default/yellow": "#fdebd0";
696
+ readonly "com/chips-button/theme/background-color/default/lime": "#e9f6c9";
697
+ readonly "com/chips-button/theme/background-color/default/green": "#dbf6e8";
698
+ readonly "com/chips-button/theme/background-color/default/ocean": "#daf5f4";
699
+ readonly "com/chips-button/theme/background-color/default/blue": "#eaf6fa";
700
+ readonly "com/chips-button/theme/background-color/default/indigo": "#e7eeff";
701
+ readonly "com/chips-button/theme/background-color/default/violet": "#f1ecfa";
702
+ readonly "com/chips-button/theme/background-color/default/pink": "#fce8f7";
703
+ readonly "com/chips-button/theme/background-color/hover/neutral": "#f8f9fb";
704
+ readonly "com/chips-button/theme/background-color/hover/red": "#ffefec";
705
+ readonly "com/chips-button/theme/background-color/hover/orange": "#fff0e8";
706
+ readonly "com/chips-button/theme/background-color/hover/yellow": "#fbf2e3";
707
+ readonly "com/chips-button/theme/background-color/hover/lime": "#f0f6e3";
708
+ readonly "com/chips-button/theme/background-color/hover/green": "#e7f7ef";
709
+ readonly "com/chips-button/theme/background-color/hover/ocean": "#e2f8fa";
710
+ readonly "com/chips-button/theme/background-color/hover/blue": "#e8f4f9";
711
+ readonly "com/chips-button/theme/background-color/hover/indigo": "#edf3fb";
712
+ readonly "com/chips-button/theme/background-color/hover/violet": "#f5f0fc";
713
+ readonly "com/chips-button/theme/background-color/hover/pink": "#ffeffb";
714
+ readonly "com/chips-button/theme/background-color/pressed/neutral": "#dee3e7";
715
+ readonly "com/chips-button/theme/background-color/pressed/red": "#ffe9e5";
716
+ readonly "com/chips-button/theme/background-color/pressed/orange": "#feebe2";
717
+ readonly "com/chips-button/theme/background-color/pressed/yellow": "#fdebd0";
718
+ readonly "com/chips-button/theme/background-color/pressed/lime": "#e9f6c9";
719
+ readonly "com/chips-button/theme/background-color/pressed/green": "#dbf6e8";
720
+ readonly "com/chips-button/theme/background-color/pressed/ocean": "#daf5f4";
721
+ readonly "com/chips-button/theme/background-color/pressed/blue": "#eaf6fa";
722
+ readonly "com/chips-button/theme/background-color/pressed/indigo": "#e7eeff";
723
+ readonly "com/chips-button/theme/background-color/pressed/violet": "#f1ecfa";
724
+ readonly "com/chips-button/theme/background-color/pressed/pink": "#fce8f7";
725
+ readonly "com/chips-button/theme/background-color/selected/neutral": "#ffffff";
726
+ readonly "com/chips-button/theme/background-color/selected/red": "#ffffff";
727
+ readonly "com/chips-button/theme/background-color/selected/orange": "#ffffff";
728
+ readonly "com/chips-button/theme/background-color/selected/yellow": "#ffffff";
729
+ readonly "com/chips-button/theme/background-color/selected/lime": "#ffffff";
730
+ readonly "com/chips-button/theme/background-color/selected/green": "#ffffff";
731
+ readonly "com/chips-button/theme/background-color/selected/ocean": "#ffffff";
732
+ readonly "com/chips-button/theme/background-color/selected/blue": "#ffffff";
733
+ readonly "com/chips-button/theme/background-color/selected/indigo": "#ffffff";
734
+ readonly "com/chips-button/theme/background-color/selected/violet": "#ffffff";
735
+ readonly "com/chips-button/theme/background-color/selected/pink": "#ffffff";
736
+ readonly "com/chips-button/disable/color-text": "#c5cdd2";
737
+ readonly "com/chips-button/disable/color-icon": "#c5cdd2";
738
+ readonly "com/chips-button/disable/background-color": "#e9edf1";
739
+ readonly "com/chips-button/disable/color-stroke": "#02305e16";
740
+ readonly "com/combo-box/selected-data/horizontal-gap": "8px";
741
+ readonly "com/combo-box/selected-data/top-padding": "2px";
742
+ readonly "com/divider/side-offset/2xl": "36px";
743
+ readonly "com/divider/side-offset/xl": "24px";
744
+ readonly "com/divider/side-offset/lg": "20px";
745
+ readonly "com/divider/side-offset/md": "16px";
746
+ readonly "com/divider/side-offset/sm": "12px";
747
+ readonly "com/divider/side-offset/xs": "8px";
748
+ readonly "com/divider/side-offset/2xs": "4px";
749
+ readonly "com/divider/side-offset/tiny": "2px";
750
+ readonly "com/divider/side-offset/null": "0px";
751
+ readonly "com/divider/headpoint-offset/2xl": "36px";
752
+ readonly "com/divider/headpoint-offset/xl": "24px";
753
+ readonly "com/divider/headpoint-offset/lg": "20px";
754
+ readonly "com/divider/headpoint-offset/md": "16px";
755
+ readonly "com/divider/headpoint-offset/sm": "12px";
756
+ readonly "com/divider/headpoint-offset/xs": "8px";
757
+ readonly "com/divider/headpoint-offset/2xs": "4px";
758
+ readonly "com/divider/headpoint-offset/tiny": "2px";
759
+ readonly "com/divider/headpoint-offset/null": "0px";
760
+ readonly "com/drawer/top-left-conner-radius": "20px";
761
+ readonly "com/drawer/border/color-stroke": "#0a2f4d22";
762
+ readonly "com/drawer/border/stroke-width": "1px";
763
+ readonly "com/drawer/header/background": "#ffffff";
764
+ readonly "com/drawer/header/top-padding": "16px";
765
+ readonly "com/drawer/header/bottom-padding": "16px";
766
+ readonly "com/drawer/header/left-padding": "20px";
767
+ readonly "com/drawer/header/right-padding": "20px";
768
+ readonly "com/drawer/header/pictogram/background-color": "#ffffff";
769
+ readonly "com/drawer/header/pictogram/color-stroke": "#0d2e433d";
770
+ readonly "com/drawer/header/pictogram/color-icon": "#343d41";
771
+ readonly "com/drawer/header/pictogram/stroke-width": "1px";
772
+ readonly "com/drawer/header/pictogram/corner-radius": "12px";
773
+ readonly "com/drawer/header/drawer-title/color-text": "#1e2225";
774
+ readonly "com/drawer/header/drawer-title/right-padding": "24px";
775
+ readonly "com/drawer/header/drawer-description/color-text": "#505a5f";
776
+ readonly "com/drawer/header/title-n-content/vertical-gap": "4px";
777
+ readonly "com/drawer/header/title-n-content/right-padding": "20px";
778
+ readonly "com/drawer/header/description-on/pictogram-n-title-gap": "12px";
779
+ readonly "com/drawer/header/description-off/pictogram-n-title-gap": "8px";
780
+ readonly "com/drawer/change-view-bar/horizontal-padding": "20px";
781
+ readonly "com/drawer/change-view-bar/bottom-padding": "12px";
782
+ readonly "com/drawer/change-view-bar/background": "#ffffff";
783
+ readonly "com/drawer/divider/color-stroke": "#0a2f4d22";
784
+ readonly "com/drawer/divider/stroke-width": "1px";
785
+ readonly "com/drawer/body/vertical-gap": "16px";
786
+ readonly "com/drawer/body/bottom-padding": "16px";
787
+ readonly "com/drawer/body/background": "#ffffff";
788
+ readonly "com/drawer/body/content/horizontal-padding": "20px";
789
+ readonly "com/drawer/footer/background": "#ffffff";
790
+ readonly "com/drawer/footer/vertical-gap": "16px";
791
+ readonly "com/drawer/footer/divider/color-stroke": "#0a2f4d22";
792
+ readonly "com/drawer/footer/stepper/stepper-display/stroke-width": "1px";
793
+ readonly "com/drawer/footer/stepper/stepper-display/color-stroke": "#0d2e433d";
794
+ readonly "com/drawer/footer/stepper/stepper-display/horizontal-gap": "2px";
795
+ readonly "com/drawer/footer/stepper/stepper-display/top-padding": "2px";
796
+ readonly "com/drawer/footer/stepper/stepper-display/bottom-padding": "2px";
797
+ readonly "com/drawer/footer/stepper/stepper-display/left-padding": "8px";
798
+ readonly "com/drawer/footer/stepper/stepper-display/right-padding": "8px";
799
+ readonly "com/drawer/footer/stepper/stepper-display/corner-radius": "8px";
800
+ readonly "com/drawer/footer/stepper/current-step/color-text": "#1e2225";
801
+ readonly "com/drawer/footer/stepper/total-step/color-text": "#505a5f";
802
+ readonly "com/drawer/footer/stepper/icon-slash-divider/color-icon": "#a3aeb5";
803
+ readonly "com/drawer/footer/type-information/icon-info-circle/color-icon": "#a3aeb5";
804
+ readonly "com/drawer/footer/type-information/information-message/color-text": "#505a5f";
805
+ readonly "com/drawer/footer/type-information/info-content-wrap/horizontal-gap": "8px";
806
+ readonly "com/drawer/footer/action/vertical-gap": "12px";
807
+ readonly "com/drawer/footer/action/horizontal-padding": "20px";
808
+ readonly "com/drawer/footer/action/bottom-padding": "16px";
809
+ readonly "com/focus-mark/background-color": "#ffffff00";
810
+ readonly "com/focus-mark/color-stroke": "#000000";
811
+ readonly "com/focus-mark/color-gap-spacing": "#ffffff";
812
+ readonly "com/focus-mark/gap-spacing": "2px";
813
+ readonly "com/focus-mark/corner-radius-default": "4px";
814
+ readonly "com/focus-mark/stroke-width": "4px";
815
+ readonly "com/actived-mark/background-color": "#ffffff00";
816
+ readonly "com/actived-mark/color-gap-spacing": "#cee2f8";
817
+ readonly "com/actived-mark/color-gap-spacing-on-white": "#3263e7";
818
+ readonly "com/actived-mark/gap-spacing": "3px";
819
+ readonly "com/actived-mark/corner-radius-default": "4px";
820
+ readonly "com/actived-mark/color-gap-spacing-negative": "#fdd3cd";
821
+ readonly "com/input/vertical-gap": "4px";
425
822
  readonly "com/input/label/horizontal-gap": "2px";
823
+ readonly "com/input/label/label/color-text": "#1e2225";
426
824
  readonly "com/input/label/required-mark/color-text": "#cf0026";
427
- readonly "com/input/vertical-gap": "4px";
825
+ readonly "com/input/hint/top-padding": "0px";
428
826
  readonly "com/input/hint/neutral/icon/color-icon": "#a3aeb5";
429
827
  readonly "com/input/hint/neutral/label/color-text": "#505a5f";
430
- readonly "com/input/hint/top-padding": "4px";
431
828
  readonly "com/input/hint/negative/icon/color-icon": "#ff897c";
432
829
  readonly "com/input/hint/negative/label/color-text": "#a80a12";
433
830
  readonly "com/input/hint/positive/icon/color-icon": "#5fbf8c";
@@ -442,7 +839,7 @@ declare const _default: {
442
839
  readonly "com/input/field/size-xs/horizontal-gap": "4px";
443
840
  readonly "com/input/field/size-xs/horizontal-padding": "8px";
444
841
  readonly "com/input/field/size-xs/corner-radius": "6px";
445
- readonly "com/input/field/size-xs/label/sub-spacing": "0px";
842
+ readonly "com/input/field/size-xs/label/sub-spacing": "4px";
446
843
  readonly "com/input/field/size-xs/icon/size-icon": "16px";
447
844
  readonly "com/input/field/size-sm/height": "28px";
448
845
  readonly "com/input/field/size-sm/horizontal-gap": "2px";
@@ -460,6 +857,7 @@ declare const _default: {
460
857
  readonly "com/input/field/size-md/icon/size-icon": "20px";
461
858
  readonly "com/input/field/size-md/icon/vertical-padding": "4px";
462
859
  readonly "com/input/field/size-md/icon/left-padding": "4px";
860
+ readonly "com/input/field/size-md/icon/right-padding": "4px";
463
861
  readonly "com/input/field/size-md/number/min-width": "104px";
464
862
  readonly "com/input/field/size-md/number/sub-spacing": "4px";
465
863
  readonly "com/input/field/size-lg/height": "44px";
@@ -472,19 +870,20 @@ declare const _default: {
472
870
  readonly "com/input/field/size-lg/icon/size-icon": "20px";
473
871
  readonly "com/input/field/size-lg/icon/vertical-padding": "8px";
474
872
  readonly "com/input/field/size-lg/icon/left-padding": "8px";
873
+ readonly "com/input/field/size-lg/icon/right-padding": "8px";
475
874
  readonly "com/input/field/size-lg/number/sub-spacing": "8px";
476
875
  readonly "com/input/field/size-lg/number/min-width": "132px";
477
876
  readonly "com/input/field/disable/label-color": "#c5cdd2";
478
877
  readonly "com/input/field/disable/icon-color": "#c5cdd2";
479
878
  readonly "com/input/field/disable/background-color": "#ffffff00";
480
879
  readonly "com/input/field/disable/background-color-transparent": "#ffffff00";
481
- readonly "com/input/field/disable/stroke-color": "#0451780e";
880
+ readonly "com/input/field/disable/stroke-color": "#02305e16";
482
881
  readonly "com/input/field/default/background/default": "#f8f9fb";
483
882
  readonly "com/input/field/default/background/hover": "#dee3e7";
484
883
  readonly "com/input/field/default/background/active": "#f8f9fb";
485
884
  readonly "com/input/field/default/border/default": "#0d2e433d";
486
885
  readonly "com/input/field/default/border/hover": "#0d2e433d";
487
- readonly "com/input/field/default/border/active": "#00152096";
886
+ readonly "com/input/field/default/border/active": "#3263e7";
488
887
  readonly "com/input/field/default/label/color-text/inputed": "#505a5f";
489
888
  readonly "com/input/field/default/label/color-text/placeholder": "#828f96";
490
889
  readonly "com/input/field/default/icon/color-icon/default": "#a3aeb5";
@@ -501,247 +900,242 @@ declare const _default: {
501
900
  readonly "com/input/field/negative/icon/color-icon/default": "#ff897c";
502
901
  readonly "com/input/field/negative/icon/color-icon/hover": "#ff897c";
503
902
  readonly "com/input/field/negative/icon/color-icon/active": "#ff897c";
903
+ readonly "com/input/suffix/right-padding": "4px";
904
+ readonly "com/input/suffix/left-padding": "8px";
905
+ readonly "com/input/suffix/horizontal-gap": "4px";
504
906
  readonly "com/input/suffix/label/color-text": "#505a5f";
505
- readonly "com/input/suffix/horizontal-padding": "4px";
506
907
  readonly "com/input/suffix/icon/color-icon": "#505a5f";
507
- readonly "com/input/suffix/divider/color-stroke": "#0a2f4d21";
908
+ readonly "com/input/suffix/divider/color-stroke": "#0a2f4d22";
508
909
  readonly "com/input/suffix/divider/stroke-width": "1px";
509
- readonly "com/input/dropdown/label/color-text/default": "#505a5f";
510
- readonly "com/input/dropdown/label/color-text/hover": "#1e2225";
910
+ readonly "com/input/prefix/right-padding": "8px";
911
+ readonly "com/input/prefix/left-padding": "4px";
912
+ readonly "com/input/prefix/horizontal-gap": "4px";
913
+ readonly "com/input/prefix/label/color-text": "#505a5f";
914
+ readonly "com/input/prefix/icon/color-icon": "#505a5f";
915
+ readonly "com/input/prefix/divider/color-stroke": "#0a2f4d22";
916
+ readonly "com/input/prefix/divider/stroke-width": "1px";
511
917
  readonly "com/input/dropdown/horizontal-padding": "8px";
512
918
  readonly "com/input/dropdown/horizontal-gap": "4px";
513
- readonly "com/input/dropdown/icon/color-icon/defaul": "#505a5f";
919
+ readonly "com/input/dropdown/label/color-text/default": "#505a5f";
920
+ readonly "com/input/dropdown/label/color-text/hover": "#1e2225";
921
+ readonly "com/input/dropdown/icon/color-icon/default": "#505a5f";
514
922
  readonly "com/input/dropdown/icon/color-icon/hover": "#343d41";
515
923
  readonly "com/input/dropdown/background/default": "#ffffff00";
516
- readonly "com/input/dropdown/background/hover": "#0451780e";
517
- readonly "com/input/dropdown/background/pressed": "#0a2f4d21";
518
- readonly "com/input/dropdown/background/actived": "#2354850a";
519
- readonly "com/input/dropdown/divider/color-stroke": "#0a2f4d21";
924
+ readonly "com/input/dropdown/background/hover": "#02305e16";
925
+ readonly "com/input/dropdown/background/pressed": "#0a2f4d22";
926
+ readonly "com/input/dropdown/background/actived": "#00375b0e";
927
+ readonly "com/input/dropdown/divider/color-stroke": "#0a2f4d22";
520
928
  readonly "com/input/dropdown/divider/stroke-width": "1px";
521
929
  readonly "com/input/character-limit/horizontal-padding": "8px";
522
930
  readonly "com/input/character-limit/label/default/color-text": "#828f96";
523
931
  readonly "com/input/character-limit/label/over-limit/color-text": "#d8473c";
524
932
  readonly "com/input/resize-handle/resize": "#1e2225";
525
933
  readonly "com/input/resize-handle/disable": "#c5cdd2";
526
- readonly "com/dropdown/right-padding": "8px";
527
- readonly "com/dropdown/left-padding": "8px";
528
- readonly "com/dropdown/top-padding": "8px";
529
- readonly "com/dropdown/bottom-padding": "8px";
530
- readonly "com/dropdown/corner-radius": "12px";
531
- readonly "com/dropdown/background-color": "#ffffff";
532
- readonly "com/dropdown/min-width": "132px";
533
- readonly "com/dropdown/search-bar/size": "Md (36)";
534
- readonly "com/dropdown/scrollbar/direction": "Vertical";
535
- readonly "com/dropdown/group-label/horizontal-padding": "8px";
536
- readonly "com/dropdown/group-label/vertical-padding": "4px";
537
- readonly "com/dropdown/group-label/color-text": "#828f96";
538
- readonly "com/dropdown/border/stroke-width": "1px";
539
- readonly "com/dropdown/border/color-stroke": "#0a2f4d21";
540
- readonly "com/dropdown/divider/stroke-width": "1px";
541
- readonly "com/dropdown/divider/color-stroke": "#0a2f4d21";
542
- readonly "com/dropdown/divider/padding": "Xs (8)";
543
- readonly "com/dropdown/item/horizontal-gap": "8px";
544
- readonly "com/dropdown/item/vertical-gap": "2px";
545
- readonly "com/dropdown/item/corner-radius": "6px";
546
- readonly "com/dropdown/item/min-width": "204px";
547
- readonly "com/dropdown/item/size-md/vertical-padding": "8px";
548
- readonly "com/dropdown/item/size-md/horizontal-padding": "8px";
549
- readonly "com/dropdown/item/size-md/min-height": "36px";
550
- readonly "com/dropdown/item/size-md/default/label/color-text/selected": "#1e2225";
551
- readonly "com/dropdown/item/size-md/default/label/color-text/unselected": "#505a5f";
552
- readonly "com/dropdown/item/size-md/default/icon/color-icon/selected": "#343d41";
553
- readonly "com/dropdown/item/size-md/default/icon/color-icon/unselected": "#505a5f";
554
- readonly "com/dropdown/item/size-md/default/background-color/hover": "#e9edf1";
555
- readonly "com/dropdown/item/size-md/default/background-color/selected": "#ffffff";
556
- readonly "com/dropdown/item/size-md/default/background-color/unselected": "#ffffff00";
557
- readonly "com/dropdown/item/size-md/leveling/right-padding": "4px";
558
- readonly "com/dropdown/item/size-md/leveling/label/color-text/selected": "#1e2225";
559
- readonly "com/dropdown/item/size-md/leveling/label/color-text/unselected": "#505a5f";
560
- readonly "com/dropdown/item/size-md/leveling/icon/color-icon/selected": "#343d41";
561
- readonly "com/dropdown/item/size-md/leveling/icon/color-icon/unselected": "#505a5f";
562
- readonly "com/dropdown/item/size-md/leveling/background-color/hover": "#e9edf1";
563
- readonly "com/dropdown/item/size-md/leveling/background-color/selected": "#ffffff";
564
- readonly "com/dropdown/item/size-md/leveling/background-color/unselected": "#ffffff00";
565
- readonly "com/dropdown/item/size-md/select-able/right-padding": "4px";
566
- readonly "com/dropdown/item/size-md/select-able/label/color-text/selected": "#2a30a0";
567
- readonly "com/dropdown/item/size-md/select-able/label/color-text/unselected": "#505a5f";
568
- readonly "com/dropdown/item/size-md/select-able/icon/color-icon/selected": "#2f3cc1";
569
- readonly "com/dropdown/item/size-md/select-able/icon/color-icon/unselected": "#505a5f";
570
- readonly "com/dropdown/item/size-md/select-able/background-color/hover": "#e7f1fa";
571
- readonly "com/dropdown/item/size-md/select-able/background-color/selected": "#ffffff";
572
- readonly "com/dropdown/item/size-md/select-able/background-color/unselected": "#ffffff00";
573
- readonly "com/dropdown/item/size-lg/vertical-padding": "12px";
574
- readonly "com/dropdown/item/size-lg/horizontal-padding": "12px";
575
- readonly "com/dropdown/item/size-lg/min-height": "44px";
576
- readonly "com/dropdown/item/size-lg/default/label/color-text/selected": "#1e2225";
577
- readonly "com/dropdown/item/size-lg/default/label/color-text/unselected": "#505a5f";
578
- readonly "com/dropdown/item/size-lg/default/icon/color-icon/selected": "#343d41";
579
- readonly "com/dropdown/item/size-lg/default/icon/color-icon/unselected": "#505a5f";
580
- readonly "com/dropdown/item/size-lg/default/background-color/hover": "#e9edf1";
581
- readonly "com/dropdown/item/size-lg/default/background-color/selected": "#ffffff";
582
- readonly "com/dropdown/item/size-lg/default/background-color/unselected": "#ffffff00";
583
- readonly "com/dropdown/item/size-lg/leveling/right-padding": "4px";
584
- readonly "com/dropdown/item/size-lg/leveling/label/color-text/selected": "#1e2225";
585
- readonly "com/dropdown/item/size-lg/leveling/label/color-text/unselected": "#505a5f";
586
- readonly "com/dropdown/item/size-lg/leveling/icon/color-icon/selected": "#343d41";
587
- readonly "com/dropdown/item/size-lg/leveling/icon/color-icon/unselected": "#505a5f";
588
- readonly "com/dropdown/item/size-lg/leveling/background-color/hover": "#e9edf1";
589
- readonly "com/dropdown/item/size-lg/leveling/background-color/selected": "#ffffff";
590
- readonly "com/dropdown/item/size-lg/leveling/background-color/unselected": "#ffffff00";
591
- readonly "com/dropdown/item/size-lg/select-able/right-padding": "4px";
592
- readonly "com/dropdown/item/size-lg/select-able/label/color-text/selected": "#2a30a0";
593
- readonly "com/dropdown/item/size-lg/select-able/label/color-text/unselected": "#505a5f";
594
- readonly "com/dropdown/item/size-lg/select-able/icon/color-icon/selected": "#2f3cc1";
595
- readonly "com/dropdown/item/size-lg/select-able/icon/color-icon/unselected": "#505a5f";
596
- readonly "com/dropdown/item/size-lg/select-able/background-color/hover": "#e7f1fa";
597
- readonly "com/dropdown/item/size-lg/select-able/background-color/selected": "#ffffff";
598
- readonly "com/dropdown/item/size-lg/select-able/background-color/unselected": "#ffffff00";
599
- readonly "com/dropdown/item/badge/size": "Sm (20)";
600
- readonly "com/dropdown/item/badge/theme": "Neutral";
601
- readonly "com/dropdown/item/description/color-text": "#505a5f";
602
- readonly "com/table/title-cell/min-height": "28px";
603
- readonly "com/table/title-cell/horizontal-padding": "16px";
604
- readonly "com/table/title-cell/vertical-padding": "12px";
605
- readonly "com/table/title-cell/vertical-gap": "2px";
606
- readonly "com/table/title-cell/stroke-width": "1px";
607
- readonly "com/table/title-cell/divider/color-stroke": "#0a2f4d21";
608
- readonly "com/table/title-cell/divider/horizontal-padding": "Sm (12)";
609
- readonly "com/table/title-cell/default/background-color": "#e9edf1";
610
- readonly "com/table/title-cell/default/icon/color-icon": "#343d41";
611
- readonly "com/table/title-cell/default/label/color-text": "#505a5f";
612
- readonly "com/table/title-cell/default/label/vertical-padding": "2px";
613
- readonly "com/table/title-cell/default/label/vertical-gap": "8px";
614
- readonly "com/table/title-cell/default/description/color-text": "#828f96";
615
- readonly "com/table/title-cell/default/description/right-padding": "24px";
616
- readonly "com/table/title-cell/disable/background-color": "#dee3e7";
617
- readonly "com/table/title-cell/disable/icon/color-icon": "#c5cdd2";
618
- readonly "com/table/title-cell/disable/label/color-text": "#c5cdd2";
619
- readonly "com/table/title-cell/disable/description/color-text": "#c5cdd2";
620
- readonly "com/table/row-cell/min-height": "44px";
621
- readonly "com/table/row-cell/horizontal-gap": "8px";
622
- readonly "com/table/row-cell/horizontal-padding": "16px";
623
- readonly "com/table/row-cell/vertical-padding": "12px";
624
- readonly "com/table/row-cell/dot-color": "#a3aeb5";
625
- readonly "com/table/row-cell/background-color/default": "#ffffff";
626
- readonly "com/table/row-cell/background-color/hover": "#e7f1fa";
627
- readonly "com/table/row-cell/background-color/selected": "#f5f8fc";
628
- readonly "com/table/row-cell/divider/color-stroke": "#0a2f4d21";
629
- readonly "com/table/row-cell/divider/stroke-width": "1px";
630
- readonly "com/table/row-cell/default/primary/icon/color-icon/neutral": "#343d41";
631
- readonly "com/table/row-cell/default/primary/icon/color-icon/positive": "#00914a";
632
- readonly "com/table/row-cell/default/primary/icon/color-icon/negative": "#d8473c";
633
- readonly "com/table/row-cell/default/primary/label/color-text/neutral": "#1e2225";
634
- readonly "com/table/row-cell/default/primary/label/color-text/positive": "#00652a";
635
- readonly "com/table/row-cell/default/primary/label/color-text/negative": "#a80a12";
636
- readonly "com/table/row-cell/default/primary/description/color-text/neutral": "#505a5f";
637
- readonly "com/table/row-cell/default/primary/description/color-text/positive": "#00914a";
638
- readonly "com/table/row-cell/default/primary/description/color-text/negative": "#d8473c";
639
- readonly "com/table/row-cell/default/vertical-gap": "2px";
640
- readonly "com/table/row-cell/default/vertical-padding": "4px";
641
- readonly "com/table/row-cell/default/horizontal-gap": "4px";
642
- readonly "com/table/row-cell/default/secondary/icon/color-icon/neutral": "#343d41";
643
- readonly "com/table/row-cell/default/secondary/icon/color-icon/positive": "#00914a";
644
- readonly "com/table/row-cell/default/secondary/icon/color-icon/negative": "#d8473c";
645
- readonly "com/table/row-cell/default/secondary/label/color-text/neutral": "#1e2225";
646
- readonly "com/table/row-cell/default/secondary/label/color-text/positive": "#00652a";
647
- readonly "com/table/row-cell/default/secondary/label/color-text/negative": "#a80a12";
648
- readonly "com/table/row-cell/default/secondary/description/color-text/neutral": "#505a5f";
649
- readonly "com/table/row-cell/default/secondary/description/color-text/positive": "#00914a";
650
- readonly "com/table/row-cell/default/secondary/description/color-text/negative": "#d8473c";
651
- readonly "com/table/row-cell/default/tertiary/icon/color-icon/neutral": "#505a5f";
652
- readonly "com/table/row-cell/default/tertiary/icon/color-icon/positive": "#5fbf8c";
653
- readonly "com/table/row-cell/default/tertiary/icon/color-icon/negative": "#ff897c";
654
- readonly "com/table/row-cell/default/tertiary/label/color-text/neutral": "#505a5f";
655
- readonly "com/table/row-cell/default/tertiary/label/color-text/positive": "#00914a";
656
- readonly "com/table/row-cell/default/tertiary/label/color-text/negative": "#d8473c";
657
- readonly "com/table/row-cell/default/tertiary/description/color-text/neutral": "#505a5f";
658
- readonly "com/table/row-cell/default/tertiary/description/color-text/positive": "#00914a";
659
- readonly "com/table/row-cell/default/tertiary/description/color-text/negative": "#d8473c";
660
- readonly "com/table/row-cell/disable/background-color": "#ffffff";
661
- readonly "com/table/row-cell/disable/icon/color-icon": "#c5cdd2";
662
- readonly "com/table/row-cell/disable/label/color-text": "#c5cdd2";
663
- readonly "com/table/row-cell/disable/description/color-text": "#c5cdd2";
664
- readonly "com/tabs/underline/color-stroke": "#0a2f4d21";
665
- readonly "com/tabs/underline/stroke-width": "1px";
666
- readonly "com/tabs/item/active-surface/background-color": "#2f3cc1";
667
- readonly "com/tabs/item/active-surface/height": "3px";
668
- readonly "com/tabs/item/height/size-xs": "24px";
669
- readonly "com/tabs/item/height/size-sm": "28px";
670
- readonly "com/tabs/item/height/size-md": "36px";
671
- readonly "com/tabs/item/height/size-lg": "44px";
672
- readonly "com/tabs/item/disable/background-color": "#ffffff00";
673
- readonly "com/tabs/item/disable/color-text": "#c5cdd2";
674
- readonly "com/tabs/item/disable/color-icon": "#c5cdd2";
675
- readonly "com/tabs/item/only-icon/size-xs/icon/color-icon/default": "#505a5f";
676
- readonly "com/tabs/item/only-icon/size-xs/icon/color-icon/hover": "#343d41";
677
- readonly "com/tabs/item/only-icon/size-xs/icon/color-icon/pressed": "#343d41";
678
- readonly "com/tabs/item/only-icon/size-xs/icon/color-icon/actived": "#2f3cc1";
679
- readonly "com/tabs/item/only-icon/size-xs/icon/size-icon": "16px";
680
- readonly "com/tabs/item/only-icon/size-xs/min-width": "28px";
681
- readonly "com/tabs/item/only-icon/size-sm/icon/size-icon": "16px";
682
- readonly "com/tabs/item/only-icon/size-sm/icon/color-icon/default": "#505a5f";
683
- readonly "com/tabs/item/only-icon/size-sm/icon/color-icon/hover": "#343d41";
684
- readonly "com/tabs/item/only-icon/size-sm/icon/color-icon/pressed": "#343d41";
685
- readonly "com/tabs/item/only-icon/size-sm/icon/color-icon/actived": "#2f3cc1";
686
- readonly "com/tabs/item/only-icon/size-sm/min-width": "28px";
687
- readonly "com/tabs/item/only-icon/size-md/min-width": "36px";
688
- readonly "com/tabs/item/only-icon/size-md/icon/size-icon": "16px";
689
- readonly "com/tabs/item/only-icon/size-md/icon/color-icon/default": "#505a5f";
690
- readonly "com/tabs/item/only-icon/size-md/icon/color-icon/hover": "#343d41";
691
- readonly "com/tabs/item/only-icon/size-md/icon/color-icon/pressed": "#343d41";
692
- readonly "com/tabs/item/only-icon/size-md/icon/color-icon/actived": "#2f3cc1";
693
- readonly "com/tabs/item/only-icon/size-lg/min-width": "44px";
694
- readonly "com/tabs/item/only-icon/size-lg/icon/size-icon": "20px";
695
- readonly "com/tabs/item/only-icon/size-lg/icon/color-icon/default": "#505a5f";
696
- readonly "com/tabs/item/only-icon/size-lg/icon/color-icon/hover": "#343d41";
697
- readonly "com/tabs/item/only-icon/size-lg/icon/color-icon/pressed": "#343d41";
698
- readonly "com/tabs/item/only-icon/size-lg/icon/color-icon/actived": "#2f3cc1";
699
- readonly "com/tabs/item/with-label/size-xs/label/color-text/default": "#505a5f";
700
- readonly "com/tabs/item/with-label/size-xs/label/color-text/hover": "#1e2225";
701
- readonly "com/tabs/item/with-label/size-xs/label/color-text/pressed": "#1e2225";
702
- readonly "com/tabs/item/with-label/size-xs/label/color-text/actived": "#2a30a0";
703
- readonly "com/tabs/item/with-label/size-xs/horizontal-gap": "4px";
704
- readonly "com/tabs/item/with-label/size-xs/sub-spacing": "0px";
705
- readonly "com/tabs/item/with-label/size-sm/label/color-text/default": "#505a5f";
706
- readonly "com/tabs/item/with-label/size-sm/label/color-text/hover": "#1e2225";
707
- readonly "com/tabs/item/with-label/size-sm/label/color-text/pressed": "#1e2225";
708
- readonly "com/tabs/item/with-label/size-sm/label/color-text/actived": "#2a30a0";
709
- readonly "com/tabs/item/with-label/size-sm/icon/color-icon/default": "#505a5f";
710
- readonly "com/tabs/item/with-label/size-sm/icon/color-icon/hover": "#343d41";
711
- readonly "com/tabs/item/with-label/size-sm/icon/color-icon/pressed": "#343d41";
712
- readonly "com/tabs/item/with-label/size-sm/icon/color-icon/actived": "#2f3cc1";
713
- readonly "com/tabs/item/with-label/size-sm/icon/size-icon": "16px";
714
- readonly "com/tabs/item/with-label/size-sm/horizontal-gap": "2px";
715
- readonly "com/tabs/item/with-label/size-sm/sub-spacing": "4px";
716
- readonly "com/tabs/item/with-label/size-md/label/color-text/default": "#505a5f";
717
- readonly "com/tabs/item/with-label/size-md/label/color-text/hover": "#1e2225";
718
- readonly "com/tabs/item/with-label/size-md/label/color-text/pressed": "#1e2225";
719
- readonly "com/tabs/item/with-label/size-md/label/color-text/actived": "#2a30a0";
720
- readonly "com/tabs/item/with-label/size-md/icon/color-icon/default": "#505a5f";
721
- readonly "com/tabs/item/with-label/size-md/icon/color-icon/hover": "#343d41";
722
- readonly "com/tabs/item/with-label/size-md/icon/color-icon/pressed": "#343d41";
723
- readonly "com/tabs/item/with-label/size-md/icon/color-icon/actived": "#2f3cc1";
724
- readonly "com/tabs/item/with-label/size-md/icon/size-icon": "16px";
725
- readonly "com/tabs/item/with-label/size-md/horizontal-gap": "0px";
726
- readonly "com/tabs/item/with-label/size-md/sub-spacing": "8px";
727
- readonly "com/tabs/item/with-label/size-lg/color-text/default": "#505a5f";
728
- readonly "com/tabs/item/with-label/size-lg/color-text/hover": "#1e2225";
729
- readonly "com/tabs/item/with-label/size-lg/color-text/pressed": "#1e2225";
730
- readonly "com/tabs/item/with-label/size-lg/color-text/actived": "#2a30a0";
731
- readonly "com/tabs/item/with-label/size-lg/color-icon/default": "#505a5f";
732
- readonly "com/tabs/item/with-label/size-lg/color-icon/hover": "#343d41";
733
- readonly "com/tabs/item/with-label/size-lg/color-icon/pressed": "#343d41";
734
- readonly "com/tabs/item/with-label/size-lg/color-icon/actived": "#2f3cc1";
735
- readonly "com/tabs/item/with-label/size-lg/horizontal-gap": "2px";
736
- readonly "com/tabs/item/with-label/size-lg/sub-spacing": "8px";
737
- readonly "com/tabs/background-color": "#ffffff00";
738
- readonly "com/tabs/horizontal-gap": "24px";
934
+ readonly "com/input/scrollbar/vertical-padding": "2px";
935
+ readonly "com/link/size-xs/size-icon": "16px";
936
+ readonly "com/link/size-xs/horizontal-gap": "4px";
937
+ readonly "com/link/size-sm/size-icon": "16px";
938
+ readonly "com/link/size-sm/horizontal-gap": "4px";
939
+ readonly "com/link/disable/label-color": "#a3aeb5";
940
+ readonly "com/link/disable/icon-color": "#c5cdd2";
941
+ readonly "com/link/disable-invert/label-color": "#ffffff82";
942
+ readonly "com/link/disable-invert/icon-color": "#ffffff65";
943
+ readonly "com/link/primary/label-color/default": "#2a30a0";
944
+ readonly "com/link/primary/label-color/hover": "#3263e7";
945
+ readonly "com/link/primary/icon-color/default": "#2f3cc1";
946
+ readonly "com/link/primary/icon-color/hover": "#2f3cc1";
947
+ readonly "com/link/secondary/label-color/default": "#41494e";
948
+ readonly "com/link/secondary/label-color/hover": "#2f3cc1";
949
+ readonly "com/link/secondary/icon-color/default": "#343d41";
950
+ readonly "com/link/secondary/icon-color/hover": "#343d41";
951
+ readonly "com/link/negative/label-color/default": "#a80a12";
952
+ readonly "com/link/negative/label-color/hover": "#d8473c";
953
+ readonly "com/link/negative/icon-color/default": "#d8473c";
954
+ readonly "com/link/negative/icon-color/hover": "#d8473c";
955
+ readonly "com/link/invert/label-color/default": "#ffffff";
956
+ readonly "com/link/invert/label-color/hover": "#ffffff";
957
+ readonly "com/link/invert/icon-color/default": "#ffffff";
958
+ readonly "com/link/invert/icon-color/hover": "#ffffff";
959
+ readonly "com/menu/right-padding": "8px";
960
+ readonly "com/menu/left-padding": "8px";
961
+ readonly "com/menu/top-padding": "8px";
962
+ readonly "com/menu/bottom-padding": "8px";
963
+ readonly "com/menu/corner-radius": "12px";
964
+ readonly "com/menu/background-color": "#ffffff";
965
+ readonly "com/menu/min-width": "132px";
966
+ readonly "com/menu/max-height": "780px";
967
+ readonly "com/menu/search-bar/size": "Md (36)";
968
+ readonly "com/menu/scrollbar/direction": "Vertical";
969
+ readonly "com/menu/group-label/horizontal-padding": "8px";
970
+ readonly "com/menu/group-label/vertical-padding": "4px";
971
+ readonly "com/menu/group-label/color-text": "#828f96";
972
+ readonly "com/menu/border/stroke-width": "1px";
973
+ readonly "com/menu/border/color-stroke": "#0a2f4d22";
974
+ readonly "com/menu/divider/stroke-width": "1px";
975
+ readonly "com/menu/divider/color-stroke": "#0a2f4d22";
976
+ readonly "com/menu/divider/padding": "Xs (8)";
977
+ readonly "com/menu/item/horizontal-gap": "8px";
978
+ readonly "com/menu/item/vertical-gap": "2px";
979
+ readonly "com/menu/item/corner-radius": "6px";
980
+ readonly "com/menu/item/min-width": "204px";
981
+ readonly "com/menu/item/size-md/vertical-padding": "8px";
982
+ readonly "com/menu/item/size-md/horizontal-padding": "8px";
983
+ readonly "com/menu/item/size-md/min-height": "36px";
984
+ readonly "com/menu/item/size-md/icon/size-icon": "20px";
985
+ readonly "com/menu/item/size-lg/vertical-padding": "12px";
986
+ readonly "com/menu/item/size-lg/horizontal-padding": "12px";
987
+ readonly "com/menu/item/size-lg/min-height": "44px";
988
+ readonly "com/menu/item/size-lg/icon/size-icon": "20px";
989
+ readonly "com/menu/item/action/icon/color-icon/default": "#505a5f";
990
+ readonly "com/menu/item/action/icon/color-icon/hover": "#343d41";
991
+ readonly "com/menu/item/action/label/color-text/default": "#505a5f";
992
+ readonly "com/menu/item/action/label/color-text/hover": "#1e2225";
993
+ readonly "com/menu/item/action/description/color-text/default": "#828f96";
994
+ readonly "com/menu/item/action/description/color-text/hover": "#505a5f";
995
+ readonly "com/menu/item/action/background-color/default": "#ffffff00";
996
+ readonly "com/menu/item/action/background-color/hover": "#02305e16";
997
+ readonly "com/menu/item/action/background-color/selected": "#00375b0e";
998
+ readonly "com/menu/item/action/badge/size": "Sm (20)";
999
+ readonly "com/menu/item/action/badge/theme": "Neutral - Light";
1000
+ readonly "com/menu/item/leveling/label/color-text/default": "#505a5f";
1001
+ readonly "com/menu/item/leveling/label/color-text/hover": "#1e2225";
1002
+ readonly "com/menu/item/leveling/label/color-text/selected": "#2a30a0";
1003
+ readonly "com/menu/item/leveling/description/color-text/default": "#828f96";
1004
+ readonly "com/menu/item/leveling/description/color-text/hover": "#505a5f";
1005
+ readonly "com/menu/item/leveling/description/color-text/selected": "#828f96";
1006
+ readonly "com/menu/item/leveling/icon/color-icon/default": "#505a5f";
1007
+ readonly "com/menu/item/leveling/icon/color-icon/hover": "#343d41";
1008
+ readonly "com/menu/item/leveling/icon/color-icon/selected": "#2f3cc1";
1009
+ readonly "com/menu/item/leveling/background-color/default": "#ffffff00";
1010
+ readonly "com/menu/item/leveling/background-color/hover": "#02305e16";
1011
+ readonly "com/menu/item/leveling/background-color/selected": "#f5f8fc";
1012
+ readonly "com/menu/item/select-able/label/color-text/default": "#505a5f";
1013
+ readonly "com/menu/item/select-able/label/color-text/hover": "#1e2225";
1014
+ readonly "com/menu/item/select-able/label/color-text/selected": "#2a30a0";
1015
+ readonly "com/menu/item/select-able/description/color-text/default": "#828f96";
1016
+ readonly "com/menu/item/select-able/description/color-text/hover": "#505a5f";
1017
+ readonly "com/menu/item/select-able/description/color-text/selected": "#828f96";
1018
+ readonly "com/menu/item/select-able/icon/color-icon/default": "#505a5f";
1019
+ readonly "com/menu/item/select-able/icon/color-icon/hover": "#343d41";
1020
+ readonly "com/menu/item/select-able/icon/color-icon/selected": "#2f3cc1";
1021
+ readonly "com/menu/item/select-able/background-color/default": "#ffffff00";
1022
+ readonly "com/menu/item/select-able/background-color/hover": "#02305e16";
1023
+ readonly "com/menu/item/select-able/background-color/selected": "#f5f8fc";
1024
+ readonly "com/menu/item/disable/label/color-text": "#c5cdd2";
1025
+ readonly "com/menu/item/disable/description/color-text": "#c5cdd2";
1026
+ readonly "com/menu/item/disable/icon/color-icon": "#c5cdd2";
1027
+ readonly "com/menu/item/disable/background/background-color": "#ffffff00";
1028
+ readonly "com/navigation/background-color": "#ffffff";
1029
+ readonly "com/navigation/corner-radius": "28px";
1030
+ readonly "com/navigation/width": "280px";
1031
+ readonly "com/navigation/title/expand/horizontal-gap": "8px";
1032
+ readonly "com/navigation/title/expand/horizontal-padding": "12px";
1033
+ readonly "com/navigation/title/expand/top-padding": "2px";
1034
+ readonly "com/navigation/title/default/horizontal-padding": "12px";
1035
+ readonly "com/navigation/title/default/top-padding": "2px";
1036
+ readonly "com/navigation/title/auto-collapse/horizontal-gap": "8px";
1037
+ readonly "com/navigation/title/auto-collapse/horizontal-padding": "12px";
1038
+ readonly "com/navigation/title/auto-collapse/top-padding": "12px";
1039
+ readonly "com/navigation/title/app-title/left-padding": "12px";
1040
+ readonly "com/navigation/title/app-title/right-padding": "8px";
1041
+ readonly "com/navigation/title/app-title/vertical-padding": "12px";
1042
+ readonly "com/navigation/title/app-title/corner-radius": "12px";
1043
+ readonly "com/navigation/title/app-title/horizontal-gap": "8px";
1044
+ readonly "com/navigation/title/app-title/button-icon/vertical-padding": "8px";
1045
+ readonly "com/navigation/title/app-title/button-icon/horizontal-padding": "8px";
1046
+ readonly "com/navigation/title/app-title/border/stroke-width": "1px";
1047
+ readonly "com/navigation/title/app-title/border/color-stroke": "#0a2f4d22";
1048
+ readonly "com/navigation/title/app-title/label/color-text": "#1e2225";
1049
+ readonly "com/navigation/function/horizontal-padding": "16px";
1050
+ readonly "com/navigation/function/top-padding": "12px";
1051
+ readonly "com/navigation/function/bottom-padding": "16px";
1052
+ readonly "com/navigation/footer/horizontal-padding": "16px";
1053
+ readonly "com/navigation/footer/vertical-padding": "24px";
1054
+ readonly "com/navigation/footer/logo/horizontal-padding": "8px";
1055
+ readonly "com/navigation/footer/logo/color-logo": "#828f96";
1056
+ readonly "com/navigation/footer/logo/color-text": "#828f96";
1057
+ readonly "com/navigation/footer/divider/stroke-width": "1px";
1058
+ readonly "com/navigation/footer/divider/color-stroke": "#0d2e433d";
1059
+ readonly "com/navigation/icon/default": "#505a5f";
1060
+ readonly "com/navigation/icon/hover": "#505a5f";
1061
+ readonly "com/navigation/icon/active": "#2f3cc1";
1062
+ readonly "com/navigation/label/default": "#505a5f";
1063
+ readonly "com/navigation/label/hover": "#505a5f";
1064
+ readonly "com/navigation/label/active": "#1e2225";
1065
+ readonly "com/navigation/expand-items/size-lg/horizontal-gap": "8px";
1066
+ readonly "com/navigation/expand-items/size-lg/horizontal-padding": "8px";
1067
+ readonly "com/navigation/expand-items/size-lg/vertical-padding": "8px";
1068
+ readonly "com/navigation/expand-items/size-lg/corner-radius": "8px";
1069
+ readonly "com/navigation/expand-items/size-lg/height": "44px";
1070
+ readonly "com/navigation/expand-items/size-md/horizontal-gap": "8px";
1071
+ readonly "com/navigation/expand-items/size-md/horizontal-padding": "8px";
1072
+ readonly "com/navigation/expand-items/size-md/vertical-padding": "4px";
1073
+ readonly "com/navigation/expand-items/size-md/corner-radius": "8px";
1074
+ readonly "com/navigation/expand-items/size-md/height": "36px";
1075
+ readonly "com/navigation/expand-items/background-color/default": "#ffffff00";
1076
+ readonly "com/navigation/expand-items/background-color/hover": "#02305e16";
1077
+ readonly "com/navigation/expand-items/background-color/active": "#00375b0e";
1078
+ readonly "com/navigation/expand-items/child-active/active-mark": "#648ef4";
1079
+ readonly "com/navigation/expand-items/badge/size": "Xs (16)";
1080
+ readonly "com/navigation/compact-items/horizontal-gap": "8px";
1081
+ readonly "com/navigation/compact-items/horizontal-padding": "12px";
1082
+ readonly "com/navigation/compact-items/vertical-padding": "8px";
1083
+ readonly "com/navigation/compact-items/corner-radius": "8px";
1084
+ readonly "com/navigation/compact-items/height": "44px";
1085
+ readonly "com/navigation/compact-items/width": "44px";
1086
+ readonly "com/navigation/compact-items/background-color/default": "#ffffff00";
1087
+ readonly "com/navigation/compact-items/background-color/hover": "#02305e16";
1088
+ readonly "com/navigation/compact-items/background-color/active": "#f5f8fc";
1089
+ readonly "com/notification/horizontal-padding": "16px";
1090
+ readonly "com/notification/vertical-padding": "16px";
1091
+ readonly "com/notification/horizontal-gap": "12px";
1092
+ readonly "com/notification/vertical-gap": "12px";
1093
+ readonly "com/notification/stroke-width": "1px";
1094
+ readonly "com/notification/corner-radius": "12px";
1095
+ readonly "com/notification/width": "420px";
1096
+ readonly "com/notification/image/width": "140px";
1097
+ readonly "com/notification/image/stroke-width": "1px";
1098
+ readonly "com/notification/image/color-stroke": "#0a2f4d22";
1099
+ readonly "com/notification/title-n-content/vertical-gap": "4px";
1100
+ readonly "com/notification/title-n-content/sub-spacing": "4px";
1101
+ readonly "com/notification/action/horizontal-gap": "16px";
1102
+ readonly "com/notification/icon/size-icon": "20px";
1103
+ readonly "com/notification/theme/label/color-text/default": "#1e2225";
1104
+ readonly "com/notification/theme/label/color-text/info": "#1e2225";
1105
+ readonly "com/notification/theme/label/color-text/positive": "#1e2225";
1106
+ readonly "com/notification/theme/label/color-text/caution": "#1e2225";
1107
+ readonly "com/notification/theme/label/color-text/negative": "#1e2225";
1108
+ readonly "com/notification/theme/description/color-text/default": "#505a5f";
1109
+ readonly "com/notification/theme/description/color-text/info": "#505a5f";
1110
+ readonly "com/notification/theme/description/color-text/positive": "#505a5f";
1111
+ readonly "com/notification/theme/description/color-text/caution": "#505a5f";
1112
+ readonly "com/notification/theme/description/color-text/negative": "#505a5f";
1113
+ readonly "com/notification/theme/border/color-stroke/default": "#0d2e433d";
1114
+ readonly "com/notification/theme/border/color-stroke/hover": "#00152096";
1115
+ readonly "com/notification/theme/border/color-stroke/pressed": "#00152096";
1116
+ readonly "com/notification/theme/status-line/background-color/default": "#828f96";
1117
+ readonly "com/notification/theme/status-line/background-color/info": "#0083f0";
1118
+ readonly "com/notification/theme/status-line/background-color/positive": "#00914a";
1119
+ readonly "com/notification/theme/status-line/background-color/caution": "#bc6300";
1120
+ readonly "com/notification/theme/status-line/background-color/negative": "#d8473c";
1121
+ readonly "com/notification/theme/featured-icon/default": "Neutral";
1122
+ readonly "com/notification/theme/featured-icon/info": "Info";
1123
+ readonly "com/notification/theme/featured-icon/positive": "Positive";
1124
+ readonly "com/notification/theme/featured-icon/caution": "Caution";
1125
+ readonly "com/notification/theme/featured-icon/negative": "Negative";
1126
+ readonly "com/notification/theme/background-color/default": "#ffffff";
1127
+ readonly "com/notification/theme/background-color/info": "#ffffff";
1128
+ readonly "com/notification/theme/background-color/positive": "#ffffff";
1129
+ readonly "com/notification/theme/background-color/caution": "#ffffff";
1130
+ readonly "com/notification/theme/background-color/negative": "#ffffff";
1131
+ readonly "com/overlay/background": "#00152096";
739
1132
  readonly "com/pagination/background-color": "#ffffff";
740
1133
  readonly "com/pagination/vertical-padding": "16px";
741
1134
  readonly "com/pagination/horizontal-gap": "16px";
742
1135
  readonly "com/pagination/height": "56px";
1136
+ readonly "com/pagination/horizontal-padding": "0px";
743
1137
  readonly "com/pagination/divider/stroke-width": "1px";
744
- readonly "com/pagination/divider/color-stroke": "#0a2f4d21";
1138
+ readonly "com/pagination/divider/color-stroke": "#0a2f4d22";
745
1139
  readonly "com/pagination/range-number/label/color-text": "#828f96";
746
1140
  readonly "com/pagination/range-number/label/color-number": "#828f96";
747
1141
  readonly "com/pagination/record-number/background-color": "#ffffff";
@@ -771,42 +1165,114 @@ declare const _default: {
771
1165
  readonly "com/pagination/navigation/page-number/disable/background/background-color/active": "#e9edf1";
772
1166
  readonly "com/pagination/navigation/dot-icon/default": "#505a5f";
773
1167
  readonly "com/pagination/navigation/dot-icon/disable": "#c5cdd2";
774
- readonly "com/tooltip/size-md/horizontal-padding": "12px";
775
- readonly "com/tooltip/size-md/vertical-padding": "8px";
776
- readonly "com/tooltip/size-md/corner-radius": "8px";
777
- readonly "com/tooltip/size-md/vertical-gap": "4px";
778
- readonly "com/tooltip/size-md/theme-black/background-color": "#000000";
779
- readonly "com/tooltip/size-md/theme-black/label/color-text": "#ffffff";
780
- readonly "com/tooltip/size-md/theme-white/background-color": "#ffffff";
781
- readonly "com/tooltip/size-md/theme-white/label/color-text": "#1e2225";
782
- readonly "com/tooltip/size-lg/theme-white/background-color": "#ffffff";
783
- readonly "com/tooltip/size-lg/theme-white/label/color-text": "#1e2225";
784
- readonly "com/tooltip/size-lg/theme-white/description/color-text": "#505a5f";
785
- readonly "com/tooltip/size-lg/horizontal-padding": "12px";
786
- readonly "com/tooltip/size-lg/vertical-padding": "12px";
787
- readonly "com/tooltip/size-lg/vertical-gap": "4px";
788
- readonly "com/tooltip/size-lg/corner-radius": "8px";
789
- readonly "com/tooltip/size-lg/theme-black/background-color": "#000000";
790
- readonly "com/tooltip/size-lg/theme-black/label/color-text": "#ffffff";
791
- readonly "com/tooltip/size-lg/theme-black/description/color-text": "#ffffff";
1168
+ readonly "com/popup/corner-radius": "20px";
1169
+ readonly "com/popup/header/background": "#ffffff";
1170
+ readonly "com/popup/header/top-padding": "16px";
1171
+ readonly "com/popup/header/bottom-padding": "16px";
1172
+ readonly "com/popup/header/left-padding": "20px";
1173
+ readonly "com/popup/header/right-padding": "20px";
1174
+ readonly "com/popup/header/pictogram/background-color": "#ffffff";
1175
+ readonly "com/popup/header/pictogram/color-stroke": "#0d2e433d";
1176
+ readonly "com/popup/header/pictogram/color-icon": "#343d41";
1177
+ readonly "com/popup/header/pictogram/stroke-width": "1px";
1178
+ readonly "com/popup/header/pictogram/corner-radius": "12px";
1179
+ readonly "com/popup/header/popup-title/color-text": "#1e2225";
1180
+ readonly "com/popup/header/popup-description/color-text": "#505a5f";
1181
+ readonly "com/popup/header/title-n-content/vertical-gap": "4px";
1182
+ readonly "com/popup/header/title-n-content/right-padding": "20px";
1183
+ readonly "com/popup/header/description-on/pictogram-n-title-gap": "12px";
1184
+ readonly "com/popup/header/description-off/pictogram-n-title-gap": "8px";
1185
+ readonly "com/popup/body/vertical-gap": "16px";
1186
+ readonly "com/popup/body/bottom-padding": "16px";
1187
+ readonly "com/popup/body/background-color": "#ffffff";
1188
+ readonly "com/popup/body/content/horizontal-padding": "20px";
1189
+ readonly "com/popup/body/divider/color-stroke": "#0a2f4d22";
1190
+ readonly "com/popup/body/divider/stroke-width": "1px";
1191
+ readonly "com/popup/footer/background": "#ffffff";
1192
+ readonly "com/popup/footer/vertical-gap": "16px";
1193
+ readonly "com/popup/footer/divider/color-stroke": "#0a2f4d22";
1194
+ readonly "com/popup/footer/stepper/stepper-display/stroke-width": "1px";
1195
+ readonly "com/popup/footer/stepper/stepper-display/color-stroke": "#0d2e433d";
1196
+ readonly "com/popup/footer/stepper/stepper-display/horizontal-gap": "2px";
1197
+ readonly "com/popup/footer/stepper/stepper-display/top-padding": "2px";
1198
+ readonly "com/popup/footer/stepper/stepper-display/bottom-padding": "2px";
1199
+ readonly "com/popup/footer/stepper/stepper-display/left-padding": "8px";
1200
+ readonly "com/popup/footer/stepper/stepper-display/right-padding": "8px";
1201
+ readonly "com/popup/footer/stepper/stepper-display/corner-radius": "8px";
1202
+ readonly "com/popup/footer/stepper/current-step/color-text": "#1e2225";
1203
+ readonly "com/popup/footer/stepper/total-step/color-text": "#505a5f";
1204
+ readonly "com/popup/footer/stepper/icon-slash-divider/color-icon": "#a3aeb5";
1205
+ readonly "com/popup/footer/type-information/icon-info-circle/color-icon": "#a3aeb5";
1206
+ readonly "com/popup/footer/type-information/information-message/color-text": "#505a5f";
1207
+ readonly "com/popup/footer/type-information/info-content-wrap/horizontal-gap": "8px";
1208
+ readonly "com/popup/footer/action/vertical-gap": "12px";
1209
+ readonly "com/popup/footer/action/horizontal-padding": "20px";
1210
+ readonly "com/popup/footer/action/bottom-padding": "16px";
1211
+ readonly "com/radio/horizontal-gap": "8px";
1212
+ readonly "com/radio/item/stroke-width": "1px";
1213
+ readonly "com/radio/item/corner-radius": "9999px";
1214
+ readonly "com/radio/item/marked/background-color/default": "#2f3cc1";
1215
+ readonly "com/radio/item/marked/background-color/hover": "#3263e7";
1216
+ readonly "com/radio/item/marked/background-color/disable": "#e9edf1";
1217
+ readonly "com/radio/item/marked/color-stroke/disable": "#02305e16";
1218
+ readonly "com/radio/item/marked/shape/color-shape/default": "#ffffff";
1219
+ readonly "com/radio/item/marked/shape/color-shape/disable": "#c5cdd2";
1220
+ readonly "com/radio/item/unmarked/background-color/default": "#f8f9fb";
1221
+ readonly "com/radio/item/unmarked/background-color/hover": "#c5cdd2";
1222
+ readonly "com/radio/item/unmarked/background-color/disable": "#ffffff00";
1223
+ readonly "com/radio/item/unmarked/color-stroke/default": "#0d2e433d";
1224
+ readonly "com/radio/item/unmarked/color-stroke/hover": "#0d2e433d";
1225
+ readonly "com/radio/item/unmarked/color-stroke/disable": "#02305e16";
1226
+ readonly "com/radio/item/size-sm/height": "16px";
1227
+ readonly "com/radio/item/size-sm/width": "16px";
1228
+ readonly "com/radio/item/size-md/height": "20px";
1229
+ readonly "com/radio/item/size-md/width": "20px";
1230
+ readonly "com/radio/content/vertical-gap": "4px";
1231
+ readonly "com/radio/content/primary/label/color-text": "#1e2225";
1232
+ readonly "com/radio/content/primary/description/color-text": "#505a5f";
1233
+ readonly "com/radio/content/secondary/label/color-text": "#1e2225";
1234
+ readonly "com/radio/content/secondary/description/color-text": "#505a5f";
1235
+ readonly "com/radio/content/tertiary/label/color-text": "#505a5f";
1236
+ readonly "com/radio/content/tertiary/description/color-text": "#505a5f";
1237
+ readonly "com/radio/content/disable/label/color-text": "#c5cdd2";
1238
+ readonly "com/radio/content/disable/description/color-text": "#c5cdd2";
1239
+ readonly "com/scrollbar/horizontal-padding": "2px";
1240
+ readonly "com/scrollbar/vertical-padding": "2px";
1241
+ readonly "com/scrollbar/thumb/corner-radius-rounded": "9999px";
1242
+ readonly "com/scrollbar/thumb/background-color/default": "#0d2e433d";
1243
+ readonly "com/scrollbar/thumb/background-color/pressed": "#09233182";
1244
+ readonly "com/scrollbar/thumb/thumb-width/default": "6px";
1245
+ readonly "com/scrollbar/thumb/thumb-width/hover": "12px";
1246
+ readonly "com/scrollbar/thumb/thumb-width/pressed": "12px";
1247
+ readonly "com/scrollbar/thumb/border/stroke-width": "1px";
1248
+ readonly "com/scrollbar/thumb/border/stroke-color": "#ffffff82";
792
1249
  readonly "com/segmented/corner-radius/xs": "6px";
793
1250
  readonly "com/segmented/corner-radius/sm": "6px";
794
1251
  readonly "com/segmented/corner-radius/md": "8px";
795
1252
  readonly "com/segmented/corner-radius/lg": "12px";
796
- readonly "com/segmented/background/background-color": "#2354850a";
797
- readonly "com/segmented/background/color-stroke": "#0a2f4d21";
1253
+ readonly "com/segmented/background/background-color": "#00375b0e";
1254
+ readonly "com/segmented/background/color-stroke": "#0a2f4d22";
798
1255
  readonly "com/segmented/background/stroke-width": "1px";
799
1256
  readonly "com/segmented/item/background-color": "#ffffff00";
800
1257
  readonly "com/segmented/item/active-surface/background-color": "#ffffff";
801
- readonly "com/segmented/item/active-surface/color-stroke": "#0a2f4d21";
802
- readonly "com/segmented/item/active-surface/corner-radius/xs": "4px";
803
- readonly "com/segmented/item/active-surface/corner-radius/sm": "4px";
804
- readonly "com/segmented/item/active-surface/corner-radius/md": "6px";
805
- readonly "com/segmented/item/active-surface/corner-radius/lg": "8px";
806
- readonly "com/segmented/item/active-surface/height/size-xs": "4px";
807
- readonly "com/segmented/item/active-surface/height/size-sm": "4px";
808
- readonly "com/segmented/item/active-surface/height/size-md": "6px";
809
- readonly "com/segmented/item/active-surface/height/size-lg": "8px";
1258
+ readonly "com/segmented/item/active-surface/color-stroke": "#0d2e433d";
1259
+ readonly "com/segmented/item/active-surface/stroke-width": "1px";
1260
+ readonly "com/segmented/item/active-surface/size-xs/horizontal-padding": "4px";
1261
+ readonly "com/segmented/item/active-surface/size-xs/corner-radius": "4px";
1262
+ readonly "com/segmented/item/active-surface/size-xs/height": "18px";
1263
+ readonly "com/segmented/item/active-surface/size-xs/min-width": "40px";
1264
+ readonly "com/segmented/item/active-surface/size-sm/horizontal-padding": "4px";
1265
+ readonly "com/segmented/item/active-surface/size-sm/corner-radius": "4px";
1266
+ readonly "com/segmented/item/active-surface/size-sm/height": "22px";
1267
+ readonly "com/segmented/item/active-surface/size-sm/min-width": "46px";
1268
+ readonly "com/segmented/item/active-surface/size-md/horizontal-padding": "8px";
1269
+ readonly "com/segmented/item/active-surface/size-md/corner-radius": "6px";
1270
+ readonly "com/segmented/item/active-surface/size-md/height": "28px";
1271
+ readonly "com/segmented/item/active-surface/size-md/min-width": "52px";
1272
+ readonly "com/segmented/item/active-surface/size-lg/horizontal-padding": "8px";
1273
+ readonly "com/segmented/item/active-surface/size-lg/corner-radius": "8px";
1274
+ readonly "com/segmented/item/active-surface/size-lg/height": "36px";
1275
+ readonly "com/segmented/item/active-surface/size-lg/min-width": "60px";
810
1276
  readonly "com/segmented/item/height/size-xs": "24px";
811
1277
  readonly "com/segmented/item/height/size-sm": "28px";
812
1278
  readonly "com/segmented/item/height/size-md": "36px";
@@ -815,38 +1281,49 @@ declare const _default: {
815
1281
  readonly "com/segmented/item/disable/color-text": "#c5cdd2";
816
1282
  readonly "com/segmented/item/disable/color-icon": "#c5cdd2";
817
1283
  readonly "com/segmented/item/only-icon/size-xs/min-width": "28px";
1284
+ readonly "com/segmented/item/only-icon/size-xs/horizontal-padding": "3px";
1285
+ readonly "com/segmented/item/only-icon/size-xs/vertical-padding": "3px";
818
1286
  readonly "com/segmented/item/only-icon/size-xs/icon/size-icon": "16px";
819
1287
  readonly "com/segmented/item/only-icon/size-xs/icon/color-icon/default": "#a3aeb5";
820
1288
  readonly "com/segmented/item/only-icon/size-xs/icon/color-icon/hover": "#505a5f";
821
1289
  readonly "com/segmented/item/only-icon/size-xs/icon/color-icon/pressed": "#505a5f";
822
1290
  readonly "com/segmented/item/only-icon/size-xs/icon/color-icon/actived": "#505a5f";
823
1291
  readonly "com/segmented/item/only-icon/size-sm/min-width": "28px";
1292
+ readonly "com/segmented/item/only-icon/size-sm/horizontal-padding": "3px";
1293
+ readonly "com/segmented/item/only-icon/size-sm/vertical-padding": "3px";
824
1294
  readonly "com/segmented/item/only-icon/size-sm/icon/size-icon": "16px";
825
1295
  readonly "com/segmented/item/only-icon/size-sm/icon/color-icon/default": "#a3aeb5";
826
1296
  readonly "com/segmented/item/only-icon/size-sm/icon/color-icon/hover": "#505a5f";
827
1297
  readonly "com/segmented/item/only-icon/size-sm/icon/color-icon/pressed": "#505a5f";
828
1298
  readonly "com/segmented/item/only-icon/size-sm/icon/color-icon/actived": "#505a5f";
829
1299
  readonly "com/segmented/item/only-icon/size-md/min-width": "36px";
1300
+ readonly "com/segmented/item/only-icon/size-md/horizontal-padding": "4px";
1301
+ readonly "com/segmented/item/only-icon/size-md/vertical-padding": "4px";
830
1302
  readonly "com/segmented/item/only-icon/size-md/icon/size-icon": "16px";
831
1303
  readonly "com/segmented/item/only-icon/size-md/icon/color-icon/default": "#a3aeb5";
832
1304
  readonly "com/segmented/item/only-icon/size-md/icon/color-icon/hover": "#505a5f";
833
1305
  readonly "com/segmented/item/only-icon/size-md/icon/color-icon/pressed": "#505a5f";
834
1306
  readonly "com/segmented/item/only-icon/size-md/icon/color-icon/actived": "#505a5f";
835
1307
  readonly "com/segmented/item/only-icon/size-lg/min-width": "44px";
1308
+ readonly "com/segmented/item/only-icon/size-lg/horizontal-padding": "4px";
1309
+ readonly "com/segmented/item/only-icon/size-lg/vertical-padding": "4px";
836
1310
  readonly "com/segmented/item/only-icon/size-lg/icon/size-icon": "20px";
837
1311
  readonly "com/segmented/item/only-icon/size-lg/icon/color-icon/default": "#a3aeb5";
838
1312
  readonly "com/segmented/item/only-icon/size-lg/icon/color-icon/hover": "#505a5f";
839
1313
  readonly "com/segmented/item/only-icon/size-lg/icon/color-icon/pressed": "#505a5f";
840
1314
  readonly "com/segmented/item/only-icon/size-lg/icon/color-icon/actived": "#505a5f";
841
1315
  readonly "com/segmented/item/with-label/size-xs/min-width": "48px";
842
- readonly "com/segmented/item/with-label/size-xs/horizontal-padding": "8px";
1316
+ readonly "com/segmented/item/with-label/size-xs/horizontal-padding": "3px";
1317
+ readonly "com/segmented/item/with-label/size-xs/vertical-padding": "3px";
1318
+ readonly "com/segmented/item/with-label/size-xs/sub-spacing": "2px";
843
1319
  readonly "com/segmented/item/with-label/size-xs/label/color-text/default": "#828f96";
844
1320
  readonly "com/segmented/item/with-label/size-xs/label/color-text/hover": "#505a5f";
845
1321
  readonly "com/segmented/item/with-label/size-xs/label/color-text/pressed": "#505a5f";
846
1322
  readonly "com/segmented/item/with-label/size-xs/label/color-text/actived": "#505a5f";
847
1323
  readonly "com/segmented/item/with-label/size-sm/min-width": "52px";
848
1324
  readonly "com/segmented/item/with-label/size-sm/horizontal-gap": "2px";
849
- readonly "com/segmented/item/with-label/size-sm/horizontal-padding": "8px";
1325
+ readonly "com/segmented/item/with-label/size-sm/horizontal-padding": "3px";
1326
+ readonly "com/segmented/item/with-label/size-sm/vertical-padding": "3px";
850
1327
  readonly "com/segmented/item/with-label/size-sm/sub-spacing": "4px";
851
1328
  readonly "com/segmented/item/with-label/size-sm/label/color-text/default": "#828f96";
852
1329
  readonly "com/segmented/item/with-label/size-sm/label/color-text/hover": "#505a5f";
@@ -858,7 +1335,8 @@ declare const _default: {
858
1335
  readonly "com/segmented/item/with-label/size-sm/icon/color-icon/actived": "#505a5f";
859
1336
  readonly "com/segmented/item/with-label/size-md/min-width": "60px";
860
1337
  readonly "com/segmented/item/with-label/size-md/horizontal-gap": "0px";
861
- readonly "com/segmented/item/with-label/size-md/horizontal-padding": "12px";
1338
+ readonly "com/segmented/item/with-label/size-md/horizontal-padding": "4px";
1339
+ readonly "com/segmented/item/with-label/size-md/vertical-padding": "4px";
862
1340
  readonly "com/segmented/item/with-label/size-md/sub-spacing": "8px";
863
1341
  readonly "com/segmented/item/with-label/size-md/label/color-text/default": "#828f96";
864
1342
  readonly "com/segmented/item/with-label/size-md/label/color-text/hover": "#505a5f";
@@ -870,7 +1348,8 @@ declare const _default: {
870
1348
  readonly "com/segmented/item/with-label/size-md/icon/color-icon/actived": "#505a5f";
871
1349
  readonly "com/segmented/item/with-label/size-lg/min-width": "68px";
872
1350
  readonly "com/segmented/item/with-label/size-lg/horizontal-gap": "2px";
873
- readonly "com/segmented/item/with-label/size-lg/horizontal-padding": "12px";
1351
+ readonly "com/segmented/item/with-label/size-lg/horizontal-padding": "4px";
1352
+ readonly "com/segmented/item/with-label/size-lg/vertical-padding": "4px";
874
1353
  readonly "com/segmented/item/with-label/size-lg/sub-spacing": "8px";
875
1354
  readonly "com/segmented/item/with-label/size-lg/label/color-text/default": "#828f96";
876
1355
  readonly "com/segmented/item/with-label/size-lg/label/color-text/hover": "#505a5f";
@@ -880,241 +1359,85 @@ declare const _default: {
880
1359
  readonly "com/segmented/item/with-label/size-lg/icon/color-icon/hover": "#505a5f";
881
1360
  readonly "com/segmented/item/with-label/size-lg/icon/color-icon/pressed": "#505a5f";
882
1361
  readonly "com/segmented/item/with-label/size-lg/icon/color-icon/actived": "#505a5f";
883
- readonly "com/popup/header/background": "#ffffff";
884
- readonly "com/popup/header/top-padding": "16px";
885
- readonly "com/popup/header/bottom-padding": "16px";
886
- readonly "com/popup/header/left-padding": "20px";
887
- readonly "com/popup/header/right-padding": "20px";
888
- readonly "com/popup/header/pictogram/background-color": "#ffffff";
889
- readonly "com/popup/header/pictogram/color-stroke": "#0d2e433d";
890
- readonly "com/popup/header/pictogram/color-icon": "#343d41";
891
- readonly "com/popup/header/pictogram/stroke-width": "1px";
892
- readonly "com/popup/header/pictogram/corner-radius": "12px";
893
- readonly "com/popup/header/popup-title/color-text": "#1e2225";
894
- readonly "com/popup/header/popup-description/color-text": "#505a5f";
895
- readonly "com/popup/header/title-n-content/vertical-gap": "4px";
896
- readonly "com/popup/header/title-n-content/right-padding": "20px";
897
- readonly "com/popup/header/description-on/pictogram-n-title-gap": "12px";
898
- readonly "com/popup/header/description-off/pictogram-n-title-gap": "8px";
899
- readonly "com/popup/body/vertical-gap": "16px";
900
- readonly "com/popup/body/content/horizontal-padding": "20px";
901
- readonly "com/popup/body/bottom-padding": "16px";
902
- readonly "com/popup/body/background-color": "#ffffff";
903
- readonly "com/popup/body/divider/color-stroke": "#0a2f4d21";
904
- readonly "com/popup/body/divider/stroke-width": "1px";
905
- readonly "com/popup/corner-radius": "20px";
906
- readonly "com/popup/footer/background": "#ffffff";
907
- readonly "com/popup/footer/vertical-gap": "16px";
908
- readonly "com/popup/footer/divider/color-stroke": "#0a2f4d21";
909
- readonly "com/popup/footer/stepper/stepper-display/stroke-width": "1px";
910
- readonly "com/popup/footer/stepper/stepper-display/color-stroke": "#0d2e433d";
911
- readonly "com/popup/footer/stepper/stepper-display/horizontal-gap": "2px";
912
- readonly "com/popup/footer/stepper/stepper-display/top-padding": "2px";
913
- readonly "com/popup/footer/stepper/stepper-display/bottom-padding": "2px";
914
- readonly "com/popup/footer/stepper/stepper-display/left-padding": "8px";
915
- readonly "com/popup/footer/stepper/stepper-display/right-padding": "8px";
916
- readonly "com/popup/footer/stepper/stepper-display/corner-radius": "8px";
917
- readonly "com/popup/footer/stepper/current-step/color-text": "#1e2225";
918
- readonly "com/popup/footer/stepper/total-step/color-text": "#505a5f";
919
- readonly "com/popup/footer/stepper/icon-slash-divider/color-icon": "#a3aeb5";
920
- readonly "com/popup/footer/type-information/icon-info-circle/color-icon": "#a3aeb5";
921
- readonly "com/popup/footer/type-information/information-message/color-text": "#505a5f";
922
- readonly "com/popup/footer/type-information/info-content-wrap/horizontal-gap": "8px";
923
- readonly "com/popup/footer/action/vertical-gap": "12px";
924
- readonly "com/popup/footer/action/horizontal-padding": "20px";
925
- readonly "com/popup/footer/action/bottom-padding": "16px";
926
- readonly "com/drawer/border/color-stroke": "#0a2f4d21";
927
- readonly "com/drawer/border/stroke-width": "1px";
928
- readonly "com/drawer/header/background": "#ffffff";
929
- readonly "com/drawer/header/top-padding": "16px";
930
- readonly "com/drawer/header/bottom-padding": "16px";
931
- readonly "com/drawer/header/left-padding": "20px";
932
- readonly "com/drawer/header/right-padding": "20px";
933
- readonly "com/drawer/header/pictogram/background-color": "#ffffff";
934
- readonly "com/drawer/header/pictogram/color-stroke": "#0d2e433d";
935
- readonly "com/drawer/header/pictogram/color-icon": "#343d41";
936
- readonly "com/drawer/header/pictogram/stroke-width": "1px";
937
- readonly "com/drawer/header/pictogram/corner-radius": "12px";
938
- readonly "com/drawer/header/drawer-title/color-text": "#1e2225";
939
- readonly "com/drawer/header/drawer-title/right-padding": "24px";
940
- readonly "com/drawer/header/drawer-description/color-text": "#505a5f";
941
- readonly "com/drawer/header/title-n-content/vertical-gap": "4px";
942
- readonly "com/drawer/header/title-n-content/right-padding": "20px";
943
- readonly "com/drawer/header/description-on/pictogram-n-title-gap": "12px";
944
- readonly "com/drawer/header/description-off/pictogram-n-title-gap": "8px";
945
- readonly "com/drawer/top-left-conner-radius": "20px";
946
- readonly "com/drawer/change-view-bar/horizontal-padding": "20px";
947
- readonly "com/drawer/change-view-bar/bottom-padding": "12px";
948
- readonly "com/drawer/change-view-bar/background": "#ffffff";
949
- readonly "com/drawer/divider/color-stroke": "#0a2f4d21";
950
- readonly "com/drawer/divider/stroke-width": "1px";
951
- readonly "com/drawer/body/vertical-gap": "16px";
952
- readonly "com/drawer/body/bottom-padding": "16px";
953
- readonly "com/drawer/body/background": "#ffffff";
954
- readonly "com/drawer/body/content/horizontal-padding": "20px";
955
- readonly "com/drawer/footer/background": "#ffffff";
956
- readonly "com/drawer/footer/divider/color-stroke": "#0a2f4d21";
957
- readonly "com/drawer/footer/stepper/stepper-display/stroke-width": "1px";
958
- readonly "com/drawer/footer/stepper/stepper-display/color-stroke": "#0d2e433d";
959
- readonly "com/drawer/footer/stepper/stepper-display/horizontal-gap": "2px";
960
- readonly "com/drawer/footer/stepper/stepper-display/top-padding": "2px";
961
- readonly "com/drawer/footer/stepper/stepper-display/bottom-padding": "2px";
962
- readonly "com/drawer/footer/stepper/stepper-display/left-padding": "8px";
963
- readonly "com/drawer/footer/stepper/stepper-display/right-padding": "8px";
964
- readonly "com/drawer/footer/stepper/stepper-display/corner-radius": "8px";
965
- readonly "com/drawer/footer/stepper/current-step/color-text": "#1e2225";
966
- readonly "com/drawer/footer/stepper/total-step/color-text": "#505a5f";
967
- readonly "com/drawer/footer/stepper/icon-slash-divider/color-icon": "#a3aeb5";
968
- readonly "com/drawer/footer/type-information/icon-info-circle/color-icon": "#a3aeb5";
969
- readonly "com/drawer/footer/type-information/information-message/color-text": "#505a5f";
970
- readonly "com/drawer/footer/type-information/info-content-wrap/horizontal-gap": "8px";
971
- readonly "com/drawer/footer/vertical-gap": "16px";
972
- readonly "com/drawer/footer/action/vertical-gap": "12px";
973
- readonly "com/drawer/footer/action/horizontal-padding": "20px";
974
- readonly "com/drawer/footer/action/bottom-padding": "16px";
975
- readonly "com/scrollbar/horizontal-padding": "2px";
976
- readonly "com/scrollbar/vertical-padding": "2px";
977
- readonly "com/scrollbar/thumb/corner-radius-rounded": "9999px";
978
- readonly "com/scrollbar/thumb/background-color/default": "#0d2e433d";
979
- readonly "com/scrollbar/thumb/background-color/pressed": "#0015207d";
980
- readonly "com/scrollbar/thumb/thumb-width/default": "0px";
981
- readonly "com/scrollbar/thumb/thumb-width/hover": "0px";
982
- readonly "com/scrollbar/thumb/thumb-width/pressed": "0px";
983
- readonly "com/scrollbar/thumb/border/stroke-width": "1px";
984
- readonly "com/scrollbar/thumb/border/stroke-color": "#ffffff82";
985
- readonly "com/focus-mark/background-color": "#ffffff00";
986
- readonly "com/focus-mark/color-stroke": "#000000";
987
- readonly "com/focus-mark/color-gap-spacing": "#ffffff";
988
- readonly "com/focus-mark/gap-spacing": "2px";
989
- readonly "com/focus-mark/corner-radius-default": "4px";
990
- readonly "com/focus-mark/stroke-width": "4px";
991
- readonly "com/actived-mark/background-color": "#ffffff00";
992
- readonly "com/actived-mark/color-gap-spacing": "#cee2f8";
993
- readonly "com/actived-mark/color-gap-spacing-on-white": "#3263e7";
994
- readonly "com/actived-mark/gap-spacing": "3px";
995
- readonly "com/actived-mark/corner-radius-default": "4px";
996
- readonly "com/typing-cursor/default": "#2a30a0";
997
- readonly "com/typing-cursor/negative": "#a80a12";
998
- readonly "com/navigation/title/expand/horizontal-gap": "8px";
999
- readonly "com/navigation/title/expand/horizontal-padding": "12px";
1000
- readonly "com/navigation/title/expand/top-padding": "2px";
1001
- readonly "com/navigation/title/default/horizontal-padding": "12px";
1002
- readonly "com/navigation/title/default/top-padding": "2px";
1003
- readonly "com/navigation/title/auto-collapse/horizontal-gap": "8px";
1004
- readonly "com/navigation/title/auto-collapse/horizontal-padding": "12px";
1005
- readonly "com/navigation/title/auto-collapse/top-padding": "12px";
1006
- readonly "com/navigation/title/app-title/left-padding": "12px";
1007
- readonly "com/navigation/title/app-title/right-padding": "8px";
1008
- readonly "com/navigation/title/app-title/vertical-padding": "12px";
1009
- readonly "com/navigation/title/app-title/corner-radius": "12px";
1010
- readonly "com/navigation/title/app-title/horizontal-gap": "8px";
1011
- readonly "com/navigation/title/app-title/button-icon/vertical-padding": "8px";
1012
- readonly "com/navigation/title/app-title/button-icon/horizontal-padding": "8px";
1013
- readonly "com/navigation/title/app-title/border/stroke-width": "1px";
1014
- readonly "com/navigation/title/app-title/border/color-stroke": "#0a2f4d21";
1015
- readonly "com/navigation/title/app-title/label/color-text": "#1e2225";
1016
- readonly "com/navigation/function/horizontal-padding": "16px";
1017
- readonly "com/navigation/function/top-padding": "12px";
1018
- readonly "com/navigation/function/bottom-padding": "16px";
1019
- readonly "com/navigation/background-color": "#ffffff";
1020
- readonly "com/navigation/corner-radius": "28px";
1021
- readonly "com/navigation/footer/horizontal-padding": "16px";
1022
- readonly "com/navigation/footer/vertical-padding": "24px";
1023
- readonly "com/navigation/footer/logo/horizontal-padding": "8px";
1024
- readonly "com/navigation/footer/logo/color-logo": "#828f96";
1025
- readonly "com/navigation/footer/logo/color-text": "#828f96";
1026
- readonly "com/navigation/footer/divider/stroke-width": "1px";
1027
- readonly "com/navigation/footer/divider/color-stroke": "#0d2e433d";
1028
- readonly "com/navigation/icon/default": "#505a5f";
1029
- readonly "com/navigation/icon/hover": "#505a5f";
1030
- readonly "com/navigation/icon/active": "#2f3cc1";
1031
- readonly "com/navigation/label/default": "#505a5f";
1032
- readonly "com/navigation/label/hover": "#505a5f";
1033
- readonly "com/navigation/label/active": "#1e2225";
1034
- readonly "com/navigation/expand-items/size-lg/horizontal-gap": "8px";
1035
- readonly "com/navigation/expand-items/size-lg/horizontal-padding": "8px";
1036
- readonly "com/navigation/expand-items/size-lg/vertical-padding": "8px";
1037
- readonly "com/navigation/expand-items/size-lg/corner-radius": "8px";
1038
- readonly "com/navigation/expand-items/size-lg/height": "44px";
1039
- readonly "com/navigation/expand-items/size-md/horizontal-gap": "8px";
1040
- readonly "com/navigation/expand-items/size-md/horizontal-padding": "8px";
1041
- readonly "com/navigation/expand-items/size-md/vertical-padding": "4px";
1042
- readonly "com/navigation/expand-items/size-md/corner-radius": "8px";
1043
- readonly "com/navigation/expand-items/size-md/height": "36px";
1044
- readonly "com/navigation/expand-items/background-color/default": "#ffffff00";
1045
- readonly "com/navigation/expand-items/background-color/hover": "#0451780e";
1046
- readonly "com/navigation/expand-items/background-color/active": "#2354850a";
1047
- readonly "com/navigation/expand-items/child-active/active-mark": "#648ef4";
1048
- readonly "com/navigation/expand-items/badge/size": "Xs (16)";
1049
- readonly "com/navigation/compact-items/horizontal-gap": "8px";
1050
- readonly "com/navigation/compact-items/horizontal-padding": "12px";
1051
- readonly "com/navigation/compact-items/vertical-padding": "8px";
1052
- readonly "com/navigation/compact-items/corner-radius": "8px";
1053
- readonly "com/navigation/compact-items/height": "44px";
1054
- readonly "com/navigation/compact-items/width": "44px";
1055
- readonly "com/navigation/compact-items/background-color/default": "#ffffff00";
1056
- readonly "com/navigation/compact-items/background-color/hover": "#0451780e";
1057
- readonly "com/navigation/compact-items/background-color/active": "#f5f8fc";
1058
- readonly "com/icon/size/from-28/stroke-width": "2px";
1059
- readonly "com/icon/size/from-20/stroke-width": "1.3px";
1060
- readonly "com/icon/size/under-20/stroke-width": "1px";
1061
- readonly "com/checkbox/horizontal-gap": "8px";
1062
- readonly "com/checkbox/item/marked/background-color/default": "#2f3cc1";
1063
- readonly "com/checkbox/item/marked/background-color/hover": "#3263e7";
1064
- readonly "com/checkbox/item/marked/background-color/disable": "#e9edf1";
1065
- readonly "com/checkbox/item/marked/color-stroke/disable": "#0451780e";
1066
- readonly "com/checkbox/item/marked/shape/color-shape/default": "#ffffff";
1067
- readonly "com/checkbox/item/marked/shape/color-shape/disable": "#c5cdd2";
1068
- readonly "com/checkbox/item/unmarked/background-color/default": "#f8f9fb";
1069
- readonly "com/checkbox/item/unmarked/background-color/hover": "#dee3e7";
1070
- readonly "com/checkbox/item/unmarked/background-color/disable": "#ffffff00";
1071
- readonly "com/checkbox/item/unmarked/color-stroke/default": "#0d2e433d";
1072
- readonly "com/checkbox/item/unmarked/color-stroke/hover": "#0d2e433d";
1073
- readonly "com/checkbox/item/unmarked/color-stroke/disable": "#0451780e";
1074
- readonly "com/checkbox/item/size-sm/height": "16px";
1075
- readonly "com/checkbox/item/size-sm/width": "16px";
1076
- readonly "com/checkbox/item/size-sm/corner-radius": "4px";
1077
- readonly "com/checkbox/item/size-md/height": "20px";
1078
- readonly "com/checkbox/item/size-md/width": "20px";
1079
- readonly "com/checkbox/item/size-md/corner-radius": "6px";
1080
- readonly "com/checkbox/item/stroke-width": "1px";
1081
- readonly "com/checkbox/content/vertical-gap": "4px";
1082
- readonly "com/checkbox/content/primary/label/color-text": "#1e2225";
1083
- readonly "com/checkbox/content/primary/description/color-text": "#505a5f";
1084
- readonly "com/checkbox/content/secondary/label/color-text": "#1e2225";
1085
- readonly "com/checkbox/content/secondary/description/color-text": "#505a5f";
1086
- readonly "com/checkbox/content/tertiary/label/color-text": "#505a5f";
1087
- readonly "com/checkbox/content/tertiary/description/color-text": "#505a5f";
1088
- readonly "com/checkbox/content/disable/label/color-text": "#c5cdd2";
1089
- readonly "com/checkbox/content/disable/description/color-text": "#c5cdd2";
1090
- readonly "com/radio/horizontal-gap": "8px";
1091
- readonly "com/radio/item/stroke-width": "1px";
1092
- readonly "com/radio/item/marked/background-color/default": "#2f3cc1";
1093
- readonly "com/radio/item/marked/background-color/hover": "#3263e7";
1094
- readonly "com/radio/item/marked/background-color/disable": "#e9edf1";
1095
- readonly "com/radio/item/marked/color-stroke/disable": "#0451780e";
1096
- readonly "com/radio/item/marked/shape/color-shape/default": "#ffffff";
1097
- readonly "com/radio/item/marked/shape/color-shape/disable": "#c5cdd2";
1098
- readonly "com/radio/item/unmarked/background-color/default": "#f8f9fb";
1099
- readonly "com/radio/item/unmarked/background-color/hover": "#c5cdd2";
1100
- readonly "com/radio/item/unmarked/background-color/disable": "#ffffff00";
1101
- readonly "com/radio/item/unmarked/color-stroke/default": "#0d2e433d";
1102
- readonly "com/radio/item/unmarked/color-stroke/hover": "#0d2e433d";
1103
- readonly "com/radio/item/unmarked/color-stroke/disable": "#0451780e";
1104
- readonly "com/radio/item/size-sm/height": "16px";
1105
- readonly "com/radio/item/size-sm/width": "16px";
1106
- readonly "com/radio/item/size-md/height": "20px";
1107
- readonly "com/radio/item/size-md/width": "20px";
1108
- readonly "com/radio/item/corner-radius": "9999px";
1109
- readonly "com/radio/content/vertical-gap": "4px";
1110
- readonly "com/radio/content/primary/label/color-text": "#1e2225";
1111
- readonly "com/radio/content/primary/description/color-text": "#505a5f";
1112
- readonly "com/radio/content/secondary/label/color-text": "#1e2225";
1113
- readonly "com/radio/content/secondary/description/color-text": "#505a5f";
1114
- readonly "com/radio/content/tertiary/label/color-text": "#505a5f";
1115
- readonly "com/radio/content/tertiary/description/color-text": "#505a5f";
1116
- readonly "com/radio/content/disable/label/color-text": "#c5cdd2";
1117
- readonly "com/radio/content/disable/description/color-text": "#c5cdd2";
1362
+ readonly "com/select/vertical-gap": "4px";
1363
+ readonly "com/select/field/corner-radius-rounded": "9999px";
1364
+ readonly "com/select/field/left-padding": "4px";
1365
+ readonly "com/select/field/right-padding": "4px";
1366
+ readonly "com/select/field/stroke-width": "1px";
1367
+ readonly "com/select/field/right-icon/color-icon": "#505a5f";
1368
+ readonly "com/select/field/size-xs/height": "24px";
1369
+ readonly "com/select/field/size-xs/horizontal-gap": "4px";
1370
+ readonly "com/select/field/size-xs/horizontal-padding": "8px";
1371
+ readonly "com/select/field/size-xs/corner-radius": "6px";
1372
+ readonly "com/select/field/size-xs/label/sub-spacing": "4px";
1373
+ readonly "com/select/field/size-xs/icon/size-icon": "16px";
1374
+ readonly "com/select/field/size-xs/icon/left-padding": "4px";
1375
+ readonly "com/select/field/size-sm/height": "28px";
1376
+ readonly "com/select/field/size-sm/horizontal-gap": "2px";
1377
+ readonly "com/select/field/size-sm/horizontal-padding": "8px";
1378
+ readonly "com/select/field/size-sm/corner-radius": "6px";
1379
+ readonly "com/select/field/size-sm/label/sub-spacing": "4px";
1380
+ readonly "com/select/field/size-sm/icon/size-icon": "16px";
1381
+ readonly "com/select/field/size-sm/icon/left-padding": "4px";
1382
+ readonly "com/select/field/size-md/height": "36px";
1383
+ readonly "com/select/field/size-md/horizontal-gap": "0px";
1384
+ readonly "com/select/field/size-md/horizontal-padding": "8px";
1385
+ readonly "com/select/field/size-md/corner-radius": "6px";
1386
+ readonly "com/select/field/size-md/label/sub-spacing": "8px";
1387
+ readonly "com/select/field/size-md/label/vertical-padding": "8px";
1388
+ readonly "com/select/field/size-md/label/horizontal-padding": "8px";
1389
+ readonly "com/select/field/size-md/icon/size-icon": "20px";
1390
+ readonly "com/select/field/size-md/icon/vertical-padding": "4px";
1391
+ readonly "com/select/field/size-md/icon/left-padding": "4px";
1392
+ readonly "com/select/field/size-md/number/min-width": "104px";
1393
+ readonly "com/select/field/size-md/number/sub-spacing": "4px";
1394
+ readonly "com/select/field/size-lg/height": "44px";
1395
+ readonly "com/select/field/size-lg/horizontal-gap": "4px";
1396
+ readonly "com/select/field/size-lg/horizontal-padding": "12px";
1397
+ readonly "com/select/field/size-lg/corner-radius": "8px";
1398
+ readonly "com/select/field/size-lg/label/sub-spacing": "8px";
1399
+ readonly "com/select/field/size-lg/label/vertical-padding": "12px";
1400
+ readonly "com/select/field/size-lg/label/horizontal-padding": "12px";
1401
+ readonly "com/select/field/size-lg/icon/size-icon": "20px";
1402
+ readonly "com/select/field/size-lg/icon/vertical-padding": "8px";
1403
+ readonly "com/select/field/size-lg/icon/left-padding": "8px";
1404
+ readonly "com/select/field/size-lg/number/sub-spacing": "8px";
1405
+ readonly "com/select/field/size-lg/number/min-width": "132px";
1406
+ readonly "com/select/field/disable/label-color": "#c5cdd2";
1407
+ readonly "com/select/field/disable/color-icon": "#c5cdd2";
1408
+ readonly "com/select/field/disable/background-color": "#ffffff00";
1409
+ readonly "com/select/field/disable/background-color-transparent": "#ffffff00";
1410
+ readonly "com/select/field/disable/stroke-color": "#02305e16";
1411
+ readonly "com/select/field/default/background/default": "#ffffff";
1412
+ readonly "com/select/field/default/background/hover": "#e9edf1";
1413
+ readonly "com/select/field/default/background/active": "#f1f4f6";
1414
+ readonly "com/select/field/default/border/default": "#0d2e433d";
1415
+ readonly "com/select/field/default/border/hover": "#0d2e433d";
1416
+ readonly "com/select/field/default/border/active": "#3263e7";
1417
+ readonly "com/select/field/default/label/color-text/inputed": "#505a5f";
1418
+ readonly "com/select/field/default/label/color-text/placeholder": "#828f96";
1419
+ readonly "com/select/field/default/icon/color-icon/default": "#a3aeb5";
1420
+ readonly "com/select/field/default/icon/color-icon/hover": "#505a5f";
1421
+ readonly "com/select/field/default/icon/color-icon/active": "#505a5f";
1422
+ readonly "com/select/field/negative/background/default": "#fef8f7";
1423
+ readonly "com/select/field/negative/background/hover": "#fee9e7";
1424
+ readonly "com/select/field/negative/background/active": "#f8f9fb";
1425
+ readonly "com/select/field/negative/border/default": "#f2685b";
1426
+ readonly "com/select/field/negative/border/hover": "#f2685b";
1427
+ readonly "com/select/field/negative/border/active": "#f2685b";
1428
+ readonly "com/select/field/negative/label/color-text/inputed": "#505a5f";
1429
+ readonly "com/select/field/negative/label/color-text/placeholder": "#828f96";
1430
+ readonly "com/select/field/negative/icon/color-icon/default": "#ff897c";
1431
+ readonly "com/select/field/negative/icon/color-icon/hover": "#ff897c";
1432
+ readonly "com/select/field/negative/icon/color-icon/active": "#f2685b";
1433
+ readonly "com/select/label/horizontal-gap": "2px";
1434
+ readonly "com/select/label/label/color-text": "#1e2225";
1435
+ readonly "com/select/label/required-mark/color-text": "#cf0026";
1436
+ readonly "com/select/hint/top-padding": "4px";
1437
+ readonly "com/select/hint/neutral/icon/color-icon": "#a3aeb5";
1438
+ readonly "com/select/hint/neutral/label/color-text": "#505a5f";
1439
+ readonly "com/select/hint/disable/icon/color-icon": "#c5cdd2";
1440
+ readonly "com/select/hint/disable/label/color-text": "#c5cdd2";
1118
1441
  readonly "com/switch/horizontal-gap": "8px";
1119
1442
  readonly "com/switch/item/stroke-width": "1px";
1120
1443
  readonly "com/switch/item/corner-radius": "9999px";
@@ -1128,10 +1451,24 @@ declare const _default: {
1128
1451
  readonly "com/switch/item/off/color-stroke/hover": "#0d2e433d";
1129
1452
  readonly "com/switch/item/off/shape/color-shape": "#ffffff";
1130
1453
  readonly "com/switch/item/off/shape/color-stroke": "#0d2e433d";
1454
+ readonly "com/switch/item/size-sm/shape-stroke": "1px";
1131
1455
  readonly "com/switch/item/size-sm/height": "16px";
1132
1456
  readonly "com/switch/item/size-sm/width": "28px";
1457
+ readonly "com/switch/item/size-sm/off/vertical-padding": "3px";
1458
+ readonly "com/switch/item/size-sm/off/left-padding": "3px";
1459
+ readonly "com/switch/item/size-sm/off/shape/height": "10px";
1460
+ readonly "com/switch/item/size-sm/off/shape/width": "10px";
1461
+ readonly "com/switch/item/size-sm/on/vertical-padding": "2px";
1462
+ readonly "com/switch/item/size-sm/on/left-padding": "2px";
1463
+ readonly "com/switch/item/size-sm/on/shape/height": "12px";
1464
+ readonly "com/switch/item/size-sm/on/shape/width": "12px";
1465
+ readonly "com/switch/item/size-md/shape-stroke": "1px";
1466
+ readonly "com/switch/item/size-md/vertical-padding": "3px";
1467
+ readonly "com/switch/item/size-md/left-padding": "3px";
1133
1468
  readonly "com/switch/item/size-md/height": "20px";
1134
1469
  readonly "com/switch/item/size-md/width": "36px";
1470
+ readonly "com/switch/item/size-md/shape/height": "14px";
1471
+ readonly "com/switch/item/size-md/shape/width": "14px";
1135
1472
  readonly "com/switch/content/vertical-gap": "4px";
1136
1473
  readonly "com/switch/content/primary/label/color-text": "#1e2225";
1137
1474
  readonly "com/switch/content/primary/description/color-text": "#505a5f";
@@ -1140,128 +1477,240 @@ declare const _default: {
1140
1477
  readonly "com/switch/content/tertiary/label/color-text": "#505a5f";
1141
1478
  readonly "com/switch/content/tertiary/description/color-text": "#505a5f";
1142
1479
  readonly "com/switch/disable/background-color": "#ffffff00";
1143
- readonly "com/switch/disable/color-stroke": "#0451780e";
1480
+ readonly "com/switch/disable/color-stroke": "#02305e16";
1144
1481
  readonly "com/switch/disable/shape/color-shape": "#e9edf1";
1145
1482
  readonly "com/switch/disable/label/color-text": "#c5cdd2";
1146
1483
  readonly "com/switch/disable/description/color-text": "#c5cdd2";
1147
- readonly "com/chips-button/size-xs/height": "24px";
1148
- readonly "com/chips-button/size-xs/min-width": "48px";
1149
- readonly "com/chips-button/size-xs/corner-radius": "6px";
1150
- readonly "com/chips-button/size-xs/sub-spacing": "0px";
1151
- readonly "com/chips-button/size-xs/horizontal-gap": "4px";
1152
- readonly "com/chips-button/size-xs/badge/size": "2xs (16)";
1153
- readonly "com/chips-button/size-xs/right-padding": "8px";
1154
- readonly "com/chips-button/size-xs/left-padding": "8px";
1155
- readonly "com/chips-button/size-xs/icon/size-icon": "16px";
1156
- readonly "com/chips-button/size-sm/height": "28px";
1157
- readonly "com/chips-button/size-sm/min-width": "52px";
1158
- readonly "com/chips-button/size-sm/corner-radius": "6px";
1159
- readonly "com/chips-button/size-sm/sub-spacing": "4px";
1160
- readonly "com/chips-button/size-sm/horizontal-gap": "2px";
1161
- readonly "com/chips-button/size-sm/badge/size": "Xs (20)";
1162
- readonly "com/chips-button/size-sm/right-padding": "8px";
1163
- readonly "com/chips-button/size-sm/icon/size-icon": "16px";
1164
- readonly "com/chips-button/size-sm/left-padding": "8px";
1165
- readonly "com/chips-button/size-md/height": "36px";
1166
- readonly "com/chips-button/size-md/min-width": "60px";
1167
- readonly "com/chips-button/size-md/corner-radius": "8px";
1168
- readonly "com/chips-button/size-md/sub-spacing": "8px";
1169
- readonly "com/chips-button/size-md/horizontal-gap": "0px";
1170
- readonly "com/chips-button/size-md/badge/size": "Sm (24)";
1171
- readonly "com/chips-button/size-md/right-padding": "12px";
1172
- readonly "com/chips-button/size-md/left-padding": "12px";
1173
- readonly "com/chips-button/size-md/icon/size-icon": "20px";
1174
- readonly "com/chips-button/size-lg/height": "44px";
1175
- readonly "com/chips-button/size-lg/min-width": "68px";
1176
- readonly "com/chips-button/size-lg/corner-radius": "8px";
1177
- readonly "com/chips-button/size-lg/sub-spacing": "8px";
1178
- readonly "com/chips-button/size-lg/horizontal-gap": "2px";
1179
- readonly "com/chips-button/size-lg/badge/size": "Md (28)";
1180
- readonly "com/chips-button/size-lg/right-padding": "12px";
1181
- readonly "com/chips-button/size-lg/left-padding": "12px";
1182
- readonly "com/chips-button/size-lg/icon/size-icon": "20px";
1183
- readonly "com/chips-button/theme/icon/color-icon/neutral": "#505a5f";
1184
- readonly "com/chips-button/theme/icon/color-icon/red": "#df3e3f";
1185
- readonly "com/chips-button/theme/icon/color-icon/orange": "#cc5602";
1186
- readonly "com/chips-button/theme/icon/color-icon/yellow": "#d58e00";
1187
- readonly "com/chips-button/theme/icon/color-icon/lime": "#4b8c00";
1188
- readonly "com/chips-button/theme/icon/color-icon/green": "#009559";
1189
- readonly "com/chips-button/theme/icon/color-icon/ocean": "#00969d";
1190
- readonly "com/chips-button/theme/icon/color-icon/blue": "#008ee1";
1191
- readonly "com/chips-button/theme/icon/color-icon/indigo": "#4278f5";
1192
- readonly "com/chips-button/theme/icon/color-icon/violet": "#a65dcf";
1193
- readonly "com/chips-button/theme/icon/color-icon/pink": "#cd44a7";
1194
- readonly "com/chips-button/theme/label/color-text/neutral": "#505a5f";
1195
- readonly "com/chips-button/theme/label/color-text/red": "#a7051e";
1196
- readonly "com/chips-button/theme/label/color-text/orange": "#952900";
1197
- readonly "com/chips-button/theme/label/color-text/yellow": "#7a4300";
1198
- readonly "com/chips-button/theme/label/color-text/lime": "#2e5c00";
1199
- readonly "com/chips-button/theme/label/color-text/green": "#006535";
1200
- readonly "com/chips-button/theme/label/color-text/ocean": "#006782";
1201
- readonly "com/chips-button/theme/label/color-text/blue": "#005eac";
1202
- readonly "com/chips-button/theme/label/color-text/indigo": "#1e4eb5";
1203
- readonly "com/chips-button/theme/label/color-text/violet": "#8b269b";
1204
- readonly "com/chips-button/theme/label/color-text/pink": "#970978";
1205
- readonly "com/chips-button/theme/color-stroke/neutral": "#0a2f4d21";
1206
- readonly "com/chips-button/theme/color-stroke/red": "#fbd3ce";
1207
- readonly "com/chips-button/theme/color-stroke/orange": "#ffd3b5";
1208
- readonly "com/chips-button/theme/color-stroke/yellow": "#fbd797";
1209
- readonly "com/chips-button/theme/color-stroke/lime": "#d0e59b";
1210
- readonly "com/chips-button/theme/color-stroke/green": "#b3e9cf";
1211
- readonly "com/chips-button/theme/color-stroke/ocean": "#b3e7e3";
1212
- readonly "com/chips-button/theme/color-stroke/blue": "#b9e4f6";
1213
- readonly "com/chips-button/theme/color-stroke/indigo": "#d1ddfb";
1214
- readonly "com/chips-button/theme/color-stroke/violet": "#e5d8f5";
1215
- readonly "com/chips-button/theme/color-stroke/pink": "#f5d3ec";
1216
- readonly "com/chips-button/theme/background-color/neutral": "#e9edf1";
1217
- readonly "com/chips-button/theme/background-color/red": "#ffe9e5";
1218
- readonly "com/chips-button/theme/background-color/orange": "#feebe2";
1219
- readonly "com/chips-button/theme/background-color/yellow": "#fdebd0";
1220
- readonly "com/chips-button/theme/background-color/lime": "#e9f6c9";
1221
- readonly "com/chips-button/theme/background-color/green": "#dbf6e8";
1222
- readonly "com/chips-button/theme/background-color/ocean": "#daf5f4";
1223
- readonly "com/chips-button/theme/background-color/blue": "#eaf6fa";
1224
- readonly "com/chips-button/theme/background-color/indigo": "#e7eeff";
1225
- readonly "com/chips-button/theme/background-color/violet": "#f1ecfa";
1226
- readonly "com/chips-button/theme/background-color/pink": "#fce8f7";
1227
- readonly "com/chips-button/stroke-width": "1px";
1228
- readonly "com/chips-button/disable/color-text": "#c5cdd2";
1229
- readonly "com/chips-button/disable/color-icon": "#c5cdd2";
1230
- readonly "com/chips-button/disable/background-color": "#e9edf1";
1231
- readonly "com/chips-button/disable/color-stroke": "#0451780e";
1232
- readonly "com/overlay/background": "#00152096";
1484
+ readonly "com/table/title-cell/min-height": "28px";
1485
+ readonly "com/table/title-cell/horizontal-padding": "16px";
1486
+ readonly "com/table/title-cell/vertical-padding": "12px";
1487
+ readonly "com/table/title-cell/vertical-gap": "2px";
1488
+ readonly "com/table/title-cell/stroke-width": "1px";
1489
+ readonly "com/table/title-cell/divider/color-stroke": "#0a2f4d22";
1490
+ readonly "com/table/title-cell/divider/horizontal-padding": "Sm (12)";
1491
+ readonly "com/table/title-cell/default/background-color": "#e9edf1";
1492
+ readonly "com/table/title-cell/default/icon/color-icon": "#343d41";
1493
+ readonly "com/table/title-cell/default/label/color-text": "#505a5f";
1494
+ readonly "com/table/title-cell/default/label/vertical-padding": "2px";
1495
+ readonly "com/table/title-cell/default/label/vertical-gap": "8px";
1496
+ readonly "com/table/title-cell/default/description/color-text": "#828f96";
1497
+ readonly "com/table/title-cell/default/description/right-padding": "24px";
1498
+ readonly "com/table/title-cell/disable/background-color": "#dee3e7";
1499
+ readonly "com/table/title-cell/disable/icon/color-icon": "#c5cdd2";
1500
+ readonly "com/table/title-cell/disable/label/color-text": "#c5cdd2";
1501
+ readonly "com/table/title-cell/disable/description/color-text": "#c5cdd2";
1502
+ readonly "com/table/row-cell/min-height": "44px";
1503
+ readonly "com/table/row-cell/horizontal-gap": "8px";
1504
+ readonly "com/table/row-cell/horizontal-padding": "16px";
1505
+ readonly "com/table/row-cell/vertical-padding": "12px";
1506
+ readonly "com/table/row-cell/dot-color": "#a3aeb5";
1507
+ readonly "com/table/row-cell/background-color/default": "#ffffff";
1508
+ readonly "com/table/row-cell/background-color/hover": "#e7f1fa";
1509
+ readonly "com/table/row-cell/background-color/selected": "#f5f8fc";
1510
+ readonly "com/table/row-cell/divider/color-stroke": "#0a2f4d22";
1511
+ readonly "com/table/row-cell/divider/stroke-width": "1px";
1512
+ readonly "com/table/row-cell/default/vertical-gap": "2px";
1513
+ readonly "com/table/row-cell/default/vertical-padding": "4px";
1514
+ readonly "com/table/row-cell/default/horizontal-gap": "4px";
1515
+ readonly "com/table/row-cell/default/primary/icon/color-icon/neutral": "#343d41";
1516
+ readonly "com/table/row-cell/default/primary/icon/color-icon/positive": "#00914a";
1517
+ readonly "com/table/row-cell/default/primary/icon/color-icon/negative": "#d8473c";
1518
+ readonly "com/table/row-cell/default/primary/label/color-text/neutral": "#1e2225";
1519
+ readonly "com/table/row-cell/default/primary/label/color-text/positive": "#00652a";
1520
+ readonly "com/table/row-cell/default/primary/label/color-text/negative": "#a80a12";
1521
+ readonly "com/table/row-cell/default/primary/description/color-text/neutral": "#505a5f";
1522
+ readonly "com/table/row-cell/default/primary/description/color-text/positive": "#00914a";
1523
+ readonly "com/table/row-cell/default/primary/description/color-text/negative": "#d8473c";
1524
+ readonly "com/table/row-cell/default/secondary/icon/color-icon/neutral": "#343d41";
1525
+ readonly "com/table/row-cell/default/secondary/icon/color-icon/positive": "#00914a";
1526
+ readonly "com/table/row-cell/default/secondary/icon/color-icon/negative": "#d8473c";
1527
+ readonly "com/table/row-cell/default/secondary/label/color-text/neutral": "#1e2225";
1528
+ readonly "com/table/row-cell/default/secondary/label/color-text/positive": "#00652a";
1529
+ readonly "com/table/row-cell/default/secondary/label/color-text/negative": "#a80a12";
1530
+ readonly "com/table/row-cell/default/secondary/description/color-text/neutral": "#505a5f";
1531
+ readonly "com/table/row-cell/default/secondary/description/color-text/positive": "#00914a";
1532
+ readonly "com/table/row-cell/default/secondary/description/color-text/negative": "#d8473c";
1533
+ readonly "com/table/row-cell/default/tertiary/icon/color-icon/neutral": "#505a5f";
1534
+ readonly "com/table/row-cell/default/tertiary/icon/color-icon/positive": "#5fbf8c";
1535
+ readonly "com/table/row-cell/default/tertiary/icon/color-icon/negative": "#ff897c";
1536
+ readonly "com/table/row-cell/default/tertiary/label/color-text/neutral": "#505a5f";
1537
+ readonly "com/table/row-cell/default/tertiary/label/color-text/positive": "#00914a";
1538
+ readonly "com/table/row-cell/default/tertiary/label/color-text/negative": "#d8473c";
1539
+ readonly "com/table/row-cell/default/tertiary/description/color-text/neutral": "#505a5f";
1540
+ readonly "com/table/row-cell/default/tertiary/description/color-text/positive": "#00914a";
1541
+ readonly "com/table/row-cell/default/tertiary/description/color-text/negative": "#d8473c";
1542
+ readonly "com/table/row-cell/disable/background-color": "#ffffff";
1543
+ readonly "com/table/row-cell/disable/icon/color-icon": "#c5cdd2";
1544
+ readonly "com/table/row-cell/disable/label/color-text": "#c5cdd2";
1545
+ readonly "com/table/row-cell/disable/description/color-text": "#c5cdd2";
1546
+ readonly "com/tabs/background-color": "#ffffff00";
1547
+ readonly "com/tabs/horizontal-gap": "24px";
1548
+ readonly "com/tabs/underline/color-stroke": "#0a2f4d22";
1549
+ readonly "com/tabs/underline/stroke-width": "1px";
1550
+ readonly "com/tabs/item/active-surface/background-color": "#2f3cc1";
1551
+ readonly "com/tabs/item/active-surface/height": "3px";
1552
+ readonly "com/tabs/item/height/size-xs": "24px";
1553
+ readonly "com/tabs/item/height/size-sm": "28px";
1554
+ readonly "com/tabs/item/height/size-md": "36px";
1555
+ readonly "com/tabs/item/height/size-lg": "44px";
1556
+ readonly "com/tabs/item/disable/background-color": "#ffffff00";
1557
+ readonly "com/tabs/item/disable/color-text": "#c5cdd2";
1558
+ readonly "com/tabs/item/disable/color-icon": "#c5cdd2";
1559
+ readonly "com/tabs/item/only-icon/size-xs/min-width": "28px";
1560
+ readonly "com/tabs/item/only-icon/size-xs/icon/size-icon": "16px";
1561
+ readonly "com/tabs/item/only-icon/size-xs/icon/color-icon/default": "#505a5f";
1562
+ readonly "com/tabs/item/only-icon/size-xs/icon/color-icon/hover": "#343d41";
1563
+ readonly "com/tabs/item/only-icon/size-xs/icon/color-icon/pressed": "#343d41";
1564
+ readonly "com/tabs/item/only-icon/size-xs/icon/color-icon/actived": "#2f3cc1";
1565
+ readonly "com/tabs/item/only-icon/size-sm/min-width": "28px";
1566
+ readonly "com/tabs/item/only-icon/size-sm/icon/size-icon": "16px";
1567
+ readonly "com/tabs/item/only-icon/size-sm/icon/color-icon/default": "#505a5f";
1568
+ readonly "com/tabs/item/only-icon/size-sm/icon/color-icon/hover": "#343d41";
1569
+ readonly "com/tabs/item/only-icon/size-sm/icon/color-icon/pressed": "#343d41";
1570
+ readonly "com/tabs/item/only-icon/size-sm/icon/color-icon/actived": "#2f3cc1";
1571
+ readonly "com/tabs/item/only-icon/size-md/min-width": "36px";
1572
+ readonly "com/tabs/item/only-icon/size-md/icon/size-icon": "16px";
1573
+ readonly "com/tabs/item/only-icon/size-md/icon/color-icon/default": "#505a5f";
1574
+ readonly "com/tabs/item/only-icon/size-md/icon/color-icon/hover": "#343d41";
1575
+ readonly "com/tabs/item/only-icon/size-md/icon/color-icon/pressed": "#343d41";
1576
+ readonly "com/tabs/item/only-icon/size-md/icon/color-icon/actived": "#2f3cc1";
1577
+ readonly "com/tabs/item/only-icon/size-lg/min-width": "44px";
1578
+ readonly "com/tabs/item/only-icon/size-lg/icon/size-icon": "20px";
1579
+ readonly "com/tabs/item/only-icon/size-lg/icon/color-icon/default": "#505a5f";
1580
+ readonly "com/tabs/item/only-icon/size-lg/icon/color-icon/hover": "#343d41";
1581
+ readonly "com/tabs/item/only-icon/size-lg/icon/color-icon/pressed": "#343d41";
1582
+ readonly "com/tabs/item/only-icon/size-lg/icon/color-icon/actived": "#2f3cc1";
1583
+ readonly "com/tabs/item/with-label/size-xs/horizontal-gap": "4px";
1584
+ readonly "com/tabs/item/with-label/size-xs/sub-spacing": "0px";
1585
+ readonly "com/tabs/item/with-label/size-xs/label/color-text/default": "#505a5f";
1586
+ readonly "com/tabs/item/with-label/size-xs/label/color-text/hover": "#1e2225";
1587
+ readonly "com/tabs/item/with-label/size-xs/label/color-text/pressed": "#1e2225";
1588
+ readonly "com/tabs/item/with-label/size-xs/label/color-text/actived": "#2a30a0";
1589
+ readonly "com/tabs/item/with-label/size-sm/horizontal-gap": "2px";
1590
+ readonly "com/tabs/item/with-label/size-sm/sub-spacing": "4px";
1591
+ readonly "com/tabs/item/with-label/size-sm/label/color-text/default": "#505a5f";
1592
+ readonly "com/tabs/item/with-label/size-sm/label/color-text/hover": "#1e2225";
1593
+ readonly "com/tabs/item/with-label/size-sm/label/color-text/pressed": "#1e2225";
1594
+ readonly "com/tabs/item/with-label/size-sm/label/color-text/actived": "#2a30a0";
1595
+ readonly "com/tabs/item/with-label/size-sm/icon/size-icon": "16px";
1596
+ readonly "com/tabs/item/with-label/size-sm/icon/color-icon/default": "#505a5f";
1597
+ readonly "com/tabs/item/with-label/size-sm/icon/color-icon/hover": "#343d41";
1598
+ readonly "com/tabs/item/with-label/size-sm/icon/color-icon/pressed": "#343d41";
1599
+ readonly "com/tabs/item/with-label/size-sm/icon/color-icon/actived": "#2f3cc1";
1600
+ readonly "com/tabs/item/with-label/size-md/horizontal-gap": "0px";
1601
+ readonly "com/tabs/item/with-label/size-md/sub-spacing": "8px";
1602
+ readonly "com/tabs/item/with-label/size-md/label/color-text/default": "#505a5f";
1603
+ readonly "com/tabs/item/with-label/size-md/label/color-text/hover": "#1e2225";
1604
+ readonly "com/tabs/item/with-label/size-md/label/color-text/pressed": "#1e2225";
1605
+ readonly "com/tabs/item/with-label/size-md/label/color-text/actived": "#2a30a0";
1606
+ readonly "com/tabs/item/with-label/size-md/icon/size-icon": "16px";
1607
+ readonly "com/tabs/item/with-label/size-md/icon/color-icon/default": "#505a5f";
1608
+ readonly "com/tabs/item/with-label/size-md/icon/color-icon/hover": "#343d41";
1609
+ readonly "com/tabs/item/with-label/size-md/icon/color-icon/pressed": "#343d41";
1610
+ readonly "com/tabs/item/with-label/size-md/icon/color-icon/actived": "#2f3cc1";
1611
+ readonly "com/tabs/item/with-label/size-lg/horizontal-gap": "2px";
1612
+ readonly "com/tabs/item/with-label/size-lg/sub-spacing": "8px";
1613
+ readonly "com/tabs/item/with-label/size-lg/color-text/default": "#505a5f";
1614
+ readonly "com/tabs/item/with-label/size-lg/color-text/hover": "#1e2225";
1615
+ readonly "com/tabs/item/with-label/size-lg/color-text/pressed": "#1e2225";
1616
+ readonly "com/tabs/item/with-label/size-lg/color-text/actived": "#2a30a0";
1617
+ readonly "com/tabs/item/with-label/size-lg/color-icon/default": "#505a5f";
1618
+ readonly "com/tabs/item/with-label/size-lg/color-icon/hover": "#343d41";
1619
+ readonly "com/tabs/item/with-label/size-lg/color-icon/pressed": "#343d41";
1620
+ readonly "com/tabs/item/with-label/size-lg/color-icon/actived": "#2f3cc1";
1621
+ readonly "com/toast/right-padding": "8px";
1622
+ readonly "com/toast/left-padding": "12px";
1623
+ readonly "com/toast/vertical-padding": "8px";
1624
+ readonly "com/toast/horizontal-gap": "8px";
1625
+ readonly "com/toast/theme/icon/left-padding": "2px";
1626
+ readonly "com/toast/theme/icon/color-icon/neutral": "#505a5f";
1627
+ readonly "com/toast/theme/icon/color-icon/info": "#0083f0";
1628
+ readonly "com/toast/theme/icon/color-icon/positive": "#00914a";
1629
+ readonly "com/toast/theme/icon/color-icon/caution": "#bc6300";
1630
+ readonly "com/toast/theme/icon/color-icon/negative": "#d8473c";
1631
+ readonly "com/toast/theme/label/vertical-padding": "4px";
1632
+ readonly "com/toast/theme/label/vertical-gap": "4px";
1633
+ readonly "com/toast/theme/label/color-text/neutral": "#1e2225";
1634
+ readonly "com/toast/theme/label/color-text/info": "#002c6c";
1635
+ readonly "com/toast/theme/label/color-text/positive": "#003910";
1636
+ readonly "com/toast/theme/label/color-text/caution": "#4e1f00";
1637
+ readonly "com/toast/theme/label/color-text/negative": "#5f0500";
1638
+ readonly "com/toast/theme/divider/color-stroke/neutral": "#0d2e433d";
1639
+ readonly "com/toast/theme/divider/color-stroke/info": "#c1e2fc";
1640
+ readonly "com/toast/theme/divider/color-stroke/positive": "#c0e6ce";
1641
+ readonly "com/toast/theme/divider/color-stroke/caution": "#f8dbab";
1642
+ readonly "com/toast/theme/divider/color-stroke/negative": "#fdd3cd";
1643
+ readonly "com/toast/theme/border/stroke-width": "1px";
1644
+ readonly "com/toast/theme/border/color-stroke/neutral": "#0d2e433d";
1645
+ readonly "com/toast/theme/border/color-stroke/info": "#3d9cfb";
1646
+ readonly "com/toast/theme/border/color-stroke/positive": "#00aa67";
1647
+ readonly "com/toast/theme/border/color-stroke/caution": "#da841a";
1648
+ readonly "com/toast/theme/border/color-stroke/negative": "#f2685b";
1649
+ readonly "com/toast/theme/background-color/neutral": "#dee3e7";
1650
+ readonly "com/toast/theme/background-color/info": "#def1fd";
1651
+ readonly "com/toast/theme/background-color/positive": "#eaf7ee";
1652
+ readonly "com/toast/theme/background-color/caution": "#fcf4e0";
1653
+ readonly "com/toast/theme/background-color/negative": "#feeeed";
1654
+ readonly "com/toast/corner-radius": "8px";
1655
+ readonly "com/tooltip/size-md/horizontal-padding": "12px";
1656
+ readonly "com/tooltip/size-md/vertical-padding": "8px";
1657
+ readonly "com/tooltip/size-md/corner-radius": "8px";
1658
+ readonly "com/tooltip/size-md/vertical-gap": "4px";
1659
+ readonly "com/tooltip/size-md/theme-black/background-color": "#000000";
1660
+ readonly "com/tooltip/size-md/theme-black/label/color-text": "#ffffff";
1661
+ readonly "com/tooltip/size-md/theme-black/label/background-color": "#000000";
1662
+ readonly "com/tooltip/size-md/theme-white/background-color": "#ffffff";
1663
+ readonly "com/tooltip/size-md/theme-white/label/color-text": "#1e2225";
1664
+ readonly "com/tooltip/size-lg/horizontal-padding": "12px";
1665
+ readonly "com/tooltip/size-lg/vertical-padding": "12px";
1666
+ readonly "com/tooltip/size-lg/vertical-gap": "4px";
1667
+ readonly "com/tooltip/size-lg/corner-radius": "8px";
1668
+ readonly "com/tooltip/size-lg/theme-black/description/color-text": "#ffffff";
1669
+ readonly "com/tooltip/size-lg/theme-black/background-color": "#000000";
1670
+ readonly "com/tooltip/size-lg/theme-black/label/color-text": "#ffffff";
1671
+ readonly "com/tooltip/size-lg/theme-white/background-color": "#ffffff";
1672
+ readonly "com/tooltip/size-lg/theme-white/label/color-text": "#1e2225";
1673
+ readonly "com/tooltip/size-lg/theme-white/description/color-text": "#505a5f";
1674
+ readonly "com/topbar/left-items/menu/items/horizontal-gap": "4px";
1675
+ readonly "com/topbar/left-items/menu/items/horizontal-padding": "8px";
1676
+ readonly "com/topbar/left-items/menu/items/vertical-padding": "8px";
1677
+ readonly "com/topbar/left-items/menu/items/corner-radius": "6px";
1678
+ readonly "com/topbar/left-items/menu/items/background-color/default": "#ffffff00";
1679
+ readonly "com/topbar/left-items/menu/items/background-color/hover": "#02305e16";
1680
+ readonly "com/topbar/left-items/menu/items/background-color/pressed": "#0a2f4d22";
1681
+ readonly "com/topbar/left-items/menu/items/background-color/active": "#00375b0e";
1682
+ readonly "com/topbar/left-items/menu/items/label/color-text/default": "#828f96";
1683
+ readonly "com/topbar/left-items/menu/items/label/color-text/hover": "#505a5f";
1684
+ readonly "com/topbar/left-items/menu/items/label/color-text/pressed": "#505a5f";
1685
+ readonly "com/topbar/left-items/menu/items/label/color-text/active": "#1e2225";
1686
+ readonly "com/topbar/left-items/menu/items/icon/color-icon/default": "#a3aeb5";
1687
+ readonly "com/topbar/left-items/menu/items/icon/color-icon/hover": "#505a5f";
1688
+ readonly "com/topbar/left-items/menu/items/icon/color-icon/pressed": "#505a5f";
1689
+ readonly "com/topbar/left-items/menu/items/icon/color-icon/active": "#505a5f";
1690
+ readonly "com/topbar/left-items/menu/horizontal-gap": "8px";
1691
+ readonly "com/topbar/left-items/left-bar-collapse/horizontal-gap": "12px";
1692
+ readonly "com/topbar/left-items/left-bar-expand/horizontal-gap": "0px";
1693
+ readonly "com/topbar/left-items/logo/horizontal-gap": "20px";
1694
+ readonly "com/topbar/left-items/logo/horizontal-padding": "8px";
1695
+ readonly "com/topbar/left-items/logo/width": "280px";
1696
+ readonly "com/topbar/left-items/logo/height": "28px";
1233
1697
  readonly "com/topbar/background-color": "#ffffff";
1234
1698
  readonly "com/topbar/left-padding": "16px";
1235
1699
  readonly "com/topbar/right-padding": "20px";
1236
1700
  readonly "com/topbar/vertical-padding": "12px";
1237
- readonly "com/topbar/left-items/horizontal-gap": "20px";
1238
- readonly "com/topbar/left-items/horizontal-padding": "8px";
1239
- readonly "com/topbar/left-items/vertical-padding": "16px";
1701
+ readonly "com/topbar/height": "56px";
1240
1702
  readonly "com/topbar/right-items/horizontal-gap": "4px";
1241
1703
  readonly "com/topbar/right-items/user-profile/horizontal-padding": "4px";
1242
1704
  readonly "com/topbar/right-items/user-profile/horizontal-gap": "8px";
1243
1705
  readonly "com/topbar/right-items/user-profile/vertical-padding": "4px";
1244
1706
  readonly "com/topbar/right-items/user-profile/corner-radius": "6px";
1245
- readonly "com/topbar/right-items/user-profile/label/color-text": "#505a5f";
1246
1707
  readonly "com/topbar/right-items/user-profile/icon/color-icon": "#505a5f";
1247
- readonly "com/divider/horizontal-padding/2xl": "36px";
1248
- readonly "com/divider/horizontal-padding/xl": "24px";
1249
- readonly "com/divider/horizontal-padding/lg": "20px";
1250
- readonly "com/divider/horizontal-padding/md": "16px";
1251
- readonly "com/divider/horizontal-padding/sm": "12px";
1252
- readonly "com/divider/horizontal-padding/xs": "8px";
1253
- readonly "com/divider/horizontal-padding/2xs": "4px";
1254
- readonly "com/divider/horizontal-padding/tiny": "2px";
1255
- readonly "com/divider/horizontal-padding/null": "0px";
1256
- readonly "com/divider/vertical-padding/2xl": "36px";
1257
- readonly "com/divider/vertical-padding/xl": "24px";
1258
- readonly "com/divider/vertical-padding/lg": "20px";
1259
- readonly "com/divider/vertical-padding/md": "16px";
1260
- readonly "com/divider/vertical-padding/sm": "12px";
1261
- readonly "com/divider/vertical-padding/xs": "8px";
1262
- readonly "com/divider/vertical-padding/2xs": "4px";
1263
- readonly "com/divider/vertical-padding/tiny": "2px";
1264
- readonly "com/divider/vertical-padding/null": "0px";
1708
+ readonly "com/topbar/right-items/user-profile/label/color-text": "#505a5f";
1709
+ readonly "com/typing-cursor/default": "#2a30a0";
1710
+ readonly "com/typing-cursor/negative": "#a80a12";
1711
+ readonly "com/icon/size/from-28/stroke-width": "2px";
1712
+ readonly "com/icon/size/from-20/stroke-width": "1.3px";
1713
+ readonly "com/icon/size/under-20/stroke-width": "1px";
1265
1714
  readonly "pri/color/brand/primary/10": "#f9fbfd";
1266
1715
  readonly "pri/color/brand/primary/25": "#f5f8fc";
1267
1716
  readonly "pri/color/brand/primary/50": "#e7f1fa";
@@ -1321,19 +1770,19 @@ declare const _default: {
1321
1770
  readonly "pri/color/neutral/black": "#000000";
1322
1771
  readonly "pri/color/neutral/white": "#ffffff";
1323
1772
  readonly "pri/color/alpha/black/10": "#04287007";
1324
- readonly "pri/color/alpha/black/25": "#2354850a";
1325
- readonly "pri/color/alpha/black/50": "#0451780e";
1326
- readonly "pri/color/alpha/black/100": "#0a2f4d21";
1773
+ readonly "pri/color/alpha/black/25": "#00375b0e";
1774
+ readonly "pri/color/alpha/black/50": "#02305e16";
1775
+ readonly "pri/color/alpha/black/100": "#0a2f4d22";
1327
1776
  readonly "pri/color/alpha/black/200": "#0d2e433d";
1328
- readonly "pri/color/alpha/black/300": "#0422355c";
1329
- readonly "pri/color/alpha/black/400": "#0015207d";
1777
+ readonly "pri/color/alpha/black/300": "#0422355e";
1778
+ readonly "pri/color/alpha/black/400": "#09233182";
1330
1779
  readonly "pri/color/alpha/black/500": "#00152096";
1331
1780
  readonly "pri/color/alpha/black/600": "#010f17b0";
1332
- readonly "pri/color/alpha/black/700": "#030d12c2";
1333
- readonly "pri/color/alpha/black/800": "#00090ed6";
1334
- readonly "pri/color/alpha/black/850": "#020c12e5";
1335
- readonly "pri/color/alpha/black/875": "#00070ceb";
1336
- readonly "pri/color/alpha/black/900": "#020405ed";
1781
+ readonly "pri/color/alpha/black/700": "#061117c3";
1782
+ readonly "pri/color/alpha/black/800": "#0d181cd6";
1783
+ readonly "pri/color/alpha/black/850": "#12181de5";
1784
+ readonly "pri/color/alpha/black/875": "#0a0f12eb";
1785
+ readonly "pri/color/alpha/black/900": "#040607ed";
1337
1786
  readonly "pri/color/alpha/white/10": "#ffffff04";
1338
1787
  readonly "pri/color/alpha/white/25": "#ffffff06";
1339
1788
  readonly "pri/color/alpha/white/50": "#ffffff0e";
@@ -1636,6 +2085,22 @@ declare const _default: {
1636
2085
  readonly "pri/dimension/spacing/sp13": "84px";
1637
2086
  readonly "pri/dimension/spacing/sp14": "104px";
1638
2087
  readonly "pri/dimension/spacing/sp15": "132px";
2088
+ readonly "pri/dimension/spacing/negative/sp0": "-1px";
2089
+ readonly "pri/dimension/spacing/negative/sp1": "-2px";
2090
+ readonly "pri/dimension/spacing/negative/sp2": "-4px";
2091
+ readonly "pri/dimension/spacing/negative/sp3": "-8px";
2092
+ readonly "pri/dimension/spacing/negative/sp4": "-12px";
2093
+ readonly "pri/dimension/spacing/negative/sp5": "-16px";
2094
+ readonly "pri/dimension/spacing/negative/sp6": "-20px";
2095
+ readonly "pri/dimension/spacing/negative/sp7": "-24px";
2096
+ readonly "pri/dimension/spacing/negative/sp8": "-28px";
2097
+ readonly "pri/dimension/spacing/negative/sp9": "-36px";
2098
+ readonly "pri/dimension/spacing/negative/sp10": "-44px";
2099
+ readonly "pri/dimension/spacing/negative/sp11": "-56px";
2100
+ readonly "pri/dimension/spacing/negative/sp12": "-68px";
2101
+ readonly "pri/dimension/spacing/negative/sp13": "-84px";
2102
+ readonly "pri/dimension/spacing/negative/sp14": "-104px";
2103
+ readonly "pri/dimension/spacing/negative/sp15": "-132px";
1639
2104
  readonly "pri/dimension/radius/r0": "0px";
1640
2105
  readonly "pri/dimension/radius/r1": "2px";
1641
2106
  readonly "pri/dimension/radius/r2": "4px";
@@ -1673,9 +2138,9 @@ declare const _default: {
1673
2138
  readonly "pri/elevation/shadow-key/spread/lg": "-2px";
1674
2139
  readonly "pri/elevation/shadow-key/spread/md": "-2px";
1675
2140
  readonly "pri/elevation/shadow-key/spread/sm": "-2px";
1676
- readonly "pri/elevation/shadow-key/color/lg": "#2354850a";
1677
- readonly "pri/elevation/shadow-key/color/md": "#0451780e";
1678
- readonly "pri/elevation/shadow-key/color/sm": "#0451780e";
2141
+ readonly "pri/elevation/shadow-key/color/lg": "#00375b0e";
2142
+ readonly "pri/elevation/shadow-key/color/md": "#02305e16";
2143
+ readonly "pri/elevation/shadow-key/color/sm": "#02305e16";
1679
2144
  readonly "pri/elevation/shadow-ambient/y-position/lg": "16px";
1680
2145
  readonly "pri/elevation/shadow-ambient/y-position/md": "12px";
1681
2146
  readonly "pri/elevation/shadow-ambient/y-position/sm": "2px";
@@ -1685,9 +2150,9 @@ declare const _default: {
1685
2150
  readonly "pri/elevation/shadow-ambient/spread/lg": "-12px";
1686
2151
  readonly "pri/elevation/shadow-ambient/spread/md": "-8px";
1687
2152
  readonly "pri/elevation/shadow-ambient/spread/sm": "-1px";
1688
- readonly "pri/elevation/shadow-ambient/color/lg": "#0a2f4d21";
1689
- readonly "pri/elevation/shadow-ambient/color/md": "#0451780e";
1690
- readonly "pri/elevation/shadow-ambient/color/sm": "#2354850a";
2153
+ readonly "pri/elevation/shadow-ambient/color/lg": "#0a2f4d22";
2154
+ readonly "pri/elevation/shadow-ambient/color/md": "#02305e16";
2155
+ readonly "pri/elevation/shadow-ambient/color/sm": "#00375b0e";
1691
2156
  readonly "sem/color/background/neutral/canvas/default": "#ffffff";
1692
2157
  readonly "sem/color/background/neutral/canvas/hover": "#e9edf1";
1693
2158
  readonly "sem/color/background/neutral/canvas/active": "#f1f4f6";
@@ -1750,25 +2215,25 @@ declare const _default: {
1750
2215
  readonly "sem/color/background/brand/secondary/accent/disable": "#e9edf1";
1751
2216
  readonly "sem/color/background/black/always_black": "#000000";
1752
2217
  readonly "sem/color/background/transparent/canvas/default": "#ffffff00";
1753
- readonly "sem/color/background/transparent/canvas/hover": "#0451780e";
1754
- readonly "sem/color/background/transparent/canvas/active": "#2354850a";
1755
- readonly "sem/color/background/transparent/canvas/pressed": "#0a2f4d21";
1756
- readonly "sem/color/background/transparent/canvas/selected": "#2354850a";
2218
+ readonly "sem/color/background/transparent/canvas/hover": "#02305e16";
2219
+ readonly "sem/color/background/transparent/canvas/active": "#00375b0e";
2220
+ readonly "sem/color/background/transparent/canvas/pressed": "#0a2f4d22";
2221
+ readonly "sem/color/background/transparent/canvas/selected": "#00375b0e";
1757
2222
  readonly "sem/color/background/transparent/canvas/disable": "#ffffff00";
1758
- readonly "sem/color/background/transparent/soft/default": "#2354850a";
1759
- readonly "sem/color/background/transparent/soft/hover": "#0a2f4d21";
1760
- readonly "sem/color/background/transparent/soft/active": "#0451780e";
2223
+ readonly "sem/color/background/transparent/soft/default": "#00375b0e";
2224
+ readonly "sem/color/background/transparent/soft/hover": "#0a2f4d22";
2225
+ readonly "sem/color/background/transparent/soft/active": "#02305e16";
1761
2226
  readonly "sem/color/background/transparent/soft/disable": "#04287007";
1762
2227
  readonly "sem/color/background/transparent/sub/default": "#0d2e433d";
1763
- readonly "sem/color/background/transparent/sub/hover": "#0015207d";
1764
- readonly "sem/color/background/transparent/sub/active": "#0422355c";
2228
+ readonly "sem/color/background/transparent/sub/hover": "#09233182";
2229
+ readonly "sem/color/background/transparent/sub/active": "#0422355e";
1765
2230
  readonly "sem/color/background/transparent/sub/disable": "#04287007";
1766
2231
  readonly "sem/color/background/transparent/accent/default": "#00152096";
1767
- readonly "sem/color/background/transparent/accent/hover": "#0a2f4d21";
2232
+ readonly "sem/color/background/transparent/accent/hover": "#0a2f4d22";
1768
2233
  readonly "sem/color/background/transparent/accent/active": "#0d2e433d";
1769
- readonly "sem/color/background/transparent/accent/pressed": "#0015207d";
2234
+ readonly "sem/color/background/transparent/accent/pressed": "#09233182";
1770
2235
  readonly "sem/color/background/transparent/accent/selected": "#0d2e433d";
1771
- readonly "sem/color/background/transparent/accent/disable": "#0451780e";
2236
+ readonly "sem/color/background/transparent/accent/disable": "#02305e16";
1772
2237
  readonly "sem/color/background/function/info/canvas/default": "#f5fafd";
1773
2238
  readonly "sem/color/background/function/info/canvas/hover": "#def1fd";
1774
2239
  readonly "sem/color/background/function/info/canvas/active": "#eaf6fb";
@@ -2039,14 +2504,14 @@ declare const _default: {
2039
2504
  readonly "sem/color/icon/utility/pink/disable": "#c5cdd2";
2040
2505
  readonly "sem/color/stroke/neutral/strong": "#00152096";
2041
2506
  readonly "sem/color/stroke/neutral/sub": "#0d2e433d";
2042
- readonly "sem/color/stroke/neutral/soft": "#0a2f4d21";
2043
- readonly "sem/color/stroke/neutral/delicate": "#0451780e";
2044
- readonly "sem/color/stroke/neutral/disable": "#0451780e";
2507
+ readonly "sem/color/stroke/neutral/soft": "#0a2f4d22";
2508
+ readonly "sem/color/stroke/neutral/delicate": "#02305e16";
2509
+ readonly "sem/color/stroke/neutral/disable": "#02305e16";
2045
2510
  readonly "sem/color/stroke/neutral/none": "#ffffff00";
2046
2511
  readonly "sem/color/stroke/brand/strong": "#3263e7";
2047
2512
  readonly "sem/color/stroke/brand/sub": "#cee2f8";
2048
2513
  readonly "sem/color/stroke/brand/soft": "#e7f1fa";
2049
- readonly "sem/color/stroke/brand/disable": "#0451780e";
2514
+ readonly "sem/color/stroke/brand/disable": "#02305e16";
2050
2515
  readonly "sem/color/stroke/white/strong": "#ffffff82";
2051
2516
  readonly "sem/color/stroke/white/sub": "#ffffff49";
2052
2517
  readonly "sem/color/stroke/white/soft": "#ffffff30";
@@ -2055,68 +2520,68 @@ declare const _default: {
2055
2520
  readonly "sem/color/stroke/function/info/strong": "#3d9cfb";
2056
2521
  readonly "sem/color/stroke/function/info/sub": "#c1e2fc";
2057
2522
  readonly "sem/color/stroke/function/info/soft": "#def1fd";
2058
- readonly "sem/color/stroke/function/info/disable": "#0451780e";
2523
+ readonly "sem/color/stroke/function/info/disable": "#02305e16";
2059
2524
  readonly "sem/color/stroke/function/caution/strong": "#da841a";
2060
2525
  readonly "sem/color/stroke/function/caution/sub": "#f8dbab";
2061
2526
  readonly "sem/color/stroke/function/caution/soft": "#fceccd";
2062
- readonly "sem/color/stroke/function/caution/disable": "#0451780e";
2527
+ readonly "sem/color/stroke/function/caution/disable": "#02305e16";
2063
2528
  readonly "sem/color/stroke/function/positive/strong": "#00aa67";
2064
2529
  readonly "sem/color/stroke/function/positive/sub": "#c0e6ce";
2065
2530
  readonly "sem/color/stroke/function/positive/soft": "#def3e5";
2066
- readonly "sem/color/stroke/function/positive/disable": "#0451780e";
2531
+ readonly "sem/color/stroke/function/positive/disable": "#02305e16";
2067
2532
  readonly "sem/color/stroke/function/negative/strong": "#f2685b";
2068
2533
  readonly "sem/color/stroke/function/negative/sub": "#fdd3cd";
2069
2534
  readonly "sem/color/stroke/function/negative/soft": "#fee9e7";
2070
- readonly "sem/color/stroke/function/negative/disable": "#0451780e";
2535
+ readonly "sem/color/stroke/function/negative/disable": "#02305e16";
2071
2536
  readonly "sem/color/stroke/pure-white": "#ffffff";
2072
2537
  readonly "sem/color/stroke/utility/red/strong": "#fd8b7f";
2073
2538
  readonly "sem/color/stroke/utility/red/sub": "#fbd3ce";
2074
2539
  readonly "sem/color/stroke/utility/red/soft": "#ffe9e5";
2075
- readonly "sem/color/stroke/utility/red/disable": "#0451780e";
2540
+ readonly "sem/color/stroke/utility/red/disable": "#02305e16";
2076
2541
  readonly "sem/color/stroke/utility/orange/strong": "#f4944c";
2077
2542
  readonly "sem/color/stroke/utility/orange/sub": "#ffd3b5";
2078
2543
  readonly "sem/color/stroke/utility/orange/soft": "#feebe2";
2079
- readonly "sem/color/stroke/utility/orange/disable": "#0451780e";
2544
+ readonly "sem/color/stroke/utility/orange/disable": "#02305e16";
2080
2545
  readonly "sem/color/stroke/utility/yellow/strong": "#e7a60f";
2081
2546
  readonly "sem/color/stroke/utility/yellow/sub": "#fbd797";
2082
2547
  readonly "sem/color/stroke/utility/yellow/soft": "#fdebd0";
2083
- readonly "sem/color/stroke/utility/yellow/disable": "#0451780e";
2548
+ readonly "sem/color/stroke/utility/yellow/disable": "#02305e16";
2084
2549
  readonly "sem/color/stroke/utility/lime/strong": "#8eba1e";
2085
2550
  readonly "sem/color/stroke/utility/lime/sub": "#d0e59b";
2086
2551
  readonly "sem/color/stroke/utility/lime/soft": "#e9f6c9";
2087
- readonly "sem/color/stroke/utility/lime/disable": "#0451780e";
2552
+ readonly "sem/color/stroke/utility/lime/disable": "#02305e16";
2088
2553
  readonly "sem/color/stroke/utility/green/strong": "#3bc392";
2089
2554
  readonly "sem/color/stroke/utility/green/sub": "#b3e9cf";
2090
2555
  readonly "sem/color/stroke/utility/green/soft": "#dbf6e8";
2091
- readonly "sem/color/stroke/utility/green/disable": "#0451780e";
2556
+ readonly "sem/color/stroke/utility/green/disable": "#02305e16";
2092
2557
  readonly "sem/color/stroke/utility/ocean/strong": "#0dc1c2";
2093
2558
  readonly "sem/color/stroke/utility/ocean/sub": "#b3e7e3";
2094
2559
  readonly "sem/color/stroke/utility/ocean/soft": "#daf5f4";
2095
- readonly "sem/color/stroke/utility/ocean/disable": "#0451780e";
2560
+ readonly "sem/color/stroke/utility/ocean/disable": "#02305e16";
2096
2561
  readonly "sem/color/stroke/utility/blue/strong": "#51b9f0";
2097
2562
  readonly "sem/color/stroke/utility/blue/sub": "#b9e4f6";
2098
2563
  readonly "sem/color/stroke/utility/blue/soft": "#eaf6fa";
2099
- readonly "sem/color/stroke/utility/blue/disable": "#0451780e";
2564
+ readonly "sem/color/stroke/utility/blue/disable": "#02305e16";
2100
2565
  readonly "sem/color/stroke/utility/indigo/strong": "#4278f5";
2101
2566
  readonly "sem/color/stroke/utility/indigo/sub": "#d1ddfb";
2102
2567
  readonly "sem/color/stroke/utility/indigo/soft": "#e7eeff";
2103
- readonly "sem/color/stroke/utility/indigo/disable": "#0451780e";
2568
+ readonly "sem/color/stroke/utility/indigo/disable": "#02305e16";
2104
2569
  readonly "sem/color/stroke/utility/violet/strong": "#cb9ce7";
2105
2570
  readonly "sem/color/stroke/utility/violet/sub": "#e5d8f5";
2106
2571
  readonly "sem/color/stroke/utility/violet/soft": "#f1ecfa";
2107
- readonly "sem/color/stroke/utility/violet/disable": "#0451780e";
2572
+ readonly "sem/color/stroke/utility/violet/disable": "#02305e16";
2108
2573
  readonly "sem/color/stroke/utility/pink/strong": "#ec8dd3";
2109
2574
  readonly "sem/color/stroke/utility/pink/sub": "#f5d3ec";
2110
2575
  readonly "sem/color/stroke/utility/pink/soft": "#fce8f7";
2111
- readonly "sem/color/stroke/utility/pink/disable": "#0451780e";
2576
+ readonly "sem/color/stroke/utility/pink/disable": "#02305e16";
2112
2577
  readonly "sem/color/illustration/white": "#ffffff";
2113
2578
  readonly "sem/color/illustration/black": "#000000";
2114
2579
  readonly "sem/color/illustration/disable/default": "#e9edf1";
2115
- readonly "sem/color/illustration/disable/transparent": "#2354850a";
2116
- readonly "sem/color/illustration/transparent/default": "#0451780e";
2580
+ readonly "sem/color/illustration/disable/transparent": "#00375b0e";
2581
+ readonly "sem/color/illustration/transparent/default": "#02305e16";
2117
2582
  readonly "sem/color/illustration/transparent/hover": "#0d2e433d";
2118
2583
  readonly "sem/color/illustration/transparent/active": "#0d2e433d";
2119
- readonly "sem/color/illustration/transparent/pressed": "#0422355c";
2584
+ readonly "sem/color/illustration/transparent/pressed": "#0422355e";
2120
2585
  readonly "sem/color/illustration/transparent/selected": "#0d2e433d";
2121
2586
  readonly "sem/color/illustration/neutral/strong": "#41494e";
2122
2587
  readonly "sem/color/illustration/neutral/sub": "#828f96";
@@ -2354,8 +2819,16 @@ declare const _default: {
2354
2819
  readonly "sem/dimension/padding/sm": "12px";
2355
2820
  readonly "sem/dimension/padding/xs": "8px";
2356
2821
  readonly "sem/dimension/padding/2xs": "4px";
2357
- readonly "sem/dimension/padding/null": "0px";
2358
2822
  readonly "sem/dimension/padding/tiny": "2px";
2823
+ readonly "sem/dimension/padding/null": "0px";
2824
+ readonly "sem/dimension/padding/negative/2xl": "-36px";
2825
+ readonly "sem/dimension/padding/negative/xl": "-24px";
2826
+ readonly "sem/dimension/padding/negative/lg": "-20px";
2827
+ readonly "sem/dimension/padding/negative/md": "-16px";
2828
+ readonly "sem/dimension/padding/negative/sm": "-12px";
2829
+ readonly "sem/dimension/padding/negative/xs": "-8px";
2830
+ readonly "sem/dimension/padding/negative/2xs": "-4px";
2831
+ readonly "sem/dimension/padding/negative/tiny": "-2px";
2359
2832
  readonly "sem/dimension/gap/2xl": "24px";
2360
2833
  readonly "sem/dimension/gap/xl": "20px";
2361
2834
  readonly "sem/dimension/gap/lg": "16px";
@@ -2364,6 +2837,13 @@ declare const _default: {
2364
2837
  readonly "sem/dimension/gap/xs": "4px";
2365
2838
  readonly "sem/dimension/gap/2xs": "2px";
2366
2839
  readonly "sem/dimension/gap/null": "0px";
2840
+ readonly "sem/dimension/gap/negative/2xl": "-24px";
2841
+ readonly "sem/dimension/gap/negative/xl": "-20px";
2842
+ readonly "sem/dimension/gap/negative/lg": "-16px";
2843
+ readonly "sem/dimension/gap/negative/md": "-12px";
2844
+ readonly "sem/dimension/gap/negative/sm": "-8px";
2845
+ readonly "sem/dimension/gap/negative/xs": "-4px";
2846
+ readonly "sem/dimension/gap/negative/2xs": "-2px";
2367
2847
  readonly "sem/dimension/stroke-width/divider/xl": "4px";
2368
2848
  readonly "sem/dimension/stroke-width/divider/lg": "2px";
2369
2849
  readonly "sem/dimension/stroke-width/divider/md": "1px";
@@ -2384,12 +2864,14 @@ declare const _default: {
2384
2864
  readonly "sem/dimension/radius/container/md": "20px";
2385
2865
  readonly "sem/dimension/radius/container/sm": "12px";
2386
2866
  readonly "sem/dimension/radius/container/xs": "8px";
2867
+ readonly "sem/dimension/size/icon/2xl": "44px";
2387
2868
  readonly "sem/dimension/size/icon/xl": "36px";
2388
2869
  readonly "sem/dimension/size/icon/lg": "28px";
2389
2870
  readonly "sem/dimension/size/icon/md": "24px";
2390
2871
  readonly "sem/dimension/size/icon/sm": "20px";
2391
2872
  readonly "sem/dimension/size/icon/xs": "16px";
2392
2873
  readonly "sem/dimension/size/icon/2xs": "12px";
2874
+ readonly "sem/dimension/size/component/2xl": "84px";
2393
2875
  readonly "sem/dimension/size/component/xl": "68px";
2394
2876
  readonly "sem/dimension/size/component/lg": "56px";
2395
2877
  readonly "sem/dimension/size/component/md": "44px";
@@ -2425,10 +2907,10 @@ declare const _default: {
2425
2907
  readonly "page/details-container/form-view/list/section/content/left-padding": "24px";
2426
2908
  readonly "page/details-container/form-view/list/section/content/right-padding": "24px";
2427
2909
  readonly "page/details-container/form-view/list/section/content/min-width": "600px";
2910
+ readonly "page/details-container/form-view/list/section/content/background-color": "#ffffff";
2428
2911
  readonly "page/details-container/form-view/list/section/content/data-slot/max-width": "760px";
2429
2912
  readonly "page/details-container/form-view/list/section/content/data-slot/vertical-gap": "20px";
2430
- readonly "page/details-container/form-view/list/section/content/background-color": "#ffffff";
2431
- readonly "page/details-container/form-view/list/section/content/stroke-color": "#0a2f4d21";
2913
+ readonly "page/details-container/form-view/list/section/content/stroke-color": "#0a2f4d22";
2432
2914
  readonly "page/details-container/form-view/list/section/content/border-radius": "12px";
2433
2915
  readonly "page/details-container/form-view/list/section/content/stroke-width/top-border": "1px";
2434
2916
  readonly "page/details-container/form-view/list/section/content/stroke-width/bottom-border": "1px";
@@ -2440,7 +2922,7 @@ declare const _default: {
2440
2922
  readonly "page/details-container/form-view/list/section/table/right-padding": "12px";
2441
2923
  readonly "page/details-container/form-view/list/section/table/min-width": "600px";
2442
2924
  readonly "page/details-container/form-view/list/section/table/background-color": "#ffffff";
2443
- readonly "page/details-container/form-view/list/section/table/stroke-color": "#0a2f4d21";
2925
+ readonly "page/details-container/form-view/list/section/table/stroke-color": "#0a2f4d22";
2444
2926
  readonly "page/details-container/form-view/list/section/table/border-radius": "12px";
2445
2927
  readonly "page/details-container/form-view/list/section/table/stroke-width/top-border": "1px";
2446
2928
  readonly "page/details-container/form-view/list/section/table/stroke-width/bottom-border": "1px";
@@ -2475,7 +2957,7 @@ declare const _default: {
2475
2957
  readonly "page/details-container/info-view/list/section/content/right-padding": "24px";
2476
2958
  readonly "page/details-container/info-view/list/section/content/min-width": "600px";
2477
2959
  readonly "page/details-container/info-view/list/section/content/background-color": "#ffffff";
2478
- readonly "page/details-container/info-view/list/section/content/stroke-color": "#0a2f4d21";
2960
+ readonly "page/details-container/info-view/list/section/content/stroke-color": "#0a2f4d22";
2479
2961
  readonly "page/details-container/info-view/list/section/content/border-radius": "12px";
2480
2962
  readonly "page/details-container/info-view/list/section/content/data-slot/max-width": "760px";
2481
2963
  readonly "page/details-container/info-view/list/section/content/data-slot/vertical-gap": "16px";
@@ -2489,7 +2971,7 @@ declare const _default: {
2489
2971
  readonly "page/details-container/info-view/list/section/table/right-padding": "12px";
2490
2972
  readonly "page/details-container/info-view/list/section/table/min-width": "600px";
2491
2973
  readonly "page/details-container/info-view/list/section/table/background-color": "#ffffff";
2492
- readonly "page/details-container/info-view/list/section/table/stroke-color": "#0a2f4d21";
2974
+ readonly "page/details-container/info-view/list/section/table/stroke-color": "#0a2f4d22";
2493
2975
  readonly "page/details-container/info-view/list/section/table/border-radius": "12px";
2494
2976
  readonly "page/details-container/info-view/list/section/table/stroke-width/top-border": "1px";
2495
2977
  readonly "page/details-container/info-view/list/section/table/stroke-width/bottom-border": "1px";
@@ -2504,10 +2986,17 @@ declare const _default: {
2504
2986
  readonly "page/body/background-color": "#f5f8fc";
2505
2987
  readonly "page/popup/body/vertical_gap": "20px";
2506
2988
  readonly "page/drawer/body/vertical_gap": "20px";
2989
+ readonly Boolean: true;
2990
+ readonly "Flowkit/Purple": "#7b61ff";
2991
+ readonly "Flowkit/Charcoal": "#222222";
2992
+ readonly "Flowkit/Red": "#fc5555";
2993
+ readonly "Flowkit/Green": "#29cc6a";
2994
+ readonly "Flowkit/Blue": "#0099ff";
2995
+ readonly "Flowkit/White": "#ffffff";
2507
2996
  readonly "_In-Focus": "0px 0px 0px 4px #000000, 0px 0px 0px 2px #ffffff";
2508
- readonly "Elevation/Level-1": "0px 2px 4px -2px #0451780e, 0px 2px 6px -1px #2354850a";
2509
- readonly "Elevation/Level-2": "0px 3px 6px -2px #0451780e, 0px 12px 16px -8px #0451780e";
2510
- readonly "Elevation/Level-3": "0px 4px 8px -2px #2354850a, 0px 16px 32px -12px #0a2f4d21";
2997
+ readonly "Elevation/Level-1": "0px 2px 4px -2px #02305e16, 0px 2px 6px -1px #00375b0e";
2998
+ readonly "Elevation/Level-2": "0px 3px 6px -2px #02305e16, 0px 12px 16px -8px #02305e16";
2999
+ readonly "Elevation/Level-3": "0px 4px 8px -2px #00375b0e, 0px 16px 32px -12px #0a2f4d22";
2511
3000
  readonly "Form's-Row": readonly [{
2512
3001
  readonly pattern: "columns";
2513
3002
  readonly visible: true;
@@ -2735,7 +3224,7 @@ declare const _default: {
2735
3224
  };
2736
3225
  };
2737
3226
 
2738
- type ThemeType = typeof _default;
3227
+ type ThemeType$2 = typeof _default;
2739
3228
 
2740
3229
  type ButtonVariant$3 = "primary" | "secondary" | "tertiary" | "primary-negative" | "secondary-negative" | "primary-white" | "secondary-white";
2741
3230
  type ButtonSize$3 = "xs" | "sm" | "md" | "lg";
@@ -2767,7 +3256,7 @@ interface ButtonProps$1 extends ComponentPropsWithoutRef<"button"> {
2767
3256
  /**Change the design of button*/
2768
3257
  variant?: ButtonVariant$2;
2769
3258
  /** Size md for only button icon */
2770
- size: ButtonSize$2;
3259
+ size?: ButtonSize$2;
2771
3260
  /**
2772
3261
  * Defines the element that stands before the children element.
2773
3262
  */
@@ -2789,7 +3278,7 @@ interface ButtonProps extends ComponentPropsWithoutRef<"button"> {
2789
3278
  /**Change the design of button*/
2790
3279
  variant?: ButtonVariant$1;
2791
3280
  /** Size md for only button icon */
2792
- size: ButtonSize$1;
3281
+ size?: ButtonSize$1;
2793
3282
  /**
2794
3283
  * Defines the icon element.
2795
3284
  */
@@ -2799,6 +3288,132 @@ interface ButtonProps extends ComponentPropsWithoutRef<"button"> {
2799
3288
  }
2800
3289
  declare const FISIconButton: React__default.ForwardRefExoticComponent<ButtonProps & React__default.RefAttributes<HTMLButtonElement>>;
2801
3290
 
3291
+ type SwitchSize = "sm" | "md";
3292
+ type SwitchVariant = "primary" | "secondary" | "tertiary";
3293
+ /**
3294
+ * Props for the Switch component.
3295
+ */
3296
+ interface SwitchProps {
3297
+ /**
3298
+ * The toggle state.
3299
+ * - `true`: The toggle is ON.
3300
+ * - `false`: The toggle is OFF.
3301
+ */
3302
+ isOn: boolean;
3303
+ /**
3304
+ * Determines whether the toggle is disabled.
3305
+ * - `true`: The toggle is disabled and cannot be interacted with.
3306
+ * - `false` or not provided: The toggle is enabled.
3307
+ * @default false
3308
+ */
3309
+ disabled?: boolean;
3310
+ /**
3311
+ * The size of the toggle.
3312
+ * - Possible values are defined in `SwitchSize`.
3313
+ * - Example: `"small" | "medium" | "large"`
3314
+ */
3315
+ size?: SwitchSize;
3316
+ /**
3317
+ * The main label displayed next to the toggle.
3318
+ * - If not provided, the toggle will be displayed without a label.
3319
+ */
3320
+ label?: string;
3321
+ /**
3322
+ * The toggle's visual variant (styling type).
3323
+ * - Possible values are defined in `SwitchVariant`.
3324
+ * - Example: `"primary" | "secondary" | "outline"`
3325
+ */
3326
+ variant?: SwitchVariant;
3327
+ /**
3328
+ * A secondary label displayed below the toggle.
3329
+ * - Typically used for additional descriptions or extra information.
3330
+ */
3331
+ subLabel?: string;
3332
+ /**
3333
+ * Callback function triggered when the toggle is clicked.
3334
+ * - Takes no parameters.
3335
+ * - Used to update the `isOn` state.
3336
+ */
3337
+ onToggle: () => void;
3338
+ }
3339
+ declare const FISSwitch: React__default.ForwardRefExoticComponent<SwitchProps & React__default.RefAttributes<HTMLDivElement>>;
3340
+
3341
+ interface TabPanelItemProps {
3342
+ /** The tab control element associated with this pane item */
3343
+ title?: string;
3344
+ /** Defines the element that stands before the children element. */
3345
+ startIcon?: React__default.ReactNode;
3346
+ /** Defines the element that stands after the children element. */
3347
+ endIcon?: React__default.ReactNode;
3348
+ /** The unique value that identifies this pane item */
3349
+ value: string;
3350
+ /** If true, the pane item will be disabled */
3351
+ disabled?: boolean;
3352
+ /** Custom class name for styling */
3353
+ className?: string;
3354
+ /** The content to be displayed inside the pane */
3355
+ children: React__default.ReactNode;
3356
+ }
3357
+ declare const TabPanelItem: React__default.FC<TabPanelItemProps>;
3358
+ type TabSize = "xs" | "sm" | "md" | "lg";
3359
+ interface TabProps {
3360
+ /** The child elements of the Tab Control */
3361
+ children: React__default.ReactNode;
3362
+ /** The currently active segment (controlled component) */
3363
+ active?: string;
3364
+ /** The default active segment (uncontrolled component) */
3365
+ defaultActive?: string;
3366
+ /** The size of the Tab Control */
3367
+ size?: TabSize;
3368
+ /** Class name for the main container */
3369
+ className?: string;
3370
+ /** Class name for the inner content */
3371
+ contentClassName?: string;
3372
+ /** If true, the Tab Control will stretch to full width */
3373
+ fullWidth?: boolean;
3374
+ /** Callback triggered when the active segment changes, receives the selected segment key */
3375
+ onChange?: (key: string) => void;
3376
+ }
3377
+ declare const FISTab: React__default.FC<TabProps>;
3378
+
3379
+ interface SegmentedPanelItemProps {
3380
+ /** The tab control element associated with this pane item */
3381
+ title?: string;
3382
+ /** Defines the element that stands before the children element. */
3383
+ startIcon?: React__default.ReactNode;
3384
+ /** Defines the element that stands after the children element. */
3385
+ endIcon?: React__default.ReactNode;
3386
+ /** The unique value that identifies this pane item */
3387
+ value: string;
3388
+ /** If true, the pane item will be disabled */
3389
+ disabled?: boolean;
3390
+ /** Custom class name for styling */
3391
+ className?: string;
3392
+ /** The content to be displayed inside the pane */
3393
+ children: React__default.ReactNode;
3394
+ }
3395
+ declare const SegmentedPanelItem: React__default.FC<SegmentedPanelItemProps>;
3396
+ type SegmentedSize = "xs" | "sm" | "md" | "lg";
3397
+ interface SegmentedProps {
3398
+ /** The child elements of the Segmented Control */
3399
+ children: React__default.ReactNode;
3400
+ /** The currently active segment (controlled component) */
3401
+ active?: string;
3402
+ /** The default active segment (uncontrolled component) */
3403
+ defaultActive?: string;
3404
+ /** The size of the Segmented Control */
3405
+ size?: SegmentedSize;
3406
+ /** Class name for the main container */
3407
+ className?: string;
3408
+ /** Class name for the inner content */
3409
+ contentClassName?: string;
3410
+ /** If true, the Segmented Control will stretch to full width */
3411
+ fullWidth?: boolean;
3412
+ /** Callback triggered when the active segment changes, receives the selected segment key */
3413
+ onChange?: (key: string) => void;
3414
+ }
3415
+ declare const FISSegmented: React__default.FC<SegmentedProps>;
3416
+
2802
3417
  type ButtonSize = "xs" | "sm" | "md" | "lg";
2803
3418
  type ButtonVariant = "default" | "negative";
2804
3419
 
@@ -2859,6 +3474,10 @@ declare const FISRadio: React__default.ForwardRefExoticComponent<Omit<Omit<React
2859
3474
  * Pass a ref to the input element.
2860
3475
  */
2861
3476
  inputRef?: Ref<HTMLInputElement>;
3477
+ /**
3478
+ * Default checked state for uncontrolled usage
3479
+ */
3480
+ defaultChecked?: boolean;
2862
3481
  } & React__default.RefAttributes<HTMLLabelElement>>;
2863
3482
 
2864
3483
  type Value$1 = string | number;
@@ -2874,16 +3493,28 @@ type RadioGroupProps<T extends Value$1> = {
2874
3493
  direction?: "row" | "column";
2875
3494
  name?: string;
2876
3495
  disabled?: boolean;
3496
+ size?: RadioSize;
3497
+ classContent?: string;
2877
3498
  getOptionDisabled?: (option: Option$1<T>) => boolean;
2878
3499
  onChange: (nextValue: T) => void;
2879
3500
  onFocus?: () => void;
2880
3501
  onBlur?: () => void;
2881
3502
  };
2882
- declare function FISRadioGroup<T extends Value$1>({ className, groupLabel, options, name, value, direction, disabled, getOptionDisabled, onChange, onFocus, onBlur, }: RadioGroupProps<T>): react_jsx_runtime.JSX.Element;
3503
+ declare function RadioGroupComponent<T extends Value$1>({ className, groupLabel, options, name, value, direction, disabled, size, classContent, getOptionDisabled, onChange, onFocus, onBlur, }: RadioGroupProps<T>, ref?: Ref<{
3504
+ focus: () => void;
3505
+ }>): react_jsx_runtime.JSX.Element;
3506
+ declare namespace RadioGroupComponent {
3507
+ var displayName: string;
3508
+ }
3509
+ declare const RadioGroup: <T extends Value$1>(props: RadioGroupProps<T> & {
3510
+ ref?: ForwardedRef<{
3511
+ focus: () => void;
3512
+ }>;
3513
+ }) => ReturnType<typeof RadioGroupComponent>;
2883
3514
 
2884
3515
  type CheckboxSize = "sm" | "md";
2885
3516
  type CheckboxVariant = "primary" | "secondary" | "tertiary";
2886
- declare const FISCheckbox: React__default.ForwardRefExoticComponent<Omit<React__default.DetailedHTMLProps<React__default.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & {
3517
+ declare const FISCheckbox: React__default.ForwardRefExoticComponent<Omit<Omit<React__default.DetailedHTMLProps<React__default.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref">, "size"> & {
2887
3518
  children?: React__default.ReactNode;
2888
3519
  /** Size for checkbox */
2889
3520
  size?: CheckboxSize;
@@ -2904,6 +3535,10 @@ declare const FISCheckbox: React__default.ForwardRefExoticComponent<Omit<React__
2904
3535
  * @default false
2905
3536
  */
2906
3537
  inputRef?: Ref<HTMLInputElement>;
3538
+ /**
3539
+ * Default checked state for uncontrolled usage
3540
+ */
3541
+ defaultChecked?: boolean;
2907
3542
  } & React__default.RefAttributes<HTMLLabelElement>>;
2908
3543
 
2909
3544
  type Value = string | number;
@@ -2918,34 +3553,53 @@ type CheckboxGroupProps<T extends Value> = {
2918
3553
  value: T[];
2919
3554
  direction?: "row" | "column";
2920
3555
  disabled?: boolean;
3556
+ classContent?: string;
3557
+ size?: CheckboxSize;
2921
3558
  getOptionDisabled?: (option: Option<T>) => boolean;
2922
3559
  onChange: (nextValue: T[]) => void;
2923
3560
  onFocus?: () => void;
2924
3561
  onBlur?: () => void;
2925
3562
  };
2926
- declare function FISCheckboxGroup<T extends Value>({ className, groupLabel, options, value, direction, disabled, getOptionDisabled, onChange, onFocus, onBlur, }: CheckboxGroupProps<T>): react_jsx_runtime.JSX.Element;
3563
+ declare function CheckboxGroupComponent<T extends Value>({ className, groupLabel, options, value, direction, disabled, classContent, size, getOptionDisabled, onChange, onFocus, onBlur, }: CheckboxGroupProps<T>, ref?: Ref<{
3564
+ focus: () => void;
3565
+ }>): react_jsx_runtime.JSX.Element;
3566
+ declare namespace CheckboxGroupComponent {
3567
+ var displayName: string;
3568
+ }
3569
+ declare const FISCheckboxGroup: <T extends Value>(props: CheckboxGroupProps<T> & {
3570
+ ref?: ForwardedRef<{
3571
+ focus: () => void;
3572
+ }>;
3573
+ }) => ReturnType<typeof CheckboxGroupComponent>;
2927
3574
 
2928
3575
  type InputTypeSuffix = "icon" | "suffix" | "dropdown";
3576
+ type InputTypePrefix = "prefix" | "dropdown";
2929
3577
  type InputSize$2 = "md" | "lg";
2930
3578
  interface InputFieldProps extends Omit<ComponentPropsWithoutRef<"input">, "onClick"> {
2931
3579
  /**Control the size of the component*/
2932
3580
  sizeInput?: InputSize$2;
2933
3581
  /**Control the style type of component: "icon" | "suffix" | "dropdown" */
2934
3582
  typeSuffix?: InputTypeSuffix;
3583
+ /**Control the style type of component: "prefix" | "dropdown" */
3584
+ typePrefix?: InputTypePrefix;
2935
3585
  /**Prefix for filter value*/
2936
- iconPrefix?: string | JSX.Element;
3586
+ iconPrefix?: string | JSX$1.Element;
2937
3587
  /**iconSuffix for filter value*/
2938
- iconSuffix?: string | JSX.Element;
3588
+ iconSuffix?: string | JSX$1.Element;
2939
3589
  /**labelSuffix for filter value*/
2940
- labelSuffix?: string | JSX.Element;
3590
+ labelSuffix?: string | JSX$1.Element;
3591
+ /**labelPrefix for filter value*/
3592
+ labelPrefix?: string | JSX$1.Element;
2941
3593
  /**negative for current field*/
2942
3594
  negative?: boolean;
2943
- /**actived for current field*/
2944
- actived?: boolean;
2945
- /** onClick for current field Button */
3595
+ /**active-dropdown for current field*/
3596
+ activeDropdown?: boolean;
3597
+ /** onClickSuffix for current field Button */
2946
3598
  onClickSuffix?: () => void;
3599
+ /** onClickPrefix for current field Button */
3600
+ onClickPrefix?: () => void;
2947
3601
  }
2948
- declare const FISInputField: React.ForwardRefExoticComponent<InputFieldProps & React.RefAttributes<HTMLInputElement>>;
3602
+ declare const FISInputField: React$1.ForwardRefExoticComponent<InputFieldProps & React$1.RefAttributes<HTMLInputElement>>;
2949
3603
 
2950
3604
  interface InputLabelProps {
2951
3605
  /**textLabel for current field*/
@@ -2957,32 +3611,29 @@ interface InputLabelProps {
2957
3611
  /**onClickIconLabel for current field*/
2958
3612
  onClickIconLabel?: () => void;
2959
3613
  }
2960
- declare const FISInputLabel: React__default.ForwardRefExoticComponent<InputLabelProps & React__default.RefAttributes<unknown>>;
3614
+ declare const FISInputLabel: {
3615
+ (props: InputLabelProps): react_jsx_runtime.JSX.Element;
3616
+ displayName: string;
3617
+ };
2961
3618
 
2962
- interface InputTextProps extends Omit<InputFieldProps, "onChange" | "onEnter" | "onBlur">, Partial<InputLabelProps> {
3619
+ interface InputTextProps extends InputFieldProps, Partial<InputLabelProps> {
2963
3620
  /**Boolean to show the lenght of value user-filled*/
2964
3621
  showCount?: boolean;
2965
3622
  /**Hint text for current field*/
2966
3623
  message?: string;
2967
3624
  /**positive for current field*/
2968
3625
  positive?: boolean;
2969
- /**value for current field*/
2970
- value?: string;
2971
- /** Handle onChange action */
2972
- onChange?: (value: string | null) => void;
2973
3626
  /** Handle onEnter action */
2974
3627
  onEnter?: (value: string | null) => void;
2975
- /** Handle onBlur action */
2976
- onBlur?: (value: string | null) => void;
2977
3628
  /** Handle onKeyDown action */
2978
3629
  onKeyDown?: (event: unknown) => void;
2979
3630
  }
2980
3631
  declare const FISInputText: React__default.ForwardRefExoticComponent<InputTextProps & React__default.RefAttributes<HTMLInputElement>>;
2981
3632
 
2982
- type BadgeType = "rounded" | "square" | "without";
3633
+ type BadgeType$1 = "rounded" | "square" | "without";
2983
3634
  type AvatarSize = "2xs" | "xs" | "sm" | "md" | "lg" | "xl";
2984
3635
  type StatusType = "green" | "red" | "yellow" | "blue" | "neutral";
2985
- type ColorType = "neutral" | "orange" | "yellow" | "lime" | "green" | "ocean" | "blue" | "indigo" | "violet" | "pink" | "disable";
3636
+ type ColorType$1 = "neutral" | "orange" | "yellow" | "lime" | "green" | "ocean" | "blue" | "indigo" | "violet" | "pink";
2986
3637
  type AvatarProps = {
2987
3638
  className?: string | undefined;
2988
3639
  src?: string;
@@ -2992,21 +3643,18 @@ type AvatarProps = {
2992
3643
  size?: AvatarSize;
2993
3644
  status?: StatusType;
2994
3645
  isBadgeDot?: boolean;
2995
- badge?: BadgeType;
2996
- color?: ColorType;
3646
+ badge?: BadgeType$1;
3647
+ disabled?: boolean;
3648
+ color?: ColorType$1;
2997
3649
  };
2998
3650
  declare const FISAvatar: React__default.FC<AvatarProps>;
2999
3651
 
3000
3652
  type InputSize$1 = "md" | "lg";
3001
- interface TextAreaProps extends Omit<ComponentPropsWithoutRef<"textarea">, "onChange" | "onEnter" | "onBlur">, Partial<InputLabelProps> {
3653
+ interface TextAreaProps extends Omit<ComponentPropsWithoutRef<"textarea">, "onEnter">, Partial<InputLabelProps> {
3002
3654
  /**Control the icon of the component*/
3003
3655
  iconSuffix?: React__default.ReactNode;
3004
3656
  /**Control the size of the component*/
3005
- size: InputSize$1;
3006
- /**placeholder for current field */
3007
- placeholder: string;
3008
- /**User-filled value*/
3009
- value?: string;
3657
+ size?: InputSize$1;
3010
3658
  /**Boolean to show the lenght of value user-filled*/
3011
3659
  showCount?: boolean;
3012
3660
  /**isNegative for current field*/
@@ -3017,16 +3665,12 @@ interface TextAreaProps extends Omit<ComponentPropsWithoutRef<"textarea">, "onCh
3017
3665
  message?: string;
3018
3666
  /**Control the width of the component*/
3019
3667
  fixedWidth?: number;
3020
- /**Handle the change value of the field*/
3021
- onChange?: (T: string | null) => void;
3022
3668
  /**Handle onEnter action*/
3023
3669
  onEnter?: (T: string | null) => void;
3024
- /**Handle onBlur action*/
3025
- onBlur?: (T: string | null) => void;
3026
3670
  /**Handle onEnter action*/
3027
3671
  onClickIconSuffix?: () => void;
3028
3672
  }
3029
- declare const FISTextArea: React__default.ForwardRefExoticComponent<TextAreaProps & React__default.RefAttributes<HTMLTextAreaElement>>;
3673
+ declare const FISInputArea: React__default.ForwardRefExoticComponent<TextAreaProps & React__default.RefAttributes<HTMLTextAreaElement>>;
3030
3674
 
3031
3675
  type InputSize = "md" | "lg";
3032
3676
  interface InputStepperProps extends Omit<React__default.ComponentPropsWithoutRef<"input">, "onChange">, Partial<InputLabelProps> {
@@ -3046,4 +3690,236 @@ interface InputStepperProps extends Omit<React__default.ComponentPropsWithoutRef
3046
3690
  }
3047
3691
  declare const FISInputStepper: React__default.ForwardRefExoticComponent<InputStepperProps & React__default.RefAttributes<HTMLInputElement>>;
3048
3692
 
3049
- export { FISAvatar, FISBreadcrumb, FISButton, FISButtonGroup, FISCheckbox, FISCheckboxGroup, FISIconButton, FISInputField, FISInputLabel, FISInputStepper, FISInputText, FISLinkButton, FISRadio, FISRadioGroup, FISTextArea, FISThemeProvider, type ThemeType };
3693
+ type TooltipColor = "primary" | "secondary";
3694
+ type TooltipSize = "md" | "lg";
3695
+ type TooltipTitleCustom = {
3696
+ /** The main title text of the tooltip */
3697
+ label: string;
3698
+ /** Additional description text (optional) */
3699
+ description?: string;
3700
+ /** Display text for the link (optional) */
3701
+ link?: string;
3702
+ /** URL for the link (optional) */
3703
+ linkUrl?: string;
3704
+ };
3705
+ interface TooltipProps extends Omit<TooltipProps$1, "variant" | "title"> {
3706
+ /** Additional class names to apply to the tooltip*/
3707
+ className?: string | undefined;
3708
+ /** The color of the tooltip */
3709
+ variant: TooltipColor;
3710
+ /** The tooltip title, which can be a custom object or a React node */
3711
+ title: TooltipTitleCustom | React.ReactNode;
3712
+ /** The size of the tooltip (optional) */
3713
+ size?: TooltipSize;
3714
+ /** Child elements that the tooltip wraps (optional) */
3715
+ children?: React.ReactNode;
3716
+ }
3717
+ declare const FISTooltip: FC<TooltipProps>;
3718
+
3719
+ type TFISDividerPaddingSize = "tiny" | "2xs" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl";
3720
+ type TFISDividerDirection = "horizontal" | "vertical";
3721
+ type ThemeTypeT = typeof _default;
3722
+ interface IFISDividerProps extends ComponentPropsWithoutRef<"div"> {
3723
+ flip?: boolean;
3724
+ headpointOffset?: TFISDividerPaddingSize;
3725
+ sideOffset?: TFISDividerPaddingSize;
3726
+ direction?: TFISDividerDirection;
3727
+ color?: keyof ThemeTypeT;
3728
+ }
3729
+ declare const FISDivider: (props: IFISDividerProps) => react_jsx_runtime.JSX.Element;
3730
+
3731
+ type BadgeSize = "xs" | "sm" | "md" | "lg";
3732
+ type ColorType = "neutral" | "red" | "orange" | "yellow" | "lime" | "green" | "ocean" | "blue" | "indigo" | "violet" | "pink";
3733
+ type BadgeStatus = "info" | "caution" | "positive" | "negative";
3734
+ type BadgeType = "default" | "solid";
3735
+ type BadgeBaseProps = {
3736
+ className?: string;
3737
+ size?: BadgeSize;
3738
+ color?: ColorType;
3739
+ status?: BadgeStatus;
3740
+ type?: BadgeType;
3741
+ disabled?: boolean;
3742
+ };
3743
+ type BadgeWithIconOnly = BadgeBaseProps & {
3744
+ icon: React__default.ReactNode;
3745
+ label?: string;
3746
+ src?: never;
3747
+ };
3748
+ type BadgeWithAvatar = BadgeBaseProps & {
3749
+ src: string;
3750
+ label: string;
3751
+ icon?: React__default.ReactNode;
3752
+ };
3753
+ type BadgeWithLabelOnly = BadgeBaseProps & {
3754
+ label: string;
3755
+ icon?: never;
3756
+ src?: never;
3757
+ };
3758
+ type BadgeProps$1 = BadgeWithIconOnly | BadgeWithAvatar | BadgeWithLabelOnly;
3759
+ declare const FISBadge: React__default.FC<BadgeProps$1>;
3760
+
3761
+ type ThemeType$1 = "neutral" | "info" | "positive" | "caution" | "negative";
3762
+ type ToastType = "link" | "button" | "no-action";
3763
+ type PositionType = "inline" | "bottom";
3764
+ type ToastProps = {
3765
+ className?: string;
3766
+ theme?: ThemeType$1;
3767
+ type?: ToastType;
3768
+ actionPosition?: PositionType;
3769
+ iconLeft?: React__default.ReactNode;
3770
+ title: string;
3771
+ actionHref?: string;
3772
+ actionLabel?: string;
3773
+ closable?: boolean;
3774
+ onClickAction?: () => void;
3775
+ };
3776
+ declare const FISToast: React__default.FC<ToastProps>;
3777
+
3778
+ type FISComboboxOption<T> = {
3779
+ label: string;
3780
+ value: T;
3781
+ disabled?: boolean;
3782
+ description?: string;
3783
+ };
3784
+ type SingleSelect<T> = {
3785
+ multi: false;
3786
+ value: T;
3787
+ onChange: (value: T) => void;
3788
+ displayValue: (value: FISComboboxOption<T>) => string;
3789
+ };
3790
+ type MultiSelect<T> = {
3791
+ multi: true;
3792
+ value: T[];
3793
+ onChange: (value: T[]) => void;
3794
+ displayValue: (value: FISComboboxOption<T>[]) => string;
3795
+ };
3796
+ type FISComboboxProps<T> = Omit<InputFieldProps, "value" | "onChange"> & Partial<InputLabelProps> & {
3797
+ options: FISComboboxOption<T>[];
3798
+ message?: string;
3799
+ positive?: boolean;
3800
+ renderOption?: (option: FISComboboxOption<T>) => React__default.ReactNode;
3801
+ } & (SingleSelect<T> | MultiSelect<T>);
3802
+ declare const FISCombobox: React__default.ForwardRefExoticComponent<FISComboboxProps<string> & React__default.RefAttributes<HTMLInputElement>>;
3803
+
3804
+ type ChipSize = "xs" | "sm" | "md" | "lg";
3805
+ type ThemeType = "neutral" | "red" | "orange" | "yellow" | "lime" | "green" | "ocean" | "blue" | "indigo" | "violet" | "pink";
3806
+ type BadgeProps = {
3807
+ className?: string | undefined;
3808
+ icon?: React__default.ReactNode;
3809
+ label: string;
3810
+ size?: ChipSize;
3811
+ theme?: ThemeType;
3812
+ srcAvatar?: string;
3813
+ closeable?: boolean;
3814
+ selected?: boolean;
3815
+ disabled?: boolean;
3816
+ onClickClose?: () => void;
3817
+ };
3818
+ declare const FISChipButton: React__default.FC<BadgeProps>;
3819
+
3820
+ interface InputTimeProps extends InputFieldProps, Partial<InputLabelProps> {
3821
+ message?: string;
3822
+ positive?: boolean;
3823
+ format?: string;
3824
+ }
3825
+ declare const FISInputTime: React__default.ForwardRefExoticComponent<InputTimeProps & React__default.RefAttributes<HTMLInputElement>>;
3826
+
3827
+ interface InputDateProps extends Omit<InputFieldProps, "value" | "onChange">, Partial<InputLabelProps> {
3828
+ /**Date value*/
3829
+ value?: Date | null;
3830
+ /**Format Date*/
3831
+ format?: string;
3832
+ /**Hint text for current field*/
3833
+ message?: string;
3834
+ /**positive for current field*/
3835
+ positive?: boolean;
3836
+ /** Handle on change action */
3837
+ onChange?: (date: Date | null) => void;
3838
+ }
3839
+ declare const FISInputDate: React$1.ForwardRefExoticComponent<InputDateProps & React$1.RefAttributes<HTMLInputElement>>;
3840
+
3841
+ interface TableProps extends Omit<TableProps$1<any>, "columns" | "dataSource"> {
3842
+ className?: string;
3843
+ dataSource: TableProps$1<any>["dataSource"];
3844
+ columns: TableProps$1<any>["columns"];
3845
+ }
3846
+ declare const FISTable: React$1.ForwardRefExoticComponent<TableProps & React$1.RefAttributes<HTMLLabelElement>>;
3847
+
3848
+ interface HeaderCellProps extends Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> {
3849
+ className?: string;
3850
+ textAlign?: string;
3851
+ title?: string;
3852
+ description?: string;
3853
+ icon?: JSX.Element;
3854
+ disabled?: boolean;
3855
+ showBorder?: boolean;
3856
+ showDivider?: boolean;
3857
+ contentWrapText?: boolean;
3858
+ }
3859
+ declare const FISHeaderCell: React$1.ForwardRefExoticComponent<HeaderCellProps & React$1.RefAttributes<HTMLLabelElement>>;
3860
+
3861
+ interface ColumnCellProps extends Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> {
3862
+ className?: string;
3863
+ textAlign?: string;
3864
+ contentWrapText?: boolean;
3865
+ variant?: string;
3866
+ content?: string;
3867
+ description?: string;
3868
+ icon?: ReactElement;
3869
+ disabled?: boolean;
3870
+ showBorder?: boolean;
3871
+ onIconClick?: () => void;
3872
+ }
3873
+ declare const FISColumnCell: React$1.ForwardRefExoticComponent<ColumnCellProps & React$1.RefAttributes<HTMLLabelElement>>;
3874
+
3875
+ interface FISSorterProps {
3876
+ columnKey: string;
3877
+ onSort: (columnKey: string | null, order: string | null) => void;
3878
+ sortedInfo: {
3879
+ columnKey: string | null;
3880
+ order: string | null;
3881
+ };
3882
+ colorActive?: string;
3883
+ UpIcon?: ComponentType<{
3884
+ style?: React.CSSProperties;
3885
+ }>;
3886
+ DownIcon?: ComponentType<{
3887
+ style?: React.CSSProperties;
3888
+ }>;
3889
+ }
3890
+ declare const FISSorter: ({ columnKey, onSort, sortedInfo, colorActive, UpIcon, DownIcon, }: FISSorterProps) => react_jsx_runtime.JSX.Element;
3891
+
3892
+ type DateRangeProps = {
3893
+ className?: string;
3894
+ placeholder?: [string, string];
3895
+ label?: string;
3896
+ required?: boolean;
3897
+ message?: string;
3898
+ negative?: boolean;
3899
+ positive?: boolean;
3900
+ };
3901
+ declare const FISDateRange: {
3902
+ ({ placeholder, label, required, message, negative, positive, ...rest }: DateRangeProps): react_jsx_runtime.JSX.Element;
3903
+ displayName: string;
3904
+ };
3905
+
3906
+ type AlertBannerVariant = "neutral" | "info" | "positive" | "negative" | "caution";
3907
+ interface AlertBannerProps {
3908
+ title: string;
3909
+ description?: string;
3910
+ variant: AlertBannerVariant;
3911
+ icon?: React.ReactNode;
3912
+ actionText?: string;
3913
+ actionIcon?: React.ReactNode;
3914
+ linkText?: string;
3915
+ direction?: "row" | "column";
3916
+ onClickButton?: () => void;
3917
+ onClickLink?: () => void;
3918
+ onClose?: () => void;
3919
+ }
3920
+ declare function FISAlertBanner({ title, description, variant, icon, actionText, actionIcon, linkText, direction, onClickButton, onClickLink, onClose, }: AlertBannerProps): react_jsx_runtime.JSX.Element;
3921
+ declare namespace FISAlertBanner {
3922
+ var displayName: string;
3923
+ }
3924
+
3925
+ export { FISAlertBanner as AlertBanner, FISAvatar, FISBadge, FISBreadcrumb, FISButton, FISButtonGroup, FISCheckbox, FISCheckboxGroup, FISChipButton, FISCombobox, FISDateRange, 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, FISToast, FISTooltip, SegmentedPanelItem, TabPanelItem, type ThemeType$2 as ThemeType };