@sellmate/design-system-react 1.0.52 → 1.0.53

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.
@@ -717,7 +717,7 @@ export const SdTextLink = /*@__PURE__*/ createComponent({
717
717
  label: 'label',
718
718
  icon: 'icon',
719
719
  iconColor: 'icon-color',
720
- labelColor: 'label-color',
720
+ labelClass: 'label-class',
721
721
  useArrow: 'use-arrow',
722
722
  underline: 'underline',
723
723
  disabled: 'disabled'
@@ -999,7 +999,7 @@ export const SdTextLink: StencilReactComponent<SdTextLinkElement, SdTextLinkEven
999
999
  label: 'label',
1000
1000
  icon: 'icon',
1001
1001
  iconColor: 'icon-color',
1002
- labelColor: 'label-color',
1002
+ labelClass: 'label-class',
1003
1003
  useArrow: 'use-arrow',
1004
1004
  underline: 'underline',
1005
1005
  disabled: 'disabled'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellmate/design-system-react",
3
- "version": "1.0.52",
3
+ "version": "1.0.53",
4
4
  "description": "Design System - React Component Wrappers",
5
5
  "keywords": [
6
6
  "react",
@@ -54,7 +54,7 @@
54
54
  "dev": "tsc --watch"
55
55
  },
56
56
  "dependencies": {
57
- "@sellmate/design-system": "^1.0.52",
57
+ "@sellmate/design-system": "^1.0.53",
58
58
  "@stencil/react-output-target": "^1.2.0"
59
59
  },
60
60
  "peerDependencies": {