uikit 3.23.7 → 3.23.8-dev.ff7a25595

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 (193) hide show
  1. package/build/release.js +1 -1
  2. package/build/scss.js +49 -12
  3. package/build/util.js +2 -0
  4. package/dist/css/uikit-core-rtl.css +1 -1
  5. package/dist/css/uikit-core-rtl.min.css +1 -1
  6. package/dist/css/uikit-core.css +1 -1
  7. package/dist/css/uikit-core.min.css +1 -1
  8. package/dist/css/uikit-rtl.css +1 -1
  9. package/dist/css/uikit-rtl.min.css +1 -1
  10. package/dist/css/uikit.css +1 -1
  11. package/dist/css/uikit.min.css +1 -1
  12. package/dist/js/components/countdown.js +1 -1
  13. package/dist/js/components/countdown.min.js +1 -1
  14. package/dist/js/components/filter.js +1 -1
  15. package/dist/js/components/filter.min.js +1 -1
  16. package/dist/js/components/lightbox-panel.js +1 -1
  17. package/dist/js/components/lightbox-panel.min.js +1 -1
  18. package/dist/js/components/lightbox.js +1 -1
  19. package/dist/js/components/lightbox.min.js +1 -1
  20. package/dist/js/components/notification.js +1 -1
  21. package/dist/js/components/notification.min.js +1 -1
  22. package/dist/js/components/parallax.js +3 -2
  23. package/dist/js/components/parallax.min.js +1 -1
  24. package/dist/js/components/slider-parallax.js +3 -2
  25. package/dist/js/components/slider-parallax.min.js +1 -1
  26. package/dist/js/components/slider.js +3 -2
  27. package/dist/js/components/slider.min.js +1 -1
  28. package/dist/js/components/slideshow-parallax.js +3 -2
  29. package/dist/js/components/slideshow-parallax.min.js +1 -1
  30. package/dist/js/components/slideshow.js +3 -2
  31. package/dist/js/components/slideshow.min.js +1 -1
  32. package/dist/js/components/sortable.js +1 -1
  33. package/dist/js/components/sortable.min.js +1 -1
  34. package/dist/js/components/tooltip.js +1 -1
  35. package/dist/js/components/tooltip.min.js +1 -1
  36. package/dist/js/components/upload.js +1 -1
  37. package/dist/js/components/upload.min.js +1 -1
  38. package/dist/js/uikit-core.js +4 -3
  39. package/dist/js/uikit-core.min.js +1 -1
  40. package/dist/js/uikit-icons.js +1 -1
  41. package/dist/js/uikit-icons.min.js +1 -1
  42. package/dist/js/uikit.js +4 -3
  43. package/dist/js/uikit.min.js +1 -1
  44. package/package.json +1 -1
  45. package/src/js/util/selector.js +1 -1
  46. package/src/scss/components/accordion.scss +8 -6
  47. package/src/scss/components/alert.scss +10 -8
  48. package/src/scss/components/align.scss +3 -1
  49. package/src/scss/components/animation.scss +3 -1
  50. package/src/scss/components/article.scss +7 -5
  51. package/src/scss/components/background.scss +3 -1
  52. package/src/scss/components/badge.scss +5 -3
  53. package/src/scss/components/base.scss +20 -17
  54. package/src/scss/components/breadcrumb.scss +9 -7
  55. package/src/scss/components/button.scss +25 -23
  56. package/src/scss/components/card.scss +26 -24
  57. package/src/scss/components/close.scss +5 -3
  58. package/src/scss/components/column.scss +3 -1
  59. package/src/scss/components/comment.scss +13 -11
  60. package/src/scss/components/container.scss +14 -11
  61. package/src/scss/components/countdown.scss +8 -6
  62. package/src/scss/components/cover.scss +3 -1
  63. package/src/scss/components/description-list.scss +6 -4
  64. package/src/scss/components/divider.scss +13 -10
  65. package/src/scss/components/dotnav.scss +8 -6
  66. package/src/scss/components/drop.scss +3 -1
  67. package/src/scss/components/dropbar.scss +8 -6
  68. package/src/scss/components/dropdown.scss +12 -10
  69. package/src/scss/components/dropnav.scss +3 -1
  70. package/src/scss/components/flex.scss +3 -1
  71. package/src/scss/components/form-range.scss +13 -10
  72. package/src/scss/components/form.scss +23 -21
  73. package/src/scss/components/grid.scss +5 -3
  74. package/src/scss/components/heading.scss +16 -13
  75. package/src/scss/components/height.scss +3 -1
  76. package/src/scss/components/icon.scss +9 -7
  77. package/src/scss/components/iconnav.scss +7 -5
  78. package/src/scss/components/inverse.scss +4 -2
  79. package/src/scss/components/label.scss +7 -5
  80. package/src/scss/components/leader.scss +4 -2
  81. package/src/scss/components/lightbox.scss +6 -4
  82. package/src/scss/components/link.scss +10 -8
  83. package/src/scss/components/list.scss +5 -3
  84. package/src/scss/components/margin.scss +3 -1
  85. package/src/scss/components/marker.scss +5 -3
  86. package/src/scss/components/mixin.scss +6 -4
  87. package/src/scss/components/modal.scss +18 -16
  88. package/src/scss/components/nav.scss +33 -31
  89. package/src/scss/components/navbar.scss +33 -30
  90. package/src/scss/components/notification.scss +10 -8
  91. package/src/scss/components/offcanvas.scss +6 -4
  92. package/src/scss/components/overlay.scss +7 -5
  93. package/src/scss/components/padding.scss +3 -1
  94. package/src/scss/components/pagination.scss +8 -6
  95. package/src/scss/components/placeholder.scss +4 -2
  96. package/src/scss/components/position.scss +9 -6
  97. package/src/scss/components/print.scss +3 -1
  98. package/src/scss/components/progress.scss +6 -4
  99. package/src/scss/components/search.scss +15 -13
  100. package/src/scss/components/section.scss +9 -7
  101. package/src/scss/components/slidenav.scss +10 -8
  102. package/src/scss/components/slider.scss +4 -2
  103. package/src/scss/components/slideshow.scss +4 -2
  104. package/src/scss/components/sortable.scss +7 -5
  105. package/src/scss/components/spinner.scss +6 -3
  106. package/src/scss/components/sticky.scss +3 -1
  107. package/src/scss/components/subnav.scss +13 -11
  108. package/src/scss/components/svg.scss +3 -1
  109. package/src/scss/components/switcher.scss +3 -1
  110. package/src/scss/components/tab.scss +14 -12
  111. package/src/scss/components/table.scss +17 -14
  112. package/src/scss/components/text.scss +8 -6
  113. package/src/scss/components/thumbnav.scss +7 -5
  114. package/src/scss/components/tile.scss +12 -10
  115. package/src/scss/components/tooltip.scss +4 -2
  116. package/src/scss/components/totop.scss +6 -4
  117. package/src/scss/components/transition.scss +3 -1
  118. package/src/scss/components/utility.scss +8 -6
  119. package/src/scss/components/visibility.scss +3 -1
  120. package/src/scss/components/width.scss +34 -31
  121. package/src/scss/mixins-theme.scss +169 -168
  122. package/src/scss/mixins.scss +175 -175
  123. package/src/scss/uikit-theme.scss +0 -1
  124. package/src/scss/variables-theme.scss +70 -66
  125. package/src/scss/variables.scss +74 -70
  126. package/src/scss/theme/_import.scss +0 -82
  127. package/src/scss/theme/accordion.scss +0 -55
  128. package/src/scss/theme/alert.scss +0 -45
  129. package/src/scss/theme/align.scss +0 -14
  130. package/src/scss/theme/animation.scss +0 -14
  131. package/src/scss/theme/article.scss +0 -49
  132. package/src/scss/theme/background.scss +0 -14
  133. package/src/scss/theme/badge.scss +0 -29
  134. package/src/scss/theme/base.scss +0 -104
  135. package/src/scss/theme/breadcrumb.scss +0 -45
  136. package/src/scss/theme/button.scss +0 -132
  137. package/src/scss/theme/card.scss +0 -111
  138. package/src/scss/theme/close.scss +0 -29
  139. package/src/scss/theme/column.scss +0 -14
  140. package/src/scss/theme/comment.scss +0 -67
  141. package/src/scss/theme/container.scss +0 -14
  142. package/src/scss/theme/countdown.scss +0 -53
  143. package/src/scss/theme/description-list.scss +0 -29
  144. package/src/scss/theme/divider.scss +0 -49
  145. package/src/scss/theme/dotnav.scss +0 -46
  146. package/src/scss/theme/drop.scss +0 -14
  147. package/src/scss/theme/dropbar.scss +0 -38
  148. package/src/scss/theme/dropdown.scss +0 -53
  149. package/src/scss/theme/form-range.scss +0 -51
  150. package/src/scss/theme/form.scss +0 -117
  151. package/src/scss/theme/grid.scss +0 -28
  152. package/src/scss/theme/heading.scss +0 -71
  153. package/src/scss/theme/height.scss +0 -14
  154. package/src/scss/theme/icon.scss +0 -50
  155. package/src/scss/theme/iconnav.scss +0 -39
  156. package/src/scss/theme/inverse.scss +0 -14
  157. package/src/scss/theme/label.scss +0 -41
  158. package/src/scss/theme/leader.scss +0 -26
  159. package/src/scss/theme/lightbox.scss +0 -32
  160. package/src/scss/theme/link.scss +0 -55
  161. package/src/scss/theme/list.scss +0 -34
  162. package/src/scss/theme/margin.scss +0 -14
  163. package/src/scss/theme/marker.scss +0 -29
  164. package/src/scss/theme/modal.scss +0 -77
  165. package/src/scss/theme/nav.scss +0 -131
  166. package/src/scss/theme/navbar.scss +0 -135
  167. package/src/scss/theme/notification.scss +0 -44
  168. package/src/scss/theme/offcanvas.scss +0 -32
  169. package/src/scss/theme/overlay.scss +0 -33
  170. package/src/scss/theme/padding.scss +0 -14
  171. package/src/scss/theme/pagination.scss +0 -41
  172. package/src/scss/theme/placeholder.scss +0 -26
  173. package/src/scss/theme/position.scss +0 -14
  174. package/src/scss/theme/progress.scss +0 -23
  175. package/src/scss/theme/search.scss +0 -101
  176. package/src/scss/theme/section.scss +0 -32
  177. package/src/scss/theme/slidenav.scss +0 -52
  178. package/src/scss/theme/slider.scss +0 -14
  179. package/src/scss/theme/sortable.scss +0 -38
  180. package/src/scss/theme/spinner.scss +0 -14
  181. package/src/scss/theme/sticky.scss +0 -14
  182. package/src/scss/theme/subnav.scss +0 -72
  183. package/src/scss/theme/tab.scss +0 -67
  184. package/src/scss/theme/table.scss +0 -65
  185. package/src/scss/theme/text.scss +0 -49
  186. package/src/scss/theme/thumbnav.scss +0 -40
  187. package/src/scss/theme/tile.scss +0 -52
  188. package/src/scss/theme/tooltip.scss +0 -20
  189. package/src/scss/theme/totop.scss +0 -32
  190. package/src/scss/theme/transition.scss +0 -14
  191. package/src/scss/theme/utility.scss +0 -49
  192. package/src/scss/theme/variables.scss +0 -36
  193. package/src/scss/theme/width.scss +0 -14
