@stenajs-webui/elements 17.31.0 → 17.32.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/CHANGELOG.md +12 -0
- package/dist/index.es.js +11 -10
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v17.32.0 (Fri Feb 03 2023)
|
|
2
|
+
|
|
3
|
+
#### 🚀 Enhancement
|
|
4
|
+
|
|
5
|
+
- ResultListBanner can have children, shown below bulletpoint list [#557](https://github.com/StenaIT/stenajs-webui/pull/557) ([@mattias800](https://github.com/mattias800))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Mattias Andersson ([@mattias800](https://github.com/mattias800))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v17.31.0 (Wed Feb 01 2023)
|
|
2
14
|
|
|
3
15
|
#### 🚀 Enhancement
|
package/dist/index.es.js
CHANGED
|
@@ -1851,21 +1851,22 @@ const h4 = {
|
|
|
1851
1851
|
}), lc = ({
|
|
1852
1852
|
bannerState: e,
|
|
1853
1853
|
variant: l = "standard",
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
|
|
1854
|
+
children: n,
|
|
1855
|
+
...o
|
|
1856
|
+
}) => /* @__PURE__ */ i(s1, {
|
|
1857
|
+
...o,
|
|
1857
1858
|
headerText: e.headerText,
|
|
1858
1859
|
text: e.text,
|
|
1859
1860
|
variant: l,
|
|
1860
|
-
children: e.items && /* @__PURE__ */ c(v, {
|
|
1861
|
+
children: [e.items && /* @__PURE__ */ c(v, {
|
|
1861
1862
|
children: /* @__PURE__ */ c(x1, {
|
|
1862
|
-
children: e.items.map((
|
|
1863
|
-
text:
|
|
1864
|
-
linkText:
|
|
1865
|
-
onClickLink:
|
|
1866
|
-
},
|
|
1863
|
+
children: e.items.map((a, t) => /* @__PURE__ */ c(V1, {
|
|
1864
|
+
text: a.text,
|
|
1865
|
+
linkText: a.linkText,
|
|
1866
|
+
onClickLink: a.onClickLink
|
|
1867
|
+
}, t))
|
|
1867
1868
|
})
|
|
1868
|
-
})
|
|
1869
|
+
}), n]
|
|
1869
1870
|
}), nc = (e) => {
|
|
1870
1871
|
const [l, n] = g0(e), o = U(
|
|
1871
1872
|
(s) => {
|