@weni/unnnic-system 3.9.2 → 3.9.3-alpha.0

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 (254) hide show
  1. package/dist/assets/tokens/colors.json.d.ts +376 -0
  2. package/dist/components/Accordion/Accordion.vue.d.ts +1 -1
  3. package/dist/components/Alert/Alert.vue.d.ts +17 -116
  4. package/dist/components/Alert/Alert.vue.d.ts.map +1 -1
  5. package/dist/components/Alert/Version1dot1.vue.d.ts +2 -38
  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 +11 -414
  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 +24 -31
  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 +13 -416
  36. package/dist/components/Carousel/TagCarousel.vue.d.ts +12 -415
  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 +30 -448
  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 +19 -26
  49. package/dist/components/Checkbox/Checkbox.vue.d.ts.map +1 -1
  50. package/dist/components/CheckboxGroup/CheckboxGroup.vue.d.ts +28 -0
  51. package/dist/components/CheckboxGroup/CheckboxGroup.vue.d.ts.map +1 -0
  52. package/dist/components/Comment/Comment.vue.d.ts +1 -1
  53. package/dist/components/DataArea/DataArea.vue.d.ts +2 -2
  54. package/dist/components/DataTable/index.vue.d.ts +1 -1
  55. package/dist/components/DataTable/index.vue.d.ts.map +1 -1
  56. package/dist/components/DateFilter/DateFilter.vue.d.ts +251 -41
  57. package/dist/components/DatePicker/DatePicker.vue.d.ts +4 -4
  58. package/dist/components/Drawer/Drawer.vue.d.ts +4 -4
  59. package/dist/components/Dropdown/Dropdown.vue.d.ts +1 -1
  60. package/dist/components/Dropdown/LanguageSelect.vue.d.ts +3 -3
  61. package/dist/components/Flag.vue.d.ts +2 -2
  62. package/dist/components/FormElement/FormElement.vue.d.ts +51 -28
  63. package/dist/components/FormElement/FormElement.vue.d.ts.map +1 -1
  64. package/dist/components/Icon.vue.d.ts +1 -1
  65. package/dist/components/Icon.vue.d.ts.map +1 -1
  66. package/dist/components/IconLoading/IconLoading.vue.d.ts +1 -1
  67. package/dist/components/ImportCard/ImportCard.vue.d.ts +4 -4
  68. package/dist/components/Input/BaseInput.vue.d.ts +33 -2
  69. package/dist/components/Input/BaseInput.vue.d.ts.map +1 -1
  70. package/dist/components/Input/Input.vue.d.ts +251 -41
  71. package/dist/components/Input/Input.vue.d.ts.map +1 -1
  72. package/dist/components/Input/TextInput.vue.d.ts +85 -25
  73. package/dist/components/Input/TextInput.vue.d.ts.map +1 -1
  74. package/dist/components/InputDatePicker/InputDatePicker.vue.d.ts +256 -46
  75. package/dist/components/InputNext/InputNext.vue.d.ts +5 -5
  76. package/dist/components/Label/Label.vue.d.ts +9 -15
  77. package/dist/components/Label/Label.vue.d.ts.map +1 -1
  78. package/dist/components/Modal/Modal.vue.d.ts +2 -2
  79. package/dist/components/ModalDialog/ModalDialog.vue.d.ts +6 -6
  80. package/dist/components/ModalNext/ModalNext.vue.d.ts +256 -46
  81. package/dist/components/ModalUpload/ModalUpload.vue.d.ts +9 -9
  82. package/dist/components/MoodRating/MoodRating.vue.d.ts +1 -1
  83. package/dist/components/MultiSelect/MultiSelect.vue.d.ts +26 -14
  84. package/dist/components/PageHeader/PageHeader.vue.d.ts +28 -0
  85. package/dist/components/PageHeader/PageHeader.vue.d.ts.map +1 -0
  86. package/dist/components/PageHeader/index.d.ts +3 -0
  87. package/dist/components/PageHeader/index.d.ts.map +1 -0
  88. package/dist/components/PageHeader/types.d.ts +9 -0
  89. package/dist/components/PageHeader/types.d.ts.map +1 -0
  90. package/dist/components/Pagination/Pagination.vue.d.ts +3 -3
  91. package/dist/components/ProgressBar/ProgressBar.vue.d.ts +1 -1
  92. package/dist/components/Radio/Radio.vue.d.ts +10 -6
  93. package/dist/components/Radio/Radio.vue.d.ts.map +1 -1
  94. package/dist/components/SelectSmart/SelectSmart.vue.d.ts +120 -470
  95. package/dist/components/SelectSmart/SelectSmartMultipleHeader.vue.d.ts +11 -414
  96. package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts +21 -28
  97. package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts.map +1 -1
  98. package/dist/components/SelectTime/index.vue.d.ts +85 -25
  99. package/dist/components/SkeletonLoading/skeletonTheme.vue.d.ts +1 -1
  100. package/dist/components/Slider/Slider.vue.d.ts +2 -2
  101. package/dist/components/StarRating/StarRating.vue.d.ts +1 -1
  102. package/dist/components/Switch/Switch.vue.d.ts +55 -21
  103. package/dist/components/Switch/Switch.vue.d.ts.map +1 -1
  104. package/dist/components/Tab/Tab.vue.d.ts +13 -2
  105. package/dist/components/TableNext/TableBodyCell.vue.d.ts +2 -2
  106. package/dist/components/TableNext/TablePagination.vue.d.ts +3 -3
  107. package/dist/components/TabsExpanded/TabsExpanded.vue.d.ts +1 -1
  108. package/dist/components/Tag/DefaultTag.vue.d.ts +4 -83
  109. package/dist/components/Tag/DefaultTag.vue.d.ts.map +1 -1
  110. package/dist/components/Tag/Tag.vue.d.ts +12 -414
  111. package/dist/components/Tag/Tag.vue.d.ts.map +1 -1
  112. package/dist/components/Tag/types.d.ts +18 -0
  113. package/dist/components/Tag/types.d.ts.map +1 -0
  114. package/dist/components/TextArea/TextArea.vue.d.ts +78 -33
  115. package/dist/components/TextArea/TextArea.vue.d.ts.map +1 -1
  116. package/dist/components/Toast/Toast.vue.d.ts +16 -0
  117. package/dist/components/Toast/Toast.vue.d.ts.map +1 -0
  118. package/dist/components/Toast/ToastManager.d.ts +14 -0
  119. package/dist/components/Toast/ToastManager.d.ts.map +1 -0
  120. package/dist/components/Toast/types.d.ts +35 -0
  121. package/dist/components/Toast/types.d.ts.map +1 -0
  122. package/dist/components/ToolTip/ToolTip.vue.d.ts +1 -1
  123. package/dist/components/Tour/Tour.vue.d.ts +3 -3
  124. package/dist/components/Tour/TourPopover.vue.d.ts +3 -3
  125. package/dist/components/UploadArea/UploadArea.vue.d.ts +4 -4
  126. package/dist/components/index.d.ts +8736 -10161
  127. package/dist/components/index.d.ts.map +1 -1
  128. package/dist/components/ui/popover/PopoverContent.vue.d.ts +1 -1
  129. package/dist/components/ui/popover/PopoverContent.vue.d.ts.map +1 -1
  130. package/dist/{es-4aab69cb.mjs → es-61b41785.mjs} +1 -1
  131. package/dist/{index-789225a6.mjs → index-10160248.mjs} +9358 -8815
  132. package/dist/locales/en.json.d.ts +2 -1
  133. package/dist/locales/es.json.d.ts +2 -1
  134. package/dist/locales/pt_br.json.d.ts +2 -1
  135. package/dist/{pt-br-2f695ddd.mjs → pt-br-31a68683.mjs} +1 -1
  136. package/dist/style.css +1 -1
  137. package/dist/unnnic.mjs +158 -151
  138. package/dist/unnnic.umd.js +35 -36
  139. package/dist/utils/call.d.ts +2 -1
  140. package/dist/utils/call.d.ts.map +1 -1
  141. package/package.json +2 -2
  142. package/src/assets/icons/checkbox-checked-disabled.svg +3 -0
  143. package/src/assets/icons/checkbox-checked.svg +3 -0
  144. package/src/assets/icons/checkbox-less-disabled.svg +3 -0
  145. package/src/assets/icons/checkbox-less.svg +3 -0
  146. package/src/assets/icons/radio-checked.svg +3 -0
  147. package/src/assets/icons/switch-checked-disabled.svg +3 -0
  148. package/src/assets/icons/switch-checked.svg +3 -0
  149. package/src/assets/scss/scheme-colors.scss +309 -223
  150. package/src/components/Alert/Alert.vue +26 -135
  151. package/src/components/Alert/Version1dot1.vue +0 -36
  152. package/src/components/Alert/__tests__/Alert.spec.js +2 -45
  153. package/src/components/Alert/__tests__/Version1dot1.spec.js +0 -21
  154. package/src/components/Alert/__tests__/__snapshots__/Alert.spec.js.snap +11 -7
  155. package/src/components/Alert/__tests__/__snapshots__/AlertBanner.spec.js.snap +2 -2
  156. package/src/components/Alert/__tests__/__snapshots__/Version1dot1.spec.js.snap +1 -1
  157. package/src/components/Button/Button.vue +67 -117
  158. package/src/components/Button/types.ts +0 -1
  159. package/src/components/ChatsContact/ChatsContact.vue +16 -8
  160. package/src/components/Checkbox/Checkbox.vue +117 -65
  161. package/src/components/Checkbox/__tests__/Checkbox.spec.js +6 -21
  162. package/src/components/CheckboxGroup/CheckboxGroup.vue +96 -0
  163. package/src/components/FormElement/FormElement.vue +63 -93
  164. package/src/components/Icon.vue +2 -0
  165. package/src/components/Input/BaseInput.vue +33 -14
  166. package/src/components/Input/Input.scss +22 -22
  167. package/src/components/Input/Input.vue +79 -56
  168. package/src/components/Input/TextInput.vue +81 -65
  169. package/src/components/Input/__test__/Input.spec.js +13 -33
  170. package/src/components/Input/__test__/TextInput.spec.js +6 -8
  171. package/src/components/Input/__test__/__snapshots__/Input.spec.js.snap +17 -4
  172. package/src/components/Input/__test__/__snapshots__/TextInput.spec.js.snap +7 -1
  173. package/src/components/Label/Label.vue +52 -21
  174. package/src/components/Label/__tests__/Label.spec.js +1 -1
  175. package/src/components/Label/__tests__/__snapshots__/Label.spec.js.snap +1 -1
  176. package/src/components/MultiSelectV2/MultSelectOption.vue +67 -0
  177. package/src/components/MultiSelectV2/__tests__/MultiSelect.spec.js +556 -0
  178. package/src/components/MultiSelectV2/__tests__/MultiSelectOption.spec.js +229 -0
  179. package/src/components/MultiSelectV2/__tests__/__snapshots__/MultiSelect.spec.js.snap +121 -0
  180. package/src/components/MultiSelectV2/__tests__/__snapshots__/MultiSelectOption.spec.js.snap +51 -0
  181. package/src/components/MultiSelectV2/index.vue +221 -0
  182. package/src/components/PageHeader/PageHeader.vue +148 -0
  183. package/src/components/PageHeader/index.ts +2 -0
  184. package/src/components/PageHeader/types.ts +10 -0
  185. package/src/components/Popover/__tests__/Popover.spec.js +147 -0
  186. package/src/components/Popover/__tests__/__snapshots__/Popover.spec.js.snap +8 -0
  187. package/src/components/Popover/index.vue +146 -0
  188. package/src/components/Radio/Radio.vue +118 -66
  189. package/src/components/Radio/__test__/Radio.spec.js +14 -20
  190. package/src/components/Radio/__test__/__snapshots__/Radio.spec.js.snap +4 -3
  191. package/src/components/RadioGroup/RadioGroup.vue +142 -0
  192. package/src/components/Select/SelectOption.vue +65 -0
  193. package/src/components/Select/__tests__/Select.spec.js +412 -0
  194. package/src/components/Select/__tests__/SelectItem.spec.js +330 -0
  195. package/src/components/Select/__tests__/SelectOption.spec.js +174 -0
  196. package/src/components/Select/__tests__/__snapshots__/Select.spec.js.snap +97 -0
  197. package/src/components/Select/__tests__/__snapshots__/SelectItem.spec.js.snap +15 -0
  198. package/src/components/Select/__tests__/__snapshots__/SelectOption.spec.js.snap +25 -0
  199. package/src/components/Select/index.vue +249 -0
  200. package/src/components/SelectSmart/SelectSmart.vue +4 -3
  201. package/src/components/Switch/Switch.vue +132 -91
  202. package/src/components/Switch/__tests__/Switch.spec.js +8 -75
  203. package/src/components/Switch/__tests__/__snapshots__/Switch.spec.js.snap +5 -6
  204. package/src/components/Tab/Tab.vue +37 -23
  205. package/src/components/Tab/__test__/__snapshots__/Tab.spec.js.snap +1 -1
  206. package/src/components/TableNext/__test__/__snapshots__/TableNext.spec.js.snap +2 -2
  207. package/src/components/TableNext/__test__/__snapshots__/TablePagination.spec.js.snap +2 -2
  208. package/src/components/Tag/DefaultTag.vue +51 -107
  209. package/src/components/Tag/Tag.vue +32 -79
  210. package/src/components/Tag/types.ts +19 -0
  211. package/src/components/TextArea/TextArea.vue +41 -12
  212. package/src/components/TextArea/__test__/__snapshots__/TextArea.spec.js.snap +11 -3
  213. package/src/components/Toast/Toast.vue +246 -0
  214. package/src/components/Toast/ToastManager.ts +110 -0
  215. package/src/components/Toast/__tests__/Toast.spec.js +291 -0
  216. package/src/components/Toast/__tests__/ToastManager.spec.js +294 -0
  217. package/src/components/Toast/types.ts +57 -0
  218. package/src/components/index.ts +33 -18
  219. package/src/locales/en.json +2 -1
  220. package/src/locales/es.json +2 -1
  221. package/src/locales/pt_br.json +2 -1
  222. package/src/stories/Alert.stories.js +6 -67
  223. package/src/stories/Button.stories.js +29 -39
  224. package/src/stories/ChatsContact.stories.js +9 -0
  225. package/src/stories/Checkbox.stories.js +11 -4
  226. package/src/stories/CheckboxGroup.stories.js +105 -0
  227. package/src/stories/Input.stories.js +71 -76
  228. package/src/stories/Label.stories.js +7 -0
  229. package/src/stories/MultiSelectV2.stories.js +158 -0
  230. package/src/stories/PageHeader.stories.js +330 -0
  231. package/src/stories/Radio.stories.js +28 -1
  232. package/src/stories/RadioGroup.stories.js +144 -0
  233. package/src/stories/Select.stories.js +158 -0
  234. package/src/stories/Switch.stories.js +10 -5
  235. package/src/stories/Tab.stories.js +11 -4
  236. package/src/stories/Tag.stories.js +24 -43
  237. package/src/stories/TextArea.stories.js +14 -2
  238. package/src/stories/Toast.mdx +123 -0
  239. package/src/stories/Toast.stories.js +126 -0
  240. package/src/types/scheme-colors.d.ts +1 -0
  241. package/src/utils/call.js +46 -18
  242. package/dist/components/Tag/BrandTag.vue.d.ts +0 -51
  243. package/dist/components/Tag/BrandTag.vue.d.ts.map +0 -1
  244. package/dist/components/Tag/IndicatorTag.vue.d.ts +0 -151
  245. package/dist/components/Tag/IndicatorTag.vue.d.ts.map +0 -1
  246. package/dist/components/Tag/TagNext.vue.d.ts +0 -24
  247. package/dist/components/Tag/TagNext.vue.d.ts.map +0 -1
  248. package/src/components/Alert/AlertBanner.vue +0 -182
  249. package/src/components/Alert/AlertCaller.vue +0 -49
  250. package/src/components/Alert/__tests__/AlertBanner.spec.js +0 -89
  251. package/src/components/Alert/__tests__/AlertCaller.spec.js +0 -98
  252. package/src/components/Tag/BrandTag.vue +0 -96
  253. package/src/components/Tag/IndicatorTag.vue +0 -107
  254. package/src/components/Tag/TagNext.vue +0 -60
