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.
Files changed (205) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/build/release.js +1 -1
  3. package/build/scss.js +49 -12
  4. package/build/util.js +2 -0
  5. package/dist/css/uikit-core-rtl.css +1 -1
  6. package/dist/css/uikit-core-rtl.min.css +1 -1
  7. package/dist/css/uikit-core.css +1 -1
  8. package/dist/css/uikit-core.min.css +1 -1
  9. package/dist/css/uikit-rtl.css +1 -1
  10. package/dist/css/uikit-rtl.min.css +1 -1
  11. package/dist/css/uikit.css +1 -1
  12. package/dist/css/uikit.min.css +1 -1
  13. package/dist/js/components/countdown.js +1 -1
  14. package/dist/js/components/countdown.min.js +1 -1
  15. package/dist/js/components/filter.js +3 -3
  16. package/dist/js/components/filter.min.js +1 -1
  17. package/dist/js/components/lightbox-panel.js +18 -6
  18. package/dist/js/components/lightbox-panel.min.js +1 -1
  19. package/dist/js/components/lightbox.js +18 -6
  20. package/dist/js/components/lightbox.min.js +1 -1
  21. package/dist/js/components/notification.js +3 -3
  22. package/dist/js/components/notification.min.js +1 -1
  23. package/dist/js/components/parallax.js +3 -2
  24. package/dist/js/components/parallax.min.js +1 -1
  25. package/dist/js/components/slider-parallax.js +3 -2
  26. package/dist/js/components/slider-parallax.min.js +1 -1
  27. package/dist/js/components/slider.js +5 -4
  28. package/dist/js/components/slider.min.js +1 -1
  29. package/dist/js/components/slideshow-parallax.js +3 -2
  30. package/dist/js/components/slideshow-parallax.min.js +1 -1
  31. package/dist/js/components/slideshow.js +5 -4
  32. package/dist/js/components/slideshow.min.js +1 -1
  33. package/dist/js/components/sortable.js +1 -1
  34. package/dist/js/components/sortable.min.js +1 -1
  35. package/dist/js/components/tooltip.js +1 -1
  36. package/dist/js/components/tooltip.min.js +1 -1
  37. package/dist/js/components/upload.js +1 -1
  38. package/dist/js/components/upload.min.js +1 -1
  39. package/dist/js/uikit-core.js +27 -14
  40. package/dist/js/uikit-core.min.js +1 -1
  41. package/dist/js/uikit-icons.js +1 -1
  42. package/dist/js/uikit-icons.min.js +1 -1
  43. package/dist/js/uikit.js +31 -18
  44. package/dist/js/uikit.min.js +1 -1
  45. package/package.json +1 -1
  46. package/src/js/components/filter.js +2 -2
  47. package/src/js/components/lightbox-panel.js +1 -1
  48. package/src/js/components/notification.js +2 -2
  49. package/src/js/core/accordion.js +2 -2
  50. package/src/js/core/alert.js +2 -2
  51. package/src/js/core/drop.js +5 -4
  52. package/src/js/core/switcher.js +3 -3
  53. package/src/js/mixin/event.js +1 -1
  54. package/src/js/mixin/modal.js +20 -3
  55. package/src/js/mixin/slider-nav.js +2 -2
  56. package/src/js/mixin/svg.js +0 -2
  57. package/src/js/util/selector.js +1 -1
  58. package/src/scss/components/accordion.scss +8 -6
  59. package/src/scss/components/alert.scss +10 -8
  60. package/src/scss/components/align.scss +3 -1
  61. package/src/scss/components/animation.scss +3 -1
  62. package/src/scss/components/article.scss +7 -5
  63. package/src/scss/components/background.scss +3 -1
  64. package/src/scss/components/badge.scss +5 -3
  65. package/src/scss/components/base.scss +20 -17
  66. package/src/scss/components/breadcrumb.scss +9 -7
  67. package/src/scss/components/button.scss +25 -23
  68. package/src/scss/components/card.scss +26 -24
  69. package/src/scss/components/close.scss +5 -3
  70. package/src/scss/components/column.scss +3 -1
  71. package/src/scss/components/comment.scss +13 -11
  72. package/src/scss/components/container.scss +14 -11
  73. package/src/scss/components/countdown.scss +8 -6
  74. package/src/scss/components/cover.scss +3 -1
  75. package/src/scss/components/description-list.scss +6 -4
  76. package/src/scss/components/divider.scss +13 -10
  77. package/src/scss/components/dotnav.scss +8 -6
  78. package/src/scss/components/drop.scss +3 -1
  79. package/src/scss/components/dropbar.scss +8 -6
  80. package/src/scss/components/dropdown.scss +12 -10
  81. package/src/scss/components/dropnav.scss +3 -1
  82. package/src/scss/components/flex.scss +3 -1
  83. package/src/scss/components/form-range.scss +13 -10
  84. package/src/scss/components/form.scss +23 -21
  85. package/src/scss/components/grid.scss +5 -3
  86. package/src/scss/components/heading.scss +16 -13
  87. package/src/scss/components/height.scss +3 -1
  88. package/src/scss/components/icon.scss +9 -7
  89. package/src/scss/components/iconnav.scss +7 -5
  90. package/src/scss/components/inverse.scss +4 -2
  91. package/src/scss/components/label.scss +7 -5
  92. package/src/scss/components/leader.scss +4 -2
  93. package/src/scss/components/lightbox.scss +6 -4
  94. package/src/scss/components/link.scss +10 -8
  95. package/src/scss/components/list.scss +5 -3
  96. package/src/scss/components/margin.scss +3 -1
  97. package/src/scss/components/marker.scss +5 -3
  98. package/src/scss/components/mixin.scss +6 -4
  99. package/src/scss/components/modal.scss +18 -16
  100. package/src/scss/components/nav.scss +33 -31
  101. package/src/scss/components/navbar.scss +33 -30
  102. package/src/scss/components/notification.scss +10 -8
  103. package/src/scss/components/offcanvas.scss +6 -4
  104. package/src/scss/components/overlay.scss +7 -5
  105. package/src/scss/components/padding.scss +3 -1
  106. package/src/scss/components/pagination.scss +8 -6
  107. package/src/scss/components/placeholder.scss +4 -2
  108. package/src/scss/components/position.scss +9 -6
  109. package/src/scss/components/print.scss +3 -1
  110. package/src/scss/components/progress.scss +6 -4
  111. package/src/scss/components/search.scss +15 -13
  112. package/src/scss/components/section.scss +9 -7
  113. package/src/scss/components/slidenav.scss +10 -8
  114. package/src/scss/components/slider.scss +4 -2
  115. package/src/scss/components/slideshow.scss +4 -2
  116. package/src/scss/components/sortable.scss +7 -5
  117. package/src/scss/components/spinner.scss +6 -3
  118. package/src/scss/components/sticky.scss +3 -1
  119. package/src/scss/components/subnav.scss +13 -11
  120. package/src/scss/components/svg.scss +3 -1
  121. package/src/scss/components/switcher.scss +3 -1
  122. package/src/scss/components/tab.scss +14 -12
  123. package/src/scss/components/table.scss +17 -14
  124. package/src/scss/components/text.scss +8 -6
  125. package/src/scss/components/thumbnav.scss +7 -5
  126. package/src/scss/components/tile.scss +12 -10
  127. package/src/scss/components/tooltip.scss +4 -2
  128. package/src/scss/components/totop.scss +6 -4
  129. package/src/scss/components/transition.scss +3 -1
  130. package/src/scss/components/utility.scss +8 -6
  131. package/src/scss/components/visibility.scss +3 -1
  132. package/src/scss/components/width.scss +34 -31
  133. package/src/scss/mixins-theme.scss +169 -168
  134. package/src/scss/mixins.scss +175 -175
  135. package/src/scss/uikit-theme.scss +0 -1
  136. package/src/scss/variables-theme.scss +70 -66
  137. package/src/scss/variables.scss +74 -70
  138. package/src/scss/theme/_import.scss +0 -82
  139. package/src/scss/theme/accordion.scss +0 -55
  140. package/src/scss/theme/alert.scss +0 -45
  141. package/src/scss/theme/align.scss +0 -14
  142. package/src/scss/theme/animation.scss +0 -14
  143. package/src/scss/theme/article.scss +0 -49
  144. package/src/scss/theme/background.scss +0 -14
  145. package/src/scss/theme/badge.scss +0 -29
  146. package/src/scss/theme/base.scss +0 -104
  147. package/src/scss/theme/breadcrumb.scss +0 -45
  148. package/src/scss/theme/button.scss +0 -132
  149. package/src/scss/theme/card.scss +0 -111
  150. package/src/scss/theme/close.scss +0 -29
  151. package/src/scss/theme/column.scss +0 -14
  152. package/src/scss/theme/comment.scss +0 -67
  153. package/src/scss/theme/container.scss +0 -14
  154. package/src/scss/theme/countdown.scss +0 -53
  155. package/src/scss/theme/description-list.scss +0 -29
  156. package/src/scss/theme/divider.scss +0 -49
  157. package/src/scss/theme/dotnav.scss +0 -46
  158. package/src/scss/theme/drop.scss +0 -14
  159. package/src/scss/theme/dropbar.scss +0 -38
  160. package/src/scss/theme/dropdown.scss +0 -53
  161. package/src/scss/theme/form-range.scss +0 -51
  162. package/src/scss/theme/form.scss +0 -117
  163. package/src/scss/theme/grid.scss +0 -28
  164. package/src/scss/theme/heading.scss +0 -71
  165. package/src/scss/theme/height.scss +0 -14
  166. package/src/scss/theme/icon.scss +0 -50
  167. package/src/scss/theme/iconnav.scss +0 -39
  168. package/src/scss/theme/inverse.scss +0 -14
  169. package/src/scss/theme/label.scss +0 -41
  170. package/src/scss/theme/leader.scss +0 -26
  171. package/src/scss/theme/lightbox.scss +0 -32
  172. package/src/scss/theme/link.scss +0 -55
  173. package/src/scss/theme/list.scss +0 -34
  174. package/src/scss/theme/margin.scss +0 -14
  175. package/src/scss/theme/marker.scss +0 -29
  176. package/src/scss/theme/modal.scss +0 -77
  177. package/src/scss/theme/nav.scss +0 -131
  178. package/src/scss/theme/navbar.scss +0 -135
  179. package/src/scss/theme/notification.scss +0 -44
  180. package/src/scss/theme/offcanvas.scss +0 -32
  181. package/src/scss/theme/overlay.scss +0 -33
  182. package/src/scss/theme/padding.scss +0 -14
  183. package/src/scss/theme/pagination.scss +0 -41
  184. package/src/scss/theme/placeholder.scss +0 -26
  185. package/src/scss/theme/position.scss +0 -14
  186. package/src/scss/theme/progress.scss +0 -23
  187. package/src/scss/theme/search.scss +0 -101
  188. package/src/scss/theme/section.scss +0 -32
  189. package/src/scss/theme/slidenav.scss +0 -52
  190. package/src/scss/theme/slider.scss +0 -14
  191. package/src/scss/theme/sortable.scss +0 -38
  192. package/src/scss/theme/spinner.scss +0 -14
  193. package/src/scss/theme/sticky.scss +0 -14
  194. package/src/scss/theme/subnav.scss +0 -72
  195. package/src/scss/theme/tab.scss +0 -67
  196. package/src/scss/theme/table.scss +0 -65
  197. package/src/scss/theme/text.scss +0 -49
  198. package/src/scss/theme/thumbnav.scss +0 -40
  199. package/src/scss/theme/tile.scss +0 -52
  200. package/src/scss/theme/tooltip.scss +0 -20
  201. package/src/scss/theme/totop.scss +0 -32
  202. package/src/scss/theme/transition.scss +0 -14
  203. package/src/scss/theme/utility.scss +0 -49
  204. package/src/scss/theme/variables.scss +0 -36
  205. package/src/scss/theme/width.scss +0 -14
