@nanoporetech-digital/components-vue 7.8.0 → 7.9.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/dist/vetur/tags.json +1 -1
- package/dist/web-types.json +2 -2
- package/package.json +2 -2
package/dist/vetur/tags.json
CHANGED
|
@@ -335,7 +335,7 @@
|
|
|
335
335
|
]
|
|
336
336
|
},
|
|
337
337
|
"nano-icon": {
|
|
338
|
-
"description": "An SVG loader / helper. Comes bundled with all fontawesome pro icons by default but can use any custom SVG (with an correct path)
|
|
338
|
+
"description": "An SVG loader / helper. Comes bundled with all fontawesome pro icons by default but can use any custom SVG (with an correct path).\nLazily loads SVG for each icon, so will only request the icons that you're using and that are visible.",
|
|
339
339
|
"attributes": [
|
|
340
340
|
"aria-label",
|
|
341
341
|
"color",
|
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.
|
|
5
|
+
"version": "7.9.0",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -3323,7 +3323,7 @@
|
|
|
3323
3323
|
{
|
|
3324
3324
|
"name": "NanoIcon",
|
|
3325
3325
|
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/?path=/docs/components-icon",
|
|
3326
|
-
"description": "An SVG loader / helper. Comes bundled with all fontawesome pro icons by default but can use any custom SVG (with an correct path)
|
|
3326
|
+
"description": "An SVG loader / helper. Comes bundled with all fontawesome pro icons by default but can use any custom SVG (with an correct path).\nLazily loads SVG for each icon, so will only request the icons that you're using and that are visible.",
|
|
3327
3327
|
"source": {
|
|
3328
3328
|
"module": "@nanoporetech-digital/components/src/components/icon/icon.d.ts",
|
|
3329
3329
|
"symbol": "Icon"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nanoporetech-digital/components-vue",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.9.1",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"description": "Vue 3 wrapper for Nano Components",
|
|
6
6
|
"repository": {
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"vue-tsc": "^2.1.6"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@nanoporetech-digital/components": "7.
|
|
52
|
+
"@nanoporetech-digital/components": "7.9.1"
|
|
53
53
|
},
|
|
54
54
|
"gitHead": "cff1d0168dbe2193c1dc1a814ed1cb97b30cfc25",
|
|
55
55
|
"vetur": {
|