@stenajs-webui/elements 17.13.1 → 17.13.2

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 CHANGED
@@ -1,3 +1,16 @@
1
+ # v17.13.2 (Mon Aug 29 2022)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Change default icon color (fixes AB#97855) [#498](https://github.com/StenaIT/stenajs-webui/pull/498) ([@lindskogen](https://github.com/lindskogen) [@juiceit](https://github.com/juiceit))
6
+
7
+ #### Authors: 2
8
+
9
+ - Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))
10
+ - Josefina Andreasson ([@juiceit](https://github.com/juiceit))
11
+
12
+ ---
13
+
1
14
  # v17.13.1 (Mon Aug 29 2022)
2
15
 
3
16
  #### 🐛 Bug Fix
package/dist/index.es.js CHANGED
@@ -860,7 +860,7 @@ const stenaCombined = {
860
860
  };
861
861
  const Icon = forwardRef(function Icon2({
862
862
  className,
863
- color = "var(--lhds-color-ui-500)",
863
+ color = "var(--lhds-color-ui-900)",
864
864
  flip,
865
865
  icon: icon2,
866
866
  pulse,
@@ -2311,7 +2311,6 @@ const RouteLeg = ({
2311
2311
  children: [/* @__PURE__ */ jsx(Icon, {
2312
2312
  icon: icon2,
2313
2313
  fixedWidth: true,
2314
- color: cssColor("--lhds-color-ui-700"),
2315
2314
  size: 24
2316
2315
  }), /* @__PURE__ */ jsx(Box, {
2317
2316
  flex: 1,