@@ -1,3 +1,5 @@
1
+ @use "sass:meta";
2
+
1
3
  // Name: Search
2
4
  // Description: Component to create the search
3
5
  //
@@ -102,7 +104,7 @@
102
104
  /* 9 */
103
105
  border: none;
104
106
  color: $search-color;
105
- @if(mixin-exists(hook-search-input)) {@include hook-search-input();}
107
+ @if(meta.mixin-exists(hook-search-input)) {@include hook-search-input();}
106
108
  }
107
109
 
108
110
  .uk-search-input:focus { outline: none; }
@@ -133,7 +135,7 @@
133
135
  align-items: center;
134
136
  /* 3 */
135
137
  color: $search-icon-color;
136
- @if(mixin-exists(hook-search-icon)) {@include hook-search-icon();}
138
+ @if(meta.mixin-exists(hook-search-icon)) {@include hook-search-icon();}
137
139
  }
138
140
 
139
141
  /*
@@ -172,13 +174,13 @@
172
174
  padding-left: $search-default-padding-horizontal;
173
175
  padding-right: $search-default-padding-horizontal;
174
176
  background: $search-default-background;
175
- @if(mixin-exists(hook-search-default-input)) {@include hook-search-default-input();}
177
+ @if(meta.mixin-exists(hook-search-default-input)) {@include hook-search-default-input();}
176
178
  }
177
179
 
178
180
  /* Focus */
