@workday/canvas-kit-docs 14.0.0-alpha.1198-next.0 → 14.0.0-alpha.1199-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.
@@ -193269,6 +193269,23 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
193269
193269
  ],
193270
193270
  "tags": {}
193271
193271
  },
193272
+ {
193273
+ "kind": "property",
193274
+ "name": "lighter",
193275
+ "required": true,
193276
+ "type": {
193277
+ "kind": "primitive",
193278
+ "value": "string"
193279
+ },
193280
+ "description": "",
193281
+ "declarations": [
193282
+ {
193283
+ "name": "lighter",
193284
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/common/lib/theming/types.ts"
193285
+ }
193286
+ ],
193287
+ "tags": {}
193288
+ },
193272
193289
  {
193273
193290
  "kind": "property",
193274
193291
  "name": "light",
@@ -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.1199-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.1199-next.0",
49
+ "@workday/canvas-kit-preview-react": "^14.0.0-alpha.1199-next.0",
50
+ "@workday/canvas-kit-react": "^14.0.0-alpha.1199-next.0",
51
+ "@workday/canvas-kit-styling": "^14.0.0-alpha.1199-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": "4bd041e30458c4039340481ed19ea4467f277437"
65
65
  }