@sellmate/design-system-react 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.
|
@@ -309,6 +309,12 @@ export const SdInput = /*@__PURE__*/ createComponent({
|
|
|
309
309
|
clearable: 'clearable',
|
|
310
310
|
width: 'width',
|
|
311
311
|
autoFocus: 'auto-focus',
|
|
312
|
+
autocomplete: 'autocomplete',
|
|
313
|
+
maxlength: 'maxlength',
|
|
314
|
+
minlength: 'minlength',
|
|
315
|
+
inputmode: 'inputmode',
|
|
316
|
+
enterkeyhint: 'enterkeyhint',
|
|
317
|
+
spellcheck: 'spellcheck',
|
|
312
318
|
status: 'status',
|
|
313
319
|
hint: 'hint',
|
|
314
320
|
errorMessage: 'error-message',
|
|
@@ -467,6 +467,12 @@ export const SdInput: StencilReactComponent<SdInputElement, SdInputEvents> = /*@
|
|
|
467
467
|
clearable: 'clearable',
|
|
468
468
|
width: 'width',
|
|
469
469
|
autoFocus: 'auto-focus',
|
|
470
|
+
autocomplete: 'autocomplete',
|
|
471
|
+
maxlength: 'maxlength',
|
|
472
|
+
minlength: 'minlength',
|
|
473
|
+
inputmode: 'inputmode',
|
|
474
|
+
enterkeyhint: 'enterkeyhint',
|
|
475
|
+
spellcheck: 'spellcheck',
|
|
470
476
|
status: 'status',
|
|
471
477
|
hint: 'hint',
|
|
472
478
|
errorMessage: 'error-message',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sellmate/design-system-react",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.54",
|
|
4
4
|
"description": "Design System - React Component Wrappers",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"dev": "tsc --watch"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@sellmate/design-system": "^1.0.
|
|
57
|
+
"@sellmate/design-system": "^1.0.54",
|
|
58
58
|
"@stencil/react-output-target": "^1.2.0"
|
|
59
59
|
},
|
|
60
60
|
"peerDependencies": {
|