@@ -1,3 +1,5 @@
1
+ @use "sass:meta";
2
+
1
3
  // Name: Dropbar
2
4
  // Description: Component to create a dropbar based on Drop component
3
5
  //
@@ -39,7 +41,7 @@
39
41
  padding: $dropbar-padding-top $dropbar-padding-horizontal $dropbar-padding-bottom $dropbar-padding-horizontal;
40
42
  background: $dropbar-background;
41
43
  color: $dropbar-color;
42
- @if(mixin-exists(hook-dropbar)) {@include hook-dropbar();}
44
+ @if(meta.mixin-exists(hook-dropbar)) {@include hook-dropbar();}
43
45
  }
44
46
 
45
47
  /*
@@ -92,26 +94,26 @@
92
94
  ========================================================================== */
93
95
 
94
96
  .uk-dropbar-top {
95
- @if(mixin-exists(hook-dropbar-top)) {@include hook-dropbar-top();}
97
+ @if(meta.mixin-exists(hook-dropbar-top)) {@include hook-dropbar-top();}
96
98
  }
97
99
 
98
100
  .uk-dropbar-bottom {
99
- @if(mixin-exists(hook-dropbar-bottom)) {@include hook-dropbar-bottom();}
101
+ @if(meta.mixin-exists(hook-dropbar-bottom)) {@include hook-dropbar-bottom();}
100
102
  }
