@kaizen/components 1.66.0 → 1.67.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/codemods/README.md +5 -0
- package/codemods/upgradeIconV1/getNewIconPropsFromOldIconName.ts +255 -0
- package/codemods/upgradeIconV1/index.ts +33 -0
- package/codemods/upgradeIconV1/transformCaMonogramIconToBrand.spec.ts +83 -0
- package/codemods/upgradeIconV1/transformCaMonogramIconToBrand.ts +53 -0
- package/codemods/upgradeIconV1/transformIcon.spec.ts +181 -0
- package/codemods/upgradeIconV1/transformIcon.ts +115 -0
- package/codemods/upgradeIconV1/transformSpinnerIconToLoadingSpinner.spec.ts +81 -0
- package/codemods/upgradeIconV1/transformSpinnerIconToLoadingSpinner.ts +41 -0
- package/codemods/upgradeIconV1/upgradeIconV1.spec.ts +306 -0
- package/codemods/upgradeIconV1/upgradeIconV1.ts +94 -0
- package/codemods/utils/createProp.spec.ts +83 -0
- package/codemods/utils/createProp.ts +51 -0
- package/codemods/utils/getKaioTagName.spec.ts +85 -0
- package/codemods/utils/getKaioTagName.ts +129 -0
- package/codemods/utils/index.ts +3 -1
- package/codemods/utils/transformComponentsInDir.ts +32 -16
- package/codemods/utils/transformSource.ts +10 -5
- package/codemods/utils/updateJsxElementWithNewProps.ts +4 -3
- package/codemods/utils/updateKaioImports.spec.ts +223 -0
- package/codemods/utils/updateKaioImports.ts +233 -0
- package/dist/cjs/Avatar/Avatar.cjs +16 -13
- package/dist/cjs/Calendar/CalendarRange/CalendarRange.cjs +9 -7
- package/dist/cjs/Calendar/CalendarSingle/CalendarSingle.cjs +9 -7
- package/dist/cjs/Calendar/LegacyCalendarRange/LegacyCalendarRange.cjs +9 -7
- package/dist/cjs/Checkbox/Checkbox/Checkbox.cjs +5 -11
- package/dist/cjs/ClearButton/ClearButton.cjs +5 -4
- package/dist/cjs/Collapsible/Collapsible/Collapsible.cjs +4 -7
- package/dist/cjs/DateInput/DateInputWithIconButton/DateInputWithIconButton.cjs +5 -4
- package/dist/cjs/DateRangePicker/DateRangePicker.cjs +5 -4
- package/dist/cjs/ErrorPage/ErrorPage.cjs +9 -7
- package/dist/cjs/FieldMessage/FieldMessage.cjs +5 -11
- package/dist/cjs/Filter/FilterBar/subcomponents/AddFiltersMenu/AddFiltersMenu.cjs +4 -5
- package/dist/cjs/Filter/FilterButton/FilterButton/FilterButton.cjs +4 -7
- package/dist/cjs/Filter/FilterButton/FilterButtonRemovable/FilterButtonRemovable.cjs +5 -5
- package/dist/cjs/Filter/FilterMultiSelect/subcomponents/MultiSelectOption/MultiSelectOption.cjs +4 -4
- package/dist/cjs/GuidanceBlock/GuidanceBlock.cjs +5 -4
- package/dist/cjs/Illustration/utils/usePausePlay.cjs +5 -8
- package/dist/cjs/Input/InputSearch/InputSearch.cjs +4 -3
- package/dist/cjs/LikertScaleLegacy/LikertScaleLegacy.cjs +5 -6
- package/dist/cjs/Modal/ConfirmationModal/ConfirmationModal.cjs +31 -26
- package/dist/cjs/Modal/GenericModal/subcomponents/ModalHeader/ModalHeader.cjs +4 -5
- package/dist/cjs/MultiSelect/subcomponents/Checkbox/Checkbox.cjs +7 -17
- package/dist/cjs/MultiSelect/subcomponents/MultiSelectToggle/MultiSelectToggle.cjs +4 -7
- package/dist/cjs/Notification/subcomponents/CancelButton/CancelButton.cjs +4 -3
- package/dist/cjs/Notification/subcomponents/NotificationIcon/NotificationIcon.cjs +33 -38
- package/dist/cjs/Notification/subcomponents/NotificationIcon/NotificationIcon.module.css.cjs +6 -0
- package/dist/cjs/Pagination/subcomponents/DirectionalLink/DirectionalLink.cjs +11 -19
- package/dist/cjs/Pagination/subcomponents/TruncateIndicator/TruncateIndicator.cjs +4 -5
- package/dist/cjs/Popover/Popover.cjs +5 -4
- package/dist/cjs/Popover/utils/classMappers.cjs +21 -16
- package/dist/cjs/RichTextEditor/RichTextEditor/utils/controlmap.cjs +29 -25
- package/dist/cjs/RichTextEditor/utils/plugins/LinkManager/components/LinkPopover/LinkPopover.cjs +10 -12
- package/dist/cjs/Select/Select.cjs +8 -10
- package/dist/cjs/SplitButton/subcomponents/DropdownButton/DropdownButton.cjs +4 -4
- package/dist/cjs/Table/Table.cjs +11 -10
- package/dist/cjs/Tag/Tag.cjs +21 -17
- package/dist/cjs/TextField/TextField.cjs +5 -4
- package/dist/cjs/Tile/subcomponents/GenericTile/GenericTile.cjs +8 -7
- package/dist/cjs/TitleBlockZen/TitleBlockZen.cjs +9 -12
- package/dist/cjs/TitleBlockZen/subcomponents/MainActions.cjs +7 -7
- package/dist/cjs/TitleBlockZen/subcomponents/MobileActions.cjs +10 -15
- package/dist/cjs/TitleBlockZen/subcomponents/SecondaryActions.cjs +7 -7
- package/dist/cjs/ToggleSwitch/ToggleSwitch/ToggleSwitch.cjs +5 -5
- package/dist/cjs/Workflow/subcomponents/Footer/components/ProgressStepper/ProgressStepper.cjs +13 -18
- package/dist/cjs/__future__/Icon/Icon.cjs +47 -0
- package/dist/cjs/__future__/Icon/Icon.module.css.cjs +10 -0
- package/dist/cjs/__future__/Icon/constants.cjs +8 -0
- package/dist/cjs/__future__/Select/subcomponents/Option/Option.cjs +4 -5
- package/dist/cjs/__future__/Select/subcomponents/SelectToggle/SelectToggle.cjs +5 -9
- package/dist/cjs/__future__/Tag/RemovableTag/subcomponents/RemoveButton.cjs +4 -3
- package/dist/cjs/future.cjs +2 -0
- package/dist/esm/Avatar/Avatar.mjs +16 -13
- package/dist/esm/Calendar/CalendarRange/CalendarRange.mjs +9 -7
- package/dist/esm/Calendar/CalendarSingle/CalendarSingle.mjs +9 -7
- package/dist/esm/Calendar/LegacyCalendarRange/LegacyCalendarRange.mjs +9 -7
- package/dist/esm/Checkbox/Checkbox/Checkbox.mjs +5 -11
- package/dist/esm/ClearButton/ClearButton.mjs +5 -4
- package/dist/esm/Collapsible/Collapsible/Collapsible.mjs +5 -8
- package/dist/esm/DateInput/DateInputWithIconButton/DateInputWithIconButton.mjs +5 -4
- package/dist/esm/DateRangePicker/DateRangePicker.mjs +5 -4
- package/dist/esm/ErrorPage/ErrorPage.mjs +10 -8
- package/dist/esm/FieldMessage/FieldMessage.mjs +6 -12
- package/dist/esm/Filter/FilterBar/subcomponents/AddFiltersMenu/AddFiltersMenu.mjs +4 -5
- package/dist/esm/Filter/FilterButton/FilterButton/FilterButton.mjs +5 -8
- package/dist/esm/Filter/FilterButton/FilterButtonRemovable/FilterButtonRemovable.mjs +5 -5
- package/dist/esm/Filter/FilterMultiSelect/subcomponents/MultiSelectOption/MultiSelectOption.mjs +4 -4
- package/dist/esm/GuidanceBlock/GuidanceBlock.mjs +5 -4
- package/dist/esm/Illustration/utils/usePausePlay.mjs +5 -8
- package/dist/esm/Input/InputSearch/InputSearch.mjs +4 -3
- package/dist/esm/LikertScaleLegacy/LikertScaleLegacy.mjs +5 -6
- package/dist/esm/Modal/ConfirmationModal/ConfirmationModal.mjs +31 -26
- package/dist/esm/Modal/GenericModal/subcomponents/ModalHeader/ModalHeader.mjs +4 -5
- package/dist/esm/MultiSelect/subcomponents/Checkbox/Checkbox.mjs +7 -17
- package/dist/esm/MultiSelect/subcomponents/MultiSelectToggle/MultiSelectToggle.mjs +5 -8
- package/dist/esm/Notification/subcomponents/CancelButton/CancelButton.mjs +4 -3
- package/dist/esm/Notification/subcomponents/NotificationIcon/NotificationIcon.mjs +33 -38
- package/dist/esm/Notification/subcomponents/NotificationIcon/NotificationIcon.module.css.mjs +4 -0
- package/dist/esm/Pagination/subcomponents/DirectionalLink/DirectionalLink.mjs +11 -19
- package/dist/esm/Pagination/subcomponents/TruncateIndicator/TruncateIndicator.mjs +4 -5
- package/dist/esm/Popover/Popover.mjs +5 -4
- package/dist/esm/Popover/utils/classMappers.mjs +21 -16
- package/dist/esm/RichTextEditor/RichTextEditor/utils/controlmap.mjs +33 -29
- package/dist/esm/RichTextEditor/utils/plugins/LinkManager/components/LinkPopover/LinkPopover.mjs +10 -12
- package/dist/esm/Select/Select.mjs +9 -11
- package/dist/esm/SplitButton/subcomponents/DropdownButton/DropdownButton.mjs +4 -4
- package/dist/esm/Table/Table.mjs +11 -10
- package/dist/esm/Tag/Tag.mjs +21 -17
- package/dist/esm/TextField/TextField.mjs +5 -4
- package/dist/esm/Tile/subcomponents/GenericTile/GenericTile.mjs +8 -7
- package/dist/esm/TitleBlockZen/TitleBlockZen.mjs +9 -12
- package/dist/esm/TitleBlockZen/subcomponents/MainActions.mjs +7 -7
- package/dist/esm/TitleBlockZen/subcomponents/MobileActions.mjs +13 -18
- package/dist/esm/TitleBlockZen/subcomponents/SecondaryActions.mjs +7 -7
- package/dist/esm/ToggleSwitch/ToggleSwitch/ToggleSwitch.mjs +5 -5
- package/dist/esm/Workflow/subcomponents/Footer/components/ProgressStepper/ProgressStepper.mjs +16 -21
- package/dist/esm/__future__/Icon/Icon.mjs +38 -0
- package/dist/esm/__future__/Icon/Icon.module.css.mjs +8 -0
- package/dist/esm/__future__/Icon/constants.mjs +6 -0
- package/dist/esm/__future__/Select/subcomponents/Option/Option.mjs +4 -5
- package/dist/esm/__future__/Select/subcomponents/SelectToggle/SelectToggle.mjs +6 -10
- package/dist/esm/__future__/Tag/RemovableTag/subcomponents/RemoveButton.mjs +4 -3
- package/dist/esm/future.mjs +1 -0
- package/dist/styles.css +585 -561
- package/dist/types/__future__/Icon/Icon.d.ts +21 -0
- package/dist/types/__future__/Icon/constants.d.ts +5 -0
- package/dist/types/__future__/Icon/index.d.ts +1 -0
- package/dist/types/__future__/Icon/types.d.ts +4 -0
- package/dist/types/__future__/index.d.ts +1 -0
- package/package.json +10 -10
- package/src/Avatar/Avatar.module.scss +6 -8
- package/src/Avatar/Avatar.tsx +14 -5
- package/src/BrandMoment/_docs/BrandMoment.stories.tsx +6 -10
- package/src/BrandMoment/_docs/ExampleHeaders.tsx +2 -2
- package/src/Calendar/CalendarRange/CalendarRange.tsx +7 -3
- package/src/Calendar/CalendarSingle/CalendarSingle.tsx +7 -3
- package/src/Calendar/LegacyCalendarRange/LegacyCalendarRange.tsx +7 -3
- package/src/Calendar/baseCalendarClassNames.module.scss +0 -4
- package/src/Checkbox/Checkbox/Checkbox.module.scss +0 -8
- package/src/Checkbox/Checkbox/Checkbox.tsx +6 -8
- package/src/ClearButton/ClearButton.tsx +2 -2
- package/src/Collapsible/Collapsible/Collapsible.tsx +5 -6
- package/src/Collapsible/Collapsible/_docs/Collapsible.stories.tsx +2 -2
- package/src/DateInput/DateInputWithIconButton/DateInputWithIconButton.module.scss +2 -7
- package/src/DateInput/DateInputWithIconButton/DateInputWithIconButton.tsx +2 -2
- package/src/DateRangePicker/DateRangePicker.tsx +2 -2
- package/src/EmptyState/_docs/EmptyState.stickersheet.stories.tsx +8 -2
- package/src/EmptyState/_docs/EmptyState.stories.tsx +4 -2
- package/src/ErrorPage/ErrorPage.tsx +5 -3
- package/src/FieldMessage/FieldMessage.tsx +6 -14
- package/src/Filter/FilterBar/FilterBar.spec.tsx +12 -12
- package/src/Filter/FilterBar/subcomponents/AddFiltersMenu/AddFiltersMenu.tsx +2 -2
- package/src/Filter/FilterButton/FilterButton/FilterButton.module.scss +1 -1
- package/src/Filter/FilterButton/FilterButton/FilterButton.tsx +5 -6
- package/src/Filter/FilterButton/FilterButtonRemovable/FilterButtonRemovable.tsx +2 -2
- package/src/Filter/FilterDateRangePicker/FilterDateRangePicker.spec.tsx +0 -1
- package/src/Filter/FilterDateRangePicker/subcomponents/DateRangeInputField/DateRangeInputField.spec.tsx +2 -1
- package/src/Filter/FilterMultiSelect/subcomponents/MultiSelectOption/MultiSelectOption.tsx +2 -2
- package/src/Filter/FilterSelect/FilterSelect.spec.tsx +4 -5
- package/src/GuidanceBlock/GuidanceBlock.tsx +6 -2
- package/src/Icon/_docs/{Icon.stories.tsx → Icon.docs.stories.tsx} +1 -1
- package/src/Icon/_docs/Icon.mdx +1 -2
- package/src/Icon/_docs/Icon.stickersheet.stories.tsx +1 -1
- package/src/Illustration/utils/usePausePlay.tsx +7 -5
- package/src/Input/Input/_docs/Input.stickersheet.stories.tsx +7 -5
- package/src/Input/Input/_docs/Input.stories.tsx +5 -3
- package/src/Input/InputSearch/InputSearch.tsx +2 -2
- package/src/Label/Label.module.scss +4 -0
- package/src/LikertScaleLegacy/LikertScaleLegacy.tsx +2 -2
- package/src/Loading/LoadingGraphic/_docs/LoadingGraphic.stories.tsx +2 -2
- package/src/Modal/ConfirmationModal/ConfirmationModal.module.scss +2 -0
- package/src/Modal/ConfirmationModal/ConfirmationModal.tsx +32 -35
- package/src/Modal/GenericModal/subcomponents/ModalHeader/ModalHeader.tsx +2 -2
- package/src/MultiSelect/MultiSelect.spec.tsx +7 -3
- package/src/MultiSelect/subcomponents/Checkbox/Checkbox.module.scss +0 -6
- package/src/MultiSelect/subcomponents/Checkbox/Checkbox.tsx +10 -9
- package/src/MultiSelect/subcomponents/MultiSelectOptions/MultiSelectOptions.spec.tsx +11 -7
- package/src/MultiSelect/subcomponents/MultiSelectToggle/MultiSelectToggle.tsx +5 -7
- package/src/Notification/subcomponents/CancelButton/CancelButton.tsx +2 -2
- package/src/Notification/subcomponents/GenericNotification/_mixins.scss +2 -0
- package/src/Notification/subcomponents/NotificationIcon/NotificationIcon.module.css +3 -0
- package/src/Notification/subcomponents/NotificationIcon/NotificationIcon.tsx +22 -16
- package/src/Pagination/subcomponents/DirectionalLink/DirectionalLink.module.scss +0 -4
- package/src/Pagination/subcomponents/DirectionalLink/DirectionalLink.tsx +13 -12
- package/src/Pagination/subcomponents/TruncateIndicator/TruncateIndicator.module.scss +0 -1
- package/src/Pagination/subcomponents/TruncateIndicator/TruncateIndicator.tsx +2 -2
- package/src/Popover/Popover.module.scss +3 -3
- package/src/Popover/Popover.tsx +2 -2
- package/src/Popover/utils/classMappers.tsx +6 -11
- package/src/RichTextEditor/RichTextEditor/subcomponents/ToggleIconButton/_docs/ToggleIconButton.stickersheet.stories.tsx +7 -7
- package/src/RichTextEditor/RichTextEditor/subcomponents/ToggleIconButton/_docs/ToggleIconButton.stories.tsx +2 -2
- package/src/RichTextEditor/RichTextEditor/subcomponents/Toolbar/Toolbar.spec.tsx +7 -4
- package/src/RichTextEditor/RichTextEditor/subcomponents/Toolbar/_docs/Toolbar.stories.tsx +18 -12
- package/src/RichTextEditor/RichTextEditor/utils/controlmap.tsx +25 -18
- package/src/RichTextEditor/utils/plugins/LinkManager/components/LinkPopover/LinkPopover.tsx +4 -8
- package/src/Select/Select.module.scss +2 -0
- package/src/Select/Select.tsx +10 -7
- package/src/SplitButton/subcomponents/DropdownButton/DropdownButton.spec.tsx +4 -5
- package/src/SplitButton/subcomponents/DropdownButton/DropdownButton.tsx +2 -2
- package/src/Table/Table.tsx +4 -8
- package/src/Table/_docs/Table.stickersheet.stories.tsx +4 -4
- package/src/Table/_docs/Table.stories.tsx +3 -3
- package/src/Tag/Tag.module.scss +2 -0
- package/src/Tag/Tag.tsx +7 -13
- package/src/Text/Text.module.scss +2 -0
- package/src/TextField/TextField.spec.tsx +9 -4
- package/src/TextField/TextField.tsx +2 -2
- package/src/TextField/_docs/TextField.stories.tsx +4 -3
- package/src/Tile/subcomponents/GenericTile/GenericTile.tsx +3 -3
- package/src/TitleBlockZen/TitleBlockZen.module.scss +1 -0
- package/src/TitleBlockZen/TitleBlockZen.spec.tsx +1 -1
- package/src/TitleBlockZen/TitleBlockZen.tsx +6 -9
- package/src/TitleBlockZen/_docs/TitleBlockZen.stories.tsx +5 -5
- package/src/TitleBlockZen/subcomponents/MainActions.tsx +5 -3
- package/src/TitleBlockZen/subcomponents/MobileActions.tsx +13 -16
- package/src/TitleBlockZen/subcomponents/SecondaryActions.tsx +3 -3
- package/src/ToggleSwitch/ToggleSwitch/ToggleSwitch.module.scss +0 -3
- package/src/ToggleSwitch/ToggleSwitch/ToggleSwitch.tsx +2 -2
- package/src/Workflow/_docs/Workflow.stories.tsx +4 -5
- package/src/Workflow/_docs/WorkflowHeader.stories.tsx +4 -5
- package/src/Workflow/_docs/controls/controls.tsx +4 -4
- package/src/Workflow/subcomponents/Footer/components/ProgressStepper/ProgressStepper.tsx +6 -31
- package/src/__actions__/Button/v1/Button/_docs/Button.stickersheet.stories.tsx +5 -5
- package/src/__actions__/Button/v1/Button/_docs/Button.stories.tsx +6 -5
- package/src/__actions__/Button/v1/IconButton/_docs/IconButton.stickersheet.stories.tsx +6 -6
- package/src/__actions__/Button/v1/IconButton/_docs/IconButton.stories.tsx +4 -4
- package/src/__actions__/Button/v2/Button/_docs/Button.stories.tsx +6 -5
- package/src/__actions__/Button/v2/IconButton/_docs/IconButton.stories.tsx +4 -4
- package/src/__actions__/Menu/v1/_docs/Menu.stickersheet.stories.tsx +3 -3
- package/src/__actions__/Menu/v1/_docs/Menu.stories.tsx +3 -3
- package/src/__actions__/Menu/v1/_docs/MenuContentExample.tsx +6 -6
- package/src/__actions__/Menu/v1/_docs/examples.tsx +5 -5
- package/src/__actions__/Menu/v2/_docs/Menu.stories.tsx +3 -3
- package/src/__actions__/Menu/v3/_docs/ApiSpecification.mdx +1 -3
- package/src/__actions__/Menu/v3/_docs/Menu.docs.stories.tsx +46 -45
- package/src/__actions__/Menu/v3/_docs/Menu.mdx +1 -1
- package/src/__actions__/Menu/v3/_docs/Menu.spec.stories.tsx +21 -23
- package/src/__actions__/Menu/v3/_docs/Menu.stories.tsx +12 -15
- package/src/__future__/Icon/Icon.module.css +35 -0
- package/src/__future__/Icon/Icon.spec.tsx +36 -0
- package/src/__future__/Icon/Icon.tsx +85 -0
- package/src/__future__/Icon/_docs/Icon--api-specification.mdx +98 -0
- package/src/__future__/Icon/_docs/Icon--usage-guidelines.mdx +145 -0
- package/src/__future__/Icon/_docs/Icon.docs.module.css +17 -0
- package/src/__future__/Icon/_docs/Icon.docs.stories.tsx +524 -0
- package/src/__future__/Icon/_docs/Icon.stickersheet.stories.tsx +126 -0
- package/src/__future__/Icon/_docs/assets/interface-dont.png +0 -0
- package/src/__future__/Icon/_docs/assets/tooltip-dont.png +0 -0
- package/src/__future__/Icon/constants.ts +149 -0
- package/src/__future__/Icon/index.ts +1 -0
- package/src/__future__/Icon/material-symbols-metadata.json +3370 -0
- package/src/__future__/Icon/types.ts +11 -0
- package/src/__future__/Select/subcomponents/Option/Option.tsx +2 -2
- package/src/__future__/Select/subcomponents/SelectToggle/SelectToggle.module.scss +1 -1
- package/src/__future__/Select/subcomponents/SelectToggle/SelectToggle.tsx +6 -9
- package/src/__future__/Tag/RemovableTag/_docs/RemovableTag.stories.tsx +0 -77
- package/src/__future__/Tag/RemovableTag/subcomponents/RemoveButton.module.scss +0 -56
- package/src/__future__/Tag/RemovableTag/subcomponents/RemoveButton.tsx +2 -12
- package/src/__future__/Tag/Tag/Tag.module.scss +1 -1
- package/src/__future__/Tag/Tag/_docs/Tag-migration-guide.stories.tsx +6 -17
- package/src/__future__/Tag/Tag/_docs/Tag.stickersheet.stories.tsx +5 -2
- package/src/__future__/Tag/Tag/_docs/Tag.stories.tsx +13 -6
- package/src/__future__/index.ts +1 -0
- package/src/__overlays__/Tooltip/v1/_docs/Tooltip.stickersheet.stories.tsx +10 -10
- package/src/__overlays__/Tooltip/v1/_docs/Tooltip.stories.tsx +7 -4
- package/src/__overlays__/Tooltip/v1/utils/isSemanticElement.spec.tsx +4 -11
- package/src/__overlays__/Tooltip/v3/_docs/Tooltip.docs.stories.tsx +10 -10
- package/src/__overlays__/Tooltip/v3/_docs/Tooltip.spec.stories.tsx +3 -3
- package/codemods/utils/getTagName.spec.ts +0 -24
- package/codemods/utils/getTagName.ts +0 -32
- package/dist/cjs/__future__/Tag/RemovableTag/subcomponents/RemoveTagIcon.cjs +0 -23
- package/dist/esm/__future__/Tag/RemovableTag/subcomponents/RemoveTagIcon.mjs +0 -15
- package/dist/types/__future__/Tag/RemovableTag/subcomponents/RemoveTagIcon.d.ts +0 -2
- package/src/__future__/Tag/RemovableTag/subcomponents/RemoveTagIcon.tsx +0 -21
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import React from "react"
|
|
2
2
|
import { Meta, StoryObj } from "@storybook/react"
|
|
3
|
-
import { CloseIcon, VisibleIcon } from "~components/Icon"
|
|
4
3
|
import { Button } from "~components/__actions__/v2"
|
|
5
|
-
import { Tag } from "~components/__future__"
|
|
4
|
+
import { Icon, Tag } from "~components/__future__"
|
|
6
5
|
import { Workflow } from "../"
|
|
7
6
|
import { WorkflowControls } from "./controls"
|
|
8
7
|
|
|
@@ -20,7 +19,7 @@ const meta = {
|
|
|
20
19
|
<Button
|
|
21
20
|
key="would-use-uui-2"
|
|
22
21
|
label="Save and close"
|
|
23
|
-
icon={<
|
|
22
|
+
icon={<Icon name="close" isPresentational />}
|
|
24
23
|
secondary
|
|
25
24
|
iconPosition="end"
|
|
26
25
|
onClick={(): void => alert("mock example of a save action")}
|
|
@@ -51,14 +50,14 @@ export const MultipleActions: Story = {
|
|
|
51
50
|
<Button
|
|
52
51
|
key="would-use-uui-1"
|
|
53
52
|
label="Preview"
|
|
54
|
-
icon={<
|
|
53
|
+
icon={<Icon name="visibility" isPresentational isFilled />}
|
|
55
54
|
secondary
|
|
56
55
|
iconPosition="start"
|
|
57
56
|
/>,
|
|
58
57
|
<Button
|
|
59
58
|
key="would-use-uui-2"
|
|
60
59
|
label="Save and close"
|
|
61
|
-
icon={<
|
|
60
|
+
icon={<Icon name="close" isPresentational />}
|
|
62
61
|
secondary
|
|
63
62
|
iconPosition="end"
|
|
64
63
|
onClick={(): void => alert("mock example of a save action")}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from "react"
|
|
2
2
|
import { ArgTypes } from "@storybook/react"
|
|
3
|
-
import { CloseIcon, VisibleIcon } from "~components/Icon"
|
|
4
3
|
import { Button } from "~components/__actions__/v2"
|
|
4
|
+
import { Icon } from "~components/__future__/Icon"
|
|
5
5
|
|
|
6
6
|
export const WorkflowControls: Partial<ArgTypes> = {
|
|
7
7
|
headerActions: {
|
|
@@ -14,7 +14,7 @@ export const WorkflowControls: Partial<ArgTypes> = {
|
|
|
14
14
|
<Button
|
|
15
15
|
key="would-use-uui-1"
|
|
16
16
|
label="Close"
|
|
17
|
-
icon={<
|
|
17
|
+
icon={<Icon name="close" isPresentational />}
|
|
18
18
|
secondary
|
|
19
19
|
iconPosition="end"
|
|
20
20
|
/>,
|
|
@@ -23,14 +23,14 @@ export const WorkflowControls: Partial<ArgTypes> = {
|
|
|
23
23
|
<Button
|
|
24
24
|
key="would-use-uui-1"
|
|
25
25
|
label="Close"
|
|
26
|
-
icon={<
|
|
26
|
+
icon={<Icon name="close" isPresentational />}
|
|
27
27
|
secondary
|
|
28
28
|
iconPosition="end"
|
|
29
29
|
/>,
|
|
30
30
|
<Button
|
|
31
31
|
key="would-use-uui-2"
|
|
32
32
|
label="Preview"
|
|
33
|
-
icon={<
|
|
33
|
+
icon={<Icon name="visibility" isPresentational isFilled />}
|
|
34
34
|
secondary
|
|
35
35
|
iconPosition="start"
|
|
36
36
|
/>,
|
|
@@ -1,11 +1,7 @@
|
|
|
1
1
|
import React from "react"
|
|
2
2
|
import classnames from "classnames"
|
|
3
|
-
import {
|
|
4
|
-
IndicatorActiveIcon,
|
|
5
|
-
IndicatorInactiveIcon,
|
|
6
|
-
SuccessIcon,
|
|
7
|
-
} from "~components/Icon"
|
|
8
3
|
import { VisuallyHidden } from "~components/VisuallyHidden"
|
|
4
|
+
import { Icon } from "~components/__future__/Icon"
|
|
9
5
|
import styles from "./ProgressStepper.module.css"
|
|
10
6
|
|
|
11
7
|
export type Step = {
|
|
@@ -34,39 +30,18 @@ const getStepStatus = (
|
|
|
34
30
|
} => {
|
|
35
31
|
if (isComplete) {
|
|
36
32
|
return {
|
|
37
|
-
icon:
|
|
38
|
-
<SuccessIcon
|
|
39
|
-
key={index}
|
|
40
|
-
inheritSize
|
|
41
|
-
role="presentation"
|
|
42
|
-
classNameOverride="success"
|
|
43
|
-
/>
|
|
44
|
-
),
|
|
33
|
+
icon: <Icon key={index} name="check_circle" isPresentational isFilled />,
|
|
45
34
|
accessibleName: `Completed: ${step.label}`,
|
|
46
35
|
}
|
|
47
36
|
}
|
|
48
37
|
if (isCurrentStep) {
|
|
49
38
|
return {
|
|
50
|
-
icon:
|
|
51
|
-
<IndicatorActiveIcon
|
|
52
|
-
key={index}
|
|
53
|
-
inheritSize
|
|
54
|
-
role="presentation"
|
|
55
|
-
classNameOverride="active"
|
|
56
|
-
/>
|
|
57
|
-
),
|
|
39
|
+
icon: <Icon key={index} name="radio_button_checked" isPresentational />,
|
|
58
40
|
accessibleName: `Current: ${step.label}`,
|
|
59
41
|
}
|
|
60
42
|
}
|
|
61
43
|
return {
|
|
62
|
-
icon:
|
|
63
|
-
<IndicatorInactiveIcon
|
|
64
|
-
key={index}
|
|
65
|
-
inheritSize
|
|
66
|
-
classNameOverride="incomplete"
|
|
67
|
-
role="presentation"
|
|
68
|
-
/>
|
|
69
|
-
),
|
|
44
|
+
icon: <Icon key={index} name="radio_button_unchecked" isPresentational />,
|
|
70
45
|
accessibleName: `Not started: ${step.label}`,
|
|
71
46
|
}
|
|
72
47
|
}
|
|
@@ -91,7 +66,7 @@ export const ProgressStepper = ({
|
|
|
91
66
|
{steps.map((step, index: number) => {
|
|
92
67
|
const isCurrentStep = currentStepIndex === index
|
|
93
68
|
const isCompletedStep = index < currentStepIndex || isComplete
|
|
94
|
-
const { accessibleName, icon
|
|
69
|
+
const { accessibleName, icon } = getStepStatus(
|
|
95
70
|
isCompletedStep,
|
|
96
71
|
isCurrentStep,
|
|
97
72
|
step,
|
|
@@ -122,7 +97,7 @@ export const ProgressStepper = ({
|
|
|
122
97
|
[styles.isCompleted]: isCompletedStep,
|
|
123
98
|
})}
|
|
124
99
|
>
|
|
125
|
-
{
|
|
100
|
+
{icon}
|
|
126
101
|
</span>
|
|
127
102
|
</div>
|
|
128
103
|
{index < steps.length - 1 && (
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from "react"
|
|
2
2
|
import { Meta } from "@storybook/react"
|
|
3
|
-
import {
|
|
3
|
+
import { Icon } from "~components/__future__/Icon"
|
|
4
4
|
import {
|
|
5
5
|
StickerSheet,
|
|
6
6
|
StickerSheetStory,
|
|
@@ -69,12 +69,12 @@ const StickerSheetTemplate: StickerSheetStory = {
|
|
|
69
69
|
|
|
70
70
|
const ICON_LEFT_PROPS: ButtonProps = {
|
|
71
71
|
label: "Label",
|
|
72
|
-
icon: <
|
|
72
|
+
icon: <Icon name="add" isPresentational />,
|
|
73
73
|
}
|
|
74
74
|
|
|
75
75
|
const ICON_RIGHT_PROPS: ButtonProps = {
|
|
76
76
|
label: "Label",
|
|
77
|
-
icon: <
|
|
77
|
+
icon: <Icon name="arrow_forward" isPresentational shouldMirrorInRTL />,
|
|
78
78
|
iconPosition: "end",
|
|
79
79
|
}
|
|
80
80
|
|
|
@@ -84,12 +84,12 @@ const StickerSheetTemplate: StickerSheetStory = {
|
|
|
84
84
|
}
|
|
85
85
|
const BADGE_LEFT_PROPS: ButtonProps = {
|
|
86
86
|
...BADGE_PROPS,
|
|
87
|
-
icon: <
|
|
87
|
+
icon: <Icon name="add" isPresentational />,
|
|
88
88
|
}
|
|
89
89
|
|
|
90
90
|
const BADGE_RIGHT_PROPS: ButtonProps = {
|
|
91
91
|
...BADGE_PROPS,
|
|
92
|
-
icon: <
|
|
92
|
+
icon: <Icon name="arrow_forward" isPresentational shouldMirrorInRTL />,
|
|
93
93
|
iconPosition: "end",
|
|
94
94
|
}
|
|
95
95
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React, { useState } from "react"
|
|
2
2
|
import { StoryObj, Meta } from "@storybook/react"
|
|
3
|
-
import { AddIcon, ArrowRightIcon } from "~components/Icon"
|
|
4
3
|
import { LoadingInput } from "~components/Loading"
|
|
5
4
|
import { TextField } from "~components/TextField"
|
|
5
|
+
import { Icon } from "~components/__future__/Icon"
|
|
6
6
|
import { Button } from "../index"
|
|
7
7
|
|
|
8
8
|
const meta = {
|
|
@@ -65,12 +65,13 @@ export const Disabled: Story = {
|
|
|
65
65
|
const sourceCodeIcon = `
|
|
66
66
|
import { Button, AddIcon } from "@kaizen/components"
|
|
67
67
|
|
|
68
|
-
<Button label="Label" icon={<
|
|
68
|
+
<Button label="Label" icon={<Icon name="add" isPresentational />} />
|
|
69
69
|
`
|
|
70
70
|
|
|
71
|
-
export const
|
|
71
|
+
export const IconStory: Story = {
|
|
72
|
+
name: "Icon",
|
|
72
73
|
args: {
|
|
73
|
-
icon: <
|
|
74
|
+
icon: <Icon name="add" isPresentational />,
|
|
74
75
|
},
|
|
75
76
|
parameters: {
|
|
76
77
|
docs: { source: { code: sourceCodeIcon } },
|
|
@@ -79,7 +80,7 @@ export const Icon: Story = {
|
|
|
79
80
|
|
|
80
81
|
export const IconPosition: Story = {
|
|
81
82
|
args: {
|
|
82
|
-
icon: <
|
|
83
|
+
icon: <Icon name="arrow_forward" isPresentational shouldMirrorInRTL />,
|
|
83
84
|
iconPosition: "end",
|
|
84
85
|
},
|
|
85
86
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from "react"
|
|
2
2
|
import { Meta } from "@storybook/react"
|
|
3
|
-
import { FilterIcon, MeatballsIcon, TrashIcon } from "~components/Icon"
|
|
4
3
|
import { ButtonProps } from "~components/__actions__/v2"
|
|
4
|
+
import { Icon } from "~components/__future__/Icon"
|
|
5
5
|
import {
|
|
6
6
|
StickerSheet,
|
|
7
7
|
StickerSheetStory,
|
|
@@ -30,14 +30,14 @@ const REVERSED__VARIANT_PROPS: Array<{
|
|
|
30
30
|
title: "Default",
|
|
31
31
|
props: {
|
|
32
32
|
label: "Default label",
|
|
33
|
-
icon: <
|
|
33
|
+
icon: <Icon name="more_horiz" isPresentational />,
|
|
34
34
|
},
|
|
35
35
|
},
|
|
36
36
|
{
|
|
37
37
|
title: "Primary",
|
|
38
38
|
props: {
|
|
39
39
|
label: "Primary label",
|
|
40
|
-
icon: <
|
|
40
|
+
icon: <Icon name="more_horiz" isPresentational />,
|
|
41
41
|
primary: true,
|
|
42
42
|
},
|
|
43
43
|
},
|
|
@@ -45,7 +45,7 @@ const REVERSED__VARIANT_PROPS: Array<{
|
|
|
45
45
|
title: "Destructive",
|
|
46
46
|
props: {
|
|
47
47
|
label: "Label",
|
|
48
|
-
icon: <
|
|
48
|
+
icon: <Icon name="delete" isPresentational isFilled />,
|
|
49
49
|
destructive: true,
|
|
50
50
|
},
|
|
51
51
|
},
|
|
@@ -53,7 +53,7 @@ const REVERSED__VARIANT_PROPS: Array<{
|
|
|
53
53
|
title: "Secondary",
|
|
54
54
|
props: {
|
|
55
55
|
label: "Label",
|
|
56
|
-
icon: <
|
|
56
|
+
icon: <Icon name="tune" isPresentational />,
|
|
57
57
|
secondary: true,
|
|
58
58
|
},
|
|
59
59
|
},
|
|
@@ -72,7 +72,7 @@ const StickerSheetTemplate: StickerSheetStory = {
|
|
|
72
72
|
title: "Secondary Destructive",
|
|
73
73
|
props: {
|
|
74
74
|
label: "Label",
|
|
75
|
-
icon: <
|
|
75
|
+
icon: <Icon name="delete" isPresentational isFilled />,
|
|
76
76
|
secondary: true,
|
|
77
77
|
destructive: true,
|
|
78
78
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from "react"
|
|
2
2
|
import { Meta, StoryObj } from "@storybook/react"
|
|
3
|
-
import {
|
|
3
|
+
import { Icon } from "~components/__future__/Icon"
|
|
4
4
|
import { IconButton } from "../index"
|
|
5
5
|
|
|
6
6
|
const meta = {
|
|
@@ -11,14 +11,14 @@ const meta = {
|
|
|
11
11
|
options: ["MeatballsIcon", "AddIcon"],
|
|
12
12
|
control: { type: "radio" },
|
|
13
13
|
mapping: {
|
|
14
|
-
MeatballsIcon: <
|
|
15
|
-
AddIcon: <
|
|
14
|
+
MeatballsIcon: <Icon name="more_horiz" isPresentational />,
|
|
15
|
+
AddIcon: <Icon name="add" isPresentational />,
|
|
16
16
|
},
|
|
17
17
|
},
|
|
18
18
|
},
|
|
19
19
|
args: {
|
|
20
20
|
label: "icon button",
|
|
21
|
-
icon: <
|
|
21
|
+
icon: <Icon name="more_horiz" isPresentational />,
|
|
22
22
|
},
|
|
23
23
|
} satisfies Meta<typeof IconButton>
|
|
24
24
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React, { useState } from "react"
|
|
2
2
|
import { StoryObj, Meta } from "@storybook/react"
|
|
3
|
-
import { ArrowForwardIcon, ArrowRightIcon } from "~components/Icon"
|
|
4
3
|
import { LoadingInput } from "~components/Loading"
|
|
5
4
|
import { TextField } from "~components/TextField"
|
|
5
|
+
import { Icon } from "~components/__future__/Icon"
|
|
6
6
|
import { Button } from "../index"
|
|
7
7
|
|
|
8
8
|
const meta = {
|
|
@@ -65,12 +65,13 @@ export const Disabled: Story = {
|
|
|
65
65
|
const sourceCodeIcon = `
|
|
66
66
|
import { Button, ArrowForwardIcon } from "@kaizen/components"
|
|
67
67
|
|
|
68
|
-
<Button label="Label" icon={<
|
|
68
|
+
<Button label="Label" icon={<Icon name="arrow_forward" isPresentational shouldMirrorInRTL />} />
|
|
69
69
|
`
|
|
70
70
|
|
|
71
|
-
export const
|
|
71
|
+
export const IconStory: Story = {
|
|
72
|
+
name: "Icon",
|
|
72
73
|
args: {
|
|
73
|
-
icon: <
|
|
74
|
+
icon: <Icon name="arrow_forward" isPresentational shouldMirrorInRTL />,
|
|
74
75
|
},
|
|
75
76
|
parameters: {
|
|
76
77
|
docs: { source: { code: sourceCodeIcon } },
|
|
@@ -79,7 +80,7 @@ export const Icon: Story = {
|
|
|
79
80
|
|
|
80
81
|
export const IconPosition: Story = {
|
|
81
82
|
args: {
|
|
82
|
-
icon: <
|
|
83
|
+
icon: <Icon name="arrow_forward" isPresentational shouldMirrorInRTL />,
|
|
83
84
|
iconPosition: "end",
|
|
84
85
|
},
|
|
85
86
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from "react"
|
|
2
2
|
import { Meta, StoryObj } from "@storybook/react"
|
|
3
|
-
import {
|
|
3
|
+
import { Icon } from "~components/__future__/Icon"
|
|
4
4
|
import { IconButton } from "../index"
|
|
5
5
|
|
|
6
6
|
const meta = {
|
|
@@ -11,14 +11,14 @@ const meta = {
|
|
|
11
11
|
options: ["MeatballsIcon", "AddIcon"],
|
|
12
12
|
control: { type: "radio" },
|
|
13
13
|
mapping: {
|
|
14
|
-
MeatballsIcon: <
|
|
15
|
-
AddIcon: <
|
|
14
|
+
MeatballsIcon: <Icon name="more_horiz" isPresentational />,
|
|
15
|
+
AddIcon: <Icon name="add" isPresentational />,
|
|
16
16
|
},
|
|
17
17
|
},
|
|
18
18
|
},
|
|
19
19
|
args: {
|
|
20
20
|
label: "icon button",
|
|
21
|
-
icon: <
|
|
21
|
+
icon: <Icon name="more_horiz" isPresentational />,
|
|
22
22
|
},
|
|
23
23
|
} satisfies Meta<typeof IconButton>
|
|
24
24
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from "react"
|
|
2
2
|
import { Meta } from "@storybook/react"
|
|
3
|
-
import { ChevronDownIcon } from "~components/Icon"
|
|
4
3
|
import { Button } from "~components/__actions__/v2"
|
|
4
|
+
import { Icon } from "~components/__future__/Icon"
|
|
5
5
|
import {
|
|
6
6
|
StickerSheet,
|
|
7
7
|
StickerSheetStory,
|
|
@@ -30,7 +30,7 @@ const StickerSheetTemplate: StickerSheetStory = {
|
|
|
30
30
|
button={
|
|
31
31
|
<Button
|
|
32
32
|
label="Menu"
|
|
33
|
-
icon={<
|
|
33
|
+
icon={<Icon name="keyboard_arrow_down" isPresentational />}
|
|
34
34
|
iconPosition="end"
|
|
35
35
|
/>
|
|
36
36
|
}
|
|
@@ -45,7 +45,7 @@ const StickerSheetTemplate: StickerSheetStory = {
|
|
|
45
45
|
button={
|
|
46
46
|
<Button
|
|
47
47
|
label="Menu"
|
|
48
|
-
icon={<
|
|
48
|
+
icon={<Icon name="keyboard_arrow_down" isPresentational />}
|
|
49
49
|
iconPosition="end"
|
|
50
50
|
/>
|
|
51
51
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from "react"
|
|
2
2
|
import { Meta, StoryObj } from "@storybook/react"
|
|
3
|
-
import { ChevronDownIcon, DuplicateIcon } from "~components/Icon"
|
|
4
3
|
import { Button } from "~components/__actions__/v2"
|
|
4
|
+
import { Icon } from "~components/__future__/Icon"
|
|
5
5
|
import { Menu } from "../index"
|
|
6
6
|
import { MenuHeading } from "../subcomponents/MenuHeading"
|
|
7
7
|
import { MenuItem } from "../subcomponents/MenuItem"
|
|
@@ -14,7 +14,7 @@ const meta = {
|
|
|
14
14
|
button: (
|
|
15
15
|
<Button
|
|
16
16
|
label="Actions"
|
|
17
|
-
icon={<
|
|
17
|
+
icon={<Icon name="keyboard_arrow_down" isPresentational />}
|
|
18
18
|
iconPosition="end"
|
|
19
19
|
/>
|
|
20
20
|
),
|
|
@@ -24,7 +24,7 @@ const meta = {
|
|
|
24
24
|
onClick={() => {
|
|
25
25
|
alert("Duplicated!")
|
|
26
26
|
}}
|
|
27
|
-
icon={<
|
|
27
|
+
icon={<Icon name="content_copy" isPresentational isFilled />}
|
|
28
28
|
label="Duplicate item"
|
|
29
29
|
/>
|
|
30
30
|
<MenuList heading={<MenuHeading>Extra links</MenuHeading>}>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react"
|
|
2
|
-
import {
|
|
2
|
+
import { Icon } from "~components/__future__/Icon"
|
|
3
3
|
import { MenuHeading } from "../subcomponents/MenuHeading"
|
|
4
4
|
import { MenuItem } from "../subcomponents/MenuItem"
|
|
5
5
|
import { MenuList } from "../subcomponents/MenuList"
|
|
@@ -34,7 +34,7 @@ export const MenuContentExample = ({
|
|
|
34
34
|
alert("Hello")
|
|
35
35
|
e.preventDefault()
|
|
36
36
|
}}
|
|
37
|
-
icon={<
|
|
37
|
+
icon={<Icon name="edit" isPresentational isFilled />}
|
|
38
38
|
label="Menu button"
|
|
39
39
|
/>
|
|
40
40
|
<MenuItem
|
|
@@ -46,7 +46,7 @@ export const MenuContentExample = ({
|
|
|
46
46
|
): void => {
|
|
47
47
|
e.preventDefault()
|
|
48
48
|
}}
|
|
49
|
-
icon={<
|
|
49
|
+
icon={<Icon name="content_copy" isPresentational isFilled />}
|
|
50
50
|
label="Menu button but the label is too long"
|
|
51
51
|
/>
|
|
52
52
|
<MenuItem
|
|
@@ -58,7 +58,7 @@ export const MenuContentExample = ({
|
|
|
58
58
|
): void => {
|
|
59
59
|
e.preventDefault()
|
|
60
60
|
}}
|
|
61
|
-
icon={<
|
|
61
|
+
icon={<Icon name="delete" isPresentational isFilled />}
|
|
62
62
|
destructive
|
|
63
63
|
label="Destructive Menu button"
|
|
64
64
|
/>
|
|
@@ -71,7 +71,7 @@ export const MenuContentExample = ({
|
|
|
71
71
|
): void => {
|
|
72
72
|
e.preventDefault()
|
|
73
73
|
}}
|
|
74
|
-
icon={<
|
|
74
|
+
icon={<Icon name="delete" isPresentational isFilled />}
|
|
75
75
|
disabled
|
|
76
76
|
label="Disabled Menu button"
|
|
77
77
|
/>
|
|
@@ -84,7 +84,7 @@ export const MenuContentExample = ({
|
|
|
84
84
|
): void => {
|
|
85
85
|
e.preventDefault()
|
|
86
86
|
}}
|
|
87
|
-
icon={<
|
|
87
|
+
icon={<Icon name="delete" isPresentational isFilled />}
|
|
88
88
|
disabled
|
|
89
89
|
destructive
|
|
90
90
|
label="Disabled Destructive Menu button"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from "react"
|
|
2
2
|
import { action } from "@storybook/addon-actions"
|
|
3
|
-
import {
|
|
3
|
+
import { Icon } from "~components/__future__/Icon"
|
|
4
4
|
import { MenuItem, MenuList } from "../"
|
|
5
5
|
|
|
6
6
|
export const exampleActionButtonPropsButton = {
|
|
@@ -16,12 +16,12 @@ export const exampleActionButtonPropsAnchor = {
|
|
|
16
16
|
export const exampleDropdownContentEnabled = (
|
|
17
17
|
<MenuList>
|
|
18
18
|
<MenuItem
|
|
19
|
-
icon={<
|
|
19
|
+
icon={<Icon name="edit" isPresentational isFilled />}
|
|
20
20
|
label="Menu Item 1"
|
|
21
21
|
onClick={action("clicked")}
|
|
22
22
|
/>
|
|
23
23
|
<MenuItem
|
|
24
|
-
icon={<
|
|
24
|
+
icon={<Icon name="content_copy" isPresentational isFilled />}
|
|
25
25
|
label="Menu Item 2"
|
|
26
26
|
/>
|
|
27
27
|
</MenuList>
|
|
@@ -30,12 +30,12 @@ export const exampleDropdownContentEnabled = (
|
|
|
30
30
|
export const exampleDropdownContentOneDisabled = (
|
|
31
31
|
<MenuList>
|
|
32
32
|
<MenuItem
|
|
33
|
-
icon={<
|
|
33
|
+
icon={<Icon name="edit" isPresentational isFilled />}
|
|
34
34
|
label="Menu Item 1"
|
|
35
35
|
disabled
|
|
36
36
|
/>
|
|
37
37
|
<MenuItem
|
|
38
|
-
icon={<
|
|
38
|
+
icon={<Icon name="content_copy" isPresentational isFilled />}
|
|
39
39
|
label="Menu Item 2"
|
|
40
40
|
/>
|
|
41
41
|
</MenuList>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from "react"
|
|
2
2
|
import { Meta, StoryObj } from "@storybook/react"
|
|
3
|
-
import { ChevronDownIcon, DuplicateIcon } from "~components/Icon"
|
|
4
3
|
import { Button } from "~components/__actions__/v2"
|
|
4
|
+
import { Icon } from "~components/__future__/Icon"
|
|
5
5
|
import * as MenuV1Stories from "../../v1/_docs/Menu.stories"
|
|
6
6
|
import { Menu, MenuList, MenuItem, MenuHeading } from "../index"
|
|
7
7
|
|
|
@@ -12,7 +12,7 @@ const meta = {
|
|
|
12
12
|
button: (
|
|
13
13
|
<Button
|
|
14
14
|
label="Actions"
|
|
15
|
-
icon={<
|
|
15
|
+
icon={<Icon name="keyboard_arrow_down" isPresentational />}
|
|
16
16
|
iconPosition="end"
|
|
17
17
|
/>
|
|
18
18
|
),
|
|
@@ -22,7 +22,7 @@ const meta = {
|
|
|
22
22
|
onClick={() => {
|
|
23
23
|
alert("Duplicated!")
|
|
24
24
|
}}
|
|
25
|
-
icon={<
|
|
25
|
+
icon={<Icon name="content_copy" isPresentational isFilled />}
|
|
26
26
|
label="Duplicate item"
|
|
27
27
|
/>
|
|
28
28
|
<MenuList heading={<MenuHeading>Extra links</MenuHeading>}>
|
|
@@ -42,7 +42,7 @@ import * as exampleStories from "./Menu.stories"
|
|
|
42
42
|
of={exampleStories.Basic}
|
|
43
43
|
source={{code: `
|
|
44
44
|
<MenuTrigger>
|
|
45
|
-
<Button><
|
|
45
|
+
<Button><Icon name="more_horiz" alt="Actions" /></Button>
|
|
46
46
|
<Popover>
|
|
47
47
|
<Menu>
|
|
48
48
|
<MenuItem href="#">Menu Item</MenuItem>
|
|
@@ -94,5 +94,3 @@ Menu items can be disabled with the `isDisabled` prop.
|
|
|
94
94
|
By default, the open/closed state of the menu is handled under the hood. In cases where you need control over the open state, use the `isOpen` and `onOpenChange` props on the `MenuTrigger` component (both props must be used for this to work).
|
|
95
95
|
|
|
96
96
|
<Canvas className="mb-24" of={exampleStories.Controlled} />
|
|
97
|
-
|
|
98
|
-
|