@workday/canvas-kit-docs 12.4.15 → 12.4.16

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.
@@ -140675,6 +140675,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
140675
140675
  "name": "React.ComponentType",
140676
140676
  "value": "ComponentType<P>"
140677
140677
  },
140678
+ {
140679
+ "kind": "symbol",
140680
+ "name": "ElementComponent",
140681
+ "typeParameters": [
140682
+ {
140683
+ "kind": "primitive",
140684
+ "value": "any"
140685
+ },
140686
+ {
140687
+ "kind": "primitive",
140688
+ "value": "any"
140689
+ }
140690
+ ],
140691
+ "value": "ElementComponent<E, P>"
140692
+ },
140678
140693
  {
140679
140694
  "kind": "symbol",
140680
140695
  "name": "ElementComponentM",
@@ -141211,6 +141226,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
141211
141226
  "name": "React.ComponentType",
141212
141227
  "value": "ComponentType<P>"
141213
141228
  },
141229
+ {
141230
+ "kind": "symbol",
141231
+ "name": "ElementComponent",
141232
+ "typeParameters": [
141233
+ {
141234
+ "kind": "primitive",
141235
+ "value": "any"
141236
+ },
141237
+ {
141238
+ "kind": "primitive",
141239
+ "value": "any"
141240
+ }
141241
+ ],
141242
+ "value": "ElementComponent<E, P>"
141243
+ },
141214
141244
  {
141215
141245
  "kind": "symbol",
141216
141246
  "name": "ElementComponentM",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-docs",
3
- "version": "12.4.15",
3
+ "version": "12.4.16",
4
4
  "description": "Documentation components of Canvas Kit components",
5
5
  "author": "Workday, Inc. (https://www.workday.com)",
6
6
  "license": "Apache-2.0",
@@ -45,10 +45,10 @@
45
45
  "@emotion/styled": "^11.6.0",
46
46
  "@stackblitz/sdk": "^1.11.0",
47
47
  "@storybook/csf": "0.0.1",
48
- "@workday/canvas-kit-labs-react": "^12.4.15",
49
- "@workday/canvas-kit-preview-react": "^12.4.15",
50
- "@workday/canvas-kit-react": "^12.4.15",
51
- "@workday/canvas-kit-styling": "^12.4.15",
48
+ "@workday/canvas-kit-labs-react": "^12.4.16",
49
+ "@workday/canvas-kit-preview-react": "^12.4.16",
50
+ "@workday/canvas-kit-react": "^12.4.16",
51
+ "@workday/canvas-kit-styling": "^12.4.16",
52
52
  "@workday/canvas-system-icons-web": "^3.0.0",
53
53
  "@workday/canvas-tokens-web": "^2.1.1",
54
54
  "markdown-to-jsx": "^7.2.0",
@@ -61,5 +61,5 @@
61
61
  "mkdirp": "^1.0.3",
62
62
  "typescript": "5.0"
63
63
  },
64
- "gitHead": "bcd1dc3a16a569bfe3e1492740f7df5f4af9b7e4"
64
+ "gitHead": "b431ecfb6aa955c1d02ea69d2b2142b8bd9c602a"
65
65
  }