@sellmate/design-system-react 1.0.52 → 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',
|
|
@@ -717,7 +723,7 @@ export const SdTextLink = /*@__PURE__*/ createComponent({
|
|
|
717
723
|
label: 'label',
|
|
718
724
|
icon: 'icon',
|
|
719
725
|
iconColor: 'icon-color',
|
|
720
|
-
|
|
726
|
+
labelClass: 'label-class',
|
|
721
727
|
useArrow: 'use-arrow',
|
|
722
728
|
underline: 'underline',
|
|
723
729
|
disabled: 'disabled'
|
|
@@ -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',
|
|
@@ -999,7 +1005,7 @@ export const SdTextLink: StencilReactComponent<SdTextLinkElement, SdTextLinkEven
|
|
|
999
1005
|
label: 'label',
|
|
1000
1006
|
icon: 'icon',
|
|
1001
1007
|
iconColor: 'icon-color',
|
|
1002
|
-
|
|
1008
|
+
labelClass: 'label-class',
|
|
1003
1009
|
useArrow: 'use-arrow',
|
|
1004
1010
|
underline: 'underline',
|
|
1005
1011
|
disabled: 'disabled'
|
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": {
|