uikit 3.21.14-dev.ac55757fb → 3.21.14-dev.b30a3c99a

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 (53) hide show
  1. package/CHANGELOG.md +2 -1
  2. package/dist/css/uikit-core-rtl.css +1 -4
  3. package/dist/css/uikit-core-rtl.min.css +1 -1
  4. package/dist/css/uikit-core.css +1 -4
  5. package/dist/css/uikit-core.min.css +1 -1
  6. package/dist/css/uikit-rtl.css +1 -4
  7. package/dist/css/uikit-rtl.min.css +1 -1
  8. package/dist/css/uikit.css +1 -4
  9. package/dist/css/uikit.min.css +1 -1
  10. package/dist/js/components/countdown.js +1 -1
  11. package/dist/js/components/countdown.min.js +1 -1
  12. package/dist/js/components/filter.js +1 -1
  13. package/dist/js/components/filter.min.js +1 -1
  14. package/dist/js/components/lightbox-panel.js +11 -16
  15. package/dist/js/components/lightbox-panel.min.js +1 -1
  16. package/dist/js/components/lightbox.js +11 -16
  17. package/dist/js/components/lightbox.min.js +1 -1
  18. package/dist/js/components/notification.js +1 -1
  19. package/dist/js/components/notification.min.js +1 -1
  20. package/dist/js/components/parallax.js +1 -1
  21. package/dist/js/components/parallax.min.js +1 -1
  22. package/dist/js/components/slider-parallax.js +1 -1
  23. package/dist/js/components/slider-parallax.min.js +1 -1
  24. package/dist/js/components/slider.js +1 -1
  25. package/dist/js/components/slider.min.js +1 -1
  26. package/dist/js/components/slideshow-parallax.js +1 -1
  27. package/dist/js/components/slideshow-parallax.min.js +1 -1
  28. package/dist/js/components/slideshow.js +1 -1
  29. package/dist/js/components/slideshow.min.js +1 -1
  30. package/dist/js/components/sortable.js +1 -1
  31. package/dist/js/components/sortable.min.js +1 -1
  32. package/dist/js/components/tooltip.js +1 -1
  33. package/dist/js/components/tooltip.min.js +1 -1
  34. package/dist/js/components/upload.js +1 -1
  35. package/dist/js/components/upload.min.js +1 -1
  36. package/dist/js/uikit-core.js +4 -4
  37. package/dist/js/uikit-core.min.js +1 -1
  38. package/dist/js/uikit-icons.js +2 -2
  39. package/dist/js/uikit-icons.min.js +1 -1
  40. package/dist/js/uikit.js +14 -19
  41. package/dist/js/uikit.min.js +1 -1
  42. package/package.json +1 -1
  43. package/src/js/components/lightbox-panel.js +12 -18
  44. package/src/js/core/scrollspy-nav.js +1 -1
  45. package/src/js/util/filter.js +3 -1
  46. package/src/less/components/lightbox.less +4 -4
  47. package/src/scss/components/lightbox.scss +4 -3
  48. package/src/scss/variables-theme.scss +0 -1
  49. package/src/scss/variables.scss +0 -1
  50. package/tests/icon.html +4 -4
  51. package/tests/lightbox.html +36 -0
  52. package/tests/slider.html +0 -1
  53. /package/src/images/icons/{arrow-up-arrow-down.svg → arrow-down-arrow-up.svg} +0 -0
package/CHANGELOG.md CHANGED
@@ -12,7 +12,7 @@
12
12
  - Allow `template` option to reference a `template` element in the DOM for the lightbox layout in Lightbox component
13
13
  - Add hidden class to hide empty elements to Visibility component
14
14
  - Add inverse style for form rang to Form component
15
- - Add close-circle and arrow-up-arrow-down icons
15
+ - Add close-circle and arrow-down-arrow-up icons
16
16
 
17
17
  ### Changed
18
18
 
@@ -30,6 +30,7 @@
30
30
  - Fix spaces in the markup affecting the horizontal divider margin in Breadcrumb component
31
31
  - Fix showing elements if an element has focus within in Transition component
32
32
  - Fix Slideshow component list does not fill available space in Safari
33
+ - Fix Scrollspy Nav component checks if targets exists before activating state
33
34
 
34
35
  ## 3.21.13 (September 26, 2024)
35
36
 
@@ -1,4 +1,4 @@
1
- /*! UIkit 3.21.14-dev.ac55757fb | https://www.getuikit.com | (c) 2014 - 2024 YOOtheme | MIT License */
1
+ /*! UIkit 3.21.14-dev.b30a3c99a | https://www.getuikit.com | (c) 2014 - 2024 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Base
4
4
  ========================================================================== */
@@ -6023,7 +6023,6 @@ ul.uk-nav-sub {
6023
6023
  * 5. Mask the background page
6024
6024
  * 6. Fade-in transition
6025
6025
  * 7. Prevent cancellation of pointer events while dragging
6026
- * 8. Style for count and spinner icon
6027
6026
  */
6028
6027
  .uk-lightbox {
6029
6028
  --uk-inverse: light;
@@ -6043,8 +6042,6 @@ ul.uk-nav-sub {
6043
6042
  transition: opacity 0.15s linear;
6044
6043
  /* 7 */
6045
6044
  touch-action: pinch-zoom;
6046
- /* 8 */
6047
- color: rgba(255, 255, 255, 0.7);
6048
6045
  }
6049
6046
  /*
6050
6047
  * Open