intergalactic 15.77.1 → 15.78.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 (394) hide show
  1. package/CHANGELOG.md +41 -0
  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/index.d.ts +3 -1
  19. package/base-trigger/lib/cjs/BaseTrigger.js +18 -18
  20. package/base-trigger/lib/cjs/ButtonTrigger.js +3 -3
  21. package/base-trigger/lib/cjs/FilterTrigger.js +153 -58
  22. package/base-trigger/lib/cjs/FilterTrigger.js.map +1 -1
  23. package/base-trigger/lib/cjs/LinkTrigger.js +12 -12
  24. package/base-trigger/lib/cjs/index.d.js.map +1 -1
  25. package/base-trigger/lib/es6/BaseTrigger.js +18 -18
  26. package/base-trigger/lib/es6/ButtonTrigger.js +3 -3
  27. package/base-trigger/lib/es6/FilterTrigger.js +155 -58
  28. package/base-trigger/lib/es6/FilterTrigger.js.map +1 -1
  29. package/base-trigger/lib/es6/LinkTrigger.js +12 -12
  30. package/base-trigger/lib/es6/index.d.js.map +1 -1
  31. package/base-trigger/lib/types/index.d.ts +3 -1
  32. package/breadcrumbs/lib/cjs/Breadcrumbs.js +6 -6
  33. package/breadcrumbs/lib/es6/Breadcrumbs.js +6 -6
  34. package/button/lib/cjs/Button.js +26 -26
  35. package/button/lib/es6/Button.js +26 -26
  36. package/card/lib/cjs/Card.js +8 -8
  37. package/card/lib/es6/Card.js +8 -8
  38. package/carousel/lib/cjs/Carousel.js +19 -19
  39. package/carousel/lib/es6/Carousel.js +19 -19
  40. package/checkbox/lib/cjs/Checkbox.js +18 -18
  41. package/checkbox/lib/es6/Checkbox.js +18 -18
  42. package/color-picker/lib/cjs/ColorPicker.js +23 -23
  43. package/color-picker/lib/cjs/PaletteManager.js +23 -23
  44. package/color-picker/lib/cjs/components/InputColor.js +23 -23
  45. package/color-picker/lib/es6/ColorPicker.js +23 -23
  46. package/color-picker/lib/es6/PaletteManager.js +23 -23
  47. package/color-picker/lib/es6/components/InputColor.js +23 -23
  48. package/components.json +73 -73
  49. package/counter/lib/cjs/Counter.js +10 -10
  50. package/counter/lib/es6/Counter.js +10 -10
  51. package/d3-chart/component/Chart/AbstractChart.d.ts +2 -2
  52. package/d3-chart/component/Chart/AbstractChart.type.d.ts +5 -0
  53. package/d3-chart/component/Chart/CigaretteChart.d.ts +2 -0
  54. package/d3-chart/component/Chart/CigaretteChart.type.d.ts +15 -0
  55. package/d3-chart/component/Chart/index.d.ts +1 -0
  56. package/d3-chart/component/Cigarette/Cigarette.d.ts +2 -0
  57. package/d3-chart/index.d.ts +5 -1
  58. package/d3-chart/lib/cjs/Area.js +11 -11
  59. package/d3-chart/lib/cjs/Axis.js +14 -14
  60. package/d3-chart/lib/cjs/Bar.js +10 -10
  61. package/d3-chart/lib/cjs/Bubble.js +12 -12
  62. package/d3-chart/lib/cjs/Donut.js +9 -9
  63. package/d3-chart/lib/cjs/Dots.js +10 -10
  64. package/d3-chart/lib/cjs/Dots.js.map +1 -1
  65. package/d3-chart/lib/cjs/HorizontalBar.js +10 -10
  66. package/d3-chart/lib/cjs/Hover.js +13 -5
  67. package/d3-chart/lib/cjs/Hover.js.map +1 -1
  68. package/d3-chart/lib/cjs/Line.js +9 -9
  69. package/d3-chart/lib/cjs/Plot.js +3 -3
  70. package/d3-chart/lib/cjs/Radar.js +19 -19
  71. package/d3-chart/lib/cjs/RadialTree.js +11 -11
  72. package/d3-chart/lib/cjs/ReferenceLine.js +9 -9
  73. package/d3-chart/lib/cjs/ScatterPlot.js +9 -9
  74. package/d3-chart/lib/cjs/Tooltip.js +13 -11
  75. package/d3-chart/lib/cjs/Tooltip.js.map +1 -1
  76. package/d3-chart/lib/cjs/Venn.js +9 -9
  77. package/d3-chart/lib/cjs/a11y/PlotA11yModule.js +2 -2
  78. package/d3-chart/lib/cjs/a11y/PlotA11yView.js +2 -2
  79. package/d3-chart/lib/cjs/component/Chart/AbstractChart.js +41 -24
  80. package/d3-chart/lib/cjs/component/Chart/AbstractChart.js.map +1 -1
  81. package/d3-chart/lib/cjs/component/Chart/AbstractChart.type.js.map +1 -1
  82. package/d3-chart/lib/cjs/component/Chart/BubbleChart.js +2 -2
  83. package/d3-chart/lib/cjs/component/Chart/BubbleChart.js.map +1 -1
  84. package/d3-chart/lib/cjs/component/Chart/CigaretteChart.js +325 -0
  85. package/d3-chart/lib/cjs/component/Chart/CigaretteChart.js.map +1 -0
  86. package/d3-chart/lib/cjs/component/Chart/CigaretteChart.type.js +2 -0
  87. package/d3-chart/lib/cjs/component/Chart/CigaretteChart.type.js.map +1 -0
  88. package/d3-chart/lib/cjs/component/Chart/index.js +3 -1
  89. package/d3-chart/lib/cjs/component/Chart/index.js.map +1 -1
  90. package/d3-chart/lib/cjs/component/ChartLegend/LegendFlex/LegendFlex.js +4 -4
  91. package/d3-chart/lib/cjs/component/ChartLegend/LegendFlex/legend-flex.shadow.css +2 -1
  92. package/d3-chart/lib/cjs/component/ChartLegend/LegendItem/LegendItem.js +17 -17
  93. package/d3-chart/lib/cjs/component/ChartLegend/LegendTable/LegendTable.js +6 -6
  94. package/d3-chart/lib/cjs/component/Cigarette/Cigarette.js +169 -0
  95. package/d3-chart/lib/cjs/component/Cigarette/Cigarette.js.map +1 -0
  96. package/d3-chart/lib/cjs/style/bar.shadow.css +1 -1
  97. package/d3-chart/lib/cjs/types/index.d.js +12 -0
  98. package/d3-chart/lib/cjs/types/index.d.js.map +1 -1
  99. package/d3-chart/lib/cjs/utils.js +32 -4
  100. package/d3-chart/lib/cjs/utils.js.map +1 -1
  101. package/d3-chart/lib/es6/Area.js +11 -11
  102. package/d3-chart/lib/es6/Axis.js +14 -14
  103. package/d3-chart/lib/es6/Bar.js +10 -10
  104. package/d3-chart/lib/es6/Bubble.js +12 -12
  105. package/d3-chart/lib/es6/Donut.js +9 -9
  106. package/d3-chart/lib/es6/Dots.js +10 -10
  107. package/d3-chart/lib/es6/Dots.js.map +1 -1
  108. package/d3-chart/lib/es6/HorizontalBar.js +10 -10
  109. package/d3-chart/lib/es6/Hover.js +13 -5
  110. package/d3-chart/lib/es6/Hover.js.map +1 -1
  111. package/d3-chart/lib/es6/Line.js +9 -9
  112. package/d3-chart/lib/es6/Plot.js +3 -3
  113. package/d3-chart/lib/es6/Radar.js +19 -19
  114. package/d3-chart/lib/es6/RadialTree.js +11 -11
  115. package/d3-chart/lib/es6/ReferenceLine.js +9 -9
  116. package/d3-chart/lib/es6/ScatterPlot.js +9 -9
  117. package/d3-chart/lib/es6/Tooltip.js +13 -11
  118. package/d3-chart/lib/es6/Tooltip.js.map +1 -1
  119. package/d3-chart/lib/es6/Venn.js +9 -9
  120. package/d3-chart/lib/es6/a11y/PlotA11yModule.js +2 -2
  121. package/d3-chart/lib/es6/a11y/PlotA11yView.js +2 -2
  122. package/d3-chart/lib/es6/component/Chart/AbstractChart.js +41 -24
  123. package/d3-chart/lib/es6/component/Chart/AbstractChart.js.map +1 -1
  124. package/d3-chart/lib/es6/component/Chart/AbstractChart.type.js.map +1 -1
  125. package/d3-chart/lib/es6/component/Chart/BubbleChart.js +2 -2
  126. package/d3-chart/lib/es6/component/Chart/BubbleChart.js.map +1 -1
  127. package/d3-chart/lib/es6/component/Chart/CigaretteChart.js +316 -0
  128. package/d3-chart/lib/es6/component/Chart/CigaretteChart.js.map +1 -0
  129. package/d3-chart/lib/es6/component/Chart/CigaretteChart.type.js +2 -0
  130. package/d3-chart/lib/es6/component/Chart/CigaretteChart.type.js.map +1 -0
  131. package/d3-chart/lib/es6/component/Chart/index.js +3 -1
  132. package/d3-chart/lib/es6/component/Chart/index.js.map +1 -1
  133. package/d3-chart/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.js +4 -4
  134. package/d3-chart/lib/es6/component/ChartLegend/LegendFlex/legend-flex.shadow.css +2 -1
  135. package/d3-chart/lib/es6/component/ChartLegend/LegendItem/LegendItem.js +17 -17
  136. package/d3-chart/lib/es6/component/ChartLegend/LegendTable/LegendTable.js +6 -6
  137. package/d3-chart/lib/es6/component/Cigarette/Cigarette.js +161 -0
  138. package/d3-chart/lib/es6/component/Cigarette/Cigarette.js.map +1 -0
  139. package/d3-chart/lib/es6/style/bar.shadow.css +1 -1
  140. package/d3-chart/lib/es6/types/index.d.js +2 -0
  141. package/d3-chart/lib/es6/types/index.d.js.map +1 -1
  142. package/d3-chart/lib/es6/utils.js +32 -4
  143. package/d3-chart/lib/es6/utils.js.map +1 -1
  144. package/d3-chart/lib/types/component/Chart/AbstractChart.d.ts +2 -2
  145. package/d3-chart/lib/types/component/Chart/AbstractChart.type.d.ts +5 -0
  146. package/d3-chart/lib/types/component/Chart/CigaretteChart.d.ts +2 -0
  147. package/d3-chart/lib/types/component/Chart/CigaretteChart.type.d.ts +15 -0
  148. package/d3-chart/lib/types/component/Chart/index.d.ts +1 -0
  149. package/d3-chart/lib/types/component/Cigarette/Cigarette.d.ts +2 -0
  150. package/d3-chart/lib/types/index.d.ts +5 -1
  151. package/d3-chart/lib/types/utils.d.ts +1 -1
  152. package/d3-chart/utils.d.ts +1 -1
  153. package/data-table/lib/cjs/Body.js +2 -1
  154. package/data-table/lib/cjs/Body.js.map +1 -1
  155. package/data-table/lib/cjs/DataTable.js +35 -35
  156. package/data-table/lib/es6/Body.js +2 -1
  157. package/data-table/lib/es6/Body.js.map +1 -1
  158. package/data-table/lib/es6/DataTable.js +35 -35
  159. package/date-picker/index.d.ts +0 -10
  160. package/date-picker/lib/cjs/DatePicker.js +4 -4
  161. package/date-picker/lib/cjs/DatePicker.js.map +1 -1
  162. package/date-picker/lib/cjs/DateRangePicker.js +4 -4
  163. package/date-picker/lib/cjs/DateRangePicker.js.map +1 -1
  164. package/date-picker/lib/cjs/MonthPicker.js +4 -4
  165. package/date-picker/lib/cjs/MonthPicker.js.map +1 -1
  166. package/date-picker/lib/cjs/MonthRangePicker.js +4 -4
  167. package/date-picker/lib/cjs/MonthRangePicker.js.map +1 -1
  168. package/date-picker/lib/cjs/components/Calendar.js +21 -21
  169. package/date-picker/lib/cjs/components/DateRangeComparatorAbstract.js +37 -37
  170. package/date-picker/lib/cjs/components/DateRangeComparatorAbstract.js.map +1 -1
  171. package/date-picker/lib/cjs/components/InputTrigger.js +123 -42
  172. package/date-picker/lib/cjs/components/InputTrigger.js.map +1 -1
  173. package/date-picker/lib/cjs/components/PickerAbstract.js +29 -27
  174. package/date-picker/lib/cjs/components/PickerAbstract.js.map +1 -1
  175. package/date-picker/lib/cjs/components/RangePickerAbstract.js +29 -27
  176. package/date-picker/lib/cjs/components/RangePickerAbstract.js.map +1 -1
  177. package/date-picker/lib/cjs/index.d.js.map +1 -1
  178. package/date-picker/lib/cjs/style/date-picker.shadow.css +30 -0
  179. package/date-picker/lib/es6/DatePicker.js +4 -4
  180. package/date-picker/lib/es6/DatePicker.js.map +1 -1
  181. package/date-picker/lib/es6/DateRangePicker.js +4 -4
  182. package/date-picker/lib/es6/DateRangePicker.js.map +1 -1
  183. package/date-picker/lib/es6/MonthPicker.js +4 -4
  184. package/date-picker/lib/es6/MonthPicker.js.map +1 -1
  185. package/date-picker/lib/es6/MonthRangePicker.js +4 -4
  186. package/date-picker/lib/es6/MonthRangePicker.js.map +1 -1
  187. package/date-picker/lib/es6/components/Calendar.js +21 -21
  188. package/date-picker/lib/es6/components/DateRangeComparatorAbstract.js +37 -37
  189. package/date-picker/lib/es6/components/DateRangeComparatorAbstract.js.map +1 -1
  190. package/date-picker/lib/es6/components/InputTrigger.js +123 -42
  191. package/date-picker/lib/es6/components/InputTrigger.js.map +1 -1
  192. package/date-picker/lib/es6/components/PickerAbstract.js +29 -27
  193. package/date-picker/lib/es6/components/PickerAbstract.js.map +1 -1
  194. package/date-picker/lib/es6/components/RangePickerAbstract.js +29 -27
  195. package/date-picker/lib/es6/components/RangePickerAbstract.js.map +1 -1
  196. package/date-picker/lib/es6/index.d.js.map +1 -1
  197. package/date-picker/lib/es6/style/date-picker.shadow.css +30 -0
  198. package/date-picker/lib/types/index.d.ts +0 -10
  199. package/divider/lib/cjs/Divider.js +9 -9
  200. package/divider/lib/es6/Divider.js +9 -9
  201. package/dot/lib/cjs/Dot.js +10 -10
  202. package/dot/lib/es6/Dot.js +10 -10
  203. package/drag-and-drop/lib/cjs/DragAndDrop.js +12 -12
  204. package/drag-and-drop/lib/es6/DragAndDrop.js +12 -12
  205. package/dropdown/lib/cjs/Dropdown.js +2 -2
  206. package/dropdown/lib/es6/Dropdown.js +2 -2
  207. package/dropdown-menu/lib/cjs/DropdownMenu.js +16 -16
  208. package/dropdown-menu/lib/cjs/styleScrollArea.js +6 -6
  209. package/dropdown-menu/lib/es6/DropdownMenu.js +16 -16
  210. package/dropdown-menu/lib/es6/styleScrollArea.js +6 -6
  211. package/ellipsis/lib/cjs/Ellipsis.js +10 -10
  212. package/ellipsis/lib/es6/Ellipsis.js +10 -10
  213. package/errors/lib/cjs/Error.js +9 -9
  214. package/errors/lib/es6/Error.js +9 -9
  215. package/feature-popover/lib/cjs/FeaturePopover.js +10 -10
  216. package/feature-popover/lib/es6/FeaturePopover.js +10 -10
  217. package/feedback-form/lib/cjs/FeedbackForm.js +7 -7
  218. package/feedback-form/lib/es6/FeedbackForm.js +7 -7
  219. package/flags/lib/cjs/Flags.js +3 -3
  220. package/flags/lib/es6/Flags.js +3 -3
  221. package/flags/lib/sprites/sprite@1x.css +256 -256
  222. package/flags/lib/sprites/sprite@2x.css +257 -257
  223. package/flex-box/lib/cjs/Box/useBox.js +3 -3
  224. package/flex-box/lib/cjs/Flex/useFlex.js +3 -3
  225. package/flex-box/lib/cjs/invalid-state-box/InvalidStateBox.js +2 -2
  226. package/flex-box/lib/es6/Box/useBox.js +3 -3
  227. package/flex-box/lib/es6/Flex/useFlex.js +3 -3
  228. package/flex-box/lib/es6/invalid-state-box/InvalidStateBox.js +2 -2
  229. package/format-text/lib/cjs/FormatText.js +5 -5
  230. package/format-text/lib/es6/FormatText.js +5 -5
  231. package/fullscreen-modal/lib/cjs/FullscreenModal.js +13 -13
  232. package/fullscreen-modal/lib/es6/FullscreenModal.js +13 -13
  233. package/grid/lib/cjs/Grid.js +114 -114
  234. package/grid/lib/es6/Grid.js +114 -114
  235. package/icon/color/Confluence/l/index.js +4 -4
  236. package/icon/color/Confluence/l/index.mjs +4 -4
  237. package/icon/color/Confluence/m/index.js +4 -4
  238. package/icon/color/Confluence/m/index.mjs +4 -4
  239. package/icon/color/MicrosoftOffice/l/index.js +10 -10
  240. package/icon/color/MicrosoftOffice/l/index.mjs +10 -10
  241. package/icon/color/MicrosoftOffice/m/index.js +10 -10
  242. package/icon/color/MicrosoftOffice/m/index.mjs +10 -10
  243. package/icon/lib/cjs/Icon.js +5 -5
  244. package/icon/lib/es6/Icon.js +5 -5
  245. package/icon/pay/Discover/l/index.js +1 -1
  246. package/icon/pay/Discover/l/index.mjs +1 -1
  247. package/icon/pay/Discover/m/index.js +1 -1
  248. package/icon/pay/Discover/m/index.mjs +1 -1
  249. package/icon/pay/JCB/l/index.js +10 -10
  250. package/icon/pay/JCB/l/index.mjs +10 -10
  251. package/icon/pay/JCB/m/index.js +10 -10
  252. package/icon/pay/JCB/m/index.mjs +10 -10
  253. package/icon/pay/Visa/l/index.js +2 -2
  254. package/icon/pay/Visa/l/index.mjs +2 -2
  255. package/icon/pay/Visa/m/index.js +2 -2
  256. package/icon/pay/Visa/m/index.mjs +2 -2
  257. package/illustration/lib/cjs/index.js +1 -1
  258. package/illustration/lib/es6/index.js +1 -1
  259. package/inline-edit/lib/cjs/InlineEdit.js +4 -4
  260. package/inline-edit/lib/es6/InlineEdit.js +4 -4
  261. package/inline-input/lib/cjs/InlineInput.js +18 -18
  262. package/inline-input/lib/es6/InlineInput.js +18 -18
  263. package/input/lib/cjs/Input.js +17 -17
  264. package/input/lib/es6/Input.js +17 -17
  265. package/input-mask/lib/cjs/InputMask.js +6 -6
  266. package/input-mask/lib/es6/InputMask.js +6 -6
  267. package/input-number/lib/cjs/InputNumber.js +9 -9
  268. package/input-number/lib/es6/InputNumber.js +9 -9
  269. package/input-tags/lib/cjs/InputTags.js +12 -12
  270. package/input-tags/lib/es6/InputTags.js +12 -12
  271. package/link/lib/cjs/Link.js +12 -12
  272. package/link/lib/es6/Link.js +12 -12
  273. package/mini-chart/lib/cjs/component/score/Donut.js +9 -9
  274. package/mini-chart/lib/cjs/component/score/Line.js +17 -17
  275. package/mini-chart/lib/cjs/component/trend/Bar.js +7 -7
  276. package/mini-chart/lib/cjs/component/trend/Line.js +7 -7
  277. package/mini-chart/lib/es6/component/score/Donut.js +9 -9
  278. package/mini-chart/lib/es6/component/score/Line.js +17 -17
  279. package/mini-chart/lib/es6/component/trend/Bar.js +7 -7
  280. package/mini-chart/lib/es6/component/trend/Line.js +7 -7
  281. package/modal/lib/cjs/Modal.js +9 -9
  282. package/modal/lib/es6/Modal.js +9 -9
  283. package/notice/lib/cjs/Notice.js +13 -13
  284. package/notice/lib/es6/Notice.js +13 -13
  285. package/notice-bubble/lib/cjs/NoticeBubble.js +12 -12
  286. package/notice-bubble/lib/es6/NoticeBubble.js +12 -12
  287. package/notice-global/lib/cjs/NoticeGlobal.js +11 -11
  288. package/notice-global/lib/es6/NoticeGlobal.js +11 -11
  289. package/package.json +2 -2
  290. package/pagination/lib/cjs/Pagination.js +29 -12
  291. package/pagination/lib/cjs/Pagination.js.map +1 -1
  292. package/pagination/lib/es6/Pagination.js +29 -12
  293. package/pagination/lib/es6/Pagination.js.map +1 -1
  294. package/pills/lib/cjs/Pills.js +13 -13
  295. package/pills/lib/es6/Pills.js +13 -13
  296. package/popper/lib/cjs/Popper.js +6 -6
  297. package/popper/lib/es6/Popper.js +6 -6
  298. package/product-head/lib/cjs/Info.js +4 -4
  299. package/product-head/lib/cjs/ProductHead.js +5 -5
  300. package/product-head/lib/cjs/Title.js +4 -4
  301. package/product-head/lib/es6/Info.js +4 -4
  302. package/product-head/lib/es6/ProductHead.js +5 -5
  303. package/product-head/lib/es6/Title.js +4 -4
  304. package/progress-bar/lib/cjs/ProgressBar.js +15 -15
  305. package/progress-bar/lib/es6/ProgressBar.js +15 -15
  306. package/radio/index.d.ts +1 -1
  307. package/radio/lib/cjs/Radio.js +16 -16
  308. package/radio/lib/cjs/index.d.js.map +1 -1
  309. package/radio/lib/es6/Radio.js +16 -16
  310. package/radio/lib/es6/index.d.js.map +1 -1
  311. package/radio/lib/types/index.d.ts +1 -1
  312. package/scroll-area/index.d.ts +8 -1
  313. package/scroll-area/lib/cjs/ScrollArea.js +35 -19
  314. package/scroll-area/lib/cjs/ScrollArea.js.map +1 -1
  315. package/scroll-area/lib/cjs/ScrollBar.js +6 -6
  316. package/scroll-area/lib/cjs/index.d.js.map +1 -1
  317. package/scroll-area/lib/cjs/style/scroll-area.shadow.css +5 -1
  318. package/scroll-area/lib/es6/ScrollArea.js +35 -19
  319. package/scroll-area/lib/es6/ScrollArea.js.map +1 -1
  320. package/scroll-area/lib/es6/ScrollBar.js +6 -6
  321. package/scroll-area/lib/es6/index.d.js.map +1 -1
  322. package/scroll-area/lib/es6/style/scroll-area.shadow.css +5 -1
  323. package/scroll-area/lib/types/index.d.ts +8 -1
  324. package/select/lib/cjs/InputSearch.js +6 -6
  325. package/select/lib/cjs/Select.js +8 -8
  326. package/select/lib/es6/InputSearch.js +6 -6
  327. package/select/lib/es6/Select.js +8 -8
  328. package/side-panel/lib/cjs/SidePanel.js +15 -15
  329. package/side-panel/lib/es6/SidePanel.js +15 -15
  330. package/skeleton/lib/cjs/Charts/Area.js +9 -9
  331. package/skeleton/lib/cjs/Charts/Bar.js +9 -9
  332. package/skeleton/lib/cjs/Charts/Bubble.js +9 -9
  333. package/skeleton/lib/cjs/Charts/Donut.js +9 -9
  334. package/skeleton/lib/cjs/Charts/Histogram.js +9 -9
  335. package/skeleton/lib/cjs/Charts/Line.js +9 -9
  336. package/skeleton/lib/cjs/Charts/RadialTree.js +9 -9
  337. package/skeleton/lib/cjs/Charts/ScatterPlot.js +9 -9
  338. package/skeleton/lib/cjs/Charts/Venn.js +9 -9
  339. package/skeleton/lib/cjs/Skeleton.js +8 -8
  340. package/skeleton/lib/es6/Charts/Area.js +9 -9
  341. package/skeleton/lib/es6/Charts/Bar.js +9 -9
  342. package/skeleton/lib/es6/Charts/Bubble.js +9 -9
  343. package/skeleton/lib/es6/Charts/Donut.js +9 -9
  344. package/skeleton/lib/es6/Charts/Histogram.js +9 -9
  345. package/skeleton/lib/es6/Charts/Line.js +9 -9
  346. package/skeleton/lib/es6/Charts/RadialTree.js +9 -9
  347. package/skeleton/lib/es6/Charts/ScatterPlot.js +9 -9
  348. package/skeleton/lib/es6/Charts/Venn.js +9 -9
  349. package/skeleton/lib/es6/Skeleton.js +8 -8
  350. package/slider/lib/cjs/Slider.js +7 -7
  351. package/slider/lib/es6/Slider.js +7 -7
  352. package/spin/lib/cjs/Spin.js +13 -13
  353. package/spin/lib/es6/Spin.js +13 -13
  354. package/spin-container/lib/cjs/SpinContainer.js +9 -9
  355. package/spin-container/lib/cjs/SpinContainer.js.map +1 -1
  356. package/spin-container/lib/es6/SpinContainer.js +9 -9
  357. package/spin-container/lib/es6/SpinContainer.js.map +1 -1
  358. package/sticky/lib/cjs/Sticky.js +2 -2
  359. package/sticky/lib/es6/Sticky.js +2 -2
  360. package/switch/lib/cjs/Switch.js +21 -21
  361. package/switch/lib/es6/Switch.js +21 -21
  362. package/tab-line/lib/cjs/TabLine.js +13 -13
  363. package/tab-line/lib/es6/TabLine.js +13 -13
  364. package/tab-panel/lib/cjs/TabPanel.js +8 -8
  365. package/tab-panel/lib/es6/TabPanel.js +8 -8
  366. package/tag/lib/cjs/Tag.js +20 -20
  367. package/tag/lib/es6/Tag.js +20 -20
  368. package/textarea/lib/cjs/Textarea.js +8 -8
  369. package/textarea/lib/es6/Textarea.js +8 -8
  370. package/time-picker/lib/cjs/TimePicker.js +12 -12
  371. package/time-picker/lib/es6/TimePicker.js +12 -12
  372. package/tooltip/lib/cjs/Tooltip.js +9 -9
  373. package/tooltip/lib/es6/Tooltip.js +9 -9
  374. package/typography/lib/cjs/Blockquote.js +4 -4
  375. package/typography/lib/cjs/Hint.js +7 -7
  376. package/typography/lib/cjs/List.js +5 -5
  377. package/typography/lib/cjs/Text.js +34 -34
  378. package/typography/lib/es6/Blockquote.js +4 -4
  379. package/typography/lib/es6/Hint.js +7 -7
  380. package/typography/lib/es6/List.js +5 -5
  381. package/typography/lib/es6/Text.js +34 -34
  382. package/utils/lib/components/invalid-state-pattern/InvalidStatePattern.js +2 -2
  383. package/utils/lib/components/invalid-state-pattern/InvalidStatePattern.mjs +2 -2
  384. package/utils/lib/findComponent.d.ts +2 -2
  385. package/utils/lib/findComponent.js +10 -5
  386. package/utils/lib/findComponent.js.map +1 -1
  387. package/utils/lib/findComponent.mjs +10 -5
  388. package/utils/lib/findComponent.mjs.map +1 -1
  389. package/utils/lib/injectStyle.js +1 -1
  390. package/utils/lib/injectStyle.mjs +1 -1
  391. package/widget-empty/lib/cjs/WidgetEmpty.js +5 -5
  392. package/widget-empty/lib/es6/WidgetEmpty.js +5 -5
  393. package/wizard/lib/cjs/Wizard.js +11 -11
  394. package/wizard/lib/es6/Wizard.js +11 -11
