wx-svelte-core 2.5.1 → 2.5.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wx-svelte-core",
3
- "version": "2.5.1",
3
+ "version": "2.5.3",
4
4
  "description": "SVAR Svelte Core - Svelte UI library of 20+ components and form controls",
5
5
  "productTag": "core",
6
6
  "productTrial": false,
@@ -33,8 +33,8 @@
33
33
  },
34
34
  "homepage": "https://svar.dev/svelte/core/",
35
35
  "dependencies": {
36
- "@svar-ui/core-locales": "2.5.1",
37
- "@svar-ui/lib-dom": "0.12.1",
36
+ "@svar-ui/core-locales": "2.5.3",
37
+ "@svar-ui/lib-dom": "0.12.2",
38
38
  "@svar-ui/lib-svelte": "0.5.2"
39
39
  },
40
40
  "files": [
@@ -12,7 +12,7 @@
12
12
 
13
13
  <style>
14
14
  .wx-modal {
15
- position: absolute;
15
+ position: fixed;
16
16
  z-index: var(--wx-modal-z-index);
17
17
  top: 0;
18
18
  left: 0;
package/whatsnew.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## Version 2.5.3
2
+
3
+ ### Fixes
4
+
5
+ - ModalArea size is incorrect in a long scrollable container
6
+ - Week numbers are incorrect from locale-base `%w` helper
7
+
1
8
  ## Version 2.5.1
2
9
 
3
10
  ### Fixes