@nanoporetech-digital/components-vue 3.1.0 → 3.2.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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.2.0](https://git.oxfordnanolabs.local/Digital/nano-components/compare/v3.1.1...v3.2.0) (2022-11-28)
7
+
8
+ **Note:** Version bump only for package @nanoporetech-digital/components-vue
9
+
10
+
11
+
12
+
13
+
14
+ ## [3.1.1](https://git.oxfordnanolabs.local/Digital/nano-components/compare/v3.1.0...v3.1.1) (2022-11-25)
15
+
16
+ **Note:** Version bump only for package @nanoporetech-digital/components-vue
17
+
18
+
19
+
20
+
21
+
6
22
  # [3.1.0](https://git.oxfordnanolabs.local/Digital/nano-components/compare/v3.0.0...v3.1.0) (2022-11-25)
7
23
 
8
24
  **Note:** Version bump only for package @nanoporetech-digital/components-vue
@@ -369,7 +369,7 @@
369
369
  ]
370
370
  },
371
371
  "nano-input": {
372
- "description": "The input component is a wrapper to the HTML input element with custom styling and additional functionality. It accepts most of the same properties as the HTML [input](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input), but works great on desktop devices and integrates with the keyboard on mobile devices.\n\nIt is meant for text type inputs only, such as \"text\", \"password\", \"email\", \"number\", \"search\", \"tel\", and \"url\". It supports all standard text input events including keyup, keydown, keypress, and more.\nThe default styling reference comes from the [ONT styleguide](https://nanoporetech.zeroheight.com/styleguide/s/31282/p/230c74-text-input--textarea/b/942ee4)",
372
+ "description": "The input component is a wrapper to the HTML input element with custom styling and additional functionality. It accepts most of the same properties as the HTML [input](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input).\n\nIt is meant for text type inputs only, such as \"text\", \"password\", \"email\", \"number\", \"search\", \"tel\", and \"url\". It supports all standard text input events including keyup, keydown, keypress, and more.\nThe default styling reference comes from the [ONT styleguide](https://nanoporetech.zeroheight.com/styleguide/s/31282/p/230c74-text-input--textarea/b/942ee4)",
373
373
  "attributes": [
374
374
  "accept",
375
375
  "autocapitalise",
@@ -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": "3.0.0",
5
+ "version": "3.1.1",
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": "3.1.0",
3
+ "version": "3.2.0",
4
4
  "description": "Vue 3 wrapper for Nano Components",
5
5
  "repository": {
6
6
  "type": "git",
@@ -48,7 +48,7 @@
48
48
  "vue-tsc": "^0.0.24"
49
49
  },
50
50
  "dependencies": {
51
- "@nanoporetech-digital/components": "^3.1.0"
51
+ "@nanoporetech-digital/components": "^3.2.0"
52
52
  },
53
53
  "peerDependencies": {
54
54
  "vue": "3.1.4"
@@ -70,7 +70,7 @@
70
70
  }
71
71
  }
72
72
  },
73
- "gitHead": "f2f93242eaa1959eacfe1575a64023ad73edcd45",
73
+ "gitHead": "b5c85f8ec44dd15106300026040daa4468e901cc",
74
74
  "vetur": {
75
75
  "tags": "dist/vetur/tags.json",
76
76
  "attributes": "dist/vetur/attributes.json"