@workday/canvas-kit-docs 10.3.14 → 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.
@@ -250619,6 +250619,93 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
250619
250619
  }
250620
250620
  }
250621
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
+ },
250622
250709
  {
250623
250710
  "name": "prettyStringify",
250624
250711
  "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": "10.3.14",
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.14",
48
- "@workday/canvas-kit-preview-react": "^10.3.14",
49
- "@workday/canvas-kit-react": "^10.3.14",
50
- "@workday/canvas-kit-styling": "^10.3.14",
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": "e500ce96b1e11fd7207113c1b2219e0104dd4188"
62
+ "gitHead": "ebb52077a576308d295eb83d4c1faefe3d9376fc"
63
63
  }