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,6 @@
1
+ @use "sass:meta";
2
+ @use "sass:math";
3
+
1
4
  // Name: Table
2
5
  // Description: Styles for tables
3
6
  //
@@ -53,7 +56,7 @@
53
56
  width: 100%;
54
57
  /* 3 */
55
58
  margin-bottom: $table-margin-vertical;
56
- @if(mixin-exists(hook-table)) {@include hook-table();}
59
+ @if(meta.mixin-exists(hook-table)) {@include hook-table();}
57
60
  }
58
61
 
59
62
  /* Add margin if adjacent element */
@@ -75,7 +78,7 @@
75
78
  font-size: $table-header-cell-font-size;
76
79
  font-weight: $table-header-cell-font-weight;
77
80
  color: $table-header-cell-color;
78
- @if(mixin-exists(hook-table-header-cell)) {@include hook-table-header-cell();}
81
+ @if(meta.mixin-exists(hook-table-header-cell)) {@include hook-table-header-cell();}
79
82
  }
80
83
 
81
84
 
@@ -85,7 +88,7 @@
85
88
  .uk-table td {
86
89
  padding: $table-cell-padding-vertical $table-cell-padding-horizontal;
87
90
  vertical-align: top;
88
- @if(mixin-exists(hook-table-cell)) {@include hook-table-cell();}
91
+ @if(meta.mixin-exists(hook-table-cell)) {@include hook-table-cell();}
89
92
  }
90
93
 
