intergalactic 15.126.0-prerelease.4 → 15.126.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 (1178) hide show
  1. package/CHANGELOG.md +241 -1
  2. package/accordion/lib/cjs/Accordion.js +5 -2
  3. package/accordion/lib/cjs/Accordion.js.map +1 -1
  4. package/accordion/lib/es6/Accordion.js +5 -2
  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/package.json +1 -1
  31. package/badge/package.json +1 -1
  32. package/base-trigger/lib/esm/BaseTrigger.mjs +109 -0
  33. package/base-trigger/lib/esm/ButtonTrigger.mjs +78 -0
  34. package/base-trigger/lib/esm/FilterTrigger.mjs +205 -0
  35. package/base-trigger/lib/esm/LinkTrigger.mjs +88 -0
  36. package/base-trigger/lib/esm/index.mjs +10 -0
  37. package/base-trigger/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
  38. package/base-trigger/lib/esm/translations/de.json.mjs +9 -0
  39. package/base-trigger/lib/esm/translations/en.json.mjs +10 -0
  40. package/base-trigger/lib/esm/translations/es.json.mjs +9 -0
  41. package/base-trigger/lib/esm/translations/fr.json.mjs +9 -0
  42. package/base-trigger/lib/esm/translations/it.json.mjs +9 -0
  43. package/base-trigger/lib/esm/translations/ja.json.mjs +9 -0
  44. package/base-trigger/lib/esm/translations/ko.json.mjs +9 -0
  45. package/base-trigger/lib/esm/translations/nl.json.mjs +9 -0
  46. package/base-trigger/lib/esm/translations/pl.json.mjs +9 -0
  47. package/base-trigger/lib/esm/translations/pt.json.mjs +9 -0
  48. package/base-trigger/lib/esm/translations/sv.json.mjs +9 -0
  49. package/base-trigger/lib/esm/translations/tr.json.mjs +9 -0
  50. package/base-trigger/lib/esm/translations/vi.json.mjs +9 -0
  51. package/base-trigger/lib/esm/translations/zh.json.mjs +9 -0
  52. package/base-trigger/package.json +1 -1
  53. package/breadcrumbs/lib/esm/Breadcrumbs.mjs +95 -0
  54. package/breadcrumbs/lib/esm/index.mjs +4 -0
  55. package/breadcrumbs/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
  56. package/breadcrumbs/lib/esm/translations/de.json.mjs +7 -0
  57. package/breadcrumbs/lib/esm/translations/en.json.mjs +7 -0
  58. package/breadcrumbs/lib/esm/translations/es.json.mjs +7 -0
  59. package/breadcrumbs/lib/esm/translations/fr.json.mjs +7 -0
  60. package/breadcrumbs/lib/esm/translations/it.json.mjs +7 -0
  61. package/breadcrumbs/lib/esm/translations/ja.json.mjs +7 -0
  62. package/breadcrumbs/lib/esm/translations/ko.json.mjs +7 -0
  63. package/breadcrumbs/lib/esm/translations/nl.json.mjs +7 -0
  64. package/breadcrumbs/lib/esm/translations/pl.json.mjs +7 -0
  65. package/breadcrumbs/lib/esm/translations/pt.json.mjs +7 -0
  66. package/breadcrumbs/lib/esm/translations/sv.json.mjs +7 -0
  67. package/breadcrumbs/lib/esm/translations/tr.json.mjs +7 -0
  68. package/breadcrumbs/lib/esm/translations/vi.json.mjs +7 -0
  69. package/breadcrumbs/lib/esm/translations/zh.json.mjs +7 -0
  70. package/breadcrumbs/package.json +1 -1
  71. package/breakpoints/lib/esm/Breakpoints.mjs +69 -0
  72. package/breakpoints/lib/esm/index.mjs +7 -0
  73. package/breakpoints/package.json +1 -1
  74. package/bulk-textarea/BulkTextarea.types.d.ts +1 -1
  75. package/bulk-textarea/components/InputField/InputField.d.ts +1 -0
  76. package/bulk-textarea/components/InputField/InputField.types.d.ts +4 -3
  77. package/bulk-textarea/lib/cjs/BulkTextarea.js +9 -7
  78. package/bulk-textarea/lib/cjs/BulkTextarea.js.map +1 -1
  79. package/bulk-textarea/lib/cjs/BulkTextarea.types.js.map +1 -1
  80. package/bulk-textarea/lib/cjs/components/InputField/InputField.js +42 -28
  81. package/bulk-textarea/lib/cjs/components/InputField/InputField.js.map +1 -1
  82. package/bulk-textarea/lib/cjs/components/InputField/InputField.types.js.map +1 -1
  83. package/bulk-textarea/lib/cjs/components/InputField/inputField.shadow.css +1 -0
  84. package/bulk-textarea/lib/es6/BulkTextarea.js +9 -7
  85. package/bulk-textarea/lib/es6/BulkTextarea.js.map +1 -1
  86. package/bulk-textarea/lib/es6/BulkTextarea.types.js.map +1 -1
  87. package/bulk-textarea/lib/es6/components/InputField/InputField.js +42 -28
  88. package/bulk-textarea/lib/es6/components/InputField/InputField.js.map +1 -1
  89. package/bulk-textarea/lib/es6/components/InputField/InputField.types.js.map +1 -1
  90. package/bulk-textarea/lib/es6/components/InputField/inputField.shadow.css +1 -0
  91. package/bulk-textarea/lib/esm/BulkTextarea.mjs +212 -0
  92. package/bulk-textarea/lib/esm/components/ClearAll.mjs +16 -0
  93. package/bulk-textarea/lib/esm/components/Counter.mjs +18 -0
  94. package/bulk-textarea/lib/esm/components/ErrorsNavigation.mjs +43 -0
  95. package/bulk-textarea/lib/esm/components/InputField/InputField.mjs +625 -0
  96. package/bulk-textarea/lib/esm/index.mjs +4 -0
  97. package/bulk-textarea/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
  98. package/bulk-textarea/lib/esm/translations/de.json.mjs +13 -0
  99. package/bulk-textarea/lib/esm/translations/en.json.mjs +13 -0
  100. package/bulk-textarea/lib/esm/translations/es.json.mjs +13 -0
  101. package/bulk-textarea/lib/esm/translations/fr.json.mjs +13 -0
  102. package/bulk-textarea/lib/esm/translations/it.json.mjs +13 -0
  103. package/bulk-textarea/lib/esm/translations/ja.json.mjs +13 -0
  104. package/bulk-textarea/lib/esm/translations/ko.json.mjs +13 -0
  105. package/bulk-textarea/lib/esm/translations/nl.json.mjs +13 -0
  106. package/bulk-textarea/lib/esm/translations/pl.json.mjs +13 -0
  107. package/bulk-textarea/lib/esm/translations/pt.json.mjs +13 -0
  108. package/bulk-textarea/lib/esm/translations/sv.json.mjs +13 -0
  109. package/bulk-textarea/lib/esm/translations/tr.json.mjs +13 -0
  110. package/bulk-textarea/lib/esm/translations/vi.json.mjs +13 -0
  111. package/bulk-textarea/lib/esm/translations/zh.json.mjs +13 -0
  112. package/bulk-textarea/lib/types/BulkTextarea.types.d.ts +1 -1
  113. package/bulk-textarea/lib/types/components/InputField/InputField.d.ts +1 -0
  114. package/bulk-textarea/lib/types/components/InputField/InputField.types.d.ts +4 -3
  115. package/bulk-textarea/package.json +1 -1
  116. package/button/package.json +1 -1
  117. package/card/lib/esm/Card.mjs +84 -0
  118. package/card/lib/esm/index.mjs +4 -0
  119. package/card/package.json +1 -1
  120. package/carousel/lib/esm/Carousel.mjs +517 -0
  121. package/carousel/lib/esm/index.mjs +4 -0
  122. package/carousel/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
  123. package/carousel/lib/esm/translations/de.json.mjs +13 -0
  124. package/carousel/lib/esm/translations/en.json.mjs +13 -0
  125. package/carousel/lib/esm/translations/es.json.mjs +13 -0
  126. package/carousel/lib/esm/translations/fr.json.mjs +13 -0
  127. package/carousel/lib/esm/translations/it.json.mjs +13 -0
  128. package/carousel/lib/esm/translations/ja.json.mjs +13 -0
  129. package/carousel/lib/esm/translations/ko.json.mjs +13 -0
  130. package/carousel/lib/esm/translations/nl.json.mjs +13 -0
  131. package/carousel/lib/esm/translations/pl.json.mjs +13 -0
  132. package/carousel/lib/esm/translations/pt.json.mjs +13 -0
  133. package/carousel/lib/esm/translations/sv.json.mjs +13 -0
  134. package/carousel/lib/esm/translations/tr.json.mjs +13 -0
  135. package/carousel/lib/esm/translations/vi.json.mjs +13 -0
  136. package/carousel/lib/esm/translations/zh.json.mjs +13 -0
  137. package/carousel/package.json +1 -1
  138. package/checkbox/lib/esm/Checkbox.mjs +229 -0
  139. package/checkbox/lib/esm/index.mjs +6 -0
  140. package/checkbox/package.json +1 -1
  141. package/color-picker/lib/cjs/ColorPicker.js +24 -24
  142. package/color-picker/lib/cjs/PaletteManager.js +24 -24
  143. package/color-picker/lib/cjs/components/InputColor.js +24 -24
  144. package/color-picker/lib/es6/ColorPicker.js +24 -24
  145. package/color-picker/lib/es6/PaletteManager.js +24 -24
  146. package/color-picker/lib/es6/components/InputColor.js +24 -24
  147. package/color-picker/lib/esm/ColorPicker.mjs +205 -0
  148. package/color-picker/lib/esm/PaletteManager.mjs +145 -0
  149. package/color-picker/lib/esm/components/InputColor.mjs +151 -0
  150. package/color-picker/lib/esm/components/Item.mjs +57 -0
  151. package/color-picker/lib/esm/components/colors.mjs +42 -0
  152. package/color-picker/lib/esm/index.mjs +8 -0
  153. package/color-picker/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
  154. package/color-picker/lib/esm/translations/de.json.mjs +27 -0
  155. package/color-picker/lib/esm/translations/en.json.mjs +27 -0
  156. package/color-picker/lib/esm/translations/es.json.mjs +27 -0
  157. package/color-picker/lib/esm/translations/fr.json.mjs +27 -0
  158. package/color-picker/lib/esm/translations/it.json.mjs +27 -0
  159. package/color-picker/lib/esm/translations/ja.json.mjs +27 -0
  160. package/color-picker/lib/esm/translations/ko.json.mjs +27 -0
  161. package/color-picker/lib/esm/translations/nl.json.mjs +27 -0
  162. package/color-picker/lib/esm/translations/pl.json.mjs +27 -0
  163. package/color-picker/lib/esm/translations/pt.json.mjs +27 -0
  164. package/color-picker/lib/esm/translations/sv.json.mjs +27 -0
  165. package/color-picker/lib/esm/translations/tr.json.mjs +27 -0
  166. package/color-picker/lib/esm/translations/vi.json.mjs +27 -0
  167. package/color-picker/lib/esm/translations/zh.json.mjs +27 -0
  168. package/color-picker/package.json +1 -1
  169. package/components.json +11 -11
  170. package/core/package.json +1 -1
  171. package/counter/lib/esm/AnimatedNumber.mjs +41 -0
  172. package/counter/lib/esm/Counter.mjs +55 -0
  173. package/counter/lib/esm/index.mjs +6 -0
  174. package/counter/package.json +1 -1
  175. package/d3-chart/lib/esm/semcore/d3-chart/src/AnimatedClipPath.mjs +49 -0
  176. package/d3-chart/lib/esm/semcore/d3-chart/src/Area.mjs +170 -0
  177. package/d3-chart/lib/esm/semcore/d3-chart/src/Axis.mjs +333 -0
  178. package/d3-chart/lib/esm/semcore/d3-chart/src/Bar.mjs +160 -0
  179. package/d3-chart/lib/esm/semcore/d3-chart/src/Bubble.mjs +177 -0
  180. package/d3-chart/lib/esm/semcore/d3-chart/src/CompactHorizontalBar.mjs +416 -0
  181. package/d3-chart/lib/esm/semcore/d3-chart/src/Donut.mjs +326 -0
  182. package/d3-chart/lib/esm/semcore/d3-chart/src/Dots.mjs +99 -0
  183. package/d3-chart/lib/esm/semcore/d3-chart/src/GroupBar.mjs +75 -0
  184. package/d3-chart/lib/esm/semcore/d3-chart/src/HorizontalBar.mjs +145 -0
  185. package/d3-chart/lib/esm/semcore/d3-chart/src/Hover.mjs +156 -0
  186. package/d3-chart/lib/esm/semcore/d3-chart/src/Line.mjs +172 -0
  187. package/d3-chart/lib/esm/semcore/d3-chart/src/Pattern.mjs +493 -0
  188. package/d3-chart/lib/esm/semcore/d3-chart/src/Plot.mjs +107 -0
  189. package/d3-chart/lib/esm/semcore/d3-chart/src/Radar.mjs +581 -0
  190. package/d3-chart/lib/esm/semcore/d3-chart/src/RadialTree.mjs +443 -0
  191. package/d3-chart/lib/esm/semcore/d3-chart/src/Reference.mjs +195 -0
  192. package/d3-chart/lib/esm/semcore/d3-chart/src/ResponsiveContainer.mjs +76 -0
  193. package/d3-chart/lib/esm/semcore/d3-chart/src/ScatterPlot.mjs +158 -0
  194. package/d3-chart/lib/esm/semcore/d3-chart/src/StackBar.mjs +139 -0
  195. package/d3-chart/lib/esm/semcore/d3-chart/src/StackedArea.mjs +73 -0
  196. package/d3-chart/lib/esm/semcore/d3-chart/src/Tooltip.mjs +199 -0
  197. package/d3-chart/lib/esm/semcore/d3-chart/src/Venn.mjs +207 -0
  198. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/DataAccessibilityTable.mjs +77 -0
  199. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/PlotA11yModule.mjs +86 -0
  200. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/PlotA11yView.mjs +120 -0
  201. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/bezier.mjs +23 -0
  202. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/focus.mjs +32 -0
  203. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/hints.mjs +98 -0
  204. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/insights.mjs +523 -0
  205. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/intl.mjs +14 -0
  206. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/locale.mjs +26 -0
  207. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/serialize.mjs +277 -0
  208. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/summarize.mjs +13 -0
  209. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/__intergalactic-dynamic-locales.mjs +33 -0
  210. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/de.json.mjs +11 -0
  211. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/en.json.mjs +11 -0
  212. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/es.json.mjs +11 -0
  213. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/fr.json.mjs +11 -0
  214. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/it.json.mjs +11 -0
  215. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/ja.json.mjs +11 -0
  216. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/ko.json.mjs +11 -0
  217. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/nl.json.mjs +11 -0
  218. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/pl.json.mjs +11 -0
  219. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/pt.json.mjs +11 -0
  220. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/sv.json.mjs +11 -0
  221. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/tr.json.mjs +11 -0
  222. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/vi.json.mjs +11 -0
  223. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/zh.json.mjs +11 -0
  224. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/view/__intergalactic-dynamic-locales.mjs +33 -0
  225. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/view/de.json.mjs +47 -0
  226. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/view/en.json.mjs +47 -0
  227. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/view/es.json.mjs +47 -0
  228. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/view/fr.json.mjs +47 -0
  229. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/view/it.json.mjs +47 -0
  230. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/view/ja.json.mjs +47 -0
  231. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/view/ko.json.mjs +47 -0
  232. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/view/nl.json.mjs +47 -0
  233. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/view/pl.json.mjs +47 -0
  234. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/view/pt.json.mjs +47 -0
  235. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/view/sv.json.mjs +47 -0
  236. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/view/tr.json.mjs +47 -0
  237. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/view/vi.json.mjs +47 -0
  238. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/view/zh.json.mjs +47 -0
  239. package/d3-chart/lib/esm/semcore/d3-chart/src/color.mjs +127 -0
  240. package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/AbstractChart.mjs +292 -0
  241. package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/AreaChart.mjs +120 -0
  242. package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/BarChart.mjs +187 -0
  243. package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/BubbleChart.mjs +118 -0
  244. package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/CigaretteChart.mjs +256 -0
  245. package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/CompactHorizontalBarChart.mjs +107 -0
  246. package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/DonutChart.mjs +97 -0
  247. package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/HistogramChart.mjs +138 -0
  248. package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/LineChart.mjs +111 -0
  249. package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/RadarChart.mjs +103 -0
  250. package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/ScatterPlotChart.mjs +121 -0
  251. package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/VennChart.mjs +119 -0
  252. package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/index.mjs +27 -0
  253. package/d3-chart/lib/esm/semcore/d3-chart/src/component/ChartLegend/BaseLegend.mjs +80 -0
  254. package/d3-chart/lib/esm/semcore/d3-chart/src/component/ChartLegend/LegendFlex/LegendFlex.mjs +77 -0
  255. package/d3-chart/lib/esm/semcore/d3-chart/src/component/ChartLegend/LegendItem/LegendItem.mjs +203 -0
  256. package/d3-chart/lib/esm/semcore/d3-chart/src/component/ChartLegend/LegendItem/LegendItem.type.mjs +4 -0
  257. package/d3-chart/lib/esm/semcore/d3-chart/src/component/ChartLegend/LegendTable/LegendTable.mjs +79 -0
  258. package/d3-chart/lib/esm/semcore/d3-chart/src/component/ChartLegend/index.mjs +5 -0
  259. package/d3-chart/lib/esm/semcore/d3-chart/src/component/Cigarette/Cigarette.mjs +96 -0
  260. package/d3-chart/lib/esm/semcore/d3-chart/src/component/StackGroupBar/StackGroupBar.mjs +104 -0
  261. package/d3-chart/lib/esm/semcore/d3-chart/src/createElement.mjs +85 -0
  262. package/d3-chart/lib/esm/semcore/d3-chart/src/index.mjs +70 -0
  263. package/d3-chart/lib/esm/semcore/d3-chart/src/translations/__intergalactic-dynamic-locales.mjs +31 -0
  264. package/d3-chart/lib/esm/semcore/d3-chart/src/translations/en.json.mjs +10 -0
  265. package/d3-chart/lib/esm/semcore/d3-chart/src/translations/es.json.mjs +9 -0
  266. package/d3-chart/lib/esm/semcore/d3-chart/src/translations/fr.json.mjs +9 -0
  267. package/d3-chart/lib/esm/semcore/d3-chart/src/translations/it.json.mjs +9 -0
  268. package/d3-chart/lib/esm/semcore/d3-chart/src/translations/ja.json.mjs +9 -0
  269. package/d3-chart/lib/esm/semcore/d3-chart/src/translations/ko.json.mjs +9 -0
  270. package/d3-chart/lib/esm/semcore/d3-chart/src/translations/nl.json.mjs +9 -0
  271. package/d3-chart/lib/esm/semcore/d3-chart/src/translations/pl.json.mjs +9 -0
  272. package/d3-chart/lib/esm/semcore/d3-chart/src/translations/pt.json.mjs +9 -0
  273. package/d3-chart/lib/esm/semcore/d3-chart/src/translations/sv.json.mjs +9 -0
  274. package/d3-chart/lib/esm/semcore/d3-chart/src/translations/tr.json.mjs +9 -0
  275. package/d3-chart/lib/esm/semcore/d3-chart/src/translations/vi.json.mjs +9 -0
  276. package/d3-chart/lib/esm/semcore/d3-chart/src/translations/zh.json.mjs +9 -0
  277. package/d3-chart/lib/esm/semcore/d3-chart/src/utils.mjs +156 -0
  278. package/d3-chart/package.json +1 -1
  279. package/data-table/lib/esm/Body.mjs +320 -0
  280. package/data-table/lib/esm/DataTable.mjs +442 -0
  281. package/data-table/lib/esm/Head.mjs +257 -0
  282. package/data-table/lib/esm/index.mjs +8 -0
  283. package/data-table/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
  284. package/data-table/lib/esm/translations/de.json.mjs +7 -0
  285. package/data-table/lib/esm/translations/en.json.mjs +7 -0
  286. package/data-table/lib/esm/translations/es.json.mjs +7 -0
  287. package/data-table/lib/esm/translations/fr.json.mjs +7 -0
  288. package/data-table/lib/esm/translations/it.json.mjs +7 -0
  289. package/data-table/lib/esm/translations/ja.json.mjs +7 -0
  290. package/data-table/lib/esm/translations/ko.json.mjs +7 -0
  291. package/data-table/lib/esm/translations/nl.json.mjs +7 -0
  292. package/data-table/lib/esm/translations/pl.json.mjs +7 -0
  293. package/data-table/lib/esm/translations/pt.json.mjs +7 -0
  294. package/data-table/lib/esm/translations/sv.json.mjs +7 -0
  295. package/data-table/lib/esm/translations/tr.json.mjs +7 -0
  296. package/data-table/lib/esm/translations/vi.json.mjs +7 -0
  297. package/data-table/lib/esm/translations/zh.json.mjs +7 -0
  298. package/data-table/lib/esm/utils.mjs +37 -0
  299. package/data-table/package.json +1 -1
  300. package/date-picker/index.d.ts +8 -3
  301. package/date-picker/lib/cjs/components/Calendar.js +21 -21
  302. package/date-picker/lib/cjs/components/DateRangeComparatorAbstract.js +29 -29
  303. package/date-picker/lib/cjs/components/InputTrigger.js +29 -29
  304. package/date-picker/lib/cjs/components/PickerAbstract.js +29 -29
  305. package/date-picker/lib/cjs/components/RangePickerAbstract.js +29 -29
  306. package/date-picker/lib/cjs/index.d.js.map +1 -1
  307. package/date-picker/lib/es6/components/Calendar.js +21 -21
  308. package/date-picker/lib/es6/components/DateRangeComparatorAbstract.js +29 -29
  309. package/date-picker/lib/es6/components/InputTrigger.js +29 -29
  310. package/date-picker/lib/es6/components/PickerAbstract.js +29 -29
  311. package/date-picker/lib/es6/components/RangePickerAbstract.js +29 -29
  312. package/date-picker/lib/es6/index.d.js.map +1 -1
  313. package/date-picker/lib/esm/_virtual/_commonjsHelpers.mjs +8 -0
  314. package/date-picker/lib/esm/_virtual/isBetween.mjs +4 -0
  315. package/date-picker/lib/esm/semcore/date-picker/src/DatePicker.mjs +147 -0
  316. package/date-picker/lib/esm/semcore/date-picker/src/DateRangeComparator.mjs +213 -0
  317. package/date-picker/lib/esm/semcore/date-picker/src/DateRangePicker.mjs +111 -0
  318. package/date-picker/lib/esm/semcore/date-picker/src/MonthDateRangeComparator.mjs +249 -0
  319. package/date-picker/lib/esm/semcore/date-picker/src/MonthPicker.mjs +99 -0
  320. package/date-picker/lib/esm/semcore/date-picker/src/MonthRangePicker.mjs +122 -0
  321. package/date-picker/lib/esm/semcore/date-picker/src/components/ButtonTrigger.mjs +19 -0
  322. package/date-picker/lib/esm/semcore/date-picker/src/components/Calendar.mjs +407 -0
  323. package/date-picker/lib/esm/semcore/date-picker/src/components/DateRangeComparatorAbstract.mjs +500 -0
  324. package/date-picker/lib/esm/semcore/date-picker/src/components/InputTrigger.mjs +650 -0
  325. package/date-picker/lib/esm/semcore/date-picker/src/components/PickerAbstract.mjs +231 -0
  326. package/date-picker/lib/esm/semcore/date-picker/src/components/RangePickerAbstract.mjs +352 -0
  327. package/date-picker/lib/esm/semcore/date-picker/src/components/index.mjs +130 -0
  328. package/date-picker/lib/esm/semcore/date-picker/src/index.mjs +15 -0
  329. package/date-picker/lib/esm/semcore/date-picker/src/translations/__intergalactic-dynamic-locales.mjs +35 -0
  330. package/date-picker/lib/esm/semcore/date-picker/src/translations/de.json.mjs +62 -0
  331. package/date-picker/lib/esm/semcore/date-picker/src/translations/en.json.mjs +70 -0
  332. package/date-picker/lib/esm/semcore/date-picker/src/translations/es.json.mjs +62 -0
  333. package/date-picker/lib/esm/semcore/date-picker/src/translations/fr.json.mjs +62 -0
  334. package/date-picker/lib/esm/semcore/date-picker/src/translations/it.json.mjs +62 -0
  335. package/date-picker/lib/esm/semcore/date-picker/src/translations/ja.json.mjs +62 -0
  336. package/date-picker/lib/esm/semcore/date-picker/src/translations/ko.json.mjs +62 -0
  337. package/date-picker/lib/esm/semcore/date-picker/src/translations/nl.json.mjs +62 -0
  338. package/date-picker/lib/esm/semcore/date-picker/src/translations/pl.json.mjs +62 -0
  339. package/date-picker/lib/esm/semcore/date-picker/src/translations/pt.json.mjs +62 -0
  340. package/date-picker/lib/esm/semcore/date-picker/src/translations/ru.json.mjs +27 -0
  341. package/date-picker/lib/esm/semcore/date-picker/src/translations/sv.json.mjs +62 -0
  342. package/date-picker/lib/esm/semcore/date-picker/src/translations/tr.json.mjs +62 -0
  343. package/date-picker/lib/esm/semcore/date-picker/src/translations/vi.json.mjs +62 -0
  344. package/date-picker/lib/esm/semcore/date-picker/src/translations/zh.json.mjs +62 -0
  345. package/date-picker/lib/esm/semcore/date-picker/src/utils/cronTabScheduler.mjs +84 -0
  346. package/date-picker/lib/esm/semcore/date-picker/src/utils/datesIntersects.mjs +16 -0
  347. package/date-picker/lib/esm/semcore/date-picker/src/utils/formatDate.mjs +21 -0
  348. package/date-picker/lib/esm/semcore/date-picker/src/utils/includesDate.mjs +14 -0
  349. package/date-picker/lib/esm/semcore/date-picker/src/utils/shortDateRangeFormat.mjs +38 -0
  350. package/date-picker/lib/types/index.d.ts +8 -3
  351. package/date-picker/package.json +1 -1
  352. package/divider/lib/esm/Divider.mjs +57 -0
  353. package/divider/lib/esm/index.mjs +4 -0
  354. package/divider/package.json +1 -1
  355. package/dot/lib/esm/Dot.mjs +93 -0
  356. package/dot/lib/esm/index.mjs +4 -0
  357. package/dot/package.json +1 -1
  358. package/drag-and-drop/lib/esm/DragAndDrop.mjs +490 -0
  359. package/drag-and-drop/lib/esm/index.mjs +4 -0
  360. package/drag-and-drop/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
  361. package/drag-and-drop/lib/esm/translations/de.json.mjs +25 -0
  362. package/drag-and-drop/lib/esm/translations/en.json.mjs +25 -0
  363. package/drag-and-drop/lib/esm/translations/es.json.mjs +25 -0
  364. package/drag-and-drop/lib/esm/translations/fr.json.mjs +25 -0
  365. package/drag-and-drop/lib/esm/translations/it.json.mjs +25 -0
  366. package/drag-and-drop/lib/esm/translations/ja.json.mjs +25 -0
  367. package/drag-and-drop/lib/esm/translations/ko.json.mjs +25 -0
  368. package/drag-and-drop/lib/esm/translations/nl.json.mjs +25 -0
  369. package/drag-and-drop/lib/esm/translations/pl.json.mjs +25 -0
  370. package/drag-and-drop/lib/esm/translations/pt.json.mjs +25 -0
  371. package/drag-and-drop/lib/esm/translations/sv.json.mjs +25 -0
  372. package/drag-and-drop/lib/esm/translations/tr.json.mjs +25 -0
  373. package/drag-and-drop/lib/esm/translations/vi.json.mjs +25 -0
  374. package/drag-and-drop/lib/esm/translations/zh.json.mjs +25 -0
  375. package/drag-and-drop/package.json +1 -1
  376. package/dropdown/lib/cjs/Dropdown.js +16 -16
  377. package/dropdown/lib/es6/Dropdown.js +16 -16
  378. package/dropdown/lib/esm/AbstractDropdown.mjs +253 -0
  379. package/dropdown/lib/esm/Dropdown.mjs +179 -0
  380. package/dropdown/lib/esm/DropdownItem.mjs +11 -0
  381. package/dropdown/lib/esm/index.mjs +8 -0
  382. package/dropdown/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
  383. package/dropdown/lib/esm/translations/de.json.mjs +7 -0
  384. package/dropdown/lib/esm/translations/en.json.mjs +7 -0
  385. package/dropdown/lib/esm/translations/es.json.mjs +7 -0
  386. package/dropdown/lib/esm/translations/fr.json.mjs +7 -0
  387. package/dropdown/lib/esm/translations/it.json.mjs +7 -0
  388. package/dropdown/lib/esm/translations/ja.json.mjs +7 -0
  389. package/dropdown/lib/esm/translations/ko.json.mjs +7 -0
  390. package/dropdown/lib/esm/translations/nl.json.mjs +7 -0
  391. package/dropdown/lib/esm/translations/pl.json.mjs +7 -0
  392. package/dropdown/lib/esm/translations/pt.json.mjs +7 -0
  393. package/dropdown/lib/esm/translations/sv.json.mjs +7 -0
  394. package/dropdown/lib/esm/translations/tr.json.mjs +7 -0
  395. package/dropdown/lib/esm/translations/vi.json.mjs +7 -0
  396. package/dropdown/lib/esm/translations/zh.json.mjs +7 -0
  397. package/dropdown/package.json +1 -1
  398. package/dropdown-menu/lib/cjs/DropdownMenu.js +18 -18
  399. package/dropdown-menu/lib/es6/DropdownMenu.js +18 -18
  400. package/dropdown-menu/lib/esm/DropdownMenu.mjs +386 -0
  401. package/dropdown-menu/lib/esm/index.mjs +4 -0
  402. package/dropdown-menu/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
  403. package/dropdown-menu/lib/esm/translations/de.json.mjs +7 -0
  404. package/dropdown-menu/lib/esm/translations/en.json.mjs +4 -0
  405. package/dropdown-menu/lib/esm/translations/es.json.mjs +7 -0
  406. package/dropdown-menu/lib/esm/translations/fr.json.mjs +7 -0
  407. package/dropdown-menu/lib/esm/translations/it.json.mjs +7 -0
  408. package/dropdown-menu/lib/esm/translations/ja.json.mjs +7 -0
  409. package/dropdown-menu/lib/esm/translations/ko.json.mjs +7 -0
  410. package/dropdown-menu/lib/esm/translations/nl.json.mjs +7 -0
  411. package/dropdown-menu/lib/esm/translations/pl.json.mjs +7 -0
  412. package/dropdown-menu/lib/esm/translations/pt.json.mjs +7 -0
  413. package/dropdown-menu/lib/esm/translations/sv.json.mjs +7 -0
  414. package/dropdown-menu/lib/esm/translations/tr.json.mjs +7 -0
  415. package/dropdown-menu/lib/esm/translations/vi.json.mjs +7 -0
  416. package/dropdown-menu/lib/esm/translations/zh.json.mjs +7 -0
  417. package/dropdown-menu/package.json +1 -1
  418. package/ellipsis/lib/esm/Ellipsis.mjs +204 -0
  419. package/ellipsis/lib/esm/index.mjs +6 -0
  420. package/ellipsis/lib/esm/useResizeObserver.mjs +24 -0
  421. package/ellipsis/package.json +1 -1
  422. package/errors/lib/esm/AccessDenied/index.mjs +49 -0
  423. package/errors/lib/esm/AccessDenied/translations/__intergalactic-dynamic-locales.mjs +35 -0
  424. package/errors/lib/esm/AccessDenied/translations/de.json.mjs +11 -0
  425. package/errors/lib/esm/AccessDenied/translations/en.json.mjs +11 -0
  426. package/errors/lib/esm/AccessDenied/translations/es.json.mjs +11 -0
  427. package/errors/lib/esm/AccessDenied/translations/fr.json.mjs +11 -0
  428. package/errors/lib/esm/AccessDenied/translations/it.json.mjs +11 -0
  429. package/errors/lib/esm/AccessDenied/translations/ja.json.mjs +11 -0
  430. package/errors/lib/esm/AccessDenied/translations/ko.json.mjs +11 -0
  431. package/errors/lib/esm/AccessDenied/translations/nl.json.mjs +11 -0
  432. package/errors/lib/esm/AccessDenied/translations/pl.json.mjs +11 -0
  433. package/errors/lib/esm/AccessDenied/translations/pt.json.mjs +11 -0
  434. package/errors/lib/esm/AccessDenied/translations/ru.json.mjs +12 -0
  435. package/errors/lib/esm/AccessDenied/translations/sv.json.mjs +11 -0
  436. package/errors/lib/esm/AccessDenied/translations/tr.json.mjs +11 -0
  437. package/errors/lib/esm/AccessDenied/translations/vi.json.mjs +11 -0
  438. package/errors/lib/esm/AccessDenied/translations/zh.json.mjs +11 -0
  439. package/errors/lib/esm/Error.mjs +74 -0
  440. package/errors/lib/esm/Maintenance/index.mjs +47 -0
  441. package/errors/lib/esm/Maintenance/translations/__intergalactic-dynamic-locales.mjs +35 -0
  442. package/errors/lib/esm/Maintenance/translations/de.json.mjs +11 -0
  443. package/errors/lib/esm/Maintenance/translations/en.json.mjs +11 -0
  444. package/errors/lib/esm/Maintenance/translations/es.json.mjs +11 -0
  445. package/errors/lib/esm/Maintenance/translations/fr.json.mjs +11 -0
  446. package/errors/lib/esm/Maintenance/translations/it.json.mjs +11 -0
  447. package/errors/lib/esm/Maintenance/translations/ja.json.mjs +11 -0
  448. package/errors/lib/esm/Maintenance/translations/ko.json.mjs +11 -0
  449. package/errors/lib/esm/Maintenance/translations/nl.json.mjs +11 -0
  450. package/errors/lib/esm/Maintenance/translations/pl.json.mjs +11 -0
  451. package/errors/lib/esm/Maintenance/translations/pt.json.mjs +11 -0
  452. package/errors/lib/esm/Maintenance/translations/ru.json.mjs +11 -0
  453. package/errors/lib/esm/Maintenance/translations/sv.json.mjs +11 -0
  454. package/errors/lib/esm/Maintenance/translations/tr.json.mjs +11 -0
  455. package/errors/lib/esm/Maintenance/translations/vi.json.mjs +11 -0
  456. package/errors/lib/esm/Maintenance/translations/zh.json.mjs +11 -0
  457. package/errors/lib/esm/PageError/index.mjs +54 -0
  458. package/errors/lib/esm/PageError/translations/__intergalactic-dynamic-locales.mjs +35 -0
  459. package/errors/lib/esm/PageError/translations/de.json.mjs +11 -0
  460. package/errors/lib/esm/PageError/translations/en.json.mjs +11 -0
  461. package/errors/lib/esm/PageError/translations/es.json.mjs +11 -0
  462. package/errors/lib/esm/PageError/translations/fr.json.mjs +11 -0
  463. package/errors/lib/esm/PageError/translations/it.json.mjs +11 -0
  464. package/errors/lib/esm/PageError/translations/ja.json.mjs +11 -0
  465. package/errors/lib/esm/PageError/translations/ko.json.mjs +11 -0
  466. package/errors/lib/esm/PageError/translations/nl.json.mjs +11 -0
  467. package/errors/lib/esm/PageError/translations/pl.json.mjs +11 -0
  468. package/errors/lib/esm/PageError/translations/pt.json.mjs +11 -0
  469. package/errors/lib/esm/PageError/translations/ru.json.mjs +11 -0
  470. package/errors/lib/esm/PageError/translations/sv.json.mjs +11 -0
  471. package/errors/lib/esm/PageError/translations/tr.json.mjs +11 -0
  472. package/errors/lib/esm/PageError/translations/vi.json.mjs +11 -0
  473. package/errors/lib/esm/PageError/translations/zh.json.mjs +11 -0
  474. package/errors/lib/esm/PageNotFound/index.mjs +47 -0
  475. package/errors/lib/esm/PageNotFound/translations/__intergalactic-dynamic-locales.mjs +35 -0
  476. package/errors/lib/esm/PageNotFound/translations/de.json.mjs +11 -0
  477. package/errors/lib/esm/PageNotFound/translations/en.json.mjs +11 -0
  478. package/errors/lib/esm/PageNotFound/translations/es.json.mjs +11 -0
  479. package/errors/lib/esm/PageNotFound/translations/fr.json.mjs +11 -0
  480. package/errors/lib/esm/PageNotFound/translations/it.json.mjs +11 -0
  481. package/errors/lib/esm/PageNotFound/translations/ja.json.mjs +11 -0
  482. package/errors/lib/esm/PageNotFound/translations/ko.json.mjs +11 -0
  483. package/errors/lib/esm/PageNotFound/translations/nl.json.mjs +11 -0
  484. package/errors/lib/esm/PageNotFound/translations/pl.json.mjs +11 -0
  485. package/errors/lib/esm/PageNotFound/translations/pt.json.mjs +11 -0
  486. package/errors/lib/esm/PageNotFound/translations/ru.json.mjs +11 -0
  487. package/errors/lib/esm/PageNotFound/translations/sv.json.mjs +11 -0
  488. package/errors/lib/esm/PageNotFound/translations/tr.json.mjs +11 -0
  489. package/errors/lib/esm/PageNotFound/translations/vi.json.mjs +11 -0
  490. package/errors/lib/esm/PageNotFound/translations/zh.json.mjs +11 -0
  491. package/errors/lib/esm/ProjectNotFound/index.mjs +63 -0
  492. package/errors/lib/esm/ProjectNotFound/translations/__intergalactic-dynamic-locales.mjs +35 -0
  493. package/errors/lib/esm/ProjectNotFound/translations/de.json.mjs +13 -0
  494. package/errors/lib/esm/ProjectNotFound/translations/en.json.mjs +13 -0
  495. package/errors/lib/esm/ProjectNotFound/translations/es.json.mjs +13 -0
  496. package/errors/lib/esm/ProjectNotFound/translations/fr.json.mjs +13 -0
  497. package/errors/lib/esm/ProjectNotFound/translations/it.json.mjs +13 -0
  498. package/errors/lib/esm/ProjectNotFound/translations/ja.json.mjs +13 -0
  499. package/errors/lib/esm/ProjectNotFound/translations/ko.json.mjs +13 -0
  500. package/errors/lib/esm/ProjectNotFound/translations/nl.json.mjs +13 -0
  501. package/errors/lib/esm/ProjectNotFound/translations/pl.json.mjs +13 -0
  502. package/errors/lib/esm/ProjectNotFound/translations/pt.json.mjs +13 -0
  503. package/errors/lib/esm/ProjectNotFound/translations/ru.json.mjs +14 -0
  504. package/errors/lib/esm/ProjectNotFound/translations/sv.json.mjs +13 -0
  505. package/errors/lib/esm/ProjectNotFound/translations/tr.json.mjs +13 -0
  506. package/errors/lib/esm/ProjectNotFound/translations/vi.json.mjs +13 -0
  507. package/errors/lib/esm/ProjectNotFound/translations/zh.json.mjs +13 -0
  508. package/errors/lib/esm/index.mjs +15 -0
  509. package/errors/package.json +1 -1
  510. package/feature-popover/lib/esm/FeaturePopover.mjs +178 -0
  511. package/feature-popover/lib/esm/index.mjs +4 -0
  512. package/feature-popover/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
  513. package/feature-popover/lib/esm/translations/de.json.mjs +7 -0
  514. package/feature-popover/lib/esm/translations/en.json.mjs +7 -0
  515. package/feature-popover/lib/esm/translations/es.json.mjs +7 -0
  516. package/feature-popover/lib/esm/translations/fr.json.mjs +7 -0
  517. package/feature-popover/lib/esm/translations/it.json.mjs +7 -0
  518. package/feature-popover/lib/esm/translations/ja.json.mjs +7 -0
  519. package/feature-popover/lib/esm/translations/ko.json.mjs +7 -0
  520. package/feature-popover/lib/esm/translations/nl.json.mjs +7 -0
  521. package/feature-popover/lib/esm/translations/pl.json.mjs +7 -0
  522. package/feature-popover/lib/esm/translations/pt.json.mjs +7 -0
  523. package/feature-popover/lib/esm/translations/sv.json.mjs +7 -0
  524. package/feature-popover/lib/esm/translations/tr.json.mjs +7 -0
  525. package/feature-popover/lib/esm/translations/vi.json.mjs +7 -0
  526. package/feature-popover/lib/esm/translations/zh.json.mjs +7 -0
  527. package/feature-popover/package.json +1 -1
  528. package/feedback-form/lib/esm/FeedbackForm.mjs +137 -0
  529. package/feedback-form/lib/esm/component/checkbox-button/CheckboxButton.mjs +50 -0
  530. package/feedback-form/lib/esm/component/feedback-item/FeedbackItem.mjs +45 -0
  531. package/feedback-form/lib/esm/component/feedback-rating/FeedbackRating.mjs +310 -0
  532. package/feedback-form/lib/esm/component/slider-rating/SliderRating.mjs +173 -0
  533. package/feedback-form/lib/esm/component/submit-button/SubmitButton.mjs +15 -0
  534. package/feedback-form/lib/esm/index.mjs +6 -0
  535. package/feedback-form/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
  536. package/feedback-form/lib/esm/translations/de.json.mjs +21 -0
  537. package/feedback-form/lib/esm/translations/en.json.mjs +21 -0
  538. package/feedback-form/lib/esm/translations/es.json.mjs +21 -0
  539. package/feedback-form/lib/esm/translations/fr.json.mjs +21 -0
  540. package/feedback-form/lib/esm/translations/it.json.mjs +21 -0
  541. package/feedback-form/lib/esm/translations/ja.json.mjs +21 -0
  542. package/feedback-form/lib/esm/translations/ko.json.mjs +21 -0
  543. package/feedback-form/lib/esm/translations/nl.json.mjs +21 -0
  544. package/feedback-form/lib/esm/translations/pl.json.mjs +21 -0
  545. package/feedback-form/lib/esm/translations/pt.json.mjs +21 -0
  546. package/feedback-form/lib/esm/translations/sv.json.mjs +21 -0
  547. package/feedback-form/lib/esm/translations/tr.json.mjs +21 -0
  548. package/feedback-form/lib/esm/translations/vi.json.mjs +21 -0
  549. package/feedback-form/lib/esm/translations/zh.json.mjs +21 -0
  550. package/feedback-form/package.json +1 -1
  551. package/flags/package.json +1 -1
  552. package/flex-box/package.json +1 -1
  553. package/format-text/package.json +1 -1
  554. package/fullscreen-modal/lib/esm/FullscreenModal.mjs +180 -0
  555. package/fullscreen-modal/lib/esm/index.mjs +4 -0
  556. package/fullscreen-modal/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
  557. package/fullscreen-modal/lib/esm/translations/de.json.mjs +9 -0
  558. package/fullscreen-modal/lib/esm/translations/en.json.mjs +9 -0
  559. package/fullscreen-modal/lib/esm/translations/es.json.mjs +9 -0
  560. package/fullscreen-modal/lib/esm/translations/fr.json.mjs +9 -0
  561. package/fullscreen-modal/lib/esm/translations/it.json.mjs +9 -0
  562. package/fullscreen-modal/lib/esm/translations/ja.json.mjs +9 -0
  563. package/fullscreen-modal/lib/esm/translations/ko.json.mjs +9 -0
  564. package/fullscreen-modal/lib/esm/translations/nl.json.mjs +9 -0
  565. package/fullscreen-modal/lib/esm/translations/pl.json.mjs +9 -0
  566. package/fullscreen-modal/lib/esm/translations/pt.json.mjs +9 -0
  567. package/fullscreen-modal/lib/esm/translations/sv.json.mjs +9 -0
  568. package/fullscreen-modal/lib/esm/translations/tr.json.mjs +9 -0
  569. package/fullscreen-modal/lib/esm/translations/vi.json.mjs +9 -0
  570. package/fullscreen-modal/lib/esm/translations/zh.json.mjs +9 -0
  571. package/fullscreen-modal/package.json +1 -1
  572. package/grid/lib/esm/Grid.mjs +192 -0
  573. package/grid/lib/esm/index.mjs +6 -0
  574. package/grid/package.json +1 -1
  575. package/i18n-unplugin/package.json +1 -1
  576. package/icon/color/Confluence/l/index.js +4 -4
  577. package/icon/color/Confluence/l/index.mjs +4 -4
  578. package/icon/color/Confluence/m/index.js +4 -4
  579. package/icon/color/Confluence/m/index.mjs +4 -4
  580. package/icon/color/MetaColored/l/index.js +4 -4
  581. package/icon/color/MetaColored/l/index.mjs +4 -4
  582. package/icon/color/MetaColored/m/index.js +4 -4
  583. package/icon/color/MetaColored/m/index.mjs +4 -4
  584. package/icon/color/MicrosoftOffice/l/index.js +10 -10
  585. package/icon/color/MicrosoftOffice/l/index.mjs +10 -10
  586. package/icon/color/MicrosoftOffice/m/index.js +10 -10
  587. package/icon/color/MicrosoftOffice/m/index.mjs +10 -10
  588. package/icon/external/FacebookClick/index.js +2 -2
  589. package/icon/external/FacebookClick/index.mjs +2 -2
  590. package/icon/external/FacebookComment/index.js +2 -2
  591. package/icon/external/FacebookComment/index.mjs +2 -2
  592. package/icon/external/FacebookLike/index.js +2 -2
  593. package/icon/external/FacebookLike/index.mjs +2 -2
  594. package/icon/external/FacebookSemrush/index.js +2 -2
  595. package/icon/external/FacebookSemrush/index.mjs +2 -2
  596. package/icon/external/FacebookShare/index.js +2 -2
  597. package/icon/external/FacebookShare/index.mjs +2 -2
  598. package/icon/external/FacebookView/index.js +2 -2
  599. package/icon/external/FacebookView/index.mjs +2 -2
  600. package/icon/external/InstagramClick/index.js +2 -2
  601. package/icon/external/InstagramClick/index.mjs +2 -2
  602. package/icon/external/InstagramComment/index.js +2 -2
  603. package/icon/external/InstagramComment/index.mjs +2 -2
  604. package/icon/external/InstagramLike/index.js +2 -2
  605. package/icon/external/InstagramLike/index.mjs +2 -2
  606. package/icon/external/InstagramSave/index.js +2 -2
  607. package/icon/external/InstagramSave/index.mjs +2 -2
  608. package/icon/external/InstagramView/index.js +2 -2
  609. package/icon/external/InstagramView/index.mjs +2 -2
  610. package/icon/external/LinkedInClick/index.js +2 -2
  611. package/icon/external/LinkedInClick/index.mjs +2 -2
  612. package/icon/external/LinkedInComment/index.js +2 -2
  613. package/icon/external/LinkedInComment/index.mjs +2 -2
  614. package/icon/external/LinkedInLike/index.js +2 -2
  615. package/icon/external/LinkedInLike/index.mjs +2 -2
  616. package/icon/external/LinkedInSemrush/index.js +2 -2
  617. package/icon/external/LinkedInSemrush/index.mjs +2 -2
  618. package/icon/external/LinkedInShare/index.js +2 -2
  619. package/icon/external/LinkedInShare/index.mjs +2 -2
  620. package/icon/external/LinkedInView/index.js +2 -2
  621. package/icon/external/LinkedInView/index.mjs +2 -2
  622. package/icon/external/PinterestComment/index.js +2 -2
  623. package/icon/external/PinterestComment/index.mjs +2 -2
  624. package/icon/external/PinterestSave/index.js +2 -2
  625. package/icon/external/PinterestSave/index.mjs +2 -2
  626. package/icon/external/PinterestSend/index.js +2 -2
  627. package/icon/external/PinterestSend/index.mjs +2 -2
  628. package/icon/external/TwitterClick/index.js +2 -2
  629. package/icon/external/TwitterClick/index.mjs +2 -2
  630. package/icon/external/TwitterLike/index.js +2 -2
  631. package/icon/external/TwitterLike/index.mjs +2 -2
  632. package/icon/external/TwitterReply/index.js +2 -2
  633. package/icon/external/TwitterReply/index.mjs +2 -2
  634. package/icon/external/TwitterRetweet/index.js +2 -2
  635. package/icon/external/TwitterRetweet/index.mjs +2 -2
  636. package/icon/external/TwitterSemrush/index.js +2 -2
  637. package/icon/external/TwitterSemrush/index.mjs +2 -2
  638. package/icon/external/TwitterView/index.js +2 -2
  639. package/icon/external/TwitterView/index.mjs +2 -2
  640. package/icon/lib/cjs/Icon.js +5 -5
  641. package/icon/lib/es6/Icon.js +5 -5
  642. package/icon/lib/esm/Icon.mjs +32 -32
  643. package/icon/package.json +1 -1
  644. package/icon/pay/Discover/l/index.js +1 -1
  645. package/icon/pay/Discover/l/index.mjs +1 -1
  646. package/icon/pay/Discover/m/index.js +1 -1
  647. package/icon/pay/Discover/m/index.mjs +1 -1
  648. package/icon/pay/JCB/l/index.js +10 -10
  649. package/icon/pay/JCB/l/index.mjs +10 -10
  650. package/icon/pay/JCB/m/index.js +10 -10
  651. package/icon/pay/JCB/m/index.mjs +10 -10
  652. package/icon/pay/Visa/l/index.js +2 -2
  653. package/icon/pay/Visa/l/index.mjs +2 -2
  654. package/icon/pay/Visa/m/index.js +2 -2
  655. package/icon/pay/Visa/m/index.mjs +2 -2
  656. package/icon/platform/AdsToolkit/index.d.ts +6 -0
  657. package/icon/platform/AdsToolkit/index.js +42 -0
  658. package/icon/platform/AdsToolkit/index.mjs +31 -0
  659. package/icon/platform/AdsToolkit/index.mjs.d.ts +6 -0
  660. package/icon/platform/AppCenter/index.d.ts +6 -0
  661. package/icon/platform/AppCenter/index.js +41 -0
  662. package/icon/platform/AppCenter/index.mjs +30 -0
  663. package/icon/platform/AppCenter/index.mjs.d.ts +6 -0
  664. package/icon/platform/ContentToolkit/index.d.ts +6 -0
  665. package/icon/platform/ContentToolkit/index.js +36 -0
  666. package/icon/platform/ContentToolkit/index.mjs +25 -0
  667. package/icon/platform/ContentToolkit/index.mjs.d.ts +6 -0
  668. package/icon/platform/HomePlatform/index.d.ts +6 -0
  669. package/icon/platform/HomePlatform/index.js +39 -0
  670. package/icon/platform/HomePlatform/index.mjs +28 -0
  671. package/icon/platform/HomePlatform/index.mjs.d.ts +6 -0
  672. package/icon/platform/LocalToolkit/index.d.ts +6 -0
  673. package/icon/platform/LocalToolkit/index.js +38 -0
  674. package/icon/platform/LocalToolkit/index.mjs +27 -0
  675. package/icon/platform/LocalToolkit/index.mjs.d.ts +6 -0
  676. package/icon/platform/ReportsToolkit/index.d.ts +6 -0
  677. package/icon/platform/ReportsToolkit/index.js +41 -0
  678. package/icon/platform/ReportsToolkit/index.mjs +30 -0
  679. package/icon/platform/ReportsToolkit/index.mjs.d.ts +6 -0
  680. package/icon/platform/SEOToolkit/index.d.ts +6 -0
  681. package/icon/platform/SEOToolkit/index.js +41 -0
  682. package/icon/platform/SEOToolkit/index.mjs +30 -0
  683. package/icon/platform/SEOToolkit/index.mjs.d.ts +6 -0
  684. package/icon/platform/SocialToolkit/index.d.ts +6 -0
  685. package/icon/platform/SocialToolkit/index.js +38 -0
  686. package/icon/platform/SocialToolkit/index.mjs +27 -0
  687. package/icon/platform/SocialToolkit/index.mjs.d.ts +6 -0
  688. package/icon/platform/TrafficMarketToolkit/index.d.ts +6 -0
  689. package/icon/platform/TrafficMarketToolkit/index.js +36 -0
  690. package/icon/platform/TrafficMarketToolkit/index.mjs +25 -0
  691. package/icon/platform/TrafficMarketToolkit/index.mjs.d.ts +6 -0
  692. package/illustration/package.json +1 -1
  693. package/inline-edit/lib/esm/InlineEdit.mjs +140 -0
  694. package/inline-edit/lib/esm/index.mjs +4 -0
  695. package/inline-edit/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
  696. package/inline-edit/lib/esm/translations/de.json.mjs +7 -0
  697. package/inline-edit/lib/esm/translations/en.json.mjs +7 -0
  698. package/inline-edit/lib/esm/translations/es.json.mjs +7 -0
  699. package/inline-edit/lib/esm/translations/fr.json.mjs +7 -0
  700. package/inline-edit/lib/esm/translations/it.json.mjs +7 -0
  701. package/inline-edit/lib/esm/translations/ja.json.mjs +7 -0
  702. package/inline-edit/lib/esm/translations/ko.json.mjs +7 -0
  703. package/inline-edit/lib/esm/translations/nl.json.mjs +7 -0
  704. package/inline-edit/lib/esm/translations/pl.json.mjs +7 -0
  705. package/inline-edit/lib/esm/translations/pt.json.mjs +7 -0
  706. package/inline-edit/lib/esm/translations/sv.json.mjs +7 -0
  707. package/inline-edit/lib/esm/translations/tr.json.mjs +7 -0
  708. package/inline-edit/lib/esm/translations/vi.json.mjs +7 -0
  709. package/inline-edit/lib/esm/translations/zh.json.mjs +7 -0
  710. package/inline-edit/package.json +1 -1
  711. package/inline-input/lib/esm/InlineInput.mjs +305 -0
  712. package/inline-input/lib/esm/index.mjs +4 -0
  713. package/inline-input/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
  714. package/inline-input/lib/esm/translations/de.json.mjs +9 -0
  715. package/inline-input/lib/esm/translations/en.json.mjs +9 -0
  716. package/inline-input/lib/esm/translations/es.json.mjs +9 -0
  717. package/inline-input/lib/esm/translations/fr.json.mjs +9 -0
  718. package/inline-input/lib/esm/translations/it.json.mjs +9 -0
  719. package/inline-input/lib/esm/translations/ja.json.mjs +9 -0
  720. package/inline-input/lib/esm/translations/ko.json.mjs +9 -0
  721. package/inline-input/lib/esm/translations/nl.json.mjs +9 -0
  722. package/inline-input/lib/esm/translations/pl.json.mjs +9 -0
  723. package/inline-input/lib/esm/translations/pt.json.mjs +9 -0
  724. package/inline-input/lib/esm/translations/sv.json.mjs +9 -0
  725. package/inline-input/lib/esm/translations/tr.json.mjs +9 -0
  726. package/inline-input/lib/esm/translations/vi.json.mjs +9 -0
  727. package/inline-input/lib/esm/translations/zh.json.mjs +9 -0
  728. package/inline-input/package.json +1 -1
  729. package/input/lib/esm/Input.mjs +185 -0
  730. package/input/lib/esm/index.mjs +4 -0
  731. package/input/package.json +1 -1
  732. package/input-mask/lib/cjs/InputMask.js +0 -9
  733. package/input-mask/lib/cjs/InputMask.js.map +1 -1
  734. package/input-mask/lib/es6/InputMask.js +0 -9
  735. package/input-mask/lib/es6/InputMask.js.map +1 -1
  736. package/input-mask/lib/esm/InputMask.mjs +257 -0
  737. package/input-mask/lib/esm/index.mjs +5 -0
  738. package/input-mask/package.json +1 -1
  739. package/input-number/index.d.ts +4 -1
  740. package/input-number/lib/cjs/index.d.js.map +1 -1
  741. package/input-number/lib/es6/index.d.js.map +1 -1
  742. package/input-number/lib/esm/InputNumber.mjs +322 -0
  743. package/input-number/lib/esm/buttons.mjs +24 -0
  744. package/input-number/lib/esm/index.mjs +8 -0
  745. package/input-number/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
  746. package/input-number/lib/esm/translations/de.json.mjs +9 -0
  747. package/input-number/lib/esm/translations/en.json.mjs +9 -0
  748. package/input-number/lib/esm/translations/es.json.mjs +9 -0
  749. package/input-number/lib/esm/translations/fr.json.mjs +9 -0
  750. package/input-number/lib/esm/translations/it.json.mjs +9 -0
  751. package/input-number/lib/esm/translations/ja.json.mjs +9 -0
  752. package/input-number/lib/esm/translations/ko.json.mjs +9 -0
  753. package/input-number/lib/esm/translations/nl.json.mjs +9 -0
  754. package/input-number/lib/esm/translations/pl.json.mjs +9 -0
  755. package/input-number/lib/esm/translations/pt.json.mjs +9 -0
  756. package/input-number/lib/esm/translations/sv.json.mjs +9 -0
  757. package/input-number/lib/esm/translations/tr.json.mjs +9 -0
  758. package/input-number/lib/esm/translations/vi.json.mjs +9 -0
  759. package/input-number/lib/esm/translations/zh.json.mjs +9 -0
  760. package/input-number/lib/types/index.d.ts +4 -1
  761. package/input-number/package.json +1 -1
  762. package/input-tags/lib/esm/InputTags.mjs +296 -0
  763. package/input-tags/lib/esm/index.mjs +4 -0
  764. package/input-tags/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
  765. package/input-tags/lib/esm/translations/de.json.mjs +7 -0
  766. package/input-tags/lib/esm/translations/en.json.mjs +7 -0
  767. package/input-tags/lib/esm/translations/es.json.mjs +7 -0
  768. package/input-tags/lib/esm/translations/fr.json.mjs +7 -0
  769. package/input-tags/lib/esm/translations/it.json.mjs +7 -0
  770. package/input-tags/lib/esm/translations/ja.json.mjs +7 -0
  771. package/input-tags/lib/esm/translations/ko.json.mjs +7 -0
  772. package/input-tags/lib/esm/translations/nl.json.mjs +7 -0
  773. package/input-tags/lib/esm/translations/pl.json.mjs +7 -0
  774. package/input-tags/lib/esm/translations/pt.json.mjs +7 -0
  775. package/input-tags/lib/esm/translations/sv.json.mjs +7 -0
  776. package/input-tags/lib/esm/translations/tr.json.mjs +7 -0
  777. package/input-tags/lib/esm/translations/vi.json.mjs +7 -0
  778. package/input-tags/lib/esm/translations/zh.json.mjs +7 -0
  779. package/input-tags/package.json +1 -1
  780. package/link/lib/esm/Link.mjs +136 -0
  781. package/link/lib/esm/index.mjs +4 -0
  782. package/link/package.json +1 -1
  783. package/mini-chart/lib/esm/component/score/Donut.mjs +103 -0
  784. package/mini-chart/lib/esm/component/score/Line.mjs +104 -0
  785. package/mini-chart/lib/esm/component/trend/Bar.mjs +106 -0
  786. package/mini-chart/lib/esm/component/trend/Line.mjs +140 -0
  787. package/mini-chart/lib/esm/component/trend/Trend.mjs +66 -0
  788. package/mini-chart/lib/esm/index.mjs +16 -0
  789. package/mini-chart/package.json +1 -1
  790. package/modal/lib/esm/Modal.mjs +196 -0
  791. package/modal/lib/esm/index.mjs +4 -0
  792. package/modal/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
  793. package/modal/lib/esm/translations/de.json.mjs +9 -0
  794. package/modal/lib/esm/translations/en.json.mjs +9 -0
  795. package/modal/lib/esm/translations/es.json.mjs +9 -0
  796. package/modal/lib/esm/translations/fr.json.mjs +9 -0
  797. package/modal/lib/esm/translations/it.json.mjs +9 -0
  798. package/modal/lib/esm/translations/ja.json.mjs +9 -0
  799. package/modal/lib/esm/translations/ko.json.mjs +9 -0
  800. package/modal/lib/esm/translations/nl.json.mjs +9 -0
  801. package/modal/lib/esm/translations/pl.json.mjs +9 -0
  802. package/modal/lib/esm/translations/pt.json.mjs +9 -0
  803. package/modal/lib/esm/translations/sv.json.mjs +9 -0
  804. package/modal/lib/esm/translations/tr.json.mjs +9 -0
  805. package/modal/lib/esm/translations/vi.json.mjs +9 -0
  806. package/modal/lib/esm/translations/zh.json.mjs +9 -0
  807. package/modal/package.json +1 -1
  808. package/neighbor-location/package.json +1 -1
  809. package/notice/lib/esm/Notice.mjs +182 -0
  810. package/notice/lib/esm/NoticeSmart.mjs +35 -0
  811. package/notice/lib/esm/index.mjs +6 -0
  812. package/notice/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
  813. package/notice/lib/esm/translations/de.json.mjs +11 -0
  814. package/notice/lib/esm/translations/en.json.mjs +11 -0
  815. package/notice/lib/esm/translations/es.json.mjs +11 -0
  816. package/notice/lib/esm/translations/fr.json.mjs +11 -0
  817. package/notice/lib/esm/translations/it.json.mjs +11 -0
  818. package/notice/lib/esm/translations/ja.json.mjs +11 -0
  819. package/notice/lib/esm/translations/ko.json.mjs +11 -0
  820. package/notice/lib/esm/translations/nl.json.mjs +11 -0
  821. package/notice/lib/esm/translations/pl.json.mjs +11 -0
  822. package/notice/lib/esm/translations/pt.json.mjs +11 -0
  823. package/notice/lib/esm/translations/sv.json.mjs +11 -0
  824. package/notice/lib/esm/translations/tr.json.mjs +11 -0
  825. package/notice/lib/esm/translations/vi.json.mjs +11 -0
  826. package/notice/lib/esm/translations/zh.json.mjs +11 -0
  827. package/notice/package.json +1 -1
  828. package/notice-bubble/index.d.ts +1 -1
  829. package/notice-bubble/lib/cjs/index.d.js.map +1 -1
  830. package/notice-bubble/lib/es6/index.d.js.map +1 -1
  831. package/notice-bubble/lib/esm/NoticeBubble.mjs +298 -0
  832. package/notice-bubble/lib/esm/NoticeBubbleManager.mjs +91 -0
  833. package/notice-bubble/lib/esm/index.mjs +11 -0
  834. package/notice-bubble/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
  835. package/notice-bubble/lib/esm/translations/de.json.mjs +9 -0
  836. package/notice-bubble/lib/esm/translations/en.json.mjs +9 -0
  837. package/notice-bubble/lib/esm/translations/es.json.mjs +9 -0
  838. package/notice-bubble/lib/esm/translations/fr.json.mjs +9 -0
  839. package/notice-bubble/lib/esm/translations/it.json.mjs +9 -0
  840. package/notice-bubble/lib/esm/translations/ja.json.mjs +9 -0
  841. package/notice-bubble/lib/esm/translations/ko.json.mjs +9 -0
  842. package/notice-bubble/lib/esm/translations/nl.json.mjs +9 -0
  843. package/notice-bubble/lib/esm/translations/pl.json.mjs +9 -0
  844. package/notice-bubble/lib/esm/translations/pt.json.mjs +9 -0
  845. package/notice-bubble/lib/esm/translations/sv.json.mjs +9 -0
  846. package/notice-bubble/lib/esm/translations/tr.json.mjs +9 -0
  847. package/notice-bubble/lib/esm/translations/vi.json.mjs +9 -0
  848. package/notice-bubble/lib/esm/translations/zh.json.mjs +9 -0
  849. package/notice-bubble/lib/esm/utils.mjs +31 -0
  850. package/notice-bubble/lib/types/index.d.ts +1 -1
  851. package/notice-bubble/package.json +1 -1
  852. package/notice-global/lib/esm/NoticeGlobal.mjs +107 -0
  853. package/notice-global/lib/esm/index.mjs +4 -0
  854. package/notice-global/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
  855. package/notice-global/lib/esm/translations/de.json.mjs +11 -0
  856. package/notice-global/lib/esm/translations/en.json.mjs +11 -0
  857. package/notice-global/lib/esm/translations/es.json.mjs +11 -0
  858. package/notice-global/lib/esm/translations/fr.json.mjs +11 -0
  859. package/notice-global/lib/esm/translations/it.json.mjs +11 -0
  860. package/notice-global/lib/esm/translations/ja.json.mjs +11 -0
  861. package/notice-global/lib/esm/translations/ko.json.mjs +11 -0
  862. package/notice-global/lib/esm/translations/nl.json.mjs +11 -0
  863. package/notice-global/lib/esm/translations/pl.json.mjs +11 -0
  864. package/notice-global/lib/esm/translations/pt.json.mjs +11 -0
  865. package/notice-global/lib/esm/translations/sv.json.mjs +11 -0
  866. package/notice-global/lib/esm/translations/tr.json.mjs +11 -0
  867. package/notice-global/lib/esm/translations/vi.json.mjs +11 -0
  868. package/notice-global/lib/esm/translations/zh.json.mjs +11 -0
  869. package/notice-global/package.json +1 -1
  870. package/outside-click/package.json +1 -1
  871. package/package.json +1 -1
  872. package/pagination/lib/esm/Pagination.mjs +346 -0
  873. package/pagination/lib/esm/index.mjs +4 -0
  874. package/pagination/lib/esm/translations/__intergalactic-dynamic-locales.mjs +35 -0
  875. package/pagination/lib/esm/translations/de.json.mjs +19 -0
  876. package/pagination/lib/esm/translations/en.json.mjs +19 -0
  877. package/pagination/lib/esm/translations/es.json.mjs +19 -0
  878. package/pagination/lib/esm/translations/fr.json.mjs +19 -0
  879. package/pagination/lib/esm/translations/it.json.mjs +19 -0
  880. package/pagination/lib/esm/translations/ja.json.mjs +19 -0
  881. package/pagination/lib/esm/translations/ko.json.mjs +19 -0
  882. package/pagination/lib/esm/translations/nl.json.mjs +19 -0
  883. package/pagination/lib/esm/translations/pl.json.mjs +19 -0
  884. package/pagination/lib/esm/translations/pt.json.mjs +19 -0
  885. package/pagination/lib/esm/translations/ru.json.mjs +13 -0
  886. package/pagination/lib/esm/translations/sv.json.mjs +19 -0
  887. package/pagination/lib/esm/translations/tr.json.mjs +19 -0
  888. package/pagination/lib/esm/translations/vi.json.mjs +19 -0
  889. package/pagination/lib/esm/translations/zh.json.mjs +19 -0
  890. package/pagination/package.json +1 -1
  891. package/pills/lib/esm/Pills.mjs +158 -0
  892. package/pills/lib/esm/index.mjs +5 -0
  893. package/pills/package.json +1 -1
  894. package/popper/package.json +1 -1
  895. package/portal/package.json +1 -1
  896. package/product-head/lib/esm/Info.mjs +54 -0
  897. package/product-head/lib/esm/ProductHead.mjs +58 -0
  898. package/product-head/lib/esm/Title.mjs +50 -0
  899. package/product-head/lib/esm/index.mjs +8 -0
  900. package/product-head/package.json +1 -1
  901. package/progress-bar/lib/esm/ProgressBar.mjs +96 -0
  902. package/progress-bar/lib/esm/index.mjs +4 -0
  903. package/progress-bar/package.json +1 -1
  904. package/radio/lib/esm/Radio.mjs +273 -0
  905. package/radio/lib/esm/index.mjs +8 -0
  906. package/radio/package.json +1 -1
  907. package/scroll-area/lib/esm/ScrollArea.mjs +272 -0
  908. package/scroll-area/lib/esm/ScrollBar.mjs +260 -0
  909. package/scroll-area/lib/esm/index.mjs +8 -0
  910. package/scroll-area/package.json +1 -1
  911. package/select/lib/cjs/InputSearch.js +6 -6
  912. package/select/lib/cjs/Select.js +9 -9
  913. package/select/lib/cjs/Select.js.map +1 -1
  914. package/select/lib/es6/InputSearch.js +6 -6
  915. package/select/lib/es6/Select.js +9 -9
  916. package/select/lib/es6/Select.js.map +1 -1
  917. package/select/lib/esm/InputSearch.mjs +120 -0
  918. package/select/lib/esm/Select.mjs +313 -0
  919. package/select/lib/esm/context.mjs +5 -0
  920. package/select/lib/esm/index.mjs +7 -0
  921. package/select/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
  922. package/select/lib/esm/translations/de.json.mjs +11 -0
  923. package/select/lib/esm/translations/en.json.mjs +11 -0
  924. package/select/lib/esm/translations/es.json.mjs +11 -0
  925. package/select/lib/esm/translations/fr.json.mjs +11 -0
  926. package/select/lib/esm/translations/it.json.mjs +11 -0
  927. package/select/lib/esm/translations/ja.json.mjs +11 -0
  928. package/select/lib/esm/translations/ko.json.mjs +11 -0
  929. package/select/lib/esm/translations/nl.json.mjs +11 -0
  930. package/select/lib/esm/translations/pl.json.mjs +11 -0
  931. package/select/lib/esm/translations/pt.json.mjs +11 -0
  932. package/select/lib/esm/translations/sv.json.mjs +11 -0
  933. package/select/lib/esm/translations/tr.json.mjs +11 -0
  934. package/select/lib/esm/translations/vi.json.mjs +11 -0
  935. package/select/lib/esm/translations/zh.json.mjs +11 -0
  936. package/select/package.json +1 -1
  937. package/side-panel/lib/esm/SidePanel.mjs +223 -0
  938. package/side-panel/lib/esm/index.mjs +4 -0
  939. package/side-panel/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
  940. package/side-panel/lib/esm/translations/de.json.mjs +7 -0
  941. package/side-panel/lib/esm/translations/en.json.mjs +7 -0
  942. package/side-panel/lib/esm/translations/es.json.mjs +7 -0
  943. package/side-panel/lib/esm/translations/fr.json.mjs +7 -0
  944. package/side-panel/lib/esm/translations/it.json.mjs +7 -0
  945. package/side-panel/lib/esm/translations/ja.json.mjs +7 -0
  946. package/side-panel/lib/esm/translations/ko.json.mjs +7 -0
  947. package/side-panel/lib/esm/translations/nl.json.mjs +7 -0
  948. package/side-panel/lib/esm/translations/pl.json.mjs +7 -0
  949. package/side-panel/lib/esm/translations/pt.json.mjs +7 -0
  950. package/side-panel/lib/esm/translations/sv.json.mjs +7 -0
  951. package/side-panel/lib/esm/translations/tr.json.mjs +7 -0
  952. package/side-panel/lib/esm/translations/vi.json.mjs +7 -0
  953. package/side-panel/lib/esm/translations/zh.json.mjs +7 -0
  954. package/side-panel/package.json +1 -1
  955. package/skeleton/lib/esm/Charts/Area.mjs +37 -0
  956. package/skeleton/lib/esm/Charts/Bar.mjs +46 -0
  957. package/skeleton/lib/esm/Charts/Bubble.mjs +34 -0
  958. package/skeleton/lib/esm/Charts/CompactHorizontalBar.mjs +34 -0
  959. package/skeleton/lib/esm/Charts/Donut.mjs +40 -0
  960. package/skeleton/lib/esm/Charts/Histogram.mjs +46 -0
  961. package/skeleton/lib/esm/Charts/Line.mjs +37 -0
  962. package/skeleton/lib/esm/Charts/RadialTree.mjs +34 -0
  963. package/skeleton/lib/esm/Charts/ScatterPlot.mjs +34 -0
  964. package/skeleton/lib/esm/Charts/Venn.mjs +34 -0
  965. package/skeleton/lib/esm/Skeleton.mjs +153 -0
  966. package/skeleton/lib/esm/index.mjs +24 -0
  967. package/skeleton/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
  968. package/skeleton/lib/esm/translations/de.json.mjs +7 -0
  969. package/skeleton/lib/esm/translations/en.json.mjs +7 -0
  970. package/skeleton/lib/esm/translations/es.json.mjs +7 -0
  971. package/skeleton/lib/esm/translations/fr.json.mjs +7 -0
  972. package/skeleton/lib/esm/translations/it.json.mjs +7 -0
  973. package/skeleton/lib/esm/translations/ja.json.mjs +7 -0
  974. package/skeleton/lib/esm/translations/ko.json.mjs +7 -0
  975. package/skeleton/lib/esm/translations/nl.json.mjs +7 -0
  976. package/skeleton/lib/esm/translations/pl.json.mjs +7 -0
  977. package/skeleton/lib/esm/translations/pt.json.mjs +7 -0
  978. package/skeleton/lib/esm/translations/sv.json.mjs +7 -0
  979. package/skeleton/lib/esm/translations/tr.json.mjs +7 -0
  980. package/skeleton/lib/esm/translations/vi.json.mjs +7 -0
  981. package/skeleton/lib/esm/translations/zh.json.mjs +7 -0
  982. package/skeleton/package.json +1 -1
  983. package/slider/lib/esm/Slider.mjs +218 -0
  984. package/slider/lib/esm/index.mjs +5 -0
  985. package/slider/package.json +1 -1
  986. package/spin/package.json +1 -1
  987. package/spin-container/lib/esm/SpinContainer.mjs +133 -0
  988. package/spin-container/lib/esm/index.mjs +4 -0
  989. package/spin-container/package.json +1 -1
  990. package/sticky/lib/esm/Sticky.mjs +42 -0
  991. package/sticky/lib/esm/index.mjs +4 -0
  992. package/sticky/package.json +1 -1
  993. package/switch/lib/esm/Switch.mjs +216 -0
  994. package/switch/lib/esm/index.mjs +6 -0
  995. package/switch/package.json +1 -1
  996. package/tab-line/lib/esm/TabLine.mjs +204 -0
  997. package/tab-line/lib/esm/index.mjs +5 -0
  998. package/tab-line/package.json +1 -1
  999. package/tab-panel/lib/esm/TabPanel.mjs +125 -0
  1000. package/tab-panel/lib/esm/index.mjs +5 -0
  1001. package/tab-panel/package.json +1 -1
  1002. package/tag/lib/esm/Tag.mjs +339 -0
  1003. package/tag/lib/esm/index.mjs +5 -0
  1004. package/tag/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
  1005. package/tag/lib/esm/translations/de.json.mjs +7 -0
  1006. package/tag/lib/esm/translations/en.json.mjs +7 -0
  1007. package/tag/lib/esm/translations/es.json.mjs +7 -0
  1008. package/tag/lib/esm/translations/fr.json.mjs +7 -0
  1009. package/tag/lib/esm/translations/it.json.mjs +7 -0
  1010. package/tag/lib/esm/translations/ja.json.mjs +7 -0
  1011. package/tag/lib/esm/translations/ko.json.mjs +7 -0
  1012. package/tag/lib/esm/translations/nl.json.mjs +7 -0
  1013. package/tag/lib/esm/translations/pl.json.mjs +7 -0
  1014. package/tag/lib/esm/translations/pt.json.mjs +7 -0
  1015. package/tag/lib/esm/translations/sv.json.mjs +7 -0
  1016. package/tag/lib/esm/translations/tr.json.mjs +7 -0
  1017. package/tag/lib/esm/translations/vi.json.mjs +7 -0
  1018. package/tag/lib/esm/translations/zh.json.mjs +7 -0
  1019. package/tag/package.json +1 -1
  1020. package/textarea/lib/esm/Textarea.mjs +119 -0
  1021. package/textarea/lib/esm/index.mjs +4 -0
  1022. package/textarea/package.json +1 -1
  1023. package/time-picker/lib/cjs/TimePicker.js +12 -12
  1024. package/time-picker/lib/es6/TimePicker.js +12 -12
  1025. package/time-picker/lib/esm/PickerFormat.mjs +60 -0
  1026. package/time-picker/lib/esm/PickerInput.mjs +196 -0
  1027. package/time-picker/lib/esm/TimePicker.mjs +234 -0
  1028. package/time-picker/lib/esm/index.mjs +9 -0
  1029. package/time-picker/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
  1030. package/time-picker/lib/esm/translations/de.json.mjs +17 -0
  1031. package/time-picker/lib/esm/translations/en.json.mjs +17 -0
  1032. package/time-picker/lib/esm/translations/es.json.mjs +17 -0
  1033. package/time-picker/lib/esm/translations/fr.json.mjs +17 -0
  1034. package/time-picker/lib/esm/translations/it.json.mjs +17 -0
  1035. package/time-picker/lib/esm/translations/ja.json.mjs +17 -0
  1036. package/time-picker/lib/esm/translations/ko.json.mjs +17 -0
  1037. package/time-picker/lib/esm/translations/nl.json.mjs +17 -0
  1038. package/time-picker/lib/esm/translations/pl.json.mjs +17 -0
  1039. package/time-picker/lib/esm/translations/pt.json.mjs +17 -0
  1040. package/time-picker/lib/esm/translations/sv.json.mjs +17 -0
  1041. package/time-picker/lib/esm/translations/tr.json.mjs +17 -0
  1042. package/time-picker/lib/esm/translations/vi.json.mjs +17 -0
  1043. package/time-picker/lib/esm/translations/zh.json.mjs +17 -0
  1044. package/time-picker/package.json +1 -1
  1045. package/tooltip/lib/cjs/Tooltip.js +9 -9
  1046. package/tooltip/lib/es6/Tooltip.js +9 -9
  1047. package/tooltip/lib/esm/Tooltip.mjs +82 -82
  1048. package/tooltip/package.json +1 -1
  1049. package/typography/lib/esm/Blockquote.mjs +30 -0
  1050. package/typography/lib/esm/Hint.mjs +69 -0
  1051. package/typography/lib/esm/List.mjs +89 -0
  1052. package/typography/lib/esm/Text.mjs +69 -0
  1053. package/typography/lib/esm/index.mjs +10 -0
  1054. package/typography/package.json +1 -1
  1055. package/utils/lib/CSSinJS.mjs +1 -1
  1056. package/utils/lib/ScreenReaderOnly.mjs +1 -1
  1057. package/utils/lib/ThemeProvider.mjs +4 -4
  1058. package/utils/lib/addonTextChildren.mjs +1 -1
  1059. package/utils/lib/assignProps.mjs +1 -1
  1060. package/utils/lib/color.mjs +2 -2
  1061. package/utils/lib/components/invalid-state-pattern/InvalidStatePattern.js +2 -2
  1062. package/utils/lib/components/invalid-state-pattern/InvalidStatePattern.mjs +5 -4
  1063. package/utils/lib/components/invalid-state-pattern/InvalidStatePattern.mjs.map +1 -1
  1064. package/utils/lib/core/enhancement/Children.mjs +4 -4
  1065. package/utils/lib/core/enhancement/Root.mjs +3 -3
  1066. package/utils/lib/core/enhancement/dataName.mjs +1 -1
  1067. package/utils/lib/core/enhancement/hoistProps.mjs +4 -4
  1068. package/utils/lib/core/enhancement/i18n.mjs +2 -2
  1069. package/utils/lib/core/enhancement/inheritedName.mjs +2 -2
  1070. package/utils/lib/core/enhancement/staticChildren.mjs +3 -3
  1071. package/utils/lib/core/enhancement/style.mjs +3 -3
  1072. package/utils/lib/core/enhancement/uncontrolledProps.mjs +7 -7
  1073. package/utils/lib/core/index.mjs +12 -12
  1074. package/utils/lib/core/register.mjs +3 -3
  1075. package/utils/lib/core/styled/reshadow-core.mjs +2 -2
  1076. package/utils/lib/core/styled/sstyled.d.ts +2 -2
  1077. package/utils/lib/core/styled/sstyled.js +0 -1
  1078. package/utils/lib/core/styled/sstyled.js.map +1 -1
  1079. package/utils/lib/core/styled/sstyled.mjs +2 -3
  1080. package/utils/lib/core/styled/sstyled.mjs.map +1 -1
  1081. package/utils/lib/core/types/Component.mjs +6 -6
  1082. package/utils/lib/createHoc.mjs +8 -8
  1083. package/utils/lib/enhances/WithAutoFocus.mjs +6 -6
  1084. package/utils/lib/enhances/WithCSS.mjs +6 -6
  1085. package/utils/lib/enhances/WithI18n.mjs +6 -6
  1086. package/utils/lib/enhances/WithKeyboardFocus.mjs +6 -6
  1087. package/utils/lib/enhances/WithRef.mjs +1 -1
  1088. package/utils/lib/enhances/a11yEnhance.mjs +2 -2
  1089. package/utils/lib/enhances/animatedSizeEnhance.mjs +3 -3
  1090. package/utils/lib/enhances/autoFocusEnhance.mjs +2 -2
  1091. package/utils/lib/enhances/contextEnhance.mjs +4 -4
  1092. package/utils/lib/enhances/i18nEnhance.mjs +6 -6
  1093. package/utils/lib/enhances/keyboardFocusEnhance.mjs +1 -1
  1094. package/utils/lib/eventEmitter.mjs +3 -3
  1095. package/utils/lib/focus-lock/isFocusable.mjs +1 -1
  1096. package/utils/lib/getAccessibleName.mjs +1 -1
  1097. package/utils/lib/getEventTarget.mjs +1 -1
  1098. package/utils/lib/hasLabels.mjs +1 -1
  1099. package/utils/lib/injectStyle.js +1 -1
  1100. package/utils/lib/injectStyle.mjs +2 -2
  1101. package/utils/lib/isNode.mjs +1 -1
  1102. package/utils/lib/logger.mjs +3 -3
  1103. package/utils/lib/propsForElement.mjs +1 -1
  1104. package/utils/lib/ref.mjs +2 -2
  1105. package/utils/lib/syncScroll.mjs +1 -1
  1106. package/utils/lib/uncontroll.mjs +1 -1
  1107. package/utils/lib/uniqueID.mjs +2 -2
  1108. package/utils/lib/use/useColorResolver.js.map +1 -1
  1109. package/utils/lib/use/useColorResolver.mjs +1 -1
  1110. package/utils/lib/use/useColorResolver.mjs.map +1 -1
  1111. package/utils/lib/use/useFocusLock.mjs +2 -2
  1112. package/utils/lib/useCssVariable.mjs +3 -3
  1113. package/utils/lib/zIndexStacking.js.map +1 -1
  1114. package/utils/lib/zIndexStacking.mjs +4 -4
  1115. package/utils/lib/zIndexStacking.mjs.map +1 -1
  1116. package/widget-empty/lib/cjs/WidgetEmpty.js +5 -5
  1117. package/widget-empty/lib/cjs/style/widget-empty.shadow.css +1 -0
  1118. package/widget-empty/lib/es6/WidgetEmpty.js +5 -5
  1119. package/widget-empty/lib/es6/style/widget-empty.shadow.css +1 -0
  1120. package/widget-empty/lib/esm/Error/index.mjs +36 -0
  1121. package/widget-empty/lib/esm/Error/translations/__intergalactic-dynamic-locales.mjs +35 -0
  1122. package/widget-empty/lib/esm/Error/translations/de.json.mjs +9 -0
  1123. package/widget-empty/lib/esm/Error/translations/en.json.mjs +9 -0
  1124. package/widget-empty/lib/esm/Error/translations/es.json.mjs +9 -0
  1125. package/widget-empty/lib/esm/Error/translations/fr.json.mjs +9 -0
  1126. package/widget-empty/lib/esm/Error/translations/it.json.mjs +9 -0
  1127. package/widget-empty/lib/esm/Error/translations/ja.json.mjs +9 -0
  1128. package/widget-empty/lib/esm/Error/translations/ko.json.mjs +9 -0
  1129. package/widget-empty/lib/esm/Error/translations/nl.json.mjs +9 -0
  1130. package/widget-empty/lib/esm/Error/translations/pl.json.mjs +9 -0
  1131. package/widget-empty/lib/esm/Error/translations/pt.json.mjs +9 -0
  1132. package/widget-empty/lib/esm/Error/translations/ru.json.mjs +9 -0
  1133. package/widget-empty/lib/esm/Error/translations/sv.json.mjs +9 -0
  1134. package/widget-empty/lib/esm/Error/translations/tr.json.mjs +9 -0
  1135. package/widget-empty/lib/esm/Error/translations/vi.json.mjs +9 -0
  1136. package/widget-empty/lib/esm/Error/translations/zh.json.mjs +9 -0
  1137. package/widget-empty/lib/esm/NoData/index.mjs +37 -0
  1138. package/widget-empty/lib/esm/NoData/translations/__intergalactic-dynamic-locales.mjs +35 -0
  1139. package/widget-empty/lib/esm/NoData/translations/de.json.mjs +9 -0
  1140. package/widget-empty/lib/esm/NoData/translations/en.json.mjs +9 -0
  1141. package/widget-empty/lib/esm/NoData/translations/es.json.mjs +9 -0
  1142. package/widget-empty/lib/esm/NoData/translations/fr.json.mjs +9 -0
  1143. package/widget-empty/lib/esm/NoData/translations/it.json.mjs +9 -0
  1144. package/widget-empty/lib/esm/NoData/translations/ja.json.mjs +9 -0
  1145. package/widget-empty/lib/esm/NoData/translations/ko.json.mjs +9 -0
  1146. package/widget-empty/lib/esm/NoData/translations/nl.json.mjs +9 -0
  1147. package/widget-empty/lib/esm/NoData/translations/pl.json.mjs +9 -0
  1148. package/widget-empty/lib/esm/NoData/translations/pt.json.mjs +9 -0
  1149. package/widget-empty/lib/esm/NoData/translations/ru.json.mjs +9 -0
  1150. package/widget-empty/lib/esm/NoData/translations/sv.json.mjs +9 -0
  1151. package/widget-empty/lib/esm/NoData/translations/tr.json.mjs +9 -0
  1152. package/widget-empty/lib/esm/NoData/translations/vi.json.mjs +9 -0
  1153. package/widget-empty/lib/esm/NoData/translations/zh.json.mjs +9 -0
  1154. package/widget-empty/lib/esm/WidgetEmpty.mjs +64 -0
  1155. package/widget-empty/lib/esm/index.mjs +9 -0
  1156. package/widget-empty/package.json +1 -1
  1157. package/wizard/lib/esm/Wizard.mjs +258 -0
  1158. package/wizard/lib/esm/index.mjs +5 -0
  1159. package/wizard/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
  1160. package/wizard/lib/esm/translations/de.json.mjs +11 -0
  1161. package/wizard/lib/esm/translations/en.json.mjs +11 -0
  1162. package/wizard/lib/esm/translations/es.json.mjs +11 -0
  1163. package/wizard/lib/esm/translations/fr.json.mjs +11 -0
  1164. package/wizard/lib/esm/translations/it.json.mjs +11 -0
  1165. package/wizard/lib/esm/translations/ja.json.mjs +11 -0
  1166. package/wizard/lib/esm/translations/ko.json.mjs +11 -0
  1167. package/wizard/lib/esm/translations/nl.json.mjs +11 -0
  1168. package/wizard/lib/esm/translations/pl.json.mjs +11 -0
  1169. package/wizard/lib/esm/translations/pt.json.mjs +11 -0
  1170. package/wizard/lib/esm/translations/sv.json.mjs +11 -0
  1171. package/wizard/lib/esm/translations/tr.json.mjs +11 -0
  1172. package/wizard/lib/esm/translations/vi.json.mjs +11 -0
  1173. package/wizard/lib/esm/translations/zh.json.mjs +11 -0
  1174. package/wizard/package.json +1 -1
  1175. package/modal/lib/cjs/modal.vo-test.js +0 -102
  1176. package/modal/lib/cjs/modal.vo-test.js.map +0 -1
  1177. package/modal/lib/es6/modal.vo-test.js +0 -99
  1178. package/modal/lib/es6/modal.vo-test.js.map +0 -1
