proto-autos-wc 0.1.124 → 0.1.126
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/{index-CHtgcRuD.js → index-Cb03IjUu.js} +1735 -106
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/proto-autos-wc.cjs.js +3 -3
- package/dist/cjs/proto-autos.cjs.entry.js +2 -2
- package/dist/collection/collection-manifest.json +1 -1
- package/dist/esm/{index-CUeCNkv1.js → index-C0nv7HES.js} +1735 -106
- package/dist/esm/loader.js +3 -3
- package/dist/esm/proto-autos-wc.js +4 -4
- package/dist/esm/proto-autos.entry.js +2 -2
- package/dist/proto-autos-wc/p-C0nv7HES.js +2 -0
- package/dist/proto-autos-wc/{p-d8159ca8.entry.js → p-e44d7e8b.entry.js} +1 -1
- package/dist/proto-autos-wc/proto-autos-wc.esm.js +1 -1
- package/dist/types/stencil-public-runtime.d.ts +14 -3
- package/package.json +3 -3
- package/dist/proto-autos-wc/p-CUeCNkv1.js +0 -2
package/dist/cjs/loader.cjs.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var index = require('./index-
|
|
3
|
+
var index = require('./index-Cb03IjUu.js');
|
|
4
4
|
var appGlobals = require('./app-globals-V2Kpy_OQ.js');
|
|
5
5
|
|
|
6
6
|
const defineCustomElements = async (win, options) => {
|
|
7
7
|
if (typeof window === 'undefined') return undefined;
|
|
8
8
|
await appGlobals.globalScripts();
|
|
9
|
-
return index.bootstrapLazy([["proto-autos.cjs",[[
|
|
9
|
+
return index.bootstrapLazy([["proto-autos.cjs",[[1,"proto-autos",{"tag":[1]}]]]], options);
|
|
10
10
|
};
|
|
11
11
|
|
|
12
12
|
exports.setNonce = index.setNonce;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var index = require('./index-
|
|
3
|
+
var index = require('./index-Cb03IjUu.js');
|
|
4
4
|
var appGlobals = require('./app-globals-V2Kpy_OQ.js');
|
|
5
5
|
|
|
6
6
|
var _documentCurrentScript = typeof document !== 'undefined' ? document.currentScript : null;
|
|
7
7
|
/*
|
|
8
|
-
Stencil Client Patch Browser v4.
|
|
8
|
+
Stencil Client Patch Browser v4.40.0 | MIT Licensed | https://stenciljs.com
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
var patchBrowser = () => {
|
|
@@ -46,7 +46,7 @@ var patchCloneNodeFix = (HTMLElementPrototype) => {
|
|
|
46
46
|
|
|
47
47
|
patchBrowser().then(async (options) => {
|
|
48
48
|
await appGlobals.globalScripts();
|
|
49
|
-
return index.bootstrapLazy([["proto-autos.cjs",[[
|
|
49
|
+
return index.bootstrapLazy([["proto-autos.cjs",[[1,"proto-autos",{"tag":[1]}]]]], options);
|
|
50
50
|
});
|
|
51
51
|
|
|
52
52
|
exports.setNonce = index.setNonce;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var index = require('./index-
|
|
3
|
+
var index = require('./index-Cb03IjUu.js');
|
|
4
4
|
|
|
5
5
|
const KEY = 'proto-autos';
|
|
6
6
|
const DATA = 'data';
|
|
@@ -972,7 +972,7 @@ const ToolBar = _props => {
|
|
|
972
972
|
: 'bg-clrs-yellow text-clrs-navy'), onClick: () => actions.updatePick(indx), title: `${dealer.name} (${dealer.vehicles.length})` }, indx + 1))))));
|
|
973
973
|
};
|
|
974
974
|
|
|
975
|
-
const shadowCss = () =>
|
|
975
|
+
const shadowCss = () => `
|
|
976
976
|
@layer properties;
|
|
977
977
|
@layer theme, base, components, utilities;
|
|
978
978
|
@layer theme {
|