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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (304) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/accordion/lib/cjs/Accordion.js +9 -9
  3. package/accordion/lib/es6/Accordion.js +9 -9
  4. package/accordion/lib/esm/Accordion.mjs +60 -60
  5. package/accordion/package.json +1 -1
  6. package/add-filter/package.json +1 -1
  7. package/animation/package.json +1 -1
  8. package/badge/package.json +1 -1
  9. package/base-trigger/lib/cjs/BaseTrigger.js +18 -18
  10. package/base-trigger/lib/cjs/ButtonTrigger.js +3 -3
  11. package/base-trigger/lib/cjs/FilterTrigger.js +7 -7
  12. package/base-trigger/lib/cjs/LinkTrigger.js +12 -12
  13. package/base-trigger/lib/es6/BaseTrigger.js +18 -18
  14. package/base-trigger/lib/es6/ButtonTrigger.js +3 -3
  15. package/base-trigger/lib/es6/FilterTrigger.js +7 -7
  16. package/base-trigger/lib/es6/LinkTrigger.js +12 -12
  17. package/base-trigger/lib/esm/BaseTrigger.mjs +50 -50
  18. package/base-trigger/lib/esm/ButtonTrigger.mjs +20 -20
  19. package/base-trigger/lib/esm/FilterTrigger.mjs +79 -79
  20. package/base-trigger/lib/esm/LinkTrigger.mjs +44 -44
  21. package/base-trigger/package.json +1 -1
  22. package/breadcrumbs/lib/cjs/Breadcrumbs.js +8 -8
  23. package/breadcrumbs/lib/es6/Breadcrumbs.js +8 -8
  24. package/breadcrumbs/lib/esm/Breadcrumbs.mjs +41 -41
  25. package/breadcrumbs/package.json +1 -1
  26. package/breakpoints/package.json +1 -1
  27. package/bulk-textarea/lib/cjs/components/InputField/InputField.js +12 -12
  28. package/bulk-textarea/lib/es6/components/InputField/InputField.js +12 -12
  29. package/bulk-textarea/lib/esm/components/InputField/InputField.mjs +171 -171
  30. package/bulk-textarea/package.json +1 -1
  31. package/button/package.json +1 -1
  32. package/card/lib/cjs/Card.js +6 -6
  33. package/card/lib/es6/Card.js +6 -6
  34. package/card/lib/esm/Card.mjs +14 -14
  35. package/card/package.json +1 -1
  36. package/carousel/lib/cjs/Carousel.js +21 -21
  37. package/carousel/lib/es6/Carousel.js +21 -21
  38. package/carousel/lib/esm/Carousel.mjs +72 -72
  39. package/carousel/package.json +1 -1
  40. package/checkbox/package.json +1 -1
  41. package/color-picker/lib/cjs/ColorPicker.js +24 -24
  42. package/color-picker/lib/cjs/PaletteManager.js +24 -24
  43. package/color-picker/lib/cjs/components/InputColor.js +24 -24
  44. package/color-picker/lib/es6/ColorPicker.js +24 -24
  45. package/color-picker/lib/es6/PaletteManager.js +24 -24
  46. package/color-picker/lib/es6/components/InputColor.js +24 -24
  47. package/color-picker/lib/esm/ColorPicker.mjs +70 -70
  48. package/color-picker/lib/esm/PaletteManager.mjs +53 -53
  49. package/color-picker/lib/esm/components/InputColor.mjs +64 -64
  50. package/color-picker/package.json +1 -1
  51. package/components.json +29 -29
  52. package/core/package.json +1 -1
  53. package/counter/package.json +1 -1
  54. package/d3-chart/lib/cjs/Area.js +11 -11
  55. package/d3-chart/lib/cjs/Axis.js +14 -14
  56. package/d3-chart/lib/cjs/Bar.js +16 -16
  57. package/d3-chart/lib/cjs/Bubble.js +12 -12
  58. package/d3-chart/lib/cjs/CompactHorizontalBar.js +16 -16
  59. package/d3-chart/lib/cjs/Donut.js +9 -9
  60. package/d3-chart/lib/cjs/Dots.js +8 -8
  61. package/d3-chart/lib/cjs/HorizontalBar.js +16 -16
  62. package/d3-chart/lib/cjs/Hover.js +3 -3
  63. package/d3-chart/lib/cjs/Line.js +9 -9
  64. package/d3-chart/lib/cjs/Plot.js +3 -3
  65. package/d3-chart/lib/cjs/Radar.js +19 -19
  66. package/d3-chart/lib/cjs/RadialTree.js +12 -12
  67. package/d3-chart/lib/cjs/Reference.js +12 -12
  68. package/d3-chart/lib/cjs/ScatterPlot.js +9 -9
  69. package/d3-chart/lib/cjs/Tooltip.js +9 -9
  70. package/d3-chart/lib/cjs/Venn.js +9 -9
  71. package/d3-chart/lib/cjs/a11y/PlotA11yModule.js +2 -2
  72. package/d3-chart/lib/cjs/a11y/PlotA11yView.js +2 -2
  73. package/d3-chart/lib/cjs/component/ChartLegend/LegendFlex/LegendFlex.js +4 -4
  74. package/d3-chart/lib/cjs/component/ChartLegend/LegendItem/LegendItem.js +17 -17
  75. package/d3-chart/lib/cjs/component/ChartLegend/LegendTable/LegendTable.js +6 -6
  76. package/d3-chart/lib/es6/Area.js +11 -11
  77. package/d3-chart/lib/es6/Axis.js +14 -14
  78. package/d3-chart/lib/es6/Bar.js +16 -16
  79. package/d3-chart/lib/es6/Bubble.js +12 -12
  80. package/d3-chart/lib/es6/CompactHorizontalBar.js +16 -16
  81. package/d3-chart/lib/es6/Donut.js +9 -9
  82. package/d3-chart/lib/es6/Dots.js +8 -8
  83. package/d3-chart/lib/es6/HorizontalBar.js +16 -16
  84. package/d3-chart/lib/es6/Hover.js +3 -3
  85. package/d3-chart/lib/es6/Line.js +9 -9
  86. package/d3-chart/lib/es6/Plot.js +3 -3
  87. package/d3-chart/lib/es6/Radar.js +19 -19
  88. package/d3-chart/lib/es6/RadialTree.js +12 -12
  89. package/d3-chart/lib/es6/Reference.js +12 -12
  90. package/d3-chart/lib/es6/ScatterPlot.js +9 -9
  91. package/d3-chart/lib/es6/Tooltip.js +9 -9
  92. package/d3-chart/lib/es6/Venn.js +9 -9
  93. package/d3-chart/lib/es6/a11y/PlotA11yModule.js +2 -2
  94. package/d3-chart/lib/es6/a11y/PlotA11yView.js +2 -2
  95. package/d3-chart/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.js +4 -4
  96. package/d3-chart/lib/es6/component/ChartLegend/LegendItem/LegendItem.js +17 -17
  97. package/d3-chart/lib/es6/component/ChartLegend/LegendTable/LegendTable.js +6 -6
  98. package/d3-chart/lib/esm/semcore/d3-chart/src/Area.mjs +68 -68
  99. package/d3-chart/lib/esm/semcore/d3-chart/src/Axis.mjs +154 -154
  100. package/d3-chart/lib/esm/semcore/d3-chart/src/Bar.mjs +62 -62
  101. package/d3-chart/lib/esm/semcore/d3-chart/src/Bubble.mjs +78 -78
  102. package/d3-chart/lib/esm/semcore/d3-chart/src/CompactHorizontalBar.mjs +99 -99
  103. package/d3-chart/lib/esm/semcore/d3-chart/src/Donut.mjs +129 -129
  104. package/d3-chart/lib/esm/semcore/d3-chart/src/Dots.mjs +35 -35
  105. package/d3-chart/lib/esm/semcore/d3-chart/src/HorizontalBar.mjs +54 -54
  106. package/d3-chart/lib/esm/semcore/d3-chart/src/Hover.mjs +17 -17
  107. package/d3-chart/lib/esm/semcore/d3-chart/src/Line.mjs +85 -85
  108. package/d3-chart/lib/esm/semcore/d3-chart/src/Plot.mjs +25 -25
  109. package/d3-chart/lib/esm/semcore/d3-chart/src/Radar.mjs +138 -138
  110. package/d3-chart/lib/esm/semcore/d3-chart/src/RadialTree.mjs +95 -95
  111. package/d3-chart/lib/esm/semcore/d3-chart/src/Reference.mjs +65 -65
  112. package/d3-chart/lib/esm/semcore/d3-chart/src/ScatterPlot.mjs +63 -63
  113. package/d3-chart/lib/esm/semcore/d3-chart/src/Tooltip.mjs +66 -66
  114. package/d3-chart/lib/esm/semcore/d3-chart/src/Venn.mjs +62 -62
  115. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/PlotA11yModule.mjs +31 -31
  116. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/PlotA11yView.mjs +33 -33
  117. package/d3-chart/lib/esm/semcore/d3-chart/src/component/ChartLegend/LegendFlex/LegendFlex.mjs +20 -20
  118. package/d3-chart/lib/esm/semcore/d3-chart/src/component/ChartLegend/LegendItem/LegendItem.mjs +101 -101
  119. package/d3-chart/lib/esm/semcore/d3-chart/src/component/ChartLegend/LegendTable/LegendTable.mjs +34 -34
  120. package/d3-chart/package.json +1 -1
  121. package/data-table/lib/cjs/Body.js +3 -3
  122. package/data-table/lib/cjs/DataTable.js +36 -36
  123. package/data-table/lib/es6/Body.js +3 -3
  124. package/data-table/lib/es6/DataTable.js +36 -36
  125. package/data-table/lib/esm/Body.mjs +69 -69
  126. package/data-table/lib/esm/DataTable.mjs +253 -253
  127. package/data-table/package.json +1 -1
  128. package/date-picker/lib/cjs/components/Calendar.js +21 -21
  129. package/date-picker/lib/cjs/components/DateRangeComparatorAbstract.js +29 -29
  130. package/date-picker/lib/cjs/components/InputTrigger.js +29 -29
  131. package/date-picker/lib/cjs/components/PickerAbstract.js +29 -29
  132. package/date-picker/lib/cjs/components/RangePickerAbstract.js +29 -29
  133. package/date-picker/lib/es6/components/Calendar.js +21 -21
  134. package/date-picker/lib/es6/components/DateRangeComparatorAbstract.js +29 -29
  135. package/date-picker/lib/es6/components/InputTrigger.js +29 -29
  136. package/date-picker/lib/es6/components/PickerAbstract.js +29 -29
  137. package/date-picker/lib/es6/components/RangePickerAbstract.js +29 -29
  138. package/date-picker/lib/esm/components/Calendar.mjs +151 -151
  139. package/date-picker/lib/esm/components/DateRangeComparatorAbstract.mjs +158 -158
  140. package/date-picker/lib/esm/components/InputTrigger.mjs +232 -232
  141. package/date-picker/lib/esm/components/PickerAbstract.mjs +89 -89
  142. package/date-picker/lib/esm/components/RangePickerAbstract.mjs +124 -124
  143. package/date-picker/package.json +1 -1
  144. package/divider/package.json +1 -1
  145. package/dot/package.json +1 -1
  146. package/drag-and-drop/lib/cjs/DragAndDrop.js +17 -17
  147. package/drag-and-drop/lib/es6/DragAndDrop.js +17 -17
  148. package/drag-and-drop/lib/esm/DragAndDrop.mjs +225 -225
  149. package/drag-and-drop/package.json +1 -1
  150. package/dropdown/package.json +1 -1
  151. package/dropdown-menu/lib/cjs/DropdownMenu.js +18 -18
  152. package/dropdown-menu/lib/es6/DropdownMenu.js +18 -18
  153. package/dropdown-menu/lib/esm/DropdownMenu.mjs +143 -143
  154. package/dropdown-menu/package.json +1 -1
  155. package/ellipsis/package.json +1 -1
  156. package/errors/package.json +1 -1
  157. package/feature-popover/lib/cjs/FeaturePopover.js +11 -11
  158. package/feature-popover/lib/es6/FeaturePopover.js +11 -11
  159. package/feature-popover/lib/esm/FeaturePopover.mjs +47 -47
  160. package/feature-popover/package.json +1 -1
  161. package/feedback-form/lib/cjs/FeedbackForm.js +7 -7
  162. package/feedback-form/lib/cjs/component/checkbox-button/CheckboxButton.js +3 -3
  163. package/feedback-form/lib/cjs/component/feedback-rating/FeedbackRating.js +2 -2
  164. package/feedback-form/lib/cjs/component/slider-rating/SliderRating.js +7 -7
  165. package/feedback-form/lib/es6/FeedbackForm.js +7 -7
  166. package/feedback-form/lib/es6/component/checkbox-button/CheckboxButton.js +3 -3
  167. package/feedback-form/lib/es6/component/feedback-rating/FeedbackRating.js +2 -2
  168. package/feedback-form/lib/es6/component/slider-rating/SliderRating.js +7 -7
  169. package/feedback-form/lib/esm/FeedbackForm.mjs +51 -51
  170. package/feedback-form/lib/esm/component/checkbox-button/CheckboxButton.mjs +21 -21
  171. package/feedback-form/lib/esm/component/feedback-rating/FeedbackRating.mjs +41 -41
  172. package/feedback-form/lib/esm/component/slider-rating/SliderRating.mjs +75 -75
  173. package/feedback-form/package.json +1 -1
  174. package/flags/package.json +1 -1
  175. package/flex-box/package.json +1 -1
  176. package/format-text/package.json +1 -1
  177. package/fullscreen-modal/lib/cjs/FullscreenModal.js +13 -13
  178. package/fullscreen-modal/lib/es6/FullscreenModal.js +13 -13
  179. package/fullscreen-modal/lib/esm/FullscreenModal.mjs +44 -44
  180. package/fullscreen-modal/package.json +1 -1
  181. package/grid/package.json +1 -1
  182. package/i18n-unplugin/package.json +1 -1
  183. package/icon/color/Confluence/l/index.js +4 -4
  184. package/icon/color/Confluence/l/index.mjs +4 -4
  185. package/icon/color/Confluence/m/index.js +4 -4
  186. package/icon/color/Confluence/m/index.mjs +4 -4
  187. package/icon/color/MetaColored/l/index.js +4 -4
  188. package/icon/color/MetaColored/l/index.mjs +4 -4
  189. package/icon/color/MetaColored/m/index.js +4 -4
  190. package/icon/color/MetaColored/m/index.mjs +4 -4
  191. package/icon/color/MicrosoftOffice/l/index.js +10 -10
  192. package/icon/color/MicrosoftOffice/l/index.mjs +10 -10
  193. package/icon/color/MicrosoftOffice/m/index.js +10 -10
  194. package/icon/color/MicrosoftOffice/m/index.mjs +10 -10
  195. package/icon/lib/cjs/Icon.js +5 -5
  196. package/icon/lib/es6/Icon.js +5 -5
  197. package/icon/lib/esm/Icon.mjs +33 -33
  198. package/icon/package.json +1 -1
  199. package/icon/pay/Discover/l/index.js +1 -1
  200. package/icon/pay/Discover/l/index.mjs +1 -1
  201. package/icon/pay/Discover/m/index.js +1 -1
  202. package/icon/pay/Discover/m/index.mjs +1 -1
  203. package/icon/pay/JCB/l/index.js +10 -10
  204. package/icon/pay/JCB/l/index.mjs +10 -10
  205. package/icon/pay/JCB/m/index.js +10 -10
  206. package/icon/pay/JCB/m/index.mjs +10 -10
  207. package/icon/pay/Visa/l/index.js +2 -2
  208. package/icon/pay/Visa/l/index.mjs +2 -2
  209. package/icon/pay/Visa/m/index.js +2 -2
  210. package/icon/pay/Visa/m/index.mjs +2 -2
  211. package/icon/platform/AIToolkit/index.d.ts +6 -0
  212. package/icon/platform/AIToolkit/index.js +36 -0
  213. package/icon/platform/AIToolkit/index.mjs +25 -0
  214. package/icon/platform/SEOToolkit/index.js +2 -2
  215. package/icon/platform/SEOToolkit/index.mjs +2 -2
  216. package/illustration/package.json +1 -1
  217. package/inline-edit/package.json +1 -1
  218. package/inline-input/lib/cjs/InlineInput.js +14 -14
  219. package/inline-input/lib/es6/InlineInput.js +14 -14
  220. package/inline-input/lib/esm/InlineInput.mjs +127 -127
  221. package/inline-input/package.json +1 -1
  222. package/input/package.json +1 -1
  223. package/input-mask/package.json +1 -1
  224. package/input-number/package.json +1 -1
  225. package/input-tags/package.json +1 -1
  226. package/link/package.json +1 -1
  227. package/mini-chart/package.json +1 -1
  228. package/modal/lib/cjs/Modal.js +8 -8
  229. package/modal/lib/es6/Modal.js +8 -8
  230. package/modal/lib/esm/Modal.mjs +96 -96
  231. package/modal/package.json +1 -1
  232. package/neighbor-location/package.json +1 -1
  233. package/notice/lib/cjs/Notice.js +16 -16
  234. package/notice/lib/es6/Notice.js +16 -16
  235. package/notice/lib/esm/Notice.mjs +73 -73
  236. package/notice/package.json +1 -1
  237. package/notice-bubble/lib/cjs/NoticeBubble.js +15 -15
  238. package/notice-bubble/lib/es6/NoticeBubble.js +15 -15
  239. package/notice-bubble/lib/esm/NoticeBubble.mjs +123 -123
  240. package/notice-bubble/package.json +1 -1
  241. package/notice-global/lib/cjs/NoticeGlobal.js +11 -11
  242. package/notice-global/lib/es6/NoticeGlobal.js +11 -11
  243. package/notice-global/lib/esm/NoticeGlobal.mjs +49 -49
  244. package/notice-global/package.json +1 -1
  245. package/outside-click/package.json +1 -1
  246. package/package.json +1 -1
  247. package/pagination/lib/cjs/Pagination.js +12 -12
  248. package/pagination/lib/es6/Pagination.js +12 -12
  249. package/pagination/lib/esm/Pagination.mjs +13 -13
  250. package/pagination/package.json +1 -1
  251. package/pills/package.json +1 -1
  252. package/popper/package.json +1 -1
  253. package/portal/package.json +1 -1
  254. package/product-head/package.json +1 -1
  255. package/progress-bar/package.json +1 -1
  256. package/radio/package.json +1 -1
  257. package/scroll-area/package.json +1 -1
  258. package/select/lib/cjs/InputSearch.js +6 -6
  259. package/select/lib/cjs/Select.js +8 -8
  260. package/select/lib/es6/InputSearch.js +6 -6
  261. package/select/lib/es6/Select.js +8 -8
  262. package/select/lib/esm/InputSearch.mjs +35 -35
  263. package/select/lib/esm/Select.mjs +60 -60
  264. package/select/package.json +1 -1
  265. package/side-panel/lib/cjs/SidePanel.js +16 -16
  266. package/side-panel/lib/es6/SidePanel.js +16 -16
  267. package/side-panel/lib/esm/SidePanel.mjs +56 -56
  268. package/side-panel/package.json +1 -1
  269. package/skeleton/package.json +1 -1
  270. package/slider/package.json +1 -1
  271. package/spin/package.json +1 -1
  272. package/spin-container/package.json +1 -1
  273. package/sticky/package.json +1 -1
  274. package/switch/package.json +1 -1
  275. package/tab-line/package.json +1 -1
  276. package/tab-panel/package.json +1 -1
  277. package/tag/lib/cjs/Tag.js +23 -23
  278. package/tag/lib/es6/Tag.js +23 -23
  279. package/tag/lib/esm/Tag.mjs +184 -184
  280. package/tag/package.json +1 -1
  281. package/textarea/package.json +1 -1
  282. package/time-picker/lib/cjs/TimePicker.js +12 -12
  283. package/time-picker/lib/es6/TimePicker.js +12 -12
  284. package/time-picker/lib/esm/TimePicker.mjs +93 -93
  285. package/time-picker/package.json +1 -1
  286. package/tooltip/package.json +1 -1
  287. package/typography/lib/cjs/Blockquote.js +4 -4
  288. package/typography/lib/cjs/Hint.js +7 -7
  289. package/typography/lib/cjs/List.js +5 -5
  290. package/typography/lib/cjs/Text.js +34 -34
  291. package/typography/lib/es6/Blockquote.js +4 -4
  292. package/typography/lib/es6/Hint.js +7 -7
  293. package/typography/lib/es6/List.js +5 -5
  294. package/typography/lib/es6/Text.js +34 -34
  295. package/typography/lib/esm/Blockquote.mjs +20 -20
  296. package/typography/lib/esm/Hint.mjs +19 -19
  297. package/typography/lib/esm/List.mjs +36 -36
  298. package/typography/lib/esm/Text.mjs +53 -53
  299. package/typography/package.json +1 -1
  300. package/widget-empty/package.json +1 -1
  301. package/wizard/lib/cjs/Wizard.js +12 -12
  302. package/wizard/lib/es6/Wizard.js +12 -12
  303. package/wizard/lib/esm/Wizard.mjs +94 -94
  304. package/wizard/package.json +1 -1
