uikit 3.8.1-dev.3a43322ca → 3.9.1

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 (164) hide show
  1. package/{.eslintrc.js → .eslintrc.json} +5 -5
  2. package/CHANGELOG.md +14 -2
  3. package/build/{.eslintrc.js → .eslintrc.json} +5 -5
  4. package/build/build.js +59 -80
  5. package/build/icons.js +2 -11
  6. package/build/less.js +23 -38
  7. package/build/package.json +4 -0
  8. package/build/prefix.js +38 -94
  9. package/build/publishDev.js +11 -18
  10. package/build/release.js +31 -60
  11. package/build/scope.js +49 -84
  12. package/build/scss.js +15 -17
  13. package/build/util.js +107 -81
  14. package/dist/css/uikit-core-rtl.css +7 -7
  15. package/dist/css/uikit-core-rtl.min.css +1 -1
  16. package/dist/css/uikit-core.css +7 -7
  17. package/dist/css/uikit-core.min.css +1 -1
  18. package/dist/css/uikit-rtl.css +7 -7
  19. package/dist/css/uikit-rtl.min.css +1 -1
  20. package/dist/css/uikit.css +7 -7
  21. package/dist/css/uikit.min.css +1 -1
  22. package/dist/js/components/countdown.js +1 -1
  23. package/dist/js/components/countdown.min.js +1 -1
  24. package/dist/js/components/filter.js +1 -1
  25. package/dist/js/components/filter.min.js +1 -1
  26. package/dist/js/components/lightbox-panel.js +1 -1
  27. package/dist/js/components/lightbox-panel.min.js +1 -1
  28. package/dist/js/components/lightbox.js +1 -1
  29. package/dist/js/components/lightbox.min.js +1 -1
  30. package/dist/js/components/notification.js +1 -1
  31. package/dist/js/components/notification.min.js +1 -1
  32. package/dist/js/components/parallax.js +1 -1
  33. package/dist/js/components/parallax.min.js +1 -1
  34. package/dist/js/components/slider-parallax.js +1 -1
  35. package/dist/js/components/slider-parallax.min.js +1 -1
  36. package/dist/js/components/slider.js +1 -1
  37. package/dist/js/components/slider.min.js +1 -1
  38. package/dist/js/components/slideshow-parallax.js +1 -1
  39. package/dist/js/components/slideshow-parallax.min.js +1 -1
  40. package/dist/js/components/slideshow.js +1 -1
  41. package/dist/js/components/slideshow.min.js +1 -1
  42. package/dist/js/components/sortable.js +1 -1
  43. package/dist/js/components/sortable.min.js +1 -1
  44. package/dist/js/components/tooltip.js +1 -1
  45. package/dist/js/components/tooltip.min.js +1 -1
  46. package/dist/js/components/upload.js +1 -1
  47. package/dist/js/components/upload.min.js +1 -1
  48. package/dist/js/uikit-core.js +8 -8
  49. package/dist/js/uikit-core.min.js +2 -2
  50. package/dist/js/uikit-icons.js +1 -1
  51. package/dist/js/uikit-icons.min.js +1 -1
  52. package/dist/js/uikit.js +8 -8
  53. package/dist/js/uikit.min.js +2 -2
  54. package/package.json +15 -14
  55. package/src/js/util/event.js +7 -7
  56. package/src/less/components/accordion.less +10 -10
  57. package/src/less/components/alert.less +9 -9
  58. package/src/less/components/align.less +2 -2
  59. package/src/less/components/animation.less +2 -2
  60. package/src/less/components/article.less +8 -8
  61. package/src/less/components/background.less +1 -1
  62. package/src/less/components/badge.less +6 -6
  63. package/src/less/components/base.less +30 -30
  64. package/src/less/components/breadcrumb.less +12 -12
  65. package/src/less/components/button.less +36 -36
  66. package/src/less/components/card.less +32 -32
  67. package/src/less/components/close.less +5 -5
  68. package/src/less/components/column.less +2 -2
  69. package/src/less/components/comment.less +12 -12
  70. package/src/less/components/container.less +2 -2
  71. package/src/less/components/countdown.less +10 -10
  72. package/src/less/components/cover.less +2 -2
  73. package/src/less/components/description-list.less +5 -5
  74. package/src/less/components/divider.less +11 -11
  75. package/src/less/components/dotnav.less +11 -11
  76. package/src/less/components/drop.less +1 -1
  77. package/src/less/components/dropdown.less +7 -7
  78. package/src/less/components/flex.less +2 -2
  79. package/src/less/components/form-range.less +12 -12
  80. package/src/less/components/form.less +27 -27
  81. package/src/less/components/grid.less +6 -6
  82. package/src/less/components/heading.less +21 -21
  83. package/src/less/components/height.less +1 -1
  84. package/src/less/components/icon.less +13 -13
  85. package/src/less/components/iconnav.less +9 -9
  86. package/src/less/components/inverse.less +3 -3
  87. package/src/less/components/label.less +7 -7
  88. package/src/less/components/leader.less +3 -3
  89. package/src/less/components/lightbox.less +9 -9
  90. package/src/less/components/link.less +12 -12
  91. package/src/less/components/list.less +5 -5
  92. package/src/less/components/margin.less +3 -3
  93. package/src/less/components/marker.less +5 -5
  94. package/src/less/components/modal.less +16 -16
  95. package/src/less/components/nav.less +31 -31
  96. package/src/less/components/navbar.less +33 -33
  97. package/src/less/components/notification.less +8 -8
  98. package/src/less/components/offcanvas.less +4 -4
  99. package/src/less/components/overlay.less +5 -5
  100. package/src/less/components/padding.less +1 -1
  101. package/src/less/components/pagination.less +10 -10
  102. package/src/less/components/placeholder.less +3 -3
  103. package/src/less/components/position.less +1 -1
  104. package/src/less/components/print.less +1 -1
  105. package/src/less/components/progress.less +6 -6
  106. package/src/less/components/search.less +15 -15
  107. package/src/less/components/section.less +8 -8
  108. package/src/less/components/slidenav.less +11 -11
  109. package/src/less/components/slider.less +2 -2
  110. package/src/less/components/slideshow.less +2 -2
  111. package/src/less/components/sortable.less +5 -5
  112. package/src/less/components/spinner.less +4 -4
  113. package/src/less/components/sticky.less +1 -1
  114. package/src/less/components/subnav.less +21 -21
  115. package/src/less/components/svg.less +1 -1
  116. package/src/less/components/switcher.less +2 -2
  117. package/src/less/components/tab.less +18 -18
  118. package/src/less/components/table.less +21 -21
  119. package/src/less/components/text.less +11 -11
  120. package/src/less/components/thumbnav.less +9 -9
  121. package/src/less/components/tile.less +10 -10
  122. package/src/less/components/tooltip.less +2 -2
  123. package/src/less/components/totop.less +7 -7
  124. package/src/less/components/transition.less +5 -5
  125. package/src/less/components/utility.less +10 -10
  126. package/src/less/components/visibility.less +1 -1
  127. package/src/less/components/width.less +1 -1
  128. package/src/scss/components/accordion.scss +1 -1
  129. package/src/scss/components/alert.scss +1 -1
  130. package/src/scss/components/align.scss +1 -1
  131. package/src/scss/components/animation.scss +1 -1
  132. package/src/scss/components/article.scss +1 -1
  133. package/src/scss/components/badge.scss +1 -1
  134. package/src/scss/components/base.scss +1 -1
  135. package/src/scss/components/card.scss +7 -7
  136. package/src/scss/components/column.scss +1 -0
  137. package/src/scss/components/comment.scss +1 -1
  138. package/src/scss/components/container.scss +1 -1
  139. package/src/scss/components/cover.scss +1 -1
  140. package/src/scss/components/description-list.scss +1 -1
  141. package/src/scss/components/dotnav.scss +1 -1
  142. package/src/scss/components/flex.scss +1 -1
  143. package/src/scss/components/form-range.scss +1 -1
  144. package/src/scss/components/grid.scss +1 -1
  145. package/src/scss/components/iconnav.scss +1 -1
  146. package/src/scss/components/inverse.scss +1 -1
  147. package/src/scss/components/label.scss +1 -1
  148. package/src/scss/components/margin.scss +2 -2
  149. package/src/scss/components/nav.scss +1 -1
  150. package/src/scss/components/placeholder.scss +1 -1
  151. package/src/scss/components/section.scss +1 -1
  152. package/src/scss/components/spinner.scss +2 -2
  153. package/src/scss/components/subnav.scss +1 -1
  154. package/src/scss/components/switcher.scss +1 -1
  155. package/src/scss/components/tab.scss +1 -1
  156. package/src/scss/components/table.scss +3 -3
  157. package/src/scss/components/text.scss +3 -3
  158. package/src/scss/components/thumbnav.scss +1 -1
  159. package/src/scss/components/transition.scss +4 -4
  160. package/src/scss/components/utility.scss +1 -1
  161. package/src/scss/mixins-theme.scss +1 -1
  162. package/src/scss/mixins.scss +1 -1
  163. package/src/scss/variables-theme.scss +8 -8
  164. package/src/scss/variables.scss +8 -8
