intergalactic 15.97.0-prerelease.0 → 15.98.0-prerelease.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +144 -99
- package/accordion/index.d.ts +8 -3
- package/accordion/lib/cjs/Accordion.js +55 -29
- package/accordion/lib/cjs/Accordion.js.map +1 -1
- package/accordion/lib/cjs/index.d.js.map +1 -1
- package/accordion/lib/cjs/style/accordion.shadow.css +2 -0
- package/accordion/lib/es6/Accordion.js +58 -31
- package/accordion/lib/es6/Accordion.js.map +1 -1
- package/accordion/lib/es6/index.d.js.map +1 -1
- package/accordion/lib/es6/style/accordion.shadow.css +2 -0
- package/accordion/lib/types/index.d.ts +8 -3
- package/base-trigger/lib/cjs/BaseTrigger.js +18 -18
- package/base-trigger/lib/cjs/ButtonTrigger.js +3 -3
- package/base-trigger/lib/cjs/FilterTrigger.js +21 -27
- package/base-trigger/lib/cjs/FilterTrigger.js.map +1 -1
- package/base-trigger/lib/cjs/LinkTrigger.js +12 -12
- package/base-trigger/lib/es6/BaseTrigger.js +18 -18
- package/base-trigger/lib/es6/ButtonTrigger.js +3 -3
- package/base-trigger/lib/es6/FilterTrigger.js +20 -26
- package/base-trigger/lib/es6/FilterTrigger.js.map +1 -1
- package/base-trigger/lib/es6/LinkTrigger.js +12 -12
- package/breadcrumbs/lib/cjs/Breadcrumbs.js +11 -9
- package/breadcrumbs/lib/cjs/Breadcrumbs.js.map +1 -1
- package/breadcrumbs/lib/es6/Breadcrumbs.js +11 -9
- package/breadcrumbs/lib/es6/Breadcrumbs.js.map +1 -1
- 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 +25 -31
- package/carousel/lib/cjs/Carousel.js.map +1 -1
- package/carousel/lib/cjs/style/carousel.shadow.css +5 -0
- package/carousel/lib/es6/Carousel.js +25 -31
- package/carousel/lib/es6/Carousel.js.map +1 -1
- package/carousel/lib/es6/style/carousel.shadow.css +5 -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/es6/ColorPicker.js +23 -23
- package/color-picker/lib/es6/PaletteManager.js +23 -23
- package/color-picker/lib/es6/components/InputColor.js +23 -23
- package/components.json +38 -38
- package/d3-chart/lib/cjs/Area.js +11 -11
- package/d3-chart/lib/cjs/Axis.js +14 -14
- package/d3-chart/lib/cjs/Bar.js +10 -10
- package/d3-chart/lib/cjs/Bubble.js +12 -12
- package/d3-chart/lib/cjs/Donut.js +9 -9
- package/d3-chart/lib/cjs/Dots.js +8 -8
- package/d3-chart/lib/cjs/HorizontalBar.js +10 -10
- package/d3-chart/lib/cjs/Hover.js +3 -3
- package/d3-chart/lib/cjs/Line.js +9 -9
- package/d3-chart/lib/cjs/Plot.js +3 -3
- package/d3-chart/lib/cjs/Radar.js +19 -19
- package/d3-chart/lib/cjs/RadialTree.js +11 -11
- package/d3-chart/lib/cjs/Reference.js +12 -12
- package/d3-chart/lib/cjs/ScatterPlot.js +9 -9
- package/d3-chart/lib/cjs/Tooltip.js +9 -9
- package/d3-chart/lib/cjs/Venn.js +9 -9
- package/d3-chart/lib/cjs/a11y/PlotA11yModule.js +2 -2
- package/d3-chart/lib/cjs/a11y/PlotA11yView.js +2 -2
- package/d3-chart/lib/cjs/component/ChartLegend/LegendFlex/LegendFlex.js +4 -4
- package/d3-chart/lib/cjs/component/ChartLegend/LegendItem/LegendItem.js +17 -17
- package/d3-chart/lib/cjs/component/ChartLegend/LegendTable/LegendTable.js +6 -6
- package/d3-chart/lib/es6/Area.js +11 -11
- package/d3-chart/lib/es6/Axis.js +14 -14
- package/d3-chart/lib/es6/Bar.js +10 -10
- package/d3-chart/lib/es6/Bubble.js +12 -12
- package/d3-chart/lib/es6/Donut.js +9 -9
- package/d3-chart/lib/es6/Dots.js +8 -8
- package/d3-chart/lib/es6/HorizontalBar.js +10 -10
- package/d3-chart/lib/es6/Hover.js +3 -3
- package/d3-chart/lib/es6/Line.js +9 -9
- package/d3-chart/lib/es6/Plot.js +3 -3
- package/d3-chart/lib/es6/Radar.js +19 -19
- package/d3-chart/lib/es6/RadialTree.js +11 -11
- package/d3-chart/lib/es6/Reference.js +12 -12
- package/d3-chart/lib/es6/ScatterPlot.js +9 -9
- package/d3-chart/lib/es6/Tooltip.js +9 -9
- package/d3-chart/lib/es6/Venn.js +9 -9
- package/d3-chart/lib/es6/a11y/PlotA11yModule.js +2 -2
- package/d3-chart/lib/es6/a11y/PlotA11yView.js +2 -2
- package/d3-chart/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.js +4 -4
- package/d3-chart/lib/es6/component/ChartLegend/LegendItem/LegendItem.js +17 -17
- package/d3-chart/lib/es6/component/ChartLegend/LegendTable/LegendTable.js +6 -6
- package/data-table/DataTable.d.ts +5 -3
- package/data-table/lib/cjs/DataTable.js +37 -37
- package/data-table/lib/cjs/DataTable.js.map +1 -1
- package/data-table/lib/cjs/Head.js +1 -3
- package/data-table/lib/cjs/Head.js.map +1 -1
- package/data-table/lib/es6/DataTable.js +37 -37
- package/data-table/lib/es6/DataTable.js.map +1 -1
- package/data-table/lib/es6/Head.js +1 -3
- package/data-table/lib/es6/Head.js.map +1 -1
- package/data-table/lib/types/DataTable.d.ts +5 -3
- package/date-picker/lib/cjs/components/Calendar.js +21 -21
- package/date-picker/lib/cjs/components/DateRangeComparatorAbstract.js +29 -29
- package/date-picker/lib/cjs/components/InputTrigger.js +29 -29
- package/date-picker/lib/cjs/components/PickerAbstract.js +29 -29
- package/date-picker/lib/cjs/components/RangePickerAbstract.js +29 -29
- package/date-picker/lib/es6/components/Calendar.js +21 -21
- package/date-picker/lib/es6/components/DateRangeComparatorAbstract.js +29 -29
- package/date-picker/lib/es6/components/InputTrigger.js +29 -29
- package/date-picker/lib/es6/components/PickerAbstract.js +29 -29
- package/date-picker/lib/es6/components/RangePickerAbstract.js +29 -29
- package/drag-and-drop/lib/cjs/DragAndDrop.js +16 -16
- package/drag-and-drop/lib/es6/DragAndDrop.js +16 -16
- package/dropdown/lib/cjs/Dropdown.js +2 -2
- package/dropdown/lib/es6/Dropdown.js +2 -2
- package/dropdown-menu/lib/cjs/DropdownMenu.js +16 -16
- package/dropdown-menu/lib/cjs/styleScrollArea.js +6 -6
- package/dropdown-menu/lib/es6/DropdownMenu.js +16 -16
- 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 +9 -10
- package/feedback-form/lib/cjs/FeedbackForm.js.map +1 -1
- package/feedback-form/lib/cjs/component/checkbox-button/CheckboxButton.js +3 -3
- package/feedback-form/lib/cjs/component/feedback-item/FeedbackItem.js +8 -5
- package/feedback-form/lib/cjs/component/feedback-item/FeedbackItem.js.map +1 -1
- package/feedback-form/lib/cjs/component/feedback-rating/FeedbackRating.js +2 -2
- package/feedback-form/lib/cjs/component/slider-rating/SliderRating.js +6 -6
- package/feedback-form/lib/es6/FeedbackForm.js +9 -10
- package/feedback-form/lib/es6/FeedbackForm.js.map +1 -1
- package/feedback-form/lib/es6/component/checkbox-button/CheckboxButton.js +3 -3
- package/feedback-form/lib/es6/component/feedback-item/FeedbackItem.js +8 -5
- package/feedback-form/lib/es6/component/feedback-item/FeedbackItem.js.map +1 -1
- package/feedback-form/lib/es6/component/feedback-rating/FeedbackRating.js +2 -2
- package/feedback-form/lib/es6/component/slider-rating/SliderRating.js +6 -6
- package/fullscreen-modal/lib/cjs/FullscreenModal.js +13 -13
- package/fullscreen-modal/lib/es6/FullscreenModal.js +13 -13
- package/icon/Ad/l/index.d.ts +2 -2
- package/icon/Ad/m/index.d.ts +2 -2
- package/icon/AdBottom/l/index.d.ts +2 -2
- package/icon/AdBottom/m/index.d.ts +2 -2
- package/icon/AdTop/l/index.d.ts +2 -2
- package/icon/AdTop/m/index.d.ts +2 -2
- package/icon/AddCampaign/l/index.d.ts +2 -2
- package/icon/AddCampaign/m/index.d.ts +2 -2
- package/icon/AddressPack/l/index.d.ts +2 -2
- package/icon/AddressPack/m/index.d.ts +2 -2
- package/icon/AdobeExperienceCloud/l/index.d.ts +2 -2
- package/icon/AdobeExperienceCloud/m/index.d.ts +2 -2
- package/icon/Adult/l/index.d.ts +2 -2
- package/icon/Adult/m/index.d.ts +2 -2
- package/icon/Airplane/l/index.d.ts +2 -2
- package/icon/Airplane/m/index.d.ts +2 -2
- package/icon/AllDevices/l/index.d.ts +2 -2
- package/icon/AllDevices/m/index.d.ts +2 -2
- package/icon/Amp/l/index.d.ts +2 -2
- package/icon/Amp/m/index.d.ts +2 -2
- package/icon/Android/l/index.d.ts +2 -2
- package/icon/Android/m/index.d.ts +2 -2
- package/icon/Apple/l/index.d.ts +2 -2
- package/icon/Apple/m/index.d.ts +2 -2
- package/icon/AppsBlock/l/index.d.ts +2 -2
- package/icon/AppsBlock/m/index.d.ts +2 -2
- package/icon/Architecture/l/index.d.ts +2 -2
- package/icon/Architecture/m/index.d.ts +2 -2
- package/icon/Archive/l/index.d.ts +2 -2
- package/icon/Archive/m/index.d.ts +2 -2
- package/icon/ArrowDown/l/index.d.ts +2 -2
- package/icon/ArrowDown/m/index.d.ts +2 -2
- package/icon/ArrowLeft/l/index.d.ts +2 -2
- package/icon/ArrowLeft/m/index.d.ts +2 -2
- package/icon/ArrowRight/l/index.d.ts +2 -2
- package/icon/ArrowRight/m/index.d.ts +2 -2
- package/icon/ArrowUp/l/index.d.ts +2 -2
- package/icon/ArrowUp/m/index.d.ts +2 -2
- package/icon/Arrows/l/index.d.ts +2 -2
- package/icon/Arrows/m/index.d.ts +2 -2
- package/icon/AskAI/l/index.d.ts +2 -2
- package/icon/AskAI/m/index.d.ts +2 -2
- package/icon/Attach/l/index.d.ts +2 -2
- package/icon/Attach/m/index.d.ts +2 -2
- package/icon/AttacheCase/l/index.d.ts +2 -2
- package/icon/AttacheCase/m/index.d.ts +2 -2
- package/icon/Block/l/index.d.ts +2 -2
- package/icon/Block/m/index.d.ts +2 -2
- package/icon/Book/l/index.d.ts +2 -2
- package/icon/Book/m/index.d.ts +2 -2
- package/icon/Bookmark/l/index.d.ts +2 -2
- package/icon/Bookmark/m/index.d.ts +2 -2
- package/icon/BookmarkFilled/l/index.d.ts +2 -2
- package/icon/BookmarkFilled/m/index.d.ts +2 -2
- package/icon/BracketsAngle/l/index.d.ts +2 -2
- package/icon/BracketsAngle/m/index.d.ts +2 -2
- package/icon/BracketsCode/l/index.d.ts +2 -2
- package/icon/BracketsCode/m/index.d.ts +2 -2
- package/icon/BracketsCurly/l/index.d.ts +2 -2
- package/icon/BracketsCurly/m/index.d.ts +2 -2
- package/icon/Briefcase/l/index.d.ts +2 -2
- package/icon/Briefcase/m/index.d.ts +2 -2
- package/icon/Bulb/l/index.d.ts +2 -2
- package/icon/Bulb/m/index.d.ts +2 -2
- package/icon/Calendar/l/index.d.ts +2 -2
- package/icon/Calendar/m/index.d.ts +2 -2
- package/icon/CalendarCheck/l/index.d.ts +2 -2
- package/icon/CalendarCheck/m/index.d.ts +2 -2
- package/icon/Car/l/index.d.ts +2 -2
- package/icon/Car/m/index.d.ts +2 -2
- package/icon/CardUpdate/l/index.d.ts +2 -2
- package/icon/CardUpdate/m/index.d.ts +2 -2
- package/icon/Cards/l/index.d.ts +2 -2
- package/icon/Cards/m/index.d.ts +2 -2
- package/icon/Cart/l/index.d.ts +2 -2
- package/icon/Cart/m/index.d.ts +2 -2
- package/icon/Casual/l/index.d.ts +2 -2
- package/icon/Casual/m/index.d.ts +2 -2
- package/icon/Charge/l/index.d.ts +2 -2
- package/icon/Charge/m/index.d.ts +2 -2
- package/icon/ChargebackLoss/l/index.d.ts +2 -2
- package/icon/ChargebackLoss/m/index.d.ts +2 -2
- package/icon/ChargebackWin/l/index.d.ts +2 -2
- package/icon/ChargebackWin/m/index.d.ts +2 -2
- package/icon/ChartBar/l/index.d.ts +2 -2
- package/icon/ChartBar/m/index.d.ts +2 -2
- package/icon/ChartBarStacked/l/index.d.ts +2 -2
- package/icon/ChartBarStacked/m/index.d.ts +2 -2
- package/icon/ChartBarStackedColumn/l/index.d.ts +2 -2
- package/icon/ChartBarStackedColumn/m/index.d.ts +2 -2
- package/icon/ChartBubble/l/index.d.ts +2 -2
- package/icon/ChartBubble/m/index.d.ts +2 -2
- package/icon/ChartLine/l/index.d.ts +2 -2
- package/icon/ChartLine/m/index.d.ts +2 -2
- package/icon/ChartPie/l/index.d.ts +2 -2
- package/icon/ChartPie/m/index.d.ts +2 -2
- package/icon/Chat/l/index.d.ts +2 -2
- package/icon/Chat/m/index.d.ts +2 -2
- package/icon/ChatAI/l/index.d.ts +2 -2
- package/icon/ChatAI/m/index.d.ts +2 -2
- package/icon/ChatCheck/l/index.d.ts +2 -2
- package/icon/ChatCheck/m/index.d.ts +2 -2
- package/icon/ChatFilled/l/index.d.ts +2 -2
- package/icon/ChatFilled/m/index.d.ts +2 -2
- package/icon/ChatPlus/l/index.d.ts +2 -2
- package/icon/ChatPlus/m/index.d.ts +2 -2
- package/icon/ChatQuestion/l/index.d.ts +2 -2
- package/icon/ChatQuestion/m/index.d.ts +2 -2
- package/icon/Check/l/index.d.ts +2 -2
- package/icon/Check/m/index.d.ts +2 -2
- package/icon/CheckAlt/l/index.d.ts +2 -2
- package/icon/CheckAlt/m/index.d.ts +2 -2
- package/icon/CheckDouble/l/index.d.ts +2 -2
- package/icon/CheckDouble/m/index.d.ts +2 -2
- package/icon/Checkbox/l/index.d.ts +2 -2
- package/icon/Checkbox/m/index.d.ts +2 -2
- package/icon/ChevronDoubleDown/l/index.d.ts +2 -2
- package/icon/ChevronDoubleDown/m/index.d.ts +2 -2
- package/icon/ChevronDoubleLeft/l/index.d.ts +2 -2
- package/icon/ChevronDoubleLeft/m/index.d.ts +2 -2
- package/icon/ChevronDoubleRight/l/index.d.ts +2 -2
- package/icon/ChevronDoubleRight/m/index.d.ts +2 -2
- package/icon/ChevronDoubleUp/l/index.d.ts +2 -2
- package/icon/ChevronDoubleUp/m/index.d.ts +2 -2
- package/icon/ChevronDown/l/index.d.ts +2 -2
- package/icon/ChevronDown/m/index.d.ts +2 -2
- package/icon/ChevronLeft/l/index.d.ts +2 -2
- package/icon/ChevronLeft/m/index.d.ts +2 -2
- package/icon/ChevronRight/l/index.d.ts +2 -2
- package/icon/ChevronRight/m/index.d.ts +2 -2
- package/icon/ChevronUp/l/index.d.ts +2 -2
- package/icon/ChevronUp/m/index.d.ts +2 -2
- package/icon/Chrome/l/index.d.ts +2 -2
- package/icon/Chrome/m/index.d.ts +2 -2
- package/icon/Close/l/index.d.ts +2 -2
- package/icon/Close/m/index.d.ts +2 -2
- package/icon/ClusteredList/l/index.d.ts +2 -2
- package/icon/ClusteredList/m/index.d.ts +2 -2
- package/icon/Collapse/l/index.d.ts +2 -2
- package/icon/Collapse/m/index.d.ts +2 -2
- package/icon/CollapseAlt/l/index.d.ts +2 -2
- package/icon/CollapseAlt/m/index.d.ts +2 -2
- package/icon/ColumnThree/l/index.d.ts +2 -2
- package/icon/ColumnThree/m/index.d.ts +2 -2
- package/icon/ColumnTwo/l/index.d.ts +2 -2
- package/icon/ColumnTwo/m/index.d.ts +2 -2
- package/icon/Comics/l/index.d.ts +2 -2
- package/icon/Comics/m/index.d.ts +2 -2
- package/icon/Copy/l/index.d.ts +2 -2
- package/icon/Copy/m/index.d.ts +2 -2
- package/icon/Cosmetics/l/index.d.ts +2 -2
- package/icon/Cosmetics/m/index.d.ts +2 -2
- package/icon/Craft/l/index.d.ts +2 -2
- package/icon/Craft/m/index.d.ts +2 -2
- package/icon/Crosshair/l/index.d.ts +2 -2
- package/icon/Crosshair/m/index.d.ts +2 -2
- package/icon/Crown/l/index.d.ts +2 -2
- package/icon/Crown/m/index.d.ts +2 -2
- package/icon/CurrencyUsd/l/index.d.ts +2 -2
- package/icon/CurrencyUsd/m/index.d.ts +2 -2
- package/icon/CursorDefault/l/index.d.ts +2 -2
- package/icon/CursorDefault/m/index.d.ts +2 -2
- package/icon/CursorMove/l/index.d.ts +2 -2
- package/icon/CursorMove/m/index.d.ts +2 -2
- package/icon/Cut/l/index.d.ts +2 -2
- package/icon/Cut/m/index.d.ts +2 -2
- package/icon/Desktop/l/index.d.ts +2 -2
- package/icon/Desktop/m/index.d.ts +2 -2
- package/icon/DesktopChart/l/index.d.ts +2 -2
- package/icon/DesktopChart/m/index.d.ts +2 -2
- package/icon/Document/l/index.d.ts +2 -2
- package/icon/Document/m/index.d.ts +2 -2
- package/icon/DocumentCheck/l/index.d.ts +2 -2
- package/icon/DocumentCheck/m/index.d.ts +2 -2
- package/icon/DocumentDrop/l/index.d.ts +2 -2
- package/icon/DocumentDrop/m/index.d.ts +2 -2
- package/icon/DocumentExport/l/index.d.ts +2 -2
- package/icon/DocumentExport/m/index.d.ts +2 -2
- package/icon/DocumentHappy/l/index.d.ts +2 -2
- package/icon/DocumentHappy/m/index.d.ts +2 -2
- package/icon/DocumentPdf/l/index.d.ts +2 -2
- package/icon/DocumentPdf/m/index.d.ts +2 -2
- package/icon/DocumentSad/l/index.d.ts +2 -2
- package/icon/DocumentSad/m/index.d.ts +2 -2
- package/icon/Drop/l/index.d.ts +2 -2
- package/icon/Drop/m/index.d.ts +2 -2
- package/icon/DropText/l/index.d.ts +2 -2
- package/icon/DropText/m/index.d.ts +2 -2
- package/icon/Edit/l/index.d.ts +2 -2
- package/icon/Edit/m/index.d.ts +2 -2
- package/icon/Education/l/index.d.ts +2 -2
- package/icon/Education/m/index.d.ts +2 -2
- package/icon/Ellipsis/l/index.d.ts +2 -2
- package/icon/Ellipsis/m/index.d.ts +2 -2
- package/icon/Event/l/index.d.ts +2 -2
- package/icon/Event/m/index.d.ts +2 -2
- package/icon/Events/l/index.d.ts +2 -2
- package/icon/Events/m/index.d.ts +2 -2
- package/icon/Exit/l/index.d.ts +2 -2
- package/icon/Exit/m/index.d.ts +2 -2
- package/icon/Expand/l/index.d.ts +2 -2
- package/icon/Expand/m/index.d.ts +2 -2
- package/icon/ExpandAlt/l/index.d.ts +2 -2
- package/icon/ExpandAlt/m/index.d.ts +2 -2
- package/icon/ExpandText/l/index.d.ts +2 -2
- package/icon/ExpandText/m/index.d.ts +2 -2
- package/icon/Facebook/l/index.d.ts +2 -2
- package/icon/Facebook/m/index.d.ts +2 -2
- package/icon/FacebookMessenger/l/index.d.ts +2 -2
- package/icon/FacebookMessenger/m/index.d.ts +2 -2
- package/icon/Farm/l/index.d.ts +2 -2
- package/icon/Farm/m/index.d.ts +2 -2
- package/icon/Fashion/l/index.d.ts +2 -2
- package/icon/Fashion/m/index.d.ts +2 -2
- package/icon/Favorite/l/index.d.ts +2 -2
- package/icon/Favorite/m/index.d.ts +2 -2
- package/icon/FavoriteFilled/l/index.d.ts +2 -2
- package/icon/FavoriteFilled/m/index.d.ts +2 -2
- package/icon/FeaturedImage/l/index.d.ts +2 -2
- package/icon/FeaturedImage/m/index.d.ts +2 -2
- package/icon/FeaturedVideo/l/index.d.ts +2 -2
- package/icon/FeaturedVideo/m/index.d.ts +2 -2
- package/icon/FileDownload/l/index.d.ts +2 -2
- package/icon/FileDownload/m/index.d.ts +2 -2
- package/icon/FileExport/l/index.d.ts +2 -2
- package/icon/FileExport/m/index.d.ts +2 -2
- package/icon/FileImport/l/index.d.ts +2 -2
- package/icon/FileImport/m/index.d.ts +2 -2
- package/icon/FileUpload/l/index.d.ts +2 -2
- package/icon/FileUpload/m/index.d.ts +2 -2
- package/icon/Filter/l/index.d.ts +2 -2
- package/icon/Filter/m/index.d.ts +2 -2
- package/icon/FindResultsOn/l/index.d.ts +2 -2
- package/icon/FindResultsOn/m/index.d.ts +2 -2
- package/icon/Fire/l/index.d.ts +2 -2
- package/icon/Fire/m/index.d.ts +2 -2
- package/icon/Firefox/l/index.d.ts +2 -2
- package/icon/Firefox/m/index.d.ts +2 -2
- package/icon/Fish/l/index.d.ts +2 -2
- package/icon/Fish/m/index.d.ts +2 -2
- package/icon/Folder/l/index.d.ts +2 -2
- package/icon/Folder/m/index.d.ts +2 -2
- package/icon/FolderFilled/l/index.d.ts +2 -2
- package/icon/FolderFilled/m/index.d.ts +2 -2
- package/icon/FolderOpen/l/index.d.ts +2 -2
- package/icon/FolderOpen/m/index.d.ts +2 -2
- package/icon/FolderOpenFilled/l/index.d.ts +2 -2
- package/icon/FolderOpenFilled/m/index.d.ts +2 -2
- package/icon/Food/l/index.d.ts +2 -2
- package/icon/Food/m/index.d.ts +2 -2
- package/icon/Form/l/index.d.ts +2 -2
- package/icon/Form/m/index.d.ts +2 -2
- package/icon/Formal/l/index.d.ts +2 -2
- package/icon/Formal/m/index.d.ts +2 -2
- package/icon/FormatAlignCenter/l/index.d.ts +2 -2
- package/icon/FormatAlignCenter/m/index.d.ts +2 -2
- package/icon/FormatAlignJustify/l/index.d.ts +2 -2
- package/icon/FormatAlignJustify/m/index.d.ts +2 -2
- package/icon/FormatAlignLeft/l/index.d.ts +2 -2
- package/icon/FormatAlignLeft/m/index.d.ts +2 -2
- package/icon/FormatAlignRight/l/index.d.ts +2 -2
- package/icon/FormatAlignRight/m/index.d.ts +2 -2
- package/icon/Foursquare/l/index.d.ts +2 -2
- package/icon/Foursquare/m/index.d.ts +2 -2
- package/icon/Funnel/l/index.d.ts +2 -2
- package/icon/Funnel/m/index.d.ts +2 -2
- package/icon/Furniture/l/index.d.ts +2 -2
- package/icon/Furniture/m/index.d.ts +2 -2
- package/icon/Gambling/l/index.d.ts +2 -2
- package/icon/Gambling/m/index.d.ts +2 -2
- package/icon/Games/l/index.d.ts +2 -2
- package/icon/Games/m/index.d.ts +2 -2
- package/icon/GenderFemale/l/index.d.ts +2 -2
- package/icon/GenderFemale/m/index.d.ts +2 -2
- package/icon/GenderMale/l/index.d.ts +2 -2
- package/icon/GenderMale/m/index.d.ts +2 -2
- package/icon/Globe/l/index.d.ts +2 -2
- package/icon/Globe/m/index.d.ts +2 -2
- package/icon/Goblet/l/index.d.ts +2 -2
- package/icon/Goblet/m/index.d.ts +2 -2
- package/icon/Google/l/index.d.ts +2 -2
- package/icon/Google/m/index.d.ts +2 -2
- package/icon/GoogleBusinessProfile/l/index.d.ts +2 -2
- package/icon/GoogleBusinessProfile/m/index.d.ts +2 -2
- package/icon/GoogleGenerativeAI/l/index.d.ts +2 -2
- package/icon/GoogleGenerativeAI/m/index.d.ts +2 -2
- package/icon/Hamburger/l/index.d.ts +2 -2
- package/icon/Hamburger/m/index.d.ts +2 -2
- package/icon/Hashtag/l/index.d.ts +2 -2
- package/icon/Hashtag/m/index.d.ts +2 -2
- package/icon/Health/l/index.d.ts +2 -2
- package/icon/Health/m/index.d.ts +2 -2
- package/icon/Home/l/index.d.ts +2 -2
- package/icon/Home/m/index.d.ts +2 -2
- package/icon/Hotel/l/index.d.ts +2 -2
- package/icon/Hotel/m/index.d.ts +2 -2
- package/icon/Hourglass/l/index.d.ts +2 -2
- package/icon/Hourglass/m/index.d.ts +2 -2
- package/icon/IndentedResult/l/index.d.ts +2 -2
- package/icon/IndentedResult/m/index.d.ts +2 -2
- package/icon/Infinity/l/index.d.ts +2 -2
- package/icon/Infinity/m/index.d.ts +2 -2
- package/icon/Info/l/index.d.ts +2 -2
- package/icon/Info/m/index.d.ts +2 -2
- package/icon/Instagram/l/index.d.ts +2 -2
- package/icon/Instagram/m/index.d.ts +2 -2
- package/icon/InterestingFinds/l/index.d.ts +2 -2
- package/icon/InterestingFinds/m/index.d.ts +2 -2
- package/icon/Jewelry/l/index.d.ts +2 -2
- package/icon/Jewelry/m/index.d.ts +2 -2
- package/icon/Kebab/l/index.d.ts +2 -2
- package/icon/Kebab/m/index.d.ts +2 -2
- package/icon/Key/l/index.d.ts +2 -2
- package/icon/Key/m/index.d.ts +2 -2
- package/icon/KeyCmd/l/index.d.ts +2 -2
- package/icon/KeyCmd/m/index.d.ts +2 -2
- package/icon/KeyHotkey/l/index.d.ts +2 -2
- package/icon/KeyHotkey/m/index.d.ts +2 -2
- package/icon/Language/l/index.d.ts +2 -2
- package/icon/Language/m/index.d.ts +2 -2
- package/icon/Laptop/l/index.d.ts +2 -2
- package/icon/Laptop/m/index.d.ts +2 -2
- package/icon/Law/l/index.d.ts +2 -2
- package/icon/Law/m/index.d.ts +2 -2
- package/icon/Lightning/l/index.d.ts +2 -2
- package/icon/Lightning/m/index.d.ts +2 -2
- package/icon/LightningFilled/l/index.d.ts +2 -2
- package/icon/LightningFilled/m/index.d.ts +2 -2
- package/icon/Like/l/index.d.ts +2 -2
- package/icon/Like/m/index.d.ts +2 -2
- package/icon/LikeFilled/l/index.d.ts +2 -2
- package/icon/LikeFilled/m/index.d.ts +2 -2
- package/icon/Link/l/index.d.ts +2 -2
- package/icon/Link/m/index.d.ts +2 -2
- package/icon/LinkAltBroken/l/index.d.ts +2 -2
- package/icon/LinkAltBroken/m/index.d.ts +2 -2
- package/icon/LinkAltHalf/l/index.d.ts +2 -2
- package/icon/LinkAltHalf/m/index.d.ts +2 -2
- package/icon/LinkExternal/l/index.d.ts +2 -2
- package/icon/LinkExternal/m/index.d.ts +2 -2
- package/icon/LinkInternal/l/index.d.ts +2 -2
- package/icon/LinkInternal/m/index.d.ts +2 -2
- package/icon/LinkedIn/l/index.d.ts +2 -2
- package/icon/LinkedIn/m/index.d.ts +2 -2
- package/icon/ListAddBottom/l/index.d.ts +2 -2
- package/icon/ListAddBottom/m/index.d.ts +2 -2
- package/icon/ListAddCheck/l/index.d.ts +2 -2
- package/icon/ListAddCheck/m/index.d.ts +2 -2
- package/icon/ListAddTop/l/index.d.ts +2 -2
- package/icon/ListAddTop/m/index.d.ts +2 -2
- package/icon/ListBullet/l/index.d.ts +2 -2
- package/icon/ListBullet/m/index.d.ts +2 -2
- package/icon/ListCheck/l/index.d.ts +2 -2
- package/icon/ListCheck/m/index.d.ts +2 -2
- package/icon/ListNumber/l/index.d.ts +2 -2
- package/icon/ListNumber/m/index.d.ts +2 -2
- package/icon/LockNo/l/index.d.ts +2 -2
- package/icon/LockNo/m/index.d.ts +2 -2
- package/icon/LockYes/l/index.d.ts +2 -2
- package/icon/LockYes/m/index.d.ts +2 -2
- package/icon/Logistic/l/index.d.ts +2 -2
- package/icon/Logistic/m/index.d.ts +2 -2
- package/icon/MagicWand/l/index.d.ts +2 -2
- package/icon/MagicWand/m/index.d.ts +2 -2
- package/icon/Magnet/l/index.d.ts +2 -2
- package/icon/Magnet/m/index.d.ts +2 -2
- package/icon/Mail/l/index.d.ts +2 -2
- package/icon/Mail/m/index.d.ts +2 -2
- package/icon/MailFilled/l/index.d.ts +2 -2
- package/icon/MailFilled/m/index.d.ts +2 -2
- package/icon/MailOpen/l/index.d.ts +2 -2
- package/icon/MailOpen/m/index.d.ts +2 -2
- package/icon/MailOpenFilled/l/index.d.ts +2 -2
- package/icon/MailOpenFilled/m/index.d.ts +2 -2
- package/icon/Marine/l/index.d.ts +2 -2
- package/icon/Marine/m/index.d.ts +2 -2
- package/icon/MathMinus/l/index.d.ts +2 -2
- package/icon/MathMinus/m/index.d.ts +2 -2
- package/icon/MathMinusAlt/l/index.d.ts +2 -2
- package/icon/MathMinusAlt/m/index.d.ts +2 -2
- package/icon/MathPlus/l/index.d.ts +2 -2
- package/icon/MathPlus/m/index.d.ts +2 -2
- package/icon/MathPlusAlt/l/index.d.ts +2 -2
- package/icon/MathPlusAlt/m/index.d.ts +2 -2
- package/icon/Medkit/l/index.d.ts +2 -2
- package/icon/Medkit/m/index.d.ts +2 -2
- package/icon/Megaphone/l/index.d.ts +2 -2
- package/icon/Megaphone/m/index.d.ts +2 -2
- package/icon/Microphone/l/index.d.ts +2 -2
- package/icon/Microphone/m/index.d.ts +2 -2
- package/icon/Military/l/index.d.ts +2 -2
- package/icon/Military/m/index.d.ts +2 -2
- package/icon/Mobile/l/index.d.ts +2 -2
- package/icon/Mobile/m/index.d.ts +2 -2
- package/icon/MoneyCoins/l/index.d.ts +2 -2
- package/icon/MoneyCoins/m/index.d.ts +2 -2
- package/icon/MoveAlt/l/index.d.ts +2 -2
- package/icon/MoveAlt/m/index.d.ts +2 -2
- package/icon/Museum/l/index.d.ts +2 -2
- package/icon/Museum/m/index.d.ts +2 -2
- package/icon/Music/l/index.d.ts +2 -2
- package/icon/Music/m/index.d.ts +2 -2
- package/icon/News/l/index.d.ts +2 -2
- package/icon/News/m/index.d.ts +2 -2
- package/icon/Notification/l/index.d.ts +2 -2
- package/icon/Notification/m/index.d.ts +2 -2
- package/icon/NotificationNo/l/index.d.ts +2 -2
- package/icon/NotificationNo/m/index.d.ts +2 -2
- package/icon/Oil/l/index.d.ts +2 -2
- package/icon/Oil/m/index.d.ts +2 -2
- package/icon/Opera/l/index.d.ts +2 -2
- package/icon/Opera/m/index.d.ts +2 -2
- package/icon/Organic/l/index.d.ts +2 -2
- package/icon/Organic/m/index.d.ts +2 -2
- package/icon/OrganicCarousel/l/index.d.ts +2 -2
- package/icon/OrganicCarousel/m/index.d.ts +2 -2
- package/icon/OrientationLandscape/l/index.d.ts +2 -2
- package/icon/OrientationLandscape/m/index.d.ts +2 -2
- package/icon/OrientationPortrait/l/index.d.ts +2 -2
- package/icon/OrientationPortrait/m/index.d.ts +2 -2
- package/icon/Packaging/l/index.d.ts +2 -2
- package/icon/Packaging/m/index.d.ts +2 -2
- package/icon/Pause/l/index.d.ts +2 -2
- package/icon/Pause/m/index.d.ts +2 -2
- package/icon/Phone/l/index.d.ts +2 -2
- package/icon/Phone/m/index.d.ts +2 -2
- package/icon/Photo/l/index.d.ts +2 -2
- package/icon/Photo/m/index.d.ts +2 -2
- package/icon/Picture/l/index.d.ts +2 -2
- package/icon/Picture/m/index.d.ts +2 -2
- package/icon/PictureAdd/l/index.d.ts +2 -2
- package/icon/PictureAdd/m/index.d.ts +2 -2
- package/icon/PictureFrame/l/index.d.ts +2 -2
- package/icon/PictureFrame/m/index.d.ts +2 -2
- package/icon/Pictures/l/index.d.ts +2 -2
- package/icon/Pictures/m/index.d.ts +2 -2
- package/icon/Pin/l/index.d.ts +2 -2
- package/icon/Pin/m/index.d.ts +2 -2
- package/icon/PinList/l/index.d.ts +2 -2
- package/icon/PinList/m/index.d.ts +2 -2
- package/icon/PinMap/l/index.d.ts +2 -2
- package/icon/PinMap/m/index.d.ts +2 -2
- package/icon/PinNo/l/index.d.ts +2 -2
- package/icon/PinNo/m/index.d.ts +2 -2
- package/icon/PinUsd/l/index.d.ts +2 -2
- package/icon/PinUsd/m/index.d.ts +2 -2
- package/icon/Pins/l/index.d.ts +2 -2
- package/icon/Pins/m/index.d.ts +2 -2
- package/icon/Pinterest/l/index.d.ts +2 -2
- package/icon/Pinterest/m/index.d.ts +2 -2
- package/icon/Plug/l/index.d.ts +2 -2
- package/icon/Plug/m/index.d.ts +2 -2
- package/icon/PopularProducts/l/index.d.ts +2 -2
- package/icon/PopularProducts/m/index.d.ts +2 -2
- package/icon/PopularStores/l/index.d.ts +2 -2
- package/icon/PopularStores/m/index.d.ts +2 -2
- package/icon/Popup/l/index.d.ts +2 -2
- package/icon/Popup/m/index.d.ts +2 -2
- package/icon/PositionBottom/l/index.d.ts +2 -2
- package/icon/PositionBottom/m/index.d.ts +2 -2
- package/icon/PositionLeft/l/index.d.ts +2 -2
- package/icon/PositionLeft/m/index.d.ts +2 -2
- package/icon/PositionRight/l/index.d.ts +2 -2
- package/icon/PositionRight/m/index.d.ts +2 -2
- package/icon/PositionTop/l/index.d.ts +2 -2
- package/icon/PositionTop/m/index.d.ts +2 -2
- package/icon/Power/l/index.d.ts +6 -0
- package/icon/Power/l/index.js +39 -0
- package/icon/Power/l/index.mjs +27 -0
- package/icon/Power/m/index.d.ts +6 -0
- package/icon/Power/m/index.js +39 -0
- package/icon/Power/m/index.mjs +27 -0
- package/icon/Printing/l/index.d.ts +2 -2
- package/icon/Printing/m/index.d.ts +2 -2
- package/icon/Prowly/l/index.d.ts +2 -2
- package/icon/Prowly/m/index.d.ts +2 -2
- package/icon/PublicSafety/l/index.d.ts +2 -2
- package/icon/PublicSafety/m/index.d.ts +2 -2
- package/icon/PublicUtility/l/index.d.ts +2 -2
- package/icon/PublicUtility/m/index.d.ts +2 -2
- package/icon/Pulse/l/index.d.ts +2 -2
- package/icon/Pulse/m/index.d.ts +2 -2
- package/icon/Question/l/index.d.ts +2 -2
- package/icon/Question/m/index.d.ts +2 -2
- package/icon/QuestionSerp/l/index.d.ts +2 -2
- package/icon/QuestionSerp/m/index.d.ts +2 -2
- package/icon/QuestionsAnswers/l/index.d.ts +2 -2
- package/icon/QuestionsAnswers/m/index.d.ts +2 -2
- package/icon/Recreation/l/index.d.ts +2 -2
- package/icon/Recreation/m/index.d.ts +2 -2
- package/icon/Redirect/l/index.d.ts +2 -2
- package/icon/Redirect/m/index.d.ts +2 -2
- package/icon/Redo/l/index.d.ts +2 -2
- package/icon/Redo/m/index.d.ts +2 -2
- package/icon/RelatedProducts/l/index.d.ts +2 -2
- package/icon/RelatedProducts/m/index.d.ts +2 -2
- package/icon/RelatedSearches/l/index.d.ts +2 -2
- package/icon/RelatedSearches/m/index.d.ts +2 -2
- package/icon/Religion/l/index.d.ts +2 -2
- package/icon/Religion/m/index.d.ts +2 -2
- package/icon/Reload/l/index.d.ts +2 -2
- package/icon/Reload/m/index.d.ts +2 -2
- package/icon/Rephrase/l/index.d.ts +2 -2
- package/icon/Rephrase/m/index.d.ts +2 -2
- package/icon/Reply/l/index.d.ts +2 -2
- package/icon/Reply/m/index.d.ts +2 -2
- package/icon/Report/l/index.d.ts +2 -2
- package/icon/Report/m/index.d.ts +2 -2
- package/icon/ResizeCol/l/index.d.ts +2 -2
- package/icon/ResizeCol/m/index.d.ts +2 -2
- package/icon/ResizeRow/l/index.d.ts +2 -2
- package/icon/ResizeRow/m/index.d.ts +2 -2
- package/icon/Restaurant/l/index.d.ts +2 -2
- package/icon/Restaurant/m/index.d.ts +2 -2
- package/icon/Return/l/index.d.ts +2 -2
- package/icon/Return/m/index.d.ts +2 -2
- package/icon/Retweet/l/index.d.ts +2 -2
- package/icon/Retweet/m/index.d.ts +2 -2
- package/icon/Robot/l/index.d.ts +2 -2
- package/icon/Robot/m/index.d.ts +2 -2
- package/icon/Rss/l/index.d.ts +2 -2
- package/icon/Rss/m/index.d.ts +2 -2
- package/icon/Safari/l/index.d.ts +2 -2
- package/icon/Safari/m/index.d.ts +2 -2
- package/icon/Science/l/index.d.ts +2 -2
- package/icon/Science/m/index.d.ts +2 -2
- package/icon/Search/l/index.d.ts +2 -2
- package/icon/Search/m/index.d.ts +2 -2
- package/icon/Security/l/index.d.ts +2 -2
- package/icon/Security/m/index.d.ts +2 -2
- package/icon/SecurityNo/l/index.d.ts +2 -2
- package/icon/SecurityNo/m/index.d.ts +2 -2
- package/icon/SeeResultsAbout/l/index.d.ts +2 -2
- package/icon/SeeResultsAbout/m/index.d.ts +2 -2
- package/icon/Sellzone/l/index.d.ts +2 -2
- package/icon/Sellzone/m/index.d.ts +2 -2
- package/icon/Semrush/l/index.d.ts +2 -2
- package/icon/Semrush/m/index.d.ts +2 -2
- package/icon/SemrushRank/l/index.d.ts +2 -2
- package/icon/SemrushRank/m/index.d.ts +2 -2
- package/icon/Sent/l/index.d.ts +2 -2
- package/icon/Sent/m/index.d.ts +2 -2
- package/icon/SeoQuake/l/index.d.ts +2 -2
- package/icon/SeoQuake/m/index.d.ts +2 -2
- package/icon/Serp/l/index.d.ts +2 -2
- package/icon/Serp/m/index.d.ts +2 -2
- package/icon/Settings/l/index.d.ts +2 -2
- package/icon/Settings/m/index.d.ts +2 -2
- package/icon/Share/l/index.d.ts +2 -2
- package/icon/Share/m/index.d.ts +2 -2
- package/icon/ShareAlt/l/index.d.ts +2 -2
- package/icon/ShareAlt/m/index.d.ts +2 -2
- package/icon/ShortVideos/l/index.d.ts +2 -2
- package/icon/ShortVideos/m/index.d.ts +2 -2
- package/icon/ShowNo/l/index.d.ts +2 -2
- package/icon/ShowNo/m/index.d.ts +2 -2
- package/icon/ShowYes/l/index.d.ts +2 -2
- package/icon/ShowYes/m/index.d.ts +2 -2
- package/icon/SideMenuLeft/l/index.d.ts +2 -2
- package/icon/SideMenuLeft/m/index.d.ts +2 -2
- package/icon/SideMenuRight/l/index.d.ts +2 -2
- package/icon/SideMenuRight/m/index.d.ts +2 -2
- package/icon/SimplifyText/l/index.d.ts +2 -2
- package/icon/SimplifyText/m/index.d.ts +2 -2
- package/icon/Sitemap/l/index.d.ts +2 -2
- package/icon/Sitemap/m/index.d.ts +2 -2
- package/icon/Skype/l/index.d.ts +2 -2
- package/icon/Skype/m/index.d.ts +2 -2
- package/icon/Slack/l/index.d.ts +2 -2
- package/icon/Slack/m/index.d.ts +2 -2
- package/icon/SmileHappy/l/index.d.ts +2 -2
- package/icon/SmileHappy/m/index.d.ts +2 -2
- package/icon/SmileNeutral/l/index.d.ts +2 -2
- package/icon/SmileNeutral/m/index.d.ts +2 -2
- package/icon/SmileSad/l/index.d.ts +2 -2
- package/icon/SmileSad/m/index.d.ts +2 -2
- package/icon/SmileSimple/l/index.d.ts +2 -2
- package/icon/SmileSimple/m/index.d.ts +2 -2
- package/icon/Smoking/l/index.d.ts +2 -2
- package/icon/Smoking/m/index.d.ts +2 -2
- package/icon/SortAsc/l/index.d.ts +2 -2
- package/icon/SortAsc/m/index.d.ts +2 -2
- package/icon/SortDesc/l/index.d.ts +2 -2
- package/icon/SortDesc/m/index.d.ts +2 -2
- package/icon/Sport/l/index.d.ts +2 -2
- package/icon/Sport/m/index.d.ts +2 -2
- package/icon/Stop/l/index.d.ts +2 -2
- package/icon/Stop/m/index.d.ts +2 -2
- package/icon/StoriesAI/l/index.d.ts +2 -2
- package/icon/StoriesAI/m/index.d.ts +2 -2
- package/icon/Stroller/l/index.d.ts +2 -2
- package/icon/Stroller/m/index.d.ts +2 -2
- package/icon/SummaryAI/l/index.d.ts +2 -2
- package/icon/SummaryAI/m/index.d.ts +2 -2
- package/icon/Table/l/index.d.ts +2 -2
- package/icon/Table/m/index.d.ts +2 -2
- package/icon/Tablet/l/index.d.ts +2 -2
- package/icon/Tablet/m/index.d.ts +2 -2
- package/icon/Tag/l/index.d.ts +2 -2
- package/icon/Tag/m/index.d.ts +2 -2
- package/icon/TagFilled/l/index.d.ts +2 -2
- package/icon/TagFilled/m/index.d.ts +2 -2
- package/icon/Telescope/l/index.d.ts +2 -2
- package/icon/Telescope/m/index.d.ts +2 -2
- package/icon/Text/l/index.d.ts +2 -2
- package/icon/Text/m/index.d.ts +2 -2
- package/icon/ThumbDown/l/index.d.ts +2 -2
- package/icon/ThumbDown/m/index.d.ts +2 -2
- package/icon/ThumbUp/l/index.d.ts +2 -2
- package/icon/ThumbUp/m/index.d.ts +2 -2
- package/icon/Tile/l/index.d.ts +2 -2
- package/icon/Tile/m/index.d.ts +2 -2
- package/icon/TimeClock/l/index.d.ts +2 -2
- package/icon/TimeClock/m/index.d.ts +2 -2
- package/icon/TimeDay/l/index.d.ts +2 -2
- package/icon/TimeDay/m/index.d.ts +2 -2
- package/icon/TimeNight/l/index.d.ts +2 -2
- package/icon/TimeNight/m/index.d.ts +2 -2
- package/icon/TopStories/l/index.d.ts +2 -2
- package/icon/TopStories/m/index.d.ts +2 -2
- package/icon/Toxic/l/index.d.ts +2 -2
- package/icon/Toxic/m/index.d.ts +2 -2
- package/icon/Trash/l/index.d.ts +2 -2
- package/icon/Trash/m/index.d.ts +2 -2
- package/icon/Trello/l/index.d.ts +2 -2
- package/icon/Trello/m/index.d.ts +2 -2
- package/icon/Twitter/l/index.d.ts +2 -2
- package/icon/Twitter/m/index.d.ts +2 -2
- package/icon/TwitterCarousel/l/index.d.ts +2 -2
- package/icon/TwitterCarousel/m/index.d.ts +2 -2
- package/icon/Unarchive/l/index.d.ts +2 -2
- package/icon/Unarchive/m/index.d.ts +2 -2
- package/icon/Undo/l/index.d.ts +2 -2
- package/icon/Undo/m/index.d.ts +2 -2
- package/icon/Unsplash/l/index.d.ts +2 -2
- package/icon/Unsplash/m/index.d.ts +2 -2
- package/icon/User/l/index.d.ts +2 -2
- package/icon/User/m/index.d.ts +2 -2
- package/icon/UserDemo/l/index.d.ts +2 -2
- package/icon/UserDemo/m/index.d.ts +2 -2
- package/icon/UserGroup/l/index.d.ts +2 -2
- package/icon/UserGroup/m/index.d.ts +2 -2
- package/icon/UserShared/l/index.d.ts +2 -2
- package/icon/UserShared/m/index.d.ts +2 -2
- package/icon/UserSharedFirst/l/index.d.ts +2 -2
- package/icon/UserSharedFirst/m/index.d.ts +2 -2
- package/icon/Vacation/l/index.d.ts +2 -2
- package/icon/Vacation/m/index.d.ts +2 -2
- package/icon/Value/l/index.d.ts +2 -2
- package/icon/Value/m/index.d.ts +2 -2
- package/icon/Veterinary/l/index.d.ts +2 -2
- package/icon/Veterinary/m/index.d.ts +2 -2
- package/icon/Video/l/index.d.ts +2 -2
- package/icon/Video/m/index.d.ts +2 -2
- package/icon/VideoAlt/l/index.d.ts +2 -2
- package/icon/VideoAlt/m/index.d.ts +2 -2
- package/icon/VideoCarousel/l/index.d.ts +2 -2
- package/icon/VideoCarousel/m/index.d.ts +2 -2
- package/icon/VideoStop/l/index.d.ts +2 -2
- package/icon/VideoStop/m/index.d.ts +2 -2
- package/icon/Vk/l/index.d.ts +2 -2
- package/icon/Vk/m/index.d.ts +2 -2
- package/icon/VolumeUp/l/index.d.ts +2 -2
- package/icon/VolumeUp/m/index.d.ts +2 -2
- package/icon/Warning/l/index.d.ts +2 -2
- package/icon/Warning/m/index.d.ts +2 -2
- package/icon/WebPages/l/index.d.ts +2 -2
- package/icon/WebPages/m/index.d.ts +2 -2
- package/icon/WebStories/l/index.d.ts +2 -2
- package/icon/WebStories/m/index.d.ts +2 -2
- package/icon/Wine/l/index.d.ts +2 -2
- package/icon/Wine/m/index.d.ts +2 -2
- package/icon/Wordpress/l/index.d.ts +2 -2
- package/icon/Wordpress/m/index.d.ts +2 -2
- package/icon/Wristwatch/l/index.d.ts +2 -2
- package/icon/Wristwatch/m/index.d.ts +2 -2
- package/icon/Youtube/l/index.d.ts +2 -2
- package/icon/Youtube/m/index.d.ts +2 -2
- package/icon/YoutubePlaceholder/l/index.d.ts +2 -2
- package/icon/YoutubePlaceholder/m/index.d.ts +2 -2
- package/icon/ZoomMinus/l/index.d.ts +2 -2
- package/icon/ZoomMinus/m/index.d.ts +2 -2
- package/icon/ZoomPlus/l/index.d.ts +2 -2
- package/icon/ZoomPlus/m/index.d.ts +2 -2
- package/icon/color/Confluence/l/index.d.ts +2 -2
- package/icon/color/Confluence/l/index.js +4 -4
- package/icon/color/Confluence/l/index.mjs +4 -4
- package/icon/color/Confluence/m/index.d.ts +2 -2
- package/icon/color/Confluence/m/index.js +4 -4
- package/icon/color/Confluence/m/index.mjs +4 -4
- package/icon/color/Figma/l/index.d.ts +2 -2
- package/icon/color/Figma/m/index.d.ts +2 -2
- package/icon/color/GitHub/l/index.d.ts +2 -2
- package/icon/color/GitHub/m/index.d.ts +2 -2
- package/icon/color/GitHubInvert/l/index.d.ts +2 -2
- package/icon/color/GitHubInvert/m/index.d.ts +2 -2
- package/icon/color/GitLab/l/index.d.ts +2 -2
- package/icon/color/GitLab/m/index.d.ts +2 -2
- package/icon/color/GoogleAds/l/index.d.ts +2 -2
- package/icon/color/GoogleAds/m/index.d.ts +2 -2
- package/icon/color/GoogleAnalytics/l/index.d.ts +2 -2
- package/icon/color/GoogleAnalytics/m/index.d.ts +2 -2
- package/icon/color/GoogleAnalytics4/l/index.d.ts +2 -2
- package/icon/color/GoogleAnalytics4/m/index.d.ts +2 -2
- package/icon/color/GoogleCloud/l/index.d.ts +2 -2
- package/icon/color/GoogleCloud/m/index.d.ts +2 -2
- package/icon/color/GoogleColor/l/index.d.ts +2 -2
- package/icon/color/GoogleColor/m/index.d.ts +2 -2
- package/icon/color/GoogleDataStudio/l/index.d.ts +2 -2
- package/icon/color/GoogleDataStudio/m/index.d.ts +2 -2
- package/icon/color/GoogleDocs/l/index.d.ts +2 -2
- package/icon/color/GoogleDocs/m/index.d.ts +2 -2
- package/icon/color/GoogleMail/l/index.d.ts +2 -2
- package/icon/color/GoogleMail/m/index.d.ts +2 -2
- package/icon/color/GoogleMyBusiness/l/index.d.ts +2 -2
- package/icon/color/GoogleMyBusiness/m/index.d.ts +2 -2
- package/icon/color/GoogleSearchConsole/l/index.d.ts +2 -2
- package/icon/color/GoogleSearchConsole/m/index.d.ts +2 -2
- package/icon/color/GoogleSheets/l/index.d.ts +2 -2
- package/icon/color/GoogleSheets/m/index.d.ts +2 -2
- package/icon/color/GoogleSlides/l/index.d.ts +2 -2
- package/icon/color/GoogleSlides/m/index.d.ts +2 -2
- package/icon/color/Hubspot/l/index.d.ts +2 -2
- package/icon/color/Hubspot/m/index.d.ts +2 -2
- package/icon/color/JavaScript/l/index.d.ts +2 -2
- package/icon/color/JavaScript/m/index.d.ts +2 -2
- package/icon/color/LookerStudio/l/index.d.ts +2 -2
- package/icon/color/LookerStudio/m/index.d.ts +2 -2
- package/icon/color/MicrosoftExchange/l/index.d.ts +2 -2
- package/icon/color/MicrosoftExchange/m/index.d.ts +2 -2
- package/icon/color/MicrosoftOffice/l/index.d.ts +2 -2
- package/icon/color/MicrosoftOffice/l/index.js +10 -10
- package/icon/color/MicrosoftOffice/l/index.mjs +10 -10
- package/icon/color/MicrosoftOffice/m/index.d.ts +2 -2
- package/icon/color/MicrosoftOffice/m/index.js +10 -10
- package/icon/color/MicrosoftOffice/m/index.mjs +10 -10
- package/icon/color/MicrosoftOutlook/l/index.d.ts +2 -2
- package/icon/color/MicrosoftOutlook/m/index.d.ts +2 -2
- package/icon/color/WhatsApp/l/index.d.ts +2 -2
- package/icon/color/WhatsApp/m/index.d.ts +2 -2
- package/icon/color/Yahoo/l/index.d.ts +2 -2
- package/icon/color/Yahoo/m/index.d.ts +2 -2
- package/icon/color/YoutubeColored/l/index.d.ts +2 -2
- package/icon/color/YoutubeColored/m/index.d.ts +2 -2
- package/icon/color/YoutubeInvert/l/index.d.ts +2 -2
- package/icon/color/YoutubeInvert/m/index.d.ts +2 -2
- package/icon/external/FacebookClick/index.d.ts +2 -2
- package/icon/external/FacebookComment/index.d.ts +2 -2
- package/icon/external/FacebookLike/index.d.ts +2 -2
- package/icon/external/FacebookSemrush/index.d.ts +2 -2
- package/icon/external/FacebookShare/index.d.ts +2 -2
- package/icon/external/FacebookView/index.d.ts +2 -2
- package/icon/external/InstagramClick/index.d.ts +2 -2
- package/icon/external/InstagramComment/index.d.ts +2 -2
- package/icon/external/InstagramLike/index.d.ts +2 -2
- package/icon/external/InstagramSave/index.d.ts +2 -2
- package/icon/external/InstagramView/index.d.ts +2 -2
- package/icon/external/LinkedInClick/index.d.ts +2 -2
- package/icon/external/LinkedInComment/index.d.ts +2 -2
- package/icon/external/LinkedInLike/index.d.ts +2 -2
- package/icon/external/LinkedInSemrush/index.d.ts +2 -2
- package/icon/external/LinkedInShare/index.d.ts +2 -2
- package/icon/external/LinkedInView/index.d.ts +2 -2
- package/icon/external/PinterestComment/index.d.ts +2 -2
- package/icon/external/PinterestSave/index.d.ts +2 -2
- package/icon/external/PinterestSend/index.d.ts +2 -2
- package/icon/external/TwitterClick/index.d.ts +2 -2
- package/icon/external/TwitterLike/index.d.ts +2 -2
- package/icon/external/TwitterReply/index.d.ts +2 -2
- package/icon/external/TwitterRetweet/index.d.ts +2 -2
- package/icon/external/TwitterSemrush/index.d.ts +2 -2
- package/icon/external/TwitterView/index.d.ts +2 -2
- package/icon/lib/cjs/Icon.js +5 -5
- package/icon/lib/es6/Icon.js +5 -5
- package/icon/pay/AmericanExpress/l/index.d.ts +2 -2
- package/icon/pay/AmericanExpress/m/index.d.ts +2 -2
- package/icon/pay/CreditCard/l/index.d.ts +2 -2
- package/icon/pay/CreditCard/m/index.d.ts +2 -2
- package/icon/pay/Diners/l/index.d.ts +2 -2
- package/icon/pay/Diners/m/index.d.ts +2 -2
- package/icon/pay/Discover/l/index.d.ts +2 -2
- package/icon/pay/Discover/l/index.js +1 -1
- package/icon/pay/Discover/l/index.mjs +1 -1
- package/icon/pay/Discover/m/index.d.ts +2 -2
- package/icon/pay/Discover/m/index.js +1 -1
- package/icon/pay/Discover/m/index.mjs +1 -1
- package/icon/pay/JCB/l/index.d.ts +2 -2
- package/icon/pay/JCB/l/index.js +10 -10
- package/icon/pay/JCB/l/index.mjs +10 -10
- package/icon/pay/JCB/m/index.d.ts +2 -2
- package/icon/pay/JCB/m/index.js +10 -10
- package/icon/pay/JCB/m/index.mjs +10 -10
- package/icon/pay/Mastercard/l/index.d.ts +2 -2
- package/icon/pay/Mastercard/m/index.d.ts +2 -2
- package/icon/pay/PayPal/l/index.d.ts +2 -2
- package/icon/pay/PayPal/m/index.d.ts +2 -2
- package/icon/pay/UnionPay/l/index.d.ts +2 -2
- package/icon/pay/UnionPay/m/index.d.ts +2 -2
- package/icon/pay/Visa/l/index.d.ts +2 -2
- package/icon/pay/Visa/l/index.js +2 -2
- package/icon/pay/Visa/l/index.mjs +2 -2
- package/icon/pay/Visa/m/index.d.ts +2 -2
- package/icon/pay/Visa/m/index.js +2 -2
- package/icon/pay/Visa/m/index.mjs +2 -2
- package/icon/pay/WeChatPay/l/index.d.ts +2 -2
- package/icon/pay/WeChatPay/m/index.d.ts +2 -2
- package/inline-input/lib/cjs/InlineInput.js +15 -17
- package/inline-input/lib/cjs/InlineInput.js.map +1 -1
- package/inline-input/lib/es6/InlineInput.js +15 -17
- package/inline-input/lib/es6/InlineInput.js.map +1 -1
- package/input-number/lib/cjs/InputNumber.js +23 -10
- package/input-number/lib/cjs/InputNumber.js.map +1 -1
- package/input-number/lib/es6/InputNumber.js +23 -10
- package/input-number/lib/es6/InputNumber.js.map +1 -1
- package/link/lib/cjs/Link.js +12 -12
- package/link/lib/es6/Link.js +12 -12
- package/modal/lib/cjs/Modal.js +9 -9
- package/modal/lib/es6/Modal.js +9 -9
- package/notice/lib/cjs/Notice.js +14 -14
- package/notice/lib/es6/Notice.js +14 -14
- package/notice-bubble/lib/cjs/NoticeBubble.js +12 -12
- package/notice-bubble/lib/es6/NoticeBubble.js +12 -12
- package/notice-global/lib/cjs/NoticeGlobal.js +11 -11
- package/notice-global/lib/es6/NoticeGlobal.js +11 -11
- package/package.json +1 -1
- package/pagination/lib/cjs/Pagination.js +10 -10
- package/pagination/lib/es6/Pagination.js +10 -10
- package/popper/lib/cjs/Popper.js +14 -7
- package/popper/lib/cjs/Popper.js.map +1 -1
- package/popper/lib/es6/Popper.js +14 -7
- package/popper/lib/es6/Popper.js.map +1 -1
- package/select/lib/cjs/InputSearch.js +6 -6
- package/select/lib/cjs/Select.js +8 -8
- package/select/lib/es6/InputSearch.js +6 -6
- package/select/lib/es6/Select.js +8 -8
- package/side-panel/lib/cjs/SidePanel.js +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 +9 -25
- package/skeleton/lib/cjs/Skeleton.js.map +1 -1
- package/skeleton/lib/es6/Charts/Area.js +9 -9
- package/skeleton/lib/es6/Charts/Bar.js +9 -9
- package/skeleton/lib/es6/Charts/Bubble.js +9 -9
- package/skeleton/lib/es6/Charts/Donut.js +9 -9
- package/skeleton/lib/es6/Charts/Histogram.js +9 -9
- package/skeleton/lib/es6/Charts/Line.js +9 -9
- package/skeleton/lib/es6/Charts/RadialTree.js +9 -9
- package/skeleton/lib/es6/Charts/ScatterPlot.js +9 -9
- package/skeleton/lib/es6/Charts/Venn.js +9 -9
- package/skeleton/lib/es6/Skeleton.js +9 -25
- package/skeleton/lib/es6/Skeleton.js.map +1 -1
- package/spin/lib/cjs/Spin.js +14 -24
- package/spin/lib/cjs/Spin.js.map +1 -1
- package/spin/lib/es6/Spin.js +14 -24
- package/spin/lib/es6/Spin.js.map +1 -1
- package/spin-container/lib/cjs/SpinContainer.js +8 -8
- package/spin-container/lib/es6/SpinContainer.js +8 -8
- package/tag/lib/cjs/Tag.js +20 -20
- package/tag/lib/es6/Tag.js +20 -20
- package/time-picker/lib/cjs/TimePicker.js +12 -12
- package/time-picker/lib/es6/TimePicker.js +12 -12
- package/tooltip/lib/cjs/Tooltip.js +8 -8
- package/tooltip/lib/cjs/style/tooltip.shadow.css +2 -2
- package/tooltip/lib/es6/Tooltip.js +8 -8
- package/tooltip/lib/es6/style/tooltip.shadow.css +2 -2
- 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/wizard/lib/cjs/Wizard.js +11 -11
- package/wizard/lib/es6/Wizard.js +11 -11
@@ -38,35 +38,35 @@ var _excluded = ["children", "id", "role", "aria-haspopup", "aria-expanded", "ar
|
|
38
38
|
_excluded5 = ["value", "locale", "onDisplayedPeriodChange", "ariaHasPopup", "inputId", "showError"],
|
39
39
|
_excluded6 = ["date", "onDateChange", "onDisplayedPeriodChange", "locale", "styles", "parts", "disabledDates", "forwardRef", "placeholders", "labelPrefix", "onMaskPipeBlock", "containerFocused", "animationsDisabled", "getI18nText", "inputId", "__excludeProps", "Root"];
|
40
40
|
/*__reshadow-styles__:"../style/date-picker.shadow.css"*/
|
41
|
-
var style = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/".
|
42
|
-
"__SHeader": "
|
43
|
-
"__STitle": "
|
44
|
-
"__SToday": "
|
45
|
-
"__SPeriod": "
|
46
|
-
"__SButton": "
|
47
|
-
"__SInner": "
|
48
|
-
"__SInputMask": "
|
49
|
-
"_animationsDisabled": "
|
50
|
-
"__SValue": "
|
51
|
-
"__SIndicator": "
|
52
|
-
"__SRangeIndicator": "
|
53
|
-
"_range_value": "
|
54
|
-
"_range_compare": "
|
55
|
-
"_disabled": "
|
56
|
-
"__SHumanizedDate": "
|
57
|
-
"__SMask": "
|
58
|
-
"__SSingleDateInput": "
|
59
|
-
"__SDateRange": "
|
60
|
-
"_noHumanizedDate": "
|
61
|
-
"__SRangeSep": "
|
62
|
-
"_fulfilled": "
|
63
|
-
"__SRangeComparatorHeader": "
|
64
|
-
"__SRangeCalendar": "
|
65
|
-
"__SFooter": "
|
66
|
-
"__SPeriodsList": "
|
67
|
-
"__STooltip": "
|
68
|
-
"__SCompareToggle": "
|
69
|
-
"__SPopper": "
|
41
|
+
var style = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/".___SPopper_rfupw_gg_{padding:var(--intergalactic-spacing-4x, 16px);outline:0}.___SPopper_rfupw_gg_::-moz-focus-inner{border:0;padding:0}.___SPopper_rfupw_gg_:active,.___SPopper_rfupw_gg_:focus{outline:0;-webkit-text-decoration:none;text-decoration:none}@media (hover:hover){.___SPopper_rfupw_gg_:hover{outline:0;-webkit-text-decoration:none;text-decoration:none}}.___SPopper_rfupw_gg_:focus{box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.5))}.___SHeader_rfupw_gg_,.___STitle_rfupw_gg_{display:flex;align-items:center}.___STitle_rfupw_gg_{font-size:var(--intergalactic-fs-200, 14px);color:var(--intergalactic-text-primary, #191b23);height:32px;width:100%;justify-content:center}.___SToday_rfupw_gg_{display:flex;margin-top:var(--intergalactic-spacing-3x, 12px);justify-content:center}.___SPeriod_rfupw_gg_{display:flex;flex-direction:column;margin-bottom:var(--intergalactic-spacing-2x, 8px)}.___SButton_rfupw_gg_ .___SInner_rfupw_gg_{justify-content:flex-start}.___SInputMask_rfupw_gg_{color:var(--intergalactic-text-primary, #191b23);line-height:normal;padding-right:var(--intergalactic-spacing-2x, 8px);transition:width calc(var(--intergalactic-duration-medium, 300)*1ms) ease,min-width calc(var(--intergalactic-duration-medium, 300)*1ms) ease}.___SInputMask_rfupw_gg_.__animationsDisabled_rfupw_gg_{transition:none}.___SInputMask_rfupw_gg_ .___SValue_rfupw_gg_{letter-spacing:0}.___SIndicator_rfupw_gg_{color:var(--intergalactic-text-secondary, #6c6e79)}.___SRangeIndicator_rfupw_gg_{border-radius:50%;flex-shrink:0}.___SRangeIndicator_rfupw_gg_._range_value_rfupw_gg_{background-color:var(--intergalactic-date-picker-cell-active, #2bb3ff)}.___SRangeIndicator_rfupw_gg_._range_compare_rfupw_gg_{background-color:var(--intergalactic-date-picker-cell-comparison-active, #8649e1)}.___SRangeIndicator_rfupw_gg_.__disabled_rfupw_gg_{opacity:var(--intergalactic-disabled-opacity, 0.3)}.___SHumanizedDate_rfupw_gg_{position:absolute;pointer-events:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.___SMask_rfupw_gg_{letter-spacing:0;white-space:nowrap;overflow:hidden}.___SDateRange_rfupw_gg_ .___SMask_rfupw_gg_,.___SDateRange_rfupw_gg_ .___SValue_rfupw_gg_,.___SSingleDateInput_rfupw_gg_ .___SMask_rfupw_gg_,.___SSingleDateInput_rfupw_gg_ .___SValue_rfupw_gg_{opacity:0}.___SSingleDateInput_rfupw_gg_:focus-within .___SHumanizedDate_rfupw_gg_{opacity:0;z-index:var(--intergalactic-z-index-deep, -999)}.___SSingleDateInput_rfupw_gg_:focus-within .___SMask_rfupw_gg_,.___SSingleDateInput_rfupw_gg_:focus-within .___SValue_rfupw_gg_{opacity:1}.___SDateRange_rfupw_gg_:focus-within .___SHumanizedDate_rfupw_gg_{opacity:0;z-index:var(--intergalactic-z-index-deep, -999)}.___SDateRange_rfupw_gg_:focus-within .___SMask_rfupw_gg_,.___SDateRange_rfupw_gg_:focus-within .___SValue_rfupw_gg_{opacity:1}.___SInputMask_rfupw_gg_.__noHumanizedDate_rfupw_gg_ .___SMask_rfupw_gg_,.___SInputMask_rfupw_gg_.__noHumanizedDate_rfupw_gg_ .___SValue_rfupw_gg_{opacity:1}.___SDateRange_rfupw_gg_ .___SInputMask_rfupw_gg_:focus-within .___SMask_rfupw_gg_{background-color:var(--intergalactic-bg-highlight-focus, rgba(0, 143, 248, 0.2))}.___SDateRange_rfupw_gg_:focus-within .___SRangeSep_rfupw_gg_,.___SRangeSep_rfupw_gg_.__fulfilled_rfupw_gg_{color:var(--intergalactic-text-primary, #191b23)}.___SRangeComparatorHeader_rfupw_gg_{border-bottom:1px solid var(--intergalactic-border-primary, #c4c7cf)}.___SRangeCalendar_rfupw_gg_,.___SRangeComparatorHeader_rfupw_gg_{padding:var(--intergalactic-spacing-4x, 16px)}.___SFooter_rfupw_gg_{border-top:1px solid var(--intergalactic-border-primary, #c4c7cf)}.___SFooter_rfupw_gg_,.___SPeriodsList_rfupw_gg_{padding:var(--intergalactic-spacing-4x, 16px)}.___STooltip_rfupw_gg_{padding:var(--intergalactic-spacing-3x, 12px)}.___SCompareToggle_rfupw_gg_{white-space:nowrap}@media (prefers-reduced-motion){.___SInputMask_rfupw_gg_{transition:none}}" /*__inner_css_end__*/, "rfupw_gg_") /*__reshadow_css_end__*/, {
|
42
|
+
"__SHeader": "___SHeader_rfupw_gg_",
|
43
|
+
"__STitle": "___STitle_rfupw_gg_",
|
44
|
+
"__SToday": "___SToday_rfupw_gg_",
|
45
|
+
"__SPeriod": "___SPeriod_rfupw_gg_",
|
46
|
+
"__SButton": "___SButton_rfupw_gg_",
|
47
|
+
"__SInner": "___SInner_rfupw_gg_",
|
48
|
+
"__SInputMask": "___SInputMask_rfupw_gg_",
|
49
|
+
"_animationsDisabled": "__animationsDisabled_rfupw_gg_",
|
50
|
+
"__SValue": "___SValue_rfupw_gg_",
|
51
|
+
"__SIndicator": "___SIndicator_rfupw_gg_",
|
52
|
+
"__SRangeIndicator": "___SRangeIndicator_rfupw_gg_",
|
53
|
+
"_range_value": "_range_value_rfupw_gg_",
|
54
|
+
"_range_compare": "_range_compare_rfupw_gg_",
|
55
|
+
"_disabled": "__disabled_rfupw_gg_",
|
56
|
+
"__SHumanizedDate": "___SHumanizedDate_rfupw_gg_",
|
57
|
+
"__SMask": "___SMask_rfupw_gg_",
|
58
|
+
"__SSingleDateInput": "___SSingleDateInput_rfupw_gg_",
|
59
|
+
"__SDateRange": "___SDateRange_rfupw_gg_",
|
60
|
+
"_noHumanizedDate": "__noHumanizedDate_rfupw_gg_",
|
61
|
+
"__SRangeSep": "___SRangeSep_rfupw_gg_",
|
62
|
+
"_fulfilled": "__fulfilled_rfupw_gg_",
|
63
|
+
"__SRangeComparatorHeader": "___SRangeComparatorHeader_rfupw_gg_",
|
64
|
+
"__SRangeCalendar": "___SRangeCalendar_rfupw_gg_",
|
65
|
+
"__SFooter": "___SFooter_rfupw_gg_",
|
66
|
+
"__SPeriodsList": "___SPeriodsList_rfupw_gg_",
|
67
|
+
"__STooltip": "___STooltip_rfupw_gg_",
|
68
|
+
"__SCompareToggle": "___SCompareToggle_rfupw_gg_",
|
69
|
+
"__SPopper": "___SPopper_rfupw_gg_"
|
70
70
|
});
|
71
71
|
var defaultAllowedParts = {
|
72
72
|
year: true,
|
@@ -21,35 +21,35 @@ var _intergalacticDynamicLocales = require("../translations/__intergalactic-dyna
|
|
21
21
|
var _includesDate = require("../utils/includesDate");
|
22
22
|
var _formatDate = require("../utils/formatDate");
|
23
23
|
/*__reshadow-styles__:"../style/date-picker.shadow.css"*/
|
24
|
-
var style = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/".
|
25
|
-
"__SHeader": "
|
26
|
-
"__STitle": "
|
27
|
-
"__SToday": "
|
28
|
-
"__SPeriod": "
|
29
|
-
"__SButton": "
|
30
|
-
"__SInner": "
|
31
|
-
"__SInputMask": "
|
32
|
-
"_animationsDisabled": "
|
33
|
-
"__SValue": "
|
34
|
-
"__SIndicator": "
|
35
|
-
"__SRangeIndicator": "
|
36
|
-
"_range_value": "
|
37
|
-
"_range_compare": "
|
38
|
-
"_disabled": "
|
39
|
-
"__SHumanizedDate": "
|
40
|
-
"__SMask": "
|
41
|
-
"__SSingleDateInput": "
|
42
|
-
"__SDateRange": "
|
43
|
-
"_noHumanizedDate": "
|
44
|
-
"__SRangeSep": "
|
45
|
-
"_fulfilled": "
|
46
|
-
"__SRangeComparatorHeader": "
|
47
|
-
"__SRangeCalendar": "
|
48
|
-
"__SFooter": "
|
49
|
-
"__SPeriodsList": "
|
50
|
-
"__STooltip": "
|
51
|
-
"__SCompareToggle": "
|
52
|
-
"__SPopper": "
|
24
|
+
var style = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/".___SPopper_rfupw_gg_{padding:var(--intergalactic-spacing-4x, 16px);outline:0}.___SPopper_rfupw_gg_::-moz-focus-inner{border:0;padding:0}.___SPopper_rfupw_gg_:active,.___SPopper_rfupw_gg_:focus{outline:0;-webkit-text-decoration:none;text-decoration:none}@media (hover:hover){.___SPopper_rfupw_gg_:hover{outline:0;-webkit-text-decoration:none;text-decoration:none}}.___SPopper_rfupw_gg_:focus{box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.5))}.___SHeader_rfupw_gg_,.___STitle_rfupw_gg_{display:flex;align-items:center}.___STitle_rfupw_gg_{font-size:var(--intergalactic-fs-200, 14px);color:var(--intergalactic-text-primary, #191b23);height:32px;width:100%;justify-content:center}.___SToday_rfupw_gg_{display:flex;margin-top:var(--intergalactic-spacing-3x, 12px);justify-content:center}.___SPeriod_rfupw_gg_{display:flex;flex-direction:column;margin-bottom:var(--intergalactic-spacing-2x, 8px)}.___SButton_rfupw_gg_ .___SInner_rfupw_gg_{justify-content:flex-start}.___SInputMask_rfupw_gg_{color:var(--intergalactic-text-primary, #191b23);line-height:normal;padding-right:var(--intergalactic-spacing-2x, 8px);transition:width calc(var(--intergalactic-duration-medium, 300)*1ms) ease,min-width calc(var(--intergalactic-duration-medium, 300)*1ms) ease}.___SInputMask_rfupw_gg_.__animationsDisabled_rfupw_gg_{transition:none}.___SInputMask_rfupw_gg_ .___SValue_rfupw_gg_{letter-spacing:0}.___SIndicator_rfupw_gg_{color:var(--intergalactic-text-secondary, #6c6e79)}.___SRangeIndicator_rfupw_gg_{border-radius:50%;flex-shrink:0}.___SRangeIndicator_rfupw_gg_._range_value_rfupw_gg_{background-color:var(--intergalactic-date-picker-cell-active, #2bb3ff)}.___SRangeIndicator_rfupw_gg_._range_compare_rfupw_gg_{background-color:var(--intergalactic-date-picker-cell-comparison-active, #8649e1)}.___SRangeIndicator_rfupw_gg_.__disabled_rfupw_gg_{opacity:var(--intergalactic-disabled-opacity, 0.3)}.___SHumanizedDate_rfupw_gg_{position:absolute;pointer-events:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.___SMask_rfupw_gg_{letter-spacing:0;white-space:nowrap;overflow:hidden}.___SDateRange_rfupw_gg_ .___SMask_rfupw_gg_,.___SDateRange_rfupw_gg_ .___SValue_rfupw_gg_,.___SSingleDateInput_rfupw_gg_ .___SMask_rfupw_gg_,.___SSingleDateInput_rfupw_gg_ .___SValue_rfupw_gg_{opacity:0}.___SSingleDateInput_rfupw_gg_:focus-within .___SHumanizedDate_rfupw_gg_{opacity:0;z-index:var(--intergalactic-z-index-deep, -999)}.___SSingleDateInput_rfupw_gg_:focus-within .___SMask_rfupw_gg_,.___SSingleDateInput_rfupw_gg_:focus-within .___SValue_rfupw_gg_{opacity:1}.___SDateRange_rfupw_gg_:focus-within .___SHumanizedDate_rfupw_gg_{opacity:0;z-index:var(--intergalactic-z-index-deep, -999)}.___SDateRange_rfupw_gg_:focus-within .___SMask_rfupw_gg_,.___SDateRange_rfupw_gg_:focus-within .___SValue_rfupw_gg_{opacity:1}.___SInputMask_rfupw_gg_.__noHumanizedDate_rfupw_gg_ .___SMask_rfupw_gg_,.___SInputMask_rfupw_gg_.__noHumanizedDate_rfupw_gg_ .___SValue_rfupw_gg_{opacity:1}.___SDateRange_rfupw_gg_ .___SInputMask_rfupw_gg_:focus-within .___SMask_rfupw_gg_{background-color:var(--intergalactic-bg-highlight-focus, rgba(0, 143, 248, 0.2))}.___SDateRange_rfupw_gg_:focus-within .___SRangeSep_rfupw_gg_,.___SRangeSep_rfupw_gg_.__fulfilled_rfupw_gg_{color:var(--intergalactic-text-primary, #191b23)}.___SRangeComparatorHeader_rfupw_gg_{border-bottom:1px solid var(--intergalactic-border-primary, #c4c7cf)}.___SRangeCalendar_rfupw_gg_,.___SRangeComparatorHeader_rfupw_gg_{padding:var(--intergalactic-spacing-4x, 16px)}.___SFooter_rfupw_gg_{border-top:1px solid var(--intergalactic-border-primary, #c4c7cf)}.___SFooter_rfupw_gg_,.___SPeriodsList_rfupw_gg_{padding:var(--intergalactic-spacing-4x, 16px)}.___STooltip_rfupw_gg_{padding:var(--intergalactic-spacing-3x, 12px)}.___SCompareToggle_rfupw_gg_{white-space:nowrap}@media (prefers-reduced-motion){.___SInputMask_rfupw_gg_{transition:none}}" /*__inner_css_end__*/, "rfupw_gg_") /*__reshadow_css_end__*/, {
|
25
|
+
"__SHeader": "___SHeader_rfupw_gg_",
|
26
|
+
"__STitle": "___STitle_rfupw_gg_",
|
27
|
+
"__SToday": "___SToday_rfupw_gg_",
|
28
|
+
"__SPeriod": "___SPeriod_rfupw_gg_",
|
29
|
+
"__SButton": "___SButton_rfupw_gg_",
|
30
|
+
"__SInner": "___SInner_rfupw_gg_",
|
31
|
+
"__SInputMask": "___SInputMask_rfupw_gg_",
|
32
|
+
"_animationsDisabled": "__animationsDisabled_rfupw_gg_",
|
33
|
+
"__SValue": "___SValue_rfupw_gg_",
|
34
|
+
"__SIndicator": "___SIndicator_rfupw_gg_",
|
35
|
+
"__SRangeIndicator": "___SRangeIndicator_rfupw_gg_",
|
36
|
+
"_range_value": "_range_value_rfupw_gg_",
|
37
|
+
"_range_compare": "_range_compare_rfupw_gg_",
|
38
|
+
"_disabled": "__disabled_rfupw_gg_",
|
39
|
+
"__SHumanizedDate": "___SHumanizedDate_rfupw_gg_",
|
40
|
+
"__SMask": "___SMask_rfupw_gg_",
|
41
|
+
"__SSingleDateInput": "___SSingleDateInput_rfupw_gg_",
|
42
|
+
"__SDateRange": "___SDateRange_rfupw_gg_",
|
43
|
+
"_noHumanizedDate": "__noHumanizedDate_rfupw_gg_",
|
44
|
+
"__SRangeSep": "___SRangeSep_rfupw_gg_",
|
45
|
+
"_fulfilled": "__fulfilled_rfupw_gg_",
|
46
|
+
"__SRangeComparatorHeader": "___SRangeComparatorHeader_rfupw_gg_",
|
47
|
+
"__SRangeCalendar": "___SRangeCalendar_rfupw_gg_",
|
48
|
+
"__SFooter": "___SFooter_rfupw_gg_",
|
49
|
+
"__SPeriodsList": "___SPeriodsList_rfupw_gg_",
|
50
|
+
"__STooltip": "___STooltip_rfupw_gg_",
|
51
|
+
"__SCompareToggle": "___SCompareToggle_rfupw_gg_",
|
52
|
+
"__SPopper": "___SPopper_rfupw_gg_"
|
53
53
|
});
|
54
54
|
var INTERACTION_TAGS = ['INPUT'];
|
55
55
|
var INTERACTION_KEYS = ['ArrowDown', 'Enter', ' '];
|
@@ -27,35 +27,35 @@ var _intergalacticDynamicLocales = require("../translations/__intergalactic-dyna
|
|
27
27
|
var _includesDate = require("../utils/includesDate");
|
28
28
|
var _formatDate = require("../utils/formatDate");
|
29
29
|
/*__reshadow-styles__:"../style/date-picker.shadow.css"*/
|
30
|
-
var style = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/".
|
31
|
-
"__SHeader": "
|
32
|
-
"__STitle": "
|
33
|
-
"__SToday": "
|
34
|
-
"__SPeriod": "
|
35
|
-
"__SButton": "
|
36
|
-
"__SInner": "
|
37
|
-
"__SInputMask": "
|
38
|
-
"_animationsDisabled": "
|
39
|
-
"__SValue": "
|
40
|
-
"__SIndicator": "
|
41
|
-
"__SRangeIndicator": "
|
42
|
-
"_range_value": "
|
43
|
-
"_range_compare": "
|
44
|
-
"_disabled": "
|
45
|
-
"__SHumanizedDate": "
|
46
|
-
"__SMask": "
|
47
|
-
"__SSingleDateInput": "
|
48
|
-
"__SDateRange": "
|
49
|
-
"_noHumanizedDate": "
|
50
|
-
"__SRangeSep": "
|
51
|
-
"_fulfilled": "
|
52
|
-
"__SRangeComparatorHeader": "
|
53
|
-
"__SRangeCalendar": "
|
54
|
-
"__SFooter": "
|
55
|
-
"__SPeriodsList": "
|
56
|
-
"__STooltip": "
|
57
|
-
"__SCompareToggle": "
|
58
|
-
"__SPopper": "
|
30
|
+
var style = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/".___SPopper_rfupw_gg_{padding:var(--intergalactic-spacing-4x, 16px);outline:0}.___SPopper_rfupw_gg_::-moz-focus-inner{border:0;padding:0}.___SPopper_rfupw_gg_:active,.___SPopper_rfupw_gg_:focus{outline:0;-webkit-text-decoration:none;text-decoration:none}@media (hover:hover){.___SPopper_rfupw_gg_:hover{outline:0;-webkit-text-decoration:none;text-decoration:none}}.___SPopper_rfupw_gg_:focus{box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.5))}.___SHeader_rfupw_gg_,.___STitle_rfupw_gg_{display:flex;align-items:center}.___STitle_rfupw_gg_{font-size:var(--intergalactic-fs-200, 14px);color:var(--intergalactic-text-primary, #191b23);height:32px;width:100%;justify-content:center}.___SToday_rfupw_gg_{display:flex;margin-top:var(--intergalactic-spacing-3x, 12px);justify-content:center}.___SPeriod_rfupw_gg_{display:flex;flex-direction:column;margin-bottom:var(--intergalactic-spacing-2x, 8px)}.___SButton_rfupw_gg_ .___SInner_rfupw_gg_{justify-content:flex-start}.___SInputMask_rfupw_gg_{color:var(--intergalactic-text-primary, #191b23);line-height:normal;padding-right:var(--intergalactic-spacing-2x, 8px);transition:width calc(var(--intergalactic-duration-medium, 300)*1ms) ease,min-width calc(var(--intergalactic-duration-medium, 300)*1ms) ease}.___SInputMask_rfupw_gg_.__animationsDisabled_rfupw_gg_{transition:none}.___SInputMask_rfupw_gg_ .___SValue_rfupw_gg_{letter-spacing:0}.___SIndicator_rfupw_gg_{color:var(--intergalactic-text-secondary, #6c6e79)}.___SRangeIndicator_rfupw_gg_{border-radius:50%;flex-shrink:0}.___SRangeIndicator_rfupw_gg_._range_value_rfupw_gg_{background-color:var(--intergalactic-date-picker-cell-active, #2bb3ff)}.___SRangeIndicator_rfupw_gg_._range_compare_rfupw_gg_{background-color:var(--intergalactic-date-picker-cell-comparison-active, #8649e1)}.___SRangeIndicator_rfupw_gg_.__disabled_rfupw_gg_{opacity:var(--intergalactic-disabled-opacity, 0.3)}.___SHumanizedDate_rfupw_gg_{position:absolute;pointer-events:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.___SMask_rfupw_gg_{letter-spacing:0;white-space:nowrap;overflow:hidden}.___SDateRange_rfupw_gg_ .___SMask_rfupw_gg_,.___SDateRange_rfupw_gg_ .___SValue_rfupw_gg_,.___SSingleDateInput_rfupw_gg_ .___SMask_rfupw_gg_,.___SSingleDateInput_rfupw_gg_ .___SValue_rfupw_gg_{opacity:0}.___SSingleDateInput_rfupw_gg_:focus-within .___SHumanizedDate_rfupw_gg_{opacity:0;z-index:var(--intergalactic-z-index-deep, -999)}.___SSingleDateInput_rfupw_gg_:focus-within .___SMask_rfupw_gg_,.___SSingleDateInput_rfupw_gg_:focus-within .___SValue_rfupw_gg_{opacity:1}.___SDateRange_rfupw_gg_:focus-within .___SHumanizedDate_rfupw_gg_{opacity:0;z-index:var(--intergalactic-z-index-deep, -999)}.___SDateRange_rfupw_gg_:focus-within .___SMask_rfupw_gg_,.___SDateRange_rfupw_gg_:focus-within .___SValue_rfupw_gg_{opacity:1}.___SInputMask_rfupw_gg_.__noHumanizedDate_rfupw_gg_ .___SMask_rfupw_gg_,.___SInputMask_rfupw_gg_.__noHumanizedDate_rfupw_gg_ .___SValue_rfupw_gg_{opacity:1}.___SDateRange_rfupw_gg_ .___SInputMask_rfupw_gg_:focus-within .___SMask_rfupw_gg_{background-color:var(--intergalactic-bg-highlight-focus, rgba(0, 143, 248, 0.2))}.___SDateRange_rfupw_gg_:focus-within .___SRangeSep_rfupw_gg_,.___SRangeSep_rfupw_gg_.__fulfilled_rfupw_gg_{color:var(--intergalactic-text-primary, #191b23)}.___SRangeComparatorHeader_rfupw_gg_{border-bottom:1px solid var(--intergalactic-border-primary, #c4c7cf)}.___SRangeCalendar_rfupw_gg_,.___SRangeComparatorHeader_rfupw_gg_{padding:var(--intergalactic-spacing-4x, 16px)}.___SFooter_rfupw_gg_{border-top:1px solid var(--intergalactic-border-primary, #c4c7cf)}.___SFooter_rfupw_gg_,.___SPeriodsList_rfupw_gg_{padding:var(--intergalactic-spacing-4x, 16px)}.___STooltip_rfupw_gg_{padding:var(--intergalactic-spacing-3x, 12px)}.___SCompareToggle_rfupw_gg_{white-space:nowrap}@media (prefers-reduced-motion){.___SInputMask_rfupw_gg_{transition:none}}" /*__inner_css_end__*/, "rfupw_gg_") /*__reshadow_css_end__*/, {
|
31
|
+
"__SHeader": "___SHeader_rfupw_gg_",
|
32
|
+
"__STitle": "___STitle_rfupw_gg_",
|
33
|
+
"__SToday": "___SToday_rfupw_gg_",
|
34
|
+
"__SPeriod": "___SPeriod_rfupw_gg_",
|
35
|
+
"__SButton": "___SButton_rfupw_gg_",
|
36
|
+
"__SInner": "___SInner_rfupw_gg_",
|
37
|
+
"__SInputMask": "___SInputMask_rfupw_gg_",
|
38
|
+
"_animationsDisabled": "__animationsDisabled_rfupw_gg_",
|
39
|
+
"__SValue": "___SValue_rfupw_gg_",
|
40
|
+
"__SIndicator": "___SIndicator_rfupw_gg_",
|
41
|
+
"__SRangeIndicator": "___SRangeIndicator_rfupw_gg_",
|
42
|
+
"_range_value": "_range_value_rfupw_gg_",
|
43
|
+
"_range_compare": "_range_compare_rfupw_gg_",
|
44
|
+
"_disabled": "__disabled_rfupw_gg_",
|
45
|
+
"__SHumanizedDate": "___SHumanizedDate_rfupw_gg_",
|
46
|
+
"__SMask": "___SMask_rfupw_gg_",
|
47
|
+
"__SSingleDateInput": "___SSingleDateInput_rfupw_gg_",
|
48
|
+
"__SDateRange": "___SDateRange_rfupw_gg_",
|
49
|
+
"_noHumanizedDate": "__noHumanizedDate_rfupw_gg_",
|
50
|
+
"__SRangeSep": "___SRangeSep_rfupw_gg_",
|
51
|
+
"_fulfilled": "__fulfilled_rfupw_gg_",
|
52
|
+
"__SRangeComparatorHeader": "___SRangeComparatorHeader_rfupw_gg_",
|
53
|
+
"__SRangeCalendar": "___SRangeCalendar_rfupw_gg_",
|
54
|
+
"__SFooter": "___SFooter_rfupw_gg_",
|
55
|
+
"__SPeriodsList": "___SPeriodsList_rfupw_gg_",
|
56
|
+
"__STooltip": "___STooltip_rfupw_gg_",
|
57
|
+
"__SCompareToggle": "___SCompareToggle_rfupw_gg_",
|
58
|
+
"__SPopper": "___SPopper_rfupw_gg_"
|
59
59
|
});
|
60
60
|
var INTERACTION_TAGS = ['INPUT'];
|
61
61
|
var INTERACTION_KEYS = ['ArrowDown', 'Enter', ' '];
|
@@ -26,27 +26,27 @@ import { formatDDMMYY, formatMMYY } from '../utils/formatDate';
|
|
26
26
|
import keyboardFocusEnhance from 'intergalactic/utils/lib/enhances/keyboardFocusEnhance';
|
27
27
|
import { ScreenReaderOnly } from 'intergalactic/utils/lib/ScreenReaderOnly';
|
28
28
|
/*__reshadow-styles__:"../style/calendar.shadow.css"*/
|
29
|
-
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".
|
30
|
-
"__SCalendar": "
|
31
|
-
"__SGridDays": "
|
32
|
-
"__SGridMonths": "
|
33
|
-
"__SWeekDays": "
|
34
|
-
"__SWeekDay": "
|
35
|
-
"__SCalendarUnit": "
|
36
|
-
"_startHighlighted": "
|
37
|
-
"_selected": "
|
38
|
-
"_endHighlighted": "
|
39
|
-
"_startSelected": "
|
40
|
-
"_endSelected": "
|
41
|
-
"_compareHighlighted": "
|
42
|
-
"_compareStartHighlighted": "
|
43
|
-
"_compareEndHighlighted": "
|
44
|
-
"_compareStart": "
|
45
|
-
"_compareEnd": "
|
46
|
-
"_outdated": "
|
47
|
-
"_disabled": "
|
48
|
-
"_highlighted": "
|
49
|
-
"_today": "
|
29
|
+
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SCalendar_1vler_gg_{display:flex;flex-direction:column}.___SGridDays_1vler_gg_{display:grid;grid-template-columns:repeat(7,minmax(32px,auto));grid-template-rows:repeat(auto-fit,minmax(32px,auto))}.___SGridMonths_1vler_gg_{display:grid;grid-row-gap:var(--intergalactic-spacing-2x, 8px);grid-template-columns:repeat(3,minmax(60px,auto));grid-template-rows:repeat(4,minmax(32px,auto))}.___SWeekDays_1vler_gg_{display:grid;grid-template-columns:repeat(7,minmax(32px,auto))}.___SCalendarUnit_1vler_gg_,.___SWeekDay_1vler_gg_{align-items:center;display:flex;font-size:var(--intergalactic-fs-200, 14px);justify-content:center;min-height:32px;min-width:32px}.___SWeekDay_1vler_gg_{color:var(--intergalactic-text-secondary, #6c6e79);font-weight:var(--intergalactic-regular, 400);overflow:hidden}.___SCalendarUnit_1vler_gg_{font-family:inherit;font-weight:400;line-height:normal;-webkit-text-decoration:none;text-decoration:none;text-align:center;vertical-align:middle;border:1px solid transparent;color:var(--intergalactic-text-primary, #191b23);box-shadow:none;overflow:visible;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:manipulation;-webkit-tap-highlight-color:transparent;background-color:var(--intergalactic-date-picker-cell, #ffffff);border-radius:var(--intergalactic-control-rounded, 6px);box-sizing:border-box;cursor:pointer;position:relative;transition:color .15s,background .15s,box-shadow .15s,border-radius .15s .15s;outline:0;margin:4px 0 0}@media (hover:hover){.___SCalendarUnit_1vler_gg_:hover{color:var(--intergalactic-text-primary, #191b23);background-color:var(--intergalactic-date-picker-cell-hover, #e0e1e9)}}.___SCalendarUnit_1vler_gg_:focus{z-index:1}.___SCalendarUnit_1vler_gg_:focus-visible{box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.5))}.___SCalendarUnit_1vler_gg_.__today_1vler_gg_:before{content:\"\";position:absolute;display:block;top:1px;left:1px;border-radius:var(--intergalactic-control-rounded, 6px);width:calc(100% - 2px);height:calc(100% - 2px);box-sizing:border-box;border:1px solid var(--intergalactic-date-picker-cell-current, #8a8e9b)}.___SCalendarUnit_1vler_gg_.___SCalendarUnit_1vler_gg_.__today_1vler_gg_.__endSelected_1vler_gg_:before,.___SCalendarUnit_1vler_gg_.___SCalendarUnit_1vler_gg_.__today_1vler_gg_.__startSelected_1vler_gg_:before{border-color:var(--intergalactic-border-secondary, #e0e1e9)}.___SCalendarUnit_1vler_gg_.__highlighted_1vler_gg_,.___SCalendarUnit_1vler_gg_.__selected_1vler_gg_{border-radius:0;transition:color .15s,background .15s,box-shadow .15s,border-radius 0s 0s;color:var(--intergalactic-text-primary, #191b23)}.___SCalendarUnit_1vler_gg_.__selected_1vler_gg_{background-color:var(--intergalactic-date-picker-cell-range, #c4e5fe)}@media (hover:hover){.___SCalendarUnit_1vler_gg_.__selected_1vler_gg_:hover{background-color:var(--intergalactic-date-picker-cell-range-hover, #8ecdff)}}.___SCalendarUnit_1vler_gg_.__highlighted_1vler_gg_{background-color:var(--intergalactic-date-picker-cell-range-hover, #8ecdff)}@media (hover:hover){.___SCalendarUnit_1vler_gg_.__highlighted_1vler_gg_:hover{background-color:var(--intergalactic-date-picker-cell-range-hover, #8ecdff)}}.___SCalendarUnit_1vler_gg_.__startSelected_1vler_gg_{color:var(--intergalactic-text-primary-invert, #ffffff);background-color:var(--intergalactic-date-picker-cell-active, #2bb3ff)}.___SCalendarUnit_1vler_gg_.__startSelected_1vler_gg_:not(.__highlighted_1vler_gg_){border-bottom-left-radius:var(--intergalactic-control-rounded, 6px);border-bottom-right-radius:0;border-top-left-radius:var(--intergalactic-control-rounded, 6px);border-top-right-radius:0}@media (hover:hover){.___SCalendarUnit_1vler_gg_.__startSelected_1vler_gg_:hover{color:var(--intergalactic-text-primary-invert, #ffffff);background-color:var(--intergalactic-date-picker-cell-active-hover, #008ff8)}}.___SCalendarUnit_1vler_gg_.__endSelected_1vler_gg_{background-color:var(--intergalactic-date-picker-cell-active, #2bb3ff);color:var(--intergalactic-text-primary-invert, #ffffff)}.___SCalendarUnit_1vler_gg_.__endSelected_1vler_gg_:not(.__highlighted_1vler_gg_){border-bottom-left-radius:0;border-bottom-right-radius:var(--intergalactic-control-rounded, 6px);border-top-left-radius:0;border-top-right-radius:var(--intergalactic-control-rounded, 6px)}@media (hover:hover){.___SCalendarUnit_1vler_gg_.__endSelected_1vler_gg_:hover{color:var(--intergalactic-text-primary-invert, #ffffff);background-color:var(--intergalactic-date-picker-cell-active-hover, #008ff8)}}.___SCalendarUnit_1vler_gg_.__startHighlighted_1vler_gg_:not(.__selected_1vler_gg_){border-bottom-left-radius:var(--intergalactic-control-rounded, 6px);border-bottom-right-radius:0;border-top-left-radius:var(--intergalactic-control-rounded, 6px);border-top-right-radius:0}.___SCalendarUnit_1vler_gg_.__endHighlighted_1vler_gg_:not(.__selected_1vler_gg_){border-bottom-left-radius:0;border-bottom-right-radius:var(--intergalactic-control-rounded, 6px);border-top-left-radius:0;border-top-right-radius:var(--intergalactic-control-rounded, 6px)}.___SCalendarUnit_1vler_gg_.__startHighlighted_1vler_gg_.___SCalendarUnit_1vler_gg_.__endHighlighted_1vler_gg_,.___SCalendarUnit_1vler_gg_.__startSelected_1vler_gg_.___SCalendarUnit_1vler_gg_.__endSelected_1vler_gg_{border-bottom-left-radius:var(--intergalactic-control-rounded, 6px);border-bottom-right-radius:var(--intergalactic-control-rounded, 6px);border-top-left-radius:var(--intergalactic-control-rounded, 6px);border-top-right-radius:var(--intergalactic-control-rounded, 6px)}.___SCalendarUnit_1vler_gg_.__compareHighlighted_1vler_gg_{border-top:2px dashed var(--intergalactic-date-picker-cell-comparison-active, #8649e1);border-bottom:2px dashed var(--intergalactic-date-picker-cell-comparison-active, #8649e1);border-radius:0;transition:none}.___SCalendarUnit_1vler_gg_.__compareEndHighlighted_1vler_gg_,.___SCalendarUnit_1vler_gg_.__compareStartHighlighted_1vler_gg_{border-left:2px dashed var(--intergalactic-date-picker-cell-comparison-active, #8649e1);border-right:2px dashed var(--intergalactic-date-picker-cell-comparison-active, #8649e1)}.___SCalendarUnit_1vler_gg_.__compareEnd_1vler_gg_,.___SCalendarUnit_1vler_gg_.__compareStart_1vler_gg_{border-radius:0;background-color:var(--intergalactic-date-picker-cell-comparison-active, #8649e1);color:var(--intergalactic-text-primary-invert, #ffffff)}@media (hover:hover){.___SCalendarUnit_1vler_gg_.__compareEnd_1vler_gg_:hover,.___SCalendarUnit_1vler_gg_.__compareStart_1vler_gg_:hover{color:var(--intergalactic-text-primary-invert, #ffffff);background-color:var(--intergalactic-date-picker-cell-comparison-active-hover, #5925ab)}}.___SCalendarUnit_1vler_gg_.__compareStartHighlighted_1vler_gg_{border-top-left-radius:var(--intergalactic-control-rounded, 6px);border-bottom-left-radius:var(--intergalactic-control-rounded, 6px)}.___SCalendarUnit_1vler_gg_.__compareEndHighlighted_1vler_gg_{border-top-right-radius:var(--intergalactic-control-rounded, 6px);border-bottom-right-radius:var(--intergalactic-control-rounded, 6px)}.___SCalendarUnit_1vler_gg_.__compareStart_1vler_gg_:not(.__compareHighlighted_1vler_gg_){border-top-left-radius:var(--intergalactic-control-rounded, 6px);border-bottom-left-radius:var(--intergalactic-control-rounded, 6px)}.___SCalendarUnit_1vler_gg_.__compareEnd_1vler_gg_:not(.__compareHighlighted_1vler_gg_){border-top-right-radius:var(--intergalactic-control-rounded, 6px);border-bottom-right-radius:var(--intergalactic-control-rounded, 6px)}.___SCalendarUnit_1vler_gg_.__outdated_1vler_gg_{opacity:.2}.___SCalendarUnit_1vler_gg_.__disabled_1vler_gg_{opacity:.4;cursor:default;pointer-events:none}@media (prefers-reduced-motion){.___SCalendarUnit_1vler_gg_,.___SCalendarUnit_1vler_gg_.__highlighted_1vler_gg_,.___SCalendarUnit_1vler_gg_.__selected_1vler_gg_{transition:none}}" /*__inner_css_end__*/, "1vler_gg_") /*__reshadow_css_end__*/, {
|
30
|
+
"__SCalendar": "___SCalendar_1vler_gg_",
|
31
|
+
"__SGridDays": "___SGridDays_1vler_gg_",
|
32
|
+
"__SGridMonths": "___SGridMonths_1vler_gg_",
|
33
|
+
"__SWeekDays": "___SWeekDays_1vler_gg_",
|
34
|
+
"__SWeekDay": "___SWeekDay_1vler_gg_",
|
35
|
+
"__SCalendarUnit": "___SCalendarUnit_1vler_gg_",
|
36
|
+
"_startHighlighted": "__startHighlighted_1vler_gg_",
|
37
|
+
"_selected": "__selected_1vler_gg_",
|
38
|
+
"_endHighlighted": "__endHighlighted_1vler_gg_",
|
39
|
+
"_startSelected": "__startSelected_1vler_gg_",
|
40
|
+
"_endSelected": "__endSelected_1vler_gg_",
|
41
|
+
"_compareHighlighted": "__compareHighlighted_1vler_gg_",
|
42
|
+
"_compareStartHighlighted": "__compareStartHighlighted_1vler_gg_",
|
43
|
+
"_compareEndHighlighted": "__compareEndHighlighted_1vler_gg_",
|
44
|
+
"_compareStart": "__compareStart_1vler_gg_",
|
45
|
+
"_compareEnd": "__compareEnd_1vler_gg_",
|
46
|
+
"_outdated": "__outdated_1vler_gg_",
|
47
|
+
"_disabled": "__disabled_1vler_gg_",
|
48
|
+
"_highlighted": "__highlighted_1vler_gg_",
|
49
|
+
"_today": "__today_1vler_gg_"
|
50
50
|
});
|
51
51
|
dayjs.extend(isBetween);
|
52
52
|
var range = function range(N, cb) {
|
@@ -24,35 +24,35 @@ import { LinkTrigger } from 'intergalactic/base-trigger';
|
|
24
24
|
import { includesDate } from '../utils/includesDate';
|
25
25
|
import { formatDDMMYY, formatMMYY } from '../utils/formatDate';
|
26
26
|
/*__reshadow-styles__:"../style/date-picker.shadow.css"*/
|
27
|
-
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".
|
28
|
-
"__SHeader": "
|
29
|
-
"__STitle": "
|
30
|
-
"__SToday": "
|
31
|
-
"__SPeriod": "
|
32
|
-
"__SButton": "
|
33
|
-
"__SInner": "
|
34
|
-
"__SInputMask": "
|
35
|
-
"_animationsDisabled": "
|
36
|
-
"__SValue": "
|
37
|
-
"__SIndicator": "
|
38
|
-
"__SRangeIndicator": "
|
39
|
-
"_range_value": "
|
40
|
-
"_range_compare": "
|
41
|
-
"_disabled": "
|
42
|
-
"__SHumanizedDate": "
|
43
|
-
"__SMask": "
|
44
|
-
"__SSingleDateInput": "
|
45
|
-
"__SDateRange": "
|
46
|
-
"_noHumanizedDate": "
|
47
|
-
"__SRangeSep": "
|
48
|
-
"_fulfilled": "
|
49
|
-
"__SRangeComparatorHeader": "
|
50
|
-
"__SRangeCalendar": "
|
51
|
-
"__SFooter": "
|
52
|
-
"__SPeriodsList": "
|
53
|
-
"__STooltip": "
|
54
|
-
"__SCompareToggle": "
|
55
|
-
"__SPopper": "
|
27
|
+
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SPopper_rfupw_gg_{padding:var(--intergalactic-spacing-4x, 16px);outline:0}.___SPopper_rfupw_gg_::-moz-focus-inner{border:0;padding:0}.___SPopper_rfupw_gg_:active,.___SPopper_rfupw_gg_:focus{outline:0;-webkit-text-decoration:none;text-decoration:none}@media (hover:hover){.___SPopper_rfupw_gg_:hover{outline:0;-webkit-text-decoration:none;text-decoration:none}}.___SPopper_rfupw_gg_:focus{box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.5))}.___SHeader_rfupw_gg_,.___STitle_rfupw_gg_{display:flex;align-items:center}.___STitle_rfupw_gg_{font-size:var(--intergalactic-fs-200, 14px);color:var(--intergalactic-text-primary, #191b23);height:32px;width:100%;justify-content:center}.___SToday_rfupw_gg_{display:flex;margin-top:var(--intergalactic-spacing-3x, 12px);justify-content:center}.___SPeriod_rfupw_gg_{display:flex;flex-direction:column;margin-bottom:var(--intergalactic-spacing-2x, 8px)}.___SButton_rfupw_gg_ .___SInner_rfupw_gg_{justify-content:flex-start}.___SInputMask_rfupw_gg_{color:var(--intergalactic-text-primary, #191b23);line-height:normal;padding-right:var(--intergalactic-spacing-2x, 8px);transition:width calc(var(--intergalactic-duration-medium, 300)*1ms) ease,min-width calc(var(--intergalactic-duration-medium, 300)*1ms) ease}.___SInputMask_rfupw_gg_.__animationsDisabled_rfupw_gg_{transition:none}.___SInputMask_rfupw_gg_ .___SValue_rfupw_gg_{letter-spacing:0}.___SIndicator_rfupw_gg_{color:var(--intergalactic-text-secondary, #6c6e79)}.___SRangeIndicator_rfupw_gg_{border-radius:50%;flex-shrink:0}.___SRangeIndicator_rfupw_gg_._range_value_rfupw_gg_{background-color:var(--intergalactic-date-picker-cell-active, #2bb3ff)}.___SRangeIndicator_rfupw_gg_._range_compare_rfupw_gg_{background-color:var(--intergalactic-date-picker-cell-comparison-active, #8649e1)}.___SRangeIndicator_rfupw_gg_.__disabled_rfupw_gg_{opacity:var(--intergalactic-disabled-opacity, 0.3)}.___SHumanizedDate_rfupw_gg_{position:absolute;pointer-events:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.___SMask_rfupw_gg_{letter-spacing:0;white-space:nowrap;overflow:hidden}.___SDateRange_rfupw_gg_ .___SMask_rfupw_gg_,.___SDateRange_rfupw_gg_ .___SValue_rfupw_gg_,.___SSingleDateInput_rfupw_gg_ .___SMask_rfupw_gg_,.___SSingleDateInput_rfupw_gg_ .___SValue_rfupw_gg_{opacity:0}.___SSingleDateInput_rfupw_gg_:focus-within .___SHumanizedDate_rfupw_gg_{opacity:0;z-index:var(--intergalactic-z-index-deep, -999)}.___SSingleDateInput_rfupw_gg_:focus-within .___SMask_rfupw_gg_,.___SSingleDateInput_rfupw_gg_:focus-within .___SValue_rfupw_gg_{opacity:1}.___SDateRange_rfupw_gg_:focus-within .___SHumanizedDate_rfupw_gg_{opacity:0;z-index:var(--intergalactic-z-index-deep, -999)}.___SDateRange_rfupw_gg_:focus-within .___SMask_rfupw_gg_,.___SDateRange_rfupw_gg_:focus-within .___SValue_rfupw_gg_{opacity:1}.___SInputMask_rfupw_gg_.__noHumanizedDate_rfupw_gg_ .___SMask_rfupw_gg_,.___SInputMask_rfupw_gg_.__noHumanizedDate_rfupw_gg_ .___SValue_rfupw_gg_{opacity:1}.___SDateRange_rfupw_gg_ .___SInputMask_rfupw_gg_:focus-within .___SMask_rfupw_gg_{background-color:var(--intergalactic-bg-highlight-focus, rgba(0, 143, 248, 0.2))}.___SDateRange_rfupw_gg_:focus-within .___SRangeSep_rfupw_gg_,.___SRangeSep_rfupw_gg_.__fulfilled_rfupw_gg_{color:var(--intergalactic-text-primary, #191b23)}.___SRangeComparatorHeader_rfupw_gg_{border-bottom:1px solid var(--intergalactic-border-primary, #c4c7cf)}.___SRangeCalendar_rfupw_gg_,.___SRangeComparatorHeader_rfupw_gg_{padding:var(--intergalactic-spacing-4x, 16px)}.___SFooter_rfupw_gg_{border-top:1px solid var(--intergalactic-border-primary, #c4c7cf)}.___SFooter_rfupw_gg_,.___SPeriodsList_rfupw_gg_{padding:var(--intergalactic-spacing-4x, 16px)}.___STooltip_rfupw_gg_{padding:var(--intergalactic-spacing-3x, 12px)}.___SCompareToggle_rfupw_gg_{white-space:nowrap}@media (prefers-reduced-motion){.___SInputMask_rfupw_gg_{transition:none}}" /*__inner_css_end__*/, "rfupw_gg_") /*__reshadow_css_end__*/, {
|
28
|
+
"__SHeader": "___SHeader_rfupw_gg_",
|
29
|
+
"__STitle": "___STitle_rfupw_gg_",
|
30
|
+
"__SToday": "___SToday_rfupw_gg_",
|
31
|
+
"__SPeriod": "___SPeriod_rfupw_gg_",
|
32
|
+
"__SButton": "___SButton_rfupw_gg_",
|
33
|
+
"__SInner": "___SInner_rfupw_gg_",
|
34
|
+
"__SInputMask": "___SInputMask_rfupw_gg_",
|
35
|
+
"_animationsDisabled": "__animationsDisabled_rfupw_gg_",
|
36
|
+
"__SValue": "___SValue_rfupw_gg_",
|
37
|
+
"__SIndicator": "___SIndicator_rfupw_gg_",
|
38
|
+
"__SRangeIndicator": "___SRangeIndicator_rfupw_gg_",
|
39
|
+
"_range_value": "_range_value_rfupw_gg_",
|
40
|
+
"_range_compare": "_range_compare_rfupw_gg_",
|
41
|
+
"_disabled": "__disabled_rfupw_gg_",
|
42
|
+
"__SHumanizedDate": "___SHumanizedDate_rfupw_gg_",
|
43
|
+
"__SMask": "___SMask_rfupw_gg_",
|
44
|
+
"__SSingleDateInput": "___SSingleDateInput_rfupw_gg_",
|
45
|
+
"__SDateRange": "___SDateRange_rfupw_gg_",
|
46
|
+
"_noHumanizedDate": "__noHumanizedDate_rfupw_gg_",
|
47
|
+
"__SRangeSep": "___SRangeSep_rfupw_gg_",
|
48
|
+
"_fulfilled": "__fulfilled_rfupw_gg_",
|
49
|
+
"__SRangeComparatorHeader": "___SRangeComparatorHeader_rfupw_gg_",
|
50
|
+
"__SRangeCalendar": "___SRangeCalendar_rfupw_gg_",
|
51
|
+
"__SFooter": "___SFooter_rfupw_gg_",
|
52
|
+
"__SPeriodsList": "___SPeriodsList_rfupw_gg_",
|
53
|
+
"__STooltip": "___STooltip_rfupw_gg_",
|
54
|
+
"__SCompareToggle": "___SCompareToggle_rfupw_gg_",
|
55
|
+
"__SPopper": "___SPopper_rfupw_gg_"
|
56
56
|
});
|
57
57
|
var INTERACTION_TAGS = ['INPUT'];
|
58
58
|
var INTERACTION_KEYS = ['ArrowDown', 'Enter', ' '];
|
@@ -36,35 +36,35 @@ import { includesDate } from '../utils/includesDate';
|
|
36
36
|
import dayjs from 'dayjs';
|
37
37
|
import useEnhancedEffect from 'intergalactic/utils/lib/use/useEnhancedEffect';
|
38
38
|
/*__reshadow-styles__:"../style/date-picker.shadow.css"*/
|
39
|
-
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".
|
40
|
-
"__SHeader": "
|
41
|
-
"__STitle": "
|
42
|
-
"__SToday": "
|
43
|
-
"__SPeriod": "
|
44
|
-
"__SButton": "
|
45
|
-
"__SInner": "
|
46
|
-
"__SInputMask": "
|
47
|
-
"_animationsDisabled": "
|
48
|
-
"__SValue": "
|
49
|
-
"__SIndicator": "
|
50
|
-
"__SRangeIndicator": "
|
51
|
-
"_range_value": "
|
52
|
-
"_range_compare": "
|
53
|
-
"_disabled": "
|
54
|
-
"__SHumanizedDate": "
|
55
|
-
"__SMask": "
|
56
|
-
"__SSingleDateInput": "
|
57
|
-
"__SDateRange": "
|
58
|
-
"_noHumanizedDate": "
|
59
|
-
"__SRangeSep": "
|
60
|
-
"_fulfilled": "
|
61
|
-
"__SRangeComparatorHeader": "
|
62
|
-
"__SRangeCalendar": "
|
63
|
-
"__SFooter": "
|
64
|
-
"__SPeriodsList": "
|
65
|
-
"__STooltip": "
|
66
|
-
"__SCompareToggle": "
|
67
|
-
"__SPopper": "
|
39
|
+
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SPopper_rfupw_gg_{padding:var(--intergalactic-spacing-4x, 16px);outline:0}.___SPopper_rfupw_gg_::-moz-focus-inner{border:0;padding:0}.___SPopper_rfupw_gg_:active,.___SPopper_rfupw_gg_:focus{outline:0;-webkit-text-decoration:none;text-decoration:none}@media (hover:hover){.___SPopper_rfupw_gg_:hover{outline:0;-webkit-text-decoration:none;text-decoration:none}}.___SPopper_rfupw_gg_:focus{box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.5))}.___SHeader_rfupw_gg_,.___STitle_rfupw_gg_{display:flex;align-items:center}.___STitle_rfupw_gg_{font-size:var(--intergalactic-fs-200, 14px);color:var(--intergalactic-text-primary, #191b23);height:32px;width:100%;justify-content:center}.___SToday_rfupw_gg_{display:flex;margin-top:var(--intergalactic-spacing-3x, 12px);justify-content:center}.___SPeriod_rfupw_gg_{display:flex;flex-direction:column;margin-bottom:var(--intergalactic-spacing-2x, 8px)}.___SButton_rfupw_gg_ .___SInner_rfupw_gg_{justify-content:flex-start}.___SInputMask_rfupw_gg_{color:var(--intergalactic-text-primary, #191b23);line-height:normal;padding-right:var(--intergalactic-spacing-2x, 8px);transition:width calc(var(--intergalactic-duration-medium, 300)*1ms) ease,min-width calc(var(--intergalactic-duration-medium, 300)*1ms) ease}.___SInputMask_rfupw_gg_.__animationsDisabled_rfupw_gg_{transition:none}.___SInputMask_rfupw_gg_ .___SValue_rfupw_gg_{letter-spacing:0}.___SIndicator_rfupw_gg_{color:var(--intergalactic-text-secondary, #6c6e79)}.___SRangeIndicator_rfupw_gg_{border-radius:50%;flex-shrink:0}.___SRangeIndicator_rfupw_gg_._range_value_rfupw_gg_{background-color:var(--intergalactic-date-picker-cell-active, #2bb3ff)}.___SRangeIndicator_rfupw_gg_._range_compare_rfupw_gg_{background-color:var(--intergalactic-date-picker-cell-comparison-active, #8649e1)}.___SRangeIndicator_rfupw_gg_.__disabled_rfupw_gg_{opacity:var(--intergalactic-disabled-opacity, 0.3)}.___SHumanizedDate_rfupw_gg_{position:absolute;pointer-events:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.___SMask_rfupw_gg_{letter-spacing:0;white-space:nowrap;overflow:hidden}.___SDateRange_rfupw_gg_ .___SMask_rfupw_gg_,.___SDateRange_rfupw_gg_ .___SValue_rfupw_gg_,.___SSingleDateInput_rfupw_gg_ .___SMask_rfupw_gg_,.___SSingleDateInput_rfupw_gg_ .___SValue_rfupw_gg_{opacity:0}.___SSingleDateInput_rfupw_gg_:focus-within .___SHumanizedDate_rfupw_gg_{opacity:0;z-index:var(--intergalactic-z-index-deep, -999)}.___SSingleDateInput_rfupw_gg_:focus-within .___SMask_rfupw_gg_,.___SSingleDateInput_rfupw_gg_:focus-within .___SValue_rfupw_gg_{opacity:1}.___SDateRange_rfupw_gg_:focus-within .___SHumanizedDate_rfupw_gg_{opacity:0;z-index:var(--intergalactic-z-index-deep, -999)}.___SDateRange_rfupw_gg_:focus-within .___SMask_rfupw_gg_,.___SDateRange_rfupw_gg_:focus-within .___SValue_rfupw_gg_{opacity:1}.___SInputMask_rfupw_gg_.__noHumanizedDate_rfupw_gg_ .___SMask_rfupw_gg_,.___SInputMask_rfupw_gg_.__noHumanizedDate_rfupw_gg_ .___SValue_rfupw_gg_{opacity:1}.___SDateRange_rfupw_gg_ .___SInputMask_rfupw_gg_:focus-within .___SMask_rfupw_gg_{background-color:var(--intergalactic-bg-highlight-focus, rgba(0, 143, 248, 0.2))}.___SDateRange_rfupw_gg_:focus-within .___SRangeSep_rfupw_gg_,.___SRangeSep_rfupw_gg_.__fulfilled_rfupw_gg_{color:var(--intergalactic-text-primary, #191b23)}.___SRangeComparatorHeader_rfupw_gg_{border-bottom:1px solid var(--intergalactic-border-primary, #c4c7cf)}.___SRangeCalendar_rfupw_gg_,.___SRangeComparatorHeader_rfupw_gg_{padding:var(--intergalactic-spacing-4x, 16px)}.___SFooter_rfupw_gg_{border-top:1px solid var(--intergalactic-border-primary, #c4c7cf)}.___SFooter_rfupw_gg_,.___SPeriodsList_rfupw_gg_{padding:var(--intergalactic-spacing-4x, 16px)}.___STooltip_rfupw_gg_{padding:var(--intergalactic-spacing-3x, 12px)}.___SCompareToggle_rfupw_gg_{white-space:nowrap}@media (prefers-reduced-motion){.___SInputMask_rfupw_gg_{transition:none}}" /*__inner_css_end__*/, "rfupw_gg_") /*__reshadow_css_end__*/, {
|
40
|
+
"__SHeader": "___SHeader_rfupw_gg_",
|
41
|
+
"__STitle": "___STitle_rfupw_gg_",
|
42
|
+
"__SToday": "___SToday_rfupw_gg_",
|
43
|
+
"__SPeriod": "___SPeriod_rfupw_gg_",
|
44
|
+
"__SButton": "___SButton_rfupw_gg_",
|
45
|
+
"__SInner": "___SInner_rfupw_gg_",
|
46
|
+
"__SInputMask": "___SInputMask_rfupw_gg_",
|
47
|
+
"_animationsDisabled": "__animationsDisabled_rfupw_gg_",
|
48
|
+
"__SValue": "___SValue_rfupw_gg_",
|
49
|
+
"__SIndicator": "___SIndicator_rfupw_gg_",
|
50
|
+
"__SRangeIndicator": "___SRangeIndicator_rfupw_gg_",
|
51
|
+
"_range_value": "_range_value_rfupw_gg_",
|
52
|
+
"_range_compare": "_range_compare_rfupw_gg_",
|
53
|
+
"_disabled": "__disabled_rfupw_gg_",
|
54
|
+
"__SHumanizedDate": "___SHumanizedDate_rfupw_gg_",
|
55
|
+
"__SMask": "___SMask_rfupw_gg_",
|
56
|
+
"__SSingleDateInput": "___SSingleDateInput_rfupw_gg_",
|
57
|
+
"__SDateRange": "___SDateRange_rfupw_gg_",
|
58
|
+
"_noHumanizedDate": "__noHumanizedDate_rfupw_gg_",
|
59
|
+
"__SRangeSep": "___SRangeSep_rfupw_gg_",
|
60
|
+
"_fulfilled": "__fulfilled_rfupw_gg_",
|
61
|
+
"__SRangeComparatorHeader": "___SRangeComparatorHeader_rfupw_gg_",
|
62
|
+
"__SRangeCalendar": "___SRangeCalendar_rfupw_gg_",
|
63
|
+
"__SFooter": "___SFooter_rfupw_gg_",
|
64
|
+
"__SPeriodsList": "___SPeriodsList_rfupw_gg_",
|
65
|
+
"__STooltip": "___STooltip_rfupw_gg_",
|
66
|
+
"__SCompareToggle": "___SCompareToggle_rfupw_gg_",
|
67
|
+
"__SPopper": "___SPopper_rfupw_gg_"
|
68
68
|
});
|
69
69
|
import assignProps from 'intergalactic/utils/lib/assignProps';
|
70
70
|
var defaultAllowedParts = {
|