@workday/canvas-kit-docs 13.2.49 → 13.2.51

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.
@@ -281029,6 +281029,28 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
281029
281029
  }
281030
281030
  ],
281031
281031
  "tags": {}
281032
+ },
281033
+ {
281034
+ "kind": "parameter",
281035
+ "name": "props",
281036
+ "defaultValue": {
281037
+ "kind": "object",
281038
+ "properties": []
281039
+ },
281040
+ "type": {
281041
+ "kind": "primitive",
281042
+ "value": "any"
281043
+ },
281044
+ "required": false,
281045
+ "rest": false,
281046
+ "description": "",
281047
+ "declarations": [
281048
+ {
281049
+ "name": "props",
281050
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/common/lib/utils/insights.ts"
281051
+ }
281052
+ ],
281053
+ "tags": {}
281032
281054
  }
281033
281055
  ],
281034
281056
  "members": [],
@@ -18,11 +18,11 @@ export const packageJSONFile = `{
18
18
  "@emotion/react": "11.11.4",
19
19
  "@types/react": "18.2.60",
20
20
  "@types/react-dom": "18.2.19",
21
- "@workday/canvas-kit-labs-react": "13.2.49",
22
- "@workday/canvas-kit-preview-react": "13.2.49",
23
- "@workday/canvas-kit-react": "13.2.49",
24
- "@workday/canvas-kit-react-fonts": "^13.2.49",
25
- "@workday/canvas-kit-styling": "13.2.49",
21
+ "@workday/canvas-kit-labs-react": "13.2.51",
22
+ "@workday/canvas-kit-preview-react": "13.2.51",
23
+ "@workday/canvas-kit-react": "13.2.51",
24
+ "@workday/canvas-kit-react-fonts": "^13.2.51",
25
+ "@workday/canvas-kit-styling": "13.2.51",
26
26
  "@workday/canvas-system-icons-web": "3.0.22",
27
27
  "@workday/canvas-tokens-web": "2.0.0"
28
28
  },
@@ -18,11 +18,11 @@ export const packageJSONFile = `{
18
18
  "@emotion/react": "11.11.4",
19
19
  "@types/react": "18.2.60",
20
20
  "@types/react-dom": "18.2.19",
21
- "@workday/canvas-kit-labs-react": "13.2.49",
22
- "@workday/canvas-kit-preview-react": "13.2.49",
23
- "@workday/canvas-kit-react": "13.2.49",
24
- "@workday/canvas-kit-react-fonts": "^13.2.49",
25
- "@workday/canvas-kit-styling": "13.2.49",
21
+ "@workday/canvas-kit-labs-react": "13.2.51",
22
+ "@workday/canvas-kit-preview-react": "13.2.51",
23
+ "@workday/canvas-kit-react": "13.2.51",
24
+ "@workday/canvas-kit-react-fonts": "^13.2.51",
25
+ "@workday/canvas-kit-styling": "13.2.51",
26
26
  "@workday/canvas-system-icons-web": "3.0.22",
27
27
  "@workday/canvas-tokens-web": "2.0.0"
28
28
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-docs",
3
- "version": "13.2.49",
3
+ "version": "13.2.51",
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": "^13.2.49",
49
- "@workday/canvas-kit-preview-react": "^13.2.49",
50
- "@workday/canvas-kit-react": "^13.2.49",
51
- "@workday/canvas-kit-styling": "^13.2.49",
48
+ "@workday/canvas-kit-labs-react": "^13.2.51",
49
+ "@workday/canvas-kit-preview-react": "^13.2.51",
50
+ "@workday/canvas-kit-react": "^13.2.51",
51
+ "@workday/canvas-kit-styling": "^13.2.51",
52
52
  "@workday/canvas-system-icons-web": "^3.0.35",
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": "3815ad31a4aa7083f1ca91a6ee3f5a7db7b36187"
64
+ "gitHead": "dd23623f3c906804e2783d32c1f3394e5bb27d58"
65
65
  }