intergalactic 15.126.1 → 15.127.0-prerelease.2

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 (155) hide show
  1. package/CHANGELOG.md +6 -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 +76 -76
  5. package/accordion/package.json +1 -1
  6. package/add-filter/package.json +1 -1
  7. package/bulk-textarea/lib/cjs/components/InputField/InputField.js +12 -12
  8. package/bulk-textarea/lib/es6/components/InputField/InputField.js +12 -12
  9. package/bulk-textarea/lib/esm/components/InputField/InputField.mjs +128 -128
  10. package/bulk-textarea/package.json +1 -1
  11. package/button/component/Button/Button.type.d.ts +6 -2
  12. package/button/lib/cjs/component/AbstractButton/AbstractButton.js +1 -0
  13. package/button/lib/cjs/component/AbstractButton/AbstractButton.js.map +1 -1
  14. package/button/lib/cjs/component/Button/Button.js +28 -27
  15. package/button/lib/cjs/component/Button/Button.js.map +1 -1
  16. package/button/lib/cjs/component/Button/Button.type.js.map +1 -1
  17. package/button/lib/cjs/component/Button/button.shadow.css +17 -1
  18. package/button/lib/cjs/component/ButtonLink/ButtonLink.js +20 -20
  19. package/button/lib/es6/component/AbstractButton/AbstractButton.js +1 -0
  20. package/button/lib/es6/component/AbstractButton/AbstractButton.js.map +1 -1
  21. package/button/lib/es6/component/Button/Button.js +28 -27
  22. package/button/lib/es6/component/Button/Button.js.map +1 -1
  23. package/button/lib/es6/component/Button/Button.type.js.map +1 -1
  24. package/button/lib/es6/component/Button/button.shadow.css +17 -1
  25. package/button/lib/es6/component/ButtonLink/ButtonLink.js +20 -20
  26. package/button/lib/esm/component/AbstractButton/AbstractButton.mjs +30 -30
  27. package/button/lib/esm/component/Button/Button.mjs +66 -65
  28. package/button/lib/esm/component/ButtonLink/ButtonLink.mjs +59 -59
  29. package/button/lib/types/component/Button/Button.type.d.ts +6 -2
  30. package/button/package.json +1 -1
  31. package/card/lib/cjs/Card.js +6 -6
  32. package/card/lib/es6/Card.js +6 -6
  33. package/card/lib/esm/Card.mjs +46 -46
  34. package/card/package.json +1 -1
  35. package/carousel/lib/cjs/Carousel.js +21 -21
  36. package/carousel/lib/es6/Carousel.js +21 -21
  37. package/carousel/lib/esm/Carousel.mjs +177 -177
  38. package/carousel/package.json +1 -1
  39. package/color-picker/lib/cjs/ColorPicker.js +24 -24
  40. package/color-picker/lib/cjs/PaletteManager.js +24 -24
  41. package/color-picker/lib/cjs/components/InputColor.js +24 -24
  42. package/color-picker/lib/es6/ColorPicker.js +24 -24
  43. package/color-picker/lib/es6/PaletteManager.js +24 -24
  44. package/color-picker/lib/es6/components/InputColor.js +24 -24
  45. package/color-picker/lib/esm/ColorPicker.mjs +73 -73
  46. package/color-picker/lib/esm/PaletteManager.mjs +42 -42
  47. package/color-picker/lib/esm/components/InputColor.mjs +81 -81
  48. package/color-picker/package.json +1 -1
  49. package/components.json +24 -24
  50. package/date-picker/lib/cjs/components/Calendar.js +21 -21
  51. package/date-picker/lib/cjs/components/DateRangeComparatorAbstract.js +29 -29
  52. package/date-picker/lib/cjs/components/InputTrigger.js +29 -29
  53. package/date-picker/lib/cjs/components/PickerAbstract.js +29 -29
  54. package/date-picker/lib/cjs/components/RangePickerAbstract.js +29 -29
  55. package/date-picker/lib/es6/components/Calendar.js +21 -21
  56. package/date-picker/lib/es6/components/DateRangeComparatorAbstract.js +29 -29
  57. package/date-picker/lib/es6/components/InputTrigger.js +29 -29
  58. package/date-picker/lib/es6/components/PickerAbstract.js +29 -29
  59. package/date-picker/lib/es6/components/RangePickerAbstract.js +29 -29
  60. package/date-picker/lib/esm/components/Calendar.mjs +126 -126
  61. package/date-picker/lib/esm/components/DateRangeComparatorAbstract.mjs +217 -217
  62. package/date-picker/lib/esm/components/InputTrigger.mjs +215 -215
  63. package/date-picker/lib/esm/components/PickerAbstract.mjs +114 -114
  64. package/date-picker/lib/esm/components/RangePickerAbstract.mjs +164 -164
  65. package/date-picker/package.json +1 -1
  66. package/drag-and-drop/lib/cjs/DragAndDrop.js +17 -17
  67. package/drag-and-drop/lib/es6/DragAndDrop.js +17 -17
  68. package/drag-and-drop/lib/esm/DragAndDrop.mjs +160 -160
  69. package/drag-and-drop/package.json +1 -1
  70. package/dropdown-menu/lib/cjs/DropdownMenu.js +18 -18
  71. package/dropdown-menu/lib/es6/DropdownMenu.js +18 -18
  72. package/dropdown-menu/lib/esm/DropdownMenu.mjs +176 -176
  73. package/dropdown-menu/package.json +1 -1
  74. package/errors/lib/cjs/Error.js +9 -9
  75. package/errors/lib/es6/Error.js +9 -9
  76. package/errors/lib/esm/Error.mjs +48 -48
  77. package/errors/package.json +1 -1
  78. package/feature-popover/lib/cjs/FeaturePopover.js +11 -11
  79. package/feature-popover/lib/es6/FeaturePopover.js +11 -11
  80. package/feature-popover/lib/esm/FeaturePopover.mjs +72 -72
  81. package/feature-popover/package.json +1 -1
  82. package/feedback-form/lib/cjs/FeedbackForm.js +7 -7
  83. package/feedback-form/lib/cjs/component/checkbox-button/CheckboxButton.js +3 -3
  84. package/feedback-form/lib/cjs/component/feedback-rating/FeedbackRating.js +2 -2
  85. package/feedback-form/lib/cjs/component/slider-rating/SliderRating.js +7 -7
  86. package/feedback-form/lib/es6/FeedbackForm.js +7 -7
  87. package/feedback-form/lib/es6/component/checkbox-button/CheckboxButton.js +3 -3
  88. package/feedback-form/lib/es6/component/feedback-rating/FeedbackRating.js +2 -2
  89. package/feedback-form/lib/es6/component/slider-rating/SliderRating.js +7 -7
  90. package/feedback-form/lib/esm/FeedbackForm.mjs +34 -34
  91. package/feedback-form/lib/esm/component/checkbox-button/CheckboxButton.mjs +23 -23
  92. package/feedback-form/lib/esm/component/feedback-rating/FeedbackRating.mjs +23 -23
  93. package/feedback-form/lib/esm/component/slider-rating/SliderRating.mjs +73 -73
  94. package/feedback-form/package.json +1 -1
  95. package/fullscreen-modal/lib/cjs/FullscreenModal.js +13 -13
  96. package/fullscreen-modal/lib/es6/FullscreenModal.js +13 -13
  97. package/fullscreen-modal/lib/esm/FullscreenModal.mjs +70 -70
  98. package/fullscreen-modal/package.json +1 -1
  99. package/inline-input/lib/cjs/InlineInput.js +14 -14
  100. package/inline-input/lib/es6/InlineInput.js +14 -14
  101. package/inline-input/lib/esm/InlineInput.mjs +107 -107
  102. package/inline-input/package.json +1 -1
  103. package/modal/lib/cjs/Modal.js +8 -8
  104. package/modal/lib/es6/Modal.js +8 -8
  105. package/modal/lib/esm/Modal.mjs +81 -81
  106. package/modal/package.json +1 -1
  107. package/notice/lib/cjs/Notice.js +18 -17
  108. package/notice/lib/cjs/Notice.js.map +1 -1
  109. package/notice/lib/es6/Notice.js +18 -17
  110. package/notice/lib/es6/Notice.js.map +1 -1
  111. package/notice/lib/esm/Notice.mjs +110 -108
  112. package/notice/package.json +1 -1
  113. package/notice-bubble/lib/cjs/NoticeBubble.js +15 -15
  114. package/notice-bubble/lib/es6/NoticeBubble.js +15 -15
  115. package/notice-bubble/lib/esm/NoticeBubble.mjs +87 -87
  116. package/notice-bubble/package.json +1 -1
  117. package/notice-global/lib/cjs/NoticeGlobal.js +11 -11
  118. package/notice-global/lib/es6/NoticeGlobal.js +11 -11
  119. package/notice-global/lib/esm/NoticeGlobal.mjs +46 -46
  120. package/notice-global/package.json +1 -1
  121. package/package.json +1 -1
  122. package/pagination/lib/cjs/Pagination.js +12 -12
  123. package/pagination/lib/es6/Pagination.js +12 -12
  124. package/pagination/lib/esm/Pagination.mjs +123 -123
  125. package/pagination/package.json +1 -1
  126. package/select/lib/cjs/InputSearch.js +6 -6
  127. package/select/lib/cjs/Select.js +8 -8
  128. package/select/lib/es6/InputSearch.js +6 -6
  129. package/select/lib/es6/Select.js +8 -8
  130. package/select/lib/esm/InputSearch.mjs +38 -38
  131. package/select/lib/esm/Select.mjs +106 -106
  132. package/select/package.json +1 -1
  133. package/side-panel/lib/cjs/SidePanel.js +16 -16
  134. package/side-panel/lib/es6/SidePanel.js +16 -16
  135. package/side-panel/lib/esm/SidePanel.mjs +76 -76
  136. package/side-panel/package.json +1 -1
  137. package/time-picker/lib/cjs/TimePicker.js +12 -12
  138. package/time-picker/lib/es6/TimePicker.js +12 -12
  139. package/time-picker/lib/esm/TimePicker.mjs +62 -62
  140. package/time-picker/package.json +1 -1
  141. package/utils/lib/themes/auto.css +1 -1
  142. package/utils/lib/themes/default.css +1 -1
  143. package/utils/lib/themes/default.js +1 -1
  144. package/utils/lib/themes/default.js.map +1 -1
  145. package/utils/lib/themes/default.mjs +1 -1
  146. package/utils/lib/themes/default.mjs.map +1 -1
  147. package/utils/lib/themes/light.css +1 -1
  148. package/utils/lib/themes/light.js +1 -1
  149. package/utils/lib/themes/light.js.map +1 -1
  150. package/utils/lib/themes/light.mjs +1 -1
  151. package/utils/lib/themes/light.mjs.map +1 -1
  152. package/wizard/lib/cjs/Wizard.js +12 -12
  153. package/wizard/lib/es6/Wizard.js +12 -12
  154. package/wizard/lib/esm/Wizard.mjs +83 -83
  155. package/wizard/package.json +1 -1
