intergalactic 15.129.0 → 15.130.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 (1724) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/accordion/lib/cjs/Accordion.js +12 -10
  3. package/accordion/lib/cjs/Accordion.js.map +1 -1
  4. package/accordion/lib/es6/Accordion.js +12 -10
  5. package/accordion/lib/es6/Accordion.js.map +1 -1
  6. package/accordion/lib/esm/Accordion.mjs +203 -162
  7. package/accordion/lib/esm/index.mjs +4 -4
  8. package/accordion/lib/esm/style/accordion.shadow.css +50 -0
  9. package/accordion/package.json +1 -1
  10. package/add-filter/lib/esm/AddFilter.mjs +201 -153
  11. package/add-filter/lib/esm/components/AddFilterDropdown.mjs +49 -44
  12. package/add-filter/lib/esm/components/AddFilterInput.mjs +55 -48
  13. package/add-filter/lib/esm/components/AddFilterSelect.mjs +56 -51
  14. package/add-filter/lib/esm/index.mjs +2 -2
  15. package/add-filter/lib/esm/translations/__intergalactic-dynamic-locales.mjs +30 -30
  16. package/add-filter/lib/esm/translations/de.json.mjs +2 -2
  17. package/add-filter/lib/esm/translations/en.json.mjs +2 -2
  18. package/add-filter/lib/esm/translations/es.json.mjs +2 -2
  19. package/add-filter/lib/esm/translations/fr.json.mjs +2 -2
  20. package/add-filter/lib/esm/translations/it.json.mjs +2 -2
  21. package/add-filter/lib/esm/translations/ja.json.mjs +2 -2
  22. package/add-filter/lib/esm/translations/ko.json.mjs +2 -2
  23. package/add-filter/lib/esm/translations/nl.json.mjs +2 -2
  24. package/add-filter/lib/esm/translations/pl.json.mjs +2 -2
  25. package/add-filter/lib/esm/translations/pt.json.mjs +2 -2
  26. package/add-filter/lib/esm/translations/sv.json.mjs +2 -2
  27. package/add-filter/lib/esm/translations/tr.json.mjs +2 -2
  28. package/add-filter/lib/esm/translations/vi.json.mjs +2 -2
  29. package/add-filter/lib/esm/translations/zh.json.mjs +2 -2
  30. package/add-filter/package.json +1 -1
  31. package/animation/lib/cjs/Animation.js +14 -12
  32. package/animation/lib/cjs/Animation.js.map +1 -1
  33. package/animation/lib/cjs/Collapse.js +31 -29
  34. package/animation/lib/cjs/Collapse.js.map +1 -1
  35. package/animation/lib/cjs/FadeInOut.js +31 -29
  36. package/animation/lib/cjs/FadeInOut.js.map +1 -1
  37. package/animation/lib/cjs/Scale.js +31 -29
  38. package/animation/lib/cjs/Scale.js.map +1 -1
  39. package/animation/lib/cjs/Slide.js +31 -29
  40. package/animation/lib/cjs/Slide.js.map +1 -1
  41. package/animation/lib/cjs/Transform.js +31 -29
  42. package/animation/lib/cjs/Transform.js.map +1 -1
  43. package/animation/lib/es6/Animation.js +14 -12
  44. package/animation/lib/es6/Animation.js.map +1 -1
  45. package/animation/lib/es6/Collapse.js +31 -29
  46. package/animation/lib/es6/Collapse.js.map +1 -1
  47. package/animation/lib/es6/FadeInOut.js +31 -29
  48. package/animation/lib/es6/FadeInOut.js.map +1 -1
  49. package/animation/lib/es6/Scale.js +31 -29
  50. package/animation/lib/es6/Scale.js.map +1 -1
  51. package/animation/lib/es6/Slide.js +31 -29
  52. package/animation/lib/es6/Slide.js.map +1 -1
  53. package/animation/lib/es6/Transform.js +31 -29
  54. package/animation/lib/es6/Transform.js.map +1 -1
  55. package/animation/lib/esm/Animation.mjs +149 -111
  56. package/animation/lib/esm/Collapse.mjs +95 -67
  57. package/animation/lib/esm/FadeInOut.mjs +49 -46
  58. package/animation/lib/esm/Scale.mjs +73 -62
  59. package/animation/lib/esm/Slide.mjs +49 -46
  60. package/animation/lib/esm/Transform.mjs +54 -49
  61. package/animation/lib/esm/index.mjs +13 -13
  62. package/animation/lib/esm/style/animate.shadow.css +44 -0
  63. package/animation/lib/esm/style/keyframes.shadow.css +292 -0
  64. package/animation/package.json +1 -1
  65. package/badge/lib/cjs/Badge.js +9 -7
  66. package/badge/lib/cjs/Badge.js.map +1 -1
  67. package/badge/lib/es6/Badge.js +9 -7
  68. package/badge/lib/es6/Badge.js.map +1 -1
  69. package/badge/lib/esm/Badge.mjs +50 -42
  70. package/badge/lib/esm/index.mjs +2 -2
  71. package/badge/lib/esm/style/badge.shadow.css +21 -0
  72. package/badge/package.json +1 -1
  73. package/base-trigger/lib/cjs/BaseTrigger.js +21 -19
  74. package/base-trigger/lib/cjs/BaseTrigger.js.map +1 -1
  75. package/base-trigger/lib/cjs/ButtonTrigger.js +6 -4
  76. package/base-trigger/lib/cjs/ButtonTrigger.js.map +1 -1
  77. package/base-trigger/lib/cjs/FilterTrigger.js +10 -8
  78. package/base-trigger/lib/cjs/FilterTrigger.js.map +1 -1
  79. package/base-trigger/lib/cjs/LinkTrigger.js +15 -13
  80. package/base-trigger/lib/cjs/LinkTrigger.js.map +1 -1
  81. package/base-trigger/lib/es6/BaseTrigger.js +21 -19
  82. package/base-trigger/lib/es6/BaseTrigger.js.map +1 -1
  83. package/base-trigger/lib/es6/ButtonTrigger.js +6 -4
  84. package/base-trigger/lib/es6/ButtonTrigger.js.map +1 -1
  85. package/base-trigger/lib/es6/FilterTrigger.js +10 -8
  86. package/base-trigger/lib/es6/FilterTrigger.js.map +1 -1
  87. package/base-trigger/lib/es6/LinkTrigger.js +15 -13
  88. package/base-trigger/lib/es6/LinkTrigger.js.map +1 -1
  89. package/base-trigger/lib/esm/BaseTrigger.mjs +98 -83
  90. package/base-trigger/lib/esm/ButtonTrigger.mjs +57 -48
  91. package/base-trigger/lib/esm/FilterTrigger.mjs +176 -150
  92. package/base-trigger/lib/esm/LinkTrigger.mjs +83 -70
  93. package/base-trigger/lib/esm/index.mjs +8 -8
  94. package/base-trigger/lib/esm/style/base-trigger.shadow.css +185 -0
  95. package/base-trigger/lib/esm/style/button-trigger.shadow.css +8 -0
  96. package/base-trigger/lib/esm/style/filter-trigger.shadow.css +30 -0
  97. package/base-trigger/lib/esm/style/link-trigger.shadow.css +104 -0
  98. package/base-trigger/lib/esm/translations/__intergalactic-dynamic-locales.mjs +30 -30
  99. package/base-trigger/lib/esm/translations/de.json.mjs +8 -6
  100. package/base-trigger/lib/esm/translations/en.json.mjs +8 -6
  101. package/base-trigger/lib/esm/translations/es.json.mjs +8 -6
  102. package/base-trigger/lib/esm/translations/fr.json.mjs +8 -6
  103. package/base-trigger/lib/esm/translations/it.json.mjs +8 -6
  104. package/base-trigger/lib/esm/translations/ja.json.mjs +8 -6
  105. package/base-trigger/lib/esm/translations/ko.json.mjs +8 -6
  106. package/base-trigger/lib/esm/translations/nl.json.mjs +8 -6
  107. package/base-trigger/lib/esm/translations/pl.json.mjs +8 -6
  108. package/base-trigger/lib/esm/translations/pt.json.mjs +8 -6
  109. package/base-trigger/lib/esm/translations/sv.json.mjs +8 -6
  110. package/base-trigger/lib/esm/translations/tr.json.mjs +8 -6
  111. package/base-trigger/lib/esm/translations/vi.json.mjs +8 -6
  112. package/base-trigger/lib/esm/translations/zh.json.mjs +8 -6
  113. package/base-trigger/package.json +1 -1
  114. package/breadcrumbs/lib/cjs/Breadcrumbs.js +11 -9
  115. package/breadcrumbs/lib/cjs/Breadcrumbs.js.map +1 -1
  116. package/breadcrumbs/lib/es6/Breadcrumbs.js +11 -9
  117. package/breadcrumbs/lib/es6/Breadcrumbs.js.map +1 -1
  118. package/breadcrumbs/lib/esm/Breadcrumbs.mjs +86 -71
  119. package/breadcrumbs/lib/esm/index.mjs +2 -2
  120. package/breadcrumbs/lib/esm/style/breadcrumbs.shadow.css +64 -0
  121. package/breadcrumbs/lib/esm/translations/__intergalactic-dynamic-locales.mjs +30 -30
  122. package/breadcrumbs/lib/esm/translations/de.json.mjs +5 -4
  123. package/breadcrumbs/lib/esm/translations/en.json.mjs +5 -4
  124. package/breadcrumbs/lib/esm/translations/es.json.mjs +5 -4
  125. package/breadcrumbs/lib/esm/translations/fr.json.mjs +5 -4
  126. package/breadcrumbs/lib/esm/translations/it.json.mjs +5 -4
  127. package/breadcrumbs/lib/esm/translations/ja.json.mjs +5 -4
  128. package/breadcrumbs/lib/esm/translations/ko.json.mjs +5 -4
  129. package/breadcrumbs/lib/esm/translations/nl.json.mjs +5 -4
  130. package/breadcrumbs/lib/esm/translations/pl.json.mjs +5 -4
  131. package/breadcrumbs/lib/esm/translations/pt.json.mjs +5 -4
  132. package/breadcrumbs/lib/esm/translations/sv.json.mjs +5 -4
  133. package/breadcrumbs/lib/esm/translations/tr.json.mjs +5 -4
  134. package/breadcrumbs/lib/esm/translations/vi.json.mjs +5 -4
  135. package/breadcrumbs/lib/esm/translations/zh.json.mjs +5 -4
  136. package/breadcrumbs/package.json +1 -1
  137. package/breakpoints/lib/esm/Breakpoints.mjs +64 -47
  138. package/breakpoints/lib/esm/index.mjs +5 -5
  139. package/breakpoints/package.json +1 -1
  140. package/bulk-textarea/lib/cjs/components/InputField/InputField.js +15 -13
  141. package/bulk-textarea/lib/cjs/components/InputField/InputField.js.map +1 -1
  142. package/bulk-textarea/lib/es6/components/InputField/InputField.js +15 -13
  143. package/bulk-textarea/lib/es6/components/InputField/InputField.js.map +1 -1
  144. package/bulk-textarea/lib/esm/BulkTextarea.mjs +202 -143
  145. package/bulk-textarea/lib/esm/components/ClearAll.mjs +14 -13
  146. package/bulk-textarea/lib/esm/components/Counter.mjs +15 -14
  147. package/bulk-textarea/lib/esm/components/ErrorsNavigation.mjs +30 -30
  148. package/bulk-textarea/lib/esm/components/InputField/InputField.mjs +872 -429
  149. package/bulk-textarea/lib/esm/components/InputField/inputField.shadow.css +171 -0
  150. package/bulk-textarea/lib/esm/index.mjs +2 -2
  151. package/bulk-textarea/lib/esm/translations/__intergalactic-dynamic-locales.mjs +30 -30
  152. package/bulk-textarea/lib/esm/translations/de.json.mjs +2 -2
  153. package/bulk-textarea/lib/esm/translations/en.json.mjs +2 -2
  154. package/bulk-textarea/lib/esm/translations/es.json.mjs +2 -2
  155. package/bulk-textarea/lib/esm/translations/fr.json.mjs +2 -2
  156. package/bulk-textarea/lib/esm/translations/it.json.mjs +2 -2
  157. package/bulk-textarea/lib/esm/translations/ja.json.mjs +2 -2
  158. package/bulk-textarea/lib/esm/translations/ko.json.mjs +2 -2
  159. package/bulk-textarea/lib/esm/translations/nl.json.mjs +2 -2
  160. package/bulk-textarea/lib/esm/translations/pl.json.mjs +2 -2
  161. package/bulk-textarea/lib/esm/translations/pt.json.mjs +2 -2
  162. package/bulk-textarea/lib/esm/translations/sv.json.mjs +2 -2
  163. package/bulk-textarea/lib/esm/translations/tr.json.mjs +2 -2
  164. package/bulk-textarea/lib/esm/translations/vi.json.mjs +2 -2
  165. package/bulk-textarea/lib/esm/translations/zh.json.mjs +2 -2
  166. package/bulk-textarea/package.json +1 -1
  167. package/button/lib/cjs/component/Button/Button.js +31 -29
  168. package/button/lib/cjs/component/Button/Button.js.map +1 -1
  169. package/button/lib/cjs/component/ButtonLink/ButtonLink.js +23 -21
  170. package/button/lib/cjs/component/ButtonLink/ButtonLink.js.map +1 -1
  171. package/button/lib/es6/component/Button/Button.js +31 -29
  172. package/button/lib/es6/component/Button/Button.js.map +1 -1
  173. package/button/lib/es6/component/ButtonLink/ButtonLink.js +23 -21
  174. package/button/lib/es6/component/ButtonLink/ButtonLink.js.map +1 -1
  175. package/button/lib/esm/component/AbstractButton/AbstractButton.mjs +113 -83
  176. package/button/lib/esm/component/AbstractButton/SpinButton.mjs +14 -13
  177. package/button/lib/esm/component/Button/Button.mjs +80 -75
  178. package/button/lib/esm/component/Button/button.shadow.css +406 -0
  179. package/button/lib/esm/component/ButtonLink/ButtonLink.mjs +78 -69
  180. package/button/lib/esm/component/ButtonLink/buttonLink.shadow.css +168 -0
  181. package/button/lib/esm/index.mjs +6 -6
  182. package/button/package.json +1 -1
  183. package/card/lib/cjs/Card.js +9 -7
  184. package/card/lib/cjs/Card.js.map +1 -1
  185. package/card/lib/es6/Card.js +9 -7
  186. package/card/lib/es6/Card.js.map +1 -1
  187. package/card/lib/esm/Card.mjs +82 -66
  188. package/card/lib/esm/index.mjs +2 -2
  189. package/card/lib/esm/style/card.shadow.css +49 -0
  190. package/card/package.json +1 -1
  191. package/carousel/lib/cjs/Carousel.js +24 -22
  192. package/carousel/lib/cjs/Carousel.js.map +1 -1
  193. package/carousel/lib/es6/Carousel.js +24 -22
  194. package/carousel/lib/es6/Carousel.js.map +1 -1
  195. package/carousel/lib/esm/Carousel.mjs +531 -357
  196. package/carousel/lib/esm/index.mjs +2 -2
  197. package/carousel/lib/esm/style/carousel.shadow.css +149 -0
  198. package/carousel/lib/esm/translations/__intergalactic-dynamic-locales.mjs +30 -30
  199. package/carousel/lib/esm/translations/de.json.mjs +14 -10
  200. package/carousel/lib/esm/translations/en.json.mjs +14 -10
  201. package/carousel/lib/esm/translations/es.json.mjs +14 -10
  202. package/carousel/lib/esm/translations/fr.json.mjs +14 -10
  203. package/carousel/lib/esm/translations/it.json.mjs +14 -10
  204. package/carousel/lib/esm/translations/ja.json.mjs +14 -10
  205. package/carousel/lib/esm/translations/ko.json.mjs +14 -10
  206. package/carousel/lib/esm/translations/nl.json.mjs +14 -10
  207. package/carousel/lib/esm/translations/pl.json.mjs +14 -10
  208. package/carousel/lib/esm/translations/pt.json.mjs +14 -10
  209. package/carousel/lib/esm/translations/sv.json.mjs +14 -10
  210. package/carousel/lib/esm/translations/tr.json.mjs +14 -10
  211. package/carousel/lib/esm/translations/vi.json.mjs +14 -10
  212. package/carousel/lib/esm/translations/zh.json.mjs +14 -10
  213. package/carousel/package.json +1 -1
  214. package/checkbox/lib/cjs/Checkbox.js +21 -19
  215. package/checkbox/lib/cjs/Checkbox.js.map +1 -1
  216. package/checkbox/lib/es6/Checkbox.js +21 -19
  217. package/checkbox/lib/es6/Checkbox.js.map +1 -1
  218. package/checkbox/lib/esm/Checkbox.mjs +214 -171
  219. package/checkbox/lib/esm/index.mjs +4 -4
  220. package/checkbox/lib/esm/style/checkbox.shadow.css +193 -0
  221. package/checkbox/package.json +1 -1
  222. package/color-picker/lib/cjs/ColorPicker.js +27 -25
  223. package/color-picker/lib/cjs/ColorPicker.js.map +1 -1
  224. package/color-picker/lib/cjs/PaletteManager.js +27 -25
  225. package/color-picker/lib/cjs/PaletteManager.js.map +1 -1
  226. package/color-picker/lib/cjs/components/InputColor.js +27 -25
  227. package/color-picker/lib/cjs/components/InputColor.js.map +1 -1
  228. package/color-picker/lib/es6/ColorPicker.js +27 -25
  229. package/color-picker/lib/es6/ColorPicker.js.map +1 -1
  230. package/color-picker/lib/es6/PaletteManager.js +27 -25
  231. package/color-picker/lib/es6/PaletteManager.js.map +1 -1
  232. package/color-picker/lib/es6/components/InputColor.js +27 -25
  233. package/color-picker/lib/es6/components/InputColor.js.map +1 -1
  234. package/color-picker/lib/esm/ColorPicker.mjs +182 -153
  235. package/color-picker/lib/esm/PaletteManager.mjs +119 -98
  236. package/color-picker/lib/esm/components/InputColor.mjs +154 -121
  237. package/color-picker/lib/esm/components/Item.mjs +59 -50
  238. package/color-picker/lib/esm/components/colors.mjs +38 -32
  239. package/color-picker/lib/esm/index.mjs +6 -6
  240. package/color-picker/lib/esm/style/color-picker.shadow.css +166 -0
  241. package/color-picker/lib/esm/translations/__intergalactic-dynamic-locales.mjs +30 -30
  242. package/color-picker/lib/esm/translations/de.json.mjs +35 -24
  243. package/color-picker/lib/esm/translations/en.json.mjs +35 -24
  244. package/color-picker/lib/esm/translations/es.json.mjs +35 -24
  245. package/color-picker/lib/esm/translations/fr.json.mjs +35 -24
  246. package/color-picker/lib/esm/translations/it.json.mjs +35 -24
  247. package/color-picker/lib/esm/translations/ja.json.mjs +35 -24
  248. package/color-picker/lib/esm/translations/ko.json.mjs +35 -24
  249. package/color-picker/lib/esm/translations/nl.json.mjs +35 -24
  250. package/color-picker/lib/esm/translations/pl.json.mjs +35 -24
  251. package/color-picker/lib/esm/translations/pt.json.mjs +35 -24
  252. package/color-picker/lib/esm/translations/sv.json.mjs +35 -24
  253. package/color-picker/lib/esm/translations/tr.json.mjs +35 -24
  254. package/color-picker/lib/esm/translations/vi.json.mjs +35 -24
  255. package/color-picker/lib/esm/translations/zh.json.mjs +35 -24
  256. package/color-picker/package.json +1 -1
  257. package/components.json +75 -75
  258. package/core/lib/esm/index.mjs +3 -3
  259. package/core/package.json +1 -1
  260. package/counter/lib/cjs/Counter.js +14 -12
  261. package/counter/lib/cjs/Counter.js.map +1 -1
  262. package/counter/lib/es6/Counter.js +14 -12
  263. package/counter/lib/es6/Counter.js.map +1 -1
  264. package/counter/lib/esm/AnimatedNumber.mjs +52 -34
  265. package/counter/lib/esm/Counter.mjs +56 -45
  266. package/counter/lib/esm/index.mjs +4 -4
  267. package/counter/lib/esm/style/counter.shadow.css +66 -0
  268. package/counter/package.json +1 -1
  269. package/d3-chart/lib/cjs/Area.js +14 -12
  270. package/d3-chart/lib/cjs/Area.js.map +1 -1
  271. package/d3-chart/lib/cjs/Axis.js +17 -15
  272. package/d3-chart/lib/cjs/Axis.js.map +1 -1
  273. package/d3-chart/lib/cjs/Bar.js +19 -17
  274. package/d3-chart/lib/cjs/Bar.js.map +1 -1
  275. package/d3-chart/lib/cjs/Bubble.js +15 -13
  276. package/d3-chart/lib/cjs/Bubble.js.map +1 -1
  277. package/d3-chart/lib/cjs/CompactHorizontalBar.js +19 -17
  278. package/d3-chart/lib/cjs/CompactHorizontalBar.js.map +1 -1
  279. package/d3-chart/lib/cjs/Donut.js +12 -10
  280. package/d3-chart/lib/cjs/Donut.js.map +1 -1
  281. package/d3-chart/lib/cjs/Dots.js +11 -9
  282. package/d3-chart/lib/cjs/Dots.js.map +1 -1
  283. package/d3-chart/lib/cjs/HorizontalBar.js +19 -17
  284. package/d3-chart/lib/cjs/HorizontalBar.js.map +1 -1
  285. package/d3-chart/lib/cjs/Hover.js +6 -4
  286. package/d3-chart/lib/cjs/Hover.js.map +1 -1
  287. package/d3-chart/lib/cjs/Line.js +12 -10
  288. package/d3-chart/lib/cjs/Line.js.map +1 -1
  289. package/d3-chart/lib/cjs/Plot.js +6 -4
  290. package/d3-chart/lib/cjs/Plot.js.map +1 -1
  291. package/d3-chart/lib/cjs/Radar.js +22 -20
  292. package/d3-chart/lib/cjs/Radar.js.map +1 -1
  293. package/d3-chart/lib/cjs/RadialTree.js +15 -13
  294. package/d3-chart/lib/cjs/RadialTree.js.map +1 -1
  295. package/d3-chart/lib/cjs/Reference.js +15 -13
  296. package/d3-chart/lib/cjs/Reference.js.map +1 -1
  297. package/d3-chart/lib/cjs/ScatterPlot.js +12 -10
  298. package/d3-chart/lib/cjs/ScatterPlot.js.map +1 -1
  299. package/d3-chart/lib/cjs/Tooltip.js +12 -10
  300. package/d3-chart/lib/cjs/Tooltip.js.map +1 -1
  301. package/d3-chart/lib/cjs/Venn.js +12 -10
  302. package/d3-chart/lib/cjs/Venn.js.map +1 -1
  303. package/d3-chart/lib/cjs/a11y/PlotA11yModule.js +5 -3
  304. package/d3-chart/lib/cjs/a11y/PlotA11yModule.js.map +1 -1
  305. package/d3-chart/lib/cjs/a11y/PlotA11yView.js +5 -3
  306. package/d3-chart/lib/cjs/a11y/PlotA11yView.js.map +1 -1
  307. package/d3-chart/lib/cjs/component/ChartLegend/LegendFlex/LegendFlex.js +7 -5
  308. package/d3-chart/lib/cjs/component/ChartLegend/LegendFlex/LegendFlex.js.map +1 -1
  309. package/d3-chart/lib/cjs/component/ChartLegend/LegendItem/LegendItem.js +20 -18
  310. package/d3-chart/lib/cjs/component/ChartLegend/LegendItem/LegendItem.js.map +1 -1
  311. package/d3-chart/lib/cjs/component/ChartLegend/LegendTable/LegendTable.js +9 -7
  312. package/d3-chart/lib/cjs/component/ChartLegend/LegendTable/LegendTable.js.map +1 -1
  313. package/d3-chart/lib/es6/Area.js +14 -12
  314. package/d3-chart/lib/es6/Area.js.map +1 -1
  315. package/d3-chart/lib/es6/Axis.js +17 -15
  316. package/d3-chart/lib/es6/Axis.js.map +1 -1
  317. package/d3-chart/lib/es6/Bar.js +19 -17
  318. package/d3-chart/lib/es6/Bar.js.map +1 -1
  319. package/d3-chart/lib/es6/Bubble.js +15 -13
  320. package/d3-chart/lib/es6/Bubble.js.map +1 -1
  321. package/d3-chart/lib/es6/CompactHorizontalBar.js +19 -17
  322. package/d3-chart/lib/es6/CompactHorizontalBar.js.map +1 -1
  323. package/d3-chart/lib/es6/Donut.js +12 -10
  324. package/d3-chart/lib/es6/Donut.js.map +1 -1
  325. package/d3-chart/lib/es6/Dots.js +11 -9
  326. package/d3-chart/lib/es6/Dots.js.map +1 -1
  327. package/d3-chart/lib/es6/HorizontalBar.js +19 -17
  328. package/d3-chart/lib/es6/HorizontalBar.js.map +1 -1
  329. package/d3-chart/lib/es6/Hover.js +6 -4
  330. package/d3-chart/lib/es6/Hover.js.map +1 -1
  331. package/d3-chart/lib/es6/Line.js +12 -10
  332. package/d3-chart/lib/es6/Line.js.map +1 -1
  333. package/d3-chart/lib/es6/Plot.js +6 -4
  334. package/d3-chart/lib/es6/Plot.js.map +1 -1
  335. package/d3-chart/lib/es6/Radar.js +22 -20
  336. package/d3-chart/lib/es6/Radar.js.map +1 -1
  337. package/d3-chart/lib/es6/RadialTree.js +15 -13
  338. package/d3-chart/lib/es6/RadialTree.js.map +1 -1
  339. package/d3-chart/lib/es6/Reference.js +15 -13
  340. package/d3-chart/lib/es6/Reference.js.map +1 -1
  341. package/d3-chart/lib/es6/ScatterPlot.js +12 -10
  342. package/d3-chart/lib/es6/ScatterPlot.js.map +1 -1
  343. package/d3-chart/lib/es6/Tooltip.js +12 -10
  344. package/d3-chart/lib/es6/Tooltip.js.map +1 -1
  345. package/d3-chart/lib/es6/Venn.js +12 -10
  346. package/d3-chart/lib/es6/Venn.js.map +1 -1
  347. package/d3-chart/lib/es6/a11y/PlotA11yModule.js +5 -3
  348. package/d3-chart/lib/es6/a11y/PlotA11yModule.js.map +1 -1
  349. package/d3-chart/lib/es6/a11y/PlotA11yView.js +5 -3
  350. package/d3-chart/lib/es6/a11y/PlotA11yView.js.map +1 -1
  351. package/d3-chart/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.js +7 -5
  352. package/d3-chart/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.js.map +1 -1
  353. package/d3-chart/lib/es6/component/ChartLegend/LegendItem/LegendItem.js +20 -18
  354. package/d3-chart/lib/es6/component/ChartLegend/LegendItem/LegendItem.js.map +1 -1
  355. package/d3-chart/lib/es6/component/ChartLegend/LegendTable/LegendTable.js +9 -7
  356. package/d3-chart/lib/es6/component/ChartLegend/LegendTable/LegendTable.js.map +1 -1
  357. package/d3-chart/lib/esm/AnimatedClipPath.mjs +54 -0
  358. package/d3-chart/lib/esm/Area.mjs +189 -0
  359. package/d3-chart/lib/esm/Axis.mjs +406 -0
  360. package/d3-chart/lib/esm/Bar.mjs +201 -0
  361. package/d3-chart/lib/esm/Bubble.mjs +216 -0
  362. package/d3-chart/lib/esm/CompactHorizontalBar.mjs +518 -0
  363. package/d3-chart/lib/esm/Donut.mjs +415 -0
  364. package/d3-chart/lib/esm/Dots.mjs +120 -0
  365. package/d3-chart/lib/esm/GroupBar.mjs +94 -0
  366. package/d3-chart/lib/esm/HorizontalBar.mjs +181 -0
  367. package/d3-chart/lib/esm/Hover.mjs +217 -0
  368. package/d3-chart/lib/esm/Line.mjs +199 -0
  369. package/d3-chart/lib/esm/{semcore/d3-chart/src/Pattern.mjs → Pattern.mjs} +155 -128
  370. package/d3-chart/lib/esm/Plot.mjs +137 -0
  371. package/d3-chart/lib/esm/Radar.mjs +706 -0
  372. package/d3-chart/lib/esm/RadialTree.mjs +565 -0
  373. package/d3-chart/lib/esm/Reference.mjs +243 -0
  374. package/d3-chart/lib/esm/ResponsiveContainer.mjs +99 -0
  375. package/d3-chart/lib/esm/ScatterPlot.mjs +194 -0
  376. package/d3-chart/lib/esm/StackBar.mjs +177 -0
  377. package/d3-chart/lib/esm/StackedArea.mjs +84 -0
  378. package/d3-chart/lib/esm/Tooltip.mjs +255 -0
  379. package/d3-chart/lib/esm/Venn.mjs +234 -0
  380. package/d3-chart/lib/esm/a11y/DataAccessibilityTable.mjs +100 -0
  381. package/d3-chart/lib/esm/a11y/PlotA11yModule.mjs +117 -0
  382. package/d3-chart/lib/esm/a11y/PlotA11yView.mjs +146 -0
  383. package/d3-chart/lib/esm/a11y/bezier.mjs +32 -0
  384. package/d3-chart/lib/esm/a11y/focus.mjs +44 -0
  385. package/d3-chart/lib/esm/a11y/hints.mjs +122 -0
  386. package/d3-chart/lib/esm/a11y/insights.mjs +700 -0
  387. package/d3-chart/lib/esm/a11y/intl.mjs +17 -0
  388. package/d3-chart/lib/esm/a11y/locale.mjs +39 -0
  389. package/d3-chart/lib/esm/a11y/serialize.mjs +363 -0
  390. package/d3-chart/lib/esm/a11y/summarize.mjs +14 -0
  391. package/d3-chart/lib/esm/a11y/translations/module/__intergalactic-dynamic-locales.mjs +33 -0
  392. package/d3-chart/lib/esm/a11y/translations/module/de.json.mjs +14 -0
  393. package/d3-chart/lib/esm/a11y/translations/module/en.json.mjs +14 -0
  394. package/d3-chart/lib/esm/a11y/translations/module/es.json.mjs +14 -0
  395. package/d3-chart/lib/esm/a11y/translations/module/fr.json.mjs +14 -0
  396. package/d3-chart/lib/esm/a11y/translations/module/it.json.mjs +14 -0
  397. package/d3-chart/lib/esm/a11y/translations/module/ja.json.mjs +14 -0
  398. package/d3-chart/lib/esm/a11y/translations/module/ko.json.mjs +14 -0
  399. package/d3-chart/lib/esm/a11y/translations/module/nl.json.mjs +14 -0
  400. package/d3-chart/lib/esm/a11y/translations/module/pl.json.mjs +14 -0
  401. package/d3-chart/lib/esm/a11y/translations/module/pt.json.mjs +14 -0
  402. package/d3-chart/lib/esm/a11y/translations/module/sv.json.mjs +14 -0
  403. package/d3-chart/lib/esm/a11y/translations/module/tr.json.mjs +14 -0
  404. package/d3-chart/lib/esm/a11y/translations/module/vi.json.mjs +14 -0
  405. package/d3-chart/lib/esm/a11y/translations/module/zh.json.mjs +14 -0
  406. package/d3-chart/lib/esm/a11y/translations/view/__intergalactic-dynamic-locales.mjs +33 -0
  407. package/d3-chart/lib/esm/{semcore/d3-chart/src/a11y → a11y}/translations/view/de.json.mjs +5 -4
  408. package/d3-chart/lib/esm/{semcore/d3-chart/src/a11y → a11y}/translations/view/en.json.mjs +5 -4
  409. package/d3-chart/lib/esm/{semcore/d3-chart/src/a11y → a11y}/translations/view/es.json.mjs +5 -4
  410. package/d3-chart/lib/esm/{semcore/d3-chart/src/a11y → a11y}/translations/view/fr.json.mjs +5 -4
  411. package/d3-chart/lib/esm/{semcore/d3-chart/src/a11y → a11y}/translations/view/it.json.mjs +5 -4
  412. package/d3-chart/lib/esm/{semcore/d3-chart/src/a11y → a11y}/translations/view/ja.json.mjs +5 -4
  413. package/d3-chart/lib/esm/{semcore/d3-chart/src/a11y → a11y}/translations/view/ko.json.mjs +5 -4
  414. package/d3-chart/lib/esm/{semcore/d3-chart/src/a11y → a11y}/translations/view/nl.json.mjs +5 -4
  415. package/d3-chart/lib/esm/{semcore/d3-chart/src/a11y → a11y}/translations/view/pl.json.mjs +5 -4
  416. package/d3-chart/lib/esm/{semcore/d3-chart/src/a11y → a11y}/translations/view/pt.json.mjs +5 -4
  417. package/d3-chart/lib/esm/{semcore/d3-chart/src/a11y → a11y}/translations/view/sv.json.mjs +5 -4
  418. package/d3-chart/lib/esm/{semcore/d3-chart/src/a11y → a11y}/translations/view/tr.json.mjs +5 -4
  419. package/d3-chart/lib/esm/{semcore/d3-chart/src/a11y → a11y}/translations/view/vi.json.mjs +5 -4
  420. package/d3-chart/lib/esm/{semcore/d3-chart/src/a11y → a11y}/translations/view/zh.json.mjs +5 -4
  421. package/d3-chart/lib/esm/{semcore/d3-chart/src/color.mjs → color.mjs} +2 -2
  422. package/d3-chart/lib/esm/component/Chart/AbstractChart.mjs +408 -0
  423. package/d3-chart/lib/esm/component/Chart/AreaChart.mjs +145 -0
  424. package/d3-chart/lib/esm/component/Chart/BarChart.mjs +240 -0
  425. package/d3-chart/lib/esm/component/Chart/BubbleChart.mjs +135 -0
  426. package/d3-chart/lib/esm/component/Chart/CigaretteChart.mjs +294 -0
  427. package/d3-chart/lib/esm/component/Chart/CompactHorizontalBarChart.mjs +113 -0
  428. package/d3-chart/lib/esm/component/Chart/DonutChart.mjs +113 -0
  429. package/d3-chart/lib/esm/component/Chart/HistogramChart.mjs +166 -0
  430. package/d3-chart/lib/esm/component/Chart/LineChart.mjs +131 -0
  431. package/d3-chart/lib/esm/component/Chart/RadarChart.mjs +115 -0
  432. package/d3-chart/lib/esm/component/Chart/ScatterPlotChart.mjs +144 -0
  433. package/d3-chart/lib/esm/component/Chart/VennChart.mjs +141 -0
  434. package/d3-chart/lib/esm/component/Chart/index.mjs +27 -0
  435. package/d3-chart/lib/esm/component/ChartLegend/BaseLegend.mjs +91 -0
  436. package/d3-chart/lib/esm/component/ChartLegend/LegendFlex/LegendFlex.mjs +86 -0
  437. package/d3-chart/lib/esm/component/ChartLegend/LegendFlex/legend-flex.shadow.css +12 -0
  438. package/d3-chart/lib/esm/component/ChartLegend/LegendItem/LegendItem.mjs +240 -0
  439. package/d3-chart/lib/esm/component/ChartLegend/LegendItem/LegendItem.type.mjs +4 -0
  440. package/d3-chart/lib/esm/component/ChartLegend/LegendItem/legend-item.shadow.css +129 -0
  441. package/d3-chart/lib/esm/component/ChartLegend/LegendTable/LegendTable.mjs +90 -0
  442. package/d3-chart/lib/esm/component/ChartLegend/LegendTable/legend-table.shadow.css +19 -0
  443. package/d3-chart/lib/esm/component/ChartLegend/index.mjs +5 -0
  444. package/d3-chart/lib/esm/component/Cigarette/Cigarette.mjs +139 -0
  445. package/d3-chart/lib/esm/component/StackGroupBar/StackGroupBar.mjs +141 -0
  446. package/d3-chart/lib/esm/createElement.mjs +104 -0
  447. package/d3-chart/lib/esm/index.mjs +70 -0
  448. package/d3-chart/lib/esm/style/area.shadow.css +50 -0
  449. package/d3-chart/lib/esm/style/axis.shadow.css +88 -0
  450. package/d3-chart/lib/esm/style/bar.shadow.css +66 -0
  451. package/d3-chart/lib/esm/style/bubble.shadow.css +64 -0
  452. package/d3-chart/lib/esm/style/donut.shadow.css +36 -0
  453. package/d3-chart/lib/esm/style/dot.shadow.css +27 -0
  454. package/d3-chart/lib/esm/style/hover.shadow.css +9 -0
  455. package/d3-chart/lib/esm/style/line.shadow.css +43 -0
  456. package/d3-chart/lib/esm/style/plot.shadow.css +19 -0
  457. package/d3-chart/lib/esm/style/plotA11yModule.shadow.css +12 -0
  458. package/d3-chart/lib/esm/style/plotA11yView.shadow.css +39 -0
  459. package/d3-chart/lib/esm/style/radar.shadow.css +80 -0
  460. package/d3-chart/lib/esm/style/radial-tree.shadow.css +54 -0
  461. package/d3-chart/lib/esm/style/reference.shadow.css +43 -0
  462. package/d3-chart/lib/esm/style/scatterplot.shadow.css +41 -0
  463. package/d3-chart/lib/esm/style/tooltip.shadow.css +42 -0
  464. package/d3-chart/lib/esm/style/venn.shadow.css +48 -0
  465. package/d3-chart/lib/esm/translations/__intergalactic-dynamic-locales.mjs +31 -0
  466. package/d3-chart/lib/esm/translations/en.json.mjs +12 -0
  467. package/d3-chart/lib/esm/translations/es.json.mjs +11 -0
  468. package/d3-chart/lib/esm/translations/fr.json.mjs +11 -0
  469. package/d3-chart/lib/esm/translations/it.json.mjs +11 -0
  470. package/d3-chart/lib/esm/translations/ja.json.mjs +11 -0
  471. package/d3-chart/lib/esm/translations/ko.json.mjs +11 -0
  472. package/d3-chart/lib/esm/translations/nl.json.mjs +11 -0
  473. package/d3-chart/lib/esm/translations/pl.json.mjs +11 -0
  474. package/d3-chart/lib/esm/translations/pt.json.mjs +11 -0
  475. package/d3-chart/lib/esm/translations/sv.json.mjs +11 -0
  476. package/d3-chart/lib/esm/translations/tr.json.mjs +11 -0
  477. package/d3-chart/lib/esm/translations/vi.json.mjs +11 -0
  478. package/d3-chart/lib/esm/translations/zh.json.mjs +11 -0
  479. package/d3-chart/lib/esm/utils.mjs +266 -0
  480. package/d3-chart/package.json +1 -1
  481. package/data-table/lib/cjs/Body.js +6 -4
  482. package/data-table/lib/cjs/Body.js.map +1 -1
  483. package/data-table/lib/cjs/DataTable.js +39 -37
  484. package/data-table/lib/cjs/DataTable.js.map +1 -1
  485. package/data-table/lib/es6/Body.js +6 -4
  486. package/data-table/lib/es6/Body.js.map +1 -1
  487. package/data-table/lib/es6/DataTable.js +39 -37
  488. package/data-table/lib/es6/DataTable.js.map +1 -1
  489. package/data-table/lib/esm/Body.mjs +348 -238
  490. package/data-table/lib/esm/DataTable.mjs +483 -336
  491. package/data-table/lib/esm/Head.mjs +317 -206
  492. package/data-table/lib/esm/index.mjs +6 -6
  493. package/data-table/lib/esm/style/data-table.shadow.css +413 -0
  494. package/data-table/lib/esm/style/scroll-shadows.shadow.css +7 -0
  495. package/data-table/lib/esm/translations/__intergalactic-dynamic-locales.mjs +30 -30
  496. package/data-table/lib/esm/translations/de.json.mjs +5 -4
  497. package/data-table/lib/esm/translations/en.json.mjs +5 -4
  498. package/data-table/lib/esm/translations/es.json.mjs +5 -4
  499. package/data-table/lib/esm/translations/fr.json.mjs +5 -4
  500. package/data-table/lib/esm/translations/it.json.mjs +5 -4
  501. package/data-table/lib/esm/translations/ja.json.mjs +5 -4
  502. package/data-table/lib/esm/translations/ko.json.mjs +5 -4
  503. package/data-table/lib/esm/translations/nl.json.mjs +5 -4
  504. package/data-table/lib/esm/translations/pl.json.mjs +5 -4
  505. package/data-table/lib/esm/translations/pt.json.mjs +5 -4
  506. package/data-table/lib/esm/translations/sv.json.mjs +5 -4
  507. package/data-table/lib/esm/translations/tr.json.mjs +5 -4
  508. package/data-table/lib/esm/translations/vi.json.mjs +5 -4
  509. package/data-table/lib/esm/translations/zh.json.mjs +5 -4
  510. package/data-table/lib/esm/utils.mjs +44 -29
  511. package/data-table/package.json +1 -1
  512. package/date-picker/lib/cjs/components/Calendar.js +24 -22
  513. package/date-picker/lib/cjs/components/Calendar.js.map +1 -1
  514. package/date-picker/lib/cjs/components/DateRangeComparatorAbstract.js +32 -30
  515. package/date-picker/lib/cjs/components/DateRangeComparatorAbstract.js.map +1 -1
  516. package/date-picker/lib/cjs/components/InputTrigger.js +32 -30
  517. package/date-picker/lib/cjs/components/InputTrigger.js.map +1 -1
  518. package/date-picker/lib/cjs/components/PickerAbstract.js +32 -30
  519. package/date-picker/lib/cjs/components/PickerAbstract.js.map +1 -1
  520. package/date-picker/lib/cjs/components/RangePickerAbstract.js +32 -30
  521. package/date-picker/lib/cjs/components/RangePickerAbstract.js.map +1 -1
  522. package/date-picker/lib/es6/components/Calendar.js +24 -22
  523. package/date-picker/lib/es6/components/Calendar.js.map +1 -1
  524. package/date-picker/lib/es6/components/DateRangeComparatorAbstract.js +32 -30
  525. package/date-picker/lib/es6/components/DateRangeComparatorAbstract.js.map +1 -1
  526. package/date-picker/lib/es6/components/InputTrigger.js +32 -30
  527. package/date-picker/lib/es6/components/InputTrigger.js.map +1 -1
  528. package/date-picker/lib/es6/components/PickerAbstract.js +32 -30
  529. package/date-picker/lib/es6/components/PickerAbstract.js.map +1 -1
  530. package/date-picker/lib/es6/components/RangePickerAbstract.js +32 -30
  531. package/date-picker/lib/es6/components/RangePickerAbstract.js.map +1 -1
  532. package/date-picker/lib/esm/DatePicker.mjs +114 -103
  533. package/date-picker/lib/esm/DateRangeComparator.mjs +166 -149
  534. package/date-picker/lib/esm/DateRangePicker.mjs +85 -77
  535. package/date-picker/lib/esm/MonthDateRangeComparator.mjs +187 -169
  536. package/date-picker/lib/esm/MonthPicker.mjs +78 -71
  537. package/date-picker/lib/esm/MonthRangePicker.mjs +94 -85
  538. package/date-picker/lib/esm/components/ButtonTrigger.mjs +16 -15
  539. package/date-picker/lib/esm/components/Calendar.mjs +409 -287
  540. package/date-picker/lib/esm/components/DateRangeComparatorAbstract.mjs +458 -330
  541. package/date-picker/lib/esm/components/InputTrigger.mjs +762 -519
  542. package/date-picker/lib/esm/components/PickerAbstract.mjs +196 -149
  543. package/date-picker/lib/esm/components/RangePickerAbstract.mjs +310 -221
  544. package/date-picker/lib/esm/components/index.mjs +127 -109
  545. package/date-picker/lib/esm/index.mjs +13 -13
  546. package/date-picker/lib/esm/style/calendar.shadow.css +259 -0
  547. package/date-picker/lib/esm/style/date-picker.shadow.css +179 -0
  548. package/date-picker/lib/esm/translations/__intergalactic-dynamic-locales.mjs +32 -32
  549. package/date-picker/lib/esm/translations/de.json.mjs +83 -56
  550. package/date-picker/lib/esm/translations/en.json.mjs +95 -64
  551. package/date-picker/lib/esm/translations/es.json.mjs +83 -56
  552. package/date-picker/lib/esm/translations/fr.json.mjs +83 -56
  553. package/date-picker/lib/esm/translations/it.json.mjs +83 -56
  554. package/date-picker/lib/esm/translations/ja.json.mjs +83 -56
  555. package/date-picker/lib/esm/translations/ko.json.mjs +83 -56
  556. package/date-picker/lib/esm/translations/nl.json.mjs +83 -56
  557. package/date-picker/lib/esm/translations/pl.json.mjs +83 -56
  558. package/date-picker/lib/esm/translations/pt.json.mjs +83 -56
  559. package/date-picker/lib/esm/translations/ru.json.mjs +35 -24
  560. package/date-picker/lib/esm/translations/sv.json.mjs +83 -56
  561. package/date-picker/lib/esm/translations/tr.json.mjs +83 -56
  562. package/date-picker/lib/esm/translations/vi.json.mjs +83 -56
  563. package/date-picker/lib/esm/translations/zh.json.mjs +83 -56
  564. package/date-picker/lib/esm/utils/cronTabScheduler.mjs +58 -52
  565. package/date-picker/lib/esm/utils/datesIntersects.mjs +15 -11
  566. package/date-picker/lib/esm/utils/formatDate.mjs +25 -18
  567. package/date-picker/lib/esm/utils/includesDate.mjs +13 -9
  568. package/date-picker/lib/esm/utils/shortDateRangeFormat.mjs +53 -31
  569. package/date-picker/package.json +1 -1
  570. package/divider/lib/cjs/Divider.js +13 -11
  571. package/divider/lib/cjs/Divider.js.map +1 -1
  572. package/divider/lib/es6/Divider.js +13 -11
  573. package/divider/lib/es6/Divider.js.map +1 -1
  574. package/divider/lib/esm/Divider.mjs +54 -46
  575. package/divider/lib/esm/index.mjs +2 -2
  576. package/divider/lib/esm/style/divider.shadow.css +91 -0
  577. package/divider/package.json +1 -1
  578. package/dot/lib/cjs/Dot.js +15 -11
  579. package/dot/lib/cjs/Dot.js.map +1 -1
  580. package/dot/lib/es6/Dot.js +15 -11
  581. package/dot/lib/es6/Dot.js.map +1 -1
  582. package/dot/lib/esm/Dot.mjs +91 -75
  583. package/dot/lib/esm/index.mjs +2 -2
  584. package/dot/lib/esm/style/dot.shadow.css +54 -0
  585. package/dot/package.json +1 -1
  586. package/drag-and-drop/lib/cjs/DragAndDrop.js +20 -18
  587. package/drag-and-drop/lib/cjs/DragAndDrop.js.map +1 -1
  588. package/drag-and-drop/lib/es6/DragAndDrop.js +20 -18
  589. package/drag-and-drop/lib/es6/DragAndDrop.js.map +1 -1
  590. package/drag-and-drop/lib/esm/DragAndDrop.mjs +535 -402
  591. package/drag-and-drop/lib/esm/index.mjs +2 -2
  592. package/drag-and-drop/lib/esm/style/drag-and-drop.shadow.css +152 -0
  593. package/drag-and-drop/lib/esm/translations/__intergalactic-dynamic-locales.mjs +30 -30
  594. package/drag-and-drop/lib/esm/translations/de.json.mjs +32 -22
  595. package/drag-and-drop/lib/esm/translations/en.json.mjs +32 -22
  596. package/drag-and-drop/lib/esm/translations/es.json.mjs +32 -22
  597. package/drag-and-drop/lib/esm/translations/fr.json.mjs +32 -22
  598. package/drag-and-drop/lib/esm/translations/it.json.mjs +32 -22
  599. package/drag-and-drop/lib/esm/translations/ja.json.mjs +32 -22
  600. package/drag-and-drop/lib/esm/translations/ko.json.mjs +32 -22
  601. package/drag-and-drop/lib/esm/translations/nl.json.mjs +32 -22
  602. package/drag-and-drop/lib/esm/translations/pl.json.mjs +32 -22
  603. package/drag-and-drop/lib/esm/translations/pt.json.mjs +32 -22
  604. package/drag-and-drop/lib/esm/translations/sv.json.mjs +32 -22
  605. package/drag-and-drop/lib/esm/translations/tr.json.mjs +32 -22
  606. package/drag-and-drop/lib/esm/translations/vi.json.mjs +32 -22
  607. package/drag-and-drop/lib/esm/translations/zh.json.mjs +32 -22
  608. package/drag-and-drop/package.json +1 -1
  609. package/dropdown/lib/cjs/Dropdown.js +19 -17
  610. package/dropdown/lib/cjs/Dropdown.js.map +1 -1
  611. package/dropdown/lib/es6/Dropdown.js +19 -17
  612. package/dropdown/lib/es6/Dropdown.js.map +1 -1
  613. package/dropdown/lib/esm/AbstractDropdown.mjs +239 -132
  614. package/dropdown/lib/esm/Dropdown.mjs +168 -126
  615. package/dropdown/lib/esm/DropdownItem.mjs +9 -8
  616. package/dropdown/lib/esm/index.mjs +6 -6
  617. package/dropdown/lib/esm/style/dropdown.shadow.css +156 -0
  618. package/dropdown/lib/esm/translations/__intergalactic-dynamic-locales.mjs +30 -30
  619. package/dropdown/lib/esm/translations/de.json.mjs +5 -4
  620. package/dropdown/lib/esm/translations/en.json.mjs +5 -4
  621. package/dropdown/lib/esm/translations/es.json.mjs +5 -4
  622. package/dropdown/lib/esm/translations/fr.json.mjs +5 -4
  623. package/dropdown/lib/esm/translations/it.json.mjs +5 -4
  624. package/dropdown/lib/esm/translations/ja.json.mjs +5 -4
  625. package/dropdown/lib/esm/translations/ko.json.mjs +5 -4
  626. package/dropdown/lib/esm/translations/nl.json.mjs +5 -4
  627. package/dropdown/lib/esm/translations/pl.json.mjs +5 -4
  628. package/dropdown/lib/esm/translations/pt.json.mjs +5 -4
  629. package/dropdown/lib/esm/translations/sv.json.mjs +5 -4
  630. package/dropdown/lib/esm/translations/tr.json.mjs +5 -4
  631. package/dropdown/lib/esm/translations/vi.json.mjs +5 -4
  632. package/dropdown/lib/esm/translations/zh.json.mjs +5 -4
  633. package/dropdown/package.json +1 -1
  634. package/dropdown-menu/lib/cjs/DropdownMenu.js +21 -19
  635. package/dropdown-menu/lib/cjs/DropdownMenu.js.map +1 -1
  636. package/dropdown-menu/lib/es6/DropdownMenu.js +21 -19
  637. package/dropdown-menu/lib/es6/DropdownMenu.js.map +1 -1
  638. package/dropdown-menu/lib/esm/DropdownMenu.mjs +390 -293
  639. package/dropdown-menu/lib/esm/index.mjs +2 -2
  640. package/dropdown-menu/lib/esm/style/dropdown-menu.shadow.css +146 -0
  641. package/dropdown-menu/lib/esm/translations/__intergalactic-dynamic-locales.mjs +30 -30
  642. package/dropdown-menu/lib/esm/translations/de.json.mjs +5 -4
  643. package/dropdown-menu/lib/esm/translations/en.json.mjs +2 -2
  644. package/dropdown-menu/lib/esm/translations/es.json.mjs +5 -4
  645. package/dropdown-menu/lib/esm/translations/fr.json.mjs +5 -4
  646. package/dropdown-menu/lib/esm/translations/it.json.mjs +5 -4
  647. package/dropdown-menu/lib/esm/translations/ja.json.mjs +5 -4
  648. package/dropdown-menu/lib/esm/translations/ko.json.mjs +5 -4
  649. package/dropdown-menu/lib/esm/translations/nl.json.mjs +5 -4
  650. package/dropdown-menu/lib/esm/translations/pl.json.mjs +5 -4
  651. package/dropdown-menu/lib/esm/translations/pt.json.mjs +5 -4
  652. package/dropdown-menu/lib/esm/translations/sv.json.mjs +5 -4
  653. package/dropdown-menu/lib/esm/translations/tr.json.mjs +5 -4
  654. package/dropdown-menu/lib/esm/translations/vi.json.mjs +5 -4
  655. package/dropdown-menu/lib/esm/translations/zh.json.mjs +5 -4
  656. package/dropdown-menu/package.json +1 -1
  657. package/ellipsis/lib/cjs/Ellipsis.js +13 -11
  658. package/ellipsis/lib/cjs/Ellipsis.js.map +1 -1
  659. package/ellipsis/lib/es6/Ellipsis.js +13 -11
  660. package/ellipsis/lib/es6/Ellipsis.js.map +1 -1
  661. package/ellipsis/lib/esm/Ellipsis.mjs +241 -166
  662. package/ellipsis/lib/esm/index.mjs +4 -4
  663. package/ellipsis/lib/esm/style/ellipsis.shadow.css +38 -0
  664. package/ellipsis/lib/esm/useResizeObserver.mjs +28 -16
  665. package/ellipsis/package.json +1 -1
  666. package/errors/lib/cjs/Error.js +12 -10
  667. package/errors/lib/cjs/Error.js.map +1 -1
  668. package/errors/lib/es6/Error.js +12 -10
  669. package/errors/lib/es6/Error.js.map +1 -1
  670. package/errors/lib/esm/AccessDenied/index.mjs +37 -34
  671. package/errors/lib/esm/AccessDenied/translations/__intergalactic-dynamic-locales.mjs +32 -32
  672. package/errors/lib/esm/AccessDenied/translations/de.json.mjs +11 -8
  673. package/errors/lib/esm/AccessDenied/translations/en.json.mjs +11 -8
  674. package/errors/lib/esm/AccessDenied/translations/es.json.mjs +11 -8
  675. package/errors/lib/esm/AccessDenied/translations/fr.json.mjs +11 -8
  676. package/errors/lib/esm/AccessDenied/translations/it.json.mjs +11 -8
  677. package/errors/lib/esm/AccessDenied/translations/ja.json.mjs +11 -8
  678. package/errors/lib/esm/AccessDenied/translations/ko.json.mjs +11 -8
  679. package/errors/lib/esm/AccessDenied/translations/nl.json.mjs +11 -8
  680. package/errors/lib/esm/AccessDenied/translations/pl.json.mjs +11 -8
  681. package/errors/lib/esm/AccessDenied/translations/pt.json.mjs +11 -8
  682. package/errors/lib/esm/AccessDenied/translations/ru.json.mjs +11 -9
  683. package/errors/lib/esm/AccessDenied/translations/sv.json.mjs +11 -8
  684. package/errors/lib/esm/AccessDenied/translations/tr.json.mjs +11 -8
  685. package/errors/lib/esm/AccessDenied/translations/vi.json.mjs +11 -8
  686. package/errors/lib/esm/AccessDenied/translations/zh.json.mjs +11 -8
  687. package/errors/lib/esm/Error.mjs +78 -62
  688. package/errors/lib/esm/Maintenance/index.mjs +36 -33
  689. package/errors/lib/esm/Maintenance/translations/__intergalactic-dynamic-locales.mjs +32 -32
  690. package/errors/lib/esm/Maintenance/translations/de.json.mjs +11 -8
  691. package/errors/lib/esm/Maintenance/translations/en.json.mjs +11 -8
  692. package/errors/lib/esm/Maintenance/translations/es.json.mjs +11 -8
  693. package/errors/lib/esm/Maintenance/translations/fr.json.mjs +11 -8
  694. package/errors/lib/esm/Maintenance/translations/it.json.mjs +11 -8
  695. package/errors/lib/esm/Maintenance/translations/ja.json.mjs +11 -8
  696. package/errors/lib/esm/Maintenance/translations/ko.json.mjs +11 -8
  697. package/errors/lib/esm/Maintenance/translations/nl.json.mjs +11 -8
  698. package/errors/lib/esm/Maintenance/translations/pl.json.mjs +11 -8
  699. package/errors/lib/esm/Maintenance/translations/pt.json.mjs +11 -8
  700. package/errors/lib/esm/Maintenance/translations/ru.json.mjs +11 -8
  701. package/errors/lib/esm/Maintenance/translations/sv.json.mjs +11 -8
  702. package/errors/lib/esm/Maintenance/translations/tr.json.mjs +11 -8
  703. package/errors/lib/esm/Maintenance/translations/vi.json.mjs +11 -8
  704. package/errors/lib/esm/Maintenance/translations/zh.json.mjs +11 -8
  705. package/errors/lib/esm/PageError/index.mjs +50 -43
  706. package/errors/lib/esm/PageError/translations/__intergalactic-dynamic-locales.mjs +32 -32
  707. package/errors/lib/esm/PageError/translations/de.json.mjs +11 -8
  708. package/errors/lib/esm/PageError/translations/en.json.mjs +11 -8
  709. package/errors/lib/esm/PageError/translations/es.json.mjs +11 -8
  710. package/errors/lib/esm/PageError/translations/fr.json.mjs +11 -8
  711. package/errors/lib/esm/PageError/translations/it.json.mjs +11 -8
  712. package/errors/lib/esm/PageError/translations/ja.json.mjs +11 -8
  713. package/errors/lib/esm/PageError/translations/ko.json.mjs +11 -8
  714. package/errors/lib/esm/PageError/translations/nl.json.mjs +11 -8
  715. package/errors/lib/esm/PageError/translations/pl.json.mjs +11 -8
  716. package/errors/lib/esm/PageError/translations/pt.json.mjs +11 -8
  717. package/errors/lib/esm/PageError/translations/ru.json.mjs +11 -8
  718. package/errors/lib/esm/PageError/translations/sv.json.mjs +11 -8
  719. package/errors/lib/esm/PageError/translations/tr.json.mjs +11 -8
  720. package/errors/lib/esm/PageError/translations/vi.json.mjs +11 -8
  721. package/errors/lib/esm/PageError/translations/zh.json.mjs +11 -8
  722. package/errors/lib/esm/PageNotFound/index.mjs +36 -33
  723. package/errors/lib/esm/PageNotFound/translations/__intergalactic-dynamic-locales.mjs +32 -32
  724. package/errors/lib/esm/PageNotFound/translations/de.json.mjs +11 -8
  725. package/errors/lib/esm/PageNotFound/translations/en.json.mjs +11 -8
  726. package/errors/lib/esm/PageNotFound/translations/es.json.mjs +11 -8
  727. package/errors/lib/esm/PageNotFound/translations/fr.json.mjs +11 -8
  728. package/errors/lib/esm/PageNotFound/translations/it.json.mjs +11 -8
  729. package/errors/lib/esm/PageNotFound/translations/ja.json.mjs +11 -8
  730. package/errors/lib/esm/PageNotFound/translations/ko.json.mjs +11 -8
  731. package/errors/lib/esm/PageNotFound/translations/nl.json.mjs +11 -8
  732. package/errors/lib/esm/PageNotFound/translations/pl.json.mjs +11 -8
  733. package/errors/lib/esm/PageNotFound/translations/pt.json.mjs +11 -8
  734. package/errors/lib/esm/PageNotFound/translations/ru.json.mjs +11 -8
  735. package/errors/lib/esm/PageNotFound/translations/sv.json.mjs +11 -8
  736. package/errors/lib/esm/PageNotFound/translations/tr.json.mjs +11 -8
  737. package/errors/lib/esm/PageNotFound/translations/vi.json.mjs +11 -8
  738. package/errors/lib/esm/PageNotFound/translations/zh.json.mjs +11 -8
  739. package/errors/lib/esm/ProjectNotFound/index.mjs +44 -40
  740. package/errors/lib/esm/ProjectNotFound/translations/__intergalactic-dynamic-locales.mjs +32 -32
  741. package/errors/lib/esm/ProjectNotFound/translations/de.json.mjs +14 -10
  742. package/errors/lib/esm/ProjectNotFound/translations/en.json.mjs +14 -10
  743. package/errors/lib/esm/ProjectNotFound/translations/es.json.mjs +14 -10
  744. package/errors/lib/esm/ProjectNotFound/translations/fr.json.mjs +14 -10
  745. package/errors/lib/esm/ProjectNotFound/translations/it.json.mjs +14 -10
  746. package/errors/lib/esm/ProjectNotFound/translations/ja.json.mjs +14 -10
  747. package/errors/lib/esm/ProjectNotFound/translations/ko.json.mjs +14 -10
  748. package/errors/lib/esm/ProjectNotFound/translations/nl.json.mjs +14 -10
  749. package/errors/lib/esm/ProjectNotFound/translations/pl.json.mjs +14 -10
  750. package/errors/lib/esm/ProjectNotFound/translations/pt.json.mjs +14 -10
  751. package/errors/lib/esm/ProjectNotFound/translations/ru.json.mjs +14 -11
  752. package/errors/lib/esm/ProjectNotFound/translations/sv.json.mjs +14 -10
  753. package/errors/lib/esm/ProjectNotFound/translations/tr.json.mjs +14 -10
  754. package/errors/lib/esm/ProjectNotFound/translations/vi.json.mjs +14 -10
  755. package/errors/lib/esm/ProjectNotFound/translations/zh.json.mjs +14 -10
  756. package/errors/lib/esm/index.mjs +13 -13
  757. package/errors/lib/esm/style/errors.shadow.css +67 -0
  758. package/errors/package.json +1 -1
  759. package/feature-popover/lib/cjs/FeaturePopover.js +16 -12
  760. package/feature-popover/lib/cjs/FeaturePopover.js.map +1 -1
  761. package/feature-popover/lib/es6/FeaturePopover.js +16 -12
  762. package/feature-popover/lib/es6/FeaturePopover.js.map +1 -1
  763. package/feature-popover/lib/esm/FeaturePopover.mjs +157 -132
  764. package/feature-popover/lib/esm/index.mjs +2 -2
  765. package/feature-popover/lib/esm/style/feature-popover.shadow.css +98 -0
  766. package/feature-popover/lib/esm/translations/__intergalactic-dynamic-locales.mjs +30 -30
  767. package/feature-popover/lib/esm/translations/de.json.mjs +5 -4
  768. package/feature-popover/lib/esm/translations/en.json.mjs +5 -4
  769. package/feature-popover/lib/esm/translations/es.json.mjs +5 -4
  770. package/feature-popover/lib/esm/translations/fr.json.mjs +5 -4
  771. package/feature-popover/lib/esm/translations/it.json.mjs +5 -4
  772. package/feature-popover/lib/esm/translations/ja.json.mjs +5 -4
  773. package/feature-popover/lib/esm/translations/ko.json.mjs +5 -4
  774. package/feature-popover/lib/esm/translations/nl.json.mjs +5 -4
  775. package/feature-popover/lib/esm/translations/pl.json.mjs +5 -4
  776. package/feature-popover/lib/esm/translations/pt.json.mjs +5 -4
  777. package/feature-popover/lib/esm/translations/sv.json.mjs +5 -4
  778. package/feature-popover/lib/esm/translations/tr.json.mjs +5 -4
  779. package/feature-popover/lib/esm/translations/vi.json.mjs +5 -4
  780. package/feature-popover/lib/esm/translations/zh.json.mjs +5 -4
  781. package/feature-popover/package.json +1 -1
  782. package/feedback-form/lib/cjs/FeedbackForm.js +10 -8
  783. package/feedback-form/lib/cjs/FeedbackForm.js.map +1 -1
  784. package/feedback-form/lib/cjs/component/checkbox-button/CheckboxButton.js +6 -4
  785. package/feedback-form/lib/cjs/component/checkbox-button/CheckboxButton.js.map +1 -1
  786. package/feedback-form/lib/cjs/component/feedback-rating/FeedbackRating.js +5 -3
  787. package/feedback-form/lib/cjs/component/feedback-rating/FeedbackRating.js.map +1 -1
  788. package/feedback-form/lib/cjs/component/slider-rating/SliderRating.js +10 -8
  789. package/feedback-form/lib/cjs/component/slider-rating/SliderRating.js.map +1 -1
  790. package/feedback-form/lib/es6/FeedbackForm.js +10 -8
  791. package/feedback-form/lib/es6/FeedbackForm.js.map +1 -1
  792. package/feedback-form/lib/es6/component/checkbox-button/CheckboxButton.js +6 -4
  793. package/feedback-form/lib/es6/component/checkbox-button/CheckboxButton.js.map +1 -1
  794. package/feedback-form/lib/es6/component/feedback-rating/FeedbackRating.js +5 -3
  795. package/feedback-form/lib/es6/component/feedback-rating/FeedbackRating.js.map +1 -1
  796. package/feedback-form/lib/es6/component/slider-rating/SliderRating.js +10 -8
  797. package/feedback-form/lib/es6/component/slider-rating/SliderRating.js.map +1 -1
  798. package/feedback-form/lib/esm/FeedbackForm.mjs +129 -108
  799. package/feedback-form/lib/esm/component/checkbox-button/CheckboxButton.mjs +52 -42
  800. package/feedback-form/lib/esm/component/feedback-item/FeedbackItem.mjs +44 -33
  801. package/feedback-form/lib/esm/component/feedback-rating/FeedbackRating.mjs +297 -247
  802. package/feedback-form/lib/esm/component/slider-rating/SliderRating.mjs +178 -138
  803. package/feedback-form/lib/esm/component/submit-button/SubmitButton.mjs +14 -12
  804. package/feedback-form/lib/esm/index.mjs +4 -4
  805. package/feedback-form/lib/esm/style/checkbox-button.shadow.css +21 -0
  806. package/feedback-form/lib/esm/style/feedback-form.shadow.css +36 -0
  807. package/feedback-form/lib/esm/style/feedback-rating.shadow.css +9 -0
  808. package/feedback-form/lib/esm/style/slider-rating.shadow.css +33 -0
  809. package/feedback-form/lib/esm/translations/__intergalactic-dynamic-locales.mjs +30 -30
  810. package/feedback-form/lib/esm/translations/de.json.mjs +20 -14
  811. package/feedback-form/lib/esm/translations/en.json.mjs +20 -14
  812. package/feedback-form/lib/esm/translations/es.json.mjs +20 -14
  813. package/feedback-form/lib/esm/translations/fr.json.mjs +20 -14
  814. package/feedback-form/lib/esm/translations/it.json.mjs +20 -14
  815. package/feedback-form/lib/esm/translations/ja.json.mjs +20 -14
  816. package/feedback-form/lib/esm/translations/ko.json.mjs +20 -14
  817. package/feedback-form/lib/esm/translations/nl.json.mjs +20 -14
  818. package/feedback-form/lib/esm/translations/pl.json.mjs +20 -14
  819. package/feedback-form/lib/esm/translations/pt.json.mjs +20 -14
  820. package/feedback-form/lib/esm/translations/sv.json.mjs +20 -14
  821. package/feedback-form/lib/esm/translations/tr.json.mjs +20 -14
  822. package/feedback-form/lib/esm/translations/vi.json.mjs +20 -14
  823. package/feedback-form/lib/esm/translations/zh.json.mjs +20 -14
  824. package/feedback-form/package.json +1 -1
  825. package/flags/lib/cjs/Flags.js +6 -4
  826. package/flags/lib/cjs/Flags.js.map +1 -1
  827. package/flags/lib/es6/Flags.js +6 -4
  828. package/flags/lib/es6/Flags.js.map +1 -1
  829. package/flags/lib/sprites/sprite@1x.css +256 -256
  830. package/flags/lib/sprites/sprite@2x.css +257 -257
  831. package/flags/package.json +1 -1
  832. package/flex-box/lib/cjs/Box/useBox.js +6 -4
  833. package/flex-box/lib/cjs/Box/useBox.js.map +1 -1
  834. package/flex-box/lib/cjs/Flex/useFlex.js +6 -4
  835. package/flex-box/lib/cjs/Flex/useFlex.js.map +1 -1
  836. package/flex-box/lib/cjs/invalid-state-box/InvalidStateBox.js +5 -3
  837. package/flex-box/lib/cjs/invalid-state-box/InvalidStateBox.js.map +1 -1
  838. package/flex-box/lib/cjs/screen-reader-only-box/ScreenReaderOnlyBox.js +5 -3
  839. package/flex-box/lib/cjs/screen-reader-only-box/ScreenReaderOnlyBox.js.map +1 -1
  840. package/flex-box/lib/es6/Box/useBox.js +6 -4
  841. package/flex-box/lib/es6/Box/useBox.js.map +1 -1
  842. package/flex-box/lib/es6/Flex/useFlex.js +6 -4
  843. package/flex-box/lib/es6/Flex/useFlex.js.map +1 -1
  844. package/flex-box/lib/es6/invalid-state-box/InvalidStateBox.js +5 -3
  845. package/flex-box/lib/es6/invalid-state-box/InvalidStateBox.js.map +1 -1
  846. package/flex-box/lib/es6/screen-reader-only-box/ScreenReaderOnlyBox.js +5 -3
  847. package/flex-box/lib/es6/screen-reader-only-box/ScreenReaderOnlyBox.js.map +1 -1
  848. package/flex-box/lib/esm/Box/index.mjs +10 -10
  849. package/flex-box/lib/esm/Box/useBox.mjs +84 -72
  850. package/flex-box/lib/esm/Flex/index.mjs +10 -10
  851. package/flex-box/lib/esm/Flex/useFlex.mjs +53 -43
  852. package/flex-box/lib/esm/index.mjs +13 -13
  853. package/flex-box/lib/esm/invalid-state-box/InvalidStateBox.mjs +23 -17
  854. package/flex-box/lib/esm/invalid-state-box/invalidStateBox.shadow.css +10 -0
  855. package/flex-box/lib/esm/screen-reader-only-box/ScreenReaderOnlyBox.mjs +25 -19
  856. package/flex-box/lib/esm/screen-reader-only-box/screenReaderOnlyBox.shadow.css +12 -0
  857. package/flex-box/lib/esm/style/use-box.shadow.css +7 -0
  858. package/flex-box/lib/esm/style/use-flex.shadow.css +7 -0
  859. package/flex-box/lib/esm/utils.mjs +12 -3
  860. package/flex-box/package.json +1 -1
  861. package/format-text/lib/cjs/FormatText.js +8 -6
  862. package/format-text/lib/cjs/FormatText.js.map +1 -1
  863. package/format-text/lib/es6/FormatText.js +8 -6
  864. package/format-text/lib/es6/FormatText.js.map +1 -1
  865. package/format-text/package.json +1 -1
  866. package/fullscreen-modal/lib/cjs/FullscreenModal.js +16 -14
  867. package/fullscreen-modal/lib/cjs/FullscreenModal.js.map +1 -1
  868. package/fullscreen-modal/lib/es6/FullscreenModal.js +16 -14
  869. package/fullscreen-modal/lib/es6/FullscreenModal.js.map +1 -1
  870. package/fullscreen-modal/lib/esm/FullscreenModal.mjs +166 -137
  871. package/fullscreen-modal/lib/esm/index.mjs +2 -2
  872. package/fullscreen-modal/lib/esm/style/fullscreen-modal.shadow.css +128 -0
  873. package/fullscreen-modal/lib/esm/translations/__intergalactic-dynamic-locales.mjs +30 -30
  874. package/fullscreen-modal/lib/esm/translations/de.json.mjs +8 -6
  875. package/fullscreen-modal/lib/esm/translations/en.json.mjs +8 -6
  876. package/fullscreen-modal/lib/esm/translations/es.json.mjs +8 -6
  877. package/fullscreen-modal/lib/esm/translations/fr.json.mjs +8 -6
  878. package/fullscreen-modal/lib/esm/translations/it.json.mjs +8 -6
  879. package/fullscreen-modal/lib/esm/translations/ja.json.mjs +8 -6
  880. package/fullscreen-modal/lib/esm/translations/ko.json.mjs +8 -6
  881. package/fullscreen-modal/lib/esm/translations/nl.json.mjs +8 -6
  882. package/fullscreen-modal/lib/esm/translations/pl.json.mjs +8 -6
  883. package/fullscreen-modal/lib/esm/translations/pt.json.mjs +8 -6
  884. package/fullscreen-modal/lib/esm/translations/sv.json.mjs +8 -6
  885. package/fullscreen-modal/lib/esm/translations/tr.json.mjs +8 -6
  886. package/fullscreen-modal/lib/esm/translations/vi.json.mjs +8 -6
  887. package/fullscreen-modal/lib/esm/translations/zh.json.mjs +8 -6
  888. package/fullscreen-modal/package.json +1 -1
  889. package/grid/lib/cjs/Grid.js +117 -115
  890. package/grid/lib/cjs/Grid.js.map +1 -1
  891. package/grid/lib/es6/Grid.js +117 -115
  892. package/grid/lib/es6/Grid.js.map +1 -1
  893. package/grid/lib/esm/Grid.mjs +192 -173
  894. package/grid/lib/esm/index.mjs +4 -4
  895. package/grid/lib/esm/style/grid.shadow.css +513 -0
  896. package/grid/package.json +1 -1
  897. package/i18n-unplugin/package.json +1 -1
  898. package/icon/color/Confluence/l/index.js +4 -4
  899. package/icon/color/Confluence/l/index.mjs +4 -4
  900. package/icon/color/Confluence/m/index.js +4 -4
  901. package/icon/color/Confluence/m/index.mjs +4 -4
  902. package/icon/color/MetaColored/l/index.js +4 -4
  903. package/icon/color/MetaColored/l/index.mjs +4 -4
  904. package/icon/color/MetaColored/m/index.js +4 -4
  905. package/icon/color/MetaColored/m/index.mjs +4 -4
  906. package/icon/color/MicrosoftOffice/l/index.js +10 -10
  907. package/icon/color/MicrosoftOffice/l/index.mjs +10 -10
  908. package/icon/color/MicrosoftOffice/m/index.js +10 -10
  909. package/icon/color/MicrosoftOffice/m/index.mjs +10 -10
  910. package/icon/lib/cjs/Icon.js +8 -6
  911. package/icon/lib/cjs/Icon.js.map +1 -1
  912. package/icon/lib/es6/Icon.js +8 -6
  913. package/icon/lib/es6/Icon.js.map +1 -1
  914. package/icon/lib/esm/Icon.mjs +71 -54
  915. package/icon/lib/esm/index.mjs +2 -2
  916. package/icon/lib/esm/style/icon.shadow.css +22 -0
  917. package/icon/package.json +1 -1
  918. package/icon/pay/Discover/l/index.js +1 -1
  919. package/icon/pay/Discover/l/index.mjs +1 -1
  920. package/icon/pay/Discover/m/index.js +1 -1
  921. package/icon/pay/Discover/m/index.mjs +1 -1
  922. package/icon/pay/JCB/l/index.js +10 -10
  923. package/icon/pay/JCB/l/index.mjs +10 -10
  924. package/icon/pay/JCB/m/index.js +10 -10
  925. package/icon/pay/JCB/m/index.mjs +10 -10
  926. package/icon/pay/Visa/l/index.js +2 -2
  927. package/icon/pay/Visa/l/index.mjs +2 -2
  928. package/icon/pay/Visa/m/index.js +2 -2
  929. package/icon/pay/Visa/m/index.mjs +2 -2
  930. package/icon/platform/EnterpriseSolutions/index.d.ts +6 -0
  931. package/icon/platform/EnterpriseSolutions/index.js +39 -0
  932. package/icon/platform/EnterpriseSolutions/index.mjs +28 -0
  933. package/illustration/lib/cjs/index.js +1 -1
  934. package/illustration/lib/es6/index.js +1 -1
  935. package/illustration/package.json +1 -1
  936. package/inline-edit/lib/cjs/InlineEdit.js +7 -5
  937. package/inline-edit/lib/cjs/InlineEdit.js.map +1 -1
  938. package/inline-edit/lib/es6/InlineEdit.js +7 -5
  939. package/inline-edit/lib/es6/InlineEdit.js.map +1 -1
  940. package/inline-edit/lib/esm/InlineEdit.mjs +140 -101
  941. package/inline-edit/lib/esm/index.mjs +2 -2
  942. package/inline-edit/lib/esm/style/inline-edit.shadow.css +26 -0
  943. package/inline-edit/lib/esm/translations/__intergalactic-dynamic-locales.mjs +30 -30
  944. package/inline-edit/lib/esm/translations/de.json.mjs +5 -4
  945. package/inline-edit/lib/esm/translations/en.json.mjs +5 -4
  946. package/inline-edit/lib/esm/translations/es.json.mjs +5 -4
  947. package/inline-edit/lib/esm/translations/fr.json.mjs +5 -4
  948. package/inline-edit/lib/esm/translations/it.json.mjs +5 -4
  949. package/inline-edit/lib/esm/translations/ja.json.mjs +5 -4
  950. package/inline-edit/lib/esm/translations/ko.json.mjs +5 -4
  951. package/inline-edit/lib/esm/translations/nl.json.mjs +5 -4
  952. package/inline-edit/lib/esm/translations/pl.json.mjs +5 -4
  953. package/inline-edit/lib/esm/translations/pt.json.mjs +5 -4
  954. package/inline-edit/lib/esm/translations/sv.json.mjs +5 -4
  955. package/inline-edit/lib/esm/translations/tr.json.mjs +5 -4
  956. package/inline-edit/lib/esm/translations/vi.json.mjs +5 -4
  957. package/inline-edit/lib/esm/translations/zh.json.mjs +5 -4
  958. package/inline-edit/package.json +1 -1
  959. package/inline-input/lib/cjs/InlineInput.js +17 -15
  960. package/inline-input/lib/cjs/InlineInput.js.map +1 -1
  961. package/inline-input/lib/es6/InlineInput.js +17 -15
  962. package/inline-input/lib/es6/InlineInput.js.map +1 -1
  963. package/inline-input/lib/esm/InlineInput.mjs +296 -217
  964. package/inline-input/lib/esm/index.mjs +2 -2
  965. package/inline-input/lib/esm/style/inline-input.shadow.css +145 -0
  966. package/inline-input/lib/esm/translations/__intergalactic-dynamic-locales.mjs +30 -30
  967. package/inline-input/lib/esm/translations/de.json.mjs +8 -6
  968. package/inline-input/lib/esm/translations/en.json.mjs +8 -6
  969. package/inline-input/lib/esm/translations/es.json.mjs +8 -6
  970. package/inline-input/lib/esm/translations/fr.json.mjs +8 -6
  971. package/inline-input/lib/esm/translations/it.json.mjs +8 -6
  972. package/inline-input/lib/esm/translations/ja.json.mjs +8 -6
  973. package/inline-input/lib/esm/translations/ko.json.mjs +8 -6
  974. package/inline-input/lib/esm/translations/nl.json.mjs +8 -6
  975. package/inline-input/lib/esm/translations/pl.json.mjs +8 -6
  976. package/inline-input/lib/esm/translations/pt.json.mjs +8 -6
  977. package/inline-input/lib/esm/translations/sv.json.mjs +8 -6
  978. package/inline-input/lib/esm/translations/tr.json.mjs +8 -6
  979. package/inline-input/lib/esm/translations/vi.json.mjs +8 -6
  980. package/inline-input/lib/esm/translations/zh.json.mjs +8 -6
  981. package/inline-input/package.json +1 -1
  982. package/input/lib/cjs/Input.js +20 -18
  983. package/input/lib/cjs/Input.js.map +1 -1
  984. package/input/lib/es6/Input.js +20 -18
  985. package/input/lib/es6/Input.js.map +1 -1
  986. package/input/lib/esm/Input.mjs +167 -140
  987. package/input/lib/esm/index.mjs +2 -2
  988. package/input/lib/esm/style/input.shadow.css +191 -0
  989. package/input/package.json +1 -1
  990. package/input-mask/lib/cjs/InputMask.js +9 -7
  991. package/input-mask/lib/cjs/InputMask.js.map +1 -1
  992. package/input-mask/lib/es6/InputMask.js +9 -7
  993. package/input-mask/lib/es6/InputMask.js.map +1 -1
  994. package/input-mask/lib/esm/InputMask.mjs +289 -207
  995. package/input-mask/lib/esm/index.mjs +3 -3
  996. package/input-mask/lib/esm/style/input-mask.shadow.css +38 -0
  997. package/input-mask/package.json +1 -1
  998. package/input-number/lib/cjs/InputNumber.js +12 -10
  999. package/input-number/lib/cjs/InputNumber.js.map +1 -1
  1000. package/input-number/lib/es6/InputNumber.js +12 -10
  1001. package/input-number/lib/es6/InputNumber.js.map +1 -1
  1002. package/input-number/lib/esm/InputNumber.mjs +357 -225
  1003. package/input-number/lib/esm/buttons.mjs +10 -9
  1004. package/input-number/lib/esm/index.mjs +6 -6
  1005. package/input-number/lib/esm/style/input-number.shadow.css +73 -0
  1006. package/input-number/lib/esm/translations/__intergalactic-dynamic-locales.mjs +30 -30
  1007. package/input-number/lib/esm/translations/de.json.mjs +8 -6
  1008. package/input-number/lib/esm/translations/en.json.mjs +8 -6
  1009. package/input-number/lib/esm/translations/es.json.mjs +8 -6
  1010. package/input-number/lib/esm/translations/fr.json.mjs +8 -6
  1011. package/input-number/lib/esm/translations/it.json.mjs +8 -6
  1012. package/input-number/lib/esm/translations/ja.json.mjs +8 -6
  1013. package/input-number/lib/esm/translations/ko.json.mjs +8 -6
  1014. package/input-number/lib/esm/translations/nl.json.mjs +8 -6
  1015. package/input-number/lib/esm/translations/pl.json.mjs +8 -6
  1016. package/input-number/lib/esm/translations/pt.json.mjs +8 -6
  1017. package/input-number/lib/esm/translations/sv.json.mjs +8 -6
  1018. package/input-number/lib/esm/translations/tr.json.mjs +8 -6
  1019. package/input-number/lib/esm/translations/vi.json.mjs +8 -6
  1020. package/input-number/lib/esm/translations/zh.json.mjs +8 -6
  1021. package/input-number/package.json +1 -1
  1022. package/input-tags/lib/cjs/InputTags.js +15 -13
  1023. package/input-tags/lib/cjs/InputTags.js.map +1 -1
  1024. package/input-tags/lib/es6/InputTags.js +15 -13
  1025. package/input-tags/lib/es6/InputTags.js.map +1 -1
  1026. package/input-tags/lib/esm/InputTags.mjs +284 -211
  1027. package/input-tags/lib/esm/index.mjs +2 -2
  1028. package/input-tags/lib/esm/style/input-tag.shadow.css +87 -0
  1029. package/input-tags/lib/esm/translations/__intergalactic-dynamic-locales.mjs +30 -30
  1030. package/input-tags/lib/esm/translations/de.json.mjs +5 -4
  1031. package/input-tags/lib/esm/translations/en.json.mjs +5 -4
  1032. package/input-tags/lib/esm/translations/es.json.mjs +5 -4
  1033. package/input-tags/lib/esm/translations/fr.json.mjs +5 -4
  1034. package/input-tags/lib/esm/translations/it.json.mjs +5 -4
  1035. package/input-tags/lib/esm/translations/ja.json.mjs +5 -4
  1036. package/input-tags/lib/esm/translations/ko.json.mjs +5 -4
  1037. package/input-tags/lib/esm/translations/nl.json.mjs +5 -4
  1038. package/input-tags/lib/esm/translations/pl.json.mjs +5 -4
  1039. package/input-tags/lib/esm/translations/pt.json.mjs +5 -4
  1040. package/input-tags/lib/esm/translations/sv.json.mjs +5 -4
  1041. package/input-tags/lib/esm/translations/tr.json.mjs +5 -4
  1042. package/input-tags/lib/esm/translations/vi.json.mjs +5 -4
  1043. package/input-tags/lib/esm/translations/zh.json.mjs +5 -4
  1044. package/input-tags/package.json +1 -1
  1045. package/link/lib/cjs/Link.js +15 -13
  1046. package/link/lib/cjs/Link.js.map +1 -1
  1047. package/link/lib/es6/Link.js +15 -13
  1048. package/link/lib/es6/Link.js.map +1 -1
  1049. package/link/lib/esm/Link.mjs +135 -110
  1050. package/link/lib/esm/index.mjs +2 -2
  1051. package/link/lib/esm/style/link.shadow.css +112 -0
  1052. package/link/package.json +1 -1
  1053. package/mini-chart/lib/cjs/component/score/Donut.js +12 -10
  1054. package/mini-chart/lib/cjs/component/score/Donut.js.map +1 -1
  1055. package/mini-chart/lib/cjs/component/score/Line.js +21 -19
  1056. package/mini-chart/lib/cjs/component/score/Line.js.map +1 -1
  1057. package/mini-chart/lib/cjs/component/trend/Bar.js +10 -8
  1058. package/mini-chart/lib/cjs/component/trend/Bar.js.map +1 -1
  1059. package/mini-chart/lib/cjs/component/trend/Line.js +10 -8
  1060. package/mini-chart/lib/cjs/component/trend/Line.js.map +1 -1
  1061. package/mini-chart/lib/es6/component/score/Donut.js +12 -10
  1062. package/mini-chart/lib/es6/component/score/Donut.js.map +1 -1
  1063. package/mini-chart/lib/es6/component/score/Line.js +21 -19
  1064. package/mini-chart/lib/es6/component/score/Line.js.map +1 -1
  1065. package/mini-chart/lib/es6/component/trend/Bar.js +10 -8
  1066. package/mini-chart/lib/es6/component/trend/Bar.js.map +1 -1
  1067. package/mini-chart/lib/es6/component/trend/Line.js +10 -8
  1068. package/mini-chart/lib/es6/component/trend/Line.js.map +1 -1
  1069. package/mini-chart/lib/esm/component/score/Donut.mjs +106 -86
  1070. package/mini-chart/lib/esm/component/score/Line.mjs +107 -84
  1071. package/mini-chart/lib/esm/component/score/donut.shadow.css +17 -0
  1072. package/mini-chart/lib/esm/component/score/line.shadow.css +62 -0
  1073. package/mini-chart/lib/esm/component/skeleton/skeleton.shadow.css +24 -0
  1074. package/mini-chart/lib/esm/component/trend/Bar.mjs +87 -71
  1075. package/mini-chart/lib/esm/component/trend/Line.mjs +121 -102
  1076. package/mini-chart/lib/esm/component/trend/Trend.mjs +47 -35
  1077. package/mini-chart/lib/esm/index.mjs +13 -13
  1078. package/mini-chart/package.json +1 -1
  1079. package/modal/lib/cjs/Modal.js +11 -9
  1080. package/modal/lib/cjs/Modal.js.map +1 -1
  1081. package/modal/lib/es6/Modal.js +11 -9
  1082. package/modal/lib/es6/Modal.js.map +1 -1
  1083. package/modal/lib/esm/Modal.mjs +181 -148
  1084. package/modal/lib/esm/index.mjs +2 -2
  1085. package/modal/lib/esm/style/modal.shadow.css +74 -0
  1086. package/modal/lib/esm/translations/__intergalactic-dynamic-locales.mjs +30 -30
  1087. package/modal/lib/esm/translations/de.json.mjs +8 -6
  1088. package/modal/lib/esm/translations/en.json.mjs +8 -6
  1089. package/modal/lib/esm/translations/es.json.mjs +8 -6
  1090. package/modal/lib/esm/translations/fr.json.mjs +8 -6
  1091. package/modal/lib/esm/translations/it.json.mjs +8 -6
  1092. package/modal/lib/esm/translations/ja.json.mjs +8 -6
  1093. package/modal/lib/esm/translations/ko.json.mjs +8 -6
  1094. package/modal/lib/esm/translations/nl.json.mjs +8 -6
  1095. package/modal/lib/esm/translations/pl.json.mjs +8 -6
  1096. package/modal/lib/esm/translations/pt.json.mjs +8 -6
  1097. package/modal/lib/esm/translations/sv.json.mjs +8 -6
  1098. package/modal/lib/esm/translations/tr.json.mjs +8 -6
  1099. package/modal/lib/esm/translations/vi.json.mjs +8 -6
  1100. package/modal/lib/esm/translations/zh.json.mjs +8 -6
  1101. package/modal/package.json +1 -1
  1102. package/neighbor-location/lib/esm/NeighborLocation.mjs +94 -65
  1103. package/neighbor-location/lib/esm/index.mjs +4 -4
  1104. package/neighbor-location/package.json +1 -1
  1105. package/notice/lib/cjs/Notice.js +19 -17
  1106. package/notice/lib/cjs/Notice.js.map +1 -1
  1107. package/notice/lib/es6/Notice.js +19 -17
  1108. package/notice/lib/es6/Notice.js.map +1 -1
  1109. package/notice/lib/esm/Notice.mjs +172 -138
  1110. package/notice/lib/esm/NoticeSmart.mjs +35 -27
  1111. package/notice/lib/esm/index.mjs +4 -4
  1112. package/notice/lib/esm/style/notice.shadow.css +138 -0
  1113. package/notice/lib/esm/translations/__intergalactic-dynamic-locales.mjs +30 -30
  1114. package/notice/lib/esm/translations/de.json.mjs +11 -8
  1115. package/notice/lib/esm/translations/en.json.mjs +11 -8
  1116. package/notice/lib/esm/translations/es.json.mjs +11 -8
  1117. package/notice/lib/esm/translations/fr.json.mjs +11 -8
  1118. package/notice/lib/esm/translations/it.json.mjs +11 -8
  1119. package/notice/lib/esm/translations/ja.json.mjs +11 -8
  1120. package/notice/lib/esm/translations/ko.json.mjs +11 -8
  1121. package/notice/lib/esm/translations/nl.json.mjs +11 -8
  1122. package/notice/lib/esm/translations/pl.json.mjs +11 -8
  1123. package/notice/lib/esm/translations/pt.json.mjs +11 -8
  1124. package/notice/lib/esm/translations/sv.json.mjs +11 -8
  1125. package/notice/lib/esm/translations/tr.json.mjs +11 -8
  1126. package/notice/lib/esm/translations/vi.json.mjs +11 -8
  1127. package/notice/lib/esm/translations/zh.json.mjs +11 -8
  1128. package/notice/package.json +1 -1
  1129. package/notice-bubble/lib/cjs/NoticeBubble.js +18 -16
  1130. package/notice-bubble/lib/cjs/NoticeBubble.js.map +1 -1
  1131. package/notice-bubble/lib/es6/NoticeBubble.js +18 -16
  1132. package/notice-bubble/lib/es6/NoticeBubble.js.map +1 -1
  1133. package/notice-bubble/lib/esm/NoticeBubble.mjs +304 -232
  1134. package/notice-bubble/lib/esm/NoticeBubbleManager.mjs +89 -58
  1135. package/notice-bubble/lib/esm/index.mjs +9 -9
  1136. package/notice-bubble/lib/esm/style/notice-bubble.shadow.css +107 -0
  1137. package/notice-bubble/lib/esm/translations/__intergalactic-dynamic-locales.mjs +30 -30
  1138. package/notice-bubble/lib/esm/translations/de.json.mjs +8 -6
  1139. package/notice-bubble/lib/esm/translations/en.json.mjs +8 -6
  1140. package/notice-bubble/lib/esm/translations/es.json.mjs +8 -6
  1141. package/notice-bubble/lib/esm/translations/fr.json.mjs +8 -6
  1142. package/notice-bubble/lib/esm/translations/it.json.mjs +8 -6
  1143. package/notice-bubble/lib/esm/translations/ja.json.mjs +8 -6
  1144. package/notice-bubble/lib/esm/translations/ko.json.mjs +8 -6
  1145. package/notice-bubble/lib/esm/translations/nl.json.mjs +8 -6
  1146. package/notice-bubble/lib/esm/translations/pl.json.mjs +8 -6
  1147. package/notice-bubble/lib/esm/translations/pt.json.mjs +8 -6
  1148. package/notice-bubble/lib/esm/translations/sv.json.mjs +8 -6
  1149. package/notice-bubble/lib/esm/translations/tr.json.mjs +8 -6
  1150. package/notice-bubble/lib/esm/translations/vi.json.mjs +8 -6
  1151. package/notice-bubble/lib/esm/translations/zh.json.mjs +8 -6
  1152. package/notice-bubble/lib/esm/utils.mjs +27 -15
  1153. package/notice-bubble/package.json +1 -1
  1154. package/notice-global/lib/cjs/NoticeGlobal.js +14 -12
  1155. package/notice-global/lib/cjs/NoticeGlobal.js.map +1 -1
  1156. package/notice-global/lib/es6/NoticeGlobal.js +14 -12
  1157. package/notice-global/lib/es6/NoticeGlobal.js.map +1 -1
  1158. package/notice-global/lib/esm/NoticeGlobal.mjs +96 -81
  1159. package/notice-global/lib/esm/index.mjs +2 -2
  1160. package/notice-global/lib/esm/style/notice-global.shadow.css +47 -0
  1161. package/notice-global/lib/esm/translations/__intergalactic-dynamic-locales.mjs +30 -30
  1162. package/notice-global/lib/esm/translations/de.json.mjs +11 -8
  1163. package/notice-global/lib/esm/translations/en.json.mjs +11 -8
  1164. package/notice-global/lib/esm/translations/es.json.mjs +11 -8
  1165. package/notice-global/lib/esm/translations/fr.json.mjs +11 -8
  1166. package/notice-global/lib/esm/translations/it.json.mjs +11 -8
  1167. package/notice-global/lib/esm/translations/ja.json.mjs +11 -8
  1168. package/notice-global/lib/esm/translations/ko.json.mjs +11 -8
  1169. package/notice-global/lib/esm/translations/nl.json.mjs +11 -8
  1170. package/notice-global/lib/esm/translations/pl.json.mjs +11 -8
  1171. package/notice-global/lib/esm/translations/pt.json.mjs +11 -8
  1172. package/notice-global/lib/esm/translations/sv.json.mjs +11 -8
  1173. package/notice-global/lib/esm/translations/tr.json.mjs +11 -8
  1174. package/notice-global/lib/esm/translations/vi.json.mjs +11 -8
  1175. package/notice-global/lib/esm/translations/zh.json.mjs +11 -8
  1176. package/notice-global/package.json +1 -1
  1177. package/outside-click/lib/esm/OutsideClick.mjs +71 -43
  1178. package/outside-click/lib/esm/index.mjs +2 -2
  1179. package/outside-click/package.json +1 -1
  1180. package/package.json +1 -1
  1181. package/pagination/lib/cjs/Pagination.js +15 -13
  1182. package/pagination/lib/cjs/Pagination.js.map +1 -1
  1183. package/pagination/lib/es6/Pagination.js +15 -13
  1184. package/pagination/lib/es6/Pagination.js.map +1 -1
  1185. package/pagination/lib/esm/Pagination.mjs +331 -256
  1186. package/pagination/lib/esm/index.mjs +2 -2
  1187. package/pagination/lib/esm/style/pagination.shadow.css +90 -0
  1188. package/pagination/lib/esm/translations/__intergalactic-dynamic-locales.mjs +32 -32
  1189. package/pagination/lib/esm/translations/de.json.mjs +23 -16
  1190. package/pagination/lib/esm/translations/en.json.mjs +23 -16
  1191. package/pagination/lib/esm/translations/es.json.mjs +23 -16
  1192. package/pagination/lib/esm/translations/fr.json.mjs +23 -16
  1193. package/pagination/lib/esm/translations/it.json.mjs +23 -16
  1194. package/pagination/lib/esm/translations/ja.json.mjs +23 -16
  1195. package/pagination/lib/esm/translations/ko.json.mjs +23 -16
  1196. package/pagination/lib/esm/translations/nl.json.mjs +23 -16
  1197. package/pagination/lib/esm/translations/pl.json.mjs +23 -16
  1198. package/pagination/lib/esm/translations/pt.json.mjs +23 -16
  1199. package/pagination/lib/esm/translations/ru.json.mjs +14 -10
  1200. package/pagination/lib/esm/translations/sv.json.mjs +23 -16
  1201. package/pagination/lib/esm/translations/tr.json.mjs +23 -16
  1202. package/pagination/lib/esm/translations/vi.json.mjs +23 -16
  1203. package/pagination/lib/esm/translations/zh.json.mjs +23 -16
  1204. package/pagination/package.json +1 -1
  1205. package/pills/lib/cjs/Pills.js +16 -14
  1206. package/pills/lib/cjs/Pills.js.map +1 -1
  1207. package/pills/lib/es6/Pills.js +16 -14
  1208. package/pills/lib/es6/Pills.js.map +1 -1
  1209. package/pills/lib/esm/Pills.mjs +164 -121
  1210. package/pills/lib/esm/index.mjs +3 -3
  1211. package/pills/lib/esm/style/pills.shadow.css +162 -0
  1212. package/pills/package.json +1 -1
  1213. package/popper/lib/cjs/Popper.js +9 -7
  1214. package/popper/lib/cjs/Popper.js.map +1 -1
  1215. package/popper/lib/es6/Popper.js +9 -7
  1216. package/popper/lib/es6/Popper.js.map +1 -1
  1217. package/popper/lib/esm/Popper.mjs +483 -331
  1218. package/popper/lib/esm/arrowOffset.mjs +37 -28
  1219. package/popper/lib/esm/createPopper.mjs +9 -9
  1220. package/popper/lib/esm/index.mjs +3 -3
  1221. package/popper/lib/esm/modifiers/applyMaxSize.mjs +16 -7
  1222. package/popper/lib/esm/modifiers/cursorAnchoring.mjs +39 -22
  1223. package/popper/lib/esm/style/popper.shadow.css +27 -0
  1224. package/popper/lib/esm/utils/getOffsetParent.mjs +42 -26
  1225. package/popper/package.json +1 -1
  1226. package/portal/lib/esm/Portal.mjs +28 -22
  1227. package/portal/lib/esm/index.mjs +3 -3
  1228. package/portal/package.json +1 -1
  1229. package/product-head/lib/cjs/Info.js +7 -5
  1230. package/product-head/lib/cjs/Info.js.map +1 -1
  1231. package/product-head/lib/cjs/ProductHead.js +8 -6
  1232. package/product-head/lib/cjs/ProductHead.js.map +1 -1
  1233. package/product-head/lib/cjs/Title.js +7 -5
  1234. package/product-head/lib/cjs/Title.js.map +1 -1
  1235. package/product-head/lib/es6/Info.js +7 -5
  1236. package/product-head/lib/es6/Info.js.map +1 -1
  1237. package/product-head/lib/es6/ProductHead.js +8 -6
  1238. package/product-head/lib/es6/ProductHead.js.map +1 -1
  1239. package/product-head/lib/es6/Title.js +7 -5
  1240. package/product-head/lib/es6/Title.js.map +1 -1
  1241. package/product-head/lib/esm/Info.mjs +52 -42
  1242. package/product-head/lib/esm/ProductHead.mjs +56 -46
  1243. package/product-head/lib/esm/Title.mjs +50 -40
  1244. package/product-head/lib/esm/index.mjs +6 -6
  1245. package/product-head/lib/esm/style/info.shadow.css +31 -0
  1246. package/product-head/lib/esm/style/product-head.shadow.css +53 -0
  1247. package/product-head/lib/esm/style/title.shadow.css +30 -0
  1248. package/product-head/package.json +1 -1
  1249. package/progress-bar/lib/cjs/ProgressBar.js +18 -16
  1250. package/progress-bar/lib/cjs/ProgressBar.js.map +1 -1
  1251. package/progress-bar/lib/es6/ProgressBar.js +18 -16
  1252. package/progress-bar/lib/es6/ProgressBar.js.map +1 -1
  1253. package/progress-bar/lib/esm/ProgressBar.mjs +82 -73
  1254. package/progress-bar/lib/esm/index.mjs +2 -2
  1255. package/progress-bar/lib/esm/style/progress-bar.shadow.css +97 -0
  1256. package/progress-bar/package.json +1 -1
  1257. package/radio/lib/cjs/Radio.js +19 -17
  1258. package/radio/lib/cjs/Radio.js.map +1 -1
  1259. package/radio/lib/es6/Radio.js +19 -17
  1260. package/radio/lib/es6/Radio.js.map +1 -1
  1261. package/radio/lib/esm/Radio.mjs +263 -203
  1262. package/radio/lib/esm/index.mjs +6 -6
  1263. package/radio/lib/esm/style/radio.shadow.css +154 -0
  1264. package/radio/package.json +1 -1
  1265. package/scroll-area/lib/cjs/ScrollArea.js +24 -22
  1266. package/scroll-area/lib/cjs/ScrollArea.js.map +1 -1
  1267. package/scroll-area/lib/cjs/ScrollBar.js +9 -7
  1268. package/scroll-area/lib/cjs/ScrollBar.js.map +1 -1
  1269. package/scroll-area/lib/es6/ScrollArea.js +24 -22
  1270. package/scroll-area/lib/es6/ScrollArea.js.map +1 -1
  1271. package/scroll-area/lib/es6/ScrollBar.js +9 -7
  1272. package/scroll-area/lib/es6/ScrollBar.js.map +1 -1
  1273. package/scroll-area/lib/esm/ScrollArea.mjs +283 -201
  1274. package/scroll-area/lib/esm/ScrollBar.mjs +282 -172
  1275. package/scroll-area/lib/esm/index.mjs +6 -6
  1276. package/scroll-area/lib/esm/style/scroll-area.shadow.css +155 -0
  1277. package/scroll-area/lib/esm/style/scroll-bar.shadow.css +28 -0
  1278. package/scroll-area/package.json +1 -1
  1279. package/select/lib/cjs/InputSearch.js +9 -7
  1280. package/select/lib/cjs/InputSearch.js.map +1 -1
  1281. package/select/lib/cjs/Select.js +11 -9
  1282. package/select/lib/cjs/Select.js.map +1 -1
  1283. package/select/lib/es6/InputSearch.js +9 -7
  1284. package/select/lib/es6/InputSearch.js.map +1 -1
  1285. package/select/lib/es6/Select.js +11 -9
  1286. package/select/lib/es6/Select.js.map +1 -1
  1287. package/select/lib/esm/InputSearch.mjs +107 -84
  1288. package/select/lib/esm/Select.mjs +301 -232
  1289. package/select/lib/esm/context.mjs +3 -3
  1290. package/select/lib/esm/index.mjs +5 -5
  1291. package/select/lib/esm/style/input-search.shadow.css +20 -0
  1292. package/select/lib/esm/style/select.shadow.css +94 -0
  1293. package/select/lib/esm/translations/__intergalactic-dynamic-locales.mjs +30 -30
  1294. package/select/lib/esm/translations/de.json.mjs +8 -6
  1295. package/select/lib/esm/translations/en.json.mjs +8 -6
  1296. package/select/lib/esm/translations/es.json.mjs +8 -6
  1297. package/select/lib/esm/translations/fr.json.mjs +8 -6
  1298. package/select/lib/esm/translations/it.json.mjs +8 -6
  1299. package/select/lib/esm/translations/ja.json.mjs +8 -6
  1300. package/select/lib/esm/translations/ko.json.mjs +8 -6
  1301. package/select/lib/esm/translations/nl.json.mjs +8 -6
  1302. package/select/lib/esm/translations/pl.json.mjs +8 -6
  1303. package/select/lib/esm/translations/pt.json.mjs +8 -6
  1304. package/select/lib/esm/translations/sv.json.mjs +8 -6
  1305. package/select/lib/esm/translations/tr.json.mjs +8 -6
  1306. package/select/lib/esm/translations/vi.json.mjs +8 -6
  1307. package/select/lib/esm/translations/zh.json.mjs +8 -6
  1308. package/select/package.json +1 -1
  1309. package/side-panel/lib/cjs/SidePanel.js +19 -17
  1310. package/side-panel/lib/cjs/SidePanel.js.map +1 -1
  1311. package/side-panel/lib/es6/SidePanel.js +19 -17
  1312. package/side-panel/lib/es6/SidePanel.js.map +1 -1
  1313. package/side-panel/lib/esm/SidePanel.mjs +206 -173
  1314. package/side-panel/lib/esm/index.mjs +2 -2
  1315. package/side-panel/lib/esm/style/side-panel.shadow.css +119 -0
  1316. package/side-panel/lib/esm/translations/__intergalactic-dynamic-locales.mjs +30 -30
  1317. package/side-panel/lib/esm/translations/de.json.mjs +5 -4
  1318. package/side-panel/lib/esm/translations/en.json.mjs +5 -4
  1319. package/side-panel/lib/esm/translations/es.json.mjs +5 -4
  1320. package/side-panel/lib/esm/translations/fr.json.mjs +5 -4
  1321. package/side-panel/lib/esm/translations/it.json.mjs +5 -4
  1322. package/side-panel/lib/esm/translations/ja.json.mjs +5 -4
  1323. package/side-panel/lib/esm/translations/ko.json.mjs +5 -4
  1324. package/side-panel/lib/esm/translations/nl.json.mjs +5 -4
  1325. package/side-panel/lib/esm/translations/pl.json.mjs +5 -4
  1326. package/side-panel/lib/esm/translations/pt.json.mjs +5 -4
  1327. package/side-panel/lib/esm/translations/sv.json.mjs +5 -4
  1328. package/side-panel/lib/esm/translations/tr.json.mjs +5 -4
  1329. package/side-panel/lib/esm/translations/vi.json.mjs +5 -4
  1330. package/side-panel/lib/esm/translations/zh.json.mjs +5 -4
  1331. package/side-panel/package.json +1 -1
  1332. package/skeleton/lib/cjs/Charts/Area.js +12 -10
  1333. package/skeleton/lib/cjs/Charts/Area.js.map +1 -1
  1334. package/skeleton/lib/cjs/Charts/Bar.js +12 -10
  1335. package/skeleton/lib/cjs/Charts/Bar.js.map +1 -1
  1336. package/skeleton/lib/cjs/Charts/Bubble.js +12 -10
  1337. package/skeleton/lib/cjs/Charts/Bubble.js.map +1 -1
  1338. package/skeleton/lib/cjs/Charts/CompactHorizontalBar.js +12 -10
  1339. package/skeleton/lib/cjs/Charts/CompactHorizontalBar.js.map +1 -1
  1340. package/skeleton/lib/cjs/Charts/Donut.js +12 -10
  1341. package/skeleton/lib/cjs/Charts/Donut.js.map +1 -1
  1342. package/skeleton/lib/cjs/Charts/Histogram.js +12 -10
  1343. package/skeleton/lib/cjs/Charts/Histogram.js.map +1 -1
  1344. package/skeleton/lib/cjs/Charts/Line.js +12 -10
  1345. package/skeleton/lib/cjs/Charts/Line.js.map +1 -1
  1346. package/skeleton/lib/cjs/Charts/RadialTree.js +12 -10
  1347. package/skeleton/lib/cjs/Charts/RadialTree.js.map +1 -1
  1348. package/skeleton/lib/cjs/Charts/ScatterPlot.js +12 -10
  1349. package/skeleton/lib/cjs/Charts/ScatterPlot.js.map +1 -1
  1350. package/skeleton/lib/cjs/Charts/Venn.js +12 -10
  1351. package/skeleton/lib/cjs/Charts/Venn.js.map +1 -1
  1352. package/skeleton/lib/cjs/Skeleton.js +11 -9
  1353. package/skeleton/lib/cjs/Skeleton.js.map +1 -1
  1354. package/skeleton/lib/es6/Charts/Area.js +12 -10
  1355. package/skeleton/lib/es6/Charts/Area.js.map +1 -1
  1356. package/skeleton/lib/es6/Charts/Bar.js +12 -10
  1357. package/skeleton/lib/es6/Charts/Bar.js.map +1 -1
  1358. package/skeleton/lib/es6/Charts/Bubble.js +12 -10
  1359. package/skeleton/lib/es6/Charts/Bubble.js.map +1 -1
  1360. package/skeleton/lib/es6/Charts/CompactHorizontalBar.js +12 -10
  1361. package/skeleton/lib/es6/Charts/CompactHorizontalBar.js.map +1 -1
  1362. package/skeleton/lib/es6/Charts/Donut.js +12 -10
  1363. package/skeleton/lib/es6/Charts/Donut.js.map +1 -1
  1364. package/skeleton/lib/es6/Charts/Histogram.js +12 -10
  1365. package/skeleton/lib/es6/Charts/Histogram.js.map +1 -1
  1366. package/skeleton/lib/es6/Charts/Line.js +12 -10
  1367. package/skeleton/lib/es6/Charts/Line.js.map +1 -1
  1368. package/skeleton/lib/es6/Charts/RadialTree.js +12 -10
  1369. package/skeleton/lib/es6/Charts/RadialTree.js.map +1 -1
  1370. package/skeleton/lib/es6/Charts/ScatterPlot.js +12 -10
  1371. package/skeleton/lib/es6/Charts/ScatterPlot.js.map +1 -1
  1372. package/skeleton/lib/es6/Charts/Venn.js +12 -10
  1373. package/skeleton/lib/es6/Charts/Venn.js.map +1 -1
  1374. package/skeleton/lib/es6/Skeleton.js +11 -9
  1375. package/skeleton/lib/es6/Skeleton.js.map +1 -1
  1376. package/skeleton/lib/esm/Charts/Area.mjs +39 -31
  1377. package/skeleton/lib/esm/Charts/Bar.mjs +43 -34
  1378. package/skeleton/lib/esm/Charts/Bubble.mjs +34 -28
  1379. package/skeleton/lib/esm/Charts/CompactHorizontalBar.mjs +34 -28
  1380. package/skeleton/lib/esm/Charts/Donut.mjs +43 -34
  1381. package/skeleton/lib/esm/Charts/Histogram.mjs +43 -34
  1382. package/skeleton/lib/esm/Charts/Line.mjs +39 -31
  1383. package/skeleton/lib/esm/Charts/RadialTree.mjs +34 -28
  1384. package/skeleton/lib/esm/Charts/ScatterPlot.mjs +34 -28
  1385. package/skeleton/lib/esm/Charts/Venn.mjs +34 -28
  1386. package/skeleton/lib/esm/Skeleton.mjs +141 -114
  1387. package/skeleton/lib/esm/index.mjs +22 -22
  1388. package/skeleton/lib/esm/style/chart.shadow.css +17 -0
  1389. package/skeleton/lib/esm/style/skeleton.shadow.css +39 -0
  1390. package/skeleton/lib/esm/translations/__intergalactic-dynamic-locales.mjs +30 -30
  1391. package/skeleton/lib/esm/translations/de.json.mjs +5 -4
  1392. package/skeleton/lib/esm/translations/en.json.mjs +5 -4
  1393. package/skeleton/lib/esm/translations/es.json.mjs +5 -4
  1394. package/skeleton/lib/esm/translations/fr.json.mjs +5 -4
  1395. package/skeleton/lib/esm/translations/it.json.mjs +5 -4
  1396. package/skeleton/lib/esm/translations/ja.json.mjs +5 -4
  1397. package/skeleton/lib/esm/translations/ko.json.mjs +5 -4
  1398. package/skeleton/lib/esm/translations/nl.json.mjs +5 -4
  1399. package/skeleton/lib/esm/translations/pl.json.mjs +5 -4
  1400. package/skeleton/lib/esm/translations/pt.json.mjs +5 -4
  1401. package/skeleton/lib/esm/translations/sv.json.mjs +5 -4
  1402. package/skeleton/lib/esm/translations/tr.json.mjs +5 -4
  1403. package/skeleton/lib/esm/translations/vi.json.mjs +5 -4
  1404. package/skeleton/lib/esm/translations/zh.json.mjs +5 -4
  1405. package/skeleton/package.json +1 -1
  1406. package/slider/lib/cjs/Slider.js +11 -9
  1407. package/slider/lib/cjs/Slider.js.map +1 -1
  1408. package/slider/lib/es6/Slider.js +11 -9
  1409. package/slider/lib/es6/Slider.js.map +1 -1
  1410. package/slider/lib/esm/Slider.mjs +221 -162
  1411. package/slider/lib/esm/index.mjs +3 -3
  1412. package/slider/lib/esm/style/slider.shadow.css +87 -0
  1413. package/slider/package.json +1 -1
  1414. package/spin/lib/cjs/Spin.js +16 -14
  1415. package/spin/lib/cjs/Spin.js.map +1 -1
  1416. package/spin/lib/es6/Spin.js +16 -14
  1417. package/spin/lib/es6/Spin.js.map +1 -1
  1418. package/spin/lib/esm/Spin.mjs +63 -55
  1419. package/spin/lib/esm/index.mjs +2 -2
  1420. package/spin/lib/esm/style/spin.shadow.css +67 -0
  1421. package/spin/lib/esm/translations/__intergalactic-dynamic-locales.mjs +30 -30
  1422. package/spin/lib/esm/translations/de.json.mjs +5 -4
  1423. package/spin/lib/esm/translations/en.json.mjs +5 -4
  1424. package/spin/lib/esm/translations/es.json.mjs +5 -4
  1425. package/spin/lib/esm/translations/fr.json.mjs +5 -4
  1426. package/spin/lib/esm/translations/it.json.mjs +5 -4
  1427. package/spin/lib/esm/translations/ja.json.mjs +5 -4
  1428. package/spin/lib/esm/translations/ko.json.mjs +5 -4
  1429. package/spin/lib/esm/translations/nl.json.mjs +5 -4
  1430. package/spin/lib/esm/translations/pl.json.mjs +5 -4
  1431. package/spin/lib/esm/translations/pt.json.mjs +5 -4
  1432. package/spin/lib/esm/translations/sv.json.mjs +5 -4
  1433. package/spin/lib/esm/translations/tr.json.mjs +5 -4
  1434. package/spin/lib/esm/translations/vi.json.mjs +5 -4
  1435. package/spin/lib/esm/translations/zh.json.mjs +5 -4
  1436. package/spin/package.json +1 -1
  1437. package/spin-container/lib/cjs/SpinContainer.js +11 -9
  1438. package/spin-container/lib/cjs/SpinContainer.js.map +1 -1
  1439. package/spin-container/lib/es6/SpinContainer.js +11 -9
  1440. package/spin-container/lib/es6/SpinContainer.js.map +1 -1
  1441. package/spin-container/lib/esm/SpinContainer.mjs +125 -97
  1442. package/spin-container/lib/esm/index.mjs +2 -2
  1443. package/spin-container/lib/esm/style/spin-container.shadow.css +35 -0
  1444. package/spin-container/package.json +1 -1
  1445. package/sticky/lib/cjs/Sticky.js +5 -3
  1446. package/sticky/lib/cjs/Sticky.js.map +1 -1
  1447. package/sticky/lib/es6/Sticky.js +5 -3
  1448. package/sticky/lib/es6/Sticky.js.map +1 -1
  1449. package/sticky/lib/esm/Sticky.mjs +40 -32
  1450. package/sticky/lib/esm/index.mjs +2 -2
  1451. package/sticky/lib/esm/style/sticky.shadow.css +3 -0
  1452. package/sticky/package.json +1 -1
  1453. package/switch/lib/cjs/Switch.js +24 -22
  1454. package/switch/lib/cjs/Switch.js.map +1 -1
  1455. package/switch/lib/es6/Switch.js +24 -22
  1456. package/switch/lib/es6/Switch.js.map +1 -1
  1457. package/switch/lib/esm/Switch.mjs +199 -161
  1458. package/switch/lib/esm/index.mjs +4 -4
  1459. package/switch/lib/esm/style/switch.shadow.css +177 -0
  1460. package/switch/package.json +1 -1
  1461. package/tab-line/lib/cjs/TabLine.js +16 -14
  1462. package/tab-line/lib/cjs/TabLine.js.map +1 -1
  1463. package/tab-line/lib/es6/TabLine.js +16 -14
  1464. package/tab-line/lib/es6/TabLine.js.map +1 -1
  1465. package/tab-line/lib/esm/TabLine.mjs +200 -150
  1466. package/tab-line/lib/esm/index.mjs +3 -3
  1467. package/tab-line/lib/esm/style/tab-line.shadow.css +159 -0
  1468. package/tab-line/package.json +1 -1
  1469. package/tab-panel/lib/cjs/TabPanel.js +11 -9
  1470. package/tab-panel/lib/cjs/TabPanel.js.map +1 -1
  1471. package/tab-panel/lib/es6/TabPanel.js +11 -9
  1472. package/tab-panel/lib/es6/TabPanel.js.map +1 -1
  1473. package/tab-panel/lib/esm/TabPanel.mjs +121 -93
  1474. package/tab-panel/lib/esm/index.mjs +3 -3
  1475. package/tab-panel/lib/esm/style/tab-panel.shadow.css +130 -0
  1476. package/tab-panel/package.json +1 -1
  1477. package/tag/lib/cjs/Tag.js +26 -24
  1478. package/tag/lib/cjs/Tag.js.map +1 -1
  1479. package/tag/lib/es6/Tag.js +26 -24
  1480. package/tag/lib/es6/Tag.js.map +1 -1
  1481. package/tag/lib/esm/Tag.mjs +303 -245
  1482. package/tag/lib/esm/index.mjs +3 -3
  1483. package/tag/lib/esm/style/tag.shadow.css +373 -0
  1484. package/tag/lib/esm/translations/__intergalactic-dynamic-locales.mjs +30 -30
  1485. package/tag/lib/esm/translations/de.json.mjs +5 -4
  1486. package/tag/lib/esm/translations/en.json.mjs +5 -4
  1487. package/tag/lib/esm/translations/es.json.mjs +5 -4
  1488. package/tag/lib/esm/translations/fr.json.mjs +5 -4
  1489. package/tag/lib/esm/translations/it.json.mjs +5 -4
  1490. package/tag/lib/esm/translations/ja.json.mjs +5 -4
  1491. package/tag/lib/esm/translations/ko.json.mjs +5 -4
  1492. package/tag/lib/esm/translations/nl.json.mjs +5 -4
  1493. package/tag/lib/esm/translations/pl.json.mjs +5 -4
  1494. package/tag/lib/esm/translations/pt.json.mjs +5 -4
  1495. package/tag/lib/esm/translations/sv.json.mjs +5 -4
  1496. package/tag/lib/esm/translations/tr.json.mjs +5 -4
  1497. package/tag/lib/esm/translations/vi.json.mjs +5 -4
  1498. package/tag/lib/esm/translations/zh.json.mjs +5 -4
  1499. package/tag/package.json +1 -1
  1500. package/textarea/lib/cjs/Textarea.js +11 -9
  1501. package/textarea/lib/cjs/Textarea.js.map +1 -1
  1502. package/textarea/lib/es6/Textarea.js +11 -9
  1503. package/textarea/lib/es6/Textarea.js.map +1 -1
  1504. package/textarea/lib/esm/Textarea.mjs +123 -87
  1505. package/textarea/lib/esm/index.mjs +2 -2
  1506. package/textarea/lib/esm/style/textarea.shadow.css +66 -0
  1507. package/textarea/package.json +1 -1
  1508. package/time-picker/lib/cjs/TimePicker.js +15 -13
  1509. package/time-picker/lib/cjs/TimePicker.js.map +1 -1
  1510. package/time-picker/lib/es6/TimePicker.js +15 -13
  1511. package/time-picker/lib/es6/TimePicker.js.map +1 -1
  1512. package/time-picker/lib/esm/PickerFormat.mjs +56 -46
  1513. package/time-picker/lib/esm/PickerInput.mjs +220 -146
  1514. package/time-picker/lib/esm/TimePicker.mjs +229 -158
  1515. package/time-picker/lib/esm/index.mjs +7 -7
  1516. package/time-picker/lib/esm/style/time-picker.shadow.css +121 -0
  1517. package/time-picker/lib/esm/translations/__intergalactic-dynamic-locales.mjs +30 -30
  1518. package/time-picker/lib/esm/translations/de.json.mjs +20 -14
  1519. package/time-picker/lib/esm/translations/en.json.mjs +20 -14
  1520. package/time-picker/lib/esm/translations/es.json.mjs +20 -14
  1521. package/time-picker/lib/esm/translations/fr.json.mjs +20 -14
  1522. package/time-picker/lib/esm/translations/it.json.mjs +20 -14
  1523. package/time-picker/lib/esm/translations/ja.json.mjs +20 -14
  1524. package/time-picker/lib/esm/translations/ko.json.mjs +20 -14
  1525. package/time-picker/lib/esm/translations/nl.json.mjs +20 -14
  1526. package/time-picker/lib/esm/translations/pl.json.mjs +20 -14
  1527. package/time-picker/lib/esm/translations/pt.json.mjs +20 -14
  1528. package/time-picker/lib/esm/translations/sv.json.mjs +20 -14
  1529. package/time-picker/lib/esm/translations/tr.json.mjs +20 -14
  1530. package/time-picker/lib/esm/translations/vi.json.mjs +20 -14
  1531. package/time-picker/lib/esm/translations/zh.json.mjs +20 -14
  1532. package/time-picker/package.json +1 -1
  1533. package/tooltip/lib/cjs/Tooltip.js +12 -10
  1534. package/tooltip/lib/cjs/Tooltip.js.map +1 -1
  1535. package/tooltip/lib/es6/Tooltip.js +12 -10
  1536. package/tooltip/lib/es6/Tooltip.js.map +1 -1
  1537. package/tooltip/lib/esm/Tooltip.mjs +228 -178
  1538. package/tooltip/lib/esm/index.mjs +4 -4
  1539. package/tooltip/lib/esm/style/tooltip.shadow.css +151 -0
  1540. package/tooltip/package.json +1 -1
  1541. package/typography/lib/cjs/Blockquote.js +7 -5
  1542. package/typography/lib/cjs/Blockquote.js.map +1 -1
  1543. package/typography/lib/cjs/Hint.js +10 -8
  1544. package/typography/lib/cjs/Hint.js.map +1 -1
  1545. package/typography/lib/cjs/List.js +8 -6
  1546. package/typography/lib/cjs/List.js.map +1 -1
  1547. package/typography/lib/cjs/Text.js +37 -35
  1548. package/typography/lib/cjs/Text.js.map +1 -1
  1549. package/typography/lib/es6/Blockquote.js +7 -5
  1550. package/typography/lib/es6/Blockquote.js.map +1 -1
  1551. package/typography/lib/es6/Hint.js +10 -8
  1552. package/typography/lib/es6/Hint.js.map +1 -1
  1553. package/typography/lib/es6/List.js +8 -6
  1554. package/typography/lib/es6/List.js.map +1 -1
  1555. package/typography/lib/es6/Text.js +37 -35
  1556. package/typography/lib/es6/Text.js.map +1 -1
  1557. package/typography/lib/esm/Blockquote.mjs +30 -23
  1558. package/typography/lib/esm/Hint.mjs +69 -57
  1559. package/typography/lib/esm/List.mjs +86 -68
  1560. package/typography/lib/esm/Text.mjs +67 -58
  1561. package/typography/lib/esm/index.mjs +8 -8
  1562. package/typography/lib/esm/style/blockquote.shadow.css +28 -0
  1563. package/typography/lib/esm/style/hint.shadow.css +51 -0
  1564. package/typography/lib/esm/style/list.shadow.css +28 -0
  1565. package/typography/lib/esm/style/text.shadow.css +118 -0
  1566. package/typography/package.json +1 -1
  1567. package/utils/lib/components/invalid-state-pattern/InvalidStatePattern.js +5 -3
  1568. package/utils/lib/components/invalid-state-pattern/InvalidStatePattern.js.map +1 -1
  1569. package/utils/lib/components/invalid-state-pattern/InvalidStatePattern.mjs +5 -3
  1570. package/utils/lib/components/invalid-state-pattern/InvalidStatePattern.mjs.map +1 -1
  1571. package/utils/lib/injectStyle.js +1 -1
  1572. package/utils/lib/injectStyle.mjs +1 -1
  1573. package/widget-empty/lib/cjs/WidgetEmpty.js +8 -6
  1574. package/widget-empty/lib/cjs/WidgetEmpty.js.map +1 -1
  1575. package/widget-empty/lib/es6/WidgetEmpty.js +8 -6
  1576. package/widget-empty/lib/es6/WidgetEmpty.js.map +1 -1
  1577. package/widget-empty/lib/esm/Error/index.mjs +32 -29
  1578. package/widget-empty/lib/esm/Error/translations/__intergalactic-dynamic-locales.mjs +32 -32
  1579. package/widget-empty/lib/esm/Error/translations/de.json.mjs +8 -6
  1580. package/widget-empty/lib/esm/Error/translations/en.json.mjs +8 -6
  1581. package/widget-empty/lib/esm/Error/translations/es.json.mjs +8 -6
  1582. package/widget-empty/lib/esm/Error/translations/fr.json.mjs +8 -6
  1583. package/widget-empty/lib/esm/Error/translations/it.json.mjs +8 -6
  1584. package/widget-empty/lib/esm/Error/translations/ja.json.mjs +8 -6
  1585. package/widget-empty/lib/esm/Error/translations/ko.json.mjs +8 -6
  1586. package/widget-empty/lib/esm/Error/translations/nl.json.mjs +8 -6
  1587. package/widget-empty/lib/esm/Error/translations/pl.json.mjs +8 -6
  1588. package/widget-empty/lib/esm/Error/translations/pt.json.mjs +8 -6
  1589. package/widget-empty/lib/esm/Error/translations/ru.json.mjs +8 -6
  1590. package/widget-empty/lib/esm/Error/translations/sv.json.mjs +8 -6
  1591. package/widget-empty/lib/esm/Error/translations/tr.json.mjs +8 -6
  1592. package/widget-empty/lib/esm/Error/translations/vi.json.mjs +8 -6
  1593. package/widget-empty/lib/esm/Error/translations/zh.json.mjs +8 -6
  1594. package/widget-empty/lib/esm/NoData/index.mjs +32 -29
  1595. package/widget-empty/lib/esm/NoData/translations/__intergalactic-dynamic-locales.mjs +32 -32
  1596. package/widget-empty/lib/esm/NoData/translations/de.json.mjs +8 -6
  1597. package/widget-empty/lib/esm/NoData/translations/en.json.mjs +8 -6
  1598. package/widget-empty/lib/esm/NoData/translations/es.json.mjs +8 -6
  1599. package/widget-empty/lib/esm/NoData/translations/fr.json.mjs +8 -6
  1600. package/widget-empty/lib/esm/NoData/translations/it.json.mjs +8 -6
  1601. package/widget-empty/lib/esm/NoData/translations/ja.json.mjs +8 -6
  1602. package/widget-empty/lib/esm/NoData/translations/ko.json.mjs +8 -6
  1603. package/widget-empty/lib/esm/NoData/translations/nl.json.mjs +8 -6
  1604. package/widget-empty/lib/esm/NoData/translations/pl.json.mjs +8 -6
  1605. package/widget-empty/lib/esm/NoData/translations/pt.json.mjs +8 -6
  1606. package/widget-empty/lib/esm/NoData/translations/ru.json.mjs +8 -6
  1607. package/widget-empty/lib/esm/NoData/translations/sv.json.mjs +8 -6
  1608. package/widget-empty/lib/esm/NoData/translations/tr.json.mjs +8 -6
  1609. package/widget-empty/lib/esm/NoData/translations/vi.json.mjs +8 -6
  1610. package/widget-empty/lib/esm/NoData/translations/zh.json.mjs +8 -6
  1611. package/widget-empty/lib/esm/WidgetEmpty.mjs +68 -53
  1612. package/widget-empty/lib/esm/index.mjs +7 -7
  1613. package/widget-empty/lib/esm/style/widget-empty.shadow.css +39 -0
  1614. package/widget-empty/package.json +1 -1
  1615. package/wizard/lib/cjs/Wizard.js +15 -13
  1616. package/wizard/lib/cjs/Wizard.js.map +1 -1
  1617. package/wizard/lib/es6/Wizard.js +15 -13
  1618. package/wizard/lib/es6/Wizard.js.map +1 -1
  1619. package/wizard/lib/esm/Wizard.mjs +241 -180
  1620. package/wizard/lib/esm/index.mjs +3 -3
  1621. package/wizard/lib/esm/style/wizard.shadow.css +103 -0
  1622. package/wizard/lib/esm/translations/__intergalactic-dynamic-locales.mjs +30 -30
  1623. package/wizard/lib/esm/translations/de.json.mjs +11 -8
  1624. package/wizard/lib/esm/translations/en.json.mjs +11 -8
  1625. package/wizard/lib/esm/translations/es.json.mjs +11 -8
  1626. package/wizard/lib/esm/translations/fr.json.mjs +11 -8
  1627. package/wizard/lib/esm/translations/it.json.mjs +11 -8
  1628. package/wizard/lib/esm/translations/ja.json.mjs +11 -8
  1629. package/wizard/lib/esm/translations/ko.json.mjs +11 -8
  1630. package/wizard/lib/esm/translations/nl.json.mjs +11 -8
  1631. package/wizard/lib/esm/translations/pl.json.mjs +11 -8
  1632. package/wizard/lib/esm/translations/pt.json.mjs +11 -8
  1633. package/wizard/lib/esm/translations/sv.json.mjs +11 -8
  1634. package/wizard/lib/esm/translations/tr.json.mjs +11 -8
  1635. package/wizard/lib/esm/translations/vi.json.mjs +11 -8
  1636. package/wizard/lib/esm/translations/zh.json.mjs +11 -8
  1637. package/wizard/package.json +1 -1
  1638. package/d3-chart/lib/esm/semcore/d3-chart/src/AnimatedClipPath.mjs +0 -49
  1639. package/d3-chart/lib/esm/semcore/d3-chart/src/Area.mjs +0 -170
  1640. package/d3-chart/lib/esm/semcore/d3-chart/src/Axis.mjs +0 -333
  1641. package/d3-chart/lib/esm/semcore/d3-chart/src/Bar.mjs +0 -160
  1642. package/d3-chart/lib/esm/semcore/d3-chart/src/Bubble.mjs +0 -177
  1643. package/d3-chart/lib/esm/semcore/d3-chart/src/CompactHorizontalBar.mjs +0 -416
  1644. package/d3-chart/lib/esm/semcore/d3-chart/src/Donut.mjs +0 -326
  1645. package/d3-chart/lib/esm/semcore/d3-chart/src/Dots.mjs +0 -99
  1646. package/d3-chart/lib/esm/semcore/d3-chart/src/GroupBar.mjs +0 -75
  1647. package/d3-chart/lib/esm/semcore/d3-chart/src/HorizontalBar.mjs +0 -145
  1648. package/d3-chart/lib/esm/semcore/d3-chart/src/Hover.mjs +0 -156
  1649. package/d3-chart/lib/esm/semcore/d3-chart/src/Line.mjs +0 -172
  1650. package/d3-chart/lib/esm/semcore/d3-chart/src/Plot.mjs +0 -107
  1651. package/d3-chart/lib/esm/semcore/d3-chart/src/Radar.mjs +0 -581
  1652. package/d3-chart/lib/esm/semcore/d3-chart/src/RadialTree.mjs +0 -443
  1653. package/d3-chart/lib/esm/semcore/d3-chart/src/Reference.mjs +0 -195
  1654. package/d3-chart/lib/esm/semcore/d3-chart/src/ResponsiveContainer.mjs +0 -76
  1655. package/d3-chart/lib/esm/semcore/d3-chart/src/ScatterPlot.mjs +0 -158
  1656. package/d3-chart/lib/esm/semcore/d3-chart/src/StackBar.mjs +0 -139
  1657. package/d3-chart/lib/esm/semcore/d3-chart/src/StackedArea.mjs +0 -73
  1658. package/d3-chart/lib/esm/semcore/d3-chart/src/Tooltip.mjs +0 -199
  1659. package/d3-chart/lib/esm/semcore/d3-chart/src/Venn.mjs +0 -207
  1660. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/DataAccessibilityTable.mjs +0 -77
  1661. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/PlotA11yModule.mjs +0 -86
  1662. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/PlotA11yView.mjs +0 -120
  1663. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/bezier.mjs +0 -23
  1664. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/focus.mjs +0 -32
  1665. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/hints.mjs +0 -98
  1666. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/insights.mjs +0 -523
  1667. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/intl.mjs +0 -14
  1668. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/locale.mjs +0 -26
  1669. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/serialize.mjs +0 -277
  1670. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/summarize.mjs +0 -13
  1671. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/__intergalactic-dynamic-locales.mjs +0 -33
  1672. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/de.json.mjs +0 -11
  1673. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/en.json.mjs +0 -11
  1674. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/es.json.mjs +0 -11
  1675. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/fr.json.mjs +0 -11
  1676. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/it.json.mjs +0 -11
  1677. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/ja.json.mjs +0 -11
  1678. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/ko.json.mjs +0 -11
  1679. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/nl.json.mjs +0 -11
  1680. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/pl.json.mjs +0 -11
  1681. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/pt.json.mjs +0 -11
  1682. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/sv.json.mjs +0 -11
  1683. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/tr.json.mjs +0 -11
  1684. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/vi.json.mjs +0 -11
  1685. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/zh.json.mjs +0 -11
  1686. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/view/__intergalactic-dynamic-locales.mjs +0 -33
  1687. package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/AbstractChart.mjs +0 -292
  1688. package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/AreaChart.mjs +0 -120
  1689. package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/BarChart.mjs +0 -187
  1690. package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/BubbleChart.mjs +0 -118
  1691. package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/CigaretteChart.mjs +0 -256
  1692. package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/CompactHorizontalBarChart.mjs +0 -107
  1693. package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/DonutChart.mjs +0 -97
  1694. package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/HistogramChart.mjs +0 -138
  1695. package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/LineChart.mjs +0 -111
  1696. package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/RadarChart.mjs +0 -103
  1697. package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/ScatterPlotChart.mjs +0 -121
  1698. package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/VennChart.mjs +0 -119
  1699. package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/index.mjs +0 -27
  1700. package/d3-chart/lib/esm/semcore/d3-chart/src/component/ChartLegend/BaseLegend.mjs +0 -80
  1701. package/d3-chart/lib/esm/semcore/d3-chart/src/component/ChartLegend/LegendFlex/LegendFlex.mjs +0 -77
  1702. package/d3-chart/lib/esm/semcore/d3-chart/src/component/ChartLegend/LegendItem/LegendItem.mjs +0 -203
  1703. package/d3-chart/lib/esm/semcore/d3-chart/src/component/ChartLegend/LegendItem/LegendItem.type.mjs +0 -4
  1704. package/d3-chart/lib/esm/semcore/d3-chart/src/component/ChartLegend/LegendTable/LegendTable.mjs +0 -79
  1705. package/d3-chart/lib/esm/semcore/d3-chart/src/component/ChartLegend/index.mjs +0 -5
  1706. package/d3-chart/lib/esm/semcore/d3-chart/src/component/Cigarette/Cigarette.mjs +0 -96
  1707. package/d3-chart/lib/esm/semcore/d3-chart/src/component/StackGroupBar/StackGroupBar.mjs +0 -104
  1708. package/d3-chart/lib/esm/semcore/d3-chart/src/createElement.mjs +0 -85
  1709. package/d3-chart/lib/esm/semcore/d3-chart/src/index.mjs +0 -70
  1710. package/d3-chart/lib/esm/semcore/d3-chart/src/translations/__intergalactic-dynamic-locales.mjs +0 -31
  1711. package/d3-chart/lib/esm/semcore/d3-chart/src/translations/en.json.mjs +0 -10
  1712. package/d3-chart/lib/esm/semcore/d3-chart/src/translations/es.json.mjs +0 -9
  1713. package/d3-chart/lib/esm/semcore/d3-chart/src/translations/fr.json.mjs +0 -9
  1714. package/d3-chart/lib/esm/semcore/d3-chart/src/translations/it.json.mjs +0 -9
  1715. package/d3-chart/lib/esm/semcore/d3-chart/src/translations/ja.json.mjs +0 -9
  1716. package/d3-chart/lib/esm/semcore/d3-chart/src/translations/ko.json.mjs +0 -9
  1717. package/d3-chart/lib/esm/semcore/d3-chart/src/translations/nl.json.mjs +0 -9
  1718. package/d3-chart/lib/esm/semcore/d3-chart/src/translations/pl.json.mjs +0 -9
  1719. package/d3-chart/lib/esm/semcore/d3-chart/src/translations/pt.json.mjs +0 -9
  1720. package/d3-chart/lib/esm/semcore/d3-chart/src/translations/sv.json.mjs +0 -9
  1721. package/d3-chart/lib/esm/semcore/d3-chart/src/translations/tr.json.mjs +0 -9
  1722. package/d3-chart/lib/esm/semcore/d3-chart/src/translations/vi.json.mjs +0 -9
  1723. package/d3-chart/lib/esm/semcore/d3-chart/src/translations/zh.json.mjs +0 -9
  1724. package/d3-chart/lib/esm/semcore/d3-chart/src/utils.mjs +0 -156
