intergalactic 15.126.0-prerelease.9 → 15.126.1-prerelease.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1356) hide show
  1. package/CHANGELOG.md +247 -1
  2. package/accordion/lib/cjs/Accordion.js +14 -11
  3. package/accordion/lib/cjs/Accordion.js.map +1 -1
  4. package/accordion/lib/es6/Accordion.js +14 -11
  5. package/accordion/lib/es6/Accordion.js.map +1 -1
  6. package/accordion/lib/esm/Accordion.mjs +223 -0
  7. package/accordion/lib/esm/index.mjs +6 -0
  8. package/accordion/package.json +1 -1
  9. package/add-filter/lib/esm/AddFilter.mjs +254 -0
  10. package/add-filter/lib/esm/components/AddFilterDropdown.mjs +74 -0
  11. package/add-filter/lib/esm/components/AddFilterInput.mjs +68 -0
  12. package/add-filter/lib/esm/components/AddFilterSelect.mjs +86 -0
  13. package/add-filter/lib/esm/index.mjs +4 -0
  14. package/add-filter/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
  15. package/add-filter/lib/esm/translations/de.json.mjs +7 -0
  16. package/add-filter/lib/esm/translations/en.json.mjs +8 -0
  17. package/add-filter/lib/esm/translations/es.json.mjs +7 -0
  18. package/add-filter/lib/esm/translations/fr.json.mjs +7 -0
  19. package/add-filter/lib/esm/translations/it.json.mjs +7 -0
  20. package/add-filter/lib/esm/translations/ja.json.mjs +7 -0
  21. package/add-filter/lib/esm/translations/ko.json.mjs +7 -0
  22. package/add-filter/lib/esm/translations/nl.json.mjs +7 -0
  23. package/add-filter/lib/esm/translations/pl.json.mjs +7 -0
  24. package/add-filter/lib/esm/translations/pt.json.mjs +7 -0
  25. package/add-filter/lib/esm/translations/sv.json.mjs +7 -0
  26. package/add-filter/lib/esm/translations/tr.json.mjs +7 -0
  27. package/add-filter/lib/esm/translations/vi.json.mjs +7 -0
  28. package/add-filter/lib/esm/translations/zh.json.mjs +7 -0
  29. package/add-filter/package.json +1 -1
  30. package/animation/lib/cjs/Animation.js +11 -11
  31. package/animation/lib/cjs/Collapse.js +28 -28
  32. package/animation/lib/cjs/FadeInOut.js +28 -28
  33. package/animation/lib/cjs/Scale.js +28 -28
  34. package/animation/lib/cjs/Slide.js +28 -28
  35. package/animation/lib/cjs/Transform.js +28 -28
  36. package/animation/lib/es6/Animation.js +11 -11
  37. package/animation/lib/es6/Collapse.js +28 -28
  38. package/animation/lib/es6/FadeInOut.js +28 -28
  39. package/animation/lib/es6/Scale.js +28 -28
  40. package/animation/lib/es6/Slide.js +28 -28
  41. package/animation/lib/es6/Transform.js +28 -28
  42. package/animation/lib/esm/Animation.mjs +39 -39
  43. package/animation/lib/esm/Collapse.mjs +47 -47
  44. package/animation/lib/esm/FadeInOut.mjs +36 -36
  45. package/animation/lib/esm/Scale.mjs +49 -49
  46. package/animation/lib/esm/Slide.mjs +37 -37
  47. package/animation/lib/esm/Transform.mjs +40 -40
  48. package/animation/package.json +1 -1
  49. package/badge/lib/cjs/Badge.js +6 -6
  50. package/badge/lib/es6/Badge.js +6 -6
  51. package/badge/lib/esm/Badge.mjs +28 -28
  52. package/badge/package.json +1 -1
  53. package/base-trigger/lib/cjs/BaseTrigger.js +18 -18
  54. package/base-trigger/lib/cjs/ButtonTrigger.js +3 -3
  55. package/base-trigger/lib/cjs/FilterTrigger.js +7 -7
  56. package/base-trigger/lib/cjs/LinkTrigger.js +12 -12
  57. package/base-trigger/lib/es6/BaseTrigger.js +18 -18
  58. package/base-trigger/lib/es6/ButtonTrigger.js +3 -3
  59. package/base-trigger/lib/es6/FilterTrigger.js +7 -7
  60. package/base-trigger/lib/es6/LinkTrigger.js +12 -12
  61. package/base-trigger/lib/esm/BaseTrigger.mjs +109 -0
  62. package/base-trigger/lib/esm/ButtonTrigger.mjs +78 -0
  63. package/base-trigger/lib/esm/FilterTrigger.mjs +205 -0
  64. package/base-trigger/lib/esm/LinkTrigger.mjs +88 -0
  65. package/base-trigger/lib/esm/index.mjs +10 -0
  66. package/base-trigger/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
  67. package/base-trigger/lib/esm/translations/de.json.mjs +9 -0
  68. package/base-trigger/lib/esm/translations/en.json.mjs +10 -0
  69. package/base-trigger/lib/esm/translations/es.json.mjs +9 -0
  70. package/base-trigger/lib/esm/translations/fr.json.mjs +9 -0
  71. package/base-trigger/lib/esm/translations/it.json.mjs +9 -0
  72. package/base-trigger/lib/esm/translations/ja.json.mjs +9 -0
  73. package/base-trigger/lib/esm/translations/ko.json.mjs +9 -0
  74. package/base-trigger/lib/esm/translations/nl.json.mjs +9 -0
  75. package/base-trigger/lib/esm/translations/pl.json.mjs +9 -0
  76. package/base-trigger/lib/esm/translations/pt.json.mjs +9 -0
  77. package/base-trigger/lib/esm/translations/sv.json.mjs +9 -0
  78. package/base-trigger/lib/esm/translations/tr.json.mjs +9 -0
  79. package/base-trigger/lib/esm/translations/vi.json.mjs +9 -0
  80. package/base-trigger/lib/esm/translations/zh.json.mjs +9 -0
  81. package/base-trigger/package.json +1 -1
  82. package/breadcrumbs/lib/cjs/Breadcrumbs.js +8 -8
  83. package/breadcrumbs/lib/es6/Breadcrumbs.js +8 -8
  84. package/breadcrumbs/lib/esm/Breadcrumbs.mjs +95 -0
  85. package/breadcrumbs/lib/esm/index.mjs +4 -0
  86. package/breadcrumbs/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
  87. package/breadcrumbs/lib/esm/translations/de.json.mjs +7 -0
  88. package/breadcrumbs/lib/esm/translations/en.json.mjs +7 -0
  89. package/breadcrumbs/lib/esm/translations/es.json.mjs +7 -0
  90. package/breadcrumbs/lib/esm/translations/fr.json.mjs +7 -0
  91. package/breadcrumbs/lib/esm/translations/it.json.mjs +7 -0
  92. package/breadcrumbs/lib/esm/translations/ja.json.mjs +7 -0
  93. package/breadcrumbs/lib/esm/translations/ko.json.mjs +7 -0
  94. package/breadcrumbs/lib/esm/translations/nl.json.mjs +7 -0
  95. package/breadcrumbs/lib/esm/translations/pl.json.mjs +7 -0
  96. package/breadcrumbs/lib/esm/translations/pt.json.mjs +7 -0
  97. package/breadcrumbs/lib/esm/translations/sv.json.mjs +7 -0
  98. package/breadcrumbs/lib/esm/translations/tr.json.mjs +7 -0
  99. package/breadcrumbs/lib/esm/translations/vi.json.mjs +7 -0
  100. package/breadcrumbs/lib/esm/translations/zh.json.mjs +7 -0
  101. package/breadcrumbs/package.json +1 -1
  102. package/breakpoints/lib/esm/Breakpoints.mjs +69 -0
  103. package/breakpoints/lib/esm/index.mjs +7 -0
  104. package/breakpoints/package.json +1 -1
  105. package/bulk-textarea/BulkTextarea.types.d.ts +1 -1
  106. package/bulk-textarea/components/InputField/InputField.d.ts +1 -0
  107. package/bulk-textarea/components/InputField/InputField.types.d.ts +4 -3
  108. package/bulk-textarea/lib/cjs/BulkTextarea.js +9 -7
  109. package/bulk-textarea/lib/cjs/BulkTextarea.js.map +1 -1
  110. package/bulk-textarea/lib/cjs/BulkTextarea.types.js.map +1 -1
  111. package/bulk-textarea/lib/cjs/components/InputField/InputField.js +42 -28
  112. package/bulk-textarea/lib/cjs/components/InputField/InputField.js.map +1 -1
  113. package/bulk-textarea/lib/cjs/components/InputField/InputField.types.js.map +1 -1
  114. package/bulk-textarea/lib/cjs/components/InputField/inputField.shadow.css +1 -0
  115. package/bulk-textarea/lib/es6/BulkTextarea.js +9 -7
  116. package/bulk-textarea/lib/es6/BulkTextarea.js.map +1 -1
  117. package/bulk-textarea/lib/es6/BulkTextarea.types.js.map +1 -1
  118. package/bulk-textarea/lib/es6/components/InputField/InputField.js +42 -28
  119. package/bulk-textarea/lib/es6/components/InputField/InputField.js.map +1 -1
  120. package/bulk-textarea/lib/es6/components/InputField/InputField.types.js.map +1 -1
  121. package/bulk-textarea/lib/es6/components/InputField/inputField.shadow.css +1 -0
  122. package/bulk-textarea/lib/esm/BulkTextarea.mjs +212 -0
  123. package/bulk-textarea/lib/esm/components/ClearAll.mjs +16 -0
  124. package/bulk-textarea/lib/esm/components/Counter.mjs +18 -0
  125. package/bulk-textarea/lib/esm/components/ErrorsNavigation.mjs +43 -0
  126. package/bulk-textarea/lib/esm/components/InputField/InputField.mjs +625 -0
  127. package/bulk-textarea/lib/esm/index.mjs +4 -0
  128. package/bulk-textarea/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
  129. package/bulk-textarea/lib/esm/translations/de.json.mjs +13 -0
  130. package/bulk-textarea/lib/esm/translations/en.json.mjs +13 -0
  131. package/bulk-textarea/lib/esm/translations/es.json.mjs +13 -0
  132. package/bulk-textarea/lib/esm/translations/fr.json.mjs +13 -0
  133. package/bulk-textarea/lib/esm/translations/it.json.mjs +13 -0
  134. package/bulk-textarea/lib/esm/translations/ja.json.mjs +13 -0
  135. package/bulk-textarea/lib/esm/translations/ko.json.mjs +13 -0
  136. package/bulk-textarea/lib/esm/translations/nl.json.mjs +13 -0
  137. package/bulk-textarea/lib/esm/translations/pl.json.mjs +13 -0
  138. package/bulk-textarea/lib/esm/translations/pt.json.mjs +13 -0
  139. package/bulk-textarea/lib/esm/translations/sv.json.mjs +13 -0
  140. package/bulk-textarea/lib/esm/translations/tr.json.mjs +13 -0
  141. package/bulk-textarea/lib/esm/translations/vi.json.mjs +13 -0
  142. package/bulk-textarea/lib/esm/translations/zh.json.mjs +13 -0
  143. package/bulk-textarea/lib/types/BulkTextarea.types.d.ts +1 -1
  144. package/bulk-textarea/lib/types/components/InputField/InputField.d.ts +1 -0
  145. package/bulk-textarea/lib/types/components/InputField/InputField.types.d.ts +4 -3
  146. package/bulk-textarea/package.json +1 -1
  147. package/button/lib/cjs/component/Button/Button.js +27 -27
  148. package/button/lib/cjs/component/ButtonLink/ButtonLink.js +20 -20
  149. package/button/lib/es6/component/Button/Button.js +27 -27
  150. package/button/lib/es6/component/ButtonLink/ButtonLink.js +20 -20
  151. package/button/lib/esm/component/Button/Button.mjs +61 -61
  152. package/button/lib/esm/component/ButtonLink/ButtonLink.mjs +58 -58
  153. package/button/package.json +1 -1
  154. package/card/lib/cjs/Card.js +6 -6
  155. package/card/lib/es6/Card.js +6 -6
  156. package/card/lib/esm/Card.mjs +84 -0
  157. package/card/lib/esm/index.mjs +4 -0
  158. package/card/package.json +1 -1
  159. package/carousel/lib/cjs/Carousel.js +21 -21
  160. package/carousel/lib/es6/Carousel.js +21 -21
  161. package/carousel/lib/esm/Carousel.mjs +517 -0
  162. package/carousel/lib/esm/index.mjs +4 -0
  163. package/carousel/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
  164. package/carousel/lib/esm/translations/de.json.mjs +13 -0
  165. package/carousel/lib/esm/translations/en.json.mjs +13 -0
  166. package/carousel/lib/esm/translations/es.json.mjs +13 -0
  167. package/carousel/lib/esm/translations/fr.json.mjs +13 -0
  168. package/carousel/lib/esm/translations/it.json.mjs +13 -0
  169. package/carousel/lib/esm/translations/ja.json.mjs +13 -0
  170. package/carousel/lib/esm/translations/ko.json.mjs +13 -0
  171. package/carousel/lib/esm/translations/nl.json.mjs +13 -0
  172. package/carousel/lib/esm/translations/pl.json.mjs +13 -0
  173. package/carousel/lib/esm/translations/pt.json.mjs +13 -0
  174. package/carousel/lib/esm/translations/sv.json.mjs +13 -0
  175. package/carousel/lib/esm/translations/tr.json.mjs +13 -0
  176. package/carousel/lib/esm/translations/vi.json.mjs +13 -0
  177. package/carousel/lib/esm/translations/zh.json.mjs +13 -0
  178. package/carousel/package.json +1 -1
  179. package/checkbox/lib/cjs/Checkbox.js +18 -18
  180. package/checkbox/lib/es6/Checkbox.js +18 -18
  181. package/checkbox/lib/esm/Checkbox.mjs +229 -0
  182. package/checkbox/lib/esm/index.mjs +6 -0
  183. package/checkbox/package.json +1 -1
  184. package/color-picker/lib/cjs/ColorPicker.js +24 -24
  185. package/color-picker/lib/cjs/PaletteManager.js +24 -24
  186. package/color-picker/lib/cjs/components/InputColor.js +24 -24
  187. package/color-picker/lib/es6/ColorPicker.js +24 -24
  188. package/color-picker/lib/es6/PaletteManager.js +24 -24
  189. package/color-picker/lib/es6/components/InputColor.js +24 -24
  190. package/color-picker/lib/esm/ColorPicker.mjs +205 -0
  191. package/color-picker/lib/esm/PaletteManager.mjs +145 -0
  192. package/color-picker/lib/esm/components/InputColor.mjs +151 -0
  193. package/color-picker/lib/esm/components/Item.mjs +57 -0
  194. package/color-picker/lib/esm/components/colors.mjs +42 -0
  195. package/color-picker/lib/esm/index.mjs +8 -0
  196. package/color-picker/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
  197. package/color-picker/lib/esm/translations/de.json.mjs +27 -0
  198. package/color-picker/lib/esm/translations/en.json.mjs +27 -0
  199. package/color-picker/lib/esm/translations/es.json.mjs +27 -0
  200. package/color-picker/lib/esm/translations/fr.json.mjs +27 -0
  201. package/color-picker/lib/esm/translations/it.json.mjs +27 -0
  202. package/color-picker/lib/esm/translations/ja.json.mjs +27 -0
  203. package/color-picker/lib/esm/translations/ko.json.mjs +27 -0
  204. package/color-picker/lib/esm/translations/nl.json.mjs +27 -0
  205. package/color-picker/lib/esm/translations/pl.json.mjs +27 -0
  206. package/color-picker/lib/esm/translations/pt.json.mjs +27 -0
  207. package/color-picker/lib/esm/translations/sv.json.mjs +27 -0
  208. package/color-picker/lib/esm/translations/tr.json.mjs +27 -0
  209. package/color-picker/lib/esm/translations/vi.json.mjs +27 -0
  210. package/color-picker/lib/esm/translations/zh.json.mjs +27 -0
  211. package/color-picker/package.json +1 -1
  212. package/components.json +75 -75
  213. package/core/package.json +1 -1
  214. package/counter/lib/cjs/Counter.js +11 -11
  215. package/counter/lib/es6/Counter.js +11 -11
  216. package/counter/lib/esm/AnimatedNumber.mjs +41 -0
  217. package/counter/lib/esm/Counter.mjs +55 -0
  218. package/counter/lib/esm/index.mjs +6 -0
  219. package/counter/package.json +1 -1
  220. package/d3-chart/lib/cjs/Area.js +11 -11
  221. package/d3-chart/lib/cjs/Axis.js +14 -14
  222. package/d3-chart/lib/cjs/Bar.js +16 -16
  223. package/d3-chart/lib/cjs/Bubble.js +12 -12
  224. package/d3-chart/lib/cjs/CompactHorizontalBar.js +16 -16
  225. package/d3-chart/lib/cjs/Donut.js +9 -9
  226. package/d3-chart/lib/cjs/Dots.js +8 -8
  227. package/d3-chart/lib/cjs/HorizontalBar.js +16 -16
  228. package/d3-chart/lib/cjs/Hover.js +3 -3
  229. package/d3-chart/lib/cjs/Line.js +9 -9
  230. package/d3-chart/lib/cjs/Plot.js +3 -3
  231. package/d3-chart/lib/cjs/Radar.js +19 -19
  232. package/d3-chart/lib/cjs/RadialTree.js +12 -12
  233. package/d3-chart/lib/cjs/Reference.js +12 -12
  234. package/d3-chart/lib/cjs/ScatterPlot.js +9 -9
  235. package/d3-chart/lib/cjs/Tooltip.js +9 -9
  236. package/d3-chart/lib/cjs/Venn.js +9 -9
  237. package/d3-chart/lib/cjs/a11y/PlotA11yModule.js +2 -2
  238. package/d3-chart/lib/cjs/a11y/PlotA11yView.js +2 -2
  239. package/d3-chart/lib/cjs/component/ChartLegend/LegendFlex/LegendFlex.js +4 -4
  240. package/d3-chart/lib/cjs/component/ChartLegend/LegendItem/LegendItem.js +17 -17
  241. package/d3-chart/lib/cjs/component/ChartLegend/LegendTable/LegendTable.js +6 -6
  242. package/d3-chart/lib/es6/Area.js +11 -11
  243. package/d3-chart/lib/es6/Axis.js +14 -14
  244. package/d3-chart/lib/es6/Bar.js +16 -16
  245. package/d3-chart/lib/es6/Bubble.js +12 -12
  246. package/d3-chart/lib/es6/CompactHorizontalBar.js +16 -16
  247. package/d3-chart/lib/es6/Donut.js +9 -9
  248. package/d3-chart/lib/es6/Dots.js +8 -8
  249. package/d3-chart/lib/es6/HorizontalBar.js +16 -16
  250. package/d3-chart/lib/es6/Hover.js +3 -3
  251. package/d3-chart/lib/es6/Line.js +9 -9
  252. package/d3-chart/lib/es6/Plot.js +3 -3
  253. package/d3-chart/lib/es6/Radar.js +19 -19
  254. package/d3-chart/lib/es6/RadialTree.js +12 -12
  255. package/d3-chart/lib/es6/Reference.js +12 -12
  256. package/d3-chart/lib/es6/ScatterPlot.js +9 -9
  257. package/d3-chart/lib/es6/Tooltip.js +9 -9
  258. package/d3-chart/lib/es6/Venn.js +9 -9
  259. package/d3-chart/lib/es6/a11y/PlotA11yModule.js +2 -2
  260. package/d3-chart/lib/es6/a11y/PlotA11yView.js +2 -2
  261. package/d3-chart/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.js +4 -4
  262. package/d3-chart/lib/es6/component/ChartLegend/LegendItem/LegendItem.js +17 -17
  263. package/d3-chart/lib/es6/component/ChartLegend/LegendTable/LegendTable.js +6 -6
  264. package/d3-chart/lib/esm/semcore/d3-chart/src/AnimatedClipPath.mjs +49 -0
  265. package/d3-chart/lib/esm/semcore/d3-chart/src/Area.mjs +170 -0
  266. package/d3-chart/lib/esm/semcore/d3-chart/src/Axis.mjs +333 -0
  267. package/d3-chart/lib/esm/semcore/d3-chart/src/Bar.mjs +160 -0
  268. package/d3-chart/lib/esm/semcore/d3-chart/src/Bubble.mjs +177 -0
  269. package/d3-chart/lib/esm/semcore/d3-chart/src/CompactHorizontalBar.mjs +416 -0
  270. package/d3-chart/lib/esm/semcore/d3-chart/src/Donut.mjs +326 -0
  271. package/d3-chart/lib/esm/semcore/d3-chart/src/Dots.mjs +99 -0
  272. package/d3-chart/lib/esm/semcore/d3-chart/src/GroupBar.mjs +75 -0
  273. package/d3-chart/lib/esm/semcore/d3-chart/src/HorizontalBar.mjs +145 -0
  274. package/d3-chart/lib/esm/semcore/d3-chart/src/Hover.mjs +156 -0
  275. package/d3-chart/lib/esm/semcore/d3-chart/src/Line.mjs +172 -0
  276. package/d3-chart/lib/esm/semcore/d3-chart/src/Pattern.mjs +493 -0
  277. package/d3-chart/lib/esm/semcore/d3-chart/src/Plot.mjs +107 -0
  278. package/d3-chart/lib/esm/semcore/d3-chart/src/Radar.mjs +581 -0
  279. package/d3-chart/lib/esm/semcore/d3-chart/src/RadialTree.mjs +443 -0
  280. package/d3-chart/lib/esm/semcore/d3-chart/src/Reference.mjs +195 -0
  281. package/d3-chart/lib/esm/semcore/d3-chart/src/ResponsiveContainer.mjs +76 -0
  282. package/d3-chart/lib/esm/semcore/d3-chart/src/ScatterPlot.mjs +158 -0
  283. package/d3-chart/lib/esm/semcore/d3-chart/src/StackBar.mjs +139 -0
  284. package/d3-chart/lib/esm/semcore/d3-chart/src/StackedArea.mjs +73 -0
  285. package/d3-chart/lib/esm/semcore/d3-chart/src/Tooltip.mjs +199 -0
  286. package/d3-chart/lib/esm/semcore/d3-chart/src/Venn.mjs +207 -0
  287. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/DataAccessibilityTable.mjs +77 -0
  288. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/PlotA11yModule.mjs +86 -0
  289. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/PlotA11yView.mjs +120 -0
  290. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/bezier.mjs +23 -0
  291. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/focus.mjs +32 -0
  292. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/hints.mjs +98 -0
  293. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/insights.mjs +523 -0
  294. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/intl.mjs +14 -0
  295. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/locale.mjs +26 -0
  296. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/serialize.mjs +277 -0
  297. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/summarize.mjs +13 -0
  298. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/__intergalactic-dynamic-locales.mjs +33 -0
  299. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/de.json.mjs +11 -0
  300. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/en.json.mjs +11 -0
  301. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/es.json.mjs +11 -0
  302. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/fr.json.mjs +11 -0
  303. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/it.json.mjs +11 -0
  304. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/ja.json.mjs +11 -0
  305. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/ko.json.mjs +11 -0
  306. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/nl.json.mjs +11 -0
  307. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/pl.json.mjs +11 -0
  308. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/pt.json.mjs +11 -0
  309. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/sv.json.mjs +11 -0
  310. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/tr.json.mjs +11 -0
  311. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/vi.json.mjs +11 -0
  312. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/zh.json.mjs +11 -0
  313. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/view/__intergalactic-dynamic-locales.mjs +33 -0
  314. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/view/de.json.mjs +47 -0
  315. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/view/en.json.mjs +47 -0
  316. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/view/es.json.mjs +47 -0
  317. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/view/fr.json.mjs +47 -0
  318. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/view/it.json.mjs +47 -0
  319. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/view/ja.json.mjs +47 -0
  320. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/view/ko.json.mjs +47 -0
  321. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/view/nl.json.mjs +47 -0
  322. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/view/pl.json.mjs +47 -0
  323. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/view/pt.json.mjs +47 -0
  324. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/view/sv.json.mjs +47 -0
  325. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/view/tr.json.mjs +47 -0
  326. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/view/vi.json.mjs +47 -0
  327. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/view/zh.json.mjs +47 -0
  328. package/d3-chart/lib/esm/semcore/d3-chart/src/color.mjs +127 -0
  329. package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/AbstractChart.mjs +292 -0
  330. package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/AreaChart.mjs +120 -0
  331. package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/BarChart.mjs +187 -0
  332. package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/BubbleChart.mjs +118 -0
  333. package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/CigaretteChart.mjs +256 -0
  334. package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/CompactHorizontalBarChart.mjs +107 -0
  335. package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/DonutChart.mjs +97 -0
  336. package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/HistogramChart.mjs +138 -0
  337. package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/LineChart.mjs +111 -0
  338. package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/RadarChart.mjs +103 -0
  339. package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/ScatterPlotChart.mjs +121 -0
  340. package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/VennChart.mjs +119 -0
  341. package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/index.mjs +27 -0
  342. package/d3-chart/lib/esm/semcore/d3-chart/src/component/ChartLegend/BaseLegend.mjs +80 -0
  343. package/d3-chart/lib/esm/semcore/d3-chart/src/component/ChartLegend/LegendFlex/LegendFlex.mjs +77 -0
  344. package/d3-chart/lib/esm/semcore/d3-chart/src/component/ChartLegend/LegendItem/LegendItem.mjs +203 -0
  345. package/d3-chart/lib/esm/semcore/d3-chart/src/component/ChartLegend/LegendItem/LegendItem.type.mjs +4 -0
  346. package/d3-chart/lib/esm/semcore/d3-chart/src/component/ChartLegend/LegendTable/LegendTable.mjs +79 -0
  347. package/d3-chart/lib/esm/semcore/d3-chart/src/component/ChartLegend/index.mjs +5 -0
  348. package/d3-chart/lib/esm/semcore/d3-chart/src/component/Cigarette/Cigarette.mjs +96 -0
  349. package/d3-chart/lib/esm/semcore/d3-chart/src/component/StackGroupBar/StackGroupBar.mjs +104 -0
  350. package/d3-chart/lib/esm/semcore/d3-chart/src/createElement.mjs +85 -0
  351. package/d3-chart/lib/esm/semcore/d3-chart/src/index.mjs +70 -0
  352. package/d3-chart/lib/esm/semcore/d3-chart/src/translations/__intergalactic-dynamic-locales.mjs +31 -0
  353. package/d3-chart/lib/esm/semcore/d3-chart/src/translations/en.json.mjs +10 -0
  354. package/d3-chart/lib/esm/semcore/d3-chart/src/translations/es.json.mjs +9 -0
  355. package/d3-chart/lib/esm/semcore/d3-chart/src/translations/fr.json.mjs +9 -0
  356. package/d3-chart/lib/esm/semcore/d3-chart/src/translations/it.json.mjs +9 -0
  357. package/d3-chart/lib/esm/semcore/d3-chart/src/translations/ja.json.mjs +9 -0
  358. package/d3-chart/lib/esm/semcore/d3-chart/src/translations/ko.json.mjs +9 -0
  359. package/d3-chart/lib/esm/semcore/d3-chart/src/translations/nl.json.mjs +9 -0
  360. package/d3-chart/lib/esm/semcore/d3-chart/src/translations/pl.json.mjs +9 -0
  361. package/d3-chart/lib/esm/semcore/d3-chart/src/translations/pt.json.mjs +9 -0
  362. package/d3-chart/lib/esm/semcore/d3-chart/src/translations/sv.json.mjs +9 -0
  363. package/d3-chart/lib/esm/semcore/d3-chart/src/translations/tr.json.mjs +9 -0
  364. package/d3-chart/lib/esm/semcore/d3-chart/src/translations/vi.json.mjs +9 -0
  365. package/d3-chart/lib/esm/semcore/d3-chart/src/translations/zh.json.mjs +9 -0
  366. package/d3-chart/lib/esm/semcore/d3-chart/src/utils.mjs +156 -0
  367. package/d3-chart/package.json +1 -1
  368. package/data-table/lib/cjs/Body.js +3 -3
  369. package/data-table/lib/cjs/DataTable.js +36 -36
  370. package/data-table/lib/es6/Body.js +3 -3
  371. package/data-table/lib/es6/DataTable.js +36 -36
  372. package/data-table/lib/esm/Body.mjs +320 -0
  373. package/data-table/lib/esm/DataTable.mjs +442 -0
  374. package/data-table/lib/esm/Head.mjs +257 -0
  375. package/data-table/lib/esm/index.mjs +8 -0
  376. package/data-table/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
  377. package/data-table/lib/esm/translations/de.json.mjs +7 -0
  378. package/data-table/lib/esm/translations/en.json.mjs +7 -0
  379. package/data-table/lib/esm/translations/es.json.mjs +7 -0
  380. package/data-table/lib/esm/translations/fr.json.mjs +7 -0
  381. package/data-table/lib/esm/translations/it.json.mjs +7 -0
  382. package/data-table/lib/esm/translations/ja.json.mjs +7 -0
  383. package/data-table/lib/esm/translations/ko.json.mjs +7 -0
  384. package/data-table/lib/esm/translations/nl.json.mjs +7 -0
  385. package/data-table/lib/esm/translations/pl.json.mjs +7 -0
  386. package/data-table/lib/esm/translations/pt.json.mjs +7 -0
  387. package/data-table/lib/esm/translations/sv.json.mjs +7 -0
  388. package/data-table/lib/esm/translations/tr.json.mjs +7 -0
  389. package/data-table/lib/esm/translations/vi.json.mjs +7 -0
  390. package/data-table/lib/esm/translations/zh.json.mjs +7 -0
  391. package/data-table/lib/esm/utils.mjs +37 -0
  392. package/data-table/package.json +1 -1
  393. package/date-picker/index.d.ts +8 -3
  394. package/date-picker/lib/cjs/components/Calendar.js +21 -21
  395. package/date-picker/lib/cjs/components/DateRangeComparatorAbstract.js +29 -29
  396. package/date-picker/lib/cjs/components/InputTrigger.js +29 -29
  397. package/date-picker/lib/cjs/components/PickerAbstract.js +29 -29
  398. package/date-picker/lib/cjs/components/RangePickerAbstract.js +29 -29
  399. package/date-picker/lib/cjs/index.d.js.map +1 -1
  400. package/date-picker/lib/es6/components/Calendar.js +21 -21
  401. package/date-picker/lib/es6/components/DateRangeComparatorAbstract.js +29 -29
  402. package/date-picker/lib/es6/components/InputTrigger.js +29 -29
  403. package/date-picker/lib/es6/components/PickerAbstract.js +29 -29
  404. package/date-picker/lib/es6/components/RangePickerAbstract.js +29 -29
  405. package/date-picker/lib/es6/index.d.js.map +1 -1
  406. package/date-picker/lib/esm/_virtual/_commonjsHelpers.mjs +8 -0
  407. package/date-picker/lib/esm/_virtual/isBetween.mjs +4 -0
  408. package/date-picker/lib/esm/semcore/date-picker/src/DatePicker.mjs +147 -0
  409. package/date-picker/lib/esm/semcore/date-picker/src/DateRangeComparator.mjs +213 -0
  410. package/date-picker/lib/esm/semcore/date-picker/src/DateRangePicker.mjs +111 -0
  411. package/date-picker/lib/esm/semcore/date-picker/src/MonthDateRangeComparator.mjs +249 -0
  412. package/date-picker/lib/esm/semcore/date-picker/src/MonthPicker.mjs +99 -0
  413. package/date-picker/lib/esm/semcore/date-picker/src/MonthRangePicker.mjs +122 -0
  414. package/date-picker/lib/esm/semcore/date-picker/src/components/ButtonTrigger.mjs +19 -0
  415. package/date-picker/lib/esm/semcore/date-picker/src/components/Calendar.mjs +407 -0
  416. package/date-picker/lib/esm/semcore/date-picker/src/components/DateRangeComparatorAbstract.mjs +500 -0
  417. package/date-picker/lib/esm/semcore/date-picker/src/components/InputTrigger.mjs +650 -0
  418. package/date-picker/lib/esm/semcore/date-picker/src/components/PickerAbstract.mjs +231 -0
  419. package/date-picker/lib/esm/semcore/date-picker/src/components/RangePickerAbstract.mjs +352 -0
  420. package/date-picker/lib/esm/semcore/date-picker/src/components/index.mjs +130 -0
  421. package/date-picker/lib/esm/semcore/date-picker/src/index.mjs +15 -0
  422. package/date-picker/lib/esm/semcore/date-picker/src/translations/__intergalactic-dynamic-locales.mjs +35 -0
  423. package/date-picker/lib/esm/semcore/date-picker/src/translations/de.json.mjs +62 -0
  424. package/date-picker/lib/esm/semcore/date-picker/src/translations/en.json.mjs +70 -0
  425. package/date-picker/lib/esm/semcore/date-picker/src/translations/es.json.mjs +62 -0
  426. package/date-picker/lib/esm/semcore/date-picker/src/translations/fr.json.mjs +62 -0
  427. package/date-picker/lib/esm/semcore/date-picker/src/translations/it.json.mjs +62 -0
  428. package/date-picker/lib/esm/semcore/date-picker/src/translations/ja.json.mjs +62 -0
  429. package/date-picker/lib/esm/semcore/date-picker/src/translations/ko.json.mjs +62 -0
  430. package/date-picker/lib/esm/semcore/date-picker/src/translations/nl.json.mjs +62 -0
  431. package/date-picker/lib/esm/semcore/date-picker/src/translations/pl.json.mjs +62 -0
  432. package/date-picker/lib/esm/semcore/date-picker/src/translations/pt.json.mjs +62 -0
  433. package/date-picker/lib/esm/semcore/date-picker/src/translations/ru.json.mjs +27 -0
  434. package/date-picker/lib/esm/semcore/date-picker/src/translations/sv.json.mjs +62 -0
  435. package/date-picker/lib/esm/semcore/date-picker/src/translations/tr.json.mjs +62 -0
  436. package/date-picker/lib/esm/semcore/date-picker/src/translations/vi.json.mjs +62 -0
  437. package/date-picker/lib/esm/semcore/date-picker/src/translations/zh.json.mjs +62 -0
  438. package/date-picker/lib/esm/semcore/date-picker/src/utils/cronTabScheduler.mjs +84 -0
  439. package/date-picker/lib/esm/semcore/date-picker/src/utils/datesIntersects.mjs +16 -0
  440. package/date-picker/lib/esm/semcore/date-picker/src/utils/formatDate.mjs +21 -0
  441. package/date-picker/lib/esm/semcore/date-picker/src/utils/includesDate.mjs +14 -0
  442. package/date-picker/lib/esm/semcore/date-picker/src/utils/shortDateRangeFormat.mjs +38 -0
  443. package/date-picker/lib/types/index.d.ts +8 -3
  444. package/date-picker/package.json +1 -1
  445. package/divider/lib/cjs/Divider.js +10 -10
  446. package/divider/lib/es6/Divider.js +10 -10
  447. package/divider/lib/esm/Divider.mjs +57 -0
  448. package/divider/lib/esm/index.mjs +4 -0
  449. package/divider/package.json +1 -1
  450. package/dot/lib/cjs/Dot.js +10 -10
  451. package/dot/lib/es6/Dot.js +10 -10
  452. package/dot/lib/esm/Dot.mjs +93 -0
  453. package/dot/lib/esm/index.mjs +4 -0
  454. package/dot/package.json +1 -1
  455. package/drag-and-drop/lib/cjs/DragAndDrop.js +17 -17
  456. package/drag-and-drop/lib/es6/DragAndDrop.js +17 -17
  457. package/drag-and-drop/lib/esm/DragAndDrop.mjs +490 -0
  458. package/drag-and-drop/lib/esm/index.mjs +4 -0
  459. package/drag-and-drop/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
  460. package/drag-and-drop/lib/esm/translations/de.json.mjs +25 -0
  461. package/drag-and-drop/lib/esm/translations/en.json.mjs +25 -0
  462. package/drag-and-drop/lib/esm/translations/es.json.mjs +25 -0
  463. package/drag-and-drop/lib/esm/translations/fr.json.mjs +25 -0
  464. package/drag-and-drop/lib/esm/translations/it.json.mjs +25 -0
  465. package/drag-and-drop/lib/esm/translations/ja.json.mjs +25 -0
  466. package/drag-and-drop/lib/esm/translations/ko.json.mjs +25 -0
  467. package/drag-and-drop/lib/esm/translations/nl.json.mjs +25 -0
  468. package/drag-and-drop/lib/esm/translations/pl.json.mjs +25 -0
  469. package/drag-and-drop/lib/esm/translations/pt.json.mjs +25 -0
  470. package/drag-and-drop/lib/esm/translations/sv.json.mjs +25 -0
  471. package/drag-and-drop/lib/esm/translations/tr.json.mjs +25 -0
  472. package/drag-and-drop/lib/esm/translations/vi.json.mjs +25 -0
  473. package/drag-and-drop/lib/esm/translations/zh.json.mjs +25 -0
  474. package/drag-and-drop/package.json +1 -1
  475. package/dropdown/lib/cjs/Dropdown.js +16 -16
  476. package/dropdown/lib/es6/Dropdown.js +16 -16
  477. package/dropdown/lib/esm/AbstractDropdown.mjs +253 -0
  478. package/dropdown/lib/esm/Dropdown.mjs +179 -0
  479. package/dropdown/lib/esm/DropdownItem.mjs +11 -0
  480. package/dropdown/lib/esm/index.mjs +8 -0
  481. package/dropdown/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
  482. package/dropdown/lib/esm/translations/de.json.mjs +7 -0
  483. package/dropdown/lib/esm/translations/en.json.mjs +7 -0
  484. package/dropdown/lib/esm/translations/es.json.mjs +7 -0
  485. package/dropdown/lib/esm/translations/fr.json.mjs +7 -0
  486. package/dropdown/lib/esm/translations/it.json.mjs +7 -0
  487. package/dropdown/lib/esm/translations/ja.json.mjs +7 -0
  488. package/dropdown/lib/esm/translations/ko.json.mjs +7 -0
  489. package/dropdown/lib/esm/translations/nl.json.mjs +7 -0
  490. package/dropdown/lib/esm/translations/pl.json.mjs +7 -0
  491. package/dropdown/lib/esm/translations/pt.json.mjs +7 -0
  492. package/dropdown/lib/esm/translations/sv.json.mjs +7 -0
  493. package/dropdown/lib/esm/translations/tr.json.mjs +7 -0
  494. package/dropdown/lib/esm/translations/vi.json.mjs +7 -0
  495. package/dropdown/lib/esm/translations/zh.json.mjs +7 -0
  496. package/dropdown/package.json +1 -1
  497. package/dropdown-menu/lib/cjs/DropdownMenu.js +18 -18
  498. package/dropdown-menu/lib/es6/DropdownMenu.js +18 -18
  499. package/dropdown-menu/lib/esm/DropdownMenu.mjs +386 -0
  500. package/dropdown-menu/lib/esm/index.mjs +4 -0
  501. package/dropdown-menu/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
  502. package/dropdown-menu/lib/esm/translations/de.json.mjs +7 -0
  503. package/dropdown-menu/lib/esm/translations/en.json.mjs +4 -0
  504. package/dropdown-menu/lib/esm/translations/es.json.mjs +7 -0
  505. package/dropdown-menu/lib/esm/translations/fr.json.mjs +7 -0
  506. package/dropdown-menu/lib/esm/translations/it.json.mjs +7 -0
  507. package/dropdown-menu/lib/esm/translations/ja.json.mjs +7 -0
  508. package/dropdown-menu/lib/esm/translations/ko.json.mjs +7 -0
  509. package/dropdown-menu/lib/esm/translations/nl.json.mjs +7 -0
  510. package/dropdown-menu/lib/esm/translations/pl.json.mjs +7 -0
  511. package/dropdown-menu/lib/esm/translations/pt.json.mjs +7 -0
  512. package/dropdown-menu/lib/esm/translations/sv.json.mjs +7 -0
  513. package/dropdown-menu/lib/esm/translations/tr.json.mjs +7 -0
  514. package/dropdown-menu/lib/esm/translations/vi.json.mjs +7 -0
  515. package/dropdown-menu/lib/esm/translations/zh.json.mjs +7 -0
  516. package/dropdown-menu/package.json +1 -1
  517. package/ellipsis/lib/cjs/Ellipsis.js +10 -10
  518. package/ellipsis/lib/es6/Ellipsis.js +10 -10
  519. package/ellipsis/lib/esm/Ellipsis.mjs +204 -0
  520. package/ellipsis/lib/esm/index.mjs +6 -0
  521. package/ellipsis/lib/esm/useResizeObserver.mjs +24 -0
  522. package/ellipsis/package.json +1 -1
  523. package/errors/lib/cjs/Error.js +9 -9
  524. package/errors/lib/es6/Error.js +9 -9
  525. package/errors/lib/esm/AccessDenied/index.mjs +49 -0
  526. package/errors/lib/esm/AccessDenied/translations/__intergalactic-dynamic-locales.mjs +35 -0
  527. package/errors/lib/esm/AccessDenied/translations/de.json.mjs +11 -0
  528. package/errors/lib/esm/AccessDenied/translations/en.json.mjs +11 -0
  529. package/errors/lib/esm/AccessDenied/translations/es.json.mjs +11 -0
  530. package/errors/lib/esm/AccessDenied/translations/fr.json.mjs +11 -0
  531. package/errors/lib/esm/AccessDenied/translations/it.json.mjs +11 -0
  532. package/errors/lib/esm/AccessDenied/translations/ja.json.mjs +11 -0
  533. package/errors/lib/esm/AccessDenied/translations/ko.json.mjs +11 -0
  534. package/errors/lib/esm/AccessDenied/translations/nl.json.mjs +11 -0
  535. package/errors/lib/esm/AccessDenied/translations/pl.json.mjs +11 -0
  536. package/errors/lib/esm/AccessDenied/translations/pt.json.mjs +11 -0
  537. package/errors/lib/esm/AccessDenied/translations/ru.json.mjs +12 -0
  538. package/errors/lib/esm/AccessDenied/translations/sv.json.mjs +11 -0
  539. package/errors/lib/esm/AccessDenied/translations/tr.json.mjs +11 -0
  540. package/errors/lib/esm/AccessDenied/translations/vi.json.mjs +11 -0
  541. package/errors/lib/esm/AccessDenied/translations/zh.json.mjs +11 -0
  542. package/errors/lib/esm/Error.mjs +74 -0
  543. package/errors/lib/esm/Maintenance/index.mjs +47 -0
  544. package/errors/lib/esm/Maintenance/translations/__intergalactic-dynamic-locales.mjs +35 -0
  545. package/errors/lib/esm/Maintenance/translations/de.json.mjs +11 -0
  546. package/errors/lib/esm/Maintenance/translations/en.json.mjs +11 -0
  547. package/errors/lib/esm/Maintenance/translations/es.json.mjs +11 -0
  548. package/errors/lib/esm/Maintenance/translations/fr.json.mjs +11 -0
  549. package/errors/lib/esm/Maintenance/translations/it.json.mjs +11 -0
  550. package/errors/lib/esm/Maintenance/translations/ja.json.mjs +11 -0
  551. package/errors/lib/esm/Maintenance/translations/ko.json.mjs +11 -0
  552. package/errors/lib/esm/Maintenance/translations/nl.json.mjs +11 -0
  553. package/errors/lib/esm/Maintenance/translations/pl.json.mjs +11 -0
  554. package/errors/lib/esm/Maintenance/translations/pt.json.mjs +11 -0
  555. package/errors/lib/esm/Maintenance/translations/ru.json.mjs +11 -0
  556. package/errors/lib/esm/Maintenance/translations/sv.json.mjs +11 -0
  557. package/errors/lib/esm/Maintenance/translations/tr.json.mjs +11 -0
  558. package/errors/lib/esm/Maintenance/translations/vi.json.mjs +11 -0
  559. package/errors/lib/esm/Maintenance/translations/zh.json.mjs +11 -0
  560. package/errors/lib/esm/PageError/index.mjs +54 -0
  561. package/errors/lib/esm/PageError/translations/__intergalactic-dynamic-locales.mjs +35 -0
  562. package/errors/lib/esm/PageError/translations/de.json.mjs +11 -0
  563. package/errors/lib/esm/PageError/translations/en.json.mjs +11 -0
  564. package/errors/lib/esm/PageError/translations/es.json.mjs +11 -0
  565. package/errors/lib/esm/PageError/translations/fr.json.mjs +11 -0
  566. package/errors/lib/esm/PageError/translations/it.json.mjs +11 -0
  567. package/errors/lib/esm/PageError/translations/ja.json.mjs +11 -0
  568. package/errors/lib/esm/PageError/translations/ko.json.mjs +11 -0
  569. package/errors/lib/esm/PageError/translations/nl.json.mjs +11 -0
  570. package/errors/lib/esm/PageError/translations/pl.json.mjs +11 -0
  571. package/errors/lib/esm/PageError/translations/pt.json.mjs +11 -0
  572. package/errors/lib/esm/PageError/translations/ru.json.mjs +11 -0
  573. package/errors/lib/esm/PageError/translations/sv.json.mjs +11 -0
  574. package/errors/lib/esm/PageError/translations/tr.json.mjs +11 -0
  575. package/errors/lib/esm/PageError/translations/vi.json.mjs +11 -0
  576. package/errors/lib/esm/PageError/translations/zh.json.mjs +11 -0
  577. package/errors/lib/esm/PageNotFound/index.mjs +47 -0
  578. package/errors/lib/esm/PageNotFound/translations/__intergalactic-dynamic-locales.mjs +35 -0
  579. package/errors/lib/esm/PageNotFound/translations/de.json.mjs +11 -0
  580. package/errors/lib/esm/PageNotFound/translations/en.json.mjs +11 -0
  581. package/errors/lib/esm/PageNotFound/translations/es.json.mjs +11 -0
  582. package/errors/lib/esm/PageNotFound/translations/fr.json.mjs +11 -0
  583. package/errors/lib/esm/PageNotFound/translations/it.json.mjs +11 -0
  584. package/errors/lib/esm/PageNotFound/translations/ja.json.mjs +11 -0
  585. package/errors/lib/esm/PageNotFound/translations/ko.json.mjs +11 -0
  586. package/errors/lib/esm/PageNotFound/translations/nl.json.mjs +11 -0
  587. package/errors/lib/esm/PageNotFound/translations/pl.json.mjs +11 -0
  588. package/errors/lib/esm/PageNotFound/translations/pt.json.mjs +11 -0
  589. package/errors/lib/esm/PageNotFound/translations/ru.json.mjs +11 -0
  590. package/errors/lib/esm/PageNotFound/translations/sv.json.mjs +11 -0
  591. package/errors/lib/esm/PageNotFound/translations/tr.json.mjs +11 -0
  592. package/errors/lib/esm/PageNotFound/translations/vi.json.mjs +11 -0
  593. package/errors/lib/esm/PageNotFound/translations/zh.json.mjs +11 -0
  594. package/errors/lib/esm/ProjectNotFound/index.mjs +63 -0
  595. package/errors/lib/esm/ProjectNotFound/translations/__intergalactic-dynamic-locales.mjs +35 -0
  596. package/errors/lib/esm/ProjectNotFound/translations/de.json.mjs +13 -0
  597. package/errors/lib/esm/ProjectNotFound/translations/en.json.mjs +13 -0
  598. package/errors/lib/esm/ProjectNotFound/translations/es.json.mjs +13 -0
  599. package/errors/lib/esm/ProjectNotFound/translations/fr.json.mjs +13 -0
  600. package/errors/lib/esm/ProjectNotFound/translations/it.json.mjs +13 -0
  601. package/errors/lib/esm/ProjectNotFound/translations/ja.json.mjs +13 -0
  602. package/errors/lib/esm/ProjectNotFound/translations/ko.json.mjs +13 -0
  603. package/errors/lib/esm/ProjectNotFound/translations/nl.json.mjs +13 -0
  604. package/errors/lib/esm/ProjectNotFound/translations/pl.json.mjs +13 -0
  605. package/errors/lib/esm/ProjectNotFound/translations/pt.json.mjs +13 -0
  606. package/errors/lib/esm/ProjectNotFound/translations/ru.json.mjs +14 -0
  607. package/errors/lib/esm/ProjectNotFound/translations/sv.json.mjs +13 -0
  608. package/errors/lib/esm/ProjectNotFound/translations/tr.json.mjs +13 -0
  609. package/errors/lib/esm/ProjectNotFound/translations/vi.json.mjs +13 -0
  610. package/errors/lib/esm/ProjectNotFound/translations/zh.json.mjs +13 -0
  611. package/errors/lib/esm/index.mjs +15 -0
  612. package/errors/package.json +1 -1
  613. package/feature-popover/lib/cjs/FeaturePopover.js +11 -11
  614. package/feature-popover/lib/es6/FeaturePopover.js +11 -11
  615. package/feature-popover/lib/esm/FeaturePopover.mjs +178 -0
  616. package/feature-popover/lib/esm/index.mjs +4 -0
  617. package/feature-popover/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
  618. package/feature-popover/lib/esm/translations/de.json.mjs +7 -0
  619. package/feature-popover/lib/esm/translations/en.json.mjs +7 -0
  620. package/feature-popover/lib/esm/translations/es.json.mjs +7 -0
  621. package/feature-popover/lib/esm/translations/fr.json.mjs +7 -0
  622. package/feature-popover/lib/esm/translations/it.json.mjs +7 -0
  623. package/feature-popover/lib/esm/translations/ja.json.mjs +7 -0
  624. package/feature-popover/lib/esm/translations/ko.json.mjs +7 -0
  625. package/feature-popover/lib/esm/translations/nl.json.mjs +7 -0
  626. package/feature-popover/lib/esm/translations/pl.json.mjs +7 -0
  627. package/feature-popover/lib/esm/translations/pt.json.mjs +7 -0
  628. package/feature-popover/lib/esm/translations/sv.json.mjs +7 -0
  629. package/feature-popover/lib/esm/translations/tr.json.mjs +7 -0
  630. package/feature-popover/lib/esm/translations/vi.json.mjs +7 -0
  631. package/feature-popover/lib/esm/translations/zh.json.mjs +7 -0
  632. package/feature-popover/package.json +1 -1
  633. package/feedback-form/lib/cjs/FeedbackForm.js +7 -7
  634. package/feedback-form/lib/cjs/component/checkbox-button/CheckboxButton.js +3 -3
  635. package/feedback-form/lib/cjs/component/feedback-rating/FeedbackRating.js +2 -2
  636. package/feedback-form/lib/cjs/component/slider-rating/SliderRating.js +7 -7
  637. package/feedback-form/lib/es6/FeedbackForm.js +7 -7
  638. package/feedback-form/lib/es6/component/checkbox-button/CheckboxButton.js +3 -3
  639. package/feedback-form/lib/es6/component/feedback-rating/FeedbackRating.js +2 -2
  640. package/feedback-form/lib/es6/component/slider-rating/SliderRating.js +7 -7
  641. package/feedback-form/lib/esm/FeedbackForm.mjs +137 -0
  642. package/feedback-form/lib/esm/component/checkbox-button/CheckboxButton.mjs +50 -0
  643. package/feedback-form/lib/esm/component/feedback-item/FeedbackItem.mjs +45 -0
  644. package/feedback-form/lib/esm/component/feedback-rating/FeedbackRating.mjs +310 -0
  645. package/feedback-form/lib/esm/component/slider-rating/SliderRating.mjs +173 -0
  646. package/feedback-form/lib/esm/component/submit-button/SubmitButton.mjs +15 -0
  647. package/feedback-form/lib/esm/index.mjs +6 -0
  648. package/feedback-form/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
  649. package/feedback-form/lib/esm/translations/de.json.mjs +21 -0
  650. package/feedback-form/lib/esm/translations/en.json.mjs +21 -0
  651. package/feedback-form/lib/esm/translations/es.json.mjs +21 -0
  652. package/feedback-form/lib/esm/translations/fr.json.mjs +21 -0
  653. package/feedback-form/lib/esm/translations/it.json.mjs +21 -0
  654. package/feedback-form/lib/esm/translations/ja.json.mjs +21 -0
  655. package/feedback-form/lib/esm/translations/ko.json.mjs +21 -0
  656. package/feedback-form/lib/esm/translations/nl.json.mjs +21 -0
  657. package/feedback-form/lib/esm/translations/pl.json.mjs +21 -0
  658. package/feedback-form/lib/esm/translations/pt.json.mjs +21 -0
  659. package/feedback-form/lib/esm/translations/sv.json.mjs +21 -0
  660. package/feedback-form/lib/esm/translations/tr.json.mjs +21 -0
  661. package/feedback-form/lib/esm/translations/vi.json.mjs +21 -0
  662. package/feedback-form/lib/esm/translations/zh.json.mjs +21 -0
  663. package/feedback-form/package.json +1 -1
  664. package/flags/lib/cjs/Flags.js +3 -3
  665. package/flags/lib/es6/Flags.js +3 -3
  666. package/flags/lib/sprites/sprite@1x.css +256 -256
  667. package/flags/lib/sprites/sprite@2x.css +257 -257
  668. package/flags/package.json +1 -1
  669. package/flex-box/lib/cjs/Box/useBox.js +3 -3
  670. package/flex-box/lib/cjs/Flex/useFlex.js +3 -3
  671. package/flex-box/lib/cjs/invalid-state-box/InvalidStateBox.js +2 -2
  672. package/flex-box/lib/cjs/screen-reader-only-box/ScreenReaderOnlyBox.js +2 -2
  673. package/flex-box/lib/es6/Box/useBox.js +3 -3
  674. package/flex-box/lib/es6/Flex/useFlex.js +3 -3
  675. package/flex-box/lib/es6/invalid-state-box/InvalidStateBox.js +2 -2
  676. package/flex-box/lib/es6/screen-reader-only-box/ScreenReaderOnlyBox.js +2 -2
  677. package/flex-box/lib/esm/Box/useBox.mjs +12 -12
  678. package/flex-box/lib/esm/Flex/useFlex.mjs +16 -16
  679. package/flex-box/lib/esm/invalid-state-box/InvalidStateBox.mjs +8 -8
  680. package/flex-box/lib/esm/screen-reader-only-box/ScreenReaderOnlyBox.mjs +13 -13
  681. package/flex-box/package.json +1 -1
  682. package/format-text/lib/cjs/FormatText.js +5 -5
  683. package/format-text/lib/es6/FormatText.js +5 -5
  684. package/format-text/package.json +1 -1
  685. package/fullscreen-modal/lib/cjs/FullscreenModal.js +13 -13
  686. package/fullscreen-modal/lib/es6/FullscreenModal.js +13 -13
  687. package/fullscreen-modal/lib/esm/FullscreenModal.mjs +180 -0
  688. package/fullscreen-modal/lib/esm/index.mjs +4 -0
  689. package/fullscreen-modal/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
  690. package/fullscreen-modal/lib/esm/translations/de.json.mjs +9 -0
  691. package/fullscreen-modal/lib/esm/translations/en.json.mjs +9 -0
  692. package/fullscreen-modal/lib/esm/translations/es.json.mjs +9 -0
  693. package/fullscreen-modal/lib/esm/translations/fr.json.mjs +9 -0
  694. package/fullscreen-modal/lib/esm/translations/it.json.mjs +9 -0
  695. package/fullscreen-modal/lib/esm/translations/ja.json.mjs +9 -0
  696. package/fullscreen-modal/lib/esm/translations/ko.json.mjs +9 -0
  697. package/fullscreen-modal/lib/esm/translations/nl.json.mjs +9 -0
  698. package/fullscreen-modal/lib/esm/translations/pl.json.mjs +9 -0
  699. package/fullscreen-modal/lib/esm/translations/pt.json.mjs +9 -0
  700. package/fullscreen-modal/lib/esm/translations/sv.json.mjs +9 -0
  701. package/fullscreen-modal/lib/esm/translations/tr.json.mjs +9 -0
  702. package/fullscreen-modal/lib/esm/translations/vi.json.mjs +9 -0
  703. package/fullscreen-modal/lib/esm/translations/zh.json.mjs +9 -0
  704. package/fullscreen-modal/package.json +1 -1
  705. package/grid/lib/cjs/Grid.js +114 -114
  706. package/grid/lib/es6/Grid.js +114 -114
  707. package/grid/lib/esm/Grid.mjs +192 -0
  708. package/grid/lib/esm/index.mjs +6 -0
  709. package/grid/package.json +1 -1
  710. package/i18n-unplugin/package.json +1 -1
  711. package/icon/color/Confluence/l/index.js +4 -4
  712. package/icon/color/Confluence/l/index.mjs +4 -4
  713. package/icon/color/Confluence/m/index.js +4 -4
  714. package/icon/color/Confluence/m/index.mjs +4 -4
  715. package/icon/color/MetaColored/l/index.js +4 -4
  716. package/icon/color/MetaColored/l/index.mjs +4 -4
  717. package/icon/color/MetaColored/m/index.js +4 -4
  718. package/icon/color/MetaColored/m/index.mjs +4 -4
  719. package/icon/color/MicrosoftOffice/l/index.js +10 -10
  720. package/icon/color/MicrosoftOffice/l/index.mjs +10 -10
  721. package/icon/color/MicrosoftOffice/m/index.js +10 -10
  722. package/icon/color/MicrosoftOffice/m/index.mjs +10 -10
  723. package/icon/lib/cjs/Icon.js +5 -5
  724. package/icon/lib/es6/Icon.js +5 -5
  725. package/icon/lib/esm/Icon.mjs +27 -27
  726. package/icon/package.json +1 -1
  727. package/icon/pay/Discover/l/index.js +1 -1
  728. package/icon/pay/Discover/l/index.mjs +1 -1
  729. package/icon/pay/Discover/m/index.js +1 -1
  730. package/icon/pay/Discover/m/index.mjs +1 -1
  731. package/icon/pay/JCB/l/index.js +10 -10
  732. package/icon/pay/JCB/l/index.mjs +10 -10
  733. package/icon/pay/JCB/m/index.js +10 -10
  734. package/icon/pay/JCB/m/index.mjs +10 -10
  735. package/icon/pay/Visa/l/index.js +2 -2
  736. package/icon/pay/Visa/l/index.mjs +2 -2
  737. package/icon/pay/Visa/m/index.js +2 -2
  738. package/icon/pay/Visa/m/index.mjs +2 -2
  739. package/icon/platform/AdsToolkit/index.d.ts +6 -0
  740. package/icon/platform/AdsToolkit/index.js +42 -0
  741. package/icon/platform/AdsToolkit/index.mjs +31 -0
  742. package/icon/platform/AdsToolkit/index.mjs.d.ts +6 -0
  743. package/icon/platform/AppCenter/index.d.ts +6 -0
  744. package/icon/platform/AppCenter/index.js +41 -0
  745. package/icon/platform/AppCenter/index.mjs +30 -0
  746. package/icon/platform/AppCenter/index.mjs.d.ts +6 -0
  747. package/icon/platform/ContentToolkit/index.d.ts +6 -0
  748. package/icon/platform/ContentToolkit/index.js +36 -0
  749. package/icon/platform/ContentToolkit/index.mjs +25 -0
  750. package/icon/platform/ContentToolkit/index.mjs.d.ts +6 -0
  751. package/icon/platform/HomePlatform/index.d.ts +6 -0
  752. package/icon/platform/HomePlatform/index.js +39 -0
  753. package/icon/platform/HomePlatform/index.mjs +28 -0
  754. package/icon/platform/HomePlatform/index.mjs.d.ts +6 -0
  755. package/icon/platform/LocalToolkit/index.d.ts +6 -0
  756. package/icon/platform/LocalToolkit/index.js +38 -0
  757. package/icon/platform/LocalToolkit/index.mjs +27 -0
  758. package/icon/platform/LocalToolkit/index.mjs.d.ts +6 -0
  759. package/icon/platform/ReportsToolkit/index.d.ts +6 -0
  760. package/icon/platform/ReportsToolkit/index.js +41 -0
  761. package/icon/platform/ReportsToolkit/index.mjs +30 -0
  762. package/icon/platform/ReportsToolkit/index.mjs.d.ts +6 -0
  763. package/icon/platform/SEOToolkit/index.d.ts +6 -0
  764. package/icon/platform/SEOToolkit/index.js +41 -0
  765. package/icon/platform/SEOToolkit/index.mjs +30 -0
  766. package/icon/platform/SEOToolkit/index.mjs.d.ts +6 -0
  767. package/icon/platform/SocialToolkit/index.d.ts +6 -0
  768. package/icon/platform/SocialToolkit/index.js +38 -0
  769. package/icon/platform/SocialToolkit/index.mjs +27 -0
  770. package/icon/platform/SocialToolkit/index.mjs.d.ts +6 -0
  771. package/icon/platform/TrafficMarketToolkit/index.d.ts +6 -0
  772. package/icon/platform/TrafficMarketToolkit/index.js +36 -0
  773. package/icon/platform/TrafficMarketToolkit/index.mjs +25 -0
  774. package/icon/platform/TrafficMarketToolkit/index.mjs.d.ts +6 -0
  775. package/illustration/lib/cjs/index.js +1 -1
  776. package/illustration/lib/es6/index.js +1 -1
  777. package/illustration/package.json +1 -1
  778. package/inline-edit/lib/cjs/InlineEdit.js +4 -4
  779. package/inline-edit/lib/es6/InlineEdit.js +4 -4
  780. package/inline-edit/lib/esm/InlineEdit.mjs +140 -0
  781. package/inline-edit/lib/esm/index.mjs +4 -0
  782. package/inline-edit/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
  783. package/inline-edit/lib/esm/translations/de.json.mjs +7 -0
  784. package/inline-edit/lib/esm/translations/en.json.mjs +7 -0
  785. package/inline-edit/lib/esm/translations/es.json.mjs +7 -0
  786. package/inline-edit/lib/esm/translations/fr.json.mjs +7 -0
  787. package/inline-edit/lib/esm/translations/it.json.mjs +7 -0
  788. package/inline-edit/lib/esm/translations/ja.json.mjs +7 -0
  789. package/inline-edit/lib/esm/translations/ko.json.mjs +7 -0
  790. package/inline-edit/lib/esm/translations/nl.json.mjs +7 -0
  791. package/inline-edit/lib/esm/translations/pl.json.mjs +7 -0
  792. package/inline-edit/lib/esm/translations/pt.json.mjs +7 -0
  793. package/inline-edit/lib/esm/translations/sv.json.mjs +7 -0
  794. package/inline-edit/lib/esm/translations/tr.json.mjs +7 -0
  795. package/inline-edit/lib/esm/translations/vi.json.mjs +7 -0
  796. package/inline-edit/lib/esm/translations/zh.json.mjs +7 -0
  797. package/inline-edit/package.json +1 -1
  798. package/inline-input/lib/cjs/InlineInput.js +14 -14
  799. package/inline-input/lib/es6/InlineInput.js +14 -14
  800. package/inline-input/lib/esm/InlineInput.mjs +305 -0
  801. package/inline-input/lib/esm/index.mjs +4 -0
  802. package/inline-input/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
  803. package/inline-input/lib/esm/translations/de.json.mjs +9 -0
  804. package/inline-input/lib/esm/translations/en.json.mjs +9 -0
  805. package/inline-input/lib/esm/translations/es.json.mjs +9 -0
  806. package/inline-input/lib/esm/translations/fr.json.mjs +9 -0
  807. package/inline-input/lib/esm/translations/it.json.mjs +9 -0
  808. package/inline-input/lib/esm/translations/ja.json.mjs +9 -0
  809. package/inline-input/lib/esm/translations/ko.json.mjs +9 -0
  810. package/inline-input/lib/esm/translations/nl.json.mjs +9 -0
  811. package/inline-input/lib/esm/translations/pl.json.mjs +9 -0
  812. package/inline-input/lib/esm/translations/pt.json.mjs +9 -0
  813. package/inline-input/lib/esm/translations/sv.json.mjs +9 -0
  814. package/inline-input/lib/esm/translations/tr.json.mjs +9 -0
  815. package/inline-input/lib/esm/translations/vi.json.mjs +9 -0
  816. package/inline-input/lib/esm/translations/zh.json.mjs +9 -0
  817. package/inline-input/package.json +1 -1
  818. package/input/lib/cjs/Input.js +17 -17
  819. package/input/lib/es6/Input.js +17 -17
  820. package/input/lib/esm/Input.mjs +185 -0
  821. package/input/lib/esm/index.mjs +4 -0
  822. package/input/package.json +1 -1
  823. package/input-mask/lib/cjs/InputMask.js +6 -15
  824. package/input-mask/lib/cjs/InputMask.js.map +1 -1
  825. package/input-mask/lib/es6/InputMask.js +6 -15
  826. package/input-mask/lib/es6/InputMask.js.map +1 -1
  827. package/input-mask/lib/esm/InputMask.mjs +257 -0
  828. package/input-mask/lib/esm/index.mjs +5 -0
  829. package/input-mask/package.json +1 -1
  830. package/input-number/index.d.ts +4 -1
  831. package/input-number/lib/cjs/InputNumber.js +9 -9
  832. package/input-number/lib/cjs/index.d.js.map +1 -1
  833. package/input-number/lib/es6/InputNumber.js +9 -9
  834. package/input-number/lib/es6/index.d.js.map +1 -1
  835. package/input-number/lib/esm/InputNumber.mjs +322 -0
  836. package/input-number/lib/esm/buttons.mjs +24 -0
  837. package/input-number/lib/esm/index.mjs +8 -0
  838. package/input-number/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
  839. package/input-number/lib/esm/translations/de.json.mjs +9 -0
  840. package/input-number/lib/esm/translations/en.json.mjs +9 -0
  841. package/input-number/lib/esm/translations/es.json.mjs +9 -0
  842. package/input-number/lib/esm/translations/fr.json.mjs +9 -0
  843. package/input-number/lib/esm/translations/it.json.mjs +9 -0
  844. package/input-number/lib/esm/translations/ja.json.mjs +9 -0
  845. package/input-number/lib/esm/translations/ko.json.mjs +9 -0
  846. package/input-number/lib/esm/translations/nl.json.mjs +9 -0
  847. package/input-number/lib/esm/translations/pl.json.mjs +9 -0
  848. package/input-number/lib/esm/translations/pt.json.mjs +9 -0
  849. package/input-number/lib/esm/translations/sv.json.mjs +9 -0
  850. package/input-number/lib/esm/translations/tr.json.mjs +9 -0
  851. package/input-number/lib/esm/translations/vi.json.mjs +9 -0
  852. package/input-number/lib/esm/translations/zh.json.mjs +9 -0
  853. package/input-number/lib/types/index.d.ts +4 -1
  854. package/input-number/package.json +1 -1
  855. package/input-tags/lib/cjs/InputTags.js +12 -12
  856. package/input-tags/lib/es6/InputTags.js +12 -12
  857. package/input-tags/lib/esm/InputTags.mjs +296 -0
  858. package/input-tags/lib/esm/index.mjs +4 -0
  859. package/input-tags/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
  860. package/input-tags/lib/esm/translations/de.json.mjs +7 -0
  861. package/input-tags/lib/esm/translations/en.json.mjs +7 -0
  862. package/input-tags/lib/esm/translations/es.json.mjs +7 -0
  863. package/input-tags/lib/esm/translations/fr.json.mjs +7 -0
  864. package/input-tags/lib/esm/translations/it.json.mjs +7 -0
  865. package/input-tags/lib/esm/translations/ja.json.mjs +7 -0
  866. package/input-tags/lib/esm/translations/ko.json.mjs +7 -0
  867. package/input-tags/lib/esm/translations/nl.json.mjs +7 -0
  868. package/input-tags/lib/esm/translations/pl.json.mjs +7 -0
  869. package/input-tags/lib/esm/translations/pt.json.mjs +7 -0
  870. package/input-tags/lib/esm/translations/sv.json.mjs +7 -0
  871. package/input-tags/lib/esm/translations/tr.json.mjs +7 -0
  872. package/input-tags/lib/esm/translations/vi.json.mjs +7 -0
  873. package/input-tags/lib/esm/translations/zh.json.mjs +7 -0
  874. package/input-tags/package.json +1 -1
  875. package/link/lib/cjs/Link.js +12 -12
  876. package/link/lib/es6/Link.js +12 -12
  877. package/link/lib/esm/Link.mjs +136 -0
  878. package/link/lib/esm/index.mjs +4 -0
  879. package/link/package.json +1 -1
  880. package/mini-chart/lib/cjs/component/score/Donut.js +9 -9
  881. package/mini-chart/lib/cjs/component/score/Line.js +18 -18
  882. package/mini-chart/lib/cjs/component/trend/Bar.js +7 -7
  883. package/mini-chart/lib/cjs/component/trend/Line.js +7 -7
  884. package/mini-chart/lib/es6/component/score/Donut.js +9 -9
  885. package/mini-chart/lib/es6/component/score/Line.js +18 -18
  886. package/mini-chart/lib/es6/component/trend/Bar.js +7 -7
  887. package/mini-chart/lib/es6/component/trend/Line.js +7 -7
  888. package/mini-chart/lib/esm/component/score/Donut.mjs +103 -0
  889. package/mini-chart/lib/esm/component/score/Line.mjs +104 -0
  890. package/mini-chart/lib/esm/component/trend/Bar.mjs +106 -0
  891. package/mini-chart/lib/esm/component/trend/Line.mjs +140 -0
  892. package/mini-chart/lib/esm/component/trend/Trend.mjs +66 -0
  893. package/mini-chart/lib/esm/index.mjs +16 -0
  894. package/mini-chart/package.json +1 -1
  895. package/modal/lib/cjs/Modal.js +8 -8
  896. package/modal/lib/es6/Modal.js +8 -8
  897. package/modal/lib/esm/Modal.mjs +196 -0
  898. package/modal/lib/esm/index.mjs +4 -0
  899. package/modal/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
  900. package/modal/lib/esm/translations/de.json.mjs +9 -0
  901. package/modal/lib/esm/translations/en.json.mjs +9 -0
  902. package/modal/lib/esm/translations/es.json.mjs +9 -0
  903. package/modal/lib/esm/translations/fr.json.mjs +9 -0
  904. package/modal/lib/esm/translations/it.json.mjs +9 -0
  905. package/modal/lib/esm/translations/ja.json.mjs +9 -0
  906. package/modal/lib/esm/translations/ko.json.mjs +9 -0
  907. package/modal/lib/esm/translations/nl.json.mjs +9 -0
  908. package/modal/lib/esm/translations/pl.json.mjs +9 -0
  909. package/modal/lib/esm/translations/pt.json.mjs +9 -0
  910. package/modal/lib/esm/translations/sv.json.mjs +9 -0
  911. package/modal/lib/esm/translations/tr.json.mjs +9 -0
  912. package/modal/lib/esm/translations/vi.json.mjs +9 -0
  913. package/modal/lib/esm/translations/zh.json.mjs +9 -0
  914. package/modal/package.json +1 -1
  915. package/neighbor-location/package.json +1 -1
  916. package/notice/lib/cjs/Notice.js +16 -16
  917. package/notice/lib/es6/Notice.js +16 -16
  918. package/notice/lib/esm/Notice.mjs +182 -0
  919. package/notice/lib/esm/NoticeSmart.mjs +35 -0
  920. package/notice/lib/esm/index.mjs +6 -0
  921. package/notice/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
  922. package/notice/lib/esm/translations/de.json.mjs +11 -0
  923. package/notice/lib/esm/translations/en.json.mjs +11 -0
  924. package/notice/lib/esm/translations/es.json.mjs +11 -0
  925. package/notice/lib/esm/translations/fr.json.mjs +11 -0
  926. package/notice/lib/esm/translations/it.json.mjs +11 -0
  927. package/notice/lib/esm/translations/ja.json.mjs +11 -0
  928. package/notice/lib/esm/translations/ko.json.mjs +11 -0
  929. package/notice/lib/esm/translations/nl.json.mjs +11 -0
  930. package/notice/lib/esm/translations/pl.json.mjs +11 -0
  931. package/notice/lib/esm/translations/pt.json.mjs +11 -0
  932. package/notice/lib/esm/translations/sv.json.mjs +11 -0
  933. package/notice/lib/esm/translations/tr.json.mjs +11 -0
  934. package/notice/lib/esm/translations/vi.json.mjs +11 -0
  935. package/notice/lib/esm/translations/zh.json.mjs +11 -0
  936. package/notice/package.json +1 -1
  937. package/notice-bubble/index.d.ts +1 -1
  938. package/notice-bubble/lib/cjs/NoticeBubble.js +15 -15
  939. package/notice-bubble/lib/cjs/index.d.js.map +1 -1
  940. package/notice-bubble/lib/es6/NoticeBubble.js +15 -15
  941. package/notice-bubble/lib/es6/index.d.js.map +1 -1
  942. package/notice-bubble/lib/esm/NoticeBubble.mjs +298 -0
  943. package/notice-bubble/lib/esm/NoticeBubbleManager.mjs +91 -0
  944. package/notice-bubble/lib/esm/index.mjs +11 -0
  945. package/notice-bubble/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
  946. package/notice-bubble/lib/esm/translations/de.json.mjs +9 -0
  947. package/notice-bubble/lib/esm/translations/en.json.mjs +9 -0
  948. package/notice-bubble/lib/esm/translations/es.json.mjs +9 -0
  949. package/notice-bubble/lib/esm/translations/fr.json.mjs +9 -0
  950. package/notice-bubble/lib/esm/translations/it.json.mjs +9 -0
  951. package/notice-bubble/lib/esm/translations/ja.json.mjs +9 -0
  952. package/notice-bubble/lib/esm/translations/ko.json.mjs +9 -0
  953. package/notice-bubble/lib/esm/translations/nl.json.mjs +9 -0
  954. package/notice-bubble/lib/esm/translations/pl.json.mjs +9 -0
  955. package/notice-bubble/lib/esm/translations/pt.json.mjs +9 -0
  956. package/notice-bubble/lib/esm/translations/sv.json.mjs +9 -0
  957. package/notice-bubble/lib/esm/translations/tr.json.mjs +9 -0
  958. package/notice-bubble/lib/esm/translations/vi.json.mjs +9 -0
  959. package/notice-bubble/lib/esm/translations/zh.json.mjs +9 -0
  960. package/notice-bubble/lib/esm/utils.mjs +31 -0
  961. package/notice-bubble/lib/types/index.d.ts +1 -1
  962. package/notice-bubble/package.json +1 -1
  963. package/notice-global/lib/cjs/NoticeGlobal.js +11 -11
  964. package/notice-global/lib/es6/NoticeGlobal.js +11 -11
  965. package/notice-global/lib/esm/NoticeGlobal.mjs +107 -0
  966. package/notice-global/lib/esm/index.mjs +4 -0
  967. package/notice-global/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
  968. package/notice-global/lib/esm/translations/de.json.mjs +11 -0
  969. package/notice-global/lib/esm/translations/en.json.mjs +11 -0
  970. package/notice-global/lib/esm/translations/es.json.mjs +11 -0
  971. package/notice-global/lib/esm/translations/fr.json.mjs +11 -0
  972. package/notice-global/lib/esm/translations/it.json.mjs +11 -0
  973. package/notice-global/lib/esm/translations/ja.json.mjs +11 -0
  974. package/notice-global/lib/esm/translations/ko.json.mjs +11 -0
  975. package/notice-global/lib/esm/translations/nl.json.mjs +11 -0
  976. package/notice-global/lib/esm/translations/pl.json.mjs +11 -0
  977. package/notice-global/lib/esm/translations/pt.json.mjs +11 -0
  978. package/notice-global/lib/esm/translations/sv.json.mjs +11 -0
  979. package/notice-global/lib/esm/translations/tr.json.mjs +11 -0
  980. package/notice-global/lib/esm/translations/vi.json.mjs +11 -0
  981. package/notice-global/lib/esm/translations/zh.json.mjs +11 -0
  982. package/notice-global/package.json +1 -1
  983. package/outside-click/package.json +1 -1
  984. package/package.json +1 -1
  985. package/pagination/lib/cjs/Pagination.js +12 -12
  986. package/pagination/lib/es6/Pagination.js +12 -12
  987. package/pagination/lib/esm/Pagination.mjs +346 -0
  988. package/pagination/lib/esm/index.mjs +4 -0
  989. package/pagination/lib/esm/translations/__intergalactic-dynamic-locales.mjs +35 -0
  990. package/pagination/lib/esm/translations/de.json.mjs +19 -0
  991. package/pagination/lib/esm/translations/en.json.mjs +19 -0
  992. package/pagination/lib/esm/translations/es.json.mjs +19 -0
  993. package/pagination/lib/esm/translations/fr.json.mjs +19 -0
  994. package/pagination/lib/esm/translations/it.json.mjs +19 -0
  995. package/pagination/lib/esm/translations/ja.json.mjs +19 -0
  996. package/pagination/lib/esm/translations/ko.json.mjs +19 -0
  997. package/pagination/lib/esm/translations/nl.json.mjs +19 -0
  998. package/pagination/lib/esm/translations/pl.json.mjs +19 -0
  999. package/pagination/lib/esm/translations/pt.json.mjs +19 -0
  1000. package/pagination/lib/esm/translations/ru.json.mjs +13 -0
  1001. package/pagination/lib/esm/translations/sv.json.mjs +19 -0
  1002. package/pagination/lib/esm/translations/tr.json.mjs +19 -0
  1003. package/pagination/lib/esm/translations/vi.json.mjs +19 -0
  1004. package/pagination/lib/esm/translations/zh.json.mjs +19 -0
  1005. package/pagination/package.json +1 -1
  1006. package/pills/lib/cjs/Pills.js +13 -13
  1007. package/pills/lib/es6/Pills.js +13 -13
  1008. package/pills/lib/esm/Pills.mjs +158 -0
  1009. package/pills/lib/esm/index.mjs +5 -0
  1010. package/pills/package.json +1 -1
  1011. package/popper/lib/cjs/Popper.js +6 -6
  1012. package/popper/lib/es6/Popper.js +6 -6
  1013. package/popper/lib/esm/Popper.mjs +110 -110
  1014. package/popper/package.json +1 -1
  1015. package/portal/package.json +1 -1
  1016. package/product-head/lib/cjs/Info.js +4 -4
  1017. package/product-head/lib/cjs/ProductHead.js +5 -5
  1018. package/product-head/lib/cjs/Title.js +4 -4
  1019. package/product-head/lib/es6/Info.js +4 -4
  1020. package/product-head/lib/es6/ProductHead.js +5 -5
  1021. package/product-head/lib/es6/Title.js +4 -4
  1022. package/product-head/lib/esm/Info.mjs +54 -0
  1023. package/product-head/lib/esm/ProductHead.mjs +58 -0
  1024. package/product-head/lib/esm/Title.mjs +50 -0
  1025. package/product-head/lib/esm/index.mjs +8 -0
  1026. package/product-head/package.json +1 -1
  1027. package/progress-bar/lib/cjs/ProgressBar.js +15 -15
  1028. package/progress-bar/lib/es6/ProgressBar.js +15 -15
  1029. package/progress-bar/lib/esm/ProgressBar.mjs +96 -0
  1030. package/progress-bar/lib/esm/index.mjs +4 -0
  1031. package/progress-bar/package.json +1 -1
  1032. package/radio/lib/cjs/Radio.js +16 -16
  1033. package/radio/lib/es6/Radio.js +16 -16
  1034. package/radio/lib/esm/Radio.mjs +273 -0
  1035. package/radio/lib/esm/index.mjs +8 -0
  1036. package/radio/package.json +1 -1
  1037. package/scroll-area/lib/cjs/ScrollArea.js +21 -21
  1038. package/scroll-area/lib/cjs/ScrollBar.js +6 -6
  1039. package/scroll-area/lib/es6/ScrollArea.js +21 -21
  1040. package/scroll-area/lib/es6/ScrollBar.js +6 -6
  1041. package/scroll-area/lib/esm/ScrollArea.mjs +272 -0
  1042. package/scroll-area/lib/esm/ScrollBar.mjs +260 -0
  1043. package/scroll-area/lib/esm/index.mjs +8 -0
  1044. package/scroll-area/package.json +1 -1
  1045. package/select/lib/cjs/InputSearch.js +6 -6
  1046. package/select/lib/cjs/Select.js +9 -9
  1047. package/select/lib/cjs/Select.js.map +1 -1
  1048. package/select/lib/es6/InputSearch.js +6 -6
  1049. package/select/lib/es6/Select.js +9 -9
  1050. package/select/lib/es6/Select.js.map +1 -1
  1051. package/select/lib/esm/InputSearch.mjs +120 -0
  1052. package/select/lib/esm/Select.mjs +313 -0
  1053. package/select/lib/esm/context.mjs +5 -0
  1054. package/select/lib/esm/index.mjs +7 -0
  1055. package/select/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
  1056. package/select/lib/esm/translations/de.json.mjs +11 -0
  1057. package/select/lib/esm/translations/en.json.mjs +11 -0
  1058. package/select/lib/esm/translations/es.json.mjs +11 -0
  1059. package/select/lib/esm/translations/fr.json.mjs +11 -0
  1060. package/select/lib/esm/translations/it.json.mjs +11 -0
  1061. package/select/lib/esm/translations/ja.json.mjs +11 -0
  1062. package/select/lib/esm/translations/ko.json.mjs +11 -0
  1063. package/select/lib/esm/translations/nl.json.mjs +11 -0
  1064. package/select/lib/esm/translations/pl.json.mjs +11 -0
  1065. package/select/lib/esm/translations/pt.json.mjs +11 -0
  1066. package/select/lib/esm/translations/sv.json.mjs +11 -0
  1067. package/select/lib/esm/translations/tr.json.mjs +11 -0
  1068. package/select/lib/esm/translations/vi.json.mjs +11 -0
  1069. package/select/lib/esm/translations/zh.json.mjs +11 -0
  1070. package/select/package.json +1 -1
  1071. package/side-panel/lib/cjs/SidePanel.js +16 -16
  1072. package/side-panel/lib/es6/SidePanel.js +16 -16
  1073. package/side-panel/lib/esm/SidePanel.mjs +223 -0
  1074. package/side-panel/lib/esm/index.mjs +4 -0
  1075. package/side-panel/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
  1076. package/side-panel/lib/esm/translations/de.json.mjs +7 -0
  1077. package/side-panel/lib/esm/translations/en.json.mjs +7 -0
  1078. package/side-panel/lib/esm/translations/es.json.mjs +7 -0
  1079. package/side-panel/lib/esm/translations/fr.json.mjs +7 -0
  1080. package/side-panel/lib/esm/translations/it.json.mjs +7 -0
  1081. package/side-panel/lib/esm/translations/ja.json.mjs +7 -0
  1082. package/side-panel/lib/esm/translations/ko.json.mjs +7 -0
  1083. package/side-panel/lib/esm/translations/nl.json.mjs +7 -0
  1084. package/side-panel/lib/esm/translations/pl.json.mjs +7 -0
  1085. package/side-panel/lib/esm/translations/pt.json.mjs +7 -0
  1086. package/side-panel/lib/esm/translations/sv.json.mjs +7 -0
  1087. package/side-panel/lib/esm/translations/tr.json.mjs +7 -0
  1088. package/side-panel/lib/esm/translations/vi.json.mjs +7 -0
  1089. package/side-panel/lib/esm/translations/zh.json.mjs +7 -0
  1090. package/side-panel/package.json +1 -1
  1091. package/skeleton/lib/cjs/Charts/Area.js +9 -9
  1092. package/skeleton/lib/cjs/Charts/Bar.js +9 -9
  1093. package/skeleton/lib/cjs/Charts/Bubble.js +9 -9
  1094. package/skeleton/lib/cjs/Charts/CompactHorizontalBar.js +9 -9
  1095. package/skeleton/lib/cjs/Charts/Donut.js +9 -9
  1096. package/skeleton/lib/cjs/Charts/Histogram.js +9 -9
  1097. package/skeleton/lib/cjs/Charts/Line.js +9 -9
  1098. package/skeleton/lib/cjs/Charts/RadialTree.js +9 -9
  1099. package/skeleton/lib/cjs/Charts/ScatterPlot.js +9 -9
  1100. package/skeleton/lib/cjs/Charts/Venn.js +9 -9
  1101. package/skeleton/lib/cjs/Skeleton.js +8 -8
  1102. package/skeleton/lib/es6/Charts/Area.js +9 -9
  1103. package/skeleton/lib/es6/Charts/Bar.js +9 -9
  1104. package/skeleton/lib/es6/Charts/Bubble.js +9 -9
  1105. package/skeleton/lib/es6/Charts/CompactHorizontalBar.js +9 -9
  1106. package/skeleton/lib/es6/Charts/Donut.js +9 -9
  1107. package/skeleton/lib/es6/Charts/Histogram.js +9 -9
  1108. package/skeleton/lib/es6/Charts/Line.js +9 -9
  1109. package/skeleton/lib/es6/Charts/RadialTree.js +9 -9
  1110. package/skeleton/lib/es6/Charts/ScatterPlot.js +9 -9
  1111. package/skeleton/lib/es6/Charts/Venn.js +9 -9
  1112. package/skeleton/lib/es6/Skeleton.js +8 -8
  1113. package/skeleton/lib/esm/Charts/Area.mjs +37 -0
  1114. package/skeleton/lib/esm/Charts/Bar.mjs +46 -0
  1115. package/skeleton/lib/esm/Charts/Bubble.mjs +34 -0
  1116. package/skeleton/lib/esm/Charts/CompactHorizontalBar.mjs +34 -0
  1117. package/skeleton/lib/esm/Charts/Donut.mjs +40 -0
  1118. package/skeleton/lib/esm/Charts/Histogram.mjs +46 -0
  1119. package/skeleton/lib/esm/Charts/Line.mjs +37 -0
  1120. package/skeleton/lib/esm/Charts/RadialTree.mjs +34 -0
  1121. package/skeleton/lib/esm/Charts/ScatterPlot.mjs +34 -0
  1122. package/skeleton/lib/esm/Charts/Venn.mjs +34 -0
  1123. package/skeleton/lib/esm/Skeleton.mjs +153 -0
  1124. package/skeleton/lib/esm/index.mjs +24 -0
  1125. package/skeleton/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
  1126. package/skeleton/lib/esm/translations/de.json.mjs +7 -0
  1127. package/skeleton/lib/esm/translations/en.json.mjs +7 -0
  1128. package/skeleton/lib/esm/translations/es.json.mjs +7 -0
  1129. package/skeleton/lib/esm/translations/fr.json.mjs +7 -0
  1130. package/skeleton/lib/esm/translations/it.json.mjs +7 -0
  1131. package/skeleton/lib/esm/translations/ja.json.mjs +7 -0
  1132. package/skeleton/lib/esm/translations/ko.json.mjs +7 -0
  1133. package/skeleton/lib/esm/translations/nl.json.mjs +7 -0
  1134. package/skeleton/lib/esm/translations/pl.json.mjs +7 -0
  1135. package/skeleton/lib/esm/translations/pt.json.mjs +7 -0
  1136. package/skeleton/lib/esm/translations/sv.json.mjs +7 -0
  1137. package/skeleton/lib/esm/translations/tr.json.mjs +7 -0
  1138. package/skeleton/lib/esm/translations/vi.json.mjs +7 -0
  1139. package/skeleton/lib/esm/translations/zh.json.mjs +7 -0
  1140. package/skeleton/package.json +1 -1
  1141. package/slider/lib/cjs/Slider.js +8 -8
  1142. package/slider/lib/es6/Slider.js +8 -8
  1143. package/slider/lib/esm/Slider.mjs +218 -0
  1144. package/slider/lib/esm/index.mjs +5 -0
  1145. package/slider/package.json +1 -1
  1146. package/spin/lib/cjs/Spin.js +13 -13
  1147. package/spin/lib/es6/Spin.js +13 -13
  1148. package/spin/lib/esm/Spin.mjs +40 -40
  1149. package/spin/package.json +1 -1
  1150. package/spin-container/lib/cjs/SpinContainer.js +8 -8
  1151. package/spin-container/lib/es6/SpinContainer.js +8 -8
  1152. package/spin-container/lib/esm/SpinContainer.mjs +133 -0
  1153. package/spin-container/lib/esm/index.mjs +4 -0
  1154. package/spin-container/package.json +1 -1
  1155. package/sticky/lib/cjs/Sticky.js +2 -2
  1156. package/sticky/lib/es6/Sticky.js +2 -2
  1157. package/sticky/lib/esm/Sticky.mjs +42 -0
  1158. package/sticky/lib/esm/index.mjs +4 -0
  1159. package/sticky/package.json +1 -1
  1160. package/switch/lib/cjs/Switch.js +21 -21
  1161. package/switch/lib/es6/Switch.js +21 -21
  1162. package/switch/lib/esm/Switch.mjs +216 -0
  1163. package/switch/lib/esm/index.mjs +6 -0
  1164. package/switch/package.json +1 -1
  1165. package/tab-line/lib/cjs/TabLine.js +13 -13
  1166. package/tab-line/lib/es6/TabLine.js +13 -13
  1167. package/tab-line/lib/esm/TabLine.mjs +204 -0
  1168. package/tab-line/lib/esm/index.mjs +5 -0
  1169. package/tab-line/package.json +1 -1
  1170. package/tab-panel/lib/cjs/TabPanel.js +8 -8
  1171. package/tab-panel/lib/es6/TabPanel.js +8 -8
  1172. package/tab-panel/lib/esm/TabPanel.mjs +125 -0
  1173. package/tab-panel/lib/esm/index.mjs +5 -0
  1174. package/tab-panel/package.json +1 -1
  1175. package/tag/lib/cjs/Tag.js +23 -23
  1176. package/tag/lib/es6/Tag.js +23 -23
  1177. package/tag/lib/esm/Tag.mjs +339 -0
  1178. package/tag/lib/esm/index.mjs +5 -0
  1179. package/tag/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
  1180. package/tag/lib/esm/translations/de.json.mjs +7 -0
  1181. package/tag/lib/esm/translations/en.json.mjs +7 -0
  1182. package/tag/lib/esm/translations/es.json.mjs +7 -0
  1183. package/tag/lib/esm/translations/fr.json.mjs +7 -0
  1184. package/tag/lib/esm/translations/it.json.mjs +7 -0
  1185. package/tag/lib/esm/translations/ja.json.mjs +7 -0
  1186. package/tag/lib/esm/translations/ko.json.mjs +7 -0
  1187. package/tag/lib/esm/translations/nl.json.mjs +7 -0
  1188. package/tag/lib/esm/translations/pl.json.mjs +7 -0
  1189. package/tag/lib/esm/translations/pt.json.mjs +7 -0
  1190. package/tag/lib/esm/translations/sv.json.mjs +7 -0
  1191. package/tag/lib/esm/translations/tr.json.mjs +7 -0
  1192. package/tag/lib/esm/translations/vi.json.mjs +7 -0
  1193. package/tag/lib/esm/translations/zh.json.mjs +7 -0
  1194. package/tag/package.json +1 -1
  1195. package/textarea/lib/cjs/Textarea.js +8 -8
  1196. package/textarea/lib/es6/Textarea.js +8 -8
  1197. package/textarea/lib/esm/Textarea.mjs +119 -0
  1198. package/textarea/lib/esm/index.mjs +4 -0
  1199. package/textarea/package.json +1 -1
  1200. package/time-picker/lib/cjs/TimePicker.js +12 -12
  1201. package/time-picker/lib/es6/TimePicker.js +12 -12
  1202. package/time-picker/lib/esm/PickerFormat.mjs +60 -0
  1203. package/time-picker/lib/esm/PickerInput.mjs +196 -0
  1204. package/time-picker/lib/esm/TimePicker.mjs +234 -0
  1205. package/time-picker/lib/esm/index.mjs +9 -0
  1206. package/time-picker/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
  1207. package/time-picker/lib/esm/translations/de.json.mjs +17 -0
  1208. package/time-picker/lib/esm/translations/en.json.mjs +17 -0
  1209. package/time-picker/lib/esm/translations/es.json.mjs +17 -0
  1210. package/time-picker/lib/esm/translations/fr.json.mjs +17 -0
  1211. package/time-picker/lib/esm/translations/it.json.mjs +17 -0
  1212. package/time-picker/lib/esm/translations/ja.json.mjs +17 -0
  1213. package/time-picker/lib/esm/translations/ko.json.mjs +17 -0
  1214. package/time-picker/lib/esm/translations/nl.json.mjs +17 -0
  1215. package/time-picker/lib/esm/translations/pl.json.mjs +17 -0
  1216. package/time-picker/lib/esm/translations/pt.json.mjs +17 -0
  1217. package/time-picker/lib/esm/translations/sv.json.mjs +17 -0
  1218. package/time-picker/lib/esm/translations/tr.json.mjs +17 -0
  1219. package/time-picker/lib/esm/translations/vi.json.mjs +17 -0
  1220. package/time-picker/lib/esm/translations/zh.json.mjs +17 -0
  1221. package/time-picker/package.json +1 -1
  1222. package/tooltip/lib/cjs/Tooltip.js +9 -9
  1223. package/tooltip/lib/es6/Tooltip.js +9 -9
  1224. package/tooltip/lib/esm/Tooltip.mjs +82 -82
  1225. package/tooltip/package.json +1 -1
  1226. package/typography/lib/cjs/Blockquote.js +4 -4
  1227. package/typography/lib/cjs/Hint.js +7 -7
  1228. package/typography/lib/cjs/List.js +5 -5
  1229. package/typography/lib/cjs/Text.js +34 -34
  1230. package/typography/lib/es6/Blockquote.js +4 -4
  1231. package/typography/lib/es6/Hint.js +7 -7
  1232. package/typography/lib/es6/List.js +5 -5
  1233. package/typography/lib/es6/Text.js +34 -34
  1234. package/typography/lib/esm/Blockquote.mjs +30 -0
  1235. package/typography/lib/esm/Hint.mjs +69 -0
  1236. package/typography/lib/esm/List.mjs +89 -0
  1237. package/typography/lib/esm/Text.mjs +69 -0
  1238. package/typography/lib/esm/index.mjs +10 -0
  1239. package/typography/package.json +1 -1
  1240. package/utils/lib/CSSinJS.mjs +1 -1
  1241. package/utils/lib/ScreenReaderOnly.mjs +1 -1
  1242. package/utils/lib/ThemeProvider.mjs +4 -4
  1243. package/utils/lib/addonTextChildren.mjs +1 -1
  1244. package/utils/lib/assignProps.mjs +1 -1
  1245. package/utils/lib/color.mjs +2 -2
  1246. package/utils/lib/components/invalid-state-pattern/InvalidStatePattern.js +2 -2
  1247. package/utils/lib/components/invalid-state-pattern/InvalidStatePattern.mjs +5 -4
  1248. package/utils/lib/components/invalid-state-pattern/InvalidStatePattern.mjs.map +1 -1
  1249. package/utils/lib/core/enhancement/Children.mjs +4 -4
  1250. package/utils/lib/core/enhancement/Root.mjs +3 -3
  1251. package/utils/lib/core/enhancement/dataName.mjs +1 -1
  1252. package/utils/lib/core/enhancement/hoistProps.mjs +4 -4
  1253. package/utils/lib/core/enhancement/i18n.mjs +2 -2
  1254. package/utils/lib/core/enhancement/inheritedName.mjs +2 -2
  1255. package/utils/lib/core/enhancement/staticChildren.mjs +3 -3
  1256. package/utils/lib/core/enhancement/style.mjs +3 -3
  1257. package/utils/lib/core/enhancement/uncontrolledProps.mjs +7 -7
  1258. package/utils/lib/core/index.mjs +12 -12
  1259. package/utils/lib/core/register.mjs +3 -3
  1260. package/utils/lib/core/styled/reshadow-core.mjs +2 -2
  1261. package/utils/lib/core/styled/sstyled.mjs +2 -2
  1262. package/utils/lib/core/types/Component.mjs +6 -6
  1263. package/utils/lib/createHoc.mjs +8 -8
  1264. package/utils/lib/enhances/WithAutoFocus.mjs +6 -6
  1265. package/utils/lib/enhances/WithCSS.mjs +6 -6
  1266. package/utils/lib/enhances/WithI18n.mjs +6 -6
  1267. package/utils/lib/enhances/WithKeyboardFocus.mjs +6 -6
  1268. package/utils/lib/enhances/WithRef.mjs +1 -1
  1269. package/utils/lib/enhances/a11yEnhance.mjs +2 -2
  1270. package/utils/lib/enhances/animatedSizeEnhance.mjs +3 -3
  1271. package/utils/lib/enhances/autoFocusEnhance.mjs +2 -2
  1272. package/utils/lib/enhances/contextEnhance.mjs +4 -4
  1273. package/utils/lib/enhances/i18nEnhance.mjs +6 -6
  1274. package/utils/lib/enhances/keyboardFocusEnhance.mjs +1 -1
  1275. package/utils/lib/eventEmitter.mjs +3 -3
  1276. package/utils/lib/focus-lock/isFocusable.mjs +1 -1
  1277. package/utils/lib/getAccessibleName.mjs +1 -1
  1278. package/utils/lib/getEventTarget.mjs +1 -1
  1279. package/utils/lib/hasLabels.mjs +1 -1
  1280. package/utils/lib/injectStyle.js +1 -1
  1281. package/utils/lib/injectStyle.mjs +2 -2
  1282. package/utils/lib/isNode.mjs +1 -1
  1283. package/utils/lib/logger.mjs +3 -3
  1284. package/utils/lib/propsForElement.mjs +1 -1
  1285. package/utils/lib/ref.mjs +2 -2
  1286. package/utils/lib/syncScroll.mjs +1 -1
  1287. package/utils/lib/uncontroll.mjs +1 -1
  1288. package/utils/lib/uniqueID.mjs +2 -2
  1289. package/utils/lib/use/useFocusLock.mjs +2 -2
  1290. package/utils/lib/useCssVariable.mjs +3 -3
  1291. package/utils/lib/zIndexStacking.mjs +3 -3
  1292. package/widget-empty/lib/cjs/WidgetEmpty.js +5 -5
  1293. package/widget-empty/lib/cjs/style/widget-empty.shadow.css +1 -0
  1294. package/widget-empty/lib/es6/WidgetEmpty.js +5 -5
  1295. package/widget-empty/lib/es6/style/widget-empty.shadow.css +1 -0
  1296. package/widget-empty/lib/esm/Error/index.mjs +36 -0
  1297. package/widget-empty/lib/esm/Error/translations/__intergalactic-dynamic-locales.mjs +35 -0
  1298. package/widget-empty/lib/esm/Error/translations/de.json.mjs +9 -0
  1299. package/widget-empty/lib/esm/Error/translations/en.json.mjs +9 -0
  1300. package/widget-empty/lib/esm/Error/translations/es.json.mjs +9 -0
  1301. package/widget-empty/lib/esm/Error/translations/fr.json.mjs +9 -0
  1302. package/widget-empty/lib/esm/Error/translations/it.json.mjs +9 -0
  1303. package/widget-empty/lib/esm/Error/translations/ja.json.mjs +9 -0
  1304. package/widget-empty/lib/esm/Error/translations/ko.json.mjs +9 -0
  1305. package/widget-empty/lib/esm/Error/translations/nl.json.mjs +9 -0
  1306. package/widget-empty/lib/esm/Error/translations/pl.json.mjs +9 -0
  1307. package/widget-empty/lib/esm/Error/translations/pt.json.mjs +9 -0
  1308. package/widget-empty/lib/esm/Error/translations/ru.json.mjs +9 -0
  1309. package/widget-empty/lib/esm/Error/translations/sv.json.mjs +9 -0
  1310. package/widget-empty/lib/esm/Error/translations/tr.json.mjs +9 -0
  1311. package/widget-empty/lib/esm/Error/translations/vi.json.mjs +9 -0
  1312. package/widget-empty/lib/esm/Error/translations/zh.json.mjs +9 -0
  1313. package/widget-empty/lib/esm/NoData/index.mjs +37 -0
  1314. package/widget-empty/lib/esm/NoData/translations/__intergalactic-dynamic-locales.mjs +35 -0
  1315. package/widget-empty/lib/esm/NoData/translations/de.json.mjs +9 -0
  1316. package/widget-empty/lib/esm/NoData/translations/en.json.mjs +9 -0
  1317. package/widget-empty/lib/esm/NoData/translations/es.json.mjs +9 -0
  1318. package/widget-empty/lib/esm/NoData/translations/fr.json.mjs +9 -0
  1319. package/widget-empty/lib/esm/NoData/translations/it.json.mjs +9 -0
  1320. package/widget-empty/lib/esm/NoData/translations/ja.json.mjs +9 -0
  1321. package/widget-empty/lib/esm/NoData/translations/ko.json.mjs +9 -0
  1322. package/widget-empty/lib/esm/NoData/translations/nl.json.mjs +9 -0
  1323. package/widget-empty/lib/esm/NoData/translations/pl.json.mjs +9 -0
  1324. package/widget-empty/lib/esm/NoData/translations/pt.json.mjs +9 -0
  1325. package/widget-empty/lib/esm/NoData/translations/ru.json.mjs +9 -0
  1326. package/widget-empty/lib/esm/NoData/translations/sv.json.mjs +9 -0
  1327. package/widget-empty/lib/esm/NoData/translations/tr.json.mjs +9 -0
  1328. package/widget-empty/lib/esm/NoData/translations/vi.json.mjs +9 -0
  1329. package/widget-empty/lib/esm/NoData/translations/zh.json.mjs +9 -0
  1330. package/widget-empty/lib/esm/WidgetEmpty.mjs +64 -0
  1331. package/widget-empty/lib/esm/index.mjs +9 -0
  1332. package/widget-empty/package.json +1 -1
  1333. package/wizard/lib/cjs/Wizard.js +12 -12
  1334. package/wizard/lib/es6/Wizard.js +12 -12
  1335. package/wizard/lib/esm/Wizard.mjs +258 -0
  1336. package/wizard/lib/esm/index.mjs +5 -0
  1337. package/wizard/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
  1338. package/wizard/lib/esm/translations/de.json.mjs +11 -0
  1339. package/wizard/lib/esm/translations/en.json.mjs +11 -0
  1340. package/wizard/lib/esm/translations/es.json.mjs +11 -0
  1341. package/wizard/lib/esm/translations/fr.json.mjs +11 -0
  1342. package/wizard/lib/esm/translations/it.json.mjs +11 -0
  1343. package/wizard/lib/esm/translations/ja.json.mjs +11 -0
  1344. package/wizard/lib/esm/translations/ko.json.mjs +11 -0
  1345. package/wizard/lib/esm/translations/nl.json.mjs +11 -0
  1346. package/wizard/lib/esm/translations/pl.json.mjs +11 -0
  1347. package/wizard/lib/esm/translations/pt.json.mjs +11 -0
  1348. package/wizard/lib/esm/translations/sv.json.mjs +11 -0
  1349. package/wizard/lib/esm/translations/tr.json.mjs +11 -0
  1350. package/wizard/lib/esm/translations/vi.json.mjs +11 -0
  1351. package/wizard/lib/esm/translations/zh.json.mjs +11 -0
  1352. package/wizard/package.json +1 -1
  1353. package/modal/lib/cjs/modal.vo-test.js +0 -102
  1354. package/modal/lib/cjs/modal.vo-test.js.map +0 -1
  1355. package/modal/lib/es6/modal.vo-test.js +0 -99
  1356. package/modal/lib/es6/modal.vo-test.js.map +0 -1
