@linzjs/lui 22.12.1 → 22.12.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,10 @@
1
+ ## [22.12.2](https://github.com/linz/lui/compare/v22.12.1...v22.12.2) (2025-05-20)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **ColorPalette:** update colour palette default colours ([#1217](https://github.com/linz/lui/issues/1217)) ([bae1e66](https://github.com/linz/lui/commit/bae1e66730aef50b2fdadfda35103ea68a55d533))
7
+
1
8
  ## [22.12.1](https://github.com/linz/lui/compare/v22.12.0...v22.12.1) (2025-05-14)
2
9
 
3
10
 
package/dist/index.js CHANGED
@@ -59603,7 +59603,7 @@ var defaultColours = [
59603
59603
  { color: '#54B8CD', description: 'Sea' },
59604
59604
  { color: '#3B6CC0', description: 'Blue' },
59605
59605
  { color: '#6C55A7', description: 'Purple' },
59606
- { color: '#F00', description: 'Red' },
59606
+ { color: '#FF0000', description: 'Red' },
59607
59607
  { color: '#FFAD33', description: 'Orange' },
59608
59608
  { color: '#39AF4C', description: 'Green' },
59609
59609
  { color: '#3EEDF3', description: 'Cyan' },