intergalactic 15.63.0 → 15.65.1-prerelease-e6edbe82
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 +34 -9
- 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 +25 -17
- package/base-trigger/lib/cjs/FilterTrigger.js.map +1 -1
- 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 +25 -17
- package/base-trigger/lib/es6/FilterTrigger.js.map +1 -1
- 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/button/lib/cjs/Button.js +26 -26
- package/button/lib/es6/Button.js +26 -26
- package/card/lib/cjs/Card.js +8 -8
- package/card/lib/es6/Card.js +8 -8
- package/carousel/lib/cjs/Carousel.js +18 -18
- package/carousel/lib/es6/Carousel.js +18 -18
- 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 +38 -38
- 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/cjs/style/axis.shadow.css +8 -8
- package/d3-chart/lib/cjs/style/reference-line.shadow.css +3 -3
- 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/d3-chart/lib/es6/style/axis.shadow.css +8 -8
- package/d3-chart/lib/es6/style/reference-line.shadow.css +3 -3
- package/data-table/lib/cjs/Body.js +6 -9
- package/data-table/lib/cjs/Body.js.map +1 -1
- package/data-table/lib/cjs/DataTable.js +41 -41
- package/data-table/lib/cjs/Head.js +4 -4
- package/data-table/lib/es6/Body.js +6 -9
- package/data-table/lib/es6/Body.js.map +1 -1
- package/data-table/lib/es6/DataTable.js +41 -41
- package/data-table/lib/es6/Head.js +4 -4
- package/date-picker/index.d.ts +7 -1
- package/date-picker/lib/cjs/DateRangeComparator.js +65 -13
- package/date-picker/lib/cjs/DateRangeComparator.js.map +1 -1
- package/date-picker/lib/cjs/MonthDateRangeComparator.js +65 -13
- package/date-picker/lib/cjs/MonthDateRangeComparator.js.map +1 -1
- package/date-picker/lib/cjs/components/Calendar.js +21 -21
- package/date-picker/lib/cjs/components/DateRangeComparatorAbstract.js +26 -26
- package/date-picker/lib/cjs/components/InputTrigger.js +26 -26
- package/date-picker/lib/cjs/components/PickerAbstract.js +26 -26
- package/date-picker/lib/cjs/components/RangePickerAbstract.js +26 -26
- package/date-picker/lib/cjs/index.d.js.map +1 -1
- package/date-picker/lib/es6/DateRangeComparator.js +65 -13
- package/date-picker/lib/es6/DateRangeComparator.js.map +1 -1
- package/date-picker/lib/es6/MonthDateRangeComparator.js +65 -13
- package/date-picker/lib/es6/MonthDateRangeComparator.js.map +1 -1
- package/date-picker/lib/es6/components/Calendar.js +21 -21
- package/date-picker/lib/es6/components/DateRangeComparatorAbstract.js +26 -26
- package/date-picker/lib/es6/components/InputTrigger.js +26 -26
- package/date-picker/lib/es6/components/PickerAbstract.js +26 -26
- package/date-picker/lib/es6/components/RangePickerAbstract.js +26 -26
- package/date-picker/lib/es6/index.d.js.map +1 -1
- package/date-picker/lib/types/index.d.ts +7 -1
- 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 +12 -12
- package/drag-and-drop/lib/es6/DragAndDrop.js +12 -12
- package/dropdown/lib/cjs/Dropdown.js +2 -2
- package/dropdown/lib/es6/Dropdown.js +2 -2
- package/dropdown-menu/lib/cjs/DropdownMenu.js +15 -15
- package/dropdown-menu/lib/cjs/styleScrollArea.js +6 -6
- package/dropdown-menu/lib/es6/DropdownMenu.js +15 -15
- 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/lib/cjs/FeedbackForm.js +7 -7
- package/feedback-form/lib/es6/FeedbackForm.js +7 -7
- package/flags/lib/cjs/Flags.js +3 -3
- package/flags/lib/es6/Flags.js +3 -3
- package/flags/lib/sprites/sprite@1x.css +256 -256
- package/flags/lib/sprites/sprite@2x.css +257 -257
- 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 +9 -9
- package/input-number/lib/es6/InputNumber.js +9 -9
- package/input-tags/lib/cjs/InputTags.js +12 -12
- package/input-tags/lib/cjs/style/input-tag.shadow.css +2 -2
- package/input-tags/lib/es6/InputTags.js +12 -12
- package/input-tags/lib/es6/style/input-tag.shadow.css +2 -2
- 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 +21 -14
- package/pagination/lib/cjs/Pagination.js.map +1 -1
- package/pagination/lib/es6/Pagination.js +21 -14
- package/pagination/lib/es6/Pagination.js.map +1 -1
- 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 +9 -9
- package/scroll-area/lib/cjs/ScrollBar.js +5 -5
- package/scroll-area/lib/es6/ScrollArea.js +9 -9
- package/scroll-area/lib/es6/ScrollBar.js +5 -5
- package/select/lib/cjs/InputSearch.js +6 -6
- package/select/lib/cjs/Select.js +9 -9
- package/select/lib/es6/InputSearch.js +6 -6
- package/select/lib/es6/Select.js +9 -9
- 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 +7 -7
- package/slider/lib/es6/Slider.js +7 -7
- 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 +7 -7
- package/tooltip/lib/es6/Tooltip.js +7 -7
- package/typography/index.d.ts +4 -2
- 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/cjs/index.d.js.map +1 -1
- package/typography/lib/es6/Blockquote.js +4 -4
- package/typography/lib/es6/Hint.js +7 -7
- package/typography/lib/es6/List.js +5 -5
- package/typography/lib/es6/Text.js +34 -34
- package/typography/lib/es6/index.d.js.map +1 -1
- package/typography/lib/types/index.d.ts +4 -2
- 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/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
@@ -19,13 +19,13 @@ var _keyboardFocusEnhance = _interopRequireDefault(require("intergalactic/utils/
|
|
19
19
|
var _addonTextChildren = _interopRequireDefault(require("intergalactic/utils/lib/addonTextChildren"));
|
20
20
|
var _Text = _interopRequireDefault(require("./Text"));
|
21
21
|
/*__reshadow-styles__:"./style/hint.shadow.css"*/
|
22
|
-
var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".
|
23
|
-
"__SHint": "
|
24
|
-
"_keyboardFocused": "
|
25
|
-
"_disabled": "
|
26
|
-
"__SAddon": "
|
27
|
-
"__SText": "
|
28
|
-
"_active": "
|
22
|
+
var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SHint_1q7n9_gg_{display:inline-block;transition:all .15s ease-in-out;-webkit-text-decoration:none;text-decoration:none;outline:0;cursor:pointer;color:var(--intergalactic-text-secondary, #6c6e79)}.___SHint_1q7n9_gg_.__active_1q7n9_gg_,.___SHint_1q7n9_gg_:active{color:var(--intergalactic-text-hint-hover-active, #484a54)}@media (hover:hover){.___SHint_1q7n9_gg_:hover{color:var(--intergalactic-text-hint-hover-active, #484a54)}}.___SHint_1q7n9_gg_.__keyboardFocused_1q7n9_gg_{box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.5))}.___SHint_1q7n9_gg_.__disabled_1q7n9_gg_{opacity:var(--intergalactic-disabled-opacity, 0.3);cursor:default;pointer-events:none}.___SAddon_1q7n9_gg_{vertical-align:middle;display:inline-flex}.___SHint_1q7n9_gg_ .___SAddon_1q7n9_gg_:not(:only-child):first-child{margin-right:var(--intergalactic-spacing-1x, 4px)}.___SHint_1q7n9_gg_ .___SAddon_1q7n9_gg_:not(:only-child):last-child{margin-left:var(--intergalactic-spacing-1x, 4px)}.___SText_1q7n9_gg_{border-bottom-width:1px;border-bottom-style:dashed;border-color:currentColor}@media (prefers-reduced-motion){.___SHint_1q7n9_gg_{transition:none}}" /*__inner_css_end__*/, "1q7n9_gg_") /*__reshadow_css_end__*/, {
|
23
|
+
"__SHint": "___SHint_1q7n9_gg_",
|
24
|
+
"_keyboardFocused": "__keyboardFocused_1q7n9_gg_",
|
25
|
+
"_disabled": "__disabled_1q7n9_gg_",
|
26
|
+
"__SAddon": "___SAddon_1q7n9_gg_",
|
27
|
+
"__SText": "___SText_1q7n9_gg_",
|
28
|
+
"_active": "__active_1q7n9_gg_"
|
29
29
|
});
|
30
30
|
var RootHint = /*#__PURE__*/function (_Component) {
|
31
31
|
(0, _inherits2["default"])(RootHint, _Component);
|
@@ -19,11 +19,11 @@ var _isNode = _interopRequireDefault(require("intergalactic/utils/lib/isNode"));
|
|
19
19
|
var _findComponent = require("intergalactic/utils/lib/findComponent");
|
20
20
|
var _Text = _interopRequireDefault(require("./Text"));
|
21
21
|
/*__reshadow-styles__:"./style/list.shadow.css"*/
|
22
|
-
var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".
|
23
|
-
"__SList": "
|
24
|
-
"__SContent": "
|
25
|
-
"__SItem": "
|
26
|
-
"__SMarker": "
|
22
|
+
var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SList_1pac7_gg_{padding:0;margin:0;list-style-type:none}.___SContent_1pac7_gg_{overflow:inherit;text-overflow:inherit}.___SItem_1pac7_gg_+.___SItem_1pac7_gg_,.___SList_1pac7_gg_ .___SList_1pac7_gg_{margin-top:var(--intergalactic-spacing-2x, 8px)}.___SItem_1pac7_gg_{display:flex}.___SMarker_1pac7_gg_{margin-right:var(--intergalactic-spacing-2x, 8px);color:var(--intergalactic-text-secondary, #6c6e79);line-height:normal}" /*__inner_css_end__*/, "1pac7_gg_") /*__reshadow_css_end__*/, {
|
23
|
+
"__SList": "___SList_1pac7_gg_",
|
24
|
+
"__SContent": "___SContent_1pac7_gg_",
|
25
|
+
"__SItem": "___SItem_1pac7_gg_",
|
26
|
+
"__SMarker": "___SMarker_1pac7_gg_"
|
27
27
|
});
|
28
28
|
var ListRoot = /*#__PURE__*/function (_Component) {
|
29
29
|
(0, _inherits2["default"])(ListRoot, _Component);
|
@@ -11,40 +11,40 @@ var _react = _interopRequireDefault(require("react"));
|
|
11
11
|
var _flexBox = require("intergalactic/flex-box");
|
12
12
|
var _useColorResolver = require("intergalactic/utils/lib/use/useColorResolver");
|
13
13
|
/*__reshadow-styles__:"./style/text.shadow.css"*/
|
14
|
-
var styles = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".
|
15
|
-
"__SText": "
|
16
|
-
"_size_100": "
|
17
|
-
"_size_200": "
|
18
|
-
"_size_300": "
|
19
|
-
"_size_400": "
|
20
|
-
"_size_500": "
|
21
|
-
"_size_600": "
|
22
|
-
"_size_700": "
|
23
|
-
"_size_800": "
|
24
|
-
"_noWrap": "
|
25
|
-
"_medium": "
|
26
|
-
"_semibold": "
|
27
|
-
"_bold": "
|
28
|
-
"_italic": "
|
29
|
-
"_monospace": "
|
30
|
-
"_uppercase": "
|
31
|
-
"_lowercase": "
|
32
|
-
"_capitalize": "
|
33
|
-
"_decoration": "
|
34
|
-
"--decoration": "--
|
35
|
-
"_color": "
|
36
|
-
"--color": "--
|
37
|
-
"_fontSize": "
|
38
|
-
"--fontSize": "--
|
39
|
-
"_lineHeight": "
|
40
|
-
"--lineHeight": "--
|
41
|
-
"_fontWeight": "
|
42
|
-
"--fontWeight": "--
|
43
|
-
"_textAlign": "
|
44
|
-
"--textAlign": "--
|
45
|
-
"_use_primary": "
|
46
|
-
"_use_secondary": "
|
47
|
-
"_disabled": "
|
14
|
+
var styles = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SText_b870n_gg_{padding:0;margin:0}.___SText_b870n_gg_._size_100_b870n_gg_{font-size:var(--intergalactic-fs-100, 12px);line-height:var(--intergalactic-lh-100, 133%)}.___SText_b870n_gg_._size_200_b870n_gg_{font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%)}.___SText_b870n_gg_._size_300_b870n_gg_{font-size:var(--intergalactic-fs-300, 16px);line-height:var(--intergalactic-lh-300, 150%)}.___SText_b870n_gg_._size_400_b870n_gg_{font-size:var(--intergalactic-fs-400, 20px);line-height:var(--intergalactic-lh-400, 120%)}.___SText_b870n_gg_._size_500_b870n_gg_{font-size:var(--intergalactic-fs-500, 24px);line-height:var(--intergalactic-lh-500, 117%)}.___SText_b870n_gg_._size_600_b870n_gg_{font-size:var(--intergalactic-fs-600, 32px);line-height:var(--intergalactic-lh-600, 125%)}.___SText_b870n_gg_._size_700_b870n_gg_{font-size:var(--intergalactic-fs-700, 36px);line-height:var(--intergalactic-lh-700, 110%)}.___SText_b870n_gg_._size_800_b870n_gg_{font-size:var(--intergalactic-fs-800, 48px);line-height:var(--intergalactic-lh-800, 117%)}.___SText_b870n_gg_.__noWrap_b870n_gg_{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.___SText_b870n_gg_.__medium_b870n_gg_{font-weight:var(--intergalactic-medium, 500)}.___SText_b870n_gg_.__semibold_b870n_gg_{font-weight:var(--intergalactic-semi-bold, 600)}.___SText_b870n_gg_.__bold_b870n_gg_{font-weight:var(--intergalactic-bold, 700)}.___SText_b870n_gg_.__italic_b870n_gg_{font-style:italic}.___SText_b870n_gg_.__monospace_b870n_gg_{font-family:Consolas,\"Roboto Mono\",Menlo,Courier,monospace}.___SText_b870n_gg_.__uppercase_b870n_gg_{text-transform:uppercase}.___SText_b870n_gg_.__lowercase_b870n_gg_{text-transform:lowercase}.___SText_b870n_gg_.__capitalize_b870n_gg_{text-transform:capitalize}.___SText_b870n_gg_.__decoration_b870n_gg_{-webkit-text-decoration:var(--decoration_b870n);text-decoration:var(--decoration_b870n)}.___SText_b870n_gg_.__color_b870n_gg_{color:var(--color_b870n)}.___SText_b870n_gg_.__fontSize_b870n_gg_{font-size:var(--fontSize_b870n)}.___SText_b870n_gg_.__lineHeight_b870n_gg_{line-height:var(--lineHeight_b870n)}.___SText_b870n_gg_.__fontWeight_b870n_gg_{font-weight:var(--fontWeight_b870n)}.___SText_b870n_gg_.__textAlign_b870n_gg_{text-align:var(--textAlign_b870n)}.___SText_b870n_gg_._use_primary_b870n_gg_{color:var(--intergalactic-text-primary, #191b23)}.___SText_b870n_gg_._use_secondary_b870n_gg_{color:var(--intergalactic-text-secondary, #6c6e79)}.___SText_b870n_gg_.__disabled_b870n_gg_{opacity:var(--intergalactic-disabled-opacity, 0.3)}" /*__inner_css_end__*/, "b870n_gg_") /*__reshadow_css_end__*/, {
|
15
|
+
"__SText": "___SText_b870n_gg_",
|
16
|
+
"_size_100": "_size_100_b870n_gg_",
|
17
|
+
"_size_200": "_size_200_b870n_gg_",
|
18
|
+
"_size_300": "_size_300_b870n_gg_",
|
19
|
+
"_size_400": "_size_400_b870n_gg_",
|
20
|
+
"_size_500": "_size_500_b870n_gg_",
|
21
|
+
"_size_600": "_size_600_b870n_gg_",
|
22
|
+
"_size_700": "_size_700_b870n_gg_",
|
23
|
+
"_size_800": "_size_800_b870n_gg_",
|
24
|
+
"_noWrap": "__noWrap_b870n_gg_",
|
25
|
+
"_medium": "__medium_b870n_gg_",
|
26
|
+
"_semibold": "__semibold_b870n_gg_",
|
27
|
+
"_bold": "__bold_b870n_gg_",
|
28
|
+
"_italic": "__italic_b870n_gg_",
|
29
|
+
"_monospace": "__monospace_b870n_gg_",
|
30
|
+
"_uppercase": "__uppercase_b870n_gg_",
|
31
|
+
"_lowercase": "__lowercase_b870n_gg_",
|
32
|
+
"_capitalize": "__capitalize_b870n_gg_",
|
33
|
+
"_decoration": "__decoration_b870n_gg_",
|
34
|
+
"--decoration": "--decoration_b870n",
|
35
|
+
"_color": "__color_b870n_gg_",
|
36
|
+
"--color": "--color_b870n",
|
37
|
+
"_fontSize": "__fontSize_b870n_gg_",
|
38
|
+
"--fontSize": "--fontSize_b870n",
|
39
|
+
"_lineHeight": "__lineHeight_b870n_gg_",
|
40
|
+
"--lineHeight": "--lineHeight_b870n",
|
41
|
+
"_fontWeight": "__fontWeight_b870n_gg_",
|
42
|
+
"--fontWeight": "--fontWeight_b870n",
|
43
|
+
"_textAlign": "__textAlign_b870n_gg_",
|
44
|
+
"--textAlign": "--textAlign_b870n",
|
45
|
+
"_use_primary": "_use_primary_b870n_gg_",
|
46
|
+
"_use_secondary": "_use_secondary_b870n_gg_",
|
47
|
+
"_disabled": "__disabled_b870n_gg_"
|
48
48
|
});
|
49
49
|
function getTextDecoration(underline, lineThrough) {
|
50
50
|
if (underline) {
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.js","names":[],"sources":["../../src/index.d.ts"],"sourcesContent":["import React from 'react';\nimport { PropGetterFn, UnknownProperties, Intergalactic } from '@semcore/core';\n\nimport { Property } from 'csstype';\nimport { Box, BoxProps, Flex } from '@semcore/flex-box';\nimport { KeyboardFocusProps } from '@semcore/utils/lib/enhances/keyboardFocusEnhance';\n\n/** @deprecated */\nexport interface ITextProps extends TextProps, UnknownProperties {}\nexport type TextProps = BoxProps & {\n /** Font size and line-heights */\n size?: 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800;\n /** The text will not be wrapped on a new line and will be cut off with ellipsis */\n noWrap?: boolean;\n /** CSS property `font-weight: 700;` */\n bold?: boolean;\n /** CSS property `font-weight: 600;` */\n semibold?: boolean;\n /** CSS property `font-weight: 500;` */\n medium?: boolean;\n /** Italicized text */\n italic?: boolean;\n /** Underlined text */\n underline?: boolean;\n /** CSS property `font-family: monospace;` */\n monospace?: boolean;\n /** Strikethrough text */\n lineThrough?: boolean;\n /** Uppercase text */\n uppercase?: boolean;\n /** Lowercase text */\n lowercase?: boolean;\n /** Capitalized text */\n capitalize?: boolean;\n /** Text color **/\n color?: string;\n /** Custom `font-size` */\n fontSize?: Property.FontSize<any>;\n /** Custom `line-height` */\n lineHeight?: Property.LineHeight<any>;\n /** Custom `font-weight` */\n fontWeight?: Property.FontWeight;\n /** Text alignment */\n textAlign?: Property.TextAlign;\n /** Enforces text color */\n use?: 'primary' | 'secondary';\n /** Makes text semi-transparent to indicate disabled state */\n disabled?: boolean;\n};\n\n/** @deprecated */\nexport interface IListProps extends ListProps, UnknownProperties {}\nexport type ListProps = TextProps & {\n /** Marker of the entire list\n * @default • */\n marker?: React.ReactNode;\n};\n\n/** @deprecated */\nexport interface IListItemProps extends ListItemProps, UnknownProperties {}\nexport type ListItemProps = TextProps & {\n /** Individual marker of a list item */\n marker?: React.ReactNode;\n};\n\n/** @deprecated */\nexport interface IListContext extends ListContext, UnknownProperties {}\nexport type ListContext = {\n getItemProps: PropGetterFn;\n};\n\n/** @deprecated */\nexport interface IHintProps extends HintProps, UnknownProperties {}\nexport type HintProps = TextProps &\n KeyboardFocusProps & {\n /** The value responsible for the activity of the element\n * @default false\n */\n disabled?: boolean;\n /** Enable `active` state */\n active?: boolean;\n /** Left addon hint */\n addonLeft?: React.ElementType;\n /** Right addon hint */\n addonRight?: React.ElementType;\n };\n\n/** @deprecated */\nexport interface IBlockquoteProps extends BlockquoteProps, UnknownProperties {}\nexport type BlockquoteProps = BoxProps & {\n /** Source of the quote */\n author?: React.ReactNode;\n};\n\ndeclare const Hint: Intergalactic.Component<'abbr', HintProps> & {\n Addon: typeof Box;\n Text: typeof Box;\n};\n\ndeclare const Item: Intergalactic.Component<'li', ListItemProps> & {\n Content: typeof Flex
|
1
|
+
{"version":3,"file":"index.d.js","names":[],"sources":["../../src/index.d.ts"],"sourcesContent":["import React from 'react';\nimport { PropGetterFn, UnknownProperties, Intergalactic } from '@semcore/core';\n\nimport { Property } from 'csstype';\nimport { Box, BoxProps, Flex, FlexProps } from '@semcore/flex-box';\nimport { KeyboardFocusProps } from '@semcore/utils/lib/enhances/keyboardFocusEnhance';\n\n/** @deprecated */\nexport interface ITextProps extends TextProps, UnknownProperties {}\nexport type TextProps = BoxProps & {\n /** Font size and line-heights */\n size?: 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800;\n /** The text will not be wrapped on a new line and will be cut off with ellipsis */\n noWrap?: boolean;\n /** CSS property `font-weight: 700;` */\n bold?: boolean;\n /** CSS property `font-weight: 600;` */\n semibold?: boolean;\n /** CSS property `font-weight: 500;` */\n medium?: boolean;\n /** Italicized text */\n italic?: boolean;\n /** Underlined text */\n underline?: boolean;\n /** CSS property `font-family: monospace;` */\n monospace?: boolean;\n /** Strikethrough text */\n lineThrough?: boolean;\n /** Uppercase text */\n uppercase?: boolean;\n /** Lowercase text */\n lowercase?: boolean;\n /** Capitalized text */\n capitalize?: boolean;\n /** Text color **/\n color?: string;\n /** Custom `font-size` */\n fontSize?: Property.FontSize<any>;\n /** Custom `line-height` */\n lineHeight?: Property.LineHeight<any>;\n /** Custom `font-weight` */\n fontWeight?: Property.FontWeight;\n /** Text alignment */\n textAlign?: Property.TextAlign;\n /** Enforces text color */\n use?: 'primary' | 'secondary';\n /** Makes text semi-transparent to indicate disabled state */\n disabled?: boolean;\n};\n\n/** @deprecated */\nexport interface IListProps extends ListProps, UnknownProperties {}\nexport type ListProps = TextProps & {\n /** Marker of the entire list\n * @default • */\n marker?: React.ReactNode;\n};\n\n/** @deprecated */\nexport interface IListItemProps extends ListItemProps, UnknownProperties {}\nexport type ListItemProps = TextProps & {\n /** Individual marker of a list item */\n marker?: React.ReactNode;\n};\n\nexport type ListItemContentProps = FlexProps;\n\n/** @deprecated */\nexport interface IListContext extends ListContext, UnknownProperties {}\nexport type ListContext = {\n getItemProps: PropGetterFn;\n};\n\n/** @deprecated */\nexport interface IHintProps extends HintProps, UnknownProperties {}\nexport type HintProps = TextProps &\n KeyboardFocusProps & {\n /** The value responsible for the activity of the element\n * @default false\n */\n disabled?: boolean;\n /** Enable `active` state */\n active?: boolean;\n /** Left addon hint */\n addonLeft?: React.ElementType;\n /** Right addon hint */\n addonRight?: React.ElementType;\n };\n\n/** @deprecated */\nexport interface IBlockquoteProps extends BlockquoteProps, UnknownProperties {}\nexport type BlockquoteProps = BoxProps & {\n /** Source of the quote */\n author?: React.ReactNode;\n};\n\ndeclare const Hint: Intergalactic.Component<'abbr', HintProps> & {\n Addon: typeof Box;\n Text: typeof Box;\n};\n\ndeclare const Item: Intergalactic.Component<'li', ListItemProps> & {\n Content: Intergalactic.Component<typeof Flex, ListItemContentProps>;\n};\n\ndeclare const List: Intergalactic.Component<'ul', ListProps> & {\n Item: typeof Item;\n};\n\ndeclare const Text: Intergalactic.Component<'span', TextProps>;\n\ndeclare const Blockquote: Intergalactic.Component<'blockquote', BlockquoteProps>;\n\nexport { Text, List, Hint, Blockquote };\n"],"mappings":""}
|
@@ -6,10 +6,10 @@ import { createBaseComponent, Root, sstyled } from 'intergalactic/core';
|
|
6
6
|
import isNode from 'intergalactic/utils/lib/isNode';
|
7
7
|
import { Box } from 'intergalactic/flex-box';
|
8
8
|
/*__reshadow-styles__:"./style/blockquote.shadow.css"*/
|
9
|
-
var styles = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".
|
10
|
-
"__SBlockquote": "
|
11
|
-
"__SDoubleQuotation": "
|
12
|
-
"__SAuthor": "
|
9
|
+
var styles = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SBlockquote_1ecuv_gg_{position:relative;display:flex;font-style:italic;font-size:var(--intergalactic-fs-400, 20px);line-height:var(--intergalactic-lh-400, 120%);color:var(--intergalactic-text-primary, #191b23)}.___SDoubleQuotation_1ecuv_gg_{position:relative;margin-right:var(--intergalactic-spacing-5x, 20px);font-family:\"Times New Roman\",serif;font-style:normal;font-size:68px;line-height:52px;color:var(--intergalactic-text-large-secondary, #a9abb6)}.___SAuthor_1ecuv_gg_{display:block;margin-top:var(--intergalactic-spacing-4x, 16px);color:var(--intergalactic-text-secondary, #6c6e79);font-style:normal;font-size:var(--intergalactic-fs-300, 16px);line-height:var(--intergalactic-lh-300, 150%)}" /*__inner_css_end__*/, "1ecuv_gg_") /*__reshadow_css_end__*/, {
|
10
|
+
"__SBlockquote": "___SBlockquote_1ecuv_gg_",
|
11
|
+
"__SDoubleQuotation": "___SDoubleQuotation_1ecuv_gg_",
|
12
|
+
"__SAuthor": "___SAuthor_1ecuv_gg_"
|
13
13
|
});
|
14
14
|
function Blockquote(props, ref) {
|
15
15
|
var _ref = arguments[0],
|
@@ -15,13 +15,13 @@ import keyboardFocusEnhance from 'intergalactic/utils/lib/enhances/keyboardFocus
|
|
15
15
|
import addonTextChildren from 'intergalactic/utils/lib/addonTextChildren';
|
16
16
|
import Text from './Text';
|
17
17
|
/*__reshadow-styles__:"./style/hint.shadow.css"*/
|
18
|
-
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".
|
19
|
-
"__SHint": "
|
20
|
-
"_keyboardFocused": "
|
21
|
-
"_disabled": "
|
22
|
-
"__SAddon": "
|
23
|
-
"__SText": "
|
24
|
-
"_active": "
|
18
|
+
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SHint_1q7n9_gg_{display:inline-block;transition:all .15s ease-in-out;-webkit-text-decoration:none;text-decoration:none;outline:0;cursor:pointer;color:var(--intergalactic-text-secondary, #6c6e79)}.___SHint_1q7n9_gg_.__active_1q7n9_gg_,.___SHint_1q7n9_gg_:active{color:var(--intergalactic-text-hint-hover-active, #484a54)}@media (hover:hover){.___SHint_1q7n9_gg_:hover{color:var(--intergalactic-text-hint-hover-active, #484a54)}}.___SHint_1q7n9_gg_.__keyboardFocused_1q7n9_gg_{box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.5))}.___SHint_1q7n9_gg_.__disabled_1q7n9_gg_{opacity:var(--intergalactic-disabled-opacity, 0.3);cursor:default;pointer-events:none}.___SAddon_1q7n9_gg_{vertical-align:middle;display:inline-flex}.___SHint_1q7n9_gg_ .___SAddon_1q7n9_gg_:not(:only-child):first-child{margin-right:var(--intergalactic-spacing-1x, 4px)}.___SHint_1q7n9_gg_ .___SAddon_1q7n9_gg_:not(:only-child):last-child{margin-left:var(--intergalactic-spacing-1x, 4px)}.___SText_1q7n9_gg_{border-bottom-width:1px;border-bottom-style:dashed;border-color:currentColor}@media (prefers-reduced-motion){.___SHint_1q7n9_gg_{transition:none}}" /*__inner_css_end__*/, "1q7n9_gg_") /*__reshadow_css_end__*/, {
|
19
|
+
"__SHint": "___SHint_1q7n9_gg_",
|
20
|
+
"_keyboardFocused": "__keyboardFocused_1q7n9_gg_",
|
21
|
+
"_disabled": "__disabled_1q7n9_gg_",
|
22
|
+
"__SAddon": "___SAddon_1q7n9_gg_",
|
23
|
+
"__SText": "___SText_1q7n9_gg_",
|
24
|
+
"_active": "__active_1q7n9_gg_"
|
25
25
|
});
|
26
26
|
var RootHint = /*#__PURE__*/function (_Component) {
|
27
27
|
_inherits(RootHint, _Component);
|
@@ -15,11 +15,11 @@ import isNode from 'intergalactic/utils/lib/isNode';
|
|
15
15
|
import { isAdvanceMode } from 'intergalactic/utils/lib/findComponent';
|
16
16
|
import Text from './Text';
|
17
17
|
/*__reshadow-styles__:"./style/list.shadow.css"*/
|
18
|
-
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".
|
19
|
-
"__SList": "
|
20
|
-
"__SContent": "
|
21
|
-
"__SItem": "
|
22
|
-
"__SMarker": "
|
18
|
+
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SList_1pac7_gg_{padding:0;margin:0;list-style-type:none}.___SContent_1pac7_gg_{overflow:inherit;text-overflow:inherit}.___SItem_1pac7_gg_+.___SItem_1pac7_gg_,.___SList_1pac7_gg_ .___SList_1pac7_gg_{margin-top:var(--intergalactic-spacing-2x, 8px)}.___SItem_1pac7_gg_{display:flex}.___SMarker_1pac7_gg_{margin-right:var(--intergalactic-spacing-2x, 8px);color:var(--intergalactic-text-secondary, #6c6e79);line-height:normal}" /*__inner_css_end__*/, "1pac7_gg_") /*__reshadow_css_end__*/, {
|
19
|
+
"__SList": "___SList_1pac7_gg_",
|
20
|
+
"__SContent": "___SContent_1pac7_gg_",
|
21
|
+
"__SItem": "___SItem_1pac7_gg_",
|
22
|
+
"__SMarker": "___SMarker_1pac7_gg_"
|
23
23
|
});
|
24
24
|
var ListRoot = /*#__PURE__*/function (_Component) {
|
25
25
|
_inherits(ListRoot, _Component);
|
@@ -5,40 +5,40 @@ import React from 'react';
|
|
5
5
|
import { createBaseComponent, Root, sstyled } from 'intergalactic/core';
|
6
6
|
import { Box } from 'intergalactic/flex-box';
|
7
7
|
/*__reshadow-styles__:"./style/text.shadow.css"*/
|
8
|
-
var styles = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".
|
9
|
-
"__SText": "
|
10
|
-
"_size_100": "
|
11
|
-
"_size_200": "
|
12
|
-
"_size_300": "
|
13
|
-
"_size_400": "
|
14
|
-
"_size_500": "
|
15
|
-
"_size_600": "
|
16
|
-
"_size_700": "
|
17
|
-
"_size_800": "
|
18
|
-
"_noWrap": "
|
19
|
-
"_medium": "
|
20
|
-
"_semibold": "
|
21
|
-
"_bold": "
|
22
|
-
"_italic": "
|
23
|
-
"_monospace": "
|
24
|
-
"_uppercase": "
|
25
|
-
"_lowercase": "
|
26
|
-
"_capitalize": "
|
27
|
-
"_decoration": "
|
28
|
-
"--decoration": "--
|
29
|
-
"_color": "
|
30
|
-
"--color": "--
|
31
|
-
"_fontSize": "
|
32
|
-
"--fontSize": "--
|
33
|
-
"_lineHeight": "
|
34
|
-
"--lineHeight": "--
|
35
|
-
"_fontWeight": "
|
36
|
-
"--fontWeight": "--
|
37
|
-
"_textAlign": "
|
38
|
-
"--textAlign": "--
|
39
|
-
"_use_primary": "
|
40
|
-
"_use_secondary": "
|
41
|
-
"_disabled": "
|
8
|
+
var styles = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SText_b870n_gg_{padding:0;margin:0}.___SText_b870n_gg_._size_100_b870n_gg_{font-size:var(--intergalactic-fs-100, 12px);line-height:var(--intergalactic-lh-100, 133%)}.___SText_b870n_gg_._size_200_b870n_gg_{font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%)}.___SText_b870n_gg_._size_300_b870n_gg_{font-size:var(--intergalactic-fs-300, 16px);line-height:var(--intergalactic-lh-300, 150%)}.___SText_b870n_gg_._size_400_b870n_gg_{font-size:var(--intergalactic-fs-400, 20px);line-height:var(--intergalactic-lh-400, 120%)}.___SText_b870n_gg_._size_500_b870n_gg_{font-size:var(--intergalactic-fs-500, 24px);line-height:var(--intergalactic-lh-500, 117%)}.___SText_b870n_gg_._size_600_b870n_gg_{font-size:var(--intergalactic-fs-600, 32px);line-height:var(--intergalactic-lh-600, 125%)}.___SText_b870n_gg_._size_700_b870n_gg_{font-size:var(--intergalactic-fs-700, 36px);line-height:var(--intergalactic-lh-700, 110%)}.___SText_b870n_gg_._size_800_b870n_gg_{font-size:var(--intergalactic-fs-800, 48px);line-height:var(--intergalactic-lh-800, 117%)}.___SText_b870n_gg_.__noWrap_b870n_gg_{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.___SText_b870n_gg_.__medium_b870n_gg_{font-weight:var(--intergalactic-medium, 500)}.___SText_b870n_gg_.__semibold_b870n_gg_{font-weight:var(--intergalactic-semi-bold, 600)}.___SText_b870n_gg_.__bold_b870n_gg_{font-weight:var(--intergalactic-bold, 700)}.___SText_b870n_gg_.__italic_b870n_gg_{font-style:italic}.___SText_b870n_gg_.__monospace_b870n_gg_{font-family:Consolas,\"Roboto Mono\",Menlo,Courier,monospace}.___SText_b870n_gg_.__uppercase_b870n_gg_{text-transform:uppercase}.___SText_b870n_gg_.__lowercase_b870n_gg_{text-transform:lowercase}.___SText_b870n_gg_.__capitalize_b870n_gg_{text-transform:capitalize}.___SText_b870n_gg_.__decoration_b870n_gg_{-webkit-text-decoration:var(--decoration_b870n);text-decoration:var(--decoration_b870n)}.___SText_b870n_gg_.__color_b870n_gg_{color:var(--color_b870n)}.___SText_b870n_gg_.__fontSize_b870n_gg_{font-size:var(--fontSize_b870n)}.___SText_b870n_gg_.__lineHeight_b870n_gg_{line-height:var(--lineHeight_b870n)}.___SText_b870n_gg_.__fontWeight_b870n_gg_{font-weight:var(--fontWeight_b870n)}.___SText_b870n_gg_.__textAlign_b870n_gg_{text-align:var(--textAlign_b870n)}.___SText_b870n_gg_._use_primary_b870n_gg_{color:var(--intergalactic-text-primary, #191b23)}.___SText_b870n_gg_._use_secondary_b870n_gg_{color:var(--intergalactic-text-secondary, #6c6e79)}.___SText_b870n_gg_.__disabled_b870n_gg_{opacity:var(--intergalactic-disabled-opacity, 0.3)}" /*__inner_css_end__*/, "b870n_gg_") /*__reshadow_css_end__*/, {
|
9
|
+
"__SText": "___SText_b870n_gg_",
|
10
|
+
"_size_100": "_size_100_b870n_gg_",
|
11
|
+
"_size_200": "_size_200_b870n_gg_",
|
12
|
+
"_size_300": "_size_300_b870n_gg_",
|
13
|
+
"_size_400": "_size_400_b870n_gg_",
|
14
|
+
"_size_500": "_size_500_b870n_gg_",
|
15
|
+
"_size_600": "_size_600_b870n_gg_",
|
16
|
+
"_size_700": "_size_700_b870n_gg_",
|
17
|
+
"_size_800": "_size_800_b870n_gg_",
|
18
|
+
"_noWrap": "__noWrap_b870n_gg_",
|
19
|
+
"_medium": "__medium_b870n_gg_",
|
20
|
+
"_semibold": "__semibold_b870n_gg_",
|
21
|
+
"_bold": "__bold_b870n_gg_",
|
22
|
+
"_italic": "__italic_b870n_gg_",
|
23
|
+
"_monospace": "__monospace_b870n_gg_",
|
24
|
+
"_uppercase": "__uppercase_b870n_gg_",
|
25
|
+
"_lowercase": "__lowercase_b870n_gg_",
|
26
|
+
"_capitalize": "__capitalize_b870n_gg_",
|
27
|
+
"_decoration": "__decoration_b870n_gg_",
|
28
|
+
"--decoration": "--decoration_b870n",
|
29
|
+
"_color": "__color_b870n_gg_",
|
30
|
+
"--color": "--color_b870n",
|
31
|
+
"_fontSize": "__fontSize_b870n_gg_",
|
32
|
+
"--fontSize": "--fontSize_b870n",
|
33
|
+
"_lineHeight": "__lineHeight_b870n_gg_",
|
34
|
+
"--lineHeight": "--lineHeight_b870n",
|
35
|
+
"_fontWeight": "__fontWeight_b870n_gg_",
|
36
|
+
"--fontWeight": "--fontWeight_b870n",
|
37
|
+
"_textAlign": "__textAlign_b870n_gg_",
|
38
|
+
"--textAlign": "--textAlign_b870n",
|
39
|
+
"_use_primary": "_use_primary_b870n_gg_",
|
40
|
+
"_use_secondary": "_use_secondary_b870n_gg_",
|
41
|
+
"_disabled": "__disabled_b870n_gg_"
|
42
42
|
});
|
43
43
|
import { useColorResolver } from 'intergalactic/utils/lib/use/useColorResolver';
|
44
44
|
function getTextDecoration(underline, lineThrough) {
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.js","names":[],"sources":["../../src/index.d.ts"],"sourcesContent":["import React from 'react';\nimport { PropGetterFn, UnknownProperties, Intergalactic } from '@semcore/core';\n\nimport { Property } from 'csstype';\nimport { Box, BoxProps, Flex } from '@semcore/flex-box';\nimport { KeyboardFocusProps } from '@semcore/utils/lib/enhances/keyboardFocusEnhance';\n\n/** @deprecated */\nexport interface ITextProps extends TextProps, UnknownProperties {}\nexport type TextProps = BoxProps & {\n /** Font size and line-heights */\n size?: 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800;\n /** The text will not be wrapped on a new line and will be cut off with ellipsis */\n noWrap?: boolean;\n /** CSS property `font-weight: 700;` */\n bold?: boolean;\n /** CSS property `font-weight: 600;` */\n semibold?: boolean;\n /** CSS property `font-weight: 500;` */\n medium?: boolean;\n /** Italicized text */\n italic?: boolean;\n /** Underlined text */\n underline?: boolean;\n /** CSS property `font-family: monospace;` */\n monospace?: boolean;\n /** Strikethrough text */\n lineThrough?: boolean;\n /** Uppercase text */\n uppercase?: boolean;\n /** Lowercase text */\n lowercase?: boolean;\n /** Capitalized text */\n capitalize?: boolean;\n /** Text color **/\n color?: string;\n /** Custom `font-size` */\n fontSize?: Property.FontSize<any>;\n /** Custom `line-height` */\n lineHeight?: Property.LineHeight<any>;\n /** Custom `font-weight` */\n fontWeight?: Property.FontWeight;\n /** Text alignment */\n textAlign?: Property.TextAlign;\n /** Enforces text color */\n use?: 'primary' | 'secondary';\n /** Makes text semi-transparent to indicate disabled state */\n disabled?: boolean;\n};\n\n/** @deprecated */\nexport interface IListProps extends ListProps, UnknownProperties {}\nexport type ListProps = TextProps & {\n /** Marker of the entire list\n * @default • */\n marker?: React.ReactNode;\n};\n\n/** @deprecated */\nexport interface IListItemProps extends ListItemProps, UnknownProperties {}\nexport type ListItemProps = TextProps & {\n /** Individual marker of a list item */\n marker?: React.ReactNode;\n};\n\n/** @deprecated */\nexport interface IListContext extends ListContext, UnknownProperties {}\nexport type ListContext = {\n getItemProps: PropGetterFn;\n};\n\n/** @deprecated */\nexport interface IHintProps extends HintProps, UnknownProperties {}\nexport type HintProps = TextProps &\n KeyboardFocusProps & {\n /** The value responsible for the activity of the element\n * @default false\n */\n disabled?: boolean;\n /** Enable `active` state */\n active?: boolean;\n /** Left addon hint */\n addonLeft?: React.ElementType;\n /** Right addon hint */\n addonRight?: React.ElementType;\n };\n\n/** @deprecated */\nexport interface IBlockquoteProps extends BlockquoteProps, UnknownProperties {}\nexport type BlockquoteProps = BoxProps & {\n /** Source of the quote */\n author?: React.ReactNode;\n};\n\ndeclare const Hint: Intergalactic.Component<'abbr', HintProps> & {\n Addon: typeof Box;\n Text: typeof Box;\n};\n\ndeclare const Item: Intergalactic.Component<'li', ListItemProps> & {\n Content: typeof Flex
|
1
|
+
{"version":3,"file":"index.d.js","names":[],"sources":["../../src/index.d.ts"],"sourcesContent":["import React from 'react';\nimport { PropGetterFn, UnknownProperties, Intergalactic } from '@semcore/core';\n\nimport { Property } from 'csstype';\nimport { Box, BoxProps, Flex, FlexProps } from '@semcore/flex-box';\nimport { KeyboardFocusProps } from '@semcore/utils/lib/enhances/keyboardFocusEnhance';\n\n/** @deprecated */\nexport interface ITextProps extends TextProps, UnknownProperties {}\nexport type TextProps = BoxProps & {\n /** Font size and line-heights */\n size?: 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800;\n /** The text will not be wrapped on a new line and will be cut off with ellipsis */\n noWrap?: boolean;\n /** CSS property `font-weight: 700;` */\n bold?: boolean;\n /** CSS property `font-weight: 600;` */\n semibold?: boolean;\n /** CSS property `font-weight: 500;` */\n medium?: boolean;\n /** Italicized text */\n italic?: boolean;\n /** Underlined text */\n underline?: boolean;\n /** CSS property `font-family: monospace;` */\n monospace?: boolean;\n /** Strikethrough text */\n lineThrough?: boolean;\n /** Uppercase text */\n uppercase?: boolean;\n /** Lowercase text */\n lowercase?: boolean;\n /** Capitalized text */\n capitalize?: boolean;\n /** Text color **/\n color?: string;\n /** Custom `font-size` */\n fontSize?: Property.FontSize<any>;\n /** Custom `line-height` */\n lineHeight?: Property.LineHeight<any>;\n /** Custom `font-weight` */\n fontWeight?: Property.FontWeight;\n /** Text alignment */\n textAlign?: Property.TextAlign;\n /** Enforces text color */\n use?: 'primary' | 'secondary';\n /** Makes text semi-transparent to indicate disabled state */\n disabled?: boolean;\n};\n\n/** @deprecated */\nexport interface IListProps extends ListProps, UnknownProperties {}\nexport type ListProps = TextProps & {\n /** Marker of the entire list\n * @default • */\n marker?: React.ReactNode;\n};\n\n/** @deprecated */\nexport interface IListItemProps extends ListItemProps, UnknownProperties {}\nexport type ListItemProps = TextProps & {\n /** Individual marker of a list item */\n marker?: React.ReactNode;\n};\n\nexport type ListItemContentProps = FlexProps;\n\n/** @deprecated */\nexport interface IListContext extends ListContext, UnknownProperties {}\nexport type ListContext = {\n getItemProps: PropGetterFn;\n};\n\n/** @deprecated */\nexport interface IHintProps extends HintProps, UnknownProperties {}\nexport type HintProps = TextProps &\n KeyboardFocusProps & {\n /** The value responsible for the activity of the element\n * @default false\n */\n disabled?: boolean;\n /** Enable `active` state */\n active?: boolean;\n /** Left addon hint */\n addonLeft?: React.ElementType;\n /** Right addon hint */\n addonRight?: React.ElementType;\n };\n\n/** @deprecated */\nexport interface IBlockquoteProps extends BlockquoteProps, UnknownProperties {}\nexport type BlockquoteProps = BoxProps & {\n /** Source of the quote */\n author?: React.ReactNode;\n};\n\ndeclare const Hint: Intergalactic.Component<'abbr', HintProps> & {\n Addon: typeof Box;\n Text: typeof Box;\n};\n\ndeclare const Item: Intergalactic.Component<'li', ListItemProps> & {\n Content: Intergalactic.Component<typeof Flex, ListItemContentProps>;\n};\n\ndeclare const List: Intergalactic.Component<'ul', ListProps> & {\n Item: typeof Item;\n};\n\ndeclare const Text: Intergalactic.Component<'span', TextProps>;\n\ndeclare const Blockquote: Intergalactic.Component<'blockquote', BlockquoteProps>;\n\nexport { Text, List, Hint, Blockquote };\n"],"mappings":""}
|
@@ -2,7 +2,7 @@ import React from 'react';
|
|
2
2
|
import { PropGetterFn, UnknownProperties, Intergalactic } from 'intergalactic/core';
|
3
3
|
|
4
4
|
import { Property } from 'csstype';
|
5
|
-
import { Box, BoxProps, Flex } from 'intergalactic/flex-box';
|
5
|
+
import { Box, BoxProps, Flex, FlexProps } from 'intergalactic/flex-box';
|
6
6
|
import { KeyboardFocusProps } from 'intergalactic/utils/lib/enhances/keyboardFocusEnhance';
|
7
7
|
|
8
8
|
/** @deprecated */
|
@@ -63,6 +63,8 @@ export type ListItemProps = TextProps & {
|
|
63
63
|
marker?: React.ReactNode;
|
64
64
|
};
|
65
65
|
|
66
|
+
export type ListItemContentProps = FlexProps;
|
67
|
+
|
66
68
|
/** @deprecated */
|
67
69
|
export interface IListContext extends ListContext, UnknownProperties {}
|
68
70
|
export type ListContext = {
|
@@ -98,7 +100,7 @@ declare const Hint: Intergalactic.Component<'abbr', HintProps> & {
|
|
98
100
|
};
|
99
101
|
|
100
102
|
declare const Item: Intergalactic.Component<'li', ListItemProps> & {
|
101
|
-
Content: typeof Flex
|
103
|
+
Content: Intergalactic.Component<typeof Flex, ListItemContentProps>;
|
102
104
|
};
|
103
105
|
|
104
106
|
declare const List: Intergalactic.Component<'ul', ListProps> & {
|
@@ -10,8 +10,8 @@ var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/obje
|
|
10
10
|
var _core = _interopRequireWildcard(require("intergalactic/core"));
|
11
11
|
var _react = _interopRequireDefault(require("react"));
|
12
12
|
/*__reshadow-styles__:"./invalidStatePattern.shadow.css"*/
|
13
|
-
var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".
|
14
|
-
"__SPattern": "
|
13
|
+
var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SPattern_14u7p_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__*/, "14u7p_gg_") /*__reshadow_css_end__*/, {
|
14
|
+
"__SPattern": "___SPattern_14u7p_gg_"
|
15
15
|
});
|
16
16
|
var InvalidStatePatternComponent = function InvalidStatePatternComponent() {
|
17
17
|
var _ref = arguments[0],
|
@@ -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__:"./invalidStatePattern.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_14u7p_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__*/, "14u7p_gg_") /*__reshadow_css_end__*/, {
|
8
|
+
"__SPattern": "___SPattern_14u7p_gg_"
|
9
9
|
});
|
10
10
|
var InvalidStatePatternComponent = function InvalidStatePatternComponent() {
|
11
11
|
var _ref = arguments[0],
|
package/utils/lib/injectStyle.js
CHANGED
@@ -18,11 +18,11 @@ var _illustration = require("intergalactic/illustration");
|
|
18
18
|
var _flexBox = require("intergalactic/flex-box");
|
19
19
|
var _isNode = _interopRequireDefault(require("intergalactic/utils/lib/isNode"));
|
20
20
|
/*__reshadow-styles__:"./style/widget-empty.shadow.css"*/
|
21
|
-
var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".
|
22
|
-
"__SWidgetEmpty": "
|
23
|
-
"__SImage": "
|
24
|
-
"__STitle": "
|
25
|
-
"__SDescription": "
|
21
|
+
var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SWidgetEmpty_181ao_gg_{flex-direction:column;justify-content:center;align-items:center;margin-bottom:var(--intergalactic-spacing-4x, 16px)}.___SImage_181ao_gg_{display:flex;align-items:flex-end;justify-content:center;margin-bottom:var(--intergalactic-spacing-3x, 12px)}.___SDescription_181ao_gg_,.___STitle_181ao_gg_{color:var(--intergalactic-text-secondary, #6c6e79)}.___STitle_181ao_gg_{font-size:var(--intergalactic-fs-300, 16px);line-height:var(--intergalactic-lh-300, 150%);font-weight:var(--intergalactic-bold, 700)}.___SDescription_181ao_gg_{text-align:center;font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%);max-width:400px}.___STitle_181ao_gg_+.___SDescription_181ao_gg_{margin-top:var(--intergalactic-spacing-1x, 4px)}.___SDescription_181ao_gg_+.___SDescription_181ao_gg_{margin-top:var(--intergalactic-spacing-2x, 8px)}" /*__inner_css_end__*/, "181ao_gg_") /*__reshadow_css_end__*/, {
|
22
|
+
"__SWidgetEmpty": "___SWidgetEmpty_181ao_gg_",
|
23
|
+
"__SImage": "___SImage_181ao_gg_",
|
24
|
+
"__STitle": "___STitle_181ao_gg_",
|
25
|
+
"__SDescription": "___SDescription_181ao_gg_"
|
26
26
|
});
|
27
27
|
var getIconPath = function getIconPath(name) {
|
28
28
|
return (0, _illustration.getIllustrationPath)(name);
|
@@ -14,11 +14,11 @@ import { getIllustrationPath } from 'intergalactic/illustration';
|
|
14
14
|
import { Box, Flex } from 'intergalactic/flex-box';
|
15
15
|
import isNode from 'intergalactic/utils/lib/isNode';
|
16
16
|
/*__reshadow-styles__:"./style/widget-empty.shadow.css"*/
|
17
|
-
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".
|
18
|
-
"__SWidgetEmpty": "
|
19
|
-
"__SImage": "
|
20
|
-
"__STitle": "
|
21
|
-
"__SDescription": "
|
17
|
+
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SWidgetEmpty_181ao_gg_{flex-direction:column;justify-content:center;align-items:center;margin-bottom:var(--intergalactic-spacing-4x, 16px)}.___SImage_181ao_gg_{display:flex;align-items:flex-end;justify-content:center;margin-bottom:var(--intergalactic-spacing-3x, 12px)}.___SDescription_181ao_gg_,.___STitle_181ao_gg_{color:var(--intergalactic-text-secondary, #6c6e79)}.___STitle_181ao_gg_{font-size:var(--intergalactic-fs-300, 16px);line-height:var(--intergalactic-lh-300, 150%);font-weight:var(--intergalactic-bold, 700)}.___SDescription_181ao_gg_{text-align:center;font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%);max-width:400px}.___STitle_181ao_gg_+.___SDescription_181ao_gg_{margin-top:var(--intergalactic-spacing-1x, 4px)}.___SDescription_181ao_gg_+.___SDescription_181ao_gg_{margin-top:var(--intergalactic-spacing-2x, 8px)}" /*__inner_css_end__*/, "181ao_gg_") /*__reshadow_css_end__*/, {
|
18
|
+
"__SWidgetEmpty": "___SWidgetEmpty_181ao_gg_",
|
19
|
+
"__SImage": "___SImage_181ao_gg_",
|
20
|
+
"__STitle": "___STitle_181ao_gg_",
|
21
|
+
"__SDescription": "___SDescription_181ao_gg_"
|
22
22
|
});
|
23
23
|
export var getIconPath = function getIconPath(name) {
|
24
24
|
return getIllustrationPath(name);
|
package/wizard/lib/cjs/Wizard.js
CHANGED
@@ -24,17 +24,17 @@ var _intergalacticDynamicLocales = require("./translations/__intergalactic-dynam
|
|
24
24
|
var _ScreenReaderOnly = require("intergalactic/utils/lib/ScreenReaderOnly");
|
25
25
|
var _useFocusLock = require("intergalactic/utils/lib/use/useFocusLock");
|
26
26
|
/*__reshadow-styles__:"./style/wizard.shadow.css"*/
|
27
|
-
var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".
|
28
|
-
"__SWizard": "
|
29
|
-
"__SStepNumber": "
|
30
|
-
"__SCompleted": "
|
31
|
-
"__SContent": "
|
32
|
-
"__SSidebar": "
|
33
|
-
"__SSidebarHeader": "
|
34
|
-
"__SStepper": "
|
35
|
-
"_active": "
|
36
|
-
"_disabled": "
|
37
|
-
"__SStepDescription": "
|
27
|
+
var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SWizard_9dwdn_gg_{max-width:980px;max-height:700px;display:flex;padding:0;background:0 0}.___SSidebar_9dwdn_gg_{background:var(--intergalactic-control-primary-advertising, #5925ab);color:var(--intergalactic-text-primary-invert, #ffffff);font-weight:var(--intergalactic-bold, 700);font-size:var(--intergalactic-fs-300, 16px);line-height:var(--intergalactic-lh-300, 150%);padding:var(--intergalactic-spacing-10x, 40px) var(--intergalactic-spacing-2x, 8px) calc(var(--intergalactic-spacing-8x, 32px) + var(--intergalactic-spacing-05x, 2px));max-width:220px;flex-shrink:0;box-sizing:border-box;border-radius:var(--intergalactic-modal-rounded, 12px)0 0 var(--intergalactic-modal-rounded, 12px)}@media (max-width:1060px){.___SSidebar_9dwdn_gg_{width:44px}}.___SSidebarHeader_9dwdn_gg_{font-size:var(--intergalactic-fs-300, 16px);margin:0 var(--intergalactic-spacing-5x, 20px) var(--intergalactic-spacing-4x, 16px)}@media (max-width:1060px){.___SSidebarHeader_9dwdn_gg_{display:none}}.___SStepper_9dwdn_gg_{display:flex;font-size:var(--intergalactic-fs-200, 14px);border-radius:var(--intergalactic-control-rounded, 6px);padding:var(--intergalactic-spacing-2x, 8px) var(--intergalactic-spacing-3x, 12px);cursor:pointer;position:relative;overflow:auto;line-height:var(--intergalactic-lh-200, 142%)}@media (hover:hover){.___SStepper_9dwdn_gg_:hover{background:var(--intergalactic-control-primary-advertising-hover, #421983);z-index:1}}.___SStepper_9dwdn_gg_.__active_9dwdn_gg_{background:var(--intergalactic-control-primary-advertising-active, #8649e1)}.___SStepper_9dwdn_gg_.__disabled_9dwdn_gg_,.___SStepper_9dwdn_gg_:disabled{opacity:var(--intergalactic-disabled-opacity, 0.3);cursor:default;pointer-events:none}@media (max-width:1060px){.___SStepper_9dwdn_gg_{padding:var(--intergalactic-spacing-2x, 8px) var(--intergalactic-spacing-1x, 4px)}@media (hover:hover){.___SStepper_9dwdn_gg_:hover{width:-moz-fit-content;width:fit-content;max-width:220px}.___SStepper_9dwdn_gg_:hover .___SStepDescription_9dwdn_gg_{display:block;border-radius:var(--intergalactic-control-rounded, 6px);white-space:nowrap;overflow:auto}.___SStepper_9dwdn_gg_.__active_9dwdn_gg_:hover .___SStepDescription_9dwdn_gg_{background:var(--intergalactic-control-primary-advertising-active, #8649e1)}}}.___SStepNumber_9dwdn_gg_{display:inline-block;min-width:20px}.___SCompleted_9dwdn_gg_{margin-top:1px}@media (max-width:1060px){.___SStepDescription_9dwdn_gg_{display:none}}.___SContent_9dwdn_gg_{padding:var(--intergalactic-spacing-10x, 40px);width:100%;border-radius:0 var(--intergalactic-modal-rounded, 12px) var(--intergalactic-modal-rounded, 12px)0;background:var(--intergalactic-bg-primary-neutral, #ffffff)}" /*__inner_css_end__*/, "9dwdn_gg_") /*__reshadow_css_end__*/, {
|
28
|
+
"__SWizard": "___SWizard_9dwdn_gg_",
|
29
|
+
"__SStepNumber": "___SStepNumber_9dwdn_gg_",
|
30
|
+
"__SCompleted": "___SCompleted_9dwdn_gg_",
|
31
|
+
"__SContent": "___SContent_9dwdn_gg_",
|
32
|
+
"__SSidebar": "___SSidebar_9dwdn_gg_",
|
33
|
+
"__SSidebarHeader": "___SSidebarHeader_9dwdn_gg_",
|
34
|
+
"__SStepper": "___SStepper_9dwdn_gg_",
|
35
|
+
"_active": "__active_9dwdn_gg_",
|
36
|
+
"_disabled": "__disabled_9dwdn_gg_",
|
37
|
+
"__SStepDescription": "___SStepDescription_9dwdn_gg_"
|
38
38
|
});
|
39
39
|
var WizardRoot = /*#__PURE__*/function (_Component) {
|
40
40
|
(0, _inherits2["default"])(WizardRoot, _Component);
|
package/wizard/lib/es6/Wizard.js
CHANGED
@@ -21,17 +21,17 @@ import { localizedMessages } from './translations/__intergalactic-dynamic-locale
|
|
21
21
|
import { ScreenReaderOnly } from 'intergalactic/utils/lib/ScreenReaderOnly';
|
22
22
|
import { setFocus } from 'intergalactic/utils/lib/use/useFocusLock';
|
23
23
|
/*__reshadow-styles__:"./style/wizard.shadow.css"*/
|
24
|
-
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".
|
25
|
-
"__SWizard": "
|
26
|
-
"__SStepNumber": "
|
27
|
-
"__SCompleted": "
|
28
|
-
"__SContent": "
|
29
|
-
"__SSidebar": "
|
30
|
-
"__SSidebarHeader": "
|
31
|
-
"__SStepper": "
|
32
|
-
"_active": "
|
33
|
-
"_disabled": "
|
34
|
-
"__SStepDescription": "
|
24
|
+
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SWizard_9dwdn_gg_{max-width:980px;max-height:700px;display:flex;padding:0;background:0 0}.___SSidebar_9dwdn_gg_{background:var(--intergalactic-control-primary-advertising, #5925ab);color:var(--intergalactic-text-primary-invert, #ffffff);font-weight:var(--intergalactic-bold, 700);font-size:var(--intergalactic-fs-300, 16px);line-height:var(--intergalactic-lh-300, 150%);padding:var(--intergalactic-spacing-10x, 40px) var(--intergalactic-spacing-2x, 8px) calc(var(--intergalactic-spacing-8x, 32px) + var(--intergalactic-spacing-05x, 2px));max-width:220px;flex-shrink:0;box-sizing:border-box;border-radius:var(--intergalactic-modal-rounded, 12px)0 0 var(--intergalactic-modal-rounded, 12px)}@media (max-width:1060px){.___SSidebar_9dwdn_gg_{width:44px}}.___SSidebarHeader_9dwdn_gg_{font-size:var(--intergalactic-fs-300, 16px);margin:0 var(--intergalactic-spacing-5x, 20px) var(--intergalactic-spacing-4x, 16px)}@media (max-width:1060px){.___SSidebarHeader_9dwdn_gg_{display:none}}.___SStepper_9dwdn_gg_{display:flex;font-size:var(--intergalactic-fs-200, 14px);border-radius:var(--intergalactic-control-rounded, 6px);padding:var(--intergalactic-spacing-2x, 8px) var(--intergalactic-spacing-3x, 12px);cursor:pointer;position:relative;overflow:auto;line-height:var(--intergalactic-lh-200, 142%)}@media (hover:hover){.___SStepper_9dwdn_gg_:hover{background:var(--intergalactic-control-primary-advertising-hover, #421983);z-index:1}}.___SStepper_9dwdn_gg_.__active_9dwdn_gg_{background:var(--intergalactic-control-primary-advertising-active, #8649e1)}.___SStepper_9dwdn_gg_.__disabled_9dwdn_gg_,.___SStepper_9dwdn_gg_:disabled{opacity:var(--intergalactic-disabled-opacity, 0.3);cursor:default;pointer-events:none}@media (max-width:1060px){.___SStepper_9dwdn_gg_{padding:var(--intergalactic-spacing-2x, 8px) var(--intergalactic-spacing-1x, 4px)}@media (hover:hover){.___SStepper_9dwdn_gg_:hover{width:-moz-fit-content;width:fit-content;max-width:220px}.___SStepper_9dwdn_gg_:hover .___SStepDescription_9dwdn_gg_{display:block;border-radius:var(--intergalactic-control-rounded, 6px);white-space:nowrap;overflow:auto}.___SStepper_9dwdn_gg_.__active_9dwdn_gg_:hover .___SStepDescription_9dwdn_gg_{background:var(--intergalactic-control-primary-advertising-active, #8649e1)}}}.___SStepNumber_9dwdn_gg_{display:inline-block;min-width:20px}.___SCompleted_9dwdn_gg_{margin-top:1px}@media (max-width:1060px){.___SStepDescription_9dwdn_gg_{display:none}}.___SContent_9dwdn_gg_{padding:var(--intergalactic-spacing-10x, 40px);width:100%;border-radius:0 var(--intergalactic-modal-rounded, 12px) var(--intergalactic-modal-rounded, 12px)0;background:var(--intergalactic-bg-primary-neutral, #ffffff)}" /*__inner_css_end__*/, "9dwdn_gg_") /*__reshadow_css_end__*/, {
|
25
|
+
"__SWizard": "___SWizard_9dwdn_gg_",
|
26
|
+
"__SStepNumber": "___SStepNumber_9dwdn_gg_",
|
27
|
+
"__SCompleted": "___SCompleted_9dwdn_gg_",
|
28
|
+
"__SContent": "___SContent_9dwdn_gg_",
|
29
|
+
"__SSidebar": "___SSidebar_9dwdn_gg_",
|
30
|
+
"__SSidebarHeader": "___SSidebarHeader_9dwdn_gg_",
|
31
|
+
"__SStepper": "___SStepper_9dwdn_gg_",
|
32
|
+
"_active": "__active_9dwdn_gg_",
|
33
|
+
"_disabled": "__disabled_9dwdn_gg_",
|
34
|
+
"__SStepDescription": "___SStepDescription_9dwdn_gg_"
|
35
35
|
});
|
36
36
|
var WizardRoot = /*#__PURE__*/function (_Component) {
|
37
37
|
_inherits(WizardRoot, _Component);
|