@workday/canvas-kit-docs 11.0.0-alpha.700-next.0 → 11.0.0-alpha.705-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.
@@ -250582,6 +250582,47 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
250582
250582
  ],
250583
250583
  "tags": {}
250584
250584
  },
250585
+ {
250586
+ "kind": "property",
250587
+ "name": "getPrefix",
250588
+ "required": true,
250589
+ "type": {
250590
+ "kind": "function",
250591
+ "parameters": [
250592
+ {
250593
+ "kind": "parameter",
250594
+ "name": "path",
250595
+ "type": {
250596
+ "kind": "primitive",
250597
+ "value": "string"
250598
+ },
250599
+ "required": true,
250600
+ "rest": false,
250601
+ "description": "",
250602
+ "declarations": [
250603
+ {
250604
+ "name": "path",
250605
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/utils/types.ts"
250606
+ }
250607
+ ],
250608
+ "tags": {}
250609
+ }
250610
+ ],
250611
+ "members": [],
250612
+ "returnType": {
250613
+ "kind": "primitive",
250614
+ "value": "string"
250615
+ }
250616
+ },
250617
+ "description": "",
250618
+ "declarations": [
250619
+ {
250620
+ "name": "getPrefix",
250621
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/utils/types.ts"
250622
+ }
250623
+ ],
250624
+ "tags": {}
250625
+ },
250585
250626
  {
250586
250627
  "kind": "property",
250587
250628
  "name": "variables",
@@ -252150,6 +252191,93 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
252150
252191
  }
252151
252192
  }
252152
252193
  },
252194
+ {
252195
+ "name": "maybeWrapCSSVariables",
252196
+ "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/utils/parseObjectToStaticValue.ts",
252197
+ "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.",
252198
+ "declarations": [
252199
+ {
252200
+ "name": "maybeWrapCSSVariables",
252201
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/utils/parseObjectToStaticValue.ts"
252202
+ }
252203
+ ],
252204
+ "tags": {},
252205
+ "type": {
252206
+ "kind": "function",
252207
+ "parameters": [
252208
+ {
252209
+ "kind": "parameter",
252210
+ "name": "input",
252211
+ "type": {
252212
+ "kind": "union",
252213
+ "value": [
252214
+ {
252215
+ "kind": "primitive",
252216
+ "value": "string"
252217
+ },
252218
+ {
252219
+ "kind": "primitive",
252220
+ "value": "number"
252221
+ }
252222
+ ]
252223
+ },
252224
+ "required": true,
252225
+ "rest": false,
252226
+ "description": "",
252227
+ "declarations": [
252228
+ {
252229
+ "name": "input",
252230
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/utils/parseObjectToStaticValue.ts"
252231
+ }
252232
+ ],
252233
+ "tags": {}
252234
+ },
252235
+ {
252236
+ "kind": "parameter",
252237
+ "name": "variables",
252238
+ "type": {
252239
+ "kind": "external",
252240
+ "name": "Record",
252241
+ "url": "https://www.typescriptlang.org/docs/handbook/utility-types.html#recordkeys-type",
252242
+ "typeParameters": [
252243
+ {
252244
+ "kind": "primitive",
252245
+ "value": "string"
252246
+ },
252247
+ {
252248
+ "kind": "primitive",
252249
+ "value": "string"
252250
+ }
252251
+ ]
252252
+ },
252253
+ "required": true,
252254
+ "rest": false,
252255
+ "description": "",
252256
+ "declarations": [
252257
+ {
252258
+ "name": "variables",
252259
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/utils/parseObjectToStaticValue.ts"
252260
+ }
252261
+ ],
252262
+ "tags": {}
252263
+ }
252264
+ ],
252265
+ "members": [],
252266
+ "returnType": {
252267
+ "kind": "union",
252268
+ "value": [
252269
+ {
252270
+ "kind": "primitive",
252271
+ "value": "string"
252272
+ },
252273
+ {
252274
+ "kind": "primitive",
252275
+ "value": "number"
252276
+ }
252277
+ ]
252278
+ }
252279
+ }
252280
+ },
252153
252281
  {
252154
252282
  "name": "prettyStringify",
252155
252283
  "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/utils/stylisFns.ts",
@@ -252216,6 +252344,47 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
252216
252344
  ],
252217
252345
  "tags": {}
252218
252346
  },
252347
+ {
252348
+ "kind": "property",
252349
+ "name": "getPrefix",
252350
+ "required": true,
252351
+ "type": {
252352
+ "kind": "function",
252353
+ "parameters": [
252354
+ {
252355
+ "kind": "parameter",
252356
+ "name": "path",
252357
+ "type": {
252358
+ "kind": "primitive",
252359
+ "value": "string"
252360
+ },
252361
+ "required": true,
252362
+ "rest": false,
252363
+ "description": "",
252364
+ "declarations": [
252365
+ {
252366
+ "name": "path",
252367
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/utils/types.ts"
252368
+ }
252369
+ ],
252370
+ "tags": {}
252371
+ }
252372
+ ],
252373
+ "members": [],
252374
+ "returnType": {
252375
+ "kind": "primitive",
252376
+ "value": "string"
252377
+ }
252378
+ },
252379
+ "description": "",
252380
+ "declarations": [
252381
+ {
252382
+ "name": "getPrefix",
252383
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/utils/types.ts"
252384
+ }
252385
+ ],
252386
+ "tags": {}
252387
+ },
252219
252388
  {
252220
252389
  "kind": "property",
252221
252390
  "name": "variables",
@@ -252714,6 +252883,47 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
252714
252883
  }
252715
252884
  ],
252716
252885
  "tags": {}
252886
+ },
252887
+ {
252888
+ "kind": "property",
252889
+ "name": "getPrefix",
252890
+ "required": false,
252891
+ "type": {
252892
+ "kind": "function",
252893
+ "parameters": [
252894
+ {
252895
+ "kind": "parameter",
252896
+ "name": "path",
252897
+ "type": {
252898
+ "kind": "primitive",
252899
+ "value": "string"
252900
+ },
252901
+ "required": true,
252902
+ "rest": false,
252903
+ "description": "",
252904
+ "declarations": [
252905
+ {
252906
+ "name": "path",
252907
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/utils/types.ts"
252908
+ }
252909
+ ],
252910
+ "tags": {}
252911
+ }
252912
+ ],
252913
+ "members": [],
252914
+ "returnType": {
252915
+ "kind": "primitive",
252916
+ "value": "string"
252917
+ }
252918
+ },
252919
+ "description": "Optional function for getting a prefix given a file path. This is useful if you want to have a\ndifferent prefix for each module in a monorepo.",
252920
+ "declarations": [
252921
+ {
252922
+ "name": "getPrefix",
252923
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/utils/types.ts"
252924
+ }
252925
+ ],
252926
+ "tags": {}
252717
252927
  }
252718
252928
  ]
252719
252929
  }
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.705-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.705-next.0",
48
+ "@workday/canvas-kit-preview-react": "^11.0.0-alpha.705-next.0",
49
+ "@workday/canvas-kit-react": "^11.0.0-alpha.705-next.0",
50
+ "@workday/canvas-kit-styling": "^11.0.0-alpha.705-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": "4cca7721b1aff2177efda7ee8fba797014ec8abb"
63
63
  }