@lumx/core 4.1.1-alpha.3 → 4.1.1-alpha.4
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/lumx.css
CHANGED
|
@@ -6901,6 +6901,9 @@ table {
|
|
|
6901
6901
|
position: relative;
|
|
6902
6902
|
z-index: 1;
|
|
6903
6903
|
}
|
|
6904
|
+
.lumx-icon--vertical-align-middle {
|
|
6905
|
+
vertical-align: middle;
|
|
6906
|
+
}
|
|
6904
6907
|
|
|
6905
6908
|
/* Icon sizes
|
|
6906
6909
|
========================================================================== */
|
|
@@ -10885,17 +10888,17 @@ table {
|
|
|
10885
10888
|
flex: 1 1 auto;
|
|
10886
10889
|
min-height: 0;
|
|
10887
10890
|
}
|
|
10888
|
-
.lumx-slideshow__wrapper--
|
|
10891
|
+
.lumx-slideshow__wrapper--scroll-snap {
|
|
10889
10892
|
overflow-x: auto;
|
|
10890
10893
|
scroll-snap-type: x mandatory;
|
|
10891
10894
|
scrollbar-width: none;
|
|
10892
10895
|
}
|
|
10893
10896
|
@media (prefers-reduced-motion: no-preference) {
|
|
10894
|
-
.lumx-slideshow__wrapper--
|
|
10897
|
+
.lumx-slideshow__wrapper--scroll-snap {
|
|
10895
10898
|
scroll-behavior: smooth;
|
|
10896
10899
|
}
|
|
10897
10900
|
}
|
|
10898
|
-
.lumx-slideshow__wrapper--
|
|
10901
|
+
.lumx-slideshow__wrapper--scroll-snap::-webkit-scrollbar {
|
|
10899
10902
|
display: none;
|
|
10900
10903
|
}
|
|
10901
10904
|
.lumx-slideshow__controls {
|
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"url": "https://github.com/lumapps/design-system/issues"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@lumx/icons": "^4.1.1-alpha.
|
|
9
|
+
"@lumx/icons": "^4.1.1-alpha.4",
|
|
10
10
|
"classnames": "^2.3.2",
|
|
11
11
|
"focus-visible": "^5.0.2",
|
|
12
12
|
"lodash": "4.17.23",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"update-version-changelog": "yarn version-changelog ../../CHANGELOG.md"
|
|
38
38
|
},
|
|
39
39
|
"sideEffects": false,
|
|
40
|
-
"version": "4.1.1-alpha.
|
|
40
|
+
"version": "4.1.1-alpha.4",
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@rollup/plugin-typescript": "^12.3.0",
|
|
43
43
|
"@testing-library/dom": "^10.4.1",
|