skeleton-webcomponent-loader 2.1.4 → 3.0.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/cjs/app-globals-V2Kpy_OQ.js +5 -0
- package/dist/cjs/index-BKUCi6S8.js +1522 -0
- package/dist/cjs/loader.cjs.js +7 -29
- package/dist/cjs/nb-skeleton.cjs.entry.js +168 -114
- package/dist/cjs/skeleton-webcomponent.cjs.js +17 -15
- package/dist/collection/collection-manifest.json +4 -3
- package/dist/collection/components/skeleton/skeleton.js +460 -304
- package/dist/{custom-elements → components}/index.d.ts +13 -23
- package/dist/components/index.js +1 -0
- package/dist/components/nb-skeleton.d.ts +11 -0
- package/dist/components/nb-skeleton.js +1 -0
- package/dist/esm/app-globals-DQuL1Twl.js +3 -0
- package/dist/esm/index-D_NQrSVN.js +1515 -0
- package/dist/esm/loader.js +7 -27
- package/dist/esm/nb-skeleton.entry.js +168 -112
- package/dist/esm/skeleton-webcomponent.js +15 -15
- package/dist/esm-es5/app-globals-DQuL1Twl.js +1 -0
- package/dist/esm-es5/index-D_NQrSVN.js +2 -0
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/nb-skeleton.entry.js +1 -1
- package/dist/esm-es5/skeleton-webcomponent.js +1 -1
- package/dist/skeleton-webcomponent/p-0ab2f3bc.system.entry.js +1 -0
- package/dist/skeleton-webcomponent/p-BbPAtVJG.system.js +1 -0
- package/dist/skeleton-webcomponent/p-CEkATbjM.system.js +2 -0
- package/dist/skeleton-webcomponent/p-DQuL1Twl.js +1 -0
- package/dist/skeleton-webcomponent/p-D_NQrSVN.js +2 -0
- package/dist/skeleton-webcomponent/p-DikQ2aXB.system.js +1 -0
- package/dist/skeleton-webcomponent/p-e5fc5295.entry.js +1 -0
- package/dist/skeleton-webcomponent/skeleton-webcomponent.esm.js +1 -1
- package/dist/skeleton-webcomponent/skeleton-webcomponent.js +14 -19
- package/dist/types/components/skeleton/skeleton.d.ts +101 -67
- package/dist/types/components.d.ts +75 -2
- package/dist/types/stencil-public-runtime.d.ts +335 -40
- package/loader/cdn.js +1 -2
- package/loader/index.cjs.js +1 -2
- package/loader/index.d.ts +13 -1
- package/loader/index.es2017.js +1 -2
- package/loader/index.js +1 -2
- package/package.json +5 -5
- package/readme.md +0 -3
- package/CHANGELOG.md +0 -26
- package/dist/cjs/css-shim-b3e497ca.js +0 -6
- package/dist/cjs/index-b5d2dca0.js +0 -1156
- package/dist/custom-elements/index.js +0 -142
- package/dist/esm/css-shim-2f04a37a.js +0 -4
- package/dist/esm/index-63fd3905.js +0 -1128
- package/dist/esm/polyfills/css-shim.js +0 -1
- package/dist/esm-es5/css-shim-2f04a37a.js +0 -1
- package/dist/esm-es5/index-63fd3905.js +0 -1
- package/dist/skeleton-webcomponent/p-12077897.js +0 -1
- package/dist/skeleton-webcomponent/p-16aec442.system.js +0 -1
- package/dist/skeleton-webcomponent/p-63ed3b45.entry.js +0 -1
- package/dist/skeleton-webcomponent/p-7e96e5d4.js +0 -1
- package/dist/skeleton-webcomponent/p-8bef7229.system.js +0 -1
- package/dist/skeleton-webcomponent/p-dc1bf577.system.entry.js +0 -1
- package/dist/skeleton-webcomponent/p-f59432d4.system.js +0 -1
- package/loader/package.json +0 -10
- /package/dist/skeleton-webcomponent/{p-50ea2036.system.js → p-YWpyar7R.system.js} +0 -0
package/dist/cjs/loader.cjs.js
CHANGED
|
@@ -1,35 +1,13 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
var index = require('./index-BKUCi6S8.js');
|
|
4
|
+
var appGlobals = require('./app-globals-V2Kpy_OQ.js');
|
|
4
5
|
|
|
5
|
-
const
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
*/
|
|
10
|
-
const patchEsm = () => {
|
|
11
|
-
// NOTE!! This fn cannot use async/await!
|
|
12
|
-
// @ts-ignore
|
|
13
|
-
if (!(index.CSS && index.CSS.supports && index.CSS.supports('color', 'var(--c)'))) {
|
|
14
|
-
// @ts-ignore
|
|
15
|
-
return Promise.resolve().then(function () { return require(/* webpackChunkName: "polyfills-css-shim" */ './css-shim-b3e497ca.js'); }).then(() => {
|
|
16
|
-
if ((index.plt.$cssShim$ = index.win.__cssshim)) {
|
|
17
|
-
return index.plt.$cssShim$.i();
|
|
18
|
-
}
|
|
19
|
-
else {
|
|
20
|
-
// for better minification
|
|
21
|
-
return 0;
|
|
22
|
-
}
|
|
23
|
-
});
|
|
24
|
-
}
|
|
25
|
-
return index.promiseResolve();
|
|
26
|
-
};
|
|
27
|
-
|
|
28
|
-
const defineCustomElements = (win, options) => {
|
|
29
|
-
if (typeof window === 'undefined') return Promise.resolve();
|
|
30
|
-
return patchEsm().then(() => {
|
|
31
|
-
return index.bootstrapLazy([["nb-skeleton.cjs",[[1,"nb-skeleton",{"count":[2],"variant":[1],"width":[1],"height":[1],"marginBottom":[1,"margin-bottom"],"animation":[1],"customStyles":[1,"custom-styles"],"showWarnings":[4,"show-warnings"]}]]]], options);
|
|
32
|
-
});
|
|
6
|
+
const defineCustomElements = async (win, options) => {
|
|
7
|
+
if (typeof window === 'undefined') return undefined;
|
|
8
|
+
await appGlobals.globalScripts();
|
|
9
|
+
return index.bootstrapLazy([["nb-skeleton.cjs",[[1,"nb-skeleton",{"count":[2],"label":[1],"as":[1],"asChild":[4,"as-child"],"variant":[1],"width":[1],"height":[1],"marginBottom":[1,"margin-bottom"],"animation":[1],"customStyles":[1,"custom-styles"],"showWarnings":[4,"show-warnings"]}]]]], options);
|
|
33
10
|
};
|
|
34
11
|
|
|
12
|
+
exports.setNonce = index.setNonce;
|
|
35
13
|
exports.defineCustomElements = defineCustomElements;
|
|
@@ -1,130 +1,184 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
const index = require('./index-b5d2dca0.js');
|
|
3
|
+
var index = require('./index-BKUCi6S8.js');
|
|
6
4
|
|
|
7
5
|
const ALLOWED_ANIMATIONS = ['progress', 'progress-dark', 'pulse', 'false'];
|
|
8
6
|
|
|
9
|
-
const skeletonCss =
|
|
7
|
+
const skeletonCss = () => `.skeleton{-webkit-box-sizing:border-box;box-sizing:border-box;outline:none;overflow:hidden;position:relative;background:var(--skeleton-background, #eff1f6) no-repeat;border-radius:var(--skeleton-border-radius, 4px);width:var(--skeleton-width, 100%);height:var(--skeleton-height, 20px);display:inline-block;margin-bottom:var(--skeleton-margin-bottom, 10px);will-change:transform}.skeleton:after,.skeleton:before{-webkit-box-sizing:border-box;box-sizing:border-box}.skeleton.circle{width:var(--skeleton-width, 40px);height:var(--skeleton-height, 40px);margin-bottom:var(--skeleton-margin-bottom, 5px);border-radius:var(--skeleton-border-radius, 50%)}.skeleton.rect{border-radius:var(--skeleton-border-radius, 0px)}.skeleton.progress,.skeleton.progress-dark{-webkit-animation:progress 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;animation:progress 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;background-size:200px 100%}.skeleton.progress{background-image:-webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0)));background-image:linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0))}.skeleton.progress-dark{background-image:-webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(0, 0, 0, 0.2)), to(transparent));background-image:linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.2), transparent)}.skeleton.pulse{-webkit-animation:pulse 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite;animation:pulse 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite;-webkit-animation-delay:0.5s;animation-delay:0.5s}@media (prefers-reduced-motion: reduce){.skeleton.pulse,.skeleton.progress-dark,.skeleton.progress{-webkit-animation:none;animation:none}.skeleton.progress,.skeleton.progress-dark{background-image:none}}@-webkit-keyframes progress{0%{background-position:-200px 0}100%{background-position:calc(200px + 100%) 0}}@keyframes progress{0%{background-position:-200px 0}100%{background-position:calc(200px + 100%) 0}}@-webkit-keyframes pulse{0%{opacity:1}50%{opacity:0.4}100%{opacity:1}}@keyframes pulse{0%{opacity:1}50%{opacity:0.4}100%{opacity:1}}`;
|
|
10
8
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
9
|
+
const Skeleton = class {
|
|
10
|
+
constructor(hostRef) {
|
|
11
|
+
index.registerInstance(this, hostRef);
|
|
12
|
+
/**
|
|
13
|
+
* Number of rows of current skeleton type
|
|
14
|
+
*
|
|
15
|
+
* @memberof Skeleton
|
|
16
|
+
*/
|
|
17
|
+
this.count = 1;
|
|
18
|
+
/**
|
|
19
|
+
* Accessible text announced by screen readers while content is loading
|
|
20
|
+
*
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof Skeleton
|
|
23
|
+
*/
|
|
24
|
+
this.label = 'Loading...';
|
|
25
|
+
/**
|
|
26
|
+
* Wrapper element tag that carries ARIA attributes (e.g. div, span, section)
|
|
27
|
+
*
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof Skeleton
|
|
30
|
+
*/
|
|
31
|
+
this.as = 'div';
|
|
32
|
+
/**
|
|
33
|
+
* Render rows directly in the host element and apply ARIA attributes to host
|
|
34
|
+
*
|
|
35
|
+
* @type {boolean}
|
|
36
|
+
* @memberof Skeleton
|
|
37
|
+
*/
|
|
38
|
+
this.asChild = false;
|
|
39
|
+
/**
|
|
40
|
+
* Variant of the skeleton - circle or row
|
|
41
|
+
*
|
|
42
|
+
* @type {('circle' | '')}
|
|
43
|
+
* @memberof Skeleton
|
|
44
|
+
*/
|
|
45
|
+
this.variant = 'text';
|
|
46
|
+
/**
|
|
47
|
+
* Width of the skeleton ex. 100px, 100%, auto etc.
|
|
48
|
+
*
|
|
49
|
+
*
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof Skeleton
|
|
52
|
+
*/
|
|
53
|
+
this.width = null;
|
|
54
|
+
/**
|
|
55
|
+
* Height of the skeleton ex. 100px, 100%, auto etc.
|
|
56
|
+
*
|
|
57
|
+
* @type {string}
|
|
58
|
+
* @memberof Skeleton
|
|
59
|
+
*/
|
|
60
|
+
this.height = null;
|
|
61
|
+
/**
|
|
62
|
+
* MarginBottom of the skeleton ex. 10px, 0 etc.
|
|
63
|
+
*
|
|
64
|
+
* @type {string}
|
|
65
|
+
* @memberof Skeleton
|
|
66
|
+
*/
|
|
67
|
+
this.marginBottom = null;
|
|
68
|
+
/**
|
|
69
|
+
* Animation type
|
|
70
|
+
*
|
|
71
|
+
* @type {('progress' | 'progress-dark' | 'pulse' | 'false')}
|
|
72
|
+
* @memberof Skeleton
|
|
73
|
+
*/
|
|
74
|
+
this.animation = 'progress';
|
|
75
|
+
/**
|
|
76
|
+
* Custom css styles (background/margins/width/height etc.)
|
|
77
|
+
*
|
|
78
|
+
* @type {({[k: string]: string} | string)}
|
|
79
|
+
* @memberof Skeleton
|
|
80
|
+
*/
|
|
81
|
+
this.customStyles = {};
|
|
82
|
+
/**
|
|
83
|
+
* Whether to show warnings for the wrong animation type/custom styles
|
|
84
|
+
*
|
|
85
|
+
* @memberof Skeleton
|
|
86
|
+
*/
|
|
87
|
+
this.showWarnings = true;
|
|
88
|
+
this.items = [];
|
|
89
|
+
this.parsedCustomStyles = {};
|
|
90
|
+
}
|
|
91
|
+
componentWillLoad() {
|
|
92
|
+
this.init();
|
|
93
|
+
}
|
|
94
|
+
componentWillUpdate() {
|
|
95
|
+
this.init();
|
|
96
|
+
}
|
|
97
|
+
init() {
|
|
98
|
+
this.items.length = this.count;
|
|
99
|
+
this.items.fill(1);
|
|
100
|
+
this.parsedCustomStyles = {};
|
|
101
|
+
if (!ALLOWED_ANIMATIONS.includes(this.animation)) {
|
|
102
|
+
if (this.showWarnings) {
|
|
103
|
+
console.warn(`\`Skeleton\` need to receive 'animation' as: ${ALLOWED_ANIMATIONS.join(', ')}. Forcing default to "progress".`);
|
|
104
|
+
}
|
|
105
|
+
this.animation = 'progress';
|
|
106
|
+
}
|
|
107
|
+
if (this.customStyles && typeof this.customStyles === 'string') {
|
|
108
|
+
try {
|
|
109
|
+
const parsed = JSON.parse(this.customStyles);
|
|
110
|
+
if (parsed && typeof parsed === 'object') {
|
|
111
|
+
this.parsedCustomStyles = parsed;
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
catch (error) {
|
|
115
|
+
if (this.showWarnings) {
|
|
116
|
+
console.warn(`can't parse styles`, this.customStyles);
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
else if (this.customStyles && typeof this.customStyles === 'object') {
|
|
121
|
+
this.parsedCustomStyles = this.customStyles;
|
|
122
|
+
}
|
|
85
123
|
}
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
124
|
+
get style() {
|
|
125
|
+
let dimenssionsStyles = {
|
|
126
|
+
width: null,
|
|
127
|
+
height: null,
|
|
128
|
+
marginBottom: null
|
|
129
|
+
};
|
|
130
|
+
if (this.width) {
|
|
131
|
+
dimenssionsStyles.width = this.width;
|
|
132
|
+
}
|
|
133
|
+
if (this.height) {
|
|
134
|
+
dimenssionsStyles.height = this.height;
|
|
135
|
+
}
|
|
136
|
+
if (this.marginBottom) {
|
|
137
|
+
dimenssionsStyles.marginBottom = this.marginBottom;
|
|
138
|
+
}
|
|
139
|
+
const styles = this.parsedCustomStyles;
|
|
140
|
+
return Object.assign(Object.assign({}, dimenssionsStyles), styles);
|
|
141
|
+
}
|
|
142
|
+
resolveWrapperTag() {
|
|
143
|
+
const tag = (this.as || '').trim().toLowerCase();
|
|
144
|
+
if (/^[a-z][a-z0-9-]*$/.test(tag)) {
|
|
145
|
+
return tag;
|
|
146
|
+
}
|
|
91
147
|
if (this.showWarnings) {
|
|
92
|
-
|
|
148
|
+
console.warn('`Skeleton` `as` prop must be a valid html tag name. Falling back to "div".');
|
|
93
149
|
}
|
|
94
|
-
|
|
150
|
+
return 'div';
|
|
95
151
|
}
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
152
|
+
get ariaProps() {
|
|
153
|
+
return {
|
|
154
|
+
'aria-busy': 'true',
|
|
155
|
+
'aria-label': this.label,
|
|
156
|
+
'aria-valuemin': '0',
|
|
157
|
+
'aria-valuemax': '100',
|
|
158
|
+
'aria-valuetext': this.label,
|
|
159
|
+
role: 'progressbar',
|
|
160
|
+
};
|
|
105
161
|
}
|
|
106
|
-
|
|
107
|
-
|
|
162
|
+
renderRows() {
|
|
163
|
+
return this.items.map((_, index$1) => {
|
|
164
|
+
return (index.h("span", { key: index$1, class: {
|
|
165
|
+
circle: this.variant === 'circle',
|
|
166
|
+
rect: this.variant === 'rect',
|
|
167
|
+
progress: this.animation === 'progress',
|
|
168
|
+
'progress-dark': this.animation === 'progress-dark',
|
|
169
|
+
pulse: this.animation === 'pulse',
|
|
170
|
+
skeleton: true
|
|
171
|
+
}, "aria-hidden": "true", style: this.style }));
|
|
172
|
+
});
|
|
108
173
|
}
|
|
109
|
-
|
|
110
|
-
|
|
174
|
+
render() {
|
|
175
|
+
if (this.asChild) {
|
|
176
|
+
return index.h(index.Host, Object.assign({}, this.ariaProps), this.renderRows());
|
|
177
|
+
}
|
|
178
|
+
const WrapperTag = this.resolveWrapperTag();
|
|
179
|
+
return (index.h(index.Host, null, index.h(WrapperTag, Object.assign({}, this.ariaProps), this.renderRows())));
|
|
111
180
|
}
|
|
112
|
-
const styles = typeof this.customStyles === 'object' ? this.customStyles : {};
|
|
113
|
-
return Object.assign(Object.assign({}, dimenssionsStyles), styles);
|
|
114
|
-
}
|
|
115
|
-
render() {
|
|
116
|
-
return this.items.map((_, index$1) => {
|
|
117
|
-
return (index.h("span", { key: index$1, class: {
|
|
118
|
-
circle: this.variant === 'circle',
|
|
119
|
-
rect: this.variant === 'rect',
|
|
120
|
-
progress: this.animation === 'progress',
|
|
121
|
-
'progress-dark': this.animation === 'progress-dark',
|
|
122
|
-
pulse: this.animation === 'pulse',
|
|
123
|
-
skeleton: true
|
|
124
|
-
}, "aria-busy": "true", "aria-valuemin": "0", "aria-valuemax": "100", "aria-valuetext": "Loading...", role: "progressbar", tabindex: "0", style: this.style }));
|
|
125
|
-
});
|
|
126
|
-
}
|
|
127
181
|
};
|
|
128
|
-
Skeleton.style = skeletonCss;
|
|
182
|
+
Skeleton.style = skeletonCss();
|
|
129
183
|
|
|
130
184
|
exports.nb_skeleton = Skeleton;
|
|
@@ -1,23 +1,25 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
var index = require('./index-BKUCi6S8.js');
|
|
4
|
+
var appGlobals = require('./app-globals-V2Kpy_OQ.js');
|
|
4
5
|
|
|
6
|
+
var _documentCurrentScript = typeof document !== 'undefined' ? document.currentScript : null;
|
|
5
7
|
/*
|
|
6
|
-
Stencil Client Patch Browser
|
|
8
|
+
Stencil Client Patch Browser v4.43.3 | MIT Licensed | https://stenciljs.com
|
|
7
9
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
opts.resourcesUrl = new URL('.', importMeta).href;
|
|
17
|
-
}
|
|
18
|
-
return index.promiseResolve(opts);
|
|
10
|
+
|
|
11
|
+
var patchBrowser = () => {
|
|
12
|
+
const importMeta = (typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('skeleton-webcomponent.cjs.js', document.baseURI).href));
|
|
13
|
+
const opts = {};
|
|
14
|
+
if (importMeta !== "") {
|
|
15
|
+
opts.resourcesUrl = new URL(".", importMeta).href;
|
|
16
|
+
}
|
|
17
|
+
return index.promiseResolve(opts);
|
|
19
18
|
};
|
|
20
19
|
|
|
21
|
-
patchBrowser().then(options => {
|
|
22
|
-
|
|
20
|
+
patchBrowser().then(async (options) => {
|
|
21
|
+
await appGlobals.globalScripts();
|
|
22
|
+
return index.bootstrapLazy([["nb-skeleton.cjs",[[1,"nb-skeleton",{"count":[2],"label":[1],"as":[1],"asChild":[4,"as-child"],"variant":[1],"width":[1],"height":[1],"marginBottom":[1,"margin-bottom"],"animation":[1],"customStyles":[1,"custom-styles"],"showWarnings":[4,"show-warnings"]}]]]], options);
|
|
23
23
|
});
|
|
24
|
+
|
|
25
|
+
exports.setNonce = index.setNonce;
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"entries": [
|
|
3
|
-
"
|
|
3
|
+
"components/skeleton/skeleton.js"
|
|
4
4
|
],
|
|
5
|
+
"mixins": [],
|
|
5
6
|
"compiler": {
|
|
6
7
|
"name": "@stencil/core",
|
|
7
|
-
"version": "
|
|
8
|
-
"typescriptVersion": "
|
|
8
|
+
"version": "4.43.3",
|
|
9
|
+
"typescriptVersion": "5.8.3"
|
|
9
10
|
},
|
|
10
11
|
"collections": [],
|
|
11
12
|
"bundles": []
|