@@ -207,7 +207,7 @@
207
207
  top: 0;
208
208
  bottom: 0;
209
209
  border-left: @grid-divider-border-width solid @grid-divider-border;
210
- .hook-grid-divider-horizontal;
210
+ .hook-grid-divider-horizontal();
211
211
  }
212
212
 
213
213
  /* Vertical */
@@ -217,7 +217,7 @@
217
217
  left: 0;
218
218
  right: 0;
219
219
  border-top: @grid-divider-border-width solid @grid-divider-border;
220
- .hook-grid-divider-vertical;
220
+ .hook-grid-divider-vertical();
221
221
  }
222
222
 
223
223
  /*
@@ -389,7 +389,7 @@
389
389
  // Hooks
390
390
  // ========================================================================
391
391
 
392
- .hook-grid-misc;
392
+ .hook-grid-misc();
393
393
 
394
394
  .hook-grid-divider-horizontal() {}
395
395
  .hook-grid-divider-vertical() {}
@@ -405,15 +405,15 @@
405
405
 
406
406
  .uk-grid-divider > :not(.uk-first-column)::before {
407
407
  border-left-color: @inverse-grid-divider-border;
408
- .hook-inverse-grid-divider-horizontal;
408
+ .hook-inverse-grid-divider-horizontal();
409
409
  }
410
410
 
411
411
  .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
412
412
  border-top-color: @inverse-grid-divider-border;
413
- .hook-inverse-grid-divider-vertical;
413
+ .hook-inverse-grid-divider-vertical();
414
414
  }
415
415
 
416
416
  }
417
417
 
418
418
  .hook-inverse-grid-divider-horizontal() {}
419
- .hook-inverse-grid-divider-vertical() {}
419
+ .hook-inverse-grid-divider-vertical() {}
@@ -61,31 +61,31 @@
61
61
  .uk-heading-small {
62
62
  font-size: @heading-small-font-size;
63
63
  line-height: @heading-small-line-height;
64
- .hook-heading-small;
64
+ .hook-heading-small();
65
65
  }
66
66
 
67
67
  .uk-heading-medium {
68
68
  font-size: @heading-medium-font-size;
69
69
  line-height: @heading-medium-line-height;
70
- .hook-heading-medium;
70
+ .hook-heading-medium();
71
71
  }
72
72
 
73
73
  .uk-heading-large {
74
74
  font-size: @heading-large-font-size;
75
75
  line-height: @heading-large-line-height;
76
- .hook-heading-large;
76
+ .hook-heading-large();
77
77
  }
78
78
 
79
79
  .uk-heading-xlarge {
80
80
  font-size: @heading-xlarge-font-size;
81
81
  line-height: @heading-xlarge-line-height;
82
- .hook-heading-xlarge;
82
+ .hook-heading-xlarge();
83
83
  }
84
84
 
85
85
  .uk-heading-2xlarge {
86
86
  font-size: @heading-2xlarge-font-size;
87
87
  line-height: @heading-2xlarge-line-height;
88
- .hook-heading-2xlarge;
88
+ .hook-heading-2xlarge();
89
89
  }
90
90
 
91
91
  /* Tablet Landscape and bigger */
