@workday/canvas-kit-docs 10.3.26 → 10.3.28
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 -21
- package/package.json +6 -6
package/dist/es6/lib/docs.js
CHANGED
|
@@ -191651,6 +191651,23 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
191651
191651
|
}
|
|
191652
191652
|
],
|
|
191653
191653
|
"tags": {}
|
|
191654
|
+
},
|
|
191655
|
+
{
|
|
191656
|
+
"kind": "property",
|
|
191657
|
+
"name": "value",
|
|
191658
|
+
"required": false,
|
|
191659
|
+
"type": {
|
|
191660
|
+
"kind": "primitive",
|
|
191661
|
+
"value": "string"
|
|
191662
|
+
},
|
|
191663
|
+
"description": "",
|
|
191664
|
+
"declarations": [
|
|
191665
|
+
{
|
|
191666
|
+
"name": "value",
|
|
191667
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/select/lib/hooks/useSelectInput.ts"
|
|
191668
|
+
}
|
|
191669
|
+
],
|
|
191670
|
+
"tags": {}
|
|
191654
191671
|
}
|
|
191655
191672
|
]
|
|
191656
191673
|
},
|
|
@@ -191809,6 +191826,35 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
191809
191826
|
"description": "",
|
|
191810
191827
|
"tags": {},
|
|
191811
191828
|
"declarations": []
|
|
191829
|
+
},
|
|
191830
|
+
{
|
|
191831
|
+
"kind": "property",
|
|
191832
|
+
"name": "onChange",
|
|
191833
|
+
"required": true,
|
|
191834
|
+
"type": {
|
|
191835
|
+
"kind": "function",
|
|
191836
|
+
"parameters": [],
|
|
191837
|
+
"members": [],
|
|
191838
|
+
"returnType": {
|
|
191839
|
+
"kind": "primitive",
|
|
191840
|
+
"value": "void"
|
|
191841
|
+
}
|
|
191842
|
+
},
|
|
191843
|
+
"description": "",
|
|
191844
|
+
"tags": {},
|
|
191845
|
+
"declarations": []
|
|
191846
|
+
},
|
|
191847
|
+
{
|
|
191848
|
+
"kind": "property",
|
|
191849
|
+
"name": "value",
|
|
191850
|
+
"required": true,
|
|
191851
|
+
"type": {
|
|
191852
|
+
"kind": "primitive",
|
|
191853
|
+
"value": "string"
|
|
191854
|
+
},
|
|
191855
|
+
"description": "",
|
|
191856
|
+
"tags": {},
|
|
191857
|
+
"declarations": []
|
|
191812
191858
|
}
|
|
191813
191859
|
]
|
|
191814
191860
|
},
|
|
@@ -191861,27 +191907,6 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
191861
191907
|
"description": "",
|
|
191862
191908
|
"tags": {},
|
|
191863
191909
|
"declarations": []
|
|
191864
|
-
},
|
|
191865
|
-
{
|
|
191866
|
-
"kind": "property",
|
|
191867
|
-
"name": "defaultValue",
|
|
191868
|
-
"required": true,
|
|
191869
|
-
"type": {
|
|
191870
|
-
"kind": "union",
|
|
191871
|
-
"value": [
|
|
191872
|
-
{
|
|
191873
|
-
"kind": "primitive",
|
|
191874
|
-
"value": "string"
|
|
191875
|
-
},
|
|
191876
|
-
{
|
|
191877
|
-
"kind": "primitive",
|
|
191878
|
-
"value": "undefined"
|
|
191879
|
-
}
|
|
191880
|
-
]
|
|
191881
|
-
},
|
|
191882
|
-
"description": "",
|
|
191883
|
-
"tags": {},
|
|
191884
|
-
"declarations": []
|
|
191885
191910
|
}
|
|
191886
191911
|
]
|
|
191887
191912
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@workday/canvas-kit-docs",
|
|
3
|
-
"version": "10.3.
|
|
3
|
+
"version": "10.3.28",
|
|
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.
|
|
48
|
-
"@workday/canvas-kit-preview-react": "^10.3.
|
|
49
|
-
"@workday/canvas-kit-react": "^10.3.
|
|
50
|
-
"@workday/canvas-kit-styling": "^10.3.
|
|
47
|
+
"@workday/canvas-kit-labs-react": "^10.3.28",
|
|
48
|
+
"@workday/canvas-kit-preview-react": "^10.3.28",
|
|
49
|
+
"@workday/canvas-kit-react": "^10.3.28",
|
|
50
|
+
"@workday/canvas-kit-styling": "^10.3.28",
|
|
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": "
|
|
62
|
+
"gitHead": "76e322a9e3241f0f96e6185bd87eb68e750be7a3"
|
|
63
63
|
}
|