intergalactic 15.128.0-prerelease.5 → 15.129.0-prerelease.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (304) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/accordion/lib/cjs/Accordion.js +9 -9
  3. package/accordion/lib/es6/Accordion.js +9 -9
  4. package/accordion/lib/esm/Accordion.mjs +60 -60
  5. package/accordion/package.json +1 -1
  6. package/add-filter/package.json +1 -1
  7. package/animation/package.json +1 -1
  8. package/badge/package.json +1 -1
  9. package/base-trigger/lib/cjs/BaseTrigger.js +18 -18
  10. package/base-trigger/lib/cjs/ButtonTrigger.js +3 -3
  11. package/base-trigger/lib/cjs/FilterTrigger.js +7 -7
  12. package/base-trigger/lib/cjs/LinkTrigger.js +12 -12
  13. package/base-trigger/lib/es6/BaseTrigger.js +18 -18
  14. package/base-trigger/lib/es6/ButtonTrigger.js +3 -3
  15. package/base-trigger/lib/es6/FilterTrigger.js +7 -7
  16. package/base-trigger/lib/es6/LinkTrigger.js +12 -12
  17. package/base-trigger/lib/esm/BaseTrigger.mjs +50 -50
  18. package/base-trigger/lib/esm/ButtonTrigger.mjs +20 -20
  19. package/base-trigger/lib/esm/FilterTrigger.mjs +79 -79
  20. package/base-trigger/lib/esm/LinkTrigger.mjs +44 -44
  21. package/base-trigger/package.json +1 -1
  22. package/breadcrumbs/lib/cjs/Breadcrumbs.js +8 -8
  23. package/breadcrumbs/lib/es6/Breadcrumbs.js +8 -8
  24. package/breadcrumbs/lib/esm/Breadcrumbs.mjs +41 -41
  25. package/breadcrumbs/package.json +1 -1
  26. package/breakpoints/package.json +1 -1
  27. package/bulk-textarea/lib/cjs/components/InputField/InputField.js +12 -12
  28. package/bulk-textarea/lib/es6/components/InputField/InputField.js +12 -12
  29. package/bulk-textarea/lib/esm/components/InputField/InputField.mjs +171 -171
  30. package/bulk-textarea/package.json +1 -1
  31. package/button/package.json +1 -1
  32. package/card/lib/cjs/Card.js +6 -6
  33. package/card/lib/es6/Card.js +6 -6
  34. package/card/lib/esm/Card.mjs +14 -14
  35. package/card/package.json +1 -1
  36. package/carousel/lib/cjs/Carousel.js +21 -21
  37. package/carousel/lib/es6/Carousel.js +21 -21
  38. package/carousel/lib/esm/Carousel.mjs +72 -72
  39. package/carousel/package.json +1 -1
  40. package/checkbox/package.json +1 -1
  41. package/color-picker/lib/cjs/ColorPicker.js +24 -24
  42. package/color-picker/lib/cjs/PaletteManager.js +24 -24
  43. package/color-picker/lib/cjs/components/InputColor.js +24 -24
  44. package/color-picker/lib/es6/ColorPicker.js +24 -24
  45. package/color-picker/lib/es6/PaletteManager.js +24 -24
  46. package/color-picker/lib/es6/components/InputColor.js +24 -24
  47. package/color-picker/lib/esm/ColorPicker.mjs +70 -70
  48. package/color-picker/lib/esm/PaletteManager.mjs +53 -53
  49. package/color-picker/lib/esm/components/InputColor.mjs +64 -64
  50. package/color-picker/package.json +1 -1
  51. package/components.json +29 -29
  52. package/core/package.json +1 -1
  53. package/counter/package.json +1 -1
  54. package/d3-chart/lib/cjs/Area.js +11 -11
  55. package/d3-chart/lib/cjs/Axis.js +14 -14
  56. package/d3-chart/lib/cjs/Bar.js +16 -16
  57. package/d3-chart/lib/cjs/Bubble.js +12 -12
  58. package/d3-chart/lib/cjs/CompactHorizontalBar.js +16 -16
  59. package/d3-chart/lib/cjs/Donut.js +9 -9
  60. package/d3-chart/lib/cjs/Dots.js +8 -8
  61. package/d3-chart/lib/cjs/HorizontalBar.js +16 -16
  62. package/d3-chart/lib/cjs/Hover.js +3 -3
  63. package/d3-chart/lib/cjs/Line.js +9 -9
  64. package/d3-chart/lib/cjs/Plot.js +3 -3
  65. package/d3-chart/lib/cjs/Radar.js +19 -19
  66. package/d3-chart/lib/cjs/RadialTree.js +12 -12
  67. package/d3-chart/lib/cjs/Reference.js +12 -12
  68. package/d3-chart/lib/cjs/ScatterPlot.js +9 -9
  69. package/d3-chart/lib/cjs/Tooltip.js +9 -9
  70. package/d3-chart/lib/cjs/Venn.js +9 -9
  71. package/d3-chart/lib/cjs/a11y/PlotA11yModule.js +2 -2
  72. package/d3-chart/lib/cjs/a11y/PlotA11yView.js +2 -2
  73. package/d3-chart/lib/cjs/component/ChartLegend/LegendFlex/LegendFlex.js +4 -4
  74. package/d3-chart/lib/cjs/component/ChartLegend/LegendItem/LegendItem.js +17 -17
  75. package/d3-chart/lib/cjs/component/ChartLegend/LegendTable/LegendTable.js +6 -6
  76. package/d3-chart/lib/es6/Area.js +11 -11
  77. package/d3-chart/lib/es6/Axis.js +14 -14
  78. package/d3-chart/lib/es6/Bar.js +16 -16
  79. package/d3-chart/lib/es6/Bubble.js +12 -12
  80. package/d3-chart/lib/es6/CompactHorizontalBar.js +16 -16
  81. package/d3-chart/lib/es6/Donut.js +9 -9
  82. package/d3-chart/lib/es6/Dots.js +8 -8
  83. package/d3-chart/lib/es6/HorizontalBar.js +16 -16
  84. package/d3-chart/lib/es6/Hover.js +3 -3
  85. package/d3-chart/lib/es6/Line.js +9 -9
  86. package/d3-chart/lib/es6/Plot.js +3 -3
  87. package/d3-chart/lib/es6/Radar.js +19 -19
  88. package/d3-chart/lib/es6/RadialTree.js +12 -12
  89. package/d3-chart/lib/es6/Reference.js +12 -12
  90. package/d3-chart/lib/es6/ScatterPlot.js +9 -9
  91. package/d3-chart/lib/es6/Tooltip.js +9 -9
  92. package/d3-chart/lib/es6/Venn.js +9 -9
  93. package/d3-chart/lib/es6/a11y/PlotA11yModule.js +2 -2
  94. package/d3-chart/lib/es6/a11y/PlotA11yView.js +2 -2
  95. package/d3-chart/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.js +4 -4
  96. package/d3-chart/lib/es6/component/ChartLegend/LegendItem/LegendItem.js +17 -17
  97. package/d3-chart/lib/es6/component/ChartLegend/LegendTable/LegendTable.js +6 -6
  98. package/d3-chart/lib/esm/semcore/d3-chart/src/Area.mjs +68 -68
  99. package/d3-chart/lib/esm/semcore/d3-chart/src/Axis.mjs +154 -154
  100. package/d3-chart/lib/esm/semcore/d3-chart/src/Bar.mjs +62 -62
  101. package/d3-chart/lib/esm/semcore/d3-chart/src/Bubble.mjs +78 -78
  102. package/d3-chart/lib/esm/semcore/d3-chart/src/CompactHorizontalBar.mjs +99 -99
  103. package/d3-chart/lib/esm/semcore/d3-chart/src/Donut.mjs +129 -129
  104. package/d3-chart/lib/esm/semcore/d3-chart/src/Dots.mjs +35 -35
  105. package/d3-chart/lib/esm/semcore/d3-chart/src/HorizontalBar.mjs +54 -54
  106. package/d3-chart/lib/esm/semcore/d3-chart/src/Hover.mjs +17 -17
  107. package/d3-chart/lib/esm/semcore/d3-chart/src/Line.mjs +85 -85
  108. package/d3-chart/lib/esm/semcore/d3-chart/src/Plot.mjs +25 -25
  109. package/d3-chart/lib/esm/semcore/d3-chart/src/Radar.mjs +138 -138
  110. package/d3-chart/lib/esm/semcore/d3-chart/src/RadialTree.mjs +95 -95
  111. package/d3-chart/lib/esm/semcore/d3-chart/src/Reference.mjs +65 -65
  112. package/d3-chart/lib/esm/semcore/d3-chart/src/ScatterPlot.mjs +63 -63
  113. package/d3-chart/lib/esm/semcore/d3-chart/src/Tooltip.mjs +66 -66
  114. package/d3-chart/lib/esm/semcore/d3-chart/src/Venn.mjs +62 -62
  115. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/PlotA11yModule.mjs +31 -31
  116. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/PlotA11yView.mjs +33 -33
  117. package/d3-chart/lib/esm/semcore/d3-chart/src/component/ChartLegend/LegendFlex/LegendFlex.mjs +20 -20
  118. package/d3-chart/lib/esm/semcore/d3-chart/src/component/ChartLegend/LegendItem/LegendItem.mjs +101 -101
  119. package/d3-chart/lib/esm/semcore/d3-chart/src/component/ChartLegend/LegendTable/LegendTable.mjs +34 -34
  120. package/d3-chart/package.json +1 -1
  121. package/data-table/lib/cjs/Body.js +3 -3
  122. package/data-table/lib/cjs/DataTable.js +36 -36
  123. package/data-table/lib/es6/Body.js +3 -3
  124. package/data-table/lib/es6/DataTable.js +36 -36
  125. package/data-table/lib/esm/Body.mjs +69 -69
  126. package/data-table/lib/esm/DataTable.mjs +253 -253
  127. package/data-table/package.json +1 -1
  128. package/date-picker/lib/cjs/components/Calendar.js +21 -21
  129. package/date-picker/lib/cjs/components/DateRangeComparatorAbstract.js +29 -29
  130. package/date-picker/lib/cjs/components/InputTrigger.js +29 -29
  131. package/date-picker/lib/cjs/components/PickerAbstract.js +29 -29
  132. package/date-picker/lib/cjs/components/RangePickerAbstract.js +29 -29
  133. package/date-picker/lib/es6/components/Calendar.js +21 -21
  134. package/date-picker/lib/es6/components/DateRangeComparatorAbstract.js +29 -29
  135. package/date-picker/lib/es6/components/InputTrigger.js +29 -29
  136. package/date-picker/lib/es6/components/PickerAbstract.js +29 -29
  137. package/date-picker/lib/es6/components/RangePickerAbstract.js +29 -29
  138. package/date-picker/lib/esm/components/Calendar.mjs +151 -151
  139. package/date-picker/lib/esm/components/DateRangeComparatorAbstract.mjs +158 -158
  140. package/date-picker/lib/esm/components/InputTrigger.mjs +232 -232
  141. package/date-picker/lib/esm/components/PickerAbstract.mjs +89 -89
  142. package/date-picker/lib/esm/components/RangePickerAbstract.mjs +124 -124
  143. package/date-picker/package.json +1 -1
  144. package/divider/package.json +1 -1
  145. package/dot/package.json +1 -1
  146. package/drag-and-drop/lib/cjs/DragAndDrop.js +17 -17
  147. package/drag-and-drop/lib/es6/DragAndDrop.js +17 -17
  148. package/drag-and-drop/lib/esm/DragAndDrop.mjs +225 -225
  149. package/drag-and-drop/package.json +1 -1
  150. package/dropdown/package.json +1 -1
  151. package/dropdown-menu/lib/cjs/DropdownMenu.js +18 -18
  152. package/dropdown-menu/lib/es6/DropdownMenu.js +18 -18
  153. package/dropdown-menu/lib/esm/DropdownMenu.mjs +143 -143
  154. package/dropdown-menu/package.json +1 -1
  155. package/ellipsis/package.json +1 -1
  156. package/errors/package.json +1 -1
  157. package/feature-popover/lib/cjs/FeaturePopover.js +11 -11
  158. package/feature-popover/lib/es6/FeaturePopover.js +11 -11
  159. package/feature-popover/lib/esm/FeaturePopover.mjs +47 -47
  160. package/feature-popover/package.json +1 -1
  161. package/feedback-form/lib/cjs/FeedbackForm.js +7 -7
  162. package/feedback-form/lib/cjs/component/checkbox-button/CheckboxButton.js +3 -3
  163. package/feedback-form/lib/cjs/component/feedback-rating/FeedbackRating.js +2 -2
  164. package/feedback-form/lib/cjs/component/slider-rating/SliderRating.js +7 -7
  165. package/feedback-form/lib/es6/FeedbackForm.js +7 -7
  166. package/feedback-form/lib/es6/component/checkbox-button/CheckboxButton.js +3 -3
  167. package/feedback-form/lib/es6/component/feedback-rating/FeedbackRating.js +2 -2
  168. package/feedback-form/lib/es6/component/slider-rating/SliderRating.js +7 -7
  169. package/feedback-form/lib/esm/FeedbackForm.mjs +51 -51
  170. package/feedback-form/lib/esm/component/checkbox-button/CheckboxButton.mjs +21 -21
  171. package/feedback-form/lib/esm/component/feedback-rating/FeedbackRating.mjs +41 -41
  172. package/feedback-form/lib/esm/component/slider-rating/SliderRating.mjs +75 -75
  173. package/feedback-form/package.json +1 -1
  174. package/flags/package.json +1 -1
  175. package/flex-box/package.json +1 -1
  176. package/format-text/package.json +1 -1
  177. package/fullscreen-modal/lib/cjs/FullscreenModal.js +13 -13
  178. package/fullscreen-modal/lib/es6/FullscreenModal.js +13 -13
  179. package/fullscreen-modal/lib/esm/FullscreenModal.mjs +44 -44
  180. package/fullscreen-modal/package.json +1 -1
  181. package/grid/package.json +1 -1
  182. package/i18n-unplugin/package.json +1 -1
  183. package/icon/color/Confluence/l/index.js +4 -4
  184. package/icon/color/Confluence/l/index.mjs +4 -4
  185. package/icon/color/Confluence/m/index.js +4 -4
  186. package/icon/color/Confluence/m/index.mjs +4 -4
  187. package/icon/color/MetaColored/l/index.js +4 -4
  188. package/icon/color/MetaColored/l/index.mjs +4 -4
  189. package/icon/color/MetaColored/m/index.js +4 -4
  190. package/icon/color/MetaColored/m/index.mjs +4 -4
  191. package/icon/color/MicrosoftOffice/l/index.js +10 -10
  192. package/icon/color/MicrosoftOffice/l/index.mjs +10 -10
  193. package/icon/color/MicrosoftOffice/m/index.js +10 -10
  194. package/icon/color/MicrosoftOffice/m/index.mjs +10 -10
  195. package/icon/lib/cjs/Icon.js +5 -5
  196. package/icon/lib/es6/Icon.js +5 -5
  197. package/icon/lib/esm/Icon.mjs +33 -33
  198. package/icon/package.json +1 -1
  199. package/icon/pay/Discover/l/index.js +1 -1
  200. package/icon/pay/Discover/l/index.mjs +1 -1
  201. package/icon/pay/Discover/m/index.js +1 -1
  202. package/icon/pay/Discover/m/index.mjs +1 -1
  203. package/icon/pay/JCB/l/index.js +10 -10
  204. package/icon/pay/JCB/l/index.mjs +10 -10
  205. package/icon/pay/JCB/m/index.js +10 -10
  206. package/icon/pay/JCB/m/index.mjs +10 -10
  207. package/icon/pay/Visa/l/index.js +2 -2
  208. package/icon/pay/Visa/l/index.mjs +2 -2
  209. package/icon/pay/Visa/m/index.js +2 -2
  210. package/icon/pay/Visa/m/index.mjs +2 -2
  211. package/icon/platform/AIToolkit/index.d.ts +6 -0
  212. package/icon/platform/AIToolkit/index.js +36 -0
  213. package/icon/platform/AIToolkit/index.mjs +25 -0
  214. package/icon/platform/SEOToolkit/index.js +2 -2
  215. package/icon/platform/SEOToolkit/index.mjs +2 -2
  216. package/illustration/package.json +1 -1
  217. package/inline-edit/package.json +1 -1
  218. package/inline-input/lib/cjs/InlineInput.js +14 -14
  219. package/inline-input/lib/es6/InlineInput.js +14 -14
  220. package/inline-input/lib/esm/InlineInput.mjs +127 -127
  221. package/inline-input/package.json +1 -1
  222. package/input/package.json +1 -1
  223. package/input-mask/package.json +1 -1
  224. package/input-number/package.json +1 -1
  225. package/input-tags/package.json +1 -1
  226. package/link/package.json +1 -1
  227. package/mini-chart/package.json +1 -1
  228. package/modal/lib/cjs/Modal.js +8 -8
  229. package/modal/lib/es6/Modal.js +8 -8
  230. package/modal/lib/esm/Modal.mjs +96 -96
  231. package/modal/package.json +1 -1
  232. package/neighbor-location/package.json +1 -1
  233. package/notice/lib/cjs/Notice.js +16 -16
  234. package/notice/lib/es6/Notice.js +16 -16
  235. package/notice/lib/esm/Notice.mjs +73 -73
  236. package/notice/package.json +1 -1
  237. package/notice-bubble/lib/cjs/NoticeBubble.js +15 -15
  238. package/notice-bubble/lib/es6/NoticeBubble.js +15 -15
  239. package/notice-bubble/lib/esm/NoticeBubble.mjs +123 -123
  240. package/notice-bubble/package.json +1 -1
  241. package/notice-global/lib/cjs/NoticeGlobal.js +11 -11
  242. package/notice-global/lib/es6/NoticeGlobal.js +11 -11
  243. package/notice-global/lib/esm/NoticeGlobal.mjs +49 -49
  244. package/notice-global/package.json +1 -1
  245. package/outside-click/package.json +1 -1
  246. package/package.json +1 -1
  247. package/pagination/lib/cjs/Pagination.js +12 -12
  248. package/pagination/lib/es6/Pagination.js +12 -12
  249. package/pagination/lib/esm/Pagination.mjs +13 -13
  250. package/pagination/package.json +1 -1
  251. package/pills/package.json +1 -1
  252. package/popper/package.json +1 -1
  253. package/portal/package.json +1 -1
  254. package/product-head/package.json +1 -1
  255. package/progress-bar/package.json +1 -1
  256. package/radio/package.json +1 -1
  257. package/scroll-area/package.json +1 -1
  258. package/select/lib/cjs/InputSearch.js +6 -6
  259. package/select/lib/cjs/Select.js +8 -8
  260. package/select/lib/es6/InputSearch.js +6 -6
  261. package/select/lib/es6/Select.js +8 -8
  262. package/select/lib/esm/InputSearch.mjs +35 -35
  263. package/select/lib/esm/Select.mjs +60 -60
  264. package/select/package.json +1 -1
  265. package/side-panel/lib/cjs/SidePanel.js +16 -16
  266. package/side-panel/lib/es6/SidePanel.js +16 -16
  267. package/side-panel/lib/esm/SidePanel.mjs +56 -56
  268. package/side-panel/package.json +1 -1
  269. package/skeleton/package.json +1 -1
  270. package/slider/package.json +1 -1
  271. package/spin/package.json +1 -1
  272. package/spin-container/package.json +1 -1
  273. package/sticky/package.json +1 -1
  274. package/switch/package.json +1 -1
  275. package/tab-line/package.json +1 -1
  276. package/tab-panel/package.json +1 -1
  277. package/tag/lib/cjs/Tag.js +23 -23
  278. package/tag/lib/es6/Tag.js +23 -23
  279. package/tag/lib/esm/Tag.mjs +184 -184
  280. package/tag/package.json +1 -1
  281. package/textarea/package.json +1 -1
  282. package/time-picker/lib/cjs/TimePicker.js +12 -12
  283. package/time-picker/lib/es6/TimePicker.js +12 -12
  284. package/time-picker/lib/esm/TimePicker.mjs +93 -93
  285. package/time-picker/package.json +1 -1
  286. package/tooltip/package.json +1 -1
  287. package/typography/lib/cjs/Blockquote.js +4 -4
  288. package/typography/lib/cjs/Hint.js +7 -7
  289. package/typography/lib/cjs/List.js +5 -5
  290. package/typography/lib/cjs/Text.js +34 -34
  291. package/typography/lib/es6/Blockquote.js +4 -4
  292. package/typography/lib/es6/Hint.js +7 -7
  293. package/typography/lib/es6/List.js +5 -5
  294. package/typography/lib/es6/Text.js +34 -34
  295. package/typography/lib/esm/Blockquote.mjs +20 -20
  296. package/typography/lib/esm/Hint.mjs +19 -19
  297. package/typography/lib/esm/List.mjs +36 -36
  298. package/typography/lib/esm/Text.mjs +53 -53
  299. package/typography/package.json +1 -1
  300. package/widget-empty/package.json +1 -1
  301. package/wizard/lib/cjs/Wizard.js +12 -12
  302. package/wizard/lib/es6/Wizard.js +12 -12
  303. package/wizard/lib/esm/Wizard.mjs +94 -94
  304. package/wizard/package.json +1 -1
