@apexcura/ui-components 0.0.15-Beta68 → 0.0.15-Beta69
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
|
@@ -1073,7 +1073,7 @@ var DropDownGroup = (props) => {
|
|
|
1073
1073
|
value: props.value.firstValue,
|
|
1074
1074
|
showSearch: true
|
|
1075
1075
|
}
|
|
1076
|
-
), /* @__PURE__ */ import_react25.default.createElement("div", { style: { borderLeft: "1px solid gray", height: "
|
|
1076
|
+
), /* @__PURE__ */ import_react25.default.createElement("div", { style: { borderLeft: "1px solid gray", height: "33px" } }), /* @__PURE__ */ import_react25.default.createElement(
|
|
1077
1077
|
import_antd17.Select,
|
|
1078
1078
|
{
|
|
1079
1079
|
onChange: handleSecondChange,
|
package/dist/index.mjs
CHANGED
|
@@ -1004,7 +1004,7 @@ var DropDownGroup = (props) => {
|
|
|
1004
1004
|
value: props.value.firstValue,
|
|
1005
1005
|
showSearch: true
|
|
1006
1006
|
}
|
|
1007
|
-
), /* @__PURE__ */ React24.createElement("div", { style: { borderLeft: "1px solid gray", height: "
|
|
1007
|
+
), /* @__PURE__ */ React24.createElement("div", { style: { borderLeft: "1px solid gray", height: "33px" } }), /* @__PURE__ */ React24.createElement(
|
|
1008
1008
|
Select4,
|
|
1009
1009
|
{
|
|
1010
1010
|
onChange: handleSecondChange,
|