101
103
 
102
104
  .uk-dropbar-left {
103
- @if(mixin-exists(hook-dropbar-left)) {@include hook-dropbar-left();}
105
+ @if(meta.mixin-exists(hook-dropbar-left)) {@include hook-dropbar-left();}
104
106
  }
105
107
 
106
108
  .uk-dropbar-right {
107
- @if(mixin-exists(hook-dropbar-right)) {@include hook-dropbar-right();}
109
+ @if(meta.mixin-exists(hook-dropbar-right)) {@include hook-dropbar-right();}
108
110
  }
109
111
 
110
112
 
111
113
  // Hooks
112
114
  // ========================================================================
113
115
 
114
- @if(mixin-exists(hook-dropbar-misc)) {@include hook-dropbar-misc();}
116
+ @if(meta.mixin-exists(hook-dropbar-misc)) {@include hook-dropbar-misc();}
115
117
 
116
118
  // @mixin hook-dropbar(){}
117
119
  // @mixin hook-dropbar-top(){}
@@ -1,3 +1,5 @@
1
+ @use "sass:meta";
2
+
1
3
  // Name: Dropdown
2
4
  // Description: Component to create a dropdown based on Drop component
3
5
  //
@@ -44,7 +46,7 @@
44
46
  padding: $dropdown-padding;
45
47
  background: $dropdown-background;
46
48
  color: $dropdown-color;
47
- @if(mixin-exists(hook-dropdown)) {@include hook-dropdown();}
49
+ @if(meta.mixin-exists(hook-dropdown)) {@include hook-dropdown();}
48
50
  }
49
51
 
50
52
  /*
@@ -88,7 +90,7 @@
88
90
  /* 3 */
89
91
  padding: $dropdown-dropbar-padding-top 0 $dropdown-dropbar-padding-bottom 0;
90
92
  --uk-position-viewport-offset: #{$dropdown-dropbar-viewport-margin};
91
- @if(mixin-exists(hook-dropdown-dropbar)) {@include hook-dropdown-dropbar();}
93
+ @if(meta.mixin-exists(hook-dropdown-dropbar)) {@include hook-dropdown-dropbar();}
92
94
  }
93
95
 
94
96
  /* Phone landscape and bigger */
@@ -108,7 +110,7 @@
108
110
  .uk-dropdown-dropbar-large {
109
111
  padding-top: $dropdown-dropbar-large-padding-top;
110
112
  padding-bottom: $dropdown-dropbar-large-padding-bottom;
111
- @if(mixin-exists(hook-dropdown-dropbar-large)) {@include hook-dropdown-dropbar-large();}
113
+ @if(meta.mixin-exists(hook-dropdown-dropbar-large)) {@include hook-dropdown-dropbar-large();}
112
114
  }
113
115
 
114
116
 
@@ -117,7 +119,7 @@
117
119
  ========================================================================== */
118
120
 
119
121
  .uk-dropdown-nav {
120
- @if(mixin-exists(hook-dropdown-nav)) {@include hook-dropdown-nav();}
122
+ @if(meta.mixin-exists(hook-dropdown-nav)) {@include hook-dropdown-nav();}
121
123
  }
122
124
 
123
125
  /*
@@ -126,14 +128,14 @@
126
128
 
127
129
  .uk-dropdown-nav > li > a {
128
130
  color: $dropdown-nav-item-color;
129
- @if(mixin-exists(hook-dropdown-nav-item)) {@include hook-dropdown-nav-item();}
131
+ @if(meta.mixin-exists(hook-dropdown-nav-item)) {@include hook-dropdown-nav-item();}
130
132
  }
131
133
 
132
134
  /* Hover + Active */
133
135
  .uk-dropdown-nav > li > a:hover,
134
136
  .uk-dropdown-nav > li.uk-active > a {
135
137
  color: $dropdown-nav-item-hover-color;
136
- @if(mixin-exists(hook-dropdown-nav-item-hover)) {@include hook-dropdown-nav-item-hover();}
138
+ @if(meta.mixin-exists(hook-dropdown-nav-item-hover)) {@include hook-dropdown-nav-item-hover();}
137
139
  }
138
140
 
