@spaced-out/ui-design-system 0.1.55 → 0.1.56
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.
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [0.1.56](https://github.com/spaced-out/ui-design-system/compare/v0.1.55...v0.1.56) (2023-09-27)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* elevation bleed fix ([d7a8526](https://github.com/spaced-out/ui-design-system/commit/d7a852692aa444e01a4de10c126cb91df9653917))
|
|
11
|
+
|
|
5
12
|
### [0.1.55](https://github.com/spaced-out/ui-design-system/compare/v0.1.54...v0.1.55) (2023-09-27)
|
|
6
13
|
|
|
7
14
|
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
@value (sizeFluid, size2, size48, size60, size240, size300) from '../../styles/variables/_size.css';
|
|
15
15
|
@value (borderWidthNone, borderWidthPrimary, borderRadiusNone, borderRadiusMedium, borderWidthSecondary) from '../../styles/variables/_border.css';
|
|
16
16
|
@value (fontLineHeight170) from '../../styles/variables/_font.css';
|
|
17
|
-
@value (elevationCard
|
|
17
|
+
@value (elevationCard) from '../../styles/variables/_elevation.css';
|
|
18
18
|
|
|
19
19
|
.fooBar {
|
|
20
20
|
color: colorFillPrimary;
|
|
@@ -262,8 +262,7 @@
|
|
|
262
262
|
.stickyHeader {
|
|
263
263
|
position: sticky;
|
|
264
264
|
top: spaceNone;
|
|
265
|
-
|
|
266
|
-
z-index: calc(elevationCard + elevationMenu);
|
|
265
|
+
z-index: elevationCard;
|
|
267
266
|
}
|
|
268
267
|
|
|
269
268
|
.stickyHeader::after {
|