@@ -0,0 +1,376 @@
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;
@@ -29,10 +29,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
29
29
  onMousedown?: ((event: Event) => any) | undefined;
30
30
  onMouseup?: ((event: Event) => any) | undefined;
31
31
  }>, {
32
+ size: import('../Icon.vue').IconSize;
32
33
  filled: boolean;
33
34
  icon: string | null;
34
35
  clickable: boolean;
35
- size: import('../Icon.vue').IconSize;
36
36
  scheme: import('../Icon.vue').SchemeColor;
37
37
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
38
38
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -3,10 +3,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
3
3
  type: StringConstructor;
4
4
  default: string;
5
5
  };
6
- title: {
7
- type: StringConstructor;
8
- default: null;
9
- };
10
6
  text: {
11
7
  type: StringConstructor;
12
8
  default: null;
@@ -15,47 +11,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
15
11
  type: StringConstructor;
16
12
  default: null;
17
13
  };
18
- icon: {
19
- type: StringConstructor;
20
- default: null;
21
- };
22
14
  onClose: {
23
15
  type: FunctionConstructor;
24
16
  default: () => void;
25
17
  };
26
- closeText: {
27
- type: StringConstructor;
28
- default: string;
29
- };
30
- position: {
31
- type: StringConstructor;
32
- default: string;
33
- };
34
- linkHref: {
35
- type: StringConstructor;
36
- default: string;
37
- };
38
- linkTarget: {
39
- type: StringConstructor;
40
- default: string;
41
- };
42
- linkText: {
43
- type: StringConstructor;
44
- default: string;
45
- };
46
18
  type: {
47
19
  type: StringConstructor;
48
20
  default: string;
49
21
  };
