@weni/unnnic-system 3.9.1-alpha.4 → 3.9.2

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 (233) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/dist/components/Accordion/Accordion.vue.d.ts +1 -1
  3. package/dist/components/Alert/Alert.vue.d.ts +116 -17
  4. package/dist/components/Alert/Alert.vue.d.ts.map +1 -1
  5. package/dist/components/Alert/Version1dot1.vue.d.ts +38 -2
  6. package/dist/components/Alert/Version1dot1.vue.d.ts.map +1 -1
  7. package/dist/components/AudioRecorder/AudioHandler.vue.d.ts +2 -2
  8. package/dist/components/AudioRecorder/AudioPlayer.vue.d.ts +1 -1
  9. package/dist/components/AudioRecorder/AudioRecorder.vue.d.ts +5 -5
  10. package/dist/components/AvatarIcon/AvatarIcon.vue.d.ts +3 -3
  11. package/dist/components/Banner/Banner.vue.d.ts +1 -1
  12. package/dist/components/Banner/InfoBanner.vue.d.ts +1 -1
  13. package/dist/components/Breadcrumb/Breadcrumb.vue.d.ts +1 -1
  14. package/dist/components/Button/Button.vue.d.ts +1 -1
  15. package/dist/components/Button/Button.vue.d.ts.map +1 -1
  16. package/dist/components/Button/ButtonIcon.vue.d.ts +1 -1
  17. package/dist/components/Button/types.d.ts +1 -1
  18. package/dist/components/Button/types.d.ts.map +1 -1
  19. package/dist/components/Card/AccountCard.vue.d.ts +5 -5
  20. package/dist/components/Card/BlankCard.vue.d.ts +1 -1
  21. package/dist/components/Card/Card.vue.d.ts +27 -27
  22. package/dist/components/Card/CardCompany.vue.d.ts +414 -11
  23. package/dist/components/Card/CardData.vue.d.ts +1 -1
  24. package/dist/components/Card/CardStatusesContainer.vue.d.ts +5 -5
  25. package/dist/components/Card/ContentCard.vue.d.ts +3 -3
  26. package/dist/components/Card/DashCard.vue.d.ts +5 -5
  27. package/dist/components/Card/DefaultCard.vue.d.ts +1 -1
  28. package/dist/components/Card/MarketplaceCard.vue.d.ts +2 -2
  29. package/dist/components/Card/SimpleCard.vue.d.ts +3 -3
  30. package/dist/components/Card/StatusCard.vue.d.ts +2 -2
  31. package/dist/components/Card/TitleCard.vue.d.ts +3 -3
  32. package/dist/components/CardImage/CardImage.vue.d.ts +31 -24
  33. package/dist/components/CardInformation/CardInformation.vue.d.ts +5 -5
  34. package/dist/components/CardProject/CardProject.vue.d.ts +3 -3
  35. package/dist/components/Carousel/Carousel.vue.d.ts +416 -13
  36. package/dist/components/Carousel/TagCarousel.vue.d.ts +415 -12
  37. package/dist/components/ChartBar/ChartBar.vue.d.ts +5 -5
  38. package/dist/components/ChartLine/ChartLine.vue.d.ts +1 -1
  39. package/dist/components/ChatText/ChatText.vue.d.ts +2 -2
  40. package/dist/components/ChatsContact/ChatsContact.vue.d.ts +446 -21
  41. package/dist/components/ChatsDashboardTagLive/ChatsDashboardTagLive.vue.d.ts +1 -1
  42. package/dist/components/ChatsHeader/ChatsHeader.vue.d.ts +1 -1
  43. package/dist/components/ChatsHeader/ChatsHeader.vue.d.ts.map +1 -1
  44. package/dist/components/ChatsMessage/ChatsMessage.vue.d.ts +5 -5
  45. package/dist/components/ChatsMessage/ChatsMessageStatusBackdrop.vue.d.ts +2 -2
  46. package/dist/components/ChatsNavbar/ChatsNavbar.vue.d.ts +1 -1
  47. package/dist/components/ChatsUserAvatar/ChatsUserAvatar.vue.d.ts +2 -2
  48. package/dist/components/Checkbox/Checkbox.vue.d.ts +26 -19
  49. package/dist/components/Checkbox/Checkbox.vue.d.ts.map +1 -1
  50. package/dist/components/Comment/Comment.vue.d.ts +1 -1
  51. package/dist/components/DataArea/DataArea.vue.d.ts +2 -2
  52. package/dist/components/DataTable/index.vue.d.ts +12 -2
  53. package/dist/components/DataTable/index.vue.d.ts.map +1 -1
  54. package/dist/components/DateFilter/DateFilter.vue.d.ts +39 -170
  55. package/dist/components/DatePicker/DatePicker.vue.d.ts +4 -4
  56. package/dist/components/Drawer/Drawer.vue.d.ts +4 -4
  57. package/dist/components/Dropdown/Dropdown.vue.d.ts +1 -1
  58. package/dist/components/Dropdown/LanguageSelect.vue.d.ts +3 -3
  59. package/dist/components/Flag.vue.d.ts +2 -2
  60. package/dist/components/FormElement/FormElement.vue.d.ts +28 -51
  61. package/dist/components/FormElement/FormElement.vue.d.ts.map +1 -1
  62. package/dist/components/Icon.vue.d.ts +1 -1
  63. package/dist/components/Icon.vue.d.ts.map +1 -1
  64. package/dist/components/IconLoading/IconLoading.vue.d.ts +1 -1
  65. package/dist/components/ImportCard/ImportCard.vue.d.ts +4 -4
  66. package/dist/components/Input/BaseInput.vue.d.ts +2 -11
  67. package/dist/components/Input/BaseInput.vue.d.ts.map +1 -1
  68. package/dist/components/Input/Input.vue.d.ts +39 -170
  69. package/dist/components/Input/Input.vue.d.ts.map +1 -1
  70. package/dist/components/Input/TextInput.vue.d.ts +24 -33
  71. package/dist/components/Input/TextInput.vue.d.ts.map +1 -1
  72. package/dist/components/InputDatePicker/InputDatePicker.vue.d.ts +44 -175
  73. package/dist/components/InputNext/InputNext.vue.d.ts +4 -4
  74. package/dist/components/Label/Label.vue.d.ts +15 -9
  75. package/dist/components/Label/Label.vue.d.ts.map +1 -1
  76. package/dist/components/Modal/Modal.vue.d.ts +2 -2
  77. package/dist/components/ModalDialog/ModalDialog.vue.d.ts +6 -6
  78. package/dist/components/ModalNext/ModalNext.vue.d.ts +44 -175
  79. package/dist/components/ModalUpload/ModalUpload.vue.d.ts +9 -9
  80. package/dist/components/MoodRating/MoodRating.vue.d.ts +1 -1
  81. package/dist/components/MultiSelect/MultiSelect.vue.d.ts +14 -26
  82. package/dist/components/Pagination/Pagination.vue.d.ts +3 -3
  83. package/dist/components/ProgressBar/ProgressBar.vue.d.ts +1 -1
  84. package/dist/components/Radio/Radio.vue.d.ts +6 -10
  85. package/dist/components/Radio/Radio.vue.d.ts.map +1 -1
  86. package/dist/components/SelectSmart/SelectSmart.vue.d.ts +512 -69
  87. package/dist/components/SelectSmart/SelectSmart.vue.d.ts.map +1 -1
  88. package/dist/components/SelectSmart/SelectSmartMultipleHeader.vue.d.ts +414 -11
  89. package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts +28 -21
  90. package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts.map +1 -1
  91. package/dist/components/SelectTime/index.vue.d.ts +24 -33
  92. package/dist/components/SkeletonLoading/skeletonTheme.vue.d.ts +1 -1
  93. package/dist/components/Slider/Slider.vue.d.ts +2 -2
  94. package/dist/components/StarRating/StarRating.vue.d.ts +1 -1
  95. package/dist/components/Switch/Switch.vue.d.ts +21 -55
  96. package/dist/components/Switch/Switch.vue.d.ts.map +1 -1
  97. package/dist/components/Tab/Tab.vue.d.ts +2 -13
  98. package/dist/components/TableNext/TableBodyCell.vue.d.ts +2 -2
  99. package/dist/components/TableNext/TablePagination.vue.d.ts +3 -3
  100. package/dist/components/TabsExpanded/TabsExpanded.vue.d.ts +1 -1
  101. package/dist/components/Tag/BrandTag.vue.d.ts +51 -0
  102. package/dist/components/Tag/BrandTag.vue.d.ts.map +1 -0
  103. package/dist/components/Tag/DefaultTag.vue.d.ts +83 -4
  104. package/dist/components/Tag/DefaultTag.vue.d.ts.map +1 -1
  105. package/dist/components/Tag/IndicatorTag.vue.d.ts +151 -0
  106. package/dist/components/Tag/IndicatorTag.vue.d.ts.map +1 -0
  107. package/dist/components/Tag/Tag.vue.d.ts +414 -12
  108. package/dist/components/Tag/Tag.vue.d.ts.map +1 -1
  109. package/dist/components/Tag/TagNext.vue.d.ts +24 -0
  110. package/dist/components/Tag/TagNext.vue.d.ts.map +1 -0
  111. package/dist/components/TextArea/TextArea.vue.d.ts +30 -75
  112. package/dist/components/TextArea/TextArea.vue.d.ts.map +1 -1
  113. package/dist/components/ToolTip/ToolTip.vue.d.ts +1 -1
  114. package/dist/components/Tour/Tour.vue.d.ts +3 -3
  115. package/dist/components/Tour/TourPopover.vue.d.ts +3 -3
  116. package/dist/components/UploadArea/UploadArea.vue.d.ts +4 -4
  117. package/dist/components/index.d.ts +6402 -4331
  118. package/dist/components/index.d.ts.map +1 -1
  119. package/dist/components/ui/popover/PopoverContent.vue.d.ts +1 -1
  120. package/dist/components/ui/popover/PopoverContent.vue.d.ts.map +1 -1
  121. package/dist/{es-db30a2ff.mjs → es-4aab69cb.mjs} +1 -1
  122. package/dist/{index-761bb714.mjs → index-789225a6.mjs} +10023 -10092
  123. package/dist/{pt-br-569fa4c1.mjs → pt-br-2f695ddd.mjs} +1 -1
  124. package/dist/style.css +1 -1
  125. package/dist/unnnic.mjs +151 -158
  126. package/dist/unnnic.umd.js +43 -42
  127. package/dist/utils/call.d.ts +1 -2
  128. package/dist/utils/call.d.ts.map +1 -1
  129. package/package.json +2 -2
  130. package/src/components/Alert/Alert.vue +135 -26
  131. package/src/components/Alert/AlertBanner.vue +182 -0
  132. package/src/components/Alert/AlertCaller.vue +49 -0
  133. package/src/components/Alert/Version1dot1.vue +36 -0
  134. package/src/components/Alert/__tests__/Alert.spec.js +45 -2
  135. package/src/components/Alert/__tests__/AlertBanner.spec.js +89 -0
  136. package/src/components/Alert/__tests__/AlertCaller.spec.js +98 -0
  137. package/src/components/Alert/__tests__/Version1dot1.spec.js +21 -0
  138. package/src/components/Alert/__tests__/__snapshots__/Alert.spec.js.snap +7 -11
  139. package/src/components/Alert/__tests__/__snapshots__/AlertBanner.spec.js.snap +2 -2
  140. package/src/components/Alert/__tests__/__snapshots__/Version1dot1.spec.js.snap +1 -1
  141. package/src/components/Button/Button.vue +117 -67
  142. package/src/components/Button/types.ts +1 -0
  143. package/src/components/ChatsContact/ChatsContact.vue +6 -10
  144. package/src/components/Checkbox/Checkbox.vue +65 -117
  145. package/src/components/Checkbox/__tests__/Checkbox.spec.js +21 -6
  146. package/src/components/DataTable/index.vue +48 -0
  147. package/src/components/FormElement/FormElement.vue +93 -63
  148. package/src/components/Icon.vue +0 -2
  149. package/src/components/Input/BaseInput.vue +12 -12
  150. package/src/components/Input/Input.scss +20 -19
  151. package/src/components/Input/Input.vue +55 -60
  152. package/src/components/Input/TextInput.vue +54 -25
  153. package/src/components/Input/__test__/Input.spec.js +33 -13
  154. package/src/components/Input/__test__/TextInput.spec.js +8 -6
  155. package/src/components/Input/__test__/__snapshots__/Input.spec.js.snap +5 -14
  156. package/src/components/Input/__test__/__snapshots__/TextInput.spec.js.snap +1 -1
  157. package/src/components/Label/Label.vue +21 -52
  158. package/src/components/Label/__tests__/Label.spec.js +1 -1
  159. package/src/components/Label/__tests__/__snapshots__/Label.spec.js.snap +1 -1
  160. package/src/components/Radio/Radio.vue +66 -118
  161. package/src/components/Radio/__test__/Radio.spec.js +20 -14
  162. package/src/components/Radio/__test__/__snapshots__/Radio.spec.js.snap +3 -4
  163. package/src/components/SelectSmart/SelectSmart.vue +129 -28
  164. package/src/components/SelectSmart/__tests__/SelectSmart.spec.js +180 -4
  165. package/src/components/Switch/Switch.vue +91 -132
  166. package/src/components/Switch/__tests__/Switch.spec.js +75 -8
  167. package/src/components/Switch/__tests__/__snapshots__/Switch.spec.js.snap +6 -5
  168. package/src/components/Tab/Tab.vue +23 -37
  169. package/src/components/Tab/__test__/__snapshots__/Tab.spec.js.snap +1 -1
  170. package/src/components/TableNext/__test__/__snapshots__/TableNext.spec.js.snap +2 -2
  171. package/src/components/TableNext/__test__/__snapshots__/TablePagination.spec.js.snap +2 -2
  172. package/src/components/Tag/BrandTag.vue +96 -0
  173. package/src/components/Tag/DefaultTag.vue +107 -51
  174. package/src/components/Tag/IndicatorTag.vue +107 -0
  175. package/src/components/Tag/Tag.vue +79 -32
  176. package/src/components/Tag/TagNext.vue +60 -0
  177. package/src/components/TextArea/TextArea.vue +11 -40
  178. package/src/components/TextArea/__test__/__snapshots__/TextArea.spec.js.snap +3 -11
  179. package/src/components/index.ts +18 -33
  180. package/src/stories/Alert.stories.js +67 -6
  181. package/src/stories/Button.stories.js +39 -29
  182. package/src/stories/Checkbox.stories.js +4 -11
  183. package/src/stories/DataTable.stories.js +192 -0
  184. package/src/stories/Input.stories.js +76 -71
  185. package/src/stories/Label.stories.js +0 -7
  186. package/src/stories/Radio.stories.js +1 -28
  187. package/src/stories/SelectSmart.stories.js +289 -0
  188. package/src/stories/Switch.stories.js +5 -10
  189. package/src/stories/Tab.stories.js +4 -11
  190. package/src/stories/Tag.stories.js +43 -24
  191. package/src/stories/TextArea.stories.js +2 -14
  192. package/src/types/scheme-colors.d.ts +0 -1
  193. package/src/utils/call.js +18 -46
  194. package/dist/assets/tokens/colors.json.d.ts +0 -376
  195. package/dist/components/CheckboxGroup/CheckboxGroup.vue.d.ts +0 -28
  196. package/dist/components/CheckboxGroup/CheckboxGroup.vue.d.ts.map +0 -1
  197. package/dist/components/PageHeader/PageHeader.vue.d.ts +0 -28
  198. package/dist/components/PageHeader/PageHeader.vue.d.ts.map +0 -1
  199. package/dist/components/PageHeader/index.d.ts +0 -3
  200. package/dist/components/PageHeader/index.d.ts.map +0 -1
  201. package/dist/components/PageHeader/types.d.ts +0 -9
  202. package/dist/components/PageHeader/types.d.ts.map +0 -1
  203. package/dist/components/Tag/types.d.ts +0 -18
  204. package/dist/components/Tag/types.d.ts.map +0 -1
  205. package/dist/components/Toast/Toast.vue.d.ts +0 -16
  206. package/dist/components/Toast/Toast.vue.d.ts.map +0 -1
  207. package/dist/components/Toast/ToastManager.d.ts +0 -14
  208. package/dist/components/Toast/ToastManager.d.ts.map +0 -1
  209. package/dist/components/Toast/types.d.ts +0 -35
  210. package/dist/components/Toast/types.d.ts.map +0 -1
  211. package/src/assets/icons/checkbox-checked-disabled.svg +0 -3
  212. package/src/assets/icons/checkbox-checked.svg +0 -3
  213. package/src/assets/icons/checkbox-less-disabled.svg +0 -3
  214. package/src/assets/icons/checkbox-less.svg +0 -3
  215. package/src/assets/icons/radio-checked.svg +0 -3
  216. package/src/assets/icons/switch-checked-disabled.svg +0 -3
  217. package/src/assets/icons/switch-checked.svg +0 -3
  218. package/src/components/CheckboxGroup/CheckboxGroup.vue +0 -96
  219. package/src/components/PageHeader/PageHeader.vue +0 -148
  220. package/src/components/PageHeader/index.ts +0 -2
  221. package/src/components/PageHeader/types.ts +0 -10
  222. package/src/components/RadioGroup/RadioGroup.vue +0 -142
  223. package/src/components/Tag/types.ts +0 -19
  224. package/src/components/Toast/Toast.vue +0 -246
  225. package/src/components/Toast/ToastManager.ts +0 -110
  226. package/src/components/Toast/__tests__/Toast.spec.js +0 -291
  227. package/src/components/Toast/__tests__/ToastManager.spec.js +0 -294
  228. package/src/components/Toast/types.ts +0 -57
  229. package/src/stories/CheckboxGroup.stories.js +0 -105
  230. package/src/stories/PageHeader.stories.js +0 -330
  231. package/src/stories/RadioGroup.stories.js +0 -144
  232. package/src/stories/Toast.mdx +0 -123
  233. package/src/stories/Toast.stories.js +0 -126
