@workday/canvas-kit-docs 14.0.0-alpha.1198-next.0 → 14.0.0-alpha.1201-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.
@@ -155108,6 +155108,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
155108
155108
  "type": {
155109
155109
  "kind": "union",
155110
155110
  "value": [
155111
+ {
155112
+ "kind": "primitive",
155113
+ "value": "boolean"
155114
+ },
155111
155115
  {
155112
155116
  "kind": "string",
155113
155117
  "value": ""
@@ -193269,6 +193273,23 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
193269
193273
  ],
193270
193274
  "tags": {}
193271
193275
  },
193276
+ {
193277
+ "kind": "property",
193278
+ "name": "lighter",
193279
+ "required": true,
193280
+ "type": {
193281
+ "kind": "primitive",
193282
+ "value": "string"
193283
+ },
193284
+ "description": "",
193285
+ "declarations": [
193286
+ {
193287
+ "name": "lighter",
193288
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/common/lib/theming/types.ts"
193289
+ }
193290
+ ],
193291
+ "tags": {}
193292
+ },
193272
193293
  {
193273
193294
  "kind": "property",
193274
193295
  "name": "light",
@@ -18,11 +18,11 @@ export const packageJSONFile = `{
18
18
  "@emotion/react": "11.11.4",
19
19
  "@types/react": "18.2.60",
20
20
  "@types/react-dom": "18.2.19",
21
- "@workday/canvas-kit-labs-react": "13.2.15",
22
- "@workday/canvas-kit-preview-react": "13.2.15",
23
- "@workday/canvas-kit-react": "13.2.15",
24
- "@workday/canvas-kit-react-fonts": "^13.2.15",
25
- "@workday/canvas-kit-styling": "13.2.15",
21
+ "@workday/canvas-kit-labs-react": "13.2.16",
22
+ "@workday/canvas-kit-preview-react": "13.2.16",
23
+ "@workday/canvas-kit-react": "13.2.16",
24
+ "@workday/canvas-kit-react-fonts": "^13.2.16",
25
+ "@workday/canvas-kit-styling": "13.2.16",
26
26
  "@workday/canvas-system-icons-web": "3.0.22",
27
27
  "@workday/canvas-tokens-web": "2.0.0"
28
28
  },
@@ -18,11 +18,11 @@ export const packageJSONFile = `{
18
18
  "@emotion/react": "11.11.4",
19
19
  "@types/react": "18.2.60",
20
20
  "@types/react-dom": "18.2.19",
21
- "@workday/canvas-kit-labs-react": "13.2.15",
22
- "@workday/canvas-kit-preview-react": "13.2.15",
23
- "@workday/canvas-kit-react": "13.2.15",
24
- "@workday/canvas-kit-react-fonts": "^13.2.15",
25
- "@workday/canvas-kit-styling": "13.2.15",
21
+ "@workday/canvas-kit-labs-react": "13.2.16",
22
+ "@workday/canvas-kit-preview-react": "13.2.16",
23
+ "@workday/canvas-kit-react": "13.2.16",
24
+ "@workday/canvas-kit-react-fonts": "^13.2.16",
25
+ "@workday/canvas-kit-styling": "13.2.16",
26
26
  "@workday/canvas-system-icons-web": "3.0.22",
27
27
  "@workday/canvas-tokens-web": "2.0.0"
28
28
  },
@@ -8,6 +8,7 @@ any questions.
8
8
 
9
9
  - [Codemod](#codemod)
10
10
  - [Instructions](#instructions)
11
+ - [Theming](#theming)
11
12
  - [Component Updates](#component-updates)
12
13
  - [Branding Changes](#branding-changes)
13
14
  - [Card](#card)
@@ -85,6 +86,14 @@ yarn remove @workday/canvas-kit-codemod
85
86
  > after executing the codemod, as its resulting formatting (spacing, quotes, etc.) may not match
86
87
  > your project conventions.
87
88
 
89
+ ## Theming
90
+
91
+ **PR:** [#3394](https://github.com/Workday/canvas-kit/pull/3394)
92
+
93
+ - `CanvasThemePalette` has been updated to include a `lighter` color.
94
+ - `CanvasTheme` has been updated to include a `lighter` color.
95
+
96
+
88
97
  ## Component Updates
89
98
 
90
99
  ### Branding Changes 💅
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-docs",
3
- "version": "14.0.0-alpha.1198-next.0",
3
+ "version": "14.0.0-alpha.1201-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",
@@ -45,10 +45,10 @@
45
45
  "@emotion/styled": "^11.6.0",
46
46
  "@stackblitz/sdk": "^1.11.0",
47
47
  "@storybook/csf": "0.0.1",
48
- "@workday/canvas-kit-labs-react": "^14.0.0-alpha.1198-next.0",
49
- "@workday/canvas-kit-preview-react": "^14.0.0-alpha.1198-next.0",
50
- "@workday/canvas-kit-react": "^14.0.0-alpha.1198-next.0",
51
- "@workday/canvas-kit-styling": "^14.0.0-alpha.1198-next.0",
48
+ "@workday/canvas-kit-labs-react": "^14.0.0-alpha.1201-next.0",
49
+ "@workday/canvas-kit-preview-react": "^14.0.0-alpha.1201-next.0",
50
+ "@workday/canvas-kit-react": "^14.0.0-alpha.1201-next.0",
51
+ "@workday/canvas-kit-styling": "^14.0.0-alpha.1201-next.0",
52
52
  "@workday/canvas-system-icons-web": "^3.0.35",
53
53
  "@workday/canvas-tokens-web": "3.0.0-alpha.12",
54
54
  "markdown-to-jsx": "^7.2.0",
@@ -61,5 +61,5 @@
61
61
  "mkdirp": "^1.0.3",
62
62
  "typescript": "5.0"
63
63
  },
64
- "gitHead": "572c629d372fc0a8bb31fb89afe8c12b1d99ea93"
64
+ "gitHead": "3873a638d305c242131b25e09bccc722a4ba31c4"
65
65
  }