@workday/canvas-kit-docs 9.0.16 → 9.0.17

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.
@@ -20566,7 +20566,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
20566
20566
  }
20567
20567
  }
20568
20568
  },
20569
- "description": "The options of the Select. `options` may be an array of objects or an array of strings.\n\nIf `options` is an array of objects, each object must adhere to the `Option` interface:\n\n* `data: object` (optional)\n* `disabled: boolean` (optional)\n* `id: string` (optional, a random `id` will be assigned to the object if one isn't provided)\n* `label: string` (optional, analogous to the text content of an `<option>`)\n* `value: string` (required, analogous to the `value` attribute of an `<option>`)\n\nIf `label` is omitted, the `value` will be used to render the option.\n\nThe `data` object is carried over to the `option` passed into the `renderOption` function where it may then be used to customize how each option is rendered.",
20569
+ "description": "The options of the Select. `options` may be an array of objects, an array of strings,\nor an array that contains both objects and strings.\n\nIf `options` includes objects, each included object must adhere to the `Option` interface:\n\n* `data: object` (optional)\n* `disabled: boolean` (optional)\n* `id: string` (optional, a random `id` will be assigned to the object if one isn't provided)\n* `label: string` (optional, analogous to the text content of an `<option>`)\n* `value: string` (required, analogous to the `value` attribute of an `<option>`)\n\nIf `label` is omitted, the `value` will be used to render the option.\n\nThe `data` object is carried over to the `option` passed into the `renderOption` function where it may then be used to customize how each option is rendered.",
20570
20570
  "declarations": [
20571
20571
  {
20572
20572
  "name": "options",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-docs",
3
- "version": "9.0.16",
3
+ "version": "9.0.17",
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,9 +44,9 @@
44
44
  "dependencies": {
45
45
  "@emotion/styled": "^11.6.0",
46
46
  "@storybook/csf": "0.0.1",
47
- "@workday/canvas-kit-labs-react": "^9.0.16",
48
- "@workday/canvas-kit-preview-react": "^9.0.16",
49
- "@workday/canvas-kit-react": "^9.0.16",
47
+ "@workday/canvas-kit-labs-react": "^9.0.17",
48
+ "@workday/canvas-kit-preview-react": "^9.0.17",
49
+ "@workday/canvas-kit-react": "^9.0.17",
50
50
  "@workday/canvas-system-icons-web": "^3.0.0",
51
51
  "markdown-to-jsx": "^6.10.3",
52
52
  "ts-node": "^10.9.1"
@@ -57,5 +57,5 @@
57
57
  "mkdirp": "^1.0.3",
58
58
  "typescript": "4.2"
59
59
  },
60
- "gitHead": "9d5acdca5b46550d3a8063682859f30fa0d7d6ba"
60
+ "gitHead": "f4f1d57cb713a31772efe8be32bdb5c92416dbf7"
61
61
  }