intergalactic 15.87.0-prerelease.3 → 15.87.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 +1 -10
- package/accordion/lib/cjs/Accordion.js +7 -7
- package/accordion/lib/es6/Accordion.js +7 -7
- package/animation/lib/cjs/Animation.js +11 -11
- package/animation/lib/cjs/Collapse.js +28 -28
- package/animation/lib/cjs/FadeInOut.js +28 -28
- package/animation/lib/cjs/Scale.js +28 -28
- package/animation/lib/cjs/Slide.js +28 -28
- package/animation/lib/cjs/Transform.js +28 -28
- package/animation/lib/es6/Animation.js +11 -11
- package/animation/lib/es6/Collapse.js +28 -28
- package/animation/lib/es6/FadeInOut.js +28 -28
- package/animation/lib/es6/Scale.js +28 -28
- package/animation/lib/es6/Slide.js +28 -28
- package/animation/lib/es6/Transform.js +28 -28
- package/badge/lib/cjs/Badge.js +6 -6
- package/badge/lib/es6/Badge.js +6 -6
- 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/breadcrumbs/lib/cjs/Breadcrumbs.js +6 -6
- package/breadcrumbs/lib/es6/Breadcrumbs.js +6 -6
- package/card/lib/cjs/Card.js +8 -8
- package/card/lib/es6/Card.js +8 -8
- package/carousel/lib/cjs/Carousel.js +19 -19
- package/carousel/lib/es6/Carousel.js +19 -19
- package/checkbox/lib/cjs/Checkbox.js +18 -18
- package/checkbox/lib/es6/Checkbox.js +18 -18
- package/color-picker/lib/cjs/ColorPicker.js +23 -23
- package/color-picker/lib/cjs/PaletteManager.js +23 -23
- package/color-picker/lib/cjs/components/InputColor.js +23 -23
- package/color-picker/lib/es6/ColorPicker.js +23 -23
- package/color-picker/lib/es6/PaletteManager.js +23 -23
- package/color-picker/lib/es6/components/InputColor.js +23 -23
- package/components.json +70 -70
- package/counter/lib/cjs/Counter.js +10 -10
- package/counter/lib/es6/Counter.js +10 -10
- 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 +10 -10
- package/d3-chart/lib/cjs/Bubble.js +12 -12
- 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 +10 -10
- 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 +11 -11
- package/d3-chart/lib/cjs/ReferenceLine.js +9 -9
- 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 +10 -10
- package/d3-chart/lib/es6/Bubble.js +12 -12
- 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 +10 -10
- 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 +11 -11
- package/d3-chart/lib/es6/ReferenceLine.js +9 -9
- 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/data-table/lib/cjs/DataTable.js +37 -37
- package/data-table/lib/es6/DataTable.js +37 -37
- 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/divider/lib/cjs/Divider.js +9 -9
- package/divider/lib/es6/Divider.js +9 -9
- package/dot/lib/cjs/Dot.js +10 -10
- package/dot/lib/es6/Dot.js +10 -10
- package/drag-and-drop/lib/cjs/DragAndDrop.js +16 -16
- package/drag-and-drop/lib/es6/DragAndDrop.js +16 -16
- package/dropdown/lib/cjs/Dropdown.js +2 -2
- package/dropdown/lib/es6/Dropdown.js +2 -2
- package/dropdown-menu/lib/cjs/DropdownMenu.js +16 -16
- package/dropdown-menu/lib/cjs/styleScrollArea.js +6 -6
- package/dropdown-menu/lib/es6/DropdownMenu.js +16 -16
- package/dropdown-menu/lib/es6/styleScrollArea.js +6 -6
- package/ellipsis/lib/cjs/Ellipsis.js +10 -10
- package/ellipsis/lib/es6/Ellipsis.js +10 -10
- package/errors/lib/cjs/Error.js +9 -9
- package/errors/lib/es6/Error.js +9 -9
- package/feature-popover/lib/cjs/FeaturePopover.js +10 -10
- package/feature-popover/lib/es6/FeaturePopover.js +10 -10
- package/feedback-form/index.d.ts +0 -4
- package/feedback-form/lib/cjs/FeedbackForm.js +86 -28
- package/feedback-form/lib/cjs/FeedbackForm.js.map +1 -1
- package/feedback-form/lib/cjs/index.d.js +0 -12
- package/feedback-form/lib/cjs/index.d.js.map +1 -1
- package/feedback-form/lib/cjs/index.js +0 -7
- package/feedback-form/lib/cjs/index.js.map +1 -1
- package/feedback-form/lib/es6/FeedbackForm.js +88 -28
- package/feedback-form/lib/es6/FeedbackForm.js.map +1 -1
- package/feedback-form/lib/es6/index.d.js +1 -5
- package/feedback-form/lib/es6/index.d.js.map +1 -1
- package/feedback-form/lib/es6/index.js +0 -2
- package/feedback-form/lib/es6/index.js.map +1 -1
- package/feedback-form/lib/types/index.d.ts +0 -4
- package/flex-box/lib/cjs/Box/useBox.js +3 -3
- package/flex-box/lib/cjs/Flex/useFlex.js +3 -3
- package/flex-box/lib/cjs/invalid-state-box/InvalidStateBox.js +2 -2
- package/flex-box/lib/es6/Box/useBox.js +3 -3
- package/flex-box/lib/es6/Flex/useFlex.js +3 -3
- package/flex-box/lib/es6/invalid-state-box/InvalidStateBox.js +2 -2
- package/format-text/lib/cjs/FormatText.js +5 -5
- package/format-text/lib/es6/FormatText.js +5 -5
- package/fullscreen-modal/lib/cjs/FullscreenModal.js +13 -13
- package/fullscreen-modal/lib/es6/FullscreenModal.js +13 -13
- package/grid/lib/cjs/Grid.js +114 -114
- package/grid/lib/es6/Grid.js +114 -114
- 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/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/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/illustration/lib/cjs/index.js +1 -1
- package/illustration/lib/es6/index.js +1 -1
- package/inline-edit/lib/cjs/InlineEdit.js +4 -4
- package/inline-edit/lib/es6/InlineEdit.js +4 -4
- package/inline-input/lib/cjs/InlineInput.js +18 -18
- package/inline-input/lib/es6/InlineInput.js +18 -18
- package/input/lib/cjs/Input.js +17 -17
- package/input/lib/es6/Input.js +17 -17
- package/input-mask/lib/cjs/InputMask.js +6 -6
- package/input-mask/lib/es6/InputMask.js +6 -6
- package/input-number/lib/cjs/InputNumber.js +10 -10
- package/input-number/lib/cjs/InputNumber.js.map +1 -1
- package/input-number/lib/es6/InputNumber.js +10 -10
- package/input-number/lib/es6/InputNumber.js.map +1 -1
- package/input-tags/lib/cjs/InputTags.js +12 -12
- package/input-tags/lib/es6/InputTags.js +12 -12
- package/link/lib/cjs/Link.js +12 -12
- package/link/lib/es6/Link.js +12 -12
- package/mini-chart/lib/cjs/component/score/Donut.js +9 -9
- package/mini-chart/lib/cjs/component/score/Line.js +17 -17
- package/mini-chart/lib/cjs/component/trend/Bar.js +7 -7
- package/mini-chart/lib/cjs/component/trend/Line.js +7 -7
- package/mini-chart/lib/es6/component/score/Donut.js +9 -9
- package/mini-chart/lib/es6/component/score/Line.js +17 -17
- package/mini-chart/lib/es6/component/trend/Bar.js +7 -7
- package/mini-chart/lib/es6/component/trend/Line.js +7 -7
- package/modal/lib/cjs/Modal.js +9 -9
- package/modal/lib/es6/Modal.js +9 -9
- package/notice/lib/cjs/Notice.js +13 -13
- package/notice/lib/es6/Notice.js +13 -13
- package/notice-bubble/lib/cjs/NoticeBubble.js +12 -12
- package/notice-bubble/lib/es6/NoticeBubble.js +12 -12
- package/notice-global/lib/cjs/NoticeGlobal.js +11 -11
- package/notice-global/lib/es6/NoticeGlobal.js +11 -11
- package/package.json +2 -2
- package/pagination/lib/cjs/Pagination.js +10 -10
- package/pagination/lib/es6/Pagination.js +10 -10
- package/pills/lib/cjs/Pills.js +13 -13
- package/pills/lib/es6/Pills.js +13 -13
- package/popper/lib/cjs/Popper.js +6 -6
- package/popper/lib/es6/Popper.js +6 -6
- package/product-head/lib/cjs/Info.js +4 -4
- package/product-head/lib/cjs/ProductHead.js +5 -5
- package/product-head/lib/cjs/Title.js +4 -4
- package/product-head/lib/es6/Info.js +4 -4
- package/product-head/lib/es6/ProductHead.js +5 -5
- package/product-head/lib/es6/Title.js +4 -4
- package/progress-bar/lib/cjs/ProgressBar.js +15 -15
- package/progress-bar/lib/es6/ProgressBar.js +15 -15
- package/radio/lib/cjs/Radio.js +16 -16
- package/radio/lib/es6/Radio.js +16 -16
- package/scroll-area/lib/cjs/ScrollArea.js +21 -21
- package/scroll-area/lib/cjs/ScrollBar.js +6 -6
- package/scroll-area/lib/es6/ScrollArea.js +21 -21
- package/scroll-area/lib/es6/ScrollBar.js +6 -6
- 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/side-panel/lib/cjs/SidePanel.js +15 -15
- package/side-panel/lib/es6/SidePanel.js +15 -15
- package/skeleton/lib/cjs/Charts/Area.js +9 -9
- package/skeleton/lib/cjs/Charts/Bar.js +9 -9
- package/skeleton/lib/cjs/Charts/Bubble.js +9 -9
- package/skeleton/lib/cjs/Charts/Donut.js +9 -9
- package/skeleton/lib/cjs/Charts/Histogram.js +9 -9
- package/skeleton/lib/cjs/Charts/Line.js +9 -9
- package/skeleton/lib/cjs/Charts/RadialTree.js +9 -9
- package/skeleton/lib/cjs/Charts/ScatterPlot.js +9 -9
- package/skeleton/lib/cjs/Charts/Venn.js +9 -9
- package/skeleton/lib/cjs/Skeleton.js +8 -8
- package/skeleton/lib/es6/Charts/Area.js +9 -9
- package/skeleton/lib/es6/Charts/Bar.js +9 -9
- package/skeleton/lib/es6/Charts/Bubble.js +9 -9
- package/skeleton/lib/es6/Charts/Donut.js +9 -9
- package/skeleton/lib/es6/Charts/Histogram.js +9 -9
- package/skeleton/lib/es6/Charts/Line.js +9 -9
- package/skeleton/lib/es6/Charts/RadialTree.js +9 -9
- package/skeleton/lib/es6/Charts/ScatterPlot.js +9 -9
- package/skeleton/lib/es6/Charts/Venn.js +9 -9
- package/skeleton/lib/es6/Skeleton.js +8 -8
- package/slider/lib/cjs/Slider.js +8 -8
- package/slider/lib/es6/Slider.js +8 -8
- package/spin/lib/cjs/Spin.js +13 -13
- package/spin/lib/es6/Spin.js +13 -13
- package/spin-container/lib/cjs/SpinContainer.js +8 -8
- package/spin-container/lib/es6/SpinContainer.js +8 -8
- package/sticky/lib/cjs/Sticky.js +2 -2
- package/sticky/lib/es6/Sticky.js +2 -2
- package/switch/lib/cjs/Switch.js +21 -21
- package/switch/lib/es6/Switch.js +21 -21
- package/tab-line/lib/cjs/TabLine.js +13 -13
- package/tab-line/lib/es6/TabLine.js +13 -13
- package/tab-panel/lib/cjs/TabPanel.js +8 -8
- package/tab-panel/lib/es6/TabPanel.js +8 -8
- package/tag/lib/cjs/Tag.js +20 -20
- package/tag/lib/es6/Tag.js +20 -20
- package/textarea/lib/cjs/Textarea.js +8 -8
- package/textarea/lib/es6/Textarea.js +8 -8
- package/time-picker/lib/cjs/TimePicker.js +12 -12
- package/time-picker/lib/es6/TimePicker.js +12 -12
- package/tooltip/lib/cjs/Tooltip.js +9 -9
- package/tooltip/lib/es6/Tooltip.js +9 -9
- 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/utils/lib/components/invalid-state-pattern/InvalidStatePattern.js +2 -2
- package/utils/lib/components/invalid-state-pattern/InvalidStatePattern.mjs +2 -2
- package/utils/lib/injectStyle.js +1 -1
- package/utils/lib/injectStyle.mjs +1 -1
- package/utils/lib/themes/auto.css +0 -4
- package/utils/lib/themes/default.css +0 -4
- package/utils/lib/themes/default.json +0 -2
- package/utils/lib/themes/light.css +0 -4
- package/utils/lib/themes/light.json +0 -2
- package/widget-empty/lib/cjs/WidgetEmpty.js +5 -5
- package/widget-empty/lib/es6/WidgetEmpty.js +5 -5
- package/wizard/lib/cjs/Wizard.js +11 -11
- package/wizard/lib/es6/Wizard.js +11 -11
- package/feedback-form/component/checkbox-button/CheckboxButton.d.ts +0 -4
- package/feedback-form/component/feedback-item/FeedbackItem.d.ts +0 -7
- package/feedback-form/component/feedback-rating/FeedbackRating.d.ts +0 -156
- package/feedback-form/component/feedback-rating/FeedbackRating.type.d.ts +0 -55
- package/feedback-form/component/slider-rating/SliderRating.d.ts +0 -14
- package/feedback-form/component/submit-button/SubmitButton.d.ts +0 -3
- package/feedback-form/lib/cjs/component/checkbox-button/CheckboxButton.js +0 -58
- package/feedback-form/lib/cjs/component/checkbox-button/CheckboxButton.js.map +0 -1
- package/feedback-form/lib/cjs/component/feedback-item/FeedbackItem.js +0 -63
- package/feedback-form/lib/cjs/component/feedback-item/FeedbackItem.js.map +0 -1
- package/feedback-form/lib/cjs/component/feedback-rating/FeedbackRating.js +0 -360
- package/feedback-form/lib/cjs/component/feedback-rating/FeedbackRating.js.map +0 -1
- package/feedback-form/lib/cjs/component/feedback-rating/FeedbackRating.type.js +0 -2
- package/feedback-form/lib/cjs/component/feedback-rating/FeedbackRating.type.js.map +0 -1
- package/feedback-form/lib/cjs/component/slider-rating/SliderRating.js +0 -172
- package/feedback-form/lib/cjs/component/slider-rating/SliderRating.js.map +0 -1
- package/feedback-form/lib/cjs/component/submit-button/SubmitButton.js +0 -23
- package/feedback-form/lib/cjs/component/submit-button/SubmitButton.js.map +0 -1
- package/feedback-form/lib/cjs/style/checkbox-button.shadow.css +0 -21
- package/feedback-form/lib/cjs/style/feedback-rating.shadow.css +0 -9
- package/feedback-form/lib/cjs/style/slider-rating.shadow.css +0 -34
- package/feedback-form/lib/cjs/translations/__intergalactic-dynamic-locales.js +0 -39
- package/feedback-form/lib/cjs/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/feedback-form/lib/cjs/translations/de.json +0 -7
- package/feedback-form/lib/cjs/translations/en.json +0 -8
- package/feedback-form/lib/cjs/translations/es.json +0 -7
- package/feedback-form/lib/cjs/translations/fr.json +0 -7
- package/feedback-form/lib/cjs/translations/it.json +0 -7
- package/feedback-form/lib/cjs/translations/ja.json +0 -7
- package/feedback-form/lib/cjs/translations/ko.json +0 -7
- package/feedback-form/lib/cjs/translations/nl.json +0 -7
- package/feedback-form/lib/cjs/translations/pl.json +0 -7
- package/feedback-form/lib/cjs/translations/pt.json +0 -7
- package/feedback-form/lib/cjs/translations/sv.json +0 -7
- package/feedback-form/lib/cjs/translations/tr.json +0 -7
- package/feedback-form/lib/cjs/translations/vi.json +0 -7
- package/feedback-form/lib/cjs/translations/zh.json +0 -7
- package/feedback-form/lib/es6/component/checkbox-button/CheckboxButton.js +0 -50
- package/feedback-form/lib/es6/component/checkbox-button/CheckboxButton.js.map +0 -1
- package/feedback-form/lib/es6/component/feedback-item/FeedbackItem.js +0 -56
- package/feedback-form/lib/es6/component/feedback-item/FeedbackItem.js.map +0 -1
- package/feedback-form/lib/es6/component/feedback-rating/FeedbackRating.js +0 -354
- package/feedback-form/lib/es6/component/feedback-rating/FeedbackRating.js.map +0 -1
- package/feedback-form/lib/es6/component/feedback-rating/FeedbackRating.type.js +0 -2
- package/feedback-form/lib/es6/component/feedback-rating/FeedbackRating.type.js.map +0 -1
- package/feedback-form/lib/es6/component/slider-rating/SliderRating.js +0 -165
- package/feedback-form/lib/es6/component/slider-rating/SliderRating.js.map +0 -1
- package/feedback-form/lib/es6/component/submit-button/SubmitButton.js +0 -17
- package/feedback-form/lib/es6/component/submit-button/SubmitButton.js.map +0 -1
- package/feedback-form/lib/es6/style/checkbox-button.shadow.css +0 -21
- package/feedback-form/lib/es6/style/feedback-rating.shadow.css +0 -9
- package/feedback-form/lib/es6/style/slider-rating.shadow.css +0 -34
- package/feedback-form/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
- package/feedback-form/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/feedback-form/lib/es6/translations/de.json +0 -7
- package/feedback-form/lib/es6/translations/en.json +0 -8
- package/feedback-form/lib/es6/translations/es.json +0 -7
- package/feedback-form/lib/es6/translations/fr.json +0 -7
- package/feedback-form/lib/es6/translations/it.json +0 -7
- package/feedback-form/lib/es6/translations/ja.json +0 -7
- package/feedback-form/lib/es6/translations/ko.json +0 -7
- package/feedback-form/lib/es6/translations/nl.json +0 -7
- package/feedback-form/lib/es6/translations/pl.json +0 -7
- package/feedback-form/lib/es6/translations/pt.json +0 -7
- package/feedback-form/lib/es6/translations/sv.json +0 -7
- package/feedback-form/lib/es6/translations/tr.json +0 -7
- package/feedback-form/lib/es6/translations/vi.json +0 -7
- package/feedback-form/lib/es6/translations/zh.json +0 -7
- package/feedback-form/lib/types/component/checkbox-button/CheckboxButton.d.ts +0 -4
- package/feedback-form/lib/types/component/feedback-item/FeedbackItem.d.ts +0 -7
- package/feedback-form/lib/types/component/feedback-rating/FeedbackRating.d.ts +0 -156
- package/feedback-form/lib/types/component/feedback-rating/FeedbackRating.type.d.ts +0 -55
- package/feedback-form/lib/types/component/slider-rating/SliderRating.d.ts +0 -14
- package/feedback-form/lib/types/component/submit-button/SubmitButton.d.ts +0 -3
- package/feedback-form/lib/types/translations/__intergalactic-dynamic-locales.d.ts +0 -101
- package/feedback-form/translations/__intergalactic-dynamic-locales.d.ts +0 -101
@@ -5,40 +5,40 @@ import React from 'react';
|
|
5
5
|
import { createBaseComponent, Root, sstyled } from 'intergalactic/core';
|
6
6
|
import { Box } from 'intergalactic/flex-box';
|
7
7
|
/*__reshadow-styles__:"./style/text.shadow.css"*/
|
8
|
-
var styles = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".
|
9
|
-
"__SText": "
|
10
|
-
"_size_100": "
|
11
|
-
"_size_200": "
|
12
|
-
"_size_300": "
|
13
|
-
"_size_400": "
|
14
|
-
"_size_500": "
|
15
|
-
"_size_600": "
|
16
|
-
"_size_700": "
|
17
|
-
"_size_800": "
|
18
|
-
"_noWrap": "
|
19
|
-
"_medium": "
|
20
|
-
"_semibold": "
|
21
|
-
"_bold": "
|
22
|
-
"_italic": "
|
23
|
-
"_monospace": "
|
24
|
-
"_uppercase": "
|
25
|
-
"_lowercase": "
|
26
|
-
"_capitalize": "
|
27
|
-
"_decoration": "
|
28
|
-
"--decoration": "--
|
29
|
-
"_color": "
|
30
|
-
"--color": "--
|
31
|
-
"_fontSize": "
|
32
|
-
"--fontSize": "--
|
33
|
-
"_lineHeight": "
|
34
|
-
"--lineHeight": "--
|
35
|
-
"_fontWeight": "
|
36
|
-
"--fontWeight": "--
|
37
|
-
"_textAlign": "
|
38
|
-
"--textAlign": "--
|
39
|
-
"_use_primary": "
|
40
|
-
"_use_secondary": "
|
41
|
-
"_disabled": "
|
8
|
+
var styles = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SText_19g5j_gg_{padding:0;margin:0}.___SText_19g5j_gg_._size_100_19g5j_gg_{font-size:var(--intergalactic-fs-100, 12px);line-height:var(--intergalactic-lh-100, 133%)}.___SText_19g5j_gg_._size_200_19g5j_gg_{font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%)}.___SText_19g5j_gg_._size_300_19g5j_gg_{font-size:var(--intergalactic-fs-300, 16px);line-height:var(--intergalactic-lh-300, 150%)}.___SText_19g5j_gg_._size_400_19g5j_gg_{font-size:var(--intergalactic-fs-400, 20px);line-height:var(--intergalactic-lh-400, 120%)}.___SText_19g5j_gg_._size_500_19g5j_gg_{font-size:var(--intergalactic-fs-500, 24px);line-height:var(--intergalactic-lh-500, 117%)}.___SText_19g5j_gg_._size_600_19g5j_gg_{font-size:var(--intergalactic-fs-600, 32px);line-height:var(--intergalactic-lh-600, 125%)}.___SText_19g5j_gg_._size_700_19g5j_gg_{font-size:var(--intergalactic-fs-700, 36px);line-height:var(--intergalactic-lh-700, 110%)}.___SText_19g5j_gg_._size_800_19g5j_gg_{font-size:var(--intergalactic-fs-800, 48px);line-height:var(--intergalactic-lh-800, 117%)}.___SText_19g5j_gg_.__noWrap_19g5j_gg_{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.___SText_19g5j_gg_.__medium_19g5j_gg_{font-weight:var(--intergalactic-medium, 500)}.___SText_19g5j_gg_.__semibold_19g5j_gg_{font-weight:var(--intergalactic-semi-bold, 600)}.___SText_19g5j_gg_.__bold_19g5j_gg_{font-weight:var(--intergalactic-bold, 700)}.___SText_19g5j_gg_.__italic_19g5j_gg_{font-style:italic}.___SText_19g5j_gg_.__monospace_19g5j_gg_{font-family:Consolas,\"Roboto Mono\",Menlo,Courier,monospace}.___SText_19g5j_gg_.__uppercase_19g5j_gg_{text-transform:uppercase}.___SText_19g5j_gg_.__lowercase_19g5j_gg_{text-transform:lowercase}.___SText_19g5j_gg_.__capitalize_19g5j_gg_{text-transform:capitalize}.___SText_19g5j_gg_.__decoration_19g5j_gg_{-webkit-text-decoration:var(--decoration_19g5j);text-decoration:var(--decoration_19g5j)}.___SText_19g5j_gg_.__color_19g5j_gg_{color:var(--color_19g5j)}.___SText_19g5j_gg_.__fontSize_19g5j_gg_{font-size:var(--fontSize_19g5j)}.___SText_19g5j_gg_.__lineHeight_19g5j_gg_{line-height:var(--lineHeight_19g5j)}.___SText_19g5j_gg_.__fontWeight_19g5j_gg_{font-weight:var(--fontWeight_19g5j)}.___SText_19g5j_gg_.__textAlign_19g5j_gg_{text-align:var(--textAlign_19g5j)}.___SText_19g5j_gg_._use_primary_19g5j_gg_{color:var(--intergalactic-text-primary, #191b23)}.___SText_19g5j_gg_._use_secondary_19g5j_gg_{color:var(--intergalactic-text-secondary, #6c6e79)}.___SText_19g5j_gg_.__disabled_19g5j_gg_{opacity:var(--intergalactic-disabled-opacity, 0.3)}" /*__inner_css_end__*/, "19g5j_gg_") /*__reshadow_css_end__*/, {
|
9
|
+
"__SText": "___SText_19g5j_gg_",
|
10
|
+
"_size_100": "_size_100_19g5j_gg_",
|
11
|
+
"_size_200": "_size_200_19g5j_gg_",
|
12
|
+
"_size_300": "_size_300_19g5j_gg_",
|
13
|
+
"_size_400": "_size_400_19g5j_gg_",
|
14
|
+
"_size_500": "_size_500_19g5j_gg_",
|
15
|
+
"_size_600": "_size_600_19g5j_gg_",
|
16
|
+
"_size_700": "_size_700_19g5j_gg_",
|
17
|
+
"_size_800": "_size_800_19g5j_gg_",
|
18
|
+
"_noWrap": "__noWrap_19g5j_gg_",
|
19
|
+
"_medium": "__medium_19g5j_gg_",
|
20
|
+
"_semibold": "__semibold_19g5j_gg_",
|
21
|
+
"_bold": "__bold_19g5j_gg_",
|
22
|
+
"_italic": "__italic_19g5j_gg_",
|
23
|
+
"_monospace": "__monospace_19g5j_gg_",
|
24
|
+
"_uppercase": "__uppercase_19g5j_gg_",
|
25
|
+
"_lowercase": "__lowercase_19g5j_gg_",
|
26
|
+
"_capitalize": "__capitalize_19g5j_gg_",
|
27
|
+
"_decoration": "__decoration_19g5j_gg_",
|
28
|
+
"--decoration": "--decoration_19g5j",
|
29
|
+
"_color": "__color_19g5j_gg_",
|
30
|
+
"--color": "--color_19g5j",
|
31
|
+
"_fontSize": "__fontSize_19g5j_gg_",
|
32
|
+
"--fontSize": "--fontSize_19g5j",
|
33
|
+
"_lineHeight": "__lineHeight_19g5j_gg_",
|
34
|
+
"--lineHeight": "--lineHeight_19g5j",
|
35
|
+
"_fontWeight": "__fontWeight_19g5j_gg_",
|
36
|
+
"--fontWeight": "--fontWeight_19g5j",
|
37
|
+
"_textAlign": "__textAlign_19g5j_gg_",
|
38
|
+
"--textAlign": "--textAlign_19g5j",
|
39
|
+
"_use_primary": "_use_primary_19g5j_gg_",
|
40
|
+
"_use_secondary": "_use_secondary_19g5j_gg_",
|
41
|
+
"_disabled": "__disabled_19g5j_gg_"
|
42
42
|
});
|
43
43
|
import { useColorResolver } from 'intergalactic/utils/lib/use/useColorResolver';
|
44
44
|
function getTextDecoration(underline, lineThrough) {
|
@@ -10,8 +10,8 @@ var _index = require("intergalactic/utils/lib/core/index");
|
|
10
10
|
var _react = _interopRequireDefault(require("react"));
|
11
11
|
var _index2 = _interopRequireWildcard(require("../../core/index"));
|
12
12
|
/*__reshadow-styles__:"./invalidStatePattern.shadow.css"*/
|
13
|
-
var style = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/".
|
14
|
-
"__SPattern": "
|
13
|
+
var style = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/".___SPattern_rzsid_gg_{width:6px;height:100%;position:absolute;background-image:var(--intergalactic-border-critical-pattern, repeating-linear-gradient(315deg, rgba(209, 0, 47, 1) 0, rgba(209, 0, 47, 1) 2px, transparent 0, transparent 50%));background-size:6px 6px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff);border-bottom-left-radius:var(--intergalactic-control-rounded, 6px);border-top-left-radius:var(--intergalactic-control-rounded, 6px)}" /*__inner_css_end__*/, "rzsid_gg_") /*__reshadow_css_end__*/, {
|
14
|
+
"__SPattern": "___SPattern_rzsid_gg_"
|
15
15
|
});
|
16
16
|
var InvalidStatePatternComponent = function InvalidStatePatternComponent() {
|
17
17
|
var _ref;
|
@@ -2,8 +2,8 @@ import { sstyled as _sstyled } from 'intergalactic/utils/lib/core/index';
|
|
2
2
|
import React from 'react';
|
3
3
|
import createComponent, { sstyled, Root } from "../../core/index.mjs";
|
4
4
|
/*__reshadow-styles__:"./invalidStatePattern.shadow.css"*/
|
5
|
-
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".
|
6
|
-
"__SPattern": "
|
5
|
+
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SPattern_rzsid_gg_{width:6px;height:100%;position:absolute;background-image:var(--intergalactic-border-critical-pattern, repeating-linear-gradient(315deg, rgba(209, 0, 47, 1) 0, rgba(209, 0, 47, 1) 2px, transparent 0, transparent 50%));background-size:6px 6px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff);border-bottom-left-radius:var(--intergalactic-control-rounded, 6px);border-top-left-radius:var(--intergalactic-control-rounded, 6px)}" /*__inner_css_end__*/, "rzsid_gg_") /*__reshadow_css_end__*/, {
|
6
|
+
"__SPattern": "___SPattern_rzsid_gg_"
|
7
7
|
});
|
8
8
|
var InvalidStatePatternComponent = function InvalidStatePatternComponent() {
|
9
9
|
var SPattern = Root;
|
package/utils/lib/injectStyle.js
CHANGED
@@ -323,10 +323,6 @@
|
|
323
323
|
--intergalactic-skeleton-bg: rgba(224, 225, 233, 0.8);
|
324
324
|
/* Inverted version of the default color for the Skeleton. */
|
325
325
|
--intergalactic-skeleton-bg-invert: rgba(255, 255, 255, 0.3);
|
326
|
-
/* Icon color for the SliderRating component in its normal state. */
|
327
|
-
--intergalactic-slider-rating-normal: #a9abb6;
|
328
|
-
/* Icon color for the SliderRating component in its hovered and active states. */
|
329
|
-
--intergalactic-slider-rating-hover-active: #fdc23c;
|
330
326
|
/* Background of the header cell in the primary Table. */
|
331
327
|
--intergalactic-table-th-primary-cell: #f4f5f9;
|
332
328
|
/* Background of the hovered header cell in the primary Table. */
|
@@ -323,10 +323,6 @@
|
|
323
323
|
--intergalactic-skeleton-bg: rgba(224, 225, 233, 0.8);
|
324
324
|
/* Inverted version of the default color for the Skeleton. */
|
325
325
|
--intergalactic-skeleton-bg-invert: rgba(255, 255, 255, 0.3);
|
326
|
-
/* Icon color for the SliderRating component in its normal state. */
|
327
|
-
--intergalactic-slider-rating-normal: #a9abb6;
|
328
|
-
/* Icon color for the SliderRating component in its hovered and active states. */
|
329
|
-
--intergalactic-slider-rating-hover-active: #fdc23c;
|
330
326
|
/* Background of the header cell in the primary Table. */
|
331
327
|
--intergalactic-table-th-primary-cell: #f4f5f9;
|
332
328
|
/* Background of the hovered header cell in the primary Table. */
|
@@ -161,8 +161,6 @@
|
|
161
161
|
"--intergalactic-progress-bar-value-bg": "#000000",
|
162
162
|
"--intergalactic-skeleton-bg": "rgba(224, 225, 233, 0.8)",
|
163
163
|
"--intergalactic-skeleton-bg-invert": "rgba(255, 255, 255, 0.3)",
|
164
|
-
"--intergalactic-slider-rating-normal": "#a9abb6",
|
165
|
-
"--intergalactic-slider-rating-hover-active": "#fdc23c",
|
166
164
|
"--intergalactic-table-th-primary-cell": "#f4f5f9",
|
167
165
|
"--intergalactic-table-th-primary-cell-hover": "#e0e1e9",
|
168
166
|
"--intergalactic-table-th-primary-cell-active": "#e0e1e9",
|
@@ -323,10 +323,6 @@
|
|
323
323
|
--intergalactic-skeleton-bg: rgba(224, 225, 233, 0.8);
|
324
324
|
/* Inverted version of the default color for the Skeleton. */
|
325
325
|
--intergalactic-skeleton-bg-invert: rgba(255, 255, 255, 0.3);
|
326
|
-
/* Icon color for the SliderRating component in its normal state. */
|
327
|
-
--intergalactic-slider-rating-normal: #a9abb6;
|
328
|
-
/* Icon color for the SliderRating component in its hovered and active states. */
|
329
|
-
--intergalactic-slider-rating-hover-active: #fdc23c;
|
330
326
|
/* Background of the header cell in the primary Table. */
|
331
327
|
--intergalactic-table-th-primary-cell: #f4f5f9;
|
332
328
|
/* Background of the hovered header cell in the primary Table. */
|
@@ -161,8 +161,6 @@
|
|
161
161
|
"--intergalactic-progress-bar-value-bg": "#000000",
|
162
162
|
"--intergalactic-skeleton-bg": "rgba(224, 225, 233, 0.8)",
|
163
163
|
"--intergalactic-skeleton-bg-invert": "rgba(255, 255, 255, 0.3)",
|
164
|
-
"--intergalactic-slider-rating-normal": "#a9abb6",
|
165
|
-
"--intergalactic-slider-rating-hover-active": "#fdc23c",
|
166
164
|
"--intergalactic-table-th-primary-cell": "#f4f5f9",
|
167
165
|
"--intergalactic-table-th-primary-cell-hover": "#e0e1e9",
|
168
166
|
"--intergalactic-table-th-primary-cell-active": "#e0e1e9",
|
@@ -19,11 +19,11 @@ var _illustration = require("intergalactic/illustration");
|
|
19
19
|
var _flexBox = require("intergalactic/flex-box");
|
20
20
|
var _isNode = _interopRequireDefault(require("intergalactic/utils/lib/isNode"));
|
21
21
|
/*__reshadow-styles__:"./style/widget-empty.shadow.css"*/
|
22
|
-
var style = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/".
|
23
|
-
"__SWidgetEmpty": "
|
24
|
-
"__SImage": "
|
25
|
-
"__STitle": "
|
26
|
-
"__SDescription": "
|
22
|
+
var style = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/".___SWidgetEmpty_1vqdy_gg_{flex-direction:column;justify-content:center;align-items:center;margin-bottom:var(--intergalactic-spacing-4x, 16px)}.___SImage_1vqdy_gg_{display:flex;align-items:flex-end;justify-content:center;margin-bottom:var(--intergalactic-spacing-3x, 12px);width:80px;height:80px}.___SDescription_1vqdy_gg_,.___STitle_1vqdy_gg_{color:var(--intergalactic-text-secondary, #6c6e79)}.___STitle_1vqdy_gg_{font-size:var(--intergalactic-fs-300, 16px);line-height:var(--intergalactic-lh-300, 150%);font-weight:var(--intergalactic-bold, 700)}.___SDescription_1vqdy_gg_{text-align:center;font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%);max-width:400px}.___STitle_1vqdy_gg_+.___SDescription_1vqdy_gg_{margin-top:var(--intergalactic-spacing-1x, 4px)}.___SDescription_1vqdy_gg_+.___SDescription_1vqdy_gg_{margin-top:var(--intergalactic-spacing-2x, 8px)}" /*__inner_css_end__*/, "1vqdy_gg_") /*__reshadow_css_end__*/, {
|
23
|
+
"__SWidgetEmpty": "___SWidgetEmpty_1vqdy_gg_",
|
24
|
+
"__SImage": "___SImage_1vqdy_gg_",
|
25
|
+
"__STitle": "___STitle_1vqdy_gg_",
|
26
|
+
"__SDescription": "___SDescription_1vqdy_gg_"
|
27
27
|
});
|
28
28
|
var getIconPath = function getIconPath(name) {
|
29
29
|
return (0, _illustration.getIllustrationPath)(name);
|
@@ -14,11 +14,11 @@ import { getIllustrationPath } from 'intergalactic/illustration';
|
|
14
14
|
import { Box, Flex } from 'intergalactic/flex-box';
|
15
15
|
import isNode from 'intergalactic/utils/lib/isNode';
|
16
16
|
/*__reshadow-styles__:"./style/widget-empty.shadow.css"*/
|
17
|
-
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".
|
18
|
-
"__SWidgetEmpty": "
|
19
|
-
"__SImage": "
|
20
|
-
"__STitle": "
|
21
|
-
"__SDescription": "
|
17
|
+
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SWidgetEmpty_1vqdy_gg_{flex-direction:column;justify-content:center;align-items:center;margin-bottom:var(--intergalactic-spacing-4x, 16px)}.___SImage_1vqdy_gg_{display:flex;align-items:flex-end;justify-content:center;margin-bottom:var(--intergalactic-spacing-3x, 12px);width:80px;height:80px}.___SDescription_1vqdy_gg_,.___STitle_1vqdy_gg_{color:var(--intergalactic-text-secondary, #6c6e79)}.___STitle_1vqdy_gg_{font-size:var(--intergalactic-fs-300, 16px);line-height:var(--intergalactic-lh-300, 150%);font-weight:var(--intergalactic-bold, 700)}.___SDescription_1vqdy_gg_{text-align:center;font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%);max-width:400px}.___STitle_1vqdy_gg_+.___SDescription_1vqdy_gg_{margin-top:var(--intergalactic-spacing-1x, 4px)}.___SDescription_1vqdy_gg_+.___SDescription_1vqdy_gg_{margin-top:var(--intergalactic-spacing-2x, 8px)}" /*__inner_css_end__*/, "1vqdy_gg_") /*__reshadow_css_end__*/, {
|
18
|
+
"__SWidgetEmpty": "___SWidgetEmpty_1vqdy_gg_",
|
19
|
+
"__SImage": "___SImage_1vqdy_gg_",
|
20
|
+
"__STitle": "___STitle_1vqdy_gg_",
|
21
|
+
"__SDescription": "___SDescription_1vqdy_gg_"
|
22
22
|
});
|
23
23
|
export var getIconPath = function getIconPath(name) {
|
24
24
|
return getIllustrationPath(name);
|
package/wizard/lib/cjs/Wizard.js
CHANGED
@@ -25,17 +25,17 @@ var _intergalacticDynamicLocales = require("./translations/__intergalactic-dynam
|
|
25
25
|
var _ScreenReaderOnly = require("intergalactic/utils/lib/ScreenReaderOnly");
|
26
26
|
var _useFocusLock = require("intergalactic/utils/lib/use/useFocusLock");
|
27
27
|
/*__reshadow-styles__:"./style/wizard.shadow.css"*/
|
28
|
-
var style = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/".
|
29
|
-
"__SWizard": "
|
30
|
-
"__SStepNumber": "
|
31
|
-
"__SCompleted": "
|
32
|
-
"__SContent": "
|
33
|
-
"__SSidebar": "
|
34
|
-
"__SSidebarHeader": "
|
35
|
-
"__SStepper": "
|
36
|
-
"_active": "
|
37
|
-
"_disabled": "
|
38
|
-
"__SStepDescription": "
|
28
|
+
var style = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/".___SWizard_i2dj8_gg_{max-width:980px;max-height:700px;display:flex;padding:0;background:0 0}.___SSidebar_i2dj8_gg_{background:var(--intergalactic-control-primary-advertising, #5925ab);color:var(--intergalactic-text-primary-invert, #ffffff);font-weight:var(--intergalactic-bold, 700);font-size:var(--intergalactic-fs-300, 16px);line-height:var(--intergalactic-lh-300, 150%);padding:var(--intergalactic-spacing-10x, 40px) var(--intergalactic-spacing-2x, 8px) calc(var(--intergalactic-spacing-8x, 32px) + var(--intergalactic-spacing-05x, 2px));max-width:220px;flex-shrink:0;box-sizing:border-box;border-radius:var(--intergalactic-modal-rounded, 12px)0 0 var(--intergalactic-modal-rounded, 12px)}@media (max-width:1060px){.___SSidebar_i2dj8_gg_{width:44px}}.___SSidebarHeader_i2dj8_gg_{font-size:var(--intergalactic-fs-300, 16px);margin:0 var(--intergalactic-spacing-5x, 20px) var(--intergalactic-spacing-4x, 16px)}@media (max-width:1060px){.___SSidebarHeader_i2dj8_gg_{display:none}}.___SStepper_i2dj8_gg_{display:flex;font-size:var(--intergalactic-fs-200, 14px);border-radius:var(--intergalactic-control-rounded, 6px);padding:var(--intergalactic-spacing-2x, 8px) var(--intergalactic-spacing-3x, 12px);cursor:pointer;position:relative;overflow:auto;line-height:var(--intergalactic-lh-200, 142%)}@media (hover:hover){.___SStepper_i2dj8_gg_:hover{background:var(--intergalactic-control-primary-advertising-hover, #421983);z-index:1}}.___SStepper_i2dj8_gg_.__active_i2dj8_gg_{background:var(--intergalactic-control-primary-advertising-active, #8649e1)}.___SStepper_i2dj8_gg_.__disabled_i2dj8_gg_,.___SStepper_i2dj8_gg_:disabled{opacity:var(--intergalactic-disabled-opacity, 0.3);cursor:default;pointer-events:none}@media (max-width:1060px){.___SStepper_i2dj8_gg_{padding:var(--intergalactic-spacing-2x, 8px) var(--intergalactic-spacing-1x, 4px)}@media (hover:hover){.___SStepper_i2dj8_gg_:hover{width:-moz-fit-content;width:fit-content;max-width:220px}.___SStepper_i2dj8_gg_:hover .___SStepDescription_i2dj8_gg_{display:block;border-radius:var(--intergalactic-control-rounded, 6px);white-space:nowrap;overflow:auto}.___SStepper_i2dj8_gg_.__active_i2dj8_gg_:hover .___SStepDescription_i2dj8_gg_{background:var(--intergalactic-control-primary-advertising-active, #8649e1)}}}.___SStepNumber_i2dj8_gg_{display:inline-block;min-width:20px}.___SCompleted_i2dj8_gg_{margin-top:1px}@media (max-width:1060px){.___SStepDescription_i2dj8_gg_{display:none}}.___SContent_i2dj8_gg_{padding:var(--intergalactic-spacing-10x, 40px);width:100%;border-radius:0 var(--intergalactic-modal-rounded, 12px) var(--intergalactic-modal-rounded, 12px)0;background:var(--intergalactic-bg-primary-neutral, #ffffff)}" /*__inner_css_end__*/, "i2dj8_gg_") /*__reshadow_css_end__*/, {
|
29
|
+
"__SWizard": "___SWizard_i2dj8_gg_",
|
30
|
+
"__SStepNumber": "___SStepNumber_i2dj8_gg_",
|
31
|
+
"__SCompleted": "___SCompleted_i2dj8_gg_",
|
32
|
+
"__SContent": "___SContent_i2dj8_gg_",
|
33
|
+
"__SSidebar": "___SSidebar_i2dj8_gg_",
|
34
|
+
"__SSidebarHeader": "___SSidebarHeader_i2dj8_gg_",
|
35
|
+
"__SStepper": "___SStepper_i2dj8_gg_",
|
36
|
+
"_active": "__active_i2dj8_gg_",
|
37
|
+
"_disabled": "__disabled_i2dj8_gg_",
|
38
|
+
"__SStepDescription": "___SStepDescription_i2dj8_gg_"
|
39
39
|
});
|
40
40
|
var WizardRoot = /*#__PURE__*/function (_Component) {
|
41
41
|
(0, _inherits2["default"])(WizardRoot, _Component);
|
package/wizard/lib/es6/Wizard.js
CHANGED
@@ -21,17 +21,17 @@ import { localizedMessages } from './translations/__intergalactic-dynamic-locale
|
|
21
21
|
import { ScreenReaderOnly } from 'intergalactic/utils/lib/ScreenReaderOnly';
|
22
22
|
import { setFocus } from 'intergalactic/utils/lib/use/useFocusLock';
|
23
23
|
/*__reshadow-styles__:"./style/wizard.shadow.css"*/
|
24
|
-
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".
|
25
|
-
"__SWizard": "
|
26
|
-
"__SStepNumber": "
|
27
|
-
"__SCompleted": "
|
28
|
-
"__SContent": "
|
29
|
-
"__SSidebar": "
|
30
|
-
"__SSidebarHeader": "
|
31
|
-
"__SStepper": "
|
32
|
-
"_active": "
|
33
|
-
"_disabled": "
|
34
|
-
"__SStepDescription": "
|
24
|
+
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SWizard_i2dj8_gg_{max-width:980px;max-height:700px;display:flex;padding:0;background:0 0}.___SSidebar_i2dj8_gg_{background:var(--intergalactic-control-primary-advertising, #5925ab);color:var(--intergalactic-text-primary-invert, #ffffff);font-weight:var(--intergalactic-bold, 700);font-size:var(--intergalactic-fs-300, 16px);line-height:var(--intergalactic-lh-300, 150%);padding:var(--intergalactic-spacing-10x, 40px) var(--intergalactic-spacing-2x, 8px) calc(var(--intergalactic-spacing-8x, 32px) + var(--intergalactic-spacing-05x, 2px));max-width:220px;flex-shrink:0;box-sizing:border-box;border-radius:var(--intergalactic-modal-rounded, 12px)0 0 var(--intergalactic-modal-rounded, 12px)}@media (max-width:1060px){.___SSidebar_i2dj8_gg_{width:44px}}.___SSidebarHeader_i2dj8_gg_{font-size:var(--intergalactic-fs-300, 16px);margin:0 var(--intergalactic-spacing-5x, 20px) var(--intergalactic-spacing-4x, 16px)}@media (max-width:1060px){.___SSidebarHeader_i2dj8_gg_{display:none}}.___SStepper_i2dj8_gg_{display:flex;font-size:var(--intergalactic-fs-200, 14px);border-radius:var(--intergalactic-control-rounded, 6px);padding:var(--intergalactic-spacing-2x, 8px) var(--intergalactic-spacing-3x, 12px);cursor:pointer;position:relative;overflow:auto;line-height:var(--intergalactic-lh-200, 142%)}@media (hover:hover){.___SStepper_i2dj8_gg_:hover{background:var(--intergalactic-control-primary-advertising-hover, #421983);z-index:1}}.___SStepper_i2dj8_gg_.__active_i2dj8_gg_{background:var(--intergalactic-control-primary-advertising-active, #8649e1)}.___SStepper_i2dj8_gg_.__disabled_i2dj8_gg_,.___SStepper_i2dj8_gg_:disabled{opacity:var(--intergalactic-disabled-opacity, 0.3);cursor:default;pointer-events:none}@media (max-width:1060px){.___SStepper_i2dj8_gg_{padding:var(--intergalactic-spacing-2x, 8px) var(--intergalactic-spacing-1x, 4px)}@media (hover:hover){.___SStepper_i2dj8_gg_:hover{width:-moz-fit-content;width:fit-content;max-width:220px}.___SStepper_i2dj8_gg_:hover .___SStepDescription_i2dj8_gg_{display:block;border-radius:var(--intergalactic-control-rounded, 6px);white-space:nowrap;overflow:auto}.___SStepper_i2dj8_gg_.__active_i2dj8_gg_:hover .___SStepDescription_i2dj8_gg_{background:var(--intergalactic-control-primary-advertising-active, #8649e1)}}}.___SStepNumber_i2dj8_gg_{display:inline-block;min-width:20px}.___SCompleted_i2dj8_gg_{margin-top:1px}@media (max-width:1060px){.___SStepDescription_i2dj8_gg_{display:none}}.___SContent_i2dj8_gg_{padding:var(--intergalactic-spacing-10x, 40px);width:100%;border-radius:0 var(--intergalactic-modal-rounded, 12px) var(--intergalactic-modal-rounded, 12px)0;background:var(--intergalactic-bg-primary-neutral, #ffffff)}" /*__inner_css_end__*/, "i2dj8_gg_") /*__reshadow_css_end__*/, {
|
25
|
+
"__SWizard": "___SWizard_i2dj8_gg_",
|
26
|
+
"__SStepNumber": "___SStepNumber_i2dj8_gg_",
|
27
|
+
"__SCompleted": "___SCompleted_i2dj8_gg_",
|
28
|
+
"__SContent": "___SContent_i2dj8_gg_",
|
29
|
+
"__SSidebar": "___SSidebar_i2dj8_gg_",
|
30
|
+
"__SSidebarHeader": "___SSidebarHeader_i2dj8_gg_",
|
31
|
+
"__SStepper": "___SStepper_i2dj8_gg_",
|
32
|
+
"_active": "__active_i2dj8_gg_",
|
33
|
+
"_disabled": "__disabled_i2dj8_gg_",
|
34
|
+
"__SStepDescription": "___SStepDescription_i2dj8_gg_"
|
35
35
|
});
|
36
36
|
var WizardRoot = /*#__PURE__*/function (_Component) {
|
37
37
|
_inherits(WizardRoot, _Component);
|
@@ -1,156 +0,0 @@
|
|
1
|
-
import React from 'react';
|
2
|
-
import { Component } from 'intergalactic/core';
|
3
|
-
import { useI18n } from 'intergalactic/utils/lib/enhances/WithI18n';
|
4
|
-
import uniqueIDEnhancement from 'intergalactic/utils/lib/uniqueID';
|
5
|
-
import { FeedbackRatingProps, FeedbackRatingType, FormConfigItem } from './FeedbackRating.type';
|
6
|
-
import { NoticeBubbleManager } from 'intergalactic/notice-bubble';
|
7
|
-
type Enhances = {
|
8
|
-
getI18nText: ReturnType<typeof useI18n>;
|
9
|
-
uid: ReturnType<typeof uniqueIDEnhancement>;
|
10
|
-
};
|
11
|
-
type State = {
|
12
|
-
error: boolean;
|
13
|
-
};
|
14
|
-
declare class FeedbackRatingRoot extends Component<FeedbackRatingProps, {}, State, Enhances> {
|
15
|
-
static displayName: string;
|
16
|
-
static style: {
|
17
|
-
[key: string]: string;
|
18
|
-
};
|
19
|
-
static enhance: (((props: any) => {
|
20
|
-
uid: string;
|
21
|
-
}) | ((props: any) => {
|
22
|
-
getI18nText: (messageId: string, variables?: {
|
23
|
-
[key: string]: string | number | undefined;
|
24
|
-
} | undefined) => string;
|
25
|
-
}))[];
|
26
|
-
static defaultProps: {
|
27
|
-
onSubmit: () => void;
|
28
|
-
i18n: {
|
29
|
-
de: {
|
30
|
-
learnMore: string;
|
31
|
-
formTitle: string;
|
32
|
-
submitButton: string;
|
33
|
-
successMessage: string;
|
34
|
-
errorMessage: string;
|
35
|
-
};
|
36
|
-
en: {
|
37
|
-
leaveFeedback: string;
|
38
|
-
learnMore: string;
|
39
|
-
formTitle: string;
|
40
|
-
submitButton: string;
|
41
|
-
successMessage: string;
|
42
|
-
errorMessage: string;
|
43
|
-
};
|
44
|
-
es: {
|
45
|
-
learnMore: string;
|
46
|
-
formTitle: string;
|
47
|
-
submitButton: string;
|
48
|
-
successMessage: string;
|
49
|
-
errorMessage: string;
|
50
|
-
};
|
51
|
-
fr: {
|
52
|
-
learnMore: string;
|
53
|
-
formTitle: string;
|
54
|
-
submitButton: string;
|
55
|
-
successMessage: string;
|
56
|
-
errorMessage: string;
|
57
|
-
};
|
58
|
-
it: {
|
59
|
-
learnMore: string;
|
60
|
-
formTitle: string;
|
61
|
-
submitButton: string;
|
62
|
-
successMessage: string;
|
63
|
-
errorMessage: string;
|
64
|
-
};
|
65
|
-
ja: {
|
66
|
-
learnMore: string;
|
67
|
-
formTitle: string;
|
68
|
-
submitButton: string;
|
69
|
-
successMessage: string;
|
70
|
-
errorMessage: string;
|
71
|
-
};
|
72
|
-
ko: {
|
73
|
-
learnMore: string;
|
74
|
-
formTitle: string;
|
75
|
-
submitButton: string;
|
76
|
-
successMessage: string;
|
77
|
-
errorMessage: string;
|
78
|
-
};
|
79
|
-
nl: {
|
80
|
-
learnMore: string;
|
81
|
-
formTitle: string;
|
82
|
-
submitButton: string;
|
83
|
-
successMessage: string;
|
84
|
-
errorMessage: string;
|
85
|
-
};
|
86
|
-
pt: {
|
87
|
-
learnMore: string;
|
88
|
-
formTitle: string;
|
89
|
-
submitButton: string;
|
90
|
-
successMessage: string;
|
91
|
-
errorMessage: string;
|
92
|
-
};
|
93
|
-
tr: {
|
94
|
-
learnMore: string;
|
95
|
-
formTitle: string;
|
96
|
-
submitButton: string;
|
97
|
-
successMessage: string;
|
98
|
-
errorMessage: string;
|
99
|
-
};
|
100
|
-
vi: {
|
101
|
-
learnMore: string;
|
102
|
-
formTitle: string;
|
103
|
-
submitButton: string;
|
104
|
-
successMessage: string;
|
105
|
-
errorMessage: string;
|
106
|
-
};
|
107
|
-
zh: {
|
108
|
-
learnMore: string;
|
109
|
-
formTitle: string;
|
110
|
-
submitButton: string;
|
111
|
-
successMessage: string;
|
112
|
-
errorMessage: string;
|
113
|
-
};
|
114
|
-
pl: {
|
115
|
-
learnMore: string;
|
116
|
-
formTitle: string;
|
117
|
-
submitButton: string;
|
118
|
-
successMessage: string;
|
119
|
-
errorMessage: string;
|
120
|
-
};
|
121
|
-
sv: {
|
122
|
-
learnMore: string;
|
123
|
-
formTitle: string;
|
124
|
-
submitButton: string;
|
125
|
-
successMessage: string;
|
126
|
-
errorMessage: string;
|
127
|
-
};
|
128
|
-
};
|
129
|
-
locale: string;
|
130
|
-
};
|
131
|
-
static validate: {
|
132
|
-
description: (error: Error | string) => (value?: string) => string | Error | undefined;
|
133
|
-
email: (error: Error | string) => (value?: string) => string | Error | undefined;
|
134
|
-
};
|
135
|
-
state: State;
|
136
|
-
manager: NoticeBubbleManager;
|
137
|
-
private focusDecorator;
|
138
|
-
get headerId(): string;
|
139
|
-
getHeaderProps(): {
|
140
|
-
id: string;
|
141
|
-
};
|
142
|
-
getItemProps(): {
|
143
|
-
validateOnBlur: boolean | undefined;
|
144
|
-
};
|
145
|
-
handleChangeRating: (rating: number) => void;
|
146
|
-
handelCloseModal: () => void;
|
147
|
-
handleChange: (fn: (e: React.SyntheticEvent) => void) => (value: any, e: React.SyntheticEvent) => void;
|
148
|
-
componentDidUpdate(prevProps: Readonly<FeedbackRatingProps>): void;
|
149
|
-
renderCheckbox: (config: FormConfigItem) => JSX.Element;
|
150
|
-
renderTextField: (config: FormConfigItem) => JSX.Element;
|
151
|
-
render(): React.ReactNode;
|
152
|
-
}
|
153
|
-
declare const FeedbackRating: typeof FeedbackRatingType & {
|
154
|
-
validate: typeof FeedbackRatingRoot.validate;
|
155
|
-
};
|
156
|
-
export default FeedbackRating;
|
@@ -1,55 +0,0 @@
|
|
1
|
-
import React from 'react';
|
2
|
-
import { FeedbackFormProps } from '../../index';
|
3
|
-
import { FieldProps } from 'react-final-form';
|
4
|
-
import { Intergalactic } from 'intergalactic/core';
|
5
|
-
import Button from 'intergalactic/button';
|
6
|
-
import { Text } from 'intergalactic/typography';
|
7
|
-
import Checkbox from 'intergalactic/checkbox';
|
8
|
-
export type FormConfigItem = {
|
9
|
-
key: string;
|
10
|
-
label: React.ReactNode;
|
11
|
-
type: 'input' | 'checkbox' | 'textarea';
|
12
|
-
description?: React.ReactNode;
|
13
|
-
validate?: (value: any) => Error | string | undefined;
|
14
|
-
};
|
15
|
-
export type FeedbackRatingProps = Intergalactic.InternalTypings.EfficientOmit<FeedbackFormProps, 'initialValues' | 'loading'> & {
|
16
|
-
/** status of form */
|
17
|
-
status: 'default' | 'success' | 'error' | 'loading';
|
18
|
-
/** flag for show/hide notification */
|
19
|
-
notificationVisible: boolean;
|
20
|
-
/** */
|
21
|
-
onNotificationClose: () => void;
|
22
|
-
/** text in notification panel */
|
23
|
-
notificationText: string;
|
24
|
-
/** optional link in notification panel */
|
25
|
-
learnMoreLink?: string;
|
26
|
-
/** rating value */
|
27
|
-
rating: number;
|
28
|
-
/** visible modal form flag */
|
29
|
-
visible: boolean;
|
30
|
-
onVisibleChange: (visible: boolean, rating: number) => void;
|
31
|
-
/** header of modal with form */
|
32
|
-
header: React.ReactNode;
|
33
|
-
/** text for submit button of form */
|
34
|
-
submitText?: string;
|
35
|
-
/** config for form fields */
|
36
|
-
formConfig: FormConfigItem[];
|
37
|
-
initialValues: Record<string, any> & {
|
38
|
-
rating: number;
|
39
|
-
};
|
40
|
-
errorFeedbackEmail: string;
|
41
|
-
locale?: string;
|
42
|
-
};
|
43
|
-
export type FeedbackRatingItemProps = FieldProps<any, any> & {
|
44
|
-
/**
|
45
|
-
* Allows to override which passed props will be passed to the Tooltip component.
|
46
|
-
*/
|
47
|
-
tooltipProps?: string[];
|
48
|
-
};
|
49
|
-
declare const FeedbackRatingType: Intergalactic.Component<'form', FeedbackRatingProps> & {
|
50
|
-
Item: Intergalactic.Component<'div', FeedbackRatingItemProps>;
|
51
|
-
Submit: typeof Button;
|
52
|
-
Checkbox: typeof Checkbox;
|
53
|
-
Header: typeof Text;
|
54
|
-
};
|
55
|
-
export { FeedbackRatingType };
|
@@ -1,14 +0,0 @@
|
|
1
|
-
import { Component, Intergalactic } from 'intergalactic/core';
|
2
|
-
import { Box, BoxProps } from 'intergalactic/flex-box';
|
3
|
-
type SliderRatingProps = {
|
4
|
-
value: number;
|
5
|
-
onChange?: (value: number) => void;
|
6
|
-
readonly?: boolean;
|
7
|
-
};
|
8
|
-
type StarProps = BoxProps & {
|
9
|
-
filled?: boolean;
|
10
|
-
};
|
11
|
-
declare const SliderRating: (<Tag extends Intergalactic.InternalTypings.ComponentTag = Intergalactic.Component<"div", import("@semcore/flex-box").FlexProps, {}, never[]>, Props extends SliderRatingProps = SliderRatingProps>(props: Intergalactic.InternalTypings.ComponentProps<Tag, Intergalactic.Component<"div", import("@semcore/flex-box").FlexProps, {}, never[]>, Props, {}, never[]>) => Intergalactic.InternalTypings.ComponentRenderingResults) & Intergalactic.InternalTypings.ComponentAdditive<Intergalactic.Component<"div", import("@semcore/flex-box").FlexProps, {}, never[]>, Intergalactic.InternalTypings.ComponentTag, SliderRatingProps, {}, never[]> & {
|
12
|
-
Star: Intergalactic.Component<typeof Box, StarProps>;
|
13
|
-
};
|
14
|
-
export default SliderRating;
|