139
141
  /*
@@ -142,7 +144,7 @@
142
144
 
143
145
  .uk-dropdown-nav .uk-nav-subtitle {
144
146
  font-size: $dropdown-nav-subtitle-font-size;
145
- @if(mixin-exists(hook-dropdown-nav-subtitle)) {@include hook-dropdown-nav-subtitle();}
147
+ @if(meta.mixin-exists(hook-dropdown-nav-subtitle)) {@include hook-dropdown-nav-subtitle();}
146
148
  }
147
149
 
148
150
  /*
@@ -151,7 +153,7 @@
151
153
 
152
154
  .uk-dropdown-nav .uk-nav-header {
153
155
  color: $dropdown-nav-header-color;
154
- @if(mixin-exists(hook-dropdown-nav-header)) {@include hook-dropdown-nav-header();}
156
+ @if(meta.mixin-exists(hook-dropdown-nav-header)) {@include hook-dropdown-nav-header();}
155
157
  }
156
158
 
157
159
  /*
@@ -160,7 +162,7 @@
160
162
 
161
163
  .uk-dropdown-nav .uk-nav-divider {
162
164
  border-top: $dropdown-nav-divider-border-width solid $dropdown-nav-divider-border;
163
- @if(mixin-exists(hook-dropdown-nav-divider)) {@include hook-dropdown-nav-divider();}
165
+ @if(meta.mixin-exists(hook-dropdown-nav-divider)) {@include hook-dropdown-nav-divider();}
164
166
  }
165
167
 
166
168
  /*
@@ -176,7 +178,7 @@
176
178
  // Hooks
177
179
  // ========================================================================
178
180
 
179
- @if(mixin-exists(hook-dropdown-misc)) {@include hook-dropdown-misc();}
181
+ @if(meta.mixin-exists(hook-dropdown-misc)) {@include hook-dropdown-misc();}
180
182
 
181
183
  // @mixin hook-dropdown(){}
182
184
  // @mixin hook-dropdown-dropbar(){}
@@ -1,3 +1,5 @@
1
+ @use "sass:meta";
2
+
1
3
  // Name: Dropnav
2
4
  // Description: Component to create dropdown/dropbar menus based on Drop component
3
5
  //
@@ -37,6 +39,6 @@
37
39
  // Hooks
38
40
  // ========================================================================
39
41
 
40
- @if(mixin-exists(hook-dropnav-misc)) {@include hook-dropnav-misc();}
42
+ @if(meta.mixin-exists(hook-dropnav-misc)) {@include hook-dropnav-misc();}
41
43
 
42
44
  // @mixin hook-dropnav-misc(){}
@@ -1,3 +1,5 @@
1
+ @use "sass:meta";
2
+
1
3
  // Name: Flex
2
4
  // Description: Utilities for layouts based on flexbox
3
5
  //
@@ -303,6 +305,6 @@
303
305
  // Hooks
304
306
  // ========================================================================
305
307
 
306
- @if(mixin-exists(hook-flex-misc)) {@include hook-flex-misc();}
308
+ @if(meta.mixin-exists(hook-flex-misc)) {@include hook-flex-misc();}
307
309
 
308
310
  // @mixin hook-flex-misc(){}
@@ -1,3 +1,6 @@
1
+ @use "sass:meta";
2
+ @use "sass:math";
3
+
1
4
  // Name: Form Range
2
5
  // Description: Styles for the range input type
3
6
  //
@@ -41,7 +44,7 @@
41
44
  width: 100%;
42
45
  /* 7 */
43
46
  background: transparent;
44
- @if(mixin-exists(hook-form-range)) {@include hook-form-range();}
47
+ @if(meta.mixin-exists(hook-form-range)) {@include hook-form-range();}
45
48
  }
46
49
 
47
50
  /* Focus */
@@ -65,26 +68,26 @@
65
68
  .uk-range::-webkit-slider-runnable-track {
66
69
  height: $form-range-track-height;
67
70
  background: $form-range-track-background;
68
- @if(mixin-exists(hook-form-range-track)) {@include hook-form-range-track();}
71
+ @if(meta.mixin-exists(hook-form-range-track)) {@include hook-form-range-track();}
69
72
  }
70
73
 
71
74
  .uk-range:focus::-webkit-slider-runnable-track,
72
75
  /* 1 */
73
76
  .uk-range:active::-webkit-slider-runnable-track {
74
77
  background: $form-range-track-focus-background;
75
- @if(mixin-exists(hook-form-range-track-focus)) {@include hook-form-range-track-focus();}
78
+ @if(meta.mixin-exists(hook-form-range-track-focus)) {@include hook-form-range-track-focus();}
76
79
  }
77
80
 
78
81
  /* Firefox */
79
82
  .uk-range::-moz-range-track {
80
83
  height: $form-range-track-height;
81
84
  background: $form-range-track-background;
82
- @if(mixin-exists(hook-form-range-track)) {@include hook-form-range-track();}
85
+ @if(meta.mixin-exists(hook-form-range-track)) {@include hook-form-range-track();}
83
86
  }
84
87
 
85
88
  .uk-range:focus::-moz-range-track {
86
89
  background: $form-range-track-focus-background;
87
- @if(mixin-exists(hook-form-range-track-focus)) {@include hook-form-range-track-focus();}
90
+ @if(meta.mixin-exists(hook-form-range-track-focus)) {@include hook-form-range-track-focus();}
88
91
  }
89
92
 
90
93
  /*
@@ -97,13 +100,13 @@
97
100
  .uk-range::-webkit-slider-thumb {
98
101
  /* 1 */
99
102
  -webkit-appearance: none;
100
- margin-top: (floor(($form-range-thumb-height * 0.5)) * -1);
103
+ margin-top: (math.floor(($form-range-thumb-height * 0.5)) * -1);
101
104
  /* 2 */
102
105
  height: $form-range-thumb-height;
103
106
  width: $form-range-thumb-width;
104
107
  border-radius: $form-range-thumb-border-radius;
105
108
  background: $form-range-thumb-background;
