@arco-themes/react-aiux2026 1.0.4 → 1.0.5

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/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@arco-themes/react-aiux2026",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "",
5
- "author": "bitjjj",
5
+ "author": "dobe25381-gif",
6
6
  "owners": [],
7
7
  "license": "MIT",
8
8
  "unpkg": "latest",
package/theme.less CHANGED
@@ -1701,6 +1701,14 @@
1701
1701
  }
1702
1702
  }
1703
1703
 
1704
+ .arco-form-item {
1705
+ margin-bottom: 24px;
1706
+ }
1707
+ .arco-form-message {
1708
+ min-height: 24px;
1709
+ line-height: 24px;
1710
+ }
1711
+
1704
1712
  // Form Icon
1705
1713
  .arco-form.arco-form-size-default {
1706
1714
  .arco-form-item-feedback {
package/variables.less CHANGED
@@ -1696,3 +1696,4 @@
1696
1696
  @input-size-large-icon-addon-size: @size-4;
1697
1697
  @anchor-color-title_hover: var(~'@{arco-cssvars-prefix}-color-text-2');
1698
1698
  @anchor-color-title_active: var(~'@{arco-cssvars-prefix}-color-text-1');
1699
+ @form-margin-label-right: @spacing-7;