@workday/canvas-kit-docs 10.3.13 → 10.3.15

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.
@@ -250483,8 +250483,17 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
250483
250483
  ],
250484
250484
  "members": [],
250485
250485
  "returnType": {
250486
- "kind": "primitive",
250487
- "value": "string"
250486
+ "kind": "union",
250487
+ "value": [
250488
+ {
250489
+ "kind": "primitive",
250490
+ "value": "string"
250491
+ },
250492
+ {
250493
+ "kind": "primitive",
250494
+ "value": "number"
250495
+ }
250496
+ ]
250488
250497
  }
250489
250498
  }
250490
250499
  },
@@ -250610,6 +250619,93 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
250610
250619
  }
250611
250620
  }
250612
250621
  },
250622
+ {
250623
+ "name": "maybeWrapCSSVariables",
250624
+ "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/utils/parseObjectToStaticValue.ts",
250625
+ "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.",
250626
+ "declarations": [
250627
+ {
250628
+ "name": "maybeWrapCSSVariables",
250629
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/utils/parseObjectToStaticValue.ts"
250630
+ }
250631
+ ],
250632
+ "tags": {},
250633
+ "type": {
250634
+ "kind": "function",
250635
+ "parameters": [
250636
+ {
250637
+ "kind": "parameter",
250638
+ "name": "input",
250639
+ "type": {
250640
+ "kind": "union",
250641
+ "value": [
250642
+ {
250643
+ "kind": "primitive",
250644
+ "value": "string"
250645
+ },
250646
+ {
250647
+ "kind": "primitive",
250648
+ "value": "number"
250649
+ }
250650
+ ]
250651
+ },
250652
+ "required": true,
250653
+ "rest": false,
250654
+ "description": "",
250655
+ "declarations": [
250656
+ {
250657
+ "name": "input",
250658
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/utils/parseObjectToStaticValue.ts"
250659
+ }
250660
+ ],
250661
+ "tags": {}
250662
+ },
250663
+ {
250664
+ "kind": "parameter",
250665
+ "name": "variables",
250666
+ "type": {
250667
+ "kind": "external",
250668
+ "name": "Record",
250669
+ "url": "https://www.typescriptlang.org/docs/handbook/utility-types.html#recordkeys-type",
250670
+ "typeParameters": [
250671
+ {
250672
+ "kind": "primitive",
250673
+ "value": "string"
250674
+ },
250675
+ {
250676
+ "kind": "primitive",
250677
+ "value": "string"
250678
+ }
250679
+ ]
250680
+ },
250681
+ "required": true,
250682
+ "rest": false,
250683
+ "description": "",
250684
+ "declarations": [
250685
+ {
250686
+ "name": "variables",
250687
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/utils/parseObjectToStaticValue.ts"
250688
+ }
250689
+ ],
250690
+ "tags": {}
250691
+ }
250692
+ ],
250693
+ "members": [],
250694
+ "returnType": {
250695
+ "kind": "union",
250696
+ "value": [
250697
+ {
250698
+ "kind": "primitive",
250699
+ "value": "string"
250700
+ },
250701
+ {
250702
+ "kind": "primitive",
250703
+ "value": "number"
250704
+ }
250705
+ ]
250706
+ }
250707
+ }
250708
+ },
250613
250709
  {
250614
250710
  "name": "prettyStringify",
250615
250711
  "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/utils/stylisFns.ts",
@@ -250877,6 +250973,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
250877
250973
  "value": {
250878
250974
  "kind": "union",
250879
250975
  "value": [
250976
+ {
250977
+ "kind": "primitive",
250978
+ "value": "number"
250979
+ },
250880
250980
  {
250881
250981
  "kind": "primitive",
250882
250982
  "value": "string"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-docs",
3
- "version": "10.3.13",
3
+ "version": "10.3.15",
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.13",
48
- "@workday/canvas-kit-preview-react": "^10.3.13",
49
- "@workday/canvas-kit-react": "^10.3.13",
50
- "@workday/canvas-kit-styling": "^10.3.13",
47
+ "@workday/canvas-kit-labs-react": "^10.3.15",
48
+ "@workday/canvas-kit-preview-react": "^10.3.15",
49
+ "@workday/canvas-kit-react": "^10.3.15",
50
+ "@workday/canvas-kit-styling": "^10.3.15",
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": "a0e5d527ca03cec9db0d640ef97ac76bdb9ae89f"
62
+ "gitHead": "ebb52077a576308d295eb83d4c1faefe3d9376fc"
63
63
  }