@@ -19,23 +19,23 @@ import { Flex, Box } from 'intergalactic/flex-box';
19
19
  import Checkbox from 'intergalactic/checkbox';
20
20
  import { Text as TypographyText } from 'intergalactic/typography';
21
21
  /*__reshadow-styles__:"./legend-item.shadow.css"*/
22
- var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SLegendItem_htxyw_gg_{min-width:0;align-items:flex-start}@media (hover:hover){.___SLegendItem_htxyw_gg_:hover{cursor:pointer}.___SLegendItem_htxyw_gg_.__disabled_htxyw_gg_:hover{cursor:default}}.___SPointShape_htxyw_gg_.__color_htxyw_gg_{background-color:var(--color_htxyw);margin-right:8px;flex-shrink:0}.___SPointShape_htxyw_gg_._shape_Circle_htxyw_gg_._size_l_htxyw_gg_{width:16px;height:16px;border-radius:8px;margin-top:4px}.___SPointShape_htxyw_gg_._shape_Circle_htxyw_gg_._size_m_htxyw_gg_{width:12px;height:12px;border-radius:6px;margin-top:4px}.___SPointShape_htxyw_gg_._shape_Line_htxyw_gg_._size_l_htxyw_gg_{width:16px;height:4px;border-radius:3px;margin-top:9px}.___SPointShape_htxyw_gg_._shape_Line_htxyw_gg_._size_m_htxyw_gg_{width:12px;height:4px;border-radius:3px;margin-top:8px}.___SPointShape_htxyw_gg_._shape_Square_htxyw_gg_._size_l_htxyw_gg_{width:16px;height:16px;border-radius:2px;margin-top:4px}.___SPointShape_htxyw_gg_._shape_Square_htxyw_gg_._size_m_htxyw_gg_{width:12px;height:12px;border-radius:2px;margin-top:4px}.___SPointShape_htxyw_gg_._shape_Pattern_htxyw_gg_{background-color:transparent;margin-right:4px}.___SIcon_htxyw_gg_{line-height:0;margin-right:4px}.___SIcon_htxyw_gg_._size_l_htxyw_gg_{margin-top:4px}.___SIcon_htxyw_gg_._size_m_htxyw_gg_{margin-top:2px}.___SLabel_htxyw_gg_{min-width:0}.___SAdditionalLabel_htxyw_gg_._size_l_htxyw_gg_,.___SCount_htxyw_gg_._size_l_htxyw_gg_,.___SLabel_htxyw_gg_._size_l_htxyw_gg_{font-size:var(--intergalactic-fs-300, 16px);line-height:var(--intergalactic-lh-300, 150%)}.___SAdditionalLabel_htxyw_gg_._size_m_htxyw_gg_,.___SCount_htxyw_gg_._size_m_htxyw_gg_,.___SLabel_htxyw_gg_._size_m_htxyw_gg_{font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%)}.___SAdditionalLabel_htxyw_gg_,.___SCount_htxyw_gg_{margin-left:4px}.___SAdditionalLabel_htxyw_gg_{white-space:nowrap;display:flex;align-items:flex-start}.___SAdditionalLabel_htxyw_gg_::before{content:\"\";display:inline-block;background-color:var(--intergalactic-text-secondary, #6c6e79);height:4px;width:4px;border-radius:2px;margin-right:4px}.___SAdditionalLabel_htxyw_gg_._size_l_htxyw_gg_::before{margin-top:10px}.___SAdditionalLabel_htxyw_gg_._size_m_htxyw_gg_::before{margin-top:8px}.___SPatternSymbol_htxyw_gg_{transform:scale(.8)}" /*__inner_css_end__*/, "htxyw_gg_") /*__reshadow_css_end__*/, {
23
- "__SLegendItem": "___SLegendItem_htxyw_gg_",
24
- "_disabled": "__disabled_htxyw_gg_",
25
- "__SPointShape": "___SPointShape_htxyw_gg_",
26
- "_color": "__color_htxyw_gg_",
27
- "--color": "--color_htxyw",
28
- "_shape_Circle": "_shape_Circle_htxyw_gg_",
29
- "_size_l": "_size_l_htxyw_gg_",
30
- "_size_m": "_size_m_htxyw_gg_",
31
- "_shape_Line": "_shape_Line_htxyw_gg_",
32
- "_shape_Square": "_shape_Square_htxyw_gg_",
33
- "_shape_Pattern": "_shape_Pattern_htxyw_gg_",
34
- "__SIcon": "___SIcon_htxyw_gg_",
35
- "__SLabel": "___SLabel_htxyw_gg_",
36
- "__SAdditionalLabel": "___SAdditionalLabel_htxyw_gg_",
37
- "__SCount": "___SCount_htxyw_gg_",
38
- "__SPatternSymbol": "___SPatternSymbol_htxyw_gg_"
22
+ var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SLegendItem_y85ng_gg_{min-width:0;align-items:flex-start}@media (hover:hover){.___SLegendItem_y85ng_gg_:hover{cursor:pointer}.___SLegendItem_y85ng_gg_.__disabled_y85ng_gg_:hover{cursor:default}}.___SPointShape_y85ng_gg_.__color_y85ng_gg_{background-color:var(--color_y85ng);margin-right:8px;flex-shrink:0}.___SPointShape_y85ng_gg_._shape_Circle_y85ng_gg_._size_l_y85ng_gg_{width:16px;height:16px;border-radius:8px;margin-top:4px}.___SPointShape_y85ng_gg_._shape_Circle_y85ng_gg_._size_m_y85ng_gg_{width:12px;height:12px;border-radius:6px;margin-top:4px}.___SPointShape_y85ng_gg_._shape_Line_y85ng_gg_._size_l_y85ng_gg_{width:16px;height:4px;border-radius:3px;margin-top:9px}.___SPointShape_y85ng_gg_._shape_Line_y85ng_gg_._size_m_y85ng_gg_{width:12px;height:4px;border-radius:3px;margin-top:8px}.___SPointShape_y85ng_gg_._shape_Square_y85ng_gg_._size_l_y85ng_gg_{width:16px;height:16px;border-radius:2px;margin-top:4px}.___SPointShape_y85ng_gg_._shape_Square_y85ng_gg_._size_m_y85ng_gg_{width:12px;height:12px;border-radius:2px;margin-top:4px}.___SPointShape_y85ng_gg_._shape_Pattern_y85ng_gg_{background-color:transparent;margin-right:4px}.___SIcon_y85ng_gg_{line-height:0;margin-right:4px}.___SIcon_y85ng_gg_._size_l_y85ng_gg_{margin-top:4px}.___SIcon_y85ng_gg_._size_m_y85ng_gg_{margin-top:2px}.___SLabel_y85ng_gg_{min-width:0}.___SAdditionalLabel_y85ng_gg_._size_l_y85ng_gg_,.___SCount_y85ng_gg_._size_l_y85ng_gg_,.___SLabel_y85ng_gg_._size_l_y85ng_gg_{font-size:var(--intergalactic-fs-300, 16px);line-height:var(--intergalactic-lh-300, 150%)}.___SAdditionalLabel_y85ng_gg_._size_m_y85ng_gg_,.___SCount_y85ng_gg_._size_m_y85ng_gg_,.___SLabel_y85ng_gg_._size_m_y85ng_gg_{font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%)}.___SAdditionalLabel_y85ng_gg_,.___SCount_y85ng_gg_{margin-left:4px}.___SAdditionalLabel_y85ng_gg_{white-space:nowrap;display:flex;align-items:flex-start}.___SAdditionalLabel_y85ng_gg_::before{content:\"\";display:inline-block;background-color:var(--intergalactic-text-secondary, #6c6e79);height:4px;width:4px;border-radius:2px;margin-right:4px}.___SAdditionalLabel_y85ng_gg_._size_l_y85ng_gg_::before{margin-top:10px}.___SAdditionalLabel_y85ng_gg_._size_m_y85ng_gg_::before{margin-top:8px}.___SPatternSymbol_y85ng_gg_{transform:scale(.8)}" /*__inner_css_end__*/, "y85ng_gg_") /*__reshadow_css_end__*/, {
23
+ "__SLegendItem": "___SLegendItem_y85ng_gg_",
24
+ "_disabled": "__disabled_y85ng_gg_",
25
+ "__SPointShape": "___SPointShape_y85ng_gg_",
26
+ "_color": "__color_y85ng_gg_",
27
+ "--color": "--color_y85ng",
28
+ "_shape_Circle": "_shape_Circle_y85ng_gg_",
29
+ "_size_l": "_size_l_y85ng_gg_",
30
+ "_size_m": "_size_m_y85ng_gg_",
31
+ "_shape_Line": "_shape_Line_y85ng_gg_",
32
+ "_shape_Square": "_shape_Square_y85ng_gg_",
33
+ "_shape_Pattern": "_shape_Pattern_y85ng_gg_",
34
+ "__SIcon": "___SIcon_y85ng_gg_",
35
+ "__SLabel": "___SLabel_y85ng_gg_",
36
+ "__SAdditionalLabel": "___SAdditionalLabel_y85ng_gg_",
37
+ "__SCount": "___SCount_y85ng_gg_",
38
+ "__SPatternSymbol": "___SPatternSymbol_y85ng_gg_"
39
39
  });
