uikit 3.17.1-dev.d66d4435e → 3.17.2-dev.681c7ab34

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 (46) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/dist/css/uikit-core-rtl.css +2 -2
  3. package/dist/css/uikit-core-rtl.min.css +1 -1
  4. package/dist/css/uikit-core.css +2 -2
  5. package/dist/css/uikit-core.min.css +1 -1
  6. package/dist/css/uikit-rtl.css +2 -2
  7. package/dist/css/uikit-rtl.min.css +1 -1
  8. package/dist/css/uikit.css +2 -2
  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 +1 -1
  15. package/dist/js/components/lightbox-panel.min.js +1 -1
  16. package/dist/js/components/lightbox.js +1 -1
  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 +1 -1
  39. package/dist/js/uikit-icons.min.js +1 -1
  40. package/dist/js/uikit.js +4 -4
  41. package/dist/js/uikit.min.js +1 -1
  42. package/package.json +4 -4
  43. package/src/js/core/scrollspy-nav.js +1 -1
  44. package/src/js/util/viewport.js +1 -1
  45. package/src/less/components/cover.less +1 -1
  46. package/src/scss/components/cover.scss +1 -1
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "uikit",
3
3
  "title": "UIkit",
4
4
  "description": "UIkit is a lightweight and modular front-end framework for developing fast and powerful web interfaces.",
5
- "version": "3.17.1-dev.d66d4435e",
5
+ "version": "3.17.2-dev.681c7ab34",
6
6
  "main": "dist/js/uikit.js",
7
7
  "style": "dist/css/uikit.css",
8
8
  "sideEffects": [
@@ -21,8 +21,8 @@
21
21
  "homepage": "https://getuikit.com",
22
22
  "packageManager": "pnpm@8.8.0",
23
23
  "devDependencies": {
24
- "@rollup/plugin-alias": "^5.0.0",
25
- "@rollup/plugin-replace": "^5.0.2",
24
+ "@rollup/plugin-alias": "^5.0.1",
25
+ "@rollup/plugin-replace": "^5.0.3",
26
26
  "archiver": "^6.0.0",
27
27
  "camelcase": "^8.0.0",
28
28
  "chokidar-cli": "^3.0.0",
@@ -41,7 +41,7 @@
41
41
  "p-limit": "^4.0.0",
42
42
  "prettier": "^3.0.2",
43
43
  "prettier-plugin-organize-imports": "^3.2.3",
44
- "rollup": "^3.28.1",
44
+ "rollup": "^4.0.0",
45
45
  "rollup-plugin-esbuild": "^6.0.1",
46
46
  "rollup-plugin-modify": "^3.0.0",
47
47
  "rtlcss": "^4.1.0",
@@ -108,6 +108,6 @@ export default {
108
108
 
109
109
  function findFixedElement(target) {
110
110
  return target.ownerDocument
111
- .elementsFromPoint(1, 1)
111
+ .elementsFromPoint(offset(target).left, 1)
112
112
  .find((el) => ['fixed', 'sticky'].includes(css(el, 'position')) && !el.contains(target));
113
113
  }
@@ -110,7 +110,7 @@ export function scrollIntoView(element, { offset: offsetBy = 0 } = {}) {
110
110
 
111
111
  function findFixedElement(target) {
112
112
  return target.ownerDocument
113
- .elementsFromPoint(0, 0)
113
+ .elementsFromPoint(offset(target).left, 0)
114
114
  .find(
115
115
  (el) => ['fixed', 'sticky'].includes(css(el, 'position')) && !el.contains(target),
116
116
  );
@@ -30,7 +30,7 @@ video[data-uk-cover] {
30
30
  }
31
31
 
32
32
  /*
33
- * Works with iframes
33
+ * Works with iframes and embedded content
34
34
  * 1. Use attribute to apply transform instantly. Needed if transform is transitioned.
35
35
  * 2. Reset responsiveness for embedded content
36
36
  * 3. Center object
@@ -30,7 +30,7 @@ video[data-uk-cover] {
30
30
  }
31
31
 
32
32
  /*
33
- * Works with iframes
33
+ * Works with iframes and embedded content
34
34
  * 1. Use attribute to apply transform instantly. Needed if transform is transitioned.
35
35
  * 2. Reset responsiveness for embedded content
36
36
  * 3. Center object