179
181
  .uk-search-default .uk-search-input:focus {
180
182
  background-color: $search-default-focus-background;
181
- @if(mixin-exists(hook-search-default-input-focus)) {@include hook-search-default-input-focus();}
183
+ @if(meta.mixin-exists(hook-search-default-input-focus)) {@include hook-search-default-input-focus();}
182
184
  }
183
185
 
184
186
  /*
@@ -208,13 +210,13 @@
208
210
  padding-left: $search-navbar-padding-horizontal;
209
211
  padding-right: $search-navbar-padding-horizontal;
210
212
  background: $search-navbar-background;
211
- @if(mixin-exists(hook-search-navbar-input)) {@include hook-search-navbar-input();}
213
+ @if(meta.mixin-exists(hook-search-navbar-input)) {@include hook-search-navbar-input();}
212
214
  }
213
215
 
214
216
  /* Focus */
215
217
  .uk-search-navbar .uk-search-input:focus {
216
218
  background-color: $search-navbar-focus-background;
217
- @if(mixin-exists(hook-search-navbar-input-focus)) {@include hook-search-navbar-input-focus();}
219
+ @if(meta.mixin-exists(hook-search-navbar-input-focus)) {@include hook-search-navbar-input-focus();}
218
220
  }
219
221
 
220
222
  /*
@@ -245,13 +247,13 @@
245
247
  padding-right: $search-medium-padding-horizontal;
246
248
  background: $search-medium-background;
247
249
  font-size: $search-medium-font-size;
248
- @if(mixin-exists(hook-search-medium-input)) {@include hook-search-medium-input();}
250
+ @if(meta.mixin-exists(hook-search-medium-input)) {@include hook-search-medium-input();}
249
251
  }
250
252
 
251
253
  /* Focus */
252
254
  .uk-search-medium .uk-search-input:focus {
253
255
  background-color: $search-medium-focus-background;
254
- @if(mixin-exists(hook-search-medium-input-focus)) {@include hook-search-medium-input-focus();}
256
+ @if(meta.mixin-exists(hook-search-medium-input-focus)) {@include hook-search-medium-input-focus();}
255
257
  }
256
258
 