40
40
  import { StaticShapes } from './LegendItem.type';
41
41
  import resolveColorEnhance from 'intergalactic/utils/lib/enhances/resolveColorEnhance';
@@ -11,12 +11,12 @@ import React from 'react';
11
11
  import createComponent, { sstyled, Root } from 'intergalactic/core';
12
12
  import { Box } from 'intergalactic/flex-box';
13
13
  /*__reshadow-styles__:"./legend-table.shadow.css"*/
14
- var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SLegendTable_kl3sd_gg_.__columns-count_kl3sd_gg_{font-feature-settings:\"tnum\";font-variant-numeric:tabular-nums;display:grid;grid-template-columns:auto .2fr;align-items:center;height:-moz-fit-content;height:fit-content;grid-column-gap:16px;grid-row-gap:8px}.___SColumnItem_kl3sd_gg_._size_l_kl3sd_gg_{font-size:var(--intergalactic-fs-300, 16px);text-align:right}.___SColumnItem_kl3sd_gg_._size_m_kl3sd_gg_{font-size:var(--intergalactic-fs-200, 14px);text-align:right}" /*__inner_css_end__*/, "kl3sd_gg_") /*__reshadow_css_end__*/, {
15
- "__SLegendTable": "___SLegendTable_kl3sd_gg_",
16
- "_columns-count": "__columns-count_kl3sd_gg_",
17
- "__SColumnItem": "___SColumnItem_kl3sd_gg_",
18
- "_size_l": "_size_l_kl3sd_gg_",
19
- "_size_m": "_size_m_kl3sd_gg_"
14
+ var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SLegendTable_11w0m_gg_.__columns-count_11w0m_gg_{font-feature-settings:\"tnum\";font-variant-numeric:tabular-nums;display:grid;grid-template-columns:auto .2fr;align-items:center;height:-moz-fit-content;height:fit-content;grid-column-gap:16px;grid-row-gap:8px}.___SColumnItem_11w0m_gg_._size_l_11w0m_gg_{font-size:var(--intergalactic-fs-300, 16px);text-align:right}.___SColumnItem_11w0m_gg_._size_m_11w0m_gg_{font-size:var(--intergalactic-fs-200, 14px);text-align:right}" /*__inner_css_end__*/, "11w0m_gg_") /*__reshadow_css_end__*/, {
15
+ "__SLegendTable": "___SLegendTable_11w0m_gg_",
16
+ "_columns-count": "__columns-count_11w0m_gg_",
17
+ "__SColumnItem": "___SColumnItem_11w0m_gg_",
18
+ "_size_l": "_size_l_11w0m_gg_",
19
+ "_size_m": "_size_m_11w0m_gg_"
20
20
  });
