@nanoporetech-digital/components-vue 8.19.0 → 8.19.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.
@@ -1446,7 +1446,7 @@
1446
1446
  },
1447
1447
  "nano-global-nav/session-redirect": {
1448
1448
  "type": "string",
1449
- "description": "A url to take the user after login / logout. Defaults to current URL. Is automatically URI encoded",
1449
+ "description": "A url to take the user after login or logout. Defaults to current URL. Is automatically URI encoded",
1450
1450
  "options": []
1451
1451
  },
1452
1452
  "nano-grid/l-cols": {
@@ -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.18.0",
5
+ "version": "8.19.0",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -3608,7 +3608,7 @@
3608
3608
  },
3609
3609
  {
3610
3610
  "name": "session-redirect",
3611
- "description": "A url to take the user after login / logout. Defaults to current URL. Is automatically URI encoded",
3611
+ "description": "A url to take the user after login or logout. Defaults to current URL. Is automatically URI encoded",
3612
3612
  "required": false,
3613
3613
  "value": {
3614
3614
  "kind": "expression",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nanoporetech-digital/components-vue",
3
- "version": "8.19.0",
3
+ "version": "8.19.1",
4
4
  "sideEffects": false,
5
5
  "description": "Vue 3 wrapper for Nano Components",
6
6
  "license": "MIT",
@@ -45,8 +45,8 @@
45
45
  "vue-tsc": "^2.1.6"
46
46
  },
47
47
  "dependencies": {
48
- "@nanoporetech-digital/components": "8.19.0",
49
- "@nanoporetech-digital/style": "8.19.0"
48
+ "@nanoporetech-digital/components": "8.19.1",
49
+ "@nanoporetech-digital/style": "8.19.1"
50
50
  },
51
51
  "gitHead": "cff1d0168dbe2193c1dc1a814ed1cb97b30cfc25",
52
52
  "vetur": {