257
259
  /*
@@ -282,13 +284,13 @@
282
284
  padding-right: $search-large-padding-horizontal;
283
285
  background: $search-large-background;
284
286
  font-size: $search-large-font-size;
285
- @if(mixin-exists(hook-search-large-input)) {@include hook-search-large-input();}
287
+ @if(meta.mixin-exists(hook-search-large-input)) {@include hook-search-large-input();}
286
288
  }
287
289
 
288
290
  /* Focus */
289
291
  .uk-search-large .uk-search-input:focus {
290
292
  background-color: $search-medium-focus-background;
291
- @if(mixin-exists(hook-search-large-input-focus)) {@include hook-search-large-input-focus();}
293
+ @if(meta.mixin-exists(hook-search-large-input-focus)) {@include hook-search-large-input-focus();}
292
294
  }
293
295
 
294
296
  /*
@@ -309,20 +311,20 @@
309
311
 
310
312
  .uk-search-toggle {
311
313
  color: $search-toggle-color;
312
- @if(mixin-exists(hook-search-toggle)) {@include hook-search-toggle();}
314
+ @if(meta.mixin-exists(hook-search-toggle)) {@include hook-search-toggle();}
313
315
  }
314
316
 
315
317
  /* Hover */
316
318
  .uk-search-toggle:hover {
317
319
  color: $search-toggle-hover-color;
318
- @if(mixin-exists(hook-search-toggle-hover)) {@include hook-search-toggle-hover();}
320
+ @if(meta.mixin-exists(hook-search-toggle-hover)) {@include hook-search-toggle-hover();}
319
321
  }
320
322
 
321
323
 
322
324
  // Hooks
323
325
  // ========================================================================
324
326
 
325
- @if(mixin-exists(hook-search-misc)) {@include hook-search-misc();}
327
+ @if(meta.mixin-exists(hook-search-misc)) {@include hook-search-misc();}
326
328
 
327
329
  // @mixin hook-search-input(){}
328
330
  // @mixin hook-search-icon(){}
@@ -1,3 +1,5 @@
1
+ @use "sass:meta";
2
+
1
3
  // Name: Section
2
4
  // Description: Component to create horizontal layout section
3
5
  //
@@ -44,7 +46,7 @@
44
46
  box-sizing: border-box; /* 1 */
45
47
  padding-top: $section-padding-vertical;
46
48
  padding-bottom: $section-padding-vertical;
47
- @if(mixin-exists(hook-section)) {@include hook-section();}
49
+ @if(meta.mixin-exists(hook-section)) {@include hook-section();}
48
50
  }
49
51
 
50
52
  /* Desktop and bigger */
@@ -134,7 +136,7 @@
134
136
  .uk-section-default {
135
137
  --uk-inverse: #{$section-default-color-mode};
136
138
  background: $section-default-background;
137
- @if(mixin-exists(hook-section-default)) {@include hook-section-default();}
139
+ @if(meta.mixin-exists(hook-section-default)) {@include hook-section-default();}
138
140
  }
139
141
 
140
142
  @if ( $section-default-color-mode == light ) { .uk-section-default:not(.uk-preserve-color) { @extend .uk-light !optional;} }
@@ -147,7 +149,7 @@
147
149
  .uk-section-muted {
148
150
  --uk-inverse: #{$section-muted-color-mode};
149
151
  background: $section-muted-background;
150
- @if(mixin-exists(hook-section-muted)) {@include hook-section-muted();}
152
+ @if(meta.mixin-exists(hook-section-muted)) {@include hook-section-muted();}
151
153
  }
152
154
 
153
155
  @if ( $section-muted-color-mode == light ) { .uk-section-muted:not(.uk-preserve-color) { @extend .uk-light !optional;} }
@@ -161,7 +163,7 @@
161
163
  .uk-section-primary {
162
164
  --uk-inverse: #{$section-primary-color-mode};
163
165
  background: $section-primary-background;
164
- @if(mixin-exists(hook-section-primary)) {@include hook-section-primary();}
166
+ @if(meta.mixin-exists(hook-section-primary)) {@include hook-section-primary();}
165
167
  }
166
168
 
167
169
  @if ( $section-primary-color-mode == light ) { .uk-section-primary:not(.uk-preserve-color) { @extend .uk-light !optional;} }
@@ -174,7 +176,7 @@
174
176
  .uk-section-secondary {
175
177
  --uk-inverse: #{$section-secondary-color-mode};
176
178
  background: $section-secondary-background;
177
- @if(mixin-exists(hook-section-secondary)) {@include hook-section-secondary();}
179
+ @if(meta.mixin-exists(hook-section-secondary)) {@include hook-section-secondary();}
178
180
  }
179
181
 
180
182
  @if ( $section-secondary-color-mode == light ) { .uk-section-secondary:not(.uk-preserve-color) { @extend .uk-light !optional;} }
@@ -190,14 +192,14 @@
190
192
  */
191
193
 
192
194
  .uk-section-overlap {
193
- @if(mixin-exists(hook-section-overlap)) {@include hook-section-overlap();}
195
+ @if(meta.mixin-exists(hook-section-overlap)) {@include hook-section-overlap();}
194
196
  }
195
197
 
196
198
 
197
199
  // Hooks