106
- @if(mixin-exists(hook-form-range-thumb)) {@include hook-form-range-thumb();}
109
+ @if(meta.mixin-exists(hook-form-range-thumb)) {@include hook-form-range-thumb();}
107
110
  }
108
111
 
109
112
  /* Firefox */
@@ -113,17 +116,17 @@
113
116
  /* 2 */
114
117
  height: $form-range-thumb-height;
115
118
  width: $form-range-thumb-width;
116
- margin-top: (floor(($form-range-thumb-height * 0.5)) * -1);
119
+ margin-top: (math.floor(($form-range-thumb-height * 0.5)) * -1);
117
120
  border-radius: $form-range-thumb-border-radius;
118
121
  background: $form-range-thumb-background;
119
- @if(mixin-exists(hook-form-range-thumb)) {@include hook-form-range-thumb();}
122
+ @if(meta.mixin-exists(hook-form-range-thumb)) {@include hook-form-range-thumb();}
120
123
  }
121
124
 
122
125
 
123
126
  // Hooks
124
127
  // ========================================================================
125
128
 
126
- @if(mixin-exists(hook-form-range-misc)) {@include hook-form-range-misc();}
129
+ @if(meta.mixin-exists(hook-form-range-misc)) {@include hook-form-range-misc();}
127
130
 
128
131
  // @mixin hook-form-range(){}
129
132
  // @mixin hook-form-range-track(){}
@@ -1,3 +1,5 @@
1
+ @use "sass:meta";
2
+
1
3
  // Name: Form
2
4
  // Description: Styles for forms
3
5
  //
@@ -206,7 +208,7 @@
206
208
  padding: 0 $form-padding-horizontal;
207
209
  background: $form-background;
208
210
  color: $form-color;
209
- @if(mixin-exists(hook-form)) {@include hook-form();}
211
+ @if(meta.mixin-exists(hook-form)) {@include hook-form();}
210
212
  }
211
213
 
212
214
  /*
@@ -222,7 +224,7 @@
222
224
  vertical-align: middle;
223
225
  /* 1 */
224
226
  display: inline-block;
225
- @if(mixin-exists(hook-form-single-line)) {@include hook-form-single-line();}
227
+ @if(meta.mixin-exists(hook-form-single-line)) {@include hook-form-single-line();}
226
228
  }
227
229
 
228
230
  /* 2 */
@@ -239,7 +241,7 @@
239
241
  padding-top: $form-padding-vertical;
240
242
  padding-bottom: $form-padding-vertical;
241
243
  vertical-align: top;
242
- @if(mixin-exists(hook-form-multi-line)) {@include hook-form-multi-line();}
244
+ @if(meta.mixin-exists(hook-form-multi-line)) {@include hook-form-multi-line();}
243
245
  }
244
246
 
245
247
  .uk-select[multiple],
@@ -252,7 +254,7 @@
252
254
  outline: none;
253
255
  background-color: $form-focus-background;
254
256
  color: $form-focus-color;
255
- @if(mixin-exists(hook-form-focus)) {@include hook-form-focus();}
257
+ @if(meta.mixin-exists(hook-form-focus)) {@include hook-form-focus();}
256
258
  }
257
259
 
258
260
  /* Disabled */
@@ -261,7 +263,7 @@
261
263
  .uk-textarea:disabled {
262
264
  background-color: $form-disabled-background;
263
265
  color: $form-disabled-color;
264
- @if(mixin-exists(hook-form-disabled)) {@include hook-form-disabled();}
266
+ @if(meta.mixin-exists(hook-form-disabled)) {@include hook-form-disabled();}
265
267
  }
266
268
 
267
269
  /*
@@ -327,7 +329,7 @@ textarea.uk-form-large,
327
329
  .uk-form-danger,
328
330
  .uk-form-danger:focus {
329
331
  color: $form-danger-color;
330
- @if(mixin-exists(hook-form-danger)) {@include hook-form-danger();}
332
+ @if(meta.mixin-exists(hook-form-danger)) {@include hook-form-danger();}
331
333
  }
332
334
 
333
335
  /*
@@ -337,7 +339,7 @@ textarea.uk-form-large,
337
339
  .uk-form-success,
338
340
  .uk-form-success:focus {
339
341
  color: $form-success-color;
340
- @if(mixin-exists(hook-form-success)) {@include hook-form-success();}
342
+ @if(meta.mixin-exists(hook-form-success)) {@include hook-form-success();}
341
343
  }
342
344
 
343
345
  /*
@@ -346,11 +348,11 @@ textarea.uk-form-large,
346
348
 
347
349
  .uk-form-blank {
348
350
  background: none;
349
- @if(mixin-exists(hook-form-blank)) {@include hook-form-blank();}
351
+ @if(meta.mixin-exists(hook-form-blank)) {@include hook-form-blank();}
350
352
  }
351
353
 
352
354
  .uk-form-blank:focus {
353
- @if(mixin-exists(hook-form-blank-focus)) {@include hook-form-blank-focus();}
355
+ @if(meta.mixin-exists(hook-form-blank-focus)) {@include hook-form-blank-focus();}
354
356
  }
355
357
 
356
358
 
@@ -454,7 +456,7 @@ select.uk-form-width-xsmall { width: ($form-width-xsmall + 25px); }
454
456
  /* 6 */
455
457
  background-repeat: no-repeat;
456
458
  background-position: 50% 50%;
457
- @if(mixin-exists(hook-form-radio)) {@include hook-form-radio();}
459
+ @if(meta.mixin-exists(hook-form-radio)) {@include hook-form-radio();}
458
460
  }
459
461
 
460
462
  .uk-radio { border-radius: 50%; }