@@ -22,13 +22,13 @@ var _uniqueID = _interopRequireDefault(require("intergalactic/utils/lib/uniqueID
22
22
  var _i18nEnhance = _interopRequireDefault(require("intergalactic/utils/lib/enhances/i18nEnhance"));
23
23
  var _intergalacticDynamicLocales = require("../../translations/__intergalactic-dynamic-locales");
24
24
  /*__reshadow-styles__:"../../style/slider-rating.shadow.css"*/
25
- var style = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/".___SSliderRating_bte4u_gg_ .___SStar_bte4u_gg_{transition:all calc(var(--intergalactic-duration-control, 200)*1ms) ease-out}.___SSliderRating_bte4u_gg_.__keyboardFocused_bte4u_gg_ .___SStar_bte4u_gg_.__hovered_bte4u_gg_{cursor:pointer;transform:scale(1.3)}@media (hover:hover){.___SSliderRating_bte4u_gg_ .___SStar_bte4u_gg_:hover{cursor:pointer;transform:scale(1.3)}}.___SSliderRating_bte4u_gg_.__keyboardFocused_bte4u_gg_{outline:0;box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.5))}@media (hover:hover){.___SSliderRating_bte4u_gg_.__readonly_bte4u_gg_ .___SStar_bte4u_gg_:hover{cursor:default;transform:none;transition:none}}.___SStar_bte4u_gg_.__filled_bte4u_gg_:active{animation:wobble .8s ease-in-out}.___SStar_bte4u_gg_ path{fill:transparent;stroke:var(--intergalactic-slider-rating-normal, #a9abb6);stroke-width:2}.___SStar_bte4u_gg_.__filled_bte4u_gg_ path{stroke-width:0;fill:var(--intergalactic-slider-rating-hover-active, #fdc23c)}" /*__inner_css_end__*/, "bte4u_gg_") /*__reshadow_css_end__*/, {
26
- "__SSliderRating": "___SSliderRating_bte4u_gg_",
27
- "__SStar": "___SStar_bte4u_gg_",
28
- "_keyboardFocused": "__keyboardFocused_bte4u_gg_",
29
- "_hovered": "__hovered_bte4u_gg_",
30
- "_readonly": "__readonly_bte4u_gg_",
31
- "_filled": "__filled_bte4u_gg_"
25
+ var style = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/".___SSliderRating_1ii78_gg_ .___SStar_1ii78_gg_{transition:all calc(var(--intergalactic-duration-control, 200)*1ms) ease-out}.___SSliderRating_1ii78_gg_.__keyboardFocused_1ii78_gg_ .___SStar_1ii78_gg_.__hovered_1ii78_gg_{cursor:pointer;transform:scale(1.3)}@media (hover:hover){.___SSliderRating_1ii78_gg_ .___SStar_1ii78_gg_:hover{cursor:pointer;transform:scale(1.3)}}.___SSliderRating_1ii78_gg_.__keyboardFocused_1ii78_gg_{outline:0;box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.5))}@media (hover:hover){.___SSliderRating_1ii78_gg_.__readonly_1ii78_gg_ .___SStar_1ii78_gg_:hover{cursor:default;transform:none;transition:none}}.___SStar_1ii78_gg_.__filled_1ii78_gg_:active{animation:wobble .8s ease-in-out}.___SStar_1ii78_gg_ path{fill:transparent;stroke:var(--intergalactic-slider-rating-normal, #a9abb6);stroke-width:2}.___SStar_1ii78_gg_.__filled_1ii78_gg_ path{stroke-width:0;fill:var(--intergalactic-slider-rating-hover-active, #fdc23c)}" /*__inner_css_end__*/, "1ii78_gg_") /*__reshadow_css_end__*/, {
26
+ "__SSliderRating": "___SSliderRating_1ii78_gg_",
27
+ "__SStar": "___SStar_1ii78_gg_",
28
+ "_keyboardFocused": "__keyboardFocused_1ii78_gg_",
29
+ "_hovered": "__hovered_1ii78_gg_",
30
+ "_readonly": "__readonly_1ii78_gg_",
31
+ "_filled": "__filled_1ii78_gg_"
32
32
  });