198
200
  // ========================================================================
199
201
 
200
- @if(mixin-exists(hook-section-misc)) {@include hook-section-misc();}
202
+ @if(meta.mixin-exists(hook-section-misc)) {@include hook-section-misc();}
201
203
 
202
204
  // @mixin hook-section(){}
203
205
  // @mixin hook-section-default(){}
@@ -1,3 +1,5 @@
1
+ @use "sass:meta";
2
+
1
3
  // Name: Slidenav
2
4
  // Description: Component to create previous/next icon navigations
3
5
  //
@@ -30,19 +32,19 @@
30
32
  .uk-slidenav {
31
33
  padding: $slidenav-padding-vertical $slidenav-padding-horizontal;
32
34
  color: $slidenav-color;
33
- @if(mixin-exists(hook-slidenav)) {@include hook-slidenav();}
35
+ @if(meta.mixin-exists(hook-slidenav)) {@include hook-slidenav();}
34
36
  }
35
37
 
36
38
  /* Hover */
37
39
  .uk-slidenav:hover {
38
40
  color: $slidenav-hover-color;
39
- @if(mixin-exists(hook-slidenav-hover)) {@include hook-slidenav-hover();}
41
+ @if(meta.mixin-exists(hook-slidenav-hover)) {@include hook-slidenav-hover();}
40
42
  }
41
43
 
42
44
  /* OnClick */
43
45
  .uk-slidenav:active {
44
46
  color: $slidenav-active-color;
45
- @if(mixin-exists(hook-slidenav-active)) {@include hook-slidenav-active();}
47
+ @if(meta.mixin-exists(hook-slidenav-active)) {@include hook-slidenav-active();}
46
48
  }
47
49
 
48
50
 
@@ -54,7 +56,7 @@
54
56
  */
55
57
 
56
58
  .uk-slidenav-previous {
57
- @if(mixin-exists(hook-slidenav-previous)) {@include hook-slidenav-previous();}
59
+ @if(meta.mixin-exists(hook-slidenav-previous)) {@include hook-slidenav-previous();}
58
60
  }
59
61
 
60
62
  /*
@@ -62,7 +64,7 @@
62
64
  */
63
65
 
64
66
  .uk-slidenav-next {
65
- @if(mixin-exists(hook-slidenav-next)) {@include hook-slidenav-next();}
67
+ @if(meta.mixin-exists(hook-slidenav-next)) {@include hook-slidenav-next();}
66
68
  }
67
69
 
68
70
 
@@ -71,7 +73,7 @@
71
73
 
72
74
  .uk-slidenav-large {
73
75
  padding: $slidenav-large-padding-vertical $slidenav-large-padding-horizontal;
74
- @if(mixin-exists(hook-slidenav-large)) {@include hook-slidenav-large();}
76
+ @if(meta.mixin-exists(hook-slidenav-large)) {@include hook-slidenav-large();}
75
77
  }
76
78
 
77
79
 
@@ -80,14 +82,14 @@
80
82
 
81
83
  .uk-slidenav-container {
82
84
  display: flex;
83
- @if(mixin-exists(hook-slidenav-container)) {@include hook-slidenav-container();}
85
+ @if(meta.mixin-exists(hook-slidenav-container)) {@include hook-slidenav-container();}
84
86
  }
85
87
 
86
88
 
87
89
  // Hooks
88
90
  // ========================================================================
89
91
 
90
- @if(mixin-exists(hook-slidenav-misc)) {@include hook-slidenav-misc();}
92
+ @if(meta.mixin-exists(hook-slidenav-misc)) {@include hook-slidenav-misc();}
91
93
 
92
94
  // @mixin hook-slidenav(){}
93
95
  // @mixin hook-slidenav-hover(){}
@@ -1,3 +1,5 @@
1
+ @use "sass:meta";
2
+
1
3
  // Name: Slider
2
4
  // Description: Component to create horizontal sliders
3
5
  //
@@ -27,7 +29,7 @@
27
29
  .uk-slider {
28
30
  /* 1 */
29
31
  -webkit-tap-highlight-color: transparent;
30
- @if(mixin-exists(hook-slider)) {@include hook-slider();}
32
+ @if(meta.mixin-exists(hook-slider)) {@include hook-slider();}
31
33
  }
32
34
 
33
35
 
@@ -113,7 +115,7 @@
113
115
  // Hooks
114
116
  // ========================================================================
115
117
 
116
- @if(mixin-exists(hook-slider-misc)) {@include hook-slider-misc();}
118
+ @if(meta.mixin-exists(hook-slider-misc)) {@include hook-slider-misc();}
117
119
 
118
120
  // @mixin hook-slider(){}
119
121
  // @mixin hook-slider-misc(){}
@@ -1,3 +1,5 @@
1
+ @use "sass:meta";
2
+
1
3
  // Name: Slideshow
2
4
  // Description: Component to create slideshows
3
5
  //
@@ -21,7 +23,7 @@
21
23
  .uk-slideshow {
22
24
  /* 1 */
23
25
  -webkit-tap-highlight-color: transparent;
24
- @if(mixin-exists(hook-slideshow)) {@include hook-slideshow();}
26
+ @if(meta.mixin-exists(hook-slideshow)) {@include hook-slideshow();}
25
27
  }