50
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
22
+ }>, {}, {}, {
23
+ toastType(): "error" | "attention" | "informational" | "success";
24
+ }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
51
25
  version: {
52
26
  type: StringConstructor;
53
27
  default: string;
54
28
  };
55
- title: {
56
- type: StringConstructor;
57
- default: null;
58
- };
59
29
  text: {
60
30
  type: StringConstructor;
61
31
  default: null;
@@ -64,72 +34,35 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
64
34
  type: StringConstructor;
65
35
  default: null;
66
36
  };
67
- icon: {
68
- type: StringConstructor;
69
- default: null;
70
- };
71
37
  onClose: {
72
38
  type: FunctionConstructor;
73
39
  default: () => void;
74
40
  };
75
- closeText: {
76
- type: StringConstructor;
77
- default: string;
78
- };
79
- position: {
80
- type: StringConstructor;
81
- default: string;
82
- };
83
- linkHref: {
84
- type: StringConstructor;
85
- default: string;
86
- };
87
- linkTarget: {
88
- type: StringConstructor;
89
- default: string;
90
- };
91
- linkText: {
92
- type: StringConstructor;
93
- default: string;
94
- };
95
41
  type: {
96
42
  type: StringConstructor;
97
43
  default: string;
98
44
  };
99
45
  }>> & Readonly<{}>, {
100
- title: string;
101
46
  text: string;
102
- icon: string;
103
- scheme: string;
104
47
  type: string;
105
- position: string;
48
+ scheme: string;
106
49
  onClose: Function;
107
50
  version: string;
108
- linkHref: string;
109
- linkTarget: string;
110
- linkText: string;
111
- closeText: string;
112
51
  }, {}, {
113
- UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
114
- click: (event: Event) => any;
115
- mousedown: (event: Event) => any;
116
- mouseup: (event: Event) => any;
117
- }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
118
- onClick?: ((event: Event) => any) | undefined;
119
- onMousedown?: ((event: Event) => any) | undefined;
120
- onMouseup?: ((event: Event) => any) | undefined;
52
+ UnnnicToast: import('vue').DefineComponent<import('../Toast/types').ToastProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
53
+ close: () => any;
54
+ destroy: () => any;
55
+ }, string, import('vue').PublicProps, Readonly<import('../Toast/types').ToastProps> & Readonly<{
56
+ onClose?: (() => any) | undefined;
57
+ onDestroy?: (() => any) | undefined;
121
58
  }>, {
122
- filled: boolean;
123
- icon: string | null;
124
- clickable: boolean;
125
- size: import('../Icon.vue').IconSize;
126
- scheme: import('../Icon.vue').SchemeColor;
59
+ type: import('../Toast/types').ToastType;
60
+ description: string;
61
+ button: import('../Toast/types').ToastButton;
62
+ title: string;
63
+ timeout: number;
127
64
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
128
65
  Version1dot1: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
129
- version: {
130
- type: StringConstructor;
131
- default: string;
132
- };
133
66
  text: {
134
67
  type: StringConstructor;
135
68
  default: null;
@@ -142,18 +75,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
142
75
  type: FunctionConstructor;
143
76
  default: () => void;
144
77
  };
145
- linkHref: {
146
- type: StringConstructor;
147
- default: string;
148
- };
149
- linkTarget: {
150
- type: StringConstructor;
151
- default: string;
152
- };
153
- linkText: {
154
- type: StringConstructor;
155
- default: string;
156
- };
157
78
  type: {
158
79
  type: StringConstructor;
159
80
  default: string;
@@ -161,10 +82,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
161
82
  }>, {}, {}, {}, {
162
83
  emitClose(): void;
163
84
  }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "close"[], "close", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
164
- version: {
165
- type: StringConstructor;
166
- default: string;
167
- };
168
85
  text: {
169
86
  type: StringConstructor;
170
87
  default: null;
@@ -177,18 +94,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
177
94
  type: FunctionConstructor;
178
95
  default: () => void;
179
96
  };
180
- linkHref: {
181
- type: StringConstructor;
182
- default: string;
183
- };
184
- linkTarget: {
185
- type: StringConstructor;
186
- default: string;
187
- };
188
- linkText: {
189
- type: StringConstructor;
190
- default: string;
191
- };
192
97
  type: {
193
98
  type: StringConstructor;
194
99
  default: string;
@@ -197,13 +102,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
197
102
  onClose?: ((...args: any[]) => any) | undefined;
198
103
  }>, {
199
104
  text: string;
200
- scheme: string;
201
105
  type: string;
106
+ scheme: string;
202
107
  onClose: Function;
203
- version: string;
204
- linkHref: string;
205
- linkTarget: string;
206
- linkText: string;
207
108
  }, {}, {
208
109
  UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
209
110
  click: (event: Event) => any;
@@ -214,10 +115,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
214
115
  onMousedown?: ((event: Event) => any) | undefined;
215
116
  onMouseup?: ((event: Event) => any) | undefined;
216
117
  }>, {
118
+ size: import('../Icon.vue').IconSize;
217
119
  filled: boolean;
218
120
  icon: string | null;
219
121
  clickable: boolean;
220
- size: import('../Icon.vue').IconSize;
221
122
  scheme: import('../Icon.vue').SchemeColor;
222
123
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
223
124
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -1 +1 @@
1
- {"version":3,"file":"Alert.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Alert/Alert.vue"],"names":[],"mappings":"AA2CA;"}
1
+ {"version":3,"file":"Alert.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Alert/Alert.vue"],"names":[],"mappings":"AAaA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAmEA,wBA0CG"}
@@ -1,8 +1,4 @@
1
1
  declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
