uikit 3.9.5-dev.1c5ab040d → 3.9.5-dev.24d436fbb
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 +17 -2
- package/README.md +4 -4
- package/build/less.js +30 -11
- package/build/util.js +1 -20
- package/dist/css/uikit-core-rtl.css +31 -12
- package/dist/css/uikit-core-rtl.min.css +1 -1
- package/dist/css/uikit-core.css +28 -9
- package/dist/css/uikit-core.min.css +1 -1
- package/dist/css/uikit-rtl.css +31 -12
- package/dist/css/uikit-rtl.min.css +1 -1
- package/dist/css/uikit.css +28 -9
- 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 +2 -2
- 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 +61 -66
- 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 +62 -67
- package/dist/js/uikit.min.js +1 -1
- package/package.json +6 -8
- package/src/js/components/sortable.js +1 -1
- package/src/js/core/cover.js +1 -2
- package/src/js/core/drop.js +3 -2
- package/src/js/core/img.js +38 -53
- package/src/js/core/sticky.js +6 -1
- package/src/js/util/dom.js +2 -5
- package/src/js/util/selector.js +4 -2
- package/src/less/components/cover.less +1 -2
- package/src/less/components/link.less +6 -3
- package/src/less/components/list.less +1 -1
- package/src/less/components/search.less +31 -6
- package/src/less/components/utility.less +7 -1
- package/src/less/components/width.less +7 -0
- package/src/less/theme/search.less +6 -0
- package/src/scss/components/cover.scss +1 -2
- package/src/scss/components/link.scss +6 -3
- package/src/scss/components/list.scss +1 -1
- package/src/scss/components/search.scss +23 -6
- package/src/scss/components/utility.scss +7 -1
- package/src/scss/components/width.scss +7 -0
- package/src/scss/mixins-theme.scss +12 -0
- package/src/scss/mixins.scss +12 -0
- package/src/scss/theme/search.scss +6 -0
- package/src/scss/variables-theme.scss +3 -0
- package/src/scss/variables.scss +3 -0
- package/tests/search.html +1 -1
package/dist/css/uikit-rtl.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! UIkit 3.9.5-dev.
|
|
1
|
+
/*! UIkit 3.9.5-dev.24d436fbb | https://www.getuikit.com | (c) 2014 - 2022 YOOtheme | MIT License */
|
|
2
2
|
/* ========================================================================
|
|
3
3
|
Component: Base
|
|
4
4
|
========================================================================== */
|
|
@@ -489,7 +489,8 @@ template {
|
|
|
489
489
|
/* Muted
|
|
490
490
|
========================================================================== */
|
|
491
491
|
a.uk-link-muted,
|
|
492
|
-
.uk-link-muted a
|
|
492
|
+
.uk-link-muted a,
|
|
493
|
+
.uk-link-toggle .uk-link-muted {
|
|
493
494
|
color: #999;
|
|
494
495
|
}
|
|
495
496
|
a.uk-link-muted:hover,
|
|
@@ -500,7 +501,8 @@ a.uk-link-muted:hover,
|
|
|
500
501
|
/* Text
|
|
501
502
|
========================================================================== */
|
|
502
503
|
a.uk-link-text,
|
|
503
|
-
.uk-link-text a
|
|
504
|
+
.uk-link-text a,
|
|
505
|
+
.uk-link-toggle .uk-link-text {
|
|
504
506
|
color: inherit;
|
|
505
507
|
}
|
|
506
508
|
a.uk-link-text:hover,
|
|
@@ -511,7 +513,8 @@ a.uk-link-text:hover,
|
|
|
511
513
|
/* Heading
|
|
512
514
|
========================================================================== */
|
|
513
515
|
a.uk-link-heading,
|
|
514
|
-
.uk-link-heading a
|
|
516
|
+
.uk-link-heading a,
|
|
517
|
+
.uk-link-toggle .uk-link-heading {
|
|
515
518
|
color: inherit;
|
|
516
519
|
}
|
|
517
520
|
a.uk-link-heading:hover,
|
|
@@ -656,7 +659,7 @@ a.uk-link-reset,
|
|
|
656
659
|
content: "";
|
|
657
660
|
/* 1 */
|
|
658
661
|
position: absolute;
|
|
659
|
-
top: calc(50% - ((0.2px + 0.05em) / 2));
|
|
662
|
+
top: calc(50% - (calc(0.2px + 0.05em) / 2));
|
|
660
663
|
/* 2 */
|
|
661
664
|
width: 2000px;
|
|
662
665
|
/* 3 */
|
|
@@ -781,7 +784,7 @@ a.uk-link-reset,
|
|
|
781
784
|
counter-increment: decimal;
|
|
782
785
|
}
|
|
783
786
|
[class*='uk-list'] > ::before {
|
|
784
|
-
content:
|
|
787
|
+
content: "";
|
|
785
788
|
position: relative;
|
|
786
789
|
right: -30px;
|
|
787
790
|
width: 30px;
|
|
@@ -3482,6 +3485,7 @@ select.uk-form-width-xsmall {
|
|
|
3482
3485
|
background: transparent;
|
|
3483
3486
|
font-size: 1.5rem;
|
|
3484
3487
|
}
|
|
3488
|
+
/* Focus */
|
|
3485
3489
|
/*
|
|
3486
3490
|
* Icon
|
|
3487
3491
|
*/
|
|
@@ -3507,6 +3511,7 @@ select.uk-form-width-xsmall {
|
|
|
3507
3511
|
background: transparent;
|
|
3508
3512
|
font-size: 2.625rem;
|
|
3509
3513
|
}
|
|
3514
|
+
/* Focus */
|
|
3510
3515
|
/*
|
|
3511
3516
|
* Icon
|
|
3512
3517
|
*/
|
|
@@ -7112,6 +7117,14 @@ ul.uk-nav-sub {
|
|
|
7112
7117
|
min-width: 1px;
|
|
7113
7118
|
}
|
|
7114
7119
|
}
|
|
7120
|
+
/* Intrinsic Widths
|
|
7121
|
+
========================================================================== */
|
|
7122
|
+
.uk-width-max-content {
|
|
7123
|
+
width: max-content;
|
|
7124
|
+
}
|
|
7125
|
+
.uk-width-min-content {
|
|
7126
|
+
width: min-content;
|
|
7127
|
+
}
|
|
7115
7128
|
/* ========================================================================
|
|
7116
7129
|
Component: Height
|
|
7117
7130
|
========================================================================== */
|
|
@@ -7526,13 +7539,13 @@ td.uk-text-break {
|
|
|
7526
7539
|
========================================================================== */
|
|
7527
7540
|
/*
|
|
7528
7541
|
* Works with iframes and embedded content
|
|
7529
|
-
* 1.
|
|
7542
|
+
* 1. Use attribute to apply transform instantly. Needed if transform is transitioned.
|
|
7530
7543
|
* 2. Reset responsiveness for embedded content
|
|
7531
7544
|
* 3. Center object
|
|
7532
7545
|
* Note: Percent values on the `top` property only works if this element
|
|
7533
7546
|
* is absolute positioned or if the container has a height
|
|
7534
7547
|
*/
|
|
7535
|
-
|
|
7548
|
+
/* 1 */
|
|
7536
7549
|
[uk-cover] {
|
|
7537
7550
|
/* 2 */
|
|
7538
7551
|
max-width: none;
|
|
@@ -7540,7 +7553,7 @@ td.uk-text-break {
|
|
|
7540
7553
|
position: absolute;
|
|
7541
7554
|
right: 50%;
|
|
7542
7555
|
top: 50%;
|
|
7543
|
-
--uk-position-translate-x:
|
|
7556
|
+
--uk-position-translate-x: 50%;
|
|
7544
7557
|
--uk-position-translate-y: -50%;
|
|
7545
7558
|
transform: translate(var(--uk-position-translate-x), var(--uk-position-translate-y));
|
|
7546
7559
|
}
|
|
@@ -8004,6 +8017,12 @@ iframe.uk-cover {
|
|
|
8004
8017
|
/* 3 */
|
|
8005
8018
|
max-width: none;
|
|
8006
8019
|
}
|
|
8020
|
+
/*
|
|
8021
|
+
* Fix initial iframe width. Without the viewport is expanded on iOS devices
|
|
8022
|
+
*/
|
|
8023
|
+
[uk-responsive] {
|
|
8024
|
+
max-width: 100%;
|
|
8025
|
+
}
|
|
8007
8026
|
/* Border
|
|
8008
8027
|
========================================================================== */
|
|
8009
8028
|
.uk-border-circle {
|
|
@@ -8069,7 +8088,7 @@ iframe.uk-cover {
|
|
|
8069
8088
|
vertical-align: middle;
|
|
8070
8089
|
}
|
|
8071
8090
|
.uk-box-shadow-bottom::after {
|
|
8072
|
-
content:
|
|
8091
|
+
content: "";
|
|
8073
8092
|
/* 1 */
|
|
8074
8093
|
position: absolute;
|
|
8075
8094
|
bottom: -30px;
|
|
@@ -8903,7 +8922,7 @@ iframe.uk-cover {
|
|
|
8903
8922
|
.uk-position-center {
|
|
8904
8923
|
top: calc(50% - var(--uk-position-margin-offset));
|
|
8905
8924
|
right: calc(50% - var(--uk-position-margin-offset));
|
|
8906
|
-
--uk-position-translate-x:
|
|
8925
|
+
--uk-position-translate-x: 50%;
|
|
8907
8926
|
--uk-position-translate-y: -50%;
|
|
8908
8927
|
transform: translate(var(--uk-position-translate-x), var(--uk-position-translate-y));
|
|
8909
8928
|
/* 1 */
|
|
@@ -8934,7 +8953,7 @@ iframe.uk-cover {
|
|
|
8934
8953
|
.uk-position-top-center,
|
|
8935
8954
|
.uk-position-bottom-center {
|
|
8936
8955
|
right: calc(50% - var(--uk-position-margin-offset));
|
|
8937
|
-
--uk-position-translate-x:
|
|
8956
|
+
--uk-position-translate-x: 50%;
|
|
8938
8957
|
transform: translate(var(--uk-position-translate-x), 0);
|
|
8939
8958
|
/* 1 */
|
|
8940
8959
|
width: max-content;
|