@apexcura/ui-components 0.0.12-Beta38 → 0.0.12-Beta39

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
@@ -204,7 +204,7 @@ var RadioElement = (props) => {
204
204
  const getButtonStyle = (option) => {
205
205
  return selectedValue === option.value ? option.selectedClassName : option.className;
206
206
  };
207
- return /* @__PURE__ */ import_react6.default.createElement("div", null, /* @__PURE__ */ import_react6.default.createElement("h1", null, "hsjas"), /* @__PURE__ */ import_react6.default.createElement(
207
+ return /* @__PURE__ */ import_react6.default.createElement("div", null, /* @__PURE__ */ import_react6.default.createElement(
208
208
  import_antd6.Radio.Group,
209
209
  {
210
210
  onChange: handleChange,
package/dist/index.mjs CHANGED
@@ -157,7 +157,7 @@ var RadioElement = (props) => {
157
157
  const getButtonStyle = (option) => {
158
158
  return selectedValue === option.value ? option.selectedClassName : option.className;
159
159
  };
160
- return /* @__PURE__ */ React6.createElement("div", null, /* @__PURE__ */ React6.createElement("h1", null, "hsjas"), /* @__PURE__ */ React6.createElement(
160
+ return /* @__PURE__ */ React6.createElement("div", null, /* @__PURE__ */ React6.createElement(
161
161
  Radio.Group,
162
162
  {
163
163
  onChange: handleChange,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apexcura/ui-components",
3
- "version": "0.0.12-Beta38",
3
+ "version": "0.0.12-Beta39",
4
4
  "description": "Apex cura React components library",
5
5
  "keywords": [
6
6
  "apex cura",