@@ -1,48 +1,48 @@
1
- import w from "@babel/runtime/helpers/esm/extends";
1
+ import x from "@babel/runtime/helpers/esm/extends";
2
2
  import d from "@babel/runtime/helpers/esm/objectSpread2";
3
- import x from "@babel/runtime/helpers/esm/objectWithoutProperties";
4
- import j from "@babel/runtime/helpers/esm/classCallCheck";
5
- import F from "@babel/runtime/helpers/esm/createClass";
6
- import L from "@babel/runtime/helpers/esm/assertThisInitialized";
7
- import M from "@babel/runtime/helpers/esm/inherits";
8
- import P from "@babel/runtime/helpers/esm/createSuper";
3
+ import y from "@babel/runtime/helpers/esm/objectWithoutProperties";
4
+ import F from "@babel/runtime/helpers/esm/classCallCheck";
5
+ import L from "@babel/runtime/helpers/esm/createClass";
6
+ import M from "@babel/runtime/helpers/esm/assertThisInitialized";
7
+ import j from "@babel/runtime/helpers/esm/inherits";
8
+ import z from "@babel/runtime/helpers/esm/createSuper";
9
9
  import l from "@babel/runtime/helpers/esm/defineProperty";
10
- import { sstyled as N } from 'intergalactic/utils/lib/core/index';
11
- import B, { sstyled as u, Component as I, assignProps as g } from 'intergalactic/core';
10
+ import { sstyled as P } from 'intergalactic/utils/lib/core/index';
11
+ import N, { sstyled as u, Component as B, assignProps as h } from 'intergalactic/core';
12
12
  import s from "react";