@@ -125,7 +125,7 @@
125
125
  .uk-heading-primary when (@deprecated = true) {
126
126
  font-size: @heading-primary-font-size;
127
127
  line-height: @heading-primary-line-height;
128
- .hook-heading-primary;
128
+ .hook-heading-primary();
129
129
  }
130
130
 
131
131
  /* Tablet landscape and bigger */
@@ -162,7 +162,7 @@
162
162
  .uk-heading-hero when (@deprecated = true) {
163
163
  font-size: @heading-hero-font-size;
164
164
  line-height: @heading-hero-line-height;
165
- .hook-heading-hero;
165
+ .hook-heading-hero();
166
166
  }
167
167
 
168
168
  /* Tablet landscape and bigger */
@@ -192,7 +192,7 @@
192
192
  .uk-heading-divider {
193
193
  padding-bottom: @heading-divider-padding-bottom;
194
194
  border-bottom: @heading-divider-border-width solid @heading-divider-border;
195
- .hook-heading-divider;
195
+ .hook-heading-divider();
196
196
  }
197
197
 
198
198
 
@@ -219,7 +219,7 @@
219
219
  height: @heading-bullet-height;
220
220
  margin-right: @heading-bullet-margin-right;
221
221
  border-left: @heading-bullet-border-width solid @heading-bullet-border;
