@workday/canvas-kit-docs 7.0.0-alpha.79-next.7 → 7.0.0-alpha.82-next.10
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.
|
@@ -13,7 +13,8 @@ any questions about the update.
|
|
|
13
13
|
- [Icons](#icons)
|
|
14
14
|
- [ActionBar Component Updates](#actionbar-component-updates)
|
|
15
15
|
- [Status Indicator Width](#status-indicator-width)
|
|
16
|
-
- [Popup Cards](popup-cards)
|
|
16
|
+
- [Popup Cards](#popup-cards)
|
|
17
|
+
- [Popper Props Update](#popper-props-update)
|
|
17
18
|
- [Component Promotions](#component-promotion)
|
|
18
19
|
- [Token Updates](#token-updates)
|
|
19
20
|
- [Depth Tokens](#depth-tokens)
|
|
@@ -462,6 +463,11 @@ If your code contains any hacks to make a `Modal` overflow, these hacks should n
|
|
|
462
463
|
`max-height` of the `Modal.Body` element using calculations. These should be removed. The
|
|
463
464
|
`Popup.Card` now has a max height and the `Popup.Body` height is automatically calculated.
|
|
464
465
|
|
|
466
|
+
## Popper Props Update
|
|
467
|
+
|
|
468
|
+
We removed the `containerElement` prop from Popper component because it's no longer needed with
|
|
469
|
+
Fullscreen API.
|
|
470
|
+
|
|
465
471
|
## Component Promotions
|
|
466
472
|
|
|
467
473
|
After some [assessment](https://github.com/Workday/canvas-kit/issues/1395) we've decided to promote
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@workday/canvas-kit-docs",
|
|
3
|
-
"version": "7.0.0-alpha.
|
|
3
|
+
"version": "7.0.0-alpha.82-next.10+ea197cab",
|
|
4
4
|
"description": "Documentation components of Canvas Kit components",
|
|
5
5
|
"author": "Workday, Inc. (https://www.workday.com)",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
],
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"@storybook/csf": "0.0.1",
|
|
53
|
-
"@workday/canvas-kit-react": "^7.0.0-alpha.
|
|
53
|
+
"@workday/canvas-kit-react": "^7.0.0-alpha.82-next.10+ea197cab"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"fs-extra": "^10.0.0",
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"mkdirp": "^1.0.3",
|
|
59
59
|
"typescript": "^3.8.3"
|
|
60
60
|
},
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "ea197cab142c9ff0e0c40de332f915fbcf869bfe"
|
|
62
62
|
}
|