@@ -0,0 +1,11 @@
1
+ const i = "Powiadomienie", o = "Powiadomienie krytyczne", t = "Zamknij powiadomienie", c = {
2
+ notification: i,
3
+ criticalNotification: o,
4
+ close: t
5
+ };
6
+ export {
7
+ t as close,
8
+ o as criticalNotification,
9
+ c as default,
10
+ i as notification
11
+ };
@@ -0,0 +1,11 @@
1
+ const i = "Notificação", o = "Notificação urgente", t = "Fechar notificação", c = {
2
+ notification: i,
3
+ criticalNotification: o,
4
+ close: t
5
+ };
6
+ export {
7
+ t as close,
8
+ o as criticalNotification,
9
+ c as default,
10
+ i as notification
11
+ };
@@ -0,0 +1,11 @@
1
+ const i = "Avisering", t = "Kritisk avisering", o = "Stäng meddelande", c = {
2
+ notification: i,
3
+ criticalNotification: t,
4
+ close: o
5
+ };
6
+ export {
7
+ o as close,
8
+ t as criticalNotification,
9
+ c as default,
10
+ i as notification
11
+ };
@@ -0,0 +1,11 @@
1
+ const i = "Bildirim", t = "Kritik bildirim", o = "Bildirimi kapat", c = {
2
+ notification: i,
3
+ criticalNotification: t,
4
+ close: o
5
+ };
6
+ export {
7
+ o as close,
8
+ t as criticalNotification,
9
+ c as default,
10
+ i as notification
11
+ };
@@ -0,0 +1,11 @@
1
+ const o = "Thông báo", t = "Thông báo quan trọng", i = "Đóng thông báo", n = {
2
+ notification: o,
3
+ criticalNotification: t,
4
+ close: i
5
+ };
6
+ export {
7
+ i as close,
8
+ t as criticalNotification,
9
+ n as default,
10
+ o as notification
11
+ };
@@ -0,0 +1,11 @@
1
+ const i = "通知", t = "重要通知", o = "关闭通知", c = {
2
+ notification: i,
3
+ criticalNotification: t,
4
+ close: o
5
+ };
6
+ export {
7
+ o as close,
8
+ t as criticalNotification,
9
+ c as default,
10
+ i as notification
11
+ };
@@ -1 +1 @@
1
- {"name":"intergalactic/notice","description":"Semrush Notice Component","version":"5.45.0-prerelease.9","main":"lib/cjs/index.js","module":"lib/es6/index.js","typings":"lib/types/index.d.ts","sideEffects":false,"author":"UI-kit team <ui-kit-team@semrush.com>","license":"MIT","scripts":{"build":"pnpm semcore-builder --source=js"},"dependencies":{"@semcore/animation":"2.41.0-prerelease.9","@semcore/utils":"4.47.1-prerelease.9","@semcore/button":"5.42.0-prerelease.9","@semcore/flex-box":"5.41.0-prerelease.9","@semcore/icon":"4.58.0-prerelease.9","@semcore/notice-global":"2.60.0-prerelease.9","@semcore/typography":"5.52.0-prerelease.9"},"peerDependencies":{"@semcore/core":"^2.39.0-prerelease.9","react":"16.8 - 18","react-dom":"16.8 - 18"},"repository":{"type":"git","url":"https://github.com/semrush/intergalactic.git","directory":"semcore/notice"},"devDependencies":{"@types/react":"18.0.21","@semcore/testing-utils":"1.0.0"}}
1
+ {"name":"intergalactic/notice","description":"Semrush Notice Component","version":"5.45.1-prerelease.0","main":"lib/cjs/index.js","module":"lib/es6/index.js","typings":"lib/types/index.d.ts","sideEffects":false,"author":"UI-kit team <ui-kit-team@semrush.com>","license":"MIT","scripts":{"build":"pnpm semcore-builder --source=js && pnpm vite build"},"exports":{"require":"./lib/cjs/index.js","import":"./lib/esm/index.mjs","types":"./lib/types/index.d.ts"},"dependencies":{"@semcore/animation":"2.41.1-prerelease.0","@semcore/utils":"4.48.1-prerelease.0","@semcore/button":"5.42.1-prerelease.0","@semcore/flex-box":"5.41.1-prerelease.0","@semcore/icon":"4.60.1-prerelease.0","@semcore/notice-global":"2.60.1-prerelease.0","@semcore/typography":"5.52.1-prerelease.0"},"peerDependencies":{"@semcore/core":"^2.39.1-prerelease.0","react":"16.8 - 18","react-dom":"16.8 - 18"},"repository":{"type":"git","url":"https://github.com/semrush/intergalactic.git","directory":"semcore/notice"},"devDependencies":{"@types/react":"18.0.21","@semcore/testing-utils":"1.0.0"}}
@@ -9,7 +9,7 @@ export interface INoticeBubbleContainerProps
9
9
  export type NoticeBubbleContainerProps = BoxProps &