91
94
  /*
@@ -100,7 +103,7 @@
100
103
 
101
104
  .uk-table tfoot {
102
105
  font-size: $table-footer-font-size;
103
- @if(mixin-exists(hook-table-footer)) {@include hook-table-footer();}
106
+ @if(meta.mixin-exists(hook-table-footer)) {@include hook-table-footer();}
104
107
  }
105
108
 
106
109
 
@@ -111,7 +114,7 @@
111
114
  font-size: $table-caption-font-size;
112
115
  text-align: left;
113
116
  color: $table-caption-color;
114
- @if(mixin-exists(hook-table-caption)) {@include hook-table-caption();}
117
+ @if(meta.mixin-exists(hook-table-caption)) {@include hook-table-caption();}
115
118
  }
116
119
 
117
120
 
@@ -133,7 +136,7 @@
133
136
  .uk-table-divider > :not(:first-child) > tr,
134
137
  .uk-table-divider > :first-child > tr:not(:first-child) {
135
138
  border-top: $table-divider-border-width solid $table-divider-border;
136
- @if(mixin-exists(hook-table-divider)) {@include hook-table-divider();}
139
+ @if(meta.mixin-exists(hook-table-divider)) {@include hook-table-divider();}
137
140
  }
138
141
 
139
142
  /*
@@ -143,7 +146,7 @@
143
146
  .uk-table-striped > tr:nth-of-type(odd),
144
147
  .uk-table-striped tbody tr:nth-of-type(odd) {
145
148
  background: $table-striped-row-background;
146
- @if(mixin-exists(hook-table-striped)) {@include hook-table-striped();}
149
+ @if(meta.mixin-exists(hook-table-striped)) {@include hook-table-striped();}
147
150
  }
148
151
 
149
152
  /*
@@ -153,7 +156,7 @@
153
156
  .uk-table-hover > tr:hover,
154
157
  .uk-table-hover tbody tr:hover {
155
158
  background: $table-hover-row-background;
156
- @if(mixin-exists(hook-table-hover)) {@include hook-table-hover();}
159
+ @if(meta.mixin-exists(hook-table-hover)) {@include hook-table-hover();}
157
160
  }
158
161
 
159
162
 
@@ -163,7 +166,7 @@
163
166
  .uk-table > tr.uk-active,
164
167
  .uk-table tbody tr.uk-active {
165
168
  background: $table-row-active-background;
166
- @if(mixin-exists(hook-table-row-active)) {@include hook-table-row-active();}
169
+ @if(meta.mixin-exists(hook-table-row-active)) {@include hook-table-row-active();}
167
170
  }
168
171
 
169
172
  /* Size modifier
@@ -172,13 +175,13 @@
172
175
  .uk-table-small th,
173
176
  .uk-table-small td {
174
177
  padding: $table-small-cell-padding-vertical $table-small-cell-padding-horizontal;
175
- @if(mixin-exists(hook-table-small)) {@include hook-table-small();}
178
+ @if(meta.mixin-exists(hook-table-small)) {@include hook-table-small();}
176
179
  }
177
180
 
178
181
  .uk-table-large th,
179
182
  .uk-table-large td {
180
183
  padding: $table-large-cell-padding-vertical $table-large-cell-padding-horizontal;
181
- @if(mixin-exists(hook-table-large)) {@include hook-table-large();}
184
+ @if(meta.mixin-exists(hook-table-large)) {@include hook-table-large();}
182
185
  }
183
186
 
184
187
 
@@ -242,11 +245,11 @@
242
245
 
243
246
  .uk-table-responsive th:not(:first-child):not(.uk-table-link),
244
247
  .uk-table-responsive td:not(:first-child):not(.uk-table-link),
245
- .uk-table-responsive .uk-table-link:not(:first-child) > a { padding-top: round(($table-cell-padding-vertical * 0.33333)) !important; }
248
+ .uk-table-responsive .uk-table-link:not(:first-child) > a { padding-top: math.round(($table-cell-padding-vertical * 0.33333)) !important; }
246
249
 
247
250
  .uk-table-responsive th:not(:last-child):not(.uk-table-link),
248
251
  .uk-table-responsive td:not(:last-child):not(.uk-table-link),
249
- .uk-table-responsive .uk-table-link:not(:last-child) > a { padding-bottom: round(($table-cell-padding-vertical * 0.33333)) !important; }
252
+ .uk-table-responsive .uk-table-link:not(:last-child) > a { padding-bottom: math.round(($table-cell-padding-vertical * 0.33333)) !important; }
250
253
 
251
254
  .uk-table-justify.uk-table-responsive th,
252
255
  .uk-table-justify.uk-table-responsive td {
@@ -260,7 +263,7 @@
260
263
  // Hooks
261
264
  // ========================================================================
262
265
 
263
- @if(mixin-exists(hook-table-misc)) {@include hook-table-misc();}
266
+ @if(meta.mixin-exists(hook-table-misc)) {@include hook-table-misc();}
264
267
 
265
268
  // @mixin hook-table(){}
266
269
  // @mixin hook-table-header-cell(){}
@@ -1,3 +1,5 @@
1
+ @use "sass:meta";
2
+
1
3
  // Name: Text
2
4
  // Description: Utilities for text
3
5
  //
@@ -29,14 +31,14 @@
29
31
  font-size: $text-lead-font-size;
30
32
  line-height: $text-lead-line-height;
31
33
  color: $text-lead-color;
32
- @if(mixin-exists(hook-text-lead)) {@include hook-text-lead();}
34
+ @if(meta.mixin-exists(hook-text-lead)) {@include hook-text-lead();}
33
35
  }
34
36
 
35
37
  .uk-text-meta {
36
38
  font-size: $text-meta-font-size;
37
39
  line-height: $text-meta-line-height;
38
40
  color: $text-meta-color;
39
- @if(mixin-exists(hook-text-meta)) {@include hook-text-meta();}
41
+ @if(meta.mixin-exists(hook-text-meta)) {@include hook-text-meta();}
40
42
  }
41
43
 
42
44
 
@@ -46,13 +48,13 @@
46
48
  .uk-text-small {
47
49
  font-size: $text-small-font-size;
48
50
  line-height: $text-small-line-height;
49
- @if(mixin-exists(hook-text-small)) {@include hook-text-small();}
51
+ @if(meta.mixin-exists(hook-text-small)) {@include hook-text-small();}
50
52
  }
51
53
 
52
54
  .uk-text-large {
53
55
  font-size: $text-large-font-size;
54
56
  line-height: $text-large-line-height;
55
- @if(mixin-exists(hook-text-large)) {@include hook-text-large();}
57
+ @if(meta.mixin-exists(hook-text-large)) {@include hook-text-large();}
56
58
  }
57
59
 
58
60
  .uk-text-default {
@@ -123,7 +125,7 @@
123
125
  display: inline-block;
124
126
  /* 4 */
125
127
  background-color: $text-background-color;
