revdev-components 0.179.0 → 0.180.0

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/build/index.js CHANGED
@@ -5087,7 +5087,7 @@ function AppForm(_a) {
5087
5087
  return (React.createElement(antd.Form, { form: form, onFinish: onFinish, className: classNames(s$r.root, className), layout: "vertical", onValuesChange: handleValuesChange, onFieldsChange: onFieldsChange, initialValues: initialValues }, typeof children === "function" ? children({ valid: valid }) : children));
5088
5088
  }
5089
5089
 
5090
- var s$q = {"root":"index-module_root__2S1Jp","label":"index-module_label__-pb4C"};
5090
+ var s$q = {"root":"index-module_root__2S1Jp","root__right":"index-module_root__right__AOLlF","label":"index-module_label__-pb4C"};
5091
5091
 
5092
5092
  function useLineProps(_a) {
5093
5093
  var lineClassName = _a.lineClassName, name = _a.name, label = _a.label, rightLabel = _a.rightLabel, rules = _a.rules, valuePropName = _a.valuePropName, noStyle = _a.noStyle, hasFeedback = _a.hasFeedback, dependencies = _a.dependencies, rest = __rest(_a, ["lineClassName", "name", "label", "rightLabel", "rules", "valuePropName", "noStyle", "hasFeedback", "dependencies"]);
package/build/styles.css CHANGED
@@ -131,11 +131,14 @@ body {
131
131
  .index-module_root__2S1Jp {
132
132
  display: block;
133
133
  }
134
- .index-module_root__2S1Jp label {
134
+ .index-module_root__right__AOLlF label {
135
135
  width: 100% !important;
136
136
  display: block !important;
137
137
  }
138
- .index-module_root__2S1Jp label::after {
138
+ .index-module_root__right__AOLlF label::after {
139
+ display: none !important;
140
+ }
141
+ .index-module_root__right__AOLlF label::before {
139
142
  display: none !important;
140
143
  }
141
144
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "revdev-components",
3
- "version": "0.179.0",
3
+ "version": "0.180.0",
4
4
  "main": "build/index.js",
5
5
  "module": "build/index.esm.js",
6
6
  "scripts": {