@varlet/ui 3.3.1 → 3.3.2

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
3
3
  "framework": "vue",
4
- "version": "3.3.1",
4
+ "version": "3.3.2",
5
5
  "name": "VARLET",
6
6
  "contributions": {
7
7
  "html": {
@@ -243,6 +243,15 @@
243
243
  "kind": "expression"
244
244
  }
245
245
  },
246
+ {
247
+ "name": "border",
248
+ "description": "Whether to use bottom border",
249
+ "default": "false",
250
+ "value": {
251
+ "type": "boolean",
252
+ "kind": "expression"
253
+ }
254
+ },
246
255
  {
247
256
  "name": "image",
248
257
  "description": "Background image",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
3
3
  "framework": "vue",
4
- "version": "3.3.1",
4
+ "version": "3.3.2",
5
5
  "name": "VARLET",
6
6
  "contributions": {
7
7
  "html": {
@@ -243,6 +243,15 @@
243
243
  "kind": "expression"
244
244
  }
245
245
  },
246
+ {
247
+ "name": "border",
248
+ "description": "是否使用底部边框",
249
+ "default": "false",
250
+ "value": {
251
+ "type": "boolean",
252
+ "kind": "expression"
253
+ }
254
+ },
246
255
  {
247
256
  "name": "image",
248
257
  "description": "背景图片",