10
10
  PortalProps & {
11
11
  /** Manager copy */
12
- manager?: NoticeBubbleManager;
12
+ manager?: NoticeBubbleManagerClass;
13
13
  locale?: string;
14
14
  };
15
15
 
@@ -40,21 +40,21 @@ var _getFocusableIn = require("intergalactic/utils/lib/focus-lock/getFocusableIn
40
40
  var _excluded = ["focusLock"],
41
41
  _excluded2 = ["forwardRef", "styles", "onMouseEnter", "onMouseLeave", "getI18nText", "icon", "children", "action", "type"];
42
42
  /*__reshadow-styles__:"./style/notice-bubble.shadow.css"*/
43
- var style = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/"@keyframes enter_1qpfg{0%{transform:translate(100%,0);max-height:0;overflow:hidden}to{transform:translate(0,0);max-height:100vh;overflow:hidden}}@keyframes exit_1qpfg{0%{max-height:100vh;overflow:hidden;opacity:1}to{max-height:0;overflow:hidden;opacity:0}}.___SBubble_1qpfg_gg_,.___SView_1qpfg_gg_{position:relative;margin-bottom:var(--intergalactic-spacing-3x, 12px);padding:var(--intergalactic-spacing-3x, 12px);padding-right:calc(var(--intergalactic-spacing-8x, 32px) + var(--intergalactic-spacing-1x, 4px));width:100%;border-radius:var(--intergalactic-popper-rounded, 6px);overflow:hidden;box-sizing:border-box;color:var(--intergalactic-text-primary-invert, #ffffff);gap:var(--intergalactic-spacing-2x, 8px)}.___SBubble_1qpfg_gg_._type_info_1qpfg_gg_,.___SView_1qpfg_gg_._type_info_1qpfg_gg_{background:var(--intergalactic-bg-primary-invert, #191b23)}.___SBubble_1qpfg_gg_._type_warning_1qpfg_gg_,.___SView_1qpfg_gg_._type_warning_1qpfg_gg_{background:var(--intergalactic-bg-primary-critical, #ff4953)}.___SContent_1qpfg_gg_{flex-direction:column;gap:var(--intergalactic-spacing-2x, 8px);flex:1}.___SMessage_1qpfg_gg_{font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%)}.___SDismiss_1qpfg_gg_{cursor:pointer;position:absolute;right:0;top:0;margin-top:var(--intergalactic-spacing-2x, 8px);margin-right:var(--intergalactic-spacing-2x, 8px);margin-bottom:var(--intergalactic-spacing-2x, 8px);flex-shrink:0;border:0;background:0 0}.___SDismiss_1qpfg_gg_.__use_1qpfg_gg_{padding:0 1px}.___SIcon_1qpfg_gg_{justify-content:center;align-items:center;height:var(--intergalactic-spacing-5x, 20px)}.___SNoticeBubble_1qpfg_gg_{width:300px;position:fixed;right:var(--intergalactic-spacing-3x, 12px);top:var(--intergalactic-spacing-3x, 12px)}@media (max-width:767px){.___SNoticeBubble_1qpfg_gg_{width:calc(100% - var(--intergalactic-spacing-6x, 24px))}}.___SNoticeBubble_1qpfg_gg_.__disablePortal_1qpfg_gg_{position:sticky;margin-left:auto;height:0}.___SMessage_1qpfg_gg_ a{color:var(--intergalactic-text-link-invert, #8ecdff)}.___SNoticeAriaLiveWrapper_1qpfg_gg_{display:contents}" /*__inner_css_end__*/, "1qpfg_gg_") /*__reshadow_css_end__*/, {
44
- "__SContent": "___SContent_1qpfg_gg_",
45
- "__SMessage": "___SMessage_1qpfg_gg_",
46
- "__SDismiss": "___SDismiss_1qpfg_gg_",
47
- "_use": "__use_1qpfg_gg_",
48
- "__SIcon": "___SIcon_1qpfg_gg_",
49
- "__SNoticeBubble": "___SNoticeBubble_1qpfg_gg_",
50
- "_disablePortal": "__disablePortal_1qpfg_gg_",
51
- "__SNoticeAriaLiveWrapper": "___SNoticeAriaLiveWrapper_1qpfg_gg_",
52
- "@enter": "enter_1qpfg",
53
- "@exit": "exit_1qpfg",
54
- "__SBubble": "___SBubble_1qpfg_gg_",
55
- "__SView": "___SView_1qpfg_gg_",
56
- "_type_info": "_type_info_1qpfg_gg_",
57
- "_type_warning": "_type_warning_1qpfg_gg_"
43
+ var style = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/"@keyframes enter_19l6e{0%{transform:translate(100%,0);max-height:0;overflow:hidden}to{transform:translate(0,0);max-height:100vh;overflow:hidden}}@keyframes exit_19l6e{0%{max-height:100vh;overflow:hidden;opacity:1}to{max-height:0;overflow:hidden;opacity:0}}.___SBubble_19l6e_gg_,.___SView_19l6e_gg_{position:relative;margin-bottom:var(--intergalactic-spacing-3x, 12px);padding:var(--intergalactic-spacing-3x, 12px);padding-right:calc(var(--intergalactic-spacing-8x, 32px) + var(--intergalactic-spacing-1x, 4px));width:100%;border-radius:var(--intergalactic-popper-rounded, 6px);overflow:hidden;box-sizing:border-box;color:var(--intergalactic-text-primary-invert, #ffffff);gap:var(--intergalactic-spacing-2x, 8px)}.___SBubble_19l6e_gg_._type_info_19l6e_gg_,.___SView_19l6e_gg_._type_info_19l6e_gg_{background:var(--intergalactic-bg-primary-invert, #191b23)}.___SBubble_19l6e_gg_._type_warning_19l6e_gg_,.___SView_19l6e_gg_._type_warning_19l6e_gg_{background:var(--intergalactic-bg-primary-critical, #ff4953)}.___SContent_19l6e_gg_{flex-direction:column;gap:var(--intergalactic-spacing-2x, 8px);flex:1}.___SMessage_19l6e_gg_{font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%)}.___SDismiss_19l6e_gg_{cursor:pointer;position:absolute;right:0;top:0;margin-top:var(--intergalactic-spacing-2x, 8px);margin-right:var(--intergalactic-spacing-2x, 8px);margin-bottom:var(--intergalactic-spacing-2x, 8px);flex-shrink:0;border:0;background:0 0}.___SDismiss_19l6e_gg_.__use_19l6e_gg_{padding:0 1px}.___SIcon_19l6e_gg_{justify-content:center;align-items:center;height:var(--intergalactic-spacing-5x, 20px)}.___SNoticeBubble_19l6e_gg_{width:300px;position:fixed;right:var(--intergalactic-spacing-3x, 12px);top:var(--intergalactic-spacing-3x, 12px)}@media (max-width:767px){.___SNoticeBubble_19l6e_gg_{width:calc(100% - var(--intergalactic-spacing-6x, 24px))}}.___SNoticeBubble_19l6e_gg_.__disablePortal_19l6e_gg_{position:sticky;margin-left:auto;height:0}.___SMessage_19l6e_gg_ a{color:var(--intergalactic-text-link-invert, #8ecdff)}.___SNoticeAriaLiveWrapper_19l6e_gg_{display:contents}" /*__inner_css_end__*/, "19l6e_gg_") /*__reshadow_css_end__*/, {
44
+ "__SContent": "___SContent_19l6e_gg_",
45
+ "__SMessage": "___SMessage_19l6e_gg_",
46
+ "__SDismiss": "___SDismiss_19l6e_gg_",
47
+ "_use": "__use_19l6e_gg_",
48
+ "__SIcon": "___SIcon_19l6e_gg_",
49
+ "__SNoticeBubble": "___SNoticeBubble_19l6e_gg_",
50
+ "_disablePortal": "__disablePortal_19l6e_gg_",
51
+ "__SNoticeAriaLiveWrapper": "___SNoticeAriaLiveWrapper_19l6e_gg_",
52
+ "@enter": "enter_19l6e",
53
+ "@exit": "exit_19l6e",
54
+ "__SBubble": "___SBubble_19l6e_gg_",
55
+ "__SView": "___SView_19l6e_gg_",
56
+ "_type_info": "_type_info_19l6e_gg_",
57
+ "_type_warning": "_type_warning_19l6e_gg_"
58
58
  });
