intergalactic 15.43.0-prerelease-f89bb179 → 15.43.0-prerelease-f399822f
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/accordion/lib/cjs/Accordion.js +6 -6
- package/accordion/lib/cjs/style/accordion.shadow.css +9 -2
- package/accordion/lib/es6/Accordion.js +6 -6
- package/accordion/lib/es6/style/accordion.shadow.css +9 -2
- 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 +26 -19
- package/base-trigger/lib/cjs/BaseTrigger.js.map +1 -1
- 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/cjs/style/base-trigger.shadow.css +8 -0
- package/base-trigger/lib/es6/BaseTrigger.js +26 -19
- package/base-trigger/lib/es6/BaseTrigger.js.map +1 -1
- 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/base-trigger/lib/es6/style/base-trigger.shadow.css +8 -0
- package/breadcrumbs/lib/cjs/Breadcrumbs.js +6 -6
- package/breadcrumbs/lib/es6/Breadcrumbs.js +6 -6
- package/button/lib/cjs/Button.js +26 -26
- package/button/lib/es6/Button.js +26 -26
- package/card/lib/cjs/Card.js +8 -8
- package/card/lib/es6/Card.js +8 -8
- package/carousel/lib/cjs/Carousel.js +16 -16
- package/carousel/lib/es6/Carousel.js +16 -16
- package/checkbox/lib/cjs/Checkbox.js +25 -21
- package/checkbox/lib/cjs/Checkbox.js.map +1 -1
- package/checkbox/lib/es6/Checkbox.js +25 -21
- package/checkbox/lib/es6/Checkbox.js.map +1 -1
- package/color-picker/index.d.ts +174 -0
- 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/cjs/index.d.js.map +1 -1
- 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/color-picker/lib/es6/index.d.js.map +1 -1
- package/color-picker/lib/types/index.d.ts +174 -0
- package/core/index.mjs +2 -1
- package/core/lib/cjs/enhancement/Root.js +2 -2
- package/core/lib/cjs/enhancement/Root.js.map +1 -1
- package/core/lib/cjs/enhancement/hoistProps.js +3 -9
- package/core/lib/cjs/enhancement/hoistProps.js.map +1 -1
- package/core/lib/cjs/enhancement/i18n.js +1 -1
- package/core/lib/cjs/enhancement/i18n.js.map +1 -1
- package/core/lib/cjs/enhancement/staticChildren.js +3 -9
- package/core/lib/cjs/enhancement/staticChildren.js.map +1 -1
- package/core/lib/cjs/enhancement/uncontrolledProps.js +2 -6
- package/core/lib/cjs/enhancement/uncontrolledProps.js.map +1 -1
- package/core/lib/cjs/index.js +3 -3
- package/core/lib/cjs/index.js.map +1 -1
- package/core/lib/cjs/utils/assignProps.js +93 -0
- package/core/lib/cjs/utils/assignProps.js.map +1 -0
- package/core/lib/cjs/utils/canUseDOM.js +10 -0
- package/core/lib/cjs/utils/canUseDOM.js.map +1 -0
- package/core/lib/cjs/utils/capitalizeFirstLetter.js +10 -0
- package/core/lib/cjs/utils/capitalizeFirstLetter.js.map +1 -0
- package/core/lib/cjs/utils/createHoc.js +55 -0
- package/core/lib/cjs/utils/createHoc.js.map +1 -0
- package/core/lib/cjs/utils/enhances/WithI18n.js +85 -0
- package/core/lib/cjs/utils/enhances/WithI18n.js.map +1 -0
- package/core/lib/cjs/utils/enhances/i18nEnhance.js +133 -0
- package/core/lib/cjs/utils/enhances/i18nEnhance.js.map +1 -0
- package/core/lib/cjs/utils/getDisplayName.js +10 -0
- package/core/lib/cjs/utils/getDisplayName.js.map +1 -0
- package/core/lib/cjs/utils/logger.js +40 -0
- package/core/lib/cjs/utils/logger.js.map +1 -0
- package/core/lib/cjs/utils/pick.js +19 -0
- package/core/lib/cjs/utils/pick.js.map +1 -0
- package/core/lib/cjs/utils/ref.js +94 -0
- package/core/lib/cjs/utils/ref.js.map +1 -0
- package/core/lib/cjs/utils/use/useEnhancedEffect.js +13 -0
- package/core/lib/cjs/utils/use/useEnhancedEffect.js.map +1 -0
- package/core/lib/es6/enhancement/Root.js +2 -4
- package/core/lib/es6/enhancement/Root.js.map +1 -1
- package/core/lib/es6/enhancement/hoistProps.js +3 -6
- package/core/lib/es6/enhancement/hoistProps.js.map +1 -1
- package/core/lib/es6/enhancement/i18n.js +1 -2
- package/core/lib/es6/enhancement/i18n.js.map +1 -1
- package/core/lib/es6/enhancement/staticChildren.js +3 -6
- package/core/lib/es6/enhancement/staticChildren.js.map +1 -1
- package/core/lib/es6/enhancement/uncontrolledProps.js +2 -4
- package/core/lib/es6/enhancement/uncontrolledProps.js.map +1 -1
- package/core/lib/es6/index.js +3 -6
- package/core/lib/es6/index.js.map +1 -1
- package/core/lib/es6/utils/assignProps.js +84 -0
- package/core/lib/es6/utils/assignProps.js.map +1 -0
- package/core/lib/es6/utils/canUseDOM.js +4 -0
- package/core/lib/es6/utils/canUseDOM.js.map +1 -0
- package/core/lib/es6/utils/capitalizeFirstLetter.js +4 -0
- package/core/lib/es6/utils/capitalizeFirstLetter.js.map +1 -0
- package/core/lib/es6/utils/createHoc.js +46 -0
- package/core/lib/es6/utils/createHoc.js.map +1 -0
- package/core/lib/es6/utils/enhances/WithI18n.js +73 -0
- package/core/lib/es6/utils/enhances/WithI18n.js.map +1 -0
- package/core/lib/es6/utils/enhances/i18nEnhance.js +122 -0
- package/core/lib/es6/utils/enhances/i18nEnhance.js.map +1 -0
- package/core/lib/es6/utils/getDisplayName.js +4 -0
- package/core/lib/es6/utils/getDisplayName.js.map +1 -0
- package/core/lib/es6/utils/logger.js +32 -0
- package/core/lib/es6/utils/logger.js.map +1 -0
- package/core/lib/es6/utils/pick.js +13 -0
- package/core/lib/es6/utils/pick.js.map +1 -0
- package/core/lib/es6/utils/ref.js +82 -0
- package/core/lib/es6/utils/ref.js.map +1 -0
- package/core/lib/es6/utils/use/useEnhancedEffect.js +5 -0
- package/core/lib/es6/utils/use/useEnhancedEffect.js.map +1 -0
- package/core/lib/types/utils/assignProps.d.ts +13 -0
- package/core/lib/types/utils/canUseDOM.d.ts +1 -0
- package/core/lib/types/utils/capitalizeFirstLetter.d.ts +1 -0
- package/core/lib/types/utils/createHoc.d.ts +3 -0
- package/core/lib/types/utils/enhances/WithI18n.d.ts +43 -0
- package/core/lib/types/utils/enhances/i18nEnhance.d.ts +26 -0
- package/core/lib/types/utils/getDisplayName.d.ts +2 -0
- package/core/lib/types/utils/logger.d.ts +9 -0
- package/core/lib/types/utils/pick.d.ts +1 -0
- package/core/lib/types/utils/ref.d.ts +8 -0
- package/core/lib/types/utils/use/useEnhancedEffect.d.ts +3 -0
- package/core/utils/assignProps.d.ts +13 -0
- package/core/utils/canUseDOM.d.ts +1 -0
- package/core/utils/capitalizeFirstLetter.d.ts +1 -0
- package/core/utils/createHoc.d.ts +3 -0
- package/core/utils/enhances/WithI18n.d.ts +43 -0
- package/core/utils/enhances/i18nEnhance.d.ts +26 -0
- package/core/utils/getDisplayName.d.ts +2 -0
- package/core/utils/logger.d.ts +9 -0
- package/core/utils/pick.d.ts +1 -0
- package/core/utils/ref.d.ts +8 -0
- package/core/utils/use/useEnhancedEffect.d.ts +3 -0
- package/counter/lib/cjs/Counter.js +10 -10
- package/counter/lib/es6/Counter.js +10 -10
- package/d3-chart/lib/cjs/Area.js +9 -9
- package/d3-chart/lib/cjs/Axis.js +14 -14
- package/d3-chart/lib/cjs/Bar.js +8 -8
- package/d3-chart/lib/cjs/Bubble.js +10 -10
- package/d3-chart/lib/cjs/Donut.js +7 -7
- package/d3-chart/lib/cjs/Dots.js +19 -22
- package/d3-chart/lib/cjs/Dots.js.map +1 -1
- package/d3-chart/lib/cjs/HorizontalBar.js +8 -8
- 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 +17 -17
- package/d3-chart/lib/cjs/RadialTree.js +10 -10
- package/d3-chart/lib/cjs/ReferenceLine.js +9 -9
- package/d3-chart/lib/cjs/ScatterPlot.js +7 -7
- package/d3-chart/lib/cjs/Tooltip.js +8 -8
- package/d3-chart/lib/cjs/Venn.js +7 -7
- 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 +15 -15
- package/d3-chart/lib/cjs/component/ChartLegend/LegendTable/LegendTable.js +6 -6
- package/d3-chart/lib/es6/Area.js +9 -9
- package/d3-chart/lib/es6/Axis.js +14 -14
- package/d3-chart/lib/es6/Bar.js +8 -8
- package/d3-chart/lib/es6/Bubble.js +10 -10
- package/d3-chart/lib/es6/Donut.js +7 -7
- package/d3-chart/lib/es6/Dots.js +19 -22
- package/d3-chart/lib/es6/Dots.js.map +1 -1
- package/d3-chart/lib/es6/HorizontalBar.js +8 -8
- 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 +17 -17
- package/d3-chart/lib/es6/RadialTree.js +10 -10
- package/d3-chart/lib/es6/ReferenceLine.js +9 -9
- package/d3-chart/lib/es6/ScatterPlot.js +7 -7
- package/d3-chart/lib/es6/Tooltip.js +8 -8
- package/d3-chart/lib/es6/Venn.js +7 -7
- 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 +15 -15
- package/d3-chart/lib/es6/component/ChartLegend/LegendTable/LegendTable.js +6 -6
- package/data-table/lib/cjs/Body.js +4 -4
- package/data-table/lib/cjs/DataTable.js +40 -40
- package/data-table/lib/cjs/Head.js +4 -4
- package/data-table/lib/es6/Body.js +4 -4
- package/data-table/lib/es6/DataTable.js +40 -40
- package/data-table/lib/es6/Head.js +4 -4
- package/date-picker/lib/cjs/DateRangeComparator.js +1 -0
- package/date-picker/lib/cjs/DateRangeComparator.js.map +1 -1
- package/date-picker/lib/cjs/MonthDateRangeComparator.js +1 -0
- package/date-picker/lib/cjs/MonthDateRangeComparator.js.map +1 -1
- package/date-picker/lib/cjs/components/Calendar.js +21 -21
- package/date-picker/lib/cjs/components/DateRangeComparatorAbstract.js +26 -25
- package/date-picker/lib/cjs/components/DateRangeComparatorAbstract.js.map +1 -1
- package/date-picker/lib/cjs/components/InputTrigger.js +40 -31
- package/date-picker/lib/cjs/components/InputTrigger.js.map +1 -1
- package/date-picker/lib/cjs/components/PickerAbstract.js +27 -27
- package/date-picker/lib/cjs/components/PickerAbstract.js.map +1 -1
- package/date-picker/lib/cjs/components/RangePickerAbstract.js +26 -25
- package/date-picker/lib/cjs/components/RangePickerAbstract.js.map +1 -1
- package/date-picker/lib/cjs/style/date-picker.shadow.css +4 -0
- package/date-picker/lib/es6/DateRangeComparator.js +1 -0
- package/date-picker/lib/es6/DateRangeComparator.js.map +1 -1
- package/date-picker/lib/es6/MonthDateRangeComparator.js +1 -0
- package/date-picker/lib/es6/MonthDateRangeComparator.js.map +1 -1
- package/date-picker/lib/es6/components/Calendar.js +21 -21
- package/date-picker/lib/es6/components/DateRangeComparatorAbstract.js +26 -25
- package/date-picker/lib/es6/components/DateRangeComparatorAbstract.js.map +1 -1
- package/date-picker/lib/es6/components/InputTrigger.js +40 -31
- package/date-picker/lib/es6/components/InputTrigger.js.map +1 -1
- package/date-picker/lib/es6/components/PickerAbstract.js +27 -27
- package/date-picker/lib/es6/components/PickerAbstract.js.map +1 -1
- package/date-picker/lib/es6/components/RangePickerAbstract.js +26 -25
- package/date-picker/lib/es6/components/RangePickerAbstract.js.map +1 -1
- package/date-picker/lib/es6/style/date-picker.shadow.css +4 -0
- package/divider/lib/cjs/Divider.js +9 -9
- package/divider/lib/es6/Divider.js +9 -9
- package/dot/lib/cjs/Dot.js +10 -10
- package/dot/lib/es6/Dot.js +10 -10
- package/drag-and-drop/lib/cjs/DragAndDrop.js +12 -12
- package/drag-and-drop/lib/es6/DragAndDrop.js +12 -12
- package/dropdown/lib/cjs/Dropdown.js +2 -2
- package/dropdown/lib/es6/Dropdown.js +2 -2
- package/dropdown-menu/lib/cjs/DropdownMenu.js +12 -12
- package/dropdown-menu/lib/cjs/styleScrollArea.js +6 -6
- package/dropdown-menu/lib/es6/DropdownMenu.js +12 -12
- package/dropdown-menu/lib/es6/styleScrollArea.js +6 -6
- package/ellipsis/lib/cjs/Ellipsis.js +10 -10
- package/ellipsis/lib/es6/Ellipsis.js +10 -10
- package/errors/lib/cjs/Error.js +9 -9
- package/errors/lib/es6/Error.js +9 -9
- package/feature-popover/lib/cjs/FeaturePopover.js +10 -10
- package/feature-popover/lib/es6/FeaturePopover.js +10 -10
- package/feedback-form/lib/cjs/FeedbackForm.js +7 -7
- package/feedback-form/lib/es6/FeedbackForm.js +7 -7
- package/flags/lib/cjs/Flags.js +3 -3
- package/flags/lib/es6/Flags.js +3 -3
- package/flags/lib/sprites/sprite@1x.css +256 -256
- package/flags/lib/sprites/sprite@2x.css +257 -257
- package/flex-box/lib/cjs/Box/useBox.js +3 -3
- package/flex-box/lib/cjs/Flex/useFlex.js +3 -3
- package/flex-box/lib/es6/Box/useBox.js +3 -3
- package/flex-box/lib/es6/Flex/useFlex.js +3 -3
- package/format-text/lib/cjs/FormatText.js +5 -5
- package/format-text/lib/es6/FormatText.js +5 -5
- package/fullscreen-modal/lib/cjs/FullscreenModal.js +13 -13
- package/fullscreen-modal/lib/es6/FullscreenModal.js +13 -13
- package/grid/lib/cjs/Grid.js +114 -114
- package/grid/lib/es6/Grid.js +114 -114
- package/icon/Ad/l/index.mjs +2 -2
- package/icon/Ad/m/index.mjs +2 -2
- package/icon/AdBottom/l/index.mjs +2 -2
- package/icon/AdBottom/m/index.mjs +2 -2
- package/icon/AdTop/l/index.mjs +2 -2
- package/icon/AdTop/m/index.mjs +2 -2
- package/icon/AddCampaign/l/index.mjs +2 -2
- package/icon/AddCampaign/m/index.mjs +2 -2
- package/icon/AddressPack/l/index.mjs +2 -2
- package/icon/AddressPack/m/index.mjs +2 -2
- package/icon/AdobeExperienceCloud/l/index.mjs +2 -2
- package/icon/AdobeExperienceCloud/m/index.mjs +2 -2
- package/icon/Adult/l/index.mjs +2 -2
- package/icon/Adult/m/index.mjs +2 -2
- package/icon/Airplane/l/index.mjs +2 -2
- package/icon/Airplane/m/index.mjs +2 -2
- package/icon/AllDevices/l/index.mjs +2 -2
- package/icon/AllDevices/m/index.mjs +2 -2
- package/icon/Amp/l/index.mjs +2 -2
- package/icon/Amp/m/index.mjs +2 -2
- package/icon/Android/l/index.mjs +2 -2
- package/icon/Android/m/index.mjs +2 -2
- package/icon/Apple/l/index.mjs +2 -2
- package/icon/Apple/m/index.mjs +2 -2
- package/icon/AppsBlock/l/index.mjs +2 -2
- package/icon/AppsBlock/m/index.mjs +2 -2
- package/icon/Architecture/l/index.mjs +2 -2
- package/icon/Architecture/m/index.mjs +2 -2
- package/icon/Archive/l/index.mjs +2 -2
- package/icon/Archive/m/index.mjs +2 -2
- package/icon/ArrowDown/l/index.mjs +2 -2
- package/icon/ArrowDown/m/index.mjs +2 -2
- package/icon/ArrowLeft/l/index.mjs +2 -2
- package/icon/ArrowLeft/m/index.mjs +2 -2
- package/icon/ArrowRight/l/index.mjs +2 -2
- package/icon/ArrowRight/m/index.mjs +2 -2
- package/icon/ArrowUp/l/index.mjs +2 -2
- package/icon/ArrowUp/m/index.mjs +2 -2
- package/icon/Arrows/l/index.mjs +2 -2
- package/icon/Arrows/m/index.mjs +2 -2
- package/icon/AskAI/l/index.mjs +2 -2
- package/icon/AskAI/m/index.mjs +2 -2
- package/icon/Attach/l/index.mjs +2 -2
- package/icon/Attach/m/index.mjs +2 -2
- package/icon/AttacheCase/l/index.mjs +2 -2
- package/icon/AttacheCase/m/index.mjs +2 -2
- package/icon/Block/l/index.mjs +2 -2
- package/icon/Block/m/index.mjs +2 -2
- package/icon/Book/l/index.mjs +2 -2
- package/icon/Book/m/index.mjs +2 -2
- package/icon/Bookmark/l/index.mjs +2 -2
- package/icon/Bookmark/m/index.mjs +2 -2
- package/icon/BookmarkFilled/l/index.mjs +2 -2
- package/icon/BookmarkFilled/m/index.mjs +2 -2
- package/icon/BracketsAngle/l/index.mjs +2 -2
- package/icon/BracketsAngle/m/index.mjs +2 -2
- package/icon/BracketsCode/l/index.mjs +2 -2
- package/icon/BracketsCode/m/index.mjs +2 -2
- package/icon/BracketsCurly/l/index.mjs +2 -2
- package/icon/BracketsCurly/m/index.mjs +2 -2
- package/icon/Briefcase/l/index.mjs +2 -2
- package/icon/Briefcase/m/index.mjs +2 -2
- package/icon/Bulb/l/index.mjs +2 -2
- package/icon/Bulb/m/index.mjs +2 -2
- package/icon/Calendar/l/index.mjs +2 -2
- package/icon/Calendar/m/index.mjs +2 -2
- package/icon/CalendarCheck/l/index.mjs +2 -2
- package/icon/CalendarCheck/m/index.mjs +2 -2
- package/icon/Car/l/index.mjs +2 -2
- package/icon/Car/m/index.mjs +2 -2
- package/icon/CardUpdate/l/index.mjs +2 -2
- package/icon/CardUpdate/m/index.mjs +2 -2
- package/icon/Cards/l/index.mjs +2 -2
- package/icon/Cards/m/index.mjs +2 -2
- package/icon/Cart/l/index.mjs +2 -2
- package/icon/Cart/m/index.mjs +2 -2
- package/icon/Casual/l/index.mjs +2 -2
- package/icon/Casual/m/index.mjs +2 -2
- package/icon/Charge/l/index.mjs +2 -2
- package/icon/Charge/m/index.mjs +2 -2
- package/icon/ChargebackLoss/l/index.mjs +2 -2
- package/icon/ChargebackLoss/m/index.mjs +2 -2
- package/icon/ChargebackWin/l/index.mjs +2 -2
- package/icon/ChargebackWin/m/index.mjs +2 -2
- package/icon/ChartBar/l/index.mjs +2 -2
- package/icon/ChartBar/m/index.mjs +2 -2
- package/icon/ChartBarStacked/l/index.mjs +2 -2
- package/icon/ChartBarStacked/m/index.mjs +2 -2
- package/icon/ChartBubble/l/index.mjs +2 -2
- package/icon/ChartBubble/m/index.mjs +2 -2
- package/icon/ChartLine/l/index.mjs +2 -2
- package/icon/ChartLine/m/index.mjs +2 -2
- package/icon/ChartPie/l/index.mjs +2 -2
- package/icon/ChartPie/m/index.mjs +2 -2
- package/icon/Chat/l/index.mjs +2 -2
- package/icon/Chat/m/index.mjs +2 -2
- package/icon/ChatAI/l/index.mjs +2 -2
- package/icon/ChatAI/m/index.mjs +2 -2
- package/icon/ChatCheck/l/index.mjs +2 -2
- package/icon/ChatCheck/m/index.mjs +2 -2
- package/icon/ChatFilled/l/index.mjs +2 -2
- package/icon/ChatFilled/m/index.mjs +2 -2
- package/icon/ChatPlus/l/index.mjs +2 -2
- package/icon/ChatPlus/m/index.mjs +2 -2
- package/icon/ChatQuestion/l/index.mjs +2 -2
- package/icon/ChatQuestion/m/index.mjs +2 -2
- package/icon/Check/l/index.mjs +2 -2
- package/icon/Check/m/index.mjs +2 -2
- package/icon/CheckAlt/l/index.mjs +2 -2
- package/icon/CheckAlt/m/index.mjs +2 -2
- package/icon/Checkbox/l/index.mjs +2 -2
- package/icon/Checkbox/m/index.mjs +2 -2
- package/icon/ChevronDoubleDown/l/index.mjs +2 -2
- package/icon/ChevronDoubleDown/m/index.mjs +2 -2
- package/icon/ChevronDoubleLeft/l/index.mjs +2 -2
- package/icon/ChevronDoubleLeft/m/index.mjs +2 -2
- package/icon/ChevronDoubleRight/l/index.mjs +2 -2
- package/icon/ChevronDoubleRight/m/index.mjs +2 -2
- package/icon/ChevronDoubleUp/l/index.mjs +2 -2
- package/icon/ChevronDoubleUp/m/index.mjs +2 -2
- package/icon/ChevronDown/l/index.mjs +2 -2
- package/icon/ChevronDown/m/index.mjs +2 -2
- package/icon/ChevronLeft/l/index.mjs +2 -2
- package/icon/ChevronLeft/m/index.mjs +2 -2
- package/icon/ChevronRight/l/index.mjs +2 -2
- package/icon/ChevronRight/m/index.mjs +2 -2
- package/icon/ChevronUp/l/index.mjs +2 -2
- package/icon/ChevronUp/m/index.mjs +2 -2
- package/icon/Chrome/l/index.mjs +2 -2
- package/icon/Chrome/m/index.mjs +2 -2
- package/icon/Close/l/index.mjs +2 -2
- package/icon/Close/m/index.mjs +2 -2
- package/icon/ClusteredList/l/index.mjs +2 -2
- package/icon/ClusteredList/m/index.mjs +2 -2
- package/icon/Collapse/l/index.mjs +2 -2
- package/icon/Collapse/m/index.mjs +2 -2
- package/icon/ColumnThree/l/index.mjs +2 -2
- package/icon/ColumnThree/m/index.mjs +2 -2
- package/icon/ColumnTwo/l/index.mjs +2 -2
- package/icon/ColumnTwo/m/index.mjs +2 -2
- package/icon/Comics/l/index.mjs +2 -2
- package/icon/Comics/m/index.mjs +2 -2
- package/icon/Copy/l/index.mjs +2 -2
- package/icon/Copy/m/index.mjs +2 -2
- package/icon/Cosmetics/l/index.mjs +2 -2
- package/icon/Cosmetics/m/index.mjs +2 -2
- package/icon/Craft/l/index.mjs +2 -2
- package/icon/Craft/m/index.mjs +2 -2
- package/icon/Crosshair/l/index.mjs +2 -2
- package/icon/Crosshair/m/index.mjs +2 -2
- package/icon/Crown/l/index.mjs +2 -2
- package/icon/Crown/m/index.mjs +2 -2
- package/icon/CurrencyUsd/l/index.mjs +2 -2
- package/icon/CurrencyUsd/m/index.mjs +2 -2
- package/icon/CursorDefault/l/index.mjs +2 -2
- package/icon/CursorDefault/m/index.mjs +2 -2
- package/icon/CursorMove/l/index.mjs +2 -2
- package/icon/CursorMove/m/index.mjs +2 -2
- package/icon/Cut/l/index.mjs +2 -2
- package/icon/Cut/m/index.mjs +2 -2
- package/icon/Desktop/l/index.mjs +2 -2
- package/icon/Desktop/m/index.mjs +2 -2
- package/icon/DesktopChart/l/index.mjs +2 -2
- package/icon/DesktopChart/m/index.mjs +2 -2
- package/icon/Document/l/index.mjs +2 -2
- package/icon/Document/m/index.mjs +2 -2
- package/icon/DocumentCheck/l/index.mjs +2 -2
- package/icon/DocumentCheck/m/index.mjs +2 -2
- package/icon/DocumentDrop/l/index.mjs +2 -2
- package/icon/DocumentDrop/m/index.mjs +2 -2
- package/icon/DocumentExport/l/index.mjs +2 -2
- package/icon/DocumentExport/m/index.mjs +2 -2
- package/icon/DocumentHappy/l/index.mjs +2 -2
- package/icon/DocumentHappy/m/index.mjs +2 -2
- package/icon/DocumentPdf/l/index.mjs +2 -2
- package/icon/DocumentPdf/m/index.mjs +2 -2
- package/icon/DocumentSad/l/index.mjs +2 -2
- package/icon/DocumentSad/m/index.mjs +2 -2
- package/icon/Drop/l/index.mjs +2 -2
- package/icon/Drop/m/index.mjs +2 -2
- package/icon/DropText/l/index.mjs +2 -2
- package/icon/DropText/m/index.mjs +2 -2
- package/icon/Edit/l/index.mjs +2 -2
- package/icon/Edit/m/index.mjs +2 -2
- package/icon/Education/l/index.mjs +2 -2
- package/icon/Education/m/index.mjs +2 -2
- package/icon/Ellipsis/l/index.mjs +2 -2
- package/icon/Ellipsis/m/index.mjs +2 -2
- package/icon/Event/l/index.mjs +2 -2
- package/icon/Event/m/index.mjs +2 -2
- package/icon/Events/l/index.mjs +2 -2
- package/icon/Events/m/index.mjs +2 -2
- package/icon/Exit/l/index.mjs +2 -2
- package/icon/Exit/m/index.mjs +2 -2
- package/icon/Expand/l/index.mjs +2 -2
- package/icon/Expand/m/index.mjs +2 -2
- package/icon/ExpandText/l/index.mjs +2 -2
- package/icon/ExpandText/m/index.mjs +2 -2
- package/icon/Facebook/l/index.mjs +2 -2
- package/icon/Facebook/m/index.mjs +2 -2
- package/icon/FacebookMessenger/l/index.mjs +2 -2
- package/icon/FacebookMessenger/m/index.mjs +2 -2
- package/icon/Farm/l/index.mjs +2 -2
- package/icon/Farm/m/index.mjs +2 -2
- package/icon/Fashion/l/index.mjs +2 -2
- package/icon/Fashion/m/index.mjs +2 -2
- package/icon/Favorite/l/index.mjs +2 -2
- package/icon/Favorite/m/index.mjs +2 -2
- package/icon/FavoriteFilled/l/index.mjs +2 -2
- package/icon/FavoriteFilled/m/index.mjs +2 -2
- package/icon/FeaturedImage/l/index.mjs +2 -2
- package/icon/FeaturedImage/m/index.mjs +2 -2
- package/icon/FeaturedVideo/l/index.mjs +2 -2
- package/icon/FeaturedVideo/m/index.mjs +2 -2
- package/icon/FileDownload/l/index.mjs +2 -2
- package/icon/FileDownload/m/index.mjs +2 -2
- package/icon/FileExport/l/index.mjs +2 -2
- package/icon/FileExport/m/index.mjs +2 -2
- package/icon/FileImport/l/index.mjs +2 -2
- package/icon/FileImport/m/index.mjs +2 -2
- package/icon/FileUpload/l/index.mjs +2 -2
- package/icon/FileUpload/m/index.mjs +2 -2
- package/icon/Filter/l/index.mjs +2 -2
- package/icon/Filter/m/index.mjs +2 -2
- package/icon/FindResultsOn/l/index.mjs +2 -2
- package/icon/FindResultsOn/m/index.mjs +2 -2
- package/icon/Fire/l/index.mjs +2 -2
- package/icon/Fire/m/index.mjs +2 -2
- package/icon/Firefox/l/index.mjs +2 -2
- package/icon/Firefox/m/index.mjs +2 -2
- package/icon/Fish/l/index.mjs +2 -2
- package/icon/Fish/m/index.mjs +2 -2
- package/icon/Folder/l/index.mjs +2 -2
- package/icon/Folder/m/index.mjs +2 -2
- package/icon/FolderFilled/l/index.mjs +2 -2
- package/icon/FolderFilled/m/index.mjs +2 -2
- package/icon/FolderOpen/l/index.mjs +2 -2
- package/icon/FolderOpen/m/index.mjs +2 -2
- package/icon/FolderOpenFilled/l/index.mjs +2 -2
- package/icon/FolderOpenFilled/m/index.mjs +2 -2
- package/icon/Food/l/index.mjs +2 -2
- package/icon/Food/m/index.mjs +2 -2
- package/icon/Form/l/index.mjs +2 -2
- package/icon/Form/m/index.mjs +2 -2
- package/icon/Formal/l/index.mjs +2 -2
- package/icon/Formal/m/index.mjs +2 -2
- package/icon/FormatAlignCenter/l/index.mjs +2 -2
- package/icon/FormatAlignCenter/m/index.mjs +2 -2
- package/icon/FormatAlignJustify/l/index.mjs +2 -2
- package/icon/FormatAlignJustify/m/index.mjs +2 -2
- package/icon/FormatAlignLeft/l/index.mjs +2 -2
- package/icon/FormatAlignLeft/m/index.mjs +2 -2
- package/icon/FormatAlignRight/l/index.mjs +2 -2
- package/icon/FormatAlignRight/m/index.mjs +2 -2
- package/icon/Foursquare/l/index.mjs +2 -2
- package/icon/Foursquare/m/index.mjs +2 -2
- package/icon/Funnel/l/index.mjs +2 -2
- package/icon/Funnel/m/index.mjs +2 -2
- package/icon/Furniture/l/index.mjs +2 -2
- package/icon/Furniture/m/index.mjs +2 -2
- package/icon/Gambling/l/index.mjs +2 -2
- package/icon/Gambling/m/index.mjs +2 -2
- package/icon/Games/l/index.mjs +2 -2
- package/icon/Games/m/index.mjs +2 -2
- package/icon/GenderFemale/l/index.mjs +2 -2
- package/icon/GenderFemale/m/index.mjs +2 -2
- package/icon/GenderMale/l/index.mjs +2 -2
- package/icon/GenderMale/m/index.mjs +2 -2
- package/icon/Globe/l/index.mjs +2 -2
- package/icon/Globe/m/index.mjs +2 -2
- package/icon/Goblet/l/index.mjs +2 -2
- package/icon/Goblet/m/index.mjs +2 -2
- package/icon/Google/l/index.mjs +2 -2
- package/icon/Google/m/index.mjs +2 -2
- package/icon/GoogleBusinessProfile/l/index.mjs +2 -2
- package/icon/GoogleBusinessProfile/m/index.mjs +2 -2
- package/icon/GoogleGenerativeAI/l/index.mjs +2 -2
- package/icon/GoogleGenerativeAI/m/index.mjs +2 -2
- package/icon/Hamburger/l/index.mjs +2 -2
- package/icon/Hamburger/m/index.mjs +2 -2
- package/icon/Health/l/index.mjs +2 -2
- package/icon/Health/m/index.mjs +2 -2
- package/icon/Home/l/index.mjs +2 -2
- package/icon/Home/m/index.mjs +2 -2
- package/icon/Hotel/l/index.mjs +2 -2
- package/icon/Hotel/m/index.mjs +2 -2
- package/icon/Hourglass/l/index.mjs +2 -2
- package/icon/Hourglass/m/index.mjs +2 -2
- package/icon/IndentedResult/l/index.mjs +2 -2
- package/icon/IndentedResult/m/index.mjs +2 -2
- package/icon/Infinity/l/index.mjs +2 -2
- package/icon/Infinity/m/index.mjs +2 -2
- package/icon/Info/l/index.mjs +2 -2
- package/icon/Info/m/index.mjs +2 -2
- package/icon/Instagram/l/index.mjs +2 -2
- package/icon/Instagram/m/index.mjs +2 -2
- package/icon/InterestingFinds/l/index.mjs +2 -2
- package/icon/InterestingFinds/m/index.mjs +2 -2
- package/icon/Jewelry/l/index.mjs +2 -2
- package/icon/Jewelry/m/index.mjs +2 -2
- package/icon/Kebab/l/index.mjs +2 -2
- package/icon/Kebab/m/index.mjs +2 -2
- package/icon/Key/l/index.mjs +2 -2
- package/icon/Key/m/index.mjs +2 -2
- package/icon/KeyCmd/l/index.mjs +2 -2
- package/icon/KeyCmd/m/index.mjs +2 -2
- package/icon/KeyHotkey/l/index.mjs +2 -2
- package/icon/KeyHotkey/m/index.mjs +2 -2
- package/icon/Language/l/index.mjs +2 -2
- package/icon/Language/m/index.mjs +2 -2
- package/icon/Laptop/l/index.mjs +2 -2
- package/icon/Laptop/m/index.mjs +2 -2
- package/icon/Law/l/index.mjs +2 -2
- package/icon/Law/m/index.mjs +2 -2
- package/icon/Lightning/l/index.mjs +2 -2
- package/icon/Lightning/m/index.mjs +2 -2
- package/icon/LightningFilled/l/index.mjs +2 -2
- package/icon/LightningFilled/m/index.mjs +2 -2
- package/icon/Like/l/index.mjs +2 -2
- package/icon/Like/m/index.mjs +2 -2
- package/icon/LikeFilled/l/index.mjs +2 -2
- package/icon/LikeFilled/m/index.mjs +2 -2
- package/icon/Link/l/index.mjs +2 -2
- package/icon/Link/m/index.mjs +2 -2
- package/icon/LinkAltBroken/l/index.mjs +2 -2
- package/icon/LinkAltBroken/m/index.mjs +2 -2
- package/icon/LinkAltHalf/l/index.mjs +2 -2
- package/icon/LinkAltHalf/m/index.mjs +2 -2
- package/icon/LinkExternal/l/index.mjs +2 -2
- package/icon/LinkExternal/m/index.mjs +2 -2
- package/icon/LinkInternal/l/index.mjs +2 -2
- package/icon/LinkInternal/m/index.mjs +2 -2
- package/icon/LinkedIn/l/index.mjs +2 -2
- package/icon/LinkedIn/m/index.mjs +2 -2
- package/icon/ListAddBottom/l/index.mjs +2 -2
- package/icon/ListAddBottom/m/index.mjs +2 -2
- package/icon/ListAddCheck/l/index.mjs +2 -2
- package/icon/ListAddCheck/m/index.mjs +2 -2
- package/icon/ListAddTop/l/index.mjs +2 -2
- package/icon/ListAddTop/m/index.mjs +2 -2
- package/icon/ListBullet/l/index.mjs +2 -2
- package/icon/ListBullet/m/index.mjs +2 -2
- package/icon/ListCheck/l/index.mjs +2 -2
- package/icon/ListCheck/m/index.mjs +2 -2
- package/icon/ListNumber/l/index.mjs +2 -2
- package/icon/ListNumber/m/index.mjs +2 -2
- package/icon/LockNo/l/index.mjs +2 -2
- package/icon/LockNo/m/index.mjs +2 -2
- package/icon/LockYes/l/index.mjs +2 -2
- package/icon/LockYes/m/index.mjs +2 -2
- package/icon/Logistic/l/index.mjs +2 -2
- package/icon/Logistic/m/index.mjs +2 -2
- package/icon/MagicWand/l/index.mjs +2 -2
- package/icon/MagicWand/m/index.mjs +2 -2
- package/icon/Magnet/l/index.mjs +2 -2
- package/icon/Magnet/m/index.mjs +2 -2
- package/icon/Mail/l/index.mjs +2 -2
- package/icon/Mail/m/index.mjs +2 -2
- package/icon/MailFilled/l/index.mjs +2 -2
- package/icon/MailFilled/m/index.mjs +2 -2
- package/icon/MailOpen/l/index.mjs +2 -2
- package/icon/MailOpen/m/index.mjs +2 -2
- package/icon/MailOpenFilled/l/index.mjs +2 -2
- package/icon/MailOpenFilled/m/index.mjs +2 -2
- package/icon/Marine/l/index.mjs +2 -2
- package/icon/Marine/m/index.mjs +2 -2
- package/icon/MathMinus/l/index.mjs +2 -2
- package/icon/MathMinus/m/index.mjs +2 -2
- package/icon/MathMinusAlt/l/index.mjs +2 -2
- package/icon/MathMinusAlt/m/index.mjs +2 -2
- package/icon/MathPlus/l/index.mjs +2 -2
- package/icon/MathPlus/m/index.mjs +2 -2
- package/icon/MathPlusAlt/l/index.mjs +2 -2
- package/icon/MathPlusAlt/m/index.mjs +2 -2
- package/icon/Medkit/l/index.mjs +2 -2
- package/icon/Medkit/m/index.mjs +2 -2
- package/icon/Megaphone/l/index.mjs +2 -2
- package/icon/Megaphone/m/index.mjs +2 -2
- package/icon/Microphone/l/index.mjs +2 -2
- package/icon/Microphone/m/index.mjs +2 -2
- package/icon/Military/l/index.mjs +2 -2
- package/icon/Military/m/index.mjs +2 -2
- package/icon/Mobile/l/index.mjs +2 -2
- package/icon/Mobile/m/index.mjs +2 -2
- package/icon/MoneyCoins/l/index.mjs +2 -2
- package/icon/MoneyCoins/m/index.mjs +2 -2
- package/icon/MoveAlt/l/index.mjs +2 -2
- package/icon/MoveAlt/m/index.mjs +2 -2
- package/icon/Museum/l/index.mjs +2 -2
- package/icon/Museum/m/index.mjs +2 -2
- package/icon/Music/l/index.mjs +2 -2
- package/icon/Music/m/index.mjs +2 -2
- package/icon/News/l/index.mjs +2 -2
- package/icon/News/m/index.mjs +2 -2
- package/icon/Notification/l/index.mjs +2 -2
- package/icon/Notification/m/index.mjs +2 -2
- package/icon/NotificationNo/l/index.mjs +2 -2
- package/icon/NotificationNo/m/index.mjs +2 -2
- package/icon/Oil/l/index.mjs +2 -2
- package/icon/Oil/m/index.mjs +2 -2
- package/icon/Opera/l/index.mjs +2 -2
- package/icon/Opera/m/index.mjs +2 -2
- package/icon/Organic/l/index.mjs +2 -2
- package/icon/Organic/m/index.mjs +2 -2
- package/icon/OrientationLandscape/l/index.mjs +2 -2
- package/icon/OrientationLandscape/m/index.mjs +2 -2
- package/icon/OrientationPortrait/l/index.mjs +2 -2
- package/icon/OrientationPortrait/m/index.mjs +2 -2
- package/icon/Packaging/l/index.mjs +2 -2
- package/icon/Packaging/m/index.mjs +2 -2
- package/icon/Pause/l/index.mjs +2 -2
- package/icon/Pause/m/index.mjs +2 -2
- package/icon/Phone/l/index.mjs +2 -2
- package/icon/Phone/m/index.mjs +2 -2
- package/icon/Photo/l/index.mjs +2 -2
- package/icon/Photo/m/index.mjs +2 -2
- package/icon/Picture/l/index.mjs +2 -2
- package/icon/Picture/m/index.mjs +2 -2
- package/icon/PictureAdd/l/index.mjs +2 -2
- package/icon/PictureAdd/m/index.mjs +2 -2
- package/icon/PictureFrame/l/index.mjs +2 -2
- package/icon/PictureFrame/m/index.mjs +2 -2
- package/icon/Pictures/l/index.mjs +2 -2
- package/icon/Pictures/m/index.mjs +2 -2
- package/icon/Pin/l/index.mjs +2 -2
- package/icon/Pin/m/index.mjs +2 -2
- package/icon/PinList/l/index.mjs +2 -2
- package/icon/PinList/m/index.mjs +2 -2
- package/icon/PinMap/l/index.mjs +2 -2
- package/icon/PinMap/m/index.mjs +2 -2
- package/icon/PinNo/l/index.mjs +2 -2
- package/icon/PinNo/m/index.mjs +2 -2
- package/icon/PinUsd/l/index.mjs +2 -2
- package/icon/PinUsd/m/index.mjs +2 -2
- package/icon/Pins/l/index.mjs +2 -2
- package/icon/Pins/m/index.mjs +2 -2
- package/icon/Pinterest/l/index.mjs +2 -2
- package/icon/Pinterest/m/index.mjs +2 -2
- package/icon/Plug/l/index.mjs +2 -2
- package/icon/Plug/m/index.mjs +2 -2
- package/icon/PopularProducts/l/index.mjs +2 -2
- package/icon/PopularProducts/m/index.mjs +2 -2
- package/icon/Popup/l/index.mjs +2 -2
- package/icon/Popup/m/index.mjs +2 -2
- package/icon/PositionBottom/l/index.mjs +2 -2
- package/icon/PositionBottom/m/index.mjs +2 -2
- package/icon/PositionLeft/l/index.mjs +2 -2
- package/icon/PositionLeft/m/index.mjs +2 -2
- package/icon/PositionRight/l/index.mjs +2 -2
- package/icon/PositionRight/m/index.mjs +2 -2
- package/icon/PositionTop/l/index.mjs +2 -2
- package/icon/PositionTop/m/index.mjs +2 -2
- package/icon/Printing/l/index.mjs +2 -2
- package/icon/Printing/m/index.mjs +2 -2
- package/icon/Prowly/l/index.mjs +2 -2
- package/icon/Prowly/m/index.mjs +2 -2
- package/icon/PublicSafety/l/index.mjs +2 -2
- package/icon/PublicSafety/m/index.mjs +2 -2
- package/icon/PublicUtility/l/index.mjs +2 -2
- package/icon/PublicUtility/m/index.mjs +2 -2
- package/icon/Pulse/l/index.mjs +2 -2
- package/icon/Pulse/m/index.mjs +2 -2
- package/icon/Question/l/index.mjs +2 -2
- package/icon/Question/m/index.mjs +2 -2
- package/icon/QuestionSerp/l/index.mjs +2 -2
- package/icon/QuestionSerp/m/index.mjs +2 -2
- package/icon/Recreation/l/index.mjs +2 -2
- package/icon/Recreation/m/index.mjs +2 -2
- package/icon/Redirect/l/index.mjs +2 -2
- package/icon/Redirect/m/index.mjs +2 -2
- package/icon/Redo/l/index.mjs +2 -2
- package/icon/Redo/m/index.mjs +2 -2
- package/icon/RelatedProducts/l/index.mjs +2 -2
- package/icon/RelatedProducts/m/index.mjs +2 -2
- package/icon/RelatedSearches/l/index.mjs +2 -2
- package/icon/RelatedSearches/m/index.mjs +2 -2
- package/icon/Religion/l/index.mjs +2 -2
- package/icon/Religion/m/index.mjs +2 -2
- package/icon/Reload/l/index.mjs +2 -2
- package/icon/Reload/m/index.mjs +2 -2
- package/icon/Rephrase/l/index.mjs +2 -2
- package/icon/Rephrase/m/index.mjs +2 -2
- package/icon/Reply/l/index.mjs +2 -2
- package/icon/Reply/m/index.mjs +2 -2
- package/icon/Report/l/index.mjs +2 -2
- package/icon/Report/m/index.mjs +2 -2
- package/icon/ResizeCol/l/index.mjs +2 -2
- package/icon/ResizeCol/m/index.mjs +2 -2
- package/icon/ResizeRow/l/index.mjs +2 -2
- package/icon/ResizeRow/m/index.mjs +2 -2
- package/icon/Restaurant/l/index.mjs +2 -2
- package/icon/Restaurant/m/index.mjs +2 -2
- package/icon/Return/l/index.mjs +2 -2
- package/icon/Return/m/index.mjs +2 -2
- package/icon/Retweet/l/index.mjs +2 -2
- package/icon/Retweet/m/index.mjs +2 -2
- package/icon/Robot/l/index.mjs +2 -2
- package/icon/Robot/m/index.mjs +2 -2
- package/icon/Rss/l/index.mjs +2 -2
- package/icon/Rss/m/index.mjs +2 -2
- package/icon/Safari/l/index.mjs +2 -2
- package/icon/Safari/m/index.mjs +2 -2
- package/icon/Science/l/index.mjs +2 -2
- package/icon/Science/m/index.mjs +2 -2
- package/icon/Search/l/index.mjs +2 -2
- package/icon/Search/m/index.mjs +2 -2
- package/icon/Security/l/index.mjs +2 -2
- package/icon/Security/m/index.mjs +2 -2
- package/icon/SecurityNo/l/index.mjs +2 -2
- package/icon/SecurityNo/m/index.mjs +2 -2
- package/icon/SeeResultsAbout/l/index.mjs +2 -2
- package/icon/SeeResultsAbout/m/index.mjs +2 -2
- package/icon/Sellzone/l/index.mjs +2 -2
- package/icon/Sellzone/m/index.mjs +2 -2
- package/icon/Semrush/l/index.mjs +2 -2
- package/icon/Semrush/m/index.mjs +2 -2
- package/icon/SemrushRank/l/index.mjs +2 -2
- package/icon/SemrushRank/m/index.mjs +2 -2
- package/icon/Sent/l/index.mjs +2 -2
- package/icon/Sent/m/index.mjs +2 -2
- package/icon/SeoQuake/l/index.mjs +2 -2
- package/icon/SeoQuake/m/index.mjs +2 -2
- package/icon/Serp/l/index.mjs +2 -2
- package/icon/Serp/m/index.mjs +2 -2
- package/icon/Settings/l/index.mjs +2 -2
- package/icon/Settings/m/index.mjs +2 -2
- package/icon/Share/l/index.mjs +2 -2
- package/icon/Share/m/index.mjs +2 -2
- package/icon/ShortVideos/l/index.mjs +2 -2
- package/icon/ShortVideos/m/index.mjs +2 -2
- package/icon/ShowNo/l/index.mjs +2 -2
- package/icon/ShowNo/m/index.mjs +2 -2
- package/icon/ShowYes/l/index.mjs +2 -2
- package/icon/ShowYes/m/index.mjs +2 -2
- package/icon/SideMenuLeft/l/index.mjs +2 -2
- package/icon/SideMenuLeft/m/index.mjs +2 -2
- package/icon/SideMenuRight/l/index.mjs +2 -2
- package/icon/SideMenuRight/m/index.mjs +2 -2
- package/icon/SimplifyText/l/index.mjs +2 -2
- package/icon/SimplifyText/m/index.mjs +2 -2
- package/icon/Sitemap/l/index.mjs +2 -2
- package/icon/Sitemap/m/index.mjs +2 -2
- package/icon/Skype/l/index.mjs +2 -2
- package/icon/Skype/m/index.mjs +2 -2
- package/icon/Slack/l/index.mjs +2 -2
- package/icon/Slack/m/index.mjs +2 -2
- package/icon/SmileHappy/l/index.mjs +2 -2
- package/icon/SmileHappy/m/index.mjs +2 -2
- package/icon/SmileNeutral/l/index.mjs +2 -2
- package/icon/SmileNeutral/m/index.mjs +2 -2
- package/icon/SmileSad/l/index.mjs +2 -2
- package/icon/SmileSad/m/index.mjs +2 -2
- package/icon/SmileSimple/l/index.mjs +2 -2
- package/icon/SmileSimple/m/index.mjs +2 -2
- package/icon/Smoking/l/index.mjs +2 -2
- package/icon/Smoking/m/index.mjs +2 -2
- package/icon/SortAsc/l/index.mjs +2 -2
- package/icon/SortAsc/m/index.mjs +2 -2
- package/icon/SortDesc/l/index.mjs +2 -2
- package/icon/SortDesc/m/index.mjs +2 -2
- package/icon/Sport/l/index.mjs +2 -2
- package/icon/Sport/m/index.mjs +2 -2
- package/icon/Stop/l/index.mjs +2 -2
- package/icon/Stop/m/index.mjs +2 -2
- package/icon/StoriesAI/l/index.mjs +2 -2
- package/icon/StoriesAI/m/index.mjs +2 -2
- package/icon/Stroller/l/index.mjs +2 -2
- package/icon/Stroller/m/index.mjs +2 -2
- package/icon/SummaryAI/l/index.mjs +2 -2
- package/icon/SummaryAI/m/index.mjs +2 -2
- package/icon/Table/l/index.mjs +2 -2
- package/icon/Table/m/index.mjs +2 -2
- package/icon/Tablet/l/index.mjs +2 -2
- package/icon/Tablet/m/index.mjs +2 -2
- package/icon/Tag/l/index.mjs +2 -2
- package/icon/Tag/m/index.mjs +2 -2
- package/icon/TagFilled/l/index.mjs +2 -2
- package/icon/TagFilled/m/index.mjs +2 -2
- package/icon/Telescope/l/index.mjs +2 -2
- package/icon/Telescope/m/index.mjs +2 -2
- package/icon/Text/l/index.mjs +2 -2
- package/icon/Text/m/index.mjs +2 -2
- package/icon/ThumbDown/l/index.mjs +2 -2
- package/icon/ThumbDown/m/index.mjs +2 -2
- package/icon/ThumbUp/l/index.mjs +2 -2
- package/icon/ThumbUp/m/index.mjs +2 -2
- package/icon/Tile/l/index.mjs +2 -2
- package/icon/Tile/m/index.mjs +2 -2
- package/icon/TimeClock/l/index.mjs +2 -2
- package/icon/TimeClock/m/index.mjs +2 -2
- package/icon/TimeDay/l/index.mjs +2 -2
- package/icon/TimeDay/m/index.mjs +2 -2
- package/icon/TimeNight/l/index.mjs +2 -2
- package/icon/TimeNight/m/index.mjs +2 -2
- package/icon/TopStories/l/index.mjs +2 -2
- package/icon/TopStories/m/index.mjs +2 -2
- package/icon/Toxic/l/index.mjs +2 -2
- package/icon/Toxic/m/index.mjs +2 -2
- package/icon/Trash/l/index.mjs +2 -2
- package/icon/Trash/m/index.mjs +2 -2
- package/icon/Trello/l/index.mjs +2 -2
- package/icon/Trello/m/index.mjs +2 -2
- package/icon/Twitter/l/index.mjs +2 -2
- package/icon/Twitter/m/index.mjs +2 -2
- package/icon/TwitterCarousel/l/index.mjs +2 -2
- package/icon/TwitterCarousel/m/index.mjs +2 -2
- package/icon/Unarchive/l/index.mjs +2 -2
- package/icon/Unarchive/m/index.mjs +2 -2
- package/icon/Undo/l/index.mjs +2 -2
- package/icon/Undo/m/index.mjs +2 -2
- package/icon/Unsplash/l/index.mjs +2 -2
- package/icon/Unsplash/m/index.mjs +2 -2
- package/icon/User/l/index.mjs +2 -2
- package/icon/User/m/index.mjs +2 -2
- package/icon/UserDemo/l/index.mjs +2 -2
- package/icon/UserDemo/m/index.mjs +2 -2
- package/icon/UserGroup/l/index.mjs +2 -2
- package/icon/UserGroup/m/index.mjs +2 -2
- package/icon/UserShared/l/index.mjs +2 -2
- package/icon/UserShared/m/index.mjs +2 -2
- package/icon/UserSharedFirst/l/index.mjs +2 -2
- package/icon/UserSharedFirst/m/index.mjs +2 -2
- package/icon/Vacation/l/index.mjs +2 -2
- package/icon/Vacation/m/index.mjs +2 -2
- package/icon/Value/l/index.mjs +2 -2
- package/icon/Value/m/index.mjs +2 -2
- package/icon/Veterinary/l/index.mjs +2 -2
- package/icon/Veterinary/m/index.mjs +2 -2
- package/icon/Video/l/index.mjs +2 -2
- package/icon/Video/m/index.mjs +2 -2
- package/icon/VideoAlt/l/index.mjs +2 -2
- package/icon/VideoAlt/m/index.mjs +2 -2
- package/icon/VideoCarousel/l/index.mjs +2 -2
- package/icon/VideoCarousel/m/index.mjs +2 -2
- package/icon/VideoStop/l/index.mjs +2 -2
- package/icon/VideoStop/m/index.mjs +2 -2
- package/icon/Vk/l/index.mjs +2 -2
- package/icon/Vk/m/index.mjs +2 -2
- package/icon/VolumeUp/l/index.mjs +2 -2
- package/icon/VolumeUp/m/index.mjs +2 -2
- package/icon/Warning/l/index.mjs +2 -2
- package/icon/Warning/m/index.mjs +2 -2
- package/icon/WebPages/l/index.mjs +2 -2
- package/icon/WebPages/m/index.mjs +2 -2
- package/icon/WebStories/l/index.mjs +2 -2
- package/icon/WebStories/m/index.mjs +2 -2
- package/icon/Wine/l/index.mjs +2 -2
- package/icon/Wine/m/index.mjs +2 -2
- package/icon/Wordpress/l/index.mjs +2 -2
- package/icon/Wordpress/m/index.mjs +2 -2
- package/icon/Wristwatch/l/index.mjs +2 -2
- package/icon/Wristwatch/m/index.mjs +2 -2
- package/icon/Youtube/l/index.mjs +2 -2
- package/icon/Youtube/m/index.mjs +2 -2
- package/icon/YoutubePlaceholder/l/index.mjs +2 -2
- package/icon/YoutubePlaceholder/m/index.mjs +2 -2
- package/icon/ZoomMinus/l/index.mjs +2 -2
- package/icon/ZoomMinus/m/index.mjs +2 -2
- package/icon/ZoomPlus/l/index.mjs +2 -2
- package/icon/ZoomPlus/m/index.mjs +2 -2
- package/icon/color/Confluence/l/index.js +4 -4
- package/icon/color/Confluence/l/index.mjs +6 -6
- package/icon/color/Confluence/m/index.js +4 -4
- package/icon/color/Confluence/m/index.mjs +6 -6
- package/icon/color/Figma/l/index.mjs +2 -2
- package/icon/color/Figma/m/index.mjs +2 -2
- package/icon/color/GitHub/l/index.mjs +2 -2
- package/icon/color/GitHub/m/index.mjs +2 -2
- package/icon/color/GitHubInvert/l/index.mjs +2 -2
- package/icon/color/GitHubInvert/m/index.mjs +2 -2
- package/icon/color/GitLab/l/index.mjs +2 -2
- package/icon/color/GitLab/m/index.mjs +2 -2
- package/icon/color/GoogleAds/l/index.mjs +2 -2
- package/icon/color/GoogleAds/m/index.mjs +2 -2
- package/icon/color/GoogleAnalytics/l/index.mjs +2 -2
- package/icon/color/GoogleAnalytics/m/index.mjs +2 -2
- package/icon/color/GoogleAnalytics4/l/index.mjs +2 -2
- package/icon/color/GoogleAnalytics4/m/index.mjs +2 -2
- package/icon/color/GoogleCloud/l/index.mjs +2 -2
- package/icon/color/GoogleCloud/m/index.mjs +2 -2
- package/icon/color/GoogleColor/l/index.mjs +2 -2
- package/icon/color/GoogleColor/m/index.mjs +2 -2
- package/icon/color/GoogleDataStudio/l/index.mjs +2 -2
- package/icon/color/GoogleDataStudio/m/index.mjs +2 -2
- package/icon/color/GoogleDocs/l/index.mjs +2 -2
- package/icon/color/GoogleDocs/m/index.mjs +2 -2
- package/icon/color/GoogleMail/l/index.mjs +2 -2
- package/icon/color/GoogleMail/m/index.mjs +2 -2
- package/icon/color/GoogleMyBusiness/l/index.mjs +2 -2
- package/icon/color/GoogleMyBusiness/m/index.mjs +2 -2
- package/icon/color/GoogleSearchConsole/l/index.mjs +2 -2
- package/icon/color/GoogleSearchConsole/m/index.mjs +2 -2
- package/icon/color/GoogleSheets/l/index.mjs +2 -2
- package/icon/color/GoogleSheets/m/index.mjs +2 -2
- package/icon/color/GoogleSlides/l/index.mjs +2 -2
- package/icon/color/GoogleSlides/m/index.mjs +2 -2
- package/icon/color/Hubspot/l/index.mjs +2 -2
- package/icon/color/Hubspot/m/index.mjs +2 -2
- package/icon/color/JavaScript/l/index.mjs +2 -2
- package/icon/color/JavaScript/m/index.mjs +2 -2
- package/icon/color/LookerStudio/l/index.mjs +2 -2
- package/icon/color/LookerStudio/m/index.mjs +2 -2
- package/icon/color/MicrosoftExchange/l/index.mjs +2 -2
- package/icon/color/MicrosoftExchange/m/index.mjs +2 -2
- package/icon/color/MicrosoftOffice/l/index.js +10 -10
- package/icon/color/MicrosoftOffice/l/index.mjs +12 -12
- package/icon/color/MicrosoftOffice/m/index.js +10 -10
- package/icon/color/MicrosoftOffice/m/index.mjs +12 -12
- package/icon/color/MicrosoftOutlook/l/index.mjs +2 -2
- package/icon/color/MicrosoftOutlook/m/index.mjs +2 -2
- package/icon/color/WhatsApp/l/index.mjs +2 -2
- package/icon/color/WhatsApp/m/index.mjs +2 -2
- package/icon/color/Yahoo/l/index.mjs +2 -2
- package/icon/color/Yahoo/m/index.mjs +2 -2
- package/icon/color/YoutubeColored/l/index.mjs +2 -2
- package/icon/color/YoutubeColored/m/index.mjs +2 -2
- package/icon/color/YoutubeInvert/l/index.mjs +2 -2
- package/icon/color/YoutubeInvert/m/index.mjs +2 -2
- package/icon/external/FacebookClick/index.mjs +2 -2
- package/icon/external/FacebookComment/index.mjs +2 -2
- package/icon/external/FacebookLike/index.mjs +2 -2
- package/icon/external/FacebookSemrush/index.mjs +2 -2
- package/icon/external/FacebookShare/index.mjs +2 -2
- package/icon/external/FacebookView/index.mjs +2 -2
- package/icon/external/InstagramClick/index.mjs +2 -2
- package/icon/external/InstagramComment/index.mjs +2 -2
- package/icon/external/InstagramLike/index.mjs +2 -2
- package/icon/external/InstagramSave/index.mjs +2 -2
- package/icon/external/InstagramView/index.mjs +2 -2
- package/icon/external/LinkedInClick/index.mjs +2 -2
- package/icon/external/LinkedInComment/index.mjs +2 -2
- package/icon/external/LinkedInLike/index.mjs +2 -2
- package/icon/external/LinkedInSemrush/index.mjs +2 -2
- package/icon/external/LinkedInShare/index.mjs +2 -2
- package/icon/external/LinkedInView/index.mjs +2 -2
- package/icon/external/PinterestComment/index.mjs +2 -2
- package/icon/external/PinterestSave/index.mjs +2 -2
- package/icon/external/PinterestSend/index.mjs +2 -2
- package/icon/external/TwitterClick/index.mjs +2 -2
- package/icon/external/TwitterLike/index.mjs +2 -2
- package/icon/external/TwitterReply/index.mjs +2 -2
- package/icon/external/TwitterRetweet/index.mjs +2 -2
- package/icon/external/TwitterSemrush/index.mjs +2 -2
- package/icon/external/TwitterView/index.mjs +2 -2
- package/icon/lib/cjs/Icon.js +5 -5
- package/icon/lib/es6/Icon.js +5 -5
- package/icon/pay/AmericanExpress/l/index.mjs +2 -2
- package/icon/pay/AmericanExpress/m/index.mjs +2 -2
- package/icon/pay/CreditCard/l/index.mjs +2 -2
- package/icon/pay/CreditCard/m/index.mjs +2 -2
- package/icon/pay/Diners/l/index.mjs +2 -2
- package/icon/pay/Diners/m/index.mjs +2 -2
- package/icon/pay/Discover/l/index.js +1 -1
- package/icon/pay/Discover/l/index.mjs +3 -3
- package/icon/pay/Discover/m/index.js +1 -1
- package/icon/pay/Discover/m/index.mjs +3 -3
- package/icon/pay/JCB/l/index.js +10 -10
- package/icon/pay/JCB/l/index.mjs +12 -12
- package/icon/pay/JCB/m/index.js +10 -10
- package/icon/pay/JCB/m/index.mjs +12 -12
- package/icon/pay/Mastercard/l/index.mjs +2 -2
- package/icon/pay/Mastercard/m/index.mjs +2 -2
- package/icon/pay/PayPal/l/index.mjs +2 -2
- package/icon/pay/PayPal/m/index.mjs +2 -2
- package/icon/pay/UnionPay/l/index.mjs +2 -2
- package/icon/pay/UnionPay/m/index.mjs +2 -2
- package/icon/pay/Visa/l/index.js +2 -2
- package/icon/pay/Visa/l/index.mjs +4 -4
- package/icon/pay/Visa/m/index.js +2 -2
- package/icon/pay/Visa/m/index.mjs +4 -4
- package/icon/pay/WeChatPay/l/index.mjs +2 -2
- package/icon/pay/WeChatPay/m/index.mjs +2 -2
- package/illustration/AccessDenied/index.mjs +2 -2
- package/illustration/AreaChart/index.mjs +2 -2
- package/illustration/Blocked/index.mjs +2 -2
- package/illustration/ChoroplethMapChart/index.mjs +2 -2
- package/illustration/Coffee/index.mjs +2 -2
- package/illustration/Collection/index.mjs +2 -2
- package/illustration/CombinedChart/index.mjs +2 -2
- package/illustration/Confirmation/index.mjs +2 -2
- package/illustration/Congrats/index.mjs +2 -2
- package/illustration/ConnectionLost/index.mjs +2 -2
- package/illustration/DeletedAccount/index.mjs +2 -2
- package/illustration/DeletedPage/index.mjs +2 -2
- package/illustration/Dns/index.mjs +2 -2
- package/illustration/DonutChart/index.mjs +2 -2
- package/illustration/Duplicates/index.mjs +2 -2
- package/illustration/Feedback/index.mjs +2 -2
- package/illustration/FunnelChart/index.mjs +2 -2
- package/illustration/Good/index.mjs +2 -2
- package/illustration/HeatMapChart/index.mjs +2 -2
- package/illustration/HorizontalBarChart/index.mjs +2 -2
- package/illustration/KagiChart/index.mjs +2 -2
- package/illustration/LineChart/index.mjs +2 -2
- package/illustration/LollipopChart/index.mjs +2 -2
- package/illustration/MailSent/index.mjs +2 -2
- package/illustration/Maintenance/index.mjs +2 -2
- package/illustration/Nexttime/index.mjs +2 -2
- package/illustration/NoPayment/index.mjs +2 -2
- package/illustration/NothingFound/index.mjs +2 -2
- package/illustration/OtherData/index.mjs +2 -2
- package/illustration/PageError/index.mjs +2 -2
- package/illustration/PageNotFound/index.mjs +2 -2
- package/illustration/PieChart/index.mjs +2 -2
- package/illustration/Processing/index.mjs +2 -2
- package/illustration/ProjectNotFound/index.mjs +2 -2
- package/illustration/RadarChart/index.mjs +2 -2
- package/illustration/RadialTreeChart/index.mjs +2 -2
- package/illustration/SankeyChart/index.mjs +2 -2
- package/illustration/ScatterPlotChart/index.mjs +2 -2
- package/illustration/StackedAreaChart/index.mjs +2 -2
- package/illustration/Suggestion/index.mjs +2 -2
- package/illustration/Suggestions/index.mjs +2 -2
- package/illustration/Table/index.mjs +2 -2
- package/illustration/TagCloud/index.mjs +2 -2
- package/illustration/TextLinksEtc/index.mjs +2 -2
- package/illustration/Timeout/index.mjs +2 -2
- package/illustration/UnderConstruction/index.mjs +2 -2
- package/illustration/VennChart/index.mjs +2 -2
- package/illustration/VerticalBarChart/index.mjs +2 -2
- package/illustration/Waiting/index.mjs +2 -2
- package/illustration/Warning/index.mjs +2 -2
- package/illustration/lib/cjs/index.js +1 -1
- package/illustration/lib/es6/index.js +1 -1
- package/inline-edit/lib/cjs/InlineEdit.js +4 -4
- package/inline-edit/lib/es6/InlineEdit.js +4 -4
- package/inline-input/index.mjs +2 -1
- package/inline-input/lib/cjs/InlineInput.js +26 -20
- package/inline-input/lib/cjs/InlineInput.js.map +1 -1
- package/inline-input/lib/cjs/style/inline-input.shadow.css +7 -0
- package/inline-input/lib/es6/InlineInput.js +26 -20
- package/inline-input/lib/es6/InlineInput.js.map +1 -1
- package/inline-input/lib/es6/style/inline-input.shadow.css +7 -0
- package/input/lib/cjs/Input.js +21 -19
- package/input/lib/cjs/Input.js.map +1 -1
- package/input/lib/cjs/style/input.shadow.css +7 -6
- package/input/lib/es6/Input.js +21 -19
- package/input/lib/es6/Input.js.map +1 -1
- package/input/lib/es6/style/input.shadow.css +7 -6
- 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 +57 -42
- package/input-tags/lib/cjs/InputTags.js.map +1 -1
- package/input-tags/lib/cjs/style/input-tag.shadow.css +2 -6
- package/input-tags/lib/es6/InputTags.js +57 -42
- package/input-tags/lib/es6/InputTags.js.map +1 -1
- package/input-tags/lib/es6/style/input-tag.shadow.css +2 -6
- package/link/lib/cjs/Link.js +12 -12
- package/link/lib/es6/Link.js +12 -12
- package/modal/lib/cjs/Modal.js +11 -9
- package/modal/lib/cjs/Modal.js.map +1 -1
- package/modal/lib/es6/Modal.js +11 -9
- package/modal/lib/es6/Modal.js.map +1 -1
- package/notice/index.mjs +2 -1
- package/notice/lib/cjs/Notice.js +13 -13
- package/notice/lib/es6/Notice.js +13 -13
- package/notice-bubble/index.mjs +2 -1
- package/notice-bubble/lib/cjs/NoticeBubble.js +12 -12
- package/notice-bubble/lib/es6/NoticeBubble.js +12 -12
- package/notice-global/lib/cjs/NoticeGlobal.js +11 -11
- package/notice-global/lib/es6/NoticeGlobal.js +11 -11
- package/package.json +2 -2
- package/pagination/lib/cjs/Pagination.js +10 -10
- package/pagination/lib/es6/Pagination.js +10 -10
- package/pills/lib/cjs/Pills.js +17 -17
- package/pills/lib/es6/Pills.js +17 -17
- 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 +23 -16
- package/radio/lib/cjs/Radio.js.map +1 -1
- package/radio/lib/cjs/style/radio.shadow.css +7 -0
- package/radio/lib/es6/Radio.js +23 -16
- package/radio/lib/es6/Radio.js.map +1 -1
- package/radio/lib/es6/style/radio.shadow.css +7 -0
- package/scroll-area/lib/cjs/ScrollArea.js +9 -9
- package/scroll-area/lib/cjs/ScrollBar.js +5 -5
- package/scroll-area/lib/es6/ScrollArea.js +9 -9
- package/scroll-area/lib/es6/ScrollBar.js +5 -5
- package/select/lib/cjs/InputSearch.js +6 -6
- package/select/lib/cjs/Select.js +7 -7
- package/select/lib/es6/InputSearch.js +6 -6
- package/select/lib/es6/Select.js +7 -7
- package/side-panel/lib/cjs/SidePanel.js +15 -15
- package/side-panel/lib/es6/SidePanel.js +15 -15
- package/skeleton/lib/cjs/Charts/Area.js +9 -9
- package/skeleton/lib/cjs/Charts/Bar.js +9 -9
- package/skeleton/lib/cjs/Charts/Bubble.js +9 -9
- package/skeleton/lib/cjs/Charts/Donut.js +9 -9
- package/skeleton/lib/cjs/Charts/Histogram.js +9 -9
- package/skeleton/lib/cjs/Charts/Line.js +9 -9
- package/skeleton/lib/cjs/Charts/RadialTree.js +9 -9
- package/skeleton/lib/cjs/Charts/ScatterPlot.js +9 -9
- package/skeleton/lib/cjs/Charts/Venn.js +9 -9
- package/skeleton/lib/cjs/Skeleton.js +8 -8
- package/skeleton/lib/es6/Charts/Area.js +9 -9
- package/skeleton/lib/es6/Charts/Bar.js +9 -9
- package/skeleton/lib/es6/Charts/Bubble.js +9 -9
- package/skeleton/lib/es6/Charts/Donut.js +9 -9
- package/skeleton/lib/es6/Charts/Histogram.js +9 -9
- package/skeleton/lib/es6/Charts/Line.js +9 -9
- package/skeleton/lib/es6/Charts/RadialTree.js +9 -9
- package/skeleton/lib/es6/Charts/ScatterPlot.js +9 -9
- package/skeleton/lib/es6/Charts/Venn.js +9 -9
- package/skeleton/lib/es6/Skeleton.js +8 -8
- package/slider/lib/cjs/Slider.js +7 -7
- package/slider/lib/es6/Slider.js +7 -7
- package/spin/lib/cjs/Spin.js +13 -13
- package/spin/lib/es6/Spin.js +13 -13
- package/spin-container/lib/cjs/SpinContainer.js +8 -8
- package/spin-container/lib/es6/SpinContainer.js +8 -8
- package/sticky/lib/cjs/Sticky.js +2 -2
- package/sticky/lib/es6/Sticky.js +2 -2
- package/switch/lib/cjs/Switch.js +21 -21
- package/switch/lib/es6/Switch.js +21 -21
- package/tab-line/lib/cjs/TabLine.js +13 -13
- package/tab-line/lib/es6/TabLine.js +13 -13
- package/tab-panel/lib/cjs/TabPanel.js +8 -8
- package/tab-panel/lib/es6/TabPanel.js +8 -8
- package/tag/lib/cjs/Tag.js +19 -19
- package/tag/lib/es6/Tag.js +19 -19
- package/textarea/lib/cjs/Textarea.js +8 -8
- package/textarea/lib/cjs/style/textarea.shadow.css +8 -1
- package/textarea/lib/es6/Textarea.js +8 -8
- package/textarea/lib/es6/style/textarea.shadow.css +8 -1
- package/time-picker/lib/cjs/TimePicker.js +12 -12
- package/time-picker/lib/es6/TimePicker.js +12 -12
- package/tooltip/index.d.ts +2 -1
- package/tooltip/lib/cjs/Tooltip.js +6 -6
- package/tooltip/lib/cjs/index.d.js.map +1 -1
- package/tooltip/lib/es6/Tooltip.js +6 -6
- package/tooltip/lib/es6/index.d.js.map +1 -1
- package/tooltip/lib/types/index.d.ts +2 -1
- 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/ThemeProvider.mjs +1 -1
- package/utils/lib/addonTextChildren.mjs +1 -1
- package/utils/lib/assignProps.mjs +1 -1
- package/utils/lib/components/invalid-state-pattern/InvalidStatePattern.mjs +3 -3
- package/utils/lib/findComponent.mjs +1 -1
- package/utils/lib/getOriginChildren.mjs +1 -1
- package/utils/lib/propsForElement.js +1 -2
- package/utils/lib/propsForElement.js.map +1 -1
- package/utils/lib/propsForElement.mjs +1 -2
- package/utils/lib/propsForElement.mjs.map +1 -1
- package/utils/lib/uniqueID.mjs +1 -1
- package/utils/lib/use/useFocusLock.js +2 -2
- package/utils/lib/use/useFocusLock.js.map +1 -1
- package/utils/lib/use/useFocusLock.mjs +2 -2
- package/utils/lib/use/useFocusLock.mjs.map +1 -1
- package/widget-empty/lib/cjs/WidgetEmpty.js +5 -5
- package/widget-empty/lib/es6/WidgetEmpty.js +5 -5
- package/wizard/lib/cjs/Wizard.js +11 -11
- package/wizard/lib/es6/Wizard.js +11 -11
package/icon/Robot/m/index.mjs
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
2
2
|
import React from 'react';
|
3
|
-
import { createBaseComponent } from '
|
4
|
-
import Icon from '
|
3
|
+
import { createBaseComponent } from 'intergalactic/core';
|
4
|
+
import Icon from 'intergalactic/icon';
|
5
5
|
function Robot({
|
6
6
|
width = '16',
|
7
7
|
height = '16',
|
package/icon/Rss/l/index.mjs
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
2
2
|
import React from 'react';
|
3
|
-
import { createBaseComponent } from '
|
4
|
-
import Icon from '
|
3
|
+
import { createBaseComponent } from 'intergalactic/core';
|
4
|
+
import Icon from 'intergalactic/icon';
|
5
5
|
function Rss({
|
6
6
|
width = '24',
|
7
7
|
height = '24',
|
package/icon/Rss/m/index.mjs
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
2
2
|
import React from 'react';
|
3
|
-
import { createBaseComponent } from '
|
4
|
-
import Icon from '
|
3
|
+
import { createBaseComponent } from 'intergalactic/core';
|
4
|
+
import Icon from 'intergalactic/icon';
|
5
5
|
function Rss({
|
6
6
|
width = '16',
|
7
7
|
height = '16',
|
package/icon/Safari/l/index.mjs
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
2
2
|
import React from 'react';
|
3
|
-
import { createBaseComponent } from '
|
4
|
-
import Icon from '
|
3
|
+
import { createBaseComponent } from 'intergalactic/core';
|
4
|
+
import Icon from 'intergalactic/icon';
|
5
5
|
function Safari({
|
6
6
|
width = '24',
|
7
7
|
height = '24',
|
package/icon/Safari/m/index.mjs
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
2
2
|
import React from 'react';
|
3
|
-
import { createBaseComponent } from '
|
4
|
-
import Icon from '
|
3
|
+
import { createBaseComponent } from 'intergalactic/core';
|
4
|
+
import Icon from 'intergalactic/icon';
|
5
5
|
function Safari({
|
6
6
|
width = '16',
|
7
7
|
height = '16',
|
package/icon/Science/l/index.mjs
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
2
2
|
import React from 'react';
|
3
|
-
import { createBaseComponent } from '
|
4
|
-
import Icon from '
|
3
|
+
import { createBaseComponent } from 'intergalactic/core';
|
4
|
+
import Icon from 'intergalactic/icon';
|
5
5
|
function Science({
|
6
6
|
width = '24',
|
7
7
|
height = '24',
|
package/icon/Science/m/index.mjs
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
2
2
|
import React from 'react';
|
3
|
-
import { createBaseComponent } from '
|
4
|
-
import Icon from '
|
3
|
+
import { createBaseComponent } from 'intergalactic/core';
|
4
|
+
import Icon from 'intergalactic/icon';
|
5
5
|
function Science({
|
6
6
|
width = '16',
|
7
7
|
height = '16',
|
package/icon/Search/l/index.mjs
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
2
2
|
import React from 'react';
|
3
|
-
import { createBaseComponent } from '
|
4
|
-
import Icon from '
|
3
|
+
import { createBaseComponent } from 'intergalactic/core';
|
4
|
+
import Icon from 'intergalactic/icon';
|
5
5
|
function Search({
|
6
6
|
width = '24',
|
7
7
|
height = '24',
|
package/icon/Search/m/index.mjs
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
2
2
|
import React from 'react';
|
3
|
-
import { createBaseComponent } from '
|
4
|
-
import Icon from '
|
3
|
+
import { createBaseComponent } from 'intergalactic/core';
|
4
|
+
import Icon from 'intergalactic/icon';
|
5
5
|
function Search({
|
6
6
|
width = '16',
|
7
7
|
height = '16',
|
@@ -1,7 +1,7 @@
|
|
1
1
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
2
2
|
import React from 'react';
|
3
|
-
import { createBaseComponent } from '
|
4
|
-
import Icon from '
|
3
|
+
import { createBaseComponent } from 'intergalactic/core';
|
4
|
+
import Icon from 'intergalactic/icon';
|
5
5
|
function Security({
|
6
6
|
width = '24',
|
7
7
|
height = '24',
|
@@ -1,7 +1,7 @@
|
|
1
1
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
2
2
|
import React from 'react';
|
3
|
-
import { createBaseComponent } from '
|
4
|
-
import Icon from '
|
3
|
+
import { createBaseComponent } from 'intergalactic/core';
|
4
|
+
import Icon from 'intergalactic/icon';
|
5
5
|
function Security({
|
6
6
|
width = '16',
|
7
7
|
height = '16',
|
@@ -1,7 +1,7 @@
|
|
1
1
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
2
2
|
import React from 'react';
|
3
|
-
import { createBaseComponent } from '
|
4
|
-
import Icon from '
|
3
|
+
import { createBaseComponent } from 'intergalactic/core';
|
4
|
+
import Icon from 'intergalactic/icon';
|
5
5
|
function SecurityNo({
|
6
6
|
width = '24',
|
7
7
|
height = '24',
|
@@ -1,7 +1,7 @@
|
|
1
1
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
2
2
|
import React from 'react';
|
3
|
-
import { createBaseComponent } from '
|
4
|
-
import Icon from '
|
3
|
+
import { createBaseComponent } from 'intergalactic/core';
|
4
|
+
import Icon from 'intergalactic/icon';
|
5
5
|
function SecurityNo({
|
6
6
|
width = '16',
|
7
7
|
height = '16',
|
@@ -1,7 +1,7 @@
|
|
1
1
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
2
2
|
import React from 'react';
|
3
|
-
import { createBaseComponent } from '
|
4
|
-
import Icon from '
|
3
|
+
import { createBaseComponent } from 'intergalactic/core';
|
4
|
+
import Icon from 'intergalactic/icon';
|
5
5
|
function SeeResultsAbout({
|
6
6
|
width = '24',
|
7
7
|
height = '24',
|
@@ -1,7 +1,7 @@
|
|
1
1
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
2
2
|
import React from 'react';
|
3
|
-
import { createBaseComponent } from '
|
4
|
-
import Icon from '
|
3
|
+
import { createBaseComponent } from 'intergalactic/core';
|
4
|
+
import Icon from 'intergalactic/icon';
|
5
5
|
function SeeResultsAbout({
|
6
6
|
width = '16',
|
7
7
|
height = '16',
|
@@ -1,7 +1,7 @@
|
|
1
1
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
2
2
|
import React from 'react';
|
3
|
-
import { createBaseComponent } from '
|
4
|
-
import Icon from '
|
3
|
+
import { createBaseComponent } from 'intergalactic/core';
|
4
|
+
import Icon from 'intergalactic/icon';
|
5
5
|
function Sellzone({
|
6
6
|
width = '24',
|
7
7
|
height = '24',
|
@@ -1,7 +1,7 @@
|
|
1
1
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
2
2
|
import React from 'react';
|
3
|
-
import { createBaseComponent } from '
|
4
|
-
import Icon from '
|
3
|
+
import { createBaseComponent } from 'intergalactic/core';
|
4
|
+
import Icon from 'intergalactic/icon';
|
5
5
|
function Sellzone({
|
6
6
|
width = '16',
|
7
7
|
height = '16',
|
package/icon/Semrush/l/index.mjs
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
2
2
|
import React from 'react';
|
3
|
-
import { createBaseComponent } from '
|
4
|
-
import Icon from '
|
3
|
+
import { createBaseComponent } from 'intergalactic/core';
|
4
|
+
import Icon from 'intergalactic/icon';
|
5
5
|
function Semrush({
|
6
6
|
width = '24',
|
7
7
|
height = '24',
|
package/icon/Semrush/m/index.mjs
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
2
2
|
import React from 'react';
|
3
|
-
import { createBaseComponent } from '
|
4
|
-
import Icon from '
|
3
|
+
import { createBaseComponent } from 'intergalactic/core';
|
4
|
+
import Icon from 'intergalactic/icon';
|
5
5
|
function Semrush({
|
6
6
|
width = '16',
|
7
7
|
height = '16',
|
@@ -1,7 +1,7 @@
|
|
1
1
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
2
2
|
import React from 'react';
|
3
|
-
import { createBaseComponent } from '
|
4
|
-
import Icon from '
|
3
|
+
import { createBaseComponent } from 'intergalactic/core';
|
4
|
+
import Icon from 'intergalactic/icon';
|
5
5
|
function SemrushRank({
|
6
6
|
width = '24',
|
7
7
|
height = '24',
|
@@ -1,7 +1,7 @@
|
|
1
1
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
2
2
|
import React from 'react';
|
3
|
-
import { createBaseComponent } from '
|
4
|
-
import Icon from '
|
3
|
+
import { createBaseComponent } from 'intergalactic/core';
|
4
|
+
import Icon from 'intergalactic/icon';
|
5
5
|
function SemrushRank({
|
6
6
|
width = '16',
|
7
7
|
height = '16',
|
package/icon/Sent/l/index.mjs
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
2
2
|
import React from 'react';
|
3
|
-
import { createBaseComponent } from '
|
4
|
-
import Icon from '
|
3
|
+
import { createBaseComponent } from 'intergalactic/core';
|
4
|
+
import Icon from 'intergalactic/icon';
|
5
5
|
function Sent({
|
6
6
|
width = '24',
|
7
7
|
height = '24',
|
package/icon/Sent/m/index.mjs
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
2
2
|
import React from 'react';
|
3
|
-
import { createBaseComponent } from '
|
4
|
-
import Icon from '
|
3
|
+
import { createBaseComponent } from 'intergalactic/core';
|
4
|
+
import Icon from 'intergalactic/icon';
|
5
5
|
function Sent({
|
6
6
|
width = '16',
|
7
7
|
height = '16',
|
@@ -1,7 +1,7 @@
|
|
1
1
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
2
2
|
import React from 'react';
|
3
|
-
import { createBaseComponent } from '
|
4
|
-
import Icon from '
|
3
|
+
import { createBaseComponent } from 'intergalactic/core';
|
4
|
+
import Icon from 'intergalactic/icon';
|
5
5
|
function SeoQuake({
|
6
6
|
width = '24',
|
7
7
|
height = '24',
|
@@ -1,7 +1,7 @@
|
|
1
1
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
2
2
|
import React from 'react';
|
3
|
-
import { createBaseComponent } from '
|
4
|
-
import Icon from '
|
3
|
+
import { createBaseComponent } from 'intergalactic/core';
|
4
|
+
import Icon from 'intergalactic/icon';
|
5
5
|
function SeoQuake({
|
6
6
|
width = '16',
|
7
7
|
height = '16',
|
package/icon/Serp/l/index.mjs
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
2
2
|
import React from 'react';
|
3
|
-
import { createBaseComponent } from '
|
4
|
-
import Icon from '
|
3
|
+
import { createBaseComponent } from 'intergalactic/core';
|
4
|
+
import Icon from 'intergalactic/icon';
|
5
5
|
function Serp({
|
6
6
|
width = '24',
|
7
7
|
height = '24',
|
package/icon/Serp/m/index.mjs
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
2
2
|
import React from 'react';
|
3
|
-
import { createBaseComponent } from '
|
4
|
-
import Icon from '
|
3
|
+
import { createBaseComponent } from 'intergalactic/core';
|
4
|
+
import Icon from 'intergalactic/icon';
|
5
5
|
function Serp({
|
6
6
|
width = '16',
|
7
7
|
height = '16',
|
@@ -1,7 +1,7 @@
|
|
1
1
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
2
2
|
import React from 'react';
|
3
|
-
import { createBaseComponent } from '
|
4
|
-
import Icon from '
|
3
|
+
import { createBaseComponent } from 'intergalactic/core';
|
4
|
+
import Icon from 'intergalactic/icon';
|
5
5
|
function Settings({
|
6
6
|
width = '24',
|
7
7
|
height = '24',
|
@@ -1,7 +1,7 @@
|
|
1
1
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
2
2
|
import React from 'react';
|
3
|
-
import { createBaseComponent } from '
|
4
|
-
import Icon from '
|
3
|
+
import { createBaseComponent } from 'intergalactic/core';
|
4
|
+
import Icon from 'intergalactic/icon';
|
5
5
|
function Settings({
|
6
6
|
width = '16',
|
7
7
|
height = '16',
|
package/icon/Share/l/index.mjs
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
2
2
|
import React from 'react';
|
3
|
-
import { createBaseComponent } from '
|
4
|
-
import Icon from '
|
3
|
+
import { createBaseComponent } from 'intergalactic/core';
|
4
|
+
import Icon from 'intergalactic/icon';
|
5
5
|
function Share({
|
6
6
|
width = '24',
|
7
7
|
height = '24',
|
package/icon/Share/m/index.mjs
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
2
2
|
import React from 'react';
|
3
|
-
import { createBaseComponent } from '
|
4
|
-
import Icon from '
|
3
|
+
import { createBaseComponent } from 'intergalactic/core';
|
4
|
+
import Icon from 'intergalactic/icon';
|
5
5
|
function Share({
|
6
6
|
width = '16',
|
7
7
|
height = '16',
|
@@ -1,7 +1,7 @@
|
|
1
1
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
2
2
|
import React from 'react';
|
3
|
-
import { createBaseComponent } from '
|
4
|
-
import Icon from '
|
3
|
+
import { createBaseComponent } from 'intergalactic/core';
|
4
|
+
import Icon from 'intergalactic/icon';
|
5
5
|
function ShortVideos({
|
6
6
|
width = '24',
|
7
7
|
height = '24',
|
@@ -1,7 +1,7 @@
|
|
1
1
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
2
2
|
import React from 'react';
|
3
|
-
import { createBaseComponent } from '
|
4
|
-
import Icon from '
|
3
|
+
import { createBaseComponent } from 'intergalactic/core';
|
4
|
+
import Icon from 'intergalactic/icon';
|
5
5
|
function ShortVideos({
|
6
6
|
width = '16',
|
7
7
|
height = '16',
|
package/icon/ShowNo/l/index.mjs
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
2
2
|
import React from 'react';
|
3
|
-
import { createBaseComponent } from '
|
4
|
-
import Icon from '
|
3
|
+
import { createBaseComponent } from 'intergalactic/core';
|
4
|
+
import Icon from 'intergalactic/icon';
|
5
5
|
function ShowNo({
|
6
6
|
width = '24',
|
7
7
|
height = '24',
|
package/icon/ShowNo/m/index.mjs
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
2
2
|
import React from 'react';
|
3
|
-
import { createBaseComponent } from '
|
4
|
-
import Icon from '
|
3
|
+
import { createBaseComponent } from 'intergalactic/core';
|
4
|
+
import Icon from 'intergalactic/icon';
|
5
5
|
function ShowNo({
|
6
6
|
width = '16',
|
7
7
|
height = '16',
|
package/icon/ShowYes/l/index.mjs
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
2
2
|
import React from 'react';
|
3
|
-
import { createBaseComponent } from '
|
4
|
-
import Icon from '
|
3
|
+
import { createBaseComponent } from 'intergalactic/core';
|
4
|
+
import Icon from 'intergalactic/icon';
|
5
5
|
function ShowYes({
|
6
6
|
width = '24',
|
7
7
|
height = '24',
|
package/icon/ShowYes/m/index.mjs
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
2
2
|
import React from 'react';
|
3
|
-
import { createBaseComponent } from '
|
4
|
-
import Icon from '
|
3
|
+
import { createBaseComponent } from 'intergalactic/core';
|
4
|
+
import Icon from 'intergalactic/icon';
|
5
5
|
function ShowYes({
|
6
6
|
width = '16',
|
7
7
|
height = '16',
|
@@ -1,7 +1,7 @@
|
|
1
1
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
2
2
|
import React from 'react';
|
3
|
-
import { createBaseComponent } from '
|
4
|
-
import Icon from '
|
3
|
+
import { createBaseComponent } from 'intergalactic/core';
|
4
|
+
import Icon from 'intergalactic/icon';
|
5
5
|
function SideMenuLeft({
|
6
6
|
width = '24',
|
7
7
|
height = '24',
|
@@ -1,7 +1,7 @@
|
|
1
1
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
2
2
|
import React from 'react';
|
3
|
-
import { createBaseComponent } from '
|
4
|
-
import Icon from '
|
3
|
+
import { createBaseComponent } from 'intergalactic/core';
|
4
|
+
import Icon from 'intergalactic/icon';
|
5
5
|
function SideMenuLeft({
|
6
6
|
width = '16',
|
7
7
|
height = '16',
|
@@ -1,7 +1,7 @@
|
|
1
1
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
2
2
|
import React from 'react';
|
3
|
-
import { createBaseComponent } from '
|
4
|
-
import Icon from '
|
3
|
+
import { createBaseComponent } from 'intergalactic/core';
|
4
|
+
import Icon from 'intergalactic/icon';
|
5
5
|
function SideMenuRight({
|
6
6
|
width = '24',
|
7
7
|
height = '24',
|
@@ -1,7 +1,7 @@
|
|
1
1
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
2
2
|
import React from 'react';
|
3
|
-
import { createBaseComponent } from '
|
4
|
-
import Icon from '
|
3
|
+
import { createBaseComponent } from 'intergalactic/core';
|
4
|
+
import Icon from 'intergalactic/icon';
|
5
5
|
function SideMenuRight({
|
6
6
|
width = '16',
|
7
7
|
height = '16',
|
@@ -1,7 +1,7 @@
|
|
1
1
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
2
2
|
import React from 'react';
|
3
|
-
import { createBaseComponent } from '
|
4
|
-
import Icon from '
|
3
|
+
import { createBaseComponent } from 'intergalactic/core';
|
4
|
+
import Icon from 'intergalactic/icon';
|
5
5
|
function SimplifyText({
|
6
6
|
width = '24',
|
7
7
|
height = '24',
|
@@ -1,7 +1,7 @@
|
|
1
1
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
2
2
|
import React from 'react';
|
3
|
-
import { createBaseComponent } from '
|
4
|
-
import Icon from '
|
3
|
+
import { createBaseComponent } from 'intergalactic/core';
|
4
|
+
import Icon from 'intergalactic/icon';
|
5
5
|
function SimplifyText({
|
6
6
|
width = '16',
|
7
7
|
height = '16',
|
package/icon/Sitemap/l/index.mjs
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
2
2
|
import React from 'react';
|
3
|
-
import { createBaseComponent } from '
|
4
|
-
import Icon from '
|
3
|
+
import { createBaseComponent } from 'intergalactic/core';
|
4
|
+
import Icon from 'intergalactic/icon';
|
5
5
|
function Sitemap({
|
6
6
|
width = '24',
|
7
7
|
height = '24',
|
package/icon/Sitemap/m/index.mjs
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
2
2
|
import React from 'react';
|
3
|
-
import { createBaseComponent } from '
|
4
|
-
import Icon from '
|
3
|
+
import { createBaseComponent } from 'intergalactic/core';
|
4
|
+
import Icon from 'intergalactic/icon';
|
5
5
|
function Sitemap({
|
6
6
|
width = '16',
|
7
7
|
height = '16',
|
package/icon/Skype/l/index.mjs
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
2
2
|
import React from 'react';
|
3
|
-
import { createBaseComponent } from '
|
4
|
-
import Icon from '
|
3
|
+
import { createBaseComponent } from 'intergalactic/core';
|
4
|
+
import Icon from 'intergalactic/icon';
|
5
5
|
function Skype({
|
6
6
|
width = '24',
|
7
7
|
height = '24',
|
package/icon/Skype/m/index.mjs
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
2
2
|
import React from 'react';
|
3
|
-
import { createBaseComponent } from '
|
4
|
-
import Icon from '
|
3
|
+
import { createBaseComponent } from 'intergalactic/core';
|
4
|
+
import Icon from 'intergalactic/icon';
|
5
5
|
function Skype({
|
6
6
|
width = '16',
|
7
7
|
height = '16',
|
package/icon/Slack/l/index.mjs
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
2
2
|
import React from 'react';
|
3
|
-
import { createBaseComponent } from '
|
4
|
-
import Icon from '
|
3
|
+
import { createBaseComponent } from 'intergalactic/core';
|
4
|
+
import Icon from 'intergalactic/icon';
|
5
5
|
function Slack({
|
6
6
|
width = '24',
|
7
7
|
height = '24',
|
package/icon/Slack/m/index.mjs
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
2
2
|
import React from 'react';
|
3
|
-
import { createBaseComponent } from '
|
4
|
-
import Icon from '
|
3
|
+
import { createBaseComponent } from 'intergalactic/core';
|
4
|
+
import Icon from 'intergalactic/icon';
|
5
5
|
function Slack({
|
6
6
|
width = '16',
|
7
7
|
height = '16',
|
@@ -1,7 +1,7 @@
|
|
1
1
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
2
2
|
import React from 'react';
|
3
|
-
import { createBaseComponent } from '
|
4
|
-
import Icon from '
|
3
|
+
import { createBaseComponent } from 'intergalactic/core';
|
4
|
+
import Icon from 'intergalactic/icon';
|
5
5
|
function SmileHappy({
|
6
6
|
width = '24',
|
7
7
|
height = '24',
|
@@ -1,7 +1,7 @@
|
|
1
1
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
2
2
|
import React from 'react';
|
3
|
-
import { createBaseComponent } from '
|
4
|
-
import Icon from '
|
3
|
+
import { createBaseComponent } from 'intergalactic/core';
|
4
|
+
import Icon from 'intergalactic/icon';
|
5
5
|
function SmileHappy({
|
6
6
|
width = '16',
|
7
7
|
height = '16',
|
@@ -1,7 +1,7 @@
|
|
1
1
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
2
2
|
import React from 'react';
|
3
|
-
import { createBaseComponent } from '
|
4
|
-
import Icon from '
|
3
|
+
import { createBaseComponent } from 'intergalactic/core';
|
4
|
+
import Icon from 'intergalactic/icon';
|
5
5
|
function SmileNeutral({
|
6
6
|
width = '24',
|
7
7
|
height = '24',
|