@@ -464,7 +466,7 @@ select.uk-form-width-xsmall { width: ($form-width-xsmall + 25px); }
464
466
  .uk-checkbox:focus {
465
467
  background-color: $form-radio-focus-background;
466
468
  outline: none;
467
- @if(mixin-exists(hook-form-radio-focus)) {@include hook-form-radio-focus();}
469
+ @if(meta.mixin-exists(hook-form-radio-focus)) {@include hook-form-radio-focus();}
468
470
  }
469
471
 
470
472
  /*
@@ -475,7 +477,7 @@ select.uk-form-width-xsmall { width: ($form-width-xsmall + 25px); }
475
477
  .uk-checkbox:checked,
476
478
  .uk-checkbox:indeterminate {
477
479
  background-color: $form-radio-checked-background;
478
- @if(mixin-exists(hook-form-radio-checked)) {@include hook-form-radio-checked();}
480
+ @if(meta.mixin-exists(hook-form-radio-checked)) {@include hook-form-radio-checked();}
479
481
  }
480
482
 
481
483
  /* Focus */
@@ -483,7 +485,7 @@ select.uk-form-width-xsmall { width: ($form-width-xsmall + 25px); }
483
485
  .uk-checkbox:checked:focus,
484
486
  .uk-checkbox:indeterminate:focus {
485
487
  background-color: $form-radio-checked-focus-background;
486
- @if(mixin-exists(hook-form-radio-checked-focus)) {@include hook-form-radio-checked-focus();}
488
+ @if(meta.mixin-exists(hook-form-radio-checked-focus)) {@include hook-form-radio-checked-focus();}
487
489
  }
488
490
 
489
491
  /*
@@ -501,7 +503,7 @@ select.uk-form-width-xsmall { width: ($form-width-xsmall + 25px); }
501
503
  .uk-radio:disabled,
502
504
  .uk-checkbox:disabled {
503
505
  background-color: $form-radio-disabled-background;
504
- @if(mixin-exists(hook-form-radio-disabled)) {@include hook-form-radio-disabled();}
506
+ @if(meta.mixin-exists(hook-form-radio-disabled)) {@include hook-form-radio-disabled();}
505
507
  }
506
508
 
507
509
  .uk-radio:disabled:checked { @include svg-fill($internal-form-radio-image, "#000", $form-radio-disabled-icon-color); }
@@ -530,7 +532,7 @@ select.uk-form-width-xsmall { width: ($form-width-xsmall + 25px); }
530
532
  /* 4 */
531
533
  font-size: $form-legend-font-size;
532
534
  line-height: $form-legend-line-height;
533
- @if(mixin-exists(hook-form-legend)) {@include hook-form-legend();}
535
+ @if(meta.mixin-exists(hook-form-legend)) {@include hook-form-legend();}
534
536
  }
535
537
 
536
538
 
@@ -593,7 +595,7 @@ select.uk-form-width-xsmall { width: ($form-width-xsmall + 25px); }
593
595
  ========================================================================== */
594
596
 
595
597
  .uk-form-label {
596
- @if(mixin-exists(hook-form-label)) {@include hook-form-label();}
598
+ @if(meta.mixin-exists(hook-form-label)) {@include hook-form-label();}
597
599
  }
598
600
 
599
601
 
@@ -607,7 +609,7 @@ select.uk-form-width-xsmall { width: ($form-width-xsmall + 25px); }
607
609
  .uk-form-stacked .uk-form-label {
608
610
  display: block;
609
611
  margin-bottom: $form-stacked-margin-bottom;
610
- @if(mixin-exists(hook-form-stacked-label)) {@include hook-form-stacked-label();}
612
+ @if(meta.mixin-exists(hook-form-stacked-label)) {@include hook-form-stacked-label();}
611
613
  }
612
614
 
613
615
  /*
@@ -621,7 +623,7 @@ select.uk-form-width-xsmall { width: ($form-width-xsmall + 25px); }
621
623
  .uk-form-horizontal .uk-form-label {
622
624
  display: block;
623
625
  margin-bottom: $form-stacked-margin-bottom;
624
- @if(mixin-exists(hook-form-stacked-label)) {@include hook-form-stacked-label();}
626
+ @if(meta.mixin-exists(hook-form-stacked-label)) {@include hook-form-stacked-label();}
625
627
  }
626
628
 
627
629
  }
@@ -633,7 +635,7 @@ select.uk-form-width-xsmall { width: ($form-width-xsmall + 25px); }
633
635
  width: $form-horizontal-label-width;
634
636
  margin-top: $form-horizontal-label-margin-top;
635
637
  float: left;
636
- @if(mixin-exists(hook-form-horizontal-label)) {@include hook-form-horizontal-label();}
638
+ @if(meta.mixin-exists(hook-form-horizontal-label)) {@include hook-form-horizontal-label();}
637
639
  }
638
640
 
639
641
  .uk-form-horizontal .uk-form-controls { margin-left: $form-horizontal-controls-margin-left; }
@@ -668,7 +670,7 @@ select.uk-form-width-xsmall { width: ($form-width-xsmall + 25px); }
668
670
  align-items: center;
669
671
  /* 4 */
670
672
  color: $form-icon-color;
671
- @if(mixin-exists(hook-form-icon)) {@include hook-form-icon();}
673
+ @if(meta.mixin-exists(hook-form-icon)) {@include hook-form-icon();}
672
674
  }
673
675
 
