@widergy/mobile-ui 2.5.1 → 2.5.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,11 @@
1
+ ## [2.5.2](https://github.com/widergy/mobile-ui/compare/v2.5.1...v2.5.2) (2026-01-28)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * disabled checked color prop unused ([#458](https://github.com/widergy/mobile-ui/issues/458)) ([e99093f](https://github.com/widergy/mobile-ui/commit/e99093f66c44542b1ddebae811c55216bac145b9))
7
+ * update node image ([#475](https://github.com/widergy/mobile-ui/issues/475)) ([6e078b2](https://github.com/widergy/mobile-ui/commit/6e078b2418e26585abc38747d479ff00b261bf23))
8
+
1
9
  ## [2.5.1](https://github.com/widergy/mobile-ui/compare/v2.5.0...v2.5.1) (2026-01-27)
2
10
 
3
11
 
@@ -85,6 +85,7 @@ class CheckList extends PureComponent {
85
85
  input,
86
86
  options,
87
87
  checkedColor,
88
+ disabledCheckedColor,
88
89
  selectAllContainerStyle,
89
90
  selectAlllabelStyle,
90
91
  reversedSelectAll,
@@ -112,6 +113,7 @@ class CheckList extends PureComponent {
112
113
  checked={areAllSelected(input, options)}
113
114
  bold
114
115
  checkedColor={checkedColor}
116
+ disabledCheckedColor={disabledCheckedColor}
115
117
  labelsContainerStyle={selectAlllabelStyle}
116
118
  reversed={reversedSelectAll}
117
119
  style={[
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@widergy/mobile-ui",
3
3
  "description": "Widergy Mobile Components",
4
4
  "author": "widergy",
5
- "version": "2.5.1",
5
+ "version": "2.5.2",
6
6
  "repository": "https://github.com/widergy/mobile-ui.git",
7
7
  "main": "lib/index.js",
8
8
  "files": [