@dovetail-v2/refine 0.3.21-alpha.0 → 0.3.21-alpha.1
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/refine.cjs +2 -2
- package/dist/refine.js +2 -2
- package/dist/style.css +9 -0
- package/package.json +1 -1
package/dist/refine.cjs
CHANGED
|
@@ -14925,7 +14925,7 @@ const SectionTitle = React.forwardRef(function SectionTitle2(props, ref) {
|
|
|
14925
14925
|
})]
|
|
14926
14926
|
});
|
|
14927
14927
|
});
|
|
14928
|
-
const
|
|
14928
|
+
const styles_mte7bu = "";
|
|
14929
14929
|
const SpaceStyle = "sea7f83";
|
|
14930
14930
|
const VerticalFormItemStyle = "v1jthrhz";
|
|
14931
14931
|
const IntegerStyle = "i1brpchs";
|
|
@@ -17922,7 +17922,7 @@ function ResourceSelect(props) {
|
|
|
17922
17922
|
}
|
|
17923
17923
|
);
|
|
17924
17924
|
}
|
|
17925
|
-
const
|
|
17925
|
+
const SelectMatchLabelButton_14cb3vv = "";
|
|
17926
17926
|
const PopoverOverlayStyle = "p19yct45";
|
|
17927
17927
|
const PopoverContentStyle = "p2255z4";
|
|
17928
17928
|
const PopoverTitleStyle = "p16qejqa";
|
package/dist/refine.js
CHANGED
|
@@ -14906,7 +14906,7 @@ const SectionTitle = React.forwardRef(function SectionTitle2(props, ref) {
|
|
|
14906
14906
|
})]
|
|
14907
14907
|
});
|
|
14908
14908
|
});
|
|
14909
|
-
const
|
|
14909
|
+
const styles_mte7bu = "";
|
|
14910
14910
|
const SpaceStyle = "sea7f83";
|
|
14911
14911
|
const VerticalFormItemStyle = "v1jthrhz";
|
|
14912
14912
|
const IntegerStyle = "i1brpchs";
|
|
@@ -17903,7 +17903,7 @@ function ResourceSelect(props) {
|
|
|
17903
17903
|
}
|
|
17904
17904
|
);
|
|
17905
17905
|
}
|
|
17906
|
-
const
|
|
17906
|
+
const SelectMatchLabelButton_14cb3vv = "";
|
|
17907
17907
|
const PopoverOverlayStyle = "p19yct45";
|
|
17908
17908
|
const PopoverContentStyle = "p2255z4";
|
|
17909
17909
|
const PopoverTitleStyle = "p16qejqa";
|
package/dist/style.css
CHANGED
|
@@ -4157,6 +4157,12 @@
|
|
|
4157
4157
|
flex-direction: column !important;
|
|
4158
4158
|
gap: 8px;
|
|
4159
4159
|
}
|
|
4160
|
+
.v1jthrhz.ant-form-item .ant-form-item-label > label {
|
|
4161
|
+
min-height: auto;
|
|
4162
|
+
}
|
|
4163
|
+
.v1jthrhz.ant-form-item .ant-form-item-control-input {
|
|
4164
|
+
min-height: auto;
|
|
4165
|
+
}
|
|
4160
4166
|
|
|
4161
4167
|
.i1brpchs {
|
|
4162
4168
|
max-width: 144px;
|
|
@@ -4811,6 +4817,9 @@
|
|
|
4811
4817
|
.p19yct45 .ant-popover-inner-content {
|
|
4812
4818
|
padding: 0;
|
|
4813
4819
|
}
|
|
4820
|
+
.p19yct45 .ant-popover-arrow {
|
|
4821
|
+
display: none;
|
|
4822
|
+
}
|
|
4814
4823
|
|
|
4815
4824
|
.p2255z4 {
|
|
4816
4825
|
width: 463px;
|