674
676
  /*
@@ -704,7 +706,7 @@ select.uk-form-width-xsmall { width: ($form-width-xsmall + 25px); }
704
706
  // Hooks
705
707
  // ========================================================================
706
708
 
707
- @if(mixin-exists(hook-form-misc)) {@include hook-form-misc();}
709
+ @if(meta.mixin-exists(hook-form-misc)) {@include hook-form-misc();}
708
710
 
709
711
  // @mixin hook-form(){}
710
712
  // @mixin hook-form-single-line(){}
@@ -1,3 +1,5 @@
1
+ @use "sass:meta";
2
+
1
3
  // Name: Grid
2
4
  // Description: Component to create responsive, fluid and nestable grids
3
5
  //
@@ -193,7 +195,7 @@
193
195
  top: 0;
194
196
  bottom: 0;
195
197
  border-left: $grid-divider-border-width solid $grid-divider-border;
196
- @if(mixin-exists(hook-grid-divider-horizontal)) {@include hook-grid-divider-horizontal();}
198
+ @if(meta.mixin-exists(hook-grid-divider-horizontal)) {@include hook-grid-divider-horizontal();}
197
199
  }
198
200
 
199
201
  /* Vertical */
@@ -203,7 +205,7 @@
203
205
  left: 0;
204
206
  right: 0;
205
207
  border-top: $grid-divider-border-width solid $grid-divider-border;
206
- @if(mixin-exists(hook-grid-divider-vertical)) {@include hook-grid-divider-vertical();}
208
+ @if(meta.mixin-exists(hook-grid-divider-vertical)) {@include hook-grid-divider-vertical();}
207
209
  }
208
210
 
209
211
  /*
@@ -375,7 +377,7 @@
375
377
  // Hooks
376
378
  // ========================================================================
377
379
 
378
- @if(mixin-exists(hook-grid-misc)) {@include hook-grid-misc();}
380
+ @if(meta.mixin-exists(hook-grid-misc)) {@include hook-grid-misc();}
379
381
 
380
382
  // @mixin hook-grid-divider-horizontal(){}
381
383
  // @mixin hook-grid-divider-vertical(){}
@@ -1,3 +1,6 @@
1
+ @use "sass:meta";
2
+ @use "sass:string";
3
+
1
4
  // Name: Heading
2
5
  // Description: Styles for headings
3
6
  //
@@ -45,37 +48,37 @@ $heading-3xlarge-font-size-l: 15rem !default;
45
48
  .uk-heading-small {
46
49
  font-size: $heading-small-font-size;
47
50
  line-height: $heading-small-line-height;
48
- @if(mixin-exists(hook-heading-small)) {@include hook-heading-small();}
51
+ @if(meta.mixin-exists(hook-heading-small)) {@include hook-heading-small();}
49
52
  }
50
53
 
51
54
  .uk-heading-medium {
52
55
  font-size: $heading-medium-font-size;
53
56
  line-height: $heading-medium-line-height;
54
- @if(mixin-exists(hook-heading-medium)) {@include hook-heading-medium();}
57
+ @if(meta.mixin-exists(hook-heading-medium)) {@include hook-heading-medium();}
55
58
  }
56
59
 
57
60
  .uk-heading-large {
58
61
  font-size: $heading-large-font-size;
59
62
  line-height: $heading-large-line-height;
60
- @if(mixin-exists(hook-heading-large)) {@include hook-heading-large();}
63
+ @if(meta.mixin-exists(hook-heading-large)) {@include hook-heading-large();}
61
64
  }
62
65
 
63
66
  .uk-heading-xlarge {
64
67
  font-size: $heading-xlarge-font-size;
65
68
  line-height: $heading-xlarge-line-height;
66
- @if(mixin-exists(hook-heading-xlarge)) {@include hook-heading-xlarge();}
69
+ @if(meta.mixin-exists(hook-heading-xlarge)) {@include hook-heading-xlarge();}
67
70
  }
68
71
 
69
72
  .uk-heading-2xlarge {
70
73
  font-size: $heading-2xlarge-font-size;
71
74
  line-height: $heading-2xlarge-line-height;
72
- @if(mixin-exists(hook-heading-2xlarge)) {@include hook-heading-2xlarge();}
75
+ @if(meta.mixin-exists(hook-heading-2xlarge)) {@include hook-heading-2xlarge();}
73
76
  }
74
77
 
75
78
  .uk-heading-3xlarge {
76
79
  font-size: $heading-3xlarge-font-size;
77
80
  line-height: $heading-3xlarge-line-height;
78
- @if(mixin-exists(hook-heading-3xlarge)) {@include hook-heading-3xlarge();}
81
+ @if(meta.mixin-exists(hook-heading-3xlarge)) {@include hook-heading-3xlarge();}
79
82
  }
80
83
 
81
84
  /* Tablet Landscape and bigger */
@@ -116,7 +119,7 @@ $heading-primary-font-size: $heading-primary-font-size-l *
116
119
  .uk-heading-primary {
117
120
  font-size: $heading-primary-font-size;
118
121
  line-height: $heading-primary-line-height;
119
- @if(mixin-exists(hook-heading-primary)) {@include hook-heading-primary();}
122
+ @if(meta.mixin-exists(hook-heading-primary)) {@include hook-heading-primary();}
120
123
  }
121
124
  }
122
125
 
@@ -156,7 +159,7 @@ $heading-hero-font-size: $heading-hero-font-size-l * 0.5
156
159
  .uk-heading-hero {
157
160
  font-size: $heading-hero-font-size;
158
161
  line-height: $heading-hero-line-height;
159
- @if(mixin-exists(hook-heading-hero)) {@include hook-heading-hero();}
162
+ @if(meta.mixin-exists(hook-heading-hero)) {@include hook-heading-hero();}
160
163
  }
161
164
  }
162
165
 
@@ -191,7 +194,7 @@ $heading-hero-font-size: $heading-hero-font-size-l * 0.5
191
194
  .uk-heading-divider {
192
195
  padding-bottom: $heading-divider-padding-bottom;
193
196
  border-bottom: $heading-divider-border-width solid $heading-divider-border;
194
- @if(mixin-exists(hook-heading-divider)) {@include hook-heading-divider();}
197
+ @if(meta.mixin-exists(hook-heading-divider)) {@include hook-heading-divider();}
195
198
  }