33
33
  var MIN = 1;
34
34
  var MAX = 5;
@@ -23,13 +23,13 @@ import { Box } from 'intergalactic/flex-box';
23
23
  import { FeedbackItem } from './component/feedback-item/FeedbackItem';
24
24
  import { SubmitButton } from './component/submit-button/SubmitButton';
25
25
  /*__reshadow-styles__:"./style/feedback-form.shadow.css"*/
26
- var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SFeedbackForm_17snt_gg_{max-width:320px}.___SCancel_17snt_gg_,.___SSubmit_17snt_gg_{display:inline-flex;margin-right:var(--intergalactic-spacing-2x, 8px)}.___SNotice_17snt_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_17snt_gg_{display:flex;align-items:center;flex-direction:column;width:320px;padding:var(--intergalactic-spacing-10x, 40px);box-sizing:border-box;outline:0}.___SEmail_17snt_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__*/, "17snt_gg_") /*__reshadow_css_end__*/, {
27
- "__SFeedbackForm": "___SFeedbackForm_17snt_gg_",
28
- "__SSubmit": "___SSubmit_17snt_gg_",
29
- "__SCancel": "___SCancel_17snt_gg_",
30
- "__SNotice": "___SNotice_17snt_gg_",
31
- "__SSuccess": "___SSuccess_17snt_gg_",
32
- "__SEmail": "___SEmail_17snt_gg_"
26
+ var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SFeedbackForm_dfom5_gg_{max-width:320px}.___SCancel_dfom5_gg_,.___SSubmit_dfom5_gg_{display:inline-flex;margin-right:var(--intergalactic-spacing-2x, 8px)}.___SNotice_dfom5_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_dfom5_gg_{display:flex;align-items:center;flex-direction:column;width:320px;padding:var(--intergalactic-spacing-10x, 40px);box-sizing:border-box;outline:0}.___SEmail_dfom5_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__*/, "dfom5_gg_") /*__reshadow_css_end__*/, {
27
+ "__SFeedbackForm": "___SFeedbackForm_dfom5_gg_",
28
+ "__SSubmit": "___SSubmit_dfom5_gg_",
29
+ "__SCancel": "___SCancel_dfom5_gg_",
30
+ "__SNotice": "___SNotice_dfom5_gg_",
31
+ "__SSuccess": "___SSuccess_dfom5_gg_",
32
+ "__SEmail": "___SEmail_dfom5_gg_"
33
33
  });
