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.
- package/{.eslintrc.js → .eslintrc.json} +5 -5
- package/CHANGELOG.md +13 -1
- package/build/.eslintrc.json +15 -0
- package/build/build.js +55 -82
- package/build/icons.js +12 -13
- package/build/less.js +23 -38
- package/build/package.json +4 -0
- package/build/prefix.js +38 -94
- package/build/publishDev.js +12 -17
- package/build/release.js +31 -60
- package/build/scope.js +49 -84
- package/build/scss.js +19 -21
- package/build/util.js +166 -95
- package/dist/css/uikit-core-rtl.css +7 -7
- package/dist/css/uikit-core-rtl.min.css +1 -1
- package/dist/css/uikit-core.css +7 -7
- package/dist/css/uikit-core.min.css +1 -1
- package/dist/css/uikit-rtl.css +7 -7
- package/dist/css/uikit-rtl.min.css +1 -1
- package/dist/css/uikit.css +7 -7
- package/dist/css/uikit.min.css +1 -1
- package/dist/js/components/countdown.js +1 -1
- package/dist/js/components/countdown.min.js +2 -2
- package/dist/js/components/filter.js +1 -1
- package/dist/js/components/filter.min.js +2 -2
- package/dist/js/components/lightbox-panel.js +1 -1
- package/dist/js/components/lightbox-panel.min.js +2 -2
- package/dist/js/components/lightbox.js +1 -1
- package/dist/js/components/lightbox.min.js +2 -2
- package/dist/js/components/notification.js +1 -1
- package/dist/js/components/notification.min.js +2 -2
- package/dist/js/components/parallax.js +1 -1
- package/dist/js/components/parallax.min.js +2 -2
- package/dist/js/components/slider-parallax.js +1 -1
- package/dist/js/components/slider-parallax.min.js +2 -2
- package/dist/js/components/slider.js +1 -1
- package/dist/js/components/slider.min.js +2 -2
- package/dist/js/components/slideshow-parallax.js +1 -1
- package/dist/js/components/slideshow-parallax.min.js +2 -2
- package/dist/js/components/slideshow.js +1 -1
- package/dist/js/components/slideshow.min.js +2 -2
- package/dist/js/components/sortable.js +1 -1
- package/dist/js/components/sortable.min.js +2 -2
- package/dist/js/components/tooltip.js +1 -1
- package/dist/js/components/tooltip.min.js +2 -2
- package/dist/js/components/upload.js +1 -1
- package/dist/js/components/upload.min.js +2 -2
- package/dist/js/uikit-core.js +8 -8
- package/dist/js/uikit-core.min.js +2 -2
- package/dist/js/uikit-icons.js +1 -1
- package/dist/js/uikit-icons.min.js +2 -2
- package/dist/js/uikit.js +8 -8
- package/dist/js/uikit.min.js +2 -2
- package/package.json +17 -19
- package/src/js/uikit-core.js +1 -1
- package/src/js/uikit.js +1 -1
- package/src/js/util/event.js +7 -7
- package/src/less/components/accordion.less +10 -10
- package/src/less/components/alert.less +9 -9
- package/src/less/components/align.less +2 -2
- package/src/less/components/animation.less +2 -2
- package/src/less/components/article.less +8 -8
- package/src/less/components/background.less +1 -1
- package/src/less/components/badge.less +6 -6
- package/src/less/components/base.less +30 -30
- package/src/less/components/breadcrumb.less +12 -12
- package/src/less/components/button.less +36 -36
- package/src/less/components/card.less +32 -32
- package/src/less/components/close.less +5 -5
- package/src/less/components/column.less +2 -2
- package/src/less/components/comment.less +12 -12
- package/src/less/components/container.less +2 -2
- package/src/less/components/countdown.less +10 -10
- package/src/less/components/cover.less +2 -2
- package/src/less/components/description-list.less +5 -5
- package/src/less/components/divider.less +11 -11
- package/src/less/components/dotnav.less +11 -11
- package/src/less/components/drop.less +1 -1
- package/src/less/components/dropdown.less +7 -7
- package/src/less/components/flex.less +2 -2
- package/src/less/components/form-range.less +12 -12
- package/src/less/components/form.less +27 -27
- package/src/less/components/grid.less +6 -6
- package/src/less/components/heading.less +21 -21
- package/src/less/components/height.less +1 -1
- package/src/less/components/icon.less +13 -13
- package/src/less/components/iconnav.less +9 -9
- package/src/less/components/inverse.less +3 -3
- package/src/less/components/label.less +7 -7
- package/src/less/components/leader.less +3 -3
- package/src/less/components/lightbox.less +9 -9
- package/src/less/components/link.less +12 -12
- package/src/less/components/list.less +5 -5
- package/src/less/components/margin.less +3 -3
- package/src/less/components/marker.less +5 -5
- package/src/less/components/modal.less +16 -16
- package/src/less/components/nav.less +31 -31
- package/src/less/components/navbar.less +33 -33
- package/src/less/components/notification.less +8 -8
- package/src/less/components/offcanvas.less +4 -4
- package/src/less/components/overlay.less +5 -5
- package/src/less/components/padding.less +1 -1
- package/src/less/components/pagination.less +10 -10
- package/src/less/components/placeholder.less +3 -3
- package/src/less/components/position.less +1 -1
- package/src/less/components/print.less +1 -1
- package/src/less/components/progress.less +6 -6
- package/src/less/components/search.less +15 -15
- package/src/less/components/section.less +8 -8
- package/src/less/components/slidenav.less +11 -11
- package/src/less/components/slider.less +2 -2
- package/src/less/components/slideshow.less +2 -2
- package/src/less/components/sortable.less +5 -5
- package/src/less/components/spinner.less +4 -4
- package/src/less/components/sticky.less +1 -1
- package/src/less/components/subnav.less +21 -21
- package/src/less/components/svg.less +1 -1
- package/src/less/components/switcher.less +2 -2
- package/src/less/components/tab.less +18 -18
- package/src/less/components/table.less +21 -21
- package/src/less/components/text.less +11 -11
- package/src/less/components/thumbnav.less +9 -9
- package/src/less/components/tile.less +10 -10
- package/src/less/components/tooltip.less +2 -2
- package/src/less/components/totop.less +7 -7
- package/src/less/components/transition.less +5 -5
- package/src/less/components/utility.less +10 -10
- package/src/less/components/visibility.less +1 -1
- package/src/less/components/width.less +1 -1
- package/src/scss/components/accordion.scss +1 -1
- package/src/scss/components/alert.scss +1 -1
- package/src/scss/components/align.scss +1 -1
- package/src/scss/components/animation.scss +1 -1
- package/src/scss/components/article.scss +1 -1
- package/src/scss/components/badge.scss +1 -1
- package/src/scss/components/base.scss +1 -1
- package/src/scss/components/card.scss +7 -7
- package/src/scss/components/column.scss +1 -0
- package/src/scss/components/comment.scss +1 -1
- package/src/scss/components/container.scss +1 -1
- package/src/scss/components/cover.scss +1 -1
- package/src/scss/components/description-list.scss +1 -1
- package/src/scss/components/dotnav.scss +1 -1
- package/src/scss/components/flex.scss +1 -1
- package/src/scss/components/form-range.scss +1 -1
- package/src/scss/components/grid.scss +1 -1
- package/src/scss/components/iconnav.scss +1 -1
- package/src/scss/components/inverse.scss +1 -1
- package/src/scss/components/label.scss +1 -1
- package/src/scss/components/margin.scss +2 -2
- package/src/scss/components/nav.scss +1 -1
- package/src/scss/components/placeholder.scss +1 -1
- package/src/scss/components/section.scss +1 -1
- package/src/scss/components/spinner.scss +2 -2
- package/src/scss/components/subnav.scss +1 -1
- package/src/scss/components/switcher.scss +1 -1
- package/src/scss/components/tab.scss +1 -1
- package/src/scss/components/table.scss +3 -3
- package/src/scss/components/text.scss +3 -3
- package/src/scss/components/thumbnav.scss +1 -1
- package/src/scss/components/transition.scss +4 -4
- package/src/scss/components/utility.scss +1 -1
- package/src/scss/mixins-theme.scss +1 -1
- package/src/scss/mixins.scss +1 -1
- package/src/scss/variables-theme.scss +8 -8
- package/src/scss/variables.scss +8 -8
- package/build/.eslintrc.js +0 -13
|
@@ -248,7 +248,7 @@
|
|
|
248
248
|
padding: 0 @form-padding-horizontal;
|
|
249
249
|
background: @form-background;
|
|
250
250
|
color: @form-color;
|
|
251
|
-
.hook-form;
|
|
251
|
+
.hook-form();
|
|
252
252
|
}
|
|
253
253
|
|
|
254
254
|
/*
|
|
@@ -264,7 +264,7 @@
|
|
|
264
264
|
vertical-align: middle;
|
|
265
265
|
/* 1 */
|
|
266
266
|
display: inline-block;
|
|
267
|
-
.hook-form-single-line;
|
|
267
|
+
.hook-form-single-line();
|
|
268
268
|
}
|
|
269
269
|
|
|
270
270
|
/* 2 */
|
|
@@ -281,7 +281,7 @@
|
|
|
281
281
|
padding-top: @form-padding-vertical;
|
|
282
282
|
padding-bottom: @form-padding-vertical;
|
|
283
283
|
vertical-align: top;
|
|
284
|
-
.hook-form-multi-line;
|
|
284
|
+
.hook-form-multi-line();
|
|
285
285
|
}
|
|
286
286
|
|
|
287
287
|
.uk-select[multiple],
|
|
@@ -294,7 +294,7 @@
|
|
|
294
294
|
outline: none;
|
|
295
295
|
background-color: @form-focus-background;
|
|
296
296
|
color: @form-focus-color;
|
|
297
|
-
.hook-form-focus;
|
|
297
|
+
.hook-form-focus();
|
|
298
298
|
}
|
|
299
299
|
|
|
300
300
|
/* Disabled */
|
|
@@ -303,7 +303,7 @@
|
|
|
303
303
|
.uk-textarea:disabled {
|
|
304
304
|
background-color: @form-disabled-background;
|
|
305
305
|
color: @form-disabled-color;
|
|
306
|
-
.hook-form-disabled;
|
|
306
|
+
.hook-form-disabled();
|
|
307
307
|
}
|
|
308
308
|
|
|
309
309
|
/*
|
|
@@ -371,7 +371,7 @@ textarea.uk-form-large,
|
|
|
371
371
|
.uk-form-danger,
|
|
372
372
|
.uk-form-danger:focus {
|
|
373
373
|
color: @form-danger-color;
|
|
374
|
-
.hook-form-danger;
|
|
374
|
+
.hook-form-danger();
|
|
375
375
|
}
|
|
376
376
|
|
|
377
377
|
/*
|
|
@@ -381,7 +381,7 @@ textarea.uk-form-large,
|
|
|
381
381
|
.uk-form-success,
|
|
382
382
|
.uk-form-success:focus {
|
|
383
383
|
color: @form-success-color;
|
|
384
|
-
.hook-form-success;
|
|
384
|
+
.hook-form-success();
|
|
385
385
|
}
|
|
386
386
|
|
|
387
387
|
/*
|
|
@@ -390,11 +390,11 @@ textarea.uk-form-large,
|
|
|
390
390
|
|
|
391
391
|
.uk-form-blank {
|
|
392
392
|
background: none;
|
|
393
|
-
.hook-form-blank;
|
|
393
|
+
.hook-form-blank();
|
|
394
394
|
}
|
|
395
395
|
|
|
396
396
|
.uk-form-blank:focus {
|
|
397
|
-
.hook-form-blank-focus;
|
|
397
|
+
.hook-form-blank-focus();
|
|
398
398
|
}
|
|
399
399
|
|
|
400
400
|
|
|
@@ -503,7 +503,7 @@ select.uk-form-width-xsmall { width: (@form-width-xsmall + 25px); }
|
|
|
503
503
|
/* 6 */
|
|
504
504
|
background-repeat: no-repeat;
|
|
505
505
|
background-position: 50% 50%;
|
|
506
|
-
.hook-form-radio;
|
|
506
|
+
.hook-form-radio();
|
|
507
507
|
}
|
|
508
508
|
|
|
509
509
|
.uk-radio { border-radius: 50%; }
|
|
@@ -513,7 +513,7 @@ select.uk-form-width-xsmall { width: (@form-width-xsmall + 25px); }
|
|
|
513
513
|
.uk-checkbox:focus {
|
|
514
514
|
background-color: @form-radio-focus-background;
|
|
515
515
|
outline: none;
|
|
516
|
-
.hook-form-radio-focus;
|
|
516
|
+
.hook-form-radio-focus();
|
|
517
517
|
}
|
|
518
518
|
|
|
519
519
|
/*
|
|
@@ -524,7 +524,7 @@ select.uk-form-width-xsmall { width: (@form-width-xsmall + 25px); }
|
|
|
524
524
|
.uk-checkbox:checked,
|
|
525
525
|
.uk-checkbox:indeterminate {
|
|
526
526
|
background-color: @form-radio-checked-background;
|
|
527
|
-
.hook-form-radio-checked;
|
|
527
|
+
.hook-form-radio-checked();
|
|
528
528
|
}
|
|
529
529
|
|
|
530
530
|
/* Focus */
|
|
@@ -532,7 +532,7 @@ select.uk-form-width-xsmall { width: (@form-width-xsmall + 25px); }
|
|
|
532
532
|
.uk-checkbox:checked:focus,
|
|
533
533
|
.uk-checkbox:indeterminate:focus {
|
|
534
534
|
background-color: @form-radio-checked-focus-background;
|
|
535
|
-
.hook-form-radio-checked-focus;
|
|
535
|
+
.hook-form-radio-checked-focus();
|
|
536
536
|
}
|
|
537
537
|
|
|
538
538
|
/*
|
|
@@ -550,7 +550,7 @@ select.uk-form-width-xsmall { width: (@form-width-xsmall + 25px); }
|
|
|
550
550
|
.uk-radio:disabled,
|
|
551
551
|
.uk-checkbox:disabled {
|
|
552
552
|
background-color: @form-radio-disabled-background;
|
|
553
|
-
.hook-form-radio-disabled;
|
|
553
|
+
.hook-form-radio-disabled();
|
|
554
554
|
}
|
|
555
555
|
|
|
556
556
|
.uk-radio:disabled:checked { .svg-fill(@internal-form-radio-image, "#000", @form-radio-disabled-icon-color); }
|
|
@@ -579,7 +579,7 @@ select.uk-form-width-xsmall { width: (@form-width-xsmall + 25px); }
|
|
|
579
579
|
/* 4 */
|
|
580
580
|
font-size: @form-legend-font-size;
|
|
581
581
|
line-height: @form-legend-line-height;
|
|
582
|
-
.hook-form-legend;
|
|
582
|
+
.hook-form-legend();
|
|
583
583
|
}
|
|
584
584
|
|
|
585
585
|
|
|
@@ -642,7 +642,7 @@ select.uk-form-width-xsmall { width: (@form-width-xsmall + 25px); }
|
|
|
642
642
|
========================================================================== */
|
|
643
643
|
|
|
644
644
|
.uk-form-label {
|
|
645
|
-
.hook-form-label;
|
|
645
|
+
.hook-form-label();
|
|
646
646
|
}
|
|
647
647
|
|
|
648
648
|
|
|
@@ -656,7 +656,7 @@ select.uk-form-width-xsmall { width: (@form-width-xsmall + 25px); }
|
|
|
656
656
|
.uk-form-stacked .uk-form-label {
|
|
657
657
|
display: block;
|
|
658
658
|
margin-bottom: @form-stacked-margin-bottom;
|
|
659
|
-
.hook-form-stacked-label;
|
|
659
|
+
.hook-form-stacked-label();
|
|
660
660
|
}
|
|
661
661
|
|
|
662
662
|
/*
|
|
@@ -670,7 +670,7 @@ select.uk-form-width-xsmall { width: (@form-width-xsmall + 25px); }
|
|
|
670
670
|
.uk-form-horizontal .uk-form-label {
|
|
671
671
|
display: block;
|
|
672
672
|
margin-bottom: @form-stacked-margin-bottom;
|
|
673
|
-
.hook-form-stacked-label;
|
|
673
|
+
.hook-form-stacked-label();
|
|
674
674
|
}
|
|
675
675
|
|
|
676
676
|
}
|
|
@@ -682,7 +682,7 @@ select.uk-form-width-xsmall { width: (@form-width-xsmall + 25px); }
|
|
|
682
682
|
width: @form-horizontal-label-width;
|
|
683
683
|
margin-top: @form-horizontal-label-margin-top;
|
|
684
684
|
float: left;
|
|
685
|
-
.hook-form-horizontal-label;
|
|
685
|
+
.hook-form-horizontal-label();
|
|
686
686
|
}
|
|
687
687
|
|
|
688
688
|
.uk-form-horizontal .uk-form-controls { margin-left: @form-horizontal-controls-margin-left; }
|
|
@@ -752,7 +752,7 @@ select.uk-form-width-xsmall { width: (@form-width-xsmall + 25px); }
|
|
|
752
752
|
// Hooks
|
|
753
753
|
// ========================================================================
|
|
754
754
|
|
|
755
|
-
.hook-form-misc;
|
|
755
|
+
.hook-form-misc();
|
|
756
756
|
|
|
757
757
|
.hook-form() {}
|
|
758
758
|
.hook-form-single-line() {}
|
|
@@ -808,12 +808,12 @@ select.uk-form-width-xsmall { width: (@form-width-xsmall + 25px); }
|
|
|
808
808
|
background-color: @inverse-form-background;
|
|
809
809
|
color: @inverse-form-color;
|
|
810
810
|
background-clip: padding-box;
|
|
811
|
-
.hook-inverse-form;
|
|
811
|
+
.hook-inverse-form();
|
|
812
812
|
|
|
813
813
|
&:focus {
|
|
814
814
|
background-color: @inverse-form-focus-background;
|
|
815
815
|
color: @inverse-form-focus-color;
|
|
816
|
-
.hook-inverse-form-focus;
|
|
816
|
+
.hook-inverse-form-focus();
|
|
817
817
|
}
|
|
818
818
|
}
|
|
819
819
|
|
|
@@ -847,14 +847,14 @@ select.uk-form-width-xsmall { width: (@form-width-xsmall + 25px); }
|
|
|
847
847
|
.uk-radio,
|
|
848
848
|
.uk-checkbox {
|
|
849
849
|
background-color: @inverse-form-radio-background;
|
|
850
|
-
.hook-inverse-form-radio;
|
|
850
|
+
.hook-inverse-form-radio();
|
|
851
851
|
}
|
|
852
852
|
|
|
853
853
|
// Focus
|
|
854
854
|
.uk-radio:focus,
|
|
855
855
|
.uk-checkbox:focus {
|
|
856
856
|
background-color: @inverse-form-radio-focus-background;
|
|
857
|
-
.hook-inverse-form-radio-focus;
|
|
857
|
+
.hook-inverse-form-radio-focus();
|
|
858
858
|
}
|
|
859
859
|
|
|
860
860
|
// Checked
|
|
@@ -862,7 +862,7 @@ select.uk-form-width-xsmall { width: (@form-width-xsmall + 25px); }
|
|
|
862
862
|
.uk-checkbox:checked,
|
|
863
863
|
.uk-checkbox:indeterminate {
|
|
864
864
|
background-color: @inverse-form-radio-checked-background;
|
|
865
|
-
.hook-inverse-form-radio-checked;
|
|
865
|
+
.hook-inverse-form-radio-checked();
|
|
866
866
|
}
|
|
867
867
|
|
|
868
868
|
// Focus
|
|
@@ -870,7 +870,7 @@ select.uk-form-width-xsmall { width: (@form-width-xsmall + 25px); }
|
|
|
870
870
|
.uk-checkbox:checked:focus,
|
|
871
871
|
.uk-checkbox:indeterminate:focus {
|
|
872
872
|
background-color: @inverse-form-radio-checked-focus-background;
|
|
873
|
-
.hook-inverse-form-radio-checked-focus;
|
|
873
|
+
.hook-inverse-form-radio-checked-focus();
|
|
874
874
|
}
|
|
875
875
|
|
|
876
876
|
// Icon
|
|
@@ -880,7 +880,7 @@ select.uk-form-width-xsmall { width: (@form-width-xsmall + 25px); }
|
|
|
880
880
|
|
|
881
881
|
// Label
|
|
882
882
|
.uk-form-label {
|
|
883
|
-
.hook-inverse-form-label;
|
|
883
|
+
.hook-inverse-form-label();
|
|
884
884
|
}
|
|
885
885
|
|
|
886
886
|
// Icon
|
|
@@ -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
|
}
|
|
@@ -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
|
}
|