@sellmate/design-system-vue 1.0.77 → 1.0.78
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
|
@@ -658,7 +658,8 @@ export const SdTd = /*@__PURE__*/ defineContainer('sd-td', undefined, [
|
|
|
658
658
|
'rowKey',
|
|
659
659
|
'align',
|
|
660
660
|
'rowspan',
|
|
661
|
-
'colspan'
|
|
661
|
+
'colspan',
|
|
662
|
+
'sdClass'
|
|
662
663
|
]);
|
|
663
664
|
export const SdTextLink = /*@__PURE__*/ defineContainer('sd-text-link', undefined, [
|
|
664
665
|
'label',
|
package/lib/components.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sellmate/design-system-vue",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.78",
|
|
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.
|
|
48
|
+
"@sellmate/design-system": "^1.0.78",
|
|
49
49
|
"@stencil/vue-output-target": "^0.11.8"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|