@unicom-cloud/ui 0.8.104 → 0.8.105
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/form/FormItem.js +1 -1
- package/package.json +1 -1
- package/version/index.js +1 -1
package/form/FormItem.js
CHANGED
|
@@ -184,7 +184,6 @@ const we = ({
|
|
|
184
184
|
L ? /* @__PURE__ */ i(
|
|
185
185
|
G,
|
|
186
186
|
{
|
|
187
|
-
...e.labelCol || r.labelCol,
|
|
188
187
|
className: C(
|
|
189
188
|
oe,
|
|
190
189
|
e.labelCol?.className,
|
|
@@ -194,6 +193,7 @@ const we = ({
|
|
|
194
193
|
}
|
|
195
194
|
),
|
|
196
195
|
flex: A ? 0 : void 0,
|
|
196
|
+
...e.labelCol || r.labelCol,
|
|
197
197
|
children: /* @__PURE__ */ i(
|
|
198
198
|
he,
|
|
199
199
|
{
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@unicom-cloud/ui","version":"0.8.
|
|
1
|
+
{"name":"@unicom-cloud/ui","version":"0.8.105","dependencies":{"@unicom-cloud/icons":"latest"},"peerDependencies":{"react":"^18.3.1","react-dom":"^18.3.1","dayjs":"^1.11.10","lodash":"^4.17.21","uuid":"^11.1.0","qrcode.react":"^4.2.0"},"peerDependenciesMeta":{},"type":"module","types":"types/pc/index.d.ts","main":"./index.js","publishConfig":{"registry":"https://registry.npmjs.org/","access":"public"}}
|
package/version/index.js
CHANGED