222
- .hook-heading-bullet;
222
+ .hook-heading-bullet();
223
223
  }
224
224
 
225
225
 
@@ -257,7 +257,7 @@
257
257
  width: @heading-line-width;
258
258
  /* 3 */
259
259
  border-bottom: @heading-line-border-width solid @heading-line-border;
260
- .hook-heading-line;
260
+ .hook-heading-line();
261
261
  }
262
262
 
263
263
  .uk-heading-line > ::before {
@@ -273,7 +273,7 @@
273
273
  // Hooks
274
274
  // ========================================================================
275
275
 
276
- .hook-heading-misc;
276
+ .hook-heading-misc();
277
277
 
278
278
  .hook-heading-small() {}
279
279
  .hook-heading-medium() {}
@@ -298,47 +298,47 @@
298
298
  .hook-inverse() {
299
299
 
300
300
  .uk-heading-small {
301
- .hook-inverse-heading-small;
301
+ .hook-inverse-heading-small();
302
302
  }
303
303
 
304
304
  .uk-heading-medium {
305
- .hook-inverse-heading-medium;
305
+ .hook-inverse-heading-medium();
306
306
  }
307
307
 
308
308
  .uk-heading-large {
309
- .hook-inverse-heading-large;
309
+ .hook-inverse-heading-large();
310
310
  }
311
311
 
312
312
  .uk-heading-xlarge {
313
- .hook-inverse-heading-xlarge;
313
+ .hook-inverse-heading-xlarge();
314
314
  }
315
315
 
316
316
  .uk-heading-2xlarge {
317
- .hook-inverse-heading-2xlarge;
317
+ .hook-inverse-heading-2xlarge();
318
318
  }
319
319
 
320
320
  .uk-heading-primary when (@deprecated = true) {
321
- .hook-inverse-heading-primary;
321
+ .hook-inverse-heading-primary();
322
322
  }
323
323
 
324
324
  .uk-heading-hero when (@deprecated = true) {
325
- .hook-inverse-heading-hero;
325
+ .hook-inverse-heading-hero();
326
326
  }
327
327
 
328
328
  .uk-heading-divider {
329
329
  border-bottom-color: @inverse-heading-divider-border;
330
- .hook-inverse-heading-divider;
330
+ .hook-inverse-heading-divider();
331
331
  }
332
332
 
333
333
  .uk-heading-bullet::before {
334
334
  border-left-color: @inverse-heading-bullet-border;
335
- .hook-inverse-heading-bullet;
335
+ .hook-inverse-heading-bullet();
336
336
  }
337
337
 
338
338
  .uk-heading-line > ::before,
339
339
  .uk-heading-line > ::after {
340
340
  border-bottom-color: @inverse-heading-line-border;
341
- .hook-inverse-heading-line;
341
+ .hook-inverse-heading-line();
342
342
  }
343
343
 
344
344
  }
@@ -49,6 +49,6 @@
49
49
  // Hooks
50
50
  // ========================================================================
51
51
 
52
- .hook-height-misc;
52
+ .hook-height-misc();
53
53
 
54
54
  .hook-height-misc() {}
@@ -128,19 +128,19 @@ button.uk-icon:not(:disabled) { cursor: pointer; }
128
128
 
129
129
  .uk-icon-link {
130
130
  color: @icon-link-color;
131
- .hook-icon-link;
131
+ .hook-icon-link();
132
132
  }
133
133
 
134
134
  .uk-icon-link:hover {
135
135
  color: @icon-link-hover-color;
136
- .hook-icon-link-hover;
136
+ .hook-icon-link-hover();
137
137
  }
138
138
 
139
139
  /* OnClick + Active */
140
140
  .uk-icon-link:active,
141
141
  .uk-active > .uk-icon-link {
142
142
  color: @icon-link-active-color;
143
- .hook-icon-link-active;
143
+ .hook-icon-link-active();
144
144
  }
145
145
 
146
146
  /*
@@ -160,14 +160,14 @@ button.uk-icon:not(:disabled) { cursor: pointer; }
160
160
  display: inline-flex;
161
161
  justify-content: center;
162
162
  align-items: center;
163
- .hook-icon-button;
163
+ .hook-icon-button();
164
164
  }
165
165
 
166
166
  /* Hover */
167
167
  .uk-icon-button:hover {
168
168
  background-color: @icon-button-hover-background;
169
169
  color: @icon-button-hover-color;
170
- .hook-icon-button-hover;
170
+ .hook-icon-button-hover();
171
171
  }
172
172
 
173
173
  /* OnClick + Active */
@@ -175,14 +175,14 @@ button.uk-icon:not(:disabled) { cursor: pointer; }
175
175
  .uk-active > .uk-icon-button {
176
176
  background-color: @icon-button-active-background;
177
177
  color: @icon-button-active-color;
178
- .hook-icon-button-active;
178
+ .hook-icon-button-active();
179
179
  }
180
180
 
181
181
 
182
182
  // Hooks
183
183
  // ========================================================================
184
184
 
185
- .hook-icon-misc;
185
+ .hook-icon-misc();
186
186
 
187
187
  .hook-icon-link() {}
188
188
  .hook-icon-link-hover() {}
@@ -214,18 +214,18 @@ button.uk-icon:not(:disabled) { cursor: pointer; }
214
214
 
215
215
  .uk-icon-link {
216
216
  color: @inverse-icon-link-color;
217
- .hook-inverse-icon-link;
217
+ .hook-inverse-icon-link();
218
218
  }
219
219
 
220
220
  .uk-icon-link:hover {
221
221
  color: @inverse-icon-link-hover-color;
222
- .hook-inverse-icon-link-hover;
222
+ .hook-inverse-icon-link-hover();
223
223
  }
224
224
 
225
225
  .uk-icon-link:active,
226
226
  .uk-active > .uk-icon-link {
227
227
  color: @inverse-icon-link-active-color;
228
- .hook-inverse-icon-link-active;
228
+ .hook-inverse-icon-link-active();
229
229
  }
230
230
 
231
231
  //
@@ -235,19 +235,19 @@ button.uk-icon:not(:disabled) { cursor: pointer; }
235
235
  .uk-icon-button {
236
236
  background-color: @inverse-icon-button-background;
237
237
  color: @inverse-icon-button-color;
238
- .hook-inverse-icon-button;
238
+ .hook-inverse-icon-button();
239
239
  }
240
240
 
241
241
  .uk-icon-button:hover {
242
242
  background-color: @inverse-icon-button-hover-background;
243
243
  color: @inverse-icon-button-hover-color;
244
- .hook-inverse-icon-button-hover;
244
+ .hook-inverse-icon-button-hover();
245
245
  }
246
246
 
247
247
  .uk-icon-button:active {
248
248
  background-color: @inverse-icon-button-active-background;
249
249
  color: @inverse-icon-button-active-color;
250
- .hook-inverse-icon-button-active;
250
+ .hook-inverse-icon-button-active();
251
251
  }
252
252
 
253
253
  }
