uikit 3.23.7-dev.ea33b1a06 → 3.23.8-dev.13605ee50
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 +6 -0
- package/build/release.js +1 -1
- package/build/scss.js +49 -12
- package/build/util.js +2 -0
- package/dist/css/uikit-core-rtl.css +1 -1
- package/dist/css/uikit-core-rtl.min.css +1 -1
- package/dist/css/uikit-core.css +1 -1
- package/dist/css/uikit-core.min.css +1 -1
- package/dist/css/uikit-rtl.css +1 -1
- package/dist/css/uikit-rtl.min.css +1 -1
- package/dist/css/uikit.css +1 -1
- 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 +3 -3
- package/dist/js/components/filter.min.js +1 -1
- package/dist/js/components/lightbox-panel.js +18 -6
- package/dist/js/components/lightbox-panel.min.js +1 -1
- package/dist/js/components/lightbox.js +18 -6
- package/dist/js/components/lightbox.min.js +1 -1
- package/dist/js/components/notification.js +3 -3
- package/dist/js/components/notification.min.js +1 -1
- package/dist/js/components/parallax.js +3 -2
- package/dist/js/components/parallax.min.js +1 -1
- package/dist/js/components/slider-parallax.js +3 -2
- package/dist/js/components/slider-parallax.min.js +1 -1
- package/dist/js/components/slider.js +5 -4
- package/dist/js/components/slider.min.js +1 -1
- package/dist/js/components/slideshow-parallax.js +3 -2
- package/dist/js/components/slideshow-parallax.min.js +1 -1
- package/dist/js/components/slideshow.js +5 -4
- 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 +27 -14
- 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 +31 -18
- package/dist/js/uikit.min.js +1 -1
- package/package.json +1 -1
- package/src/js/components/filter.js +2 -2
- package/src/js/components/lightbox-panel.js +1 -1
- package/src/js/components/notification.js +2 -2
- package/src/js/core/accordion.js +2 -2
- package/src/js/core/alert.js +2 -2
- package/src/js/core/drop.js +5 -4
- package/src/js/core/switcher.js +3 -3
- package/src/js/mixin/event.js +1 -1
- package/src/js/mixin/modal.js +20 -3
- package/src/js/mixin/slider-nav.js +2 -2
- package/src/js/mixin/svg.js +0 -2
- package/src/js/util/selector.js +1 -1
- package/src/scss/components/accordion.scss +8 -6
- package/src/scss/components/alert.scss +10 -8
- package/src/scss/components/align.scss +3 -1
- package/src/scss/components/animation.scss +3 -1
- package/src/scss/components/article.scss +7 -5
- package/src/scss/components/background.scss +3 -1
- package/src/scss/components/badge.scss +5 -3
- package/src/scss/components/base.scss +20 -17
- package/src/scss/components/breadcrumb.scss +9 -7
- package/src/scss/components/button.scss +25 -23
- package/src/scss/components/card.scss +26 -24
- package/src/scss/components/close.scss +5 -3
- package/src/scss/components/column.scss +3 -1
- package/src/scss/components/comment.scss +13 -11
- package/src/scss/components/container.scss +14 -11
- package/src/scss/components/countdown.scss +8 -6
- package/src/scss/components/cover.scss +3 -1
- package/src/scss/components/description-list.scss +6 -4
- package/src/scss/components/divider.scss +13 -10
- package/src/scss/components/dotnav.scss +8 -6
- package/src/scss/components/drop.scss +3 -1
- package/src/scss/components/dropbar.scss +8 -6
- package/src/scss/components/dropdown.scss +12 -10
- package/src/scss/components/dropnav.scss +3 -1
- package/src/scss/components/flex.scss +3 -1
- package/src/scss/components/form-range.scss +13 -10
- package/src/scss/components/form.scss +23 -21
- package/src/scss/components/grid.scss +5 -3
- package/src/scss/components/heading.scss +16 -13
- package/src/scss/components/height.scss +3 -1
- package/src/scss/components/icon.scss +9 -7
- package/src/scss/components/iconnav.scss +7 -5
- package/src/scss/components/inverse.scss +4 -2
- package/src/scss/components/label.scss +7 -5
- package/src/scss/components/leader.scss +4 -2
- package/src/scss/components/lightbox.scss +6 -4
- package/src/scss/components/link.scss +10 -8
- package/src/scss/components/list.scss +5 -3
- package/src/scss/components/margin.scss +3 -1
- package/src/scss/components/marker.scss +5 -3
- package/src/scss/components/mixin.scss +6 -4
- package/src/scss/components/modal.scss +18 -16
- package/src/scss/components/nav.scss +33 -31
- package/src/scss/components/navbar.scss +33 -30
- package/src/scss/components/notification.scss +10 -8
- package/src/scss/components/offcanvas.scss +6 -4
- package/src/scss/components/overlay.scss +7 -5
- package/src/scss/components/padding.scss +3 -1
- package/src/scss/components/pagination.scss +8 -6
- package/src/scss/components/placeholder.scss +4 -2
- package/src/scss/components/position.scss +9 -6
- package/src/scss/components/print.scss +3 -1
- package/src/scss/components/progress.scss +6 -4
- package/src/scss/components/search.scss +15 -13
- package/src/scss/components/section.scss +9 -7
- package/src/scss/components/slidenav.scss +10 -8
- package/src/scss/components/slider.scss +4 -2
- package/src/scss/components/slideshow.scss +4 -2
- package/src/scss/components/sortable.scss +7 -5
- package/src/scss/components/spinner.scss +6 -3
- package/src/scss/components/sticky.scss +3 -1
- package/src/scss/components/subnav.scss +13 -11
- package/src/scss/components/svg.scss +3 -1
- package/src/scss/components/switcher.scss +3 -1
- package/src/scss/components/tab.scss +14 -12
- package/src/scss/components/table.scss +17 -14
- package/src/scss/components/text.scss +8 -6
- package/src/scss/components/thumbnav.scss +7 -5
- package/src/scss/components/tile.scss +12 -10
- package/src/scss/components/tooltip.scss +4 -2
- package/src/scss/components/totop.scss +6 -4
- package/src/scss/components/transition.scss +3 -1
- package/src/scss/components/utility.scss +8 -6
- package/src/scss/components/visibility.scss +3 -1
- package/src/scss/components/width.scss +34 -31
- package/src/scss/mixins-theme.scss +169 -168
- package/src/scss/mixins.scss +175 -175
- package/src/scss/uikit-theme.scss +0 -1
- package/src/scss/variables-theme.scss +70 -66
- package/src/scss/variables.scss +74 -70
- package/src/scss/theme/_import.scss +0 -82
- package/src/scss/theme/accordion.scss +0 -55
- package/src/scss/theme/alert.scss +0 -45
- package/src/scss/theme/align.scss +0 -14
- package/src/scss/theme/animation.scss +0 -14
- package/src/scss/theme/article.scss +0 -49
- package/src/scss/theme/background.scss +0 -14
- package/src/scss/theme/badge.scss +0 -29
- package/src/scss/theme/base.scss +0 -104
- package/src/scss/theme/breadcrumb.scss +0 -45
- package/src/scss/theme/button.scss +0 -132
- package/src/scss/theme/card.scss +0 -111
- package/src/scss/theme/close.scss +0 -29
- package/src/scss/theme/column.scss +0 -14
- package/src/scss/theme/comment.scss +0 -67
- package/src/scss/theme/container.scss +0 -14
- package/src/scss/theme/countdown.scss +0 -53
- package/src/scss/theme/description-list.scss +0 -29
- package/src/scss/theme/divider.scss +0 -49
- package/src/scss/theme/dotnav.scss +0 -46
- package/src/scss/theme/drop.scss +0 -14
- package/src/scss/theme/dropbar.scss +0 -38
- package/src/scss/theme/dropdown.scss +0 -53
- package/src/scss/theme/form-range.scss +0 -51
- package/src/scss/theme/form.scss +0 -117
- package/src/scss/theme/grid.scss +0 -28
- package/src/scss/theme/heading.scss +0 -71
- package/src/scss/theme/height.scss +0 -14
- package/src/scss/theme/icon.scss +0 -50
- package/src/scss/theme/iconnav.scss +0 -39
- package/src/scss/theme/inverse.scss +0 -14
- package/src/scss/theme/label.scss +0 -41
- package/src/scss/theme/leader.scss +0 -26
- package/src/scss/theme/lightbox.scss +0 -32
- package/src/scss/theme/link.scss +0 -55
- package/src/scss/theme/list.scss +0 -34
- package/src/scss/theme/margin.scss +0 -14
- package/src/scss/theme/marker.scss +0 -29
- package/src/scss/theme/modal.scss +0 -77
- package/src/scss/theme/nav.scss +0 -131
- package/src/scss/theme/navbar.scss +0 -135
- package/src/scss/theme/notification.scss +0 -44
- package/src/scss/theme/offcanvas.scss +0 -32
- package/src/scss/theme/overlay.scss +0 -33
- package/src/scss/theme/padding.scss +0 -14
- package/src/scss/theme/pagination.scss +0 -41
- package/src/scss/theme/placeholder.scss +0 -26
- package/src/scss/theme/position.scss +0 -14
- package/src/scss/theme/progress.scss +0 -23
- package/src/scss/theme/search.scss +0 -101
- package/src/scss/theme/section.scss +0 -32
- package/src/scss/theme/slidenav.scss +0 -52
- package/src/scss/theme/slider.scss +0 -14
- package/src/scss/theme/sortable.scss +0 -38
- package/src/scss/theme/spinner.scss +0 -14
- package/src/scss/theme/sticky.scss +0 -14
- package/src/scss/theme/subnav.scss +0 -72
- package/src/scss/theme/tab.scss +0 -67
- package/src/scss/theme/table.scss +0 -65
- package/src/scss/theme/text.scss +0 -49
- package/src/scss/theme/thumbnav.scss +0 -40
- package/src/scss/theme/tile.scss +0 -52
- package/src/scss/theme/tooltip.scss +0 -20
- package/src/scss/theme/totop.scss +0 -32
- package/src/scss/theme/transition.scss +0 -14
- package/src/scss/theme/utility.scss +0 -49
- package/src/scss/theme/variables.scss +0 -36
- package/src/scss/theme/width.scss +0 -14
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use "sass:meta";
|
|
2
|
+
|
|
1
3
|
// Name: Countdown
|
|
2
4
|
// Description: Component to create countdown timers
|
|
3
5
|
//
|
|
@@ -27,7 +29,7 @@ $countdown-separator-font-size-m: 3rem !default; // 48px
|
|
|
27
29
|
========================================================================== */
|
|
28
30
|
|
|
29
31
|
.uk-countdown {
|
|
30
|
-
@if(mixin-exists(hook-countdown)) {@include hook-countdown();}
|
|
32
|
+
@if(meta.mixin-exists(hook-countdown)) {@include hook-countdown();}
|
|
31
33
|
}
|
|
32
34
|
|
|
33
35
|
|
|
@@ -36,7 +38,7 @@ $countdown-separator-font-size-m: 3rem !default; // 48px
|
|
|
36
38
|
|
|
37
39
|
.uk-countdown-number,
|
|
38
40
|
.uk-countdown-separator {
|
|
39
|
-
@if(mixin-exists(hook-countdown-item)) {@include hook-countdown-item();}
|
|
41
|
+
@if(meta.mixin-exists(hook-countdown-item)) {@include hook-countdown-item();}
|
|
40
42
|
}
|
|
41
43
|
|
|
42
44
|
|
|
@@ -55,7 +57,7 @@ $countdown-separator-font-size-m: 3rem !default; // 48px
|
|
|
55
57
|
/* 2 */
|
|
56
58
|
font-size: $countdown-number-font-size;
|
|
57
59
|
line-height: $countdown-number-line-height;
|
|
58
|
-
@if(mixin-exists(hook-countdown-number)) {@include hook-countdown-number();}
|
|
60
|
+
@if(meta.mixin-exists(hook-countdown-number)) {@include hook-countdown-number();}
|
|
59
61
|
}
|
|
60
62
|
|
|
61
63
|
/* Phone landscape and bigger */
|
|
@@ -79,7 +81,7 @@ $countdown-separator-font-size-m: 3rem !default; // 48px
|
|
|
79
81
|
.uk-countdown-separator {
|
|
80
82
|
font-size: $countdown-separator-font-size;
|
|
81
83
|
line-height: $countdown-separator-line-height;
|
|
82
|
-
@if(mixin-exists(hook-countdown-separator)) {@include hook-countdown-separator();}
|
|
84
|
+
@if(meta.mixin-exists(hook-countdown-separator)) {@include hook-countdown-separator();}
|
|
83
85
|
}
|
|
84
86
|
|
|
85
87
|
/* Phone landscape and bigger */
|
|
@@ -101,14 +103,14 @@ $countdown-separator-font-size-m: 3rem !default; // 48px
|
|
|
101
103
|
========================================================================== */
|
|
102
104
|
|
|
103
105
|
.uk-countdown-label {
|
|
104
|
-
@if(mixin-exists(hook-countdown-label)) {@include hook-countdown-label();}
|
|
106
|
+
@if(meta.mixin-exists(hook-countdown-label)) {@include hook-countdown-label();}
|
|
105
107
|
}
|
|
106
108
|
|
|
107
109
|
|
|
108
110
|
// Hooks
|
|
109
111
|
// ========================================================================
|
|
110
112
|
|
|
111
|
-
@if(mixin-exists(hook-countdown-misc)) {@include hook-countdown-misc();}
|
|
113
|
+
@if(meta.mixin-exists(hook-countdown-misc)) {@include hook-countdown-misc();}
|
|
112
114
|
|
|
113
115
|
// @mixin hook-countdown(){}
|
|
114
116
|
// @mixin hook-countdown-item(){}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use "sass:meta";
|
|
2
|
+
|
|
1
3
|
// Name: Cover
|
|
2
4
|
// Description: Utilities to let embedded content cover their container in a centered position
|
|
3
5
|
//
|
|
@@ -71,6 +73,6 @@ iframe[data-uk-cover] { pointer-events: none; }
|
|
|
71
73
|
// Hooks
|
|
72
74
|
// ========================================================================
|
|
73
75
|
|
|
74
|
-
@if(mixin-exists(hook-cover-misc)) {@include hook-cover-misc();}
|
|
76
|
+
@if(meta.mixin-exists(hook-cover-misc)) {@include hook-cover-misc();}
|
|
75
77
|
|
|
76
78
|
// @mixin hook-cover-misc(){}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use "sass:meta";
|
|
2
|
+
|
|
1
3
|
// Name: Description list
|
|
2
4
|
// Description: Styles for description lists
|
|
3
5
|
//
|
|
@@ -24,7 +26,7 @@
|
|
|
24
26
|
|
|
25
27
|
.uk-description-list > dt {
|
|
26
28
|
color: $description-list-term-color;
|
|
27
|
-
@if(mixin-exists(hook-description-list-term)) {@include hook-description-list-term();}
|
|
29
|
+
@if(meta.mixin-exists(hook-description-list-term)) {@include hook-description-list-term();}
|
|
28
30
|
}
|
|
29
31
|
|
|
30
32
|
.uk-description-list > dt:nth-child(n+2) {
|
|
@@ -36,7 +38,7 @@
|
|
|
36
38
|
*/
|
|
37
39
|
|
|
38
40
|
.uk-description-list > dd {
|
|
39
|
-
@if(mixin-exists(hook-description-list-description)) {@include hook-description-list-description();}
|
|
41
|
+
@if(meta.mixin-exists(hook-description-list-description)) {@include hook-description-list-description();}
|
|
40
42
|
}
|
|
41
43
|
|
|
42
44
|
|
|
@@ -51,14 +53,14 @@
|
|
|
51
53
|
margin-top: $description-list-divider-term-margin-top;
|
|
52
54
|
padding-top: $description-list-divider-term-margin-top;
|
|
53
55
|
border-top: $description-list-divider-term-border-width solid $description-list-divider-term-border;
|
|
54
|
-
@if(mixin-exists(hook-description-list-divider-term)) {@include hook-description-list-divider-term();}
|
|
56
|
+
@if(meta.mixin-exists(hook-description-list-divider-term)) {@include hook-description-list-divider-term();}
|
|
55
57
|
}
|
|
56
58
|
|
|
57
59
|
|
|
58
60
|
// Hooks
|
|
59
61
|
// ========================================================================
|
|
60
62
|
|
|
61
|
-
@if(mixin-exists(hook-description-list-misc)) {@include hook-description-list-misc();}
|
|
63
|
+
@if(meta.mixin-exists(hook-description-list-misc)) {@include hook-description-list-misc();}
|
|
62
64
|
|
|
63
65
|
// @mixin hook-description-list-term(){}
|
|
64
66
|
// @mixin hook-description-list-description(){}
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
@use "sass:meta";
|
|
2
|
+
@use "sass:string";
|
|
3
|
+
|
|
1
4
|
// Name: Divider
|
|
2
5
|
// Description: Styles for dividers
|
|
3
6
|
//
|
|
@@ -46,7 +49,7 @@
|
|
|
46
49
|
@include svg-fill($internal-divider-icon-image, "#000", $divider-icon-color);
|
|
47
50
|
background-repeat: no-repeat;
|
|
48
51
|
background-position: 50% 50%;
|
|
49
|
-
@if(mixin-exists(hook-divider-icon)) {@include hook-divider-icon();}
|
|
52
|
+
@if(meta.mixin-exists(hook-divider-icon)) {@include hook-divider-icon();}
|
|
50
53
|
}
|
|
51
54
|
|
|
52
55
|
.uk-divider-icon::before,
|
|
@@ -54,21 +57,21 @@
|
|
|
54
57
|
content: "";
|
|
55
58
|
position: absolute;
|
|
56
59
|
top: $divider-icon-line-top;
|
|
57
|
-
max-width: unquote('calc(50% - (#{$divider-icon-width} / 2))');
|
|
60
|
+
max-width: string.unquote('calc(50% - (#{$divider-icon-width} / 2))');
|
|
58
61
|
border-bottom: $divider-icon-line-border-width solid $divider-icon-line-border;
|
|
59
|
-
@if(mixin-exists(hook-divider-icon-line)) {@include hook-divider-icon-line();}
|
|
62
|
+
@if(meta.mixin-exists(hook-divider-icon-line)) {@include hook-divider-icon-line();}
|
|
60
63
|
}
|
|
61
64
|
|
|
62
65
|
.uk-divider-icon::before {
|
|
63
|
-
right: unquote('calc(50% + (#{$divider-icon-width} / 2))');
|
|
66
|
+
right: string.unquote('calc(50% + (#{$divider-icon-width} / 2))');
|
|
64
67
|
width: $divider-icon-line-width;
|
|
65
|
-
@if(mixin-exists(hook-divider-icon-line-left)) {@include hook-divider-icon-line-left();}
|
|
68
|
+
@if(meta.mixin-exists(hook-divider-icon-line-left)) {@include hook-divider-icon-line-left();}
|
|
66
69
|
}
|
|
67
70
|
|
|
68
71
|
.uk-divider-icon::after {
|
|
69
|
-
left: unquote('calc(50% + (#{$divider-icon-width} / 2))');
|
|
72
|
+
left: string.unquote('calc(50% + (#{$divider-icon-width} / 2))');
|
|
70
73
|
width: $divider-icon-line-width;
|
|
71
|
-
@if(mixin-exists(hook-divider-icon-line-right)) {@include hook-divider-icon-line-right();}
|
|
74
|
+
@if(meta.mixin-exists(hook-divider-icon-line-right)) {@include hook-divider-icon-line-right();}
|
|
72
75
|
}
|
|
73
76
|
|
|
74
77
|
|
|
@@ -91,7 +94,7 @@
|
|
|
91
94
|
max-width: 100%;
|
|
92
95
|
border-top: $divider-small-border-width solid $divider-small-border;
|
|
93
96
|
vertical-align: top;
|
|
94
|
-
@if(mixin-exists(hook-divider-small)) {@include hook-divider-small();}
|
|
97
|
+
@if(meta.mixin-exists(hook-divider-small)) {@include hook-divider-small();}
|
|
95
98
|
}
|
|
96
99
|
|
|
97
100
|
|
|
@@ -104,14 +107,14 @@
|
|
|
104
107
|
margin-left: auto;
|
|
105
108
|
margin-right: auto;
|
|
106
109
|
border-left: $divider-vertical-border-width solid $divider-vertical-border;
|
|
107
|
-
@if(mixin-exists(hook-divider-vertical)) {@include hook-divider-vertical();}
|
|
110
|
+
@if(meta.mixin-exists(hook-divider-vertical)) {@include hook-divider-vertical();}
|
|
108
111
|
}
|
|
109
112
|
|
|
110
113
|
|
|
111
114
|
// Hooks
|
|
112
115
|
// ========================================================================
|
|
113
116
|
|
|
114
|
-
@if(mixin-exists(hook-divider-misc)) {@include hook-divider-misc();}
|
|
117
|
+
@if(meta.mixin-exists(hook-divider-misc)) {@include hook-divider-misc();}
|
|
115
118
|
|
|
116
119
|
// @mixin hook-divider-icon(){}
|
|
117
120
|
// @mixin hook-divider-icon-line(){}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use "sass:meta";
|
|
2
|
+
|
|
1
3
|
// Name: Dotnav
|
|
2
4
|
// Description: Component to create dot navigations
|
|
3
5
|
//
|
|
@@ -37,7 +39,7 @@
|
|
|
37
39
|
list-style: none;
|
|
38
40
|
/* 3 */
|
|
39
41
|
margin-left: (-$dotnav-margin-horizontal);
|
|
40
|
-
@if(mixin-exists(hook-dotnav)) {@include hook-dotnav();}
|
|
42
|
+
@if(meta.mixin-exists(hook-dotnav)) {@include hook-dotnav();}
|
|
41
43
|
}
|
|
42
44
|
|
|
43
45
|
/*
|
|
@@ -72,25 +74,25 @@
|
|
|
72
74
|
text-indent: 100%;
|
|
73
75
|
overflow: hidden;
|
|
74
76
|
white-space: nowrap;
|
|
75
|
-
@if(mixin-exists(hook-dotnav-item)) {@include hook-dotnav-item();}
|
|
77
|
+
@if(meta.mixin-exists(hook-dotnav-item)) {@include hook-dotnav-item();}
|
|
76
78
|
}
|
|
77
79
|
|
|
78
80
|
/* Hover */
|
|
79
81
|
.uk-dotnav > * > :hover {
|
|
80
82
|
background-color: $dotnav-item-hover-background;
|
|
81
|
-
@if(mixin-exists(hook-dotnav-item-hover)) {@include hook-dotnav-item-hover();}
|
|
83
|
+
@if(meta.mixin-exists(hook-dotnav-item-hover)) {@include hook-dotnav-item-hover();}
|
|
82
84
|
}
|
|
83
85
|
|
|
84
86
|
/* OnClick */
|
|
85
87
|
.uk-dotnav > * > :active {
|
|
86
88
|
background-color: $dotnav-item-onclick-background;
|
|
87
|
-
@if(mixin-exists(hook-dotnav-item-onclick)) {@include hook-dotnav-item-onclick();}
|
|
89
|
+
@if(meta.mixin-exists(hook-dotnav-item-onclick)) {@include hook-dotnav-item-onclick();}
|
|
88
90
|
}
|
|
89
91
|
|
|
90
92
|
/* Active */
|
|
91
93
|
.uk-dotnav > .uk-active > * {
|
|
92
94
|
background-color: $dotnav-item-active-background;
|
|
93
|
-
@if(mixin-exists(hook-dotnav-item-active)) {@include hook-dotnav-item-active();}
|
|
95
|
+
@if(meta.mixin-exists(hook-dotnav-item-active)) {@include hook-dotnav-item-active();}
|
|
94
96
|
}
|
|
95
97
|
|
|
96
98
|
|
|
@@ -120,7 +122,7 @@
|
|
|
120
122
|
// Hooks
|
|
121
123
|
// ========================================================================
|
|
122
124
|
|
|
123
|
-
@if(mixin-exists(hook-dotnav-misc)) {@include hook-dotnav-misc();}
|
|
125
|
+
@if(meta.mixin-exists(hook-dotnav-misc)) {@include hook-dotnav-misc();}
|
|
124
126
|
|
|
125
127
|
// @mixin hook-dotnav(){}
|
|
126
128
|
// @mixin hook-dotnav-item(){}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use "sass:meta";
|
|
2
|
+
|
|
1
3
|
// Name: Drop
|
|
2
4
|
// Description: Component to position any element next to any other element.
|
|
3
5
|
//
|
|
@@ -68,6 +70,6 @@
|
|
|
68
70
|
// Hooks
|
|
69
71
|
// ========================================================================
|
|
70
72
|
|
|
71
|
-
@if(mixin-exists(hook-drop-misc)) {@include hook-drop-misc();}
|
|
73
|
+
@if(meta.mixin-exists(hook-drop-misc)) {@include hook-drop-misc();}
|
|
72
74
|
|
|
73
75
|
// @mixin hook-drop-misc(){}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use "sass:meta";
|
|
2
|
+
|
|
1
3
|
// Name: Dropbar
|
|
2
4
|
// Description: Component to create a dropbar based on Drop component
|
|
3
5
|
//
|
|
@@ -39,7 +41,7 @@
|
|
|
39
41
|
padding: $dropbar-padding-top $dropbar-padding-horizontal $dropbar-padding-bottom $dropbar-padding-horizontal;
|
|
40
42
|
background: $dropbar-background;
|
|
41
43
|
color: $dropbar-color;
|
|
42
|
-
@if(mixin-exists(hook-dropbar)) {@include hook-dropbar();}
|
|
44
|
+
@if(meta.mixin-exists(hook-dropbar)) {@include hook-dropbar();}
|
|
43
45
|
}
|
|
44
46
|
|
|
45
47
|
/*
|
|
@@ -92,26 +94,26 @@
|
|
|
92
94
|
========================================================================== */
|
|
93
95
|
|
|
94
96
|
.uk-dropbar-top {
|
|
95
|
-
@if(mixin-exists(hook-dropbar-top)) {@include hook-dropbar-top();}
|
|
97
|
+
@if(meta.mixin-exists(hook-dropbar-top)) {@include hook-dropbar-top();}
|
|
96
98
|
}
|
|
97
99
|
|
|
98
100
|
.uk-dropbar-bottom {
|
|
99
|
-
@if(mixin-exists(hook-dropbar-bottom)) {@include hook-dropbar-bottom();}
|
|
101
|
+
@if(meta.mixin-exists(hook-dropbar-bottom)) {@include hook-dropbar-bottom();}
|
|
100
102
|
}
|
|
101
103
|
|
|
102
104
|
.uk-dropbar-left {
|
|
103
|
-
@if(mixin-exists(hook-dropbar-left)) {@include hook-dropbar-left();}
|
|
105
|
+
@if(meta.mixin-exists(hook-dropbar-left)) {@include hook-dropbar-left();}
|
|
104
106
|
}
|
|
105
107
|
|
|
106
108
|
.uk-dropbar-right {
|
|
107
|
-
@if(mixin-exists(hook-dropbar-right)) {@include hook-dropbar-right();}
|
|
109
|
+
@if(meta.mixin-exists(hook-dropbar-right)) {@include hook-dropbar-right();}
|
|
108
110
|
}
|
|
109
111
|
|
|
110
112
|
|
|
111
113
|
// Hooks
|
|
112
114
|
// ========================================================================
|
|
113
115
|
|
|
114
|
-
@if(mixin-exists(hook-dropbar-misc)) {@include hook-dropbar-misc();}
|
|
116
|
+
@if(meta.mixin-exists(hook-dropbar-misc)) {@include hook-dropbar-misc();}
|
|
115
117
|
|
|
116
118
|
// @mixin hook-dropbar(){}
|
|
117
119
|
// @mixin hook-dropbar-top(){}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use "sass:meta";
|
|
2
|
+
|
|
1
3
|
// Name: Dropdown
|
|
2
4
|
// Description: Component to create a dropdown based on Drop component
|
|
3
5
|
//
|
|
@@ -44,7 +46,7 @@
|
|
|
44
46
|
padding: $dropdown-padding;
|
|
45
47
|
background: $dropdown-background;
|
|
46
48
|
color: $dropdown-color;
|
|
47
|
-
@if(mixin-exists(hook-dropdown)) {@include hook-dropdown();}
|
|
49
|
+
@if(meta.mixin-exists(hook-dropdown)) {@include hook-dropdown();}
|
|
48
50
|
}
|
|
49
51
|
|
|
50
52
|
/*
|
|
@@ -88,7 +90,7 @@
|
|
|
88
90
|
/* 3 */
|
|
89
91
|
padding: $dropdown-dropbar-padding-top 0 $dropdown-dropbar-padding-bottom 0;
|
|
90
92
|
--uk-position-viewport-offset: #{$dropdown-dropbar-viewport-margin};
|
|
91
|
-
@if(mixin-exists(hook-dropdown-dropbar)) {@include hook-dropdown-dropbar();}
|
|
93
|
+
@if(meta.mixin-exists(hook-dropdown-dropbar)) {@include hook-dropdown-dropbar();}
|
|
92
94
|
}
|
|
93
95
|
|
|
94
96
|
/* Phone landscape and bigger */
|
|
@@ -108,7 +110,7 @@
|
|
|
108
110
|
.uk-dropdown-dropbar-large {
|
|
109
111
|
padding-top: $dropdown-dropbar-large-padding-top;
|
|
110
112
|
padding-bottom: $dropdown-dropbar-large-padding-bottom;
|
|
111
|
-
@if(mixin-exists(hook-dropdown-dropbar-large)) {@include hook-dropdown-dropbar-large();}
|
|
113
|
+
@if(meta.mixin-exists(hook-dropdown-dropbar-large)) {@include hook-dropdown-dropbar-large();}
|
|
112
114
|
}
|
|
113
115
|
|
|
114
116
|
|
|
@@ -117,7 +119,7 @@
|
|
|
117
119
|
========================================================================== */
|
|
118
120
|
|
|
119
121
|
.uk-dropdown-nav {
|
|
120
|
-
@if(mixin-exists(hook-dropdown-nav)) {@include hook-dropdown-nav();}
|
|
122
|
+
@if(meta.mixin-exists(hook-dropdown-nav)) {@include hook-dropdown-nav();}
|
|
121
123
|
}
|
|
122
124
|
|
|
123
125
|
/*
|
|
@@ -126,14 +128,14 @@
|
|
|
126
128
|
|
|
127
129
|
.uk-dropdown-nav > li > a {
|
|
128
130
|
color: $dropdown-nav-item-color;
|
|
129
|
-
@if(mixin-exists(hook-dropdown-nav-item)) {@include hook-dropdown-nav-item();}
|
|
131
|
+
@if(meta.mixin-exists(hook-dropdown-nav-item)) {@include hook-dropdown-nav-item();}
|
|
130
132
|
}
|
|
131
133
|
|
|
132
134
|
/* Hover + Active */
|
|
133
135
|
.uk-dropdown-nav > li > a:hover,
|
|
134
136
|
.uk-dropdown-nav > li.uk-active > a {
|
|
135
137
|
color: $dropdown-nav-item-hover-color;
|
|
136
|
-
@if(mixin-exists(hook-dropdown-nav-item-hover)) {@include hook-dropdown-nav-item-hover();}
|
|
138
|
+
@if(meta.mixin-exists(hook-dropdown-nav-item-hover)) {@include hook-dropdown-nav-item-hover();}
|
|
137
139
|
}
|
|
138
140
|
|
|
139
141
|
/*
|
|
@@ -142,7 +144,7 @@
|
|
|
142
144
|
|
|
143
145
|
.uk-dropdown-nav .uk-nav-subtitle {
|
|
144
146
|
font-size: $dropdown-nav-subtitle-font-size;
|
|
145
|
-
@if(mixin-exists(hook-dropdown-nav-subtitle)) {@include hook-dropdown-nav-subtitle();}
|
|
147
|
+
@if(meta.mixin-exists(hook-dropdown-nav-subtitle)) {@include hook-dropdown-nav-subtitle();}
|
|
146
148
|
}
|
|
147
149
|
|
|
148
150
|
/*
|
|
@@ -151,7 +153,7 @@
|
|
|
151
153
|
|
|
152
154
|
.uk-dropdown-nav .uk-nav-header {
|
|
153
155
|
color: $dropdown-nav-header-color;
|
|
154
|
-
@if(mixin-exists(hook-dropdown-nav-header)) {@include hook-dropdown-nav-header();}
|
|
156
|
+
@if(meta.mixin-exists(hook-dropdown-nav-header)) {@include hook-dropdown-nav-header();}
|
|
155
157
|
}
|
|
156
158
|
|
|
157
159
|
/*
|
|
@@ -160,7 +162,7 @@
|
|
|
160
162
|
|
|
161
163
|
.uk-dropdown-nav .uk-nav-divider {
|
|
162
164
|
border-top: $dropdown-nav-divider-border-width solid $dropdown-nav-divider-border;
|
|
163
|
-
@if(mixin-exists(hook-dropdown-nav-divider)) {@include hook-dropdown-nav-divider();}
|
|
165
|
+
@if(meta.mixin-exists(hook-dropdown-nav-divider)) {@include hook-dropdown-nav-divider();}
|
|
164
166
|
}
|
|
165
167
|
|
|
166
168
|
/*
|
|
@@ -176,7 +178,7 @@
|
|
|
176
178
|
// Hooks
|
|
177
179
|
// ========================================================================
|
|
178
180
|
|
|
179
|
-
@if(mixin-exists(hook-dropdown-misc)) {@include hook-dropdown-misc();}
|
|
181
|
+
@if(meta.mixin-exists(hook-dropdown-misc)) {@include hook-dropdown-misc();}
|
|
180
182
|
|
|
181
183
|
// @mixin hook-dropdown(){}
|
|
182
184
|
// @mixin hook-dropdown-dropbar(){}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use "sass:meta";
|
|
2
|
+
|
|
1
3
|
// Name: Dropnav
|
|
2
4
|
// Description: Component to create dropdown/dropbar menus based on Drop component
|
|
3
5
|
//
|
|
@@ -37,6 +39,6 @@
|
|
|
37
39
|
// Hooks
|
|
38
40
|
// ========================================================================
|
|
39
41
|
|
|
40
|
-
@if(mixin-exists(hook-dropnav-misc)) {@include hook-dropnav-misc();}
|
|
42
|
+
@if(meta.mixin-exists(hook-dropnav-misc)) {@include hook-dropnav-misc();}
|
|
41
43
|
|
|
42
44
|
// @mixin hook-dropnav-misc(){}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use "sass:meta";
|
|
2
|
+
|
|
1
3
|
// Name: Flex
|
|
2
4
|
// Description: Utilities for layouts based on flexbox
|
|
3
5
|
//
|
|
@@ -303,6 +305,6 @@
|
|
|
303
305
|
// Hooks
|
|
304
306
|
// ========================================================================
|
|
305
307
|
|
|
306
|
-
@if(mixin-exists(hook-flex-misc)) {@include hook-flex-misc();}
|
|
308
|
+
@if(meta.mixin-exists(hook-flex-misc)) {@include hook-flex-misc();}
|
|
307
309
|
|
|
308
310
|
// @mixin hook-flex-misc(){}
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
@use "sass:meta";
|
|
2
|
+
@use "sass:math";
|
|
3
|
+
|
|
1
4
|
// Name: Form Range
|
|
2
5
|
// Description: Styles for the range input type
|
|
3
6
|
//
|
|
@@ -41,7 +44,7 @@
|
|
|
41
44
|
width: 100%;
|
|
42
45
|
/* 7 */
|
|
43
46
|
background: transparent;
|
|
44
|
-
@if(mixin-exists(hook-form-range)) {@include hook-form-range();}
|
|
47
|
+
@if(meta.mixin-exists(hook-form-range)) {@include hook-form-range();}
|
|
45
48
|
}
|
|
46
49
|
|
|
47
50
|
/* Focus */
|
|
@@ -65,26 +68,26 @@
|
|
|
65
68
|
.uk-range::-webkit-slider-runnable-track {
|
|
66
69
|
height: $form-range-track-height;
|
|
67
70
|
background: $form-range-track-background;
|
|
68
|
-
@if(mixin-exists(hook-form-range-track)) {@include hook-form-range-track();}
|
|
71
|
+
@if(meta.mixin-exists(hook-form-range-track)) {@include hook-form-range-track();}
|
|
69
72
|
}
|
|
70
73
|
|
|
71
74
|
.uk-range:focus::-webkit-slider-runnable-track,
|
|
72
75
|
/* 1 */
|
|
73
76
|
.uk-range:active::-webkit-slider-runnable-track {
|
|
74
77
|
background: $form-range-track-focus-background;
|
|
75
|
-
@if(mixin-exists(hook-form-range-track-focus)) {@include hook-form-range-track-focus();}
|
|
78
|
+
@if(meta.mixin-exists(hook-form-range-track-focus)) {@include hook-form-range-track-focus();}
|
|
76
79
|
}
|
|
77
80
|
|
|
78
81
|
/* Firefox */
|
|
79
82
|
.uk-range::-moz-range-track {
|
|
80
83
|
height: $form-range-track-height;
|
|
81
84
|
background: $form-range-track-background;
|
|
82
|
-
@if(mixin-exists(hook-form-range-track)) {@include hook-form-range-track();}
|
|
85
|
+
@if(meta.mixin-exists(hook-form-range-track)) {@include hook-form-range-track();}
|
|
83
86
|
}
|
|
84
87
|
|
|
85
88
|
.uk-range:focus::-moz-range-track {
|
|
86
89
|
background: $form-range-track-focus-background;
|
|
87
|
-
@if(mixin-exists(hook-form-range-track-focus)) {@include hook-form-range-track-focus();}
|
|
90
|
+
@if(meta.mixin-exists(hook-form-range-track-focus)) {@include hook-form-range-track-focus();}
|
|
88
91
|
}
|
|
89
92
|
|
|
90
93
|
/*
|
|
@@ -97,13 +100,13 @@
|
|
|
97
100
|
.uk-range::-webkit-slider-thumb {
|
|
98
101
|
/* 1 */
|
|
99
102
|
-webkit-appearance: none;
|
|
100
|
-
margin-top: (floor(($form-range-thumb-height * 0.5)) * -1);
|
|
103
|
+
margin-top: (math.floor(($form-range-thumb-height * 0.5)) * -1);
|
|
101
104
|
/* 2 */
|
|
102
105
|
height: $form-range-thumb-height;
|
|
103
106
|
width: $form-range-thumb-width;
|
|
104
107
|
border-radius: $form-range-thumb-border-radius;
|
|
105
108
|
background: $form-range-thumb-background;
|
|
106
|
-
@if(mixin-exists(hook-form-range-thumb)) {@include hook-form-range-thumb();}
|
|
109
|
+
@if(meta.mixin-exists(hook-form-range-thumb)) {@include hook-form-range-thumb();}
|
|
107
110
|
}
|
|
108
111
|
|
|
109
112
|
/* Firefox */
|
|
@@ -113,17 +116,17 @@
|
|
|
113
116
|
/* 2 */
|
|
114
117
|
height: $form-range-thumb-height;
|
|
115
118
|
width: $form-range-thumb-width;
|
|
116
|
-
margin-top: (floor(($form-range-thumb-height * 0.5)) * -1);
|
|
119
|
+
margin-top: (math.floor(($form-range-thumb-height * 0.5)) * -1);
|
|
117
120
|
border-radius: $form-range-thumb-border-radius;
|
|
118
121
|
background: $form-range-thumb-background;
|
|
119
|
-
@if(mixin-exists(hook-form-range-thumb)) {@include hook-form-range-thumb();}
|
|
122
|
+
@if(meta.mixin-exists(hook-form-range-thumb)) {@include hook-form-range-thumb();}
|
|
120
123
|
}
|
|
121
124
|
|
|
122
125
|
|
|
123
126
|
// Hooks
|
|
124
127
|
// ========================================================================
|
|
125
128
|
|
|
126
|
-
@if(mixin-exists(hook-form-range-misc)) {@include hook-form-range-misc();}
|
|
129
|
+
@if(meta.mixin-exists(hook-form-range-misc)) {@include hook-form-range-misc();}
|
|
127
130
|
|
|
128
131
|
// @mixin hook-form-range(){}
|
|
129
132
|
// @mixin hook-form-range-track(){}
|