uikit 3.8.1 → 3.9.2-dev.836238c9b

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 (167) hide show
  1. package/{.eslintrc.js → .eslintrc.json} +5 -5
  2. package/CHANGELOG.md +13 -1
  3. package/build/.eslintrc.json +15 -0
  4. package/build/build.js +55 -82
  5. package/build/icons.js +12 -13
  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 +12 -17
  10. package/build/release.js +31 -60
  11. package/build/scope.js +49 -84
  12. package/build/scss.js +19 -21
  13. package/build/util.js +166 -95
  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 +2 -2
  24. package/dist/js/components/filter.js +1 -1
  25. package/dist/js/components/filter.min.js +2 -2
  26. package/dist/js/components/lightbox-panel.js +1 -1
  27. package/dist/js/components/lightbox-panel.min.js +2 -2
  28. package/dist/js/components/lightbox.js +1 -1
  29. package/dist/js/components/lightbox.min.js +2 -2
  30. package/dist/js/components/notification.js +1 -1
  31. package/dist/js/components/notification.min.js +2 -2
  32. package/dist/js/components/parallax.js +1 -1
  33. package/dist/js/components/parallax.min.js +2 -2
  34. package/dist/js/components/slider-parallax.js +1 -1
  35. package/dist/js/components/slider-parallax.min.js +2 -2
  36. package/dist/js/components/slider.js +1 -1
  37. package/dist/js/components/slider.min.js +2 -2
  38. package/dist/js/components/slideshow-parallax.js +1 -1
  39. package/dist/js/components/slideshow-parallax.min.js +2 -2
  40. package/dist/js/components/slideshow.js +1 -1
  41. package/dist/js/components/slideshow.min.js +2 -2
  42. package/dist/js/components/sortable.js +1 -1
  43. package/dist/js/components/sortable.min.js +2 -2
  44. package/dist/js/components/tooltip.js +1 -1
  45. package/dist/js/components/tooltip.min.js +2 -2
  46. package/dist/js/components/upload.js +1 -1
  47. package/dist/js/components/upload.min.js +2 -2
  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 +2 -2
  52. package/dist/js/uikit.js +8 -8
  53. package/dist/js/uikit.min.js +2 -2
  54. package/package.json +17 -19
  55. package/src/js/uikit-core.js +1 -1
  56. package/src/js/uikit.js +1 -1
  57. package/src/js/util/event.js +7 -7
  58. package/src/less/components/accordion.less +10 -10
  59. package/src/less/components/alert.less +9 -9
  60. package/src/less/components/align.less +2 -2
  61. package/src/less/components/animation.less +2 -2
  62. package/src/less/components/article.less +8 -8
  63. package/src/less/components/background.less +1 -1
  64. package/src/less/components/badge.less +6 -6
  65. package/src/less/components/base.less +30 -30
  66. package/src/less/components/breadcrumb.less +12 -12
  67. package/src/less/components/button.less +36 -36
  68. package/src/less/components/card.less +32 -32
  69. package/src/less/components/close.less +5 -5
  70. package/src/less/components/column.less +2 -2
  71. package/src/less/components/comment.less +12 -12
  72. package/src/less/components/container.less +2 -2
  73. package/src/less/components/countdown.less +10 -10
  74. package/src/less/components/cover.less +2 -2
  75. package/src/less/components/description-list.less +5 -5
  76. package/src/less/components/divider.less +11 -11
  77. package/src/less/components/dotnav.less +11 -11
  78. package/src/less/components/drop.less +1 -1
  79. package/src/less/components/dropdown.less +7 -7
  80. package/src/less/components/flex.less +2 -2
  81. package/src/less/components/form-range.less +12 -12
  82. package/src/less/components/form.less +27 -27
  83. package/src/less/components/grid.less +6 -6
  84. package/src/less/components/heading.less +21 -21
  85. package/src/less/components/height.less +1 -1
  86. package/src/less/components/icon.less +13 -13
  87. package/src/less/components/iconnav.less +9 -9
  88. package/src/less/components/inverse.less +3 -3
  89. package/src/less/components/label.less +7 -7
  90. package/src/less/components/leader.less +3 -3
  91. package/src/less/components/lightbox.less +9 -9
  92. package/src/less/components/link.less +12 -12
  93. package/src/less/components/list.less +5 -5
  94. package/src/less/components/margin.less +3 -3
  95. package/src/less/components/marker.less +5 -5
  96. package/src/less/components/modal.less +16 -16
  97. package/src/less/components/nav.less +31 -31
  98. package/src/less/components/navbar.less +33 -33
  99. package/src/less/components/notification.less +8 -8
  100. package/src/less/components/offcanvas.less +4 -4
  101. package/src/less/components/overlay.less +5 -5
  102. package/src/less/components/padding.less +1 -1
  103. package/src/less/components/pagination.less +10 -10
  104. package/src/less/components/placeholder.less +3 -3
  105. package/src/less/components/position.less +1 -1
  106. package/src/less/components/print.less +1 -1
  107. package/src/less/components/progress.less +6 -6
  108. package/src/less/components/search.less +15 -15
  109. package/src/less/components/section.less +8 -8
  110. package/src/less/components/slidenav.less +11 -11
  111. package/src/less/components/slider.less +2 -2
  112. package/src/less/components/slideshow.less +2 -2
  113. package/src/less/components/sortable.less +5 -5
  114. package/src/less/components/spinner.less +4 -4
  115. package/src/less/components/sticky.less +1 -1
  116. package/src/less/components/subnav.less +21 -21
  117. package/src/less/components/svg.less +1 -1
  118. package/src/less/components/switcher.less +2 -2
  119. package/src/less/components/tab.less +18 -18
  120. package/src/less/components/table.less +21 -21
  121. package/src/less/components/text.less +11 -11
  122. package/src/less/components/thumbnav.less +9 -9
  123. package/src/less/components/tile.less +10 -10
  124. package/src/less/components/tooltip.less +2 -2
  125. package/src/less/components/totop.less +7 -7
  126. package/src/less/components/transition.less +5 -5
  127. package/src/less/components/utility.less +10 -10
  128. package/src/less/components/visibility.less +1 -1
  129. package/src/less/components/width.less +1 -1
  130. package/src/scss/components/accordion.scss +1 -1
  131. package/src/scss/components/alert.scss +1 -1
  132. package/src/scss/components/align.scss +1 -1
  133. package/src/scss/components/animation.scss +1 -1
  134. package/src/scss/components/article.scss +1 -1
  135. package/src/scss/components/badge.scss +1 -1
  136. package/src/scss/components/base.scss +1 -1
  137. package/src/scss/components/card.scss +7 -7
  138. package/src/scss/components/column.scss +1 -0
  139. package/src/scss/components/comment.scss +1 -1
  140. package/src/scss/components/container.scss +1 -1
  141. package/src/scss/components/cover.scss +1 -1
  142. package/src/scss/components/description-list.scss +1 -1
  143. package/src/scss/components/dotnav.scss +1 -1
  144. package/src/scss/components/flex.scss +1 -1
  145. package/src/scss/components/form-range.scss +1 -1
  146. package/src/scss/components/grid.scss +1 -1
  147. package/src/scss/components/iconnav.scss +1 -1
  148. package/src/scss/components/inverse.scss +1 -1
  149. package/src/scss/components/label.scss +1 -1
  150. package/src/scss/components/margin.scss +2 -2
  151. package/src/scss/components/nav.scss +1 -1
  152. package/src/scss/components/placeholder.scss +1 -1
  153. package/src/scss/components/section.scss +1 -1
  154. package/src/scss/components/spinner.scss +2 -2
  155. package/src/scss/components/subnav.scss +1 -1
  156. package/src/scss/components/switcher.scss +1 -1
  157. package/src/scss/components/tab.scss +1 -1
  158. package/src/scss/components/table.scss +3 -3
  159. package/src/scss/components/text.scss +3 -3
  160. package/src/scss/components/thumbnav.scss +1 -1
  161. package/src/scss/components/transition.scss +4 -4
  162. package/src/scss/components/utility.scss +1 -1
  163. package/src/scss/mixins-theme.scss +1 -1
  164. package/src/scss/mixins.scss +1 -1
  165. package/src/scss/variables-theme.scss +8 -8
  166. package/src/scss/variables.scss +8 -8
  167. package/build/.eslintrc.js +0 -13
