@sellmate/design-system-vue 1.13.0 → 1.15.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.
@@ -558,6 +558,7 @@ export const SdSelect = /*@__PURE__*/ defineContainer('sd-select', undefined, [
558
558
  'value',
559
559
  'options',
560
560
  'placeholder',
561
+ 'dropdownWidth',
561
562
  'maxDropdownWidth',
562
563
  'dropdownHeight',
563
564
  'disabled',
@@ -712,6 +713,7 @@ export const SdTextLink = /*@__PURE__*/ defineContainer('sd-text-link', undefine
712
713
  'rightArrow',
713
714
  'underline',
714
715
  'disabled',
716
+ 'size',
715
717
  'sdClick'
716
718
  ], [
717
719
  'sdClick'
package/lib/components.ts CHANGED
@@ -658,6 +658,7 @@ export const SdSelect: StencilVueComponent<JSX.SdSelect, JSX.SdSelect["value"]>
658
658
  'value',
659
659
  'options',
660
660
  'placeholder',
661
+ 'dropdownWidth',
661
662
  'maxDropdownWidth',
662
663
  'dropdownHeight',
663
664
  'disabled',
@@ -838,6 +839,7 @@ export const SdTextLink: StencilVueComponent<JSX.SdTextLink> = /*@__PURE__*/ def
838
839
  'rightArrow',
839
840
  'underline',
840
841
  'disabled',
842
+ 'size',
841
843
  'sdClick'
842
844
  ], [
843
845
  'sdClick'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellmate/design-system-vue",
3
- "version": "1.13.0",
3
+ "version": "1.15.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.13.0",
50
+ "@sellmate/design-system": "^1.15.0",
51
51
  "@stencil/vue-output-target": "^0.11.8"
52
52
  },
53
53
  "peerDependencies": {