34
34
  var FeedbackForm = /*#__PURE__*/function (_Component) {
35
35
  _inherits(FeedbackForm, _Component);
@@ -12,9 +12,9 @@ import React from 'react';
12
12
  import createComponent, { Component, Root, sstyled } from 'intergalactic/core';
13
13
  import { Box } from 'intergalactic/flex-box';
14
14
  /*__reshadow-styles__:"../../style/checkbox-button.shadow.css"*/
15
- var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SCheckboxButton_mywhp_gg_{margin-top:var(--intergalactic-spacing-2x, 8px);border:1px solid var(--intergalactic-border-primary, #c4c7cf);border-radius:var(--intergalactic-rounded-medium, 6px)}.___SCheckboxButton_mywhp_gg_ label{width:100%;padding:var(--intergalactic-spacing-3x, 12px);box-sizing:border-box}.___SCheckboxButton_mywhp_gg_.__checked_mywhp_gg_{cursor:pointer;border-color:var(--intergalactic-border-info-active, #006dca);background-color:rgba(0,143,248,.1)}@media (hover:hover){.___SCheckboxButton_mywhp_gg_:hover{cursor:pointer;border-color:var(--intergalactic-border-info-active, #006dca);background-color:rgba(0,143,248,.1)}.___SCheckboxButton_mywhp_gg_.__checked_mywhp_gg_:hover{background-color:rgba(0,143,248,.2)}}" /*__inner_css_end__*/, "mywhp_gg_") /*__reshadow_css_end__*/, {
16
- "__SCheckboxButton": "___SCheckboxButton_mywhp_gg_",
17
- "_checked": "__checked_mywhp_gg_"
15
+ var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SCheckboxButton_m7px9_gg_{margin-top:var(--intergalactic-spacing-2x, 8px);border:1px solid var(--intergalactic-border-primary, #c4c7cf);border-radius:var(--intergalactic-rounded-medium, 6px)}.___SCheckboxButton_m7px9_gg_ label{width:100%;padding:var(--intergalactic-spacing-3x, 12px);box-sizing:border-box}.___SCheckboxButton_m7px9_gg_.__checked_m7px9_gg_{cursor:pointer;border-color:var(--intergalactic-border-info-active, #006dca);background-color:rgba(0,143,248,.1)}@media (hover:hover){.___SCheckboxButton_m7px9_gg_:hover{cursor:pointer;border-color:var(--intergalactic-border-info-active, #006dca);background-color:rgba(0,143,248,.1)}.___SCheckboxButton_m7px9_gg_.__checked_m7px9_gg_:hover{background-color:rgba(0,143,248,.2)}}" /*__inner_css_end__*/, "m7px9_gg_") /*__reshadow_css_end__*/, {
16
+ "__SCheckboxButton": "___SCheckboxButton_m7px9_gg_",
17
+ "_checked": "__checked_m7px9_gg_"
18
18
  });
19
19
  import Checkbox from 'intergalactic/checkbox';
20
20
  var CheckboxButtonRoot = /*#__PURE__*/function (_Component) {
@@ -36,8 +36,8 @@ import Input from 'intergalactic/input';
36
36
  import { localizedMessages } from '../../translations/__intergalactic-dynamic-locales';
37
37
  import { NoticeBubbleContainer, NoticeBubbleManager } from 'intergalactic/notice-bubble';
38
38
  /*__reshadow-styles__:"../../style/feedback-rating.shadow.css"*/
39
- var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SFeedbackRating_1x532_gg_ ul{margin:0;padding:0;list-style:none}.___SFeedbackRating_1x532_gg_ li{list-style:none}" /*__inner_css_end__*/, "1x532_gg_") /*__reshadow_css_end__*/, {
40
- "__SFeedbackRating": "___SFeedbackRating_1x532_gg_"
39
+ var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SFeedbackRating_ztp5p_gg_ ul{margin:0;padding:0;list-style:none}.___SFeedbackRating_ztp5p_gg_ li{list-style:none}" /*__inner_css_end__*/, "ztp5p_gg_") /*__reshadow_css_end__*/, {
40
+ "__SFeedbackRating": "___SFeedbackRating_ztp5p_gg_"
41
41
  });
42
42
  var FeedbackRatingRoot = /*#__PURE__*/function (_Component) {
43
43
  _inherits(FeedbackRatingRoot, _Component);
@@ -13,13 +13,13 @@ import React from 'react';
13
13
  import createComponent, { Component, Root, sstyled } from 'intergalactic/core';
14
14
  import { Flex, Box } from 'intergalactic/flex-box';
15
15
  /*__reshadow-styles__:"../../style/slider-rating.shadow.css"*/
16
- var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SSliderRating_bte4u_gg_ .___SStar_bte4u_gg_{transition:all calc(var(--intergalactic-duration-control, 200)*1ms) ease-out}.___SSliderRating_bte4u_gg_.__keyboardFocused_bte4u_gg_ .___SStar_bte4u_gg_.__hovered_bte4u_gg_{cursor:pointer;transform:scale(1.3)}@media (hover:hover){.___SSliderRating_bte4u_gg_ .___SStar_bte4u_gg_:hover{cursor:pointer;transform:scale(1.3)}}.___SSliderRating_bte4u_gg_.__keyboardFocused_bte4u_gg_{outline:0;box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.5))}@media (hover:hover){.___SSliderRating_bte4u_gg_.__readonly_bte4u_gg_ .___SStar_bte4u_gg_:hover{cursor:default;transform:none;transition:none}}.___SStar_bte4u_gg_.__filled_bte4u_gg_:active{animation:wobble .8s ease-in-out}.___SStar_bte4u_gg_ path{fill:transparent;stroke:var(--intergalactic-slider-rating-normal, #a9abb6);stroke-width:2}.___SStar_bte4u_gg_.__filled_bte4u_gg_ path{stroke-width:0;fill:var(--intergalactic-slider-rating-hover-active, #fdc23c)}" /*__inner_css_end__*/, "bte4u_gg_") /*__reshadow_css_end__*/, {
17
- "__SSliderRating": "___SSliderRating_bte4u_gg_",
18
- "__SStar": "___SStar_bte4u_gg_",
19
- "_keyboardFocused": "__keyboardFocused_bte4u_gg_",
20
- "_hovered": "__hovered_bte4u_gg_",
21
- "_readonly": "__readonly_bte4u_gg_",
22
- "_filled": "__filled_bte4u_gg_"
16
+ var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SSliderRating_1ii78_gg_ .___SStar_1ii78_gg_{transition:all calc(var(--intergalactic-duration-control, 200)*1ms) ease-out}.___SSliderRating_1ii78_gg_.__keyboardFocused_1ii78_gg_ .___SStar_1ii78_gg_.__hovered_1ii78_gg_{cursor:pointer;transform:scale(1.3)}@media (hover:hover){.___SSliderRating_1ii78_gg_ .___SStar_1ii78_gg_:hover{cursor:pointer;transform:scale(1.3)}}.___SSliderRating_1ii78_gg_.__keyboardFocused_1ii78_gg_{outline:0;box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.5))}@media (hover:hover){.___SSliderRating_1ii78_gg_.__readonly_1ii78_gg_ .___SStar_1ii78_gg_:hover{cursor:default;transform:none;transition:none}}.___SStar_1ii78_gg_.__filled_1ii78_gg_:active{animation:wobble .8s ease-in-out}.___SStar_1ii78_gg_ path{fill:transparent;stroke:var(--intergalactic-slider-rating-normal, #a9abb6);stroke-width:2}.___SStar_1ii78_gg_.__filled_1ii78_gg_ path{stroke-width:0;fill:var(--intergalactic-slider-rating-hover-active, #fdc23c)}" /*__inner_css_end__*/, "1ii78_gg_") /*__reshadow_css_end__*/, {
17
+ "__SSliderRating": "___SSliderRating_1ii78_gg_",
18
+ "__SStar": "___SStar_1ii78_gg_",
19
+ "_keyboardFocused": "__keyboardFocused_1ii78_gg_",
20
+ "_hovered": "__hovered_1ii78_gg_",
21
+ "_readonly": "__readonly_1ii78_gg_",
22
+ "_filled": "__filled_1ii78_gg_"
23
23
  });
24
24
  import keyboardFocusEnhance from 'intergalactic/utils/lib/enhances/keyboardFocusEnhance';
25
25
  import uniqueIDEnhancement from 'intergalactic/utils/lib/uniqueID';
@@ -1,12 +1,12 @@
1
1
  import x from "@babel/runtime/helpers/esm/extends";
2
- import d from "@babel/runtime/helpers/esm/objectSpread2";
2
+ import c from "@babel/runtime/helpers/esm/objectSpread2";
3
3
  import y from "@babel/runtime/helpers/esm/objectWithoutProperties";
4
4
  import F from "@babel/runtime/helpers/esm/classCallCheck";
5
5
  import L from "@babel/runtime/helpers/esm/createClass";
6
6
  import M from "@babel/runtime/helpers/esm/assertThisInitialized";
7
7
  import j from "@babel/runtime/helpers/esm/inherits";
8
8
  import P from "@babel/runtime/helpers/esm/createSuper";
9
- import l from "@babel/runtime/helpers/esm/defineProperty";
9
+ import d from "@babel/runtime/helpers/esm/defineProperty";
10
10
  import { sstyled as N } from 'intergalactic/utils/lib/core/index';
11
11
  import B, { sstyled as u, Component as I, assignProps as g } from 'intergalactic/core';
12
12
  import s from "react";
@@ -22,25 +22,25 @@ var V = ["Children", "styles", "forwardRef", "loading", "background", "theme"],
22
22
  /*__reshadow_css_start__*/
23
23
  (N.insert(
24
24
  /*__inner_css_start__*/
25
- `.___SFeedbackForm_17snt_gg_{max-width:320px}.___SCancel_17snt_gg_,.___SSubmit_17snt_gg_{display:inline-flex;margin-right:var(--intergalactic-spacing-2x, 8px)}.___SNotice_17snt_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_17snt_gg_{display:flex;align-items:center;flex-direction:column;width:320px;padding:var(--intergalactic-spacing-10x, 40px);box-sizing:border-box;outline:0}.___SEmail_17snt_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
- "17snt_gg_"
25
+ `.___SFeedbackForm_dfom5_gg_{max-width:320px}.___SCancel_dfom5_gg_,.___SSubmit_dfom5_gg_{display:inline-flex;margin-right:var(--intergalactic-spacing-2x, 8px)}.___SNotice_dfom5_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_dfom5_gg_{display:flex;align-items:center;flex-direction:column;width:320px;padding:var(--intergalactic-spacing-10x, 40px);box-sizing:border-box;outline:0}.___SEmail_dfom5_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
+ "dfom5_gg_"
27
27
  ), {
28
- __SFeedbackForm: "___SFeedbackForm_17snt_gg_",
29
- __SSubmit: "___SSubmit_17snt_gg_",
30
- __SCancel: "___SCancel_17snt_gg_",
31
- __SNotice: "___SNotice_17snt_gg_",
32
- __SSuccess: "___SSuccess_17snt_gg_",
33
- __SEmail: "___SEmail_17snt_gg_"
28
+ __SFeedbackForm: "___SFeedbackForm_dfom5_gg_",
29
+ __SSubmit: "___SSubmit_dfom5_gg_",
30
+ __SCancel: "___SCancel_dfom5_gg_",
31
+ __SNotice: "___SNotice_dfom5_gg_",
32
+ __SSuccess: "___SSuccess_dfom5_gg_",
33
+ __SEmail: "___SEmail_dfom5_gg_"
34
34
  })
35
- ), c = /* @__PURE__ */ function(n) {
36
- j(e, n);
35
+ ), l = /* @__PURE__ */ function(i) {
36
+ j(e, i);
37
37
  var a = P(e);
38
38
  function e() {
39
39
  var r;
40
40
  F(this, e);
41
- for (var t = arguments.length, o = new Array(t), i = 0; i < t; i++)
42
- o[i] = arguments[i];
43
- return r = a.call.apply(a, [this].concat(o)), l(M(r), "focusDecorator", $()), r;
41
+ for (var t = arguments.length, o = new Array(t), n = 0; n < t; n++)
42
+ o[n] = arguments[n];
43
+ return r = a.call.apply(a, [this].concat(o)), d(M(r), "focusDecorator", $()), r;
44
44
  }
45
45
  return L(e, [{
46
46
  key: "getItemProps",
@@ -53,7 +53,7 @@ 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, i = o.Children, _ = o.styles, p = o.forwardRef, h = o.loading, E = o.background, w = o.theme, k = y(o, V);
56
+ var t = S, o = this.asProps, n = o.Children, _ = o.styles, p = o.forwardRef, h = o.loading, E = o.background, w = o.theme, k = y(o, V);
57
57
  return /* @__PURE__ */ s.createElement(f, x({
58
58
  decorators: [this.focusDecorator]
59
59
  }, k), function(C) {
@@ -63,29 +63,29 @@ var V = ["Children", "styles", "forwardRef", "loading", "background", "theme"],
63
63
  theme: w,
64
64
  size: "xl",
65
65
  loading: h === void 0 ? C.submitting : h
66
- }), /* @__PURE__ */ s.createElement(t, m.cn("SFeedbackForm", d(d({
66
+ }), /* @__PURE__ */ s.createElement(t, m.cn("SFeedbackForm", c(c({
67
67
  tag: "form",
68
68
  noValidate: !0,
69
69
  method: "POST",
70
70
  ref: p
71
71
  }, k), {}, {
72
72
  onSubmit: C.handleSubmit
73
- })), typeof i.origin == "function" ? i.origin(C) : /* @__PURE__ */ s.createElement(i, m.cn("Children", {}))));
73
+ })), typeof n.origin == "function" ? n.origin(C) : /* @__PURE__ */ s.createElement(n, m.cn("Children", {}))));
74
74
  });