126
- @if(mixin-exists(hook-text-background)) {@include hook-text-background();}
128
+ @if(meta.mixin-exists(hook-text-background)) {@include hook-text-background();}
127
129
  }
128
130
 
129
131
 
@@ -234,7 +236,7 @@ td.uk-text-truncate { max-width: 0; }
234
236
  // Hooks
235
237
  // ========================================================================
236
238
 
237
- @if(mixin-exists(hook-text-misc)) {@include hook-text-misc();}
239
+ @if(meta.mixin-exists(hook-text-misc)) {@include hook-text-misc();}
238
240
 
239
241
  // @mixin hook-text-lead(){}
240
242
  // @mixin hook-text-meta(){}
@@ -1,3 +1,5 @@
1
+ @use "sass:meta";
2
+
1
3
  // Name: Thumbnav
2
4
  // Description: Component to create thumbnail navigations
3
5
  //
@@ -35,7 +37,7 @@
35
37
  list-style: none;
36
38
  /* 3 */
37
39
  margin-left: (-$thumbnav-margin-horizontal);
38
- @if(mixin-exists(hook-thumbnav)) {@include hook-thumbnav();}
40
+ @if(meta.mixin-exists(hook-thumbnav)) {@include hook-thumbnav();}
39
41
  }
40
42
 
41
43
  /*
@@ -58,17 +60,17 @@
58
60
 
59
61
  .uk-thumbnav > * > * {
60
62
  display: inline-block;
61
- @if(mixin-exists(hook-thumbnav-item)) {@include hook-thumbnav-item();}
63
+ @if(meta.mixin-exists(hook-thumbnav-item)) {@include hook-thumbnav-item();}
62
64
  }
63
65
 
64
66
  /* Hover */
65
67
  .uk-thumbnav > * > :hover {
66
- @if(mixin-exists(hook-thumbnav-item-hover)) {@include hook-thumbnav-item-hover();}
68
+ @if(meta.mixin-exists(hook-thumbnav-item-hover)) {@include hook-thumbnav-item-hover();}
67
69
  }
68
70
 
69
71
  /* Active */
70
72
  .uk-thumbnav > .uk-active > * {
71
- @if(mixin-exists(hook-thumbnav-item-active)) {@include hook-thumbnav-item-active();}
73
+ @if(meta.mixin-exists(hook-thumbnav-item-active)) {@include hook-thumbnav-item-active();}
72
74
  }
73
75
 
74
76
 
@@ -98,7 +100,7 @@
98
100
  // Hooks
99
101
  // ========================================================================
100
102
 
101
- @if(mixin-exists(hook-thumbnav-misc)) {@include hook-thumbnav-misc();}
103
+ @if(meta.mixin-exists(hook-thumbnav-misc)) {@include hook-thumbnav-misc();}
102
104
 
103
105
  // @mixin hook-thumbnav(){}
104
106
  // @mixin hook-thumbnav-item(){}
@@ -1,3 +1,5 @@
1
+ @use "sass:meta";
2
+
1
3
  // Name: Tile
2
4
  // Description: Component to create tiled boxes
3
5
  //
@@ -42,7 +44,7 @@
42
44
  padding-right: $tile-padding-horizontal;
43
45
  padding-top: $tile-padding-vertical;
44
46
  padding-bottom: $tile-padding-vertical;
45
- @if(mixin-exists(hook-tile)) {@include hook-tile();}
47
+ @if(meta.mixin-exists(hook-tile)) {@include hook-tile();}
46
48
  }
47
49
 
48
50
  /* Phone landscape and bigger */
@@ -145,11 +147,11 @@
145
147
  .uk-tile-default {
146
148
  --uk-inverse: #{$tile-default-color-mode};
147
149
  background-color: $tile-default-background;
148
- @if(mixin-exists(hook-tile-default)) {@include hook-tile-default();}
150
+ @if(meta.mixin-exists(hook-tile-default)) {@include hook-tile-default();}
149
151
  }
150
152
 
151
153
  .uk-tile-default.uk-tile-hover:hover {
152
- @if(mixin-exists(hook-tile-default-hover)) {@include hook-tile-default-hover();}
154
+ @if(meta.mixin-exists(hook-tile-default-hover)) {@include hook-tile-default-hover();}
153
155
  }
