@wwtdev/bsds-components-vue3 2.9.1 → 2.9.3-rc.0
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/lib/bsds-components.js +3 -2
- package/package.json +2 -2
package/lib/bsds-components.js
CHANGED
|
@@ -1050,11 +1050,12 @@ const Ra = ["data-range"], pt = "(min-width: 752px)", qo = /* @__PURE__ */ Objec
|
|
|
1050
1050
|
router: {},
|
|
1051
1051
|
size: {
|
|
1052
1052
|
type: String,
|
|
1053
|
-
validator: (e) => ["sm", "xs", "xxs"].includes(e)
|
|
1053
|
+
validator: (e) => ["", "sm", "xs", "xxs"].includes(e),
|
|
1054
|
+
default: ""
|
|
1054
1055
|
},
|
|
1055
1056
|
variant: {
|
|
1056
1057
|
type: String,
|
|
1057
|
-
validator: (e) => ["blue", "pink", "purple", "red", "royal"].includes(e),
|
|
1058
|
+
validator: (e) => ["", "blue", "pink", "purple", "red", "royal"].includes(e),
|
|
1058
1059
|
default: ""
|
|
1059
1060
|
}
|
|
1060
1061
|
},
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wwtdev/bsds-components-vue3",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.9.
|
|
4
|
+
"version": "2.9.3-rc.0",
|
|
5
5
|
"description": "BSDS Vue3 Components",
|
|
6
6
|
"files": [
|
|
7
7
|
"lib"
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
},
|
|
70
70
|
"dependencies": {
|
|
71
71
|
"@popperjs/core": "^2.11.8",
|
|
72
|
-
"@wwtdev/bsds-css": "^2.7.
|
|
72
|
+
"@wwtdev/bsds-css": "^2.7.2-rc.0",
|
|
73
73
|
"@wwtdev/bsds-icons-vue3": "^2.8.0",
|
|
74
74
|
"awesome-phonenumber": "^6.4.0",
|
|
75
75
|
"chart.js": "^4.4.1",
|