@workday/canvas-kit-docs 16.0.0-alpha.0465-next.0 → 16.0.0-alpha.0474-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.
@@ -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": "15.1.1",
22
- "@workday/canvas-kit-preview-react": "15.1.1",
23
- "@workday/canvas-kit-react": "15.1.1",
24
- "@workday/canvas-kit-react-fonts": "^15.1.1",
25
- "@workday/canvas-kit-styling": "15.1.1",
21
+ "@workday/canvas-kit-labs-react": "15.1.3",
22
+ "@workday/canvas-kit-preview-react": "15.1.3",
23
+ "@workday/canvas-kit-react": "15.1.3",
24
+ "@workday/canvas-kit-react-fonts": "^15.1.3",
25
+ "@workday/canvas-kit-styling": "15.1.3",
26
26
  "@workday/canvas-system-icons-web": "4.0.2",
27
27
  "@workday/canvas-expressive-icons-web": "1.0.1",
28
28
  "@workday/canvas-tokens-web": "4.2.0"
@@ -19,11 +19,11 @@ export const packageJSONFile = `{
19
19
  "@emotion/react": "11.11.4",
20
20
  "@types/react": "18.2.60",
21
21
  "@types/react-dom": "18.2.19",
22
- "@workday/canvas-kit-labs-react": "15.1.1",
23
- "@workday/canvas-kit-preview-react": "15.1.1",
24
- "@workday/canvas-kit-react": "15.1.1",
25
- "@workday/canvas-kit-react-fonts": "^15.1.1",
26
- "@workday/canvas-kit-styling": "15.1.1",
22
+ "@workday/canvas-kit-labs-react": "15.1.3",
23
+ "@workday/canvas-kit-preview-react": "15.1.3",
24
+ "@workday/canvas-kit-react": "15.1.3",
25
+ "@workday/canvas-kit-react-fonts": "^15.1.3",
26
+ "@workday/canvas-kit-styling": "15.1.3",
27
27
  "@workday/canvas-system-icons-web": "4.0.2",
28
28
  "@workday/canvas-expressive-icons-web": "1.0.1",
29
29
  "@workday/canvas-tokens-web": "4.2.0"
@@ -16,6 +16,7 @@ Soon to be...
16
16
  - [KBD](#kbd)
17
17
  - [Component Updates](#component-updates)
18
18
  - [Action Bar](#action-bar)
19
+ - [Banner](#banner)
19
20
  - [Avatar](#avatar)
20
21
  - [Buttons](#buttons)
21
22
  - [Delete Button Outline Variant](#delete-button-outline-variant)
@@ -32,6 +33,8 @@ Soon to be...
32
33
  - [Text Area](#text-area)
33
34
  - [Text Input](#text-input)
34
35
  - [Menu](#menu)
36
+ - [Modal](#modal)
37
+ - [Popup](#popup)
35
38
  - [Segmented Control](#segmented-control)
36
39
  - [Toast](#toast)
37
40
  - [Tooltip](#tooltip)
@@ -145,6 +148,12 @@ functional shortcuts, refer to the storybook documentation and our example stori
145
148
 
146
149
  - `ActionBar` padding has been updated to `padding.md` (16px).
147
150
 
151
+ ### Banner
152
+
153
+ #### Visual Updates
154
+
155
+ - `Banner` now uses `system.depth[5]` for box-shadow (previously had no box-shadow).
156
+
148
157
  ### Avatar
149
158
 
150
159
  **PR:** [#3981](https://github.com/Workday/canvas-kit/pull/3981)
@@ -355,6 +364,7 @@ If you customize `brand.success.base` in your theme, please verify the following
355
364
  `Toast.Body` and `Toast.Icon`.
356
365
  - Gap between the icon, body, and close icon is now `base.size150` (12px).
357
366
  - Shape uses `system.shape.xl`.
367
+ - Box-shadow updated from `system.depth[3]` to `system.depth[5]`.
358
368
  - `Toast.Body` no longer has a gap between text and link.
359
369
  - `Toast.CloseIcon` is set to have absolute positioning and aligned with the top-right corner (in
360
370
  LTR).
@@ -372,9 +382,22 @@ If you customize `brand.success.base` in your theme, please verify the following
372
382
  - Tooltip boundaries remain visible in Windows High Contrast mode: when High Contrast is detected,
373
383
  Tooltip uses a solid outline (`outline: solid 1px CanvasText`) to ensure clear visibility.
374
384
  - Shape is now fully rounded using `system.shape.full`.
385
+ - Box-shadow updated from `system.depth[2]` to `system.depth[3]`.
375
386
  - Type level is now `subtext.lg` (previously `subtext.md`).
376
387
  - Padding and spacing have been adjusted to accommodate the new styling.
377
388
 
389
+ ### Modal
390
+
391
+ #### Visual Updates
392
+
393
+ - `Modal.Card` box-shadow updated from `system.depth[5]` to `system.depth[6]`.
394
+
395
+ ### Popup
396
+
397
+ #### Visual Updates
398
+
399
+ - `Popup.Card` box-shadow updated from `system.depth[3]` to `system.depth[4]`.
400
+
378
401
  ### Menu
379
402
 
380
403
  **PR:** [#3987](https://github.com/Workday/canvas-kit/pull/3987)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-docs",
3
- "version": "16.0.0-alpha.0465-next.0",
3
+ "version": "16.0.0-alpha.0474-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",
@@ -47,10 +47,10 @@
47
47
  "@stackblitz/sdk": "^1.11.0",
48
48
  "@storybook/csf": "0.0.1",
49
49
  "@workday/canvas-expressive-icons-web": "1.0.2",
50
- "@workday/canvas-kit-labs-react": "^16.0.0-alpha.0465-next.0",
51
- "@workday/canvas-kit-preview-react": "^16.0.0-alpha.0465-next.0",
52
- "@workday/canvas-kit-react": "^16.0.0-alpha.0465-next.0",
53
- "@workday/canvas-kit-styling": "^16.0.0-alpha.0465-next.0",
50
+ "@workday/canvas-kit-labs-react": "^16.0.0-alpha.0474-next.0",
51
+ "@workday/canvas-kit-preview-react": "^16.0.0-alpha.0474-next.0",
52
+ "@workday/canvas-kit-react": "^16.0.0-alpha.0474-next.0",
53
+ "@workday/canvas-kit-styling": "^16.0.0-alpha.0474-next.0",
54
54
  "@workday/canvas-system-icons-web": "4.0.4",
55
55
  "@workday/canvas-tokens-web": "4.4.0-beta.6",
56
56
  "markdown-to-jsx": "^7.2.0",
@@ -63,5 +63,5 @@
63
63
  "mkdirp": "^1.0.3",
64
64
  "typescript": "5.0"
65
65
  },
66
- "gitHead": "02dd284d77ccf92991d5526190f453d442ccebcc"
66
+ "gitHead": "8039cd1e581d4b813b3d331828942c461d30fa87"
67
67
  }