uikit 3.18.3-dev.dceb0c996 → 3.18.4-dev.91361018c
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 +7 -0
- package/dist/css/uikit-core-rtl.css +12 -23
- package/dist/css/uikit-core-rtl.min.css +1 -1
- package/dist/css/uikit-core.css +12 -23
- package/dist/css/uikit-core.min.css +1 -1
- package/dist/css/uikit-rtl.css +12 -23
- package/dist/css/uikit-rtl.min.css +1 -1
- package/dist/css/uikit.css +12 -23
- package/dist/css/uikit.min.css +1 -1
- package/dist/js/components/countdown.js +1 -1
- package/dist/js/components/countdown.min.js +1 -1
- package/dist/js/components/filter.js +1 -1
- package/dist/js/components/filter.min.js +1 -1
- package/dist/js/components/lightbox-panel.js +1 -1
- package/dist/js/components/lightbox-panel.min.js +1 -1
- package/dist/js/components/lightbox.js +1 -1
- package/dist/js/components/lightbox.min.js +1 -1
- package/dist/js/components/notification.js +1 -1
- package/dist/js/components/notification.min.js +1 -1
- package/dist/js/components/parallax.js +1 -1
- package/dist/js/components/parallax.min.js +1 -1
- package/dist/js/components/slider-parallax.js +1 -1
- package/dist/js/components/slider-parallax.min.js +1 -1
- package/dist/js/components/slider.js +1 -1
- package/dist/js/components/slider.min.js +1 -1
- package/dist/js/components/slideshow-parallax.js +1 -1
- package/dist/js/components/slideshow-parallax.min.js +1 -1
- package/dist/js/components/slideshow.js +1 -1
- package/dist/js/components/slideshow.min.js +1 -1
- package/dist/js/components/sortable.js +1 -1
- package/dist/js/components/sortable.min.js +1 -1
- package/dist/js/components/tooltip.js +1 -1
- package/dist/js/components/tooltip.min.js +1 -1
- package/dist/js/components/upload.js +1 -1
- package/dist/js/components/upload.min.js +1 -1
- package/dist/js/uikit-core.js +4 -7
- package/dist/js/uikit-core.min.js +1 -1
- package/dist/js/uikit-icons.js +1 -1
- package/dist/js/uikit-icons.min.js +1 -1
- package/dist/js/uikit.js +4 -7
- package/dist/js/uikit.min.js +1 -1
- package/package.json +1 -1
- package/src/js/core/height-match.js +3 -7
- package/src/less/components/utility.less +1 -2
- package/src/scss/mixins-theme.scss +1 -2
- package/src/scss/mixins.scss +1 -2
package/CHANGELOG.md
CHANGED
|
@@ -4,9 +4,16 @@
|
|
|
4
4
|
|
|
5
5
|
### Fixed
|
|
6
6
|
|
|
7
|
+
- Fix logo inverse selector to work with different types of images
|
|
8
|
+
|
|
9
|
+
## 3.18.3 (February 13, 2024)
|
|
10
|
+
|
|
11
|
+
### Fixed
|
|
12
|
+
|
|
7
13
|
- Fix dropbar offset in Navbar component
|
|
8
14
|
- Fix autoplay option in Lightbox component
|
|
9
15
|
- Fix height in Height Placeholder component
|
|
16
|
+
- Fix Height Match component to use viewport dimensions as base again
|
|
10
17
|
|
|
11
18
|
## 3.18.2 (February 9, 2024)
|
|
12
19
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! UIkit 3.18.
|
|
1
|
+
/*! UIkit 3.18.4-dev.91361018c | https://www.getuikit.com | (c) 2014 - 2024 YOOtheme | MIT License */
|
|
2
2
|
/* ========================================================================
|
|
3
3
|
Component: Base
|
|
4
4
|
========================================================================== */
|
|
@@ -11926,28 +11926,17 @@ iframe[data-uk-cover] {
|
|
|
11926
11926
|
.uk-offcanvas-bar .uk-logo:hover {
|
|
11927
11927
|
color: #fff;
|
|
11928
11928
|
}
|
|
11929
|
-
.uk-light .uk-logo >
|
|
11930
|
-
.uk-
|
|
11931
|
-
.uk-section-
|
|
11932
|
-
.uk-
|
|
11933
|
-
.uk-
|
|
11934
|
-
.uk-
|
|
11935
|
-
.uk-
|
|
11936
|
-
.uk-
|
|
11937
|
-
.uk-
|
|
11938
|
-
.uk-
|
|
11939
|
-
.uk-
|
|
11940
|
-
.uk-card-primary.uk-card-body .uk-logo > :not(picture):not(.uk-logo-inverse):not(:only-of-type),
|
|
11941
|
-
.uk-card-primary > :not([class*="uk-card-media"]) .uk-logo > picture:not(:only-of-type) > :not(.uk-logo-inverse),
|
|
11942
|
-
.uk-card-primary > :not([class*="uk-card-media"]) .uk-logo > :not(picture):not(.uk-logo-inverse):not(:only-of-type),
|
|
11943
|
-
.uk-card-secondary.uk-card-body .uk-logo > picture:not(:only-of-type) > :not(.uk-logo-inverse),
|
|
11944
|
-
.uk-card-secondary.uk-card-body .uk-logo > :not(picture):not(.uk-logo-inverse):not(:only-of-type),
|
|
11945
|
-
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-logo > picture:not(:only-of-type) > :not(.uk-logo-inverse),
|
|
11946
|
-
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-logo > :not(picture):not(.uk-logo-inverse):not(:only-of-type),
|
|
11947
|
-
.uk-overlay-primary .uk-logo > picture:not(:only-of-type) > :not(.uk-logo-inverse),
|
|
11948
|
-
.uk-overlay-primary .uk-logo > :not(picture):not(.uk-logo-inverse):not(:only-of-type),
|
|
11949
|
-
.uk-offcanvas-bar .uk-logo > picture:not(:only-of-type) > :not(.uk-logo-inverse),
|
|
11950
|
-
.uk-offcanvas-bar .uk-logo > :not(picture):not(.uk-logo-inverse):not(:only-of-type) {
|
|
11929
|
+
.uk-light .uk-logo:has(.uk-logo-inverse) > :not(picture:has(img.uk-logo-inverse)):not(.uk-logo-inverse),
|
|
11930
|
+
.uk-section-primary:not(.uk-preserve-color) .uk-logo:has(.uk-logo-inverse) > :not(picture:has(img.uk-logo-inverse)):not(.uk-logo-inverse),
|
|
11931
|
+
.uk-section-secondary:not(.uk-preserve-color) .uk-logo:has(.uk-logo-inverse) > :not(picture:has(img.uk-logo-inverse)):not(.uk-logo-inverse),
|
|
11932
|
+
.uk-tile-primary:not(.uk-preserve-color) .uk-logo:has(.uk-logo-inverse) > :not(picture:has(img.uk-logo-inverse)):not(.uk-logo-inverse),
|
|
11933
|
+
.uk-tile-secondary:not(.uk-preserve-color) .uk-logo:has(.uk-logo-inverse) > :not(picture:has(img.uk-logo-inverse)):not(.uk-logo-inverse),
|
|
11934
|
+
.uk-card-primary.uk-card-body .uk-logo:has(.uk-logo-inverse) > :not(picture:has(img.uk-logo-inverse)):not(.uk-logo-inverse),
|
|
11935
|
+
.uk-card-primary > :not([class*="uk-card-media"]) .uk-logo:has(.uk-logo-inverse) > :not(picture:has(img.uk-logo-inverse)):not(.uk-logo-inverse),
|
|
11936
|
+
.uk-card-secondary.uk-card-body .uk-logo:has(.uk-logo-inverse) > :not(picture:has(img.uk-logo-inverse)):not(.uk-logo-inverse),
|
|
11937
|
+
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-logo:has(.uk-logo-inverse) > :not(picture:has(img.uk-logo-inverse)):not(.uk-logo-inverse),
|
|
11938
|
+
.uk-overlay-primary .uk-logo:has(.uk-logo-inverse) > :not(picture:has(img.uk-logo-inverse)):not(.uk-logo-inverse),
|
|
11939
|
+
.uk-offcanvas-bar .uk-logo:has(.uk-logo-inverse) > :not(picture:has(img.uk-logo-inverse)):not(.uk-logo-inverse) {
|
|
11951
11940
|
display: none;
|
|
11952
11941
|
}
|
|
11953
11942
|
.uk-light .uk-logo-inverse,
|