@workday/canvas-kit-docs 10.3.55 → 10.3.57

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 (2) hide show
  1. package/dist/es6/lib/docs.js +21 -137
  2. package/package.json +6 -6
@@ -44128,143 +44128,6 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
44128
44128
  "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/react/breadcrumbs/lib/BreadcrumbsItem.tsx",
44129
44129
  "value": "useOverflowListItemMeasure"
44130
44130
  },
44131
- {
44132
- "kind": "function",
44133
- "name": {
44134
- "kind": "symbol",
44135
- "name": "createElemPropsHook"
44136
- },
44137
- "parameters": [
44138
- {
44139
- "kind": "parameter",
44140
- "name": "model",
44141
- "description": "",
44142
- "tags": {},
44143
- "declarations": [],
44144
- "type": {
44145
- "kind": "symbol",
44146
- "name": "BreadcrumbsModel"
44147
- },
44148
- "required": true
44149
- },
44150
- {
44151
- "kind": "parameter",
44152
- "name": "elemProps",
44153
- "description": "",
44154
- "tags": {},
44155
- "declarations": [],
44156
- "type": {
44157
- "kind": "object",
44158
- "properties": [
44159
- {
44160
- "kind": "property",
44161
- "name": "data-id",
44162
- "required": false,
44163
- "type": {
44164
- "kind": "primitive",
44165
- "value": "string"
44166
- },
44167
- "description": "",
44168
- "declarations": [
44169
- {
44170
- "name": "data-id",
44171
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/breadcrumbs/lib/BreadcrumbsItem.tsx"
44172
- }
44173
- ],
44174
- "tags": {}
44175
- },
44176
- {
44177
- "kind": "property",
44178
- "name": "item",
44179
- "required": false,
44180
- "type": {
44181
- "kind": "object",
44182
- "properties": [
44183
- {
44184
- "kind": "property",
44185
- "name": "id",
44186
- "required": true,
44187
- "type": {
44188
- "kind": "primitive",
44189
- "value": "string"
44190
- },
44191
- "description": "",
44192
- "declarations": [
44193
- {
44194
- "name": "id",
44195
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/breadcrumbs/lib/BreadcrumbsItem.tsx"
44196
- }
44197
- ],
44198
- "tags": {}
44199
- }
44200
- ]
44201
- },
44202
- "description": "",
44203
- "declarations": [
44204
- {
44205
- "name": "item",
44206
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/breadcrumbs/lib/BreadcrumbsItem.tsx"
44207
- }
44208
- ],
44209
- "tags": {}
44210
- }
44211
- ]
44212
- },
44213
- "required": false
44214
- },
44215
- {
44216
- "kind": "parameter",
44217
- "name": "ref",
44218
- "description": "",
44219
- "tags": {},
44220
- "declarations": [],
44221
- "type": {
44222
- "kind": "external",
44223
- "name": "React.Ref",
44224
- "url": "https://reactjs.org/docs/refs-and-the-dom.html"
44225
- },
44226
- "required": false
44227
- }
44228
- ],
44229
- "returnType": {
44230
- "kind": "object",
44231
- "properties": [
44232
- {
44233
- "kind": "property",
44234
- "name": "inert",
44235
- "required": true,
44236
- "type": {
44237
- "kind": "union",
44238
- "value": [
44239
- {
44240
- "kind": "primitive",
44241
- "value": "string"
44242
- },
44243
- {
44244
- "kind": "primitive",
44245
- "value": "undefined"
44246
- }
44247
- ]
44248
- },
44249
- "description": "",
44250
- "tags": {},
44251
- "declarations": []
44252
- },
44253
- {
44254
- "kind": "property",
44255
- "name": "disabled",
44256
- "required": true,
44257
- "type": {
44258
- "kind": "primitive",
44259
- "value": "undefined"
44260
- },
44261
- "description": "",
44262
- "tags": {},
44263
- "declarations": []
44264
- }
44265
- ]
44266
- }
44267
- },
44268
44131
  {
44269
44132
  "kind": "symbol",
44270
44133
  "name": "useListItemRegister",
@@ -86673,6 +86536,27 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
86673
86536
  "description": "",
86674
86537
  "tags": {},
86675
86538
  "declarations": []
86539
+ },
86540
+ {
86541
+ "kind": "property",
86542
+ "name": "inert",
86543
+ "required": true,
86544
+ "type": {
86545
+ "kind": "union",
86546
+ "value": [
86547
+ {
86548
+ "kind": "primitive",
86549
+ "value": "string"
86550
+ },
86551
+ {
86552
+ "kind": "primitive",
86553
+ "value": "undefined"
86554
+ }
86555
+ ]
86556
+ },
86557
+ "description": "",
86558
+ "tags": {},
86559
+ "declarations": []
86676
86560
  }
86677
86561
  ]
86678
86562
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-docs",
3
- "version": "10.3.55",
3
+ "version": "10.3.57",
4
4
  "description": "Documentation components of Canvas Kit components",
5
5
  "author": "Workday, Inc. (https://www.workday.com)",
6
6
  "license": "Apache-2.0",
@@ -44,10 +44,10 @@
44
44
  "dependencies": {
45
45
  "@emotion/styled": "^11.6.0",
46
46
  "@storybook/csf": "0.0.1",
47
- "@workday/canvas-kit-labs-react": "^10.3.55",
48
- "@workday/canvas-kit-preview-react": "^10.3.55",
49
- "@workday/canvas-kit-react": "^10.3.55",
50
- "@workday/canvas-kit-styling": "^10.3.55",
47
+ "@workday/canvas-kit-labs-react": "^10.3.57",
48
+ "@workday/canvas-kit-preview-react": "^10.3.57",
49
+ "@workday/canvas-kit-react": "^10.3.57",
50
+ "@workday/canvas-kit-styling": "^10.3.57",
51
51
  "@workday/canvas-system-icons-web": "^3.0.0",
52
52
  "@workday/canvas-tokens-web": "^1.0.0",
53
53
  "markdown-to-jsx": "^6.10.3",
@@ -59,5 +59,5 @@
59
59
  "mkdirp": "^1.0.3",
60
60
  "typescript": "4.2"
61
61
  },
62
- "gitHead": "0ad469aa96420bedd8d2436f83729319eb7bd6a2"
62
+ "gitHead": "291cce32914e6c797053fce60569973f7351ad3b"
63
63
  }