fis-component 0.0.25 → 0.0.27

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 (132) hide show
  1. package/dist/cjs/index.js +57831 -51279
  2. package/dist/cjs/index.js.map +1 -1
  3. package/dist/cjs/types/src/assets/icons/CaretIcon.d.ts +3 -0
  4. package/dist/cjs/types/src/assets/icons/MoreIcon.d.ts +1 -0
  5. package/dist/cjs/types/src/assets/icons/UploadIcon.d.ts +1 -0
  6. package/dist/cjs/types/src/assets/icons/index.d.ts +3 -0
  7. package/dist/cjs/types/src/components/Avatar/Avatar.stories.d.ts +11 -2
  8. package/dist/cjs/types/src/components/Avatar/index.d.ts +5 -5
  9. package/dist/cjs/types/src/components/Avatar/styles.d.ts +3 -3
  10. package/dist/cjs/types/src/components/Badge/Badge.stories.d.ts +56 -1
  11. package/dist/cjs/types/src/components/Badge/index.d.ts +1 -1
  12. package/dist/cjs/types/src/components/Breadcrumb/Breadcrumb.stories.d.ts +8 -14
  13. package/dist/cjs/types/src/components/Button/styles.d.ts +2 -7
  14. package/dist/cjs/types/src/components/ChipButton/ChipButton.stories.d.ts +26 -2
  15. package/dist/cjs/types/src/components/ChipButton/index.d.ts +13 -5
  16. package/dist/cjs/types/src/components/Collapse/Collapse.stories.d.ts +15 -0
  17. package/dist/cjs/types/src/components/Collapse/index.d.ts +18 -0
  18. package/dist/cjs/types/src/components/Collapse/styles.d.ts +28 -0
  19. package/dist/cjs/types/src/components/Input/InputField/InputField.stories.d.ts +21 -5
  20. package/dist/cjs/types/src/components/Input/InputField/index.d.ts +2 -0
  21. package/dist/cjs/types/src/components/Input/InputStepper/InputStepper.stories.d.ts +77 -5
  22. package/dist/cjs/types/src/components/Input/InputText/InputText.stories.d.ts +12 -2
  23. package/dist/cjs/types/src/components/Notification/NotificationRender.d.ts +3 -0
  24. package/dist/cjs/types/src/components/Notification/context.d.ts +12 -0
  25. package/dist/cjs/types/src/components/Notification/index.d.ts +9 -0
  26. package/dist/cjs/types/src/components/Notification/stories/InfoUpdate.stories.d.ts +4 -0
  27. package/dist/cjs/types/src/components/Notification/stories/InfomationMockIcon.d.ts +1 -0
  28. package/dist/cjs/types/src/components/Notification/stories/SystemUpdate.stories.d.ts +4 -0
  29. package/dist/cjs/types/src/components/Notification/style.d.ts +21 -0
  30. package/dist/cjs/types/src/components/Notification/type.d.ts +25 -0
  31. package/dist/cjs/types/src/components/Notification/useNotification.d.ts +8 -0
  32. package/dist/cjs/types/src/components/ProgressCircular/Determinate.d.ts +3 -0
  33. package/dist/cjs/types/src/components/ProgressCircular/Indeterminate.d.ts +2 -0
  34. package/dist/cjs/types/src/components/ProgressCircular/ProgressCircular.stories.d.ts +5 -0
  35. package/dist/cjs/types/src/components/ProgressCircular/index.d.ts +14 -0
  36. package/dist/cjs/types/src/components/ProgressCircular/styles.d.ts +10 -0
  37. package/dist/cjs/types/src/components/ProgressCircular/util.d.ts +2 -0
  38. package/dist/cjs/types/src/components/ProgressLinear/Determinate.d.ts +2 -0
  39. package/dist/cjs/types/src/components/ProgressLinear/Indeterminate.d.ts +2 -0
  40. package/dist/cjs/types/src/components/ProgressLinear/ProgressLinear.stories.d.ts +5 -0
  41. package/dist/cjs/types/src/components/ProgressLinear/index.d.ts +13 -0
  42. package/dist/cjs/types/src/components/ProgressLinear/styles.d.ts +10 -0
  43. package/dist/cjs/types/src/components/Provider/globalStyle.d.ts +4 -0
  44. package/dist/cjs/types/src/components/SplitButton/SplitButton.stories.d.ts +12 -0
  45. package/dist/cjs/types/src/components/SplitButton/SplitButtonIcon.d.ts +4 -0
  46. package/dist/cjs/types/src/components/SplitButton/SplitButtonItem.d.ts +4 -0
  47. package/dist/cjs/types/src/components/SplitButton/index.d.ts +18 -0
  48. package/dist/cjs/types/src/components/SplitButton/styles.d.ts +16 -0
  49. package/dist/cjs/types/src/components/SplitButton/types.d.ts +21 -0
  50. package/dist/cjs/types/src/components/Table/ColumnCell/ColumnCell.stories.d.ts +2 -6
  51. package/dist/cjs/types/src/components/Table/ColumnCell/index.d.ts +3 -3
  52. package/dist/cjs/types/src/components/Table/ColumnCell/styles.d.ts +5 -5
  53. package/dist/cjs/types/src/components/Table/HeaderCell/HeaderCell.stories.d.ts +12 -14
  54. package/dist/cjs/types/src/components/Table/HeaderCell/index.d.ts +9 -7
  55. package/dist/cjs/types/src/components/Table/HeaderCell/styles.d.ts +4 -6
  56. package/dist/cjs/types/src/components/Table/Table/Table.stories.d.ts +8 -1
  57. package/dist/cjs/types/src/components/Table/Table/index.d.ts +1 -0
  58. package/dist/cjs/types/src/components/Table/Table/styles.d.ts +5 -1
  59. package/dist/cjs/types/src/components/Toast/Toast.stories.d.ts +141 -4
  60. package/dist/cjs/types/src/components/Toast/index.d.ts +1 -0
  61. package/dist/cjs/types/src/constants/regex.d.ts +1 -0
  62. package/dist/cjs/types/src/index.d.ts +5 -1
  63. package/dist/cjs/types/src/styles/design-system/variable.d.ts +218 -110
  64. package/dist/cjs/types/src/styles-entry.d.ts +1 -0
  65. package/dist/cjs/types/src/utils/getTheme.d.ts +218 -110
  66. package/dist/esm/index.js +57826 -51278
  67. package/dist/esm/index.js.map +1 -1
  68. package/dist/esm/types/src/assets/icons/CaretIcon.d.ts +3 -0
  69. package/dist/esm/types/src/assets/icons/MoreIcon.d.ts +1 -0
  70. package/dist/esm/types/src/assets/icons/UploadIcon.d.ts +1 -0
  71. package/dist/esm/types/src/assets/icons/index.d.ts +3 -0
  72. package/dist/esm/types/src/components/Avatar/Avatar.stories.d.ts +11 -2
  73. package/dist/esm/types/src/components/Avatar/index.d.ts +5 -5
  74. package/dist/esm/types/src/components/Avatar/styles.d.ts +3 -3
  75. package/dist/esm/types/src/components/Badge/Badge.stories.d.ts +56 -1
  76. package/dist/esm/types/src/components/Badge/index.d.ts +1 -1
  77. package/dist/esm/types/src/components/Breadcrumb/Breadcrumb.stories.d.ts +8 -14
  78. package/dist/esm/types/src/components/Button/styles.d.ts +2 -7
  79. package/dist/esm/types/src/components/ChipButton/ChipButton.stories.d.ts +26 -2
  80. package/dist/esm/types/src/components/ChipButton/index.d.ts +13 -5
  81. package/dist/esm/types/src/components/Collapse/Collapse.stories.d.ts +15 -0
  82. package/dist/esm/types/src/components/Collapse/index.d.ts +18 -0
  83. package/dist/esm/types/src/components/Collapse/styles.d.ts +28 -0
  84. package/dist/esm/types/src/components/Input/InputField/InputField.stories.d.ts +21 -5
  85. package/dist/esm/types/src/components/Input/InputField/index.d.ts +2 -0
  86. package/dist/esm/types/src/components/Input/InputStepper/InputStepper.stories.d.ts +77 -5
  87. package/dist/esm/types/src/components/Input/InputText/InputText.stories.d.ts +12 -2
  88. package/dist/esm/types/src/components/Notification/NotificationRender.d.ts +3 -0
  89. package/dist/esm/types/src/components/Notification/context.d.ts +12 -0
  90. package/dist/esm/types/src/components/Notification/index.d.ts +9 -0
  91. package/dist/esm/types/src/components/Notification/stories/InfoUpdate.stories.d.ts +4 -0
  92. package/dist/esm/types/src/components/Notification/stories/InfomationMockIcon.d.ts +1 -0
  93. package/dist/esm/types/src/components/Notification/stories/SystemUpdate.stories.d.ts +4 -0
  94. package/dist/esm/types/src/components/Notification/style.d.ts +21 -0
  95. package/dist/esm/types/src/components/Notification/type.d.ts +25 -0
  96. package/dist/esm/types/src/components/Notification/useNotification.d.ts +8 -0
  97. package/dist/esm/types/src/components/ProgressCircular/Determinate.d.ts +3 -0
  98. package/dist/esm/types/src/components/ProgressCircular/Indeterminate.d.ts +2 -0
  99. package/dist/esm/types/src/components/ProgressCircular/ProgressCircular.stories.d.ts +5 -0
  100. package/dist/esm/types/src/components/ProgressCircular/index.d.ts +14 -0
  101. package/dist/esm/types/src/components/ProgressCircular/styles.d.ts +10 -0
  102. package/dist/esm/types/src/components/ProgressCircular/util.d.ts +2 -0
  103. package/dist/esm/types/src/components/ProgressLinear/Determinate.d.ts +2 -0
  104. package/dist/esm/types/src/components/ProgressLinear/Indeterminate.d.ts +2 -0
  105. package/dist/esm/types/src/components/ProgressLinear/ProgressLinear.stories.d.ts +5 -0
  106. package/dist/esm/types/src/components/ProgressLinear/index.d.ts +13 -0
  107. package/dist/esm/types/src/components/ProgressLinear/styles.d.ts +10 -0
  108. package/dist/esm/types/src/components/Provider/globalStyle.d.ts +4 -0
  109. package/dist/esm/types/src/components/SplitButton/SplitButton.stories.d.ts +12 -0
  110. package/dist/esm/types/src/components/SplitButton/SplitButtonIcon.d.ts +4 -0
  111. package/dist/esm/types/src/components/SplitButton/SplitButtonItem.d.ts +4 -0
  112. package/dist/esm/types/src/components/SplitButton/index.d.ts +18 -0
  113. package/dist/esm/types/src/components/SplitButton/styles.d.ts +16 -0
  114. package/dist/esm/types/src/components/SplitButton/types.d.ts +21 -0
  115. package/dist/esm/types/src/components/Table/ColumnCell/ColumnCell.stories.d.ts +2 -6
  116. package/dist/esm/types/src/components/Table/ColumnCell/index.d.ts +3 -3
  117. package/dist/esm/types/src/components/Table/ColumnCell/styles.d.ts +5 -5
  118. package/dist/esm/types/src/components/Table/HeaderCell/HeaderCell.stories.d.ts +12 -14
  119. package/dist/esm/types/src/components/Table/HeaderCell/index.d.ts +9 -7
  120. package/dist/esm/types/src/components/Table/HeaderCell/styles.d.ts +4 -6
  121. package/dist/esm/types/src/components/Table/Table/Table.stories.d.ts +8 -1
  122. package/dist/esm/types/src/components/Table/Table/index.d.ts +1 -0
  123. package/dist/esm/types/src/components/Table/Table/styles.d.ts +5 -1
  124. package/dist/esm/types/src/components/Toast/Toast.stories.d.ts +141 -4
  125. package/dist/esm/types/src/components/Toast/index.d.ts +1 -0
  126. package/dist/esm/types/src/constants/regex.d.ts +1 -0
  127. package/dist/esm/types/src/index.d.ts +5 -1
  128. package/dist/esm/types/src/styles/design-system/variable.d.ts +218 -110
  129. package/dist/esm/types/src/styles-entry.d.ts +1 -0
  130. package/dist/esm/types/src/utils/getTheme.d.ts +218 -110
  131. package/dist/index.d.ts +322 -137
  132. package/package.json +1 -1
