@kaizen/components 1.68.5 → 1.68.6

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.
Files changed (24) hide show
  1. package/dist/cjs/__actions__/Button/v3/Button.cjs +5 -3
  2. package/dist/esm/__actions__/Button/v3/Button.mjs +5 -3
  3. package/dist/styles.css +106 -294
  4. package/dist/types/__actions__/Button/v3/Button.d.ts +5 -0
  5. package/package.json +1 -1
  6. package/src/AvatarGroup/AvatarGroup.module.scss +1 -4
  7. package/src/DateInput/DateInputWithIconButton/DateInputWithIconButton.module.scss +1 -5
  8. package/src/DateRangePicker/DateRangePicker.module.scss +5 -29
  9. package/src/Filter/FilterMultiSelect/subcomponents/MenuPopup/MenuPopup.module.scss +1 -5
  10. package/src/GuidanceBlock/GuidanceBlock.module.css +5 -42
  11. package/src/Input/Input/Input.module.scss +5 -40
  12. package/src/LikertScaleLegacy/LikertScaleLegacy.module.scss +11 -63
  13. package/src/Tag/_docs/Tag.mdx +7 -6
  14. package/src/TextField/_docs/TextField.mdx +1 -1
  15. package/src/TitleBlockZen/subcomponents/NavigationTabs.module.scss +2 -14
  16. package/src/TitleBlockZen/subcomponents/TitleBlockMenuItem.module.scss +1 -5
  17. package/src/ToggleSwitch/ToggleSwitch/ToggleSwitch.module.scss +2 -14
  18. package/src/Workflow/subcomponents/Footer/components/ProgressStepper/ProgressStepper.module.css +1 -7
  19. package/src/__actions__/Button/v3/Button.tsx +9 -2
  20. package/src/__actions__/Button/v3/_docs/Button--api-specification.mdx +2 -2
  21. package/src/__actions__/Menu/v1/subcomponents/MenuDropdown/MenuDropdown.module.scss +1 -5
  22. package/src/__actions__/Menu/v1/subcomponents/MenuItem/MenuItem.module.scss +1 -5
  23. package/src/__future__/Icon/Icon.module.css +7 -11
  24. package/src/__future__/Tag/Tag/_docs/Tag.mdx +1 -3
@@ -9,7 +9,6 @@ import * as TagStories from "./Tag.stories"
9
9
  <ResourceLinks
10
10
  sourceCode="https://github.com/cultureamp/kaizen-design-system/tree/main/packages/components/src/__future__/Tag"
11
11
  designGuidelines="https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3293283155/Tag"
12
-
13
12
  />
14
13
 
15
14
  <KAIOInstallation exportNames="Tag" isFuture />
@@ -45,7 +44,7 @@ Determines the color of the background, text, and icon. This can be used to conv
45
44
  An optional icon can be passed via this prop. The icon will be rendered on the left of `children`
46
45
  in LTR, and on the right of `children` in RTL. For a list of icons, see [Icons](?path=/story/components-icons--sticker-sheet-default)
47
46
 
48
- <Canvas of={TagStories.Icon} />
47
+ <Canvas of={TagStories.IconStory} />
49
48
 
50
49
  ### `classNameOverride`
51
50
 
@@ -60,4 +59,3 @@ Allows classnames to be attached to the outermost element of Tag.
60
59
  ### Migrating to future Tag
61
60
 
62
61
  See our [full guide](?path=/docs/components-tag-future-tag-migration-guide--docs) here to migrate to the future release of `Tag`.
63
-