fis-component 0.0.24 → 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 (102) hide show
  1. package/dist/cjs/index.js +4198 -1795
  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/CalendarIcon.d.ts +3 -0
  7. package/dist/cjs/types/src/assets/icons/CheckIcon.d.ts +3 -0
  8. package/dist/cjs/types/src/assets/icons/CloseChipIcon.d.ts +3 -0
  9. package/dist/cjs/types/src/assets/icons/ErrorIcon.d.ts +3 -0
  10. package/dist/cjs/types/src/assets/icons/ExitIcon.d.ts +3 -0
  11. package/dist/cjs/types/src/assets/icons/InfoIcon.d.ts +3 -0
  12. package/dist/cjs/types/src/assets/icons/WarningIcon.d.ts +3 -0
  13. package/dist/cjs/types/src/assets/icons/index.d.ts +10 -0
  14. package/dist/cjs/types/src/components/AlertBanner/AlertBanner.stories.d.ts +5 -0
  15. package/dist/cjs/types/src/components/AlertBanner/index.d.ts +19 -0
  16. package/dist/cjs/types/src/components/AlertBanner/styles.d.ts +17 -0
  17. package/dist/cjs/types/src/components/Avatar/index.d.ts +1 -1
  18. package/dist/cjs/types/src/components/Avatar/styles.d.ts +1 -1
  19. package/dist/cjs/types/src/components/Badge/index.d.ts +20 -7
  20. package/dist/cjs/types/src/components/Badge/styles.d.ts +1 -1
  21. package/dist/cjs/types/src/components/Checkbox/index.d.ts +12 -4
  22. package/dist/cjs/types/src/components/ChipButton/ChipButton.stories.d.ts +4 -0
  23. package/dist/cjs/types/src/components/ChipButton/index.d.ts +17 -0
  24. package/dist/cjs/types/src/components/ChipButton/styles.d.ts +11 -0
  25. package/dist/cjs/types/src/components/Combobox/Combobox.stories.d.ts +7 -0
  26. package/dist/cjs/types/src/components/Combobox/MultipleValue.d.ts +7 -0
  27. package/dist/cjs/types/src/components/Combobox/index.d.ts +29 -0
  28. package/dist/cjs/types/src/components/Combobox/styles.d.ts +24 -0
  29. package/dist/cjs/types/src/components/Divider/index.d.ts +7 -2
  30. package/dist/cjs/types/src/components/Divider/styles.d.ts +5 -1
  31. package/dist/cjs/types/src/components/IconButton/IconButton.stories.d.ts +1 -1
  32. package/dist/cjs/types/src/components/IconButton/index.d.ts +1 -1
  33. package/dist/cjs/types/src/components/Input/DateRange/DateRange.stories.d.ts +40 -0
  34. package/dist/cjs/types/src/components/Input/DateRange/index.d.ts +14 -0
  35. package/dist/cjs/types/src/components/Input/DateRange/styles.d.ts +8 -0
  36. package/dist/cjs/types/src/components/Input/InputDate/styles.d.ts +1 -1
  37. package/dist/cjs/types/src/components/Input/InputField/index.d.ts +8 -1
  38. package/dist/cjs/types/src/components/Input/InputField/styles.d.ts +6 -2
  39. package/dist/cjs/types/src/components/LinkButton/LinkButton.stories.d.ts +1 -1
  40. package/dist/cjs/types/src/components/LinkButton/index.d.ts +1 -1
  41. package/dist/cjs/types/src/components/Portal/index.d.ts +14 -0
  42. package/dist/cjs/types/src/components/Radio/index.d.ts +8 -0
  43. package/dist/cjs/types/src/components/Toast/Toast.stories.d.ts +5 -0
  44. package/dist/cjs/types/src/components/Toast/ToastContext.d.ts +13 -0
  45. package/dist/cjs/types/src/components/Toast/index.d.ts +18 -0
  46. package/dist/cjs/types/src/components/Toast/styles.d.ts +13 -0
  47. package/dist/cjs/types/src/components/Toast/useToast.d.ts +2 -0
  48. package/dist/cjs/types/src/index.d.ts +5 -0
  49. package/dist/cjs/types/src/styles/design-system/variable.d.ts +453 -80
  50. package/dist/cjs/types/src/utils/getTheme.d.ts +453 -80
  51. package/dist/esm/index.js +4195 -1797
  52. package/dist/esm/index.js.map +1 -1
  53. package/dist/esm/types/src/assets/icons/ArrowDownIcon.d.ts +3 -0
  54. package/dist/esm/types/src/assets/icons/ArrowRightIcon.d.ts +3 -0
  55. package/dist/esm/types/src/assets/icons/ArrowUpIcon.d.ts +3 -0
  56. package/dist/esm/types/src/assets/icons/CalendarIcon.d.ts +3 -0
  57. package/dist/esm/types/src/assets/icons/CheckIcon.d.ts +3 -0
  58. package/dist/esm/types/src/assets/icons/CloseChipIcon.d.ts +3 -0
  59. package/dist/esm/types/src/assets/icons/ErrorIcon.d.ts +3 -0
  60. package/dist/esm/types/src/assets/icons/ExitIcon.d.ts +3 -0
  61. package/dist/esm/types/src/assets/icons/InfoIcon.d.ts +3 -0
  62. package/dist/esm/types/src/assets/icons/WarningIcon.d.ts +3 -0
  63. package/dist/esm/types/src/assets/icons/index.d.ts +10 -0
  64. package/dist/esm/types/src/components/AlertBanner/AlertBanner.stories.d.ts +5 -0
  65. package/dist/esm/types/src/components/AlertBanner/index.d.ts +19 -0
  66. package/dist/esm/types/src/components/AlertBanner/styles.d.ts +17 -0
  67. package/dist/esm/types/src/components/Avatar/index.d.ts +1 -1
  68. package/dist/esm/types/src/components/Avatar/styles.d.ts +1 -1
  69. package/dist/esm/types/src/components/Badge/index.d.ts +20 -7
  70. package/dist/esm/types/src/components/Badge/styles.d.ts +1 -1
  71. package/dist/esm/types/src/components/Checkbox/index.d.ts +12 -4
  72. package/dist/esm/types/src/components/ChipButton/ChipButton.stories.d.ts +4 -0
  73. package/dist/esm/types/src/components/ChipButton/index.d.ts +17 -0
  74. package/dist/esm/types/src/components/ChipButton/styles.d.ts +11 -0
  75. package/dist/esm/types/src/components/Combobox/Combobox.stories.d.ts +7 -0
  76. package/dist/esm/types/src/components/Combobox/MultipleValue.d.ts +7 -0
  77. package/dist/esm/types/src/components/Combobox/index.d.ts +29 -0
  78. package/dist/esm/types/src/components/Combobox/styles.d.ts +24 -0
  79. package/dist/esm/types/src/components/Divider/index.d.ts +7 -2
  80. package/dist/esm/types/src/components/Divider/styles.d.ts +5 -1
  81. package/dist/esm/types/src/components/IconButton/IconButton.stories.d.ts +1 -1
  82. package/dist/esm/types/src/components/IconButton/index.d.ts +1 -1
  83. package/dist/esm/types/src/components/Input/DateRange/DateRange.stories.d.ts +40 -0
  84. package/dist/esm/types/src/components/Input/DateRange/index.d.ts +14 -0
  85. package/dist/esm/types/src/components/Input/DateRange/styles.d.ts +8 -0
  86. package/dist/esm/types/src/components/Input/InputDate/styles.d.ts +1 -1
  87. package/dist/esm/types/src/components/Input/InputField/index.d.ts +8 -1
  88. package/dist/esm/types/src/components/Input/InputField/styles.d.ts +6 -2
  89. package/dist/esm/types/src/components/LinkButton/LinkButton.stories.d.ts +1 -1
  90. package/dist/esm/types/src/components/LinkButton/index.d.ts +1 -1
  91. package/dist/esm/types/src/components/Portal/index.d.ts +14 -0
  92. package/dist/esm/types/src/components/Radio/index.d.ts +8 -0
  93. package/dist/esm/types/src/components/Toast/Toast.stories.d.ts +5 -0
  94. package/dist/esm/types/src/components/Toast/ToastContext.d.ts +13 -0
  95. package/dist/esm/types/src/components/Toast/index.d.ts +18 -0
  96. package/dist/esm/types/src/components/Toast/styles.d.ts +13 -0
  97. package/dist/esm/types/src/components/Toast/useToast.d.ts +2 -0
  98. package/dist/esm/types/src/index.d.ts +5 -0
  99. package/dist/esm/types/src/styles/design-system/variable.d.ts +453 -80
  100. package/dist/esm/types/src/utils/getTheme.d.ts +453 -80
  101. package/dist/index.d.ts +595 -98
  102. package/package.json +5 -3