@@ -14,15 +14,15 @@ import { Box, Flex } from 'intergalactic/flex-box';
14
14
  import createComponent, { Root, Component, sstyled } from 'intergalactic/core';
15
15
  import { getIllustrationPath } from 'intergalactic/illustration';
16
16
  /*__reshadow-styles__:"./style/errors.shadow.css"*/
17
- var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SError_1c9t1_gg_{padding:var(--intergalactic-spacing-20x, 80px)0;margin:0 auto;max-width:960px}@media (max-width:768px){.___SError_1c9t1_gg_{padding:var(--intergalactic-spacing-20x, 80px) var(--intergalactic-spacing-8x, 32px)}}@media (max-width:320px){.___SError_1c9t1_gg_{padding:var(--intergalactic-spacing-10x, 40px) var(--intergalactic-spacing-5x, 20px) var(--intergalactic-spacing-20x, 80px)}}.___SError_1c9t1_gg_ .___SControls_1c9t1_gg_{display:flex;align-items:center}.___SError_1c9t1_gg_ .___SControls_1c9t1_gg_>:not(:last-child){margin-right:var(--intergalactic-spacing-3x, 12px)}.___SInner_1c9t1_gg_{width:100%;display:flex;justify-content:flex-start;flex-wrap:wrap;align-items:flex-start;box-sizing:border-box}.___SImageWrapper_1c9t1_gg_,.___SImage_1c9t1_gg_{width:260px;height:260px}@media (max-width:320px){.___SImageWrapper_1c9t1_gg_,.___SImage_1c9t1_gg_{width:200px;height:200px}}.___SImageWrapper_1c9t1_gg_{margin-right:var(--intergalactic-spacing-10x, 40px)}.___SWrapper_1c9t1_gg_{flex:1 0 300px;max-width:100%;margin-top:var(--intergalactic-spacing-8x, 32px)}.___STitle_1c9t1_gg_[data-errors-title]{font-size:var(--intergalactic-fs-700, 36px);line-height:var(--intergalactic-lh-700, 110%);color:var(--intergalactic-text-primary, #191b23);font-weight:var(--intergalactic-semi-bold, 600);margin:0 0 var(--intergalactic-spacing-4x, 16px)0}.___SDescription_1c9t1_gg_{font-size:var(--intergalactic-fs-300, 16px);line-height:var(--intergalactic-lh-300, 150%);color:var(--intergalactic-text-primary, #191b23);margin:0 0 var(--intergalactic-spacing-6x, 24px)0}" /*__inner_css_end__*/, "1c9t1_gg_") /*__reshadow_css_end__*/, {
18
- "__SInner": "___SInner_1c9t1_gg_",
19
- "__SImageWrapper": "___SImageWrapper_1c9t1_gg_",
20
- "__SWrapper": "___SWrapper_1c9t1_gg_",
21
- "__STitle": "___STitle_1c9t1_gg_",
22
- "__SDescription": "___SDescription_1c9t1_gg_",
23
- "__SError": "___SError_1c9t1_gg_",
24
- "__SControls": "___SControls_1c9t1_gg_",
25
- "__SImage": "___SImage_1c9t1_gg_"
17
+ var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SError_15cvt_gg_{padding:var(--intergalactic-spacing-20x, 80px)0;margin:0 auto;max-width:960px}@media (max-width:768px){.___SError_15cvt_gg_{padding:var(--intergalactic-spacing-20x, 80px) var(--intergalactic-spacing-8x, 32px)}}@media (max-width:320px){.___SError_15cvt_gg_{padding:var(--intergalactic-spacing-10x, 40px) var(--intergalactic-spacing-5x, 20px) var(--intergalactic-spacing-20x, 80px)}}.___SError_15cvt_gg_ .___SControls_15cvt_gg_{display:flex;align-items:center}.___SError_15cvt_gg_ .___SControls_15cvt_gg_>:not(:last-child){margin-right:var(--intergalactic-spacing-3x, 12px)}.___SInner_15cvt_gg_{width:100%;display:flex;justify-content:flex-start;flex-wrap:wrap;align-items:flex-start;box-sizing:border-box}.___SImageWrapper_15cvt_gg_,.___SImage_15cvt_gg_{width:260px;height:260px}@media (max-width:320px){.___SImageWrapper_15cvt_gg_,.___SImage_15cvt_gg_{width:200px;height:200px}}.___SImageWrapper_15cvt_gg_{margin-right:var(--intergalactic-spacing-10x, 40px)}.___SWrapper_15cvt_gg_{flex:1 0 300px;max-width:100%;margin-top:var(--intergalactic-spacing-8x, 32px)}.___STitle_15cvt_gg_[data-errors-title]{font-size:var(--intergalactic-fs-700, 36px);line-height:var(--intergalactic-lh-700, 110%);color:var(--intergalactic-text-primary, #191b23);font-weight:var(--intergalactic-semi-bold, 600);margin:0 0 var(--intergalactic-spacing-4x, 16px)0}.___SDescription_15cvt_gg_{font-size:var(--intergalactic-fs-300, 16px);line-height:var(--intergalactic-lh-300, 150%);color:var(--intergalactic-text-primary, #191b23);margin:0 0 var(--intergalactic-spacing-6x, 24px)0}" /*__inner_css_end__*/, "15cvt_gg_") /*__reshadow_css_end__*/, {
18
+ "__SInner": "___SInner_15cvt_gg_",
19
+ "__SImageWrapper": "___SImageWrapper_15cvt_gg_",
20
+ "__SWrapper": "___SWrapper_15cvt_gg_",
21
+ "__STitle": "___STitle_15cvt_gg_",
22
+ "__SDescription": "___SDescription_15cvt_gg_",
23
+ "__SError": "___SError_15cvt_gg_",
24
+ "__SControls": "___SControls_15cvt_gg_",
25
+ "__SImage": "___SImage_15cvt_gg_"
26
26
  });
27
27
  export var getIconPath = function getIconPath(name) {
28
28
  return getIllustrationPath(name);
@@ -26,17 +26,17 @@ var _i18nEnhance = _interopRequireDefault(require("intergalactic/utils/lib/enhan
26
26
  var _intergalacticDynamicLocales = require("./translations/__intergalactic-dynamic-locales");
27
27
  var _excluded = ["styles", "forwardRef", "onVisibleChange", "modifiers"];
28
28
  /*__reshadow-styles__:"./style/feature-popover.shadow.css"*/
29
- var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/"@keyframes showTrigger_1dz6b{0%{opacity:0}to{opacity:1}}@keyframes scaleSizeAndHide_1dz6b{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(2)}}.___SFeaturePopover_1dz6b_gg_{padding-top:var(--intergalactic-spacing-4x, 16px);padding-right:var(--intergalactic-spacing-8x, 32px);padding-bottom:var(--intergalactic-spacing-4x, 16px);padding-left:var(--intergalactic-spacing-4x, 16px);border-radius:var(--intergalactic-popper-rounded, 6px);box-sizing:border-box;background-color:var(--intergalactic-bg-primary-highlight, #fce081);color:var(--intergalactic-text-primary, #191b23);box-shadow:var(--intergalactic-box-shadow-popper, 0px 1px 12px 0px rgba(25, 27, 35, 0.15))}.___STrigger_1dz6b_gg_{position:relative}.___SClose_1dz6b_gg_{position:absolute;right:0;top:0;padding:var(--intergalactic-spacing-2x, 8px);cursor:pointer;color:var(--intergalactic-text-primary, #191b23);font-size:0}.___SSpot_1dz6b_gg_{position:absolute;bottom:calc(-1*var(--intergalactic-spacing-1x, 4px));right:calc(-1*var(--intergalactic-spacing-1x, 4px));animation-name:showTrigger_1dz6b;animation-duration:.2s;animation-timing-function:ease-in;animation-delay:.4s;animation-fill-mode:forwards;width:12px;height:12px}.___SSpot_1dz6b_gg_::before{transform-origin:50%;animation-name:scaleSizeAndHide_1dz6b;animation-duration:1s;animation-iteration-count:infinite;animation-fill-mode:forwards;animation-delay:.5s}.___SSpot_1dz6b_gg_::after,.___SSpot_1dz6b_gg_::before{content:\"\";position:absolute;top:0;left:0;border-radius:50%;width:12px;height:12px;background-color:var(--intergalactic-bg-primary-highlight, #fce081)}@media (prefers-reduced-motion){.___SSpot_1dz6b_gg_,.___SSpot_1dz6b_gg_::before{animation-name:none}}" /*__inner_css_end__*/, "1dz6b_gg_") /*__reshadow_css_end__*/, {
30
- "__SFeaturePopover": "___SFeaturePopover_1dz6b_gg_",
31
- "__STrigger": "___STrigger_1dz6b_gg_",
32
- "__SClose": "___SClose_1dz6b_gg_",
33
- "@showTrigger": "showTrigger_1dz6b",
34
- "@scaleSizeAndHide": "scaleSizeAndHide_1dz6b",
35
- "__SSpot": "___SSpot_1dz6b_gg_"
29
+ var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/"@keyframes showTrigger_rdgxn{0%{opacity:0}to{opacity:1}}@keyframes scaleSizeAndHide_rdgxn{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(2)}}.___SFeaturePopover_rdgxn_gg_{padding-top:var(--intergalactic-spacing-4x, 16px);padding-right:var(--intergalactic-spacing-8x, 32px);padding-bottom:var(--intergalactic-spacing-4x, 16px);padding-left:var(--intergalactic-spacing-4x, 16px);border-radius:var(--intergalactic-popper-rounded, 6px);box-sizing:border-box;background-color:var(--intergalactic-bg-primary-highlight, #fce081);color:var(--intergalactic-text-primary, #191b23);box-shadow:var(--intergalactic-box-shadow-popper, 0px 1px 12px 0px rgba(25, 27, 35, 0.15))}.___STrigger_rdgxn_gg_{position:relative}.___SClose_rdgxn_gg_{position:absolute;right:0;top:0;padding:var(--intergalactic-spacing-2x, 8px);cursor:pointer;color:var(--intergalactic-text-primary, #191b23);font-size:0}.___SSpot_rdgxn_gg_{position:absolute;bottom:calc(-1*var(--intergalactic-spacing-1x, 4px));right:calc(-1*var(--intergalactic-spacing-1x, 4px));animation-name:showTrigger_rdgxn;animation-duration:.2s;animation-timing-function:ease-in;animation-delay:.4s;animation-fill-mode:forwards;width:12px;height:12px}.___SSpot_rdgxn_gg_::before{transform-origin:50%;animation-name:scaleSizeAndHide_rdgxn;animation-duration:1s;animation-iteration-count:infinite;animation-fill-mode:forwards;animation-delay:.5s}.___SSpot_rdgxn_gg_::after,.___SSpot_rdgxn_gg_::before{content:\"\";position:absolute;top:0;left:0;border-radius:50%;width:12px;height:12px;background-color:var(--intergalactic-bg-primary-highlight, #fce081)}@media (prefers-reduced-motion){.___SSpot_rdgxn_gg_,.___SSpot_rdgxn_gg_::before{animation-name:none}}" /*__inner_css_end__*/, "rdgxn_gg_") /*__reshadow_css_end__*/, {
30
+ "__SFeaturePopover": "___SFeaturePopover_rdgxn_gg_",
31
+ "__STrigger": "___STrigger_rdgxn_gg_",
32
+ "__SClose": "___SClose_rdgxn_gg_",
33
+ "@showTrigger": "showTrigger_rdgxn",
34
+ "@scaleSizeAndHide": "scaleSizeAndHide_rdgxn",
35
+ "__SSpot": "___SSpot_rdgxn_gg_"
36
36
  });
37
- var stylePopper = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/"@keyframes enter_yd1zb{0%{opacity:0;transform:translateX(-10px)}to{opacity:1;transform:translateX(0)}}@keyframes exit_yd1zb{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-10px)}}" /*__inner_css_end__*/, "yd1zb_gg_") /*__reshadow_css_end__*/, {
38
- "@enter": "enter_yd1zb",
39
- "@exit": "exit_yd1zb"
37
+ var stylePopper = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/"@keyframes enter_ci657{0%{opacity:0;transform:translateX(-10px)}to{opacity:1;transform:translateX(0)}}@keyframes exit_ci657{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-10px)}}" /*__inner_css_end__*/, "ci657_gg_") /*__reshadow_css_end__*/, {
38
+ "@enter": "enter_ci657",
39
+ "@exit": "exit_ci657"
40
40
  });
41
41
  var FeaturePopover = /*#__PURE__*/function (_Component) {
42
42
  (0, _inherits2["default"])(FeaturePopover, _Component);
@@ -22,17 +22,17 @@ import { callAllEventHandlers } from 'intergalactic/utils/lib/assignProps';
22
22
  import i18nEnhance from 'intergalactic/utils/lib/enhances/i18nEnhance';
23
23
  import { localizedMessages } from './translations/__intergalactic-dynamic-locales';
24
24
  /*__reshadow-styles__:"./style/feature-popover.shadow.css"*/
25
- var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/"@keyframes showTrigger_1dz6b{0%{opacity:0}to{opacity:1}}@keyframes scaleSizeAndHide_1dz6b{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(2)}}.___SFeaturePopover_1dz6b_gg_{padding-top:var(--intergalactic-spacing-4x, 16px);padding-right:var(--intergalactic-spacing-8x, 32px);padding-bottom:var(--intergalactic-spacing-4x, 16px);padding-left:var(--intergalactic-spacing-4x, 16px);border-radius:var(--intergalactic-popper-rounded, 6px);box-sizing:border-box;background-color:var(--intergalactic-bg-primary-highlight, #fce081);color:var(--intergalactic-text-primary, #191b23);box-shadow:var(--intergalactic-box-shadow-popper, 0px 1px 12px 0px rgba(25, 27, 35, 0.15))}.___STrigger_1dz6b_gg_{position:relative}.___SClose_1dz6b_gg_{position:absolute;right:0;top:0;padding:var(--intergalactic-spacing-2x, 8px);cursor:pointer;color:var(--intergalactic-text-primary, #191b23);font-size:0}.___SSpot_1dz6b_gg_{position:absolute;bottom:calc(-1*var(--intergalactic-spacing-1x, 4px));right:calc(-1*var(--intergalactic-spacing-1x, 4px));animation-name:showTrigger_1dz6b;animation-duration:.2s;animation-timing-function:ease-in;animation-delay:.4s;animation-fill-mode:forwards;width:12px;height:12px}.___SSpot_1dz6b_gg_::before{transform-origin:50%;animation-name:scaleSizeAndHide_1dz6b;animation-duration:1s;animation-iteration-count:infinite;animation-fill-mode:forwards;animation-delay:.5s}.___SSpot_1dz6b_gg_::after,.___SSpot_1dz6b_gg_::before{content:\"\";position:absolute;top:0;left:0;border-radius:50%;width:12px;height:12px;background-color:var(--intergalactic-bg-primary-highlight, #fce081)}@media (prefers-reduced-motion){.___SSpot_1dz6b_gg_,.___SSpot_1dz6b_gg_::before{animation-name:none}}" /*__inner_css_end__*/, "1dz6b_gg_") /*__reshadow_css_end__*/, {
26
- "__SFeaturePopover": "___SFeaturePopover_1dz6b_gg_",
27
- "__STrigger": "___STrigger_1dz6b_gg_",
28
- "__SClose": "___SClose_1dz6b_gg_",
29
- "@showTrigger": "showTrigger_1dz6b",
30
- "@scaleSizeAndHide": "scaleSizeAndHide_1dz6b",
31
- "__SSpot": "___SSpot_1dz6b_gg_"
25
+ var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/"@keyframes showTrigger_rdgxn{0%{opacity:0}to{opacity:1}}@keyframes scaleSizeAndHide_rdgxn{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(2)}}.___SFeaturePopover_rdgxn_gg_{padding-top:var(--intergalactic-spacing-4x, 16px);padding-right:var(--intergalactic-spacing-8x, 32px);padding-bottom:var(--intergalactic-spacing-4x, 16px);padding-left:var(--intergalactic-spacing-4x, 16px);border-radius:var(--intergalactic-popper-rounded, 6px);box-sizing:border-box;background-color:var(--intergalactic-bg-primary-highlight, #fce081);color:var(--intergalactic-text-primary, #191b23);box-shadow:var(--intergalactic-box-shadow-popper, 0px 1px 12px 0px rgba(25, 27, 35, 0.15))}.___STrigger_rdgxn_gg_{position:relative}.___SClose_rdgxn_gg_{position:absolute;right:0;top:0;padding:var(--intergalactic-spacing-2x, 8px);cursor:pointer;color:var(--intergalactic-text-primary, #191b23);font-size:0}.___SSpot_rdgxn_gg_{position:absolute;bottom:calc(-1*var(--intergalactic-spacing-1x, 4px));right:calc(-1*var(--intergalactic-spacing-1x, 4px));animation-name:showTrigger_rdgxn;animation-duration:.2s;animation-timing-function:ease-in;animation-delay:.4s;animation-fill-mode:forwards;width:12px;height:12px}.___SSpot_rdgxn_gg_::before{transform-origin:50%;animation-name:scaleSizeAndHide_rdgxn;animation-duration:1s;animation-iteration-count:infinite;animation-fill-mode:forwards;animation-delay:.5s}.___SSpot_rdgxn_gg_::after,.___SSpot_rdgxn_gg_::before{content:\"\";position:absolute;top:0;left:0;border-radius:50%;width:12px;height:12px;background-color:var(--intergalactic-bg-primary-highlight, #fce081)}@media (prefers-reduced-motion){.___SSpot_rdgxn_gg_,.___SSpot_rdgxn_gg_::before{animation-name:none}}" /*__inner_css_end__*/, "rdgxn_gg_") /*__reshadow_css_end__*/, {
26
+ "__SFeaturePopover": "___SFeaturePopover_rdgxn_gg_",
27
+ "__STrigger": "___STrigger_rdgxn_gg_",
28
+ "__SClose": "___SClose_rdgxn_gg_",
29
+ "@showTrigger": "showTrigger_rdgxn",
30
+ "@scaleSizeAndHide": "scaleSizeAndHide_rdgxn",
31
+ "__SSpot": "___SSpot_rdgxn_gg_"
32
32
  });
