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
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,48 @@
|
|
1
|
+
## [15.98.0] - 2024-07-05
|
2
|
+
|
3
|
+
### @semcore/accordion
|
4
|
+
|
5
|
+
- **Changed** `Accordion.Item.Toggle` can have only `h*` tag, `h3` tag is default.
|
6
|
+
- **Added** Flex component `Accordion.Item.ToggleButton` with role `button`.
|
7
|
+
|
8
|
+
### @semcore/breadcrumbs
|
9
|
+
|
10
|
+
- **Fixed** Incorrect focus of the last item in Breadcrumbs.
|
11
|
+
|
12
|
+
### @semcore/carousel
|
13
|
+
|
14
|
+
- **Changed** Border radius to token instead of hardcoded value.
|
15
|
+
|
16
|
+
### @semcore/data-table
|
17
|
+
|
18
|
+
- **Fixed** `SortIcon` usage - removed unused prop `active`.
|
19
|
+
- **Added** Types for `scrollContainerRef` in `Datatable.Body`.
|
20
|
+
|
21
|
+
### @semcore/icon
|
22
|
+
|
23
|
+
- **Changed** Type for each Icon to `Intergalactic.Component<'svg', IconProps>`.
|
24
|
+
- **Added** New `Power` icon.
|
25
|
+
|
26
|
+
### @semcore/input-number
|
27
|
+
|
28
|
+
- **Fixed** Display the correct value after pressing `0` after the decimal separator.
|
29
|
+
|
30
|
+
### @semcore/popper
|
31
|
+
|
32
|
+
- **Fixed** Fixed edge case when popper trigger contains multiple focusable elements and navigation between them was causing popper to close until browser focus wasn't moved out of trigger.
|
33
|
+
|
34
|
+
### @semcore/skeleton
|
35
|
+
|
36
|
+
- **Changed** Removed inner `foreignObject` element with `aria-live` element as it doesn't work properly with the newest screen readers.
|
37
|
+
|
38
|
+
### @semcore/spin
|
39
|
+
|
40
|
+
- **Changed** Removed inner `foreignObject` element with `aria-live` element as it doesn't work properly with the newest screen readers.
|
41
|
+
|
42
|
+
### @semcore/tooltip
|
43
|
+
|
44
|
+
- **Fixed** `max-width` size in line with figma design.
|
45
|
+
|
1
46
|
## [15.97.0] - 2024-06-26
|
2
47
|
|
3
48
|
### @semcore/breadcrumbs
|
@@ -69,7 +114,7 @@
|
|
69
114
|
|
70
115
|
### @semcore/counter
|
71
116
|
|
72
|
-
- **Fixed** Using `theme` property with typed values instead of
|
117
|
+
- **Fixed** Using `theme` property with typed values instead of CSS-variables.
|
73
118
|
|
74
119
|
### @semcore/data-table
|
75
120
|
|
@@ -211,7 +256,7 @@
|
|
211
256
|
|
212
257
|
### @semcore/input-number
|
213
258
|
|
214
|
-
- **Fixed** Internal
|
259
|
+
- **Fixed** Internal API to make it usable in `InlineInput`.
|
215
260
|
|
216
261
|
### @semcore/popper
|
217
262
|
|
@@ -428,7 +473,7 @@
|
|
428
473
|
### @semcore/popper
|
429
474
|
|
430
475
|
- **Added** `cursorAnchoring` prop that allows to make popper appear near the cursor if trigger is bigger than popper.
|
431
|
-
- **Added** Low level `explicitTriggerSet`
|
476
|
+
- **Added** Low level `explicitTriggerSet` API for more granular control over which element will be used as popper trigger.
|
432
477
|
|
433
478
|
### @semcore/slider
|
434
479
|
|
@@ -436,7 +481,7 @@
|
|
436
481
|
|
437
482
|
### @semcore/textarea
|
438
483
|
|
439
|
-
- **Fixed** `minRows` prop
|
484
|
+
- **Fixed** `minRows` prop behavior.
|
440
485
|
|
441
486
|
### @semcore/tooltip
|
442
487
|
|
@@ -486,7 +531,7 @@
|
|
486
531
|
|
487
532
|
### @semcore/base-trigger
|
488
533
|
|
489
|
-
- **Added** composition
|
534
|
+
- **Added** composition API for `FilterTrigger`.
|
490
535
|
|
491
536
|
### @semcore/d3-chart
|
492
537
|
|
@@ -521,7 +566,7 @@
|
|
521
566
|
|
522
567
|
### @semcore/utils
|
523
568
|
|
524
|
-
- **Added**
|
569
|
+
- **Added** API in internal mechanism for recursive search of child elements.
|
525
570
|
|
526
571
|
## [15.77.1] - 2024-04-12
|
527
572
|
|
@@ -567,7 +612,7 @@
|
|
567
612
|
|
568
613
|
### @semcore/d3-chart
|
569
614
|
|
570
|
-
- **Added**
|
615
|
+
- **Added** API to customize A11Y module values and titles formatting, see <https://developer.semrush.com/intergalactic/data-display/d3-chart/d3-chart-code#a11y-formatting> for details.
|
571
616
|
|
572
617
|
### @semcore/date-picker
|
573
618
|
|
@@ -642,7 +687,7 @@
|
|
642
687
|
|
643
688
|
### @semcore/portal
|
644
689
|
|
645
|
-
- **Added**
|
690
|
+
- **Added** API to get know if the portal is mounted (`onMount` prop).
|
646
691
|
- **Fixed** Portal hydration errors in nextjs and astro.
|
647
692
|
|
648
693
|
### @semcore/utils
|
@@ -742,7 +787,7 @@
|
|
742
787
|
|
743
788
|
### @semcore/tooltip
|
744
789
|
|
745
|
-
- **Added** Alongside `Tooltip` component, `Hint` and `InformationDropdown` components were added to better handle
|
790
|
+
- **Added** Alongside `Tooltip` component, `Hint` and `InformationDropdown` components were added to better handle A11Y specific cases.
|
746
791
|
- **Fixed** Tooltips `z-index` was lower than `z-index` of all other floating elements..
|
747
792
|
|
748
793
|
### @semcore/utils
|
@@ -804,7 +849,7 @@
|
|
804
849
|
|
805
850
|
### @semcore/d3-chart
|
806
851
|
|
807
|
-
- **Added** Logic to define X and Y axis for
|
852
|
+
- **Added** Logic to define X and Y axis for A11Y summary in Bar charts.
|
808
853
|
|
809
854
|
### @semcore/date-picker
|
810
855
|
|
@@ -917,7 +962,7 @@
|
|
917
962
|
### @semcore/d3-chart
|
918
963
|
|
919
964
|
- **Added** `Line.Dots` and `Area.Dots` components `display` prop now accepts function that allows developers to granularly control which dots should be displayed.
|
920
|
-
- **Fixed**
|
965
|
+
- **Fixed** A11Y module "Skip to content after plot" link was not working in some cases.
|
921
966
|
- **Fixed** view of Line.Area with `null` in data.
|
922
967
|
|
923
968
|
### @semcore/data-table
|
@@ -968,7 +1013,7 @@
|
|
968
1013
|
|
969
1014
|
### @semcore/base-trigger
|
970
1015
|
|
971
|
-
- **Fixed**
|
1016
|
+
- **Fixed** A11Y in Firefox for clear button in FilterTrigger.
|
972
1017
|
|
973
1018
|
### @semcore/d3-chart
|
974
1019
|
|
@@ -1017,7 +1062,7 @@
|
|
1017
1062
|
- **Changed** Removed wrongly added deprecation messages about `ReferenceLine` `value` props.
|
1018
1063
|
- **Changed** Added `valueEnd` prop to `ReferenceLine.Background` component that allows to specify background width by chart value.
|
1019
1064
|
- **Fixed** `patterns` prop was missing in multiple chart types.
|
1020
|
-
- **Changed**
|
1065
|
+
- **Changed** A11Y module links are clickable by `Space` now (along with `Enter` as before).
|
1021
1066
|
|
1022
1067
|
## [15.61.0] - 2024-02-21
|
1023
1068
|
|
@@ -1147,7 +1192,7 @@
|
|
1147
1192
|
|
1148
1193
|
### @semcore/popper
|
1149
1194
|
|
1150
|
-
- **Added** `focusLoop`
|
1195
|
+
- **Added** `focusLoop` API that controls how browser focus behaves when goes out of popper.
|
1151
1196
|
- **Changed** Invisible focus return and catch elements are removed that were used for keyboard users focus flow control. Instead, trigger may ignore focus event for a short time just after corresponding popper close.
|
1152
1197
|
|
1153
1198
|
### @semcore/tooltip
|
@@ -1185,7 +1230,7 @@
|
|
1185
1230
|
|
1186
1231
|
### @semcore/feedback-form
|
1187
1232
|
|
1188
|
-
- **Fixed** `validateOnBlur=false`
|
1233
|
+
- **Fixed** `validateOnBlur=false` behavior.
|
1189
1234
|
|
1190
1235
|
### @semcore/flex-box
|
1191
1236
|
|
@@ -1243,7 +1288,7 @@
|
|
1243
1288
|
|
1244
1289
|
### @semcore/d3-chart
|
1245
1290
|
|
1246
|
-
- **Added** `patterns`
|
1291
|
+
- **Added** `patterns` API that enhances charts accessibility.
|
1247
1292
|
|
1248
1293
|
### @semcore/date-picker
|
1249
1294
|
|
@@ -1255,7 +1300,7 @@
|
|
1255
1300
|
|
1256
1301
|
### @semcore/pills
|
1257
1302
|
|
1258
|
-
- **Changed** `Tab` click will not move by Pills with `
|
1303
|
+
- **Changed** `Tab` click will not move by Pills with `behavior=manual`.
|
1259
1304
|
|
1260
1305
|
### @semcore/utils
|
1261
1306
|
|
@@ -1272,7 +1317,7 @@
|
|
1272
1317
|
|
1273
1318
|
### @semcore/checkbox
|
1274
1319
|
|
1275
|
-
- **Changed**
|
1320
|
+
- **Changed** CSS selector specify to prevent rare edge case bug.
|
1276
1321
|
|
1277
1322
|
### @semcore/date-picker
|
1278
1323
|
|
@@ -1280,11 +1325,11 @@
|
|
1280
1325
|
|
1281
1326
|
### @semcore/errors
|
1282
1327
|
|
1283
|
-
- **Changed**
|
1328
|
+
- **Changed** CSS selector specify to prevent rare edge case bug.
|
1284
1329
|
|
1285
1330
|
### @semcore/inline-input
|
1286
1331
|
|
1287
|
-
- **Changed**
|
1332
|
+
- **Changed** CSS selector specify to prevent rare edge case bug.
|
1288
1333
|
|
1289
1334
|
### @semcore/mini-chart
|
1290
1335
|
|
@@ -1292,11 +1337,11 @@
|
|
1292
1337
|
|
1293
1338
|
### @semcore/modal
|
1294
1339
|
|
1295
|
-
- **Changed**
|
1340
|
+
- **Changed** CSS selector specify to prevent rare edge case bug.
|
1296
1341
|
|
1297
1342
|
### @semcore/radio
|
1298
1343
|
|
1299
|
-
- **Changed**
|
1344
|
+
- **Changed** CSS selector specify to prevent rare edge case bug.
|
1300
1345
|
|
1301
1346
|
## [15.51.0] - 2024-01-19
|
1302
1347
|
|
@@ -1436,11 +1481,11 @@
|
|
1436
1481
|
|
1437
1482
|
### @semcore/date-picker
|
1438
1483
|
|
1439
|
-
- **Added** `preselectedValue` and `onPreselectedValueChange`
|
1484
|
+
- **Added** `preselectedValue` and `onPreselectedValueChange` API to `DatePickerRange` and `MonthRangePicker` components for more control over.
|
1440
1485
|
- **Added** `preselectedValue`, `onPreselectedValueChange`, `preselectedCompare`, `onPreselectedCompareChange`, `compareToggle`, `onCompareToggleChange`, `focusedRange` and `onFocusedRangeChange` apis to `DateRangeComparator` and `MonthDateRangeComparator` components for more control over.
|
1441
|
-
- **Added** `preselectedValue` and `onPreselectedValueChange`
|
1486
|
+
- **Added** `preselectedValue` and `onPreselectedValueChange` API to `DatePickerRange` and `MonthRangePicker` components for more control over.
|
1442
1487
|
- **Added** `preselectedValue`, `onPreselectedValueChange`, `preselectedCompare`, `onPreselectedCompareChange`, `compareToggle`, `onCompareToggleChange`, `focusedRange` and `onFocusedRangeChange` apis to `DateRangeComparator` and `MonthDateRangeComparator` components for more control over.
|
1443
|
-
- **Added** `preselectedValue` and `onPreselectedValueChange`
|
1488
|
+
- **Added** `preselectedValue` and `onPreselectedValueChange` API to `DatePickerRange` and `MonthRangePicker` components for more control over.
|
1444
1489
|
- **Added** `preselectedValue`, `onPreselectedValueChange`, `preselectedCompare`, `onPreselectedCompareChange`, `compareToggle`, `onCompareToggleChange`, `focusedRange` and `onFocusedRangeChange` apis to `DateRangeComparator` and `MonthDateRangeComparator` components for more control over.
|
1445
1490
|
- **Added** Set `displayedPeriod` from current `value` for each open of `Calendar`.
|
1446
1491
|
|
@@ -1509,7 +1554,7 @@
|
|
1509
1554
|
|
1510
1555
|
### @semcore/popper
|
1511
1556
|
|
1512
|
-
- **Added** Internal
|
1557
|
+
- **Added** Internal API to enable new focus lock scope.
|
1513
1558
|
|
1514
1559
|
### @semcore/select
|
1515
1560
|
|
@@ -1692,7 +1737,7 @@
|
|
1692
1737
|
|
1693
1738
|
### @semcore/core
|
1694
1739
|
|
1695
|
-
- **Fixed** Fixed components
|
1740
|
+
- **Fixed** Fixed components CSS output of complex selectors.
|
1696
1741
|
|
1697
1742
|
### @semcore/icon
|
1698
1743
|
|
@@ -1806,7 +1851,7 @@
|
|
1806
1851
|
|
1807
1852
|
### @semcore/utils
|
1808
1853
|
|
1809
|
-
- **Added** Internal
|
1854
|
+
- **Added** Internal API for design tokens resolving.
|
1810
1855
|
|
1811
1856
|
## [15.29.0] - 2023-10-26
|
1812
1857
|
|
@@ -1857,7 +1902,7 @@
|
|
1857
1902
|
|
1858
1903
|
### @semcore/flex-box
|
1859
1904
|
|
1860
|
-
- **Added** `display`
|
1905
|
+
- **Added** `display` CSS property as prop to `Box` component.
|
1861
1906
|
|
1862
1907
|
### @semcore/notice-bubble
|
1863
1908
|
|
@@ -2230,7 +2275,7 @@
|
|
2230
2275
|
|
2231
2276
|
### @semcore/input-mask
|
2232
2277
|
|
2233
|
-
- **Fixed** Removed `pattern` prop that were not providing any helpful user experience enhancements but was causing unexpected
|
2278
|
+
- **Fixed** Removed `pattern` prop that were not providing any helpful user experience enhancements but was causing unexpected HTML form validation errors.
|
2234
2279
|
|
2235
2280
|
### @semcore/modal
|
2236
2281
|
|
@@ -2682,7 +2727,7 @@
|
|
2682
2727
|
### @semcore/icon
|
2683
2728
|
|
2684
2729
|
- **Added** Added new `GoogleSheets` and `GoogleSlides` icons.
|
2685
|
-
- **Fixed** Removed duplication custom
|
2730
|
+
- **Fixed** Removed duplication custom CSS class.
|
2686
2731
|
|
2687
2732
|
## [14.7.0] - 2023-06-23
|
2688
2733
|
|
@@ -2731,7 +2776,7 @@
|
|
2731
2776
|
|
2732
2777
|
### @semcore/data-table
|
2733
2778
|
|
2734
|
-
- **Changed** Moved `role="rowgroup"` on focusable scroll areas to match automatic
|
2779
|
+
- **Changed** Moved `role="rowgroup"` on focusable scroll areas to match automatic A11Y checks.
|
2735
2780
|
|
2736
2781
|
### @semcore/scroll-area
|
2737
2782
|
|
@@ -2868,7 +2913,7 @@
|
|
2868
2913
|
|
2869
2914
|
### @semcore/utils
|
2870
2915
|
|
2871
|
-
- **Fixed** Animations in complex components (
|
2916
|
+
- **Fixed** Animations in complex components (for example `FilterTrigger`) might not be finished.
|
2872
2917
|
|
2873
2918
|
## [14.1.0] - 2023-06-09
|
2874
2919
|
|
@@ -3017,7 +3062,7 @@
|
|
3017
3062
|
### @semcore/popper
|
3018
3063
|
|
3019
3064
|
- **Fixed** Fixed corner case of focus return with `interaction=focus`.
|
3020
|
-
- **Fixed** Added `disableEnforceFocus`
|
3065
|
+
- **Fixed** Added `disableEnforceFocus` API prop.
|
3021
3066
|
- **Changed** Updating `strategy`, `placement`, `offset`, `preventOverflow`, `arrow`, `flip`, `computeStyles`, `eventListeners` or `onFirstUpdate` props now triggers popper positioning update.
|
3022
3067
|
|
3023
3068
|
### @semcore/scroll-area
|
@@ -3317,7 +3362,7 @@
|
|
3317
3362
|
|
3318
3363
|
### @semcore/animation
|
3319
3364
|
|
3320
|
-
- **Fixed** Fixed collapse animations (
|
3365
|
+
- **Fixed** Fixed collapse animations (for example used in `<Accordion />`) in Safari.
|
3321
3366
|
|
3322
3367
|
### @semcore/data-table
|
3323
3368
|
|
@@ -3366,11 +3411,11 @@
|
|
3366
3411
|
|
3367
3412
|
### @semcore/inline-edit
|
3368
3413
|
|
3369
|
-
- **Fixed** Improvements for
|
3414
|
+
- **Fixed** Improvements for A11Y. Added more correct label. Added role attribute. Return focus on cancel or confirm.
|
3370
3415
|
|
3371
3416
|
### @semcore/inline-input
|
3372
3417
|
|
3373
|
-
- **Fixed** Improvements for
|
3418
|
+
- **Fixed** Improvements for A11Y. Hidden controls because they are accessible via the keyboard.
|
3374
3419
|
|
3375
3420
|
### @semcore/input
|
3376
3421
|
|
@@ -3481,7 +3526,7 @@
|
|
3481
3526
|
|
3482
3527
|
### @semcore/carousel
|
3483
3528
|
|
3484
|
-
- **Fixed** Fixed carousel
|
3529
|
+
- **Fixed** Fixed carousel HTML roles.
|
3485
3530
|
|
3486
3531
|
### @semcore/checkbox
|
3487
3532
|
|
@@ -3590,11 +3635,11 @@
|
|
3590
3635
|
|
3591
3636
|
### @semcore/d3-chart
|
3592
3637
|
|
3593
|
-
- **Fixed** Added correct display when there is no data in
|
3638
|
+
- **Fixed** Added correct display when there is no data in A11Y table.
|
3594
3639
|
|
3595
3640
|
### @semcore/feedback-form
|
3596
3641
|
|
3597
|
-
- **Fixed** Added
|
3642
|
+
- **Fixed** Added A11Y error binding to field.
|
3598
3643
|
|
3599
3644
|
### @semcore/utils
|
3600
3645
|
|
@@ -3656,12 +3701,12 @@
|
|
3656
3701
|
|
3657
3702
|
### @semcore/dropdown
|
3658
3703
|
|
3659
|
-
- **Fixed** `aria-controls` and `aria-expanded`
|
3704
|
+
- **Fixed** `aria-controls` and `aria-expanded` HTML attributes wasn't applied on closed dropdown.
|
3660
3705
|
|
3661
3706
|
### @semcore/dropdown-menu
|
3662
3707
|
|
3663
3708
|
- **Added** Added `z-index: 0` to `DropdownMenu.List` so that it doesn't overlap the focus border of neighboring elements.
|
3664
|
-
- **Fixed** `aria-controls` and `aria-expanded`
|
3709
|
+
- **Fixed** `aria-controls` and `aria-expanded` HTML attributes wasn't applied on closed dropdown.
|
3665
3710
|
- **Fixed** Navigating options with keyboard now doesn't trigger browser focus.
|
3666
3711
|
- **Fixed** `aria-activedescendant` now is properly updated on keyboard navigation.
|
3667
3712
|
|
@@ -3675,7 +3720,7 @@
|
|
3675
3720
|
|
3676
3721
|
### @semcore/select
|
3677
3722
|
|
3678
|
-
- **Fixed** `aria-controls` and `aria-expanded`
|
3723
|
+
- **Fixed** `aria-controls` and `aria-expanded` HTML attributes wasn't applied on closed dropdown.
|
3679
3724
|
- **Fixed** `aria-activedescendant` was applied to selected option but not on focused one.
|
3680
3725
|
- **Fixed** Option keys are now based on option value.
|
3681
3726
|
- **Fixed** Removed unexpected tabIndex=-1.
|
@@ -3752,7 +3797,7 @@
|
|
3752
3797
|
|
3753
3798
|
### @semcore/d3-chart
|
3754
3799
|
|
3755
|
-
- **Changed** Much improved
|
3800
|
+
- **Changed** Much improved A11Y summary generation for `Radar` chart.
|
3756
3801
|
|
3757
3802
|
### @semcore/date-picker
|
3758
3803
|
|
@@ -4186,7 +4231,7 @@
|
|
4186
4231
|
|
4187
4232
|
### @semcore/utils
|
4188
4233
|
|
4189
|
-
- **Changed** Put all
|
4234
|
+
- **Changed** Put all CSS `:hover` selectors into `@media(hover: hover)` block.
|
4190
4235
|
|
4191
4236
|
## [13.5.0] - 2023-01-19
|
4192
4237
|
|
@@ -4225,7 +4270,7 @@
|
|
4225
4270
|
|
4226
4271
|
### @semcore/modal
|
4227
4272
|
|
4228
|
-
- **Added** Added `Modal.Title` component and `aria-labelledby` property for better
|
4273
|
+
- **Added** Added `Modal.Title` component and `aria-labelledby` property for better A11Y.
|
4229
4274
|
|
4230
4275
|
### @semcore/notice-bubble
|
4231
4276
|
|
@@ -4279,7 +4324,7 @@
|
|
4279
4324
|
|
4280
4325
|
### @semcore/flags
|
4281
4326
|
|
4282
|
-
- **Fixed** Fixed internal imports after babel transformation were causing "named import from
|
4327
|
+
- **Fixed** Fixed internal imports after babel transformation were causing "named import from JSON" errors in some bundlers.
|
4283
4328
|
|
4284
4329
|
### @semcore/icon
|
4285
4330
|
|
@@ -4316,11 +4361,11 @@
|
|
4316
4361
|
|
4317
4362
|
### @semcore/ellipsis
|
4318
4363
|
|
4319
|
-
- **Fixed** Remove react warning with non-
|
4364
|
+
- **Fixed** Remove react warning with non-HTML props.
|
4320
4365
|
|
4321
4366
|
### @semcore/format-text
|
4322
4367
|
|
4323
|
-
- **Fixed** Fixed
|
4368
|
+
- **Fixed** Fixed CSS variable design tokens.
|
4324
4369
|
|
4325
4370
|
### @semcore/notice-global
|
4326
4371
|
|
@@ -4328,7 +4373,7 @@
|
|
4328
4373
|
|
4329
4374
|
### @semcore/tag
|
4330
4375
|
|
4331
|
-
- **Fixed** Fixed
|
4376
|
+
- **Fixed** Fixed CSS variable design tokens.
|
4332
4377
|
|
4333
4378
|
## [13.2.10] - 2022-12-27
|
4334
4379
|
|
@@ -4385,7 +4430,7 @@
|
|
4385
4430
|
|
4386
4431
|
### @semcore/tag
|
4387
4432
|
|
4388
|
-
- **Fixed** Fixed
|
4433
|
+
- **Fixed** Fixed CSS syntax error.
|
4389
4434
|
|
4390
4435
|
## [13.2.7] - 2022-12-19
|
4391
4436
|
|
@@ -4395,11 +4440,11 @@
|
|
4395
4440
|
|
4396
4441
|
### @semcore/d3-chart
|
4397
4442
|
|
4398
|
-
- **Changed** Supported semi-async internationalization of text in
|
4443
|
+
- **Changed** Supported semi-async internationalization of text in A11Y module.
|
4399
4444
|
|
4400
4445
|
### @semcore/format-text
|
4401
4446
|
|
4402
|
-
- **Fixed** Fixed syntax
|
4447
|
+
- **Fixed** Fixed syntax CSS.
|
4403
4448
|
|
4404
4449
|
### @semcore/illustration
|
4405
4450
|
|
@@ -4538,7 +4583,7 @@
|
|
4538
4583
|
|
4539
4584
|
### @semcore/dot
|
4540
4585
|
|
4541
|
-
- **Added** Added
|
4586
|
+
- **Added** Added CSS property `isolation` to container.
|
4542
4587
|
|
4543
4588
|
### @semcore/drag-and-drop
|
4544
4589
|
|
@@ -4601,7 +4646,7 @@
|
|
4601
4646
|
|
4602
4647
|
### @semcore/pills
|
4603
4648
|
|
4604
|
-
- **Added** Added
|
4649
|
+
- **Added** Added CSS property `isolation` to container.
|
4605
4650
|
|
4606
4651
|
### @semcore/portal
|
4607
4652
|
|
@@ -4846,7 +4891,7 @@
|
|
4846
4891
|
|
4847
4892
|
### @semcore/checkbox
|
4848
4893
|
|
4849
|
-
- **Fixed** Added missing `aria-checked`
|
4894
|
+
- **Fixed** Added missing `aria-checked` A11Y attribute.
|
4850
4895
|
|
4851
4896
|
### @semcore/color-picker
|
4852
4897
|
|
@@ -4858,7 +4903,7 @@
|
|
4858
4903
|
|
4859
4904
|
### @semcore/d3-chart
|
4860
4905
|
|
4861
|
-
- **Fixed** Ensured
|
4906
|
+
- **Fixed** Ensured A11Y module do not break mouse interactions.
|
4862
4907
|
- **Fixed** Fixed issue with uninitialized styles in some charts.
|
4863
4908
|
|
4864
4909
|
### @semcore/data-table
|
@@ -4887,7 +4932,7 @@
|
|
4887
4932
|
- **Changed** Remove masks from all svg illustrations for WidgetEmpty component.
|
4888
4933
|
- **Added** Added and changed fields `main`, `module` and `typings` in `package.json`.
|
4889
4934
|
- **Added** Added missed illustrations and added missed id attribute for some illustrations.
|
4890
|
-
- **Added** Added available for export function `getIllustrationPath` to get
|
4935
|
+
- **Added** Added available for export function `getIllustrationPath` to get URL of illustrations.
|
4891
4936
|
|
4892
4937
|
### @semcore/input
|
4893
4938
|
|
@@ -4897,11 +4942,11 @@
|
|
4897
4942
|
### @semcore/input-mask
|
4898
4943
|
|
4899
4944
|
- **Fixed** Fixed displaying of addons placed on the end (right in ltr languages) of input.
|
4900
|
-
- **Fixed** Fixed mask underlay position desynchronization with
|
4945
|
+
- **Fixed** Fixed mask underlay position desynchronization with HTML input content;
|
4901
4946
|
- **Fixed** Hidden placeholders and mask from real DOM to exclude it from copied content.
|
4902
4947
|
- **Changed** Updated major dependency `@semcore/neighbor-location` [2.3.15 ~> 3.0.0]
|
4903
4948
|
- **Fixed** Fixed addon placed before input value may be overlayed by input value.
|
4904
|
-
- **Fixed** Fixed previously broken in previous version backward compatibility of piping
|
4949
|
+
- **Fixed** Fixed previously broken in previous version backward compatibility of piping API.
|
4905
4950
|
|
4906
4951
|
### @semcore/notice
|
4907
4952
|
|
@@ -4915,7 +4960,7 @@
|
|
4915
4960
|
### @semcore/popper
|
4916
4961
|
|
4917
4962
|
- **Changed** Updated major dependency `@semcore/neighbor-location` [2.3.15 ~> 3.0.0]
|
4918
|
-
- **Fixed** Removed aria attributes that were breaking components
|
4963
|
+
- **Fixed** Removed aria attributes that were breaking components A11Y.
|
4919
4964
|
|
4920
4965
|
### @semcore/radio
|
4921
4966
|
|
@@ -5030,7 +5075,7 @@
|
|
5030
5075
|
|
5031
5076
|
### @semcore/d3-chart
|
5032
5077
|
|
5033
|
-
- **Fixed** Changed paths in
|
5078
|
+
- **Fixed** Changed paths in CSS files to relative.
|
5034
5079
|
|
5035
5080
|
### @semcore/data-table
|
5036
5081
|
|
@@ -5038,7 +5083,7 @@
|
|
5038
5083
|
|
5039
5084
|
### @semcore/feedback-form
|
5040
5085
|
|
5041
|
-
- **Added** Added aria attributes for better
|
5086
|
+
- **Added** Added aria attributes for better A11Y.
|
5042
5087
|
|
5043
5088
|
### @semcore/fullscreen-modal
|
5044
5089
|
|
@@ -5069,7 +5114,7 @@
|
|
5069
5114
|
|
5070
5115
|
### @semcore/tooltip
|
5071
5116
|
|
5072
|
-
- **Added** Added `aria-live` attribute for better
|
5117
|
+
- **Added** Added `aria-live` attribute for better A11Y.
|
5073
5118
|
|
5074
5119
|
### @semcore/utils
|
5075
5120
|
|
@@ -5113,7 +5158,7 @@
|
|
5113
5158
|
|
5114
5159
|
- **Changed** Updated translations.
|
5115
5160
|
- **Added** Added Turkish language support.
|
5116
|
-
- **Added** Added `role="alert"` attributes to increase support for
|
5161
|
+
- **Added** Added `role="alert"` attributes to increase support for A11Y.
|
5117
5162
|
|
5118
5163
|
### @semcore/flags
|
5119
5164
|
|
@@ -5130,7 +5175,7 @@
|
|
5130
5175
|
|
5131
5176
|
### @semcore/input-number
|
5132
5177
|
|
5133
|
-
- **Added** Added screen reader notification of input value and aria attributes for better
|
5178
|
+
- **Added** Added screen reader notification of input value and aria attributes for better A11Y.
|
5134
5179
|
|
5135
5180
|
### @semcore/link
|
5136
5181
|
|
@@ -5144,7 +5189,7 @@
|
|
5144
5189
|
|
5145
5190
|
### @semcore/notice-bubble
|
5146
5191
|
|
5147
|
-
- **Changed** Animation styles moved to
|
5192
|
+
- **Changed** Animation styles moved to CSS file and now available for theming.
|
5148
5193
|
- **Added** Added role and aria-live attribute for better accessibility.
|
5149
5194
|
|
5150
5195
|
### @semcore/notice-global
|
@@ -5238,7 +5283,7 @@
|
|
5238
5283
|
|
5239
5284
|
### @semcore/input
|
5240
5285
|
|
5241
|
-
- **Changed** Fixed `Input.Addon`
|
5286
|
+
- **Changed** Fixed `Input.Addon` CSS classes were missing during server-side rendering.
|
5242
5287
|
- **Fixed** Fixed the reaction when interacting with the keyboard for the correct work of other components with keyboard support.
|
5243
5288
|
- **Fixed** Fixed applying `border-radius` for outline.
|
5244
5289
|
|
@@ -5269,7 +5314,7 @@
|
|
5269
5314
|
- **Added** Added index to Bubble chart
|
5270
5315
|
- **Added** Added property minimal height `hMin` for Bar (`<Bar hMin={...}/>`)
|
5271
5316
|
- **Added** Added property `active` for `Donut.Pie`
|
5272
|
-
- **Fixed** Exclude props from
|
5317
|
+
- **Fixed** Exclude props from HTML for `Tooltip.Dot`
|
5273
5318
|
- **Fixed** Recalculate position for `Dot` after update scale
|
5274
5319
|
- **Fixed** Optimization render `Dot`
|
5275
5320
|
|
@@ -5443,7 +5488,7 @@
|
|
5443
5488
|
|
5444
5489
|
### @semcore/chart
|
5445
5490
|
|
5446
|
-
- **BREAK** Removed
|
5491
|
+
- **BREAK** Removed CSS media rules.
|
5447
5492
|
|
5448
5493
|
### @semcore/checkbox
|
5449
5494
|
|
@@ -5568,7 +5613,7 @@
|
|
5568
5613
|
|
5569
5614
|
### @semcore/inline-input
|
5570
5615
|
|
5571
|
-
- **Changed** Changed `<InlineInput />`
|
5616
|
+
- **Changed** Changed `<InlineInput />` API to make it more consistent with other components.
|
5572
5617
|
|
5573
5618
|
### @semcore/input-tags
|
5574
5619
|
|
@@ -5590,7 +5635,7 @@
|
|
5590
5635
|
|
5591
5636
|
### @semcore/spin-container
|
5592
5637
|
|
5593
|
-
- **Fixed** Fixed scollable spin-container (
|
5638
|
+
- **Fixed** Fixed scollable spin-container (for example in `data-table`).
|
5594
5639
|
|
5595
5640
|
### @semcore/widget-empty
|
5596
5641
|
|
@@ -5718,7 +5763,7 @@
|
|
5718
5763
|
|
5719
5764
|
### @semcore/flex-box
|
5720
5765
|
|
5721
|
-
- **Added** Added gap, rowGap and columnGap
|
5766
|
+
- **Added** Added gap, rowGap and columnGap CSS properties support for Flex component.
|
5722
5767
|
|
5723
5768
|
### @semcore/icon
|
5724
5769
|
|
@@ -5753,7 +5798,7 @@
|
|
5753
5798
|
|
5754
5799
|
### @semcore/typography
|
5755
5800
|
|
5756
|
-
- **Fixed** Removed
|
5801
|
+
- **Fixed** Removed CSS specificity of props lineHeight/fontSize in `Text` component
|
5757
5802
|
|
5758
5803
|
### @semcore/widget-empty
|
5759
5804
|
|
@@ -6304,7 +6349,7 @@
|
|
6304
6349
|
### @semcore/icon
|
6305
6350
|
|
6306
6351
|
- **Fixed** Fixed set style which render useBox.
|
6307
|
-
- **Changed** Remove from
|
6352
|
+
- **Changed** Remove from HTML for svg don't used attributes.
|
6308
6353
|
- **Changed** Added propsForElement for set props to svg.
|
6309
6354
|
|
6310
6355
|
### @semcore/notice-bubble
|
@@ -6333,7 +6378,7 @@
|
|
6333
6378
|
- **Changed** The style processing system has been changed.
|
6334
6379
|
- **Changed** Removed the ability to apply media styles via a plugin babel-plugin-react-semcore.
|
6335
6380
|
- **Changed** [TS] rewrite code from TS to JS.
|
6336
|
-
- **Changed** [
|
6381
|
+
- **Changed** [A11Y] added role for Alert and aria-label for Close.
|
6337
6382
|
|
6338
6383
|
### @semcore/spin-container
|
6339
6384
|
|
@@ -6354,11 +6399,11 @@
|
|
6354
6399
|
|
6355
6400
|
### @semcore/carousel
|
6356
6401
|
|
6357
|
-
- **Added** [
|
6402
|
+
- **Added** [A11Y] Added support to work Carousel. Next, Carousel. Prev with keyboard.
|
6358
6403
|
|
6359
6404
|
### @semcore/data-table
|
6360
6405
|
|
6361
|
-
- **Added** [
|
6406
|
+
- **Added** [A11Y] Added support keyboard for sortable column.
|
6362
6407
|
|
6363
6408
|
### @semcore/date-picker
|
6364
6409
|
|
@@ -6412,7 +6457,7 @@
|
|
6412
6457
|
### @semcore/modal
|
6413
6458
|
|
6414
6459
|
- **Changed** [TS] rewrite code from ts to js.
|
6415
|
-
- **Changed** [
|
6460
|
+
- **Changed** [A11Y] added role for Window and aria-label for Close and Window.
|
6416
6461
|
|
6417
6462
|
### @semcore/notice
|
6418
6463
|
|
@@ -6420,7 +6465,7 @@
|
|
6420
6465
|
- **Changed** Improved performance. Removed one component wrapper.
|
6421
6466
|
- **Changed** The style processing system has been changed.
|
6422
6467
|
- **Changed** Removed the ability to apply media styles via a plugin babel-plugin-react-semcore.
|
6423
|
-
- **Changed** [
|
6468
|
+
- **Changed** [A11Y] added role for Alert and aria-label for Close.
|
6424
6469
|
|
6425
6470
|
### @semcore/pills
|
6426
6471
|
|
@@ -6465,7 +6510,7 @@
|
|
6465
6510
|
|
6466
6511
|
### @semcore/table
|
6467
6512
|
|
6468
|
-
- **Added** [
|
6513
|
+
- **Added** [A11Y] Added support keyboard for sortable column.
|
6469
6514
|
|
6470
6515
|
### @semcore/tag
|
6471
6516
|
|
@@ -6486,7 +6531,7 @@
|
|
6486
6531
|
- **BREAK** Replaced internal representation with native input(type=number).
|
6487
6532
|
- **BREAK** Changed type for value to string.
|
6488
6533
|
- **Fixed** Fixed the js problem with the remainder of division.
|
6489
|
-
- **Added** [
|
6534
|
+
- **Added** [A11Y] added aria-label for buttons in `InputNumber.Controls`
|
6490
6535
|
|
6491
6536
|
### @semcore/accordion
|
6492
6537
|
|
@@ -6563,7 +6608,7 @@
|
|
6563
6608
|
|
6564
6609
|
### @semcore/switch
|
6565
6610
|
|
6566
|
-
- **Changed** [
|
6611
|
+
- **Changed** [A11Y] added `role="switch"` and support the Enter or Space key for used to toggle between a checked or unchecked
|
6567
6612
|
- **Changed** [TS] Rewrite code from TS to JS.
|
6568
6613
|
|
6569
6614
|
### @semcore/tab-line
|
@@ -6794,11 +6839,11 @@
|
|
6794
6839
|
### @semcore/flex-box
|
6795
6840
|
|
6796
6841
|
- **Fixed** [TS] Fixed type boxSize, value content-box set browser by default.
|
6797
|
-
- **Fixed** [Box] Added change
|
6842
|
+
- **Fixed** [Box] Added change CSS styles after change value by props top, left, right, bottom.
|
6798
6843
|
|
6799
6844
|
### @semcore/icon
|
6800
6845
|
|
6801
|
-
- **Changed** Update icons
|
6846
|
+
- **Changed** Update icons Semrush, TwitterSemrush, FacebookSemrush, LinkedInSemrush.
|
6802
6847
|
|
6803
6848
|
### @semcore/outside-click
|
6804
6849
|
|
@@ -6865,7 +6910,7 @@
|
|
6865
6910
|
|
6866
6911
|
- **Added** Added support touch event for change to slide.
|
6867
6912
|
- **Added** Added support control mod for change property index ``.
|
6868
|
-
- **Added** Added style folder with
|
6913
|
+
- **Added** Added style folder with CSS in build folder lib.
|
6869
6914
|
- **Fixed** [ts] fixed all types of components inside package.
|
6870
6915
|
|
6871
6916
|
### @semcore/chart
|
@@ -6879,7 +6924,7 @@
|
|
6879
6924
|
|
6880
6925
|
### @semcore/data-table
|
6881
6926
|
|
6882
|
-
- **Added** Added style folder with
|
6927
|
+
- **Added** Added style folder with CSS in build folder lib.
|
6883
6928
|
- **Fixed** Removed calculation min width head and body because this is caused bugs.
|
6884
6929
|
|
6885
6930
|
### @semcore/date-picker
|
@@ -6893,7 +6938,7 @@
|
|
6893
6938
|
### @semcore/icon
|
6894
6939
|
|
6895
6940
|
- **Added** Added new icon VideoStop.
|
6896
|
-
- **Added** Added new color icon
|
6941
|
+
- **Added** Added new color icon GitHub.
|
6897
6942
|
- **Added** Added new icon GoogleAnalytics4 for 4 version.
|
6898
6943
|
|
6899
6944
|
### @semcore/input
|
@@ -6994,7 +7039,7 @@
|
|
6994
7039
|
|
6995
7040
|
### @semcore/data-table
|
6996
7041
|
|
6997
|
-
- **Fixed** Replace special characters in column names because they apply as
|
7042
|
+
- **Fixed** Replace special characters in column names because they apply as CSS variables.
|
6998
7043
|
- **Changed** Added warning for deprecated prop 'sticky'.
|
6999
7044
|
- **Changed** Replaced title prop with children parse for group column.
|
7000
7045
|
|
@@ -7059,7 +7104,7 @@
|
|
7059
7104
|
### @semcore/data-table
|
7060
7105
|
|
7061
7106
|
- **Added** Set min-width for Head and Body, which calculate from width Cell
|
7062
|
-
- **Fixed** Set size width column in
|
7107
|
+
- **Fixed** Set size width column in CSS variable Table
|
7063
7108
|
|
7064
7109
|
### @semcore/date-picker
|
7065
7110
|
|
@@ -7121,11 +7166,11 @@
|
|
7121
7166
|
|
7122
7167
|
### @semcore/breadcrumbs
|
7123
7168
|
|
7124
|
-
- **Fixed** Remove set
|
7169
|
+
- **Fixed** Remove set CSS property max-width for Breadcrumbs. Item
|
7125
7170
|
|
7126
7171
|
### @semcore/button
|
7127
7172
|
|
7128
|
-
- **Added** Added alternative
|
7173
|
+
- **Added** Added alternative API for inserting Addon.
|
7129
7174
|
|
7130
7175
|
### @semcore/chart
|
7131
7176
|
|
@@ -7175,15 +7220,15 @@
|
|
7175
7220
|
|
7176
7221
|
### @semcore/link
|
7177
7222
|
|
7178
|
-
- **Added** Added alternative
|
7223
|
+
- **Added** Added alternative API for inserting Addon.
|
7179
7224
|
|
7180
7225
|
### @semcore/notice-bubble
|
7181
7226
|
|
7182
|
-
- **Fixed** generate
|
7227
|
+
- **Fixed** generate CSS without collapsing property margin
|
7183
7228
|
|
7184
7229
|
### @semcore/pills
|
7185
7230
|
|
7186
|
-
- **Added** Added alternative
|
7231
|
+
- **Added** Added alternative API for inserting Addon.
|
7187
7232
|
- **Added** Added generic for better value and onChange typings
|
7188
7233
|
- **Changed** Update @semcore/core version to ^1.8
|
7189
7234
|
|
@@ -7203,20 +7248,20 @@
|
|
7203
7248
|
|
7204
7249
|
### @semcore/tab-line
|
7205
7250
|
|
7206
|
-
- **Added** Added alternative
|
7251
|
+
- **Added** Added alternative API for inserting Addon.
|
7207
7252
|
- **Added** Added generic for better value and onChange typings
|
7208
7253
|
- **Added** Animation for change position active Tab.
|
7209
7254
|
- **Changed** Update @semcore/core version to ^1.8
|
7210
7255
|
|
7211
7256
|
### @semcore/tab-panel
|
7212
7257
|
|
7213
|
-
- **Added** Added alternative
|
7258
|
+
- **Added** Added alternative API for inserting Addon.
|
7214
7259
|
- **Added** Added generic for better value and onChange typings
|
7215
7260
|
- **Changed** Update @semcore/core version to ^1.8
|
7216
7261
|
|
7217
7262
|
### @semcore/tag
|
7218
7263
|
|
7219
|
-
- **Added** Added alternative
|
7264
|
+
- **Added** Added alternative API for inserting Addon.
|
7220
7265
|
- **Changed** Removed neighbor-location package dependency
|
7221
7266
|
|
7222
7267
|
### @semcore/tooltip
|
@@ -7230,7 +7275,7 @@
|
|
7230
7275
|
|
7231
7276
|
### @semcore/utils
|
7232
7277
|
|
7233
|
-
- **Fixed** Revert move .d.ts files because
|
7278
|
+
- **Fixed** Revert move .d.ts files because TypeScript does not see types on import.
|
7234
7279
|
- **Fixed** Change "any" type for createHoc function
|
7235
7280
|
- **Changed** Build changed from rollup to babel
|
7236
7281
|
- **Changed** Move .d.ts files from /lib to /lib/types directory
|