75
75
  }
76
76
  }]), e;
77
77
  }(I);
78
- l(c, "displayName", "FeedbackForm");
79
- l(c, "style", v);
80
- l(c, "FinalForm", {
78
+ d(l, "displayName", "FeedbackForm");
79
+ d(l, "style", v);
80
+ d(l, "FinalForm", {
81
81
  Field: Z,
82
82
  Form: f
83
83
  });
84
- l(c, "defaultProps", {
84
+ d(l, "defaultProps", {
85
85
  onSubmit: function() {
86
86
  }
87
87
  });
88
- l(c, "validate", {
88
+ d(l, "validate", {
89
89
  description: function(a) {
90
90
  return function() {
91
91
  var e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : "", r = e.split(/\s+/), t = r.join(" ");
@@ -101,31 +101,31 @@ l(c, "validate", {
101
101
  };
102
102
  }
103
103
  });
104
- function b(n) {
105
- var a = arguments[0], e, r = n.Children, t = n.styles, o = S, i = "div";
106
- return e = u(t), /* @__PURE__ */ s.createElement(o, e.cn("SSuccess", d({}, g({
104
+ function b(i) {
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", c({}, g({
107
107
  tabIndex: -1
108
- }, a))), /* @__PURE__ */ s.createElement(i, e.cn("SEmail", {
108
+ }, a))), /* @__PURE__ */ s.createElement(n, e.cn("SEmail", {
109
109
  "aria-hidden": !0
110
110
  })), /* @__PURE__ */ s.createElement("span", e.cn("span", {}), /* @__PURE__ */ s.createElement(r, e.cn("Children", {}))));
111
111
  }
112
112
  b.style = v;
113
- function H(n) {
114
- var a = arguments[0], e, r = n.styles, t = A;
115
- return e = u(r), /* @__PURE__ */ s.createElement(t, e.cn("SCancel", d({}, g({
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", c({}, g({
116
116
  type: "reset",
117
117
  use: "secondary",
118
118
  theme: "muted"
119
119
  }, a))));
120
120
  }
121
- function T(n) {
122
- var a = arguments[0], e, r = n.styles, t = n.theme, o = t === void 0 ? "muted" : t, i = n.use, _ = i === void 0 ? "secondary" : i, p = O;
123
- return e = u(r), /* @__PURE__ */ s.createElement(p, e.cn("SNotice", d({}, g({
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, _ = n === void 0 ? "secondary" : n, p = O;
123
+ return e = u(r), /* @__PURE__ */ s.createElement(p, e.cn("SNotice", c({}, g({
124
124
  "use:theme": o,
125
125
  "use:use": _
126
126
  }, a))));
127
127
  }
128
- const me = B(c, {
128
+ const me = B(l, {
129
129
  Item: R,
130
130
  Success: b,
131
131
  Submit: z,
@@ -1,49 +1,49 @@
1
1
  import _ from "@babel/runtime/helpers/esm/objectSpread2";
2
- import b from "@babel/runtime/helpers/esm/objectWithoutProperties";
3
- import x from "@babel/runtime/helpers/esm/classCallCheck";
2
+ import x from "@babel/runtime/helpers/esm/objectWithoutProperties";
3
+ import h from "@babel/runtime/helpers/esm/classCallCheck";
4
4
  import f from "@babel/runtime/helpers/esm/createClass";
5
- import y from "@babel/runtime/helpers/esm/inherits";
6
- import k from "@babel/runtime/helpers/esm/createSuper";
7
- import v from "@babel/runtime/helpers/esm/defineProperty";
8
- import { sstyled as C } from 'intergalactic/utils/lib/core/index';
9
- import B, { sstyled as w, assignProps as S, Component as P } from 'intergalactic/core';
5
+ import k from "@babel/runtime/helpers/esm/inherits";
6
+ import v from "@babel/runtime/helpers/esm/createSuper";
7
+ import C from "@babel/runtime/helpers/esm/defineProperty";
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
10
  import o from "react";
11
- import { Box as E } from 'intergalactic/flex-box';
11
+ import { Box as R } from 'intergalactic/flex-box';
12
12
  import a from 'intergalactic/checkbox';
13
- var R = ["styles", "id", "label", "type", "focused"], j = (
13
+ var j = ["styles", "id", "label", "type", "focused"], $ = (
14
14
  /*__reshadow_css_start__*/
15
- (C.insert(
15
+ (y.insert(
16
16
  /*__inner_css_start__*/
17
- ".___SCheckboxButton_mywhp_gg_{margin-top:var(--intergalactic-spacing-2x, 8px);border:1px solid var(--intergalactic-border-primary, #c4c7cf);border-radius:var(--intergalactic-rounded-medium, 6px)}.___SCheckboxButton_mywhp_gg_ label{width:100%;padding:var(--intergalactic-spacing-3x, 12px);box-sizing:border-box}.___SCheckboxButton_mywhp_gg_.__checked_mywhp_gg_{cursor:pointer;border-color:var(--intergalactic-border-info-active, #006dca);background-color:rgba(0,143,248,.1)}@media (hover:hover){.___SCheckboxButton_mywhp_gg_:hover{cursor:pointer;border-color:var(--intergalactic-border-info-active, #006dca);background-color:rgba(0,143,248,.1)}.___SCheckboxButton_mywhp_gg_.__checked_mywhp_gg_:hover{background-color:rgba(0,143,248,.2)}}",
18
- "mywhp_gg_"
17
+ ".___SCheckboxButton_m7px9_gg_{margin-top:var(--intergalactic-spacing-2x, 8px);border:1px solid var(--intergalactic-border-primary, #c4c7cf);border-radius:var(--intergalactic-rounded-medium, 6px)}.___SCheckboxButton_m7px9_gg_ label{width:100%;padding:var(--intergalactic-spacing-3x, 12px);box-sizing:border-box}.___SCheckboxButton_m7px9_gg_.__checked_m7px9_gg_{cursor:pointer;border-color:var(--intergalactic-border-info-active, #006dca);background-color:rgba(0,143,248,.1)}@media (hover:hover){.___SCheckboxButton_m7px9_gg_:hover{cursor:pointer;border-color:var(--intergalactic-border-info-active, #006dca);background-color:rgba(0,143,248,.1)}.___SCheckboxButton_m7px9_gg_.__checked_m7px9_gg_:hover{background-color:rgba(0,143,248,.2)}}",
18
+ "m7px9_gg_"
19
19
  ), {
20
- __SCheckboxButton: "___SCheckboxButton_mywhp_gg_",
21
- _checked: "__checked_mywhp_gg_"
20
+ __SCheckboxButton: "___SCheckboxButton_m7px9_gg_",
21
+ _checked: "__checked_m7px9_gg_"
22
22
  })
23
23
  ), i = /* @__PURE__ */ function(n) {
24
- y(r, n);
25
- var s = k(r);
24
+ k(r, n);
25
+ var s = v(r);
26
26
  function r() {
27
- return x(this, r), s.apply(this, arguments);
27
+ return h(this, r), s.apply(this, arguments);
28
28
  }
29
29
  return f(r, [{
30
30
  key: "render",
31
31
  value: function() {
32
32
  var p = this.asProps, t, e = this.asProps, l = e.styles, c = e.id, m = e.label;
33
33
  e.type;
34
- var d = e.focused, h = b(e, R), g = d ? 20 : !1, u = E;
35
- return t = w(l), /* @__PURE__ */ o.createElement(u, t.cn("SCheckboxButton", _({}, S({
34
+ var d = e.focused, g = x(e, j), u = d ? 20 : !1, b = R;
35
+ return t = S(l), /* @__PURE__ */ o.createElement(b, t.cn("SCheckboxButton", _({}, P({
36
36
  __excludeProps: ["onChange", "id", "type"]
37
- }, p))), /* @__PURE__ */ o.createElement(a, t.cn("Checkbox", _({}, h)), /* @__PURE__ */ o.createElement(a.Value, {
38
- autoFocus: g,
37
+ }, p))), /* @__PURE__ */ o.createElement(a, t.cn("Checkbox", _({}, g)), /* @__PURE__ */ o.createElement(a.Value, {
38
+ autoFocus: u,
39
39
  "aria-labelledby": c
40
40
  }), /* @__PURE__ */ o.createElement(a.Text, {
41
41
  id: c
42
42
  }, m)));
43
43
  }
44
44
  }]), r;
45
- }(P);
46
- v(i, "style", j);
45
+ }(E);
46
+ C(i, "style", $);
47
47
  var K = B(i);
48
48
  export {
49
49
  K as default
@@ -1,4 +1,4 @@
1
- import E from "@babel/runtime/helpers/esm/objectSpread2";
1
+ import x from "@babel/runtime/helpers/esm/objectSpread2";
2
2
  import Z from "@babel/runtime/helpers/esm/objectWithoutProperties";
3
3
  import I from "@babel/runtime/helpers/esm/extends";
4
4
  import ee from "@babel/runtime/helpers/esm/classCallCheck";
@@ -8,7 +8,7 @@ import re from "@babel/runtime/helpers/esm/inherits";
8
8
  import ne from "@babel/runtime/helpers/esm/createSuper";
9
9
  import s from "@babel/runtime/helpers/esm/defineProperty";
10
10
  import { sstyled as ae } from 'intergalactic/utils/lib/core/index';
11
- import ie, { sstyled as B, assignProps as w, Component as oe } from 'intergalactic/core';
11
+ import ie, { sstyled as B, assignProps as z, Component as oe } from 'intergalactic/core';
12
12
  import e from "react";
13
13
  import { Field as H, Form as le } from "react-final-form";
14
14
  import se from "final-form-focus";
@@ -30,15 +30,15 @@ import { SubmitButton as ke } from "../submit-button/SubmitButton.mjs";
30
30
  import ye from "../checkbox-button/CheckboxButton.mjs";
31
31
  import j from 'intergalactic/input';
32
32
  import { localizedMessages as A } from "../../translations/__intergalactic-dynamic-locales.mjs";
33
- import { NoticeBubbleManager as Ce, NoticeBubbleContainer as xe } from 'intergalactic/notice-bubble';
34
- var Ee = ["header", "submitText", "formConfig", "notificationText", "notificationTitle", "learnMoreLink", "Children", "styles", "forwardRef", "status", "theme", "background", "rating", "visible", "onVisibleChange", "notificationVisible", "onNotificationClose", "getI18nText", "errorFeedbackEmail", "modalWidth"], _e = (
33
+ import { NoticeBubbleManager as Ce, NoticeBubbleContainer as Ee } from 'intergalactic/notice-bubble';
34
+ var xe = ["header", "submitText", "formConfig", "notificationText", "notificationTitle", "learnMoreLink", "Children", "styles", "forwardRef", "status", "theme", "background", "rating", "visible", "onVisibleChange", "notificationVisible", "onNotificationClose", "getI18nText", "errorFeedbackEmail", "modalWidth"], _e = (
35
35
  /*__reshadow_css_start__*/
36
36
  (ae.insert(
37
37
  /*__inner_css_start__*/
38
- ".___SFeedbackRating_1x532_gg_ ul{margin:0;padding:0;list-style:none}.___SFeedbackRating_1x532_gg_ li{list-style:none}",
39
- "1x532_gg_"
38
+ ".___SFeedbackRating_ztp5p_gg_ ul{margin:0;padding:0;list-style:none}.___SFeedbackRating_ztp5p_gg_ li{list-style:none}",
39
+ "ztp5p_gg_"
40
40
  ), {
41
- __SFeedbackRating: "___SFeedbackRating_1x532_gg_"
41
+ __SFeedbackRating: "___SFeedbackRating_ztp5p_gg_"
42
42
  })
43
43
  ), y = /* @__PURE__ */ function(b) {
44
44
  re(o, b);
@@ -67,7 +67,7 @@ var Ee = ["header", "submitText", "formConfig", "notificationText", "notificatio
67
67
  key: t.key
68
68
  }, function(h) {
69
69
  var g = h.input;
70
- return /* @__PURE__ */ e.createElement(x.Checkbox, I({}, g, {
70
+ return /* @__PURE__ */ e.createElement(E.Checkbox, I({}, g, {
71
71
  id: t.key,
72
72
  label: t.label,
73
73
  onChange: function(l, F) {
@@ -88,7 +88,7 @@ var Ee = ["header", "submitText", "formConfig", "notificationText", "notificatio
88
88
  mt: 4,
89
89
  htmlFor: t.key,
90
90
  key: t.key
91
- }, h), /* @__PURE__ */ e.createElement(x.Item, {
91
+ }, h), /* @__PURE__ */ e.createElement(E.Item, {
92
92
  name: t.key,
93
93
  validate: t.validate,
94
94
  initialValue: m,
@@ -169,14 +169,14 @@ var Ee = ["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, $ = r.forwardRef, T = r.status, O = r.theme, U = r.background, R = r.rating, q = r.visible;
172
+ var w = r.styles, $ = r.forwardRef, T = r.status, O = r.theme, U = r.background, R = r.rating, q = r.visible;
173
173
  r.onVisibleChange;
174
- var G = r.notificationVisible, J = r.onNotificationClose, S = r.getI18nText, K = r.errorFeedbackEmail, M = r.modalWidth, z = Z(r, Ee), Q = ge, X = g.filter(function(d) {
174
+ var G = r.notificationVisible, J = r.onNotificationClose, S = r.getI18nText, K = r.errorFeedbackEmail, M = r.modalWidth, L = Z(r, xe), Q = ge, X = g.filter(function(d) {
175
175
  return d.type === "checkbox";
176
176
  }), Y = g.filter(function(d) {
177
177
  return d.type === "textarea" || d.type === "input" || d.type === "email";
178
178
  }), D = this.getNoticeTextId();
179
- return a = B(L), /* @__PURE__ */ e.createElement(N, w({}, v), /* @__PURE__ */ e.createElement(u, a.cn("Notice", {
179
+ return a = B(w), /* @__PURE__ */ e.createElement(N, z({}, v), /* @__PURE__ */ e.createElement(u, a.cn("Notice", {
180
180
  visible: G,
181
181
  "aria-label": S("leaveFeedback"),
182
182
  tag: k,
@@ -201,17 +201,17 @@ var Ee = ["header", "submitText", "formConfig", "notificationText", "notificatio
201
201
  href: F
202
202
  }), S("learnMore")))), /* @__PURE__ */ e.createElement(u.Close, {
203
203
  onClick: J
204
- })), /* @__PURE__ */ e.createElement(Q, a.cn("SFeedbackRating", E({}, w({
204
+ })), /* @__PURE__ */ e.createElement(Q, a.cn("SFeedbackRating", x({}, z({
205
205
  visible: q,
206
206
  onClose: this.handelCloseModal,
207
207
  p: 0,
208
208
  "use:w": M ?? 440,
209
209
  "aria-labelledby": this.headerId
210
- }, i))), /* @__PURE__ */ e.createElement(le, a.cn("Form", E({
210
+ }, i))), /* @__PURE__ */ e.createElement(le, a.cn("Form", x({
211
211
  decorators: [this.focusDecorator]
212
- }, z)), function(d) {
212
+ }, L)), function(d) {
213
213
  var c;
214
- return c = B(L), /* @__PURE__ */ e.createElement(me, c.cn("SpinContainer", {
214
+ return c = B(w), /* @__PURE__ */ e.createElement(me, c.cn("SpinContainer", {
215
215
  background: U,
216
216
  theme: O,
217
217
  size: "xl",
@@ -223,12 +223,12 @@ var Ee = ["header", "submitText", "formConfig", "notificationText", "notificatio
223
223
  }), /* @__PURE__ */ e.createElement(W, c.cn("SliderRating", {
224
224
  value: R,
225
225
  readonly: !0
226
- }))), (m == null ? void 0 : m.type) === x.Header ? m : /* @__PURE__ */ e.createElement(x.Header, null, m), /* @__PURE__ */ e.createElement(N, c.cn("Box", E(E({
226
+ }))), (m == null ? void 0 : m.type) === E.Header ? m : /* @__PURE__ */ e.createElement(E.Header, null, m), /* @__PURE__ */ e.createElement(N, c.cn("Box", x(x({
227
227
  tag: "form",
228
228
  noValidate: !0,
229
229
  method: "POST",
230
230
  ref: $
231
- }, z), {}, {
231
+ }, L), {}, {
232
232
  onSubmit: d.handleSubmit
233
233
  })), /* @__PURE__ */ e.createElement(H, c.cn("Field", {
234
234
  name: "rating",
@@ -254,11 +254,11 @@ var Ee = ["header", "submitText", "formConfig", "notificationText", "notificatio
254
254
  }))), /* @__PURE__ */ e.createElement(k, c.cn("Flex", {
255
255
  mt: 4,
256
256
  justifyContent: "center"
257
- }), /* @__PURE__ */ e.createElement(x.Submit, {
257
+ }), /* @__PURE__ */ e.createElement(E.Submit, {
258
258
  loading: T !== "loading" ? d.submitting : T === "loading",
259
259
  size: "l"
260
260
  }, h ?? S("submitButton")))));
261
- })), /* @__PURE__ */ e.createElement(xe, a.cn("NoticeBubbleContainer", {
261
+ })), /* @__PURE__ */ e.createElement(Ee, a.cn("NoticeBubbleContainer", {
262
262
  manager: this.manager
263
263
  })));
264
264
  }
@@ -291,7 +291,7 @@ s(y, "validate", {
291
291
  });
292
292
  function Fe(b) {
293
293
  var p = arguments[0], o, n = b.styles, i = P;
294
- return o = B(n), /* @__PURE__ */ e.createElement(i, o.cn("SHeader", E({}, w({
294
+ return o = B(n), /* @__PURE__ */ e.createElement(i, o.cn("SHeader", x({}, z({
295
295
  size: 300,
296
296
  tag: "h2",
297
297
  mb: 4,
@@ -299,12 +299,12 @@ function Fe(b) {
299
299
  textAlign: "center"
300
300
  }, p))));
301
301
  }
302
- var x = ie(y, {
302
+ var E = ie(y, {
303
303
  Header: Fe,
304
304
  Item: ve,
305
305
  Checkbox: ye,
306
306
  Submit: ke
307
307
  });
308
308
  export {
309
- x as default
309
+ E as default
310
310
  };