@apexcura/ui-components 0.0.15-Beta44 → 0.0.15-Beta45

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
@@ -260,7 +260,6 @@ var RadioElement = (props) => {
260
260
  handleChange(option);
261
261
  },
262
262
  key: option.value,
263
- value: option.value,
264
263
  disabled: isDisabled && selectedValue !== option.value,
265
264
  className: getButtonStyle(option),
266
265
  style: { pointerEvents: isDisabled && selectedValue !== option.value ? "none" : "auto" }
package/dist/index.mjs CHANGED
@@ -191,7 +191,6 @@ var RadioElement = (props) => {
191
191
  handleChange(option);
192
192
  },
193
193
  key: option.value,
194
- value: option.value,
195
194
  disabled: isDisabled && selectedValue !== option.value,
196
195
  className: getButtonStyle(option),
197
196
  style: { pointerEvents: isDisabled && selectedValue !== option.value ? "none" : "auto" }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apexcura/ui-components",
3
- "version": "0.0.15-Beta44",
3
+ "version": "0.0.15-Beta45",
4
4
  "description": "Apex cura React components library",
5
5
  "keywords": [
6
6
  "apex cura",