intergalactic 15.73.0 → 15.74.0-prerelease.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +33 -0
- 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/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 +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 +73 -73
- 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 +35 -35
- package/data-table/lib/es6/DataTable.js +35 -35
- 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/translations/de.json +9 -1
- package/date-picker/lib/cjs/translations/es.json +9 -1
- package/date-picker/lib/cjs/translations/fr.json +9 -1
- package/date-picker/lib/cjs/translations/it.json +9 -1
- package/date-picker/lib/cjs/translations/ja.json +9 -1
- package/date-picker/lib/cjs/translations/ko.json +9 -1
- package/date-picker/lib/cjs/translations/nl.json +9 -1
- package/date-picker/lib/cjs/translations/pl.json +9 -1
- package/date-picker/lib/cjs/translations/pt.json +9 -1
- package/date-picker/lib/cjs/translations/sv.json +9 -1
- package/date-picker/lib/cjs/translations/tr.json +9 -1
- package/date-picker/lib/cjs/translations/vi.json +9 -1
- package/date-picker/lib/cjs/translations/zh.json +9 -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/translations/de.json +9 -1
- package/date-picker/lib/es6/translations/es.json +9 -1
- package/date-picker/lib/es6/translations/fr.json +9 -1
- package/date-picker/lib/es6/translations/it.json +9 -1
- package/date-picker/lib/es6/translations/ja.json +9 -1
- package/date-picker/lib/es6/translations/ko.json +9 -1
- package/date-picker/lib/es6/translations/nl.json +9 -1
- package/date-picker/lib/es6/translations/pl.json +9 -1
- package/date-picker/lib/es6/translations/pt.json +9 -1
- package/date-picker/lib/es6/translations/sv.json +9 -1
- package/date-picker/lib/es6/translations/tr.json +9 -1
- package/date-picker/lib/es6/translations/vi.json +9 -1
- package/date-picker/lib/es6/translations/zh.json +9 -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 +16 -15
- package/dropdown-menu/lib/cjs/DropdownMenu.js.map +1 -1
- package/dropdown-menu/lib/cjs/styleScrollArea.js +6 -6
- package/dropdown-menu/lib/es6/DropdownMenu.js +16 -15
- package/dropdown-menu/lib/es6/DropdownMenu.js.map +1 -1
- 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/DeletedPage/index.js +34 -5
- package/illustration/DeletedPage/index.mjs +34 -5
- 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/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 +18 -16
- package/notice/lib/cjs/Notice.js.map +1 -1
- package/notice/lib/cjs/translations/de.json +1 -0
- package/notice/lib/cjs/translations/en.json +1 -0
- package/notice/lib/cjs/translations/es.json +1 -0
- package/notice/lib/cjs/translations/fr.json +1 -0
- package/notice/lib/cjs/translations/it.json +1 -0
- package/notice/lib/cjs/translations/ja.json +1 -0
- package/notice/lib/cjs/translations/ko.json +1 -0
- package/notice/lib/cjs/translations/nl.json +1 -0
- package/notice/lib/cjs/translations/pl.json +1 -0
- package/notice/lib/cjs/translations/pt.json +1 -0
- package/notice/lib/cjs/translations/sv.json +1 -0
- package/notice/lib/cjs/translations/tr.json +1 -0
- package/notice/lib/cjs/translations/vi.json +1 -0
- package/notice/lib/cjs/translations/zh.json +1 -0
- package/notice/lib/es6/Notice.js +18 -16
- package/notice/lib/es6/Notice.js.map +1 -1
- package/notice/lib/es6/translations/de.json +1 -0
- package/notice/lib/es6/translations/en.json +1 -0
- package/notice/lib/es6/translations/es.json +1 -0
- package/notice/lib/es6/translations/fr.json +1 -0
- package/notice/lib/es6/translations/it.json +1 -0
- package/notice/lib/es6/translations/ja.json +1 -0
- package/notice/lib/es6/translations/ko.json +1 -0
- package/notice/lib/es6/translations/nl.json +1 -0
- package/notice/lib/es6/translations/pl.json +1 -0
- package/notice/lib/es6/translations/pt.json +1 -0
- package/notice/lib/es6/translations/sv.json +1 -0
- package/notice/lib/es6/translations/tr.json +1 -0
- package/notice/lib/es6/translations/vi.json +1 -0
- package/notice/lib/es6/translations/zh.json +1 -0
- 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 +3 -3
- 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 +20 -10
- package/popper/lib/cjs/Popper.js.map +1 -1
- package/popper/lib/es6/Popper.js +21 -11
- package/popper/lib/es6/Popper.js.map +1 -1
- package/portal/Portal.d.ts +2 -0
- package/portal/lib/cjs/Portal.js +5 -8
- package/portal/lib/cjs/Portal.js.map +1 -1
- package/portal/lib/es6/Portal.js +5 -8
- package/portal/lib/es6/Portal.js.map +1 -1
- package/portal/lib/types/Portal.d.ts +2 -0
- 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 +17 -17
- package/scroll-area/lib/cjs/ScrollBar.js +6 -6
- package/scroll-area/lib/es6/ScrollArea.js +17 -17
- 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 +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 +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/propsForElement.js +2 -2
- package/utils/lib/propsForElement.js.map +1 -1
- package/utils/lib/propsForElement.mjs +2 -2
- package/utils/lib/propsForElement.mjs.map +1 -1
- package/utils/lib/use/useFocusLock.d.ts +5 -0
- package/utils/lib/use/useFocusLock.js +62 -23
- package/utils/lib/use/useFocusLock.js.map +1 -1
- package/utils/lib/use/useFocusLock.mjs +60 -23
- package/utils/lib/use/useFocusLock.mjs.map +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
@@ -1,7 +1,7 @@
|
|
1
1
|
import React from "react";
|
2
2
|
import { createBaseComponent } from 'intergalactic/core';
|
3
3
|
import { Box } from 'intergalactic/flex-box';
|
4
|
-
const DeletedPage = ({ fill = "none", width = "
|
4
|
+
const DeletedPage = ({ fill = "none", width = "80", height = "80", viewBox = "0 0 80 80", ...props }, ref) => /* @__PURE__ */ React.createElement(Box, {
|
5
5
|
ref,
|
6
6
|
width,
|
7
7
|
height,
|
@@ -9,13 +9,42 @@ const DeletedPage = ({ fill = "none", width = "100", height = "72", viewBox = "0
|
|
9
9
|
fill,
|
10
10
|
tag: "svg",
|
11
11
|
...props
|
12
|
+
}, /* @__PURE__ */ React.createElement("g", {
|
13
|
+
clipPath: "url(#igc-deletedpage-el-0)"
|
12
14
|
}, /* @__PURE__ */ React.createElement("path", {
|
13
|
-
d: "
|
15
|
+
d: "M40.51 79.997C62.49 79.714 79.977 61.39 79.977 39.4V.99a.994.994 0 0 0-.99-.99H54.306a.994.994 0 0 0-.99.99v2.753H27.638a.994.994 0 0 0-.99.99v35.265H.991A.985.985 0 0 0 0 41.01c.544 21.806 18.52 39.27 40.52 38.987",
|
14
16
|
fill: "#E0E1E9"
|
15
17
|
}), /* @__PURE__ */ React.createElement("path", {
|
16
|
-
d: "
|
17
|
-
fill: "#
|
18
|
-
|
18
|
+
d: "M66.16 57.374s.087-.054.12-.087l6.521-4.323-3.147-1.697-3.147.756-8.334-31.681a5.73 5.73 0 0 0-6.707-4.15l-39.74 8.063-1.4-3.124-3.428 5.88a6.507 6.507 0 0 0-.217.368v.021a5.618 5.618 0 0 0-.456 4.248l10.472 36.654a2.599 2.599 0 0 0 3.19 1.794l45.459-12.344c.271-.076.52-.205.749-.346l.054-.032h.01Z",
|
19
|
+
fill: "#E0E1E9",
|
20
|
+
stroke: "#6C6E79",
|
21
|
+
strokeLinecap: "round",
|
22
|
+
strokeLinejoin: "round",
|
23
|
+
strokeWidth: ".7"
|
24
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
25
|
+
d: "M72.02 53.31 24.152 66.313a2.747 2.747 0 0 1-3.364-1.892L9.752 25.822c-.966-3.372 1.16-6.853 4.612-7.556l43.05-8.744c3.146-.638 6.25 1.286 7.053 4.377L73.95 49.98a2.729 2.729 0 0 1-1.931 3.33Z",
|
26
|
+
fill: "#fff",
|
27
|
+
stroke: "#6C6E79",
|
28
|
+
strokeLinecap: "round",
|
29
|
+
strokeLinejoin: "round",
|
30
|
+
strokeWidth: ".7"
|
31
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
32
|
+
d: "m65.67 18.572.012-.003-.01.01-.003-.007ZM11.107 30.506l54.562-11.934-1.224-4.662c-.803-3.091-3.906-5.015-7.054-4.377l-43.049 8.733a6.037 6.037 0 0 0-4.015 2.865l-3.43 5.88a6.507 6.507 0 0 0-.216.367v.022a5.619 5.619 0 0 0-.456 4.248l1.4 4.908 3.472-5.967v.01l.01-.093Z",
|
33
|
+
fill: "#6C6E79"
|
34
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
35
|
+
d: "M18.433 23.174a1.873 1.873 0 0 1-1.421 2.367c-1.097.238-2.236-.454-2.54-1.524a1.868 1.868 0 0 1 1.433-2.367c1.096-.227 2.224.464 2.528 1.535v-.011Z",
|
36
|
+
fill: "#fff"
|
37
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
38
|
+
d: "M25.443 21.693c.293 1.06-.325 2.108-1.4 2.335-1.074.227-2.192-.454-2.485-1.524-.293-1.07.326-2.12 1.411-2.346 1.085-.227 2.181.465 2.474 1.524v.01Z",
|
39
|
+
fill: "#E0E1E9"
|
40
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
41
|
+
d: "M39.705 39.405c-1.133-4.576.031-7.66 2.766-8.224 2.687-.536 5.08 1.74 6.16 6.148 1.087 4.444.029 7.523-2.609 8.209-2.702.717-5.18-1.54-6.317-6.133Zm1.853-.43c.796 3.24 2.185 5.156 3.98 4.703 1.76-.445 2.075-2.742 1.294-5.913-.773-3.136-2.125-5.043-3.9-4.666-1.813.368-2.162 2.672-1.374 5.876ZM35.513 44.614 29.29 46.15l-.47-1.88 3.336-10.826 2.445-.501 2.326 9.265 1.782-.432.478 1.914-1.765.428.817 3.253-1.877.488-.85-3.245Zm-.482-1.932-1.722-6.842-2.405 7.826 4.127-.984ZM50.904 40.808l5.29-1.303.731 3.02 1.59-.409-.727-3.003 1.508-.374-.428-1.765-1.513.357-2.054-8.573-2.069.422-2.749 9.898.421 1.73Zm3.354-9.402 1.52 6.314-3.497.833 1.977-7.147Z",
|
42
|
+
fill: "#6C6E79",
|
43
|
+
fillRule: "evenodd"
|
44
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
45
|
+
d: "M56.335 46.717a.35.35 0 0 1-.251.427l-8.582 2.22a.35.35 0 0 1-.175-.677l8.581-2.221a.35.35 0 0 1 .427.251ZM44.455 49.79a.35.35 0 0 1-.25.428l-3.18.831a.35.35 0 1 1-.178-.677l3.18-.831a.35.35 0 0 1 .428.25ZM61.153 49.84a.35.35 0 1 0-.166-.68l-23.34 5.69a.35.35 0 1 0 .166.68l23.34-5.69Z",
|
46
|
+
fill: "#6C6E79"
|
47
|
+
})), /* @__PURE__ */ React.createElement("defs", null));
|
19
48
|
DeletedPage.displayName = "DeletedPage";
|
20
49
|
var stdin_default = createBaseComponent(DeletedPage);
|
21
50
|
export {
|
@@ -23,10 +23,10 @@ var _useCssVariable = require("intergalactic/utils/lib/useCssVariable");
|
|
23
23
|
var _reactToText = _interopRequireDefault(require("intergalactic/utils/lib/reactToText"));
|
24
24
|
var _getOriginChildren = _interopRequireDefault(require("intergalactic/utils/lib/getOriginChildren"));
|
25
25
|
/*__reshadow-styles__:"./style/inline-edit.shadow.css"*/
|
26
|
-
var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".
|
27
|
-
"__SInlineEdit": "
|
28
|
-
"__SEdit": "
|
29
|
-
"__SView": "
|
26
|
+
var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SInlineEdit_zzegh_gg_{display:inline-block;position:relative}.___SEdit_zzegh_gg_{display:flex;flex-direction:column;justify-content:center;position:absolute;width:100%;height:100%;top:0;left:0;z-index:1}.___SView_zzegh_gg_{cursor:pointer}.___SView_zzegh_gg_:active,.___SView_zzegh_gg_:focus{outline:0;box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.5))}" /*__inner_css_end__*/, "zzegh_gg_") /*__reshadow_css_end__*/, {
|
27
|
+
"__SInlineEdit": "___SInlineEdit_zzegh_gg_",
|
28
|
+
"__SEdit": "___SEdit_zzegh_gg_",
|
29
|
+
"__SView": "___SView_zzegh_gg_"
|
30
30
|
});
|
31
31
|
var InlineEdit = /*#__PURE__*/function (_Component) {
|
32
32
|
(0, _inherits2["default"])(InlineEdit, _Component);
|
@@ -19,10 +19,10 @@ import { useCssVariable } from 'intergalactic/utils/lib/useCssVariable';
|
|
19
19
|
import reactToText from 'intergalactic/utils/lib/reactToText';
|
20
20
|
import getOriginChildren from 'intergalactic/utils/lib/getOriginChildren';
|
21
21
|
/*__reshadow-styles__:"./style/inline-edit.shadow.css"*/
|
22
|
-
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".
|
23
|
-
"__SInlineEdit": "
|
24
|
-
"__SEdit": "
|
25
|
-
"__SView": "
|
22
|
+
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SInlineEdit_zzegh_gg_{display:inline-block;position:relative}.___SEdit_zzegh_gg_{display:flex;flex-direction:column;justify-content:center;position:absolute;width:100%;height:100%;top:0;left:0;z-index:1}.___SView_zzegh_gg_{cursor:pointer}.___SView_zzegh_gg_:active,.___SView_zzegh_gg_:focus{outline:0;box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.5))}" /*__inner_css_end__*/, "zzegh_gg_") /*__reshadow_css_end__*/, {
|
23
|
+
"__SInlineEdit": "___SInlineEdit_zzegh_gg_",
|
24
|
+
"__SEdit": "___SEdit_zzegh_gg_",
|
25
|
+
"__SView": "___SView_zzegh_gg_"
|
26
26
|
});
|
27
27
|
var InlineEdit = /*#__PURE__*/function (_Component) {
|
28
28
|
_inherits(InlineEdit, _Component);
|
@@ -26,24 +26,24 @@ var _i18nEnhance = _interopRequireDefault(require("intergalactic/utils/lib/enhan
|
|
26
26
|
var _input = _interopRequireDefault(require("intergalactic/input"));
|
27
27
|
var _inputNumber = require("intergalactic/input-number");
|
28
28
|
/*__reshadow-styles__:"./style/inline-input.shadow.css"*/
|
29
|
-
var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".
|
30
|
-
"__SInlineInput": "
|
31
|
-
"_disabled": "
|
32
|
-
"__SUnderline": "
|
33
|
-
"__SAddon": "
|
34
|
-
"_focused": "
|
35
|
-
"_state_valid": "
|
36
|
-
"_state_invalid": "
|
37
|
-
"__SValue": "
|
38
|
-
"__SControls": "
|
39
|
-
"_showControls": "
|
40
|
-
"__SUp": "
|
41
|
-
"__SDown": "
|
42
|
-
"__SValueHidden": "
|
43
|
-
"__SInvalidPattern": "
|
44
|
-
"__SConfirmIcon": "
|
45
|
-
"__SCancelIcon": "
|
46
|
-
"_type_number": "
|
29
|
+
var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SInlineInput_6zw8y_gg_{display:inline-flex;width:100%;height:100%;align-items:center;position:relative;z-index:0;vertical-align:middle;padding:1px;box-sizing:border-box;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SInlineInput_6zw8y_gg_ .___SConfirmIcon_6zw8y_gg_{color:var(--intergalactic-icon-secondary-success, #00c192);cursor:pointer}@media (hover:hover){.___SInlineInput_6zw8y_gg_ .___SConfirmIcon_6zw8y_gg_:hover{color:var(--intergalactic-icon-secondary-success-hover-active, #049B75)}}.___SInlineInput_6zw8y_gg_ .___SCancelIcon_6zw8y_gg_{color:var(--intergalactic-icon-secondary-neutral, #a9abb6);cursor:pointer}@media (hover:hover){.___SInlineInput_6zw8y_gg_ .___SCancelIcon_6zw8y_gg_:hover{color:var(--intergalactic-icon-secondary-neutral-hover-active, #878992)}}.___SInlineInput_6zw8y_gg_.__disabled_6zw8y_gg_{cursor:default;pointer-events:none;opacity:var(--intergalactic-disabled-opacity, 0.3)}.___SValue_6zw8y_gg_{min-width:0;width:100%;height:100%;padding:0 var(--intergalactic-spacing-1x, 4px);border:0;box-sizing:border-box;color:var(--intergalactic-text-primary, #191b23);font-size:inherit;line-height:1.2;text-overflow:ellipsis;font-family:inherit;background:0 0;min-height:1em}.___SValue_6zw8y_gg_:focus{outline:0}.___SValue_6zw8y_gg_::-moz-placeholder{color:var(--intergalactic-text-placeholder, #8a8e9b)}.___SValue_6zw8y_gg_::placeholder{color:var(--intergalactic-text-placeholder, #8a8e9b)}.___SValue_6zw8y_gg_.__disabled_6zw8y_gg_{-webkit-user-select:none;-moz-user-select:none;user-select:none}.___SValue_6zw8y_gg_::-webkit-inner-spin-button,.___SValue_6zw8y_gg_::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.___SValue_6zw8y_gg_._type_number_6zw8y_gg_{-moz-appearance:textfield}.___SUnderline_6zw8y_gg_{display:flex;flex-direction:row;align-items:center;flex-grow:1;width:100%;height:100%;min-height:1em;border:1px solid transparent;border-bottom:1px solid var(--intergalactic-border-primary, #c4c7cf)}.___SAddon_6zw8y_gg_{display:inline-flex;justify-content:center;align-items:center;flex:0 0 auto;height:100%;color:var(--intergalactic-icon-secondary-neutral, #a9abb6);padding:0 var(--intergalactic-spacing-1x, 4px)}.___SAddon_6zw8y_gg_.__disabled_6zw8y_gg_{opacity:var(--intergalactic-disabled-opacity, 0.3);cursor:default;pointer-events:none}.___SInlineInput_6zw8y_gg_.__focused_6zw8y_gg_{z-index:1}.___SInlineInput_6zw8y_gg_.__focused_6zw8y_gg_ .___SUnderline_6zw8y_gg_{border-bottom-color:var(--intergalactic-border-info-active, #006dca);box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.5))}.___SInlineInput_6zw8y_gg_._state_valid_6zw8y_gg_ .___SUnderline_6zw8y_gg_{border-bottom-color:var(--intergalactic-border-success-active, #007c65)}.___SInlineInput_6zw8y_gg_._state_valid_6zw8y_gg_.__focused_6zw8y_gg_ .___SUnderline_6zw8y_gg_{border-bottom-color:var(--intergalactic-border-success-active, #007c65);box-shadow:var(--intergalactic-keyboard-focus-valid, 0px 0px 0px 3px rgba(0, 159, 129, 0.5))}.___SInlineInput_6zw8y_gg_._state_invalid_6zw8y_gg_ .___SUnderline_6zw8y_gg_{border-bottom-color:var(--intergalactic-border-critical-active, #d1002f)}.___SInlineInput_6zw8y_gg_._state_invalid_6zw8y_gg_.__focused_6zw8y_gg_ .___SUnderline_6zw8y_gg_{border-bottom-color:var(--intergalactic-border-critical-active, #d1002f);box-shadow:var(--intergalactic-keyboard-focus-invalid, 0px 0px 0px 3px rgba(255, 73, 83, 0.5))}.___SValue_6zw8y_gg_:focus~.___SControls_6zw8y_gg_{display:flex}.___SControls_6zw8y_gg_{display:none;flex-flow:column;justify-content:center;height:100%;box-sizing:border-box}.___SControls_6zw8y_gg_.__showControls_6zw8y_gg_{display:flex}.___SDown_6zw8y_gg_,.___SUp_6zw8y_gg_{padding:0;width:16px;color:var(--intergalactic-icon-secondary-neutral, #a9abb6);box-sizing:border-box;display:inline-flex;justify-content:center;border:0;background:0 0;cursor:pointer}.___SDown_6zw8y_gg_:focus,.___SUp_6zw8y_gg_:focus{outline:0}@media (hover:hover){.___SDown_6zw8y_gg_:hover,.___SUp_6zw8y_gg_:hover{color:var(--intergalactic-icon-secondary-neutral-hover-active, #878992)}}.___SUp_6zw8y_gg_{padding-bottom:1px}.___SDown_6zw8y_gg_{padding-top:1px}.___SValue_6zw8y_gg_.__disabled_6zw8y_gg_~.___SControls_6zw8y_gg_{opacity:var(--intergalactic-disabled-opacity, 0.3);cursor:default;pointer-events:none}.___SValueHidden_6zw8y_gg_{position:absolute;top:0;width:1px;height:1px;padding:0;overflow:hidden}.___SInvalidPattern_6zw8y_gg_{margin-left:-1px;margin-top:-1px;border-radius:0;height:calc(100% - 3px)}" /*__inner_css_end__*/, "6zw8y_gg_") /*__reshadow_css_end__*/, {
|
30
|
+
"__SInlineInput": "___SInlineInput_6zw8y_gg_",
|
31
|
+
"_disabled": "__disabled_6zw8y_gg_",
|
32
|
+
"__SUnderline": "___SUnderline_6zw8y_gg_",
|
33
|
+
"__SAddon": "___SAddon_6zw8y_gg_",
|
34
|
+
"_focused": "__focused_6zw8y_gg_",
|
35
|
+
"_state_valid": "_state_valid_6zw8y_gg_",
|
36
|
+
"_state_invalid": "_state_invalid_6zw8y_gg_",
|
37
|
+
"__SValue": "___SValue_6zw8y_gg_",
|
38
|
+
"__SControls": "___SControls_6zw8y_gg_",
|
39
|
+
"_showControls": "__showControls_6zw8y_gg_",
|
40
|
+
"__SUp": "___SUp_6zw8y_gg_",
|
41
|
+
"__SDown": "___SDown_6zw8y_gg_",
|
42
|
+
"__SValueHidden": "___SValueHidden_6zw8y_gg_",
|
43
|
+
"__SInvalidPattern": "___SInvalidPattern_6zw8y_gg_",
|
44
|
+
"__SConfirmIcon": "___SConfirmIcon_6zw8y_gg_",
|
45
|
+
"__SCancelIcon": "___SCancelIcon_6zw8y_gg_",
|
46
|
+
"_type_number": "_type_number_6zw8y_gg_"
|
47
47
|
});
|
48
48
|
var pointInsideOfRect = function pointInsideOfRect(_ref17) {
|
49
49
|
var x = _ref17.x,
|
@@ -21,24 +21,24 @@ import { Box, InvalidStateBox } from 'intergalactic/flex-box';
|
|
21
21
|
import autoFocusEnhance from 'intergalactic/utils/lib/enhances/autoFocusEnhance';
|
22
22
|
import Tooltip from 'intergalactic/tooltip';
|
23
23
|
/*__reshadow-styles__:"./style/inline-input.shadow.css"*/
|
24
|
-
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".
|
25
|
-
"__SInlineInput": "
|
26
|
-
"_disabled": "
|
27
|
-
"__SUnderline": "
|
28
|
-
"__SAddon": "
|
29
|
-
"_focused": "
|
30
|
-
"_state_valid": "
|
31
|
-
"_state_invalid": "
|
32
|
-
"__SValue": "
|
33
|
-
"__SControls": "
|
34
|
-
"_showControls": "
|
35
|
-
"__SUp": "
|
36
|
-
"__SDown": "
|
37
|
-
"__SValueHidden": "
|
38
|
-
"__SInvalidPattern": "
|
39
|
-
"__SConfirmIcon": "
|
40
|
-
"__SCancelIcon": "
|
41
|
-
"_type_number": "
|
24
|
+
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SInlineInput_6zw8y_gg_{display:inline-flex;width:100%;height:100%;align-items:center;position:relative;z-index:0;vertical-align:middle;padding:1px;box-sizing:border-box;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SInlineInput_6zw8y_gg_ .___SConfirmIcon_6zw8y_gg_{color:var(--intergalactic-icon-secondary-success, #00c192);cursor:pointer}@media (hover:hover){.___SInlineInput_6zw8y_gg_ .___SConfirmIcon_6zw8y_gg_:hover{color:var(--intergalactic-icon-secondary-success-hover-active, #049B75)}}.___SInlineInput_6zw8y_gg_ .___SCancelIcon_6zw8y_gg_{color:var(--intergalactic-icon-secondary-neutral, #a9abb6);cursor:pointer}@media (hover:hover){.___SInlineInput_6zw8y_gg_ .___SCancelIcon_6zw8y_gg_:hover{color:var(--intergalactic-icon-secondary-neutral-hover-active, #878992)}}.___SInlineInput_6zw8y_gg_.__disabled_6zw8y_gg_{cursor:default;pointer-events:none;opacity:var(--intergalactic-disabled-opacity, 0.3)}.___SValue_6zw8y_gg_{min-width:0;width:100%;height:100%;padding:0 var(--intergalactic-spacing-1x, 4px);border:0;box-sizing:border-box;color:var(--intergalactic-text-primary, #191b23);font-size:inherit;line-height:1.2;text-overflow:ellipsis;font-family:inherit;background:0 0;min-height:1em}.___SValue_6zw8y_gg_:focus{outline:0}.___SValue_6zw8y_gg_::-moz-placeholder{color:var(--intergalactic-text-placeholder, #8a8e9b)}.___SValue_6zw8y_gg_::placeholder{color:var(--intergalactic-text-placeholder, #8a8e9b)}.___SValue_6zw8y_gg_.__disabled_6zw8y_gg_{-webkit-user-select:none;-moz-user-select:none;user-select:none}.___SValue_6zw8y_gg_::-webkit-inner-spin-button,.___SValue_6zw8y_gg_::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.___SValue_6zw8y_gg_._type_number_6zw8y_gg_{-moz-appearance:textfield}.___SUnderline_6zw8y_gg_{display:flex;flex-direction:row;align-items:center;flex-grow:1;width:100%;height:100%;min-height:1em;border:1px solid transparent;border-bottom:1px solid var(--intergalactic-border-primary, #c4c7cf)}.___SAddon_6zw8y_gg_{display:inline-flex;justify-content:center;align-items:center;flex:0 0 auto;height:100%;color:var(--intergalactic-icon-secondary-neutral, #a9abb6);padding:0 var(--intergalactic-spacing-1x, 4px)}.___SAddon_6zw8y_gg_.__disabled_6zw8y_gg_{opacity:var(--intergalactic-disabled-opacity, 0.3);cursor:default;pointer-events:none}.___SInlineInput_6zw8y_gg_.__focused_6zw8y_gg_{z-index:1}.___SInlineInput_6zw8y_gg_.__focused_6zw8y_gg_ .___SUnderline_6zw8y_gg_{border-bottom-color:var(--intergalactic-border-info-active, #006dca);box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.5))}.___SInlineInput_6zw8y_gg_._state_valid_6zw8y_gg_ .___SUnderline_6zw8y_gg_{border-bottom-color:var(--intergalactic-border-success-active, #007c65)}.___SInlineInput_6zw8y_gg_._state_valid_6zw8y_gg_.__focused_6zw8y_gg_ .___SUnderline_6zw8y_gg_{border-bottom-color:var(--intergalactic-border-success-active, #007c65);box-shadow:var(--intergalactic-keyboard-focus-valid, 0px 0px 0px 3px rgba(0, 159, 129, 0.5))}.___SInlineInput_6zw8y_gg_._state_invalid_6zw8y_gg_ .___SUnderline_6zw8y_gg_{border-bottom-color:var(--intergalactic-border-critical-active, #d1002f)}.___SInlineInput_6zw8y_gg_._state_invalid_6zw8y_gg_.__focused_6zw8y_gg_ .___SUnderline_6zw8y_gg_{border-bottom-color:var(--intergalactic-border-critical-active, #d1002f);box-shadow:var(--intergalactic-keyboard-focus-invalid, 0px 0px 0px 3px rgba(255, 73, 83, 0.5))}.___SValue_6zw8y_gg_:focus~.___SControls_6zw8y_gg_{display:flex}.___SControls_6zw8y_gg_{display:none;flex-flow:column;justify-content:center;height:100%;box-sizing:border-box}.___SControls_6zw8y_gg_.__showControls_6zw8y_gg_{display:flex}.___SDown_6zw8y_gg_,.___SUp_6zw8y_gg_{padding:0;width:16px;color:var(--intergalactic-icon-secondary-neutral, #a9abb6);box-sizing:border-box;display:inline-flex;justify-content:center;border:0;background:0 0;cursor:pointer}.___SDown_6zw8y_gg_:focus,.___SUp_6zw8y_gg_:focus{outline:0}@media (hover:hover){.___SDown_6zw8y_gg_:hover,.___SUp_6zw8y_gg_:hover{color:var(--intergalactic-icon-secondary-neutral-hover-active, #878992)}}.___SUp_6zw8y_gg_{padding-bottom:1px}.___SDown_6zw8y_gg_{padding-top:1px}.___SValue_6zw8y_gg_.__disabled_6zw8y_gg_~.___SControls_6zw8y_gg_{opacity:var(--intergalactic-disabled-opacity, 0.3);cursor:default;pointer-events:none}.___SValueHidden_6zw8y_gg_{position:absolute;top:0;width:1px;height:1px;padding:0;overflow:hidden}.___SInvalidPattern_6zw8y_gg_{margin-left:-1px;margin-top:-1px;border-radius:0;height:calc(100% - 3px)}" /*__inner_css_end__*/, "6zw8y_gg_") /*__reshadow_css_end__*/, {
|
25
|
+
"__SInlineInput": "___SInlineInput_6zw8y_gg_",
|
26
|
+
"_disabled": "__disabled_6zw8y_gg_",
|
27
|
+
"__SUnderline": "___SUnderline_6zw8y_gg_",
|
28
|
+
"__SAddon": "___SAddon_6zw8y_gg_",
|
29
|
+
"_focused": "__focused_6zw8y_gg_",
|
30
|
+
"_state_valid": "_state_valid_6zw8y_gg_",
|
31
|
+
"_state_invalid": "_state_invalid_6zw8y_gg_",
|
32
|
+
"__SValue": "___SValue_6zw8y_gg_",
|
33
|
+
"__SControls": "___SControls_6zw8y_gg_",
|
34
|
+
"_showControls": "__showControls_6zw8y_gg_",
|
35
|
+
"__SUp": "___SUp_6zw8y_gg_",
|
36
|
+
"__SDown": "___SDown_6zw8y_gg_",
|
37
|
+
"__SValueHidden": "___SValueHidden_6zw8y_gg_",
|
38
|
+
"__SInvalidPattern": "___SInvalidPattern_6zw8y_gg_",
|
39
|
+
"__SConfirmIcon": "___SConfirmIcon_6zw8y_gg_",
|
40
|
+
"__SCancelIcon": "___SCancelIcon_6zw8y_gg_",
|
41
|
+
"_type_number": "_type_number_6zw8y_gg_"
|
42
42
|
});
|
43
43
|
import CheckM from 'intergalactic/icon/Check/m';
|
44
44
|
import CloseM from 'intergalactic/icon/Close/m';
|
package/input/lib/cjs/Input.js
CHANGED
@@ -20,23 +20,23 @@ var _neighborLocation = _interopRequireDefault(require("intergalactic/neighbor-l
|
|
20
20
|
var _autoFocusEnhance = _interopRequireDefault(require("intergalactic/utils/lib/enhances/autoFocusEnhance"));
|
21
21
|
var _keyboardFocusEnhance = _interopRequireDefault(require("intergalactic/utils/lib/enhances/keyboardFocusEnhance"));
|
22
22
|
/*__reshadow-styles__:"./style/input.shadow.css"*/
|
23
|
-
var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".
|
24
|
-
"__SInput": "
|
25
|
-
"_disabled": "
|
26
|
-
"__SOutline": "
|
27
|
-
"__SValue": "
|
28
|
-
"__SAddon": "
|
29
|
-
"_size_m": "
|
30
|
-
"__SButton": "
|
31
|
-
"_size_l": "
|
32
|
-
"_focused": "
|
33
|
-
"_neighborLocation_right": "
|
34
|
-
"_neighborLocation_both": "
|
35
|
-
"_neighborLocation_left": "
|
36
|
-
"_interactive": "
|
37
|
-
"_state_normal": "
|
38
|
-
"_state_valid": "
|
39
|
-
"_state_invalid": "
|
23
|
+
var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SInput_1v3dg_gg_{display:inline-flex;width:100%;align-items:center;position:relative;z-index:0;vertical-align:middle;padding:1px;box-sizing:border-box}.___SInput_1v3dg_gg_ input:-webkit-autofill{border-radius:var(--intergalactic-control-rounded, 6px);-webkit-box-shadow:0 0 0 30px #faffbd inset}.___SInput_1v3dg_gg_ input:-webkit-autofill~.___SOutline_1v3dg_gg_{background-color:#faffbd}.___SValue_1v3dg_gg_{min-width:0;width:100%;height:100%;padding:0;border:0;box-sizing:border-box;color:var(--intergalactic-text-primary, #191b23);font-size:inherit;text-overflow:ellipsis;font-family:inherit;background:0 0}.___SValue_1v3dg_gg_:focus{outline:0}.___SValue_1v3dg_gg_::-moz-placeholder{color:var(--intergalactic-text-placeholder, #8a8e9b)}.___SValue_1v3dg_gg_::placeholder{color:var(--intergalactic-text-placeholder, #8a8e9b)}.___SValue_1v3dg_gg_:not(:disabled):-moz-read-only~.___SOutline_1v3dg_gg_{background:var(--intergalactic-bg-secondary-neutral, #f4f5f9)}.___SValue_1v3dg_gg_:not(:disabled):read-only~.___SOutline_1v3dg_gg_{background:var(--intergalactic-bg-secondary-neutral, #f4f5f9)}.___SValue_1v3dg_gg_:disabled{-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:var(--intergalactic-disabled-opacity, 0.3)}.___SInput_1v3dg_gg_.__disabled_1v3dg_gg_ .___SOutline_1v3dg_gg_,.___SValue_1v3dg_gg_:disabled~.___SOutline_1v3dg_gg_{opacity:var(--intergalactic-disabled-opacity, 0.3);cursor:default;pointer-events:none}.___SOutline_1v3dg_gg_{position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid;border-radius:var(--intergalactic-control-rounded, 6px);z-index:-1;background:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SAddon_1v3dg_gg_{display:inline-flex;justify-content:center;align-items:center;flex:0 0 auto;padding:0 var(--intergalactic-spacing-2x, 8px);height:100%;color:var(--intergalactic-icon-secondary-neutral, #a9abb6)}.___SAddon_1v3dg_gg_.__interactive_1v3dg_gg_{cursor:pointer}@media (hover:hover){.___SAddon_1v3dg_gg_.__interactive_1v3dg_gg_:hover{color:var(--intergalactic-icon-secondary-neutral-hover-active, #878992)}}.___SAddon_1v3dg_gg_.__disabled_1v3dg_gg_{opacity:var(--intergalactic-disabled-opacity, 0.3);cursor:default;pointer-events:none}.___SAddon_1v3dg_gg_._size_m_1v3dg_gg_:not(.___SButton_1v3dg_gg_){padding:0 var(--intergalactic-spacing-2x, 8px)}.___SAddon_1v3dg_gg_._size_l_1v3dg_gg_:not(.___SButton_1v3dg_gg_){padding:0 var(--intergalactic-spacing-2x, 8px)0 var(--intergalactic-spacing-3x, 12px)}.___SInput_1v3dg_gg_ .___SAddon_1v3dg_gg_:nth-last-child(2){margin-right:-1px}.___SValue_1v3dg_gg_._size_m_1v3dg_gg_{padding:0 var(--intergalactic-spacing-2x, 8px)}.___SValue_1v3dg_gg_._size_l_1v3dg_gg_{padding:0 var(--intergalactic-spacing-3x, 12px)}.___SInput_1v3dg_gg_._size_m_1v3dg_gg_{font-size:var(--intergalactic-fs-200, 14px);height:var(--intergalactic-form-control-m, 28px)}.___SInput_1v3dg_gg_._size_l_1v3dg_gg_{font-size:var(--intergalactic-fs-300, 16px);height:var(--intergalactic-form-control-l, 40px)}.___SInput_1v3dg_gg_.__focused_1v3dg_gg_{z-index:1}.___SInput_1v3dg_gg_._state_normal_1v3dg_gg_ .___SOutline_1v3dg_gg_{border-color:var(--intergalactic-border-primary, #c4c7cf)}.___SInput_1v3dg_gg_._state_normal_1v3dg_gg_.__focused_1v3dg_gg_ .___SOutline_1v3dg_gg_{border-color:var(--intergalactic-border-info-active, #006dca);box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.5))}.___SInput_1v3dg_gg_._state_valid_1v3dg_gg_ .___SOutline_1v3dg_gg_{border-color:var(--intergalactic-border-success-active, #007c65)}.___SInput_1v3dg_gg_._state_valid_1v3dg_gg_.__focused_1v3dg_gg_ .___SOutline_1v3dg_gg_{border-color:var(--intergalactic-border-success-active, #007c65);box-shadow:var(--intergalactic-keyboard-focus-valid, 0px 0px 0px 3px rgba(0, 159, 129, 0.5))}.___SInput_1v3dg_gg_._state_invalid_1v3dg_gg_ .___SOutline_1v3dg_gg_{border-color:var(--intergalactic-border-critical-active, #d1002f)}.___SInput_1v3dg_gg_._state_invalid_1v3dg_gg_.__focused_1v3dg_gg_ .___SOutline_1v3dg_gg_{border-color:var(--intergalactic-border-critical-active, #d1002f);box-shadow:var(--intergalactic-keyboard-focus-invalid, 0px 0px 0px 3px rgba(255, 73, 83, 0.5))}.___SInput_1v3dg_gg_._neighborLocation_right_1v3dg_gg_ .___SOutline_1v3dg_gg_{border-top-right-radius:0;border-bottom-right-radius:0}.___SInput_1v3dg_gg_._neighborLocation_both_1v3dg_gg_ .___SOutline_1v3dg_gg_{border-radius:0;border-left:none}.___SInput_1v3dg_gg_._neighborLocation_left_1v3dg_gg_ .___SOutline_1v3dg_gg_{border-top-left-radius:0;border-bottom-left-radius:0;border-left:none}.___SValue_1v3dg_gg_._neighborLocation_right_1v3dg_gg_{padding-right:0}.___SValue_1v3dg_gg_._neighborLocation_both_1v3dg_gg_{padding-left:0;padding-right:0}.___SValue_1v3dg_gg_._neighborLocation_left_1v3dg_gg_{padding-left:0}" /*__inner_css_end__*/, "1v3dg_gg_") /*__reshadow_css_end__*/, {
|
24
|
+
"__SInput": "___SInput_1v3dg_gg_",
|
25
|
+
"_disabled": "__disabled_1v3dg_gg_",
|
26
|
+
"__SOutline": "___SOutline_1v3dg_gg_",
|
27
|
+
"__SValue": "___SValue_1v3dg_gg_",
|
28
|
+
"__SAddon": "___SAddon_1v3dg_gg_",
|
29
|
+
"_size_m": "_size_m_1v3dg_gg_",
|
30
|
+
"__SButton": "___SButton_1v3dg_gg_",
|
31
|
+
"_size_l": "_size_l_1v3dg_gg_",
|
32
|
+
"_focused": "__focused_1v3dg_gg_",
|
33
|
+
"_neighborLocation_right": "_neighborLocation_right_1v3dg_gg_",
|
34
|
+
"_neighborLocation_both": "_neighborLocation_both_1v3dg_gg_",
|
35
|
+
"_neighborLocation_left": "_neighborLocation_left_1v3dg_gg_",
|
36
|
+
"_interactive": "__interactive_1v3dg_gg_",
|
37
|
+
"_state_normal": "_state_normal_1v3dg_gg_",
|
38
|
+
"_state_valid": "_state_valid_1v3dg_gg_",
|
39
|
+
"_state_invalid": "_state_invalid_1v3dg_gg_"
|
40
40
|
});
|
41
41
|
var Input = /*#__PURE__*/function (_Component) {
|
42
42
|
(0, _inherits2["default"])(Input, _Component);
|
package/input/lib/es6/Input.js
CHANGED
@@ -16,23 +16,23 @@ import NeighborLocation from 'intergalactic/neighbor-location';
|
|
16
16
|
import autoFocusEnhance from 'intergalactic/utils/lib/enhances/autoFocusEnhance';
|
17
17
|
import keyboardFocusEnhance from 'intergalactic/utils/lib/enhances/keyboardFocusEnhance';
|
18
18
|
/*__reshadow-styles__:"./style/input.shadow.css"*/
|
19
|
-
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".
|
20
|
-
"__SInput": "
|
21
|
-
"_disabled": "
|
22
|
-
"__SOutline": "
|
23
|
-
"__SValue": "
|
24
|
-
"__SAddon": "
|
25
|
-
"_size_m": "
|
26
|
-
"__SButton": "
|
27
|
-
"_size_l": "
|
28
|
-
"_focused": "
|
29
|
-
"_neighborLocation_right": "
|
30
|
-
"_neighborLocation_both": "
|
31
|
-
"_neighborLocation_left": "
|
32
|
-
"_interactive": "
|
33
|
-
"_state_normal": "
|
34
|
-
"_state_valid": "
|
35
|
-
"_state_invalid": "
|
19
|
+
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SInput_1v3dg_gg_{display:inline-flex;width:100%;align-items:center;position:relative;z-index:0;vertical-align:middle;padding:1px;box-sizing:border-box}.___SInput_1v3dg_gg_ input:-webkit-autofill{border-radius:var(--intergalactic-control-rounded, 6px);-webkit-box-shadow:0 0 0 30px #faffbd inset}.___SInput_1v3dg_gg_ input:-webkit-autofill~.___SOutline_1v3dg_gg_{background-color:#faffbd}.___SValue_1v3dg_gg_{min-width:0;width:100%;height:100%;padding:0;border:0;box-sizing:border-box;color:var(--intergalactic-text-primary, #191b23);font-size:inherit;text-overflow:ellipsis;font-family:inherit;background:0 0}.___SValue_1v3dg_gg_:focus{outline:0}.___SValue_1v3dg_gg_::-moz-placeholder{color:var(--intergalactic-text-placeholder, #8a8e9b)}.___SValue_1v3dg_gg_::placeholder{color:var(--intergalactic-text-placeholder, #8a8e9b)}.___SValue_1v3dg_gg_:not(:disabled):-moz-read-only~.___SOutline_1v3dg_gg_{background:var(--intergalactic-bg-secondary-neutral, #f4f5f9)}.___SValue_1v3dg_gg_:not(:disabled):read-only~.___SOutline_1v3dg_gg_{background:var(--intergalactic-bg-secondary-neutral, #f4f5f9)}.___SValue_1v3dg_gg_:disabled{-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:var(--intergalactic-disabled-opacity, 0.3)}.___SInput_1v3dg_gg_.__disabled_1v3dg_gg_ .___SOutline_1v3dg_gg_,.___SValue_1v3dg_gg_:disabled~.___SOutline_1v3dg_gg_{opacity:var(--intergalactic-disabled-opacity, 0.3);cursor:default;pointer-events:none}.___SOutline_1v3dg_gg_{position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid;border-radius:var(--intergalactic-control-rounded, 6px);z-index:-1;background:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SAddon_1v3dg_gg_{display:inline-flex;justify-content:center;align-items:center;flex:0 0 auto;padding:0 var(--intergalactic-spacing-2x, 8px);height:100%;color:var(--intergalactic-icon-secondary-neutral, #a9abb6)}.___SAddon_1v3dg_gg_.__interactive_1v3dg_gg_{cursor:pointer}@media (hover:hover){.___SAddon_1v3dg_gg_.__interactive_1v3dg_gg_:hover{color:var(--intergalactic-icon-secondary-neutral-hover-active, #878992)}}.___SAddon_1v3dg_gg_.__disabled_1v3dg_gg_{opacity:var(--intergalactic-disabled-opacity, 0.3);cursor:default;pointer-events:none}.___SAddon_1v3dg_gg_._size_m_1v3dg_gg_:not(.___SButton_1v3dg_gg_){padding:0 var(--intergalactic-spacing-2x, 8px)}.___SAddon_1v3dg_gg_._size_l_1v3dg_gg_:not(.___SButton_1v3dg_gg_){padding:0 var(--intergalactic-spacing-2x, 8px)0 var(--intergalactic-spacing-3x, 12px)}.___SInput_1v3dg_gg_ .___SAddon_1v3dg_gg_:nth-last-child(2){margin-right:-1px}.___SValue_1v3dg_gg_._size_m_1v3dg_gg_{padding:0 var(--intergalactic-spacing-2x, 8px)}.___SValue_1v3dg_gg_._size_l_1v3dg_gg_{padding:0 var(--intergalactic-spacing-3x, 12px)}.___SInput_1v3dg_gg_._size_m_1v3dg_gg_{font-size:var(--intergalactic-fs-200, 14px);height:var(--intergalactic-form-control-m, 28px)}.___SInput_1v3dg_gg_._size_l_1v3dg_gg_{font-size:var(--intergalactic-fs-300, 16px);height:var(--intergalactic-form-control-l, 40px)}.___SInput_1v3dg_gg_.__focused_1v3dg_gg_{z-index:1}.___SInput_1v3dg_gg_._state_normal_1v3dg_gg_ .___SOutline_1v3dg_gg_{border-color:var(--intergalactic-border-primary, #c4c7cf)}.___SInput_1v3dg_gg_._state_normal_1v3dg_gg_.__focused_1v3dg_gg_ .___SOutline_1v3dg_gg_{border-color:var(--intergalactic-border-info-active, #006dca);box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.5))}.___SInput_1v3dg_gg_._state_valid_1v3dg_gg_ .___SOutline_1v3dg_gg_{border-color:var(--intergalactic-border-success-active, #007c65)}.___SInput_1v3dg_gg_._state_valid_1v3dg_gg_.__focused_1v3dg_gg_ .___SOutline_1v3dg_gg_{border-color:var(--intergalactic-border-success-active, #007c65);box-shadow:var(--intergalactic-keyboard-focus-valid, 0px 0px 0px 3px rgba(0, 159, 129, 0.5))}.___SInput_1v3dg_gg_._state_invalid_1v3dg_gg_ .___SOutline_1v3dg_gg_{border-color:var(--intergalactic-border-critical-active, #d1002f)}.___SInput_1v3dg_gg_._state_invalid_1v3dg_gg_.__focused_1v3dg_gg_ .___SOutline_1v3dg_gg_{border-color:var(--intergalactic-border-critical-active, #d1002f);box-shadow:var(--intergalactic-keyboard-focus-invalid, 0px 0px 0px 3px rgba(255, 73, 83, 0.5))}.___SInput_1v3dg_gg_._neighborLocation_right_1v3dg_gg_ .___SOutline_1v3dg_gg_{border-top-right-radius:0;border-bottom-right-radius:0}.___SInput_1v3dg_gg_._neighborLocation_both_1v3dg_gg_ .___SOutline_1v3dg_gg_{border-radius:0;border-left:none}.___SInput_1v3dg_gg_._neighborLocation_left_1v3dg_gg_ .___SOutline_1v3dg_gg_{border-top-left-radius:0;border-bottom-left-radius:0;border-left:none}.___SValue_1v3dg_gg_._neighborLocation_right_1v3dg_gg_{padding-right:0}.___SValue_1v3dg_gg_._neighborLocation_both_1v3dg_gg_{padding-left:0;padding-right:0}.___SValue_1v3dg_gg_._neighborLocation_left_1v3dg_gg_{padding-left:0}" /*__inner_css_end__*/, "1v3dg_gg_") /*__reshadow_css_end__*/, {
|
20
|
+
"__SInput": "___SInput_1v3dg_gg_",
|
21
|
+
"_disabled": "__disabled_1v3dg_gg_",
|
22
|
+
"__SOutline": "___SOutline_1v3dg_gg_",
|
23
|
+
"__SValue": "___SValue_1v3dg_gg_",
|
24
|
+
"__SAddon": "___SAddon_1v3dg_gg_",
|
25
|
+
"_size_m": "_size_m_1v3dg_gg_",
|
26
|
+
"__SButton": "___SButton_1v3dg_gg_",
|
27
|
+
"_size_l": "_size_l_1v3dg_gg_",
|
28
|
+
"_focused": "__focused_1v3dg_gg_",
|
29
|
+
"_neighborLocation_right": "_neighborLocation_right_1v3dg_gg_",
|
30
|
+
"_neighborLocation_both": "_neighborLocation_both_1v3dg_gg_",
|
31
|
+
"_neighborLocation_left": "_neighborLocation_left_1v3dg_gg_",
|
32
|
+
"_interactive": "__interactive_1v3dg_gg_",
|
33
|
+
"_state_normal": "_state_normal_1v3dg_gg_",
|
34
|
+
"_state_valid": "_state_valid_1v3dg_gg_",
|
35
|
+
"_state_invalid": "_state_invalid_1v3dg_gg_"
|
36
36
|
});
|
37
37
|
var Input = /*#__PURE__*/function (_Component) {
|
38
38
|
_inherits(Input, _Component);
|
@@ -32,12 +32,12 @@ var _uniqueID = _interopRequireDefault(require("intergalactic/utils/lib/uniqueID
|
|
32
32
|
var _assignProps3 = require("intergalactic/utils/lib/assignProps");
|
33
33
|
var _excluded = ["title", "placeholder", "mask", "neighborLocation", "value", "includeInputProps", "Children", "forwardRef", "uid"];
|
34
34
|
/*__reshadow-styles__:"./style/input-mask.shadow.css"*/
|
35
|
-
var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".
|
36
|
-
"__SValue": "
|
37
|
-
"__SMask": "
|
38
|
-
"__SMaskHidden": "
|
39
|
-
"__SPlaceholder": "
|
40
|
-
"__SMaskVisible": "
|
35
|
+
var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SMask_1tof5_gg_,.___SValue_1tof5_gg_{letter-spacing:.1em;text-overflow:inherit}.___SMask_1tof5_gg_{line-height:1.25;position:absolute;left:.8em;pointer-events:none;white-space:nowrap;color:var(--intergalactic-text-primary, #191b23)}.___SMask_1tof5_gg_[data-neighbor-location=both],.___SMask_1tof5_gg_[data-neighbor-location=left]{left:0}.___SMaskHidden_1tof5_gg_{opacity:0}.___SMaskHidden_1tof5_gg_:before,.___SMaskVisible_1tof5_gg_::before,.___SPlaceholder_1tof5_gg_:before{content:attr(data-content)}.___SPlaceholder_1tof5_gg_{color:var(--intergalactic-text-placeholder, #8a8e9b)}" /*__inner_css_end__*/, "1tof5_gg_") /*__reshadow_css_end__*/, {
|
36
|
+
"__SValue": "___SValue_1tof5_gg_",
|
37
|
+
"__SMask": "___SMask_1tof5_gg_",
|
38
|
+
"__SMaskHidden": "___SMaskHidden_1tof5_gg_",
|
39
|
+
"__SPlaceholder": "___SPlaceholder_1tof5_gg_",
|
40
|
+
"__SMaskVisible": "___SMaskVisible_1tof5_gg_"
|
41
41
|
});
|
42
42
|
function getAfterPositionValue(value) {
|
43
43
|
var mask = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : '';
|
@@ -25,12 +25,12 @@ import { forkRef } from 'intergalactic/utils/lib/ref';
|
|
25
25
|
import { ScreenReaderOnly } from 'intergalactic/utils/lib/ScreenReaderOnly';
|
26
26
|
import uniqueIDEnhancement from 'intergalactic/utils/lib/uniqueID';
|
27
27
|
/*__reshadow-styles__:"./style/input-mask.shadow.css"*/
|
28
|
-
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".
|
29
|
-
"__SValue": "
|
30
|
-
"__SMask": "
|
31
|
-
"__SMaskHidden": "
|
32
|
-
"__SPlaceholder": "
|
33
|
-
"__SMaskVisible": "
|
28
|
+
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SMask_1tof5_gg_,.___SValue_1tof5_gg_{letter-spacing:.1em;text-overflow:inherit}.___SMask_1tof5_gg_{line-height:1.25;position:absolute;left:.8em;pointer-events:none;white-space:nowrap;color:var(--intergalactic-text-primary, #191b23)}.___SMask_1tof5_gg_[data-neighbor-location=both],.___SMask_1tof5_gg_[data-neighbor-location=left]{left:0}.___SMaskHidden_1tof5_gg_{opacity:0}.___SMaskHidden_1tof5_gg_:before,.___SMaskVisible_1tof5_gg_::before,.___SPlaceholder_1tof5_gg_:before{content:attr(data-content)}.___SPlaceholder_1tof5_gg_{color:var(--intergalactic-text-placeholder, #8a8e9b)}" /*__inner_css_end__*/, "1tof5_gg_") /*__reshadow_css_end__*/, {
|
29
|
+
"__SValue": "___SValue_1tof5_gg_",
|
30
|
+
"__SMask": "___SMask_1tof5_gg_",
|
31
|
+
"__SMaskHidden": "___SMaskHidden_1tof5_gg_",
|
32
|
+
"__SPlaceholder": "___SPlaceholder_1tof5_gg_",
|
33
|
+
"__SMaskVisible": "___SMaskVisible_1tof5_gg_"
|
34
34
|
});
|
35
35
|
import { callAllEventHandlers } from 'intergalactic/utils/lib/assignProps';
|
36
36
|
export function getAfterPositionValue(value) {
|
@@ -21,15 +21,15 @@ var _buttons = require("./buttons");
|
|
21
21
|
var _intergalacticDynamicLocales = require("./translations/__intergalactic-dynamic-locales");
|
22
22
|
var _i18nEnhance = _interopRequireDefault(require("intergalactic/utils/lib/enhances/i18nEnhance"));
|
23
23
|
/*__reshadow-styles__:"./style/input-number.shadow.css"*/
|
24
|
-
var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".
|
25
|
-
"__SValue": "
|
26
|
-
"__SControls": "
|
27
|
-
"_showControls": "
|
28
|
-
"__SUp": "
|
29
|
-
"__SDown": "
|
30
|
-
"_disabled": "
|
31
|
-
"__SValueHidden": "
|
32
|
-
"_type_number": "
|
24
|
+
var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SValue_xm99g_gg_:focus~.___SControls_xm99g_gg_{display:flex}.___SControls_xm99g_gg_{display:none;flex-flow:column;justify-content:center;height:100%;box-sizing:border-box}.___SControls_xm99g_gg_.__showControls_xm99g_gg_{display:flex}.___SDown_xm99g_gg_,.___SUp_xm99g_gg_{padding:0;width:16px;color:var(--intergalactic-icon-secondary-neutral, #a9abb6);box-sizing:border-box;display:inline-flex;justify-content:center;border:0;background:0 0;cursor:pointer}.___SDown_xm99g_gg_:focus,.___SUp_xm99g_gg_:focus{outline:0}@media (hover:hover){.___SDown_xm99g_gg_:hover,.___SUp_xm99g_gg_:hover{color:var(--intergalactic-icon-secondary-neutral-hover-active, #878992)}}.___SUp_xm99g_gg_{padding-bottom:1px}.___SDown_xm99g_gg_{padding-top:1px}.___SValue_xm99g_gg_::-webkit-inner-spin-button,.___SValue_xm99g_gg_::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.___SValue_xm99g_gg_._type_number_xm99g_gg_{-moz-appearance:textfield}.___SValue_xm99g_gg_.__disabled_xm99g_gg_~.___SControls_xm99g_gg_{opacity:var(--intergalactic-disabled-opacity, 0.3);cursor:default;pointer-events:none}.___SValueHidden_xm99g_gg_{position:absolute;top:0;width:1px;height:1px;padding:0;overflow:hidden}" /*__inner_css_end__*/, "xm99g_gg_") /*__reshadow_css_end__*/, {
|
25
|
+
"__SValue": "___SValue_xm99g_gg_",
|
26
|
+
"__SControls": "___SControls_xm99g_gg_",
|
27
|
+
"_showControls": "__showControls_xm99g_gg_",
|
28
|
+
"__SUp": "___SUp_xm99g_gg_",
|
29
|
+
"__SDown": "___SDown_xm99g_gg_",
|
30
|
+
"_disabled": "__disabled_xm99g_gg_",
|
31
|
+
"__SValueHidden": "___SValueHidden_xm99g_gg_",
|
32
|
+
"_type_number": "_type_number_xm99g_gg_"
|
33
33
|
});
|
34
34
|
function parseValueWithMinMax(value) {
|
35
35
|
var min = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : Number.MIN_SAFE_INTEGER;
|
@@ -16,15 +16,15 @@ import { IncrementIcon, DecrementIcon } from './buttons';
|
|
16
16
|
import { localizedMessages } from './translations/__intergalactic-dynamic-locales';
|
17
17
|
import i18nEnhance from 'intergalactic/utils/lib/enhances/i18nEnhance';
|
18
18
|
/*__reshadow-styles__:"./style/input-number.shadow.css"*/
|
19
|
-
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".
|
20
|
-
"__SValue": "
|
21
|
-
"__SControls": "
|
22
|
-
"_showControls": "
|
23
|
-
"__SUp": "
|
24
|
-
"__SDown": "
|
25
|
-
"_disabled": "
|
26
|
-
"__SValueHidden": "
|
27
|
-
"_type_number": "
|
19
|
+
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SValue_xm99g_gg_:focus~.___SControls_xm99g_gg_{display:flex}.___SControls_xm99g_gg_{display:none;flex-flow:column;justify-content:center;height:100%;box-sizing:border-box}.___SControls_xm99g_gg_.__showControls_xm99g_gg_{display:flex}.___SDown_xm99g_gg_,.___SUp_xm99g_gg_{padding:0;width:16px;color:var(--intergalactic-icon-secondary-neutral, #a9abb6);box-sizing:border-box;display:inline-flex;justify-content:center;border:0;background:0 0;cursor:pointer}.___SDown_xm99g_gg_:focus,.___SUp_xm99g_gg_:focus{outline:0}@media (hover:hover){.___SDown_xm99g_gg_:hover,.___SUp_xm99g_gg_:hover{color:var(--intergalactic-icon-secondary-neutral-hover-active, #878992)}}.___SUp_xm99g_gg_{padding-bottom:1px}.___SDown_xm99g_gg_{padding-top:1px}.___SValue_xm99g_gg_::-webkit-inner-spin-button,.___SValue_xm99g_gg_::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.___SValue_xm99g_gg_._type_number_xm99g_gg_{-moz-appearance:textfield}.___SValue_xm99g_gg_.__disabled_xm99g_gg_~.___SControls_xm99g_gg_{opacity:var(--intergalactic-disabled-opacity, 0.3);cursor:default;pointer-events:none}.___SValueHidden_xm99g_gg_{position:absolute;top:0;width:1px;height:1px;padding:0;overflow:hidden}" /*__inner_css_end__*/, "xm99g_gg_") /*__reshadow_css_end__*/, {
|
20
|
+
"__SValue": "___SValue_xm99g_gg_",
|
21
|
+
"__SControls": "___SControls_xm99g_gg_",
|
22
|
+
"_showControls": "__showControls_xm99g_gg_",
|
23
|
+
"__SUp": "___SUp_xm99g_gg_",
|
24
|
+
"__SDown": "___SDown_xm99g_gg_",
|
25
|
+
"_disabled": "__disabled_xm99g_gg_",
|
26
|
+
"__SValueHidden": "___SValueHidden_xm99g_gg_",
|
27
|
+
"_type_number": "_type_number_xm99g_gg_"
|
28
28
|
});
|
29
29
|
export function parseValueWithMinMax(value) {
|
30
30
|
var min = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : Number.MIN_SAFE_INTEGER;
|
@@ -21,18 +21,18 @@ var _scrollArea = _interopRequireDefault(require("intergalactic/scroll-area"));
|
|
21
21
|
var _tag = _interopRequireDefault(require("intergalactic/tag"));
|
22
22
|
var _fire = _interopRequireDefault(require("intergalactic/utils/lib/fire"));
|
23
23
|
/*__reshadow-styles__:"./style/input-tag.shadow.css"*/
|
24
|
-
var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".
|
25
|
-
"__SInputTags": "
|
26
|
-
"__SContainer": "
|
27
|
-
"__SOutline": "
|
28
|
-
"_orientation_vertical": "
|
29
|
-
"_size_m": "
|
30
|
-
"_size_l": "
|
31
|
-
"__STag": "
|
32
|
-
"_editable": "
|
33
|
-
"__SValue": "
|
34
|
-
"__SSpacer": "
|
35
|
-
"__SListAriaWrapper": "
|
24
|
+
var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SInputTags_1yqd9_gg_{box-sizing:border-box;cursor:text;align-items:flex-start;overflow:visible;overflow:initial}.___SInputTags_1yqd9_gg_ .___SContainer_1yqd9_gg_:focus .___SOutline_1yqd9_gg_{border-color:var(--intergalactic-border-info-active, #006dca);box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.5))}.___SInputTags_1yqd9_gg_ .___SContainer_1yqd9_gg_:focus:has(.___SOutline_1yqd9_gg_)::after{box-shadow:none}.___SContainer_1yqd9_gg_{padding:1px 0;box-sizing:border-box;border-bottom:1px solid transparent;border-top:1px solid transparent}.___SInputTags_1yqd9_gg_>div>div{display:flex;align-items:center;flex-flow:row wrap}.___SInputTags_1yqd9_gg_>div[data-ui-name=\"ScrollArea.Bar\"]._orientation_vertical_1yqd9_gg_{right:1px!important}.___SInputTags_1yqd9_gg_._size_m_1yqd9_gg_{min-height:var(--intergalactic-form-control-m, 28px);height:auto;padding:0 calc(var(--intergalactic-spacing-1x, 4px) + var(--intergalactic-spacing-05x, 2px))}.___SInputTags_1yqd9_gg_._size_l_1yqd9_gg_{min-height:var(--intergalactic-form-control-l, 40px);height:auto;padding:0 calc(var(--intergalactic-spacing-2x, 8px) + var(--intergalactic-spacing-05x, 2px))}.___STag_1yqd9_gg_{margin:var(--intergalactic-spacing-05x, 2px)}.___STag_1yqd9_gg_.__editable_1yqd9_gg_{cursor:pointer}.___SInputTags_1yqd9_gg_._size_m_1yqd9_gg_ .___SValue_1yqd9_gg_{height:calc(var(--intergalactic-form-control-m, 28px) - var(--intergalactic-spacing-1x, 4px))}.___SInputTags_1yqd9_gg_._size_l_1yqd9_gg_ .___SValue_1yqd9_gg_{height:calc(var(--intergalactic-form-control-l, 40px) - var(--intergalactic-spacing-1x, 4px))}.___SValue_1yqd9_gg_{padding:0!important;margin-left:var(--intergalactic-spacing-05x, 2px);margin-right:var(--intergalactic-spacing-05x, 2px)}.___SSpacer_1yqd9_gg_{position:absolute;top:0;left:0;visibility:hidden;height:0;overflow:scroll;white-space:pre;font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;letter-spacing:inherit;text-transform:inherit}.___SListAriaWrapper_1yqd9_gg_{display:contents}" /*__inner_css_end__*/, "1yqd9_gg_") /*__reshadow_css_end__*/, {
|
25
|
+
"__SInputTags": "___SInputTags_1yqd9_gg_",
|
26
|
+
"__SContainer": "___SContainer_1yqd9_gg_",
|
27
|
+
"__SOutline": "___SOutline_1yqd9_gg_",
|
28
|
+
"_orientation_vertical": "_orientation_vertical_1yqd9_gg_",
|
29
|
+
"_size_m": "_size_m_1yqd9_gg_",
|
30
|
+
"_size_l": "_size_l_1yqd9_gg_",
|
31
|
+
"__STag": "___STag_1yqd9_gg_",
|
32
|
+
"_editable": "__editable_1yqd9_gg_",
|
33
|
+
"__SValue": "___SValue_1yqd9_gg_",
|
34
|
+
"__SSpacer": "___SSpacer_1yqd9_gg_",
|
35
|
+
"__SListAriaWrapper": "___SListAriaWrapper_1yqd9_gg_"
|
36
36
|
});
|
37
37
|
/** @deprecated */
|
38
38
|
var InputTags = /*#__PURE__*/function (_Component) {
|
@@ -17,18 +17,18 @@ import ScrollArea from 'intergalactic/scroll-area';
|
|
17
17
|
import Tag from 'intergalactic/tag';
|
18
18
|
import fire from 'intergalactic/utils/lib/fire';
|
19
19
|
/*__reshadow-styles__:"./style/input-tag.shadow.css"*/
|
20
|
-
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".
|
21
|
-
"__SInputTags": "
|
22
|
-
"__SContainer": "
|
23
|
-
"__SOutline": "
|
24
|
-
"_orientation_vertical": "
|
25
|
-
"_size_m": "
|
26
|
-
"_size_l": "
|
27
|
-
"__STag": "
|
28
|
-
"_editable": "
|
29
|
-
"__SValue": "
|
30
|
-
"__SSpacer": "
|
31
|
-
"__SListAriaWrapper": "
|
20
|
+
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SInputTags_1yqd9_gg_{box-sizing:border-box;cursor:text;align-items:flex-start;overflow:visible;overflow:initial}.___SInputTags_1yqd9_gg_ .___SContainer_1yqd9_gg_:focus .___SOutline_1yqd9_gg_{border-color:var(--intergalactic-border-info-active, #006dca);box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.5))}.___SInputTags_1yqd9_gg_ .___SContainer_1yqd9_gg_:focus:has(.___SOutline_1yqd9_gg_)::after{box-shadow:none}.___SContainer_1yqd9_gg_{padding:1px 0;box-sizing:border-box;border-bottom:1px solid transparent;border-top:1px solid transparent}.___SInputTags_1yqd9_gg_>div>div{display:flex;align-items:center;flex-flow:row wrap}.___SInputTags_1yqd9_gg_>div[data-ui-name=\"ScrollArea.Bar\"]._orientation_vertical_1yqd9_gg_{right:1px!important}.___SInputTags_1yqd9_gg_._size_m_1yqd9_gg_{min-height:var(--intergalactic-form-control-m, 28px);height:auto;padding:0 calc(var(--intergalactic-spacing-1x, 4px) + var(--intergalactic-spacing-05x, 2px))}.___SInputTags_1yqd9_gg_._size_l_1yqd9_gg_{min-height:var(--intergalactic-form-control-l, 40px);height:auto;padding:0 calc(var(--intergalactic-spacing-2x, 8px) + var(--intergalactic-spacing-05x, 2px))}.___STag_1yqd9_gg_{margin:var(--intergalactic-spacing-05x, 2px)}.___STag_1yqd9_gg_.__editable_1yqd9_gg_{cursor:pointer}.___SInputTags_1yqd9_gg_._size_m_1yqd9_gg_ .___SValue_1yqd9_gg_{height:calc(var(--intergalactic-form-control-m, 28px) - var(--intergalactic-spacing-1x, 4px))}.___SInputTags_1yqd9_gg_._size_l_1yqd9_gg_ .___SValue_1yqd9_gg_{height:calc(var(--intergalactic-form-control-l, 40px) - var(--intergalactic-spacing-1x, 4px))}.___SValue_1yqd9_gg_{padding:0!important;margin-left:var(--intergalactic-spacing-05x, 2px);margin-right:var(--intergalactic-spacing-05x, 2px)}.___SSpacer_1yqd9_gg_{position:absolute;top:0;left:0;visibility:hidden;height:0;overflow:scroll;white-space:pre;font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;letter-spacing:inherit;text-transform:inherit}.___SListAriaWrapper_1yqd9_gg_{display:contents}" /*__inner_css_end__*/, "1yqd9_gg_") /*__reshadow_css_end__*/, {
|
21
|
+
"__SInputTags": "___SInputTags_1yqd9_gg_",
|
22
|
+
"__SContainer": "___SContainer_1yqd9_gg_",
|
23
|
+
"__SOutline": "___SOutline_1yqd9_gg_",
|
24
|
+
"_orientation_vertical": "_orientation_vertical_1yqd9_gg_",
|
25
|
+
"_size_m": "_size_m_1yqd9_gg_",
|
26
|
+
"_size_l": "_size_l_1yqd9_gg_",
|
27
|
+
"__STag": "___STag_1yqd9_gg_",
|
28
|
+
"_editable": "__editable_1yqd9_gg_",
|
29
|
+
"__SValue": "___SValue_1yqd9_gg_",
|
30
|
+
"__SSpacer": "___SSpacer_1yqd9_gg_",
|
31
|
+
"__SListAriaWrapper": "___SListAriaWrapper_1yqd9_gg_"
|
32
32
|
});
|
33
33
|
/** @deprecated */
|
34
34
|
var InputTags = /*#__PURE__*/function (_Component) {
|