@@ -58,7 +58,7 @@
58
58
  box-sizing: border-box; /* 1 */
59
59
  padding-top: @section-padding-vertical;
60
60
  padding-bottom: @section-padding-vertical;
61
- .hook-section;
61
+ .hook-section();
62
62
  }
63
63
 
64
64
  /* Desktop and bigger */
@@ -148,7 +148,7 @@
148
148
 
149
149
  .uk-section-default {
150
150
  background: @section-default-background;
151
- .hook-section-default;
151
+ .hook-section-default();
152
152
  }
153
153
 
154
154
  /*
@@ -157,7 +157,7 @@
157
157
 
158
158
  .uk-section-muted {
159
159
  background: @section-muted-background;
160
- .hook-section-muted;
160
+ .hook-section-muted();
161
161
  }
162
162
 
163
163
  /*
@@ -166,7 +166,7 @@
166
166
 
167
167
  .uk-section-primary {
168
168
  background: @section-primary-background;
169
- .hook-section-primary;
169
+ .hook-section-primary();
170
170
  }
171
171
 
172
172
  .uk-section-primary:not(.uk-preserve-color):extend(.uk-light all) when (@section-primary-color-mode = light) {}
@@ -178,7 +178,7 @@
178
178
 
179
179
  .uk-section-secondary {
180
180
  background: @section-secondary-background;
181
- .hook-section-secondary;
181
+ .hook-section-secondary();
182
182
  }
183
183
 
184
184
  .uk-section-secondary:not(.uk-preserve-color):extend(.uk-light all) when (@section-secondary-color-mode = light) {}
@@ -194,14 +194,14 @@
194
194
  */
