@sellmate/design-system-react 1.18.0 → 1.19.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.
@@ -135,6 +135,7 @@ export const SdChipInput = /*@__PURE__*/ createComponent({
135
135
  error: 'error',
136
136
  useReset: 'use-reset',
137
137
  maxCount: 'max-count',
138
+ duplicateLabel: 'duplicate-label',
138
139
  loadingSuggestions: 'loading-suggestions',
139
140
  loadingRecommendedItems: 'loading-recommended-items',
140
141
  label: 'label',
@@ -444,7 +445,7 @@ export const SdKeyValueTable = /*@__PURE__*/ createComponent({
444
445
  tagName: 'sd-key-value-table',
445
446
  properties: {
446
447
  search: 'search',
447
- useTop: 'use-top',
448
+ radius: 'radius',
448
449
  fields: 'fields'
449
450
  },
450
451
  hydrateModule: import('@sellmate/design-system/hydrate'),
@@ -721,7 +722,7 @@ export const SdTable = /*@__PURE__*/ createComponent({
721
722
  width: 'width',
722
723
  height: 'height',
723
724
  stickyHeader: 'sticky-header',
724
- useTop: 'use-top',
725
+ radius: 'radius',
725
726
  noDataLabel: 'no-data-label',
726
727
  isLoading: 'is-loading',
727
728
  useInternalPagination: 'use-internal-pagination',
@@ -253,6 +253,7 @@ export const SdChipInput: StencilReactComponent<SdChipInputElement, SdChipInputE
253
253
  error: 'error',
254
254
  useReset: 'use-reset',
255
255
  maxCount: 'max-count',
256
+ duplicateLabel: 'duplicate-label',
256
257
  loadingSuggestions: 'loading-suggestions',
257
258
  loadingRecommendedItems: 'loading-recommended-items',
258
259
  label: 'label',
@@ -640,7 +641,7 @@ export const SdKeyValueTable: StencilReactComponent<SdKeyValueTableElement, SdKe
640
641
  tagName: 'sd-key-value-table',
641
642
  properties: {
642
643
  search: 'search',
643
- useTop: 'use-top',
644
+ radius: 'radius',
644
645
  fields: 'fields'},
645
646
  hydrateModule: import('@sellmate/design-system/hydrate') as Promise<HydrateModule>,
646
647
  clientModule: clientComponents.SdKeyValueTable as StencilReactComponent<SdKeyValueTableElement, SdKeyValueTableEvents, Components.SdKeyValueTable>,
@@ -987,7 +988,7 @@ export const SdTable: StencilReactComponent<SdTableElement, SdTableEvents, Compo
987
988
  width: 'width',
988
989
  height: 'height',
989
990
  stickyHeader: 'sticky-header',
990
- useTop: 'use-top',
991
+ radius: 'radius',
991
992
  noDataLabel: 'no-data-label',
992
993
  isLoading: 'is-loading',
993
994
  useInternalPagination: 'use-internal-pagination',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellmate/design-system-react",
3
- "version": "1.18.0",
3
+ "version": "1.19.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.18.0",
58
+ "@sellmate/design-system": "^1.19.0",
59
59
  "@stencil/react-output-target": "^1.2.0"
60
60
  },
61
61
  "peerDependencies": {