@apexcura/ui-components 0.0.15-Beta95 → 0.0.15-Beta97

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/index.js CHANGED
@@ -1740,7 +1740,7 @@ var ColorPickerElement = (props) => {
1740
1740
  {
1741
1741
  className: props.className,
1742
1742
  showText: true,
1743
- value: props.value && props.value,
1743
+ value: color,
1744
1744
  onChange: onHandleChange
1745
1745
  }
1746
1746
  ));
package/dist/index.mjs CHANGED
@@ -1694,7 +1694,7 @@ var ColorPickerElement = (props) => {
1694
1694
  {
1695
1695
  className: props.className,
1696
1696
  showText: true,
1697
- value: props.value && props.value,
1697
+ value: color,
1698
1698
  onChange: onHandleChange
1699
1699
  }
1700
1700
  ));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apexcura/ui-components",
3
- "version": "0.0.15-Beta95",
3
+ "version": "0.0.15-Beta97",
4
4
  "description": "Apex cura React components library",
5
5
  "keywords": [
6
6
  "apex cura",