195
195
 
196
196
  .uk-section-overlap {
197
- .hook-section-overlap;
197
+ .hook-section-overlap();
198
198
  }
199
199
 
200
200
 
201
201
  // Hooks
202
202
  // ========================================================================
203
203
 
204
- .hook-section-misc;
204
+ .hook-section-misc();
205
205
 
206
206
  .hook-section() {}
207
207
  .hook-section-default() {}
@@ -209,4 +209,4 @@
209
209
  .hook-section-secondary() {}
210
210
  .hook-section-primary() {}
211
211
  .hook-section-overlap() {}
212
- .hook-section-misc() {}
212
+ .hook-section-misc() {}
@@ -37,19 +37,19 @@
37
37
  .uk-slidenav {
38
38
  padding: @slidenav-padding-vertical @slidenav-padding-horizontal;
39
39
  color: @slidenav-color;
40
- .hook-slidenav;
40
+ .hook-slidenav();
41
41
  }
42
42
 
43
43
  /* Hover */
44
44
  .uk-slidenav:hover {
45
45
  color: @slidenav-hover-color;
46
- .hook-slidenav-hover;
46
+ .hook-slidenav-hover();
47
47
  }
48
48
 
49
49
  /* OnClick */
50
50
  .uk-slidenav:active {
51
51
  color: @slidenav-active-color;
52
- .hook-slidenav-active;
52
+ .hook-slidenav-active();
53
53
  }
54
54
 
55
55
 
@@ -61,7 +61,7 @@
61
61
  */
62
62
 
63
63
  .uk-slidenav-previous {
64
- .hook-slidenav-previous;
64
+ .hook-slidenav-previous();
65
65
  }
66
66
 
67
67
  /*
@@ -69,7 +69,7 @@
69
69
  */
70
70
 
71
71
  .uk-slidenav-next {
72
- .hook-slidenav-next;
72
+ .hook-slidenav-next();
73
73
  }
74
74
 
75
75
 
@@ -78,7 +78,7 @@
78
78
 
79
79
  .uk-slidenav-large {
80
80
  padding: @slidenav-large-padding-vertical @slidenav-large-padding-horizontal;
81
- .hook-slidenav-large;
81
+ .hook-slidenav-large();
82
82
  }
83
83
 
84
84
 
@@ -87,14 +87,14 @@
87
87
 
88
88
  .uk-slidenav-container {
89
89
  display: flex;
90
- .hook-slidenav-container;
90
+ .hook-slidenav-container();
91
91
  }
92
92
 
93
93
 
