uikit 3.16.19 → 3.16.20-dev.8a382829d
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/CHANGELOG.md +4 -0
- package/build/scss.js +6 -6
- package/dist/css/uikit-core-rtl.css +1 -1
- package/dist/css/uikit-core-rtl.min.css +1 -1
- package/dist/css/uikit-core.css +1 -1
- package/dist/css/uikit-core.min.css +1 -1
- package/dist/css/uikit-rtl.css +1 -1
- package/dist/css/uikit-rtl.min.css +1 -1
- package/dist/css/uikit.css +1 -1
- package/dist/css/uikit.min.css +1 -1
- package/dist/js/components/countdown.js +1 -1
- package/dist/js/components/countdown.min.js +1 -1
- package/dist/js/components/filter.js +1 -1
- package/dist/js/components/filter.min.js +1 -1
- package/dist/js/components/lightbox-panel.js +1 -1
- package/dist/js/components/lightbox-panel.min.js +1 -1
- package/dist/js/components/lightbox.js +1 -1
- package/dist/js/components/lightbox.min.js +1 -1
- package/dist/js/components/notification.js +1 -1
- package/dist/js/components/notification.min.js +1 -1
- package/dist/js/components/parallax.js +1 -1
- package/dist/js/components/parallax.min.js +1 -1
- package/dist/js/components/slider-parallax.js +1 -1
- package/dist/js/components/slider-parallax.min.js +1 -1
- package/dist/js/components/slider.js +1 -1
- package/dist/js/components/slider.min.js +1 -1
- package/dist/js/components/slideshow-parallax.js +1 -1
- package/dist/js/components/slideshow-parallax.min.js +1 -1
- package/dist/js/components/slideshow.js +1 -1
- package/dist/js/components/slideshow.min.js +1 -1
- package/dist/js/components/sortable.js +1 -1
- package/dist/js/components/sortable.min.js +1 -1
- package/dist/js/components/tooltip.js +1 -1
- package/dist/js/components/tooltip.min.js +1 -1
- package/dist/js/components/upload.js +1 -1
- package/dist/js/components/upload.min.js +1 -1
- package/dist/js/uikit-core.js +8 -8
- package/dist/js/uikit-core.min.js +1 -1
- package/dist/js/uikit-icons.js +1 -1
- package/dist/js/uikit-icons.min.js +1 -1
- package/dist/js/uikit.js +8 -8
- package/dist/js/uikit.min.js +1 -1
- package/package.json +1 -1
- package/src/js/core/toggle.js +11 -8
- package/src/less/components/visibility.less +0 -1
- package/src/less/theme/_import.less +1 -1
- package/src/scss/components/accordion.scss +8 -8
- package/src/scss/components/alert.scss +15 -15
- package/src/scss/components/align.scss +3 -3
- package/src/scss/components/animation.scss +8 -8
- package/src/scss/components/article.scss +8 -8
- package/src/scss/components/background.scss +4 -4
- package/src/scss/components/badge.scss +9 -9
- package/src/scss/components/base.scss +80 -80
- package/src/scss/components/breadcrumb.scss +13 -13
- package/src/scss/components/button.scss +76 -76
- package/src/scss/components/card.scss +50 -50
- package/src/scss/components/close.scss +4 -4
- package/src/scss/components/column.scss +5 -5
- package/src/scss/components/comment.scss +9 -9
- package/src/scss/components/container.scss +9 -9
- package/src/scss/components/countdown.scss +2 -2
- package/src/scss/components/description-list.scss +5 -5
- package/src/scss/components/divider.scss +19 -19
- package/src/scss/components/dotnav.scss +13 -13
- package/src/scss/components/drop.scss +5 -5
- package/src/scss/components/dropbar.scss +13 -13
- package/src/scss/components/dropdown.scss +28 -28
- package/src/scss/components/dropnav.scss +1 -1
- package/src/scss/components/form-range.scss +8 -8
- package/src/scss/components/form.scss +71 -71
- package/src/scss/components/grid.scss +15 -15
- package/src/scss/components/heading.scss +30 -30
- package/src/scss/components/height.scss +3 -3
- package/src/scss/components/icon.scss +21 -21
- package/src/scss/components/iconnav.scss +8 -8
- package/src/scss/components/inverse.scss +8 -8
- package/src/scss/components/label.scss +14 -14
- package/src/scss/components/leader.scss +2 -2
- package/src/scss/components/lightbox.scss +17 -17
- package/src/scss/components/link.scss +9 -9
- package/src/scss/components/list.scss +26 -26
- package/src/scss/components/margin.scss +7 -7
- package/src/scss/components/marker.scss +7 -7
- package/src/scss/components/modal.scss +41 -41
- package/src/scss/components/nav.scss +101 -101
- package/src/scss/components/navbar.scss +65 -65
- package/src/scss/components/notification.scss +18 -18
- package/src/scss/components/offcanvas.scss +13 -13
- package/src/scss/components/overlay.scss +5 -5
- package/src/scss/components/padding.scss +5 -5
- package/src/scss/components/pagination.scss +12 -12
- package/src/scss/components/placeholder.scss +4 -4
- package/src/scss/components/position.scss +4 -4
- package/src/scss/components/progress.scss +4 -4
- package/src/scss/components/search.scss +33 -33
- package/src/scss/components/section.scss +14 -14
- package/src/scss/components/slidenav.scss +10 -10
- package/src/scss/components/slider.scss +4 -4
- package/src/scss/components/sortable.scss +3 -3
- package/src/scss/components/spinner.scss +4 -4
- package/src/scss/components/sticky.scss +3 -3
- package/src/scss/components/subnav.scss +33 -33
- package/src/scss/components/tab.scss +12 -12
- package/src/scss/components/table.scss +25 -25
- package/src/scss/components/text.scss +24 -24
- package/src/scss/components/thumbnav.scss +2 -2
- package/src/scss/components/tile.scss +17 -17
- package/src/scss/components/tooltip.scss +9 -9
- package/src/scss/components/totop.scss +7 -7
- package/src/scss/components/transition.scss +5 -5
- package/src/scss/components/utility.scss +20 -20
- package/src/scss/components/variables.scss +39 -39
- package/src/scss/components/visibility.scss +0 -1
- package/src/scss/components/width.scss +5 -5
- package/src/scss/mixins-theme.scss +0 -10
- package/src/scss/mixins.scss +0 -10
- package/src/scss/theme/_import.scss +1 -1
- package/src/scss/theme/accordion.scss +4 -4
- package/src/scss/theme/alert.scss +2 -2
- package/src/scss/theme/article.scss +2 -2
- package/src/scss/theme/base.scss +12 -12
- package/src/scss/theme/button.scss +25 -25
- package/src/scss/theme/card.scss +18 -18
- package/src/scss/theme/comment.scss +2 -2
- package/src/scss/theme/description-list.scss +3 -3
- package/src/scss/theme/dotnav.scss +7 -7
- package/src/scss/theme/dropbar.scss +6 -6
- package/src/scss/theme/dropdown.scss +6 -6
- package/src/scss/theme/form-range.scss +4 -4
- package/src/scss/theme/form.scss +23 -23
- package/src/scss/theme/iconnav.scss +1 -1
- package/src/scss/theme/label.scss +2 -2
- package/src/scss/theme/list.scss +2 -2
- package/src/scss/theme/modal.scss +9 -9
- package/src/scss/theme/nav.scss +9 -9
- package/src/scss/theme/navbar.scss +14 -14
- package/src/scss/theme/placeholder.scss +3 -3
- package/src/scss/theme/progress.scss +1 -1
- package/src/scss/theme/search.scss +5 -5
- package/src/scss/theme/subnav.scss +2 -2
- package/src/scss/theme/tab.scss +7 -7
- package/src/scss/theme/table.scss +5 -5
- package/src/scss/theme/text.scss +3 -3
- package/src/scss/theme/thumbnav.scss +4 -4
|
@@ -7,34 +7,34 @@
|
|
|
7
7
|
// Variables
|
|
8
8
|
// ========================================================================
|
|
9
9
|
|
|
10
|
-
$navbar-gap: 15px !default;
|
|
10
|
+
// $navbar-gap: 15px !default;
|
|
11
11
|
|
|
12
|
-
$navbar-nav-gap: 15px !default;
|
|
12
|
+
// $navbar-nav-gap: 15px !default;
|
|
13
13
|
|
|
14
|
-
$navbar-nav-item-padding-horizontal: 0 !default;
|
|
14
|
+
// $navbar-nav-item-padding-horizontal: 0 !default;
|
|
15
15
|
|
|
16
|
-
$navbar-nav-item-font-size: $global-small-font-size !default;
|
|
16
|
+
// $navbar-nav-item-font-size: $global-small-font-size !default;
|
|
17
17
|
|
|
18
|
-
$navbar-item-padding-horizontal: 0 !default;
|
|
18
|
+
// $navbar-item-padding-horizontal: 0 !default;
|
|
19
19
|
|
|
20
|
-
$navbar-dropdown-margin: 15px !default;
|
|
21
|
-
$navbar-dropdown-padding: 25px !default;
|
|
22
|
-
$navbar-dropdown-background: $global-background !default;
|
|
20
|
+
// $navbar-dropdown-margin: 15px !default;
|
|
21
|
+
// $navbar-dropdown-padding: 25px !default;
|
|
22
|
+
// $navbar-dropdown-background: $global-background !default;
|
|
23
23
|
|
|
24
|
-
$navbar-dropdown-nav-subtitle-font-size: 12px !default;
|
|
24
|
+
// $navbar-dropdown-nav-subtitle-font-size: 12px !default;
|
|
25
25
|
|
|
26
26
|
//
|
|
27
27
|
// New
|
|
28
28
|
//
|
|
29
29
|
|
|
30
|
-
$navbar-gap-m: 30px !default;
|
|
31
|
-
$navbar-nav-gap-m: 30px !default;
|
|
30
|
+
// $navbar-gap-m: 30px !default;
|
|
31
|
+
// $navbar-nav-gap-m: 30px !default;
|
|
32
32
|
|
|
33
|
-
$navbar-nav-item-text-transform: uppercase !default;
|
|
33
|
+
// $navbar-nav-item-text-transform: uppercase !default;
|
|
34
34
|
|
|
35
|
-
$navbar-dropdown-nav-font-size: $global-small-font-size !default;
|
|
35
|
+
// $navbar-dropdown-nav-font-size: $global-small-font-size !default;
|
|
36
36
|
|
|
37
|
-
$navbar-dropdown-box-shadow: 0 5px 12px rgba(0,0,0,0.15) !default;
|
|
37
|
+
// $navbar-dropdown-box-shadow: 0 5px 12px rgba(0,0,0,0.15) !default;
|
|
38
38
|
|
|
39
39
|
|
|
40
40
|
// Component
|
|
@@ -7,14 +7,14 @@
|
|
|
7
7
|
// Variables
|
|
8
8
|
// ========================================================================
|
|
9
9
|
|
|
10
|
-
$placeholder-background: transparent !default;
|
|
10
|
+
// $placeholder-background: transparent !default;
|
|
11
11
|
|
|
12
12
|
//
|
|
13
13
|
// New
|
|
14
14
|
//
|
|
15
15
|
|
|
16
|
-
$placeholder-border-width: $global-border-width !default;
|
|
17
|
-
$placeholder-border: $global-border !default;
|
|
16
|
+
// $placeholder-border-width: $global-border-width !default;
|
|
17
|
+
// $placeholder-border: $global-border !default;
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
// Component
|
|
@@ -7,16 +7,16 @@
|
|
|
7
7
|
// Variables
|
|
8
8
|
// ========================================================================
|
|
9
9
|
|
|
10
|
-
$search-default-background: transparent !default;
|
|
10
|
+
// $search-default-background: transparent !default;
|
|
11
11
|
|
|
12
12
|
//
|
|
13
13
|
// New
|
|
14
14
|
//
|
|
15
15
|
|
|
16
|
-
$search-default-border-width: $global-border-width !default;
|
|
17
|
-
$search-default-border: $global-border !default;
|
|
16
|
+
// $search-default-border-width: $global-border-width !default;
|
|
17
|
+
// $search-default-border: $global-border !default;
|
|
18
18
|
|
|
19
|
-
$search-default-focus-border: $global-primary-background !default;
|
|
19
|
+
// $search-default-focus-border: $global-primary-background !default;
|
|
20
20
|
|
|
21
21
|
|
|
22
22
|
// Component
|
|
@@ -72,7 +72,7 @@ $search-default-focus-border: $global-primary-background
|
|
|
72
72
|
// Inverse
|
|
73
73
|
// ========================================================================
|
|
74
74
|
|
|
75
|
-
$inverse-search-default-background: transparent !default;
|
|
75
|
+
// $inverse-search-default-background: transparent !default;
|
|
76
76
|
|
|
77
77
|
|
|
78
78
|
// @mixin hook-inverse-search-default-input-focus(){}
|
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
// New
|
|
12
12
|
//
|
|
13
13
|
|
|
14
|
-
$subnav-item-font-size: $global-small-font-size !default;
|
|
15
|
-
$subnav-item-text-transform: uppercase !default;
|
|
14
|
+
// $subnav-item-font-size: $global-small-font-size !default;
|
|
15
|
+
// $subnav-item-text-transform: uppercase !default;
|
|
16
16
|
|
|
17
17
|
|
|
18
18
|
// Component
|
package/src/scss/theme/tab.scss
CHANGED
|
@@ -11,14 +11,14 @@
|
|
|
11
11
|
// New
|
|
12
12
|
//
|
|
13
13
|
|
|
14
|
-
$tab-border-width: $global-border-width !default;
|
|
15
|
-
$tab-border: $global-border !default;
|
|
14
|
+
// $tab-border-width: $global-border-width !default;
|
|
15
|
+
// $tab-border: $global-border !default;
|
|
16
16
|
|
|
17
|
-
$tab-item-border-width: $global-border-width !default;
|
|
18
|
-
$tab-item-font-size: $global-small-font-size !default;
|
|
19
|
-
$tab-item-text-transform: uppercase !default;
|
|
17
|
+
// $tab-item-border-width: $global-border-width !default;
|
|
18
|
+
// $tab-item-font-size: $global-small-font-size !default;
|
|
19
|
+
// $tab-item-text-transform: uppercase !default;
|
|
20
20
|
|
|
21
|
-
$tab-item-active-border: $global-primary-background !default;
|
|
21
|
+
// $tab-item-active-border: $global-primary-background !default;
|
|
22
22
|
|
|
23
23
|
|
|
24
24
|
// Component
|
|
@@ -64,7 +64,7 @@ $tab-item-active-border: $global-primary-background !def
|
|
|
64
64
|
// Inverse
|
|
65
65
|
// ========================================================================
|
|
66
66
|
|
|
67
|
-
$inverse-tab-border: $inverse-global-border !default;
|
|
67
|
+
// $inverse-tab-border: $inverse-global-border !default;
|
|
68
68
|
|
|
69
69
|
|
|
70
70
|
|
|
@@ -7,16 +7,16 @@
|
|
|
7
7
|
// Variables
|
|
8
8
|
// ========================================================================
|
|
9
9
|
|
|
10
|
-
$table-header-cell-font-size: $global-small-font-size !default;
|
|
11
|
-
$table-header-cell-font-weight: normal !default;
|
|
12
|
-
$table-header-cell-color: $global-muted-color !default;
|
|
10
|
+
// $table-header-cell-font-size: $global-small-font-size !default;
|
|
11
|
+
// $table-header-cell-font-weight: normal !default;
|
|
12
|
+
// $table-header-cell-color: $global-muted-color !default;
|
|
13
13
|
|
|
14
14
|
//
|
|
15
15
|
// New
|
|
16
16
|
//
|
|
17
17
|
|
|
18
|
-
$table-striped-border-width: $global-border-width !default;
|
|
19
|
-
$table-striped-border: $global-border !default;
|
|
18
|
+
// $table-striped-border-width: $global-border-width !default;
|
|
19
|
+
// $table-striped-border: $global-border !default;
|
|
20
20
|
|
|
21
21
|
|
|
22
22
|
// Component
|
package/src/scss/theme/text.scss
CHANGED
|
@@ -11,10 +11,10 @@
|
|
|
11
11
|
// New
|
|
12
12
|
//
|
|
13
13
|
|
|
14
|
-
$text-meta-link-color: $text-meta-color !default;
|
|
15
|
-
$text-meta-link-hover-color: $global-color !default;
|
|
14
|
+
// $text-meta-link-color: $text-meta-color !default;
|
|
15
|
+
// $text-meta-link-hover-color: $global-color !default;
|
|
16
16
|
|
|
17
|
-
$internal-text-background-color-gradient: linear-gradient(90deg, $text-background-color 0%, spin($text-background-color, 40%) 100%) !default;
|
|
17
|
+
// $internal-text-background-color-gradient: linear-gradient(90deg, $text-background-color 0%, spin($text-background-color, 40%) 100%) !default;
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
// Style modifiers
|
|
@@ -11,9 +11,9 @@
|
|
|
11
11
|
// New
|
|
12
12
|
//
|
|
13
13
|
|
|
14
|
-
$thumbnav-item-gradient: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,0.4)) !default;
|
|
15
|
-
$thumbnav-item-hover-opacity: 0 !default;
|
|
16
|
-
$thumbnav-item-active-opacity: 0 !default;
|
|
14
|
+
// $thumbnav-item-gradient: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,0.4)) !default;
|
|
15
|
+
// $thumbnav-item-hover-opacity: 0 !default;
|
|
16
|
+
// $thumbnav-item-active-opacity: 0 !default;
|
|
17
17
|
|
|
18
18
|
|
|
19
19
|
// Component
|
|
@@ -37,7 +37,7 @@ $thumbnav-item-active-opacity: 0 !default;
|
|
|
37
37
|
// Inverse
|
|
38
38
|
// ========================================================================
|
|
39
39
|
|
|
40
|
-
$inverse-thumbnav-item-gradient: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.4)) !default;
|
|
40
|
+
// $inverse-thumbnav-item-gradient: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.4)) !default;
|
|
41
41
|
|
|
42
42
|
|
|
43
43
|
// @mixin hook-inverse-thumbnav-item-hover(){}
|