@alauda/ui 6.1.5 → 6.1.6-beta

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/theme/style.css +0 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alauda/ui",
3
- "version": "6.1.5",
3
+ "version": "6.1.6-beta",
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",
package/theme/style.css CHANGED
@@ -292,9 +292,4 @@ aui-icon.aui-tooltip-copy:hover {
292
292
 
293
293
  .aui-tab-label__content aui-icon:first-child .aui-icon {
294
294
  margin-right: var(--aui-spacing-s);
295
- }
296
-
297
- .aui-dialog aui-form-item:last-child > .aui-form-item,
298
- .aui-section__content aui-form-item:last-child > .aui-form-item {
299
- margin-bottom: 0;
300
295
  }