@@ -43,7 +43,7 @@
43
43
  list-style: none;
44
44
  /* 3 */
45
45
  margin-left: -@iconnav-margin-horizontal;
46
- .hook-iconnav;
46
+ .hook-iconnav();
47
47
  }
48
48
 
49
49
  /*
@@ -81,19 +81,19 @@
81
81
  color: @iconnav-item-color;
82
82
  /* 5 */
83
83
  text-decoration: none;
84
- .hook-iconnav-item;
84
+ .hook-iconnav-item();
85
85
  }
86
86
 
87
87
  /* Hover */
88
88
  .uk-iconnav > * > a:hover {
89
89
  color: @iconnav-item-hover-color;
90
- .hook-iconnav-item-hover;
90
+ .hook-iconnav-item-hover();
91
91
  }
92
92
 
93
93
  /* Active */
94
94
  .uk-iconnav > .uk-active > a {
95
95
  color: @iconnav-item-active-color;
96
- .hook-iconnav-item-active;
96
+ .hook-iconnav-item-active();
97
97
  }
98
98
 
99
99
 
@@ -123,7 +123,7 @@
123
123
  // Hooks
124
124
  // ========================================================================
125
125
 
126
- .hook-iconnav-misc;
126
+ .hook-iconnav-misc();
127
127
 
