uikit 3.22.0 → 3.22.2
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 +12 -0
- package/dist/css/uikit-core-rtl.css +66 -92
- package/dist/css/uikit-core-rtl.min.css +1 -1
- package/dist/css/uikit-core.css +66 -92
- package/dist/css/uikit-core.min.css +1 -1
- package/dist/css/uikit-rtl.css +66 -92
- package/dist/css/uikit-rtl.min.css +1 -1
- package/dist/css/uikit.css +66 -92
- 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 +2 -2
- package/dist/js/components/filter.min.js +1 -1
- package/dist/js/components/lightbox-panel.js +10 -10
- package/dist/js/components/lightbox-panel.min.js +1 -1
- package/dist/js/components/lightbox.js +11 -11
- package/dist/js/components/lightbox.min.js +1 -1
- package/dist/js/components/notification.js +2 -2
- package/dist/js/components/notification.min.js +1 -1
- package/dist/js/components/parallax.js +10 -10
- package/dist/js/components/parallax.min.js +1 -1
- package/dist/js/components/slider-parallax.js +10 -10
- package/dist/js/components/slider-parallax.min.js +1 -1
- package/dist/js/components/slider.js +13 -13
- package/dist/js/components/slider.min.js +1 -1
- package/dist/js/components/slideshow-parallax.js +10 -10
- package/dist/js/components/slideshow-parallax.min.js +1 -1
- package/dist/js/components/slideshow.js +17 -17
- 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 +5 -5
- package/dist/js/components/tooltip.min.js +1 -1
- package/dist/js/components/upload.js +3 -3
- package/dist/js/components/upload.min.js +1 -1
- package/dist/js/uikit-core.js +50 -50
- 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 +65 -65
- package/dist/js/uikit.min.js +1 -1
- package/package.json +1 -1
- package/src/less/components/accordion.less +4 -3
- package/src/less/components/list.less +26 -49
- package/src/scss/components/accordion.scss +3 -2
- package/src/scss/components/list.scss +22 -45
- package/src/scss/mixins-theme.scss +4 -4
- package/src/scss/mixins.scss +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 3.22.2 (January 16, 2025)
|
|
4
|
+
|
|
5
|
+
### Fixed
|
|
6
|
+
|
|
7
|
+
- Fix missing list markers in Chrome in List component
|
|
8
|
+
|
|
9
|
+
## 3.22.1 (January 16, 2025)
|
|
10
|
+
|
|
11
|
+
### Changed
|
|
12
|
+
|
|
13
|
+
- Apply accordion item hook also to the first item
|
|
14
|
+
|
|
3
15
|
## 3.22.0 (January 9, 2025)
|
|
4
16
|
|
|
5
17
|
### Added
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! UIkit 3.22.
|
|
1
|
+
/*! UIkit 3.22.2 | https://www.getuikit.com | (c) 2014 - 2025 YOOtheme | MIT License */
|
|
2
2
|
/* ========================================================================
|
|
3
3
|
Component: Base
|
|
4
4
|
========================================================================== */
|
|
@@ -726,83 +726,57 @@ a.uk-link-reset,
|
|
|
726
726
|
margin-top: 10px;
|
|
727
727
|
}
|
|
728
728
|
/* Marker modifiers
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
.uk-list-
|
|
733
|
-
.uk-list-
|
|
734
|
-
.uk-list-
|
|
735
|
-
.uk-list-decimal > *,
|
|
736
|
-
.uk-list-hyphen > * {
|
|
729
|
+
========================================================================== */
|
|
730
|
+
.uk-list-disc,
|
|
731
|
+
.uk-list-circle,
|
|
732
|
+
.uk-list-square,
|
|
733
|
+
.uk-list-decimal,
|
|
734
|
+
.uk-list-hyphen {
|
|
737
735
|
padding-right: 30px;
|
|
738
736
|
}
|
|
739
|
-
|
|
740
|
-
* Type modifiers
|
|
741
|
-
*/
|
|
742
|
-
.uk-list-decimal {
|
|
743
|
-
counter-reset: decimal;
|
|
744
|
-
}
|
|
745
|
-
.uk-list-decimal > * {
|
|
746
|
-
counter-increment: decimal;
|
|
747
|
-
}
|
|
748
|
-
.uk-list-disc > ::before,
|
|
749
|
-
.uk-list-circle > ::before,
|
|
750
|
-
.uk-list-square > ::before,
|
|
751
|
-
.uk-list-decimal > ::before,
|
|
752
|
-
.uk-list-hyphen > ::before {
|
|
753
|
-
content: "";
|
|
754
|
-
position: relative;
|
|
755
|
-
right: -30px;
|
|
756
|
-
width: 30px;
|
|
757
|
-
height: 1.5em;
|
|
758
|
-
margin-bottom: -1.5em;
|
|
759
|
-
display: list-item;
|
|
760
|
-
list-style-position: inside;
|
|
761
|
-
text-align: left;
|
|
762
|
-
}
|
|
763
|
-
.uk-list-disc > ::before {
|
|
737
|
+
.uk-list-disc {
|
|
764
738
|
list-style-type: disc;
|
|
765
739
|
}
|
|
766
|
-
.uk-list-circle
|
|
740
|
+
.uk-list-circle {
|
|
767
741
|
list-style-type: circle;
|
|
768
742
|
}
|
|
769
|
-
.uk-list-square
|
|
743
|
+
.uk-list-square {
|
|
770
744
|
list-style-type: square;
|
|
771
745
|
}
|
|
772
|
-
.uk-list-decimal
|
|
773
|
-
|
|
746
|
+
.uk-list-decimal {
|
|
747
|
+
list-style-type: decimal;
|
|
774
748
|
}
|
|
775
|
-
.uk-list-hyphen
|
|
776
|
-
|
|
749
|
+
.uk-list-hyphen {
|
|
750
|
+
list-style-type: '– ';
|
|
777
751
|
}
|
|
778
752
|
/*
|
|
779
753
|
* Color modifiers
|
|
780
754
|
*/
|
|
781
|
-
.uk-list-muted > ::
|
|
755
|
+
.uk-list-muted > ::marker {
|
|
782
756
|
color: #999 !important;
|
|
783
757
|
}
|
|
784
|
-
.uk-list-emphasis > ::
|
|
758
|
+
.uk-list-emphasis > ::marker {
|
|
785
759
|
color: #333 !important;
|
|
786
760
|
}
|
|
787
|
-
.uk-list-primary > ::
|
|
761
|
+
.uk-list-primary > ::marker {
|
|
788
762
|
color: #1e87f0 !important;
|
|
789
763
|
}
|
|
790
|
-
.uk-list-secondary > ::
|
|
764
|
+
.uk-list-secondary > ::marker {
|
|
791
765
|
color: #222 !important;
|
|
792
766
|
}
|
|
793
767
|
/* Image bullet modifier
|
|
794
768
|
========================================================================== */
|
|
795
769
|
.uk-list-bullet > * {
|
|
770
|
+
position: relative;
|
|
796
771
|
padding-right: 30px;
|
|
797
772
|
}
|
|
798
773
|
.uk-list-bullet > ::before {
|
|
799
774
|
content: "";
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
right:
|
|
775
|
+
position: absolute;
|
|
776
|
+
top: 0;
|
|
777
|
+
right: 0;
|
|
803
778
|
width: 30px;
|
|
804
779
|
height: 1.5em;
|
|
805
|
-
margin-bottom: -1.5em;
|
|
806
780
|
background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23666%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E");
|
|
807
781
|
background-repeat: no-repeat;
|
|
808
782
|
background-position: 50% 50%;
|
|
@@ -10107,56 +10081,56 @@ iframe[data-uk-cover] {
|
|
|
10107
10081
|
.uk-offcanvas-bar .uk-divider-vertical {
|
|
10108
10082
|
border-right-color: rgba(255, 255, 255, 0.2);
|
|
10109
10083
|
}
|
|
10110
|
-
.uk-light .uk-list-muted > ::
|
|
10111
|
-
.uk-section-primary:not(.uk-preserve-color) .uk-list-muted > ::
|
|
10112
|
-
.uk-section-secondary:not(.uk-preserve-color) .uk-list-muted > ::
|
|
10113
|
-
.uk-tile-primary:not(.uk-preserve-color) .uk-list-muted > ::
|
|
10114
|
-
.uk-tile-secondary:not(.uk-preserve-color) .uk-list-muted > ::
|
|
10115
|
-
.uk-card-primary.uk-card-body .uk-list-muted > ::
|
|
10116
|
-
.uk-card-primary > :not([class*="uk-card-media"]) .uk-list-muted > ::
|
|
10117
|
-
.uk-card-secondary.uk-card-body .uk-list-muted > ::
|
|
10118
|
-
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-list-muted > ::
|
|
10119
|
-
.uk-overlay-primary .uk-list-muted > ::
|
|
10120
|
-
.uk-offcanvas-bar .uk-list-muted > ::
|
|
10084
|
+
.uk-light .uk-list-muted > ::marker,
|
|
10085
|
+
.uk-section-primary:not(.uk-preserve-color) .uk-list-muted > ::marker,
|
|
10086
|
+
.uk-section-secondary:not(.uk-preserve-color) .uk-list-muted > ::marker,
|
|
10087
|
+
.uk-tile-primary:not(.uk-preserve-color) .uk-list-muted > ::marker,
|
|
10088
|
+
.uk-tile-secondary:not(.uk-preserve-color) .uk-list-muted > ::marker,
|
|
10089
|
+
.uk-card-primary.uk-card-body .uk-list-muted > ::marker,
|
|
10090
|
+
.uk-card-primary > :not([class*="uk-card-media"]) .uk-list-muted > ::marker,
|
|
10091
|
+
.uk-card-secondary.uk-card-body .uk-list-muted > ::marker,
|
|
10092
|
+
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-list-muted > ::marker,
|
|
10093
|
+
.uk-overlay-primary .uk-list-muted > ::marker,
|
|
10094
|
+
.uk-offcanvas-bar .uk-list-muted > ::marker {
|
|
10121
10095
|
color: rgba(255, 255, 255, 0.5) !important;
|
|
10122
10096
|
}
|
|
10123
|
-
.uk-light .uk-list-emphasis > ::
|
|
10124
|
-
.uk-section-primary:not(.uk-preserve-color) .uk-list-emphasis > ::
|
|
10125
|
-
.uk-section-secondary:not(.uk-preserve-color) .uk-list-emphasis > ::
|
|
10126
|
-
.uk-tile-primary:not(.uk-preserve-color) .uk-list-emphasis > ::
|
|
10127
|
-
.uk-tile-secondary:not(.uk-preserve-color) .uk-list-emphasis > ::
|
|
10128
|
-
.uk-card-primary.uk-card-body .uk-list-emphasis > ::
|
|
10129
|
-
.uk-card-primary > :not([class*="uk-card-media"]) .uk-list-emphasis > ::
|
|
10130
|
-
.uk-card-secondary.uk-card-body .uk-list-emphasis > ::
|
|
10131
|
-
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-list-emphasis > ::
|
|
10132
|
-
.uk-overlay-primary .uk-list-emphasis > ::
|
|
10133
|
-
.uk-offcanvas-bar .uk-list-emphasis > ::
|
|
10097
|
+
.uk-light .uk-list-emphasis > ::marker,
|
|
10098
|
+
.uk-section-primary:not(.uk-preserve-color) .uk-list-emphasis > ::marker,
|
|
10099
|
+
.uk-section-secondary:not(.uk-preserve-color) .uk-list-emphasis > ::marker,
|
|
10100
|
+
.uk-tile-primary:not(.uk-preserve-color) .uk-list-emphasis > ::marker,
|
|
10101
|
+
.uk-tile-secondary:not(.uk-preserve-color) .uk-list-emphasis > ::marker,
|
|
10102
|
+
.uk-card-primary.uk-card-body .uk-list-emphasis > ::marker,
|
|
10103
|
+
.uk-card-primary > :not([class*="uk-card-media"]) .uk-list-emphasis > ::marker,
|
|
10104
|
+
.uk-card-secondary.uk-card-body .uk-list-emphasis > ::marker,
|
|
10105
|
+
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-list-emphasis > ::marker,
|
|
10106
|
+
.uk-overlay-primary .uk-list-emphasis > ::marker,
|
|
10107
|
+
.uk-offcanvas-bar .uk-list-emphasis > ::marker {
|
|
10134
10108
|
color: #fff !important;
|
|
10135
10109
|
}
|
|
10136
|
-
.uk-light .uk-list-primary > ::
|
|
10137
|
-
.uk-section-primary:not(.uk-preserve-color) .uk-list-primary > ::
|
|
10138
|
-
.uk-section-secondary:not(.uk-preserve-color) .uk-list-primary > ::
|
|
10139
|
-
.uk-tile-primary:not(.uk-preserve-color) .uk-list-primary > ::
|
|
10140
|
-
.uk-tile-secondary:not(.uk-preserve-color) .uk-list-primary > ::
|
|
10141
|
-
.uk-card-primary.uk-card-body .uk-list-primary > ::
|
|
10142
|
-
.uk-card-primary > :not([class*="uk-card-media"]) .uk-list-primary > ::
|
|
10143
|
-
.uk-card-secondary.uk-card-body .uk-list-primary > ::
|
|
10144
|
-
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-list-primary > ::
|
|
10145
|
-
.uk-overlay-primary .uk-list-primary > ::
|
|
10146
|
-
.uk-offcanvas-bar .uk-list-primary > ::
|
|
10110
|
+
.uk-light .uk-list-primary > ::marker,
|
|
10111
|
+
.uk-section-primary:not(.uk-preserve-color) .uk-list-primary > ::marker,
|
|
10112
|
+
.uk-section-secondary:not(.uk-preserve-color) .uk-list-primary > ::marker,
|
|
10113
|
+
.uk-tile-primary:not(.uk-preserve-color) .uk-list-primary > ::marker,
|
|
10114
|
+
.uk-tile-secondary:not(.uk-preserve-color) .uk-list-primary > ::marker,
|
|
10115
|
+
.uk-card-primary.uk-card-body .uk-list-primary > ::marker,
|
|
10116
|
+
.uk-card-primary > :not([class*="uk-card-media"]) .uk-list-primary > ::marker,
|
|
10117
|
+
.uk-card-secondary.uk-card-body .uk-list-primary > ::marker,
|
|
10118
|
+
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-list-primary > ::marker,
|
|
10119
|
+
.uk-overlay-primary .uk-list-primary > ::marker,
|
|
10120
|
+
.uk-offcanvas-bar .uk-list-primary > ::marker {
|
|
10147
10121
|
color: #fff !important;
|
|
10148
10122
|
}
|
|
10149
|
-
.uk-light .uk-list-secondary > ::
|
|
10150
|
-
.uk-section-primary:not(.uk-preserve-color) .uk-list-secondary > ::
|
|
10151
|
-
.uk-section-secondary:not(.uk-preserve-color) .uk-list-secondary > ::
|
|
10152
|
-
.uk-tile-primary:not(.uk-preserve-color) .uk-list-secondary > ::
|
|
10153
|
-
.uk-tile-secondary:not(.uk-preserve-color) .uk-list-secondary > ::
|
|
10154
|
-
.uk-card-primary.uk-card-body .uk-list-secondary > ::
|
|
10155
|
-
.uk-card-primary > :not([class*="uk-card-media"]) .uk-list-secondary > ::
|
|
10156
|
-
.uk-card-secondary.uk-card-body .uk-list-secondary > ::
|
|
10157
|
-
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-list-secondary > ::
|
|
10158
|
-
.uk-overlay-primary .uk-list-secondary > ::
|
|
10159
|
-
.uk-offcanvas-bar .uk-list-secondary > ::
|
|
10123
|
+
.uk-light .uk-list-secondary > ::marker,
|
|
10124
|
+
.uk-section-primary:not(.uk-preserve-color) .uk-list-secondary > ::marker,
|
|
10125
|
+
.uk-section-secondary:not(.uk-preserve-color) .uk-list-secondary > ::marker,
|
|
10126
|
+
.uk-tile-primary:not(.uk-preserve-color) .uk-list-secondary > ::marker,
|
|
10127
|
+
.uk-tile-secondary:not(.uk-preserve-color) .uk-list-secondary > ::marker,
|
|
10128
|
+
.uk-card-primary.uk-card-body .uk-list-secondary > ::marker,
|
|
10129
|
+
.uk-card-primary > :not([class*="uk-card-media"]) .uk-list-secondary > ::marker,
|
|
10130
|
+
.uk-card-secondary.uk-card-body .uk-list-secondary > ::marker,
|
|
10131
|
+
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-list-secondary > ::marker,
|
|
10132
|
+
.uk-overlay-primary .uk-list-secondary > ::marker,
|
|
10133
|
+
.uk-offcanvas-bar .uk-list-secondary > ::marker {
|
|
10160
10134
|
color: #fff !important;
|
|
10161
10135
|
}
|
|
10162
10136
|
.uk-light .uk-list-bullet > ::before,
|