intergalactic 15.86.0-prerelease.2 → 15.87.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 (286) hide show
  1. package/CHANGELOG.md +15 -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/lib/cjs/BaseTrigger.js +18 -18
  19. package/base-trigger/lib/cjs/ButtonTrigger.js +3 -3
  20. package/base-trigger/lib/cjs/FilterTrigger.js +7 -7
  21. package/base-trigger/lib/cjs/LinkTrigger.js +12 -12
  22. package/base-trigger/lib/es6/BaseTrigger.js +18 -18
  23. package/base-trigger/lib/es6/ButtonTrigger.js +3 -3
  24. package/base-trigger/lib/es6/FilterTrigger.js +7 -7
  25. package/base-trigger/lib/es6/LinkTrigger.js +12 -12
  26. package/breadcrumbs/lib/cjs/Breadcrumbs.js +6 -6
  27. package/breadcrumbs/lib/es6/Breadcrumbs.js +6 -6
  28. package/button/lib/cjs/Button.js +26 -26
  29. package/button/lib/cjs/style/button.shadow.css +2 -2
  30. package/button/lib/es6/Button.js +26 -26
  31. package/button/lib/es6/style/button.shadow.css +2 -2
  32. package/card/lib/cjs/Card.js +8 -8
  33. package/card/lib/es6/Card.js +8 -8
  34. package/carousel/lib/cjs/Carousel.js +19 -19
  35. package/carousel/lib/es6/Carousel.js +19 -19
  36. package/checkbox/lib/cjs/Checkbox.js +18 -18
  37. package/checkbox/lib/es6/Checkbox.js +18 -18
  38. package/color-picker/lib/cjs/ColorPicker.js +23 -23
  39. package/color-picker/lib/cjs/PaletteManager.js +23 -23
  40. package/color-picker/lib/cjs/components/InputColor.js +23 -23
  41. package/color-picker/lib/es6/ColorPicker.js +23 -23
  42. package/color-picker/lib/es6/PaletteManager.js +23 -23
  43. package/color-picker/lib/es6/components/InputColor.js +23 -23
  44. package/components.json +73 -73
  45. package/counter/lib/cjs/Counter.js +10 -10
  46. package/counter/lib/es6/Counter.js +10 -10
  47. package/d3-chart/lib/cjs/Area.js +11 -11
  48. package/d3-chart/lib/cjs/Axis.js +14 -14
  49. package/d3-chart/lib/cjs/Bar.js +10 -10
  50. package/d3-chart/lib/cjs/Bubble.js +12 -12
  51. package/d3-chart/lib/cjs/Donut.js +9 -9
  52. package/d3-chart/lib/cjs/Dots.js +8 -8
  53. package/d3-chart/lib/cjs/HorizontalBar.js +10 -10
  54. package/d3-chart/lib/cjs/Hover.js +3 -3
  55. package/d3-chart/lib/cjs/Line.js +9 -9
  56. package/d3-chart/lib/cjs/Plot.js +3 -3
  57. package/d3-chart/lib/cjs/Radar.js +19 -19
  58. package/d3-chart/lib/cjs/RadialTree.js +11 -11
  59. package/d3-chart/lib/cjs/ReferenceLine.js +9 -9
  60. package/d3-chart/lib/cjs/ScatterPlot.js +9 -9
  61. package/d3-chart/lib/cjs/Tooltip.js +9 -9
  62. package/d3-chart/lib/cjs/Venn.js +9 -9
  63. package/d3-chart/lib/cjs/a11y/PlotA11yModule.js +2 -2
  64. package/d3-chart/lib/cjs/a11y/PlotA11yView.js +2 -2
  65. package/d3-chart/lib/cjs/component/ChartLegend/LegendFlex/LegendFlex.js +4 -4
  66. package/d3-chart/lib/cjs/component/ChartLegend/LegendItem/LegendItem.js +17 -17
  67. package/d3-chart/lib/cjs/component/ChartLegend/LegendTable/LegendTable.js +6 -6
  68. package/d3-chart/lib/es6/Area.js +11 -11
  69. package/d3-chart/lib/es6/Axis.js +14 -14
  70. package/d3-chart/lib/es6/Bar.js +10 -10
  71. package/d3-chart/lib/es6/Bubble.js +12 -12
  72. package/d3-chart/lib/es6/Donut.js +9 -9
  73. package/d3-chart/lib/es6/Dots.js +8 -8
  74. package/d3-chart/lib/es6/HorizontalBar.js +10 -10
  75. package/d3-chart/lib/es6/Hover.js +3 -3
  76. package/d3-chart/lib/es6/Line.js +9 -9
  77. package/d3-chart/lib/es6/Plot.js +3 -3
  78. package/d3-chart/lib/es6/Radar.js +19 -19
  79. package/d3-chart/lib/es6/RadialTree.js +11 -11
  80. package/d3-chart/lib/es6/ReferenceLine.js +9 -9
  81. package/d3-chart/lib/es6/ScatterPlot.js +9 -9
  82. package/d3-chart/lib/es6/Tooltip.js +9 -9
  83. package/d3-chart/lib/es6/Venn.js +9 -9
  84. package/d3-chart/lib/es6/a11y/PlotA11yModule.js +2 -2
  85. package/d3-chart/lib/es6/a11y/PlotA11yView.js +2 -2
  86. package/d3-chart/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.js +4 -4
  87. package/d3-chart/lib/es6/component/ChartLegend/LegendItem/LegendItem.js +17 -17
  88. package/d3-chart/lib/es6/component/ChartLegend/LegendTable/LegendTable.js +6 -6
  89. package/data-table/lib/cjs/DataTable.js +37 -37
  90. package/data-table/lib/es6/DataTable.js +37 -37
  91. package/date-picker/lib/cjs/components/Calendar.js +21 -21
  92. package/date-picker/lib/cjs/components/DateRangeComparatorAbstract.js +29 -29
  93. package/date-picker/lib/cjs/components/InputTrigger.js +29 -29
  94. package/date-picker/lib/cjs/components/PickerAbstract.js +29 -29
  95. package/date-picker/lib/cjs/components/RangePickerAbstract.js +29 -29
  96. package/date-picker/lib/es6/components/Calendar.js +21 -21
  97. package/date-picker/lib/es6/components/DateRangeComparatorAbstract.js +29 -29
  98. package/date-picker/lib/es6/components/InputTrigger.js +29 -29
  99. package/date-picker/lib/es6/components/PickerAbstract.js +29 -29
  100. package/date-picker/lib/es6/components/RangePickerAbstract.js +29 -29
  101. package/divider/lib/cjs/Divider.js +9 -9
  102. package/divider/lib/es6/Divider.js +9 -9
  103. package/dot/lib/cjs/Dot.js +10 -10
  104. package/dot/lib/es6/Dot.js +10 -10
  105. package/drag-and-drop/lib/cjs/DragAndDrop.js +16 -16
  106. package/drag-and-drop/lib/es6/DragAndDrop.js +16 -16
  107. package/dropdown/lib/cjs/Dropdown.js +2 -2
  108. package/dropdown/lib/es6/Dropdown.js +2 -2
  109. package/dropdown-menu/lib/cjs/DropdownMenu.js +16 -16
  110. package/dropdown-menu/lib/cjs/styleScrollArea.js +6 -6
  111. package/dropdown-menu/lib/es6/DropdownMenu.js +16 -16
  112. package/dropdown-menu/lib/es6/styleScrollArea.js +6 -6
  113. package/ellipsis/lib/cjs/Ellipsis.js +10 -10
  114. package/ellipsis/lib/es6/Ellipsis.js +10 -10
  115. package/errors/lib/cjs/Error.js +9 -9
  116. package/errors/lib/es6/Error.js +9 -9
  117. package/feature-popover/lib/cjs/FeaturePopover.js +10 -10
  118. package/feature-popover/lib/es6/FeaturePopover.js +10 -10
  119. package/feedback-form/lib/cjs/FeedbackForm.js +7 -7
  120. package/feedback-form/lib/es6/FeedbackForm.js +7 -7
  121. package/flags/index.d.ts +1013 -1014
  122. package/flags/lib/cjs/Flags.js +4 -5
  123. package/flags/lib/cjs/Flags.js.map +1 -1
  124. package/flags/lib/cjs/index.d.js.map +1 -1
  125. package/flags/lib/es6/Flags.js +4 -5
  126. package/flags/lib/es6/Flags.js.map +1 -1
  127. package/flags/lib/es6/index.d.js.map +1 -1
  128. package/flags/lib/sprites/sprite@1x.css +256 -256
  129. package/flags/lib/sprites/sprite@2x.css +257 -257
  130. package/flags/lib/types/index.d.ts +1013 -1014
  131. package/flex-box/lib/cjs/Box/useBox.js +3 -3
  132. package/flex-box/lib/cjs/Flex/useFlex.js +3 -3
  133. package/flex-box/lib/cjs/invalid-state-box/InvalidStateBox.js +2 -2
  134. package/flex-box/lib/es6/Box/useBox.js +3 -3
  135. package/flex-box/lib/es6/Flex/useFlex.js +3 -3
  136. package/flex-box/lib/es6/invalid-state-box/InvalidStateBox.js +2 -2
  137. package/format-text/lib/cjs/FormatText.js +5 -5
  138. package/format-text/lib/es6/FormatText.js +5 -5
  139. package/fullscreen-modal/lib/cjs/FullscreenModal.js +13 -13
  140. package/fullscreen-modal/lib/es6/FullscreenModal.js +13 -13
  141. package/grid/lib/cjs/Grid.js +114 -114
  142. package/grid/lib/es6/Grid.js +114 -114
  143. package/icon/color/Confluence/l/index.js +4 -4
  144. package/icon/color/Confluence/l/index.mjs +4 -4
  145. package/icon/color/Confluence/m/index.js +4 -4
  146. package/icon/color/Confluence/m/index.mjs +4 -4
  147. package/icon/color/MicrosoftOffice/l/index.js +10 -10
  148. package/icon/color/MicrosoftOffice/l/index.mjs +10 -10
  149. package/icon/color/MicrosoftOffice/m/index.js +10 -10
  150. package/icon/color/MicrosoftOffice/m/index.mjs +10 -10
  151. package/icon/lib/cjs/Icon.js +5 -5
  152. package/icon/lib/es6/Icon.js +5 -5
  153. package/icon/pay/Discover/l/index.js +1 -1
  154. package/icon/pay/Discover/l/index.mjs +1 -1
  155. package/icon/pay/Discover/m/index.js +1 -1
  156. package/icon/pay/Discover/m/index.mjs +1 -1
  157. package/icon/pay/JCB/l/index.js +10 -10
  158. package/icon/pay/JCB/l/index.mjs +10 -10
  159. package/icon/pay/JCB/m/index.js +10 -10
  160. package/icon/pay/JCB/m/index.mjs +10 -10
  161. package/icon/pay/Visa/l/index.js +2 -2
  162. package/icon/pay/Visa/l/index.mjs +2 -2
  163. package/icon/pay/Visa/m/index.js +2 -2
  164. package/icon/pay/Visa/m/index.mjs +2 -2
  165. package/illustration/lib/cjs/index.js +1 -1
  166. package/illustration/lib/es6/index.js +1 -1
  167. package/inline-edit/lib/cjs/InlineEdit.js +4 -4
  168. package/inline-edit/lib/es6/InlineEdit.js +4 -4
  169. package/inline-input/lib/cjs/InlineInput.js +18 -18
  170. package/inline-input/lib/es6/InlineInput.js +18 -18
  171. package/input/lib/cjs/Input.js +17 -17
  172. package/input/lib/es6/Input.js +17 -17
  173. package/input-mask/lib/cjs/InputMask.js +6 -6
  174. package/input-mask/lib/es6/InputMask.js +6 -6
  175. package/input-number/lib/cjs/InputNumber.js +9 -9
  176. package/input-number/lib/es6/InputNumber.js +9 -9
  177. package/input-tags/lib/cjs/InputTags.js +12 -12
  178. package/input-tags/lib/es6/InputTags.js +12 -12
  179. package/link/lib/cjs/Link.js +12 -12
  180. package/link/lib/es6/Link.js +12 -12
  181. package/mini-chart/lib/cjs/component/score/Donut.js +9 -9
  182. package/mini-chart/lib/cjs/component/score/Line.js +17 -17
  183. package/mini-chart/lib/cjs/component/trend/Bar.js +7 -7
  184. package/mini-chart/lib/cjs/component/trend/Line.js +7 -7
  185. package/mini-chart/lib/es6/component/score/Donut.js +9 -9
  186. package/mini-chart/lib/es6/component/score/Line.js +17 -17
  187. package/mini-chart/lib/es6/component/trend/Bar.js +7 -7
  188. package/mini-chart/lib/es6/component/trend/Line.js +7 -7
  189. package/modal/lib/cjs/Modal.js +9 -9
  190. package/modal/lib/es6/Modal.js +9 -9
  191. package/notice/lib/cjs/Notice.js +13 -13
  192. package/notice/lib/es6/Notice.js +13 -13
  193. package/notice-bubble/lib/cjs/NoticeBubble.js +12 -12
  194. package/notice-bubble/lib/es6/NoticeBubble.js +12 -12
  195. package/notice-global/lib/cjs/NoticeGlobal.js +11 -11
  196. package/notice-global/lib/es6/NoticeGlobal.js +11 -11
  197. package/package.json +1 -1
  198. package/pagination/lib/cjs/Pagination.js +10 -10
  199. package/pagination/lib/es6/Pagination.js +10 -10
  200. package/pills/lib/cjs/Pills.js +13 -13
  201. package/pills/lib/es6/Pills.js +13 -13
  202. package/popper/lib/cjs/Popper.js +6 -6
  203. package/popper/lib/es6/Popper.js +6 -6
  204. package/product-head/lib/cjs/Info.js +4 -4
  205. package/product-head/lib/cjs/ProductHead.js +5 -5
  206. package/product-head/lib/cjs/Title.js +4 -4
  207. package/product-head/lib/es6/Info.js +4 -4
  208. package/product-head/lib/es6/ProductHead.js +5 -5
  209. package/product-head/lib/es6/Title.js +4 -4
  210. package/progress-bar/lib/cjs/ProgressBar.js +15 -15
  211. package/progress-bar/lib/es6/ProgressBar.js +15 -15
  212. package/radio/lib/cjs/Radio.js +16 -16
  213. package/radio/lib/es6/Radio.js +16 -16
  214. package/scroll-area/lib/cjs/ScrollArea.js +21 -21
  215. package/scroll-area/lib/cjs/ScrollBar.js +6 -6
  216. package/scroll-area/lib/es6/ScrollArea.js +21 -21
  217. package/scroll-area/lib/es6/ScrollBar.js +6 -6
  218. package/select/lib/cjs/InputSearch.js +6 -6
  219. package/select/lib/cjs/Select.js +8 -8
  220. package/select/lib/es6/InputSearch.js +6 -6
  221. package/select/lib/es6/Select.js +8 -8
  222. package/side-panel/lib/cjs/SidePanel.js +15 -15
  223. package/side-panel/lib/es6/SidePanel.js +15 -15
  224. package/skeleton/lib/cjs/Charts/Area.js +9 -9
  225. package/skeleton/lib/cjs/Charts/Bar.js +9 -9
  226. package/skeleton/lib/cjs/Charts/Bubble.js +9 -9
  227. package/skeleton/lib/cjs/Charts/Donut.js +9 -9
  228. package/skeleton/lib/cjs/Charts/Histogram.js +9 -9
  229. package/skeleton/lib/cjs/Charts/Line.js +9 -9
  230. package/skeleton/lib/cjs/Charts/RadialTree.js +9 -9
  231. package/skeleton/lib/cjs/Charts/ScatterPlot.js +9 -9
  232. package/skeleton/lib/cjs/Charts/Venn.js +9 -9
  233. package/skeleton/lib/cjs/Skeleton.js +8 -8
  234. package/skeleton/lib/es6/Charts/Area.js +9 -9
  235. package/skeleton/lib/es6/Charts/Bar.js +9 -9
  236. package/skeleton/lib/es6/Charts/Bubble.js +9 -9
  237. package/skeleton/lib/es6/Charts/Donut.js +9 -9
  238. package/skeleton/lib/es6/Charts/Histogram.js +9 -9
  239. package/skeleton/lib/es6/Charts/Line.js +9 -9
  240. package/skeleton/lib/es6/Charts/RadialTree.js +9 -9
  241. package/skeleton/lib/es6/Charts/ScatterPlot.js +9 -9
  242. package/skeleton/lib/es6/Charts/Venn.js +9 -9
  243. package/skeleton/lib/es6/Skeleton.js +8 -8
  244. package/slider/lib/cjs/Slider.js +8 -8
  245. package/slider/lib/es6/Slider.js +8 -8
  246. package/spin/lib/cjs/Spin.js +13 -13
  247. package/spin/lib/es6/Spin.js +13 -13
  248. package/spin-container/lib/cjs/SpinContainer.js +8 -8
  249. package/spin-container/lib/es6/SpinContainer.js +8 -8
  250. package/sticky/lib/cjs/Sticky.js +2 -2
  251. package/sticky/lib/es6/Sticky.js +2 -2
  252. package/switch/lib/cjs/Switch.js +21 -21
  253. package/switch/lib/es6/Switch.js +21 -21
  254. package/tab-line/lib/cjs/TabLine.js +13 -13
  255. package/tab-line/lib/es6/TabLine.js +13 -13
  256. package/tab-panel/lib/cjs/TabPanel.js +8 -8
  257. package/tab-panel/lib/es6/TabPanel.js +8 -8
  258. package/tag/lib/cjs/Tag.js +20 -20
  259. package/tag/lib/es6/Tag.js +20 -20
  260. package/textarea/lib/cjs/Textarea.js +8 -8
  261. package/textarea/lib/es6/Textarea.js +8 -8
  262. package/time-picker/lib/cjs/TimePicker.js +12 -12
  263. package/time-picker/lib/es6/TimePicker.js +12 -12
  264. package/tooltip/lib/cjs/Tooltip.js +9 -9
  265. package/tooltip/lib/es6/Tooltip.js +9 -9
  266. package/typography/lib/cjs/Blockquote.js +4 -4
  267. package/typography/lib/cjs/Hint.js +7 -7
  268. package/typography/lib/cjs/List.js +5 -5
  269. package/typography/lib/cjs/Text.js +34 -34
  270. package/typography/lib/es6/Blockquote.js +4 -4
  271. package/typography/lib/es6/Hint.js +7 -7
  272. package/typography/lib/es6/List.js +5 -5
  273. package/typography/lib/es6/Text.js +34 -34
  274. package/utils/lib/components/invalid-state-pattern/InvalidStatePattern.js +2 -2
  275. package/utils/lib/components/invalid-state-pattern/InvalidStatePattern.mjs +2 -2
  276. package/utils/lib/enhances/keyboardFocusEnhance.d.ts +1 -0
  277. package/utils/lib/enhances/keyboardFocusEnhance.js +2 -2
  278. package/utils/lib/enhances/keyboardFocusEnhance.js.map +1 -1
  279. package/utils/lib/enhances/keyboardFocusEnhance.mjs +2 -2
  280. package/utils/lib/enhances/keyboardFocusEnhance.mjs.map +1 -1
  281. package/utils/lib/injectStyle.js +1 -1
  282. package/utils/lib/injectStyle.mjs +1 -1
  283. package/widget-empty/lib/cjs/WidgetEmpty.js +5 -5
  284. package/widget-empty/lib/es6/WidgetEmpty.js +5 -5
  285. package/wizard/lib/cjs/Wizard.js +11 -11
  286. package/wizard/lib/es6/Wizard.js +11 -11
