@sellmate/design-system-vue 1.19.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.
- package/dist/components.js +2 -1
- package/lib/components.ts +2 -1
- package/package.json +2 -2
package/dist/components.js
CHANGED
|
@@ -351,7 +351,7 @@ export const SdGhostButton = /*@__PURE__*/ defineContainer('sd-ghost-button', un
|
|
|
351
351
|
'size',
|
|
352
352
|
'intent',
|
|
353
353
|
'ariaLabel',
|
|
354
|
-
'
|
|
354
|
+
'tooltipText',
|
|
355
355
|
'disabled',
|
|
356
356
|
'sdClick'
|
|
357
357
|
], [
|
|
@@ -530,6 +530,7 @@ export const SdPortal = /*@__PURE__*/ defineContainer('sd-portal', undefined, [
|
|
|
530
530
|
'viewportPadding',
|
|
531
531
|
'zIndex',
|
|
532
532
|
'open',
|
|
533
|
+
'placement',
|
|
533
534
|
'sdClose'
|
|
534
535
|
], [
|
|
535
536
|
'sdClose'
|
package/lib/components.ts
CHANGED
|
@@ -411,7 +411,7 @@ export const SdGhostButton: StencilVueComponent<JSX.SdGhostButton> = /*@__PURE__
|
|
|
411
411
|
'size',
|
|
412
412
|
'intent',
|
|
413
413
|
'ariaLabel',
|
|
414
|
-
'
|
|
414
|
+
'tooltipText',
|
|
415
415
|
'disabled',
|
|
416
416
|
'sdClick'
|
|
417
417
|
], [
|
|
@@ -619,6 +619,7 @@ export const SdPortal: StencilVueComponent<JSX.SdPortal> = /*@__PURE__*/ defineC
|
|
|
619
619
|
'viewportPadding',
|
|
620
620
|
'zIndex',
|
|
621
621
|
'open',
|
|
622
|
+
'placement',
|
|
622
623
|
'sdClose'
|
|
623
624
|
], [
|
|
624
625
|
'sdClose'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sellmate/design-system-vue",
|
|
3
|
-
"version": "1.
|
|
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.
|
|
50
|
+
"@sellmate/design-system": "^1.20.0",
|
|
51
51
|
"@stencil/vue-output-target": "^0.11.8"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|