@sellmate/design-system-vue 1.0.53 → 1.0.54

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.
@@ -273,6 +273,12 @@ export const SdInput = /*@__PURE__*/ defineContainer('sd-input', undefined, [
273
273
  'width',
274
274
  'rules',
275
275
  'autoFocus',
276
+ 'autocomplete',
277
+ 'maxlength',
278
+ 'minlength',
279
+ 'inputmode',
280
+ 'enterkeyhint',
281
+ 'spellcheck',
276
282
  'status',
277
283
  'hint',
278
284
  'errorMessage',
package/lib/components.ts CHANGED
@@ -324,6 +324,12 @@ export const SdInput: StencilVueComponent<JSX.SdInput, JSX.SdInput["value"]> = /
324
324
  'width',
325
325
  'rules',
326
326
  'autoFocus',
327
+ 'autocomplete',
328
+ 'maxlength',
329
+ 'minlength',
330
+ 'inputmode',
331
+ 'enterkeyhint',
332
+ 'spellcheck',
327
333
  'status',
328
334
  'hint',
329
335
  'errorMessage',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellmate/design-system-vue",
3
- "version": "1.0.53",
3
+ "version": "1.0.54",
4
4
  "description": "Design System - Vue Component Wrappers",
5
5
  "keywords": [
6
6
  "vue",
@@ -45,7 +45,7 @@
45
45
  "vue": "^3.4.38"
46
46
  },
47
47
  "dependencies": {
48
- "@sellmate/design-system": "^1.0.53",
48
+ "@sellmate/design-system": "^1.0.54",
49
49
  "@stencil/vue-output-target": "^0.11.8"
50
50
  },
51
51
  "peerDependencies": {