94
94
  // Hooks
95
95
  // ========================================================================
96
96
 
97
- .hook-slidenav-misc;
97
+ .hook-slidenav-misc();
98
98
 
99
99
  .hook-slidenav() {}
100
100
  .hook-slidenav-hover() {}
@@ -117,17 +117,17 @@
117
117
 
118
118
  .uk-slidenav {
119
119
  color: @inverse-slidenav-color;
120
- .hook-inverse-slidenav;
120
+ .hook-inverse-slidenav();
121
121
  }
122
122
 
123
123
  .uk-slidenav:hover {
124
124
  color: @inverse-slidenav-hover-color;
125
- .hook-inverse-slidenav-hover;
125
+ .hook-inverse-slidenav-hover();
126
126
  }
127
127
 
128
128
  .uk-slidenav:active {
129
129
  color: @inverse-slidenav-active-color;
130
- .hook-inverse-slidenav-active;
130
+ .hook-inverse-slidenav-active();
131
131
  }
132
132
 
133
133
  }
@@ -31,7 +31,7 @@
31
31
  .uk-slider {
32
32
  /* 1 */
33
33
  -webkit-tap-highlight-color: transparent;
34
- .hook-slider;
34
+ .hook-slider();
35
35
  }
36
36
 
37
37
 
@@ -110,7 +110,7 @@
110
110
  // Hooks
111
111
  // ========================================================================
112
112
 
113
- .hook-slider-misc;
113
+ .hook-slider-misc();
114
114
 
115
115
  .hook-slider() {}
116
116
  .hook-slider-misc() {}
@@ -21,7 +21,7 @@
21
21
  .uk-slideshow {
22
22
  /* 1 */
23
23
  -webkit-tap-highlight-color: transparent;
24
- .hook-slideshow;
24
+ .hook-slideshow();
25
25
  }
26
26
 
27
27
 
@@ -87,7 +87,7 @@
87
87
  // Hooks
88
88
  // ========================================================================
89
89
 
90
- .hook-slideshow-misc;
90
+ .hook-slideshow-misc();
91
91
 
92
92
  .hook-slideshow() {}
93
93
  .hook-slideshow-misc() {}
@@ -30,7 +30,7 @@
30
30
 
31
31
  .uk-sortable {
32
32
  position: relative;
33
- .hook-sortable;
33
+ .hook-sortable();
34
34
  }
35
35
 
36
36
  /*
@@ -47,7 +47,7 @@
47
47
  position: fixed !important;
48
48
  z-index: @sortable-dragged-z-index !important;
49
49
  pointer-events: none;
50
- .hook-sortable-drag;
50
+ .hook-sortable-drag();
51
51
  }
52
52
 
53
53
 
@@ -57,7 +57,7 @@
57
57
  .uk-sortable-placeholder {
58
58
  opacity: @sortable-placeholder-opacity;
59
59
  pointer-events: none;
60
- .hook-sortable-placeholder;
60
+ .hook-sortable-placeholder();
61
61
  }
62
62
 
63
63
 
@@ -66,7 +66,7 @@
66
66
 
67
67
  .uk-sortable-empty {
68
68
  min-height: @sortable-empty-height;
69
- .hook-sortable-empty;
69
+ .hook-sortable-empty();
70
70
  }
71
71
 
72
72
 
@@ -81,7 +81,7 @@
81
81
  // Hooks
82
82
  // ========================================================================
83
83
 
84
- .hook-sortable-misc;
84
+ .hook-sortable-misc();
85
85
 
86
86
  .hook-sortable() {}
87
87
  .hook-sortable-drag() {}
@@ -11,7 +11,7 @@
11
11
 
12
12
  @spinner-size: 30px;
13
13
  @spinner-stroke-width: 1;
14
- @spinner-radius: floor((@spinner-size - @spinner-stroke-width) / 2); // Minus stroke width to prevent overflow clipping
14
+ @spinner-radius: floor(((@spinner-size - @spinner-stroke-width) / 2)); // Minus stroke width to prevent overflow clipping
15
15
  @spinner-circumference: round(2 * 3.141 * @spinner-radius);
16
16
  @spinner-duration: 1.4s;
17
17
 
@@ -25,7 +25,7 @@
25
25
  */
