@stenajs-webui/modal 18.2.0 → 18.4.0

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 (2) hide show
  1. package/package.json +5 -5
  2. package/CHANGELOG.md +0 -83
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stenajs-webui/modal",
3
- "version": "18.2.0",
3
+ "version": "18.4.0",
4
4
  "description": "",
5
5
  "author": "mattias800",
6
6
  "license": "MIT",
@@ -26,9 +26,9 @@
26
26
  "deploy": "gh-pages -d example/build"
27
27
  },
28
28
  "dependencies": {
29
- "@stenajs-webui/core": "18.2.0",
30
- "@stenajs-webui/elements": "18.2.0",
31
- "@stenajs-webui/theme": "18.2.0",
29
+ "@stenajs-webui/core": "18.4.0",
30
+ "@stenajs-webui/elements": "18.4.0",
31
+ "@stenajs-webui/theme": "18.4.0",
32
32
  "@types/react-modal": "^3.13.1",
33
33
  "classnames": "^2.3.1",
34
34
  "react-draggable": "^4.4.5",
@@ -58,5 +58,5 @@
58
58
  "files": [
59
59
  "dist"
60
60
  ],
61
- "gitHead": "ec490bda7cb6cbdfd4ee06fb76d678fa66e777dd"
61
+ "gitHead": "8852f10780f1343262adc0636a3383b68508e711"
62
62
  }
package/CHANGELOG.md DELETED
@@ -1,83 +0,0 @@
1
- # v17.30.7 (Tue Jan 31 2023)
2
-
3
- #### 🐛 Bug Fix
4
-
5
- - Modal width is always 100% on mobile [#553](https://github.com/StenaIT/stenajs-webui/pull/553) ([@mattias800](https://github.com/mattias800))
6
-
7
- #### Authors: 1
8
-
9
- - Mattias Andersson ([@mattias800](https://github.com/mattias800))
10
-
11
- ---
12
-
13
- # v17.27.0 (Wed Nov 09 2022)
14
-
15
- #### 🚀 Enhancement
16
-
17
- - Modal is fullscreen on mobile [#527](https://github.com/StenaIT/stenajs-webui/pull/527) ([@mattias800](https://github.com/mattias800))
18
-
19
- #### Authors: 1
20
-
21
- - Mattias Andersson ([@mattias800](https://github.com/mattias800))
22
-
23
- ---
24
-
25
- # v17.7.0 (Fri Jul 01 2022)
26
-
27
- #### 🚀 Enhancement
28
-
29
- - Build packages with vite [#475](https://github.com/StenaIT/stenajs-webui/pull/475) ([@lindskogen](https://github.com/lindskogen))
30
-
31
- #### Authors: 1
32
-
33
- - Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))
34
-
35
- ---
36
-
37
- # v17.6.0 (Fri Jul 01 2022)
38
-
39
- #### 🚀 Enhancement
40
-
41
- - Use Stena icons instead of Font Awesome icons [#471](https://github.com/StenaIT/stenajs-webui/pull/471) (david.zetterdahl@stenaline.com [@LordDz](https://github.com/LordDz) [@lindskogen](https://github.com/lindskogen))
42
-
43
- #### Authors: 3
44
-
45
- - David ([@LordDz](https://github.com/LordDz))
46
- - David Zetterdahl (david.zetterdahl@stenaline.com)
47
- - Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))
48
-
49
- ---
50
-
51
- # v17.0.0 (Fri Jun 17 2022)
52
-
53
- #### 🔩 Dependency Updates
54
-
55
- - Update Typescript, React, Jest, etc. [#466](https://github.com/StenaIT/stenajs-webui/pull/466) ([@mattias800](https://github.com/mattias800))
56
-
57
- #### Authors: 1
58
-
59
- - Mattias Andersson ([@mattias800](https://github.com/mattias800))
60
-
61
- ---
62
-
63
- # v15.4.1 (Tue Apr 05 2022)
64
-
65
- #### 🐛 Bug Fix
66
-
67
- - Task 90903: Drawer slide from top and bottom (AB#90903) [#446](https://github.com/StenaIT/stenajs-webui/pull/446) ([@mattias800](https://github.com/mattias800))
68
-
69
- #### Authors: 1
70
-
71
- - Mattias Andersson ([@mattias800](https://github.com/mattias800))
72
-
73
- ---
74
-
75
- # v15.0.1 (Thu Feb 17 2022)
76
-
77
- #### ⚠️ Pushed to `master`
78
-
79
- - Fix exact version reference ([@lindskogen](https://github.com/lindskogen))
80
-
81
- #### Authors: 1
82
-
83
- - Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))