@sellmate/design-system-react 1.23.0 → 1.25.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.
|
@@ -804,7 +804,8 @@ export const SdTextLink = /*@__PURE__*/ createComponent({
|
|
|
804
804
|
rightArrow: 'right-arrow',
|
|
805
805
|
underline: 'underline',
|
|
806
806
|
disabled: 'disabled',
|
|
807
|
-
size: 'size'
|
|
807
|
+
size: 'size',
|
|
808
|
+
tooltipText: 'tooltip-text'
|
|
808
809
|
},
|
|
809
810
|
hydrateModule: import('@sellmate/design-system/hydrate'),
|
|
810
811
|
clientModule: clientComponents.SdTextLink,
|
|
@@ -1082,7 +1082,8 @@ export const SdTextLink: StencilReactComponent<SdTextLinkElement, SdTextLinkEven
|
|
|
1082
1082
|
rightArrow: 'right-arrow',
|
|
1083
1083
|
underline: 'underline',
|
|
1084
1084
|
disabled: 'disabled',
|
|
1085
|
-
size: 'size'
|
|
1085
|
+
size: 'size',
|
|
1086
|
+
tooltipText: 'tooltip-text'
|
|
1086
1087
|
},
|
|
1087
1088
|
hydrateModule: import('@sellmate/design-system/hydrate') as Promise<HydrateModule>,
|
|
1088
1089
|
clientModule: clientComponents.SdTextLink as StencilReactComponent<SdTextLinkElement, SdTextLinkEvents, Components.SdTextLink>,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sellmate/design-system-react",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.25.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.
|
|
58
|
+
"@sellmate/design-system": "^1.25.0",
|
|
59
59
|
"@stencil/react-output-target": "^1.2.0"
|
|
60
60
|
},
|
|
61
61
|
"peerDependencies": {
|