@kaizen/components 1.36.0 → 1.37.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kaizen/components",
3
- "version": "1.36.0",
3
+ "version": "1.37.0",
4
4
  "description": "Kaizen component library",
5
5
  "author": "Geoffrey Chong <geoff.chong@cultureamp.com>",
6
6
  "homepage": "https://cultureamp.design",
@@ -17,7 +17,7 @@ import * as ToastNotificationStories from "./ToastNotification.stories"
17
17
 
18
18
  <Installation
19
19
  installCommand="yarn add @kaizen/components"
20
- importStatement='import { addToastNotification } from "@kaizen/components"'
20
+ importStatement='import { useToastNotification } from "@kaizen/components"'
21
21
  />
22
22
 
23
23
  ## Overview
package/src/index.ts CHANGED
@@ -48,13 +48,14 @@ export * from "./Table"
48
48
  export * from "./Tabs"
49
49
  export * from "./Tag"
50
50
  export * from "./Text"
51
- export * from "./TextField"
52
51
  export * from "./TextArea"
53
52
  export * from "./TextAreaField"
53
+ export * from "./TextField"
54
54
  export * from "./Tile"
55
55
  export * from "./TimeField"
56
+ export * from "./TitleBlockZen"
56
57
  export * from "./ToggleSwitch"
57
58
  export * from "./Tooltip"
58
- export * from "./TitleBlockZen"
59
- export * from "./Workflow"
59
+ export * from "./VisuallyHidden"
60
60
  export * from "./Well"
61
+ export * from "./Workflow"