@@ -2,6 +2,48 @@ import { ThemeType } from "../styles/design-system";
2
2
  declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
3
3
  theme: ThemeType;
4
4
  }) => {
5
+ readonly "com/accordion/head/size-md/icon-wrap/height": "24px";
6
+ readonly "com/accordion/head/size-md/icon/size": "20px";
7
+ readonly "com/accordion/head/size-md/border-radius": "6px";
8
+ readonly "com/accordion/head/size-md/horizontal-gap": "8px";
9
+ readonly "com/accordion/head/size-md/horizontal-padding": "4px";
10
+ readonly "com/accordion/head/size-md/vertical-padding": "12px";
11
+ readonly "com/accordion/head/size-md/margin": "-4px";
12
+ readonly "com/accordion/head/size-md/divider/color-stroke": "#02305e16";
13
+ readonly "com/accordion/head/size-sm/icon-wrap/height": "20px";
14
+ readonly "com/accordion/head/size-sm/icon/size": "16px";
15
+ readonly "com/accordion/head/size-sm/border-radius": "4px";
16
+ readonly "com/accordion/head/size-sm/horizontal-gap": "8px";
17
+ readonly "com/accordion/head/size-sm/horizontal-padding": "4px";
18
+ readonly "com/accordion/head/size-sm/vertical-padding": "8px";
19
+ readonly "com/accordion/head/size-sm/margin": "-4px";
20
+ readonly "com/accordion/head/size-sm/divider/color-stroke": "#02305e16";
21
+ readonly "com/accordion/head/size-lg/icon-wrap/height": "28px";
22
+ readonly "com/accordion/head/size-lg/icon/size": "24px";
23
+ readonly "com/accordion/head/size-lg/divider/color-stroke": "#0a2f4d22";
24
+ readonly "com/accordion/head/size-lg/corner-radius": "6px";
25
+ readonly "com/accordion/head/size-lg/horizontal-gap": "8px";
26
+ readonly "com/accordion/head/size-lg/horizontal-padding": "4px";
27
+ readonly "com/accordion/head/size-lg/vertical-padding": "16px";
28
+ readonly "com/accordion/head/size-lg/margin": "-4px";
29
+ readonly "com/accordion/head/icon/color-icon/default": "#505a5f";
30
+ readonly "com/accordion/head/icon/color-icon/hover": "#343d41";
31
+ readonly "com/accordion/head/icon/color-icon/disable": "#c5cdd2";
32
+ readonly "com/accordion/head/label/color-text/default": "#505a5f";
33
+ readonly "com/accordion/head/label/color-text/hover": "#1e2225";
34
+ readonly "com/accordion/head/label/color-text/disable": "#c5cdd2";
35
+ readonly "com/accordion/head/background-color/default": "#ffffff00";
36
+ readonly "com/accordion/head/background-color/hover": "#02305e16";
37
+ readonly "com/accordion/head/background-color/disable": "#ffffff00";
38
+ readonly "com/accordion/body/size-sm/top-padding": "8px";
39
+ readonly "com/accordion/body/size-sm/left-padding": "0px";
40
+ readonly "com/accordion/body/size-sm/right-padding": "0px";
41
+ readonly "com/accordion/body/size-md/top-padding": "12px";
42
+ readonly "com/accordion/body/size-md/left-padding": "0px";
43
+ readonly "com/accordion/body/size-md/right-padding": "0px";
44
+ readonly "com/accordion/body/size-lg/top-padding": "12px";
45
+ readonly "com/accordion/body/size-lg/left-padding": "0px";
46
+ readonly "com/accordion/body/size-lg/right-padding": "0px";
5
47
  readonly "com/avatar/corner-radius-rounded": "9999px";
6
48
  readonly "com/avatar/size-2xs/height": "16px";
7
49
  readonly "com/avatar/size-2xs/width": "16px";
@@ -37,12 +79,12 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
37
79
  readonly "com/avatar/theme/icon/color-icon/red": "#df3e3f";
38
80
  readonly "com/avatar/theme/icon/color-icon/orange": "#cc5602";
39
81
  readonly "com/avatar/theme/icon/color-icon/yellow": "#d58e00";
82
+ readonly "com/avatar/theme/icon/color-icon/ocean": "#00969d";
40
83
  readonly "com/avatar/theme/icon/color-icon/green": "#009559";
41
84
  readonly "com/avatar/theme/icon/color-icon/lime": "#4b8c00";
42
- readonly "com/avatar/theme/icon/color-icon/ocean": "#00969d";
43
- readonly "com/avatar/theme/icon/color-icon/pink": "#cd44a7";
44
85
  readonly "com/avatar/theme/icon/color-icon/blue": "#008ee1";
45
86
  readonly "com/avatar/theme/icon/color-icon/indigo": "#4278f5";
87
+ readonly "com/avatar/theme/icon/color-icon/pink": "#cd44a7";
46
88
  readonly "com/avatar/theme/icon/color-icon/violet": "#a65dcf";
47
89
  readonly "com/avatar/theme/label/color-text/neutral": "#828f96";
48
90
  readonly "com/avatar/theme/label/color-text/red": "#df3e3f";
@@ -86,11 +128,55 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
86
128
  readonly "com/avatar/status-badge/size-sm/stroke-width": "1.3px";
87
129
  readonly "com/avatar/status-badge/size-md/stroke-width": "2px";
88
130
  readonly "com/avatar/status-badge/size-lg/stroke-width": "2px";
89
- readonly "com/avatar/status-badge/theme/green": "#00b077";
90
131
  readonly "com/avatar/status-badge/theme/red": "#f5685f";
132
+ readonly "com/avatar/status-badge/theme/green": "#00b077";
91
133
  readonly "com/avatar/status-badge/theme/yellow": "#d58e00";
92
134
  readonly "com/avatar/status-badge/theme/blue": "#00a6e5";
93
135
  readonly "com/avatar/status-badge/theme/neutral": "#dee3e7";
136
+ readonly "com/alert-banner/right-padding": "12px";
137
+ readonly "com/alert-banner/left-padding": "16px";
138
+ readonly "com/alert-banner/top-padding": "16px";
139
+ readonly "com/alert-banner/bottom-padding": "12px";
140
+ readonly "com/alert-banner/bottom-padding-inline": "16px";
141
+ readonly "com/alert-banner/horizontal-gap": "12px";
142
+ readonly "com/alert-banner/stroke-width": "1px";
143
+ readonly "com/alert-banner/label/horizonal-gap": "12px";
144
+ readonly "com/alert-banner/label/vertical-gap": "4px";
145
+ readonly "com/alert-banner/icon-wrap/height": "20px";
146
+ readonly "com/alert-banner/close-wrap/margin": "-4px";
147
+ readonly "com/alert-banner/icon/left-padding": "4px";
148
+ readonly "com/alert-banner/icon/size-icon": "20px";
149
+ readonly "com/alert-banner/action/horizontal-gap": "16px";
150
+ readonly "com/alert-banner/theme/icon/color-icon/neutral": "#505a5f";
151
+ readonly "com/alert-banner/theme/icon/color-icon/info": "#0083f0";
152
+ readonly "com/alert-banner/theme/icon/color-icon/positive": "#00914a";
153
+ readonly "com/alert-banner/theme/icon/color-icon/caution": "#bc6300";
154
+ readonly "com/alert-banner/theme/icon/color-icon/negative": "#d8473c";
155
+ readonly "com/alert-banner/theme/title/color-text/neutral": "#1e2225";
156
+ readonly "com/alert-banner/theme/title/color-text/info": "#1e2225";
157
+ readonly "com/alert-banner/theme/title/color-text/negative": "#1e2225";
158
+ readonly "com/alert-banner/theme/title/color-text/positive": "#1e2225";
159
+ readonly "com/alert-banner/theme/title/color-text/caution": "#1e2225";
160
+ readonly "com/alert-banner/theme/description/color-text/neutral": "#505a5f";
161
+ readonly "com/alert-banner/theme/description/color-text/info": "#505a5f";
162
+ readonly "com/alert-banner/theme/description/color-text/positive": "#505a5f";
163
+ readonly "com/alert-banner/theme/description/color-text/caution": "#505a5f";
164
+ readonly "com/alert-banner/theme/description/color-text/negative": "#505a5f";
165
+ readonly "com/alert-banner/theme/divider/color-stroke/neutral": "#0d2e433d";
166
+ readonly "com/alert-banner/theme/divider/color-stroke/info": "#c1e2fc";
167
+ readonly "com/alert-banner/theme/divider/color-stroke/positive": "#c0e6ce";
168
+ readonly "com/alert-banner/theme/divider/color-stroke/caution": "#f8dbab";
169
+ readonly "com/alert-banner/theme/divider/color-stroke/negative": "#fdd3cd";
170
+ readonly "com/alert-banner/theme/border/color-stroke/neutral": "#00152096";
171
+ readonly "com/alert-banner/theme/border/color-stroke/info": "#3d9cfb";
172
+ readonly "com/alert-banner/theme/border/color-stroke/positive": "#00aa67";
173
+ readonly "com/alert-banner/theme/border/color-stroke/caution": "#da841a";
174
+ readonly "com/alert-banner/theme/border/color-stroke/negative": "#f2685b";
175
+ readonly "com/alert-banner/theme/background-color/neutral": "#e9edf1";
176
+ readonly "com/alert-banner/theme/background-color/info": "#def1fd";
177
+ readonly "com/alert-banner/theme/background-color/positive": "#def3e5";
178
+ readonly "com/alert-banner/theme/background-color/caution": "#fceccd";
179
+ readonly "com/alert-banner/theme/background-color/negative": "#fee9e7";
94
180
  readonly "com/badge/stroke-width": "1px";
95
181
  readonly "com/badge/size-xs/height": "16px";
96
182
  readonly "com/badge/size-xs/horizontal-padding": "4px";
@@ -102,7 +188,7 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
102
188
  readonly "com/badge/size-sm/horizontal-padding": "4px";
103
189
  readonly "com/badge/size-sm/horizontal-gap": "2px";
104
190
  readonly "com/badge/size-sm/sub-spacing": "2px";
105
- readonly "com/badge/size-sm/only-label/horizontal-padding": "8px";
191
+ readonly "com/badge/size-sm/only-label/horizontal-padding": "4px";
106
192
  readonly "com/badge/size-md/height": "24px";
107
193
  readonly "com/badge/size-md/corner-radius": "6px";
108
194
  readonly "com/badge/size-md/avatar/size": "2xs (16)";
@@ -118,7 +204,7 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
118
204
  readonly "com/badge/size-lg/horizontal-gap": "4px";
119
205
  readonly "com/badge/size-lg/sub-spacing": "4px";
120
206
  readonly "com/badge/size-lg/avatar/size": "Xs (20)";
121
- readonly "com/badge/size-lg/only-label/horizontal-padding": "6px";
207
+ readonly "com/badge/size-lg/only-label/horizontal-padding": "12px";
122
208
  readonly "com/badge/default/icon/color-icon/neutral": "#505a5f";
123
209
  readonly "com/badge/default/icon/color-icon/neutral-light": "#505a5f";
124
210
  readonly "com/badge/default/icon/color-icon/red": "#df3e3f";
@@ -196,10 +282,10 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
196
282
  readonly "com/badge/solid/background-color/indigo": "#4278f5";
197
283
  readonly "com/badge/solid/background-color/violet": "#a65dcf";
198
284
  readonly "com/badge/solid/background-color/pink": "#cd44a7";
285
+ readonly "com/badge/solid/background-color/negative": "#d0121c";
199
286
  readonly "com/badge/solid/background-color/positive": "#007d35";
200
287
  readonly "com/badge/solid/background-color/caution": "#a94900";
201
288
  readonly "com/badge/solid/background-color/info": "#006bdf";
202
- readonly "com/badge/solid/background-color/negative": "#d0121c";
203
289
  readonly "com/badge/disable/icon/color-icon": "#c5cdd2";
204
290
  readonly "com/badge/disable/label/color-text": "#c5cdd2";
205
291
  readonly "com/badge/disable/color-stroke": "#02305e16";
@@ -388,11 +474,11 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
388
474
  readonly "com/button/tertiary/icon/color-icon/hover": "#343d41";
389
475
  readonly "com/button/tertiary/icon/color-icon/pressed": "#343d41";
390
476
  readonly "com/button/tertiary/icon/color-icon/active": "#343d41";
391
- readonly "com/button-group/background-color/default": "#ffffff";
392
- readonly "com/button-group/background-color/disable": "#ffffff00";
393
477
  readonly "com/button-group/divider/divider-width": "1px";
394
478
  readonly "com/button-group/divider/divider-color/default": "#0d2e433d";
395
479
  readonly "com/button-group/divider/divider-color/disable": "#02305e16";
480
+ readonly "com/button-group/background-color/default": "#ffffff";
481
+ readonly "com/button-group/background-color/disable": "#ffffff00";
396
482
  readonly "com/checkbox/horizontal-gap": "8px";
397
483
  readonly "com/checkbox/item/stroke-width": "1px";
398
484
  readonly "com/checkbox/item/marked/background-color/default": "#2f3cc1";
@@ -422,7 +508,10 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
422
508
  readonly "com/checkbox/content/tertiary/description/color-text": "#505a5f";
423
509
  readonly "com/checkbox/content/disable/label/color-text": "#c5cdd2";
424
510
  readonly "com/checkbox/content/disable/description/color-text": "#c5cdd2";
425
- readonly "com/chips-button/stroke-width": "1px";
511
+ readonly "com/chips-button/stroke-width/default": "1px";
512
+ readonly "com/chips-button/stroke-width/hover": "1px";
513
+ readonly "com/chips-button/stroke-width/pressed": "2px";
514
+ readonly "com/chips-button/stroke-width/selected": "2px";
426
515
  readonly "com/chips-button/size-xs/height": "24px";
427
516
  readonly "com/chips-button/size-xs/min-width": "28px";
428
517
  readonly "com/chips-button/size-xs/corner-radius": "6px";
@@ -459,72 +548,206 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
459
548
  readonly "com/chips-button/size-lg/left-padding": "12px";
460
549
  readonly "com/chips-button/size-lg/badge/size": "Md (28)";
461
550
  readonly "com/chips-button/size-lg/icon/size-icon": "20px";
462
- readonly "com/chips-button/theme/icon/color-icon/neutral": "#505a5f";
463
- readonly "com/chips-button/theme/icon/color-icon/red": "#df3e3f";
464
- readonly "com/chips-button/theme/icon/color-icon/orange": "#cc5602";
465
- readonly "com/chips-button/theme/icon/color-icon/yellow": "#d58e00";
466
- readonly "com/chips-button/theme/icon/color-icon/lime": "#4b8c00";
467
- readonly "com/chips-button/theme/icon/color-icon/green": "#009559";
468
- readonly "com/chips-button/theme/icon/color-icon/ocean": "#00969d";
469
- readonly "com/chips-button/theme/icon/color-icon/blue": "#008ee1";
470
- readonly "com/chips-button/theme/icon/color-icon/indigo": "#4278f5";
471
- readonly "com/chips-button/theme/icon/color-icon/violet": "#a65dcf";
472
- readonly "com/chips-button/theme/icon/color-icon/pink": "#cd44a7";
473
- readonly "com/chips-button/theme/label/color-text/neutral": "#505a5f";
474
- readonly "com/chips-button/theme/label/color-text/red": "#a7051e";
475
- readonly "com/chips-button/theme/label/color-text/orange": "#952900";
476
- readonly "com/chips-button/theme/label/color-text/yellow": "#7a4300";
477
- readonly "com/chips-button/theme/label/color-text/lime": "#2e5c00";
478
- readonly "com/chips-button/theme/label/color-text/green": "#006535";
479
- readonly "com/chips-button/theme/label/color-text/ocean": "#006782";
480
- readonly "com/chips-button/theme/label/color-text/blue": "#005eac";
481
- readonly "com/chips-button/theme/label/color-text/indigo": "#1e4eb5";
482
- readonly "com/chips-button/theme/label/color-text/violet": "#8b269b";
483
- readonly "com/chips-button/theme/label/color-text/pink": "#970978";
484
- readonly "com/chips-button/theme/color-stroke/neutral": "#0a2f4d22";
485
- readonly "com/chips-button/theme/color-stroke/red": "#fbd3ce";
486
- readonly "com/chips-button/theme/color-stroke/orange": "#ffd3b5";
487
- readonly "com/chips-button/theme/color-stroke/yellow": "#fbd797";
488
- readonly "com/chips-button/theme/color-stroke/lime": "#d0e59b";
489
- readonly "com/chips-button/theme/color-stroke/green": "#b3e9cf";
490
- readonly "com/chips-button/theme/color-stroke/ocean": "#b3e7e3";
491
- readonly "com/chips-button/theme/color-stroke/blue": "#b9e4f6";
492
- readonly "com/chips-button/theme/color-stroke/indigo": "#d1ddfb";
493
- readonly "com/chips-button/theme/color-stroke/violet": "#e5d8f5";
494
- readonly "com/chips-button/theme/color-stroke/pink": "#f5d3ec";
495
- readonly "com/chips-button/theme/background-color/neutral": "#e9edf1";
496
- readonly "com/chips-button/theme/background-color/red": "#ffe9e5";
497
- readonly "com/chips-button/theme/background-color/orange": "#feebe2";
498
- readonly "com/chips-button/theme/background-color/yellow": "#fdebd0";
499
- readonly "com/chips-button/theme/background-color/lime": "#e9f6c9";
500
- readonly "com/chips-button/theme/background-color/green": "#dbf6e8";
501
- readonly "com/chips-button/theme/background-color/ocean": "#daf5f4";
502
- readonly "com/chips-button/theme/background-color/blue": "#eaf6fa";
503
- readonly "com/chips-button/theme/background-color/indigo": "#e7eeff";
504
- readonly "com/chips-button/theme/background-color/violet": "#f1ecfa";
505
- readonly "com/chips-button/theme/background-color/pink": "#fce8f7";
551
+ readonly "com/chips-button/theme/icon/color-icon/default/neutral": "#505a5f";
552
+ readonly "com/chips-button/theme/icon/color-icon/default/red": "#df3e3f";
553
+ readonly "com/chips-button/theme/icon/color-icon/default/orange": "#cc5602";
554
+ readonly "com/chips-button/theme/icon/color-icon/default/yellow": "#d58e00";
555
+ readonly "com/chips-button/theme/icon/color-icon/default/lime": "#4b8c00";
556
+ readonly "com/chips-button/theme/icon/color-icon/default/green": "#009559";
557
+ readonly "com/chips-button/theme/icon/color-icon/default/ocean": "#00969d";
558
+ readonly "com/chips-button/theme/icon/color-icon/default/blue": "#008ee1";
559
+ readonly "com/chips-button/theme/icon/color-icon/default/indigo": "#4278f5";
560
+ readonly "com/chips-button/theme/icon/color-icon/default/violet": "#a65dcf";
561
+ readonly "com/chips-button/theme/icon/color-icon/default/pink": "#cd44a7";
562
+ readonly "com/chips-button/theme/icon/color-icon/hover/neutral": "#505a5f";
563
+ readonly "com/chips-button/theme/icon/color-icon/hover/red": "#df3e3f";
564
+ readonly "com/chips-button/theme/icon/color-icon/hover/orange": "#cc5602";
565
+ readonly "com/chips-button/theme/icon/color-icon/hover/yellow": "#d58e00";
566
+ readonly "com/chips-button/theme/icon/color-icon/hover/lime": "#4b8c00";
567
+ readonly "com/chips-button/theme/icon/color-icon/hover/green": "#009559";
568
+ readonly "com/chips-button/theme/icon/color-icon/hover/ocean": "#00969d";
569
+ readonly "com/chips-button/theme/icon/color-icon/hover/blue": "#008ee1";
570
+ readonly "com/chips-button/theme/icon/color-icon/hover/indigo": "#4278f5";
571
+ readonly "com/chips-button/theme/icon/color-icon/hover/violet": "#a65dcf";
572
+ readonly "com/chips-button/theme/icon/color-icon/hover/pink": "#cd44a7";
573
+ readonly "com/chips-button/theme/icon/color-icon/pressed/neutral": "#505a5f";
574
+ readonly "com/chips-button/theme/icon/color-icon/pressed/red": "#df3e3f";
575
+ readonly "com/chips-button/theme/icon/color-icon/pressed/orange": "#cc5602";
576
+ readonly "com/chips-button/theme/icon/color-icon/pressed/yellow": "#d58e00";
577
+ readonly "com/chips-button/theme/icon/color-icon/pressed/lime": "#4b8c00";
578
+ readonly "com/chips-button/theme/icon/color-icon/pressed/green": "#009559";
579
+ readonly "com/chips-button/theme/icon/color-icon/pressed/ocean": "#00969d";
580
+ readonly "com/chips-button/theme/icon/color-icon/pressed/blue": "#008ee1";
581
+ readonly "com/chips-button/theme/icon/color-icon/pressed/indigo": "#4278f5";
582
+ readonly "com/chips-button/theme/icon/color-icon/pressed/violet": "#a65dcf";
583
+ readonly "com/chips-button/theme/icon/color-icon/pressed/pink": "#cd44a7";
584
+ readonly "com/chips-button/theme/icon/color-icon/selected/neutral": "#505a5f";
585
+ readonly "com/chips-button/theme/icon/color-icon/selected/red": "#df3e3f";
586
+ readonly "com/chips-button/theme/icon/color-icon/selected/orange": "#cc5602";
587
+ readonly "com/chips-button/theme/icon/color-icon/selected/yellow": "#d58e00";
588
+ readonly "com/chips-button/theme/icon/color-icon/selected/lime": "#4b8c00";
589
+ readonly "com/chips-button/theme/icon/color-icon/selected/green": "#009559";
590
+ readonly "com/chips-button/theme/icon/color-icon/selected/ocean": "#00969d";
591
+ readonly "com/chips-button/theme/icon/color-icon/selected/blue": "#008ee1";
592
+ readonly "com/chips-button/theme/icon/color-icon/selected/indigo": "#4278f5";
593
+ readonly "com/chips-button/theme/icon/color-icon/selected/violet": "#a65dcf";
594
+ readonly "com/chips-button/theme/icon/color-icon/selected/pink": "#cd44a7";
595
+ readonly "com/chips-button/theme/label/color-text/default/neutral": "#505a5f";
596
+ readonly "com/chips-button/theme/label/color-text/default/red": "#a7051e";
597
+ readonly "com/chips-button/theme/label/color-text/default/orange": "#952900";
598
+ readonly "com/chips-button/theme/label/color-text/default/yellow": "#7a4300";
599
+ readonly "com/chips-button/theme/label/color-text/default/lime": "#2e5c00";
600
+ readonly "com/chips-button/theme/label/color-text/default/green": "#006535";
601
+ readonly "com/chips-button/theme/label/color-text/default/ocean": "#006782";
602
+ readonly "com/chips-button/theme/label/color-text/default/blue": "#005eac";
603
+ readonly "com/chips-button/theme/label/color-text/default/indigo": "#1e4eb5";
604
+ readonly "com/chips-button/theme/label/color-text/default/violet": "#8b269b";
605
+ readonly "com/chips-button/theme/label/color-text/default/pink": "#970978";
606
+ readonly "com/chips-button/theme/label/color-text/hover/neutral": "#505a5f";
607
+ readonly "com/chips-button/theme/label/color-text/hover/red": "#a7051e";
608
+ readonly "com/chips-button/theme/label/color-text/hover/orange": "#952900";
609
+ readonly "com/chips-button/theme/label/color-text/hover/yellow": "#7a4300";
610
+ readonly "com/chips-button/theme/label/color-text/hover/lime": "#2e5c00";
611
+ readonly "com/chips-button/theme/label/color-text/hover/green": "#006535";
612
+ readonly "com/chips-button/theme/label/color-text/hover/ocean": "#006782";
613
+ readonly "com/chips-button/theme/label/color-text/hover/blue": "#005eac";
614
+ readonly "com/chips-button/theme/label/color-text/hover/indigo": "#1e4eb5";
615
+ readonly "com/chips-button/theme/label/color-text/hover/violet": "#8b269b";
616
+ readonly "com/chips-button/theme/label/color-text/hover/pink": "#970978";
617
+ readonly "com/chips-button/theme/label/color-text/pressed/neutral": "#505a5f";
618
+ readonly "com/chips-button/theme/label/color-text/pressed/red": "#a7051e";
619
+ readonly "com/chips-button/theme/label/color-text/pressed/orange": "#952900";
620
+ readonly "com/chips-button/theme/label/color-text/pressed/yellow": "#7a4300";
621
+ readonly "com/chips-button/theme/label/color-text/pressed/lime": "#2e5c00";
622
+ readonly "com/chips-button/theme/label/color-text/pressed/green": "#006535";
623
+ readonly "com/chips-button/theme/label/color-text/pressed/ocean": "#006782";
624
+ readonly "com/chips-button/theme/label/color-text/pressed/blue": "#005eac";
625
+ readonly "com/chips-button/theme/label/color-text/pressed/indigo": "#1e4eb5";
626
+ readonly "com/chips-button/theme/label/color-text/pressed/violet": "#8b269b";
627
+ readonly "com/chips-button/theme/label/color-text/pressed/pink": "#970978";
628
+ readonly "com/chips-button/theme/label/color-text/selected/neutral": "#505a5f";
629
+ readonly "com/chips-button/theme/label/color-text/selected/red": "#a7051e";
630
+ readonly "com/chips-button/theme/label/color-text/selected/orange": "#952900";
631
+ readonly "com/chips-button/theme/label/color-text/selected/yellow": "#7a4300";
632
+ readonly "com/chips-button/theme/label/color-text/selected/lime": "#2e5c00";
633
+ readonly "com/chips-button/theme/label/color-text/selected/green": "#006535";
634
+ readonly "com/chips-button/theme/label/color-text/selected/ocean": "#006782";
635
+ readonly "com/chips-button/theme/label/color-text/selected/blue": "#005eac";
636
+ readonly "com/chips-button/theme/label/color-text/selected/indigo": "#1e4eb5";
637
+ readonly "com/chips-button/theme/label/color-text/selected/violet": "#8b269b";
638
+ readonly "com/chips-button/theme/label/color-text/selected/pink": "#970978";
639
+ readonly "com/chips-button/theme/color-stroke/default/neutral": "#0a2f4d22";
640
+ readonly "com/chips-button/theme/color-stroke/default/red": "#fbd3ce";
641
+ readonly "com/chips-button/theme/color-stroke/default/orange": "#ffd3b5";
642
+ readonly "com/chips-button/theme/color-stroke/default/yellow": "#fbd797";
643
+ readonly "com/chips-button/theme/color-stroke/default/lime": "#d0e59b";
644
+ readonly "com/chips-button/theme/color-stroke/default/green": "#b3e9cf";
645
+ readonly "com/chips-button/theme/color-stroke/default/ocean": "#b3e7e3";
646
+ readonly "com/chips-button/theme/color-stroke/default/blue": "#b9e4f6";
647
+ readonly "com/chips-button/theme/color-stroke/default/indigo": "#d1ddfb";
648
+ readonly "com/chips-button/theme/color-stroke/default/violet": "#e5d8f5";
649
+ readonly "com/chips-button/theme/color-stroke/default/pink": "#f5d3ec";
650
+ readonly "com/chips-button/theme/color-stroke/hover/neutral": "#0d2e433d";
651
+ readonly "com/chips-button/theme/color-stroke/hover/red": "#fd8b7f";
652
+ readonly "com/chips-button/theme/color-stroke/hover/orange": "#f4944c";
653
+ readonly "com/chips-button/theme/color-stroke/hover/yellow": "#e7a60f";
654
+ readonly "com/chips-button/theme/color-stroke/hover/lime": "#8eba1e";
655
+ readonly "com/chips-button/theme/color-stroke/hover/green": "#3bc392";
656
+ readonly "com/chips-button/theme/color-stroke/hover/ocean": "#0dc1c2";
657
+ readonly "com/chips-button/theme/color-stroke/hover/blue": "#51b9f0";
658
+ readonly "com/chips-button/theme/color-stroke/hover/indigo": "#4278f5";
659
+ readonly "com/chips-button/theme/color-stroke/hover/violet": "#cb9ce7";
660
+ readonly "com/chips-button/theme/color-stroke/hover/pink": "#ec8dd3";
661
+ readonly "com/chips-button/theme/color-stroke/pressed/neutral": "#0d2e433d";
662
+ readonly "com/chips-button/theme/color-stroke/pressed/red": "#fd8b7f";
663
+ readonly "com/chips-button/theme/color-stroke/pressed/orange": "#f4944c";
664
+ readonly "com/chips-button/theme/color-stroke/pressed/yellow": "#e7a60f";
665
+ readonly "com/chips-button/theme/color-stroke/pressed/lime": "#8eba1e";
666
+ readonly "com/chips-button/theme/color-stroke/pressed/green": "#3bc392";
667
+ readonly "com/chips-button/theme/color-stroke/pressed/ocean": "#0dc1c2";
668
+ readonly "com/chips-button/theme/color-stroke/pressed/blue": "#51b9f0";
669
+ readonly "com/chips-button/theme/color-stroke/pressed/indigo": "#4278f5";
670
+ readonly "com/chips-button/theme/color-stroke/pressed/violet": "#cb9ce7";
671
+ readonly "com/chips-button/theme/color-stroke/pressed/pink": "#ec8dd3";
672
+ readonly "com/chips-button/theme/color-stroke/selected/neutral": "#00152096";
673
+ readonly "com/chips-button/theme/color-stroke/selected/red": "#fd8b7f";
674
+ readonly "com/chips-button/theme/color-stroke/selected/orange": "#f4944c";
675
+ readonly "com/chips-button/theme/color-stroke/selected/yellow": "#e7a60f";
676
+ readonly "com/chips-button/theme/color-stroke/selected/lime": "#8eba1e";
677
+ readonly "com/chips-button/theme/color-stroke/selected/green": "#3bc392";
678
+ readonly "com/chips-button/theme/color-stroke/selected/ocean": "#0dc1c2";
679
+ readonly "com/chips-button/theme/color-stroke/selected/blue": "#51b9f0";
680
+ readonly "com/chips-button/theme/color-stroke/selected/indigo": "#4278f5";
681
+ readonly "com/chips-button/theme/color-stroke/selected/violet": "#cb9ce7";
682
+ readonly "com/chips-button/theme/color-stroke/selected/pink": "#ec8dd3";
683
+ readonly "com/chips-button/theme/background-color/default/neutral": "#e9edf1";
684
+ readonly "com/chips-button/theme/background-color/default/red": "#ffe9e5";
685
+ readonly "com/chips-button/theme/background-color/default/orange": "#feebe2";
686
+ readonly "com/chips-button/theme/background-color/default/yellow": "#fdebd0";
687
+ readonly "com/chips-button/theme/background-color/default/lime": "#e9f6c9";
688
+ readonly "com/chips-button/theme/background-color/default/green": "#dbf6e8";
689
+ readonly "com/chips-button/theme/background-color/default/ocean": "#daf5f4";
690
+ readonly "com/chips-button/theme/background-color/default/blue": "#eaf6fa";
691
+ readonly "com/chips-button/theme/background-color/default/indigo": "#e7eeff";
692
+ readonly "com/chips-button/theme/background-color/default/violet": "#f1ecfa";
693
+ readonly "com/chips-button/theme/background-color/default/pink": "#fce8f7";
694
+ readonly "com/chips-button/theme/background-color/hover/neutral": "#f8f9fb";
695
+ readonly "com/chips-button/theme/background-color/hover/red": "#ffefec";
696
+ readonly "com/chips-button/theme/background-color/hover/orange": "#fff0e8";
697
+ readonly "com/chips-button/theme/background-color/hover/yellow": "#fbf2e3";
698
+ readonly "com/chips-button/theme/background-color/hover/lime": "#f0f6e3";
699
+ readonly "com/chips-button/theme/background-color/hover/green": "#e7f7ef";
700
+ readonly "com/chips-button/theme/background-color/hover/ocean": "#e2f8fa";
701
+ readonly "com/chips-button/theme/background-color/hover/blue": "#e8f4f9";
702
+ readonly "com/chips-button/theme/background-color/hover/indigo": "#edf3fb";
703
+ readonly "com/chips-button/theme/background-color/hover/violet": "#f5f0fc";
704
+ readonly "com/chips-button/theme/background-color/hover/pink": "#ffeffb";
705
+ readonly "com/chips-button/theme/background-color/pressed/neutral": "#dee3e7";
706
+ readonly "com/chips-button/theme/background-color/pressed/red": "#ffe9e5";
707
+ readonly "com/chips-button/theme/background-color/pressed/orange": "#feebe2";
708
+ readonly "com/chips-button/theme/background-color/pressed/yellow": "#fdebd0";
709
+ readonly "com/chips-button/theme/background-color/pressed/lime": "#e9f6c9";
710
+ readonly "com/chips-button/theme/background-color/pressed/green": "#dbf6e8";
711
+ readonly "com/chips-button/theme/background-color/pressed/ocean": "#daf5f4";
712
+ readonly "com/chips-button/theme/background-color/pressed/blue": "#eaf6fa";
713
+ readonly "com/chips-button/theme/background-color/pressed/indigo": "#e7eeff";
714
+ readonly "com/chips-button/theme/background-color/pressed/violet": "#f1ecfa";
715
+ readonly "com/chips-button/theme/background-color/pressed/pink": "#fce8f7";
716
+ readonly "com/chips-button/theme/background-color/selected/neutral": "#ffffff";
717
+ readonly "com/chips-button/theme/background-color/selected/red": "#ffffff";
718
+ readonly "com/chips-button/theme/background-color/selected/orange": "#ffffff";
719
+ readonly "com/chips-button/theme/background-color/selected/yellow": "#ffffff";
720
+ readonly "com/chips-button/theme/background-color/selected/lime": "#ffffff";
721
+ readonly "com/chips-button/theme/background-color/selected/green": "#ffffff";
722
+ readonly "com/chips-button/theme/background-color/selected/ocean": "#ffffff";
723
+ readonly "com/chips-button/theme/background-color/selected/blue": "#ffffff";
724
+ readonly "com/chips-button/theme/background-color/selected/indigo": "#ffffff";
725
+ readonly "com/chips-button/theme/background-color/selected/violet": "#ffffff";
726
+ readonly "com/chips-button/theme/background-color/selected/pink": "#ffffff";
506
727
  readonly "com/chips-button/disable/color-text": "#c5cdd2";
507
728
  readonly "com/chips-button/disable/color-icon": "#c5cdd2";
508
729
  readonly "com/chips-button/disable/background-color": "#e9edf1";
509
730
  readonly "com/chips-button/disable/color-stroke": "#02305e16";
510
- readonly "com/divider/horizontal-padding/2xl": "36px";
511
- readonly "com/divider/horizontal-padding/xl": "24px";
512
- readonly "com/divider/horizontal-padding/lg": "20px";
513
- readonly "com/divider/horizontal-padding/md": "16px";
514
- readonly "com/divider/horizontal-padding/sm": "12px";
515
- readonly "com/divider/horizontal-padding/xs": "8px";
516
- readonly "com/divider/horizontal-padding/2xs": "4px";
517
- readonly "com/divider/horizontal-padding/tiny": "2px";
518
- readonly "com/divider/horizontal-padding/null": "0px";
519
- readonly "com/divider/vertical-padding/2xl": "36px";
520
- readonly "com/divider/vertical-padding/xl": "24px";
521
- readonly "com/divider/vertical-padding/lg": "20px";
522
- readonly "com/divider/vertical-padding/md": "16px";
523
- readonly "com/divider/vertical-padding/sm": "12px";
524
- readonly "com/divider/vertical-padding/xs": "8px";
525
- readonly "com/divider/vertical-padding/2xs": "4px";
526
- readonly "com/divider/vertical-padding/tiny": "2px";
527
- readonly "com/divider/vertical-padding/null": "0px";
731
+ readonly "com/combo-box/selected-data/horizontal-gap": "8px";
732
+ readonly "com/combo-box/selected-data/top-padding": "2px";
733
+ readonly "com/divider/side-offset/2xl": "36px";
734
+ readonly "com/divider/side-offset/xl": "24px";
735
+ readonly "com/divider/side-offset/lg": "20px";
736
+ readonly "com/divider/side-offset/md": "16px";
737
+ readonly "com/divider/side-offset/sm": "12px";
738
+ readonly "com/divider/side-offset/xs": "8px";
739
+ readonly "com/divider/side-offset/2xs": "4px";
740
+ readonly "com/divider/side-offset/tiny": "2px";
741
+ readonly "com/divider/side-offset/null": "0px";
742
+ readonly "com/divider/headpoint-offset/2xl": "36px";
743
+ readonly "com/divider/headpoint-offset/xl": "24px";
744
+ readonly "com/divider/headpoint-offset/lg": "20px";
745
+ readonly "com/divider/headpoint-offset/md": "16px";
746
+ readonly "com/divider/headpoint-offset/sm": "12px";
747
+ readonly "com/divider/headpoint-offset/xs": "8px";
748
+ readonly "com/divider/headpoint-offset/2xs": "4px";
749
+ readonly "com/divider/headpoint-offset/tiny": "2px";
750
+ readonly "com/divider/headpoint-offset/null": "0px";
528
751
  readonly "com/drawer/top-left-conner-radius": "20px";
529
752
  readonly "com/drawer/border/color-stroke": "#0a2f4d22";
530
753
  readonly "com/drawer/border/stroke-width": "1px";
@@ -590,9 +813,7 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
590
813
  readonly "com/input/label/horizontal-gap": "2px";
591
814
  readonly "com/input/label/label/color-text": "#1e2225";
592
815
  readonly "com/input/label/required-mark/color-text": "#cf0026";
593
- readonly "com/input/label/label_2/color-text": "#1e2225";
594
- readonly "com/input/label/required-mark_2/color-text": "#cf0026";
595
- readonly "com/input/hint/top-padding": "4px";
816
+ readonly "com/input/hint/top-padding": "0px";
596
817
  readonly "com/input/hint/neutral/icon/color-icon": "#a3aeb5";
597
818
  readonly "com/input/hint/neutral/label/color-text": "#505a5f";
598
819
  readonly "com/input/hint/negative/icon/color-icon": "#ff897c";
@@ -677,6 +898,13 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
677
898
  readonly "com/input/suffix/icon/color-icon": "#505a5f";
678
899
  readonly "com/input/suffix/divider/color-stroke": "#0a2f4d22";
679
900
  readonly "com/input/suffix/divider/stroke-width": "1px";
901
+ readonly "com/input/prefix/right-padding": "8px";
902
+ readonly "com/input/prefix/left-padding": "4px";
903
+ readonly "com/input/prefix/horizontal-gap": "4px";
904
+ readonly "com/input/prefix/label/color-text": "#505a5f";
905
+ readonly "com/input/prefix/icon/color-icon": "#505a5f";
906
+ readonly "com/input/prefix/divider/color-stroke": "#0a2f4d22";
907
+ readonly "com/input/prefix/divider/stroke-width": "1px";
680
908
  readonly "com/input/dropdown/horizontal-padding": "8px";
681
909
  readonly "com/input/dropdown/horizontal-gap": "4px";
682
910
  readonly "com/input/dropdown/label/color-text/default": "#505a5f";
@@ -695,7 +923,6 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
695
923
  readonly "com/input/resize-handle/resize": "#1e2225";
696
924
  readonly "com/input/resize-handle/disable": "#c5cdd2";
697
925
  readonly "com/input/scrollbar/vertical-padding": "2px";
698
- readonly "com/input/vertical-gap_2": "4px";
699
926
  readonly "com/link/size-xs/size-icon": "16px";
700
927
  readonly "com/link/size-xs/horizontal-gap": "4px";
701
928
  readonly "com/link/size-sm/size-icon": "16px";
@@ -791,6 +1018,7 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
791
1018
  readonly "com/menu/item/disable/background/background-color": "#ffffff00";
792
1019
  readonly "com/navigation/background-color": "#ffffff";
793
1020
  readonly "com/navigation/corner-radius": "28px";
1021
+ readonly "com/navigation/width": "280px";
794
1022
  readonly "com/navigation/title/expand/horizontal-gap": "8px";
795
1023
  readonly "com/navigation/title/expand/horizontal-padding": "12px";
796
1024
  readonly "com/navigation/title/expand/top-padding": "2px";
@@ -849,6 +1077,48 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
849
1077
  readonly "com/navigation/compact-items/background-color/default": "#ffffff00";
850
1078
  readonly "com/navigation/compact-items/background-color/hover": "#02305e16";
851
1079
  readonly "com/navigation/compact-items/background-color/active": "#f5f8fc";
1080
+ readonly "com/notification/horizontal-padding": "16px";
1081
+ readonly "com/notification/vertical-padding": "16px";
1082
+ readonly "com/notification/horizontal-gap": "12px";
1083
+ readonly "com/notification/vertical-gap": "12px";
1084
+ readonly "com/notification/stroke-width": "1px";
1085
+ readonly "com/notification/corner-radius": "12px";
1086
+ readonly "com/notification/width": "420px";
1087
+ readonly "com/notification/image/width": "140px";
1088
+ readonly "com/notification/image/stroke-width": "1px";
1089
+ readonly "com/notification/image/color-stroke": "#0a2f4d22";
1090
+ readonly "com/notification/title-n-content/vertical-gap": "4px";
1091
+ readonly "com/notification/title-n-content/sub-spacing": "4px";
1092
+ readonly "com/notification/action/horizontal-gap": "16px";
1093
+ readonly "com/notification/icon/size-icon": "20px";
1094
+ readonly "com/notification/theme/label/color-text/default": "#1e2225";
1095
+ readonly "com/notification/theme/label/color-text/info": "#1e2225";
1096
+ readonly "com/notification/theme/label/color-text/positive": "#1e2225";
1097
+ readonly "com/notification/theme/label/color-text/caution": "#1e2225";
1098
+ readonly "com/notification/theme/label/color-text/negative": "#1e2225";
1099
+ readonly "com/notification/theme/description/color-text/default": "#505a5f";
1100
+ readonly "com/notification/theme/description/color-text/info": "#505a5f";
1101
+ readonly "com/notification/theme/description/color-text/positive": "#505a5f";
1102
+ readonly "com/notification/theme/description/color-text/caution": "#505a5f";
1103
+ readonly "com/notification/theme/description/color-text/negative": "#505a5f";
1104
+ readonly "com/notification/theme/border/color-stroke/default": "#0d2e433d";
1105
+ readonly "com/notification/theme/border/color-stroke/hover": "#00152096";
1106
+ readonly "com/notification/theme/border/color-stroke/pressed": "#00152096";
1107
+ readonly "com/notification/theme/status-line/background-color/default": "#828f96";
1108
+ readonly "com/notification/theme/status-line/background-color/info": "#0083f0";
1109
+ readonly "com/notification/theme/status-line/background-color/positive": "#00914a";
1110
+ readonly "com/notification/theme/status-line/background-color/caution": "#bc6300";
1111
+ readonly "com/notification/theme/status-line/background-color/negative": "#d8473c";
1112
+ readonly "com/notification/theme/featured-icon/default": "Neutral";
1113
+ readonly "com/notification/theme/featured-icon/info": "Info";
1114
+ readonly "com/notification/theme/featured-icon/positive": "Positive";
1115
+ readonly "com/notification/theme/featured-icon/caution": "Caution";
1116
+ readonly "com/notification/theme/featured-icon/negative": "Negative";
1117
+ readonly "com/notification/theme/background-color/default": "#ffffff";
1118
+ readonly "com/notification/theme/background-color/info": "#ffffff";
1119
+ readonly "com/notification/theme/background-color/positive": "#ffffff";
1120
+ readonly "com/notification/theme/background-color/caution": "#ffffff";
1121
+ readonly "com/notification/theme/background-color/negative": "#ffffff";
852
1122
  readonly "com/overlay/background": "#00152096";
853
1123
  readonly "com/pagination/background-color": "#ffffff";
854
1124
  readonly "com/pagination/vertical-padding": "16px";
@@ -980,12 +1250,20 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
980
1250
  readonly "com/segmented/item/active-surface/stroke-width": "1px";
981
1251
  readonly "com/segmented/item/active-surface/size-xs/horizontal-padding": "4px";
982
1252
  readonly "com/segmented/item/active-surface/size-xs/corner-radius": "4px";
1253
+ readonly "com/segmented/item/active-surface/size-xs/height": "18px";
1254
+ readonly "com/segmented/item/active-surface/size-xs/min-width": "40px";
983
1255
  readonly "com/segmented/item/active-surface/size-sm/horizontal-padding": "4px";
984
1256
  readonly "com/segmented/item/active-surface/size-sm/corner-radius": "4px";
1257
+ readonly "com/segmented/item/active-surface/size-sm/height": "22px";
1258
+ readonly "com/segmented/item/active-surface/size-sm/min-width": "46px";
985
1259
  readonly "com/segmented/item/active-surface/size-md/horizontal-padding": "8px";
986
1260
  readonly "com/segmented/item/active-surface/size-md/corner-radius": "6px";
1261
+ readonly "com/segmented/item/active-surface/size-md/height": "28px";
1262
+ readonly "com/segmented/item/active-surface/size-md/min-width": "52px";
987
1263
  readonly "com/segmented/item/active-surface/size-lg/horizontal-padding": "8px";
988
1264
  readonly "com/segmented/item/active-surface/size-lg/corner-radius": "8px";
1265
+ readonly "com/segmented/item/active-surface/size-lg/height": "36px";
1266
+ readonly "com/segmented/item/active-surface/size-lg/min-width": "60px";
989
1267
  readonly "com/segmented/item/height/size-xs": "24px";
990
1268
  readonly "com/segmented/item/height/size-sm": "28px";
991
1269
  readonly "com/segmented/item/height/size-md": "36px";
@@ -1331,6 +1609,40 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
1331
1609
  readonly "com/tabs/item/with-label/size-lg/color-icon/hover": "#343d41";
1332
1610
  readonly "com/tabs/item/with-label/size-lg/color-icon/pressed": "#343d41";
1333
1611
  readonly "com/tabs/item/with-label/size-lg/color-icon/actived": "#2f3cc1";
1612
+ readonly "com/toast/right-padding": "8px";
1613
+ readonly "com/toast/left-padding": "12px";
1614
+ readonly "com/toast/vertical-padding": "8px";
1615
+ readonly "com/toast/horizontal-gap": "8px";
1616
+ readonly "com/toast/theme/icon/left-padding": "2px";
1617
+ readonly "com/toast/theme/icon/color-icon/neutral": "#505a5f";
1618
+ readonly "com/toast/theme/icon/color-icon/info": "#0083f0";
1619
+ readonly "com/toast/theme/icon/color-icon/positive": "#00914a";
1620
+ readonly "com/toast/theme/icon/color-icon/caution": "#bc6300";
1621
+ readonly "com/toast/theme/icon/color-icon/negative": "#d8473c";
1622
+ readonly "com/toast/theme/label/vertical-padding": "4px";
1623
+ readonly "com/toast/theme/label/vertical-gap": "4px";
1624
+ readonly "com/toast/theme/label/color-text/neutral": "#1e2225";
1625
+ readonly "com/toast/theme/label/color-text/info": "#002c6c";
1626
+ readonly "com/toast/theme/label/color-text/positive": "#003910";
1627
+ readonly "com/toast/theme/label/color-text/caution": "#4e1f00";
1628
+ readonly "com/toast/theme/label/color-text/negative": "#5f0500";
1629
+ readonly "com/toast/theme/divider/color-stroke/neutral": "#0d2e433d";
1630
+ readonly "com/toast/theme/divider/color-stroke/info": "#c1e2fc";
1631
+ readonly "com/toast/theme/divider/color-stroke/positive": "#c0e6ce";
1632
+ readonly "com/toast/theme/divider/color-stroke/caution": "#f8dbab";
1633
+ readonly "com/toast/theme/divider/color-stroke/negative": "#fdd3cd";
1634
+ readonly "com/toast/theme/border/stroke-width": "1px";
1635
+ readonly "com/toast/theme/border/color-stroke/neutral": "#0d2e433d";
1636
+ readonly "com/toast/theme/border/color-stroke/info": "#3d9cfb";
1637
+ readonly "com/toast/theme/border/color-stroke/positive": "#00aa67";
1638
+ readonly "com/toast/theme/border/color-stroke/caution": "#da841a";
1639
+ readonly "com/toast/theme/border/color-stroke/negative": "#f2685b";
1640
+ readonly "com/toast/theme/background-color/neutral": "#dee3e7";
1641
+ readonly "com/toast/theme/background-color/info": "#def1fd";
1642
+ readonly "com/toast/theme/background-color/positive": "#eaf7ee";
1643
+ readonly "com/toast/theme/background-color/caution": "#fcf4e0";
1644
+ readonly "com/toast/theme/background-color/negative": "#feeeed";
1645
+ readonly "com/toast/corner-radius": "8px";
1334
1646
  readonly "com/tooltip/size-md/horizontal-padding": "12px";
1335
1647
  readonly "com/tooltip/size-md/vertical-padding": "8px";
1336
1648
  readonly "com/tooltip/size-md/corner-radius": "8px";
@@ -1350,20 +1662,41 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
1350
1662
  readonly "com/tooltip/size-lg/theme-white/background-color": "#ffffff";
1351
1663
  readonly "com/tooltip/size-lg/theme-white/label/color-text": "#1e2225";
1352
1664
  readonly "com/tooltip/size-lg/theme-white/description/color-text": "#505a5f";
1665
+ readonly "com/topbar/left-items/menu/items/horizontal-gap": "4px";
1666
+ readonly "com/topbar/left-items/menu/items/horizontal-padding": "8px";
1667
+ readonly "com/topbar/left-items/menu/items/vertical-padding": "8px";
1668
+ readonly "com/topbar/left-items/menu/items/corner-radius": "6px";
1669
+ readonly "com/topbar/left-items/menu/items/background-color/default": "#ffffff00";
1670
+ readonly "com/topbar/left-items/menu/items/background-color/hover": "#02305e16";
1671
+ readonly "com/topbar/left-items/menu/items/background-color/pressed": "#0a2f4d22";
1672
+ readonly "com/topbar/left-items/menu/items/background-color/active": "#00375b0e";
1673
+ readonly "com/topbar/left-items/menu/items/label/color-text/default": "#828f96";
1674
+ readonly "com/topbar/left-items/menu/items/label/color-text/hover": "#505a5f";
1675
+ readonly "com/topbar/left-items/menu/items/label/color-text/pressed": "#505a5f";
1676
+ readonly "com/topbar/left-items/menu/items/label/color-text/active": "#1e2225";
1677
+ readonly "com/topbar/left-items/menu/items/icon/color-icon/default": "#a3aeb5";
1678
+ readonly "com/topbar/left-items/menu/items/icon/color-icon/hover": "#505a5f";
1679
+ readonly "com/topbar/left-items/menu/items/icon/color-icon/pressed": "#505a5f";
1680
+ readonly "com/topbar/left-items/menu/items/icon/color-icon/active": "#505a5f";
1681
+ readonly "com/topbar/left-items/menu/horizontal-gap": "8px";
1682
+ readonly "com/topbar/left-items/left-bar-collapse/horizontal-gap": "12px";
1683
+ readonly "com/topbar/left-items/left-bar-expand/horizontal-gap": "0px";
1684
+ readonly "com/topbar/left-items/logo/horizontal-gap": "20px";
1685
+ readonly "com/topbar/left-items/logo/horizontal-padding": "8px";
1686
+ readonly "com/topbar/left-items/logo/width": "280px";
1687
+ readonly "com/topbar/left-items/logo/height": "28px";
1353
1688
  readonly "com/topbar/background-color": "#ffffff";
1354
1689
  readonly "com/topbar/left-padding": "16px";
1355
1690
  readonly "com/topbar/right-padding": "20px";
1356
1691
  readonly "com/topbar/vertical-padding": "12px";
1357
- readonly "com/topbar/left-items/horizontal-gap": "20px";
1358
- readonly "com/topbar/left-items/horizontal-padding": "8px";
1359
- readonly "com/topbar/left-items/vertical-padding": "16px";
1692
+ readonly "com/topbar/height": "56px";
1360
1693
  readonly "com/topbar/right-items/horizontal-gap": "4px";
1361
1694
  readonly "com/topbar/right-items/user-profile/horizontal-padding": "4px";
1362
1695
  readonly "com/topbar/right-items/user-profile/horizontal-gap": "8px";
1363
1696
  readonly "com/topbar/right-items/user-profile/vertical-padding": "4px";
1364
1697
  readonly "com/topbar/right-items/user-profile/corner-radius": "6px";
1365
- readonly "com/topbar/right-items/user-profile/label/color-text": "#505a5f";
1366
1698
  readonly "com/topbar/right-items/user-profile/icon/color-icon": "#505a5f";
1699
+ readonly "com/topbar/right-items/user-profile/label/color-text": "#505a5f";
1367
1700
  readonly "com/typing-cursor/default": "#2a30a0";
1368
1701
  readonly "com/typing-cursor/negative": "#a80a12";
1369
1702
  readonly "com/icon/size/from-28/stroke-width": "2px";
@@ -1743,6 +2076,22 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
1743
2076
  readonly "pri/dimension/spacing/sp13": "84px";
1744
2077
  readonly "pri/dimension/spacing/sp14": "104px";
1745
2078
  readonly "pri/dimension/spacing/sp15": "132px";
2079
+ readonly "pri/dimension/spacing/negative/sp0": "-1px";
2080
+ readonly "pri/dimension/spacing/negative/sp1": "-2px";
2081
+ readonly "pri/dimension/spacing/negative/sp2": "-4px";
2082
+ readonly "pri/dimension/spacing/negative/sp3": "-8px";
2083
+ readonly "pri/dimension/spacing/negative/sp4": "-12px";
2084
+ readonly "pri/dimension/spacing/negative/sp5": "-16px";
2085
+ readonly "pri/dimension/spacing/negative/sp6": "-20px";
2086
+ readonly "pri/dimension/spacing/negative/sp7": "-24px";
2087
+ readonly "pri/dimension/spacing/negative/sp8": "-28px";
2088
+ readonly "pri/dimension/spacing/negative/sp9": "-36px";
2089
+ readonly "pri/dimension/spacing/negative/sp10": "-44px";
2090
+ readonly "pri/dimension/spacing/negative/sp11": "-56px";
2091
+ readonly "pri/dimension/spacing/negative/sp12": "-68px";
2092
+ readonly "pri/dimension/spacing/negative/sp13": "-84px";
2093
+ readonly "pri/dimension/spacing/negative/sp14": "-104px";
2094
+ readonly "pri/dimension/spacing/negative/sp15": "-132px";
1746
2095
  readonly "pri/dimension/radius/r0": "0px";
1747
2096
  readonly "pri/dimension/radius/r1": "2px";
1748
2097
  readonly "pri/dimension/radius/r2": "4px";
@@ -2463,6 +2812,14 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
2463
2812
  readonly "sem/dimension/padding/2xs": "4px";
2464
2813
  readonly "sem/dimension/padding/tiny": "2px";
2465
2814
  readonly "sem/dimension/padding/null": "0px";
2815
+ readonly "sem/dimension/padding/negative/2xl": "-36px";
2816
+ readonly "sem/dimension/padding/negative/xl": "-24px";
2817
+ readonly "sem/dimension/padding/negative/lg": "-20px";
2818
+ readonly "sem/dimension/padding/negative/md": "-16px";
2819
+ readonly "sem/dimension/padding/negative/sm": "-12px";
2820
+ readonly "sem/dimension/padding/negative/xs": "-8px";
2821
+ readonly "sem/dimension/padding/negative/2xs": "-4px";
2822
+ readonly "sem/dimension/padding/negative/tiny": "-2px";
2466
2823
  readonly "sem/dimension/gap/2xl": "24px";
2467
2824
  readonly "sem/dimension/gap/xl": "20px";
2468
2825
  readonly "sem/dimension/gap/lg": "16px";
@@ -2471,6 +2828,13 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
2471
2828
  readonly "sem/dimension/gap/xs": "4px";
2472
2829
  readonly "sem/dimension/gap/2xs": "2px";
2473
2830
  readonly "sem/dimension/gap/null": "0px";
2831
+ readonly "sem/dimension/gap/negative/2xl": "-24px";
2832
+ readonly "sem/dimension/gap/negative/xl": "-20px";
2833
+ readonly "sem/dimension/gap/negative/lg": "-16px";
2834
+ readonly "sem/dimension/gap/negative/md": "-12px";
2835
+ readonly "sem/dimension/gap/negative/sm": "-8px";
2836
+ readonly "sem/dimension/gap/negative/xs": "-4px";
2837
+ readonly "sem/dimension/gap/negative/2xs": "-2px";
2474
2838
  readonly "sem/dimension/stroke-width/divider/xl": "4px";
2475
2839
  readonly "sem/dimension/stroke-width/divider/lg": "2px";
2476
2840
  readonly "sem/dimension/stroke-width/divider/md": "1px";
@@ -2491,12 +2855,14 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
2491
2855
  readonly "sem/dimension/radius/container/md": "20px";
2492
2856
  readonly "sem/dimension/radius/container/sm": "12px";
2493
2857
  readonly "sem/dimension/radius/container/xs": "8px";
2858
+ readonly "sem/dimension/size/icon/2xl": "44px";
2494
2859
  readonly "sem/dimension/size/icon/xl": "36px";
2495
2860
  readonly "sem/dimension/size/icon/lg": "28px";
2496
2861
  readonly "sem/dimension/size/icon/md": "24px";
2497
2862
  readonly "sem/dimension/size/icon/sm": "20px";
2498
2863
  readonly "sem/dimension/size/icon/xs": "16px";
2499
2864
  readonly "sem/dimension/size/icon/2xs": "12px";
2865
+ readonly "sem/dimension/size/component/2xl": "84px";
2500
2866
  readonly "sem/dimension/size/component/xl": "68px";
2501
2867
  readonly "sem/dimension/size/component/lg": "56px";
2502
2868
  readonly "sem/dimension/size/component/md": "44px";
@@ -2532,9 +2898,9 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
2532
2898
  readonly "page/details-container/form-view/list/section/content/left-padding": "24px";
2533
2899
  readonly "page/details-container/form-view/list/section/content/right-padding": "24px";
2534
2900
  readonly "page/details-container/form-view/list/section/content/min-width": "600px";
2901
+ readonly "page/details-container/form-view/list/section/content/background-color": "#ffffff";
2535
2902
  readonly "page/details-container/form-view/list/section/content/data-slot/max-width": "760px";
2536
2903
  readonly "page/details-container/form-view/list/section/content/data-slot/vertical-gap": "20px";
2537
- readonly "page/details-container/form-view/list/section/content/background-color": "#ffffff";
2538
2904
  readonly "page/details-container/form-view/list/section/content/stroke-color": "#0a2f4d22";
2539
2905
  readonly "page/details-container/form-view/list/section/content/border-radius": "12px";
2540
2906
  readonly "page/details-container/form-view/list/section/content/stroke-width/top-border": "1px";
@@ -2611,6 +2977,13 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
2611
2977
  readonly "page/body/background-color": "#f5f8fc";
2612
2978
  readonly "page/popup/body/vertical_gap": "20px";
2613
2979
  readonly "page/drawer/body/vertical_gap": "20px";
2980
+ readonly Boolean: true;
2981
+ readonly "Flowkit/Purple": "#7b61ff";
2982
+ readonly "Flowkit/Charcoal": "#222222";
2983
+ readonly "Flowkit/Red": "#fc5555";
2984
+ readonly "Flowkit/Green": "#29cc6a";
2985
+ readonly "Flowkit/Blue": "#0099ff";
2986
+ readonly "Flowkit/White": "#ffffff";
2614
2987
  readonly "_In-Focus": "0px 0px 0px 4px #000000, 0px 0px 0px 2px #ffffff";
2615
2988
  readonly "Elevation/Level-1": "0px 2px 4px -2px #02305e16, 0px 2px 6px -1px #00375b0e";
2616
2989
  readonly "Elevation/Level-2": "0px 3px 6px -2px #02305e16, 0px 12px 16px -8px #02305e16";