@sellmate/design-system-react 1.15.0 → 1.16.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.
|
@@ -117,6 +117,7 @@ export const SdChip = /*@__PURE__*/ createComponent({
|
|
|
117
117
|
value: 'value',
|
|
118
118
|
error: 'error',
|
|
119
119
|
disabled: 'disabled',
|
|
120
|
+
editable: 'editable',
|
|
120
121
|
placeholder: 'placeholder',
|
|
121
122
|
rules: 'rules'
|
|
122
123
|
},
|
|
@@ -142,6 +143,7 @@ export const SdChipInput = /*@__PURE__*/ createComponent({
|
|
|
142
143
|
labelTooltip: 'label-tooltip',
|
|
143
144
|
values: 'values',
|
|
144
145
|
errors: 'errors',
|
|
146
|
+
disabledChips: 'disabledChips',
|
|
145
147
|
rules: 'rules'
|
|
146
148
|
},
|
|
147
149
|
hydrateModule: import('@sellmate/design-system/hydrate'),
|
|
@@ -228,6 +228,7 @@ export const SdChip: StencilReactComponent<SdChipElement, SdChipEvents, Componen
|
|
|
228
228
|
value: 'value',
|
|
229
229
|
error: 'error',
|
|
230
230
|
disabled: 'disabled',
|
|
231
|
+
editable: 'editable',
|
|
231
232
|
placeholder: 'placeholder',
|
|
232
233
|
rules: 'rules'},
|
|
233
234
|
hydrateModule: import('@sellmate/design-system/hydrate') as Promise<HydrateModule>,
|
|
@@ -259,6 +260,7 @@ export const SdChipInput: StencilReactComponent<SdChipInputElement, SdChipInputE
|
|
|
259
260
|
labelTooltip: 'label-tooltip',
|
|
260
261
|
values: 'values',
|
|
261
262
|
errors: 'errors',
|
|
263
|
+
disabledChips: 'disabledChips',
|
|
262
264
|
rules: 'rules'},
|
|
263
265
|
hydrateModule: import('@sellmate/design-system/hydrate') as Promise<HydrateModule>,
|
|
264
266
|
clientModule: clientComponents.SdChipInput as StencilReactComponent<SdChipInputElement, SdChipInputEvents, Components.SdChipInput>,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sellmate/design-system-react",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.16.0",
|
|
4
4
|
"description": "Design System - React Component Wrappers",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"typecheck": "tsc --noEmit"
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"@sellmate/design-system": "^1.
|
|
58
|
+
"@sellmate/design-system": "^1.16.0",
|
|
59
59
|
"@stencil/react-output-target": "^1.2.0"
|
|
60
60
|
},
|
|
61
61
|
"peerDependencies": {
|