128
128
  .hook-iconnav() {}
129
129
  .hook-iconnav-item() {}
@@ -143,21 +143,21 @@
143
143
 
144
144
  .uk-iconnav > * > a {
145
145
  color: @inverse-iconnav-item-color;
146
- .hook-inverse-iconnav-item;
146
+ .hook-inverse-iconnav-item();
147
147
  }
148
148
 
149
149
  .uk-iconnav > * > a:hover {
150
150
  color: @inverse-iconnav-item-hover-color;
151
- .hook-inverse-iconnav-item-hover;
151
+ .hook-inverse-iconnav-item-hover();
152
152
  }
153
153
 
154
154
  .uk-iconnav > .uk-active > a {
155
155
  color: @inverse-iconnav-item-active-color;
156
- .hook-inverse-iconnav-item-active;
156
+ .hook-inverse-iconnav-item-active();
157
157
  }
158
158
 
159
159
  }
160
160
 
161
161
  .hook-inverse-iconnav-item() {}
162
162
  .hook-inverse-iconnav-item-hover() {}
163
- .hook-inverse-iconnav-item-active() {}
163
+ .hook-inverse-iconnav-item-active() {}
@@ -35,13 +35,13 @@
35
35
 
36
36
  .uk-light when (@inverse-global-color-mode = light) {
37
37
 
38
- .hook-inverse;
38
+ .hook-inverse();
39
39
 
40
40
  }
41
41
 
42
42
  .uk-dark when (@inverse-global-color-mode = dark) {
43
43
 
44
- .hook-inverse;
44
+ .hook-inverse();
45
45
 
46
46
  }
47
47
 
@@ -49,4 +49,4 @@
49
49
  // Hooks
50
50
  // ========================================================================
51
51
 
52
- .hook-inverse() {}
52
+ .hook-inverse() {}
@@ -41,7 +41,7 @@
41
41
  color: @label-color;
42
42
  vertical-align: middle;
43
43
  white-space: nowrap;
44
- .hook-label;
44
+ .hook-label();
45
45
  }
46
46
 
47
47
 
@@ -55,7 +55,7 @@
55
55
  .uk-label-success {
56
56
  background-color: @label-success-background;
57
57
  color: @label-success-color;
58
- .hook-label-success;
58
+ .hook-label-success();
59
59
  }
60
60
 
61
61
  /*
@@ -65,7 +65,7 @@
65
65
  .uk-label-warning {
66
66
  background-color: @label-warning-background;
67
67
  color: @label-warning-color;
68
- .hook-label-warning;
68
+ .hook-label-warning();
69
69
  }
70
70
 
71
71
  /*
@@ -75,14 +75,14 @@
75
75
  .uk-label-danger {
76
76
  background-color: @label-danger-background;
77
77
  color: @label-danger-color;
78
- .hook-label-danger;
78
+ .hook-label-danger();
79
79
  }
80
80
 
81
81
 
82
82
  // Hooks
83
83
  // ========================================================================
84
84
 
85
- .hook-label-misc;
85
+ .hook-label-misc();
86
86
 
87
87
  .hook-label() {}
88
88
  .hook-label-success() {}
@@ -102,9 +102,9 @@
102
102
  .uk-label {
103
103
  background-color: @inverse-label-background;
104
104
  color: @inverse-label-color;
105
- .hook-inverse-label;
105
+ .hook-inverse-label();
106
106
  }
107
107
 
108
108
  }
109
109
 
110
- .hook-inverse-label() {}
110
+ .hook-inverse-label() {}
@@ -36,7 +36,7 @@
36
36
  content: attr(data-fill);
37
37
  /* 4 */
38
38
  white-space: nowrap;
39
- .hook-leader;
39
+ .hook-leader();
40
40
  }
41
41
 
