@workday/canvas-kit-docs 10.3.17 → 10.3.18

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.
@@ -253148,23 +253148,8 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
253148
253148
  },
253149
253149
  {
253150
253150
  "kind": "symbol",
253151
- "name": "Properties",
253152
- "typeParameters": [
253153
- {
253154
- "kind": "union",
253155
- "value": [
253156
- {
253157
- "kind": "primitive",
253158
- "value": "string"
253159
- },
253160
- {
253161
- "kind": "primitive",
253162
- "value": "number"
253163
- }
253164
- ]
253165
- }
253166
- ],
253167
- "value": "Properties<TLength, TTime>"
253151
+ "name": "CSSObjectWithVars",
253152
+ "value": "CSSObjectWithVars<CSSObject>"
253168
253153
  },
253169
253154
  {
253170
253155
  "kind": "array",
@@ -253215,23 +253200,8 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
253215
253200
  "required": false,
253216
253201
  "type": {
253217
253202
  "kind": "symbol",
253218
- "name": "Properties",
253219
- "typeParameters": [
253220
- {
253221
- "kind": "union",
253222
- "value": [
253223
- {
253224
- "kind": "primitive",
253225
- "value": "string"
253226
- },
253227
- {
253228
- "kind": "primitive",
253229
- "value": "number"
253230
- }
253231
- ]
253232
- }
253233
- ],
253234
- "value": "Properties<TLength, TTime>"
253203
+ "name": "CSSObjectWithVars",
253204
+ "value": "CSSObjectWithVars<CSSObject>"
253235
253205
  },
253236
253206
  "description": "",
253237
253207
  "declarations": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-docs",
3
- "version": "10.3.17",
3
+ "version": "10.3.18",
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.17",
48
- "@workday/canvas-kit-preview-react": "^10.3.17",
49
- "@workday/canvas-kit-react": "^10.3.17",
50
- "@workday/canvas-kit-styling": "^10.3.17",
47
+ "@workday/canvas-kit-labs-react": "^10.3.18",
48
+ "@workday/canvas-kit-preview-react": "^10.3.18",
49
+ "@workday/canvas-kit-react": "^10.3.18",
50
+ "@workday/canvas-kit-styling": "^10.3.18",
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": "b1495b704bfb4e26862af159a4510e4c267d903e"
62
+ "gitHead": "04fbeb9f9cc0034fd8247b353599cfc955413b98"
63
63
  }