@workday/canvas-kit-docs 10.0.24 → 10.0.26

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.
@@ -249123,8 +249123,23 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
249123
249123
  },
249124
249124
  {
249125
249125
  "kind": "symbol",
249126
- "name": "React.CSSProperties",
249127
- "value": "CSSProperties"
249126
+ "name": "Properties",
249127
+ "typeParameters": [
249128
+ {
249129
+ "kind": "union",
249130
+ "value": [
249131
+ {
249132
+ "kind": "primitive",
249133
+ "value": "string"
249134
+ },
249135
+ {
249136
+ "kind": "primitive",
249137
+ "value": "number"
249138
+ }
249139
+ ]
249140
+ }
249141
+ ],
249142
+ "value": "Properties<TLength, TTime>"
249128
249143
  },
249129
249144
  {
249130
249145
  "kind": "array",
@@ -249175,8 +249190,23 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
249175
249190
  "required": false,
249176
249191
  "type": {
249177
249192
  "kind": "symbol",
249178
- "name": "React.CSSProperties",
249179
- "value": "CSSProperties"
249193
+ "name": "Properties",
249194
+ "typeParameters": [
249195
+ {
249196
+ "kind": "union",
249197
+ "value": [
249198
+ {
249199
+ "kind": "primitive",
249200
+ "value": "string"
249201
+ },
249202
+ {
249203
+ "kind": "primitive",
249204
+ "value": "number"
249205
+ }
249206
+ ]
249207
+ }
249208
+ ],
249209
+ "value": "Properties<TLength, TTime>"
249180
249210
  },
249181
249211
  "description": "",
249182
249212
  "declarations": [
@@ -249430,8 +249460,23 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
249430
249460
  "value": [
249431
249461
  {
249432
249462
  "kind": "symbol",
249433
- "name": "React.CSSProperties",
249434
- "value": "CSSProperties"
249463
+ "name": "Properties",
249464
+ "typeParameters": [
249465
+ {
249466
+ "kind": "union",
249467
+ "value": [
249468
+ {
249469
+ "kind": "primitive",
249470
+ "value": "string"
249471
+ },
249472
+ {
249473
+ "kind": "primitive",
249474
+ "value": "number"
249475
+ }
249476
+ ]
249477
+ }
249478
+ ],
249479
+ "value": "Properties<TLength, TTime>"
249435
249480
  },
249436
249481
  {
249437
249482
  "kind": "primitive",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-docs",
3
- "version": "10.0.24",
3
+ "version": "10.0.26",
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.0.24",
48
- "@workday/canvas-kit-preview-react": "^10.0.24",
49
- "@workday/canvas-kit-react": "^10.0.24",
50
- "@workday/canvas-kit-styling": "^10.0.24",
47
+ "@workday/canvas-kit-labs-react": "^10.0.26",
48
+ "@workday/canvas-kit-preview-react": "^10.0.26",
49
+ "@workday/canvas-kit-react": "^10.0.26",
50
+ "@workday/canvas-kit-styling": "^10.0.26",
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": "8ac43554a5d8575721145a33dcc252c1c4cad696"
62
+ "gitHead": "f72e5ef2c7066355ea9d4011661158bb574a1564"
63
63
  }