fds-vue-core 2.1.20 → 2.1.21

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fds-vue-core",
3
- "version": "2.1.20",
3
+ "version": "2.1.21",
4
4
  "description": "FDS Vue Core Component Library",
5
5
  "type": "module",
6
6
  "main": "./dist/fds-vue-core.cjs.js",
package/src/.DS_Store ADDED
Binary file
@@ -8,7 +8,7 @@ export interface FdsInputProps {
8
8
  required?: boolean
9
9
  labelLeft?: boolean
10
10
  meta?: string
11
- type?: 'text' | 'search' | 'email' | 'password' | 'tel' | 'date'
11
+ type?: 'text' | 'search' | 'email' | 'password' | 'tel' | 'date' | 'datetime-local'
12
12
  clearButton?: boolean
13
13
  name?: string
14
14
  id?: string