@transcodes/ui-components 0.3.5 → 0.3.6
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/CHANGELOG.md +27 -0
- package/dist/controllers/index.d.ts +0 -2
- package/dist/controllers/index.d.ts.map +1 -1
- package/dist/controllers/index.js +10 -12
- package/dist/index.d.ts +0 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +48 -64
- package/dist/primitives/index.d.ts +1 -0
- package/dist/primitives/index.d.ts.map +1 -1
- package/dist/primitives/index.js +18 -16
- package/dist/primitives/tc-box.js +4 -4
- package/dist/primitives/tc-button.d.ts.map +1 -1
- package/dist/primitives/tc-button.js +21 -20
- package/dist/primitives/tc-callout.d.ts.map +1 -1
- package/dist/primitives/tc-callout.js +5 -4
- package/dist/primitives/tc-card.d.ts.map +1 -1
- package/dist/primitives/tc-card.js +11 -10
- package/dist/primitives/tc-chip.d.ts.map +1 -1
- package/dist/primitives/tc-chip.js +18 -16
- package/dist/primitives/tc-container.d.ts.map +1 -1
- package/dist/primitives/tc-container.js +12 -10
- package/dist/primitives/tc-divider.d.ts.map +1 -1
- package/dist/primitives/tc-divider.js +4 -3
- package/dist/primitives/tc-error-message.d.ts.map +1 -1
- package/dist/primitives/tc-error-message.js +13 -9
- package/dist/primitives/tc-form-header.d.ts.map +1 -1
- package/dist/primitives/tc-form-header.js +9 -7
- package/dist/primitives/tc-icon.js +3 -3
- package/dist/primitives/tc-input-with-chip.d.ts.map +1 -1
- package/dist/primitives/tc-input-with-chip.js +12 -8
- package/dist/primitives/tc-input.d.ts.map +1 -1
- package/dist/primitives/tc-input.js +11 -9
- package/dist/primitives/tc-item-button.d.ts.map +1 -1
- package/dist/primitives/tc-item-button.js +18 -17
- package/dist/primitives/tc-item.d.ts.map +1 -1
- package/dist/primitives/tc-item.js +13 -12
- package/dist/primitives/tc-otp-input.d.ts.map +1 -1
- package/dist/primitives/tc-otp-input.js +6 -4
- package/dist/primitives/tc-page-decoration.d.ts.map +1 -0
- package/dist/{widgets → primitives}/tc-page-decoration.js +8 -8
- package/dist/primitives/tc-section.d.ts.map +1 -1
- package/dist/primitives/tc-section.js +15 -13
- package/dist/primitives/tc-spinner.js +17 -17
- package/dist/primitives/tc-symbol.d.ts.map +1 -1
- package/dist/primitives/tc-symbol.js +15 -13
- package/dist/primitives/tc-text.js +3 -3
- package/dist/primitives/tc-toast.js +3 -3
- package/dist/screens/tc-error-screen.d.ts +6 -1
- package/dist/screens/tc-error-screen.d.ts.map +1 -1
- package/dist/screens/tc-error-screen.js +84 -29
- package/dist/screens/tc-loading-screen.d.ts +1 -1
- package/dist/screens/tc-loading-screen.d.ts.map +1 -1
- package/dist/screens/tc-loading-screen.js +16 -11
- package/dist/screens/tc-success-screen.d.ts.map +1 -1
- package/dist/screens/tc-success-screen.js +19 -13
- package/package.json +13 -13
- package/dist/controllers/form-validation.controller.d.ts +0 -48
- package/dist/controllers/form-validation.controller.d.ts.map +0 -1
- package/dist/controllers/form-validation.controller.js +0 -49
- package/dist/widgets/index.d.ts +0 -9
- package/dist/widgets/index.d.ts.map +0 -1
- package/dist/widgets/index.js +0 -18
- package/dist/widgets/tc-authenticator-card.d.ts +0 -35
- package/dist/widgets/tc-authenticator-card.d.ts.map +0 -1
- package/dist/widgets/tc-authenticator-card.js +0 -213
- package/dist/widgets/tc-floating-button.d.ts +0 -25
- package/dist/widgets/tc-floating-button.d.ts.map +0 -1
- package/dist/widgets/tc-floating-button.js +0 -132
- package/dist/widgets/tc-iframe-modal.d.ts +0 -43
- package/dist/widgets/tc-iframe-modal.d.ts.map +0 -1
- package/dist/widgets/tc-iframe-modal.js +0 -263
- package/dist/widgets/tc-installation-banner.d.ts +0 -42
- package/dist/widgets/tc-installation-banner.d.ts.map +0 -1
- package/dist/widgets/tc-installation-banner.js +0 -234
- package/dist/widgets/tc-ios-installation-guide.d.ts +0 -34
- package/dist/widgets/tc-ios-installation-guide.d.ts.map +0 -1
- package/dist/widgets/tc-ios-installation-guide.js +0 -240
- package/dist/widgets/tc-notification-modal.d.ts +0 -42
- package/dist/widgets/tc-notification-modal.d.ts.map +0 -1
- package/dist/widgets/tc-notification-modal.js +0 -230
- package/dist/widgets/tc-offline-modal.d.ts +0 -39
- package/dist/widgets/tc-offline-modal.d.ts.map +0 -1
- package/dist/widgets/tc-offline-modal.js +0 -202
- package/dist/widgets/tc-page-decoration.d.ts.map +0 -1
- /package/dist/{widgets → primitives}/tc-page-decoration.d.ts +0 -0
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { property as c, customElement as
|
|
3
|
-
import { styleMap as
|
|
4
|
-
var w = Object.defineProperty,
|
|
5
|
-
for (var t = s > 1 ? void 0 : s ?
|
|
1
|
+
import { css as p, LitElement as d, html as m } from "lit";
|
|
2
|
+
import { property as c, customElement as h } from "lit/decorators.js";
|
|
3
|
+
import { styleMap as f } from "lit/directives/style-map.js";
|
|
4
|
+
var w = Object.defineProperty, x = Object.getOwnPropertyDescriptor, l = (r, i, o, s) => {
|
|
5
|
+
for (var t = s > 1 ? void 0 : s ? x(i, o) : i, n = r.length - 1, a; n >= 0; n--)
|
|
6
6
|
(a = r[n]) && (t = (s ? a(i, o, t) : a(t)) || t);
|
|
7
7
|
return s && t && w(i, o, t), t;
|
|
8
8
|
};
|
|
9
|
-
let e = class extends
|
|
9
|
+
let e = class extends d {
|
|
10
10
|
constructor() {
|
|
11
11
|
super(...arguments), this.wide = !1, this.sx = {}, this.defaultStyles = {
|
|
12
12
|
display: "flex",
|
|
@@ -20,21 +20,22 @@ let e = class extends p {
|
|
|
20
20
|
...this.defaultStyles,
|
|
21
21
|
...this.sx
|
|
22
22
|
};
|
|
23
|
-
return
|
|
23
|
+
return m`
|
|
24
24
|
<div
|
|
25
25
|
part="container"
|
|
26
26
|
class="container ${this.wide ? "container--wide" : ""}"
|
|
27
|
-
style=${
|
|
27
|
+
style=${f(r)}
|
|
28
28
|
>
|
|
29
29
|
<slot></slot>
|
|
30
30
|
</div>
|
|
31
31
|
`;
|
|
32
32
|
}
|
|
33
33
|
};
|
|
34
|
-
e.styles =
|
|
34
|
+
e.styles = p`
|
|
35
35
|
:host {
|
|
36
36
|
display: block;
|
|
37
37
|
width: 100%;
|
|
38
|
+
min-width: 0;
|
|
38
39
|
}
|
|
39
40
|
|
|
40
41
|
.container {
|
|
@@ -42,6 +43,7 @@ e.styles = m`
|
|
|
42
43
|
width: 100%;
|
|
43
44
|
max-width: var(--container-max-width);
|
|
44
45
|
margin: 0 auto;
|
|
46
|
+
box-sizing: border-box;
|
|
45
47
|
}
|
|
46
48
|
|
|
47
49
|
.container--wide {
|
|
@@ -55,7 +57,7 @@ l([
|
|
|
55
57
|
c({ type: Object })
|
|
56
58
|
], e.prototype, "sx", 2);
|
|
57
59
|
e = l([
|
|
58
|
-
|
|
60
|
+
h("tc-container")
|
|
59
61
|
], e);
|
|
60
62
|
export {
|
|
61
63
|
e as TcContainer
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tc-divider.d.ts","sourceRoot":"","sources":["../../src/primitives/tc-divider.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAE,MAAM,KAAK,CAAC;AAG5C;;;;;;;GAOG;AACH,qBACa,SAAU,SAAQ,UAAU;IACX,KAAK,SAAsB;IAC3B,OAAO,SAAqB;IAC5B,IAAI,SAAM;IAEtC,OAAgB,MAAM,
|
|
1
|
+
{"version":3,"file":"tc-divider.d.ts","sourceRoot":"","sources":["../../src/primitives/tc-divider.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAE,MAAM,KAAK,CAAC;AAG5C;;;;;;;GAOG;AACH,qBACa,SAAU,SAAQ,UAAU;IACX,KAAK,SAAsB;IAC3B,OAAO,SAAqB;IAC5B,IAAI,SAAM;IAEtC,OAAgB,MAAM,0BAqCpB;IAEO,MAAM;CAiBhB;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,YAAY,EAAE,SAAS,CAAC;KACzB;CACF"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { css as c, LitElement as v, html as p } from "lit";
|
|
2
2
|
import { property as l, customElement as h } from "lit/decorators.js";
|
|
3
3
|
var g = Object.defineProperty, m = Object.getOwnPropertyDescriptor, n = (e, t, o, s) => {
|
|
4
4
|
for (var r = s > 1 ? void 0 : s ? m(t, o) : t, d = e.length - 1, a; d >= 0; d--)
|
|
5
5
|
(a = e[d]) && (r = (s ? a(t, o, r) : a(r)) || r);
|
|
6
6
|
return s && r && g(t, o, r), r;
|
|
7
7
|
};
|
|
8
|
-
let i = class extends
|
|
8
|
+
let i = class extends v {
|
|
9
9
|
constructor() {
|
|
10
10
|
super(...arguments), this.color = "var(--ink-faint)", this.spacing = "var(--space-md)", this.text = "";
|
|
11
11
|
}
|
|
@@ -22,10 +22,11 @@ let i = class extends c {
|
|
|
22
22
|
`;
|
|
23
23
|
}
|
|
24
24
|
};
|
|
25
|
-
i.styles =
|
|
25
|
+
i.styles = c`
|
|
26
26
|
:host {
|
|
27
27
|
display: block;
|
|
28
28
|
width: 100%;
|
|
29
|
+
min-width: 0;
|
|
29
30
|
}
|
|
30
31
|
|
|
31
32
|
/* Simple divider (no text) */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tc-error-message.d.ts","sourceRoot":"","sources":["../../src/primitives/tc-error-message.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAE,MAAM,KAAK,CAAC;AAE5C,OAAO,iBAAiB,CAAC;AACzB,OAAO,cAAc,CAAC;AACtB,OAAO,cAAc,CAAC;AAEtB;;;;;;;GAOG;AACH,qBACa,cAAe,SAAQ,UAAU;IAChB,OAAO,EAAE,SAAS,GAAG,MAAM,GAAG,OAAO,CAAW;IAChD,OAAO,SAAM;IAEzC,OAAgB,MAAM,
|
|
1
|
+
{"version":3,"file":"tc-error-message.d.ts","sourceRoot":"","sources":["../../src/primitives/tc-error-message.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAE,MAAM,KAAK,CAAC;AAE5C,OAAO,iBAAiB,CAAC;AACzB,OAAO,cAAc,CAAC;AACtB,OAAO,cAAc,CAAC;AAEtB;;;;;;;GAOG;AACH,qBACa,cAAe,SAAQ,UAAU;IAChB,OAAO,EAAE,SAAS,GAAG,MAAM,GAAG,OAAO,CAAW;IAChD,OAAO,SAAM;IAEzC,OAAgB,MAAM,0BAcpB;IAEF,OAAO,CAAC,WAAW;IAWnB,OAAO,CAAC,YAAY;IAWX,MAAM;CAoBhB;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,kBAAkB,EAAE,cAAc,CAAC;KACpC;CACF"}
|
|
@@ -1,11 +1,14 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { css as m, LitElement as p, html as g } from "lit";
|
|
2
2
|
import { property as l, customElement as u } from "lit/decorators.js";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
3
|
+
import "./tc-callout.js";
|
|
4
|
+
import "./tc-icon.js";
|
|
5
|
+
import "./tc-text.js";
|
|
6
|
+
var h = Object.defineProperty, v = Object.getOwnPropertyDescriptor, o = (c, r, s, a) => {
|
|
7
|
+
for (var t = a > 1 ? void 0 : a ? v(r, s) : r, i = c.length - 1, n; i >= 0; i--)
|
|
8
|
+
(n = c[i]) && (t = (a ? n(r, s, t) : n(t)) || t);
|
|
9
|
+
return a && t && h(r, s, t), t;
|
|
7
10
|
};
|
|
8
|
-
let e = class extends
|
|
11
|
+
let e = class extends p {
|
|
9
12
|
constructor() {
|
|
10
13
|
super(...arguments), this.variant = "error", this.message = "";
|
|
11
14
|
}
|
|
@@ -30,13 +33,13 @@ let e = class extends m {
|
|
|
30
33
|
}
|
|
31
34
|
}
|
|
32
35
|
render() {
|
|
33
|
-
return this.message ?
|
|
36
|
+
return this.message ? g`
|
|
34
37
|
<tc-callout part="callout" variant=${this.variant}>
|
|
35
38
|
<tc-icon
|
|
36
39
|
slot="icon"
|
|
37
40
|
part="icon"
|
|
38
41
|
name=${this.getIconName()}
|
|
39
|
-
size="
|
|
42
|
+
size="var(--size-icon-action)"
|
|
40
43
|
color=${this.getIconColor()}
|
|
41
44
|
></tc-icon>
|
|
42
45
|
<tc-text part="message" class="message-text" size="sm">
|
|
@@ -46,10 +49,11 @@ let e = class extends m {
|
|
|
46
49
|
` : null;
|
|
47
50
|
}
|
|
48
51
|
};
|
|
49
|
-
e.styles =
|
|
52
|
+
e.styles = m`
|
|
50
53
|
:host {
|
|
51
54
|
display: block;
|
|
52
55
|
width: 100%;
|
|
56
|
+
min-width: 0;
|
|
53
57
|
}
|
|
54
58
|
|
|
55
59
|
tc-callout::part(callout) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tc-form-header.d.ts","sourceRoot":"","sources":["../../src/primitives/tc-form-header.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAE,MAAM,KAAK,CAAC;AAK5C;;;;;;;;GAQG;AACH,qBACa,YAAa,SAAQ,UAAU;IACd,KAAK,SAAM;IACX,QAAQ,SAAM;IACd,MAAM,SAAM;IACgB,WAAW,UAAS;IAChD,EAAE,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC,CAAM;IAErE,OAAgB,MAAM,
|
|
1
|
+
{"version":3,"file":"tc-form-header.d.ts","sourceRoot":"","sources":["../../src/primitives/tc-form-header.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAE,MAAM,KAAK,CAAC;AAK5C;;;;;;;;GAQG;AACH,qBACa,YAAa,SAAQ,UAAU;IACd,KAAK,SAAM;IACX,QAAQ,SAAM;IACd,MAAM,SAAM;IACgB,WAAW,UAAS;IAChD,EAAE,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC,CAAM;IAErE,OAAgB,MAAM,4BAsEpB;IAEO,MAAM;CA6BhB;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,gBAAgB,EAAE,YAAY,CAAC;KAChC;CACF"}
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { css as p, LitElement as c, html as n } from "lit";
|
|
2
2
|
import { property as r, customElement as f } from "lit/decorators.js";
|
|
3
|
-
import { styleMap as
|
|
4
|
-
import { sharedStyles as
|
|
3
|
+
import { styleMap as h } from "lit/directives/style-map.js";
|
|
4
|
+
import { sharedStyles as u } from "../styles/shared.js";
|
|
5
5
|
var v = Object.defineProperty, b = Object.getOwnPropertyDescriptor, a = (i, o, m, s) => {
|
|
6
6
|
for (var e = s > 1 ? void 0 : s ? b(o, m) : o, l = i.length - 1, d; l >= 0; l--)
|
|
7
7
|
(d = i[l]) && (e = (s ? d(o, m, e) : d(e)) || e);
|
|
8
8
|
return s && e && v(o, m, e), e;
|
|
9
9
|
};
|
|
10
|
-
let t = class extends
|
|
10
|
+
let t = class extends c {
|
|
11
11
|
constructor() {
|
|
12
12
|
super(...arguments), this.title = "", this.subtitle = "", this.notice = "", this.noAnimation = !1, this.sx = {};
|
|
13
13
|
}
|
|
14
14
|
render() {
|
|
15
15
|
const i = !this.noAnimation;
|
|
16
16
|
return n`
|
|
17
|
-
<header part="header" class="header" style=${
|
|
17
|
+
<header part="header" class="header" style=${h(this.sx)}>
|
|
18
18
|
${this.title ? n`<h1 part="title" class="form-title ${i ? "form-title--animated" : ""}">
|
|
19
19
|
${this.title}
|
|
20
20
|
</h1>` : ""}
|
|
@@ -29,10 +29,12 @@ let t = class extends p {
|
|
|
29
29
|
}
|
|
30
30
|
};
|
|
31
31
|
t.styles = [
|
|
32
|
-
|
|
33
|
-
|
|
32
|
+
u,
|
|
33
|
+
p`
|
|
34
34
|
:host {
|
|
35
35
|
display: block;
|
|
36
|
+
width: 100%;
|
|
37
|
+
min-width: 0;
|
|
36
38
|
text-align: center;
|
|
37
39
|
}
|
|
38
40
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { html as o, css as a, LitElement as p } from "lit";
|
|
2
2
|
import { property as h, customElement as g } from "lit/decorators.js";
|
|
3
3
|
var d = Object.defineProperty, x = Object.getOwnPropertyDescriptor, n = (r, t, s, i) => {
|
|
4
4
|
for (var e = i > 1 ? void 0 : i ? x(t, s) : t, v = r.length - 1, c; v >= 0; v--)
|
|
@@ -42,7 +42,7 @@ const z = {
|
|
|
42
42
|
qrcode: o`<svg viewBox="0 0 24 24" fill="currentColor"><path d="M3 11h8V3H3v8zm2-6h4v4H5V5zM3 21h8v-8H3v8zm2-6h4v4H5v-4zM13 3v8h8V3h-8zm6 6h-4V5h4v4zM13 13h2v2h-2zM15 15h2v2h-2zM13 17h2v2h-2zM15 19h2v2h-2zM17 17h2v2h-2zM17 13h2v2h-2zM19 15h2v2h-2zM19 19h2v2h-2z"/><path d="M6 6h2v2H6zM6 16h2v2H6zM16 6h2v2h-2z"/></svg>`,
|
|
43
43
|
key: o`<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M15.75 5.25a3 3 0 0 1 3 3m3 0a6 6 0 0 1-7.029 5.912c-.563-.097-1.159.026-1.563.43L10.5 17.25H8.25v2.25H6v2.25H2.25v-2.818c0-.597.237-1.17.659-1.591l6.499-6.499c.404-.404.527-1 .43-1.563A6 6 0 1 1 21.75 8.25Z"/></svg>`
|
|
44
44
|
};
|
|
45
|
-
let l = class extends
|
|
45
|
+
let l = class extends p {
|
|
46
46
|
constructor() {
|
|
47
47
|
super(...arguments), this.name = "info", this.size = "1.5rem", this.color = "currentColor";
|
|
48
48
|
}
|
|
@@ -59,7 +59,7 @@ let l = class extends a {
|
|
|
59
59
|
` : (console.warn(`Icon "${this.name}" not found`), o``);
|
|
60
60
|
}
|
|
61
61
|
};
|
|
62
|
-
l.styles =
|
|
62
|
+
l.styles = a`
|
|
63
63
|
:host {
|
|
64
64
|
display: inline-flex;
|
|
65
65
|
align-items: center;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tc-input-with-chip.d.ts","sourceRoot":"","sources":["../../src/primitives/tc-input-with-chip.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAE,MAAM,KAAK,CAAC;AAI5C,OAAO,cAAc,CAAC;AACtB,OAAO,cAAc,CAAC;AAGtB;;;;;;;;;;GAUG;AACH,qBACa,eAAgB,SAAQ,UAAU;IACjB,KAAK,SAAM;IACX,WAAW,SAAM;IACjB,KAAK,SAAM;IACX,KAAK,SAAM;IACV,QAAQ,UAAS;IACjB,QAAQ,UAAS;IACO,SAAS,SAAM;IAChB,QAAQ,SAAM;IACX,WAAW,EAC9D,SAAS,GACT,SAAS,GACT,OAAO,GACP,MAAM,CAAa;IAEd,OAAO,CAAC,OAAO,CACiC;IAChD,OAAO,CAAC,SAAS,CAAS;IAEnC,OAAgB,MAAM,
|
|
1
|
+
{"version":3,"file":"tc-input-with-chip.d.ts","sourceRoot":"","sources":["../../src/primitives/tc-input-with-chip.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAE,MAAM,KAAK,CAAC;AAI5C,OAAO,cAAc,CAAC;AACtB,OAAO,cAAc,CAAC;AAGtB;;;;;;;;;;GAUG;AACH,qBACa,eAAgB,SAAQ,UAAU;IACjB,KAAK,SAAM;IACX,WAAW,SAAM;IACjB,KAAK,SAAM;IACX,KAAK,SAAM;IACV,QAAQ,UAAS;IACjB,QAAQ,UAAS;IACO,SAAS,SAAM;IAChB,QAAQ,SAAM;IACX,WAAW,EAC9D,SAAS,GACT,SAAS,GACT,OAAO,GACP,MAAM,CAAa;IAEd,OAAO,CAAC,OAAO,CACiC;IAChD,OAAO,CAAC,SAAS,CAAS;IAEnC,OAAgB,MAAM,4BA6GpB;IAEO,MAAM;IAoEf,OAAO,CAAC,WAAW;IAanB,OAAO,CAAC,WAAW;IAInB,OAAO,CAAC,UAAU;IAalB,OAAO,CAAC,aAAa;IAUrB,KAAK;CAIN;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,oBAAoB,EAAE,eAAe,CAAC;KACvC;CACF"}
|
|
@@ -1,13 +1,15 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { property as a, state as u, customElement as
|
|
1
|
+
import { css as h, LitElement as v, html as n } from "lit";
|
|
2
|
+
import { property as a, state as u, customElement as b } from "lit/decorators.js";
|
|
3
3
|
import { classMap as d } from "lit/directives/class-map.js";
|
|
4
4
|
import { sharedStyles as f } from "../styles/shared.js";
|
|
5
|
+
import "./tc-chip.js";
|
|
6
|
+
import "./tc-icon.js";
|
|
5
7
|
var m = Object.defineProperty, y = Object.getOwnPropertyDescriptor, r = (t, i, s, p) => {
|
|
6
8
|
for (var o = p > 1 ? void 0 : p ? y(i, s) : i, l = t.length - 1, c; l >= 0; l--)
|
|
7
9
|
(c = t[l]) && (o = (p ? c(i, s, o) : c(o)) || o);
|
|
8
10
|
return p && o && m(i, s, o), o;
|
|
9
11
|
};
|
|
10
|
-
let e = class extends
|
|
12
|
+
let e = class extends v {
|
|
11
13
|
constructor() {
|
|
12
14
|
super(...arguments), this.label = "", this.placeholder = "", this.value = "", this.error = "", this.disabled = !1, this.readonly = !1, this.chipLabel = "", this.chipIcon = "", this.chipVariant = "default", this.inputId = `tc-input-chip-${Math.random().toString(36).slice(2)}`, this.isFocused = !1;
|
|
13
15
|
}
|
|
@@ -95,9 +97,11 @@ let e = class extends h {
|
|
|
95
97
|
};
|
|
96
98
|
e.styles = [
|
|
97
99
|
f,
|
|
98
|
-
|
|
100
|
+
h`
|
|
99
101
|
:host {
|
|
100
102
|
display: block;
|
|
103
|
+
width: 100%;
|
|
104
|
+
min-width: 0;
|
|
101
105
|
}
|
|
102
106
|
|
|
103
107
|
.field-group {
|
|
@@ -125,7 +129,7 @@ e.styles = [
|
|
|
125
129
|
|
|
126
130
|
.input-container:focus-within {
|
|
127
131
|
border-color: var(--accent-primary);
|
|
128
|
-
box-shadow: 0 0 0
|
|
132
|
+
box-shadow: 0 0 0 var(--shadow-focus-ring-width) var(--alpha-primary10);
|
|
129
133
|
}
|
|
130
134
|
|
|
131
135
|
.input-container.has-error {
|
|
@@ -134,7 +138,7 @@ e.styles = [
|
|
|
134
138
|
}
|
|
135
139
|
|
|
136
140
|
.input-container.has-error:focus-within {
|
|
137
|
-
box-shadow: 0 0 0
|
|
141
|
+
box-shadow: 0 0 0 var(--shadow-focus-ring-width) var(--error-border);
|
|
138
142
|
}
|
|
139
143
|
|
|
140
144
|
.input {
|
|
@@ -184,7 +188,7 @@ e.styles = [
|
|
|
184
188
|
@keyframes slideDown {
|
|
185
189
|
from {
|
|
186
190
|
opacity: 0;
|
|
187
|
-
transform: translateY(-
|
|
191
|
+
transform: translateY(calc(-1 * var(--offset-slide-up-sm)));
|
|
188
192
|
}
|
|
189
193
|
to {
|
|
190
194
|
opacity: 1;
|
|
@@ -235,7 +239,7 @@ r([
|
|
|
235
239
|
u()
|
|
236
240
|
], e.prototype, "isFocused", 2);
|
|
237
241
|
e = r([
|
|
238
|
-
|
|
242
|
+
b("tc-input-with-chip")
|
|
239
243
|
], e);
|
|
240
244
|
export {
|
|
241
245
|
e as TcInputWithChip
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tc-input.d.ts","sourceRoot":"","sources":["../../src/primitives/tc-input.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAE,MAAM,KAAK,CAAC;AAM5C;;;;;;;;;;;;;GAaG;AACH,qBACa,OAAQ,SAAQ,UAAU;IACT,KAAK,SAAM;IACX,IAAI,SAAU;IACd,WAAW,SAAM;IACjB,KAAK,SAAM;IACX,KAAK,SAAM;IACV,QAAQ,UAAS;IACjB,QAAQ,UAAS;IAClB,IAAI,SAAM;IACV,YAAY,SAAM;IAClB,SAAS,SAAM;IACf,SAAS,SAAK;IACd,EAAE,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC,CAAM;IAE5D,OAAO,CAAC,OAAO,CAAqD;IACpE,OAAO,CAAC,SAAS,CAAS;IAEnC,OAAgB,MAAM,
|
|
1
|
+
{"version":3,"file":"tc-input.d.ts","sourceRoot":"","sources":["../../src/primitives/tc-input.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAE,MAAM,KAAK,CAAC;AAM5C;;;;;;;;;;;;;GAaG;AACH,qBACa,OAAQ,SAAQ,UAAU;IACT,KAAK,SAAM;IACX,IAAI,SAAU;IACd,WAAW,SAAM;IACjB,KAAK,SAAM;IACX,KAAK,SAAM;IACV,QAAQ,UAAS;IACjB,QAAQ,UAAS;IAClB,IAAI,SAAM;IACV,YAAY,SAAM;IAClB,SAAS,SAAM;IACf,SAAS,SAAK;IACd,EAAE,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC,CAAM;IAE5D,OAAO,CAAC,OAAO,CAAqD;IACpE,OAAO,CAAC,SAAS,CAAS;IAEnC,OAAgB,MAAM,4BA6GpB;IAEO,MAAM;IA+Df,OAAO,CAAC,WAAW;IAanB,OAAO,CAAC,WAAW;IAInB,OAAO,CAAC,UAAU;IAalB,OAAO,CAAC,aAAa;IAUrB,OAAO,CAAC,WAAW;IAUnB,KAAK;CAIN;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,UAAU,EAAE,OAAO,CAAC;KACrB;CACF"}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { css as c, LitElement as m, html as d } from "lit";
|
|
2
2
|
import { property as i, state as h, customElement as b } from "lit/decorators.js";
|
|
3
3
|
import { classMap as u } from "lit/directives/class-map.js";
|
|
4
|
-
import { styleMap as
|
|
5
|
-
import { sharedStyles as
|
|
4
|
+
import { styleMap as v } from "lit/directives/style-map.js";
|
|
5
|
+
import { sharedStyles as y } from "../styles/shared.js";
|
|
6
6
|
var f = Object.defineProperty, g = Object.getOwnPropertyDescriptor, r = (e, o, n, a) => {
|
|
7
7
|
for (var s = a > 1 ? void 0 : a ? g(o, n) : o, l = e.length - 1, p; l >= 0; l--)
|
|
8
8
|
(p = e[l]) && (s = (a ? p(o, n, s) : p(s)) || s);
|
|
9
9
|
return a && s && f(o, n, s), s;
|
|
10
10
|
};
|
|
11
|
-
let t = class extends
|
|
11
|
+
let t = class extends m {
|
|
12
12
|
constructor() {
|
|
13
13
|
super(...arguments), this.label = "", this.type = "text", this.placeholder = "", this.value = "", this.error = "", this.disabled = !1, this.required = !1, this.name = "", this.autocomplete = "", this.inputmode = "", this.maxlength = 0, this.sx = {}, this.inputId = `tc-input-${Math.random().toString(36).slice(2)}`, this.isFocused = !1;
|
|
14
14
|
}
|
|
@@ -44,7 +44,7 @@ let t = class extends c {
|
|
|
44
44
|
maxlength=${this.maxlength || ""}
|
|
45
45
|
aria-invalid=${e ? "true" : "false"}
|
|
46
46
|
aria-describedby=${e ? `${this.inputId}-error` : ""}
|
|
47
|
-
style=${
|
|
47
|
+
style=${v(this.sx)}
|
|
48
48
|
@input=${this.handleInput}
|
|
49
49
|
@focus=${this.handleFocus}
|
|
50
50
|
@blur=${this.handleBlur}
|
|
@@ -105,10 +105,12 @@ let t = class extends c {
|
|
|
105
105
|
}
|
|
106
106
|
};
|
|
107
107
|
t.styles = [
|
|
108
|
-
|
|
109
|
-
|
|
108
|
+
y,
|
|
109
|
+
c`
|
|
110
110
|
:host {
|
|
111
111
|
display: block;
|
|
112
|
+
width: 100%;
|
|
113
|
+
min-width: 0;
|
|
112
114
|
}
|
|
113
115
|
|
|
114
116
|
/* Extend design-tokens .field-group */
|
|
@@ -171,7 +173,7 @@ t.styles = [
|
|
|
171
173
|
|
|
172
174
|
.input.has-error:focus {
|
|
173
175
|
border-color: var(--error-base);
|
|
174
|
-
box-shadow: 0 0 0
|
|
176
|
+
box-shadow: 0 0 0 var(--shadow-focus-ring-width) var(--error-border);
|
|
175
177
|
}
|
|
176
178
|
|
|
177
179
|
.input-wrapper.has-error .ink-line {
|
|
@@ -192,7 +194,7 @@ t.styles = [
|
|
|
192
194
|
@keyframes slideDown {
|
|
193
195
|
from {
|
|
194
196
|
opacity: 0;
|
|
195
|
-
transform: translateY(-
|
|
197
|
+
transform: translateY(calc(-1 * var(--offset-slide-up-sm)));
|
|
196
198
|
}
|
|
197
199
|
to {
|
|
198
200
|
opacity: 1;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tc-item-button.d.ts","sourceRoot":"","sources":["../../src/primitives/tc-item-button.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAE,MAAM,KAAK,CAAC;AAI5C;;;;;;;;;;;;GAYG;AACH,qBACa,YAAa,SAAQ,UAAU;IACd,GAAG,SAAqB;IACxB,OAAO,SAAqB;IAC3B,QAAQ,UAAS;IACQ,SAAS,UAAQ;IAC3C,EAAE,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC,CAAM;IAErE,OAAgB,MAAM,
|
|
1
|
+
{"version":3,"file":"tc-item-button.d.ts","sourceRoot":"","sources":["../../src/primitives/tc-item-button.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAE,MAAM,KAAK,CAAC;AAI5C;;;;;;;;;;;;GAYG;AACH,qBACa,YAAa,SAAQ,UAAU;IACd,GAAG,SAAqB;IACxB,OAAO,SAAqB;IAC3B,QAAQ,UAAS;IACQ,SAAS,UAAQ;IAC3C,EAAE,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC,CAAM;IAErE,OAAgB,MAAM,0BAsFpB;IAEF,OAAO,CAAC,WAAW;IAWV,MAAM;CA6ChB;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,gBAAgB,EAAE,YAAY,CAAC;KAChC;CACF"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { property as
|
|
1
|
+
import { css as c, LitElement as f, html as d } from "lit";
|
|
2
|
+
import { property as i, customElement as u } from "lit/decorators.js";
|
|
3
3
|
import { styleMap as h } from "lit/directives/style-map.js";
|
|
4
|
-
var
|
|
5
|
-
for (var e = n > 1 ? void 0 : n ?
|
|
6
|
-
(p =
|
|
7
|
-
return n && e &&
|
|
4
|
+
var b = Object.defineProperty, m = Object.getOwnPropertyDescriptor, r = (o, s, a, n) => {
|
|
5
|
+
for (var e = n > 1 ? void 0 : n ? m(s, a) : s, l = o.length - 1, p; l >= 0; l--)
|
|
6
|
+
(p = o[l]) && (e = (n ? p(s, a, e) : p(e)) || e);
|
|
7
|
+
return n && e && b(s, a, e), e;
|
|
8
8
|
};
|
|
9
|
-
let t = class extends
|
|
9
|
+
let t = class extends f {
|
|
10
10
|
constructor() {
|
|
11
11
|
super(...arguments), this.gap = "var(--space-md)", this.padding = "var(--space-md)", this.disabled = !1, this.showArrow = !0, this.sx = {};
|
|
12
12
|
}
|
|
@@ -19,7 +19,7 @@ let t = class extends c {
|
|
|
19
19
|
);
|
|
20
20
|
}
|
|
21
21
|
render() {
|
|
22
|
-
const
|
|
22
|
+
const o = {
|
|
23
23
|
"--item-padding": this.padding,
|
|
24
24
|
"--item-gap": this.gap,
|
|
25
25
|
...this.sx
|
|
@@ -29,7 +29,7 @@ let t = class extends c {
|
|
|
29
29
|
part="button"
|
|
30
30
|
class="button"
|
|
31
31
|
?disabled=${this.disabled}
|
|
32
|
-
style=${h(
|
|
32
|
+
style=${h(o)}
|
|
33
33
|
@click=${this.handleClick}
|
|
34
34
|
>
|
|
35
35
|
<div part="prefix" class="prefix">
|
|
@@ -59,10 +59,11 @@ let t = class extends c {
|
|
|
59
59
|
`;
|
|
60
60
|
}
|
|
61
61
|
};
|
|
62
|
-
t.styles =
|
|
62
|
+
t.styles = c`
|
|
63
63
|
:host {
|
|
64
64
|
display: block;
|
|
65
65
|
width: 100%;
|
|
66
|
+
min-width: 0;
|
|
66
67
|
}
|
|
67
68
|
|
|
68
69
|
.button {
|
|
@@ -123,8 +124,8 @@ t.styles = f`
|
|
|
123
124
|
|
|
124
125
|
.arrow {
|
|
125
126
|
flex-shrink: 0;
|
|
126
|
-
width:
|
|
127
|
-
height:
|
|
127
|
+
width: var(--size-icon-action);
|
|
128
|
+
height: var(--size-icon-action);
|
|
128
129
|
color: var(--ink-light);
|
|
129
130
|
transition: var(--transition-fast);
|
|
130
131
|
}
|
|
@@ -146,19 +147,19 @@ t.styles = f`
|
|
|
146
147
|
}
|
|
147
148
|
`;
|
|
148
149
|
r([
|
|
149
|
-
|
|
150
|
+
i({ type: String })
|
|
150
151
|
], t.prototype, "gap", 2);
|
|
151
152
|
r([
|
|
152
|
-
|
|
153
|
+
i({ type: String })
|
|
153
154
|
], t.prototype, "padding", 2);
|
|
154
155
|
r([
|
|
155
|
-
|
|
156
|
+
i({ type: Boolean })
|
|
156
157
|
], t.prototype, "disabled", 2);
|
|
157
158
|
r([
|
|
158
|
-
|
|
159
|
+
i({ type: Boolean, attribute: "show-arrow" })
|
|
159
160
|
], t.prototype, "showArrow", 2);
|
|
160
161
|
r([
|
|
161
|
-
|
|
162
|
+
i({ type: Object })
|
|
162
163
|
], t.prototype, "sx", 2);
|
|
163
164
|
t = r([
|
|
164
165
|
u("tc-item-button")
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tc-item.d.ts","sourceRoot":"","sources":["../../src/primitives/tc-item.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAE,MAAM,KAAK,CAAC;AAI5C;;;;;;;;;;GAUG;AACH,qBACa,MAAO,SAAQ,UAAU;IACR,GAAG,SAAqB;IACxB,OAAO,SAAqB;IAC5B,EAAE,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC,CAAM;IAErE,OAAgB,MAAM,
|
|
1
|
+
{"version":3,"file":"tc-item.d.ts","sourceRoot":"","sources":["../../src/primitives/tc-item.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAE,MAAM,KAAK,CAAC;AAI5C;;;;;;;;;;GAUG;AACH,qBACa,MAAO,SAAQ,UAAU;IACR,GAAG,SAAqB;IACxB,OAAO,SAAqB;IAC5B,EAAE,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC,CAAM;IAErE,OAAgB,MAAM,0BA6CpB;IAEO,MAAM;CAqBhB;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,SAAS,EAAE,MAAM,CAAC;KACnB;CACF"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { property as
|
|
1
|
+
import { css as l, LitElement as f, html as m } from "lit";
|
|
2
|
+
import { property as d, customElement as c } from "lit/decorators.js";
|
|
3
3
|
import { styleMap as v } from "lit/directives/style-map.js";
|
|
4
|
-
var x = Object.defineProperty, y = Object.getOwnPropertyDescriptor, a = (i, s,
|
|
5
|
-
for (var t = r > 1 ? void 0 : r ? y(s,
|
|
6
|
-
(o = i[
|
|
7
|
-
return r && t && x(s,
|
|
4
|
+
var x = Object.defineProperty, y = Object.getOwnPropertyDescriptor, a = (i, s, n, r) => {
|
|
5
|
+
for (var t = r > 1 ? void 0 : r ? y(s, n) : s, p = i.length - 1, o; p >= 0; p--)
|
|
6
|
+
(o = i[p]) && (t = (r ? o(s, n, t) : o(t)) || t);
|
|
7
|
+
return r && t && x(s, n, t), t;
|
|
8
8
|
};
|
|
9
|
-
let e = class extends
|
|
9
|
+
let e = class extends f {
|
|
10
10
|
constructor() {
|
|
11
11
|
super(...arguments), this.gap = "var(--space-md)", this.padding = "var(--space-md)", this.sx = {};
|
|
12
12
|
}
|
|
@@ -16,7 +16,7 @@ let e = class extends d {
|
|
|
16
16
|
"--item-gap": this.gap,
|
|
17
17
|
...this.sx
|
|
18
18
|
};
|
|
19
|
-
return
|
|
19
|
+
return m`
|
|
20
20
|
<div part="item" class="item" style=${v(i)}>
|
|
21
21
|
<div part="prefix" class="prefix">
|
|
22
22
|
<slot name="prefix"></slot>
|
|
@@ -31,10 +31,11 @@ let e = class extends d {
|
|
|
31
31
|
`;
|
|
32
32
|
}
|
|
33
33
|
};
|
|
34
|
-
e.styles =
|
|
34
|
+
e.styles = l`
|
|
35
35
|
:host {
|
|
36
36
|
display: block;
|
|
37
37
|
width: 100%;
|
|
38
|
+
min-width: 0;
|
|
38
39
|
}
|
|
39
40
|
|
|
40
41
|
.item {
|
|
@@ -77,13 +78,13 @@ e.styles = m`
|
|
|
77
78
|
}
|
|
78
79
|
`;
|
|
79
80
|
a([
|
|
80
|
-
|
|
81
|
+
d({ type: String })
|
|
81
82
|
], e.prototype, "gap", 2);
|
|
82
83
|
a([
|
|
83
|
-
|
|
84
|
+
d({ type: String })
|
|
84
85
|
], e.prototype, "padding", 2);
|
|
85
86
|
a([
|
|
86
|
-
|
|
87
|
+
d({ type: Object })
|
|
87
88
|
], e.prototype, "sx", 2);
|
|
88
89
|
e = a([
|
|
89
90
|
c("tc-item")
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tc-otp-input.d.ts","sourceRoot":"","sources":["../../src/primitives/tc-otp-input.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAE,MAAM,KAAK,CAAC;AAI5C;;;;;;;;;;GAUG;AACH,qBACa,UAAW,SAAQ,UAAU;IACZ,MAAM,SAAK;IACV,KAAK,UAAS;IACd,QAAQ,UAAS;IACW,YAAY,UAAQ;IAEpE,OAAO,CAAC,MAAM,CAAgB;IAEvC,OAAgB,MAAM,
|
|
1
|
+
{"version":3,"file":"tc-otp-input.d.ts","sourceRoot":"","sources":["../../src/primitives/tc-otp-input.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAE,MAAM,KAAK,CAAC;AAI5C;;;;;;;;;;GAUG;AACH,qBACa,UAAW,SAAQ,UAAU;IACZ,MAAM,SAAK;IACV,KAAK,UAAS;IACd,QAAQ,UAAS;IACW,YAAY,UAAQ;IAEpE,OAAO,CAAC,MAAM,CAAgB;IAEvC,OAAgB,MAAM,4BA2FpB;IAEO,iBAAiB;IAKjB,MAAM;IAoDf,OAAO,CAAC,WAAW;IAgCnB,OAAO,CAAC,aAAa;IAerB,OAAO,CAAC,WAAW;IAoCnB,OAAO,CAAC,SAAS;IASjB,kDAAkD;IAClD,KAAK;IAML,uBAAuB;IACvB,KAAK;IAKL,gCAAgC;IAChC,QAAQ,IAAI,MAAM;CAGnB;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,cAAc,EAAE,UAAU,CAAC;KAC5B;CACF"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { css as u, LitElement as p, html as h } from "lit";
|
|
2
2
|
import { property as c, state as d, customElement as v } from "lit/decorators.js";
|
|
3
3
|
import { sharedStyles as m } from "../styles/shared.js";
|
|
4
4
|
var g = Object.defineProperty, f = Object.getOwnPropertyDescriptor, n = (t, e, s, r) => {
|
|
@@ -6,7 +6,7 @@ var g = Object.defineProperty, f = Object.getOwnPropertyDescriptor, n = (t, e, s
|
|
|
6
6
|
(l = t[o]) && (a = (r ? l(e, s, a) : l(a)) || a);
|
|
7
7
|
return r && a && g(e, s, a), a;
|
|
8
8
|
};
|
|
9
|
-
let i = class extends
|
|
9
|
+
let i = class extends p {
|
|
10
10
|
constructor() {
|
|
11
11
|
super(...arguments), this.length = 6, this.error = !1, this.disabled = !1, this.showProgress = !0, this.values = [];
|
|
12
12
|
}
|
|
@@ -119,9 +119,11 @@ let i = class extends u {
|
|
|
119
119
|
};
|
|
120
120
|
i.styles = [
|
|
121
121
|
m,
|
|
122
|
-
|
|
122
|
+
u`
|
|
123
123
|
:host {
|
|
124
124
|
display: block;
|
|
125
|
+
width: 100%;
|
|
126
|
+
min-width: 0;
|
|
125
127
|
}
|
|
126
128
|
|
|
127
129
|
.container {
|
|
@@ -177,7 +179,7 @@ i.styles = [
|
|
|
177
179
|
/* Progress bar */
|
|
178
180
|
.progress {
|
|
179
181
|
width: 100%;
|
|
180
|
-
max-width:
|
|
182
|
+
max-width: var(--size-progress-bar-width);
|
|
181
183
|
height: var(--size-border-width-heavy);
|
|
182
184
|
background: var(--paper-warm);
|
|
183
185
|
border-radius: var(--radius-full);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tc-page-decoration.d.ts","sourceRoot":"","sources":["../../src/primitives/tc-page-decoration.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAE,MAAM,KAAK,CAAC;AAI5C;;;;;;GAMG;AACH,qBACa,gBAAiB,SAAQ,UAAU;IAClB,OAAO,EAAE,SAAS,GAAG,SAAS,GAAG,OAAO,CACxD;IAEZ,OAAgB,MAAM,4BA8FpB;IAEO,MAAM;CAShB;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,oBAAoB,EAAE,gBAAgB,CAAC;KACxC;CACF"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { css as b, LitElement as c, html as d } from "lit";
|
|
2
2
|
import { property as m, customElement as p } from "lit/decorators.js";
|
|
3
3
|
import { sharedStyles as v } from "../styles/shared.js";
|
|
4
4
|
var u = Object.defineProperty, f = Object.getOwnPropertyDescriptor, l = (s, e, o, t) => {
|
|
@@ -11,7 +11,7 @@ let a = class extends c {
|
|
|
11
11
|
super(...arguments), this.variant = "primary";
|
|
12
12
|
}
|
|
13
13
|
render() {
|
|
14
|
-
return
|
|
14
|
+
return d`
|
|
15
15
|
<div part="decoration" class="decoration">
|
|
16
16
|
<div part="blob" class="blob blob-1"></div>
|
|
17
17
|
<div part="blob" class="blob blob-2"></div>
|
|
@@ -22,12 +22,12 @@ let a = class extends c {
|
|
|
22
22
|
};
|
|
23
23
|
a.styles = [
|
|
24
24
|
v,
|
|
25
|
-
|
|
25
|
+
b`
|
|
26
26
|
:host {
|
|
27
|
-
position:
|
|
27
|
+
position: absolute;
|
|
28
28
|
inset: 0;
|
|
29
|
-
pointer-events: none;
|
|
30
29
|
z-index: 0;
|
|
30
|
+
pointer-events: none;
|
|
31
31
|
overflow: hidden;
|
|
32
32
|
}
|
|
33
33
|
|
|
@@ -38,7 +38,7 @@ a.styles = [
|
|
|
38
38
|
|
|
39
39
|
.blob {
|
|
40
40
|
position: absolute;
|
|
41
|
-
border-radius:
|
|
41
|
+
border-radius: var(--radius-full);
|
|
42
42
|
opacity: 0.35;
|
|
43
43
|
filter: blur(0.0625rem);
|
|
44
44
|
}
|
|
@@ -87,8 +87,8 @@ a.styles = [
|
|
|
87
87
|
}
|
|
88
88
|
|
|
89
89
|
.blob-3 {
|
|
90
|
-
width:
|
|
91
|
-
height:
|
|
90
|
+
width: var(--size-decoration-blob);
|
|
91
|
+
height: var(--size-decoration-blob);
|
|
92
92
|
bottom: -8rem;
|
|
93
93
|
left: 20%;
|
|
94
94
|
animation: decorFloat 14s ease-in-out infinite 2s;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tc-section.d.ts","sourceRoot":"","sources":["../../src/primitives/tc-section.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAE,MAAM,KAAK,CAAC;AAI5C;;;;;GAKG;AACH,qBACa,SAAU,SAAQ,UAAU;IACX,GAAG,SAAqB;IACxB,EAAE,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC,CAAM;IAErE,OAAgB,MAAM,
|
|
1
|
+
{"version":3,"file":"tc-section.d.ts","sourceRoot":"","sources":["../../src/primitives/tc-section.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAE,MAAM,KAAK,CAAC;AAI5C;;;;;GAKG;AACH,qBACa,SAAU,SAAQ,UAAU;IACX,GAAG,SAAqB;IACxB,EAAE,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC,CAAM;IAErE,OAAgB,MAAM,0BAapB;IAEO,MAAM;CAYhB;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,YAAY,EAAE,SAAS,CAAC;KACzB;CACF"}
|