@nanoporetech-digital/components-vue 7.4.5 → 7.5.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.
|
@@ -1771,7 +1771,7 @@
|
|
|
1771
1771
|
},
|
|
1772
1772
|
"nano-intersection-observe/root": {
|
|
1773
1773
|
"type": "\"auto\" | \"root\" | Element",
|
|
1774
|
-
"description": "The element that is used as the viewport for checking visibility of the target. Must be
|
|
1774
|
+
"description": "The element that is used as the viewport for checking visibility of the target. Must be an ancestor of the target.\nDefaults to an automatic check for ancestors that `overflow: auto` or otherwise the `Document`.",
|
|
1775
1775
|
"options": [
|
|
1776
1776
|
"auto",
|
|
1777
1777
|
"root"
|
|
@@ -2395,7 +2395,7 @@
|
|
|
2395
2395
|
},
|
|
2396
2396
|
"nano-spinner/type": {
|
|
2397
2397
|
"type": "\"circle\" | \"dna\"",
|
|
2398
|
-
"description": "The type of spinner animation
|
|
2398
|
+
"description": "The type of spinner animation",
|
|
2399
2399
|
"options": [
|
|
2400
2400
|
"circle",
|
|
2401
2401
|
"dna"
|
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": "7.4.
|
|
5
|
+
"version": "7.4.5",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -4106,7 +4106,7 @@
|
|
|
4106
4106
|
"attributes": [
|
|
4107
4107
|
{
|
|
4108
4108
|
"name": "root",
|
|
4109
|
-
"description": "The element that is used as the viewport for checking visibility of the target. Must be
|
|
4109
|
+
"description": "The element that is used as the viewport for checking visibility of the target. Must be an ancestor of the target.\nDefaults to an automatic check for ancestors that `overflow: auto` or otherwise the `Document`.",
|
|
4110
4110
|
"required": false,
|
|
4111
4111
|
"default": "'auto'",
|
|
4112
4112
|
"value": {
|
|
@@ -6048,9 +6048,9 @@
|
|
|
6048
6048
|
},
|
|
6049
6049
|
{
|
|
6050
6050
|
"name": "type",
|
|
6051
|
-
"description": "The type of spinner animation
|
|
6051
|
+
"description": "The type of spinner animation",
|
|
6052
6052
|
"required": false,
|
|
6053
|
-
"default": "'
|
|
6053
|
+
"default": "'circle'",
|
|
6054
6054
|
"value": {
|
|
6055
6055
|
"kind": "expression",
|
|
6056
6056
|
"type": "\"circle\" | \"dna\""
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nanoporetech-digital/components-vue",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.5.0",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"description": "Vue 3 wrapper for Nano Components",
|
|
6
6
|
"repository": {
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"vue-tsc": "^2.1.6"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@nanoporetech-digital/components": "7.
|
|
50
|
+
"@nanoporetech-digital/components": "7.5.0"
|
|
51
51
|
},
|
|
52
52
|
"jest": {
|
|
53
53
|
"preset": "ts-jest",
|