intergalactic 15.122.0-prerelease.0 → 15.123.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 (2428) hide show
  1. package/CHANGELOG.md +40 -0
  2. package/accordion/index.mjs +2 -2
  3. package/accordion/lib/cjs/Accordion.js +17 -17
  4. package/accordion/lib/es6/Accordion.mjs +276 -0
  5. package/accordion/lib/es6/Accordion.mjs.map +1 -0
  6. package/accordion/lib/es6/index.d.mjs +2 -0
  7. package/accordion/lib/es6/index.d.mjs.map +1 -0
  8. package/accordion/lib/es6/index.mjs +3 -0
  9. package/accordion/lib/es6/index.mjs.map +1 -0
  10. package/accordion/package.json +1 -1
  11. package/add-filter/AddFilter.d.ts +3 -0
  12. package/add-filter/AddFilter.types.d.ts +62 -0
  13. package/add-filter/components/AddFilterDropdown.d.ts +4 -0
  14. package/add-filter/components/AddFilterInput.d.ts +4 -0
  15. package/add-filter/components/AddFilterSelect.d.ts +3 -0
  16. package/add-filter/index.d.ts +3 -0
  17. package/add-filter/index.js +8 -0
  18. package/add-filter/index.mjs +2 -0
  19. package/add-filter/lib/cjs/AddFilter.js +336 -0
  20. package/add-filter/lib/cjs/AddFilter.js.map +1 -0
  21. package/add-filter/lib/cjs/AddFilter.types.js +2 -0
  22. package/add-filter/lib/cjs/AddFilter.types.js.map +1 -0
  23. package/add-filter/lib/cjs/components/AddFilterDropdown.js +92 -0
  24. package/add-filter/lib/cjs/components/AddFilterDropdown.js.map +1 -0
  25. package/add-filter/lib/cjs/components/AddFilterInput.js +87 -0
  26. package/add-filter/lib/cjs/components/AddFilterInput.js.map +1 -0
  27. package/add-filter/lib/cjs/components/AddFilterSelect.js +103 -0
  28. package/add-filter/lib/cjs/components/AddFilterSelect.js.map +1 -0
  29. package/add-filter/lib/cjs/index.js +38 -0
  30. package/add-filter/lib/cjs/index.js.map +1 -0
  31. package/add-filter/lib/cjs/translations/__intergalactic-dynamic-locales.js +39 -0
  32. package/add-filter/lib/cjs/translations/__intergalactic-dynamic-locales.js.map +1 -0
  33. package/add-filter/lib/cjs/translations/de.json +4 -0
  34. package/add-filter/lib/cjs/translations/en.json +5 -0
  35. package/add-filter/lib/cjs/translations/es.json +4 -0
  36. package/add-filter/lib/cjs/translations/fr.json +4 -0
  37. package/add-filter/lib/cjs/translations/it.json +4 -0
  38. package/add-filter/lib/cjs/translations/ja.json +4 -0
  39. package/add-filter/lib/cjs/translations/ko.json +4 -0
  40. package/add-filter/lib/cjs/translations/nl.json +4 -0
  41. package/add-filter/lib/cjs/translations/pl.json +4 -0
  42. package/add-filter/lib/cjs/translations/pt.json +4 -0
  43. package/add-filter/lib/cjs/translations/sv.json +4 -0
  44. package/add-filter/lib/cjs/translations/tr.json +4 -0
  45. package/add-filter/lib/cjs/translations/vi.json +4 -0
  46. package/add-filter/lib/cjs/translations/zh.json +4 -0
  47. package/add-filter/lib/es6/AddFilter.mjs +328 -0
  48. package/add-filter/lib/es6/AddFilter.mjs.map +1 -0
  49. package/add-filter/lib/es6/AddFilter.types.mjs +2 -0
  50. package/add-filter/lib/es6/AddFilter.types.mjs.map +1 -0
  51. package/add-filter/lib/es6/components/AddFilterDropdown.mjs +84 -0
  52. package/add-filter/lib/es6/components/AddFilterDropdown.mjs.map +1 -0
  53. package/add-filter/lib/es6/components/AddFilterInput.mjs +80 -0
  54. package/add-filter/lib/es6/components/AddFilterInput.mjs.map +1 -0
  55. package/add-filter/lib/es6/components/AddFilterSelect.mjs +95 -0
  56. package/add-filter/lib/es6/components/AddFilterSelect.mjs.map +1 -0
  57. package/add-filter/lib/es6/index.mjs +4 -0
  58. package/add-filter/lib/es6/index.mjs.map +1 -0
  59. package/add-filter/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
  60. package/add-filter/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
  61. package/add-filter/lib/es6/translations/de.json +4 -0
  62. package/add-filter/lib/es6/translations/en.json +5 -0
  63. package/add-filter/lib/es6/translations/es.json +4 -0
  64. package/add-filter/lib/es6/translations/fr.json +4 -0
  65. package/add-filter/lib/es6/translations/it.json +4 -0
  66. package/add-filter/lib/es6/translations/ja.json +4 -0
  67. package/add-filter/lib/es6/translations/ko.json +4 -0
  68. package/add-filter/lib/es6/translations/nl.json +4 -0
  69. package/add-filter/lib/es6/translations/pl.json +4 -0
  70. package/add-filter/lib/es6/translations/pt.json +4 -0
  71. package/add-filter/lib/es6/translations/sv.json +4 -0
  72. package/add-filter/lib/es6/translations/tr.json +4 -0
  73. package/add-filter/lib/es6/translations/vi.json +4 -0
  74. package/add-filter/lib/es6/translations/zh.json +4 -0
  75. package/add-filter/lib/types/AddFilter.d.ts +3 -0
  76. package/add-filter/lib/types/AddFilter.types.d.ts +62 -0
  77. package/add-filter/lib/types/components/AddFilterDropdown.d.ts +4 -0
  78. package/add-filter/lib/types/components/AddFilterInput.d.ts +4 -0
  79. package/add-filter/lib/types/components/AddFilterSelect.d.ts +3 -0
  80. package/add-filter/lib/types/index.d.ts +3 -0
  81. package/add-filter/lib/types/translations/__intergalactic-dynamic-locales.d.ts +59 -0
  82. package/add-filter/package.json +1 -0
  83. package/add-filter/translations/__intergalactic-dynamic-locales.d.ts +59 -0
  84. package/animation/index.mjs +1 -1
  85. package/animation/lib/cjs/Animation.js +18 -18
  86. package/animation/lib/cjs/Collapse.js +30 -30
  87. package/animation/lib/cjs/FadeInOut.js +29 -29
  88. package/animation/lib/cjs/Scale.js +30 -30
  89. package/animation/lib/cjs/Slide.js +29 -29
  90. package/animation/lib/cjs/Transform.js +30 -30
  91. package/animation/lib/es6/Animation.mjs +185 -0
  92. package/animation/lib/es6/Animation.mjs.map +1 -0
  93. package/animation/lib/es6/Collapse.mjs +99 -0
  94. package/animation/lib/es6/Collapse.mjs.map +1 -0
  95. package/animation/lib/es6/FadeInOut.mjs +46 -0
  96. package/animation/lib/es6/FadeInOut.mjs.map +1 -0
  97. package/animation/lib/es6/Scale.mjs +73 -0
  98. package/animation/lib/es6/Scale.mjs.map +1 -0
  99. package/animation/lib/es6/Slide.mjs +46 -0
  100. package/animation/lib/es6/Slide.mjs.map +1 -0
  101. package/animation/lib/es6/Transform.mjs +53 -0
  102. package/animation/lib/es6/Transform.mjs.map +1 -0
  103. package/animation/lib/es6/index.d.mjs +2 -0
  104. package/animation/lib/es6/index.d.mjs.map +1 -0
  105. package/animation/lib/es6/index.mjs +7 -0
  106. package/animation/lib/es6/index.mjs.map +1 -0
  107. package/animation/package.json +1 -1
  108. package/badge/index.mjs +2 -2
  109. package/badge/lib/cjs/Badge.js +12 -12
  110. package/badge/lib/es6/Badge.mjs +56 -0
  111. package/badge/lib/es6/Badge.mjs.map +1 -0
  112. package/badge/lib/es6/index.d.mjs +2 -0
  113. package/badge/lib/es6/index.d.mjs.map +1 -0
  114. package/badge/lib/es6/index.mjs +2 -0
  115. package/badge/lib/es6/index.mjs.map +1 -0
  116. package/badge/package.json +1 -1
  117. package/base-trigger/index.mjs +2 -2
  118. package/base-trigger/lib/cjs/BaseTrigger.js +24 -24
  119. package/base-trigger/lib/cjs/ButtonTrigger.js +8 -8
  120. package/base-trigger/lib/cjs/FilterTrigger.js +17 -17
  121. package/base-trigger/lib/cjs/LinkTrigger.js +18 -18
  122. package/base-trigger/lib/es6/BaseTrigger.mjs +133 -0
  123. package/base-trigger/lib/es6/BaseTrigger.mjs.map +1 -0
  124. package/base-trigger/lib/es6/ButtonTrigger.mjs +84 -0
  125. package/base-trigger/lib/es6/ButtonTrigger.mjs.map +1 -0
  126. package/base-trigger/lib/es6/FilterTrigger.mjs +260 -0
  127. package/base-trigger/lib/es6/FilterTrigger.mjs.map +1 -0
  128. package/base-trigger/lib/es6/LinkTrigger.mjs +110 -0
  129. package/base-trigger/lib/es6/LinkTrigger.mjs.map +1 -0
  130. package/base-trigger/lib/es6/index.d.mjs +2 -0
  131. package/base-trigger/lib/es6/index.d.mjs.map +1 -0
  132. package/base-trigger/lib/es6/index.mjs +5 -0
  133. package/base-trigger/lib/es6/index.mjs.map +1 -0
  134. package/base-trigger/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
  135. package/base-trigger/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
  136. package/base-trigger/package.json +1 -1
  137. package/breadcrumbs/index.mjs +2 -2
  138. package/breadcrumbs/lib/cjs/Breadcrumbs.js +14 -14
  139. package/breadcrumbs/lib/es6/Breadcrumbs.mjs +115 -0
  140. package/breadcrumbs/lib/es6/Breadcrumbs.mjs.map +1 -0
  141. package/breadcrumbs/lib/es6/index.d.mjs +2 -0
  142. package/breadcrumbs/lib/es6/index.d.mjs.map +1 -0
  143. package/breadcrumbs/lib/es6/index.mjs +2 -0
  144. package/breadcrumbs/lib/es6/index.mjs.map +1 -0
  145. package/breadcrumbs/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
  146. package/breadcrumbs/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
  147. package/breadcrumbs/package.json +1 -1
  148. package/breakpoints/index.mjs +2 -2
  149. package/breakpoints/lib/cjs/Breakpoints.js +4 -4
  150. package/breakpoints/lib/es6/Breakpoints.mjs +85 -0
  151. package/breakpoints/lib/es6/Breakpoints.mjs.map +1 -0
  152. package/breakpoints/lib/es6/index.d.mjs +2 -0
  153. package/breakpoints/lib/es6/index.d.mjs.map +1 -0
  154. package/breakpoints/lib/es6/index.mjs +3 -0
  155. package/breakpoints/lib/es6/index.mjs.map +1 -0
  156. package/breakpoints/package.json +1 -1
  157. package/bulk-textarea/BulkTextarea.d.ts +3 -0
  158. package/bulk-textarea/BulkTextarea.types.d.ts +33 -0
  159. package/bulk-textarea/components/ClearAll.d.ts +7 -0
  160. package/bulk-textarea/components/Counter.d.ts +10 -0
  161. package/bulk-textarea/components/ErrorsNavigation.d.ts +15 -0
  162. package/bulk-textarea/components/InputField/InputField.d.ts +98 -0
  163. package/bulk-textarea/components/InputField/InputField.types.d.ts +157 -0
  164. package/bulk-textarea/index.d.ts +3 -0
  165. package/bulk-textarea/index.js +8 -0
  166. package/bulk-textarea/index.mjs +2 -0
  167. package/bulk-textarea/lib/cjs/BulkTextarea.js +318 -0
  168. package/bulk-textarea/lib/cjs/BulkTextarea.js.map +1 -0
  169. package/bulk-textarea/lib/cjs/BulkTextarea.types.js +2 -0
  170. package/bulk-textarea/lib/cjs/BulkTextarea.types.js.map +1 -0
  171. package/bulk-textarea/lib/cjs/components/ClearAll.js +23 -0
  172. package/bulk-textarea/lib/cjs/components/ClearAll.js.map +1 -0
  173. package/bulk-textarea/lib/cjs/components/Counter.js +27 -0
  174. package/bulk-textarea/lib/cjs/components/Counter.js.map +1 -0
  175. package/bulk-textarea/lib/cjs/components/ErrorsNavigation.js +57 -0
  176. package/bulk-textarea/lib/cjs/components/ErrorsNavigation.js.map +1 -0
  177. package/bulk-textarea/lib/cjs/components/InputField/InputField.js +1110 -0
  178. package/bulk-textarea/lib/cjs/components/InputField/InputField.js.map +1 -0
  179. package/bulk-textarea/lib/cjs/components/InputField/InputField.types.js +2 -0
  180. package/bulk-textarea/lib/cjs/components/InputField/InputField.types.js.map +1 -0
  181. package/bulk-textarea/lib/cjs/components/InputField/inputField.shadow.css +160 -0
  182. package/bulk-textarea/lib/cjs/index.js +14 -0
  183. package/bulk-textarea/lib/cjs/index.js.map +1 -0
  184. package/bulk-textarea/lib/cjs/translations/__intergalactic-dynamic-locales.js +39 -0
  185. package/bulk-textarea/lib/cjs/translations/__intergalactic-dynamic-locales.js.map +1 -0
  186. package/bulk-textarea/lib/cjs/translations/de.json +10 -0
  187. package/bulk-textarea/lib/cjs/translations/en.json +10 -0
  188. package/bulk-textarea/lib/cjs/translations/es.json +10 -0
  189. package/bulk-textarea/lib/cjs/translations/fr.json +10 -0
  190. package/bulk-textarea/lib/cjs/translations/it.json +10 -0
  191. package/bulk-textarea/lib/cjs/translations/ja.json +10 -0
  192. package/bulk-textarea/lib/cjs/translations/ko.json +10 -0
  193. package/bulk-textarea/lib/cjs/translations/nl.json +10 -0
  194. package/bulk-textarea/lib/cjs/translations/pl.json +10 -0
  195. package/bulk-textarea/lib/cjs/translations/pt.json +10 -0
  196. package/bulk-textarea/lib/cjs/translations/sv.json +10 -0
  197. package/bulk-textarea/lib/cjs/translations/tr.json +10 -0
  198. package/bulk-textarea/lib/cjs/translations/vi.json +10 -0
  199. package/bulk-textarea/lib/cjs/translations/zh.json +10 -0
  200. package/bulk-textarea/lib/es6/BulkTextarea.mjs +310 -0
  201. package/bulk-textarea/lib/es6/BulkTextarea.mjs.map +1 -0
  202. package/bulk-textarea/lib/es6/BulkTextarea.types.mjs +2 -0
  203. package/bulk-textarea/lib/es6/BulkTextarea.types.mjs.map +1 -0
  204. package/bulk-textarea/lib/es6/components/ClearAll.mjs +17 -0
  205. package/bulk-textarea/lib/es6/components/ClearAll.mjs.map +1 -0
  206. package/bulk-textarea/lib/es6/components/Counter.mjs +21 -0
  207. package/bulk-textarea/lib/es6/components/Counter.mjs.map +1 -0
  208. package/bulk-textarea/lib/es6/components/ErrorsNavigation.mjs +50 -0
  209. package/bulk-textarea/lib/es6/components/ErrorsNavigation.mjs.map +1 -0
  210. package/bulk-textarea/lib/es6/components/InputField/InputField.mjs +1104 -0
  211. package/bulk-textarea/lib/es6/components/InputField/InputField.mjs.map +1 -0
  212. package/bulk-textarea/lib/es6/components/InputField/InputField.types.mjs +2 -0
  213. package/bulk-textarea/lib/es6/components/InputField/InputField.types.mjs.map +1 -0
  214. package/bulk-textarea/lib/es6/components/InputField/inputField.shadow.css +160 -0
  215. package/bulk-textarea/lib/es6/index.mjs +2 -0
  216. package/bulk-textarea/lib/es6/index.mjs.map +1 -0
  217. package/bulk-textarea/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
  218. package/bulk-textarea/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
  219. package/bulk-textarea/lib/es6/translations/de.json +10 -0
  220. package/bulk-textarea/lib/es6/translations/en.json +10 -0
  221. package/bulk-textarea/lib/es6/translations/es.json +10 -0
  222. package/bulk-textarea/lib/es6/translations/fr.json +10 -0
  223. package/bulk-textarea/lib/es6/translations/it.json +10 -0
  224. package/bulk-textarea/lib/es6/translations/ja.json +10 -0
  225. package/bulk-textarea/lib/es6/translations/ko.json +10 -0
  226. package/bulk-textarea/lib/es6/translations/nl.json +10 -0
  227. package/bulk-textarea/lib/es6/translations/pl.json +10 -0
  228. package/bulk-textarea/lib/es6/translations/pt.json +10 -0
  229. package/bulk-textarea/lib/es6/translations/sv.json +10 -0
  230. package/bulk-textarea/lib/es6/translations/tr.json +10 -0
  231. package/bulk-textarea/lib/es6/translations/vi.json +10 -0
  232. package/bulk-textarea/lib/es6/translations/zh.json +10 -0
  233. package/bulk-textarea/lib/types/BulkTextarea.d.ts +3 -0
  234. package/bulk-textarea/lib/types/BulkTextarea.types.d.ts +33 -0
  235. package/bulk-textarea/lib/types/components/ClearAll.d.ts +7 -0
  236. package/bulk-textarea/lib/types/components/Counter.d.ts +10 -0
  237. package/bulk-textarea/lib/types/components/ErrorsNavigation.d.ts +15 -0
  238. package/bulk-textarea/lib/types/components/InputField/InputField.d.ts +98 -0
  239. package/bulk-textarea/lib/types/components/InputField/InputField.types.d.ts +157 -0
  240. package/bulk-textarea/lib/types/index.d.ts +3 -0
  241. package/bulk-textarea/lib/types/translations/__intergalactic-dynamic-locales.d.ts +142 -0
  242. package/bulk-textarea/package.json +1 -0
  243. package/bulk-textarea/translations/__intergalactic-dynamic-locales.d.ts +142 -0
  244. package/button/index.mjs +2 -2
  245. package/button/lib/cjs/component/AbstractButton/AbstractButton.js +7 -7
  246. package/button/lib/cjs/component/AbstractButton/SpinButton.js +2 -2
  247. package/button/lib/cjs/component/Button/Button.js +33 -33
  248. package/button/lib/cjs/component/ButtonLink/ButtonLink.js +26 -26
  249. package/button/lib/es6/component/AbstractButton/AbstractButton.mjs +174 -0
  250. package/button/lib/es6/component/AbstractButton/AbstractButton.mjs.map +1 -0
  251. package/button/lib/es6/component/AbstractButton/AbstractButton.type.mjs +2 -0
  252. package/button/lib/es6/component/AbstractButton/AbstractButton.type.mjs.map +1 -0
  253. package/button/lib/es6/component/AbstractButton/SpinButton.mjs +21 -0
  254. package/button/lib/es6/component/AbstractButton/SpinButton.mjs.map +1 -0
  255. package/button/lib/es6/component/Button/Button.mjs +87 -0
  256. package/button/lib/es6/component/Button/Button.mjs.map +1 -0
  257. package/button/lib/es6/component/Button/Button.type.mjs +2 -0
  258. package/button/lib/es6/component/Button/Button.type.mjs.map +1 -0
  259. package/button/lib/es6/component/ButtonLink/ButtonLink.mjs +86 -0
  260. package/button/lib/es6/component/ButtonLink/ButtonLink.mjs.map +1 -0
  261. package/button/lib/es6/component/ButtonLink/ButtonLink.type.mjs +2 -0
  262. package/button/lib/es6/component/ButtonLink/ButtonLink.type.mjs.map +1 -0
  263. package/button/lib/es6/index.mjs +6 -0
  264. package/button/lib/es6/index.mjs.map +1 -0
  265. package/button/package.json +1 -1
  266. package/card/index.mjs +2 -2
  267. package/card/lib/cjs/Card.js +12 -12
  268. package/card/lib/es6/Card.mjs +107 -0
  269. package/card/lib/es6/Card.mjs.map +1 -0
  270. package/card/lib/es6/index.d.mjs +2 -0
  271. package/card/lib/es6/index.d.mjs.map +1 -0
  272. package/card/lib/es6/index.mjs +2 -0
  273. package/card/lib/es6/index.mjs.map +1 -0
  274. package/card/package.json +1 -1
  275. package/carousel/index.mjs +2 -2
  276. package/carousel/lib/cjs/Carousel.js +30 -30
  277. package/carousel/lib/es6/Carousel.mjs +760 -0
  278. package/carousel/lib/es6/Carousel.mjs.map +1 -0
  279. package/carousel/lib/es6/Carousel.types.mjs +2 -0
  280. package/carousel/lib/es6/Carousel.types.mjs.map +1 -0
  281. package/carousel/lib/es6/index.mjs +3 -0
  282. package/carousel/lib/es6/index.mjs.map +1 -0
  283. package/carousel/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
  284. package/carousel/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
  285. package/carousel/package.json +1 -1
  286. package/checkbox/index.mjs +2 -2
  287. package/checkbox/lib/cjs/Checkbox.js +28 -28
  288. package/checkbox/lib/es6/Checkbox.mjs +314 -0
  289. package/checkbox/lib/es6/Checkbox.mjs.map +1 -0
  290. package/checkbox/lib/es6/index.d.mjs +2 -0
  291. package/checkbox/lib/es6/index.d.mjs.map +1 -0
  292. package/checkbox/lib/es6/index.mjs +3 -0
  293. package/checkbox/lib/es6/index.mjs.map +1 -0
  294. package/checkbox/package.json +1 -1
  295. package/color-picker/index.mjs +2 -2
  296. package/color-picker/lib/cjs/ColorPicker.js +31 -31
  297. package/color-picker/lib/cjs/PaletteManager.js +30 -30
  298. package/color-picker/lib/cjs/components/InputColor.js +31 -31
  299. package/color-picker/lib/cjs/components/Item.js +1 -1
  300. package/color-picker/lib/cjs/components/colors.js +1 -1
  301. package/color-picker/lib/es6/ColorPicker.mjs +242 -0
  302. package/color-picker/lib/es6/ColorPicker.mjs.map +1 -0
  303. package/color-picker/lib/es6/PaletteManager.mjs +160 -0
  304. package/color-picker/lib/es6/PaletteManager.mjs.map +1 -0
  305. package/color-picker/lib/es6/components/InputColor.mjs +184 -0
  306. package/color-picker/lib/es6/components/InputColor.mjs.map +1 -0
  307. package/color-picker/lib/es6/components/Item.mjs +76 -0
  308. package/color-picker/lib/es6/components/Item.mjs.map +1 -0
  309. package/color-picker/lib/es6/components/colors.mjs +56 -0
  310. package/color-picker/lib/es6/components/colors.mjs.map +1 -0
  311. package/color-picker/lib/es6/components/index.mjs +4 -0
  312. package/color-picker/lib/es6/components/index.mjs.map +1 -0
  313. package/color-picker/lib/es6/index.d.mjs +2 -0
  314. package/color-picker/lib/es6/index.d.mjs.map +1 -0
  315. package/color-picker/lib/es6/index.mjs +3 -0
  316. package/color-picker/lib/es6/index.mjs.map +1 -0
  317. package/color-picker/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
  318. package/color-picker/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
  319. package/color-picker/package.json +1 -1
  320. package/components.json +75 -73
  321. package/core/index.mjs +2 -2
  322. package/core/lib/es6/index.mjs +4 -0
  323. package/core/lib/es6/index.mjs.map +1 -0
  324. package/core/package.json +1 -1
  325. package/counter/index.mjs +2 -2
  326. package/counter/lib/cjs/AnimatedNumber.js +2 -2
  327. package/counter/lib/cjs/Counter.js +17 -17
  328. package/counter/lib/cjs/style/counter.shadow.css +1 -0
  329. package/counter/lib/es6/AnimatedNumber.mjs +68 -0
  330. package/counter/lib/es6/AnimatedNumber.mjs.map +1 -0
  331. package/counter/lib/es6/Counter.mjs +62 -0
  332. package/counter/lib/es6/Counter.mjs.map +1 -0
  333. package/counter/lib/es6/index.d.mjs +2 -0
  334. package/counter/lib/es6/index.d.mjs.map +1 -0
  335. package/counter/lib/es6/index.mjs +2 -0
  336. package/counter/lib/es6/index.mjs.map +1 -0
  337. package/counter/lib/es6/style/counter.shadow.css +1 -0
  338. package/counter/package.json +1 -1
  339. package/d3-chart/index.mjs +1 -1
  340. package/d3-chart/lib/cjs/AnimatedClipPath.js +7 -7
  341. package/d3-chart/lib/cjs/Area.js +17 -17
  342. package/d3-chart/lib/cjs/Axis.js +21 -21
  343. package/d3-chart/lib/cjs/Bar.js +22 -22
  344. package/d3-chart/lib/cjs/Bubble.js +20 -20
  345. package/d3-chart/lib/cjs/CompactHorizontalBar.js +24 -24
  346. package/d3-chart/lib/cjs/Donut.js +18 -18
  347. package/d3-chart/lib/cjs/Dots.js +9 -9
  348. package/d3-chart/lib/cjs/GroupBar.js +5 -5
  349. package/d3-chart/lib/cjs/HorizontalBar.js +22 -22
  350. package/d3-chart/lib/cjs/Hover.js +11 -11
  351. package/d3-chart/lib/cjs/Line.js +15 -15
  352. package/d3-chart/lib/cjs/Pattern.js +3 -3
  353. package/d3-chart/lib/cjs/Plot.js +11 -11
  354. package/d3-chart/lib/cjs/Radar.js +28 -28
  355. package/d3-chart/lib/cjs/RadialTree.js +22 -22
  356. package/d3-chart/lib/cjs/Reference.js +19 -19
  357. package/d3-chart/lib/cjs/ResponsiveContainer.js +8 -8
  358. package/d3-chart/lib/cjs/ScatterPlot.js +17 -17
  359. package/d3-chart/lib/cjs/StackBar.js +8 -8
  360. package/d3-chart/lib/cjs/StackedArea.js +6 -6
  361. package/d3-chart/lib/cjs/Tooltip.js +17 -17
  362. package/d3-chart/lib/cjs/Venn.js +18 -18
  363. package/d3-chart/lib/cjs/a11y/DataAccessibilityTable.js +4 -4
  364. package/d3-chart/lib/cjs/a11y/PlotA11yModule.js +6 -6
  365. package/d3-chart/lib/cjs/a11y/PlotA11yView.js +4 -4
  366. package/d3-chart/lib/cjs/a11y/hints.js +3 -3
  367. package/d3-chart/lib/cjs/a11y/insights.js +5 -5
  368. package/d3-chart/lib/cjs/a11y/locale.js +1 -1
  369. package/d3-chart/lib/cjs/a11y/serialize.js +4 -4
  370. package/d3-chart/lib/cjs/component/Chart/AbstractChart.js +9 -9
  371. package/d3-chart/lib/cjs/component/Chart/AreaChart.js +8 -8
  372. package/d3-chart/lib/cjs/component/Chart/BarChart.js +10 -10
  373. package/d3-chart/lib/cjs/component/Chart/BubbleChart.js +5 -5
  374. package/d3-chart/lib/cjs/component/Chart/CigaretteChart.js +10 -10
  375. package/d3-chart/lib/cjs/component/Chart/CompactHorizontalBarChart.js +8 -8
  376. package/d3-chart/lib/cjs/component/Chart/DonutChart.js +5 -5
  377. package/d3-chart/lib/cjs/component/Chart/HistogramChart.js +9 -9
  378. package/d3-chart/lib/cjs/component/Chart/LineChart.js +8 -8
  379. package/d3-chart/lib/cjs/component/Chart/RadarChart.js +8 -8
  380. package/d3-chart/lib/cjs/component/Chart/ScatterPlotChart.js +7 -7
  381. package/d3-chart/lib/cjs/component/Chart/VennChart.js +5 -5
  382. package/d3-chart/lib/cjs/component/ChartLegend/BaseLegend.js +7 -7
  383. package/d3-chart/lib/cjs/component/ChartLegend/LegendFlex/LegendFlex.js +10 -10
  384. package/d3-chart/lib/cjs/component/ChartLegend/LegendItem/LegendItem.js +24 -24
  385. package/d3-chart/lib/cjs/component/ChartLegend/LegendTable/LegendTable.js +12 -12
  386. package/d3-chart/lib/cjs/component/Cigarette/Cigarette.js +6 -6
  387. package/d3-chart/lib/cjs/component/StackGroupBar/StackGroupBar.js +8 -8
  388. package/d3-chart/lib/cjs/createElement.js +3 -3
  389. package/d3-chart/lib/cjs/utils.js +5 -5
  390. package/d3-chart/lib/es6/AnimatedClipPath.mjs +53 -0
  391. package/d3-chart/lib/es6/AnimatedClipPath.mjs.map +1 -0
  392. package/d3-chart/lib/es6/Area.mjs +235 -0
  393. package/d3-chart/lib/es6/Area.mjs.map +1 -0
  394. package/d3-chart/lib/es6/Axis.mjs +463 -0
  395. package/d3-chart/lib/es6/Axis.mjs.map +1 -0
  396. package/d3-chart/lib/es6/Bar.mjs +232 -0
  397. package/d3-chart/lib/es6/Bar.mjs.map +1 -0
  398. package/d3-chart/lib/es6/Bubble.mjs +245 -0
  399. package/d3-chart/lib/es6/Bubble.mjs.map +1 -0
  400. package/d3-chart/lib/es6/CompactHorizontalBar.mjs +591 -0
  401. package/d3-chart/lib/es6/CompactHorizontalBar.mjs.map +1 -0
  402. package/d3-chart/lib/es6/Donut.mjs +501 -0
  403. package/d3-chart/lib/es6/Donut.mjs.map +1 -0
  404. package/d3-chart/lib/es6/Dots.mjs +137 -0
  405. package/d3-chart/lib/es6/Dots.mjs.map +1 -0
  406. package/d3-chart/lib/es6/GroupBar.mjs +105 -0
  407. package/d3-chart/lib/es6/GroupBar.mjs.map +1 -0
  408. package/d3-chart/lib/es6/HorizontalBar.mjs +211 -0
  409. package/d3-chart/lib/es6/HorizontalBar.mjs.map +1 -0
  410. package/d3-chart/lib/es6/Hover.mjs +243 -0
  411. package/d3-chart/lib/es6/Hover.mjs.map +1 -0
  412. package/d3-chart/lib/es6/Line.mjs +248 -0
  413. package/d3-chart/lib/es6/Line.mjs.map +1 -0
  414. package/d3-chart/lib/es6/Pattern.mjs +534 -0
  415. package/d3-chart/lib/es6/Pattern.mjs.map +1 -0
  416. package/d3-chart/lib/es6/Plot.mjs +156 -0
  417. package/d3-chart/lib/es6/Plot.mjs.map +1 -0
  418. package/d3-chart/lib/es6/Radar.mjs +846 -0
  419. package/d3-chart/lib/es6/Radar.mjs.map +1 -0
  420. package/d3-chart/lib/es6/RadialTree.mjs +683 -0
  421. package/d3-chart/lib/es6/RadialTree.mjs.map +1 -0
  422. package/d3-chart/lib/es6/Reference.mjs +276 -0
  423. package/d3-chart/lib/es6/Reference.mjs.map +1 -0
  424. package/d3-chart/lib/es6/ResponsiveContainer.mjs +108 -0
  425. package/d3-chart/lib/es6/ResponsiveContainer.mjs.map +1 -0
  426. package/d3-chart/lib/es6/ScatterPlot.mjs +215 -0
  427. package/d3-chart/lib/es6/ScatterPlot.mjs.map +1 -0
  428. package/d3-chart/lib/es6/StackBar.mjs +198 -0
  429. package/d3-chart/lib/es6/StackBar.mjs.map +1 -0
  430. package/d3-chart/lib/es6/StackedArea.mjs +89 -0
  431. package/d3-chart/lib/es6/StackedArea.mjs.map +1 -0
  432. package/d3-chart/lib/es6/Tooltip.mjs +278 -0
  433. package/d3-chart/lib/es6/Tooltip.mjs.map +1 -0
  434. package/d3-chart/lib/es6/Venn.mjs +255 -0
  435. package/d3-chart/lib/es6/Venn.mjs.map +1 -0
  436. package/d3-chart/lib/es6/a11y/DataAccessibilityTable.mjs +108 -0
  437. package/d3-chart/lib/es6/a11y/DataAccessibilityTable.mjs.map +1 -0
  438. package/d3-chart/lib/es6/a11y/PlotA11yModule.mjs +126 -0
  439. package/d3-chart/lib/es6/a11y/PlotA11yModule.mjs.map +1 -0
  440. package/d3-chart/lib/es6/a11y/PlotA11yView.mjs +149 -0
  441. package/d3-chart/lib/es6/a11y/PlotA11yView.mjs.map +1 -0
  442. package/d3-chart/lib/es6/a11y/bezier.mjs +30 -0
  443. package/d3-chart/lib/es6/a11y/bezier.mjs.map +1 -0
  444. package/d3-chart/lib/es6/a11y/focus.mjs +42 -0
  445. package/d3-chart/lib/es6/a11y/focus.mjs.map +1 -0
  446. package/d3-chart/lib/es6/a11y/hints.mjs +118 -0
  447. package/d3-chart/lib/es6/a11y/hints.mjs.map +1 -0
  448. package/d3-chart/lib/es6/a11y/insights.mjs +715 -0
  449. package/d3-chart/lib/es6/a11y/insights.mjs.map +1 -0
  450. package/d3-chart/lib/es6/a11y/intl.mjs +15 -0
  451. package/d3-chart/lib/es6/a11y/intl.mjs.map +1 -0
  452. package/d3-chart/lib/es6/a11y/locale.mjs +41 -0
  453. package/d3-chart/lib/es6/a11y/locale.mjs.map +1 -0
  454. package/d3-chart/lib/es6/a11y/serialize.mjs +385 -0
  455. package/d3-chart/lib/es6/a11y/serialize.mjs.map +1 -0
  456. package/d3-chart/lib/es6/a11y/summarize.mjs +12 -0
  457. package/d3-chart/lib/es6/a11y/summarize.mjs.map +1 -0
  458. package/d3-chart/lib/es6/a11y/translations/module/__intergalactic-dynamic-locales.mjs +31 -0
  459. package/d3-chart/lib/es6/a11y/translations/module/__intergalactic-dynamic-locales.mjs.map +1 -0
  460. package/d3-chart/lib/es6/a11y/translations/view/__intergalactic-dynamic-locales.mjs +31 -0
  461. package/d3-chart/lib/es6/a11y/translations/view/__intergalactic-dynamic-locales.mjs.map +1 -0
  462. package/d3-chart/lib/es6/color.mjs +127 -0
  463. package/d3-chart/lib/es6/color.mjs.map +1 -0
  464. package/d3-chart/lib/es6/component/Chart/AbstractChart.mjs +452 -0
  465. package/d3-chart/lib/es6/component/Chart/AbstractChart.mjs.map +1 -0
  466. package/d3-chart/lib/es6/component/Chart/AbstractChart.type.mjs +2 -0
  467. package/d3-chart/lib/es6/component/Chart/AbstractChart.type.mjs.map +1 -0
  468. package/d3-chart/lib/es6/component/Chart/AreaChart.mjs +162 -0
  469. package/d3-chart/lib/es6/component/Chart/AreaChart.mjs.map +1 -0
  470. package/d3-chart/lib/es6/component/Chart/AreaChart.type.mjs +2 -0
  471. package/d3-chart/lib/es6/component/Chart/AreaChart.type.mjs.map +1 -0
  472. package/d3-chart/lib/es6/component/Chart/BarChart.mjs +272 -0
  473. package/d3-chart/lib/es6/component/Chart/BarChart.mjs.map +1 -0
  474. package/d3-chart/lib/es6/component/Chart/BarChart.type.mjs +2 -0
  475. package/d3-chart/lib/es6/component/Chart/BarChart.type.mjs.map +1 -0
  476. package/d3-chart/lib/es6/component/Chart/BubbleChart.mjs +146 -0
  477. package/d3-chart/lib/es6/component/Chart/BubbleChart.mjs.map +1 -0
  478. package/d3-chart/lib/es6/component/Chart/BubbleChart.type.mjs +2 -0
  479. package/d3-chart/lib/es6/component/Chart/BubbleChart.type.mjs.map +1 -0
  480. package/d3-chart/lib/es6/component/Chart/CigaretteChart.mjs +325 -0
  481. package/d3-chart/lib/es6/component/Chart/CigaretteChart.mjs.map +1 -0
  482. package/d3-chart/lib/es6/component/Chart/CigaretteChart.type.mjs +2 -0
  483. package/d3-chart/lib/es6/component/Chart/CigaretteChart.type.mjs.map +1 -0
  484. package/d3-chart/lib/es6/component/Chart/CompactHorizontalBarChart.mjs +128 -0
  485. package/d3-chart/lib/es6/component/Chart/CompactHorizontalBarChart.mjs.map +1 -0
  486. package/d3-chart/lib/es6/component/Chart/CompactHorizontalBarChart.type.mjs +2 -0
  487. package/d3-chart/lib/es6/component/Chart/CompactHorizontalBarChart.type.mjs.map +1 -0
  488. package/d3-chart/lib/es6/component/Chart/DonutChart.mjs +119 -0
  489. package/d3-chart/lib/es6/component/Chart/DonutChart.mjs.map +1 -0
  490. package/d3-chart/lib/es6/component/Chart/DonutChart.type.mjs +2 -0
  491. package/d3-chart/lib/es6/component/Chart/DonutChart.type.mjs.map +1 -0
  492. package/d3-chart/lib/es6/component/Chart/HistogramChart.mjs +191 -0
  493. package/d3-chart/lib/es6/component/Chart/HistogramChart.mjs.map +1 -0
  494. package/d3-chart/lib/es6/component/Chart/HistogramChart.type.mjs +2 -0
  495. package/d3-chart/lib/es6/component/Chart/HistogramChart.type.mjs.map +1 -0
  496. package/d3-chart/lib/es6/component/Chart/LineChart.mjs +149 -0
  497. package/d3-chart/lib/es6/component/Chart/LineChart.mjs.map +1 -0
  498. package/d3-chart/lib/es6/component/Chart/LineChart.type.mjs +2 -0
  499. package/d3-chart/lib/es6/component/Chart/LineChart.type.mjs.map +1 -0
  500. package/d3-chart/lib/es6/component/Chart/RadarChart.mjs +124 -0
  501. package/d3-chart/lib/es6/component/Chart/RadarChart.mjs.map +1 -0
  502. package/d3-chart/lib/es6/component/Chart/RadarChart.type.mjs +2 -0
  503. package/d3-chart/lib/es6/component/Chart/RadarChart.type.mjs.map +1 -0
  504. package/d3-chart/lib/es6/component/Chart/ScatterPlotChart.mjs +169 -0
  505. package/d3-chart/lib/es6/component/Chart/ScatterPlotChart.mjs.map +1 -0
  506. package/d3-chart/lib/es6/component/Chart/ScatterPlotChart.type.mjs +2 -0
  507. package/d3-chart/lib/es6/component/Chart/ScatterPlotChart.type.mjs.map +1 -0
  508. package/d3-chart/lib/es6/component/Chart/VennChart.mjs +144 -0
  509. package/d3-chart/lib/es6/component/Chart/VennChart.mjs.map +1 -0
  510. package/d3-chart/lib/es6/component/Chart/VennChart.type.mjs +2 -0
  511. package/d3-chart/lib/es6/component/Chart/VennChart.type.mjs.map +1 -0
  512. package/d3-chart/lib/es6/component/Chart/index.mjs +25 -0
  513. package/d3-chart/lib/es6/component/Chart/index.mjs.map +1 -0
  514. package/d3-chart/lib/es6/component/ChartLegend/BaseLegend.mjs +96 -0
  515. package/d3-chart/lib/es6/component/ChartLegend/BaseLegend.mjs.map +1 -0
  516. package/d3-chart/lib/es6/component/ChartLegend/BaseLegend.type.mjs +2 -0
  517. package/d3-chart/lib/es6/component/ChartLegend/BaseLegend.type.mjs.map +1 -0
  518. package/d3-chart/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.mjs +88 -0
  519. package/d3-chart/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.mjs.map +1 -0
  520. package/d3-chart/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.type.mjs +2 -0
  521. package/d3-chart/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.type.mjs.map +1 -0
  522. package/d3-chart/lib/es6/component/ChartLegend/LegendItem/LegendItem.mjs +275 -0
  523. package/d3-chart/lib/es6/component/ChartLegend/LegendItem/LegendItem.mjs.map +1 -0
  524. package/d3-chart/lib/es6/component/ChartLegend/LegendItem/LegendItem.type.mjs +6 -0
  525. package/d3-chart/lib/es6/component/ChartLegend/LegendItem/LegendItem.type.mjs.map +1 -0
  526. package/d3-chart/lib/es6/component/ChartLegend/LegendTable/LegendTable.mjs +94 -0
  527. package/d3-chart/lib/es6/component/ChartLegend/LegendTable/LegendTable.mjs.map +1 -0
  528. package/d3-chart/lib/es6/component/ChartLegend/LegendTable/LegendTable.type.mjs +2 -0
  529. package/d3-chart/lib/es6/component/ChartLegend/LegendTable/LegendTable.type.mjs.map +1 -0
  530. package/d3-chart/lib/es6/component/ChartLegend/index.mjs +5 -0
  531. package/d3-chart/lib/es6/component/ChartLegend/index.mjs.map +1 -0
  532. package/d3-chart/lib/es6/component/Cigarette/Cigarette.mjs +161 -0
  533. package/d3-chart/lib/es6/component/Cigarette/Cigarette.mjs.map +1 -0
  534. package/d3-chart/lib/es6/component/StackGroupBar/StackGroupBar.mjs +163 -0
  535. package/d3-chart/lib/es6/component/StackGroupBar/StackGroupBar.mjs.map +1 -0
  536. package/d3-chart/lib/es6/component/StackGroupBar/StackGroupBar.type.mjs +2 -0
  537. package/d3-chart/lib/es6/component/StackGroupBar/StackGroupBar.type.mjs.map +1 -0
  538. package/d3-chart/lib/es6/createElement.d.mjs +2 -0
  539. package/d3-chart/lib/es6/createElement.d.mjs.map +1 -0
  540. package/d3-chart/lib/es6/createElement.mjs +119 -0
  541. package/d3-chart/lib/es6/createElement.mjs.map +1 -0
  542. package/d3-chart/lib/es6/index.mjs +28 -0
  543. package/d3-chart/lib/es6/index.mjs.map +1 -0
  544. package/d3-chart/lib/es6/translations/__intergalactic-dynamic-locales.mjs +29 -0
  545. package/d3-chart/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
  546. package/d3-chart/lib/es6/types/Area.d.mjs +2 -0
  547. package/d3-chart/lib/es6/types/Area.d.mjs.map +1 -0
  548. package/d3-chart/lib/es6/types/Axis.d.mjs +2 -0
  549. package/d3-chart/lib/es6/types/Axis.d.mjs.map +1 -0
  550. package/d3-chart/lib/es6/types/Bar.d.mjs +2 -0
  551. package/d3-chart/lib/es6/types/Bar.d.mjs.map +1 -0
  552. package/d3-chart/lib/es6/types/Bubble.d.mjs +2 -0
  553. package/d3-chart/lib/es6/types/Bubble.d.mjs.map +1 -0
  554. package/d3-chart/lib/es6/types/ClipPath.d.mjs +2 -0
  555. package/d3-chart/lib/es6/types/ClipPath.d.mjs.map +1 -0
  556. package/d3-chart/lib/es6/types/CompactHorizontalBar.d.mjs +2 -0
  557. package/d3-chart/lib/es6/types/CompactHorizontalBar.d.mjs.map +1 -0
  558. package/d3-chart/lib/es6/types/Donut.d.mjs +2 -0
  559. package/d3-chart/lib/es6/types/Donut.d.mjs.map +1 -0
  560. package/d3-chart/lib/es6/types/GroupBar.d.mjs +2 -0
  561. package/d3-chart/lib/es6/types/GroupBar.d.mjs.map +1 -0
  562. package/d3-chart/lib/es6/types/HorizontalBar.d.mjs +2 -0
  563. package/d3-chart/lib/es6/types/HorizontalBar.d.mjs.map +1 -0
  564. package/d3-chart/lib/es6/types/Hover.d.mjs +2 -0
  565. package/d3-chart/lib/es6/types/Hover.d.mjs.map +1 -0
  566. package/d3-chart/lib/es6/types/Line.d.mjs +2 -0
  567. package/d3-chart/lib/es6/types/Line.d.mjs.map +1 -0
  568. package/d3-chart/lib/es6/types/Plot.d.mjs +2 -0
  569. package/d3-chart/lib/es6/types/Plot.d.mjs.map +1 -0
  570. package/d3-chart/lib/es6/types/Radar.d.mjs +2 -0
  571. package/d3-chart/lib/es6/types/Radar.d.mjs.map +1 -0
  572. package/d3-chart/lib/es6/types/Reference.d.mjs +2 -0
  573. package/d3-chart/lib/es6/types/Reference.d.mjs.map +1 -0
  574. package/d3-chart/lib/es6/types/ResponsiveContainer.d.mjs +2 -0
  575. package/d3-chart/lib/es6/types/ResponsiveContainer.d.mjs.map +1 -0
  576. package/d3-chart/lib/es6/types/ScatterPlot.d.mjs +2 -0
  577. package/d3-chart/lib/es6/types/ScatterPlot.d.mjs.map +1 -0
  578. package/d3-chart/lib/es6/types/StackBar.d.mjs +2 -0
  579. package/d3-chart/lib/es6/types/StackBar.d.mjs.map +1 -0
  580. package/d3-chart/lib/es6/types/StackedArea.d.mjs +2 -0
  581. package/d3-chart/lib/es6/types/StackedArea.d.mjs.map +1 -0
  582. package/d3-chart/lib/es6/types/Tooltip.d.mjs +2 -0
  583. package/d3-chart/lib/es6/types/Tooltip.d.mjs.map +1 -0
  584. package/d3-chart/lib/es6/types/Venn.d.mjs +2 -0
  585. package/d3-chart/lib/es6/types/Venn.d.mjs.map +1 -0
  586. package/d3-chart/lib/es6/types/context.d.mjs +2 -0
  587. package/d3-chart/lib/es6/types/context.d.mjs.map +1 -0
  588. package/d3-chart/lib/es6/types/index.d.mjs +83 -0
  589. package/d3-chart/lib/es6/types/index.d.mjs.map +1 -0
  590. package/d3-chart/lib/es6/utils.mjs +259 -0
  591. package/d3-chart/lib/es6/utils.mjs.map +1 -0
  592. package/d3-chart/package.json +1 -1
  593. package/data-table/index.mjs +2 -2
  594. package/data-table/lib/cjs/Body.js +16 -16
  595. package/data-table/lib/cjs/Body.js.map +1 -1
  596. package/data-table/lib/cjs/DataTable.js +45 -45
  597. package/data-table/lib/cjs/Head.js +8 -8
  598. package/data-table/lib/es6/Body.mjs +467 -0
  599. package/data-table/lib/es6/Body.mjs.map +1 -0
  600. package/data-table/lib/es6/DataTable.mjs +617 -0
  601. package/data-table/lib/es6/DataTable.mjs.map +1 -0
  602. package/data-table/lib/es6/Head.mjs +390 -0
  603. package/data-table/lib/es6/Head.mjs.map +1 -0
  604. package/data-table/lib/es6/index.mjs +3 -0
  605. package/data-table/lib/es6/index.mjs.map +1 -0
  606. package/data-table/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
  607. package/data-table/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
  608. package/data-table/lib/es6/types.mjs +2 -0
  609. package/data-table/lib/es6/types.mjs.map +1 -0
  610. package/data-table/lib/es6/utils.mjs +48 -0
  611. package/data-table/lib/es6/utils.mjs.map +1 -0
  612. package/data-table/package.json +1 -1
  613. package/date-picker/index.mjs +1 -1
  614. package/date-picker/lib/cjs/DatePicker.js +9 -9
  615. package/date-picker/lib/cjs/DateRangeComparator.js +9 -9
  616. package/date-picker/lib/cjs/DateRangePicker.js +9 -9
  617. package/date-picker/lib/cjs/MonthDateRangeComparator.js +9 -9
  618. package/date-picker/lib/cjs/MonthPicker.js +9 -9
  619. package/date-picker/lib/cjs/MonthRangePicker.js +9 -9
  620. package/date-picker/lib/cjs/components/Calendar.js +31 -31
  621. package/date-picker/lib/cjs/components/DateRangeComparatorAbstract.js +37 -37
  622. package/date-picker/lib/cjs/components/InputTrigger.js +42 -41
  623. package/date-picker/lib/cjs/components/InputTrigger.js.map +1 -1
  624. package/date-picker/lib/cjs/components/PickerAbstract.js +35 -35
  625. package/date-picker/lib/cjs/components/RangePickerAbstract.js +36 -36
  626. package/date-picker/lib/cjs/components/index.js +9 -9
  627. package/date-picker/lib/cjs/utils/cronTabScheduler.js +1 -1
  628. package/date-picker/lib/cjs/utils/datesIntersects.js +1 -1
  629. package/date-picker/lib/cjs/utils/includesDate.js +1 -1
  630. package/date-picker/lib/cjs/utils/shortDateRangeFormat.js +1 -1
  631. package/date-picker/lib/es6/DatePicker.mjs +177 -0
  632. package/date-picker/lib/es6/DatePicker.mjs.map +1 -0
  633. package/date-picker/lib/es6/DateRangeComparator.mjs +243 -0
  634. package/date-picker/lib/es6/DateRangeComparator.mjs.map +1 -0
  635. package/date-picker/lib/es6/DateRangePicker.mjs +129 -0
  636. package/date-picker/lib/es6/DateRangePicker.mjs.map +1 -0
  637. package/date-picker/lib/es6/MonthDateRangeComparator.mjs +282 -0
  638. package/date-picker/lib/es6/MonthDateRangeComparator.mjs.map +1 -0
  639. package/date-picker/lib/es6/MonthPicker.mjs +117 -0
  640. package/date-picker/lib/es6/MonthPicker.mjs.map +1 -0
  641. package/date-picker/lib/es6/MonthRangePicker.mjs +143 -0
  642. package/date-picker/lib/es6/MonthRangePicker.mjs.map +1 -0
  643. package/date-picker/lib/es6/components/ButtonTrigger.mjs +20 -0
  644. package/date-picker/lib/es6/components/ButtonTrigger.mjs.map +1 -0
  645. package/date-picker/lib/es6/components/Calendar.mjs +560 -0
  646. package/date-picker/lib/es6/components/Calendar.mjs.map +1 -0
  647. package/date-picker/lib/es6/components/DateRangeComparatorAbstract.mjs +701 -0
  648. package/date-picker/lib/es6/components/DateRangeComparatorAbstract.mjs.map +1 -0
  649. package/date-picker/lib/es6/components/InputTrigger.mjs +974 -0
  650. package/date-picker/lib/es6/components/InputTrigger.mjs.map +1 -0
  651. package/date-picker/lib/es6/components/PickerAbstract.mjs +292 -0
  652. package/date-picker/lib/es6/components/PickerAbstract.mjs.map +1 -0
  653. package/date-picker/lib/es6/components/RangePickerAbstract.mjs +480 -0
  654. package/date-picker/lib/es6/components/RangePickerAbstract.mjs.map +1 -0
  655. package/date-picker/lib/es6/components/index.mjs +167 -0
  656. package/date-picker/lib/es6/components/index.mjs.map +1 -0
  657. package/date-picker/lib/es6/index.d.mjs +2 -0
  658. package/date-picker/lib/es6/index.d.mjs.map +1 -0
  659. package/date-picker/lib/es6/index.mjs +8 -0
  660. package/date-picker/lib/es6/index.mjs.map +1 -0
  661. package/date-picker/lib/es6/translations/__intergalactic-dynamic-locales.mjs +33 -0
  662. package/date-picker/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
  663. package/date-picker/lib/es6/utils/cronTabScheduler.mjs +90 -0
  664. package/date-picker/lib/es6/utils/cronTabScheduler.mjs.map +1 -0
  665. package/date-picker/lib/es6/utils/datesIntersects.mjs +22 -0
  666. package/date-picker/lib/es6/utils/datesIntersects.mjs.map +1 -0
  667. package/date-picker/lib/es6/utils/formatDate.mjs +25 -0
  668. package/date-picker/lib/es6/utils/formatDate.mjs.map +1 -0
  669. package/date-picker/lib/es6/utils/includesDate.mjs +18 -0
  670. package/date-picker/lib/es6/utils/includesDate.mjs.map +1 -0
  671. package/date-picker/lib/es6/utils/shortDateRangeFormat.mjs +62 -0
  672. package/date-picker/lib/es6/utils/shortDateRangeFormat.mjs.map +1 -0
  673. package/date-picker/package.json +1 -1
  674. package/divider/index.mjs +2 -2
  675. package/divider/lib/cjs/Divider.js +16 -16
  676. package/divider/lib/es6/Divider.mjs +59 -0
  677. package/divider/lib/es6/Divider.mjs.map +1 -0
  678. package/divider/lib/es6/index.d.mjs +2 -0
  679. package/divider/lib/es6/index.d.mjs.map +1 -0
  680. package/divider/lib/es6/index.mjs +2 -0
  681. package/divider/lib/es6/index.mjs.map +1 -0
  682. package/divider/package.json +1 -1
  683. package/dot/index.mjs +2 -2
  684. package/dot/lib/cjs/Dot.js +17 -17
  685. package/dot/lib/es6/Dot.mjs +100 -0
  686. package/dot/lib/es6/Dot.mjs.map +1 -0
  687. package/dot/lib/es6/index.d.mjs +2 -0
  688. package/dot/lib/es6/index.d.mjs.map +1 -0
  689. package/dot/lib/es6/index.mjs +2 -0
  690. package/dot/lib/es6/index.mjs.map +1 -0
  691. package/dot/package.json +1 -1
  692. package/drag-and-drop/index.mjs +2 -2
  693. package/drag-and-drop/lib/cjs/DragAndDrop.js +25 -25
  694. package/drag-and-drop/lib/es6/DragAndDrop.mjs +661 -0
  695. package/drag-and-drop/lib/es6/DragAndDrop.mjs.map +1 -0
  696. package/drag-and-drop/lib/es6/index.d.mjs +2 -0
  697. package/drag-and-drop/lib/es6/index.d.mjs.map +1 -0
  698. package/drag-and-drop/lib/es6/index.mjs +2 -0
  699. package/drag-and-drop/lib/es6/index.mjs.map +1 -0
  700. package/drag-and-drop/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
  701. package/drag-and-drop/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
  702. package/drag-and-drop/package.json +1 -1
  703. package/dropdown/index.mjs +2 -2
  704. package/dropdown/lib/cjs/AbstractDropdown.js +6 -6
  705. package/dropdown/lib/cjs/Dropdown.js +28 -28
  706. package/dropdown/lib/cjs/DropdownItem.js +1 -1
  707. package/dropdown/lib/es6/AbstractDropdown.mjs +385 -0
  708. package/dropdown/lib/es6/AbstractDropdown.mjs.map +1 -0
  709. package/dropdown/lib/es6/Dropdown.mjs +242 -0
  710. package/dropdown/lib/es6/Dropdown.mjs.map +1 -0
  711. package/dropdown/lib/es6/DropdownItem.mjs +12 -0
  712. package/dropdown/lib/es6/DropdownItem.mjs.map +1 -0
  713. package/dropdown/lib/es6/index.d.mjs +2 -0
  714. package/dropdown/lib/es6/index.d.mjs.map +1 -0
  715. package/dropdown/lib/es6/index.mjs +3 -0
  716. package/dropdown/lib/es6/index.mjs.map +1 -0
  717. package/dropdown/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
  718. package/dropdown/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
  719. package/dropdown/package.json +1 -1
  720. package/dropdown-menu/index.mjs +2 -2
  721. package/dropdown-menu/lib/cjs/DropdownMenu.js +31 -31
  722. package/dropdown-menu/lib/es6/DropdownMenu.mjs +551 -0
  723. package/dropdown-menu/lib/es6/DropdownMenu.mjs.map +1 -0
  724. package/dropdown-menu/lib/es6/index.d.mjs +2 -0
  725. package/dropdown-menu/lib/es6/index.d.mjs.map +1 -0
  726. package/dropdown-menu/lib/es6/index.mjs +2 -0
  727. package/dropdown-menu/lib/es6/index.mjs.map +1 -0
  728. package/dropdown-menu/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
  729. package/dropdown-menu/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
  730. package/dropdown-menu/package.json +1 -1
  731. package/ellipsis/index.mjs +2 -2
  732. package/ellipsis/lib/cjs/Ellipsis.js +19 -19
  733. package/ellipsis/lib/cjs/useResizeObserver.js +1 -1
  734. package/ellipsis/lib/es6/Ellipsis.mjs +303 -0
  735. package/ellipsis/lib/es6/Ellipsis.mjs.map +1 -0
  736. package/ellipsis/lib/es6/index.d.mjs +2 -0
  737. package/ellipsis/lib/es6/index.d.mjs.map +1 -0
  738. package/ellipsis/lib/es6/index.mjs +3 -0
  739. package/ellipsis/lib/es6/index.mjs.map +1 -0
  740. package/ellipsis/lib/es6/useResizeObserver.mjs +37 -0
  741. package/ellipsis/lib/es6/useResizeObserver.mjs.map +1 -0
  742. package/ellipsis/package.json +1 -1
  743. package/errors/index.mjs +2 -2
  744. package/errors/lib/cjs/AccessDenied/index.js +5 -5
  745. package/errors/lib/cjs/Error.js +15 -15
  746. package/errors/lib/cjs/Maintenance/index.js +5 -5
  747. package/errors/lib/cjs/PageError/index.js +7 -7
  748. package/errors/lib/cjs/PageNotFound/index.js +5 -5
  749. package/errors/lib/cjs/ProjectNotFound/index.js +5 -5
  750. package/errors/lib/es6/AccessDenied/index.mjs +55 -0
  751. package/errors/lib/es6/AccessDenied/index.mjs.map +1 -0
  752. package/errors/lib/es6/AccessDenied/translations/__intergalactic-dynamic-locales.mjs +33 -0
  753. package/errors/lib/es6/AccessDenied/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
  754. package/errors/lib/es6/Error.mjs +89 -0
  755. package/errors/lib/es6/Error.mjs.map +1 -0
  756. package/errors/lib/es6/Maintenance/index.mjs +54 -0
  757. package/errors/lib/es6/Maintenance/index.mjs.map +1 -0
  758. package/errors/lib/es6/Maintenance/translations/__intergalactic-dynamic-locales.mjs +33 -0
  759. package/errors/lib/es6/Maintenance/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
  760. package/errors/lib/es6/PageError/index.mjs +64 -0
  761. package/errors/lib/es6/PageError/index.mjs.map +1 -0
  762. package/errors/lib/es6/PageError/translations/__intergalactic-dynamic-locales.mjs +33 -0
  763. package/errors/lib/es6/PageError/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
  764. package/errors/lib/es6/PageNotFound/index.mjs +53 -0
  765. package/errors/lib/es6/PageNotFound/index.mjs.map +1 -0
  766. package/errors/lib/es6/PageNotFound/translations/__intergalactic-dynamic-locales.mjs +33 -0
  767. package/errors/lib/es6/PageNotFound/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
  768. package/errors/lib/es6/ProjectNotFound/index.mjs +72 -0
  769. package/errors/lib/es6/ProjectNotFound/index.mjs.map +1 -0
  770. package/errors/lib/es6/ProjectNotFound/translations/__intergalactic-dynamic-locales.mjs +33 -0
  771. package/errors/lib/es6/ProjectNotFound/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
  772. package/errors/lib/es6/index.d.mjs +16 -0
  773. package/errors/lib/es6/index.d.mjs.map +1 -0
  774. package/errors/lib/es6/index.mjs +8 -0
  775. package/errors/lib/es6/index.mjs.map +1 -0
  776. package/errors/package.json +1 -1
  777. package/feature-popover/index.mjs +2 -2
  778. package/feature-popover/lib/cjs/FeaturePopover.js +20 -20
  779. package/feature-popover/lib/es6/FeaturePopover.mjs +212 -0
  780. package/feature-popover/lib/es6/FeaturePopover.mjs.map +1 -0
  781. package/feature-popover/lib/es6/index.d.mjs +2 -0
  782. package/feature-popover/lib/es6/index.d.mjs.map +1 -0
  783. package/feature-popover/lib/es6/index.mjs +2 -0
  784. package/feature-popover/lib/es6/index.mjs.map +1 -0
  785. package/feature-popover/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
  786. package/feature-popover/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
  787. package/feature-popover/package.json +1 -1
  788. package/feedback-form/component/feedback-rating/FeedbackRating.type.d.ts +3 -1
  789. package/feedback-form/index.mjs +2 -2
  790. package/feedback-form/lib/cjs/FeedbackForm.js +16 -16
  791. package/feedback-form/lib/cjs/component/checkbox-button/CheckboxButton.js +10 -10
  792. package/feedback-form/lib/cjs/component/feedback-item/FeedbackItem.js +3 -3
  793. package/feedback-form/lib/cjs/component/feedback-rating/FeedbackRating.js +23 -18
  794. package/feedback-form/lib/cjs/component/feedback-rating/FeedbackRating.js.map +1 -1
  795. package/feedback-form/lib/cjs/component/feedback-rating/FeedbackRating.type.js.map +1 -1
  796. package/feedback-form/lib/cjs/component/slider-rating/SliderRating.js +14 -14
  797. package/feedback-form/lib/cjs/component/submit-button/SubmitButton.js +1 -1
  798. package/feedback-form/lib/es6/FeedbackForm.mjs +165 -0
  799. package/feedback-form/lib/es6/FeedbackForm.mjs.map +1 -0
  800. package/feedback-form/lib/es6/component/checkbox-button/CheckboxButton.mjs +56 -0
  801. package/feedback-form/lib/es6/component/checkbox-button/CheckboxButton.mjs.map +1 -0
  802. package/feedback-form/lib/es6/component/feedback-item/FeedbackItem.mjs +62 -0
  803. package/feedback-form/lib/es6/component/feedback-item/FeedbackItem.mjs.map +1 -0
  804. package/feedback-form/lib/es6/component/feedback-rating/FeedbackRating.mjs +374 -0
  805. package/feedback-form/lib/es6/component/feedback-rating/FeedbackRating.mjs.map +1 -0
  806. package/feedback-form/lib/es6/component/feedback-rating/FeedbackRating.type.mjs +2 -0
  807. package/feedback-form/lib/es6/component/feedback-rating/FeedbackRating.type.mjs.map +1 -0
  808. package/feedback-form/lib/es6/component/slider-rating/SliderRating.mjs +219 -0
  809. package/feedback-form/lib/es6/component/slider-rating/SliderRating.mjs.map +1 -0
  810. package/feedback-form/lib/es6/component/submit-button/SubmitButton.mjs +17 -0
  811. package/feedback-form/lib/es6/component/submit-button/SubmitButton.mjs.map +1 -0
  812. package/feedback-form/lib/es6/index.d.mjs +6 -0
  813. package/feedback-form/lib/es6/index.d.mjs.map +1 -0
  814. package/feedback-form/lib/es6/index.mjs +4 -0
  815. package/feedback-form/lib/es6/index.mjs.map +1 -0
  816. package/feedback-form/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
  817. package/feedback-form/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
  818. package/feedback-form/lib/types/component/feedback-rating/FeedbackRating.type.d.ts +3 -1
  819. package/feedback-form/package.json +1 -1
  820. package/flags/index.mjs +2 -2
  821. package/flags/lib/cjs/Flags.js +7 -7
  822. package/flags/lib/es6/Flags.mjs +97 -0
  823. package/flags/lib/es6/Flags.mjs.map +1 -0
  824. package/flags/lib/es6/index.d.mjs +2 -0
  825. package/flags/lib/es6/index.d.mjs.map +1 -0
  826. package/flags/lib/es6/index.mjs +3 -0
  827. package/flags/lib/es6/index.mjs.map +1 -0
  828. package/flags/lib/sprites/sprite@1x.css +256 -256
  829. package/flags/lib/sprites/sprite@2x.css +257 -257
  830. package/flags/package.json +1 -1
  831. package/flex-box/index.mjs +1 -1
  832. package/flex-box/lib/cjs/Box/index.js +1 -1
  833. package/flex-box/lib/cjs/Box/useBox.js +6 -6
  834. package/flex-box/lib/cjs/Flex/index.js +1 -1
  835. package/flex-box/lib/cjs/Flex/useFlex.js +6 -6
  836. package/flex-box/lib/cjs/invalid-state-box/InvalidStateBox.js +3 -3
  837. package/flex-box/lib/cjs/screen-reader-only-box/ScreenReaderOnlyBox.js +3 -3
  838. package/flex-box/lib/es6/Box/index.mjs +14 -0
  839. package/flex-box/lib/es6/Box/index.mjs.map +1 -0
  840. package/flex-box/lib/es6/Box/useBox.mjs +125 -0
  841. package/flex-box/lib/es6/Box/useBox.mjs.map +1 -0
  842. package/flex-box/lib/es6/Flex/index.mjs +14 -0
  843. package/flex-box/lib/es6/Flex/index.mjs.map +1 -0
  844. package/flex-box/lib/es6/Flex/useFlex.mjs +70 -0
  845. package/flex-box/lib/es6/Flex/useFlex.mjs.map +1 -0
  846. package/flex-box/lib/es6/index.mjs +11 -0
  847. package/flex-box/lib/es6/index.mjs.map +1 -0
  848. package/flex-box/lib/es6/invalid-state-box/InvalidStateBox.mjs +19 -0
  849. package/flex-box/lib/es6/invalid-state-box/InvalidStateBox.mjs.map +1 -0
  850. package/flex-box/lib/es6/screen-reader-only-box/ScreenReaderOnlyBox.mjs +21 -0
  851. package/flex-box/lib/es6/screen-reader-only-box/ScreenReaderOnlyBox.mjs.map +1 -0
  852. package/flex-box/lib/es6/utils.mjs +13 -0
  853. package/flex-box/lib/es6/utils.mjs.map +1 -0
  854. package/flex-box/package.json +1 -1
  855. package/format-text/index.mjs +2 -2
  856. package/format-text/lib/cjs/FormatText.js +11 -11
  857. package/format-text/lib/es6/FormatText.mjs +44 -0
  858. package/format-text/lib/es6/FormatText.mjs.map +1 -0
  859. package/format-text/lib/es6/index.mjs +3 -0
  860. package/format-text/lib/es6/index.mjs.map +1 -0
  861. package/format-text/package.json +1 -1
  862. package/fullscreen-modal/index.mjs +2 -2
  863. package/fullscreen-modal/lib/cjs/FullscreenModal.js +20 -20
  864. package/fullscreen-modal/lib/es6/FullscreenModal.mjs +230 -0
  865. package/fullscreen-modal/lib/es6/FullscreenModal.mjs.map +1 -0
  866. package/fullscreen-modal/lib/es6/index.d.mjs +2 -0
  867. package/fullscreen-modal/lib/es6/index.d.mjs.map +1 -0
  868. package/fullscreen-modal/lib/es6/index.mjs +2 -0
  869. package/fullscreen-modal/lib/es6/index.mjs.map +1 -0
  870. package/fullscreen-modal/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
  871. package/fullscreen-modal/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
  872. package/fullscreen-modal/package.json +1 -1
  873. package/grid/index.mjs +1 -1
  874. package/grid/lib/cjs/Grid.js +121 -121
  875. package/grid/lib/es6/Grid.mjs +212 -0
  876. package/grid/lib/es6/Grid.mjs.map +1 -0
  877. package/grid/lib/es6/index.d.mjs +2 -0
  878. package/grid/lib/es6/index.d.mjs.map +1 -0
  879. package/grid/lib/es6/index.mjs +4 -0
  880. package/grid/lib/es6/index.mjs.map +1 -0
  881. package/grid/package.json +1 -1
  882. package/i18n-unplugin/index.mjs +1 -1
  883. package/i18n-unplugin/lib/cjs/index.js +4 -4
  884. package/i18n-unplugin/lib/es6/index.mjs +154 -0
  885. package/i18n-unplugin/lib/es6/index.mjs.map +1 -0
  886. package/i18n-unplugin/package.json +1 -1
  887. package/icon/color/Confluence/l/index.js +4 -4
  888. package/icon/color/Confluence/l/index.mjs +4 -4
  889. package/icon/color/Confluence/m/index.js +4 -4
  890. package/icon/color/Confluence/m/index.mjs +4 -4
  891. package/icon/color/MetaColored/l/index.js +4 -4
  892. package/icon/color/MetaColored/l/index.mjs +4 -4
  893. package/icon/color/MetaColored/m/index.js +4 -4
  894. package/icon/color/MetaColored/m/index.mjs +4 -4
  895. package/icon/color/MicrosoftOffice/l/index.js +10 -10
  896. package/icon/color/MicrosoftOffice/l/index.mjs +10 -10
  897. package/icon/color/MicrosoftOffice/m/index.js +10 -10
  898. package/icon/color/MicrosoftOffice/m/index.mjs +10 -10
  899. package/icon/index.mjs +2 -2
  900. package/icon/lib/cjs/Icon.js +9 -9
  901. package/icon/lib/es6/Icon.mjs +82 -0
  902. package/icon/lib/es6/Icon.mjs.map +1 -0
  903. package/icon/lib/es6/index.d.mjs +2 -0
  904. package/icon/lib/es6/index.d.mjs.map +1 -0
  905. package/icon/lib/es6/index.mjs +2 -0
  906. package/icon/lib/es6/index.mjs.map +1 -0
  907. package/icon/package.json +1 -1
  908. package/icon/pay/Discover/l/index.js +1 -1
  909. package/icon/pay/Discover/l/index.mjs +1 -1
  910. package/icon/pay/Discover/m/index.js +1 -1
  911. package/icon/pay/Discover/m/index.mjs +1 -1
  912. package/icon/pay/JCB/l/index.js +10 -10
  913. package/icon/pay/JCB/l/index.mjs +10 -10
  914. package/icon/pay/JCB/m/index.js +10 -10
  915. package/icon/pay/JCB/m/index.mjs +10 -10
  916. package/icon/pay/Visa/l/index.js +2 -2
  917. package/icon/pay/Visa/l/index.mjs +2 -2
  918. package/icon/pay/Visa/m/index.js +2 -2
  919. package/icon/pay/Visa/m/index.mjs +2 -2
  920. package/illustration/index.mjs +1 -1
  921. package/illustration/lib/cjs/index.js +1 -1
  922. package/illustration/lib/es6/index.d.mjs +2 -0
  923. package/illustration/lib/es6/index.d.mjs.map +1 -0
  924. package/illustration/lib/es6/index.mjs +15 -0
  925. package/illustration/lib/es6/index.mjs.map +1 -0
  926. package/illustration/package.json +1 -1
  927. package/inline-edit/index.mjs +2 -2
  928. package/inline-edit/lib/cjs/InlineEdit.js +12 -12
  929. package/inline-edit/lib/es6/InlineEdit.mjs +182 -0
  930. package/inline-edit/lib/es6/InlineEdit.mjs.map +1 -0
  931. package/inline-edit/lib/es6/index.d.mjs +2 -0
  932. package/inline-edit/lib/es6/index.d.mjs.map +1 -0
  933. package/inline-edit/lib/es6/index.mjs +2 -0
  934. package/inline-edit/lib/es6/index.mjs.map +1 -0
  935. package/inline-edit/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
  936. package/inline-edit/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
  937. package/inline-edit/package.json +1 -1
  938. package/inline-input/index.mjs +2 -2
  939. package/inline-input/lib/cjs/InlineInput.js +21 -21
  940. package/inline-input/lib/es6/InlineInput.mjs +416 -0
  941. package/inline-input/lib/es6/InlineInput.mjs.map +1 -0
  942. package/inline-input/lib/es6/index.d.mjs +2 -0
  943. package/inline-input/lib/es6/index.d.mjs.map +1 -0
  944. package/inline-input/lib/es6/index.mjs +3 -0
  945. package/inline-input/lib/es6/index.mjs.map +1 -0
  946. package/inline-input/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
  947. package/inline-input/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
  948. package/inline-input/package.json +1 -1
  949. package/input/index.mjs +2 -2
  950. package/input/lib/cjs/Input.js +24 -24
  951. package/input/lib/es6/Input.mjs +228 -0
  952. package/input/lib/es6/Input.mjs.map +1 -0
  953. package/input/lib/es6/index.d.mjs +2 -0
  954. package/input/lib/es6/index.d.mjs.map +1 -0
  955. package/input/lib/es6/index.mjs +2 -0
  956. package/input/lib/es6/index.mjs.map +1 -0
  957. package/input/package.json +1 -1
  958. package/input-mask/InputMask.d.ts +1 -1
  959. package/input-mask/index.mjs +2 -2
  960. package/input-mask/lib/cjs/InputMask.js +16 -16
  961. package/input-mask/lib/cjs/InputMask.js.map +1 -1
  962. package/input-mask/lib/es6/InputMask.mjs +361 -0
  963. package/input-mask/lib/es6/InputMask.mjs.map +1 -0
  964. package/input-mask/lib/es6/index.mjs +3 -0
  965. package/input-mask/lib/es6/index.mjs.map +1 -0
  966. package/input-mask/lib/types/InputMask.d.ts +1 -1
  967. package/input-mask/package.json +1 -1
  968. package/input-number/index.mjs +2 -2
  969. package/input-number/lib/cjs/InputNumber.js +18 -18
  970. package/input-number/lib/cjs/InputNumber.js.map +1 -1
  971. package/input-number/lib/es6/InputNumber.mjs +506 -0
  972. package/input-number/lib/es6/InputNumber.mjs.map +1 -0
  973. package/input-number/lib/es6/buttons.mjs +22 -0
  974. package/input-number/lib/es6/buttons.mjs.map +1 -0
  975. package/input-number/lib/es6/index.d.mjs +2 -0
  976. package/input-number/lib/es6/index.d.mjs.map +1 -0
  977. package/input-number/lib/es6/index.mjs +3 -0
  978. package/input-number/lib/es6/index.mjs.map +1 -0
  979. package/input-number/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
  980. package/input-number/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
  981. package/input-number/package.json +1 -1
  982. package/input-tags/index.mjs +2 -2
  983. package/input-tags/lib/cjs/InputTags.js +21 -21
  984. package/input-tags/lib/es6/InputTags.mjs +389 -0
  985. package/input-tags/lib/es6/InputTags.mjs.map +1 -0
  986. package/input-tags/lib/es6/index.mjs +3 -0
  987. package/input-tags/lib/es6/index.mjs.map +1 -0
  988. package/input-tags/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
  989. package/input-tags/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
  990. package/input-tags/package.json +1 -1
  991. package/link/index.mjs +2 -2
  992. package/link/lib/cjs/Link.js +19 -19
  993. package/link/lib/es6/Link.mjs +175 -0
  994. package/link/lib/es6/Link.mjs.map +1 -0
  995. package/link/lib/es6/index.d.mjs +2 -0
  996. package/link/lib/es6/index.d.mjs.map +1 -0
  997. package/link/lib/es6/index.mjs +2 -0
  998. package/link/lib/es6/index.mjs.map +1 -0
  999. package/link/package.json +1 -1
  1000. package/mini-chart/index.mjs +2 -2
  1001. package/mini-chart/lib/cjs/component/score/Donut.js +15 -15
  1002. package/mini-chart/lib/cjs/component/score/Line.js +24 -24
  1003. package/mini-chart/lib/cjs/component/trend/Bar.js +14 -14
  1004. package/mini-chart/lib/cjs/component/trend/Line.js +14 -14
  1005. package/mini-chart/lib/cjs/component/trend/Trend.js +6 -6
  1006. package/mini-chart/lib/es6/component/score/Donut.mjs +125 -0
  1007. package/mini-chart/lib/es6/component/score/Donut.mjs.map +1 -0
  1008. package/mini-chart/lib/es6/component/score/Line.mjs +133 -0
  1009. package/mini-chart/lib/es6/component/score/Line.mjs.map +1 -0
  1010. package/mini-chart/lib/es6/component/score/Line.types.mjs +2 -0
  1011. package/mini-chart/lib/es6/component/score/Line.types.mjs.map +1 -0
  1012. package/mini-chart/lib/es6/component/score/Score.mjs +2 -0
  1013. package/mini-chart/lib/es6/component/score/Score.mjs.map +1 -0
  1014. package/mini-chart/lib/es6/component/score/index.mjs +4 -0
  1015. package/mini-chart/lib/es6/component/score/index.mjs.map +1 -0
  1016. package/mini-chart/lib/es6/component/trend/Bar.mjs +122 -0
  1017. package/mini-chart/lib/es6/component/trend/Bar.mjs.map +1 -0
  1018. package/mini-chart/lib/es6/component/trend/Line.mjs +164 -0
  1019. package/mini-chart/lib/es6/component/trend/Line.mjs.map +1 -0
  1020. package/mini-chart/lib/es6/component/trend/Trend.mjs +79 -0
  1021. package/mini-chart/lib/es6/component/trend/Trend.mjs.map +1 -0
  1022. package/mini-chart/lib/es6/component/trend/index.mjs +4 -0
  1023. package/mini-chart/lib/es6/component/trend/index.mjs.map +1 -0
  1024. package/mini-chart/lib/es6/index.mjs +13 -0
  1025. package/mini-chart/lib/es6/index.mjs.map +1 -0
  1026. package/mini-chart/package.json +1 -1
  1027. package/modal/index.mjs +2 -2
  1028. package/modal/lib/cjs/Modal.js +15 -15
  1029. package/modal/lib/cjs/modal.vo-test.js +2 -2
  1030. package/modal/lib/es6/Modal.mjs +256 -0
  1031. package/modal/lib/es6/Modal.mjs.map +1 -0
  1032. package/modal/lib/es6/index.d.mjs +2 -0
  1033. package/modal/lib/es6/index.d.mjs.map +1 -0
  1034. package/modal/lib/es6/index.mjs +2 -0
  1035. package/modal/lib/es6/index.mjs.map +1 -0
  1036. package/modal/lib/es6/modal.vo-test.mjs +99 -0
  1037. package/modal/lib/es6/modal.vo-test.mjs.map +1 -0
  1038. package/modal/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
  1039. package/modal/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
  1040. package/modal/package.json +1 -1
  1041. package/neighbor-location/index.mjs +2 -2
  1042. package/neighbor-location/lib/cjs/NeighborLocation.js +6 -6
  1043. package/neighbor-location/lib/es6/NeighborLocation.mjs +137 -0
  1044. package/neighbor-location/lib/es6/NeighborLocation.mjs.map +1 -0
  1045. package/neighbor-location/lib/es6/index.d.mjs +2 -0
  1046. package/neighbor-location/lib/es6/index.d.mjs.map +1 -0
  1047. package/neighbor-location/lib/es6/index.mjs +3 -0
  1048. package/neighbor-location/lib/es6/index.mjs.map +1 -0
  1049. package/neighbor-location/package.json +1 -1
  1050. package/notice/index.mjs +2 -2
  1051. package/notice/lib/cjs/Notice.js +23 -23
  1052. package/notice/lib/cjs/NoticeSmart.js +5 -5
  1053. package/notice/lib/es6/Notice.mjs +236 -0
  1054. package/notice/lib/es6/Notice.mjs.map +1 -0
  1055. package/notice/lib/es6/NoticeSmart.mjs +48 -0
  1056. package/notice/lib/es6/NoticeSmart.mjs.map +1 -0
  1057. package/notice/lib/es6/index.d.mjs +2 -0
  1058. package/notice/lib/es6/index.d.mjs.map +1 -0
  1059. package/notice/lib/es6/index.mjs +4 -0
  1060. package/notice/lib/es6/index.mjs.map +1 -0
  1061. package/notice/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
  1062. package/notice/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
  1063. package/notice/package.json +1 -1
  1064. package/notice-bubble/index.mjs +2 -2
  1065. package/notice-bubble/lib/cjs/NoticeBubble.js +24 -24
  1066. package/notice-bubble/lib/cjs/NoticeBubbleManager.js +4 -4
  1067. package/notice-bubble/lib/cjs/utils.js +2 -2
  1068. package/notice-bubble/lib/es6/NoticeBubble.mjs +385 -0
  1069. package/notice-bubble/lib/es6/NoticeBubble.mjs.map +1 -0
  1070. package/notice-bubble/lib/es6/NoticeBubbleManager.mjs +121 -0
  1071. package/notice-bubble/lib/es6/NoticeBubbleManager.mjs.map +1 -0
  1072. package/notice-bubble/lib/es6/index.d.mjs +2 -0
  1073. package/notice-bubble/lib/es6/index.d.mjs.map +1 -0
  1074. package/notice-bubble/lib/es6/index.mjs +7 -0
  1075. package/notice-bubble/lib/es6/index.mjs.map +1 -0
  1076. package/notice-bubble/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
  1077. package/notice-bubble/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
  1078. package/notice-bubble/lib/es6/utils.mjs +42 -0
  1079. package/notice-bubble/lib/es6/utils.mjs.map +1 -0
  1080. package/notice-bubble/package.json +1 -1
  1081. package/notice-global/index.mjs +2 -2
  1082. package/notice-global/lib/cjs/NoticeGlobal.js +17 -17
  1083. package/notice-global/lib/es6/NoticeGlobal.mjs +130 -0
  1084. package/notice-global/lib/es6/NoticeGlobal.mjs.map +1 -0
  1085. package/notice-global/lib/es6/index.d.mjs +2 -0
  1086. package/notice-global/lib/es6/index.d.mjs.map +1 -0
  1087. package/notice-global/lib/es6/index.mjs +2 -0
  1088. package/notice-global/lib/es6/index.mjs.map +1 -0
  1089. package/notice-global/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
  1090. package/notice-global/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
  1091. package/notice-global/package.json +1 -1
  1092. package/outside-click/index.mjs +2 -2
  1093. package/outside-click/lib/cjs/OutsideClick.js +2 -2
  1094. package/outside-click/lib/es6/OutsideClick.mjs +91 -0
  1095. package/outside-click/lib/es6/OutsideClick.mjs.map +1 -0
  1096. package/outside-click/lib/es6/index.mjs +3 -0
  1097. package/outside-click/lib/es6/index.mjs.map +1 -0
  1098. package/outside-click/package.json +1 -1
  1099. package/package.json +3 -1
  1100. package/pagination/index.mjs +2 -2
  1101. package/pagination/lib/cjs/Pagination.js +18 -18
  1102. package/pagination/lib/es6/Pagination.mjs +443 -0
  1103. package/pagination/lib/es6/Pagination.mjs.map +1 -0
  1104. package/pagination/lib/es6/index.d.mjs +2 -0
  1105. package/pagination/lib/es6/index.d.mjs.map +1 -0
  1106. package/pagination/lib/es6/index.mjs +2 -0
  1107. package/pagination/lib/es6/index.mjs.map +1 -0
  1108. package/pagination/lib/es6/translations/__intergalactic-dynamic-locales.mjs +33 -0
  1109. package/pagination/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
  1110. package/pagination/package.json +1 -1
  1111. package/pills/index.mjs +2 -2
  1112. package/pills/lib/cjs/Pills.js +20 -20
  1113. package/pills/lib/es6/Pills.mjs +215 -0
  1114. package/pills/lib/es6/Pills.mjs.map +1 -0
  1115. package/pills/lib/es6/index.d.mjs +2 -0
  1116. package/pills/lib/es6/index.d.mjs.map +1 -0
  1117. package/pills/lib/es6/index.mjs +3 -0
  1118. package/pills/lib/es6/index.mjs.map +1 -0
  1119. package/pills/package.json +1 -1
  1120. package/popper/index.d.ts +3 -1
  1121. package/popper/index.mjs +2 -2
  1122. package/popper/lib/cjs/Popper.js +27 -17
  1123. package/popper/lib/cjs/Popper.js.map +1 -1
  1124. package/popper/lib/cjs/arrowOffset.js +1 -1
  1125. package/popper/lib/cjs/createPopper.js +3 -1
  1126. package/popper/lib/cjs/createPopper.js.map +1 -1
  1127. package/popper/lib/cjs/index.d.js.map +1 -1
  1128. package/popper/lib/cjs/modifiers/applyMaxSize.js +34 -0
  1129. package/popper/lib/cjs/modifiers/applyMaxSize.js.map +1 -0
  1130. package/popper/lib/cjs/style/popper.shadow.css +1 -1
  1131. package/popper/lib/es6/Popper.mjs +676 -0
  1132. package/popper/lib/es6/Popper.mjs.map +1 -0
  1133. package/popper/lib/es6/arrowOffset.mjs +58 -0
  1134. package/popper/lib/es6/arrowOffset.mjs.map +1 -0
  1135. package/popper/lib/es6/createPopper.mjs +10 -0
  1136. package/popper/lib/es6/createPopper.mjs.map +1 -0
  1137. package/popper/lib/es6/index.d.mjs +2 -0
  1138. package/popper/lib/es6/index.d.mjs.map +1 -0
  1139. package/popper/lib/es6/index.mjs +2 -0
  1140. package/popper/lib/es6/index.mjs.map +1 -0
  1141. package/popper/lib/es6/modifiers/applyMaxSize.mjs +26 -0
  1142. package/popper/lib/es6/modifiers/applyMaxSize.mjs.map +1 -0
  1143. package/popper/lib/es6/modifiers/cursorAnchoring.mjs +52 -0
  1144. package/popper/lib/es6/modifiers/cursorAnchoring.mjs.map +1 -0
  1145. package/popper/lib/es6/style/popper.shadow.css +1 -1
  1146. package/popper/lib/es6/utils/getOffsetParent.mjs +52 -0
  1147. package/popper/lib/es6/utils/getOffsetParent.mjs.map +1 -0
  1148. package/popper/lib/types/index.d.ts +3 -1
  1149. package/popper/package.json +1 -1
  1150. package/portal/index.mjs +2 -2
  1151. package/portal/lib/cjs/Portal.js +1 -1
  1152. package/portal/lib/es6/Portal.mjs +39 -0
  1153. package/portal/lib/es6/Portal.mjs.map +1 -0
  1154. package/portal/lib/es6/index.mjs +3 -0
  1155. package/portal/lib/es6/index.mjs.map +1 -0
  1156. package/portal/package.json +1 -1
  1157. package/product-head/index.mjs +2 -2
  1158. package/product-head/lib/cjs/Info.js +10 -10
  1159. package/product-head/lib/cjs/ProductHead.js +11 -11
  1160. package/product-head/lib/cjs/Title.js +10 -10
  1161. package/product-head/lib/es6/Info.mjs +63 -0
  1162. package/product-head/lib/es6/Info.mjs.map +1 -0
  1163. package/product-head/lib/es6/ProductHead.mjs +66 -0
  1164. package/product-head/lib/es6/ProductHead.mjs.map +1 -0
  1165. package/product-head/lib/es6/Title.mjs +58 -0
  1166. package/product-head/lib/es6/Title.mjs.map +1 -0
  1167. package/product-head/lib/es6/index.mjs +6 -0
  1168. package/product-head/lib/es6/index.mjs.map +1 -0
  1169. package/product-head/package.json +1 -1
  1170. package/progress-bar/index.mjs +2 -2
  1171. package/progress-bar/lib/cjs/ProgressBar.js +21 -21
  1172. package/progress-bar/lib/es6/ProgressBar.mjs +113 -0
  1173. package/progress-bar/lib/es6/ProgressBar.mjs.map +1 -0
  1174. package/progress-bar/lib/es6/index.d.mjs +2 -0
  1175. package/progress-bar/lib/es6/index.d.mjs.map +1 -0
  1176. package/progress-bar/lib/es6/index.mjs +2 -0
  1177. package/progress-bar/lib/es6/index.mjs.map +1 -0
  1178. package/progress-bar/package.json +1 -1
  1179. package/radio/index.mjs +2 -2
  1180. package/radio/lib/cjs/Radio.js +25 -25
  1181. package/radio/lib/es6/Radio.mjs +384 -0
  1182. package/radio/lib/es6/Radio.mjs.map +1 -0
  1183. package/radio/lib/es6/index.d.mjs +2 -0
  1184. package/radio/lib/es6/index.d.mjs.map +1 -0
  1185. package/radio/lib/es6/index.mjs +3 -0
  1186. package/radio/lib/es6/index.mjs.map +1 -0
  1187. package/radio/package.json +1 -1
  1188. package/scroll-area/index.mjs +2 -2
  1189. package/scroll-area/lib/cjs/ScrollArea.js +30 -30
  1190. package/scroll-area/lib/cjs/ScrollBar.js +14 -14
  1191. package/scroll-area/lib/es6/ScrollArea.mjs +403 -0
  1192. package/scroll-area/lib/es6/ScrollArea.mjs.map +1 -0
  1193. package/scroll-area/lib/es6/ScrollBar.mjs +436 -0
  1194. package/scroll-area/lib/es6/ScrollBar.mjs.map +1 -0
  1195. package/scroll-area/lib/es6/index.d.mjs +2 -0
  1196. package/scroll-area/lib/es6/index.d.mjs.map +1 -0
  1197. package/scroll-area/lib/es6/index.mjs +4 -0
  1198. package/scroll-area/lib/es6/index.mjs.map +1 -0
  1199. package/scroll-area/package.json +1 -1
  1200. package/select/index.mjs +2 -2
  1201. package/select/lib/cjs/InputSearch.js +13 -13
  1202. package/select/lib/cjs/Select.js +20 -20
  1203. package/select/lib/es6/InputSearch.mjs +149 -0
  1204. package/select/lib/es6/InputSearch.mjs.map +1 -0
  1205. package/select/lib/es6/Select.mjs +429 -0
  1206. package/select/lib/es6/Select.mjs.map +1 -0
  1207. package/select/lib/es6/context.mjs +3 -0
  1208. package/select/lib/es6/context.mjs.map +1 -0
  1209. package/select/lib/es6/index.d.mjs +2 -0
  1210. package/select/lib/es6/index.d.mjs.map +1 -0
  1211. package/select/lib/es6/index.mjs +4 -0
  1212. package/select/lib/es6/index.mjs.map +1 -0
  1213. package/select/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
  1214. package/select/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
  1215. package/select/package.json +1 -1
  1216. package/side-panel/index.mjs +2 -2
  1217. package/side-panel/lib/cjs/SidePanel.js +23 -23
  1218. package/side-panel/lib/es6/SidePanel.mjs +289 -0
  1219. package/side-panel/lib/es6/SidePanel.mjs.map +1 -0
  1220. package/side-panel/lib/es6/index.d.mjs +2 -0
  1221. package/side-panel/lib/es6/index.d.mjs.map +1 -0
  1222. package/side-panel/lib/es6/index.mjs +2 -0
  1223. package/side-panel/lib/es6/index.mjs.map +1 -0
  1224. package/side-panel/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
  1225. package/side-panel/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
  1226. package/side-panel/package.json +1 -1
  1227. package/skeleton/index.mjs +2 -2
  1228. package/skeleton/lib/cjs/Charts/Area.js +10 -10
  1229. package/skeleton/lib/cjs/Charts/Bar.js +10 -10
  1230. package/skeleton/lib/cjs/Charts/Bubble.js +10 -10
  1231. package/skeleton/lib/cjs/Charts/CompactHorizontalBar.js +10 -10
  1232. package/skeleton/lib/cjs/Charts/Donut.js +10 -10
  1233. package/skeleton/lib/cjs/Charts/Histogram.js +10 -10
  1234. package/skeleton/lib/cjs/Charts/Line.js +10 -10
  1235. package/skeleton/lib/cjs/Charts/RadialTree.js +10 -10
  1236. package/skeleton/lib/cjs/Charts/ScatterPlot.js +10 -10
  1237. package/skeleton/lib/cjs/Charts/Venn.js +10 -10
  1238. package/skeleton/lib/cjs/Skeleton.js +17 -17
  1239. package/skeleton/lib/es6/Charts/Area.mjs +37 -0
  1240. package/skeleton/lib/es6/Charts/Area.mjs.map +1 -0
  1241. package/skeleton/lib/es6/Charts/Bar.mjs +47 -0
  1242. package/skeleton/lib/es6/Charts/Bar.mjs.map +1 -0
  1243. package/skeleton/lib/es6/Charts/Bubble.mjs +31 -0
  1244. package/skeleton/lib/es6/Charts/Bubble.mjs.map +1 -0
  1245. package/skeleton/lib/es6/Charts/CompactHorizontalBar.mjs +31 -0
  1246. package/skeleton/lib/es6/Charts/CompactHorizontalBar.mjs.map +1 -0
  1247. package/skeleton/lib/es6/Charts/Donut.mjs +41 -0
  1248. package/skeleton/lib/es6/Charts/Donut.mjs.map +1 -0
  1249. package/skeleton/lib/es6/Charts/Histogram.mjs +47 -0
  1250. package/skeleton/lib/es6/Charts/Histogram.mjs.map +1 -0
  1251. package/skeleton/lib/es6/Charts/Line.mjs +37 -0
  1252. package/skeleton/lib/es6/Charts/Line.mjs.map +1 -0
  1253. package/skeleton/lib/es6/Charts/RadialTree.mjs +31 -0
  1254. package/skeleton/lib/es6/Charts/RadialTree.mjs.map +1 -0
  1255. package/skeleton/lib/es6/Charts/ScatterPlot.mjs +31 -0
  1256. package/skeleton/lib/es6/Charts/ScatterPlot.mjs.map +1 -0
  1257. package/skeleton/lib/es6/Charts/Venn.mjs +31 -0
  1258. package/skeleton/lib/es6/Charts/Venn.mjs.map +1 -0
  1259. package/skeleton/lib/es6/Charts/index.mjs +11 -0
  1260. package/skeleton/lib/es6/Charts/index.mjs.map +1 -0
  1261. package/skeleton/lib/es6/Skeleton.d.mjs +2 -0
  1262. package/skeleton/lib/es6/Skeleton.d.mjs.map +1 -0
  1263. package/skeleton/lib/es6/Skeleton.mjs +191 -0
  1264. package/skeleton/lib/es6/Skeleton.mjs.map +1 -0
  1265. package/skeleton/lib/es6/index.d.mjs +2 -0
  1266. package/skeleton/lib/es6/index.d.mjs.map +1 -0
  1267. package/skeleton/lib/es6/index.mjs +3 -0
  1268. package/skeleton/lib/es6/index.mjs.map +1 -0
  1269. package/skeleton/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
  1270. package/skeleton/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
  1271. package/skeleton/package.json +1 -1
  1272. package/slider/index.mjs +2 -2
  1273. package/slider/lib/cjs/Slider.js +15 -15
  1274. package/slider/lib/es6/Slider.mjs +315 -0
  1275. package/slider/lib/es6/Slider.mjs.map +1 -0
  1276. package/slider/lib/es6/index.d.mjs +2 -0
  1277. package/slider/lib/es6/index.d.mjs.map +1 -0
  1278. package/slider/lib/es6/index.mjs +3 -0
  1279. package/slider/lib/es6/index.mjs.map +1 -0
  1280. package/slider/package.json +1 -1
  1281. package/spin/index.mjs +2 -2
  1282. package/spin/lib/cjs/Spin.js +19 -19
  1283. package/spin/lib/es6/Spin.mjs +70 -0
  1284. package/spin/lib/es6/Spin.mjs.map +1 -0
  1285. package/spin/lib/es6/index.d.mjs +2 -0
  1286. package/spin/lib/es6/index.d.mjs.map +1 -0
  1287. package/spin/lib/es6/index.mjs +2 -0
  1288. package/spin/lib/es6/index.mjs.map +1 -0
  1289. package/spin/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
  1290. package/spin/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
  1291. package/spin/package.json +1 -1
  1292. package/spin-container/index.mjs +2 -2
  1293. package/spin-container/lib/cjs/SpinContainer.js +48 -18
  1294. package/spin-container/lib/cjs/SpinContainer.js.map +1 -1
  1295. package/spin-container/lib/es6/SpinContainer.mjs +173 -0
  1296. package/spin-container/lib/es6/SpinContainer.mjs.map +1 -0
  1297. package/spin-container/lib/es6/index.d.mjs +2 -0
  1298. package/spin-container/lib/es6/index.d.mjs.map +1 -0
  1299. package/spin-container/lib/es6/index.mjs +2 -0
  1300. package/spin-container/lib/es6/index.mjs.map +1 -0
  1301. package/spin-container/package.json +1 -1
  1302. package/sticky/index.mjs +2 -2
  1303. package/sticky/lib/cjs/Sticky.js +8 -8
  1304. package/sticky/lib/es6/Sticky.mjs +46 -0
  1305. package/sticky/lib/es6/Sticky.mjs.map +1 -0
  1306. package/sticky/lib/es6/index.mjs +3 -0
  1307. package/sticky/lib/es6/index.mjs.map +1 -0
  1308. package/sticky/package.json +1 -1
  1309. package/stylelint-plugin/index.mjs +1 -1
  1310. package/stylelint-plugin/lib/cjs/index.js +2 -2
  1311. package/stylelint-plugin/lib/es6/index.mjs +99 -0
  1312. package/stylelint-plugin/lib/es6/index.mjs.map +1 -0
  1313. package/stylelint-plugin/package.json +1 -1
  1314. package/switch/index.mjs +2 -2
  1315. package/switch/lib/cjs/Switch.js +30 -30
  1316. package/switch/lib/es6/Switch.mjs +268 -0
  1317. package/switch/lib/es6/Switch.mjs.map +1 -0
  1318. package/switch/lib/es6/index.d.mjs +3 -0
  1319. package/switch/lib/es6/index.d.mjs.map +1 -0
  1320. package/switch/lib/es6/index.mjs +3 -0
  1321. package/switch/lib/es6/index.mjs.map +1 -0
  1322. package/switch/package.json +1 -1
  1323. package/tab-line/index.mjs +2 -2
  1324. package/tab-line/lib/cjs/TabLine.js +20 -20
  1325. package/tab-line/lib/es6/TabLine.mjs +259 -0
  1326. package/tab-line/lib/es6/TabLine.mjs.map +1 -0
  1327. package/tab-line/lib/es6/index.d.mjs +2 -0
  1328. package/tab-line/lib/es6/index.d.mjs.map +1 -0
  1329. package/tab-line/lib/es6/index.mjs +3 -0
  1330. package/tab-line/lib/es6/index.mjs.map +1 -0
  1331. package/tab-line/package.json +1 -1
  1332. package/tab-panel/index.mjs +2 -2
  1333. package/tab-panel/lib/cjs/TabPanel.js +15 -15
  1334. package/tab-panel/lib/es6/TabPanel.mjs +153 -0
  1335. package/tab-panel/lib/es6/TabPanel.mjs.map +1 -0
  1336. package/tab-panel/lib/es6/index.d.mjs +2 -0
  1337. package/tab-panel/lib/es6/index.d.mjs.map +1 -0
  1338. package/tab-panel/lib/es6/index.mjs +3 -0
  1339. package/tab-panel/lib/es6/index.mjs.map +1 -0
  1340. package/tab-panel/package.json +1 -1
  1341. package/tag/index.mjs +2 -2
  1342. package/tag/lib/cjs/Tag.js +30 -30
  1343. package/tag/lib/es6/Tag.mjs +455 -0
  1344. package/tag/lib/es6/Tag.mjs.map +1 -0
  1345. package/tag/lib/es6/index.d.mjs +2 -0
  1346. package/tag/lib/es6/index.d.mjs.map +1 -0
  1347. package/tag/lib/es6/index.mjs +2 -0
  1348. package/tag/lib/es6/index.mjs.map +1 -0
  1349. package/tag/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
  1350. package/tag/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
  1351. package/tag/package.json +1 -1
  1352. package/textarea/index.mjs +2 -2
  1353. package/textarea/lib/cjs/Textarea.js +15 -15
  1354. package/textarea/lib/es6/Textarea.mjs +154 -0
  1355. package/textarea/lib/es6/Textarea.mjs.map +1 -0
  1356. package/textarea/lib/es6/index.d.mjs +2 -0
  1357. package/textarea/lib/es6/index.d.mjs.map +1 -0
  1358. package/textarea/lib/es6/index.mjs +2 -0
  1359. package/textarea/lib/es6/index.mjs.map +1 -0
  1360. package/textarea/package.json +1 -1
  1361. package/time-picker/index.mjs +2 -2
  1362. package/time-picker/lib/cjs/PickerFormat.js +7 -7
  1363. package/time-picker/lib/cjs/PickerInput.js +10 -9
  1364. package/time-picker/lib/cjs/PickerInput.js.map +1 -1
  1365. package/time-picker/lib/cjs/TimePicker.js +20 -20
  1366. package/time-picker/lib/es6/PickerFormat.mjs +79 -0
  1367. package/time-picker/lib/es6/PickerFormat.mjs.map +1 -0
  1368. package/time-picker/lib/es6/PickerInput.mjs +288 -0
  1369. package/time-picker/lib/es6/PickerInput.mjs.map +1 -0
  1370. package/time-picker/lib/es6/TimePicker.mjs +346 -0
  1371. package/time-picker/lib/es6/TimePicker.mjs.map +1 -0
  1372. package/time-picker/lib/es6/index.d.mjs +2 -0
  1373. package/time-picker/lib/es6/index.d.mjs.map +1 -0
  1374. package/time-picker/lib/es6/index.mjs +3 -0
  1375. package/time-picker/lib/es6/index.mjs.map +1 -0
  1376. package/time-picker/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
  1377. package/time-picker/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
  1378. package/time-picker/package.json +1 -1
  1379. package/tooltip/index.mjs +2 -2
  1380. package/tooltip/lib/cjs/Tooltip.js +19 -19
  1381. package/tooltip/lib/es6/Tooltip.mjs +315 -0
  1382. package/tooltip/lib/es6/Tooltip.mjs.map +1 -0
  1383. package/tooltip/lib/es6/index.d.mjs +2 -0
  1384. package/tooltip/lib/es6/index.d.mjs.map +1 -0
  1385. package/tooltip/lib/es6/index.mjs +2 -0
  1386. package/tooltip/lib/es6/index.mjs.map +1 -0
  1387. package/tooltip/package.json +1 -1
  1388. package/typography/index.mjs +1 -1
  1389. package/typography/lib/cjs/Blockquote.js +5 -5
  1390. package/typography/lib/cjs/Hint.js +13 -13
  1391. package/typography/lib/cjs/List.js +11 -11
  1392. package/typography/lib/cjs/Text.js +35 -35
  1393. package/typography/lib/es6/Blockquote.mjs +29 -0
  1394. package/typography/lib/es6/Blockquote.mjs.map +1 -0
  1395. package/typography/lib/es6/Hint.mjs +81 -0
  1396. package/typography/lib/es6/Hint.mjs.map +1 -0
  1397. package/typography/lib/es6/List.mjs +108 -0
  1398. package/typography/lib/es6/List.mjs.map +1 -0
  1399. package/typography/lib/es6/Text.mjs +71 -0
  1400. package/typography/lib/es6/Text.mjs.map +1 -0
  1401. package/typography/lib/es6/index.d.mjs +2 -0
  1402. package/typography/lib/es6/index.d.mjs.map +1 -0
  1403. package/typography/lib/es6/index.mjs +5 -0
  1404. package/typography/lib/es6/index.mjs.map +1 -0
  1405. package/typography/package.json +1 -1
  1406. package/utils/lib/CSSinJS.js +1 -1
  1407. package/utils/lib/CSSinJS.mjs +1 -1
  1408. package/utils/lib/ScreenReaderOnly.js +1 -1
  1409. package/utils/lib/ScreenReaderOnly.mjs +1 -1
  1410. package/utils/lib/ThemeProvider.js +4 -4
  1411. package/utils/lib/ThemeProvider.mjs +4 -4
  1412. package/utils/lib/addonTextChildren.js +1 -1
  1413. package/utils/lib/addonTextChildren.mjs +1 -1
  1414. package/utils/lib/assignProps.js +1 -1
  1415. package/utils/lib/assignProps.mjs +1 -1
  1416. package/utils/lib/color.js +2 -2
  1417. package/utils/lib/color.mjs +2 -2
  1418. package/utils/lib/components/invalid-state-pattern/InvalidStatePattern.js +2 -2
  1419. package/utils/lib/components/invalid-state-pattern/InvalidStatePattern.mjs +2 -2
  1420. package/utils/lib/core/enhancement/Children.js +4 -4
  1421. package/utils/lib/core/enhancement/Children.mjs +4 -4
  1422. package/utils/lib/core/enhancement/Root.js +3 -3
  1423. package/utils/lib/core/enhancement/Root.mjs +3 -3
  1424. package/utils/lib/core/enhancement/dataName.js +1 -1
  1425. package/utils/lib/core/enhancement/dataName.mjs +1 -1
  1426. package/utils/lib/core/enhancement/hoistProps.js +4 -4
  1427. package/utils/lib/core/enhancement/hoistProps.mjs +4 -4
  1428. package/utils/lib/core/enhancement/i18n.js +2 -2
  1429. package/utils/lib/core/enhancement/i18n.mjs +2 -2
  1430. package/utils/lib/core/enhancement/inheritedName.js +2 -2
  1431. package/utils/lib/core/enhancement/inheritedName.mjs +2 -2
  1432. package/utils/lib/core/enhancement/staticChildren.js +3 -3
  1433. package/utils/lib/core/enhancement/staticChildren.mjs +3 -3
  1434. package/utils/lib/core/enhancement/style.js +3 -3
  1435. package/utils/lib/core/enhancement/style.mjs +3 -3
  1436. package/utils/lib/core/enhancement/uncontrolledProps.js +7 -7
  1437. package/utils/lib/core/enhancement/uncontrolledProps.mjs +7 -7
  1438. package/utils/lib/core/index.js +12 -12
  1439. package/utils/lib/core/index.mjs +12 -12
  1440. package/utils/lib/core/register.js +3 -3
  1441. package/utils/lib/core/register.mjs +3 -3
  1442. package/utils/lib/core/styled/index.d.ts +1 -6
  1443. package/utils/lib/core/styled/index.js +4 -30
  1444. package/utils/lib/core/styled/index.js.map +1 -1
  1445. package/utils/lib/core/styled/index.mjs +2 -6
  1446. package/utils/lib/core/styled/index.mjs.map +1 -1
  1447. package/utils/lib/core/styled/reshadow-core.d.ts +37 -0
  1448. package/utils/lib/core/styled/reshadow-core.js +256 -0
  1449. package/utils/lib/core/styled/reshadow-core.js.map +1 -0
  1450. package/utils/lib/core/styled/reshadow-core.mjs +243 -0
  1451. package/utils/lib/core/styled/reshadow-core.mjs.map +1 -0
  1452. package/utils/lib/core/styled/sstyled.d.ts +1 -1
  1453. package/utils/lib/core/styled/sstyled.js +4 -7
  1454. package/utils/lib/core/styled/sstyled.js.map +1 -1
  1455. package/utils/lib/core/styled/sstyled.mjs +4 -6
  1456. package/utils/lib/core/styled/sstyled.mjs.map +1 -1
  1457. package/utils/lib/core/types/Component.js +6 -6
  1458. package/utils/lib/core/types/Component.mjs +6 -6
  1459. package/utils/lib/createHoc.js +8 -8
  1460. package/utils/lib/createHoc.mjs +8 -8
  1461. package/utils/lib/enhances/WithAutoFocus.js +6 -6
  1462. package/utils/lib/enhances/WithAutoFocus.mjs +6 -6
  1463. package/utils/lib/enhances/WithCSS.js +6 -6
  1464. package/utils/lib/enhances/WithCSS.mjs +6 -6
  1465. package/utils/lib/enhances/WithI18n.js +21 -11
  1466. package/utils/lib/enhances/WithI18n.js.map +1 -1
  1467. package/utils/lib/enhances/WithI18n.mjs +22 -12
  1468. package/utils/lib/enhances/WithI18n.mjs.map +1 -1
  1469. package/utils/lib/enhances/WithKeyboardFocus.js +6 -6
  1470. package/utils/lib/enhances/WithKeyboardFocus.mjs +6 -6
  1471. package/utils/lib/enhances/WithRef.js +1 -1
  1472. package/utils/lib/enhances/WithRef.mjs +1 -1
  1473. package/utils/lib/enhances/a11yEnhance.js +2 -2
  1474. package/utils/lib/enhances/a11yEnhance.mjs +2 -2
  1475. package/utils/lib/enhances/animatedSizeEnhance.js +3 -3
  1476. package/utils/lib/enhances/animatedSizeEnhance.mjs +3 -3
  1477. package/utils/lib/enhances/autoFocusEnhance.js +2 -2
  1478. package/utils/lib/enhances/autoFocusEnhance.mjs +2 -2
  1479. package/utils/lib/enhances/contextEnhance.js +4 -4
  1480. package/utils/lib/enhances/contextEnhance.mjs +4 -4
  1481. package/utils/lib/enhances/i18nEnhance.d.ts +0 -1
  1482. package/utils/lib/enhances/i18nEnhance.js +7 -39
  1483. package/utils/lib/enhances/i18nEnhance.js.map +1 -1
  1484. package/utils/lib/enhances/i18nEnhance.mjs +6 -36
  1485. package/utils/lib/enhances/i18nEnhance.mjs.map +1 -1
  1486. package/utils/lib/enhances/keyboardFocusEnhance.js +1 -1
  1487. package/utils/lib/enhances/keyboardFocusEnhance.mjs +1 -1
  1488. package/utils/lib/eventEmitter.js +3 -3
  1489. package/utils/lib/eventEmitter.mjs +3 -3
  1490. package/utils/lib/focus-lock/isFocusable.js +1 -1
  1491. package/utils/lib/focus-lock/isFocusable.mjs +1 -1
  1492. package/utils/lib/getAccessibleName.js +1 -1
  1493. package/utils/lib/getAccessibleName.mjs +1 -1
  1494. package/utils/lib/getEventTarget.js +1 -1
  1495. package/utils/lib/getEventTarget.mjs +1 -1
  1496. package/utils/lib/hasLabels.js +1 -1
  1497. package/utils/lib/hasLabels.mjs +1 -1
  1498. package/utils/lib/if.d.ts +1 -1
  1499. package/utils/lib/if.js.map +1 -1
  1500. package/utils/lib/if.mjs.map +1 -1
  1501. package/utils/lib/injectStyle.js +2 -2
  1502. package/utils/lib/injectStyle.mjs +2 -2
  1503. package/utils/lib/inputProps.js +1 -1
  1504. package/utils/lib/inputProps.js.map +1 -1
  1505. package/utils/lib/inputProps.mjs +1 -1
  1506. package/utils/lib/inputProps.mjs.map +1 -1
  1507. package/utils/lib/isNode.js +1 -1
  1508. package/utils/lib/isNode.mjs +1 -1
  1509. package/utils/lib/logger.js +3 -3
  1510. package/utils/lib/logger.mjs +3 -3
  1511. package/utils/lib/propsForElement.js +1 -1
  1512. package/utils/lib/propsForElement.mjs +1 -1
  1513. package/utils/lib/ref.js +2 -2
  1514. package/utils/lib/ref.mjs +2 -2
  1515. package/utils/lib/syncScroll.js +1 -1
  1516. package/utils/lib/syncScroll.mjs +1 -1
  1517. package/utils/lib/uncontroll.js +1 -1
  1518. package/utils/lib/uncontroll.mjs +1 -1
  1519. package/utils/lib/uniqueID.js +2 -2
  1520. package/utils/lib/uniqueID.mjs +2 -2
  1521. package/utils/lib/use/useFocusLock.js +2 -2
  1522. package/utils/lib/use/useFocusLock.mjs +2 -2
  1523. package/utils/lib/useCssVariable.js +3 -3
  1524. package/utils/lib/useCssVariable.mjs +3 -3
  1525. package/utils/lib/zIndexStacking.js +3 -3
  1526. package/utils/lib/zIndexStacking.mjs +3 -3
  1527. package/widget-empty/index.mjs +2 -2
  1528. package/widget-empty/lib/cjs/Error/index.js +5 -5
  1529. package/widget-empty/lib/cjs/NoData/index.js +5 -5
  1530. package/widget-empty/lib/cjs/WidgetEmpty.js +11 -11
  1531. package/widget-empty/lib/es6/Error/index.mjs +41 -0
  1532. package/widget-empty/lib/es6/Error/index.mjs.map +1 -0
  1533. package/widget-empty/lib/es6/Error/translations/__intergalactic-dynamic-locales.mjs +33 -0
  1534. package/widget-empty/lib/es6/Error/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
  1535. package/widget-empty/lib/es6/NoData/index.mjs +43 -0
  1536. package/widget-empty/lib/es6/NoData/index.mjs.map +1 -0
  1537. package/widget-empty/lib/es6/NoData/translations/__intergalactic-dynamic-locales.mjs +33 -0
  1538. package/widget-empty/lib/es6/NoData/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
  1539. package/widget-empty/lib/es6/WidgetEmpty.mjs +76 -0
  1540. package/widget-empty/lib/es6/WidgetEmpty.mjs.map +1 -0
  1541. package/widget-empty/lib/es6/index.d.mjs +2 -0
  1542. package/widget-empty/lib/es6/index.d.mjs.map +1 -0
  1543. package/widget-empty/lib/es6/index.mjs +5 -0
  1544. package/widget-empty/lib/es6/index.mjs.map +1 -0
  1545. package/widget-empty/package.json +1 -1
  1546. package/wizard/index.mjs +2 -2
  1547. package/wizard/lib/cjs/Wizard.js +19 -19
  1548. package/wizard/lib/es6/Wizard.mjs +350 -0
  1549. package/wizard/lib/es6/Wizard.mjs.map +1 -0
  1550. package/wizard/lib/es6/index.d.mjs +2 -0
  1551. package/wizard/lib/es6/index.d.mjs.map +1 -0
  1552. package/wizard/lib/es6/index.mjs +3 -0
  1553. package/wizard/lib/es6/index.mjs.map +1 -0
  1554. package/wizard/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
  1555. package/wizard/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
  1556. package/wizard/package.json +1 -1
  1557. package/accordion/lib/es6/Accordion.js +0 -276
  1558. package/accordion/lib/es6/Accordion.js.map +0 -1
  1559. package/accordion/lib/es6/index.d.js +0 -2
  1560. package/accordion/lib/es6/index.d.js.map +0 -1
  1561. package/accordion/lib/es6/index.js +0 -3
  1562. package/accordion/lib/es6/index.js.map +0 -1
  1563. package/animation/lib/es6/Animation.js +0 -185
  1564. package/animation/lib/es6/Animation.js.map +0 -1
  1565. package/animation/lib/es6/Collapse.js +0 -99
  1566. package/animation/lib/es6/Collapse.js.map +0 -1
  1567. package/animation/lib/es6/FadeInOut.js +0 -46
  1568. package/animation/lib/es6/FadeInOut.js.map +0 -1
  1569. package/animation/lib/es6/Scale.js +0 -73
  1570. package/animation/lib/es6/Scale.js.map +0 -1
  1571. package/animation/lib/es6/Slide.js +0 -46
  1572. package/animation/lib/es6/Slide.js.map +0 -1
  1573. package/animation/lib/es6/Transform.js +0 -53
  1574. package/animation/lib/es6/Transform.js.map +0 -1
  1575. package/animation/lib/es6/index.d.js +0 -2
  1576. package/animation/lib/es6/index.d.js.map +0 -1
  1577. package/animation/lib/es6/index.js +0 -7
  1578. package/animation/lib/es6/index.js.map +0 -1
  1579. package/badge/lib/es6/Badge.js +0 -56
  1580. package/badge/lib/es6/Badge.js.map +0 -1
  1581. package/badge/lib/es6/index.d.js +0 -2
  1582. package/badge/lib/es6/index.d.js.map +0 -1
  1583. package/badge/lib/es6/index.js +0 -2
  1584. package/badge/lib/es6/index.js.map +0 -1
  1585. package/base-trigger/lib/es6/BaseTrigger.js +0 -133
  1586. package/base-trigger/lib/es6/BaseTrigger.js.map +0 -1
  1587. package/base-trigger/lib/es6/ButtonTrigger.js +0 -84
  1588. package/base-trigger/lib/es6/ButtonTrigger.js.map +0 -1
  1589. package/base-trigger/lib/es6/FilterTrigger.js +0 -260
  1590. package/base-trigger/lib/es6/FilterTrigger.js.map +0 -1
  1591. package/base-trigger/lib/es6/LinkTrigger.js +0 -110
  1592. package/base-trigger/lib/es6/LinkTrigger.js.map +0 -1
  1593. package/base-trigger/lib/es6/index.d.js +0 -2
  1594. package/base-trigger/lib/es6/index.d.js.map +0 -1
  1595. package/base-trigger/lib/es6/index.js +0 -5
  1596. package/base-trigger/lib/es6/index.js.map +0 -1
  1597. package/base-trigger/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
  1598. package/base-trigger/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
  1599. package/breadcrumbs/lib/es6/Breadcrumbs.js +0 -115
  1600. package/breadcrumbs/lib/es6/Breadcrumbs.js.map +0 -1
  1601. package/breadcrumbs/lib/es6/index.d.js +0 -2
  1602. package/breadcrumbs/lib/es6/index.d.js.map +0 -1
  1603. package/breadcrumbs/lib/es6/index.js +0 -2
  1604. package/breadcrumbs/lib/es6/index.js.map +0 -1
  1605. package/breadcrumbs/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
  1606. package/breadcrumbs/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
  1607. package/breakpoints/lib/es6/Breakpoints.js +0 -85
  1608. package/breakpoints/lib/es6/Breakpoints.js.map +0 -1
  1609. package/breakpoints/lib/es6/index.d.js +0 -2
  1610. package/breakpoints/lib/es6/index.d.js.map +0 -1
  1611. package/breakpoints/lib/es6/index.js +0 -3
  1612. package/breakpoints/lib/es6/index.js.map +0 -1
  1613. package/button/lib/es6/component/AbstractButton/AbstractButton.js +0 -174
  1614. package/button/lib/es6/component/AbstractButton/AbstractButton.js.map +0 -1
  1615. package/button/lib/es6/component/AbstractButton/AbstractButton.type.js +0 -2
  1616. package/button/lib/es6/component/AbstractButton/AbstractButton.type.js.map +0 -1
  1617. package/button/lib/es6/component/AbstractButton/SpinButton.js +0 -21
  1618. package/button/lib/es6/component/AbstractButton/SpinButton.js.map +0 -1
  1619. package/button/lib/es6/component/Button/Button.js +0 -87
  1620. package/button/lib/es6/component/Button/Button.js.map +0 -1
  1621. package/button/lib/es6/component/Button/Button.type.js +0 -2
  1622. package/button/lib/es6/component/Button/Button.type.js.map +0 -1
  1623. package/button/lib/es6/component/ButtonLink/ButtonLink.js +0 -86
  1624. package/button/lib/es6/component/ButtonLink/ButtonLink.js.map +0 -1
  1625. package/button/lib/es6/component/ButtonLink/ButtonLink.type.js +0 -2
  1626. package/button/lib/es6/component/ButtonLink/ButtonLink.type.js.map +0 -1
  1627. package/button/lib/es6/index.js +0 -6
  1628. package/button/lib/es6/index.js.map +0 -1
  1629. package/card/lib/es6/Card.js +0 -107
  1630. package/card/lib/es6/Card.js.map +0 -1
  1631. package/card/lib/es6/index.d.js +0 -2
  1632. package/card/lib/es6/index.d.js.map +0 -1
  1633. package/card/lib/es6/index.js +0 -2
  1634. package/card/lib/es6/index.js.map +0 -1
  1635. package/carousel/lib/es6/Carousel.js +0 -760
  1636. package/carousel/lib/es6/Carousel.js.map +0 -1
  1637. package/carousel/lib/es6/Carousel.types.js +0 -2
  1638. package/carousel/lib/es6/Carousel.types.js.map +0 -1
  1639. package/carousel/lib/es6/index.js +0 -3
  1640. package/carousel/lib/es6/index.js.map +0 -1
  1641. package/carousel/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
  1642. package/carousel/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
  1643. package/checkbox/lib/es6/Checkbox.js +0 -314
  1644. package/checkbox/lib/es6/Checkbox.js.map +0 -1
  1645. package/checkbox/lib/es6/index.d.js +0 -2
  1646. package/checkbox/lib/es6/index.d.js.map +0 -1
  1647. package/checkbox/lib/es6/index.js +0 -3
  1648. package/checkbox/lib/es6/index.js.map +0 -1
  1649. package/color-picker/lib/es6/ColorPicker.js +0 -242
  1650. package/color-picker/lib/es6/ColorPicker.js.map +0 -1
  1651. package/color-picker/lib/es6/PaletteManager.js +0 -160
  1652. package/color-picker/lib/es6/PaletteManager.js.map +0 -1
  1653. package/color-picker/lib/es6/components/InputColor.js +0 -184
  1654. package/color-picker/lib/es6/components/InputColor.js.map +0 -1
  1655. package/color-picker/lib/es6/components/Item.js +0 -76
  1656. package/color-picker/lib/es6/components/Item.js.map +0 -1
  1657. package/color-picker/lib/es6/components/colors.js +0 -56
  1658. package/color-picker/lib/es6/components/colors.js.map +0 -1
  1659. package/color-picker/lib/es6/components/index.js +0 -4
  1660. package/color-picker/lib/es6/components/index.js.map +0 -1
  1661. package/color-picker/lib/es6/index.d.js +0 -2
  1662. package/color-picker/lib/es6/index.d.js.map +0 -1
  1663. package/color-picker/lib/es6/index.js +0 -3
  1664. package/color-picker/lib/es6/index.js.map +0 -1
  1665. package/color-picker/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
  1666. package/color-picker/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
  1667. package/core/lib/es6/index.js +0 -4
  1668. package/core/lib/es6/index.js.map +0 -1
  1669. package/counter/lib/es6/AnimatedNumber.js +0 -68
  1670. package/counter/lib/es6/AnimatedNumber.js.map +0 -1
  1671. package/counter/lib/es6/Counter.js +0 -62
  1672. package/counter/lib/es6/Counter.js.map +0 -1
  1673. package/counter/lib/es6/index.d.js +0 -2
  1674. package/counter/lib/es6/index.d.js.map +0 -1
  1675. package/counter/lib/es6/index.js +0 -2
  1676. package/counter/lib/es6/index.js.map +0 -1
  1677. package/d3-chart/lib/es6/AnimatedClipPath.js +0 -53
  1678. package/d3-chart/lib/es6/AnimatedClipPath.js.map +0 -1
  1679. package/d3-chart/lib/es6/Area.js +0 -235
  1680. package/d3-chart/lib/es6/Area.js.map +0 -1
  1681. package/d3-chart/lib/es6/Axis.js +0 -463
  1682. package/d3-chart/lib/es6/Axis.js.map +0 -1
  1683. package/d3-chart/lib/es6/Bar.js +0 -232
  1684. package/d3-chart/lib/es6/Bar.js.map +0 -1
  1685. package/d3-chart/lib/es6/Bubble.js +0 -245
  1686. package/d3-chart/lib/es6/Bubble.js.map +0 -1
  1687. package/d3-chart/lib/es6/CompactHorizontalBar.js +0 -591
  1688. package/d3-chart/lib/es6/CompactHorizontalBar.js.map +0 -1
  1689. package/d3-chart/lib/es6/Donut.js +0 -501
  1690. package/d3-chart/lib/es6/Donut.js.map +0 -1
  1691. package/d3-chart/lib/es6/Dots.js +0 -137
  1692. package/d3-chart/lib/es6/Dots.js.map +0 -1
  1693. package/d3-chart/lib/es6/GroupBar.js +0 -105
  1694. package/d3-chart/lib/es6/GroupBar.js.map +0 -1
  1695. package/d3-chart/lib/es6/HorizontalBar.js +0 -211
  1696. package/d3-chart/lib/es6/HorizontalBar.js.map +0 -1
  1697. package/d3-chart/lib/es6/Hover.js +0 -243
  1698. package/d3-chart/lib/es6/Hover.js.map +0 -1
  1699. package/d3-chart/lib/es6/Line.js +0 -248
  1700. package/d3-chart/lib/es6/Line.js.map +0 -1
  1701. package/d3-chart/lib/es6/Pattern.js +0 -534
  1702. package/d3-chart/lib/es6/Pattern.js.map +0 -1
  1703. package/d3-chart/lib/es6/Plot.js +0 -156
  1704. package/d3-chart/lib/es6/Plot.js.map +0 -1
  1705. package/d3-chart/lib/es6/Radar.js +0 -846
  1706. package/d3-chart/lib/es6/Radar.js.map +0 -1
  1707. package/d3-chart/lib/es6/RadialTree.js +0 -683
  1708. package/d3-chart/lib/es6/RadialTree.js.map +0 -1
  1709. package/d3-chart/lib/es6/Reference.js +0 -276
  1710. package/d3-chart/lib/es6/Reference.js.map +0 -1
  1711. package/d3-chart/lib/es6/ResponsiveContainer.js +0 -108
  1712. package/d3-chart/lib/es6/ResponsiveContainer.js.map +0 -1
  1713. package/d3-chart/lib/es6/ScatterPlot.js +0 -215
  1714. package/d3-chart/lib/es6/ScatterPlot.js.map +0 -1
  1715. package/d3-chart/lib/es6/StackBar.js +0 -198
  1716. package/d3-chart/lib/es6/StackBar.js.map +0 -1
  1717. package/d3-chart/lib/es6/StackedArea.js +0 -89
  1718. package/d3-chart/lib/es6/StackedArea.js.map +0 -1
  1719. package/d3-chart/lib/es6/Tooltip.js +0 -278
  1720. package/d3-chart/lib/es6/Tooltip.js.map +0 -1
  1721. package/d3-chart/lib/es6/Venn.js +0 -255
  1722. package/d3-chart/lib/es6/Venn.js.map +0 -1
  1723. package/d3-chart/lib/es6/a11y/DataAccessibilityTable.js +0 -108
  1724. package/d3-chart/lib/es6/a11y/DataAccessibilityTable.js.map +0 -1
  1725. package/d3-chart/lib/es6/a11y/PlotA11yModule.js +0 -126
  1726. package/d3-chart/lib/es6/a11y/PlotA11yModule.js.map +0 -1
  1727. package/d3-chart/lib/es6/a11y/PlotA11yView.js +0 -149
  1728. package/d3-chart/lib/es6/a11y/PlotA11yView.js.map +0 -1
  1729. package/d3-chart/lib/es6/a11y/bezier.js +0 -30
  1730. package/d3-chart/lib/es6/a11y/bezier.js.map +0 -1
  1731. package/d3-chart/lib/es6/a11y/focus.js +0 -42
  1732. package/d3-chart/lib/es6/a11y/focus.js.map +0 -1
  1733. package/d3-chart/lib/es6/a11y/hints.js +0 -118
  1734. package/d3-chart/lib/es6/a11y/hints.js.map +0 -1
  1735. package/d3-chart/lib/es6/a11y/insights.js +0 -715
  1736. package/d3-chart/lib/es6/a11y/insights.js.map +0 -1
  1737. package/d3-chart/lib/es6/a11y/intl.js +0 -15
  1738. package/d3-chart/lib/es6/a11y/intl.js.map +0 -1
  1739. package/d3-chart/lib/es6/a11y/locale.js +0 -41
  1740. package/d3-chart/lib/es6/a11y/locale.js.map +0 -1
  1741. package/d3-chart/lib/es6/a11y/serialize.js +0 -385
  1742. package/d3-chart/lib/es6/a11y/serialize.js.map +0 -1
  1743. package/d3-chart/lib/es6/a11y/summarize.js +0 -12
  1744. package/d3-chart/lib/es6/a11y/summarize.js.map +0 -1
  1745. package/d3-chart/lib/es6/a11y/translations/module/__intergalactic-dynamic-locales.js +0 -31
  1746. package/d3-chart/lib/es6/a11y/translations/module/__intergalactic-dynamic-locales.js.map +0 -1
  1747. package/d3-chart/lib/es6/a11y/translations/view/__intergalactic-dynamic-locales.js +0 -31
  1748. package/d3-chart/lib/es6/a11y/translations/view/__intergalactic-dynamic-locales.js.map +0 -1
  1749. package/d3-chart/lib/es6/color.js +0 -127
  1750. package/d3-chart/lib/es6/color.js.map +0 -1
  1751. package/d3-chart/lib/es6/component/Chart/AbstractChart.js +0 -452
  1752. package/d3-chart/lib/es6/component/Chart/AbstractChart.js.map +0 -1
  1753. package/d3-chart/lib/es6/component/Chart/AbstractChart.type.js +0 -2
  1754. package/d3-chart/lib/es6/component/Chart/AbstractChart.type.js.map +0 -1
  1755. package/d3-chart/lib/es6/component/Chart/AreaChart.js +0 -162
  1756. package/d3-chart/lib/es6/component/Chart/AreaChart.js.map +0 -1
  1757. package/d3-chart/lib/es6/component/Chart/AreaChart.type.js +0 -2
  1758. package/d3-chart/lib/es6/component/Chart/AreaChart.type.js.map +0 -1
  1759. package/d3-chart/lib/es6/component/Chart/BarChart.js +0 -272
  1760. package/d3-chart/lib/es6/component/Chart/BarChart.js.map +0 -1
  1761. package/d3-chart/lib/es6/component/Chart/BarChart.type.js +0 -2
  1762. package/d3-chart/lib/es6/component/Chart/BarChart.type.js.map +0 -1
  1763. package/d3-chart/lib/es6/component/Chart/BubbleChart.js +0 -146
  1764. package/d3-chart/lib/es6/component/Chart/BubbleChart.js.map +0 -1
  1765. package/d3-chart/lib/es6/component/Chart/BubbleChart.type.js +0 -2
  1766. package/d3-chart/lib/es6/component/Chart/BubbleChart.type.js.map +0 -1
  1767. package/d3-chart/lib/es6/component/Chart/CigaretteChart.js +0 -325
  1768. package/d3-chart/lib/es6/component/Chart/CigaretteChart.js.map +0 -1
  1769. package/d3-chart/lib/es6/component/Chart/CigaretteChart.type.js +0 -2
  1770. package/d3-chart/lib/es6/component/Chart/CigaretteChart.type.js.map +0 -1
  1771. package/d3-chart/lib/es6/component/Chart/CompactHorizontalBarChart.js +0 -128
  1772. package/d3-chart/lib/es6/component/Chart/CompactHorizontalBarChart.js.map +0 -1
  1773. package/d3-chart/lib/es6/component/Chart/CompactHorizontalBarChart.type.js +0 -2
  1774. package/d3-chart/lib/es6/component/Chart/CompactHorizontalBarChart.type.js.map +0 -1
  1775. package/d3-chart/lib/es6/component/Chart/DonutChart.js +0 -119
  1776. package/d3-chart/lib/es6/component/Chart/DonutChart.js.map +0 -1
  1777. package/d3-chart/lib/es6/component/Chart/DonutChart.type.js +0 -2
  1778. package/d3-chart/lib/es6/component/Chart/DonutChart.type.js.map +0 -1
  1779. package/d3-chart/lib/es6/component/Chart/HistogramChart.js +0 -191
  1780. package/d3-chart/lib/es6/component/Chart/HistogramChart.js.map +0 -1
  1781. package/d3-chart/lib/es6/component/Chart/HistogramChart.type.js +0 -2
  1782. package/d3-chart/lib/es6/component/Chart/HistogramChart.type.js.map +0 -1
  1783. package/d3-chart/lib/es6/component/Chart/LineChart.js +0 -149
  1784. package/d3-chart/lib/es6/component/Chart/LineChart.js.map +0 -1
  1785. package/d3-chart/lib/es6/component/Chart/LineChart.type.js +0 -2
  1786. package/d3-chart/lib/es6/component/Chart/LineChart.type.js.map +0 -1
  1787. package/d3-chart/lib/es6/component/Chart/RadarChart.js +0 -124
  1788. package/d3-chart/lib/es6/component/Chart/RadarChart.js.map +0 -1
  1789. package/d3-chart/lib/es6/component/Chart/RadarChart.type.js +0 -2
  1790. package/d3-chart/lib/es6/component/Chart/RadarChart.type.js.map +0 -1
  1791. package/d3-chart/lib/es6/component/Chart/ScatterPlotChart.js +0 -169
  1792. package/d3-chart/lib/es6/component/Chart/ScatterPlotChart.js.map +0 -1
  1793. package/d3-chart/lib/es6/component/Chart/ScatterPlotChart.type.js +0 -2
  1794. package/d3-chart/lib/es6/component/Chart/ScatterPlotChart.type.js.map +0 -1
  1795. package/d3-chart/lib/es6/component/Chart/VennChart.js +0 -144
  1796. package/d3-chart/lib/es6/component/Chart/VennChart.js.map +0 -1
  1797. package/d3-chart/lib/es6/component/Chart/VennChart.type.js +0 -2
  1798. package/d3-chart/lib/es6/component/Chart/VennChart.type.js.map +0 -1
  1799. package/d3-chart/lib/es6/component/Chart/index.js +0 -25
  1800. package/d3-chart/lib/es6/component/Chart/index.js.map +0 -1
  1801. package/d3-chart/lib/es6/component/ChartLegend/BaseLegend.js +0 -96
  1802. package/d3-chart/lib/es6/component/ChartLegend/BaseLegend.js.map +0 -1
  1803. package/d3-chart/lib/es6/component/ChartLegend/BaseLegend.type.js +0 -2
  1804. package/d3-chart/lib/es6/component/ChartLegend/BaseLegend.type.js.map +0 -1
  1805. package/d3-chart/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.js +0 -88
  1806. package/d3-chart/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.js.map +0 -1
  1807. package/d3-chart/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.type.js +0 -2
  1808. package/d3-chart/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.type.js.map +0 -1
  1809. package/d3-chart/lib/es6/component/ChartLegend/LegendItem/LegendItem.js +0 -275
  1810. package/d3-chart/lib/es6/component/ChartLegend/LegendItem/LegendItem.js.map +0 -1
  1811. package/d3-chart/lib/es6/component/ChartLegend/LegendItem/LegendItem.type.js +0 -6
  1812. package/d3-chart/lib/es6/component/ChartLegend/LegendItem/LegendItem.type.js.map +0 -1
  1813. package/d3-chart/lib/es6/component/ChartLegend/LegendTable/LegendTable.js +0 -94
  1814. package/d3-chart/lib/es6/component/ChartLegend/LegendTable/LegendTable.js.map +0 -1
  1815. package/d3-chart/lib/es6/component/ChartLegend/LegendTable/LegendTable.type.js +0 -2
  1816. package/d3-chart/lib/es6/component/ChartLegend/LegendTable/LegendTable.type.js.map +0 -1
  1817. package/d3-chart/lib/es6/component/ChartLegend/index.js +0 -5
  1818. package/d3-chart/lib/es6/component/ChartLegend/index.js.map +0 -1
  1819. package/d3-chart/lib/es6/component/Cigarette/Cigarette.js +0 -161
  1820. package/d3-chart/lib/es6/component/Cigarette/Cigarette.js.map +0 -1
  1821. package/d3-chart/lib/es6/component/StackGroupBar/StackGroupBar.js +0 -163
  1822. package/d3-chart/lib/es6/component/StackGroupBar/StackGroupBar.js.map +0 -1
  1823. package/d3-chart/lib/es6/component/StackGroupBar/StackGroupBar.type.js +0 -2
  1824. package/d3-chart/lib/es6/component/StackGroupBar/StackGroupBar.type.js.map +0 -1
  1825. package/d3-chart/lib/es6/createElement.d.js +0 -2
  1826. package/d3-chart/lib/es6/createElement.d.js.map +0 -1
  1827. package/d3-chart/lib/es6/createElement.js +0 -119
  1828. package/d3-chart/lib/es6/createElement.js.map +0 -1
  1829. package/d3-chart/lib/es6/index.js +0 -28
  1830. package/d3-chart/lib/es6/index.js.map +0 -1
  1831. package/d3-chart/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -29
  1832. package/d3-chart/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
  1833. package/d3-chart/lib/es6/types/Area.d.js +0 -2
  1834. package/d3-chart/lib/es6/types/Area.d.js.map +0 -1
  1835. package/d3-chart/lib/es6/types/Axis.d.js +0 -2
  1836. package/d3-chart/lib/es6/types/Axis.d.js.map +0 -1
  1837. package/d3-chart/lib/es6/types/Bar.d.js +0 -2
  1838. package/d3-chart/lib/es6/types/Bar.d.js.map +0 -1
  1839. package/d3-chart/lib/es6/types/Bubble.d.js +0 -2
  1840. package/d3-chart/lib/es6/types/Bubble.d.js.map +0 -1
  1841. package/d3-chart/lib/es6/types/ClipPath.d.js +0 -2
  1842. package/d3-chart/lib/es6/types/ClipPath.d.js.map +0 -1
  1843. package/d3-chart/lib/es6/types/CompactHorizontalBar.d.js +0 -2
  1844. package/d3-chart/lib/es6/types/CompactHorizontalBar.d.js.map +0 -1
  1845. package/d3-chart/lib/es6/types/Donut.d.js +0 -2
  1846. package/d3-chart/lib/es6/types/Donut.d.js.map +0 -1
  1847. package/d3-chart/lib/es6/types/GroupBar.d.js +0 -2
  1848. package/d3-chart/lib/es6/types/GroupBar.d.js.map +0 -1
  1849. package/d3-chart/lib/es6/types/HorizontalBar.d.js +0 -2
  1850. package/d3-chart/lib/es6/types/HorizontalBar.d.js.map +0 -1
  1851. package/d3-chart/lib/es6/types/Hover.d.js +0 -2
  1852. package/d3-chart/lib/es6/types/Hover.d.js.map +0 -1
  1853. package/d3-chart/lib/es6/types/Line.d.js +0 -2
  1854. package/d3-chart/lib/es6/types/Line.d.js.map +0 -1
  1855. package/d3-chart/lib/es6/types/Plot.d.js +0 -2
  1856. package/d3-chart/lib/es6/types/Plot.d.js.map +0 -1
  1857. package/d3-chart/lib/es6/types/Radar.d.js +0 -2
  1858. package/d3-chart/lib/es6/types/Radar.d.js.map +0 -1
  1859. package/d3-chart/lib/es6/types/Reference.d.js +0 -2
  1860. package/d3-chart/lib/es6/types/Reference.d.js.map +0 -1
  1861. package/d3-chart/lib/es6/types/ResponsiveContainer.d.js +0 -2
  1862. package/d3-chart/lib/es6/types/ResponsiveContainer.d.js.map +0 -1
  1863. package/d3-chart/lib/es6/types/ScatterPlot.d.js +0 -2
  1864. package/d3-chart/lib/es6/types/ScatterPlot.d.js.map +0 -1
  1865. package/d3-chart/lib/es6/types/StackBar.d.js +0 -2
  1866. package/d3-chart/lib/es6/types/StackBar.d.js.map +0 -1
  1867. package/d3-chart/lib/es6/types/StackedArea.d.js +0 -2
  1868. package/d3-chart/lib/es6/types/StackedArea.d.js.map +0 -1
  1869. package/d3-chart/lib/es6/types/Tooltip.d.js +0 -2
  1870. package/d3-chart/lib/es6/types/Tooltip.d.js.map +0 -1
  1871. package/d3-chart/lib/es6/types/Venn.d.js +0 -2
  1872. package/d3-chart/lib/es6/types/Venn.d.js.map +0 -1
  1873. package/d3-chart/lib/es6/types/context.d.js +0 -2
  1874. package/d3-chart/lib/es6/types/context.d.js.map +0 -1
  1875. package/d3-chart/lib/es6/types/index.d.js +0 -83
  1876. package/d3-chart/lib/es6/types/index.d.js.map +0 -1
  1877. package/d3-chart/lib/es6/utils.js +0 -259
  1878. package/d3-chart/lib/es6/utils.js.map +0 -1
  1879. package/data-table/lib/es6/Body.js +0 -467
  1880. package/data-table/lib/es6/Body.js.map +0 -1
  1881. package/data-table/lib/es6/DataTable.js +0 -617
  1882. package/data-table/lib/es6/DataTable.js.map +0 -1
  1883. package/data-table/lib/es6/Head.js +0 -390
  1884. package/data-table/lib/es6/Head.js.map +0 -1
  1885. package/data-table/lib/es6/index.js +0 -3
  1886. package/data-table/lib/es6/index.js.map +0 -1
  1887. package/data-table/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
  1888. package/data-table/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
  1889. package/data-table/lib/es6/types.js +0 -2
  1890. package/data-table/lib/es6/types.js.map +0 -1
  1891. package/data-table/lib/es6/utils.js +0 -48
  1892. package/data-table/lib/es6/utils.js.map +0 -1
  1893. package/date-picker/lib/es6/DatePicker.js +0 -177
  1894. package/date-picker/lib/es6/DatePicker.js.map +0 -1
  1895. package/date-picker/lib/es6/DateRangeComparator.js +0 -243
  1896. package/date-picker/lib/es6/DateRangeComparator.js.map +0 -1
  1897. package/date-picker/lib/es6/DateRangePicker.js +0 -129
  1898. package/date-picker/lib/es6/DateRangePicker.js.map +0 -1
  1899. package/date-picker/lib/es6/MonthDateRangeComparator.js +0 -282
  1900. package/date-picker/lib/es6/MonthDateRangeComparator.js.map +0 -1
  1901. package/date-picker/lib/es6/MonthPicker.js +0 -117
  1902. package/date-picker/lib/es6/MonthPicker.js.map +0 -1
  1903. package/date-picker/lib/es6/MonthRangePicker.js +0 -143
  1904. package/date-picker/lib/es6/MonthRangePicker.js.map +0 -1
  1905. package/date-picker/lib/es6/components/ButtonTrigger.js +0 -20
  1906. package/date-picker/lib/es6/components/ButtonTrigger.js.map +0 -1
  1907. package/date-picker/lib/es6/components/Calendar.js +0 -560
  1908. package/date-picker/lib/es6/components/Calendar.js.map +0 -1
  1909. package/date-picker/lib/es6/components/DateRangeComparatorAbstract.js +0 -701
  1910. package/date-picker/lib/es6/components/DateRangeComparatorAbstract.js.map +0 -1
  1911. package/date-picker/lib/es6/components/InputTrigger.js +0 -973
  1912. package/date-picker/lib/es6/components/InputTrigger.js.map +0 -1
  1913. package/date-picker/lib/es6/components/PickerAbstract.js +0 -292
  1914. package/date-picker/lib/es6/components/PickerAbstract.js.map +0 -1
  1915. package/date-picker/lib/es6/components/RangePickerAbstract.js +0 -480
  1916. package/date-picker/lib/es6/components/RangePickerAbstract.js.map +0 -1
  1917. package/date-picker/lib/es6/components/index.js +0 -167
  1918. package/date-picker/lib/es6/components/index.js.map +0 -1
  1919. package/date-picker/lib/es6/index.d.js +0 -2
  1920. package/date-picker/lib/es6/index.d.js.map +0 -1
  1921. package/date-picker/lib/es6/index.js +0 -8
  1922. package/date-picker/lib/es6/index.js.map +0 -1
  1923. package/date-picker/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -33
  1924. package/date-picker/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
  1925. package/date-picker/lib/es6/utils/cronTabScheduler.js +0 -90
  1926. package/date-picker/lib/es6/utils/cronTabScheduler.js.map +0 -1
  1927. package/date-picker/lib/es6/utils/datesIntersects.js +0 -22
  1928. package/date-picker/lib/es6/utils/datesIntersects.js.map +0 -1
  1929. package/date-picker/lib/es6/utils/formatDate.js +0 -25
  1930. package/date-picker/lib/es6/utils/formatDate.js.map +0 -1
  1931. package/date-picker/lib/es6/utils/includesDate.js +0 -18
  1932. package/date-picker/lib/es6/utils/includesDate.js.map +0 -1
  1933. package/date-picker/lib/es6/utils/shortDateRangeFormat.js +0 -62
  1934. package/date-picker/lib/es6/utils/shortDateRangeFormat.js.map +0 -1
  1935. package/divider/lib/es6/Divider.js +0 -59
  1936. package/divider/lib/es6/Divider.js.map +0 -1
  1937. package/divider/lib/es6/index.d.js +0 -2
  1938. package/divider/lib/es6/index.d.js.map +0 -1
  1939. package/divider/lib/es6/index.js +0 -2
  1940. package/divider/lib/es6/index.js.map +0 -1
  1941. package/dot/lib/es6/Dot.js +0 -100
  1942. package/dot/lib/es6/Dot.js.map +0 -1
  1943. package/dot/lib/es6/index.d.js +0 -2
  1944. package/dot/lib/es6/index.d.js.map +0 -1
  1945. package/dot/lib/es6/index.js +0 -2
  1946. package/dot/lib/es6/index.js.map +0 -1
  1947. package/drag-and-drop/lib/es6/DragAndDrop.js +0 -661
  1948. package/drag-and-drop/lib/es6/DragAndDrop.js.map +0 -1
  1949. package/drag-and-drop/lib/es6/index.d.js +0 -2
  1950. package/drag-and-drop/lib/es6/index.d.js.map +0 -1
  1951. package/drag-and-drop/lib/es6/index.js +0 -2
  1952. package/drag-and-drop/lib/es6/index.js.map +0 -1
  1953. package/drag-and-drop/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
  1954. package/drag-and-drop/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
  1955. package/dropdown/lib/es6/AbstractDropdown.js +0 -385
  1956. package/dropdown/lib/es6/AbstractDropdown.js.map +0 -1
  1957. package/dropdown/lib/es6/Dropdown.js +0 -242
  1958. package/dropdown/lib/es6/Dropdown.js.map +0 -1
  1959. package/dropdown/lib/es6/DropdownItem.js +0 -12
  1960. package/dropdown/lib/es6/DropdownItem.js.map +0 -1
  1961. package/dropdown/lib/es6/index.d.js +0 -2
  1962. package/dropdown/lib/es6/index.d.js.map +0 -1
  1963. package/dropdown/lib/es6/index.js +0 -3
  1964. package/dropdown/lib/es6/index.js.map +0 -1
  1965. package/dropdown/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
  1966. package/dropdown/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
  1967. package/dropdown-menu/lib/es6/DropdownMenu.js +0 -551
  1968. package/dropdown-menu/lib/es6/DropdownMenu.js.map +0 -1
  1969. package/dropdown-menu/lib/es6/index.d.js +0 -2
  1970. package/dropdown-menu/lib/es6/index.d.js.map +0 -1
  1971. package/dropdown-menu/lib/es6/index.js +0 -2
  1972. package/dropdown-menu/lib/es6/index.js.map +0 -1
  1973. package/dropdown-menu/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
  1974. package/dropdown-menu/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
  1975. package/ellipsis/lib/es6/Ellipsis.js +0 -303
  1976. package/ellipsis/lib/es6/Ellipsis.js.map +0 -1
  1977. package/ellipsis/lib/es6/index.d.js +0 -2
  1978. package/ellipsis/lib/es6/index.d.js.map +0 -1
  1979. package/ellipsis/lib/es6/index.js +0 -3
  1980. package/ellipsis/lib/es6/index.js.map +0 -1
  1981. package/ellipsis/lib/es6/useResizeObserver.js +0 -37
  1982. package/ellipsis/lib/es6/useResizeObserver.js.map +0 -1
  1983. package/errors/lib/es6/AccessDenied/index.js +0 -55
  1984. package/errors/lib/es6/AccessDenied/index.js.map +0 -1
  1985. package/errors/lib/es6/AccessDenied/translations/__intergalactic-dynamic-locales.js +0 -33
  1986. package/errors/lib/es6/AccessDenied/translations/__intergalactic-dynamic-locales.js.map +0 -1
  1987. package/errors/lib/es6/Error.js +0 -89
  1988. package/errors/lib/es6/Error.js.map +0 -1
  1989. package/errors/lib/es6/Maintenance/index.js +0 -54
  1990. package/errors/lib/es6/Maintenance/index.js.map +0 -1
  1991. package/errors/lib/es6/Maintenance/translations/__intergalactic-dynamic-locales.js +0 -33
  1992. package/errors/lib/es6/Maintenance/translations/__intergalactic-dynamic-locales.js.map +0 -1
  1993. package/errors/lib/es6/PageError/index.js +0 -64
  1994. package/errors/lib/es6/PageError/index.js.map +0 -1
  1995. package/errors/lib/es6/PageError/translations/__intergalactic-dynamic-locales.js +0 -33
  1996. package/errors/lib/es6/PageError/translations/__intergalactic-dynamic-locales.js.map +0 -1
  1997. package/errors/lib/es6/PageNotFound/index.js +0 -53
  1998. package/errors/lib/es6/PageNotFound/index.js.map +0 -1
  1999. package/errors/lib/es6/PageNotFound/translations/__intergalactic-dynamic-locales.js +0 -33
  2000. package/errors/lib/es6/PageNotFound/translations/__intergalactic-dynamic-locales.js.map +0 -1
  2001. package/errors/lib/es6/ProjectNotFound/index.js +0 -72
  2002. package/errors/lib/es6/ProjectNotFound/index.js.map +0 -1
  2003. package/errors/lib/es6/ProjectNotFound/translations/__intergalactic-dynamic-locales.js +0 -33
  2004. package/errors/lib/es6/ProjectNotFound/translations/__intergalactic-dynamic-locales.js.map +0 -1
  2005. package/errors/lib/es6/index.d.js +0 -16
  2006. package/errors/lib/es6/index.d.js.map +0 -1
  2007. package/errors/lib/es6/index.js +0 -8
  2008. package/errors/lib/es6/index.js.map +0 -1
  2009. package/feature-popover/lib/es6/FeaturePopover.js +0 -212
  2010. package/feature-popover/lib/es6/FeaturePopover.js.map +0 -1
  2011. package/feature-popover/lib/es6/index.d.js +0 -2
  2012. package/feature-popover/lib/es6/index.d.js.map +0 -1
  2013. package/feature-popover/lib/es6/index.js +0 -2
  2014. package/feature-popover/lib/es6/index.js.map +0 -1
  2015. package/feature-popover/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
  2016. package/feature-popover/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
  2017. package/feedback-form/lib/es6/FeedbackForm.js +0 -165
  2018. package/feedback-form/lib/es6/FeedbackForm.js.map +0 -1
  2019. package/feedback-form/lib/es6/component/checkbox-button/CheckboxButton.js +0 -56
  2020. package/feedback-form/lib/es6/component/checkbox-button/CheckboxButton.js.map +0 -1
  2021. package/feedback-form/lib/es6/component/feedback-item/FeedbackItem.js +0 -62
  2022. package/feedback-form/lib/es6/component/feedback-item/FeedbackItem.js.map +0 -1
  2023. package/feedback-form/lib/es6/component/feedback-rating/FeedbackRating.js +0 -369
  2024. package/feedback-form/lib/es6/component/feedback-rating/FeedbackRating.js.map +0 -1
  2025. package/feedback-form/lib/es6/component/feedback-rating/FeedbackRating.type.js +0 -2
  2026. package/feedback-form/lib/es6/component/feedback-rating/FeedbackRating.type.js.map +0 -1
  2027. package/feedback-form/lib/es6/component/slider-rating/SliderRating.js +0 -219
  2028. package/feedback-form/lib/es6/component/slider-rating/SliderRating.js.map +0 -1
  2029. package/feedback-form/lib/es6/component/submit-button/SubmitButton.js +0 -17
  2030. package/feedback-form/lib/es6/component/submit-button/SubmitButton.js.map +0 -1
  2031. package/feedback-form/lib/es6/index.d.js +0 -6
  2032. package/feedback-form/lib/es6/index.d.js.map +0 -1
  2033. package/feedback-form/lib/es6/index.js +0 -4
  2034. package/feedback-form/lib/es6/index.js.map +0 -1
  2035. package/feedback-form/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
  2036. package/feedback-form/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
  2037. package/flags/lib/es6/Flags.js +0 -97
  2038. package/flags/lib/es6/Flags.js.map +0 -1
  2039. package/flags/lib/es6/index.d.js +0 -2
  2040. package/flags/lib/es6/index.d.js.map +0 -1
  2041. package/flags/lib/es6/index.js +0 -3
  2042. package/flags/lib/es6/index.js.map +0 -1
  2043. package/flex-box/lib/es6/Box/index.js +0 -14
  2044. package/flex-box/lib/es6/Box/index.js.map +0 -1
  2045. package/flex-box/lib/es6/Box/useBox.js +0 -125
  2046. package/flex-box/lib/es6/Box/useBox.js.map +0 -1
  2047. package/flex-box/lib/es6/Flex/index.js +0 -14
  2048. package/flex-box/lib/es6/Flex/index.js.map +0 -1
  2049. package/flex-box/lib/es6/Flex/useFlex.js +0 -70
  2050. package/flex-box/lib/es6/Flex/useFlex.js.map +0 -1
  2051. package/flex-box/lib/es6/index.js +0 -11
  2052. package/flex-box/lib/es6/index.js.map +0 -1
  2053. package/flex-box/lib/es6/invalid-state-box/InvalidStateBox.js +0 -19
  2054. package/flex-box/lib/es6/invalid-state-box/InvalidStateBox.js.map +0 -1
  2055. package/flex-box/lib/es6/screen-reader-only-box/ScreenReaderOnlyBox.js +0 -21
  2056. package/flex-box/lib/es6/screen-reader-only-box/ScreenReaderOnlyBox.js.map +0 -1
  2057. package/flex-box/lib/es6/utils.js +0 -13
  2058. package/flex-box/lib/es6/utils.js.map +0 -1
  2059. package/format-text/lib/es6/FormatText.js +0 -44
  2060. package/format-text/lib/es6/FormatText.js.map +0 -1
  2061. package/format-text/lib/es6/index.js +0 -3
  2062. package/format-text/lib/es6/index.js.map +0 -1
  2063. package/fullscreen-modal/lib/es6/FullscreenModal.js +0 -230
  2064. package/fullscreen-modal/lib/es6/FullscreenModal.js.map +0 -1
  2065. package/fullscreen-modal/lib/es6/index.d.js +0 -2
  2066. package/fullscreen-modal/lib/es6/index.d.js.map +0 -1
  2067. package/fullscreen-modal/lib/es6/index.js +0 -2
  2068. package/fullscreen-modal/lib/es6/index.js.map +0 -1
  2069. package/fullscreen-modal/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
  2070. package/fullscreen-modal/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
  2071. package/grid/lib/es6/Grid.js +0 -212
  2072. package/grid/lib/es6/Grid.js.map +0 -1
  2073. package/grid/lib/es6/index.d.js +0 -2
  2074. package/grid/lib/es6/index.d.js.map +0 -1
  2075. package/grid/lib/es6/index.js +0 -4
  2076. package/grid/lib/es6/index.js.map +0 -1
  2077. package/i18n-unplugin/lib/es6/index.js +0 -154
  2078. package/i18n-unplugin/lib/es6/index.js.map +0 -1
  2079. package/icon/lib/es6/Icon.js +0 -82
  2080. package/icon/lib/es6/Icon.js.map +0 -1
  2081. package/icon/lib/es6/index.d.js +0 -2
  2082. package/icon/lib/es6/index.d.js.map +0 -1
  2083. package/icon/lib/es6/index.js +0 -2
  2084. package/icon/lib/es6/index.js.map +0 -1
  2085. package/illustration/lib/es6/index.d.js +0 -2
  2086. package/illustration/lib/es6/index.d.js.map +0 -1
  2087. package/illustration/lib/es6/index.js +0 -15
  2088. package/illustration/lib/es6/index.js.map +0 -1
  2089. package/inline-edit/lib/es6/InlineEdit.js +0 -182
  2090. package/inline-edit/lib/es6/InlineEdit.js.map +0 -1
  2091. package/inline-edit/lib/es6/index.d.js +0 -2
  2092. package/inline-edit/lib/es6/index.d.js.map +0 -1
  2093. package/inline-edit/lib/es6/index.js +0 -2
  2094. package/inline-edit/lib/es6/index.js.map +0 -1
  2095. package/inline-edit/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
  2096. package/inline-edit/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
  2097. package/inline-input/lib/es6/InlineInput.js +0 -416
  2098. package/inline-input/lib/es6/InlineInput.js.map +0 -1
  2099. package/inline-input/lib/es6/index.d.js +0 -2
  2100. package/inline-input/lib/es6/index.d.js.map +0 -1
  2101. package/inline-input/lib/es6/index.js +0 -3
  2102. package/inline-input/lib/es6/index.js.map +0 -1
  2103. package/inline-input/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
  2104. package/inline-input/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
  2105. package/input/lib/es6/Input.js +0 -228
  2106. package/input/lib/es6/Input.js.map +0 -1
  2107. package/input/lib/es6/index.d.js +0 -2
  2108. package/input/lib/es6/index.d.js.map +0 -1
  2109. package/input/lib/es6/index.js +0 -2
  2110. package/input/lib/es6/index.js.map +0 -1
  2111. package/input-mask/lib/es6/InputMask.js +0 -361
  2112. package/input-mask/lib/es6/InputMask.js.map +0 -1
  2113. package/input-mask/lib/es6/index.js +0 -3
  2114. package/input-mask/lib/es6/index.js.map +0 -1
  2115. package/input-number/lib/es6/InputNumber.js +0 -506
  2116. package/input-number/lib/es6/InputNumber.js.map +0 -1
  2117. package/input-number/lib/es6/buttons.js +0 -22
  2118. package/input-number/lib/es6/buttons.js.map +0 -1
  2119. package/input-number/lib/es6/index.d.js +0 -2
  2120. package/input-number/lib/es6/index.d.js.map +0 -1
  2121. package/input-number/lib/es6/index.js +0 -3
  2122. package/input-number/lib/es6/index.js.map +0 -1
  2123. package/input-number/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
  2124. package/input-number/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
  2125. package/input-tags/lib/es6/InputTags.js +0 -389
  2126. package/input-tags/lib/es6/InputTags.js.map +0 -1
  2127. package/input-tags/lib/es6/index.js +0 -3
  2128. package/input-tags/lib/es6/index.js.map +0 -1
  2129. package/input-tags/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
  2130. package/input-tags/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
  2131. package/link/lib/es6/Link.js +0 -175
  2132. package/link/lib/es6/Link.js.map +0 -1
  2133. package/link/lib/es6/index.d.js +0 -2
  2134. package/link/lib/es6/index.d.js.map +0 -1
  2135. package/link/lib/es6/index.js +0 -2
  2136. package/link/lib/es6/index.js.map +0 -1
  2137. package/mini-chart/lib/es6/component/score/Donut.js +0 -125
  2138. package/mini-chart/lib/es6/component/score/Donut.js.map +0 -1
  2139. package/mini-chart/lib/es6/component/score/Line.js +0 -133
  2140. package/mini-chart/lib/es6/component/score/Line.js.map +0 -1
  2141. package/mini-chart/lib/es6/component/score/Line.types.js +0 -2
  2142. package/mini-chart/lib/es6/component/score/Line.types.js.map +0 -1
  2143. package/mini-chart/lib/es6/component/score/Score.js +0 -2
  2144. package/mini-chart/lib/es6/component/score/Score.js.map +0 -1
  2145. package/mini-chart/lib/es6/component/score/index.js +0 -4
  2146. package/mini-chart/lib/es6/component/score/index.js.map +0 -1
  2147. package/mini-chart/lib/es6/component/trend/Bar.js +0 -122
  2148. package/mini-chart/lib/es6/component/trend/Bar.js.map +0 -1
  2149. package/mini-chart/lib/es6/component/trend/Line.js +0 -164
  2150. package/mini-chart/lib/es6/component/trend/Line.js.map +0 -1
  2151. package/mini-chart/lib/es6/component/trend/Trend.js +0 -79
  2152. package/mini-chart/lib/es6/component/trend/Trend.js.map +0 -1
  2153. package/mini-chart/lib/es6/component/trend/index.js +0 -4
  2154. package/mini-chart/lib/es6/component/trend/index.js.map +0 -1
  2155. package/mini-chart/lib/es6/index.js +0 -13
  2156. package/mini-chart/lib/es6/index.js.map +0 -1
  2157. package/modal/lib/es6/Modal.js +0 -256
  2158. package/modal/lib/es6/Modal.js.map +0 -1
  2159. package/modal/lib/es6/index.d.js +0 -2
  2160. package/modal/lib/es6/index.d.js.map +0 -1
  2161. package/modal/lib/es6/index.js +0 -2
  2162. package/modal/lib/es6/index.js.map +0 -1
  2163. package/modal/lib/es6/modal.vo-test.js +0 -99
  2164. package/modal/lib/es6/modal.vo-test.js.map +0 -1
  2165. package/modal/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
  2166. package/modal/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
  2167. package/neighbor-location/lib/es6/NeighborLocation.js +0 -137
  2168. package/neighbor-location/lib/es6/NeighborLocation.js.map +0 -1
  2169. package/neighbor-location/lib/es6/index.d.js +0 -2
  2170. package/neighbor-location/lib/es6/index.d.js.map +0 -1
  2171. package/neighbor-location/lib/es6/index.js +0 -3
  2172. package/neighbor-location/lib/es6/index.js.map +0 -1
  2173. package/notice/lib/es6/Notice.js +0 -236
  2174. package/notice/lib/es6/Notice.js.map +0 -1
  2175. package/notice/lib/es6/NoticeSmart.js +0 -48
  2176. package/notice/lib/es6/NoticeSmart.js.map +0 -1
  2177. package/notice/lib/es6/index.d.js +0 -2
  2178. package/notice/lib/es6/index.d.js.map +0 -1
  2179. package/notice/lib/es6/index.js +0 -4
  2180. package/notice/lib/es6/index.js.map +0 -1
  2181. package/notice/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
  2182. package/notice/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
  2183. package/notice-bubble/lib/es6/NoticeBubble.js +0 -385
  2184. package/notice-bubble/lib/es6/NoticeBubble.js.map +0 -1
  2185. package/notice-bubble/lib/es6/NoticeBubbleManager.js +0 -121
  2186. package/notice-bubble/lib/es6/NoticeBubbleManager.js.map +0 -1
  2187. package/notice-bubble/lib/es6/index.d.js +0 -2
  2188. package/notice-bubble/lib/es6/index.d.js.map +0 -1
  2189. package/notice-bubble/lib/es6/index.js +0 -7
  2190. package/notice-bubble/lib/es6/index.js.map +0 -1
  2191. package/notice-bubble/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
  2192. package/notice-bubble/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
  2193. package/notice-bubble/lib/es6/utils.js +0 -42
  2194. package/notice-bubble/lib/es6/utils.js.map +0 -1
  2195. package/notice-global/lib/es6/NoticeGlobal.js +0 -130
  2196. package/notice-global/lib/es6/NoticeGlobal.js.map +0 -1
  2197. package/notice-global/lib/es6/index.d.js +0 -2
  2198. package/notice-global/lib/es6/index.d.js.map +0 -1
  2199. package/notice-global/lib/es6/index.js +0 -2
  2200. package/notice-global/lib/es6/index.js.map +0 -1
  2201. package/notice-global/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
  2202. package/notice-global/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
  2203. package/outside-click/lib/es6/OutsideClick.js +0 -91
  2204. package/outside-click/lib/es6/OutsideClick.js.map +0 -1
  2205. package/outside-click/lib/es6/index.js +0 -3
  2206. package/outside-click/lib/es6/index.js.map +0 -1
  2207. package/pagination/lib/es6/Pagination.js +0 -443
  2208. package/pagination/lib/es6/Pagination.js.map +0 -1
  2209. package/pagination/lib/es6/index.d.js +0 -2
  2210. package/pagination/lib/es6/index.d.js.map +0 -1
  2211. package/pagination/lib/es6/index.js +0 -2
  2212. package/pagination/lib/es6/index.js.map +0 -1
  2213. package/pagination/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -33
  2214. package/pagination/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
  2215. package/pills/lib/es6/Pills.js +0 -215
  2216. package/pills/lib/es6/Pills.js.map +0 -1
  2217. package/pills/lib/es6/index.d.js +0 -2
  2218. package/pills/lib/es6/index.d.js.map +0 -1
  2219. package/pills/lib/es6/index.js +0 -3
  2220. package/pills/lib/es6/index.js.map +0 -1
  2221. package/popper/lib/es6/Popper.js +0 -666
  2222. package/popper/lib/es6/Popper.js.map +0 -1
  2223. package/popper/lib/es6/arrowOffset.js +0 -58
  2224. package/popper/lib/es6/arrowOffset.js.map +0 -1
  2225. package/popper/lib/es6/createPopper.js +0 -8
  2226. package/popper/lib/es6/createPopper.js.map +0 -1
  2227. package/popper/lib/es6/index.d.js +0 -2
  2228. package/popper/lib/es6/index.d.js.map +0 -1
  2229. package/popper/lib/es6/index.js +0 -2
  2230. package/popper/lib/es6/index.js.map +0 -1
  2231. package/popper/lib/es6/modifiers/cursorAnchoring.js +0 -52
  2232. package/popper/lib/es6/modifiers/cursorAnchoring.js.map +0 -1
  2233. package/popper/lib/es6/utils/getOffsetParent.js +0 -52
  2234. package/popper/lib/es6/utils/getOffsetParent.js.map +0 -1
  2235. package/portal/lib/es6/Portal.js +0 -39
  2236. package/portal/lib/es6/Portal.js.map +0 -1
  2237. package/portal/lib/es6/index.js +0 -3
  2238. package/portal/lib/es6/index.js.map +0 -1
  2239. package/product-head/lib/es6/Info.js +0 -63
  2240. package/product-head/lib/es6/Info.js.map +0 -1
  2241. package/product-head/lib/es6/ProductHead.js +0 -66
  2242. package/product-head/lib/es6/ProductHead.js.map +0 -1
  2243. package/product-head/lib/es6/Title.js +0 -58
  2244. package/product-head/lib/es6/Title.js.map +0 -1
  2245. package/product-head/lib/es6/index.js +0 -6
  2246. package/product-head/lib/es6/index.js.map +0 -1
  2247. package/progress-bar/lib/es6/ProgressBar.js +0 -113
  2248. package/progress-bar/lib/es6/ProgressBar.js.map +0 -1
  2249. package/progress-bar/lib/es6/index.d.js +0 -2
  2250. package/progress-bar/lib/es6/index.d.js.map +0 -1
  2251. package/progress-bar/lib/es6/index.js +0 -2
  2252. package/progress-bar/lib/es6/index.js.map +0 -1
  2253. package/radio/lib/es6/Radio.js +0 -384
  2254. package/radio/lib/es6/Radio.js.map +0 -1
  2255. package/radio/lib/es6/index.d.js +0 -2
  2256. package/radio/lib/es6/index.d.js.map +0 -1
  2257. package/radio/lib/es6/index.js +0 -3
  2258. package/radio/lib/es6/index.js.map +0 -1
  2259. package/scroll-area/lib/es6/ScrollArea.js +0 -403
  2260. package/scroll-area/lib/es6/ScrollArea.js.map +0 -1
  2261. package/scroll-area/lib/es6/ScrollBar.js +0 -436
  2262. package/scroll-area/lib/es6/ScrollBar.js.map +0 -1
  2263. package/scroll-area/lib/es6/index.d.js +0 -2
  2264. package/scroll-area/lib/es6/index.d.js.map +0 -1
  2265. package/scroll-area/lib/es6/index.js +0 -4
  2266. package/scroll-area/lib/es6/index.js.map +0 -1
  2267. package/select/lib/es6/InputSearch.js +0 -149
  2268. package/select/lib/es6/InputSearch.js.map +0 -1
  2269. package/select/lib/es6/Select.js +0 -429
  2270. package/select/lib/es6/Select.js.map +0 -1
  2271. package/select/lib/es6/context.js +0 -3
  2272. package/select/lib/es6/context.js.map +0 -1
  2273. package/select/lib/es6/index.d.js +0 -2
  2274. package/select/lib/es6/index.d.js.map +0 -1
  2275. package/select/lib/es6/index.js +0 -4
  2276. package/select/lib/es6/index.js.map +0 -1
  2277. package/select/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
  2278. package/select/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
  2279. package/side-panel/lib/es6/SidePanel.js +0 -289
  2280. package/side-panel/lib/es6/SidePanel.js.map +0 -1
  2281. package/side-panel/lib/es6/index.d.js +0 -2
  2282. package/side-panel/lib/es6/index.d.js.map +0 -1
  2283. package/side-panel/lib/es6/index.js +0 -2
  2284. package/side-panel/lib/es6/index.js.map +0 -1
  2285. package/side-panel/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
  2286. package/side-panel/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
  2287. package/skeleton/lib/es6/Charts/Area.js +0 -37
  2288. package/skeleton/lib/es6/Charts/Area.js.map +0 -1
  2289. package/skeleton/lib/es6/Charts/Bar.js +0 -47
  2290. package/skeleton/lib/es6/Charts/Bar.js.map +0 -1
  2291. package/skeleton/lib/es6/Charts/Bubble.js +0 -31
  2292. package/skeleton/lib/es6/Charts/Bubble.js.map +0 -1
  2293. package/skeleton/lib/es6/Charts/CompactHorizontalBar.js +0 -31
  2294. package/skeleton/lib/es6/Charts/CompactHorizontalBar.js.map +0 -1
  2295. package/skeleton/lib/es6/Charts/Donut.js +0 -41
  2296. package/skeleton/lib/es6/Charts/Donut.js.map +0 -1
  2297. package/skeleton/lib/es6/Charts/Histogram.js +0 -47
  2298. package/skeleton/lib/es6/Charts/Histogram.js.map +0 -1
  2299. package/skeleton/lib/es6/Charts/Line.js +0 -37
  2300. package/skeleton/lib/es6/Charts/Line.js.map +0 -1
  2301. package/skeleton/lib/es6/Charts/RadialTree.js +0 -31
  2302. package/skeleton/lib/es6/Charts/RadialTree.js.map +0 -1
  2303. package/skeleton/lib/es6/Charts/ScatterPlot.js +0 -31
  2304. package/skeleton/lib/es6/Charts/ScatterPlot.js.map +0 -1
  2305. package/skeleton/lib/es6/Charts/Venn.js +0 -31
  2306. package/skeleton/lib/es6/Charts/Venn.js.map +0 -1
  2307. package/skeleton/lib/es6/Charts/index.js +0 -11
  2308. package/skeleton/lib/es6/Charts/index.js.map +0 -1
  2309. package/skeleton/lib/es6/Skeleton.d.js +0 -2
  2310. package/skeleton/lib/es6/Skeleton.d.js.map +0 -1
  2311. package/skeleton/lib/es6/Skeleton.js +0 -191
  2312. package/skeleton/lib/es6/Skeleton.js.map +0 -1
  2313. package/skeleton/lib/es6/index.d.js +0 -2
  2314. package/skeleton/lib/es6/index.d.js.map +0 -1
  2315. package/skeleton/lib/es6/index.js +0 -3
  2316. package/skeleton/lib/es6/index.js.map +0 -1
  2317. package/skeleton/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
  2318. package/skeleton/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
  2319. package/slider/lib/es6/Slider.js +0 -315
  2320. package/slider/lib/es6/Slider.js.map +0 -1
  2321. package/slider/lib/es6/index.d.js +0 -2
  2322. package/slider/lib/es6/index.d.js.map +0 -1
  2323. package/slider/lib/es6/index.js +0 -3
  2324. package/slider/lib/es6/index.js.map +0 -1
  2325. package/spin/lib/es6/Spin.js +0 -70
  2326. package/spin/lib/es6/Spin.js.map +0 -1
  2327. package/spin/lib/es6/index.d.js +0 -2
  2328. package/spin/lib/es6/index.d.js.map +0 -1
  2329. package/spin/lib/es6/index.js +0 -2
  2330. package/spin/lib/es6/index.js.map +0 -1
  2331. package/spin/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
  2332. package/spin/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
  2333. package/spin-container/lib/es6/SpinContainer.js +0 -143
  2334. package/spin-container/lib/es6/SpinContainer.js.map +0 -1
  2335. package/spin-container/lib/es6/index.d.js +0 -2
  2336. package/spin-container/lib/es6/index.d.js.map +0 -1
  2337. package/spin-container/lib/es6/index.js +0 -2
  2338. package/spin-container/lib/es6/index.js.map +0 -1
  2339. package/sticky/lib/es6/Sticky.js +0 -46
  2340. package/sticky/lib/es6/Sticky.js.map +0 -1
  2341. package/sticky/lib/es6/index.js +0 -3
  2342. package/sticky/lib/es6/index.js.map +0 -1
  2343. package/stylelint-plugin/lib/es6/index.js +0 -99
  2344. package/stylelint-plugin/lib/es6/index.js.map +0 -1
  2345. package/switch/lib/es6/Switch.js +0 -268
  2346. package/switch/lib/es6/Switch.js.map +0 -1
  2347. package/switch/lib/es6/index.d.js +0 -3
  2348. package/switch/lib/es6/index.d.js.map +0 -1
  2349. package/switch/lib/es6/index.js +0 -3
  2350. package/switch/lib/es6/index.js.map +0 -1
  2351. package/tab-line/lib/es6/TabLine.js +0 -259
  2352. package/tab-line/lib/es6/TabLine.js.map +0 -1
  2353. package/tab-line/lib/es6/index.d.js +0 -2
  2354. package/tab-line/lib/es6/index.d.js.map +0 -1
  2355. package/tab-line/lib/es6/index.js +0 -3
  2356. package/tab-line/lib/es6/index.js.map +0 -1
  2357. package/tab-panel/lib/es6/TabPanel.js +0 -153
  2358. package/tab-panel/lib/es6/TabPanel.js.map +0 -1
  2359. package/tab-panel/lib/es6/index.d.js +0 -2
  2360. package/tab-panel/lib/es6/index.d.js.map +0 -1
  2361. package/tab-panel/lib/es6/index.js +0 -3
  2362. package/tab-panel/lib/es6/index.js.map +0 -1
  2363. package/tag/lib/es6/Tag.js +0 -455
  2364. package/tag/lib/es6/Tag.js.map +0 -1
  2365. package/tag/lib/es6/index.d.js +0 -2
  2366. package/tag/lib/es6/index.d.js.map +0 -1
  2367. package/tag/lib/es6/index.js +0 -2
  2368. package/tag/lib/es6/index.js.map +0 -1
  2369. package/tag/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
  2370. package/tag/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
  2371. package/textarea/lib/es6/Textarea.js +0 -154
  2372. package/textarea/lib/es6/Textarea.js.map +0 -1
  2373. package/textarea/lib/es6/index.d.js +0 -2
  2374. package/textarea/lib/es6/index.d.js.map +0 -1
  2375. package/textarea/lib/es6/index.js +0 -2
  2376. package/textarea/lib/es6/index.js.map +0 -1
  2377. package/time-picker/lib/es6/PickerFormat.js +0 -79
  2378. package/time-picker/lib/es6/PickerFormat.js.map +0 -1
  2379. package/time-picker/lib/es6/PickerInput.js +0 -287
  2380. package/time-picker/lib/es6/PickerInput.js.map +0 -1
  2381. package/time-picker/lib/es6/TimePicker.js +0 -346
  2382. package/time-picker/lib/es6/TimePicker.js.map +0 -1
  2383. package/time-picker/lib/es6/index.d.js +0 -2
  2384. package/time-picker/lib/es6/index.d.js.map +0 -1
  2385. package/time-picker/lib/es6/index.js +0 -3
  2386. package/time-picker/lib/es6/index.js.map +0 -1
  2387. package/time-picker/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
  2388. package/time-picker/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
  2389. package/tooltip/lib/es6/Tooltip.js +0 -315
  2390. package/tooltip/lib/es6/Tooltip.js.map +0 -1
  2391. package/tooltip/lib/es6/index.d.js +0 -2
  2392. package/tooltip/lib/es6/index.d.js.map +0 -1
  2393. package/tooltip/lib/es6/index.js +0 -2
  2394. package/tooltip/lib/es6/index.js.map +0 -1
  2395. package/typography/lib/es6/Blockquote.js +0 -29
  2396. package/typography/lib/es6/Blockquote.js.map +0 -1
  2397. package/typography/lib/es6/Hint.js +0 -81
  2398. package/typography/lib/es6/Hint.js.map +0 -1
  2399. package/typography/lib/es6/List.js +0 -108
  2400. package/typography/lib/es6/List.js.map +0 -1
  2401. package/typography/lib/es6/Text.js +0 -71
  2402. package/typography/lib/es6/Text.js.map +0 -1
  2403. package/typography/lib/es6/index.d.js +0 -2
  2404. package/typography/lib/es6/index.d.js.map +0 -1
  2405. package/typography/lib/es6/index.js +0 -5
  2406. package/typography/lib/es6/index.js.map +0 -1
  2407. package/widget-empty/lib/es6/Error/index.js +0 -41
  2408. package/widget-empty/lib/es6/Error/index.js.map +0 -1
  2409. package/widget-empty/lib/es6/Error/translations/__intergalactic-dynamic-locales.js +0 -33
  2410. package/widget-empty/lib/es6/Error/translations/__intergalactic-dynamic-locales.js.map +0 -1
  2411. package/widget-empty/lib/es6/NoData/index.js +0 -43
  2412. package/widget-empty/lib/es6/NoData/index.js.map +0 -1
  2413. package/widget-empty/lib/es6/NoData/translations/__intergalactic-dynamic-locales.js +0 -33
  2414. package/widget-empty/lib/es6/NoData/translations/__intergalactic-dynamic-locales.js.map +0 -1
  2415. package/widget-empty/lib/es6/WidgetEmpty.js +0 -76
  2416. package/widget-empty/lib/es6/WidgetEmpty.js.map +0 -1
  2417. package/widget-empty/lib/es6/index.d.js +0 -2
  2418. package/widget-empty/lib/es6/index.d.js.map +0 -1
  2419. package/widget-empty/lib/es6/index.js +0 -5
  2420. package/widget-empty/lib/es6/index.js.map +0 -1
  2421. package/wizard/lib/es6/Wizard.js +0 -350
  2422. package/wizard/lib/es6/Wizard.js.map +0 -1
  2423. package/wizard/lib/es6/index.d.js +0 -2
  2424. package/wizard/lib/es6/index.d.js.map +0 -1
  2425. package/wizard/lib/es6/index.js +0 -3
  2426. package/wizard/lib/es6/index.js.map +0 -1
  2427. package/wizard/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
  2428. package/wizard/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
