@sellmate/design-system-react 1.26.0 → 1.26.1

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.
@@ -139,6 +139,7 @@ export const SdChipInput = /*@__PURE__*/ createComponent({
139
139
  duplicateLabel: 'duplicate-label',
140
140
  loadingSuggestions: 'loading-suggestions',
141
141
  loadingRecommendedItems: 'loading-recommended-items',
142
+ autocompleteMinWidth: 'autocomplete-min-width',
142
143
  label: 'label',
143
144
  labelWidth: 'label-width',
144
145
  hint: 'hint',
@@ -257,6 +257,7 @@ export const SdChipInput: StencilReactComponent<SdChipInputElement, SdChipInputE
257
257
  duplicateLabel: 'duplicate-label',
258
258
  loadingSuggestions: 'loading-suggestions',
259
259
  loadingRecommendedItems: 'loading-recommended-items',
260
+ autocompleteMinWidth: 'autocomplete-min-width',
260
261
  label: 'label',
261
262
  labelWidth: 'label-width',
262
263
  hint: 'hint',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellmate/design-system-react",
3
- "version": "1.26.0",
3
+ "version": "1.26.1",
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.26.0",
58
+ "@sellmate/design-system": "^1.26.1",
59
59
  "@stencil/react-output-target": "^1.2.0"
60
60
  },
61
61
  "peerDependencies": {