@alauda/ui 9.0.1-beta.1 → 9.0.1-beta.3

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.
@@ -6,6 +6,7 @@ export declare const LabelPosition: {
6
6
  };
7
7
  export declare const FormItemWidth: {
8
8
  readonly Small: "small";
9
+ readonly Medium: "medium";
9
10
  readonly Large: "large";
10
11
  };
11
12
  export type LabelPosition = ValueOf<typeof LabelPosition>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alauda/ui",
3
- "version": "9.0.1-beta.1",
3
+ "version": "9.0.1-beta.3",
4
4
  "description": "Angular UI components by Alauda Frontend Team.",
5
5
  "repository": "git+https://github.com/alauda/alauda-ui.git",
6
6
  "author": "Alauda Frontend",
@@ -41,6 +41,7 @@
41
41
  --aui-border-radius-l: 4px;
42
42
  --aui-border-radius-m: 2px;
43
43
  --aui-form-item-width-l: 732px;
44
+ --aui-form-item-width-m: 732px;
44
45
  --aui-form-item-width-s: 140px;
45
46
  }
46
47
 
package/theme/style.css CHANGED
@@ -386,6 +386,7 @@ html[aui-theme-mode=dark] {
386
386
  --aui-border-radius-l: 4px;
387
387
  --aui-border-radius-m: 2px;
388
388
  --aui-form-item-width-l: 732px;
389
+ --aui-form-item-width-m: 732px;
389
390
  --aui-form-item-width-s: 140px;
390
391
  }
391
392