@@ -1 +0,0 @@
1
- {"version":3,"file":"FeedbackItem.js","names":["React","Field","Tooltip","pick","uniqueIDEnhancement","assignProps","propsForElement","deafultTooltipPropsList","FeedbackItem","_ref","Children","tag","uid","_ref$tooltipProps","tooltipProps","tooltipPropsList","props","_objectWithoutProperties","_excluded","lastErrorRef","useRef","undefined","createElement","_ref2","_meta$error","input","meta","other","_excluded2","showError","validateOnBlur","submitFailed","invalid","touched","errorState","popperId","concat","ariaDescribedBy","inputProps","_objectSpread","state","active","error","current","_extends","visible","theme","placement","flip","fallbackPlacements","Trigger","inline","role","__excludeProps","origin","Popper","w","id","enhance"],"sources":["../../../../src/component/feedback-item/FeedbackItem.tsx"],"sourcesContent":["import React from 'react';\nimport { Field } from 'react-final-form';\nimport Tooltip from '@semcore/tooltip';\nimport pick from '@semcore/utils/lib/pick';\nimport uniqueIDEnhancement from '@semcore/utils/lib/uniqueID';\nimport { assignProps } from '@semcore/utils/lib/core';\nimport propsForElement from '@semcore/utils/lib/propsForElement';\n\nconst deafultTooltipPropsList = [\n 'title',\n 'theme',\n 'strategy',\n 'modifiers',\n 'placement',\n 'interaction',\n 'timeout',\n 'visible',\n 'defaultVisible',\n 'onVisibleChange',\n 'offset',\n 'preventOverflow',\n 'arrow',\n 'flip',\n 'computeStyles',\n 'eventListeners',\n 'onFirstUpdate',\n];\n\nexport function FeedbackItem({\n Children,\n tag,\n uid,\n tooltipProps: tooltipPropsList = deafultTooltipPropsList,\n ...props\n}: any) {\n const tooltipProps = pick(props, tooltipPropsList);\n const lastErrorRef = React.useRef(undefined);\n\n return (\n <Field {...props}>\n {({ input, meta, ...other }) => {\n const showError = other.validateOnBlur === false ? meta.submitFailed : true;\n const invalid = meta.invalid && meta.touched;\n const errorState = showError && invalid;\n const popperId = `${uid}-error-description`;\n const ariaDescribedBy = props['aria-describedby'];\n const inputProps = assignProps(\n {\n ...propsForElement(other),\n state: errorState ? 'invalid' : 'normal',\n 'aria-invalid': errorState ? true : false,\n 'aria-describedby': meta.active ? (errorState ? popperId : ariaDescribedBy) : undefined,\n },\n input,\n );\n\n if (meta?.error) lastErrorRef.current = meta.error;\n\n return (\n <Tooltip\n visible={errorState && meta.active}\n theme='warning'\n placement='left'\n flip={{\n fallbackPlacements: ['right', 'bottom'],\n }}\n {...tooltipProps}\n >\n <Tooltip.Trigger\n inline={false}\n role={undefined}\n tag={tag}\n {...(tag ? inputProps : {})}\n __excludeProps={['type', 'aria-describedby']}\n >\n {typeof Children.origin === 'function' &&\n Children.origin({\n input: inputProps,\n meta,\n ...other,\n })}\n </Tooltip.Trigger>\n <Tooltip.Popper w={'100%'} id={popperId}>\n {meta.error ?? lastErrorRef.current}\n </Tooltip.Popper>\n </Tooltip>\n );\n }}\n </Field>\n );\n}\nFeedbackItem.enhance = [uniqueIDEnhancement()];\n"],"mappings":"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"}
@@ -1,369 +0,0 @@
1
- import _objectSpread from "@babel/runtime/helpers/objectSpread2";
2
- import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
3
- import _extends from "@babel/runtime/helpers/extends";
4
- import _classCallCheck from "@babel/runtime/helpers/classCallCheck";
5
- import _createClass from "@babel/runtime/helpers/createClass";
6
- import _assertThisInitialized from "@babel/runtime/helpers/assertThisInitialized";
7
- import _inherits from "@babel/runtime/helpers/inherits";
8
- import _createSuper from "@babel/runtime/helpers/createSuper";
9
- import _defineProperty from "@babel/runtime/helpers/defineProperty";
10
- import { sstyled as _sstyled } from 'intergalactic/utils/lib/core/index';
11
- import { assignProps as _assignProps3 } from 'intergalactic/core';
12
- import { assignProps as _assignProps2 } from 'intergalactic/core';
13
- import { assignProps as _assignProps } from 'intergalactic/core';
14
- var _excluded = ["header", "submitText", "formConfig", "notificationText", "learnMoreLink", "Children", "styles", "forwardRef", "status", "theme", "background", "rating", "visible", "onVisibleChange", "notificationVisible", "onNotificationClose", "getI18nText", "errorFeedbackEmail", "modalWidth"];
15
- import React from 'react';
16
- import createComponent, { Component, sstyled, Root } from 'intergalactic/core';
17
- import { Field, Form } from 'react-final-form';
18
- import createFocusDecorator from 'final-form-focus';
19
- import SpinContainer from 'intergalactic/spin-container';
20
- import i18nEnhance from 'intergalactic/utils/lib/enhances/i18nEnhance';
21
- import uniqueIDEnhancement from 'intergalactic/utils/lib/uniqueID';
22
- import Notice from 'intergalactic/notice';
23
- import CheckM from 'intergalactic/icon/Check/m';
24
- import WarnM from 'intergalactic/icon/Warning/m';
25
- import { Text } from 'intergalactic/typography';
26
- import FeedbackIllustration from 'intergalactic/illustration/Feedback';
27
- import Link from 'intergalactic/link';
28
- import SliderRating from '../slider-rating/SliderRating';
29
- import Modal from 'intergalactic/modal';
30
- import Textarea from 'intergalactic/textarea';
31
- import { Box, Flex } from 'intergalactic/flex-box';
32
- import { FeedbackItem } from '../feedback-item/FeedbackItem';
33
- import { SubmitButton } from '../submit-button/SubmitButton';
34
- import CheckboxButton from '../checkbox-button/CheckboxButton';
35
- import Input from 'intergalactic/input';
36
- import { localizedMessages } from '../../translations/__intergalactic-dynamic-locales';
37
- import { NoticeBubbleContainer, NoticeBubbleManager } from 'intergalactic/notice-bubble';
38
- /*__reshadow-styles__:"../../style/feedback-rating.shadow.css"*/
39
- var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SFeedbackRating_buoyp_gg_ ul{margin:0;padding:0;list-style:none}.___SFeedbackRating_buoyp_gg_ li{list-style:none}" /*__inner_css_end__*/, "buoyp_gg_") /*__reshadow_css_end__*/, {
40
- "__SFeedbackRating": "___SFeedbackRating_buoyp_gg_"
41
- });
42
- var FeedbackRatingRoot = /*#__PURE__*/function (_Component) {
43
- _inherits(FeedbackRatingRoot, _Component);
44
- var _super = _createSuper(FeedbackRatingRoot);
45
- function FeedbackRatingRoot() {
46
- var _this;
47
- _classCallCheck(this, FeedbackRatingRoot);
48
- for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
49
- args[_key] = arguments[_key];
50
- }
51
- _this = _super.call.apply(_super, [this].concat(args));
52
- _defineProperty(_assertThisInitialized(_this), "state", {
53
- error: false
54
- });
55
- _defineProperty(_assertThisInitialized(_this), "manager", new NoticeBubbleManager());
56
- _defineProperty(_assertThisInitialized(_this), "focusDecorator", createFocusDecorator());
57
- _defineProperty(_assertThisInitialized(_this), "handleChangeRating", function (rating) {
58
- _this.asProps.onVisibleChange(true, rating);
59
- });
60
- _defineProperty(_assertThisInitialized(_this), "handelCloseModal", function () {
61
- _this.asProps.onVisibleChange(false, _this.asProps.rating);
62
- });
63
- _defineProperty(_assertThisInitialized(_this), "handleChange", function (fn) {
64
- return function (value, e) {
65
- fn(e);
66
- };
67
- });
68
- _defineProperty(_assertThisInitialized(_this), "renderCheckbox", function (config, index) {
69
- var initialValue = _this.props.initialValues[config.key];
70
- return /*#__PURE__*/React.createElement(Field, {
71
- name: config.key,
72
- initialValue: initialValue,
73
- type: 'checkbox',
74
- key: config.key
75
- }, function (_ref7) {
76
- var input = _ref7.input;
77
- return /*#__PURE__*/React.createElement(FeedbackRating.Checkbox, _extends({}, input, {
78
- id: config.key,
79
- label: config.label,
80
- onChange: function onChange(_checked, e) {
81
- return input.onChange(e);
82
- },
83
- focused: index === 0
84
- }));
85
- });
86
- });
87
- _defineProperty(_assertThisInitialized(_this), "renderTextField", function (config) {
88
- var _config$description;
89
- var initialValue = _this.props.initialValues[config.key];
90
- var label = typeof config.label === 'string' ? /*#__PURE__*/React.createElement(Text, {
91
- mb: 2,
92
- size: 200
93
- }, config.label) : config.label;
94
- var isDescriptionReactFragment = ((_config$description = config.description) === null || _config$description === void 0 ? void 0 : _config$description.type) === React.Fragment;
95
- return /*#__PURE__*/React.createElement(Flex, {
96
- direction: "column"
97
- }, /*#__PURE__*/React.createElement(Flex, {
98
- tag: "label",
99
- mt: 4,
100
- htmlFor: config.key,
101
- key: config.key
102
- }, label), /*#__PURE__*/React.createElement(FeedbackRating.Item, {
103
- name: config.key,
104
- validate: config.validate,
105
- initialValue: initialValue,
106
- placement: "left-start",
107
- flip: {
108
- fallbackPlacements: ['right-start', 'bottom']
109
- },
110
- "aria-describedby": config.description ? config.key + '-description' : undefined
111
- }, function (_ref8) {
112
- var input = _ref8.input;
113
- if (config.type === 'textarea') {
114
- return /*#__PURE__*/React.createElement(Textarea, _extends({}, input, {
115
- h: 80,
116
- onChange: _this.handleChange(input.onChange),
117
- id: config.key
118
- }));
119
- }
120
- if (config.type === 'input') {
121
- return /*#__PURE__*/React.createElement(Input, {
122
- state: input.state
123
- }, /*#__PURE__*/React.createElement(Input.Value, _extends({}, input, {
124
- onChange: _this.handleChange(input.onChange),
125
- id: config.key
126
- })));
127
- }
128
- return null;
129
- }), config.description && /*#__PURE__*/React.createElement(Box, {
130
- mt: 2
131
- }, typeof config.description === 'string' || isDescriptionReactFragment ? /*#__PURE__*/React.createElement(Text, {
132
- size: 200,
133
- color: "text-secondary",
134
- id: config.key + '-description'
135
- }, config.description) : config.description));
136
- });
137
- return _this;
138
- }
139
- _createClass(FeedbackRatingRoot, [{
140
- key: "headerId",
141
- get: function get() {
142
- var uid = this.asProps.uid;
143
- return "".concat(uid, "-feedback-rating-header");
144
- }
145
- }, {
146
- key: "getHeaderProps",
147
- value: function getHeaderProps() {
148
- return {
149
- id: this.headerId
150
- };
151
- }
152
- }, {
153
- key: "getItemProps",
154
- value: function getItemProps() {
155
- var validateOnBlur = this.asProps.validateOnBlur;
156
- return {
157
- validateOnBlur: validateOnBlur
158
- };
159
- }
160
- }, {
161
- key: "getNoticeTextId",
162
- value: function getNoticeTextId() {
163
- var uid = this.asProps.uid;
164
- return "".concat(uid, "-feedback-rating-notice");
165
- }
166
- }, {
167
- key: "componentDidUpdate",
168
- value: function componentDidUpdate(prevProps) {
169
- var _this2 = this;
170
- var _this$asProps = this.asProps,
171
- status = _this$asProps.status,
172
- getI18nText = _this$asProps.getI18nText;
173
- if (prevProps.status !== status) {
174
- this.setState({
175
- error: false
176
- });
177
- if (status === 'success') {
178
- // showing notice with delay for SR, less than 100ms is not enough
179
- setTimeout(function () {
180
- _this2.manager.add({
181
- icon: /*#__PURE__*/React.createElement(CheckM, {
182
- color: "green-400"
183
- }),
184
- children: getI18nText('successMessage'),
185
- initialAnimation: true,
186
- duration: 5000
187
- });
188
- }, 300);
189
- } else if (status === 'error') {
190
- this.setState({
191
- error: true
192
- });
193
- }
194
- }
195
- }
196
- }, {
197
- key: "render",
198
- value: function render() {
199
- var _ref = this.asProps,
200
- _ref2 = this.asProps,
201
- _ref4,
202
- _this3 = this;
203
- var _this$asProps2 = this.asProps,
204
- header = _this$asProps2.header,
205
- submitText = _this$asProps2.submitText,
206
- formConfig = _this$asProps2.formConfig,
207
- notificationText = _this$asProps2.notificationText,
208
- learnMoreLink = _this$asProps2.learnMoreLink,
209
- Children = _this$asProps2.Children,
210
- styles = _this$asProps2.styles,
211
- forwardRef = _this$asProps2.forwardRef,
212
- status = _this$asProps2.status,
213
- theme = _this$asProps2.theme,
214
- background = _this$asProps2.background,
215
- rating = _this$asProps2.rating,
216
- visible = _this$asProps2.visible,
217
- onVisibleChange = _this$asProps2.onVisibleChange,
218
- notificationVisible = _this$asProps2.notificationVisible,
219
- onNotificationClose = _this$asProps2.onNotificationClose,
220
- getI18nText = _this$asProps2.getI18nText,
221
- errorFeedbackEmail = _this$asProps2.errorFeedbackEmail,
222
- modalWidth = _this$asProps2.modalWidth,
223
- other = _objectWithoutProperties(_this$asProps2, _excluded);
224
- var SFeedbackRating = Modal;
225
- var checkboxFields = formConfig.filter(function (item) {
226
- return item.type === 'checkbox';
227
- });
228
- var textFields = formConfig.filter(function (item) {
229
- return item.type === 'textarea' || item.type === 'input';
230
- });
231
- var notificationId = this.getNoticeTextId();
232
- return _ref4 = sstyled(styles), /*#__PURE__*/React.createElement(Box, _assignProps2({}, _ref2), /*#__PURE__*/React.createElement(Notice, _ref4.cn("Notice", {
233
- "visible": notificationVisible,
234
- "aria-label": getI18nText('leaveFeedback'),
235
- "tag": Flex,
236
- "alignItems": 'center'
237
- }), /*#__PURE__*/React.createElement(Notice.Label, {
238
- mr: 3,
239
- "aria-hidden": true
240
- }, /*#__PURE__*/React.createElement(FeedbackIllustration, _ref4.cn("FeedbackIllustration", {}))), /*#__PURE__*/React.createElement(Notice.Content, {
241
- tag: Flex,
242
- alignItems: 'center'
243
- }, /*#__PURE__*/React.createElement(Text, _ref4.cn("Text", {
244
- "mr": 3,
245
- "id": notificationId
246
- }), notificationText), /*#__PURE__*/React.createElement(Notice.Actions, {
247
- mt: 0
248
- }, /*#__PURE__*/React.createElement(SliderRating, _ref4.cn("SliderRating", {
249
- "value": rating,
250
- "onChange": this.handleChangeRating,
251
- "aria-labelledby": notificationId
252
- }))), learnMoreLink && /*#__PURE__*/React.createElement(Link, _ref4.cn("Link", {
253
- "ml": 3,
254
- "href": learnMoreLink
255
- }), getI18nText('learnMore'))), /*#__PURE__*/React.createElement(Notice.Close, {
256
- onClick: onNotificationClose
257
- })), /*#__PURE__*/React.createElement(SFeedbackRating, _ref4.cn("SFeedbackRating", _objectSpread({}, _assignProps({
258
- "visible": visible,
259
- "onClose": this.handelCloseModal,
260
- "p": 0,
261
- "use:w": modalWidth !== null && modalWidth !== void 0 ? modalWidth : 440,
262
- "aria-labelledby": this.headerId
263
- }, _ref))), /*#__PURE__*/React.createElement(Form, _ref4.cn("Form", _objectSpread({
264
- "decorators": [this.focusDecorator]
265
- }, other)), function (api) {
266
- var _ref5;
267
- return _ref5 = sstyled(styles), /*#__PURE__*/React.createElement(SpinContainer, _ref5.cn("SpinContainer", {
268
- "background": background,
269
- "theme": theme,
270
- "size": 'xl',
271
- "loading": status !== 'loading' ? api.submitting : status === 'loading',
272
- "p": 1,
273
- "m": 9
274
- }), /*#__PURE__*/React.createElement(Flex, _ref5.cn("Flex", {
275
- "justifyContent": 'center'
276
- }), /*#__PURE__*/React.createElement(SliderRating, _ref5.cn("SliderRating", {
277
- "value": rating,
278
- "readonly": true
279
- }))), (header === null || header === void 0 ? void 0 : header.type) === FeedbackRating.Header ? header : /*#__PURE__*/React.createElement(FeedbackRating.Header, null, header), /*#__PURE__*/React.createElement(Box, _ref5.cn("Box", _objectSpread(_objectSpread({
280
- "tag": 'form',
281
- "noValidate": true,
282
- "method": 'POST',
283
- "ref": forwardRef
284
- }, other), {}, {
285
- "onSubmit": api.handleSubmit
286
- })), /*#__PURE__*/React.createElement(Field, _ref5.cn("Field", {
287
- "name": 'rating',
288
- "initialValue": rating
289
- }), function (_ref9) {
290
- var input = _ref9.input;
291
- return /*#__PURE__*/React.createElement("input", _extends({}, input, {
292
- type: "hidden"
293
- }));
294
- }), /*#__PURE__*/React.createElement("div", _ref5.cn("div", {
295
- "role": 'group',
296
- "aria-labelledby": _this3.headerId
297
- }), checkboxFields.map(function (formConfigItem, index) {
298
- return _this3.renderCheckbox(formConfigItem, index);
299
- })), textFields.map(function (formConfigItem) {
300
- return _this3.renderTextField(formConfigItem);
301
- }), _this3.state.error && /*#__PURE__*/React.createElement(Notice, _ref5.cn("Notice", {
302
- "theme": 'warning',
303
- "mt": 4,
304
- "mb": 4
305
- }), /*#__PURE__*/React.createElement(Notice.Label, null, /*#__PURE__*/React.createElement(WarnM, _ref5.cn("WarnM", {}))), /*#__PURE__*/React.createElement(Notice.Content, null, getI18nText('errorMessage', {
306
- email: errorFeedbackEmail
307
- }))), /*#__PURE__*/React.createElement(Flex, _ref5.cn("Flex", {
308
- "mt": 4,
309
- "justifyContent": 'center'
310
- }), /*#__PURE__*/React.createElement(FeedbackRating.Submit, {
311
- loading: status !== 'loading' ? api.submitting : status === 'loading',
312
- size: 'l'
313
- }, submitText !== null && submitText !== void 0 ? submitText : getI18nText('submitButton')))));
314
- })), /*#__PURE__*/React.createElement(NoticeBubbleContainer, _ref4.cn("NoticeBubbleContainer", {
315
- "manager": this.manager
316
- })));
317
- }
318
- }]);
319
- return FeedbackRatingRoot;
320
- }(Component);
321
- _defineProperty(FeedbackRatingRoot, "displayName", 'FeedbackRatingForm');
322
- _defineProperty(FeedbackRatingRoot, "style", style);
323
- _defineProperty(FeedbackRatingRoot, "enhance", [i18nEnhance(localizedMessages), uniqueIDEnhancement()]);
324
- _defineProperty(FeedbackRatingRoot, "defaultProps", {
325
- onSubmit: function onSubmit() {},
326
- i18n: localizedMessages,
327
- locale: 'en'
328
- });
329
- _defineProperty(FeedbackRatingRoot, "validate", {
330
- description: function description(error) {
331
- return function () {
332
- var value = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';
333
- var words = value.split(/\s+/);
334
- var symbols = words.join(' ');
335
- if (Boolean(value) && (symbols.length < 10 || words.length < 3)) {
336
- return error;
337
- }
338
- };
339
- },
340
- email: function email(error) {
341
- return function () {
342
- var value = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';
343
- if (Boolean(value) && !/.+@.+\..+/i.test(String(value).toLowerCase())) {
344
- return error;
345
- }
346
- };
347
- }
348
- });
349
- function Header(props) {
350
- var _ref3 = arguments[0],
351
- _ref6;
352
- var styles = props.styles;
353
- var SHeader = Text;
354
- return _ref6 = sstyled(styles), /*#__PURE__*/React.createElement(SHeader, _ref6.cn("SHeader", _objectSpread({}, _assignProps3({
355
- "size": 300,
356
- "tag": 'h2',
357
- "mb": 4,
358
- "mt": 4,
359
- "textAlign": 'center'
360
- }, _ref3))));
361
- }
362
- var FeedbackRating = createComponent(FeedbackRatingRoot, {
363
- Header: Header,
364
- Item: FeedbackItem,
365
- Checkbox: CheckboxButton,
366
- Submit: SubmitButton
367
- });
368
- export default FeedbackRating;
369
- //# sourceMappingURL=FeedbackRating.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"FeedbackRating.js","names":["React","createComponent","Component","sstyled","Root","Field","Form","createFocusDecorator","SpinContainer","i18nEnhance","uniqueIDEnhancement","Notice","CheckM","WarnM","Text","FeedbackIllustration","Link","SliderRating","Modal","Textarea","Box","Flex","FeedbackItem","SubmitButton","CheckboxButton","Input","localizedMessages","NoticeBubbleContainer","NoticeBubbleManager","style","_sstyled","insert","FeedbackRatingRoot","_Component","_inherits","_super","_createSuper","_this","_classCallCheck","_len","arguments","length","args","Array","_key","call","apply","concat","_defineProperty","_assertThisInitialized","error","rating","asProps","onVisibleChange","fn","value","e","config","index","initialValue","props","initialValues","key","createElement","name","type","_ref7","input","FeedbackRating","Checkbox","_extends","id","label","onChange","_checked","focused","_config$description","mb","size","isDescriptionReactFragment","description","Fragment","direction","tag","mt","htmlFor","Item","validate","placement","flip","fallbackPlacements","undefined","_ref8","h","handleChange","state","Value","color","_createClass","get","uid","getHeaderProps","headerId","getItemProps","validateOnBlur","getNoticeTextId","componentDidUpdate","prevProps","_this2","_this$asProps","status","getI18nText","setState","setTimeout","manager","add","icon","children","initialAnimation","duration","render","_ref","_ref2","_ref4","_this3","_this$asProps2","header","submitText","formConfig","notificationText","learnMoreLink","Children","styles","forwardRef","theme","background","visible","notificationVisible","onNotificationClose","errorFeedbackEmail","modalWidth","other","_objectWithoutProperties","_excluded","SFeedbackRating","checkboxFields","filter","item","textFields","notificationId","_assignProps2","cn","Label","mr","Content","alignItems","Actions","handleChangeRating","Close","onClick","_objectSpread","_assignProps","handelCloseModal","focusDecorator","api","_ref5","submitting","Header","handleSubmit","_ref9","map","formConfigItem","renderCheckbox","renderTextField","email","Submit","loading","onSubmit","i18n","locale","words","split","symbols","join","Boolean","test","String","toLowerCase","_ref3","arguments[0]","_ref6","SHeader","_assignProps3"],"sources":["../../../../src/component/feedback-rating/FeedbackRating.tsx"],"sourcesContent":["import React, { ReactElement } from 'react';\nimport createComponent, { Component, sstyled, Root } from '@semcore/core';\nimport { Field, Form } from 'react-final-form';\nimport createFocusDecorator from 'final-form-focus';\nimport SpinContainer from '@semcore/spin-container';\nimport i18nEnhance from '@semcore/utils/lib/enhances/i18nEnhance';\nimport uniqueIDEnhancement from '@semcore/utils/lib/uniqueID';\nimport Notice from '@semcore/notice';\nimport CheckM from '@semcore/icon/Check/m';\nimport WarnM from '@semcore/icon/Warning/m';\nimport { Text } from '@semcore/typography';\nimport FeedbackIllustration from '@semcore/illustration/Feedback';\nimport Link from '@semcore/link';\nimport SliderRating from '../slider-rating/SliderRating';\nimport Modal from '@semcore/modal';\nimport Textarea from '@semcore/textarea';\nimport { Box, Flex } from '@semcore/flex-box';\nimport { FeedbackItem } from '../feedback-item/FeedbackItem';\nimport { SubmitButton } from '../submit-button/SubmitButton';\nimport { FeedbackRatingProps, FeedbackRatingType, FormConfigItem } from './FeedbackRating.type';\nimport CheckboxButton from '../checkbox-button/CheckboxButton';\nimport Input from '@semcore/input';\nimport { localizedMessages } from '../../translations/__intergalactic-dynamic-locales';\nimport { NoticeBubbleContainer, NoticeBubbleManager } from '@semcore/notice-bubble';\nimport style from '../../style/feedback-rating.shadow.css';\n\ntype State = {\n error: boolean;\n};\n\nclass FeedbackRatingRoot extends Component<\n FeedbackRatingProps,\n {},\n State,\n typeof FeedbackRatingRoot.enhance\n> {\n static displayName = 'FeedbackRatingForm';\n static style = style;\n\n static enhance = [i18nEnhance(localizedMessages), uniqueIDEnhancement()] as const;\n\n static defaultProps = {\n onSubmit: () => {},\n i18n: localizedMessages,\n locale: 'en',\n };\n\n static validate = {\n description: (error: Error | string) => (value = '') => {\n const words = value.split(/\\s+/);\n const symbols = words.join(' ');\n if (Boolean(value) && (symbols.length < 10 || words.length < 3)) {\n return error;\n }\n },\n email: (error: Error | string) => (value = '') => {\n if (Boolean(value) && !/.+@.+\\..+/i.test(String(value).toLowerCase())) {\n return error;\n }\n },\n };\n\n state: State = {\n error: false,\n };\n\n manager = new NoticeBubbleManager();\n\n private focusDecorator = createFocusDecorator<Record<string, any>>();\n\n get headerId() {\n const { uid } = this.asProps;\n\n return `${uid}-feedback-rating-header`;\n }\n\n getHeaderProps() {\n return {\n id: this.headerId,\n };\n }\n\n getItemProps() {\n const { validateOnBlur } = this.asProps;\n\n return {\n validateOnBlur,\n };\n }\n\n getNoticeTextId() {\n const { uid } = this.asProps;\n return `${uid}-feedback-rating-notice`;\n }\n\n handleChangeRating = (rating: number) => {\n this.asProps.onVisibleChange(true, rating);\n };\n\n handelCloseModal = () => {\n this.asProps.onVisibleChange(false, this.asProps.rating);\n };\n\n handleChange =\n (fn: (e: React.SyntheticEvent) => void) => (value: any, e: React.SyntheticEvent) => {\n fn(e);\n };\n\n componentDidUpdate(prevProps: Readonly<FeedbackRatingProps>) {\n const { status, getI18nText } = this.asProps;\n\n if (prevProps.status !== status) {\n this.setState({ error: false });\n\n if (status === 'success') {\n // showing notice with delay for SR, less than 100ms is not enough\n setTimeout(() => {\n this.manager.add({\n icon: <CheckM color='green-400' />,\n children: getI18nText('successMessage'),\n initialAnimation: true,\n duration: 5000,\n });\n }, 300);\n } else if (status === 'error') {\n this.setState({ error: true });\n }\n }\n }\n\n renderCheckbox = (config: FormConfigItem, index: number) => {\n const initialValue = this.props.initialValues[config.key];\n\n return (\n <Field name={config.key} initialValue={initialValue} type={'checkbox'} key={config.key}>\n {({ input }) => (\n <FeedbackRating.Checkbox\n {...input}\n id={config.key}\n label={config.label}\n onChange={(_checked, e) => input.onChange(e)}\n focused={index === 0}\n />\n )}\n </Field>\n );\n };\n\n renderTextField = (config: FormConfigItem) => {\n const initialValue = this.props.initialValues[config.key];\n\n const label =\n typeof config.label === 'string' ? (\n <Text mb={2} size={200}>\n {config.label}\n </Text>\n ) : (\n (config.label as unknown as JSX.Element)\n );\n\n const isDescriptionReactFragment =\n (config.description as ReactElement)?.type === React.Fragment;\n\n return (\n <Flex direction='column'>\n <Flex tag='label' mt={4} htmlFor={config.key} key={config.key}>\n {label}\n </Flex>\n\n <FeedbackRating.Item\n name={config.key}\n validate={config.validate}\n initialValue={initialValue}\n placement='left-start'\n flip={{\n fallbackPlacements: ['right-start', 'bottom'],\n }}\n aria-describedby={config.description ? config.key + '-description' : undefined}\n >\n {({ input }) => {\n if (config.type === 'textarea') {\n return (\n <Textarea\n {...input}\n h={80}\n onChange={this.handleChange(input.onChange)}\n id={config.key}\n />\n );\n }\n if (config.type === 'input') {\n return (\n <Input state={input.state}>\n <Input.Value\n {...input}\n onChange={this.handleChange(input.onChange)}\n id={config.key}\n />\n </Input>\n );\n }\n return null;\n }}\n </FeedbackRating.Item>\n {config.description && (\n <Box mt={2}>\n {typeof config.description === 'string' || isDescriptionReactFragment ? (\n <Text size={200} color='text-secondary' id={config.key + '-description'}>\n {config.description}\n </Text>\n ) : (\n config.description\n )}\n </Box>\n )}\n </Flex>\n );\n };\n\n render() {\n const {\n header,\n submitText,\n formConfig,\n notificationText,\n learnMoreLink,\n Children,\n styles,\n forwardRef,\n status,\n theme,\n background,\n rating,\n visible,\n onVisibleChange,\n notificationVisible,\n onNotificationClose,\n getI18nText,\n errorFeedbackEmail,\n modalWidth,\n ...other\n } = this.asProps;\n\n const SFeedbackRating = Root;\n const checkboxFields = formConfig.filter((item) => item.type === 'checkbox');\n const textFields = formConfig.filter(\n (item) => item.type === 'textarea' || item.type === 'input',\n );\n const notificationId = this.getNoticeTextId();\n\n return sstyled(styles)(\n <Root render={Box}>\n <Notice\n visible={notificationVisible}\n aria-label={getI18nText('leaveFeedback')}\n tag={Flex}\n alignItems={'center'}\n >\n <Notice.Label mr={3} aria-hidden={true}>\n <FeedbackIllustration />\n </Notice.Label>\n <Notice.Content tag={Flex} alignItems={'center'}>\n <Text mr={3} id={notificationId}>\n {notificationText}\n </Text>\n <Notice.Actions mt={0}>\n <SliderRating\n value={rating}\n onChange={this.handleChangeRating}\n aria-labelledby={notificationId}\n />\n </Notice.Actions>\n {learnMoreLink && (\n <Link ml={3} href={learnMoreLink}>\n {getI18nText('learnMore')}\n </Link>\n )}\n </Notice.Content>\n <Notice.Close onClick={onNotificationClose} />\n </Notice>\n\n <SFeedbackRating\n render={Modal}\n visible={visible}\n onClose={this.handelCloseModal}\n p={0}\n use:w={modalWidth ?? 440}\n aria-labelledby={this.headerId}\n >\n <Form decorators={[this.focusDecorator]} {...other}>\n {(api) =>\n sstyled(styles)(\n <SpinContainer\n background={background}\n theme={theme}\n size='xl'\n loading={status !== 'loading' ? api.submitting : status === 'loading'}\n p={1}\n m={9}\n >\n <Flex justifyContent='center'>\n <SliderRating value={rating} readonly={true} />\n </Flex>\n\n {(header as ReactElement)?.type === FeedbackRating.Header ? (\n header\n ) : (\n <FeedbackRating.Header>{header}</FeedbackRating.Header>\n )}\n\n <Box\n tag='form'\n noValidate\n method='POST'\n ref={forwardRef}\n {...other}\n onSubmit={api.handleSubmit}\n >\n <Field name={'rating'} initialValue={rating}>\n {({ input }) => <input {...input} type='hidden' />}\n </Field>\n\n <div role={'group'} aria-labelledby={this.headerId}>\n {checkboxFields.map((formConfigItem, index) =>\n this.renderCheckbox(formConfigItem, index),\n )}\n </div>\n\n {textFields.map((formConfigItem) => this.renderTextField(formConfigItem))}\n\n {this.state.error && (\n <Notice theme={'warning'} mt={4} mb={4}>\n <Notice.Label>\n <WarnM />\n </Notice.Label>\n <Notice.Content>\n {getI18nText('errorMessage', { email: errorFeedbackEmail })}\n </Notice.Content>\n </Notice>\n )}\n\n <Flex mt={4} justifyContent={'center'}>\n <FeedbackRating.Submit\n loading={status !== 'loading' ? api.submitting : status === 'loading'}\n size={'l'}\n >\n {submitText ?? getI18nText('submitButton')}\n </FeedbackRating.Submit>\n </Flex>\n </Box>\n </SpinContainer>,\n )\n }\n </Form>\n </SFeedbackRating>\n\n <NoticeBubbleContainer manager={this.manager} />\n </Root>,\n );\n }\n}\n\nfunction Header(props: any) {\n const { styles } = props;\n const SHeader = Root;\n return sstyled(styles)(\n <SHeader render={Text} size={300} tag='h2' mb={4} mt={4} textAlign={'center'} />,\n );\n}\n\nconst FeedbackRating: typeof FeedbackRatingType & { validate: typeof FeedbackRatingRoot.validate } =\n createComponent(FeedbackRatingRoot, {\n Header,\n Item: FeedbackItem,\n Checkbox: CheckboxButton,\n Submit: SubmitButton,\n });\n\nexport default FeedbackRating;\n"],"mappings":"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"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=FeedbackRating.type.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"FeedbackRating.type.js","names":[],"sources":["../../../../src/component/feedback-rating/FeedbackRating.type.ts"],"sourcesContent":["import React from 'react';\nimport { FeedbackFormProps } from '../../index';\nimport { FieldProps } from 'react-final-form';\n\nimport { Intergalactic } from '@semcore/core';\nimport Button from '@semcore/button';\nimport { Text } from '@semcore/typography';\nimport Checkbox, { CheckboxProps } from '@semcore/checkbox';\n\nexport type FormConfigItem = {\n key: string;\n label: React.ReactNode;\n type: 'input' | 'checkbox' | 'textarea';\n description?: React.ReactNode;\n validate?: (value: any) => Error | string | undefined;\n};\n\nexport type FeedbackRatingProps = Intergalactic.InternalTypings.EfficientOmit<\n FeedbackFormProps,\n 'initialValues' | 'loading'\n> & {\n /** status of form */\n status: 'default' | 'success' | 'error' | 'loading';\n\n /** flag for show/hide notification */\n notificationVisible: boolean;\n /** */\n onNotificationClose: () => void;\n /** text in notification panel */\n notificationText: string;\n /** optional link in notification panel */\n learnMoreLink?: string;\n /** rating value */\n rating: number;\n /** visible modal form flag */\n visible: boolean;\n\n onVisibleChange: (visible: boolean, rating: number) => void;\n\n /** width for modal with form */\n modalWidth?: number | string;\n\n /** header of modal with form */\n header: React.ReactNode;\n /** text for submit button of form */\n submitText?: string;\n /** config for form fields */\n formConfig: FormConfigItem[];\n\n initialValues: Record<string, any> & { rating: number };\n\n errorFeedbackEmail: string;\n\n locale?: string;\n};\n\nexport type FeedbackRatingItemProps = FieldProps<any, any> & {\n /**\n * Allows to override which passed props will be passed to the Tooltip component.\n */\n tooltipProps?: string[];\n};\n\nexport type FeedbackRatingCheckboxProps = Omit<CheckboxProps, 'label'> & {\n focused: boolean;\n label: React.ReactNode;\n};\n\ndeclare const FeedbackRatingType: Intergalactic.Component<'form', FeedbackRatingProps> & {\n Item: Intergalactic.Component<'div', FeedbackRatingItemProps>;\n Submit: typeof Button;\n Checkbox: Intergalactic.Component<typeof Checkbox, FeedbackRatingCheckboxProps>;\n Header: typeof Text;\n};\n\nexport { FeedbackRatingType };\n"],"mappings":""}