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