@uzum-tech/ui 1.7.0 → 1.7.1

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 (204) hide show
  1. package/dist/index.js +1365 -41760
  2. package/dist/index.prod.js +3 -3
  3. package/es/_internal/icons/CheckmarkDoneSharp.d.ts +2 -0
  4. package/es/_internal/icons/CheckmarkDoneSharp.js +10 -0
  5. package/es/_internal/icons/MdTime.d.ts +2 -0
  6. package/es/_internal/icons/MdTime.js +10 -0
  7. package/es/_internal/icons/PersonOutline.d.ts +2 -0
  8. package/es/_internal/icons/PersonOutline.js +9 -0
  9. package/es/_internal/icons/Refresh.d.ts +2 -0
  10. package/es/_internal/icons/Refresh.js +9 -0
  11. package/es/_internal/icons/index.d.ts +4 -0
  12. package/es/_internal/icons/index.js +4 -0
  13. package/es/_internal/select-menu/src/styles/index.cssr.js +2 -1
  14. package/es/_internal/select-menu/styles/light.js +1 -1
  15. package/es/_internal/selection/src/Selection.d.ts +0 -16
  16. package/es/_internal/selection/src/Selection.js +3 -4
  17. package/es/_internal/selection/src/styles/index.cssr.js +0 -4
  18. package/es/_internal/selection/styles/light.d.ts +0 -4
  19. package/es/_internal/selection/styles/light.js +1 -3
  20. package/es/cascader/src/Cascader.d.ts +0 -20
  21. package/es/cascader/src/CascaderMenu.d.ts +0 -2
  22. package/es/cascader/src/CascaderOption.d.ts +0 -2
  23. package/es/cascader/src/CascaderSelectMenu.d.ts +0 -2
  24. package/es/cascader/src/CascaderSubmenu.d.ts +0 -2
  25. package/es/cascader/styles/light.d.ts +0 -2
  26. package/es/chat/src/Chat.d.ts +38 -34
  27. package/es/chat/src/Chat.js +28 -7
  28. package/es/chat/src/ChatGlobalState.d.ts +13 -0
  29. package/es/chat/src/ChatGlobalState.js +32 -0
  30. package/es/chat/src/ChatParts/ChatAttachment.d.ts +43 -0
  31. package/es/chat/src/ChatParts/ChatAttachment.js +75 -0
  32. package/es/chat/src/ChatParts/MainArea.d.ts +3 -9
  33. package/es/chat/src/ChatParts/MainArea.js +129 -123
  34. package/es/chat/src/ChatParts/Sidebar.js +12 -19
  35. package/es/chat/src/interface.d.ts +8 -3
  36. package/es/chat/src/styles/index.cssr.js +7 -0
  37. package/es/chat/styles/dark.d.ts +0 -2
  38. package/es/chat/styles/light.d.ts +0 -2
  39. package/es/data-table/src/DataTable.d.ts +0 -16
  40. package/es/data-table/src/HeaderButton/FilterButton.d.ts +0 -4
  41. package/es/data-table/src/HeaderButton/FilterMenu.d.ts +0 -4
  42. package/es/data-table/src/TableParts/Body.d.ts +0 -4
  43. package/es/data-table/src/TableParts/Body.js +3 -1
  44. package/es/data-table/src/TableParts/Cell.js +18 -5
  45. package/es/data-table/src/TableParts/Header.d.ts +0 -4
  46. package/es/data-table/src/interface.d.ts +1 -7
  47. package/es/data-table/src/utils.js +1 -1
  48. package/es/data-table/styles/light.d.ts +0 -2
  49. package/es/dynamic-tags/src/DynamicTags.d.ts +4 -454
  50. package/es/dynamic-tags/styles/light.d.ts +0 -45
  51. package/es/empty/styles/light.js +3 -3
  52. package/es/locales/common/arDZ.js +6 -0
  53. package/es/locales/common/deDE.js +6 -0
  54. package/es/locales/common/enGB.js +6 -0
  55. package/es/locales/common/enUS.d.ts +6 -0
  56. package/es/locales/common/enUS.js +6 -0
  57. package/es/locales/common/eo.js +6 -0
  58. package/es/locales/common/esAR.js +6 -0
  59. package/es/locales/common/faIR.js +6 -0
  60. package/es/locales/common/frFR.js +6 -0
  61. package/es/locales/common/idID.js +6 -0
  62. package/es/locales/common/itIT.js +6 -0
  63. package/es/locales/common/jaJP.js +6 -0
  64. package/es/locales/common/koKR.js +6 -0
  65. package/es/locales/common/nbNO.js +6 -0
  66. package/es/locales/common/nlNL.js +6 -0
  67. package/es/locales/common/plPL.js +6 -0
  68. package/es/locales/common/ptBR.js +6 -0
  69. package/es/locales/common/ruRU.js +6 -0
  70. package/es/locales/common/skSK.js +6 -0
  71. package/es/locales/common/svSE.js +6 -0
  72. package/es/locales/common/thTH.js +6 -0
  73. package/es/locales/common/trTR.js +6 -0
  74. package/es/locales/common/ukUA.js +6 -0
  75. package/es/locales/common/viVN.js +6 -0
  76. package/es/locales/common/zhCN.js +6 -0
  77. package/es/locales/common/zhTW.js +6 -0
  78. package/es/pagination/src/Pagination.d.ts +0 -22
  79. package/es/pagination/styles/light.d.ts +0 -2
  80. package/es/select/src/Select.d.ts +0 -20
  81. package/es/select/styles/light.d.ts +0 -2
  82. package/es/status/src/Status.d.ts +14 -13
  83. package/es/status/src/Status.js +10 -13
  84. package/es/status/src/interface.d.ts +5 -1
  85. package/es/status/src/styles/index.cssr.js +1 -1
  86. package/es/status/styles/light.d.ts +1 -1
  87. package/es/status/styles/light.js +3 -3
  88. package/es/steps/src/Step.js +1 -5
  89. package/es/steps/src/styles/index.cssr.js +2 -1
  90. package/es/tabs/src/Tab.js +8 -3
  91. package/es/tabs/src/Tabs.js +2 -1
  92. package/es/tabs/src/interface.d.ts +1 -0
  93. package/es/tag/src/Tag.d.ts +4 -409
  94. package/es/tag/src/Tag.js +3 -0
  95. package/es/tag/src/common-props.d.ts +1 -1
  96. package/es/tag/styles/light.d.ts +0 -45
  97. package/es/tag/styles/light.js +2 -58
  98. package/es/tree-select/src/TreeSelect.d.ts +0 -20
  99. package/es/tree-select/styles/light.d.ts +0 -2
  100. package/es/upload/src/useUploadActionsRender.js +1 -1
  101. package/es/version.d.ts +1 -1
  102. package/es/version.js +1 -1
  103. package/lib/_internal/icons/CheckmarkDoneSharp.d.ts +2 -0
  104. package/lib/_internal/icons/CheckmarkDoneSharp.js +12 -0
  105. package/lib/_internal/icons/MdTime.d.ts +2 -0
  106. package/lib/_internal/icons/MdTime.js +12 -0
  107. package/lib/_internal/icons/PersonOutline.d.ts +2 -0
  108. package/lib/_internal/icons/PersonOutline.js +11 -0
  109. package/lib/_internal/icons/Refresh.d.ts +2 -0
  110. package/lib/_internal/icons/Refresh.js +11 -0
  111. package/lib/_internal/icons/index.d.ts +4 -0
  112. package/lib/_internal/icons/index.js +9 -1
  113. package/lib/_internal/select-menu/src/styles/index.cssr.js +2 -1
  114. package/lib/_internal/select-menu/styles/light.js +1 -1
  115. package/lib/_internal/selection/src/Selection.d.ts +0 -16
  116. package/lib/_internal/selection/src/Selection.js +3 -4
  117. package/lib/_internal/selection/src/styles/index.cssr.js +0 -4
  118. package/lib/_internal/selection/styles/light.d.ts +0 -4
  119. package/lib/_internal/selection/styles/light.js +1 -3
  120. package/lib/cascader/src/Cascader.d.ts +0 -20
  121. package/lib/cascader/src/CascaderMenu.d.ts +0 -2
  122. package/lib/cascader/src/CascaderOption.d.ts +0 -2
  123. package/lib/cascader/src/CascaderSelectMenu.d.ts +0 -2
  124. package/lib/cascader/src/CascaderSubmenu.d.ts +0 -2
  125. package/lib/cascader/styles/light.d.ts +0 -2
  126. package/lib/chat/src/Chat.d.ts +38 -34
  127. package/lib/chat/src/Chat.js +27 -6
  128. package/lib/chat/src/ChatGlobalState.d.ts +13 -0
  129. package/lib/chat/src/ChatGlobalState.js +36 -0
  130. package/lib/chat/src/ChatParts/ChatAttachment.d.ts +43 -0
  131. package/lib/chat/src/ChatParts/ChatAttachment.js +77 -0
  132. package/lib/chat/src/ChatParts/MainArea.d.ts +3 -9
  133. package/lib/chat/src/ChatParts/MainArea.js +135 -126
  134. package/lib/chat/src/ChatParts/Sidebar.js +16 -23
  135. package/lib/chat/src/interface.d.ts +8 -3
  136. package/lib/chat/src/styles/index.cssr.js +7 -0
  137. package/lib/chat/styles/dark.d.ts +0 -2
  138. package/lib/chat/styles/light.d.ts +0 -2
  139. package/lib/data-table/src/DataTable.d.ts +0 -16
  140. package/lib/data-table/src/HeaderButton/FilterButton.d.ts +0 -4
  141. package/lib/data-table/src/HeaderButton/FilterMenu.d.ts +0 -4
  142. package/lib/data-table/src/TableParts/Body.d.ts +0 -4
  143. package/lib/data-table/src/TableParts/Body.js +3 -1
  144. package/lib/data-table/src/TableParts/Cell.js +18 -5
  145. package/lib/data-table/src/TableParts/Header.d.ts +0 -4
  146. package/lib/data-table/src/interface.d.ts +1 -7
  147. package/lib/data-table/src/utils.js +1 -1
  148. package/lib/data-table/styles/light.d.ts +0 -2
  149. package/lib/dynamic-tags/src/DynamicTags.d.ts +4 -454
  150. package/lib/dynamic-tags/styles/light.d.ts +0 -45
  151. package/lib/empty/styles/light.js +3 -3
  152. package/lib/locales/common/arDZ.js +6 -0
  153. package/lib/locales/common/deDE.js +6 -0
  154. package/lib/locales/common/enGB.js +6 -0
  155. package/lib/locales/common/enUS.d.ts +6 -0
  156. package/lib/locales/common/enUS.js +6 -0
  157. package/lib/locales/common/eo.js +6 -0
  158. package/lib/locales/common/esAR.js +6 -0
  159. package/lib/locales/common/faIR.js +6 -0
  160. package/lib/locales/common/frFR.js +6 -0
  161. package/lib/locales/common/idID.js +6 -0
  162. package/lib/locales/common/itIT.js +6 -0
  163. package/lib/locales/common/jaJP.js +6 -0
  164. package/lib/locales/common/koKR.js +6 -0
  165. package/lib/locales/common/nbNO.js +6 -0
  166. package/lib/locales/common/nlNL.js +6 -0
  167. package/lib/locales/common/plPL.js +6 -0
  168. package/lib/locales/common/ptBR.js +6 -0
  169. package/lib/locales/common/ruRU.js +6 -0
  170. package/lib/locales/common/skSK.js +6 -0
  171. package/lib/locales/common/svSE.js +6 -0
  172. package/lib/locales/common/thTH.js +6 -0
  173. package/lib/locales/common/trTR.js +6 -0
  174. package/lib/locales/common/ukUA.js +6 -0
  175. package/lib/locales/common/viVN.js +6 -0
  176. package/lib/locales/common/zhCN.js +6 -0
  177. package/lib/locales/common/zhTW.js +6 -0
  178. package/lib/pagination/src/Pagination.d.ts +0 -22
  179. package/lib/pagination/styles/light.d.ts +0 -2
  180. package/lib/select/src/Select.d.ts +0 -20
  181. package/lib/select/styles/light.d.ts +0 -2
  182. package/lib/status/src/Status.d.ts +14 -13
  183. package/lib/status/src/Status.js +9 -12
  184. package/lib/status/src/interface.d.ts +5 -1
  185. package/lib/status/src/styles/index.cssr.js +1 -1
  186. package/lib/status/styles/light.d.ts +1 -1
  187. package/lib/status/styles/light.js +3 -3
  188. package/lib/steps/src/Step.js +1 -5
  189. package/lib/steps/src/styles/index.cssr.js +2 -1
  190. package/lib/tabs/src/Tab.js +7 -2
  191. package/lib/tabs/src/Tabs.js +2 -1
  192. package/lib/tabs/src/interface.d.ts +1 -0
  193. package/lib/tag/src/Tag.d.ts +4 -409
  194. package/lib/tag/src/Tag.js +3 -0
  195. package/lib/tag/src/common-props.d.ts +1 -1
  196. package/lib/tag/styles/light.d.ts +0 -45
  197. package/lib/tag/styles/light.js +2 -58
  198. package/lib/tree-select/src/TreeSelect.d.ts +0 -20
  199. package/lib/tree-select/styles/light.d.ts +0 -2
  200. package/lib/upload/src/useUploadActionsRender.js +1 -1
  201. package/lib/version.d.ts +1 -1
  202. package/lib/version.js +1 -1
  203. package/package.json +1 -1
  204. package/web-types.json +58 -19
