@workday/canvas-kit-docs 8.4.4 → 8.4.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.
@@ -91,7 +91,7 @@ model pattern.
91
91
 
92
92
  #### Props
93
93
 
94
- <!-- <ArgsTable of={Expandable} /> -->
94
+ <ArgsTable of={Expandable} />
95
95
 
96
96
  ### Expandable.Target
97
97
 
@@ -112,7 +112,7 @@ This component should hold an `Expandable.Icon`, an optional `Expandable.Avatar`
112
112
  `headingLevel` is the only prop spread to the underlying heading. All other props are spread to the
113
113
  button.
114
114
 
115
- <!-- <ArgsTable of={Expandable.Target} /> -->
115
+ <ArgsTable of={Expandable.Target} />
116
116
 
117
117
  ### Expandable.Title
118
118
 
@@ -122,7 +122,7 @@ button.
122
122
 
123
123
  #### Props
124
124
 
125
- <!-- <ArgsTable of={Expandable.Title} /> -->
125
+ <ArgsTable of={Expandable.Title} />
126
126
 
127
127
  ### Expandable.Icon
128
128
 
@@ -138,7 +138,7 @@ button.
138
138
  expanded and right when the container is collapsed. Given a value of `end`, it will use a chevron
139
139
  that points up when the container is expanded and down when the container is collapsed.
140
140
 
141
- <!-- <ArgsTable of={Expandable.Icon} /> -->
141
+ <ArgsTable of={Expandable.Icon} />
142
142
 
143
143
  ### Expandable.Avatar
144
144
 
@@ -148,7 +148,7 @@ that points up when the container is expanded and down when the container is col
148
148
 
149
149
  #### Props
150
150
 
151
- <!-- <ArgsTable of={Expandable.Avatar} /> -->
151
+ <ArgsTable of={Expandable.Avatar} />
152
152
 
153
153
  ### Expandable.Content
154
154
 
@@ -159,4 +159,4 @@ that points up when the container is expanded and down when the container is col
159
159
 
160
160
  #### Props
161
161
 
162
- <!-- <ArgsTable of={Expandable.Content} /> -->
162
+ <ArgsTable of={Expandable.Content} />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-docs",
3
- "version": "8.4.4",
3
+ "version": "8.4.6",
4
4
  "description": "Documentation components of Canvas Kit components",
5
5
  "author": "Workday, Inc. (https://www.workday.com)",
6
6
  "license": "Apache-2.0",
@@ -42,7 +42,7 @@
42
42
  ],
43
43
  "dependencies": {
44
44
  "@storybook/csf": "0.0.1",
45
- "@workday/canvas-kit-react": "^8.4.4",
45
+ "@workday/canvas-kit-react": "^8.4.6",
46
46
  "@workday/canvas-system-icons-web": "^3.0.0"
47
47
  },
48
48
  "devDependencies": {
@@ -51,5 +51,5 @@
51
51
  "mkdirp": "^1.0.3",
52
52
  "typescript": "4.1"
53
53
  },
54
- "gitHead": "006cbb935cf6779b654e238fd088dabe95875b1a"
54
+ "gitHead": "e1657761bb2eca9be65e142e48f9dda7816dc195"
55
55
  }