@stenajs-webui/grid 17.19.0 → 17.20.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 +13 -0
- package/dist/index.es.js +2 -2
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
# v17.19.1 (Fri Oct 14 2022)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- Change table hover background color to 200 [#516](https://github.com/StenaIT/stenajs-webui/pull/516) (david.zetterdahl@stenaline.com [@LordDz](https://github.com/LordDz))
|
|
6
|
+
|
|
7
|
+
#### Authors: 2
|
|
8
|
+
|
|
9
|
+
- David ([@LordDz](https://github.com/LordDz))
|
|
10
|
+
- David Zetterdahl (david.zetterdahl@stenaline.com)
|
|
11
|
+
|
|
12
|
+
---
|
|
13
|
+
|
|
1
14
|
# v17.13.1 (Mon Aug 29 2022)
|
|
2
15
|
|
|
3
16
|
#### 🐛 Bug Fix
|
package/dist/index.es.js
CHANGED
|
@@ -1530,9 +1530,9 @@ const Xe = T.createContext({}), xr = ({
|
|
|
1530
1530
|
item: t
|
|
1531
1531
|
})]
|
|
1532
1532
|
});
|
|
1533
|
-
}), To = (e, t, n) => e ? typeof e == "string" ? e : e == null ? void 0 : e.background : t ? _("--lhds-color-blue-100") : n ? Qe : "white", Oo = (e, t, n) => e ? typeof e == "string" ? e : e == null ? void 0 : e.hoverBackground : t ? _("--lhds-color-blue-
|
|
1533
|
+
}), To = (e, t, n) => e ? typeof e == "string" ? e : e == null ? void 0 : e.background : t ? _("--lhds-color-blue-100") : n ? Qe : "white", Oo = (e, t, n) => e ? typeof e == "string" ? e : e == null ? void 0 : e.hoverBackground : t ? _("--lhds-color-blue-200") : n ? sn : _("--lhds-color-ui-200"), Po = (e, t, n) => {
|
|
1534
1534
|
if (t)
|
|
1535
|
-
return _("--lhds-color-blue-
|
|
1535
|
+
return _("--lhds-color-blue-200");
|
|
1536
1536
|
if (e)
|
|
1537
1537
|
return n;
|
|
1538
1538
|
}, Ao = (e) => Object.values(e).some((t) => Lo(t)), Lo = (e) => Boolean(e.renderSummaryCell || e.summaryText), Bo = "_summaryRow_12x8k_1", Do = {
|