@sellmate/design-system-vue 1.18.0 → 1.20.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.
@@ -121,6 +121,7 @@ export const SdChipInput = /*@__PURE__*/ defineContainer('sd-chip-input', undefi
121
121
  'error',
122
122
  'useReset',
123
123
  'maxCount',
124
+ 'duplicateLabel',
124
125
  'suggestions',
125
126
  'loadingSuggestions',
126
127
  'recommendedItems',
@@ -350,7 +351,7 @@ export const SdGhostButton = /*@__PURE__*/ defineContainer('sd-ghost-button', un
350
351
  'size',
351
352
  'intent',
352
353
  'ariaLabel',
353
- 'tooltipLabel',
354
+ 'tooltipText',
354
355
  'disabled',
355
356
  'sdClick'
356
357
  ], [
@@ -416,7 +417,7 @@ export const SdInput = /*@__PURE__*/ defineContainer('sd-input', undefined, [
416
417
  export const SdKeyValueTable = /*@__PURE__*/ defineContainer('sd-key-value-table', undefined, [
417
418
  'fields',
418
419
  'search',
419
- 'useTop',
420
+ 'radius',
420
421
  'sdChange',
421
422
  'sdSearch'
422
423
  ], [
@@ -529,6 +530,7 @@ export const SdPortal = /*@__PURE__*/ defineContainer('sd-portal', undefined, [
529
530
  'viewportPadding',
530
531
  'zIndex',
531
532
  'open',
533
+ 'placement',
532
534
  'sdClose'
533
535
  ], [
534
536
  'sdClose'
@@ -660,7 +662,7 @@ export const SdTable = /*@__PURE__*/ defineContainer('sd-table', undefined, [
660
662
  'height',
661
663
  'stickyHeader',
662
664
  'stickyColumn',
663
- 'useTop',
665
+ 'radius',
664
666
  'noDataLabel',
665
667
  'isLoading',
666
668
  'pagination',
package/lib/components.ts CHANGED
@@ -149,6 +149,7 @@ export const SdChipInput: StencilVueComponent<JSX.SdChipInput, JSX.SdChipInput["
149
149
  'error',
150
150
  'useReset',
151
151
  'maxCount',
152
+ 'duplicateLabel',
152
153
  'suggestions',
153
154
  'loadingSuggestions',
154
155
  'recommendedItems',
@@ -410,7 +411,7 @@ export const SdGhostButton: StencilVueComponent<JSX.SdGhostButton> = /*@__PURE__
410
411
  'size',
411
412
  'intent',
412
413
  'ariaLabel',
413
- 'tooltipLabel',
414
+ 'tooltipText',
414
415
  'disabled',
415
416
  'sdClick'
416
417
  ], [
@@ -485,7 +486,7 @@ export const SdInput: StencilVueComponent<JSX.SdInput, JSX.SdInput["value"]> = /
485
486
  export const SdKeyValueTable: StencilVueComponent<JSX.SdKeyValueTable> = /*@__PURE__*/ defineContainer<JSX.SdKeyValueTable>('sd-key-value-table', undefined, [
486
487
  'fields',
487
488
  'search',
488
- 'useTop',
489
+ 'radius',
489
490
  'sdChange',
490
491
  'sdSearch'
491
492
  ], [
@@ -618,6 +619,7 @@ export const SdPortal: StencilVueComponent<JSX.SdPortal> = /*@__PURE__*/ defineC
618
619
  'viewportPadding',
619
620
  'zIndex',
620
621
  'open',
622
+ 'placement',
621
623
  'sdClose'
622
624
  ], [
623
625
  'sdClose'
@@ -774,7 +776,7 @@ export const SdTable: StencilVueComponent<JSX.SdTable, JSX.SdTable["selected"]>
774
776
  'height',
775
777
  'stickyHeader',
776
778
  'stickyColumn',
777
- 'useTop',
779
+ 'radius',
778
780
  'noDataLabel',
779
781
  'isLoading',
780
782
  'pagination',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellmate/design-system-vue",
3
- "version": "1.18.0",
3
+ "version": "1.20.0",
4
4
  "description": "Design System - Vue Component Wrappers",
5
5
  "keywords": [
6
6
  "vue",
@@ -47,7 +47,7 @@
47
47
  "vue": "^3.4.38"
48
48
  },
49
49
  "dependencies": {
50
- "@sellmate/design-system": "^1.18.0",
50
+ "@sellmate/design-system": "^1.20.0",
51
51
  "@stencil/vue-output-target": "^0.11.8"
52
52
  },
53
53
  "peerDependencies": {