@apexcura/ui-components 0.0.15-Beta49 → 0.0.15-Beta50

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
@@ -1634,7 +1634,7 @@ var ColorPickerElement = (props) => {
1634
1634
  {
1635
1635
  className: props.className,
1636
1636
  showText: true,
1637
- defaultValue: props.defaultValue,
1637
+ value: props.value,
1638
1638
  onChange: onHandleChange
1639
1639
  }
1640
1640
  ));
package/dist/index.mjs CHANGED
@@ -1589,7 +1589,7 @@ var ColorPickerElement = (props) => {
1589
1589
  {
1590
1590
  className: props.className,
1591
1591
  showText: true,
1592
- defaultValue: props.defaultValue,
1592
+ value: props.value,
1593
1593
  onChange: onHandleChange
1594
1594
  }
1595
1595
  ));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apexcura/ui-components",
3
- "version": "0.0.15-Beta49",
3
+ "version": "0.0.15-Beta50",
4
4
  "description": "Apex cura React components library",
5
5
  "keywords": [
6
6
  "apex cura",