@startinblox/boilerplate 4.2.1 → 4.3.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/.gitlab-ci.yml +16 -17
- package/.storybook/main.ts +4 -0
- package/dist/index.js +25 -23
- package/package.json +12 -12
- package/src/helpers/components/orbitComponent.ts +5 -1
package/.gitlab-ci.yml
CHANGED
|
@@ -14,7 +14,7 @@ default:
|
|
|
14
14
|
|
|
15
15
|
stages:
|
|
16
16
|
- prepare
|
|
17
|
-
|
|
17
|
+
- test
|
|
18
18
|
- publish
|
|
19
19
|
|
|
20
20
|
prepare:
|
|
@@ -31,23 +31,22 @@ prepare:
|
|
|
31
31
|
paths:
|
|
32
32
|
- dist
|
|
33
33
|
expire_in: 1 day
|
|
34
|
-
|
|
35
|
-
|
|
34
|
+
tags:
|
|
35
|
+
- test
|
|
36
36
|
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
# - test
|
|
37
|
+
test:
|
|
38
|
+
stage: test
|
|
39
|
+
image:
|
|
40
|
+
name: cypress/included:15.5.0
|
|
41
|
+
entrypoint: [""]
|
|
42
|
+
before_script:
|
|
43
|
+
- npm ci --cache .npm --prefer-offline
|
|
44
|
+
script:
|
|
45
|
+
- npm run cy:run
|
|
46
|
+
except:
|
|
47
|
+
- tags
|
|
48
|
+
tags:
|
|
49
|
+
- test
|
|
51
50
|
|
|
52
51
|
publish:
|
|
53
52
|
stage: publish
|
package/.storybook/main.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -23,14 +23,14 @@ let Ct = class {
|
|
|
23
23
|
}
|
|
24
24
|
};
|
|
25
25
|
const it = (s) => new Ct(typeof s == "string" ? s : s + "", void 0, st), rt = (s, ...t) => {
|
|
26
|
-
const e = s.length === 1 ? s[0] : t.reduce((r, i, o) => r + ((n) => {
|
|
26
|
+
const e = s.length === 1 ? s[0] : t.reduce(((r, i, o) => r + ((n) => {
|
|
27
27
|
if (n._$cssResult$ === !0) return n.cssText;
|
|
28
28
|
if (typeof n == "number") return n;
|
|
29
29
|
throw Error("Value passed to 'css' function must be a 'css' function result: " + n + ". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.");
|
|
30
|
-
})(i) + s[o + 1], s[0]);
|
|
30
|
+
})(i) + s[o + 1]), s[0]);
|
|
31
31
|
return new Ct(e, s, st);
|
|
32
32
|
}, Vt = (s, t) => {
|
|
33
|
-
if (et) s.adoptedStyleSheets = t.map((e) => e instanceof CSSStyleSheet ? e : e.styleSheet);
|
|
33
|
+
if (et) s.adoptedStyleSheets = t.map(((e) => e instanceof CSSStyleSheet ? e : e.styleSheet));
|
|
34
34
|
else for (const e of t) {
|
|
35
35
|
const r = document.createElement("style"), i = N.litNonce;
|
|
36
36
|
i !== void 0 && r.setAttribute("nonce", i), r.textContent = e.cssText, s.appendChild(r);
|
|
@@ -141,7 +141,7 @@ let E = class extends HTMLElement {
|
|
|
141
141
|
super(), this._$Ep = void 0, this.isUpdatePending = !1, this.hasUpdated = !1, this._$Em = null, this._$Ev();
|
|
142
142
|
}
|
|
143
143
|
_$Ev() {
|
|
144
|
-
this._$ES = new Promise((t) => this.enableUpdating = t), this._$AL = /* @__PURE__ */ new Map(), this._$E_(), this.requestUpdate(), this.constructor.l?.forEach((t) => t(this));
|
|
144
|
+
this._$ES = new Promise(((t) => this.enableUpdating = t)), this._$AL = /* @__PURE__ */ new Map(), this._$E_(), this.requestUpdate(), this.constructor.l?.forEach(((t) => t(this)));
|
|
145
145
|
}
|
|
146
146
|
addController(t) {
|
|
147
147
|
(this._$EO ??= /* @__PURE__ */ new Set()).add(t), this.renderRoot !== void 0 && this.isConnected && t.hostConnected?.();
|
|
@@ -159,12 +159,12 @@ let E = class extends HTMLElement {
|
|
|
159
159
|
return Vt(t, this.constructor.elementStyles), t;
|
|
160
160
|
}
|
|
161
161
|
connectedCallback() {
|
|
162
|
-
this.renderRoot ??= this.createRenderRoot(), this.enableUpdating(!0), this._$EO?.forEach((t) => t.hostConnected?.());
|
|
162
|
+
this.renderRoot ??= this.createRenderRoot(), this.enableUpdating(!0), this._$EO?.forEach(((t) => t.hostConnected?.()));
|
|
163
163
|
}
|
|
164
164
|
enableUpdating(t) {
|
|
165
165
|
}
|
|
166
166
|
disconnectedCallback() {
|
|
167
|
-
this._$EO?.forEach((t) => t.hostDisconnected?.());
|
|
167
|
+
this._$EO?.forEach(((t) => t.hostDisconnected?.()));
|
|
168
168
|
}
|
|
169
169
|
attributeChangedCallback(t, e, r) {
|
|
170
170
|
this._$AK(t, r);
|
|
@@ -180,7 +180,9 @@ let E = class extends HTMLElement {
|
|
|
180
180
|
const r = this.constructor, i = r._$Eh.get(t);
|
|
181
181
|
if (i !== void 0 && this._$Em !== i) {
|
|
182
182
|
const o = r.getPropertyOptions(i), n = typeof o.converter == "function" ? { fromAttribute: o.converter } : o.converter?.fromAttribute !== void 0 ? o.converter : D;
|
|
183
|
-
this._$Em = i
|
|
183
|
+
this._$Em = i;
|
|
184
|
+
const h = n.fromAttribute(e, o.type);
|
|
185
|
+
this[i] = h ?? this._$Ej?.get(i) ?? h, this._$Em = null;
|
|
184
186
|
}
|
|
185
187
|
}
|
|
186
188
|
requestUpdate(t, e, r) {
|
|
@@ -223,7 +225,7 @@ let E = class extends HTMLElement {
|
|
|
223
225
|
let t = !1;
|
|
224
226
|
const e = this._$AL;
|
|
225
227
|
try {
|
|
226
|
-
t = this.shouldUpdate(e), t ? (this.willUpdate(e), this._$EO?.forEach((r) => r.hostUpdate?.()), this.update(e)) : this._$EM();
|
|
228
|
+
t = this.shouldUpdate(e), t ? (this.willUpdate(e), this._$EO?.forEach(((r) => r.hostUpdate?.())), this.update(e)) : this._$EM();
|
|
227
229
|
} catch (r) {
|
|
228
230
|
throw t = !1, this._$EM(), r;
|
|
229
231
|
}
|
|
@@ -232,7 +234,7 @@ let E = class extends HTMLElement {
|
|
|
232
234
|
willUpdate(t) {
|
|
233
235
|
}
|
|
234
236
|
_$AE(t) {
|
|
235
|
-
this._$EO?.forEach((e) => e.hostUpdated?.()), this.hasUpdated || (this.hasUpdated = !0, this.firstUpdated(t)), this.updated(t);
|
|
237
|
+
this._$EO?.forEach(((e) => e.hostUpdated?.())), this.hasUpdated || (this.hasUpdated = !0, this.firstUpdated(t)), this.updated(t);
|
|
236
238
|
}
|
|
237
239
|
_$EM() {
|
|
238
240
|
this._$AL = /* @__PURE__ */ new Map(), this.isUpdatePending = !1;
|
|
@@ -247,14 +249,14 @@ let E = class extends HTMLElement {
|
|
|
247
249
|
return !0;
|
|
248
250
|
}
|
|
249
251
|
update(t) {
|
|
250
|
-
this._$Eq &&= this._$Eq.forEach((e) => this._$ET(e, this[e])), this._$EM();
|
|
252
|
+
this._$Eq &&= this._$Eq.forEach(((e) => this._$ET(e, this[e]))), this._$EM();
|
|
251
253
|
}
|
|
252
254
|
updated(t) {
|
|
253
255
|
}
|
|
254
256
|
firstUpdated(t) {
|
|
255
257
|
}
|
|
256
258
|
};
|
|
257
|
-
E.elementStyles = [], E.shadowRootOptions = { mode: "open" }, E[O("elementProperties")] = /* @__PURE__ */ new Map(), E[O("finalized")] = /* @__PURE__ */ new Map(), Gt?.({ ReactiveElement: E }), (B.reactiveElementVersions ??= []).push("2.1.
|
|
259
|
+
E.elementStyles = [], E.shadowRootOptions = { mode: "open" }, E[O("elementProperties")] = /* @__PURE__ */ new Map(), E[O("finalized")] = /* @__PURE__ */ new Map(), Gt?.({ ReactiveElement: E }), (B.reactiveElementVersions ??= []).push("2.1.1");
|
|
258
260
|
/**
|
|
259
261
|
* @license
|
|
260
262
|
* Copyright 2017 Google LLC
|
|
@@ -400,7 +402,7 @@ class U {
|
|
|
400
402
|
i < e.length && (this._$AR(r && r._$AB.nextSibling, i), e.length = i);
|
|
401
403
|
}
|
|
402
404
|
_$AR(t = this._$AA.nextSibling, e) {
|
|
403
|
-
for (this._$AP?.(!1, !0, e); t
|
|
405
|
+
for (this._$AP?.(!1, !0, e); t !== this._$AB; ) {
|
|
404
406
|
const r = t.nextSibling;
|
|
405
407
|
t.remove(), t = r;
|
|
406
408
|
}
|
|
@@ -475,7 +477,7 @@ class ne {
|
|
|
475
477
|
}
|
|
476
478
|
}
|
|
477
479
|
const ae = ot.litHtmlPolyfillSupport;
|
|
478
|
-
ae?.(L, U), (ot.litHtmlVersions ??= []).push("3.3.
|
|
480
|
+
ae?.(L, U), (ot.litHtmlVersions ??= []).push("3.3.1");
|
|
479
481
|
const he = (s, t, e) => {
|
|
480
482
|
const r = e?.renderBefore ?? t;
|
|
481
483
|
let i = r._$litPart$;
|
|
@@ -516,16 +518,16 @@ let S = class extends E {
|
|
|
516
518
|
S._$litElement$ = !0, S.finalized = !0, at.litElementHydrateSupport?.({ LitElement: S });
|
|
517
519
|
const le = at.litElementPolyfillSupport;
|
|
518
520
|
le?.({ LitElement: S });
|
|
519
|
-
(at.litElementVersions ??= []).push("4.2.
|
|
521
|
+
(at.litElementVersions ??= []).push("4.2.1");
|
|
520
522
|
/**
|
|
521
523
|
* @license
|
|
522
524
|
* Copyright 2017 Google LLC
|
|
523
525
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
524
526
|
*/
|
|
525
527
|
const ht = (s) => (t, e) => {
|
|
526
|
-
e !== void 0 ? e.addInitializer(() => {
|
|
528
|
+
e !== void 0 ? e.addInitializer((() => {
|
|
527
529
|
customElements.define(s, t);
|
|
528
|
-
}) : customElements.define(s, t);
|
|
530
|
+
})) : customElements.define(s, t);
|
|
529
531
|
};
|
|
530
532
|
/**
|
|
531
533
|
* @license
|
|
@@ -575,9 +577,9 @@ function xt(s) {
|
|
|
575
577
|
const de = Symbol();
|
|
576
578
|
class pe {
|
|
577
579
|
get taskComplete() {
|
|
578
|
-
return this.t || (this.i === 1 ? this.t = new Promise((t, e) => {
|
|
580
|
+
return this.t || (this.i === 1 ? this.t = new Promise(((t, e) => {
|
|
579
581
|
this.o = t, this.h = e;
|
|
580
|
-
}) : this.i === 3 ? this.t = Promise.reject(this.l) : this.t = Promise.resolve(this.u)), this.t;
|
|
582
|
+
})) : this.i === 3 ? this.t = Promise.reject(this.l) : this.t = Promise.resolve(this.u)), this.t;
|
|
581
583
|
}
|
|
582
584
|
constructor(t, e, r) {
|
|
583
585
|
this.p = 0, this.i = 0, (this._ = t).addController(this);
|
|
@@ -602,7 +604,7 @@ class pe {
|
|
|
602
604
|
}
|
|
603
605
|
async run(t) {
|
|
604
606
|
let e, r;
|
|
605
|
-
t ??= this.T(), this.O = t, this.i === 1 ? this.q?.abort() : (this.t = void 0, this.o = void 0, this.h = void 0), this.i = 1, this.autoRun === "afterUpdate" ? queueMicrotask(() => this._.requestUpdate()) : this._.requestUpdate();
|
|
607
|
+
t ??= this.T(), this.O = t, this.i === 1 ? this.q?.abort() : (this.t = void 0, this.o = void 0, this.h = void 0), this.i = 1, this.autoRun === "afterUpdate" ? queueMicrotask((() => this._.requestUpdate())) : this._.requestUpdate();
|
|
606
608
|
const i = ++this.p;
|
|
607
609
|
this.q = new AbortController();
|
|
608
610
|
let o = !1;
|
|
@@ -659,7 +661,7 @@ class pe {
|
|
|
659
661
|
}
|
|
660
662
|
}
|
|
661
663
|
}
|
|
662
|
-
const fe = (s, t) => s === t || s.length === t.length && s.every((e, r) => !W(e, t[r]));
|
|
664
|
+
const fe = (s, t) => s === t || s.length === t.length && s.every(((e, r) => !W(e, t[r])));
|
|
663
665
|
!window.orbit && !"/".includes("cypress") && await new Promise((s) => {
|
|
664
666
|
document.addEventListener("orbit-ready", () => {
|
|
665
667
|
s(!0);
|
|
@@ -697,7 +699,7 @@ class $ extends lt {
|
|
|
697
699
|
}
|
|
698
700
|
);
|
|
699
701
|
};
|
|
700
|
-
document.addEventListener("readystatechange", i);
|
|
702
|
+
document.readyState === "complete" ? i() : document.addEventListener("readystatechange", i);
|
|
701
703
|
}
|
|
702
704
|
async _attach(t, e, r) {
|
|
703
705
|
return !this.orbit && window.orbit && (this.orbit = window.orbit, e) ? (be({
|
|
@@ -962,7 +964,7 @@ const Ce = (s, ...t) => ({
|
|
|
962
964
|
* Copyright 2021 Google LLC
|
|
963
965
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
964
966
|
*/
|
|
965
|
-
const Ut = (s) => Pe(s) ? Lt(s.strings, s.values) : s;
|
|
967
|
+
const Ut = ((s) => Pe(s) ? Lt(s.strings, s.values) : s);
|
|
966
968
|
let ct = Ut, At = !1;
|
|
967
969
|
function Re(s) {
|
|
968
970
|
if (At)
|
|
@@ -1082,7 +1084,7 @@ function X(s) {
|
|
|
1082
1084
|
let I = "", J, Nt, k, tt, Dt, m = new Ht();
|
|
1083
1085
|
m.resolve();
|
|
1084
1086
|
let H = 0;
|
|
1085
|
-
const qe = (s) => (Re((t, e) => Ne(Dt, t, e)), I = Nt = s.sourceLocale, k = new Set(s.targetLocales), k.add(s.sourceLocale), tt = s.loadLocale, { getLocale: Ie, setLocale: ke }), Ie = () => I, ke = (s) => {
|
|
1087
|
+
const qe = (s) => (Re(((t, e) => Ne(Dt, t, e))), I = Nt = s.sourceLocale, k = new Set(s.targetLocales), k.add(s.sourceLocale), tt = s.loadLocale, { getLocale: Ie, setLocale: ke }), Ie = () => I, ke = (s) => {
|
|
1086
1088
|
if (s === (J ?? I))
|
|
1087
1089
|
return m.promise;
|
|
1088
1090
|
if (!k || !tt)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@startinblox/boilerplate",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.3.0",
|
|
4
4
|
"description": "Startin'blox Boilerplate",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -67,24 +67,24 @@
|
|
|
67
67
|
],
|
|
68
68
|
"dependencies": {
|
|
69
69
|
"@lit/localize": "^0.12.2",
|
|
70
|
-
"@lit/task": "^1.0.
|
|
70
|
+
"@lit/task": "^1.0.3",
|
|
71
71
|
"autoprefixer": "^10.4.21",
|
|
72
|
-
"cssnano": "^7.
|
|
73
|
-
"lit": "^3.3.
|
|
72
|
+
"cssnano": "^7.1.1",
|
|
73
|
+
"lit": "^3.3.1",
|
|
74
74
|
"postcss": "^8.5.6",
|
|
75
|
-
"postcss-preset-env": "^10.
|
|
75
|
+
"postcss-preset-env": "^10.4.0",
|
|
76
76
|
"postcss-scss": "^4.0.9",
|
|
77
|
-
"sass": "^1.
|
|
78
|
-
"unplugin-icons": "^22.
|
|
79
|
-
"vite": "^7.
|
|
77
|
+
"sass": "^1.93.2",
|
|
78
|
+
"unplugin-icons": "^22.5.0",
|
|
79
|
+
"vite": "^7.1.12"
|
|
80
80
|
},
|
|
81
81
|
"devDependencies": {
|
|
82
82
|
"@lit/localize-tools": "^0.8.0",
|
|
83
|
-
"@storybook/addon-docs": "^9.
|
|
84
|
-
"@storybook/web-components-vite": "^9.
|
|
85
|
-
"cypress": "^
|
|
83
|
+
"@storybook/addon-docs": "^9.1.13",
|
|
84
|
+
"@storybook/web-components-vite": "^9.1.13",
|
|
85
|
+
"cypress": "^15.5.0",
|
|
86
86
|
"cypress-ct-lit": "^1.0.0",
|
|
87
87
|
"lorem-ipsum": "^2.0.8",
|
|
88
|
-
"storybook": "^9.
|
|
88
|
+
"storybook": "^9.1.13"
|
|
89
89
|
}
|
|
90
90
|
}
|
|
@@ -33,7 +33,11 @@ export default class extends ComponentObjectsHandler {
|
|
|
33
33
|
);
|
|
34
34
|
}
|
|
35
35
|
};
|
|
36
|
-
document.
|
|
36
|
+
if (document.readyState === "complete") {
|
|
37
|
+
attach();
|
|
38
|
+
} else {
|
|
39
|
+
document.addEventListener("readystatechange", attach);
|
|
40
|
+
}
|
|
37
41
|
}
|
|
38
42
|
|
|
39
43
|
@property({ attribute: "default-data-src", reflect: true })
|