@workday/canvas-kit-docs 11.1.6 → 11.1.7

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.
@@ -5248,11 +5248,24 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
5248
5248
  "name": "colorSet",
5249
5249
  "required": false,
5250
5250
  "type": {
5251
- "kind": "array",
5252
- "value": {
5253
- "kind": "primitive",
5254
- "value": "string"
5255
- }
5251
+ "kind": "union",
5252
+ "value": [
5253
+ {
5254
+ "kind": "array",
5255
+ "value": {
5256
+ "kind": "primitive",
5257
+ "value": "string"
5258
+ }
5259
+ },
5260
+ {
5261
+ "kind": "array",
5262
+ "value": {
5263
+ "kind": "symbol",
5264
+ "name": "SwatchBookColorObject",
5265
+ "value": "SwatchBookColorObject"
5266
+ }
5267
+ }
5268
+ ]
5256
5269
  },
5257
5270
  "description": "The array of colors to be rendered in the swatchbook.",
5258
5271
  "declarations": [
@@ -5566,6 +5579,57 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
5566
5579
  ]
5567
5580
  }
5568
5581
  },
5582
+ {
5583
+ "name": "SwatchBookColorObject",
5584
+ "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/color-picker/lib/parts/SwatchBook.tsx",
5585
+ "description": "",
5586
+ "declarations": [
5587
+ {
5588
+ "name": "SwatchBookColorObject",
5589
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/color-picker/lib/parts/SwatchBook.tsx"
5590
+ }
5591
+ ],
5592
+ "tags": {},
5593
+ "type": {
5594
+ "kind": "object",
5595
+ "properties": [
5596
+ {
5597
+ "kind": "property",
5598
+ "name": "value",
5599
+ "required": true,
5600
+ "type": {
5601
+ "kind": "primitive",
5602
+ "value": "string"
5603
+ },
5604
+ "description": "",
5605
+ "declarations": [
5606
+ {
5607
+ "name": "value",
5608
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/color-picker/lib/parts/SwatchBook.tsx"
5609
+ }
5610
+ ],
5611
+ "tags": {}
5612
+ },
5613
+ {
5614
+ "kind": "property",
5615
+ "name": "label",
5616
+ "required": true,
5617
+ "type": {
5618
+ "kind": "primitive",
5619
+ "value": "string"
5620
+ },
5621
+ "description": "",
5622
+ "declarations": [
5623
+ {
5624
+ "name": "label",
5625
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/color-picker/lib/parts/SwatchBook.tsx"
5626
+ }
5627
+ ],
5628
+ "tags": {}
5629
+ }
5630
+ ]
5631
+ }
5632
+ },
5569
5633
  {
5570
5634
  "name": "SwatchBookProps",
5571
5635
  "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/color-picker/lib/parts/SwatchBook.tsx",
@@ -5603,8 +5667,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
5603
5667
  "type": {
5604
5668
  "kind": "array",
5605
5669
  "value": {
5606
- "kind": "primitive",
5607
- "value": "string"
5670
+ "kind": "parenthesis",
5671
+ "value": {
5672
+ "kind": "union",
5673
+ "value": [
5674
+ {
5675
+ "kind": "primitive",
5676
+ "value": "string"
5677
+ },
5678
+ {
5679
+ "kind": "symbol",
5680
+ "name": "SwatchBookColorObject",
5681
+ "value": "SwatchBookColorObject"
5682
+ }
5683
+ ]
5684
+ }
5608
5685
  }
5609
5686
  },
5610
5687
  "description": "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-docs",
3
- "version": "11.1.6",
3
+ "version": "11.1.7",
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.1.6",
48
- "@workday/canvas-kit-preview-react": "^11.1.6",
49
- "@workday/canvas-kit-react": "^11.1.6",
50
- "@workday/canvas-kit-styling": "^11.1.6",
47
+ "@workday/canvas-kit-labs-react": "^11.1.7",
48
+ "@workday/canvas-kit-preview-react": "^11.1.7",
49
+ "@workday/canvas-kit-react": "^11.1.7",
50
+ "@workday/canvas-kit-styling": "^11.1.7",
51
51
  "@workday/canvas-system-icons-web": "^3.0.0",
52
52
  "@workday/canvas-tokens-web": "^2.0.0",
53
53
  "markdown-to-jsx": "^7.2.0",
@@ -59,5 +59,5 @@
59
59
  "mkdirp": "^1.0.3",
60
60
  "typescript": "4.2"
61
61
  },
62
- "gitHead": "631d1ec692f362e0dfac142a038fed1fb6a97fb6"
62
+ "gitHead": "f2f16c84455ece760c07e75631480f0ec65b9ada"
63
63
  }