21
21
  import { LegendItemComponent } from '../LegendItem/LegendItem';
22
22
  import { BaseLegend } from '../BaseLegend';
@@ -1,54 +1,54 @@
1
- import w from "@babel/runtime/helpers/esm/slicedToArray";
2
- import F from "@babel/runtime/helpers/esm/classCallCheck";
3
- import H from "@babel/runtime/helpers/esm/createClass";
4
- import M from "@babel/runtime/helpers/esm/inherits";
5
- import z from "@babel/runtime/helpers/esm/createSuper";
6
- import m from "@babel/runtime/helpers/esm/defineProperty";
7
- import { sstyled as T } from 'intergalactic/utils/lib/core/index';
8
- import h from "react";
9
- import { area as q, line as B, curveLinear as I } from "d3-shape";
10
- import { sstyled as S, Component as K } from 'intergalactic/core';
1
+ import b from "@babel/runtime/helpers/esm/slicedToArray";
2
+ import R from "@babel/runtime/helpers/esm/classCallCheck";
3
+ import w from "@babel/runtime/helpers/esm/createClass";
4
+ import F from "@babel/runtime/helpers/esm/inherits";
5
+ import H from "@babel/runtime/helpers/esm/createSuper";
6
+ import h from "@babel/runtime/helpers/esm/defineProperty";
7
+ import { sstyled as M } from 'intergalactic/utils/lib/core/index';
8
+ import g from "react";
9
+ import { area as T, line as B, curveLinear as I } from "d3-shape";
10
+ import { sstyled as P, Component as K } from 'intergalactic/core';
11
11
  import O from 'intergalactic/utils/lib/uniqueID';
