@nanoporetech-digital/components-vue 1.13.9 → 1.13.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.
@@ -580,7 +580,7 @@
580
580
  },
581
581
  "nano-details/label": {
582
582
  "type": "string",
583
- "description": "Button / handle text to be used if no complex markup required. \nOtherwise use label slot.",
583
+ "description": "Button / handle text to be used if no complex markup required.\nOtherwise use label slot.",
584
584
  "options": []
585
585
  },
586
586
  "nano-details/no-handle": {
@@ -1384,7 +1384,7 @@
1384
1384
  },
1385
1385
  "nano-menu-drawer/hide-height": {
1386
1386
  "type": "boolean",
1387
- "description": "Should element hide and move items into the nano-global-nav when items are cut off \n(this will only work when nano-menu-drawer is displayed at full screen)",
1387
+ "description": "Should element hide and move items into the nano-global-nav when items are cut off\n(this will only work when nano-menu-drawer is displayed at full screen)",
1388
1388
  "options": []
1389
1389
  },
1390
1390
  "nano-menu-drawer/hide-width": {
@@ -1728,7 +1728,7 @@
1728
1728
  },
1729
1729
  "nano-slide/ready": {
1730
1730
  "type": "boolean",
1731
- "description": "Used to to inform the parent slides components of readiness. \nThis will automatically be set to true when the slide has loaded but can be set and updated manually.",
1731
+ "description": "Used to to inform the parent slides components of readiness.\nThis will automatically be set to true when the slide has loaded but can be set and updated manually.",
1732
1732
  "options": []
1733
1733
  },
1734
1734
  "nano-slides/animation": {
@@ -364,7 +364,7 @@
364
364
  "attributes": []
365
365
  },
366
366
  "nano-menu-drawer": {
367
- "description": "Menu drawer - digital specific navigation strip designed to be open (default) or closed. \nShows menu item logos only on minimised, expands to show entire menu item. \nUsed in conjunction with the [Globla-Nav](/story/compounds-global-nav) element -> it should be a direct descendent.\nOnly one nano-menu-drawer element should be present on any page. It is fixed to a side on larger screens and items are added to the global nav 'burger' on smaller screens.",
367
+ "description": "Menu drawer - digital specific navigation strip designed to be open (default) or closed.\nShows menu item logos only on minimised, expands to show entire menu item.\nUsed in conjunction with the [Globla-Nav](/story/compounds-global-nav) element -> it should be a direct descendent.\nOnly one nano-menu-drawer element should be present on any page. It is fixed to a side on larger screens and items are added to the global nav 'burger' on smaller screens.",
368
368
  "attributes": [
369
369
  "hide-height",
370
370
  "hide-width",
@@ -386,7 +386,7 @@
386
386
  ]
387
387
  },
388
388
  "nano-range": {
389
- "description": "The Range slider lets users select from a range of values by moving \nthe slider knob. It can accept dual knobs, but by default one knob controls the value of the range.\n\nLabels can be placed on either side of the range by adding the \n`slot=\"start\"` or `slot=\"end\"` to the element.",
389
+ "description": "The Range slider lets users select from a range of values by moving\nthe slider knob. It can accept dual knobs, but by default one knob controls the value of the range.\n\nLabels can be placed on either side of the range by adding the\n`slot=\"start\"` or `slot=\"end\"` to the element.",
390
390
  "attributes": [
391
391
  "color",
392
392
  "debounce",
@@ -473,7 +473,7 @@
473
473
  ]
474
474
  },
475
475
  "nano-slides": {
476
- "description": "The Slides component is a multi-section container. Each section can be swiped or dragged between. \nIt contains any number of Slide components.\n\nUses [Flickity](https://flickity.metafizzy.co/) under the hood. A good balance of options, flexibility and IE11 compatibility.",
476
+ "description": "The Slides component is a multi-section container. Each section can be swiped or dragged between.\nIt contains any number of Slide components.\n\nUses [Flickity](https://flickity.metafizzy.co/) under the hood. A good balance of options, flexibility and IE11 compatibility.",
477
477
  "attributes": [
478
478
  "animation",
479
479
  "autoplay",
@@ -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": "1.13.9",
5
+ "version": "1.13.13",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nanoporetech-digital/components-vue",
3
- "version": "1.13.9",
3
+ "version": "1.13.13",
4
4
  "description": "Vue 3 wrapper for Nano Components",
5
5
  "repository": {
6
6
  "type": "git",
@@ -49,7 +49,7 @@
49
49
  "vue-tsc": "^0.0.24"
50
50
  },
51
51
  "dependencies": {
52
- "@nanoporetech-digital/components": "^1.13.9"
52
+ "@nanoporetech-digital/components": "^1.13.12"
53
53
  },
54
54
  "peerDependencies": {
55
55
  "vue": "3.1.4"
@@ -71,7 +71,7 @@
71
71
  }
72
72
  }
73
73
  },
74
- "gitHead": "2c6237b77b242e99dc178a66fe0142b08dad2d0f",
74
+ "gitHead": "1fbfc99a77538ddb80a48a9bc750e2d435e634bc",
75
75
  "vetur": {
76
76
  "tags": "dist/vetur/tags.json",
77
77
  "attributes": "dist/vetur/attributes.json"