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
@@ -1,462 +1,468 @@
|
|
1
1
|
import React from "react";
|
2
2
|
import { createBaseComponent } from 'intergalactic/core';
|
3
3
|
import { Box } from 'intergalactic/flex-box';
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
|
359
|
-
|
360
|
-
|
361
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
362
|
-
|
363
|
-
|
364
|
-
|
365
|
-
|
366
|
-
|
367
|
-
|
368
|
-
|
369
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
370
|
-
|
371
|
-
|
372
|
-
|
373
|
-
|
374
|
-
|
375
|
-
|
376
|
-
|
377
|
-
|
378
|
-
|
379
|
-
|
380
|
-
|
381
|
-
|
382
|
-
|
383
|
-
|
384
|
-
|
385
|
-
|
386
|
-
|
387
|
-
|
388
|
-
|
389
|
-
|
390
|
-
|
391
|
-
|
392
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
393
|
-
|
394
|
-
|
395
|
-
|
396
|
-
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
|
406
|
-
|
407
|
-
|
408
|
-
|
409
|
-
|
410
|
-
|
411
|
-
|
412
|
-
|
413
|
-
|
414
|
-
|
415
|
-
|
416
|
-
|
417
|
-
|
418
|
-
|
419
|
-
|
420
|
-
|
421
|
-
|
422
|
-
|
423
|
-
|
424
|
-
|
425
|
-
|
426
|
-
|
427
|
-
|
428
|
-
|
429
|
-
|
430
|
-
|
431
|
-
|
432
|
-
|
433
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
434
|
-
|
435
|
-
|
436
|
-
|
437
|
-
|
438
|
-
}), /* @__PURE__ */ React.createElement("
|
439
|
-
|
440
|
-
|
441
|
-
|
442
|
-
|
443
|
-
|
444
|
-
|
445
|
-
|
446
|
-
|
447
|
-
|
448
|
-
|
449
|
-
|
450
|
-
}
|
451
|
-
|
452
|
-
|
453
|
-
|
454
|
-
|
455
|
-
}), /* @__PURE__ */ React.createElement("
|
456
|
-
|
457
|
-
|
458
|
-
|
459
|
-
|
4
|
+
import { useColorResolver } from 'intergalactic/utils/lib/use/useColorResolver';
|
5
|
+
const Blocked = ({ fill = "none", width = "260", height = "260", viewBox = "0 0 260 260", primaryColor = "#B780FF", secondaryColor = "#000", ...props }, ref) => {
|
6
|
+
const colorResolver = useColorResolver();
|
7
|
+
const resolvedPrimaryColor = colorResolver(primaryColor);
|
8
|
+
const resolvedSecondaryColor = colorResolver(secondaryColor);
|
9
|
+
return /* @__PURE__ */ React.createElement(Box, {
|
10
|
+
ref,
|
11
|
+
width,
|
12
|
+
height,
|
13
|
+
viewBox,
|
14
|
+
fill,
|
15
|
+
tag: "svg",
|
16
|
+
...props
|
17
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
18
|
+
d: "M198.25 84.33c-7.05-23.19-21.02-45.39-39.97-60.79a2.46 2.46 0 0 0-2.56-.32L125.22 37c-27.25-5.04-54.52-6.13-80.8 3.55a2.45 2.45 0 0 0-1.6 2.17l-1.97 38.53c-18.18 19.18-32.4 43.33-35.83 69.5a2.46 2.46 0 0 0 1.03 2.33l32.74 22.81c7.06 23.2 21.03 45.39 39.98 60.8a2.45 2.45 0 0 0 2.55.32l30.52-13.79c27.25 5.05 54.5 6.13 80.8-3.55a2.46 2.46 0 0 0 1.6-2.17l1.96-38.52c18.18-19.2 32.4-43.33 35.81-69.52a2.46 2.46 0 0 0-1.03-2.32l-32.72-22.81Z",
|
19
|
+
fill: resolvedPrimaryColor
|
20
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
21
|
+
d: "M156.19 84.54a5.81 5.81 0 0 0-5.36-5.14L17.55 69.7l1.03-1.57-4.43 2.32a5.8 5.8 0 0 0-2.92 5.24l4.8 136.2 4.12 3.13 145.93-17.6-9.9-112.88Z",
|
22
|
+
fill: resolvedPrimaryColor,
|
23
|
+
stroke: resolvedPrimaryColor,
|
24
|
+
strokeLinecap: "round",
|
25
|
+
strokeLinejoin: "round"
|
26
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
27
|
+
d: "M173.56 201.13 20.15 215.02l-4.99-141.4a5.81 5.81 0 0 1 6.24-6l133.37 9.71a5.82 5.82 0 0 1 5.35 5.15l13.44 118.65Z",
|
28
|
+
fill: "#fff",
|
29
|
+
stroke: "#fff",
|
30
|
+
strokeLinecap: "round",
|
31
|
+
strokeLinejoin: "round"
|
32
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
33
|
+
d: "M160.84 88.85 15.4 80.37l-.24-6.74a5.81 5.81 0 0 1 6.24-6l133.37 9.7a5.82 5.82 0 0 1 5.35 5.15l.72 6.37Z",
|
34
|
+
fill: resolvedSecondaryColor,
|
35
|
+
stroke: resolvedSecondaryColor,
|
36
|
+
strokeMiterlimit: "10"
|
37
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
38
|
+
d: "M30.19 74.72a2.3 2.3 0 0 1-2.56 2.43 2.98 2.98 0 0 1-2.77-2.78 2.3 2.3 0 0 1 2.55-2.4 2.98 2.98 0 0 1 2.78 2.75Z",
|
39
|
+
fill: "#fff"
|
40
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
41
|
+
d: "M38.37 75.26a2.27 2.27 0 0 1-2.49 2.4 2.98 2.98 0 0 1-2.73-2.74 2.26 2.26 0 0 1 2.5-2.4 2.98 2.98 0 0 1 2.72 2.74ZM46.4 75.79a2.23 2.23 0 0 1-2.43 2.38 2.95 2.95 0 0 1-2.68-2.72 2.23 2.23 0 0 1 2.44-2.38 2.95 2.95 0 0 1 2.66 2.72ZM158.82 133.9a1.28 1.28 0 0 1-1.28 1.43l-76.38.2-52.56.15a1.28 1.28 0 0 1-1.28-1.24l-1.36-32.6a1.28 1.28 0 0 1 1.34-1.34l127.24 4.66a1.28 1.28 0 0 1 1.24 1.14l3.04 27.6Z",
|
42
|
+
fill: resolvedPrimaryColor
|
43
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
44
|
+
d: "m117.98 189.25-86.06 5.98a2.36 2.36 0 0 1-2.5-2.25l-.48-11.87a2.35 2.35 0 0 1 2.23-2.44l85.65-4.36a2.34 2.34 0 0 1 2.46 2.13l.89 10.25a2.35 2.35 0 0 1-2.2 2.56Z",
|
45
|
+
fill: resolvedSecondaryColor,
|
46
|
+
stroke: resolvedSecondaryColor,
|
47
|
+
strokeLinecap: "round",
|
48
|
+
strokeLinejoin: "round"
|
49
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
50
|
+
d: "m104.03 142.98 55.71-.66",
|
51
|
+
stroke: resolvedSecondaryColor,
|
52
|
+
strokeLinecap: "round",
|
53
|
+
strokeLinejoin: "round"
|
54
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
55
|
+
d: "m79.5 143.27 11.39-.13",
|
56
|
+
stroke: resolvedPrimaryColor,
|
57
|
+
strokeLinecap: "round",
|
58
|
+
strokeLinejoin: "round"
|
59
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
60
|
+
d: "m27.42 143.89 43.57-.52",
|
61
|
+
stroke: resolvedSecondaryColor,
|
62
|
+
strokeLinecap: "round",
|
63
|
+
strokeLinejoin: "round"
|
64
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
65
|
+
d: "m141.74 150.05 18.8-.4",
|
66
|
+
stroke: resolvedPrimaryColor,
|
67
|
+
strokeLinecap: "round",
|
68
|
+
strokeLinejoin: "round"
|
69
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
70
|
+
d: "m56.46 151.88 39.8-.85",
|
71
|
+
stroke: resolvedSecondaryColor,
|
72
|
+
strokeLinecap: "round",
|
73
|
+
strokeLinejoin: "round"
|
74
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
75
|
+
d: "m27.77 152.5 20.46-.44",
|
76
|
+
stroke: resolvedPrimaryColor,
|
77
|
+
strokeLinecap: "round",
|
78
|
+
strokeLinejoin: "round"
|
79
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
80
|
+
d: "m141.74 157.64 19.61-.61",
|
81
|
+
stroke: resolvedSecondaryColor,
|
82
|
+
strokeLinecap: "round",
|
83
|
+
strokeLinejoin: "round"
|
84
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
85
|
+
d: "m113.15 158.53 25.2-.78M72.37 159.8l34.98-1.09",
|
86
|
+
stroke: resolvedPrimaryColor,
|
87
|
+
strokeLinecap: "round",
|
88
|
+
strokeLinejoin: "round"
|
89
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
90
|
+
d: "m28.12 161.18 39.14-1.22M125.75 165.96l36.42-1.5",
|
91
|
+
stroke: resolvedSecondaryColor,
|
92
|
+
strokeLinecap: "round",
|
93
|
+
strokeLinejoin: "round"
|
94
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
95
|
+
d: "m91.19 167.37 28.6-1.17",
|
96
|
+
stroke: resolvedPrimaryColor,
|
97
|
+
strokeLinecap: "round",
|
98
|
+
strokeLinejoin: "round"
|
99
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
100
|
+
d: "m62.58 168.55 23.73-.98",
|
101
|
+
stroke: resolvedSecondaryColor,
|
102
|
+
strokeLinecap: "round",
|
103
|
+
strokeLinejoin: "round"
|
104
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
105
|
+
d: "m28.47 169.95 27.08-1.11",
|
106
|
+
stroke: resolvedPrimaryColor,
|
107
|
+
strokeLinecap: "round",
|
108
|
+
strokeLinejoin: "round"
|
109
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
110
|
+
d: "m128.55 97.27 26.39 1.2M69.02 94.58l7.13.32M49.29 93.68l14.72.67M25.35 92.6l18.49.83",
|
111
|
+
stroke: resolvedSecondaryColor,
|
112
|
+
strokeLinecap: "round",
|
113
|
+
strokeLinejoin: "round"
|
114
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
115
|
+
d: "m65.1 184.9 48.05-2.9M37.15 186.57l20.42-1.22",
|
116
|
+
stroke: resolvedPrimaryColor,
|
117
|
+
strokeLinecap: "round",
|
118
|
+
strokeLinejoin: "round"
|
119
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
120
|
+
d: "M146.12 111.76a2.83 2.83 0 0 1-2.93 3.26 3.96 3.96 0 0 1-3.76-3.4 2.82 2.82 0 0 1 2.98-3.26 3.95 3.95 0 0 1 3.71 3.4v0ZM25.92 130.11l24.73-22.7a4.26 4.26 0 0 1 5.99.22l27.92 29.8",
|
121
|
+
stroke: "#fff",
|
122
|
+
strokeLinecap: "round",
|
123
|
+
strokeLinejoin: "round"
|
124
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
125
|
+
d: "m68.47 120.27 13-9.64a3.08 3.08 0 0 1 3.74.05L100.89 123M112.59 129.05l15.77-12.77a4.26 4.26 0 0 1 5.81.42l19.16 20.76",
|
126
|
+
stroke: "#fff",
|
127
|
+
strokeLinecap: "round",
|
128
|
+
strokeLinejoin: "round"
|
129
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
130
|
+
d: "m143.21 126.5 5.84-4.76a3.1 3.1 0 0 1 4.06.14l6.92 6.5",
|
131
|
+
stroke: "#fff",
|
132
|
+
strokeLinecap: "round",
|
133
|
+
strokeLinejoin: "round"
|
134
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
135
|
+
d: "m20.57 69.91-3.02-.22.5-.77a.25.25 0 0 0-.32-.36l-3.58 1.89a5.8 5.8 0 0 0-2.92 5.24l.22 6.27 3.95-1.6 2.74-5.27 2.43-5.18Z",
|
136
|
+
fill: resolvedSecondaryColor,
|
137
|
+
stroke: resolvedSecondaryColor,
|
138
|
+
strokeMiterlimit: "10"
|
139
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
140
|
+
d: "m15.49 82.7-.39-10.32a5.81 5.81 0 0 1 6.23-6M11.98 122.3l1.4 39.55",
|
141
|
+
stroke: "#fff",
|
142
|
+
strokeLinecap: "round",
|
143
|
+
strokeLinejoin: "round"
|
144
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
145
|
+
d: "m81.46 66.52 16.9 14M81.9 71.99l14.56-10.74M89.54 72.35l13.6-10.02M87.09 62.82l16.9 14M79.52 86.47l29.61-21.89M86.04 88.84 114 68.3",
|
146
|
+
stroke: resolvedSecondaryColor,
|
147
|
+
strokeLinecap: "round",
|
148
|
+
strokeLinejoin: "round"
|
149
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
150
|
+
d: "m92.95 75.29-.26 1.48c0 .73 0 1.51-.04 2.33-.1 1.55-.32 3.1-.67 4.6 2.17.67 9.3 1.39 11.53 1.02 2.45-.4 3.25-7.47 3.44-11.2.11-2.18-1.2-.77-1.56-2.07l-8.03.87-4.41 2.97Z",
|
151
|
+
fill: resolvedPrimaryColor,
|
152
|
+
stroke: resolvedSecondaryColor,
|
153
|
+
strokeLinecap: "round",
|
154
|
+
strokeLinejoin: "round"
|
155
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
156
|
+
d: "M116.07 69.16a4.16 4.16 0 0 1 2.18-3.44.46.46 0 0 1 .43-.03c.34.2.13 1.31-.64 3.3",
|
157
|
+
fill: resolvedPrimaryColor
|
158
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
159
|
+
d: "M116.07 69.16a4.16 4.16 0 0 1 2.18-3.44.46.46 0 0 1 .43-.03c.34.2.13 1.31-.64 3.3",
|
160
|
+
stroke: resolvedSecondaryColor,
|
161
|
+
strokeLinecap: "round",
|
162
|
+
strokeLinejoin: "round"
|
163
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
164
|
+
d: "M125.74 68.99c2.32 7.2 3.17 44.35-25.61 29.37-1.68-1.82 2.61-11.85 2.61-11.85.8-.06 9.84 4.36 13.1.7 2.78-3.12 3.82-8.66 3.2-12.42-.3-1.75-1.29-2-2-3.33",
|
165
|
+
fill: resolvedPrimaryColor
|
166
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
167
|
+
d: "M125.74 68.99c2.32 7.2 3.17 44.35-25.61 29.37-1.68-1.82 2.61-11.85 2.61-11.85.8-.06 9.84 4.36 13.1.7 2.78-3.12 3.82-8.66 3.2-12.42-.3-1.75-1.29-2-2-3.33M106.91 72.9c.56 7.2-2.13 12.47-5.27 12.77-2.32.22-5.4-1.61-6.81-5.11",
|
168
|
+
stroke: resolvedSecondaryColor,
|
169
|
+
strokeLinecap: "round",
|
170
|
+
strokeLinejoin: "round"
|
171
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
172
|
+
d: "M100.13 79.28c.09.97.65 1.73 1.37 1.89.31.06.64.02.92-.12",
|
173
|
+
stroke: resolvedSecondaryColor,
|
174
|
+
strokeLinecap: "round",
|
175
|
+
strokeLinejoin: "round"
|
176
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
177
|
+
d: "M104.94 77.69c1.4 1.1 2.28 2.13 2.06 2.5-.2.37-1.57.09-3.25-.66",
|
178
|
+
fill: resolvedPrimaryColor
|
179
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
180
|
+
d: "M104.94 77.69c1.4 1.1 2.28 2.13 2.06 2.5-.2.37-1.57.09-3.25-.66",
|
181
|
+
stroke: resolvedSecondaryColor,
|
182
|
+
strokeLinecap: "round",
|
183
|
+
strokeLinejoin: "round"
|
184
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
185
|
+
d: "M97.41 63.1c8.05 0 14.35 3.13 15.33 7.61 1.34 6.1-6.81 13.29-17.82 15.7-2.44.55-4.93.82-7.43.83-8.04 0-14.34-3.13-15.33-7.61-1.34-6.1 6.82-13.29 17.82-15.7a34.7 34.7 0 0 1 7.43-.83Zm0-2.55c-2.68 0-5.35.28-7.97.85C76.86 64.16 68 72.55 69.67 80.13c1.3 5.94 8.66 9.62 17.82 9.62 2.68 0 5.36-.3 7.98-.88 12.58-2.77 21.43-11.16 19.76-18.74-1.3-5.92-8.65-9.58-17.82-9.58Z",
|
186
|
+
fill: resolvedSecondaryColor
|
187
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
188
|
+
d: "m96.66 61.45 14.9 12.72",
|
189
|
+
stroke: resolvedSecondaryColor,
|
190
|
+
strokeLinecap: "round",
|
191
|
+
strokeLinejoin: "round"
|
192
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
193
|
+
d: "m114.66 70.69 41-6.86",
|
194
|
+
stroke: resolvedSecondaryColor,
|
195
|
+
strokeMiterlimit: "10"
|
196
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
197
|
+
d: "M114.44 69.38a458.24 458.24 0 0 0 41.1-6.2l.22 1.28a441.46 441.46 0 0 0-30.72 5.3c-3.4.7-6.8 1.44-10.16 2.22l-.43-2.62-.01.02Z",
|
198
|
+
fill: resolvedSecondaryColor
|
199
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
200
|
+
d: "m112.48 120.54 1.84 3.58c2.13 10.7-.38 13.1-.43 20.13-.07 8.62.36 18.1.07 26.4a9.42 9.42 0 0 1-6.6 8.67c-10.13 3.19-26.69 8.47-30.23 10.5a11.67 11.67 0 0 0-4.38 6.08 2.08 2.08 0 0 1-1.66 1.46c-.66.12-1.34.06-1.96-.19-1.6-.65-2.67-2.63-2.5-4.93a6.3 6.3 0 0 1 .48-1.87 57.65 57.65 0 0 1 6.93-12.28c1.76-1.2 3.83 1.27 5.48 1.62 3.05-2.01 15.45-10.97 20.8-12.08-1.13-4-5.97-23.56-6.95-28.12.63-7.05 2.22-13.07 2.85-20.11l16.26 1.14Z",
|
201
|
+
fill: resolvedPrimaryColor
|
202
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
203
|
+
d: "M95.7 183.04c-4.2.55-4.01-11.32-1.46-12.8-5.7 3.13-12.57 8.04-14.73 9.47-1.66-.34-3.71-2.83-5.48-1.63a56.76 56.76 0 0 0-6.93 12.27c-.25.6-.41 1.23-.47 1.87-.18 2.3.89 4.29 2.5 4.94.62.24 1.3.3 1.95.18a2.08 2.08 0 0 0 1.66-1.46c.75-2.45 2.3-4.6 4.38-6.08 2.36-1.35 10.44-4.13 18.57-6.77v.01Z",
|
204
|
+
fill: "#fff",
|
205
|
+
stroke: resolvedSecondaryColor,
|
206
|
+
strokeLinecap: "round",
|
207
|
+
strokeLinejoin: "round"
|
208
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
209
|
+
d: "M91.19 184.52c-4.2.55-3.4-10.5-.85-11.99M77.42 189.65c-.46-1.36-2.37-1.58-2.6-1.8-.85-1.42 2.84-7.63 4.68-8.14",
|
210
|
+
stroke: resolvedSecondaryColor,
|
211
|
+
strokeLinecap: "round",
|
212
|
+
strokeLinejoin: "round"
|
213
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
214
|
+
d: "M114.01 159.57c-.06-5.14-.18-10.37-.14-15.33.07-7.04 2.56-9.43.43-20.14l-1.84-3.57-16.26-1.14c-.63 7.04-2.22 13.07-2.85 20.11.76 3.6 3.94 16.52 5.8 23.79.64-3.79 13.61-5.78 14.86-3.72Z",
|
215
|
+
fill: "#fff"
|
216
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
217
|
+
d: "M113.94 170.66c.16-4.83.09-10.05.02-15.27l-2.66-.48c.95 8.55 1.52 15.1.37 18.48-1.66 4.87-7.41 6.9-7.4 6.9 1.75-.16 2.26-.71 3.09-.97a9.4 9.4 0 0 0 6.58-8.66Z",
|
218
|
+
fill: "#fff"
|
219
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
220
|
+
d: "M113.89 153.62v-1.9c0-1.63-.01-3.24-.04-4.83l-18.16-8.57-.23 2.46c.67 1.73 2.34 5.84 6.65 8.8 3.38 2.3 7.04 1.88 11.78 4.04Z",
|
221
|
+
fill: resolvedPrimaryColor
|
222
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
223
|
+
d: "M114.32 124.12c2.13 10.7-.38 13.1-.43 20.13-.03 4.95.08 10.18.14 15.33M99.18 163.29a967.63 967.63 0 0 1-5.8-23.79",
|
224
|
+
stroke: resolvedSecondaryColor,
|
225
|
+
strokeLinecap: "round",
|
226
|
+
strokeLinejoin: "round"
|
227
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
228
|
+
d: "M99.18 163.29c.63-3.79 13.6-5.78 14.85-3.72",
|
229
|
+
stroke: resolvedSecondaryColor,
|
230
|
+
strokeLinecap: "round",
|
231
|
+
strokeLinejoin: "round"
|
232
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
233
|
+
d: "M114.01 159.57c.04 3.8.05 7.55-.07 11.1a9.42 9.42 0 0 1-6.58 8.66c-10.13 3.18-26.69 8.46-30.23 10.48a11.67 11.67 0 0 0-4.38 6.09 2.08 2.08 0 0 1-1.66 1.46c-.66.12-1.34.06-1.96-.19-1.6-.65-2.67-2.63-2.5-4.93a6.3 6.3 0 0 1 .48-1.87 57.65 57.65 0 0 1 6.93-12.28c1.76-1.2 3.83 1.27 5.48 1.62 3.05-2.01 15.45-10.97 20.8-12.08-.24-.85-.65-2.39-1.15-4.34",
|
234
|
+
stroke: resolvedSecondaryColor,
|
235
|
+
strokeLinecap: "round",
|
236
|
+
strokeLinejoin: "round"
|
237
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
238
|
+
d: "m93.22 123.1-3.15 6.71c-3.33 16.3 39.06 27.58 48.28 33.14-.6 17.18 15.99 44.8 17.58 51.73a18.43 18.43 0 0 0-.73 6.81 1.47 1.47 0 0 0 1.02 1.28c4.32 1.31 17 4.04 23.36 3.52 1.55-.13-12.94-5.04-13.51-6.49-2.47-6.14 3.54-5.4 0-6.74a2.06 2.06 0 0 1-1.2-1.22c-3.4-9.27-10.94-40.48-14.02-53.54-.6-2.53-2-4.79-3.99-6.45-9.15-7.6-27.25-20.86-36.19-24-.91-2.6-1.84-5.87-2.76-8.47l-14.69 3.72Z",
|
239
|
+
fill: resolvedPrimaryColor
|
240
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
241
|
+
d: "M129.99 139.07c-7.2-5.01-14.54-9.56-19.31-11.21-.92-2.6-1.84-5.87-2.76-8.47l-14.7 3.71-3.15 6.71c-2.21 10.87 15.9 19.5 30.95 25.7-4.75-4.59 5.62-17.66 8.97-16.44Z",
|
242
|
+
fill: "#fff"
|
243
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
244
|
+
d: "M121 155.51c-4.73-4.59 5.64-17.66 8.99-16.44",
|
245
|
+
stroke: resolvedSecondaryColor,
|
246
|
+
strokeLinecap: "round",
|
247
|
+
strokeLinejoin: "round"
|
248
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
249
|
+
d: "M159.57 193.48c-3.25-12.4-6.8-27.18-8.69-35.17-.6-2.53-2-4.79-4-6.44l-1.04-.86c2.64 2.13 8.12 31.18 13.73 42.48Z",
|
250
|
+
fill: "#fff"
|
251
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
252
|
+
d: "M164.9 211.85c-1.49-4.07-3.77-12.35-6.14-21.47-.11 2.55-9.8 4.5-12.07 3.1 4.16 9.57 8.48 17.83 9.25 21.2a18.43 18.43 0 0 0-.72 6.81 1.47 1.47 0 0 0 1.02 1.28c4.32 1.31 17 4.04 23.36 3.52 1.55-.13 3.01-1.97 2-3.16-3.88-4.61-11.97-8.73-15.5-10.07a2.06 2.06 0 0 1-1.2-1.21Z",
|
253
|
+
fill: "#fff",
|
254
|
+
stroke: resolvedSecondaryColor,
|
255
|
+
strokeLinecap: "round",
|
256
|
+
strokeLinejoin: "round"
|
257
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
258
|
+
d: "M159.94 194.85c-.12 2.55-9.16 4.75-11.26 3.1M155.94 214.68a12.24 12.24 0 0 0 8.57 2.42 4.36 4.36 0 0 1 1.57-4.03",
|
259
|
+
stroke: resolvedSecondaryColor,
|
260
|
+
strokeLinecap: "round",
|
261
|
+
strokeLinejoin: "round"
|
262
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
263
|
+
d: "M90.05 129.81c-3.31 16.3 39.08 27.58 48.3 33.14-.6 17.18 15.99 44.8 17.58 51.73a18.43 18.43 0 0 0-.73 6.81 1.47 1.47 0 0 0 1.02 1.28c4.32 1.31 17 4.04 23.36 3.52 1.55-.13 2.88-1.87 2-3.16-2.18-3.24-11.97-8.73-15.5-10.07a2.05 2.05 0 0 1-1.2-1.22c-3.4-9.27-10.94-40.48-14.02-53.54-.59-2.53-1.99-4.79-3.99-6.45-9.15-7.6-27.24-20.86-36.18-24",
|
264
|
+
stroke: resolvedSecondaryColor,
|
265
|
+
strokeLinecap: "round",
|
266
|
+
strokeLinejoin: "round"
|
267
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
268
|
+
d: "M90.05 129.81c1.86-2.53 6.12-7.3 15.81-7.26 2.9 0 5.76.53 8.46 1.57-.57-4.44-3.87-15.57-3.83-21.09.22-.98 1.34-4.08.57-6.23l-10.42-12.34c-1.62-.32-7.08.17-8.68-.74-6.16 5.39.65 25.38 2.43 29.73.44 1.5-3.81 9.39-4.34 16.36Z",
|
269
|
+
fill: "#fff"
|
270
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
271
|
+
d: "M111.07 96.8c.77 2.13-.34 5.25-.57 6.23-.05 5.53 3.25 16.66 3.83 21.09a23.63 23.63 0 0 0-8.45-1.57c-9.7-.05-13.95 4.73-15.82 7.26.53-6.97 4.78-14.86 4.35-16.38-1.78-4.35-8.58-24.34-2.42-29.73 1.02.43 2.13.58 3.22.45",
|
272
|
+
stroke: resolvedSecondaryColor,
|
273
|
+
strokeLinecap: "round",
|
274
|
+
strokeLinejoin: "round"
|
275
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
276
|
+
d: "M104.04 110.33a28.78 28.78 0 0 0 6.64-8",
|
277
|
+
stroke: resolvedSecondaryColor,
|
278
|
+
strokeLinecap: "round",
|
279
|
+
strokeLinejoin: "round"
|
280
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
281
|
+
d: "M137.4 68.38a1.5 1.5 0 0 1-.25-2.96l18.26-3.06a1.5 1.5 0 0 1 .49 2.94l-18.26 3.06-.25.02Z",
|
282
|
+
fill: resolvedSecondaryColor
|
283
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
284
|
+
d: "M93.57 84.3c8.86-1.58 39.24 9.37 49.36-14.38l7.92-2.43c-5.66 30.22-38.39 32.96-57.64 26.4",
|
285
|
+
fill: resolvedPrimaryColor
|
286
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
287
|
+
d: "M93.57 84.3a19.4 19.4 0 0 0-.36 9.57 54.63 54.63 0 0 0 10.07 2.36c-2-1.7.47-10.83 2.98-11.24-5.43-.5-10.03-1.16-12.69-.69Z",
|
288
|
+
fill: "#fff"
|
289
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
290
|
+
d: "M103.28 96.23c-2-1.7.47-10.83 2.98-11.24",
|
291
|
+
stroke: resolvedSecondaryColor,
|
292
|
+
strokeLinecap: "round",
|
293
|
+
strokeLinejoin: "round"
|
294
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
295
|
+
d: "m149.89 68.96-7.8 2.13c1.03-3.6-1.04-4.97-.76-5.14.28-.17 1.65-.89 2.34 1.16.46-.13.82-.36.49-1.7a2.3 2.3 0 0 0-1.38-1.57c.08-.43.63-.54.85-.58 1.2-.23 1.96.58 2.27 1.89",
|
296
|
+
fill: resolvedPrimaryColor
|
297
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
298
|
+
d: "M147.57 64.6c-.3-1.3-1.19-2.51-2.3-2.24-.44.15-.81.46-1.04.87",
|
299
|
+
fill: resolvedPrimaryColor
|
300
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
301
|
+
d: "M149.33 64.46c-.15-1.28-.72-2.35-1.65-2.36a1.15 1.15 0 0 0-1 .75",
|
302
|
+
fill: resolvedPrimaryColor
|
303
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
304
|
+
d: "M150.85 67.49c.33-1.7 0-4-.72-4.58a1.04 1.04 0 0 0-1.33-.11l-2.23.05-1.38.23-.8.73 2.6 6.04 3.86-2.36Z",
|
305
|
+
fill: resolvedPrimaryColor
|
306
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
307
|
+
d: "M146.05 66.56a11.32 11.32 0 0 1 3.84-.6",
|
308
|
+
stroke: resolvedSecondaryColor,
|
309
|
+
strokeLinecap: "round",
|
310
|
+
strokeLinejoin: "round"
|
311
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
312
|
+
d: "M150.85 67.7c.2-1.16.17-2.35-.08-3.5-.36 12.49-12.24 25.16-25.03 30.7 15.25-4.71 22.74-14.55 25.11-27.2Z",
|
313
|
+
fill: "#fff"
|
314
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
315
|
+
d: "M150.85 67.49c-5.66 30.22-38.39 32.96-57.64 26.4",
|
316
|
+
stroke: resolvedSecondaryColor,
|
317
|
+
strokeLinecap: "round",
|
318
|
+
strokeLinejoin: "round"
|
319
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
320
|
+
d: "M93.22 84.08c.66.1 1.32.13 1.98.07 9.94-.32 35.39 7.4 46.13-11.02M143.67 67.11c.46-.13.82-.36.49-1.7a2.31 2.31 0 0 0-1.39-1.57c.09-.42.64-.54.86-.58 1.2-.23 1.96.58 2.27 1.89M141.33 73.13c.43-.62 1.78-4.7.81-5.64M147.57 64.6c-.3-1.3-1.19-2.51-2.3-2.24-.3.08-.56.26-.75.51",
|
321
|
+
stroke: resolvedSecondaryColor,
|
322
|
+
strokeLinecap: "round",
|
323
|
+
strokeLinejoin: "round"
|
324
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
325
|
+
d: "M149.33 64.46c-.15-1.28-.72-2.35-1.65-2.36a1.15 1.15 0 0 0-1 .75",
|
326
|
+
stroke: resolvedSecondaryColor,
|
327
|
+
strokeLinecap: "round",
|
328
|
+
strokeLinejoin: "round"
|
329
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
330
|
+
d: "M150.54 68.99c.78-2.76.32-5.5-.43-6.08a1.04 1.04 0 0 0-1.33-.11",
|
331
|
+
stroke: resolvedSecondaryColor,
|
332
|
+
strokeLinecap: "round",
|
333
|
+
strokeLinejoin: "round"
|
334
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
335
|
+
d: "M146.05 66.56a11.32 11.32 0 0 1 3.84-.6",
|
336
|
+
stroke: resolvedSecondaryColor,
|
337
|
+
strokeLinecap: "round",
|
338
|
+
strokeLinejoin: "round"
|
339
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
340
|
+
d: "M144.16 65.4c-.1-.42-.33-.8-.66-1.1l-6.38 1.07a1.54 1.54 0 0 0 .5 3.03l6.07-1.02c.49-.12.8-.63.47-1.98Z",
|
341
|
+
fill: resolvedSecondaryColor
|
342
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
343
|
+
d: "M120.05 67.14a1.03 1.03 0 0 0-1.2-.17c-1 .6.04 4.5.59 4.68.55.17.88-.15.94-3.17",
|
344
|
+
fill: resolvedPrimaryColor
|
345
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
346
|
+
d: "M120.05 67.14a1.03 1.03 0 0 0-1.2-.17c-1 .6.04 4.5.59 4.68.55.17.88-.15.94-3.17",
|
347
|
+
stroke: resolvedSecondaryColor,
|
348
|
+
strokeLinecap: "round",
|
349
|
+
strokeLinejoin: "round"
|
350
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
351
|
+
d: "M121.77 66.66a1.1 1.1 0 0 0-1.28-.32c-1.11.54-.42 4.81.15 5.05.5.2.95-.06 1.33-3.27",
|
352
|
+
fill: resolvedPrimaryColor
|
353
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
354
|
+
d: "M121.77 66.66a1.1 1.1 0 0 0-1.28-.32c-1.11.54-.42 4.81.15 5.05.5.2.95-.06 1.33-3.27",
|
355
|
+
stroke: resolvedSecondaryColor,
|
356
|
+
strokeLinecap: "round",
|
357
|
+
strokeLinejoin: "round"
|
358
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
359
|
+
d: "M123.45 66.78a1.06 1.06 0 0 0-1.16-.36c-1.07.42-.7 4.29-.18 4.53.51.25.89 0 1.45-2.85",
|
360
|
+
fill: resolvedPrimaryColor
|
361
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
362
|
+
d: "M123.45 66.78a1.06 1.06 0 0 0-1.16-.36c-1.07.42-.7 4.29-.18 4.53.51.25.89 0 1.45-2.85",
|
363
|
+
stroke: resolvedSecondaryColor,
|
364
|
+
strokeLinecap: "round",
|
365
|
+
strokeLinejoin: "round"
|
366
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
367
|
+
d: "M125.62 68.05c-.3-.94-.73-1.5-1.58-1.1-.85.4-1.2 3.6-.79 3.89.41.28.78.12 1.65-2.26",
|
368
|
+
fill: resolvedPrimaryColor
|
369
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
370
|
+
d: "M125.62 68.05c-.3-.94-.73-1.5-1.58-1.1-.85.4-1.2 3.6-.79 3.89.41.28.78.12 1.65-2.26",
|
371
|
+
stroke: resolvedSecondaryColor,
|
372
|
+
strokeLinecap: "round",
|
373
|
+
strokeLinejoin: "round"
|
374
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
375
|
+
d: "M77.42 56.29c-1.74 5.81.33 10.84 4.55 13.1 5.46 2.9 12.09-3.07 14.54-1.97.52-9.68-11.04-2.38-14.68-9.23-.85 1.73.27 3.72.47 3.93a8.48 8.48 0 0 1-4.88-5.83Z",
|
376
|
+
fill: resolvedSecondaryColor,
|
377
|
+
stroke: resolvedPrimaryColor,
|
378
|
+
strokeLinecap: "round",
|
379
|
+
strokeLinejoin: "round"
|
380
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
381
|
+
d: "M92.34 73.43c-.4-3.58.56-5.5 3.56-7.17 3.35-1.86 10.07-.4 11.12 3.59l-1.63 1.08-13.05 2.5Z",
|
382
|
+
fill: resolvedSecondaryColor
|
383
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
384
|
+
d: "M92.55 73.17c2.5-2.32 10.57-6.39 14.9-3.01a1.1 1.1 0 0 1 .43.78c.02.66.01 1.32-.04 1.98a.5.5 0 0 1-.24.4.5.5 0 0 1-.46.03c-1.12-.47-2.3-.77-3.51-.88-5.36-.5-9.46 2.86-10.96 4.29a.3.3 0 0 1-.52-.21l-.07-2.3a1.43 1.43 0 0 1 .47-1.08Z",
|
385
|
+
fill: "#fff",
|
386
|
+
stroke: resolvedSecondaryColor,
|
387
|
+
strokeLinecap: "round",
|
388
|
+
strokeLinejoin: "round"
|
389
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
390
|
+
d: "M96.09 75.72c-.37-1.23-.67-1.61-1.4-1.4-.89.27-1.71 2.56-.16 3.94",
|
391
|
+
fill: resolvedPrimaryColor
|
392
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
393
|
+
d: "M96.09 75.72c-.37-1.23-.67-1.61-1.4-1.4-.89.27-1.71 2.56-.16 3.94",
|
394
|
+
stroke: resolvedSecondaryColor,
|
395
|
+
strokeLinecap: "round",
|
396
|
+
strokeLinejoin: "round"
|
397
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
398
|
+
d: "m235.47 53.14-2.82-2.37-2.13.8-.53 2.28-21 5.07 5.93-13.88a1.32 1.32 0 0 0-.42-1.6l-2.92-2.43-8.14 7.12 5.41-2.03-42.7 28.52h-3.95l-.97.85 2.88 2.41c.2.2.44.35.72.4l47.6 9.4a1.35 1.35 0 0 0 1.5-1.87l-5.48-12.23 25.75-6.22a2.34 2.34 0 0 0 1.79-2.19l.37-10.32a1.94 1.94 0 0 0-.89-1.71Z",
|
399
|
+
fill: resolvedSecondaryColor,
|
400
|
+
stroke: resolvedSecondaryColor,
|
401
|
+
strokeLinecap: "round",
|
402
|
+
strokeLinejoin: "round"
|
403
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
404
|
+
d: "M210.04 40.96 161.47 73.4a1.35 1.35 0 0 0 .49 2.44l47.58 9.4a1.35 1.35 0 0 0 1.5-1.88l-5.48-12.22 25.74-6.22a2.34 2.34 0 0 0 1.8-2.2l.37-10.32a1.94 1.94 0 0 0-2.4-1.96l-24.98 6.04 5.94-13.88a1.35 1.35 0 0 0-2-1.64Z",
|
405
|
+
fill: "#fff",
|
406
|
+
stroke: resolvedSecondaryColor,
|
407
|
+
strokeLinecap: "round",
|
408
|
+
strokeLinejoin: "round"
|
409
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
410
|
+
d: "m238.53 123.63-1.42-2.33-1.22.59-.7 1.44-10.7-.3 3.83-5.93a.85.85 0 0 0 0-.92l-1.52-2.43-.98.71-.51 2.08-19.86 7.17.93-.8-7.47 1.07 1.53 2.44c.07.21.22.39.43.48l22.95 10.94a.85.85 0 0 0 1.2-1.01l-1.81-6.46 13.74.37a.85.85 0 0 0 .86-.71l1.01-5.62a.86.86 0 0 0-.29-.78Z",
|
411
|
+
fill: resolvedSecondaryColor,
|
412
|
+
stroke: resolvedSecondaryColor,
|
413
|
+
strokeLinecap: "round",
|
414
|
+
strokeLinejoin: "round"
|
415
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
416
|
+
d: "m225.76 113.38-26.33 9.51a.85.85 0 0 0-.07 1.58l22.95 10.94a.85.85 0 0 0 .93-.11.85.85 0 0 0 .26-.9l-1.82-6.46 13.75.38a.86.86 0 0 0 .85-.71l.98-5.64a.86.86 0 0 0-.47-.91.83.83 0 0 0-.36-.09l-13.5-.37 3.84-5.96a.85.85 0 0 0-1.01-1.26Z",
|
417
|
+
fill: "#fff",
|
418
|
+
stroke: resolvedSecondaryColor,
|
419
|
+
strokeLinecap: "round",
|
420
|
+
strokeLinejoin: "round"
|
421
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
422
|
+
d: "m159.14 46.55-.49-5.25a.74.74 0 0 0-.37-.57l-1.4-1.23-.84.4-.26 1.23-10 2.42 1.97-6.23a.72.72 0 0 0-.19-.74l-1.67-1.47-.3.85-.67 1.73-16.87 11.83h-1.96l-2.17 1.38 1.58 1.36c.06.09.14.16.23.2.06.04.13.07.2.08l22.9 4.15a.74.74 0 0 0 .76-1.1l-3.15-5.31 12.14-2.93a.74.74 0 0 0 .56-.8Z",
|
423
|
+
fill: resolvedSecondaryColor,
|
424
|
+
stroke: resolvedSecondaryColor,
|
425
|
+
strokeLinecap: "round",
|
426
|
+
strokeLinejoin: "round"
|
427
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
428
|
+
d: "m145 35.05-20.97 14.72a.74.74 0 0 0-.1 1.13c.11.1.25.17.39.2l22.89 4.15a.74.74 0 0 0 .76-1.11l-3.18-5.3 12.16-2.95a.74.74 0 0 0 .56-.78l-.5-5.25a.74.74 0 0 0-.3-.53.73.73 0 0 0-.6-.12l-11.95 2.9 1.97-6.23a.74.74 0 0 0-1.13-.83Z",
|
429
|
+
fill: "#fff",
|
430
|
+
stroke: resolvedSecondaryColor,
|
431
|
+
strokeLinecap: "round",
|
432
|
+
strokeLinejoin: "round"
|
433
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
434
|
+
d: "M150.5 36.94a52.5 52.5 0 0 1 12.17-3.14M162.24 38.78a29.32 29.32 0 0 1 4.78-.97",
|
435
|
+
stroke: "#fff",
|
436
|
+
strokeLinecap: "round",
|
437
|
+
strokeLinejoin: "round"
|
438
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
439
|
+
d: "M216.55 48.56a164.69 164.69 0 0 1 36.26-10.27M237.7 49.73a47.69 47.69 0 0 1 7.7-1.52M235.02 117.33a96.35 96.35 0 0 1 19.98 1.4M242.45 122.61c1.4 0 2.89.08 4.44.2M16.03 211.88l3.52 3.18 88.14-6.9",
|
440
|
+
stroke: resolvedPrimaryColor,
|
441
|
+
strokeLinecap: "round",
|
442
|
+
strokeLinejoin: "round"
|
443
|
+
}), /* @__PURE__ */ React.createElement("mask", {
|
444
|
+
height: "23",
|
445
|
+
id: "igc-blocked-el-0",
|
446
|
+
width: "148",
|
447
|
+
x: "14",
|
448
|
+
y: "67",
|
449
|
+
maskUnits: "userSpaceOnUse"
|
450
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
451
|
+
d: "M160.84 88.85 15.4 80.37l-.24-6.74a5.82 5.82 0 0 1 6.24-6l133.37 9.7a5.81 5.81 0 0 1 5.35 5.15l.72 6.37Z",
|
452
|
+
fill: resolvedSecondaryColor,
|
453
|
+
stroke: resolvedSecondaryColor,
|
454
|
+
strokeMiterlimit: "10"
|
455
|
+
})), /* @__PURE__ */ React.createElement("g", {
|
456
|
+
mask: "url(#igc-blocked-el-0)"
|
457
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
458
|
+
d: "M115.23 70.14c-1.3-5.93-8.65-9.6-17.82-9.6-2.68 0-5.35.29-7.97.86C76.86 64.16 68 72.55 69.67 80.13c1.3 5.94 8.66 9.62 17.82 9.62 2.69 0 5.36-.3 7.98-.88 12.58-2.75 21.43-11.14 19.77-18.73ZM94.94 86.4c-2.44.55-4.93.82-7.44.83-8.03 0-14.33-3.13-15.32-7.61-1.34-6.1 6.81-13.29 17.82-15.7a34.7 34.7 0 0 1 7.42-.8c8.05 0 14.35 3.12 15.33 7.6 1.35 6.08-6.82 13.25-17.81 15.68ZM81.46 66.51l16.9 14-16.9-14Zm-1.93 19.96 29.6-21.89-29.6 21.89Zm-7.32-7.33 24.26-17.88-24.26 17.88Zm2.39 4.31 28.52-21.11L74.6 83.45Zm-2.09-7.68 14.97 12.39L72.5 75.77Zm3.47-5.15L91.9 83.89 76 70.62Z",
|
459
|
+
fill: resolvedSecondaryColor
|
460
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
461
|
+
d: "M75.98 70.62 91.9 83.89m23.34-13.75c-1.3-5.93-8.65-9.6-17.82-9.6-2.68 0-5.35.29-7.97.86C76.86 64.16 68 72.55 69.67 80.13c1.3 5.94 8.66 9.62 17.82 9.62 2.69 0 5.36-.3 7.98-.88 12.58-2.75 21.43-11.14 19.77-18.73ZM94.94 86.4c-2.44.55-4.93.82-7.44.83-8.03 0-14.33-3.13-15.32-7.61-1.34-6.1 6.81-13.29 17.82-15.7a34.7 34.7 0 0 1 7.42-.8c8.05 0 14.35 3.12 15.33 7.6 1.35 6.08-6.82 13.25-17.81 15.68ZM81.46 66.51l16.9 14-16.9-14Zm-1.93 19.96 29.6-21.89-29.6 21.89Zm-7.32-7.33 24.26-17.88-24.26 17.88Zm2.39 4.31 28.52-21.11L74.6 83.45Zm-2.09-7.68 14.97 12.39L72.5 75.77Z",
|
462
|
+
stroke: resolvedPrimaryColor,
|
463
|
+
strokeMiterlimit: "10"
|
464
|
+
})));
|
465
|
+
};
|
460
466
|
Blocked.displayName = "Blocked";
|
461
467
|
var stdin_default = createBaseComponent(Blocked);
|
462
468
|
export {
|