26
28
 
27
29
 
@@ -87,7 +89,7 @@
87
89
  // Hooks
88
90
  // ========================================================================
89
91
 
90
- @if(mixin-exists(hook-slideshow-misc)) {@include hook-slideshow-misc();}
92
+ @if(meta.mixin-exists(hook-slideshow-misc)) {@include hook-slideshow-misc();}
91
93
 
92
94
  // @mixin hook-slideshow(){}
93
95
  // @mixin hook-slideshow-misc(){}
@@ -1,3 +1,5 @@
1
+ @use "sass:meta";
2
+
1
3
  // Name: Sortable
2
4
  // Description: Component to create sortable grids and lists
3
5
  //
@@ -27,7 +29,7 @@
27
29
 
28
30
  .uk-sortable {
29
31
  position: relative;
30
- @if(mixin-exists(hook-sortable)) {@include hook-sortable();}
32
+ @if(meta.mixin-exists(hook-sortable)) {@include hook-sortable();}
31
33
  }
32
34
 
33
35
  /*
@@ -44,7 +46,7 @@
44
46
  position: fixed !important;
45
47
  z-index: $sortable-dragged-z-index !important;
46
48
  pointer-events: none;
47
- @if(mixin-exists(hook-sortable-drag)) {@include hook-sortable-drag();}
49
+ @if(meta.mixin-exists(hook-sortable-drag)) {@include hook-sortable-drag();}
48
50
  }
49
51
 
50
52
 
@@ -54,7 +56,7 @@
54
56
  .uk-sortable-placeholder {
55
57
  opacity: $sortable-placeholder-opacity;
56
58
  pointer-events: none;
57
- @if(mixin-exists(hook-sortable-placeholder)) {@include hook-sortable-placeholder();}
59
+ @if(meta.mixin-exists(hook-sortable-placeholder)) {@include hook-sortable-placeholder();}
58
60
  }
59
61
 
60
62
 
@@ -63,7 +65,7 @@
63
65
 
64
66
  .uk-sortable-empty {
65
67
  min-height: $sortable-empty-height;
66
- @if(mixin-exists(hook-sortable-empty)) {@include hook-sortable-empty();}
68
+ @if(meta.mixin-exists(hook-sortable-empty)) {@include hook-sortable-empty();}
67
69
  }
68
70
 
69
71
 
@@ -78,7 +80,7 @@
78
80
  // Hooks
79
81
  // ========================================================================
80
82
 
81
- @if(mixin-exists(hook-sortable-misc)) {@include hook-sortable-misc();}
83
+ @if(meta.mixin-exists(hook-sortable-misc)) {@include hook-sortable-misc();}
82
84
 
83
85
  // @mixin hook-sortable(){}
84
86
  // @mixin hook-sortable-drag(){}
@@ -1,3 +1,6 @@
1
+ @use "sass:meta";
2
+ @use "sass:math";
3
+
1
4
  // Name: Spinner
2
5
  // Description: Component to create a loading spinner
3
6
  //
@@ -9,7 +12,7 @@
9
12
  // Variables
10
13
  // ========================================================================
11
14
 
12
- $spinner-radius: floor((($spinner-size - $spinner-stroke-width) * 0.5)) !default; // Minus stroke width to prevent overflow clipping
15
+ $spinner-radius: math.floor((($spinner-size - $spinner-stroke-width) * 0.5)) !default; // Minus stroke width to prevent overflow clipping
13
16
 
14
17
 
15
18
  /* ========================================================================
@@ -21,7 +24,7 @@ $spinner-radius: floor((($spinner-size - $spinne
21
24
  */
22
25
 
23
26
  .uk-spinner {
24
- @if(mixin-exists(hook-spinner)) {@include hook-spinner();}
27
+ @if(meta.mixin-exists(hook-spinner)) {@include hook-spinner();}
25
28
  }
26
29
 
27
30
 
