intergalactic 15.126.0-prerelease.11 → 15.126.0-prerelease.14

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 (1117) 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/lib/cjs/Icon.js +5 -5
  589. package/icon/lib/es6/Icon.js +5 -5
  590. package/icon/lib/esm/Icon.mjs +32 -32
  591. package/icon/package.json +1 -1
  592. package/icon/pay/Discover/l/index.js +1 -1
  593. package/icon/pay/Discover/l/index.mjs +1 -1
  594. package/icon/pay/Discover/m/index.js +1 -1
  595. package/icon/pay/Discover/m/index.mjs +1 -1
  596. package/icon/pay/JCB/l/index.js +10 -10
  597. package/icon/pay/JCB/l/index.mjs +10 -10
  598. package/icon/pay/JCB/m/index.js +10 -10
  599. package/icon/pay/JCB/m/index.mjs +10 -10
  600. package/icon/pay/Visa/l/index.js +2 -2
  601. package/icon/pay/Visa/l/index.mjs +2 -2
  602. package/icon/pay/Visa/m/index.js +2 -2
  603. package/icon/pay/Visa/m/index.mjs +2 -2
  604. package/icon/platform/AdsToolkit/index.d.ts +6 -0
  605. package/icon/platform/AdsToolkit/index.js +42 -0
  606. package/icon/platform/AdsToolkit/index.mjs +31 -0
  607. package/icon/platform/AdsToolkit/index.mjs.d.ts +6 -0
  608. package/icon/platform/AppCenter/index.d.ts +6 -0
  609. package/icon/platform/AppCenter/index.js +41 -0
  610. package/icon/platform/AppCenter/index.mjs +30 -0
  611. package/icon/platform/AppCenter/index.mjs.d.ts +6 -0
  612. package/icon/platform/ContentToolkit/index.d.ts +6 -0
  613. package/icon/platform/ContentToolkit/index.js +36 -0
  614. package/icon/platform/ContentToolkit/index.mjs +25 -0
  615. package/icon/platform/ContentToolkit/index.mjs.d.ts +6 -0
  616. package/icon/platform/HomePlatform/index.d.ts +6 -0
  617. package/icon/platform/HomePlatform/index.js +39 -0
  618. package/icon/platform/HomePlatform/index.mjs +28 -0
  619. package/icon/platform/HomePlatform/index.mjs.d.ts +6 -0
  620. package/icon/platform/LocalToolkit/index.d.ts +6 -0
  621. package/icon/platform/LocalToolkit/index.js +38 -0
  622. package/icon/platform/LocalToolkit/index.mjs +27 -0
  623. package/icon/platform/LocalToolkit/index.mjs.d.ts +6 -0
  624. package/icon/platform/ReportsToolkit/index.d.ts +6 -0
  625. package/icon/platform/ReportsToolkit/index.js +41 -0
  626. package/icon/platform/ReportsToolkit/index.mjs +30 -0
  627. package/icon/platform/ReportsToolkit/index.mjs.d.ts +6 -0
  628. package/icon/platform/SEOToolkit/index.d.ts +6 -0
  629. package/icon/platform/SEOToolkit/index.js +41 -0
  630. package/icon/platform/SEOToolkit/index.mjs +30 -0
  631. package/icon/platform/SEOToolkit/index.mjs.d.ts +6 -0
  632. package/icon/platform/SocialToolkit/index.d.ts +6 -0
  633. package/icon/platform/SocialToolkit/index.js +38 -0
  634. package/icon/platform/SocialToolkit/index.mjs +27 -0
  635. package/icon/platform/SocialToolkit/index.mjs.d.ts +6 -0
  636. package/icon/platform/TrafficMarketToolkit/index.d.ts +6 -0
  637. package/icon/platform/TrafficMarketToolkit/index.js +36 -0
  638. package/icon/platform/TrafficMarketToolkit/index.mjs +25 -0
  639. package/icon/platform/TrafficMarketToolkit/index.mjs.d.ts +6 -0
  640. package/illustration/package.json +1 -1
  641. package/inline-edit/lib/esm/InlineEdit.mjs +140 -0
  642. package/inline-edit/lib/esm/index.mjs +4 -0
  643. package/inline-edit/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
  644. package/inline-edit/lib/esm/translations/de.json.mjs +7 -0
  645. package/inline-edit/lib/esm/translations/en.json.mjs +7 -0
  646. package/inline-edit/lib/esm/translations/es.json.mjs +7 -0
  647. package/inline-edit/lib/esm/translations/fr.json.mjs +7 -0
  648. package/inline-edit/lib/esm/translations/it.json.mjs +7 -0
  649. package/inline-edit/lib/esm/translations/ja.json.mjs +7 -0
  650. package/inline-edit/lib/esm/translations/ko.json.mjs +7 -0
  651. package/inline-edit/lib/esm/translations/nl.json.mjs +7 -0
  652. package/inline-edit/lib/esm/translations/pl.json.mjs +7 -0
  653. package/inline-edit/lib/esm/translations/pt.json.mjs +7 -0
  654. package/inline-edit/lib/esm/translations/sv.json.mjs +7 -0
  655. package/inline-edit/lib/esm/translations/tr.json.mjs +7 -0
  656. package/inline-edit/lib/esm/translations/vi.json.mjs +7 -0
  657. package/inline-edit/lib/esm/translations/zh.json.mjs +7 -0
  658. package/inline-edit/package.json +1 -1
  659. package/inline-input/lib/esm/InlineInput.mjs +305 -0
  660. package/inline-input/lib/esm/index.mjs +4 -0
  661. package/inline-input/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
  662. package/inline-input/lib/esm/translations/de.json.mjs +9 -0
  663. package/inline-input/lib/esm/translations/en.json.mjs +9 -0
  664. package/inline-input/lib/esm/translations/es.json.mjs +9 -0
  665. package/inline-input/lib/esm/translations/fr.json.mjs +9 -0
  666. package/inline-input/lib/esm/translations/it.json.mjs +9 -0
  667. package/inline-input/lib/esm/translations/ja.json.mjs +9 -0
  668. package/inline-input/lib/esm/translations/ko.json.mjs +9 -0
  669. package/inline-input/lib/esm/translations/nl.json.mjs +9 -0
  670. package/inline-input/lib/esm/translations/pl.json.mjs +9 -0
  671. package/inline-input/lib/esm/translations/pt.json.mjs +9 -0
  672. package/inline-input/lib/esm/translations/sv.json.mjs +9 -0
  673. package/inline-input/lib/esm/translations/tr.json.mjs +9 -0
  674. package/inline-input/lib/esm/translations/vi.json.mjs +9 -0
  675. package/inline-input/lib/esm/translations/zh.json.mjs +9 -0
  676. package/inline-input/package.json +1 -1
  677. package/input/lib/esm/Input.mjs +185 -0
  678. package/input/lib/esm/index.mjs +4 -0
  679. package/input/package.json +1 -1
  680. package/input-mask/lib/cjs/InputMask.js +0 -9
  681. package/input-mask/lib/cjs/InputMask.js.map +1 -1
  682. package/input-mask/lib/es6/InputMask.js +0 -9
  683. package/input-mask/lib/es6/InputMask.js.map +1 -1
  684. package/input-mask/lib/esm/InputMask.mjs +257 -0
  685. package/input-mask/lib/esm/index.mjs +5 -0
  686. package/input-mask/package.json +1 -1
  687. package/input-number/index.d.ts +4 -1
  688. package/input-number/lib/cjs/index.d.js.map +1 -1
  689. package/input-number/lib/es6/index.d.js.map +1 -1
  690. package/input-number/lib/esm/InputNumber.mjs +322 -0
  691. package/input-number/lib/esm/buttons.mjs +24 -0
  692. package/input-number/lib/esm/index.mjs +8 -0
  693. package/input-number/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
  694. package/input-number/lib/esm/translations/de.json.mjs +9 -0
  695. package/input-number/lib/esm/translations/en.json.mjs +9 -0
  696. package/input-number/lib/esm/translations/es.json.mjs +9 -0
  697. package/input-number/lib/esm/translations/fr.json.mjs +9 -0
  698. package/input-number/lib/esm/translations/it.json.mjs +9 -0
  699. package/input-number/lib/esm/translations/ja.json.mjs +9 -0
  700. package/input-number/lib/esm/translations/ko.json.mjs +9 -0
  701. package/input-number/lib/esm/translations/nl.json.mjs +9 -0
  702. package/input-number/lib/esm/translations/pl.json.mjs +9 -0
  703. package/input-number/lib/esm/translations/pt.json.mjs +9 -0
  704. package/input-number/lib/esm/translations/sv.json.mjs +9 -0
  705. package/input-number/lib/esm/translations/tr.json.mjs +9 -0
  706. package/input-number/lib/esm/translations/vi.json.mjs +9 -0
  707. package/input-number/lib/esm/translations/zh.json.mjs +9 -0
  708. package/input-number/lib/types/index.d.ts +4 -1
  709. package/input-number/package.json +1 -1
  710. package/input-tags/lib/esm/InputTags.mjs +296 -0
  711. package/input-tags/lib/esm/index.mjs +4 -0
  712. package/input-tags/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
  713. package/input-tags/lib/esm/translations/de.json.mjs +7 -0
  714. package/input-tags/lib/esm/translations/en.json.mjs +7 -0
  715. package/input-tags/lib/esm/translations/es.json.mjs +7 -0
  716. package/input-tags/lib/esm/translations/fr.json.mjs +7 -0
  717. package/input-tags/lib/esm/translations/it.json.mjs +7 -0
  718. package/input-tags/lib/esm/translations/ja.json.mjs +7 -0
  719. package/input-tags/lib/esm/translations/ko.json.mjs +7 -0
  720. package/input-tags/lib/esm/translations/nl.json.mjs +7 -0
  721. package/input-tags/lib/esm/translations/pl.json.mjs +7 -0
  722. package/input-tags/lib/esm/translations/pt.json.mjs +7 -0
  723. package/input-tags/lib/esm/translations/sv.json.mjs +7 -0
  724. package/input-tags/lib/esm/translations/tr.json.mjs +7 -0
  725. package/input-tags/lib/esm/translations/vi.json.mjs +7 -0
  726. package/input-tags/lib/esm/translations/zh.json.mjs +7 -0
  727. package/input-tags/package.json +1 -1
  728. package/link/lib/esm/Link.mjs +136 -0
  729. package/link/lib/esm/index.mjs +4 -0
  730. package/link/package.json +1 -1
  731. package/mini-chart/lib/esm/component/score/Donut.mjs +103 -0
  732. package/mini-chart/lib/esm/component/score/Line.mjs +104 -0
  733. package/mini-chart/lib/esm/component/trend/Bar.mjs +106 -0
  734. package/mini-chart/lib/esm/component/trend/Line.mjs +140 -0
  735. package/mini-chart/lib/esm/component/trend/Trend.mjs +66 -0
  736. package/mini-chart/lib/esm/index.mjs +16 -0
  737. package/mini-chart/package.json +1 -1
  738. package/modal/lib/esm/Modal.mjs +196 -0
  739. package/modal/lib/esm/index.mjs +4 -0
  740. package/modal/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
  741. package/modal/lib/esm/translations/de.json.mjs +9 -0
  742. package/modal/lib/esm/translations/en.json.mjs +9 -0
  743. package/modal/lib/esm/translations/es.json.mjs +9 -0
  744. package/modal/lib/esm/translations/fr.json.mjs +9 -0
  745. package/modal/lib/esm/translations/it.json.mjs +9 -0
  746. package/modal/lib/esm/translations/ja.json.mjs +9 -0
  747. package/modal/lib/esm/translations/ko.json.mjs +9 -0
  748. package/modal/lib/esm/translations/nl.json.mjs +9 -0
  749. package/modal/lib/esm/translations/pl.json.mjs +9 -0
  750. package/modal/lib/esm/translations/pt.json.mjs +9 -0
  751. package/modal/lib/esm/translations/sv.json.mjs +9 -0
  752. package/modal/lib/esm/translations/tr.json.mjs +9 -0
  753. package/modal/lib/esm/translations/vi.json.mjs +9 -0
  754. package/modal/lib/esm/translations/zh.json.mjs +9 -0
  755. package/modal/package.json +1 -1
  756. package/neighbor-location/package.json +1 -1
  757. package/notice/lib/esm/Notice.mjs +182 -0
  758. package/notice/lib/esm/NoticeSmart.mjs +35 -0
  759. package/notice/lib/esm/index.mjs +6 -0
  760. package/notice/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
  761. package/notice/lib/esm/translations/de.json.mjs +11 -0
  762. package/notice/lib/esm/translations/en.json.mjs +11 -0
  763. package/notice/lib/esm/translations/es.json.mjs +11 -0
  764. package/notice/lib/esm/translations/fr.json.mjs +11 -0
  765. package/notice/lib/esm/translations/it.json.mjs +11 -0
  766. package/notice/lib/esm/translations/ja.json.mjs +11 -0
  767. package/notice/lib/esm/translations/ko.json.mjs +11 -0
  768. package/notice/lib/esm/translations/nl.json.mjs +11 -0
  769. package/notice/lib/esm/translations/pl.json.mjs +11 -0
  770. package/notice/lib/esm/translations/pt.json.mjs +11 -0
  771. package/notice/lib/esm/translations/sv.json.mjs +11 -0
  772. package/notice/lib/esm/translations/tr.json.mjs +11 -0
  773. package/notice/lib/esm/translations/vi.json.mjs +11 -0
  774. package/notice/lib/esm/translations/zh.json.mjs +11 -0
  775. package/notice/package.json +1 -1
  776. package/notice-bubble/index.d.ts +1 -1
  777. package/notice-bubble/lib/cjs/index.d.js.map +1 -1
  778. package/notice-bubble/lib/es6/index.d.js.map +1 -1
  779. package/notice-bubble/lib/esm/NoticeBubble.mjs +298 -0
  780. package/notice-bubble/lib/esm/NoticeBubbleManager.mjs +91 -0
  781. package/notice-bubble/lib/esm/index.mjs +11 -0
  782. package/notice-bubble/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
  783. package/notice-bubble/lib/esm/translations/de.json.mjs +9 -0
  784. package/notice-bubble/lib/esm/translations/en.json.mjs +9 -0
  785. package/notice-bubble/lib/esm/translations/es.json.mjs +9 -0
  786. package/notice-bubble/lib/esm/translations/fr.json.mjs +9 -0
  787. package/notice-bubble/lib/esm/translations/it.json.mjs +9 -0
  788. package/notice-bubble/lib/esm/translations/ja.json.mjs +9 -0
  789. package/notice-bubble/lib/esm/translations/ko.json.mjs +9 -0
  790. package/notice-bubble/lib/esm/translations/nl.json.mjs +9 -0
  791. package/notice-bubble/lib/esm/translations/pl.json.mjs +9 -0
  792. package/notice-bubble/lib/esm/translations/pt.json.mjs +9 -0
  793. package/notice-bubble/lib/esm/translations/sv.json.mjs +9 -0
  794. package/notice-bubble/lib/esm/translations/tr.json.mjs +9 -0
  795. package/notice-bubble/lib/esm/translations/vi.json.mjs +9 -0
  796. package/notice-bubble/lib/esm/translations/zh.json.mjs +9 -0
  797. package/notice-bubble/lib/esm/utils.mjs +31 -0
  798. package/notice-bubble/lib/types/index.d.ts +1 -1
  799. package/notice-bubble/package.json +1 -1
  800. package/notice-global/lib/esm/NoticeGlobal.mjs +107 -0
  801. package/notice-global/lib/esm/index.mjs +4 -0
  802. package/notice-global/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
  803. package/notice-global/lib/esm/translations/de.json.mjs +11 -0
  804. package/notice-global/lib/esm/translations/en.json.mjs +11 -0
  805. package/notice-global/lib/esm/translations/es.json.mjs +11 -0
  806. package/notice-global/lib/esm/translations/fr.json.mjs +11 -0
  807. package/notice-global/lib/esm/translations/it.json.mjs +11 -0
  808. package/notice-global/lib/esm/translations/ja.json.mjs +11 -0
  809. package/notice-global/lib/esm/translations/ko.json.mjs +11 -0
  810. package/notice-global/lib/esm/translations/nl.json.mjs +11 -0
  811. package/notice-global/lib/esm/translations/pl.json.mjs +11 -0
  812. package/notice-global/lib/esm/translations/pt.json.mjs +11 -0
  813. package/notice-global/lib/esm/translations/sv.json.mjs +11 -0
  814. package/notice-global/lib/esm/translations/tr.json.mjs +11 -0
  815. package/notice-global/lib/esm/translations/vi.json.mjs +11 -0
  816. package/notice-global/lib/esm/translations/zh.json.mjs +11 -0
  817. package/notice-global/package.json +1 -1
  818. package/outside-click/package.json +1 -1
  819. package/package.json +1 -1
  820. package/pagination/lib/esm/Pagination.mjs +346 -0
  821. package/pagination/lib/esm/index.mjs +4 -0
  822. package/pagination/lib/esm/translations/__intergalactic-dynamic-locales.mjs +35 -0
  823. package/pagination/lib/esm/translations/de.json.mjs +19 -0
  824. package/pagination/lib/esm/translations/en.json.mjs +19 -0
  825. package/pagination/lib/esm/translations/es.json.mjs +19 -0
  826. package/pagination/lib/esm/translations/fr.json.mjs +19 -0
  827. package/pagination/lib/esm/translations/it.json.mjs +19 -0
  828. package/pagination/lib/esm/translations/ja.json.mjs +19 -0
  829. package/pagination/lib/esm/translations/ko.json.mjs +19 -0
  830. package/pagination/lib/esm/translations/nl.json.mjs +19 -0
  831. package/pagination/lib/esm/translations/pl.json.mjs +19 -0
  832. package/pagination/lib/esm/translations/pt.json.mjs +19 -0
  833. package/pagination/lib/esm/translations/ru.json.mjs +13 -0
  834. package/pagination/lib/esm/translations/sv.json.mjs +19 -0
  835. package/pagination/lib/esm/translations/tr.json.mjs +19 -0
  836. package/pagination/lib/esm/translations/vi.json.mjs +19 -0
  837. package/pagination/lib/esm/translations/zh.json.mjs +19 -0
  838. package/pagination/package.json +1 -1
  839. package/pills/lib/esm/Pills.mjs +158 -0
  840. package/pills/lib/esm/index.mjs +5 -0
  841. package/pills/package.json +1 -1
  842. package/popper/package.json +1 -1
  843. package/portal/package.json +1 -1
  844. package/product-head/lib/esm/Info.mjs +54 -0
  845. package/product-head/lib/esm/ProductHead.mjs +58 -0
  846. package/product-head/lib/esm/Title.mjs +50 -0
  847. package/product-head/lib/esm/index.mjs +8 -0
  848. package/product-head/package.json +1 -1
  849. package/progress-bar/lib/esm/ProgressBar.mjs +96 -0
  850. package/progress-bar/lib/esm/index.mjs +4 -0
  851. package/progress-bar/package.json +1 -1
  852. package/radio/lib/esm/Radio.mjs +273 -0
  853. package/radio/lib/esm/index.mjs +8 -0
  854. package/radio/package.json +1 -1
  855. package/scroll-area/lib/esm/ScrollArea.mjs +272 -0
  856. package/scroll-area/lib/esm/ScrollBar.mjs +260 -0
  857. package/scroll-area/lib/esm/index.mjs +8 -0
  858. package/scroll-area/package.json +1 -1
  859. package/select/lib/cjs/InputSearch.js +6 -6
  860. package/select/lib/cjs/Select.js +9 -9
  861. package/select/lib/cjs/Select.js.map +1 -1
  862. package/select/lib/es6/InputSearch.js +6 -6
  863. package/select/lib/es6/Select.js +9 -9
  864. package/select/lib/es6/Select.js.map +1 -1
  865. package/select/lib/esm/InputSearch.mjs +120 -0
  866. package/select/lib/esm/Select.mjs +313 -0
  867. package/select/lib/esm/context.mjs +5 -0
  868. package/select/lib/esm/index.mjs +7 -0
  869. package/select/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
  870. package/select/lib/esm/translations/de.json.mjs +11 -0
  871. package/select/lib/esm/translations/en.json.mjs +11 -0
  872. package/select/lib/esm/translations/es.json.mjs +11 -0
  873. package/select/lib/esm/translations/fr.json.mjs +11 -0
  874. package/select/lib/esm/translations/it.json.mjs +11 -0
  875. package/select/lib/esm/translations/ja.json.mjs +11 -0
  876. package/select/lib/esm/translations/ko.json.mjs +11 -0
  877. package/select/lib/esm/translations/nl.json.mjs +11 -0
  878. package/select/lib/esm/translations/pl.json.mjs +11 -0
  879. package/select/lib/esm/translations/pt.json.mjs +11 -0
  880. package/select/lib/esm/translations/sv.json.mjs +11 -0
  881. package/select/lib/esm/translations/tr.json.mjs +11 -0
  882. package/select/lib/esm/translations/vi.json.mjs +11 -0
  883. package/select/lib/esm/translations/zh.json.mjs +11 -0
  884. package/select/package.json +1 -1
  885. package/side-panel/lib/esm/SidePanel.mjs +223 -0
  886. package/side-panel/lib/esm/index.mjs +4 -0
  887. package/side-panel/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
  888. package/side-panel/lib/esm/translations/de.json.mjs +7 -0
  889. package/side-panel/lib/esm/translations/en.json.mjs +7 -0
  890. package/side-panel/lib/esm/translations/es.json.mjs +7 -0
  891. package/side-panel/lib/esm/translations/fr.json.mjs +7 -0
  892. package/side-panel/lib/esm/translations/it.json.mjs +7 -0
  893. package/side-panel/lib/esm/translations/ja.json.mjs +7 -0
  894. package/side-panel/lib/esm/translations/ko.json.mjs +7 -0
  895. package/side-panel/lib/esm/translations/nl.json.mjs +7 -0
  896. package/side-panel/lib/esm/translations/pl.json.mjs +7 -0
  897. package/side-panel/lib/esm/translations/pt.json.mjs +7 -0
  898. package/side-panel/lib/esm/translations/sv.json.mjs +7 -0
  899. package/side-panel/lib/esm/translations/tr.json.mjs +7 -0
  900. package/side-panel/lib/esm/translations/vi.json.mjs +7 -0
  901. package/side-panel/lib/esm/translations/zh.json.mjs +7 -0
  902. package/side-panel/package.json +1 -1
  903. package/skeleton/lib/esm/Charts/Area.mjs +37 -0
  904. package/skeleton/lib/esm/Charts/Bar.mjs +46 -0
  905. package/skeleton/lib/esm/Charts/Bubble.mjs +34 -0
  906. package/skeleton/lib/esm/Charts/CompactHorizontalBar.mjs +34 -0
  907. package/skeleton/lib/esm/Charts/Donut.mjs +40 -0
  908. package/skeleton/lib/esm/Charts/Histogram.mjs +46 -0
  909. package/skeleton/lib/esm/Charts/Line.mjs +37 -0
  910. package/skeleton/lib/esm/Charts/RadialTree.mjs +34 -0
  911. package/skeleton/lib/esm/Charts/ScatterPlot.mjs +34 -0
  912. package/skeleton/lib/esm/Charts/Venn.mjs +34 -0
  913. package/skeleton/lib/esm/Skeleton.mjs +153 -0
  914. package/skeleton/lib/esm/index.mjs +24 -0
  915. package/skeleton/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
  916. package/skeleton/lib/esm/translations/de.json.mjs +7 -0
  917. package/skeleton/lib/esm/translations/en.json.mjs +7 -0
  918. package/skeleton/lib/esm/translations/es.json.mjs +7 -0
  919. package/skeleton/lib/esm/translations/fr.json.mjs +7 -0
  920. package/skeleton/lib/esm/translations/it.json.mjs +7 -0
  921. package/skeleton/lib/esm/translations/ja.json.mjs +7 -0
  922. package/skeleton/lib/esm/translations/ko.json.mjs +7 -0
  923. package/skeleton/lib/esm/translations/nl.json.mjs +7 -0
  924. package/skeleton/lib/esm/translations/pl.json.mjs +7 -0
  925. package/skeleton/lib/esm/translations/pt.json.mjs +7 -0
  926. package/skeleton/lib/esm/translations/sv.json.mjs +7 -0
  927. package/skeleton/lib/esm/translations/tr.json.mjs +7 -0
  928. package/skeleton/lib/esm/translations/vi.json.mjs +7 -0
  929. package/skeleton/lib/esm/translations/zh.json.mjs +7 -0
  930. package/skeleton/package.json +1 -1
  931. package/slider/lib/esm/Slider.mjs +218 -0
  932. package/slider/lib/esm/index.mjs +5 -0
  933. package/slider/package.json +1 -1
  934. package/spin/package.json +1 -1
  935. package/spin-container/lib/esm/SpinContainer.mjs +133 -0
  936. package/spin-container/lib/esm/index.mjs +4 -0
  937. package/spin-container/package.json +1 -1
  938. package/sticky/lib/esm/Sticky.mjs +42 -0
  939. package/sticky/lib/esm/index.mjs +4 -0
  940. package/sticky/package.json +1 -1
  941. package/switch/lib/esm/Switch.mjs +216 -0
  942. package/switch/lib/esm/index.mjs +6 -0
  943. package/switch/package.json +1 -1
  944. package/tab-line/lib/esm/TabLine.mjs +204 -0
  945. package/tab-line/lib/esm/index.mjs +5 -0
  946. package/tab-line/package.json +1 -1
  947. package/tab-panel/lib/esm/TabPanel.mjs +125 -0
  948. package/tab-panel/lib/esm/index.mjs +5 -0
  949. package/tab-panel/package.json +1 -1
  950. package/tag/lib/esm/Tag.mjs +339 -0
  951. package/tag/lib/esm/index.mjs +5 -0
  952. package/tag/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
  953. package/tag/lib/esm/translations/de.json.mjs +7 -0
  954. package/tag/lib/esm/translations/en.json.mjs +7 -0
  955. package/tag/lib/esm/translations/es.json.mjs +7 -0
  956. package/tag/lib/esm/translations/fr.json.mjs +7 -0
  957. package/tag/lib/esm/translations/it.json.mjs +7 -0
  958. package/tag/lib/esm/translations/ja.json.mjs +7 -0
  959. package/tag/lib/esm/translations/ko.json.mjs +7 -0
  960. package/tag/lib/esm/translations/nl.json.mjs +7 -0
  961. package/tag/lib/esm/translations/pl.json.mjs +7 -0
  962. package/tag/lib/esm/translations/pt.json.mjs +7 -0
  963. package/tag/lib/esm/translations/sv.json.mjs +7 -0
  964. package/tag/lib/esm/translations/tr.json.mjs +7 -0
  965. package/tag/lib/esm/translations/vi.json.mjs +7 -0
  966. package/tag/lib/esm/translations/zh.json.mjs +7 -0
  967. package/tag/package.json +1 -1
  968. package/textarea/lib/esm/Textarea.mjs +119 -0
  969. package/textarea/lib/esm/index.mjs +4 -0
  970. package/textarea/package.json +1 -1
  971. package/time-picker/lib/cjs/TimePicker.js +12 -12
  972. package/time-picker/lib/es6/TimePicker.js +12 -12
  973. package/time-picker/lib/esm/PickerFormat.mjs +60 -0
  974. package/time-picker/lib/esm/PickerInput.mjs +196 -0
  975. package/time-picker/lib/esm/TimePicker.mjs +234 -0
  976. package/time-picker/lib/esm/index.mjs +9 -0
  977. package/time-picker/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
  978. package/time-picker/lib/esm/translations/de.json.mjs +17 -0
  979. package/time-picker/lib/esm/translations/en.json.mjs +17 -0
  980. package/time-picker/lib/esm/translations/es.json.mjs +17 -0
  981. package/time-picker/lib/esm/translations/fr.json.mjs +17 -0
  982. package/time-picker/lib/esm/translations/it.json.mjs +17 -0
  983. package/time-picker/lib/esm/translations/ja.json.mjs +17 -0
  984. package/time-picker/lib/esm/translations/ko.json.mjs +17 -0
  985. package/time-picker/lib/esm/translations/nl.json.mjs +17 -0
  986. package/time-picker/lib/esm/translations/pl.json.mjs +17 -0
  987. package/time-picker/lib/esm/translations/pt.json.mjs +17 -0
  988. package/time-picker/lib/esm/translations/sv.json.mjs +17 -0
  989. package/time-picker/lib/esm/translations/tr.json.mjs +17 -0
  990. package/time-picker/lib/esm/translations/vi.json.mjs +17 -0
  991. package/time-picker/lib/esm/translations/zh.json.mjs +17 -0
  992. package/time-picker/package.json +1 -1
  993. package/tooltip/lib/cjs/Tooltip.js +9 -9
  994. package/tooltip/lib/es6/Tooltip.js +9 -9
  995. package/tooltip/lib/esm/Tooltip.mjs +82 -82
  996. package/tooltip/package.json +1 -1
  997. package/typography/lib/esm/Blockquote.mjs +30 -0
  998. package/typography/lib/esm/Hint.mjs +69 -0
  999. package/typography/lib/esm/List.mjs +89 -0
  1000. package/typography/lib/esm/Text.mjs +69 -0
  1001. package/typography/lib/esm/index.mjs +10 -0
  1002. package/typography/package.json +1 -1
  1003. package/utils/lib/CSSinJS.mjs +1 -1
  1004. package/utils/lib/ScreenReaderOnly.mjs +1 -1
  1005. package/utils/lib/ThemeProvider.mjs +4 -4
  1006. package/utils/lib/addonTextChildren.mjs +1 -1
  1007. package/utils/lib/assignProps.mjs +1 -1
  1008. package/utils/lib/color.mjs +2 -2
  1009. package/utils/lib/components/invalid-state-pattern/InvalidStatePattern.js +2 -2
  1010. package/utils/lib/components/invalid-state-pattern/InvalidStatePattern.mjs +5 -4
  1011. package/utils/lib/components/invalid-state-pattern/InvalidStatePattern.mjs.map +1 -1
  1012. package/utils/lib/core/enhancement/Children.mjs +4 -4
  1013. package/utils/lib/core/enhancement/Root.mjs +3 -3
  1014. package/utils/lib/core/enhancement/dataName.mjs +1 -1
  1015. package/utils/lib/core/enhancement/hoistProps.mjs +4 -4
  1016. package/utils/lib/core/enhancement/i18n.mjs +2 -2
  1017. package/utils/lib/core/enhancement/inheritedName.mjs +2 -2
  1018. package/utils/lib/core/enhancement/staticChildren.mjs +3 -3
  1019. package/utils/lib/core/enhancement/style.mjs +3 -3
  1020. package/utils/lib/core/enhancement/uncontrolledProps.mjs +7 -7
  1021. package/utils/lib/core/index.mjs +12 -12
  1022. package/utils/lib/core/register.mjs +3 -3
  1023. package/utils/lib/core/styled/reshadow-core.mjs +2 -2
  1024. package/utils/lib/core/styled/sstyled.mjs +2 -2
  1025. package/utils/lib/core/types/Component.mjs +6 -6
  1026. package/utils/lib/createHoc.mjs +8 -8
  1027. package/utils/lib/enhances/WithAutoFocus.mjs +6 -6
  1028. package/utils/lib/enhances/WithCSS.mjs +6 -6
  1029. package/utils/lib/enhances/WithI18n.mjs +6 -6
  1030. package/utils/lib/enhances/WithKeyboardFocus.mjs +6 -6
  1031. package/utils/lib/enhances/WithRef.mjs +1 -1
  1032. package/utils/lib/enhances/a11yEnhance.mjs +2 -2
  1033. package/utils/lib/enhances/animatedSizeEnhance.mjs +3 -3
  1034. package/utils/lib/enhances/autoFocusEnhance.mjs +2 -2
  1035. package/utils/lib/enhances/contextEnhance.mjs +4 -4
  1036. package/utils/lib/enhances/i18nEnhance.mjs +6 -6
  1037. package/utils/lib/enhances/keyboardFocusEnhance.mjs +1 -1
  1038. package/utils/lib/eventEmitter.mjs +3 -3
  1039. package/utils/lib/focus-lock/isFocusable.mjs +1 -1
  1040. package/utils/lib/getAccessibleName.mjs +1 -1
  1041. package/utils/lib/getEventTarget.mjs +1 -1
  1042. package/utils/lib/hasLabels.mjs +1 -1
  1043. package/utils/lib/injectStyle.js +1 -1
  1044. package/utils/lib/injectStyle.mjs +2 -2
  1045. package/utils/lib/isNode.mjs +1 -1
  1046. package/utils/lib/logger.mjs +3 -3
  1047. package/utils/lib/propsForElement.mjs +1 -1
  1048. package/utils/lib/ref.mjs +2 -2
  1049. package/utils/lib/syncScroll.mjs +1 -1
  1050. package/utils/lib/uncontroll.mjs +1 -1
  1051. package/utils/lib/uniqueID.mjs +2 -2
  1052. package/utils/lib/use/useFocusLock.mjs +2 -2
  1053. package/utils/lib/useCssVariable.mjs +3 -3
  1054. package/utils/lib/zIndexStacking.mjs +3 -3
  1055. package/widget-empty/lib/cjs/WidgetEmpty.js +5 -5
  1056. package/widget-empty/lib/cjs/style/widget-empty.shadow.css +1 -0
  1057. package/widget-empty/lib/es6/WidgetEmpty.js +5 -5
  1058. package/widget-empty/lib/es6/style/widget-empty.shadow.css +1 -0
  1059. package/widget-empty/lib/esm/Error/index.mjs +36 -0
  1060. package/widget-empty/lib/esm/Error/translations/__intergalactic-dynamic-locales.mjs +35 -0
  1061. package/widget-empty/lib/esm/Error/translations/de.json.mjs +9 -0
  1062. package/widget-empty/lib/esm/Error/translations/en.json.mjs +9 -0
  1063. package/widget-empty/lib/esm/Error/translations/es.json.mjs +9 -0
  1064. package/widget-empty/lib/esm/Error/translations/fr.json.mjs +9 -0
  1065. package/widget-empty/lib/esm/Error/translations/it.json.mjs +9 -0
  1066. package/widget-empty/lib/esm/Error/translations/ja.json.mjs +9 -0
  1067. package/widget-empty/lib/esm/Error/translations/ko.json.mjs +9 -0
  1068. package/widget-empty/lib/esm/Error/translations/nl.json.mjs +9 -0
  1069. package/widget-empty/lib/esm/Error/translations/pl.json.mjs +9 -0
  1070. package/widget-empty/lib/esm/Error/translations/pt.json.mjs +9 -0
  1071. package/widget-empty/lib/esm/Error/translations/ru.json.mjs +9 -0
  1072. package/widget-empty/lib/esm/Error/translations/sv.json.mjs +9 -0
  1073. package/widget-empty/lib/esm/Error/translations/tr.json.mjs +9 -0
  1074. package/widget-empty/lib/esm/Error/translations/vi.json.mjs +9 -0
  1075. package/widget-empty/lib/esm/Error/translations/zh.json.mjs +9 -0
  1076. package/widget-empty/lib/esm/NoData/index.mjs +37 -0
  1077. package/widget-empty/lib/esm/NoData/translations/__intergalactic-dynamic-locales.mjs +35 -0
  1078. package/widget-empty/lib/esm/NoData/translations/de.json.mjs +9 -0
  1079. package/widget-empty/lib/esm/NoData/translations/en.json.mjs +9 -0
  1080. package/widget-empty/lib/esm/NoData/translations/es.json.mjs +9 -0
  1081. package/widget-empty/lib/esm/NoData/translations/fr.json.mjs +9 -0
  1082. package/widget-empty/lib/esm/NoData/translations/it.json.mjs +9 -0
  1083. package/widget-empty/lib/esm/NoData/translations/ja.json.mjs +9 -0
  1084. package/widget-empty/lib/esm/NoData/translations/ko.json.mjs +9 -0
  1085. package/widget-empty/lib/esm/NoData/translations/nl.json.mjs +9 -0
  1086. package/widget-empty/lib/esm/NoData/translations/pl.json.mjs +9 -0
  1087. package/widget-empty/lib/esm/NoData/translations/pt.json.mjs +9 -0
  1088. package/widget-empty/lib/esm/NoData/translations/ru.json.mjs +9 -0
  1089. package/widget-empty/lib/esm/NoData/translations/sv.json.mjs +9 -0
  1090. package/widget-empty/lib/esm/NoData/translations/tr.json.mjs +9 -0
  1091. package/widget-empty/lib/esm/NoData/translations/vi.json.mjs +9 -0
  1092. package/widget-empty/lib/esm/NoData/translations/zh.json.mjs +9 -0
  1093. package/widget-empty/lib/esm/WidgetEmpty.mjs +64 -0
  1094. package/widget-empty/lib/esm/index.mjs +9 -0
  1095. package/widget-empty/package.json +1 -1
  1096. package/wizard/lib/esm/Wizard.mjs +258 -0
  1097. package/wizard/lib/esm/index.mjs +5 -0
  1098. package/wizard/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
  1099. package/wizard/lib/esm/translations/de.json.mjs +11 -0
  1100. package/wizard/lib/esm/translations/en.json.mjs +11 -0
  1101. package/wizard/lib/esm/translations/es.json.mjs +11 -0
  1102. package/wizard/lib/esm/translations/fr.json.mjs +11 -0
  1103. package/wizard/lib/esm/translations/it.json.mjs +11 -0
  1104. package/wizard/lib/esm/translations/ja.json.mjs +11 -0
  1105. package/wizard/lib/esm/translations/ko.json.mjs +11 -0
  1106. package/wizard/lib/esm/translations/nl.json.mjs +11 -0
  1107. package/wizard/lib/esm/translations/pl.json.mjs +11 -0
  1108. package/wizard/lib/esm/translations/pt.json.mjs +11 -0
  1109. package/wizard/lib/esm/translations/sv.json.mjs +11 -0
  1110. package/wizard/lib/esm/translations/tr.json.mjs +11 -0
  1111. package/wizard/lib/esm/translations/vi.json.mjs +11 -0
  1112. package/wizard/lib/esm/translations/zh.json.mjs +11 -0
  1113. package/wizard/package.json +1 -1
  1114. package/modal/lib/cjs/modal.vo-test.js +0 -102
  1115. package/modal/lib/cjs/modal.vo-test.js.map +0 -1
  1116. package/modal/lib/es6/modal.vo-test.js +0 -99
  1117. package/modal/lib/es6/modal.vo-test.js.map +0 -1