196
199
 
197
200
 
@@ -218,7 +221,7 @@ $heading-hero-font-size: $heading-hero-font-size-l * 0.5
218
221
  height: $heading-bullet-height;
219
222
  margin-right: $heading-bullet-margin-right;
220
223
  border-left: $heading-bullet-border-width solid $heading-bullet-border;
221
- @if(mixin-exists(hook-heading-bullet)) {@include hook-heading-bullet();}
224
+ @if(meta.mixin-exists(hook-heading-bullet)) {@include hook-heading-bullet();}
222
225
  }
223
226
 
224
227
 
@@ -251,12 +254,12 @@ $heading-hero-font-size: $heading-hero-font-size-l * 0.5
251
254
  content: "";
252
255
  /* 1 */
253
256
  position: absolute;
254
- top: unquote('calc(#{$heading-line-top} - (#{$heading-line-height} / 2))');
257
+ top: string.unquote('calc(#{$heading-line-top} - (#{$heading-line-height} / 2))');
255
258
  /* 2 */
256
259
  width: $heading-line-width;
257
260
  /* 3 */
258
261
  border-bottom: $heading-line-border-width solid $heading-line-border;
259
- @if(mixin-exists(hook-heading-line)) {@include hook-heading-line();}
262
+ @if(meta.mixin-exists(hook-heading-line)) {@include hook-heading-line();}
260
263
  }
261
264
 
262
265
  .uk-heading-line > ::before {
@@ -272,7 +275,7 @@ $heading-hero-font-size: $heading-hero-font-size-l * 0.5
272
275
  // Hooks
273
276
  // ========================================================================
274
277
 
275
- @if(mixin-exists(hook-heading-misc)) {@include hook-heading-misc();}
278
+ @if(meta.mixin-exists(hook-heading-misc)) {@include hook-heading-misc();}
276
279
 
277
280
  // @mixin hook-heading-small(){}
278
281
  // @mixin hook-heading-medium(){}
@@ -1,3 +1,5 @@
1
+ @use "sass:meta";
2
+
1
3
  // Name: Height
2
4
  // Description: Utilities for heights
3
5
  //
@@ -49,6 +51,6 @@
49
51
  // Hooks
50
52
  // ========================================================================
51
53
 
52
- @if(mixin-exists(hook-height-misc)) {@include hook-height-misc();}
54
+ @if(meta.mixin-exists(hook-height-misc)) {@include hook-height-misc();}
53
55
 
54
56
  // @mixin hook-height-misc(){}
@@ -1,3 +1,5 @@
1
+ @use "sass:meta";
2
+
1
3
  // Name: Icon
2
4
  // Description: Component to create icons
3
5
  //
@@ -125,19 +127,19 @@ button.uk-icon:not(:disabled) { cursor: pointer; }
125
127
  color: $icon-link-color;
126
128
  /* 1 */
127
129
  text-decoration: none !important;
128
- @if(mixin-exists(hook-icon-link)) {@include hook-icon-link();}
130
+ @if(meta.mixin-exists(hook-icon-link)) {@include hook-icon-link();}
129
131
  }
130
132
 
131
133
  .uk-icon-link:hover {
132
134
  color: $icon-link-hover-color;
133
- @if(mixin-exists(hook-icon-link-hover)) {@include hook-icon-link-hover();}
135
+ @if(meta.mixin-exists(hook-icon-link-hover)) {@include hook-icon-link-hover();}
134
136
  }
135
137
 
136
138
  /* OnClick + Active */
137
139
  .uk-icon-link:active,
138
140
  .uk-active > .uk-icon-link {
139
141
  color: $icon-link-active-color;
140
- @if(mixin-exists(hook-icon-link-active)) {@include hook-icon-link-active();}
142
+ @if(meta.mixin-exists(hook-icon-link-active)) {@include hook-icon-link-active();}
141
143
  }
142
144
 
143
145
  /*
@@ -157,14 +159,14 @@ button.uk-icon:not(:disabled) { cursor: pointer; }
157
159
  display: inline-flex;
158
160
  justify-content: center;
159
161
  align-items: center;
160
- @if(mixin-exists(hook-icon-button)) {@include hook-icon-button();}
162
+ @if(meta.mixin-exists(hook-icon-button)) {@include hook-icon-button();}
161
163
  }
162
164
 
163
165
  /* Hover */
164
166
  .uk-icon-button:hover {
165
167
  background-color: $icon-button-hover-background;
166
168
  color: $icon-button-hover-color;
167
- @if(mixin-exists(hook-icon-button-hover)) {@include hook-icon-button-hover();}
169
+ @if(meta.mixin-exists(hook-icon-button-hover)) {@include hook-icon-button-hover();}
168
170
  }
169
171
 
170
172
  /* OnClick + Active */
@@ -172,14 +174,14 @@ button.uk-icon:not(:disabled) { cursor: pointer; }
172
174
  .uk-active > .uk-icon-button {
173
175
  background-color: $icon-button-active-background;
174
176
  color: $icon-button-active-color;
175
- @if(mixin-exists(hook-icon-button-active)) {@include hook-icon-button-active();}
177
+ @if(meta.mixin-exists(hook-icon-button-active)) {@include hook-icon-button-active();}
176
178
  }
177
179
 
178
180
 
179
181
  // Hooks
180
182
  // ========================================================================
181
183
 
182
- @if(mixin-exists(hook-icon-misc)) {@include hook-icon-misc();}
184
+ @if(meta.mixin-exists(hook-icon-misc)) {@include hook-icon-misc();}
183
185
 
184
186
  // @mixin hook-icon-link(){}
185
187
  // @mixin hook-icon-link-hover(){}