@nanoporetech-digital/components-vue 8.7.1 → 8.7.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.
|
@@ -627,12 +627,9 @@
|
|
|
627
627
|
]
|
|
628
628
|
},
|
|
629
629
|
"nano-cta/loading": {
|
|
630
|
-
"type": "
|
|
630
|
+
"type": "boolean",
|
|
631
631
|
"description": "Show a loading spinner",
|
|
632
|
-
"options": [
|
|
633
|
-
"false",
|
|
634
|
-
"true"
|
|
635
|
-
]
|
|
632
|
+
"options": []
|
|
636
633
|
},
|
|
637
634
|
"nano-cta/secondary": {
|
|
638
635
|
"type": "boolean",
|
package/dist/web-types.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "http://json.schemastore.org/web-types",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "@nanoporetech-digital/components-vue",
|
|
5
|
-
"version": "8.7.
|
|
5
|
+
"version": "8.7.2",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -1419,7 +1419,7 @@
|
|
|
1419
1419
|
"required": false,
|
|
1420
1420
|
"value": {
|
|
1421
1421
|
"kind": "expression",
|
|
1422
|
-
"type": "
|
|
1422
|
+
"type": "boolean"
|
|
1423
1423
|
}
|
|
1424
1424
|
},
|
|
1425
1425
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nanoporetech-digital/components-vue",
|
|
3
|
-
"version": "8.7.
|
|
3
|
+
"version": "8.7.2",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"description": "Vue 3 wrapper for Nano Components",
|
|
6
6
|
"repository": {
|
|
@@ -49,8 +49,8 @@
|
|
|
49
49
|
"vue-tsc": "^2.1.6"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@nanoporetech-digital/
|
|
53
|
-
"@nanoporetech-digital/
|
|
52
|
+
"@nanoporetech-digital/components": "8.7.2",
|
|
53
|
+
"@nanoporetech-digital/style": "8.7.2"
|
|
54
54
|
},
|
|
55
55
|
"gitHead": "cff1d0168dbe2193c1dc1a814ed1cb97b30cfc25",
|
|
56
56
|
"vetur": {
|