@sdata/web-vue 2.11.3 → 3.0.1

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/es/index.css CHANGED
@@ -7235,9 +7235,6 @@ body.sd-tour-active .sd-tour-popover * {
7235
7235
  transform: translate3D(0%, 0, -1px) scale(0.5);
7236
7236
  }
7237
7237
  }
7238
- .sd-spin {
7239
- display: inline-block;
7240
- }
7241
7238
  .sd-spin-with-tip {
7242
7239
  text-align: center;
7243
7240
  }
@@ -14126,9 +14123,6 @@ body.sd-tour-active .sd-tour-popover * {
14126
14123
  .sd-json-form-control--inline {
14127
14124
  min-width: 0;
14128
14125
  }
14129
- .sd-json-form .sd-form-item {
14130
- margin-bottom: 4px;
14131
- }
14132
14126
 
14133
14127
  .sd-ellipsis {
14134
14128
  display: inline-block;
@@ -25,7 +25,4 @@
25
25
  }
26
26
  .sd-json-form-control--inline {
27
27
  min-width: 0;
28
- }
29
- .sd-json-form .sd-form-item {
30
- margin-bottom: 4px;
31
28
  }
@@ -18,8 +18,4 @@ $json-form-prefix-cls: string.unquote('#{theme.$prefix}-json-form');
18
18
  &-control--inline {
19
19
  min-width: 0;
20
20
  }
21
-
22
- .sd-form-item {
23
- margin-bottom: $json-form-spacing-item-gap;
24
- }
25
21
  }
@@ -4,5 +4,4 @@
4
4
 
5
5
  $json-form-spacing-row-gap: global.$spacing-4;
6
6
  $json-form-spacing-col-gap: global.$spacing-4;
7
- $json-form-spacing-item-gap: global.$spacing-2;
8
7
  $json-form-border-radius-control: global.$border-radius-medium;
@@ -161,9 +161,6 @@
161
161
  transform: translate3D(0%, 0, -1px) scale(0.5);
162
162
  }
163
163
  }
164
- .sd-spin {
165
- display: inline-block;
166
- }
167
164
  .sd-spin-with-tip {
168
165
  text-align: center;
169
166
  }
@@ -7,8 +7,6 @@
7
7
  $spin-prefix-cls: string.unquote('#{theme.$prefix}-spin');
8
8
 
9
9
  .#{$spin-prefix-cls} {
10
- display: inline-block;
11
-
12
10
  &-with-tip {
13
11
  text-align: center;
14
12
  }
@@ -2,7 +2,7 @@
2
2
  "$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
3
3
  "framework": "vue",
4
4
  "name": "@sdata/web-vue",
5
- "version": "2.11.2",
5
+ "version": "3.0.0",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sdata/web-vue",
3
- "version": "2.11.3",
3
+ "version": "3.0.1",
4
4
  "description": "SD Design Vue: A Vue.js 3 UI Library",
5
5
  "keywords": [
6
6
  "sd",