uikit 3.7.3-dev.82185d0bc → 3.7.4-dev.54855f777
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 +21 -8
- package/README.md +3 -3
- package/dist/css/uikit-core-rtl.css +26 -26
- package/dist/css/uikit-core-rtl.min.css +1 -1
- package/dist/css/uikit-core.css +26 -26
- package/dist/css/uikit-core.min.css +1 -1
- package/dist/css/uikit-rtl.css +26 -26
- package/dist/css/uikit-rtl.min.css +1 -1
- package/dist/css/uikit.css +26 -26
- 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 +3 -2
- package/dist/js/components/lightbox-panel.min.js +2 -2
- package/dist/js/components/lightbox.js +3 -2
- package/dist/js/components/lightbox.min.js +2 -2
- 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 +3 -2
- package/dist/js/components/tooltip.min.js +2 -2
- package/dist/js/components/upload.js +1 -1
- package/dist/js/components/upload.min.js +1 -1
- package/dist/js/uikit-core.js +190 -26
- package/dist/js/uikit-core.min.js +2 -2
- package/dist/js/uikit-icons.js +1 -1
- package/dist/js/uikit-icons.min.js +1 -1
- package/dist/js/uikit.js +190 -26
- package/dist/js/uikit.min.js +2 -2
- package/package.json +1 -1
- package/src/js/core/navbar.js +137 -8
- package/src/js/core/overflow-auto.js +6 -4
- package/src/js/core/switcher.js +3 -1
- package/src/js/core/toggle.js +30 -11
- package/src/js/mixin/togglable.js +3 -2
- package/src/js/util/filter.js +2 -2
- package/src/less/components/form.less +1 -1
- package/src/less/components/navbar.less +4 -4
- package/src/scss/components/form.scss +1 -1
- package/src/scss/components/navbar.scss +2 -2
- package/src/scss/mixins-theme.scss +2 -2
- package/src/scss/mixins.scss +2 -2
- package/src/scss/variables-theme.scss +1 -1
- package/src/scss/variables.scss +1 -1
- package/tests/drop.html +19 -13
- package/tests/navbar.html +3 -3
- package/tests/switcher.html +7 -1
- package/tests/toggle.html +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -4,11 +4,24 @@
|
|
|
4
4
|
|
|
5
5
|
### Added
|
|
6
6
|
|
|
7
|
+
- Add itemNav option to Switcher component
|
|
8
|
+
|
|
9
|
+
### Fixed
|
|
10
|
+
|
|
11
|
+
- Fix regression in Toggle component
|
|
12
|
+
- Fix keyboard navigation in Navbar component
|
|
13
|
+
- Fix navbar toggle style and navbar item inverse style if dropdown is open
|
|
14
|
+
|
|
15
|
+
## 3.7.3 (September 9, 2021)
|
|
16
|
+
|
|
17
|
+
### Added
|
|
18
|
+
|
|
7
19
|
- Add tile hover hooks
|
|
8
20
|
|
|
9
21
|
### Fixed
|
|
10
22
|
|
|
11
23
|
- Fix toggle behavior in Toggle component
|
|
24
|
+
- Fix navbar item style if dropdown is open and container option is used
|
|
12
25
|
|
|
13
26
|
## 3.7.2 (August 6, 2021)
|
|
14
27
|
|
|
@@ -107,7 +120,7 @@
|
|
|
107
120
|
|
|
108
121
|
### Added
|
|
109
122
|
|
|
110
|
-
- Add Discord, Twitch and
|
|
123
|
+
- Add Discord, Twitch and TikTok icons
|
|
111
124
|
|
|
112
125
|
### Removed
|
|
113
126
|
|
|
@@ -115,7 +128,7 @@
|
|
|
115
128
|
|
|
116
129
|
### Fixed
|
|
117
130
|
|
|
118
|
-
- Fix filter
|
|
131
|
+
- Fix filter initial state
|
|
119
132
|
|
|
120
133
|
## 3.6.17 (February 25, 2021)
|
|
121
134
|
|
|
@@ -272,7 +285,7 @@
|
|
|
272
285
|
### Fixed
|
|
273
286
|
|
|
274
287
|
- Fix 'aria-expanded' value on toggles
|
|
275
|
-
- Fix
|
|
288
|
+
- Fix responsiveness in Switcher component
|
|
276
289
|
|
|
277
290
|
## 3.5.17 (December 16, 2020)
|
|
278
291
|
|
|
@@ -770,7 +783,7 @@
|
|
|
770
783
|
|
|
771
784
|
### Changed
|
|
772
785
|
|
|
773
|
-
- By default the Offcanvas `container` option is `false` now
|
|
786
|
+
- By default, the Offcanvas `container` option is `false` now
|
|
774
787
|
- The `focusable` attribute on SVG/Icon component makes SVG focusable in IE
|
|
775
788
|
|
|
776
789
|
### Fixed
|
|
@@ -955,7 +968,7 @@
|
|
|
955
968
|
|
|
956
969
|
### Fixed
|
|
957
970
|
|
|
958
|
-
- Fix visible toggle and its child
|
|
971
|
+
- Fix visible toggle and its child elements not being focusable through keyboard navigation
|
|
959
972
|
- Fix Img component correctly escapes urls on background images
|
|
960
973
|
|
|
961
974
|
## 3.0.0 rc 26 (January 3, 2019)
|
|
@@ -1034,7 +1047,7 @@
|
|
|
1034
1047
|
|
|
1035
1048
|
### Added
|
|
1036
1049
|
|
|
1037
|
-
- Add print, reddit,
|
|
1050
|
+
- Add print, reddit, microphone, file-text, file-pdf, chevron-double left and right icons
|
|
1038
1051
|
- Add text emphasis to Text component
|
|
1039
1052
|
- Add `src` as primary option to SVG component
|
|
1040
1053
|
|
|
@@ -1100,7 +1113,7 @@
|
|
|
1100
1113
|
### Fixed
|
|
1101
1114
|
|
|
1102
1115
|
- Fix `UIkit.mixin()`
|
|
1103
|
-
- Fix issue with list bullet in combination with multi
|
|
1116
|
+
- Fix issue with list bullet in combination with multi-column layouts
|
|
1104
1117
|
- Allow for special characters in URI hash in Scroll Component
|
|
1105
1118
|
- Height Match also sets a `height` in IE
|
|
1106
1119
|
- Slideshow sets `min-height` instead of `height`
|
|
@@ -1426,7 +1439,7 @@
|
|
|
1426
1439
|
### Changed
|
|
1427
1440
|
|
|
1428
1441
|
- Add `uk-slider-container` class to clip the Slider component
|
|
1429
|
-
- Remove auto-clipping from Slider items. Use `uk-cover-container` instead
|
|
1442
|
+
- Remove auto-clipping from Slider items. Use `uk-cover-container` instead
|
|
1430
1443
|
|
|
1431
1444
|
### Fixed
|
|
1432
1445
|
|
package/README.md
CHANGED
|
@@ -16,7 +16,7 @@ UIkit is a lightweight and modular front-end framework for developing fast and p
|
|
|
16
16
|
<b>UIkit is an Open Source project developed by YOOtheme.</b>
|
|
17
17
|
<br><br>
|
|
18
18
|
<a href="https://yootheme.com" align="center">
|
|
19
|
-
<img width="134" height="30" src="
|
|
19
|
+
<img width="134" height="30" src="https://yootheme.com/site/images/yootheme-logo.svg" alt="YOOtheme">
|
|
20
20
|
</a>
|
|
21
21
|
</p>
|
|
22
22
|
|
|
@@ -27,8 +27,8 @@ UIkit is a lightweight and modular front-end framework for developing fast and p
|
|
|
27
27
|
You have the following options to get UIkit:
|
|
28
28
|
|
|
29
29
|
- Download the [latest release](https://github.com/uikit/uikit/releases/latest) with pre-built CSS and JS.
|
|
30
|
-
- Install with [npm](https://npmjs.com) to get all source files as they are available on
|
|
31
|
-
- Install with [yarn](https://yarnpkg.com/) to get all source files as they are available on
|
|
30
|
+
- Install with [npm](https://npmjs.com) to get all source files as they are available on GitHub: ```npm install uikit```
|
|
31
|
+
- Install with [yarn](https://yarnpkg.com/) to get all source files as they are available on GitHub: ```yarn add uikit```
|
|
32
32
|
- Directly load UIkit from [jsDelivr](https://www.jsdelivr.com): https://www.jsdelivr.com/package/npm/uikit
|
|
33
33
|
- Clone the repo to get all source files including build scripts: `git clone git://github.com/uikit/uikit.git`
|
|
34
34
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! UIkit 3.7.
|
|
1
|
+
/*! UIkit 3.7.4-dev.54855f777 | https://www.getuikit.com | (c) 2014 - 2021 YOOtheme | MIT License */
|
|
2
2
|
/* ========================================================================
|
|
3
3
|
Component: Base
|
|
4
4
|
========================================================================== */
|
|
@@ -1627,7 +1627,7 @@ select.uk-form-width-xsmall {
|
|
|
1627
1627
|
}
|
|
1628
1628
|
/* 4 */
|
|
1629
1629
|
.uk-select:not([multiple]):not([size]) option {
|
|
1630
|
-
color: #
|
|
1630
|
+
color: #666;
|
|
1631
1631
|
}
|
|
1632
1632
|
/*
|
|
1633
1633
|
* Disabled
|
|
@@ -5055,7 +5055,7 @@ ul.uk-nav-sub {
|
|
|
5055
5055
|
*/
|
|
5056
5056
|
.uk-navbar-nav > li:hover > a,
|
|
5057
5057
|
.uk-navbar-nav > li > a:focus,
|
|
5058
|
-
.uk-navbar-nav > li > a
|
|
5058
|
+
.uk-navbar-nav > li > a[aria-expanded="true"] {
|
|
5059
5059
|
color: #666;
|
|
5060
5060
|
outline: none;
|
|
5061
5061
|
}
|
|
@@ -5085,7 +5085,7 @@ ul.uk-nav-sub {
|
|
|
5085
5085
|
}
|
|
5086
5086
|
.uk-navbar-toggle:hover,
|
|
5087
5087
|
.uk-navbar-toggle:focus,
|
|
5088
|
-
.uk-navbar-toggle
|
|
5088
|
+
.uk-navbar-toggle[aria-expanded="true"] {
|
|
5089
5089
|
color: #666;
|
|
5090
5090
|
outline: none;
|
|
5091
5091
|
text-decoration: none;
|
|
@@ -11308,37 +11308,37 @@ iframe.uk-cover {
|
|
|
11308
11308
|
}
|
|
11309
11309
|
.uk-light .uk-navbar-nav > li:hover > a,
|
|
11310
11310
|
.uk-light .uk-navbar-nav > li > a:focus,
|
|
11311
|
-
.uk-light .uk-navbar-nav > li > a
|
|
11311
|
+
.uk-light .uk-navbar-nav > li > a[aria-expanded="true"],
|
|
11312
11312
|
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
|
|
11313
11313
|
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
|
|
11314
|
-
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a
|
|
11314
|
+
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a[aria-expanded="true"],
|
|
11315
11315
|
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
|
|
11316
11316
|
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
|
|
11317
|
-
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a
|
|
11317
|
+
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a[aria-expanded="true"],
|
|
11318
11318
|
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
|
|
11319
11319
|
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
|
|
11320
|
-
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a
|
|
11320
|
+
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a[aria-expanded="true"],
|
|
11321
11321
|
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
|
|
11322
11322
|
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
|
|
11323
|
-
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a
|
|
11323
|
+
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a[aria-expanded="true"],
|
|
11324
11324
|
.uk-card-primary.uk-card-body .uk-navbar-nav > li:hover > a,
|
|
11325
11325
|
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a:focus,
|
|
11326
|
-
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a
|
|
11326
|
+
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a[aria-expanded="true"],
|
|
11327
11327
|
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li:hover > a,
|
|
11328
11328
|
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:focus,
|
|
11329
|
-
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a
|
|
11329
|
+
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a[aria-expanded="true"],
|
|
11330
11330
|
.uk-card-secondary.uk-card-body .uk-navbar-nav > li:hover > a,
|
|
11331
11331
|
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a:focus,
|
|
11332
|
-
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a
|
|
11332
|
+
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a[aria-expanded="true"],
|
|
11333
11333
|
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li:hover > a,
|
|
11334
11334
|
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:focus,
|
|
11335
|
-
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a
|
|
11335
|
+
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a[aria-expanded="true"],
|
|
11336
11336
|
.uk-overlay-primary .uk-navbar-nav > li:hover > a,
|
|
11337
11337
|
.uk-overlay-primary .uk-navbar-nav > li > a:focus,
|
|
11338
|
-
.uk-overlay-primary .uk-navbar-nav > li > a
|
|
11338
|
+
.uk-overlay-primary .uk-navbar-nav > li > a[aria-expanded="true"],
|
|
11339
11339
|
.uk-offcanvas-bar .uk-navbar-nav > li:hover > a,
|
|
11340
11340
|
.uk-offcanvas-bar .uk-navbar-nav > li > a:focus,
|
|
11341
|
-
.uk-offcanvas-bar .uk-navbar-nav > li > a
|
|
11341
|
+
.uk-offcanvas-bar .uk-navbar-nav > li > a[aria-expanded="true"] {
|
|
11342
11342
|
color: rgba(255, 255, 255, 0.7);
|
|
11343
11343
|
}
|
|
11344
11344
|
.uk-light .uk-navbar-nav > li > a:active,
|
|
@@ -11395,37 +11395,37 @@ iframe.uk-cover {
|
|
|
11395
11395
|
}
|
|
11396
11396
|
.uk-light .uk-navbar-toggle:hover,
|
|
11397
11397
|
.uk-light .uk-navbar-toggle:focus,
|
|
11398
|
-
.uk-light .uk-navbar-toggle
|
|
11398
|
+
.uk-light .uk-navbar-toggle[aria-expanded="true"],
|
|
11399
11399
|
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle:hover,
|
|
11400
11400
|
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle:focus,
|
|
11401
|
-
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle
|
|
11401
|
+
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle[aria-expanded="true"],
|
|
11402
11402
|
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle:hover,
|
|
11403
11403
|
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle:focus,
|
|
11404
|
-
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle
|
|
11404
|
+
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle[aria-expanded="true"],
|
|
11405
11405
|
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle:hover,
|
|
11406
11406
|
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle:focus,
|
|
11407
|
-
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle
|
|
11407
|
+
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle[aria-expanded="true"],
|
|
11408
11408
|
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle:hover,
|
|
11409
11409
|
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle:focus,
|
|
11410
|
-
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle
|
|
11410
|
+
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle[aria-expanded="true"],
|
|
11411
11411
|
.uk-card-primary.uk-card-body .uk-navbar-toggle:hover,
|
|
11412
11412
|
.uk-card-primary.uk-card-body .uk-navbar-toggle:focus,
|
|
11413
|
-
.uk-card-primary.uk-card-body .uk-navbar-toggle
|
|
11413
|
+
.uk-card-primary.uk-card-body .uk-navbar-toggle[aria-expanded="true"],
|
|
11414
11414
|
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-toggle:hover,
|
|
11415
11415
|
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-toggle:focus,
|
|
11416
|
-
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-toggle
|
|
11416
|
+
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-toggle[aria-expanded="true"],
|
|
11417
11417
|
.uk-card-secondary.uk-card-body .uk-navbar-toggle:hover,
|
|
11418
11418
|
.uk-card-secondary.uk-card-body .uk-navbar-toggle:focus,
|
|
11419
|
-
.uk-card-secondary.uk-card-body .uk-navbar-toggle
|
|
11419
|
+
.uk-card-secondary.uk-card-body .uk-navbar-toggle[aria-expanded="true"],
|
|
11420
11420
|
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-toggle:hover,
|
|
11421
11421
|
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-toggle:focus,
|
|
11422
|
-
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-toggle
|
|
11422
|
+
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-toggle[aria-expanded="true"],
|
|
11423
11423
|
.uk-overlay-primary .uk-navbar-toggle:hover,
|
|
11424
11424
|
.uk-overlay-primary .uk-navbar-toggle:focus,
|
|
11425
|
-
.uk-overlay-primary .uk-navbar-toggle
|
|
11425
|
+
.uk-overlay-primary .uk-navbar-toggle[aria-expanded="true"],
|
|
11426
11426
|
.uk-offcanvas-bar .uk-navbar-toggle:hover,
|
|
11427
11427
|
.uk-offcanvas-bar .uk-navbar-toggle:focus,
|
|
11428
|
-
.uk-offcanvas-bar .uk-navbar-toggle
|
|
11428
|
+
.uk-offcanvas-bar .uk-navbar-toggle[aria-expanded="true"] {
|
|
11429
11429
|
color: rgba(255, 255, 255, 0.7);
|
|
11430
11430
|
}
|
|
11431
11431
|
.uk-light .uk-subnav > * > :first-child,
|