154
156
 
155
157
  // Color Mode
@@ -163,11 +165,11 @@
163
165
  .uk-tile-muted {
164
166
  --uk-inverse: #{$tile-muted-color-mode};
165
167
  background-color: $tile-muted-background;
166
- @if(mixin-exists(hook-tile-muted)) {@include hook-tile-muted();}
168
+ @if(meta.mixin-exists(hook-tile-muted)) {@include hook-tile-muted();}
167
169
  }
168
170
 
169
171
  .uk-tile-muted.uk-tile-hover:hover {
170
- @if(mixin-exists(hook-tile-muted-hover)) {@include hook-tile-muted-hover();}
172
+ @if(meta.mixin-exists(hook-tile-muted-hover)) {@include hook-tile-muted-hover();}
171
173
  }
172
174
 
173
175
  // Color Mode
@@ -181,11 +183,11 @@
181
183
  .uk-tile-primary {
182
184
  --uk-inverse: #{$tile-primary-color-mode};
183
185
  background-color: $tile-primary-background;
184
- @if(mixin-exists(hook-tile-primary)) {@include hook-tile-primary();}
186
+ @if(meta.mixin-exists(hook-tile-primary)) {@include hook-tile-primary();}
185
187
  }
186
188
 
187
189
  .uk-tile-primary.uk-tile-hover:hover {
188
- @if(mixin-exists(hook-tile-primary-hover)) {@include hook-tile-primary-hover();}
190
+ @if(meta.mixin-exists(hook-tile-primary-hover)) {@include hook-tile-primary-hover();}
189
191
  }
190
192
 
191
193
  // Color Mode
@@ -199,11 +201,11 @@
199
201
  .uk-tile-secondary {
200
202
  --uk-inverse: #{$tile-secondary-color-mode};
201
203
  background-color: $tile-secondary-background;
202
- @if(mixin-exists(hook-tile-secondary)) {@include hook-tile-secondary();}
204
+ @if(meta.mixin-exists(hook-tile-secondary)) {@include hook-tile-secondary();}
203
205
  }
204
206
 
205
207
  .uk-tile-secondary.uk-tile-hover:hover {
206
- @if(mixin-exists(hook-tile-secondary-hover)) {@include hook-tile-secondary-hover();}
208
+ @if(meta.mixin-exists(hook-tile-secondary-hover)) {@include hook-tile-secondary-hover();}
207
209
  }
208
210
 
209
211
  // Color Mode
@@ -214,7 +216,7 @@
214
216
  // Hooks
215
217
  // ========================================================================
216
218
 
217
- @if(mixin-exists(hook-tile-misc)) {@include hook-tile-misc();}
219
+ @if(meta.mixin-exists(hook-tile-misc)) {@include hook-tile-misc();}
218
220
 
219
221
  // @mixin hook-tile(){}
220
222
  // @mixin hook-tile-default(){}
@@ -1,3 +1,5 @@
1
+ @use "sass:meta";
2
+
1
3
  // Name: Tooltip
2
4
  // Description: Component to create tooltips
3
5
  //
@@ -54,7 +56,7 @@
54
56
  border-radius: $tooltip-border-radius;
55
57
  color: $tooltip-color;
56
58
  font-size: $tooltip-font-size;
57
- @if(mixin-exists(hook-tooltip)) {@include hook-tooltip();}
59
+ @if(meta.mixin-exists(hook-tooltip)) {@include hook-tooltip();}
58
60
  }
59
61
 
60
62
  /* Show */
@@ -64,7 +66,7 @@
64
66
  // Hooks
65
67
  // ========================================================================
66
68
 
67
- @if(mixin-exists(hook-tooltip-misc)) {@include hook-tooltip-misc();}
69
+ @if(meta.mixin-exists(hook-tooltip-misc)) {@include hook-tooltip-misc();}
68
70
 
69
71
  // @mixin hook-tooltip(){}
70
72
  // @mixin hook-tooltip-misc(){}
@@ -1,3 +1,5 @@
1
+ @use "sass:meta";
2
+
1
3
  // Name: Totop
2
4
  // Description: Component to create an icon to scroll back to top