33
- var stylePopper = ( /*__reshadow_css_start__*/sstyled.insert( /*__inner_css_start__*/"@keyframes enter_yd1zb{0%{opacity:0;transform:translateX(-10px)}to{opacity:1;transform:translateX(0)}}@keyframes exit_yd1zb{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-10px)}}" /*__inner_css_end__*/, "yd1zb_gg_") /*__reshadow_css_end__*/, {
34
- "@enter": "enter_yd1zb",
35
- "@exit": "exit_yd1zb"
33
+ var stylePopper = ( /*__reshadow_css_start__*/sstyled.insert( /*__inner_css_start__*/"@keyframes enter_ci657{0%{opacity:0;transform:translateX(-10px)}to{opacity:1;transform:translateX(0)}}@keyframes exit_ci657{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-10px)}}" /*__inner_css_end__*/, "ci657_gg_") /*__reshadow_css_end__*/, {
34
+ "@enter": "enter_ci657",
35
+ "@exit": "exit_ci657"
36
36
  });
37
37
  var FeaturePopover = /*#__PURE__*/function (_Component) {
38
38
  _inherits(FeaturePopover, _Component);
@@ -30,13 +30,13 @@ var _excluded = ["Children", "styles", "forwardRef", "loading", "background", "t
30
30
  _excluded2 = ["Children", "tag", "uid"],
31
31
  _excluded3 = ["input", "meta"];
32
32
  /*__reshadow-styles__:"./style/feedback-form.shadow.css"*/
33
- var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SFeedbackForm_168em_gg_{max-width:320px}.___SCancel_168em_gg_,.___SSubmit_168em_gg_{display:inline-flex;margin-right:var(--intergalactic-spacing-2x, 8px)}.___SNotice_168em_gg_{padding:var(--intergalactic-spacing-3x, 12px) var(--intergalactic-spacing-4x, 16px);border-width:1px 0 0;border-top-style:solid;border-radius:0 0 var(--intergalactic-surface-rounded, 6px) var(--intergalactic-surface-rounded, 6px)}.___SSuccess_168em_gg_{display:flex;align-items:center;flex-direction:column;width:320px;padding:var(--intergalactic-spacing-10x, 40px);box-sizing:border-box}.___SEmail_168em_gg_{margin-bottom:calc(var(--intergalactic-spacing-4x, 16px) + var(--intergalactic-spacing-05x, 2px));width:80px;height:80px;background-image:url(\"data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.1632 6.00003C27.9554 5.99875 27.7493 6.03875 27.5571 6.11772C27.3648 6.19668 27.1902 6.31304 27.0432 6.46003L14.1332 19.38C7.645 25.8687 4 34.669 4 43.845C4 53.0211 7.645 61.8213 14.1332 68.31C17.3463 71.5242 21.1611 74.0738 25.3597 75.8134C29.5583 77.5529 34.0585 78.4482 38.6032 78.4482C43.1479 78.4482 47.6481 77.5529 51.8467 75.8134C56.0454 74.0738 59.8602 71.5242 63.0732 68.31L75.9832 55.4C76.1316 55.2536 76.2495 55.0792 76.3301 54.887C76.4108 54.6948 76.4526 54.4885 76.4532 54.28V6.89003C76.4506 6.65307 76.3546 6.42671 76.1861 6.26009C76.0176 6.09346 75.7902 6.00002 75.5532 6.00003H28.1632Z' fill='%2345E0A8'/%3E%3Cpath d='M29 45.2852L29.2 45.6352C35.39 42.1852 53.39 31.9652 56.73 35.1052C55.6 32.0052 39.7 35.4352 29 45.2852Z' fill='white'/%3E%3Cpath d='M28.44 31.6343C26.63 37.6343 19.23 56.1043 15 61.9443L18 62.8543L19.58 61.5343C23.8 51.9843 29.58 35.5343 29.89 30.0743C29.39 29.8143 28.93 30.2143 28.44 31.6343Z' fill='white'/%3E%3Cpath d='M15 62.0078C19.23 56.1678 26.63 37.7378 28.44 31.6678C30.25 25.5978 33.49 37.6678 31.67 42.7878' stroke='black' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M28 45.9424C38.68 35.5824 55.27 31.9424 56.43 35.1024C57.12 36.9924 43 41.3624 38.02 47.4224' stroke='black' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M44.45 21.93C41.21 20.77 35.86 19.04 33 18.24C37.12 16.41 70 4.24 72.67 3C71.75 7.11 67.75 21.28 65.96 27.93C61.13 26.25 56.23 24.78 53.03 23.74C51.0298 26.3907 49.2219 29.1812 47.62 32.09C46.44 28.23 45.29 23.77 44.45 21.93Z' fill='white' stroke='black' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M45 22.08L61.74 11' stroke='black' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M53 23.73L72.64 3' stroke='black' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M48 32.58L55.86 25' stroke='black' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M48.23 30.77L51.69 25.13L52.66 24L54.73 24.61L55.16 24.48L51.8 27.91L49.33 30.18L48 31.29L48.23 30.77Z' fill='black'/%3E%3Cpath d='M33.81 22L23 27.12' stroke='white' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M40.89 23L34 27.37' stroke='white' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M62.04 29L58 38.85' stroke='white' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M46.68 41C50.29 43.42 44.81 49.52 43 51.12' stroke='black' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M47.17 44C51.31 46.09 48.33 51.76 46 54.6' stroke='black' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M48.86 49C54.37 53.48 36.31 72.72 35 73.78' stroke='black' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cmask id='mask0_11950_117175' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='4' y='6' width='73' height='73'%3E%3Cpath d='M28.1632 6.00003C27.9554 5.99875 27.7493 6.03875 27.5571 6.11772C27.3648 6.19668 27.1902 6.31304 27.0432 6.46003L14.1332 19.38C7.645 25.8687 4 34.669 4 43.845C4 53.0211 7.645 61.8213 14.1332 68.31C17.3463 71.5242 21.1611 74.0738 25.3597 75.8134C29.5583 77.5529 34.0585 78.4482 38.6032 78.4482C43.1479 78.4482 47.6481 77.5529 51.8467 75.8134C56.0454 74.0738 59.8602 71.5242 63.0732 68.31L75.9832 55.4C76.1316 55.2536 76.2495 55.0792 76.3301 54.887C76.4108 54.6948 76.4526 54.4885 76.4532 54.28V6.89003C76.4506 6.65307 76.3546 6.42671 76.1861 6.26009C76.0176 6.09346 75.7902 6.00002 75.5532 6.00003H28.1632Z' fill='%2345DFA7'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_11950_117175)'%3E%3Cpath d='M5 74.6871C7.49 72.3471 13.24 63.6871 14.52 61.2471C28.18 59.1271 34.71 71.2471 34.98 74.7671C32.7234 79.651 30.1305 84.3723 27.22 88.8971' fill='black'/%3E%3Cpath d='M5 74.6871C7.49 72.3471 13.24 63.6871 14.52 61.2471C28.18 59.1271 34.71 71.2471 34.98 74.7671C32.7234 79.651 30.1305 84.3723 27.22 88.8971' stroke='black' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A\")}" /*__inner_css_end__*/, "168em_gg_") /*__reshadow_css_end__*/, {
34
- "__SFeedbackForm": "___SFeedbackForm_168em_gg_",
35
- "__SSubmit": "___SSubmit_168em_gg_",
36
- "__SCancel": "___SCancel_168em_gg_",
37
- "__SNotice": "___SNotice_168em_gg_",
38
- "__SSuccess": "___SSuccess_168em_gg_",
39
- "__SEmail": "___SEmail_168em_gg_"
33
+ var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SFeedbackForm_tlmdq_gg_{max-width:320px}.___SCancel_tlmdq_gg_,.___SSubmit_tlmdq_gg_{display:inline-flex;margin-right:var(--intergalactic-spacing-2x, 8px)}.___SNotice_tlmdq_gg_{padding:var(--intergalactic-spacing-3x, 12px) var(--intergalactic-spacing-4x, 16px);border-width:1px 0 0;border-top-style:solid;border-radius:0 0 var(--intergalactic-surface-rounded, 6px) var(--intergalactic-surface-rounded, 6px)}.___SSuccess_tlmdq_gg_{display:flex;align-items:center;flex-direction:column;width:320px;padding:var(--intergalactic-spacing-10x, 40px);box-sizing:border-box}.___SEmail_tlmdq_gg_{margin-bottom:calc(var(--intergalactic-spacing-4x, 16px) + var(--intergalactic-spacing-05x, 2px));width:80px;height:80px;background-image:url(\"data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.1632 6.00003C27.9554 5.99875 27.7493 6.03875 27.5571 6.11772C27.3648 6.19668 27.1902 6.31304 27.0432 6.46003L14.1332 19.38C7.645 25.8687 4 34.669 4 43.845C4 53.0211 7.645 61.8213 14.1332 68.31C17.3463 71.5242 21.1611 74.0738 25.3597 75.8134C29.5583 77.5529 34.0585 78.4482 38.6032 78.4482C43.1479 78.4482 47.6481 77.5529 51.8467 75.8134C56.0454 74.0738 59.8602 71.5242 63.0732 68.31L75.9832 55.4C76.1316 55.2536 76.2495 55.0792 76.3301 54.887C76.4108 54.6948 76.4526 54.4885 76.4532 54.28V6.89003C76.4506 6.65307 76.3546 6.42671 76.1861 6.26009C76.0176 6.09346 75.7902 6.00002 75.5532 6.00003H28.1632Z' fill='%2345E0A8'/%3E%3Cpath d='M29 45.2852L29.2 45.6352C35.39 42.1852 53.39 31.9652 56.73 35.1052C55.6 32.0052 39.7 35.4352 29 45.2852Z' fill='white'/%3E%3Cpath d='M28.44 31.6343C26.63 37.6343 19.23 56.1043 15 61.9443L18 62.8543L19.58 61.5343C23.8 51.9843 29.58 35.5343 29.89 30.0743C29.39 29.8143 28.93 30.2143 28.44 31.6343Z' fill='white'/%3E%3Cpath d='M15 62.0078C19.23 56.1678 26.63 37.7378 28.44 31.6678C30.25 25.5978 33.49 37.6678 31.67 42.7878' stroke='black' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M28 45.9424C38.68 35.5824 55.27 31.9424 56.43 35.1024C57.12 36.9924 43 41.3624 38.02 47.4224' stroke='black' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M44.45 21.93C41.21 20.77 35.86 19.04 33 18.24C37.12 16.41 70 4.24 72.67 3C71.75 7.11 67.75 21.28 65.96 27.93C61.13 26.25 56.23 24.78 53.03 23.74C51.0298 26.3907 49.2219 29.1812 47.62 32.09C46.44 28.23 45.29 23.77 44.45 21.93Z' fill='white' stroke='black' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M45 22.08L61.74 11' stroke='black' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M53 23.73L72.64 3' stroke='black' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M48 32.58L55.86 25' stroke='black' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M48.23 30.77L51.69 25.13L52.66 24L54.73 24.61L55.16 24.48L51.8 27.91L49.33 30.18L48 31.29L48.23 30.77Z' fill='black'/%3E%3Cpath d='M33.81 22L23 27.12' stroke='white' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M40.89 23L34 27.37' stroke='white' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M62.04 29L58 38.85' stroke='white' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M46.68 41C50.29 43.42 44.81 49.52 43 51.12' stroke='black' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M47.17 44C51.31 46.09 48.33 51.76 46 54.6' stroke='black' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M48.86 49C54.37 53.48 36.31 72.72 35 73.78' stroke='black' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cmask id='mask0_11950_117175' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='4' y='6' width='73' height='73'%3E%3Cpath d='M28.1632 6.00003C27.9554 5.99875 27.7493 6.03875 27.5571 6.11772C27.3648 6.19668 27.1902 6.31304 27.0432 6.46003L14.1332 19.38C7.645 25.8687 4 34.669 4 43.845C4 53.0211 7.645 61.8213 14.1332 68.31C17.3463 71.5242 21.1611 74.0738 25.3597 75.8134C29.5583 77.5529 34.0585 78.4482 38.6032 78.4482C43.1479 78.4482 47.6481 77.5529 51.8467 75.8134C56.0454 74.0738 59.8602 71.5242 63.0732 68.31L75.9832 55.4C76.1316 55.2536 76.2495 55.0792 76.3301 54.887C76.4108 54.6948 76.4526 54.4885 76.4532 54.28V6.89003C76.4506 6.65307 76.3546 6.42671 76.1861 6.26009C76.0176 6.09346 75.7902 6.00002 75.5532 6.00003H28.1632Z' fill='%2345DFA7'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_11950_117175)'%3E%3Cpath d='M5 74.6871C7.49 72.3471 13.24 63.6871 14.52 61.2471C28.18 59.1271 34.71 71.2471 34.98 74.7671C32.7234 79.651 30.1305 84.3723 27.22 88.8971' fill='black'/%3E%3Cpath d='M5 74.6871C7.49 72.3471 13.24 63.6871 14.52 61.2471C28.18 59.1271 34.71 71.2471 34.98 74.7671C32.7234 79.651 30.1305 84.3723 27.22 88.8971' stroke='black' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A\")}" /*__inner_css_end__*/, "tlmdq_gg_") /*__reshadow_css_end__*/, {
34
+ "__SFeedbackForm": "___SFeedbackForm_tlmdq_gg_",
35
+ "__SSubmit": "___SSubmit_tlmdq_gg_",
36
+ "__SCancel": "___SCancel_tlmdq_gg_",
37
+ "__SNotice": "___SNotice_tlmdq_gg_",
38
+ "__SSuccess": "___SSuccess_tlmdq_gg_",
39
+ "__SEmail": "___SEmail_tlmdq_gg_"
40
40
  });
41
41
  var FeedbackForm = /*#__PURE__*/function (_Component) {
42
42
  (0, _inherits2["default"])(FeedbackForm, _Component);
@@ -28,13 +28,13 @@ import { Box } from 'intergalactic/flex-box';
28
28
  import pick from 'intergalactic/utils/lib/pick';
29
29
  import uniqueIDEnhancement from 'intergalactic/utils/lib/uniqueID';
30
30
  /*__reshadow-styles__:"./style/feedback-form.shadow.css"*/
31
- var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SFeedbackForm_168em_gg_{max-width:320px}.___SCancel_168em_gg_,.___SSubmit_168em_gg_{display:inline-flex;margin-right:var(--intergalactic-spacing-2x, 8px)}.___SNotice_168em_gg_{padding:var(--intergalactic-spacing-3x, 12px) var(--intergalactic-spacing-4x, 16px);border-width:1px 0 0;border-top-style:solid;border-radius:0 0 var(--intergalactic-surface-rounded, 6px) var(--intergalactic-surface-rounded, 6px)}.___SSuccess_168em_gg_{display:flex;align-items:center;flex-direction:column;width:320px;padding:var(--intergalactic-spacing-10x, 40px);box-sizing:border-box}.___SEmail_168em_gg_{margin-bottom:calc(var(--intergalactic-spacing-4x, 16px) + var(--intergalactic-spacing-05x, 2px));width:80px;height:80px;background-image:url(\"data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.1632 6.00003C27.9554 5.99875 27.7493 6.03875 27.5571 6.11772C27.3648 6.19668 27.1902 6.31304 27.0432 6.46003L14.1332 19.38C7.645 25.8687 4 34.669 4 43.845C4 53.0211 7.645 61.8213 14.1332 68.31C17.3463 71.5242 21.1611 74.0738 25.3597 75.8134C29.5583 77.5529 34.0585 78.4482 38.6032 78.4482C43.1479 78.4482 47.6481 77.5529 51.8467 75.8134C56.0454 74.0738 59.8602 71.5242 63.0732 68.31L75.9832 55.4C76.1316 55.2536 76.2495 55.0792 76.3301 54.887C76.4108 54.6948 76.4526 54.4885 76.4532 54.28V6.89003C76.4506 6.65307 76.3546 6.42671 76.1861 6.26009C76.0176 6.09346 75.7902 6.00002 75.5532 6.00003H28.1632Z' fill='%2345E0A8'/%3E%3Cpath d='M29 45.2852L29.2 45.6352C35.39 42.1852 53.39 31.9652 56.73 35.1052C55.6 32.0052 39.7 35.4352 29 45.2852Z' fill='white'/%3E%3Cpath d='M28.44 31.6343C26.63 37.6343 19.23 56.1043 15 61.9443L18 62.8543L19.58 61.5343C23.8 51.9843 29.58 35.5343 29.89 30.0743C29.39 29.8143 28.93 30.2143 28.44 31.6343Z' fill='white'/%3E%3Cpath d='M15 62.0078C19.23 56.1678 26.63 37.7378 28.44 31.6678C30.25 25.5978 33.49 37.6678 31.67 42.7878' stroke='black' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M28 45.9424C38.68 35.5824 55.27 31.9424 56.43 35.1024C57.12 36.9924 43 41.3624 38.02 47.4224' stroke='black' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M44.45 21.93C41.21 20.77 35.86 19.04 33 18.24C37.12 16.41 70 4.24 72.67 3C71.75 7.11 67.75 21.28 65.96 27.93C61.13 26.25 56.23 24.78 53.03 23.74C51.0298 26.3907 49.2219 29.1812 47.62 32.09C46.44 28.23 45.29 23.77 44.45 21.93Z' fill='white' stroke='black' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M45 22.08L61.74 11' stroke='black' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M53 23.73L72.64 3' stroke='black' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M48 32.58L55.86 25' stroke='black' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M48.23 30.77L51.69 25.13L52.66 24L54.73 24.61L55.16 24.48L51.8 27.91L49.33 30.18L48 31.29L48.23 30.77Z' fill='black'/%3E%3Cpath d='M33.81 22L23 27.12' stroke='white' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M40.89 23L34 27.37' stroke='white' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M62.04 29L58 38.85' stroke='white' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M46.68 41C50.29 43.42 44.81 49.52 43 51.12' stroke='black' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M47.17 44C51.31 46.09 48.33 51.76 46 54.6' stroke='black' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M48.86 49C54.37 53.48 36.31 72.72 35 73.78' stroke='black' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cmask id='mask0_11950_117175' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='4' y='6' width='73' height='73'%3E%3Cpath d='M28.1632 6.00003C27.9554 5.99875 27.7493 6.03875 27.5571 6.11772C27.3648 6.19668 27.1902 6.31304 27.0432 6.46003L14.1332 19.38C7.645 25.8687 4 34.669 4 43.845C4 53.0211 7.645 61.8213 14.1332 68.31C17.3463 71.5242 21.1611 74.0738 25.3597 75.8134C29.5583 77.5529 34.0585 78.4482 38.6032 78.4482C43.1479 78.4482 47.6481 77.5529 51.8467 75.8134C56.0454 74.0738 59.8602 71.5242 63.0732 68.31L75.9832 55.4C76.1316 55.2536 76.2495 55.0792 76.3301 54.887C76.4108 54.6948 76.4526 54.4885 76.4532 54.28V6.89003C76.4506 6.65307 76.3546 6.42671 76.1861 6.26009C76.0176 6.09346 75.7902 6.00002 75.5532 6.00003H28.1632Z' fill='%2345DFA7'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_11950_117175)'%3E%3Cpath d='M5 74.6871C7.49 72.3471 13.24 63.6871 14.52 61.2471C28.18 59.1271 34.71 71.2471 34.98 74.7671C32.7234 79.651 30.1305 84.3723 27.22 88.8971' fill='black'/%3E%3Cpath d='M5 74.6871C7.49 72.3471 13.24 63.6871 14.52 61.2471C28.18 59.1271 34.71 71.2471 34.98 74.7671C32.7234 79.651 30.1305 84.3723 27.22 88.8971' stroke='black' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A\")}" /*__inner_css_end__*/, "168em_gg_") /*__reshadow_css_end__*/, {
32
- "__SFeedbackForm": "___SFeedbackForm_168em_gg_",
33
- "__SSubmit": "___SSubmit_168em_gg_",
34
- "__SCancel": "___SCancel_168em_gg_",
35
- "__SNotice": "___SNotice_168em_gg_",
36
- "__SSuccess": "___SSuccess_168em_gg_",
37
- "__SEmail": "___SEmail_168em_gg_"
31
+ var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SFeedbackForm_tlmdq_gg_{max-width:320px}.___SCancel_tlmdq_gg_,.___SSubmit_tlmdq_gg_{display:inline-flex;margin-right:var(--intergalactic-spacing-2x, 8px)}.___SNotice_tlmdq_gg_{padding:var(--intergalactic-spacing-3x, 12px) var(--intergalactic-spacing-4x, 16px);border-width:1px 0 0;border-top-style:solid;border-radius:0 0 var(--intergalactic-surface-rounded, 6px) var(--intergalactic-surface-rounded, 6px)}.___SSuccess_tlmdq_gg_{display:flex;align-items:center;flex-direction:column;width:320px;padding:var(--intergalactic-spacing-10x, 40px);box-sizing:border-box}.___SEmail_tlmdq_gg_{margin-bottom:calc(var(--intergalactic-spacing-4x, 16px) + var(--intergalactic-spacing-05x, 2px));width:80px;height:80px;background-image:url(\"data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.1632 6.00003C27.9554 5.99875 27.7493 6.03875 27.5571 6.11772C27.3648 6.19668 27.1902 6.31304 27.0432 6.46003L14.1332 19.38C7.645 25.8687 4 34.669 4 43.845C4 53.0211 7.645 61.8213 14.1332 68.31C17.3463 71.5242 21.1611 74.0738 25.3597 75.8134C29.5583 77.5529 34.0585 78.4482 38.6032 78.4482C43.1479 78.4482 47.6481 77.5529 51.8467 75.8134C56.0454 74.0738 59.8602 71.5242 63.0732 68.31L75.9832 55.4C76.1316 55.2536 76.2495 55.0792 76.3301 54.887C76.4108 54.6948 76.4526 54.4885 76.4532 54.28V6.89003C76.4506 6.65307 76.3546 6.42671 76.1861 6.26009C76.0176 6.09346 75.7902 6.00002 75.5532 6.00003H28.1632Z' fill='%2345E0A8'/%3E%3Cpath d='M29 45.2852L29.2 45.6352C35.39 42.1852 53.39 31.9652 56.73 35.1052C55.6 32.0052 39.7 35.4352 29 45.2852Z' fill='white'/%3E%3Cpath d='M28.44 31.6343C26.63 37.6343 19.23 56.1043 15 61.9443L18 62.8543L19.58 61.5343C23.8 51.9843 29.58 35.5343 29.89 30.0743C29.39 29.8143 28.93 30.2143 28.44 31.6343Z' fill='white'/%3E%3Cpath d='M15 62.0078C19.23 56.1678 26.63 37.7378 28.44 31.6678C30.25 25.5978 33.49 37.6678 31.67 42.7878' stroke='black' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M28 45.9424C38.68 35.5824 55.27 31.9424 56.43 35.1024C57.12 36.9924 43 41.3624 38.02 47.4224' stroke='black' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M44.45 21.93C41.21 20.77 35.86 19.04 33 18.24C37.12 16.41 70 4.24 72.67 3C71.75 7.11 67.75 21.28 65.96 27.93C61.13 26.25 56.23 24.78 53.03 23.74C51.0298 26.3907 49.2219 29.1812 47.62 32.09C46.44 28.23 45.29 23.77 44.45 21.93Z' fill='white' stroke='black' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M45 22.08L61.74 11' stroke='black' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M53 23.73L72.64 3' stroke='black' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M48 32.58L55.86 25' stroke='black' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M48.23 30.77L51.69 25.13L52.66 24L54.73 24.61L55.16 24.48L51.8 27.91L49.33 30.18L48 31.29L48.23 30.77Z' fill='black'/%3E%3Cpath d='M33.81 22L23 27.12' stroke='white' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M40.89 23L34 27.37' stroke='white' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M62.04 29L58 38.85' stroke='white' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M46.68 41C50.29 43.42 44.81 49.52 43 51.12' stroke='black' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M47.17 44C51.31 46.09 48.33 51.76 46 54.6' stroke='black' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M48.86 49C54.37 53.48 36.31 72.72 35 73.78' stroke='black' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cmask id='mask0_11950_117175' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='4' y='6' width='73' height='73'%3E%3Cpath d='M28.1632 6.00003C27.9554 5.99875 27.7493 6.03875 27.5571 6.11772C27.3648 6.19668 27.1902 6.31304 27.0432 6.46003L14.1332 19.38C7.645 25.8687 4 34.669 4 43.845C4 53.0211 7.645 61.8213 14.1332 68.31C17.3463 71.5242 21.1611 74.0738 25.3597 75.8134C29.5583 77.5529 34.0585 78.4482 38.6032 78.4482C43.1479 78.4482 47.6481 77.5529 51.8467 75.8134C56.0454 74.0738 59.8602 71.5242 63.0732 68.31L75.9832 55.4C76.1316 55.2536 76.2495 55.0792 76.3301 54.887C76.4108 54.6948 76.4526 54.4885 76.4532 54.28V6.89003C76.4506 6.65307 76.3546 6.42671 76.1861 6.26009C76.0176 6.09346 75.7902 6.00002 75.5532 6.00003H28.1632Z' fill='%2345DFA7'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_11950_117175)'%3E%3Cpath d='M5 74.6871C7.49 72.3471 13.24 63.6871 14.52 61.2471C28.18 59.1271 34.71 71.2471 34.98 74.7671C32.7234 79.651 30.1305 84.3723 27.22 88.8971' fill='black'/%3E%3Cpath d='M5 74.6871C7.49 72.3471 13.24 63.6871 14.52 61.2471C28.18 59.1271 34.71 71.2471 34.98 74.7671C32.7234 79.651 30.1305 84.3723 27.22 88.8971' stroke='black' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A\")}" /*__inner_css_end__*/, "tlmdq_gg_") /*__reshadow_css_end__*/, {
32
+ "__SFeedbackForm": "___SFeedbackForm_tlmdq_gg_",
33
+ "__SSubmit": "___SSubmit_tlmdq_gg_",
34
+ "__SCancel": "___SCancel_tlmdq_gg_",
35
+ "__SNotice": "___SNotice_tlmdq_gg_",
36
+ "__SSuccess": "___SSuccess_tlmdq_gg_",
37
+ "__SEmail": "___SEmail_tlmdq_gg_"
38
38
  });
39
39
  var FeedbackForm = /*#__PURE__*/function (_Component) {
40
40
  _inherits(FeedbackForm, _Component);
@@ -18,8 +18,8 @@ var _isRetina = _interopRequireDefault(require("intergalactic/utils/lib/isRetina
18
18
  var _countries = _interopRequireDefault(require("./countries.json"));
19
19
  var _excluded = ["className"];
20
20
  /*__reshadow-styles__:"./style/flags.shadow.css"*/
21
- var styles = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SFlags_44skn_gg_{position:relative;display:inline-block;width:16px;height:16px}.___SFlags_44skn_gg_::after{content:\"\";position:absolute;top:3px;left:1px;display:block;width:14px;height:11px;background-color:var(--intergalactic-bg-secondary-neutral-active, #c4c7cf);z-index:-1}.___SFlags_44skn_gg_[data-capital-letters]{display:inline-flex;justify-content:center;align-items:center;background:var(--intergalactic-bg-primary-neutral-active, #e0e1e9)}.___SFlags_44skn_gg_[data-capital-letters]::before{content:attr(data-capital-letters);font-family:sans-serif;font-size:calc(var(--intergalactic-fs-50, 10px) - 2px);line-height:normal;font-weight:var(--intergalactic-bold, 700);color:var(--intergalactic-text-secondary, #6c6e79)}" /*__inner_css_end__*/, "44skn_gg_") /*__reshadow_css_end__*/, {
22
- "__SFlags": "___SFlags_44skn_gg_"
21
+ var styles = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SFlags_q9s9p_gg_{position:relative;display:inline-block;width:16px;height:16px}.___SFlags_q9s9p_gg_::after{content:\"\";position:absolute;top:3px;left:1px;display:block;width:14px;height:11px;background-color:var(--intergalactic-bg-secondary-neutral-active, #c4c7cf);z-index:-1}.___SFlags_q9s9p_gg_[data-capital-letters]{display:inline-flex;justify-content:center;align-items:center;background:var(--intergalactic-bg-primary-neutral-active, #e0e1e9)}.___SFlags_q9s9p_gg_[data-capital-letters]::before{content:attr(data-capital-letters);font-family:sans-serif;font-size:calc(var(--intergalactic-fs-50, 10px) - 2px);line-height:normal;font-weight:var(--intergalactic-bold, 700);color:var(--intergalactic-text-secondary, #6c6e79)}" /*__inner_css_end__*/, "q9s9p_gg_") /*__reshadow_css_end__*/, {
22
+ "__SFlags": "___SFlags_q9s9p_gg_"
23
23
  });
24
24
  var iso2Name = _countries["default"].iso2Name;
25
25
  exports.iso2Name = iso2Name;
@@ -27,7 +27,7 @@ var iso3iso2 = _countries["default"].iso3iso2;
27
27
 
28
28
  // @ts-ignore
29
29
  exports.iso3iso2 = iso3iso2;
30
- var version = "4.20.2";
30
+ var version = "4.21.0";
31
31
  var versionForClassName = version.split('.').join('_');
32
32
  var normalizeName = function normalizeName(name) {
33
33
  if (!name) return name;
@@ -12,14 +12,14 @@ import canUseDOM from 'intergalactic/utils/lib/canUseDOM';
12
12
  import isRetina from 'intergalactic/utils/lib/isRetina';
13
13
  import countries from './countries.json';
14
14
  /*__reshadow-styles__:"./style/flags.shadow.css"*/
15
- var styles = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SFlags_44skn_gg_{position:relative;display:inline-block;width:16px;height:16px}.___SFlags_44skn_gg_::after{content:\"\";position:absolute;top:3px;left:1px;display:block;width:14px;height:11px;background-color:var(--intergalactic-bg-secondary-neutral-active, #c4c7cf);z-index:-1}.___SFlags_44skn_gg_[data-capital-letters]{display:inline-flex;justify-content:center;align-items:center;background:var(--intergalactic-bg-primary-neutral-active, #e0e1e9)}.___SFlags_44skn_gg_[data-capital-letters]::before{content:attr(data-capital-letters);font-family:sans-serif;font-size:calc(var(--intergalactic-fs-50, 10px) - 2px);line-height:normal;font-weight:var(--intergalactic-bold, 700);color:var(--intergalactic-text-secondary, #6c6e79)}" /*__inner_css_end__*/, "44skn_gg_") /*__reshadow_css_end__*/, {
16
- "__SFlags": "___SFlags_44skn_gg_"
15
+ var styles = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SFlags_q9s9p_gg_{position:relative;display:inline-block;width:16px;height:16px}.___SFlags_q9s9p_gg_::after{content:\"\";position:absolute;top:3px;left:1px;display:block;width:14px;height:11px;background-color:var(--intergalactic-bg-secondary-neutral-active, #c4c7cf);z-index:-1}.___SFlags_q9s9p_gg_[data-capital-letters]{display:inline-flex;justify-content:center;align-items:center;background:var(--intergalactic-bg-primary-neutral-active, #e0e1e9)}.___SFlags_q9s9p_gg_[data-capital-letters]::before{content:attr(data-capital-letters);font-family:sans-serif;font-size:calc(var(--intergalactic-fs-50, 10px) - 2px);line-height:normal;font-weight:var(--intergalactic-bold, 700);color:var(--intergalactic-text-secondary, #6c6e79)}" /*__inner_css_end__*/, "q9s9p_gg_") /*__reshadow_css_end__*/, {
16
+ "__SFlags": "___SFlags_q9s9p_gg_"
17
17
  });
18
18
  export var iso2Name = countries.iso2Name;
19
19
  export var iso3iso2 = countries.iso3iso2;
20
20
 
21
21
  // @ts-ignore
22
- var version = "4.20.2";
22
+ var version = "4.21.0";
23
23
  var versionForClassName = version.split('.').join('_');
24
24
  var normalizeName = function normalizeName(name) {
25
25
  if (!name) return name;