@@ -0,0 +1,33 @@
1
+ import r from "./de.json.mjs";
2
+ import o from "./en.json.mjs";
3
+ import m from "./es.json.mjs";
4
+ import t from "./fr.json.mjs";
5
+ import i from "./it.json.mjs";
6
+ import p from "./ja.json.mjs";
7
+ import f from "./ko.json.mjs";
8
+ import e from "./nl.json.mjs";
9
+ import s from "./pt.json.mjs";
10
+ import a from "./tr.json.mjs";
11
+ import l from "./vi.json.mjs";
12
+ import v from "./zh.json.mjs";
13
+ import d from "./pl.json.mjs";
14
+ import n from "./sv.json.mjs";
15
+ var B = {
16
+ de: r,
17
+ en: o,
18
+ es: m,
19
+ fr: t,
20
+ it: i,
21
+ ja: p,
22
+ ko: f,
23
+ nl: e,
24
+ pt: s,
25
+ tr: a,
26
+ vi: l,
27
+ zh: v,
28
+ pl: d,
29
+ sv: n
30
+ };
31
+ export {
32
+ B as localizedMessages
33
+ };
@@ -0,0 +1,11 @@
1
+ const i = "Benachrichtigung", c = "Kritische Benachrichtigung", t = "Benachrichtigung schließen", n = {
2
+ notification: i,
3
+ criticalNotification: c,
4
+ close: t
5
+ };
6
+ export {
7
+ t as close,
8
+ c as criticalNotification,
9
+ n as default,
10
+ i as notification
11
+ };
@@ -0,0 +1,11 @@
1
+ const i = "Notification", t = "Critical notification", o = "Close notification", 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 = "Notificación", c = "Notificación crítica", t = "Cerrar notificación", o = {
2
+ notification: i,
3
+ criticalNotification: c,
4
+ close: t
5
+ };
6
+ export {
7
+ t as close,
8
+ c as criticalNotification,
9
+ o as default,
10
+ i as notification
11
+ };
@@ -0,0 +1,11 @@
1
+ const i = "Notification", t = "Notification critique", o = "Fermer la notification", 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 = "Notifica", t = "Notifica critica", c = "Chiudi la notifica", o = {
2
+ notification: i,
3
+ criticalNotification: t,
4
+ close: c
5
+ };
6
+ export {
7
+ c as close,
8
+ t as criticalNotification,
9
+ o as default,
10
+ i 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
+ };
@@ -0,0 +1,11 @@
1
+ const i = "알림", o = "중요 알림", t = "알림 닫기", 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 = "Melding", n = "Belangrijke melding", t = "Kennisgeving sluiten", o = {
2
+ notification: i,
3
+ criticalNotification: n,
4
+ close: t
5
+ };
6
+ export {
7
+ t as close,
8
+ n as criticalNotification,
9
+ o as default,
10
+ i as notification
11
+ };
@@ -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.4","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.4","@semcore/utils":"4.47.1-prerelease.4","@semcore/button":"5.42.0-prerelease.4","@semcore/flex-box":"5.41.0-prerelease.4","@semcore/icon":"4.58.0-prerelease.4","@semcore/notice-global":"2.60.0-prerelease.4","@semcore/typography":"5.52.0-prerelease.4"},"peerDependencies":{"@semcore/core":"^2.39.0-prerelease.4","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.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.0","@semcore/utils":"4.48.0","@semcore/button":"5.42.0","@semcore/flex-box":"5.41.0","@semcore/icon":"4.60.0","@semcore/notice-global":"2.60.0","@semcore/typography":"5.52.0"},"peerDependencies":{"@semcore/core":"^2.17.5","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
 