3
5
  //
@@ -24,26 +26,26 @@
24
26
  .uk-totop {
25
27
  padding: $totop-padding;
26
28
  color: $totop-color;
27
- @if(mixin-exists(hook-totop)) {@include hook-totop();}
29
+ @if(meta.mixin-exists(hook-totop)) {@include hook-totop();}
28
30
  }
29
31
 
30
32
  /* Hover */
31
33
  .uk-totop:hover {
32
34
  color: $totop-hover-color;
33
- @if(mixin-exists(hook-totop-hover)) {@include hook-totop-hover();}
35
+ @if(meta.mixin-exists(hook-totop-hover)) {@include hook-totop-hover();}
34
36
  }
35
37
 
36
38
  /* OnClick */
37
39
  .uk-totop:active {
38
40
  color: $totop-active-color;
39
- @if(mixin-exists(hook-totop-active)) {@include hook-totop-active();}
41
+ @if(meta.mixin-exists(hook-totop-active)) {@include hook-totop-active();}
40
42
  }
41
43
 
42
44
 
43
45
  // Hooks
44
46
  // ========================================================================
45
47
 
46
- @if(mixin-exists(hook-totop-misc)) {@include hook-totop-misc();}
48
+ @if(meta.mixin-exists(hook-totop-misc)) {@include hook-totop-misc();}
47
49
 
48
50
  // @mixin hook-totop(){}
49
51
  // @mixin hook-totop-hover(){}
@@ -1,3 +1,5 @@
1
+ @use "sass:meta";
2
+
1
3
  // Name: Transition
2
4
  // Description: Utilities for transitions
3
5
  //
@@ -162,6 +164,6 @@
162
164
  // Hooks
163
165
  // ========================================================================
164
166
 
165
- @if(mixin-exists(hook-transition-misc)) {@include hook-transition-misc();}
167
+ @if(meta.mixin-exists(hook-transition-misc)) {@include hook-transition-misc();}
166
168
 
167
169
  // @mixin hook-transition-misc(){}
@@ -1,3 +1,5 @@
1
+ @use "sass:meta";
2
+
1
3
  // Name: Utility
2
4
  // Description: Utilities collection
3
5
  //
@@ -70,7 +72,7 @@
70
72
  border: $panel-scrollable-border-width solid $panel-scrollable-border;
71
73
  overflow: auto;
72
74
  resize: both;
73
- @if(mixin-exists(hook-panel-scrollable)) {@include hook-panel-scrollable();}
75
+ @if(meta.mixin-exists(hook-panel-scrollable)) {@include hook-panel-scrollable();}
74
76
  }
75
77
 
76
78
 
@@ -329,7 +331,7 @@
329
331
  filter: blur($box-shadow-bottom-blur);
330
332
  /* 3 */
331
333
  will-change: filter;
332
- @if(mixin-exists(hook-box-shadow-bottom)) {@include hook-box-shadow-bottom();}
334
+ @if(meta.mixin-exists(hook-box-shadow-bottom)) {@include hook-box-shadow-bottom();}
333
335
  }
334
336
 
335
337
  }
@@ -353,7 +355,7 @@
353
355
  float: left;
354
356
  font-size: $dropcap-font-size;
355
357
  line-height: $dropcap-line-height;
356
- @if(mixin-exists(hook-dropcap)) {@include hook-dropcap();}
358
+ @if(meta.mixin-exists(hook-dropcap)) {@include hook-dropcap();}
357
359
  }
358
360
 
359
361
  /* 2 */
@@ -381,7 +383,7 @@
381
383
  color: $logo-color;
382
384
  /* 2 */
383
385
  text-decoration: none;
384
- @if(mixin-exists(hook-logo)) {@include hook-logo();}
386
+ @if(meta.mixin-exists(hook-logo)) {@include hook-logo();}
385
387
  }
386
388
 
387
389
  /* 3 */
@@ -395,7 +397,7 @@
395
397
  color: $logo-hover-color;
396
398
  /* 1 */
397
399
  text-decoration: none;
398
- @if(mixin-exists(hook-logo-hover)) {@include hook-logo-hover();}
400
+ @if(meta.mixin-exists(hook-logo-hover)) {@include hook-logo-hover();}
399
401
  }
