@stenajs-webui/core 18.2.0 → 18.3.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.
- package/package.json +3 -3
- package/CHANGELOG.md +0 -170
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stenajs-webui/core",
|
|
3
|
-
"version": "18.
|
|
3
|
+
"version": "18.3.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "mattias800",
|
|
6
6
|
"license": "MIT",
|
|
@@ -57,10 +57,10 @@
|
|
|
57
57
|
"files": [
|
|
58
58
|
"dist"
|
|
59
59
|
],
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "96fdb63147afca5ee4dfaff0f5ce73da163e8d75",
|
|
61
61
|
"dependencies": {
|
|
62
62
|
"@emotion/is-prop-valid": "^1.1.0",
|
|
63
|
-
"@stenajs-webui/theme": "18.
|
|
63
|
+
"@stenajs-webui/theme": "18.3.0",
|
|
64
64
|
"classnames": "^2.3.1"
|
|
65
65
|
}
|
|
66
66
|
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,170 +0,0 @@
|
|
|
1
|
-
# v18.0.2 (Mon Feb 27 2023)
|
|
2
|
-
|
|
3
|
-
#### 🐛 Bug Fix
|
|
4
|
-
|
|
5
|
-
- Make `Heading` style customisable [#562](https://github.com/StenaIT/stenajs-webui/pull/562) ([@mattias800](https://github.com/mattias800))
|
|
6
|
-
|
|
7
|
-
#### Authors: 1
|
|
8
|
-
|
|
9
|
-
- Mattias Andersson ([@mattias800](https://github.com/mattias800))
|
|
10
|
-
|
|
11
|
-
---
|
|
12
|
-
|
|
13
|
-
# v17.29.0 (Mon Dec 12 2022)
|
|
14
|
-
|
|
15
|
-
#### 🐛 Bug Fix
|
|
16
|
-
|
|
17
|
-
- Remove --lhds-color-purple-* [#538](https://github.com/StenaIT/stenajs-webui/pull/538) ([@LordDz](https://github.com/LordDz))
|
|
18
|
-
|
|
19
|
-
#### Authors: 1
|
|
20
|
-
|
|
21
|
-
- David ([@LordDz](https://github.com/LordDz))
|
|
22
|
-
|
|
23
|
-
---
|
|
24
|
-
|
|
25
|
-
# v17.9.0 (Fri Jul 01 2022)
|
|
26
|
-
|
|
27
|
-
#### 🏠 Internal
|
|
28
|
-
|
|
29
|
-
- Use vite builder for storybook [#477](https://github.com/StenaIT/stenajs-webui/pull/477) ([@lindskogen](https://github.com/lindskogen))
|
|
30
|
-
|
|
31
|
-
#### Authors: 1
|
|
32
|
-
|
|
33
|
-
- Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))
|
|
34
|
-
|
|
35
|
-
---
|
|
36
|
-
|
|
37
|
-
# v17.8.0 (Fri Jul 01 2022)
|
|
38
|
-
|
|
39
|
-
#### 🚀 Enhancement
|
|
40
|
-
|
|
41
|
-
- Replace useDomId with useId [#476](https://github.com/StenaIT/stenajs-webui/pull/476) ([@lindskogen](https://github.com/lindskogen))
|
|
42
|
-
|
|
43
|
-
#### Authors: 1
|
|
44
|
-
|
|
45
|
-
- Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))
|
|
46
|
-
|
|
47
|
-
---
|
|
48
|
-
|
|
49
|
-
# v17.7.0 (Fri Jul 01 2022)
|
|
50
|
-
|
|
51
|
-
#### 🚀 Enhancement
|
|
52
|
-
|
|
53
|
-
- Build packages with vite [#475](https://github.com/StenaIT/stenajs-webui/pull/475) ([@lindskogen](https://github.com/lindskogen))
|
|
54
|
-
|
|
55
|
-
#### Authors: 1
|
|
56
|
-
|
|
57
|
-
- Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))
|
|
58
|
-
|
|
59
|
-
---
|
|
60
|
-
|
|
61
|
-
# v17.0.0 (Fri Jun 17 2022)
|
|
62
|
-
|
|
63
|
-
#### 💥 Breaking Change
|
|
64
|
-
|
|
65
|
-
- Upgrade and apply prettier. [#467](https://github.com/StenaIT/stenajs-webui/pull/467) ([@mattias800](https://github.com/mattias800))
|
|
66
|
-
|
|
67
|
-
#### 🔩 Dependency Updates
|
|
68
|
-
|
|
69
|
-
- Update Typescript, React, Jest, etc. [#466](https://github.com/StenaIT/stenajs-webui/pull/466) ([@mattias800](https://github.com/mattias800))
|
|
70
|
-
|
|
71
|
-
#### Authors: 1
|
|
72
|
-
|
|
73
|
-
- Mattias Andersson ([@mattias800](https://github.com/mattias800))
|
|
74
|
-
|
|
75
|
-
---
|
|
76
|
-
|
|
77
|
-
# v16.1.0 (Fri Jun 17 2022)
|
|
78
|
-
|
|
79
|
-
#### 🚀 Enhancement
|
|
80
|
-
|
|
81
|
-
- Accessible font-sizes using `rem` instead of `px` [#458](https://github.com/StenaIT/stenajs-webui/pull/458) ([@mattias800](https://github.com/mattias800))
|
|
82
|
-
|
|
83
|
-
#### Authors: 1
|
|
84
|
-
|
|
85
|
-
- Mattias Andersson ([@mattias800](https://github.com/mattias800))
|
|
86
|
-
|
|
87
|
-
---
|
|
88
|
-
|
|
89
|
-
# v15.5.9 (Thu May 19 2022)
|
|
90
|
-
|
|
91
|
-
#### 🐛 Bug Fix
|
|
92
|
-
|
|
93
|
-
- Add support for data-* and aria-* props [#456](https://github.com/StenaIT/stenajs-webui/pull/456) ([@mattias800](https://github.com/mattias800))
|
|
94
|
-
|
|
95
|
-
#### Authors: 1
|
|
96
|
-
|
|
97
|
-
- Mattias Andersson ([@mattias800](https://github.com/mattias800))
|
|
98
|
-
|
|
99
|
-
---
|
|
100
|
-
|
|
101
|
-
# v15.5.4 (Mon Apr 25 2022)
|
|
102
|
-
|
|
103
|
-
#### 🐛 Bug Fix
|
|
104
|
-
|
|
105
|
-
- Add SidebarRailMenu [#442](https://github.com/StenaIT/stenajs-webui/pull/442) ([@lindskogen](https://github.com/lindskogen) [@mattias800](https://github.com/mattias800))
|
|
106
|
-
|
|
107
|
-
#### Authors: 2
|
|
108
|
-
|
|
109
|
-
- Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))
|
|
110
|
-
- Mattias Andersson ([@mattias800](https://github.com/mattias800))
|
|
111
|
-
|
|
112
|
-
---
|
|
113
|
-
|
|
114
|
-
# v15.4.1 (Tue Apr 05 2022)
|
|
115
|
-
|
|
116
|
-
#### 🐛 Bug Fix
|
|
117
|
-
|
|
118
|
-
- Task 90903: Drawer slide from top and bottom (AB#90903) [#446](https://github.com/StenaIT/stenajs-webui/pull/446) ([@mattias800](https://github.com/mattias800))
|
|
119
|
-
|
|
120
|
-
#### Authors: 1
|
|
121
|
-
|
|
122
|
-
- Mattias Andersson ([@mattias800](https://github.com/mattias800))
|
|
123
|
-
|
|
124
|
-
---
|
|
125
|
-
|
|
126
|
-
# v15.3.0 (Tue Mar 01 2022)
|
|
127
|
-
|
|
128
|
-
#### 🚀 Enhancement
|
|
129
|
-
|
|
130
|
-
- Update font color and line height (fixes AB#87047) [#439](https://github.com/StenaIT/stenajs-webui/pull/439) ([@lindskogen](https://github.com/lindskogen))
|
|
131
|
-
|
|
132
|
-
#### Authors: 1
|
|
133
|
-
|
|
134
|
-
- Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))
|
|
135
|
-
|
|
136
|
-
---
|
|
137
|
-
|
|
138
|
-
# v15.1.0 (Fri Feb 25 2022)
|
|
139
|
-
|
|
140
|
-
#### 🐛 Bug Fix
|
|
141
|
-
|
|
142
|
-
- Increase contrast of Heading. [#435](https://github.com/StenaIT/stenajs-webui/pull/435) ([@mattias800](https://github.com/mattias800))
|
|
143
|
-
|
|
144
|
-
#### Authors: 1
|
|
145
|
-
|
|
146
|
-
- Mattias Andersson ([@mattias800](https://github.com/mattias800))
|
|
147
|
-
|
|
148
|
-
---
|
|
149
|
-
|
|
150
|
-
# v15.0.3 (Fri Feb 25 2022)
|
|
151
|
-
|
|
152
|
-
#### 🔩 Dependency Updates
|
|
153
|
-
|
|
154
|
-
- Fix missing peer dependencies [#431](https://github.com/StenaIT/stenajs-webui/pull/431) ([@lindskogen](https://github.com/lindskogen))
|
|
155
|
-
|
|
156
|
-
#### Authors: 1
|
|
157
|
-
|
|
158
|
-
- Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))
|
|
159
|
-
|
|
160
|
-
---
|
|
161
|
-
|
|
162
|
-
# v15.0.1 (Thu Feb 17 2022)
|
|
163
|
-
|
|
164
|
-
#### ⚠️ Pushed to `master`
|
|
165
|
-
|
|
166
|
-
- Fix exact version reference ([@lindskogen](https://github.com/lindskogen))
|
|
167
|
-
|
|
168
|
-
#### Authors: 1
|
|
169
|
-
|
|
170
|
-
- Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))
|