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.
- package/CHANGELOG.md +7 -0
- package/accordion/lib/cjs/Accordion.js +9 -9
- package/accordion/lib/es6/Accordion.js +9 -9
- package/accordion/lib/esm/Accordion.mjs +60 -60
- package/accordion/package.json +1 -1
- package/add-filter/package.json +1 -1
- package/animation/package.json +1 -1
- package/badge/package.json +1 -1
- package/base-trigger/lib/cjs/BaseTrigger.js +18 -18
- package/base-trigger/lib/cjs/ButtonTrigger.js +3 -3
- package/base-trigger/lib/cjs/FilterTrigger.js +7 -7
- package/base-trigger/lib/cjs/LinkTrigger.js +12 -12
- package/base-trigger/lib/es6/BaseTrigger.js +18 -18
- package/base-trigger/lib/es6/ButtonTrigger.js +3 -3
- package/base-trigger/lib/es6/FilterTrigger.js +7 -7
- package/base-trigger/lib/es6/LinkTrigger.js +12 -12
- package/base-trigger/lib/esm/BaseTrigger.mjs +50 -50
- package/base-trigger/lib/esm/ButtonTrigger.mjs +20 -20
- package/base-trigger/lib/esm/FilterTrigger.mjs +79 -79
- package/base-trigger/lib/esm/LinkTrigger.mjs +44 -44
- package/base-trigger/package.json +1 -1
- package/breadcrumbs/lib/cjs/Breadcrumbs.js +8 -8
- package/breadcrumbs/lib/es6/Breadcrumbs.js +8 -8
- package/breadcrumbs/lib/esm/Breadcrumbs.mjs +41 -41
- package/breadcrumbs/package.json +1 -1
- package/breakpoints/package.json +1 -1
- package/bulk-textarea/lib/cjs/components/InputField/InputField.js +12 -12
- package/bulk-textarea/lib/es6/components/InputField/InputField.js +12 -12
- package/bulk-textarea/lib/esm/components/InputField/InputField.mjs +171 -171
- package/bulk-textarea/package.json +1 -1
- package/button/package.json +1 -1
- package/card/lib/cjs/Card.js +6 -6
- package/card/lib/es6/Card.js +6 -6
- package/card/lib/esm/Card.mjs +14 -14
- package/card/package.json +1 -1
- package/carousel/lib/cjs/Carousel.js +21 -21
- package/carousel/lib/es6/Carousel.js +21 -21
- package/carousel/lib/esm/Carousel.mjs +72 -72
- package/carousel/package.json +1 -1
- package/checkbox/package.json +1 -1
- package/color-picker/lib/cjs/ColorPicker.js +24 -24
- package/color-picker/lib/cjs/PaletteManager.js +24 -24
- package/color-picker/lib/cjs/components/InputColor.js +24 -24
- package/color-picker/lib/es6/ColorPicker.js +24 -24
- package/color-picker/lib/es6/PaletteManager.js +24 -24
- package/color-picker/lib/es6/components/InputColor.js +24 -24
- package/color-picker/lib/esm/ColorPicker.mjs +70 -70
- package/color-picker/lib/esm/PaletteManager.mjs +53 -53
- package/color-picker/lib/esm/components/InputColor.mjs +64 -64
- package/color-picker/package.json +1 -1
- package/components.json +29 -29
- package/core/package.json +1 -1
- package/counter/package.json +1 -1
- package/d3-chart/lib/cjs/Area.js +11 -11
- package/d3-chart/lib/cjs/Axis.js +14 -14
- package/d3-chart/lib/cjs/Bar.js +16 -16
- package/d3-chart/lib/cjs/Bubble.js +12 -12
- package/d3-chart/lib/cjs/CompactHorizontalBar.js +16 -16
- package/d3-chart/lib/cjs/Donut.js +9 -9
- package/d3-chart/lib/cjs/Dots.js +8 -8
- package/d3-chart/lib/cjs/HorizontalBar.js +16 -16
- package/d3-chart/lib/cjs/Hover.js +3 -3
- package/d3-chart/lib/cjs/Line.js +9 -9
- package/d3-chart/lib/cjs/Plot.js +3 -3
- package/d3-chart/lib/cjs/Radar.js +19 -19
- package/d3-chart/lib/cjs/RadialTree.js +12 -12
- package/d3-chart/lib/cjs/Reference.js +12 -12
- package/d3-chart/lib/cjs/ScatterPlot.js +9 -9
- package/d3-chart/lib/cjs/Tooltip.js +9 -9
- package/d3-chart/lib/cjs/Venn.js +9 -9
- package/d3-chart/lib/cjs/a11y/PlotA11yModule.js +2 -2
- package/d3-chart/lib/cjs/a11y/PlotA11yView.js +2 -2
- package/d3-chart/lib/cjs/component/ChartLegend/LegendFlex/LegendFlex.js +4 -4
- package/d3-chart/lib/cjs/component/ChartLegend/LegendItem/LegendItem.js +17 -17
- package/d3-chart/lib/cjs/component/ChartLegend/LegendTable/LegendTable.js +6 -6
- package/d3-chart/lib/es6/Area.js +11 -11
- package/d3-chart/lib/es6/Axis.js +14 -14
- package/d3-chart/lib/es6/Bar.js +16 -16
- package/d3-chart/lib/es6/Bubble.js +12 -12
- package/d3-chart/lib/es6/CompactHorizontalBar.js +16 -16
- package/d3-chart/lib/es6/Donut.js +9 -9
- package/d3-chart/lib/es6/Dots.js +8 -8
- package/d3-chart/lib/es6/HorizontalBar.js +16 -16
- package/d3-chart/lib/es6/Hover.js +3 -3
- package/d3-chart/lib/es6/Line.js +9 -9
- package/d3-chart/lib/es6/Plot.js +3 -3
- package/d3-chart/lib/es6/Radar.js +19 -19
- package/d3-chart/lib/es6/RadialTree.js +12 -12
- package/d3-chart/lib/es6/Reference.js +12 -12
- package/d3-chart/lib/es6/ScatterPlot.js +9 -9
- package/d3-chart/lib/es6/Tooltip.js +9 -9
- package/d3-chart/lib/es6/Venn.js +9 -9
- package/d3-chart/lib/es6/a11y/PlotA11yModule.js +2 -2
- package/d3-chart/lib/es6/a11y/PlotA11yView.js +2 -2
- package/d3-chart/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.js +4 -4
- package/d3-chart/lib/es6/component/ChartLegend/LegendItem/LegendItem.js +17 -17
- package/d3-chart/lib/es6/component/ChartLegend/LegendTable/LegendTable.js +6 -6
- package/d3-chart/lib/esm/semcore/d3-chart/src/Area.mjs +68 -68
- package/d3-chart/lib/esm/semcore/d3-chart/src/Axis.mjs +154 -154
- package/d3-chart/lib/esm/semcore/d3-chart/src/Bar.mjs +62 -62
- package/d3-chart/lib/esm/semcore/d3-chart/src/Bubble.mjs +78 -78
- package/d3-chart/lib/esm/semcore/d3-chart/src/CompactHorizontalBar.mjs +99 -99
- package/d3-chart/lib/esm/semcore/d3-chart/src/Donut.mjs +129 -129
- package/d3-chart/lib/esm/semcore/d3-chart/src/Dots.mjs +35 -35
- package/d3-chart/lib/esm/semcore/d3-chart/src/HorizontalBar.mjs +54 -54
- package/d3-chart/lib/esm/semcore/d3-chart/src/Hover.mjs +17 -17
- package/d3-chart/lib/esm/semcore/d3-chart/src/Line.mjs +85 -85
- package/d3-chart/lib/esm/semcore/d3-chart/src/Plot.mjs +25 -25
- package/d3-chart/lib/esm/semcore/d3-chart/src/Radar.mjs +138 -138
- package/d3-chart/lib/esm/semcore/d3-chart/src/RadialTree.mjs +95 -95
- package/d3-chart/lib/esm/semcore/d3-chart/src/Reference.mjs +65 -65
- package/d3-chart/lib/esm/semcore/d3-chart/src/ScatterPlot.mjs +63 -63
- package/d3-chart/lib/esm/semcore/d3-chart/src/Tooltip.mjs +66 -66
- package/d3-chart/lib/esm/semcore/d3-chart/src/Venn.mjs +62 -62
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/PlotA11yModule.mjs +31 -31
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/PlotA11yView.mjs +33 -33
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/ChartLegend/LegendFlex/LegendFlex.mjs +20 -20
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/ChartLegend/LegendItem/LegendItem.mjs +101 -101
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/ChartLegend/LegendTable/LegendTable.mjs +34 -34
- package/d3-chart/package.json +1 -1
- package/data-table/lib/cjs/Body.js +3 -3
- package/data-table/lib/cjs/DataTable.js +36 -36
- package/data-table/lib/es6/Body.js +3 -3
- package/data-table/lib/es6/DataTable.js +36 -36
- package/data-table/lib/esm/Body.mjs +69 -69
- package/data-table/lib/esm/DataTable.mjs +253 -253
- package/data-table/package.json +1 -1
- package/date-picker/lib/cjs/components/Calendar.js +21 -21
- package/date-picker/lib/cjs/components/DateRangeComparatorAbstract.js +29 -29
- package/date-picker/lib/cjs/components/InputTrigger.js +29 -29
- package/date-picker/lib/cjs/components/PickerAbstract.js +29 -29
- package/date-picker/lib/cjs/components/RangePickerAbstract.js +29 -29
- package/date-picker/lib/es6/components/Calendar.js +21 -21
- package/date-picker/lib/es6/components/DateRangeComparatorAbstract.js +29 -29
- package/date-picker/lib/es6/components/InputTrigger.js +29 -29
- package/date-picker/lib/es6/components/PickerAbstract.js +29 -29
- package/date-picker/lib/es6/components/RangePickerAbstract.js +29 -29
- package/date-picker/lib/esm/components/Calendar.mjs +151 -151
- package/date-picker/lib/esm/components/DateRangeComparatorAbstract.mjs +158 -158
- package/date-picker/lib/esm/components/InputTrigger.mjs +232 -232
- package/date-picker/lib/esm/components/PickerAbstract.mjs +89 -89
- package/date-picker/lib/esm/components/RangePickerAbstract.mjs +124 -124
- package/date-picker/package.json +1 -1
- package/divider/package.json +1 -1
- package/dot/package.json +1 -1
- package/drag-and-drop/lib/cjs/DragAndDrop.js +17 -17
- package/drag-and-drop/lib/es6/DragAndDrop.js +17 -17
- package/drag-and-drop/lib/esm/DragAndDrop.mjs +225 -225
- package/drag-and-drop/package.json +1 -1
- package/dropdown/package.json +1 -1
- package/dropdown-menu/lib/cjs/DropdownMenu.js +18 -18
- package/dropdown-menu/lib/es6/DropdownMenu.js +18 -18
- package/dropdown-menu/lib/esm/DropdownMenu.mjs +143 -143
- package/dropdown-menu/package.json +1 -1
- package/ellipsis/package.json +1 -1
- package/errors/package.json +1 -1
- package/feature-popover/lib/cjs/FeaturePopover.js +11 -11
- package/feature-popover/lib/es6/FeaturePopover.js +11 -11
- package/feature-popover/lib/esm/FeaturePopover.mjs +47 -47
- package/feature-popover/package.json +1 -1
- package/feedback-form/lib/cjs/FeedbackForm.js +7 -7
- package/feedback-form/lib/cjs/component/checkbox-button/CheckboxButton.js +3 -3
- package/feedback-form/lib/cjs/component/feedback-rating/FeedbackRating.js +2 -2
- package/feedback-form/lib/cjs/component/slider-rating/SliderRating.js +7 -7
- package/feedback-form/lib/es6/FeedbackForm.js +7 -7
- package/feedback-form/lib/es6/component/checkbox-button/CheckboxButton.js +3 -3
- package/feedback-form/lib/es6/component/feedback-rating/FeedbackRating.js +2 -2
- package/feedback-form/lib/es6/component/slider-rating/SliderRating.js +7 -7
- package/feedback-form/lib/esm/FeedbackForm.mjs +51 -51
- package/feedback-form/lib/esm/component/checkbox-button/CheckboxButton.mjs +21 -21
- package/feedback-form/lib/esm/component/feedback-rating/FeedbackRating.mjs +41 -41
- package/feedback-form/lib/esm/component/slider-rating/SliderRating.mjs +75 -75
- package/feedback-form/package.json +1 -1
- package/flags/package.json +1 -1
- package/flex-box/package.json +1 -1
- package/format-text/package.json +1 -1
- package/fullscreen-modal/lib/cjs/FullscreenModal.js +13 -13
- package/fullscreen-modal/lib/es6/FullscreenModal.js +13 -13
- package/fullscreen-modal/lib/esm/FullscreenModal.mjs +44 -44
- package/fullscreen-modal/package.json +1 -1
- package/grid/package.json +1 -1
- package/i18n-unplugin/package.json +1 -1
- package/icon/color/Confluence/l/index.js +4 -4
- package/icon/color/Confluence/l/index.mjs +4 -4
- package/icon/color/Confluence/m/index.js +4 -4
- package/icon/color/Confluence/m/index.mjs +4 -4
- package/icon/color/MetaColored/l/index.js +4 -4
- package/icon/color/MetaColored/l/index.mjs +4 -4
- package/icon/color/MetaColored/m/index.js +4 -4
- package/icon/color/MetaColored/m/index.mjs +4 -4
- package/icon/color/MicrosoftOffice/l/index.js +10 -10
- package/icon/color/MicrosoftOffice/l/index.mjs +10 -10
- package/icon/color/MicrosoftOffice/m/index.js +10 -10
- package/icon/color/MicrosoftOffice/m/index.mjs +10 -10
- package/icon/lib/cjs/Icon.js +5 -5
- package/icon/lib/es6/Icon.js +5 -5
- package/icon/lib/esm/Icon.mjs +33 -33
- package/icon/package.json +1 -1
- package/icon/pay/Discover/l/index.js +1 -1
- package/icon/pay/Discover/l/index.mjs +1 -1
- package/icon/pay/Discover/m/index.js +1 -1
- package/icon/pay/Discover/m/index.mjs +1 -1
- package/icon/pay/JCB/l/index.js +10 -10
- package/icon/pay/JCB/l/index.mjs +10 -10
- package/icon/pay/JCB/m/index.js +10 -10
- package/icon/pay/JCB/m/index.mjs +10 -10
- package/icon/pay/Visa/l/index.js +2 -2
- package/icon/pay/Visa/l/index.mjs +2 -2
- package/icon/pay/Visa/m/index.js +2 -2
- package/icon/pay/Visa/m/index.mjs +2 -2
- package/icon/platform/AIToolkit/index.d.ts +6 -0
- package/icon/platform/AIToolkit/index.js +36 -0
- package/icon/platform/AIToolkit/index.mjs +25 -0
- package/icon/platform/SEOToolkit/index.js +2 -2
- package/icon/platform/SEOToolkit/index.mjs +2 -2
- package/illustration/package.json +1 -1
- package/inline-edit/package.json +1 -1
- package/inline-input/lib/cjs/InlineInput.js +14 -14
- package/inline-input/lib/es6/InlineInput.js +14 -14
- package/inline-input/lib/esm/InlineInput.mjs +127 -127
- package/inline-input/package.json +1 -1
- package/input/package.json +1 -1
- package/input-mask/package.json +1 -1
- package/input-number/package.json +1 -1
- package/input-tags/package.json +1 -1
- package/link/package.json +1 -1
- package/mini-chart/package.json +1 -1
- package/modal/lib/cjs/Modal.js +8 -8
- package/modal/lib/es6/Modal.js +8 -8
- package/modal/lib/esm/Modal.mjs +96 -96
- package/modal/package.json +1 -1
- package/neighbor-location/package.json +1 -1
- package/notice/lib/cjs/Notice.js +16 -16
- package/notice/lib/es6/Notice.js +16 -16
- package/notice/lib/esm/Notice.mjs +73 -73
- package/notice/package.json +1 -1
- package/notice-bubble/lib/cjs/NoticeBubble.js +15 -15
- package/notice-bubble/lib/es6/NoticeBubble.js +15 -15
- package/notice-bubble/lib/esm/NoticeBubble.mjs +123 -123
- package/notice-bubble/package.json +1 -1
- package/notice-global/lib/cjs/NoticeGlobal.js +11 -11
- package/notice-global/lib/es6/NoticeGlobal.js +11 -11
- package/notice-global/lib/esm/NoticeGlobal.mjs +49 -49
- package/notice-global/package.json +1 -1
- package/outside-click/package.json +1 -1
- package/package.json +1 -1
- package/pagination/lib/cjs/Pagination.js +12 -12
- package/pagination/lib/es6/Pagination.js +12 -12
- package/pagination/lib/esm/Pagination.mjs +13 -13
- package/pagination/package.json +1 -1
- package/pills/package.json +1 -1
- package/popper/package.json +1 -1
- package/portal/package.json +1 -1
- package/product-head/package.json +1 -1
- package/progress-bar/package.json +1 -1
- package/radio/package.json +1 -1
- package/scroll-area/package.json +1 -1
- package/select/lib/cjs/InputSearch.js +6 -6
- package/select/lib/cjs/Select.js +8 -8
- package/select/lib/es6/InputSearch.js +6 -6
- package/select/lib/es6/Select.js +8 -8
- package/select/lib/esm/InputSearch.mjs +35 -35
- package/select/lib/esm/Select.mjs +60 -60
- package/select/package.json +1 -1
- package/side-panel/lib/cjs/SidePanel.js +16 -16
- package/side-panel/lib/es6/SidePanel.js +16 -16
- package/side-panel/lib/esm/SidePanel.mjs +56 -56
- package/side-panel/package.json +1 -1
- package/skeleton/package.json +1 -1
- package/slider/package.json +1 -1
- package/spin/package.json +1 -1
- package/spin-container/package.json +1 -1
- package/sticky/package.json +1 -1
- package/switch/package.json +1 -1
- package/tab-line/package.json +1 -1
- package/tab-panel/package.json +1 -1
- package/tag/lib/cjs/Tag.js +23 -23
- package/tag/lib/es6/Tag.js +23 -23
- package/tag/lib/esm/Tag.mjs +184 -184
- package/tag/package.json +1 -1
- package/textarea/package.json +1 -1
- package/time-picker/lib/cjs/TimePicker.js +12 -12
- package/time-picker/lib/es6/TimePicker.js +12 -12
- package/time-picker/lib/esm/TimePicker.mjs +93 -93
- package/time-picker/package.json +1 -1
- package/tooltip/package.json +1 -1
- package/typography/lib/cjs/Blockquote.js +4 -4
- package/typography/lib/cjs/Hint.js +7 -7
- package/typography/lib/cjs/List.js +5 -5
- package/typography/lib/cjs/Text.js +34 -34
- package/typography/lib/es6/Blockquote.js +4 -4
- package/typography/lib/es6/Hint.js +7 -7
- package/typography/lib/es6/List.js +5 -5
- package/typography/lib/es6/Text.js +34 -34
- package/typography/lib/esm/Blockquote.mjs +20 -20
- package/typography/lib/esm/Hint.mjs +19 -19
- package/typography/lib/esm/List.mjs +36 -36
- package/typography/lib/esm/Text.mjs +53 -53
- package/typography/package.json +1 -1
- package/widget-empty/package.json +1 -1
- package/wizard/lib/cjs/Wizard.js +12 -12
- package/wizard/lib/es6/Wizard.js +12 -12
- package/wizard/lib/esm/Wizard.mjs +94 -94
- package/wizard/package.json +1 -1
@@ -1,48 +1,48 @@
|
|
1
|
-
import
|
1
|
+
import x from "@babel/runtime/helpers/esm/extends";
|
2
2
|
import d from "@babel/runtime/helpers/esm/objectSpread2";
|
3
|
-
import
|
4
|
-
import
|
5
|
-
import
|
6
|
-
import
|
7
|
-
import
|
8
|
-
import
|
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
|
11
|
-
import
|
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
|
14
|
-
import
|
15
|
-
import
|
16
|
-
import
|
17
|
-
import { NoticeSmart as
|
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
|
20
|
-
import { SubmitButton as
|
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
|
-
(
|
23
|
+
(P.insert(
|
24
24
|
/*__inner_css_start__*/
|
25
|
-
`.
|
26
|
-
"
|
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: "
|
29
|
-
__SSubmit: "
|
30
|
-
__SCancel: "
|
31
|
-
__SNotice: "
|
32
|
-
__SSuccess: "
|
33
|
-
__SEmail: "
|
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
|
-
|
37
|
-
var a =
|
36
|
+
j(e, i);
|
37
|
+
var a = z(e);
|
38
38
|
function e() {
|
39
39
|
var r;
|
40
|
-
|
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(
|
43
|
+
return r = a.call.apply(a, [this].concat(o)), l(M(r), "focusDecorator", Z()), r;
|
44
44
|
}
|
45
|
-
return
|
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,
|
57
|
-
return /* @__PURE__ */ s.createElement(f,
|
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(
|
59
|
+
}, k), function(p) {
|
60
60
|
var m;
|
61
|
-
return m = u(
|
62
|
-
background:
|
63
|
-
theme:
|
61
|
+
return m = u(_), /* @__PURE__ */ s.createElement(A, m.cn("SpinContainer", {
|
62
|
+
background: E,
|
63
|
+
theme: w,
|
64
64
|
size: "xl",
|
65
|
-
loading:
|
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:
|
73
|
-
})), typeof n.origin == "function" ? n.origin(
|
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
|
-
}(
|
77
|
+
}(B);
|
78
78
|
l(c, "displayName", "FeedbackForm");
|
79
79
|
l(c, "style", v);
|
80
80
|
l(c, "FinalForm", {
|
81
|
-
Field:
|
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({},
|
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 =
|
115
|
-
return e = u(r), /* @__PURE__ */ s.createElement(t, e.cn("SCancel", d({},
|
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,
|
123
|
-
return e = u(r), /* @__PURE__ */ s.createElement(
|
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":
|
125
|
+
"use:use": _
|
126
126
|
}, a))));
|
127
127
|
}
|
128
|
-
const me =
|
129
|
-
Item:
|
128
|
+
const me = N(c, {
|
129
|
+
Item: O,
|
130
130
|
Success: b,
|
131
|
-
Submit:
|
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
|
10
|
-
import
|
11
|
-
import { Box as
|
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
|
13
|
+
var R = ["styles", "id", "label", "type", "focused"], $ = (
|
14
14
|
/*__reshadow_css_start__*/
|
15
15
|
(y.insert(
|
16
16
|
/*__inner_css_start__*/
|
17
|
-
".
|
18
|
-
"
|
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: "
|
21
|
-
_checked: "
|
20
|
+
__SCheckboxButton: "___SCheckboxButton_jto54_gg_",
|
21
|
+
_checked: "__checked_jto54_gg_"
|
22
22
|
})
|
23
23
|
), i = /* @__PURE__ */ function(n) {
|
24
|
-
k(
|
25
|
-
var s = v(
|
26
|
-
function
|
27
|
-
return x(this,
|
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(
|
29
|
+
return f(o, [{
|
30
30
|
key: "render",
|
31
31
|
value: function() {
|
32
|
-
var
|
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,
|
35
|
-
return t =
|
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
|
-
},
|
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__ */
|
40
|
+
}), /* @__PURE__ */ r.createElement(a.Text, {
|
41
41
|
id: c
|
42
|
-
},
|
42
|
+
}, p)));
|
43
43
|
}
|
44
|
-
}]),
|
45
|
-
}(
|
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
|
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
|
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
|
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
|
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
|
30
|
-
import
|
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
|
-
".
|
39
|
-
"
|
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: "
|
41
|
+
__SFeedbackRating: "___SFeedbackRating_k4kjq_gg_"
|
42
42
|
})
|
43
|
-
),
|
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(
|
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(
|
84
|
+
return /* @__PURE__ */ e.createElement(k, {
|
85
85
|
direction: "column"
|
86
|
-
}, /* @__PURE__ */ e.createElement(
|
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
|
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,
|
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
|
-
}),
|
179
|
-
return a = B(
|
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:
|
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:
|
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:
|
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":
|
199
|
-
}))), F && /* @__PURE__ */ e.createElement(
|
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({},
|
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
|
-
},
|
212
|
+
}, z)), function(d) {
|
213
213
|
var c;
|
214
|
-
return c = B(
|
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(
|
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
|
-
},
|
231
|
+
}, z), {}, {
|
232
232
|
onSubmit: d.handleSubmit
|
233
|
-
})), /* @__PURE__ */ e.createElement(
|
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(
|
256
|
-
href: "mailto:".concat(
|
257
|
-
}),
|
258
|
-
}))), /* @__PURE__ */ e.createElement(
|
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(
|
272
|
-
s(
|
273
|
-
s(
|
274
|
-
s(
|
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(
|
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({},
|
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(
|
306
|
+
var E = oe(y, {
|
307
307
|
Header: Fe,
|
308
308
|
Item: ve,
|
309
|
-
Checkbox:
|
310
|
-
Submit:
|
309
|
+
Checkbox: ye,
|
310
|
+
Submit: ke
|
311
311
|
});
|
312
312
|
export {
|
313
313
|
E as default
|