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
@@ -1,21 +0,0 @@
|
|
1
|
-
SCheckboxButton {
|
2
|
-
margin-top: var(--intergalactic-spacing-2x, 8px);
|
3
|
-
border: 1px solid var(--intergalactic-border-primary, #c4c7cf);
|
4
|
-
border-radius: var(--intergalactic-rounded-medium, 6px);
|
5
|
-
|
6
|
-
label {
|
7
|
-
width: 100%;
|
8
|
-
padding: var(--intergalactic-spacing-3x, 12px);
|
9
|
-
box-sizing: border-box;
|
10
|
-
}
|
11
|
-
}
|
12
|
-
|
13
|
-
SCheckboxButton:hover, SCheckboxButton[checked] {
|
14
|
-
cursor: pointer;
|
15
|
-
border-color: var(--intergalactic-border-info-active, #006dca);
|
16
|
-
background-color: rgba(0, 143, 248, 0.10);
|
17
|
-
}
|
18
|
-
|
19
|
-
SCheckboxButton[checked]:hover {
|
20
|
-
background-color: rgba(0, 143, 248, 0.20);
|
21
|
-
}
|
@@ -1,34 +0,0 @@
|
|
1
|
-
SSliderRating SStar {
|
2
|
-
transition: all calc(var(--intergalactic-duration-control, 200) * 1ms) ease-out;
|
3
|
-
}
|
4
|
-
|
5
|
-
SSliderRating SStar:hover {
|
6
|
-
cursor: pointer;
|
7
|
-
transform: scale(1.3);
|
8
|
-
}
|
9
|
-
|
10
|
-
SSliderRating[keyboardFocused] {
|
11
|
-
outline: none;
|
12
|
-
box-shadow: var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.5));
|
13
|
-
}
|
14
|
-
|
15
|
-
SSliderRating[readonly] SStar:hover {
|
16
|
-
cursor: default;
|
17
|
-
transform: none;
|
18
|
-
transition: none;
|
19
|
-
}
|
20
|
-
|
21
|
-
SStar[filled]:active {
|
22
|
-
animation: wobble 0.8s ease-in-out;
|
23
|
-
}
|
24
|
-
|
25
|
-
SStar path {
|
26
|
-
fill: transparent;
|
27
|
-
stroke: var(--intergalactic-slider-rating-normal, #a9abb6);
|
28
|
-
stroke-width: 2;
|
29
|
-
}
|
30
|
-
|
31
|
-
SStar[filled] path {
|
32
|
-
stroke-width: 0;
|
33
|
-
fill: var(--intergalactic-slider-rating-hover-active, #fdc23c);
|
34
|
-
}
|
@@ -1,31 +0,0 @@
|
|
1
|
-
import de from './de.json';
|
2
|
-
import en from './en.json';
|
3
|
-
import es from './es.json';
|
4
|
-
import fr from './fr.json';
|
5
|
-
import it from './it.json';
|
6
|
-
import ja from './ja.json';
|
7
|
-
import ko from './ko.json';
|
8
|
-
import nl from './nl.json';
|
9
|
-
import pt from './pt.json';
|
10
|
-
import tr from './tr.json';
|
11
|
-
import vi from './vi.json';
|
12
|
-
import zh from './zh.json';
|
13
|
-
import pl from './pl.json';
|
14
|
-
import sv from './sv.json';
|
15
|
-
export var localizedMessages = {
|
16
|
-
de: de,
|
17
|
-
en: en,
|
18
|
-
es: es,
|
19
|
-
fr: fr,
|
20
|
-
it: it,
|
21
|
-
ja: ja,
|
22
|
-
ko: ko,
|
23
|
-
nl: nl,
|
24
|
-
pt: pt,
|
25
|
-
tr: tr,
|
26
|
-
vi: vi,
|
27
|
-
zh: zh,
|
28
|
-
pl: pl,
|
29
|
-
sv: sv
|
30
|
-
};
|
31
|
-
//# sourceMappingURL=__intergalactic-dynamic-locales.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"__intergalactic-dynamic-locales.js","names":["de","en","es","fr","it","ja","ko","nl","pt","tr","vi","zh","pl","sv","localizedMessages"],"sources":["../../../src/translations/__intergalactic-dynamic-locales.ts"],"sourcesContent":["import de from './de.json';\nimport en from './en.json';\nimport es from './es.json';\nimport fr from './fr.json';\nimport it from './it.json';\nimport ja from './ja.json';\nimport ko from './ko.json';\nimport nl from './nl.json';\nimport pt from './pt.json';\nimport tr from './tr.json';\nimport vi from './vi.json';\nimport zh from './zh.json';\nimport pl from './pl.json';\nimport sv from './sv.json';\n\nexport const localizedMessages = {\n de,\n en,\n es,\n fr,\n it,\n ja,\n ko,\n nl,\n pt,\n tr,\n vi,\n zh,\n pl,\n sv,\n};\n"],"mappings":"AAAA,OAAOA,EAAE,MAAM,WAAW;AAC1B,OAAOC,EAAE,MAAM,WAAW;AAC1B,OAAOC,EAAE,MAAM,WAAW;AAC1B,OAAOC,EAAE,MAAM,WAAW;AAC1B,OAAOC,EAAE,MAAM,WAAW;AAC1B,OAAOC,EAAE,MAAM,WAAW;AAC1B,OAAOC,EAAE,MAAM,WAAW;AAC1B,OAAOC,EAAE,MAAM,WAAW;AAC1B,OAAOC,EAAE,MAAM,WAAW;AAC1B,OAAOC,EAAE,MAAM,WAAW;AAC1B,OAAOC,EAAE,MAAM,WAAW;AAC1B,OAAOC,EAAE,MAAM,WAAW;AAC1B,OAAOC,EAAE,MAAM,WAAW;AAC1B,OAAOC,EAAE,MAAM,WAAW;AAE1B,OAAO,IAAMC,iBAAiB,GAAG;EAC/Bd,EAAE,EAAFA,EAAE;EACFC,EAAE,EAAFA,EAAE;EACFC,EAAE,EAAFA,EAAE;EACFC,EAAE,EAAFA,EAAE;EACFC,EAAE,EAAFA,EAAE;EACFC,EAAE,EAAFA,EAAE;EACFC,EAAE,EAAFA,EAAE;EACFC,EAAE,EAAFA,EAAE;EACFC,EAAE,EAAFA,EAAE;EACFC,EAAE,EAAFA,EAAE;EACFC,EAAE,EAAFA,EAAE;EACFC,EAAE,EAAFA,EAAE;EACFC,EAAE,EAAFA,EAAE;EACFC,EAAE,EAAFA;AACF,CAAC"}
|
@@ -1,7 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"learnMore": "Mehr erfahren",
|
3
|
-
"formTitle": "Feedback-Formular",
|
4
|
-
"submitButton": "Feedback senden",
|
5
|
-
"successMessage": "Vielen Dank für Ihr Feedback!",
|
6
|
-
"errorMessage": "Es ist ein Fehler aufgetreten. Versuchen Sie es erneut oder kontaktieren Sie uns unter E-mail."
|
7
|
-
}
|
@@ -1,8 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"leaveFeedback": "Leave feedback",
|
3
|
-
"learnMore": "Learn more",
|
4
|
-
"formTitle": "Feedback form",
|
5
|
-
"submitButton": "Send feedback",
|
6
|
-
"successMessage": "Thank you for your feedback!",
|
7
|
-
"errorMessage": "Something went wrong. Please try again or contact us at {email}."
|
8
|
-
}
|
@@ -1,7 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"learnMore": "En savoir plus",
|
3
|
-
"formTitle": "Formulaire de commentaires",
|
4
|
-
"submitButton": "Envoyer des commentaires",
|
5
|
-
"successMessage": "Merci pour vos commentaires !",
|
6
|
-
"errorMessage": "Une erreur est survenue. Veuillez réessayer ou nous contacter par e-mail."
|
7
|
-
}
|
@@ -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;
|
@@ -1,101 +0,0 @@
|
|
1
|
-
export declare const localizedMessages: {
|
2
|
-
de: {
|
3
|
-
learnMore: string;
|
4
|
-
formTitle: string;
|
5
|
-
submitButton: string;
|
6
|
-
successMessage: string;
|
7
|
-
errorMessage: string;
|
8
|
-
};
|
9
|
-
en: {
|
10
|
-
leaveFeedback: string;
|
11
|
-
learnMore: string;
|
12
|
-
formTitle: string;
|
13
|
-
submitButton: string;
|
14
|
-
successMessage: string;
|
15
|
-
errorMessage: string;
|
16
|
-
};
|
17
|
-
es: {
|
18
|
-
learnMore: string;
|
19
|
-
formTitle: string;
|
20
|
-
submitButton: string;
|
21
|
-
successMessage: string;
|
22
|
-
errorMessage: string;
|
23
|
-
};
|
24
|
-
fr: {
|
25
|
-
learnMore: string;
|
26
|
-
formTitle: string;
|
27
|
-
submitButton: string;
|
28
|
-
successMessage: string;
|
29
|
-
errorMessage: string;
|
30
|
-
};
|
31
|
-
it: {
|
32
|
-
learnMore: string;
|
33
|
-
formTitle: string;
|
34
|
-
submitButton: string;
|
35
|
-
successMessage: string;
|
36
|
-
errorMessage: string;
|
37
|
-
};
|
38
|
-
ja: {
|
39
|
-
learnMore: string;
|
40
|
-
formTitle: string;
|
41
|
-
submitButton: string;
|
42
|
-
successMessage: string;
|
43
|
-
errorMessage: string;
|
44
|
-
};
|
45
|
-
ko: {
|
46
|
-
learnMore: string;
|
47
|
-
formTitle: string;
|
48
|
-
submitButton: string;
|
49
|
-
successMessage: string;
|
50
|
-
errorMessage: string;
|
51
|
-
};
|
52
|
-
nl: {
|
53
|
-
learnMore: string;
|
54
|
-
formTitle: string;
|
55
|
-
submitButton: string;
|
56
|
-
successMessage: string;
|
57
|
-
errorMessage: string;
|
58
|
-
};
|
59
|
-
pt: {
|
60
|
-
learnMore: string;
|
61
|
-
formTitle: string;
|
62
|
-
submitButton: string;
|
63
|
-
successMessage: string;
|
64
|
-
errorMessage: string;
|
65
|
-
};
|
66
|
-
tr: {
|
67
|
-
learnMore: string;
|
68
|
-
formTitle: string;
|
69
|
-
submitButton: string;
|
70
|
-
successMessage: string;
|
71
|
-
errorMessage: string;
|
72
|
-
};
|
73
|
-
vi: {
|
74
|
-
learnMore: string;
|
75
|
-
formTitle: string;
|
76
|
-
submitButton: string;
|
77
|
-
successMessage: string;
|
78
|
-
errorMessage: string;
|
79
|
-
};
|
80
|
-
zh: {
|
81
|
-
learnMore: string;
|
82
|
-
formTitle: string;
|
83
|
-
submitButton: string;
|
84
|
-
successMessage: string;
|
85
|
-
errorMessage: string;
|
86
|
-
};
|
87
|
-
pl: {
|
88
|
-
learnMore: string;
|
89
|
-
formTitle: string;
|
90
|
-
submitButton: string;
|
91
|
-
successMessage: string;
|
92
|
-
errorMessage: string;
|
93
|
-
};
|
94
|
-
sv: {
|
95
|
-
learnMore: string;
|
96
|
-
formTitle: string;
|
97
|
-
submitButton: string;
|
98
|
-
successMessage: string;
|
99
|
-
errorMessage: string;
|
100
|
-
};
|
101
|
-
};
|