- version: {
3
- type: StringConstructor;
4
- default: string;
5
- };
6
2
  text: {
7
3
  type: StringConstructor;
8
4
  default: null;
@@ -15,18 +11,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
15
11
  type: FunctionConstructor;
16
12
  default: () => void;
17
13
  };
18
- linkHref: {
19
- type: StringConstructor;
20
- default: string;
21
- };
22
- linkTarget: {
23
- type: StringConstructor;
24
- default: string;
25
- };
26
- linkText: {
27
- type: StringConstructor;
28
- default: string;
29
- };
30
14
  type: {
31
15
  type: StringConstructor;
32
16
  default: string;
@@ -34,10 +18,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
34
18
  }>, {}, {}, {}, {
35
19
  emitClose(): void;
36
20
  }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "close"[], "close", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
37
- version: {
38
- type: StringConstructor;
39
- default: string;
40
- };
41
21
  text: {
42
22
  type: StringConstructor;
43
23
  default: null;
@@ -50,18 +30,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
50
30
  type: FunctionConstructor;
51
31
  default: () => void;
52
32
  };
53
- linkHref: {
54
- type: StringConstructor;
55
- default: string;
56
- };
57
- linkTarget: {
58
- type: StringConstructor;
59
- default: string;
60
- };
61
- linkText: {
62
- type: StringConstructor;
63
- default: string;
64
- };
65
33
  type: {
66
34
  type: StringConstructor;
67
35
  default: string;
@@ -70,13 +38,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
70
38
  onClose?: ((...args: any[]) => any) | undefined;
71
39
  }>, {
72
40
  text: string;
73
- scheme: string;
74
41
  type: string;
42
+ scheme: string;
75
43
  onClose: Function;
76
- version: string;
77
- linkHref: string;
78
- linkTarget: string;
79
- linkText: string;
80
44
  }, {}, {
81
45
  UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
82
46
  click: (event: Event) => any;
@@ -87,10 +51,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
87
51
  onMousedown?: ((event: Event) => any) | undefined;
88
52
  onMouseup?: ((event: Event) => any) | undefined;
89
53
  }>, {
54
+ size: import('../Icon.vue').IconSize;
90
55
  filled: boolean;
91
56
  icon: string | null;
92
57
  clickable: boolean;
93
- size: import('../Icon.vue').IconSize;
94
58
  scheme: import('../Icon.vue').SchemeColor;
95
59
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
96
60
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -1 +1 @@
1
- {"version":3,"file":"Version1dot1.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Alert/Version1dot1.vue"],"names":[],"mappings":"AAmDA;"}
1
+ {"version":3,"file":"Version1dot1.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Alert/Version1dot1.vue"],"names":[],"mappings":"AA0CA;"}