fis-component 0.0.24 → 0.0.26

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 +6339 -1906
  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 +6336 -1908
  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 +596 -98
  102. package/package.json +5 -3
@@ -1,4 +1,46 @@
1
1
  declare const _default: {
2
+ readonly "com/accordion/head/size-md/icon-wrap/height": "24px";
3
+ readonly "com/accordion/head/size-md/icon/size": "20px";
4
+ readonly "com/accordion/head/size-md/border-radius": "6px";
5
+ readonly "com/accordion/head/size-md/horizontal-gap": "8px";
6
+ readonly "com/accordion/head/size-md/horizontal-padding": "4px";
7
+ readonly "com/accordion/head/size-md/vertical-padding": "12px";
8
+ readonly "com/accordion/head/size-md/margin": "-4px";
9
+ readonly "com/accordion/head/size-md/divider/color-stroke": "#02305e16";
10
+ readonly "com/accordion/head/size-sm/icon-wrap/height": "20px";
11
+ readonly "com/accordion/head/size-sm/icon/size": "16px";
12
+ readonly "com/accordion/head/size-sm/border-radius": "4px";
13
+ readonly "com/accordion/head/size-sm/horizontal-gap": "8px";
14
+ readonly "com/accordion/head/size-sm/horizontal-padding": "4px";
15
+ readonly "com/accordion/head/size-sm/vertical-padding": "8px";
16
+ readonly "com/accordion/head/size-sm/margin": "-4px";
17
+ readonly "com/accordion/head/size-sm/divider/color-stroke": "#02305e16";
18
+ readonly "com/accordion/head/size-lg/icon-wrap/height": "28px";
19
+ readonly "com/accordion/head/size-lg/icon/size": "24px";
20
+ readonly "com/accordion/head/size-lg/divider/color-stroke": "#0a2f4d22";
21
+ readonly "com/accordion/head/size-lg/corner-radius": "6px";
22
+ readonly "com/accordion/head/size-lg/horizontal-gap": "8px";
23
+ readonly "com/accordion/head/size-lg/horizontal-padding": "4px";
24
+ readonly "com/accordion/head/size-lg/vertical-padding": "16px";
25
+ readonly "com/accordion/head/size-lg/margin": "-4px";
26
+ readonly "com/accordion/head/icon/color-icon/default": "#505a5f";
27
+ readonly "com/accordion/head/icon/color-icon/hover": "#343d41";
28
+ readonly "com/accordion/head/icon/color-icon/disable": "#c5cdd2";
29
+ readonly "com/accordion/head/label/color-text/default": "#505a5f";
30
+ readonly "com/accordion/head/label/color-text/hover": "#1e2225";
31
+ readonly "com/accordion/head/label/color-text/disable": "#c5cdd2";
32
+ readonly "com/accordion/head/background-color/default": "#ffffff00";
33
+ readonly "com/accordion/head/background-color/hover": "#02305e16";
34
+ readonly "com/accordion/head/background-color/disable": "#ffffff00";
35
+ readonly "com/accordion/body/size-sm/top-padding": "8px";
36
+ readonly "com/accordion/body/size-sm/left-padding": "0px";
37
+ readonly "com/accordion/body/size-sm/right-padding": "0px";
38
+ readonly "com/accordion/body/size-md/top-padding": "12px";
39
+ readonly "com/accordion/body/size-md/left-padding": "0px";
40
+ readonly "com/accordion/body/size-md/right-padding": "0px";
41
+ readonly "com/accordion/body/size-lg/top-padding": "12px";
42
+ readonly "com/accordion/body/size-lg/left-padding": "0px";
43
+ readonly "com/accordion/body/size-lg/right-padding": "0px";
2
44
  readonly "com/avatar/corner-radius-rounded": "9999px";
3
45
  readonly "com/avatar/size-2xs/height": "16px";
4
46
  readonly "com/avatar/size-2xs/width": "16px";
@@ -34,12 +76,12 @@ declare const _default: {
34
76
  readonly "com/avatar/theme/icon/color-icon/red": "#df3e3f";
35
77
  readonly "com/avatar/theme/icon/color-icon/orange": "#cc5602";
36
78
  readonly "com/avatar/theme/icon/color-icon/yellow": "#d58e00";
79
+ readonly "com/avatar/theme/icon/color-icon/ocean": "#00969d";
37
80
  readonly "com/avatar/theme/icon/color-icon/green": "#009559";
38
81
  readonly "com/avatar/theme/icon/color-icon/lime": "#4b8c00";
39
- readonly "com/avatar/theme/icon/color-icon/ocean": "#00969d";
40
- readonly "com/avatar/theme/icon/color-icon/pink": "#cd44a7";
41
82
  readonly "com/avatar/theme/icon/color-icon/blue": "#008ee1";
42
83
  readonly "com/avatar/theme/icon/color-icon/indigo": "#4278f5";
84
+ readonly "com/avatar/theme/icon/color-icon/pink": "#cd44a7";
43
85
  readonly "com/avatar/theme/icon/color-icon/violet": "#a65dcf";
44
86
  readonly "com/avatar/theme/label/color-text/neutral": "#828f96";
45
87
  readonly "com/avatar/theme/label/color-text/red": "#df3e3f";
@@ -83,11 +125,55 @@ declare const _default: {
83
125
  readonly "com/avatar/status-badge/size-sm/stroke-width": "1.3px";
84
126
  readonly "com/avatar/status-badge/size-md/stroke-width": "2px";
85
127
  readonly "com/avatar/status-badge/size-lg/stroke-width": "2px";
86
- readonly "com/avatar/status-badge/theme/green": "#00b077";
87
128
  readonly "com/avatar/status-badge/theme/red": "#f5685f";
129
+ readonly "com/avatar/status-badge/theme/green": "#00b077";
88
130
  readonly "com/avatar/status-badge/theme/yellow": "#d58e00";
89
131
  readonly "com/avatar/status-badge/theme/blue": "#00a6e5";
90
132
  readonly "com/avatar/status-badge/theme/neutral": "#dee3e7";
133
+ readonly "com/alert-banner/right-padding": "12px";
134
+ readonly "com/alert-banner/left-padding": "16px";
135
+ readonly "com/alert-banner/top-padding": "16px";
136
+ readonly "com/alert-banner/bottom-padding": "12px";
137
+ readonly "com/alert-banner/bottom-padding-inline": "16px";
138
+ readonly "com/alert-banner/horizontal-gap": "12px";
139
+ readonly "com/alert-banner/stroke-width": "1px";
140
+ readonly "com/alert-banner/label/horizonal-gap": "12px";
141
+ readonly "com/alert-banner/label/vertical-gap": "4px";
142
+ readonly "com/alert-banner/icon-wrap/height": "20px";
143
+ readonly "com/alert-banner/close-wrap/margin": "-4px";
144
+ readonly "com/alert-banner/icon/left-padding": "4px";
145
+ readonly "com/alert-banner/icon/size-icon": "20px";
146
+ readonly "com/alert-banner/action/horizontal-gap": "16px";
147
+ readonly "com/alert-banner/theme/icon/color-icon/neutral": "#505a5f";
148
+ readonly "com/alert-banner/theme/icon/color-icon/info": "#0083f0";
149
+ readonly "com/alert-banner/theme/icon/color-icon/positive": "#00914a";
150
+ readonly "com/alert-banner/theme/icon/color-icon/caution": "#bc6300";
151
+ readonly "com/alert-banner/theme/icon/color-icon/negative": "#d8473c";
152
+ readonly "com/alert-banner/theme/title/color-text/neutral": "#1e2225";
153
+ readonly "com/alert-banner/theme/title/color-text/info": "#1e2225";
154
+ readonly "com/alert-banner/theme/title/color-text/negative": "#1e2225";
155
+ readonly "com/alert-banner/theme/title/color-text/positive": "#1e2225";
156
+ readonly "com/alert-banner/theme/title/color-text/caution": "#1e2225";
157
+ readonly "com/alert-banner/theme/description/color-text/neutral": "#505a5f";
158
+ readonly "com/alert-banner/theme/description/color-text/info": "#505a5f";
159
+ readonly "com/alert-banner/theme/description/color-text/positive": "#505a5f";
160
+ readonly "com/alert-banner/theme/description/color-text/caution": "#505a5f";
161
+ readonly "com/alert-banner/theme/description/color-text/negative": "#505a5f";
162
+ readonly "com/alert-banner/theme/divider/color-stroke/neutral": "#0d2e433d";
163
+ readonly "com/alert-banner/theme/divider/color-stroke/info": "#c1e2fc";
164
+ readonly "com/alert-banner/theme/divider/color-stroke/positive": "#c0e6ce";
165
+ readonly "com/alert-banner/theme/divider/color-stroke/caution": "#f8dbab";
166
+ readonly "com/alert-banner/theme/divider/color-stroke/negative": "#fdd3cd";
167
+ readonly "com/alert-banner/theme/border/color-stroke/neutral": "#00152096";
168
+ readonly "com/alert-banner/theme/border/color-stroke/info": "#3d9cfb";
169
+ readonly "com/alert-banner/theme/border/color-stroke/positive": "#00aa67";
170
+ readonly "com/alert-banner/theme/border/color-stroke/caution": "#da841a";
171
+ readonly "com/alert-banner/theme/border/color-stroke/negative": "#f2685b";
172
+ readonly "com/alert-banner/theme/background-color/neutral": "#e9edf1";
173
+ readonly "com/alert-banner/theme/background-color/info": "#def1fd";
174
+ readonly "com/alert-banner/theme/background-color/positive": "#def3e5";
175
+ readonly "com/alert-banner/theme/background-color/caution": "#fceccd";
176
+ readonly "com/alert-banner/theme/background-color/negative": "#fee9e7";
91
177
  readonly "com/badge/stroke-width": "1px";
92
178
  readonly "com/badge/size-xs/height": "16px";
93
179
  readonly "com/badge/size-xs/horizontal-padding": "4px";
@@ -99,7 +185,7 @@ declare const _default: {
99
185
  readonly "com/badge/size-sm/horizontal-padding": "4px";
100
186
  readonly "com/badge/size-sm/horizontal-gap": "2px";
101
187
  readonly "com/badge/size-sm/sub-spacing": "2px";
102
- readonly "com/badge/size-sm/only-label/horizontal-padding": "8px";
188
+ readonly "com/badge/size-sm/only-label/horizontal-padding": "4px";
103
189
  readonly "com/badge/size-md/height": "24px";
104
190
  readonly "com/badge/size-md/corner-radius": "6px";
105
191
  readonly "com/badge/size-md/avatar/size": "2xs (16)";
@@ -115,7 +201,7 @@ declare const _default: {
115
201
  readonly "com/badge/size-lg/horizontal-gap": "4px";
116
202
  readonly "com/badge/size-lg/sub-spacing": "4px";
117
203
  readonly "com/badge/size-lg/avatar/size": "Xs (20)";
118
- readonly "com/badge/size-lg/only-label/horizontal-padding": "6px";
204
+ readonly "com/badge/size-lg/only-label/horizontal-padding": "12px";
119
205
  readonly "com/badge/default/icon/color-icon/neutral": "#505a5f";
120
206
  readonly "com/badge/default/icon/color-icon/neutral-light": "#505a5f";
121
207
  readonly "com/badge/default/icon/color-icon/red": "#df3e3f";
@@ -193,10 +279,10 @@ declare const _default: {
193
279
  readonly "com/badge/solid/background-color/indigo": "#4278f5";
194
280
  readonly "com/badge/solid/background-color/violet": "#a65dcf";
195
281
  readonly "com/badge/solid/background-color/pink": "#cd44a7";
282
+ readonly "com/badge/solid/background-color/negative": "#d0121c";
196
283
  readonly "com/badge/solid/background-color/positive": "#007d35";
197
284
  readonly "com/badge/solid/background-color/caution": "#a94900";
198
285
  readonly "com/badge/solid/background-color/info": "#006bdf";
199
- readonly "com/badge/solid/background-color/negative": "#d0121c";
200
286
  readonly "com/badge/disable/icon/color-icon": "#c5cdd2";
201
287
  readonly "com/badge/disable/label/color-text": "#c5cdd2";
202
288
  readonly "com/badge/disable/color-stroke": "#02305e16";
@@ -385,11 +471,11 @@ declare const _default: {
385
471
  readonly "com/button/tertiary/icon/color-icon/hover": "#343d41";
386
472
  readonly "com/button/tertiary/icon/color-icon/pressed": "#343d41";
387
473
  readonly "com/button/tertiary/icon/color-icon/active": "#343d41";
388
- readonly "com/button-group/background-color/default": "#ffffff";
389
- readonly "com/button-group/background-color/disable": "#ffffff00";
390
474
  readonly "com/button-group/divider/divider-width": "1px";
391
475
  readonly "com/button-group/divider/divider-color/default": "#0d2e433d";
392
476
  readonly "com/button-group/divider/divider-color/disable": "#02305e16";
477
+ readonly "com/button-group/background-color/default": "#ffffff";
478
+ readonly "com/button-group/background-color/disable": "#ffffff00";
393
479
  readonly "com/checkbox/horizontal-gap": "8px";
394
480
  readonly "com/checkbox/item/stroke-width": "1px";
395
481
  readonly "com/checkbox/item/marked/background-color/default": "#2f3cc1";
@@ -419,7 +505,10 @@ declare const _default: {
419
505
  readonly "com/checkbox/content/tertiary/description/color-text": "#505a5f";
420
506
  readonly "com/checkbox/content/disable/label/color-text": "#c5cdd2";
421
507
  readonly "com/checkbox/content/disable/description/color-text": "#c5cdd2";
422
- readonly "com/chips-button/stroke-width": "1px";
508
+ readonly "com/chips-button/stroke-width/default": "1px";
509
+ readonly "com/chips-button/stroke-width/hover": "1px";
510
+ readonly "com/chips-button/stroke-width/pressed": "2px";
511
+ readonly "com/chips-button/stroke-width/selected": "2px";
423
512
  readonly "com/chips-button/size-xs/height": "24px";
424
513
  readonly "com/chips-button/size-xs/min-width": "28px";
425
514
  readonly "com/chips-button/size-xs/corner-radius": "6px";
@@ -456,72 +545,206 @@ declare const _default: {
456
545
  readonly "com/chips-button/size-lg/left-padding": "12px";
457
546
  readonly "com/chips-button/size-lg/badge/size": "Md (28)";
458
547
  readonly "com/chips-button/size-lg/icon/size-icon": "20px";
459
- readonly "com/chips-button/theme/icon/color-icon/neutral": "#505a5f";
460
- readonly "com/chips-button/theme/icon/color-icon/red": "#df3e3f";
461
- readonly "com/chips-button/theme/icon/color-icon/orange": "#cc5602";
462
- readonly "com/chips-button/theme/icon/color-icon/yellow": "#d58e00";
463
- readonly "com/chips-button/theme/icon/color-icon/lime": "#4b8c00";
464
- readonly "com/chips-button/theme/icon/color-icon/green": "#009559";
465
- readonly "com/chips-button/theme/icon/color-icon/ocean": "#00969d";
466
- readonly "com/chips-button/theme/icon/color-icon/blue": "#008ee1";
467
- readonly "com/chips-button/theme/icon/color-icon/indigo": "#4278f5";
468
- readonly "com/chips-button/theme/icon/color-icon/violet": "#a65dcf";
469
- readonly "com/chips-button/theme/icon/color-icon/pink": "#cd44a7";
470
- readonly "com/chips-button/theme/label/color-text/neutral": "#505a5f";
471
- readonly "com/chips-button/theme/label/color-text/red": "#a7051e";
472
- readonly "com/chips-button/theme/label/color-text/orange": "#952900";
473
- readonly "com/chips-button/theme/label/color-text/yellow": "#7a4300";
474
- readonly "com/chips-button/theme/label/color-text/lime": "#2e5c00";
475
- readonly "com/chips-button/theme/label/color-text/green": "#006535";
476
- readonly "com/chips-button/theme/label/color-text/ocean": "#006782";
477
- readonly "com/chips-button/theme/label/color-text/blue": "#005eac";
478
- readonly "com/chips-button/theme/label/color-text/indigo": "#1e4eb5";
479
- readonly "com/chips-button/theme/label/color-text/violet": "#8b269b";
480
- readonly "com/chips-button/theme/label/color-text/pink": "#970978";
481
- readonly "com/chips-button/theme/color-stroke/neutral": "#0a2f4d22";
482
- readonly "com/chips-button/theme/color-stroke/red": "#fbd3ce";
483
- readonly "com/chips-button/theme/color-stroke/orange": "#ffd3b5";
484
- readonly "com/chips-button/theme/color-stroke/yellow": "#fbd797";
485
- readonly "com/chips-button/theme/color-stroke/lime": "#d0e59b";
486
- readonly "com/chips-button/theme/color-stroke/green": "#b3e9cf";
487
- readonly "com/chips-button/theme/color-stroke/ocean": "#b3e7e3";
488
- readonly "com/chips-button/theme/color-stroke/blue": "#b9e4f6";
489
- readonly "com/chips-button/theme/color-stroke/indigo": "#d1ddfb";
490
- readonly "com/chips-button/theme/color-stroke/violet": "#e5d8f5";
491
- readonly "com/chips-button/theme/color-stroke/pink": "#f5d3ec";
492
- readonly "com/chips-button/theme/background-color/neutral": "#e9edf1";
493
- readonly "com/chips-button/theme/background-color/red": "#ffe9e5";
494
- readonly "com/chips-button/theme/background-color/orange": "#feebe2";
495
- readonly "com/chips-button/theme/background-color/yellow": "#fdebd0";
496
- readonly "com/chips-button/theme/background-color/lime": "#e9f6c9";
497
- readonly "com/chips-button/theme/background-color/green": "#dbf6e8";
498
- readonly "com/chips-button/theme/background-color/ocean": "#daf5f4";
499
- readonly "com/chips-button/theme/background-color/blue": "#eaf6fa";
500
- readonly "com/chips-button/theme/background-color/indigo": "#e7eeff";
501
- readonly "com/chips-button/theme/background-color/violet": "#f1ecfa";
502
- readonly "com/chips-button/theme/background-color/pink": "#fce8f7";
548
+ readonly "com/chips-button/theme/icon/color-icon/default/neutral": "#505a5f";
549
+ readonly "com/chips-button/theme/icon/color-icon/default/red": "#df3e3f";
550
+ readonly "com/chips-button/theme/icon/color-icon/default/orange": "#cc5602";
551
+ readonly "com/chips-button/theme/icon/color-icon/default/yellow": "#d58e00";
552
+ readonly "com/chips-button/theme/icon/color-icon/default/lime": "#4b8c00";
553
+ readonly "com/chips-button/theme/icon/color-icon/default/green": "#009559";
554
+ readonly "com/chips-button/theme/icon/color-icon/default/ocean": "#00969d";
555
+ readonly "com/chips-button/theme/icon/color-icon/default/blue": "#008ee1";
556
+ readonly "com/chips-button/theme/icon/color-icon/default/indigo": "#4278f5";
557
+ readonly "com/chips-button/theme/icon/color-icon/default/violet": "#a65dcf";
558
+ readonly "com/chips-button/theme/icon/color-icon/default/pink": "#cd44a7";
559
+ readonly "com/chips-button/theme/icon/color-icon/hover/neutral": "#505a5f";
560
+ readonly "com/chips-button/theme/icon/color-icon/hover/red": "#df3e3f";
561
+ readonly "com/chips-button/theme/icon/color-icon/hover/orange": "#cc5602";
562
+ readonly "com/chips-button/theme/icon/color-icon/hover/yellow": "#d58e00";
563
+ readonly "com/chips-button/theme/icon/color-icon/hover/lime": "#4b8c00";
564
+ readonly "com/chips-button/theme/icon/color-icon/hover/green": "#009559";
565
+ readonly "com/chips-button/theme/icon/color-icon/hover/ocean": "#00969d";
566
+ readonly "com/chips-button/theme/icon/color-icon/hover/blue": "#008ee1";
567
+ readonly "com/chips-button/theme/icon/color-icon/hover/indigo": "#4278f5";
568
+ readonly "com/chips-button/theme/icon/color-icon/hover/violet": "#a65dcf";
569
+ readonly "com/chips-button/theme/icon/color-icon/hover/pink": "#cd44a7";
570
+ readonly "com/chips-button/theme/icon/color-icon/pressed/neutral": "#505a5f";
571
+ readonly "com/chips-button/theme/icon/color-icon/pressed/red": "#df3e3f";
572
+ readonly "com/chips-button/theme/icon/color-icon/pressed/orange": "#cc5602";
573
+ readonly "com/chips-button/theme/icon/color-icon/pressed/yellow": "#d58e00";
574
+ readonly "com/chips-button/theme/icon/color-icon/pressed/lime": "#4b8c00";
575
+ readonly "com/chips-button/theme/icon/color-icon/pressed/green": "#009559";
576
+ readonly "com/chips-button/theme/icon/color-icon/pressed/ocean": "#00969d";
577
+ readonly "com/chips-button/theme/icon/color-icon/pressed/blue": "#008ee1";
578
+ readonly "com/chips-button/theme/icon/color-icon/pressed/indigo": "#4278f5";
579
+ readonly "com/chips-button/theme/icon/color-icon/pressed/violet": "#a65dcf";
580
+ readonly "com/chips-button/theme/icon/color-icon/pressed/pink": "#cd44a7";
581
+ readonly "com/chips-button/theme/icon/color-icon/selected/neutral": "#505a5f";
582
+ readonly "com/chips-button/theme/icon/color-icon/selected/red": "#df3e3f";
583
+ readonly "com/chips-button/theme/icon/color-icon/selected/orange": "#cc5602";
584
+ readonly "com/chips-button/theme/icon/color-icon/selected/yellow": "#d58e00";
585
+ readonly "com/chips-button/theme/icon/color-icon/selected/lime": "#4b8c00";
586
+ readonly "com/chips-button/theme/icon/color-icon/selected/green": "#009559";
587
+ readonly "com/chips-button/theme/icon/color-icon/selected/ocean": "#00969d";
588
+ readonly "com/chips-button/theme/icon/color-icon/selected/blue": "#008ee1";
589
+ readonly "com/chips-button/theme/icon/color-icon/selected/indigo": "#4278f5";
590
+ readonly "com/chips-button/theme/icon/color-icon/selected/violet": "#a65dcf";
591
+ readonly "com/chips-button/theme/icon/color-icon/selected/pink": "#cd44a7";
592
+ readonly "com/chips-button/theme/label/color-text/default/neutral": "#505a5f";
593
+ readonly "com/chips-button/theme/label/color-text/default/red": "#a7051e";
594
+ readonly "com/chips-button/theme/label/color-text/default/orange": "#952900";
595
+ readonly "com/chips-button/theme/label/color-text/default/yellow": "#7a4300";
596
+ readonly "com/chips-button/theme/label/color-text/default/lime": "#2e5c00";
597
+ readonly "com/chips-button/theme/label/color-text/default/green": "#006535";
598
+ readonly "com/chips-button/theme/label/color-text/default/ocean": "#006782";
599
+ readonly "com/chips-button/theme/label/color-text/default/blue": "#005eac";
600
+ readonly "com/chips-button/theme/label/color-text/default/indigo": "#1e4eb5";
601
+ readonly "com/chips-button/theme/label/color-text/default/violet": "#8b269b";
602
+ readonly "com/chips-button/theme/label/color-text/default/pink": "#970978";
603
+ readonly "com/chips-button/theme/label/color-text/hover/neutral": "#505a5f";
604
+ readonly "com/chips-button/theme/label/color-text/hover/red": "#a7051e";
605
+ readonly "com/chips-button/theme/label/color-text/hover/orange": "#952900";
606
+ readonly "com/chips-button/theme/label/color-text/hover/yellow": "#7a4300";
607
+ readonly "com/chips-button/theme/label/color-text/hover/lime": "#2e5c00";
608
+ readonly "com/chips-button/theme/label/color-text/hover/green": "#006535";
609
+ readonly "com/chips-button/theme/label/color-text/hover/ocean": "#006782";
610
+ readonly "com/chips-button/theme/label/color-text/hover/blue": "#005eac";
611
+ readonly "com/chips-button/theme/label/color-text/hover/indigo": "#1e4eb5";
612
+ readonly "com/chips-button/theme/label/color-text/hover/violet": "#8b269b";
613
+ readonly "com/chips-button/theme/label/color-text/hover/pink": "#970978";
614
+ readonly "com/chips-button/theme/label/color-text/pressed/neutral": "#505a5f";
615
+ readonly "com/chips-button/theme/label/color-text/pressed/red": "#a7051e";
616
+ readonly "com/chips-button/theme/label/color-text/pressed/orange": "#952900";
617
+ readonly "com/chips-button/theme/label/color-text/pressed/yellow": "#7a4300";
618
+ readonly "com/chips-button/theme/label/color-text/pressed/lime": "#2e5c00";
619
+ readonly "com/chips-button/theme/label/color-text/pressed/green": "#006535";
620
+ readonly "com/chips-button/theme/label/color-text/pressed/ocean": "#006782";
621
+ readonly "com/chips-button/theme/label/color-text/pressed/blue": "#005eac";
622
+ readonly "com/chips-button/theme/label/color-text/pressed/indigo": "#1e4eb5";
623
+ readonly "com/chips-button/theme/label/color-text/pressed/violet": "#8b269b";
624
+ readonly "com/chips-button/theme/label/color-text/pressed/pink": "#970978";
625
+ readonly "com/chips-button/theme/label/color-text/selected/neutral": "#505a5f";
626
+ readonly "com/chips-button/theme/label/color-text/selected/red": "#a7051e";
627
+ readonly "com/chips-button/theme/label/color-text/selected/orange": "#952900";
628
+ readonly "com/chips-button/theme/label/color-text/selected/yellow": "#7a4300";
629
+ readonly "com/chips-button/theme/label/color-text/selected/lime": "#2e5c00";
630
+ readonly "com/chips-button/theme/label/color-text/selected/green": "#006535";
631
+ readonly "com/chips-button/theme/label/color-text/selected/ocean": "#006782";
632
+ readonly "com/chips-button/theme/label/color-text/selected/blue": "#005eac";
633
+ readonly "com/chips-button/theme/label/color-text/selected/indigo": "#1e4eb5";
634
+ readonly "com/chips-button/theme/label/color-text/selected/violet": "#8b269b";
635
+ readonly "com/chips-button/theme/label/color-text/selected/pink": "#970978";
636
+ readonly "com/chips-button/theme/color-stroke/default/neutral": "#0a2f4d22";
637
+ readonly "com/chips-button/theme/color-stroke/default/red": "#fbd3ce";
638
+ readonly "com/chips-button/theme/color-stroke/default/orange": "#ffd3b5";
639
+ readonly "com/chips-button/theme/color-stroke/default/yellow": "#fbd797";
640
+ readonly "com/chips-button/theme/color-stroke/default/lime": "#d0e59b";
641
+ readonly "com/chips-button/theme/color-stroke/default/green": "#b3e9cf";
642
+ readonly "com/chips-button/theme/color-stroke/default/ocean": "#b3e7e3";
643
+ readonly "com/chips-button/theme/color-stroke/default/blue": "#b9e4f6";
644
+ readonly "com/chips-button/theme/color-stroke/default/indigo": "#d1ddfb";
645
+ readonly "com/chips-button/theme/color-stroke/default/violet": "#e5d8f5";
646
+ readonly "com/chips-button/theme/color-stroke/default/pink": "#f5d3ec";
647
+ readonly "com/chips-button/theme/color-stroke/hover/neutral": "#0d2e433d";
648
+ readonly "com/chips-button/theme/color-stroke/hover/red": "#fd8b7f";
649
+ readonly "com/chips-button/theme/color-stroke/hover/orange": "#f4944c";
650
+ readonly "com/chips-button/theme/color-stroke/hover/yellow": "#e7a60f";
651
+ readonly "com/chips-button/theme/color-stroke/hover/lime": "#8eba1e";
652
+ readonly "com/chips-button/theme/color-stroke/hover/green": "#3bc392";
653
+ readonly "com/chips-button/theme/color-stroke/hover/ocean": "#0dc1c2";
654
+ readonly "com/chips-button/theme/color-stroke/hover/blue": "#51b9f0";
655
+ readonly "com/chips-button/theme/color-stroke/hover/indigo": "#4278f5";
656
+ readonly "com/chips-button/theme/color-stroke/hover/violet": "#cb9ce7";
657
+ readonly "com/chips-button/theme/color-stroke/hover/pink": "#ec8dd3";
658
+ readonly "com/chips-button/theme/color-stroke/pressed/neutral": "#0d2e433d";
659
+ readonly "com/chips-button/theme/color-stroke/pressed/red": "#fd8b7f";
660
+ readonly "com/chips-button/theme/color-stroke/pressed/orange": "#f4944c";
661
+ readonly "com/chips-button/theme/color-stroke/pressed/yellow": "#e7a60f";
662
+ readonly "com/chips-button/theme/color-stroke/pressed/lime": "#8eba1e";
663
+ readonly "com/chips-button/theme/color-stroke/pressed/green": "#3bc392";
664
+ readonly "com/chips-button/theme/color-stroke/pressed/ocean": "#0dc1c2";
665
+ readonly "com/chips-button/theme/color-stroke/pressed/blue": "#51b9f0";
666
+ readonly "com/chips-button/theme/color-stroke/pressed/indigo": "#4278f5";
667
+ readonly "com/chips-button/theme/color-stroke/pressed/violet": "#cb9ce7";
668
+ readonly "com/chips-button/theme/color-stroke/pressed/pink": "#ec8dd3";
669
+ readonly "com/chips-button/theme/color-stroke/selected/neutral": "#00152096";
670
+ readonly "com/chips-button/theme/color-stroke/selected/red": "#fd8b7f";
671
+ readonly "com/chips-button/theme/color-stroke/selected/orange": "#f4944c";
672
+ readonly "com/chips-button/theme/color-stroke/selected/yellow": "#e7a60f";
673
+ readonly "com/chips-button/theme/color-stroke/selected/lime": "#8eba1e";
674
+ readonly "com/chips-button/theme/color-stroke/selected/green": "#3bc392";
675
+ readonly "com/chips-button/theme/color-stroke/selected/ocean": "#0dc1c2";
676
+ readonly "com/chips-button/theme/color-stroke/selected/blue": "#51b9f0";
677
+ readonly "com/chips-button/theme/color-stroke/selected/indigo": "#4278f5";
678
+ readonly "com/chips-button/theme/color-stroke/selected/violet": "#cb9ce7";
679
+ readonly "com/chips-button/theme/color-stroke/selected/pink": "#ec8dd3";
680
+ readonly "com/chips-button/theme/background-color/default/neutral": "#e9edf1";
681
+ readonly "com/chips-button/theme/background-color/default/red": "#ffe9e5";
682
+ readonly "com/chips-button/theme/background-color/default/orange": "#feebe2";
683
+ readonly "com/chips-button/theme/background-color/default/yellow": "#fdebd0";
684
+ readonly "com/chips-button/theme/background-color/default/lime": "#e9f6c9";
685
+ readonly "com/chips-button/theme/background-color/default/green": "#dbf6e8";
686
+ readonly "com/chips-button/theme/background-color/default/ocean": "#daf5f4";
687
+ readonly "com/chips-button/theme/background-color/default/blue": "#eaf6fa";
688
+ readonly "com/chips-button/theme/background-color/default/indigo": "#e7eeff";
689
+ readonly "com/chips-button/theme/background-color/default/violet": "#f1ecfa";
690
+ readonly "com/chips-button/theme/background-color/default/pink": "#fce8f7";
691
+ readonly "com/chips-button/theme/background-color/hover/neutral": "#f8f9fb";
692
+ readonly "com/chips-button/theme/background-color/hover/red": "#ffefec";
693
+ readonly "com/chips-button/theme/background-color/hover/orange": "#fff0e8";
694
+ readonly "com/chips-button/theme/background-color/hover/yellow": "#fbf2e3";
695
+ readonly "com/chips-button/theme/background-color/hover/lime": "#f0f6e3";
696
+ readonly "com/chips-button/theme/background-color/hover/green": "#e7f7ef";
697
+ readonly "com/chips-button/theme/background-color/hover/ocean": "#e2f8fa";
698
+ readonly "com/chips-button/theme/background-color/hover/blue": "#e8f4f9";
699
+ readonly "com/chips-button/theme/background-color/hover/indigo": "#edf3fb";
700
+ readonly "com/chips-button/theme/background-color/hover/violet": "#f5f0fc";
701
+ readonly "com/chips-button/theme/background-color/hover/pink": "#ffeffb";
702
+ readonly "com/chips-button/theme/background-color/pressed/neutral": "#dee3e7";
703
+ readonly "com/chips-button/theme/background-color/pressed/red": "#ffe9e5";
704
+ readonly "com/chips-button/theme/background-color/pressed/orange": "#feebe2";
705
+ readonly "com/chips-button/theme/background-color/pressed/yellow": "#fdebd0";
706
+ readonly "com/chips-button/theme/background-color/pressed/lime": "#e9f6c9";
707
+ readonly "com/chips-button/theme/background-color/pressed/green": "#dbf6e8";
708
+ readonly "com/chips-button/theme/background-color/pressed/ocean": "#daf5f4";
709
+ readonly "com/chips-button/theme/background-color/pressed/blue": "#eaf6fa";
710
+ readonly "com/chips-button/theme/background-color/pressed/indigo": "#e7eeff";
711
+ readonly "com/chips-button/theme/background-color/pressed/violet": "#f1ecfa";
712
+ readonly "com/chips-button/theme/background-color/pressed/pink": "#fce8f7";
713
+ readonly "com/chips-button/theme/background-color/selected/neutral": "#ffffff";
714
+ readonly "com/chips-button/theme/background-color/selected/red": "#ffffff";
715
+ readonly "com/chips-button/theme/background-color/selected/orange": "#ffffff";
716
+ readonly "com/chips-button/theme/background-color/selected/yellow": "#ffffff";
717
+ readonly "com/chips-button/theme/background-color/selected/lime": "#ffffff";
718
+ readonly "com/chips-button/theme/background-color/selected/green": "#ffffff";
719
+ readonly "com/chips-button/theme/background-color/selected/ocean": "#ffffff";
720
+ readonly "com/chips-button/theme/background-color/selected/blue": "#ffffff";
721
+ readonly "com/chips-button/theme/background-color/selected/indigo": "#ffffff";
722
+ readonly "com/chips-button/theme/background-color/selected/violet": "#ffffff";
723
+ readonly "com/chips-button/theme/background-color/selected/pink": "#ffffff";
503
724
  readonly "com/chips-button/disable/color-text": "#c5cdd2";
504
725
  readonly "com/chips-button/disable/color-icon": "#c5cdd2";
505
726
  readonly "com/chips-button/disable/background-color": "#e9edf1";
506
727
  readonly "com/chips-button/disable/color-stroke": "#02305e16";
507
- readonly "com/divider/horizontal-padding/2xl": "36px";
508
- readonly "com/divider/horizontal-padding/xl": "24px";
509
- readonly "com/divider/horizontal-padding/lg": "20px";
510
- readonly "com/divider/horizontal-padding/md": "16px";
511
- readonly "com/divider/horizontal-padding/sm": "12px";
512
- readonly "com/divider/horizontal-padding/xs": "8px";
513
- readonly "com/divider/horizontal-padding/2xs": "4px";
514
- readonly "com/divider/horizontal-padding/tiny": "2px";
515
- readonly "com/divider/horizontal-padding/null": "0px";
516
- readonly "com/divider/vertical-padding/2xl": "36px";
517
- readonly "com/divider/vertical-padding/xl": "24px";
518
- readonly "com/divider/vertical-padding/lg": "20px";
519
- readonly "com/divider/vertical-padding/md": "16px";
520
- readonly "com/divider/vertical-padding/sm": "12px";
521
- readonly "com/divider/vertical-padding/xs": "8px";
522
- readonly "com/divider/vertical-padding/2xs": "4px";
523
- readonly "com/divider/vertical-padding/tiny": "2px";
524
- readonly "com/divider/vertical-padding/null": "0px";
728
+ readonly "com/combo-box/selected-data/horizontal-gap": "8px";
729
+ readonly "com/combo-box/selected-data/top-padding": "2px";
730
+ readonly "com/divider/side-offset/2xl": "36px";
731
+ readonly "com/divider/side-offset/xl": "24px";
732
+ readonly "com/divider/side-offset/lg": "20px";
733
+ readonly "com/divider/side-offset/md": "16px";
734
+ readonly "com/divider/side-offset/sm": "12px";
735
+ readonly "com/divider/side-offset/xs": "8px";
736
+ readonly "com/divider/side-offset/2xs": "4px";
737
+ readonly "com/divider/side-offset/tiny": "2px";
738
+ readonly "com/divider/side-offset/null": "0px";
739
+ readonly "com/divider/headpoint-offset/2xl": "36px";
740
+ readonly "com/divider/headpoint-offset/xl": "24px";
741
+ readonly "com/divider/headpoint-offset/lg": "20px";
742
+ readonly "com/divider/headpoint-offset/md": "16px";
743
+ readonly "com/divider/headpoint-offset/sm": "12px";
744
+ readonly "com/divider/headpoint-offset/xs": "8px";
745
+ readonly "com/divider/headpoint-offset/2xs": "4px";
746
+ readonly "com/divider/headpoint-offset/tiny": "2px";
747
+ readonly "com/divider/headpoint-offset/null": "0px";
525
748
  readonly "com/drawer/top-left-conner-radius": "20px";
526
749
  readonly "com/drawer/border/color-stroke": "#0a2f4d22";
527
750
  readonly "com/drawer/border/stroke-width": "1px";
@@ -587,9 +810,7 @@ declare const _default: {
587
810
  readonly "com/input/label/horizontal-gap": "2px";
588
811
  readonly "com/input/label/label/color-text": "#1e2225";
589
812
  readonly "com/input/label/required-mark/color-text": "#cf0026";
590
- readonly "com/input/label/label_2/color-text": "#1e2225";
591
- readonly "com/input/label/required-mark_2/color-text": "#cf0026";
592
- readonly "com/input/hint/top-padding": "4px";
813
+ readonly "com/input/hint/top-padding": "0px";
593
814
  readonly "com/input/hint/neutral/icon/color-icon": "#a3aeb5";
594
815
  readonly "com/input/hint/neutral/label/color-text": "#505a5f";
595
816
  readonly "com/input/hint/negative/icon/color-icon": "#ff897c";
@@ -674,6 +895,13 @@ declare const _default: {
674
895
  readonly "com/input/suffix/icon/color-icon": "#505a5f";
675
896
  readonly "com/input/suffix/divider/color-stroke": "#0a2f4d22";
676
897
  readonly "com/input/suffix/divider/stroke-width": "1px";
898
+ readonly "com/input/prefix/right-padding": "8px";
899
+ readonly "com/input/prefix/left-padding": "4px";
900
+ readonly "com/input/prefix/horizontal-gap": "4px";
901
+ readonly "com/input/prefix/label/color-text": "#505a5f";
902
+ readonly "com/input/prefix/icon/color-icon": "#505a5f";
903
+ readonly "com/input/prefix/divider/color-stroke": "#0a2f4d22";
904
+ readonly "com/input/prefix/divider/stroke-width": "1px";
677
905
  readonly "com/input/dropdown/horizontal-padding": "8px";
678
906
  readonly "com/input/dropdown/horizontal-gap": "4px";
679
907
  readonly "com/input/dropdown/label/color-text/default": "#505a5f";
@@ -692,7 +920,6 @@ declare const _default: {
692
920
  readonly "com/input/resize-handle/resize": "#1e2225";
693
921
  readonly "com/input/resize-handle/disable": "#c5cdd2";
694
922
  readonly "com/input/scrollbar/vertical-padding": "2px";
695
- readonly "com/input/vertical-gap_2": "4px";
696
923
  readonly "com/link/size-xs/size-icon": "16px";
697
924
  readonly "com/link/size-xs/horizontal-gap": "4px";
698
925
  readonly "com/link/size-sm/size-icon": "16px";
@@ -788,6 +1015,7 @@ declare const _default: {
788
1015
  readonly "com/menu/item/disable/background/background-color": "#ffffff00";
789
1016
  readonly "com/navigation/background-color": "#ffffff";
790
1017
  readonly "com/navigation/corner-radius": "28px";
1018
+ readonly "com/navigation/width": "280px";
791
1019
  readonly "com/navigation/title/expand/horizontal-gap": "8px";
792
1020
  readonly "com/navigation/title/expand/horizontal-padding": "12px";
793
1021
  readonly "com/navigation/title/expand/top-padding": "2px";
@@ -846,6 +1074,48 @@ declare const _default: {
846
1074
  readonly "com/navigation/compact-items/background-color/default": "#ffffff00";
847
1075
  readonly "com/navigation/compact-items/background-color/hover": "#02305e16";
848
1076
  readonly "com/navigation/compact-items/background-color/active": "#f5f8fc";
1077
+ readonly "com/notification/horizontal-padding": "16px";
1078
+ readonly "com/notification/vertical-padding": "16px";
1079
+ readonly "com/notification/horizontal-gap": "12px";
1080
+ readonly "com/notification/vertical-gap": "12px";
1081
+ readonly "com/notification/stroke-width": "1px";
1082
+ readonly "com/notification/corner-radius": "12px";
1083
+ readonly "com/notification/width": "420px";
1084
+ readonly "com/notification/image/width": "140px";
1085
+ readonly "com/notification/image/stroke-width": "1px";
1086
+ readonly "com/notification/image/color-stroke": "#0a2f4d22";
1087
+ readonly "com/notification/title-n-content/vertical-gap": "4px";
1088
+ readonly "com/notification/title-n-content/sub-spacing": "4px";
1089
+ readonly "com/notification/action/horizontal-gap": "16px";
1090
+ readonly "com/notification/icon/size-icon": "20px";
1091
+ readonly "com/notification/theme/label/color-text/default": "#1e2225";
1092
+ readonly "com/notification/theme/label/color-text/info": "#1e2225";
1093
+ readonly "com/notification/theme/label/color-text/positive": "#1e2225";
1094
+ readonly "com/notification/theme/label/color-text/caution": "#1e2225";
1095
+ readonly "com/notification/theme/label/color-text/negative": "#1e2225";
1096
+ readonly "com/notification/theme/description/color-text/default": "#505a5f";
1097
+ readonly "com/notification/theme/description/color-text/info": "#505a5f";
1098
+ readonly "com/notification/theme/description/color-text/positive": "#505a5f";
1099
+ readonly "com/notification/theme/description/color-text/caution": "#505a5f";
1100
+ readonly "com/notification/theme/description/color-text/negative": "#505a5f";
1101
+ readonly "com/notification/theme/border/color-stroke/default": "#0d2e433d";
1102
+ readonly "com/notification/theme/border/color-stroke/hover": "#00152096";
1103
+ readonly "com/notification/theme/border/color-stroke/pressed": "#00152096";
1104
+ readonly "com/notification/theme/status-line/background-color/default": "#828f96";
1105
+ readonly "com/notification/theme/status-line/background-color/info": "#0083f0";
1106
+ readonly "com/notification/theme/status-line/background-color/positive": "#00914a";
1107
+ readonly "com/notification/theme/status-line/background-color/caution": "#bc6300";
1108
+ readonly "com/notification/theme/status-line/background-color/negative": "#d8473c";
1109
+ readonly "com/notification/theme/featured-icon/default": "Neutral";
1110
+ readonly "com/notification/theme/featured-icon/info": "Info";
1111
+ readonly "com/notification/theme/featured-icon/positive": "Positive";
1112
+ readonly "com/notification/theme/featured-icon/caution": "Caution";
1113
+ readonly "com/notification/theme/featured-icon/negative": "Negative";
1114
+ readonly "com/notification/theme/background-color/default": "#ffffff";
1115
+ readonly "com/notification/theme/background-color/info": "#ffffff";
1116
+ readonly "com/notification/theme/background-color/positive": "#ffffff";
1117
+ readonly "com/notification/theme/background-color/caution": "#ffffff";
1118
+ readonly "com/notification/theme/background-color/negative": "#ffffff";
849
1119
  readonly "com/overlay/background": "#00152096";
850
1120
  readonly "com/pagination/background-color": "#ffffff";
851
1121
  readonly "com/pagination/vertical-padding": "16px";
@@ -977,12 +1247,20 @@ declare const _default: {
977
1247
  readonly "com/segmented/item/active-surface/stroke-width": "1px";
978
1248
  readonly "com/segmented/item/active-surface/size-xs/horizontal-padding": "4px";
979
1249
  readonly "com/segmented/item/active-surface/size-xs/corner-radius": "4px";
1250
+ readonly "com/segmented/item/active-surface/size-xs/height": "18px";
1251
+ readonly "com/segmented/item/active-surface/size-xs/min-width": "40px";
980
1252
  readonly "com/segmented/item/active-surface/size-sm/horizontal-padding": "4px";
981
1253
  readonly "com/segmented/item/active-surface/size-sm/corner-radius": "4px";
1254
+ readonly "com/segmented/item/active-surface/size-sm/height": "22px";
1255
+ readonly "com/segmented/item/active-surface/size-sm/min-width": "46px";
982
1256
  readonly "com/segmented/item/active-surface/size-md/horizontal-padding": "8px";
983
1257
  readonly "com/segmented/item/active-surface/size-md/corner-radius": "6px";
1258
+ readonly "com/segmented/item/active-surface/size-md/height": "28px";
1259
+ readonly "com/segmented/item/active-surface/size-md/min-width": "52px";
984
1260
  readonly "com/segmented/item/active-surface/size-lg/horizontal-padding": "8px";
985
1261
  readonly "com/segmented/item/active-surface/size-lg/corner-radius": "8px";
1262
+ readonly "com/segmented/item/active-surface/size-lg/height": "36px";
1263
+ readonly "com/segmented/item/active-surface/size-lg/min-width": "60px";
986
1264
  readonly "com/segmented/item/height/size-xs": "24px";
987
1265
  readonly "com/segmented/item/height/size-sm": "28px";
988
1266
  readonly "com/segmented/item/height/size-md": "36px";
@@ -1328,6 +1606,40 @@ declare const _default: {
1328
1606
  readonly "com/tabs/item/with-label/size-lg/color-icon/hover": "#343d41";
1329
1607
  readonly "com/tabs/item/with-label/size-lg/color-icon/pressed": "#343d41";
1330
1608
  readonly "com/tabs/item/with-label/size-lg/color-icon/actived": "#2f3cc1";
1609
+ readonly "com/toast/right-padding": "8px";
1610
+ readonly "com/toast/left-padding": "12px";
1611
+ readonly "com/toast/vertical-padding": "8px";
1612
+ readonly "com/toast/horizontal-gap": "8px";
1613
+ readonly "com/toast/theme/icon/left-padding": "2px";
1614
+ readonly "com/toast/theme/icon/color-icon/neutral": "#505a5f";
1615
+ readonly "com/toast/theme/icon/color-icon/info": "#0083f0";
1616
+ readonly "com/toast/theme/icon/color-icon/positive": "#00914a";
1617
+ readonly "com/toast/theme/icon/color-icon/caution": "#bc6300";
1618
+ readonly "com/toast/theme/icon/color-icon/negative": "#d8473c";
1619
+ readonly "com/toast/theme/label/vertical-padding": "4px";
1620
+ readonly "com/toast/theme/label/vertical-gap": "4px";
1621
+ readonly "com/toast/theme/label/color-text/neutral": "#1e2225";
1622
+ readonly "com/toast/theme/label/color-text/info": "#002c6c";
1623
+ readonly "com/toast/theme/label/color-text/positive": "#003910";
1624
+ readonly "com/toast/theme/label/color-text/caution": "#4e1f00";
1625
+ readonly "com/toast/theme/label/color-text/negative": "#5f0500";
1626
+ readonly "com/toast/theme/divider/color-stroke/neutral": "#0d2e433d";
1627
+ readonly "com/toast/theme/divider/color-stroke/info": "#c1e2fc";
1628
+ readonly "com/toast/theme/divider/color-stroke/positive": "#c0e6ce";
1629
+ readonly "com/toast/theme/divider/color-stroke/caution": "#f8dbab";
1630
+ readonly "com/toast/theme/divider/color-stroke/negative": "#fdd3cd";
1631
+ readonly "com/toast/theme/border/stroke-width": "1px";
1632
+ readonly "com/toast/theme/border/color-stroke/neutral": "#0d2e433d";
1633
+ readonly "com/toast/theme/border/color-stroke/info": "#3d9cfb";
1634
+ readonly "com/toast/theme/border/color-stroke/positive": "#00aa67";
1635
+ readonly "com/toast/theme/border/color-stroke/caution": "#da841a";
1636
+ readonly "com/toast/theme/border/color-stroke/negative": "#f2685b";
1637
+ readonly "com/toast/theme/background-color/neutral": "#dee3e7";
1638
+ readonly "com/toast/theme/background-color/info": "#def1fd";
1639
+ readonly "com/toast/theme/background-color/positive": "#eaf7ee";
1640
+ readonly "com/toast/theme/background-color/caution": "#fcf4e0";
1641
+ readonly "com/toast/theme/background-color/negative": "#feeeed";
1642
+ readonly "com/toast/corner-radius": "8px";
1331
1643
  readonly "com/tooltip/size-md/horizontal-padding": "12px";
1332
1644
  readonly "com/tooltip/size-md/vertical-padding": "8px";
1333
1645
  readonly "com/tooltip/size-md/corner-radius": "8px";
@@ -1347,20 +1659,41 @@ declare const _default: {
1347
1659
  readonly "com/tooltip/size-lg/theme-white/background-color": "#ffffff";
1348
1660
  readonly "com/tooltip/size-lg/theme-white/label/color-text": "#1e2225";
1349
1661
  readonly "com/tooltip/size-lg/theme-white/description/color-text": "#505a5f";
1662
+ readonly "com/topbar/left-items/menu/items/horizontal-gap": "4px";
1663
+ readonly "com/topbar/left-items/menu/items/horizontal-padding": "8px";
1664
+ readonly "com/topbar/left-items/menu/items/vertical-padding": "8px";
1665
+ readonly "com/topbar/left-items/menu/items/corner-radius": "6px";
1666
+ readonly "com/topbar/left-items/menu/items/background-color/default": "#ffffff00";
1667
+ readonly "com/topbar/left-items/menu/items/background-color/hover": "#02305e16";
1668
+ readonly "com/topbar/left-items/menu/items/background-color/pressed": "#0a2f4d22";
1669
+ readonly "com/topbar/left-items/menu/items/background-color/active": "#00375b0e";
1670
+ readonly "com/topbar/left-items/menu/items/label/color-text/default": "#828f96";
1671
+ readonly "com/topbar/left-items/menu/items/label/color-text/hover": "#505a5f";
1672
+ readonly "com/topbar/left-items/menu/items/label/color-text/pressed": "#505a5f";
1673
+ readonly "com/topbar/left-items/menu/items/label/color-text/active": "#1e2225";
1674
+ readonly "com/topbar/left-items/menu/items/icon/color-icon/default": "#a3aeb5";
1675
+ readonly "com/topbar/left-items/menu/items/icon/color-icon/hover": "#505a5f";
1676
+ readonly "com/topbar/left-items/menu/items/icon/color-icon/pressed": "#505a5f";
1677
+ readonly "com/topbar/left-items/menu/items/icon/color-icon/active": "#505a5f";
1678
+ readonly "com/topbar/left-items/menu/horizontal-gap": "8px";
1679
+ readonly "com/topbar/left-items/left-bar-collapse/horizontal-gap": "12px";
1680
+ readonly "com/topbar/left-items/left-bar-expand/horizontal-gap": "0px";
1681
+ readonly "com/topbar/left-items/logo/horizontal-gap": "20px";
1682
+ readonly "com/topbar/left-items/logo/horizontal-padding": "8px";
1683
+ readonly "com/topbar/left-items/logo/width": "280px";
1684
+ readonly "com/topbar/left-items/logo/height": "28px";
1350
1685
  readonly "com/topbar/background-color": "#ffffff";
1351
1686
  readonly "com/topbar/left-padding": "16px";
1352
1687
  readonly "com/topbar/right-padding": "20px";
1353
1688
  readonly "com/topbar/vertical-padding": "12px";
1354
- readonly "com/topbar/left-items/horizontal-gap": "20px";
1355
- readonly "com/topbar/left-items/horizontal-padding": "8px";
1356
- readonly "com/topbar/left-items/vertical-padding": "16px";
1689
+ readonly "com/topbar/height": "56px";
1357
1690
  readonly "com/topbar/right-items/horizontal-gap": "4px";
1358
1691
  readonly "com/topbar/right-items/user-profile/horizontal-padding": "4px";
1359
1692
  readonly "com/topbar/right-items/user-profile/horizontal-gap": "8px";
1360
1693
  readonly "com/topbar/right-items/user-profile/vertical-padding": "4px";
1361
1694
  readonly "com/topbar/right-items/user-profile/corner-radius": "6px";
1362
- readonly "com/topbar/right-items/user-profile/label/color-text": "#505a5f";
1363
1695
  readonly "com/topbar/right-items/user-profile/icon/color-icon": "#505a5f";
1696
+ readonly "com/topbar/right-items/user-profile/label/color-text": "#505a5f";
1364
1697
  readonly "com/typing-cursor/default": "#2a30a0";
1365
1698
  readonly "com/typing-cursor/negative": "#a80a12";
1366
1699
  readonly "com/icon/size/from-28/stroke-width": "2px";
@@ -1740,6 +2073,22 @@ declare const _default: {
1740
2073
  readonly "pri/dimension/spacing/sp13": "84px";
1741
2074
  readonly "pri/dimension/spacing/sp14": "104px";
1742
2075
  readonly "pri/dimension/spacing/sp15": "132px";
2076
+ readonly "pri/dimension/spacing/negative/sp0": "-1px";
2077
+ readonly "pri/dimension/spacing/negative/sp1": "-2px";
2078
+ readonly "pri/dimension/spacing/negative/sp2": "-4px";
2079
+ readonly "pri/dimension/spacing/negative/sp3": "-8px";
2080
+ readonly "pri/dimension/spacing/negative/sp4": "-12px";
2081
+ readonly "pri/dimension/spacing/negative/sp5": "-16px";
2082
+ readonly "pri/dimension/spacing/negative/sp6": "-20px";
2083
+ readonly "pri/dimension/spacing/negative/sp7": "-24px";
2084
+ readonly "pri/dimension/spacing/negative/sp8": "-28px";
2085
+ readonly "pri/dimension/spacing/negative/sp9": "-36px";
2086
+ readonly "pri/dimension/spacing/negative/sp10": "-44px";
2087
+ readonly "pri/dimension/spacing/negative/sp11": "-56px";
2088
+ readonly "pri/dimension/spacing/negative/sp12": "-68px";
2089
+ readonly "pri/dimension/spacing/negative/sp13": "-84px";
2090
+ readonly "pri/dimension/spacing/negative/sp14": "-104px";
2091
+ readonly "pri/dimension/spacing/negative/sp15": "-132px";
1743
2092
  readonly "pri/dimension/radius/r0": "0px";
1744
2093
  readonly "pri/dimension/radius/r1": "2px";
1745
2094
  readonly "pri/dimension/radius/r2": "4px";
@@ -2460,6 +2809,14 @@ declare const _default: {
2460
2809
  readonly "sem/dimension/padding/2xs": "4px";
2461
2810
  readonly "sem/dimension/padding/tiny": "2px";
2462
2811
  readonly "sem/dimension/padding/null": "0px";
2812
+ readonly "sem/dimension/padding/negative/2xl": "-36px";
2813
+ readonly "sem/dimension/padding/negative/xl": "-24px";
2814
+ readonly "sem/dimension/padding/negative/lg": "-20px";
2815
+ readonly "sem/dimension/padding/negative/md": "-16px";
2816
+ readonly "sem/dimension/padding/negative/sm": "-12px";
2817
+ readonly "sem/dimension/padding/negative/xs": "-8px";
2818
+ readonly "sem/dimension/padding/negative/2xs": "-4px";
2819
+ readonly "sem/dimension/padding/negative/tiny": "-2px";
2463
2820
  readonly "sem/dimension/gap/2xl": "24px";
2464
2821
  readonly "sem/dimension/gap/xl": "20px";
2465
2822
  readonly "sem/dimension/gap/lg": "16px";
@@ -2468,6 +2825,13 @@ declare const _default: {
2468
2825
  readonly "sem/dimension/gap/xs": "4px";
2469
2826
  readonly "sem/dimension/gap/2xs": "2px";
2470
2827
  readonly "sem/dimension/gap/null": "0px";
2828
+ readonly "sem/dimension/gap/negative/2xl": "-24px";
2829
+ readonly "sem/dimension/gap/negative/xl": "-20px";
2830
+ readonly "sem/dimension/gap/negative/lg": "-16px";
2831
+ readonly "sem/dimension/gap/negative/md": "-12px";
2832
+ readonly "sem/dimension/gap/negative/sm": "-8px";
2833
+ readonly "sem/dimension/gap/negative/xs": "-4px";
2834
+ readonly "sem/dimension/gap/negative/2xs": "-2px";
2471
2835
  readonly "sem/dimension/stroke-width/divider/xl": "4px";
2472
2836
  readonly "sem/dimension/stroke-width/divider/lg": "2px";
2473
2837
  readonly "sem/dimension/stroke-width/divider/md": "1px";
@@ -2488,12 +2852,14 @@ declare const _default: {
2488
2852
  readonly "sem/dimension/radius/container/md": "20px";
2489
2853
  readonly "sem/dimension/radius/container/sm": "12px";
2490
2854
  readonly "sem/dimension/radius/container/xs": "8px";
2855
+ readonly "sem/dimension/size/icon/2xl": "44px";
2491
2856
  readonly "sem/dimension/size/icon/xl": "36px";
2492
2857
  readonly "sem/dimension/size/icon/lg": "28px";
2493
2858
  readonly "sem/dimension/size/icon/md": "24px";
2494
2859
  readonly "sem/dimension/size/icon/sm": "20px";
2495
2860
  readonly "sem/dimension/size/icon/xs": "16px";
2496
2861
  readonly "sem/dimension/size/icon/2xs": "12px";
2862
+ readonly "sem/dimension/size/component/2xl": "84px";
2497
2863
  readonly "sem/dimension/size/component/xl": "68px";
2498
2864
  readonly "sem/dimension/size/component/lg": "56px";
2499
2865
  readonly "sem/dimension/size/component/md": "44px";
@@ -2529,9 +2895,9 @@ declare const _default: {
2529
2895
  readonly "page/details-container/form-view/list/section/content/left-padding": "24px";
2530
2896
  readonly "page/details-container/form-view/list/section/content/right-padding": "24px";
2531
2897
  readonly "page/details-container/form-view/list/section/content/min-width": "600px";
2898
+ readonly "page/details-container/form-view/list/section/content/background-color": "#ffffff";
2532
2899
  readonly "page/details-container/form-view/list/section/content/data-slot/max-width": "760px";
2533
2900
  readonly "page/details-container/form-view/list/section/content/data-slot/vertical-gap": "20px";
2534
- readonly "page/details-container/form-view/list/section/content/background-color": "#ffffff";
2535
2901
  readonly "page/details-container/form-view/list/section/content/stroke-color": "#0a2f4d22";
2536
2902
  readonly "page/details-container/form-view/list/section/content/border-radius": "12px";
2537
2903
  readonly "page/details-container/form-view/list/section/content/stroke-width/top-border": "1px";
@@ -2608,6 +2974,13 @@ declare const _default: {
2608
2974
  readonly "page/body/background-color": "#f5f8fc";
2609
2975
  readonly "page/popup/body/vertical_gap": "20px";
2610
2976
  readonly "page/drawer/body/vertical_gap": "20px";
2977
+ readonly Boolean: true;
2978
+ readonly "Flowkit/Purple": "#7b61ff";
2979
+ readonly "Flowkit/Charcoal": "#222222";
2980
+ readonly "Flowkit/Red": "#fc5555";
2981
+ readonly "Flowkit/Green": "#29cc6a";
2982
+ readonly "Flowkit/Blue": "#0099ff";
2983
+ readonly "Flowkit/White": "#ffffff";
2611
2984
  readonly "_In-Focus": "0px 0px 0px 4px #000000, 0px 0px 0px 2px #ffffff";
2612
2985
  readonly "Elevation/Level-1": "0px 2px 4px -2px #02305e16, 0px 2px 6px -1px #00375b0e";
2613
2986
  readonly "Elevation/Level-2": "0px 3px 6px -2px #02305e16, 0px 12px 16px -8px #02305e16";