26
26
 
27
27
  .uk-spinner {
28
- .hook-spinner;
28
+ .hook-spinner();
29
29
  }
30
30
 
31
31
 
@@ -55,7 +55,7 @@
55
55
  @keyframes uk-spinner-dash {
56
56
  0% { stroke-dashoffset: @spinner-circumference; }
57
57
  50% {
58
- stroke-dashoffset: @spinner-circumference/4;
58
+ stroke-dashoffset: (@spinner-circumference / 4);
59
59
  transform:rotate(135deg);
60
60
  }
61
61
  100% {
@@ -68,7 +68,7 @@
68
68
  // Hooks
69
69
  // ========================================================================
70
70
 
71
- .hook-spinner-misc;
71
+ .hook-spinner-misc();
72
72
 
73
73
  .hook-spinner() {}
74
74
  .hook-spinner-misc() {}
@@ -48,6 +48,6 @@
48
48
  // Hooks
49
49
  // ========================================================================
50
50
 
51
- .hook-sticky-misc;
51
+ .hook-sticky-misc();
52
52
 
53
53
  .hook-sticky-misc() {}
@@ -63,7 +63,7 @@
63
63
  /* 4 */
64
64
  padding: 0;
65
65
  list-style: none;
66
- .hook-subnav;
66
+ .hook-subnav();
67
67
  }
68
68
 
69
69
  /*
@@ -101,20 +101,20 @@
101
101
  column-gap: 0.25em;
102
102
  /* 3 */
103
103
  color: @subnav-item-color;
104
- .hook-subnav-item;
104
+ .hook-subnav-item();
105
105
  }
106
106
 
107
107
  /* Hover */
108
108
  .uk-subnav > * > a:hover {
109
109
  color: @subnav-item-hover-color;
110
110
  text-decoration: @subnav-item-hover-text-decoration;
111
- .hook-subnav-item-hover;
111
+ .hook-subnav-item-hover();
112
112
  }
113
113
 
114
114
  /* Active */
115
115
  .uk-subnav > .uk-active > a {
116
116
  color: @subnav-item-active-color;
117
- .hook-subnav-item-active;
117
+ .hook-subnav-item-active();
118
118
  }
119
119
 
120
120
 
@@ -122,7 +122,7 @@
122
122
  ========================================================================== */
123
123
 
124
124
  /*
125
- * Set gutter
125
+ * Set gutter
126
126
  */
127
127
 
128
128
  .uk-subnav-divider { margin-left: -((@subnav-divider-margin-horizontal * 2) + @subnav-divider-border-width); }
@@ -152,7 +152,7 @@
152
152
  /* 1 */
153
153
  .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
154
154
  border-left-color: @subnav-divider-border;
155
- .hook-subnav-divider;
155
+ .hook-subnav-divider();
156
156
  }
157
157
 
158
158
 
@@ -163,28 +163,28 @@
163
163
  padding: @subnav-pill-item-padding-vertical @subnav-pill-item-padding-horizontal;
164
164
  background: @subnav-pill-item-background;
165
165
  color: @subnav-pill-item-color;
166
- .hook-subnav-pill-item;
166
+ .hook-subnav-pill-item();
167
167
  }
168
168
 
169
169
  /* Hover */
170
170
  .uk-subnav-pill > * > a:hover {
171
171
  background-color: @subnav-pill-item-hover-background;
172
172
  color: @subnav-pill-item-hover-color;
173
- .hook-subnav-pill-item-hover;
173
+ .hook-subnav-pill-item-hover();
174
174
  }
175
175
 
176
176
  /* OnClick */
177
177
  .uk-subnav-pill > * > a:active {
178
178
  background-color: @subnav-pill-item-onclick-background;
179
179
  color: @subnav-pill-item-onclick-color;
180
- .hook-subnav-pill-item-onclick;
180
+ .hook-subnav-pill-item-onclick();
181
181
  }
182
182
 
183
183
  /* Active */
184
184
  .uk-subnav-pill > .uk-active > a {
185
185
  background-color: @subnav-pill-item-active-background;
186
186
  color: @subnav-pill-item-active-color;
187
- .hook-subnav-pill-item-active;
187
+ .hook-subnav-pill-item-active();
188
188
  }
