@workday/canvas-kit-docs 11.0.0-alpha.711-next.0 → 11.0.0-alpha.713-next.0

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.
@@ -254634,23 +254634,8 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
254634
254634
  },
254635
254635
  {
254636
254636
  "kind": "symbol",
254637
- "name": "Properties",
254638
- "typeParameters": [
254639
- {
254640
- "kind": "union",
254641
- "value": [
254642
- {
254643
- "kind": "primitive",
254644
- "value": "string"
254645
- },
254646
- {
254647
- "kind": "primitive",
254648
- "value": "number"
254649
- }
254650
- ]
254651
- }
254652
- ],
254653
- "value": "Properties<TLength, TTime>"
254637
+ "name": "CSSObjectWithVars",
254638
+ "value": "CSSObjectWithVars<CSSObject>"
254654
254639
  },
254655
254640
  {
254656
254641
  "kind": "array",
@@ -254701,23 +254686,8 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
254701
254686
  "required": false,
254702
254687
  "type": {
254703
254688
  "kind": "symbol",
254704
- "name": "Properties",
254705
- "typeParameters": [
254706
- {
254707
- "kind": "union",
254708
- "value": [
254709
- {
254710
- "kind": "primitive",
254711
- "value": "string"
254712
- },
254713
- {
254714
- "kind": "primitive",
254715
- "value": "number"
254716
- }
254717
- ]
254718
- }
254719
- ],
254720
- "value": "Properties<TLength, TTime>"
254689
+ "name": "CSSObjectWithVars",
254690
+ "value": "CSSObjectWithVars<CSSObject>"
254721
254691
  },
254722
254692
  "description": "",
254723
254693
  "declarations": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-docs",
3
- "version": "11.0.0-alpha.711-next.0",
3
+ "version": "11.0.0-alpha.713-next.0",
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.0.0-alpha.711-next.0",
48
- "@workday/canvas-kit-preview-react": "^11.0.0-alpha.711-next.0",
49
- "@workday/canvas-kit-react": "^11.0.0-alpha.711-next.0",
50
- "@workday/canvas-kit-styling": "^11.0.0-alpha.711-next.0",
47
+ "@workday/canvas-kit-labs-react": "^11.0.0-alpha.713-next.0",
48
+ "@workday/canvas-kit-preview-react": "^11.0.0-alpha.713-next.0",
49
+ "@workday/canvas-kit-react": "^11.0.0-alpha.713-next.0",
50
+ "@workday/canvas-kit-styling": "^11.0.0-alpha.713-next.0",
51
51
  "@workday/canvas-system-icons-web": "^3.0.0",
52
52
  "@workday/canvas-tokens-web": "^1.0.2",
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": "1dc9ed8928cfa20e36933a878d798660ef07dde5"
62
+ "gitHead": "f49d99cc052c346c8e364e591d85652bb443d357"
63
63
  }