@workday/canvas-kit-docs 11.0.0-alpha.700-next.0 → 11.0.0-alpha.702-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.
@@ -252150,6 +252150,93 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
252150
252150
  }
252151
252151
  }
252152
252152
  },
252153
+ {
252154
+ "name": "maybeWrapCSSVariables",
252155
+ "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/utils/parseObjectToStaticValue.ts",
252156
+ "description": "Wrap all unwrapped CSS Variables. For example, `{padding: '--foo'}` will be replaced with\n`{padding: 'var(--foo)'}`. It also works on variables in the middle of the property.",
252157
+ "declarations": [
252158
+ {
252159
+ "name": "maybeWrapCSSVariables",
252160
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/utils/parseObjectToStaticValue.ts"
252161
+ }
252162
+ ],
252163
+ "tags": {},
252164
+ "type": {
252165
+ "kind": "function",
252166
+ "parameters": [
252167
+ {
252168
+ "kind": "parameter",
252169
+ "name": "input",
252170
+ "type": {
252171
+ "kind": "union",
252172
+ "value": [
252173
+ {
252174
+ "kind": "primitive",
252175
+ "value": "string"
252176
+ },
252177
+ {
252178
+ "kind": "primitive",
252179
+ "value": "number"
252180
+ }
252181
+ ]
252182
+ },
252183
+ "required": true,
252184
+ "rest": false,
252185
+ "description": "",
252186
+ "declarations": [
252187
+ {
252188
+ "name": "input",
252189
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/utils/parseObjectToStaticValue.ts"
252190
+ }
252191
+ ],
252192
+ "tags": {}
252193
+ },
252194
+ {
252195
+ "kind": "parameter",
252196
+ "name": "variables",
252197
+ "type": {
252198
+ "kind": "external",
252199
+ "name": "Record",
252200
+ "url": "https://www.typescriptlang.org/docs/handbook/utility-types.html#recordkeys-type",
252201
+ "typeParameters": [
252202
+ {
252203
+ "kind": "primitive",
252204
+ "value": "string"
252205
+ },
252206
+ {
252207
+ "kind": "primitive",
252208
+ "value": "string"
252209
+ }
252210
+ ]
252211
+ },
252212
+ "required": true,
252213
+ "rest": false,
252214
+ "description": "",
252215
+ "declarations": [
252216
+ {
252217
+ "name": "variables",
252218
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/utils/parseObjectToStaticValue.ts"
252219
+ }
252220
+ ],
252221
+ "tags": {}
252222
+ }
252223
+ ],
252224
+ "members": [],
252225
+ "returnType": {
252226
+ "kind": "union",
252227
+ "value": [
252228
+ {
252229
+ "kind": "primitive",
252230
+ "value": "string"
252231
+ },
252232
+ {
252233
+ "kind": "primitive",
252234
+ "value": "number"
252235
+ }
252236
+ ]
252237
+ }
252238
+ }
252239
+ },
252153
252240
  {
252154
252241
  "name": "prettyStringify",
252155
252242
  "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/utils/stylisFns.ts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-docs",
3
- "version": "11.0.0-alpha.700-next.0",
3
+ "version": "11.0.0-alpha.702-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.700-next.0",
48
- "@workday/canvas-kit-preview-react": "^11.0.0-alpha.700-next.0",
49
- "@workday/canvas-kit-react": "^11.0.0-alpha.700-next.0",
50
- "@workday/canvas-kit-styling": "^11.0.0-alpha.700-next.0",
47
+ "@workday/canvas-kit-labs-react": "^11.0.0-alpha.702-next.0",
48
+ "@workday/canvas-kit-preview-react": "^11.0.0-alpha.702-next.0",
49
+ "@workday/canvas-kit-react": "^11.0.0-alpha.702-next.0",
50
+ "@workday/canvas-kit-styling": "^11.0.0-alpha.702-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": "10913088c5ce18dfaf341ed21c50f7a41b1e664e"
62
+ "gitHead": "5daa6957925ea09fab97a577c09f8d94f4f1afe9"
63
63
  }