@@ -64,7 +67,7 @@ $spinner-radius: floor((($spinner-size - $spinne
64
67
  // Hooks
65
68
  // ========================================================================
66
69
 
67
- @if(mixin-exists(hook-spinner-misc)) {@include hook-spinner-misc();}
70
+ @if(meta.mixin-exists(hook-spinner-misc)) {@include hook-spinner-misc();}
68
71
 
69
72
  // @mixin hook-spinner(){}
70
73
  // @mixin hook-spinner-misc(){}
@@ -1,3 +1,5 @@
1
+ @use "sass:meta";
2
+
1
3
  // Name: Sticky
2
4
  // Description: Component to make elements sticky in the viewport
3
5
  //
@@ -57,6 +59,6 @@
57
59
  // Hooks
58
60
  // ========================================================================
59
61
 
60
- @if(mixin-exists(hook-sticky-misc)) {@include hook-sticky-misc();}
62
+ @if(meta.mixin-exists(hook-sticky-misc)) {@include hook-sticky-misc();}
61
63
 
62
64
  // @mixin hook-sticky-misc(){}
@@ -1,3 +1,5 @@
1
+ @use "sass:meta";
2
+
1
3
  // Name: Subnav
2
4
  // Description: Component to create a sub navigation
3
5
  //
@@ -43,7 +45,7 @@
43
45
  /* 4 */
44
46
  padding: 0;
45
47
  list-style: none;
46
- @if(mixin-exists(hook-subnav)) {@include hook-subnav();}
48
+ @if(meta.mixin-exists(hook-subnav)) {@include hook-subnav();}
47
49
  }
48
50
 
49
51
  /*
@@ -81,20 +83,20 @@
81
83
  column-gap: 0.25em;
82
84
  /* 3 */
83
85
  color: $subnav-item-color;
84
- @if(mixin-exists(hook-subnav-item)) {@include hook-subnav-item();}
86
+ @if(meta.mixin-exists(hook-subnav-item)) {@include hook-subnav-item();}
85
87
  }
86
88
 
87
89
  /* Hover */
88
90
  .uk-subnav > * > a:hover {
89
91
  color: $subnav-item-hover-color;
90
92
  text-decoration: $subnav-item-hover-text-decoration;
91
- @if(mixin-exists(hook-subnav-item-hover)) {@include hook-subnav-item-hover();}
93
+ @if(meta.mixin-exists(hook-subnav-item-hover)) {@include hook-subnav-item-hover();}
92
94
  }
93
95
 
94
96
  /* Active */
95
97
  .uk-subnav > .uk-active > a {
96
98
  color: $subnav-item-active-color;
97
- @if(mixin-exists(hook-subnav-item-active)) {@include hook-subnav-item-active();}
99
+ @if(meta.mixin-exists(hook-subnav-item-active)) {@include hook-subnav-item-active();}
98
100
  }
99
101
 
100
102
 
@@ -132,7 +134,7 @@
132
134
  /* 1 */
133
135
  .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
134
136
  border-left-color: $subnav-divider-border;
135
- @if(mixin-exists(hook-subnav-divider)) {@include hook-subnav-divider();}
137
+ @if(meta.mixin-exists(hook-subnav-divider)) {@include hook-subnav-divider();}
136
138
  }
137
139
 
138
140
 
@@ -150,28 +152,28 @@
150
152
  padding: $subnav-pill-item-padding-vertical $subnav-pill-item-padding-horizontal;
151
153
  background: $subnav-pill-item-background;
152
154
  color: $subnav-pill-item-color;
153
- @if(mixin-exists(hook-subnav-pill-item)) {@include hook-subnav-pill-item();}
155
+ @if(meta.mixin-exists(hook-subnav-pill-item)) {@include hook-subnav-pill-item();}
154
156
  }
155
157
 
156
158
  /* Hover */
157
159
  .uk-subnav-pill > * > a:hover {
158
160
  background-color: $subnav-pill-item-hover-background;
159
161
  color: $subnav-pill-item-hover-color;
160
- @if(mixin-exists(hook-subnav-pill-item-hover)) {@include hook-subnav-pill-item-hover();}
162
+ @if(meta.mixin-exists(hook-subnav-pill-item-hover)) {@include hook-subnav-pill-item-hover();}
161
163
  }
162
164
 
163
165
  /* OnClick */
164
166
  .uk-subnav-pill > * > a:active {
165
167
  background-color: $subnav-pill-item-onclick-background;
166
168
  color: $subnav-pill-item-onclick-color;
167
- @if(mixin-exists(hook-subnav-pill-item-onclick)) {@include hook-subnav-pill-item-onclick();}
169
+ @if(meta.mixin-exists(hook-subnav-pill-item-onclick)) {@include hook-subnav-pill-item-onclick();}
168
170
  }
169
171
 
170
172
  /* Active */
171
173
  .uk-subnav-pill > .uk-active > a {
172
174
  background-color: $subnav-pill-item-active-background;
173
175
  color: $subnav-pill-item-active-color;
174
- @if(mixin-exists(hook-subnav-pill-item-active)) {@include hook-subnav-pill-item-active();}
176
+ @if(meta.mixin-exists(hook-subnav-pill-item-active)) {@include hook-subnav-pill-item-active();}
175
177
  }
176
178
 
177
179
 
@@ -181,14 +183,14 @@
181
183
 
182
184
  .uk-subnav > .uk-disabled > a {
183
185
  color: $subnav-item-disabled-color;
184
- @if(mixin-exists(hook-subnav-item-disabled)) {@include hook-subnav-item-disabled();}
186
+ @if(meta.mixin-exists(hook-subnav-item-disabled)) {@include hook-subnav-item-disabled();}
185
187
  }
186
188
 
187
189
 
188
190
  // Hooks
189
191
  // ========================================================================
190
192
 
191
- @if(mixin-exists(hook-subnav-misc)) {@include hook-subnav-misc();}
193
+ @if(meta.mixin-exists(hook-subnav-misc)) {@include hook-subnav-misc();}
192
194
 
193
195
  // @mixin hook-subnav(){}
194
196
  // @mixin hook-subnav-item(){}
@@ -1,3 +1,5 @@
1
+ @use "sass:meta";
2
+
1
3
  // Name: SVG
2
4
  // Description: Component to style SVGs
3
5
  //
@@ -31,6 +33,6 @@
31
33
  // Hooks
32
34
  // ========================================================================
33
35
 
34
- @if(mixin-exists(hook-svg-misc)) {@include hook-svg-misc();}
36
+ @if(meta.mixin-exists(hook-svg-misc)) {@include hook-svg-misc();}
35
37
 
