@workday/canvas-kit-docs 12.1.12 → 12.1.14
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 +46 -0
- package/package.json +6 -6
package/dist/es6/lib/docs.js
CHANGED
|
@@ -7953,6 +7953,47 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
7953
7953
|
"url": "https://reactjs.org/docs/rendering-elements.html"
|
|
7954
7954
|
}
|
|
7955
7955
|
},
|
|
7956
|
+
{
|
|
7957
|
+
"kind": "property",
|
|
7958
|
+
"name": "as",
|
|
7959
|
+
"description": "Optional override of the default element used by the component. Any valid tag or Component. If you provided a Component, this component should forward the ref using `React.forwardRef`and spread extra props to a root element.\n\n**Note:** Not all elements make sense and some elements may cause accessibility issues. Change this value with care.",
|
|
7960
|
+
"tags": {},
|
|
7961
|
+
"declarations": [],
|
|
7962
|
+
"type": {
|
|
7963
|
+
"kind": "external",
|
|
7964
|
+
"name": "React.ElementType",
|
|
7965
|
+
"url": "https://developer.mozilla.org/en-US/docs/Web/API/element"
|
|
7966
|
+
},
|
|
7967
|
+
"defaultValue": {
|
|
7968
|
+
"kind": "external",
|
|
7969
|
+
"name": "div",
|
|
7970
|
+
"url": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/div"
|
|
7971
|
+
}
|
|
7972
|
+
},
|
|
7973
|
+
{
|
|
7974
|
+
"kind": "property",
|
|
7975
|
+
"name": "ref",
|
|
7976
|
+
"description": "Optional ref. If the component represents an element, this ref will be a reference to the real DOM element of the component. If `as` is set to an element, it will be that element. If `as` is a component, the reference will be to that component (or element if the component uses `React.forwardRef`).",
|
|
7977
|
+
"tags": {},
|
|
7978
|
+
"declarations": [],
|
|
7979
|
+
"type": {
|
|
7980
|
+
"kind": "external",
|
|
7981
|
+
"name": "React.Ref",
|
|
7982
|
+
"url": "https://reactjs.org/docs/refs-and-the-dom.html",
|
|
7983
|
+
"typeParameters": [
|
|
7984
|
+
{
|
|
7985
|
+
"kind": "typeParameter",
|
|
7986
|
+
"name": "R",
|
|
7987
|
+
"required": true,
|
|
7988
|
+
"defaultValue": {
|
|
7989
|
+
"kind": "external",
|
|
7990
|
+
"name": "div",
|
|
7991
|
+
"url": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/div"
|
|
7992
|
+
}
|
|
7993
|
+
}
|
|
7994
|
+
]
|
|
7995
|
+
}
|
|
7996
|
+
},
|
|
7956
7997
|
{
|
|
7957
7998
|
"kind": "property",
|
|
7958
7999
|
"name": "model",
|
|
@@ -8005,6 +8046,11 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
8005
8046
|
}
|
|
8006
8047
|
}
|
|
8007
8048
|
],
|
|
8049
|
+
"baseElement": {
|
|
8050
|
+
"kind": "external",
|
|
8051
|
+
"name": "div",
|
|
8052
|
+
"url": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/div"
|
|
8053
|
+
},
|
|
8008
8054
|
"model": "MultiSelectModel"
|
|
8009
8055
|
}
|
|
8010
8056
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@workday/canvas-kit-docs",
|
|
3
|
-
"version": "12.1.
|
|
3
|
+
"version": "12.1.14",
|
|
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": "^12.1.
|
|
48
|
-
"@workday/canvas-kit-preview-react": "^12.1.
|
|
49
|
-
"@workday/canvas-kit-react": "^12.1.
|
|
50
|
-
"@workday/canvas-kit-styling": "^12.1.
|
|
47
|
+
"@workday/canvas-kit-labs-react": "^12.1.14",
|
|
48
|
+
"@workday/canvas-kit-preview-react": "^12.1.14",
|
|
49
|
+
"@workday/canvas-kit-react": "^12.1.14",
|
|
50
|
+
"@workday/canvas-kit-styling": "^12.1.14",
|
|
51
51
|
"@workday/canvas-system-icons-web": "^3.0.0",
|
|
52
52
|
"@workday/canvas-tokens-web": "^2.0.1",
|
|
53
53
|
"markdown-to-jsx": "^7.2.0",
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
"mkdirp": "^1.0.3",
|
|
61
61
|
"typescript": "5.0"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "e113df54aff65cd4092659ea772290e4c9144caf"
|
|
64
64
|
}
|