@@ -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":""}
@@ -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 K from "@babel/runtime/helpers/esm/extends";
2
+ import V 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 u 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 c from "@babel/runtime/helpers/esm/defineProperty";
9
+ import d from "@babel/runtime/helpers/esm/objectSpread2";
10
+ import { sstyled as H } from 'intergalactic/utils/lib/core/index';
11
+ import X, { sstyled as N, assignProps as Y, Component as k } from 'intergalactic/core';
12
+ import r from "react";
13
+ import G from 'intergalactic/portal';
14
+ import P from "./NoticeBubbleManager.mjs";
15
+ import { Animation as J } from 'intergalactic/animation';
16
+ import { Box as O, Flex as I } from 'intergalactic/flex-box';
17
+ import Q from 'intergalactic/utils/lib/fire';
18
+ import C from 'intergalactic/utils/lib/isNode';
19
+ import { callAllEventHandlers as W } 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 z } 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 A from 'intergalactic/button';
27
+ import { setFocus as ae, useFocusLock as oe } from 'intergalactic/utils/lib/use/useFocusLock';
28
+ import { Hint as se } from 'intergalactic/tooltip';
29
+ import { zIndexStackingEnhance as ce, ZIndexStackingContextProvider as le } from 'intergalactic/utils/lib/zIndexStacking';
30
+ import { forkRef as _e, useForkRef as ge } from 'intergalactic/utils/lib/ref';
31
+ import { getFocusableIn as ue } from 'intergalactic/utils/lib/focus-lock/getFocusableIn';
32
+ var pe = ["focusLock"], fe = ["forwardRef", "styles", "onMouseEnter", "onMouseLeave", "getI18nText", "icon", "children", "action", "type"], me = (
33
+ /*__reshadow_css_start__*/
34
+ (H.insert(
35
+ /*__inner_css_start__*/
36
+ "@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}",
37
+ "1qpfg_gg_"
38
+ ), {
39
+ __SContent: "___SContent_1qpfg_gg_",
40
+ __SMessage: "___SMessage_1qpfg_gg_",
41
+ __SDismiss: "___SDismiss_1qpfg_gg_",
42
+ _use: "__use_1qpfg_gg_",
43
+ __SIcon: "___SIcon_1qpfg_gg_",
44
+ __SNoticeBubble: "___SNoticeBubble_1qpfg_gg_",
45
+ _disablePortal: "__disablePortal_1qpfg_gg_",
46
+ __SNoticeAriaLiveWrapper: "___SNoticeAriaLiveWrapper_1qpfg_gg_",
47
+ "@enter": "enter_1qpfg",
48
+ "@exit": "exit_1qpfg",
49
+ __SBubble: "___SBubble_1qpfg_gg_",
50
+ __SView: "___SView_1qpfg_gg_",
51
+ _type_info: "_type_info_1qpfg_gg_",
52
+ _type_warning: "_type_warning_1qpfg_gg_"
53
+ })
54
+ ), D = function(l) {
55
+ var t = l.styles, e = l.data, n = e === void 0 ? [] : e, i = l.tag, a = i === void 0 ? L : i, o = r.useRef(), s = re("--intergalactic-duration-popper", "200", o), f = r.useMemo(function() {
56
+ return parseInt(s, 10);
57
+ }, [s]);
58
+ return n.map(function(_) {
59
+ var g, m;
60
+ return g = N(t), /* @__PURE__ */ r.createElement(J, g.cn("Animation", {
61
+ key: _.uid,
62
+ initialAnimation: _.initialAnimation,
63
+ visible: (m = _.visible) !== null && m !== void 0 ? m : !0,
64
+ duration: f,
65
+ keyframes: [t["@enter"], t["@exit"]],
66
+ ref: o
67
+ }), /* @__PURE__ */ r.createElement(a, g.cn("SView", d(d({}, _), {}, {
68
+ styles: _.styles || t,
69
+ getI18nText: l.getI18nText
70
+ }))));
71
+ });
72
+ }, y = /* @__PURE__ */ function(p) {
73
+ b(t, p);
74
+ var l = 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 = l.call.apply(l, [this].concat(i)), c(u(e), "_unsubscribe", null), c(u(e), "state", {
81
+ notices: [],
82
+ warnings: []
83
+ }), c(u(e), "componentWillUnmount", function() {
84
+ e._unsubscribe && e._unsubscribe();
85
+ }), c(u(e), "handleChange", function(o) {
86
+ var s = o.filter(function(_) {
87
+ return _.type === "info";
88
+ }), f = o.filter(function(_) {
89
+ return _.type === "warning";
90
+ });
91
+ e.setState({
92
+ notices: s,
93
+ warnings: f
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", s = this.asProps, f = s.Children, _ = s.styles, g = s.disablePortal, m = s.getI18nText, B = s.ref, M = s.parentZIndexStacking, S = this.state, w = S.notices, q = S.warnings;
106
+ return i = N(_), /* @__PURE__ */ r.createElement(le, i.cn("ZIndexStackingContextProvider", {
107
+ designToken: "z-index-notice-bubble"
108
+ }), /* @__PURE__ */ r.createElement(G, i.cn("Portal", {
109
+ disablePortal: g
110
+ }), /* @__PURE__ */ r.createElement(a, i.cn("SNoticeBubble", d({}, Y({
111
+ ref: B,
112
+ tag: "section",
113
+ role: "region",
114
+ "aria-label": m("notification"),
115
+ zIndex: M
116
+ }, n))), /* @__PURE__ */ r.createElement(f, i.cn("Children", {})), /* @__PURE__ */ r.createElement(D, i.cn("Notices", {
117
+ styles: _,
118
+ data: q,
119
+ tag: $,
120
+ getI18nText: m
121
+ })), /* @__PURE__ */ r.createElement(o, i.cn("SNoticeAriaLiveWrapper", {
122
+ "aria-live": "polite"
123
+ }), /* @__PURE__ */ r.createElement(D, i.cn("Notices", {
124
+ styles: _,
125
+ data: w,
126
+ tag: L,
127
+ getI18nText: m
128
+ }))))));
129
+ }
130
+ }]), t;
131
+ }(k);
132
+ c(y, "displayName", "NoticeBubbleContainer");
133
+ c(y, "style", me);
134
+ c(y, "enhance", [ne(z), ie(), ce("z-index-notice-bubble")]);
135
+ c(y, "defaultProps", {
136
+ manager: P,
137
+ i18n: z,
138
+ locale: "en"
139
+ });
140
+ var de = /* @__PURE__ */ r.forwardRef(function(p, l) {
141
+ var t = p.focusLock, e = V(p, pe), n = r.useRef();
142
+ oe(n, !1, "auto", !t, !0);
143
+ var i = ge(l, n);
144
+ return /* @__PURE__ */ r.createElement(I, K({
145
+ ref: i
146
+ }, e));
147
+ }), L = /* @__PURE__ */ function(p) {
148
+ b(t, p);
149
+ var l = 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 = l.call.apply(l, [this].concat(i)), c(u(e), "timer", null), c(u(e), "ref", /* @__PURE__ */ r.createRef()), c(u(e), "closeButtonRef", /* @__PURE__ */ r.createRef()), c(u(e), "handleClose", function(o) {
156
+ Q(u(e), "onClose", o), e.clearTimer();
157
+ }), c(u(e), "handleKeydown", function(o) {
158
+ o.key === "Escape" && e.handleClose(o);
159
+ }), c(u(e), "handleMouseEnter", function() {
160
+ e.timer && e.timer.pause();
161
+ }), c(u(e), "handleMouseLeave", function() {
162
+ e.timer && e.timer.resume();
163
+ }), c(u(e), "handleBodyMouseMove", function(o) {
164
+ var s;
165
+ if ((s = e.timer) !== null && s !== void 0 && s.paused) {
166
+ var f = e.ref.current.getBoundingClientRect(), _ = o.clientX >= f.left && o.clientX <= f.right && o.clientY >= f.top && o.clientY <= f.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 = ue(a).filter(function(s) {
179
+ return s !== 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 = se.Trigger, o = I, s = "div", f = "div", _ = I, g = this.props, m = g.forwardRef, B = g.styles, M = g.onMouseEnter, S = g.onMouseLeave, w = g.getI18nText, q = g.icon, T = g.children, E = g.action, Z = g.type, j = V(g, fe);
200
+ return n = N(B), /* @__PURE__ */ r.createElement(i, n.cn("SBubble", d(d({}, j), {}, {
201
+ ref: _e(m, this.ref),
202
+ onMouseEnter: W(M, this.handleMouseEnter),
203
+ onMouseLeave: W(S, this.handleMouseLeave),
204
+ onKeyDown: this.handleKeydown,
205
+ role: Z === "warning" ? "alert" : this.props.role
206
+ })), /* @__PURE__ */ r.createElement(
207
+ a,
208
+ n.cn("SDismiss", {
209
+ "aria-haspopup": void 0,
210
+ tag: A,
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(A.Addon, {
222
+ tag: ee,
223
+ color: "icon-primary-invert"
224
+ })
225
+ ), C(q) ? /* @__PURE__ */ r.createElement(r.Fragment, null, /* @__PURE__ */ r.createElement(_, n.cn("SIcon", {}), q), /* @__PURE__ */ r.createElement(o, n.cn("SContent", {}), /* @__PURE__ */ r.createElement(s, n.cn("SMessage", {}), T), C(E) ? /* @__PURE__ */ r.createElement(f, n.cn("SAction", {}), E) : null)) : /* @__PURE__ */ r.createElement(o, n.cn("SContent", {}), /* @__PURE__ */ r.createElement(s, n.cn("SMessage", {}), T), C(E) ? /* @__PURE__ */ r.createElement(f, n.cn("SAction", {}), E) : null));
226
+ }
227
+ }]), t;
228
+ }(k), $ = /* @__PURE__ */ function(p) {
229
+ b(t, p);
230
+ var l = x(t);
231
+ function t() {
232
+ return v(this, t), l.apply(this, arguments);
233
+ }
234
+ return h(t);
235
+ }(L);
236
+ c($, "defaultProps", {
237
+ type: "warning",
238
+ duration: 0
239
+ });
240
+ var R = /* @__PURE__ */ function(p) {
241
+ b(t, p);
242
+ var l = 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 = l.call.apply(l, [this].concat(i)), c(u(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
+ }(k);
272
+ c(R, "defaultProps", {
273
+ duration: 5e3,
274
+ type: "info",
275
+ manager: P
276
+ });
277
+ var F = /* @__PURE__ */ function(p) {
278
+ b(t, p);
279
+ var l = x(t);
280
+ function t() {
281
+ return v(this, t), l.apply(this, arguments);
282
+ }
283
+ return h(t);
284
+ }(R);
285
+ c(F, "defaultProps", {
286
+ duration: 5e3,
287
+ type: "warning",
288
+ manager: P
289
+ });
290
+ var U = X(y, {
291
+ Info: R,
292
+ Warning: F
293
+ }), Xe = U.Info, Ye = U.Warning;
294
+ export {
295
+ Xe as NoticeBubble,
296
+ Ye as NoticeBubbleWarning,
297
+ U as default
298
+ };