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
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"i18nEnhance.js","names":["React","useI18n","interpolationRegex","escapeHtml","html","String","split","map","char","join","interpolate","template","variables","arguments","length","undefined","replace","_","key","useAsyncI18nMessages","primaryContainer","locale","fallbackContainer","_store$locale","container","useMemo","_loop","_locale","_asyncToGenerator","_regeneratorRuntime","mark","_callee","_yield$Promise$all","_yield$Promise$all2","primary","fallback","wrap","_callee$","_context","prev","next","Promise","all","sent","_slicedToArray","abrupt","_objectSpread","stop","_primaryContainer$_lo","_fallbackContainer$_l","initStore","store","_typeof","_React$useState","useState","_React$useState2","setStore","lastLoadedLocaleRef","useRef","current","fallbackMessages","Object","values","loadingLocaleRef","useEffect","asyncMessages","then","module","messages","_defineProperty","console","error","props","i18n","getI18nText"],"sources":["../../../../src/utils/enhances/i18nEnhance.tsx"],"sourcesContent":["import React from 'react';\nimport { LocaleKeys, useI18n } from './WithI18n';\nimport {UnknownProperties} from \"../../index\";\n\nconst interpolationRegex = /{(.*?)}/g;\n\nconst escapeHtml = (html: string) =>\n String(html)\n .split('')\n .map((char) => {\n switch (char) {\n case '<':\n return '<';\n case '>':\n return '>';\n case '&':\n return '&';\n case '\"':\n return '"';\n case '`':\n return '`';\n }\n return char;\n })\n .join('');\n\nexport function interpolate(template: string, variables: {} = {}) {\n return template.replace(interpolationRegex, (_, key) => {\n if ((variables as any)[key] !== undefined) {\n return escapeHtml((variables as any)[key]);\n }\n return _;\n });\n}\n\n/** @deprecated */\nexport interface IWithI18nEnhanceProps extends WithI18nEnhanceProps, UnknownProperties {}\nexport type WithI18nEnhanceProps = {\n /* Function for getting the required field from the translation dictionary */\n getI18nText?: (key?: string, variables?: {}) => any;\n /* Object with translations */\n i18n?: {\n [locale: string]: {\n [key: string]: string;\n };\n };\n /* Locale for translations */\n locale?: LocaleKeys;\n};\n\ntype Messages = { [messageId: string]: string };\ntype MessagesContainer = { [locale: string]: Messages | (() => Promise<Messages>) };\ntype MessagesStore = { [locale: string]: Messages };\nexport const useAsyncI18nMessages = (\n primaryContainer: MessagesContainer,\n locale: string,\n fallbackContainer?: MessagesContainer,\n) => {\n const container = React.useMemo(() => {\n if (!fallbackContainer) return primaryContainer;\n if (!primaryContainer) return fallbackContainer;\n if (primaryContainer === fallbackContainer) return primaryContainer;\n const container: MessagesContainer = {};\n for (const locale in primaryContainer) {\n if (\n typeof primaryContainer[locale] === 'function' ||\n typeof fallbackContainer[locale] === 'function'\n ) {\n container[locale] = async () => {\n const [primary, fallback] = await Promise.all([\n primaryContainer[locale],\n fallbackContainer[locale],\n ]);\n return { ...primary, ...fallback };\n };\n } else {\n container[locale] = {\n ...(primaryContainer[locale] ?? {}),\n ...(fallbackContainer[locale] ?? {}),\n };\n }\n }\n return container;\n }, [primaryContainer, fallbackContainer]);\n const initStore = React.useMemo(() => {\n const store: MessagesStore = {};\n for (const locale in container) {\n if (typeof container[locale] === 'object') {\n store[locale] = container[locale] as Messages;\n }\n }\n return store;\n }, [container]);\n const [store, setStore] = React.useState(initStore);\n const lastLoadedLocaleRef = React.useRef<string | null>(null);\n if (store[locale]) lastLoadedLocaleRef.current = locale;\n const fallbackMessages = React.useMemo(() => Object.values(store)[0], [store]);\n\n const loadingLocaleRef = React.useRef<string | null>(null);\n React.useEffect(() => {\n loadingLocaleRef.current = locale;\n const asyncMessages = container[locale];\n if (typeof asyncMessages === 'function') {\n asyncMessages()\n .then((module) => {\n if (loadingLocaleRef.current !== locale) return;\n let messages = module;\n if ('default' in module && typeof module.default === 'object') messages = module.default;\n setStore((store) => ({\n ...store,\n [locale]: messages,\n }));\n })\n\n .catch(console.error);\n }\n }, [container, locale]);\n\n return store[locale] ?? fallbackMessages;\n};\nexport default (container?: MessagesContainer) => {\n return (props: any): { getI18nText: ReturnType<typeof useI18n> } => {\n const { i18n, locale } = props;\n const getI18nText = useI18n(i18n, locale, container);\n\n return { ...props, getI18nText };\n };\n};\n"],"mappings":"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"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"getDisplayName.js","names":["getDisplayName","WrappedComponent","displayName","name"],"sources":["../../../src/utils/getDisplayName.ts"],"sourcesContent":["import { ComponentType } from 'react';\n\nexport default function getDisplayName(WrappedComponent: ComponentType) {\n return WrappedComponent.displayName || WrappedComponent.name || 'Component';\n}\n"],"mappings":"AAEA,eAAe,SAASA,cAAcA,CAACC,gBAA+B,EAAE;EACtE,OAAOA,gBAAgB,CAACC,WAAW,IAAID,gBAAgB,CAACE,IAAI,IAAI,WAAW;AAC7E"}
|
@@ -0,0 +1,32 @@
|
|
1
|
+
import _classCallCheck from "@babel/runtime/helpers/classCallCheck";
|
2
|
+
import _createClass from "@babel/runtime/helpers/createClass";
|
3
|
+
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
4
|
+
var DEV = process.env.NODE_ENV !== 'production';
|
5
|
+
var Logger = /*#__PURE__*/function () {
|
6
|
+
function Logger(logger) {
|
7
|
+
_classCallCheck(this, Logger);
|
8
|
+
_defineProperty(this, "logger", void 0);
|
9
|
+
this.logger = logger || {
|
10
|
+
warn: function warn() {}
|
11
|
+
};
|
12
|
+
}
|
13
|
+
_createClass(Logger, [{
|
14
|
+
key: "console",
|
15
|
+
value: function console(level, msg, component) {
|
16
|
+
this.logger[level](component ? "[".concat(component, "]: ").concat(msg) : msg);
|
17
|
+
}
|
18
|
+
}, {
|
19
|
+
key: "warn",
|
20
|
+
value: function warn(condition, msg, component) {
|
21
|
+
if (DEV) {
|
22
|
+
if (condition) {
|
23
|
+
this.console('warn', msg, component);
|
24
|
+
}
|
25
|
+
}
|
26
|
+
}
|
27
|
+
}]);
|
28
|
+
return Logger;
|
29
|
+
}();
|
30
|
+
export { Logger };
|
31
|
+
export default new Logger(console);
|
32
|
+
//# sourceMappingURL=logger.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"logger.js","names":["DEV","process","env","NODE_ENV","Logger","logger","_classCallCheck","_defineProperty","warn","_createClass","key","value","console","level","msg","component","concat","condition"],"sources":["../../../src/utils/logger.ts"],"sourcesContent":["const DEV = process.env.NODE_ENV !== 'production';\n\nclass Logger {\n private logger: any;\n\n constructor(logger?: typeof console) {\n this.logger = logger || {\n warn: () => {},\n };\n }\n\n console(level: string, msg: string, component: any) {\n this.logger[level](component ? `[${component}]: ${msg}` : msg);\n }\n\n warn(condition: any, msg: string, component: any) {\n if (DEV) {\n if (condition) {\n this.console('warn', msg, component);\n }\n }\n }\n}\nexport { Logger };\nexport default new Logger(console);\n"],"mappings":";;;AAAA,IAAMA,GAAG,GAAGC,OAAO,CAACC,GAAG,CAACC,QAAQ,KAAK,YAAY;AAAC,IAE5CC,MAAM;EAGV,SAAAA,OAAYC,MAAuB,EAAE;IAAAC,eAAA,OAAAF,MAAA;IAAAG,eAAA;IACnC,IAAI,CAACF,MAAM,GAAGA,MAAM,IAAI;MACtBG,IAAI,EAAE,SAAAA,KAAA,EAAM,CAAC;IACf,CAAC;EACH;EAACC,YAAA,CAAAL,MAAA;IAAAM,GAAA;IAAAC,KAAA,EAED,SAAAC,QAAQC,KAAa,EAAEC,GAAW,EAAEC,SAAc,EAAE;MAClD,IAAI,CAACV,MAAM,CAACQ,KAAK,CAAC,CAACE,SAAS,OAAAC,MAAA,CAAOD,SAAS,SAAAC,MAAA,CAAMF,GAAG,IAAKA,GAAG,CAAC;IAChE;EAAC;IAAAJ,GAAA;IAAAC,KAAA,EAED,SAAAH,KAAKS,SAAc,EAAEH,GAAW,EAAEC,SAAc,EAAE;MAChD,IAAIf,GAAG,EAAE;QACP,IAAIiB,SAAS,EAAE;UACb,IAAI,CAACL,OAAO,CAAC,MAAM,EAAEE,GAAG,EAAEC,SAAS,CAAC;QACtC;MACF;IACF;EAAC;EAAA,OAAAX,MAAA;AAAA;AAEH,SAASA,MAAM;AACf,eAAe,IAAIA,MAAM,CAACQ,OAAO,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"pick.js","names":["pick","obj","keys","res","len","length","idx","key"],"sources":["../../../src/utils/pick.ts"],"sourcesContent":["export default function pick<T extends {}, K extends keyof T>(obj: T, keys: K[]) {\n const res: any = {};\n const len = keys.length;\n let idx = -1;\n while (++idx < len) {\n const key = keys[idx];\n if (key in obj) {\n res[key] = obj[key];\n }\n }\n return res as Pick<T, K>;\n}\n"],"mappings":"AAAA,eAAe,SAASA,IAAIA,CAAkCC,GAAM,EAAEC,IAAS,EAAE;EAC/E,IAAMC,GAAQ,GAAG,CAAC,CAAC;EACnB,IAAMC,GAAG,GAAGF,IAAI,CAACG,MAAM;EACvB,IAAIC,GAAG,GAAG,CAAC,CAAC;EACZ,OAAO,EAAEA,GAAG,GAAGF,GAAG,EAAE;IAClB,IAAMG,GAAG,GAAGL,IAAI,CAACI,GAAG,CAAC;IACrB,IAAIC,GAAG,IAAIN,GAAG,EAAE;MACdE,GAAG,CAACI,GAAG,CAAC,GAAGN,GAAG,CAACM,GAAG,CAAC;IACrB;EACF;EACA,OAAOJ,GAAG;AACZ"}
|
@@ -0,0 +1,82 @@
|
|
1
|
+
import _toConsumableArray from "@babel/runtime/helpers/toConsumableArray";
|
2
|
+
import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
|
3
|
+
import React from 'react';
|
4
|
+
import { findDOMNode } from 'react-dom';
|
5
|
+
export function setRef(ref, value) {
|
6
|
+
if (typeof ref === 'function') {
|
7
|
+
ref(value);
|
8
|
+
} else if (ref !== null && ref !== void 0 && ref.hasOwnProperty('current')) {
|
9
|
+
// @ts-ignore
|
10
|
+
ref['current'] = value;
|
11
|
+
}
|
12
|
+
}
|
13
|
+
export function getRef(ref) {
|
14
|
+
if (!ref) return null;
|
15
|
+
return 'current' in ref ? ref.current : ref;
|
16
|
+
}
|
17
|
+
export function useCallbackRef(initialValue, callback) {
|
18
|
+
var _React$useState = React.useState(function () {
|
19
|
+
return {
|
20
|
+
// value
|
21
|
+
value: initialValue,
|
22
|
+
// last callback
|
23
|
+
callback: callback,
|
24
|
+
// "memoized" public interface
|
25
|
+
facade: {
|
26
|
+
get current() {
|
27
|
+
return ref.value;
|
28
|
+
},
|
29
|
+
set current(value) {
|
30
|
+
var last = ref.value;
|
31
|
+
if (last !== value) {
|
32
|
+
ref.value = value;
|
33
|
+
ref.callback(value, last);
|
34
|
+
}
|
35
|
+
}
|
36
|
+
}
|
37
|
+
};
|
38
|
+
}),
|
39
|
+
_React$useState2 = _slicedToArray(_React$useState, 1),
|
40
|
+
ref = _React$useState2[0];
|
41
|
+
// update callback
|
42
|
+
ref.callback = callback;
|
43
|
+
return ref.facade;
|
44
|
+
}
|
45
|
+
export function useForkRef() {
|
46
|
+
for (var _len = arguments.length, refs = new Array(_len), _key = 0; _key < _len; _key++) {
|
47
|
+
refs[_key] = arguments[_key];
|
48
|
+
}
|
49
|
+
return React.useCallback(function (refValue) {
|
50
|
+
var uniqueRefs = _toConsumableArray(new Set(refs));
|
51
|
+
uniqueRefs.forEach(function (ref) {
|
52
|
+
return setRef(ref, refValue);
|
53
|
+
});
|
54
|
+
}, refs);
|
55
|
+
}
|
56
|
+
export function forkRef() {
|
57
|
+
for (var _len2 = arguments.length, refs = new Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {
|
58
|
+
refs[_key2] = arguments[_key2];
|
59
|
+
}
|
60
|
+
if (refs.every(function (ref) {
|
61
|
+
return ref == null;
|
62
|
+
})) {
|
63
|
+
return null;
|
64
|
+
}
|
65
|
+
return function (refValue) {
|
66
|
+
var uniqueRefs = _toConsumableArray(new Set(refs));
|
67
|
+
uniqueRefs.forEach(function (ref) {
|
68
|
+
return setRef(ref, refValue);
|
69
|
+
});
|
70
|
+
};
|
71
|
+
}
|
72
|
+
export function getNodeByRef(ref) {
|
73
|
+
if (typeof ref === 'function') {
|
74
|
+
ref = ref();
|
75
|
+
}
|
76
|
+
if (!ref) return null;
|
77
|
+
var node = getRef(ref);
|
78
|
+
if (!node) return null;
|
79
|
+
if (node.nodeType === 1) return node;
|
80
|
+
return findDOMNode(node);
|
81
|
+
}
|
82
|
+
//# sourceMappingURL=ref.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"ref.js","names":["React","findDOMNode","setRef","ref","value","hasOwnProperty","getRef","current","useCallbackRef","initialValue","callback","_React$useState","useState","facade","last","_React$useState2","_slicedToArray","useForkRef","_len","arguments","length","refs","Array","_key","useCallback","refValue","uniqueRefs","_toConsumableArray","Set","forEach","forkRef","_len2","_key2","every","getNodeByRef","node","nodeType"],"sources":["../../../src/utils/ref.ts"],"sourcesContent":["import React, { MutableRefObject, Ref, RefObject } from 'react';\nimport { findDOMNode } from 'react-dom';\n\nexport function setRef<T>(ref: Ref<T>, value: T) {\n if (typeof ref === 'function') {\n ref(value);\n } else if (ref?.hasOwnProperty('current')) {\n // @ts-ignore\n ref['current'] = value;\n }\n}\n\nexport function getRef(ref: RefObject<Element> | Element): Element | null {\n if (!ref) return null;\n return 'current' in ref ? ref.current : ref;\n}\n\nexport function useCallbackRef<T>(\n initialValue: T | null,\n callback: (newValue: T | null, lastValue: T | null) => void,\n): MutableRefObject<T | null> {\n const [ref] = React.useState(() => ({\n // value\n value: initialValue,\n // last callback\n callback,\n // \"memoized\" public interface\n facade: {\n get current() {\n return ref.value;\n },\n set current(value) {\n const last = ref.value;\n if (last !== value) {\n ref.value = value;\n ref.callback(value, last);\n }\n },\n },\n }));\n // update callback\n ref.callback = callback;\n\n return ref.facade;\n}\n\nexport function useForkRef<T>(...refs: Ref<T>[]): Ref<T> {\n return React.useCallback((refValue: any) => {\n const uniqueRefs = [...new Set(refs)];\n uniqueRefs.forEach((ref) => setRef(ref, refValue));\n }, refs);\n}\n\nexport function forkRef<T>(...refs: Ref<T>[]): Ref<T> {\n if (refs.every((ref) => ref == null)) {\n return null;\n }\n return (refValue) => {\n const uniqueRefs = [...new Set(refs)];\n uniqueRefs.forEach((ref) => setRef(ref, refValue));\n };\n}\n\nexport type NodeByRef = RefObject<Element> | Element | (() => RefObject<Element> | Element);\n\nexport function getNodeByRef(ref: NodeByRef): Element | null {\n if (typeof ref === 'function') {\n ref = ref();\n }\n if (!ref) return null;\n\n const node = getRef(ref);\n if (!node) return null;\n if (node.nodeType === 1) return node;\n\n return findDOMNode(node) as Element;\n}\n"],"mappings":"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"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"useEnhancedEffect.js","names":["React","canUseDOM","useEnhancedEffect","useLayoutEffect","useEffect"],"sources":["../../../../src/utils/use/useEnhancedEffect.ts"],"sourcesContent":["import React from 'react';\nimport canUseDOM from '../canUseDOM';\n\nconst useEnhancedEffect = canUseDOM() ? React.useLayoutEffect : React.useEffect;\n\nexport default useEnhancedEffect;\n"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,OAAOC,SAAS,MAAM,cAAc;AAEpC,IAAMC,iBAAiB,GAAGD,SAAS,EAAE,GAAGD,KAAK,CAACG,eAAe,GAAGH,KAAK,CAACI,SAAS;AAE/E,eAAeF,iBAAiB"}
|
@@ -0,0 +1,13 @@
|
|
1
|
+
import { CSSProperties, Ref } from 'react';
|
2
|
+
export declare function callAllEventHandlers(...fns: Array<Function | undefined>): (...args: any[]) => boolean;
|
3
|
+
export declare function assignHandlers(props: any, source: any): any;
|
4
|
+
export interface AssignableProps {
|
5
|
+
ref?: Ref<any>;
|
6
|
+
style?: CSSProperties;
|
7
|
+
className?: string;
|
8
|
+
styles?: {
|
9
|
+
[key: string]: string;
|
10
|
+
};
|
11
|
+
[key: string]: any;
|
12
|
+
}
|
13
|
+
export default function assignProps<P extends AssignableProps, S extends AssignableProps>(props?: P, source?: S): any;
|
@@ -0,0 +1 @@
|
|
1
|
+
export default function (): boolean;
|
@@ -0,0 +1 @@
|
|
1
|
+
export default function capitalizeFirstLetter(input: string): string;
|
@@ -0,0 +1,43 @@
|
|
1
|
+
import React, { Component } from 'react';
|
2
|
+
import { UnknownProperties } from "../../index";
|
3
|
+
export type LocaleKeys = string;
|
4
|
+
export type DictionaryItem = {
|
5
|
+
[key: string]: string;
|
6
|
+
};
|
7
|
+
export type Dictionary = {
|
8
|
+
[locale: string]: DictionaryItem | (() => Promise<DictionaryItem>);
|
9
|
+
};
|
10
|
+
export declare const Context: React.Context<string | undefined>;
|
11
|
+
declare const I18nProvider: React.Provider<string | undefined>, I18nConsumer: React.Consumer<string | undefined>;
|
12
|
+
declare function getText(dictionaries: Dictionary, locale: LocaleKeys): (key: keyof DictionaryItem) => any;
|
13
|
+
/** @deprecated */
|
14
|
+
export interface IWithI18nInjectedProps extends WithI18nInjectedProps, UnknownProperties {
|
15
|
+
}
|
16
|
+
export type WithI18nInjectedProps = {
|
17
|
+
getText: WithI18n['getText'];
|
18
|
+
};
|
19
|
+
/** @deprecated */
|
20
|
+
export interface IWithI18nProps extends WithI18nProps, UnknownProperties {
|
21
|
+
}
|
22
|
+
export type WithI18nProps = WithI18nInjectedProps & {
|
23
|
+
locale?: LocaleKeys;
|
24
|
+
children?(props: IWithI18nInjectedProps): React.ReactNode;
|
25
|
+
};
|
26
|
+
/**
|
27
|
+
* @deprecated use `useI18n` instead
|
28
|
+
*/
|
29
|
+
declare class WithI18n extends Component<IWithI18nProps> {
|
30
|
+
context: LocaleKeys;
|
31
|
+
static contextType: React.Context<string | undefined>;
|
32
|
+
static defaultProps: {
|
33
|
+
getText: typeof getText;
|
34
|
+
};
|
35
|
+
getText: (dictionary: Dictionary, selfLocale?: string) => string;
|
36
|
+
render(): any;
|
37
|
+
}
|
38
|
+
declare const useI18n: (dictionary: Dictionary, locale?: LocaleKeys, fallbackDictionary?: Dictionary) => (messageId: string, variables?: {
|
39
|
+
[key: string]: string | number | undefined;
|
40
|
+
} | undefined) => string;
|
41
|
+
declare const _default: (options?: {} | undefined) => (WrappedComponent: React.ComponentType) => React.ComponentClass<{}, any>;
|
42
|
+
export default _default;
|
43
|
+
export { useI18n, I18nProvider, I18nConsumer };
|
@@ -0,0 +1,26 @@
|
|
1
|
+
import { LocaleKeys, useI18n } from './WithI18n';
|
2
|
+
import { UnknownProperties } from "../../index";
|
3
|
+
export declare function interpolate(template: string, variables?: {}): string;
|
4
|
+
/** @deprecated */
|
5
|
+
export interface IWithI18nEnhanceProps extends WithI18nEnhanceProps, UnknownProperties {
|
6
|
+
}
|
7
|
+
export type WithI18nEnhanceProps = {
|
8
|
+
getI18nText?: (key?: string, variables?: {}) => any;
|
9
|
+
i18n?: {
|
10
|
+
[locale: string]: {
|
11
|
+
[key: string]: string;
|
12
|
+
};
|
13
|
+
};
|
14
|
+
locale?: LocaleKeys;
|
15
|
+
};
|
16
|
+
type Messages = {
|
17
|
+
[messageId: string]: string;
|
18
|
+
};
|
19
|
+
type MessagesContainer = {
|
20
|
+
[locale: string]: Messages | (() => Promise<Messages>);
|
21
|
+
};
|
22
|
+
export declare const useAsyncI18nMessages: (primaryContainer: MessagesContainer, locale: string, fallbackContainer?: MessagesContainer) => Messages;
|
23
|
+
declare const _default: (container?: MessagesContainer) => (props: any) => {
|
24
|
+
getI18nText: ReturnType<typeof useI18n>;
|
25
|
+
};
|
26
|
+
export default _default;
|
@@ -0,0 +1,9 @@
|
|
1
|
+
declare class Logger {
|
2
|
+
private logger;
|
3
|
+
constructor(logger?: typeof console);
|
4
|
+
console(level: string, msg: string, component: any): void;
|
5
|
+
warn(condition: any, msg: string, component: any): void;
|
6
|
+
}
|
7
|
+
export { Logger };
|
8
|
+
declare const _default: Logger;
|
9
|
+
export default _default;
|
@@ -0,0 +1 @@
|
|
1
|
+
export default function pick<T extends {}, K extends keyof T>(obj: T, keys: K[]): Pick<T, K>;
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import { MutableRefObject, Ref, RefObject } from 'react';
|
2
|
+
export declare function setRef<T>(ref: Ref<T>, value: T): void;
|
3
|
+
export declare function getRef(ref: RefObject<Element> | Element): Element | null;
|
4
|
+
export declare function useCallbackRef<T>(initialValue: T | null, callback: (newValue: T | null, lastValue: T | null) => void): MutableRefObject<T | null>;
|
5
|
+
export declare function useForkRef<T>(...refs: Ref<T>[]): Ref<T>;
|
6
|
+
export declare function forkRef<T>(...refs: Ref<T>[]): Ref<T>;
|
7
|
+
export type NodeByRef = RefObject<Element> | Element | (() => RefObject<Element> | Element);
|
8
|
+
export declare function getNodeByRef(ref: NodeByRef): Element | null;
|
@@ -0,0 +1,13 @@
|
|
1
|
+
import { CSSProperties, Ref } from 'react';
|
2
|
+
export declare function callAllEventHandlers(...fns: Array<Function | undefined>): (...args: any[]) => boolean;
|
3
|
+
export declare function assignHandlers(props: any, source: any): any;
|
4
|
+
export interface AssignableProps {
|
5
|
+
ref?: Ref<any>;
|
6
|
+
style?: CSSProperties;
|
7
|
+
className?: string;
|
8
|
+
styles?: {
|
9
|
+
[key: string]: string;
|
10
|
+
};
|
11
|
+
[key: string]: any;
|
12
|
+
}
|
13
|
+
export default function assignProps<P extends AssignableProps, S extends AssignableProps>(props?: P, source?: S): any;
|
@@ -0,0 +1 @@
|
|
1
|
+
export default function (): boolean;
|
@@ -0,0 +1 @@
|
|
1
|
+
export default function capitalizeFirstLetter(input: string): string;
|
@@ -0,0 +1,43 @@
|
|
1
|
+
import React, { Component } from 'react';
|
2
|
+
import { UnknownProperties } from "../../index";
|
3
|
+
export type LocaleKeys = string;
|
4
|
+
export type DictionaryItem = {
|
5
|
+
[key: string]: string;
|
6
|
+
};
|
7
|
+
export type Dictionary = {
|
8
|
+
[locale: string]: DictionaryItem | (() => Promise<DictionaryItem>);
|
9
|
+
};
|
10
|
+
export declare const Context: React.Context<string | undefined>;
|
11
|
+
declare const I18nProvider: React.Provider<string | undefined>, I18nConsumer: React.Consumer<string | undefined>;
|
12
|
+
declare function getText(dictionaries: Dictionary, locale: LocaleKeys): (key: keyof DictionaryItem) => any;
|
13
|
+
/** @deprecated */
|
14
|
+
export interface IWithI18nInjectedProps extends WithI18nInjectedProps, UnknownProperties {
|
15
|
+
}
|
16
|
+
export type WithI18nInjectedProps = {
|
17
|
+
getText: WithI18n['getText'];
|
18
|
+
};
|
19
|
+
/** @deprecated */
|
20
|
+
export interface IWithI18nProps extends WithI18nProps, UnknownProperties {
|
21
|
+
}
|
22
|
+
export type WithI18nProps = WithI18nInjectedProps & {
|
23
|
+
locale?: LocaleKeys;
|
24
|
+
children?(props: IWithI18nInjectedProps): React.ReactNode;
|
25
|
+
};
|
26
|
+
/**
|
27
|
+
* @deprecated use `useI18n` instead
|
28
|
+
*/
|
29
|
+
declare class WithI18n extends Component<IWithI18nProps> {
|
30
|
+
context: LocaleKeys;
|
31
|
+
static contextType: React.Context<string | undefined>;
|
32
|
+
static defaultProps: {
|
33
|
+
getText: typeof getText;
|
34
|
+
};
|
35
|
+
getText: (dictionary: Dictionary, selfLocale?: string) => string;
|
36
|
+
render(): any;
|
37
|
+
}
|
38
|
+
declare const useI18n: (dictionary: Dictionary, locale?: LocaleKeys, fallbackDictionary?: Dictionary) => (messageId: string, variables?: {
|
39
|
+
[key: string]: string | number | undefined;
|
40
|
+
} | undefined) => string;
|
41
|
+
declare const _default: (options?: {} | undefined) => (WrappedComponent: React.ComponentType) => React.ComponentClass<{}, any>;
|
42
|
+
export default _default;
|
43
|
+
export { useI18n, I18nProvider, I18nConsumer };
|
@@ -0,0 +1,26 @@
|
|
1
|
+
import { LocaleKeys, useI18n } from './WithI18n';
|
2
|
+
import { UnknownProperties } from "../../index";
|
3
|
+
export declare function interpolate(template: string, variables?: {}): string;
|
4
|
+
/** @deprecated */
|
5
|
+
export interface IWithI18nEnhanceProps extends WithI18nEnhanceProps, UnknownProperties {
|
6
|
+
}
|
7
|
+
export type WithI18nEnhanceProps = {
|
8
|
+
getI18nText?: (key?: string, variables?: {}) => any;
|
9
|
+
i18n?: {
|
10
|
+
[locale: string]: {
|
11
|
+
[key: string]: string;
|
12
|
+
};
|
13
|
+
};
|
14
|
+
locale?: LocaleKeys;
|
15
|
+
};
|
16
|
+
type Messages = {
|
17
|
+
[messageId: string]: string;
|
18
|
+
};
|
19
|
+
type MessagesContainer = {
|
20
|
+
[locale: string]: Messages | (() => Promise<Messages>);
|
21
|
+
};
|
22
|
+
export declare const useAsyncI18nMessages: (primaryContainer: MessagesContainer, locale: string, fallbackContainer?: MessagesContainer) => Messages;
|
23
|
+
declare const _default: (container?: MessagesContainer) => (props: any) => {
|
24
|
+
getI18nText: ReturnType<typeof useI18n>;
|
25
|
+
};
|
26
|
+
export default _default;
|
@@ -0,0 +1,9 @@
|
|
1
|
+
declare class Logger {
|
2
|
+
private logger;
|
3
|
+
constructor(logger?: typeof console);
|
4
|
+
console(level: string, msg: string, component: any): void;
|
5
|
+
warn(condition: any, msg: string, component: any): void;
|
6
|
+
}
|
7
|
+
export { Logger };
|
8
|
+
declare const _default: Logger;
|
9
|
+
export default _default;
|
@@ -0,0 +1 @@
|
|
1
|
+
export default function pick<T extends {}, K extends keyof T>(obj: T, keys: K[]): Pick<T, K>;
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import { MutableRefObject, Ref, RefObject } from 'react';
|
2
|
+
export declare function setRef<T>(ref: Ref<T>, value: T): void;
|
3
|
+
export declare function getRef(ref: RefObject<Element> | Element): Element | null;
|
4
|
+
export declare function useCallbackRef<T>(initialValue: T | null, callback: (newValue: T | null, lastValue: T | null) => void): MutableRefObject<T | null>;
|
5
|
+
export declare function useForkRef<T>(...refs: Ref<T>[]): Ref<T>;
|
6
|
+
export declare function forkRef<T>(...refs: Ref<T>[]): Ref<T>;
|
7
|
+
export type NodeByRef = RefObject<Element> | Element | (() => RefObject<Element> | Element);
|
8
|
+
export declare function getNodeByRef(ref: NodeByRef): Element | null;
|
@@ -30,16 +30,16 @@ Object.keys(_AnimatedNumber).forEach(function (key) {
|
|
30
30
|
});
|
31
31
|
});
|
32
32
|
/*__reshadow-styles__:"./style/counter.shadow.css"*/
|
33
|
-
var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".
|
34
|
-
"__SCounter": "
|
35
|
-
"_size_m": "
|
36
|
-
"_size_l": "
|
37
|
-
"_size_xl": "
|
38
|
-
"_theme": "
|
39
|
-
"--theme": "--
|
40
|
-
"__SText": "
|
41
|
-
"_theme_warning": "
|
42
|
-
"_theme_danger": "
|
33
|
+
var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SCounter_dg9qz_gg_{display:inline-flex;align-items:center;justify-content:center;line-height:normal;box-sizing:border-box;vertical-align:middle;border-radius:var(--intergalactic-counter-rounded, 12px);font-weight:var(--intergalactic-medium, 500);color:var(--intergalactic-text-secondary, #6c6e79);background-color:var(--intergalactic-bg-primary-neutral, #ffffff);border:1px solid var(--intergalactic-border-primary, #c4c7cf)}.___SCounter_dg9qz_gg_._size_m_dg9qz_gg_{height:16px;min-width:16px;font-size:var(--intergalactic-fs-50, 10px);padding:var(--intergalactic-spacing-1x, 4px)}.___SCounter_dg9qz_gg_._size_l_dg9qz_gg_,.___SCounter_dg9qz_gg_._size_xl_dg9qz_gg_{padding:var(--intergalactic-spacing-05x, 2px) calc(var(--intergalactic-spacing-05x, 2px) + var(--intergalactic-spacing-1x, 4px))}.___SCounter_dg9qz_gg_._size_l_dg9qz_gg_{height:20px;min-width:20px;font-size:var(--intergalactic-fs-100, 12px)}.___SCounter_dg9qz_gg_._size_xl_dg9qz_gg_{height:24px;min-width:24px;font-size:var(--intergalactic-fs-200, 14px)}.___SCounter_dg9qz_gg_.__theme_dg9qz_gg_{border-color:transparent;position:relative;background:var(--theme_dg9qz);color:var(--theme_dg9qz)}.___SCounter_dg9qz_gg_.__theme_dg9qz_gg_ .___SText_dg9qz_gg_{filter:invert(1) saturate(0) contrast(10) brightness(10)}.___SText_dg9qz_gg_{display:inline}.___SCounter_dg9qz_gg_._theme_warning_dg9qz_gg_{border-color:transparent;background:var(--intergalactic-bg-primary-warning, #ff642d);color:var(--intergalactic-text-primary-invert, #ffffff)}.___SCounter_dg9qz_gg_._theme_danger_dg9qz_gg_{border-color:transparent;background:var(--intergalactic-bg-primary-critical, #ff4953);color:var(--intergalactic-text-primary-invert, #ffffff)}" /*__inner_css_end__*/, "dg9qz_gg_") /*__reshadow_css_end__*/, {
|
34
|
+
"__SCounter": "___SCounter_dg9qz_gg_",
|
35
|
+
"_size_m": "_size_m_dg9qz_gg_",
|
36
|
+
"_size_l": "_size_l_dg9qz_gg_",
|
37
|
+
"_size_xl": "_size_xl_dg9qz_gg_",
|
38
|
+
"_theme": "__theme_dg9qz_gg_",
|
39
|
+
"--theme": "--theme_dg9qz",
|
40
|
+
"__SText": "___SText_dg9qz_gg_",
|
41
|
+
"_theme_warning": "_theme_warning_dg9qz_gg_",
|
42
|
+
"_theme_danger": "_theme_danger_dg9qz_gg_"
|
43
43
|
});
|
44
44
|
var Counter = /*#__PURE__*/function (_Component) {
|
45
45
|
(0, _inherits2["default"])(Counter, _Component);
|
@@ -11,16 +11,16 @@ import createComponent, { Component, sstyled, Root } from 'intergalactic/core';
|
|
11
11
|
import { Box } from 'intergalactic/flex-box';
|
12
12
|
import resolveColorEnhance from 'intergalactic/utils/lib/enhances/resolveColorEnhance';
|
13
13
|
/*__reshadow-styles__:"./style/counter.shadow.css"*/
|
14
|
-
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".
|
15
|
-
"__SCounter": "
|
16
|
-
"_size_m": "
|
17
|
-
"_size_l": "
|
18
|
-
"_size_xl": "
|
19
|
-
"_theme": "
|
20
|
-
"--theme": "--
|
21
|
-
"__SText": "
|
22
|
-
"_theme_warning": "
|
23
|
-
"_theme_danger": "
|
14
|
+
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SCounter_dg9qz_gg_{display:inline-flex;align-items:center;justify-content:center;line-height:normal;box-sizing:border-box;vertical-align:middle;border-radius:var(--intergalactic-counter-rounded, 12px);font-weight:var(--intergalactic-medium, 500);color:var(--intergalactic-text-secondary, #6c6e79);background-color:var(--intergalactic-bg-primary-neutral, #ffffff);border:1px solid var(--intergalactic-border-primary, #c4c7cf)}.___SCounter_dg9qz_gg_._size_m_dg9qz_gg_{height:16px;min-width:16px;font-size:var(--intergalactic-fs-50, 10px);padding:var(--intergalactic-spacing-1x, 4px)}.___SCounter_dg9qz_gg_._size_l_dg9qz_gg_,.___SCounter_dg9qz_gg_._size_xl_dg9qz_gg_{padding:var(--intergalactic-spacing-05x, 2px) calc(var(--intergalactic-spacing-05x, 2px) + var(--intergalactic-spacing-1x, 4px))}.___SCounter_dg9qz_gg_._size_l_dg9qz_gg_{height:20px;min-width:20px;font-size:var(--intergalactic-fs-100, 12px)}.___SCounter_dg9qz_gg_._size_xl_dg9qz_gg_{height:24px;min-width:24px;font-size:var(--intergalactic-fs-200, 14px)}.___SCounter_dg9qz_gg_.__theme_dg9qz_gg_{border-color:transparent;position:relative;background:var(--theme_dg9qz);color:var(--theme_dg9qz)}.___SCounter_dg9qz_gg_.__theme_dg9qz_gg_ .___SText_dg9qz_gg_{filter:invert(1) saturate(0) contrast(10) brightness(10)}.___SText_dg9qz_gg_{display:inline}.___SCounter_dg9qz_gg_._theme_warning_dg9qz_gg_{border-color:transparent;background:var(--intergalactic-bg-primary-warning, #ff642d);color:var(--intergalactic-text-primary-invert, #ffffff)}.___SCounter_dg9qz_gg_._theme_danger_dg9qz_gg_{border-color:transparent;background:var(--intergalactic-bg-primary-critical, #ff4953);color:var(--intergalactic-text-primary-invert, #ffffff)}" /*__inner_css_end__*/, "dg9qz_gg_") /*__reshadow_css_end__*/, {
|
15
|
+
"__SCounter": "___SCounter_dg9qz_gg_",
|
16
|
+
"_size_m": "_size_m_dg9qz_gg_",
|
17
|
+
"_size_l": "_size_l_dg9qz_gg_",
|
18
|
+
"_size_xl": "_size_xl_dg9qz_gg_",
|
19
|
+
"_theme": "__theme_dg9qz_gg_",
|
20
|
+
"--theme": "--theme_dg9qz",
|
21
|
+
"__SText": "___SText_dg9qz_gg_",
|
22
|
+
"_theme_warning": "_theme_warning_dg9qz_gg_",
|
23
|
+
"_theme_danger": "_theme_danger_dg9qz_gg_"
|
24
24
|
});
|
25
25
|
var Counter = /*#__PURE__*/function (_Component) {
|
26
26
|
_inherits(Counter, _Component);
|
package/d3-chart/lib/cjs/Area.js
CHANGED
@@ -21,15 +21,15 @@ var _createElement = _interopRequireDefault(require("./createElement"));
|
|
21
21
|
var _utils = require("./utils");
|
22
22
|
var _ClipPath = _interopRequireDefault(require("./ClipPath"));
|
23
23
|
/*__reshadow-styles__:"./style/area.shadow.css"*/
|
24
|
-
var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".
|
25
|
-
"__SArea": "
|
26
|
-
"_color": "
|
27
|
-
"--color": "--
|
28
|
-
"_transparent": "
|
29
|
-
"__SAreaLine": "
|
30
|
-
"--duration": "--
|
31
|
-
"__SNull": "
|
32
|
-
"_hide": "
|
24
|
+
var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SArea_1in3c_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff);fill-opacity:.2}.___SArea_1in3c_gg_.__color_1in3c_gg_{fill:var(--color_1in3c)}.___SArea_1in3c_gg_.__transparent_1in3c_gg_{opacity:.3}.___SAreaLine_1in3c_gg_{stroke:var(--intergalactic-chart-palette-order-1, #2bb3ff);stroke-width:3;fill:transparent}.___SAreaLine_1in3c_gg_.__color_1in3c_gg_{stroke:var(--color_1in3c)}.___SAreaLine_1in3c_gg_.__transparent_1in3c_gg_{opacity:.3}.___SAreaLine_1in3c_gg_,.___SArea_1in3c_gg_{transition-property:d;transition-duration:var(--duration_1in3c);transition-timing-function:ease-in-out}.___SNull_1in3c_gg_{fill:transparent;stroke:var(--intergalactic-chart-grid-x-axis, #c4c7cf);stroke-dasharray:4}.___SNull_1in3c_gg_.__hide_1in3c_gg_{display:none}" /*__inner_css_end__*/, "1in3c_gg_") /*__reshadow_css_end__*/, {
|
25
|
+
"__SArea": "___SArea_1in3c_gg_",
|
26
|
+
"_color": "__color_1in3c_gg_",
|
27
|
+
"--color": "--color_1in3c",
|
28
|
+
"_transparent": "__transparent_1in3c_gg_",
|
29
|
+
"__SAreaLine": "___SAreaLine_1in3c_gg_",
|
30
|
+
"--duration": "--duration_1in3c",
|
31
|
+
"__SNull": "___SNull_1in3c_gg_",
|
32
|
+
"_hide": "__hide_1in3c_gg_"
|
33
33
|
});
|
34
34
|
var AreaRoot = /*#__PURE__*/function (_Component) {
|
35
35
|
(0, _inherits2["default"])(AreaRoot, _Component);
|
package/d3-chart/lib/cjs/Axis.js
CHANGED
@@ -18,20 +18,20 @@ var _createElement = _interopRequireDefault(require("./createElement"));
|
|
18
18
|
var _utils = require("./utils");
|
19
19
|
var _MAP_POSITION_AXIS, _MAP_POSITION_TICK;
|
20
20
|
/*__reshadow-styles__:"./style/axis.shadow.css"*/
|
21
|
-
var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".
|
22
|
-
"__SAxis": "
|
23
|
-
"_hide": "
|
24
|
-
"__STick": "
|
25
|
-
"__SGrid": "
|
26
|
-
"__STitle": "
|
27
|
-
"--transform-origin": "--transform-
|
28
|
-
"_position_top": "
|
29
|
-
"_position_bottom": "
|
30
|
-
"_position_right": "
|
31
|
-
"_position_left": "
|
32
|
-
"_verticalWritingMode": "
|
33
|
-
"_position_custom_0": "
|
34
|
-
"_position_custom_1": "
|
21
|
+
var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SAxis_1gra5_gg_{stroke:var(--intergalactic-chart-grid-x-axis, #c4c7cf)}.___SAxis_1gra5_gg_.__hide_1gra5_gg_,.___STick_1gra5_gg_.__hide_1gra5_gg_{display:none}.___STick_1gra5_gg_{font-size:var(--intergalactic-fs-100, 12px);fill:var(--intergalactic-chart-grid-text-label, #6c6e79)}.___SGrid_1gra5_gg_{fill:transparent;stroke:var(--intergalactic-border-secondary, #e0e1e9)}.___STitle_1gra5_gg_{font-size:var(--intergalactic-fs-100, 12px);fill:var(--intergalactic-text-hint, #6c6e79);transform-origin:var(--transform-origin_1gra5)}.___STitle_1gra5_gg_._position_top_1gra5_gg_{text-anchor:middle}.___STitle_1gra5_gg_._position_bottom_1gra5_gg_{text-anchor:middle;alignment-baseline:hanging}.___STitle_1gra5_gg_._position_left_1gra5_gg_,.___STitle_1gra5_gg_._position_right_1gra5_gg_{transform:rotate(-90deg);text-anchor:middle;alignment-baseline:middle}.___STitle_1gra5_gg_._position_left_1gra5_gg_.__verticalWritingMode_1gra5_gg_,.___STitle_1gra5_gg_._position_right_1gra5_gg_.__verticalWritingMode_1gra5_gg_{writing-mode:vertical-rl;transform:none}.___STick_1gra5_gg_._position_top_1gra5_gg_{transform:translateY(-12px);text-anchor:middle}.___STick_1gra5_gg_._position_bottom_1gra5_gg_{transform:translateY(12px);text-anchor:middle;alignment-baseline:hanging}.___STick_1gra5_gg_._position_right_1gra5_gg_{transform:translateX(16px);text-anchor:start;alignment-baseline:middle}.___STick_1gra5_gg_._position_left_1gra5_gg_{transform:translateX(-16px);text-anchor:end;alignment-baseline:middle}.___STick_1gra5_gg_._position_custom_0_1gra5_gg_{transform:translateY(12px);text-anchor:middle;alignment-baseline:hanging}.___STick_1gra5_gg_._position_custom_1_1gra5_gg_{transform:translateX(-16px);text-anchor:end;alignment-baseline:middle}" /*__inner_css_end__*/, "1gra5_gg_") /*__reshadow_css_end__*/, {
|
22
|
+
"__SAxis": "___SAxis_1gra5_gg_",
|
23
|
+
"_hide": "__hide_1gra5_gg_",
|
24
|
+
"__STick": "___STick_1gra5_gg_",
|
25
|
+
"__SGrid": "___SGrid_1gra5_gg_",
|
26
|
+
"__STitle": "___STitle_1gra5_gg_",
|
27
|
+
"--transform-origin": "--transform-origin_1gra5",
|
28
|
+
"_position_top": "_position_top_1gra5_gg_",
|
29
|
+
"_position_bottom": "_position_bottom_1gra5_gg_",
|
30
|
+
"_position_right": "_position_right_1gra5_gg_",
|
31
|
+
"_position_left": "_position_left_1gra5_gg_",
|
32
|
+
"_verticalWritingMode": "__verticalWritingMode_1gra5_gg_",
|
33
|
+
"_position_custom_0": "_position_custom_0_1gra5_gg_",
|
34
|
+
"_position_custom_1": "_position_custom_1_1gra5_gg_"
|
35
35
|
});
|
36
36
|
var CUSTOM_0 = Symbol('custom_0');
|
37
37
|
var CUSTOM_1 = Symbol('custom_1');
|