12
12
  import V from 'intergalactic/utils/lib/findComponent';
13
13
  import j from "./Dots.mjs";
14
14
  import G from "./createElement.mjs";
15
- import { definedData as N, scaleOfBandwidth as y, interpolateValue as A, getNullData as J, definedNullData as Q } from "./utils.mjs";
15
+ import { definedData as C, scaleOfBandwidth as f, interpolateValue as q, getNullData as J, definedNullData as Q } from "./utils.mjs";
16
16
  import U from "./AnimatedClipPath.mjs";
17
17
  import { PatternFill as W } from "./Pattern.mjs";
18
18
  var X = (
19
19
  /*__reshadow_css_start__*/
20
- (T.insert(
20
+ (M.insert(
21
21
  /*__inner_css_start__*/
22
- ".___SArea_1fyrh_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff);fill-opacity:.2}.___SArea_1fyrh_gg_.__color_1fyrh_gg_{fill:var(--color_1fyrh)}.___SArea_1fyrh_gg_.__pattern_1fyrh_gg_{fill:var(--pattern_1fyrh);fill-opacity:.7}.___SArea_1fyrh_gg_.__transparent_1fyrh_gg_{opacity:.3}.___SAreaLine_1fyrh_gg_{stroke:var(--intergalactic-chart-palette-order-1, #2bb3ff);stroke-width:3;fill:transparent}.___SAreaLine_1fyrh_gg_.__color_1fyrh_gg_{stroke:var(--color_1fyrh)}.___SAreaLine_1fyrh_gg_.__transparent_1fyrh_gg_{opacity:.3}.___SAreaLine_1fyrh_gg_,.___SArea_1fyrh_gg_{transition-property:d;transition-duration:var(--duration_1fyrh);transition-timing-function:ease-in-out}.___SNull_1fyrh_gg_{fill:transparent;stroke:var(--intergalactic-chart-grid-x-axis, #c4c7cf);stroke-dasharray:4}.___SNull_1fyrh_gg_.__hide_1fyrh_gg_{display:none}",
23
- "1fyrh_gg_"
22
+ ".___SArea_1q4z5_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff);fill-opacity:.2}.___SArea_1q4z5_gg_.__color_1q4z5_gg_{fill:var(--color_1q4z5)}.___SArea_1q4z5_gg_.__pattern_1q4z5_gg_{fill:var(--pattern_1q4z5);fill-opacity:.7}.___SArea_1q4z5_gg_.__transparent_1q4z5_gg_{opacity:.3}.___SAreaLine_1q4z5_gg_{stroke:var(--intergalactic-chart-palette-order-1, #2bb3ff);stroke-width:3;fill:transparent}.___SAreaLine_1q4z5_gg_.__color_1q4z5_gg_{stroke:var(--color_1q4z5)}.___SAreaLine_1q4z5_gg_.__transparent_1q4z5_gg_{opacity:.3}.___SAreaLine_1q4z5_gg_,.___SArea_1q4z5_gg_{transition-property:d;transition-duration:var(--duration_1q4z5);transition-timing-function:ease-in-out}.___SNull_1q4z5_gg_{fill:transparent;stroke:var(--intergalactic-chart-grid-x-axis, #c4c7cf);stroke-dasharray:4}.___SNull_1q4z5_gg_.__hide_1q4z5_gg_{display:none}",
23
+ "1q4z5_gg_"
24
24
  ), {
25
- __SArea: "___SArea_1fyrh_gg_",
26
- _color: "__color_1fyrh_gg_",
27
- "--color": "--color_1fyrh",
28
- _pattern: "__pattern_1fyrh_gg_",
29
- "--pattern": "--pattern_1fyrh",
30
- _transparent: "__transparent_1fyrh_gg_",
31
- __SAreaLine: "___SAreaLine_1fyrh_gg_",
32
- "--duration": "--duration_1fyrh",
33
- __SNull: "___SNull_1fyrh_gg_",
34
- _hide: "__hide_1fyrh_gg_"
25
+ __SArea: "___SArea_1q4z5_gg_",
26
+ _color: "__color_1q4z5_gg_",
27
+ "--color": "--color_1q4z5",
28
+ _pattern: "__pattern_1q4z5_gg_",
29
+ "--pattern": "--pattern_1q4z5",
30
+ _transparent: "__transparent_1q4z5_gg_",
31
+ __SAreaLine: "___SAreaLine_1q4z5_gg_",
32
+ "--duration": "--duration_1q4z5",
33
+ __SNull: "___SNull_1q4z5_gg_",
34
+ _hide: "__hide_1q4z5_gg_"
35
35
  })
36
- ), p = /* @__PURE__ */ function(t) {
37
- M(o, t);
38
- var l = z(o);
36
+ ), m = /* @__PURE__ */ function(t) {
37
+ F(o, t);
38
+ var l = H(o);
39
39
  function o() {
40
- return F(this, o), l.apply(this, arguments);
40
+ return R(this, o), l.apply(this, arguments);
41
41
  }
42
- return H(o, [{
42
+ return w(o, [{
43
43
  key: "getDotsProps",
44
44
  value: function() {
45
- var r = this.asProps, i = r.x, n = r.y, e = r.color, _ = r.d3Line, s = r.transparent, d = r.resolveColor, u = r.patterns, f = this.asProps.data.filter(function(a) {
46
- return a[n] !== A;
45
+ var r = this.asProps, i = r.x, n = r.y, e = r.color, _ = r.d3Line, s = r.transparent, d = r.resolveColor, u = r.patterns, p = this.asProps.data.filter(function(a) {
46
+ return a[n] !== q;
47
47
  });
48
48
  return {
49
49
  x: i,
50
50
  y: n,
51
- data: f,
51
+ data: p,
52
52
  d3: _,
53
53
  color: e,
54
54
  resolveColor: d,
@@ -60,7 +60,7 @@ var X = (
60
60
  key: "getNullProps",
61
61
  value: function() {
62
62
  var r = this.asProps, i = r.x, n = r.y, e = r.color, _ = r.resolveColor, s = r.d3Line, d = this.asProps.data.filter(function(u) {
63
- return u[n] !== A;
63
+ return u[n] !== q;
64
64
  });
65
65
  return {
66
66
  data: J(d, Q(i, n), n),
@@ -85,64 +85,64 @@ var X = (
85
85
  }, {
86
86
  key: "render",
87
87
  value: function() {
88
- var r, i = this.Element, n = "path", e = this.asProps, _ = e.styles, s = e.hide, d = e.d3, u = e.d3Line, f = e.color, a = e.uid, E = e.size, g = e.duration, k = e.x, L = e.y, D = e.Children, C = e.transparent, $ = e.forcedAdvancedMode, v = e.resolveColor, P = e.patterns, b = $ || !!V(D, [rr.Line.displayName]), x = this.asProps.data.filter(function(R) {
89
- return R[L] !== A;
88
+ var r, i = this.Element, n = "path", e = this.asProps, _ = e.styles, s = e.hide, d = e.d3, u = e.d3Line, p = e.color, a = e.uid, x = e.size, v = e.duration, N = e.x, A = e.y, E = e.Children, S = e.transparent, k = e.forcedAdvancedMode, y = e.resolveColor, z = e.patterns, D = k || !!V(E, [rr.Line.displayName]), L = this.asProps.data.filter(function($) {
89
+ return $[A] !== q;
90
90
  });
91
- return this.asProps.dataHintsHandler.specifyDataRowFields(k, L), this.asProps.dataHintsHandler.establishDataType("time-series"), r = S(_), /* @__PURE__ */ h.createElement(h.Fragment, null, !b && /* @__PURE__ */ h.createElement(n, r.cn("SAreaLine", {
91
+ return this.asProps.dataHintsHandler.specifyDataRowFields(N, A), this.asProps.dataHintsHandler.establishDataType("time-series"), r = P(_), /* @__PURE__ */ g.createElement(g.Fragment, null, !D && /* @__PURE__ */ g.createElement(n, r.cn("SAreaLine", {
92
92
  "aria-hidden": !0,
93
93
  clipPath: "url(#".concat(a, "-animation)"),
94
- d: u(x),
95
- color: v(f),
96
- "use:duration": "".concat(g, "ms"),
97
- transparent: C
98
- })), /* @__PURE__ */ h.createElement(i, r.cn("SArea", {
94
+ d: u(L),
95
+ color: y(p),
96
+ "use:duration": "".concat(v, "ms"),
97
+ transparent: S
98
+ })), /* @__PURE__ */ g.createElement(i, r.cn("SArea", {
99
99
  "aria-hidden": !0,
100
100
  clipPath: "url(#".concat(a, ")"),
101
101
  render: "path",
102
- d: d(x),
102
+ d: d(L),
103
103
  hide: s,
104
- pattern: P ? "url(#".concat(a, "-pattern)") : void 0,
105
- color: v(f),
106
- "use:duration": "".concat(g, "ms"),
107
- transparent: C
108
- })), g && /* @__PURE__ */ h.createElement(U, r.cn("AnimatedClipPath", {
109
- duration: g,
104
+ pattern: z ? "url(#".concat(a, "-pattern)") : void 0,
105
+ color: y(p),
106
+ "use:duration": "".concat(v, "ms"),
107
+ transparent: S
108
+ })), v && /* @__PURE__ */ g.createElement(U, r.cn("AnimatedClipPath", {
109
+ duration: v,
110
110
  id: a,
111
111
  width: 0,
112
- height: E[1]
113
- })), P && /* @__PURE__ */ h.createElement(W, r.cn("PatternFill", {
112
+ height: x[1]
113
+ })), z && /* @__PURE__ */ g.createElement(W, r.cn("PatternFill", {
114
114
  id: "".concat(a, "-pattern"),
115
- patternKey: f,
116
- color: v(f),
117
- patterns: P
115
+ patternKey: p,
116
+ color: y(p),
117
+ patterns: z
118
118
  })));
119
119
  }
120
120
  }]), o;
121
121
  }(K);
122
- m(p, "displayName", "Area");
123
- m(p, "style", X);
124
- m(p, "enhance", [O()]);
125
- m(p, "defaultProps", function(t) {
126
- var l = t.x, o = t.y, c = t.y0, r = t.$rootProps, i = t.curve, n = i === void 0 ? I : i, e = t.scale, _ = e || r.scale, s = w(_, 2), d = s[0], u = s[1], f = u.range();
122
+ h(m, "displayName", "Area");
123
+ h(m, "style", X);
124
+ h(m, "enhance", [O()]);
125
+ h(m, "defaultProps", function(t) {
126
+ var l = t.x, o = t.y, c = t.y0, r = t.$rootProps, i = t.curve, n = i === void 0 ? I : i, e = t.scale, _ = e || r.scale, s = b(_, 2), d = s[0], u = s[1], p = u.range();
127
127
  return {
128
- d3: q().defined(N(l, o)).curve(n).x(function(a) {
129
- return y(d, a[l]);
128
+ d3: T().defined(C(l, o)).curve(n).x(function(a) {
129
+ return f(d, a[l]);
130
130
  }).y0(function(a) {
131
- return a[c] ? y(u, a[c]) : f[0];
131
+ return a[c] ? f(u, a[c]) : p[0];
132
132
  }).y1(function(a) {
133
- return y(u, a[o]);
133
+ return f(u, a[o]);
134
134
  }),
135
- d3Line: B().defined(N(l, o)).curve(n).x(function(a) {
136
- return y(d, a[l]);
135
+ d3Line: B().defined(C(l, o)).curve(n).x(function(a) {
136
+ return f(d, a[l]);
137
137
  }).y(function(a) {
138
- return y(u, a[o]);
138
+ return f(u, a[o]);
139
139
  }),
140
140
  duration: 500
141
141
  };
142
142
  });
143
143
  function Y(t) {
144
144
  var l, o = t.Element, c = t.styles, r = t.d3, i = t.data, n = t.color, e = t.resolveColor, _ = t.duration, s = t.uid, d = t.transparent;
145
- return l = S(c), /* @__PURE__ */ h.createElement(o, l.cn("SAreaLine", {
145
+ return l = P(c), /* @__PURE__ */ g.createElement(o, l.cn("SAreaLine", {
146
146
  render: "path",
147
147
  clipPath: "url(#".concat(s, ")"),
148
148
  d: r(i),
@@ -153,14 +153,14 @@ function Y(t) {
153
153
  }
154
154
  function Z(t) {
155
155
  var l, o = t.Element, c = t.styles, r = t.d3, i = t.data, n = t.hide, e = t.color, _ = t.resolveColor;
156
- return l = S(c), /* @__PURE__ */ h.createElement(o, l.cn("SNull", {
156
+ return l = P(c), /* @__PURE__ */ g.createElement(o, l.cn("SNull", {
157
157
  render: "path",
158
158
  d: r(i),
159
159
  hide: n,
160
160
  color: _(e)
161
161
  }));
162
162
  }
163
- var rr = G(p, {
163
+ var rr = G(m, {
164
164
  Dots: j,
165
165
  Null: Z,
166
166
  Line: Y