@@ -1,376 +0,0 @@
1
- declare const _default: {
2
- "color": {
3
- "white": {
4
- "value": "#FFFFFF"
5
- },
6
- "black": {
7
- "value": "#000000"
8
- },
9
- "gray": {
10
- "50": {
11
- "value": "#F6F7F9"
12
- },
13
- "100": {
14
- "value": "#ECEEF2"
15
- },
16
- "200": {
17
- "value": "#D6D9E1"
18
- },
19
- "300": {
20
- "value": "#B2B9C7"
21
- },
22
- "400": {
23
- "value": "#8893A8"
24
- },
25
- "500": {
26
- "value": "#67738B"
27
- },
28
- "600": {
29
- "value": "#545E75"
30
- },
31
- "700": {
32
- "value": "#454D5F"
33
- },
34
- "800": {
35
- "value": "#3B4151"
36
- },
37
- "900": {
38
- "value": "#353945"
39
- },
40
- "950": {
41
- "value": "#23262E"
42
- }
43
- },
44
- "teal": {
45
- "50": {
46
- "value": "#EFFEFC"
47
- },
48
- "100": {
49
- "value": "#C7FFF7"
50
- },
51
- "200": {
52
- "value": "#90FFEF"
53
- },
54
- "300": {
55
- "value": "#51F7E7"
56
- },
57
- "400": {
58
- "value": "#1DE4D7"
59
- },
60
- "500": {
61
- "value": "#04C8BD"
62
- },
63
- "600": {
64
- "value": "#00A49F"
65
- },
66
- "700": {
67
- "value": "#05807D"
68
- },
69
- "800": {
70
- "value": "#0A6564"
71
- },
72
- "900": {
73
- "value": "#0D5453"
74
- },
75
- "950": {
76
- "value": "#003133"
77
- }
78
- },
79
- "green": {
80
- "50": {
81
- "value": "#F0F9F3"
82
- },
83
- "100": {
84
- "value": "#DAF1E0"
85
- },
86
- "200": {
87
- "value": "#B7E3C6"
88
- },
89
- "300": {
90
- "value": "#88CDA4"
91
- },
92
- "400": {
93
- "value": "#56B17E"
94
- },
95
- "500": {
96
- "value": "#38A169"
97
- },
98
- "600": {
99
- "value": "#24774C"
100
- },
101
- "700": {
102
- "value": "#1D5F3F"
103
- },
104
- "800": {
105
- "value": "#194C34"
106
- },
107
- "900": {
108
- "value": "#153F2C"
109
- },
110
- "950": {
111
- "value": "#0B2318"
112
- }
113
- },
114
- "blue": {
115
- "50": {
116
- "value": "#F2F7FD"
117
- },
118
- "100": {
119
- "value": "#E5EEF9"
120
- },
121
- "200": {
122
- "value": "#C4DBF3"
123
- },
124
- "300": {
125
- "value": "#90BDE9"
126
- },
127
- "400": {
128
- "value": "#559BDB"
129
- },
130
- "500": {
131
- "value": "#3182CE"
132
- },
133
- "600": {
134
- "value": "#2062A9"
135
- },
136
- "700": {
137
- "value": "#1B4F89"
138
- },
139
- "800": {
140
- "value": "#1A4472"
141
- },
142
- "900": {
143
- "value": "#1B3A5F"
144
- },
145
- "950": {
146
- "value": "#12253F"
147
- }
148
- },
149
- "purple": {
150
- "50": {
151
- "value": "#F6F5FD"
152
- },
153
- "100": {
154
- "value": "#EEECFB"
155
- },
156
- "200": {
157
- "value": "#DFDCF8"
158
- },
159
- "300": {
160
- "value": "#C7BFF3"
161
- },
162
- "400": {
163
- "value": "#AA9BEA"
164
- },
165
- "500": {
166
- "value": "#8D72E0"
167
- },
168
- "600": {
169
- "value": "#805AD5"
170
- },
171
- "700": {
172
- "value": "#6B41C0"
173
- },
174
- "800": {
175
- "value": "#5A36A1"
176
- },
177
- "900": {
178
- "value": "#4B2E84"
179
- },
180
- "950": {
181
- "value": "#2E1C59"
182
- }
183
- },
184
- "red": {
185
- "50": {
186
- "value": "#FDF3F3"
187
- },
188
- "100": {
189
- "value": "#FDE3E3"
190
- },
191
- "200": {
192
- "value": "#FCCCCC"
193
- },
194
- "300": {
195
- "value": "#F8A9A9"
196
- },
197
- "400": {
198
- "value": "#F27777"
199
- },
200
- "500": {
201
- "value": "#E53E3E"
202
- },
203
- "600": {
204
- "value": "#D32F2F"
205
- },
206
- "700": {
207
- "value": "#B22323"
208
- },
209
- "800": {
210
- "value": "#932121"
211
- },
212
- "900": {
213
- "value": "#7A2222"
214
- },
215
- "950": {
216
- "value": "#420D0D"
217
- }
218
- },
219
- "orange": {
220
- "50": {
221
- "value": "#FDF8EF"
222
- },
223
- "100": {
224
- "value": "#FBEED9"
225
- },
226
- "200": {
227
- "value": "#F7DAB1"
228
- },
229
- "300": {
230
- "value": "#F1C080"
231
- },
232
- "400": {
233
- "value": "#EB9D4C"
234
- },
235
- "500": {
236
- "value": "#E5812A"
237
- },
238
- "600": {
239
- "value": "#DD6B20"
240
- },
241
- "700": {
242
- "value": "#B2501C"
243
- },
244
- "800": {
245
- "value": "#8E401E"
246
- },
247
- "900": {
248
- "value": "#73361B"
249
- },
250
- "950": {
251
- "value": "#3E1A0C"
252
- }
253
- },
254
- "yellow": {
255
- "50": {
256
- "value": "#FBF7EB"
257
- },
258
- "100": {
259
- "value": "#F5EDCC"
260
- },
261
- "200": {
262
- "value": "#EDD89B"
263
- },
264
- "300": {
265
- "value": "#E2BC62"
266
- },
267
- "400": {
268
- "value": "#D69E2E"
269
- },
270
- "500": {
271
- "value": "#C88D2A"
272
- },
273
- "600": {
274
- "value": "#AC6E22"
275
- },
276
- "700": {
277
- "value": "#8A501E"
278
- },
279
- "800": {
280
- "value": "#734120"
281
- },
282
- "900": {
283
- "value": "#633720"
284
- },
285
- "950": {
286
- "value": "#391B0F"
287
- }
288
- },
289
- "bg": {
290
- "base": {
291
- "value": "{color.white}"
292
- },
293
- "soft": {
294
- "value": "{color.gray.50}"
295
- },
296
- "muted": {
297
- "value": "{color.gray.100}"
298
- },
299
- "active": {
300
- "value": "{color.teal.600}"
301
- },
302
- "info": {
303
- "value": "{color.blue.50}"
304
- },
305
- "success": {
306
- "value": "{color.green.50}"
307
- },
308
- "warning": {
309
- "value": "{color.yellow.50}"
310
- },
311
- "critical": {
312
- "value": "{color.red.50}"
313
- }
314
- },
315
- "fg": {
316
- "base": {
317
- "value": "{color.gray.500}"
318
- },
319
- "muted": {
320
- "value": "{color.gray.300}"
321
- },
322
- "emphasized": {
323
- "value": "{color.gray.900}"
324
- },
325
- "inverted": {
326
- "value": "{color.white}"
327
- },
328
- "active": {
329
- "value": "{color.teal.600}"
330
- },
331
- "info": {
332
- "value": "{color.blue.500}"
333
- },
334
- "success": {
335
- "value": "{color.green.500}"
336
- },
337
- "warning": {
338
- "value": "{color.yellow.500}"
339
- },
340
- "critical": {
341
- "value": "{color.red.500}"
342
- }
343
- },
344
- "border": {
345
- "base": {
346
- "value": "{color.gray.200}"
347
- },
348
- "soft": {
349
- "value": "{color.gray.100}"
350
- },
351
- "muted": {
352
- "value": "{color.gray.200}"
353
- },
354
- "emphasized": {
355
- "value": "{color.gray.400}"
356
- },
357
- "active": {
358
- "value": "{color.teal.600}"
359
- },
360
- "info": {
361
- "value": "{color.blue.300}"
362
- },
363
- "success": {
364
- "value": "{color.green.300}"
365
- },
366
- "warning": {
367
- "value": "{color.yellow.300}"
368
- },
369
- "critical": {
370
- "value": "{color.red.300}"
371
- }
372
- }
373
- }
374
- };
375
-
376
- export default _default;
@@ -1,28 +0,0 @@
1
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
2
- export default _default;
3
- type __VLS_WithTemplateSlots<T, S> = T & (new () => {
4
- $slots: S;
5
- });
6
- declare const __VLS_component: import('vue').DefineComponent<{}, {
7
- state: string;
8
- labelUseHtmlTooltip: boolean;
9
- label?: string | undefined;
10
- helper?: string | undefined;
11
- labelTooltip?: string | undefined;
12
- $props: {
13
- readonly state?: string | undefined;
14
- readonly labelUseHtmlTooltip?: boolean | undefined;
15
- readonly label?: string | undefined;
16
- readonly helper?: string | undefined;
17
- readonly labelTooltip?: string | undefined;
18
- };
19
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLElement>;
20
- type __VLS_TemplateResult = {
21
- attrs: Partial<{}>;
22
- slots: {
23
- default?(_: {}): any;
24
- };
25
- refs: {};
26
- rootEl: HTMLElement;
27
- };
28
- //# sourceMappingURL=CheckboxGroup.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CheckboxGroup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CheckboxGroup/CheckboxGroup.vue"],"names":[],"mappings":"AA0BA;wBAkNqB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;;6BAEtE,CAAC,EAAE,CAAC;;;AAXjC;;;;;;;;;;;;;mPAQG"}
@@ -1,28 +0,0 @@
1
- import { PageHeaderProps } from './types';
2
- declare function __VLS_template(): {
3
- attrs: Partial<{}>;
4
- slots: {
5
- tag?(_: {}): any;
6
- actions?(_: {}): any;
7
- tabs?(_: {}): any;
8
- };
9
- refs: {};
10
- rootEl: HTMLElement;
11
- };
12
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
13
- declare const __VLS_component: import('vue').DefineComponent<PageHeaderProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
14
- back: () => any;
15
- }, string, import('vue').PublicProps, Readonly<PageHeaderProps> & Readonly<{
16
- onBack?: (() => any) | undefined;
17
- }>, {
18
- description: string;
19
- hasBackButton: boolean;
20
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
21
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
22
- export default _default;
23
- type __VLS_WithTemplateSlots<T, S> = T & {
24
- new (): {
25
- $slots: S;
26
- };
27
- };
28
- //# sourceMappingURL=PageHeader.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"PageHeader.vue.d.ts","sourceRoot":"","sources":["../../../src/components/PageHeader/PageHeader.vue"],"names":[],"mappings":"AAsDA;AAwJA,OAAO,KAAK,EAAE,eAAe,EAAmB,MAAM,SAAS,CAAC;AAqBhE,iBAAS,cAAc;WA2FT,OAAO,IAA6B;;qBAZzB,GAAG;yBACC,GAAG;sBACN,GAAG;;;;EAe5B;AAYD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;qFASnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,3 +0,0 @@
1
- export { default } from './PageHeader.vue';
2
- export { default as PageHeader } from './PageHeader.vue';
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/PageHeader/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAC3C,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,kBAAkB,CAAC"}
@@ -1,9 +0,0 @@
1
- export interface PageHeaderProps {
2
- title: string;
3
- description?: string;
4
- hasBackButton?: boolean;
5
- }
6
- export interface PageHeaderEmits {
7
- (event: 'back'): void;
8
- }
9
- //# sourceMappingURL=types.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/PageHeader/types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,eAAe;IAC9B,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB;AAED,MAAM,WAAW,eAAe;IAC9B,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;CACvB"}
@@ -1,18 +0,0 @@
1
- export type TagType = 'default' | 'brand' | 'next';
2
- export type TagSize = 'small' | 'medium';
3
- export interface TagProps {
4
- type?: TagType;
5
- size?: TagSize;
6
- text?: string;
7
- disabled?: boolean;
8
- scheme?: string;
9
- leftIcon?: string;
10
- hasCloseIcon?: boolean;
11
- }
12
- export interface DefaultTagProps {
13
- text?: string;
14
- size?: TagSize;
15
- scheme?: string;
16
- leftIcon?: string;
17
- }
18
- //# sourceMappingURL=types.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/Tag/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,OAAO,GAAG,SAAS,GAAG,OAAO,GAAG,MAAM,CAAC;AACnD,MAAM,MAAM,OAAO,GAAG,OAAO,GAAG,QAAQ,CAAC;AAEzC,MAAM,WAAW,QAAQ;IACvB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB;AAED,MAAM,WAAW,eAAe;IAC9B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB"}
@@ -1,16 +0,0 @@
1
- import { ToastProps } from './types';
2
- declare const _default: import('vue').DefineComponent<ToastProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
3
- close: () => any;
4
- destroy: () => any;
5
- }, string, import('vue').PublicProps, Readonly<ToastProps> & Readonly<{
6
- onClose?: (() => any) | undefined;
7
- onDestroy?: (() => any) | undefined;
8
- }>, {
9
- type: import('./types').ToastType;
10
- description: string;
11
- button: import('./types').ToastButton;
12
- title: string;
13
- timeout: number;
14
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
15
- export default _default;
16
- //# sourceMappingURL=Toast.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Toast.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Toast/Toast.vue"],"names":[],"mappings":"AAsEA;AA6PA,OAAO,KAAK,EAAE,UAAU,EAAc,MAAM,SAAS,CAAC;;;;;;;;;;;;;;AAqQtD,wBASG"}
@@ -1,14 +0,0 @@
1
- import { ToastProps, ToastInstance, ToastCall } from './types';
2
- declare class ToastManager implements ToastManager {
3
- private toasts;
4
- private container;
5
- private nextId;
6
- private createContainer;
7
- private generateId;
8
- show(props: ToastProps): ToastInstance;
9
- close(id: string): void;
10
- }
11
- declare const toastManager: ToastManager;
12
- export declare const toast: ToastCall;
13
- export default toastManager;
14
- //# sourceMappingURL=ToastManager.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ToastManager.d.ts","sourceRoot":"","sources":["../../../src/components/Toast/ToastManager.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EACV,UAAU,EACV,aAAa,EAEb,SAAS,EACV,MAAM,SAAS,CAAC;AAEjB,cAAM,YAAa,YAAW,YAAY;IACxC,OAAO,CAAC,MAAM,CAAyC;IACvD,OAAO,CAAC,SAAS,CAA4B;IAC7C,OAAO,CAAC,MAAM,CAAK;IAEnB,OAAO,CAAC,eAAe;IAYvB,OAAO,CAAC,UAAU;IAIlB,IAAI,CAAC,KAAK,EAAE,UAAU,GAAG,aAAa;IAsCtC,KAAK,CAAC,EAAE,EAAE,MAAM,GAAG,IAAI;CAMxB;AAED,QAAA,MAAM,YAAY,cAAqB,CAAC;AAExC,eAAO,MAAM,KAAK,EAAE,SA6BnB,CAAC;AAEF,eAAe,YAAY,CAAC"}
@@ -1,35 +0,0 @@
1
- export interface ToastManager {
2
- show: (props: ToastProps) => ToastInstance;
3
- close: (id: string) => void;
4
- }
5
- export interface ToastButton {
6
- text: string;
7
- action: () => void;
8
- }
9
- export type ToastType = 'informational' | 'attention' | 'success' | 'error';
10
- export interface ToastProps extends ToastOptions {
11
- title: string;
12
- description?: string;
13
- }
14
- export interface ToastOptions {
15
- type?: ToastType;
16
- button?: ToastButton;
17
- timeout?: number;
18
- }
19
- export interface ToastEmits {
20
- close: [];
21
- destroy: [];
22
- }
23
- export interface ToastInstance {
24
- id: string;
25
- props: ToastProps;
26
- close: () => void;
27
- promise: Promise<void>;
28
- }
29
- export interface ToastCall {
30
- info: (title: string, description?: string, options?: ToastOptions) => Promise<void>;
31
- success: (title: string, description?: string, options?: ToastOptions) => Promise<void>;
32
- attention: (title: string, description?: string, options?: ToastOptions) => Promise<void>;
33
- error: (title: string, description?: string, options?: ToastOptions) => Promise<void>;
34
- }
35
- //# sourceMappingURL=types.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/Toast/types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,YAAY;IAC3B,IAAI,EAAE,CAAC,KAAK,EAAE,UAAU,KAAK,aAAa,CAAC;IAC3C,KAAK,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;CAC7B;AAED,MAAM,WAAW,WAAW;IAC1B,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,IAAI,CAAC;CACpB;AAED,MAAM,MAAM,SAAS,GAAG,eAAe,GAAG,WAAW,GAAG,SAAS,GAAG,OAAO,CAAC;AAE5E,MAAM,WAAW,UAAW,SAAQ,YAAY;IAC9C,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,MAAM,WAAW,YAAY;IAC3B,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,MAAM,CAAC,EAAE,WAAW,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,WAAW,UAAU;IACzB,KAAK,EAAE,EAAE,CAAC;IACV,OAAO,EAAE,EAAE,CAAC;CACb;AAED,MAAM,WAAW,aAAa;IAC5B,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,UAAU,CAAC;IAClB,KAAK,EAAE,MAAM,IAAI,CAAC;IAClB,OAAO,EAAE,OAAO,CAAC,IAAI,CAAC,CAAC;CACxB;AAED,MAAM,WAAW,SAAS;IACxB,IAAI,EAAE,CACJ,KAAK,EAAE,MAAM,EACb,WAAW,CAAC,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,YAAY,KACnB,OAAO,CAAC,IAAI,CAAC,CAAC;IACnB,OAAO,EAAE,CACP,KAAK,EAAE,MAAM,EACb,WAAW,CAAC,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,YAAY,KACnB,OAAO,CAAC,IAAI,CAAC,CAAC;IACnB,SAAS,EAAE,CACT,KAAK,EAAE,MAAM,EACb,WAAW,CAAC,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,YAAY,KACnB,OAAO,CAAC,IAAI,CAAC,CAAC;IACnB,KAAK,EAAE,CACL,KAAK,EAAE,MAAM,EACb,WAAW,CAAC,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,YAAY,KACnB,OAAO,CAAC,IAAI,CAAC,CAAC;CACpB"}
@@ -1,3 +0,0 @@
1
- <svg width="11" height="9" viewBox="0 0 11 9" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M3.60023 7.13135L9.96565 0.765935C10.0744 0.655796 10.2018 0.599407 10.3477 0.596768C10.4936 0.594129 10.6242 0.650518 10.7396 0.765935C10.855 0.881351 10.9127 1.00955 10.9127 1.15052C10.9127 1.29163 10.8577 1.41718 10.7477 1.52718L4.08586 8.19864C3.9503 8.33531 3.79224 8.40364 3.61169 8.40364C3.43099 8.40364 3.27224 8.33531 3.13544 8.19864L0.260439 5.32364C0.150439 5.2135 0.0928002 5.08711 0.0875224 4.94448C0.0821058 4.80198 0.137106 4.67302 0.252522 4.5576C0.367939 4.44218 0.496759 4.38448 0.638981 4.38448C0.781203 4.38448 0.907731 4.44218 1.01856 4.5576L3.60023 7.13135Z" fill="#B2B9C7"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="11" height="9" viewBox="0 0 11 9" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M3.60023 7.13135L9.96565 0.765935C10.0744 0.655796 10.2018 0.599407 10.3477 0.596768C10.4936 0.594129 10.6242 0.650518 10.7396 0.765935C10.855 0.881351 10.9127 1.00955 10.9127 1.15052C10.9127 1.29163 10.8577 1.41718 10.7477 1.52718L4.08586 8.19864C3.9503 8.33531 3.79224 8.40364 3.61169 8.40364C3.43099 8.40364 3.27224 8.33531 3.13544 8.19864L0.260439 5.32364C0.150439 5.2135 0.0928002 5.08711 0.0875224 4.94448C0.0821058 4.80198 0.137106 4.67302 0.252522 4.5576C0.367939 4.44218 0.496759 4.38448 0.638981 4.38448C0.781203 4.38448 0.907731 4.44218 1.01856 4.5576L3.60023 7.13135Z" fill="white"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="10" height="2" viewBox="0 0 10 2" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M0.625 1.25C0.447917 1.25 0.299514 1.19007 0.179792 1.07021C0.0599307 0.950347 0 0.801875 0 0.624791C0 0.447569 0.0599307 0.299167 0.179792 0.179583C0.299514 0.059861 0.447917 0 0.625 0H8.54167C8.71875 0 8.86715 0.0599307 8.98688 0.179792C9.10674 0.299653 9.16667 0.448125 9.16667 0.625209C9.16667 0.802431 9.10674 0.950833 8.98688 1.07042C8.86715 1.19014 8.71875 1.25 8.54167 1.25H0.625Z" fill="#B2B9C7"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="10" height="2" viewBox="0 0 10 2" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M0.625 1.25C0.447917 1.25 0.299514 1.19007 0.179792 1.07021C0.0599307 0.950347 0 0.801875 0 0.624791C0 0.447569 0.0599307 0.299167 0.179792 0.179583C0.299514 0.059861 0.447917 0 0.625 0H8.54167C8.71875 0 8.86715 0.0599307 8.98688 0.179792C9.10674 0.299653 9.16667 0.448125 9.16667 0.625209C9.16667 0.802431 9.10674 0.950833 8.98688 1.07042C8.86715 1.19014 8.71875 1.25 8.54167 1.25H0.625Z" fill="white"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="9" height="9" viewBox="0 0 9 9" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <circle cx="4.5" cy="4.5" r="4" fill="white"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect width="14" height="14" rx="7" fill="#D6D9E1"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect width="14" height="14" rx="7" fill="white"/>
3
- </svg>