@sdata/web-vue 3.0.0 → 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
@@ -14123,9 +14123,6 @@ body.sd-tour-active .sd-tour-popover * {
14123
14123
  .sd-json-form-control--inline {
14124
14124
  min-width: 0;
14125
14125
  }
14126
- .sd-json-form .sd-form-item {
14127
- margin-bottom: 4px;
14128
- }
14129
14126
 
14130
14127
  .sd-ellipsis {
14131
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;
@@ -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.3",
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": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "description": "SD Design Vue: A Vue.js 3 UI Library",
5
5
  "keywords": [
6
6
  "sd",