13
- import { Form as f, Field as Z } from "react-final-form";
14
- import $ from "final-form-focus";
15
- import A from 'intergalactic/button';
16
- import D from 'intergalactic/spin-container';
17
- import { NoticeSmart as O } from 'intergalactic/notice';
13
+ import { Form as f, Field as I } from "react-final-form";
14
+ import Z from "final-form-focus";
15
+ import $ from 'intergalactic/button';
16
+ import A from 'intergalactic/spin-container';
17
+ import { NoticeSmart as D } from 'intergalactic/notice';
18
18
  import { Box as S } from 'intergalactic/flex-box';
19
- import { FeedbackItem as R } from "./component/feedback-item/FeedbackItem.mjs";
20
- import { SubmitButton as z } from "./component/submit-button/SubmitButton.mjs";
19
+ import { FeedbackItem as O } from "./component/feedback-item/FeedbackItem.mjs";
20
+ import { SubmitButton as R } from "./component/submit-button/SubmitButton.mjs";
21
21
  var V = ["Children", "styles", "forwardRef", "loading", "background", "theme"], v = (
22
22
  /*__reshadow_css_start__*/
23
- (N.insert(
23
+ (P.insert(
24
24
  /*__inner_css_start__*/
25
- `.___SFeedbackForm_pyj92_gg_{max-width:320px}.___SCancel_pyj92_gg_,.___SSubmit_pyj92_gg_{display:inline-flex;margin-right:var(--intergalactic-spacing-2x, 8px)}.___SNotice_pyj92_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_pyj92_gg_{display:flex;align-items:center;flex-direction:column;width:320px;padding:var(--intergalactic-spacing-10x, 40px);box-sizing:border-box;outline:0}.___SEmail_pyj92_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")}`,
26
- "pyj92_gg_"
25
+ `.___SFeedbackForm_5hg5z_gg_{max-width:320px}.___SCancel_5hg5z_gg_,.___SSubmit_5hg5z_gg_{display:inline-flex;margin-right:var(--intergalactic-spacing-2x, 8px)}.___SNotice_5hg5z_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_5hg5z_gg_{display:flex;align-items:center;flex-direction:column;width:320px;padding:var(--intergalactic-spacing-10x, 40px);box-sizing:border-box;outline:0}.___SEmail_5hg5z_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")}`,
26
+ "5hg5z_gg_"
27
27
  ), {
28
- __SFeedbackForm: "___SFeedbackForm_pyj92_gg_",
29
- __SSubmit: "___SSubmit_pyj92_gg_",
30
- __SCancel: "___SCancel_pyj92_gg_",
31
- __SNotice: "___SNotice_pyj92_gg_",
32
- __SSuccess: "___SSuccess_pyj92_gg_",
33
- __SEmail: "___SEmail_pyj92_gg_"
28
+ __SFeedbackForm: "___SFeedbackForm_5hg5z_gg_",
29
+ __SSubmit: "___SSubmit_5hg5z_gg_",
30
+ __SCancel: "___SCancel_5hg5z_gg_",
31
+ __SNotice: "___SNotice_5hg5z_gg_",
32
+ __SSuccess: "___SSuccess_5hg5z_gg_",
33
+ __SEmail: "___SEmail_5hg5z_gg_"
34
34
  })
35
35
  ), c = /* @__PURE__ */ function(i) {
36
- M(e, i);
37
- var a = P(e);
36
+ j(e, i);
37
+ var a = z(e);
38
38
  function e() {
39
39
  var r;
40
- j(this, e);
40
+ F(this, e);
41
41
  for (var t = arguments.length, o = new Array(t), n = 0; n < t; n++)
42
42
  o[n] = arguments[n];
43
- return r = a.call.apply(a, [this].concat(o)), l(L(r), "focusDecorator", $()), r;
43
+ return r = a.call.apply(a, [this].concat(o)), l(M(r), "focusDecorator", Z()), r;
44
44
  }
45
- return F(e, [{
45
+ return L(e, [{
46
46
  key: "getItemProps",
47
47
  value: function() {
48
48
  var t = this.asProps.validateOnBlur;
@@ -53,32 +53,32 @@ var V = ["Children", "styles", "forwardRef", "loading", "background", "theme"],
53
53
  }, {
54
54
  key: "render",
55
55
  value: function() {
56
- var t = S, o = this.asProps, n = o.Children, p = o.styles, _ = o.forwardRef, h = o.loading, y = o.background, E = o.theme, k = x(o, V);
57
- return /* @__PURE__ */ s.createElement(f, w({
56
+ var t = S, o = this.asProps, n = o.Children, _ = o.styles, g = o.forwardRef, C = o.loading, E = o.background, w = o.theme, k = y(o, V);
57
+ return /* @__PURE__ */ s.createElement(f, x({
58
58
  decorators: [this.focusDecorator]
59
- }, k), function(C) {
59
+ }, k), function(p) {
60
60
  var m;
61
- return m = u(p), /* @__PURE__ */ s.createElement(D, m.cn("SpinContainer", {
62
- background: y,
63
- theme: E,
61
+ return m = u(_), /* @__PURE__ */ s.createElement(A, m.cn("SpinContainer", {
62
+ background: E,
63
+ theme: w,
64
64
  size: "xl",
65
- loading: h === void 0 ? C.submitting : h
65
+ loading: C === void 0 ? p.submitting : C
66
66
  }), /* @__PURE__ */ s.createElement(t, m.cn("SFeedbackForm", d(d({
67
67
  tag: "form",
68
68
  noValidate: !0,
69
69
  method: "POST",
70
- ref: _
70
+ ref: g
71
71
  }, k), {}, {
72
- onSubmit: C.handleSubmit
73
- })), typeof n.origin == "function" ? n.origin(C) : /* @__PURE__ */ s.createElement(n, m.cn("Children", {}))));
72
+ onSubmit: p.handleSubmit
73
+ })), typeof n.origin == "function" ? n.origin(p) : /* @__PURE__ */ s.createElement(n, m.cn("Children", {}))));
74
74
  });
75
75
  }
76
76
  }]), e;
77
- }(I);
77
+ }(B);
78
78
  l(c, "displayName", "FeedbackForm");
79
79
  l(c, "style", v);
80
80
  l(c, "FinalForm", {
81
- Field: Z,
81
+ Field: I,
82
82
  Form: f
83
83
  });
84
84
  l(c, "defaultProps", {
@@ -103,7 +103,7 @@ l(c, "validate", {
103
103
  });
104
104
  function b(i) {
105
105
  var a = arguments[0], e, r = i.Children, t = i.styles, o = S, n = "div";
106
- return e = u(t), /* @__PURE__ */ s.createElement(o, e.cn("SSuccess", d({}, g({
106
+ return e = u(t), /* @__PURE__ */ s.createElement(o, e.cn("SSuccess", d({}, h({
107
107
  tabIndex: -1
108
108
  }, a))), /* @__PURE__ */ s.createElement(n, e.cn("SEmail", {
109
109
  "aria-hidden": !0
@@ -111,24 +111,24 @@ function b(i) {
111
111
  }
112
112
  b.style = v;
113
113
  function H(i) {
114
- var a = arguments[0], e, r = i.styles, t = A;
115
- return e = u(r), /* @__PURE__ */ s.createElement(t, e.cn("SCancel", d({}, g({
114
+ var a = arguments[0], e, r = i.styles, t = $;
115
+ return e = u(r), /* @__PURE__ */ s.createElement(t, e.cn("SCancel", d({}, h({
116
116
  type: "reset",
117
117
  use: "secondary",
118
118
  theme: "muted"
119
119
  }, a))));
120
120
  }
121
121
  function T(i) {
122
- var a = arguments[0], e, r = i.styles, t = i.theme, o = t === void 0 ? "muted" : t, n = i.use, p = n === void 0 ? "secondary" : n, _ = O;
123
- return e = u(r), /* @__PURE__ */ s.createElement(_, e.cn("SNotice", d({}, g({
122
+ var a = arguments[0], e, r = i.styles, t = i.theme, o = t === void 0 ? "muted" : t, n = i.use, _ = n === void 0 ? "secondary" : n, g = D;
123
+ return e = u(r), /* @__PURE__ */ s.createElement(g, e.cn("SNotice", d({}, h({
124
124
  "use:theme": o,
125
- "use:use": p
125
+ "use:use": _
126
126
  }, a))));
127
127
  }
128
- const me = B(c, {
129
- Item: R,
128
+ const me = N(c, {
129
+ Item: O,
130
130
  Success: b,
131
- Submit: z,
131
+ Submit: R,
132
132
  Cancel: H,
133
133
  Notice: T
134
134
  });
@@ -6,43 +6,43 @@ import k from "@babel/runtime/helpers/esm/inherits";
6
6
  import v from "@babel/runtime/helpers/esm/createSuper";
7
7
  import C from "@babel/runtime/helpers/esm/defineProperty";
8
8
  import { sstyled as y } from 'intergalactic/utils/lib/core/index';
9
- import B, { sstyled as S, assignProps as P, Component as E } from 'intergalactic/core';
10
- import o from "react";
11
- import { Box as R } from 'intergalactic/flex-box';
9
+ import B, { sstyled as j, assignProps as S, Component as P } from 'intergalactic/core';
10
+ import r from "react";
11
+ import { Box as E } from 'intergalactic/flex-box';
12
12
  import a from 'intergalactic/checkbox';
13
- var j = ["styles", "id", "label", "type", "focused"], $ = (
13
+ var R = ["styles", "id", "label", "type", "focused"], $ = (
14
14
  /*__reshadow_css_start__*/
15
15
  (y.insert(
16
16
  /*__inner_css_start__*/
17
- ".___SCheckboxButton_1tp26_gg_{margin-top:var(--intergalactic-spacing-2x, 8px);border:1px solid var(--intergalactic-border-primary, #c4c7cf);border-radius:var(--intergalactic-rounded-medium, 6px)}.___SCheckboxButton_1tp26_gg_ label{width:100%;padding:var(--intergalactic-spacing-3x, 12px);box-sizing:border-box}.___SCheckboxButton_1tp26_gg_.__checked_1tp26_gg_{cursor:pointer;border-color:var(--intergalactic-border-info-active, #006dca);background-color:rgba(0,143,248,.1)}@media (hover:hover){.___SCheckboxButton_1tp26_gg_:hover{cursor:pointer;border-color:var(--intergalactic-border-info-active, #006dca);background-color:rgba(0,143,248,.1)}.___SCheckboxButton_1tp26_gg_.__checked_1tp26_gg_:hover{background-color:rgba(0,143,248,.2)}}",
18
- "1tp26_gg_"
17
+ ".___SCheckboxButton_jto54_gg_{margin-top:var(--intergalactic-spacing-2x, 8px);border:1px solid var(--intergalactic-border-primary, #c4c7cf);border-radius:var(--intergalactic-rounded-medium, 6px)}.___SCheckboxButton_jto54_gg_ label{width:100%;padding:var(--intergalactic-spacing-3x, 12px);box-sizing:border-box}.___SCheckboxButton_jto54_gg_.__checked_jto54_gg_{cursor:pointer;border-color:var(--intergalactic-border-info-active, #006dca);background-color:rgba(0,143,248,.1)}@media (hover:hover){.___SCheckboxButton_jto54_gg_:hover{cursor:pointer;border-color:var(--intergalactic-border-info-active, #006dca);background-color:rgba(0,143,248,.1)}.___SCheckboxButton_jto54_gg_.__checked_jto54_gg_:hover{background-color:rgba(0,143,248,.2)}}",
18
+ "jto54_gg_"
19
19
  ), {
20
- __SCheckboxButton: "___SCheckboxButton_1tp26_gg_",
21
- _checked: "__checked_1tp26_gg_"
20
+ __SCheckboxButton: "___SCheckboxButton_jto54_gg_",
21
+ _checked: "__checked_jto54_gg_"
22
22
  })
23
23
  ), i = /* @__PURE__ */ function(n) {
24
- k(r, n);
25
- var s = v(r);
26
- function r() {
27
- return x(this, r), s.apply(this, arguments);
24
+ k(o, n);
25
+ var s = v(o);
26
+ function o() {
27
+ return x(this, o), s.apply(this, arguments);
28
28
  }
29
- return f(r, [{
29
+ return f(o, [{
30
30
  key: "render",
31
31
  value: function() {
32
- var p = this.asProps, t, e = this.asProps, l = e.styles, c = e.id, d = e.label;
32
+ var l = this.asProps, t, e = this.asProps, d = e.styles, c = e.id, p = e.label;
33
33
  e.type;
34
- var g = e.focused, u = h(e, j), b = g ? 20 : !1, m = R;
35
- return t = S(l), /* @__PURE__ */ o.createElement(m, t.cn("SCheckboxButton", _({}, P({
34
+ var g = e.focused, u = h(e, R), b = g ? 20 : !1, m = E;
35
+ return t = j(d), /* @__PURE__ */ r.createElement(m, t.cn("SCheckboxButton", _({}, S({
36
36
  __excludeProps: ["onChange", "id", "type"]
37
- }, p))), /* @__PURE__ */ o.createElement(a, t.cn("Checkbox", _({}, u)), /* @__PURE__ */ o.createElement(a.Value, {
37
+ }, l))), /* @__PURE__ */ r.createElement(a, t.cn("Checkbox", _({}, u)), /* @__PURE__ */ r.createElement(a.Value, {
38
38
  autoFocus: b,
39
39
  "aria-labelledby": c
40
- }), /* @__PURE__ */ o.createElement(a.Text, {
40
+ }), /* @__PURE__ */ r.createElement(a.Text, {
41
41
  id: c
42
- }, d)));
42
+ }, p)));
43
43
  }
44
- }]), r;
45
- }(E);
44
+ }]), o;
45
+ }(P);
46
46
  C(i, "style", $);
47
47
  var K = B(i);
48
48
  export {
@@ -8,9 +8,9 @@ import ne from "@babel/runtime/helpers/esm/inherits";
8
8
  import ae from "@babel/runtime/helpers/esm/createSuper";
9
9
  import s from "@babel/runtime/helpers/esm/defineProperty";
10
10
  import { sstyled as ie } from 'intergalactic/utils/lib/core/index';
11
- import oe, { sstyled as B, assignProps as w, Component as le } from 'intergalactic/core';
11
+ import oe, { sstyled as B, assignProps as j, Component as le } from 'intergalactic/core';
12
12
  import e from "react";
13
- import { Field as W, Form as se } from "react-final-form";
13
+ import { Field as H, Form as se } from "react-final-form";
14
14
  import me from "final-form-focus";
15
15
  import ce from 'intergalactic/spin-container';
16
16
  import ue from 'intergalactic/utils/lib/enhances/i18nEnhance';
@@ -20,14 +20,14 @@ import pe from 'intergalactic/icon/Check/m';
20
20
  import fe from 'intergalactic/icon/Warning/m';
21
21
  import { Text as P } from 'intergalactic/typography';
22
22
  import he from 'intergalactic/illustration/Feedback';
23
- import j from 'intergalactic/link';
23
+ import W from 'intergalactic/link';
24
24
  import q from "../slider-rating/SliderRating.mjs";
25
25
  import ge from 'intergalactic/modal';
26
26
  import be from 'intergalactic/textarea';
27
- import { Flex as y, Box as N } from 'intergalactic/flex-box';
27
+ import { Flex as k, Box as N } from 'intergalactic/flex-box';
28
28
  import { FeedbackItem as ve } from "../feedback-item/FeedbackItem.mjs";
29
- import { SubmitButton as ye } from "../submit-button/SubmitButton.mjs";
30
- import ke from "../checkbox-button/CheckboxButton.mjs";
29
+ import { SubmitButton as ke } from "../submit-button/SubmitButton.mjs";
30
+ import ye from "../checkbox-button/CheckboxButton.mjs";
31
31
  import A from 'intergalactic/input';
32
32
  import { localizedMessages as $ } from "../../translations/__intergalactic-dynamic-locales.mjs";
33
33
  import { NoticeBubbleManager as Ce, NoticeBubbleContainer as Ee } from 'intergalactic/notice-bubble';
@@ -35,12 +35,12 @@ var xe = ["header", "submitText", "formConfig", "notificationText", "notificatio
35
35
  /*__reshadow_css_start__*/
36
36
  (ie.insert(
37
37
  /*__inner_css_start__*/
38
- ".___SFeedbackRating_1yvyq_gg_ ul{margin:0;padding:0;list-style:none}.___SFeedbackRating_1yvyq_gg_ li{list-style:none}",
39
- "1yvyq_gg_"
38
+ ".___SFeedbackRating_k4kjq_gg_ ul{margin:0;padding:0;list-style:none}.___SFeedbackRating_k4kjq_gg_ li{list-style:none}",
39
+ "k4kjq_gg_"
40
40
  ), {
41
- __SFeedbackRating: "___SFeedbackRating_1yvyq_gg_"
41
+ __SFeedbackRating: "___SFeedbackRating_k4kjq_gg_"
42
42
  })
43
- ), k = /* @__PURE__ */ function(b) {
43
+ ), y = /* @__PURE__ */ function(b) {
44
44
  ne(o, b);
45
45
  var p = ae(o);
46
46
  function o() {
@@ -60,7 +60,7 @@ var xe = ["header", "submitText", "formConfig", "notificationText", "notificatio
60
60
  };
61
61
  }), s(f(n), "renderCheckbox", function(t, r) {
62
62
  var m = n.props.initialValues[t.key];
63
- return /* @__PURE__ */ e.createElement(W, {
63
+ return /* @__PURE__ */ e.createElement(H, {
64
64
  name: t.key,
65
65
  initialValue: m,
66
66
  type: "checkbox",
@@ -81,9 +81,9 @@ var xe = ["header", "submitText", "formConfig", "notificationText", "notificatio
81
81
  mb: 2,
82
82
  size: 200
83
83
  }, t.label) : t.label, g = ((r = t.description) === null || r === void 0 ? void 0 : r.type) === e.Fragment;
84
- return /* @__PURE__ */ e.createElement(y, {
84
+ return /* @__PURE__ */ e.createElement(k, {
85
85
  direction: "column"
86
- }, /* @__PURE__ */ e.createElement(y, {
86
+ }, /* @__PURE__ */ e.createElement(k, {
87
87
  tag: "label",
88
88
  mt: 4,
89
89
  htmlFor: t.key,
@@ -169,39 +169,39 @@ var xe = ["header", "submitText", "formConfig", "notificationText", "notificatio
169
169
  value: function() {
170
170
  var i = this.asProps, v = this.asProps, a, t = this, r = this.asProps, m = r.header, h = r.submitText, g = r.formConfig, _ = r.notificationText, l = r.notificationTitle, F = r.learnMoreLink;
171
171
  r.Children;
172
- var L = r.styles, O = r.forwardRef, T = r.status, U = r.theme, G = r.background, R = r.rating, J = r.visible;
172
+ var w = r.styles, O = r.forwardRef, T = r.status, U = r.theme, G = r.background, R = r.rating, J = r.visible;
173
173
  r.onVisibleChange;
174
- var K = r.notificationVisible, Q = r.onNotificationClose, S = r.getI18nText, z = r.errorFeedbackEmail, M = r.modalWidth, D = ee(r, xe), X = ge, Y = g.filter(function(d) {
174
+ var K = r.notificationVisible, Q = r.onNotificationClose, S = r.getI18nText, L = r.errorFeedbackEmail, M = r.modalWidth, z = ee(r, xe), X = ge, Y = g.filter(function(d) {
175
175
  return d.type === "checkbox";
176
176
  }), Z = g.filter(function(d) {
177
177
  return d.type === "textarea" || d.type === "input" || d.type === "email";
178
- }), H = this.getNoticeTextId();
179
- return a = B(L), /* @__PURE__ */ e.createElement(N, w({}, v), /* @__PURE__ */ e.createElement(u, a.cn("Notice", {
178
+ }), D = this.getNoticeTextId();
179
+ return a = B(w), /* @__PURE__ */ e.createElement(N, j({}, v), /* @__PURE__ */ e.createElement(u, a.cn("Notice", {
180
180
  visible: K,
181
181
  "aria-label": S("leaveFeedback"),
182
- tag: y,
182
+ tag: k,
183
183
  alignItems: l ? "flex-start" : "center"
184
184
  }), /* @__PURE__ */ e.createElement(u.Label, {
185
185
  mr: 3,
186
186
  "aria-hidden": !0
187
187
  }, /* @__PURE__ */ e.createElement(he, a.cn("FeedbackIllustration", {}))), /* @__PURE__ */ e.createElement(u.Content, null, l ? /* @__PURE__ */ e.createElement(u.Title, null, l) : null, /* @__PURE__ */ e.createElement(u.Text, {
188
- tag: y,
188
+ tag: k,
189
189
  alignItems: l ? "flex-start" : "center"
190
190
  }, /* @__PURE__ */ e.createElement(P, a.cn("Text", {
191
191
  mr: 3,
192
- id: H
192
+ id: D
193
193
  }), _), /* @__PURE__ */ e.createElement(u.Actions, {
194
194
  mt: 0
195
195
  }, /* @__PURE__ */ e.createElement(q, a.cn("SliderRating", {
196
196
  value: R,
197
197
  onChange: this.handleChangeRating,
198
- "aria-labelledby": H
199
- }))), F && /* @__PURE__ */ e.createElement(j, a.cn("Link", {
198
+ "aria-labelledby": D
199
+ }))), F && /* @__PURE__ */ e.createElement(W, a.cn("Link", {
200
200
  ml: 3,
201
201
  href: F
202
202
  }), S("learnMore")))), /* @__PURE__ */ e.createElement(u.Close, {
203
203
  onClick: Q
204
- })), /* @__PURE__ */ e.createElement(X, a.cn("SFeedbackRating", x({}, w({
204
+ })), /* @__PURE__ */ e.createElement(X, a.cn("SFeedbackRating", x({}, j({
205
205
  visible: J,
206
206
  onClose: this.handelCloseModal,
207
207
  p: 0,
@@ -209,16 +209,16 @@ var xe = ["header", "submitText", "formConfig", "notificationText", "notificatio
209
209
  "aria-labelledby": this.headerId
210
210
  }, i))), /* @__PURE__ */ e.createElement(se, a.cn("Form", x({
211
211
  decorators: [this.focusDecorator]
212
- }, D)), function(d) {
212
+ }, z)), function(d) {
213
213
  var c;
214
- return c = B(L), /* @__PURE__ */ e.createElement(ce, c.cn("SpinContainer", {
214
+ return c = B(w), /* @__PURE__ */ e.createElement(ce, c.cn("SpinContainer", {
215
215
  background: G,
216
216
  theme: U,
217
217
  size: "xl",
218
218
  loading: T !== "loading" ? d.submitting : T === "loading",
219
219
  p: 1,
220
220
  m: 9
221
- }), /* @__PURE__ */ e.createElement(y, c.cn("Flex", {
221
+ }), /* @__PURE__ */ e.createElement(k, c.cn("Flex", {
222
222
  justifyContent: "center"
223
223
  }), /* @__PURE__ */ e.createElement(q, c.cn("SliderRating", {
224
224
  value: R,
@@ -228,9 +228,9 @@ var xe = ["header", "submitText", "formConfig", "notificationText", "notificatio
228
228
  noValidate: !0,
229
229
  method: "POST",
230
230
  ref: O
231
- }, D), {}, {
231
+ }, z), {}, {
232
232
  onSubmit: d.handleSubmit
233
- })), /* @__PURE__ */ e.createElement(W, c.cn("Field", {
233
+ })), /* @__PURE__ */ e.createElement(H, c.cn("Field", {
234
234
  name: "rating",
235
235
  initialValue: R
236
236
  }), function(C) {
@@ -252,10 +252,10 @@ var xe = ["header", "submitText", "formConfig", "notificationText", "notificatio
252
252
  }), /* @__PURE__ */ e.createElement(u.Label, null, /* @__PURE__ */ e.createElement(fe, c.cn("WarnM", {}))), /* @__PURE__ */ e.createElement(u.Content, null, S("errorMessage", {
253
253
  // todo: Brauer Ilia - think how to fix type
254
254
  // @ts-ignore
255
- email: /* @__PURE__ */ e.createElement(j, c.cn("Link", {
256
- href: "mailto:".concat(z)
257
- }), z)
258
- }))), /* @__PURE__ */ e.createElement(y, c.cn("Flex", {
255
+ email: /* @__PURE__ */ e.createElement(W, c.cn("Link", {
256
+ href: "mailto:".concat(L)
257
+ }), L)
258
+ }))), /* @__PURE__ */ e.createElement(k, c.cn("Flex", {
259
259
  mt: 4,
260
260
  justifyContent: "center"
261
261
  }), /* @__PURE__ */ e.createElement(E.Submit, {
@@ -268,16 +268,16 @@ var xe = ["header", "submitText", "formConfig", "notificationText", "notificatio
268
268
  }
269
269
  }]), o;
270
270
  }(le);
271
- s(k, "displayName", "FeedbackRatingForm");
272
- s(k, "style", _e);
273
- s(k, "enhance", [ue($), de()]);
274
- s(k, "defaultProps", {
271
+ s(y, "displayName", "FeedbackRatingForm");
272
+ s(y, "style", _e);
273
+ s(y, "enhance", [ue($), de()]);
274
+ s(y, "defaultProps", {
275
275
  onSubmit: function() {
276
276
  },
277
277
  i18n: $,
278
278
  locale: "en"
279
279
  });
280
- s(k, "validate", {
280
+ s(y, "validate", {
281
281
  description: function(p) {
282
282
  return function() {
283
283
  var o = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : "", n = o.split(/\s+/), i = n.join(" ");
@@ -295,7 +295,7 @@ s(k, "validate", {
295
295
  });
296
296
  function Fe(b) {
297
297
  var p = arguments[0], o, n = b.styles, i = P;
298
- return o = B(n), /* @__PURE__ */ e.createElement(i, o.cn("SHeader", x({}, w({
298
+ return o = B(n), /* @__PURE__ */ e.createElement(i, o.cn("SHeader", x({}, j({
299
299
  size: 300,
300
300
  tag: "h2",
301
301
  mb: 4,
@@ -303,11 +303,11 @@ function Fe(b) {
303
303
  textAlign: "center"
304
304
  }, p))));
305
305
  }
306
- var E = oe(k, {
306
+ var E = oe(y, {
307
307
  Header: Fe,
308
308
  Item: ve,
309
- Checkbox: ke,
310
- Submit: ye
309
+ Checkbox: ye,
310
+ Submit: ke
311
311
  });
312
312
  export {
313
313
  E as default