42
42
  /*
@@ -56,7 +56,7 @@
56
56
  // Hooks
57
57
  // ========================================================================
58
58
 
59
- .hook-leader-misc;
59
+ .hook-leader-misc();
60
60
 
61
61
  .hook-leader() {}
62
62
  .hook-leader-misc() {}
@@ -68,7 +68,7 @@
68
68
  .hook-inverse() {
69
69
 
70
70
  .uk-leader-fill::after {
71
- .hook-inverse-leader;
71
+ .hook-inverse-leader();
72
72
  }
73
73
 
74
74
  }
@@ -76,7 +76,7 @@
76
76
  transition: opacity 0.15s linear;
77
77
  /* 7 */
78
78
  touch-action: pinch-zoom;
79
- .hook-lightbox;
79
+ .hook-lightbox();
80
80
  }
81
81
 
82
82
  /*
@@ -137,7 +137,7 @@
137
137
  color: @lightbox-item-color;
138
138
  /* 4 */
139
139
  will-change: transform, opacity;
140
- .hook-lightbox-item;
140
+ .hook-lightbox-item();
141
141
  }
142
142
 
143
143
  /* 5 */
@@ -160,7 +160,7 @@
160
160
  padding: @lightbox-toolbar-padding-vertical @lightbox-toolbar-padding-horizontal;
161
161
  background: @lightbox-toolbar-background;
162
162
  color: @lightbox-toolbar-color;
163
- .hook-lightbox-toolbar;
163
+ .hook-lightbox-toolbar();
164
164
  }
165
165
 
166
166
  .uk-lightbox-toolbar > * { color: @lightbox-toolbar-color; }
@@ -172,7 +172,7 @@
172
172
  .uk-lightbox-toolbar-icon {
173
173
  padding: @lightbox-toolbar-icon-padding;
174
174
  color: @lightbox-toolbar-icon-color;
175
- .hook-lightbox-toolbar-icon;
175
+ .hook-lightbox-toolbar-icon();
176
176
  }
177
177
 
178
178
  /*
@@ -181,7 +181,7 @@
181
181
 
182
182
  .uk-lightbox-toolbar-icon:hover {
183
183
  color: @lightbox-toolbar-icon-hover-color;
184
- .hook-lightbox-toolbar-icon-hover;
184
+ .hook-lightbox-toolbar-icon-hover();
185
185
  }
186
186
 
187
187
 
@@ -203,18 +203,18 @@
203
203
  display: inline-flex;
204
204
  justify-content: center;
205
205
  align-items: center;
206
- .hook-lightbox-button;
206
+ .hook-lightbox-button();
207
207
  }
208
208
 
209
209
  /* Hover */
210
210
  .uk-lightbox-button:hover {
211
211
  color: @lightbox-button-hover-color;
212
- .hook-lightbox-button-hover;
212
+ .hook-lightbox-button-hover();
213
213
  }
214
214
 
215
215
  /* OnClick */
216
216
  .uk-lightbox-button:active {
217
- .hook-lightbox-button-active;
217
+ .hook-lightbox-button-active();
218
218
  }
219
219
 
220
220
 
@@ -236,7 +236,7 @@
236
236
  // Hooks
237
237
  // ========================================================================
238
238
 
239
- .hook-lightbox-misc;
239
+ .hook-lightbox-misc();
240
240
 
241
241
  .hook-lightbox() {}
242
242
  .hook-lightbox-item() {}
@@ -34,14 +34,14 @@
34
34
  a.uk-link-muted,
35
35
  .uk-link-muted a {
36
36
  color: @link-muted-color;
37
- .hook-link-muted;
37
+ .hook-link-muted();
38
38
  }
39
39
 
40
40
  a.uk-link-muted:hover,
41
41
  .uk-link-muted a:hover,
42
42
  .uk-link-toggle:hover .uk-link-muted {
43
43
  color: @link-muted-hover-color;
44
- .hook-link-muted-hover;
44
+ .hook-link-muted-hover();
45
45
  }
46
46
 
47
47
 
@@ -51,14 +51,14 @@ a.uk-link-muted:hover,
51
51
  a.uk-link-text,
52
52
  .uk-link-text a {
53
53
  color: inherit;
54
- .hook-link-text;
54
+ .hook-link-text();
55
55
  }
56
56
 
57
57
  a.uk-link-text:hover,
58
58
  .uk-link-text a:hover,
59
59
  .uk-link-toggle:hover .uk-link-text {
60
60
  color: @link-text-hover-color;
61
- .hook-link-text-hover;
61
+ .hook-link-text-hover();
62
62
  }