@@ -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_91bp5_gg_{max-width:320px}.___SCancel_91bp5_gg_,.___SSubmit_91bp5_gg_{display:inline-flex;margin-right:var(--intergalactic-spacing-2x, 8px)}.___SNotice_91bp5_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_91bp5_gg_{display:flex;align-items:center;flex-direction:column;width:320px;padding:var(--intergalactic-spacing-10x, 40px);box-sizing:border-box}.___SEmail_91bp5_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__*/, "91bp5_gg_") /*__reshadow_css_end__*/, {
32
- "__SFeedbackForm": "___SFeedbackForm_91bp5_gg_",
33
- "__SSubmit": "___SSubmit_91bp5_gg_",
34
- "__SCancel": "___SCancel_91bp5_gg_",
35
- "__SNotice": "___SNotice_91bp5_gg_",
36
- "__SSuccess": "___SSuccess_91bp5_gg_",
37
- "__SEmail": "___SEmail_91bp5_gg_"
31
+ var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SFeedbackForm_1wfx7_gg_{max-width:320px}.___SCancel_1wfx7_gg_,.___SSubmit_1wfx7_gg_{display:inline-flex;margin-right:var(--intergalactic-spacing-2x, 8px)}.___SNotice_1wfx7_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_1wfx7_gg_{display:flex;align-items:center;flex-direction:column;width:320px;padding:var(--intergalactic-spacing-10x, 40px);box-sizing:border-box}.___SEmail_1wfx7_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__*/, "1wfx7_gg_") /*__reshadow_css_end__*/, {
32
+ "__SFeedbackForm": "___SFeedbackForm_1wfx7_gg_",
33
+ "__SSubmit": "___SSubmit_1wfx7_gg_",
34
+ "__SCancel": "___SCancel_1wfx7_gg_",
35
+ "__SNotice": "___SNotice_1wfx7_gg_",
36
+ "__SSuccess": "___SSuccess_1wfx7_gg_",
37
+ "__SEmail": "___SEmail_1wfx7_gg_"
38
38
  });
39
39
  var FeedbackForm = /*#__PURE__*/function (_Component) {
40
40
  _inherits(FeedbackForm, _Component);