@@ -1,352 +1,441 @@
1
- import G from "@babel/runtime/helpers/esm/classCallCheck";
2
- import U from "@babel/runtime/helpers/esm/createClass";
3
- import u from "@babel/runtime/helpers/esm/assertThisInitialized";
4
- import J from "@babel/runtime/helpers/esm/inherits";
5
- import Q from "@babel/runtime/helpers/esm/createSuper";
6
- import g from "@babel/runtime/helpers/esm/defineProperty";
7
- import T from "@babel/runtime/helpers/esm/slicedToArray";
8
- import { sstyled as W } from 'intergalactic/utils/lib/core/index';
9
- import { CORE_INSTANCE as M, sstyled as X, assignProps as E, Component as Z } from 'intergalactic/core';
10
- import r from "react";
11
- import h from "dayjs";
12
- import N from 'intergalactic/button';
13
- import { Flex as S, Box as A } from 'intergalactic/flex-box';
14
- import z from 'intergalactic/divider';
15
- import ee from 'intergalactic/dropdown';
16
- import ae from 'intergalactic/utils/lib/enhances/i18nEnhance';
17
- import { localizedMessages as F } from "../translations/__intergalactic-dynamic-locales.mjs";
18
- import { includesDate as te } from "../utils/includesDate.mjs";
19
- import { formatMMYY as re, formatDDMMYY as _e } from "../utils/formatDate.mjs";
20
- var ie = (
1
+ import _classCallCheck from "@babel/runtime/helpers/esm/classCallCheck";
2
+ import _createClass from "@babel/runtime/helpers/esm/createClass";
3
+ import _assertThisInitialized from "@babel/runtime/helpers/esm/assertThisInitialized";
4
+ import _inherits from "@babel/runtime/helpers/esm/inherits";
5
+ import _createSuper from "@babel/runtime/helpers/esm/createSuper";
6
+ import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
7
+ import _slicedToArray from "@babel/runtime/helpers/esm/slicedToArray";
8
+ import { sstyled } from 'intergalactic/utils/lib/core/index';
9
+ import { CORE_INSTANCE, sstyled as sstyled$1, assignProps, Component } from 'intergalactic/core';
10
+ import React from "react";
11
+ import dayjs from "dayjs";
12
+ import Button from 'intergalactic/button';
13
+ import { Flex, Box } from 'intergalactic/flex-box';
14
+ import Divider from 'intergalactic/divider';
15
+ import Dropdown from 'intergalactic/dropdown';
16
+ import i18nEnhance from 'intergalactic/utils/lib/enhances/i18nEnhance';
17
+ import { localizedMessages } from "../translations/__intergalactic-dynamic-locales.mjs";
18
+ import { includesDate } from "../utils/includesDate.mjs";
19
+ import { formatMMYY, formatDDMMYY } from "../utils/formatDate.mjs";
20
+ /*!__reshadow-styles__:"../style/date-picker.shadow.css"*/
21
+ var style = (
21
22
  /*__reshadow_css_start__*/
22
- (W.insert(
23
+ (sstyled.insert(
23
24
  /*__inner_css_start__*/
24
- ".___SPopper_182qj_gg_{padding:var(--intergalactic-spacing-4x, 16px);outline:0}.___SPopper_182qj_gg_::-moz-focus-inner{border:0;padding:0}.___SPopper_182qj_gg_:active,.___SPopper_182qj_gg_:focus{outline:0;-webkit-text-decoration:none;text-decoration:none}@media (hover:hover){.___SPopper_182qj_gg_:hover{outline:0;-webkit-text-decoration:none;text-decoration:none}}.___SPopper_182qj_gg_:focus{box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.5))}.___SHeader_182qj_gg_,.___STitle_182qj_gg_{display:flex;align-items:center}.___STitle_182qj_gg_{font-size:var(--intergalactic-fs-200, 14px);color:var(--intergalactic-text-primary, #191b23);height:32px;width:100%;justify-content:center}.___SToday_182qj_gg_{display:flex;margin-top:var(--intergalactic-spacing-3x, 12px);justify-content:center}.___SPeriod_182qj_gg_{display:flex;flex-direction:column;margin-bottom:var(--intergalactic-spacing-2x, 8px)}.___SButton_182qj_gg_ .___SInner_182qj_gg_{justify-content:flex-start}.___SInputMask_182qj_gg_{color:var(--intergalactic-text-primary, #191b23);line-height:normal;padding-right:var(--intergalactic-spacing-2x, 8px);transition:width calc(var(--intergalactic-duration-medium, 300)*1ms) ease,min-width calc(var(--intergalactic-duration-medium, 300)*1ms) ease}.___SInputMask_182qj_gg_.__animationsDisabled_182qj_gg_{transition:none}.___SInputMask_182qj_gg_ .___SValue_182qj_gg_{letter-spacing:0}.___SIndicator_182qj_gg_{color:var(--intergalactic-text-secondary, #6c6e79)}.___SRangeIndicator_182qj_gg_{border-radius:50%;flex-shrink:0}.___SRangeIndicator_182qj_gg_._range_value_182qj_gg_{background-color:var(--intergalactic-date-picker-cell-active, #2bb3ff)}.___SRangeIndicator_182qj_gg_._range_compare_182qj_gg_{background-color:var(--intergalactic-date-picker-cell-comparison-active, #8649e1)}.___SRangeIndicator_182qj_gg_.__disabled_182qj_gg_{opacity:var(--intergalactic-disabled-opacity, 0.3)}.___SHumanizedDate_182qj_gg_{position:absolute;pointer-events:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.___SMask_182qj_gg_{letter-spacing:0;white-space:nowrap;overflow:hidden}.___SDateRange_182qj_gg_ .___SMask_182qj_gg_,.___SDateRange_182qj_gg_ .___SValue_182qj_gg_,.___SSingleDateInput_182qj_gg_ .___SMask_182qj_gg_,.___SSingleDateInput_182qj_gg_ .___SValue_182qj_gg_{opacity:0}.___SSingleDateInput_182qj_gg_:focus-within .___SHumanizedDate_182qj_gg_{opacity:0;z-index:var(--intergalactic-z-index-deep, -999)}.___SSingleDateInput_182qj_gg_:focus-within .___SMask_182qj_gg_,.___SSingleDateInput_182qj_gg_:focus-within .___SValue_182qj_gg_{opacity:1}.___SDateRange_182qj_gg_:focus-within .___SHumanizedDate_182qj_gg_{opacity:0;z-index:var(--intergalactic-z-index-deep, -999)}.___SDateRange_182qj_gg_:focus-within .___SMask_182qj_gg_,.___SDateRange_182qj_gg_:focus-within .___SValue_182qj_gg_{opacity:1}.___SInputMask_182qj_gg_.__noHumanizedDate_182qj_gg_ .___SMask_182qj_gg_,.___SInputMask_182qj_gg_.__noHumanizedDate_182qj_gg_ .___SValue_182qj_gg_{opacity:1}.___SDateRange_182qj_gg_ .___SInputMask_182qj_gg_:focus-within .___SMask_182qj_gg_{background-color:var(--intergalactic-bg-highlight-focus, rgba(0, 143, 248, 0.2))}.___SDateRange_182qj_gg_:focus-within .___SRangeSep_182qj_gg_,.___SRangeSep_182qj_gg_.__fulfilled_182qj_gg_{color:var(--intergalactic-text-primary, #191b23)}.___SRangeComparatorHeader_182qj_gg_{border-bottom:1px solid var(--intergalactic-border-primary, #c4c7cf)}.___SRangeCalendar_182qj_gg_,.___SRangeComparatorHeader_182qj_gg_{padding:var(--intergalactic-spacing-4x, 16px)}.___SFooter_182qj_gg_{border-top:1px solid var(--intergalactic-border-primary, #c4c7cf)}.___SFooter_182qj_gg_,.___SPeriodsList_182qj_gg_{padding:var(--intergalactic-spacing-4x, 16px)}.___STooltip_182qj_gg_{padding:var(--intergalactic-spacing-3x, 12px)}.___SCompareToggle_182qj_gg_{white-space:nowrap}@media (prefers-reduced-motion){.___SInputMask_182qj_gg_{transition:none}}",
25
- "182qj_gg_"
26
- ), {
27
- __SHeader: "___SHeader_182qj_gg_",
28
- __STitle: "___STitle_182qj_gg_",
29
- __SToday: "___SToday_182qj_gg_",
30
- __SPeriod: "___SPeriod_182qj_gg_",
31
- __SButton: "___SButton_182qj_gg_",
32
- __SInner: "___SInner_182qj_gg_",
33
- __SInputMask: "___SInputMask_182qj_gg_",
34
- _animationsDisabled: "__animationsDisabled_182qj_gg_",
35
- __SValue: "___SValue_182qj_gg_",
36
- __SIndicator: "___SIndicator_182qj_gg_",
37
- __SRangeIndicator: "___SRangeIndicator_182qj_gg_",
38
- _range_value: "_range_value_182qj_gg_",
39
- _range_compare: "_range_compare_182qj_gg_",
40
- _disabled: "__disabled_182qj_gg_",
41
- __SHumanizedDate: "___SHumanizedDate_182qj_gg_",
42
- __SMask: "___SMask_182qj_gg_",
43
- __SSingleDateInput: "___SSingleDateInput_182qj_gg_",
44
- __SDateRange: "___SDateRange_182qj_gg_",
45
- _noHumanizedDate: "__noHumanizedDate_182qj_gg_",
46
- __SRangeSep: "___SRangeSep_182qj_gg_",
47
- _fulfilled: "__fulfilled_182qj_gg_",
48
- __SRangeComparatorHeader: "___SRangeComparatorHeader_182qj_gg_",
49
- __SRangeCalendar: "___SRangeCalendar_182qj_gg_",
50
- __SFooter: "___SFooter_182qj_gg_",
51
- __SPeriodsList: "___SPeriodsList_182qj_gg_",
52
- __STooltip: "___STooltip_182qj_gg_",
53
- __SCompareToggle: "___SCompareToggle_182qj_gg_",
54
- __SPopper: "___SPopper_182qj_gg_"
25
+ ".___SPopper_svfjr_gg_{padding:var(--intergalactic-spacing-4x, 16px);outline:0}.___SPopper_svfjr_gg_::-moz-focus-inner{border:0;padding:0}.___SPopper_svfjr_gg_:active,.___SPopper_svfjr_gg_:focus{outline:0;-webkit-text-decoration:none;text-decoration:none}@media (hover:hover){.___SPopper_svfjr_gg_:hover{outline:0;-webkit-text-decoration:none;text-decoration:none}}.___SPopper_svfjr_gg_:focus{box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.5))}.___SHeader_svfjr_gg_,.___STitle_svfjr_gg_{display:flex;align-items:center}.___STitle_svfjr_gg_{font-size:var(--intergalactic-fs-200, 14px);color:var(--intergalactic-text-primary, #191b23);height:32px;width:100%;justify-content:center}.___SToday_svfjr_gg_{display:flex;margin-top:var(--intergalactic-spacing-3x, 12px);justify-content:center}.___SPeriod_svfjr_gg_{display:flex;flex-direction:column;margin-bottom:var(--intergalactic-spacing-2x, 8px)}.___SButton_svfjr_gg_ .___SInner_svfjr_gg_{justify-content:flex-start}.___SInputMask_svfjr_gg_{color:var(--intergalactic-text-primary, #191b23);line-height:normal;padding-right:var(--intergalactic-spacing-2x, 8px);transition:width calc(var(--intergalactic-duration-medium, 300)*1ms) ease,min-width calc(var(--intergalactic-duration-medium, 300)*1ms) ease}.___SInputMask_svfjr_gg_.__animationsDisabled_svfjr_gg_{transition:none}.___SInputMask_svfjr_gg_ .___SValue_svfjr_gg_{letter-spacing:0}.___SIndicator_svfjr_gg_{color:var(--intergalactic-text-secondary, #6c6e79)}.___SRangeIndicator_svfjr_gg_{border-radius:50%;flex-shrink:0}.___SRangeIndicator_svfjr_gg_._range_value_svfjr_gg_{background-color:var(--intergalactic-date-picker-cell-active, #2bb3ff)}.___SRangeIndicator_svfjr_gg_._range_compare_svfjr_gg_{background-color:var(--intergalactic-date-picker-cell-comparison-active, #8649e1)}.___SRangeIndicator_svfjr_gg_.__disabled_svfjr_gg_{opacity:var(--intergalactic-disabled-opacity, 0.3)}.___SHumanizedDate_svfjr_gg_{position:absolute;pointer-events:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.___SMask_svfjr_gg_{letter-spacing:0;white-space:nowrap;overflow:hidden}.___SDateRange_svfjr_gg_ .___SMask_svfjr_gg_,.___SDateRange_svfjr_gg_ .___SValue_svfjr_gg_,.___SSingleDateInput_svfjr_gg_ .___SMask_svfjr_gg_,.___SSingleDateInput_svfjr_gg_ .___SValue_svfjr_gg_{opacity:0}.___SSingleDateInput_svfjr_gg_:focus-within .___SHumanizedDate_svfjr_gg_{opacity:0;z-index:var(--intergalactic-z-index-deep, -999)}.___SSingleDateInput_svfjr_gg_:focus-within .___SMask_svfjr_gg_,.___SSingleDateInput_svfjr_gg_:focus-within .___SValue_svfjr_gg_{opacity:1}.___SDateRange_svfjr_gg_:focus-within .___SHumanizedDate_svfjr_gg_{opacity:0;z-index:var(--intergalactic-z-index-deep, -999)}.___SDateRange_svfjr_gg_:focus-within .___SMask_svfjr_gg_,.___SDateRange_svfjr_gg_:focus-within .___SValue_svfjr_gg_{opacity:1}.___SInputMask_svfjr_gg_.__noHumanizedDate_svfjr_gg_ .___SMask_svfjr_gg_,.___SInputMask_svfjr_gg_.__noHumanizedDate_svfjr_gg_ .___SValue_svfjr_gg_{opacity:1}.___SDateRange_svfjr_gg_ .___SInputMask_svfjr_gg_:focus-within .___SMask_svfjr_gg_{background-color:var(--intergalactic-bg-highlight-focus, rgba(0, 143, 248, 0.2))}.___SDateRange_svfjr_gg_:focus-within .___SRangeSep_svfjr_gg_,.___SRangeSep_svfjr_gg_.__fulfilled_svfjr_gg_{color:var(--intergalactic-text-primary, #191b23)}.___SRangeComparatorHeader_svfjr_gg_{border-bottom:1px solid var(--intergalactic-border-primary, #c4c7cf)}.___SRangeCalendar_svfjr_gg_,.___SRangeComparatorHeader_svfjr_gg_{padding:var(--intergalactic-spacing-4x, 16px)}.___SFooter_svfjr_gg_{border-top:1px solid var(--intergalactic-border-primary, #c4c7cf)}.___SFooter_svfjr_gg_,.___SPeriodsList_svfjr_gg_{padding:var(--intergalactic-spacing-4x, 16px)}.___STooltip_svfjr_gg_{padding:var(--intergalactic-spacing-3x, 12px)}.___SCompareToggle_svfjr_gg_{white-space:nowrap}@media (prefers-reduced-motion){.___SInputMask_svfjr_gg_{transition:none}}",
26
+ /*__inner_css_end__*/
27
+ "svfjr_gg_"
28
+ ), /*__reshadow_css_end__*/
29
+ {
30
+ "__SHeader": "___SHeader_svfjr_gg_",
31
+ "__STitle": "___STitle_svfjr_gg_",
32
+ "__SToday": "___SToday_svfjr_gg_",
33
+ "__SPeriod": "___SPeriod_svfjr_gg_",
34
+ "__SButton": "___SButton_svfjr_gg_",
35
+ "__SInner": "___SInner_svfjr_gg_",
36
+ "__SInputMask": "___SInputMask_svfjr_gg_",
37
+ "_animationsDisabled": "__animationsDisabled_svfjr_gg_",
38
+ "__SValue": "___SValue_svfjr_gg_",
39
+ "__SIndicator": "___SIndicator_svfjr_gg_",
40
+ "__SRangeIndicator": "___SRangeIndicator_svfjr_gg_",
41
+ "_range_value": "_range_value_svfjr_gg_",
42
+ "_range_compare": "_range_compare_svfjr_gg_",
43
+ "_disabled": "__disabled_svfjr_gg_",
44
+ "__SHumanizedDate": "___SHumanizedDate_svfjr_gg_",
45
+ "__SMask": "___SMask_svfjr_gg_",
46
+ "__SSingleDateInput": "___SSingleDateInput_svfjr_gg_",
47
+ "__SDateRange": "___SDateRange_svfjr_gg_",
48
+ "_noHumanizedDate": "__noHumanizedDate_svfjr_gg_",
49
+ "__SRangeSep": "___SRangeSep_svfjr_gg_",
50
+ "_fulfilled": "__fulfilled_svfjr_gg_",
51
+ "__SRangeComparatorHeader": "___SRangeComparatorHeader_svfjr_gg_",
52
+ "__SRangeCalendar": "___SRangeCalendar_svfjr_gg_",
53
+ "__SFooter": "___SFooter_svfjr_gg_",
54
+ "__SPeriodsList": "___SPeriodsList_svfjr_gg_",
55
+ "__STooltip": "___STooltip_svfjr_gg_",
56
+ "__SCompareToggle": "___SCompareToggle_svfjr_gg_",
57
+ "__SPopper": "___SPopper_svfjr_gg_"
55
58
  })
56
- ), ne = ["INPUT"], le = ["ArrowDown", "Enter", " "], oe = new Date((/* @__PURE__ */ new Date()).setHours(0, 0, 0, 0));
57
- function D(c) {
58
- if (!Array.isArray(c)) return null;
59
- var p = T(c, 2), s = p[0], a = p[1], e = a === void 0 ? s : a;
60
- return e;
59
+ );
60
+ var INTERACTION_TAGS = ["INPUT"];
61
+ var INTERACTION_KEYS = ["ArrowDown", "Enter", " "];
62
+ var defaultDisplayedPeriod = new Date((/* @__PURE__ */ new Date()).setHours(0, 0, 0, 0));
63
+ function getEndDate(value) {
64
+ if (!Array.isArray(value)) return null;
65
+ var _value = _slicedToArray(value, 2), startDate = _value[0], _value$ = _value[1], endDate = _value$ === void 0 ? startDate : _value$;
66
+ return endDate;
61
67
  }
62
- var q = /* @__PURE__ */ function(c) {
63
- J(s, c);
64
- var p = Q(s);
65
- function s() {
66
- var a;
67
- G(this, s);
68
- for (var e = arguments.length, i = new Array(e), n = 0; n < e; n++)
69
- i[n] = arguments[n];
70
- return a = p.call.apply(p, [this].concat(i)), g(u(a), "popperRef", /* @__PURE__ */ r.createRef()), g(u(a), "unitRefs", {}), g(u(a), "navigateStep", void 0), g(u(a), "keyDiff", void 0), g(u(a), "keyStep", void 0), g(u(a), "navigateView", function(t) {
71
- var _ = a.asProps.displayedPeriod, l = t >= 1 ? "add" : "subtract", o = h(_)[l](1, a.navigateStep).toDate();
72
- a.handlers.displayedPeriod(o);
73
- }), g(u(a), "bindHandlerNavigateClick", function(t) {
68
+ var RangePickerAbstract = /* @__PURE__ */ function(_Component) {
69
+ _inherits(RangePickerAbstract2, _Component);
70
+ var _super = _createSuper(RangePickerAbstract2);
71
+ function RangePickerAbstract2() {
72
+ var _this;
73
+ _classCallCheck(this, RangePickerAbstract2);
74
+ for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
75
+ args[_key] = arguments[_key];
76
+ }
77
+ _this = _super.call.apply(_super, [this].concat(args));
78
+ _defineProperty(_assertThisInitialized(_this), "popperRef", /* @__PURE__ */ React.createRef());
79
+ _defineProperty(_assertThisInitialized(_this), "unitRefs", {});
80
+ _defineProperty(_assertThisInitialized(_this), "navigateStep", void 0);
81
+ _defineProperty(_assertThisInitialized(_this), "keyDiff", void 0);
82
+ _defineProperty(_assertThisInitialized(_this), "keyStep", void 0);
83
+ _defineProperty(_assertThisInitialized(_this), "navigateView", function(direction) {
84
+ var displayedPeriod = _this.asProps.displayedPeriod;
85
+ var action = direction >= 1 ? "add" : "subtract";
86
+ var date = dayjs(displayedPeriod)[action](1, _this.navigateStep).toDate();
87
+ _this.handlers.displayedPeriod(date);
88
+ });
89
+ _defineProperty(_assertThisInitialized(_this), "bindHandlerNavigateClick", function(direction) {
74
90
  return function() {
75
- return a.navigateView(t);
91
+ return _this.navigateView(direction);
76
92
  };
77
- }), g(u(a), "handlerKeyDown", function(t) {
78
- return function(_) {
79
- var l = a.asProps, o = l.displayedPeriod, d = l.highlighted, m = l.preselectedValue, x = l.visible, P = _.key;
80
- t === "trigger" && le.includes(P) && (_.stopPropagation(), a.handlers.visible(!x), setTimeout(function() {
81
- var k = a.popperRef.current;
82
- k && k.focus();
83
- }, 0));
84
- var y = a.keyDiff[P], Y = function($) {
85
- var V = T($, 2), O = V[0], L = V[1], v = L || O, I = o == null ? void 0 : o.getDate(), C = v == null ? void 0 : v.getDate();
86
- a.navigateStep === "month" && (I = o == null ? void 0 : o.getMonth(), C = v == null ? void 0 : v.getMonth()), a.navigateStep === "year" && (I = o == null ? void 0 : o.getYear(), C = v == null ? void 0 : v.getYear());
87
- var H = C - I;
88
- return H < 0 || H > 1 ? v : o;
93
+ });
94
+ _defineProperty(_assertThisInitialized(_this), "handlerKeyDown", function(place) {
95
+ return function(e) {
96
+ var _this$asProps = _this.asProps, displayedPeriod = _this$asProps.displayedPeriod, highlighted = _this$asProps.highlighted, preselectedValue = _this$asProps.preselectedValue, visible = _this$asProps.visible;
97
+ var key = e.key;
98
+ if (place === "trigger" && INTERACTION_KEYS.includes(key)) {
99
+ e.stopPropagation();
100
+ _this.handlers.visible(!visible);
101
+ setTimeout(function() {
102
+ var popper = _this.popperRef.current;
103
+ if (popper) {
104
+ popper.focus();
105
+ }
106
+ }, 0);
107
+ }
108
+ var day = _this.keyDiff[key];
109
+ var setNextDisplayedPeriod = function setNextDisplayedPeriod2(next_highlighted2) {
110
+ var _next_highlighted = _slicedToArray(next_highlighted2, 2), startPeriod = _next_highlighted[0], endPeriod = _next_highlighted[1];
111
+ var highlightedPeriod = endPeriod || startPeriod;
112
+ var displayedPeriodNormalized = displayedPeriod === null || displayedPeriod === void 0 ? void 0 : displayedPeriod.getDate();
113
+ var highlightedPeriodNormalized = highlightedPeriod === null || highlightedPeriod === void 0 ? void 0 : highlightedPeriod.getDate();
114
+ if (_this.navigateStep === "month") {
115
+ displayedPeriodNormalized = displayedPeriod === null || displayedPeriod === void 0 ? void 0 : displayedPeriod.getMonth();
116
+ highlightedPeriodNormalized = highlightedPeriod === null || highlightedPeriod === void 0 ? void 0 : highlightedPeriod.getMonth();
117
+ }
118
+ if (_this.navigateStep === "year") {
119
+ displayedPeriodNormalized = displayedPeriod === null || displayedPeriod === void 0 ? void 0 : displayedPeriod.getYear();
120
+ highlightedPeriodNormalized = highlightedPeriod === null || highlightedPeriod === void 0 ? void 0 : highlightedPeriod.getYear();
121
+ }
122
+ var offset = highlightedPeriodNormalized - displayedPeriodNormalized;
123
+ if (offset < 0 || offset > 1) {
124
+ return highlightedPeriod;
125
+ }
126
+ return displayedPeriod;
89
127
  };
90
- if (t === "popper" && _.key === "Enter" && (_.metaKey || _.ctrlKey))
91
- return a.handleApplyClick();
92
- if (t === "popper" && _.key === " " && d.length) {
93
- var R = d[1] || d[0];
94
- a.isDisabled(R) || a.handleChange(R), _.preventDefault();
128
+ if (place === "popper" && e.key === "Enter" && (e.metaKey || e.ctrlKey)) {
129
+ return _this.handleApplyClick();
130
+ }
131
+ if (place === "popper" && e.key === " " && highlighted.length) {
132
+ var highlightedDate = highlighted[1] || highlighted[0];
133
+ if (!_this.isDisabled(highlightedDate)) {
134
+ _this.handleChange(highlightedDate);
135
+ }
136
+ e.preventDefault();
95
137
  }
96
- var j = void 0;
97
- if (y) {
98
- if (ne.includes(_.target.tagName)) return;
99
- if (d.length) {
100
- var f;
101
- m.length === 1 ? (f = [m[0], h(d[1] || d[0]).add(y, a.keyStep).toDate()], j = f[1]) : (f = [h(d[0]).add(y, a.keyStep).toDate()], j = f[0]), a.handlers.highlighted(f), a.handlers.displayedPeriod(Y(f));
138
+ var changedDate = void 0;
139
+ if (day) {
140
+ if (INTERACTION_TAGS.includes(e.target.tagName)) return;
141
+ if (highlighted.length) {
142
+ var next_highlighted;
143
+ if (preselectedValue.length === 1) {
144
+ next_highlighted = [preselectedValue[0], dayjs(highlighted[1] || highlighted[0]).add(day, _this.keyStep).toDate()];
145
+ changedDate = next_highlighted[1];
146
+ } else {
147
+ next_highlighted = [dayjs(highlighted[0]).add(day, _this.keyStep).toDate()];
148
+ changedDate = next_highlighted[0];
149
+ }
150
+ _this.handlers.highlighted(next_highlighted);
151
+ _this.handlers.displayedPeriod(setNextDisplayedPeriod(next_highlighted));
102
152
  } else {
103
- var w = [o || h().toDate()];
104
- a.handlers.highlighted(w), j = w[0];
153
+ var _highlighted = [displayedPeriod ? displayedPeriod : dayjs().toDate()];
154
+ _this.handlers.highlighted(_highlighted);
155
+ changedDate = _highlighted[0];
105
156
  }
106
- if (_.preventDefault(), j) {
107
- var b, K = a.keyStep === "month" ? re : _e, B = K(j, a.asProps.locale);
108
- (b = a.unitRefs[B]) === null || b === void 0 || b.focus();
157
+ e.preventDefault();
158
+ if (changedDate) {
159
+ var _this$unitRefs$format;
160
+ var formatter = _this.keyStep === "month" ? formatMMYY : formatDDMMYY;
161
+ var formattedDate = formatter(changedDate, _this.asProps.locale);
162
+ (_this$unitRefs$format = _this.unitRefs[formattedDate]) === null || _this$unitRefs$format === void 0 ? void 0 : _this$unitRefs$format.focus();
109
163
  }
110
164
  }
111
165
  };
112
- }), g(u(a), "handleApply", function(t) {
113
- var _ = T(t, 2), l = _[0], o = _[1], d = o === void 0 ? l : o;
114
- a.handleChange([]), a.handlers.value([l, d]), a.handlers.visible(!1);
115
- }), g(u(a), "handleChange", function(t) {
116
- var _ = a.asProps.preselectedValue, l = [];
117
- Array.isArray(t) ? _ = t : _.length ? _.length >= 2 ? (_ = [t], l = [t]) : _[0] > t ? _ = [t, _[0]] : _ = [_[0], t] : (_ = [t], l = [t]), a.handlers.preselectedValue(_), a.handlers.highlighted(l);
118
- }), g(u(a), "handleApplyClick", function() {
119
- var t = a.asProps, _ = t.value, l = t.preselectedValue;
120
- return a.handleApply(l.length ? l : _);
121
- }), a;
166
+ });
167
+ _defineProperty(_assertThisInitialized(_this), "handleApply", function(value) {
168
+ var _value2 = _slicedToArray(value, 2), startDate = _value2[0], _value2$ = _value2[1], endDate = _value2$ === void 0 ? startDate : _value2$;
169
+ _this.handleChange([]);
170
+ _this.handlers.value([startDate, endDate]);
171
+ _this.handlers.visible(false);
172
+ });
173
+ _defineProperty(_assertThisInitialized(_this), "handleChange", function(date) {
174
+ var preselectedValue = _this.asProps.preselectedValue;
175
+ var highlighted = [];
176
+ if (Array.isArray(date)) {
177
+ preselectedValue = date;
178
+ } else if (!preselectedValue.length) {
179
+ preselectedValue = [date];
180
+ highlighted = [date];
181
+ } else if (preselectedValue.length >= 2) {
182
+ preselectedValue = [date];
183
+ highlighted = [date];
184
+ } else if (preselectedValue[0] > date) {
185
+ preselectedValue = [date, preselectedValue[0]];
186
+ } else {
187
+ preselectedValue = [preselectedValue[0], date];
188
+ }
189
+ _this.handlers.preselectedValue(preselectedValue);
190
+ _this.handlers.highlighted(highlighted);
191
+ });
192
+ _defineProperty(_assertThisInitialized(_this), "handleApplyClick", function() {
193
+ var _this$asProps2 = _this.asProps, value = _this$asProps2.value, preselectedValue = _this$asProps2.preselectedValue;
194
+ return _this.handleApply(preselectedValue.length ? preselectedValue : value);
195
+ });
196
+ return _this;
122
197
  }
123
- return U(s, [{
198
+ _createClass(RangePickerAbstract2, [{
124
199
  key: "uncontrolledProps",
125
- value: function() {
126
- var e = this;
200
+ value: function uncontrolledProps() {
201
+ var _this2 = this;
127
202
  return {
128
203
  displayedPeriod: null,
129
- visible: [null, function(i) {
130
- var n = e.asProps, t = n.value, _ = n.displayedPeriod, l = D(t ?? void 0);
131
- if (i || (e.handlers.highlighted([]), e.handlers.preselectedValue([])), i) {
132
- if (l && l !== _)
133
- e.handlers.displayedPeriod(l);
134
- else if (!l) {
135
- var o = e.props, d = o.displayedPeriod, m = o.defaultDisplayedPeriod;
136
- e.handlers.displayedPeriod(d || m);
204
+ visible: [null, function(visible) {
205
+ var _this2$asProps = _this2.asProps, value = _this2$asProps.value, displayedPeriod = _this2$asProps.displayedPeriod;
206
+ var endDate = getEndDate(value !== null && value !== void 0 ? value : void 0);
207
+ if (!visible) {
208
+ _this2.handlers.highlighted([]);
209
+ _this2.handlers.preselectedValue([]);
210
+ }
211
+ if (visible) {
212
+ if (endDate && endDate !== displayedPeriod) {
213
+ _this2.handlers.displayedPeriod(endDate);
214
+ } else if (!endDate) {
215
+ var _this2$props = _this2.props, _displayedPeriod = _this2$props.displayedPeriod, _defaultDisplayedPeriod = _this2$props.defaultDisplayedPeriod;
216
+ _this2.handlers.displayedPeriod(_displayedPeriod || _defaultDisplayedPeriod);
137
217
  }
138
218
  }
139
219
  }],
140
220
  highlighted: null,
141
221
  preselectedValue: null,
142
- value: [null, function(i) {
143
- if (i[0] !== null || i[1] !== null) {
144
- var n, t;
145
- e.handlers.displayedPeriod(D([(n = i[0]) !== null && n !== void 0 ? n : void 0, (t = i[1]) !== null && t !== void 0 ? t : void 0]));
222
+ value: [null, function(value) {
223
+ if (value[0] !== null || value[1] !== null) {
224
+ var _value$2, _value$3;
225
+ _this2.handlers.displayedPeriod(getEndDate([(_value$2 = value[0]) !== null && _value$2 !== void 0 ? _value$2 : void 0, (_value$3 = value[1]) !== null && _value$3 !== void 0 ? _value$3 : void 0]));
146
226
  }
147
227
  }]
148
228
  };
149
229
  }
150
230
  }, {
151
231
  key: "isDisabled",
152
- value: function(e) {
153
- var i = this.asProps.disabled;
154
- return i.some(te(h(e), "date"));
232
+ value: function isDisabled(date) {
233
+ var disabled = this.asProps.disabled;
234
+ return disabled.some(includesDate(dayjs(date), "date"));
155
235
  }
156
236
  }, {
157
237
  key: "getDefaultPeriods",
158
- value: function() {
238
+ value: function getDefaultPeriods() {
159
239
  return [];
160
240
  }
161
241
  }, {
162
242
  key: "getButtonTriggerProps",
163
- value: function() {
164
- var e = this.asProps, i = e.value, n = e.size, t = e.visible;
243
+ value: function getButtonTriggerProps() {
244
+ var _this$asProps3 = this.asProps, value = _this$asProps3.value, size = _this$asProps3.size, visible = _this$asProps3.visible;
165
245
  return {
166
- popoverVisible: t,
167
- size: n,
168
- empty: !i[0] && !i[1],
246
+ popoverVisible: visible,
247
+ size,
248
+ empty: !value[0] && !value[1],
169
249
  onKeyDown: this.handlerKeyDown("trigger")
170
250
  };
171
251
  }
172
252
  }, {
173
253
  key: "getPopperProps",
174
- value: function() {
175
- var e = this[M], i = this.asProps, n = i.periods, t = n === void 0 ? this.getDefaultPeriods() : n, _ = i.unclearable, l = /* @__PURE__ */ r.createElement(r.Fragment, null, /* @__PURE__ */ r.createElement(e.Apply, null), !_ && /* @__PURE__ */ r.createElement(e.Reset, {
254
+ value: function getPopperProps() {
255
+ var Picker = this[CORE_INSTANCE];
256
+ var _this$asProps4 = this.asProps, _this$asProps4$period = _this$asProps4.periods, periods = _this$asProps4$period === void 0 ? this.getDefaultPeriods() : _this$asProps4$period, unclearable = _this$asProps4.unclearable;
257
+ var buttons = /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(Picker.Apply, null), !unclearable && /* @__PURE__ */ React.createElement(Picker.Reset, {
176
258
  ml: 2
177
259
  }));
178
260
  return {
179
261
  tabIndex: 0,
180
262
  ref: this.popperRef,
181
263
  onKeyDown: this.handlerKeyDown("popper"),
182
- children: /* @__PURE__ */ r.createElement(r.Fragment, null, /* @__PURE__ */ r.createElement(S, null, /* @__PURE__ */ r.createElement(S, null, /* @__PURE__ */ r.createElement(A, {
264
+ children: /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(Flex, null, /* @__PURE__ */ React.createElement(Flex, null, /* @__PURE__ */ React.createElement(Box, {
183
265
  mr: 2
184
- }, /* @__PURE__ */ r.createElement(e.Header, null, /* @__PURE__ */ r.createElement(e.Prev, null), /* @__PURE__ */ r.createElement(e.Title, null)), /* @__PURE__ */ r.createElement(e.Calendar, null)), /* @__PURE__ */ r.createElement(A, {
266
+ }, /* @__PURE__ */ React.createElement(Picker.Header, null, /* @__PURE__ */ React.createElement(Picker.Prev, null), /* @__PURE__ */ React.createElement(Picker.Title, null)), /* @__PURE__ */ React.createElement(Picker.Calendar, null)), /* @__PURE__ */ React.createElement(Box, {
185
267
  ml: 2
186
- }, /* @__PURE__ */ r.createElement(e.Header, null, /* @__PURE__ */ r.createElement(e.Title, {
268
+ }, /* @__PURE__ */ React.createElement(Picker.Header, null, /* @__PURE__ */ React.createElement(Picker.Title, {
187
269
  "aria-live": void 0
188
- }), /* @__PURE__ */ r.createElement(e.Next, null)), /* @__PURE__ */ r.createElement(e.Calendar, null))), t.length > 0 && /* @__PURE__ */ r.createElement(r.Fragment, null, /* @__PURE__ */ r.createElement(z, {
270
+ }), /* @__PURE__ */ React.createElement(Picker.Next, null)), /* @__PURE__ */ React.createElement(Picker.Calendar, null))), periods.length > 0 && /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(Divider, {
189
271
  m: "-16px 16px",
190
272
  orientation: "vertical",
191
273
  h: "auto"
192
- }), /* @__PURE__ */ r.createElement(S, {
274
+ }), /* @__PURE__ */ React.createElement(Flex, {
193
275
  direction: "column"
194
- }, /* @__PURE__ */ r.createElement(e.Period, null), /* @__PURE__ */ r.createElement(S, {
276
+ }, /* @__PURE__ */ React.createElement(Picker.Period, null), /* @__PURE__ */ React.createElement(Flex, {
195
277
  mt: "auto"
196
- }, l)))), t.length === 0 && /* @__PURE__ */ r.createElement(r.Fragment, null, /* @__PURE__ */ r.createElement(z, {
278
+ }, buttons)))), periods.length === 0 && /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(Divider, {
197
279
  m: "16px -16px",
198
280
  orientation: "horizontal",
199
281
  w: "auto"
200
- }), /* @__PURE__ */ r.createElement(S, null, /* @__PURE__ */ r.createElement(e.Period, null), /* @__PURE__ */ r.createElement(S, {
282
+ }), /* @__PURE__ */ React.createElement(Flex, null, /* @__PURE__ */ React.createElement(Picker.Period, null), /* @__PURE__ */ React.createElement(Flex, {
201
283
  mt: "auto"
202
- }, l))))
284
+ }, buttons))))
203
285
  };
204
286
  }
205
287
  }, {
206
288
  key: "getHeaderProps",
207
- value: function() {
208
- var e = this[M];
289
+ value: function getHeaderProps() {
290
+ var Picker = this[CORE_INSTANCE];
209
291
  return {
210
- children: /* @__PURE__ */ r.createElement(r.Fragment, null, /* @__PURE__ */ r.createElement(e.Prev, null), /* @__PURE__ */ r.createElement(e.Title, null), /* @__PURE__ */ r.createElement(e.Next, null))
292
+ children: /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(Picker.Prev, null), /* @__PURE__ */ React.createElement(Picker.Title, null), /* @__PURE__ */ React.createElement(Picker.Next, null))
211
293
  };
212
294
  }
213
295
  }, {
214
296
  key: "getTitleProps",
215
- value: function(e, i) {
216
- var n = this.asProps, t = n.locale, _ = n.displayedPeriod;
297
+ value: function getTitleProps(props, index) {
298
+ var _this$asProps5 = this.asProps, locale = _this$asProps5.locale, displayedPeriod = _this$asProps5.displayedPeriod;
217
299
  return {
218
- children: new Intl.DateTimeFormat(t, {
300
+ children: new Intl.DateTimeFormat(locale, {
219
301
  month: "long",
220
302
  year: "numeric"
221
- }).format(h(_).add(i, this.navigateStep).startOf(this.navigateStep).toDate())
303
+ }).format(dayjs(displayedPeriod).add(index, this.navigateStep).startOf(this.navigateStep).toDate())
222
304
  };
223
305
  }
224
306
  }, {
225
307
  key: "getNextProps",
226
- value: function() {
227
- var e = this.asProps.getI18nText, i = this.navigateStep;
308
+ value: function getNextProps() {
309
+ var getI18nText = this.asProps.getI18nText;
310
+ var navigateStep = this.navigateStep;
228
311
  return {
229
312
  onClick: this.bindHandlerNavigateClick(1),
230
- getI18nText: e,
231
- "aria-label": e(i === "month" ? "nextMonth" : "nextYear")
313
+ getI18nText,
314
+ "aria-label": navigateStep === "month" ? getI18nText("nextMonth") : getI18nText("nextYear")
232
315
  };
233
316
  }
234
317
  }, {
235
318
  key: "getPrevProps",
236
- value: function() {
237
- var e = this.asProps.getI18nText, i = this.navigateStep;
319
+ value: function getPrevProps() {
320
+ var getI18nText = this.asProps.getI18nText;
321
+ var navigateStep = this.navigateStep;
238
322
  return {
239
323
  onClick: this.bindHandlerNavigateClick(-1),
240
- getI18nText: e,
241
- "aria-label": e(i === "month" ? "prevMonth" : "prevYear")
324
+ getI18nText,
325
+ "aria-label": navigateStep === "month" ? getI18nText("prevMonth") : getI18nText("prevYear")
242
326
  };
243
327
  }
244
328
  }, {
245
329
  key: "getCalendarProps",
246
- value: function(e, i) {
247
- var n = this.asProps, t = n.locale, _ = n.displayedPeriod, l = n.disabled, o = n.value, d = n.highlighted, m = n.onHighlightedChange, x = n.onVisibleChange, P = n.preselectedValue, y = n.getI18nText;
330
+ value: function getCalendarProps(_props, index) {
331
+ var _this$asProps6 = this.asProps, locale = _this$asProps6.locale, displayedPeriod = _this$asProps6.displayedPeriod, disabled = _this$asProps6.disabled, value = _this$asProps6.value, highlighted = _this$asProps6.highlighted, onHighlightedChange = _this$asProps6.onHighlightedChange, onVisibleChange = _this$asProps6.onVisibleChange, preselectedValue = _this$asProps6.preselectedValue, getI18nText = _this$asProps6.getI18nText;
248
332
  return {
249
- locale: t,
250
- displayedPeriod: h(_).add(i, this.navigateStep).startOf(this.navigateStep).toDate(),
251
- disabled: l,
252
- highlighted: d,
253
- onHighlightedChange: m,
254
- onVisibleChange: x,
255
- value: P.length ? P : o,
333
+ locale,
334
+ displayedPeriod: dayjs(displayedPeriod).add(index, this.navigateStep).startOf(this.navigateStep).toDate(),
335
+ disabled,
336
+ highlighted,
337
+ onHighlightedChange,
338
+ onVisibleChange,
339
+ value: preselectedValue.length ? preselectedValue : value,
256
340
  onChange: this.handleChange,
257
341
  unitRefs: this.unitRefs,
258
- getI18nText: y,
259
- actionsDescribing: i === 0 ? "range" : null,
260
- tabIndex: i === 0 ? 0 : -1
342
+ getI18nText,
343
+ actionsDescribing: index === 0 ? "range" : null,
344
+ tabIndex: index === 0 ? 0 : -1
261
345
  };
262
346
  }
263
347
  }, {
264
348
  key: "getPeriodProps",
265
- value: function() {
266
- var e = this.asProps, i = e.periods, n = i === void 0 ? this.getDefaultPeriods() : i, t = e.value, _ = e.onHighlightedChange, l = e.onDisplayedPeriodChange, o = e.preselectedValue, d = e.getI18nText;
349
+ value: function getPeriodProps() {
350
+ var _this$asProps7 = this.asProps, _this$asProps7$period = _this$asProps7.periods, periods = _this$asProps7$period === void 0 ? this.getDefaultPeriods() : _this$asProps7$period, value = _this$asProps7.value, onHighlightedChange = _this$asProps7.onHighlightedChange, onDisplayedPeriodChange = _this$asProps7.onDisplayedPeriodChange, preselectedValue = _this$asProps7.preselectedValue, getI18nText = _this$asProps7.getI18nText;
267
351
  return {
268
- periods: n,
269
- value: o.length ? o : t,
352
+ periods,
353
+ value: preselectedValue.length ? preselectedValue : value,
270
354
  onChange: this.handleApply,
271
- onHighlightedChange: _,
272
- onDisplayedPeriodChange: l,
355
+ onHighlightedChange,
356
+ onDisplayedPeriodChange,
273
357
  role: "listbox",
274
- "aria-label": d("periods")
358
+ "aria-label": getI18nText("periods")
275
359
  };
276
360
  }
277
361
  }, {
278
362
  key: "getApplyProps",
279
- value: function() {
280
- var e = this.asProps.getI18nText;
363
+ value: function getApplyProps() {
364
+ var getI18nText = this.asProps.getI18nText;
281
365
  return {
282
- getI18nText: e,
366
+ getI18nText,
283
367
  onClick: this.handleApplyClick
284
368
  };
285
369
  }
286
370
  }, {
287
371
  key: "getResetProps",
288
- value: function() {
289
- var e = this, i = this.asProps.getI18nText;
372
+ value: function getResetProps() {
373
+ var _this3 = this;
374
+ var getI18nText = this.asProps.getI18nText;
290
375
  return {
291
- getI18nText: i,
292
- onClick: function() {
293
- return e.handleApply([]);
376
+ getI18nText,
377
+ onClick: function onClick() {
378
+ return _this3.handleApply([]);
294
379
  }
295
380
  };
296
381
  }
297
382
  }, {
298
383
  key: "render",
299
- value: function() {
300
- var e = this.asProps, i, n = this.asProps, t = n.Children, _ = n.styles, l = n["aria-label"];
301
- return /* @__PURE__ */ r.createElement(r.Fragment, null, (i = X(_), /* @__PURE__ */ r.createElement(ee, E({
302
- "use:aria-label": l,
303
- __excludeProps: ["onChange", "value"]
304
- }, e), /* @__PURE__ */ r.createElement(t, i.cn("Children", {})))));
384
+ value: function render() {
385
+ var _ref = this.asProps, _ref4;
386
+ var _this$asProps8 = this.asProps, Children = _this$asProps8.Children, styles = _this$asProps8.styles, providedAriaLabel = _this$asProps8["aria-label"];
387
+ return /* @__PURE__ */ React.createElement(React.Fragment, null, (_ref4 = sstyled$1(styles), /* @__PURE__ */ React.createElement(Dropdown, assignProps({
388
+ "use:aria-label": providedAriaLabel,
389
+ "__excludeProps": ["onChange", "value"]
390
+ }, _ref), /* @__PURE__ */ React.createElement(Children, _ref4.cn("Children", {})))));
305
391
  }
306
392
  }], [{
307
393
  key: "defaultProps",
308
- value: function(e) {
309
- var i = e.value, n = e.defaultValue;
394
+ value: function defaultProps(_ref5) {
395
+ var value = _ref5.value, defaultValue = _ref5.defaultValue;
310
396
  return {
311
- i18n: F,
397
+ i18n: localizedMessages,
312
398
  locale: "en",
313
- defaultDisplayedPeriod: D(i) || D(n) || oe,
399
+ defaultDisplayedPeriod: getEndDate(value) || getEndDate(defaultValue) || defaultDisplayedPeriod,
314
400
  defaultValue: [],
315
401
  defaultHighlighted: [],
316
- defaultVisible: !1,
402
+ defaultVisible: false,
317
403
  defaultPreselectedValue: [],
318
404
  disabled: [],
319
405
  size: "m"
320
406
  };
321
407
  }
322
- }]), s;
323
- }(Z);
324
- g(q, "displayName", "DatePicker");
325
- g(q, "style", ie);
326
- g(q, "enhance", [ae(F)]);
327
- g(q, "add", function(c, p, s) {
328
- return h(c).add(p, s).toDate();
408
+ }]);
409
+ return RangePickerAbstract2;
410
+ }(Component);
411
+ _defineProperty(RangePickerAbstract, "displayName", "DatePicker");
412
+ _defineProperty(RangePickerAbstract, "style", style);
413
+ _defineProperty(RangePickerAbstract, "enhance", [i18nEnhance(localizedMessages)]);
414
+ _defineProperty(RangePickerAbstract, "add", function(date, amount, unit) {
415
+ return dayjs(date).add(amount, unit).toDate();
329
416
  });
330
- g(q, "subtract", function(c, p, s) {
331
- return h(c).subtract(p, s).toDate();
417
+ _defineProperty(RangePickerAbstract, "subtract", function(date, amount, unit) {
418
+ return dayjs(date).subtract(amount, unit).toDate();
332
419
  });
333
- function Ie(c) {
334
- var p = arguments[0], s = c.getI18nText;
335
- return /* @__PURE__ */ r.createElement(N, E({
336
- use: "primary",
337
- children: s("apply")
338
- }, p));
420
+ function Apply(props) {
421
+ var _ref2 = arguments[0];
422
+ var getI18nText = props.getI18nText;
423
+ return /* @__PURE__ */ React.createElement(Button, assignProps({
424
+ "use": "primary",
425
+ "children": getI18nText("apply")
426
+ }, _ref2));
339
427
  }
340
- function Ce(c) {
341
- var p = arguments[0], s = c.getI18nText;
342
- return /* @__PURE__ */ r.createElement(N, E({
343
- use: "tertiary",
344
- theme: "muted",
345
- children: s("reset")
346
- }, p));
428
+ function Reset(props) {
429
+ var _ref3 = arguments[0];
430
+ var getI18nText = props.getI18nText;
431
+ return /* @__PURE__ */ React.createElement(Button, assignProps({
432
+ "use": "tertiary",
433
+ "theme": "muted",
434
+ "children": getI18nText("reset")
435
+ }, _ref3));
347
436
  }
348
437
  export {
349
- Ie as Apply,
350
- Ce as Reset,
351
- q as default
438
+ Apply,
439
+ Reset,
440
+ RangePickerAbstract as default
352
441
  };