@incodetech/web 2.0.0-alpha.5 → 2.0.0-alpha.7
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/base.css +230 -0
- package/dist/email/email.es.js +10 -10
- package/dist/flow/flow.es.js +537 -7
- package/dist/flow/styles.css +419 -189
- package/dist/incodeModule-Dv8Qllrv.js +254 -0
- package/dist/index.es.js +4 -99
- package/dist/{title-ng7q7YDh.js → instance-B-q0ZREN.js} +194 -215
- package/dist/{otpInput-BUrV4IAF.js → otpInput-BtoZe0Wz.js} +1 -1
- package/dist/{incodeModule-DFQUQvfY.js → page-CSoG4tGT.js} +50 -59
- package/dist/phone/phone.es.js +11 -12
- package/dist/selfie/selfie.es.js +70 -70
- package/dist/selfie/styles.css +267 -787
- package/dist/setup-wNL83jmW.js +20 -0
- package/dist/themes/dark.css +3 -3
- package/dist/themes/light.css +3 -3
- package/dist/title-BfO5Dlzk.js +25 -0
- package/dist/types/email.d.ts +7 -1
- package/dist/types/flow.d.ts +29 -6
- package/dist/types/index.d.ts +2 -187
- package/dist/types/phone.d.ts +7 -1
- package/dist/types/selfie.d.ts +7 -1
- package/dist/types/styles.d.ts +1 -0
- package/dist/uiConfig-CQ1W9cUD.js +23 -0
- package/package.json +10 -9
- package/dist/button-DeMZ_34N.js +0 -266
- package/dist/button.css +0 -335
- package/dist/flow-ZK6OBsa3.js +0 -568
- package/dist/incodeModule.css +0 -119
- package/dist/otpInput.css +0 -167
- package/dist/successIcon.css +0 -4
- package/dist/title.css +0 -38
- package/dist/types/email/email.d.ts +0 -2
- package/dist/types/flow/flow.d.ts +0 -2
- package/dist/types/phone/phone.d.ts +0 -2
- package/dist/types/selfie/selfie.d.ts +0 -2
package/dist/button-DeMZ_34N.js
DELETED
|
@@ -1,266 +0,0 @@
|
|
|
1
|
-
import { l as m, _ as u, J as V, G as h, K as b, k as z, d as I, y as L, C as k } from "./vendor-preact-CK0WeTOR.js";
|
|
2
|
-
var x = 0;
|
|
3
|
-
function s(e, t, n, r, c, o) {
|
|
4
|
-
t || (t = {});
|
|
5
|
-
var a, i, l = t;
|
|
6
|
-
if ("ref" in l) for (i in l = {}, t) i == "ref" ? a = t[i] : l[i] = t[i];
|
|
7
|
-
var d = { type: e, props: l, key: n, ref: a, __k: null, __: null, __b: 0, __e: null, __c: null, constructor: void 0, __v: --x, __i: -1, __u: 0, __source: c, __self: o };
|
|
8
|
-
if (typeof e == "function" && (a = e.defaultProps)) for (i in a) l[i] === void 0 && (l[i] = a[i]);
|
|
9
|
-
return m.vnode && m.vnode(d), d;
|
|
10
|
-
}
|
|
11
|
-
function p() {
|
|
12
|
-
return p = Object.assign ? Object.assign.bind() : function(e) {
|
|
13
|
-
for (var t = 1; t < arguments.length; t++) {
|
|
14
|
-
var n = arguments[t];
|
|
15
|
-
for (var r in n) Object.prototype.hasOwnProperty.call(n, r) && (e[r] = n[r]);
|
|
16
|
-
}
|
|
17
|
-
return e;
|
|
18
|
-
}, p.apply(this, arguments);
|
|
19
|
-
}
|
|
20
|
-
function g(e, t) {
|
|
21
|
-
if (e == null) return {};
|
|
22
|
-
var n, r, c = {}, o = Object.keys(e);
|
|
23
|
-
for (r = 0; r < o.length; r++) t.indexOf(n = o[r]) >= 0 || (c[n] = e[n]);
|
|
24
|
-
return c;
|
|
25
|
-
}
|
|
26
|
-
var O = ["context", "children"], j = ["useFragment"];
|
|
27
|
-
function K(e, t, n, r) {
|
|
28
|
-
function c() {
|
|
29
|
-
var o, a = Reflect.construct(HTMLElement, [], c);
|
|
30
|
-
return a._vdomComponent = e, r && r.shadow ? (a._root = a.attachShadow({ mode: r.mode || "open", serializable: (o = r.serializable) != null && o }), r.adoptedStyleSheets && (a._root.adoptedStyleSheets = r.adoptedStyleSheets)) : a._root = a, a;
|
|
31
|
-
}
|
|
32
|
-
return (c.prototype = Object.create(HTMLElement.prototype)).constructor = c, c.prototype.connectedCallback = function() {
|
|
33
|
-
B.call(this, r);
|
|
34
|
-
}, c.prototype.attributeChangedCallback = E, c.prototype.disconnectedCallback = P, n = n || e.observedAttributes || Object.keys(e.propTypes || {}), c.observedAttributes = n, e.formAssociated && (c.formAssociated = !0), n.forEach(function(o) {
|
|
35
|
-
Object.defineProperty(c.prototype, o, { get: function() {
|
|
36
|
-
return this._vdom ? this._vdom.props[o] : this._props[o];
|
|
37
|
-
}, set: function(a) {
|
|
38
|
-
this._vdom ? this.attributeChangedCallback(o, null, a) : (this._props || (this._props = {}), this._props[o] = a);
|
|
39
|
-
var i = typeof a;
|
|
40
|
-
a != null && i !== "string" && i !== "boolean" && i !== "number" || this.setAttribute(o, a);
|
|
41
|
-
} });
|
|
42
|
-
}), customElements.define(t || e.tagName || e.displayName || e.name, c), c;
|
|
43
|
-
}
|
|
44
|
-
function $(e) {
|
|
45
|
-
this.getChildContext = function() {
|
|
46
|
-
return e.context;
|
|
47
|
-
};
|
|
48
|
-
var t = e.children, n = g(e, O);
|
|
49
|
-
return b(t, n);
|
|
50
|
-
}
|
|
51
|
-
function B(e) {
|
|
52
|
-
var t = new CustomEvent("_preact", { detail: {}, bubbles: !0, cancelable: !0 });
|
|
53
|
-
this.dispatchEvent(t), this._vdom = u($, p({}, this._props, { context: t.detail.context }), C(this, this._vdomComponent, e)), (this.hasAttribute("hydrate") ? V : h)(this._vdom, this._root);
|
|
54
|
-
}
|
|
55
|
-
function y(e) {
|
|
56
|
-
return e.replace(/-(\w)/g, function(t, n) {
|
|
57
|
-
return n ? n.toUpperCase() : "";
|
|
58
|
-
});
|
|
59
|
-
}
|
|
60
|
-
function E(e, t, n) {
|
|
61
|
-
if (this._vdom) {
|
|
62
|
-
var r = {};
|
|
63
|
-
r[e] = n = n ?? void 0, r[y(e)] = n, this._vdom = b(this._vdom, r), h(this._vdom, this._root);
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
function P() {
|
|
67
|
-
h(this._vdom = null, this._root);
|
|
68
|
-
}
|
|
69
|
-
function _(e, t) {
|
|
70
|
-
var n = this, r = e.useFragment, c = g(e, j);
|
|
71
|
-
return u(r ? z : "slot", p({}, c, { ref: function(o) {
|
|
72
|
-
o ? (n.ref = o, n._listener || (n._listener = function(a) {
|
|
73
|
-
a.stopPropagation(), a.detail.context = t;
|
|
74
|
-
}, o.addEventListener("_preact", n._listener))) : n.ref.removeEventListener("_preact", n._listener);
|
|
75
|
-
} }));
|
|
76
|
-
}
|
|
77
|
-
function C(e, t, n) {
|
|
78
|
-
if (e.nodeType === 3) return e.data;
|
|
79
|
-
if (e.nodeType !== 1) return null;
|
|
80
|
-
var r = [], c = {}, o = 0, a = e.attributes, i = e.childNodes;
|
|
81
|
-
for (o = a.length; o--; ) a[o].name !== "slot" && (c[a[o].name] = a[o].value, c[y(a[o].name)] = a[o].value);
|
|
82
|
-
for (o = i.length; o--; ) {
|
|
83
|
-
var l = C(i[o], null, n), d = i[o].slot;
|
|
84
|
-
d ? c[d] = u(_, { name: d }, l) : r[o] = l;
|
|
85
|
-
}
|
|
86
|
-
var S = !(!n || !n.shadow), H = t ? u(_, { useFragment: !S }, r) : r;
|
|
87
|
-
return !S && t && (e.innerHTML = ""), u(t || e.nodeName.toLowerCase(), c, H);
|
|
88
|
-
}
|
|
89
|
-
function R(e, t = {}) {
|
|
90
|
-
const { autoLoad: n = !0 } = t, [r] = I(e), [c, o] = I(
|
|
91
|
-
() => r.getState()
|
|
92
|
-
);
|
|
93
|
-
return L(() => (n && r.load && r.load(), r.subscribe(o)), [r, n]), [c, r];
|
|
94
|
-
}
|
|
95
|
-
const v = (...e) => {
|
|
96
|
-
const t = [];
|
|
97
|
-
for (const n of e)
|
|
98
|
-
if (n) {
|
|
99
|
-
if (typeof n == "string")
|
|
100
|
-
t.push(n);
|
|
101
|
-
else if (typeof n == "object")
|
|
102
|
-
for (const [r, c] of Object.entries(n))
|
|
103
|
-
c && t.push(r);
|
|
104
|
-
}
|
|
105
|
-
return t.join(" ");
|
|
106
|
-
}, T = ({
|
|
107
|
-
size: e,
|
|
108
|
-
className: t
|
|
109
|
-
}) => /* @__PURE__ */ s(
|
|
110
|
-
"svg",
|
|
111
|
-
{
|
|
112
|
-
width: e,
|
|
113
|
-
height: e,
|
|
114
|
-
viewBox: "0 0 31 31",
|
|
115
|
-
fill: "none",
|
|
116
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
117
|
-
class: v("IncodeLoadingIconPrimaryIcon", t),
|
|
118
|
-
children: [
|
|
119
|
-
/* @__PURE__ */ s("title", { children: "Spinner Inner part" }),
|
|
120
|
-
/* @__PURE__ */ s("path", { d: "M28.1614 15.2837C29.453 15.2837 30.5186 14.2304 30.3181 12.9545C30.1344 11.7862 29.8129 10.6411 29.3582 9.54344C28.6044 7.72356 27.4995 6.06997 26.1066 4.67709C24.7137 3.28421 23.0601 2.17932 21.2403 1.4255C20.1426 0.970841 18.9974 0.649265 17.8292 0.46563C16.5533 0.265073 15.5 1.33073 15.5 2.62232C15.5 3.91391 16.5601 4.93461 17.8187 5.22473C18.3748 5.35291 18.9206 5.52729 19.4503 5.74672C20.7028 6.26548 21.8407 7.02585 22.7993 7.98441C23.7578 8.94296 24.5182 10.0809 25.037 11.3333C25.2564 11.8631 25.4308 12.4089 25.559 12.965C25.8491 14.2236 26.8698 15.2837 28.1614 15.2837Z" })
|
|
121
|
-
]
|
|
122
|
-
}
|
|
123
|
-
), M = ({
|
|
124
|
-
size: e,
|
|
125
|
-
className: t
|
|
126
|
-
}) => /* @__PURE__ */ s(
|
|
127
|
-
"svg",
|
|
128
|
-
{
|
|
129
|
-
width: e,
|
|
130
|
-
height: e,
|
|
131
|
-
viewBox: "0 0 31 31",
|
|
132
|
-
fill: "none",
|
|
133
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
134
|
-
class: v("IncodeLoadingIconSecondaryIcon", t),
|
|
135
|
-
children: [
|
|
136
|
-
/* @__PURE__ */ s("title", { children: "Spinner Outer part" }),
|
|
137
|
-
/* @__PURE__ */ s("path", { d: "M30.5 15.2837C30.5 23.568 23.7843 30.2837 15.5 30.2837C7.21573 30.2837 0.5 23.568 0.5 15.2837C0.5 6.99942 7.21573 0.283691 15.5 0.283691C23.7843 0.283691 30.5 6.99942 30.5 15.2837ZM5.17725 15.2837C5.17725 20.9848 9.7989 25.6064 15.5 25.6064C21.2011 25.6064 25.8227 20.9848 25.8227 15.2837C25.8227 9.5826 21.2011 4.96095 15.5 4.96095C9.7989 4.96095 5.17725 9.5826 5.17725 15.2837Z" })
|
|
138
|
-
]
|
|
139
|
-
}
|
|
140
|
-
), A = ({
|
|
141
|
-
size: e = 30,
|
|
142
|
-
secondaryClass: t,
|
|
143
|
-
primaryClass: n
|
|
144
|
-
}) => /* @__PURE__ */ s("div", { class: "IncodeLoadingIcon", children: [
|
|
145
|
-
/* @__PURE__ */ s(M, { size: e, className: t }),
|
|
146
|
-
/* @__PURE__ */ s("div", { class: "IncodeLoadingIconPrimary", children: /* @__PURE__ */ s(T, { size: e, className: n }) })
|
|
147
|
-
] }), N = /* @__PURE__ */ new Set([
|
|
148
|
-
0,
|
|
149
|
-
2,
|
|
150
|
-
4,
|
|
151
|
-
8,
|
|
152
|
-
12,
|
|
153
|
-
16,
|
|
154
|
-
20,
|
|
155
|
-
24,
|
|
156
|
-
32,
|
|
157
|
-
40,
|
|
158
|
-
48,
|
|
159
|
-
64,
|
|
160
|
-
80,
|
|
161
|
-
96,
|
|
162
|
-
104,
|
|
163
|
-
120,
|
|
164
|
-
160,
|
|
165
|
-
200
|
|
166
|
-
]), F = (e, t) => t === "horizontal" ? {
|
|
167
|
-
0: "IncodeSpacerHorizontal0",
|
|
168
|
-
2: "IncodeSpacerHorizontal2",
|
|
169
|
-
4: "IncodeSpacerHorizontal4",
|
|
170
|
-
8: "IncodeSpacerHorizontal8",
|
|
171
|
-
12: "IncodeSpacerHorizontal12",
|
|
172
|
-
16: "IncodeSpacerHorizontal16",
|
|
173
|
-
20: "IncodeSpacerHorizontal20",
|
|
174
|
-
24: "IncodeSpacerHorizontal24",
|
|
175
|
-
32: "IncodeSpacerHorizontal32",
|
|
176
|
-
40: "IncodeSpacerHorizontal40",
|
|
177
|
-
48: "IncodeSpacerHorizontal48",
|
|
178
|
-
64: "IncodeSpacerHorizontal64",
|
|
179
|
-
80: "IncodeSpacerHorizontal80",
|
|
180
|
-
96: "IncodeSpacerHorizontal96",
|
|
181
|
-
104: "IncodeSpacerHorizontal104",
|
|
182
|
-
120: "IncodeSpacerHorizontal120",
|
|
183
|
-
160: "IncodeSpacerHorizontal160",
|
|
184
|
-
200: "IncodeSpacerHorizontal200"
|
|
185
|
-
}[e] : {
|
|
186
|
-
0: "IncodeSpacerVertical0",
|
|
187
|
-
2: "IncodeSpacerVertical2",
|
|
188
|
-
4: "IncodeSpacerVertical4",
|
|
189
|
-
8: "IncodeSpacerVertical8",
|
|
190
|
-
12: "IncodeSpacerVertical12",
|
|
191
|
-
16: "IncodeSpacerVertical16",
|
|
192
|
-
20: "IncodeSpacerVertical20",
|
|
193
|
-
24: "IncodeSpacerVertical24",
|
|
194
|
-
32: "IncodeSpacerVertical32",
|
|
195
|
-
40: "IncodeSpacerVertical40",
|
|
196
|
-
48: "IncodeSpacerVertical48",
|
|
197
|
-
64: "IncodeSpacerVertical64",
|
|
198
|
-
80: "IncodeSpacerVertical80",
|
|
199
|
-
96: "IncodeSpacerVertical96",
|
|
200
|
-
104: "IncodeSpacerVertical104",
|
|
201
|
-
120: "IncodeSpacerVertical120",
|
|
202
|
-
160: "IncodeSpacerVertical160",
|
|
203
|
-
200: "IncodeSpacerVertical200"
|
|
204
|
-
}[e], q = ({
|
|
205
|
-
size: e,
|
|
206
|
-
className: t,
|
|
207
|
-
direction: n = "vertical"
|
|
208
|
-
}) => e === void 0 ? /* @__PURE__ */ s("div", { class: `IncodeSpacerFlex ${t || ""}` }) : (n === "horizontal" ? "w" : n === "vertical" ? "h" : void 0) ? typeof e == "number" && N.has(e) ? /* @__PURE__ */ s("div", { class: `${F(e, n)} ${t || ""}` }) : /* @__PURE__ */ s("div", { class: `${t || ""}` }) : /* @__PURE__ */ s("div", { class: `${t || ""}` });
|
|
209
|
-
let w = {};
|
|
210
|
-
const f = /* @__PURE__ */ new Set();
|
|
211
|
-
function U(e) {
|
|
212
|
-
return f.add(e), () => {
|
|
213
|
-
f.delete(e);
|
|
214
|
-
};
|
|
215
|
-
}
|
|
216
|
-
function Z() {
|
|
217
|
-
return w;
|
|
218
|
-
}
|
|
219
|
-
function D(e) {
|
|
220
|
-
w = e;
|
|
221
|
-
for (const t of f)
|
|
222
|
-
t();
|
|
223
|
-
}
|
|
224
|
-
function Q() {
|
|
225
|
-
return k(U, Z);
|
|
226
|
-
}
|
|
227
|
-
const G = {
|
|
228
|
-
primary: "IncodeButtonPrimary",
|
|
229
|
-
link: "IncodeButtonLink"
|
|
230
|
-
}, W = (e) => {
|
|
231
|
-
const {
|
|
232
|
-
isLoading: t = !1,
|
|
233
|
-
variant: n = "primary",
|
|
234
|
-
class: r,
|
|
235
|
-
type: c = "button",
|
|
236
|
-
children: o,
|
|
237
|
-
disabled: a,
|
|
238
|
-
...i
|
|
239
|
-
} = e;
|
|
240
|
-
return /* @__PURE__ */ s(
|
|
241
|
-
"button",
|
|
242
|
-
{
|
|
243
|
-
...i,
|
|
244
|
-
class: v(
|
|
245
|
-
"IncodeButton",
|
|
246
|
-
t ? "IncodeButtonLoading" : "",
|
|
247
|
-
G[n],
|
|
248
|
-
r
|
|
249
|
-
),
|
|
250
|
-
disabled: a || t,
|
|
251
|
-
type: c,
|
|
252
|
-
children: t ? /* @__PURE__ */ s(A, { size: 30 }) : o
|
|
253
|
-
}
|
|
254
|
-
);
|
|
255
|
-
};
|
|
256
|
-
export {
|
|
257
|
-
W as B,
|
|
258
|
-
A as L,
|
|
259
|
-
q as S,
|
|
260
|
-
R as a,
|
|
261
|
-
v as b,
|
|
262
|
-
K as c,
|
|
263
|
-
Q as d,
|
|
264
|
-
D as s,
|
|
265
|
-
s as u
|
|
266
|
-
};
|
package/dist/button.css
DELETED
|
@@ -1,335 +0,0 @@
|
|
|
1
|
-
/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
|
|
2
|
-
.IncodeLoadingIcon {
|
|
3
|
-
animation: var(--animate-spin, spin 1s linear infinite);
|
|
4
|
-
display: inline-block;
|
|
5
|
-
position: relative;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
.IncodeLoadingIconPrimary, .IncodeLoadingIconSecondary {
|
|
9
|
-
inset: var(--spacing-0, var(--spacing-none, 0px));
|
|
10
|
-
justify-content: center;
|
|
11
|
-
align-items: center;
|
|
12
|
-
display: flex;
|
|
13
|
-
position: absolute;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
.IncodeLoadingIconPrimaryIcon {
|
|
17
|
-
fill: var(--color-spinner-surface-primary, var(--spinner-surface-primary));
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
.IncodeLoadingIconSecondaryIcon {
|
|
21
|
-
fill: var(--color-spinner-surface-secondary, var(--spinner-surface-secondary));
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
.IncodeCaptureUploadingIconContainer {
|
|
25
|
-
justify-content: center;
|
|
26
|
-
align-items: center;
|
|
27
|
-
display: flex;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
@keyframes spin {
|
|
31
|
-
to {
|
|
32
|
-
transform: rotate(360deg);
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
|
|
36
|
-
.IncodeSpacerFlex {
|
|
37
|
-
flex: 1;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
.IncodeSpacerVertical0 {
|
|
41
|
-
height: var(--spacing-0, var(--spacing-none, 0px));
|
|
42
|
-
width: 100%;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
.IncodeSpacerVertical2 {
|
|
46
|
-
height: var(--spacing-2, var(--spacing-2, 2px));
|
|
47
|
-
width: 100%;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
.IncodeSpacerVertical4 {
|
|
51
|
-
height: var(--spacing-4, var(--spacing-4, 4px));
|
|
52
|
-
width: 100%;
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
.IncodeSpacerVertical8 {
|
|
56
|
-
height: var(--spacing-8, var(--spacing-8, 8px));
|
|
57
|
-
width: 100%;
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
.IncodeSpacerVertical12 {
|
|
61
|
-
height: var(--spacing-12, var(--spacing-12, 12px));
|
|
62
|
-
width: 100%;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
.IncodeSpacerVertical16 {
|
|
66
|
-
height: var(--spacing-16, var(--spacing-16, 16px));
|
|
67
|
-
width: 100%;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
.IncodeSpacerVertical20 {
|
|
71
|
-
height: var(--spacing-20, var(--spacing-20, 20px));
|
|
72
|
-
width: 100%;
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
.IncodeSpacerVertical24 {
|
|
76
|
-
height: var(--spacing-24, var(--spacing-24, 24px));
|
|
77
|
-
width: 100%;
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
.IncodeSpacerVertical32 {
|
|
81
|
-
height: var(--spacing-32, var(--spacing-32, 32px));
|
|
82
|
-
width: 100%;
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
.IncodeSpacerVertical40 {
|
|
86
|
-
height: var(--spacing-40, var(--spacing-40, 40px));
|
|
87
|
-
width: 100%;
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
.IncodeSpacerVertical48 {
|
|
91
|
-
height: var(--spacing-48, var(--spacing-48, 48px));
|
|
92
|
-
width: 100%;
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
.IncodeSpacerVertical64 {
|
|
96
|
-
height: var(--spacing-64, var(--spacing-64, 64px));
|
|
97
|
-
width: 100%;
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
.IncodeSpacerVertical80 {
|
|
101
|
-
height: var(--spacing-80, var(--spacing-80, 80px));
|
|
102
|
-
width: 100%;
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
.IncodeSpacerVertical96 {
|
|
106
|
-
height: var(--spacing-96, var(--spacing-96, 96px));
|
|
107
|
-
width: 100%;
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
.IncodeSpacerVertical104 {
|
|
111
|
-
height: var(--spacing-104, var(--spacing-104, 104px));
|
|
112
|
-
width: 100%;
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
.IncodeSpacerVertical120 {
|
|
116
|
-
height: var(--spacing-120, var(--spacing-120, 120px));
|
|
117
|
-
width: 100%;
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
.IncodeSpacerVertical160 {
|
|
121
|
-
height: var(--spacing-160, var(--spacing-160, 160px));
|
|
122
|
-
width: 100%;
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
.IncodeSpacerVertical200 {
|
|
126
|
-
height: var(--spacing-200, var(--spacing-200, 200px));
|
|
127
|
-
width: 100%;
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
.IncodeSpacerHorizontal0 {
|
|
131
|
-
height: 100%;
|
|
132
|
-
width: var(--spacing-0, var(--spacing-none, 0px));
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
.IncodeSpacerHorizontal2 {
|
|
136
|
-
height: 100%;
|
|
137
|
-
width: var(--spacing-2, var(--spacing-2, 2px));
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
.IncodeSpacerHorizontal4 {
|
|
141
|
-
height: 100%;
|
|
142
|
-
width: var(--spacing-4, var(--spacing-4, 4px));
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
.IncodeSpacerHorizontal8 {
|
|
146
|
-
height: 100%;
|
|
147
|
-
width: var(--spacing-8, var(--spacing-8, 8px));
|
|
148
|
-
}
|
|
149
|
-
|
|
150
|
-
.IncodeSpacerHorizontal12 {
|
|
151
|
-
height: 100%;
|
|
152
|
-
width: var(--spacing-12, var(--spacing-12, 12px));
|
|
153
|
-
}
|
|
154
|
-
|
|
155
|
-
.IncodeSpacerHorizontal16 {
|
|
156
|
-
height: 100%;
|
|
157
|
-
width: var(--spacing-16, var(--spacing-16, 16px));
|
|
158
|
-
}
|
|
159
|
-
|
|
160
|
-
.IncodeSpacerHorizontal20 {
|
|
161
|
-
height: 100%;
|
|
162
|
-
width: var(--spacing-20, var(--spacing-20, 20px));
|
|
163
|
-
}
|
|
164
|
-
|
|
165
|
-
.IncodeSpacerHorizontal24 {
|
|
166
|
-
height: 100%;
|
|
167
|
-
width: var(--spacing-24, var(--spacing-24, 24px));
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
.IncodeSpacerHorizontal32 {
|
|
171
|
-
height: 100%;
|
|
172
|
-
width: var(--spacing-32, var(--spacing-32, 32px));
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
.IncodeSpacerHorizontal40 {
|
|
176
|
-
height: 100%;
|
|
177
|
-
width: var(--spacing-40, var(--spacing-40, 40px));
|
|
178
|
-
}
|
|
179
|
-
|
|
180
|
-
.IncodeSpacerHorizontal48 {
|
|
181
|
-
height: 100%;
|
|
182
|
-
width: var(--spacing-48, var(--spacing-48, 48px));
|
|
183
|
-
}
|
|
184
|
-
|
|
185
|
-
.IncodeSpacerHorizontal64 {
|
|
186
|
-
height: 100%;
|
|
187
|
-
width: var(--spacing-64, var(--spacing-64, 64px));
|
|
188
|
-
}
|
|
189
|
-
|
|
190
|
-
.IncodeSpacerHorizontal80 {
|
|
191
|
-
height: 100%;
|
|
192
|
-
width: var(--spacing-80, var(--spacing-80, 80px));
|
|
193
|
-
}
|
|
194
|
-
|
|
195
|
-
.IncodeSpacerHorizontal96 {
|
|
196
|
-
height: 100%;
|
|
197
|
-
width: var(--spacing-96, var(--spacing-96, 96px));
|
|
198
|
-
}
|
|
199
|
-
|
|
200
|
-
.IncodeSpacerHorizontal104 {
|
|
201
|
-
height: 100%;
|
|
202
|
-
width: var(--spacing-104, var(--spacing-104, 104px));
|
|
203
|
-
}
|
|
204
|
-
|
|
205
|
-
.IncodeSpacerHorizontal120 {
|
|
206
|
-
height: 100%;
|
|
207
|
-
width: var(--spacing-120, var(--spacing-120, 120px));
|
|
208
|
-
}
|
|
209
|
-
|
|
210
|
-
.IncodeSpacerHorizontal160 {
|
|
211
|
-
height: 100%;
|
|
212
|
-
width: var(--spacing-160, var(--spacing-160, 160px));
|
|
213
|
-
}
|
|
214
|
-
|
|
215
|
-
.IncodeSpacerHorizontal200 {
|
|
216
|
-
height: 100%;
|
|
217
|
-
width: var(--spacing-200, var(--spacing-200, 200px));
|
|
218
|
-
}
|
|
219
|
-
/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
|
|
220
|
-
@layer properties {
|
|
221
|
-
@supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
|
|
222
|
-
*, :before, :after, ::backdrop {
|
|
223
|
-
--tw-duration: initial;
|
|
224
|
-
--tw-font-weight: initial;
|
|
225
|
-
--tw-border-style: solid;
|
|
226
|
-
}
|
|
227
|
-
}
|
|
228
|
-
}
|
|
229
|
-
|
|
230
|
-
.IncodeButton {
|
|
231
|
-
border-radius: var(--radius-button-primary, var(--button-primary-border-radius));
|
|
232
|
-
text-align: center;
|
|
233
|
-
width: 100%;
|
|
234
|
-
max-width: 420px;
|
|
235
|
-
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
|
|
236
|
-
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(.4, 0, .2, 1)));
|
|
237
|
-
transition-duration: var(--tw-duration, var(--default-transition-duration, .15s));
|
|
238
|
-
--tw-duration: .2s;
|
|
239
|
-
margin-inline: auto;
|
|
240
|
-
transition-duration: .2s;
|
|
241
|
-
display: block;
|
|
242
|
-
}
|
|
243
|
-
|
|
244
|
-
.IncodeButton.IncodeButtonPrimary {
|
|
245
|
-
background-color: var(--color-button-primary-surface-default, var(--button-primary-surface-default));
|
|
246
|
-
color: var(--color-button-primary-text-default, var(--button-primary-text-default));
|
|
247
|
-
padding-inline: var(--spacing-32, var(--spacing-32, 32px));
|
|
248
|
-
font-size: var(--text-18, var(--primitive-typography-size-18));
|
|
249
|
-
--tw-font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
|
|
250
|
-
font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
|
|
251
|
-
border-style: var(--tw-border-style);
|
|
252
|
-
border-width: 1.5px;
|
|
253
|
-
border-color: var(--color-button-primary-border-default, var(--button-primary-border-default));
|
|
254
|
-
padding-block: 18px;
|
|
255
|
-
}
|
|
256
|
-
|
|
257
|
-
.IncodeButton.IncodeButtonPrimary:active {
|
|
258
|
-
background-color: var(--color-button-primary-surface-pressed, var(--button-primary-surface-pressed));
|
|
259
|
-
}
|
|
260
|
-
|
|
261
|
-
.IncodeButton.IncodeButtonPrimary:not(.IncodeButtonLoading):disabled {
|
|
262
|
-
background-color: var(--color-button-primary-surface-disabled, var(--button-primary-surface-disabled));
|
|
263
|
-
color: var(--color-button-primary-text-disabled, var(--button-primary-text-disabled));
|
|
264
|
-
cursor: not-allowed;
|
|
265
|
-
border-style: var(--tw-border-style);
|
|
266
|
-
border-width: 1px;
|
|
267
|
-
border-color: var(--color-button-primary-border-disabled, var(--button-primary-border-disabled));
|
|
268
|
-
}
|
|
269
|
-
|
|
270
|
-
.IncodeButton.IncodeButtonPrimary.IncodeButtonLoading {
|
|
271
|
-
min-height: 56px;
|
|
272
|
-
padding: var(--spacing-0, var(--spacing-none, 0px));
|
|
273
|
-
pointer-events: none;
|
|
274
|
-
cursor: not-allowed;
|
|
275
|
-
justify-content: center;
|
|
276
|
-
align-items: center;
|
|
277
|
-
display: flex;
|
|
278
|
-
}
|
|
279
|
-
|
|
280
|
-
.IncodeButton.IncodeButtonPrimary.IncodeButtonLoading .IncodeLoadingIconPrimaryIcon {
|
|
281
|
-
fill: var(--button-primary-text-default);
|
|
282
|
-
}
|
|
283
|
-
|
|
284
|
-
.IncodeButton.IncodeButtonPrimary.IncodeButtonLoading .IncodeLoadingIconSecondaryIcon {
|
|
285
|
-
fill: var(--surface-brand-400-static);
|
|
286
|
-
}
|
|
287
|
-
|
|
288
|
-
.IncodeButton.IncodeButtonLink {
|
|
289
|
-
color: var(--color-button-primary-surface-default, var(--button-primary-surface-default));
|
|
290
|
-
border-style: var(--tw-border-style);
|
|
291
|
-
border-width: var(--border-width-none, var(--border-none));
|
|
292
|
-
--tw-border-style: none;
|
|
293
|
-
font-size: var(--text-16, var(--primitive-typography-size-16));
|
|
294
|
-
--tw-font-weight: var(--font-weight-normal, 400);
|
|
295
|
-
font-weight: var(--font-weight-normal, 400);
|
|
296
|
-
background-color: #0000;
|
|
297
|
-
border-style: none;
|
|
298
|
-
width: 100%;
|
|
299
|
-
height: 56px;
|
|
300
|
-
text-decoration-line: underline;
|
|
301
|
-
}
|
|
302
|
-
|
|
303
|
-
.IncodeButton.IncodeButtonLink:disabled {
|
|
304
|
-
cursor: not-allowed;
|
|
305
|
-
opacity: .5;
|
|
306
|
-
}
|
|
307
|
-
|
|
308
|
-
.IncodeButton.IncodeButtonLink.IncodeButtonLoading {
|
|
309
|
-
pointer-events: none;
|
|
310
|
-
cursor: not-allowed;
|
|
311
|
-
}
|
|
312
|
-
|
|
313
|
-
.IncodeButton.IncodeButtonLink.IncodeButtonLoading .IncodeLoadingIconPrimaryIcon {
|
|
314
|
-
fill: var(--button-primary-surface-default);
|
|
315
|
-
}
|
|
316
|
-
|
|
317
|
-
.IncodeButton.IncodeButtonLink.IncodeButtonLoading .IncodeLoadingIconSecondaryIcon {
|
|
318
|
-
fill: var(--surface-brand-400-static);
|
|
319
|
-
}
|
|
320
|
-
|
|
321
|
-
@property --tw-duration {
|
|
322
|
-
syntax: "*";
|
|
323
|
-
inherits: false
|
|
324
|
-
}
|
|
325
|
-
|
|
326
|
-
@property --tw-font-weight {
|
|
327
|
-
syntax: "*";
|
|
328
|
-
inherits: false
|
|
329
|
-
}
|
|
330
|
-
|
|
331
|
-
@property --tw-border-style {
|
|
332
|
-
syntax: "*";
|
|
333
|
-
inherits: false;
|
|
334
|
-
initial-value: solid;
|
|
335
|
-
}
|