intergalactic 15.88.0 → 15.89.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3548) hide show
  1. package/CHANGELOG.md +20 -11
  2. package/accordion/lib/cjs/Accordion.js +7 -7
  3. package/accordion/lib/es6/Accordion.js +7 -7
  4. package/animation/lib/cjs/Animation.js +11 -11
  5. package/animation/lib/cjs/Collapse.js +28 -28
  6. package/animation/lib/cjs/FadeInOut.js +28 -28
  7. package/animation/lib/cjs/Scale.js +28 -28
  8. package/animation/lib/cjs/Slide.js +28 -28
  9. package/animation/lib/cjs/Transform.js +28 -28
  10. package/animation/lib/es6/Animation.js +11 -11
  11. package/animation/lib/es6/Collapse.js +28 -28
  12. package/animation/lib/es6/FadeInOut.js +28 -28
  13. package/animation/lib/es6/Scale.js +28 -28
  14. package/animation/lib/es6/Slide.js +28 -28
  15. package/animation/lib/es6/Transform.js +28 -28
  16. package/badge/lib/cjs/Badge.js +6 -6
  17. package/badge/lib/es6/Badge.js +6 -6
  18. package/base-trigger/lib/cjs/BaseTrigger.js +18 -18
  19. package/base-trigger/lib/cjs/ButtonTrigger.js +3 -3
  20. package/base-trigger/lib/cjs/FilterTrigger.js +7 -7
  21. package/base-trigger/lib/cjs/LinkTrigger.js +12 -12
  22. package/base-trigger/lib/es6/BaseTrigger.js +18 -18
  23. package/base-trigger/lib/es6/ButtonTrigger.js +3 -3
  24. package/base-trigger/lib/es6/FilterTrigger.js +7 -7
  25. package/base-trigger/lib/es6/LinkTrigger.js +12 -12
  26. package/breadcrumbs/lib/cjs/Breadcrumbs.js +6 -6
  27. package/breadcrumbs/lib/es6/Breadcrumbs.js +6 -6
  28. package/button/lib/cjs/Button.js +26 -26
  29. package/button/lib/es6/Button.js +26 -26
  30. package/card/lib/cjs/Card.js +8 -8
  31. package/card/lib/es6/Card.js +8 -8
  32. package/carousel/lib/cjs/Carousel.js +19 -19
  33. package/carousel/lib/es6/Carousel.js +19 -19
  34. package/checkbox/lib/cjs/Checkbox.js +18 -18
  35. package/checkbox/lib/es6/Checkbox.js +18 -18
  36. package/color-picker/lib/cjs/ColorPicker.js +23 -23
  37. package/color-picker/lib/cjs/PaletteManager.js +23 -23
  38. package/color-picker/lib/cjs/components/InputColor.js +23 -23
  39. package/color-picker/lib/es6/ColorPicker.js +23 -23
  40. package/color-picker/lib/es6/PaletteManager.js +23 -23
  41. package/color-picker/lib/es6/components/InputColor.js +23 -23
  42. package/components.json +73 -73
  43. package/counter/lib/cjs/Counter.js +10 -10
  44. package/counter/lib/es6/Counter.js +10 -10
  45. package/d3-chart/lib/cjs/Area.js +11 -11
  46. package/d3-chart/lib/cjs/Axis.js +14 -14
  47. package/d3-chart/lib/cjs/Bar.js +10 -10
  48. package/d3-chart/lib/cjs/Bubble.js +12 -12
  49. package/d3-chart/lib/cjs/Donut.js +9 -9
  50. package/d3-chart/lib/cjs/Dots.js +8 -8
  51. package/d3-chart/lib/cjs/HorizontalBar.js +10 -10
  52. package/d3-chart/lib/cjs/Hover.js +3 -3
  53. package/d3-chart/lib/cjs/Line.js +9 -9
  54. package/d3-chart/lib/cjs/Plot.js +3 -3
  55. package/d3-chart/lib/cjs/Radar.js +19 -19
  56. package/d3-chart/lib/cjs/RadialTree.js +11 -11
  57. package/d3-chart/lib/cjs/ReferenceLine.js +9 -9
  58. package/d3-chart/lib/cjs/ScatterPlot.js +9 -9
  59. package/d3-chart/lib/cjs/Tooltip.js +9 -9
  60. package/d3-chart/lib/cjs/Venn.js +9 -9
  61. package/d3-chart/lib/cjs/a11y/PlotA11yModule.js +2 -2
  62. package/d3-chart/lib/cjs/a11y/PlotA11yView.js +2 -2
  63. package/d3-chart/lib/cjs/component/ChartLegend/LegendFlex/LegendFlex.js +4 -4
  64. package/d3-chart/lib/cjs/component/ChartLegend/LegendItem/LegendItem.js +17 -17
  65. package/d3-chart/lib/cjs/component/ChartLegend/LegendTable/LegendTable.js +6 -6
  66. package/d3-chart/lib/es6/Area.js +11 -11
  67. package/d3-chart/lib/es6/Axis.js +14 -14
  68. package/d3-chart/lib/es6/Bar.js +10 -10
  69. package/d3-chart/lib/es6/Bubble.js +12 -12
  70. package/d3-chart/lib/es6/Donut.js +9 -9
  71. package/d3-chart/lib/es6/Dots.js +8 -8
  72. package/d3-chart/lib/es6/HorizontalBar.js +10 -10
  73. package/d3-chart/lib/es6/Hover.js +3 -3
  74. package/d3-chart/lib/es6/Line.js +9 -9
  75. package/d3-chart/lib/es6/Plot.js +3 -3
  76. package/d3-chart/lib/es6/Radar.js +19 -19
  77. package/d3-chart/lib/es6/RadialTree.js +11 -11
  78. package/d3-chart/lib/es6/ReferenceLine.js +9 -9
  79. package/d3-chart/lib/es6/ScatterPlot.js +9 -9
  80. package/d3-chart/lib/es6/Tooltip.js +9 -9
  81. package/d3-chart/lib/es6/Venn.js +9 -9
  82. package/d3-chart/lib/es6/a11y/PlotA11yModule.js +2 -2
  83. package/d3-chart/lib/es6/a11y/PlotA11yView.js +2 -2
  84. package/d3-chart/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.js +4 -4
  85. package/d3-chart/lib/es6/component/ChartLegend/LegendItem/LegendItem.js +17 -17
  86. package/d3-chart/lib/es6/component/ChartLegend/LegendTable/LegendTable.js +6 -6
  87. package/data-table/lib/cjs/DataTable.js +37 -37
  88. package/data-table/lib/es6/DataTable.js +37 -37
  89. package/date-picker/lib/cjs/components/Calendar.js +21 -21
  90. package/date-picker/lib/cjs/components/DateRangeComparatorAbstract.js +29 -29
  91. package/date-picker/lib/cjs/components/InputTrigger.js +29 -29
  92. package/date-picker/lib/cjs/components/PickerAbstract.js +29 -29
  93. package/date-picker/lib/cjs/components/RangePickerAbstract.js +29 -29
  94. package/date-picker/lib/es6/components/Calendar.js +21 -21
  95. package/date-picker/lib/es6/components/DateRangeComparatorAbstract.js +29 -29
  96. package/date-picker/lib/es6/components/InputTrigger.js +29 -29
  97. package/date-picker/lib/es6/components/PickerAbstract.js +29 -29
  98. package/date-picker/lib/es6/components/RangePickerAbstract.js +29 -29
  99. package/divider/lib/cjs/Divider.js +9 -9
  100. package/divider/lib/es6/Divider.js +9 -9
  101. package/dot/lib/cjs/Dot.js +10 -10
  102. package/dot/lib/es6/Dot.js +10 -10
  103. package/drag-and-drop/lib/cjs/DragAndDrop.js +16 -16
  104. package/drag-and-drop/lib/es6/DragAndDrop.js +16 -16
  105. package/dropdown/lib/cjs/Dropdown.js +2 -2
  106. package/dropdown/lib/es6/Dropdown.js +2 -2
  107. package/dropdown-menu/lib/cjs/DropdownMenu.js +16 -16
  108. package/dropdown-menu/lib/cjs/styleScrollArea.js +6 -6
  109. package/dropdown-menu/lib/es6/DropdownMenu.js +16 -16
  110. package/dropdown-menu/lib/es6/styleScrollArea.js +6 -6
  111. package/ellipsis/lib/cjs/Ellipsis.js +10 -10
  112. package/ellipsis/lib/es6/Ellipsis.js +10 -10
  113. package/errors/lib/cjs/Error.js +9 -9
  114. package/errors/lib/es6/Error.js +9 -9
  115. package/feature-popover/lib/cjs/FeaturePopover.js +10 -10
  116. package/feature-popover/lib/es6/FeaturePopover.js +10 -10
  117. package/feedback-form/lib/cjs/FeedbackForm.js +7 -7
  118. package/feedback-form/lib/cjs/component/checkbox-button/CheckboxButton.js +3 -3
  119. package/feedback-form/lib/cjs/component/feedback-rating/FeedbackRating.js +2 -2
  120. package/feedback-form/lib/cjs/component/slider-rating/SliderRating.js +6 -6
  121. package/feedback-form/lib/es6/FeedbackForm.js +7 -7
  122. package/feedback-form/lib/es6/component/checkbox-button/CheckboxButton.js +3 -3
  123. package/feedback-form/lib/es6/component/feedback-rating/FeedbackRating.js +2 -2
  124. package/feedback-form/lib/es6/component/slider-rating/SliderRating.js +6 -6
  125. package/flags/lib/cjs/Flags.js +3 -3
  126. package/flags/lib/es6/Flags.js +3 -3
  127. package/flags/lib/sprites/sprite@1x.css +256 -256
  128. package/flags/lib/sprites/sprite@1x.png +0 -0
  129. package/flags/lib/sprites/sprite@2x.css +257 -257
  130. package/flags/lib/sprites/sprite@2x.png +0 -0
  131. package/flex-box/lib/cjs/Box/useBox.js +3 -3
  132. package/flex-box/lib/cjs/Flex/useFlex.js +3 -3
  133. package/flex-box/lib/cjs/invalid-state-box/InvalidStateBox.js +2 -2
  134. package/flex-box/lib/es6/Box/useBox.js +3 -3
  135. package/flex-box/lib/es6/Flex/useFlex.js +3 -3
  136. package/flex-box/lib/es6/invalid-state-box/InvalidStateBox.js +2 -2
  137. package/format-text/lib/cjs/FormatText.js +5 -5
  138. package/format-text/lib/es6/FormatText.js +5 -5
  139. package/fullscreen-modal/lib/cjs/FullscreenModal.js +13 -13
  140. package/fullscreen-modal/lib/es6/FullscreenModal.js +13 -13
  141. package/grid/lib/cjs/Grid.js +114 -114
  142. package/grid/lib/es6/Grid.js +114 -114
  143. package/icon/color/Confluence/l/index.js +4 -4
  144. package/icon/color/Confluence/l/index.mjs +4 -4
  145. package/icon/color/Confluence/m/index.js +4 -4
  146. package/icon/color/Confluence/m/index.mjs +4 -4
  147. package/icon/color/MicrosoftOffice/l/index.js +10 -10
  148. package/icon/color/MicrosoftOffice/l/index.mjs +10 -10
  149. package/icon/color/MicrosoftOffice/m/index.js +10 -10
  150. package/icon/color/MicrosoftOffice/m/index.mjs +10 -10
  151. package/icon/lib/cjs/Icon.js +5 -5
  152. package/icon/lib/es6/Icon.js +5 -5
  153. package/icon/pay/Discover/l/index.js +1 -1
  154. package/icon/pay/Discover/l/index.mjs +1 -1
  155. package/icon/pay/Discover/m/index.js +1 -1
  156. package/icon/pay/Discover/m/index.mjs +1 -1
  157. package/icon/pay/JCB/l/index.js +10 -10
  158. package/icon/pay/JCB/l/index.mjs +10 -10
  159. package/icon/pay/JCB/m/index.js +10 -10
  160. package/icon/pay/JCB/m/index.mjs +10 -10
  161. package/icon/pay/Visa/l/index.js +2 -2
  162. package/icon/pay/Visa/l/index.mjs +2 -2
  163. package/icon/pay/Visa/m/index.js +2 -2
  164. package/icon/pay/Visa/m/index.mjs +2 -2
  165. package/illustration/lib/cjs/index.js +1 -1
  166. package/illustration/lib/es6/index.js +1 -1
  167. package/inline-edit/lib/cjs/InlineEdit.js +4 -4
  168. package/inline-edit/lib/es6/InlineEdit.js +4 -4
  169. package/inline-input/lib/cjs/InlineInput.js +18 -18
  170. package/inline-input/lib/es6/InlineInput.js +18 -18
  171. package/input/lib/cjs/Input.js +17 -17
  172. package/input/lib/es6/Input.js +17 -17
  173. package/input-mask/lib/cjs/InputMask.js +6 -6
  174. package/input-mask/lib/es6/InputMask.js +6 -6
  175. package/input-number/lib/cjs/InputNumber.js +9 -9
  176. package/input-number/lib/es6/InputNumber.js +9 -9
  177. package/input-tags/lib/cjs/InputTags.js +12 -12
  178. package/input-tags/lib/es6/InputTags.js +12 -12
  179. package/link/lib/cjs/Link.js +12 -12
  180. package/link/lib/es6/Link.js +12 -12
  181. package/mini-chart/lib/cjs/component/score/Donut.js +9 -9
  182. package/mini-chart/lib/cjs/component/score/Line.js +17 -17
  183. package/mini-chart/lib/cjs/component/trend/Bar.js +7 -7
  184. package/mini-chart/lib/cjs/component/trend/Line.js +7 -7
  185. package/mini-chart/lib/es6/component/score/Donut.js +9 -9
  186. package/mini-chart/lib/es6/component/score/Line.js +17 -17
  187. package/mini-chart/lib/es6/component/trend/Bar.js +7 -7
  188. package/mini-chart/lib/es6/component/trend/Line.js +7 -7
  189. package/modal/lib/cjs/Modal.js +9 -9
  190. package/modal/lib/es6/Modal.js +9 -9
  191. package/notice/lib/cjs/Notice.js +13 -13
  192. package/notice/lib/es6/Notice.js +13 -13
  193. package/notice-bubble/lib/cjs/NoticeBubble.js +12 -12
  194. package/notice-bubble/lib/es6/NoticeBubble.js +12 -12
  195. package/notice-global/lib/cjs/NoticeGlobal.js +11 -11
  196. package/notice-global/lib/es6/NoticeGlobal.js +11 -11
  197. package/package.json +1 -1
  198. package/pagination/lib/cjs/Pagination.js +10 -10
  199. package/pagination/lib/es6/Pagination.js +10 -10
  200. package/pills/lib/cjs/Pills.js +13 -13
  201. package/pills/lib/es6/Pills.js +13 -13
  202. package/popper/lib/cjs/Popper.js +6 -6
  203. package/popper/lib/es6/Popper.js +6 -6
  204. package/product-head/lib/cjs/Info.js +4 -4
  205. package/product-head/lib/cjs/ProductHead.js +5 -5
  206. package/product-head/lib/cjs/Title.js +4 -4
  207. package/product-head/lib/es6/Info.js +4 -4
  208. package/product-head/lib/es6/ProductHead.js +5 -5
  209. package/product-head/lib/es6/Title.js +4 -4
  210. package/progress-bar/lib/cjs/ProgressBar.js +15 -15
  211. package/progress-bar/lib/es6/ProgressBar.js +15 -15
  212. package/radio/lib/cjs/Radio.js +16 -16
  213. package/radio/lib/es6/Radio.js +16 -16
  214. package/scroll-area/lib/cjs/ScrollArea.js +21 -21
  215. package/scroll-area/lib/cjs/ScrollBar.js +6 -6
  216. package/scroll-area/lib/es6/ScrollArea.js +21 -21
  217. package/scroll-area/lib/es6/ScrollBar.js +6 -6
  218. package/select/lib/cjs/InputSearch.js +6 -6
  219. package/select/lib/cjs/Select.js +8 -8
  220. package/select/lib/es6/InputSearch.js +6 -6
  221. package/select/lib/es6/Select.js +8 -8
  222. package/side-panel/lib/cjs/SidePanel.js +15 -15
  223. package/side-panel/lib/es6/SidePanel.js +15 -15
  224. package/skeleton/index.d.ts +2 -0
  225. package/skeleton/lib/cjs/Charts/Area.js +9 -9
  226. package/skeleton/lib/cjs/Charts/Bar.js +9 -9
  227. package/skeleton/lib/cjs/Charts/Bubble.js +9 -9
  228. package/skeleton/lib/cjs/Charts/Donut.js +9 -9
  229. package/skeleton/lib/cjs/Charts/Histogram.js +9 -9
  230. package/skeleton/lib/cjs/Charts/Line.js +9 -9
  231. package/skeleton/lib/cjs/Charts/RadialTree.js +9 -9
  232. package/skeleton/lib/cjs/Charts/ScatterPlot.js +9 -9
  233. package/skeleton/lib/cjs/Charts/Venn.js +9 -9
  234. package/skeleton/lib/cjs/Skeleton.js +25 -13
  235. package/skeleton/lib/cjs/Skeleton.js.map +1 -1
  236. package/skeleton/lib/cjs/index.d.js.map +1 -1
  237. package/skeleton/lib/cjs/translations/de.json +3 -0
  238. package/skeleton/lib/cjs/translations/en.json +3 -0
  239. package/skeleton/lib/cjs/translations/es.json +3 -0
  240. package/skeleton/lib/cjs/translations/fr.json +3 -0
  241. package/skeleton/lib/cjs/translations/it.json +3 -0
  242. package/skeleton/lib/cjs/translations/ja.json +3 -0
  243. package/skeleton/lib/cjs/translations/ko.json +3 -0
  244. package/skeleton/lib/cjs/translations/nl.json +3 -0
  245. package/skeleton/lib/cjs/translations/pl.json +3 -0
  246. package/skeleton/lib/cjs/translations/pt.json +3 -0
  247. package/skeleton/lib/cjs/translations/sv.json +3 -0
  248. package/skeleton/lib/cjs/translations/tr.json +3 -0
  249. package/skeleton/lib/cjs/translations/vi.json +3 -0
  250. package/skeleton/lib/cjs/translations/zh.json +3 -0
  251. package/skeleton/lib/es6/Charts/Area.js +9 -9
  252. package/skeleton/lib/es6/Charts/Bar.js +9 -9
  253. package/skeleton/lib/es6/Charts/Bubble.js +9 -9
  254. package/skeleton/lib/es6/Charts/Donut.js +9 -9
  255. package/skeleton/lib/es6/Charts/Histogram.js +9 -9
  256. package/skeleton/lib/es6/Charts/Line.js +9 -9
  257. package/skeleton/lib/es6/Charts/RadialTree.js +9 -9
  258. package/skeleton/lib/es6/Charts/ScatterPlot.js +9 -9
  259. package/skeleton/lib/es6/Charts/Venn.js +9 -9
  260. package/skeleton/lib/es6/Skeleton.js +25 -13
  261. package/skeleton/lib/es6/Skeleton.js.map +1 -1
  262. package/skeleton/lib/es6/index.d.js.map +1 -1
  263. package/skeleton/lib/es6/translations/de.json +3 -0
  264. package/skeleton/lib/es6/translations/en.json +3 -0
  265. package/skeleton/lib/es6/translations/es.json +3 -0
  266. package/skeleton/lib/es6/translations/fr.json +3 -0
  267. package/skeleton/lib/es6/translations/it.json +3 -0
  268. package/skeleton/lib/es6/translations/ja.json +3 -0
  269. package/skeleton/lib/es6/translations/ko.json +3 -0
  270. package/skeleton/lib/es6/translations/nl.json +3 -0
  271. package/skeleton/lib/es6/translations/pl.json +3 -0
  272. package/skeleton/lib/es6/translations/pt.json +3 -0
  273. package/skeleton/lib/es6/translations/sv.json +3 -0
  274. package/skeleton/lib/es6/translations/tr.json +3 -0
  275. package/skeleton/lib/es6/translations/vi.json +3 -0
  276. package/skeleton/lib/es6/translations/zh.json +3 -0
  277. package/skeleton/lib/types/index.d.ts +2 -0
  278. package/slider/lib/cjs/Slider.js +8 -8
  279. package/slider/lib/es6/Slider.js +8 -8
  280. package/spin/index.d.ts +2 -0
  281. package/spin/lib/cjs/Spin.js +30 -17
  282. package/spin/lib/cjs/Spin.js.map +1 -1
  283. package/spin/lib/cjs/index.d.js.map +1 -1
  284. package/spin/lib/cjs/translations/de.json +3 -0
  285. package/spin/lib/cjs/translations/en.json +3 -0
  286. package/spin/lib/cjs/translations/es.json +3 -0
  287. package/spin/lib/cjs/translations/fr.json +3 -0
  288. package/spin/lib/cjs/translations/it.json +3 -0
  289. package/spin/lib/cjs/translations/ja.json +3 -0
  290. package/spin/lib/cjs/translations/ko.json +3 -0
  291. package/spin/lib/cjs/translations/nl.json +3 -0
  292. package/spin/lib/cjs/translations/pl.json +3 -0
  293. package/spin/lib/cjs/translations/pt.json +3 -0
  294. package/spin/lib/cjs/translations/sv.json +3 -0
  295. package/spin/lib/cjs/translations/tr.json +3 -0
  296. package/spin/lib/cjs/translations/vi.json +3 -0
  297. package/spin/lib/cjs/translations/zh.json +3 -0
  298. package/spin/lib/es6/Spin.js +30 -17
  299. package/spin/lib/es6/Spin.js.map +1 -1
  300. package/spin/lib/es6/index.d.js.map +1 -1
  301. package/spin/lib/es6/translations/de.json +3 -0
  302. package/spin/lib/es6/translations/en.json +3 -0
  303. package/spin/lib/es6/translations/es.json +3 -0
  304. package/spin/lib/es6/translations/fr.json +3 -0
  305. package/spin/lib/es6/translations/it.json +3 -0
  306. package/spin/lib/es6/translations/ja.json +3 -0
  307. package/spin/lib/es6/translations/ko.json +3 -0
  308. package/spin/lib/es6/translations/nl.json +3 -0
  309. package/spin/lib/es6/translations/pl.json +3 -0
  310. package/spin/lib/es6/translations/pt.json +3 -0
  311. package/spin/lib/es6/translations/sv.json +3 -0
  312. package/spin/lib/es6/translations/tr.json +3 -0
  313. package/spin/lib/es6/translations/vi.json +3 -0
  314. package/spin/lib/es6/translations/zh.json +3 -0
  315. package/spin/lib/types/index.d.ts +2 -0
  316. package/spin-container/lib/cjs/SpinContainer.js +16 -8
  317. package/spin-container/lib/cjs/SpinContainer.js.map +1 -1
  318. package/spin-container/lib/es6/SpinContainer.js +16 -8
  319. package/spin-container/lib/es6/SpinContainer.js.map +1 -1
  320. package/sticky/lib/cjs/Sticky.js +2 -2
  321. package/sticky/lib/es6/Sticky.js +2 -2
  322. package/switch/lib/cjs/Switch.js +21 -21
  323. package/switch/lib/es6/Switch.js +21 -21
  324. package/tab-line/lib/cjs/TabLine.js +13 -13
  325. package/tab-line/lib/es6/TabLine.js +13 -13
  326. package/tab-panel/lib/cjs/TabPanel.js +8 -8
  327. package/tab-panel/lib/es6/TabPanel.js +8 -8
  328. package/tag/lib/cjs/Tag.js +20 -20
  329. package/tag/lib/es6/Tag.js +20 -20
  330. package/textarea/lib/cjs/Textarea.js +8 -8
  331. package/textarea/lib/es6/Textarea.js +8 -8
  332. package/time-picker/lib/cjs/TimePicker.js +12 -12
  333. package/time-picker/lib/es6/TimePicker.js +12 -12
  334. package/tooltip/lib/cjs/Tooltip.js +9 -9
  335. package/tooltip/lib/es6/Tooltip.js +9 -9
  336. package/typography/lib/cjs/Blockquote.js +4 -4
  337. package/typography/lib/cjs/Hint.js +7 -7
  338. package/typography/lib/cjs/List.js +5 -5
  339. package/typography/lib/cjs/Text.js +34 -34
  340. package/typography/lib/es6/Blockquote.js +4 -4
  341. package/typography/lib/es6/Hint.js +7 -7
  342. package/typography/lib/es6/List.js +5 -5
  343. package/typography/lib/es6/Text.js +34 -34
  344. package/utils/lib/ScreenReaderOnly.d.ts +4 -4
  345. package/utils/lib/ScreenReaderOnly.js +5 -7
  346. package/utils/lib/ScreenReaderOnly.js.map +1 -1
  347. package/utils/lib/ScreenReaderOnly.mjs +5 -7
  348. package/utils/lib/ScreenReaderOnly.mjs.map +1 -1
  349. package/utils/lib/addonText.d.ts +1 -1
  350. package/utils/lib/components/invalid-state-pattern/InvalidStatePattern.js +2 -2
  351. package/utils/lib/components/invalid-state-pattern/InvalidStatePattern.mjs +2 -2
  352. package/utils/lib/injectStyle.js +1 -1
  353. package/utils/lib/injectStyle.mjs +1 -1
  354. package/widget-empty/lib/cjs/WidgetEmpty.js +5 -5
  355. package/widget-empty/lib/es6/WidgetEmpty.js +5 -5
  356. package/wizard/lib/cjs/Wizard.js +11 -11
  357. package/wizard/lib/es6/Wizard.js +11 -11
  358. package/core/Component.d.ts +0 -152
  359. package/core/enhancement/Children.d.ts +0 -6
  360. package/core/enhancement/Root.d.ts +0 -6
  361. package/core/enhancement/bindHandler.d.ts +0 -5
  362. package/core/enhancement/dataName.d.ts +0 -4
  363. package/core/enhancement/enhance.d.ts +0 -5
  364. package/core/enhancement/functionDefaultProps.d.ts +0 -8
  365. package/core/enhancement/hoistProps.d.ts +0 -10
  366. package/core/enhancement/i18n.d.ts +0 -4
  367. package/core/enhancement/inheritedName.d.ts +0 -8
  368. package/core/enhancement/staticChildren.d.ts +0 -13
  369. package/core/enhancement/style.d.ts +0 -9
  370. package/core/enhancement/uncontrolledProps.d.ts +0 -7
  371. package/core/lib/cjs/Component.js +0 -58
  372. package/core/lib/cjs/Component.js.map +0 -1
  373. package/core/lib/cjs/enhancement/Children.js +0 -121
  374. package/core/lib/cjs/enhancement/Children.js.map +0 -1
  375. package/core/lib/cjs/enhancement/Root.js +0 -78
  376. package/core/lib/cjs/enhancement/Root.js.map +0 -1
  377. package/core/lib/cjs/enhancement/bindHandler.js +0 -54
  378. package/core/lib/cjs/enhancement/bindHandler.js.map +0 -1
  379. package/core/lib/cjs/enhancement/dataName.js +0 -20
  380. package/core/lib/cjs/enhancement/dataName.js.map +0 -1
  381. package/core/lib/cjs/enhancement/enhance.js +0 -22
  382. package/core/lib/cjs/enhancement/enhance.js.map +0 -1
  383. package/core/lib/cjs/enhancement/functionDefaultProps.js +0 -36
  384. package/core/lib/cjs/enhancement/functionDefaultProps.js.map +0 -1
  385. package/core/lib/cjs/enhancement/hoistProps.js +0 -102
  386. package/core/lib/cjs/enhancement/hoistProps.js.map +0 -1
  387. package/core/lib/cjs/enhancement/i18n.js +0 -28
  388. package/core/lib/cjs/enhancement/i18n.js.map +0 -1
  389. package/core/lib/cjs/enhancement/inheritedName.js +0 -24
  390. package/core/lib/cjs/enhancement/inheritedName.js.map +0 -1
  391. package/core/lib/cjs/enhancement/staticChildren.js +0 -141
  392. package/core/lib/cjs/enhancement/staticChildren.js.map +0 -1
  393. package/core/lib/cjs/enhancement/style.js +0 -60
  394. package/core/lib/cjs/enhancement/style.js.map +0 -1
  395. package/core/lib/cjs/enhancement/uncontrolledProps.js +0 -135
  396. package/core/lib/cjs/enhancement/uncontrolledProps.js.map +0 -1
  397. package/core/lib/cjs/register.js +0 -37
  398. package/core/lib/cjs/register.js.map +0 -1
  399. package/core/lib/cjs/reshadow.d.js +0 -2
  400. package/core/lib/cjs/reshadow.d.js.map +0 -1
  401. package/core/lib/cjs/styled/index.js +0 -54
  402. package/core/lib/cjs/styled/index.js.map +0 -1
  403. package/core/lib/cjs/styled/sstyled.js +0 -150
  404. package/core/lib/cjs/styled/sstyled.js.map +0 -1
  405. package/core/lib/es6/Component.js +0 -50
  406. package/core/lib/es6/Component.js.map +0 -1
  407. package/core/lib/es6/enhancement/Children.js +0 -112
  408. package/core/lib/es6/enhancement/Children.js.map +0 -1
  409. package/core/lib/es6/enhancement/Root.js +0 -72
  410. package/core/lib/es6/enhancement/Root.js.map +0 -1
  411. package/core/lib/es6/enhancement/bindHandler.js +0 -47
  412. package/core/lib/es6/enhancement/bindHandler.js.map +0 -1
  413. package/core/lib/es6/enhancement/dataName.js +0 -12
  414. package/core/lib/es6/enhancement/dataName.js.map +0 -1
  415. package/core/lib/es6/enhancement/enhance.js +0 -15
  416. package/core/lib/es6/enhancement/enhance.js.map +0 -1
  417. package/core/lib/es6/enhancement/functionDefaultProps.js +0 -29
  418. package/core/lib/es6/enhancement/functionDefaultProps.js.map +0 -1
  419. package/core/lib/es6/enhancement/hoistProps.js +0 -90
  420. package/core/lib/es6/enhancement/hoistProps.js.map +0 -1
  421. package/core/lib/es6/enhancement/i18n.js +0 -21
  422. package/core/lib/es6/enhancement/i18n.js.map +0 -1
  423. package/core/lib/es6/enhancement/inheritedName.js +0 -15
  424. package/core/lib/es6/enhancement/inheritedName.js.map +0 -1
  425. package/core/lib/es6/enhancement/staticChildren.js +0 -126
  426. package/core/lib/es6/enhancement/staticChildren.js.map +0 -1
  427. package/core/lib/es6/enhancement/style.js +0 -52
  428. package/core/lib/es6/enhancement/style.js.map +0 -1
  429. package/core/lib/es6/enhancement/uncontrolledProps.js +0 -125
  430. package/core/lib/es6/enhancement/uncontrolledProps.js.map +0 -1
  431. package/core/lib/es6/register.js +0 -29
  432. package/core/lib/es6/register.js.map +0 -1
  433. package/core/lib/es6/reshadow.d.js +0 -2
  434. package/core/lib/es6/reshadow.d.js.map +0 -1
  435. package/core/lib/es6/styled/index.js +0 -10
  436. package/core/lib/es6/styled/index.js.map +0 -1
  437. package/core/lib/es6/styled/sstyled.js +0 -143
  438. package/core/lib/es6/styled/sstyled.js.map +0 -1
  439. package/core/lib/types/Component.d.ts +0 -152
  440. package/core/lib/types/enhancement/Children.d.ts +0 -6
  441. package/core/lib/types/enhancement/Root.d.ts +0 -6
  442. package/core/lib/types/enhancement/bindHandler.d.ts +0 -5
  443. package/core/lib/types/enhancement/dataName.d.ts +0 -4
  444. package/core/lib/types/enhancement/enhance.d.ts +0 -5
  445. package/core/lib/types/enhancement/functionDefaultProps.d.ts +0 -8
  446. package/core/lib/types/enhancement/hoistProps.d.ts +0 -10
  447. package/core/lib/types/enhancement/i18n.d.ts +0 -4
  448. package/core/lib/types/enhancement/inheritedName.d.ts +0 -8
  449. package/core/lib/types/enhancement/staticChildren.d.ts +0 -13
  450. package/core/lib/types/enhancement/style.d.ts +0 -9
  451. package/core/lib/types/enhancement/uncontrolledProps.d.ts +0 -7
  452. package/core/lib/types/register.d.ts +0 -8
  453. package/core/lib/types/styled/index.d.ts +0 -14
  454. package/core/lib/types/styled/sstyled.d.ts +0 -17
  455. package/core/register.d.ts +0 -8
  456. package/core/styled/index.d.ts +0 -14
  457. package/core/styled/sstyled.d.ts +0 -17
  458. package/d3-chart/lib/cjs/ClipPath.js +0 -94
  459. package/d3-chart/lib/cjs/ClipPath.js.map +0 -1
  460. package/d3-chart/lib/es6/ClipPath.js +0 -85
  461. package/d3-chart/lib/es6/ClipPath.js.map +0 -1
  462. package/libs/accordion/lib/cjs/Accordion.js +0 -229
  463. package/libs/accordion/lib/cjs/Accordion.js.map +0 -1
  464. package/libs/accordion/lib/cjs/index.d.js +0 -2
  465. package/libs/accordion/lib/cjs/index.d.js.map +0 -1
  466. package/libs/accordion/lib/cjs/index.js +0 -26
  467. package/libs/accordion/lib/cjs/index.js.map +0 -1
  468. package/libs/accordion/lib/es6/Accordion.js +0 -223
  469. package/libs/accordion/lib/es6/Accordion.js.map +0 -1
  470. package/libs/accordion/lib/es6/index.d.js +0 -2
  471. package/libs/accordion/lib/es6/index.d.js.map +0 -1
  472. package/libs/accordion/lib/es6/index.js +0 -3
  473. package/libs/accordion/lib/es6/index.js.map +0 -1
  474. package/libs/accordion/lib/types/index.d.ts +0 -95
  475. package/libs/animation/lib/cjs/Animation.js +0 -165
  476. package/libs/animation/lib/cjs/Animation.js.map +0 -1
  477. package/libs/animation/lib/cjs/Collapse.js +0 -103
  478. package/libs/animation/lib/cjs/Collapse.js.map +0 -1
  479. package/libs/animation/lib/cjs/FadeInOut.js +0 -53
  480. package/libs/animation/lib/cjs/FadeInOut.js.map +0 -1
  481. package/libs/animation/lib/cjs/Scale.js +0 -80
  482. package/libs/animation/lib/cjs/Scale.js.map +0 -1
  483. package/libs/animation/lib/cjs/Slide.js +0 -53
  484. package/libs/animation/lib/cjs/Slide.js.map +0 -1
  485. package/libs/animation/lib/cjs/Transform.js +0 -60
  486. package/libs/animation/lib/cjs/Transform.js.map +0 -1
  487. package/libs/animation/lib/cjs/index.d.js +0 -2
  488. package/libs/animation/lib/cjs/index.d.js.map +0 -1
  489. package/libs/animation/lib/cjs/index.js +0 -56
  490. package/libs/animation/lib/cjs/index.js.map +0 -1
  491. package/libs/animation/lib/es6/Animation.js +0 -157
  492. package/libs/animation/lib/es6/Animation.js.map +0 -1
  493. package/libs/animation/lib/es6/Collapse.js +0 -96
  494. package/libs/animation/lib/es6/Collapse.js.map +0 -1
  495. package/libs/animation/lib/es6/FadeInOut.js +0 -46
  496. package/libs/animation/lib/es6/FadeInOut.js.map +0 -1
  497. package/libs/animation/lib/es6/Scale.js +0 -73
  498. package/libs/animation/lib/es6/Scale.js.map +0 -1
  499. package/libs/animation/lib/es6/Slide.js +0 -46
  500. package/libs/animation/lib/es6/Slide.js.map +0 -1
  501. package/libs/animation/lib/es6/Transform.js +0 -53
  502. package/libs/animation/lib/es6/Transform.js.map +0 -1
  503. package/libs/animation/lib/es6/index.d.js +0 -2
  504. package/libs/animation/lib/es6/index.d.js.map +0 -1
  505. package/libs/animation/lib/es6/index.js +0 -7
  506. package/libs/animation/lib/es6/index.js.map +0 -1
  507. package/libs/animation/lib/types/index.d.ts +0 -103
  508. package/libs/badge/lib/cjs/Badge.js +0 -63
  509. package/libs/badge/lib/cjs/Badge.js.map +0 -1
  510. package/libs/badge/lib/cjs/index.d.js +0 -2
  511. package/libs/badge/lib/cjs/index.d.js.map +0 -1
  512. package/libs/badge/lib/cjs/index.js +0 -14
  513. package/libs/badge/lib/cjs/index.js.map +0 -1
  514. package/libs/badge/lib/es6/Badge.js +0 -56
  515. package/libs/badge/lib/es6/Badge.js.map +0 -1
  516. package/libs/badge/lib/es6/index.d.js +0 -2
  517. package/libs/badge/lib/es6/index.d.js.map +0 -1
  518. package/libs/badge/lib/es6/index.js +0 -2
  519. package/libs/badge/lib/es6/index.js.map +0 -1
  520. package/libs/badge/lib/types/index.d.ts +0 -20
  521. package/libs/base-trigger/lib/cjs/BaseTrigger.js +0 -128
  522. package/libs/base-trigger/lib/cjs/BaseTrigger.js.map +0 -1
  523. package/libs/base-trigger/lib/cjs/ButtonTrigger.js +0 -73
  524. package/libs/base-trigger/lib/cjs/ButtonTrigger.js.map +0 -1
  525. package/libs/base-trigger/lib/cjs/FilterTrigger.js +0 -159
  526. package/libs/base-trigger/lib/cjs/FilterTrigger.js.map +0 -1
  527. package/libs/base-trigger/lib/cjs/LinkTrigger.js +0 -113
  528. package/libs/base-trigger/lib/cjs/LinkTrigger.js.map +0 -1
  529. package/libs/base-trigger/lib/cjs/index.d.js +0 -2
  530. package/libs/base-trigger/lib/cjs/index.d.js.map +0 -1
  531. package/libs/base-trigger/lib/cjs/index.js +0 -35
  532. package/libs/base-trigger/lib/cjs/index.js.map +0 -1
  533. package/libs/base-trigger/lib/cjs/translations/de.json +0 -4
  534. package/libs/base-trigger/lib/cjs/translations/en.json +0 -4
  535. package/libs/base-trigger/lib/cjs/translations/es.json +0 -4
  536. package/libs/base-trigger/lib/cjs/translations/fr.json +0 -4
  537. package/libs/base-trigger/lib/cjs/translations/it.json +0 -4
  538. package/libs/base-trigger/lib/cjs/translations/ja.json +0 -4
  539. package/libs/base-trigger/lib/cjs/translations/ko.json +0 -4
  540. package/libs/base-trigger/lib/cjs/translations/nl.json +0 -4
  541. package/libs/base-trigger/lib/cjs/translations/pl.json +0 -4
  542. package/libs/base-trigger/lib/cjs/translations/pt.json +0 -4
  543. package/libs/base-trigger/lib/cjs/translations/sv.json +0 -4
  544. package/libs/base-trigger/lib/cjs/translations/tr.json +0 -4
  545. package/libs/base-trigger/lib/cjs/translations/vi.json +0 -4
  546. package/libs/base-trigger/lib/cjs/translations/zh.json +0 -4
  547. package/libs/base-trigger/lib/es6/BaseTrigger.js +0 -123
  548. package/libs/base-trigger/lib/es6/BaseTrigger.js.map +0 -1
  549. package/libs/base-trigger/lib/es6/ButtonTrigger.js +0 -66
  550. package/libs/base-trigger/lib/es6/ButtonTrigger.js.map +0 -1
  551. package/libs/base-trigger/lib/es6/FilterTrigger.js +0 -153
  552. package/libs/base-trigger/lib/es6/FilterTrigger.js.map +0 -1
  553. package/libs/base-trigger/lib/es6/LinkTrigger.js +0 -108
  554. package/libs/base-trigger/lib/es6/LinkTrigger.js.map +0 -1
  555. package/libs/base-trigger/lib/es6/index.d.js +0 -2
  556. package/libs/base-trigger/lib/es6/index.d.js.map +0 -1
  557. package/libs/base-trigger/lib/es6/index.js +0 -5
  558. package/libs/base-trigger/lib/es6/index.js.map +0 -1
  559. package/libs/base-trigger/lib/es6/translations/de.json +0 -4
  560. package/libs/base-trigger/lib/es6/translations/en.json +0 -4
  561. package/libs/base-trigger/lib/es6/translations/es.json +0 -4
  562. package/libs/base-trigger/lib/es6/translations/fr.json +0 -4
  563. package/libs/base-trigger/lib/es6/translations/it.json +0 -4
  564. package/libs/base-trigger/lib/es6/translations/ja.json +0 -4
  565. package/libs/base-trigger/lib/es6/translations/ko.json +0 -4
  566. package/libs/base-trigger/lib/es6/translations/nl.json +0 -4
  567. package/libs/base-trigger/lib/es6/translations/pl.json +0 -4
  568. package/libs/base-trigger/lib/es6/translations/pt.json +0 -4
  569. package/libs/base-trigger/lib/es6/translations/sv.json +0 -4
  570. package/libs/base-trigger/lib/es6/translations/tr.json +0 -4
  571. package/libs/base-trigger/lib/es6/translations/vi.json +0 -4
  572. package/libs/base-trigger/lib/es6/translations/zh.json +0 -4
  573. package/libs/base-trigger/lib/types/index.d.ts +0 -95
  574. package/libs/breadcrumbs/lib/cjs/Breadcrumbs.js +0 -116
  575. package/libs/breadcrumbs/lib/cjs/Breadcrumbs.js.map +0 -1
  576. package/libs/breadcrumbs/lib/cjs/index.d.js +0 -2
  577. package/libs/breadcrumbs/lib/cjs/index.d.js.map +0 -1
  578. package/libs/breadcrumbs/lib/cjs/index.js +0 -14
  579. package/libs/breadcrumbs/lib/cjs/index.js.map +0 -1
  580. package/libs/breadcrumbs/lib/cjs/translations/de.json +0 -3
  581. package/libs/breadcrumbs/lib/cjs/translations/en.json +0 -3
  582. package/libs/breadcrumbs/lib/cjs/translations/es.json +0 -3
  583. package/libs/breadcrumbs/lib/cjs/translations/fr.json +0 -3
  584. package/libs/breadcrumbs/lib/cjs/translations/it.json +0 -3
  585. package/libs/breadcrumbs/lib/cjs/translations/ja.json +0 -3
  586. package/libs/breadcrumbs/lib/cjs/translations/ko.json +0 -3
  587. package/libs/breadcrumbs/lib/cjs/translations/nl.json +0 -3
  588. package/libs/breadcrumbs/lib/cjs/translations/pl.json +0 -3
  589. package/libs/breadcrumbs/lib/cjs/translations/pt.json +0 -3
  590. package/libs/breadcrumbs/lib/cjs/translations/sv.json +0 -3
  591. package/libs/breadcrumbs/lib/cjs/translations/tr.json +0 -3
  592. package/libs/breadcrumbs/lib/cjs/translations/vi.json +0 -3
  593. package/libs/breadcrumbs/lib/cjs/translations/zh.json +0 -3
  594. package/libs/breadcrumbs/lib/es6/Breadcrumbs.js +0 -110
  595. package/libs/breadcrumbs/lib/es6/Breadcrumbs.js.map +0 -1
  596. package/libs/breadcrumbs/lib/es6/index.d.js +0 -2
  597. package/libs/breadcrumbs/lib/es6/index.d.js.map +0 -1
  598. package/libs/breadcrumbs/lib/es6/index.js +0 -2
  599. package/libs/breadcrumbs/lib/es6/index.js.map +0 -1
  600. package/libs/breadcrumbs/lib/es6/translations/de.json +0 -3
  601. package/libs/breadcrumbs/lib/es6/translations/en.json +0 -3
  602. package/libs/breadcrumbs/lib/es6/translations/es.json +0 -3
  603. package/libs/breadcrumbs/lib/es6/translations/fr.json +0 -3
  604. package/libs/breadcrumbs/lib/es6/translations/it.json +0 -3
  605. package/libs/breadcrumbs/lib/es6/translations/ja.json +0 -3
  606. package/libs/breadcrumbs/lib/es6/translations/ko.json +0 -3
  607. package/libs/breadcrumbs/lib/es6/translations/nl.json +0 -3
  608. package/libs/breadcrumbs/lib/es6/translations/pl.json +0 -3
  609. package/libs/breadcrumbs/lib/es6/translations/pt.json +0 -3
  610. package/libs/breadcrumbs/lib/es6/translations/sv.json +0 -3
  611. package/libs/breadcrumbs/lib/es6/translations/tr.json +0 -3
  612. package/libs/breadcrumbs/lib/es6/translations/vi.json +0 -3
  613. package/libs/breadcrumbs/lib/es6/translations/zh.json +0 -3
  614. package/libs/breadcrumbs/lib/types/index.d.ts +0 -34
  615. package/libs/breakpoints/lib/cjs/Breakpoints.js +0 -99
  616. package/libs/breakpoints/lib/cjs/Breakpoints.js.map +0 -1
  617. package/libs/breakpoints/lib/cjs/index.d.js +0 -2
  618. package/libs/breakpoints/lib/cjs/index.d.js.map +0 -1
  619. package/libs/breakpoints/lib/cjs/index.js +0 -26
  620. package/libs/breakpoints/lib/cjs/index.js.map +0 -1
  621. package/libs/breakpoints/lib/es6/Breakpoints.js +0 -88
  622. package/libs/breakpoints/lib/es6/Breakpoints.js.map +0 -1
  623. package/libs/breakpoints/lib/es6/index.d.js +0 -2
  624. package/libs/breakpoints/lib/es6/index.d.js.map +0 -1
  625. package/libs/breakpoints/lib/es6/index.js +0 -3
  626. package/libs/breakpoints/lib/es6/index.js.map +0 -1
  627. package/libs/breakpoints/lib/types/index.d.ts +0 -46
  628. package/libs/button/lib/cjs/Button.js +0 -178
  629. package/libs/button/lib/cjs/Button.js.map +0 -1
  630. package/libs/button/lib/cjs/SpinButton.js +0 -42
  631. package/libs/button/lib/cjs/SpinButton.js.map +0 -1
  632. package/libs/button/lib/cjs/index.d.js +0 -2
  633. package/libs/button/lib/cjs/index.d.js.map +0 -1
  634. package/libs/button/lib/cjs/index.js +0 -26
  635. package/libs/button/lib/cjs/index.js.map +0 -1
  636. package/libs/button/lib/es6/Button.js +0 -172
  637. package/libs/button/lib/es6/Button.js.map +0 -1
  638. package/libs/button/lib/es6/SpinButton.js +0 -32
  639. package/libs/button/lib/es6/SpinButton.js.map +0 -1
  640. package/libs/button/lib/es6/index.d.js +0 -2
  641. package/libs/button/lib/es6/index.d.js.map +0 -1
  642. package/libs/button/lib/es6/index.js +0 -3
  643. package/libs/button/lib/es6/index.js.map +0 -1
  644. package/libs/button/lib/types/index.d.ts +0 -62
  645. package/libs/card/lib/cjs/Card.js +0 -102
  646. package/libs/card/lib/cjs/Card.js.map +0 -1
  647. package/libs/card/lib/cjs/index.d.js +0 -2
  648. package/libs/card/lib/cjs/index.d.js.map +0 -1
  649. package/libs/card/lib/cjs/index.js +0 -14
  650. package/libs/card/lib/cjs/index.js.map +0 -1
  651. package/libs/card/lib/es6/Card.js +0 -99
  652. package/libs/card/lib/es6/Card.js.map +0 -1
  653. package/libs/card/lib/es6/index.d.js +0 -2
  654. package/libs/card/lib/es6/index.d.js.map +0 -1
  655. package/libs/card/lib/es6/index.js +0 -2
  656. package/libs/card/lib/es6/index.js.map +0 -1
  657. package/libs/card/lib/types/index.d.ts +0 -22
  658. package/libs/carousel/lib/cjs/Carousel.js +0 -692
  659. package/libs/carousel/lib/cjs/Carousel.js.map +0 -1
  660. package/libs/carousel/lib/cjs/Carousel.types.js +0 -2
  661. package/libs/carousel/lib/cjs/Carousel.types.js.map +0 -1
  662. package/libs/carousel/lib/cjs/index.js +0 -14
  663. package/libs/carousel/lib/cjs/index.js.map +0 -1
  664. package/libs/carousel/lib/cjs/translations/__intergalactic-dynamic-locales.js +0 -39
  665. package/libs/carousel/lib/cjs/translations/__intergalactic-dynamic-locales.js.map +0 -1
  666. package/libs/carousel/lib/cjs/translations/de.json +0 -4
  667. package/libs/carousel/lib/cjs/translations/en.json +0 -4
  668. package/libs/carousel/lib/cjs/translations/es.json +0 -4
  669. package/libs/carousel/lib/cjs/translations/fr.json +0 -4
  670. package/libs/carousel/lib/cjs/translations/it.json +0 -4
  671. package/libs/carousel/lib/cjs/translations/ja.json +0 -4
  672. package/libs/carousel/lib/cjs/translations/ko.json +0 -4
  673. package/libs/carousel/lib/cjs/translations/nl.json +0 -4
  674. package/libs/carousel/lib/cjs/translations/pl.json +0 -4
  675. package/libs/carousel/lib/cjs/translations/pt.json +0 -4
  676. package/libs/carousel/lib/cjs/translations/sv.json +0 -4
  677. package/libs/carousel/lib/cjs/translations/tr.json +0 -4
  678. package/libs/carousel/lib/cjs/translations/vi.json +0 -4
  679. package/libs/carousel/lib/cjs/translations/zh.json +0 -4
  680. package/libs/carousel/lib/es6/Carousel.js +0 -693
  681. package/libs/carousel/lib/es6/Carousel.js.map +0 -1
  682. package/libs/carousel/lib/es6/Carousel.types.js +0 -2
  683. package/libs/carousel/lib/es6/Carousel.types.js.map +0 -1
  684. package/libs/carousel/lib/es6/index.js +0 -2
  685. package/libs/carousel/lib/es6/index.js.map +0 -1
  686. package/libs/carousel/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
  687. package/libs/carousel/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
  688. package/libs/carousel/lib/es6/translations/de.json +0 -4
  689. package/libs/carousel/lib/es6/translations/en.json +0 -4
  690. package/libs/carousel/lib/es6/translations/es.json +0 -4
  691. package/libs/carousel/lib/es6/translations/fr.json +0 -4
  692. package/libs/carousel/lib/es6/translations/it.json +0 -4
  693. package/libs/carousel/lib/es6/translations/ja.json +0 -4
  694. package/libs/carousel/lib/es6/translations/ko.json +0 -4
  695. package/libs/carousel/lib/es6/translations/nl.json +0 -4
  696. package/libs/carousel/lib/es6/translations/pl.json +0 -4
  697. package/libs/carousel/lib/es6/translations/pt.json +0 -4
  698. package/libs/carousel/lib/es6/translations/sv.json +0 -4
  699. package/libs/carousel/lib/es6/translations/tr.json +0 -4
  700. package/libs/carousel/lib/es6/translations/vi.json +0 -4
  701. package/libs/carousel/lib/es6/translations/zh.json +0 -4
  702. package/libs/checkbox/lib/cjs/Checkbox.js +0 -298
  703. package/libs/checkbox/lib/cjs/Checkbox.js.map +0 -1
  704. package/libs/checkbox/lib/cjs/index.d.js +0 -2
  705. package/libs/checkbox/lib/cjs/index.d.js.map +0 -1
  706. package/libs/checkbox/lib/cjs/index.js +0 -26
  707. package/libs/checkbox/lib/cjs/index.js.map +0 -1
  708. package/libs/checkbox/lib/es6/Checkbox.js +0 -289
  709. package/libs/checkbox/lib/es6/Checkbox.js.map +0 -1
  710. package/libs/checkbox/lib/es6/index.d.js +0 -2
  711. package/libs/checkbox/lib/es6/index.d.js.map +0 -1
  712. package/libs/checkbox/lib/es6/index.js +0 -3
  713. package/libs/checkbox/lib/es6/index.js.map +0 -1
  714. package/libs/checkbox/lib/types/index.d.ts +0 -106
  715. package/libs/color-picker/lib/cjs/ColorPicker.js +0 -250
  716. package/libs/color-picker/lib/cjs/ColorPicker.js.map +0 -1
  717. package/libs/color-picker/lib/cjs/PaletteManager.js +0 -166
  718. package/libs/color-picker/lib/cjs/PaletteManager.js.map +0 -1
  719. package/libs/color-picker/lib/cjs/components/InputColor.js +0 -190
  720. package/libs/color-picker/lib/cjs/components/InputColor.js.map +0 -1
  721. package/libs/color-picker/lib/cjs/components/Item.js +0 -61
  722. package/libs/color-picker/lib/cjs/components/Item.js.map +0 -1
  723. package/libs/color-picker/lib/cjs/components/colors.js +0 -59
  724. package/libs/color-picker/lib/cjs/components/colors.js.map +0 -1
  725. package/libs/color-picker/lib/cjs/components/index.js +0 -40
  726. package/libs/color-picker/lib/cjs/components/index.js.map +0 -1
  727. package/libs/color-picker/lib/cjs/index.d.js +0 -2
  728. package/libs/color-picker/lib/cjs/index.d.js.map +0 -1
  729. package/libs/color-picker/lib/cjs/index.js +0 -26
  730. package/libs/color-picker/lib/cjs/index.js.map +0 -1
  731. package/libs/color-picker/lib/cjs/translations/__intergalactic-dynamic-locales.js +0 -39
  732. package/libs/color-picker/lib/cjs/translations/__intergalactic-dynamic-locales.js.map +0 -1
  733. package/libs/color-picker/lib/cjs/translations/de.json +0 -13
  734. package/libs/color-picker/lib/cjs/translations/en.json +0 -13
  735. package/libs/color-picker/lib/cjs/translations/es.json +0 -13
  736. package/libs/color-picker/lib/cjs/translations/fr.json +0 -13
  737. package/libs/color-picker/lib/cjs/translations/it.json +0 -13
  738. package/libs/color-picker/lib/cjs/translations/ja.json +0 -13
  739. package/libs/color-picker/lib/cjs/translations/ko.json +0 -13
  740. package/libs/color-picker/lib/cjs/translations/nl.json +0 -13
  741. package/libs/color-picker/lib/cjs/translations/pl.json +0 -13
  742. package/libs/color-picker/lib/cjs/translations/pt.json +0 -13
  743. package/libs/color-picker/lib/cjs/translations/sv.json +0 -13
  744. package/libs/color-picker/lib/cjs/translations/tr.json +0 -13
  745. package/libs/color-picker/lib/cjs/translations/vi.json +0 -13
  746. package/libs/color-picker/lib/cjs/translations/zh.json +0 -13
  747. package/libs/color-picker/lib/es6/ColorPicker.js +0 -242
  748. package/libs/color-picker/lib/es6/ColorPicker.js.map +0 -1
  749. package/libs/color-picker/lib/es6/PaletteManager.js +0 -159
  750. package/libs/color-picker/lib/es6/PaletteManager.js.map +0 -1
  751. package/libs/color-picker/lib/es6/components/InputColor.js +0 -183
  752. package/libs/color-picker/lib/es6/components/InputColor.js.map +0 -1
  753. package/libs/color-picker/lib/es6/components/Item.js +0 -55
  754. package/libs/color-picker/lib/es6/components/Item.js.map +0 -1
  755. package/libs/color-picker/lib/es6/components/colors.js +0 -52
  756. package/libs/color-picker/lib/es6/components/colors.js.map +0 -1
  757. package/libs/color-picker/lib/es6/components/index.js +0 -4
  758. package/libs/color-picker/lib/es6/components/index.js.map +0 -1
  759. package/libs/color-picker/lib/es6/index.d.js +0 -2
  760. package/libs/color-picker/lib/es6/index.d.js.map +0 -1
  761. package/libs/color-picker/lib/es6/index.js +0 -3
  762. package/libs/color-picker/lib/es6/index.js.map +0 -1
  763. package/libs/color-picker/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
  764. package/libs/color-picker/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
  765. package/libs/color-picker/lib/es6/translations/de.json +0 -13
  766. package/libs/color-picker/lib/es6/translations/en.json +0 -13
  767. package/libs/color-picker/lib/es6/translations/es.json +0 -13
  768. package/libs/color-picker/lib/es6/translations/fr.json +0 -13
  769. package/libs/color-picker/lib/es6/translations/it.json +0 -13
  770. package/libs/color-picker/lib/es6/translations/ja.json +0 -13
  771. package/libs/color-picker/lib/es6/translations/ko.json +0 -13
  772. package/libs/color-picker/lib/es6/translations/nl.json +0 -13
  773. package/libs/color-picker/lib/es6/translations/pl.json +0 -13
  774. package/libs/color-picker/lib/es6/translations/pt.json +0 -13
  775. package/libs/color-picker/lib/es6/translations/sv.json +0 -13
  776. package/libs/color-picker/lib/es6/translations/tr.json +0 -13
  777. package/libs/color-picker/lib/es6/translations/vi.json +0 -13
  778. package/libs/color-picker/lib/es6/translations/zh.json +0 -13
  779. package/libs/color-picker/lib/types/ColorPicker.d.ts +0 -28
  780. package/libs/color-picker/lib/types/PaletteManager.d.ts +0 -253
  781. package/libs/color-picker/lib/types/components/InputColor.d.ts +0 -3
  782. package/libs/color-picker/lib/types/components/Item.d.ts +0 -18
  783. package/libs/color-picker/lib/types/components/colors.d.ts +0 -15
  784. package/libs/color-picker/lib/types/components/index.d.ts +0 -3
  785. package/libs/color-picker/lib/types/translations/__intergalactic-dynamic-locales.d.ts +0 -184
  786. package/libs/core/lib/cjs/Component.js +0 -54
  787. package/libs/core/lib/cjs/Component.js.map +0 -1
  788. package/libs/core/lib/cjs/enhancement/Children.js +0 -121
  789. package/libs/core/lib/cjs/enhancement/Children.js.map +0 -1
  790. package/libs/core/lib/cjs/enhancement/Root.js +0 -78
  791. package/libs/core/lib/cjs/enhancement/Root.js.map +0 -1
  792. package/libs/core/lib/cjs/enhancement/bindHandler.js +0 -54
  793. package/libs/core/lib/cjs/enhancement/bindHandler.js.map +0 -1
  794. package/libs/core/lib/cjs/enhancement/dataName.js +0 -20
  795. package/libs/core/lib/cjs/enhancement/dataName.js.map +0 -1
  796. package/libs/core/lib/cjs/enhancement/enhance.js +0 -22
  797. package/libs/core/lib/cjs/enhancement/enhance.js.map +0 -1
  798. package/libs/core/lib/cjs/enhancement/functionDefaultProps.js +0 -36
  799. package/libs/core/lib/cjs/enhancement/functionDefaultProps.js.map +0 -1
  800. package/libs/core/lib/cjs/enhancement/hoistProps.js +0 -102
  801. package/libs/core/lib/cjs/enhancement/hoistProps.js.map +0 -1
  802. package/libs/core/lib/cjs/enhancement/i18n.js +0 -28
  803. package/libs/core/lib/cjs/enhancement/i18n.js.map +0 -1
  804. package/libs/core/lib/cjs/enhancement/inheritedName.js +0 -24
  805. package/libs/core/lib/cjs/enhancement/inheritedName.js.map +0 -1
  806. package/libs/core/lib/cjs/enhancement/staticChildren.js +0 -141
  807. package/libs/core/lib/cjs/enhancement/staticChildren.js.map +0 -1
  808. package/libs/core/lib/cjs/enhancement/style.js +0 -60
  809. package/libs/core/lib/cjs/enhancement/style.js.map +0 -1
  810. package/libs/core/lib/cjs/enhancement/uncontrolledProps.js +0 -135
  811. package/libs/core/lib/cjs/enhancement/uncontrolledProps.js.map +0 -1
  812. package/libs/core/lib/cjs/index.js +0 -443
  813. package/libs/core/lib/cjs/index.js.map +0 -1
  814. package/libs/core/lib/cjs/register.js +0 -37
  815. package/libs/core/lib/cjs/register.js.map +0 -1
  816. package/libs/core/lib/cjs/reshadow.d.js +0 -2
  817. package/libs/core/lib/cjs/reshadow.d.js.map +0 -1
  818. package/libs/core/lib/cjs/styled/index.js +0 -54
  819. package/libs/core/lib/cjs/styled/index.js.map +0 -1
  820. package/libs/core/lib/cjs/styled/sstyled.js +0 -150
  821. package/libs/core/lib/cjs/styled/sstyled.js.map +0 -1
  822. package/libs/core/lib/es6/Component.js +0 -47
  823. package/libs/core/lib/es6/Component.js.map +0 -1
  824. package/libs/core/lib/es6/enhancement/Children.js +0 -112
  825. package/libs/core/lib/es6/enhancement/Children.js.map +0 -1
  826. package/libs/core/lib/es6/enhancement/Root.js +0 -72
  827. package/libs/core/lib/es6/enhancement/Root.js.map +0 -1
  828. package/libs/core/lib/es6/enhancement/bindHandler.js +0 -47
  829. package/libs/core/lib/es6/enhancement/bindHandler.js.map +0 -1
  830. package/libs/core/lib/es6/enhancement/dataName.js +0 -12
  831. package/libs/core/lib/es6/enhancement/dataName.js.map +0 -1
  832. package/libs/core/lib/es6/enhancement/enhance.js +0 -15
  833. package/libs/core/lib/es6/enhancement/enhance.js.map +0 -1
  834. package/libs/core/lib/es6/enhancement/functionDefaultProps.js +0 -29
  835. package/libs/core/lib/es6/enhancement/functionDefaultProps.js.map +0 -1
  836. package/libs/core/lib/es6/enhancement/hoistProps.js +0 -90
  837. package/libs/core/lib/es6/enhancement/hoistProps.js.map +0 -1
  838. package/libs/core/lib/es6/enhancement/i18n.js +0 -21
  839. package/libs/core/lib/es6/enhancement/i18n.js.map +0 -1
  840. package/libs/core/lib/es6/enhancement/inheritedName.js +0 -15
  841. package/libs/core/lib/es6/enhancement/inheritedName.js.map +0 -1
  842. package/libs/core/lib/es6/enhancement/staticChildren.js +0 -126
  843. package/libs/core/lib/es6/enhancement/staticChildren.js.map +0 -1
  844. package/libs/core/lib/es6/enhancement/style.js +0 -52
  845. package/libs/core/lib/es6/enhancement/style.js.map +0 -1
  846. package/libs/core/lib/es6/enhancement/uncontrolledProps.js +0 -125
  847. package/libs/core/lib/es6/enhancement/uncontrolledProps.js.map +0 -1
  848. package/libs/core/lib/es6/index.js +0 -357
  849. package/libs/core/lib/es6/index.js.map +0 -1
  850. package/libs/core/lib/es6/register.js +0 -29
  851. package/libs/core/lib/es6/register.js.map +0 -1
  852. package/libs/core/lib/es6/reshadow.d.js +0 -2
  853. package/libs/core/lib/es6/reshadow.d.js.map +0 -1
  854. package/libs/core/lib/es6/styled/index.js +0 -10
  855. package/libs/core/lib/es6/styled/index.js.map +0 -1
  856. package/libs/core/lib/es6/styled/sstyled.js +0 -143
  857. package/libs/core/lib/es6/styled/sstyled.js.map +0 -1
  858. package/libs/core/lib/types/Component.d.ts +0 -139
  859. package/libs/core/lib/types/enhancement/Children.d.ts +0 -6
  860. package/libs/core/lib/types/enhancement/Root.d.ts +0 -6
  861. package/libs/core/lib/types/enhancement/bindHandler.d.ts +0 -5
  862. package/libs/core/lib/types/enhancement/dataName.d.ts +0 -4
  863. package/libs/core/lib/types/enhancement/enhance.d.ts +0 -5
  864. package/libs/core/lib/types/enhancement/functionDefaultProps.d.ts +0 -8
  865. package/libs/core/lib/types/enhancement/hoistProps.d.ts +0 -10
  866. package/libs/core/lib/types/enhancement/i18n.d.ts +0 -4
  867. package/libs/core/lib/types/enhancement/inheritedName.d.ts +0 -8
  868. package/libs/core/lib/types/enhancement/staticChildren.d.ts +0 -13
  869. package/libs/core/lib/types/enhancement/style.d.ts +0 -9
  870. package/libs/core/lib/types/enhancement/uncontrolledProps.d.ts +0 -7
  871. package/libs/core/lib/types/index.d.ts +0 -41
  872. package/libs/core/lib/types/register.d.ts +0 -8
  873. package/libs/core/lib/types/styled/index.d.ts +0 -14
  874. package/libs/core/lib/types/styled/sstyled.d.ts +0 -17
  875. package/libs/counter/lib/cjs/AnimatedNumber.js +0 -76
  876. package/libs/counter/lib/cjs/AnimatedNumber.js.map +0 -1
  877. package/libs/counter/lib/cjs/Counter.js +0 -79
  878. package/libs/counter/lib/cjs/Counter.js.map +0 -1
  879. package/libs/counter/lib/cjs/index.d.js +0 -2
  880. package/libs/counter/lib/cjs/index.d.js.map +0 -1
  881. package/libs/counter/lib/cjs/index.js +0 -20
  882. package/libs/counter/lib/cjs/index.js.map +0 -1
  883. package/libs/counter/lib/es6/AnimatedNumber.js +0 -68
  884. package/libs/counter/lib/es6/AnimatedNumber.js.map +0 -1
  885. package/libs/counter/lib/es6/Counter.js +0 -60
  886. package/libs/counter/lib/es6/Counter.js.map +0 -1
  887. package/libs/counter/lib/es6/index.d.js +0 -2
  888. package/libs/counter/lib/es6/index.d.js.map +0 -1
  889. package/libs/counter/lib/es6/index.js +0 -2
  890. package/libs/counter/lib/es6/index.js.map +0 -1
  891. package/libs/counter/lib/types/index.d.ts +0 -32
  892. package/libs/d3-chart/lib/cjs/Area.js +0 -236
  893. package/libs/d3-chart/lib/cjs/Area.js.map +0 -1
  894. package/libs/d3-chart/lib/cjs/Axis.js +0 -468
  895. package/libs/d3-chart/lib/cjs/Axis.js.map +0 -1
  896. package/libs/d3-chart/lib/cjs/Bar.js +0 -221
  897. package/libs/d3-chart/lib/cjs/Bar.js.map +0 -1
  898. package/libs/d3-chart/lib/cjs/Bubble.js +0 -235
  899. package/libs/d3-chart/lib/cjs/Bubble.js.map +0 -1
  900. package/libs/d3-chart/lib/cjs/ClipPath.js +0 -94
  901. package/libs/d3-chart/lib/cjs/ClipPath.js.map +0 -1
  902. package/libs/d3-chart/lib/cjs/Donut.js +0 -490
  903. package/libs/d3-chart/lib/cjs/Donut.js.map +0 -1
  904. package/libs/d3-chart/lib/cjs/Dots.js +0 -116
  905. package/libs/d3-chart/lib/cjs/Dots.js.map +0 -1
  906. package/libs/d3-chart/lib/cjs/GroupBar.js +0 -111
  907. package/libs/d3-chart/lib/cjs/GroupBar.js.map +0 -1
  908. package/libs/d3-chart/lib/cjs/HorizontalBar.js +0 -200
  909. package/libs/d3-chart/lib/cjs/HorizontalBar.js.map +0 -1
  910. package/libs/d3-chart/lib/cjs/Hover.js +0 -252
  911. package/libs/d3-chart/lib/cjs/Hover.js.map +0 -1
  912. package/libs/d3-chart/lib/cjs/Line.js +0 -231
  913. package/libs/d3-chart/lib/cjs/Line.js.map +0 -1
  914. package/libs/d3-chart/lib/cjs/Plot.js +0 -155
  915. package/libs/d3-chart/lib/cjs/Plot.js.map +0 -1
  916. package/libs/d3-chart/lib/cjs/Radar.js +0 -817
  917. package/libs/d3-chart/lib/cjs/Radar.js.map +0 -1
  918. package/libs/d3-chart/lib/cjs/RadialTree.js +0 -663
  919. package/libs/d3-chart/lib/cjs/RadialTree.js.map +0 -1
  920. package/libs/d3-chart/lib/cjs/ReferenceLine.js +0 -239
  921. package/libs/d3-chart/lib/cjs/ReferenceLine.js.map +0 -1
  922. package/libs/d3-chart/lib/cjs/ResponsiveContainer.js +0 -116
  923. package/libs/d3-chart/lib/cjs/ResponsiveContainer.js.map +0 -1
  924. package/libs/d3-chart/lib/cjs/ScatterPlot.js +0 -205
  925. package/libs/d3-chart/lib/cjs/ScatterPlot.js.map +0 -1
  926. package/libs/d3-chart/lib/cjs/StackBar.js +0 -197
  927. package/libs/d3-chart/lib/cjs/StackBar.js.map +0 -1
  928. package/libs/d3-chart/lib/cjs/StackedArea.js +0 -94
  929. package/libs/d3-chart/lib/cjs/StackedArea.js.map +0 -1
  930. package/libs/d3-chart/lib/cjs/Tooltip.js +0 -233
  931. package/libs/d3-chart/lib/cjs/Tooltip.js.map +0 -1
  932. package/libs/d3-chart/lib/cjs/Venn.js +0 -240
  933. package/libs/d3-chart/lib/cjs/Venn.js.map +0 -1
  934. package/libs/d3-chart/lib/cjs/a11y/PlotA11yModule.js +0 -133
  935. package/libs/d3-chart/lib/cjs/a11y/PlotA11yModule.js.map +0 -1
  936. package/libs/d3-chart/lib/cjs/a11y/PlotA11yView.js +0 -229
  937. package/libs/d3-chart/lib/cjs/a11y/PlotA11yView.js.map +0 -1
  938. package/libs/d3-chart/lib/cjs/a11y/bezier.js +0 -37
  939. package/libs/d3-chart/lib/cjs/a11y/bezier.js.map +0 -1
  940. package/libs/d3-chart/lib/cjs/a11y/focus.js +0 -45
  941. package/libs/d3-chart/lib/cjs/a11y/focus.js.map +0 -1
  942. package/libs/d3-chart/lib/cjs/a11y/hints.js +0 -128
  943. package/libs/d3-chart/lib/cjs/a11y/hints.js.map +0 -1
  944. package/libs/d3-chart/lib/cjs/a11y/insights.js +0 -722
  945. package/libs/d3-chart/lib/cjs/a11y/insights.js.map +0 -1
  946. package/libs/d3-chart/lib/cjs/a11y/intl.js +0 -22
  947. package/libs/d3-chart/lib/cjs/a11y/intl.js.map +0 -1
  948. package/libs/d3-chart/lib/cjs/a11y/locale.js +0 -49
  949. package/libs/d3-chart/lib/cjs/a11y/locale.js.map +0 -1
  950. package/libs/d3-chart/lib/cjs/a11y/serialize.js +0 -381
  951. package/libs/d3-chart/lib/cjs/a11y/serialize.js.map +0 -1
  952. package/libs/d3-chart/lib/cjs/a11y/summarize.js +0 -19
  953. package/libs/d3-chart/lib/cjs/a11y/summarize.js.map +0 -1
  954. package/libs/d3-chart/lib/cjs/a11y/translations/module/__intergalactic-dynamic-locales.js +0 -39
  955. package/libs/d3-chart/lib/cjs/a11y/translations/module/__intergalactic-dynamic-locales.js.map +0 -1
  956. package/libs/d3-chart/lib/cjs/a11y/translations/module/de.json +0 -5
  957. package/libs/d3-chart/lib/cjs/a11y/translations/module/en.json +0 -5
  958. package/libs/d3-chart/lib/cjs/a11y/translations/module/es.json +0 -5
  959. package/libs/d3-chart/lib/cjs/a11y/translations/module/fr.json +0 -5
  960. package/libs/d3-chart/lib/cjs/a11y/translations/module/it.json +0 -5
  961. package/libs/d3-chart/lib/cjs/a11y/translations/module/ja.json +0 -5
  962. package/libs/d3-chart/lib/cjs/a11y/translations/module/ko.json +0 -5
  963. package/libs/d3-chart/lib/cjs/a11y/translations/module/nl.json +0 -5
  964. package/libs/d3-chart/lib/cjs/a11y/translations/module/pl.json +0 -5
  965. package/libs/d3-chart/lib/cjs/a11y/translations/module/pt.json +0 -5
  966. package/libs/d3-chart/lib/cjs/a11y/translations/module/sv.json +0 -5
  967. package/libs/d3-chart/lib/cjs/a11y/translations/module/tr.json +0 -5
  968. package/libs/d3-chart/lib/cjs/a11y/translations/module/vi.json +0 -5
  969. package/libs/d3-chart/lib/cjs/a11y/translations/module/zh.json +0 -5
  970. package/libs/d3-chart/lib/cjs/a11y/translations/view/__intergalactic-dynamic-locales.js +0 -39
  971. package/libs/d3-chart/lib/cjs/a11y/translations/view/__intergalactic-dynamic-locales.js.map +0 -1
  972. package/libs/d3-chart/lib/cjs/a11y/translations/view/de.json +0 -43
  973. package/libs/d3-chart/lib/cjs/a11y/translations/view/en.csv +0 -42
  974. package/libs/d3-chart/lib/cjs/a11y/translations/view/en.json +0 -43
  975. package/libs/d3-chart/lib/cjs/a11y/translations/view/es.json +0 -43
  976. package/libs/d3-chart/lib/cjs/a11y/translations/view/fr.json +0 -43
  977. package/libs/d3-chart/lib/cjs/a11y/translations/view/it.json +0 -43
  978. package/libs/d3-chart/lib/cjs/a11y/translations/view/ja.json +0 -43
  979. package/libs/d3-chart/lib/cjs/a11y/translations/view/ko.json +0 -43
  980. package/libs/d3-chart/lib/cjs/a11y/translations/view/nl.json +0 -43
  981. package/libs/d3-chart/lib/cjs/a11y/translations/view/pl.json +0 -43
  982. package/libs/d3-chart/lib/cjs/a11y/translations/view/pt.json +0 -43
  983. package/libs/d3-chart/lib/cjs/a11y/translations/view/sv.json +0 -43
  984. package/libs/d3-chart/lib/cjs/a11y/translations/view/tr.json +0 -43
  985. package/libs/d3-chart/lib/cjs/a11y/translations/view/vi.json +0 -43
  986. package/libs/d3-chart/lib/cjs/a11y/translations/view/zh.json +0 -43
  987. package/libs/d3-chart/lib/cjs/color.js +0 -133
  988. package/libs/d3-chart/lib/cjs/color.js.map +0 -1
  989. package/libs/d3-chart/lib/cjs/component/Chart/AbstractChart.js +0 -420
  990. package/libs/d3-chart/lib/cjs/component/Chart/AbstractChart.js.map +0 -1
  991. package/libs/d3-chart/lib/cjs/component/Chart/AbstractChart.type.js +0 -2
  992. package/libs/d3-chart/lib/cjs/component/Chart/AbstractChart.type.js.map +0 -1
  993. package/libs/d3-chart/lib/cjs/component/Chart/AreaChart.js +0 -160
  994. package/libs/d3-chart/lib/cjs/component/Chart/AreaChart.js.map +0 -1
  995. package/libs/d3-chart/lib/cjs/component/Chart/AreaChart.type.js +0 -2
  996. package/libs/d3-chart/lib/cjs/component/Chart/AreaChart.type.js.map +0 -1
  997. package/libs/d3-chart/lib/cjs/component/Chart/BarChart.js +0 -253
  998. package/libs/d3-chart/lib/cjs/component/Chart/BarChart.js.map +0 -1
  999. package/libs/d3-chart/lib/cjs/component/Chart/BarChart.type.js +0 -2
  1000. package/libs/d3-chart/lib/cjs/component/Chart/BarChart.type.js.map +0 -1
  1001. package/libs/d3-chart/lib/cjs/component/Chart/BubbleChart.js +0 -145
  1002. package/libs/d3-chart/lib/cjs/component/Chart/BubbleChart.js.map +0 -1
  1003. package/libs/d3-chart/lib/cjs/component/Chart/BubbleChart.type.js +0 -2
  1004. package/libs/d3-chart/lib/cjs/component/Chart/BubbleChart.type.js.map +0 -1
  1005. package/libs/d3-chart/lib/cjs/component/Chart/DonutChart.js +0 -117
  1006. package/libs/d3-chart/lib/cjs/component/Chart/DonutChart.js.map +0 -1
  1007. package/libs/d3-chart/lib/cjs/component/Chart/DonutChart.type.js +0 -2
  1008. package/libs/d3-chart/lib/cjs/component/Chart/DonutChart.type.js.map +0 -1
  1009. package/libs/d3-chart/lib/cjs/component/Chart/HistogramChart.js +0 -189
  1010. package/libs/d3-chart/lib/cjs/component/Chart/HistogramChart.js.map +0 -1
  1011. package/libs/d3-chart/lib/cjs/component/Chart/HistogramChart.type.js +0 -2
  1012. package/libs/d3-chart/lib/cjs/component/Chart/HistogramChart.type.js.map +0 -1
  1013. package/libs/d3-chart/lib/cjs/component/Chart/LineChart.js +0 -147
  1014. package/libs/d3-chart/lib/cjs/component/Chart/LineChart.js.map +0 -1
  1015. package/libs/d3-chart/lib/cjs/component/Chart/LineChart.type.js +0 -2
  1016. package/libs/d3-chart/lib/cjs/component/Chart/LineChart.type.js.map +0 -1
  1017. package/libs/d3-chart/lib/cjs/component/Chart/RadarChart.js +0 -121
  1018. package/libs/d3-chart/lib/cjs/component/Chart/RadarChart.js.map +0 -1
  1019. package/libs/d3-chart/lib/cjs/component/Chart/RadarChart.type.js +0 -2
  1020. package/libs/d3-chart/lib/cjs/component/Chart/RadarChart.type.js.map +0 -1
  1021. package/libs/d3-chart/lib/cjs/component/Chart/ScatterPlotChart.js +0 -159
  1022. package/libs/d3-chart/lib/cjs/component/Chart/ScatterPlotChart.js.map +0 -1
  1023. package/libs/d3-chart/lib/cjs/component/Chart/ScatterPlotChart.type.js +0 -2
  1024. package/libs/d3-chart/lib/cjs/component/Chart/ScatterPlotChart.type.js.map +0 -1
  1025. package/libs/d3-chart/lib/cjs/component/Chart/VennChart.js +0 -144
  1026. package/libs/d3-chart/lib/cjs/component/Chart/VennChart.js.map +0 -1
  1027. package/libs/d3-chart/lib/cjs/component/Chart/VennChart.type.js +0 -2
  1028. package/libs/d3-chart/lib/cjs/component/Chart/VennChart.type.js.map +0 -1
  1029. package/libs/d3-chart/lib/cjs/component/Chart/index.js +0 -28
  1030. package/libs/d3-chart/lib/cjs/component/Chart/index.js.map +0 -1
  1031. package/libs/d3-chart/lib/cjs/component/ChartLegend/BaseLegend.js +0 -108
  1032. package/libs/d3-chart/lib/cjs/component/ChartLegend/BaseLegend.js.map +0 -1
  1033. package/libs/d3-chart/lib/cjs/component/ChartLegend/BaseLegend.type.js +0 -2
  1034. package/libs/d3-chart/lib/cjs/component/ChartLegend/BaseLegend.type.js.map +0 -1
  1035. package/libs/d3-chart/lib/cjs/component/ChartLegend/LegendFlex/LegendFlex.js +0 -93
  1036. package/libs/d3-chart/lib/cjs/component/ChartLegend/LegendFlex/LegendFlex.js.map +0 -1
  1037. package/libs/d3-chart/lib/cjs/component/ChartLegend/LegendFlex/LegendFlex.type.js +0 -2
  1038. package/libs/d3-chart/lib/cjs/component/ChartLegend/LegendFlex/LegendFlex.type.js.map +0 -1
  1039. package/libs/d3-chart/lib/cjs/component/ChartLegend/LegendItem/LegendItem.js +0 -233
  1040. package/libs/d3-chart/lib/cjs/component/ChartLegend/LegendItem/LegendItem.js.map +0 -1
  1041. package/libs/d3-chart/lib/cjs/component/ChartLegend/LegendItem/LegendItem.type.js +0 -13
  1042. package/libs/d3-chart/lib/cjs/component/ChartLegend/LegendItem/LegendItem.type.js.map +0 -1
  1043. package/libs/d3-chart/lib/cjs/component/ChartLegend/LegendTable/LegendTable.js +0 -99
  1044. package/libs/d3-chart/lib/cjs/component/ChartLegend/LegendTable/LegendTable.js.map +0 -1
  1045. package/libs/d3-chart/lib/cjs/component/ChartLegend/LegendTable/LegendTable.type.js +0 -2
  1046. package/libs/d3-chart/lib/cjs/component/ChartLegend/LegendTable/LegendTable.type.js.map +0 -1
  1047. package/libs/d3-chart/lib/cjs/component/ChartLegend/index.js +0 -23
  1048. package/libs/d3-chart/lib/cjs/component/ChartLegend/index.js.map +0 -1
  1049. package/libs/d3-chart/lib/cjs/createElement.d.js +0 -2
  1050. package/libs/d3-chart/lib/cjs/createElement.d.js.map +0 -1
  1051. package/libs/d3-chart/lib/cjs/createElement.js +0 -128
  1052. package/libs/d3-chart/lib/cjs/createElement.js.map +0 -1
  1053. package/libs/d3-chart/lib/cjs/index.js +0 -206
  1054. package/libs/d3-chart/lib/cjs/index.js.map +0 -1
  1055. package/libs/d3-chart/lib/cjs/style/var.css +0 -125
  1056. package/libs/d3-chart/lib/cjs/translations/__intergalactic-dynamic-locales.js +0 -37
  1057. package/libs/d3-chart/lib/cjs/translations/__intergalactic-dynamic-locales.js.map +0 -1
  1058. package/libs/d3-chart/lib/cjs/translations/de.json +0 -3
  1059. package/libs/d3-chart/lib/cjs/translations/en.json +0 -3
  1060. package/libs/d3-chart/lib/cjs/translations/es.json +0 -3
  1061. package/libs/d3-chart/lib/cjs/translations/fr.json +0 -3
  1062. package/libs/d3-chart/lib/cjs/translations/it.json +0 -3
  1063. package/libs/d3-chart/lib/cjs/translations/ja.json +0 -3
  1064. package/libs/d3-chart/lib/cjs/translations/ko.json +0 -3
  1065. package/libs/d3-chart/lib/cjs/translations/nl.json +0 -3
  1066. package/libs/d3-chart/lib/cjs/translations/pl.json +0 -3
  1067. package/libs/d3-chart/lib/cjs/translations/pt.json +0 -3
  1068. package/libs/d3-chart/lib/cjs/translations/sv.json +0 -3
  1069. package/libs/d3-chart/lib/cjs/translations/tr.json +0 -3
  1070. package/libs/d3-chart/lib/cjs/translations/vi.json +0 -3
  1071. package/libs/d3-chart/lib/cjs/translations/zh.json +0 -3
  1072. package/libs/d3-chart/lib/cjs/types/Area.d.js +0 -2
  1073. package/libs/d3-chart/lib/cjs/types/Area.d.js.map +0 -1
  1074. package/libs/d3-chart/lib/cjs/types/Axis.d.js +0 -2
  1075. package/libs/d3-chart/lib/cjs/types/Axis.d.js.map +0 -1
  1076. package/libs/d3-chart/lib/cjs/types/Bar.d.js +0 -2
  1077. package/libs/d3-chart/lib/cjs/types/Bar.d.js.map +0 -1
  1078. package/libs/d3-chart/lib/cjs/types/Bubble.d.js +0 -2
  1079. package/libs/d3-chart/lib/cjs/types/Bubble.d.js.map +0 -1
  1080. package/libs/d3-chart/lib/cjs/types/ClipPath.d.js +0 -2
  1081. package/libs/d3-chart/lib/cjs/types/ClipPath.d.js.map +0 -1
  1082. package/libs/d3-chart/lib/cjs/types/Donut.d.js +0 -2
  1083. package/libs/d3-chart/lib/cjs/types/Donut.d.js.map +0 -1
  1084. package/libs/d3-chart/lib/cjs/types/GroupBar.d.js +0 -2
  1085. package/libs/d3-chart/lib/cjs/types/GroupBar.d.js.map +0 -1
  1086. package/libs/d3-chart/lib/cjs/types/HorizontalBar.d.js +0 -2
  1087. package/libs/d3-chart/lib/cjs/types/HorizontalBar.d.js.map +0 -1
  1088. package/libs/d3-chart/lib/cjs/types/Hover.d.js +0 -2
  1089. package/libs/d3-chart/lib/cjs/types/Hover.d.js.map +0 -1
  1090. package/libs/d3-chart/lib/cjs/types/Line.d.js +0 -2
  1091. package/libs/d3-chart/lib/cjs/types/Line.d.js.map +0 -1
  1092. package/libs/d3-chart/lib/cjs/types/Plot.d.js +0 -2
  1093. package/libs/d3-chart/lib/cjs/types/Plot.d.js.map +0 -1
  1094. package/libs/d3-chart/lib/cjs/types/Radar.d.js +0 -2
  1095. package/libs/d3-chart/lib/cjs/types/Radar.d.js.map +0 -1
  1096. package/libs/d3-chart/lib/cjs/types/ReferenceLine.d.js +0 -2
  1097. package/libs/d3-chart/lib/cjs/types/ReferenceLine.d.js.map +0 -1
  1098. package/libs/d3-chart/lib/cjs/types/ResponsiveContainer.d.js +0 -2
  1099. package/libs/d3-chart/lib/cjs/types/ResponsiveContainer.d.js.map +0 -1
  1100. package/libs/d3-chart/lib/cjs/types/ScatterPlot.d.js +0 -2
  1101. package/libs/d3-chart/lib/cjs/types/ScatterPlot.d.js.map +0 -1
  1102. package/libs/d3-chart/lib/cjs/types/StackBar.d.js +0 -2
  1103. package/libs/d3-chart/lib/cjs/types/StackBar.d.js.map +0 -1
  1104. package/libs/d3-chart/lib/cjs/types/StackedArea.d.js +0 -2
  1105. package/libs/d3-chart/lib/cjs/types/StackedArea.d.js.map +0 -1
  1106. package/libs/d3-chart/lib/cjs/types/Tooltip.d.js +0 -2
  1107. package/libs/d3-chart/lib/cjs/types/Tooltip.d.js.map +0 -1
  1108. package/libs/d3-chart/lib/cjs/types/Venn.d.js +0 -2
  1109. package/libs/d3-chart/lib/cjs/types/Venn.d.js.map +0 -1
  1110. package/libs/d3-chart/lib/cjs/types/context.d.js +0 -2
  1111. package/libs/d3-chart/lib/cjs/types/context.d.js.map +0 -1
  1112. package/libs/d3-chart/lib/cjs/types/index.d.js +0 -544
  1113. package/libs/d3-chart/lib/cjs/types/index.d.js.map +0 -1
  1114. package/libs/d3-chart/lib/cjs/utils.js +0 -211
  1115. package/libs/d3-chart/lib/cjs/utils.js.map +0 -1
  1116. package/libs/d3-chart/lib/es6/Area.js +0 -229
  1117. package/libs/d3-chart/lib/es6/Area.js.map +0 -1
  1118. package/libs/d3-chart/lib/es6/Axis.js +0 -461
  1119. package/libs/d3-chart/lib/es6/Axis.js.map +0 -1
  1120. package/libs/d3-chart/lib/es6/Bar.js +0 -213
  1121. package/libs/d3-chart/lib/es6/Bar.js.map +0 -1
  1122. package/libs/d3-chart/lib/es6/Bubble.js +0 -229
  1123. package/libs/d3-chart/lib/es6/Bubble.js.map +0 -1
  1124. package/libs/d3-chart/lib/es6/ClipPath.js +0 -85
  1125. package/libs/d3-chart/lib/es6/ClipPath.js.map +0 -1
  1126. package/libs/d3-chart/lib/es6/Donut.js +0 -484
  1127. package/libs/d3-chart/lib/es6/Donut.js.map +0 -1
  1128. package/libs/d3-chart/lib/es6/Dots.js +0 -109
  1129. package/libs/d3-chart/lib/es6/Dots.js.map +0 -1
  1130. package/libs/d3-chart/lib/es6/GroupBar.js +0 -103
  1131. package/libs/d3-chart/lib/es6/GroupBar.js.map +0 -1
  1132. package/libs/d3-chart/lib/es6/HorizontalBar.js +0 -192
  1133. package/libs/d3-chart/lib/es6/HorizontalBar.js.map +0 -1
  1134. package/libs/d3-chart/lib/es6/Hover.js +0 -247
  1135. package/libs/d3-chart/lib/es6/Hover.js.map +0 -1
  1136. package/libs/d3-chart/lib/es6/Line.js +0 -223
  1137. package/libs/d3-chart/lib/es6/Line.js.map +0 -1
  1138. package/libs/d3-chart/lib/es6/Plot.js +0 -148
  1139. package/libs/d3-chart/lib/es6/Plot.js.map +0 -1
  1140. package/libs/d3-chart/lib/es6/Radar.js +0 -809
  1141. package/libs/d3-chart/lib/es6/Radar.js.map +0 -1
  1142. package/libs/d3-chart/lib/es6/RadialTree.js +0 -656
  1143. package/libs/d3-chart/lib/es6/RadialTree.js.map +0 -1
  1144. package/libs/d3-chart/lib/es6/ReferenceLine.js +0 -232
  1145. package/libs/d3-chart/lib/es6/ReferenceLine.js.map +0 -1
  1146. package/libs/d3-chart/lib/es6/ResponsiveContainer.js +0 -108
  1147. package/libs/d3-chart/lib/es6/ResponsiveContainer.js.map +0 -1
  1148. package/libs/d3-chart/lib/es6/ScatterPlot.js +0 -199
  1149. package/libs/d3-chart/lib/es6/ScatterPlot.js.map +0 -1
  1150. package/libs/d3-chart/lib/es6/StackBar.js +0 -188
  1151. package/libs/d3-chart/lib/es6/StackBar.js.map +0 -1
  1152. package/libs/d3-chart/lib/es6/StackedArea.js +0 -86
  1153. package/libs/d3-chart/lib/es6/StackedArea.js.map +0 -1
  1154. package/libs/d3-chart/lib/es6/Tooltip.js +0 -230
  1155. package/libs/d3-chart/lib/es6/Tooltip.js.map +0 -1
  1156. package/libs/d3-chart/lib/es6/Venn.js +0 -234
  1157. package/libs/d3-chart/lib/es6/Venn.js.map +0 -1
  1158. package/libs/d3-chart/lib/es6/a11y/PlotA11yModule.js +0 -126
  1159. package/libs/d3-chart/lib/es6/a11y/PlotA11yModule.js.map +0 -1
  1160. package/libs/d3-chart/lib/es6/a11y/PlotA11yView.js +0 -223
  1161. package/libs/d3-chart/lib/es6/a11y/PlotA11yView.js.map +0 -1
  1162. package/libs/d3-chart/lib/es6/a11y/bezier.js +0 -30
  1163. package/libs/d3-chart/lib/es6/a11y/bezier.js.map +0 -1
  1164. package/libs/d3-chart/lib/es6/a11y/focus.js +0 -38
  1165. package/libs/d3-chart/lib/es6/a11y/focus.js.map +0 -1
  1166. package/libs/d3-chart/lib/es6/a11y/hints.js +0 -118
  1167. package/libs/d3-chart/lib/es6/a11y/hints.js.map +0 -1
  1168. package/libs/d3-chart/lib/es6/a11y/insights.js +0 -714
  1169. package/libs/d3-chart/lib/es6/a11y/insights.js.map +0 -1
  1170. package/libs/d3-chart/lib/es6/a11y/intl.js +0 -15
  1171. package/libs/d3-chart/lib/es6/a11y/intl.js.map +0 -1
  1172. package/libs/d3-chart/lib/es6/a11y/locale.js +0 -41
  1173. package/libs/d3-chart/lib/es6/a11y/locale.js.map +0 -1
  1174. package/libs/d3-chart/lib/es6/a11y/serialize.js +0 -372
  1175. package/libs/d3-chart/lib/es6/a11y/serialize.js.map +0 -1
  1176. package/libs/d3-chart/lib/es6/a11y/summarize.js +0 -12
  1177. package/libs/d3-chart/lib/es6/a11y/summarize.js.map +0 -1
  1178. package/libs/d3-chart/lib/es6/a11y/translations/module/__intergalactic-dynamic-locales.js +0 -31
  1179. package/libs/d3-chart/lib/es6/a11y/translations/module/__intergalactic-dynamic-locales.js.map +0 -1
  1180. package/libs/d3-chart/lib/es6/a11y/translations/module/de.json +0 -5
  1181. package/libs/d3-chart/lib/es6/a11y/translations/module/en.json +0 -5
  1182. package/libs/d3-chart/lib/es6/a11y/translations/module/es.json +0 -5
  1183. package/libs/d3-chart/lib/es6/a11y/translations/module/fr.json +0 -5
  1184. package/libs/d3-chart/lib/es6/a11y/translations/module/it.json +0 -5
  1185. package/libs/d3-chart/lib/es6/a11y/translations/module/ja.json +0 -5
  1186. package/libs/d3-chart/lib/es6/a11y/translations/module/ko.json +0 -5
  1187. package/libs/d3-chart/lib/es6/a11y/translations/module/nl.json +0 -5
  1188. package/libs/d3-chart/lib/es6/a11y/translations/module/pl.json +0 -5
  1189. package/libs/d3-chart/lib/es6/a11y/translations/module/pt.json +0 -5
  1190. package/libs/d3-chart/lib/es6/a11y/translations/module/sv.json +0 -5
  1191. package/libs/d3-chart/lib/es6/a11y/translations/module/tr.json +0 -5
  1192. package/libs/d3-chart/lib/es6/a11y/translations/module/vi.json +0 -5
  1193. package/libs/d3-chart/lib/es6/a11y/translations/module/zh.json +0 -5
  1194. package/libs/d3-chart/lib/es6/a11y/translations/view/__intergalactic-dynamic-locales.js +0 -31
  1195. package/libs/d3-chart/lib/es6/a11y/translations/view/__intergalactic-dynamic-locales.js.map +0 -1
  1196. package/libs/d3-chart/lib/es6/a11y/translations/view/de.json +0 -43
  1197. package/libs/d3-chart/lib/es6/a11y/translations/view/en.csv +0 -42
  1198. package/libs/d3-chart/lib/es6/a11y/translations/view/en.json +0 -43
  1199. package/libs/d3-chart/lib/es6/a11y/translations/view/es.json +0 -43
  1200. package/libs/d3-chart/lib/es6/a11y/translations/view/fr.json +0 -43
  1201. package/libs/d3-chart/lib/es6/a11y/translations/view/it.json +0 -43
  1202. package/libs/d3-chart/lib/es6/a11y/translations/view/ja.json +0 -43
  1203. package/libs/d3-chart/lib/es6/a11y/translations/view/ko.json +0 -43
  1204. package/libs/d3-chart/lib/es6/a11y/translations/view/nl.json +0 -43
  1205. package/libs/d3-chart/lib/es6/a11y/translations/view/pl.json +0 -43
  1206. package/libs/d3-chart/lib/es6/a11y/translations/view/pt.json +0 -43
  1207. package/libs/d3-chart/lib/es6/a11y/translations/view/sv.json +0 -43
  1208. package/libs/d3-chart/lib/es6/a11y/translations/view/tr.json +0 -43
  1209. package/libs/d3-chart/lib/es6/a11y/translations/view/vi.json +0 -43
  1210. package/libs/d3-chart/lib/es6/a11y/translations/view/zh.json +0 -43
  1211. package/libs/d3-chart/lib/es6/color.js +0 -127
  1212. package/libs/d3-chart/lib/es6/color.js.map +0 -1
  1213. package/libs/d3-chart/lib/es6/component/Chart/AbstractChart.js +0 -412
  1214. package/libs/d3-chart/lib/es6/component/Chart/AbstractChart.js.map +0 -1
  1215. package/libs/d3-chart/lib/es6/component/Chart/AbstractChart.type.js +0 -2
  1216. package/libs/d3-chart/lib/es6/component/Chart/AbstractChart.type.js.map +0 -1
  1217. package/libs/d3-chart/lib/es6/component/Chart/AreaChart.js +0 -152
  1218. package/libs/d3-chart/lib/es6/component/Chart/AreaChart.js.map +0 -1
  1219. package/libs/d3-chart/lib/es6/component/Chart/AreaChart.type.js +0 -2
  1220. package/libs/d3-chart/lib/es6/component/Chart/AreaChart.type.js.map +0 -1
  1221. package/libs/d3-chart/lib/es6/component/Chart/BarChart.js +0 -245
  1222. package/libs/d3-chart/lib/es6/component/Chart/BarChart.js.map +0 -1
  1223. package/libs/d3-chart/lib/es6/component/Chart/BarChart.type.js +0 -2
  1224. package/libs/d3-chart/lib/es6/component/Chart/BarChart.type.js.map +0 -1
  1225. package/libs/d3-chart/lib/es6/component/Chart/BubbleChart.js +0 -137
  1226. package/libs/d3-chart/lib/es6/component/Chart/BubbleChart.js.map +0 -1
  1227. package/libs/d3-chart/lib/es6/component/Chart/BubbleChart.type.js +0 -2
  1228. package/libs/d3-chart/lib/es6/component/Chart/BubbleChart.type.js.map +0 -1
  1229. package/libs/d3-chart/lib/es6/component/Chart/DonutChart.js +0 -109
  1230. package/libs/d3-chart/lib/es6/component/Chart/DonutChart.js.map +0 -1
  1231. package/libs/d3-chart/lib/es6/component/Chart/DonutChart.type.js +0 -2
  1232. package/libs/d3-chart/lib/es6/component/Chart/DonutChart.type.js.map +0 -1
  1233. package/libs/d3-chart/lib/es6/component/Chart/HistogramChart.js +0 -181
  1234. package/libs/d3-chart/lib/es6/component/Chart/HistogramChart.js.map +0 -1
  1235. package/libs/d3-chart/lib/es6/component/Chart/HistogramChart.type.js +0 -2
  1236. package/libs/d3-chart/lib/es6/component/Chart/HistogramChart.type.js.map +0 -1
  1237. package/libs/d3-chart/lib/es6/component/Chart/LineChart.js +0 -139
  1238. package/libs/d3-chart/lib/es6/component/Chart/LineChart.js.map +0 -1
  1239. package/libs/d3-chart/lib/es6/component/Chart/LineChart.type.js +0 -2
  1240. package/libs/d3-chart/lib/es6/component/Chart/LineChart.type.js.map +0 -1
  1241. package/libs/d3-chart/lib/es6/component/Chart/RadarChart.js +0 -113
  1242. package/libs/d3-chart/lib/es6/component/Chart/RadarChart.js.map +0 -1
  1243. package/libs/d3-chart/lib/es6/component/Chart/RadarChart.type.js +0 -2
  1244. package/libs/d3-chart/lib/es6/component/Chart/RadarChart.type.js.map +0 -1
  1245. package/libs/d3-chart/lib/es6/component/Chart/ScatterPlotChart.js +0 -151
  1246. package/libs/d3-chart/lib/es6/component/Chart/ScatterPlotChart.js.map +0 -1
  1247. package/libs/d3-chart/lib/es6/component/Chart/ScatterPlotChart.type.js +0 -2
  1248. package/libs/d3-chart/lib/es6/component/Chart/ScatterPlotChart.type.js.map +0 -1
  1249. package/libs/d3-chart/lib/es6/component/Chart/VennChart.js +0 -136
  1250. package/libs/d3-chart/lib/es6/component/Chart/VennChart.js.map +0 -1
  1251. package/libs/d3-chart/lib/es6/component/Chart/VennChart.type.js +0 -2
  1252. package/libs/d3-chart/lib/es6/component/Chart/VennChart.type.js.map +0 -1
  1253. package/libs/d3-chart/lib/es6/component/Chart/index.js +0 -21
  1254. package/libs/d3-chart/lib/es6/component/Chart/index.js.map +0 -1
  1255. package/libs/d3-chart/lib/es6/component/ChartLegend/BaseLegend.js +0 -100
  1256. package/libs/d3-chart/lib/es6/component/ChartLegend/BaseLegend.js.map +0 -1
  1257. package/libs/d3-chart/lib/es6/component/ChartLegend/BaseLegend.type.js +0 -2
  1258. package/libs/d3-chart/lib/es6/component/ChartLegend/BaseLegend.type.js.map +0 -1
  1259. package/libs/d3-chart/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.js +0 -86
  1260. package/libs/d3-chart/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.js.map +0 -1
  1261. package/libs/d3-chart/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.type.js +0 -2
  1262. package/libs/d3-chart/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.type.js.map +0 -1
  1263. package/libs/d3-chart/lib/es6/component/ChartLegend/LegendItem/LegendItem.js +0 -231
  1264. package/libs/d3-chart/lib/es6/component/ChartLegend/LegendItem/LegendItem.js.map +0 -1
  1265. package/libs/d3-chart/lib/es6/component/ChartLegend/LegendItem/LegendItem.type.js +0 -6
  1266. package/libs/d3-chart/lib/es6/component/ChartLegend/LegendItem/LegendItem.type.js.map +0 -1
  1267. package/libs/d3-chart/lib/es6/component/ChartLegend/LegendTable/LegendTable.js +0 -93
  1268. package/libs/d3-chart/lib/es6/component/ChartLegend/LegendTable/LegendTable.js.map +0 -1
  1269. package/libs/d3-chart/lib/es6/component/ChartLegend/LegendTable/LegendTable.type.js +0 -2
  1270. package/libs/d3-chart/lib/es6/component/ChartLegend/LegendTable/LegendTable.type.js.map +0 -1
  1271. package/libs/d3-chart/lib/es6/component/ChartLegend/index.js +0 -5
  1272. package/libs/d3-chart/lib/es6/component/ChartLegend/index.js.map +0 -1
  1273. package/libs/d3-chart/lib/es6/createElement.d.js +0 -2
  1274. package/libs/d3-chart/lib/es6/createElement.d.js.map +0 -1
  1275. package/libs/d3-chart/lib/es6/createElement.js +0 -119
  1276. package/libs/d3-chart/lib/es6/createElement.js.map +0 -1
  1277. package/libs/d3-chart/lib/es6/index.js +0 -25
  1278. package/libs/d3-chart/lib/es6/index.js.map +0 -1
  1279. package/libs/d3-chart/lib/es6/style/var.css +0 -125
  1280. package/libs/d3-chart/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -29
  1281. package/libs/d3-chart/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
  1282. package/libs/d3-chart/lib/es6/translations/de.json +0 -3
  1283. package/libs/d3-chart/lib/es6/translations/en.json +0 -3
  1284. package/libs/d3-chart/lib/es6/translations/es.json +0 -3
  1285. package/libs/d3-chart/lib/es6/translations/fr.json +0 -3
  1286. package/libs/d3-chart/lib/es6/translations/it.json +0 -3
  1287. package/libs/d3-chart/lib/es6/translations/ja.json +0 -3
  1288. package/libs/d3-chart/lib/es6/translations/ko.json +0 -3
  1289. package/libs/d3-chart/lib/es6/translations/nl.json +0 -3
  1290. package/libs/d3-chart/lib/es6/translations/pl.json +0 -3
  1291. package/libs/d3-chart/lib/es6/translations/pt.json +0 -3
  1292. package/libs/d3-chart/lib/es6/translations/sv.json +0 -3
  1293. package/libs/d3-chart/lib/es6/translations/tr.json +0 -3
  1294. package/libs/d3-chart/lib/es6/translations/vi.json +0 -3
  1295. package/libs/d3-chart/lib/es6/translations/zh.json +0 -3
  1296. package/libs/d3-chart/lib/es6/types/Area.d.js +0 -2
  1297. package/libs/d3-chart/lib/es6/types/Area.d.js.map +0 -1
  1298. package/libs/d3-chart/lib/es6/types/Axis.d.js +0 -2
  1299. package/libs/d3-chart/lib/es6/types/Axis.d.js.map +0 -1
  1300. package/libs/d3-chart/lib/es6/types/Bar.d.js +0 -2
  1301. package/libs/d3-chart/lib/es6/types/Bar.d.js.map +0 -1
  1302. package/libs/d3-chart/lib/es6/types/Bubble.d.js +0 -2
  1303. package/libs/d3-chart/lib/es6/types/Bubble.d.js.map +0 -1
  1304. package/libs/d3-chart/lib/es6/types/ClipPath.d.js +0 -2
  1305. package/libs/d3-chart/lib/es6/types/ClipPath.d.js.map +0 -1
  1306. package/libs/d3-chart/lib/es6/types/Donut.d.js +0 -2
  1307. package/libs/d3-chart/lib/es6/types/Donut.d.js.map +0 -1
  1308. package/libs/d3-chart/lib/es6/types/GroupBar.d.js +0 -2
  1309. package/libs/d3-chart/lib/es6/types/GroupBar.d.js.map +0 -1
  1310. package/libs/d3-chart/lib/es6/types/HorizontalBar.d.js +0 -2
  1311. package/libs/d3-chart/lib/es6/types/HorizontalBar.d.js.map +0 -1
  1312. package/libs/d3-chart/lib/es6/types/Hover.d.js +0 -2
  1313. package/libs/d3-chart/lib/es6/types/Hover.d.js.map +0 -1
  1314. package/libs/d3-chart/lib/es6/types/Line.d.js +0 -2
  1315. package/libs/d3-chart/lib/es6/types/Line.d.js.map +0 -1
  1316. package/libs/d3-chart/lib/es6/types/Plot.d.js +0 -2
  1317. package/libs/d3-chart/lib/es6/types/Plot.d.js.map +0 -1
  1318. package/libs/d3-chart/lib/es6/types/Radar.d.js +0 -2
  1319. package/libs/d3-chart/lib/es6/types/Radar.d.js.map +0 -1
  1320. package/libs/d3-chart/lib/es6/types/ReferenceLine.d.js +0 -2
  1321. package/libs/d3-chart/lib/es6/types/ReferenceLine.d.js.map +0 -1
  1322. package/libs/d3-chart/lib/es6/types/ResponsiveContainer.d.js +0 -2
  1323. package/libs/d3-chart/lib/es6/types/ResponsiveContainer.d.js.map +0 -1
  1324. package/libs/d3-chart/lib/es6/types/ScatterPlot.d.js +0 -2
  1325. package/libs/d3-chart/lib/es6/types/ScatterPlot.d.js.map +0 -1
  1326. package/libs/d3-chart/lib/es6/types/StackBar.d.js +0 -2
  1327. package/libs/d3-chart/lib/es6/types/StackBar.d.js.map +0 -1
  1328. package/libs/d3-chart/lib/es6/types/StackedArea.d.js +0 -2
  1329. package/libs/d3-chart/lib/es6/types/StackedArea.d.js.map +0 -1
  1330. package/libs/d3-chart/lib/es6/types/Tooltip.d.js +0 -2
  1331. package/libs/d3-chart/lib/es6/types/Tooltip.d.js.map +0 -1
  1332. package/libs/d3-chart/lib/es6/types/Venn.d.js +0 -2
  1333. package/libs/d3-chart/lib/es6/types/Venn.d.js.map +0 -1
  1334. package/libs/d3-chart/lib/es6/types/context.d.js +0 -2
  1335. package/libs/d3-chart/lib/es6/types/context.d.js.map +0 -1
  1336. package/libs/d3-chart/lib/es6/types/index.d.js +0 -75
  1337. package/libs/d3-chart/lib/es6/types/index.d.js.map +0 -1
  1338. package/libs/d3-chart/lib/es6/utils.js +0 -189
  1339. package/libs/d3-chart/lib/es6/utils.js.map +0 -1
  1340. package/libs/d3-chart/lib/types/Area.d.ts +0 -61
  1341. package/libs/d3-chart/lib/types/Axis.d.ts +0 -90
  1342. package/libs/d3-chart/lib/types/Bar.d.ts +0 -80
  1343. package/libs/d3-chart/lib/types/Bubble.d.ts +0 -53
  1344. package/libs/d3-chart/lib/types/ClipPath.d.ts +0 -24
  1345. package/libs/d3-chart/lib/types/Donut.d.ts +0 -67
  1346. package/libs/d3-chart/lib/types/GroupBar.d.ts +0 -29
  1347. package/libs/d3-chart/lib/types/HorizontalBar.d.ts +0 -35
  1348. package/libs/d3-chart/lib/types/Hover.d.ts +0 -45
  1349. package/libs/d3-chart/lib/types/Line.d.ts +0 -83
  1350. package/libs/d3-chart/lib/types/Plot.d.ts +0 -118
  1351. package/libs/d3-chart/lib/types/Radar.d.ts +0 -145
  1352. package/libs/d3-chart/lib/types/RadialTree.d.ts +0 -240
  1353. package/libs/d3-chart/lib/types/ReferenceLine.d.ts +0 -45
  1354. package/libs/d3-chart/lib/types/ResponsiveContainer.d.ts +0 -29
  1355. package/libs/d3-chart/lib/types/ScatterPlot.d.ts +0 -46
  1356. package/libs/d3-chart/lib/types/StackBar.d.ts +0 -37
  1357. package/libs/d3-chart/lib/types/StackedArea.d.ts +0 -31
  1358. package/libs/d3-chart/lib/types/Tooltip.d.ts +0 -66
  1359. package/libs/d3-chart/lib/types/Venn.d.ts +0 -68
  1360. package/libs/d3-chart/lib/types/a11y/PlotA11yModule.d.ts +0 -12
  1361. package/libs/d3-chart/lib/types/a11y/PlotA11yView.d.ts +0 -3
  1362. package/libs/d3-chart/lib/types/a11y/bezier.d.ts +0 -8
  1363. package/libs/d3-chart/lib/types/a11y/focus.d.ts +0 -5
  1364. package/libs/d3-chart/lib/types/a11y/hints.d.ts +0 -79
  1365. package/libs/d3-chart/lib/types/a11y/insights.d.ts +0 -55
  1366. package/libs/d3-chart/lib/types/a11y/intl.d.ts +0 -8
  1367. package/libs/d3-chart/lib/types/a11y/locale.d.ts +0 -3
  1368. package/libs/d3-chart/lib/types/a11y/serialize.d.ts +0 -17
  1369. package/libs/d3-chart/lib/types/a11y/summarize.d.ts +0 -6
  1370. package/libs/d3-chart/lib/types/a11y/translations/module/__intergalactic-dynamic-locales.d.ts +0 -72
  1371. package/libs/d3-chart/lib/types/a11y/translations/view/__intergalactic-dynamic-locales.d.ts +0 -604
  1372. package/libs/d3-chart/lib/types/component/Chart/AbstractChart.d.ts +0 -50
  1373. package/libs/d3-chart/lib/types/component/Chart/AbstractChart.type.d.ts +0 -161
  1374. package/libs/d3-chart/lib/types/component/Chart/AreaChart.d.ts +0 -2
  1375. package/libs/d3-chart/lib/types/component/Chart/AreaChart.type.d.ts +0 -16
  1376. package/libs/d3-chart/lib/types/component/Chart/BarChart.d.ts +0 -2
  1377. package/libs/d3-chart/lib/types/component/Chart/BarChart.type.d.ts +0 -19
  1378. package/libs/d3-chart/lib/types/component/Chart/BubbleChart.d.ts +0 -2
  1379. package/libs/d3-chart/lib/types/component/Chart/BubbleChart.type.d.ts +0 -17
  1380. package/libs/d3-chart/lib/types/component/Chart/DonutChart.d.ts +0 -2
  1381. package/libs/d3-chart/lib/types/component/Chart/DonutChart.type.d.ts +0 -15
  1382. package/libs/d3-chart/lib/types/component/Chart/HistogramChart.d.ts +0 -2
  1383. package/libs/d3-chart/lib/types/component/Chart/HistogramChart.type.d.ts +0 -11
  1384. package/libs/d3-chart/lib/types/component/Chart/LineChart.d.ts +0 -2
  1385. package/libs/d3-chart/lib/types/component/Chart/LineChart.type.d.ts +0 -24
  1386. package/libs/d3-chart/lib/types/component/Chart/RadarChart.d.ts +0 -2
  1387. package/libs/d3-chart/lib/types/component/Chart/RadarChart.type.d.ts +0 -14
  1388. package/libs/d3-chart/lib/types/component/Chart/ScatterPlotChart.d.ts +0 -2
  1389. package/libs/d3-chart/lib/types/component/Chart/ScatterPlotChart.type.d.ts +0 -13
  1390. package/libs/d3-chart/lib/types/component/Chart/VennChart.d.ts +0 -2
  1391. package/libs/d3-chart/lib/types/component/Chart/VennChart.type.d.ts +0 -11
  1392. package/libs/d3-chart/lib/types/component/Chart/index.d.ts +0 -12
  1393. package/libs/d3-chart/lib/types/component/ChartLegend/BaseLegend.d.ts +0 -14
  1394. package/libs/d3-chart/lib/types/component/ChartLegend/BaseLegend.type.d.ts +0 -27
  1395. package/libs/d3-chart/lib/types/component/ChartLegend/LegendFlex/LegendFlex.d.ts +0 -2
  1396. package/libs/d3-chart/lib/types/component/ChartLegend/LegendFlex/LegendFlex.type.d.ts +0 -38
  1397. package/libs/d3-chart/lib/types/component/ChartLegend/LegendItem/LegendItem.d.ts +0 -2
  1398. package/libs/d3-chart/lib/types/component/ChartLegend/LegendItem/LegendItem.type.d.ts +0 -67
  1399. package/libs/d3-chart/lib/types/component/ChartLegend/LegendTable/LegendTable.d.ts +0 -2
  1400. package/libs/d3-chart/lib/types/component/ChartLegend/LegendTable/LegendTable.type.d.ts +0 -21
  1401. package/libs/d3-chart/lib/types/component/ChartLegend/index.d.ts +0 -4
  1402. package/libs/d3-chart/lib/types/context.d.ts +0 -18
  1403. package/libs/d3-chart/lib/types/createElement.d.ts +0 -2
  1404. package/libs/d3-chart/lib/types/index.d.ts +0 -94
  1405. package/libs/d3-chart/lib/types/translations/__intergalactic-dynamic-locales.d.ts +0 -41
  1406. package/libs/d3-chart/lib/types/utils.d.ts +0 -32
  1407. package/libs/data-table/lib/cjs/Body.js +0 -386
  1408. package/libs/data-table/lib/cjs/Body.js.map +0 -1
  1409. package/libs/data-table/lib/cjs/DataTable.js +0 -429
  1410. package/libs/data-table/lib/cjs/DataTable.js.map +0 -1
  1411. package/libs/data-table/lib/cjs/Head.js +0 -189
  1412. package/libs/data-table/lib/cjs/Head.js.map +0 -1
  1413. package/libs/data-table/lib/cjs/index.js +0 -26
  1414. package/libs/data-table/lib/cjs/index.js.map +0 -1
  1415. package/libs/data-table/lib/cjs/types.js +0 -4
  1416. package/libs/data-table/lib/cjs/types.js.map +0 -1
  1417. package/libs/data-table/lib/cjs/utils.js +0 -57
  1418. package/libs/data-table/lib/cjs/utils.js.map +0 -1
  1419. package/libs/data-table/lib/es6/Body.js +0 -379
  1420. package/libs/data-table/lib/es6/Body.js.map +0 -1
  1421. package/libs/data-table/lib/es6/DataTable.js +0 -422
  1422. package/libs/data-table/lib/es6/DataTable.js.map +0 -1
  1423. package/libs/data-table/lib/es6/Head.js +0 -183
  1424. package/libs/data-table/lib/es6/Head.js.map +0 -1
  1425. package/libs/data-table/lib/es6/index.js +0 -3
  1426. package/libs/data-table/lib/es6/index.js.map +0 -1
  1427. package/libs/data-table/lib/es6/types.js +0 -2
  1428. package/libs/data-table/lib/es6/types.js.map +0 -1
  1429. package/libs/data-table/lib/es6/utils.js +0 -48
  1430. package/libs/data-table/lib/es6/utils.js.map +0 -1
  1431. package/libs/data-table/lib/types/Body.d.ts +0 -46
  1432. package/libs/data-table/lib/types/DataTable.d.ts +0 -157
  1433. package/libs/data-table/lib/types/Head.d.ts +0 -25
  1434. package/libs/data-table/lib/types/index.d.ts +0 -2
  1435. package/libs/data-table/lib/types/types.d.ts +0 -71
  1436. package/libs/data-table/lib/types/utils.d.ts +0 -4
  1437. package/libs/date-picker/lib/cjs/DatePicker.js +0 -183
  1438. package/libs/date-picker/lib/cjs/DatePicker.js.map +0 -1
  1439. package/libs/date-picker/lib/cjs/DateRangeComparator.js +0 -188
  1440. package/libs/date-picker/lib/cjs/DateRangeComparator.js.map +0 -1
  1441. package/libs/date-picker/lib/cjs/DateRangePicker.js +0 -133
  1442. package/libs/date-picker/lib/cjs/DateRangePicker.js.map +0 -1
  1443. package/libs/date-picker/lib/cjs/MonthDateRangeComparator.js +0 -223
  1444. package/libs/date-picker/lib/cjs/MonthDateRangeComparator.js.map +0 -1
  1445. package/libs/date-picker/lib/cjs/MonthPicker.js +0 -122
  1446. package/libs/date-picker/lib/cjs/MonthPicker.js.map +0 -1
  1447. package/libs/date-picker/lib/cjs/MonthRangePicker.js +0 -147
  1448. package/libs/date-picker/lib/cjs/MonthRangePicker.js.map +0 -1
  1449. package/libs/date-picker/lib/cjs/components/ButtonTrigger.js +0 -32
  1450. package/libs/date-picker/lib/cjs/components/ButtonTrigger.js.map +0 -1
  1451. package/libs/date-picker/lib/cjs/components/Calendar.js +0 -413
  1452. package/libs/date-picker/lib/cjs/components/Calendar.js.map +0 -1
  1453. package/libs/date-picker/lib/cjs/components/DateRangeComparatorAbstract.js +0 -584
  1454. package/libs/date-picker/lib/cjs/components/DateRangeComparatorAbstract.js.map +0 -1
  1455. package/libs/date-picker/lib/cjs/components/InputTrigger.js +0 -665
  1456. package/libs/date-picker/lib/cjs/components/InputTrigger.js.map +0 -1
  1457. package/libs/date-picker/lib/cjs/components/PickerAbstract.js +0 -250
  1458. package/libs/date-picker/lib/cjs/components/PickerAbstract.js.map +0 -1
  1459. package/libs/date-picker/lib/cjs/components/RangePickerAbstract.js +0 -406
  1460. package/libs/date-picker/lib/cjs/components/RangePickerAbstract.js.map +0 -1
  1461. package/libs/date-picker/lib/cjs/components/index.js +0 -175
  1462. package/libs/date-picker/lib/cjs/components/index.js.map +0 -1
  1463. package/libs/date-picker/lib/cjs/index.d.js +0 -2
  1464. package/libs/date-picker/lib/cjs/index.d.js.map +0 -1
  1465. package/libs/date-picker/lib/cjs/index.js +0 -53
  1466. package/libs/date-picker/lib/cjs/index.js.map +0 -1
  1467. package/libs/date-picker/lib/cjs/translations/__intergalactic-dynamic-locales.js +0 -41
  1468. package/libs/date-picker/lib/cjs/translations/__intergalactic-dynamic-locales.js.map +0 -1
  1469. package/libs/date-picker/lib/cjs/translations/de.json +0 -16
  1470. package/libs/date-picker/lib/cjs/translations/en.json +0 -17
  1471. package/libs/date-picker/lib/cjs/translations/es.json +0 -16
  1472. package/libs/date-picker/lib/cjs/translations/fr.json +0 -16
  1473. package/libs/date-picker/lib/cjs/translations/it.json +0 -16
  1474. package/libs/date-picker/lib/cjs/translations/ja.json +0 -16
  1475. package/libs/date-picker/lib/cjs/translations/ko.json +0 -16
  1476. package/libs/date-picker/lib/cjs/translations/nl.json +0 -16
  1477. package/libs/date-picker/lib/cjs/translations/pl.json +0 -16
  1478. package/libs/date-picker/lib/cjs/translations/pt.json +0 -16
  1479. package/libs/date-picker/lib/cjs/translations/ru.json +0 -13
  1480. package/libs/date-picker/lib/cjs/translations/sv.json +0 -16
  1481. package/libs/date-picker/lib/cjs/translations/tr.json +0 -16
  1482. package/libs/date-picker/lib/cjs/translations/vi.json +0 -16
  1483. package/libs/date-picker/lib/cjs/translations/zh.json +0 -16
  1484. package/libs/date-picker/lib/cjs/utils/cronTabScheduler.js +0 -98
  1485. package/libs/date-picker/lib/cjs/utils/cronTabScheduler.js.map +0 -1
  1486. package/libs/date-picker/lib/cjs/utils/formatDate.js +0 -22
  1487. package/libs/date-picker/lib/cjs/utils/formatDate.js.map +0 -1
  1488. package/libs/date-picker/lib/cjs/utils/includesDate.js +0 -26
  1489. package/libs/date-picker/lib/cjs/utils/includesDate.js.map +0 -1
  1490. package/libs/date-picker/lib/cjs/utils/shortDateRangeFormat.js +0 -69
  1491. package/libs/date-picker/lib/cjs/utils/shortDateRangeFormat.js.map +0 -1
  1492. package/libs/date-picker/lib/es6/DatePicker.js +0 -174
  1493. package/libs/date-picker/lib/es6/DatePicker.js.map +0 -1
  1494. package/libs/date-picker/lib/es6/DateRangeComparator.js +0 -180
  1495. package/libs/date-picker/lib/es6/DateRangeComparator.js.map +0 -1
  1496. package/libs/date-picker/lib/es6/DateRangePicker.js +0 -124
  1497. package/libs/date-picker/lib/es6/DateRangePicker.js.map +0 -1
  1498. package/libs/date-picker/lib/es6/MonthDateRangeComparator.js +0 -215
  1499. package/libs/date-picker/lib/es6/MonthDateRangeComparator.js.map +0 -1
  1500. package/libs/date-picker/lib/es6/MonthPicker.js +0 -114
  1501. package/libs/date-picker/lib/es6/MonthPicker.js.map +0 -1
  1502. package/libs/date-picker/lib/es6/MonthRangePicker.js +0 -138
  1503. package/libs/date-picker/lib/es6/MonthRangePicker.js.map +0 -1
  1504. package/libs/date-picker/lib/es6/components/ButtonTrigger.js +0 -24
  1505. package/libs/date-picker/lib/es6/components/ButtonTrigger.js.map +0 -1
  1506. package/libs/date-picker/lib/es6/components/Calendar.js +0 -407
  1507. package/libs/date-picker/lib/es6/components/Calendar.js.map +0 -1
  1508. package/libs/date-picker/lib/es6/components/DateRangeComparatorAbstract.js +0 -574
  1509. package/libs/date-picker/lib/es6/components/DateRangeComparatorAbstract.js.map +0 -1
  1510. package/libs/date-picker/lib/es6/components/InputTrigger.js +0 -664
  1511. package/libs/date-picker/lib/es6/components/InputTrigger.js.map +0 -1
  1512. package/libs/date-picker/lib/es6/components/PickerAbstract.js +0 -244
  1513. package/libs/date-picker/lib/es6/components/PickerAbstract.js.map +0 -1
  1514. package/libs/date-picker/lib/es6/components/RangePickerAbstract.js +0 -401
  1515. package/libs/date-picker/lib/es6/components/RangePickerAbstract.js.map +0 -1
  1516. package/libs/date-picker/lib/es6/components/index.js +0 -168
  1517. package/libs/date-picker/lib/es6/components/index.js.map +0 -1
  1518. package/libs/date-picker/lib/es6/index.d.js +0 -2
  1519. package/libs/date-picker/lib/es6/index.d.js.map +0 -1
  1520. package/libs/date-picker/lib/es6/index.js +0 -6
  1521. package/libs/date-picker/lib/es6/index.js.map +0 -1
  1522. package/libs/date-picker/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -33
  1523. package/libs/date-picker/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
  1524. package/libs/date-picker/lib/es6/translations/de.json +0 -16
  1525. package/libs/date-picker/lib/es6/translations/en.json +0 -17
  1526. package/libs/date-picker/lib/es6/translations/es.json +0 -16
  1527. package/libs/date-picker/lib/es6/translations/fr.json +0 -16
  1528. package/libs/date-picker/lib/es6/translations/it.json +0 -16
  1529. package/libs/date-picker/lib/es6/translations/ja.json +0 -16
  1530. package/libs/date-picker/lib/es6/translations/ko.json +0 -16
  1531. package/libs/date-picker/lib/es6/translations/nl.json +0 -16
  1532. package/libs/date-picker/lib/es6/translations/pl.json +0 -16
  1533. package/libs/date-picker/lib/es6/translations/pt.json +0 -16
  1534. package/libs/date-picker/lib/es6/translations/ru.json +0 -13
  1535. package/libs/date-picker/lib/es6/translations/sv.json +0 -16
  1536. package/libs/date-picker/lib/es6/translations/tr.json +0 -16
  1537. package/libs/date-picker/lib/es6/translations/vi.json +0 -16
  1538. package/libs/date-picker/lib/es6/translations/zh.json +0 -16
  1539. package/libs/date-picker/lib/es6/utils/cronTabScheduler.js +0 -90
  1540. package/libs/date-picker/lib/es6/utils/cronTabScheduler.js.map +0 -1
  1541. package/libs/date-picker/lib/es6/utils/formatDate.js +0 -14
  1542. package/libs/date-picker/lib/es6/utils/formatDate.js.map +0 -1
  1543. package/libs/date-picker/lib/es6/utils/includesDate.js +0 -18
  1544. package/libs/date-picker/lib/es6/utils/includesDate.js.map +0 -1
  1545. package/libs/date-picker/lib/es6/utils/shortDateRangeFormat.js +0 -62
  1546. package/libs/date-picker/lib/es6/utils/shortDateRangeFormat.js.map +0 -1
  1547. package/libs/date-picker/lib/types/index.d.ts +0 -470
  1548. package/libs/divider/lib/cjs/Divider.js +0 -59
  1549. package/libs/divider/lib/cjs/Divider.js.map +0 -1
  1550. package/libs/divider/lib/cjs/index.d.js +0 -2
  1551. package/libs/divider/lib/cjs/index.d.js.map +0 -1
  1552. package/libs/divider/lib/cjs/index.js +0 -14
  1553. package/libs/divider/lib/cjs/index.js.map +0 -1
  1554. package/libs/divider/lib/es6/Divider.js +0 -52
  1555. package/libs/divider/lib/es6/Divider.js.map +0 -1
  1556. package/libs/divider/lib/es6/index.d.js +0 -2
  1557. package/libs/divider/lib/es6/index.d.js.map +0 -1
  1558. package/libs/divider/lib/es6/index.js +0 -2
  1559. package/libs/divider/lib/es6/index.js.map +0 -1
  1560. package/libs/divider/lib/types/index.d.ts +0 -25
  1561. package/libs/dot/lib/cjs/Dot.js +0 -107
  1562. package/libs/dot/lib/cjs/Dot.js.map +0 -1
  1563. package/libs/dot/lib/cjs/index.d.js +0 -2
  1564. package/libs/dot/lib/cjs/index.d.js.map +0 -1
  1565. package/libs/dot/lib/cjs/index.js +0 -14
  1566. package/libs/dot/lib/cjs/index.js.map +0 -1
  1567. package/libs/dot/lib/es6/Dot.js +0 -100
  1568. package/libs/dot/lib/es6/Dot.js.map +0 -1
  1569. package/libs/dot/lib/es6/index.d.js +0 -2
  1570. package/libs/dot/lib/es6/index.d.js.map +0 -1
  1571. package/libs/dot/lib/es6/index.js +0 -2
  1572. package/libs/dot/lib/es6/index.js.map +0 -1
  1573. package/libs/dot/lib/types/index.d.ts +0 -23
  1574. package/libs/drag-and-drop/lib/cjs/DragAndDrop.js +0 -410
  1575. package/libs/drag-and-drop/lib/cjs/DragAndDrop.js.map +0 -1
  1576. package/libs/drag-and-drop/lib/cjs/index.d.js +0 -2
  1577. package/libs/drag-and-drop/lib/cjs/index.d.js.map +0 -1
  1578. package/libs/drag-and-drop/lib/cjs/index.js +0 -14
  1579. package/libs/drag-and-drop/lib/cjs/index.js.map +0 -1
  1580. package/libs/drag-and-drop/lib/cjs/translations/__intergalactic-dynamic-locales.js +0 -39
  1581. package/libs/drag-and-drop/lib/cjs/translations/__intergalactic-dynamic-locales.js.map +0 -1
  1582. package/libs/drag-and-drop/lib/cjs/translations/de.json +0 -6
  1583. package/libs/drag-and-drop/lib/cjs/translations/en.json +0 -6
  1584. package/libs/drag-and-drop/lib/cjs/translations/es.json +0 -6
  1585. package/libs/drag-and-drop/lib/cjs/translations/fr.json +0 -6
  1586. package/libs/drag-and-drop/lib/cjs/translations/it.json +0 -6
  1587. package/libs/drag-and-drop/lib/cjs/translations/ja.json +0 -6
  1588. package/libs/drag-and-drop/lib/cjs/translations/ko.json +0 -6
  1589. package/libs/drag-and-drop/lib/cjs/translations/nl.json +0 -6
  1590. package/libs/drag-and-drop/lib/cjs/translations/pl.json +0 -6
  1591. package/libs/drag-and-drop/lib/cjs/translations/pt.json +0 -6
  1592. package/libs/drag-and-drop/lib/cjs/translations/sv.json +0 -6
  1593. package/libs/drag-and-drop/lib/cjs/translations/tr.json +0 -6
  1594. package/libs/drag-and-drop/lib/cjs/translations/vi.json +0 -6
  1595. package/libs/drag-and-drop/lib/cjs/translations/zh.json +0 -6
  1596. package/libs/drag-and-drop/lib/es6/DragAndDrop.js +0 -405
  1597. package/libs/drag-and-drop/lib/es6/DragAndDrop.js.map +0 -1
  1598. package/libs/drag-and-drop/lib/es6/index.d.js +0 -2
  1599. package/libs/drag-and-drop/lib/es6/index.d.js.map +0 -1
  1600. package/libs/drag-and-drop/lib/es6/index.js +0 -2
  1601. package/libs/drag-and-drop/lib/es6/index.js.map +0 -1
  1602. package/libs/drag-and-drop/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
  1603. package/libs/drag-and-drop/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
  1604. package/libs/drag-and-drop/lib/es6/translations/de.json +0 -6
  1605. package/libs/drag-and-drop/lib/es6/translations/en.json +0 -6
  1606. package/libs/drag-and-drop/lib/es6/translations/es.json +0 -6
  1607. package/libs/drag-and-drop/lib/es6/translations/fr.json +0 -6
  1608. package/libs/drag-and-drop/lib/es6/translations/it.json +0 -6
  1609. package/libs/drag-and-drop/lib/es6/translations/ja.json +0 -6
  1610. package/libs/drag-and-drop/lib/es6/translations/ko.json +0 -6
  1611. package/libs/drag-and-drop/lib/es6/translations/nl.json +0 -6
  1612. package/libs/drag-and-drop/lib/es6/translations/pl.json +0 -6
  1613. package/libs/drag-and-drop/lib/es6/translations/pt.json +0 -6
  1614. package/libs/drag-and-drop/lib/es6/translations/sv.json +0 -6
  1615. package/libs/drag-and-drop/lib/es6/translations/tr.json +0 -6
  1616. package/libs/drag-and-drop/lib/es6/translations/vi.json +0 -6
  1617. package/libs/drag-and-drop/lib/es6/translations/zh.json +0 -6
  1618. package/libs/drag-and-drop/lib/types/index.d.ts +0 -62
  1619. package/libs/dropdown/lib/cjs/Dropdown.js +0 -177
  1620. package/libs/dropdown/lib/cjs/Dropdown.js.map +0 -1
  1621. package/libs/dropdown/lib/cjs/index.d.js +0 -2
  1622. package/libs/dropdown/lib/cjs/index.d.js.map +0 -1
  1623. package/libs/dropdown/lib/cjs/index.js +0 -14
  1624. package/libs/dropdown/lib/cjs/index.js.map +0 -1
  1625. package/libs/dropdown/lib/cjs/translations/__intergalactic-dynamic-locales.js +0 -39
  1626. package/libs/dropdown/lib/cjs/translations/__intergalactic-dynamic-locales.js.map +0 -1
  1627. package/libs/dropdown/lib/cjs/translations/de.json +0 -3
  1628. package/libs/dropdown/lib/cjs/translations/en.json +0 -3
  1629. package/libs/dropdown/lib/cjs/translations/es.json +0 -3
  1630. package/libs/dropdown/lib/cjs/translations/fr.json +0 -3
  1631. package/libs/dropdown/lib/cjs/translations/it.json +0 -3
  1632. package/libs/dropdown/lib/cjs/translations/ja.json +0 -3
  1633. package/libs/dropdown/lib/cjs/translations/ko.json +0 -3
  1634. package/libs/dropdown/lib/cjs/translations/nl.json +0 -3
  1635. package/libs/dropdown/lib/cjs/translations/pl.json +0 -3
  1636. package/libs/dropdown/lib/cjs/translations/pt.json +0 -3
  1637. package/libs/dropdown/lib/cjs/translations/sv.json +0 -3
  1638. package/libs/dropdown/lib/cjs/translations/tr.json +0 -3
  1639. package/libs/dropdown/lib/cjs/translations/vi.json +0 -3
  1640. package/libs/dropdown/lib/cjs/translations/zh.json +0 -3
  1641. package/libs/dropdown/lib/es6/Dropdown.js +0 -170
  1642. package/libs/dropdown/lib/es6/Dropdown.js.map +0 -1
  1643. package/libs/dropdown/lib/es6/index.d.js +0 -2
  1644. package/libs/dropdown/lib/es6/index.d.js.map +0 -1
  1645. package/libs/dropdown/lib/es6/index.js +0 -2
  1646. package/libs/dropdown/lib/es6/index.js.map +0 -1
  1647. package/libs/dropdown/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
  1648. package/libs/dropdown/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
  1649. package/libs/dropdown/lib/es6/translations/de.json +0 -3
  1650. package/libs/dropdown/lib/es6/translations/en.json +0 -3
  1651. package/libs/dropdown/lib/es6/translations/es.json +0 -3
  1652. package/libs/dropdown/lib/es6/translations/fr.json +0 -3
  1653. package/libs/dropdown/lib/es6/translations/it.json +0 -3
  1654. package/libs/dropdown/lib/es6/translations/ja.json +0 -3
  1655. package/libs/dropdown/lib/es6/translations/ko.json +0 -3
  1656. package/libs/dropdown/lib/es6/translations/nl.json +0 -3
  1657. package/libs/dropdown/lib/es6/translations/pl.json +0 -3
  1658. package/libs/dropdown/lib/es6/translations/pt.json +0 -3
  1659. package/libs/dropdown/lib/es6/translations/sv.json +0 -3
  1660. package/libs/dropdown/lib/es6/translations/tr.json +0 -3
  1661. package/libs/dropdown/lib/es6/translations/vi.json +0 -3
  1662. package/libs/dropdown/lib/es6/translations/zh.json +0 -3
  1663. package/libs/dropdown/lib/types/index.d.ts +0 -43
  1664. package/libs/dropdown-menu/lib/cjs/DropdownMenu.js +0 -372
  1665. package/libs/dropdown-menu/lib/cjs/DropdownMenu.js.map +0 -1
  1666. package/libs/dropdown-menu/lib/cjs/index.d.js +0 -2
  1667. package/libs/dropdown-menu/lib/cjs/index.d.js.map +0 -1
  1668. package/libs/dropdown-menu/lib/cjs/index.js +0 -14
  1669. package/libs/dropdown-menu/lib/cjs/index.js.map +0 -1
  1670. package/libs/dropdown-menu/lib/cjs/styleScrollArea.js +0 -23
  1671. package/libs/dropdown-menu/lib/cjs/styleScrollArea.js.map +0 -1
  1672. package/libs/dropdown-menu/lib/cjs/translations/__intergalactic-dynamic-locales.js +0 -39
  1673. package/libs/dropdown-menu/lib/cjs/translations/__intergalactic-dynamic-locales.js.map +0 -1
  1674. package/libs/dropdown-menu/lib/cjs/translations/de.json +0 -3
  1675. package/libs/dropdown-menu/lib/cjs/translations/en.json +0 -3
  1676. package/libs/dropdown-menu/lib/cjs/translations/es.json +0 -3
  1677. package/libs/dropdown-menu/lib/cjs/translations/fr.json +0 -3
  1678. package/libs/dropdown-menu/lib/cjs/translations/it.json +0 -3
  1679. package/libs/dropdown-menu/lib/cjs/translations/ja.json +0 -3
  1680. package/libs/dropdown-menu/lib/cjs/translations/ko.json +0 -3
  1681. package/libs/dropdown-menu/lib/cjs/translations/nl.json +0 -3
  1682. package/libs/dropdown-menu/lib/cjs/translations/pl.json +0 -3
  1683. package/libs/dropdown-menu/lib/cjs/translations/pt.json +0 -3
  1684. package/libs/dropdown-menu/lib/cjs/translations/sv.json +0 -3
  1685. package/libs/dropdown-menu/lib/cjs/translations/tr.json +0 -3
  1686. package/libs/dropdown-menu/lib/cjs/translations/vi.json +0 -3
  1687. package/libs/dropdown-menu/lib/cjs/translations/zh.json +0 -3
  1688. package/libs/dropdown-menu/lib/es6/DropdownMenu.js +0 -370
  1689. package/libs/dropdown-menu/lib/es6/DropdownMenu.js.map +0 -1
  1690. package/libs/dropdown-menu/lib/es6/index.d.js +0 -2
  1691. package/libs/dropdown-menu/lib/es6/index.d.js.map +0 -1
  1692. package/libs/dropdown-menu/lib/es6/index.js +0 -2
  1693. package/libs/dropdown-menu/lib/es6/index.js.map +0 -1
  1694. package/libs/dropdown-menu/lib/es6/styleScrollArea.js +0 -16
  1695. package/libs/dropdown-menu/lib/es6/styleScrollArea.js.map +0 -1
  1696. package/libs/dropdown-menu/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
  1697. package/libs/dropdown-menu/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
  1698. package/libs/dropdown-menu/lib/es6/translations/de.json +0 -3
  1699. package/libs/dropdown-menu/lib/es6/translations/en.json +0 -3
  1700. package/libs/dropdown-menu/lib/es6/translations/es.json +0 -3
  1701. package/libs/dropdown-menu/lib/es6/translations/fr.json +0 -3
  1702. package/libs/dropdown-menu/lib/es6/translations/it.json +0 -3
  1703. package/libs/dropdown-menu/lib/es6/translations/ja.json +0 -3
  1704. package/libs/dropdown-menu/lib/es6/translations/ko.json +0 -3
  1705. package/libs/dropdown-menu/lib/es6/translations/nl.json +0 -3
  1706. package/libs/dropdown-menu/lib/es6/translations/pl.json +0 -3
  1707. package/libs/dropdown-menu/lib/es6/translations/pt.json +0 -3
  1708. package/libs/dropdown-menu/lib/es6/translations/sv.json +0 -3
  1709. package/libs/dropdown-menu/lib/es6/translations/tr.json +0 -3
  1710. package/libs/dropdown-menu/lib/es6/translations/vi.json +0 -3
  1711. package/libs/dropdown-menu/lib/es6/translations/zh.json +0 -3
  1712. package/libs/dropdown-menu/lib/types/index.d.ts +0 -151
  1713. package/libs/ellipsis/lib/cjs/Ellipsis.js +0 -290
  1714. package/libs/ellipsis/lib/cjs/Ellipsis.js.map +0 -1
  1715. package/libs/ellipsis/lib/cjs/index.d.js +0 -2
  1716. package/libs/ellipsis/lib/cjs/index.d.js.map +0 -1
  1717. package/libs/ellipsis/lib/cjs/index.js +0 -21
  1718. package/libs/ellipsis/lib/cjs/index.js.map +0 -1
  1719. package/libs/ellipsis/lib/cjs/useResizeObserver.js +0 -45
  1720. package/libs/ellipsis/lib/cjs/useResizeObserver.js.map +0 -1
  1721. package/libs/ellipsis/lib/es6/Ellipsis.js +0 -284
  1722. package/libs/ellipsis/lib/es6/Ellipsis.js.map +0 -1
  1723. package/libs/ellipsis/lib/es6/index.d.js +0 -2
  1724. package/libs/ellipsis/lib/es6/index.d.js.map +0 -1
  1725. package/libs/ellipsis/lib/es6/index.js +0 -3
  1726. package/libs/ellipsis/lib/es6/index.js.map +0 -1
  1727. package/libs/ellipsis/lib/es6/useResizeObserver.js +0 -37
  1728. package/libs/ellipsis/lib/es6/useResizeObserver.js.map +0 -1
  1729. package/libs/ellipsis/lib/types/index.d.ts +0 -50
  1730. package/libs/email/lib/badge/index.css +0 -1
  1731. package/libs/email/lib/button/index.css +0 -1
  1732. package/libs/email/lib/core/base.css +0 -1
  1733. package/libs/email/lib/core/index.css +0 -1
  1734. package/libs/email/lib/core/var.css +0 -47
  1735. package/libs/email/lib/divider/index.css +0 -1
  1736. package/libs/email/lib/grid/index.css +0 -1
  1737. package/libs/email/lib/notice/index.css +0 -1
  1738. package/libs/email/lib/summary/index.css +0 -1
  1739. package/libs/email/lib/table/index.css +0 -1
  1740. package/libs/email/lib/typography/index.css +0 -1
  1741. package/libs/errors/lib/cjs/AccessDenied/index.js +0 -63
  1742. package/libs/errors/lib/cjs/AccessDenied/index.js.map +0 -1
  1743. package/libs/errors/lib/cjs/AccessDenied/translations/__intergalactic-dynamic-locales.js +0 -41
  1744. package/libs/errors/lib/cjs/AccessDenied/translations/__intergalactic-dynamic-locales.js.map +0 -1
  1745. package/libs/errors/lib/cjs/AccessDenied/translations/de.json +0 -5
  1746. package/libs/errors/lib/cjs/AccessDenied/translations/en.json +0 -5
  1747. package/libs/errors/lib/cjs/AccessDenied/translations/es.json +0 -5
  1748. package/libs/errors/lib/cjs/AccessDenied/translations/fr.json +0 -5
  1749. package/libs/errors/lib/cjs/AccessDenied/translations/it.json +0 -5
  1750. package/libs/errors/lib/cjs/AccessDenied/translations/ja.json +0 -5
  1751. package/libs/errors/lib/cjs/AccessDenied/translations/ko.json +0 -5
  1752. package/libs/errors/lib/cjs/AccessDenied/translations/nl.json +0 -5
  1753. package/libs/errors/lib/cjs/AccessDenied/translations/pl.json +0 -5
  1754. package/libs/errors/lib/cjs/AccessDenied/translations/pt.json +0 -5
  1755. package/libs/errors/lib/cjs/AccessDenied/translations/ru.json +0 -5
  1756. package/libs/errors/lib/cjs/AccessDenied/translations/sv.json +0 -5
  1757. package/libs/errors/lib/cjs/AccessDenied/translations/tr.json +0 -5
  1758. package/libs/errors/lib/cjs/AccessDenied/translations/vi.json +0 -5
  1759. package/libs/errors/lib/cjs/AccessDenied/translations/zh.json +0 -5
  1760. package/libs/errors/lib/cjs/Error.js +0 -97
  1761. package/libs/errors/lib/cjs/Error.js.map +0 -1
  1762. package/libs/errors/lib/cjs/Maintenance/index.js +0 -62
  1763. package/libs/errors/lib/cjs/Maintenance/index.js.map +0 -1
  1764. package/libs/errors/lib/cjs/Maintenance/translations/__intergalactic-dynamic-locales.js +0 -41
  1765. package/libs/errors/lib/cjs/Maintenance/translations/__intergalactic-dynamic-locales.js.map +0 -1
  1766. package/libs/errors/lib/cjs/Maintenance/translations/de.json +0 -5
  1767. package/libs/errors/lib/cjs/Maintenance/translations/en.json +0 -5
  1768. package/libs/errors/lib/cjs/Maintenance/translations/es.json +0 -5
  1769. package/libs/errors/lib/cjs/Maintenance/translations/fr.json +0 -5
  1770. package/libs/errors/lib/cjs/Maintenance/translations/it.json +0 -5
  1771. package/libs/errors/lib/cjs/Maintenance/translations/ja.json +0 -5
  1772. package/libs/errors/lib/cjs/Maintenance/translations/ko.json +0 -5
  1773. package/libs/errors/lib/cjs/Maintenance/translations/nl.json +0 -5
  1774. package/libs/errors/lib/cjs/Maintenance/translations/pl.json +0 -5
  1775. package/libs/errors/lib/cjs/Maintenance/translations/pt.json +0 -5
  1776. package/libs/errors/lib/cjs/Maintenance/translations/ru.json +0 -5
  1777. package/libs/errors/lib/cjs/Maintenance/translations/sv.json +0 -5
  1778. package/libs/errors/lib/cjs/Maintenance/translations/tr.json +0 -5
  1779. package/libs/errors/lib/cjs/Maintenance/translations/vi.json +0 -5
  1780. package/libs/errors/lib/cjs/Maintenance/translations/zh.json +0 -5
  1781. package/libs/errors/lib/cjs/PageError/index.js +0 -73
  1782. package/libs/errors/lib/cjs/PageError/index.js.map +0 -1
  1783. package/libs/errors/lib/cjs/PageError/translations/__intergalactic-dynamic-locales.js +0 -41
  1784. package/libs/errors/lib/cjs/PageError/translations/__intergalactic-dynamic-locales.js.map +0 -1
  1785. package/libs/errors/lib/cjs/PageError/translations/de.json +0 -5
  1786. package/libs/errors/lib/cjs/PageError/translations/en.json +0 -5
  1787. package/libs/errors/lib/cjs/PageError/translations/es.json +0 -5
  1788. package/libs/errors/lib/cjs/PageError/translations/fr.json +0 -5
  1789. package/libs/errors/lib/cjs/PageError/translations/it.json +0 -5
  1790. package/libs/errors/lib/cjs/PageError/translations/ja.json +0 -5
  1791. package/libs/errors/lib/cjs/PageError/translations/ko.json +0 -5
  1792. package/libs/errors/lib/cjs/PageError/translations/nl.json +0 -5
  1793. package/libs/errors/lib/cjs/PageError/translations/pl.json +0 -5
  1794. package/libs/errors/lib/cjs/PageError/translations/pt.json +0 -5
  1795. package/libs/errors/lib/cjs/PageError/translations/ru.json +0 -5
  1796. package/libs/errors/lib/cjs/PageError/translations/sv.json +0 -5
  1797. package/libs/errors/lib/cjs/PageError/translations/tr.json +0 -5
  1798. package/libs/errors/lib/cjs/PageError/translations/vi.json +0 -5
  1799. package/libs/errors/lib/cjs/PageError/translations/zh.json +0 -5
  1800. package/libs/errors/lib/cjs/PageNotFound/index.js +0 -61
  1801. package/libs/errors/lib/cjs/PageNotFound/index.js.map +0 -1
  1802. package/libs/errors/lib/cjs/PageNotFound/translations/__intergalactic-dynamic-locales.js +0 -41
  1803. package/libs/errors/lib/cjs/PageNotFound/translations/__intergalactic-dynamic-locales.js.map +0 -1
  1804. package/libs/errors/lib/cjs/PageNotFound/translations/de.json +0 -5
  1805. package/libs/errors/lib/cjs/PageNotFound/translations/en.json +0 -5
  1806. package/libs/errors/lib/cjs/PageNotFound/translations/es.json +0 -5
  1807. package/libs/errors/lib/cjs/PageNotFound/translations/fr.json +0 -5
  1808. package/libs/errors/lib/cjs/PageNotFound/translations/it.json +0 -5
  1809. package/libs/errors/lib/cjs/PageNotFound/translations/ja.json +0 -5
  1810. package/libs/errors/lib/cjs/PageNotFound/translations/ko.json +0 -5
  1811. package/libs/errors/lib/cjs/PageNotFound/translations/nl.json +0 -5
  1812. package/libs/errors/lib/cjs/PageNotFound/translations/pl.json +0 -5
  1813. package/libs/errors/lib/cjs/PageNotFound/translations/pt.json +0 -5
  1814. package/libs/errors/lib/cjs/PageNotFound/translations/ru.json +0 -5
  1815. package/libs/errors/lib/cjs/PageNotFound/translations/sv.json +0 -5
  1816. package/libs/errors/lib/cjs/PageNotFound/translations/tr.json +0 -5
  1817. package/libs/errors/lib/cjs/PageNotFound/translations/vi.json +0 -5
  1818. package/libs/errors/lib/cjs/PageNotFound/translations/zh.json +0 -5
  1819. package/libs/errors/lib/cjs/ProjectNotFound/index.js +0 -80
  1820. package/libs/errors/lib/cjs/ProjectNotFound/index.js.map +0 -1
  1821. package/libs/errors/lib/cjs/ProjectNotFound/translations/__intergalactic-dynamic-locales.js +0 -41
  1822. package/libs/errors/lib/cjs/ProjectNotFound/translations/__intergalactic-dynamic-locales.js.map +0 -1
  1823. package/libs/errors/lib/cjs/ProjectNotFound/translations/de.json +0 -6
  1824. package/libs/errors/lib/cjs/ProjectNotFound/translations/en.json +0 -6
  1825. package/libs/errors/lib/cjs/ProjectNotFound/translations/es.json +0 -6
  1826. package/libs/errors/lib/cjs/ProjectNotFound/translations/fr.json +0 -6
  1827. package/libs/errors/lib/cjs/ProjectNotFound/translations/it.json +0 -6
  1828. package/libs/errors/lib/cjs/ProjectNotFound/translations/ja.json +0 -6
  1829. package/libs/errors/lib/cjs/ProjectNotFound/translations/ko.json +0 -6
  1830. package/libs/errors/lib/cjs/ProjectNotFound/translations/nl.json +0 -6
  1831. package/libs/errors/lib/cjs/ProjectNotFound/translations/pl.json +0 -6
  1832. package/libs/errors/lib/cjs/ProjectNotFound/translations/pt.json +0 -6
  1833. package/libs/errors/lib/cjs/ProjectNotFound/translations/ru.json +0 -6
  1834. package/libs/errors/lib/cjs/ProjectNotFound/translations/sv.json +0 -6
  1835. package/libs/errors/lib/cjs/ProjectNotFound/translations/tr.json +0 -6
  1836. package/libs/errors/lib/cjs/ProjectNotFound/translations/vi.json +0 -6
  1837. package/libs/errors/lib/cjs/ProjectNotFound/translations/zh.json +0 -6
  1838. package/libs/errors/lib/cjs/index.d.js +0 -16
  1839. package/libs/errors/lib/cjs/index.d.js.map +0 -1
  1840. package/libs/errors/lib/cjs/index.js +0 -68
  1841. package/libs/errors/lib/cjs/index.js.map +0 -1
  1842. package/libs/errors/lib/es6/AccessDenied/index.js +0 -55
  1843. package/libs/errors/lib/es6/AccessDenied/index.js.map +0 -1
  1844. package/libs/errors/lib/es6/AccessDenied/translations/__intergalactic-dynamic-locales.js +0 -33
  1845. package/libs/errors/lib/es6/AccessDenied/translations/__intergalactic-dynamic-locales.js.map +0 -1
  1846. package/libs/errors/lib/es6/AccessDenied/translations/de.json +0 -5
  1847. package/libs/errors/lib/es6/AccessDenied/translations/en.json +0 -5
  1848. package/libs/errors/lib/es6/AccessDenied/translations/es.json +0 -5
  1849. package/libs/errors/lib/es6/AccessDenied/translations/fr.json +0 -5
  1850. package/libs/errors/lib/es6/AccessDenied/translations/it.json +0 -5
  1851. package/libs/errors/lib/es6/AccessDenied/translations/ja.json +0 -5
  1852. package/libs/errors/lib/es6/AccessDenied/translations/ko.json +0 -5
  1853. package/libs/errors/lib/es6/AccessDenied/translations/nl.json +0 -5
  1854. package/libs/errors/lib/es6/AccessDenied/translations/pl.json +0 -5
  1855. package/libs/errors/lib/es6/AccessDenied/translations/pt.json +0 -5
  1856. package/libs/errors/lib/es6/AccessDenied/translations/ru.json +0 -5
  1857. package/libs/errors/lib/es6/AccessDenied/translations/sv.json +0 -5
  1858. package/libs/errors/lib/es6/AccessDenied/translations/tr.json +0 -5
  1859. package/libs/errors/lib/es6/AccessDenied/translations/vi.json +0 -5
  1860. package/libs/errors/lib/es6/AccessDenied/translations/zh.json +0 -5
  1861. package/libs/errors/lib/es6/Error.js +0 -92
  1862. package/libs/errors/lib/es6/Error.js.map +0 -1
  1863. package/libs/errors/lib/es6/Maintenance/index.js +0 -54
  1864. package/libs/errors/lib/es6/Maintenance/index.js.map +0 -1
  1865. package/libs/errors/lib/es6/Maintenance/translations/__intergalactic-dynamic-locales.js +0 -33
  1866. package/libs/errors/lib/es6/Maintenance/translations/__intergalactic-dynamic-locales.js.map +0 -1
  1867. package/libs/errors/lib/es6/Maintenance/translations/de.json +0 -5
  1868. package/libs/errors/lib/es6/Maintenance/translations/en.json +0 -5
  1869. package/libs/errors/lib/es6/Maintenance/translations/es.json +0 -5
  1870. package/libs/errors/lib/es6/Maintenance/translations/fr.json +0 -5
  1871. package/libs/errors/lib/es6/Maintenance/translations/it.json +0 -5
  1872. package/libs/errors/lib/es6/Maintenance/translations/ja.json +0 -5
  1873. package/libs/errors/lib/es6/Maintenance/translations/ko.json +0 -5
  1874. package/libs/errors/lib/es6/Maintenance/translations/nl.json +0 -5
  1875. package/libs/errors/lib/es6/Maintenance/translations/pl.json +0 -5
  1876. package/libs/errors/lib/es6/Maintenance/translations/pt.json +0 -5
  1877. package/libs/errors/lib/es6/Maintenance/translations/ru.json +0 -5
  1878. package/libs/errors/lib/es6/Maintenance/translations/sv.json +0 -5
  1879. package/libs/errors/lib/es6/Maintenance/translations/tr.json +0 -5
  1880. package/libs/errors/lib/es6/Maintenance/translations/vi.json +0 -5
  1881. package/libs/errors/lib/es6/Maintenance/translations/zh.json +0 -5
  1882. package/libs/errors/lib/es6/PageError/index.js +0 -64
  1883. package/libs/errors/lib/es6/PageError/index.js.map +0 -1
  1884. package/libs/errors/lib/es6/PageError/translations/__intergalactic-dynamic-locales.js +0 -33
  1885. package/libs/errors/lib/es6/PageError/translations/__intergalactic-dynamic-locales.js.map +0 -1
  1886. package/libs/errors/lib/es6/PageError/translations/de.json +0 -5
  1887. package/libs/errors/lib/es6/PageError/translations/en.json +0 -5
  1888. package/libs/errors/lib/es6/PageError/translations/es.json +0 -5
  1889. package/libs/errors/lib/es6/PageError/translations/fr.json +0 -5
  1890. package/libs/errors/lib/es6/PageError/translations/it.json +0 -5
  1891. package/libs/errors/lib/es6/PageError/translations/ja.json +0 -5
  1892. package/libs/errors/lib/es6/PageError/translations/ko.json +0 -5
  1893. package/libs/errors/lib/es6/PageError/translations/nl.json +0 -5
  1894. package/libs/errors/lib/es6/PageError/translations/pl.json +0 -5
  1895. package/libs/errors/lib/es6/PageError/translations/pt.json +0 -5
  1896. package/libs/errors/lib/es6/PageError/translations/ru.json +0 -5
  1897. package/libs/errors/lib/es6/PageError/translations/sv.json +0 -5
  1898. package/libs/errors/lib/es6/PageError/translations/tr.json +0 -5
  1899. package/libs/errors/lib/es6/PageError/translations/vi.json +0 -5
  1900. package/libs/errors/lib/es6/PageError/translations/zh.json +0 -5
  1901. package/libs/errors/lib/es6/PageNotFound/index.js +0 -53
  1902. package/libs/errors/lib/es6/PageNotFound/index.js.map +0 -1
  1903. package/libs/errors/lib/es6/PageNotFound/translations/__intergalactic-dynamic-locales.js +0 -33
  1904. package/libs/errors/lib/es6/PageNotFound/translations/__intergalactic-dynamic-locales.js.map +0 -1
  1905. package/libs/errors/lib/es6/PageNotFound/translations/de.json +0 -5
  1906. package/libs/errors/lib/es6/PageNotFound/translations/en.json +0 -5
  1907. package/libs/errors/lib/es6/PageNotFound/translations/es.json +0 -5
  1908. package/libs/errors/lib/es6/PageNotFound/translations/fr.json +0 -5
  1909. package/libs/errors/lib/es6/PageNotFound/translations/it.json +0 -5
  1910. package/libs/errors/lib/es6/PageNotFound/translations/ja.json +0 -5
  1911. package/libs/errors/lib/es6/PageNotFound/translations/ko.json +0 -5
  1912. package/libs/errors/lib/es6/PageNotFound/translations/nl.json +0 -5
  1913. package/libs/errors/lib/es6/PageNotFound/translations/pl.json +0 -5
  1914. package/libs/errors/lib/es6/PageNotFound/translations/pt.json +0 -5
  1915. package/libs/errors/lib/es6/PageNotFound/translations/ru.json +0 -5
  1916. package/libs/errors/lib/es6/PageNotFound/translations/sv.json +0 -5
  1917. package/libs/errors/lib/es6/PageNotFound/translations/tr.json +0 -5
  1918. package/libs/errors/lib/es6/PageNotFound/translations/vi.json +0 -5
  1919. package/libs/errors/lib/es6/PageNotFound/translations/zh.json +0 -5
  1920. package/libs/errors/lib/es6/ProjectNotFound/index.js +0 -72
  1921. package/libs/errors/lib/es6/ProjectNotFound/index.js.map +0 -1
  1922. package/libs/errors/lib/es6/ProjectNotFound/translations/__intergalactic-dynamic-locales.js +0 -33
  1923. package/libs/errors/lib/es6/ProjectNotFound/translations/__intergalactic-dynamic-locales.js.map +0 -1
  1924. package/libs/errors/lib/es6/ProjectNotFound/translations/de.json +0 -6
  1925. package/libs/errors/lib/es6/ProjectNotFound/translations/en.json +0 -6
  1926. package/libs/errors/lib/es6/ProjectNotFound/translations/es.json +0 -6
  1927. package/libs/errors/lib/es6/ProjectNotFound/translations/fr.json +0 -6
  1928. package/libs/errors/lib/es6/ProjectNotFound/translations/it.json +0 -6
  1929. package/libs/errors/lib/es6/ProjectNotFound/translations/ja.json +0 -6
  1930. package/libs/errors/lib/es6/ProjectNotFound/translations/ko.json +0 -6
  1931. package/libs/errors/lib/es6/ProjectNotFound/translations/nl.json +0 -6
  1932. package/libs/errors/lib/es6/ProjectNotFound/translations/pl.json +0 -6
  1933. package/libs/errors/lib/es6/ProjectNotFound/translations/pt.json +0 -6
  1934. package/libs/errors/lib/es6/ProjectNotFound/translations/ru.json +0 -6
  1935. package/libs/errors/lib/es6/ProjectNotFound/translations/sv.json +0 -6
  1936. package/libs/errors/lib/es6/ProjectNotFound/translations/tr.json +0 -6
  1937. package/libs/errors/lib/es6/ProjectNotFound/translations/vi.json +0 -6
  1938. package/libs/errors/lib/es6/ProjectNotFound/translations/zh.json +0 -6
  1939. package/libs/errors/lib/es6/index.d.js +0 -16
  1940. package/libs/errors/lib/es6/index.d.js.map +0 -1
  1941. package/libs/errors/lib/es6/index.js +0 -8
  1942. package/libs/errors/lib/es6/index.js.map +0 -1
  1943. package/libs/errors/lib/types/index.d.ts +0 -120
  1944. package/libs/feature-popover/lib/cjs/FeaturePopover.js +0 -202
  1945. package/libs/feature-popover/lib/cjs/FeaturePopover.js.map +0 -1
  1946. package/libs/feature-popover/lib/cjs/index.d.js +0 -2
  1947. package/libs/feature-popover/lib/cjs/index.d.js.map +0 -1
  1948. package/libs/feature-popover/lib/cjs/index.js +0 -14
  1949. package/libs/feature-popover/lib/cjs/index.js.map +0 -1
  1950. package/libs/feature-popover/lib/cjs/translations/__intergalactic-dynamic-locales.js +0 -39
  1951. package/libs/feature-popover/lib/cjs/translations/__intergalactic-dynamic-locales.js.map +0 -1
  1952. package/libs/feature-popover/lib/cjs/translations/de.json +0 -3
  1953. package/libs/feature-popover/lib/cjs/translations/en.json +0 -3
  1954. package/libs/feature-popover/lib/cjs/translations/es.json +0 -3
  1955. package/libs/feature-popover/lib/cjs/translations/fr.json +0 -3
  1956. package/libs/feature-popover/lib/cjs/translations/it.json +0 -3
  1957. package/libs/feature-popover/lib/cjs/translations/ja.json +0 -3
  1958. package/libs/feature-popover/lib/cjs/translations/ko.json +0 -3
  1959. package/libs/feature-popover/lib/cjs/translations/nl.json +0 -3
  1960. package/libs/feature-popover/lib/cjs/translations/pl.json +0 -3
  1961. package/libs/feature-popover/lib/cjs/translations/pt.json +0 -3
  1962. package/libs/feature-popover/lib/cjs/translations/sv.json +0 -3
  1963. package/libs/feature-popover/lib/cjs/translations/tr.json +0 -3
  1964. package/libs/feature-popover/lib/cjs/translations/vi.json +0 -3
  1965. package/libs/feature-popover/lib/cjs/translations/zh.json +0 -3
  1966. package/libs/feature-popover/lib/es6/FeaturePopover.js +0 -197
  1967. package/libs/feature-popover/lib/es6/FeaturePopover.js.map +0 -1
  1968. package/libs/feature-popover/lib/es6/index.d.js +0 -2
  1969. package/libs/feature-popover/lib/es6/index.d.js.map +0 -1
  1970. package/libs/feature-popover/lib/es6/index.js +0 -2
  1971. package/libs/feature-popover/lib/es6/index.js.map +0 -1
  1972. package/libs/feature-popover/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
  1973. package/libs/feature-popover/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
  1974. package/libs/feature-popover/lib/es6/translations/de.json +0 -3
  1975. package/libs/feature-popover/lib/es6/translations/en.json +0 -3
  1976. package/libs/feature-popover/lib/es6/translations/es.json +0 -3
  1977. package/libs/feature-popover/lib/es6/translations/fr.json +0 -3
  1978. package/libs/feature-popover/lib/es6/translations/it.json +0 -3
  1979. package/libs/feature-popover/lib/es6/translations/ja.json +0 -3
  1980. package/libs/feature-popover/lib/es6/translations/ko.json +0 -3
  1981. package/libs/feature-popover/lib/es6/translations/nl.json +0 -3
  1982. package/libs/feature-popover/lib/es6/translations/pl.json +0 -3
  1983. package/libs/feature-popover/lib/es6/translations/pt.json +0 -3
  1984. package/libs/feature-popover/lib/es6/translations/sv.json +0 -3
  1985. package/libs/feature-popover/lib/es6/translations/tr.json +0 -3
  1986. package/libs/feature-popover/lib/es6/translations/vi.json +0 -3
  1987. package/libs/feature-popover/lib/es6/translations/zh.json +0 -3
  1988. package/libs/feature-popover/lib/types/index.d.ts +0 -33
  1989. package/libs/feedback-form/lib/cjs/FeedbackForm.js +0 -216
  1990. package/libs/feedback-form/lib/cjs/FeedbackForm.js.map +0 -1
  1991. package/libs/feedback-form/lib/cjs/index.d.js +0 -2
  1992. package/libs/feedback-form/lib/cjs/index.d.js.map +0 -1
  1993. package/libs/feedback-form/lib/cjs/index.js +0 -14
  1994. package/libs/feedback-form/lib/cjs/index.js.map +0 -1
  1995. package/libs/feedback-form/lib/es6/FeedbackForm.js +0 -213
  1996. package/libs/feedback-form/lib/es6/FeedbackForm.js.map +0 -1
  1997. package/libs/feedback-form/lib/es6/index.d.js +0 -2
  1998. package/libs/feedback-form/lib/es6/index.d.js.map +0 -1
  1999. package/libs/feedback-form/lib/es6/index.js +0 -2
  2000. package/libs/feedback-form/lib/es6/index.js.map +0 -1
  2001. package/libs/feedback-form/lib/types/index.d.ts +0 -35
  2002. package/libs/flags/lib/cjs/Flags.js +0 -108
  2003. package/libs/flags/lib/cjs/Flags.js.map +0 -1
  2004. package/libs/flags/lib/cjs/aliases.json +0 -7
  2005. package/libs/flags/lib/cjs/countries.json +0 -509
  2006. package/libs/flags/lib/cjs/index.d.js +0 -2
  2007. package/libs/flags/lib/cjs/index.d.js.map +0 -1
  2008. package/libs/flags/lib/cjs/index.js +0 -26
  2009. package/libs/flags/lib/cjs/index.js.map +0 -1
  2010. package/libs/flags/lib/es6/Flags.js +0 -98
  2011. package/libs/flags/lib/es6/Flags.js.map +0 -1
  2012. package/libs/flags/lib/es6/aliases.json +0 -7
  2013. package/libs/flags/lib/es6/countries.json +0 -509
  2014. package/libs/flags/lib/es6/index.d.js +0 -2
  2015. package/libs/flags/lib/es6/index.d.js.map +0 -1
  2016. package/libs/flags/lib/es6/index.js +0 -3
  2017. package/libs/flags/lib/es6/index.js.map +0 -1
  2018. package/libs/flags/lib/sprites/sprite@1x.css +0 -766
  2019. package/libs/flags/lib/sprites/sprite@1x.png +0 -0
  2020. package/libs/flags/lib/sprites/sprite@2x.css +0 -769
  2021. package/libs/flags/lib/sprites/sprite@2x.png +0 -0
  2022. package/libs/flags/lib/types/index.d.ts +0 -1344
  2023. package/libs/flex-box/lib/cjs/Box/index.js +0 -22
  2024. package/libs/flex-box/lib/cjs/Box/index.js.map +0 -1
  2025. package/libs/flex-box/lib/cjs/Box/useBox.js +0 -132
  2026. package/libs/flex-box/lib/cjs/Box/useBox.js.map +0 -1
  2027. package/libs/flex-box/lib/cjs/Flex/index.js +0 -22
  2028. package/libs/flex-box/lib/cjs/Flex/index.js.map +0 -1
  2029. package/libs/flex-box/lib/cjs/Flex/useFlex.js +0 -77
  2030. package/libs/flex-box/lib/cjs/Flex/useFlex.js.map +0 -1
  2031. package/libs/flex-box/lib/cjs/index.js +0 -64
  2032. package/libs/flex-box/lib/cjs/index.js.map +0 -1
  2033. package/libs/flex-box/lib/cjs/utils.js +0 -20
  2034. package/libs/flex-box/lib/cjs/utils.js.map +0 -1
  2035. package/libs/flex-box/lib/es6/Box/index.js +0 -14
  2036. package/libs/flex-box/lib/es6/Box/index.js.map +0 -1
  2037. package/libs/flex-box/lib/es6/Box/useBox.js +0 -125
  2038. package/libs/flex-box/lib/es6/Box/useBox.js.map +0 -1
  2039. package/libs/flex-box/lib/es6/Flex/index.js +0 -14
  2040. package/libs/flex-box/lib/es6/Flex/index.js.map +0 -1
  2041. package/libs/flex-box/lib/es6/Flex/useFlex.js +0 -70
  2042. package/libs/flex-box/lib/es6/Flex/useFlex.js.map +0 -1
  2043. package/libs/flex-box/lib/es6/index.js +0 -9
  2044. package/libs/flex-box/lib/es6/index.js.map +0 -1
  2045. package/libs/flex-box/lib/es6/utils.js +0 -13
  2046. package/libs/flex-box/lib/es6/utils.js.map +0 -1
  2047. package/libs/flex-box/lib/types/Box/index.d.ts +0 -4
  2048. package/libs/flex-box/lib/types/Box/useBox.d.ts +0 -109
  2049. package/libs/flex-box/lib/types/Flex/index.d.ts +0 -4
  2050. package/libs/flex-box/lib/types/Flex/useFlex.d.ts +0 -54
  2051. package/libs/flex-box/lib/types/index.d.ts +0 -6
  2052. package/libs/flex-box/lib/types/utils.d.ts +0 -1
  2053. package/libs/format-text/lib/cjs/FormatText.js +0 -51
  2054. package/libs/format-text/lib/cjs/FormatText.js.map +0 -1
  2055. package/libs/format-text/lib/cjs/index.js +0 -26
  2056. package/libs/format-text/lib/cjs/index.js.map +0 -1
  2057. package/libs/format-text/lib/es6/FormatText.js +0 -44
  2058. package/libs/format-text/lib/es6/FormatText.js.map +0 -1
  2059. package/libs/format-text/lib/es6/index.js +0 -3
  2060. package/libs/format-text/lib/es6/index.js.map +0 -1
  2061. package/libs/format-text/lib/types/FormatText.d.ts +0 -10
  2062. package/libs/format-text/lib/types/index.d.ts +0 -2
  2063. package/libs/fullscreen-modal/lib/cjs/FullscreenModal.js +0 -219
  2064. package/libs/fullscreen-modal/lib/cjs/FullscreenModal.js.map +0 -1
  2065. package/libs/fullscreen-modal/lib/cjs/index.d.js +0 -2
  2066. package/libs/fullscreen-modal/lib/cjs/index.d.js.map +0 -1
  2067. package/libs/fullscreen-modal/lib/cjs/index.js +0 -14
  2068. package/libs/fullscreen-modal/lib/cjs/index.js.map +0 -1
  2069. package/libs/fullscreen-modal/lib/cjs/translations/__intergalactic-dynamic-locales.js +0 -39
  2070. package/libs/fullscreen-modal/lib/cjs/translations/__intergalactic-dynamic-locales.js.map +0 -1
  2071. package/libs/fullscreen-modal/lib/cjs/translations/de.json +0 -4
  2072. package/libs/fullscreen-modal/lib/cjs/translations/en.json +0 -4
  2073. package/libs/fullscreen-modal/lib/cjs/translations/es.json +0 -4
  2074. package/libs/fullscreen-modal/lib/cjs/translations/fr.json +0 -4
  2075. package/libs/fullscreen-modal/lib/cjs/translations/it.json +0 -4
  2076. package/libs/fullscreen-modal/lib/cjs/translations/ja.json +0 -4
  2077. package/libs/fullscreen-modal/lib/cjs/translations/ko.json +0 -4
  2078. package/libs/fullscreen-modal/lib/cjs/translations/nl.json +0 -4
  2079. package/libs/fullscreen-modal/lib/cjs/translations/pl.json +0 -4
  2080. package/libs/fullscreen-modal/lib/cjs/translations/pt.json +0 -4
  2081. package/libs/fullscreen-modal/lib/cjs/translations/sv.json +0 -4
  2082. package/libs/fullscreen-modal/lib/cjs/translations/tr.json +0 -4
  2083. package/libs/fullscreen-modal/lib/cjs/translations/vi.json +0 -4
  2084. package/libs/fullscreen-modal/lib/cjs/translations/zh.json +0 -4
  2085. package/libs/fullscreen-modal/lib/es6/FullscreenModal.js +0 -220
  2086. package/libs/fullscreen-modal/lib/es6/FullscreenModal.js.map +0 -1
  2087. package/libs/fullscreen-modal/lib/es6/index.d.js +0 -2
  2088. package/libs/fullscreen-modal/lib/es6/index.d.js.map +0 -1
  2089. package/libs/fullscreen-modal/lib/es6/index.js +0 -2
  2090. package/libs/fullscreen-modal/lib/es6/index.js.map +0 -1
  2091. package/libs/fullscreen-modal/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
  2092. package/libs/fullscreen-modal/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
  2093. package/libs/fullscreen-modal/lib/es6/translations/de.json +0 -4
  2094. package/libs/fullscreen-modal/lib/es6/translations/en.json +0 -4
  2095. package/libs/fullscreen-modal/lib/es6/translations/es.json +0 -4
  2096. package/libs/fullscreen-modal/lib/es6/translations/fr.json +0 -4
  2097. package/libs/fullscreen-modal/lib/es6/translations/it.json +0 -4
  2098. package/libs/fullscreen-modal/lib/es6/translations/ja.json +0 -4
  2099. package/libs/fullscreen-modal/lib/es6/translations/ko.json +0 -4
  2100. package/libs/fullscreen-modal/lib/es6/translations/nl.json +0 -4
  2101. package/libs/fullscreen-modal/lib/es6/translations/pl.json +0 -4
  2102. package/libs/fullscreen-modal/lib/es6/translations/pt.json +0 -4
  2103. package/libs/fullscreen-modal/lib/es6/translations/sv.json +0 -4
  2104. package/libs/fullscreen-modal/lib/es6/translations/tr.json +0 -4
  2105. package/libs/fullscreen-modal/lib/es6/translations/vi.json +0 -4
  2106. package/libs/fullscreen-modal/lib/es6/translations/zh.json +0 -4
  2107. package/libs/fullscreen-modal/lib/types/index.d.ts +0 -48
  2108. package/libs/grid/lib/cjs/Grid.js +0 -218
  2109. package/libs/grid/lib/cjs/Grid.js.map +0 -1
  2110. package/libs/grid/lib/cjs/index.d.js +0 -2
  2111. package/libs/grid/lib/cjs/index.d.js.map +0 -1
  2112. package/libs/grid/lib/cjs/index.js +0 -17
  2113. package/libs/grid/lib/cjs/index.js.map +0 -1
  2114. package/libs/grid/lib/es6/Grid.js +0 -212
  2115. package/libs/grid/lib/es6/Grid.js.map +0 -1
  2116. package/libs/grid/lib/es6/index.d.js +0 -2
  2117. package/libs/grid/lib/es6/index.d.js.map +0 -1
  2118. package/libs/grid/lib/es6/index.js +0 -4
  2119. package/libs/grid/lib/es6/index.js.map +0 -1
  2120. package/libs/grid/lib/types/index.d.ts +0 -48
  2121. package/libs/i18n-unplugin/lib/cjs/index.js +0 -140
  2122. package/libs/i18n-unplugin/lib/cjs/index.js.map +0 -1
  2123. package/libs/i18n-unplugin/lib/es6/index.js +0 -128
  2124. package/libs/i18n-unplugin/lib/es6/index.js.map +0 -1
  2125. package/libs/i18n-unplugin/lib/types/index.d.ts +0 -12
  2126. package/libs/icon/lib/cjs/Icon.js +0 -89
  2127. package/libs/icon/lib/cjs/Icon.js.map +0 -1
  2128. package/libs/icon/lib/cjs/index.d.js +0 -2
  2129. package/libs/icon/lib/cjs/index.d.js.map +0 -1
  2130. package/libs/icon/lib/cjs/index.js +0 -14
  2131. package/libs/icon/lib/cjs/index.js.map +0 -1
  2132. package/libs/icon/lib/es6/Icon.js +0 -82
  2133. package/libs/icon/lib/es6/Icon.js.map +0 -1
  2134. package/libs/icon/lib/es6/index.d.js +0 -2
  2135. package/libs/icon/lib/es6/index.d.js.map +0 -1
  2136. package/libs/icon/lib/es6/index.js +0 -2
  2137. package/libs/icon/lib/es6/index.js.map +0 -1
  2138. package/libs/icon/lib/types/index.d.ts +0 -20
  2139. package/libs/illustration/lib/cjs/index.d.js +0 -2
  2140. package/libs/illustration/lib/cjs/index.d.js.map +0 -1
  2141. package/libs/illustration/lib/cjs/index.js +0 -22
  2142. package/libs/illustration/lib/cjs/index.js.map +0 -1
  2143. package/libs/illustration/lib/es6/index.d.js +0 -2
  2144. package/libs/illustration/lib/es6/index.d.js.map +0 -1
  2145. package/libs/illustration/lib/es6/index.js +0 -15
  2146. package/libs/illustration/lib/es6/index.js.map +0 -1
  2147. package/libs/illustration/lib/types/index.d.ts +0 -55
  2148. package/libs/inline-edit/lib/cjs/InlineEdit.js +0 -156
  2149. package/libs/inline-edit/lib/cjs/InlineEdit.js.map +0 -1
  2150. package/libs/inline-edit/lib/cjs/index.d.js +0 -2
  2151. package/libs/inline-edit/lib/cjs/index.d.js.map +0 -1
  2152. package/libs/inline-edit/lib/cjs/index.js +0 -14
  2153. package/libs/inline-edit/lib/cjs/index.js.map +0 -1
  2154. package/libs/inline-edit/lib/cjs/translations/__intergalactic-dynamic-locales.js +0 -39
  2155. package/libs/inline-edit/lib/cjs/translations/__intergalactic-dynamic-locales.js.map +0 -1
  2156. package/libs/inline-edit/lib/cjs/translations/de.json +0 -3
  2157. package/libs/inline-edit/lib/cjs/translations/en.json +0 -3
  2158. package/libs/inline-edit/lib/cjs/translations/es.json +0 -3
  2159. package/libs/inline-edit/lib/cjs/translations/fr.json +0 -3
  2160. package/libs/inline-edit/lib/cjs/translations/it.json +0 -3
  2161. package/libs/inline-edit/lib/cjs/translations/ja.json +0 -3
  2162. package/libs/inline-edit/lib/cjs/translations/ko.json +0 -3
  2163. package/libs/inline-edit/lib/cjs/translations/nl.json +0 -3
  2164. package/libs/inline-edit/lib/cjs/translations/pl.json +0 -3
  2165. package/libs/inline-edit/lib/cjs/translations/pt.json +0 -3
  2166. package/libs/inline-edit/lib/cjs/translations/sv.json +0 -3
  2167. package/libs/inline-edit/lib/cjs/translations/tr.json +0 -3
  2168. package/libs/inline-edit/lib/cjs/translations/vi.json +0 -3
  2169. package/libs/inline-edit/lib/cjs/translations/zh.json +0 -3
  2170. package/libs/inline-edit/lib/es6/InlineEdit.js +0 -151
  2171. package/libs/inline-edit/lib/es6/InlineEdit.js.map +0 -1
  2172. package/libs/inline-edit/lib/es6/index.d.js +0 -2
  2173. package/libs/inline-edit/lib/es6/index.d.js.map +0 -1
  2174. package/libs/inline-edit/lib/es6/index.js +0 -2
  2175. package/libs/inline-edit/lib/es6/index.js.map +0 -1
  2176. package/libs/inline-edit/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
  2177. package/libs/inline-edit/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
  2178. package/libs/inline-edit/lib/es6/translations/de.json +0 -3
  2179. package/libs/inline-edit/lib/es6/translations/en.json +0 -3
  2180. package/libs/inline-edit/lib/es6/translations/es.json +0 -3
  2181. package/libs/inline-edit/lib/es6/translations/fr.json +0 -3
  2182. package/libs/inline-edit/lib/es6/translations/it.json +0 -3
  2183. package/libs/inline-edit/lib/es6/translations/ja.json +0 -3
  2184. package/libs/inline-edit/lib/es6/translations/ko.json +0 -3
  2185. package/libs/inline-edit/lib/es6/translations/nl.json +0 -3
  2186. package/libs/inline-edit/lib/es6/translations/pl.json +0 -3
  2187. package/libs/inline-edit/lib/es6/translations/pt.json +0 -3
  2188. package/libs/inline-edit/lib/es6/translations/sv.json +0 -3
  2189. package/libs/inline-edit/lib/es6/translations/tr.json +0 -3
  2190. package/libs/inline-edit/lib/es6/translations/vi.json +0 -3
  2191. package/libs/inline-edit/lib/es6/translations/zh.json +0 -3
  2192. package/libs/inline-edit/lib/types/index.d.ts +0 -43
  2193. package/libs/inline-input/lib/cjs/InlineInput.js +0 -541
  2194. package/libs/inline-input/lib/cjs/InlineInput.js.map +0 -1
  2195. package/libs/inline-input/lib/cjs/index.d.js +0 -2
  2196. package/libs/inline-input/lib/cjs/index.d.js.map +0 -1
  2197. package/libs/inline-input/lib/cjs/index.js +0 -11
  2198. package/libs/inline-input/lib/cjs/index.js.map +0 -1
  2199. package/libs/inline-input/lib/cjs/translations/__intergalactic-dynamic-locales.js +0 -39
  2200. package/libs/inline-input/lib/cjs/translations/__intergalactic-dynamic-locales.js.map +0 -1
  2201. package/libs/inline-input/lib/cjs/translations/de.json +0 -5
  2202. package/libs/inline-input/lib/cjs/translations/en.json +0 -5
  2203. package/libs/inline-input/lib/cjs/translations/es.json +0 -5
  2204. package/libs/inline-input/lib/cjs/translations/fr.json +0 -5
  2205. package/libs/inline-input/lib/cjs/translations/it.json +0 -5
  2206. package/libs/inline-input/lib/cjs/translations/ja.json +0 -5
  2207. package/libs/inline-input/lib/cjs/translations/ko.json +0 -5
  2208. package/libs/inline-input/lib/cjs/translations/nl.json +0 -5
  2209. package/libs/inline-input/lib/cjs/translations/pl.json +0 -5
  2210. package/libs/inline-input/lib/cjs/translations/pt.json +0 -5
  2211. package/libs/inline-input/lib/cjs/translations/sv.json +0 -5
  2212. package/libs/inline-input/lib/cjs/translations/tr.json +0 -5
  2213. package/libs/inline-input/lib/cjs/translations/vi.json +0 -5
  2214. package/libs/inline-input/lib/cjs/translations/zh.json +0 -5
  2215. package/libs/inline-input/lib/es6/InlineInput.js +0 -542
  2216. package/libs/inline-input/lib/es6/InlineInput.js.map +0 -1
  2217. package/libs/inline-input/lib/es6/index.d.js +0 -2
  2218. package/libs/inline-input/lib/es6/index.d.js.map +0 -1
  2219. package/libs/inline-input/lib/es6/index.js +0 -3
  2220. package/libs/inline-input/lib/es6/index.js.map +0 -1
  2221. package/libs/inline-input/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
  2222. package/libs/inline-input/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
  2223. package/libs/inline-input/lib/es6/translations/de.json +0 -5
  2224. package/libs/inline-input/lib/es6/translations/en.json +0 -5
  2225. package/libs/inline-input/lib/es6/translations/es.json +0 -5
  2226. package/libs/inline-input/lib/es6/translations/fr.json +0 -5
  2227. package/libs/inline-input/lib/es6/translations/it.json +0 -5
  2228. package/libs/inline-input/lib/es6/translations/ja.json +0 -5
  2229. package/libs/inline-input/lib/es6/translations/ko.json +0 -5
  2230. package/libs/inline-input/lib/es6/translations/nl.json +0 -5
  2231. package/libs/inline-input/lib/es6/translations/pl.json +0 -5
  2232. package/libs/inline-input/lib/es6/translations/pt.json +0 -5
  2233. package/libs/inline-input/lib/es6/translations/sv.json +0 -5
  2234. package/libs/inline-input/lib/es6/translations/tr.json +0 -5
  2235. package/libs/inline-input/lib/es6/translations/vi.json +0 -5
  2236. package/libs/inline-input/lib/es6/translations/zh.json +0 -5
  2237. package/libs/inline-input/lib/types/index.d.ts +0 -151
  2238. package/libs/input/lib/cjs/Input.js +0 -223
  2239. package/libs/input/lib/cjs/Input.js.map +0 -1
  2240. package/libs/input/lib/cjs/index.d.js +0 -2
  2241. package/libs/input/lib/cjs/index.d.js.map +0 -1
  2242. package/libs/input/lib/cjs/index.js +0 -14
  2243. package/libs/input/lib/cjs/index.js.map +0 -1
  2244. package/libs/input/lib/es6/Input.js +0 -218
  2245. package/libs/input/lib/es6/Input.js.map +0 -1
  2246. package/libs/input/lib/es6/index.d.js +0 -2
  2247. package/libs/input/lib/es6/index.d.js.map +0 -1
  2248. package/libs/input/lib/es6/index.js +0 -2
  2249. package/libs/input/lib/es6/index.js.map +0 -1
  2250. package/libs/input/lib/types/index.d.ts +0 -92
  2251. package/libs/input-mask/lib/cjs/InputMask.js +0 -336
  2252. package/libs/input-mask/lib/cjs/InputMask.js.map +0 -1
  2253. package/libs/input-mask/lib/cjs/index.js +0 -26
  2254. package/libs/input-mask/lib/cjs/index.js.map +0 -1
  2255. package/libs/input-mask/lib/es6/InputMask.js +0 -329
  2256. package/libs/input-mask/lib/es6/InputMask.js.map +0 -1
  2257. package/libs/input-mask/lib/es6/index.js +0 -3
  2258. package/libs/input-mask/lib/es6/index.js.map +0 -1
  2259. package/libs/input-mask/lib/types/InputMask.d.ts +0 -59
  2260. package/libs/input-mask/lib/types/index.d.ts +0 -2
  2261. package/libs/input-number/lib/cjs/InputNumber.js +0 -251
  2262. package/libs/input-number/lib/cjs/InputNumber.js.map +0 -1
  2263. package/libs/input-number/lib/cjs/buttons.js +0 -31
  2264. package/libs/input-number/lib/cjs/buttons.js.map +0 -1
  2265. package/libs/input-number/lib/cjs/index.d.js +0 -2
  2266. package/libs/input-number/lib/cjs/index.d.js.map +0 -1
  2267. package/libs/input-number/lib/cjs/index.js +0 -33
  2268. package/libs/input-number/lib/cjs/index.js.map +0 -1
  2269. package/libs/input-number/lib/cjs/translations/__intergalactic-dynamic-locales.js +0 -39
  2270. package/libs/input-number/lib/cjs/translations/__intergalactic-dynamic-locales.js.map +0 -1
  2271. package/libs/input-number/lib/cjs/translations/de.json +0 -4
  2272. package/libs/input-number/lib/cjs/translations/en.json +0 -4
  2273. package/libs/input-number/lib/cjs/translations/es.json +0 -4
  2274. package/libs/input-number/lib/cjs/translations/fr.json +0 -4
  2275. package/libs/input-number/lib/cjs/translations/it.json +0 -4
  2276. package/libs/input-number/lib/cjs/translations/ja.json +0 -4
  2277. package/libs/input-number/lib/cjs/translations/ko.json +0 -4
  2278. package/libs/input-number/lib/cjs/translations/nl.json +0 -4
  2279. package/libs/input-number/lib/cjs/translations/pl.json +0 -4
  2280. package/libs/input-number/lib/cjs/translations/pt.json +0 -4
  2281. package/libs/input-number/lib/cjs/translations/sv.json +0 -4
  2282. package/libs/input-number/lib/cjs/translations/tr.json +0 -4
  2283. package/libs/input-number/lib/cjs/translations/vi.json +0 -4
  2284. package/libs/input-number/lib/cjs/translations/zh.json +0 -4
  2285. package/libs/input-number/lib/es6/InputNumber.js +0 -245
  2286. package/libs/input-number/lib/es6/InputNumber.js.map +0 -1
  2287. package/libs/input-number/lib/es6/buttons.js +0 -22
  2288. package/libs/input-number/lib/es6/buttons.js.map +0 -1
  2289. package/libs/input-number/lib/es6/index.d.js +0 -2
  2290. package/libs/input-number/lib/es6/index.d.js.map +0 -1
  2291. package/libs/input-number/lib/es6/index.js +0 -3
  2292. package/libs/input-number/lib/es6/index.js.map +0 -1
  2293. package/libs/input-number/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
  2294. package/libs/input-number/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
  2295. package/libs/input-number/lib/es6/translations/de.json +0 -4
  2296. package/libs/input-number/lib/es6/translations/en.json +0 -4
  2297. package/libs/input-number/lib/es6/translations/es.json +0 -4
  2298. package/libs/input-number/lib/es6/translations/fr.json +0 -4
  2299. package/libs/input-number/lib/es6/translations/it.json +0 -4
  2300. package/libs/input-number/lib/es6/translations/ja.json +0 -4
  2301. package/libs/input-number/lib/es6/translations/ko.json +0 -4
  2302. package/libs/input-number/lib/es6/translations/nl.json +0 -4
  2303. package/libs/input-number/lib/es6/translations/pl.json +0 -4
  2304. package/libs/input-number/lib/es6/translations/pt.json +0 -4
  2305. package/libs/input-number/lib/es6/translations/sv.json +0 -4
  2306. package/libs/input-number/lib/es6/translations/tr.json +0 -4
  2307. package/libs/input-number/lib/es6/translations/vi.json +0 -4
  2308. package/libs/input-number/lib/es6/translations/zh.json +0 -4
  2309. package/libs/input-number/lib/types/index.d.ts +0 -68
  2310. package/libs/input-tags/lib/cjs/InputTags.js +0 -284
  2311. package/libs/input-tags/lib/cjs/InputTags.js.map +0 -1
  2312. package/libs/input-tags/lib/cjs/index.js +0 -26
  2313. package/libs/input-tags/lib/cjs/index.js.map +0 -1
  2314. package/libs/input-tags/lib/es6/InputTags.js +0 -279
  2315. package/libs/input-tags/lib/es6/InputTags.js.map +0 -1
  2316. package/libs/input-tags/lib/es6/index.js +0 -3
  2317. package/libs/input-tags/lib/es6/index.js.map +0 -1
  2318. package/libs/input-tags/lib/types/InputTags.d.ts +0 -68
  2319. package/libs/input-tags/lib/types/index.d.ts +0 -2
  2320. package/libs/link/lib/cjs/Link.js +0 -122
  2321. package/libs/link/lib/cjs/Link.js.map +0 -1
  2322. package/libs/link/lib/cjs/index.d.js +0 -2
  2323. package/libs/link/lib/cjs/index.d.js.map +0 -1
  2324. package/libs/link/lib/cjs/index.js +0 -14
  2325. package/libs/link/lib/cjs/index.js.map +0 -1
  2326. package/libs/link/lib/es6/Link.js +0 -117
  2327. package/libs/link/lib/es6/Link.js.map +0 -1
  2328. package/libs/link/lib/es6/index.d.js +0 -2
  2329. package/libs/link/lib/es6/index.d.js.map +0 -1
  2330. package/libs/link/lib/es6/index.js +0 -2
  2331. package/libs/link/lib/es6/index.js.map +0 -1
  2332. package/libs/link/lib/types/index.d.ts +0 -42
  2333. package/libs/modal/lib/cjs/Modal.js +0 -242
  2334. package/libs/modal/lib/cjs/Modal.js.map +0 -1
  2335. package/libs/modal/lib/cjs/index.d.js +0 -2
  2336. package/libs/modal/lib/cjs/index.d.js.map +0 -1
  2337. package/libs/modal/lib/cjs/index.js +0 -14
  2338. package/libs/modal/lib/cjs/index.js.map +0 -1
  2339. package/libs/modal/lib/cjs/modal.vo-test.js +0 -106
  2340. package/libs/modal/lib/cjs/modal.vo-test.js.map +0 -1
  2341. package/libs/modal/lib/cjs/translations/__intergalactic-dynamic-locales.js +0 -39
  2342. package/libs/modal/lib/cjs/translations/__intergalactic-dynamic-locales.js.map +0 -1
  2343. package/libs/modal/lib/cjs/translations/de.json +0 -4
  2344. package/libs/modal/lib/cjs/translations/en.json +0 -4
  2345. package/libs/modal/lib/cjs/translations/es.json +0 -4
  2346. package/libs/modal/lib/cjs/translations/fr.json +0 -4
  2347. package/libs/modal/lib/cjs/translations/it.json +0 -4
  2348. package/libs/modal/lib/cjs/translations/ja.json +0 -4
  2349. package/libs/modal/lib/cjs/translations/ko.json +0 -4
  2350. package/libs/modal/lib/cjs/translations/nl.json +0 -4
  2351. package/libs/modal/lib/cjs/translations/pl.json +0 -4
  2352. package/libs/modal/lib/cjs/translations/pt.json +0 -4
  2353. package/libs/modal/lib/cjs/translations/sv.json +0 -4
  2354. package/libs/modal/lib/cjs/translations/tr.json +0 -4
  2355. package/libs/modal/lib/cjs/translations/vi.json +0 -4
  2356. package/libs/modal/lib/cjs/translations/zh.json +0 -4
  2357. package/libs/modal/lib/es6/Modal.js +0 -239
  2358. package/libs/modal/lib/es6/Modal.js.map +0 -1
  2359. package/libs/modal/lib/es6/index.d.js +0 -2
  2360. package/libs/modal/lib/es6/index.d.js.map +0 -1
  2361. package/libs/modal/lib/es6/index.js +0 -2
  2362. package/libs/modal/lib/es6/index.js.map +0 -1
  2363. package/libs/modal/lib/es6/modal.vo-test.js +0 -103
  2364. package/libs/modal/lib/es6/modal.vo-test.js.map +0 -1
  2365. package/libs/modal/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
  2366. package/libs/modal/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
  2367. package/libs/modal/lib/es6/translations/de.json +0 -4
  2368. package/libs/modal/lib/es6/translations/en.json +0 -4
  2369. package/libs/modal/lib/es6/translations/es.json +0 -4
  2370. package/libs/modal/lib/es6/translations/fr.json +0 -4
  2371. package/libs/modal/lib/es6/translations/it.json +0 -4
  2372. package/libs/modal/lib/es6/translations/ja.json +0 -4
  2373. package/libs/modal/lib/es6/translations/ko.json +0 -4
  2374. package/libs/modal/lib/es6/translations/nl.json +0 -4
  2375. package/libs/modal/lib/es6/translations/pl.json +0 -4
  2376. package/libs/modal/lib/es6/translations/pt.json +0 -4
  2377. package/libs/modal/lib/es6/translations/sv.json +0 -4
  2378. package/libs/modal/lib/es6/translations/tr.json +0 -4
  2379. package/libs/modal/lib/es6/translations/vi.json +0 -4
  2380. package/libs/modal/lib/es6/translations/zh.json +0 -4
  2381. package/libs/modal/lib/types/index.d.ts +0 -61
  2382. package/libs/neighbor-location/lib/cjs/NeighborLocation.js +0 -145
  2383. package/libs/neighbor-location/lib/cjs/NeighborLocation.js.map +0 -1
  2384. package/libs/neighbor-location/lib/cjs/index.d.js +0 -2
  2385. package/libs/neighbor-location/lib/cjs/index.d.js.map +0 -1
  2386. package/libs/neighbor-location/lib/cjs/index.js +0 -26
  2387. package/libs/neighbor-location/lib/cjs/index.js.map +0 -1
  2388. package/libs/neighbor-location/lib/es6/NeighborLocation.js +0 -137
  2389. package/libs/neighbor-location/lib/es6/NeighborLocation.js.map +0 -1
  2390. package/libs/neighbor-location/lib/es6/index.d.js +0 -2
  2391. package/libs/neighbor-location/lib/es6/index.d.js.map +0 -1
  2392. package/libs/neighbor-location/lib/es6/index.js +0 -3
  2393. package/libs/neighbor-location/lib/es6/index.js.map +0 -1
  2394. package/libs/neighbor-location/lib/types/index.d.ts +0 -42
  2395. package/libs/notice/lib/cjs/Notice.js +0 -161
  2396. package/libs/notice/lib/cjs/Notice.js.map +0 -1
  2397. package/libs/notice/lib/cjs/NoticeSmart.js +0 -49
  2398. package/libs/notice/lib/cjs/NoticeSmart.js.map +0 -1
  2399. package/libs/notice/lib/cjs/index.d.js +0 -2
  2400. package/libs/notice/lib/cjs/index.d.js.map +0 -1
  2401. package/libs/notice/lib/cjs/index.js +0 -18
  2402. package/libs/notice/lib/cjs/index.js.map +0 -1
  2403. package/libs/notice/lib/cjs/translations/__intergalactic-dynamic-locales.js +0 -39
  2404. package/libs/notice/lib/cjs/translations/__intergalactic-dynamic-locales.js.map +0 -1
  2405. package/libs/notice/lib/cjs/translations/de.json +0 -3
  2406. package/libs/notice/lib/cjs/translations/en.json +0 -3
  2407. package/libs/notice/lib/cjs/translations/es.json +0 -3
  2408. package/libs/notice/lib/cjs/translations/fr.json +0 -3
  2409. package/libs/notice/lib/cjs/translations/it.json +0 -3
  2410. package/libs/notice/lib/cjs/translations/ja.json +0 -3
  2411. package/libs/notice/lib/cjs/translations/ko.json +0 -3
  2412. package/libs/notice/lib/cjs/translations/nl.json +0 -3
  2413. package/libs/notice/lib/cjs/translations/pl.json +0 -3
  2414. package/libs/notice/lib/cjs/translations/pt.json +0 -3
  2415. package/libs/notice/lib/cjs/translations/sv.json +0 -3
  2416. package/libs/notice/lib/cjs/translations/tr.json +0 -3
  2417. package/libs/notice/lib/cjs/translations/vi.json +0 -3
  2418. package/libs/notice/lib/cjs/translations/zh.json +0 -3
  2419. package/libs/notice/lib/es6/Notice.js +0 -158
  2420. package/libs/notice/lib/es6/Notice.js.map +0 -1
  2421. package/libs/notice/lib/es6/NoticeSmart.js +0 -41
  2422. package/libs/notice/lib/es6/NoticeSmart.js.map +0 -1
  2423. package/libs/notice/lib/es6/index.d.js +0 -2
  2424. package/libs/notice/lib/es6/index.d.js.map +0 -1
  2425. package/libs/notice/lib/es6/index.js +0 -4
  2426. package/libs/notice/lib/es6/index.js.map +0 -1
  2427. package/libs/notice/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
  2428. package/libs/notice/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
  2429. package/libs/notice/lib/es6/translations/de.json +0 -3
  2430. package/libs/notice/lib/es6/translations/en.json +0 -3
  2431. package/libs/notice/lib/es6/translations/es.json +0 -3
  2432. package/libs/notice/lib/es6/translations/fr.json +0 -3
  2433. package/libs/notice/lib/es6/translations/it.json +0 -3
  2434. package/libs/notice/lib/es6/translations/ja.json +0 -3
  2435. package/libs/notice/lib/es6/translations/ko.json +0 -3
  2436. package/libs/notice/lib/es6/translations/nl.json +0 -3
  2437. package/libs/notice/lib/es6/translations/pl.json +0 -3
  2438. package/libs/notice/lib/es6/translations/pt.json +0 -3
  2439. package/libs/notice/lib/es6/translations/sv.json +0 -3
  2440. package/libs/notice/lib/es6/translations/tr.json +0 -3
  2441. package/libs/notice/lib/es6/translations/vi.json +0 -3
  2442. package/libs/notice/lib/es6/translations/zh.json +0 -3
  2443. package/libs/notice/lib/types/index.d.ts +0 -74
  2444. package/libs/notice-bubble/lib/cjs/NoticeBubble.js +0 -315
  2445. package/libs/notice-bubble/lib/cjs/NoticeBubble.js.map +0 -1
  2446. package/libs/notice-bubble/lib/cjs/NoticeBubbleManager.js +0 -104
  2447. package/libs/notice-bubble/lib/cjs/NoticeBubbleManager.js.map +0 -1
  2448. package/libs/notice-bubble/lib/cjs/index.d.js +0 -20
  2449. package/libs/notice-bubble/lib/cjs/index.d.js.map +0 -1
  2450. package/libs/notice-bubble/lib/cjs/index.js +0 -50
  2451. package/libs/notice-bubble/lib/cjs/index.js.map +0 -1
  2452. package/libs/notice-bubble/lib/cjs/translations/__intergalactic-dynamic-locales.js +0 -39
  2453. package/libs/notice-bubble/lib/cjs/translations/__intergalactic-dynamic-locales.js.map +0 -1
  2454. package/libs/notice-bubble/lib/cjs/translations/de.json +0 -3
  2455. package/libs/notice-bubble/lib/cjs/translations/en.json +0 -3
  2456. package/libs/notice-bubble/lib/cjs/translations/es.json +0 -3
  2457. package/libs/notice-bubble/lib/cjs/translations/fr.json +0 -3
  2458. package/libs/notice-bubble/lib/cjs/translations/it.json +0 -3
  2459. package/libs/notice-bubble/lib/cjs/translations/ja.json +0 -3
  2460. package/libs/notice-bubble/lib/cjs/translations/ko.json +0 -3
  2461. package/libs/notice-bubble/lib/cjs/translations/nl.json +0 -3
  2462. package/libs/notice-bubble/lib/cjs/translations/pl.json +0 -3
  2463. package/libs/notice-bubble/lib/cjs/translations/pt.json +0 -3
  2464. package/libs/notice-bubble/lib/cjs/translations/sv.json +0 -3
  2465. package/libs/notice-bubble/lib/cjs/translations/tr.json +0 -3
  2466. package/libs/notice-bubble/lib/cjs/translations/vi.json +0 -3
  2467. package/libs/notice-bubble/lib/cjs/translations/zh.json +0 -3
  2468. package/libs/notice-bubble/lib/cjs/utils.js +0 -46
  2469. package/libs/notice-bubble/lib/cjs/utils.js.map +0 -1
  2470. package/libs/notice-bubble/lib/es6/NoticeBubble.js +0 -307
  2471. package/libs/notice-bubble/lib/es6/NoticeBubble.js.map +0 -1
  2472. package/libs/notice-bubble/lib/es6/NoticeBubbleManager.js +0 -96
  2473. package/libs/notice-bubble/lib/es6/NoticeBubbleManager.js.map +0 -1
  2474. package/libs/notice-bubble/lib/es6/index.d.js +0 -18
  2475. package/libs/notice-bubble/lib/es6/index.d.js.map +0 -1
  2476. package/libs/notice-bubble/lib/es6/index.js +0 -7
  2477. package/libs/notice-bubble/lib/es6/index.js.map +0 -1
  2478. package/libs/notice-bubble/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
  2479. package/libs/notice-bubble/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
  2480. package/libs/notice-bubble/lib/es6/translations/de.json +0 -3
  2481. package/libs/notice-bubble/lib/es6/translations/en.json +0 -3
  2482. package/libs/notice-bubble/lib/es6/translations/es.json +0 -3
  2483. package/libs/notice-bubble/lib/es6/translations/fr.json +0 -3
  2484. package/libs/notice-bubble/lib/es6/translations/it.json +0 -3
  2485. package/libs/notice-bubble/lib/es6/translations/ja.json +0 -3
  2486. package/libs/notice-bubble/lib/es6/translations/ko.json +0 -3
  2487. package/libs/notice-bubble/lib/es6/translations/nl.json +0 -3
  2488. package/libs/notice-bubble/lib/es6/translations/pl.json +0 -3
  2489. package/libs/notice-bubble/lib/es6/translations/pt.json +0 -3
  2490. package/libs/notice-bubble/lib/es6/translations/sv.json +0 -3
  2491. package/libs/notice-bubble/lib/es6/translations/tr.json +0 -3
  2492. package/libs/notice-bubble/lib/es6/translations/vi.json +0 -3
  2493. package/libs/notice-bubble/lib/es6/translations/zh.json +0 -3
  2494. package/libs/notice-bubble/lib/es6/utils.js +0 -39
  2495. package/libs/notice-bubble/lib/es6/utils.js.map +0 -1
  2496. package/libs/notice-bubble/lib/types/index.d.ts +0 -145
  2497. package/libs/notice-global/lib/cjs/NoticeGlobal.js +0 -126
  2498. package/libs/notice-global/lib/cjs/NoticeGlobal.js.map +0 -1
  2499. package/libs/notice-global/lib/cjs/index.d.js +0 -2
  2500. package/libs/notice-global/lib/cjs/index.d.js.map +0 -1
  2501. package/libs/notice-global/lib/cjs/index.js +0 -14
  2502. package/libs/notice-global/lib/cjs/index.js.map +0 -1
  2503. package/libs/notice-global/lib/cjs/translations/__intergalactic-dynamic-locales.js +0 -39
  2504. package/libs/notice-global/lib/cjs/translations/__intergalactic-dynamic-locales.js.map +0 -1
  2505. package/libs/notice-global/lib/cjs/translations/de.json +0 -3
  2506. package/libs/notice-global/lib/cjs/translations/en.json +0 -3
  2507. package/libs/notice-global/lib/cjs/translations/es.json +0 -3
  2508. package/libs/notice-global/lib/cjs/translations/fr.json +0 -3
  2509. package/libs/notice-global/lib/cjs/translations/it.json +0 -3
  2510. package/libs/notice-global/lib/cjs/translations/ja.json +0 -3
  2511. package/libs/notice-global/lib/cjs/translations/ko.json +0 -3
  2512. package/libs/notice-global/lib/cjs/translations/nl.json +0 -3
  2513. package/libs/notice-global/lib/cjs/translations/pl.json +0 -3
  2514. package/libs/notice-global/lib/cjs/translations/pt.json +0 -3
  2515. package/libs/notice-global/lib/cjs/translations/sv.json +0 -3
  2516. package/libs/notice-global/lib/cjs/translations/tr.json +0 -3
  2517. package/libs/notice-global/lib/cjs/translations/vi.json +0 -3
  2518. package/libs/notice-global/lib/cjs/translations/zh.json +0 -3
  2519. package/libs/notice-global/lib/es6/NoticeGlobal.js +0 -121
  2520. package/libs/notice-global/lib/es6/NoticeGlobal.js.map +0 -1
  2521. package/libs/notice-global/lib/es6/index.d.js +0 -2
  2522. package/libs/notice-global/lib/es6/index.d.js.map +0 -1
  2523. package/libs/notice-global/lib/es6/index.js +0 -2
  2524. package/libs/notice-global/lib/es6/index.js.map +0 -1
  2525. package/libs/notice-global/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
  2526. package/libs/notice-global/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
  2527. package/libs/notice-global/lib/es6/translations/de.json +0 -3
  2528. package/libs/notice-global/lib/es6/translations/en.json +0 -3
  2529. package/libs/notice-global/lib/es6/translations/es.json +0 -3
  2530. package/libs/notice-global/lib/es6/translations/fr.json +0 -3
  2531. package/libs/notice-global/lib/es6/translations/it.json +0 -3
  2532. package/libs/notice-global/lib/es6/translations/ja.json +0 -3
  2533. package/libs/notice-global/lib/es6/translations/ko.json +0 -3
  2534. package/libs/notice-global/lib/es6/translations/nl.json +0 -3
  2535. package/libs/notice-global/lib/es6/translations/pl.json +0 -3
  2536. package/libs/notice-global/lib/es6/translations/pt.json +0 -3
  2537. package/libs/notice-global/lib/es6/translations/sv.json +0 -3
  2538. package/libs/notice-global/lib/es6/translations/tr.json +0 -3
  2539. package/libs/notice-global/lib/es6/translations/vi.json +0 -3
  2540. package/libs/notice-global/lib/es6/translations/zh.json +0 -3
  2541. package/libs/notice-global/lib/types/index.d.ts +0 -36
  2542. package/libs/outside-click/lib/cjs/OutsideClick.js +0 -61
  2543. package/libs/outside-click/lib/cjs/OutsideClick.js.map +0 -1
  2544. package/libs/outside-click/lib/cjs/index.js +0 -26
  2545. package/libs/outside-click/lib/cjs/index.js.map +0 -1
  2546. package/libs/outside-click/lib/es6/OutsideClick.js +0 -55
  2547. package/libs/outside-click/lib/es6/OutsideClick.js.map +0 -1
  2548. package/libs/outside-click/lib/es6/index.js +0 -3
  2549. package/libs/outside-click/lib/es6/index.js.map +0 -1
  2550. package/libs/outside-click/lib/types/OutsideClick.d.ts +0 -24
  2551. package/libs/outside-click/lib/types/index.d.ts +0 -2
  2552. package/libs/pagination/lib/cjs/Pagination.js +0 -432
  2553. package/libs/pagination/lib/cjs/Pagination.js.map +0 -1
  2554. package/libs/pagination/lib/cjs/index.d.js +0 -2
  2555. package/libs/pagination/lib/cjs/index.d.js.map +0 -1
  2556. package/libs/pagination/lib/cjs/index.js +0 -14
  2557. package/libs/pagination/lib/cjs/index.js.map +0 -1
  2558. package/libs/pagination/lib/cjs/translations/__intergalactic-dynamic-locales.js +0 -41
  2559. package/libs/pagination/lib/cjs/translations/__intergalactic-dynamic-locales.js.map +0 -1
  2560. package/libs/pagination/lib/cjs/translations/de.json +0 -14
  2561. package/libs/pagination/lib/cjs/translations/en.json +0 -14
  2562. package/libs/pagination/lib/cjs/translations/es.json +0 -14
  2563. package/libs/pagination/lib/cjs/translations/fr.json +0 -14
  2564. package/libs/pagination/lib/cjs/translations/it.json +0 -14
  2565. package/libs/pagination/lib/cjs/translations/ja.json +0 -14
  2566. package/libs/pagination/lib/cjs/translations/ko.json +0 -14
  2567. package/libs/pagination/lib/cjs/translations/nl.json +0 -14
  2568. package/libs/pagination/lib/cjs/translations/pl.json +0 -14
  2569. package/libs/pagination/lib/cjs/translations/pt.json +0 -14
  2570. package/libs/pagination/lib/cjs/translations/ru.json +0 -6
  2571. package/libs/pagination/lib/cjs/translations/sv.json +0 -14
  2572. package/libs/pagination/lib/cjs/translations/tr.json +0 -14
  2573. package/libs/pagination/lib/cjs/translations/vi.json +0 -14
  2574. package/libs/pagination/lib/cjs/translations/zh.json +0 -14
  2575. package/libs/pagination/lib/es6/Pagination.js +0 -432
  2576. package/libs/pagination/lib/es6/Pagination.js.map +0 -1
  2577. package/libs/pagination/lib/es6/index.d.js +0 -2
  2578. package/libs/pagination/lib/es6/index.d.js.map +0 -1
  2579. package/libs/pagination/lib/es6/index.js +0 -2
  2580. package/libs/pagination/lib/es6/index.js.map +0 -1
  2581. package/libs/pagination/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -33
  2582. package/libs/pagination/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
  2583. package/libs/pagination/lib/es6/translations/de.json +0 -14
  2584. package/libs/pagination/lib/es6/translations/en.json +0 -14
  2585. package/libs/pagination/lib/es6/translations/es.json +0 -14
  2586. package/libs/pagination/lib/es6/translations/fr.json +0 -14
  2587. package/libs/pagination/lib/es6/translations/it.json +0 -14
  2588. package/libs/pagination/lib/es6/translations/ja.json +0 -14
  2589. package/libs/pagination/lib/es6/translations/ko.json +0 -14
  2590. package/libs/pagination/lib/es6/translations/nl.json +0 -14
  2591. package/libs/pagination/lib/es6/translations/pl.json +0 -14
  2592. package/libs/pagination/lib/es6/translations/pt.json +0 -14
  2593. package/libs/pagination/lib/es6/translations/ru.json +0 -6
  2594. package/libs/pagination/lib/es6/translations/sv.json +0 -14
  2595. package/libs/pagination/lib/es6/translations/tr.json +0 -14
  2596. package/libs/pagination/lib/es6/translations/vi.json +0 -14
  2597. package/libs/pagination/lib/es6/translations/zh.json +0 -14
  2598. package/libs/pagination/lib/types/index.d.ts +0 -76
  2599. package/libs/pills/lib/cjs/Pills.js +0 -228
  2600. package/libs/pills/lib/cjs/Pills.js.map +0 -1
  2601. package/libs/pills/lib/cjs/index.d.js +0 -2
  2602. package/libs/pills/lib/cjs/index.d.js.map +0 -1
  2603. package/libs/pills/lib/cjs/index.js +0 -14
  2604. package/libs/pills/lib/cjs/index.js.map +0 -1
  2605. package/libs/pills/lib/es6/Pills.js +0 -224
  2606. package/libs/pills/lib/es6/Pills.js.map +0 -1
  2607. package/libs/pills/lib/es6/index.d.js +0 -2
  2608. package/libs/pills/lib/es6/index.d.js.map +0 -1
  2609. package/libs/pills/lib/es6/index.js +0 -2
  2610. package/libs/pills/lib/es6/index.js.map +0 -1
  2611. package/libs/pills/lib/types/index.d.ts +0 -94
  2612. package/libs/popper/lib/cjs/Popper.js +0 -596
  2613. package/libs/popper/lib/cjs/Popper.js.map +0 -1
  2614. package/libs/popper/lib/cjs/arrowOffset.js +0 -66
  2615. package/libs/popper/lib/cjs/arrowOffset.js.map +0 -1
  2616. package/libs/popper/lib/cjs/createPopper.js +0 -15
  2617. package/libs/popper/lib/cjs/createPopper.js.map +0 -1
  2618. package/libs/popper/lib/cjs/index.d.js +0 -2
  2619. package/libs/popper/lib/cjs/index.d.js.map +0 -1
  2620. package/libs/popper/lib/cjs/index.js +0 -14
  2621. package/libs/popper/lib/cjs/index.js.map +0 -1
  2622. package/libs/popper/lib/es6/Popper.js +0 -590
  2623. package/libs/popper/lib/es6/Popper.js.map +0 -1
  2624. package/libs/popper/lib/es6/arrowOffset.js +0 -58
  2625. package/libs/popper/lib/es6/arrowOffset.js.map +0 -1
  2626. package/libs/popper/lib/es6/createPopper.js +0 -7
  2627. package/libs/popper/lib/es6/createPopper.js.map +0 -1
  2628. package/libs/popper/lib/es6/index.d.js +0 -2
  2629. package/libs/popper/lib/es6/index.d.js.map +0 -1
  2630. package/libs/popper/lib/es6/index.js +0 -2
  2631. package/libs/popper/lib/es6/index.js.map +0 -1
  2632. package/libs/popper/lib/types/index.d.ts +0 -134
  2633. package/libs/portal/lib/cjs/Portal.js +0 -48
  2634. package/libs/portal/lib/cjs/Portal.js.map +0 -1
  2635. package/libs/portal/lib/cjs/index.js +0 -26
  2636. package/libs/portal/lib/cjs/index.js.map +0 -1
  2637. package/libs/portal/lib/es6/Portal.js +0 -42
  2638. package/libs/portal/lib/es6/Portal.js.map +0 -1
  2639. package/libs/portal/lib/es6/index.js +0 -3
  2640. package/libs/portal/lib/es6/index.js.map +0 -1
  2641. package/libs/portal/lib/types/Portal.d.ts +0 -16
  2642. package/libs/portal/lib/types/index.d.ts +0 -2
  2643. package/libs/product-head/lib/cjs/Info.js +0 -68
  2644. package/libs/product-head/lib/cjs/Info.js.map +0 -1
  2645. package/libs/product-head/lib/cjs/ProductHead.js +0 -70
  2646. package/libs/product-head/lib/cjs/ProductHead.js.map +0 -1
  2647. package/libs/product-head/lib/cjs/Title.js +0 -64
  2648. package/libs/product-head/lib/cjs/Title.js.map +0 -1
  2649. package/libs/product-head/lib/cjs/index.js +0 -55
  2650. package/libs/product-head/lib/cjs/index.js.map +0 -1
  2651. package/libs/product-head/lib/es6/Info.js +0 -63
  2652. package/libs/product-head/lib/es6/Info.js.map +0 -1
  2653. package/libs/product-head/lib/es6/ProductHead.js +0 -66
  2654. package/libs/product-head/lib/es6/ProductHead.js.map +0 -1
  2655. package/libs/product-head/lib/es6/Title.js +0 -58
  2656. package/libs/product-head/lib/es6/Title.js.map +0 -1
  2657. package/libs/product-head/lib/es6/index.js +0 -6
  2658. package/libs/product-head/lib/es6/index.js.map +0 -1
  2659. package/libs/product-head/lib/types/Info.d.ts +0 -16
  2660. package/libs/product-head/lib/types/ProductHead.d.ts +0 -7
  2661. package/libs/product-head/lib/types/Title.d.ts +0 -13
  2662. package/libs/product-head/lib/types/index.d.ts +0 -5
  2663. package/libs/progress-bar/lib/cjs/ProgressBar.js +0 -119
  2664. package/libs/progress-bar/lib/cjs/ProgressBar.js.map +0 -1
  2665. package/libs/progress-bar/lib/cjs/index.d.js +0 -2
  2666. package/libs/progress-bar/lib/cjs/index.d.js.map +0 -1
  2667. package/libs/progress-bar/lib/cjs/index.js +0 -14
  2668. package/libs/progress-bar/lib/cjs/index.js.map +0 -1
  2669. package/libs/progress-bar/lib/es6/ProgressBar.js +0 -113
  2670. package/libs/progress-bar/lib/es6/ProgressBar.js.map +0 -1
  2671. package/libs/progress-bar/lib/es6/index.d.js +0 -2
  2672. package/libs/progress-bar/lib/es6/index.d.js.map +0 -1
  2673. package/libs/progress-bar/lib/es6/index.js +0 -2
  2674. package/libs/progress-bar/lib/es6/index.js.map +0 -1
  2675. package/libs/progress-bar/lib/types/index.d.ts +0 -44
  2676. package/libs/radio/lib/cjs/Radio.js +0 -377
  2677. package/libs/radio/lib/cjs/Radio.js.map +0 -1
  2678. package/libs/radio/lib/cjs/index.d.js +0 -2
  2679. package/libs/radio/lib/cjs/index.d.js.map +0 -1
  2680. package/libs/radio/lib/cjs/index.js +0 -26
  2681. package/libs/radio/lib/cjs/index.js.map +0 -1
  2682. package/libs/radio/lib/es6/Radio.js +0 -368
  2683. package/libs/radio/lib/es6/Radio.js.map +0 -1
  2684. package/libs/radio/lib/es6/index.d.js +0 -2
  2685. package/libs/radio/lib/es6/index.d.js.map +0 -1
  2686. package/libs/radio/lib/es6/index.js +0 -3
  2687. package/libs/radio/lib/es6/index.js.map +0 -1
  2688. package/libs/radio/lib/types/index.d.ts +0 -138
  2689. package/libs/scroll-area/lib/cjs/ScrollArea.js +0 -302
  2690. package/libs/scroll-area/lib/cjs/ScrollArea.js.map +0 -1
  2691. package/libs/scroll-area/lib/cjs/ScrollBar.js +0 -393
  2692. package/libs/scroll-area/lib/cjs/ScrollBar.js.map +0 -1
  2693. package/libs/scroll-area/lib/cjs/index.d.js +0 -2
  2694. package/libs/scroll-area/lib/cjs/index.d.js.map +0 -1
  2695. package/libs/scroll-area/lib/cjs/index.js +0 -26
  2696. package/libs/scroll-area/lib/cjs/index.js.map +0 -1
  2697. package/libs/scroll-area/lib/es6/ScrollArea.js +0 -295
  2698. package/libs/scroll-area/lib/es6/ScrollArea.js.map +0 -1
  2699. package/libs/scroll-area/lib/es6/ScrollBar.js +0 -386
  2700. package/libs/scroll-area/lib/es6/ScrollBar.js.map +0 -1
  2701. package/libs/scroll-area/lib/es6/index.d.js +0 -2
  2702. package/libs/scroll-area/lib/es6/index.d.js.map +0 -1
  2703. package/libs/scroll-area/lib/es6/index.js +0 -3
  2704. package/libs/scroll-area/lib/es6/index.js.map +0 -1
  2705. package/libs/scroll-area/lib/types/index.d.ts +0 -58
  2706. package/libs/select/lib/cjs/InputSearch.js +0 -150
  2707. package/libs/select/lib/cjs/InputSearch.js.map +0 -1
  2708. package/libs/select/lib/cjs/Select.js +0 -405
  2709. package/libs/select/lib/cjs/Select.js.map +0 -1
  2710. package/libs/select/lib/cjs/context.js +0 -11
  2711. package/libs/select/lib/cjs/context.js.map +0 -1
  2712. package/libs/select/lib/cjs/index.d.js +0 -2
  2713. package/libs/select/lib/cjs/index.d.js.map +0 -1
  2714. package/libs/select/lib/cjs/index.js +0 -21
  2715. package/libs/select/lib/cjs/index.js.map +0 -1
  2716. package/libs/select/lib/cjs/translations/__intergalactic-dynamic-locales.js +0 -39
  2717. package/libs/select/lib/cjs/translations/__intergalactic-dynamic-locales.js.map +0 -1
  2718. package/libs/select/lib/cjs/translations/de.json +0 -6
  2719. package/libs/select/lib/cjs/translations/en.json +0 -6
  2720. package/libs/select/lib/cjs/translations/es.json +0 -6
  2721. package/libs/select/lib/cjs/translations/fr.json +0 -6
  2722. package/libs/select/lib/cjs/translations/it.json +0 -6
  2723. package/libs/select/lib/cjs/translations/ja.json +0 -6
  2724. package/libs/select/lib/cjs/translations/ko.json +0 -6
  2725. package/libs/select/lib/cjs/translations/nl.json +0 -6
  2726. package/libs/select/lib/cjs/translations/pl.json +0 -6
  2727. package/libs/select/lib/cjs/translations/pt.json +0 -6
  2728. package/libs/select/lib/cjs/translations/sv.json +0 -6
  2729. package/libs/select/lib/cjs/translations/tr.json +0 -6
  2730. package/libs/select/lib/cjs/translations/vi.json +0 -6
  2731. package/libs/select/lib/cjs/translations/zh.json +0 -6
  2732. package/libs/select/lib/es6/InputSearch.js +0 -146
  2733. package/libs/select/lib/es6/InputSearch.js.map +0 -1
  2734. package/libs/select/lib/es6/Select.js +0 -401
  2735. package/libs/select/lib/es6/Select.js.map +0 -1
  2736. package/libs/select/lib/es6/context.js +0 -3
  2737. package/libs/select/lib/es6/context.js.map +0 -1
  2738. package/libs/select/lib/es6/index.d.js +0 -2
  2739. package/libs/select/lib/es6/index.d.js.map +0 -1
  2740. package/libs/select/lib/es6/index.js +0 -3
  2741. package/libs/select/lib/es6/index.js.map +0 -1
  2742. package/libs/select/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
  2743. package/libs/select/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
  2744. package/libs/select/lib/es6/translations/de.json +0 -6
  2745. package/libs/select/lib/es6/translations/en.json +0 -6
  2746. package/libs/select/lib/es6/translations/es.json +0 -6
  2747. package/libs/select/lib/es6/translations/fr.json +0 -6
  2748. package/libs/select/lib/es6/translations/it.json +0 -6
  2749. package/libs/select/lib/es6/translations/ja.json +0 -6
  2750. package/libs/select/lib/es6/translations/ko.json +0 -6
  2751. package/libs/select/lib/es6/translations/nl.json +0 -6
  2752. package/libs/select/lib/es6/translations/pl.json +0 -6
  2753. package/libs/select/lib/es6/translations/pt.json +0 -6
  2754. package/libs/select/lib/es6/translations/sv.json +0 -6
  2755. package/libs/select/lib/es6/translations/tr.json +0 -6
  2756. package/libs/select/lib/es6/translations/vi.json +0 -6
  2757. package/libs/select/lib/es6/translations/zh.json +0 -6
  2758. package/libs/select/lib/types/index.d.ts +0 -162
  2759. package/libs/side-panel/lib/cjs/SidePanel.js +0 -270
  2760. package/libs/side-panel/lib/cjs/SidePanel.js.map +0 -1
  2761. package/libs/side-panel/lib/cjs/index.d.js +0 -2
  2762. package/libs/side-panel/lib/cjs/index.d.js.map +0 -1
  2763. package/libs/side-panel/lib/cjs/index.js +0 -14
  2764. package/libs/side-panel/lib/cjs/index.js.map +0 -1
  2765. package/libs/side-panel/lib/es6/SidePanel.js +0 -271
  2766. package/libs/side-panel/lib/es6/SidePanel.js.map +0 -1
  2767. package/libs/side-panel/lib/es6/index.d.js +0 -2
  2768. package/libs/side-panel/lib/es6/index.d.js.map +0 -1
  2769. package/libs/side-panel/lib/es6/index.js +0 -2
  2770. package/libs/side-panel/lib/es6/index.js.map +0 -1
  2771. package/libs/side-panel/lib/types/index.d.ts +0 -85
  2772. package/libs/skeleton/lib/cjs/Charts/Area.js +0 -44
  2773. package/libs/skeleton/lib/cjs/Charts/Area.js.map +0 -1
  2774. package/libs/skeleton/lib/cjs/Charts/Bar.js +0 -54
  2775. package/libs/skeleton/lib/cjs/Charts/Bar.js.map +0 -1
  2776. package/libs/skeleton/lib/cjs/Charts/Bubble.js +0 -38
  2777. package/libs/skeleton/lib/cjs/Charts/Bubble.js.map +0 -1
  2778. package/libs/skeleton/lib/cjs/Charts/Donut.js +0 -48
  2779. package/libs/skeleton/lib/cjs/Charts/Donut.js.map +0 -1
  2780. package/libs/skeleton/lib/cjs/Charts/Histogram.js +0 -54
  2781. package/libs/skeleton/lib/cjs/Charts/Histogram.js.map +0 -1
  2782. package/libs/skeleton/lib/cjs/Charts/Line.js +0 -44
  2783. package/libs/skeleton/lib/cjs/Charts/Line.js.map +0 -1
  2784. package/libs/skeleton/lib/cjs/Charts/RadialTree.js +0 -38
  2785. package/libs/skeleton/lib/cjs/Charts/RadialTree.js.map +0 -1
  2786. package/libs/skeleton/lib/cjs/Charts/ScatterPlot.js +0 -38
  2787. package/libs/skeleton/lib/cjs/Charts/ScatterPlot.js.map +0 -1
  2788. package/libs/skeleton/lib/cjs/Charts/Venn.js +0 -38
  2789. package/libs/skeleton/lib/cjs/Charts/Venn.js.map +0 -1
  2790. package/libs/skeleton/lib/cjs/Charts/index.js +0 -70
  2791. package/libs/skeleton/lib/cjs/Charts/index.js.map +0 -1
  2792. package/libs/skeleton/lib/cjs/Skeleton.d.js +0 -2
  2793. package/libs/skeleton/lib/cjs/Skeleton.d.js.map +0 -1
  2794. package/libs/skeleton/lib/cjs/Skeleton.js +0 -165
  2795. package/libs/skeleton/lib/cjs/Skeleton.js.map +0 -1
  2796. package/libs/skeleton/lib/cjs/index.d.js +0 -2
  2797. package/libs/skeleton/lib/cjs/index.d.js.map +0 -1
  2798. package/libs/skeleton/lib/cjs/index.js +0 -27
  2799. package/libs/skeleton/lib/cjs/index.js.map +0 -1
  2800. package/libs/skeleton/lib/cjs/svg/area-chart-linear.svg +0 -3
  2801. package/libs/skeleton/lib/cjs/svg/area-chart-monotone.svg +0 -3
  2802. package/libs/skeleton/lib/cjs/svg/bar-chart-horizontal.svg +0 -6
  2803. package/libs/skeleton/lib/cjs/svg/bar-chart-vertical.svg +0 -7
  2804. package/libs/skeleton/lib/cjs/svg/bubble-chart.svg +0 -7
  2805. package/libs/skeleton/lib/cjs/svg/donut-chart-halfsize.svg +0 -4
  2806. package/libs/skeleton/lib/cjs/svg/donut-chart.svg +0 -9
  2807. package/libs/skeleton/lib/cjs/svg/histogram-chart-horizontal.svg +0 -6
  2808. package/libs/skeleton/lib/cjs/svg/histogram-chart-vertical.svg +0 -7
  2809. package/libs/skeleton/lib/cjs/svg/line-chart-linear.svg +0 -10
  2810. package/libs/skeleton/lib/cjs/svg/line-chart-monotone.svg +0 -3
  2811. package/libs/skeleton/lib/cjs/svg/radial-chart.svg +0 -19
  2812. package/libs/skeleton/lib/cjs/svg/scatter-plot-chart.svg +0 -16
  2813. package/libs/skeleton/lib/cjs/svg/venn-chart.svg +0 -13
  2814. package/libs/skeleton/lib/es6/Charts/Area.js +0 -37
  2815. package/libs/skeleton/lib/es6/Charts/Area.js.map +0 -1
  2816. package/libs/skeleton/lib/es6/Charts/Bar.js +0 -47
  2817. package/libs/skeleton/lib/es6/Charts/Bar.js.map +0 -1
  2818. package/libs/skeleton/lib/es6/Charts/Bubble.js +0 -31
  2819. package/libs/skeleton/lib/es6/Charts/Bubble.js.map +0 -1
  2820. package/libs/skeleton/lib/es6/Charts/Donut.js +0 -41
  2821. package/libs/skeleton/lib/es6/Charts/Donut.js.map +0 -1
  2822. package/libs/skeleton/lib/es6/Charts/Histogram.js +0 -47
  2823. package/libs/skeleton/lib/es6/Charts/Histogram.js.map +0 -1
  2824. package/libs/skeleton/lib/es6/Charts/Line.js +0 -37
  2825. package/libs/skeleton/lib/es6/Charts/Line.js.map +0 -1
  2826. package/libs/skeleton/lib/es6/Charts/RadialTree.js +0 -31
  2827. package/libs/skeleton/lib/es6/Charts/RadialTree.js.map +0 -1
  2828. package/libs/skeleton/lib/es6/Charts/ScatterPlot.js +0 -31
  2829. package/libs/skeleton/lib/es6/Charts/ScatterPlot.js.map +0 -1
  2830. package/libs/skeleton/lib/es6/Charts/Venn.js +0 -31
  2831. package/libs/skeleton/lib/es6/Charts/Venn.js.map +0 -1
  2832. package/libs/skeleton/lib/es6/Charts/index.js +0 -10
  2833. package/libs/skeleton/lib/es6/Charts/index.js.map +0 -1
  2834. package/libs/skeleton/lib/es6/Skeleton.d.js +0 -2
  2835. package/libs/skeleton/lib/es6/Skeleton.d.js.map +0 -1
  2836. package/libs/skeleton/lib/es6/Skeleton.js +0 -159
  2837. package/libs/skeleton/lib/es6/Skeleton.js.map +0 -1
  2838. package/libs/skeleton/lib/es6/index.d.js +0 -2
  2839. package/libs/skeleton/lib/es6/index.d.js.map +0 -1
  2840. package/libs/skeleton/lib/es6/index.js +0 -3
  2841. package/libs/skeleton/lib/es6/index.js.map +0 -1
  2842. package/libs/skeleton/lib/es6/svg/area-chart-linear.svg +0 -3
  2843. package/libs/skeleton/lib/es6/svg/area-chart-monotone.svg +0 -3
  2844. package/libs/skeleton/lib/es6/svg/bar-chart-horizontal.svg +0 -6
  2845. package/libs/skeleton/lib/es6/svg/bar-chart-vertical.svg +0 -7
  2846. package/libs/skeleton/lib/es6/svg/bubble-chart.svg +0 -7
  2847. package/libs/skeleton/lib/es6/svg/donut-chart-halfsize.svg +0 -4
  2848. package/libs/skeleton/lib/es6/svg/donut-chart.svg +0 -9
  2849. package/libs/skeleton/lib/es6/svg/histogram-chart-horizontal.svg +0 -6
  2850. package/libs/skeleton/lib/es6/svg/histogram-chart-vertical.svg +0 -7
  2851. package/libs/skeleton/lib/es6/svg/line-chart-linear.svg +0 -10
  2852. package/libs/skeleton/lib/es6/svg/line-chart-monotone.svg +0 -3
  2853. package/libs/skeleton/lib/es6/svg/radial-chart.svg +0 -19
  2854. package/libs/skeleton/lib/es6/svg/scatter-plot-chart.svg +0 -16
  2855. package/libs/skeleton/lib/es6/svg/venn-chart.svg +0 -13
  2856. package/libs/skeleton/lib/types/Skeleton.d.ts +0 -4
  2857. package/libs/skeleton/lib/types/index.d.ts +0 -86
  2858. package/libs/slider/lib/cjs/Slider.js +0 -312
  2859. package/libs/slider/lib/cjs/Slider.js.map +0 -1
  2860. package/libs/slider/lib/cjs/index.d.js +0 -2
  2861. package/libs/slider/lib/cjs/index.d.js.map +0 -1
  2862. package/libs/slider/lib/cjs/index.js +0 -14
  2863. package/libs/slider/lib/cjs/index.js.map +0 -1
  2864. package/libs/slider/lib/es6/Slider.js +0 -309
  2865. package/libs/slider/lib/es6/Slider.js.map +0 -1
  2866. package/libs/slider/lib/es6/index.d.js +0 -2
  2867. package/libs/slider/lib/es6/index.d.js.map +0 -1
  2868. package/libs/slider/lib/es6/index.js +0 -2
  2869. package/libs/slider/lib/es6/index.js.map +0 -1
  2870. package/libs/slider/lib/types/index.d.ts +0 -83
  2871. package/libs/spin/lib/cjs/Spin.js +0 -74
  2872. package/libs/spin/lib/cjs/Spin.js.map +0 -1
  2873. package/libs/spin/lib/cjs/index.d.js +0 -2
  2874. package/libs/spin/lib/cjs/index.d.js.map +0 -1
  2875. package/libs/spin/lib/cjs/index.js +0 -14
  2876. package/libs/spin/lib/cjs/index.js.map +0 -1
  2877. package/libs/spin/lib/es6/Spin.js +0 -67
  2878. package/libs/spin/lib/es6/Spin.js.map +0 -1
  2879. package/libs/spin/lib/es6/index.d.js +0 -2
  2880. package/libs/spin/lib/es6/index.d.js.map +0 -1
  2881. package/libs/spin/lib/es6/index.js +0 -2
  2882. package/libs/spin/lib/es6/index.js.map +0 -1
  2883. package/libs/spin/lib/types/index.d.ts +0 -26
  2884. package/libs/spin-container/lib/cjs/SpinContainer.js +0 -142
  2885. package/libs/spin-container/lib/cjs/SpinContainer.js.map +0 -1
  2886. package/libs/spin-container/lib/cjs/index.d.js +0 -2
  2887. package/libs/spin-container/lib/cjs/index.d.js.map +0 -1
  2888. package/libs/spin-container/lib/cjs/index.js +0 -14
  2889. package/libs/spin-container/lib/cjs/index.js.map +0 -1
  2890. package/libs/spin-container/lib/es6/SpinContainer.js +0 -137
  2891. package/libs/spin-container/lib/es6/SpinContainer.js.map +0 -1
  2892. package/libs/spin-container/lib/es6/index.d.js +0 -2
  2893. package/libs/spin-container/lib/es6/index.d.js.map +0 -1
  2894. package/libs/spin-container/lib/es6/index.js +0 -2
  2895. package/libs/spin-container/lib/es6/index.js.map +0 -1
  2896. package/libs/spin-container/lib/types/index.d.ts +0 -52
  2897. package/libs/sticky/lib/cjs/Sticky.js +0 -53
  2898. package/libs/sticky/lib/cjs/Sticky.js.map +0 -1
  2899. package/libs/sticky/lib/cjs/index.js +0 -26
  2900. package/libs/sticky/lib/cjs/index.js.map +0 -1
  2901. package/libs/sticky/lib/es6/Sticky.js +0 -46
  2902. package/libs/sticky/lib/es6/Sticky.js.map +0 -1
  2903. package/libs/sticky/lib/es6/index.js +0 -3
  2904. package/libs/sticky/lib/es6/index.js.map +0 -1
  2905. package/libs/sticky/lib/types/Sticky.d.ts +0 -17
  2906. package/libs/sticky/lib/types/index.d.ts +0 -2
  2907. package/libs/switch/lib/cjs/Switch.js +0 -287
  2908. package/libs/switch/lib/cjs/Switch.js.map +0 -1
  2909. package/libs/switch/lib/cjs/index.d.js +0 -13
  2910. package/libs/switch/lib/cjs/index.d.js.map +0 -1
  2911. package/libs/switch/lib/cjs/index.js +0 -26
  2912. package/libs/switch/lib/cjs/index.js.map +0 -1
  2913. package/libs/switch/lib/es6/Switch.js +0 -276
  2914. package/libs/switch/lib/es6/Switch.js.map +0 -1
  2915. package/libs/switch/lib/es6/index.d.js +0 -3
  2916. package/libs/switch/lib/es6/index.d.js.map +0 -1
  2917. package/libs/switch/lib/es6/index.js +0 -3
  2918. package/libs/switch/lib/es6/index.js.map +0 -1
  2919. package/libs/switch/lib/types/index.d.ts +0 -61
  2920. package/libs/tab-line/lib/cjs/TabLine.js +0 -261
  2921. package/libs/tab-line/lib/cjs/TabLine.js.map +0 -1
  2922. package/libs/tab-line/lib/cjs/index.d.js +0 -2
  2923. package/libs/tab-line/lib/cjs/index.d.js.map +0 -1
  2924. package/libs/tab-line/lib/cjs/index.js +0 -14
  2925. package/libs/tab-line/lib/cjs/index.js.map +0 -1
  2926. package/libs/tab-line/lib/es6/TabLine.js +0 -257
  2927. package/libs/tab-line/lib/es6/TabLine.js.map +0 -1
  2928. package/libs/tab-line/lib/es6/index.d.js +0 -2
  2929. package/libs/tab-line/lib/es6/index.d.js.map +0 -1
  2930. package/libs/tab-line/lib/es6/index.js +0 -2
  2931. package/libs/tab-line/lib/es6/index.js.map +0 -1
  2932. package/libs/tab-line/lib/types/index.d.ts +0 -93
  2933. package/libs/tab-panel/lib/cjs/TabPanel.js +0 -154
  2934. package/libs/tab-panel/lib/cjs/TabPanel.js.map +0 -1
  2935. package/libs/tab-panel/lib/cjs/index.d.js +0 -2
  2936. package/libs/tab-panel/lib/cjs/index.d.js.map +0 -1
  2937. package/libs/tab-panel/lib/cjs/index.js +0 -14
  2938. package/libs/tab-panel/lib/cjs/index.js.map +0 -1
  2939. package/libs/tab-panel/lib/es6/TabPanel.js +0 -150
  2940. package/libs/tab-panel/lib/es6/TabPanel.js.map +0 -1
  2941. package/libs/tab-panel/lib/es6/index.d.js +0 -2
  2942. package/libs/tab-panel/lib/es6/index.d.js.map +0 -1
  2943. package/libs/tab-panel/lib/es6/index.js +0 -2
  2944. package/libs/tab-panel/lib/es6/index.js.map +0 -1
  2945. package/libs/tab-panel/lib/types/index.d.ts +0 -81
  2946. package/libs/tag/lib/cjs/Tag.js +0 -207
  2947. package/libs/tag/lib/cjs/Tag.js.map +0 -1
  2948. package/libs/tag/lib/cjs/index.d.js +0 -2
  2949. package/libs/tag/lib/cjs/index.d.js.map +0 -1
  2950. package/libs/tag/lib/cjs/index.js +0 -14
  2951. package/libs/tag/lib/cjs/index.js.map +0 -1
  2952. package/libs/tag/lib/cjs/translations/__intergalactic-dynamic-locales.js +0 -39
  2953. package/libs/tag/lib/cjs/translations/__intergalactic-dynamic-locales.js.map +0 -1
  2954. package/libs/tag/lib/cjs/translations/de.json +0 -3
  2955. package/libs/tag/lib/cjs/translations/en.json +0 -3
  2956. package/libs/tag/lib/cjs/translations/es.json +0 -3
  2957. package/libs/tag/lib/cjs/translations/fr.json +0 -3
  2958. package/libs/tag/lib/cjs/translations/it.json +0 -3
  2959. package/libs/tag/lib/cjs/translations/ja.json +0 -3
  2960. package/libs/tag/lib/cjs/translations/ko.json +0 -3
  2961. package/libs/tag/lib/cjs/translations/nl.json +0 -3
  2962. package/libs/tag/lib/cjs/translations/pl.json +0 -3
  2963. package/libs/tag/lib/cjs/translations/pt.json +0 -3
  2964. package/libs/tag/lib/cjs/translations/sv.json +0 -3
  2965. package/libs/tag/lib/cjs/translations/tr.json +0 -3
  2966. package/libs/tag/lib/cjs/translations/vi.json +0 -3
  2967. package/libs/tag/lib/cjs/translations/zh.json +0 -3
  2968. package/libs/tag/lib/es6/Tag.js +0 -204
  2969. package/libs/tag/lib/es6/Tag.js.map +0 -1
  2970. package/libs/tag/lib/es6/index.d.js +0 -2
  2971. package/libs/tag/lib/es6/index.d.js.map +0 -1
  2972. package/libs/tag/lib/es6/index.js +0 -2
  2973. package/libs/tag/lib/es6/index.js.map +0 -1
  2974. package/libs/tag/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
  2975. package/libs/tag/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
  2976. package/libs/tag/lib/es6/translations/de.json +0 -3
  2977. package/libs/tag/lib/es6/translations/en.json +0 -3
  2978. package/libs/tag/lib/es6/translations/es.json +0 -3
  2979. package/libs/tag/lib/es6/translations/fr.json +0 -3
  2980. package/libs/tag/lib/es6/translations/it.json +0 -3
  2981. package/libs/tag/lib/es6/translations/ja.json +0 -3
  2982. package/libs/tag/lib/es6/translations/ko.json +0 -3
  2983. package/libs/tag/lib/es6/translations/nl.json +0 -3
  2984. package/libs/tag/lib/es6/translations/pl.json +0 -3
  2985. package/libs/tag/lib/es6/translations/pt.json +0 -3
  2986. package/libs/tag/lib/es6/translations/sv.json +0 -3
  2987. package/libs/tag/lib/es6/translations/tr.json +0 -3
  2988. package/libs/tag/lib/es6/translations/vi.json +0 -3
  2989. package/libs/tag/lib/es6/translations/zh.json +0 -3
  2990. package/libs/tag/lib/types/index.d.ts +0 -88
  2991. package/libs/textarea/lib/cjs/Textarea.js +0 -151
  2992. package/libs/textarea/lib/cjs/Textarea.js.map +0 -1
  2993. package/libs/textarea/lib/cjs/index.d.js +0 -2
  2994. package/libs/textarea/lib/cjs/index.d.js.map +0 -1
  2995. package/libs/textarea/lib/cjs/index.js +0 -14
  2996. package/libs/textarea/lib/cjs/index.js.map +0 -1
  2997. package/libs/textarea/lib/es6/Textarea.js +0 -144
  2998. package/libs/textarea/lib/es6/Textarea.js.map +0 -1
  2999. package/libs/textarea/lib/es6/index.d.js +0 -2
  3000. package/libs/textarea/lib/es6/index.d.js.map +0 -1
  3001. package/libs/textarea/lib/es6/index.js +0 -2
  3002. package/libs/textarea/lib/es6/index.js.map +0 -1
  3003. package/libs/textarea/lib/types/index.d.ts +0 -45
  3004. package/libs/time-picker/lib/cjs/PickerFormat.js +0 -55
  3005. package/libs/time-picker/lib/cjs/PickerFormat.js.map +0 -1
  3006. package/libs/time-picker/lib/cjs/PickerInput.js +0 -306
  3007. package/libs/time-picker/lib/cjs/PickerInput.js.map +0 -1
  3008. package/libs/time-picker/lib/cjs/TimePicker.js +0 -338
  3009. package/libs/time-picker/lib/cjs/TimePicker.js.map +0 -1
  3010. package/libs/time-picker/lib/cjs/index.d.js +0 -2
  3011. package/libs/time-picker/lib/cjs/index.d.js.map +0 -1
  3012. package/libs/time-picker/lib/cjs/index.js +0 -26
  3013. package/libs/time-picker/lib/cjs/index.js.map +0 -1
  3014. package/libs/time-picker/lib/cjs/translations/__intergalactic-dynamic-locales.js +0 -39
  3015. package/libs/time-picker/lib/cjs/translations/__intergalactic-dynamic-locales.js.map +0 -1
  3016. package/libs/time-picker/lib/cjs/translations/de.json +0 -7
  3017. package/libs/time-picker/lib/cjs/translations/en.json +0 -7
  3018. package/libs/time-picker/lib/cjs/translations/es.json +0 -7
  3019. package/libs/time-picker/lib/cjs/translations/fr.json +0 -7
  3020. package/libs/time-picker/lib/cjs/translations/it.json +0 -7
  3021. package/libs/time-picker/lib/cjs/translations/ja.json +0 -7
  3022. package/libs/time-picker/lib/cjs/translations/ko.json +0 -7
  3023. package/libs/time-picker/lib/cjs/translations/nl.json +0 -7
  3024. package/libs/time-picker/lib/cjs/translations/pl.json +0 -7
  3025. package/libs/time-picker/lib/cjs/translations/pt.json +0 -7
  3026. package/libs/time-picker/lib/cjs/translations/sv.json +0 -7
  3027. package/libs/time-picker/lib/cjs/translations/tr.json +0 -7
  3028. package/libs/time-picker/lib/cjs/translations/vi.json +0 -7
  3029. package/libs/time-picker/lib/cjs/translations/zh.json +0 -7
  3030. package/libs/time-picker/lib/es6/PickerFormat.js +0 -48
  3031. package/libs/time-picker/lib/es6/PickerFormat.js.map +0 -1
  3032. package/libs/time-picker/lib/es6/PickerInput.js +0 -299
  3033. package/libs/time-picker/lib/es6/PickerInput.js.map +0 -1
  3034. package/libs/time-picker/lib/es6/TimePicker.js +0 -327
  3035. package/libs/time-picker/lib/es6/TimePicker.js.map +0 -1
  3036. package/libs/time-picker/lib/es6/index.d.js +0 -2
  3037. package/libs/time-picker/lib/es6/index.d.js.map +0 -1
  3038. package/libs/time-picker/lib/es6/index.js +0 -3
  3039. package/libs/time-picker/lib/es6/index.js.map +0 -1
  3040. package/libs/time-picker/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
  3041. package/libs/time-picker/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
  3042. package/libs/time-picker/lib/es6/translations/de.json +0 -7
  3043. package/libs/time-picker/lib/es6/translations/en.json +0 -7
  3044. package/libs/time-picker/lib/es6/translations/es.json +0 -7
  3045. package/libs/time-picker/lib/es6/translations/fr.json +0 -7
  3046. package/libs/time-picker/lib/es6/translations/it.json +0 -7
  3047. package/libs/time-picker/lib/es6/translations/ja.json +0 -7
  3048. package/libs/time-picker/lib/es6/translations/ko.json +0 -7
  3049. package/libs/time-picker/lib/es6/translations/nl.json +0 -7
  3050. package/libs/time-picker/lib/es6/translations/pl.json +0 -7
  3051. package/libs/time-picker/lib/es6/translations/pt.json +0 -7
  3052. package/libs/time-picker/lib/es6/translations/sv.json +0 -7
  3053. package/libs/time-picker/lib/es6/translations/tr.json +0 -7
  3054. package/libs/time-picker/lib/es6/translations/vi.json +0 -7
  3055. package/libs/time-picker/lib/es6/translations/zh.json +0 -7
  3056. package/libs/time-picker/lib/types/index.d.ts +0 -63
  3057. package/libs/tooltip/lib/cjs/Tooltip.js +0 -158
  3058. package/libs/tooltip/lib/cjs/Tooltip.js.map +0 -1
  3059. package/libs/tooltip/lib/cjs/index.d.js +0 -2
  3060. package/libs/tooltip/lib/cjs/index.d.js.map +0 -1
  3061. package/libs/tooltip/lib/cjs/index.js +0 -14
  3062. package/libs/tooltip/lib/cjs/index.js.map +0 -1
  3063. package/libs/tooltip/lib/es6/Tooltip.js +0 -153
  3064. package/libs/tooltip/lib/es6/Tooltip.js.map +0 -1
  3065. package/libs/tooltip/lib/es6/index.d.js +0 -2
  3066. package/libs/tooltip/lib/es6/index.d.js.map +0 -1
  3067. package/libs/tooltip/lib/es6/index.js +0 -2
  3068. package/libs/tooltip/lib/es6/index.js.map +0 -1
  3069. package/libs/tooltip/lib/types/index.d.ts +0 -29
  3070. package/libs/typography/lib/cjs/Blockquote.js +0 -35
  3071. package/libs/typography/lib/cjs/Blockquote.js.map +0 -1
  3072. package/libs/typography/lib/cjs/Hint.js +0 -86
  3073. package/libs/typography/lib/cjs/Hint.js.map +0 -1
  3074. package/libs/typography/lib/cjs/List.js +0 -81
  3075. package/libs/typography/lib/cjs/List.js.map +0 -1
  3076. package/libs/typography/lib/cjs/Text.js +0 -77
  3077. package/libs/typography/lib/cjs/Text.js.map +0 -1
  3078. package/libs/typography/lib/cjs/index.d.js +0 -2
  3079. package/libs/typography/lib/cjs/index.d.js.map +0 -1
  3080. package/libs/typography/lib/cjs/index.js +0 -35
  3081. package/libs/typography/lib/cjs/index.js.map +0 -1
  3082. package/libs/typography/lib/es6/Blockquote.js +0 -29
  3083. package/libs/typography/lib/es6/Blockquote.js.map +0 -1
  3084. package/libs/typography/lib/es6/Hint.js +0 -81
  3085. package/libs/typography/lib/es6/Hint.js.map +0 -1
  3086. package/libs/typography/lib/es6/List.js +0 -75
  3087. package/libs/typography/lib/es6/List.js.map +0 -1
  3088. package/libs/typography/lib/es6/Text.js +0 -71
  3089. package/libs/typography/lib/es6/Text.js.map +0 -1
  3090. package/libs/typography/lib/es6/index.d.js +0 -2
  3091. package/libs/typography/lib/es6/index.d.js.map +0 -1
  3092. package/libs/typography/lib/es6/index.js +0 -5
  3093. package/libs/typography/lib/es6/index.js.map +0 -1
  3094. package/libs/typography/lib/types/index.d.ts +0 -108
  3095. package/libs/utils/lib/CSSinJS.d.ts +0 -5
  3096. package/libs/utils/lib/CSSinJS.js +0 -36
  3097. package/libs/utils/lib/CSSinJS.js.map +0 -1
  3098. package/libs/utils/lib/CSSinJS.mjs +0 -28
  3099. package/libs/utils/lib/CSSinJS.mjs.map +0 -1
  3100. package/libs/utils/lib/ScreenReaderOnly.d.ts +0 -5
  3101. package/libs/utils/lib/ScreenReaderOnly.js +0 -29
  3102. package/libs/utils/lib/ScreenReaderOnly.js.map +0 -1
  3103. package/libs/utils/lib/ScreenReaderOnly.mjs +0 -21
  3104. package/libs/utils/lib/ScreenReaderOnly.mjs.map +0 -1
  3105. package/libs/utils/lib/ThemeProvider.d.ts +0 -13
  3106. package/libs/utils/lib/ThemeProvider.js +0 -74
  3107. package/libs/utils/lib/ThemeProvider.js.map +0 -1
  3108. package/libs/utils/lib/ThemeProvider.mjs +0 -63
  3109. package/libs/utils/lib/ThemeProvider.mjs.map +0 -1
  3110. package/libs/utils/lib/addonText.d.ts +0 -2
  3111. package/libs/utils/lib/addonText.js +0 -18
  3112. package/libs/utils/lib/addonText.js.map +0 -1
  3113. package/libs/utils/lib/addonText.mjs +0 -11
  3114. package/libs/utils/lib/addonText.mjs.map +0 -1
  3115. package/libs/utils/lib/addonTextChildren.d.ts +0 -3
  3116. package/libs/utils/lib/addonTextChildren.js +0 -47
  3117. package/libs/utils/lib/addonTextChildren.js.map +0 -1
  3118. package/libs/utils/lib/addonTextChildren.mjs +0 -38
  3119. package/libs/utils/lib/addonTextChildren.mjs.map +0 -1
  3120. package/libs/utils/lib/assignProps.d.ts +0 -13
  3121. package/libs/utils/lib/assignProps.js +0 -93
  3122. package/libs/utils/lib/assignProps.js.map +0 -1
  3123. package/libs/utils/lib/assignProps.mjs +0 -84
  3124. package/libs/utils/lib/assignProps.mjs.map +0 -1
  3125. package/libs/utils/lib/canUseDOM.d.ts +0 -1
  3126. package/libs/utils/lib/canUseDOM.js +0 -10
  3127. package/libs/utils/lib/canUseDOM.js.map +0 -1
  3128. package/libs/utils/lib/canUseDOM.mjs +0 -4
  3129. package/libs/utils/lib/canUseDOM.mjs.map +0 -1
  3130. package/libs/utils/lib/capitalizeFirstLetter.d.ts +0 -1
  3131. package/libs/utils/lib/capitalizeFirstLetter.js +0 -10
  3132. package/libs/utils/lib/capitalizeFirstLetter.js.map +0 -1
  3133. package/libs/utils/lib/capitalizeFirstLetter.mjs +0 -4
  3134. package/libs/utils/lib/capitalizeFirstLetter.mjs.map +0 -1
  3135. package/libs/utils/lib/color.d.ts +0 -6
  3136. package/libs/utils/lib/color.js +0 -370
  3137. package/libs/utils/lib/color.js.map +0 -1
  3138. package/libs/utils/lib/color.mjs +0 -357
  3139. package/libs/utils/lib/color.mjs.map +0 -1
  3140. package/libs/utils/lib/compose.d.ts +0 -1
  3141. package/libs/utils/lib/compose.js +0 -21
  3142. package/libs/utils/lib/compose.js.map +0 -1
  3143. package/libs/utils/lib/compose.mjs +0 -15
  3144. package/libs/utils/lib/compose.mjs.map +0 -1
  3145. package/libs/utils/lib/createHoc.d.ts +0 -3
  3146. package/libs/utils/lib/createHoc.js +0 -55
  3147. package/libs/utils/lib/createHoc.js.map +0 -1
  3148. package/libs/utils/lib/createHoc.mjs +0 -46
  3149. package/libs/utils/lib/createHoc.mjs.map +0 -1
  3150. package/libs/utils/lib/createUUID.d.ts +0 -1
  3151. package/libs/utils/lib/createUUID.js +0 -15
  3152. package/libs/utils/lib/createUUID.js.map +0 -1
  3153. package/libs/utils/lib/createUUID.mjs +0 -9
  3154. package/libs/utils/lib/createUUID.mjs.map +0 -1
  3155. package/libs/utils/lib/cssToIntDefault.d.ts +0 -8
  3156. package/libs/utils/lib/cssToIntDefault.js +0 -22
  3157. package/libs/utils/lib/cssToIntDefault.js.map +0 -1
  3158. package/libs/utils/lib/cssToIntDefault.mjs +0 -16
  3159. package/libs/utils/lib/cssToIntDefault.mjs.map +0 -1
  3160. package/libs/utils/lib/enhances/WithAutoFocus.d.ts +0 -14
  3161. package/libs/utils/lib/enhances/WithAutoFocus.js +0 -75
  3162. package/libs/utils/lib/enhances/WithAutoFocus.js.map +0 -1
  3163. package/libs/utils/lib/enhances/WithAutoFocus.mjs +0 -67
  3164. package/libs/utils/lib/enhances/WithAutoFocus.mjs.map +0 -1
  3165. package/libs/utils/lib/enhances/WithCSS.d.ts +0 -41
  3166. package/libs/utils/lib/enhances/WithCSS.js +0 -93
  3167. package/libs/utils/lib/enhances/WithCSS.js.map +0 -1
  3168. package/libs/utils/lib/enhances/WithCSS.mjs +0 -79
  3169. package/libs/utils/lib/enhances/WithCSS.mjs.map +0 -1
  3170. package/libs/utils/lib/enhances/WithI18n.d.ts +0 -43
  3171. package/libs/utils/lib/enhances/WithI18n.js +0 -85
  3172. package/libs/utils/lib/enhances/WithI18n.js.map +0 -1
  3173. package/libs/utils/lib/enhances/WithI18n.mjs +0 -73
  3174. package/libs/utils/lib/enhances/WithI18n.mjs.map +0 -1
  3175. package/libs/utils/lib/enhances/WithKeyboardFocus.d.ts +0 -45
  3176. package/libs/utils/lib/enhances/WithKeyboardFocus.js +0 -93
  3177. package/libs/utils/lib/enhances/WithKeyboardFocus.js.map +0 -1
  3178. package/libs/utils/lib/enhances/WithKeyboardFocus.mjs +0 -84
  3179. package/libs/utils/lib/enhances/WithKeyboardFocus.mjs.map +0 -1
  3180. package/libs/utils/lib/enhances/WithRef.d.ts +0 -3
  3181. package/libs/utils/lib/enhances/WithRef.js +0 -26
  3182. package/libs/utils/lib/enhances/WithRef.js.map +0 -1
  3183. package/libs/utils/lib/enhances/WithRef.mjs +0 -18
  3184. package/libs/utils/lib/enhances/WithRef.mjs.map +0 -1
  3185. package/libs/utils/lib/enhances/a11yEnhance.d.ts +0 -4
  3186. package/libs/utils/lib/enhances/a11yEnhance.js +0 -74
  3187. package/libs/utils/lib/enhances/a11yEnhance.js.map +0 -1
  3188. package/libs/utils/lib/enhances/a11yEnhance.mjs +0 -66
  3189. package/libs/utils/lib/enhances/a11yEnhance.mjs.map +0 -1
  3190. package/libs/utils/lib/enhances/animatedSizeEnhance.d.ts +0 -12
  3191. package/libs/utils/lib/enhances/animatedSizeEnhance.js +0 -98
  3192. package/libs/utils/lib/enhances/animatedSizeEnhance.js.map +0 -1
  3193. package/libs/utils/lib/enhances/animatedSizeEnhance.mjs +0 -90
  3194. package/libs/utils/lib/enhances/animatedSizeEnhance.mjs.map +0 -1
  3195. package/libs/utils/lib/enhances/autoFocusEnhance.d.ts +0 -10
  3196. package/libs/utils/lib/enhances/autoFocusEnhance.js +0 -46
  3197. package/libs/utils/lib/enhances/autoFocusEnhance.js.map +0 -1
  3198. package/libs/utils/lib/enhances/autoFocusEnhance.mjs +0 -38
  3199. package/libs/utils/lib/enhances/autoFocusEnhance.mjs.map +0 -1
  3200. package/libs/utils/lib/enhances/contextEnhance.d.ts +0 -3
  3201. package/libs/utils/lib/enhances/contextEnhance.js +0 -22
  3202. package/libs/utils/lib/enhances/contextEnhance.js.map +0 -1
  3203. package/libs/utils/lib/enhances/contextEnhance.mjs +0 -14
  3204. package/libs/utils/lib/enhances/contextEnhance.mjs.map +0 -1
  3205. package/libs/utils/lib/enhances/i18nEnhance.d.ts +0 -26
  3206. package/libs/utils/lib/enhances/i18nEnhance.js +0 -133
  3207. package/libs/utils/lib/enhances/i18nEnhance.js.map +0 -1
  3208. package/libs/utils/lib/enhances/i18nEnhance.mjs +0 -122
  3209. package/libs/utils/lib/enhances/i18nEnhance.mjs.map +0 -1
  3210. package/libs/utils/lib/enhances/keyboardFocusEnhance.d.ts +0 -26
  3211. package/libs/utils/lib/enhances/keyboardFocusEnhance.js +0 -114
  3212. package/libs/utils/lib/enhances/keyboardFocusEnhance.js.map +0 -1
  3213. package/libs/utils/lib/enhances/keyboardFocusEnhance.mjs +0 -105
  3214. package/libs/utils/lib/enhances/keyboardFocusEnhance.mjs.map +0 -1
  3215. package/libs/utils/lib/enhances/resolveColorEnhance.d.ts +0 -2
  3216. package/libs/utils/lib/enhances/resolveColorEnhance.js +0 -25
  3217. package/libs/utils/lib/enhances/resolveColorEnhance.js.map +0 -1
  3218. package/libs/utils/lib/enhances/resolveColorEnhance.mjs +0 -17
  3219. package/libs/utils/lib/enhances/resolveColorEnhance.mjs.map +0 -1
  3220. package/libs/utils/lib/eventEmitter.d.ts +0 -5
  3221. package/libs/utils/lib/eventEmitter.js +0 -49
  3222. package/libs/utils/lib/eventEmitter.js.map +0 -1
  3223. package/libs/utils/lib/eventEmitter.mjs +0 -42
  3224. package/libs/utils/lib/eventEmitter.mjs.map +0 -1
  3225. package/libs/utils/lib/findComponent.d.ts +0 -5
  3226. package/libs/utils/lib/findComponent.js +0 -67
  3227. package/libs/utils/lib/findComponent.js.map +0 -1
  3228. package/libs/utils/lib/findComponent.mjs +0 -56
  3229. package/libs/utils/lib/findComponent.mjs.map +0 -1
  3230. package/libs/utils/lib/fire.d.ts +0 -2
  3231. package/libs/utils/lib/fire.js +0 -23
  3232. package/libs/utils/lib/fire.js.map +0 -1
  3233. package/libs/utils/lib/fire.mjs +0 -15
  3234. package/libs/utils/lib/fire.mjs.map +0 -1
  3235. package/libs/utils/lib/getDisplayName.d.ts +0 -2
  3236. package/libs/utils/lib/getDisplayName.js +0 -10
  3237. package/libs/utils/lib/getDisplayName.js.map +0 -1
  3238. package/libs/utils/lib/getDisplayName.mjs +0 -4
  3239. package/libs/utils/lib/getDisplayName.mjs.map +0 -1
  3240. package/libs/utils/lib/getOriginChildren.d.ts +0 -2
  3241. package/libs/utils/lib/getOriginChildren.js +0 -20
  3242. package/libs/utils/lib/getOriginChildren.js.map +0 -1
  3243. package/libs/utils/lib/getOriginChildren.mjs +0 -11
  3244. package/libs/utils/lib/getOriginChildren.mjs.map +0 -1
  3245. package/libs/utils/lib/getRandomInt.d.ts +0 -1
  3246. package/libs/utils/lib/getRandomInt.js +0 -11
  3247. package/libs/utils/lib/getRandomInt.js.map +0 -1
  3248. package/libs/utils/lib/getRandomInt.mjs +0 -5
  3249. package/libs/utils/lib/getRandomInt.mjs.map +0 -1
  3250. package/libs/utils/lib/getValue.d.ts +0 -1
  3251. package/libs/utils/lib/getValue.js +0 -16
  3252. package/libs/utils/lib/getValue.js.map +0 -1
  3253. package/libs/utils/lib/getValue.mjs +0 -10
  3254. package/libs/utils/lib/getValue.mjs.map +0 -1
  3255. package/libs/utils/lib/hasLabels.d.ts +0 -7
  3256. package/libs/utils/lib/hasLabels.js +0 -47
  3257. package/libs/utils/lib/hasLabels.js.map +0 -1
  3258. package/libs/utils/lib/hasLabels.mjs +0 -39
  3259. package/libs/utils/lib/hasLabels.mjs.map +0 -1
  3260. package/libs/utils/lib/if.d.ts +0 -11
  3261. package/libs/utils/lib/if.js +0 -16
  3262. package/libs/utils/lib/if.js.map +0 -1
  3263. package/libs/utils/lib/if.mjs +0 -9
  3264. package/libs/utils/lib/if.mjs.map +0 -1
  3265. package/libs/utils/lib/ifChildren.d.ts +0 -8
  3266. package/libs/utils/lib/ifChildren.js +0 -17
  3267. package/libs/utils/lib/ifChildren.js.map +0 -1
  3268. package/libs/utils/lib/ifChildren.mjs +0 -10
  3269. package/libs/utils/lib/ifChildren.mjs.map +0 -1
  3270. package/libs/utils/lib/index.d.ts +0 -0
  3271. package/libs/utils/lib/index.js +0 -4
  3272. package/libs/utils/lib/index.js.map +0 -1
  3273. package/libs/utils/lib/index.mjs +0 -2
  3274. package/libs/utils/lib/index.mjs.map +0 -1
  3275. package/libs/utils/lib/injectStyle.d.ts +0 -2
  3276. package/libs/utils/lib/injectStyle.js +0 -49
  3277. package/libs/utils/lib/injectStyle.js.map +0 -1
  3278. package/libs/utils/lib/injectStyle.mjs +0 -41
  3279. package/libs/utils/lib/injectStyle.mjs.map +0 -1
  3280. package/libs/utils/lib/inputProps.d.ts +0 -2
  3281. package/libs/utils/lib/inputProps.js +0 -23
  3282. package/libs/utils/lib/inputProps.js.map +0 -1
  3283. package/libs/utils/lib/inputProps.mjs +0 -14
  3284. package/libs/utils/lib/inputProps.mjs.map +0 -1
  3285. package/libs/utils/lib/isNode.d.ts +0 -1
  3286. package/libs/utils/lib/isNode.js +0 -28
  3287. package/libs/utils/lib/isNode.js.map +0 -1
  3288. package/libs/utils/lib/isNode.mjs +0 -21
  3289. package/libs/utils/lib/isNode.mjs.map +0 -1
  3290. package/libs/utils/lib/isPromise.d.ts +0 -1
  3291. package/libs/utils/lib/isPromise.js +0 -10
  3292. package/libs/utils/lib/isPromise.js.map +0 -1
  3293. package/libs/utils/lib/isPromise.mjs +0 -4
  3294. package/libs/utils/lib/isPromise.mjs.map +0 -1
  3295. package/libs/utils/lib/isRetina.d.ts +0 -1
  3296. package/libs/utils/lib/isRetina.js +0 -15
  3297. package/libs/utils/lib/isRetina.js.map +0 -1
  3298. package/libs/utils/lib/isRetina.mjs +0 -9
  3299. package/libs/utils/lib/isRetina.mjs.map +0 -1
  3300. package/libs/utils/lib/logger.d.ts +0 -9
  3301. package/libs/utils/lib/logger.js +0 -40
  3302. package/libs/utils/lib/logger.js.map +0 -1
  3303. package/libs/utils/lib/logger.mjs +0 -32
  3304. package/libs/utils/lib/logger.mjs.map +0 -1
  3305. package/libs/utils/lib/numericChecker.d.ts +0 -5
  3306. package/libs/utils/lib/numericChecker.js +0 -33
  3307. package/libs/utils/lib/numericChecker.js.map +0 -1
  3308. package/libs/utils/lib/numericChecker.mjs +0 -27
  3309. package/libs/utils/lib/numericChecker.mjs.map +0 -1
  3310. package/libs/utils/lib/ownerDocument.d.ts +0 -1
  3311. package/libs/utils/lib/ownerDocument.js +0 -10
  3312. package/libs/utils/lib/ownerDocument.js.map +0 -1
  3313. package/libs/utils/lib/ownerDocument.mjs +0 -4
  3314. package/libs/utils/lib/ownerDocument.mjs.map +0 -1
  3315. package/libs/utils/lib/pick.d.ts +0 -1
  3316. package/libs/utils/lib/pick.js +0 -19
  3317. package/libs/utils/lib/pick.js.map +0 -1
  3318. package/libs/utils/lib/pick.mjs +0 -13
  3319. package/libs/utils/lib/pick.mjs.map +0 -1
  3320. package/libs/utils/lib/propsForElement.d.ts +0 -14
  3321. package/libs/utils/lib/propsForElement.js +0 -79
  3322. package/libs/utils/lib/propsForElement.js.map +0 -1
  3323. package/libs/utils/lib/propsForElement.mjs +0 -70
  3324. package/libs/utils/lib/propsForElement.mjs.map +0 -1
  3325. package/libs/utils/lib/rafTrottle.d.ts +0 -2
  3326. package/libs/utils/lib/rafTrottle.js +0 -33
  3327. package/libs/utils/lib/rafTrottle.js.map +0 -1
  3328. package/libs/utils/lib/rafTrottle.mjs +0 -26
  3329. package/libs/utils/lib/rafTrottle.mjs.map +0 -1
  3330. package/libs/utils/lib/reactToText.d.ts +0 -3
  3331. package/libs/utils/lib/reactToText.js +0 -28
  3332. package/libs/utils/lib/reactToText.js.map +0 -1
  3333. package/libs/utils/lib/reactToText.mjs +0 -21
  3334. package/libs/utils/lib/reactToText.mjs.map +0 -1
  3335. package/libs/utils/lib/ref.d.ts +0 -8
  3336. package/libs/utils/lib/ref.js +0 -94
  3337. package/libs/utils/lib/ref.js.map +0 -1
  3338. package/libs/utils/lib/ref.mjs +0 -82
  3339. package/libs/utils/lib/ref.mjs.map +0 -1
  3340. package/libs/utils/lib/setRef.d.ts +0 -2
  3341. package/libs/utils/lib/setRef.js +0 -10
  3342. package/libs/utils/lib/setRef.js.map +0 -1
  3343. package/libs/utils/lib/setRef.mjs +0 -3
  3344. package/libs/utils/lib/setRef.mjs.map +0 -1
  3345. package/libs/utils/lib/syncScroll.d.ts +0 -1
  3346. package/libs/utils/lib/syncScroll.js +0 -61
  3347. package/libs/utils/lib/syncScroll.js.map +0 -1
  3348. package/libs/utils/lib/syncScroll.mjs +0 -54
  3349. package/libs/utils/lib/syncScroll.mjs.map +0 -1
  3350. package/libs/utils/lib/themes/auto.css +0 -1422
  3351. package/libs/utils/lib/themes/dark.css +0 -701
  3352. package/libs/utils/lib/themes/dark.json +0 -363
  3353. package/libs/utils/lib/themes/default.css +0 -721
  3354. package/libs/utils/lib/themes/default.json +0 -367
  3355. package/libs/utils/lib/themes/light.css +0 -721
  3356. package/libs/utils/lib/themes/light.json +0 -367
  3357. package/libs/utils/lib/uncontroll.d.ts +0 -4
  3358. package/libs/utils/lib/uncontroll.js +0 -47
  3359. package/libs/utils/lib/uncontroll.js.map +0 -1
  3360. package/libs/utils/lib/uncontroll.mjs +0 -38
  3361. package/libs/utils/lib/uncontroll.mjs.map +0 -1
  3362. package/libs/utils/lib/uniqueID.d.ts +0 -12
  3363. package/libs/utils/lib/uniqueID.js +0 -43
  3364. package/libs/utils/lib/uniqueID.js.map +0 -1
  3365. package/libs/utils/lib/uniqueID.mjs +0 -33
  3366. package/libs/utils/lib/uniqueID.mjs.map +0 -1
  3367. package/libs/utils/lib/use/useColorResolver.d.ts +0 -1
  3368. package/libs/utils/lib/use/useColorResolver.js +0 -208
  3369. package/libs/utils/lib/use/useColorResolver.js.map +0 -1
  3370. package/libs/utils/lib/use/useColorResolver.mjs +0 -200
  3371. package/libs/utils/lib/use/useColorResolver.mjs.map +0 -1
  3372. package/libs/utils/lib/use/useCss.d.ts +0 -4
  3373. package/libs/utils/lib/use/useCss.js +0 -20
  3374. package/libs/utils/lib/use/useCss.js.map +0 -1
  3375. package/libs/utils/lib/use/useCss.mjs +0 -12
  3376. package/libs/utils/lib/use/useCss.mjs.map +0 -1
  3377. package/libs/utils/lib/use/useEnhancedEffect.d.ts +0 -3
  3378. package/libs/utils/lib/use/useEnhancedEffect.js +0 -13
  3379. package/libs/utils/lib/use/useEnhancedEffect.js.map +0 -1
  3380. package/libs/utils/lib/use/useEnhancedEffect.mjs +0 -5
  3381. package/libs/utils/lib/use/useEnhancedEffect.mjs.map +0 -1
  3382. package/libs/utils/lib/use/useEventCallback.d.ts +0 -4
  3383. package/libs/utils/lib/use/useEventCallback.js +0 -25
  3384. package/libs/utils/lib/use/useEventCallback.js.map +0 -1
  3385. package/libs/utils/lib/use/useEventCallback.mjs +0 -19
  3386. package/libs/utils/lib/use/useEventCallback.mjs.map +0 -1
  3387. package/libs/utils/lib/use/useEventListener.d.ts +0 -2
  3388. package/libs/utils/lib/use/useEventListener.js +0 -33
  3389. package/libs/utils/lib/use/useEventListener.js.map +0 -1
  3390. package/libs/utils/lib/use/useEventListener.mjs +0 -25
  3391. package/libs/utils/lib/use/useEventListener.mjs.map +0 -1
  3392. package/libs/utils/lib/use/useFocusLock.d.ts +0 -4
  3393. package/libs/utils/lib/use/useFocusLock.js +0 -293
  3394. package/libs/utils/lib/use/useFocusLock.js.map +0 -1
  3395. package/libs/utils/lib/use/useFocusLock.mjs +0 -282
  3396. package/libs/utils/lib/use/useFocusLock.mjs.map +0 -1
  3397. package/libs/utils/lib/use/usePreventScroll.d.ts +0 -2
  3398. package/libs/utils/lib/use/usePreventScroll.js +0 -78
  3399. package/libs/utils/lib/use/usePreventScroll.js.map +0 -1
  3400. package/libs/utils/lib/use/usePreventScroll.mjs +0 -70
  3401. package/libs/utils/lib/use/usePreventScroll.mjs.map +0 -1
  3402. package/libs/utils/lib/useCssVariable.d.ts +0 -8
  3403. package/libs/utils/lib/useCssVariable.js +0 -55
  3404. package/libs/utils/lib/useCssVariable.js.map +0 -1
  3405. package/libs/utils/lib/useCssVariable.mjs +0 -46
  3406. package/libs/utils/lib/useCssVariable.mjs.map +0 -1
  3407. package/libs/widget-empty/lib/cjs/Error/index.js +0 -49
  3408. package/libs/widget-empty/lib/cjs/Error/index.js.map +0 -1
  3409. package/libs/widget-empty/lib/cjs/Error/translations/__intergalactic-dynamic-locales.js +0 -41
  3410. package/libs/widget-empty/lib/cjs/Error/translations/__intergalactic-dynamic-locales.js.map +0 -1
  3411. package/libs/widget-empty/lib/cjs/Error/translations/de.json +0 -4
  3412. package/libs/widget-empty/lib/cjs/Error/translations/en.json +0 -4
  3413. package/libs/widget-empty/lib/cjs/Error/translations/es.json +0 -4
  3414. package/libs/widget-empty/lib/cjs/Error/translations/fr.json +0 -4
  3415. package/libs/widget-empty/lib/cjs/Error/translations/it.json +0 -4
  3416. package/libs/widget-empty/lib/cjs/Error/translations/ja.json +0 -4
  3417. package/libs/widget-empty/lib/cjs/Error/translations/ko.json +0 -4
  3418. package/libs/widget-empty/lib/cjs/Error/translations/nl.json +0 -4
  3419. package/libs/widget-empty/lib/cjs/Error/translations/pl.json +0 -4
  3420. package/libs/widget-empty/lib/cjs/Error/translations/pt.json +0 -4
  3421. package/libs/widget-empty/lib/cjs/Error/translations/ru.json +0 -4
  3422. package/libs/widget-empty/lib/cjs/Error/translations/sv.json +0 -4
  3423. package/libs/widget-empty/lib/cjs/Error/translations/tr.json +0 -4
  3424. package/libs/widget-empty/lib/cjs/Error/translations/vi.json +0 -4
  3425. package/libs/widget-empty/lib/cjs/Error/translations/zh.json +0 -4
  3426. package/libs/widget-empty/lib/cjs/NoData/index.js +0 -51
  3427. package/libs/widget-empty/lib/cjs/NoData/index.js.map +0 -1
  3428. package/libs/widget-empty/lib/cjs/NoData/translations/__intergalactic-dynamic-locales.js +0 -41
  3429. package/libs/widget-empty/lib/cjs/NoData/translations/__intergalactic-dynamic-locales.js.map +0 -1
  3430. package/libs/widget-empty/lib/cjs/NoData/translations/de.json +0 -4
  3431. package/libs/widget-empty/lib/cjs/NoData/translations/en.json +0 -4
  3432. package/libs/widget-empty/lib/cjs/NoData/translations/es.json +0 -4
  3433. package/libs/widget-empty/lib/cjs/NoData/translations/fr.json +0 -4
  3434. package/libs/widget-empty/lib/cjs/NoData/translations/it.json +0 -4
  3435. package/libs/widget-empty/lib/cjs/NoData/translations/ja.json +0 -4
  3436. package/libs/widget-empty/lib/cjs/NoData/translations/ko.json +0 -4
  3437. package/libs/widget-empty/lib/cjs/NoData/translations/nl.json +0 -4
  3438. package/libs/widget-empty/lib/cjs/NoData/translations/pl.json +0 -4
  3439. package/libs/widget-empty/lib/cjs/NoData/translations/pt.json +0 -4
  3440. package/libs/widget-empty/lib/cjs/NoData/translations/ru.json +0 -4
  3441. package/libs/widget-empty/lib/cjs/NoData/translations/sv.json +0 -4
  3442. package/libs/widget-empty/lib/cjs/NoData/translations/tr.json +0 -4
  3443. package/libs/widget-empty/lib/cjs/NoData/translations/vi.json +0 -4
  3444. package/libs/widget-empty/lib/cjs/NoData/translations/zh.json +0 -4
  3445. package/libs/widget-empty/lib/cjs/WidgetEmpty.js +0 -80
  3446. package/libs/widget-empty/lib/cjs/WidgetEmpty.js.map +0 -1
  3447. package/libs/widget-empty/lib/cjs/index.d.js +0 -2
  3448. package/libs/widget-empty/lib/cjs/index.d.js.map +0 -1
  3449. package/libs/widget-empty/lib/cjs/index.js +0 -44
  3450. package/libs/widget-empty/lib/cjs/index.js.map +0 -1
  3451. package/libs/widget-empty/lib/es6/Error/index.js +0 -41
  3452. package/libs/widget-empty/lib/es6/Error/index.js.map +0 -1
  3453. package/libs/widget-empty/lib/es6/Error/translations/__intergalactic-dynamic-locales.js +0 -33
  3454. package/libs/widget-empty/lib/es6/Error/translations/__intergalactic-dynamic-locales.js.map +0 -1
  3455. package/libs/widget-empty/lib/es6/Error/translations/de.json +0 -4
  3456. package/libs/widget-empty/lib/es6/Error/translations/en.json +0 -4
  3457. package/libs/widget-empty/lib/es6/Error/translations/es.json +0 -4
  3458. package/libs/widget-empty/lib/es6/Error/translations/fr.json +0 -4
  3459. package/libs/widget-empty/lib/es6/Error/translations/it.json +0 -4
  3460. package/libs/widget-empty/lib/es6/Error/translations/ja.json +0 -4
  3461. package/libs/widget-empty/lib/es6/Error/translations/ko.json +0 -4
  3462. package/libs/widget-empty/lib/es6/Error/translations/nl.json +0 -4
  3463. package/libs/widget-empty/lib/es6/Error/translations/pl.json +0 -4
  3464. package/libs/widget-empty/lib/es6/Error/translations/pt.json +0 -4
  3465. package/libs/widget-empty/lib/es6/Error/translations/ru.json +0 -4
  3466. package/libs/widget-empty/lib/es6/Error/translations/sv.json +0 -4
  3467. package/libs/widget-empty/lib/es6/Error/translations/tr.json +0 -4
  3468. package/libs/widget-empty/lib/es6/Error/translations/vi.json +0 -4
  3469. package/libs/widget-empty/lib/es6/Error/translations/zh.json +0 -4
  3470. package/libs/widget-empty/lib/es6/NoData/index.js +0 -43
  3471. package/libs/widget-empty/lib/es6/NoData/index.js.map +0 -1
  3472. package/libs/widget-empty/lib/es6/NoData/translations/__intergalactic-dynamic-locales.js +0 -33
  3473. package/libs/widget-empty/lib/es6/NoData/translations/__intergalactic-dynamic-locales.js.map +0 -1
  3474. package/libs/widget-empty/lib/es6/NoData/translations/de.json +0 -4
  3475. package/libs/widget-empty/lib/es6/NoData/translations/en.json +0 -4
  3476. package/libs/widget-empty/lib/es6/NoData/translations/es.json +0 -4
  3477. package/libs/widget-empty/lib/es6/NoData/translations/fr.json +0 -4
  3478. package/libs/widget-empty/lib/es6/NoData/translations/it.json +0 -4
  3479. package/libs/widget-empty/lib/es6/NoData/translations/ja.json +0 -4
  3480. package/libs/widget-empty/lib/es6/NoData/translations/ko.json +0 -4
  3481. package/libs/widget-empty/lib/es6/NoData/translations/nl.json +0 -4
  3482. package/libs/widget-empty/lib/es6/NoData/translations/pl.json +0 -4
  3483. package/libs/widget-empty/lib/es6/NoData/translations/pt.json +0 -4
  3484. package/libs/widget-empty/lib/es6/NoData/translations/ru.json +0 -4
  3485. package/libs/widget-empty/lib/es6/NoData/translations/sv.json +0 -4
  3486. package/libs/widget-empty/lib/es6/NoData/translations/tr.json +0 -4
  3487. package/libs/widget-empty/lib/es6/NoData/translations/vi.json +0 -4
  3488. package/libs/widget-empty/lib/es6/NoData/translations/zh.json +0 -4
  3489. package/libs/widget-empty/lib/es6/WidgetEmpty.js +0 -74
  3490. package/libs/widget-empty/lib/es6/WidgetEmpty.js.map +0 -1
  3491. package/libs/widget-empty/lib/es6/index.d.js +0 -2
  3492. package/libs/widget-empty/lib/es6/index.d.js.map +0 -1
  3493. package/libs/widget-empty/lib/es6/index.js +0 -5
  3494. package/libs/widget-empty/lib/es6/index.js.map +0 -1
  3495. package/libs/widget-empty/lib/types/index.d.ts +0 -44
  3496. package/libs/wizard/lib/cjs/Wizard.js +0 -178
  3497. package/libs/wizard/lib/cjs/Wizard.js.map +0 -1
  3498. package/libs/wizard/lib/cjs/index.d.js +0 -2
  3499. package/libs/wizard/lib/cjs/index.d.js.map +0 -1
  3500. package/libs/wizard/lib/cjs/index.js +0 -14
  3501. package/libs/wizard/lib/cjs/index.js.map +0 -1
  3502. package/libs/wizard/lib/cjs/translations/__intergalactic-dynamic-locales.js +0 -39
  3503. package/libs/wizard/lib/cjs/translations/__intergalactic-dynamic-locales.js.map +0 -1
  3504. package/libs/wizard/lib/cjs/translations/de.json +0 -3
  3505. package/libs/wizard/lib/cjs/translations/en.json +0 -3
  3506. package/libs/wizard/lib/cjs/translations/es.json +0 -3
  3507. package/libs/wizard/lib/cjs/translations/fr.json +0 -3
  3508. package/libs/wizard/lib/cjs/translations/it.json +0 -3
  3509. package/libs/wizard/lib/cjs/translations/ja.json +0 -3
  3510. package/libs/wizard/lib/cjs/translations/ko.json +0 -3
  3511. package/libs/wizard/lib/cjs/translations/nl.json +0 -3
  3512. package/libs/wizard/lib/cjs/translations/pl.json +0 -3
  3513. package/libs/wizard/lib/cjs/translations/pt.json +0 -3
  3514. package/libs/wizard/lib/cjs/translations/sv.json +0 -3
  3515. package/libs/wizard/lib/cjs/translations/tr.json +0 -3
  3516. package/libs/wizard/lib/cjs/translations/vi.json +0 -3
  3517. package/libs/wizard/lib/cjs/translations/zh.json +0 -3
  3518. package/libs/wizard/lib/es6/Wizard.js +0 -174
  3519. package/libs/wizard/lib/es6/Wizard.js.map +0 -1
  3520. package/libs/wizard/lib/es6/index.d.js +0 -2
  3521. package/libs/wizard/lib/es6/index.d.js.map +0 -1
  3522. package/libs/wizard/lib/es6/index.js +0 -2
  3523. package/libs/wizard/lib/es6/index.js.map +0 -1
  3524. package/libs/wizard/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
  3525. package/libs/wizard/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
  3526. package/libs/wizard/lib/es6/translations/de.json +0 -3
  3527. package/libs/wizard/lib/es6/translations/en.json +0 -3
  3528. package/libs/wizard/lib/es6/translations/es.json +0 -3
  3529. package/libs/wizard/lib/es6/translations/fr.json +0 -3
  3530. package/libs/wizard/lib/es6/translations/it.json +0 -3
  3531. package/libs/wizard/lib/es6/translations/ja.json +0 -3
  3532. package/libs/wizard/lib/es6/translations/ko.json +0 -3
  3533. package/libs/wizard/lib/es6/translations/nl.json +0 -3
  3534. package/libs/wizard/lib/es6/translations/pl.json +0 -3
  3535. package/libs/wizard/lib/es6/translations/pt.json +0 -3
  3536. package/libs/wizard/lib/es6/translations/sv.json +0 -3
  3537. package/libs/wizard/lib/es6/translations/tr.json +0 -3
  3538. package/libs/wizard/lib/es6/translations/vi.json +0 -3
  3539. package/libs/wizard/lib/es6/translations/zh.json +0 -3
  3540. package/libs/wizard/lib/types/index.d.ts +0 -80
  3541. /package/{libs/base-trigger → skeleton}/lib/cjs/translations/__intergalactic-dynamic-locales.js +0 -0
  3542. /package/{libs/base-trigger → skeleton}/lib/cjs/translations/__intergalactic-dynamic-locales.js.map +0 -0
  3543. /package/{libs/base-trigger → skeleton}/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -0
  3544. /package/{libs/base-trigger → skeleton}/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -0
  3545. /package/{libs/breadcrumbs → spin}/lib/cjs/translations/__intergalactic-dynamic-locales.js +0 -0
  3546. /package/{libs/breadcrumbs → spin}/lib/cjs/translations/__intergalactic-dynamic-locales.js.map +0 -0
  3547. /package/{libs/breadcrumbs → spin}/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -0
  3548. /package/{libs/breadcrumbs → spin}/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -0
@@ -1,1422 +0,0 @@
1
- :root {
2
- /* Primary background of the interface which contains the main data and information. */
3
- --intergalactic-bg-primary-neutral: #ffffff;
4
- /* Hover state of the primary background of the interface which contains the main data and information. */
5
- --intergalactic-bg-primary-neutral-hover: #f4f5f9;
6
- /* Active (selected) state of the primary background of the interface which contains the main data and information. */
7
- --intergalactic-bg-primary-neutral-active: #e0e1e9;
8
- /* Accent background of the message with regular information. */
9
- --intergalactic-bg-primary-info: #008ff8;
10
- /* Accent background of the message or banner with information about the successful result. */
11
- --intergalactic-bg-primary-success: #009f81;
12
- /* Accent background of a message or a banner with a critical information. */
13
- --intergalactic-bg-primary-critical: #ff4953;
14
- /* Accent background of a message or a banner with a warning information. */
15
- --intergalactic-bg-primary-warning: #ff642d;
16
- /* Accent background of the information you want to highlight. */
17
- --intergalactic-bg-primary-highlight: #fce081;
18
- /* Accent background for the advertising banners and controls. */
19
- --intergalactic-bg-primary-advertising: #421983;
20
- /* Accented muted background for a message with regular information. */
21
- --intergalactic-bg-primary-muted: #6c6e79;
22
- /* Inverted version of the primary background of the interface that contains the main data and information. */
23
- --intergalactic-bg-primary-invert: #191b23;
24
- /* Hover state for the inverted version of the primary background of the interface that contains the main data and information. */
25
- --intergalactic-bg-primary-invert-hover: #2b2e38;
26
- /* Active (selected) state for the inverted version of the primary background of the interface that contains the main data and information. */
27
- --intergalactic-bg-primary-invert-active: #484a54;
28
- /* Secondary background of the interface which contains the main data and information. */
29
- --intergalactic-bg-secondary-neutral: #f4f5f9;
30
- /* Hover state of the secondary background of the interface which contains the main data and information. */
31
- --intergalactic-bg-secondary-neutral-hover: #e0e1e9;
32
- /* Active (selected) state of the secondary background of the interface which contains the main data and information. */
33
- --intergalactic-bg-secondary-neutral-active: #c4c7cf;
34
- /* Secondary background of a message with regular information. */
35
- --intergalactic-bg-secondary-info: #e9f7ff;
36
- /* Hover state of the secondary background of a message with regular information. */
37
- --intergalactic-bg-secondary-info-hover: #c4e5fe;
38
- /* Active (selected) state of the secondary background of a message with regular information. */
39
- --intergalactic-bg-secondary-info-active: #8ecdff;
40
- /* Secondary background of the message with success information you want to accent. */
41
- --intergalactic-bg-secondary-success: #dbfee8;
42
- /* Hover state of the secondary background of the message with success information you want to accent. */
43
- --intergalactic-bg-secondary-success-hover: #9ef2c9;
44
- /* Active (selected) state of the secondary background of the message with success information you want to accent. */
45
- --intergalactic-bg-secondary-success-active: #59ddaa;
46
- /* Secondary background of the message with critical information you want to accent. */
47
- --intergalactic-bg-secondary-critical: #fff0f7;
48
- /* Hover state of the secondary background of the message with critical information you want to accent. */
49
- --intergalactic-bg-secondary-critical-hover: #ffd7df;
50
- /* Active (selected) state of the secondary background of the message with critical information you want to accent. */
51
- --intergalactic-bg-secondary-critical-active: #ffaeb5;
52
- /* Secondary background of the message with warning information you want to accent. */
53
- --intergalactic-bg-secondary-warning: #fff3d9;
54
- /* Hover state of the secondary background of the message with warning information you want to accent. */
55
- --intergalactic-bg-secondary-warning-hover: #ffdca2;
56
- /* Active (selected) state of the secondary background of the message with critical information you want to accent. */
57
- --intergalactic-bg-secondary-warning-active: #ffb26e;
58
- /* Secondary background of the information you want to highlight. */
59
- --intergalactic-bg-secondary-highlight: #fdf7c8;
60
- /* Hover state of the secondary background of the information you want to highlight. */
61
- --intergalactic-bg-secondary-highlight-hover: #fce081;
62
- /* Active (selected) state of the secondary background of the information you want to highlight. */
63
- --intergalactic-bg-secondary-highlight-active: #fdc23c;
64
- /* Secondary background for the advertising message you want to accent. */
65
- --intergalactic-bg-secondary-advertising: #f9f2ff;
66
- /* Hover state of the secondary background for the advertising message you want to accent. */
67
- --intergalactic-bg-secondary-advertising-hover: #edd9ff;
68
- /* Active (selected) state of the secondary background for the advertising message you want to accent. */
69
- --intergalactic-bg-secondary-advertising-active: #dcb8ff;
70
- /* Highlighting the search results. */
71
- --intergalactic-bg-highlight-results: rgba(239, 152, 0, 0.4);
72
- /* Focusing values in the input. */
73
- --intergalactic-bg-highlight-focus: rgba(0, 143, 248, 0.2);
74
- /* Primary text. */
75
- --intergalactic-text-primary: #191b23;
76
- /* Secondary text. */
77
- --intergalactic-text-secondary: #6c6e79;
78
- /* Placeholder text only. */
79
- --intergalactic-text-placeholder: #8a8e9b;
80
- /* Text associated with success states and data. */
81
- --intergalactic-text-success: #007c65;
82
- /* Hover and active states for the text associated with success states and data. */
83
- --intergalactic-text-success-hover-active: #055345;
84
- /* Text associated with critical states and data. */
85
- --intergalactic-text-critical: #d1002f;
86
- /* Hover and active states for the text associated with critical states and data. */
87
- --intergalactic-text-critical-hover-active: #8e0016;
88
- /* Inverted version of the primary text. */
89
- --intergalactic-text-primary-invert: #ffffff;
90
- /* Inverted version of the secondary text. */
91
- --intergalactic-text-secondary-invert: rgba(255, 255, 255, 0.8);
92
- /* Link text. */
93
- --intergalactic-text-link: #006dca;
94
- /* Hover and active states for the link text. */
95
- --intergalactic-text-link-hover-active: #044792;
96
- /* Inverted version of the link text. Use on dark background only. */
97
- --intergalactic-text-link-invert: #8ecdff;
98
- /* Hover and active states of the inverted version of the link text. Use on dark background only. */
99
- --intergalactic-text-link-invert-hover: #2bb3ff;
100
- /* Visited link text. */
101
- --intergalactic-text-link-visited: #8649e1;
102
- /* Hint link text. */
103
- --intergalactic-text-hint: #6c6e79;
104
- /* Hover and active states of the hint link text. */
105
- --intergalactic-text-hint-hover-active: #484a54;
106
- /* Inverted version of the hint link text. */
107
- --intergalactic-text-hint-invert: #c4c7cf;
108
- /* Hover and active states of the inverted version of the hint link text. */
109
- --intergalactic-text-hint-invert-hover-active: #a9abb6;
110
- /* Secondary text. Use with font-size ≥20px. */
111
- --intergalactic-text-large-secondary: #a9abb6;
112
- /* Link text with font-size ≥20px. */
113
- --intergalactic-text-large-info: #008ff8;
114
- /* Hover and active states of the link text with font-size ≥20px. */
115
- --intergalactic-text-large-info-hover-active: #006dca;
116
- /* Text with font-size ≥20px associated with success states and data. */
117
- --intergalactic-text-large-success: #009f81;
118
- /* Hover and active states of the text with font-size ≥20px associated with success states and data. */
119
- --intergalactic-text-large-success-hover-active: #007c65;
120
- /* Text with font-size ≥20px associated with critical states and data. */
121
- --intergalactic-text-large-critical: #ff4953;
122
- /* Hover and active states of the text with font-size ≥20px associated with critical states and data. */
123
- --intergalactic-text-large-critical-hover-active: #d1002f;
124
- /* Advertising text. */
125
- --intergalactic-text-advertising: #421983;
126
- /* Neutral primary border. */
127
- --intergalactic-border-primary: #c4c7cf;
128
- /* Subtle secondary border. */
129
- --intergalactic-border-secondary: #e0e1e9;
130
- /* Subtle secondary border in the informational message. */
131
- --intergalactic-border-info: #8ecdff;
132
- /* Active border in focused input filed. */
133
- --intergalactic-border-info-active: #006dca;
134
- /* Subtle secondary border in the successful message and input field. */
135
- --intergalactic-border-success: #59ddaa;
136
- /* Active border in the focused input field with valid state. */
137
- --intergalactic-border-success-active: #007c65;
138
- /* Subtle secondary border in the critical message and invalid input field. */
139
- --intergalactic-border-critical: #ffaeb5;
140
- /* Active border in the focused input field with invalid state, and active state of the other components with invalid state. */
141
- --intergalactic-border-critical-active: #d1002f;
142
- /* Subtle secondary border in the warning message. */
143
- --intergalactic-border-warning: #ffb26e;
144
- /* Active border in components with warning intention. */
145
- --intergalactic-border-warning-active: #c33909;
146
- /* Inverted version of the neutral primary border. Use it for borders on the dark or color background. */
147
- --intergalactic-border-primary-invert: #ffffff;
148
- /* Inverted version of the neutral secondary border. Use it for borders on the dark or color background. */
149
- --intergalactic-border-secondary-invert: rgba(255, 255, 255, 0.3);
150
- /* Border of the Tooltip with dark theme. */
151
- --intergalactic-border-tooltip-invert: #6c6e79;
152
- /* Accent borders in the Table: for the accordion in the table and for the header of the secondary table. */
153
- --intergalactic-border-table-accent: #a9abb6;
154
- /* Border color of the second period for the comparison mode in the DatePicker. */
155
- --intergalactic-border-date-picker-range-comparison: #8649e1;
156
- /* Subtle background of the Switch control. */
157
- --intergalactic-control-switch-bg: #a9abb6;
158
- /* Background of the regular primary control. */
159
- --intergalactic-control-primary-info: #008ff8;
160
- /* Hover state of the regular primary control. */
161
- --intergalactic-control-primary-info-hover: #006dca;
162
- /* Active (selected) state of the regular primary control. */
163
- --intergalactic-control-primary-info-active: #044792;
164
- /* Background of the primary control with successful theme. */
165
- --intergalactic-control-primary-success: #009f81;
166
- /* Hover state of the primary control with successful theme. */
167
- --intergalactic-control-primary-success-hover: #007c65;
168
- /* Active (selected) state of the primary control with successful theme. */
169
- --intergalactic-control-primary-success-active: #055345;
170
- /* Background of the primary control with danger theme. */
171
- --intergalactic-control-primary-critical: #ff4953;
172
- /* Hover state of the primary control with danger theme. */
173
- --intergalactic-control-primary-critical-hover: #d1002f;
174
- /* Active (selected) state of the primary control with danger theme. */
175
- --intergalactic-control-primary-critical-active: #8e0016;
176
- /* Background of the advertising primary control. */
177
- --intergalactic-control-primary-advertising-active: #8649e1;
178
- /* Hover state of the advertising primary control. */
179
- --intergalactic-control-primary-advertising: #5925ab;
180
- /* Active (selected) state of the advertising primary control. */
181
- --intergalactic-control-primary-advertising-hover: #421983;
182
- /* Inverted background of the primary control. */
183
- --intergalactic-control-primary-invert: #ffffff;
184
- /* Hover state of the inverted primary control. */
185
- --intergalactic-control-primary-invert-hover: #f4f5f9;
186
- /* Active (selected) state of the inverted primary control. */
187
- --intergalactic-control-primary-invert-active: #e0e1e9;
188
- /* Background of the primary brand colored control. */
189
- --intergalactic-control-primary-brand: #ff642d;
190
- /* Hover state of the primary brand colored control. */
191
- --intergalactic-control-primary-brand-hover: #c33909;
192
- /* Active state of the primary brand colored control. */
193
- --intergalactic-control-primary-brand-active: #8b1500;
194
- /* Background of the regular secondary control. */
195
- --intergalactic-control-secondary-neutral: rgba(138, 142, 155, 0.1);
196
- /* Hover state of the regular secondary control. */
197
- --intergalactic-control-secondary-neutral-hover: rgba(138, 142, 155, 0.2);
198
- /* Active (selected) state of the regular secondary control. */
199
- --intergalactic-control-secondary-neutral-active: rgba(138, 142, 155, 0.3);
200
- /* Background of the accent secondary control. */
201
- --intergalactic-control-secondary-info: rgba(0, 143, 248, 0.1);
202
- /* Hover state of the accent secondary control. */
203
- --intergalactic-control-secondary-info-hover: rgba(0, 143, 248, 0.2);
204
- /* Active (selected) state of the accent secondary control. */
205
- --intergalactic-control-secondary-info-active: rgba(0, 143, 248, 0.3);
206
- /* Background of the inverted version of the secondary control. */
207
- --intergalactic-control-secondary-invert: rgba(255, 255, 255, 0.05);
208
- /* Hover state of the inverted version of the secondary control. */
209
- --intergalactic-control-secondary-invert-hover: rgba(255, 255, 255, 0.1);
210
- /* Active (selected) state of the inverted version of the secondary control. */
211
- --intergalactic-control-secondary-invert-active: rgba(255, 255, 255, 0.3);
212
- /* Background of the regular tertiary control. */
213
- --intergalactic-control-tertiary-neutral: rgba(138, 142, 155, 0);
214
- /* Hover state of the regular tertiary control. */
215
- --intergalactic-control-tertiary-neutral-hover: rgba(138, 142, 155, 0.2);
216
- /* Active (selected) state of the regular tertiary control. */
217
- --intergalactic-control-tertiary-neutral-active: rgba(138, 142, 155, 0.3);
218
- /* Background of the accent and link-lookalike tertiary control. */
219
- --intergalactic-control-tertiary-info: rgba(0, 143, 248, 0);
220
- /* Hover state of the accent and link-lookalike tertiary control. */
221
- --intergalactic-control-tertiary-info-hover: rgba(0, 143, 248, 0.2);
222
- /* Active (selected) state of the accent and link-lookalike tertiary control. */
223
- --intergalactic-control-tertiary-info-active: rgba(0, 143, 248, 0.3);
224
- /* Background of the inverted version of the tertiary control. */
225
- --intergalactic-control-tertiary-invert: rgba(255, 255, 255, 0);
226
- /* Hover state of the inverted version of the tertiary control. */
227
- --intergalactic-control-tertiary-invert-hover: rgba(255, 255, 255, 0.1);
228
- /* Active (selected) state of the inverted version of the tertiary control. */
229
- --intergalactic-control-tertiary-invert-active: rgba(255, 255, 255, 0.3);
230
- /* Primary neutral icon. */
231
- --intergalactic-icon-primary-neutral: #6c6e79;
232
- /* Gray background color for the hover and active states of the primary neutral icon. It’s created using a CSS filter with a brightness(0.8), applied to the gray-500 color. */
233
- --intergalactic-icon-primary-neutral-hover-active: #565861;
234
- /* Primary link-lookalike icon. */
235
- --intergalactic-icon-primary-info: #006dca;
236
- /* Blue background color for the hover and active states of the primary link-lookalike icon. It’s created using a CSS filter with a brightness(0.8), applied to the blue-500 color. */
237
- --intergalactic-icon-primary-info-hover-active: #0358A1;
238
- /* Primary success icon. */
239
- --intergalactic-icon-primary-success: #009f81;
240
- /* Green background color for the hover and active states of the primary success icon. It’s created using a CSS filter with a brightness(0.8), applied to the green-500 color. */
241
- --intergalactic-icon-primary-success-hover-active: #037E68;
242
- /* Primary critical icon. */
243
- --intergalactic-icon-primary-critical: #ff4953;
244
- /* Red background color for the hover and active states of the primary critical icon. It’s created using a CSS filter with a brightness(0.8), applied to the red-500 color. */
245
- --intergalactic-icon-primary-critical-hover-active: #CC3A42;
246
- /* Primary warning icon. */
247
- --intergalactic-icon-primary-warning: #ff642d;
248
- /* Orange background color for the hover and active states of the primary warning icon. It’s created using a CSS filter with a brightness(0.8), applied to the orange-500 color. */
249
- --intergalactic-icon-primary-warning-hover-active: #CC5024;
250
- /* Inverted version of the primary icon. */
251
- --intergalactic-icon-primary-invert: #ffffff;
252
- /* Hover and active (selected) states of the inverted version of the primary icon. */
253
- --intergalactic-icon-primary-invert-hover-active: #e0e1e9;
254
- /* Secondary neutral icon. */
255
- --intergalactic-icon-secondary-neutral: #a9abb6;
256
- /* Gray background color for the hover and active states of the secondary neutral icon. It’s created using a CSS filter with a brightness(0.8), applied to the gray-300 color. */
257
- --intergalactic-icon-secondary-neutral-hover-active: #878992;
258
- /* Secondary link-lookalike icon. */
259
- --intergalactic-icon-secondary-info: #2bb3ff;
260
- /* Blue background color for the hover and active states of the secondary link-lookalike icon. It’s created using a CSS filter with a brightness(0.8), applied to the blue-300 color. */
261
- --intergalactic-icon-secondary-info-hover-active: #2290CC;
262
- /* Secondary success icon. */
263
- --intergalactic-icon-secondary-success: #00c192;
264
- /* Green background color for the hover and active states of the secondary success icon. It’s created using a CSS filter with a brightness(0.8), applied to the green-300 color. */
265
- --intergalactic-icon-secondary-success-hover-active: #049B75;
266
- /* Secondary critical icon. */
267
- --intergalactic-icon-secondary-critical: #ff8786;
268
- /* Red background color for the hover and active states of the secondary critical icon. It’s created using a CSS filter with a brightness(0.8), applied to the red-300 color. */
269
- --intergalactic-icon-secondary-critical-hover-active: #CC6C6B;
270
- /* Secondary warning icon. */
271
- --intergalactic-icon-secondary-warning: #ff8c43;
272
- /* Orange background color for the hover and active states of the secondary warning icon. It’s created using a CSS filter with a brightness(0.8), applied to the orange-300 color. */
273
- --intergalactic-icon-secondary-warning-hover-active: #CC7036;
274
- /* Color for the default non-interactive icon. */
275
- --intergalactic-icon-non-interactive: #191b23;
276
- /* Default date-picker cell background. */
277
- --intergalactic-date-picker-cell: #ffffff;
278
- /* Color for marking the cell with the current date, month or year in the date-picker. */
279
- --intergalactic-date-picker-cell-current: #8a8e9b;
280
- /* Hover state of the default date-picker cell background. */
281
- --intergalactic-date-picker-cell-hover: #e0e1e9;
282
- /* Background for the cell which is included in the date range in the date-picker. */
283
- --intergalactic-date-picker-cell-range: #c4e5fe;
284
- /* Hover state of the background for the cell which is included in the date range in the date-picker. */
285
- --intergalactic-date-picker-cell-range-hover: #8ecdff;
286
- /* Active (selected) date-picker cell background. */
287
- --intergalactic-date-picker-cell-active: #2bb3ff;
288
- /* Hover for the active (selected) date-picker cell background. */
289
- --intergalactic-date-picker-cell-active-hover: #008ff8;
290
- /* Color for marking the active cell with the current date, month or year in the date-picker. */
291
- --intergalactic-date-picker-cell-current-invert: rgba(255, 255, 255, 0.5);
292
- /* Active (selected) date-picker cell background for comparison periods. */
293
- --intergalactic-date-picker-cell-comparison-active: #8649e1;
294
- /* Hover for the active (selected) date-picker cell background for comparison periods. */
295
- --intergalactic-date-picker-cell-comparison-active-hover: #5925ab;
296
- /* Default background color for the list item in the dropdown-menu. */
297
- --intergalactic-dropdown-menu-item: #ffffff;
298
- /* Hover state of the default background color for the list item in the dropdown-menu. */
299
- --intergalactic-dropdown-menu-item-hover: #f4f5f9;
300
- /* Active (selected) state of the default background color for the list item in the dropdown-menu. */
301
- --intergalactic-dropdown-menu-item-selected: rgba(196, 229, 254, 0.7);
302
- /* Hover state for the selected state of the default background color for the list item in the dropdown-menu. */
303
- --intergalactic-dropdown-menu-item-selected-hover: #c4e5fe;
304
- /* Color of the outer border of the FeaturePopover.Spot. */
305
- --intergalactic-feature-popover-dot-outer-border: rgba(252, 224, 129, 0.3);
306
- /* Background color of the ProgressBar. */
307
- --intergalactic-progress-bar-bg: #e0e1e9;
308
- /* Hover state of the background color of the ProgressBar. */
309
- --intergalactic-progress-bar-bg-hover: #c4c7cf;
310
- /* Inverted version of the background color of the ProgressBar. */
311
- --intergalactic-progress-bar-bg-invert: rgba(255, 255, 255, 0.2);
312
- /* Hover state for the inverted version of the background color of the ProgressBar. */
313
- --intergalactic-progress-bar-bg-invert-hover: rgba(255, 255, 255, 0.4);
314
- /* Value color of the ProgressBar. */
315
- --intergalactic-progress-bar-value: #009f81;
316
- /* Value with gradient for the ProgressBar. */
317
- --intergalactic-progress-bar-value-gradient: linear-gradient(-45deg, rgba(0, 159, 129, 0.9) 25%, rgba(0, 159, 129, 1) 0%, rgba(0, 159, 129, 1) 50%, rgba(0, 159, 129, 0.9) 0%, rgba(0, 159, 129, 0.9) 75%, rgba(0, 159, 129, 1) 0%);
318
- /* Null value gradient for the ProgressBar. */
319
- --intergalactic-progress-bar-pattern-gradient: linear-gradient(-45deg, rgba(224, 225, 233, 0.9) 25%, rgba(224, 225, 233, 1) 0%, rgba(224, 225, 233, 1) 50%, rgba(224, 225, 233, 0.9) 0%, rgba(224, 225, 233, 0.9) 75%, rgba(224, 225, 233, 1) 0%);
320
- /* Base value background for the ProgressBar. It is used to create gradients for the values. */
321
- --intergalactic-progress-bar-value-bg: #000000;
322
- /* Default color for the Skeleton. */
323
- --intergalactic-skeleton-bg: rgba(224, 225, 233, 0.8);
324
- /* Inverted version of the default color for the Skeleton. */
325
- --intergalactic-skeleton-bg-invert: rgba(255, 255, 255, 0.3);
326
- /* Background of the header cell in the primary Table. */
327
- --intergalactic-table-th-primary-cell: #f4f5f9;
328
- /* Background of the hovered header cell in the primary Table. */
329
- --intergalactic-table-th-primary-cell-hover: #e0e1e9;
330
- /* Background of the active header cell in the primary Table. */
331
- --intergalactic-table-th-primary-cell-active: #e0e1e9;
332
- /* Background of the header cell in the secondary Table. */
333
- --intergalactic-table-th-secondary-cell: #ffffff;
334
- /* Background gradient for sorting icon that absolute positioned in the table head. */
335
- --intergalactic-table-th-gradient: linear-gradient(to right, rgba(224, 225, 233, 0) 0%, rgba(224, 225, 233, 1) 100%);
336
- /* Background of the default cell in the Table. */
337
- --intergalactic-table-td-cell: #ffffff;
338
- /* Background of the default hovered cell in the Table. */
339
- --intergalactic-table-td-cell-hover: rgb(240,240,244);
340
- /* Background of the default active cell in the Table. */
341
- --intergalactic-table-td-cell-active: rgb(249,249,251);
342
- /* Background of the unread cell in the Table. */
343
- --intergalactic-table-td-cell-unread: #f4f5f9;
344
- /* Background of the cell used for Accordion or actions row, in the Table. */
345
- --intergalactic-table-td-cell-actions-accordion: #f4f5f9;
346
- /* Background of the selected cell in the Table. */
347
- --intergalactic-table-td-cell-selected: #e9f7ff;
348
- /* Background of the hovered selected cell in the Table. */
349
- --intergalactic-table-td-cell-selected-hover: #c4e5fe;
350
- /* Background of the active selected cell in the Table. */
351
- --intergalactic-table-td-cell-selected-active: #c4e5fe;
352
- /* Background of the cell with new information in the Table. */
353
- --intergalactic-table-td-cell-new: #dbfee8;
354
- /* Background of the hovered cell with new information in the Table. */
355
- --intergalactic-table-td-cell-new-hover: #9ef2c9;
356
- /* Background of the active cell with new information in the Table. */
357
- --intergalactic-table-td-cell-new-active: #9ef2c9;
358
- /* Background of the cell with critical information in the Table. */
359
- --intergalactic-table-td-cell-critical: #fff0f7;
360
- /* Background of the hovered cell with critical information in the Table. */
361
- --intergalactic-table-td-cell-critical-hover: #ffd7df;
362
- /* Background of the active cell with critical information in the Table. */
363
- --intergalactic-table-td-cell-critical-active: #ffd7df;
364
- /* Background of the cell with warning information in the Table. */
365
- --intergalactic-table-td-cell-warning: #fff3d9;
366
- /* Background of the hovered cell with warning information in the Table. */
367
- --intergalactic-table-td-cell-warning-hover: #ffdca2;
368
- /* Background of the active cell with warning information in the Table. */
369
- --intergalactic-table-td-cell-warning-active: #ffdca2;
370
- /* Primary brand color. */
371
- --intergalactic-brand-primary: #ff642d;
372
- /* Secondary brand color. */
373
- --intergalactic-brand-secondary: #421983;
374
- /* Pinterest brand color. */
375
- --intergalactic-brand-pinterest: #bd081c;
376
- /* Instagram brand color. */
377
- --intergalactic-brand-instagram: #e4405f;
378
- /* Youtube brand color. */
379
- --intergalactic-brand-youtube: #ff0000;
380
- /* Facebook brand color. */
381
- --intergalactic-brand-facebook: #1877F2;
382
- /* LinkedIn brand color. */
383
- --intergalactic-brand-linkedIn: #0A66C2;
384
- /* Twitter brand color. */
385
- --intergalactic-brand-twitter: #1D9BF0;
386
- /* Google brand color for the link. */
387
- --intergalactic-brand-google-blue: #1a0dab;
388
- /* Google green brand color for the link. */
389
- --intergalactic-brand-google-green: #016723;
390
- /* Google My Business brand color. */
391
- --intergalactic-brand-google-my-business: #1a73e8;
392
- /* Default shadow of the Card. */
393
- --intergalactic-box-shadow-card: 0px 0px 1px 0px rgba(25, 27, 35, 0.16), 0px 1px 2px 0px rgba(25, 27, 35, 0.12);
394
- /* Hover state for the shadow of the Card with hover state. */
395
- --intergalactic-box-shadow-card-hover: 3px 3px 30px 0px rgba(25, 27, 35, 0.15);
396
- /* Shadow for show that element are being drag-and-drop. */
397
- --intergalactic-box-shadow-dnd: 0px 0px 1px 0px rgba(25, 27, 35, 0.16), 0px 12px 40px 0px rgba(25, 27, 35, 0.16);
398
- /* Default shadow if the Modal window. */
399
- --intergalactic-box-shadow-modal: 0px 3px 8px 0px rgba(25, 27, 35, 0.2);
400
- /* Default shadow of all Poppers, Dropdowns and Tooltips. */
401
- --intergalactic-box-shadow-popper: 0px 1px 12px 0px rgba(25, 27, 35, 0.15);
402
- /* Default keyboard focus styles. */
403
- --intergalactic-keyboard-focus: 0px 0px 0px 3px rgba(0, 143, 248, 0.5);
404
- /* Keyboard focus styles for elements with invalid state. */
405
- --intergalactic-keyboard-focus-invalid: 0px 0px 0px 3px rgba(255, 73, 83, 0.5);
406
- /* Keyboard focus styles for elements with valid state. */
407
- --intergalactic-keyboard-focus-valid: 0px 0px 0px 3px rgba(0, 159, 129, 0.5);
408
- /* Default keyboard focus styles for using with dark background. */
409
- --intergalactic-keyboard-focus-invert: 0px 0px 0px 3px rgba(255, 255, 255, 0.7);
410
- /* Base font family. */
411
- --intergalactic-base: Inter;
412
- /* Use with font-size-800. */
413
- --intergalactic-lh-800: 117%;
414
- /* Use with font-size-700. */
415
- --intergalactic-lh-700: 110%;
416
- /* Use with font-size-600. */
417
- --intergalactic-lh-600: 125%;
418
- /* Use with font-size-500. */
419
- --intergalactic-lh-500: 117%;
420
- /* Use with font-size-400. */
421
- --intergalactic-lh-400: 120%;
422
- /* Use with font-size-300. */
423
- --intergalactic-lh-300: 150%;
424
- /* Use with font-size-200. */
425
- --intergalactic-lh-200: 142%;
426
- /* Use with font-size-100. */
427
- --intergalactic-lh-100: 133%;
428
- /* Semi-bold font weight. */
429
- --intergalactic-semi-bold: 600;
430
- /* Bold font weight. */
431
- --intergalactic-bold: 700;
432
- /* Regular font weight. */
433
- --intergalactic-regular: 400;
434
- /* Medium font weight. */
435
- --intergalactic-medium: 500;
436
- /* Use only for text in Badge component. */
437
- --intergalactic-fs-50: 10px;
438
- /* Use with caution for text in additional messages. Always check its contrast and readability. */
439
- --intergalactic-fs-100: 12px;
440
- /* Use for text in regular messages. */
441
- --intergalactic-fs-200: 14px;
442
- /* Use for H6 with bold font-weight, and for text in regular messages. */
443
- --intergalactic-fs-300: 16px;
444
- /* Use for H5 and subtitles. */
445
- --intergalactic-fs-400: 20px;
446
- /* Use for H4. */
447
- --intergalactic-fs-500: 24px;
448
- /* Use for H3. */
449
- --intergalactic-fs-600: 32px;
450
- /* Use for H2. */
451
- --intergalactic-fs-700: 36px;
452
- /* Use for H1. */
453
- --intergalactic-fs-800: 48px;
454
- /* Compact letter spacing. */
455
- --intergalactic-compact: 0.3;
456
- /* Base denominator of the design system. */
457
- --intergalactic-scale-indent: 4px;
458
- /* Default size of the controls. */
459
- --intergalactic-form-control-m: 28px;
460
- /* Large size of the controls. */
461
- --intergalactic-form-control-l: 40px;
462
- /* 2px */
463
- --intergalactic-spacing-05x: 2px;
464
- /* 4px */
465
- --intergalactic-spacing-1x: 4px;
466
- /* 8px */
467
- --intergalactic-spacing-2x: 8px;
468
- /* 12px */
469
- --intergalactic-spacing-3x: 12px;
470
- /* 16px */
471
- --intergalactic-spacing-4x: 16px;
472
- /* 20px */
473
- --intergalactic-spacing-5x: 20px;
474
- /* 24px */
475
- --intergalactic-spacing-6x: 24px;
476
- /* 32px */
477
- --intergalactic-spacing-8x: 32px;
478
- /* 40px */
479
- --intergalactic-spacing-10x: 40px;
480
- /* 56px */
481
- --intergalactic-spacing-14x: 56px;
482
- /* 80px */
483
- --intergalactic-spacing-20x: 80px;
484
- /* 96px */
485
- --intergalactic-spacing-24x: 96px;
486
- /* 120px */
487
- --intergalactic-spacing-30x: 120px;
488
- --intergalactic-rounded-small: 4px;
489
- --intergalactic-rounded-medium: 6px;
490
- --intergalactic-rounded-large: 12px;
491
- --intergalactic-rounded-extra-large: 24px;
492
- /* Use for rounding addons and small controls like Checkbox. */
493
- --intergalactic-addon-rounded: 4px;
494
- /* Use for rounding Badge. */
495
- --intergalactic-badge-rounded: 6px;
496
- /* Use for rounding Counter. */
497
- --intergalactic-counter-rounded: 12px;
498
- /* Use for rounding Tag. */
499
- --intergalactic-tag-rounded: 24px;
500
- /* Use for rounding Switch. */
501
- --intergalactic-switch-rounded: 24px;
502
- /* Use for rounding all form controls: Button, FilterTrigger, Input, Textarea, Pills, etc. */
503
- --intergalactic-control-rounded: 6px;
504
- /* Use for rounding bars: ProgressBar, SliderBar, etc. */
505
- --intergalactic-progress-bar-rounded: 6px;
506
- /* Use for rounding surfaces like Card, blocks, widgets, Notice, etc. */
507
- --intergalactic-surface-rounded: 6px;
508
- /* Use for rounding all kinds of poppers and dropdowns. */
509
- --intergalactic-popper-rounded: 6px;
510
- /* Use for rounding all kinds of big modal dialogs (e.g., Modal, Wizard). */
511
- --intergalactic-modal-rounded: 12px;
512
- /* Use for the disabled state of all kind of the controls and elements. */
513
- --intergalactic-disabled-opacity: 0.3;
514
- /* Extra small screens (small phones). */
515
- --intergalactic-screen-extra-small: 320px;
516
- /* Small screens (phones and small tablets). */
517
- --intergalactic-screen-small: 768px;
518
- /* Medium screens (tablets and small laptops). */
519
- --intergalactic-screen-medium: 1200px;
520
- /* Large screens (tablets and laptops). */
521
- --intergalactic-screen-large: 1920px;
522
- /* Use for cover the content under the modal dialogs. */
523
- --intergalactic-overlay-primary: rgba(25, 27, 35, 0.7);
524
- /* Use for the secondary modal dialogs that were opened upon the other modal dialogs. */
525
- --intergalactic-overlay-secondary: rgba(25, 27, 35, 0.4);
526
- /* Use as a primary cover of the content under the messages about limitations. */
527
- --intergalactic-overlay-limitation-primary: #f4f5f9;
528
- /* Use as a secondary cover of the content under the messages about limitations. */
529
- --intergalactic-overlay-limitation-secondary: rgba(255, 255, 255, 0.85);
530
- --intergalactic-z-index-deep: -999;
531
- --intergalactic-z-index-overlay: 500;
532
- --intergalactic-z-index-modal: 600;
533
- --intergalactic-z-index-popper: 700;
534
- --intergalactic-z-index-dropdown: 750;
535
- --intergalactic-z-index-tooltip: 800;
536
- --intergalactic-z-index-notice-bubble: 999;
537
- /* Default Tooltip background. */
538
- --intergalactic-tooltip-default: #ffffff;
539
- /* Warning Tooltip background. */
540
- --intergalactic-tooltip-warning: #ffd7df;
541
- /* Inverted version of the default Tooltip background. */
542
- --intergalactic-tooltip-invert: #191b23;
543
- /* Neutral border of the components that are combined with neighbor-location property. */
544
- --intergalactic-neighbor-location-neutral: rgba(255, 255, 255, 0.5);
545
- /* Inverted border of the components that are combined with neighbor-location property. */
546
- --intergalactic-neighbor-location-invert: rgba(0, 0, 0, 0.5);
547
- /* Left-to-right fade shadow for the ScrollArea. */
548
- --intergalactic-scroll-area-shadow-left: linear-gradient(to right, rgba(25, 27, 35, 0.1) 20.55%, rgba(255, 255, 255, 0.0001) 100%);
549
- /* Right-to-left fade shadow for the ScrollArea. */
550
- --intergalactic-scroll-area-shadow-right: linear-gradient(to left, rgba(25, 27, 35, 0.1) 20.55%, rgba(255, 255, 255, 0.0001) 100%);
551
- /* Top-to-bottom fade shadow for the ScrollArea. */
552
- --intergalactic-scroll-area-shadow-top: linear-gradient(to bottom, rgba(25, 27, 35, 0.1) 20.55%, rgba(255, 255, 255, 0.0001) 100%);
553
- /* Bottom-to-top fade shadow for the ScrollArea. */
554
- --intergalactic-scroll-area-shadow-bottom: linear-gradient(to top, rgba(25, 27, 35, 0.1) 20.55%, rgba(255, 255, 255, 0.0001) 100%);
555
- /* Left-to-right fade shadow for the ScrollArea inside the DropdownMenu. */
556
- --intergalactic-scroll-area-dropdown-menu-left: linear-gradient(to right, rgba(255, 255, 255, 1) 34.38%, rgba(255, 255, 255, 0) 100%);
557
- /* Right-to-left fade shadow for the ScrollArea inside the DropdownMenu. */
558
- --intergalactic-scroll-area-dropdown-menu-right: linear-gradient(to left, rgba(255, 255, 255, 1) 34.38%, rgba(255, 255, 255, 0) 100%);
559
- /* Bottom-to-top fade shadow for the ScrollArea inside the DropdownMenu. */
560
- --intergalactic-scroll-area-dropdown-menu-bottom: linear-gradient(to top, rgba(255, 255, 255, 1) 34.38%, rgba(255, 255, 255, 0) 100%);
561
- /* Top-to-bottom fade shadow for the ScrollArea inside the DropdownMenu. */
562
- --intergalactic-scroll-area-dropdown-menu-top: linear-gradient(to bottom, rgba(255, 255, 255, 1) 34.38%, rgba(255, 255, 255, 0) 100%);
563
- /* Background color for ScrollBar. */
564
- --intergalactic-scroll-bar-background: rgba(25, 27, 35, 0.3);
565
- /* Gray background color for the primary tag. It’s created using a CSS filter with a brightness of 150%, applied to the gray-500 color with 0.2 opacity on the white background underneath. */
566
- --intergalactic-tag-primary-gray-normal: #ECEDF0;
567
- /* Gray background color for the hover and active states of the primary tag. It’s created using a CSS filter with a brightness of 150%, applied to the gray-500 color with 0.3 opacity on the white background underneath. */
568
- --intergalactic-tag-primary-gray-hover-active: #E3E4E9;
569
- /* Blue background color for primary tag. It’s built with CSS filter brightness(150%) that was applied to blue-500 color with 0.2 opacity on the white background underneath. */
570
- --intergalactic-tag-primary-blue-normal: #D0EEFF;
571
- /* Blue background color for the hover and active states of the primary tag. It’s created using a CSS filter with a brightness of 150%, applied to the blue-500 color with 0.3 opacity on the white background underneath. */
572
- --intergalactic-tag-primary-blue-hover-active: #B7E4FF;
573
- /* Green background color for the primary tag. It’s created using a CSS filter with a brightness of 150%, applied to the green-500 color with 0.2 opacity on the white background underneath. */
574
- --intergalactic-tag-primary-green-normal: #CFF1EA;
575
- /* Green background color for the hover and active states of the primary tag. It’s created using a CSS filter with a brightness of 150%, applied to the green-500 color with 0.3 opacity on the white background underneath. */
576
- --intergalactic-tag-primary-green-hover-active: #B7EAE0;
577
- /* Orange background color for the primary tag. It’s created using a CSS filter with a brightness of 150%, applied to the orange-500 color with 0.2 opacity on the white background underneath. */
578
- --intergalactic-tag-primary-orange-normal: #FFDDD2;
579
- /* Orange background color for the hover and active states of the primary tag. It’s created using a CSS filter with a brightness of 150%, applied to the orange-500 color with 0.3 opacity on the white background underneath. */
580
- --intergalactic-tag-primary-orange-hover-active: #FFCCBB;
581
- /* Red background color for the primary tag. It’s created using a CSS filter with a brightness of 150%, applied to the red-500 color with 0.2 opacity on the white background underneath. */
582
- --intergalactic-tag-primary-red-normal: #FFCEDC;
583
- /* Red background color for the hover and active states of the primary tag. It’s created using a CSS filter with a brightness of 150%, applied to the red-500 color with 0.3 opacity on the white background underneath. */
584
- --intergalactic-tag-primary-red-hover-active: #FFB6CA;
585
- /* Violet background color for the primary tag. It’s created using a CSS filter with a brightness of 150%, applied to the violet-500 color with 0.2 opacity on the white background underneath. */
586
- --intergalactic-tag-primary-violet-normal: #F4E3FF;
587
- /* Violet background color for the hover and active states of the primary tag. It’s created using a CSS filter with a brightness of 150%, applied to the violet-500 color with 0.3 opacity on the white background underneath. */
588
- --intergalactic-tag-primary-violet-hover-active: #EFD5FF;
589
- /* Yellow background color for the primary tag. It’s created using a CSS filter with a brightness of 150%, applied to the yellow-500 color with 0.2 opacity on the white background underneath. */
590
- --intergalactic-tag-primary-yellow-normal: #FEE6D1;
591
- /* Yellow background color for the hover and active states of the primary tag. It’s created using a CSS filter with a brightness of 150%, applied to the yellow-500 color with 0.3 opacity on the white background underneath. */
592
- --intergalactic-tag-primary-yellow-hover-active: #FEDAB9;
593
- /* Primary white tag. */
594
- --intergalactic-tag-primary-white-normal: rgba(255, 255, 255, 0.15);
595
- /* Hover and active (selected) state of the primary white tag. */
596
- --intergalactic-tag-primary-white-hover-active: rgba(255, 255, 255, 0.3);
597
- /* Gray text for the primary gray tag. */
598
- --intergalactic-tag-primary-gray-text: #6c6e79;
599
- /* Blue text for the primary blue tag. */
600
- --intergalactic-tag-primary-blue-text: #006dca;
601
- /* Green text for the primary green tag. */
602
- --intergalactic-tag-primary-green-text: #007c65;
603
- /* Orange text for the primary orange tag. */
604
- --intergalactic-tag-primary-orange-text: #c33909;
605
- /* Red text for the primary red tag. */
606
- --intergalactic-tag-primary-red-text: #d1002f;
607
- /* Violet text for the primary violet tag. */
608
- --intergalactic-tag-primary-violet-text: #8649e1;
609
- /* Yellow text for the primary yellow tag. */
610
- --intergalactic-tag-primary-yellow-text: #a75800;
611
- /* White text for the primary white tag. */
612
- --intergalactic-tag-primary-white-text: #ffffff;
613
- /* Background color for the default secondary tag. */
614
- --intergalactic-tag-secondary-normal: #ffffff;
615
- /* Hover and active (selected) states of the background color for the default secondary tag. */
616
- --intergalactic-tag-secondary-hover-active: #f4f5f9;
617
- /* White secondary tag. */
618
- --intergalactic-tag-secondary-white-normal: rgba(255, 255, 255, 0);
619
- /* Active state of the secondary white tag. */
620
- --intergalactic-tag-secondary-white-hover-active: rgba(255, 255, 255, 0.1);
621
- /* Gray text for the default secondary tag. */
622
- --intergalactic-tag-secondary-gray-text: #6c6e79;
623
- /* White text for the secondary white tag. */
624
- --intergalactic-tag-secondary-white-text: #ffffff;
625
- /* 1 color in the default list of colors for charts. */
626
- --intergalactic-chart-palette-order-1: #2bb3ff;
627
- /* 2 color in the default list of colors for charts. */
628
- --intergalactic-chart-palette-order-2: #59ddaa;
629
- /* 3 color in the default list of colors for charts. */
630
- --intergalactic-chart-palette-order-3: #ff642d;
631
- /* 4 color in the default list of colors for charts. */
632
- --intergalactic-chart-palette-order-4: #f67cf2;
633
- /* 5 color in the default list of colors for charts. */
634
- --intergalactic-chart-palette-order-5: #fdc23c;
635
- /* 6 color in the default list of colors for charts. */
636
- --intergalactic-chart-palette-order-6: #ab6cfe;
637
- /* 7 color in the default list of colors for charts. */
638
- --intergalactic-chart-palette-order-7: #ff8786;
639
- /* 8 color in the default list of colors for charts. */
640
- --intergalactic-chart-palette-order-8: #9bd85d;
641
- /* 9 color in the default list of colors for charts. */
642
- --intergalactic-chart-palette-order-9: #008ff8;
643
- /* 10 color in the default list of colors for charts. */
644
- --intergalactic-chart-palette-order-10: #00c192;
645
- /* 11 color in the default list of colors for charts. */
646
- --intergalactic-chart-palette-order-11: #ffb26e;
647
- /* 12 color in the default list of colors for charts. */
648
- --intergalactic-chart-palette-order-12: #e14adf;
649
- /* 13 color in the default list of colors for charts. */
650
- --intergalactic-chart-palette-order-13: #ef9800;
651
- /* 14 color in the default list of colors for charts. */
652
- --intergalactic-chart-palette-order-14: #dcb8ff;
653
- /* 15 color in the default list of colors for charts. */
654
- --intergalactic-chart-palette-order-15: #ff4953;
655
- /* 16 color in the default list of colors for charts. */
656
- --intergalactic-chart-palette-order-16: #66c030;
657
- /* 17 color in the default list of colors for charts. */
658
- --intergalactic-chart-palette-order-17: #8ecdff;
659
- /* 18 color in the default list of colors for charts. */
660
- --intergalactic-chart-palette-order-18: #009f81;
661
- /* 19 color in the default list of colors for charts. */
662
- --intergalactic-chart-palette-order-19: #ff8c43;
663
- /* 20 color in the default list of colors for charts. */
664
- --intergalactic-chart-palette-order-20: #ffa9fa;
665
- /* 21 color in the default list of colors for charts. */
666
- --intergalactic-chart-palette-order-21: #d87900;
667
- /* 22 color in the default list of colors for charts. */
668
- --intergalactic-chart-palette-order-22: #c695ff;
669
- /* 23 color in the default list of colors for charts. */
670
- --intergalactic-chart-palette-order-23: #ffaeb5;
671
- /* 24 color in the default list of colors for charts. */
672
- --intergalactic-chart-palette-order-24: #35a21e;
673
- /* Use it to show total value. */
674
- --intergalactic-chart-palette-order-total-amount: #8a8e9b;
675
- /* Use it to indicate voids, missing or some other data. */
676
- --intergalactic-chart-palette-order-other-data: #c4c7cf;
677
- /* Use it to show null value. */
678
- --intergalactic-chart-palette-order-null: #e0e1e9;
679
- /* Default chart grid line. */
680
- --intergalactic-chart-grid-line: #e0e1e9;
681
- /* X-axis line on the chart grid. */
682
- --intergalactic-chart-grid-x-axis: #c4c7cf;
683
- /* Accent line for the hover state on the chart grid. */
684
- --intergalactic-chart-grid-y-accent-hover-line: #a9abb6;
685
- /* Text label on the chart grid. */
686
- --intergalactic-chart-grid-text-label: #6c6e79;
687
- /* Background color for the hover state of a bar on the chart grid. */
688
- --intergalactic-chart-grid-bar-chart-hover: rgba(196, 199, 207, 0.3);
689
- /* Default background color of a bar in the BarChart. */
690
- --intergalactic-chart-grid-bar-chart-base-bg: #e0e1e9;
691
- /* Use for highlighting the period on the chart grid. */
692
- --intergalactic-chart-grid-period-bg: rgba(196, 199, 207, 0.2);
693
- /* Border of the dot that appears on the chart grid when hovered over. */
694
- --intergalactic-chart-grid-border: #ffffff;
695
- /* Background color for the clickable date on the X-axis of the chart grid. */
696
- --intergalactic-chart-x-axis-accent-period-active: #6c6e79;
697
- /* Background color for the "Start tracking" date on the X-axis of the chart grid. */
698
- --intergalactic-chart-x-axis-accent-data-start-tracking: rgba(0, 159, 129, 0.2);
699
- /* Should be used for more complex effects and larger scale animations (such as page transitions or moving objects on and offscreen) */
700
- --intergalactic-duration-extra-slow: 500;
701
- /* Should be used for more larger scale animations (such as page transitions) */
702
- --intergalactic-duration-slow: 400;
703
- /* Should be used for more complex effects (such as Modal) */
704
- --intergalactic-duration-medium: 300;
705
- /* Should be used for more complex effects (such as Dropdown or Accordion) */
706
- --intergalactic-duration-fast: 200;
707
- /* Should be used for simpler effects and relatively small-sized animations (such as fades or color changes) */
708
- --intergalactic-duration-extra-fast: 100;
709
- /* Use for small controls like Switch or Slider. */
710
- --intergalactic-duration-switch: 100;
711
- /* Use for components based on popper like Tooltip, Dropdown or Filter trigger. */
712
- --intergalactic-duration-popper: 200;
713
- /* Use for small controls like Checkbox or Radio. */
714
- --intergalactic-duration-control: 200;
715
- /* Use for Modal, Fullscreen Modal, Side panel or other kind of windows. */
716
- --intergalactic-duration-modal: 200;
717
- /* Use for Accordion. */
718
- --intergalactic-duration-accordion: 200;
719
- /* Use for Summary or Counter. */
720
- --intergalactic-duration-counter: 200;
721
- }
722
- .dark {
723
- /* Primary background of the interface which contains the main data and information. */
724
- --intergalactic-bg-primary-neutral: rgba(30, 34, 49, 1);
725
- /* Hover state of the primary background of the interface which contains the main data and information. */
726
- --intergalactic-bg-primary-neutral-hover: rgba(54, 56, 67, 1);
727
- /* Active (selected) state of the primary background of the interface which contains the main data and information. */
728
- --intergalactic-bg-primary-neutral-active: rgba(54, 56, 67, 1);
729
- /* Accent background of the message with regular information. */
730
- --intergalactic-bg-primary-info: #008ff8;
731
- /* Accent background of the message or banner with information about the successful result. */
732
- --intergalactic-bg-primary-success: #009f81;
733
- /* Accent background of a message or a banner with a critical information. */
734
- --intergalactic-bg-primary-critical: #ff4953;
735
- /* Accent background of a message or a banner with a warning information. */
736
- --intergalactic-bg-primary-warning: #ff642d;
737
- /* Accent background of the information you want to highlight. */
738
- --intergalactic-bg-primary-highlight: #fce081;
739
- /* Accent background for the advertising banners and controls. */
740
- --intergalactic-bg-primary-advertising: #421983;
741
- /* Accented muted background for a message with regular information. */
742
- --intergalactic-bg-primary-muted: #6c6e79;
743
- /* Inverted version of the primary background of the interface that contains the main data and information. */
744
- --intergalactic-bg-primary-invert: #191b23;
745
- /* Hover state for the inverted version of the primary background of the interface that contains the main data and information. */
746
- --intergalactic-bg-primary-invert-hover: #2b2e38;
747
- /* Active (selected) state for the inverted version of the primary background of the interface that contains the main data and information. */
748
- --intergalactic-bg-primary-invert-active: #484a54;
749
- /* Secondary background of the interface which contains the main data and information. */
750
- --intergalactic-bg-secondary-neutral: rgba(45, 48, 62, 1);
751
- /* Hover state of the secondary background of the interface which contains the main data and information. */
752
- --intergalactic-bg-secondary-neutral-hover: #e0e1e9;
753
- /* Active (selected) state of the secondary background of the interface which contains the main data and information. */
754
- --intergalactic-bg-secondary-neutral-active: #c4c7cf;
755
- /* Secondary background of a message with regular information. */
756
- --intergalactic-bg-secondary-info: rgba(52, 68, 90, 1);
757
- /* Hover state of the secondary background of a message with regular information. */
758
- --intergalactic-bg-secondary-info-hover: rgba(23, 55, 83, 1);
759
- /* Active (selected) state of the secondary background of a message with regular information. */
760
- --intergalactic-bg-secondary-info-active: #8ecdff;
761
- /* Secondary background of the message with success information you want to accent. */
762
- --intergalactic-bg-secondary-success: #dbfee8;
763
- /* Hover state of the secondary background of the message with success information you want to accent. */
764
- --intergalactic-bg-secondary-success-hover: #9ef2c9;
765
- /* Active (selected) state of the secondary background of the message with success information you want to accent. */
766
- --intergalactic-bg-secondary-success-active: #59ddaa;
767
- /* Secondary background of the message with critical information you want to accent. */
768
- --intergalactic-bg-secondary-critical: #fff0f7;
769
- /* Hover state of the secondary background of the message with critical information you want to accent. */
770
- --intergalactic-bg-secondary-critical-hover: #ffd7df;
771
- /* Active (selected) state of the secondary background of the message with critical information you want to accent. */
772
- --intergalactic-bg-secondary-critical-active: #ffaeb5;
773
- /* Secondary background of the message with warning information you want to accent. */
774
- --intergalactic-bg-secondary-warning: #fff3d9;
775
- /* Hover state of the secondary background of the message with warning information you want to accent. */
776
- --intergalactic-bg-secondary-warning-hover: #ffdca2;
777
- /* Active (selected) state of the secondary background of the message with critical information you want to accent. */
778
- --intergalactic-bg-secondary-warning-active: #ffb26e;
779
- /* Secondary background of the information you want to highlight. */
780
- --intergalactic-bg-secondary-highlight: #fdf7c8;
781
- /* Hover state of the secondary background of the information you want to highlight. */
782
- --intergalactic-bg-secondary-highlight-hover: #fce081;
783
- /* Active (selected) state of the secondary background of the information you want to highlight. */
784
- --intergalactic-bg-secondary-highlight-active: #fdc23c;
785
- /* Secondary background for the advertising message you want to accent. */
786
- --intergalactic-bg-secondary-advertising: rgba(75, 49, 125, 1);
787
- /* Hover state of the secondary background for the advertising message you want to accent. */
788
- --intergalactic-bg-secondary-advertising-hover: #edd9ff;
789
- /* Active (selected) state of the secondary background for the advertising message you want to accent. */
790
- --intergalactic-bg-secondary-advertising-active: #dcb8ff;
791
- /* Highlighting the search results. */
792
- --intergalactic-bg-highlight-results: rgba(239, 152, 0, 0.4);
793
- /* Focusing values in the input. */
794
- --intergalactic-bg-highlight-focus: rgba(0, 143, 248, 0.2);
795
- /* Primary text. */
796
- --intergalactic-text-primary: #f4f5f9;
797
- /* Secondary text. */
798
- --intergalactic-text-secondary: #a9abb6;
799
- /* Placeholder text only. */
800
- --intergalactic-text-placeholder: #8a8e9b;
801
- /* Text associated with success states and data. */
802
- --intergalactic-text-success: rgba(68, 209, 164, 1);
803
- /* Hover and active states for the text associated with success states and data. */
804
- --intergalactic-text-success-hover-active: #055345;
805
- /* Text associated with critical states and data. */
806
- --intergalactic-text-critical: rgba(255, 155, 148, 1);
807
- /* Hover and active states for the text associated with critical states and data. */
808
- --intergalactic-text-critical-hover-active: #8e0016;
809
- /* Inverted version of the primary text. */
810
- --intergalactic-text-primary-invert: #ffffff;
811
- /* Inverted version of the secondary text. */
812
- --intergalactic-text-secondary-Invert: rgba(255, 255, 255, 0.75);
813
- /* Link text. */
814
- --intergalactic-text-link: #8ecdff;
815
- /* Hover and active states for the link text. */
816
- --intergalactic-text-link-hover-active: #2bb3ff;
817
- /* Inverted version of the link text. Use on dark background only. */
818
- --intergalactic-text-link-invert: #8ecdff;
819
- /* Hover and active states of the inverted version of the link text. Use on dark background only. */
820
- --intergalactic-text-link-invert-hover: #2bb3ff;
821
- /* Visited link text. */
822
- --intergalactic-text-link-visited: #8649e1;
823
- /* Hint link text. */
824
- --intergalactic-text-hint: #a9abb6;
825
- /* Hover and active states of the hint link text. */
826
- --intergalactic-text-hint-hover-active: #e0e1e9;
827
- /* Inverted version of the hint link text. */
828
- --intergalactic-text-hint-invert: #c4c7cf;
829
- /* Hover and active states of the inverted version of the hint link text. */
830
- --intergalactic-text-hint-invert-hover-active: #a9abb6;
831
- /* Secondary text. Use with font-size ≥20px. */
832
- --intergalactic-text-large-secondary: #a9abb6;
833
- /* Link text with font-size ≥20px. */
834
- --intergalactic-text-large-info: #008ff8;
835
- /* Hover and active states of the link text with font-size ≥20px. */
836
- --intergalactic-text-large-info-hover-active: #006dca;
837
- /* Text with font-size ≥20px associated with success states and data. */
838
- --intergalactic-text-large-success: #009f81;
839
- /* Hover and active states of the text with font-size ≥20px associated with success states and data. */
840
- --intergalactic-text-large-success-hover-active: #007c65;
841
- /* Text with font-size ≥20px associated with critical states and data. */
842
- --intergalactic-text-large-critical: #ff4953;
843
- /* Hover and active states of the text with font-size ≥20px associated with critical states and data. */
844
- --intergalactic-text-large-critical-hover-active: #d1002f;
845
- --intergalactic-text-advertising: #421983;
846
- /* Neutral primary border. */
847
- --intergalactic-border-primary: #484a54;
848
- /* Subtle secondary border. */
849
- --intergalactic-border-secondary: #484a54;
850
- /* Subtle secondary border in the informational message. */
851
- --intergalactic-border-info: #8ecdff;
852
- /* Active border in focused input filed. */
853
- --intergalactic-border-info-active: #c4e5fe;
854
- /* Subtle secondary border in the successful message and input field. */
855
- --intergalactic-border-success: #59ddaa;
856
- /* Active border in the focused input field with valid state. */
857
- --intergalactic-border-success-active: #dbfee8;
858
- /* Subtle secondary border in the critical message and invalid input field. */
859
- --intergalactic-border-critical: #ffaeb5;
860
- /* Active border in the focused input field with invalid state, and active state of the other components with invalid state. */
861
- --intergalactic-border-critical-active: rgba(253, 182, 177, 1);
862
- /* Subtle secondary border in the warning message. */
863
- --intergalactic-border-warning: #ffb26e;
864
- /* Active border in components with warning intention. */
865
- --intergalactic-border-warning-active: #c33909;
866
- /* Inverted version of the neutral primary border. Use it for borders on the dark or color background. */
867
- --intergalactic-border-primary-invert: #ffffff;
868
- /* Inverted version of the neutral secondary border. Use it for borders on the dark or color background. */
869
- --intergalactic-border-secondary-invert: rgba(255, 255, 255, 0.3);
870
- /* Border of the Tooltip with dark theme. */
871
- --intergalactic-border-tooltip-invert: #6c6e79;
872
- /* Accent borders in the Table: for the accordion in the table and for the header of the secondary table. */
873
- --intergalactic-border-table-accent: #a9abb6;
874
- /* Subtle background of the Switch control. */
875
- --intergalactic-control-switch-bg: #a9abb6;
876
- /* Background of the regular primary control. */
877
- --intergalactic-control-primary-info: #008ff8;
878
- /* Hover state of the regular primary control. */
879
- --intergalactic-control-primary-info-hover: #006dca;
880
- /* Active (selected) state of the regular primary control. */
881
- --intergalactic-control-primary-info-active: #044792;
882
- /* Background of the primary control with successful theme. */
883
- --intergalactic-control-primary-success: #009f81;
884
- /* Hover state of the primary control with successful theme. */
885
- --intergalactic-control-primary-success-hover: #007c65;
886
- /* Active (selected) state of the primary control with successful theme. */
887
- --intergalactic-control-primary-success-active: #055345;
888
- /* Background of the primary control with danger theme. */
889
- --intergalactic-control-primary-critical: #ff4953;
890
- /* Hover state of the primary control with danger theme. */
891
- --intergalactic-control-primary-critical-hover: #d1002f;
892
- /* Active (selected) state of the primary control with danger theme. */
893
- --intergalactic-control-primary-critical-active: #8e0016;
894
- /* Background of the advertising primary control. */
895
- --intergalactic-control-primary-advertising-active: #8649e1;
896
- /* Hover state of the advertising primary control. */
897
- --intergalactic-control-primary-advertising: #5925ab;
898
- /* Active (selected) state of the advertising primary control. */
899
- --intergalactic-control-primary-advertising-hover: #421983;
900
- /* Inverted background of the primary control. */
901
- --intergalactic-control-primary-invert: rgba(30, 34, 49, 1);
902
- /* Hover state of the inverted primary control. */
903
- --intergalactic-control-primary-invert-hover: rgba(43, 46, 57, 1);
904
- /* Active (selected) state of the inverted primary control. */
905
- --intergalactic-control-primary-invert-active: rgba(43, 46, 57, 1);
906
- --intergalactic-control-primary-brand: #ab6cfe;
907
- --intergalactic-control-primary-brand-hover: #8649e1;
908
- --intergalactic-control-primary-brand-active: #5925ab;
909
- /* Background of the regular secondary control. */
910
- --intergalactic-control-secondary-neutral: rgba(138, 142, 155, 0.1);
911
- /* Hover state of the regular secondary control. */
912
- --intergalactic-control-secondary-neutral-hover: rgba(138, 142, 155, 0.2);
913
- /* Active (selected) state of the regular secondary control. */
914
- --intergalactic-control-secondary-neutral-active: rgba(138, 142, 155, 0.3);
915
- /* Background of the accent secondary control. */
916
- --intergalactic-control-secondary-info: rgba(0, 143, 248, 0.1);
917
- /* Hover state of the accent secondary control. */
918
- --intergalactic-control-secondary-info-hover: rgba(0, 143, 248, 0.2);
919
- /* Active (selected) state of the accent secondary control. */
920
- --intergalactic-control-secondary-info-active: rgba(0, 143, 248, 0.3);
921
- /* Background of the inverted version of the secondary control. */
922
- --intergalactic-control-secondary-invert: rgba(255, 255, 255, 0.05);
923
- /* Hover state of the inverted version of the secondary control. */
924
- --intergalactic-control-secondary-invert-hover: rgba(255, 255, 255, 0.1);
925
- /* Active (selected) state of the inverted version of the secondary control. */
926
- --intergalactic-control-secondary-invert-active: rgba(255, 255, 255, 0.3);
927
- /* Background of the regular tertiary control. */
928
- --intergalactic-control-tertiary-neutral: rgba(138, 142, 155, 0);
929
- /* Hover state of the regular tertiary control. */
930
- --intergalactic-control-tertiary-neutral-hover: rgba(138, 142, 155, 0.2);
931
- /* Active (selected) state of the regular tertiary control. */
932
- --intergalactic-control-tertiary-neutral-active: rgba(138, 142, 155, 0.3);
933
- /* Background of the accent and link-lookalike tertiary control. */
934
- --intergalactic-control-tertiary-info: rgba(0, 143, 248, 0);
935
- /* Hover state of the accent and link-lookalike tertiary control. */
936
- --intergalactic-control-tertiary-info-hover: rgba(0, 143, 248, 0.2);
937
- /* Active (selected) state of the accent and link-lookalike tertiary control. */
938
- --intergalactic-control-tertiary-info-active: rgba(0, 143, 248, 0.3);
939
- /* Background of the inverted version of the tertiary control. */
940
- --intergalactic-control-tertiary-invert: rgba(255, 255, 255, 0);
941
- /* Hover state of the inverted version of the tertiary control. */
942
- --intergalactic-control-tertiary-invert-hover: rgba(255, 255, 255, 0.1);
943
- /* Active (selected) state of the inverted version of the tertiary control. */
944
- --intergalactic-control-tertiary-invert-active: rgba(255, 255, 255, 0.3);
945
- /* Primary neutral icon. */
946
- --intergalactic-icon-primary-neutral: #a9abb6;
947
- /* Hover and active (selected) states of the primary neutral icon. */
948
- --intergalactic-icon-primary-neutral-hover-active: #c4c7cf;
949
- /* Primary link-lookalike icon. */
950
- --intergalactic-icon-primary-info: #006dca;
951
- /* Hover and active (selected) states of the primary link-lookalike icon. */
952
- --intergalactic-icon-primary-info-hover-active: #044792;
953
- /* Primary successful icon. */
954
- --intergalactic-icon-primary-success: #009f81;
955
- /* Hover and active (selected) states of the primary successful icon. */
956
- --intergalactic-icon-primary-success-hover-active: #007c65;
957
- /* Primary critical icon. */
958
- --intergalactic-icon-primary-critical: #ff4953;
959
- /* Hover and active (selected) states of the primary critical icon. */
960
- --intergalactic-icon-primary-critical-hover-active: #d1002f;
961
- /* Primary warning icon. */
962
- --intergalactic-icon-primary-warning: #ff642d;
963
- /* Hover and active (selected) states of the primary warning icon. */
964
- --intergalactic-icon-primary-warning-hover-active: #c33909;
965
- /* Inverted version of the primary icon. */
966
- --intergalactic-icon-primary-invert: #ffffff;
967
- /* Hover and active (selected) states of the inverted version of the primary icon. */
968
- --intergalactic-icon-primary-invert-hover-active: #e0e1e9;
969
- /* Secondary neutral icon. */
970
- --intergalactic-icon-secondary-neutral: #c4c7cf;
971
- /* Hover and active (selected) states of the secondary neutral icon. */
972
- --intergalactic-icon-secondary-neutral-hover-active: #e0e1e9;
973
- /* Secondary link-lookalike icon. */
974
- --intergalactic-icon-secondary-info: #2bb3ff;
975
- /* Hover and active (selected) states of the secondary link-lookalike icon. */
976
- --intergalactic-icon-secondary-info-hover-active: #008ff8;
977
- /* Secondary successful icon. */
978
- --intergalactic-icon-secondary-success: #00c192;
979
- /* Hover and active (selected) states of the secondary successful icon. */
980
- --intergalactic-icon-secondary-success-hover-active: #009f81;
981
- /* Secondary critical icon. */
982
- --intergalactic-icon-secondary-critical: #ff8786;
983
- /* Hover and active (selected) states of the secondary critical icon. */
984
- --intergalactic-icon-secondary-critical-hover-active: #ff4953;
985
- /* Secondary warning icon. */
986
- --intergalactic-icon-secondary-warning: #ff8c43;
987
- /* Hover and active (selected) states of the secondary warning icon. */
988
- --intergalactic-icon-secondary-warning-hover-active: #ff642d;
989
- /* Color for the default non-interactive icon. */
990
- --intergalactic-icon-non-interactive: #f4f5f9;
991
- /* Default date-picker cell background. */
992
- --intergalactic-date-picker-cell: #ffffff;
993
- /* Color for marking the cell with the current date, month or year in the date-picker. */
994
- --intergalactic-date-picker-cell-current: #c4c7cf;
995
- /* Hover state of the default date-picker cell background. */
996
- --intergalactic-date-picker-cell-hover: #e0e1e9;
997
- /* Background for the cell which is included in the date range in the date-picker. */
998
- --intergalactic-date-picker-cell-range: #c4e5fe;
999
- /* Hover state of the background for the cell which is included in the date range in the date-picker. */
1000
- --intergalactic-date-picker-cell-range-hover: #8ecdff;
1001
- /* Active (selected) date-picker cell background. */
1002
- --intergalactic-date-picker-cell-active: #2bb3ff;
1003
- /* Hover for the active (selected) date-picker cell background. */
1004
- --intergalactic-date-picker-cell-active-hover: #008ff8;
1005
- --intergalactic-date-picker-cell-current-invert: rgba(255, 255, 255, 0.3);
1006
- /* Default background color for the list item in the dropdown-menu. */
1007
- --intergalactic-dropdown-menu-item: rgba(54, 56, 67, 1);
1008
- /* Hover state of the default background color for the list item in the dropdown-menu. */
1009
- --intergalactic-dropdown-menu-item-hover: rgba(79, 82, 93, 1);
1010
- /* Active (selected) state of the default background color for the list item in the dropdown-menu. */
1011
- --intergalactic-dropdown-menu-item-selected: rgba(66, 103, 123, 1);
1012
- /* Hover state for the selected state of the default background color for the list item in the dropdown-menu. */
1013
- --intergalactic-dropdown-menu-item-selected-hover: rgba(75, 117, 139, 1);
1014
- /* Color of the outer border of the FeaturePopover.Spot. */
1015
- --intergalactic-feature-popover-dot-outer-border: rgba(252, 224, 129, 0.3);
1016
- /* Background color of the ProgressBar. */
1017
- --intergalactic-progress-bar-bg: #484a54;
1018
- /* Hover state of the background color of the ProgressBar. */
1019
- --intergalactic-progress-bar-bg-hover: #c4c7cf;
1020
- /* Inverted version of the background color of the ProgressBar. */
1021
- --intergalactic-progress-bar-bg-invert: rgba(255, 255, 255, 0.2);
1022
- /* Hover state for the inverted version of the background color of the ProgressBar. */
1023
- --intergalactic-progress-bar-bg-invert-hover: rgba(255, 255, 255, 0.4);
1024
- /* Value color of the ProgressBar. */
1025
- --intergalactic-progress-bar-value: #009f81;
1026
- /* Value with gradient for the ProgressBar. */
1027
- --intergalactic-progress-bar-value-gradient: linear-gradient(-45deg, rgba(0, 159, 129, 0.9) 25%, rgba(0, 159, 129, 1) 0%, rgba(0, 159, 129, 1) 50%, rgba(0, 159, 129, 0.9) 0%, rgba(0, 159, 129, 0.9) 75%, rgba(0, 159, 129, 1) 0%);
1028
- /* Null value gradient for the ProgressBar. */
1029
- --intergalactic-progress-bar-pattern-gradient: linear-gradient(-45deg, rgba(224, 225, 233, 0.9) 25%, rgba(224, 225, 233, 1) 0%, rgba(224, 225, 233, 1) 50%, rgba(224, 225, 233, 0.9) 0%, rgba(224, 225, 233, 0.9) 75%, rgba(224, 225, 233, 1) 0%);
1030
- /* Base value background for the ProgressBar. It is used to create gradients for the values. */
1031
- --intergalactic-progress-bar-value-bg: #000000;
1032
- /* Default color for the Skeleton. */
1033
- --intergalactic-skeleton-bg: #484a54;
1034
- /* Inverted version of the default color for the Skeleton. */
1035
- --intergalactic-skeleton-bg-invert: rgba(255, 255, 255, 0.3);
1036
- /* Background of the header cell in the primary Table. */
1037
- --intergalactic-table-th-primary-cell: rgba(62, 64, 75, 1);
1038
- /* Background of the hovered header cell in the primary Table. */
1039
- --intergalactic-table-th-primary-cell-hover: rgba(83, 85, 97, 1);
1040
- /* Background of the active header cell in the primary Table. */
1041
- --intergalactic-table-th-primary-cell-active: rgba(108, 110, 121, 1);
1042
- /* Background of the header cell in the secondary Table. */
1043
- --intergalactic-table-th-secondary-cell: rgba(62, 64, 75, 1);
1044
- --intergalactic-table-th-gradient: linear-gradient(to right, rgba(224, 225, 233, 0) 0%, rgba(224, 225, 233, 1) 100%);
1045
- /* Background of the default cell in the Table. */
1046
- --intergalactic-table-td-cell: #191b23;
1047
- /* Background of the default hovered cell in the Table. */
1048
- --intergalactic-table-td-cell-hover: #2b2e38;
1049
- /* Background of the default active cell in the Table. */
1050
- --intergalactic-table-td-cell-active: #2b2e38;
1051
- /* Background of the unread cell in the Table. */
1052
- --intergalactic-table-td-cell-unread: #f4f5f9;
1053
- /* Background of the cell used for Accordion or actions row, in the Table. */
1054
- --intergalactic-table-td-cell-actions-accordion: rgba(54, 56, 67, 1);
1055
- /* Background of the selected cell in the Table. */
1056
- --intergalactic-table-td-cell-selected: rgba(43, 54, 69, 1);
1057
- /* Background of the hovered selected cell in the Table. */
1058
- --intergalactic-table-td-cell-selected-hover: #c4e5fe;
1059
- /* Background of the active selected cell in the Table. */
1060
- --intergalactic-table-td-cell-selected-active: #c4e5fe;
1061
- /* Background of the cell with new information in the Table. */
1062
- --intergalactic-table-td-cell-new: #dbfee8;
1063
- /* Background of the hovered cell with new information in the Table. */
1064
- --intergalactic-table-td-cell-new-hover: #9ef2c9;
1065
- /* Background of the active cell with new information in the Table. */
1066
- --intergalactic-table-td-cell-new-active: #9ef2c9;
1067
- /* Background of the cell with critical information in the Table. */
1068
- --intergalactic-table-td-cell-critical: #fff0f7;
1069
- /* Background of the hovered cell with critical information in the Table. */
1070
- --intergalactic-table-td-cell-critical-hover: #ffd7df;
1071
- /* Background of the active cell with critical information in the Table. */
1072
- --intergalactic-table-td-cell-critical-active: #ffd7df;
1073
- /* Background of the cell with warning information in the Table. */
1074
- --intergalactic-table-td-cell-warning: #fff3d9;
1075
- /* Background of the hovered cell with warning information in the Table. */
1076
- --intergalactic-table-td-cell-warning-hover: #ffdca2;
1077
- /* Background of the active cell with warning information in the Table. */
1078
- --intergalactic-table-td-cell-warning-active: #ffdca2;
1079
- /* Primary brand color. */
1080
- --intergalactic-brand-primary: #dcb8ff;
1081
- /* Secondary brand color. */
1082
- --intergalactic-brand-secondary: #421983;
1083
- /* Pinterest brand color. */
1084
- --intergalactic-brand-pinterest: #bd081c;
1085
- /* Instagram brand color. */
1086
- --intergalactic-brand-instagram: #e4405f;
1087
- /* Youtube brand color. */
1088
- --intergalactic-brand-youtube: #ff0000;
1089
- /* Facebook brand color. */
1090
- --intergalactic-brand-facebook: #1877F2;
1091
- /* LinkedIn brand color. */
1092
- --intergalactic-brand-linkedIn: #0A66C2;
1093
- /* Twitter brand color. */
1094
- --intergalactic-brand-twitter: #1D9BF0;
1095
- /* Google brand color for the link. */
1096
- --intergalactic-brand-google-blue: #1a0dab;
1097
- /* Google green brand color for the link. */
1098
- --intergalactic-brand-google-green: #016723;
1099
- /* Google My Business brand color. */
1100
- --intergalactic-brand-google-my-business: #1a73e8;
1101
- /* Default shadow of the Card. */
1102
- --intergalactic-box-shadow-card: 0px 0px 1px 0px rgba(25, 27, 35, 0.16), 0px 1px 2px 0px rgba(25, 27, 35, 0.12);
1103
- /* Hover state for the shadow of the Card with hover state. */
1104
- --intergalactic-box-shadow-card-hover: 3px 3px 30px 0px rgba(25, 27, 35, 0.15);
1105
- /* Shadow for show that element are being drag-and-drop. */
1106
- --intergalactic-box-shadow-dnd: 0px 0px 1px 0px rgba(25, 27, 35, 0.16), 0px 12px 40px 0px rgba(25, 27, 35, 0.16);
1107
- /* Default shadow if the Modal window. */
1108
- --intergalactic-box-shadow-modal: 0px 3px 8px 0px rgba(25, 27, 35, 0.2);
1109
- /* Default shadow of all Poppers, Dropdowns and Tooltips. */
1110
- --intergalactic-box-shadow-popper: 0px 1px 15px 0px rgba(25, 27, 35, 0.6);
1111
- /* Default keyboard focus styles. */
1112
- --intergalactic-keyboard-focus: 0px 0px 0px 3px rgba(43, 179, 255, 0.8);
1113
- /* Keyboard focus styles for elements with invalid state. */
1114
- --intergalactic-keyboard-focus-invalid: 0px 0px 0px 3px rgba(246, 58, 75, 0.8);
1115
- /* Keyboard focus styles for elements with valid state. */
1116
- --intergalactic-keyboard-focus-valid: 0px 0px 0px 3px rgba(68, 209, 164, 0.8);
1117
- --intergalactic-base: Inter;
1118
- /* Use with font-size-800. */
1119
- --intergalactic-lh-800: 117%;
1120
- /* Use with font-size-700. */
1121
- --intergalactic-lh-700: 110%;
1122
- /* Use with font-size-600. */
1123
- --intergalactic-lh-600: 125%;
1124
- /* Use with font-size-500. */
1125
- --intergalactic-lh-500: 117%;
1126
- /* Use with font-size-400. */
1127
- --intergalactic-lh-400: 120%;
1128
- /* Use with font-size-300. */
1129
- --intergalactic-lh-300: 150%;
1130
- /* Use with font-size-200. */
1131
- --intergalactic-lh-200: 142%;
1132
- /* Use with font-size-100. */
1133
- --intergalactic-lh-100: 133%;
1134
- --intergalactic-semi-bold: 600;
1135
- --intergalactic-bold: 700;
1136
- --intergalactic-regular: 400;
1137
- --intergalactic-medium: 500;
1138
- /* Use only for text in Badge component. */
1139
- --intergalactic-fs-50: 10px;
1140
- /* Use with caution for text in additional messages. Always check its contrast and readability. */
1141
- --intergalactic-fs-100: 12px;
1142
- /* Use for text in regular messages. */
1143
- --intergalactic-fs-200: 14px;
1144
- /* Use for H6 with bold font-weight, and for text in regular messages. */
1145
- --intergalactic-fs-300: 16px;
1146
- /* Use for H5 and subtitles. */
1147
- --intergalactic-fs-400: 20px;
1148
- /* Use for H4. */
1149
- --intergalactic-fs-500: 24px;
1150
- /* Use for H3. */
1151
- --intergalactic-fs-600: 32px;
1152
- /* Use for H2. */
1153
- --intergalactic-fs-700: 36px;
1154
- /* Use for H1. */
1155
- --intergalactic-fs-800: 48px;
1156
- --intergalactic-compact: 0.3;
1157
- /* Base denominator of the design system. */
1158
- --intergalactic-scale-indent: 4px;
1159
- /* Default size of the controls. */
1160
- --intergalactic-form-control-m: 28px;
1161
- /* Large size of the controls. */
1162
- --intergalactic-form-control-l: 40px;
1163
- /* 2px */
1164
- --intergalactic-spacing-05x: 2px;
1165
- /* 4px */
1166
- --intergalactic-spacing-1x: 4px;
1167
- /* 8px */
1168
- --intergalactic-spacing-2x: 8px;
1169
- /* 12px */
1170
- --intergalactic-spacing-3x: 12px;
1171
- /* 16px */
1172
- --intergalactic-spacing-4x: 16px;
1173
- /* 20px */
1174
- --intergalactic-spacing-5x: 20px;
1175
- /* 24px */
1176
- --intergalactic-spacing-6x: 24px;
1177
- /* 32px */
1178
- --intergalactic-spacing-8x: 32px;
1179
- /* 40px */
1180
- --intergalactic-spacing-10x: 40px;
1181
- /* 56px */
1182
- --intergalactic-spacing-14x: 56px;
1183
- /* 80px */
1184
- --intergalactic-spacing-20x: 80px;
1185
- /* 96px */
1186
- --intergalactic-spacing-24x: 96px;
1187
- /* 120px */
1188
- --intergalactic-spacing-30x: 120px;
1189
- --intergalactic-rounded-small: 4px;
1190
- --intergalactic-rounded-medium: 6px;
1191
- --intergalactic-rounded-large: 12px;
1192
- --intergalactic-rounded-extra-large: 24px;
1193
- /* Use for rounding addons and small controls like Checkbox. */
1194
- --intergalactic-addon-rounded: 4px;
1195
- /* Use for rounding Badge. */
1196
- --intergalactic-badge-rounded: 6px;
1197
- /* Use for rounding Counter. */
1198
- --intergalactic-counter-rounded: 12px;
1199
- /* Use for rounding Tag. */
1200
- --intergalactic-tag-rounded: 24px;
1201
- /* Use for rounding Switch. */
1202
- --intergalactic-switch-rounded: 24px;
1203
- /* Use for rounding all form controls: Button, FilterTrigger, Input, Textarea, Pills, etc. */
1204
- --intergalactic-control-rounded: 6px;
1205
- /* Use for rounding bars: ProgressBar, SliderBar, etc. */
1206
- --intergalactic-progress-bar-rounded: 6px;
1207
- /* Use for rounding surfaces like Card, blocks, widgets, Notice, etc. */
1208
- --intergalactic-surface-rounded: 6px;
1209
- /* Use for rounding all kinds of poppers and dropdowns. */
1210
- --intergalactic-popper-rounded: 6px;
1211
- /* Use for rounding all kinds of big modal dialogs (e.g., Modal, Wizard). */
1212
- --intergalactic-modal-rounded: 12px;
1213
- /* Use for the disabled state of all kind of the controls and elements. */
1214
- --intergalactic-disabled-opacity: 0.3;
1215
- /* Extra small screens (small phones). */
1216
- --intergalactic-screen-extra-small: 320px;
1217
- /* Small screens (phones and small tablets). */
1218
- --intergalactic-screen-small: 768px;
1219
- /* Medium screens (tablets and small laptops). */
1220
- --intergalactic-screen-medium: 1200px;
1221
- /* Large screens (tablets and laptops). */
1222
- --intergalactic-screen-large: 1920px;
1223
- /* Use for cover the content under the modal dialogs. */
1224
- --intergalactic-overlay-primary: rgba(25, 27, 35, 0.7);
1225
- /* Use for the secondary modal dialogs that were opened upon the other modal dialogs. */
1226
- --intergalactic-overlay-secondary: rgba(25, 27, 35, 0.4);
1227
- /* Use as a primary cover of the content under the messages about limitations. */
1228
- --intergalactic-overlay-limitation-primary: #f4f5f9;
1229
- /* Use as a secondary cover of the content under the messages about limitations. */
1230
- --intergalactic-overlay-limitation-secondary: rgba(255, 255, 255, 0.85);
1231
- --intergalactic-z-index-deep: -999;
1232
- --intergalactic-z-index-overlay: 500;
1233
- --intergalactic-z-index-modal: 600;
1234
- --intergalactic-z-index-popper: 700;
1235
- --intergalactic-z-index-dropdown: 750;
1236
- --intergalactic-z-index-tooltip: 800;
1237
- --intergalactic-z-index-notice-bubble: 999;
1238
- /* Default Tooltip background. */
1239
- --intergalactic-tooltip-default: #484a54;
1240
- /* Warning Tooltip background. */
1241
- --intergalactic-tooltip-warning: rgba(160, 13, 42, 1);
1242
- /* Inverted version of the default Tooltip background. */
1243
- --intergalactic-tooltip-invert: #191b23;
1244
- /* Neutral border of the components that are combined with neighbor-location property. */
1245
- --intergalactic-neighbor-location-neutral: rgba(255, 255, 255, 0.5);
1246
- /* Inverted border of the components that are combined with neighbor-location property. */
1247
- --intergalactic-neighbor-location-invert: rgba(0, 0, 0, 0.5);
1248
- /* Left-to-right fade shadow for the ScrollArea. */
1249
- --intergalactic-scroll-area-shadow-left: linear-gradient(to right, rgba(25, 27, 35, 0.1) 20.55%, rgba(255, 255, 255, 0.0001) 100%);
1250
- /* Right-to-left fade shadow for the ScrollArea. */
1251
- --intergalactic-scroll-area-shadow-right: linear-gradient(to left, rgba(25, 27, 35, 0.1) 20.55%, rgba(255, 255, 255, 0.0001) 100%);
1252
- /* Top-to-bottom fade shadow for the ScrollArea. */
1253
- --intergalactic-scroll-area-shadow-top: linear-gradient(to bottom, rgba(25, 27, 35, 0.1) 20.55%, rgba(255, 255, 255, 0.0001) 100%);
1254
- /* Bottom-to-top fade shadow for the ScrollArea. */
1255
- --intergalactic-scroll-area-shadow-bottom: linear-gradient(to top, rgba(25, 27, 35, 0.1) 20.55%, rgba(255, 255, 255, 0.0001) 100%);
1256
- /* Left-to-right fade shadow for the ScrollArea inside the DropdownMenu. */
1257
- --intergalactic-scroll-area-dropdown-menu-left: linear-gradient(to right, rgba(255, 255, 255, 1) 34.38%, rgba(255, 255, 255, 0) 100%);
1258
- /* Right-to-left fade shadow for the ScrollArea inside the DropdownMenu. */
1259
- --intergalactic-scroll-area-dropdown-menu-right: linear-gradient(to left, rgba(255, 255, 255, 1) 34.38%, rgba(255, 255, 255, 0) 100%);
1260
- /* Bottom-to-top fade shadow for the ScrollArea inside the DropdownMenu. */
1261
- --intergalactic-scroll-area-dropdown-menu-bottom: linear-gradient(to top, rgba(43, 46, 56, 1) 34.38%, rgba(54, 56, 67, 0) 100%);
1262
- /* Top-to-bottom fade shadow for the ScrollArea inside the DropdownMenu. */
1263
- --intergalactic-scroll-area-dropdown-menu-top: linear-gradient(to bottom, rgba(43, 46, 56, 1) 34.38%, rgba(54, 56, 67, 0) 100%);
1264
- /* Background color for ScrollBar. */
1265
- --intergalactic-scroll-bar-background: rgba(25, 27, 35, 0.3);
1266
- /* Primary gray tag. */
1267
- --intergalactic-tag-primary-gray-normal: rgba(69, 70, 81, 1);
1268
- /* Hover and active (selected) state of the primary gray tag. */
1269
- --intergalactic-tag-primary-gray-hover-active: #e0e1e9;
1270
- /* Primary blue tag. */
1271
- --intergalactic-tag-primary-blue-normal: rgba(7, 77, 141, 1);
1272
- /* Hover and active (selected) state of the primary blue tag. */
1273
- --intergalactic-tag-primary-blue-hover-active: #c4e5fe;
1274
- /* Primary green tag. */
1275
- --intergalactic-tag-primary-green-normal: rgba(9, 99, 82, 1);
1276
- /* Hover and active (selected) state of the primary green tag. */
1277
- --intergalactic-tag-primary-green-hover-active: #9ef2c9;
1278
- /* Primary orange tag. */
1279
- --intergalactic-tag-primary-orange-normal: rgba(156, 49, 11, 1);
1280
- /* Hover and active (selected) state of the primary orange tag. */
1281
- --intergalactic-tag-primary-orange-hover-active: #ffdca2;
1282
- /* Primary red tag. */
1283
- --intergalactic-tag-primary-red-normal: rgba(160, 13, 42, 1);
1284
- /* Hover and active (selected) state of the primary red tag. */
1285
- --intergalactic-tag-primary-red-hover-active: #ffd7df;
1286
- /* Primary violet tag. */
1287
- --intergalactic-tag-primary-violet-normal: rgba(95, 62, 157, 1);
1288
- /* Hover and active (selected) state of the primary violet tag. */
1289
- --intergalactic-tag-primary-violet-hover-active: #edd9ff;
1290
- /* Primary yellow tag. */
1291
- --intergalactic-tag-primary-yellow-normal: rgba(252, 224, 129, 0.5);
1292
- /* Hover and active (selected) state of the primary yellow tag. */
1293
- --intergalactic-tag-primary-yellow-hover-active: #fce081;
1294
- /* Primary white tag. */
1295
- --intergalactic-tag-primary-white-normal: rgba(255, 255, 255, 0.15);
1296
- /* Hover and active (selected) state of the primary white tag. */
1297
- --intergalactic-tag-primary-white-hover-active: rgba(255, 255, 255, 0.3);
1298
- /* Gray text for the primary gray tag. */
1299
- --intergalactic-tag-primary-gray-text: #f4f5f9;
1300
- /* Blue text for the primary blue tag. */
1301
- --intergalactic-tag-primary-blue-text: #e9f7ff;
1302
- /* Green text for the primary green tag. */
1303
- --intergalactic-tag-primary-green-text: #dbfee8;
1304
- /* Orange text for the primary orange tag. */
1305
- --intergalactic-tag-primary-orange-text: #fff3d9;
1306
- /* Red text for the primary red tag. */
1307
- --intergalactic-tag-primary-red-text: #fff0f7;
1308
- /* Violet text for the primary violet tag. */
1309
- --intergalactic-tag-primary-violet-text: rgba(244, 245, 249, 1);
1310
- /* Yellow text for the primary yellow tag. */
1311
- --intergalactic-tag-primary-yellow-text: #a75800;
1312
- /* White text for the primary white tag. */
1313
- --intergalactic-tag-primary-white-text: #ffffff;
1314
- /* Background color for the default secondary tag. */
1315
- --intergalactic-tag-secondary-normal: #ffffff;
1316
- /* Hover and active (selected) states of the background color for the default secondary tag. */
1317
- --intergalactic-tag-secondary-hover-active: #f4f5f9;
1318
- /* White secondary tag. */
1319
- --intergalactic-tag-secondary-white-normal: rgba(255, 255, 255, 0);
1320
- /* Active state of the secondary white tag. */
1321
- --intergalactic-tag-secondary-white-hover-active: rgba(255, 255, 255, 0.1);
1322
- /* Gray text for the default secondary tag. */
1323
- --intergalactic-tag-secondary-gray-text: #6c6e79;
1324
- /* White text for the secondary white tag. */
1325
- --intergalactic-tag-secondary-white-text: #ffffff;
1326
- /* 1 color in the default list of colors for charts. */
1327
- --intergalactic-chart-palette-order-1: #2bb3ff;
1328
- /* 2 color in the default list of colors for charts. */
1329
- --intergalactic-chart-palette-order-2: #59ddaa;
1330
- /* 3 color in the default list of colors for charts. */
1331
- --intergalactic-chart-palette-order-3: #ff642d;
1332
- /* 4 color in the default list of colors for charts. */
1333
- --intergalactic-chart-palette-order-4: #f67cf2;
1334
- /* 5 color in the default list of colors for charts. */
1335
- --intergalactic-chart-palette-order-5: #fdc23c;
1336
- /* 6 color in the default list of colors for charts. */
1337
- --intergalactic-chart-palette-order-6: #ab6cfe;
1338
- /* 7 color in the default list of colors for charts. */
1339
- --intergalactic-chart-palette-order-7: #ff8786;
1340
- /* 8 color in the default list of colors for charts. */
1341
- --intergalactic-chart-palette-order-8: #9bd85d;
1342
- /* 9 color in the default list of colors for charts. */
1343
- --intergalactic-chart-palette-order-9: #008ff8;
1344
- /* 10 color in the default list of colors for charts. */
1345
- --intergalactic-chart-palette-order-10: #00c192;
1346
- /* 11 color in the default list of colors for charts. */
1347
- --intergalactic-chart-palette-order-11: #ffb26e;
1348
- /* 12 color in the default list of colors for charts. */
1349
- --intergalactic-chart-palette-order-12: #e14adf;
1350
- /* 13 color in the default list of colors for charts. */
1351
- --intergalactic-chart-palette-order-13: #ef9800;
1352
- /* 14 color in the default list of colors for charts. */
1353
- --intergalactic-chart-palette-order-14: #dcb8ff;
1354
- /* 15 color in the default list of colors for charts. */
1355
- --intergalactic-chart-palette-order-15: #ff4953;
1356
- /* 16 color in the default list of colors for charts. */
1357
- --intergalactic-chart-palette-order-16: #66c030;
1358
- /* 17 color in the default list of colors for charts. */
1359
- --intergalactic-chart-palette-order-17: #8ecdff;
1360
- /* 18 color in the default list of colors for charts. */
1361
- --intergalactic-chart-palette-order-18: #009f81;
1362
- /* 19 color in the default list of colors for charts. */
1363
- --intergalactic-chart-palette-order-19: #ff8c43;
1364
- /* 20 color in the default list of colors for charts. */
1365
- --intergalactic-chart-palette-order-20: #ffa9fa;
1366
- /* 21 color in the default list of colors for charts. */
1367
- --intergalactic-chart-palette-order-21: #d87900;
1368
- /* 22 color in the default list of colors for charts. */
1369
- --intergalactic-chart-palette-order-22: #c695ff;
1370
- /* 23 color in the default list of colors for charts. */
1371
- --intergalactic-chart-palette-order-23: #ffaeb5;
1372
- /* 24 color in the default list of colors for charts. */
1373
- --intergalactic-chart-palette-order-24: #35a21e;
1374
- /* Use it to show total value. */
1375
- --intergalactic-chart-palette-order-total-amount: #8a8e9b;
1376
- /* Use it to indicate voids, missing or some other data. */
1377
- --intergalactic-chart-palette-order-other-data: #c4c7cf;
1378
- /* Use it to show null value. */
1379
- --intergalactic-chart-palette-order-null: #e0e1e9;
1380
- /* Default chart grid line. */
1381
- --intergalactic-chart-grid-line: #e0e1e9;
1382
- /* X-axis line on the chart grid. */
1383
- --intergalactic-chart-grid-x-axis: #c4c7cf;
1384
- /* Accent line for the hover state on the chart grid. */
1385
- --intergalactic-chart-grid-y-accent-hover-line: #a9abb6;
1386
- /* Text label on the chart grid. */
1387
- --intergalactic-chart-grid-text-label: #6c6e79;
1388
- /* Background color for the hover state of a bar on the chart grid. */
1389
- --intergalactic-chart-grid-bar-chart-hover: rgba(196, 199, 207, 0.3);
1390
- /* Default background color of a bar in the BarChart. */
1391
- --intergalactic-chart-grid-bar-chart-base-bg: #e0e1e9;
1392
- /* Use for highlighting the period on the chart grid. */
1393
- --intergalactic-chart-grid-period-bg: rgba(196, 199, 207, 0.2);
1394
- /* Border of the dot that appears on the chart grid when hovered over. */
1395
- --intergalactic-chart-grid-border: #ffffff;
1396
- /* Background color for the clickable date on the X-axis of the chart grid. */
1397
- --intergalactic-chart-x-axis-accent-period-active: #8a8e9b;
1398
- /* Background color for the "Start tracking" date on the X-axis of the chart grid. */
1399
- --intergalactic-chart-x-axis-accent-data-start-tracking: rgba(0, 159, 129, 0.2);
1400
- /* Should be used for more complex effects and larger scale animations (such as page transitions or moving objects on and offscreen) */
1401
- --intergalactic-duration-extra-slow: 500;
1402
- /* Should be used for more larger scale animations (such as page transitions) */
1403
- --intergalactic-duration-slow: 400;
1404
- /* Should be used for more complex effects (such as Modal) */
1405
- --intergalactic-duration-medium: 300;
1406
- /* Should be used for more complex effects (such as Dropdown or Accordion) */
1407
- --intergalactic-duration-fast: 200;
1408
- /* Should be used for simpler effects and relatively small-sized animations (such as fades or color changes) */
1409
- --intergalactic-duration-extra-fast: 100;
1410
- /* Use for small controls like Switch or Slider. */
1411
- --intergalactic-duration-switch: 100;
1412
- /* Use for components based on popper like Tooltip, Dropdown or Filter trigger. */
1413
- --intergalactic-duration-popper: 200;
1414
- /* Use for small controls like Checkbox or Radio. */
1415
- --intergalactic-duration-control: 200;
1416
- /* Use for Modal, Fullscreen Modal, Side panel or other kind of windows. */
1417
- --intergalactic-duration-modal: 200;
1418
- /* Use for Accordion. */
1419
- --intergalactic-duration-accordion: 200;
1420
- /* Use for Summary or Counter. */
1421
- --intergalactic-duration-counter: 200;
1422
- }