intergalactic 15.98.2 → 15.99.0-prerelease.1
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
@@ -26,331 +26,337 @@ module.exports = __toCommonJS(stdin_exports);
|
|
26
26
|
var import_react = __toESM(require("react"));
|
27
27
|
var import_core = require("intergalactic/core");
|
28
28
|
var import_flex_box = require("intergalactic/flex-box");
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
}), /* @__PURE__ */ import_react.default.createElement("
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
}, /* @__PURE__ */ import_react.default.createElement("path", {
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
314
|
-
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
}), /* @__PURE__ */ import_react.default.createElement("
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
|
29
|
+
var import_useColorResolver = require("intergalactic/utils/lib/use/useColorResolver");
|
30
|
+
const Maintenance = ({ fill = "none", width = "260", height = "260", viewBox = "0 0 260 260", primaryColor = "#45E0A8", secondaryColor = "#000", ...props }, ref) => {
|
31
|
+
const colorResolver = (0, import_useColorResolver.useColorResolver)();
|
32
|
+
const resolvedPrimaryColor = colorResolver(primaryColor);
|
33
|
+
const resolvedSecondaryColor = colorResolver(secondaryColor);
|
34
|
+
return /* @__PURE__ */ import_react.default.createElement(import_flex_box.Box, {
|
35
|
+
ref,
|
36
|
+
width,
|
37
|
+
height,
|
38
|
+
viewBox,
|
39
|
+
fill,
|
40
|
+
tag: "svg",
|
41
|
+
...props
|
42
|
+
}, /* @__PURE__ */ import_react.default.createElement("path", {
|
43
|
+
d: "M128.5 13.84 76.17 68.99 7.54 101.72a2.7 2.7 0 0 0-1.21 3.74l36.28 66.8 9.92 75.38a2.72 2.72 0 0 0 3.17 2.31l74.76-13.86 74.75 13.86a2.7 2.7 0 0 0 3.18-2.3l9.92-75.39 36.28-66.8a2.7 2.7 0 0 0-1.21-3.74l-68.63-32.73-52.32-55.15a2.7 2.7 0 0 0-3.93 0Z",
|
44
|
+
fill: resolvedPrimaryColor
|
45
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
46
|
+
d: "M128.5 13.84 76.17 68.99 7.54 101.72a2.7 2.7 0 0 0-1.21 3.74l36.28 66.8 9.92 75.38a2.72 2.72 0 0 0 3.17 2.31l74.76-13.86 74.75 13.86a2.7 2.7 0 0 0 3.18-2.3l9.92-75.39 36.28-66.8a2.7 2.7 0 0 0-1.21-3.74l-68.63-32.73-52.32-55.15a2.7 2.7 0 0 0-3.93 0",
|
47
|
+
stroke: resolvedPrimaryColor,
|
48
|
+
strokeLinecap: "round",
|
49
|
+
strokeLinejoin: "round"
|
50
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
51
|
+
d: "m51.62 36.73 38.02 7.92",
|
52
|
+
stroke: "#fff",
|
53
|
+
strokeLinecap: "round",
|
54
|
+
strokeLinejoin: "round"
|
55
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
56
|
+
d: "m19.48 129.66 23.13 42.6 9.92 75.38a2.72 2.72 0 0 0 3.18 2.31l74.75-13.86 74.76 13.86a2.7 2.7 0 0 0 3.17-2.3l9.92-75.39 36.28-66.8a2.7 2.7 0 0 0-1.21-3.74l-68.63-32.73-52.32-55.15a2.7 2.7 0 0 0-3.93 0",
|
57
|
+
stroke: resolvedPrimaryColor,
|
58
|
+
strokeLinecap: "round",
|
59
|
+
strokeLinejoin: "round"
|
60
|
+
}), /* @__PURE__ */ import_react.default.createElement("mask", {
|
61
|
+
height: "240",
|
62
|
+
id: "igc-maintenance-el-0",
|
63
|
+
width: "249",
|
64
|
+
x: "6",
|
65
|
+
y: "10",
|
66
|
+
maskUnits: "userSpaceOnUse"
|
67
|
+
}, /* @__PURE__ */ import_react.default.createElement("path", {
|
68
|
+
d: "M128.5 13.84 89.54 10 55.7 23.26 7.55 101.72a2.7 2.7 0 0 0-1.21 3.74l36.28 66.8 9.92 75.38a2.72 2.72 0 0 0 3.17 2.31l74.76-13.86 74.75 13.86a2.7 2.7 0 0 0 3.18-2.3l9.92-75.39 36.28-66.8a2.7 2.7 0 0 0-1.21-3.74l-68.63-32.73-52.32-55.15a2.7 2.7 0 0 0-3.93 0Z",
|
69
|
+
fill: "#FF642D"
|
70
|
+
})), /* @__PURE__ */ import_react.default.createElement("g", {
|
71
|
+
mask: "url(#igc-maintenance-el-0)"
|
72
|
+
}, /* @__PURE__ */ import_react.default.createElement("path", {
|
73
|
+
d: "m222.26 134.8-22.66 1.1v18.04l22.66-.9V134.8Z",
|
74
|
+
fill: resolvedSecondaryColor,
|
75
|
+
stroke: resolvedPrimaryColor,
|
76
|
+
strokeLinecap: "round",
|
77
|
+
strokeLinejoin: "round"
|
78
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
79
|
+
d: "m225.9 141.8-29.93 1.34v5.32l29.93-1.36v-5.3ZM225.9 129.3l-29.93 1.53v5.26l29.93-1.47v-5.32Z",
|
80
|
+
fill: resolvedSecondaryColor,
|
81
|
+
stroke: resolvedPrimaryColor,
|
82
|
+
strokeLinecap: "round",
|
83
|
+
strokeLinejoin: "round"
|
84
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
85
|
+
d: "M216.2 258.6h9.26V152.92l-9.27.37V258.6Z",
|
86
|
+
stroke: resolvedSecondaryColor,
|
87
|
+
strokeLinecap: "round",
|
88
|
+
strokeLinejoin: "round"
|
89
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
90
|
+
d: "m216.2 175.65-19.29.5v-22.12l19.28-.74v22.36Z",
|
91
|
+
stroke: resolvedSecondaryColor,
|
92
|
+
strokeLinecap: "round",
|
93
|
+
strokeLinejoin: "round"
|
94
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
95
|
+
d: "m216.2 197.45-19.29.25v-21.55l19.28-.5v21.8Z",
|
96
|
+
stroke: resolvedSecondaryColor,
|
97
|
+
strokeLinecap: "round",
|
98
|
+
strokeLinejoin: "round"
|
99
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
100
|
+
d: "M216.2 219.05H196.9V197.7l19.28-.25v21.6ZM216.2 219.05H196.9v21.7h19.28v-21.7ZM216.2 197.45l-19.29-21.3",
|
101
|
+
stroke: resolvedSecondaryColor,
|
102
|
+
strokeLinecap: "round",
|
103
|
+
strokeLinejoin: "round"
|
104
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
105
|
+
d: "m189.08 255.77-82.87 37.1-2.35-105.13 76.18-6.88a3.4 3.4 0 0 1 3.3 1.82c.2.4.32.83.36 1.28l5.38 71.81Z",
|
106
|
+
fill: "#fff",
|
107
|
+
stroke: resolvedSecondaryColor,
|
108
|
+
strokeLinecap: "round",
|
109
|
+
strokeLinejoin: "round"
|
110
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
111
|
+
d: "m184.18 190.44-80.01 10.9-.3-13.6 76.17-6.88a3.4 3.4 0 0 1 3.3 1.82c.2.4.32.83.36 1.28l.48 6.48Z",
|
112
|
+
fill: resolvedSecondaryColor
|
113
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
114
|
+
d: "M117.67 192.96c.06 1.9-1.33 3.63-3.11 3.86-1.79.22-3.34-1.17-3.39-3.14-.05-1.96 1.38-3.67 3.18-3.85 1.8-.18 3.26 1.23 3.32 3.13Z",
|
115
|
+
fill: "#fff"
|
116
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
117
|
+
d: "M126.89 191.92c.07 1.84-1.22 3.5-2.89 3.7-1.67.2-3.13-1.13-3.19-3.03-.05-1.89 1.27-3.54 2.96-3.7 1.68-.17 3.05 1.19 3.12 3.03Z",
|
118
|
+
fill: resolvedPrimaryColor
|
119
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
120
|
+
d: "m182.85 227.87-70.17 21.54-1.02-38.04 66.71-11.64a2.2 2.2 0 0 1 2.57 2l1.9 26.14Z",
|
121
|
+
stroke: resolvedPrimaryColor,
|
122
|
+
strokeLinecap: "round",
|
123
|
+
strokeLinejoin: "round"
|
124
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
125
|
+
d: "M173.93 209.2c.12 1.72-.8 3.35-2.05 3.65-1.26.3-2.42-.87-2.53-2.63-.12-1.75.83-3.38 2.1-3.63 1.28-.27 2.36.92 2.48 2.62ZM165.3 223.27l5.15-5.82a2.1 2.1 0 0 1 2.7-.38l9.34 5.9",
|
126
|
+
stroke: resolvedPrimaryColor,
|
127
|
+
strokeLinecap: "round",
|
128
|
+
strokeLinejoin: "round"
|
129
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
130
|
+
d: "m141.55 231.28 12.44-13.78a2.1 2.1 0 0 1 2.8-.3l12.58 8.97",
|
131
|
+
stroke: resolvedPrimaryColor,
|
132
|
+
strokeLinecap: "round",
|
133
|
+
strokeLinejoin: "round"
|
134
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
135
|
+
d: "M242.08 200.44 181.07 215l-.1-.83-2.22 1.56-.1.07-.14.1a2.98 2.98 0 0 0-1.12 2.53l5.18 72.99 65.44-39.02-5.93-51.96Z",
|
136
|
+
fill: resolvedPrimaryColor,
|
137
|
+
stroke: resolvedSecondaryColor,
|
138
|
+
strokeLinecap: "round",
|
139
|
+
strokeLinejoin: "round"
|
140
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
141
|
+
d: "m250.53 250.64-65.42 39.01-5.18-72.98a2.98 2.98 0 0 1 2.28-3.11l62.4-14.9 5.92 51.98Z",
|
142
|
+
fill: "#fff",
|
143
|
+
stroke: resolvedSecondaryColor,
|
144
|
+
strokeLinecap: "round",
|
145
|
+
strokeLinejoin: "round"
|
146
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
147
|
+
d: "m245.5 206.56-65 19.26-.6-9.16a2.98 2.98 0 0 1 2.28-3.1l62.41-14.89.91 7.89Z",
|
148
|
+
fill: resolvedSecondaryColor
|
149
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
150
|
+
d: "M189.05 217.3c.1 1.47-.81 3.02-2.02 3.46-1.21.43-2.31-.43-2.4-1.94-.09-1.52.86-3.07 2.08-3.47 1.23-.4 2.25.47 2.34 1.95Z",
|
151
|
+
fill: "#fff"
|
152
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
153
|
+
d: "M196.36 215.36c.1 1.42-.79 2.9-2 3.3-1.2.4-2.28-.44-2.38-1.9-.1-1.45.82-2.93 2.04-3.3 1.21-.38 2.24.48 2.34 1.9Z",
|
154
|
+
fill: resolvedPrimaryColor
|
155
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
156
|
+
d: "m245.56 239.74-56.02 27-2.28-30.5a2.72 2.72 0 0 1 1.88-2.8l53.77-17.36 2.65 23.66Z",
|
157
|
+
stroke: resolvedPrimaryColor,
|
158
|
+
strokeLinecap: "round",
|
159
|
+
strokeLinejoin: "round"
|
160
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
161
|
+
d: "m145.65 256.51-124.81 43 6.61-219.56A9.46 9.46 0 0 1 30.81 73l10.3-8.67 104.54 192.19Z",
|
162
|
+
fill: resolvedPrimaryColor,
|
163
|
+
stroke: resolvedSecondaryColor,
|
164
|
+
strokeLinecap: "round",
|
165
|
+
strokeLinejoin: "round"
|
166
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
167
|
+
d: "m159.54 244.8-124.82 43 4.79-219.69a5.52 5.52 0 0 1 7-5.2l99.58 27.7a6.84 6.84 0 0 1 5 6.19l8.45 148Z",
|
168
|
+
fill: "#fff",
|
169
|
+
stroke: resolvedSecondaryColor,
|
170
|
+
strokeLinecap: "round",
|
171
|
+
strokeLinejoin: "round"
|
172
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
173
|
+
d: "M151.69 107.42 39.18 83l.33-14.89a5.52 5.52 0 0 1 7-5.2l99.58 27.7a6.84 6.84 0 0 1 5 6.19l.6 10.62Z",
|
174
|
+
fill: resolvedSecondaryColor
|
175
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
176
|
+
d: "M55.14 75.12c-.03 2.87-1.86 4.77-4.11 4.24-2.25-.54-4.1-3.35-4.07-6.26.04-2.92 1.92-4.78 4.18-4.2 2.27.6 4.02 3.36 4 6.22Z",
|
177
|
+
fill: "#fff"
|
178
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
179
|
+
d: "M68.77 78.5c0 2.79-1.7 4.65-3.83 4.15-2.11-.5-3.87-3.22-3.86-6.05.02-2.84 1.77-4.65 3.9-4.1 2.13.55 3.8 3.23 3.8 6Z",
|
180
|
+
fill: resolvedPrimaryColor
|
181
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
182
|
+
d: "M145.43 184.87 56.23 193a5.55 5.55 0 0 1-6.06-5.62l.96-73.53a4.37 4.37 0 0 1 5.02-4.28l85.75 12.92a5.55 5.55 0 0 1 4.72 5.2l2.78 52.58a4.37 4.37 0 0 1-3.97 4.6v0ZM49.89 209.31l40.53-5.5M83.24 219.3l29.3-5.32M49.57 224.84c2.68-.49 2.88.63 5.56.15 2.68-.49 2.47-1.61 5.15-2.1 2.68-.48 2.88.64 5.56.15 2.68-.48 2.47-1.6 5.15-2.1 2.68-.48 2.88.64 5.56.16M108.75 227.71c3.04-.7 3.3.42 6.33-.28 3.04-.7 2.79-1.8 5.83-2.5s3.29.42 6.33-.29c3.04-.7 2.78-1.8 5.82-2.5 3.04-.69 3.3.43 6.33-.28 3.04-.7 2.79-1.8 5.83-2.5 3.04-.69 3.29.42 6.33-.28M49.46 241.83l50.69-11.57",
|
183
|
+
stroke: resolvedPrimaryColor,
|
184
|
+
strokeLinecap: "round",
|
185
|
+
strokeLinejoin: "round"
|
186
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
187
|
+
d: "M112.23 172.49c-6.33.17-12.03-8.4-12.3-19.1-.26-10.44 4.9-18.2 11.1-17.61 6.11.56 11.02 8.69 11.41 18.37.39 9.95-3.99 18.16-10.21 18.34Zm14.88-18.18c-.52-12.26-5.9-25.6-17.71-27.03l-26.57-3.21c-.57-.07-.94.33-.93 1.12.02.4.18.78.43 1.1a34.88 34.88 0 0 0 4.7 4.6 70.04 70.04 0 0 0 5.01 3.85c.63.44.89.88.9 1.42.01.73-.32 1.18-1 1.12l-23.49-1.96c-.75-.06-1.1.57-1.1 1.28 0 .58.17 1.14.5 1.62 2.06 3.2 5.3 7.07 9.94 11.51 3.96 3.78 8.14 7.33 12.5 10.63a1.82 1.82 0 0 1 .85 1.53c0 .63-.32 1.16-1.03 1.14l-10.66-.01c-.63 0-.97.49-.96 1.25.05.5.24.97.55 1.36 2.54 3.4 6.52 7.03 11.68 10.23 6.68 4.15 13.19 6.42 20.11 6.02 12.31-.74 16.78-16.03 16.28-27.57Z",
|
188
|
+
stroke: resolvedPrimaryColor,
|
189
|
+
strokeLinecap: "round",
|
190
|
+
strokeLinejoin: "round"
|
191
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
192
|
+
d: "M161.56 171.29c-5.06-10.82-17.72-18.82-34.62-10.91l-33.6 15.72c-.69.31-.93.85-.65 1.48a1.24 1.24 0 0 0 .87.6c1.7.38 3.98.6 6.95.69 2.87.07 5.04 0 7.22-.12.9-.04 1.36.15 1.56.6.29.57.03 1.14-.81 1.55L81.8 193.36c-.8.38-.94 1.06-.7 1.57a1.76 1.76 0 0 0 1.07.93c3.22 1.25 7.93 2.36 14.44 3.16 5.92.7 11.87 1.1 17.83 1.18.88 0 1.33.29 1.5.73.22.49.03 1.07-.82 1.47l-12.22 5.7c-.7.33-.9.85-.64 1.42.24.37.62.64 1.05.74 3.96 1.22 9.7 1.9 16.8 1.65 9.48-.33 18.47-2.07 27.5-6.28 17.1-8 18.63-24.32 13.95-34.34Zm-15.17 25.78a17.02 17.02 0 0 1-22.57-8.14c-3.92-8.4-.07-18.4 8.33-22.32a16.7 16.7 0 0 1 22.41 7.95 16.8 16.8 0 0 1-8.17 22.52v0Z",
|
193
|
+
fill: resolvedPrimaryColor,
|
194
|
+
stroke: resolvedSecondaryColor,
|
195
|
+
strokeLinecap: "round",
|
196
|
+
strokeLinejoin: "round"
|
197
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
198
|
+
d: "M162.29 171.35c-3.6 3.07-8.45 4.81-12.73 4.16-4.4-.67-7.33-3.86-7.85-8.53-.73-6.72 1.05-10.03 2.35-12.44.98-1.82 1.39-2.57.74-4.6a2.83 2.83 0 0 1 5.39-1.72c1.37 4.31.03 6.8-1.16 9-1.1 2.05-2.24 4.17-1.7 9.14.23 2.15 1.2 3.28 3.07 3.56 3.54.54 9.13-2.2 11.02-6.53 1.52-3.46 1.07-6.2.63-8.85-.21-1.3-.44-2.67-.34-4.03.1-1.3 4.4-5.29 5.45-4.13.77.83.31 1.7-.28 3.3-.4 1.08.5 2.48.74 3.94.48 2.97 1.15 7.04-1.03 12.03a16.07 16.07 0 0 1-4.3 5.7Z",
|
199
|
+
fill: "#fff",
|
200
|
+
stroke: resolvedSecondaryColor,
|
201
|
+
strokeLinecap: "round",
|
202
|
+
strokeLinejoin: "round"
|
203
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
204
|
+
d: "M162.16 149.57c-.22.28-.37.6-.44.94-.1 1.36.14 2.74.35 4.03.43 2.65.88 5.4-.63 8.85-1.9 4.34-7.48 7.07-11.02 6.53-1.68-.25-2.64-1.2-2.98-2.95l-.57-.7c-.44 7.04 8.77 6.88 13.07 3.1 4.85-4.27 6.02-10.67 2.22-19.8Z",
|
205
|
+
fill: resolvedSecondaryColor
|
206
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
207
|
+
d: "m141.58 141.7 2.82 8.62c.18.54 1.8.5 3.64-.1 1.83-.6 3.18-1.53 3-2.07l-2.82-8.63-6.64 2.17Z",
|
208
|
+
fill: resolvedPrimaryColor,
|
209
|
+
stroke: resolvedSecondaryColor,
|
210
|
+
strokeLinecap: "round",
|
211
|
+
strokeLinejoin: "round"
|
212
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
213
|
+
d: "M118.93 120.19a2.6 2.6 0 0 1-2.99.26 67.23 67.23 0 0 1-9.43-7c-5.73-5.13-8.84-10-9.23-14.5-.22-2.56.42-3.99 4.44-7.43 1.09-.93 4.39.69 3.3 1.62-1.93 1.65-2.75 3.35-2.57 5.37.6 6.88 12.13 15.12 16.12 17.47a2.58 2.58 0 0 1 .36 4.2Z",
|
214
|
+
fill: resolvedSecondaryColor,
|
215
|
+
stroke: resolvedSecondaryColor,
|
216
|
+
strokeLinecap: "round",
|
217
|
+
strokeLinejoin: "round"
|
218
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
219
|
+
d: "m120.52 109.23-.9-1.1-3.73 3.2-.49.42-1.64 1.4c-12.03 10.27 15.02 29.25 22.75 34.24a2.98 2.98 0 0 0 3.55-.24l1.23-1.05.34-.29 2.13-1.82 1.57-1.34 1.12-.95-.25-.31c.25-.72.23-1.5-.08-2.2-3.24-7.37-14.73-30.98-25.6-29.95Z",
|
220
|
+
fill: resolvedSecondaryColor,
|
221
|
+
stroke: resolvedSecondaryColor,
|
222
|
+
strokeLinecap: "round",
|
223
|
+
strokeLinejoin: "round"
|
224
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
225
|
+
d: "m148.58 139.88 1.57-1.34a2.98 2.98 0 0 0 .79-3.46c-3.7-8.42-18.21-38.12-30.24-27.85l-2.13 1.82c-12.02 10.26 15.03 29.25 22.76 34.23a2.97 2.97 0 0 0 3.54-.24l1.58-1.33 2.13-1.83Z",
|
226
|
+
fill: resolvedPrimaryColor,
|
227
|
+
stroke: resolvedSecondaryColor,
|
228
|
+
strokeLinecap: "round",
|
229
|
+
strokeLinejoin: "round"
|
230
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
231
|
+
d: "M126.04 114.12a2.58 2.58 0 0 1-4.1-1.02c-1.68-4.32-8.02-17-14.72-18.67-1.96-.49-3.77.05-5.7 1.71a2.6 2.6 0 0 1-3.36-3.94c4.02-3.42 7.83-3.4 10.32-2.78 4.38 1.1 8.71 4.92 12.87 11.39 2.1 3.3 3.92 6.78 5.42 10.4a2.6 2.6 0 0 1-.73 2.9Z",
|
232
|
+
fill: resolvedPrimaryColor,
|
233
|
+
stroke: resolvedSecondaryColor,
|
234
|
+
strokeLinecap: "round",
|
235
|
+
strokeLinejoin: "round"
|
236
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
237
|
+
d: "M137.66 127.8c1.58-1.35 1.49-4.08-.22-6.08s-4.38-2.53-5.97-1.17c-1.6 1.36-1.5 4.08.21 6.08s4.38 2.53 5.97 1.17Z",
|
238
|
+
fill: "#fff",
|
239
|
+
stroke: "#fff",
|
240
|
+
strokeLinecap: "round",
|
241
|
+
strokeLinejoin: "round"
|
242
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
243
|
+
d: "m133.61 118.44 1.75 10.86",
|
244
|
+
stroke: resolvedPrimaryColor,
|
245
|
+
strokeLinecap: "round",
|
246
|
+
strokeLinejoin: "round"
|
247
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
248
|
+
d: "M144.6 144.57a.47.47 0 0 0-.68-.06c-1.05.9-2.5 1.12-3.53.52-4.32-2.52-25.9-15.68-26.94-27.28a9.1 9.1 0 0 1 2.71-7.28l-2.72 2.32-.1.1a9.59 9.59 0 0 0-.86 4.94c.45 4.96 4.36 10.65 11.64 16.91 6.22 5.35 13.1 9.56 15.77 11.12.55.32 1.17.48 1.8.48a4.4 4.4 0 0 0 2.83-1.09.47.47 0 0 0 .18-.32.48.48 0 0 0-.1-.36Z",
|
249
|
+
fill: resolvedPrimaryColor
|
250
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
251
|
+
d: "M149.56 175.51c-4.4-.67-7.33-3.86-7.85-8.53-.73-6.72 1.05-10.03 2.35-12.44m4.97 2.68c-1.1 2.05-2.24 4.17-1.7 9.14.23 2.15 1.2 3.28 3.07 3.56M65.29 47.92l25.29-2.75V10.86L52.03 36.8l13.26 11.1Z",
|
252
|
+
stroke: resolvedSecondaryColor,
|
253
|
+
strokeLinecap: "round",
|
254
|
+
strokeLinejoin: "round"
|
255
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
256
|
+
d: "M261.5 109 90.58 45.18V10.86L261.5 93.48v15.53ZM111.31 52.91l-23.9 2.46M129.47 59.7l-22.64 2.2M145.5 65.68l-21.5 2M159.74 71l-20.46 1.82M172.5 75.77l-19.52 1.67",
|
257
|
+
stroke: resolvedSecondaryColor,
|
258
|
+
strokeLinecap: "round",
|
259
|
+
strokeLinejoin: "round"
|
260
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
261
|
+
d: "M90.58 10.86 111.3 52.9V20.88l18.16 38.81V29.66l16.02 36.02V37.4L159.74 71V44.3l12.76 31.48V50.46l11.48 29.6V56l10.4 27.93v-22.9l9.44 26.43V65.6l8.63 25.1V69.76l7.92 23.88V73.6l7.28 22.77V77.12l6.72 21.76V80.37l6.23 20.84V83.38l5.78 19.98V86.17l5.38 19.2v-16.6l5.03 18.48V91.21l4.7 17.8M234.37 98.88h-19.05M65.29 47.92l195.88 65.93M76.66 42.15l13.92-31.3M240.6 101.2h-18.2M246.37 103.37H228.8M251.79 105.37h-17.05M238.92 105.14l17.87 2.1M261.46 109.01h-15.93",
|
262
|
+
stroke: resolvedSecondaryColor,
|
263
|
+
strokeLinecap: "round",
|
264
|
+
strokeLinejoin: "round"
|
265
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
266
|
+
d: "m180.4 128.4 16.4 2.43 20.33-1.07 3.03-3.32-21.53-7.28-22.24 6.92c.42.48.89.9 1.4 1.28h.01c.77.56 1.66.92 2.6 1.05Z",
|
267
|
+
fill: resolvedSecondaryColor,
|
268
|
+
stroke: resolvedSecondaryColor,
|
269
|
+
strokeLinecap: "round",
|
270
|
+
strokeLinejoin: "round"
|
271
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
272
|
+
d: "m172.94 85.25 18.2-1.45c1.55-.12 3.1.09 4.57.62l5.8 2.14-3.7 36.88c.66 3.38-1.83 3.9-3.24 3.97l-13.82.75a4.91 4.91 0 0 1-3.62-1.32c-2.46-2.3-6.3-8.25-7.42-23.23-.06-.89-.15-1.8-.21-2.73-.22-4.15-.12-8.32.28-12.46a3.47 3.47 0 0 1 3.16-3.17Z",
|
273
|
+
fill: resolvedPrimaryColor,
|
274
|
+
stroke: resolvedSecondaryColor,
|
275
|
+
strokeLinecap: "round",
|
276
|
+
strokeLinejoin: "round"
|
277
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
278
|
+
d: "m189.35 113.71-13.23.8a1.54 1.54 0 0 1-1.54-.99c-2.05-5.46-2.28-17.51-1.8-22.09a1.38 1.38 0 0 1 1.27-1.23l13.82-1.07a1.54 1.54 0 0 1 1.67 1.66c-.4 5.3.2 16.17 1.08 21.31a1.39 1.39 0 0 1-.72 1.46c-.17.09-.36.14-.55.15Z",
|
279
|
+
fill: resolvedSecondaryColor
|
280
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
281
|
+
d: "m196.39 84.67 20.74 7.62V127a2.35 2.35 0 0 1-2.73 2.31l-12.26-2.08a5.4 5.4 0 0 1-4.16-3.44l-1.34-3.65a71.72 71.72 0 0 1-3.9-18.94v-.15c-.3-4.41.08-10.08.47-14.34a2.38 2.38 0 0 1 3.18-2.03Z",
|
282
|
+
fill: "#fff",
|
283
|
+
stroke: resolvedSecondaryColor,
|
284
|
+
strokeLinecap: "round",
|
285
|
+
strokeLinejoin: "round"
|
286
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
287
|
+
d: "M214.16 116.28v-19a1.67 1.67 0 0 0-1.14-1.59c-5.33-1.8-10.78-3.81-16.12-5.62a1.2 1.2 0 0 0-1.59 1.12c-.04 2.48.04 6.2.08 8.03.14 4.64.8 9.25 1.97 13.75a1.68 1.68 0 0 0 1.25 1.24l14.07 3.24a1.2 1.2 0 0 0 1.48-1.17Z",
|
288
|
+
fill: resolvedSecondaryColor
|
289
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
290
|
+
d: "m216.2 175.65 9.26-.25M216.2 175.65l-19.29-21.62M196.91 197.7l13 14.27M183.98 80.06l-18.65 1.53",
|
291
|
+
stroke: resolvedSecondaryColor,
|
292
|
+
strokeLinecap: "round",
|
293
|
+
strokeLinejoin: "round"
|
294
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
295
|
+
d: "M217.13 92.3v37.46l8.77-.46V95.71l-8.77-3.42Z",
|
296
|
+
fill: resolvedSecondaryColor,
|
297
|
+
stroke: resolvedSecondaryColor,
|
298
|
+
strokeLinecap: "round",
|
299
|
+
strokeLinejoin: "round"
|
300
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
301
|
+
d: "m180.01 93.19-5.35 8.02M178.56 100.76l-2.79 4.17M191.77 131.04l35.84-1.82",
|
302
|
+
stroke: resolvedPrimaryColor,
|
303
|
+
strokeLinecap: "round",
|
304
|
+
strokeLinejoin: "round"
|
305
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
306
|
+
d: "M66.66 36.03C64.16 54.88 84 81.56 98.7 92.21c1.86 1.22 3.98 2.7 6.02 2.75 1.87-.99 1.14-2.83.36-4.76-1.89-3.94-4.77-7.4-7.57-10.88-1.95-2.37-3.97-4.7-5.99-7.07-7.48-9.02-18.22-20.46-20.3-32.35-.41-3.31 4.35-4.1 5-.79.4 2.66 1.48 5.37 2.85 7.97 4.3 8.02 10.37 14.88 16.3 21.9 2 2.35 4.04 4.71 6.03 7.13 3.54 4.53 9.95 11.7 9.5 17.79a6.98 6.98 0 0 1-3.7 5.44c-4.84 2.54-11.65-3.1-15.22-6-7.28-6.23-13.42-13.6-18.7-21.56-6.85-10.72-13.16-23.3-11.55-36.46.57-3.24 5.3-2.59 4.94.71Z",
|
307
|
+
fill: resolvedPrimaryColor
|
308
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
309
|
+
d: "M66.66 36.03C64.16 54.88 84 81.56 98.7 92.21c1.86 1.22 3.98 2.7 6.02 2.75 1.87-.99 1.14-2.83.36-4.76-1.89-3.94-4.77-7.4-7.57-10.88-1.95-2.37-3.97-4.7-5.99-7.07-7.48-9.02-18.22-20.46-20.3-32.35-.41-3.31 4.35-4.1 5-.79.4 2.66 1.48 5.37 2.85 7.97 4.3 8.02 10.37 14.88 16.3 21.9 2 2.35 4.04 4.71 6.03 7.13 3.54 4.53 9.95 11.7 9.5 17.79a6.98 6.98 0 0 1-3.7 5.44c-4.84 2.54-11.65-3.1-15.22-6-7.28-6.23-13.42-13.6-18.7-21.56-6.85-10.72-13.16-23.3-11.55-36.46.57-3.24 5.3-2.59 4.94.71h0Z",
|
310
|
+
stroke: resolvedSecondaryColor,
|
311
|
+
strokeLinecap: "round",
|
312
|
+
strokeLinejoin: "round"
|
313
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
314
|
+
d: "M68.64 51.54a1.6 1.6 0 0 0-.76.04c-1.45.46-2.16 3.24-1.94 6.88M67.01 45.27a1.97 1.97 0 0 0-.85-.02c-1.57.33-2.68 2.7-2.92 5.88M71.23 58.03c-.25.11-.48.26-.7.43-2.24 1.79-1.45 5.9-1.32 6.54M74.3 63.95c-2.17 0-2.34 4.98-1.78 6.64M77.57 69.27c-1.71.7-1.18 6.1-.62 7.76M82.03 75.5c-1.76.78-.92 6.04 0 7.9M87.1 81.54c-1.47.78-.7 6.02.64 7.93M92.6 87.14c-1.72.7-.6 5.56.28 6.95M80.3 49.26c-1.26-.34-2.72 1.98-2.5 5.62M77.2 42.87c-1.55.33-3.23 2.5-2.9 5.88M83.42 54.14c-1.39-.43-2.37 4.86-1.67 6.26M87.74 59.84c-1.8 0-2.23 4.26-1.67 5.92M92.43 65.51c-1.52-.37-2 4.35-1.65 5.84M97.47 71.44c-1.3.19-2.04 3.9-1.59 5.93M102.19 77.11c-1.33.26-1.78 4.33-1.21 6.58M107.08 83.54c-1.85-.09-2.43 4.6-2.2 6.22",
|
315
|
+
stroke: resolvedSecondaryColor,
|
316
|
+
strokeLinecap: "round",
|
317
|
+
strokeLinejoin: "round"
|
318
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
319
|
+
d: "m52.03 36.81 21.9-14.75 2.73 20.1-24.63-5.35Z",
|
320
|
+
fill: resolvedSecondaryColor,
|
321
|
+
stroke: resolvedSecondaryColor,
|
322
|
+
strokeLinecap: "round",
|
323
|
+
strokeLinejoin: "round"
|
324
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
325
|
+
d: "m59.29 42.9 17.37-.75-24.63-5.34 7.26 6.09Z",
|
326
|
+
fill: resolvedSecondaryColor,
|
327
|
+
stroke: resolvedSecondaryColor,
|
328
|
+
strokeLinecap: "round",
|
329
|
+
strokeLinejoin: "round"
|
330
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
331
|
+
d: "M112.54 97.87c-1.69-1.7-3.49-2.98-5.32-3.44a5.31 5.31 0 0 0-2.81.03l-1.92-4.81c1.93-.66 4.01-.74 5.99-.24a15.4 15.4 0 0 1 6.2 3.42l-2.14 5.04Z",
|
332
|
+
fill: resolvedPrimaryColor
|
333
|
+
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
334
|
+
d: "M112.54 97.87c-1.69-1.7-3.49-2.98-5.32-3.44a5.31 5.31 0 0 0-2.81.03M102.5 89.65c1.92-.66 4-.74 5.98-.24a15.4 15.4 0 0 1 6.2 3.42",
|
335
|
+
stroke: resolvedSecondaryColor,
|
336
|
+
strokeLinecap: "round",
|
337
|
+
strokeLinejoin: "round"
|
338
|
+
}), /* @__PURE__ */ import_react.default.createElement("mask", {
|
339
|
+
height: "32",
|
340
|
+
id: "igc-maintenance-el-1",
|
341
|
+
width: "41",
|
342
|
+
x: "128",
|
343
|
+
y: "145",
|
344
|
+
maskUnits: "userSpaceOnUse"
|
345
|
+
}, /* @__PURE__ */ import_react.default.createElement("path", {
|
346
|
+
d: "M162.29 171.35c-3.6 3.07-8.45 4.81-12.73 4.16-4.4-.67-7.33-3.86-7.85-8.53-.73-6.72 1.05-10.03 2.35-12.44.98-1.82 1.38-2.57.74-4.6a2.83 2.83 0 0 1 5.39-1.72c1.37 4.31-20.13 10.12-21.3 12.32-1.11 2.05 22.51 25.23 18.43 5.82.24 2.15 1.22 3.28 3.08 3.56 3.54.54 9.13-2.2 11.02-6.53 1.52-3.46 1.07-6.2.63-8.85-.21-1.3-.44-2.67-.34-4.03.1-1.3 4.4-5.29 5.45-4.13.77.83.3 1.7-.28 3.3-.4 1.08.5 2.48.74 3.94.48 2.97 1.15 7.04-1.03 12.03a16.06 16.06 0 0 1-4.3 5.7Z",
|
347
|
+
fill: "#fff",
|
348
|
+
stroke: resolvedSecondaryColor,
|
349
|
+
strokeLinecap: "round",
|
350
|
+
strokeLinejoin: "round"
|
351
|
+
})), /* @__PURE__ */ import_react.default.createElement("g", {
|
352
|
+
mask: "url(#igc-maintenance-el-1)"
|
353
|
+
}, /* @__PURE__ */ import_react.default.createElement("path", {
|
354
|
+
d: "M161.56 171.29c-5.06-10.82-17.72-18.82-34.62-10.91l-33.6 15.72c-.69.31-.93.85-.65 1.48a1.24 1.24 0 0 0 .87.6c1.7.38 3.98.6 6.95.69 2.87.07 5.04 0 7.21-.12.9-.04 1.36.15 1.57.6.29.57.03 1.14-.81 1.55L81.8 193.36c-.8.38-.94 1.06-.7 1.57a1.76 1.76 0 0 0 1.07.93c3.22 1.25 7.93 2.36 14.44 3.16 5.92.7 11.87 1.1 17.83 1.18.88 0 1.33.29 1.5.73.22.49.03 1.07-.82 1.47l-12.22 5.7c-.7.33-.9.85-.64 1.42.24.37.62.64 1.05.74 3.96 1.22 9.7 1.9 16.8 1.65 9.48-.33 18.47-2.07 27.5-6.28 17.1-8 18.63-24.32 13.95-34.34Zm-15.17 25.78a17.02 17.02 0 0 1-22.57-8.14c-3.92-8.4-.07-18.4 8.33-22.32a16.7 16.7 0 0 1 22.41 7.95 16.83 16.83 0 0 1-8.17 22.52v-.01Z",
|
355
|
+
fill: resolvedPrimaryColor,
|
356
|
+
stroke: resolvedSecondaryColor,
|
357
|
+
strokeLinecap: "round",
|
358
|
+
strokeLinejoin: "round"
|
359
|
+
}))));
|
360
|
+
};
|
355
361
|
Maintenance.displayName = "Maintenance";
|
356
362
|
var stdin_default = (0, import_core.createBaseComponent)(Maintenance);
|