@geotab/zenith 3.11.0-beta.0 → 3.11.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -26
- package/dist/calendar/calendar.js +4 -7
- package/dist/card/components/title.js +1 -4
- package/dist/card/components/titleLink.js +2 -5
- package/dist/chart/barChart/getDefaultOptions.d.ts +1 -2
- package/dist/chart/barChart/getDefaultOptions.js +2 -5
- package/dist/chart/barChart.js +4 -6
- package/dist/chart/lineChart/getDefaultOptions.d.ts +1 -2
- package/dist/chart/lineChart/getDefaultOptions.js +2 -5
- package/dist/chart/lineChart.js +2 -4
- package/dist/checkboxListWithAction/checkboxListWithAction.js +1 -4
- package/dist/commonHelpers/arrowNavigation/components/arrowButton/arrowButton.js +1 -4
- package/dist/commonStyles/pillStyles/pillContent.less +14 -13
- package/dist/commonStyles/pillStyles/pillStyles.less +5 -4
- package/dist/commonStyles/pillStyles/pillTextContent.less +2 -2
- package/dist/commonStyles/typography/typography.less +19 -579
- package/dist/controlledPopup/controlledPopup.d.ts +0 -1
- package/dist/controlledPopup/controlledPopup.js +1 -3
- package/dist/dataGrid/cell/cell.d.ts +1 -2
- package/dist/dataGrid/cell/cell.js +2 -2
- package/dist/dataGrid/dataGrid.js +4 -7
- package/dist/dataGrid/listColumn.d.ts +0 -2
- package/dist/dataGrid/row/row.d.ts +1 -2
- package/dist/dataGrid/row/row.js +9 -13
- package/dist/dataGrid/withFlexibleColumns/components/columnSettingsList.js +1 -2
- package/dist/dataGrid/withSelectableRows/components/bulkActions/bulkActions.d.ts +0 -4
- package/dist/dateRangeInner/dateRangeInner.js +2 -5
- package/dist/dateRangeRaw/dateRangeRaw.js +2 -5
- package/dist/dateRangeRaw/utils/parseLabel.js +1 -1
- package/dist/dropdownRaw/dropdownRaw.js +6 -12
- package/dist/fileUpload/components/dropZoneContent.js +100 -100
- package/dist/fileUpload/fileUpload.js +100 -100
- package/dist/filters/components/filtersSearchList.js +1 -4
- package/dist/filtersBar/filtersContainer/filtersContainer.js +61 -62
- package/dist/formStepperButtons/formStepperButtons.js +1 -4
- package/dist/groupsFilterRaw/groupsFilterAdjustmentState.js +1 -4
- package/dist/groupsFilterRaw/groupsFilterInitialState.js +1 -4
- package/dist/header/headerBack.js +1 -4
- package/dist/icons/iconAlignLeft.js +3 -1
- package/dist/icons/iconAlignmentLeft.js +3 -1
- package/dist/icons/iconAlignmentRight.js +3 -1
- package/dist/icons/iconArrowBottomLeft.js +3 -1
- package/dist/icons/iconArrowBottomRight.js +3 -1
- package/dist/icons/iconArrowLeftPath.js +3 -1
- package/dist/icons/iconArrowRight.js +3 -1
- package/dist/icons/iconArrowRightCircle.js +3 -1
- package/dist/icons/iconArrowRightPath.js +3 -1
- package/dist/icons/iconArrowTopLeft.js +3 -1
- package/dist/icons/iconArrowTopRight.js +3 -1
- package/dist/icons/iconChevronDoubleRight.js +3 -1
- package/dist/icons/iconChevronRight.js +3 -1
- package/dist/icons/iconChevronRightSmall.js +3 -1
- package/dist/icons/iconCornerDownLeft.js +3 -1
- package/dist/icons/iconCornerDownRight.js +3 -1
- package/dist/icons/iconCornerLeftDown.js +3 -1
- package/dist/icons/iconCornerLeftUp.js +3 -1
- package/dist/icons/iconCornerRightDown.js +3 -1
- package/dist/icons/iconCornerRightUp.js +3 -1
- package/dist/icons/iconCornerUpLeft.js +3 -1
- package/dist/icons/iconCornerUpRight.js +3 -1
- package/dist/index.css +2920 -3245
- package/dist/index.d.ts +0 -1
- package/dist/index.js +1 -3
- package/dist/lineChartMini/lineChartMini.js +3 -15
- package/dist/list/itemData/itemDataInternal.js +1 -4
- package/dist/list/listItem/listItem.js +1 -4
- package/dist/menu/components/controlledMenuList/controlledMenuList.js +1 -4
- package/dist/menu/components/menuButton.js +1 -4
- package/dist/menu/utils/useMenuItemCore.js +1 -4
- package/dist/nav/navItem/navItem.js +1 -4
- package/dist/pagination/paginationArrow.js +3 -10
- package/dist/radioGroupRaw/radioGroupRaw.js +1 -2
- package/dist/rangeRaw/rangeRaw.js +1 -0
- package/dist/selectList/selectList.helpers.d.ts +1 -1
- package/dist/selectList/selectList.helpers.js +4 -29
- package/dist/selectList/selectList.js +1 -3
- package/dist/selectList/selectList.reducer.js +2 -1
- package/dist/selectList/selectListItem.js +1 -4
- package/dist/sortControl/sortControl.js +4 -59
- package/dist/table/children/useTableChildren.d.ts +1 -1
- package/dist/table/children/useTableChildren.js +3 -3
- package/dist/table/flexible/columnsList.js +2 -4
- package/dist/table/selectable/useSelectableRows.d.ts +0 -8
- package/dist/table/selectable/useSelectableRows.js +6 -14
- package/dist/table/table.js +7 -1
- package/dist/tabs/tabs.js +58 -60
- package/dist/tabs/tabsTestHelper.js +2 -2
- package/dist/timePickerRaw/timePickerRaw.js +1 -1
- package/dist/toggleButtonRaw/toggleButtonRaw.js +2 -5
- package/dist/utils/localization/translations/ar.json +1 -3
- package/dist/utils/localization/translations/cs.json +5 -9
- package/dist/utils/localization/translations/da-DK.json +5 -9
- package/dist/utils/localization/translations/de.json +5 -9
- package/dist/utils/localization/translations/en.json +1 -5
- package/dist/utils/localization/translations/es.json +5 -9
- package/dist/utils/localization/translations/fi-FI.json +5 -9
- package/dist/utils/localization/translations/fr-FR.json +5 -9
- package/dist/utils/localization/translations/fr.json +5 -9
- package/dist/utils/localization/translations/hu-HU.json +5 -9
- package/dist/utils/localization/translations/id.json +5 -9
- package/dist/utils/localization/translations/it.json +5 -9
- package/dist/utils/localization/translations/ja.json +5 -9
- package/dist/utils/localization/translations/ko-KR.json +5 -9
- package/dist/utils/localization/translations/ms.json +5 -9
- package/dist/utils/localization/translations/nb-NO.json +5 -9
- package/dist/utils/localization/translations/nl.json +5 -9
- package/dist/utils/localization/translations/pl.json +5 -9
- package/dist/utils/localization/translations/pt-BR.json +5 -9
- package/dist/utils/localization/translations/pt-PT.json +5 -9
- package/dist/utils/localization/translations/ro-RO.json +5 -9
- package/dist/utils/localization/translations/sk-SK.json +5 -9
- package/dist/utils/localization/translations/sv.json +5 -9
- package/dist/utils/localization/translations/th.json +5 -9
- package/dist/utils/localization/translations/tr.json +5 -9
- package/dist/utils/localization/translations/zh-Hans.json +5 -9
- package/dist/utils/localization/translations/zh-TW.json +5 -9
- package/dist/utils/positioningUtils/alignments.d.ts +2 -2
- package/dist/utils/positioningUtils/alignments.js +2 -2
- package/dist/utils/positioningUtils/calculatePosition.js +6 -4
- package/esm/calendar/calendar.js +4 -7
- package/esm/card/components/title.js +1 -4
- package/esm/card/components/titleLink.js +2 -5
- package/esm/chart/barChart/getDefaultOptions.d.ts +1 -2
- package/esm/chart/barChart/getDefaultOptions.js +2 -5
- package/esm/chart/barChart.js +4 -6
- package/esm/chart/lineChart/getDefaultOptions.d.ts +1 -2
- package/esm/chart/lineChart/getDefaultOptions.js +2 -5
- package/esm/chart/lineChart.js +2 -4
- package/esm/checkboxListWithAction/checkboxListWithAction.js +1 -4
- package/esm/commonHelpers/arrowNavigation/components/arrowButton/arrowButton.js +1 -4
- package/esm/controlledPopup/controlledPopup.d.ts +0 -1
- package/esm/controlledPopup/controlledPopup.js +1 -3
- package/esm/dataGrid/cell/cell.d.ts +1 -2
- package/esm/dataGrid/cell/cell.js +2 -2
- package/esm/dataGrid/dataGrid.js +4 -7
- package/esm/dataGrid/listColumn.d.ts +0 -2
- package/esm/dataGrid/row/row.d.ts +1 -2
- package/esm/dataGrid/row/row.js +9 -13
- package/esm/dataGrid/withFlexibleColumns/components/columnSettingsList.js +1 -2
- package/esm/dataGrid/withSelectableRows/components/bulkActions/bulkActions.d.ts +0 -4
- package/esm/dateRangeInner/dateRangeInner.js +2 -5
- package/esm/dateRangeRaw/dateRangeRaw.js +2 -5
- package/esm/dateRangeRaw/utils/parseLabel.js +1 -1
- package/esm/dropdownRaw/dropdownRaw.js +6 -12
- package/esm/fileUpload/components/dropZoneContent.js +100 -100
- package/esm/fileUpload/fileUpload.js +100 -100
- package/esm/filters/components/filtersSearchList.js +1 -4
- package/esm/filtersBar/filtersContainer/filtersContainer.js +61 -62
- package/esm/formStepperButtons/formStepperButtons.js +1 -4
- package/esm/groupsFilterRaw/groupsFilterAdjustmentState.js +1 -4
- package/esm/groupsFilterRaw/groupsFilterInitialState.js +1 -4
- package/esm/header/headerBack.js +1 -4
- package/esm/icons/iconAlignLeft.js +3 -1
- package/esm/icons/iconAlignmentLeft.js +3 -1
- package/esm/icons/iconAlignmentRight.js +3 -1
- package/esm/icons/iconArrowBottomLeft.js +3 -1
- package/esm/icons/iconArrowBottomRight.js +3 -1
- package/esm/icons/iconArrowLeftPath.js +3 -1
- package/esm/icons/iconArrowRight.js +3 -1
- package/esm/icons/iconArrowRightCircle.js +3 -1
- package/esm/icons/iconArrowRightPath.js +3 -1
- package/esm/icons/iconArrowTopLeft.js +3 -1
- package/esm/icons/iconArrowTopRight.js +3 -1
- package/esm/icons/iconChevronDoubleRight.js +3 -1
- package/esm/icons/iconChevronRight.js +3 -1
- package/esm/icons/iconChevronRightSmall.js +3 -1
- package/esm/icons/iconCornerDownLeft.js +3 -1
- package/esm/icons/iconCornerDownRight.js +3 -1
- package/esm/icons/iconCornerLeftDown.js +3 -1
- package/esm/icons/iconCornerLeftUp.js +3 -1
- package/esm/icons/iconCornerRightDown.js +3 -1
- package/esm/icons/iconCornerRightUp.js +3 -1
- package/esm/icons/iconCornerUpLeft.js +3 -1
- package/esm/icons/iconCornerUpRight.js +3 -1
- package/esm/index.d.ts +0 -1
- package/esm/index.js +0 -1
- package/esm/lineChartMini/lineChartMini.js +3 -15
- package/esm/list/itemData/itemDataInternal.js +1 -4
- package/esm/list/listItem/listItem.js +1 -4
- package/esm/menu/components/controlledMenuList/controlledMenuList.js +1 -4
- package/esm/menu/components/menuButton.js +1 -4
- package/esm/menu/utils/useMenuItemCore.js +1 -4
- package/esm/nav/navItem/navItem.js +1 -4
- package/esm/pagination/paginationArrow.js +3 -10
- package/esm/radioGroupRaw/radioGroupRaw.js +1 -2
- package/esm/rangeRaw/rangeRaw.js +1 -0
- package/esm/selectList/selectList.helpers.d.ts +1 -1
- package/esm/selectList/selectList.helpers.js +4 -29
- package/esm/selectList/selectList.js +1 -3
- package/esm/selectList/selectList.reducer.js +2 -1
- package/esm/selectList/selectListItem.js +1 -4
- package/esm/sortControl/sortControl.js +4 -59
- package/esm/table/children/useTableChildren.d.ts +1 -1
- package/esm/table/children/useTableChildren.js +3 -3
- package/esm/table/flexible/columnsList.js +2 -4
- package/esm/table/selectable/useSelectableRows.d.ts +0 -8
- package/esm/table/selectable/useSelectableRows.js +6 -14
- package/esm/table/table.js +7 -1
- package/esm/tabs/tabs.js +58 -60
- package/esm/tabs/tabsTestHelper.js +2 -2
- package/esm/timePickerRaw/timePickerRaw.js +1 -1
- package/esm/toggleButtonRaw/toggleButtonRaw.js +2 -5
- package/esm/utils/localization/translations/ar.json +1 -3
- package/esm/utils/localization/translations/cs.json +5 -9
- package/esm/utils/localization/translations/da-DK.json +5 -9
- package/esm/utils/localization/translations/de.json +5 -9
- package/esm/utils/localization/translations/en.json +1 -5
- package/esm/utils/localization/translations/es.json +5 -9
- package/esm/utils/localization/translations/fi-FI.json +5 -9
- package/esm/utils/localization/translations/fr-FR.json +5 -9
- package/esm/utils/localization/translations/fr.json +5 -9
- package/esm/utils/localization/translations/hu-HU.json +5 -9
- package/esm/utils/localization/translations/id.json +5 -9
- package/esm/utils/localization/translations/it.json +5 -9
- package/esm/utils/localization/translations/ja.json +5 -9
- package/esm/utils/localization/translations/ko-KR.json +5 -9
- package/esm/utils/localization/translations/ms.json +5 -9
- package/esm/utils/localization/translations/nb-NO.json +5 -9
- package/esm/utils/localization/translations/nl.json +5 -9
- package/esm/utils/localization/translations/pl.json +5 -9
- package/esm/utils/localization/translations/pt-BR.json +5 -9
- package/esm/utils/localization/translations/pt-PT.json +5 -9
- package/esm/utils/localization/translations/ro-RO.json +5 -9
- package/esm/utils/localization/translations/sk-SK.json +5 -9
- package/esm/utils/localization/translations/sv.json +5 -9
- package/esm/utils/localization/translations/th.json +5 -9
- package/esm/utils/localization/translations/tr.json +5 -9
- package/esm/utils/localization/translations/zh-Hans.json +5 -9
- package/esm/utils/localization/translations/zh-TW.json +5 -9
- package/esm/utils/positioningUtils/alignments.d.ts +2 -2
- package/esm/utils/positioningUtils/alignments.js +2 -2
- package/esm/utils/positioningUtils/calculatePosition.js +6 -4
- package/package.json +122 -123
- package/dist/utils/localization/useDirectionalIcon.d.ts +0 -3
- package/dist/utils/localization/useDirectionalIcon.js +0 -9
- package/esm/testHelpers/mockAbsoluteAlignment.d.ts +0 -1
- package/esm/testHelpers/mockAbsoluteAlignment.js +0 -10
- package/esm/utils/localization/useDirectionalIcon.d.ts +0 -3
- package/esm/utils/localization/useDirectionalIcon.js +0 -5
|
@@ -4,63 +4,63 @@ import { ButtonIconPosition, TextIconButton } from "../../textIconButton/textIco
|
|
|
4
4
|
import { classNames } from "../../commonHelpers/classNames/classNames";
|
|
5
5
|
import { useEffect, useRef, useState, Children, cloneElement, useCallback } from "react";
|
|
6
6
|
import { IconChevronRight } from "../../icons/iconChevronRight";
|
|
7
|
-
import { IconChevronLeft } from "../../icons/iconChevronLeft";
|
|
8
|
-
import { useDirectionalIcon } from "../../utils/localization/useDirectionalIcon";
|
|
9
7
|
import { useLanguage } from "../../utils/localization/useLanguage";
|
|
10
8
|
import { useDriveClassName } from "../../utils/theme/useDriveClassName";
|
|
11
9
|
import { zen } from "../../utils/zen";
|
|
12
|
-
injectString("cs", "Scroll
|
|
13
|
-
injectString("da-DK", "Scroll
|
|
14
|
-
injectString("de", "Scroll
|
|
15
|
-
injectString("en", "Scroll
|
|
16
|
-
injectString("es", "Scroll
|
|
17
|
-
injectString("fi-FI", "Scroll
|
|
18
|
-
injectString("fr", "Scroll
|
|
19
|
-
injectString("fr-FR", "Scroll
|
|
20
|
-
injectString("hu-HU", "Scroll
|
|
21
|
-
injectString("id", "Scroll
|
|
22
|
-
injectString("it", "Scroll
|
|
23
|
-
injectString("ja", "Scroll
|
|
24
|
-
injectString("ko-KR", "Scroll
|
|
25
|
-
injectString("ms", "Scroll
|
|
26
|
-
injectString("nb-NO", "Scroll
|
|
27
|
-
injectString("nl", "Scroll
|
|
28
|
-
injectString("pl", "Scroll
|
|
29
|
-
injectString("pt-BR", "Scroll
|
|
30
|
-
injectString("pt-PT", "Scroll
|
|
31
|
-
injectString("sk-SK", "Scroll
|
|
32
|
-
injectString("sv", "Scroll
|
|
33
|
-
injectString("th", "Scroll
|
|
34
|
-
injectString("tr", "Scroll
|
|
35
|
-
injectString("zh-Hans", "Scroll
|
|
36
|
-
injectString("zh-TW", "Scroll
|
|
37
|
-
injectString("ro-RO", "Scroll
|
|
38
|
-
injectString("
|
|
39
|
-
injectString("
|
|
40
|
-
injectString("
|
|
41
|
-
injectString("
|
|
42
|
-
injectString("
|
|
43
|
-
injectString("
|
|
44
|
-
injectString("
|
|
45
|
-
injectString("fr
|
|
46
|
-
injectString("
|
|
47
|
-
injectString("
|
|
48
|
-
injectString("
|
|
49
|
-
injectString("
|
|
50
|
-
injectString("
|
|
51
|
-
injectString("
|
|
52
|
-
injectString("
|
|
53
|
-
injectString("
|
|
54
|
-
injectString("
|
|
55
|
-
injectString("
|
|
56
|
-
injectString("pt-
|
|
57
|
-
injectString("
|
|
58
|
-
injectString("
|
|
59
|
-
injectString("
|
|
60
|
-
injectString("
|
|
61
|
-
injectString("
|
|
62
|
-
injectString("zh-
|
|
63
|
-
injectString("
|
|
10
|
+
injectString("cs", "Scroll left", "P\u0159ej\xEDt doleva");
|
|
11
|
+
injectString("da-DK", "Scroll left", "Rul til venstre");
|
|
12
|
+
injectString("de", "Scroll left", "Nach links scrollen");
|
|
13
|
+
injectString("en", "Scroll left", "Scroll left");
|
|
14
|
+
injectString("es", "Scroll left", "Desplazarse a la izquierda");
|
|
15
|
+
injectString("fi-FI", "Scroll left", "Selaa vasemmalle");
|
|
16
|
+
injectString("fr", "Scroll left", "D\xE9filer vers la gauche");
|
|
17
|
+
injectString("fr-FR", "Scroll left", "Faire d\xE9filer vers la gauche");
|
|
18
|
+
injectString("hu-HU", "Scroll left", "Lapozz balra.");
|
|
19
|
+
injectString("id", "Scroll left", "Gulir ke kiri");
|
|
20
|
+
injectString("it", "Scroll left", "Scorrere verso sinistra");
|
|
21
|
+
injectString("ja", "Scroll left", "\u5DE6\u306B\u30B9\u30AF\u30ED\u30FC\u30EB");
|
|
22
|
+
injectString("ko-KR", "Scroll left", "\uC67C\uCABD\uC73C\uB85C \uC2A4\uD06C\uB864");
|
|
23
|
+
injectString("ms", "Scroll left", "Skrol ke kiri");
|
|
24
|
+
injectString("nb-NO", "Scroll left", "Rull til venstre");
|
|
25
|
+
injectString("nl", "Scroll left", "Blader naar links");
|
|
26
|
+
injectString("pl", "Scroll left", "Przewi\u0144 w lewo");
|
|
27
|
+
injectString("pt-BR", "Scroll left", "Rolar para a esquerda");
|
|
28
|
+
injectString("pt-PT", "Scroll left", "Deslizar para a esquerda");
|
|
29
|
+
injectString("sk-SK", "Scroll left", "Posu\u0148 do\u013Eava");
|
|
30
|
+
injectString("sv", "Scroll left", "Bl\xE4ddra \xE5t v\xE4nster");
|
|
31
|
+
injectString("th", "Scroll left", "\u0E40\u0E25\u0E37\u0E48\u0E2D\u0E19\u0E44\u0E1B\u0E17\u0E32\u0E07\u0E0B\u0E49\u0E32\u0E22");
|
|
32
|
+
injectString("tr", "Scroll left", "Sola kayd\u0131r");
|
|
33
|
+
injectString("zh-Hans", "Scroll left", "\u5411\u5DE6\u6EDA\u52A8");
|
|
34
|
+
injectString("zh-TW", "Scroll left", "\u5411\u5DE6\u6372\u52D5");
|
|
35
|
+
injectString("ro-RO", "Scroll left", "Derula\u021Bi la st\xE2nga");
|
|
36
|
+
injectString("ar-SA", "Scroll left", "\u0627\u0644\u062A\u0645\u0631\u064A\u0631 \u0644\u0644\u064A\u0633\u0627\u0631");
|
|
37
|
+
injectString("cs", "Scroll right", "P\u0159ej\xEDt doprava");
|
|
38
|
+
injectString("da-DK", "Scroll right", "Rul til h\xF8jre");
|
|
39
|
+
injectString("de", "Scroll right", "Nach rechts scrollen");
|
|
40
|
+
injectString("en", "Scroll right", "Scroll right");
|
|
41
|
+
injectString("es", "Scroll right", "Desplazarse a la derecha");
|
|
42
|
+
injectString("fi-FI", "Scroll right", "Selaa oikealle");
|
|
43
|
+
injectString("fr", "Scroll right", "D\xE9filer vers la droite");
|
|
44
|
+
injectString("fr-FR", "Scroll right", "Faire d\xE9filer vers la droite");
|
|
45
|
+
injectString("hu-HU", "Scroll right", "Lapozz jobbra.");
|
|
46
|
+
injectString("id", "Scroll right", "Gulir ke kanan");
|
|
47
|
+
injectString("it", "Scroll right", "Scorrere verso destra");
|
|
48
|
+
injectString("ja", "Scroll right", "\u53F3\u306B\u30B9\u30AF\u30ED\u30FC\u30EB");
|
|
49
|
+
injectString("ko-KR", "Scroll right", "\uC624\uB978\uCABD\uC73C\uB85C \uC2A4\uD06C\uB864");
|
|
50
|
+
injectString("ms", "Scroll right", "Skrol ke kanan");
|
|
51
|
+
injectString("nb-NO", "Scroll right", "Rull til h\xF8yre");
|
|
52
|
+
injectString("nl", "Scroll right", "Blader naar rechts");
|
|
53
|
+
injectString("pl", "Scroll right", "Przewi\u0144 w prawo");
|
|
54
|
+
injectString("pt-BR", "Scroll right", "Rolar para a direita");
|
|
55
|
+
injectString("pt-PT", "Scroll right", "Deslizar para a direita");
|
|
56
|
+
injectString("sk-SK", "Scroll right", "Posu\u0148 doprava");
|
|
57
|
+
injectString("sv", "Scroll right", "Bl\xE4ddra \xE5t h\xF6ger");
|
|
58
|
+
injectString("th", "Scroll right", "\u0E40\u0E25\u0E37\u0E48\u0E2D\u0E19\u0E44\u0E1B\u0E17\u0E32\u0E07\u0E02\u0E27\u0E32");
|
|
59
|
+
injectString("tr", "Scroll right", "Sa\u011Fa Kayd\u0131r");
|
|
60
|
+
injectString("zh-Hans", "Scroll right", "\u5411\u53F3\u6EDA\u52A8");
|
|
61
|
+
injectString("zh-TW", "Scroll right", "\u5411\u53F3\u6372\u52D5");
|
|
62
|
+
injectString("ro-RO", "Scroll right", "Derula\u021Bi la dreapta");
|
|
63
|
+
injectString("ar-SA", "Scroll right", "\u0627\u0644\u062A\u0645\u0631\u064A\u0631 \u0644\u0644\u064A\u0645\u064A\u0646");
|
|
64
64
|
const getScrollButtonType = element => {
|
|
65
65
|
const scrollLeft = element.scrollLeft;
|
|
66
66
|
const scrollWidth = element.scrollWidth;
|
|
@@ -85,8 +85,6 @@ export const FiltersContainer = ({
|
|
|
85
85
|
const {
|
|
86
86
|
translate
|
|
87
87
|
} = useLanguage();
|
|
88
|
-
const ScrollStartIcon = useDirectionalIcon(IconChevronLeft, IconChevronRight);
|
|
89
|
-
const ScrollEndIcon = useDirectionalIcon(IconChevronRight, IconChevronLeft);
|
|
90
88
|
const gradientClass = "zen-filters-toolbar__gradient";
|
|
91
89
|
const scrollerClass = "zen-filters-toolbar__scroller";
|
|
92
90
|
const driveClassNameScroller = useDriveClassName(scrollerClass);
|
|
@@ -197,11 +195,12 @@ export const FiltersContainer = ({
|
|
|
197
195
|
children: [_jsx("div", {
|
|
198
196
|
className: classNames([gradientClass, driveClassNameGradient || "", `${gradientClass}--left`, showLeft ? `${gradientClass}--visible` : "", isHiddenDisplay.left ? `${gradientClass}--hidden` : ""])
|
|
199
197
|
}), _jsx(TextIconButton, {
|
|
200
|
-
title: translate("Scroll
|
|
198
|
+
title: translate("Scroll left"),
|
|
201
199
|
className: classNames(["zen-filters-toolbar__scroller", driveClassNameScroller || "", "zen-filters-toolbar__start", showLeft ? `${scrollerClass}--visible` : "", isHiddenDisplay.left ? `${scrollerClass}--hidden` : ""]),
|
|
202
|
-
icon:
|
|
200
|
+
icon: IconChevronRight,
|
|
203
201
|
iconPosition: ButtonIconPosition.Start,
|
|
204
|
-
onClick: handleScrollButtonClick(-scrollableStep)
|
|
202
|
+
onClick: handleScrollButtonClick(-scrollableStep),
|
|
203
|
+
iconClasses: "zen-filters-toolbar__start-icon"
|
|
205
204
|
}), _jsx("div", {
|
|
206
205
|
ref: scrollableRef,
|
|
207
206
|
className: classNames(["zen-filters-toolbar__scrollable", !isHiddenDisplay.left ? "has-left-scroller" : "", !isHiddenDisplay.right ? "has-right-scroller" : ""]),
|
|
@@ -212,12 +211,12 @@ export const FiltersContainer = ({
|
|
|
212
211
|
}), _jsx("div", {
|
|
213
212
|
className: classNames([gradientClass, driveClassNameGradient || "", `${gradientClass}--right`, showRight ? `${gradientClass}--visible` : "", isHiddenDisplay.right ? `${gradientClass}--hidden` : ""])
|
|
214
213
|
}), _jsx(TextIconButton, {
|
|
215
|
-
title: translate("Scroll
|
|
214
|
+
title: translate("Scroll right"),
|
|
216
215
|
className: classNames([scrollerClass, driveClassNameScroller || "", "zen-filters-toolbar__end", showRight ? `${scrollerClass}--visible` : "", isHiddenDisplay.right ? `${scrollerClass}--hidden` : ""]),
|
|
217
|
-
icon:
|
|
216
|
+
icon: IconChevronRight,
|
|
218
217
|
onClick: handleScrollButtonClick(scrollableStep),
|
|
219
218
|
iconPosition: ButtonIconPosition.End
|
|
220
219
|
})]
|
|
221
220
|
}) : null;
|
|
222
221
|
};
|
|
223
|
-
export const TRANSLATIONS = ["Scroll
|
|
222
|
+
export const TRANSLATIONS = ["Scroll left", "Scroll right"];
|
|
@@ -3,8 +3,6 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
|
3
3
|
import { useCallback } from "react";
|
|
4
4
|
import { Button } from "../button/button";
|
|
5
5
|
import { IconChevronLeft } from "../icons/iconChevronLeft";
|
|
6
|
-
import { IconChevronRight } from "../icons/iconChevronRight";
|
|
7
|
-
import { useDirectionalIcon } from "../utils/localization/useDirectionalIcon";
|
|
8
6
|
import { TextIconButton } from "../textIconButton/textIconButton";
|
|
9
7
|
import { useLanguage } from "../utils/localization/useLanguage";
|
|
10
8
|
import { STEPPER_LAST_STEP } from "../formStepper/formStepper";
|
|
@@ -133,7 +131,6 @@ export const FormStepperButtons = ({
|
|
|
133
131
|
translate
|
|
134
132
|
} = useLanguage();
|
|
135
133
|
const isMobile = useMobile();
|
|
136
|
-
const BackChevronIcon = useDirectionalIcon(IconChevronLeft, IconChevronRight);
|
|
137
134
|
const onPreviousHandler = useCallback(() => {
|
|
138
135
|
const currIndex = getCurrentIndex(steps, current);
|
|
139
136
|
const prevStep = currIndex > 0 ? steps[currIndex - 1].id : null;
|
|
@@ -172,7 +169,7 @@ export const FormStepperButtons = ({
|
|
|
172
169
|
className: "zen-form-step-buttons__left",
|
|
173
170
|
children: !isFirstStep && _jsx(TextIconButton, {
|
|
174
171
|
className: "zen-form-step-buttons__previous",
|
|
175
|
-
icon:
|
|
172
|
+
icon: IconChevronLeft,
|
|
176
173
|
type: "tertiary-black",
|
|
177
174
|
onClick: onPreviousHandler,
|
|
178
175
|
children: translate("Previous step")
|
|
@@ -5,8 +5,6 @@ import { IconHouse } from "../icons/deprecated/iconHouse";
|
|
|
5
5
|
import { IconCheckRadio } from "../icons/iconCheckRadio";
|
|
6
6
|
import { useLanguage } from "../utils/localization/useLanguage";
|
|
7
7
|
import { IconArrowLeft } from "../icons/iconArrowLeft";
|
|
8
|
-
import { IconArrowRight } from "../icons/iconArrowRight";
|
|
9
|
-
import { useDirectionalIcon } from "../utils/localization/useDirectionalIcon";
|
|
10
8
|
injectString("cs", "Deselect all", "Zru\u0161it v\xFDb\u011Br v\u0161ech");
|
|
11
9
|
injectString("da-DK", "Deselect all", "Frav\xE6lg alle");
|
|
12
10
|
injectString("de", "Deselect all", "Auswahl f\xFCr alle aufheben");
|
|
@@ -126,7 +124,6 @@ export const GroupsFilterAdjustmentState = ({
|
|
|
126
124
|
const {
|
|
127
125
|
translate
|
|
128
126
|
} = useLanguage();
|
|
129
|
-
const BackArrowIcon = useDirectionalIcon(IconArrowLeft, IconArrowRight);
|
|
130
127
|
const handleSelectAllClick = () => {
|
|
131
128
|
onSelectAllClick(isAllSelected);
|
|
132
129
|
};
|
|
@@ -150,7 +147,7 @@ export const GroupsFilterAdjustmentState = ({
|
|
|
150
147
|
className: "zen-groups-filter-menu__content-adjustment",
|
|
151
148
|
children: [_jsxs("div", {
|
|
152
149
|
className: "zen-groups-filter-menu__item-wrapper",
|
|
153
|
-
children: [getActionButton(backButtonName ? backButtonName : translate("Back"), translate("Back"),
|
|
150
|
+
children: [getActionButton(backButtonName ? backButtonName : translate("Back"), translate("Back"), IconArrowLeft, onBackButtonClick), _jsx("button", {
|
|
154
151
|
type: "button",
|
|
155
152
|
onClick: onHomeButtonClick,
|
|
156
153
|
className: "zen-groups-filter-menu__item zen-groups-filter-menu__item--interactive zen-groups-filter-menu__action-button zen-groups-filter-menu__item--end zen-groups-filter-menu__action-button-home",
|
|
@@ -5,8 +5,6 @@ import { GroupsFilterCurrentlySelectedLabel } from "./groupsFilterCommon";
|
|
|
5
5
|
import { IconGlobe } from "../icons/deprecated/iconGlobe";
|
|
6
6
|
import { IconOrgFilter } from "../icons/deprecated/iconOrgFilter";
|
|
7
7
|
import { IconChevronRight } from "../icons/iconChevronRight";
|
|
8
|
-
import { IconChevronLeft } from "../icons/iconChevronLeft";
|
|
9
|
-
import { useDirectionalIcon } from "../utils/localization/useDirectionalIcon";
|
|
10
8
|
import { useLanguage } from "../utils/localization/useLanguage";
|
|
11
9
|
import { ToggleButtonRaw } from "../toggleButtonRaw/toggleButtonRaw";
|
|
12
10
|
import { Divider } from "../divider/divider";
|
|
@@ -239,7 +237,6 @@ export const GroupsFilterInitialState = ({
|
|
|
239
237
|
translate
|
|
240
238
|
} = useLanguage();
|
|
241
239
|
const togglerId = useId();
|
|
242
|
-
const ChevronIcon = useDirectionalIcon(IconChevronRight, IconChevronLeft);
|
|
243
240
|
const handleTogglerChange = newState => onSiteWideChange(newState);
|
|
244
241
|
const currentlySelectedAriaLabel = translate("View currently selected filters").concat(". ").concat(count ? translate("Number of selected groups - {count}").replace("{count}", count.toString()) : translate("All groups selected"));
|
|
245
242
|
return _jsxs("div", {
|
|
@@ -288,7 +285,7 @@ export const GroupsFilterInitialState = ({
|
|
|
288
285
|
children: _jsxs(_Fragment, {
|
|
289
286
|
children: [_jsx(GroupsFilterCurrentlySelectedLabel, {
|
|
290
287
|
count: count
|
|
291
|
-
}), _jsx(
|
|
288
|
+
}), _jsx(IconChevronRight, {
|
|
292
289
|
size: "large"
|
|
293
290
|
})]
|
|
294
291
|
})
|
package/esm/header/headerBack.js
CHANGED
|
@@ -11,9 +11,7 @@ import { jsx as _jsx } from "react/jsx-runtime";
|
|
|
11
11
|
import { ButtonIconPosition, TextIconButton } from "../textIconButton/textIconButton";
|
|
12
12
|
import { classNames } from "../commonHelpers/classNames/classNames";
|
|
13
13
|
import { IconChevronLeft } from "../icons/iconChevronLeft";
|
|
14
|
-
import { IconChevronRight } from "../icons/iconChevronRight";
|
|
15
14
|
import { useLanguage } from "../utils/localization/useLanguage";
|
|
16
|
-
import { useDirectionalIcon } from "../utils/localization/useDirectionalIcon";
|
|
17
15
|
injectString("cs", "Back", "Zp\u011Bt");
|
|
18
16
|
injectString("da-DK", "Back", "Tilbage");
|
|
19
17
|
injectString("de", "Back", "Zur\xFCck");
|
|
@@ -54,12 +52,11 @@ export const HeaderBack = _a => {
|
|
|
54
52
|
const {
|
|
55
53
|
translate
|
|
56
54
|
} = useLanguage();
|
|
57
|
-
const BackChevronIcon = useDirectionalIcon(IconChevronLeft, IconChevronRight);
|
|
58
55
|
const fullClassName = classNames(["zen-header-back", className || ""]);
|
|
59
56
|
const props = Object.assign({}, restProps);
|
|
60
57
|
return _jsx(TextIconButton, Object.assign({
|
|
61
58
|
id: id,
|
|
62
|
-
icon:
|
|
59
|
+
icon: IconChevronLeft,
|
|
63
60
|
iconPosition: ButtonIconPosition.Start,
|
|
64
61
|
type: "tertiary",
|
|
65
62
|
className: fullClassName,
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { useMemo, useId } from "react";
|
|
3
3
|
import { classNames } from "../commonHelpers/classNames/classNames";
|
|
4
|
+
import { useIsRTL } from "../utils/localization/useIsRTL";
|
|
4
5
|
export const IconAlignLeft = ({ className, size, title, description, focusable = false }) => {
|
|
5
6
|
const uniqueId = useId();
|
|
6
|
-
const
|
|
7
|
+
const isRTL = useIsRTL();
|
|
8
|
+
const classes = useMemo(() => classNames(["zen-icon", size ? `zen-icon--${size}` : "", isRTL ? "zen-icon--rtl" : "", className !== null && className !== void 0 ? className : ""]), [size, isRTL, className]);
|
|
7
9
|
return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 25", focusable: focusable ? "true" : undefined, tabIndex: focusable ? 0 : undefined, role: focusable || title || description ? undefined : "presentation", className: classes, "aria-labelledby": title && focusable ? uniqueId : undefined, "data-name": "IconAlignLeft", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3 4.87a1 1 0 011-1h16a1 1 0 011 1v16a1 1 0 01-1 1H4a1 1 0 01-1-1v-16zm2 1v14h14v-14H5zm3 2a1 1 0 011 1v8a1 1 0 11-2 0v-8a1 1 0 011-1z" })] }));
|
|
8
10
|
};
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { useMemo, useId } from "react";
|
|
3
3
|
import { classNames } from "../commonHelpers/classNames/classNames";
|
|
4
|
+
import { useIsRTL } from "../utils/localization/useIsRTL";
|
|
4
5
|
export const IconAlignmentLeft = ({ className, size, title, description, focusable = false }) => {
|
|
5
6
|
const uniqueId = useId();
|
|
6
|
-
const
|
|
7
|
+
const isRTL = useIsRTL();
|
|
8
|
+
const classes = useMemo(() => classNames(["zen-icon", size ? `zen-icon--${size}` : "", isRTL ? "zen-icon--rtl" : "", className !== null && className !== void 0 ? className : ""]), [size, isRTL, className]);
|
|
7
9
|
return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 25", focusable: focusable ? "true" : undefined, tabIndex: focusable ? 0 : undefined, role: focusable || title || description ? undefined : "presentation", className: classes, "aria-labelledby": title && focusable ? uniqueId : undefined, "data-name": "IconAlignmentLeft", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3 5.87a1 1 0 011-1h16a1 1 0 110 2H4a1 1 0 01-1-1zm0 7a1 1 0 011-1h8a1 1 0 110 2H4a1 1 0 01-1-1zm0 7a1 1 0 011-1h16a1 1 0 110 2H4a1 1 0 01-1-1z" })] }));
|
|
8
10
|
};
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { useId, useMemo } from "react";
|
|
3
3
|
import { classNames } from "../commonHelpers/classNames/classNames";
|
|
4
|
+
import { useIsRTL } from "../utils/localization/useIsRTL";
|
|
4
5
|
export const IconAlignmentRight = ({ className, size, title, description, focusable = false }) => {
|
|
5
6
|
const uniqueId = useId();
|
|
6
|
-
const
|
|
7
|
+
const isRTL = useIsRTL();
|
|
8
|
+
const classes = useMemo(() => classNames(["zen-icon", size ? `zen-icon--${size}` : "", isRTL ? "zen-icon--rtl" : "", className !== null && className !== void 0 ? className : ""]), [size, isRTL, className]);
|
|
7
9
|
return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 25", focusable: focusable ? "true" : undefined, tabIndex: focusable ? 0 : undefined, role: focusable || title || description ? undefined : "presentation", className: classes, "aria-labelledby": title && focusable ? uniqueId : undefined, "data-name": "IconAlignmentRight", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3 5.87a1 1 0 011-1h16a1 1 0 110 2H4a1 1 0 01-1-1zm8 7a1 1 0 011-1h8a1 1 0 110 2h-8a1 1 0 01-1-1zm-8 7a1 1 0 011-1h16a1 1 0 110 2H4a1 1 0 01-1-1z" })] }));
|
|
8
10
|
};
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { useId, useMemo } from "react";
|
|
3
3
|
import { classNames } from "../commonHelpers/classNames/classNames";
|
|
4
|
+
import { useIsRTL } from "../utils/localization/useIsRTL";
|
|
4
5
|
export const IconArrowBottomLeft = ({ className, size, title, description, focusable = false }) => {
|
|
5
6
|
const uniqueId = useId();
|
|
6
|
-
const
|
|
7
|
+
const isRTL = useIsRTL();
|
|
8
|
+
const classes = useMemo(() => classNames(["zen-icon", size ? `zen-icon--${size}` : "", isRTL ? "zen-icon--rtl" : "", className !== null && className !== void 0 ? className : ""]), [size, isRTL, className]);
|
|
7
9
|
return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 25", focusable: focusable ? "true" : undefined, tabIndex: focusable ? 0 : undefined, role: focusable || title || description ? undefined : "presentation", className: classes, "aria-labelledby": title && focusable ? uniqueId : undefined, "data-name": "IconArrowBottomLeft", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16 18.87a1 1 0 01-1 1H6a1 1 0 01-1-1v-9a1 1 0 112 0v6.585l9.793-9.792a1 1 0 111.414 1.414L8.414 17.87H15a1 1 0 011 1z" })] }));
|
|
8
10
|
};
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { useId, useMemo } from "react";
|
|
3
3
|
import { classNames } from "../commonHelpers/classNames/classNames";
|
|
4
|
+
import { useIsRTL } from "../utils/localization/useIsRTL";
|
|
4
5
|
export const IconArrowBottomRight = ({ className, size, title, description, focusable = false }) => {
|
|
5
6
|
const uniqueId = useId();
|
|
6
|
-
const
|
|
7
|
+
const isRTL = useIsRTL();
|
|
8
|
+
const classes = useMemo(() => classNames(["zen-icon", size ? `zen-icon--${size}` : "", isRTL ? "zen-icon--rtl" : "", className !== null && className !== void 0 ? className : ""]), [size, isRTL, className]);
|
|
7
9
|
return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 25", focusable: focusable ? "true" : undefined, tabIndex: focusable ? 0 : undefined, role: focusable || title || description ? undefined : "presentation", className: classes, "aria-labelledby": title && focusable ? uniqueId : undefined, "data-name": "IconArrowBottomRight", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18 8.87a1 1 0 011 1v9a1 1 0 01-1 1H9a1 1 0 110-2h6.586L5.793 8.077a1 1 0 011.414-1.414L17 16.455V9.87a1 1 0 011-1z" })] }));
|
|
8
10
|
};
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { useId, useMemo } from "react";
|
|
3
3
|
import { classNames } from "../commonHelpers/classNames/classNames";
|
|
4
|
+
import { useIsRTL } from "../utils/localization/useIsRTL";
|
|
4
5
|
export const IconArrowLeftPath = ({ className, size, title, description, focusable = false }) => {
|
|
5
6
|
const uniqueId = useId();
|
|
6
|
-
const
|
|
7
|
+
const isRTL = useIsRTL();
|
|
8
|
+
const classes = useMemo(() => classNames(["zen-icon", size ? `zen-icon--${size}` : "", isRTL ? "zen-icon--rtl" : "", className !== null && className !== void 0 ? className : ""]), [size, isRTL, className]);
|
|
7
9
|
return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 25", focusable: focusable ? "true" : undefined, tabIndex: focusable ? 0 : undefined, role: focusable || title || description ? undefined : "presentation", className: classes, "aria-labelledby": title && focusable ? uniqueId : undefined, "data-name": "IconArrowLeftPath", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.413 4.959a1 1 0 01.587.91v3h10a1 1 0 011 1v6a1 1 0 01-1 1H11v3a1 1 0 01-1.659.753l-8-7a1 1 0 010-1.505l8-7a1 1 0 011.072-.158zm-6.894 7.91L9 17.667V15.87a1 1 0 011-1h10v-4H10a1 1 0 01-1-1V8.073L3.519 12.87z" })] }));
|
|
8
10
|
};
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { useId, useMemo } from "react";
|
|
3
3
|
import { classNames } from "../commonHelpers/classNames/classNames";
|
|
4
|
+
import { useIsRTL } from "../utils/localization/useIsRTL";
|
|
4
5
|
export const IconArrowRight = ({ className, size, title, description, focusable = false }) => {
|
|
5
6
|
const uniqueId = useId();
|
|
6
|
-
const
|
|
7
|
+
const isRTL = useIsRTL();
|
|
8
|
+
const classes = useMemo(() => classNames(["zen-icon", size ? `zen-icon--${size}` : "", isRTL ? "zen-icon--rtl" : "", className !== null && className !== void 0 ? className : ""]), [size, isRTL, className]);
|
|
7
9
|
return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 25", focusable: focusable ? "true" : undefined, tabIndex: focusable ? 0 : undefined, role: focusable || title || description ? undefined : "presentation", className: classes, "aria-labelledby": title && focusable ? uniqueId : undefined, "data-name": "IconArrowRight", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M21 12.87a1 1 0 01-.293.707l-6 6a1 1 0 11-1.414-1.415l4.293-4.292H4a1 1 0 110-2h13.586l-4.293-4.293a1 1 0 011.414-1.414l6 6a1 1 0 01.293.707z" })] }));
|
|
8
10
|
};
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { useId, useMemo } from "react";
|
|
3
3
|
import { classNames } from "../commonHelpers/classNames/classNames";
|
|
4
|
+
import { useIsRTL } from "../utils/localization/useIsRTL";
|
|
4
5
|
export const IconArrowRightCircle = ({ className, size, title, description, focusable = false }) => {
|
|
5
6
|
const uniqueId = useId();
|
|
6
|
-
const
|
|
7
|
+
const isRTL = useIsRTL();
|
|
8
|
+
const classes = useMemo(() => classNames(["zen-icon", size ? `zen-icon--${size}` : "", isRTL ? "zen-icon--rtl" : "", className !== null && className !== void 0 ? className : ""]), [size, isRTL, className]);
|
|
7
9
|
return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 25", focusable: focusable ? "true" : undefined, tabIndex: focusable ? 0 : undefined, role: focusable || title || description ? undefined : "presentation", className: classes, "aria-labelledby": title && focusable ? uniqueId : undefined, "data-name": "IconArrowRightCircle", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20 12.87a8 8 0 10-16 0 8 8 0 0016 0zm-8-10c5.523 0 10 4.477 10 10 0 5.522-4.477 10-10 10s-10-4.478-10-10c0-5.523 4.477-10 10-10zm1.707 6.293l3 3a1 1 0 010 1.414l-3 3a1 1 0 11-1.414-1.415l1.293-1.292H8a1 1 0 110-2h5.586l-1.293-1.293a1 1 0 011.414-1.414z" })] }));
|
|
8
10
|
};
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { useId, useMemo } from "react";
|
|
3
3
|
import { classNames } from "../commonHelpers/classNames/classNames";
|
|
4
|
+
import { useIsRTL } from "../utils/localization/useIsRTL";
|
|
4
5
|
export const IconArrowRightPath = ({ className, size, title, description, focusable = false }) => {
|
|
5
6
|
const uniqueId = useId();
|
|
6
|
-
const
|
|
7
|
+
const isRTL = useIsRTL();
|
|
8
|
+
const classes = useMemo(() => classNames(["zen-icon", size ? `zen-icon--${size}` : "", isRTL ? "zen-icon--rtl" : "", className !== null && className !== void 0 ? className : ""]), [size, isRTL, className]);
|
|
7
9
|
return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 25", focusable: focusable ? "true" : undefined, tabIndex: focusable ? 0 : undefined, role: focusable || title || description ? undefined : "presentation", className: classes, "aria-labelledby": title && focusable ? uniqueId : undefined, "data-name": "IconArrowRightPath", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.587 4.959a1 1 0 011.072.158l8 7a1 1 0 010 1.505l-8 7A1 1 0 0113 19.87v-3H3a1 1 0 01-1-1v-6a1 1 0 011-1h10v-3a1 1 0 01.587-.911zM15 8.073V9.87a1 1 0 01-1 1H4v4h10a1 1 0 011 1v1.796l5.481-4.796L15 8.073z" })] }));
|
|
8
10
|
};
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { useId, useMemo } from "react";
|
|
3
3
|
import { classNames } from "../commonHelpers/classNames/classNames";
|
|
4
|
+
import { useIsRTL } from "../utils/localization/useIsRTL";
|
|
4
5
|
export const IconArrowTopLeft = ({ className, size, title, description, focusable = false }) => {
|
|
5
6
|
const uniqueId = useId();
|
|
6
|
-
const
|
|
7
|
+
const isRTL = useIsRTL();
|
|
8
|
+
const classes = useMemo(() => classNames(["zen-icon", size ? `zen-icon--${size}` : "", isRTL ? "zen-icon--rtl" : "", className !== null && className !== void 0 ? className : ""]), [size, isRTL, className]);
|
|
7
9
|
return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 25", focusable: focusable ? "true" : undefined, tabIndex: focusable ? 0 : undefined, role: focusable || title || description ? undefined : "presentation", className: classes, "aria-labelledby": title && focusable ? uniqueId : undefined, "data-name": "IconArrowTopLeft", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6 16.87a1 1 0 01-1-1v-9a1 1 0 011-1h9a1 1 0 110 2H8.414l9.793 9.793a1 1 0 01-1.414 1.414L7 9.284v6.586a1 1 0 01-1 1z" })] }));
|
|
8
10
|
};
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { useId, useMemo } from "react";
|
|
3
3
|
import { classNames } from "../commonHelpers/classNames/classNames";
|
|
4
|
+
import { useIsRTL } from "../utils/localization/useIsRTL";
|
|
4
5
|
export const IconArrowTopRight = ({ className, size, title, description, focusable = false }) => {
|
|
5
6
|
const uniqueId = useId();
|
|
6
|
-
const
|
|
7
|
+
const isRTL = useIsRTL();
|
|
8
|
+
const classes = useMemo(() => classNames(["zen-icon", size ? `zen-icon--${size}` : "", isRTL ? "zen-icon--rtl" : "", className !== null && className !== void 0 ? className : ""]), [size, isRTL, className]);
|
|
7
9
|
return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 25", focusable: focusable ? "true" : undefined, tabIndex: focusable ? 0 : undefined, role: focusable || title || description ? undefined : "presentation", className: classes, "aria-labelledby": title && focusable ? uniqueId : undefined, "data-name": "IconArrowTopRight", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 6.87a1 1 0 011-1h9a1 1 0 011 1v9a1 1 0 11-2 0V9.284l-9.793 9.793a1 1 0 11-1.414-1.415l9.793-9.792H9a1 1 0 01-1-1z" })] }));
|
|
8
10
|
};
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { useId, useMemo } from "react";
|
|
3
3
|
import { classNames } from "../commonHelpers/classNames/classNames";
|
|
4
|
+
import { useIsRTL } from "../utils/localization/useIsRTL";
|
|
4
5
|
export const IconChevronDoubleRight = ({ className, size, title, description, focusable = false }) => {
|
|
5
6
|
const uniqueId = useId();
|
|
6
|
-
const
|
|
7
|
+
const isRTL = useIsRTL();
|
|
8
|
+
const classes = useMemo(() => classNames(["zen-icon", size ? `zen-icon--${size}` : "", isRTL ? "zen-icon--rtl" : "", className !== null && className !== void 0 ? className : ""]), [size, isRTL, className]);
|
|
7
9
|
return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 25", focusable: focusable ? "true" : undefined, tabIndex: focusable ? 0 : undefined, role: focusable || title || description ? undefined : "presentation", className: classes, "aria-labelledby": title && focusable ? uniqueId : undefined, "data-name": "IconChevronDoubleRight", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.293 8.163a1 1 0 011.414 0l4 4a1 1 0 010 1.414l-4 4a1 1 0 11-1.414-1.415l3.293-3.292-3.293-3.293a1 1 0 010-1.414zm7 0a1 1 0 011.414 0l4 4a1 1 0 010 1.414l-4 4a1 1 0 11-1.414-1.415l3.293-3.292-3.293-3.293a1 1 0 010-1.414z" })] }));
|
|
8
10
|
};
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { useId, useMemo } from "react";
|
|
3
3
|
import { classNames } from "../commonHelpers/classNames/classNames";
|
|
4
|
+
import { useIsRTL } from "../utils/localization/useIsRTL";
|
|
4
5
|
export const IconChevronRight = ({ className, size, title, description, focusable = false }) => {
|
|
5
6
|
const uniqueId = useId();
|
|
6
|
-
const
|
|
7
|
+
const isRTL = useIsRTL();
|
|
8
|
+
const classes = useMemo(() => classNames(["zen-icon", size ? `zen-icon--${size}` : "", isRTL ? "zen-icon--rtl" : "", className !== null && className !== void 0 ? className : ""]), [size, isRTL, className]);
|
|
7
9
|
return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 25", focusable: focusable ? "true" : undefined, tabIndex: focusable ? 0 : undefined, role: focusable || title || description ? undefined : "presentation", className: classes, "aria-labelledby": title && focusable ? uniqueId : undefined, "data-name": "IconChevronRight", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.293 4.163a1 1 0 011.414 0l8 8a1 1 0 010 1.414l-8 8a1 1 0 11-1.414-1.415l7.293-7.292-7.293-7.293a1 1 0 010-1.414z" })] }));
|
|
8
10
|
};
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { useId, useMemo } from "react";
|
|
3
3
|
import { classNames } from "../commonHelpers/classNames/classNames";
|
|
4
|
+
import { useIsRTL } from "../utils/localization/useIsRTL";
|
|
4
5
|
export const IconChevronRightSmall = ({ className, size, title, description, focusable = false }) => {
|
|
5
6
|
const uniqueId = useId();
|
|
6
|
-
const
|
|
7
|
+
const isRTL = useIsRTL();
|
|
8
|
+
const classes = useMemo(() => classNames(["zen-icon", size ? `zen-icon--${size}` : "", isRTL ? "zen-icon--rtl" : "", className !== null && className !== void 0 ? className : ""]), [size, isRTL, className]);
|
|
7
9
|
return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 25", focusable: focusable ? "true" : undefined, tabIndex: focusable ? 0 : undefined, role: focusable || title || description ? undefined : "presentation", className: classes, "aria-labelledby": title && focusable ? uniqueId : undefined, "data-name": "IconChevronRightSmall", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.293 8.163a1 1 0 011.414 0l4 4a1 1 0 010 1.414l-4 4a1 1 0 11-1.414-1.415l3.293-3.292-3.293-3.293a1 1 0 010-1.414z" })] }));
|
|
8
10
|
};
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { useId, useMemo } from "react";
|
|
3
3
|
import { classNames } from "../commonHelpers/classNames/classNames";
|
|
4
|
+
import { useIsRTL } from "../utils/localization/useIsRTL";
|
|
4
5
|
export const IconCornerDownLeft = ({ className, size, title, description, focusable = false }) => {
|
|
5
6
|
const uniqueId = useId();
|
|
6
|
-
const
|
|
7
|
+
const isRTL = useIsRTL();
|
|
8
|
+
const classes = useMemo(() => classNames(["zen-icon", size ? `zen-icon--${size}` : "", isRTL ? "zen-icon--rtl" : "", className !== null && className !== void 0 ? className : ""]), [size, isRTL, className]);
|
|
7
9
|
return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 25", focusable: focusable ? "true" : undefined, tabIndex: focusable ? 0 : undefined, role: focusable || title || description ? undefined : "presentation", className: classes, "aria-labelledby": title && focusable ? uniqueId : undefined, "data-name": "IconCornerDownLeft", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20 4.87a1 1 0 00-1 1v9H6.414l2.293-2.293a1 1 0 10-1.414-1.415l-4 4a1 1 0 000 1.415l4 4a1 1 0 101.414-1.415L6.414 16.87H20a1 1 0 001-1v-10a1 1 0 00-1-1z" })] }));
|
|
8
10
|
};
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { useId, useMemo } from "react";
|
|
3
3
|
import { classNames } from "../commonHelpers/classNames/classNames";
|
|
4
|
+
import { useIsRTL } from "../utils/localization/useIsRTL";
|
|
4
5
|
export const IconCornerDownRight = ({ className, size, title, description, focusable = false }) => {
|
|
5
6
|
const uniqueId = useId();
|
|
6
|
-
const
|
|
7
|
+
const isRTL = useIsRTL();
|
|
8
|
+
const classes = useMemo(() => classNames(["zen-icon", size ? `zen-icon--${size}` : "", isRTL ? "zen-icon--rtl" : "", className !== null && className !== void 0 ? className : ""]), [size, isRTL, className]);
|
|
7
9
|
return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 25", focusable: focusable ? "true" : undefined, tabIndex: focusable ? 0 : undefined, role: focusable || title || description ? undefined : "presentation", className: classes, "aria-labelledby": title && focusable ? uniqueId : undefined, "data-name": "IconCornerDownRight", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4 4.87a1 1 0 011 1v9h12.586l-2.293-2.293a1 1 0 011.414-1.415l4 4a1 1 0 010 1.415l-4 4a1 1 0 11-1.414-1.415l2.293-2.292H4a1 1 0 01-1-1v-10a1 1 0 011-1z" })] }));
|
|
8
10
|
};
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { useId, useMemo } from "react";
|
|
3
3
|
import { classNames } from "../commonHelpers/classNames/classNames";
|
|
4
|
+
import { useIsRTL } from "../utils/localization/useIsRTL";
|
|
4
5
|
export const IconCornerLeftDown = ({ className, size, title, description, focusable = false }) => {
|
|
5
6
|
const uniqueId = useId();
|
|
6
|
-
const
|
|
7
|
+
const isRTL = useIsRTL();
|
|
8
|
+
const classes = useMemo(() => classNames(["zen-icon", size ? `zen-icon--${size}` : "", isRTL ? "zen-icon--rtl" : "", className !== null && className !== void 0 ? className : ""]), [size, isRTL, className]);
|
|
7
9
|
return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 25", focusable: focusable ? "true" : undefined, tabIndex: focusable ? 0 : undefined, role: focusable || title || description ? undefined : "presentation", className: classes, "aria-labelledby": title && focusable ? uniqueId : undefined, "data-name": "IconCornerLeftDown", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M21 4.87a1 1 0 01-1 1H9v12.585l2.293-2.292a1 1 0 011.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 111.414-1.415L7 18.456V4.87a1 1 0 011-1h12a1 1 0 011 1z" })] }));
|
|
8
10
|
};
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { useId, useMemo } from "react";
|
|
3
3
|
import { classNames } from "../commonHelpers/classNames/classNames";
|
|
4
|
+
import { useIsRTL } from "../utils/localization/useIsRTL";
|
|
4
5
|
export const IconCornerLeftUp = ({ className, size, title, description, focusable = false }) => {
|
|
5
6
|
const uniqueId = useId();
|
|
6
|
-
const
|
|
7
|
+
const isRTL = useIsRTL();
|
|
8
|
+
const classes = useMemo(() => classNames(["zen-icon", size ? `zen-icon--${size}` : "", isRTL ? "zen-icon--rtl" : "", className !== null && className !== void 0 ? className : ""]), [size, isRTL, className]);
|
|
7
9
|
return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 25", focusable: focusable ? "true" : undefined, tabIndex: focusable ? 0 : undefined, role: focusable || title || description ? undefined : "presentation", className: classes, "aria-labelledby": title && focusable ? uniqueId : undefined, "data-name": "IconCornerLeftUp", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.293 4.163a1 1 0 011.414 0l4 4a1 1 0 01-1.414 1.414L9 7.284V19.87h11a1 1 0 110 2H8a1 1 0 01-1-1V7.284L4.707 9.577a1 1 0 01-1.414-1.414l4-4z" })] }));
|
|
8
10
|
};
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { useId, useMemo } from "react";
|
|
3
3
|
import { classNames } from "../commonHelpers/classNames/classNames";
|
|
4
|
+
import { useIsRTL } from "../utils/localization/useIsRTL";
|
|
4
5
|
export const IconCornerRightDown = ({ className, size, title, description, focusable = false }) => {
|
|
5
6
|
const uniqueId = useId();
|
|
6
|
-
const
|
|
7
|
+
const isRTL = useIsRTL();
|
|
8
|
+
const classes = useMemo(() => classNames(["zen-icon", size ? `zen-icon--${size}` : "", isRTL ? "zen-icon--rtl" : "", className !== null && className !== void 0 ? className : ""]), [size, isRTL, className]);
|
|
7
9
|
return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 25", focusable: focusable ? "true" : undefined, tabIndex: focusable ? 0 : undefined, role: focusable || title || description ? undefined : "presentation", className: classes, "aria-labelledby": title && focusable ? uniqueId : undefined, "data-name": "IconCornerRightDown", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3 4.87a1 1 0 001 1h11v12.585l-2.293-2.292a1 1 0 00-1.414 1.414l4 4a1 1 0 001.414 0l4-4a1 1 0 00-1.414-1.415L17 18.456V4.87a1 1 0 00-1-1H4a1 1 0 00-1 1z" })] }));
|
|
8
10
|
};
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { useId, useMemo } from "react";
|
|
3
3
|
import { classNames } from "../commonHelpers/classNames/classNames";
|
|
4
|
+
import { useIsRTL } from "../utils/localization/useIsRTL";
|
|
4
5
|
export const IconCornerRightUp = ({ className, size, title, description, focusable = false }) => {
|
|
5
6
|
const uniqueId = useId();
|
|
6
|
-
const
|
|
7
|
+
const isRTL = useIsRTL();
|
|
8
|
+
const classes = useMemo(() => classNames(["zen-icon", size ? `zen-icon--${size}` : "", isRTL ? "zen-icon--rtl" : "", className !== null && className !== void 0 ? className : ""]), [size, isRTL, className]);
|
|
7
9
|
return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 25", focusable: focusable ? "true" : undefined, tabIndex: focusable ? 0 : undefined, role: focusable || title || description ? undefined : "presentation", className: classes, "aria-labelledby": title && focusable ? uniqueId : undefined, "data-name": "IconCornerRightUp", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.293 4.163a1 1 0 011.414 0l4 4a1 1 0 01-1.414 1.414L17 7.284V20.87a1 1 0 01-1 1H4a1 1 0 110-2h11V7.284l-2.293 2.293a1 1 0 11-1.414-1.414l4-4z" })] }));
|
|
8
10
|
};
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { useId, useMemo } from "react";
|
|
3
3
|
import { classNames } from "../commonHelpers/classNames/classNames";
|
|
4
|
+
import { useIsRTL } from "../utils/localization/useIsRTL";
|
|
4
5
|
export const IconCornerUpLeft = ({ className, size, title, description, focusable = false }) => {
|
|
5
6
|
const uniqueId = useId();
|
|
6
|
-
const
|
|
7
|
+
const isRTL = useIsRTL();
|
|
8
|
+
const classes = useMemo(() => classNames(["zen-icon", size ? `zen-icon--${size}` : "", isRTL ? "zen-icon--rtl" : "", className !== null && className !== void 0 ? className : ""]), [size, isRTL, className]);
|
|
7
9
|
return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", focusable: focusable ? "true" : undefined, tabIndex: focusable ? 0 : undefined, role: focusable || title || description ? undefined : "presentation", className: classes, "aria-labelledby": title && focusable ? uniqueId : undefined, "data-name": "IconCornerUpLeft", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", d: "M20 20a1 1 0 0 1-1-1v-9H6.414l2.293 2.293a1 1 0 1 1-1.414 1.414l-4-4a1 1 0 0 1 0-1.414l4-4a1 1 0 0 1 1.414 1.414L6.414 8H20a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1", clipRule: "evenodd" })] }));
|
|
8
10
|
};
|