59
59
  var Notices = function Notices(props) {
60
60
  var styles = props.styles,
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.js","names":[],"sources":["../../src/index.d.ts"],"sourcesContent":["import { PortalProps } from '@semcore/portal';\nimport { UnknownProperties, Intergalactic } from '@semcore/core';\nimport { BoxProps } from '@semcore/flex-box';\n\n/** @deprecated */\nexport interface INoticeBubbleContainerProps\n extends NoticeBubbleContainerProps,\n UnknownProperties {}\nexport type NoticeBubbleContainerProps = BoxProps &\n PortalProps & {\n /** Manager copy */\n manager?: NoticeBubbleManager;\n locale?: string;\n };\n\n/** @deprecated */\nexport interface INoticeBubbleProps extends NoticeBubbleProps, UnknownProperties {}\nexport type NoticeBubbleProps = BoxProps & {\n /**\n * Notice visibility.\n */\n visible?: boolean;\n /**\n * Control under the notice children.\n * */\n action?: React.ReactNode;\n /**\n * Callback triggered by \"Close\" icon click.\n * */\n onClose?: (e?: React.SyntheticEvent) => void;\n /**\n * Notice content.\n * */\n children?: React.ReactNode;\n manager?: NoticeBubbleManager;\n icon?: React.ReactElement;\n};\n/** @deprecated */\nexport interface INoticeBubbleInfoProps extends NoticeBubbleInfoProps, UnknownProperties {}\nexport type NoticeBubbleInfoProps = NoticeBubbleProps & {\n readonly type?: 'info';\n /**\n * Notice display duration. Set to 0 to disable auto-close.\n */\n duration?: number;\n /**\n * Enables animation on first rendering.\n * @default false\n */\n initialAnimation?: boolean;\n /**\n * Use it for complex notices with important controls.\n * If enabled, browser focus will be locked in the notice\n * until it's closed. After close focus should return to the element\n * where it was placed before notice appear.\n */\n focusLock?: boolean;\n};\n\n/** @deprecated */\nexport interface INoticeBubbleWarningProps extends NoticeBubbleWarningProps, UnknownProperties {}\nexport type NoticeBubbleWarningProps = NoticeBubbleProps & {\n readonly type?: 'warning';\n /**\n * Notice display duration.\n */\n duration?: number;\n /**\n * Enables animation on first rendering.\n * @default false\n */\n initialAnimation?: boolean;\n /**\n * Use it for complex notices with important controls.\n * If enabled, browser focus will be locked in the notice\n * until it's closed. After close focus should return to the element\n * where it was placed before notice appear.\n */\n focusLock?: boolean;\n};\n\n/** @deprecated */\nexport interface INoticeBubbleManager extends NoticeBubbleManagerClass, UnknownProperties {}\nexport type NoticeBubbleManagerClass = {\n /**\n * Creates and shows a notice.\n * */\n add: (props: NoticeBubbleInfoProps | NoticeBubbleWarningProps) => {\n uid: string;\n update: (props: Partial<NoticeBubbleInfoProps> | Partial<NoticeBubbleWarningProps>) => boolean;\n remove: () => boolean;\n ref: React.RefObject<HTMLDivElement>;\n focus: () => void;\n };\n /**\n * Updates notice by uid.\n * */\n update: (\n uid: string,\n props: Partial<NoticeBubbleInfoProps> | Partial<NoticeBubbleWarningProps>,\n ) => boolean;\n /**\n * Removes notice by uid.\n * */\n remove: (uid: string) => boolean;\n /**\n * Replace last notice (if it is existing)\n */\n replaceLast: (props: NoticeBubbleInfoProps | NoticeBubbleWarningProps) => void;\n};\n\n/**\n * @deprecated use `NoticeBubbleManager` instead.\n * */\nexport declare const NoticeBubble: Intergalactic.Component<'div', NoticeBubbleInfoProps>;\n/**\n * @deprecated use `NoticeBubbleManager` instead.\n * */\nexport declare const NoticeBubbleWarning: Intergalactic.Component<'div', NoticeBubbleWarningProps>;\nexport declare const NoticeBubbleContainer: Intergalactic.Component<\n 'div',\n NoticeBubbleContainerProps\n> & {\n /**\n * @deprecated use `NoticeBubbleManager` instead.\n * */\n Info: typeof NoticeBubble;\n\n /**\n * @deprecated use `NoticeBubbleManager` instead.\n * */\n Warning: typeof NoticeBubbleWarning;\n};\nexport declare class NoticeBubbleManager implements NoticeBubbleManagerClass {\n /**\n * Creates and shows a notice.\n * */\n add(props: NoticeBubbleInfoProps | NoticeBubbleWarningProps): {\n uid: string;\n update: (props: Partial<NoticeBubbleInfoProps> | Partial<NoticeBubbleWarningProps>) => boolean;\n remove: () => boolean;\n ref: React.RefObject<HTMLDivElement>;\n focus: () => void;\n };\n /**\n * Updates notice by uid.\n * */\n update(\n uid: string,\n props: Partial<NoticeBubbleInfoProps> | Partial<NoticeBubbleWarningProps>,\n ): boolean;\n /**\n * Removes notice by uid.\n * */\n remove(uid: string): boolean;\n /**\n * Replace last notice (if it is existing)\n */\n replaceLast: (props: NoticeBubbleInfoProps | NoticeBubbleWarningProps) => void;\n}\n\nexport declare const noticeBubbleDefaultManager: NoticeBubbleManager;\n\n/**\n * @deprecated Use `import { noticeBubbleDefaultManager } from ...` instead\n */\nexport default noticeBubbleDefaultManager;\n"],"mappings":""}
1
+ {"version":3,"file":"index.d.js","names":[],"sources":["../../src/index.d.ts"],"sourcesContent":["import { PortalProps } from '@semcore/portal';\nimport { UnknownProperties, Intergalactic } from '@semcore/core';\nimport { BoxProps } from '@semcore/flex-box';\n\n/** @deprecated */\nexport interface INoticeBubbleContainerProps\n extends NoticeBubbleContainerProps,\n UnknownProperties {}\nexport type NoticeBubbleContainerProps = BoxProps &\n PortalProps & {\n /** Manager copy */\n manager?: NoticeBubbleManagerClass;\n locale?: string;\n };\n\n/** @deprecated */\nexport interface INoticeBubbleProps extends NoticeBubbleProps, UnknownProperties {}\nexport type NoticeBubbleProps = BoxProps & {\n /**\n * Notice visibility.\n */\n visible?: boolean;\n /**\n * Control under the notice children.\n * */\n action?: React.ReactNode;\n /**\n * Callback triggered by \"Close\" icon click.\n * */\n onClose?: (e?: React.SyntheticEvent) => void;\n /**\n * Notice content.\n * */\n children?: React.ReactNode;\n manager?: NoticeBubbleManager;\n icon?: React.ReactElement;\n};\n/** @deprecated */\nexport interface INoticeBubbleInfoProps extends NoticeBubbleInfoProps, UnknownProperties {}\nexport type NoticeBubbleInfoProps = NoticeBubbleProps & {\n readonly type?: 'info';\n /**\n * Notice display duration. Set to 0 to disable auto-close.\n */\n duration?: number;\n /**\n * Enables animation on first rendering.\n * @default false\n */\n initialAnimation?: boolean;\n /**\n * Use it for complex notices with important controls.\n * If enabled, browser focus will be locked in the notice\n * until it's closed. After close focus should return to the element\n * where it was placed before notice appear.\n */\n focusLock?: boolean;\n};\n\n/** @deprecated */\nexport interface INoticeBubbleWarningProps extends NoticeBubbleWarningProps, UnknownProperties {}\nexport type NoticeBubbleWarningProps = NoticeBubbleProps & {\n readonly type?: 'warning';\n /**\n * Notice display duration.\n */\n duration?: number;\n /**\n * Enables animation on first rendering.\n * @default false\n */\n initialAnimation?: boolean;\n /**\n * Use it for complex notices with important controls.\n * If enabled, browser focus will be locked in the notice\n * until it's closed. After close focus should return to the element\n * where it was placed before notice appear.\n */\n focusLock?: boolean;\n};\n\n/** @deprecated */\nexport interface INoticeBubbleManager extends NoticeBubbleManagerClass, UnknownProperties {}\nexport type NoticeBubbleManagerClass = {\n /**\n * Creates and shows a notice.\n * */\n add: (props: NoticeBubbleInfoProps | NoticeBubbleWarningProps) => {\n uid: string;\n update: (props: Partial<NoticeBubbleInfoProps> | Partial<NoticeBubbleWarningProps>) => boolean;\n remove: () => boolean;\n ref: React.RefObject<HTMLDivElement>;\n focus: () => void;\n };\n /**\n * Updates notice by uid.\n * */\n update: (\n uid: string,\n props: Partial<NoticeBubbleInfoProps> | Partial<NoticeBubbleWarningProps>,\n ) => boolean;\n /**\n * Removes notice by uid.\n * */\n remove: (uid: string) => boolean;\n /**\n * Replace last notice (if it is existing)\n */\n replaceLast: (props: NoticeBubbleInfoProps | NoticeBubbleWarningProps) => void;\n};\n\n/**\n * @deprecated use `NoticeBubbleManager` instead.\n * */\nexport declare const NoticeBubble: Intergalactic.Component<'div', NoticeBubbleInfoProps>;\n/**\n * @deprecated use `NoticeBubbleManager` instead.\n * */\nexport declare const NoticeBubbleWarning: Intergalactic.Component<'div', NoticeBubbleWarningProps>;\nexport declare const NoticeBubbleContainer: Intergalactic.Component<\n 'div',\n NoticeBubbleContainerProps\n> & {\n /**\n * @deprecated use `NoticeBubbleManager` instead.\n * */\n Info: typeof NoticeBubble;\n\n /**\n * @deprecated use `NoticeBubbleManager` instead.\n * */\n Warning: typeof NoticeBubbleWarning;\n};\nexport declare class NoticeBubbleManager implements NoticeBubbleManagerClass {\n /**\n * Creates and shows a notice.\n * */\n add(props: NoticeBubbleInfoProps | NoticeBubbleWarningProps): {\n uid: string;\n update: (props: Partial<NoticeBubbleInfoProps> | Partial<NoticeBubbleWarningProps>) => boolean;\n remove: () => boolean;\n ref: React.RefObject<HTMLDivElement>;\n focus: () => void;\n };\n /**\n * Updates notice by uid.\n * */\n update(\n uid: string,\n props: Partial<NoticeBubbleInfoProps> | Partial<NoticeBubbleWarningProps>,\n ): boolean;\n /**\n * Removes notice by uid.\n * */\n remove(uid: string): boolean;\n /**\n * Replace last notice (if it is existing)\n */\n replaceLast: (props: NoticeBubbleInfoProps | NoticeBubbleWarningProps) => void;\n}\n\nexport declare const noticeBubbleDefaultManager: NoticeBubbleManager;\n\n/**\n * @deprecated Use `import { noticeBubbleDefaultManager } from ...` instead\n */\nexport default noticeBubbleDefaultManager;\n"],"mappings":""}
@@ -31,21 +31,21 @@ import { useFocusLock } from 'intergalactic/utils/lib/use/useFocusLock';
31
31
  import { Hint } from 'intergalactic/tooltip';
32
32
  import { ZIndexStackingContextProvider, zIndexStackingEnhance } from 'intergalactic/utils/lib/zIndexStacking';
33
33
  /*__reshadow-styles__:"./style/notice-bubble.shadow.css"*/
34
- var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/"@keyframes enter_1qpfg{0%{transform:translate(100%,0);max-height:0;overflow:hidden}to{transform:translate(0,0);max-height:100vh;overflow:hidden}}@keyframes exit_1qpfg{0%{max-height:100vh;overflow:hidden;opacity:1}to{max-height:0;overflow:hidden;opacity:0}}.___SBubble_1qpfg_gg_,.___SView_1qpfg_gg_{position:relative;margin-bottom:var(--intergalactic-spacing-3x, 12px);padding:var(--intergalactic-spacing-3x, 12px);padding-right:calc(var(--intergalactic-spacing-8x, 32px) + var(--intergalactic-spacing-1x, 4px));width:100%;border-radius:var(--intergalactic-popper-rounded, 6px);overflow:hidden;box-sizing:border-box;color:var(--intergalactic-text-primary-invert, #ffffff);gap:var(--intergalactic-spacing-2x, 8px)}.___SBubble_1qpfg_gg_._type_info_1qpfg_gg_,.___SView_1qpfg_gg_._type_info_1qpfg_gg_{background:var(--intergalactic-bg-primary-invert, #191b23)}.___SBubble_1qpfg_gg_._type_warning_1qpfg_gg_,.___SView_1qpfg_gg_._type_warning_1qpfg_gg_{background:var(--intergalactic-bg-primary-critical, #ff4953)}.___SContent_1qpfg_gg_{flex-direction:column;gap:var(--intergalactic-spacing-2x, 8px);flex:1}.___SMessage_1qpfg_gg_{font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%)}.___SDismiss_1qpfg_gg_{cursor:pointer;position:absolute;right:0;top:0;margin-top:var(--intergalactic-spacing-2x, 8px);margin-right:var(--intergalactic-spacing-2x, 8px);margin-bottom:var(--intergalactic-spacing-2x, 8px);flex-shrink:0;border:0;background:0 0}.___SDismiss_1qpfg_gg_.__use_1qpfg_gg_{padding:0 1px}.___SIcon_1qpfg_gg_{justify-content:center;align-items:center;height:var(--intergalactic-spacing-5x, 20px)}.___SNoticeBubble_1qpfg_gg_{width:300px;position:fixed;right:var(--intergalactic-spacing-3x, 12px);top:var(--intergalactic-spacing-3x, 12px)}@media (max-width:767px){.___SNoticeBubble_1qpfg_gg_{width:calc(100% - var(--intergalactic-spacing-6x, 24px))}}.___SNoticeBubble_1qpfg_gg_.__disablePortal_1qpfg_gg_{position:sticky;margin-left:auto;height:0}.___SMessage_1qpfg_gg_ a{color:var(--intergalactic-text-link-invert, #8ecdff)}.___SNoticeAriaLiveWrapper_1qpfg_gg_{display:contents}" /*__inner_css_end__*/, "1qpfg_gg_") /*__reshadow_css_end__*/, {
35
- "__SContent": "___SContent_1qpfg_gg_",
36
- "__SMessage": "___SMessage_1qpfg_gg_",
37
- "__SDismiss": "___SDismiss_1qpfg_gg_",
38
- "_use": "__use_1qpfg_gg_",
39
- "__SIcon": "___SIcon_1qpfg_gg_",
40
- "__SNoticeBubble": "___SNoticeBubble_1qpfg_gg_",
41
- "_disablePortal": "__disablePortal_1qpfg_gg_",
42
- "__SNoticeAriaLiveWrapper": "___SNoticeAriaLiveWrapper_1qpfg_gg_",
43
- "@enter": "enter_1qpfg",
44
- "@exit": "exit_1qpfg",
45
- "__SBubble": "___SBubble_1qpfg_gg_",
46
- "__SView": "___SView_1qpfg_gg_",
47
- "_type_info": "_type_info_1qpfg_gg_",
48
- "_type_warning": "_type_warning_1qpfg_gg_"
34
+ var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/"@keyframes enter_19l6e{0%{transform:translate(100%,0);max-height:0;overflow:hidden}to{transform:translate(0,0);max-height:100vh;overflow:hidden}}@keyframes exit_19l6e{0%{max-height:100vh;overflow:hidden;opacity:1}to{max-height:0;overflow:hidden;opacity:0}}.___SBubble_19l6e_gg_,.___SView_19l6e_gg_{position:relative;margin-bottom:var(--intergalactic-spacing-3x, 12px);padding:var(--intergalactic-spacing-3x, 12px);padding-right:calc(var(--intergalactic-spacing-8x, 32px) + var(--intergalactic-spacing-1x, 4px));width:100%;border-radius:var(--intergalactic-popper-rounded, 6px);overflow:hidden;box-sizing:border-box;color:var(--intergalactic-text-primary-invert, #ffffff);gap:var(--intergalactic-spacing-2x, 8px)}.___SBubble_19l6e_gg_._type_info_19l6e_gg_,.___SView_19l6e_gg_._type_info_19l6e_gg_{background:var(--intergalactic-bg-primary-invert, #191b23)}.___SBubble_19l6e_gg_._type_warning_19l6e_gg_,.___SView_19l6e_gg_._type_warning_19l6e_gg_{background:var(--intergalactic-bg-primary-critical, #ff4953)}.___SContent_19l6e_gg_{flex-direction:column;gap:var(--intergalactic-spacing-2x, 8px);flex:1}.___SMessage_19l6e_gg_{font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%)}.___SDismiss_19l6e_gg_{cursor:pointer;position:absolute;right:0;top:0;margin-top:var(--intergalactic-spacing-2x, 8px);margin-right:var(--intergalactic-spacing-2x, 8px);margin-bottom:var(--intergalactic-spacing-2x, 8px);flex-shrink:0;border:0;background:0 0}.___SDismiss_19l6e_gg_.__use_19l6e_gg_{padding:0 1px}.___SIcon_19l6e_gg_{justify-content:center;align-items:center;height:var(--intergalactic-spacing-5x, 20px)}.___SNoticeBubble_19l6e_gg_{width:300px;position:fixed;right:var(--intergalactic-spacing-3x, 12px);top:var(--intergalactic-spacing-3x, 12px)}@media (max-width:767px){.___SNoticeBubble_19l6e_gg_{width:calc(100% - var(--intergalactic-spacing-6x, 24px))}}.___SNoticeBubble_19l6e_gg_.__disablePortal_19l6e_gg_{position:sticky;margin-left:auto;height:0}.___SMessage_19l6e_gg_ a{color:var(--intergalactic-text-link-invert, #8ecdff)}.___SNoticeAriaLiveWrapper_19l6e_gg_{display:contents}" /*__inner_css_end__*/, "19l6e_gg_") /*__reshadow_css_end__*/, {
35
+ "__SContent": "___SContent_19l6e_gg_",
36
+ "__SMessage": "___SMessage_19l6e_gg_",
37
+ "__SDismiss": "___SDismiss_19l6e_gg_",
38
+ "_use": "__use_19l6e_gg_",
39
+ "__SIcon": "___SIcon_19l6e_gg_",
40
+ "__SNoticeBubble": "___SNoticeBubble_19l6e_gg_",
41
+ "_disablePortal": "__disablePortal_19l6e_gg_",
42
+ "__SNoticeAriaLiveWrapper": "___SNoticeAriaLiveWrapper_19l6e_gg_",
43
+ "@enter": "enter_19l6e",
44
+ "@exit": "exit_19l6e",
45
+ "__SBubble": "___SBubble_19l6e_gg_",
46
+ "__SView": "___SView_19l6e_gg_",
47
+ "_type_info": "_type_info_19l6e_gg_",
48
+ "_type_warning": "_type_warning_19l6e_gg_"
49
49
  });
