@leapdevuk/component-toolbox 0.0.117 → 0.0.118
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/dist/CHANGELOG.md +12 -0
- package/dist/index.cjs.js +27 -27
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +564 -564
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/CHANGELOG.md
CHANGED
|
@@ -45,3 +45,15 @@
|
|
|
45
45
|
### Features
|
|
46
46
|
|
|
47
47
|
- Added property on NumberDisplay 'noValueText' to work alongside 'hideNoValue' to display an alternative character on zero values
|
|
48
|
+
|
|
49
|
+
## 0.0.117 (2025-05-23)
|
|
50
|
+
|
|
51
|
+
### Added
|
|
52
|
+
|
|
53
|
+
- Added formatAsDBDate for use in apps (accepts Date, returns string formatted "yyyy-MM-dd")
|
|
54
|
+
|
|
55
|
+
## 0.0.118 (2025-05-23)
|
|
56
|
+
|
|
57
|
+
### Bug Fixes
|
|
58
|
+
|
|
59
|
+
- Updated DatePicker to not show calendar icon when disabled
|