@@ -32,6 +32,7 @@ declare const _default: {
32
32
  readonly "com/accordion/head/background-color/default": "#ffffff00";
33
33
  readonly "com/accordion/head/background-color/hover": "#02305e16";
34
34
  readonly "com/accordion/head/background-color/disable": "#ffffff00";
35
+ readonly "com/accordion/divider/stroke-width": "1px";
35
36
  readonly "com/accordion/body/size-sm/top-padding": "8px";
36
37
  readonly "com/accordion/body/size-sm/left-padding": "0px";
37
38
  readonly "com/accordion/body/size-sm/right-padding": "0px";
@@ -79,10 +80,10 @@ declare const _default: {
79
80
  readonly "com/avatar/theme/icon/color-icon/ocean": "#00969d";
80
81
  readonly "com/avatar/theme/icon/color-icon/green": "#009559";
81
82
  readonly "com/avatar/theme/icon/color-icon/lime": "#4b8c00";
82
- readonly "com/avatar/theme/icon/color-icon/blue": "#008ee1";
83
- readonly "com/avatar/theme/icon/color-icon/indigo": "#4278f5";
84
83
  readonly "com/avatar/theme/icon/color-icon/pink": "#cd44a7";
85
84
  readonly "com/avatar/theme/icon/color-icon/violet": "#a65dcf";
85
+ readonly "com/avatar/theme/icon/color-icon/indigo": "#4278f5";
86
+ readonly "com/avatar/theme/icon/color-icon/blue": "#008ee1";
86
87
  readonly "com/avatar/theme/label/color-text/neutral": "#828f96";
87
88
  readonly "com/avatar/theme/label/color-text/red": "#df3e3f";
88
89
  readonly "com/avatar/theme/label/color-text/orange": "#cc5602";
@@ -125,8 +126,8 @@ declare const _default: {
125
126
  readonly "com/avatar/status-badge/size-sm/stroke-width": "1.3px";
126
127
  readonly "com/avatar/status-badge/size-md/stroke-width": "2px";
127
128
  readonly "com/avatar/status-badge/size-lg/stroke-width": "2px";
128
- readonly "com/avatar/status-badge/theme/red": "#f5685f";
129
129
  readonly "com/avatar/status-badge/theme/green": "#00b077";
130
+ readonly "com/avatar/status-badge/theme/red": "#f5685f";
130
131
  readonly "com/avatar/status-badge/theme/yellow": "#d58e00";
131
132
  readonly "com/avatar/status-badge/theme/blue": "#00a6e5";
132
133
  readonly "com/avatar/status-badge/theme/neutral": "#dee3e7";
@@ -139,8 +140,8 @@ declare const _default: {
139
140
  readonly "com/alert-banner/stroke-width": "1px";
140
141
  readonly "com/alert-banner/label/horizonal-gap": "12px";
141
142
  readonly "com/alert-banner/label/vertical-gap": "4px";
142
- readonly "com/alert-banner/icon-wrap/height": "20px";
143
143
  readonly "com/alert-banner/close-wrap/margin": "-4px";
144
+ readonly "com/alert-banner/icon-wrap/height": "20px";
144
145
  readonly "com/alert-banner/icon/left-padding": "4px";
145
146
  readonly "com/alert-banner/icon/size-icon": "20px";
146
147
  readonly "com/alert-banner/action/horizontal-gap": "16px";
@@ -151,9 +152,9 @@ declare const _default: {
151
152
  readonly "com/alert-banner/theme/icon/color-icon/negative": "#d8473c";
152
153
  readonly "com/alert-banner/theme/title/color-text/neutral": "#1e2225";
153
154
  readonly "com/alert-banner/theme/title/color-text/info": "#1e2225";
154
- readonly "com/alert-banner/theme/title/color-text/negative": "#1e2225";
155
155
  readonly "com/alert-banner/theme/title/color-text/positive": "#1e2225";
156
156
  readonly "com/alert-banner/theme/title/color-text/caution": "#1e2225";
157
+ readonly "com/alert-banner/theme/title/color-text/negative": "#1e2225";
157
158
  readonly "com/alert-banner/theme/description/color-text/neutral": "#505a5f";
158
159
  readonly "com/alert-banner/theme/description/color-text/info": "#505a5f";
159
160
  readonly "com/alert-banner/theme/description/color-text/positive": "#505a5f";
@@ -279,13 +280,13 @@ declare const _default: {
279
280
  readonly "com/badge/solid/background-color/indigo": "#4278f5";
280
281
  readonly "com/badge/solid/background-color/violet": "#a65dcf";
281
282
  readonly "com/badge/solid/background-color/pink": "#cd44a7";
282
- readonly "com/badge/solid/background-color/negative": "#d0121c";
283
- readonly "com/badge/solid/background-color/positive": "#007d35";
284
283
  readonly "com/badge/solid/background-color/caution": "#a94900";
285
284
  readonly "com/badge/solid/background-color/info": "#006bdf";
285
+ readonly "com/badge/solid/background-color/positive": "#007d35";
286
+ readonly "com/badge/solid/background-color/negative": "#d0121c";
286
287
  readonly "com/badge/disable/icon/color-icon": "#c5cdd2";
287
- readonly "com/badge/disable/label/color-text": "#c5cdd2";
288
288
  readonly "com/badge/disable/color-stroke": "#02305e16";
289
+ readonly "com/badge/disable/label/color-text": "#c5cdd2";
289
290
  readonly "com/badge/disable/background-color": "#ffffff";
290
291
  readonly "com/breadcrumbs/module/horizontal-gap": "4px";
291
292
  readonly "com/breadcrumbs/module/horizontal-padding": "4px";
@@ -352,13 +353,10 @@ declare const _default: {
352
353
  readonly "com/button/disable-invert/stroke-color": "#ffffff30";
353
354
  readonly "com/button/loading/background-color": "#e9edf1";
354
355
  readonly "com/button/loading/background-color-transparent": "#ffffff00";
355
- readonly "com/button/loading/stroke-color": "#0a2f4d22";
356
- readonly "com/button/loading/icon/stroke-color": "#343d41";
357
- readonly "com/button/loading/icon/stroke-color-transparent": "#02305e16";
356
+ readonly "com/button/loading/stroke-color": "#02305e16";
358
357
  readonly "com/button/loading-invert/solid-background-color": "#ffffff30";
359
358
  readonly "com/button/loading-invert/background-color-transparent": "#ffffff00";
360
- readonly "com/button/loading-invert/icon/stroke-color": "#ffffff";
361
- readonly "com/button/loading-invert/icon/stroke-color-transparent": "#ffffff00";
359
+ readonly "com/button/loading-invert/stroke-color": "#ffffff30";
362
360
  readonly "com/button/primary/background/default": "#2f3cc1";
363
361
  readonly "com/button/primary/background/hover": "#3263e7";
364
362
  readonly "com/button/primary/background/pressed": "#242173";
@@ -476,6 +474,86 @@ declare const _default: {
476
474
  readonly "com/button-group/divider/divider-color/disable": "#02305e16";
477
475
  readonly "com/button-group/background-color/default": "#ffffff";
478
476
  readonly "com/button-group/background-color/disable": "#ffffff00";
477
+ readonly "com/menu/top-padding": "8px";
478
+ readonly "com/menu/right-padding": "8px";
479
+ readonly "com/menu/bottom-padding": "8px";
480
+ readonly "com/menu/left-padding": "8px";
481
+ readonly "com/menu/corner-radius": "12px";
482
+ readonly "com/menu/background-color": "#ffffff";
483
+ readonly "com/menu/min-width": "132px";
484
+ readonly "com/menu/max-height": "780px";
485
+ readonly "com/menu/search-bar/size": "Md (36)";
486
+ readonly "com/menu/scrollbar/direction": "Vertical";
487
+ readonly "com/menu/group-label/horizontal-padding": "8px";
488
+ readonly "com/menu/group-label/vertical-padding": "4px";
489
+ readonly "com/menu/group-label/color-text": "#828f96";
490
+ readonly "com/menu/border/stroke-width": "1px";
491
+ readonly "com/menu/border/color-stroke": "#0a2f4d22";
492
+ readonly "com/menu/divider/stroke-width": "1px";
493
+ readonly "com/menu/divider/color-stroke": "#0a2f4d22";
494
+ readonly "com/menu/divider/padding": "Xs (8)";
495
+ readonly "com/menu/item/horizontal-gap": "8px";
496
+ readonly "com/menu/item/vertical-gap": "2px";
497
+ readonly "com/menu/item/corner-radius": "6px";
498
+ readonly "com/menu/item/min-width": "204px";
499
+ readonly "com/menu/item/size-md/vertical-padding": "8px";
500
+ readonly "com/menu/item/size-md/horizontal-padding": "8px";
501
+ readonly "com/menu/item/size-md/min-height": "36px";
502
+ readonly "com/menu/item/size-md/icon/size-icon": "20px";
503
+ readonly "com/menu/item/size-lg/vertical-padding": "12px";
504
+ readonly "com/menu/item/size-lg/horizontal-padding": "12px";
505
+ readonly "com/menu/item/size-lg/min-height": "44px";
506
+ readonly "com/menu/item/size-lg/icon/size-icon": "20px";
507
+ readonly "com/menu/item/action/icon/color-icon/default": "#505a5f";
508
+ readonly "com/menu/item/action/icon/color-icon/hover": "#343d41";
509
+ readonly "com/menu/item/action/label/color-text/default": "#505a5f";
510
+ readonly "com/menu/item/action/label/color-text/hover": "#1e2225";
511
+ readonly "com/menu/item/action/description/color-text/default": "#828f96";
512
+ readonly "com/menu/item/action/description/color-text/hover": "#505a5f";
513
+ readonly "com/menu/item/action/background-color/default": "#ffffff00";
514
+ readonly "com/menu/item/action/background-color/hover": "#02305e16";
515
+ readonly "com/menu/item/action/background-color/selected": "#00375b0e";
516
+ readonly "com/menu/item/action/badge/size": "Sm (20)";
517
+ readonly "com/menu/item/action/badge/theme": "Neutral - Light";
518
+ readonly "com/menu/item/leveling/label/color-text/default": "#505a5f";
519
+ readonly "com/menu/item/leveling/label/color-text/hover": "#1e2225";
520
+ readonly "com/menu/item/leveling/label/color-text/selected": "#2a30a0";
521
+ readonly "com/menu/item/leveling/description/color-text/default": "#828f96";
522
+ readonly "com/menu/item/leveling/description/color-text/hover": "#505a5f";
523
+ readonly "com/menu/item/leveling/description/color-text/selected": "#828f96";
524
+ readonly "com/menu/item/leveling/icon/color-icon/default": "#505a5f";
525
+ readonly "com/menu/item/leveling/icon/color-icon/hover": "#343d41";
526
+ readonly "com/menu/item/leveling/icon/color-icon/selected": "#2f3cc1";
527
+ readonly "com/menu/item/leveling/background-color/default": "#ffffff00";
528
+ readonly "com/menu/item/leveling/background-color/hover": "#02305e16";
529
+ readonly "com/menu/item/leveling/background-color/selected": "#f5f8fc";
530
+ readonly "com/menu/item/select-able/label/color-text/default": "#505a5f";
531
+ readonly "com/menu/item/select-able/label/color-text/hover": "#1e2225";
532
+ readonly "com/menu/item/select-able/label/color-text/selected": "#2a30a0";
533
+ readonly "com/menu/item/select-able/description/color-text/default": "#828f96";
534
+ readonly "com/menu/item/select-able/description/color-text/hover": "#505a5f";
535
+ readonly "com/menu/item/select-able/description/color-text/selected": "#828f96";
536
+ readonly "com/menu/item/select-able/icon/color-icon/default": "#505a5f";
537
+ readonly "com/menu/item/select-able/icon/color-icon/hover": "#343d41";
538
+ readonly "com/menu/item/select-able/icon/color-icon/selected": "#2f3cc1";
539
+ readonly "com/menu/item/select-able/background-color/default": "#ffffff00";
540
+ readonly "com/menu/item/select-able/background-color/hover": "#02305e16";
541
+ readonly "com/menu/item/select-able/background-color/selected": "#f5f8fc";
542
+ readonly "com/menu/item/disable/label/color-text": "#c5cdd2";
543
+ readonly "com/menu/item/disable/description/color-text": "#c5cdd2";
544
+ readonly "com/menu/item/disable/icon/color-icon": "#c5cdd2";
545
+ readonly "com/menu/item/disable/background/background-color": "#ffffff00";
546
+ readonly "com/menu/item/action-negative/icon/color-icon/default": "#d8473c";
547
+ readonly "com/menu/item/action-negative/icon/color-icon/hover": "#d8473c";
548
+ readonly "com/menu/item/action-negative/label/color-text/default": "#a80a12";
549
+ readonly "com/menu/item/action-negative/label/color-text/hover": "#a80a12";
550
+ readonly "com/menu/item/action-negative/description/color-text/default": "#828f96";
551
+ readonly "com/menu/item/action-negative/description/color-text/hover": "#505a5f";
552
+ readonly "com/menu/item/action-negative/background-color/default": "#ffffff00";
553
+ readonly "com/menu/item/action-negative/background-color/hover": "#fee9e7";
554
+ readonly "com/menu/item/action-negative/background-color/selected": "#feeeed";
555
+ readonly "com/menu/item/action-negative/badge/size": "Sm (20)";
556
+ readonly "com/menu/item/action-negative/badge/theme": "Neutral - Light";
479
557
  readonly "com/checkbox/horizontal-gap": "8px";
480
558
  readonly "com/checkbox/item/stroke-width": "1px";
481
559
  readonly "com/checkbox/item/marked/background-color/default": "#2f3cc1";
@@ -944,75 +1022,6 @@ declare const _default: {
944
1022
  readonly "com/link/invert/label-color/hover": "#ffffff";
945
1023
  readonly "com/link/invert/icon-color/default": "#ffffff";
946
1024
  readonly "com/link/invert/icon-color/hover": "#ffffff";
947
- readonly "com/menu/right-padding": "8px";
948
- readonly "com/menu/left-padding": "8px";
949
- readonly "com/menu/top-padding": "8px";
950
- readonly "com/menu/bottom-padding": "8px";
951
- readonly "com/menu/corner-radius": "12px";
952
- readonly "com/menu/background-color": "#ffffff";
953
- readonly "com/menu/min-width": "132px";
954
- readonly "com/menu/max-height": "780px";
955
- readonly "com/menu/search-bar/size": "Md (36)";
956
- readonly "com/menu/scrollbar/direction": "Vertical";
957
- readonly "com/menu/group-label/horizontal-padding": "8px";
958
- readonly "com/menu/group-label/vertical-padding": "4px";
959
- readonly "com/menu/group-label/color-text": "#828f96";
960
- readonly "com/menu/border/stroke-width": "1px";
961
- readonly "com/menu/border/color-stroke": "#0a2f4d22";
962
- readonly "com/menu/divider/stroke-width": "1px";
963
- readonly "com/menu/divider/color-stroke": "#0a2f4d22";
964
- readonly "com/menu/divider/padding": "Xs (8)";
965
- readonly "com/menu/item/horizontal-gap": "8px";
966
- readonly "com/menu/item/vertical-gap": "2px";
967
- readonly "com/menu/item/corner-radius": "6px";
968
- readonly "com/menu/item/min-width": "204px";
969
- readonly "com/menu/item/size-md/vertical-padding": "8px";
970
- readonly "com/menu/item/size-md/horizontal-padding": "8px";
971
- readonly "com/menu/item/size-md/min-height": "36px";
972
- readonly "com/menu/item/size-md/icon/size-icon": "20px";
973
- readonly "com/menu/item/size-lg/vertical-padding": "12px";
974
- readonly "com/menu/item/size-lg/horizontal-padding": "12px";
975
- readonly "com/menu/item/size-lg/min-height": "44px";
976
- readonly "com/menu/item/size-lg/icon/size-icon": "20px";
977
- readonly "com/menu/item/action/icon/color-icon/default": "#505a5f";
978
- readonly "com/menu/item/action/icon/color-icon/hover": "#343d41";
979
- readonly "com/menu/item/action/label/color-text/default": "#505a5f";
980
- readonly "com/menu/item/action/label/color-text/hover": "#1e2225";
981
- readonly "com/menu/item/action/description/color-text/default": "#828f96";
982
- readonly "com/menu/item/action/description/color-text/hover": "#505a5f";
983
- readonly "com/menu/item/action/background-color/default": "#ffffff00";
984
- readonly "com/menu/item/action/background-color/hover": "#02305e16";
985
- readonly "com/menu/item/action/background-color/selected": "#00375b0e";
986
- readonly "com/menu/item/action/badge/size": "Sm (20)";
987
- readonly "com/menu/item/action/badge/theme": "Neutral - Light";
988
- readonly "com/menu/item/leveling/label/color-text/default": "#505a5f";
989
- readonly "com/menu/item/leveling/label/color-text/hover": "#1e2225";
990
- readonly "com/menu/item/leveling/label/color-text/selected": "#2a30a0";
991
- readonly "com/menu/item/leveling/description/color-text/default": "#828f96";
992
- readonly "com/menu/item/leveling/description/color-text/hover": "#505a5f";
993
- readonly "com/menu/item/leveling/description/color-text/selected": "#828f96";
994
- readonly "com/menu/item/leveling/icon/color-icon/default": "#505a5f";
995
- readonly "com/menu/item/leveling/icon/color-icon/hover": "#343d41";
996
- readonly "com/menu/item/leveling/icon/color-icon/selected": "#2f3cc1";
997
- readonly "com/menu/item/leveling/background-color/default": "#ffffff00";
998
- readonly "com/menu/item/leveling/background-color/hover": "#02305e16";
999
- readonly "com/menu/item/leveling/background-color/selected": "#f5f8fc";
1000
- readonly "com/menu/item/select-able/label/color-text/default": "#505a5f";
1001
- readonly "com/menu/item/select-able/label/color-text/hover": "#1e2225";
1002
- readonly "com/menu/item/select-able/label/color-text/selected": "#2a30a0";
1003
- readonly "com/menu/item/select-able/description/color-text/default": "#828f96";
1004
- readonly "com/menu/item/select-able/description/color-text/hover": "#505a5f";
1005
- readonly "com/menu/item/select-able/description/color-text/selected": "#828f96";
1006
- readonly "com/menu/item/select-able/icon/color-icon/default": "#505a5f";
1007
- readonly "com/menu/item/select-able/icon/color-icon/hover": "#343d41";
1008
- readonly "com/menu/item/select-able/icon/color-icon/selected": "#2f3cc1";
1009
- readonly "com/menu/item/select-able/background-color/default": "#ffffff00";
1010
- readonly "com/menu/item/select-able/background-color/hover": "#02305e16";
1011
- readonly "com/menu/item/select-able/background-color/selected": "#f5f8fc";
1012
- readonly "com/menu/item/disable/label/color-text": "#c5cdd2";
1013
- readonly "com/menu/item/disable/description/color-text": "#c5cdd2";
1014
- readonly "com/menu/item/disable/icon/color-icon": "#c5cdd2";
1015
- readonly "com/menu/item/disable/background/background-color": "#ffffff00";
1016
1025
  readonly "com/navigation/background-color": "#ffffff";
1017
1026
  readonly "com/navigation/corner-radius": "28px";
1018
1027
  readonly "com/navigation/width": "280px";
@@ -1088,6 +1097,7 @@ declare const _default: {
1088
1097
  readonly "com/notification/title-n-content/sub-spacing": "4px";
1089
1098
  readonly "com/notification/action/horizontal-gap": "16px";
1090
1099
  readonly "com/notification/icon/size-icon": "20px";
1100
+ readonly "com/notification/status-line/width": "4px";
1091
1101
  readonly "com/notification/theme/label/color-text/default": "#1e2225";
1092
1102
  readonly "com/notification/theme/label/color-text/info": "#1e2225";
1093
1103
  readonly "com/notification/theme/label/color-text/positive": "#1e2225";
@@ -1396,9 +1406,9 @@ declare const _default: {
1396
1406
  readonly "com/select/field/disable/background-color": "#ffffff00";
1397
1407
  readonly "com/select/field/disable/background-color-transparent": "#ffffff00";
1398
1408
  readonly "com/select/field/disable/stroke-color": "#02305e16";
1399
- readonly "com/select/field/default/background/default": "#ffffff";
1400
- readonly "com/select/field/default/background/hover": "#e9edf1";
1401
- readonly "com/select/field/default/background/active": "#f1f4f6";
1409
+ readonly "com/select/field/default/background/default": "#f8f9fb";
1410
+ readonly "com/select/field/default/background/hover": "#dee3e7";
1411
+ readonly "com/select/field/default/background/active": "#f8f9fb";
1402
1412
  readonly "com/select/field/default/border/default": "#0d2e433d";
1403
1413
  readonly "com/select/field/default/border/hover": "#0d2e433d";
1404
1414
  readonly "com/select/field/default/border/active": "#3263e7";
@@ -1426,6 +1436,20 @@ declare const _default: {
1426
1436
  readonly "com/select/hint/neutral/label/color-text": "#505a5f";
1427
1437
  readonly "com/select/hint/disable/icon/color-icon": "#c5cdd2";
1428
1438
  readonly "com/select/hint/disable/label/color-text": "#c5cdd2";
1439
+ readonly "com/split-button/size-xs/width": "24px";
1440
+ readonly "com/split-button/size-xs/icon/width": "16px";
1441
+ readonly "com/split-button/size-sm/width": "24px";
1442
+ readonly "com/split-button/size-sm/icon/width": "16px";
1443
+ readonly "com/split-button/size-md/width": "28px";
1444
+ readonly "com/split-button/size-md/icon/width": "16px";
1445
+ readonly "com/split-button/size-lg/width": "28px";
1446
+ readonly "com/split-button/size-lg/icon/width": "16px";
1447
+ readonly "com/split-button/primary/divider/color-stroke": "#ffffff82";
1448
+ readonly "com/split-button/primary/divider/stroke-width": "1px";
1449
+ readonly "com/split-button/primary-invert/divider/color-stroke": "#00152096";
1450
+ readonly "com/split-button/primary-invert/divider/stroke-width": "1px";
1451
+ readonly "com/split-button/disable/divider/color-stroke": "#02305e16";
1452
+ readonly "com/split-button/disable-invert/divider/color-stroke": "#ffffff30";
1429
1453
  readonly "com/switch/horizontal-gap": "8px";
1430
1454
  readonly "com/switch/item/stroke-width": "1px";
1431
1455
  readonly "com/switch/item/corner-radius": "9999px";
@@ -1609,7 +1633,6 @@ declare const _default: {
1609
1633
  readonly "com/toast/right-padding": "8px";
1610
1634
  readonly "com/toast/left-padding": "12px";
1611
1635
  readonly "com/toast/vertical-padding": "8px";
1612
- readonly "com/toast/horizontal-gap": "8px";
1613
1636
  readonly "com/toast/theme/icon/left-padding": "2px";
1614
1637
  readonly "com/toast/theme/icon/color-icon/neutral": "#505a5f";
1615
1638
  readonly "com/toast/theme/icon/color-icon/info": "#0083f0";
@@ -1639,6 +1662,7 @@ declare const _default: {
1639
1662
  readonly "com/toast/theme/background-color/positive": "#eaf7ee";
1640
1663
  readonly "com/toast/theme/background-color/caution": "#fcf4e0";
1641
1664
  readonly "com/toast/theme/background-color/negative": "#feeeed";
1665
+ readonly "com/toast/horizontal-gap": "8px";
1642
1666
  readonly "com/toast/corner-radius": "8px";
1643
1667
  readonly "com/tooltip/size-md/horizontal-padding": "12px";
1644
1668
  readonly "com/tooltip/size-md/vertical-padding": "8px";
@@ -1680,8 +1704,8 @@ declare const _default: {
1680
1704
  readonly "com/topbar/left-items/left-bar-expand/horizontal-gap": "0px";
1681
1705
  readonly "com/topbar/left-items/logo/horizontal-gap": "20px";
1682
1706
  readonly "com/topbar/left-items/logo/horizontal-padding": "8px";
1683
- readonly "com/topbar/left-items/logo/width": "280px";
1684
1707
  readonly "com/topbar/left-items/logo/height": "28px";
1708
+ readonly "com/topbar/left-items/logo/width": "280px";
1685
1709
  readonly "com/topbar/background-color": "#ffffff";
1686
1710
  readonly "com/topbar/left-padding": "16px";
1687
1711
  readonly "com/topbar/right-padding": "20px";
@@ -1692,13 +1716,78 @@ declare const _default: {
1692
1716
  readonly "com/topbar/right-items/user-profile/horizontal-gap": "8px";
1693
1717
  readonly "com/topbar/right-items/user-profile/vertical-padding": "4px";
1694
1718
  readonly "com/topbar/right-items/user-profile/corner-radius": "6px";
1695
- readonly "com/topbar/right-items/user-profile/icon/color-icon": "#505a5f";
1696
1719
  readonly "com/topbar/right-items/user-profile/label/color-text": "#505a5f";
1720
+ readonly "com/topbar/right-items/user-profile/icon/color-icon": "#505a5f";
1697
1721
  readonly "com/typing-cursor/default": "#2a30a0";
1698
1722
  readonly "com/typing-cursor/negative": "#a80a12";
1723
+ readonly "com/progress-indicator/default/indicator/lead-color": "#2f3cc1";
1724
+ readonly "com/progress-indicator/default/indicator/trail-color": "#ffffff1c";
1725
+ readonly "com/progress-indicator/default/background-color": "#e7f1fa";
1726
+ readonly "com/progress-indicator/invert/indicator/lead-color": "#ffffff";
1727
+ readonly "com/progress-indicator/invert/indicator/trail-color": "#ffffff00";
1728
+ readonly "com/progress-indicator/invert/background-color": "#ffffff1c";
1729
+ readonly "com/progress-indicator/circular/size-xs/width": "16px";
1730
+ readonly "com/progress-indicator/circular/size-xs/indicator/stroke-width": "1.3px";
1731
+ readonly "com/progress-indicator/circular/size-xs/indicator/indicator": "12px";
1732
+ readonly "com/progress-indicator/circular/size-sm/width": "20px";
1733
+ readonly "com/progress-indicator/circular/size-sm/indicator/stroke-width": "2px";
1734
+ readonly "com/progress-indicator/circular/size-sm/indicator/indicator": "16px";
1735
+ readonly "com/progress-indicator/circular/size-md/width": "36px";
1736
+ readonly "com/progress-indicator/circular/size-md/indicator/stroke-width": "3px";
1737
+ readonly "com/progress-indicator/circular/size-md/indicator/indicator": "24px";
1738
+ readonly "com/progress-indicator/circular/size-lg/width": "44px";
1739
+ readonly "com/progress-indicator/circular/size-lg/indicator/stroke-width": "4px";
1740
+ readonly "com/progress-indicator/circular/size-lg/indicator/indicator": "28px";
1741
+ readonly "com/progress-indicator/linear/size-sm/height": "2px";
1742
+ readonly "com/progress-indicator/linear/size-md/height": "4px";
1743
+ readonly "com/progress-indicator/linear/size-lg/height": "8px";
1699
1744
  readonly "com/icon/size/from-28/stroke-width": "2px";
1700
1745
  readonly "com/icon/size/from-20/stroke-width": "1.3px";
1701
1746
  readonly "com/icon/size/under-20/stroke-width": "1px";
1747
+ readonly "com/featured-icon/size/24/width": "24px";
1748
+ readonly "com/featured-icon/size/24/corner-radius": "6px";
1749
+ readonly "com/featured-icon/size/24/size-icon": "16px";
1750
+ readonly "com/featured-icon/size/24/border-width": "1px";
1751
+ readonly "com/featured-icon/size/28/width": "28px";
1752
+ readonly "com/featured-icon/size/28/corner-radius": "6px";
1753
+ readonly "com/featured-icon/size/28/size-icon": "16px";
1754
+ readonly "com/featured-icon/size/28/border-width": "1px";
1755
+ readonly "com/featured-icon/size/36/width": "36px";
1756
+ readonly "com/featured-icon/size/36/corner-radius": "8px";
1757
+ readonly "com/featured-icon/size/36/size-icon": "20px";
1758
+ readonly "com/featured-icon/size/36/border-width": "1px";
1759
+ readonly "com/featured-icon/size/44/width": "44px";
1760
+ readonly "com/featured-icon/size/44/corner-radius": "8px";
1761
+ readonly "com/featured-icon/size/44/size-icon": "24px";
1762
+ readonly "com/featured-icon/size/44/border-width": "1.3px";
1763
+ readonly "com/featured-icon/size/56/width": "56px";
1764
+ readonly "com/featured-icon/size/56/corner-radius": "12px";
1765
+ readonly "com/featured-icon/size/56/size-icon": "28px";
1766
+ readonly "com/featured-icon/size/56/border-width": "1.3px";
1767
+ readonly "com/featured-icon/size/68/width": "68px";
1768
+ readonly "com/featured-icon/size/68/corner-radius": "12px";
1769
+ readonly "com/featured-icon/size/68/size-icon": "36px";
1770
+ readonly "com/featured-icon/size/68/border-width": "2px";
1771
+ readonly "com/featured-icon/size/84/width": "84px";
1772
+ readonly "com/featured-icon/size/84/corner-radius": "12px";
1773
+ readonly "com/featured-icon/size/84/size-icon": "44px";
1774
+ readonly "com/featured-icon/size/84/border-width": "2px";
1775
+ readonly "com/featured-icon/size/corner-radius-rounded": "9999px";
1776
+ readonly "com/featured-icon/theme/neutral/icon/color-stroke": "#343d41";
1777
+ readonly "com/featured-icon/theme/neutral/background-color": "#ffffff";
1778
+ readonly "com/featured-icon/theme/neutral/border/color-stroke": "#0d2e433d";
1779
+ readonly "com/featured-icon/theme/info/icon/color-stroke": "#006bdf";
1780
+ readonly "com/featured-icon/theme/info/background-color": "#f5fafd";
1781
+ readonly "com/featured-icon/theme/info/border/color-stroke": "#c1e2fc";
1782
+ readonly "com/featured-icon/theme/positive/background-color": "#f5fbf7";
1783
+ readonly "com/featured-icon/theme/positive/icon/color-stroke": "#007d35";
1784
+ readonly "com/featured-icon/theme/positive/border/color-stroke": "#c0e6ce";
1785
+ readonly "com/featured-icon/theme/caution/background-color": "#fdf9ed";
1786
+ readonly "com/featured-icon/theme/caution/icon/color-stroke": "#a94900";
1787
+ readonly "com/featured-icon/theme/caution/border/color-stroke": "#f8dbab";
1788
+ readonly "com/featured-icon/theme/negative/background-color": "#fef8f7";
1789
+ readonly "com/featured-icon/theme/negative/icon/color-stroke": "#d0121c";
1790
+ readonly "com/featured-icon/theme/negative/border/color-stroke": "#fdd3cd";
1702
1791
  readonly "pri/color/brand/primary/10": "#f9fbfd";
1703
1792
  readonly "pri/color/brand/primary/25": "#f5f8fc";
1704
1793
  readonly "pri/color/brand/primary/50": "#e7f1fa";
@@ -2202,26 +2291,46 @@ declare const _default: {
2202
2291
  readonly "sem/color/background/brand/secondary/accent/selected": "#823e00";
2203
2292
  readonly "sem/color/background/brand/secondary/accent/disable": "#e9edf1";
2204
2293
  readonly "sem/color/background/black/always_black": "#000000";
2205
- readonly "sem/color/background/transparent/canvas/default": "#ffffff00";
2206
- readonly "sem/color/background/transparent/canvas/hover": "#02305e16";
2207
- readonly "sem/color/background/transparent/canvas/active": "#00375b0e";
2208
- readonly "sem/color/background/transparent/canvas/pressed": "#0a2f4d22";
2209
- readonly "sem/color/background/transparent/canvas/selected": "#00375b0e";
2210
- readonly "sem/color/background/transparent/canvas/disable": "#ffffff00";
2211
- readonly "sem/color/background/transparent/soft/default": "#00375b0e";
2212
- readonly "sem/color/background/transparent/soft/hover": "#0a2f4d22";
2213
- readonly "sem/color/background/transparent/soft/active": "#02305e16";
2214
- readonly "sem/color/background/transparent/soft/disable": "#04287007";
2215
- readonly "sem/color/background/transparent/sub/default": "#0d2e433d";
2216
- readonly "sem/color/background/transparent/sub/hover": "#09233182";
2217
- readonly "sem/color/background/transparent/sub/active": "#0422355e";
2218
- readonly "sem/color/background/transparent/sub/disable": "#04287007";
2219
- readonly "sem/color/background/transparent/accent/default": "#00152096";
2220
- readonly "sem/color/background/transparent/accent/hover": "#0a2f4d22";
2221
- readonly "sem/color/background/transparent/accent/active": "#0d2e433d";
2222
- readonly "sem/color/background/transparent/accent/pressed": "#09233182";
2223
- readonly "sem/color/background/transparent/accent/selected": "#0d2e433d";
2224
- readonly "sem/color/background/transparent/accent/disable": "#02305e16";
2294
+ readonly "sem/color/background/transparent/black/canvas/default": "#ffffff00";
2295
+ readonly "sem/color/background/transparent/black/canvas/hover": "#02305e16";
2296
+ readonly "sem/color/background/transparent/black/canvas/active": "#00375b0e";
2297
+ readonly "sem/color/background/transparent/black/canvas/pressed": "#0a2f4d22";
2298
+ readonly "sem/color/background/transparent/black/canvas/selected": "#00375b0e";
2299
+ readonly "sem/color/background/transparent/black/canvas/disable": "#ffffff00";
2300
+ readonly "sem/color/background/transparent/black/soft/default": "#00375b0e";
2301
+ readonly "sem/color/background/transparent/black/soft/hover": "#0a2f4d22";
2302
+ readonly "sem/color/background/transparent/black/soft/active": "#02305e16";
2303
+ readonly "sem/color/background/transparent/black/soft/disable": "#04287007";
2304
+ readonly "sem/color/background/transparent/black/sub/default": "#0d2e433d";
2305
+ readonly "sem/color/background/transparent/black/sub/hover": "#09233182";
2306
+ readonly "sem/color/background/transparent/black/sub/active": "#0422355e";
2307
+ readonly "sem/color/background/transparent/black/sub/disable": "#04287007";
2308
+ readonly "sem/color/background/transparent/black/accent/default": "#00152096";
2309
+ readonly "sem/color/background/transparent/black/accent/hover": "#0a2f4d22";
2310
+ readonly "sem/color/background/transparent/black/accent/active": "#0d2e433d";
2311
+ readonly "sem/color/background/transparent/black/accent/pressed": "#09233182";
2312
+ readonly "sem/color/background/transparent/black/accent/selected": "#0d2e433d";
2313
+ readonly "sem/color/background/transparent/black/accent/disable": "#02305e16";
2314
+ readonly "sem/color/background/transparent/white/canvas/default": "#ffffff00";
2315
+ readonly "sem/color/background/transparent/white/canvas/hover": "#ffffff0e";
2316
+ readonly "sem/color/background/transparent/white/canvas/active": "#ffffff06";
2317
+ readonly "sem/color/background/transparent/white/canvas/pressed": "#ffffff1c";
2318
+ readonly "sem/color/background/transparent/white/canvas/selected": "#ffffff06";
2319
+ readonly "sem/color/background/transparent/white/canvas/disable": "#ffffff00";
2320
+ readonly "sem/color/background/transparent/white/soft/default": "#ffffff06";
2321
+ readonly "sem/color/background/transparent/white/soft/hover": "#ffffff30";
2322
+ readonly "sem/color/background/transparent/white/soft/active": "#ffffff1c";
2323
+ readonly "sem/color/background/transparent/white/soft/disable": "#ffffff06";
2324
+ readonly "sem/color/background/transparent/white/sub/default": "#ffffff1c";
2325
+ readonly "sem/color/background/transparent/white/sub/hover": "#ffffff49";
2326
+ readonly "sem/color/background/transparent/white/sub/active": "#ffffff30";
2327
+ readonly "sem/color/background/transparent/white/sub/disable": "#ffffff06";
2328
+ readonly "sem/color/background/transparent/white/accent/default": "#ffffff82";
2329
+ readonly "sem/color/background/transparent/white/accent/hover": "#ffffff1c";
2330
+ readonly "sem/color/background/transparent/white/accent/active": "#ffffff30";
2331
+ readonly "sem/color/background/transparent/white/accent/pressed": "#ffffff65";
2332
+ readonly "sem/color/background/transparent/white/accent/selected": "#ffffff30";
2333
+ readonly "sem/color/background/transparent/white/accent/disable": "#ffffff0e";
2225
2334
  readonly "sem/color/background/function/info/canvas/default": "#f5fafd";
2226
2335
  readonly "sem/color/background/function/info/canvas/hover": "#def1fd";
2227
2336
  readonly "sem/color/background/function/info/canvas/active": "#eaf6fb";
@@ -2505,6 +2614,7 @@ declare const _default: {
2505
2614
  readonly "sem/color/stroke/white/soft": "#ffffff30";
2506
2615
  readonly "sem/color/stroke/white/disable": "#ffffff30";
2507
2616
  readonly "sem/color/stroke/pure-black": "#000000";
2617
+ readonly "sem/color/stroke/pure-white": "#ffffff";
2508
2618
  readonly "sem/color/stroke/function/info/strong": "#3d9cfb";
2509
2619
  readonly "sem/color/stroke/function/info/sub": "#c1e2fc";
2510
2620
  readonly "sem/color/stroke/function/info/soft": "#def1fd";
@@ -2521,7 +2631,6 @@ declare const _default: {
2521
2631
  readonly "sem/color/stroke/function/negative/sub": "#fdd3cd";
2522
2632
  readonly "sem/color/stroke/function/negative/soft": "#fee9e7";
2523
2633
  readonly "sem/color/stroke/function/negative/disable": "#02305e16";
2524
- readonly "sem/color/stroke/pure-white": "#ffffff";
2525
2634
  readonly "sem/color/stroke/utility/red/strong": "#fd8b7f";
2526
2635
  readonly "sem/color/stroke/utility/red/sub": "#fbd3ce";
2527
2636
  readonly "sem/color/stroke/utility/red/soft": "#ffe9e5";
@@ -2974,7 +3083,6 @@ declare const _default: {
2974
3083
  readonly "page/body/background-color": "#f5f8fc";
2975
3084
  readonly "page/popup/body/vertical_gap": "20px";
2976
3085
  readonly "page/drawer/body/vertical_gap": "20px";
2977
- readonly Boolean: true;
2978
3086
  readonly "Flowkit/Purple": "#7b61ff";
2979
3087
  readonly "Flowkit/Charcoal": "#222222";
2980
3088
  readonly "Flowkit/Red": "#fc5555";
@@ -0,0 +1 @@
1
+ import "./styles/fonts.css";