@comercti/web-components-hmg 0.24.3 → 0.24.4
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/comerc-style-guide.cjs.js +2 -2
- package/comerc-style-guide.es.js +122 -99
- package/comerc-style-guide.umd.js +2 -2
- package/index.d.ts +9 -9
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -63,15 +63,6 @@ declare module 'vue' {
|
|
|
63
63
|
}
|
|
64
64
|
|
|
65
65
|
|
|
66
|
-
declare module 'vue' {
|
|
67
|
-
interface GlobalComponents {
|
|
68
|
-
'ce-col': typeof ColComponent;
|
|
69
|
-
'ce-row': typeof RowComponent;
|
|
70
|
-
'ce-container': typeof ContainerComponent;
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
|
|
75
66
|
declare module 'vue' {
|
|
76
67
|
interface GlobalComponents {
|
|
77
68
|
'ce-menu-sidebar': typeof MenuSidebarComponent;
|
|
@@ -97,6 +88,15 @@ declare module 'vue' {
|
|
|
97
88
|
}
|
|
98
89
|
|
|
99
90
|
|
|
91
|
+
declare module 'vue' {
|
|
92
|
+
interface GlobalComponents {
|
|
93
|
+
'ce-col': typeof ColComponent;
|
|
94
|
+
'ce-row': typeof RowComponent;
|
|
95
|
+
'ce-container': typeof ContainerComponent;
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
|
|
100
100
|
declare module 'vue' {
|
|
101
101
|
interface GlobalComponents {
|
|
102
102
|
'ce-banners': typeof BannersComponent;
|