36
38
  // @mixin hook-svg-misc(){}
@@ -1,3 +1,5 @@
1
+ @use "sass:meta";
2
+
1
3
  // Name: Switcher
2
4
  // Description: Component to navigate through different content panes
3
5
  //
@@ -42,6 +44,6 @@
42
44
  // Hooks
43
45
  // ========================================================================
44
46
 
45
- @if(mixin-exists(hook-switcher-misc)) {@include hook-switcher-misc();}
47
+ @if(meta.mixin-exists(hook-switcher-misc)) {@include hook-switcher-misc();}
46
48
 
47
49
  // @mixin hook-switcher-misc(){}
@@ -1,3 +1,5 @@
1
+ @use "sass:meta";
2
+
1
3
  // Name: Tab
2
4
  // Description: Component to create a tabbed navigation
3
5
  //
@@ -38,7 +40,7 @@
38
40
  /* 3 */
39
41
  padding: 0;
40
42
  list-style: none;
41
- @if(mixin-exists(hook-tab)) {@include hook-tab();}
43
+ @if(meta.mixin-exists(hook-tab)) {@include hook-tab();}
42
44
  }
43
45
 
44
46
  /*
@@ -79,26 +81,26 @@
79
81
  /* 4 */
80
82
  padding: $tab-item-padding-vertical $tab-item-padding-horizontal;
81
83
  color: $tab-item-color;
82
- @if(mixin-exists(hook-tab-item)) {@include hook-tab-item();}
84
+ @if(meta.mixin-exists(hook-tab-item)) {@include hook-tab-item();}
83
85
  }
84
86
 
85
87
  /* Hover */
86
88
  .uk-tab > * > a:hover {
87
89
  color: $tab-item-hover-color;
88
90
  text-decoration: $tab-item-hover-text-decoration;
89
- @if(mixin-exists(hook-tab-item-hover)) {@include hook-tab-item-hover();}
91
+ @if(meta.mixin-exists(hook-tab-item-hover)) {@include hook-tab-item-hover();}
90
92
  }
91
93
 
92
94
  /* Active */
93
95
  .uk-tab > .uk-active > a {
94
96
  color: $tab-item-active-color;
95
- @if(mixin-exists(hook-tab-item-active)) {@include hook-tab-item-active();}
97
+ @if(meta.mixin-exists(hook-tab-item-active)) {@include hook-tab-item-active();}
96
98
  }
97
99
 
98
100
  /* Disabled */
99
101
  .uk-tab > .uk-disabled > a {
100
102
  color: $tab-item-disabled-color;
101
- @if(mixin-exists(hook-tab-item-disabled)) {@include hook-tab-item-disabled();}
103
+ @if(meta.mixin-exists(hook-tab-item-disabled)) {@include hook-tab-item-disabled();}
102
104
  }
103
105
 
104
106
 
@@ -110,11 +112,11 @@
110
112
  */
111
113
 
112
114
  .uk-tab-bottom {
113
- @if(mixin-exists(hook-tab-bottom)) {@include hook-tab-bottom();}
115
+ @if(meta.mixin-exists(hook-tab-bottom)) {@include hook-tab-bottom();}
114
116
  }
115
117
 
116
118
  .uk-tab-bottom > * > a {
117
- @if(mixin-exists(hook-tab-bottom-item)) {@include hook-tab-bottom-item();}
119
+ @if(meta.mixin-exists(hook-tab-bottom-item)) {@include hook-tab-bottom-item();}
118
120
  }
119
121
 
120
122
  /*
@@ -134,28 +136,28 @@
134
136
  .uk-tab-right > * { padding-left: 0; }
135
137
 
136
138
  .uk-tab-left {
137
- @if(mixin-exists(hook-tab-left)) {@include hook-tab-left();}
139
+ @if(meta.mixin-exists(hook-tab-left)) {@include hook-tab-left();}
138
140
  }
139
141
 
140
142
  .uk-tab-right {
141
- @if(mixin-exists(hook-tab-right)) {@include hook-tab-right();}
143
+ @if(meta.mixin-exists(hook-tab-right)) {@include hook-tab-right();}
142
144
  }
143
145
 
144
146
  .uk-tab-left > * > a {
145
147
  justify-content: left;
146
- @if(mixin-exists(hook-tab-left-item)) {@include hook-tab-left-item();}
148
+ @if(meta.mixin-exists(hook-tab-left-item)) {@include hook-tab-left-item();}
147
149
  }
148
150
 
149
151
  .uk-tab-right > * > a {
150
152
  justify-content: left;
151
- @if(mixin-exists(hook-tab-right-item)) {@include hook-tab-right-item();}
153
+ @if(meta.mixin-exists(hook-tab-right-item)) {@include hook-tab-right-item();}
152
154
  }
153
155
 
154
156
 
155
157
  // Hooks
156
158
  // ========================================================================
157
159
 
158
- @if(mixin-exists(hook-tab-misc)) {@include hook-tab-misc();}
160
+ @if(meta.mixin-exists(hook-tab-misc)) {@include hook-tab-misc();}
159
161
 
160
162
  // @mixin hook-tab(){}
161
163
  // @mixin hook-tab-item(){}