@@ -30,7 +30,7 @@ export declare const dynamicTagsProps: {
30
30
  onChange: PropType<MaybeArray<OnUpdateValue> | undefined>;
31
31
  color: PropType<import("../../tag/src/common-props").TagColor>;
32
32
  type: {
33
- readonly type: PropType<"default" | "primary" | "success" | "info" | "warning" | "error" | "tertiary">;
33
+ readonly type: PropType<"default" | "tertiary">;
34
34
  readonly default: "default";
35
35
  };
36
36
  round: BooleanConstructor;
@@ -374,51 +374,6 @@ export declare const dynamicTagsProps: {
374
374
  closeIconColorPressedTertiary: string;
375
375
  closeColorHoverTertiary: string;
376
376
  closeColorPressedTertiary: string;
377
- borderPrimary: string;
378
- textColorPrimary: string;
379
- colorPrimary: string;
380
- colorBorderedPrimary: string;
381
- closeIconColorPrimary: string;
382
- closeIconColorHoverPrimary: string;
383
- closeIconColorPressedPrimary: string;
384
- closeColorHoverPrimary: string;
385
- closeColorPressedPrimary: string;
386
- borderInfo: string;
387
- textColorInfo: string;
388
- colorInfo: string;
389
- colorBorderedInfo: string;
390
- closeIconColorInfo: string;
391
- closeIconColorHoverInfo: string;
392
- closeIconColorPressedInfo: string;
393
- closeColorHoverInfo: string;
394
- closeColorPressedInfo: string;
395
- borderSuccess: string;
396
- textColorSuccess: string;
397
- colorSuccess: string;
398
- colorBorderedSuccess: string;
399
- closeIconColorSuccess: string;
400
- closeIconColorHoverSuccess: string;
401
- closeIconColorPressedSuccess: string;
402
- closeColorHoverSuccess: string;
403
- closeColorPressedSuccess: string;
404
- borderWarning: string;
405
- textColorWarning: string;
406
- colorWarning: string;
407
- colorBorderedWarning: string;
408
- closeIconColorWarning: string;
409
- closeIconColorHoverWarning: string;
410
- closeIconColorPressedWarning: string;
411
- closeColorHoverWarning: string;
412
- closeColorPressedWarning: string;
413
- borderError: string;
414
- textColorError: string;
415
- colorError: string;
416
- colorBorderedError: string;
417
- closeIconColorError: string;
418
- closeIconColorHoverError: string;
419
- closeIconColorPressedError: string;
420
- closeColorHoverError: string;
421
- closeColorPressedError: string;
422
377
  }, any>;
423
378
  Space: import("../../_mixins").Theme<"Space", {
424
379
  gapSmall: string;
@@ -762,51 +717,6 @@ export declare const dynamicTagsProps: {
762
717
  closeIconColorPressedTertiary: string;
763
718
  closeColorHoverTertiary: string;
764
719
  closeColorPressedTertiary: string;
765
- borderPrimary: string;
766
- textColorPrimary: string;
767
- colorPrimary: string;
768
- colorBorderedPrimary: string;
769
- closeIconColorPrimary: string;
770
- closeIconColorHoverPrimary: string;
771
- closeIconColorPressedPrimary: string;
772
- closeColorHoverPrimary: string;
773
- closeColorPressedPrimary: string;
774
- borderInfo: string;
775
- textColorInfo: string;
776
- colorInfo: string;
777
- colorBorderedInfo: string;
778
- closeIconColorInfo: string;
779
- closeIconColorHoverInfo: string;
780
- closeIconColorPressedInfo: string;
781
- closeColorHoverInfo: string;
782
- closeColorPressedInfo: string;
783
- borderSuccess: string;
784
- textColorSuccess: string;
785
- colorSuccess: string;
786
- colorBorderedSuccess: string;
787
- closeIconColorSuccess: string;
788
- closeIconColorHoverSuccess: string;
789
- closeIconColorPressedSuccess: string;
790
- closeColorHoverSuccess: string;
791
- closeColorPressedSuccess: string;
792
- borderWarning: string;
793
- textColorWarning: string;
794
- colorWarning: string;
795
- colorBorderedWarning: string;
796
- closeIconColorWarning: string;
797
- closeIconColorHoverWarning: string;
798
- closeIconColorPressedWarning: string;
799
- closeColorHoverWarning: string;
800
- closeColorPressedWarning: string;
801
- borderError: string;
802
- textColorError: string;
803
- colorError: string;
804
- colorBorderedError: string;
805
- closeIconColorError: string;
806
- closeIconColorHoverError: string;
807
- closeIconColorPressedError: string;
808
- closeColorHoverError: string;
809
- closeColorPressedError: string;
810
720
  }, any>;
811
721
  Space: import("../../_mixins").Theme<"Space", {
812
722
  gapSmall: string;
@@ -1150,51 +1060,6 @@ export declare const dynamicTagsProps: {
1150
1060
  closeIconColorPressedTertiary: string;
1151
1061
  closeColorHoverTertiary: string;
1152
1062
  closeColorPressedTertiary: string;
1153
- borderPrimary: string;
1154
- textColorPrimary: string;
1155
- colorPrimary: string;
1156
- colorBorderedPrimary: string;
1157
- closeIconColorPrimary: string;
1158
- closeIconColorHoverPrimary: string;
1159
- closeIconColorPressedPrimary: string;
1160
- closeColorHoverPrimary: string;
1161
- closeColorPressedPrimary: string;
1162
- borderInfo: string;
1163
- textColorInfo: string;
1164
- colorInfo: string;
1165
- colorBorderedInfo: string;
1166
- closeIconColorInfo: string;
1167
- closeIconColorHoverInfo: string;
1168
- closeIconColorPressedInfo: string;
1169
- closeColorHoverInfo: string;
1170
- closeColorPressedInfo: string;
1171
- borderSuccess: string;
1172
- textColorSuccess: string;
1173
- colorSuccess: string;
1174
- colorBorderedSuccess: string;
1175
- closeIconColorSuccess: string;
1176
- closeIconColorHoverSuccess: string;
1177
- closeIconColorPressedSuccess: string;
1178
- closeColorHoverSuccess: string;
1179
- closeColorPressedSuccess: string;
1180
- borderWarning: string;
1181
- textColorWarning: string;
1182
- colorWarning: string;
1183
- colorBorderedWarning: string;
1184
- closeIconColorWarning: string;
1185
- closeIconColorHoverWarning: string;
1186
- closeIconColorPressedWarning: string;
1187
- closeColorHoverWarning: string;
1188
- closeColorPressedWarning: string;
1189
- borderError: string;
1190
- textColorError: string;
1191
- colorError: string;
1192
- colorBorderedError: string;
1193
- closeIconColorError: string;
1194
- closeIconColorHoverError: string;
1195
- closeIconColorPressedError: string;
1196
- closeColorHoverError: string;
1197
- closeColorPressedError: string;
1198
1063
  }, any>;
1199
1064
  Space: import("../../_mixins").Theme<"Space", {
1200
1065
  gapSmall: string;
@@ -1232,7 +1097,7 @@ declare const _default: import("vue").DefineComponent<{
1232
1097
  onChange: PropType<MaybeArray<OnUpdateValue> | undefined>;
1233
1098
  color: PropType<import("../../tag/src/common-props").TagColor>;
1234
1099
  type: {
1235
- readonly type: PropType<"default" | "primary" | "success" | "info" | "warning" | "error" | "tertiary">;
1100
+ readonly type: PropType<"default" | "tertiary">;
1236
1101
  readonly default: "default";
1237
1102
  };
1238
1103
  round: BooleanConstructor;
@@ -1576,51 +1441,6 @@ declare const _default: import("vue").DefineComponent<{
1576
1441
  closeIconColorPressedTertiary: string;
1577
1442
  closeColorHoverTertiary: string;
1578
1443
  closeColorPressedTertiary: string;
1579
- borderPrimary: string;
1580
- textColorPrimary: string;
1581
- colorPrimary: string;
1582
- colorBorderedPrimary: string;
1583
- closeIconColorPrimary: string;
1584
- closeIconColorHoverPrimary: string;
1585
- closeIconColorPressedPrimary: string;
1586
- closeColorHoverPrimary: string;
1587
- closeColorPressedPrimary: string;
1588
- borderInfo: string;
1589
- textColorInfo: string;
1590
- colorInfo: string;
1591
- colorBorderedInfo: string;
1592
- closeIconColorInfo: string;
1593
- closeIconColorHoverInfo: string;
1594
- closeIconColorPressedInfo: string;
1595
- closeColorHoverInfo: string;
1596
- closeColorPressedInfo: string;
1597
- borderSuccess: string;
1598
- textColorSuccess: string;
1599
- colorSuccess: string;
1600
- colorBorderedSuccess: string;
1601
- closeIconColorSuccess: string;
1602
- closeIconColorHoverSuccess: string;
1603
- closeIconColorPressedSuccess: string;
1604
- closeColorHoverSuccess: string;
1605
- closeColorPressedSuccess: string;
1606
- borderWarning: string;
1607
- textColorWarning: string;
1608
- colorWarning: string;
1609
- colorBorderedWarning: string;
1610
- closeIconColorWarning: string;
1611
- closeIconColorHoverWarning: string;
1612
- closeIconColorPressedWarning: string;
1613
- closeColorHoverWarning: string;
1614
- closeColorPressedWarning: string;
1615
- borderError: string;
1616
- textColorError: string;
1617
- colorError: string;
1618
- colorBorderedError: string;
1619
- closeIconColorError: string;
1620
- closeIconColorHoverError: string;
1621
- closeIconColorPressedError: string;
1622
- closeColorHoverError: string;
1623
- closeColorPressedError: string;
1624
1444
  }, any>;
1625
1445
  Space: import("../../_mixins").Theme<"Space", {
1626
1446
  gapSmall: string;
@@ -1964,51 +1784,6 @@ declare const _default: import("vue").DefineComponent<{
1964
1784
  closeIconColorPressedTertiary: string;
1965
1785
  closeColorHoverTertiary: string;
1966
1786
  closeColorPressedTertiary: string;
1967
- borderPrimary: string;
1968
- textColorPrimary: string;
1969
- colorPrimary: string;
1970
- colorBorderedPrimary: string;
1971
- closeIconColorPrimary: string;
1972
- closeIconColorHoverPrimary: string;
1973
- closeIconColorPressedPrimary: string;
1974
- closeColorHoverPrimary: string;
1975
- closeColorPressedPrimary: string;
1976
- borderInfo: string;
1977
- textColorInfo: string;
1978
- colorInfo: string;
1979
- colorBorderedInfo: string;
1980
- closeIconColorInfo: string;
1981
- closeIconColorHoverInfo: string;
1982
- closeIconColorPressedInfo: string;
1983
- closeColorHoverInfo: string;
1984
- closeColorPressedInfo: string;
1985
- borderSuccess: string;
1986
- textColorSuccess: string;
1987
- colorSuccess: string;
1988
- colorBorderedSuccess: string;
1989
- closeIconColorSuccess: string;
1990
- closeIconColorHoverSuccess: string;
1991
- closeIconColorPressedSuccess: string;
1992
- closeColorHoverSuccess: string;
1993
- closeColorPressedSuccess: string;
1994
- borderWarning: string;
1995
- textColorWarning: string;
1996
- colorWarning: string;
1997
- colorBorderedWarning: string;
1998
- closeIconColorWarning: string;
1999
- closeIconColorHoverWarning: string;
2000
- closeIconColorPressedWarning: string;
2001
- closeColorHoverWarning: string;
2002
- closeColorPressedWarning: string;
2003
- borderError: string;
2004
- textColorError: string;
2005
- colorError: string;
2006
- colorBorderedError: string;
2007
- closeIconColorError: string;
2008
- closeIconColorHoverError: string;
2009
- closeIconColorPressedError: string;
2010
- closeColorHoverError: string;
2011
- closeColorPressedError: string;
2012
1787
  }, any>;
2013
1788
  Space: import("../../_mixins").Theme<"Space", {
2014
1789
  gapSmall: string;
@@ -2352,51 +2127,6 @@ declare const _default: import("vue").DefineComponent<{
2352
2127
  closeIconColorPressedTertiary: string;
2353
2128
  closeColorHoverTertiary: string;
2354
2129
  closeColorPressedTertiary: string;
2355
- borderPrimary: string;
2356
- textColorPrimary: string;
2357
- colorPrimary: string;
2358
- colorBorderedPrimary: string;
2359
- closeIconColorPrimary: string;
2360
- closeIconColorHoverPrimary: string;
2361
- closeIconColorPressedPrimary: string;
2362
- closeColorHoverPrimary: string;
2363
- closeColorPressedPrimary: string;
2364
- borderInfo: string;
2365
- textColorInfo: string;
2366
- colorInfo: string;
2367
- colorBorderedInfo: string;
2368
- closeIconColorInfo: string;
2369
- closeIconColorHoverInfo: string;
2370
- closeIconColorPressedInfo: string;
2371
- closeColorHoverInfo: string;
2372
- closeColorPressedInfo: string;
2373
- borderSuccess: string;
2374
- textColorSuccess: string;
2375
- colorSuccess: string;
2376
- colorBorderedSuccess: string;
2377
- closeIconColorSuccess: string;
2378
- closeIconColorHoverSuccess: string;
2379
- closeIconColorPressedSuccess: string;
2380
- closeColorHoverSuccess: string;
2381
- closeColorPressedSuccess: string;
2382
- borderWarning: string;
2383
- textColorWarning: string;
2384
- colorWarning: string;
2385
- colorBorderedWarning: string;
2386
- closeIconColorWarning: string;
2387
- closeIconColorHoverWarning: string;
2388
- closeIconColorPressedWarning: string;
2389
- closeColorHoverWarning: string;
2390
- closeColorPressedWarning: string;
2391
- borderError: string;
2392
- textColorError: string;
2393
- colorError: string;
2394
- colorBorderedError: string;
2395
- closeIconColorError: string;
2396
- closeIconColorHoverError: string;
2397
- closeIconColorPressedError: string;
2398
- closeColorHoverError: string;
2399
- closeColorPressedError: string;
2400
2130
  }, any>;
2401
2131
  Space: import("../../_mixins").Theme<"Space", {
2402
2132
  gapSmall: string;
@@ -2773,51 +2503,6 @@ declare const _default: import("vue").DefineComponent<{
2773
2503
  closeIconColorPressedTertiary: string;
2774
2504
  closeColorHoverTertiary: string;
2775
2505
  closeColorPressedTertiary: string;
2776
- borderPrimary: string;
2777
- textColorPrimary: string;
2778
- colorPrimary: string;
2779
- colorBorderedPrimary: string;
2780
- closeIconColorPrimary: string;
2781
- closeIconColorHoverPrimary: string;
2782
- closeIconColorPressedPrimary: string;
2783
- closeColorHoverPrimary: string;
2784
- closeColorPressedPrimary: string;
2785
- borderInfo: string;
2786
- textColorInfo: string;
2787
- colorInfo: string;
2788
- colorBorderedInfo: string;
2789
- closeIconColorInfo: string;
2790
- closeIconColorHoverInfo: string;
2791
- closeIconColorPressedInfo: string;
2792
- closeColorHoverInfo: string;
2793
- closeColorPressedInfo: string;
2794
- borderSuccess: string;
2795
- textColorSuccess: string;
2796
- colorSuccess: string;
2797
- colorBorderedSuccess: string;
2798
- closeIconColorSuccess: string;
2799
- closeIconColorHoverSuccess: string;
2800
- closeIconColorPressedSuccess: string;
2801
- closeColorHoverSuccess: string;
2802
- closeColorPressedSuccess: string;
2803
- borderWarning: string;
2804
- textColorWarning: string;
2805
- colorWarning: string;
2806
- colorBorderedWarning: string;
2807
- closeIconColorWarning: string;
2808
- closeIconColorHoverWarning: string;
2809
- closeIconColorPressedWarning: string;
2810
- closeColorHoverWarning: string;
2811
- closeColorPressedWarning: string;
2812
- borderError: string;
2813
- textColorError: string;
2814
- colorError: string;
2815
- colorBorderedError: string;
2816
- closeIconColorError: string;
2817
- closeIconColorHoverError: string;
2818
- closeIconColorPressedError: string;
2819
- closeColorHoverError: string;
2820
- closeColorPressedError: string;
2821
2506
  }, any>;
2822
2507
  Space: import("../../_mixins").Theme<"Space", {
2823
2508
  gapSmall: string;
@@ -2882,7 +2567,7 @@ declare const _default: import("vue").DefineComponent<{
2882
2567
  onChange: PropType<MaybeArray<OnUpdateValue> | undefined>;
2883
2568
  color: PropType<import("../../tag/src/common-props").TagColor>;
2884
2569
  type: {
2885
- readonly type: PropType<"default" | "primary" | "success" | "info" | "warning" | "error" | "tertiary">;
2570
+ readonly type: PropType<"default" | "tertiary">;
2886
2571
  readonly default: "default";
2887
2572
  };
2888
2573
  round: BooleanConstructor;
@@ -3226,51 +2911,6 @@ declare const _default: import("vue").DefineComponent<{
3226
2911
  closeIconColorPressedTertiary: string;
3227
2912
  closeColorHoverTertiary: string;
3228
2913
  closeColorPressedTertiary: string;
3229
- borderPrimary: string;
3230
- textColorPrimary: string;
3231
- colorPrimary: string;
3232
- colorBorderedPrimary: string;
3233
- closeIconColorPrimary: string;
3234
- closeIconColorHoverPrimary: string;
3235
- closeIconColorPressedPrimary: string;
3236
- closeColorHoverPrimary: string;
3237
- closeColorPressedPrimary: string;
3238
- borderInfo: string;
3239
- textColorInfo: string;
3240
- colorInfo: string;
3241
- colorBorderedInfo: string;
3242
- closeIconColorInfo: string;
3243
- closeIconColorHoverInfo: string;
3244
- closeIconColorPressedInfo: string;
3245
- closeColorHoverInfo: string;
3246
- closeColorPressedInfo: string;
3247
- borderSuccess: string;
3248
- textColorSuccess: string;
3249
- colorSuccess: string;
3250
- colorBorderedSuccess: string;
3251
- closeIconColorSuccess: string;
3252
- closeIconColorHoverSuccess: string;
3253
- closeIconColorPressedSuccess: string;
3254
- closeColorHoverSuccess: string;
3255
- closeColorPressedSuccess: string;
3256
- borderWarning: string;
3257
- textColorWarning: string;
3258
- colorWarning: string;
3259
- colorBorderedWarning: string;
3260
- closeIconColorWarning: string;
3261
- closeIconColorHoverWarning: string;
3262
- closeIconColorPressedWarning: string;
3263
- closeColorHoverWarning: string;
3264
- closeColorPressedWarning: string;
3265
- borderError: string;
3266
- textColorError: string;
3267
- colorError: string;
3268
- colorBorderedError: string;
3269
- closeIconColorError: string;
3270
- closeIconColorHoverError: string;
3271
- closeIconColorPressedError: string;
3272
- closeColorHoverError: string;
3273
- closeColorPressedError: string;
3274
2914
  }, any>;
3275
2915
  Space: import("../../_mixins").Theme<"Space", {
3276
2916
  gapSmall: string;
@@ -3614,51 +3254,6 @@ declare const _default: import("vue").DefineComponent<{
3614
3254
  closeIconColorPressedTertiary: string;
3615
3255
  closeColorHoverTertiary: string;
3616
3256
  closeColorPressedTertiary: string;
3617
- borderPrimary: string;
3618
- textColorPrimary: string;
3619
- colorPrimary: string;
3620
- colorBorderedPrimary: string;
3621
- closeIconColorPrimary: string;
3622
- closeIconColorHoverPrimary: string;
3623
- closeIconColorPressedPrimary: string;
3624
- closeColorHoverPrimary: string;
3625
- closeColorPressedPrimary: string;
3626
- borderInfo: string;
3627
- textColorInfo: string;
3628
- colorInfo: string;
3629
- colorBorderedInfo: string;
3630
- closeIconColorInfo: string;
3631
- closeIconColorHoverInfo: string;
3632
- closeIconColorPressedInfo: string;
3633
- closeColorHoverInfo: string;
3634
- closeColorPressedInfo: string;
3635
- borderSuccess: string;
3636
- textColorSuccess: string;
3637
- colorSuccess: string;
3638
- colorBorderedSuccess: string;
3639
- closeIconColorSuccess: string;
3640
- closeIconColorHoverSuccess: string;
3641
- closeIconColorPressedSuccess: string;
3642
- closeColorHoverSuccess: string;
3643
- closeColorPressedSuccess: string;
3644
- borderWarning: string;
3645
- textColorWarning: string;
3646
- colorWarning: string;
3647
- colorBorderedWarning: string;
3648
- closeIconColorWarning: string;
3649
- closeIconColorHoverWarning: string;
3650
- closeIconColorPressedWarning: string;
3651
- closeColorHoverWarning: string;
3652
- closeColorPressedWarning: string;
3653
- borderError: string;
3654
- textColorError: string;
3655
- colorError: string;
3656
- colorBorderedError: string;
3657
- closeIconColorError: string;
3658
- closeIconColorHoverError: string;
3659
- closeIconColorPressedError: string;
3660
- closeColorHoverError: string;
3661
- closeColorPressedError: string;
3662
3257
  }, any>;
3663
3258
  Space: import("../../_mixins").Theme<"Space", {
3664
3259
  gapSmall: string;
@@ -4002,51 +3597,6 @@ declare const _default: import("vue").DefineComponent<{
4002
3597
  closeIconColorPressedTertiary: string;
4003
3598
  closeColorHoverTertiary: string;
4004
3599
  closeColorPressedTertiary: string;
4005
- borderPrimary: string;
4006
- textColorPrimary: string;
4007
- colorPrimary: string;
4008
- colorBorderedPrimary: string;
4009
- closeIconColorPrimary: string;
4010
- closeIconColorHoverPrimary: string;
4011
- closeIconColorPressedPrimary: string;
4012
- closeColorHoverPrimary: string;
4013
- closeColorPressedPrimary: string;
4014
- borderInfo: string;
4015
- textColorInfo: string;
4016
- colorInfo: string;
4017
- colorBorderedInfo: string;
4018
- closeIconColorInfo: string;
4019
- closeIconColorHoverInfo: string;
4020
- closeIconColorPressedInfo: string;
4021
- closeColorHoverInfo: string;
4022
- closeColorPressedInfo: string;
4023
- borderSuccess: string;
4024
- textColorSuccess: string;
4025
- colorSuccess: string;
4026
- colorBorderedSuccess: string;
4027
- closeIconColorSuccess: string;
4028
- closeIconColorHoverSuccess: string;
4029
- closeIconColorPressedSuccess: string;
4030
- closeColorHoverSuccess: string;
4031
- closeColorPressedSuccess: string;
4032
- borderWarning: string;
4033
- textColorWarning: string;
4034
- colorWarning: string;
4035
- colorBorderedWarning: string;
4036
- closeIconColorWarning: string;
4037
- closeIconColorHoverWarning: string;
4038
- closeIconColorPressedWarning: string;
4039
- closeColorHoverWarning: string;
4040
- closeColorPressedWarning: string;
4041
- borderError: string;
4042
- textColorError: string;
4043
- colorError: string;
4044
- colorBorderedError: string;
4045
- closeIconColorError: string;
4046
- closeIconColorHoverError: string;
4047
- closeIconColorPressedError: string;
4048
- closeColorHoverError: string;
4049
- closeColorPressedError: string;
4050
3600
  }, any>;
4051
3601
  Space: import("../../_mixins").Theme<"Space", {
4052
3602
  gapSmall: string;
@@ -4055,7 +3605,7 @@ declare const _default: import("vue").DefineComponent<{
4055
3605
  }, any>;
4056
3606
  }>>>;
4057
3607
  }>>, {
4058
- type: "default" | "tertiary" | "primary" | "info" | "success" | "warning" | "error";
3608
+ type: "default" | "tertiary";
4059
3609
  disabled: boolean | undefined;
4060
3610
  size: InputSize;
4061
3611
  round: boolean;
@@ -334,51 +334,6 @@ declare const dynamicTagsLight: import("../../_mixins").Theme<"DynamicTags", {
334
334
  closeIconColorPressedTertiary: string;
335
335
  closeColorHoverTertiary: string;
336
336
  closeColorPressedTertiary: string;
337
- borderPrimary: string;
338
- textColorPrimary: string;
339
- colorPrimary: string;
340
- colorBorderedPrimary: string;
341
- closeIconColorPrimary: string;
342
- closeIconColorHoverPrimary: string;
343
- closeIconColorPressedPrimary: string;
344
- closeColorHoverPrimary: string;
345
- closeColorPressedPrimary: string;
346
- borderInfo: string;
347
- textColorInfo: string;
348
- colorInfo: string;
349
- colorBorderedInfo: string;
350
- closeIconColorInfo: string;
351
- closeIconColorHoverInfo: string;
352
- closeIconColorPressedInfo: string;
353
- closeColorHoverInfo: string;
354
- closeColorPressedInfo: string;
355
- borderSuccess: string;
356
- textColorSuccess: string;
357
- colorSuccess: string;
358
- colorBorderedSuccess: string;
359
- closeIconColorSuccess: string;
360
- closeIconColorHoverSuccess: string;
361
- closeIconColorPressedSuccess: string;
362
- closeColorHoverSuccess: string;
363
- closeColorPressedSuccess: string;
364
- borderWarning: string;
365
- textColorWarning: string;
366
- colorWarning: string;
367
- colorBorderedWarning: string;
368
- closeIconColorWarning: string;
369
- closeIconColorHoverWarning: string;
370
- closeIconColorPressedWarning: string;
371
- closeColorHoverWarning: string;
372
- closeColorPressedWarning: string;
373
- borderError: string;
374
- textColorError: string;
375
- colorError: string;
376
- colorBorderedError: string;
377
- closeIconColorError: string;
378
- closeIconColorHoverError: string;
379
- closeIconColorPressedError: string;
380
- closeColorHoverError: string;
381
- closeColorPressedError: string;
382
337
  }, any>;
383
338
  Space: import("../../_mixins").Theme<"Space", {
384
339
  gapSmall: string;
@@ -1,6 +1,6 @@
1
1
  import { commonLight } from '../../_styles/common';
2
2
  export const self = (vars) => {
3
- const { fontBodyMedium, fontTitleLarge, fontTitleSmall, textSecondary, textPrimary, brandPrimary500, brandPrimary100 } = vars;
3
+ const { fontBodyMedium, fontTitleLarge, fontTitleSmall, textSecondary, textPrimary, elementsPrimary } = vars;
4
4
  return {
5
5
  iconSizeSmall: '16px',
6
6
  iconSizeMedium: '16px',
@@ -16,8 +16,8 @@ export const self = (vars) => {
16
16
  descriptionFontSizeHuge: fontTitleSmall,
17
17
  titleColor: textPrimary,
18
18
  descriptionColor: textSecondary,
19
- iconColor: brandPrimary500,
20
- iconBgColor: brandPrimary100,
19
+ iconColor: elementsPrimary,
20
+ iconBgColor: 'transparent',
21
21
  extraTextColor: textPrimary
22
22
  };
23
23
  };
@@ -123,6 +123,12 @@ const arDZ = {
123
123
  title: 'Select file or drag it here',
124
124
  subtitle: 'PDF, PNG, JPEG no more than 100 MB',
125
125
  uploading: 'Uploading'
126
+ },
127
+ Chat: {
128
+ inputPlaceholder: 'Type a message...',
129
+ typingText: 'Typing...',
130
+ retryText: 'Resend',
131
+ closeButtonText: 'Close chat'
126
132
  }
127
133
  };
128
134
  export default arDZ;
@@ -123,6 +123,12 @@ const deDE = {
123
123
  title: 'Select file or drag it here',
124
124
  subtitle: 'PDF, PNG, JPEG no more than 100 MB',
125
125
  uploading: 'Uploading'
126
+ },
127
+ Chat: {
128
+ inputPlaceholder: 'Type a message...',
129
+ typingText: 'Typing...',
130
+ retryText: 'Resend',
131
+ closeButtonText: 'Close chat'
126
132
  }
127
133
  };
128
134
  export default deDE;
@@ -124,6 +124,12 @@ const enGB = {
124
124
  title: 'Select file or drag it here',
125
125
  subtitle: 'PDF, PNG, JPEG no more than 100 MB',
126
126
  uploading: 'Uploading'
127
+ },
128
+ Chat: {
129
+ inputPlaceholder: 'Type a message...',
130
+ typingText: 'Typing...',
131
+ retryText: 'Resend',
132
+ closeButtonText: 'Close chat'
127
133
  }
128
134
  };
129
135
  export default enGB;
@@ -124,6 +124,12 @@ declare const enUS: {
124
124
  subtitle: string;
125
125
  uploading: string;
126
126
  };
127
+ Chat: {
128
+ inputPlaceholder: string;
129
+ typingText: string;
130
+ retryText: string;
131
+ closeButtonText: string;
132
+ };
127
133
  };
128
134
  export type ULocale = typeof enUS;
129
135
  export default enUS;
@@ -124,6 +124,12 @@ const enUS = {
124
124
  title: 'Select file or drag it here',
125
125
  subtitle: 'PDF, PNG, JPEG no more than 100 MB',
126
126
  uploading: 'Uploading'
127
+ },
128
+ Chat: {
129
+ inputPlaceholder: 'Type a message...',
130
+ typingText: 'Typing...',
131
+ retryText: 'Resend',
132
+ closeButtonText: 'Close chat'
127
133
  }
128
134
  };
129
135
  export default enUS;