@sellmate/design-system-vue 1.0.51 → 1.0.52

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.
@@ -655,6 +655,7 @@ export const SdTextLink = /*@__PURE__*/ defineContainer('sd-text-link', undefine
655
655
  'label',
656
656
  'icon',
657
657
  'iconColor',
658
+ 'labelColor',
658
659
  'useArrow',
659
660
  'underline',
660
661
  'disabled',
package/lib/components.ts CHANGED
@@ -769,6 +769,7 @@ export const SdTextLink: StencilVueComponent<JSX.SdTextLink> = /*@__PURE__*/ def
769
769
  'label',
770
770
  'icon',
771
771
  'iconColor',
772
+ 'labelColor',
772
773
  'useArrow',
773
774
  'underline',
774
775
  'disabled',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellmate/design-system-vue",
3
- "version": "1.0.51",
3
+ "version": "1.0.52",
4
4
  "description": "Design System - Vue Component Wrappers",
5
5
  "keywords": [
6
6
  "vue",
@@ -45,7 +45,7 @@
45
45
  "vue": "^3.4.38"
46
46
  },
47
47
  "dependencies": {
48
- "@sellmate/design-system": "^1.0.51",
48
+ "@sellmate/design-system": "^1.0.52",
49
49
  "@stencil/vue-output-target": "^0.11.8"
50
50
  },
51
51
  "peerDependencies": {