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,213 +1,308 @@
1
- import G from "@babel/runtime/helpers/esm/objectSpread2";
2
- import U from "@babel/runtime/helpers/esm/slicedToArray";
3
- import J from "@babel/runtime/helpers/esm/classCallCheck";
4
- import Q from "@babel/runtime/helpers/esm/createClass";
5
- import D from "@babel/runtime/helpers/esm/assertThisInitialized";
6
- import W from "@babel/runtime/helpers/esm/inherits";
7
- import X from "@babel/runtime/helpers/esm/createSuper";
8
- import P from "@babel/runtime/helpers/esm/defineProperty";
9
- import { sstyled as Z } from 'intergalactic/utils/lib/core/index';
10
- import { sstyled as b, assignProps as V, Component as ee } from 'intergalactic/core';
11
- import y from "react";
12
- import S from "dayjs";
13
- import N from 'intergalactic/button';
14
- import { Flex as M } from 'intergalactic/flex-box';
15
- import F from 'intergalactic/dropdown';
16
- import ae from 'intergalactic/utils/lib/enhances/i18nEnhance';
17
- import { localizedMessages as O } from "../translations/__intergalactic-dynamic-locales.mjs";
18
- import z from "../utils/shortDateRangeFormat.mjs";
19
- import re from 'intergalactic/checkbox';
20
- import { LinkTrigger as te } from 'intergalactic/base-trigger';
21
- import { includesDate as ne } from "../utils/includesDate.mjs";
22
- import { formatMMYY as oe, formatDDMMYY as ie } from "../utils/formatDate.mjs";
23
- var le = (
1
+ import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
2
+ import _slicedToArray from "@babel/runtime/helpers/esm/slicedToArray";
3
+ import _classCallCheck from "@babel/runtime/helpers/esm/classCallCheck";
4
+ import _createClass from "@babel/runtime/helpers/esm/createClass";
5
+ import _assertThisInitialized from "@babel/runtime/helpers/esm/assertThisInitialized";
6
+ import _inherits from "@babel/runtime/helpers/esm/inherits";
7
+ import _createSuper from "@babel/runtime/helpers/esm/createSuper";
8
+ import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
9
+ import { sstyled } from 'intergalactic/utils/lib/core/index';
10
+ import { sstyled as sstyled$1, assignProps, Component } from 'intergalactic/core';
11
+ import React from "react";
12
+ import dayjs from "dayjs";
13
+ import Button from 'intergalactic/button';
14
+ import { Flex } from 'intergalactic/flex-box';
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 shortDateRangeFormat from "../utils/shortDateRangeFormat.mjs";
19
+ import Checkbox from 'intergalactic/checkbox';
20
+ import { LinkTrigger } from 'intergalactic/base-trigger';
21
+ import { includesDate } from "../utils/includesDate.mjs";
22
+ import { formatMMYY, formatDDMMYY } from "../utils/formatDate.mjs";
23
+ /*!__reshadow-styles__:"../style/date-picker.shadow.css"*/
24
+ var style = (
24
25
  /*__reshadow_css_start__*/
25
- (Z.insert(
26
+ (sstyled.insert(
26
27
  /*__inner_css_start__*/
27
- ".___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}}",
28
- "182qj_gg_"
29
- ), {
30
- __SHeader: "___SHeader_182qj_gg_",
31
- __STitle: "___STitle_182qj_gg_",
32
- __SToday: "___SToday_182qj_gg_",
33
- __SPeriod: "___SPeriod_182qj_gg_",
34
- __SButton: "___SButton_182qj_gg_",
35
- __SInner: "___SInner_182qj_gg_",
36
- __SInputMask: "___SInputMask_182qj_gg_",
37
- _animationsDisabled: "__animationsDisabled_182qj_gg_",
38
- __SValue: "___SValue_182qj_gg_",
39
- __SIndicator: "___SIndicator_182qj_gg_",
40
- __SRangeIndicator: "___SRangeIndicator_182qj_gg_",
41
- _range_value: "_range_value_182qj_gg_",
42
- _range_compare: "_range_compare_182qj_gg_",
43
- _disabled: "__disabled_182qj_gg_",
44
- __SHumanizedDate: "___SHumanizedDate_182qj_gg_",
45
- __SMask: "___SMask_182qj_gg_",
46
- __SSingleDateInput: "___SSingleDateInput_182qj_gg_",
47
- __SDateRange: "___SDateRange_182qj_gg_",
48
- _noHumanizedDate: "__noHumanizedDate_182qj_gg_",
49
- __SRangeSep: "___SRangeSep_182qj_gg_",
50
- _fulfilled: "__fulfilled_182qj_gg_",
51
- __SRangeComparatorHeader: "___SRangeComparatorHeader_182qj_gg_",
52
- __SRangeCalendar: "___SRangeCalendar_182qj_gg_",
53
- __SFooter: "___SFooter_182qj_gg_",
54
- __SPeriodsList: "___SPeriodsList_182qj_gg_",
55
- __STooltip: "___STooltip_182qj_gg_",
56
- __SCompareToggle: "___SCompareToggle_182qj_gg_",
57
- __SPopper: "___SPopper_182qj_gg_"
28
+ ".___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}}",
29
+ /*__inner_css_end__*/
30
+ "svfjr_gg_"
31
+ ), /*__reshadow_css_end__*/
32
+ {
33
+ "__SHeader": "___SHeader_svfjr_gg_",
34
+ "__STitle": "___STitle_svfjr_gg_",
35
+ "__SToday": "___SToday_svfjr_gg_",
36
+ "__SPeriod": "___SPeriod_svfjr_gg_",
37
+ "__SButton": "___SButton_svfjr_gg_",
38
+ "__SInner": "___SInner_svfjr_gg_",
39
+ "__SInputMask": "___SInputMask_svfjr_gg_",
40
+ "_animationsDisabled": "__animationsDisabled_svfjr_gg_",
41
+ "__SValue": "___SValue_svfjr_gg_",
42
+ "__SIndicator": "___SIndicator_svfjr_gg_",
43
+ "__SRangeIndicator": "___SRangeIndicator_svfjr_gg_",
44
+ "_range_value": "_range_value_svfjr_gg_",
45
+ "_range_compare": "_range_compare_svfjr_gg_",
46
+ "_disabled": "__disabled_svfjr_gg_",
47
+ "__SHumanizedDate": "___SHumanizedDate_svfjr_gg_",
48
+ "__SMask": "___SMask_svfjr_gg_",
49
+ "__SSingleDateInput": "___SSingleDateInput_svfjr_gg_",
50
+ "__SDateRange": "___SDateRange_svfjr_gg_",
51
+ "_noHumanizedDate": "__noHumanizedDate_svfjr_gg_",
52
+ "__SRangeSep": "___SRangeSep_svfjr_gg_",
53
+ "_fulfilled": "__fulfilled_svfjr_gg_",
54
+ "__SRangeComparatorHeader": "___SRangeComparatorHeader_svfjr_gg_",
55
+ "__SRangeCalendar": "___SRangeCalendar_svfjr_gg_",
56
+ "__SFooter": "___SFooter_svfjr_gg_",
57
+ "__SPeriodsList": "___SPeriodsList_svfjr_gg_",
58
+ "__STooltip": "___STooltip_svfjr_gg_",
59
+ "__SCompareToggle": "___SCompareToggle_svfjr_gg_",
60
+ "__SPopper": "___SPopper_svfjr_gg_"
58
61
  })
59
- ), _e = ["INPUT"], ge = ["ArrowDown", "Enter", " "], se = new Date((/* @__PURE__ */ new Date()).setHours(0, 0, 0, 0)), H = function() {
60
- for (var s = arguments.length, p = new Array(s), e = 0; e < s; e++)
61
- p[e] = arguments[e];
62
- var a = p.flat().filter(Boolean).filter(function(t) {
63
- return !Number.isNaN(new Date(t).getTime());
62
+ );
63
+ var INTERACTION_TAGS = ["INPUT"];
64
+ var INTERACTION_KEYS = ["ArrowDown", "Enter", " "];
65
+ var defaultDisplayedPeriod = new Date((/* @__PURE__ */ new Date()).setHours(0, 0, 0, 0));
66
+ var getLatestDate = function getLatestDate2() {
67
+ for (var _len = arguments.length, dateRanges = new Array(_len), _key = 0; _key < _len; _key++) {
68
+ dateRanges[_key] = arguments[_key];
69
+ }
70
+ var allDates = dateRanges.flat().filter(Boolean).filter(function(date) {
71
+ return !Number.isNaN(new Date(date).getTime());
64
72
  });
65
- if (!a.length) return null;
66
- a.sort(function(t, n) {
67
- return new Date(n).getTime() - new Date(t).getTime();
73
+ if (!allDates.length) return null;
74
+ allDates.sort(function(a, b) {
75
+ return new Date(b).getTime() - new Date(a).getTime();
68
76
  });
69
- var r = a[0];
70
- return r;
71
- }, R = /* @__PURE__ */ function(d) {
72
- W(p, d);
73
- var s = X(p);
74
- function p() {
75
- var e;
76
- J(this, p);
77
- for (var a = arguments.length, r = new Array(a), t = 0; t < a; t++)
78
- r[t] = arguments[t];
79
- return e = s.call.apply(s, [this].concat(r)), P(D(e), "popperRef", /* @__PURE__ */ y.createRef()), P(D(e), "unitRefs", {}), P(D(e), "navigateView", function(n) {
80
- var o = e.asProps.displayedPeriod, _ = n >= 1 ? "add" : "subtract", i = S(o)[_](1, e.navigateStep).toDate();
81
- e.handlers.displayedPeriod(i);
82
- }), P(D(e), "bindHandlerNavigateClick", function(n) {
77
+ var latestDate = allDates[0];
78
+ return latestDate;
79
+ };
80
+ var DateRangeComparatorAbstract = /* @__PURE__ */ function(_Component) {
81
+ _inherits(DateRangeComparatorAbstract2, _Component);
82
+ var _super = _createSuper(DateRangeComparatorAbstract2);
83
+ function DateRangeComparatorAbstract2() {
84
+ var _this;
85
+ _classCallCheck(this, DateRangeComparatorAbstract2);
86
+ for (var _len2 = arguments.length, args = new Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {
87
+ args[_key2] = arguments[_key2];
88
+ }
89
+ _this = _super.call.apply(_super, [this].concat(args));
90
+ _defineProperty(_assertThisInitialized(_this), "popperRef", /* @__PURE__ */ React.createRef());
91
+ _defineProperty(_assertThisInitialized(_this), "unitRefs", {});
92
+ _defineProperty(_assertThisInitialized(_this), "navigateView", function(direction) {
93
+ var displayedPeriod = _this.asProps.displayedPeriod;
94
+ var action = direction >= 1 ? "add" : "subtract";
95
+ var date = dayjs(displayedPeriod)[action](1, _this.navigateStep).toDate();
96
+ _this.handlers.displayedPeriod(date);
97
+ });
98
+ _defineProperty(_assertThisInitialized(_this), "bindHandlerNavigateClick", function(direction) {
83
99
  return function() {
84
- return e.navigateView(n);
100
+ return _this.navigateView(direction);
85
101
  };
86
- }), P(D(e), "handleApplyClick", function() {
87
- var n = e.asProps, o = n.value, _ = n.preselectedValue, i = n.preselectedCompare;
88
- return e.handleApply(_ ?? (o == null ? void 0 : o.value), i ?? (o == null ? void 0 : o.compare));
89
- }), P(D(e), "handleApply", function(n, o) {
90
- e.handlers.value({
91
- value: n,
92
- compare: o
93
- }), e.handlers.visible(!1);
94
- }), P(D(e), "handleKeydownDown", function(n) {
95
- return function(o) {
96
- var _ = e.asProps, i = _.displayedPeriod, c = _.preselectedValue, h = _.visible, u = _.focusedRange, v = o.key, g = u === "compare" ? e.asProps.compareHighlighted : e.asProps.highlighted;
97
- n === "trigger" && ge.includes(v) && (o.preventDefault(), o.stopPropagation(), e.handlers.visible(!h), setTimeout(function() {
98
- var I = e.popperRef.current;
99
- I && I.focus();
100
- }, 0));
101
- var l = e.keyDiff[v], m = function(K) {
102
- var E = U(K, 2), L = E[0], $ = E[1], j = $ || L, k = i == null ? void 0 : i.getDate(), w = j == null ? void 0 : j.getDate();
103
- e.navigateStep === "month" && (k = i == null ? void 0 : i.getMonth(), w = j == null ? void 0 : j.getMonth()), e.navigateStep === "year" && (k = i == null ? void 0 : i.getYear(), w = j == null ? void 0 : j.getYear());
104
- var A = w - k;
105
- return A < 0 || A > 1 ? j : i;
102
+ });
103
+ _defineProperty(_assertThisInitialized(_this), "handleApplyClick", function() {
104
+ var _this$asProps = _this.asProps, value = _this$asProps.value, preselectedValue = _this$asProps.preselectedValue, preselectedCompare = _this$asProps.preselectedCompare;
105
+ return _this.handleApply(preselectedValue !== null && preselectedValue !== void 0 ? preselectedValue : value === null || value === void 0 ? void 0 : value.value, preselectedCompare !== null && preselectedCompare !== void 0 ? preselectedCompare : value === null || value === void 0 ? void 0 : value.compare);
106
+ });
107
+ _defineProperty(_assertThisInitialized(_this), "handleApply", function(value, compare) {
108
+ _this.handlers.value({
109
+ value,
110
+ compare
111
+ });
112
+ _this.handlers.visible(false);
113
+ });
114
+ _defineProperty(_assertThisInitialized(_this), "handleKeydownDown", function(place) {
115
+ return function(e) {
116
+ var _this$asProps2 = _this.asProps, displayedPeriod = _this$asProps2.displayedPeriod, preselectedValue = _this$asProps2.preselectedValue, visible = _this$asProps2.visible, focusedRange = _this$asProps2.focusedRange;
117
+ var key = e.key;
118
+ var highlighted = focusedRange === "compare" ? _this.asProps.compareHighlighted : _this.asProps.highlighted;
119
+ if (place === "trigger" && INTERACTION_KEYS.includes(key)) {
120
+ e.preventDefault();
121
+ e.stopPropagation();
122
+ _this.handlers.visible(!visible);
123
+ setTimeout(function() {
124
+ var popper = _this.popperRef.current;
125
+ if (popper) {
126
+ popper.focus();
127
+ }
128
+ }, 0);
129
+ }
130
+ var day = _this.keyDiff[key];
131
+ var setNextDisplayedPeriod = function setNextDisplayedPeriod2(next_highlighted2) {
132
+ var _next_highlighted = _slicedToArray(next_highlighted2, 2), startPeriod = _next_highlighted[0], endPeriod = _next_highlighted[1];
133
+ var highlightedPeriod = endPeriod || startPeriod;
134
+ var displayedPeriodNormalized = displayedPeriod === null || displayedPeriod === void 0 ? void 0 : displayedPeriod.getDate();
135
+ var highlightedPeriodNormalized = highlightedPeriod === null || highlightedPeriod === void 0 ? void 0 : highlightedPeriod.getDate();
136
+ if (_this.navigateStep === "month") {
137
+ displayedPeriodNormalized = displayedPeriod === null || displayedPeriod === void 0 ? void 0 : displayedPeriod.getMonth();
138
+ highlightedPeriodNormalized = highlightedPeriod === null || highlightedPeriod === void 0 ? void 0 : highlightedPeriod.getMonth();
139
+ }
140
+ if (_this.navigateStep === "year") {
141
+ displayedPeriodNormalized = displayedPeriod === null || displayedPeriod === void 0 ? void 0 : displayedPeriod.getYear();
142
+ highlightedPeriodNormalized = highlightedPeriod === null || highlightedPeriod === void 0 ? void 0 : highlightedPeriod.getYear();
143
+ }
144
+ var offset = highlightedPeriodNormalized - displayedPeriodNormalized;
145
+ if (offset < 0 || offset > 1) {
146
+ return highlightedPeriod;
147
+ }
148
+ return displayedPeriod;
106
149
  };
107
- if (n === "popper" && o.key === " " && g.length) {
108
- var f = g[1] || g[0];
109
- e.isDisabled(f) || e.handleChange(f), o.preventDefault();
150
+ if (place === "popper" && e.key === " " && highlighted.length) {
151
+ var highlightedDate = highlighted[1] || highlighted[0];
152
+ if (!_this.isDisabled(highlightedDate)) {
153
+ _this.handleChange(highlightedDate);
154
+ }
155
+ e.preventDefault();
110
156
  }
111
- if (n === "popper" && o.key === "Enter" && (o.metaKey || o.ctrlKey))
112
- return e.handleApplyClick();
113
- var C = void 0;
114
- if (l) {
115
- if (_e.includes(o.target.tagName)) return;
116
- if (g.length) {
117
- var q;
118
- (c == null ? void 0 : c.length) === 1 ? (q = [c[0], S(g[1] || g[0]).add(l, e.keyStep).toDate()], C = q[1]) : (q = [S(g[0]).add(l, e.keyStep).toDate()], C = q[0]), u === "compare" ? e.handlers.compareHighlighted(q) : e.handlers.highlighted(q), e.handlers.displayedPeriod(m(q));
157
+ if (place === "popper" && e.key === "Enter" && (e.metaKey || e.ctrlKey)) {
158
+ return _this.handleApplyClick();
159
+ }
160
+ var changedDate = void 0;
161
+ if (day) {
162
+ if (INTERACTION_TAGS.includes(e.target.tagName)) return;
163
+ if (highlighted.length) {
164
+ var next_highlighted;
165
+ if ((preselectedValue === null || preselectedValue === void 0 ? void 0 : preselectedValue.length) === 1) {
166
+ next_highlighted = [preselectedValue[0], dayjs(highlighted[1] || highlighted[0]).add(day, _this.keyStep).toDate()];
167
+ changedDate = next_highlighted[1];
168
+ } else {
169
+ next_highlighted = [dayjs(highlighted[0]).add(day, _this.keyStep).toDate()];
170
+ changedDate = next_highlighted[0];
171
+ }
172
+ if (focusedRange === "compare") {
173
+ _this.handlers.compareHighlighted(next_highlighted);
174
+ } else {
175
+ _this.handlers.highlighted(next_highlighted);
176
+ }
177
+ _this.handlers.displayedPeriod(setNextDisplayedPeriod(next_highlighted));
119
178
  } else {
120
- var T = [i || S().toDate()];
121
- u === "compare" ? e.handlers.compareHighlighted(T) : e.handlers.highlighted(T), C = T[0];
179
+ var _highlighted = [displayedPeriod ? displayedPeriod : dayjs().toDate()];
180
+ if (focusedRange === "compare") {
181
+ _this.handlers.compareHighlighted(_highlighted);
182
+ } else {
183
+ _this.handlers.highlighted(_highlighted);
184
+ }
185
+ changedDate = _highlighted[0];
122
186
  }
123
- if (o.preventDefault(), C) {
124
- var x, Y = e.keyStep === "month" ? oe : ie, B = Y(C, e.asProps.locale);
125
- (x = e.unitRefs[B]) === null || x === void 0 || x.focus();
187
+ e.preventDefault();
188
+ if (changedDate) {
189
+ var _this$unitRefs$format;
190
+ var formatter = _this.keyStep === "month" ? formatMMYY : formatDDMMYY;
191
+ var formattedDate = formatter(changedDate, _this.asProps.locale);
192
+ (_this$unitRefs$format = _this.unitRefs[formattedDate]) === null || _this$unitRefs$format === void 0 ? void 0 : _this$unitRefs$format.focus();
126
193
  }
127
194
  }
128
195
  };
129
- }), P(D(e), "triggerFormattingProps", {
196
+ });
197
+ _defineProperty(_assertThisInitialized(_this), "triggerFormattingProps", {
130
198
  day: "numeric",
131
199
  month: "short",
132
200
  year: "numeric"
133
- }), P(D(e), "handleChange", function(n) {
134
- var o, _, i, c = e.asProps, h = c.focusedRange, u = c.preselectedCompare, v = c.preselectedValue, g = [], l = h === "compare" ? u : v;
135
- if (Array.isArray(n))
136
- l = n;
137
- else if (!((o = l) !== null && o !== void 0 && o.length))
138
- l = [n], g = [n];
139
- else if (((_ = l) === null || _ === void 0 ? void 0 : _.length) >= 2)
140
- l = [n], g = [n];
141
- else if (((i = l) === null || i === void 0 ? void 0 : i[0]) > n) {
142
- var m;
143
- l = [n, (m = l) === null || m === void 0 ? void 0 : m[0]];
201
+ });
202
+ _defineProperty(_assertThisInitialized(_this), "handleChange", function(date) {
203
+ var _value, _value2, _value3;
204
+ var _this$asProps3 = _this.asProps, focusedRange = _this$asProps3.focusedRange, preselectedCompare = _this$asProps3.preselectedCompare, preselectedValue = _this$asProps3.preselectedValue;
205
+ var highlighted = [];
206
+ var value = focusedRange === "compare" ? preselectedCompare : preselectedValue;
207
+ if (Array.isArray(date)) {
208
+ value = date;
209
+ } else if (!((_value = value) !== null && _value !== void 0 && _value.length)) {
210
+ value = [date];
211
+ highlighted = [date];
212
+ } else if (((_value2 = value) === null || _value2 === void 0 ? void 0 : _value2.length) >= 2) {
213
+ value = [date];
214
+ highlighted = [date];
215
+ } else if (((_value3 = value) === null || _value3 === void 0 ? void 0 : _value3[0]) > date) {
216
+ var _value4;
217
+ value = [date, (_value4 = value) === null || _value4 === void 0 ? void 0 : _value4[0]];
218
+ } else {
219
+ var _value5;
220
+ value = [(_value5 = value) === null || _value5 === void 0 ? void 0 : _value5[0], date];
221
+ }
222
+ if (focusedRange === "compare") {
223
+ _this.handlers.preselectedCompare(value);
224
+ _this.handlers.compareHighlighted(highlighted);
144
225
  } else {
145
- var f;
146
- l = [(f = l) === null || f === void 0 ? void 0 : f[0], n];
226
+ _this.handlers.preselectedValue(value);
227
+ _this.handlers.highlighted(highlighted);
147
228
  }
148
- h === "compare" ? (e.handlers.preselectedCompare(l), e.handlers.compareHighlighted(g)) : (e.handlers.preselectedValue(l), e.handlers.highlighted(g));
149
- }), e;
229
+ });
230
+ return _this;
150
231
  }
151
- return Q(p, [{
232
+ _createClass(DateRangeComparatorAbstract2, [{
152
233
  key: "getPeriodProps",
153
- value: function() {
154
- var a, r = this, t = this.asProps, n = t.periods, o = n === void 0 ? this.getDefaultPeriods() : n, _ = t.onHighlightedChange, i = t.onCompareHighlightedChange, c = t.onDisplayedPeriodChange, h = t.preselectedValue, u = t.preselectedCompare, v = t.focusedRange, g = t.getI18nText, l = h ?? ((a = this.asProps.value) === null || a === void 0 ? void 0 : a.value);
155
- if (v === "compare") {
156
- var m;
157
- l = u ?? ((m = this.asProps.value) === null || m === void 0 ? void 0 : m.compare);
234
+ value: function getPeriodProps() {
235
+ var _this$asProps$value, _this2 = this;
236
+ var _this$asProps4 = this.asProps, _this$asProps4$period = _this$asProps4.periods, periods = _this$asProps4$period === void 0 ? this.getDefaultPeriods() : _this$asProps4$period, onHighlightedChange = _this$asProps4.onHighlightedChange, onCompareHighlightedChange = _this$asProps4.onCompareHighlightedChange, onDisplayedPeriodChange = _this$asProps4.onDisplayedPeriodChange, preselectedValue = _this$asProps4.preselectedValue, preselectedCompare = _this$asProps4.preselectedCompare, focusedRange = _this$asProps4.focusedRange, getI18nText = _this$asProps4.getI18nText;
237
+ var value = preselectedValue !== null && preselectedValue !== void 0 ? preselectedValue : (_this$asProps$value = this.asProps.value) === null || _this$asProps$value === void 0 ? void 0 : _this$asProps$value.value;
238
+ if (focusedRange === "compare") {
239
+ var _this$asProps$value2;
240
+ value = preselectedCompare !== null && preselectedCompare !== void 0 ? preselectedCompare : (_this$asProps$value2 = this.asProps.value) === null || _this$asProps$value2 === void 0 ? void 0 : _this$asProps$value2.compare;
158
241
  }
159
242
  return {
160
- periods: o,
161
- value: l,
162
- onChange: function(C) {
163
- v === "compare" ? r.handlers.preselectedCompare(C) : r.handlers.preselectedValue(C);
243
+ periods,
244
+ value,
245
+ onChange: function onChange(value2) {
246
+ if (focusedRange === "compare") {
247
+ _this2.handlers.preselectedCompare(value2);
248
+ } else {
249
+ _this2.handlers.preselectedValue(value2);
250
+ }
164
251
  },
165
- onHighlightedChange: v === "compare" ? i : _,
166
- onDisplayedPeriodChange: c,
252
+ onHighlightedChange: focusedRange === "compare" ? onCompareHighlightedChange : onHighlightedChange,
253
+ onDisplayedPeriodChange,
167
254
  role: "listbox",
168
- "aria-label": g("periods")
255
+ "aria-label": getI18nText("periods")
169
256
  };
170
257
  }
171
258
  }, {
172
259
  key: "getPrevProps",
173
- value: function() {
174
- var a = this.asProps.getI18nText, r = this.navigateStep;
260
+ value: function getPrevProps() {
261
+ var getI18nText = this.asProps.getI18nText;
262
+ var navigateStep = this.navigateStep;
175
263
  return {
176
- getI18nText: a,
264
+ getI18nText,
177
265
  onClick: this.bindHandlerNavigateClick(-1),
178
- "aria-label": a(r === "month" ? "prevMonth" : "prevYear")
266
+ "aria-label": navigateStep === "month" ? getI18nText("prevMonth") : getI18nText("prevYear")
179
267
  };
180
268
  }
181
269
  }, {
182
270
  key: "getNextProps",
183
- value: function() {
184
- var a = this.asProps.getI18nText, r = this.navigateStep;
271
+ value: function getNextProps() {
272
+ var getI18nText = this.asProps.getI18nText;
273
+ var navigateStep = this.navigateStep;
185
274
  return {
186
- getI18nText: a,
275
+ getI18nText,
187
276
  onClick: this.bindHandlerNavigateClick(1),
188
- "aria-label": a(r === "month" ? "nextMonth" : "nextYear")
277
+ "aria-label": navigateStep === "month" ? getI18nText("nextMonth") : getI18nText("nextYear")
189
278
  };
190
279
  }
191
280
  }, {
192
281
  key: "uncontrolledProps",
193
- value: function() {
194
- var a = this;
282
+ value: function uncontrolledProps() {
283
+ var _this3 = this;
195
284
  return {
196
285
  displayedPeriod: null,
197
- visible: [null, function(r) {
198
- if (!r)
199
- a.handlers.highlighted([]), a.handlers.compareHighlighted([]), a.handlers.preselectedValue(void 0), a.handlers.preselectedCompare(void 0), a.handlers.compareToggle(void 0), a.handlers.focusedRange("value");
200
- else {
201
- var t, n;
202
- a.handlers.compareToggle(!!((t = a.asProps.value) !== null && t !== void 0 && (n = t.compare) !== null && n !== void 0 && n.length));
286
+ visible: [null, function(visible) {
287
+ if (!visible) {
288
+ _this3.handlers.highlighted([]);
289
+ _this3.handlers.compareHighlighted([]);
290
+ _this3.handlers.preselectedValue(void 0);
291
+ _this3.handlers.preselectedCompare(void 0);
292
+ _this3.handlers.compareToggle(void 0);
293
+ _this3.handlers.focusedRange("value");
294
+ } else {
295
+ var _this3$asProps$value, _this3$asProps$value$;
296
+ _this3.handlers.compareToggle(!!((_this3$asProps$value = _this3.asProps.value) !== null && _this3$asProps$value !== void 0 && (_this3$asProps$value$ = _this3$asProps$value.compare) !== null && _this3$asProps$value$ !== void 0 && _this3$asProps$value$.length));
203
297
  }
204
- var o = a.asProps, _ = o.value, i = o.displayedPeriod, c = _ ? H(_.value, _.compare) : void 0;
205
- if (r) {
206
- if (c && c !== i)
207
- a.handlers.displayedPeriod(c);
208
- else if (!c) {
209
- var h = a.props, u = h.displayedPeriod, v = h.defaultDisplayedPeriod;
210
- a.handlers.displayedPeriod(u || v);
298
+ var _this3$asProps = _this3.asProps, value = _this3$asProps.value, displayedPeriod = _this3$asProps.displayedPeriod;
299
+ var newDisplayedPeriod = value ? getLatestDate(value.value, value.compare) : void 0;
300
+ if (visible) {
301
+ if (newDisplayedPeriod && newDisplayedPeriod !== displayedPeriod) {
302
+ _this3.handlers.displayedPeriod(newDisplayedPeriod);
303
+ } else if (!newDisplayedPeriod) {
304
+ var _this3$props = _this3.props, _displayedPeriod = _this3$props.displayedPeriod, _defaultDisplayedPeriod = _this3$props.defaultDisplayedPeriod;
305
+ _this3.handlers.displayedPeriod(_displayedPeriod || _defaultDisplayedPeriod);
211
306
  }
212
307
  }
213
308
  }],
@@ -217,183 +312,207 @@ var le = (
217
312
  preselectedCompare: null,
218
313
  compareToggle: null,
219
314
  focusedRange: null,
220
- value: [null, function(r) {
221
- var t = [r == null ? void 0 : r.value, r == null ? void 0 : r.compare].flat(2).filter(function(n) {
222
- var o;
223
- return n == null || (o = n.isValid) === null || o === void 0 ? void 0 : o.call(n);
315
+ value: [null, function(value) {
316
+ var dates = [value === null || value === void 0 ? void 0 : value.value, value === null || value === void 0 ? void 0 : value.compare].flat(2).filter(function(date) {
317
+ var _date$isValid;
318
+ return date === null || date === void 0 ? void 0 : (_date$isValid = date.isValid) === null || _date$isValid === void 0 ? void 0 : _date$isValid.call(date);
224
319
  });
225
- t.length > 0 && a.handlers.displayedPeriod(H(r));
320
+ if (dates.length > 0) _this3.handlers.displayedPeriod(getLatestDate(value));
226
321
  }]
227
322
  };
228
323
  }
229
324
  }, {
230
325
  key: "getApplyProps",
231
- value: function() {
232
- var a = this.asProps.getI18nText;
326
+ value: function getApplyProps() {
327
+ var getI18nText = this.asProps.getI18nText;
233
328
  return {
234
- getI18nText: a,
329
+ getI18nText,
235
330
  onClick: this.handleApplyClick
236
331
  };
237
332
  }
238
333
  }, {
239
334
  key: "getResetProps",
240
- value: function() {
241
- var a = this, r = this.asProps.getI18nText;
335
+ value: function getResetProps() {
336
+ var _this4 = this;
337
+ var getI18nText = this.asProps.getI18nText;
242
338
  return {
243
- getI18nText: r,
244
- onClick: function() {
245
- return a.handleApply(null, null);
339
+ getI18nText,
340
+ onClick: function onClick() {
341
+ return _this4.handleApply(null, null);
246
342
  }
247
343
  };
248
344
  }
249
345
  }, {
250
346
  key: "isDisabled",
251
- value: function(a) {
252
- var r = this.asProps.disabled;
253
- return r.some(ne(S(a), "date"));
347
+ value: function isDisabled(date) {
348
+ var disabled = this.asProps.disabled;
349
+ return disabled.some(includesDate(dayjs(date), "date"));
254
350
  }
255
351
  }, {
256
352
  key: "getDefaultPeriods",
257
- value: function() {
258
- var a = this.asProps.getI18nText, r = new Date((/* @__PURE__ */ new Date()).setHours(0, 0, 0, 0));
353
+ value: function getDefaultPeriods() {
354
+ var getI18nText = this.asProps.getI18nText;
355
+ var today = new Date((/* @__PURE__ */ new Date()).setHours(0, 0, 0, 0));
259
356
  return [{
260
- children: a("lastMonth"),
261
- value: [S(r).subtract(1, "month").startOf("month").toDate(), S(r).startOf("month").toDate()]
357
+ children: getI18nText("lastMonth"),
358
+ value: [dayjs(today).subtract(1, "month").startOf("month").toDate(), dayjs(today).startOf("month").toDate()]
262
359
  }, {
263
- children: a("last3Months"),
264
- value: [S(r).subtract(2, "month").startOf("month").toDate(), S(r).startOf("month").toDate()]
360
+ children: getI18nText("last3Months"),
361
+ value: [dayjs(today).subtract(2, "month").startOf("month").toDate(), dayjs(today).startOf("month").toDate()]
265
362
  }, {
266
- children: a("last6Months"),
267
- value: [S(r).subtract(5, "month").startOf("month").toDate(), S(r).startOf("month").toDate()]
363
+ children: getI18nText("last6Months"),
364
+ value: [dayjs(today).subtract(5, "month").startOf("month").toDate(), dayjs(today).startOf("month").toDate()]
268
365
  }, {
269
- children: a("last12Months"),
270
- value: [S(r).subtract(11, "month").startOf("month").toDate(), S(r).startOf("month").toDate()]
366
+ children: getI18nText("last12Months"),
367
+ value: [dayjs(today).subtract(11, "month").startOf("month").toDate(), dayjs(today).startOf("month").toDate()]
271
368
  }];
272
369
  }
273
370
  }, {
274
371
  key: "getTitleProps",
275
- value: function(a, r) {
276
- var t = this.asProps, n = t.locale, o = t.displayedPeriod;
372
+ value: function getTitleProps(props, index) {
373
+ var _this$asProps5 = this.asProps, locale = _this$asProps5.locale, displayedPeriod = _this$asProps5.displayedPeriod;
277
374
  return {
278
- children: new Intl.DateTimeFormat(n, {
375
+ children: new Intl.DateTimeFormat(locale, {
279
376
  month: "long",
280
377
  year: "numeric"
281
- }).format(S(o).add(r, this.navigateStep).startOf(this.navigateStep).toDate())
378
+ }).format(dayjs(displayedPeriod).add(index, this.navigateStep).startOf(this.navigateStep).toDate())
282
379
  };
283
380
  }
284
381
  }, {
285
382
  key: "getTriggerProps",
286
- value: function(a) {
287
- var r, t, n = this, o = a.placeholder, _ = o === void 0 ? "Select date ranges" : o, i = a.separator, c = i === void 0 ? "vs." : i, h = this.asProps, u = h.locale, v = h.visible, g = (r = this.asProps.value) === null || r === void 0 ? void 0 : r.value, l = (t = this.asProps.value) === null || t === void 0 ? void 0 : t.compare, m = G({
288
- locale: u
289
- }, this.triggerFormattingProps), f = _;
290
- return g != null && g[0] && g !== null && g !== void 0 && g[1] && (f = z(g, m)), l != null && l[0] && l !== null && l !== void 0 && l[1] && (f = "".concat(f || "", " ").concat(c, " ").concat(z(l, m))), {
291
- children: f,
292
- visible: v,
293
- onClick: function() {
294
- return n.handlers.visible(!v);
383
+ value: function getTriggerProps(_ref10) {
384
+ var _this$asProps$value3, _this$asProps$value4, _this5 = this;
385
+ var _ref10$placeholder = _ref10.placeholder, placeholder = _ref10$placeholder === void 0 ? "Select date ranges" : _ref10$placeholder, _ref10$separator = _ref10.separator, separator = _ref10$separator === void 0 ? "vs." : _ref10$separator;
386
+ var _this$asProps6 = this.asProps, locale = _this$asProps6.locale, visible = _this$asProps6.visible;
387
+ var value = (_this$asProps$value3 = this.asProps.value) === null || _this$asProps$value3 === void 0 ? void 0 : _this$asProps$value3.value;
388
+ var compare = (_this$asProps$value4 = this.asProps.value) === null || _this$asProps$value4 === void 0 ? void 0 : _this$asProps$value4.compare;
389
+ var formattingProps = _objectSpread({
390
+ locale
391
+ }, this.triggerFormattingProps);
392
+ var children = placeholder;
393
+ if (value !== null && value !== void 0 && value[0] && value !== null && value !== void 0 && value[1]) {
394
+ children = shortDateRangeFormat(value, formattingProps);
395
+ }
396
+ if (compare !== null && compare !== void 0 && compare[0] && compare !== null && compare !== void 0 && compare[1]) {
397
+ children = "".concat(children || "", " ").concat(separator, " ").concat(shortDateRangeFormat(compare, formattingProps));
398
+ }
399
+ return {
400
+ children,
401
+ visible,
402
+ onClick: function onClick() {
403
+ return _this5.handlers.visible(!visible);
295
404
  },
296
405
  onKeyDown: this.handleKeydownDown("trigger")
297
406
  };
298
407
  }
299
408
  }, {
300
409
  key: "getRangeInput",
301
- value: function() {
410
+ value: function getRangeInput() {
302
411
  throw new Error("not implemented");
303
412
  }
304
413
  }, {
305
414
  key: "getRangeInputProps",
306
- value: function() {
415
+ value: function getRangeInputProps() {
307
416
  return {
308
417
  inputRole: null
309
418
  };
310
419
  }
311
420
  }, {
312
421
  key: "getValueDateRangeProps",
313
- value: function() {
314
- var a = this, r = this.asProps, t = r.value, n = r.onDisplayedPeriodChange, o = r.locale, _ = r.disabled, i = r.disabledErrorText, c = r.getI18nText, h = r.focusedRange, u = r.preselectedValue, v = r.animationsDisabled, g = r.visible;
422
+ value: function getValueDateRangeProps() {
423
+ var _this6 = this;
424
+ var _this$asProps7 = this.asProps, value = _this$asProps7.value, onDisplayedPeriodChange = _this$asProps7.onDisplayedPeriodChange, locale = _this$asProps7.locale, disabled = _this$asProps7.disabled, disabledErrorText = _this$asProps7.disabledErrorText, getI18nText = _this$asProps7.getI18nText, focusedRange = _this$asProps7.focusedRange, preselectedValue = _this$asProps7.preselectedValue, animationsDisabled = _this$asProps7.animationsDisabled, visible = _this$asProps7.visible;
315
425
  return {
316
- popoverVisible: g,
317
- focused: h === "value" ? !0 : void 0,
318
- value: u ?? (t == null ? void 0 : t.value),
319
- onChange: function(m) {
320
- return a.handlers.preselectedValue(m);
426
+ popoverVisible: visible,
427
+ focused: focusedRange === "value" ? true : void 0,
428
+ value: preselectedValue !== null && preselectedValue !== void 0 ? preselectedValue : value === null || value === void 0 ? void 0 : value.value,
429
+ onChange: function onChange(value2) {
430
+ return _this6.handlers.preselectedValue(value2);
321
431
  },
322
- onDisplayedPeriodChange: n,
323
- locale: o,
324
- disabledDates: _,
325
- disabledErrorText: i,
432
+ onDisplayedPeriodChange,
433
+ locale,
434
+ disabledDates: disabled,
435
+ disabledErrorText,
326
436
  children: this.getRangeInput(),
327
- getI18nText: c,
328
- onFocus: function() {
329
- a.handlers.focusedRange("value");
437
+ getI18nText,
438
+ onFocus: function onFocus() {
439
+ _this6.handlers.focusedRange("value");
330
440
  },
331
- animationsDisabled: v
441
+ animationsDisabled
332
442
  };
333
443
  }
334
444
  }, {
335
445
  key: "getCompareDateRangeProps",
336
- value: function() {
337
- var a, r = this, t = this.asProps, n = t.value, o = t.onDisplayedPeriodChange, _ = t.locale, i = t.disabled, c = t.disabledErrorText, h = t.getI18nText, u = t.focusedRange, v = t.preselectedCompare, g = t.compareToggle, l = t.animationsDisabled, m = t.visible;
446
+ value: function getCompareDateRangeProps() {
447
+ var _value$compare, _this7 = this;
448
+ var _this$asProps8 = this.asProps, value = _this$asProps8.value, onDisplayedPeriodChange = _this$asProps8.onDisplayedPeriodChange, locale = _this$asProps8.locale, disabled = _this$asProps8.disabled, disabledErrorText = _this$asProps8.disabledErrorText, getI18nText = _this$asProps8.getI18nText, focusedRange = _this$asProps8.focusedRange, preselectedCompare = _this$asProps8.preselectedCompare, compareToggle = _this$asProps8.compareToggle, animationsDisabled = _this$asProps8.animationsDisabled, visible = _this$asProps8.visible;
338
449
  return {
339
- popoverVisible: m,
340
- focused: u === "compare" ? !0 : void 0,
341
- disabled: !(g ?? (n == null || (a = n.compare) === null || a === void 0 ? void 0 : a.length)),
342
- value: v ?? (n == null ? void 0 : n.compare),
343
- onChange: function(C) {
344
- return r.handlers.preselectedCompare(C);
450
+ popoverVisible: visible,
451
+ focused: focusedRange === "compare" ? true : void 0,
452
+ disabled: !(compareToggle !== null && compareToggle !== void 0 ? compareToggle : value === null || value === void 0 ? void 0 : (_value$compare = value.compare) === null || _value$compare === void 0 ? void 0 : _value$compare.length),
453
+ value: preselectedCompare !== null && preselectedCompare !== void 0 ? preselectedCompare : value === null || value === void 0 ? void 0 : value.compare,
454
+ onChange: function onChange(value2) {
455
+ return _this7.handlers.preselectedCompare(value2);
345
456
  },
346
- onDisplayedPeriodChange: o,
347
- locale: _,
348
- disabledDates: i,
457
+ onDisplayedPeriodChange,
458
+ locale,
459
+ disabledDates: disabled,
349
460
  children: this.getRangeInput(),
350
- getI18nText: h,
351
- disabledErrorText: c,
352
- onFocus: function() {
353
- r.handlers.focusedRange("compare");
461
+ getI18nText,
462
+ disabledErrorText,
463
+ onFocus: function onFocus() {
464
+ _this7.handlers.focusedRange("compare");
354
465
  },
355
- animationsDisabled: l
466
+ animationsDisabled
356
467
  };
357
468
  }
358
469
  }, {
359
470
  key: "getCompareToggleProps",
360
- value: function() {
361
- var a = this, r = this.asProps, t = r.getI18nText;
362
- r.value;
363
- var n = r.compareToggle;
471
+ value: function getCompareToggleProps() {
472
+ var _this8 = this;
473
+ var _this$asProps9 = this.asProps, getI18nText = _this$asProps9.getI18nText;
474
+ _this$asProps9.value;
475
+ var compareToggle = _this$asProps9.compareToggle;
364
476
  return {
365
- getI18nText: t,
366
- checked: n,
367
- onChange: function(_) {
368
- _ ? (a.handlers.compareToggle(!0), a.handlers.focusedRange("compare")) : (a.handlers.compareToggle(!1), a.handlers.focusedRange("value"), a.handlers.preselectedCompare([]));
477
+ getI18nText,
478
+ checked: compareToggle,
479
+ onChange: function onChange(checked) {
480
+ if (checked) {
481
+ _this8.handlers.compareToggle(true);
482
+ _this8.handlers.focusedRange("compare");
483
+ } else {
484
+ _this8.handlers.compareToggle(false);
485
+ _this8.handlers.focusedRange("value");
486
+ _this8.handlers.preselectedCompare([]);
487
+ }
369
488
  }
370
489
  };
371
490
  }
372
491
  }, {
373
492
  key: "getCalendarProps",
374
- value: function(a, r) {
375
- var t = this.asProps, n = t.locale, o = t.displayedPeriod, _ = t.disabled, i = t.value, c = t.onCompareHighlightedChange, h = t.highlighted, u = t.compareHighlighted, v = t.onHighlightedChange, g = t.preselectedCompare, l = t.preselectedValue, m = t.focusedRange, f = t.getI18nText;
493
+ value: function getCalendarProps(_props, index) {
494
+ var _this$asProps10 = this.asProps, locale = _this$asProps10.locale, displayedPeriod = _this$asProps10.displayedPeriod, disabled = _this$asProps10.disabled, value = _this$asProps10.value, onCompareHighlightedChange = _this$asProps10.onCompareHighlightedChange, highlighted = _this$asProps10.highlighted, compareHighlighted = _this$asProps10.compareHighlighted, onHighlightedChange = _this$asProps10.onHighlightedChange, preselectedCompare = _this$asProps10.preselectedCompare, preselectedValue = _this$asProps10.preselectedValue, focusedRange = _this$asProps10.focusedRange, getI18nText = _this$asProps10.getI18nText;
376
495
  return {
377
- locale: n,
378
- displayedPeriod: S(o).add(r, this.navigateStep).startOf(this.navigateStep).toDate(),
379
- disabled: _,
496
+ locale,
497
+ displayedPeriod: dayjs(displayedPeriod).add(index, this.navigateStep).startOf(this.navigateStep).toDate(),
498
+ disabled,
380
499
  onChange: this.handleChange,
381
- highlighted: h,
382
- compareHighlighted: u,
383
- onCompareHighlightedChange: c,
384
- onHighlightedChange: v,
385
- range: m,
386
- value: l ?? (i == null ? void 0 : i.value),
387
- compare: g ?? (i == null ? void 0 : i.compare),
500
+ highlighted,
501
+ compareHighlighted,
502
+ onCompareHighlightedChange,
503
+ onHighlightedChange,
504
+ range: focusedRange,
505
+ value: preselectedValue !== null && preselectedValue !== void 0 ? preselectedValue : value === null || value === void 0 ? void 0 : value.value,
506
+ compare: preselectedCompare !== null && preselectedCompare !== void 0 ? preselectedCompare : value === null || value === void 0 ? void 0 : value.compare,
388
507
  unitRefs: this.unitRefs,
389
- getI18nText: f,
390
- actionsDescribing: r === 0 ? "range-compare" : null,
391
- tabIndex: r === 0 ? 0 : -1
508
+ getI18nText,
509
+ actionsDescribing: index === 0 ? "range-compare" : null,
510
+ tabIndex: index === 0 ? 0 : -1
392
511
  };
393
512
  }
394
513
  }, {
395
514
  key: "getPopperProps",
396
- value: function() {
515
+ value: function getPopperProps() {
397
516
  return {
398
517
  p: 0,
399
518
  ref: this.popperRef,
@@ -402,25 +521,26 @@ var le = (
402
521
  }
403
522
  }, {
404
523
  key: "render",
405
- value: function() {
406
- var a = this.asProps, r, t = this.asProps, n = t.Children, o = t.styles, _ = t["aria-label"];
407
- return /* @__PURE__ */ y.createElement(y.Fragment, null, (r = b(o), /* @__PURE__ */ y.createElement(F, V({
408
- "use:aria-label": _,
409
- __excludeProps: ["onChange", "value"]
410
- }, a), /* @__PURE__ */ y.createElement(n, r.cn("Children", {})))));
524
+ value: function render() {
525
+ var _ref = this.asProps, _ref4;
526
+ var _this$asProps11 = this.asProps, Children = _this$asProps11.Children, styles = _this$asProps11.styles, providedAriaLabel = _this$asProps11["aria-label"];
527
+ return /* @__PURE__ */ React.createElement(React.Fragment, null, (_ref4 = sstyled$1(styles), /* @__PURE__ */ React.createElement(Dropdown, assignProps({
528
+ "use:aria-label": providedAriaLabel,
529
+ "__excludeProps": ["onChange", "value"]
530
+ }, _ref), /* @__PURE__ */ React.createElement(Children, _ref4.cn("Children", {})))));
411
531
  }
412
532
  }], [{
413
533
  key: "defaultProps",
414
- value: function(a) {
415
- var r = a.primaryRange, t = a.defaultPrimaryRange, n = a.secondaryRange, o = a.defaultSecondaryRange;
534
+ value: function defaultProps(_ref11) {
535
+ var primaryRange = _ref11.primaryRange, defaultPrimaryRange = _ref11.defaultPrimaryRange, secondaryRange = _ref11.secondaryRange, defaultSecondaryRange = _ref11.defaultSecondaryRange;
416
536
  return {
417
- i18n: O,
537
+ i18n: localizedMessages,
418
538
  locale: "en",
419
539
  defaultValue: null,
420
540
  defaultHighlighted: [],
421
541
  defaultCompareHighlighted: [],
422
- defaultDisplayedPeriod: H(r, t, n, o) || se,
423
- defaultVisible: !1,
542
+ defaultDisplayedPeriod: getLatestDate(primaryRange, defaultPrimaryRange, secondaryRange, defaultSecondaryRange) || defaultDisplayedPeriod,
543
+ defaultVisible: false,
424
544
  defaultPreselectedValue: null,
425
545
  defaultPreselectedCompare: null,
426
546
  defaultCompareToggle: null,
@@ -429,72 +549,80 @@ var le = (
429
549
  size: "m"
430
550
  };
431
551
  }
432
- }]), p;
433
- }(ee);
434
- P(R, "displayName", "DateRangeComparator");
435
- P(R, "style", le);
436
- P(R, "enhance", [ae(O)]);
437
- P(R, "subtract", function(d, s, p) {
438
- return S(d).subtract(s, p).toDate();
552
+ }]);
553
+ return DateRangeComparatorAbstract2;
554
+ }(Component);
555
+ _defineProperty(DateRangeComparatorAbstract, "displayName", "DateRangeComparator");
556
+ _defineProperty(DateRangeComparatorAbstract, "style", style);
557
+ _defineProperty(DateRangeComparatorAbstract, "enhance", [i18nEnhance(localizedMessages)]);
558
+ _defineProperty(DateRangeComparatorAbstract, "subtract", function(date, amount, unit) {
559
+ return dayjs(date).subtract(amount, unit).toDate();
439
560
  });
440
- function He(d) {
441
- var s = arguments[0], p = d.getI18nText;
442
- return /* @__PURE__ */ y.createElement(N, V({
443
- use: "primary",
444
- children: p("apply")
445
- }, s));
561
+ function Apply(props) {
562
+ var _ref2 = arguments[0];
563
+ var getI18nText = props.getI18nText;
564
+ return /* @__PURE__ */ React.createElement(Button, assignProps({
565
+ "use": "primary",
566
+ "children": getI18nText("apply")
567
+ }, _ref2));
446
568
  }
447
- function Ve(d) {
448
- var s = arguments[0], p = d.getI18nText;
449
- return /* @__PURE__ */ y.createElement(N, V({
450
- use: "tertiary",
451
- theme: "muted",
452
- children: p("reset")
453
- }, s));
569
+ function Reset(props) {
570
+ var _ref3 = arguments[0];
571
+ var getI18nText = props.getI18nText;
572
+ return /* @__PURE__ */ React.createElement(Button, assignProps({
573
+ "use": "tertiary",
574
+ "theme": "muted",
575
+ "children": getI18nText("reset")
576
+ }, _ref3));
454
577
  }
455
- function Me(d) {
456
- var s, p = d.Root, e = d.styles;
457
- return s = b(e), /* @__PURE__ */ y.createElement(p, s.cn("STrigger", {
458
- render: F.Trigger,
459
- tag: te
578
+ function Trigger(props) {
579
+ var _ref5;
580
+ var STrigger = props.Root, styles = props.styles;
581
+ return _ref5 = sstyled$1(styles), /* @__PURE__ */ React.createElement(STrigger, _ref5.cn("STrigger", {
582
+ "render": Dropdown.Trigger,
583
+ "tag": LinkTrigger
460
584
  }));
461
585
  }
462
- function Ee(d) {
463
- var s, p = d.Root, e = d.styles, a = d.getI18nText;
464
- return s = b(e), /* @__PURE__ */ y.createElement(p, s.cn("SCompareToggle", {
465
- render: re,
466
- label: a("compare")
586
+ function CompareToggle(props) {
587
+ var _ref6;
588
+ var SCompareToggle = props.Root, styles = props.styles, getI18nText = props.getI18nText;
589
+ return _ref6 = sstyled$1(styles), /* @__PURE__ */ React.createElement(SCompareToggle, _ref6.cn("SCompareToggle", {
590
+ "render": Checkbox,
591
+ "label": getI18nText("compare")
467
592
  }));
468
593
  }
469
- function Ae(d) {
470
- var s, p = d.Root, e = d.Children, a = d.styles;
471
- return s = b(a), /* @__PURE__ */ y.createElement(p, s.cn("SRangeComparatorHeader", {
472
- render: M,
473
- gap: 4,
474
- alignItems: "center"
475
- }), /* @__PURE__ */ y.createElement(e, s.cn("Children", {})));
594
+ function Header(props) {
595
+ var _ref7;
596
+ var SRangeComparatorHeader = props.Root, Children = props.Children, styles = props.styles;
597
+ return _ref7 = sstyled$1(styles), /* @__PURE__ */ React.createElement(SRangeComparatorHeader, _ref7.cn("SRangeComparatorHeader", {
598
+ "render": Flex,
599
+ "gap": 4,
600
+ "alignItems": "center"
601
+ }), /* @__PURE__ */ React.createElement(Children, _ref7.cn("Children", {})));
476
602
  }
477
- function ze(d) {
478
- var s, p = d.Root, e = d.Children, a = d.styles;
479
- return s = b(a), /* @__PURE__ */ y.createElement(p, s.cn("SBody", {
480
- render: M,
481
- gap: 4
482
- }), /* @__PURE__ */ y.createElement(e, s.cn("Children", {})));
603
+ function Body(props) {
604
+ var _ref8;
605
+ var SBody = props.Root, Children = props.Children, styles = props.styles;
606
+ return _ref8 = sstyled$1(styles), /* @__PURE__ */ React.createElement(SBody, _ref8.cn("SBody", {
607
+ "render": Flex,
608
+ "gap": 4
609
+ }), /* @__PURE__ */ React.createElement(Children, _ref8.cn("Children", {})));
483
610
  }
484
- function Ne(d) {
485
- var s, p = d.Root, e = d.styles, a = d.Children;
486
- return s = b(e), /* @__PURE__ */ y.createElement(p, s.cn("SFooter", {
487
- render: M,
488
- gap: 2
489
- }), /* @__PURE__ */ y.createElement(a, s.cn("Children", {})));
611
+ function Footer(props) {
612
+ var _ref9;
613
+ var SFooter = props.Root, styles = props.styles, Children = props.Children;
614
+ return _ref9 = sstyled$1(styles), /* @__PURE__ */ React.createElement(SFooter, _ref9.cn("SFooter", {
615
+ "render": Flex,
616
+ "gap": 2
617
+ }), /* @__PURE__ */ React.createElement(Children, _ref9.cn("Children", {})));
490
618
  }
491
619
  export {
492
- He as Apply,
493
- ze as Body,
494
- Ee as CompareToggle,
495
- Ne as Footer,
496
- Ae as Header,
497
- Ve as Reset,
498
- Me as Trigger,
499
- R as default
620
+ Apply,
621
+ Body,
622
+ CompareToggle,
623
+ Footer,
624
+ Header,
625
+ Reset,
626
+ Trigger,
627
+ DateRangeComparatorAbstract as default
500
628
  };