intergalactic 15.87.0-prerelease.0 → 15.87.0-prerelease.3
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 +10 -1
- 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/component/checkbox-button/CheckboxButton.d.ts +4 -0
- package/feedback-form/component/feedback-item/FeedbackItem.d.ts +7 -0
- package/feedback-form/component/feedback-rating/FeedbackRating.d.ts +156 -0
- package/feedback-form/component/feedback-rating/FeedbackRating.type.d.ts +55 -0
- package/feedback-form/component/slider-rating/SliderRating.d.ts +14 -0
- package/feedback-form/component/submit-button/SubmitButton.d.ts +3 -0
- package/feedback-form/index.d.ts +4 -0
- package/feedback-form/lib/cjs/FeedbackForm.js +28 -86
- package/feedback-form/lib/cjs/FeedbackForm.js.map +1 -1
- package/feedback-form/lib/cjs/component/checkbox-button/CheckboxButton.js +58 -0
- package/feedback-form/lib/cjs/component/checkbox-button/CheckboxButton.js.map +1 -0
- package/feedback-form/lib/cjs/component/feedback-item/FeedbackItem.js +63 -0
- package/feedback-form/lib/cjs/component/feedback-item/FeedbackItem.js.map +1 -0
- package/feedback-form/lib/cjs/component/feedback-rating/FeedbackRating.js +360 -0
- package/feedback-form/lib/cjs/component/feedback-rating/FeedbackRating.js.map +1 -0
- package/feedback-form/lib/cjs/component/feedback-rating/FeedbackRating.type.js +2 -0
- package/feedback-form/lib/cjs/component/feedback-rating/FeedbackRating.type.js.map +1 -0
- package/feedback-form/lib/cjs/component/slider-rating/SliderRating.js +172 -0
- package/feedback-form/lib/cjs/component/slider-rating/SliderRating.js.map +1 -0
- package/feedback-form/lib/cjs/component/submit-button/SubmitButton.js +23 -0
- package/feedback-form/lib/cjs/component/submit-button/SubmitButton.js.map +1 -0
- package/feedback-form/lib/cjs/index.d.js +12 -0
- package/feedback-form/lib/cjs/index.d.js.map +1 -1
- package/feedback-form/lib/cjs/index.js +7 -0
- package/feedback-form/lib/cjs/index.js.map +1 -1
- package/feedback-form/lib/cjs/style/checkbox-button.shadow.css +21 -0
- package/feedback-form/lib/cjs/style/feedback-rating.shadow.css +9 -0
- package/feedback-form/lib/cjs/style/slider-rating.shadow.css +34 -0
- package/feedback-form/lib/cjs/translations/__intergalactic-dynamic-locales.js +39 -0
- package/feedback-form/lib/cjs/translations/__intergalactic-dynamic-locales.js.map +1 -0
- package/feedback-form/lib/cjs/translations/de.json +7 -0
- package/feedback-form/lib/cjs/translations/en.json +8 -0
- package/feedback-form/lib/cjs/translations/es.json +7 -0
- package/feedback-form/lib/cjs/translations/fr.json +7 -0
- package/feedback-form/lib/cjs/translations/it.json +7 -0
- package/feedback-form/lib/cjs/translations/ja.json +7 -0
- package/feedback-form/lib/cjs/translations/ko.json +7 -0
- package/feedback-form/lib/cjs/translations/nl.json +7 -0
- package/feedback-form/lib/cjs/translations/pl.json +7 -0
- package/feedback-form/lib/cjs/translations/pt.json +7 -0
- package/feedback-form/lib/cjs/translations/sv.json +7 -0
- package/feedback-form/lib/cjs/translations/tr.json +7 -0
- package/feedback-form/lib/cjs/translations/vi.json +7 -0
- package/feedback-form/lib/cjs/translations/zh.json +7 -0
- package/feedback-form/lib/es6/FeedbackForm.js +28 -88
- package/feedback-form/lib/es6/FeedbackForm.js.map +1 -1
- package/feedback-form/lib/es6/component/checkbox-button/CheckboxButton.js +50 -0
- package/feedback-form/lib/es6/component/checkbox-button/CheckboxButton.js.map +1 -0
- package/feedback-form/lib/es6/component/feedback-item/FeedbackItem.js +56 -0
- package/feedback-form/lib/es6/component/feedback-item/FeedbackItem.js.map +1 -0
- package/feedback-form/lib/es6/component/feedback-rating/FeedbackRating.js +354 -0
- package/feedback-form/lib/es6/component/feedback-rating/FeedbackRating.js.map +1 -0
- package/feedback-form/lib/es6/component/feedback-rating/FeedbackRating.type.js +2 -0
- package/feedback-form/lib/es6/component/feedback-rating/FeedbackRating.type.js.map +1 -0
- package/feedback-form/lib/es6/component/slider-rating/SliderRating.js +165 -0
- package/feedback-form/lib/es6/component/slider-rating/SliderRating.js.map +1 -0
- package/feedback-form/lib/es6/component/submit-button/SubmitButton.js +17 -0
- package/feedback-form/lib/es6/component/submit-button/SubmitButton.js.map +1 -0
- package/feedback-form/lib/es6/index.d.js +5 -1
- package/feedback-form/lib/es6/index.d.js.map +1 -1
- package/feedback-form/lib/es6/index.js +2 -0
- package/feedback-form/lib/es6/index.js.map +1 -1
- package/feedback-form/lib/es6/style/checkbox-button.shadow.css +21 -0
- package/feedback-form/lib/es6/style/feedback-rating.shadow.css +9 -0
- package/feedback-form/lib/es6/style/slider-rating.shadow.css +34 -0
- package/feedback-form/lib/es6/translations/__intergalactic-dynamic-locales.js +31 -0
- package/feedback-form/lib/es6/translations/__intergalactic-dynamic-locales.js.map +1 -0
- package/feedback-form/lib/es6/translations/de.json +7 -0
- package/feedback-form/lib/es6/translations/en.json +8 -0
- package/feedback-form/lib/es6/translations/es.json +7 -0
- package/feedback-form/lib/es6/translations/fr.json +7 -0
- package/feedback-form/lib/es6/translations/it.json +7 -0
- package/feedback-form/lib/es6/translations/ja.json +7 -0
- package/feedback-form/lib/es6/translations/ko.json +7 -0
- package/feedback-form/lib/es6/translations/nl.json +7 -0
- package/feedback-form/lib/es6/translations/pl.json +7 -0
- package/feedback-form/lib/es6/translations/pt.json +7 -0
- package/feedback-form/lib/es6/translations/sv.json +7 -0
- package/feedback-form/lib/es6/translations/tr.json +7 -0
- package/feedback-form/lib/es6/translations/vi.json +7 -0
- package/feedback-form/lib/es6/translations/zh.json +7 -0
- package/feedback-form/lib/types/component/checkbox-button/CheckboxButton.d.ts +4 -0
- package/feedback-form/lib/types/component/feedback-item/FeedbackItem.d.ts +7 -0
- package/feedback-form/lib/types/component/feedback-rating/FeedbackRating.d.ts +156 -0
- package/feedback-form/lib/types/component/feedback-rating/FeedbackRating.type.d.ts +55 -0
- package/feedback-form/lib/types/component/slider-rating/SliderRating.d.ts +14 -0
- package/feedback-form/lib/types/component/submit-button/SubmitButton.d.ts +3 -0
- package/feedback-form/lib/types/index.d.ts +4 -0
- package/feedback-form/lib/types/translations/__intergalactic-dynamic-locales.d.ts +101 -0
- package/feedback-form/translations/__intergalactic-dynamic-locales.d.ts +101 -0
- 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 +4 -0
- package/utils/lib/themes/default.css +4 -0
- package/utils/lib/themes/default.json +2 -0
- package/utils/lib/themes/light.css +4 -0
- package/utils/lib/themes/light.json +2 -0
- 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
@@ -0,0 +1,156 @@
|
|
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;
|
@@ -0,0 +1,55 @@
|
|
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 };
|
@@ -0,0 +1,14 @@
|
|
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;
|
@@ -5,6 +5,8 @@ import Button from 'intergalactic/button';
|
|
5
5
|
import { NoticeSmart } from 'intergalactic/notice';
|
6
6
|
import { Box } from 'intergalactic/flex-box';
|
7
7
|
|
8
|
+
import { default as FeedbackRating } from './component/feedback-rating/FeedbackRating';
|
9
|
+
|
8
10
|
/** @deprecated */
|
9
11
|
export type IFeedbackForm = FeedbackFormProps;
|
10
12
|
export type FeedbackFormProps = FormProps & {
|
@@ -33,3 +35,5 @@ declare const FeedbackForm: Intergalactic.Component<'form', FeedbackFormProps> &
|
|
33
35
|
};
|
34
36
|
|
35
37
|
export default FeedbackForm;
|
38
|
+
|
39
|
+
export { FeedbackRating };
|
@@ -0,0 +1,101 @@
|
|
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
|
+
};
|
@@ -0,0 +1,101 @@
|
|
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
|
+
};
|
@@ -18,9 +18,9 @@ var _logger = _interopRequireDefault(require("intergalactic/utils/lib/logger"));
|
|
18
18
|
var _utils = require("../utils");
|
19
19
|
var _excluded = ["tag", "className", "style", "scaleIndent", "display", "boxSizing", "inline", "flex", "w", "h", "wMin", "wMax", "hMin", "hMax", "m", "mt", "mb", "my", "ml", "mr", "mx", "p", "pt", "pb", "py", "pl", "pr", "px", "css", "position", "top", "left", "bottom", "right", "zIndex"];
|
20
20
|
/*__reshadow-styles__:"../style/use-box.shadow.css"*/
|
21
|
-
var style = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/".
|
22
|
-
"__SBoxSizing": "
|
23
|
-
"__SBoxInline": "
|
21
|
+
var style = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/".___SBoxSizing_y5krh_gg_{box-sizing:border-box}.___SBoxInline_y5krh_gg_{display:inline-block}" /*__inner_css_end__*/, "y5krh_gg_") /*__reshadow_css_end__*/, {
|
22
|
+
"__SBoxSizing": "___SBoxSizing_y5krh_gg_",
|
23
|
+
"__SBoxInline": "___SBoxInline_y5krh_gg_"
|
24
24
|
});
|
25
25
|
function removeUndefinedKeys(obj) {
|
26
26
|
return Object.entries(obj).reduce(function (acc, _ref) {
|
@@ -17,9 +17,9 @@ var _useBox3 = _interopRequireWildcard(require("../Box/useBox"));
|
|
17
17
|
var _utils = require("../utils");
|
18
18
|
var _excluded = ["className", "style"];
|
19
19
|
/*__reshadow-styles__:"../style/use-flex.shadow.css"*/
|
20
|
-
var style = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/".
|
21
|
-
"__SFlex": "
|
22
|
-
"_inline": "
|
20
|
+
var style = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/".___SFlex_eqlr7_gg_{display:flex}.___SFlex_eqlr7_gg_.__inline_eqlr7_gg_{display:inline-flex}" /*__inner_css_end__*/, "eqlr7_gg_") /*__reshadow_css_end__*/, {
|
21
|
+
"__SFlex": "___SFlex_eqlr7_gg_",
|
22
|
+
"_inline": "__inline_eqlr7_gg_"
|
23
23
|
});
|
24
24
|
function calculateFlexStyles(props) {
|
25
25
|
var _props$scaleIndent;
|
@@ -12,8 +12,8 @@ var _core = _interopRequireWildcard(require("intergalactic/core"));
|
|
12
12
|
var _react = _interopRequireDefault(require("react"));
|
13
13
|
var _Box = _interopRequireDefault(require("../Box"));
|
14
14
|
/*__reshadow-styles__:"./invalidStateBox.shadow.css"*/
|
15
|
-
var style = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/".
|
16
|
-
"__SPattern": "
|
15
|
+
var style = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/".___SPattern_1hnd6_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__*/, "1hnd6_gg_") /*__reshadow_css_end__*/, {
|
16
|
+
"__SPattern": "___SPattern_1hnd6_gg_"
|
17
17
|
});
|
18
18
|
var InvalidStatePatternComponent = function InvalidStatePatternComponent() {
|
19
19
|
var _ref = arguments[0],
|
@@ -9,9 +9,9 @@ import { sstyled } from 'intergalactic/core';
|
|
9
9
|
import propsForElement from 'intergalactic/utils/lib/propsForElement';
|
10
10
|
import logger from 'intergalactic/utils/lib/logger';
|
11
11
|
/*__reshadow-styles__:"../style/use-box.shadow.css"*/
|
12
|
-
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".
|
13
|
-
"__SBoxSizing": "
|
14
|
-
"__SBoxInline": "
|
12
|
+
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SBoxSizing_y5krh_gg_{box-sizing:border-box}.___SBoxInline_y5krh_gg_{display:inline-block}" /*__inner_css_end__*/, "y5krh_gg_") /*__reshadow_css_end__*/, {
|
13
|
+
"__SBoxSizing": "___SBoxSizing_y5krh_gg_",
|
14
|
+
"__SBoxInline": "___SBoxInline_y5krh_gg_"
|
15
15
|
});
|
16
16
|
import { getAutoOrScaleIndent } from '../utils';
|
17
17
|
export function removeUndefinedKeys(obj) {
|
@@ -8,9 +8,9 @@ import cn from 'classnames';
|
|
8
8
|
import { sstyled } from 'intergalactic/core';
|
9
9
|
import useBox, { removeUndefinedKeys } from '../Box/useBox';
|
10
10
|
/*__reshadow-styles__:"../style/use-flex.shadow.css"*/
|
11
|
-
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".
|
12
|
-
"__SFlex": "
|
13
|
-
"_inline": "
|
11
|
+
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SFlex_eqlr7_gg_{display:flex}.___SFlex_eqlr7_gg_.__inline_eqlr7_gg_{display:inline-flex}" /*__inner_css_end__*/, "eqlr7_gg_") /*__reshadow_css_end__*/, {
|
12
|
+
"__SFlex": "___SFlex_eqlr7_gg_",
|
13
|
+
"_inline": "__inline_eqlr7_gg_"
|
14
14
|
});
|
15
15
|
import { getAutoOrScaleIndent } from '../utils';
|
16
16
|
function calculateFlexStyles(props) {
|
@@ -4,8 +4,8 @@ import { assignProps as _assignProps } from 'intergalactic/core';
|
|
4
4
|
import React from 'react';
|
5
5
|
import createComponent, { sstyled, Root } from 'intergalactic/core';
|
6
6
|
/*__reshadow-styles__:"./invalidStateBox.shadow.css"*/
|
7
|
-
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".
|
8
|
-
"__SPattern": "
|
7
|
+
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SPattern_1hnd6_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__*/, "1hnd6_gg_") /*__reshadow_css_end__*/, {
|
8
|
+
"__SPattern": "___SPattern_1hnd6_gg_"
|
9
9
|
});
|
10
10
|
import Box from '../Box';
|
11
11
|
var InvalidStatePatternComponent = function InvalidStatePatternComponent() {
|
@@ -17,11 +17,11 @@ var _core = _interopRequireWildcard(require("intergalactic/core"));
|
|
17
17
|
var _react = _interopRequireDefault(require("react"));
|
18
18
|
var _flexBox = require("intergalactic/flex-box");
|
19
19
|
/*__reshadow-styles__:"./style/format-text.shadow.css"*/
|
20
|
-
var style = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/".___SFormatText_1a2gj_gg_{color:var(--intergalactic-text-primary, #191b23)}.___SFormatText_1a2gj_gg_ abbr{color:var(--intergalactic-text-secondary, #6c6e79);-webkit-text-decoration:underline dashed var(--intergalactic-text-hint, #6c6e79);text-decoration:underline dashed var(--intergalactic-text-hint, #6c6e79)}.___SFormatText_1a2gj_gg_ abbr:active,.___SFormatText_1a2gj_gg_ abbr:focus{outline:0;color:var(--intergalactic-text-hint-hover-active, #484a54);-webkit-text-decoration:underline dashed var(--intergalactic-text-hint-hover-active, #484a54);text-decoration:underline dashed var(--intergalactic-text-hint-hover-active, #484a54)}@media (hover:hover){.___SFormatText_1a2gj_gg_ abbr:hover{outline:0;color:var(--intergalactic-text-hint-hover-active, #484a54);-webkit-text-decoration:underline dashed var(--intergalactic-text-hint-hover-active, #484a54);text-decoration:underline dashed var(--intergalactic-text-hint-hover-active, #484a54)}}.___SFormatText_1a2gj_gg_ a{display:inline;background:0 0;outline:0;-webkit-text-decoration:none;text-decoration:none;color:var(--intergalactic-text-link, #006dca);border-bottom-width:1px;border-bottom-style:solid;border-color:transparent}.___SFormatText_1a2gj_gg_ a:active,.___SFormatText_1a2gj_gg_ a:focus{outline:0;-webkit-text-decoration:none;text-decoration:none}@media (hover:hover){.___SFormatText_1a2gj_gg_ a:hover{outline:0;-webkit-text-decoration:none;text-decoration:none}.___SFormatText_1a2gj_gg_ a:not([data-ui-name=Link]):hover{color:var(--intergalactic-text-link-hover-active, #044792);border-color:var(--intergalactic-text-link-hover-active, #044792)}}.___SFormatText_1a2gj_gg_ a:focus{outline-color:var(--intergalactic-keyboard-focus-outline, rgba(0, 143, 248, 0.5));outline-style:solid;outline-width:3px}.___SFormatText_1a2gj_gg_ code,.___SFormatText_1a2gj_gg_ pre{font-family:Consolas,\"Roboto Mono\",Menlo,Courier,monospace}.___SFormatText_1a2gj_gg_ blockquote{position:relative;padding-left:51px;font-size:var(--intergalactic-fs-400, 20px);line-height:var(--intergalactic-lh-400, 120%);font-style:italic}.___SFormatText_1a2gj_gg_ blockquote:before{content:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNyIgaGVpZ2h0PSIxOSIgdmlld0JveD0iMCAwIDI3IDE5IiBmaWxsPSJub25lIj4KPHBhdGggZD0iTTguODI0MjIgMC45NDcyNjZWMi4zMDg1OUM2Ljg3NjMgMy4zMjY4MiA1LjQ4MTc3IDQuMzg5MzIgNC42NDA2MiA1LjQ5NjA5QzMuNzk5NDggNi42MDI4NiAzLjM3ODkxIDcuODA5MjQgMy4zNzg5MSA5LjExNTIzQzMuMzc4OTEgOS44ODk5NyAzLjQ4OTU4IDEwLjQyMTIgMy43MTA5NCAxMC43MDlDMy45MTAxNiAxMS4wMTg5IDQuMTUzNjUgMTEuMTczOCA0LjQ0MTQxIDExLjE3MzhDNC43MjkxNyAxMS4xNzM4IDUuMTE2NTQgMTEuMDk2NCA1LjYwMzUyIDEwLjk0MTRDNi4wOTA0OSAxMC43NjQzIDYuNTMzMiAxMC42NzU4IDYuOTMxNjQgMTAuNjc1OEM3LjgzOTE5IDEwLjY3NTggOC42MjUgMTEuMDE4OSA5LjI4OTA2IDExLjcwNTFDOS45NzUyNiAxMi4zNjkxIDEwLjMxODQgMTMuMTg4MiAxMC4zMTg0IDE0LjE2MjFDMTAuMzE4NCAxNS4yMjQ2IDkuOTA4ODUgMTYuMTQzMiA5LjA4OTg0IDE2LjkxOEM4LjI3MDgzIDE3LjY3MDYgNy4yNTI2IDE4LjA0NjkgNi4wMzUxNiAxOC4wNDY5QzQuNTUyMDggMTguMDQ2OSAzLjIxMjg5IDE3LjQwNDkgMi4wMTc1OCAxNi4xMjExQzAuODIyMjY2IDE0LjgzNzIgMC4yMjQ2MDkgMTMuMjU0NiAwLjIyNDYwOSAxMS4zNzNDMC4yMjQ2MDkgOS4xNTk1MSAwLjk1NTA3OCA3LjEwMDkxIDIuNDE2MDIgNS4xOTcyN0MzLjg5OTA5IDMuMjcxNDggNi4wMzUxNiAxLjg1NDgyIDguODI0MjIgMC45NDcyNjZaTTI0LjY2MjEgMS4wNDY4OFYyLjMwODU5QzIyLjQyNjQgMy41OTI0NSAyMC45NTQ0IDQuNzQzNDkgMjAuMjQ2MSA1Ljc2MTcyQzE5LjUzNzggNi43Nzk5NSAxOS4xODM2IDcuOTc1MjYgMTkuMTgzNiA5LjM0NzY2QzE5LjE4MzYgOS45Njc0NSAxOS4zMDUzIDEwLjQzMjMgMTkuNTQ4OCAxMC43NDIyQzE5Ljc5MjMgMTEuMDUyMSAyMC4wNDY5IDExLjIwNyAyMC4zMTI1IDExLjIwN0MyMC41NTYgMTEuMjA3IDIwLjkyMTIgMTEuMTE4NSAyMS40MDgyIDEwLjk0MTRDMjEuODk1MiAxMC43NjQzIDIyLjM4MjIgMTAuNjc1OCAyMi44NjkxIDEwLjY3NThDMjMuNzc2NyAxMC42NzU4IDI0LjU2MjUgMTEuMDA3OCAyNS4yMjY2IDExLjY3MTlDMjUuOTEyOCAxMi4zMTM4IDI2LjI1NTkgMTMuMTEwNyAyNi4yNTU5IDE0LjA2MjVDMjYuMjU1OSAxNS4xNDcxIDI1LjgyNDIgMTYuMDg3OSAyNC45NjA5IDE2Ljg4NDhDMjQuMTE5OCAxNy42ODE2IDIzLjA3OTQgMTguMDgwMSAyMS44Mzk4IDE4LjA4MDFDMjAuMzc4OSAxOC4wODAxIDE5LjA2MTggMTcuNDQ5MiAxNy44ODg3IDE2LjE4NzVDMTYuNzE1NSAxNC45MjU4IDE2LjEyODkgMTMuMzU0MiAxNi4xMjg5IDExLjQ3MjdDMTYuMTI4OSA5LjE0ODQ0IDE2Ljg3MDQgNy4wMzQ1MSAxOC4zNTM1IDUuMTMwODZDMTkuODM2NiAzLjIwNTA4IDIxLjkzOTUgMS44NDM3NSAyNC42NjIxIDEuMDQ2ODhaIiBmaWxsPSIjQTlBQkI2Ii8+Cjwvc3ZnPg==);display:inline-block;position:absolute;left:0;color:var(--intergalactic-icon-secondary-neutral, #a9abb6);font-family:Georgia,Times,\"Times New Roman\",serif}.___SFormatText_1a2gj_gg_ blockquote cite{display:block;font-style:normal;margin-top:var(--intergalactic-spacing-4x, 16px);color:var(--intergalactic-text-secondary, #6c6e79);font-size:var(--intergalactic-fs-300, 16px);line-height:var(--intergalactic-lh-300, 150%)}.___SFormatText_1a2gj_gg_ ol:not(ol[start]):not(ol[reversed]):not(ol[type]),.___SFormatText_1a2gj_gg_ ul:not(ul[start]):not(ul[reversed]):not(ul[type]){margin:var(--intergalactic-spacing-2x, 8px)0;padding:0;list-style:none;position:relative}.___SFormatText_1a2gj_gg_ ol:not(ol[start]):not(ol[reversed]):not(ol[type]) li:before,.___SFormatText_1a2gj_gg_ ul:not(ul[start]):not(ul[reversed]):not(ul[type]) li:before{position:absolute;left:0;color:var(--intergalactic-text-secondary, #6c6e79)}.___SFormatText_1a2gj_gg_ ol:not(ol[start]):not(ol[reversed]):not(ol[type]) li+li,.___SFormatText_1a2gj_gg_ ul:not(ul[start]):not(ul[reversed]):not(ul[type]) li+li{margin:var(--intergalactic-spacing-2x, 8px)0 0 0}.___SFormatText_1a2gj_gg_ ol:not(ol[start]):not(ol[reversed]):not(ol[type]){counter-reset:item 0}.___SFormatText_1a2gj_gg_ ol:not(ol[start]):not(ol[reversed]):not(ol[type]) li:before{counter-increment:item;content:counters(item,\".\")}.___SFormatText_1a2gj_gg_ ul:not(ul[start]):not(ul[reversed]):not(ul[type]) li:before{content:\"\";background-color:var(--intergalactic-icon-primary-neutral, #6c6e79)}.___SFormatText_1a2gj_gg_ h1{font-size:var(--intergalactic-fs-800, 48px);line-height:var(--intergalactic-lh-800, 117%);font-weight:var(--intergalactic-bold, 700);margin:0 0 var(--intergalactic-spacing-6x, 24px)0}.___SFormatText_1a2gj_gg_ h1:only-child,.___SFormatText_1a2gj_gg_ h2:only-child,.___SFormatText_1a2gj_gg_ h3:only-child,.___SFormatText_1a2gj_gg_ h4:only-child,.___SFormatText_1a2gj_gg_ h5:only-child,.___SFormatText_1a2gj_gg_ h6:only-child{margin-bottom:0}.___SFormatText_1a2gj_gg_ h2{font-size:var(--intergalactic-fs-700, 36px);line-height:var(--intergalactic-lh-700, 110%);font-weight:var(--intergalactic-bold, 700);margin:0 0 var(--intergalactic-spacing-4x, 16px)0}.___SFormatText_1a2gj_gg_ h3{font-size:var(--intergalactic-fs-600, 32px);line-height:var(--intergalactic-lh-600, 125%);font-weight:var(--intergalactic-medium, 500);margin:0 0 var(--intergalactic-spacing-4x, 16px)0}.___SFormatText_1a2gj_gg_ h4{font-size:var(--intergalactic-fs-500, 24px);line-height:var(--intergalactic-lh-500, 117%);font-weight:var(--intergalactic-medium, 500);margin:0 0 var(--intergalactic-spacing-3x, 12px)0}.___SFormatText_1a2gj_gg_ h5{font-size:var(--intergalactic-fs-400, 20px);line-height:var(--intergalactic-lh-400, 120%);font-weight:var(--intergalactic-medium, 500);margin:0 0 var(--intergalactic-spacing-2x, 8px)0}.___SFormatText_1a2gj_gg_ h6{font-size:var(--intergalactic-fs-300, 16px);line-height:var(--intergalactic-lh-300, 150%);font-weight:var(--intergalactic-bold, 700);margin:0 0 var(--intergalactic-spacing-1x, 4px)0}.___SFormatText_1a2gj_gg_ h1 small,.___SFormatText_1a2gj_gg_ h2 small,.___SFormatText_1a2gj_gg_ h3 small,.___SFormatText_1a2gj_gg_ h4 small,.___SFormatText_1a2gj_gg_ h5 small,.___SFormatText_1a2gj_gg_ h6 small{color:var(--intergalactic-text-secondary, #6c6e79);font-weight:300;font-size:100%}.___SFormatText_1a2gj_gg_._size_s_1a2gj_gg_ li,.___SFormatText_1a2gj_gg_._size_s_1a2gj_gg_ p{font-size:var(--intergalactic-fs-100, 12px);line-height:var(--intergalactic-lh-100, 133%)}.___SFormatText_1a2gj_gg_._size_s_1a2gj_gg_ p{margin:0 0 calc(var(--intergalactic-spacing-4x, 16px) + var(--intergalactic-spacing-05x, 2px))}.___SFormatText_1a2gj_gg_._size_l_1a2gj_gg_ p:last-child,.___SFormatText_1a2gj_gg_._size_m_1a2gj_gg_ p:last-child,.___SFormatText_1a2gj_gg_._size_s_1a2gj_gg_ p:last-child{margin-bottom:0}.___SFormatText_1a2gj_gg_._size_s_1a2gj_gg_ li{padding-left:calc(var(--intergalactic-spacing-4x, 16px) + var(--intergalactic-spacing-05x, 2px))}.___SFormatText_1a2gj_gg_._size_s_1a2gj_gg_ ol ol li{padding-left:calc(var(--intergalactic-spacing-6x, 24px) + var(--intergalactic-spacing-05x, 2px))}.___SFormatText_1a2gj_gg_._size_l_1a2gj_gg_ ol ol ol li,.___SFormatText_1a2gj_gg_._size_m_1a2gj_gg_ ol ol ol li,.___SFormatText_1a2gj_gg_._size_s_1a2gj_gg_ ol ol ol li{padding-left:calc(var(--intergalactic-spacing-8x, 32px) + var(--intergalactic-spacing-1x, 4px) + var(--intergalactic-spacing-05x, 2px))}.___SFormatText_1a2gj_gg_._size_s_1a2gj_gg_ ul li:before{width:3px;height:3px;border-radius:50%;margin-top:var(--intergalactic-spacing-2x, 8px);margin-left:var(--intergalactic-spacing-05x, 2px)}.___SFormatText_1a2gj_gg_._size_m_1a2gj_gg_ li,.___SFormatText_1a2gj_gg_._size_m_1a2gj_gg_ p{font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%)}.___SFormatText_1a2gj_gg_._size_m_1a2gj_gg_ p{margin:0 0 var(--intergalactic-spacing-5x, 20px)0}.___SFormatText_1a2gj_gg_._size_m_1a2gj_gg_ li{padding-left:calc(var(--intergalactic-spacing-4x, 16px) + var(--intergalactic-spacing-05x, 2px))}.___SFormatText_1a2gj_gg_._size_m_1a2gj_gg_ ol ol li{padding-left:calc(var(--intergalactic-spacing-6x, 24px) + var(--intergalactic-spacing-05x, 2px))}.___SFormatText_1a2gj_gg_._size_m_1a2gj_gg_ ul li:before{width:4px;height:4px;border-radius:50%;margin-top:calc(var(--intergalactic-spacing-2x, 8px) - 1px);margin-left:var(--intergalactic-spacing-05x, 2px)}.___SFormatText_1a2gj_gg_._size_l_1a2gj_gg_ li,.___SFormatText_1a2gj_gg_._size_l_1a2gj_gg_ p{font-size:var(--intergalactic-fs-300, 16px);line-height:var(--intergalactic-lh-300, 150%)}.___SFormatText_1a2gj_gg_._size_l_1a2gj_gg_ p{margin:0 0 var(--intergalactic-spacing-6x, 24px)0}.___SFormatText_1a2gj_gg_._size_l_1a2gj_gg_ li{padding-left:calc(var(--intergalactic-spacing-4x, 16px) + var(--intergalactic-spacing-05x, 2px))}.___SFormatText_1a2gj_gg_._size_l_1a2gj_gg_ ol ol li{padding-left:calc(var(--intergalactic-spacing-6x, 24px) + var(--intergalactic-spacing-05x, 2px))}.___SFormatText_1a2gj_gg_._size_l_1a2gj_gg_ ul li:before{width:5px;height:5px;border-radius:50%;margin-top:calc(var(--intergalactic-spacing-2x, 8px) + var(--intergalactic-spacing-05x, 2px));margin-left:var(--intergalactic-spacing-05x, 2px)}@media (prefers-reduced-motion){.___SFormatText_1a2gj_gg_ a{transition:none}}" /*__inner_css_end__*/, "1a2gj_gg_") /*__reshadow_css_end__*/, {
|
21
|
-
"__SFormatText": "
|
22
|
-
"_size_s": "
|
23
|
-
"_size_m": "
|
24
|
-
"_size_l": "
|
20
|
+
var style = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/".___SFormatText_1fe4b_gg_{color:var(--intergalactic-text-primary, #191b23)}.___SFormatText_1fe4b_gg_ abbr{color:var(--intergalactic-text-secondary, #6c6e79);-webkit-text-decoration:underline dashed var(--intergalactic-text-hint, #6c6e79);text-decoration:underline dashed var(--intergalactic-text-hint, #6c6e79)}.___SFormatText_1fe4b_gg_ abbr:active,.___SFormatText_1fe4b_gg_ abbr:focus{outline:0;color:var(--intergalactic-text-hint-hover-active, #484a54);-webkit-text-decoration:underline dashed var(--intergalactic-text-hint-hover-active, #484a54);text-decoration:underline dashed var(--intergalactic-text-hint-hover-active, #484a54)}@media (hover:hover){.___SFormatText_1fe4b_gg_ abbr:hover{outline:0;color:var(--intergalactic-text-hint-hover-active, #484a54);-webkit-text-decoration:underline dashed var(--intergalactic-text-hint-hover-active, #484a54);text-decoration:underline dashed var(--intergalactic-text-hint-hover-active, #484a54)}}.___SFormatText_1fe4b_gg_ a{display:inline;background:0 0;outline:0;-webkit-text-decoration:none;text-decoration:none;color:var(--intergalactic-text-link, #006dca);border-bottom-width:1px;border-bottom-style:solid;border-color:transparent}.___SFormatText_1fe4b_gg_ a:active,.___SFormatText_1fe4b_gg_ a:focus{outline:0;-webkit-text-decoration:none;text-decoration:none}@media (hover:hover){.___SFormatText_1fe4b_gg_ a:hover{outline:0;-webkit-text-decoration:none;text-decoration:none}.___SFormatText_1fe4b_gg_ a:not([data-ui-name=Link]):hover{color:var(--intergalactic-text-link-hover-active, #044792);border-color:var(--intergalactic-text-link-hover-active, #044792)}}.___SFormatText_1fe4b_gg_ a:focus{outline-color:var(--intergalactic-keyboard-focus-outline, rgba(0, 143, 248, 0.5));outline-style:solid;outline-width:3px}.___SFormatText_1fe4b_gg_ code,.___SFormatText_1fe4b_gg_ pre{font-family:Consolas,\"Roboto Mono\",Menlo,Courier,monospace}.___SFormatText_1fe4b_gg_ blockquote{position:relative;padding-left:51px;font-size:var(--intergalactic-fs-400, 20px);line-height:var(--intergalactic-lh-400, 120%);font-style:italic}.___SFormatText_1fe4b_gg_ blockquote:before{content:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNyIgaGVpZ2h0PSIxOSIgdmlld0JveD0iMCAwIDI3IDE5IiBmaWxsPSJub25lIj4KPHBhdGggZD0iTTguODI0MjIgMC45NDcyNjZWMi4zMDg1OUM2Ljg3NjMgMy4zMjY4MiA1LjQ4MTc3IDQuMzg5MzIgNC42NDA2MiA1LjQ5NjA5QzMuNzk5NDggNi42MDI4NiAzLjM3ODkxIDcuODA5MjQgMy4zNzg5MSA5LjExNTIzQzMuMzc4OTEgOS44ODk5NyAzLjQ4OTU4IDEwLjQyMTIgMy43MTA5NCAxMC43MDlDMy45MTAxNiAxMS4wMTg5IDQuMTUzNjUgMTEuMTczOCA0LjQ0MTQxIDExLjE3MzhDNC43MjkxNyAxMS4xNzM4IDUuMTE2NTQgMTEuMDk2NCA1LjYwMzUyIDEwLjk0MTRDNi4wOTA0OSAxMC43NjQzIDYuNTMzMiAxMC42NzU4IDYuOTMxNjQgMTAuNjc1OEM3LjgzOTE5IDEwLjY3NTggOC42MjUgMTEuMDE4OSA5LjI4OTA2IDExLjcwNTFDOS45NzUyNiAxMi4zNjkxIDEwLjMxODQgMTMuMTg4MiAxMC4zMTg0IDE0LjE2MjFDMTAuMzE4NCAxNS4yMjQ2IDkuOTA4ODUgMTYuMTQzMiA5LjA4OTg0IDE2LjkxOEM4LjI3MDgzIDE3LjY3MDYgNy4yNTI2IDE4LjA0NjkgNi4wMzUxNiAxOC4wNDY5QzQuNTUyMDggMTguMDQ2OSAzLjIxMjg5IDE3LjQwNDkgMi4wMTc1OCAxNi4xMjExQzAuODIyMjY2IDE0LjgzNzIgMC4yMjQ2MDkgMTMuMjU0NiAwLjIyNDYwOSAxMS4zNzNDMC4yMjQ2MDkgOS4xNTk1MSAwLjk1NTA3OCA3LjEwMDkxIDIuNDE2MDIgNS4xOTcyN0MzLjg5OTA5IDMuMjcxNDggNi4wMzUxNiAxLjg1NDgyIDguODI0MjIgMC45NDcyNjZaTTI0LjY2MjEgMS4wNDY4OFYyLjMwODU5QzIyLjQyNjQgMy41OTI0NSAyMC45NTQ0IDQuNzQzNDkgMjAuMjQ2MSA1Ljc2MTcyQzE5LjUzNzggNi43Nzk5NSAxOS4xODM2IDcuOTc1MjYgMTkuMTgzNiA5LjM0NzY2QzE5LjE4MzYgOS45Njc0NSAxOS4zMDUzIDEwLjQzMjMgMTkuNTQ4OCAxMC43NDIyQzE5Ljc5MjMgMTEuMDUyMSAyMC4wNDY5IDExLjIwNyAyMC4zMTI1IDExLjIwN0MyMC41NTYgMTEuMjA3IDIwLjkyMTIgMTEuMTE4NSAyMS40MDgyIDEwLjk0MTRDMjEuODk1MiAxMC43NjQzIDIyLjM4MjIgMTAuNjc1OCAyMi44NjkxIDEwLjY3NThDMjMuNzc2NyAxMC42NzU4IDI0LjU2MjUgMTEuMDA3OCAyNS4yMjY2IDExLjY3MTlDMjUuOTEyOCAxMi4zMTM4IDI2LjI1NTkgMTMuMTEwNyAyNi4yNTU5IDE0LjA2MjVDMjYuMjU1OSAxNS4xNDcxIDI1LjgyNDIgMTYuMDg3OSAyNC45NjA5IDE2Ljg4NDhDMjQuMTE5OCAxNy42ODE2IDIzLjA3OTQgMTguMDgwMSAyMS44Mzk4IDE4LjA4MDFDMjAuMzc4OSAxOC4wODAxIDE5LjA2MTggMTcuNDQ5MiAxNy44ODg3IDE2LjE4NzVDMTYuNzE1NSAxNC45MjU4IDE2LjEyODkgMTMuMzU0MiAxNi4xMjg5IDExLjQ3MjdDMTYuMTI4OSA5LjE0ODQ0IDE2Ljg3MDQgNy4wMzQ1MSAxOC4zNTM1IDUuMTMwODZDMTkuODM2NiAzLjIwNTA4IDIxLjkzOTUgMS44NDM3NSAyNC42NjIxIDEuMDQ2ODhaIiBmaWxsPSIjQTlBQkI2Ii8+Cjwvc3ZnPg==);display:inline-block;position:absolute;left:0;color:var(--intergalactic-icon-secondary-neutral, #a9abb6);font-family:Georgia,Times,\"Times New Roman\",serif}.___SFormatText_1fe4b_gg_ blockquote cite{display:block;font-style:normal;margin-top:var(--intergalactic-spacing-4x, 16px);color:var(--intergalactic-text-secondary, #6c6e79);font-size:var(--intergalactic-fs-300, 16px);line-height:var(--intergalactic-lh-300, 150%)}.___SFormatText_1fe4b_gg_ ol:not(ol[start]):not(ol[reversed]):not(ol[type]),.___SFormatText_1fe4b_gg_ ul:not(ul[start]):not(ul[reversed]):not(ul[type]){margin:var(--intergalactic-spacing-2x, 8px)0;padding:0;list-style:none;position:relative}.___SFormatText_1fe4b_gg_ ol:not(ol[start]):not(ol[reversed]):not(ol[type]) li:before,.___SFormatText_1fe4b_gg_ ul:not(ul[start]):not(ul[reversed]):not(ul[type]) li:before{position:absolute;left:0;color:var(--intergalactic-text-secondary, #6c6e79)}.___SFormatText_1fe4b_gg_ ol:not(ol[start]):not(ol[reversed]):not(ol[type]) li+li,.___SFormatText_1fe4b_gg_ ul:not(ul[start]):not(ul[reversed]):not(ul[type]) li+li{margin:var(--intergalactic-spacing-2x, 8px)0 0 0}.___SFormatText_1fe4b_gg_ ol:not(ol[start]):not(ol[reversed]):not(ol[type]){counter-reset:item 0}.___SFormatText_1fe4b_gg_ ol:not(ol[start]):not(ol[reversed]):not(ol[type]) li:before{counter-increment:item;content:counters(item,\".\")}.___SFormatText_1fe4b_gg_ ul:not(ul[start]):not(ul[reversed]):not(ul[type]) li:before{content:\"\";background-color:var(--intergalactic-icon-primary-neutral, #6c6e79)}.___SFormatText_1fe4b_gg_ h1{font-size:var(--intergalactic-fs-800, 48px);line-height:var(--intergalactic-lh-800, 117%);font-weight:var(--intergalactic-bold, 700);margin:0 0 var(--intergalactic-spacing-6x, 24px)0}.___SFormatText_1fe4b_gg_ h1:only-child,.___SFormatText_1fe4b_gg_ h2:only-child,.___SFormatText_1fe4b_gg_ h3:only-child,.___SFormatText_1fe4b_gg_ h4:only-child,.___SFormatText_1fe4b_gg_ h5:only-child,.___SFormatText_1fe4b_gg_ h6:only-child{margin-bottom:0}.___SFormatText_1fe4b_gg_ h2{font-size:var(--intergalactic-fs-700, 36px);line-height:var(--intergalactic-lh-700, 110%);font-weight:var(--intergalactic-bold, 700);margin:0 0 var(--intergalactic-spacing-4x, 16px)0}.___SFormatText_1fe4b_gg_ h3{font-size:var(--intergalactic-fs-600, 32px);line-height:var(--intergalactic-lh-600, 125%);font-weight:var(--intergalactic-medium, 500);margin:0 0 var(--intergalactic-spacing-4x, 16px)0}.___SFormatText_1fe4b_gg_ h4{font-size:var(--intergalactic-fs-500, 24px);line-height:var(--intergalactic-lh-500, 117%);font-weight:var(--intergalactic-medium, 500);margin:0 0 var(--intergalactic-spacing-3x, 12px)0}.___SFormatText_1fe4b_gg_ h5{font-size:var(--intergalactic-fs-400, 20px);line-height:var(--intergalactic-lh-400, 120%);font-weight:var(--intergalactic-medium, 500);margin:0 0 var(--intergalactic-spacing-2x, 8px)0}.___SFormatText_1fe4b_gg_ h6{font-size:var(--intergalactic-fs-300, 16px);line-height:var(--intergalactic-lh-300, 150%);font-weight:var(--intergalactic-bold, 700);margin:0 0 var(--intergalactic-spacing-1x, 4px)0}.___SFormatText_1fe4b_gg_ h1 small,.___SFormatText_1fe4b_gg_ h2 small,.___SFormatText_1fe4b_gg_ h3 small,.___SFormatText_1fe4b_gg_ h4 small,.___SFormatText_1fe4b_gg_ h5 small,.___SFormatText_1fe4b_gg_ h6 small{color:var(--intergalactic-text-secondary, #6c6e79);font-weight:300;font-size:100%}.___SFormatText_1fe4b_gg_._size_s_1fe4b_gg_ li,.___SFormatText_1fe4b_gg_._size_s_1fe4b_gg_ p{font-size:var(--intergalactic-fs-100, 12px);line-height:var(--intergalactic-lh-100, 133%)}.___SFormatText_1fe4b_gg_._size_s_1fe4b_gg_ p{margin:0 0 calc(var(--intergalactic-spacing-4x, 16px) + var(--intergalactic-spacing-05x, 2px))}.___SFormatText_1fe4b_gg_._size_l_1fe4b_gg_ p:last-child,.___SFormatText_1fe4b_gg_._size_m_1fe4b_gg_ p:last-child,.___SFormatText_1fe4b_gg_._size_s_1fe4b_gg_ p:last-child{margin-bottom:0}.___SFormatText_1fe4b_gg_._size_s_1fe4b_gg_ li{padding-left:calc(var(--intergalactic-spacing-4x, 16px) + var(--intergalactic-spacing-05x, 2px))}.___SFormatText_1fe4b_gg_._size_s_1fe4b_gg_ ol ol li{padding-left:calc(var(--intergalactic-spacing-6x, 24px) + var(--intergalactic-spacing-05x, 2px))}.___SFormatText_1fe4b_gg_._size_l_1fe4b_gg_ ol ol ol li,.___SFormatText_1fe4b_gg_._size_m_1fe4b_gg_ ol ol ol li,.___SFormatText_1fe4b_gg_._size_s_1fe4b_gg_ ol ol ol li{padding-left:calc(var(--intergalactic-spacing-8x, 32px) + var(--intergalactic-spacing-1x, 4px) + var(--intergalactic-spacing-05x, 2px))}.___SFormatText_1fe4b_gg_._size_s_1fe4b_gg_ ul li:before{width:3px;height:3px;border-radius:50%;margin-top:var(--intergalactic-spacing-2x, 8px);margin-left:var(--intergalactic-spacing-05x, 2px)}.___SFormatText_1fe4b_gg_._size_m_1fe4b_gg_ li,.___SFormatText_1fe4b_gg_._size_m_1fe4b_gg_ p{font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%)}.___SFormatText_1fe4b_gg_._size_m_1fe4b_gg_ p{margin:0 0 var(--intergalactic-spacing-5x, 20px)0}.___SFormatText_1fe4b_gg_._size_m_1fe4b_gg_ li{padding-left:calc(var(--intergalactic-spacing-4x, 16px) + var(--intergalactic-spacing-05x, 2px))}.___SFormatText_1fe4b_gg_._size_m_1fe4b_gg_ ol ol li{padding-left:calc(var(--intergalactic-spacing-6x, 24px) + var(--intergalactic-spacing-05x, 2px))}.___SFormatText_1fe4b_gg_._size_m_1fe4b_gg_ ul li:before{width:4px;height:4px;border-radius:50%;margin-top:calc(var(--intergalactic-spacing-2x, 8px) - 1px);margin-left:var(--intergalactic-spacing-05x, 2px)}.___SFormatText_1fe4b_gg_._size_l_1fe4b_gg_ li,.___SFormatText_1fe4b_gg_._size_l_1fe4b_gg_ p{font-size:var(--intergalactic-fs-300, 16px);line-height:var(--intergalactic-lh-300, 150%)}.___SFormatText_1fe4b_gg_._size_l_1fe4b_gg_ p{margin:0 0 var(--intergalactic-spacing-6x, 24px)0}.___SFormatText_1fe4b_gg_._size_l_1fe4b_gg_ li{padding-left:calc(var(--intergalactic-spacing-4x, 16px) + var(--intergalactic-spacing-05x, 2px))}.___SFormatText_1fe4b_gg_._size_l_1fe4b_gg_ ol ol li{padding-left:calc(var(--intergalactic-spacing-6x, 24px) + var(--intergalactic-spacing-05x, 2px))}.___SFormatText_1fe4b_gg_._size_l_1fe4b_gg_ ul li:before{width:5px;height:5px;border-radius:50%;margin-top:calc(var(--intergalactic-spacing-2x, 8px) + var(--intergalactic-spacing-05x, 2px));margin-left:var(--intergalactic-spacing-05x, 2px)}@media (prefers-reduced-motion){.___SFormatText_1fe4b_gg_ a{transition:none}}" /*__inner_css_end__*/, "1fe4b_gg_") /*__reshadow_css_end__*/, {
|
21
|
+
"__SFormatText": "___SFormatText_1fe4b_gg_",
|
22
|
+
"_size_s": "_size_s_1fe4b_gg_",
|
23
|
+
"_size_m": "_size_m_1fe4b_gg_",
|
24
|
+
"_size_l": "_size_l_1fe4b_gg_"
|
25
25
|
});
|
26
26
|
/** @deprecated */
|
27
27
|
var FormatText = /*#__PURE__*/function (_Component) {
|