@workday/canvas-kit-docs 11.2.3 → 11.2.5
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/dist/es6/lib/docs.js +30 -0
- package/package.json +6 -6
package/dist/es6/lib/docs.js
CHANGED
|
@@ -118992,6 +118992,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
118992
118992
|
"name": "React.ComponentType",
|
|
118993
118993
|
"value": "ComponentType<P>"
|
|
118994
118994
|
},
|
|
118995
|
+
{
|
|
118996
|
+
"kind": "symbol",
|
|
118997
|
+
"name": "ElementComponent",
|
|
118998
|
+
"typeParameters": [
|
|
118999
|
+
{
|
|
119000
|
+
"kind": "primitive",
|
|
119001
|
+
"value": "any"
|
|
119002
|
+
},
|
|
119003
|
+
{
|
|
119004
|
+
"kind": "primitive",
|
|
119005
|
+
"value": "any"
|
|
119006
|
+
}
|
|
119007
|
+
],
|
|
119008
|
+
"value": "ElementComponent<E, P>"
|
|
119009
|
+
},
|
|
118995
119010
|
{
|
|
118996
119011
|
"kind": "symbol",
|
|
118997
119012
|
"name": "ElementComponentM",
|
|
@@ -119528,6 +119543,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
119528
119543
|
"name": "React.ComponentType",
|
|
119529
119544
|
"value": "ComponentType<P>"
|
|
119530
119545
|
},
|
|
119546
|
+
{
|
|
119547
|
+
"kind": "symbol",
|
|
119548
|
+
"name": "ElementComponent",
|
|
119549
|
+
"typeParameters": [
|
|
119550
|
+
{
|
|
119551
|
+
"kind": "primitive",
|
|
119552
|
+
"value": "any"
|
|
119553
|
+
},
|
|
119554
|
+
{
|
|
119555
|
+
"kind": "primitive",
|
|
119556
|
+
"value": "any"
|
|
119557
|
+
}
|
|
119558
|
+
],
|
|
119559
|
+
"value": "ElementComponent<E, P>"
|
|
119560
|
+
},
|
|
119531
119561
|
{
|
|
119532
119562
|
"kind": "symbol",
|
|
119533
119563
|
"name": "ElementComponentM",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@workday/canvas-kit-docs",
|
|
3
|
-
"version": "11.2.
|
|
3
|
+
"version": "11.2.5",
|
|
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": "^11.2.
|
|
48
|
-
"@workday/canvas-kit-preview-react": "^11.2.
|
|
49
|
-
"@workday/canvas-kit-react": "^11.2.
|
|
50
|
-
"@workday/canvas-kit-styling": "^11.2.
|
|
47
|
+
"@workday/canvas-kit-labs-react": "^11.2.5",
|
|
48
|
+
"@workday/canvas-kit-preview-react": "^11.2.5",
|
|
49
|
+
"@workday/canvas-kit-react": "^11.2.5",
|
|
50
|
+
"@workday/canvas-kit-styling": "^11.2.5",
|
|
51
51
|
"@workday/canvas-system-icons-web": "^3.0.0",
|
|
52
52
|
"@workday/canvas-tokens-web": "^2.0.0",
|
|
53
53
|
"markdown-to-jsx": "^7.2.0",
|
|
@@ -59,5 +59,5 @@
|
|
|
59
59
|
"mkdirp": "^1.0.3",
|
|
60
60
|
"typescript": "4.2"
|
|
61
61
|
},
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "1d597b7fe31c1155e969135b0bc9531b855d6c1f"
|
|
63
63
|
}
|