@nanoporetech-digital/components-vue 8.0.0-alpha.12 → 8.0.0-alpha.13

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.
@@ -449,7 +449,7 @@
449
449
  ]
450
450
  },
451
451
  "nano-img": {
452
- "description": "Img with benefits. Lazy loading. Simple `srcSet` solution for both `<img>` and `background-image` varieties.",
452
+ "description": "Utilities for displaying images; standard or background.",
453
453
  "attributes": [
454
454
  "alt",
455
455
  "auto-height",
@@ -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.0.0-alpha.11",
5
+ "version": "8.0.0-alpha.12",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -4215,7 +4215,7 @@
4215
4215
  {
4216
4216
  "name": "NanoImg",
4217
4217
  "doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/?path=/docs/components-img",
4218
- "description": "Img with benefits. Lazy loading. Simple `srcSet` solution for both `<img>` and `background-image` varieties.",
4218
+ "description": "Utilities for displaying images; standard or background.",
4219
4219
  "source": {
4220
4220
  "module": "@nanoporetech-digital/components/src/components/img/img.d.ts",
4221
4221
  "symbol": "Img"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nanoporetech-digital/components-vue",
3
- "version": "8.0.0-alpha.12",
3
+ "version": "8.0.0-alpha.13",
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/style": "8.0.0-alpha.12",
53
- "@nanoporetech-digital/components": "8.0.0-alpha.12"
52
+ "@nanoporetech-digital/components": "8.0.0-alpha.13",
53
+ "@nanoporetech-digital/style": "8.0.0-alpha.13"
54
54
  },
55
55
  "gitHead": "cff1d0168dbe2193c1dc1a814ed1cb97b30cfc25",
56
56
  "vetur": {