189
189
 
190
190
 
@@ -194,14 +194,14 @@
194
194
 
195
195
  .uk-subnav > .uk-disabled > a {
196
196
  color: @subnav-item-disabled-color;
197
- .hook-subnav-item-disabled;
197
+ .hook-subnav-item-disabled();
198
198
  }
199
199
 
200
200
 
201
201
  // Hooks
202
202
  // ========================================================================
203
203
 
204
- .hook-subnav-misc;
204
+ .hook-subnav-misc();
205
205
 
206
206
  .hook-subnav() {}
207
207
  .hook-subnav-item() {}
@@ -237,17 +237,17 @@
237
237
 
238
238
  .uk-subnav > * > :first-child {
239
239
  color: @inverse-subnav-item-color;
240
- .hook-inverse-subnav-item;
240
+ .hook-inverse-subnav-item();
241
241
  }
242
242
 
243
243
  .uk-subnav > * > a:hover {
244
244
  color: @inverse-subnav-item-hover-color;
245
- .hook-inverse-subnav-item-hover;
245
+ .hook-inverse-subnav-item-hover();
246
246
  }
247
247
 
248
248
  .uk-subnav > .uk-active > a {
249
249
  color: @inverse-subnav-item-active-color;
250
- .hook-inverse-subnav-item-active;
250
+ .hook-inverse-subnav-item-active();
251
251
  }
252
252
 
253
253
  //
@@ -256,7 +256,7 @@
256
256
 
257
257
  .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
258
258
  border-left-color: @inverse-subnav-divider-border;
259
- .hook-inverse-subnav-divider;
259
+ .hook-inverse-subnav-divider();
260
260
  }
261
261
 
262
262
  //
@@ -266,25 +266,25 @@
266
266
  .uk-subnav-pill > * > :first-child {
267
267
  background-color: @inverse-subnav-pill-item-background;
268
268
  color: @inverse-subnav-pill-item-color;
269
- .hook-inverse-subnav-pill-item;
269
+ .hook-inverse-subnav-pill-item();
270
270
  }
271
271
 
272
272
  .uk-subnav-pill > * > a:hover {
273
273
  background-color: @inverse-subnav-pill-item-hover-background;
274
274
  color: @inverse-subnav-pill-item-hover-color;
275
- .hook-inverse-subnav-pill-item-hover;
275
+ .hook-inverse-subnav-pill-item-hover();
276
276
  }
277
277
 
278
278
  .uk-subnav-pill > * > a:active {
279
279
  background-color: @inverse-subnav-pill-item-onclick-background;
280
280
  color: @inverse-subnav-pill-item-onclick-color;
281
- .hook-inverse-subnav-pill-item-onclick;
281
+ .hook-inverse-subnav-pill-item-onclick();
282
282
  }
283
283
 
284
284
  .uk-subnav-pill > .uk-active > a {
285
285
  background-color: @inverse-subnav-pill-item-active-background;
286
286
  color: @inverse-subnav-pill-item-active-color;
287
- .hook-inverse-subnav-pill-item-active;
287
+ .hook-inverse-subnav-pill-item-active();
288
288
  }
289
289
 
290
290
  //
@@ -293,7 +293,7 @@
293
293
 
294
294
  .uk-subnav > .uk-disabled > a {
295
295
  color: @inverse-subnav-item-disabled-color;
296
- .hook-inverse-subnav-item-disabled;
296
+ .hook-inverse-subnav-item-disabled();
297
297
  }
298
298
 
299
299
  }
@@ -31,6 +31,6 @@
31
31
  // Hooks
32
32
  // ========================================================================
33
33
 
34
- .hook-svg-misc;
34
+ .hook-svg-misc();
35
35
 
36
36
  .hook-svg-misc() {}
@@ -42,6 +42,6 @@
42
42
  // Hooks
43
43
  // ========================================================================
44
44
 
45
- .hook-switcher-misc;
45
+ .hook-switcher-misc();
46
46
 
47
- .hook-switcher-misc() {}
47
+ .hook-switcher-misc() {}
@@ -46,7 +46,7 @@
46
46
  /* 3 */
47
47
  padding: 0;
48
48
  list-style: none;