50
50
  import { forkRef, useForkRef } from 'intergalactic/utils/lib/ref';
51
51
  import { getFocusableIn } from 'intergalactic/utils/lib/focus-lock/getFocusableIn';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.js","names":[],"sources":["../../src/index.d.ts"],"sourcesContent":["import { PortalProps } from '@semcore/portal';\nimport { UnknownProperties, Intergalactic } from '@semcore/core';\nimport { BoxProps } from '@semcore/flex-box';\n\n/** @deprecated */\nexport interface INoticeBubbleContainerProps\n extends NoticeBubbleContainerProps,\n UnknownProperties {}\nexport type NoticeBubbleContainerProps = BoxProps &\n PortalProps & {\n /** Manager copy */\n manager?: NoticeBubbleManager;\n locale?: string;\n };\n\n/** @deprecated */\nexport interface INoticeBubbleProps extends NoticeBubbleProps, UnknownProperties {}\nexport type NoticeBubbleProps = BoxProps & {\n /**\n * Notice visibility.\n */\n visible?: boolean;\n /**\n * Control under the notice children.\n * */\n action?: React.ReactNode;\n /**\n * Callback triggered by \"Close\" icon click.\n * */\n onClose?: (e?: React.SyntheticEvent) => void;\n /**\n * Notice content.\n * */\n children?: React.ReactNode;\n manager?: NoticeBubbleManager;\n icon?: React.ReactElement;\n};\n/** @deprecated */\nexport interface INoticeBubbleInfoProps extends NoticeBubbleInfoProps, UnknownProperties {}\nexport type NoticeBubbleInfoProps = NoticeBubbleProps & {\n readonly type?: 'info';\n /**\n * Notice display duration. Set to 0 to disable auto-close.\n */\n duration?: number;\n /**\n * Enables animation on first rendering.\n * @default false\n */\n initialAnimation?: boolean;\n /**\n * Use it for complex notices with important controls.\n * If enabled, browser focus will be locked in the notice\n * until it's closed. After close focus should return to the element\n * where it was placed before notice appear.\n */\n focusLock?: boolean;\n};\n\n/** @deprecated */\nexport interface INoticeBubbleWarningProps extends NoticeBubbleWarningProps, UnknownProperties {}\nexport type NoticeBubbleWarningProps = NoticeBubbleProps & {\n readonly type?: 'warning';\n /**\n * Notice display duration.\n */\n duration?: number;\n /**\n * Enables animation on first rendering.\n * @default false\n */\n initialAnimation?: boolean;\n /**\n * Use it for complex notices with important controls.\n * If enabled, browser focus will be locked in the notice\n * until it's closed. After close focus should return to the element\n * where it was placed before notice appear.\n */\n focusLock?: boolean;\n};\n\n/** @deprecated */\nexport interface INoticeBubbleManager extends NoticeBubbleManagerClass, UnknownProperties {}\nexport type NoticeBubbleManagerClass = {\n /**\n * Creates and shows a notice.\n * */\n add: (props: NoticeBubbleInfoProps | NoticeBubbleWarningProps) => {\n uid: string;\n update: (props: Partial<NoticeBubbleInfoProps> | Partial<NoticeBubbleWarningProps>) => boolean;\n remove: () => boolean;\n ref: React.RefObject<HTMLDivElement>;\n focus: () => void;\n };\n /**\n * Updates notice by uid.\n * */\n update: (\n uid: string,\n props: Partial<NoticeBubbleInfoProps> | Partial<NoticeBubbleWarningProps>,\n ) => boolean;\n /**\n * Removes notice by uid.\n * */\n remove: (uid: string) => boolean;\n /**\n * Replace last notice (if it is existing)\n */\n replaceLast: (props: NoticeBubbleInfoProps | NoticeBubbleWarningProps) => void;\n};\n\n/**\n * @deprecated use `NoticeBubbleManager` instead.\n * */\nexport declare const NoticeBubble: Intergalactic.Component<'div', NoticeBubbleInfoProps>;\n/**\n * @deprecated use `NoticeBubbleManager` instead.\n * */\nexport declare const NoticeBubbleWarning: Intergalactic.Component<'div', NoticeBubbleWarningProps>;\nexport declare const NoticeBubbleContainer: Intergalactic.Component<\n 'div',\n NoticeBubbleContainerProps\n> & {\n /**\n * @deprecated use `NoticeBubbleManager` instead.\n * */\n Info: typeof NoticeBubble;\n\n /**\n * @deprecated use `NoticeBubbleManager` instead.\n * */\n Warning: typeof NoticeBubbleWarning;\n};\nexport declare class NoticeBubbleManager implements NoticeBubbleManagerClass {\n /**\n * Creates and shows a notice.\n * */\n add(props: NoticeBubbleInfoProps | NoticeBubbleWarningProps): {\n uid: string;\n update: (props: Partial<NoticeBubbleInfoProps> | Partial<NoticeBubbleWarningProps>) => boolean;\n remove: () => boolean;\n ref: React.RefObject<HTMLDivElement>;\n focus: () => void;\n };\n /**\n * Updates notice by uid.\n * */\n update(\n uid: string,\n props: Partial<NoticeBubbleInfoProps> | Partial<NoticeBubbleWarningProps>,\n ): boolean;\n /**\n * Removes notice by uid.\n * */\n remove(uid: string): boolean;\n /**\n * Replace last notice (if it is existing)\n */\n replaceLast: (props: NoticeBubbleInfoProps | NoticeBubbleWarningProps) => void;\n}\n\nexport declare const noticeBubbleDefaultManager: NoticeBubbleManager;\n\n/**\n * @deprecated Use `import { noticeBubbleDefaultManager } from ...` instead\n */\nexport default noticeBubbleDefaultManager;\n"],"mappings":""}