400
402
 
401
403
  .uk-logo :where(img, svg, video) { display: block; }
@@ -477,7 +479,7 @@
477
479
  // Hooks
478
480
  // ========================================================================
479
481
 
480
- @if(mixin-exists(hook-utility-misc)) {@include hook-utility-misc();}
482
+ @if(meta.mixin-exists(hook-utility-misc)) {@include hook-utility-misc();}
481
483
 
482
484
  // @mixin hook-panel-scrollable(){}
483
485
  // @mixin hook-box-shadow-bottom(){}
@@ -1,3 +1,5 @@
1
+ @use "sass:meta";
2
+
1
3
  // Name: Visibility
2
4
  // Description: Utilities to show or hide content on breakpoints, hover or touch
3
5
  //
@@ -159,6 +161,6 @@
159
161
  // Hooks
160
162
  // ========================================================================
161
163
 
162
- @if(mixin-exists(hook-visibility-misc)) {@include hook-visibility-misc();}
164
+ @if(meta.mixin-exists(hook-visibility-misc)) {@include hook-visibility-misc();}
163
165
 
164
166
  // @mixin hook-visibility-misc(){}
@@ -1,3 +1,6 @@
1
+ @use "sass:meta";
2
+ @use "sass:string";
3
+
1
4
  // Name: Width
2
5
  // Description: Utilities for widths
3
6
  //
@@ -26,10 +29,10 @@
26
29
  }
27
30
 
28
31
  .uk-child-width-1-2 > * { width: 50%; }
29
- .uk-child-width-1-3 > * { width: unquote('calc(100% / 3)'); }
32
+ .uk-child-width-1-3 > * { width: string.unquote('calc(100% / 3)'); }
30
33
  .uk-child-width-1-4 > * { width: 25%; }
31
34
  .uk-child-width-1-5 > * { width: 20%; }
32
- .uk-child-width-1-6 > * { width: unquote('calc(100% / 6)'); }
35
+ .uk-child-width-1-6 > * { width: string.unquote('calc(100% / 6)'); }
33
36
 
34
37
  .uk-child-width-auto > * { width: auto; }
35
38
 
@@ -51,10 +54,10 @@
51
54
 
52
55
  .uk-child-width-1-1\@s > * { width: 100%; }
53
56
  .uk-child-width-1-2\@s > * { width: 50%; }
54
- .uk-child-width-1-3\@s > * { width: unquote('calc(100% / 3)'); }
57
+ .uk-child-width-1-3\@s > * { width: string.unquote('calc(100% / 3)'); }
55
58
  .uk-child-width-1-4\@s > * { width: 25%; }
56
59
  .uk-child-width-1-5\@s > * { width: 20%; }
57
- .uk-child-width-1-6\@s > * { width: unquote('calc(100% / 6)'); }
60
+ .uk-child-width-1-6\@s > * { width: string.unquote('calc(100% / 6)'); }
58
61
 
59
62
  .uk-child-width-auto\@s > * { width: auto; }
