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,305 +1,384 @@
1
- import b from "@babel/runtime/helpers/esm/objectSpread2";
2
- import R from "@babel/runtime/helpers/esm/classCallCheck";
3
- import k from "@babel/runtime/helpers/esm/createClass";
4
- import f from "@babel/runtime/helpers/esm/assertThisInitialized";
5
- import E from "@babel/runtime/helpers/esm/inherits";
6
- import $ from "@babel/runtime/helpers/esm/createSuper";
7
- import s from "@babel/runtime/helpers/esm/defineProperty";
8
- import { sstyled as H } from 'intergalactic/utils/lib/core/index';
9
- import M, { sstyled as m, assignProps as C, Component as V } from 'intergalactic/core';
10
- import _ from "react";
11
- import { Box as I, InvalidStateBox as K } from 'intergalactic/flex-box';
12
- import N from 'intergalactic/utils/lib/enhances/autoFocusEnhance';
13
- import U from 'intergalactic/icon/Check/m';
14
- import w from 'intergalactic/icon/Close/m';
15
- import F from 'intergalactic/spin';
16
- import { ButtonLink as D } from 'intergalactic/button';
17
- import { localizedMessages as B } from "./translations/__intergalactic-dynamic-locales.mjs";
18
- import T from 'intergalactic/utils/lib/enhances/i18nEnhance';
19
- import A from 'intergalactic/input-number';
20
- import { hasParent as L } from 'intergalactic/utils/lib/hasParent';
21
- var j = (
1
+ import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
2
+ import _classCallCheck from "@babel/runtime/helpers/esm/classCallCheck";
3
+ import _createClass from "@babel/runtime/helpers/esm/createClass";
4
+ import _assertThisInitialized from "@babel/runtime/helpers/esm/assertThisInitialized";
5
+ import _inherits from "@babel/runtime/helpers/esm/inherits";
6
+ import _createSuper from "@babel/runtime/helpers/esm/createSuper";
7
+ import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
8
+ import { sstyled } from 'intergalactic/utils/lib/core/index';
9
+ import createComponent, { sstyled as sstyled$1, assignProps, Component } from 'intergalactic/core';
10
+ import React from "react";
11
+ import { Box, InvalidStateBox } from 'intergalactic/flex-box';
12
+ import autoFocusEnhance from 'intergalactic/utils/lib/enhances/autoFocusEnhance';
13
+ import CheckM from 'intergalactic/icon/Check/m';
14
+ import CloseM from 'intergalactic/icon/Close/m';
15
+ import Spin from 'intergalactic/spin';
16
+ import { ButtonLink } from 'intergalactic/button';
17
+ import { localizedMessages } from "./translations/__intergalactic-dynamic-locales.mjs";
18
+ import i18nEnhance from 'intergalactic/utils/lib/enhances/i18nEnhance';
19
+ import InputNumber from 'intergalactic/input-number';
20
+ import { hasParent } from 'intergalactic/utils/lib/hasParent';
21
+ /*!__reshadow-styles__:"./style/inline-input.shadow.css"*/
22
+ var style = (
22
23
  /*__reshadow_css_start__*/
23
- (H.insert(
24
+ (sstyled.insert(
24
25
  /*__inner_css_start__*/
25
- ".___SInlineInput_yeczz_gg_{display:inline-flex;width:100%;height:100%;align-items:center;position:relative;z-index:0;vertical-align:middle;padding:1px;box-sizing:border-box;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SInlineInput_yeczz_gg_ .___SConfirmIcon_yeczz_gg_{color:var(--intergalactic-icon-secondary-success, #00c192);cursor:pointer}@media (hover:hover){.___SInlineInput_yeczz_gg_ .___SConfirmIcon_yeczz_gg_:hover{color:var(--intergalactic-icon-secondary-success-hover-active, #049B75)}}.___SInlineInput_yeczz_gg_ .___SCancelIcon_yeczz_gg_{color:var(--intergalactic-icon-secondary-neutral, #a9abb6);cursor:pointer}@media (hover:hover){.___SInlineInput_yeczz_gg_ .___SCancelIcon_yeczz_gg_:hover{color:var(--intergalactic-icon-secondary-neutral-hover-active, #878992)}}.___SInlineInput_yeczz_gg_.__disabled_yeczz_gg_{cursor:default;pointer-events:none;opacity:var(--intergalactic-disabled-opacity, 0.3)}.___SValue_yeczz_gg_{min-width:0;width:100%;height:100%;padding:0 var(--intergalactic-spacing-1x, 4px);border:0;box-sizing:border-box;color:var(--intergalactic-text-primary, #191b23);font-size:inherit;line-height:1.2;text-overflow:ellipsis;font-family:inherit;background:0 0;min-height:1em}.___SValue_yeczz_gg_:focus{outline:0}.___SValue_yeczz_gg_::-moz-placeholder{color:var(--intergalactic-text-placeholder, #8a8e9b)}.___SValue_yeczz_gg_::placeholder{color:var(--intergalactic-text-placeholder, #8a8e9b)}.___SValue_yeczz_gg_.__disabled_yeczz_gg_{-webkit-user-select:none;-moz-user-select:none;user-select:none}.___SValue_yeczz_gg_::-webkit-inner-spin-button,.___SValue_yeczz_gg_::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.___SValue_yeczz_gg_._type_number_yeczz_gg_{-moz-appearance:textfield}.___SUnderline_yeczz_gg_{display:flex;flex-direction:row;align-items:center;flex-grow:1;width:100%;height:100%;min-height:1em;border:1px solid transparent;border-bottom:1px solid var(--intergalactic-border-primary, #c4c7cf)}.___SAddon_yeczz_gg_{display:inline-flex;justify-content:center;align-items:center;flex:0 0 auto;height:100%;color:var(--intergalactic-icon-secondary-neutral, #a9abb6);padding:0 var(--intergalactic-spacing-1x, 4px)}.___SAddon_yeczz_gg_.__disabled_yeczz_gg_{opacity:var(--intergalactic-disabled-opacity, 0.3);cursor:default;pointer-events:none}.___SInlineInput_yeczz_gg_.__focused_yeczz_gg_{z-index:1}.___SInlineInput_yeczz_gg_.__focused_yeczz_gg_ .___SUnderline_yeczz_gg_{border-bottom-color:var(--intergalactic-border-info-active, #006dca);box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.5))}.___SInlineInput_yeczz_gg_._state_valid_yeczz_gg_ .___SUnderline_yeczz_gg_{border-bottom-color:var(--intergalactic-border-success-active, #007c65)}.___SInlineInput_yeczz_gg_._state_valid_yeczz_gg_.__focused_yeczz_gg_ .___SUnderline_yeczz_gg_{border-bottom-color:var(--intergalactic-border-success-active, #007c65);box-shadow:var(--intergalactic-keyboard-focus-valid, 0px 0px 0px 3px rgba(0, 159, 129, 0.5))}.___SInlineInput_yeczz_gg_._state_invalid_yeczz_gg_ .___SUnderline_yeczz_gg_{border-bottom-color:var(--intergalactic-border-critical-active, #d1002f)}.___SInlineInput_yeczz_gg_._state_invalid_yeczz_gg_.__focused_yeczz_gg_ .___SUnderline_yeczz_gg_{border-bottom-color:var(--intergalactic-border-critical-active, #d1002f);box-shadow:var(--intergalactic-keyboard-focus-invalid, 0px 0px 0px 3px rgba(255, 73, 83, 0.5))}.___SValue_yeczz_gg_:focus~.___SControls_yeczz_gg_{display:flex}.___SInvalidPattern_yeczz_gg_{margin-left:-1px;margin-top:-1px;border-radius:0;height:calc(100% - 3px)}",
26
- "yeczz_gg_"
27
- ), {
28
- __SInlineInput: "___SInlineInput_yeczz_gg_",
29
- _disabled: "__disabled_yeczz_gg_",
30
- __SUnderline: "___SUnderline_yeczz_gg_",
31
- __SAddon: "___SAddon_yeczz_gg_",
32
- _focused: "__focused_yeczz_gg_",
33
- _state_valid: "_state_valid_yeczz_gg_",
34
- _state_invalid: "_state_invalid_yeczz_gg_",
35
- __SValue: "___SValue_yeczz_gg_",
36
- __SControls: "___SControls_yeczz_gg_",
37
- __SInvalidPattern: "___SInvalidPattern_yeczz_gg_",
38
- __SConfirmIcon: "___SConfirmIcon_yeczz_gg_",
39
- __SCancelIcon: "___SCancelIcon_yeczz_gg_",
40
- _type_number: "_type_number_yeczz_gg_"
26
+ ".___SInlineInput_58kzi_gg_{display:inline-flex;width:100%;height:100%;align-items:center;position:relative;z-index:0;vertical-align:middle;padding:1px;box-sizing:border-box;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SInlineInput_58kzi_gg_ .___SConfirmIcon_58kzi_gg_{color:var(--intergalactic-icon-secondary-success, #00c192);cursor:pointer}@media (hover:hover){.___SInlineInput_58kzi_gg_ .___SConfirmIcon_58kzi_gg_:hover{color:var(--intergalactic-icon-secondary-success-hover-active, #049B75)}}.___SInlineInput_58kzi_gg_ .___SCancelIcon_58kzi_gg_{color:var(--intergalactic-icon-secondary-neutral, #a9abb6);cursor:pointer}@media (hover:hover){.___SInlineInput_58kzi_gg_ .___SCancelIcon_58kzi_gg_:hover{color:var(--intergalactic-icon-secondary-neutral-hover-active, #878992)}}.___SInlineInput_58kzi_gg_.__disabled_58kzi_gg_{cursor:default;pointer-events:none;opacity:var(--intergalactic-disabled-opacity, 0.3)}.___SValue_58kzi_gg_{min-width:0;width:100%;height:100%;padding:0 var(--intergalactic-spacing-1x, 4px);border:0;box-sizing:border-box;color:var(--intergalactic-text-primary, #191b23);font-size:inherit;line-height:1.2;text-overflow:ellipsis;font-family:inherit;background:0 0;min-height:1em}.___SValue_58kzi_gg_:focus{outline:0}.___SValue_58kzi_gg_::-moz-placeholder{color:var(--intergalactic-text-placeholder, #8a8e9b)}.___SValue_58kzi_gg_::placeholder{color:var(--intergalactic-text-placeholder, #8a8e9b)}.___SValue_58kzi_gg_.__disabled_58kzi_gg_{-webkit-user-select:none;-moz-user-select:none;user-select:none}.___SValue_58kzi_gg_::-webkit-inner-spin-button,.___SValue_58kzi_gg_::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.___SValue_58kzi_gg_._type_number_58kzi_gg_{-moz-appearance:textfield}.___SUnderline_58kzi_gg_{display:flex;flex-direction:row;align-items:center;flex-grow:1;width:100%;height:100%;min-height:1em;border:1px solid transparent;border-bottom:1px solid var(--intergalactic-border-primary, #c4c7cf)}.___SAddon_58kzi_gg_{display:inline-flex;justify-content:center;align-items:center;flex:0 0 auto;height:100%;color:var(--intergalactic-icon-secondary-neutral, #a9abb6);padding:0 var(--intergalactic-spacing-1x, 4px)}.___SAddon_58kzi_gg_.__disabled_58kzi_gg_{opacity:var(--intergalactic-disabled-opacity, 0.3);cursor:default;pointer-events:none}.___SInlineInput_58kzi_gg_.__focused_58kzi_gg_{z-index:1}.___SInlineInput_58kzi_gg_.__focused_58kzi_gg_ .___SUnderline_58kzi_gg_{border-bottom-color:var(--intergalactic-border-info-active, #006dca);box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.5))}.___SInlineInput_58kzi_gg_._state_valid_58kzi_gg_ .___SUnderline_58kzi_gg_{border-bottom-color:var(--intergalactic-border-success-active, #007c65)}.___SInlineInput_58kzi_gg_._state_valid_58kzi_gg_.__focused_58kzi_gg_ .___SUnderline_58kzi_gg_{border-bottom-color:var(--intergalactic-border-success-active, #007c65);box-shadow:var(--intergalactic-keyboard-focus-valid, 0px 0px 0px 3px rgba(0, 159, 129, 0.5))}.___SInlineInput_58kzi_gg_._state_invalid_58kzi_gg_ .___SUnderline_58kzi_gg_{border-bottom-color:var(--intergalactic-border-critical-active, #d1002f)}.___SInlineInput_58kzi_gg_._state_invalid_58kzi_gg_.__focused_58kzi_gg_ .___SUnderline_58kzi_gg_{border-bottom-color:var(--intergalactic-border-critical-active, #d1002f);box-shadow:var(--intergalactic-keyboard-focus-invalid, 0px 0px 0px 3px rgba(255, 73, 83, 0.5))}.___SValue_58kzi_gg_:focus~.___SControls_58kzi_gg_{display:flex}.___SInvalidPattern_58kzi_gg_{margin-left:-1px;margin-top:-1px;border-radius:0;height:calc(100% - 3px)}",
27
+ /*__inner_css_end__*/
28
+ "58kzi_gg_"
29
+ ), /*__reshadow_css_end__*/
30
+ {
31
+ "__SInlineInput": "___SInlineInput_58kzi_gg_",
32
+ "_disabled": "__disabled_58kzi_gg_",
33
+ "__SUnderline": "___SUnderline_58kzi_gg_",
34
+ "__SAddon": "___SAddon_58kzi_gg_",
35
+ "_focused": "__focused_58kzi_gg_",
36
+ "_state_valid": "_state_valid_58kzi_gg_",
37
+ "_state_invalid": "_state_invalid_58kzi_gg_",
38
+ "__SValue": "___SValue_58kzi_gg_",
39
+ "__SControls": "___SControls_58kzi_gg_",
40
+ "__SInvalidPattern": "___SInvalidPattern_58kzi_gg_",
41
+ "__SConfirmIcon": "___SConfirmIcon_58kzi_gg_",
42
+ "__SCancelIcon": "___SCancelIcon_58kzi_gg_",
43
+ "_type_number": "_type_number_58kzi_gg_"
41
44
  })
42
- ), O = function(n) {
43
- var l = n.x, e = n.y, t = n.rect;
44
- return l >= t.x && l <= t.x + t.width && e >= t.y && e <= t.y + t.height;
45
- }, x = /* @__PURE__ */ function(p) {
46
- E(l, p);
47
- var n = $(l);
48
- function l() {
49
- var e;
50
- R(this, l);
51
- for (var t = arguments.length, u = new Array(t), g = 0; g < t; g++)
52
- u[g] = arguments[g];
53
- return e = n.call.apply(n, [this].concat(u)), s(f(e), "state", {
54
- focused: !1
55
- }), s(f(e), "rootRef", /* @__PURE__ */ _.createRef()), s(f(e), "inputRef", /* @__PURE__ */ _.createRef()), s(f(e), "inputHandlersRef", /* @__PURE__ */ _.createRef()), s(f(e), "initValue", ""), s(f(e), "lastMouseDownPosition", null), s(f(e), "lastHandledKeyboardEvent", -1), s(f(e), "handleDocumentMouseDown", function(r) {
56
- e.lastMouseDownPosition = {
57
- x: r.clientX,
58
- y: r.clientY
59
- }, e.lastHandledKeyboardEvent = -1;
60
- }), s(f(e), "handleDocumentKeyDown", function() {
61
- e.lastMouseDownPosition = null;
62
- }), s(f(e), "increment", function(r) {
63
- var i, o, a, d, c;
64
- ((i = e.inputRef.current) === null || i === void 0 ? void 0 : i.value) === "" && (e.inputRef.current.value = e.inputRef.current.min || "0"), (o = e.inputRef.current) === null || o === void 0 || (a = o.stepUp) === null || a === void 0 || a.call(o, r), (d = e.inputHandlersRef.current) === null || d === void 0 || d.value((c = e.inputRef.current) === null || c === void 0 ? void 0 : c.value, r);
65
- }), s(f(e), "decrement", function(r) {
66
- var i, o, a, d, c;
67
- ((i = e.inputRef.current) === null || i === void 0 ? void 0 : i.value) === "" && (e.inputRef.current.value = e.inputRef.current.max || "0"), (o = e.inputRef.current) === null || o === void 0 || (a = o.stepDown) === null || a === void 0 || a.call(o, r), (d = e.inputHandlersRef.current) === null || d === void 0 || d.value((c = e.inputRef.current) === null || c === void 0 ? void 0 : c.value, r);
68
- }), s(f(e), "bindHandlerValueFocused", function(r) {
45
+ );
46
+ var pointInsideOfRect = function pointInsideOfRect2(_ref17) {
47
+ var x = _ref17.x, y = _ref17.y, rect = _ref17.rect;
48
+ return x >= rect.x && x <= rect.x + rect.width && y >= rect.y && y <= rect.y + rect.height;
49
+ };
50
+ var InlineInputBase = /* @__PURE__ */ function(_Component) {
51
+ _inherits(InlineInputBase2, _Component);
52
+ var _super = _createSuper(InlineInputBase2);
53
+ function InlineInputBase2() {
54
+ var _this;
55
+ _classCallCheck(this, InlineInputBase2);
56
+ for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
57
+ args[_key] = arguments[_key];
58
+ }
59
+ _this = _super.call.apply(_super, [this].concat(args));
60
+ _defineProperty(_assertThisInitialized(_this), "state", {
61
+ focused: false
62
+ });
63
+ _defineProperty(_assertThisInitialized(_this), "rootRef", /* @__PURE__ */ React.createRef());
64
+ _defineProperty(_assertThisInitialized(_this), "inputRef", /* @__PURE__ */ React.createRef());
65
+ _defineProperty(_assertThisInitialized(_this), "inputHandlersRef", /* @__PURE__ */ React.createRef());
66
+ _defineProperty(_assertThisInitialized(_this), "initValue", "");
67
+ _defineProperty(_assertThisInitialized(_this), "lastMouseDownPosition", null);
68
+ _defineProperty(_assertThisInitialized(_this), "lastHandledKeyboardEvent", -1);
69
+ _defineProperty(_assertThisInitialized(_this), "handleDocumentMouseDown", function(event) {
70
+ _this.lastMouseDownPosition = {
71
+ x: event.clientX,
72
+ y: event.clientY
73
+ };
74
+ _this.lastHandledKeyboardEvent = -1;
75
+ });
76
+ _defineProperty(_assertThisInitialized(_this), "handleDocumentKeyDown", function() {
77
+ _this.lastMouseDownPosition = null;
78
+ });
79
+ _defineProperty(_assertThisInitialized(_this), "increment", function(event) {
80
+ var _this$inputRef$curren, _this$inputRef$curren2, _this$inputRef$curren3, _this$inputHandlersRe, _this$inputRef$curren4;
81
+ if (((_this$inputRef$curren = _this.inputRef.current) === null || _this$inputRef$curren === void 0 ? void 0 : _this$inputRef$curren.value) === "") _this.inputRef.current.value = _this.inputRef.current.min || "0";
82
+ (_this$inputRef$curren2 = _this.inputRef.current) === null || _this$inputRef$curren2 === void 0 ? void 0 : (_this$inputRef$curren3 = _this$inputRef$curren2.stepUp) === null || _this$inputRef$curren3 === void 0 ? void 0 : _this$inputRef$curren3.call(_this$inputRef$curren2, event);
83
+ (_this$inputHandlersRe = _this.inputHandlersRef.current) === null || _this$inputHandlersRe === void 0 ? void 0 : _this$inputHandlersRe.value((_this$inputRef$curren4 = _this.inputRef.current) === null || _this$inputRef$curren4 === void 0 ? void 0 : _this$inputRef$curren4.value, event);
84
+ });
85
+ _defineProperty(_assertThisInitialized(_this), "decrement", function(event) {
86
+ var _this$inputRef$curren5, _this$inputRef$curren6, _this$inputRef$curren7, _this$inputHandlersRe2, _this$inputRef$curren8;
87
+ if (((_this$inputRef$curren5 = _this.inputRef.current) === null || _this$inputRef$curren5 === void 0 ? void 0 : _this$inputRef$curren5.value) === "") _this.inputRef.current.value = _this.inputRef.current.max || "0";
88
+ (_this$inputRef$curren6 = _this.inputRef.current) === null || _this$inputRef$curren6 === void 0 ? void 0 : (_this$inputRef$curren7 = _this$inputRef$curren6.stepDown) === null || _this$inputRef$curren7 === void 0 ? void 0 : _this$inputRef$curren7.call(_this$inputRef$curren6, event);
89
+ (_this$inputHandlersRe2 = _this.inputHandlersRef.current) === null || _this$inputHandlersRe2 === void 0 ? void 0 : _this$inputHandlersRe2.value((_this$inputRef$curren8 = _this.inputRef.current) === null || _this$inputRef$curren8 === void 0 ? void 0 : _this$inputRef$curren8.value, event);
90
+ });
91
+ _defineProperty(_assertThisInitialized(_this), "bindHandlerValueFocused", function(focused) {
69
92
  return function() {
70
- e.setState({
71
- focused: r
93
+ _this.setState({
94
+ focused
72
95
  });
73
96
  };
74
- }), s(f(e), "handleMouseDownAddon", function(r) {
75
- var i;
76
- r.preventDefault(), (i = e.inputRef.current) === null || i === void 0 || i.focus();
77
- }), s(f(e), "handleConfirm", function(r, i) {
78
- var o, a;
79
- (o = (a = e.asProps).onConfirm) === null || o === void 0 || o.call(a, r, i);
80
- }), s(f(e), "handleCancel", function(r, i) {
81
- var o, a;
82
- (o = (a = e.asProps).onCancel) === null || o === void 0 || o.call(a, r, i);
83
- }), s(f(e), "handleBlur", function(r) {
84
- var i, o, a = e.asProps, d = a.onConfirm, c = a.onCancel, y = a.onBlurBehavior;
85
- if (y && !(Date.now() - e.lastHandledKeyboardEvent < 250) && !L(r.relatedTarget, e.rootRef.current)) {
86
- if (e.lastMouseDownPosition && e.rootRef.current) {
87
- var S = e.lastMouseDownPosition, v = S.x, h = S.y, z = e.rootRef.current.getBoundingClientRect();
88
- if (O({
89
- x: v,
90
- y: h,
91
- rect: z
92
- }))
93
- return;
97
+ });
98
+ _defineProperty(_assertThisInitialized(_this), "handleMouseDownAddon", function(event) {
99
+ var _this$inputRef$curren9;
100
+ event.preventDefault();
101
+ (_this$inputRef$curren9 = _this.inputRef.current) === null || _this$inputRef$curren9 === void 0 ? void 0 : _this$inputRef$curren9.focus();
102
+ });
103
+ _defineProperty(_assertThisInitialized(_this), "handleConfirm", function(text, event) {
104
+ var _this$asProps$onConfi, _this$asProps;
105
+ (_this$asProps$onConfi = (_this$asProps = _this.asProps).onConfirm) === null || _this$asProps$onConfi === void 0 ? void 0 : _this$asProps$onConfi.call(_this$asProps, text, event);
106
+ });
107
+ _defineProperty(_assertThisInitialized(_this), "handleCancel", function(prevText, event) {
108
+ var _this$asProps$onCance, _this$asProps2;
109
+ (_this$asProps$onCance = (_this$asProps2 = _this.asProps).onCancel) === null || _this$asProps$onCance === void 0 ? void 0 : _this$asProps$onCance.call(_this$asProps2, prevText, event);
110
+ });
111
+ _defineProperty(_assertThisInitialized(_this), "handleBlur", function(event) {
112
+ var _this$inputRef$curren10, _this$inputRef$curren11;
113
+ var _this$asProps3 = _this.asProps, onConfirm = _this$asProps3.onConfirm, onCancel = _this$asProps3.onCancel, onBlurBehavior = _this$asProps3.onBlurBehavior;
114
+ if (!onBlurBehavior) return;
115
+ if (Date.now() - _this.lastHandledKeyboardEvent < 250) return;
116
+ if (hasParent(event.relatedTarget, _this.rootRef.current)) return;
117
+ if (_this.lastMouseDownPosition && _this.rootRef.current) {
118
+ var _this$lastMouseDownPo = _this.lastMouseDownPosition, x = _this$lastMouseDownPo.x, y = _this$lastMouseDownPo.y;
119
+ var rect = _this.rootRef.current.getBoundingClientRect();
120
+ if (pointInsideOfRect({
121
+ x,
122
+ y,
123
+ rect
124
+ })) {
125
+ return;
94
126
  }
95
- y === "confirm" && (d == null || d((i = (o = e.inputRef.current) === null || o === void 0 ? void 0 : o.value) !== null && i !== void 0 ? i : "", r)), y === "cancel" && (c == null || c(e.initValue, r));
96
127
  }
97
- }), s(f(e), "handleKeyDown", function(r) {
98
- var i = e.asProps, o = i.onConfirm, a = i.onCancel;
99
- if (r.key === "Enter") {
100
- var d, c;
101
- o == null || o((d = (c = e.inputRef.current) === null || c === void 0 ? void 0 : c.value) !== null && d !== void 0 ? d : "", r), e.lastHandledKeyboardEvent = Date.now();
128
+ if (onBlurBehavior === "confirm") onConfirm === null || onConfirm === void 0 ? void 0 : onConfirm((_this$inputRef$curren10 = (_this$inputRef$curren11 = _this.inputRef.current) === null || _this$inputRef$curren11 === void 0 ? void 0 : _this$inputRef$curren11.value) !== null && _this$inputRef$curren10 !== void 0 ? _this$inputRef$curren10 : "", event);
129
+ if (onBlurBehavior === "cancel") onCancel === null || onCancel === void 0 ? void 0 : onCancel(_this.initValue, event);
130
+ });
131
+ _defineProperty(_assertThisInitialized(_this), "handleKeyDown", function(event) {
132
+ var _this$asProps4 = _this.asProps, onConfirm = _this$asProps4.onConfirm, onCancel = _this$asProps4.onCancel;
133
+ if (event.key === "Enter") {
134
+ var _this$inputRef$curren12, _this$inputRef$curren13;
135
+ onConfirm === null || onConfirm === void 0 ? void 0 : onConfirm((_this$inputRef$curren12 = (_this$inputRef$curren13 = _this.inputRef.current) === null || _this$inputRef$curren13 === void 0 ? void 0 : _this$inputRef$curren13.value) !== null && _this$inputRef$curren12 !== void 0 ? _this$inputRef$curren12 : "", event);
136
+ _this.lastHandledKeyboardEvent = Date.now();
102
137
  }
103
- r.key === "Escape" && (a == null || a(e.initValue, r), e.lastHandledKeyboardEvent = Date.now());
104
- }), e;
138
+ if (event.key === "Escape") {
139
+ onCancel === null || onCancel === void 0 ? void 0 : onCancel(_this.initValue, event);
140
+ _this.lastHandledKeyboardEvent = Date.now();
141
+ }
142
+ });
143
+ return _this;
105
144
  }
106
- return k(l, [{
145
+ _createClass(InlineInputBase2, [{
107
146
  key: "componentDidMount",
108
- value: function() {
109
- this.asProps.onBlurBehavior && (document.body.addEventListener("mousedown", this.handleDocumentMouseDown), document.body.addEventListener("keydown", this.handleDocumentKeyDown));
147
+ value: function componentDidMount() {
148
+ if (!this.asProps.onBlurBehavior) return;
149
+ document.body.addEventListener("mousedown", this.handleDocumentMouseDown);
150
+ document.body.addEventListener("keydown", this.handleDocumentKeyDown);
110
151
  }
111
152
  }, {
112
153
  key: "componentWillUnmount",
113
- value: function() {
114
- this.asProps.onBlurBehavior && (document.body.removeEventListener("mousedown", this.handleDocumentMouseDown), document.body.removeEventListener("keydown", this.handleDocumentKeyDown));
154
+ value: function componentWillUnmount() {
155
+ if (!this.asProps.onBlurBehavior) return;
156
+ document.body.removeEventListener("mousedown", this.handleDocumentMouseDown);
157
+ document.body.removeEventListener("keydown", this.handleDocumentKeyDown);
115
158
  }
116
159
  }, {
117
160
  key: "getAddonProps",
118
- value: function() {
161
+ value: function getAddonProps() {
119
162
  return {
120
163
  onMouseDown: this.handleMouseDownAddon
121
164
  };
122
165
  }
123
166
  }, {
124
167
  key: "getConfirmControlProps",
125
- value: function() {
126
- var t, u = this.asProps, g = u.loading, r = u.getI18nText;
168
+ value: function getConfirmControlProps() {
169
+ var _this$inputRef$curren14;
170
+ var _this$asProps5 = this.asProps, loading = _this$asProps5.loading, getI18nText = _this$asProps5.getI18nText;
127
171
  return {
128
- value: (t = this.inputRef.current) === null || t === void 0 ? void 0 : t.value,
129
- loading: g,
172
+ value: (_this$inputRef$curren14 = this.inputRef.current) === null || _this$inputRef$curren14 === void 0 ? void 0 : _this$inputRef$curren14.value,
173
+ loading,
130
174
  onConfirm: this.handleConfirm,
131
- getI18nText: r
175
+ getI18nText
132
176
  };
133
177
  }
134
178
  }, {
135
179
  key: "getCancelControlProps",
136
- value: function() {
137
- var t = this.asProps, u = t.loading, g = t.disabled, r = t.getI18nText;
180
+ value: function getCancelControlProps() {
181
+ var _this$asProps6 = this.asProps, loading = _this$asProps6.loading, disabled = _this$asProps6.disabled, getI18nText = _this$asProps6.getI18nText;
138
182
  return {
139
183
  value: this.initValue,
140
184
  // because double disabled(root disabled and addon disabled)
141
- disabled: u && !g,
185
+ disabled: loading && !disabled,
142
186
  onCancel: this.handleCancel,
143
- getI18nText: r
187
+ getI18nText
144
188
  };
145
189
  }
146
190
  }, {
147
191
  key: "getValueProps",
148
- value: function() {
149
- var t = this.asProps.state;
192
+ value: function getValueProps() {
193
+ var state = this.asProps.state;
150
194
  return {
151
195
  ref: this.inputRef,
152
- state: t,
196
+ state,
153
197
  onKeyDown: this.handleKeyDown,
154
- onFocus: this.bindHandlerValueFocused(!0),
155
- onBlur: this.bindHandlerValueFocused(!1)
198
+ onFocus: this.bindHandlerValueFocused(true),
199
+ onBlur: this.bindHandlerValueFocused(false)
156
200
  };
157
201
  }
158
202
  }, {
159
203
  key: "getNumberValueProps",
160
- value: function() {
161
- var t = new Intl.NumberFormat(this.asProps.locale, {
204
+ value: function getNumberValueProps() {
205
+ var numberFormatter = new Intl.NumberFormat(this.asProps.locale, {
162
206
  style: "decimal"
163
207
  });
164
208
  return {
165
- numberFormatter: t,
209
+ numberFormatter,
166
210
  inputRef: this.inputRef,
167
211
  inputHandlerRefs: this.inputHandlersRef,
168
212
  increment: this.increment,
169
213
  decrement: this.decrement,
170
- onFocus: this.bindHandlerValueFocused(!0),
171
- onBlur: this.bindHandlerValueFocused(!1)
214
+ onFocus: this.bindHandlerValueFocused(true),
215
+ onBlur: this.bindHandlerValueFocused(false)
172
216
  };
173
217
  }
174
218
  }, {
175
219
  key: "getNumberControlsProps",
176
- value: function() {
177
- var t = this.asProps.getI18nText;
220
+ value: function getNumberControlsProps() {
221
+ var getI18nText = this.asProps.getI18nText;
178
222
  return {
179
223
  increment: this.increment,
180
224
  decrement: this.decrement,
181
- getI18nText: t
225
+ getI18nText
182
226
  };
183
227
  }
184
228
  }, {
185
229
  key: "render",
186
- value: function() {
187
- var t = this.asProps, u, g = I, r = "div", i = K, o = this.asProps, a = o.Children, d = o.styles, c = o.state, y = this.state.focused;
188
- return u = m(d), /* @__PURE__ */ _.createElement(g, u.cn("SInlineInput", b({}, C({
189
- ref: this.rootRef,
190
- focused: y,
191
- onBlur: this.handleBlur
192
- }, t))), /* @__PURE__ */ _.createElement(r, u.cn("SUnderline", {}), c === "invalid" && /* @__PURE__ */ _.createElement(i, u.cn("SInvalidPattern", {})), /* @__PURE__ */ _.createElement(a, u.cn("Children", {}))));
230
+ value: function render() {
231
+ var _ref = this.asProps, _ref8;
232
+ var SInlineInput = Box;
233
+ var SUnderline = "div";
234
+ var SInvalidPattern = InvalidStateBox;
235
+ var _this$asProps7 = this.asProps, Children = _this$asProps7.Children, styles = _this$asProps7.styles, state = _this$asProps7.state;
236
+ var focused = this.state.focused;
237
+ return _ref8 = sstyled$1(styles), /* @__PURE__ */ React.createElement(SInlineInput, _ref8.cn("SInlineInput", _objectSpread({}, assignProps({
238
+ "ref": this.rootRef,
239
+ "focused": focused,
240
+ "onBlur": this.handleBlur
241
+ }, _ref))), /* @__PURE__ */ React.createElement(SUnderline, _ref8.cn("SUnderline", {}), state === "invalid" && /* @__PURE__ */ React.createElement(SInvalidPattern, _ref8.cn("SInvalidPattern", {})), /* @__PURE__ */ React.createElement(Children, _ref8.cn("Children", {}))));
193
242
  }
194
- }]), l;
195
- }(V);
196
- s(x, "displayName", "InlineInput");
197
- s(x, "enhance", [T(B)]);
198
- s(x, "defaultProps", {
243
+ }]);
244
+ return InlineInputBase2;
245
+ }(Component);
246
+ _defineProperty(InlineInputBase, "displayName", "InlineInput");
247
+ _defineProperty(InlineInputBase, "enhance", [i18nEnhance(localizedMessages)]);
248
+ _defineProperty(InlineInputBase, "defaultProps", {
199
249
  state: "normal",
200
250
  onBlurBehavior: "confirm",
201
- i18n: B,
251
+ i18n: localizedMessages,
202
252
  locale: "en"
203
253
  });
204
- s(x, "style", j);
205
- var P = /* @__PURE__ */ function(p) {
206
- E(l, p);
207
- var n = $(l);
208
- function l() {
209
- return R(this, l), n.apply(this, arguments);
254
+ _defineProperty(InlineInputBase, "style", style);
255
+ var Value = /* @__PURE__ */ function(_Component2) {
256
+ _inherits(Value2, _Component2);
257
+ var _super2 = _createSuper(Value2);
258
+ function Value2() {
259
+ _classCallCheck(this, Value2);
260
+ return _super2.apply(this, arguments);
210
261
  }
211
- return k(l, [{
262
+ _createClass(Value2, [{
212
263
  key: "uncontrolledProps",
213
- value: function() {
264
+ value: function uncontrolledProps() {
214
265
  return {
215
- value: function(u) {
216
- return u.target.value;
266
+ value: function value(event) {
267
+ return event.target.value;
217
268
  }
218
269
  };
219
270
  }
220
271
  }, {
221
272
  key: "render",
222
- value: function() {
223
- var t = this.asProps, u, g = I;
224
- return u = m(this.asProps.styles), /* @__PURE__ */ _.createElement(g, u.cn("SValue", b({}, C({
225
- tag: "input",
226
- type: "text"
227
- }, t))));
273
+ value: function render() {
274
+ var _ref2 = this.asProps, _ref9;
275
+ var SValue = Box;
276
+ return _ref9 = sstyled$1(this.asProps.styles), /* @__PURE__ */ React.createElement(SValue, _ref9.cn("SValue", _objectSpread({}, assignProps({
277
+ "tag": "input",
278
+ "type": "text"
279
+ }, _ref2))));
228
280
  }
229
- }]), l;
230
- }(V);
231
- s(P, "defaultProps", {
281
+ }]);
282
+ return Value2;
283
+ }(Component);
284
+ _defineProperty(Value, "defaultProps", {
232
285
  defaultValue: ""
233
286
  });
234
- s(P, "enhance", [N()]);
235
- s(P, "hoistProps", ["disabled"]);
236
- var W = function(n) {
237
- var l = arguments[0], e, t = I;
238
- return e = m(n.styles), /* @__PURE__ */ _.createElement(t, e.cn("SAddon", b({}, C({}, l))));
239
- }, X = function(n) {
240
- var l = arguments[0], e, t, u, g = I, r = n.Children, i = n.children, o = (t = n.title) !== null && t !== void 0 ? t : n.getI18nText("confirm"), a = _.useCallback(function(v) {
241
- var h, z;
242
- (h = n.onConfirm) === null || h === void 0 || h.call(n, (z = n.value) !== null && z !== void 0 ? z : "", v);
243
- }, [n.onConfirm, n.value]), d = _.useCallback(function(v) {
244
- (v.key === "Enter" || v.key === " ") && (v.preventDefault(), v.stopPropagation(), a(v));
245
- }, [a]);
246
- if (n.loading) {
247
- var c;
248
- return c = m(n.styles), /* @__PURE__ */ _.createElement(g, c.cn("SAddon", b({}, C({}, l))), i ? /* @__PURE__ */ _.createElement(r, c.cn("Children", {})) : /* @__PURE__ */ _.createElement(F, c.cn("Spin", {
249
- size: "xs"
287
+ _defineProperty(Value, "enhance", [autoFocusEnhance()]);
288
+ _defineProperty(Value, "hoistProps", ["disabled"]);
289
+ var Addon = function Addon2(props) {
290
+ var _ref3 = arguments[0], _ref10;
291
+ var SAddon = Box;
292
+ return _ref10 = sstyled$1(props.styles), /* @__PURE__ */ React.createElement(SAddon, _ref10.cn("SAddon", _objectSpread({}, assignProps({}, _ref3))));
293
+ };
294
+ var ConfirmControl = function ConfirmControl2(props) {
295
+ var _ref4 = arguments[0], _ref12, _props$title, _ref18;
296
+ var SAddon = Box;
297
+ var Children = props.Children, hasChildren = props.children;
298
+ var title = (_props$title = props.title) !== null && _props$title !== void 0 ? _props$title : props.getI18nText("confirm");
299
+ var handleConfirm = React.useCallback(function(event) {
300
+ var _props$onConfirm, _props$value;
301
+ (_props$onConfirm = props.onConfirm) === null || _props$onConfirm === void 0 ? void 0 : _props$onConfirm.call(props, (_props$value = props.value) !== null && _props$value !== void 0 ? _props$value : "", event);
302
+ }, [props.onConfirm, props.value]);
303
+ var handleKeydown = React.useCallback(function(event) {
304
+ if (event.key === "Enter" || event.key === " ") {
305
+ event.preventDefault();
306
+ event.stopPropagation();
307
+ handleConfirm(event);
308
+ }
309
+ }, [handleConfirm]);
310
+ if (props.loading) {
311
+ var _ref11;
312
+ return _ref11 = sstyled$1(props.styles), /* @__PURE__ */ React.createElement(SAddon, _ref11.cn("SAddon", _objectSpread({}, assignProps({}, _ref4))), hasChildren ? /* @__PURE__ */ React.createElement(Children, _ref11.cn("Children", {})) : /* @__PURE__ */ React.createElement(Spin, _ref11.cn("Spin", {
313
+ "size": "xs"
250
314
  })));
251
315
  }
252
- var y = m(n.styles), S = y.cn("SConfirmIcon", {});
253
- return e = m(n.styles), /* @__PURE__ */ _.createElement(g, e.cn("SAddon", b({}, C({
254
- onKeyDown: d
255
- }, l))), i ? /* @__PURE__ */ _.createElement(r, e.cn("Children", {})) : /* @__PURE__ */ _.createElement(D, e.cn("ButtonLink", {
256
- addonLeft: (u = n.icon) !== null && u !== void 0 ? u : U,
257
- use: "secondary",
258
- onClick: a,
259
- className: S.className,
260
- style: S.style,
261
- "aria-label": o
316
+ var sstyles = sstyled$1(props.styles);
317
+ var sConfirmIconStyles = sstyles.cn("SConfirmIcon", {});
318
+ return _ref12 = sstyled$1(props.styles), /* @__PURE__ */ React.createElement(SAddon, _ref12.cn("SAddon", _objectSpread({}, assignProps({
319
+ "onKeyDown": handleKeydown
320
+ }, _ref4))), hasChildren ? /* @__PURE__ */ React.createElement(Children, _ref12.cn("Children", {})) : /* @__PURE__ */ React.createElement(ButtonLink, _ref12.cn("ButtonLink", {
321
+ "addonLeft": (_ref18 = props.icon) !== null && _ref18 !== void 0 ? _ref18 : CheckM,
322
+ "use": "secondary",
323
+ "onClick": handleConfirm,
324
+ "className": sConfirmIconStyles.className,
325
+ "style": sConfirmIconStyles.style,
326
+ "aria-label": title
262
327
  })));
263
- }, Y = function(n) {
264
- var l = arguments[0], e, t, u, g = I, r = n.Children, i = n.children, o = (t = n.title) !== null && t !== void 0 ? t : n.getI18nText("discard"), a = _.useCallback(function(v) {
265
- var h, z;
266
- (h = n.onCancel) === null || h === void 0 || h.call(n, (z = n.value) !== null && z !== void 0 ? z : "", v);
267
- }, [n.onCancel, n.value]), d = _.useCallback(function(v) {
268
- (v.key === "Enter" || v.key === " ") && (v.preventDefault(), v.stopPropagation(), a(v));
269
- }, [a]);
270
- if (n.disabled) {
271
- var c;
272
- return c = m(n.styles), /* @__PURE__ */ _.createElement(g, c.cn("SAddon", b({}, C({}, l))), i ? /* @__PURE__ */ _.createElement(r, c.cn("Children", {})) : /* @__PURE__ */ _.createElement(w, c.cn("CloseM", {})));
328
+ };
329
+ var CancelControl = function CancelControl2(props) {
330
+ var _ref5 = arguments[0], _ref14, _props$title2, _ref19;
331
+ var SAddon = Box;
332
+ var Children = props.Children, hasChildren = props.children;
333
+ var title = (_props$title2 = props.title) !== null && _props$title2 !== void 0 ? _props$title2 : props.getI18nText("discard");
334
+ var handleCancel = React.useCallback(function(event) {
335
+ var _props$onCancel, _props$value2;
336
+ (_props$onCancel = props.onCancel) === null || _props$onCancel === void 0 ? void 0 : _props$onCancel.call(props, (_props$value2 = props.value) !== null && _props$value2 !== void 0 ? _props$value2 : "", event);
337
+ }, [props.onCancel, props.value]);
338
+ var handleKeydown = React.useCallback(function(event) {
339
+ if (event.key === "Enter" || event.key === " ") {
340
+ event.preventDefault();
341
+ event.stopPropagation();
342
+ handleCancel(event);
343
+ }
344
+ }, [handleCancel]);
345
+ if (props.disabled) {
346
+ var _ref13;
347
+ return _ref13 = sstyled$1(props.styles), /* @__PURE__ */ React.createElement(SAddon, _ref13.cn("SAddon", _objectSpread({}, assignProps({}, _ref5))), hasChildren ? /* @__PURE__ */ React.createElement(Children, _ref13.cn("Children", {})) : /* @__PURE__ */ React.createElement(CloseM, _ref13.cn("CloseM", {})));
273
348
  }
274
- var y = m(n.styles), S = y.cn("SCancelIcon", {});
275
- return e = m(n.styles), /* @__PURE__ */ _.createElement(g, e.cn("SAddon", b({}, C({
276
- onKeyDown: d
277
- }, l))), i ? /* @__PURE__ */ _.createElement(r, e.cn("Children", {})) : /* @__PURE__ */ _.createElement(D, e.cn("ButtonLink", {
278
- use: "secondary",
279
- addonLeft: (u = n.icon) !== null && u !== void 0 ? u : w,
280
- onClick: a,
281
- className: S.className,
282
- style: S.style,
283
- "aria-label": o
349
+ var sstyles = sstyled$1(props.styles);
350
+ var sCancelIconStyles = sstyles.cn("SCancelIcon", {});
351
+ return _ref14 = sstyled$1(props.styles), /* @__PURE__ */ React.createElement(SAddon, _ref14.cn("SAddon", _objectSpread({}, assignProps({
352
+ "onKeyDown": handleKeydown
353
+ }, _ref5))), hasChildren ? /* @__PURE__ */ React.createElement(Children, _ref14.cn("Children", {})) : /* @__PURE__ */ React.createElement(ButtonLink, _ref14.cn("ButtonLink", {
354
+ "use": "secondary",
355
+ "addonLeft": (_ref19 = props.icon) !== null && _ref19 !== void 0 ? _ref19 : CloseM,
356
+ "onClick": handleCancel,
357
+ "className": sCancelIconStyles.className,
358
+ "style": sCancelIconStyles.style,
359
+ "aria-label": title
284
360
  })));
285
- }, q = function(n) {
286
- var l = arguments[0], e, t = A.Value;
287
- return e = m(n.styles), /* @__PURE__ */ _.createElement(t, e.cn("SValue", b({}, C({}, l))));
288
361
  };
289
- function G(p) {
290
- var n = arguments[0], l, e = A.Controls;
291
- return l = m(p.styles), /* @__PURE__ */ _.createElement(e, l.cn("SControls", b({}, C({
292
- tag: J.Addon
293
- }, n))));
362
+ var NumberValue = function NumberValue2(props) {
363
+ var _ref6 = arguments[0], _ref15;
364
+ var SValue = InputNumber.Value;
365
+ return _ref15 = sstyled$1(props.styles), /* @__PURE__ */ React.createElement(SValue, _ref15.cn("SValue", _objectSpread({}, assignProps({}, _ref6))));
366
+ };
367
+ function NumberControls(props) {
368
+ var _ref7 = arguments[0], _ref16;
369
+ var SControls = InputNumber.Controls;
370
+ return _ref16 = sstyled$1(props.styles), /* @__PURE__ */ React.createElement(SControls, _ref16.cn("SControls", _objectSpread({}, assignProps({
371
+ "tag": InlineInput.Addon
372
+ }, _ref7))));
294
373
  }
295
- var J = M(x, {
296
- Addon: W,
297
- Value: P,
298
- ConfirmControl: X,
299
- CancelControl: Y,
300
- NumberValue: q,
301
- NumberControls: G
374
+ var InlineInput = createComponent(InlineInputBase, {
375
+ Addon,
376
+ Value,
377
+ ConfirmControl,
378
+ CancelControl,
379
+ NumberValue,
380
+ NumberControls
302
381
  });
303
382
  export {
304
- J as default
383
+ InlineInput as default
305
384
  };