1
+ {"version":3,"file":"index.d.js","names":[],"sources":["../../src/index.d.ts"],"sourcesContent":["import { PortalProps } from '@semcore/portal';\nimport { UnknownProperties, Intergalactic } from '@semcore/core';\nimport { BoxProps } from '@semcore/flex-box';\n\n/** @deprecated */\nexport interface INoticeBubbleContainerProps\n extends NoticeBubbleContainerProps,\n UnknownProperties {}\nexport type NoticeBubbleContainerProps = BoxProps &\n PortalProps & {\n /** Manager copy */\n manager?: NoticeBubbleManagerClass;\n locale?: string;\n };\n\n/** @deprecated */\nexport interface INoticeBubbleProps extends NoticeBubbleProps, UnknownProperties {}\nexport type NoticeBubbleProps = BoxProps & {\n /**\n * Notice visibility.\n */\n visible?: boolean;\n /**\n * Control under the notice children.\n * */\n action?: React.ReactNode;\n /**\n * Callback triggered by \"Close\" icon click.\n * */\n onClose?: (e?: React.SyntheticEvent) => void;\n /**\n * Notice content.\n * */\n children?: React.ReactNode;\n manager?: NoticeBubbleManager;\n icon?: React.ReactElement;\n};\n/** @deprecated */\nexport interface INoticeBubbleInfoProps extends NoticeBubbleInfoProps, UnknownProperties {}\nexport type NoticeBubbleInfoProps = NoticeBubbleProps & {\n readonly type?: 'info';\n /**\n * Notice display duration. Set to 0 to disable auto-close.\n */\n duration?: number;\n /**\n * Enables animation on first rendering.\n * @default false\n */\n initialAnimation?: boolean;\n /**\n * Use it for complex notices with important controls.\n * If enabled, browser focus will be locked in the notice\n * until it's closed. After close focus should return to the element\n * where it was placed before notice appear.\n */\n focusLock?: boolean;\n};\n\n/** @deprecated */\nexport interface INoticeBubbleWarningProps extends NoticeBubbleWarningProps, UnknownProperties {}\nexport type NoticeBubbleWarningProps = NoticeBubbleProps & {\n readonly type?: 'warning';\n /**\n * Notice display duration.\n */\n duration?: number;\n /**\n * Enables animation on first rendering.\n * @default false\n */\n initialAnimation?: boolean;\n /**\n * Use it for complex notices with important controls.\n * If enabled, browser focus will be locked in the notice\n * until it's closed. After close focus should return to the element\n * where it was placed before notice appear.\n */\n focusLock?: boolean;\n};\n\n/** @deprecated */\nexport interface INoticeBubbleManager extends NoticeBubbleManagerClass, UnknownProperties {}\nexport type NoticeBubbleManagerClass = {\n /**\n * Creates and shows a notice.\n * */\n add: (props: NoticeBubbleInfoProps | NoticeBubbleWarningProps) => {\n uid: string;\n update: (props: Partial<NoticeBubbleInfoProps> | Partial<NoticeBubbleWarningProps>) => boolean;\n remove: () => boolean;\n ref: React.RefObject<HTMLDivElement>;\n focus: () => void;\n };\n /**\n * Updates notice by uid.\n * */\n update: (\n uid: string,\n props: Partial<NoticeBubbleInfoProps> | Partial<NoticeBubbleWarningProps>,\n ) => boolean;\n /**\n * Removes notice by uid.\n * */\n remove: (uid: string) => boolean;\n /**\n * Replace last notice (if it is existing)\n */\n replaceLast: (props: NoticeBubbleInfoProps | NoticeBubbleWarningProps) => void;\n};\n\n/**\n * @deprecated use `NoticeBubbleManager` instead.\n * */\nexport declare const NoticeBubble: Intergalactic.Component<'div', NoticeBubbleInfoProps>;\n/**\n * @deprecated use `NoticeBubbleManager` instead.\n * */\nexport declare const NoticeBubbleWarning: Intergalactic.Component<'div', NoticeBubbleWarningProps>;\nexport declare const NoticeBubbleContainer: Intergalactic.Component<\n 'div',\n NoticeBubbleContainerProps\n> & {\n /**\n * @deprecated use `NoticeBubbleManager` instead.\n * */\n Info: typeof NoticeBubble;\n\n /**\n * @deprecated use `NoticeBubbleManager` instead.\n * */\n Warning: typeof NoticeBubbleWarning;\n};\nexport declare class NoticeBubbleManager implements NoticeBubbleManagerClass {\n /**\n * Creates and shows a notice.\n * */\n add(props: NoticeBubbleInfoProps | NoticeBubbleWarningProps): {\n uid: string;\n update: (props: Partial<NoticeBubbleInfoProps> | Partial<NoticeBubbleWarningProps>) => boolean;\n remove: () => boolean;\n ref: React.RefObject<HTMLDivElement>;\n focus: () => void;\n };\n /**\n * Updates notice by uid.\n * */\n update(\n uid: string,\n props: Partial<NoticeBubbleInfoProps> | Partial<NoticeBubbleWarningProps>,\n ): boolean;\n /**\n * Removes notice by uid.\n * */\n remove(uid: string): boolean;\n /**\n * Replace last notice (if it is existing)\n */\n replaceLast: (props: NoticeBubbleInfoProps | NoticeBubbleWarningProps) => void;\n}\n\nexport declare const noticeBubbleDefaultManager: NoticeBubbleManager;\n\n/**\n * @deprecated Use `import { noticeBubbleDefaultManager } from ...` instead\n */\nexport default noticeBubbleDefaultManager;\n"],"mappings":""}
@@ -0,0 +1,298 @@
1
+ import H from "@babel/runtime/helpers/esm/extends";
2
+ import z from "@babel/runtime/helpers/esm/objectWithoutProperties";
3
+ import v from "@babel/runtime/helpers/esm/classCallCheck";
4
+ import h from "@babel/runtime/helpers/esm/createClass";
5
+ import g from "@babel/runtime/helpers/esm/assertThisInitialized";
6
+ import b from "@babel/runtime/helpers/esm/inherits";
7
+ import x from "@babel/runtime/helpers/esm/createSuper";
8
+ import s from "@babel/runtime/helpers/esm/defineProperty";
9
+ import d from "@babel/runtime/helpers/esm/objectSpread2";
10
+ import { sstyled as X } from 'intergalactic/utils/lib/core/index';
11
+ import Y, { sstyled as k, assignProps as q, Component as P } from 'intergalactic/core';
12
+ import r from "react";
13
+ import G from 'intergalactic/portal';
14
+ import L from "./NoticeBubbleManager.mjs";
15
+ import { Animation as J } from 'intergalactic/animation';
16
+ import { Box as O, Flex as N } from 'intergalactic/flex-box';
17
+ import Q from 'intergalactic/utils/lib/fire';
18
+ import I from 'intergalactic/utils/lib/isNode';
19
+ import { callAllEventHandlers as A } from 'intergalactic/utils/lib/assignProps';
20
+ import ee from 'intergalactic/icon/Close/m';
21
+ import { Timer as te } from "./utils.mjs";
22
+ import { localizedMessages as $ } from "./translations/__intergalactic-dynamic-locales.mjs";
23
+ import ne from 'intergalactic/utils/lib/enhances/i18nEnhance';
24
+ import { useCssVariable as re } from 'intergalactic/utils/lib/useCssVariable';
25
+ import { contextThemeEnhance as ie } from 'intergalactic/utils/lib/ThemeProvider';
26
+ import D from 'intergalactic/button';
27
+ import { setFocus as ae, useFocusLock as oe } from 'intergalactic/utils/lib/use/useFocusLock';
28
+ import { Hint as le } from 'intergalactic/tooltip';
29
+ import { zIndexStackingEnhance as se, ZIndexStackingContextProvider as ce } from 'intergalactic/utils/lib/zIndexStacking';
30
+ import { forkRef as _e, useForkRef as ue } from 'intergalactic/utils/lib/ref';
31
+ import { getFocusableIn as ge } from 'intergalactic/utils/lib/focus-lock/getFocusableIn';
32
+ var me = ["focusLock"], pe = ["forwardRef", "styles", "onMouseEnter", "onMouseLeave", "getI18nText", "icon", "children", "action", "type"], fe = (
33
+ /*__reshadow_css_start__*/
34
+ (X.insert(
35
+ /*__inner_css_start__*/
36
+ "@keyframes enter_19l6e{0%{transform:translate(100%,0);max-height:0;overflow:hidden}to{transform:translate(0,0);max-height:100vh;overflow:hidden}}@keyframes exit_19l6e{0%{max-height:100vh;overflow:hidden;opacity:1}to{max-height:0;overflow:hidden;opacity:0}}.___SBubble_19l6e_gg_,.___SView_19l6e_gg_{position:relative;margin-bottom:var(--intergalactic-spacing-3x, 12px);padding:var(--intergalactic-spacing-3x, 12px);padding-right:calc(var(--intergalactic-spacing-8x, 32px) + var(--intergalactic-spacing-1x, 4px));width:100%;border-radius:var(--intergalactic-popper-rounded, 6px);overflow:hidden;box-sizing:border-box;color:var(--intergalactic-text-primary-invert, #ffffff);gap:var(--intergalactic-spacing-2x, 8px)}.___SBubble_19l6e_gg_._type_info_19l6e_gg_,.___SView_19l6e_gg_._type_info_19l6e_gg_{background:var(--intergalactic-bg-primary-invert, #191b23)}.___SBubble_19l6e_gg_._type_warning_19l6e_gg_,.___SView_19l6e_gg_._type_warning_19l6e_gg_{background:var(--intergalactic-bg-primary-critical, #ff4953)}.___SContent_19l6e_gg_{flex-direction:column;gap:var(--intergalactic-spacing-2x, 8px);flex:1}.___SMessage_19l6e_gg_{font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%)}.___SDismiss_19l6e_gg_{cursor:pointer;position:absolute;right:0;top:0;margin-top:var(--intergalactic-spacing-2x, 8px);margin-right:var(--intergalactic-spacing-2x, 8px);margin-bottom:var(--intergalactic-spacing-2x, 8px);flex-shrink:0;border:0;background:0 0}.___SDismiss_19l6e_gg_.__use_19l6e_gg_{padding:0 1px}.___SIcon_19l6e_gg_{justify-content:center;align-items:center;height:var(--intergalactic-spacing-5x, 20px)}.___SNoticeBubble_19l6e_gg_{width:300px;position:fixed;right:var(--intergalactic-spacing-3x, 12px);top:var(--intergalactic-spacing-3x, 12px)}@media (max-width:767px){.___SNoticeBubble_19l6e_gg_{width:calc(100% - var(--intergalactic-spacing-6x, 24px))}}.___SNoticeBubble_19l6e_gg_.__disablePortal_19l6e_gg_{position:sticky;margin-left:auto;height:0}.___SMessage_19l6e_gg_ a{color:var(--intergalactic-text-link-invert, #8ecdff)}.___SNoticeAriaLiveWrapper_19l6e_gg_{display:contents}",
37
+ "19l6e_gg_"
38
+ ), {
39
+ __SContent: "___SContent_19l6e_gg_",
40
+ __SMessage: "___SMessage_19l6e_gg_",
41
+ __SDismiss: "___SDismiss_19l6e_gg_",
42
+ _use: "__use_19l6e_gg_",
43
+ __SIcon: "___SIcon_19l6e_gg_",
44
+ __SNoticeBubble: "___SNoticeBubble_19l6e_gg_",
45
+ _disablePortal: "__disablePortal_19l6e_gg_",
46
+ __SNoticeAriaLiveWrapper: "___SNoticeAriaLiveWrapper_19l6e_gg_",
47
+ "@enter": "enter_19l6e",
48
+ "@exit": "exit_19l6e",
49
+ __SBubble: "___SBubble_19l6e_gg_",
50
+ __SView: "___SView_19l6e_gg_",
51
+ _type_info: "_type_info_19l6e_gg_",
52
+ _type_warning: "_type_warning_19l6e_gg_"
53
+ })
54
+ ), V = function(c) {
55
+ var t = c.styles, e = c.data, n = e === void 0 ? [] : e, i = c.tag, a = i === void 0 ? R : i, o = r.useRef(), l = re("--intergalactic-duration-popper", "200", o), p = r.useMemo(function() {
56
+ return parseInt(l, 10);
57
+ }, [l]);
58
+ return n.map(function(_) {
59
+ var u, f;
60
+ return u = k(t), /* @__PURE__ */ r.createElement(J, u.cn("Animation", {
61
+ key: _.uid,
62
+ initialAnimation: _.initialAnimation,
63
+ visible: (f = _.visible) !== null && f !== void 0 ? f : !0,
64
+ duration: p,
65
+ keyframes: [t["@enter"], t["@exit"]],
66
+ ref: o
67
+ }), /* @__PURE__ */ r.createElement(a, u.cn("SView", d(d({}, _), {}, {
68
+ styles: _.styles || t,
69
+ getI18nText: c.getI18nText
70
+ }))));
71
+ });
72
+ }, y = /* @__PURE__ */ function(m) {
73
+ b(t, m);
74
+ var c = x(t);
75
+ function t() {
76
+ var e;
77
+ v(this, t);
78
+ for (var n = arguments.length, i = new Array(n), a = 0; a < n; a++)
79
+ i[a] = arguments[a];
80
+ return e = c.call.apply(c, [this].concat(i)), s(g(e), "_unsubscribe", null), s(g(e), "state", {
81
+ notices: [],
82
+ warnings: []
83
+ }), s(g(e), "componentWillUnmount", function() {
84
+ e._unsubscribe && e._unsubscribe();
85
+ }), s(g(e), "handleChange", function(o) {
86
+ var l = o.filter(function(_) {
87
+ return _.type === "info";
88
+ }), p = o.filter(function(_) {
89
+ return _.type === "warning";
90
+ });
91
+ e.setState({
92
+ notices: l,
93
+ warnings: p
94
+ });
95
+ }), e;
96
+ }
97
+ return h(t, [{
98
+ key: "componentDidMount",
99
+ value: function() {
100
+ this._unsubscribe = this.asProps.manager.addListener(this.handleChange);
101
+ }
102
+ }, {
103
+ key: "render",
104
+ value: function() {
105
+ var n = this.asProps, i, a = O, o = "div", l = this.asProps, p = l.Children, _ = l.styles, u = l.disablePortal, f = l.getI18nText, M = l.ref, C = l.parentZIndexStacking, S = this.state, w = S.notices, E = S.warnings;
106
+ return i = k(_), /* @__PURE__ */ r.createElement(ce, i.cn("ZIndexStackingContextProvider", {
107
+ designToken: "z-index-notice-bubble"
108
+ }), /* @__PURE__ */ r.createElement(G, i.cn("Portal", {
109
+ disablePortal: u
110
+ }), /* @__PURE__ */ r.createElement(a, i.cn("SNoticeBubble", d({}, q({
111
+ ref: M,
112
+ tag: "section",
113
+ role: "region",
114
+ "aria-label": f("notification"),
115
+ zIndex: C
116
+ }, n))), /* @__PURE__ */ r.createElement(p, i.cn("Children", {})), /* @__PURE__ */ r.createElement(V, i.cn("Notices", {
117
+ styles: _,
118
+ data: E,
119
+ tag: F,
120
+ getI18nText: f
121
+ })), /* @__PURE__ */ r.createElement(o, i.cn("SNoticeAriaLiveWrapper", {
122
+ "aria-live": "polite"
123
+ }), /* @__PURE__ */ r.createElement(V, i.cn("Notices", {
124
+ styles: _,
125
+ data: w,
126
+ tag: R,
127
+ getI18nText: f
128
+ }))))));
129
+ }
130
+ }]), t;
131
+ }(P);
132
+ s(y, "displayName", "NoticeBubbleContainer");
133
+ s(y, "style", fe);
134
+ s(y, "enhance", [ne($), ie(), se("z-index-notice-bubble")]);
135
+ s(y, "defaultProps", {
136
+ manager: L,
137
+ i18n: $,
138
+ locale: "en"
139
+ });
140
+ var de = /* @__PURE__ */ r.forwardRef(function(m, c) {
141
+ var t = m.focusLock, e = z(m, me), n = r.useRef();
142
+ oe(n, !1, "auto", !t, !0);
143
+ var i = ue(c, n);
144
+ return /* @__PURE__ */ r.createElement(N, H({
145
+ ref: i
146
+ }, e));
147
+ }), R = /* @__PURE__ */ function(m) {
148
+ b(t, m);
149
+ var c = x(t);
150
+ function t() {
151
+ var e;
152
+ v(this, t);
153
+ for (var n = arguments.length, i = new Array(n), a = 0; a < n; a++)
154
+ i[a] = arguments[a];
155
+ return e = c.call.apply(c, [this].concat(i)), s(g(e), "timer", null), s(g(e), "ref", /* @__PURE__ */ r.createRef()), s(g(e), "closeButtonRef", /* @__PURE__ */ r.createRef()), s(g(e), "handleClose", function(o) {
156
+ Q(g(e), "onClose", o), e.clearTimer();
157
+ }), s(g(e), "handleKeydown", function(o) {
158
+ o.key === "Escape" && e.handleClose(o);
159
+ }), s(g(e), "handleMouseEnter", function() {
160
+ e.timer && e.timer.pause();
161
+ }), s(g(e), "handleMouseLeave", function() {
162
+ e.timer && e.timer.resume();
163
+ }), s(g(e), "handleBodyMouseMove", function(o) {
164
+ var l;
165
+ if ((l = e.timer) !== null && l !== void 0 && l.paused) {
166
+ var p = e.ref.current.getBoundingClientRect(), _ = o.clientX >= p.left && o.clientX <= p.right && o.clientY >= p.top && o.clientY <= p.bottom;
167
+ _ || e.timer.resume();
168
+ }
169
+ }), e;
170
+ }
171
+ return h(t, [{
172
+ key: "componentDidMount",
173
+ value: function() {
174
+ var n = this, i = this.props.duration;
175
+ i && (this.timer = new te(this.handleClose, i), document.body.addEventListener("mousemove", this.handleBodyMouseMove));
176
+ var a = this.ref.current;
177
+ if (a) {
178
+ var o = ge(a).filter(function(l) {
179
+ return l !== n.closeButtonRef.current;
180
+ });
181
+ o.length > 0 && setTimeout(function() {
182
+ return ae(a);
183
+ }, 0);
184
+ }
185
+ }
186
+ }, {
187
+ key: "componentWillUnmount",
188
+ value: function() {
189
+ this.clearTimer(), document.body.removeEventListener("mousemove", this.handleBodyMouseMove);
190
+ }
191
+ }, {
192
+ key: "clearTimer",
193
+ value: function() {
194
+ this.timer && (this.timer.clear(), this.timer = null);
195
+ }
196
+ }, {
197
+ key: "render",
198
+ value: function() {
199
+ var n, i = de, a = le.Trigger, o = N, l = "div", p = "div", _ = N, u = this.props, f = u.forwardRef, M = u.styles, C = u.onMouseEnter, S = u.onMouseLeave, w = u.getI18nText, E = u.icon, W = u.children, B = u.action, j = u.type, K = z(u, pe);
200
+ return n = k(M), /* @__PURE__ */ r.createElement(i, n.cn("SBubble", d(d({}, K), {}, {
201
+ ref: _e(f, this.ref),
202
+ onMouseEnter: A(C, this.handleMouseEnter),
203
+ onMouseLeave: A(S, this.handleMouseLeave),
204
+ onKeyDown: this.handleKeydown,
205
+ role: j === "warning" ? "alert" : this.props.role
206
+ })), /* @__PURE__ */ r.createElement(
207
+ a,
208
+ n.cn("SDismiss", {
209
+ "aria-haspopup": void 0,
210
+ tag: D,
211
+ type: "button",
212
+ use: "tertiary",
213
+ size: "m",
214
+ theme: "invert",
215
+ onClick: this.handleClose,
216
+ "aria-label": w("close"),
217
+ active: !1,
218
+ title: w("close"),
219
+ ref: this.closeButtonRef
220
+ }),
221
+ /* @__PURE__ */ r.createElement(D.Addon, {
222
+ tag: ee,
223
+ color: "icon-primary-invert"
224
+ })
225
+ ), I(E) ? /* @__PURE__ */ r.createElement(r.Fragment, null, /* @__PURE__ */ r.createElement(_, n.cn("SIcon", {}), E), /* @__PURE__ */ r.createElement(o, n.cn("SContent", {}), /* @__PURE__ */ r.createElement(l, n.cn("SMessage", {}), W), I(B) ? /* @__PURE__ */ r.createElement(p, n.cn("SAction", {}), B) : null)) : /* @__PURE__ */ r.createElement(o, n.cn("SContent", {}), /* @__PURE__ */ r.createElement(l, n.cn("SMessage", {}), W), I(B) ? /* @__PURE__ */ r.createElement(p, n.cn("SAction", {}), B) : null));
226
+ }
227
+ }]), t;
228
+ }(P), F = /* @__PURE__ */ function(m) {
229
+ b(t, m);
230
+ var c = x(t);
231
+ function t() {
232
+ return v(this, t), c.apply(this, arguments);
233
+ }
234
+ return h(t);
235
+ }(R);
236
+ s(F, "defaultProps", {
237
+ type: "warning",
238
+ duration: 0
239
+ });
240
+ var T = /* @__PURE__ */ function(m) {
241
+ b(t, m);
242
+ var c = x(t);
243
+ function t() {
244
+ var e;
245
+ v(this, t);
246
+ for (var n = arguments.length, i = new Array(n), a = 0; a < n; a++)
247
+ i[a] = arguments[a];
248
+ return e = c.call.apply(c, [this].concat(i)), s(g(e), "_notice", null), e;
249
+ }
250
+ return h(t, [{
251
+ key: "componentDidMount",
252
+ value: function() {
253
+ this._notice = this.asProps.manager.add(this.asProps);
254
+ }
255
+ }, {
256
+ key: "componentWillUnmount",
257
+ value: function() {
258
+ this._notice && this._notice.remove();
259
+ }
260
+ }, {
261
+ key: "componentDidUpdate",
262
+ value: function() {
263
+ this._notice && this._notice.update(this.asProps);
264
+ }
265
+ }, {
266
+ key: "render",
267
+ value: function() {
268
+ return null;
269
+ }
270
+ }]), t;
271
+ }(P);
272
+ s(T, "defaultProps", {
273
+ duration: 5e3,
274
+ type: "info",
275
+ manager: L
276
+ });
277
+ var U = /* @__PURE__ */ function(m) {
278
+ b(t, m);
279
+ var c = x(t);
280
+ function t() {
281
+ return v(this, t), c.apply(this, arguments);
282
+ }
283
+ return h(t);
284
+ }(T);
285
+ s(U, "defaultProps", {
286
+ duration: 5e3,
287
+ type: "warning",
288
+ manager: L
289
+ });
290
+ var Z = Y(y, {
291
+ Info: T,
292
+ Warning: U
293
+ }), Ye = Z.Info, qe = Z.Warning;
294
+ export {
295
+ Ye as NoticeBubble,
296
+ qe as NoticeBubbleWarning,
297
+ Z as default
298
+ };
@@ -0,0 +1,91 @@
1
+ import s from "@babel/runtime/helpers/esm/objectSpread2";
2
+ import f from "@babel/runtime/helpers/esm/classCallCheck";
3
+ import c from "@babel/runtime/helpers/esm/createClass";
4
+ import u from "@babel/runtime/helpers/esm/defineProperty";
5
+ import l from 'intergalactic/utils/lib/eventEmitter';
6
+ import { callAllEventHandlers as h } from 'intergalactic/utils/lib/assignProps';
7
+ import { setFocus as d } from 'intergalactic/utils/lib/use/useFocusLock';
8
+ import v from "react";
9
+ var m = "CHANGE", p = /* @__PURE__ */ function() {
10
+ function a() {
11
+ f(this, a), u(this, "items", []), u(this, "emitter", null), u(this, "counter", 0), u(this, "replaceTimer", 0), this.emitter = new l();
12
+ }
13
+ return c(a, [{
14
+ key: "addListener",
15
+ value: function(e) {
16
+ return this.emitter.subscribe(m, e);
17
+ }
18
+ }, {
19
+ key: "createItem",
20
+ value: function(e) {
21
+ var t = this;
22
+ return s(s({
23
+ type: "info"
24
+ }, e), {}, {
25
+ onClose: h(e.onClose, function() {
26
+ t.remove(e.uid);
27
+ })
28
+ });
29
+ }
30
+ }, {
31
+ key: "emit",
32
+ value: function() {
33
+ this.emitter.emit(m, this.items);
34
+ }
35
+ }, {
36
+ key: "add",
37
+ value: function(e) {
38
+ var t = this.counter++, i = /* @__PURE__ */ v.createRef(), r = function() {
39
+ return setTimeout(function() {
40
+ return d(i.current);
41
+ }, 0);
42
+ }, o = this.createItem(s({
43
+ uid: t,
44
+ visible: e.initialAnimation ? !0 : void 0,
45
+ forwardRef: i
46
+ }, e));
47
+ return this.items.push(o), this.emit(), {
48
+ uid: t,
49
+ update: this.update.bind(this, t),
50
+ remove: this.remove.bind(this, t),
51
+ ref: i,
52
+ // todo Brauer Ilia: remove this property, because we added logic about autofocus in Notice
53
+ focus: r
54
+ };
55
+ }
56
+ }, {
57
+ key: "update",
58
+ value: function(e, t) {
59
+ var i = this.items.findIndex(function(r) {
60
+ return r.uid === e;
61
+ });
62
+ return i !== -1 ? (this.items[i] = this.createItem(s(s({}, this.items[i]), t)), this.emit(), !0) : !1;
63
+ }
64
+ }, {
65
+ key: "replaceLast",
66
+ value: function(e) {
67
+ var t = this;
68
+ this.replaceTimer && clearTimeout(this.replaceTimer);
69
+ var i = this.items[this.items.length - 1];
70
+ i != null && i.visible && this.remove(this.counter - 1), this.replaceTimer = setTimeout(function() {
71
+ t.add(e);
72
+ }, 300);
73
+ }
74
+ }, {
75
+ key: "remove",
76
+ value: function(e) {
77
+ var t = this, i = this.items.find(function(r) {
78
+ return r.uid === e;
79
+ });
80
+ return i ? (i.visible = !1, setTimeout(function() {
81
+ t.items = t.items.filter(function(r) {
82
+ return r.uid !== e;
83
+ }), t.emit();
84
+ }, 1e3), this.emit(), !0) : !1;
85
+ }
86
+ }]), a;
87
+ }(), N = new p();
88
+ export {
89
+ p as NoticeBubbleManager,
90
+ N as default
91
+ };