60
63
  .uk-child-width-expand\@s > :not([class*="uk-width"]) {
@@ -78,10 +81,10 @@
78
81
 
79
82
  .uk-child-width-1-1\@m > * { width: 100%; }
80
83
  .uk-child-width-1-2\@m > * { width: 50%; }
81
- .uk-child-width-1-3\@m > * { width: unquote('calc(100% / 3)'); }
84
+ .uk-child-width-1-3\@m > * { width: string.unquote('calc(100% / 3)'); }
82
85
  .uk-child-width-1-4\@m > * { width: 25%; }
83
86
  .uk-child-width-1-5\@m > * { width: 20%; }
84
- .uk-child-width-1-6\@m > * { width: unquote('calc(100% / 6)'); }
87
+ .uk-child-width-1-6\@m > * { width: string.unquote('calc(100% / 6)'); }
85
88
 
86
89
  .uk-child-width-auto\@m > * { width: auto; }
87
90
  .uk-child-width-expand\@m > :not([class*="uk-width"]) {
@@ -105,10 +108,10 @@
105
108
 
106
109
  .uk-child-width-1-1\@l > * { width: 100%; }
107
110
  .uk-child-width-1-2\@l > * { width: 50%; }
108
- .uk-child-width-1-3\@l > * { width: unquote('calc(100% / 3)'); }
111
+ .uk-child-width-1-3\@l > * { width: string.unquote('calc(100% / 3)'); }
109
112
  .uk-child-width-1-4\@l > * { width: 25%; }
110
113
  .uk-child-width-1-5\@l > * { width: 20%; }
111
- .uk-child-width-1-6\@l > * { width: unquote('calc(100% / 6)'); }
114
+ .uk-child-width-1-6\@l > * { width: string.unquote('calc(100% / 6)'); }
112
115
 
113
116
  .uk-child-width-auto\@l > * { width: auto; }
114
117
  .uk-child-width-expand\@l > :not([class*="uk-width"]) {
@@ -132,10 +135,10 @@
132
135
 
133
136
  .uk-child-width-1-1\@xl > * { width: 100%; }
134
137
  .uk-child-width-1-2\@xl > * { width: 50%; }
135
- .uk-child-width-1-3\@xl > * { width: unquote('calc(100% / 3)'); }
138
+ .uk-child-width-1-3\@xl > * { width: string.unquote('calc(100% / 3)'); }
136
139
  .uk-child-width-1-4\@xl > * { width: 25%; }
137
140
  .uk-child-width-1-5\@xl > * { width: 20%; }
138
- .uk-child-width-1-6\@xl > * { width: unquote('calc(100% / 6)'); }
141
+ .uk-child-width-1-6\@xl > * { width: string.unquote('calc(100% / 6)'); }
139
142
 
140
143
  .uk-child-width-auto\@xl > * { width: auto; }
141
144
  .uk-child-width-expand\@xl > :not([class*="uk-width"]) {
@@ -173,8 +176,8 @@
173
176
  .uk-width-1-2 { width: 50%; }
174
177
 
175
178
  /* Thirds */
176
- .uk-width-1-3 { width: unquote('calc(100% / 3)'); }
177
- .uk-width-2-3 { width: unquote('calc(200% / 3)'); }
179
+ .uk-width-1-3 { width: string.unquote('calc(100% / 3)'); }
180
+ .uk-width-2-3 { width: string.unquote('calc(200% / 3)'); }
178
181
 
179
182
  /* Quarters */
180
183
  .uk-width-1-4 { width: 25%; }
@@ -187,8 +190,8 @@
187
190
  .uk-width-4-5 { width: 80%; }
188
191
 
189
192
  /* Sixths */
190
- .uk-width-1-6 { width: unquote('calc(100% / 6)'); }
191
- .uk-width-5-6 { width: unquote('calc(500% / 6)'); }
193
+ .uk-width-1-6 { width: string.unquote('calc(100% / 6)'); }
194
+ .uk-width-5-6 { width: string.unquote('calc(500% / 6)'); }
192
195
 
193
196
  /* Pixel */
194
197
  .uk-width-small { width: $width-small-width; }
@@ -219,8 +222,8 @@
219
222
  .uk-width-1-2\@s { width: 50%; }
220
223
 
221
224
  /* Thirds */
222
- .uk-width-1-3\@s { width: unquote('calc(100% / 3)'); }
223
- .uk-width-2-3\@s { width: unquote('calc(200% / 3)'); }
225
+ .uk-width-1-3\@s { width: string.unquote('calc(100% / 3)'); }
226
+ .uk-width-2-3\@s { width: string.unquote('calc(200% / 3)'); }
224
227
 
225
228
  /* Quarters */
226
229
  .uk-width-1-4\@s { width: 25%; }
@@ -233,8 +236,8 @@
233
236
  .uk-width-4-5\@s { width: 80%; }
234
237
 
235
238
  /* Sixths */
236
- .uk-width-1-6\@s { width: unquote('calc(100% / 6)'); }
237
- .uk-width-5-6\@s { width: unquote('calc(500% / 6)'); }
239
+ .uk-width-1-6\@s { width: string.unquote('calc(100% / 6)'); }
240
+ .uk-width-5-6\@s { width: string.unquote('calc(500% / 6)'); }
238
241
 
239
242
  /* Pixel */
240
243
  .uk-width-small\@s { width: $width-small-width; }
@@ -287,8 +290,8 @@
287
290
  .uk-width-1-2\@m { width: 50%; }
288
291
 
289
292
  /* Thirds */
290
- .uk-width-1-3\@m { width: unquote('calc(100% / 3)'); }
291
- .uk-width-2-3\@m { width: unquote('calc(200% / 3)'); }
293
+ .uk-width-1-3\@m { width: string.unquote('calc(100% / 3)'); }
294
+ .uk-width-2-3\@m { width: string.unquote('calc(200% / 3)'); }
292
295
 
293
296
  /* Quarters */
294
297
  .uk-width-1-4\@m { width: 25%; }
@@ -301,8 +304,8 @@
301
304
  .uk-width-4-5\@m { width: 80%; }
302
305
 
303
306
  /* Sixths */
304
- .uk-width-1-6\@m { width: unquote('calc(100% / 6)'); }
305
- .uk-width-5-6\@m { width: unquote('calc(500% / 6)'); }
307
+ .uk-width-1-6\@m { width: string.unquote('calc(100% / 6)'); }
308
+ .uk-width-5-6\@m { width: string.unquote('calc(500% / 6)'); }
306
309
 
307
310
  /* Pixel */
308
311
  .uk-width-small\@m { width: $width-small-width; }
@@ -355,8 +358,8 @@
355
358
  .uk-width-1-2\@l { width: 50%; }
356
359
 
357
360
  /* Thirds */
358
- .uk-width-1-3\@l { width: unquote('calc(100% / 3)'); }
359
- .uk-width-2-3\@l { width: unquote('calc(200% / 3)'); }
361
+ .uk-width-1-3\@l { width: string.unquote('calc(100% / 3)'); }
362
+ .uk-width-2-3\@l { width: string.unquote('calc(200% / 3)'); }
360
363
 
361
364
  /* Quarters */
362
365
  .uk-width-1-4\@l { width: 25%; }
@@ -369,8 +372,8 @@
369
372
  .uk-width-4-5\@l { width: 80%; }
370
373
 
371
374
  /* Sixths */
372
- .uk-width-1-6\@l { width: unquote('calc(100% / 6)'); }
373
- .uk-width-5-6\@l { width: unquote('calc(500% / 6)'); }
375
+ .uk-width-1-6\@l { width: string.unquote('calc(100% / 6)'); }
376
+ .uk-width-5-6\@l { width: string.unquote('calc(500% / 6)'); }
374
377
 
375
378
  /* Pixel */
376
379
  .uk-width-small\@l { width: $width-small-width; }
@@ -423,8 +426,8 @@
423
426
  .uk-width-1-2\@xl { width: 50%; }
424
427
 
425
428
  /* Thirds */
426
- .uk-width-1-3\@xl { width: unquote('calc(100% / 3)'); }
427
- .uk-width-2-3\@xl { width: unquote('calc(200% / 3)'); }
429
+ .uk-width-1-3\@xl { width: string.unquote('calc(100% / 3)'); }
430
+ .uk-width-2-3\@xl { width: string.unquote('calc(200% / 3)'); }
428
431
 
429
432
  /* Quarters */
430
433
  .uk-width-1-4\@xl { width: 25%; }
@@ -437,8 +440,8 @@
437
440
  .uk-width-4-5\@xl { width: 80%; }
438
441
 
439
442
  /* Sixths */
440
- .uk-width-1-6\@xl { width: unquote('calc(100% / 6)'); }
441
- .uk-width-5-6\@xl { width: unquote('calc(500% / 6)'); }
443
+ .uk-width-1-6\@xl { width: string.unquote('calc(100% / 6)'); }
444
+ .uk-width-5-6\@xl { width: string.unquote('calc(500% / 6)'); }
442
445
 
443
446
  /* Pixel */
444
447
  .uk-width-small\@xl { width: $width-small-width; }
@@ -492,6 +495,6 @@
492
495
  // Hooks
493
496
  // ========================================================================
494
497
 
495
- @if(mixin-exists(hook-width-misc)) {@include hook-width-misc();}
498
+ @if(meta.mixin-exists(hook-width-misc)) {@include hook-width-misc();}
496
499
 
497
500
  // @mixin hook-width-misc(){}