63
63
 
64
64
 
@@ -68,7 +68,7 @@ a.uk-link-text:hover,
68
68
  a.uk-link-heading,
69
69
  .uk-link-heading a {
70
70
  color: inherit;
71
- .hook-link-heading;
71
+ .hook-link-heading();
72
72
  }
73
73
 
74
74
  a.uk-link-heading:hover,
@@ -76,7 +76,7 @@ a.uk-link-heading:hover,
76
76
  .uk-link-toggle:hover .uk-link-heading {
77
77
  color: @link-heading-hover-color;
78
78
  text-decoration: @link-heading-hover-text-decoration;
79
- .hook-link-heading-hover;
79
+ .hook-link-heading-hover();
80
80
  }
81
81
 
82
82
 
@@ -91,7 +91,7 @@ a.uk-link-reset,
91
91
  .uk-link-reset a {
92
92
  color: inherit !important;
93
93
  text-decoration: none !important;
94
- .hook-link-reset;
94
+ .hook-link-reset();
95
95
  }
96
96
 
97
97
 
@@ -107,7 +107,7 @@ a.uk-link-reset,
107
107
  // Hooks
108
108
  // ========================================================================
109
109
 
110
- .hook-link-misc;
110
+ .hook-link-misc();
111
111
 
112
112
  .hook-link-muted() {}
113
113
  .hook-link-muted-hover() {}
@@ -132,28 +132,28 @@ a.uk-link-reset,
132
132
  a.uk-link-muted,
133
133
  .uk-link-muted a {
134
134
  color: @inverse-link-muted-color;
135
- .hook-inverse-link-muted;
135
+ .hook-inverse-link-muted();
136
136
  }
137
137
 
138
138
  a.uk-link-muted:hover,
139
139
  .uk-link-muted a:hover,
140
140
  .uk-link-toggle:hover .uk-link-muted {
141
141
  color: @inverse-link-muted-hover-color;
142
- .hook-inverse-link-muted-hover;
142
+ .hook-inverse-link-muted-hover();
143
143
  }
144
144
 
145
145
  a.uk-link-text:hover,
146
146
  .uk-link-text a:hover,
147
147
  .uk-link-toggle:hover .uk-link-text {
148
148
  color: @inverse-link-text-hover-color;
149
- .hook-inverse-link-text-hover;
149
+ .hook-inverse-link-text-hover();
150
150
  }
151
151
 
152
152
  a.uk-link-heading:hover,
153
153
  .uk-link-heading a:hover,
154
154
  .uk-link-toggle:hover .uk-link-heading {
155
155
  color: @inverse-link-heading-hover-color;
156
- .hook-inverse-link-heading-hover;
156
+ .hook-inverse-link-heading-hover();
157
157
  }
158
158
 
159
159
  }
@@ -151,7 +151,7 @@
151
151
  margin-top: @list-divider-margin-top;
152
152
  padding-top: @list-divider-margin-top;
153
153
  border-top: @list-divider-border-width solid @list-divider-border;
154
- .hook-list-divider;
154
+ .hook-list-divider();
155
155
  }
156
156
 
157
157
  /*
@@ -160,7 +160,7 @@
160
160
 
161
161
  .uk-list-striped > * {
162
162
  padding: @list-striped-padding-vertical @list-striped-padding-horizontal;
163
- .hook-list-striped;
163
+ .hook-list-striped();
164
164
  }
165
165
 
166
166
  .uk-list-striped > :nth-of-type(odd) { background: @list-striped-background; }
@@ -209,7 +209,7 @@
209
209
  // Hooks
210
210
  // ========================================================================
211
211
 
212
- .hook-list-misc;
212
+ .hook-list-misc();
213
213
 
214
214
  .hook-list-divider() {}
215
215
  .hook-list-striped() {}
@@ -242,11 +242,11 @@
242
242
 
243
243
  .uk-list-divider > :nth-child(n+2) {
244
244
  border-top-color: @inverse-list-divider-border;
245
- .hook-inverse-list-divider;
245
+ .hook-inverse-list-divider();
246
246
  }
247
247
 
248
248
  .uk-list-striped > * {
249
- .hook-inverse-list-striped;
249
+ .hook-inverse-list-striped();
250
250
  }
251
251
 
252
252
  .uk-list-striped > :nth-of-type(odd) { background-color: @inverse-list-striped-background; }