intergalactic 15.98.2 → 15.99.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 +47 -0
- package/accordion/index.d.ts +6 -0
- package/accordion/lib/cjs/Accordion.js +21 -13
- package/accordion/lib/cjs/Accordion.js.map +1 -1
- package/accordion/lib/cjs/index.d.js.map +1 -1
- package/accordion/lib/cjs/style/accordion.shadow.css +12 -0
- package/accordion/lib/es6/Accordion.js +21 -13
- package/accordion/lib/es6/Accordion.js.map +1 -1
- package/accordion/lib/es6/index.d.js.map +1 -1
- package/accordion/lib/es6/style/accordion.shadow.css +12 -0
- package/accordion/lib/types/index.d.ts +6 -0
- 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 +8 -8
- package/breadcrumbs/lib/es6/Breadcrumbs.js +8 -8
- 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 +21 -21
- package/carousel/lib/es6/Carousel.js +21 -21
- 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 +11 -11
- package/counter/lib/es6/Counter.js +11 -11
- 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/Reference.js +12 -12
- 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/Reference.js +12 -12
- 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/Body.js +2 -1
- package/data-table/lib/cjs/Body.js.map +1 -1
- package/data-table/lib/cjs/DataTable.js +37 -37
- package/data-table/lib/es6/Body.js +2 -1
- package/data-table/lib/es6/Body.js.map +1 -1
- package/data-table/lib/es6/DataTable.js +37 -37
- package/date-picker/lib/cjs/components/Calendar.js +21 -21
- package/date-picker/lib/cjs/components/DateRangeComparatorAbstract.js +29 -29
- package/date-picker/lib/cjs/components/InputTrigger.js +29 -29
- package/date-picker/lib/cjs/components/PickerAbstract.js +29 -29
- package/date-picker/lib/cjs/components/RangePickerAbstract.js +29 -29
- package/date-picker/lib/es6/components/Calendar.js +21 -21
- package/date-picker/lib/es6/components/DateRangeComparatorAbstract.js +29 -29
- package/date-picker/lib/es6/components/InputTrigger.js +29 -29
- package/date-picker/lib/es6/components/PickerAbstract.js +29 -29
- package/date-picker/lib/es6/components/RangePickerAbstract.js +29 -29
- package/divider/lib/cjs/Divider.js +9 -9
- package/divider/lib/es6/Divider.js +9 -9
- package/dot/lib/cjs/Dot.js +10 -10
- package/dot/lib/es6/Dot.js +10 -10
- package/drag-and-drop/lib/cjs/DragAndDrop.js +16 -16
- package/drag-and-drop/lib/es6/DragAndDrop.js +16 -16
- package/dropdown/lib/cjs/Dropdown.js +2 -2
- package/dropdown/lib/es6/Dropdown.js +2 -2
- package/dropdown-menu/lib/cjs/DropdownMenu.js +22 -19
- package/dropdown-menu/lib/cjs/DropdownMenu.js.map +1 -1
- package/dropdown-menu/lib/cjs/style/dropdown-menu.shadow.css +87 -1
- package/dropdown-menu/lib/es6/DropdownMenu.js +22 -19
- package/dropdown-menu/lib/es6/DropdownMenu.js.map +1 -1
- package/dropdown-menu/lib/es6/style/dropdown-menu.shadow.css +87 -1
- 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/cjs/component/checkbox-button/CheckboxButton.js +3 -3
- package/feedback-form/lib/cjs/component/feedback-rating/FeedbackRating.js +2 -2
- package/feedback-form/lib/cjs/component/slider-rating/SliderRating.js +6 -6
- package/feedback-form/lib/es6/FeedbackForm.js +7 -7
- package/feedback-form/lib/es6/component/checkbox-button/CheckboxButton.js +3 -3
- package/feedback-form/lib/es6/component/feedback-rating/FeedbackRating.js +2 -2
- package/feedback-form/lib/es6/component/slider-rating/SliderRating.js +6 -6
- 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/i18n-unplugin/index.d.ts +25 -0
- package/i18n-unplugin/lib/cjs/index.js +38 -7
- package/i18n-unplugin/lib/cjs/index.js.map +1 -1
- package/i18n-unplugin/lib/es6/index.js +32 -6
- package/i18n-unplugin/lib/es6/index.js.map +1 -1
- package/i18n-unplugin/lib/types/index.d.ts +25 -0
- package/icon/AdBottom/m/index.js +3 -3
- package/icon/AdBottom/m/index.mjs +3 -3
- package/icon/AdMiddle/l/index.d.ts +6 -0
- package/icon/AdMiddle/l/index.js +46 -0
- package/icon/AdMiddle/l/index.mjs +34 -0
- package/icon/AdMiddle/m/index.d.ts +6 -0
- package/icon/AdMiddle/m/index.js +46 -0
- package/icon/AdMiddle/m/index.mjs +34 -0
- package/icon/AdTop/m/index.js +3 -3
- package/icon/AdTop/m/index.mjs +3 -3
- package/icon/PositionMiddle/l/index.d.ts +6 -0
- package/icon/PositionMiddle/l/index.js +41 -0
- package/icon/PositionMiddle/l/index.mjs +29 -0
- package/icon/PositionMiddle/m/index.d.ts +6 -0
- package/icon/PositionMiddle/m/index.js +41 -0
- package/icon/PositionMiddle/m/index.mjs +29 -0
- 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/AccessDenied/index.d.ts +27 -3
- package/illustration/AccessDenied/index.js +211 -205
- package/illustration/AccessDenied/index.mjs +211 -205
- package/illustration/AccessLogIn/index.d.ts +27 -3
- package/illustration/AccessLogIn/index.js +313 -307
- package/illustration/AccessLogIn/index.mjs +313 -307
- package/illustration/AreaChart/index.d.ts +27 -3
- package/illustration/AreaChart/index.js +58 -52
- package/illustration/AreaChart/index.mjs +58 -52
- package/illustration/Blocked/index.d.ts +27 -3
- package/illustration/Blocked/index.js +462 -456
- package/illustration/Blocked/index.mjs +462 -456
- package/illustration/ChoroplethMapChart/index.d.ts +27 -3
- package/illustration/ChoroplethMapChart/index.js +80 -74
- package/illustration/ChoroplethMapChart/index.mjs +80 -74
- package/illustration/Coffee/index.d.ts +27 -3
- package/illustration/Coffee/index.js +65 -59
- package/illustration/Coffee/index.mjs +65 -59
- package/illustration/Collection/index.d.ts +27 -3
- package/illustration/Collection/index.js +59 -53
- package/illustration/Collection/index.mjs +59 -53
- package/illustration/CombinedChart/index.d.ts +27 -3
- package/illustration/CombinedChart/index.js +87 -81
- package/illustration/CombinedChart/index.mjs +87 -81
- package/illustration/Confirmation/index.d.ts +27 -3
- package/illustration/Confirmation/index.js +236 -230
- package/illustration/Confirmation/index.mjs +236 -230
- package/illustration/Congrats/index.d.ts +27 -3
- package/illustration/Congrats/index.js +116 -110
- package/illustration/Congrats/index.mjs +116 -110
- package/illustration/ConnectionLost/index.d.ts +27 -3
- package/illustration/ConnectionLost/index.js +268 -262
- package/illustration/ConnectionLost/index.mjs +268 -262
- package/illustration/DeletedAccount/index.d.ts +27 -3
- package/illustration/DeletedAccount/index.js +345 -339
- package/illustration/DeletedAccount/index.mjs +345 -339
- package/illustration/DeletedPage/index.d.ts +27 -3
- package/illustration/DeletedPage/index.js +50 -44
- package/illustration/DeletedPage/index.mjs +50 -44
- package/illustration/Dns/index.d.ts +27 -3
- package/illustration/Dns/index.js +149 -143
- package/illustration/Dns/index.mjs +149 -143
- package/illustration/DonutChart/index.d.ts +27 -3
- package/illustration/DonutChart/index.js +100 -94
- package/illustration/DonutChart/index.mjs +100 -94
- package/illustration/Duplicates/index.d.ts +27 -3
- package/illustration/Duplicates/index.js +77 -71
- package/illustration/Duplicates/index.mjs +77 -71
- package/illustration/Feedback/index.d.ts +27 -3
- package/illustration/Feedback/index.js +65 -59
- package/illustration/Feedback/index.mjs +65 -59
- package/illustration/FunnelChart/index.d.ts +27 -3
- package/illustration/FunnelChart/index.js +67 -61
- package/illustration/FunnelChart/index.mjs +67 -61
- package/illustration/Good/index.d.ts +27 -3
- package/illustration/Good/index.js +100 -94
- package/illustration/Good/index.mjs +100 -94
- package/illustration/HeatMapChart/index.d.ts +27 -3
- package/illustration/HeatMapChart/index.js +85 -79
- package/illustration/HeatMapChart/index.mjs +85 -79
- package/illustration/HorizontalBarChart/index.d.ts +27 -3
- package/illustration/HorizontalBarChart/index.js +71 -65
- package/illustration/HorizontalBarChart/index.mjs +71 -65
- package/illustration/KagiChart/index.d.ts +27 -3
- package/illustration/KagiChart/index.js +52 -46
- package/illustration/KagiChart/index.mjs +52 -46
- package/illustration/LineChart/index.d.ts +27 -3
- package/illustration/LineChart/index.js +55 -49
- package/illustration/LineChart/index.mjs +55 -49
- package/illustration/LollipopChart/index.d.ts +27 -3
- package/illustration/LollipopChart/index.js +72 -66
- package/illustration/LollipopChart/index.mjs +72 -66
- package/illustration/MailSent/index.d.ts +27 -3
- package/illustration/MailSent/index.js +111 -105
- package/illustration/MailSent/index.mjs +111 -105
- package/illustration/Maintenance/index.d.ts +27 -3
- package/illustration/Maintenance/index.js +332 -326
- package/illustration/Maintenance/index.mjs +332 -326
- package/illustration/Nexttime/index.d.ts +27 -3
- package/illustration/Nexttime/index.js +79 -73
- package/illustration/Nexttime/index.mjs +79 -73
- package/illustration/NoPayment/index.d.ts +27 -3
- package/illustration/NoPayment/index.js +273 -267
- package/illustration/NoPayment/index.mjs +273 -267
- package/illustration/NothingFound/index.d.ts +27 -3
- package/illustration/NothingFound/index.js +103 -97
- package/illustration/NothingFound/index.mjs +103 -97
- package/illustration/OtherData/index.d.ts +27 -3
- package/illustration/OtherData/index.js +86 -80
- package/illustration/OtherData/index.mjs +86 -80
- package/illustration/PageError/index.d.ts +27 -3
- package/illustration/PageError/index.js +193 -187
- package/illustration/PageError/index.mjs +193 -187
- package/illustration/PageNotFound/index.d.ts +27 -3
- package/illustration/PageNotFound/index.js +253 -247
- package/illustration/PageNotFound/index.mjs +253 -247
- package/illustration/PieChart/index.d.ts +27 -3
- package/illustration/PieChart/index.js +85 -79
- package/illustration/PieChart/index.mjs +85 -79
- package/illustration/Processing/index.d.ts +27 -3
- package/illustration/Processing/index.js +65 -59
- package/illustration/Processing/index.mjs +65 -59
- package/illustration/ProjectNotFound/index.d.ts +27 -3
- package/illustration/ProjectNotFound/index.js +216 -210
- package/illustration/ProjectNotFound/index.mjs +216 -210
- package/illustration/RadarChart/index.d.ts +27 -3
- package/illustration/RadarChart/index.js +64 -58
- package/illustration/RadarChart/index.mjs +64 -58
- package/illustration/RadialTreeChart/index.d.ts +27 -3
- package/illustration/RadialTreeChart/index.js +106 -100
- package/illustration/RadialTreeChart/index.mjs +106 -100
- package/illustration/SankeyChart/index.d.ts +27 -3
- package/illustration/SankeyChart/index.js +92 -86
- package/illustration/SankeyChart/index.mjs +92 -86
- package/illustration/ScatterPlotChart/index.d.ts +27 -3
- package/illustration/ScatterPlotChart/index.js +77 -71
- package/illustration/ScatterPlotChart/index.mjs +77 -71
- package/illustration/StackedAreaChart/index.d.ts +27 -3
- package/illustration/StackedAreaChart/index.js +79 -73
- package/illustration/StackedAreaChart/index.mjs +79 -73
- package/illustration/Suggestion/index.d.ts +27 -3
- package/illustration/Suggestion/index.js +63 -57
- package/illustration/Suggestion/index.mjs +63 -57
- package/illustration/Suggestions/index.d.ts +27 -3
- package/illustration/Suggestions/index.js +66 -60
- package/illustration/Suggestions/index.mjs +66 -60
- package/illustration/Table/index.d.ts +27 -3
- package/illustration/Table/index.js +50 -44
- package/illustration/Table/index.mjs +50 -44
- package/illustration/TagCloud/index.d.ts +27 -3
- package/illustration/TagCloud/index.js +77 -71
- package/illustration/TagCloud/index.mjs +77 -71
- package/illustration/TextLinksEtc/index.d.ts +27 -3
- package/illustration/TextLinksEtc/index.js +53 -47
- package/illustration/TextLinksEtc/index.mjs +53 -47
- package/illustration/Timeout/index.d.ts +27 -3
- package/illustration/Timeout/index.js +350 -344
- package/illustration/Timeout/index.mjs +350 -344
- package/illustration/UnderConstruction/index.d.ts +27 -3
- package/illustration/UnderConstruction/index.js +112 -106
- package/illustration/UnderConstruction/index.mjs +112 -106
- package/illustration/VennChart/index.d.ts +27 -3
- package/illustration/VennChart/index.js +78 -72
- package/illustration/VennChart/index.mjs +78 -72
- package/illustration/VerticalBarChart/index.d.ts +27 -3
- package/illustration/VerticalBarChart/index.js +72 -66
- package/illustration/VerticalBarChart/index.mjs +72 -66
- package/illustration/Waiting/index.d.ts +27 -3
- package/illustration/Waiting/index.js +65 -59
- package/illustration/Waiting/index.mjs +65 -59
- package/illustration/Warning/index.d.ts +27 -3
- package/illustration/Warning/index.js +60 -54
- package/illustration/Warning/index.mjs +60 -54
- 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 +14 -14
- package/inline-input/lib/es6/InlineInput.js +14 -14
- 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/cjs/modal.vo-test.js +1 -2
- package/modal/lib/cjs/modal.vo-test.js.map +1 -1
- package/modal/lib/es6/Modal.js +9 -9
- package/modal/lib/es6/modal.vo-test.js +1 -2
- package/modal/lib/es6/modal.vo-test.js.map +1 -1
- package/notice/lib/cjs/Notice.js +14 -14
- package/notice/lib/es6/Notice.js +14 -14
- 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 -1
- package/pagination/lib/cjs/Pagination.js +10 -10
- package/pagination/lib/es6/Pagination.js +10 -10
- package/pills/lib/cjs/Pills.js +13 -13
- package/pills/lib/es6/Pills.js +13 -13
- package/popper/lib/cjs/Popper.js +6 -6
- package/popper/lib/es6/Popper.js +6 -6
- package/product-head/lib/cjs/Info.js +4 -4
- package/product-head/lib/cjs/ProductHead.js +5 -5
- package/product-head/lib/cjs/Title.js +4 -4
- package/product-head/lib/es6/Info.js +4 -4
- package/product-head/lib/es6/ProductHead.js +5 -5
- package/product-head/lib/es6/Title.js +4 -4
- package/progress-bar/lib/cjs/ProgressBar.js +15 -15
- package/progress-bar/lib/es6/ProgressBar.js +15 -15
- package/radio/lib/cjs/Radio.js +16 -16
- package/radio/lib/es6/Radio.js +16 -16
- package/scroll-area/lib/cjs/ScrollArea.js +21 -21
- package/scroll-area/lib/cjs/ScrollBar.js +6 -6
- package/scroll-area/lib/es6/ScrollArea.js +21 -21
- package/scroll-area/lib/es6/ScrollBar.js +6 -6
- package/select/lib/cjs/InputSearch.js +6 -6
- package/select/lib/cjs/Select.js +8 -8
- package/select/lib/es6/InputSearch.js +6 -6
- package/select/lib/es6/Select.js +8 -8
- package/side-panel/lib/cjs/SidePanel.js +64 -32
- package/side-panel/lib/cjs/SidePanel.js.map +1 -1
- package/side-panel/lib/cjs/style/side-panel.shadow.css +26 -18
- package/side-panel/lib/cjs/translations/__intergalactic-dynamic-locales.js +39 -0
- package/side-panel/lib/cjs/translations/__intergalactic-dynamic-locales.js.map +1 -0
- package/side-panel/lib/cjs/translations/de.json +3 -0
- package/side-panel/lib/cjs/translations/en.json +3 -0
- package/side-panel/lib/cjs/translations/es.json +3 -0
- package/side-panel/lib/cjs/translations/fr.json +3 -0
- package/side-panel/lib/cjs/translations/it.json +3 -0
- package/side-panel/lib/cjs/translations/ja.json +3 -0
- package/side-panel/lib/cjs/translations/ko.json +3 -0
- package/side-panel/lib/cjs/translations/nl.json +3 -0
- package/side-panel/lib/cjs/translations/pl.json +3 -0
- package/side-panel/lib/cjs/translations/pt.json +3 -0
- package/side-panel/lib/cjs/translations/sv.json +3 -0
- package/side-panel/lib/cjs/translations/tr.json +3 -0
- package/side-panel/lib/cjs/translations/vi.json +3 -0
- package/side-panel/lib/cjs/translations/zh.json +3 -0
- package/side-panel/lib/es6/SidePanel.js +64 -32
- package/side-panel/lib/es6/SidePanel.js.map +1 -1
- package/side-panel/lib/es6/style/side-panel.shadow.css +26 -18
- package/side-panel/lib/es6/translations/__intergalactic-dynamic-locales.js +31 -0
- package/side-panel/lib/es6/translations/__intergalactic-dynamic-locales.js.map +1 -0
- package/side-panel/lib/es6/translations/de.json +3 -0
- package/side-panel/lib/es6/translations/en.json +3 -0
- package/side-panel/lib/es6/translations/es.json +3 -0
- package/side-panel/lib/es6/translations/fr.json +3 -0
- package/side-panel/lib/es6/translations/it.json +3 -0
- package/side-panel/lib/es6/translations/ja.json +3 -0
- package/side-panel/lib/es6/translations/ko.json +3 -0
- package/side-panel/lib/es6/translations/nl.json +3 -0
- package/side-panel/lib/es6/translations/pl.json +3 -0
- package/side-panel/lib/es6/translations/pt.json +3 -0
- package/side-panel/lib/es6/translations/sv.json +3 -0
- package/side-panel/lib/es6/translations/tr.json +3 -0
- package/side-panel/lib/es6/translations/vi.json +3 -0
- package/side-panel/lib/es6/translations/zh.json +3 -0
- package/skeleton/index.d.ts +6 -0
- 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 +40 -10
- package/skeleton/lib/cjs/Skeleton.js.map +1 -1
- package/skeleton/lib/cjs/index.d.js.map +1 -1
- 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 +40 -10
- package/skeleton/lib/es6/Skeleton.js.map +1 -1
- package/skeleton/lib/es6/index.d.js.map +1 -1
- package/skeleton/lib/types/index.d.ts +6 -0
- package/slider/lib/cjs/Slider.js +11 -10
- package/slider/lib/cjs/Slider.js.map +1 -1
- package/slider/lib/cjs/style/slider.shadow.css +6 -2
- package/slider/lib/es6/Slider.js +11 -10
- package/slider/lib/es6/Slider.js.map +1 -1
- package/slider/lib/es6/style/slider.shadow.css +6 -2
- 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 +8 -8
- package/tooltip/lib/es6/Tooltip.js +8 -8
- package/typography/lib/cjs/Blockquote.js +4 -4
- package/typography/lib/cjs/Hint.js +7 -7
- package/typography/lib/cjs/List.js +5 -5
- package/typography/lib/cjs/Text.js +34 -34
- package/typography/lib/es6/Blockquote.js +4 -4
- package/typography/lib/es6/Hint.js +7 -7
- package/typography/lib/es6/List.js +5 -5
- package/typography/lib/es6/Text.js +34 -34
- package/utils/lib/components/invalid-state-pattern/InvalidStatePattern.js +2 -2
- package/utils/lib/components/invalid-state-pattern/InvalidStatePattern.mjs +2 -2
- package/utils/lib/injectStyle.js +1 -1
- package/utils/lib/injectStyle.mjs +1 -1
- package/utils/lib/themes/auto.css +2 -2
- package/utils/lib/themes/default.css +2 -2
- package/utils/lib/themes/default.json +2 -2
- package/utils/lib/themes/light.css +2 -2
- package/utils/lib/themes/light.json +2 -2
- package/widget-empty/lib/cjs/WidgetEmpty.js +5 -5
- package/widget-empty/lib/es6/WidgetEmpty.js +5 -5
- package/wizard/lib/cjs/Wizard.js +11 -11
- package/wizard/lib/es6/Wizard.js +11 -11
- package/dropdown-menu/lib/cjs/style/scroll-area.shadow.css +0 -85
- package/dropdown-menu/lib/cjs/styleScrollArea.js +0 -23
- package/dropdown-menu/lib/cjs/styleScrollArea.js.map +0 -1
- package/dropdown-menu/lib/es6/style/scroll-area.shadow.css +0 -85
- package/dropdown-menu/lib/es6/styleScrollArea.js +0 -16
- package/dropdown-menu/lib/es6/styleScrollArea.js.map +0 -1
@@ -24,15 +24,15 @@ var _intergalacticDynamicLocales = require("./translations/__intergalactic-dynam
|
|
24
24
|
var _i18nEnhance = _interopRequireDefault(require("intergalactic/utils/lib/enhances/i18nEnhance"));
|
25
25
|
var _ref7 = require("intergalactic/utils/lib/ref");
|
26
26
|
/*__reshadow-styles__:"./style/input-number.shadow.css"*/
|
27
|
-
var style = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/".
|
28
|
-
"__SValue": "
|
29
|
-
"__SControls": "
|
30
|
-
"_showControls": "
|
31
|
-
"__SUp": "
|
32
|
-
"__SDown": "
|
33
|
-
"_disabled": "
|
34
|
-
"__SValueHidden": "
|
35
|
-
"_type_number": "
|
27
|
+
var style = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/".___SValue_1r1ip_gg_:focus~.___SControls_1r1ip_gg_{display:flex}.___SControls_1r1ip_gg_{display:none;flex-flow:column;justify-content:center;height:100%;box-sizing:border-box}.___SControls_1r1ip_gg_.__showControls_1r1ip_gg_{display:flex}.___SDown_1r1ip_gg_,.___SUp_1r1ip_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_1r1ip_gg_:focus,.___SUp_1r1ip_gg_:focus{outline:0}@media (hover:hover){.___SDown_1r1ip_gg_:hover,.___SUp_1r1ip_gg_:hover{color:var(--intergalactic-icon-secondary-neutral-hover-active, #878992)}}.___SUp_1r1ip_gg_{padding-bottom:1px}.___SDown_1r1ip_gg_{padding-top:1px}.___SValue_1r1ip_gg_::-webkit-inner-spin-button,.___SValue_1r1ip_gg_::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.___SValue_1r1ip_gg_._type_number_1r1ip_gg_{-moz-appearance:textfield}.___SValue_1r1ip_gg_.__disabled_1r1ip_gg_~.___SControls_1r1ip_gg_{opacity:var(--intergalactic-disabled-opacity, 0.3);cursor:default;pointer-events:none}.___SValueHidden_1r1ip_gg_{position:absolute;top:0;width:1px;height:1px;padding:0;overflow:hidden}" /*__inner_css_end__*/, "1r1ip_gg_") /*__reshadow_css_end__*/, {
|
28
|
+
"__SValue": "___SValue_1r1ip_gg_",
|
29
|
+
"__SControls": "___SControls_1r1ip_gg_",
|
30
|
+
"_showControls": "__showControls_1r1ip_gg_",
|
31
|
+
"__SUp": "___SUp_1r1ip_gg_",
|
32
|
+
"__SDown": "___SDown_1r1ip_gg_",
|
33
|
+
"_disabled": "__disabled_1r1ip_gg_",
|
34
|
+
"__SValueHidden": "___SValueHidden_1r1ip_gg_",
|
35
|
+
"_type_number": "_type_number_1r1ip_gg_"
|
36
36
|
});
|
37
37
|
function parseValueWithMinMax(value) {
|
38
38
|
var min = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : Number.MIN_SAFE_INTEGER;
|
@@ -17,15 +17,15 @@ import { IncrementIcon, DecrementIcon } from './buttons';
|
|
17
17
|
import { localizedMessages } from './translations/__intergalactic-dynamic-locales';
|
18
18
|
import i18nEnhance from 'intergalactic/utils/lib/enhances/i18nEnhance';
|
19
19
|
/*__reshadow-styles__:"./style/input-number.shadow.css"*/
|
20
|
-
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".
|
21
|
-
"__SValue": "
|
22
|
-
"__SControls": "
|
23
|
-
"_showControls": "
|
24
|
-
"__SUp": "
|
25
|
-
"__SDown": "
|
26
|
-
"_disabled": "
|
27
|
-
"__SValueHidden": "
|
28
|
-
"_type_number": "
|
20
|
+
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SValue_1r1ip_gg_:focus~.___SControls_1r1ip_gg_{display:flex}.___SControls_1r1ip_gg_{display:none;flex-flow:column;justify-content:center;height:100%;box-sizing:border-box}.___SControls_1r1ip_gg_.__showControls_1r1ip_gg_{display:flex}.___SDown_1r1ip_gg_,.___SUp_1r1ip_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_1r1ip_gg_:focus,.___SUp_1r1ip_gg_:focus{outline:0}@media (hover:hover){.___SDown_1r1ip_gg_:hover,.___SUp_1r1ip_gg_:hover{color:var(--intergalactic-icon-secondary-neutral-hover-active, #878992)}}.___SUp_1r1ip_gg_{padding-bottom:1px}.___SDown_1r1ip_gg_{padding-top:1px}.___SValue_1r1ip_gg_::-webkit-inner-spin-button,.___SValue_1r1ip_gg_::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.___SValue_1r1ip_gg_._type_number_1r1ip_gg_{-moz-appearance:textfield}.___SValue_1r1ip_gg_.__disabled_1r1ip_gg_~.___SControls_1r1ip_gg_{opacity:var(--intergalactic-disabled-opacity, 0.3);cursor:default;pointer-events:none}.___SValueHidden_1r1ip_gg_{position:absolute;top:0;width:1px;height:1px;padding:0;overflow:hidden}" /*__inner_css_end__*/, "1r1ip_gg_") /*__reshadow_css_end__*/, {
|
21
|
+
"__SValue": "___SValue_1r1ip_gg_",
|
22
|
+
"__SControls": "___SControls_1r1ip_gg_",
|
23
|
+
"_showControls": "__showControls_1r1ip_gg_",
|
24
|
+
"__SUp": "___SUp_1r1ip_gg_",
|
25
|
+
"__SDown": "___SDown_1r1ip_gg_",
|
26
|
+
"_disabled": "__disabled_1r1ip_gg_",
|
27
|
+
"__SValueHidden": "___SValueHidden_1r1ip_gg_",
|
28
|
+
"_type_number": "_type_number_1r1ip_gg_"
|
29
29
|
});
|
30
30
|
import { forkRef } from 'intergalactic/utils/lib/ref';
|
31
31
|
export function parseValueWithMinMax(value) {
|
@@ -22,18 +22,18 @@ var _scrollArea = _interopRequireDefault(require("intergalactic/scroll-area"));
|
|
22
22
|
var _tag = _interopRequireDefault(require("intergalactic/tag"));
|
23
23
|
var _fire = _interopRequireDefault(require("intergalactic/utils/lib/fire"));
|
24
24
|
/*__reshadow-styles__:"./style/input-tag.shadow.css"*/
|
25
|
-
var style = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/".
|
26
|
-
"__SInputTags": "
|
27
|
-
"__SContainer": "
|
28
|
-
"__SOutline": "
|
29
|
-
"_orientation_vertical": "
|
30
|
-
"_size_m": "
|
31
|
-
"_size_l": "
|
32
|
-
"__STag": "
|
33
|
-
"_editable": "
|
34
|
-
"__SValue": "
|
35
|
-
"__SSpacer": "
|
36
|
-
"__SListAriaWrapper": "
|
25
|
+
var style = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/".___SInputTags_1swvg_gg_{box-sizing:border-box;cursor:text;align-items:flex-start;overflow:visible;overflow:initial}.___SInputTags_1swvg_gg_ .___SContainer_1swvg_gg_:focus .___SOutline_1swvg_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_1swvg_gg_ .___SContainer_1swvg_gg_:focus:has(.___SOutline_1swvg_gg_)::after{box-shadow:none}.___SContainer_1swvg_gg_{padding:1px 0;box-sizing:border-box;border-bottom:1px solid transparent;border-top:1px solid transparent}.___SInputTags_1swvg_gg_>div>div{display:flex;align-items:center;flex-flow:row wrap}.___SInputTags_1swvg_gg_>div[data-ui-name=\"ScrollArea.Bar\"]._orientation_vertical_1swvg_gg_{right:1px!important}.___SInputTags_1swvg_gg_._size_m_1swvg_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_1swvg_gg_._size_l_1swvg_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_1swvg_gg_{margin:var(--intergalactic-spacing-05x, 2px)}.___STag_1swvg_gg_.__editable_1swvg_gg_{cursor:pointer}.___SInputTags_1swvg_gg_._size_m_1swvg_gg_ .___SValue_1swvg_gg_{height:calc(var(--intergalactic-form-control-m, 28px) - var(--intergalactic-spacing-1x, 4px))}.___SInputTags_1swvg_gg_._size_l_1swvg_gg_ .___SValue_1swvg_gg_{height:calc(var(--intergalactic-form-control-l, 40px) - var(--intergalactic-spacing-1x, 4px))}.___SValue_1swvg_gg_{padding:0!important;margin-left:var(--intergalactic-spacing-05x, 2px);margin-right:var(--intergalactic-spacing-05x, 2px)}.___SSpacer_1swvg_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_1swvg_gg_{display:contents}" /*__inner_css_end__*/, "1swvg_gg_") /*__reshadow_css_end__*/, {
|
26
|
+
"__SInputTags": "___SInputTags_1swvg_gg_",
|
27
|
+
"__SContainer": "___SContainer_1swvg_gg_",
|
28
|
+
"__SOutline": "___SOutline_1swvg_gg_",
|
29
|
+
"_orientation_vertical": "_orientation_vertical_1swvg_gg_",
|
30
|
+
"_size_m": "_size_m_1swvg_gg_",
|
31
|
+
"_size_l": "_size_l_1swvg_gg_",
|
32
|
+
"__STag": "___STag_1swvg_gg_",
|
33
|
+
"_editable": "__editable_1swvg_gg_",
|
34
|
+
"__SValue": "___SValue_1swvg_gg_",
|
35
|
+
"__SSpacer": "___SSpacer_1swvg_gg_",
|
36
|
+
"__SListAriaWrapper": "___SListAriaWrapper_1swvg_gg_"
|
37
37
|
});
|
38
38
|
/** @deprecated */
|
39
39
|
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_1swvg_gg_{box-sizing:border-box;cursor:text;align-items:flex-start;overflow:visible;overflow:initial}.___SInputTags_1swvg_gg_ .___SContainer_1swvg_gg_:focus .___SOutline_1swvg_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_1swvg_gg_ .___SContainer_1swvg_gg_:focus:has(.___SOutline_1swvg_gg_)::after{box-shadow:none}.___SContainer_1swvg_gg_{padding:1px 0;box-sizing:border-box;border-bottom:1px solid transparent;border-top:1px solid transparent}.___SInputTags_1swvg_gg_>div>div{display:flex;align-items:center;flex-flow:row wrap}.___SInputTags_1swvg_gg_>div[data-ui-name=\"ScrollArea.Bar\"]._orientation_vertical_1swvg_gg_{right:1px!important}.___SInputTags_1swvg_gg_._size_m_1swvg_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_1swvg_gg_._size_l_1swvg_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_1swvg_gg_{margin:var(--intergalactic-spacing-05x, 2px)}.___STag_1swvg_gg_.__editable_1swvg_gg_{cursor:pointer}.___SInputTags_1swvg_gg_._size_m_1swvg_gg_ .___SValue_1swvg_gg_{height:calc(var(--intergalactic-form-control-m, 28px) - var(--intergalactic-spacing-1x, 4px))}.___SInputTags_1swvg_gg_._size_l_1swvg_gg_ .___SValue_1swvg_gg_{height:calc(var(--intergalactic-form-control-l, 40px) - var(--intergalactic-spacing-1x, 4px))}.___SValue_1swvg_gg_{padding:0!important;margin-left:var(--intergalactic-spacing-05x, 2px);margin-right:var(--intergalactic-spacing-05x, 2px)}.___SSpacer_1swvg_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_1swvg_gg_{display:contents}" /*__inner_css_end__*/, "1swvg_gg_") /*__reshadow_css_end__*/, {
|
21
|
+
"__SInputTags": "___SInputTags_1swvg_gg_",
|
22
|
+
"__SContainer": "___SContainer_1swvg_gg_",
|
23
|
+
"__SOutline": "___SOutline_1swvg_gg_",
|
24
|
+
"_orientation_vertical": "_orientation_vertical_1swvg_gg_",
|
25
|
+
"_size_m": "_size_m_1swvg_gg_",
|
26
|
+
"_size_l": "_size_l_1swvg_gg_",
|
27
|
+
"__STag": "___STag_1swvg_gg_",
|
28
|
+
"_editable": "__editable_1swvg_gg_",
|
29
|
+
"__SValue": "___SValue_1swvg_gg_",
|
30
|
+
"__SSpacer": "___SSpacer_1swvg_gg_",
|
31
|
+
"__SListAriaWrapper": "___SListAriaWrapper_1swvg_gg_"
|
32
32
|
});
|
33
33
|
/** @deprecated */
|
34
34
|
var InputTags = /*#__PURE__*/function (_Component) {
|
package/link/lib/cjs/Link.js
CHANGED
@@ -25,18 +25,18 @@ var _logger = _interopRequireDefault(require("intergalactic/utils/lib/logger"));
|
|
25
25
|
var _hasLabels = _interopRequireDefault(require("intergalactic/utils/lib/hasLabels"));
|
26
26
|
var _resolveColorEnhance = _interopRequireDefault(require("intergalactic/utils/lib/enhances/resolveColorEnhance"));
|
27
27
|
/*__reshadow-styles__:"./style/link.shadow.css"*/
|
28
|
-
var style = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/".
|
29
|
-
"__SLink": "
|
30
|
-
"_keyboardFocused": "
|
31
|
-
"_visually-disabled": "__visually-
|
32
|
-
"_noWrapText": "
|
33
|
-
"_inline": "
|
34
|
-
"__SAddon": "
|
35
|
-
"__SText": "
|
36
|
-
"_active": "
|
37
|
-
"_enableVisited": "
|
38
|
-
"_text-color": "__text-
|
39
|
-
"--text-color": "--text-
|
28
|
+
var style = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/".___SLink_p8j3x_gg_{display:inline-block;font-family:inherit;color:var(--intergalactic-text-link, #006dca);line-height:normal;position:relative;cursor:pointer;-webkit-text-decoration:none;text-decoration:none;border:0;padding:0;margin:0;box-shadow:none;-webkit-tap-highlight-color:transparent;outline:0;background:0 0;transition:color .15s ease-in-out}.___SLink_p8j3x_gg_:active,.___SLink_p8j3x_gg_:focus{outline:0;-webkit-text-decoration:none;text-decoration:none}@media (hover:hover){.___SLink_p8j3x_gg_:hover{outline:0;-webkit-text-decoration:none;text-decoration:none}}.___SLink_p8j3x_gg_::-moz-focus-inner{border:0;padding:0}.___SLink_p8j3x_gg_.__active_p8j3x_gg_,.___SLink_p8j3x_gg_:active{color:var(--intergalactic-text-link-hover-active, #044792)}@media (hover:hover){.___SLink_p8j3x_gg_:hover{color:var(--intergalactic-text-link-hover-active, #044792)}}.___SLink_p8j3x_gg_.__active_p8j3x_gg_ .___SText_p8j3x_gg_,.___SLink_p8j3x_gg_:active .___SText_p8j3x_gg_{border-color:currentColor}@media (hover:hover){.___SLink_p8j3x_gg_:hover .___SText_p8j3x_gg_{border-color:currentColor}}.___SLink_p8j3x_gg_.__enableVisited_p8j3x_gg_:visited{color:var(--intergalactic-text-link-visited, #8649e1)}@media (hover:hover){.___SLink_p8j3x_gg_.__enableVisited_p8j3x_gg_:visited:hover{color:var(--intergalactic-text-link-visited, #8649e1)}}.___SLink_p8j3x_gg_.__keyboardFocused_p8j3x_gg_{outline-color:var(--intergalactic-keyboard-focus-outline, rgba(0, 143, 248, 0.5));outline-style:solid;outline-width:3px}.___SLink_p8j3x_gg_.__visually-disabled_p8j3x_gg_{opacity:var(--intergalactic-disabled-opacity, 0.3);cursor:default;pointer-events:none}.___SLink_p8j3x_gg_.__noWrapText_p8j3x_gg_{white-space:nowrap}.___SLink_p8j3x_gg_.__inline_p8j3x_gg_{display:inline}.___SAddon_p8j3x_gg_{display:inline-flex;justify-content:center;align-items:center;margin-bottom:var(--intergalactic-spacing-05x, 2px);vertical-align:middle}.___SLink_p8j3x_gg_ .___SAddon_p8j3x_gg_:not(:only-child):first-child{margin-right:var(--intergalactic-spacing-1x, 4px)}.___SLink_p8j3x_gg_ .___SAddon_p8j3x_gg_:not(:only-child):last-child{margin-left:var(--intergalactic-spacing-1x, 4px)}.___SText_p8j3x_gg_{border-bottom-width:1px;border-bottom-style:solid;border-color:transparent;transition:border-bottom-color .15s ease-in-out}.___SLink_p8j3x_gg_.__text-color_p8j3x_gg_{color:var(--text-color_p8j3x)}.___SLink_p8j3x_gg_.__text-color_p8j3x_gg_.__active_p8j3x_gg_,.___SLink_p8j3x_gg_.__text-color_p8j3x_gg_:active{color:var(--text-color_p8j3x);filter:brightness(.8)}@media (hover:hover){.___SLink_p8j3x_gg_.__text-color_p8j3x_gg_:hover{color:var(--text-color_p8j3x);filter:brightness(.8)}}@media (prefers-reduced-motion){.___SLink_p8j3x_gg_,.___SText_p8j3x_gg_{transition:none}}" /*__inner_css_end__*/, "p8j3x_gg_") /*__reshadow_css_end__*/, {
|
29
|
+
"__SLink": "___SLink_p8j3x_gg_",
|
30
|
+
"_keyboardFocused": "__keyboardFocused_p8j3x_gg_",
|
31
|
+
"_visually-disabled": "__visually-disabled_p8j3x_gg_",
|
32
|
+
"_noWrapText": "__noWrapText_p8j3x_gg_",
|
33
|
+
"_inline": "__inline_p8j3x_gg_",
|
34
|
+
"__SAddon": "___SAddon_p8j3x_gg_",
|
35
|
+
"__SText": "___SText_p8j3x_gg_",
|
36
|
+
"_active": "__active_p8j3x_gg_",
|
37
|
+
"_enableVisited": "__enableVisited_p8j3x_gg_",
|
38
|
+
"_text-color": "__text-color_p8j3x_gg_",
|
39
|
+
"--text-color": "--text-color_p8j3x"
|
40
40
|
});
|
41
41
|
var RootLink = /*#__PURE__*/function (_Component) {
|
42
42
|
(0, _inherits2["default"])(RootLink, _Component);
|
package/link/lib/es6/Link.js
CHANGED
@@ -20,18 +20,18 @@ import logger from 'intergalactic/utils/lib/logger';
|
|
20
20
|
import hasLabels from 'intergalactic/utils/lib/hasLabels';
|
21
21
|
import resolveColorEnhance from 'intergalactic/utils/lib/enhances/resolveColorEnhance';
|
22
22
|
/*__reshadow-styles__:"./style/link.shadow.css"*/
|
23
|
-
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".
|
24
|
-
"__SLink": "
|
25
|
-
"_keyboardFocused": "
|
26
|
-
"_visually-disabled": "__visually-
|
27
|
-
"_noWrapText": "
|
28
|
-
"_inline": "
|
29
|
-
"__SAddon": "
|
30
|
-
"__SText": "
|
31
|
-
"_active": "
|
32
|
-
"_enableVisited": "
|
33
|
-
"_text-color": "__text-
|
34
|
-
"--text-color": "--text-
|
23
|
+
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SLink_p8j3x_gg_{display:inline-block;font-family:inherit;color:var(--intergalactic-text-link, #006dca);line-height:normal;position:relative;cursor:pointer;-webkit-text-decoration:none;text-decoration:none;border:0;padding:0;margin:0;box-shadow:none;-webkit-tap-highlight-color:transparent;outline:0;background:0 0;transition:color .15s ease-in-out}.___SLink_p8j3x_gg_:active,.___SLink_p8j3x_gg_:focus{outline:0;-webkit-text-decoration:none;text-decoration:none}@media (hover:hover){.___SLink_p8j3x_gg_:hover{outline:0;-webkit-text-decoration:none;text-decoration:none}}.___SLink_p8j3x_gg_::-moz-focus-inner{border:0;padding:0}.___SLink_p8j3x_gg_.__active_p8j3x_gg_,.___SLink_p8j3x_gg_:active{color:var(--intergalactic-text-link-hover-active, #044792)}@media (hover:hover){.___SLink_p8j3x_gg_:hover{color:var(--intergalactic-text-link-hover-active, #044792)}}.___SLink_p8j3x_gg_.__active_p8j3x_gg_ .___SText_p8j3x_gg_,.___SLink_p8j3x_gg_:active .___SText_p8j3x_gg_{border-color:currentColor}@media (hover:hover){.___SLink_p8j3x_gg_:hover .___SText_p8j3x_gg_{border-color:currentColor}}.___SLink_p8j3x_gg_.__enableVisited_p8j3x_gg_:visited{color:var(--intergalactic-text-link-visited, #8649e1)}@media (hover:hover){.___SLink_p8j3x_gg_.__enableVisited_p8j3x_gg_:visited:hover{color:var(--intergalactic-text-link-visited, #8649e1)}}.___SLink_p8j3x_gg_.__keyboardFocused_p8j3x_gg_{outline-color:var(--intergalactic-keyboard-focus-outline, rgba(0, 143, 248, 0.5));outline-style:solid;outline-width:3px}.___SLink_p8j3x_gg_.__visually-disabled_p8j3x_gg_{opacity:var(--intergalactic-disabled-opacity, 0.3);cursor:default;pointer-events:none}.___SLink_p8j3x_gg_.__noWrapText_p8j3x_gg_{white-space:nowrap}.___SLink_p8j3x_gg_.__inline_p8j3x_gg_{display:inline}.___SAddon_p8j3x_gg_{display:inline-flex;justify-content:center;align-items:center;margin-bottom:var(--intergalactic-spacing-05x, 2px);vertical-align:middle}.___SLink_p8j3x_gg_ .___SAddon_p8j3x_gg_:not(:only-child):first-child{margin-right:var(--intergalactic-spacing-1x, 4px)}.___SLink_p8j3x_gg_ .___SAddon_p8j3x_gg_:not(:only-child):last-child{margin-left:var(--intergalactic-spacing-1x, 4px)}.___SText_p8j3x_gg_{border-bottom-width:1px;border-bottom-style:solid;border-color:transparent;transition:border-bottom-color .15s ease-in-out}.___SLink_p8j3x_gg_.__text-color_p8j3x_gg_{color:var(--text-color_p8j3x)}.___SLink_p8j3x_gg_.__text-color_p8j3x_gg_.__active_p8j3x_gg_,.___SLink_p8j3x_gg_.__text-color_p8j3x_gg_:active{color:var(--text-color_p8j3x);filter:brightness(.8)}@media (hover:hover){.___SLink_p8j3x_gg_.__text-color_p8j3x_gg_:hover{color:var(--text-color_p8j3x);filter:brightness(.8)}}@media (prefers-reduced-motion){.___SLink_p8j3x_gg_,.___SText_p8j3x_gg_{transition:none}}" /*__inner_css_end__*/, "p8j3x_gg_") /*__reshadow_css_end__*/, {
|
24
|
+
"__SLink": "___SLink_p8j3x_gg_",
|
25
|
+
"_keyboardFocused": "__keyboardFocused_p8j3x_gg_",
|
26
|
+
"_visually-disabled": "__visually-disabled_p8j3x_gg_",
|
27
|
+
"_noWrapText": "__noWrapText_p8j3x_gg_",
|
28
|
+
"_inline": "__inline_p8j3x_gg_",
|
29
|
+
"__SAddon": "___SAddon_p8j3x_gg_",
|
30
|
+
"__SText": "___SText_p8j3x_gg_",
|
31
|
+
"_active": "__active_p8j3x_gg_",
|
32
|
+
"_enableVisited": "__enableVisited_p8j3x_gg_",
|
33
|
+
"_text-color": "__text-color_p8j3x_gg_",
|
34
|
+
"--text-color": "--text-color_p8j3x"
|
35
35
|
});
|
36
36
|
var RootLink = /*#__PURE__*/function (_Component) {
|
37
37
|
_inherits(RootLink, _Component);
|
@@ -18,15 +18,15 @@ var _react = _interopRequireDefault(require("react"));
|
|
18
18
|
var _flexBox = require("intergalactic/flex-box");
|
19
19
|
var _resolveColorEnhance = _interopRequireDefault(require("intergalactic/utils/lib/enhances/resolveColorEnhance"));
|
20
20
|
/*__reshadow-styles__:"./donut.shadow.css"*/
|
21
|
-
var style = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/"@keyframes
|
22
|
-
"__SLineGauge": "
|
23
|
-
"_loading": "
|
24
|
-
"__SDonutContainer": "
|
25
|
-
"__STrendLine": "
|
26
|
-
"__STrendBar": "
|
27
|
-
"@pulse": "
|
28
|
-
"_animate": "
|
29
|
-
"_semi": "
|
21
|
+
var style = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/"@keyframes pulse_a1q7l{0%,to{opacity:1}50%{opacity:.4}}.___SDonutContainer_a1q7l_gg_.__loading_a1q7l_gg_,.___SLineGauge_a1q7l_gg_.__loading_a1q7l_gg_,.___STrendBar_a1q7l_gg_.__loading_a1q7l_gg_,.___STrendLine_a1q7l_gg_.__loading_a1q7l_gg_{animation-name:pulse_a1q7l;animation-iteration-count:infinite;animation-timing-function:ease-in-out;animation-duration:1.6s;will-change:opacity}.___SDonutContainer_a1q7l_gg_.__semi_a1q7l_gg_ g{transform:rotate(180deg) translate(-24px,-24px)}.___SDonutContainer_a1q7l_gg_ g{transform:rotate(-90deg) translate(-24px)}.___SDonutContainer_a1q7l_gg_.__animate_a1q7l_gg_ circle{transition:all var(--intergalactic-duration-extra-slow, 500) ease-in-out}" /*__inner_css_end__*/, "a1q7l_gg_") /*__reshadow_css_end__*/, {
|
22
|
+
"__SLineGauge": "___SLineGauge_a1q7l_gg_",
|
23
|
+
"_loading": "__loading_a1q7l_gg_",
|
24
|
+
"__SDonutContainer": "___SDonutContainer_a1q7l_gg_",
|
25
|
+
"__STrendLine": "___STrendLine_a1q7l_gg_",
|
26
|
+
"__STrendBar": "___STrendBar_a1q7l_gg_",
|
27
|
+
"@pulse": "pulse_a1q7l",
|
28
|
+
"_animate": "__animate_a1q7l_gg_",
|
29
|
+
"_semi": "__semi_a1q7l_gg_"
|
30
30
|
});
|
31
31
|
var DonutRoot = /*#__PURE__*/function (_Component) {
|
32
32
|
(0, _inherits2["default"])(DonutRoot, _Component);
|
@@ -18,23 +18,23 @@ var _react = _interopRequireDefault(require("react"));
|
|
18
18
|
var _flexBox = require("intergalactic/flex-box");
|
19
19
|
var _resolveColorEnhance = _interopRequireDefault(require("intergalactic/utils/lib/enhances/resolveColorEnhance"));
|
20
20
|
/*__reshadow-styles__:"./line.shadow.css"*/
|
21
|
-
var style = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/"@keyframes
|
22
|
-
"__SLineGauge": "
|
23
|
-
"_loading": "
|
24
|
-
"__SDonutContainer": "
|
25
|
-
"__STrendLine": "
|
26
|
-
"__STrendBar": "
|
27
|
-
"@pulse": "
|
28
|
-
"_animate": "
|
29
|
-
"__SLineValue": "
|
30
|
-
"_percent": "
|
31
|
-
"--percent": "--
|
32
|
-
"_color": "
|
33
|
-
"--color": "--
|
34
|
-
"_segments": "
|
35
|
-
"__SLineGaugeSegment": "
|
36
|
-
"__SLineSegmentItem": "
|
37
|
-
"@move-line": "move-
|
21
|
+
var style = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/"@keyframes pulse_b4uqu{0%,to{opacity:1}50%{opacity:.4}}@keyframes move-line_b4uqu{0%{transform:translateX(-100%)}to{transform:translateX(0)}}.___SDonutContainer_b4uqu_gg_.__loading_b4uqu_gg_,.___SLineGauge_b4uqu_gg_.__loading_b4uqu_gg_,.___STrendBar_b4uqu_gg_.__loading_b4uqu_gg_,.___STrendLine_b4uqu_gg_.__loading_b4uqu_gg_{animation-name:pulse_b4uqu;animation-iteration-count:infinite;animation-timing-function:ease-in-out;animation-duration:1.6s;will-change:opacity}.___SLineGauge_b4uqu_gg_{height:8px;background-color:var(--intergalactic-skeleton-bg, rgba(224, 225, 233, 0.8));border-radius:var(--intergalactic-chart-rounded, 2px);overflow:hidden;position:relative}.___SLineGauge_b4uqu_gg_.__animate_b4uqu_gg_ .___SLineValue_b4uqu_gg_{transition:all var(--intergalactic-duration-extra-slow, 500) ease-in-out;animation-name:move-line_b4uqu;animation-duration:.5s;animation-timing-function:ease-in-out}.___SLineValue_b4uqu_gg_{height:8px;background-color:var(--intergalactic-chart-palette-order-1, #2bb3ff);border-radius:var(--intergalactic-chart-rounded, 2px)0 0 var(--intergalactic-chart-rounded, 2px)}.___SLineValue_b4uqu_gg_.__percent_b4uqu_gg_{width:var(--percent_b4uqu)}.___SLineValue_b4uqu_gg_.__color_b4uqu_gg_{background-color:var(--color_b4uqu, var(--intergalactic-chart-palette-order-1, #2bb3ff))}.___SLineGauge_b4uqu_gg_.__segments_b4uqu_gg_{border-radius:var(--intergalactic-progress-bar-rounded, 6px)}.___SLineGauge_b4uqu_gg_.__segments_b4uqu_gg_ .___SLineValue_b4uqu_gg_{border-radius:var(--intergalactic-progress-bar-rounded, 6px)0 0 var(--intergalactic-progress-bar-rounded, 6px)}.___SLineGaugeSegment_b4uqu_gg_{position:absolute;top:0;left:0;right:0;bottom:0}.___SLineSegmentItem_b4uqu_gg_:last-child{margin-right:0;border-right:none}.___SLineSegmentItem_b4uqu_gg_{height:8px;background:0 0;margin-right:1px;border-right-color:var(--intergalactic-chart-grid-border, #ffffff);border-right-style:solid;border-right-width:1px;box-sizing:content-box}" /*__inner_css_end__*/, "b4uqu_gg_") /*__reshadow_css_end__*/, {
|
22
|
+
"__SLineGauge": "___SLineGauge_b4uqu_gg_",
|
23
|
+
"_loading": "__loading_b4uqu_gg_",
|
24
|
+
"__SDonutContainer": "___SDonutContainer_b4uqu_gg_",
|
25
|
+
"__STrendLine": "___STrendLine_b4uqu_gg_",
|
26
|
+
"__STrendBar": "___STrendBar_b4uqu_gg_",
|
27
|
+
"@pulse": "pulse_b4uqu",
|
28
|
+
"_animate": "__animate_b4uqu_gg_",
|
29
|
+
"__SLineValue": "___SLineValue_b4uqu_gg_",
|
30
|
+
"_percent": "__percent_b4uqu_gg_",
|
31
|
+
"--percent": "--percent_b4uqu",
|
32
|
+
"_color": "__color_b4uqu_gg_",
|
33
|
+
"--color": "--color_b4uqu",
|
34
|
+
"_segments": "__segments_b4uqu_gg_",
|
35
|
+
"__SLineGaugeSegment": "___SLineGaugeSegment_b4uqu_gg_",
|
36
|
+
"__SLineSegmentItem": "___SLineSegmentItem_b4uqu_gg_",
|
37
|
+
"@move-line": "move-line_b4uqu"
|
38
38
|
});
|
39
39
|
var LineRoot = /*#__PURE__*/function (_Component) {
|
40
40
|
(0, _inherits2["default"])(LineRoot, _Component);
|
@@ -19,13 +19,13 @@ var _resolveColorEnhance = _interopRequireDefault(require("intergalactic/utils/l
|
|
19
19
|
var _Trend2 = require("./Trend");
|
20
20
|
var _flexBox = require("intergalactic/flex-box");
|
21
21
|
/*__reshadow-styles__:"../skeleton/skeleton.shadow.css"*/
|
22
|
-
var style = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/"@keyframes
|
23
|
-
"__SLineGauge": "
|
24
|
-
"_loading": "
|
25
|
-
"__SDonutContainer": "
|
26
|
-
"__STrendLine": "
|
27
|
-
"__STrendBar": "
|
28
|
-
"@pulse": "
|
22
|
+
var style = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/"@keyframes pulse_1w399{0%,to{opacity:1}50%{opacity:.4}}.___SDonutContainer_1w399_gg_.__loading_1w399_gg_,.___SLineGauge_1w399_gg_.__loading_1w399_gg_,.___STrendBar_1w399_gg_.__loading_1w399_gg_,.___STrendLine_1w399_gg_.__loading_1w399_gg_{animation-name:pulse_1w399;animation-iteration-count:infinite;animation-timing-function:ease-in-out;animation-duration:1.6s;will-change:opacity}" /*__inner_css_end__*/, "1w399_gg_") /*__reshadow_css_end__*/, {
|
23
|
+
"__SLineGauge": "___SLineGauge_1w399_gg_",
|
24
|
+
"_loading": "__loading_1w399_gg_",
|
25
|
+
"__SDonutContainer": "___SDonutContainer_1w399_gg_",
|
26
|
+
"__STrendLine": "___STrendLine_1w399_gg_",
|
27
|
+
"__STrendBar": "___STrendBar_1w399_gg_",
|
28
|
+
"@pulse": "pulse_1w399"
|
29
29
|
});
|
30
30
|
var TrendBarRoot = /*#__PURE__*/function (_Trend) {
|
31
31
|
(0, _inherits2["default"])(TrendBarRoot, _Trend);
|
@@ -20,13 +20,13 @@ var _uniqueID = _interopRequireDefault(require("intergalactic/utils/lib/uniqueID
|
|
20
20
|
var _Trend2 = require("./Trend");
|
21
21
|
var _flexBox = require("intergalactic/flex-box");
|
22
22
|
/*__reshadow-styles__:"../skeleton/skeleton.shadow.css"*/
|
23
|
-
var style = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/"@keyframes
|
24
|
-
"__SLineGauge": "
|
25
|
-
"_loading": "
|
26
|
-
"__SDonutContainer": "
|
27
|
-
"__STrendLine": "
|
28
|
-
"__STrendBar": "
|
29
|
-
"@pulse": "
|
23
|
+
var style = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/"@keyframes pulse_1w399{0%,to{opacity:1}50%{opacity:.4}}.___SDonutContainer_1w399_gg_.__loading_1w399_gg_,.___SLineGauge_1w399_gg_.__loading_1w399_gg_,.___STrendBar_1w399_gg_.__loading_1w399_gg_,.___STrendLine_1w399_gg_.__loading_1w399_gg_{animation-name:pulse_1w399;animation-iteration-count:infinite;animation-timing-function:ease-in-out;animation-duration:1.6s;will-change:opacity}" /*__inner_css_end__*/, "1w399_gg_") /*__reshadow_css_end__*/, {
|
24
|
+
"__SLineGauge": "___SLineGauge_1w399_gg_",
|
25
|
+
"_loading": "__loading_1w399_gg_",
|
26
|
+
"__SDonutContainer": "___SDonutContainer_1w399_gg_",
|
27
|
+
"__STrendLine": "___STrendLine_1w399_gg_",
|
28
|
+
"__STrendBar": "___STrendBar_1w399_gg_",
|
29
|
+
"@pulse": "pulse_1w399"
|
30
30
|
});
|
31
31
|
var TrendLineRoot = /*#__PURE__*/function (_Trend) {
|
32
32
|
(0, _inherits2["default"])(TrendLineRoot, _Trend);
|
@@ -12,15 +12,15 @@ import { Box } from 'intergalactic/flex-box';
|
|
12
12
|
import resolveColorEnhance from 'intergalactic/utils/lib/enhances/resolveColorEnhance';
|
13
13
|
import { assignProps } from 'intergalactic/core';
|
14
14
|
/*__reshadow-styles__:"./donut.shadow.css"*/
|
15
|
-
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/"@keyframes
|
16
|
-
"__SLineGauge": "
|
17
|
-
"_loading": "
|
18
|
-
"__SDonutContainer": "
|
19
|
-
"__STrendLine": "
|
20
|
-
"__STrendBar": "
|
21
|
-
"@pulse": "
|
22
|
-
"_animate": "
|
23
|
-
"_semi": "
|
15
|
+
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/"@keyframes pulse_a1q7l{0%,to{opacity:1}50%{opacity:.4}}.___SDonutContainer_a1q7l_gg_.__loading_a1q7l_gg_,.___SLineGauge_a1q7l_gg_.__loading_a1q7l_gg_,.___STrendBar_a1q7l_gg_.__loading_a1q7l_gg_,.___STrendLine_a1q7l_gg_.__loading_a1q7l_gg_{animation-name:pulse_a1q7l;animation-iteration-count:infinite;animation-timing-function:ease-in-out;animation-duration:1.6s;will-change:opacity}.___SDonutContainer_a1q7l_gg_.__semi_a1q7l_gg_ g{transform:rotate(180deg) translate(-24px,-24px)}.___SDonutContainer_a1q7l_gg_ g{transform:rotate(-90deg) translate(-24px)}.___SDonutContainer_a1q7l_gg_.__animate_a1q7l_gg_ circle{transition:all var(--intergalactic-duration-extra-slow, 500) ease-in-out}" /*__inner_css_end__*/, "a1q7l_gg_") /*__reshadow_css_end__*/, {
|
16
|
+
"__SLineGauge": "___SLineGauge_a1q7l_gg_",
|
17
|
+
"_loading": "__loading_a1q7l_gg_",
|
18
|
+
"__SDonutContainer": "___SDonutContainer_a1q7l_gg_",
|
19
|
+
"__STrendLine": "___STrendLine_a1q7l_gg_",
|
20
|
+
"__STrendBar": "___STrendBar_a1q7l_gg_",
|
21
|
+
"@pulse": "pulse_a1q7l",
|
22
|
+
"_animate": "__animate_a1q7l_gg_",
|
23
|
+
"_semi": "__semi_a1q7l_gg_"
|
24
24
|
});
|
25
25
|
var DonutRoot = /*#__PURE__*/function (_Component) {
|
26
26
|
_inherits(DonutRoot, _Component);
|
@@ -11,23 +11,23 @@ import createComponent, { Component, Root, sstyled } from 'intergalactic/core';
|
|
11
11
|
import { Box, Flex } from 'intergalactic/flex-box';
|
12
12
|
import resolveColorEnhance from 'intergalactic/utils/lib/enhances/resolveColorEnhance';
|
13
13
|
/*__reshadow-styles__:"./line.shadow.css"*/
|
14
|
-
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/"@keyframes
|
15
|
-
"__SLineGauge": "
|
16
|
-
"_loading": "
|
17
|
-
"__SDonutContainer": "
|
18
|
-
"__STrendLine": "
|
19
|
-
"__STrendBar": "
|
20
|
-
"@pulse": "
|
21
|
-
"_animate": "
|
22
|
-
"__SLineValue": "
|
23
|
-
"_percent": "
|
24
|
-
"--percent": "--
|
25
|
-
"_color": "
|
26
|
-
"--color": "--
|
27
|
-
"_segments": "
|
28
|
-
"__SLineGaugeSegment": "
|
29
|
-
"__SLineSegmentItem": "
|
30
|
-
"@move-line": "move-
|
14
|
+
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/"@keyframes pulse_b4uqu{0%,to{opacity:1}50%{opacity:.4}}@keyframes move-line_b4uqu{0%{transform:translateX(-100%)}to{transform:translateX(0)}}.___SDonutContainer_b4uqu_gg_.__loading_b4uqu_gg_,.___SLineGauge_b4uqu_gg_.__loading_b4uqu_gg_,.___STrendBar_b4uqu_gg_.__loading_b4uqu_gg_,.___STrendLine_b4uqu_gg_.__loading_b4uqu_gg_{animation-name:pulse_b4uqu;animation-iteration-count:infinite;animation-timing-function:ease-in-out;animation-duration:1.6s;will-change:opacity}.___SLineGauge_b4uqu_gg_{height:8px;background-color:var(--intergalactic-skeleton-bg, rgba(224, 225, 233, 0.8));border-radius:var(--intergalactic-chart-rounded, 2px);overflow:hidden;position:relative}.___SLineGauge_b4uqu_gg_.__animate_b4uqu_gg_ .___SLineValue_b4uqu_gg_{transition:all var(--intergalactic-duration-extra-slow, 500) ease-in-out;animation-name:move-line_b4uqu;animation-duration:.5s;animation-timing-function:ease-in-out}.___SLineValue_b4uqu_gg_{height:8px;background-color:var(--intergalactic-chart-palette-order-1, #2bb3ff);border-radius:var(--intergalactic-chart-rounded, 2px)0 0 var(--intergalactic-chart-rounded, 2px)}.___SLineValue_b4uqu_gg_.__percent_b4uqu_gg_{width:var(--percent_b4uqu)}.___SLineValue_b4uqu_gg_.__color_b4uqu_gg_{background-color:var(--color_b4uqu, var(--intergalactic-chart-palette-order-1, #2bb3ff))}.___SLineGauge_b4uqu_gg_.__segments_b4uqu_gg_{border-radius:var(--intergalactic-progress-bar-rounded, 6px)}.___SLineGauge_b4uqu_gg_.__segments_b4uqu_gg_ .___SLineValue_b4uqu_gg_{border-radius:var(--intergalactic-progress-bar-rounded, 6px)0 0 var(--intergalactic-progress-bar-rounded, 6px)}.___SLineGaugeSegment_b4uqu_gg_{position:absolute;top:0;left:0;right:0;bottom:0}.___SLineSegmentItem_b4uqu_gg_:last-child{margin-right:0;border-right:none}.___SLineSegmentItem_b4uqu_gg_{height:8px;background:0 0;margin-right:1px;border-right-color:var(--intergalactic-chart-grid-border, #ffffff);border-right-style:solid;border-right-width:1px;box-sizing:content-box}" /*__inner_css_end__*/, "b4uqu_gg_") /*__reshadow_css_end__*/, {
|
15
|
+
"__SLineGauge": "___SLineGauge_b4uqu_gg_",
|
16
|
+
"_loading": "__loading_b4uqu_gg_",
|
17
|
+
"__SDonutContainer": "___SDonutContainer_b4uqu_gg_",
|
18
|
+
"__STrendLine": "___STrendLine_b4uqu_gg_",
|
19
|
+
"__STrendBar": "___STrendBar_b4uqu_gg_",
|
20
|
+
"@pulse": "pulse_b4uqu",
|
21
|
+
"_animate": "__animate_b4uqu_gg_",
|
22
|
+
"__SLineValue": "___SLineValue_b4uqu_gg_",
|
23
|
+
"_percent": "__percent_b4uqu_gg_",
|
24
|
+
"--percent": "--percent_b4uqu",
|
25
|
+
"_color": "__color_b4uqu_gg_",
|
26
|
+
"--color": "--color_b4uqu",
|
27
|
+
"_segments": "__segments_b4uqu_gg_",
|
28
|
+
"__SLineGaugeSegment": "___SLineGaugeSegment_b4uqu_gg_",
|
29
|
+
"__SLineSegmentItem": "___SLineSegmentItem_b4uqu_gg_",
|
30
|
+
"@move-line": "move-line_b4uqu"
|
31
31
|
});
|
32
32
|
var LineRoot = /*#__PURE__*/function (_Component) {
|
33
33
|
_inherits(LineRoot, _Component);
|
@@ -12,13 +12,13 @@ import resolveColorEnhance from 'intergalactic/utils/lib/enhances/resolveColorEn
|
|
12
12
|
import { Trend } from './Trend';
|
13
13
|
import { Box } from 'intergalactic/flex-box';
|
14
14
|
/*__reshadow-styles__:"../skeleton/skeleton.shadow.css"*/
|
15
|
-
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/"@keyframes
|
16
|
-
"__SLineGauge": "
|
17
|
-
"_loading": "
|
18
|
-
"__SDonutContainer": "
|
19
|
-
"__STrendLine": "
|
20
|
-
"__STrendBar": "
|
21
|
-
"@pulse": "
|
15
|
+
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/"@keyframes pulse_1w399{0%,to{opacity:1}50%{opacity:.4}}.___SDonutContainer_1w399_gg_.__loading_1w399_gg_,.___SLineGauge_1w399_gg_.__loading_1w399_gg_,.___STrendBar_1w399_gg_.__loading_1w399_gg_,.___STrendLine_1w399_gg_.__loading_1w399_gg_{animation-name:pulse_1w399;animation-iteration-count:infinite;animation-timing-function:ease-in-out;animation-duration:1.6s;will-change:opacity}" /*__inner_css_end__*/, "1w399_gg_") /*__reshadow_css_end__*/, {
|
16
|
+
"__SLineGauge": "___SLineGauge_1w399_gg_",
|
17
|
+
"_loading": "__loading_1w399_gg_",
|
18
|
+
"__SDonutContainer": "___SDonutContainer_1w399_gg_",
|
19
|
+
"__STrendLine": "___STrendLine_1w399_gg_",
|
20
|
+
"__STrendBar": "___STrendBar_1w399_gg_",
|
21
|
+
"@pulse": "pulse_1w399"
|
22
22
|
});
|
23
23
|
var TrendBarRoot = /*#__PURE__*/function (_Trend) {
|
24
24
|
_inherits(TrendBarRoot, _Trend);
|
@@ -13,13 +13,13 @@ import uniqueIDEnhancement from 'intergalactic/utils/lib/uniqueID';
|
|
13
13
|
import { Trend } from './Trend';
|
14
14
|
import { Box } from 'intergalactic/flex-box';
|
15
15
|
/*__reshadow-styles__:"../skeleton/skeleton.shadow.css"*/
|
16
|
-
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/"@keyframes
|
17
|
-
"__SLineGauge": "
|
18
|
-
"_loading": "
|
19
|
-
"__SDonutContainer": "
|
20
|
-
"__STrendLine": "
|
21
|
-
"__STrendBar": "
|
22
|
-
"@pulse": "
|
16
|
+
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/"@keyframes pulse_1w399{0%,to{opacity:1}50%{opacity:.4}}.___SDonutContainer_1w399_gg_.__loading_1w399_gg_,.___SLineGauge_1w399_gg_.__loading_1w399_gg_,.___STrendBar_1w399_gg_.__loading_1w399_gg_,.___STrendLine_1w399_gg_.__loading_1w399_gg_{animation-name:pulse_1w399;animation-iteration-count:infinite;animation-timing-function:ease-in-out;animation-duration:1.6s;will-change:opacity}" /*__inner_css_end__*/, "1w399_gg_") /*__reshadow_css_end__*/, {
|
17
|
+
"__SLineGauge": "___SLineGauge_1w399_gg_",
|
18
|
+
"_loading": "__loading_1w399_gg_",
|
19
|
+
"__SDonutContainer": "___SDonutContainer_1w399_gg_",
|
20
|
+
"__STrendLine": "___STrendLine_1w399_gg_",
|
21
|
+
"__STrendBar": "___STrendBar_1w399_gg_",
|
22
|
+
"@pulse": "pulse_1w399"
|
23
23
|
});
|
24
24
|
var TrendLineRoot = /*#__PURE__*/function (_Trend) {
|
25
25
|
_inherits(TrendLineRoot, _Trend);
|
package/modal/lib/cjs/Modal.js
CHANGED
@@ -34,15 +34,15 @@ var _useFocusLock = require("intergalactic/utils/lib/use/useFocusLock");
|
|
34
34
|
var _ThemeProvider = require("intergalactic/utils/lib/ThemeProvider");
|
35
35
|
var _useColorResolver = require("intergalactic/utils/lib/use/useColorResolver");
|
36
36
|
/*__reshadow-styles__:"./style/modal.shadow.css"*/
|
37
|
-
var style = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/".
|
38
|
-
"__SWindow": "
|
39
|
-
"_ghost": "
|
40
|
-
"__SClose": "
|
41
|
-
"_keyboardFocused": "
|
42
|
-
"__SOverlay": "
|
43
|
-
"__STitle": "
|
44
|
-
"_color": "
|
45
|
-
"--color": "--
|
37
|
+
var style = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/".___SWindow_1orvf_gg_{position:relative;border-radius:var(--intergalactic-modal-rounded, 12px);background:var(--intergalactic-bg-primary-neutral, #ffffff);box-sizing:border-box;margin:auto;padding:var(--intergalactic-spacing-10x, 40px);box-shadow:var(--intergalactic-box-shadow-modal, 0px 3px 8px 0px rgba(25, 27, 35, 0.2));color:var(--intergalactic-text-primary, #191b23)}.___SWindow_1orvf_gg_:focus{outline:0}.___SWindow_1orvf_gg_ .___STitle_1orvf_gg_{color:var(--intergalactic-text-primary, #191b23);font-size:var(--intergalactic-fs-500, 24px);line-height:var(--intergalactic-lh-500, 117%);font-weight:var(--intergalactic-semi-bold, 600);margin-bottom:var(--intergalactic-spacing-2x, 8px)}.___SWindow_1orvf_gg_ .___STitle_1orvf_gg_.__color_1orvf_gg_{color:var(--color_1orvf)}.___SWindow_1orvf_gg_.__ghost_1orvf_gg_{background:0 0;padding:0;box-shadow:none}.___SOverlay_1orvf_gg_{position:fixed;top:0;bottom:0;left:0;right:0;margin:0;display:flex;justify-content:center;align-items:center;padding:var(--intergalactic-spacing-10x, 40px);background:var(--intergalactic-overlay-primary, rgba(25, 27, 35, 0.7));overflow:auto;z-index:var(--intergalactic-z-index-modal, 600);-webkit-overflow-scrolling:touch}.___SOverlay_1orvf_gg_ .___SOverlay_1orvf_gg_{background:var(--intergalactic-overlay-secondary, rgba(25, 27, 35, 0.4))}.___SClose_1orvf_gg_{display:inline-flex;position:absolute;right:0;top:0;padding:var(--intergalactic-spacing-3x, 12px);color:var(--intergalactic-icon-secondary-neutral, #a9abb6);cursor:pointer;z-index:1;border:0;background:0 0;outline:0}@media (hover:hover){.___SClose_1orvf_gg_:hover{color:var(--intergalactic-icon-secondary-neutral-hover-active, #878992)}}.___SClose_1orvf_gg_.__ghost_1orvf_gg_{color:var(--intergalactic-icon-primary-invert, #ffffff);border-radius:4px}@media (hover:hover){.___SClose_1orvf_gg_.__ghost_1orvf_gg_:hover{background-color:var(--intergalactic-control-tertiary-invert-active, rgba(255, 255, 255, 0.3))}}.___SClose_1orvf_gg_.__keyboardFocused_1orvf_gg_{box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.5))}@media (max-width:767px){.___SWindow_1orvf_gg_{min-width:60%}.___SOverlay_1orvf_gg_{padding:var(--intergalactic-spacing-3x, 12px)}}" /*__inner_css_end__*/, "1orvf_gg_") /*__reshadow_css_end__*/, {
|
38
|
+
"__SWindow": "___SWindow_1orvf_gg_",
|
39
|
+
"_ghost": "__ghost_1orvf_gg_",
|
40
|
+
"__SClose": "___SClose_1orvf_gg_",
|
41
|
+
"_keyboardFocused": "__keyboardFocused_1orvf_gg_",
|
42
|
+
"__SOverlay": "___SOverlay_1orvf_gg_",
|
43
|
+
"__STitle": "___STitle_1orvf_gg_",
|
44
|
+
"_color": "__color_1orvf_gg_",
|
45
|
+
"--color": "--color_1orvf"
|
46
46
|
});
|
47
47
|
var ModalRoot = /*#__PURE__*/function (_Component) {
|
48
48
|
(0, _inherits2["default"])(ModalRoot, _Component);
|
@@ -4,11 +4,10 @@ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefau
|
|
4
4
|
var _regeneratorRuntime2 = _interopRequireDefault(require("@babel/runtime/helpers/regeneratorRuntime"));
|
5
5
|
var _asyncToGenerator2 = _interopRequireDefault(require("@babel/runtime/helpers/asyncToGenerator"));
|
6
6
|
var _playwright = require("@semcore/testing-utils/playwright");
|
7
|
-
var _playwright2 = require("@guidepup/playwright");
|
8
7
|
var _e2eStand = require("@semcore/testing-utils/e2e-stand");
|
9
8
|
var _promises = require("fs/promises");
|
10
9
|
var _voReporter = require("@semcore/testing-utils/vo-reporter");
|
11
|
-
(0,
|
10
|
+
(0, _playwright.voiceOverTest)('Users can interact with Modal via VoiceOver', /*#__PURE__*/function () {
|
12
11
|
var _ref2 = (0, _asyncToGenerator2["default"])( /*#__PURE__*/(0, _regeneratorRuntime2["default"])().mark(function _callee(_ref) {
|
13
12
|
var page, pureVoiceOver, standPath, reportPath, htmlContent, _yield$makeVoiceOverR, voiceOver, getReport, report;
|
14
13
|
return (0, _regeneratorRuntime2["default"])().wrap(function _callee$(_context) {
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"modal.vo-test.js","names":["_playwright","require","
|
1
|
+
{"version":3,"file":"modal.vo-test.js","names":["_playwright","require","_e2eStand","_promises","_voReporter","test","_ref2","_asyncToGenerator2","_regeneratorRuntime2","mark","_callee","_ref","page","pureVoiceOver","standPath","reportPath","htmlContent","_yield$makeVoiceOverR","voiceOver","getReport","report","wrap","_callee$","_context","prev","next","e2eStandToHtml","sent","setContent","makeVoiceOverReporter","interact","t0","expect","itemText","t1","toBe","act","t2","lastSpokenPhrase","t3","toContain","t4","t5","t6","t7","t8","t9","getReportHeader","t10","t11","t12","writeFile","stop","_x","apply","arguments"],"sources":["../../src/modal.vo-test.ts"],"sourcesContent":["import { expect, voiceOverTest as test } from '@semcore/testing-utils/playwright';\n\nimport { e2eStandToHtml } from '@semcore/testing-utils/e2e-stand';\nimport { writeFile } from 'fs/promises';\nimport { getReportHeader, makeVoiceOverReporter } from '@semcore/testing-utils/vo-reporter';\n\ntest('Users can interact with Modal via VoiceOver', async ({ page, voiceOver: pureVoiceOver }) => {\n const standPath = 'website/docs/components/modal/examples/basic_modal_window_usage.tsx';\n const reportPath = 'website/docs/components/modal/modal-a11y-report.md';\n const htmlContent = await e2eStandToHtml(standPath, 'en');\n\n await page.setContent(htmlContent);\n const { voiceOver, getReport } = await makeVoiceOverReporter(pureVoiceOver);\n await voiceOver.interact();\n\n expect(await voiceOver.itemText()).toBe('Open modal button');\n await voiceOver.act();\n expect(await voiceOver.lastSpokenPhrase()).toContain(\n 'Do you want to save your changes? web dialog with 5 items Close button',\n );\n await voiceOver.next();\n expect(await voiceOver.itemText()).toBe('Do you want to save your changes? heading level 2');\n await voiceOver.next();\n await voiceOver.next();\n expect(await voiceOver.itemText()).toBe('Save changes button');\n await voiceOver.act();\n expect(await voiceOver.itemText()).toBe('Open modal button');\n\n const report = (await getReportHeader()) + '\\n\\n' + (await getReport(standPath));\n\n await writeFile(reportPath, report);\n});\n"],"mappings":";;;;;AAAA,IAAAA,WAAA,GAAAC,OAAA;AAEA,IAAAC,SAAA,GAAAD,OAAA;AACA,IAAAE,SAAA,GAAAF,OAAA;AACA,IAAAG,WAAA,GAAAH,OAAA;AAEA,IAAAI,yBAAI,EAAC,6CAA6C;EAAA,IAAAC,KAAA,OAAAC,kBAAA,+BAAAC,oBAAA,eAAAC,IAAA,CAAE,SAAAC,QAAAC,IAAA;IAAA,IAAAC,IAAA,EAAAC,aAAA,EAAAC,SAAA,EAAAC,UAAA,EAAAC,WAAA,EAAAC,qBAAA,EAAAC,SAAA,EAAAC,SAAA,EAAAC,MAAA;IAAA,WAAAZ,oBAAA,eAAAa,IAAA,UAAAC,SAAAC,QAAA;MAAA,kBAAAA,QAAA,CAAAC,IAAA,GAAAD,QAAA,CAAAE,IAAA;QAAA;UAASb,IAAI,GAAAD,IAAA,CAAJC,IAAI,EAAaC,aAAa,GAAAF,IAAA,CAAxBO,SAAS;UACpEJ,SAAS,GAAG,qEAAqE;UACjFC,UAAU,GAAG,oDAAoD;UAAAQ,QAAA,CAAAE,IAAA;UAAA,OAC7C,IAAAC,wBAAc,EAACZ,SAAS,EAAE,IAAI,CAAC;QAAA;UAAnDE,WAAW,GAAAO,QAAA,CAAAI,IAAA;UAAAJ,QAAA,CAAAE,IAAA;UAAA,OAEXb,IAAI,CAACgB,UAAU,CAACZ,WAAW,CAAC;QAAA;UAAAO,QAAA,CAAAE,IAAA;UAAA,OACK,IAAAI,iCAAqB,EAAChB,aAAa,CAAC;QAAA;UAAAI,qBAAA,GAAAM,QAAA,CAAAI,IAAA;UAAnET,SAAS,GAAAD,qBAAA,CAATC,SAAS;UAAEC,SAAS,GAAAF,qBAAA,CAATE,SAAS;UAAAI,QAAA,CAAAE,IAAA;UAAA,OACtBP,SAAS,CAACY,QAAQ,EAAE;QAAA;UAAAP,QAAA,CAAAQ,EAAA,GAE1BC,kBAAM;UAAAT,QAAA,CAAAE,IAAA;UAAA,OAAOP,SAAS,CAACe,QAAQ,EAAE;QAAA;UAAAV,QAAA,CAAAW,EAAA,GAAAX,QAAA,CAAAI,IAAA;UAAA,IAAAJ,QAAA,CAAAQ,EAAA,EAAAR,QAAA,CAAAW,EAAA,EAAEC,IAAI,CAAC,mBAAmB;UAAAZ,QAAA,CAAAE,IAAA;UAAA,OACrDP,SAAS,CAACkB,GAAG,EAAE;QAAA;UAAAb,QAAA,CAAAc,EAAA,GACrBL,kBAAM;UAAAT,QAAA,CAAAE,IAAA;UAAA,OAAOP,SAAS,CAACoB,gBAAgB,EAAE;QAAA;UAAAf,QAAA,CAAAgB,EAAA,GAAAhB,QAAA,CAAAI,IAAA;UAAA,IAAAJ,QAAA,CAAAc,EAAA,EAAAd,QAAA,CAAAgB,EAAA,EAAEC,SAAS,CAClD,wEAAwE;UAAAjB,QAAA,CAAAE,IAAA;UAAA,OAEpEP,SAAS,CAACO,IAAI,EAAE;QAAA;UAAAF,QAAA,CAAAkB,EAAA,GACtBT,kBAAM;UAAAT,QAAA,CAAAE,IAAA;UAAA,OAAOP,SAAS,CAACe,QAAQ,EAAE;QAAA;UAAAV,QAAA,CAAAmB,EAAA,GAAAnB,QAAA,CAAAI,IAAA;UAAA,IAAAJ,QAAA,CAAAkB,EAAA,EAAAlB,QAAA,CAAAmB,EAAA,EAAEP,IAAI,CAAC,mDAAmD;UAAAZ,QAAA,CAAAE,IAAA;UAAA,OACrFP,SAAS,CAACO,IAAI,EAAE;QAAA;UAAAF,QAAA,CAAAE,IAAA;UAAA,OAChBP,SAAS,CAACO,IAAI,EAAE;QAAA;UAAAF,QAAA,CAAAoB,EAAA,GACtBX,kBAAM;UAAAT,QAAA,CAAAE,IAAA;UAAA,OAAOP,SAAS,CAACe,QAAQ,EAAE;QAAA;UAAAV,QAAA,CAAAqB,EAAA,GAAArB,QAAA,CAAAI,IAAA;UAAA,IAAAJ,QAAA,CAAAoB,EAAA,EAAApB,QAAA,CAAAqB,EAAA,EAAET,IAAI,CAAC,qBAAqB;UAAAZ,QAAA,CAAAE,IAAA;UAAA,OACvDP,SAAS,CAACkB,GAAG,EAAE;QAAA;UAAAb,QAAA,CAAAsB,EAAA,GACrBb,kBAAM;UAAAT,QAAA,CAAAE,IAAA;UAAA,OAAOP,SAAS,CAACe,QAAQ,EAAE;QAAA;UAAAV,QAAA,CAAAuB,EAAA,GAAAvB,QAAA,CAAAI,IAAA;UAAA,IAAAJ,QAAA,CAAAsB,EAAA,EAAAtB,QAAA,CAAAuB,EAAA,EAAEX,IAAI,CAAC,mBAAmB;UAAAZ,QAAA,CAAAE,IAAA;UAAA,OAErC,IAAAsB,2BAAe,GAAE;QAAA;UAAAxB,QAAA,CAAAyB,GAAA,GAAAzB,QAAA,CAAAI,IAAA;UAAAJ,QAAA,CAAA0B,GAAA,GAAA1B,QAAA,CAAAyB,GAAA,GAAI,MAAM;UAAAzB,QAAA,CAAAE,IAAA;UAAA,OAAUN,SAAS,CAACL,SAAS,CAAC;QAAA;UAAAS,QAAA,CAAA2B,GAAA,GAAA3B,QAAA,CAAAI,IAAA;UAAzEP,MAAM,GAAAG,QAAA,CAAA0B,GAAA,GAAA1B,QAAA,CAAA2B,GAAA;UAAA3B,QAAA,CAAAE,IAAA;UAAA,OAEN,IAAA0B,mBAAS,EAACpC,UAAU,EAAEK,MAAM,CAAC;QAAA;QAAA;UAAA,OAAAG,QAAA,CAAA6B,IAAA;MAAA;IAAA,GAAA1C,OAAA;EAAA,CACpC;EAAA,iBAAA2C,EAAA;IAAA,OAAA/C,KAAA,CAAAgD,KAAA,OAAAC,SAAA;EAAA;AAAA,IAAC"}
|