@@ -0,0 +1,182 @@
1
+ import f from "@babel/runtime/helpers/esm/objectSpread2";
2
+ import E from "@babel/runtime/helpers/esm/classCallCheck";
3
+ import L from "@babel/runtime/helpers/esm/createClass";
4
+ import A from "@babel/runtime/helpers/esm/assertThisInitialized";
5
+ import z from "@babel/runtime/helpers/esm/inherits";
6
+ import D from "@babel/runtime/helpers/esm/createSuper";
7
+ import m from "@babel/runtime/helpers/esm/defineProperty";
8
+ import { sstyled as M } from 'intergalactic/utils/lib/core/index';
9
+ import R, { sstyled as g, assignProps as l, Component as $ } from 'intergalactic/core';
10
+ import n from "react";
11
+ import { Box as u } from 'intergalactic/flex-box';
12
+ import B from 'intergalactic/button';
13
+ import d from 'intergalactic/icon/Close/m';
14
+ import G from 'intergalactic/utils/lib/enhances/resolveColorEnhance';
15
+ import { FadeInOut as O } from 'intergalactic/animation';
16
+ import p from 'intergalactic/utils/lib/logger';
17
+ import V from 'intergalactic/notice-global';
18
+ import { localizedMessages as b } from "./translations/__intergalactic-dynamic-locales.mjs";
19
+ import j from 'intergalactic/utils/lib/enhances/i18nEnhance';
20
+ import { cssVariableEnhance as q } from 'intergalactic/utils/lib/useCssVariable';
21
+ import { Text as S } from 'intergalactic/typography';
22
+ var F = (
23
+ /*__reshadow_css_start__*/
24
+ (M.insert(
25
+ /*__inner_css_start__*/
26
+ ".___SNotice_9f4fy_gg_{display:flex;padding:var(--intergalactic-spacing-4x, 16px);font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%);box-sizing:border-box;border-style:solid;border-width:1px;border-radius:var(--intergalactic-surface-rounded, 6px);color:var(--intergalactic-text-primary, #191b23)}.___SNotice_9f4fy_gg_._theme_info_9f4fy_gg_{background-color:var(--intergalactic-bg-secondary-info, #e9f7ff);border-color:var(--intergalactic-border-info, #8ecdff)}.___SNotice_9f4fy_gg_._theme_info_9f4fy_gg_ .___SCloseIcon_9f4fy_gg_{color:var(--intergalactic-icon-primary-neutral, #6c6e79)}@media (hover:hover){.___SNotice_9f4fy_gg_._theme_info_9f4fy_gg_ .___SCloseIcon_9f4fy_gg_:hover{color:var(--intergalactic-icon-primary-neutral-hover-active, #565861)}}.___SNotice_9f4fy_gg_._theme_danger_9f4fy_gg_{background-color:var(--intergalactic-bg-secondary-critical, #fff0f7);border-color:var(--intergalactic-border-critical, #ffaeb5)}.___SNotice_9f4fy_gg_._theme_danger_9f4fy_gg_ .___SCloseIcon_9f4fy_gg_{color:var(--intergalactic-icon-primary-critical, #ff4953)}@media (hover:hover){.___SNotice_9f4fy_gg_._theme_danger_9f4fy_gg_ .___SCloseIcon_9f4fy_gg_:hover{color:var(--intergalactic-icon-primary-critical-hover-active, #CC3A42)}}.___SNotice_9f4fy_gg_._theme_warning_9f4fy_gg_{background-color:var(--intergalactic-bg-secondary-warning, #fff3d9);border-color:var(--intergalactic-border-warning, #ffb26e)}.___SNotice_9f4fy_gg_._theme_warning_9f4fy_gg_ .___SCloseIcon_9f4fy_gg_{color:var(--intergalactic-icon-primary-warning, #ff642d)}@media (hover:hover){.___SNotice_9f4fy_gg_._theme_warning_9f4fy_gg_ .___SCloseIcon_9f4fy_gg_:hover{color:var(--intergalactic-icon-primary-warning-hover-active, #CC5024)}}.___SNotice_9f4fy_gg_._theme_success_9f4fy_gg_{background-color:var(--intergalactic-bg-secondary-success, #dbfee8);border-color:var(--intergalactic-border-success, #59ddaa)}.___SNotice_9f4fy_gg_._theme_success_9f4fy_gg_ .___SCloseIcon_9f4fy_gg_{color:var(--intergalactic-icon-primary-success, #009f81)}@media (hover:hover){.___SNotice_9f4fy_gg_._theme_success_9f4fy_gg_ .___SCloseIcon_9f4fy_gg_:hover{color:var(--intergalactic-icon-primary-success-hover-active, #037E68)}}.___SNotice_9f4fy_gg_._theme_muted_9f4fy_gg_{background-color:var(--intergalactic-bg-secondary-neutral, #f4f5f9);border-color:var(--intergalactic-border-secondary, #e0e1e9)}.___SLabel_9f4fy_gg_._theme_info_9f4fy_gg_,.___SNotice_9f4fy_gg_._theme_muted_9f4fy_gg_ .___SCloseIcon_9f4fy_gg_{color:var(--intergalactic-icon-primary-neutral, #6c6e79)}@media (hover:hover){.___SNotice_9f4fy_gg_._theme_muted_9f4fy_gg_ .___SCloseIcon_9f4fy_gg_:hover{color:var(--intergalactic-icon-primary-neutral-hover-active, #565861)}}.___SContent_9f4fy_gg_{flex:1 1 auto;width:100%}.___SActions_9f4fy_gg_{flex-shrink:0;margin-top:var(--intergalactic-spacing-3x, 12px)}.___SLabel_9f4fy_gg_{min-height:var(--intergalactic-form-control-m, 28px);height:-moz-fit-content;height:fit-content;margin-right:var(--intergalactic-spacing-2x, 8px);display:inline-flex;align-items:center}.___SLabel_9f4fy_gg_._theme_danger_9f4fy_gg_{color:var(--intergalactic-icon-primary-critical, #ff4953)}.___SLabel_9f4fy_gg_._theme_warning_9f4fy_gg_{color:var(--intergalactic-icon-primary-warning, #ff642d)}.___SLabel_9f4fy_gg_._theme_success_9f4fy_gg_{color:var(--intergalactic-icon-primary-success, #009f81)}.___SLabel_9f4fy_gg_._theme_muted_9f4fy_gg_{color:var(--intergalactic-icon-primary-neutral, #6c6e79)}.___SLabel_9f4fy_gg_._theme_custom_9f4fy_gg_{color:var(--color_9f4fy)}.___SCloseIcon_9f4fy_gg_{flex-shrink:0;margin-left:var(--intergalactic-spacing-4x, 16px)}.___SNotice_9f4fy_gg_._theme_custom_9f4fy_gg_{background-color:var(--backgroundColor_9f4fy);border-color:var(--backgroundColor_9f4fy)}.___STitle_9f4fy_gg_{margin-top:var(--intergalactic-spacing-05x, 2px);margin-bottom:var(--intergalactic-spacing-05x, 2px)}.___SText_9f4fy_gg_{margin-top:var(--intergalactic-spacing-1x, 4px);margin-bottom:var(--intergalactic-spacing-1x, 4px)}",
27
+ "9f4fy_gg_"
28
+ ), {
29
+ __SNotice: "___SNotice_9f4fy_gg_",
30
+ __SContent: "___SContent_9f4fy_gg_",
31
+ __SActions: "___SActions_9f4fy_gg_",
32
+ __SLabel: "___SLabel_9f4fy_gg_",
33
+ _theme_info: "_theme_info_9f4fy_gg_",
34
+ _theme_danger: "_theme_danger_9f4fy_gg_",
35
+ _theme_warning: "_theme_warning_9f4fy_gg_",
36
+ _theme_success: "_theme_success_9f4fy_gg_",
37
+ _theme_muted: "_theme_muted_9f4fy_gg_",
38
+ _theme_custom: "_theme_custom_9f4fy_gg_",
39
+ "--color": "--color_9f4fy",
40
+ __SCloseIcon: "___SCloseIcon_9f4fy_gg_",
41
+ "--backgroundColor": "--backgroundColor_9f4fy",
42
+ __STitle: "___STitle_9f4fy_gg_",
43
+ __SText: "___SText_9f4fy_gg_"
44
+ })
45
+ );
46
+ function C(_) {
47
+ return !["danger", "warning", "success", "info", "muted"].includes(_);
48
+ }
49
+ var y = /* @__PURE__ */ function(_) {
50
+ z(r, _);
51
+ var o = D(r);
52
+ function r() {
53
+ var t;
54
+ E(this, r);
55
+ for (var e = arguments.length, a = new Array(e), i = 0; i < e; i++)
56
+ a[i] = arguments[i];
57
+ return t = o.call.apply(o, [this].concat(a)), m(A(t), "ref", /* @__PURE__ */ n.createRef()), t;
58
+ }
59
+ return L(r, [{
60
+ key: "componentDidMount",
61
+ value: function() {
62
+ if (this.ref.current && process.env.NODE_ENV !== "production" && !["muted", "danger"].includes(this.props.theme)) {
63
+ var e = function(i) {
64
+ return !!(i.hasAttribute("aria-label") || i.hasAttribute("aria-labelledby") || i.hasAttribute("title"));
65
+ };
66
+ p.warn(!e(this.ref.current), "Provide unique 'title' or 'aria-label' or 'aria-labelledby' to help identify the type and importance of notification", this.props["data-ui-name"] || r.displayName);
67
+ }
68
+ }
69
+ }, {
70
+ key: "getLabelProps",
71
+ value: function() {
72
+ var e = this.asProps, a = e.theme, i = e.resolveColor;
73
+ return {
74
+ theme: a,
75
+ resolveColor: i
76
+ };
77
+ }
78
+ }, {
79
+ key: "getCloseIconProps",
80
+ value: function() {
81
+ var e = this.asProps.getI18nText;
82
+ return {
83
+ getI18nText: e
84
+ };
85
+ }
86
+ }, {
87
+ key: "getCloseProps",
88
+ value: function() {
89
+ var e = this.asProps.getI18nText;
90
+ return {
91
+ getI18nText: e
92
+ };
93
+ }
94
+ }, {
95
+ key: "render",
96
+ value: function() {
97
+ var e = this.asProps, a, i = O, c = this.asProps, v = c.Children, x = c.styles, N = c.hidden, s = c.theme, I = c.use, T = c.resolveColor, P = c.getI18nText, k = T(s), w = C(s) ? "custom" : s;
98
+ if (I === "primary")
99
+ return p.warn(!0, 'Deprecated property-value pair "use=primary", use component <NoticeGlobal/> instead', r.displayName), /* @__PURE__ */ n.createElement(V, this.asProps);
100
+ var h = P(s === "danger" ? "criticalNotification" : "notification");
101
+ return s === "muted" && (h = void 0), a = g(x), /* @__PURE__ */ n.createElement(i, a.cn("SNotice", f({}, l({
102
+ visible: !N,
103
+ "use:theme": w,
104
+ backgroundColor: k,
105
+ role: "region",
106
+ "aria-label": h,
107
+ ref: this.ref
108
+ }, e))), /* @__PURE__ */ n.createElement(v, a.cn("Children", {})));
109
+ }
110
+ }]), r;
111
+ }($);
112
+ m(y, "displayName", "Notice");
113
+ m(y, "style", F);
114
+ m(y, "enhance", [j(b), q({
115
+ variable: "--intergalactic-duration-popper",
116
+ fallback: "200",
117
+ map: Number.parseInt,
118
+ prop: "duration"
119
+ }), G()]);
120
+ m(y, "defaultProps", {
121
+ theme: "info",
122
+ i18n: b,
123
+ locale: "en"
124
+ });
125
+ function W(_) {
126
+ var o = arguments[0], r, t = _.styles, e = _.theme, a = _.resolveColor, i = u, c = C(e) ? "custom" : e, v = a(e);
127
+ return r = g(t), /* @__PURE__ */ n.createElement(i, r.cn("SLabel", f({}, l({
128
+ "use:theme": c,
129
+ color: v
130
+ }, o))));
131
+ }
132
+ function H(_) {
133
+ var o = arguments[0], r, t = _.styles, e = S;
134
+ return r = g(t), /* @__PURE__ */ n.createElement(e, r.cn("STitle", f({}, l({
135
+ tag: "div",
136
+ size: 300,
137
+ fontWeight: "bold"
138
+ }, o))));
139
+ }
140
+ function J(_) {
141
+ var o = arguments[0], r, t = _.styles, e = S;
142
+ return r = g(t), /* @__PURE__ */ n.createElement(e, r.cn("SText", f({}, l({
143
+ tag: "div"
144
+ }, o))));
145
+ }
146
+ function K(_) {
147
+ var o = arguments[0], r, t = _.styles, e = u;
148
+ return r = g(t), /* @__PURE__ */ n.createElement(e, r.cn("SActions", f({}, l({}, o))));
149
+ }
150
+ function Q(_) {
151
+ var o = arguments[0], r, t = _.styles, e = u;
152
+ return r = g(t), /* @__PURE__ */ n.createElement(e, r.cn("SContent", f({}, l({}, o))));
153
+ }
154
+ function U(_) {
155
+ var o = arguments[0], r, t = _.styles, e = _.getI18nText, a = u;
156
+ return r = g(t), /* @__PURE__ */ n.createElement(a, r.cn("SCloseIcon", f({}, l({
157
+ tag: d,
158
+ interactive: !0,
159
+ "aria-label": e("close")
160
+ }, o))));
161
+ }
162
+ function X(_) {
163
+ var o = arguments[0], r, t = _.styles, e = _.getI18nText, a = B;
164
+ return r = g(t), /* @__PURE__ */ n.createElement(a, r.cn("SCloseIcon", f({}, l({
165
+ addonLeft: d,
166
+ use: "tertiary",
167
+ theme: "muted",
168
+ "aria-label": e("close")
169
+ }, o))));
170
+ }
171
+ var de = R(y, {
172
+ Label: W,
173
+ Title: H,
174
+ Text: J,
175
+ Actions: K,
176
+ Content: Q,
177
+ CloseIcon: U,
178
+ Close: X
179
+ });
180
+ export {
181
+ de as default
182
+ };
@@ -0,0 +1,35 @@
1
+ import _ from "@babel/runtime/helpers/esm/classCallCheck";
2
+ import N from "@babel/runtime/helpers/esm/createClass";
3
+ import v from "@babel/runtime/helpers/esm/inherits";
4
+ import P from "@babel/runtime/helpers/esm/createSuper";
5
+ import u from "@babel/runtime/helpers/esm/defineProperty";
6
+ import S, { assignProps as b, Component as y } from 'intergalactic/core';
7
+ import e from "react";
8
+ import l from 'intergalactic/utils/lib/isNode';
9
+ import t from "./Notice.mjs";
10
+ var m = /* @__PURE__ */ function(f) {
11
+ v(o, f);
12
+ var C = P(o);
13
+ function o() {
14
+ return _(this, o), C.apply(this, arguments);
15
+ }
16
+ return N(o, [{
17
+ key: "render",
18
+ value: function() {
19
+ var d = this.asProps, h = t, r = this.asProps, n = r.Children, a = r.label, i = r.title, s = r.actions, c = r.closable, E = r.onClose, p = /* @__PURE__ */ e.createElement(n, null);
20
+ return typeof n.origin == "string" && (p = l(i) || l(a) || c ? /* @__PURE__ */ e.createElement(t.Text, null, /* @__PURE__ */ e.createElement(n, null)) : /* @__PURE__ */ e.createElement(n, null)), /* @__PURE__ */ e.createElement(h, b({
21
+ __excludeProps: ["title"]
22
+ }, d), l(a) && /* @__PURE__ */ e.createElement(t.Label, null, a), /* @__PURE__ */ e.createElement(t.Content, null, l(i) && /* @__PURE__ */ e.createElement(t.Title, null, i), p, l(s) && /* @__PURE__ */ e.createElement(t.Actions, null, s)), c && /* @__PURE__ */ e.createElement(t.Close, {
23
+ onClick: E
24
+ }));
25
+ }
26
+ }]), o;
27
+ }(y);
28
+ u(m, "displayName", "NoticeSmart");
29
+ u(m, "defaultProps", {
30
+ theme: "info"
31
+ });
32
+ const w = S(m);
33
+ export {
34
+ w as default
35
+ };
@@ -0,0 +1,6 @@
1
+ import o from "./Notice.mjs";
2
+ import { default as a } from "./NoticeSmart.mjs";
3
+ export {
4
+ a as NoticeSmart,
5
+ o as default
6
+ };
@@ -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.11","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.11","@semcore/utils":"4.47.1-prerelease.11","@semcore/button":"5.42.0-prerelease.11","@semcore/flex-box":"5.41.0-prerelease.11","@semcore/icon":"4.58.0-prerelease.11","@semcore/notice-global":"2.60.0-prerelease.11","@semcore/typography":"5.52.0-prerelease.11"},"peerDependencies":{"@semcore/core":"^2.39.0-prerelease.11","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-prerelease.14","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-prerelease.14","@semcore/utils":"4.48.0-prerelease.14","@semcore/button":"5.42.0-prerelease.14","@semcore/flex-box":"5.41.0-prerelease.14","@semcore/icon":"4.60.0-prerelease.14","@semcore/notice-global":"2.60.0-prerelease.14","@semcore/typography":"5.52.0-prerelease.14"},"peerDependencies":{"@semcore/core":"^2.39.0-prerelease.14","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":""}