@apexcura/ui-components 0.0.12-Beta37 → 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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
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(
|
|
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(
|
|
160
|
+
return /* @__PURE__ */ React6.createElement("div", null, /* @__PURE__ */ React6.createElement(
|
|
161
161
|
Radio.Group,
|
|
162
162
|
{
|
|
163
163
|
onChange: handleChange,
|