49
- .hook-tab;
49
+ .hook-tab();
50
50
  }
51
51
 
52
52
  /*
@@ -87,26 +87,26 @@
87
87
  /* 4 */
88
88
  padding: @tab-item-padding-vertical @tab-item-padding-horizontal;
89
89
  color: @tab-item-color;
90
- .hook-tab-item;
90
+ .hook-tab-item();
91
91
  }
92
92
 
93
93
  /* Hover */
94
94
  .uk-tab > * > a:hover {
95
95
  color: @tab-item-hover-color;
96
96
  text-decoration: @tab-item-hover-text-decoration;
97
- .hook-tab-item-hover;
97
+ .hook-tab-item-hover();
98
98
  }
99
99
 
100
100
  /* Active */
101
101
  .uk-tab > .uk-active > a {
102
102
  color: @tab-item-active-color;
103
- .hook-tab-item-active;
103
+ .hook-tab-item-active();
104
104
  }
105
105
 
106
106
  /* Disabled */
107
107
  .uk-tab > .uk-disabled > a {
108
108
  color: @tab-item-disabled-color;
109
- .hook-tab-item-disabled;
109
+ .hook-tab-item-disabled();
110
110
  }
111
111
 
112
112
 
@@ -118,11 +118,11 @@
118
118
  */
119
119
 
120
120
  .uk-tab-bottom {
121
- .hook-tab-bottom;
121
+ .hook-tab-bottom();
122
122
  }
123
123
 
124
124
  .uk-tab-bottom > * > a {
125
- .hook-tab-bottom-item;
125
+ .hook-tab-bottom-item();
126
126
  }
127
127
 
128
128
  /*
@@ -142,28 +142,28 @@
142
142
  .uk-tab-right > * { padding-left: 0; }
143
143
 
144
144
  .uk-tab-left {
145
- .hook-tab-left;
145
+ .hook-tab-left();
146
146
  }
147
147
 
148
148
  .uk-tab-right {
149
- .hook-tab-right;
149
+ .hook-tab-right();
150
150
  }
151
151
 
152
152
  .uk-tab-left > * > a {
153
153
  justify-content: left;
154
- .hook-tab-left-item;
154
+ .hook-tab-left-item();
155
155
  }
156
156
 
157
157
  .uk-tab-right > * > a {
158
158
  justify-content: left;
159
- .hook-tab-right-item;
159
+ .hook-tab-right-item();
160
160
  }
161
161
 
162
162
 
163
163
  // Hooks
164
164
  // ========================================================================
165
165
 
166
- .hook-tab-misc;
166
+ .hook-tab-misc();
167
167
 
168
168
  .hook-tab() {}
169
169
  .hook-tab-item() {}
@@ -190,27 +190,27 @@
190
190
  .hook-inverse() {
191
191
 
192
192
  .uk-tab {
193
- .hook-inverse-tab;
193
+ .hook-inverse-tab();
194
194
  }
195
195
 
196
196
  .uk-tab > * > a {
197
197
  color: @inverse-tab-item-color;
198
- .hook-inverse-tab-item;
198
+ .hook-inverse-tab-item();
199
199
  }
200
200
 
201
201
  .uk-tab > * > a:hover {
202
202
  color: @inverse-tab-item-hover-color;
203
- .hook-inverse-tab-item-hover;
203
+ .hook-inverse-tab-item-hover();
204
204
  }
205
205
 
206
206
  .uk-tab > .uk-active > a {
207
207
  color: @inverse-tab-item-active-color;
208
- .hook-inverse-tab-item-active;
208
+ .hook-inverse-tab-item-active();
209
209
  }
210
210
 
211
211
  .uk-tab > .uk-disabled > a {
212
212
  color: @inverse-tab-item-disabled-color;
213
- .hook-inverse-tab-item-disabled;
213
+ .hook-inverse-tab-item-disabled();
214
214
  }
215
215
 
216
216
  }
@@ -219,4 +219,4 @@
219
219
  .hook-inverse-tab-item() {}
220
220
  .hook-inverse-tab-item-hover() {}
221
221
  .hook-inverse-tab-item-active() {}
222
- .hook-inverse-tab-item-disabled() {}
222
+ .hook-inverse-tab-item-disabled() {}