@telegraph/tag 0.0.31 → 0.0.33
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 +20 -0
- package/dist/cjs/index.js +18 -18
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.mjs +1333 -1333
- package/dist/esm/index.mjs.map +1 -1
- package/package.json +5 -5
package/dist/esm/index.mjs
CHANGED
|
@@ -1,123 +1,123 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as j, jsxs as Ql } from "react/jsx-runtime";
|
|
2
2
|
import { Button as X } from "@telegraph/button";
|
|
3
|
-
import { Lucide as J, Icon as
|
|
4
|
-
import
|
|
5
|
-
import
|
|
3
|
+
import { Lucide as J, Icon as _l } from "@telegraph/icon";
|
|
4
|
+
import S from "react";
|
|
5
|
+
import El, { clsx as ll } from "clsx";
|
|
6
6
|
import { Tooltip as ls } from "@telegraph/tooltip";
|
|
7
7
|
import { Text as ss } from "@telegraph/typography";
|
|
8
|
-
import { AnimatePresence as ts, motion as
|
|
9
|
-
var
|
|
8
|
+
import { AnimatePresence as ts, motion as rl } from "framer-motion";
|
|
9
|
+
var ml = {}, gs = (t) => {
|
|
10
10
|
var {
|
|
11
11
|
fileScope: l,
|
|
12
|
-
css:
|
|
13
|
-
} =
|
|
14
|
-
if (!
|
|
15
|
-
var
|
|
16
|
-
l.packageName &&
|
|
12
|
+
css: s
|
|
13
|
+
} = t, g = l.packageName ? [l.packageName, l.filePath].join("/") : l.filePath, p = ml[g];
|
|
14
|
+
if (!p) {
|
|
15
|
+
var h = document.createElement("style");
|
|
16
|
+
l.packageName && h.setAttribute("data-package", l.packageName), h.setAttribute("data-file", l.filePath), h.setAttribute("type", "text/css"), p = ml[g] = h, document.head.appendChild(h);
|
|
17
17
|
}
|
|
18
|
-
|
|
18
|
+
p.innerHTML = s;
|
|
19
19
|
};
|
|
20
|
-
function ps(
|
|
21
|
-
var l =
|
|
22
|
-
return l ? l[1] :
|
|
20
|
+
function ps(t) {
|
|
21
|
+
var l = t.match(/^var\((.*)\)$/);
|
|
22
|
+
return l ? l[1] : t;
|
|
23
23
|
}
|
|
24
|
-
function hs(
|
|
25
|
-
return
|
|
24
|
+
function hs(t) {
|
|
25
|
+
return t && t.__esModule && Object.prototype.hasOwnProperty.call(t, "default") ? t.default : t;
|
|
26
26
|
}
|
|
27
27
|
/*! https://mths.be/cssesc v3.0.0 by @mathias */
|
|
28
|
-
var zs = {}, es = zs.hasOwnProperty,
|
|
29
|
-
if (!
|
|
30
|
-
return
|
|
31
|
-
var
|
|
32
|
-
for (var
|
|
33
|
-
|
|
34
|
-
return
|
|
35
|
-
},
|
|
36
|
-
|
|
37
|
-
for (var g =
|
|
38
|
-
var
|
|
39
|
-
if (
|
|
40
|
-
if (
|
|
41
|
-
var u = l.charCodeAt(
|
|
42
|
-
(u & 64512) == 56320 ?
|
|
28
|
+
var zs = {}, es = zs.hasOwnProperty, as = function(l, s) {
|
|
29
|
+
if (!l)
|
|
30
|
+
return s;
|
|
31
|
+
var g = {};
|
|
32
|
+
for (var p in s)
|
|
33
|
+
g[p] = es.call(l, p) ? l[p] : s[p];
|
|
34
|
+
return g;
|
|
35
|
+
}, ns = /[ -,\.\/:-@\[-\^`\{-~]/, is = /[ -,\.\/:-@\[\]\^`\{-~]/, ds = /(^|\\+)?(\\[A-F0-9]{1,6})\x20(?![a-fA-F0-9\x20])/g, nl = function t(l, s) {
|
|
36
|
+
s = as(s, t.options), s.quotes != "single" && s.quotes != "double" && (s.quotes = "single");
|
|
37
|
+
for (var g = s.quotes == "double" ? '"' : "'", p = s.isIdentifier, h = l.charAt(0), z = "", a = 0, e = l.length; a < e; ) {
|
|
38
|
+
var n = l.charAt(a++), i = n.charCodeAt(), d = void 0;
|
|
39
|
+
if (i < 32 || i > 126) {
|
|
40
|
+
if (i >= 55296 && i <= 56319 && a < e) {
|
|
41
|
+
var u = l.charCodeAt(a++);
|
|
42
|
+
(u & 64512) == 56320 ? i = ((i & 1023) << 10) + (u & 1023) + 65536 : a--;
|
|
43
43
|
}
|
|
44
|
-
|
|
44
|
+
d = "\\" + i.toString(16).toUpperCase() + " ";
|
|
45
45
|
} else
|
|
46
|
-
|
|
47
|
-
|
|
46
|
+
s.escapeEverything ? ns.test(n) ? d = "\\" + n : d = "\\" + i.toString(16).toUpperCase() + " " : /[\t\n\f\r\x0B]/.test(n) ? d = "\\" + i.toString(16).toUpperCase() + " " : n == "\\" || !p && (n == '"' && g == n || n == "'" && g == n) || p && is.test(n) ? d = "\\" + n : d = n;
|
|
47
|
+
z += d;
|
|
48
48
|
}
|
|
49
|
-
return
|
|
50
|
-
return m && m.length % 2 ? r : (m || "") +
|
|
51
|
-
}), !
|
|
49
|
+
return p && (/^-[-\d]/.test(z) ? z = "\\-" + z.slice(1) : /\d/.test(h) && (z = "\\3" + h + " " + z.slice(1))), z = z.replace(ds, function(r, m, c) {
|
|
50
|
+
return m && m.length % 2 ? r : (m || "") + c;
|
|
51
|
+
}), !p && s.wrap ? g + z + g : z;
|
|
52
52
|
};
|
|
53
|
-
|
|
53
|
+
nl.options = {
|
|
54
54
|
escapeEverything: !1,
|
|
55
55
|
isIdentifier: !1,
|
|
56
56
|
quotes: "single",
|
|
57
57
|
wrap: !1
|
|
58
58
|
};
|
|
59
|
-
|
|
60
|
-
var
|
|
61
|
-
const
|
|
62
|
-
class
|
|
59
|
+
nl.version = "3.0.0";
|
|
60
|
+
var os = nl;
|
|
61
|
+
const Pl = /* @__PURE__ */ hs(os);
|
|
62
|
+
class rs {
|
|
63
63
|
constructor(l) {
|
|
64
|
-
const { failure:
|
|
65
|
-
this.gotoFn = g, this.output =
|
|
64
|
+
const { failure: s, gotoFn: g, output: p } = this._buildTables(l);
|
|
65
|
+
this.gotoFn = g, this.output = p, this.failure = s;
|
|
66
66
|
}
|
|
67
67
|
_buildTables(l) {
|
|
68
|
-
const
|
|
68
|
+
const s = {
|
|
69
69
|
0: {}
|
|
70
70
|
}, g = {};
|
|
71
|
-
let
|
|
72
|
-
for (const
|
|
73
|
-
let
|
|
74
|
-
for (const
|
|
75
|
-
|
|
76
|
-
g[
|
|
71
|
+
let p = 0;
|
|
72
|
+
for (const a of l) {
|
|
73
|
+
let e = 0;
|
|
74
|
+
for (const n of a)
|
|
75
|
+
s[e] && n in s[e] ? e = s[e][n] : (p++, s[e][n] = p, s[p] = {}, e = p, g[p] = []);
|
|
76
|
+
g[e].push(a);
|
|
77
77
|
}
|
|
78
|
-
const
|
|
79
|
-
for (const
|
|
80
|
-
const
|
|
81
|
-
|
|
78
|
+
const h = {}, z = [];
|
|
79
|
+
for (const a in s[0]) {
|
|
80
|
+
const e = s[0][a];
|
|
81
|
+
h[e] = 0, z.push(e);
|
|
82
82
|
}
|
|
83
|
-
for (;
|
|
84
|
-
const
|
|
85
|
-
if (
|
|
86
|
-
for (const
|
|
87
|
-
const
|
|
88
|
-
|
|
89
|
-
let
|
|
90
|
-
for (;
|
|
91
|
-
|
|
92
|
-
if (
|
|
93
|
-
const
|
|
94
|
-
|
|
83
|
+
for (; z.length > 0; ) {
|
|
84
|
+
const a = z.shift();
|
|
85
|
+
if (a !== void 0)
|
|
86
|
+
for (const e in s[a]) {
|
|
87
|
+
const n = s[a][e];
|
|
88
|
+
z.push(n);
|
|
89
|
+
let i = h[a];
|
|
90
|
+
for (; i > 0 && !(e in s[i]); )
|
|
91
|
+
i = h[i];
|
|
92
|
+
if (e in s[i]) {
|
|
93
|
+
const d = s[i][e];
|
|
94
|
+
h[n] = d, g[n] = [...g[n], ...g[d]];
|
|
95
95
|
} else
|
|
96
|
-
|
|
96
|
+
h[n] = 0;
|
|
97
97
|
}
|
|
98
98
|
}
|
|
99
99
|
return {
|
|
100
|
-
gotoFn:
|
|
100
|
+
gotoFn: s,
|
|
101
101
|
output: g,
|
|
102
|
-
failure:
|
|
102
|
+
failure: h
|
|
103
103
|
};
|
|
104
104
|
}
|
|
105
105
|
search(l) {
|
|
106
|
-
let
|
|
106
|
+
let s = 0;
|
|
107
107
|
const g = [];
|
|
108
|
-
for (let
|
|
109
|
-
const
|
|
110
|
-
for (;
|
|
111
|
-
|
|
112
|
-
if (
|
|
113
|
-
const
|
|
114
|
-
g.push([
|
|
108
|
+
for (let p = 0; p < l.length; p++) {
|
|
109
|
+
const h = l[p];
|
|
110
|
+
for (; s > 0 && !(h in this.gotoFn[s]); )
|
|
111
|
+
s = this.failure[s];
|
|
112
|
+
if (h in this.gotoFn[s] && (s = this.gotoFn[s][h], this.output[s].length > 0)) {
|
|
113
|
+
const z = this.output[s];
|
|
114
|
+
g.push([p, z]);
|
|
115
115
|
}
|
|
116
116
|
}
|
|
117
117
|
return g;
|
|
118
118
|
}
|
|
119
119
|
}
|
|
120
|
-
var
|
|
120
|
+
var ms = {
|
|
121
121
|
appendCss: () => {
|
|
122
122
|
},
|
|
123
123
|
registerClassName: () => {
|
|
@@ -129,33 +129,33 @@ var rs = {
|
|
|
129
129
|
markCompositionUsed: () => {
|
|
130
130
|
},
|
|
131
131
|
getIdentOption: () => process.env.NODE_ENV === "production" ? "short" : "debug"
|
|
132
|
-
},
|
|
133
|
-
if (
|
|
132
|
+
}, Z = [ms], us = () => {
|
|
133
|
+
if (Z.length < 1)
|
|
134
134
|
throw new Error("No adapter configured");
|
|
135
|
-
return
|
|
136
|
-
},
|
|
137
|
-
|
|
138
|
-
},
|
|
139
|
-
if (!
|
|
135
|
+
return Z[Z.length - 1];
|
|
136
|
+
}, Rl = !1, xs = (t) => {
|
|
137
|
+
Rl || fs(t);
|
|
138
|
+
}, fs = (t) => {
|
|
139
|
+
if (!t)
|
|
140
140
|
throw new Error('No adapter provided when calling "setAdapter"');
|
|
141
|
-
|
|
142
|
-
},
|
|
141
|
+
Rl = !0, Z.push(t);
|
|
142
|
+
}, cs = function() {
|
|
143
143
|
return us().markCompositionUsed(...arguments);
|
|
144
144
|
};
|
|
145
|
-
function
|
|
146
|
-
return l || (l =
|
|
145
|
+
function Ll(t, l) {
|
|
146
|
+
return l || (l = t.slice(0)), Object.freeze(Object.defineProperties(t, {
|
|
147
147
|
raw: {
|
|
148
148
|
value: Object.freeze(l)
|
|
149
149
|
}
|
|
150
150
|
}));
|
|
151
151
|
}
|
|
152
|
-
var
|
|
153
|
-
(function(
|
|
154
|
-
|
|
155
|
-
})(
|
|
152
|
+
var v;
|
|
153
|
+
(function(t) {
|
|
154
|
+
t.Attribute = "attribute", t.Pseudo = "pseudo", t.PseudoElement = "pseudo-element", t.Tag = "tag", t.Universal = "universal", t.Adjacent = "adjacent", t.Child = "child", t.Descendant = "descendant", t.Parent = "parent", t.Sibling = "sibling", t.ColumnCombinator = "column-combinator";
|
|
155
|
+
})(v || (v = {}));
|
|
156
156
|
var O;
|
|
157
|
-
(function(
|
|
158
|
-
|
|
157
|
+
(function(t) {
|
|
158
|
+
t.Any = "any", t.Element = "element", t.End = "end", t.Equals = "equals", t.Exists = "exists", t.Hyphen = "hyphen", t.Not = "not", t.Start = "start";
|
|
159
159
|
})(O || (O = {}));
|
|
160
160
|
const ul = /^[^\\#]?(?:\\(?:[\da-f]{1,6}\s?|.)|[\w\-\u00b0-\uFFFF])+/, Cs = /\\([\da-f]{1,6}\s?|(\s)|.)/gi, vs = /* @__PURE__ */ new Map([
|
|
161
161
|
[126, O.Element],
|
|
@@ -173,23 +173,23 @@ const ul = /^[^\\#]?(?:\\(?:[\da-f]{1,6}\s?|.)|[\w\-\u00b0-\uFFFF])+/, Cs = /\\(
|
|
|
173
173
|
"host",
|
|
174
174
|
"host-context"
|
|
175
175
|
]);
|
|
176
|
-
function
|
|
177
|
-
switch (
|
|
178
|
-
case
|
|
179
|
-
case
|
|
180
|
-
case
|
|
181
|
-
case
|
|
182
|
-
case
|
|
183
|
-
case
|
|
176
|
+
function bs(t) {
|
|
177
|
+
switch (t.type) {
|
|
178
|
+
case v.Adjacent:
|
|
179
|
+
case v.Child:
|
|
180
|
+
case v.Descendant:
|
|
181
|
+
case v.Parent:
|
|
182
|
+
case v.Sibling:
|
|
183
|
+
case v.ColumnCombinator:
|
|
184
184
|
return !0;
|
|
185
185
|
default:
|
|
186
186
|
return !1;
|
|
187
187
|
}
|
|
188
188
|
}
|
|
189
|
-
const
|
|
190
|
-
function ws(
|
|
189
|
+
const ks = /* @__PURE__ */ new Set(["contains", "icontains"]);
|
|
190
|
+
function ws(t, l, s) {
|
|
191
191
|
const g = parseInt(l, 16) - 65536;
|
|
192
|
-
return g !== g ||
|
|
192
|
+
return g !== g || s ? l : g < 0 ? (
|
|
193
193
|
// BMP codepoint
|
|
194
194
|
String.fromCharCode(g + 65536)
|
|
195
195
|
) : (
|
|
@@ -197,283 +197,283 @@ function ws(s, l, t) {
|
|
|
197
197
|
String.fromCharCode(g >> 10 | 55296, g & 1023 | 56320)
|
|
198
198
|
);
|
|
199
199
|
}
|
|
200
|
-
function
|
|
201
|
-
return
|
|
200
|
+
function I(t) {
|
|
201
|
+
return t.replace(Cs, ws);
|
|
202
202
|
}
|
|
203
|
-
function pl(
|
|
204
|
-
return
|
|
203
|
+
function pl(t) {
|
|
204
|
+
return t === 39 || t === 34;
|
|
205
205
|
}
|
|
206
|
-
function
|
|
207
|
-
return
|
|
206
|
+
function xl(t) {
|
|
207
|
+
return t === 32 || t === 9 || t === 10 || t === 12 || t === 13;
|
|
208
208
|
}
|
|
209
|
-
function js(
|
|
210
|
-
const l = [],
|
|
211
|
-
if (
|
|
212
|
-
throw new Error(`Unmatched selector: ${
|
|
209
|
+
function js(t) {
|
|
210
|
+
const l = [], s = Bl(l, `${t}`, 0);
|
|
211
|
+
if (s < t.length)
|
|
212
|
+
throw new Error(`Unmatched selector: ${t.slice(s)}`);
|
|
213
213
|
return l;
|
|
214
214
|
}
|
|
215
|
-
function
|
|
215
|
+
function Bl(t, l, s) {
|
|
216
216
|
let g = [];
|
|
217
|
-
function
|
|
218
|
-
const r = l.slice(
|
|
217
|
+
function p(u) {
|
|
218
|
+
const r = l.slice(s + u).match(ul);
|
|
219
219
|
if (!r)
|
|
220
|
-
throw new Error(`Expected name, found ${l.slice(
|
|
220
|
+
throw new Error(`Expected name, found ${l.slice(s)}`);
|
|
221
221
|
const [m] = r;
|
|
222
|
-
return
|
|
222
|
+
return s += u + m.length, I(m);
|
|
223
223
|
}
|
|
224
|
-
function
|
|
225
|
-
for (
|
|
226
|
-
|
|
224
|
+
function h(u) {
|
|
225
|
+
for (s += u; s < l.length && xl(l.charCodeAt(s)); )
|
|
226
|
+
s++;
|
|
227
227
|
}
|
|
228
|
-
function
|
|
229
|
-
|
|
230
|
-
const u =
|
|
228
|
+
function z() {
|
|
229
|
+
s += 1;
|
|
230
|
+
const u = s;
|
|
231
231
|
let r = 1;
|
|
232
|
-
for (; r > 0 &&
|
|
233
|
-
l.charCodeAt(
|
|
232
|
+
for (; r > 0 && s < l.length; s++)
|
|
233
|
+
l.charCodeAt(s) === 40 && !a(s) ? r++ : l.charCodeAt(s) === 41 && !a(s) && r--;
|
|
234
234
|
if (r)
|
|
235
235
|
throw new Error("Parenthesis not matched");
|
|
236
|
-
return
|
|
236
|
+
return I(l.slice(u, s - 1));
|
|
237
237
|
}
|
|
238
|
-
function
|
|
238
|
+
function a(u) {
|
|
239
239
|
let r = 0;
|
|
240
240
|
for (; l.charCodeAt(--u) === 92; )
|
|
241
241
|
r++;
|
|
242
242
|
return (r & 1) === 1;
|
|
243
243
|
}
|
|
244
|
-
function
|
|
245
|
-
if (g.length > 0 &&
|
|
244
|
+
function e() {
|
|
245
|
+
if (g.length > 0 && bs(g[g.length - 1]))
|
|
246
246
|
throw new Error("Did not expect successive traversals.");
|
|
247
247
|
}
|
|
248
|
-
function
|
|
249
|
-
if (g.length > 0 && g[g.length - 1].type ===
|
|
248
|
+
function n(u) {
|
|
249
|
+
if (g.length > 0 && g[g.length - 1].type === v.Descendant) {
|
|
250
250
|
g[g.length - 1].type = u;
|
|
251
251
|
return;
|
|
252
252
|
}
|
|
253
|
-
|
|
253
|
+
e(), g.push({ type: u });
|
|
254
254
|
}
|
|
255
|
-
function
|
|
255
|
+
function i(u, r) {
|
|
256
256
|
g.push({
|
|
257
|
-
type:
|
|
257
|
+
type: v.Attribute,
|
|
258
258
|
name: u,
|
|
259
259
|
action: r,
|
|
260
|
-
value:
|
|
260
|
+
value: p(1),
|
|
261
261
|
namespace: null,
|
|
262
262
|
ignoreCase: "quirks"
|
|
263
263
|
});
|
|
264
264
|
}
|
|
265
|
-
function
|
|
266
|
-
if (g.length && g[g.length - 1].type ===
|
|
265
|
+
function d() {
|
|
266
|
+
if (g.length && g[g.length - 1].type === v.Descendant && g.pop(), g.length === 0)
|
|
267
267
|
throw new Error("Empty sub-selector");
|
|
268
|
-
|
|
268
|
+
t.push(g);
|
|
269
269
|
}
|
|
270
|
-
if (
|
|
271
|
-
return
|
|
272
|
-
l: for (;
|
|
273
|
-
const u = l.charCodeAt(
|
|
270
|
+
if (h(0), l.length === s)
|
|
271
|
+
return s;
|
|
272
|
+
l: for (; s < l.length; ) {
|
|
273
|
+
const u = l.charCodeAt(s);
|
|
274
274
|
switch (u) {
|
|
275
275
|
case 32:
|
|
276
276
|
case 9:
|
|
277
277
|
case 10:
|
|
278
278
|
case 12:
|
|
279
279
|
case 13: {
|
|
280
|
-
(g.length === 0 || g[0].type !==
|
|
280
|
+
(g.length === 0 || g[0].type !== v.Descendant) && (e(), g.push({ type: v.Descendant })), h(1);
|
|
281
281
|
break;
|
|
282
282
|
}
|
|
283
283
|
case 62: {
|
|
284
|
-
|
|
284
|
+
n(v.Child), h(1);
|
|
285
285
|
break;
|
|
286
286
|
}
|
|
287
287
|
case 60: {
|
|
288
|
-
|
|
288
|
+
n(v.Parent), h(1);
|
|
289
289
|
break;
|
|
290
290
|
}
|
|
291
291
|
case 126: {
|
|
292
|
-
|
|
292
|
+
n(v.Sibling), h(1);
|
|
293
293
|
break;
|
|
294
294
|
}
|
|
295
295
|
case 43: {
|
|
296
|
-
|
|
296
|
+
n(v.Adjacent), h(1);
|
|
297
297
|
break;
|
|
298
298
|
}
|
|
299
299
|
case 46: {
|
|
300
|
-
|
|
300
|
+
i("class", O.Element);
|
|
301
301
|
break;
|
|
302
302
|
}
|
|
303
303
|
case 35: {
|
|
304
|
-
|
|
304
|
+
i("id", O.Equals);
|
|
305
305
|
break;
|
|
306
306
|
}
|
|
307
307
|
case 91: {
|
|
308
|
-
|
|
308
|
+
h(1);
|
|
309
309
|
let r, m = null;
|
|
310
|
-
l.charCodeAt(
|
|
311
|
-
let
|
|
312
|
-
const
|
|
313
|
-
if (
|
|
314
|
-
if (
|
|
310
|
+
l.charCodeAt(s) === 124 ? r = p(1) : l.startsWith("*|", s) ? (m = "*", r = p(2)) : (r = p(0), l.charCodeAt(s) === 124 && l.charCodeAt(s + 1) !== 61 && (m = r, r = p(1))), h(0);
|
|
311
|
+
let c = O.Exists;
|
|
312
|
+
const o = vs.get(l.charCodeAt(s));
|
|
313
|
+
if (o) {
|
|
314
|
+
if (c = o, l.charCodeAt(s + 1) !== 61)
|
|
315
315
|
throw new Error("Expected `=`");
|
|
316
|
-
|
|
317
|
-
} else l.charCodeAt(
|
|
318
|
-
let
|
|
319
|
-
if (
|
|
320
|
-
if (pl(l.charCodeAt(
|
|
321
|
-
const
|
|
322
|
-
let
|
|
323
|
-
for (;
|
|
324
|
-
|
|
325
|
-
if (l.charCodeAt(
|
|
316
|
+
h(2);
|
|
317
|
+
} else l.charCodeAt(s) === 61 && (c = O.Equals, h(1));
|
|
318
|
+
let w = "", b = null;
|
|
319
|
+
if (c !== "exists") {
|
|
320
|
+
if (pl(l.charCodeAt(s))) {
|
|
321
|
+
const f = l.charCodeAt(s);
|
|
322
|
+
let y = s + 1;
|
|
323
|
+
for (; y < l.length && (l.charCodeAt(y) !== f || a(y)); )
|
|
324
|
+
y += 1;
|
|
325
|
+
if (l.charCodeAt(y) !== f)
|
|
326
326
|
throw new Error("Attribute value didn't end");
|
|
327
|
-
|
|
327
|
+
w = I(l.slice(s + 1, y)), s = y + 1;
|
|
328
328
|
} else {
|
|
329
|
-
const
|
|
330
|
-
for (;
|
|
331
|
-
|
|
332
|
-
|
|
329
|
+
const f = s;
|
|
330
|
+
for (; s < l.length && (!xl(l.charCodeAt(s)) && l.charCodeAt(s) !== 93 || a(s)); )
|
|
331
|
+
s += 1;
|
|
332
|
+
w = I(l.slice(f, s));
|
|
333
333
|
}
|
|
334
|
-
|
|
335
|
-
const x = l.charCodeAt(
|
|
336
|
-
x === 115 ? (
|
|
334
|
+
h(0);
|
|
335
|
+
const x = l.charCodeAt(s) | 32;
|
|
336
|
+
x === 115 ? (b = !1, h(1)) : x === 105 && (b = !0, h(1));
|
|
337
337
|
}
|
|
338
|
-
if (l.charCodeAt(
|
|
338
|
+
if (l.charCodeAt(s) !== 93)
|
|
339
339
|
throw new Error("Attribute selector didn't terminate");
|
|
340
|
-
|
|
341
|
-
const
|
|
342
|
-
type:
|
|
340
|
+
s += 1;
|
|
341
|
+
const C = {
|
|
342
|
+
type: v.Attribute,
|
|
343
343
|
name: r,
|
|
344
|
-
action:
|
|
345
|
-
value:
|
|
344
|
+
action: c,
|
|
345
|
+
value: w,
|
|
346
346
|
namespace: m,
|
|
347
|
-
ignoreCase:
|
|
347
|
+
ignoreCase: b
|
|
348
348
|
};
|
|
349
|
-
g.push(
|
|
349
|
+
g.push(C);
|
|
350
350
|
break;
|
|
351
351
|
}
|
|
352
352
|
case 58: {
|
|
353
|
-
if (l.charCodeAt(
|
|
353
|
+
if (l.charCodeAt(s + 1) === 58) {
|
|
354
354
|
g.push({
|
|
355
|
-
type:
|
|
356
|
-
name:
|
|
357
|
-
data: l.charCodeAt(
|
|
355
|
+
type: v.PseudoElement,
|
|
356
|
+
name: p(2).toLowerCase(),
|
|
357
|
+
data: l.charCodeAt(s) === 40 ? z() : null
|
|
358
358
|
});
|
|
359
359
|
continue;
|
|
360
360
|
}
|
|
361
|
-
const r =
|
|
361
|
+
const r = p(1).toLowerCase();
|
|
362
362
|
let m = null;
|
|
363
|
-
if (l.charCodeAt(
|
|
363
|
+
if (l.charCodeAt(s) === 40)
|
|
364
364
|
if (ys.has(r)) {
|
|
365
|
-
if (pl(l.charCodeAt(
|
|
365
|
+
if (pl(l.charCodeAt(s + 1)))
|
|
366
366
|
throw new Error(`Pseudo-selector ${r} cannot be quoted`);
|
|
367
|
-
if (m = [],
|
|
367
|
+
if (m = [], s = Bl(m, l, s + 1), l.charCodeAt(s) !== 41)
|
|
368
368
|
throw new Error(`Missing closing parenthesis in :${r} (${l})`);
|
|
369
|
-
|
|
369
|
+
s += 1;
|
|
370
370
|
} else {
|
|
371
|
-
if (m =
|
|
372
|
-
const
|
|
373
|
-
|
|
371
|
+
if (m = z(), ks.has(r)) {
|
|
372
|
+
const c = m.charCodeAt(0);
|
|
373
|
+
c === m.charCodeAt(m.length - 1) && pl(c) && (m = m.slice(1, -1));
|
|
374
374
|
}
|
|
375
|
-
m =
|
|
375
|
+
m = I(m);
|
|
376
376
|
}
|
|
377
|
-
g.push({ type:
|
|
377
|
+
g.push({ type: v.Pseudo, name: r, data: m });
|
|
378
378
|
break;
|
|
379
379
|
}
|
|
380
380
|
case 44: {
|
|
381
|
-
|
|
381
|
+
d(), g = [], h(1);
|
|
382
382
|
break;
|
|
383
383
|
}
|
|
384
384
|
default: {
|
|
385
|
-
if (l.startsWith("/*",
|
|
386
|
-
const
|
|
387
|
-
if (
|
|
385
|
+
if (l.startsWith("/*", s)) {
|
|
386
|
+
const c = l.indexOf("*/", s + 2);
|
|
387
|
+
if (c < 0)
|
|
388
388
|
throw new Error("Comment was not terminated");
|
|
389
|
-
|
|
389
|
+
s = c + 2, g.length === 0 && h(0);
|
|
390
390
|
break;
|
|
391
391
|
}
|
|
392
392
|
let r = null, m;
|
|
393
393
|
if (u === 42)
|
|
394
|
-
|
|
394
|
+
s += 1, m = "*";
|
|
395
395
|
else if (u === 124) {
|
|
396
|
-
if (m = "", l.charCodeAt(
|
|
397
|
-
|
|
396
|
+
if (m = "", l.charCodeAt(s + 1) === 124) {
|
|
397
|
+
n(v.ColumnCombinator), h(2);
|
|
398
398
|
break;
|
|
399
399
|
}
|
|
400
|
-
} else if (ul.test(l.slice(
|
|
401
|
-
m =
|
|
400
|
+
} else if (ul.test(l.slice(s)))
|
|
401
|
+
m = p(0);
|
|
402
402
|
else
|
|
403
403
|
break l;
|
|
404
|
-
l.charCodeAt(
|
|
404
|
+
l.charCodeAt(s) === 124 && l.charCodeAt(s + 1) !== 124 && (r = m, l.charCodeAt(s + 1) === 42 ? (m = "*", s += 2) : m = p(1)), g.push(m === "*" ? { type: v.Universal, namespace: r } : { type: v.Tag, name: m, namespace: r });
|
|
405
405
|
}
|
|
406
406
|
}
|
|
407
407
|
}
|
|
408
|
-
return
|
|
408
|
+
return d(), s;
|
|
409
409
|
}
|
|
410
|
-
function
|
|
411
|
-
var
|
|
410
|
+
function fl(t, l) {
|
|
411
|
+
var s = Object.keys(t);
|
|
412
412
|
if (Object.getOwnPropertySymbols) {
|
|
413
|
-
var g = Object.getOwnPropertySymbols(
|
|
414
|
-
l && (g = g.filter(function(
|
|
415
|
-
return Object.getOwnPropertyDescriptor(
|
|
416
|
-
})),
|
|
413
|
+
var g = Object.getOwnPropertySymbols(t);
|
|
414
|
+
l && (g = g.filter(function(p) {
|
|
415
|
+
return Object.getOwnPropertyDescriptor(t, p).enumerable;
|
|
416
|
+
})), s.push.apply(s, g);
|
|
417
417
|
}
|
|
418
|
-
return
|
|
418
|
+
return s;
|
|
419
419
|
}
|
|
420
|
-
function
|
|
420
|
+
function cl(t) {
|
|
421
421
|
for (var l = 1; l < arguments.length; l++) {
|
|
422
|
-
var
|
|
423
|
-
l % 2 ?
|
|
424
|
-
qs(
|
|
425
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(
|
|
426
|
-
Object.defineProperty(
|
|
422
|
+
var s = arguments[l] != null ? arguments[l] : {};
|
|
423
|
+
l % 2 ? fl(Object(s), !0).forEach(function(g) {
|
|
424
|
+
qs(t, g, s[g]);
|
|
425
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(s)) : fl(Object(s)).forEach(function(g) {
|
|
426
|
+
Object.defineProperty(t, g, Object.getOwnPropertyDescriptor(s, g));
|
|
427
427
|
});
|
|
428
428
|
}
|
|
429
|
-
return
|
|
429
|
+
return t;
|
|
430
430
|
}
|
|
431
|
-
function qs(
|
|
432
|
-
return l = As(l), l in
|
|
431
|
+
function qs(t, l, s) {
|
|
432
|
+
return l = As(l), l in t ? Object.defineProperty(t, l, { value: s, enumerable: !0, configurable: !0, writable: !0 }) : t[l] = s, t;
|
|
433
433
|
}
|
|
434
|
-
function As(
|
|
435
|
-
var l = Os(
|
|
434
|
+
function As(t) {
|
|
435
|
+
var l = Os(t, "string");
|
|
436
436
|
return typeof l == "symbol" ? l : String(l);
|
|
437
437
|
}
|
|
438
|
-
function Os(
|
|
439
|
-
if (typeof
|
|
440
|
-
var
|
|
441
|
-
if (
|
|
442
|
-
var g =
|
|
438
|
+
function Os(t, l) {
|
|
439
|
+
if (typeof t != "object" || t === null) return t;
|
|
440
|
+
var s = t[Symbol.toPrimitive];
|
|
441
|
+
if (s !== void 0) {
|
|
442
|
+
var g = s.call(t, l || "default");
|
|
443
443
|
if (typeof g != "object") return g;
|
|
444
444
|
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
445
445
|
}
|
|
446
|
-
return (l === "string" ? String : Number)(
|
|
446
|
+
return (l === "string" ? String : Number)(t);
|
|
447
447
|
}
|
|
448
|
-
const
|
|
449
|
-
function Nl(
|
|
450
|
-
return l.withOptions = (
|
|
451
|
-
function l(
|
|
452
|
-
const
|
|
453
|
-
escapeSpecialCharacters:
|
|
454
|
-
} =
|
|
455
|
-
let
|
|
456
|
-
for (let
|
|
457
|
-
let
|
|
458
|
-
|
|
448
|
+
const Ml = Nl({});
|
|
449
|
+
function Nl(t) {
|
|
450
|
+
return l.withOptions = (s) => Nl(cl(cl({}, t), s)), l;
|
|
451
|
+
function l(s, ...g) {
|
|
452
|
+
const p = typeof s == "string" ? [s] : s.raw, {
|
|
453
|
+
escapeSpecialCharacters: h = Array.isArray(s)
|
|
454
|
+
} = t;
|
|
455
|
+
let z = "";
|
|
456
|
+
for (let n = 0; n < p.length; n++) {
|
|
457
|
+
let i = p[n];
|
|
458
|
+
h && (i = i.replace(/\\\n[ \t]*/g, "").replace(/\\`/g, "`").replace(/\\\$/g, "$").replace(/\\\{/g, "{")), z += i, n < g.length && (z += g[n]);
|
|
459
459
|
}
|
|
460
|
-
const
|
|
460
|
+
const a = z.split(`
|
|
461
461
|
`);
|
|
462
|
-
let
|
|
463
|
-
for (const
|
|
464
|
-
const
|
|
465
|
-
if (
|
|
466
|
-
const
|
|
467
|
-
|
|
462
|
+
let e = null;
|
|
463
|
+
for (const n of a) {
|
|
464
|
+
const i = n.match(/^(\s+)\S+/);
|
|
465
|
+
if (i) {
|
|
466
|
+
const d = i[1].length;
|
|
467
|
+
e ? e = Math.min(e, d) : e = d;
|
|
468
468
|
}
|
|
469
469
|
}
|
|
470
|
-
if (
|
|
471
|
-
const
|
|
472
|
-
|
|
470
|
+
if (e !== null) {
|
|
471
|
+
const n = e;
|
|
472
|
+
z = a.map((i) => i[0] === " " || i[0] === " " ? i.slice(n) : i).join(`
|
|
473
473
|
`);
|
|
474
474
|
}
|
|
475
|
-
return
|
|
476
|
-
`)),
|
|
475
|
+
return z = z.trim(), h && (z = z.replace(/\\n/g, `
|
|
476
|
+
`)), z;
|
|
477
477
|
}
|
|
478
478
|
}
|
|
479
479
|
/*! @license MediaQueryParser - MIT License - Tom Golden (github@tbjgolden.com) */
|
|
@@ -491,616 +491,616 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
|
491
491
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
492
492
|
PERFORMANCE OF THIS SOFTWARE.
|
|
493
493
|
***************************************************************************** */
|
|
494
|
-
var
|
|
495
|
-
return
|
|
496
|
-
for (var
|
|
497
|
-
|
|
498
|
-
for (var h in
|
|
494
|
+
var Q = function() {
|
|
495
|
+
return Q = Object.assign || function(l) {
|
|
496
|
+
for (var s, g = 1, p = arguments.length; g < p; g++) {
|
|
497
|
+
s = arguments[g];
|
|
498
|
+
for (var h in s) Object.prototype.hasOwnProperty.call(s, h) && (l[h] = s[h]);
|
|
499
499
|
}
|
|
500
|
-
return
|
|
501
|
-
},
|
|
500
|
+
return l;
|
|
501
|
+
}, Q.apply(this, arguments);
|
|
502
502
|
};
|
|
503
|
-
function
|
|
504
|
-
var
|
|
505
|
-
for (var g in
|
|
506
|
-
if (
|
|
507
|
-
for (var
|
|
508
|
-
l.indexOf(g[
|
|
509
|
-
return
|
|
503
|
+
function al(t, l) {
|
|
504
|
+
var s = {};
|
|
505
|
+
for (var g in t) Object.prototype.hasOwnProperty.call(t, g) && l.indexOf(g) < 0 && (s[g] = t[g]);
|
|
506
|
+
if (t != null && typeof Object.getOwnPropertySymbols == "function")
|
|
507
|
+
for (var p = 0, g = Object.getOwnPropertySymbols(t); p < g.length; p++)
|
|
508
|
+
l.indexOf(g[p]) < 0 && Object.prototype.propertyIsEnumerable.call(t, g[p]) && (s[g[p]] = t[g[p]]);
|
|
509
|
+
return s;
|
|
510
510
|
}
|
|
511
|
-
function
|
|
512
|
-
var l = typeof Symbol == "function" && Symbol.iterator,
|
|
513
|
-
if (
|
|
514
|
-
if (
|
|
511
|
+
function Ss(t) {
|
|
512
|
+
var l = typeof Symbol == "function" && Symbol.iterator, s = l && t[l], g = 0;
|
|
513
|
+
if (s) return s.call(t);
|
|
514
|
+
if (t && typeof t.length == "number") return {
|
|
515
515
|
next: function() {
|
|
516
|
-
return
|
|
516
|
+
return t && g >= t.length && (t = void 0), { value: t && t[g++], done: !t };
|
|
517
517
|
}
|
|
518
518
|
};
|
|
519
519
|
throw new TypeError(l ? "Object is not iterable." : "Symbol.iterator is not defined.");
|
|
520
520
|
}
|
|
521
|
-
function k(
|
|
522
|
-
var
|
|
523
|
-
if (!
|
|
524
|
-
var g =
|
|
521
|
+
function k(t, l) {
|
|
522
|
+
var s = typeof Symbol == "function" && t[Symbol.iterator];
|
|
523
|
+
if (!s) return t;
|
|
524
|
+
var g = s.call(t), p, h = [], z;
|
|
525
525
|
try {
|
|
526
|
-
for (; (l === void 0 || l-- > 0) && !(
|
|
527
|
-
} catch (
|
|
528
|
-
|
|
526
|
+
for (; (l === void 0 || l-- > 0) && !(p = g.next()).done; ) h.push(p.value);
|
|
527
|
+
} catch (a) {
|
|
528
|
+
z = { error: a };
|
|
529
529
|
} finally {
|
|
530
530
|
try {
|
|
531
|
-
|
|
531
|
+
p && !p.done && (s = g.return) && s.call(g);
|
|
532
532
|
} finally {
|
|
533
|
-
if (
|
|
533
|
+
if (z) throw z.error;
|
|
534
534
|
}
|
|
535
535
|
}
|
|
536
|
-
return
|
|
536
|
+
return h;
|
|
537
537
|
}
|
|
538
|
-
var
|
|
539
|
-
|
|
540
|
-
`).replace(
|
|
541
|
-
for (var
|
|
542
|
-
var
|
|
543
|
-
if (
|
|
544
|
-
for (var h =
|
|
545
|
-
h =
|
|
546
|
-
|
|
538
|
+
var Es = /(\u000D|\u000C|\u000D\u000A)/g, Ps = /[\u0000\uD800-\uDFFF]/g, Rs = /(\/\*)[\s\S]*?(\*\/)/g, Ls = function(l, s) {
|
|
539
|
+
s === void 0 && (s = 0), l = l.replace(Es, `
|
|
540
|
+
`).replace(Ps, "�"), l = l.replace(Rs, "");
|
|
541
|
+
for (var g = []; s < l.length; s += 1) {
|
|
542
|
+
var p = l.charCodeAt(s);
|
|
543
|
+
if (p === 9 || p === 32 || p === 10) {
|
|
544
|
+
for (var h = l.charCodeAt(++s); h === 9 || h === 32 || h === 10; )
|
|
545
|
+
h = l.charCodeAt(++s);
|
|
546
|
+
s -= 1, g.push({
|
|
547
547
|
type: "<whitespace-token>"
|
|
548
548
|
});
|
|
549
|
-
} else if (
|
|
550
|
-
var
|
|
551
|
-
if (
|
|
549
|
+
} else if (p === 34) {
|
|
550
|
+
var z = Cl(l, s);
|
|
551
|
+
if (z === null)
|
|
552
552
|
return null;
|
|
553
|
-
var
|
|
554
|
-
|
|
553
|
+
var a = k(z, 2), e = a[0], n = a[1];
|
|
554
|
+
g.push({
|
|
555
555
|
type: "<string-token>",
|
|
556
556
|
value: n
|
|
557
|
-
}),
|
|
558
|
-
} else if (
|
|
559
|
-
if (
|
|
560
|
-
var
|
|
561
|
-
if (
|
|
562
|
-
var
|
|
563
|
-
if (
|
|
564
|
-
var
|
|
565
|
-
|
|
557
|
+
}), s = e;
|
|
558
|
+
} else if (p === 35) {
|
|
559
|
+
if (s + 1 < l.length) {
|
|
560
|
+
var i = l.charCodeAt(s + 1);
|
|
561
|
+
if (i === 95 || i >= 65 && i <= 90 || i >= 97 && i <= 122 || i >= 128 || i >= 48 && i <= 57 || i === 92 && s + 2 < l.length && l.charCodeAt(s + 2) !== 10) {
|
|
562
|
+
var d = Dl(l, s + 1) ? "id" : "unrestricted", z = Ms(l, s + 1);
|
|
563
|
+
if (z !== null) {
|
|
564
|
+
var u = k(z, 2), e = u[0], n = u[1];
|
|
565
|
+
g.push({
|
|
566
566
|
type: "<hash-token>",
|
|
567
567
|
value: n.toLowerCase(),
|
|
568
|
-
flag:
|
|
569
|
-
}),
|
|
568
|
+
flag: d
|
|
569
|
+
}), s = e;
|
|
570
570
|
continue;
|
|
571
571
|
}
|
|
572
572
|
}
|
|
573
573
|
}
|
|
574
|
-
|
|
574
|
+
g.push({
|
|
575
575
|
type: "<delim-token>",
|
|
576
|
-
value:
|
|
576
|
+
value: p
|
|
577
577
|
});
|
|
578
|
-
} else if (
|
|
579
|
-
var
|
|
580
|
-
if (
|
|
578
|
+
} else if (p === 39) {
|
|
579
|
+
var z = Cl(l, s);
|
|
580
|
+
if (z === null)
|
|
581
581
|
return null;
|
|
582
|
-
var
|
|
583
|
-
|
|
582
|
+
var r = k(z, 2), e = r[0], n = r[1];
|
|
583
|
+
g.push({
|
|
584
584
|
type: "<string-token>",
|
|
585
585
|
value: n
|
|
586
|
-
}),
|
|
587
|
-
} else if (
|
|
588
|
-
|
|
586
|
+
}), s = e;
|
|
587
|
+
} else if (p === 40)
|
|
588
|
+
g.push({
|
|
589
589
|
type: "<(-token>"
|
|
590
590
|
});
|
|
591
|
-
else if (
|
|
592
|
-
|
|
591
|
+
else if (p === 41)
|
|
592
|
+
g.push({
|
|
593
593
|
type: "<)-token>"
|
|
594
594
|
});
|
|
595
|
-
else if (
|
|
596
|
-
var
|
|
597
|
-
if (
|
|
598
|
-
|
|
595
|
+
else if (p === 43) {
|
|
596
|
+
var m = G(l, s);
|
|
597
|
+
if (m === null)
|
|
598
|
+
g.push({
|
|
599
599
|
type: "<delim-token>",
|
|
600
|
-
value:
|
|
600
|
+
value: p
|
|
601
601
|
});
|
|
602
602
|
else {
|
|
603
|
-
var
|
|
604
|
-
|
|
603
|
+
var c = k(m, 2), e = c[0], o = c[1];
|
|
604
|
+
o[0] === "<dimension-token>" ? g.push({
|
|
605
605
|
type: "<dimension-token>",
|
|
606
|
-
value:
|
|
607
|
-
unit:
|
|
606
|
+
value: o[1],
|
|
607
|
+
unit: o[2].toLowerCase(),
|
|
608
608
|
flag: "number"
|
|
609
|
-
}) :
|
|
610
|
-
type:
|
|
611
|
-
value:
|
|
612
|
-
flag:
|
|
613
|
-
}) :
|
|
614
|
-
type:
|
|
615
|
-
value:
|
|
609
|
+
}) : o[0] === "<number-token>" ? g.push({
|
|
610
|
+
type: o[0],
|
|
611
|
+
value: o[1],
|
|
612
|
+
flag: o[2]
|
|
613
|
+
}) : g.push({
|
|
614
|
+
type: o[0],
|
|
615
|
+
value: o[1],
|
|
616
616
|
flag: "number"
|
|
617
|
-
}),
|
|
617
|
+
}), s = e;
|
|
618
618
|
}
|
|
619
|
-
} else if (
|
|
620
|
-
|
|
619
|
+
} else if (p === 44)
|
|
620
|
+
g.push({
|
|
621
621
|
type: "<comma-token>"
|
|
622
622
|
});
|
|
623
|
-
else if (
|
|
624
|
-
var
|
|
625
|
-
if (
|
|
626
|
-
var
|
|
627
|
-
|
|
623
|
+
else if (p === 45) {
|
|
624
|
+
var w = G(l, s);
|
|
625
|
+
if (w !== null) {
|
|
626
|
+
var b = k(w, 2), e = b[0], o = b[1];
|
|
627
|
+
o[0] === "<dimension-token>" ? g.push({
|
|
628
628
|
type: "<dimension-token>",
|
|
629
|
-
value:
|
|
630
|
-
unit:
|
|
629
|
+
value: o[1],
|
|
630
|
+
unit: o[2].toLowerCase(),
|
|
631
631
|
flag: "number"
|
|
632
|
-
}) :
|
|
633
|
-
type:
|
|
634
|
-
value:
|
|
635
|
-
flag:
|
|
636
|
-
}) :
|
|
637
|
-
type:
|
|
638
|
-
value:
|
|
632
|
+
}) : o[0] === "<number-token>" ? g.push({
|
|
633
|
+
type: o[0],
|
|
634
|
+
value: o[1],
|
|
635
|
+
flag: o[2]
|
|
636
|
+
}) : g.push({
|
|
637
|
+
type: o[0],
|
|
638
|
+
value: o[1],
|
|
639
639
|
flag: "number"
|
|
640
|
-
}),
|
|
640
|
+
}), s = e;
|
|
641
641
|
continue;
|
|
642
642
|
}
|
|
643
|
-
if (
|
|
644
|
-
var
|
|
645
|
-
if (
|
|
646
|
-
|
|
643
|
+
if (s + 2 < l.length) {
|
|
644
|
+
var i = l.charCodeAt(s + 1), C = l.charCodeAt(s + 2);
|
|
645
|
+
if (i === 45 && C === 62) {
|
|
646
|
+
g.push({
|
|
647
647
|
type: "<CDC-token>"
|
|
648
|
-
}),
|
|
648
|
+
}), s += 2;
|
|
649
649
|
continue;
|
|
650
650
|
}
|
|
651
651
|
}
|
|
652
|
-
var
|
|
653
|
-
if (
|
|
654
|
-
var
|
|
655
|
-
|
|
656
|
-
type:
|
|
652
|
+
var z = vl(l, s);
|
|
653
|
+
if (z !== null) {
|
|
654
|
+
var x = k(z, 3), e = x[0], n = x[1], f = x[2];
|
|
655
|
+
g.push({
|
|
656
|
+
type: f,
|
|
657
657
|
value: n
|
|
658
|
-
}),
|
|
658
|
+
}), s = e;
|
|
659
659
|
continue;
|
|
660
660
|
}
|
|
661
|
-
|
|
661
|
+
g.push({
|
|
662
662
|
type: "<delim-token>",
|
|
663
|
-
value:
|
|
663
|
+
value: p
|
|
664
664
|
});
|
|
665
|
-
} else if (
|
|
666
|
-
var
|
|
667
|
-
if (
|
|
668
|
-
|
|
665
|
+
} else if (p === 46) {
|
|
666
|
+
var w = G(l, s);
|
|
667
|
+
if (w === null)
|
|
668
|
+
g.push({
|
|
669
669
|
type: "<delim-token>",
|
|
670
|
-
value:
|
|
670
|
+
value: p
|
|
671
671
|
});
|
|
672
672
|
else {
|
|
673
|
-
var
|
|
674
|
-
|
|
673
|
+
var y = k(w, 2), e = y[0], o = y[1];
|
|
674
|
+
o[0] === "<dimension-token>" ? g.push({
|
|
675
675
|
type: "<dimension-token>",
|
|
676
|
-
value:
|
|
677
|
-
unit:
|
|
676
|
+
value: o[1],
|
|
677
|
+
unit: o[2].toLowerCase(),
|
|
678
678
|
flag: "number"
|
|
679
|
-
}) :
|
|
680
|
-
type:
|
|
681
|
-
value:
|
|
682
|
-
flag:
|
|
683
|
-
}) :
|
|
684
|
-
type:
|
|
685
|
-
value:
|
|
679
|
+
}) : o[0] === "<number-token>" ? g.push({
|
|
680
|
+
type: o[0],
|
|
681
|
+
value: o[1],
|
|
682
|
+
flag: o[2]
|
|
683
|
+
}) : g.push({
|
|
684
|
+
type: o[0],
|
|
685
|
+
value: o[1],
|
|
686
686
|
flag: "number"
|
|
687
|
-
}),
|
|
687
|
+
}), s = e;
|
|
688
688
|
continue;
|
|
689
689
|
}
|
|
690
|
-
} else if (
|
|
691
|
-
|
|
690
|
+
} else if (p === 58)
|
|
691
|
+
g.push({
|
|
692
692
|
type: "<colon-token>"
|
|
693
693
|
});
|
|
694
|
-
else if (
|
|
695
|
-
|
|
694
|
+
else if (p === 59)
|
|
695
|
+
g.push({
|
|
696
696
|
type: "<semicolon-token>"
|
|
697
697
|
});
|
|
698
|
-
else if (
|
|
699
|
-
if (
|
|
700
|
-
var
|
|
701
|
-
if (
|
|
702
|
-
|
|
698
|
+
else if (p === 60) {
|
|
699
|
+
if (s + 3 < l.length) {
|
|
700
|
+
var i = l.charCodeAt(s + 1), C = l.charCodeAt(s + 2), R = l.charCodeAt(s + 3);
|
|
701
|
+
if (i === 33 && C === 45 && R === 45) {
|
|
702
|
+
g.push({
|
|
703
703
|
type: "<CDO-token>"
|
|
704
|
-
}),
|
|
704
|
+
}), s += 3;
|
|
705
705
|
continue;
|
|
706
706
|
}
|
|
707
707
|
}
|
|
708
|
-
|
|
708
|
+
g.push({
|
|
709
709
|
type: "<delim-token>",
|
|
710
|
-
value:
|
|
710
|
+
value: p
|
|
711
711
|
});
|
|
712
|
-
} else if (
|
|
713
|
-
var
|
|
714
|
-
if (
|
|
715
|
-
var
|
|
716
|
-
|
|
712
|
+
} else if (p === 64) {
|
|
713
|
+
var z = il(l, s + 1);
|
|
714
|
+
if (z !== null) {
|
|
715
|
+
var q = k(z, 2), e = q[0], n = q[1];
|
|
716
|
+
g.push({
|
|
717
717
|
type: "<at-keyword-token>",
|
|
718
718
|
value: n.toLowerCase()
|
|
719
|
-
}),
|
|
719
|
+
}), s = e;
|
|
720
720
|
continue;
|
|
721
721
|
}
|
|
722
|
-
|
|
722
|
+
g.push({
|
|
723
723
|
type: "<delim-token>",
|
|
724
|
-
value:
|
|
724
|
+
value: p
|
|
725
725
|
});
|
|
726
|
-
} else if (
|
|
727
|
-
|
|
726
|
+
} else if (p === 91)
|
|
727
|
+
g.push({
|
|
728
728
|
type: "<[-token>"
|
|
729
729
|
});
|
|
730
|
-
else if (
|
|
731
|
-
var
|
|
732
|
-
if (
|
|
730
|
+
else if (p === 92) {
|
|
731
|
+
var z = K(l, s);
|
|
732
|
+
if (z === null)
|
|
733
733
|
return null;
|
|
734
|
-
var
|
|
735
|
-
|
|
736
|
-
} else if (
|
|
737
|
-
|
|
734
|
+
var P = k(z, 2), e = P[0], n = P[1];
|
|
735
|
+
l = l.slice(0, s) + n + l.slice(e + 1), s -= 1;
|
|
736
|
+
} else if (p === 93)
|
|
737
|
+
g.push({
|
|
738
738
|
type: "<]-token>"
|
|
739
739
|
});
|
|
740
|
-
else if (
|
|
741
|
-
|
|
740
|
+
else if (p === 123)
|
|
741
|
+
g.push({
|
|
742
742
|
type: "<{-token>"
|
|
743
743
|
});
|
|
744
|
-
else if (
|
|
745
|
-
|
|
744
|
+
else if (p === 125)
|
|
745
|
+
g.push({
|
|
746
746
|
type: "<}-token>"
|
|
747
747
|
});
|
|
748
|
-
else if (
|
|
749
|
-
var
|
|
750
|
-
|
|
748
|
+
else if (p >= 48 && p <= 57) {
|
|
749
|
+
var z = G(l, s), M = k(z, 2), e = M[0], o = M[1];
|
|
750
|
+
o[0] === "<dimension-token>" ? g.push({
|
|
751
751
|
type: "<dimension-token>",
|
|
752
|
-
value:
|
|
753
|
-
unit:
|
|
752
|
+
value: o[1],
|
|
753
|
+
unit: o[2].toLowerCase(),
|
|
754
754
|
flag: "number"
|
|
755
|
-
}) :
|
|
756
|
-
type:
|
|
757
|
-
value:
|
|
758
|
-
flag:
|
|
759
|
-
}) :
|
|
760
|
-
type:
|
|
761
|
-
value:
|
|
755
|
+
}) : o[0] === "<number-token>" ? g.push({
|
|
756
|
+
type: o[0],
|
|
757
|
+
value: o[1],
|
|
758
|
+
flag: o[2]
|
|
759
|
+
}) : g.push({
|
|
760
|
+
type: o[0],
|
|
761
|
+
value: o[1],
|
|
762
762
|
flag: "number"
|
|
763
|
-
}),
|
|
764
|
-
} else if (
|
|
765
|
-
var
|
|
766
|
-
if (
|
|
763
|
+
}), s = e;
|
|
764
|
+
} else if (p === 95 || p >= 65 && p <= 90 || p >= 97 && p <= 122 || p >= 128) {
|
|
765
|
+
var z = vl(l, s);
|
|
766
|
+
if (z === null)
|
|
767
767
|
return null;
|
|
768
|
-
var
|
|
769
|
-
|
|
770
|
-
type:
|
|
768
|
+
var E = k(z, 3), e = E[0], n = E[1], f = E[2];
|
|
769
|
+
g.push({
|
|
770
|
+
type: f,
|
|
771
771
|
value: n
|
|
772
|
-
}),
|
|
772
|
+
}), s = e;
|
|
773
773
|
} else
|
|
774
|
-
|
|
774
|
+
g.push({
|
|
775
775
|
type: "<delim-token>",
|
|
776
|
-
value:
|
|
776
|
+
value: p
|
|
777
777
|
});
|
|
778
778
|
}
|
|
779
|
-
return
|
|
779
|
+
return g.push({
|
|
780
780
|
type: "<EOF-token>"
|
|
781
|
-
}),
|
|
782
|
-
}, Cl = function(
|
|
783
|
-
if (
|
|
784
|
-
for (var
|
|
785
|
-
var
|
|
786
|
-
if (
|
|
787
|
-
return [h, String.fromCharCode.apply(null,
|
|
788
|
-
if (
|
|
789
|
-
var
|
|
790
|
-
if (
|
|
791
|
-
var
|
|
792
|
-
|
|
781
|
+
}), g;
|
|
782
|
+
}, Cl = function(l, s) {
|
|
783
|
+
if (l.length <= s + 1) return null;
|
|
784
|
+
for (var g = l.charCodeAt(s), p = [], h = s + 1; h < l.length; h += 1) {
|
|
785
|
+
var z = l.charCodeAt(h);
|
|
786
|
+
if (z === g)
|
|
787
|
+
return [h, String.fromCharCode.apply(null, p)];
|
|
788
|
+
if (z === 92) {
|
|
789
|
+
var a = K(l, h);
|
|
790
|
+
if (a === null) return null;
|
|
791
|
+
var e = k(a, 2), n = e[0], i = e[1];
|
|
792
|
+
p.push(i), h = n;
|
|
793
793
|
} else {
|
|
794
|
-
if (
|
|
794
|
+
if (z === 10)
|
|
795
795
|
return null;
|
|
796
|
-
|
|
796
|
+
p.push(z);
|
|
797
797
|
}
|
|
798
798
|
}
|
|
799
799
|
return null;
|
|
800
|
-
},
|
|
801
|
-
if (
|
|
802
|
-
var
|
|
803
|
-
if (
|
|
804
|
-
if (
|
|
805
|
-
var
|
|
806
|
-
if (
|
|
800
|
+
}, Dl = function(l, s) {
|
|
801
|
+
if (l.length <= s) return !1;
|
|
802
|
+
var g = l.charCodeAt(s);
|
|
803
|
+
if (g === 45) {
|
|
804
|
+
if (l.length <= s + 1) return !1;
|
|
805
|
+
var p = l.charCodeAt(s + 1);
|
|
806
|
+
if (p === 45 || p === 95 || p >= 65 && p <= 90 || p >= 97 && p <= 122 || p >= 128)
|
|
807
807
|
return !0;
|
|
808
|
-
if (
|
|
809
|
-
if (
|
|
810
|
-
var h =
|
|
808
|
+
if (p === 92) {
|
|
809
|
+
if (l.length <= s + 2) return !1;
|
|
810
|
+
var h = l.charCodeAt(s + 2);
|
|
811
811
|
return h !== 10;
|
|
812
812
|
} else
|
|
813
813
|
return !1;
|
|
814
814
|
} else {
|
|
815
|
-
if (
|
|
815
|
+
if (g === 95 || g >= 65 && g <= 90 || g >= 97 && g <= 122 || g >= 128)
|
|
816
816
|
return !0;
|
|
817
|
-
if (
|
|
818
|
-
if (
|
|
819
|
-
var
|
|
820
|
-
return
|
|
817
|
+
if (g === 92) {
|
|
818
|
+
if (l.length <= s + 1) return !1;
|
|
819
|
+
var p = l.charCodeAt(s + 1);
|
|
820
|
+
return p !== 10;
|
|
821
821
|
} else
|
|
822
822
|
return !1;
|
|
823
823
|
}
|
|
824
|
-
},
|
|
825
|
-
if (
|
|
826
|
-
var
|
|
827
|
-
if (
|
|
824
|
+
}, K = function(l, s) {
|
|
825
|
+
if (l.length <= s + 1 || l.charCodeAt(s) !== 92) return null;
|
|
826
|
+
var g = l.charCodeAt(s + 1);
|
|
827
|
+
if (g === 10)
|
|
828
828
|
return null;
|
|
829
|
-
if (
|
|
830
|
-
for (var
|
|
831
|
-
var
|
|
832
|
-
if (
|
|
833
|
-
|
|
829
|
+
if (g >= 48 && g <= 57 || g >= 65 && g <= 70 || g >= 97 && g <= 102) {
|
|
830
|
+
for (var p = [g], h = Math.min(s + 7, l.length), z = s + 2; z < h; z += 1) {
|
|
831
|
+
var a = l.charCodeAt(z);
|
|
832
|
+
if (a >= 48 && a <= 57 || a >= 65 && a <= 70 || a >= 97 && a <= 102)
|
|
833
|
+
p.push(a);
|
|
834
834
|
else
|
|
835
835
|
break;
|
|
836
836
|
}
|
|
837
|
-
if (
|
|
838
|
-
var
|
|
839
|
-
(
|
|
837
|
+
if (z < l.length) {
|
|
838
|
+
var e = l.charCodeAt(z);
|
|
839
|
+
(e === 9 || e === 32 || e === 10) && (z += 1);
|
|
840
840
|
}
|
|
841
|
-
return [
|
|
841
|
+
return [z - 1, parseInt(String.fromCharCode.apply(null, p), 16)];
|
|
842
842
|
} else
|
|
843
|
-
return [
|
|
844
|
-
},
|
|
845
|
-
var
|
|
846
|
-
if (
|
|
847
|
-
var
|
|
848
|
-
if (
|
|
849
|
-
var n = k(
|
|
850
|
-
return [
|
|
851
|
-
}
|
|
852
|
-
return h + 1 <
|
|
853
|
-
},
|
|
854
|
-
if (
|
|
855
|
-
var
|
|
856
|
-
for ((h === 43 || h === 45) && (
|
|
857
|
-
var
|
|
858
|
-
if (
|
|
859
|
-
|
|
843
|
+
return [s + 1, g];
|
|
844
|
+
}, G = function(l, s) {
|
|
845
|
+
var g = Bs(l, s);
|
|
846
|
+
if (g === null) return null;
|
|
847
|
+
var p = k(g, 3), h = p[0], z = p[1], a = p[2], e = il(l, h + 1);
|
|
848
|
+
if (e !== null) {
|
|
849
|
+
var n = k(e, 2), i = n[0], d = n[1];
|
|
850
|
+
return [i, ["<dimension-token>", z, d]];
|
|
851
|
+
}
|
|
852
|
+
return h + 1 < l.length && l.charCodeAt(h + 1) === 37 ? [h + 1, ["<percentage-token>", z]] : [h, ["<number-token>", z, a]];
|
|
853
|
+
}, Bs = function(l, s) {
|
|
854
|
+
if (l.length <= s) return null;
|
|
855
|
+
var g = "integer", p = [], h = l.charCodeAt(s);
|
|
856
|
+
for ((h === 43 || h === 45) && (s += 1, h === 45 && p.push(45)); s < l.length; ) {
|
|
857
|
+
var z = l.charCodeAt(s);
|
|
858
|
+
if (z >= 48 && z <= 57)
|
|
859
|
+
p.push(z), s += 1;
|
|
860
860
|
else
|
|
861
861
|
break;
|
|
862
862
|
}
|
|
863
|
-
if (
|
|
864
|
-
var
|
|
865
|
-
if (
|
|
866
|
-
for (
|
|
867
|
-
var
|
|
868
|
-
if (
|
|
869
|
-
|
|
863
|
+
if (s + 1 < l.length) {
|
|
864
|
+
var a = l.charCodeAt(s), e = l.charCodeAt(s + 1);
|
|
865
|
+
if (a === 46 && e >= 48 && e <= 57)
|
|
866
|
+
for (p.push(a, e), g = "number", s += 2; s < l.length; ) {
|
|
867
|
+
var z = l.charCodeAt(s);
|
|
868
|
+
if (z >= 48 && z <= 57)
|
|
869
|
+
p.push(z), s += 1;
|
|
870
870
|
else
|
|
871
871
|
break;
|
|
872
872
|
}
|
|
873
873
|
}
|
|
874
|
-
if (
|
|
875
|
-
var
|
|
876
|
-
if (
|
|
877
|
-
var
|
|
878
|
-
if (
|
|
879
|
-
for (
|
|
880
|
-
var
|
|
881
|
-
if (
|
|
882
|
-
|
|
874
|
+
if (s + 1 < l.length) {
|
|
875
|
+
var a = l.charCodeAt(s), e = l.charCodeAt(s + 1), n = l.charCodeAt(s + 2);
|
|
876
|
+
if (a === 69 || a === 101) {
|
|
877
|
+
var i = e >= 48 && e <= 57;
|
|
878
|
+
if (i || (e === 43 || e === 45) && n >= 48 && n <= 57)
|
|
879
|
+
for (g = "number", i ? (p.push(69, e), s += 2) : e === 45 ? (p.push(69, 45, n), s += 3) : (p.push(69, n), s += 3); s < l.length; ) {
|
|
880
|
+
var z = l.charCodeAt(s);
|
|
881
|
+
if (z >= 48 && z <= 57)
|
|
882
|
+
p.push(z), s += 1;
|
|
883
883
|
else
|
|
884
884
|
break;
|
|
885
885
|
}
|
|
886
886
|
}
|
|
887
887
|
}
|
|
888
|
-
var
|
|
889
|
-
return
|
|
890
|
-
},
|
|
891
|
-
if (
|
|
888
|
+
var d = String.fromCharCode.apply(null, p), u = g === "number" ? parseFloat(d) : parseInt(d);
|
|
889
|
+
return u === -0 && (u = 0), Number.isNaN(u) ? null : [s - 1, u, g];
|
|
890
|
+
}, Ms = function(l, s) {
|
|
891
|
+
if (l.length <= s)
|
|
892
892
|
return null;
|
|
893
|
-
for (var
|
|
894
|
-
if (
|
|
895
|
-
|
|
893
|
+
for (var g = [], p = l.charCodeAt(s); s < l.length; p = l.charCodeAt(++s)) {
|
|
894
|
+
if (p === 45 || p === 95 || p >= 65 && p <= 90 || p >= 97 && p <= 122 || p >= 128 || p >= 48 && p <= 57) {
|
|
895
|
+
g.push(p);
|
|
896
896
|
continue;
|
|
897
897
|
} else {
|
|
898
|
-
var h =
|
|
898
|
+
var h = K(l, s);
|
|
899
899
|
if (h !== null) {
|
|
900
|
-
var
|
|
901
|
-
|
|
900
|
+
var z = k(h, 2), a = z[0], e = z[1];
|
|
901
|
+
g.push(e), s = a;
|
|
902
902
|
continue;
|
|
903
903
|
}
|
|
904
904
|
}
|
|
905
905
|
break;
|
|
906
906
|
}
|
|
907
|
-
return
|
|
908
|
-
},
|
|
909
|
-
if (
|
|
907
|
+
return s === 0 ? null : [s - 1, String.fromCharCode.apply(null, g)];
|
|
908
|
+
}, il = function(l, s) {
|
|
909
|
+
if (l.length <= s || !Dl(l, s))
|
|
910
910
|
return null;
|
|
911
|
-
for (var
|
|
912
|
-
if (
|
|
913
|
-
|
|
911
|
+
for (var g = [], p = l.charCodeAt(s); s < l.length; p = l.charCodeAt(++s)) {
|
|
912
|
+
if (p === 45 || p === 95 || p >= 65 && p <= 90 || p >= 97 && p <= 122 || p >= 128 || p >= 48 && p <= 57) {
|
|
913
|
+
g.push(p);
|
|
914
914
|
continue;
|
|
915
915
|
} else {
|
|
916
|
-
var h =
|
|
916
|
+
var h = K(l, s);
|
|
917
917
|
if (h !== null) {
|
|
918
|
-
var
|
|
919
|
-
|
|
918
|
+
var z = k(h, 2), a = z[0], e = z[1];
|
|
919
|
+
g.push(e), s = a;
|
|
920
920
|
continue;
|
|
921
921
|
}
|
|
922
922
|
}
|
|
923
923
|
break;
|
|
924
924
|
}
|
|
925
|
-
return [
|
|
926
|
-
}, Ns = function(
|
|
927
|
-
for (var
|
|
928
|
-
|
|
929
|
-
for (var
|
|
930
|
-
if (
|
|
931
|
-
return [
|
|
932
|
-
if (
|
|
925
|
+
return [s - 1, String.fromCharCode.apply(null, g)];
|
|
926
|
+
}, Ns = function(l, s) {
|
|
927
|
+
for (var g = l.charCodeAt(s); g === 9 || g === 32 || g === 10; )
|
|
928
|
+
g = l.charCodeAt(++s);
|
|
929
|
+
for (var p = [], h = !1; s < l.length; ) {
|
|
930
|
+
if (g === 41)
|
|
931
|
+
return [s, String.fromCharCode.apply(null, p)];
|
|
932
|
+
if (g === 34 || g === 39 || g === 40)
|
|
933
933
|
return null;
|
|
934
|
-
if (
|
|
935
|
-
!h &&
|
|
936
|
-
else if (
|
|
937
|
-
var
|
|
938
|
-
if (
|
|
939
|
-
var
|
|
940
|
-
|
|
934
|
+
if (g === 9 || g === 32 || g === 10)
|
|
935
|
+
!h && p.length !== 0 && (h = !0);
|
|
936
|
+
else if (g === 92) {
|
|
937
|
+
var z = K(l, s);
|
|
938
|
+
if (z === null || h) return null;
|
|
939
|
+
var a = k(z, 2), e = a[0], n = a[1];
|
|
940
|
+
p.push(n), s = e;
|
|
941
941
|
} else {
|
|
942
942
|
if (h) return null;
|
|
943
|
-
|
|
943
|
+
p.push(g);
|
|
944
944
|
}
|
|
945
|
-
|
|
945
|
+
g = l.charCodeAt(++s);
|
|
946
946
|
}
|
|
947
947
|
return null;
|
|
948
|
-
}, vl = function(
|
|
949
|
-
var
|
|
950
|
-
if (
|
|
951
|
-
var
|
|
952
|
-
if (
|
|
953
|
-
if (
|
|
954
|
-
var
|
|
955
|
-
if (
|
|
956
|
-
for (var
|
|
957
|
-
var n =
|
|
948
|
+
}, vl = function(l, s) {
|
|
949
|
+
var g = il(l, s);
|
|
950
|
+
if (g === null) return null;
|
|
951
|
+
var p = k(g, 2), h = p[0], z = p[1];
|
|
952
|
+
if (z.toLowerCase() === "url") {
|
|
953
|
+
if (l.length > h + 1) {
|
|
954
|
+
var a = l.charCodeAt(h + 1);
|
|
955
|
+
if (a === 40) {
|
|
956
|
+
for (var e = 2; h + e < l.length; e += 1) {
|
|
957
|
+
var n = l.charCodeAt(h + e);
|
|
958
958
|
if (n === 34 || n === 39)
|
|
959
|
-
return [h + 1,
|
|
959
|
+
return [h + 1, z.toLowerCase(), "<function-token>"];
|
|
960
960
|
if (n !== 9 && n !== 32 && n !== 10) {
|
|
961
|
-
var
|
|
962
|
-
if (
|
|
963
|
-
var
|
|
964
|
-
return [
|
|
961
|
+
var i = Ns(l, h + e);
|
|
962
|
+
if (i === null) return null;
|
|
963
|
+
var d = k(i, 2), u = d[0], r = d[1];
|
|
964
|
+
return [u, r, "<url-token>"];
|
|
965
965
|
}
|
|
966
966
|
}
|
|
967
|
-
return [h + 1,
|
|
967
|
+
return [h + 1, z.toLowerCase(), "<function-token>"];
|
|
968
968
|
}
|
|
969
969
|
}
|
|
970
|
-
} else if (
|
|
971
|
-
var
|
|
972
|
-
if (
|
|
973
|
-
return [h + 1,
|
|
974
|
-
}
|
|
975
|
-
return [h,
|
|
976
|
-
},
|
|
977
|
-
for (var
|
|
978
|
-
s
|
|
979
|
-
return
|
|
980
|
-
},
|
|
981
|
-
if (
|
|
982
|
-
var
|
|
983
|
-
return
|
|
984
|
-
mediaPrefix:
|
|
985
|
-
mediaType:
|
|
986
|
-
mediaCondition:
|
|
970
|
+
} else if (l.length > h + 1) {
|
|
971
|
+
var a = l.charCodeAt(h + 1);
|
|
972
|
+
if (a === 40)
|
|
973
|
+
return [h + 1, z.toLowerCase(), "<function-token>"];
|
|
974
|
+
}
|
|
975
|
+
return [h, z.toLowerCase(), "<ident-token>"];
|
|
976
|
+
}, Ds = function(l) {
|
|
977
|
+
for (var s = l.length - 1; s >= 0; s--)
|
|
978
|
+
l[s] = Fs(l[s]);
|
|
979
|
+
return l;
|
|
980
|
+
}, Fs = function(l) {
|
|
981
|
+
if (l.mediaCondition === null) return l;
|
|
982
|
+
var s = Ws(l.mediaCondition);
|
|
983
|
+
return s.operator === null && s.children.length === 1 && "children" in s.children[0] && (s = s.children[0]), {
|
|
984
|
+
mediaPrefix: l.mediaPrefix,
|
|
985
|
+
mediaType: l.mediaType,
|
|
986
|
+
mediaCondition: s
|
|
987
987
|
};
|
|
988
|
-
},
|
|
989
|
-
for (var
|
|
990
|
-
var g = l.children[
|
|
988
|
+
}, Ws = function t(l) {
|
|
989
|
+
for (var s = l.children.length - 1; s >= 0; s--) {
|
|
990
|
+
var g = l.children[s];
|
|
991
991
|
if (!("context" in g)) {
|
|
992
|
-
var
|
|
993
|
-
if (
|
|
994
|
-
l.children[
|
|
995
|
-
else if (
|
|
996
|
-
for (var
|
|
997
|
-
|
|
998
|
-
l.children.splice.apply(l.children,
|
|
992
|
+
var p = t(g);
|
|
993
|
+
if (p.operator === null && p.children.length === 1)
|
|
994
|
+
l.children[s] = p.children[0];
|
|
995
|
+
else if (p.operator === l.operator && (p.operator === "and" || p.operator === "or")) {
|
|
996
|
+
for (var h = [s, 1], z = 0; z < p.children.length; z++)
|
|
997
|
+
h.push(p.children[z]);
|
|
998
|
+
l.children.splice.apply(l.children, h);
|
|
999
999
|
}
|
|
1000
1000
|
}
|
|
1001
1001
|
}
|
|
1002
1002
|
return l;
|
|
1003
|
-
}, A = function(
|
|
1004
|
-
return
|
|
1005
|
-
`).concat(
|
|
1006
|
-
},
|
|
1007
|
-
return
|
|
1008
|
-
},
|
|
1009
|
-
var
|
|
1010
|
-
if (
|
|
1003
|
+
}, A = function(l, s) {
|
|
1004
|
+
return s instanceof Error ? new Error("".concat(s.message.trim(), `
|
|
1005
|
+
`).concat(l.trim())) : new Error(l.trim());
|
|
1006
|
+
}, Is = function(l) {
|
|
1007
|
+
return Ds(Us(l));
|
|
1008
|
+
}, Us = function(l) {
|
|
1009
|
+
var s = Ls(l.trim());
|
|
1010
|
+
if (s === null)
|
|
1011
1011
|
throw A("Failed tokenizing");
|
|
1012
|
-
var
|
|
1013
|
-
if (
|
|
1014
|
-
if (
|
|
1012
|
+
var g = 0, p = s.length - 1;
|
|
1013
|
+
if (s[0].type === "<at-keyword-token>" && s[0].value === "media") {
|
|
1014
|
+
if (s[1].type !== "<whitespace-token>")
|
|
1015
1015
|
throw A("Expected whitespace after media");
|
|
1016
|
-
|
|
1017
|
-
for (var h = 2; h <
|
|
1018
|
-
var
|
|
1019
|
-
if (
|
|
1020
|
-
|
|
1016
|
+
g = 2;
|
|
1017
|
+
for (var h = 2; h < s.length - 1; h++) {
|
|
1018
|
+
var z = s[h];
|
|
1019
|
+
if (z.type === "<{-token>") {
|
|
1020
|
+
p = h;
|
|
1021
1021
|
break;
|
|
1022
|
-
} else if (
|
|
1022
|
+
} else if (z.type === "<semicolon-token>")
|
|
1023
1023
|
throw A("Expected '{' in media query but found ';'");
|
|
1024
1024
|
}
|
|
1025
1025
|
}
|
|
1026
|
-
return
|
|
1027
|
-
},
|
|
1028
|
-
for (var
|
|
1029
|
-
|
|
1030
|
-
wsBefore:
|
|
1026
|
+
return s = s.slice(g, p), Vs(s);
|
|
1027
|
+
}, Ts = function(l) {
|
|
1028
|
+
for (var s = [], g = !1, p = 0; p < l.length; p++)
|
|
1029
|
+
l[p].type === "<whitespace-token>" ? (g = !0, s.length > 0 && (s[s.length - 1].wsAfter = !0)) : (s.push(Q(Q({}, l[p]), {
|
|
1030
|
+
wsBefore: g,
|
|
1031
1031
|
wsAfter: !1
|
|
1032
|
-
})),
|
|
1033
|
-
return
|
|
1034
|
-
},
|
|
1035
|
-
for (var
|
|
1036
|
-
var
|
|
1037
|
-
|
|
1032
|
+
})), g = !1);
|
|
1033
|
+
return s;
|
|
1034
|
+
}, Vs = function(l) {
|
|
1035
|
+
for (var s, g, p = [[]], h = 0; h < l.length; h++) {
|
|
1036
|
+
var z = l[h];
|
|
1037
|
+
z.type === "<comma-token>" ? p.push([]) : p[p.length - 1].push(z);
|
|
1038
1038
|
}
|
|
1039
|
-
var
|
|
1040
|
-
if (
|
|
1039
|
+
var a = p.map(Ts);
|
|
1040
|
+
if (a.length === 1 && a[0].length === 0)
|
|
1041
1041
|
return [{
|
|
1042
1042
|
mediaCondition: null,
|
|
1043
1043
|
mediaPrefix: null,
|
|
1044
1044
|
mediaType: "all"
|
|
1045
1045
|
}];
|
|
1046
|
-
var
|
|
1047
|
-
return
|
|
1046
|
+
var e = a.map(function(r) {
|
|
1047
|
+
return r.length === 0 ? null : $s(r);
|
|
1048
1048
|
}), n = [];
|
|
1049
1049
|
try {
|
|
1050
|
-
for (var
|
|
1051
|
-
var
|
|
1052
|
-
|
|
1050
|
+
for (var i = Ss(e), d = i.next(); !d.done; d = i.next()) {
|
|
1051
|
+
var u = d.value;
|
|
1052
|
+
u !== null && n.push(u);
|
|
1053
1053
|
}
|
|
1054
|
-
} catch (
|
|
1055
|
-
|
|
1056
|
-
error:
|
|
1054
|
+
} catch (r) {
|
|
1055
|
+
s = {
|
|
1056
|
+
error: r
|
|
1057
1057
|
};
|
|
1058
1058
|
} finally {
|
|
1059
1059
|
try {
|
|
1060
|
-
|
|
1060
|
+
d && !d.done && (g = i.return) && g.call(i);
|
|
1061
1061
|
} finally {
|
|
1062
|
-
if (
|
|
1062
|
+
if (s) throw s.error;
|
|
1063
1063
|
}
|
|
1064
1064
|
}
|
|
1065
1065
|
if (n.length === 0)
|
|
1066
1066
|
throw A("No valid media queries");
|
|
1067
1067
|
return n;
|
|
1068
|
-
},
|
|
1069
|
-
var
|
|
1070
|
-
if (
|
|
1068
|
+
}, $s = function(l) {
|
|
1069
|
+
var s = l[0];
|
|
1070
|
+
if (s.type === "<(-token>")
|
|
1071
1071
|
try {
|
|
1072
1072
|
return {
|
|
1073
1073
|
mediaPrefix: null,
|
|
1074
1074
|
mediaType: "all",
|
|
1075
|
-
mediaCondition: hl(
|
|
1075
|
+
mediaCondition: hl(l, !0)
|
|
1076
1076
|
};
|
|
1077
|
-
} catch (
|
|
1078
|
-
throw A("Expected media condition after '('",
|
|
1077
|
+
} catch (d) {
|
|
1078
|
+
throw A("Expected media condition after '('", d);
|
|
1079
1079
|
}
|
|
1080
|
-
else if (
|
|
1081
|
-
var
|
|
1082
|
-
(h === "only" || h === "not") && (
|
|
1083
|
-
var
|
|
1084
|
-
if (
|
|
1080
|
+
else if (s.type === "<ident-token>") {
|
|
1081
|
+
var g = null, p = void 0, h = s.value;
|
|
1082
|
+
(h === "only" || h === "not") && (g = h);
|
|
1083
|
+
var z = g === null ? 0 : 1;
|
|
1084
|
+
if (l.length <= z)
|
|
1085
1085
|
throw A("Expected extra token in media query");
|
|
1086
|
-
var
|
|
1087
|
-
if (
|
|
1088
|
-
var
|
|
1089
|
-
if (
|
|
1090
|
-
|
|
1091
|
-
else if (
|
|
1092
|
-
|
|
1093
|
-
else if (
|
|
1094
|
-
|
|
1086
|
+
var a = l[z];
|
|
1087
|
+
if (a.type === "<ident-token>") {
|
|
1088
|
+
var e = a.value;
|
|
1089
|
+
if (e === "all")
|
|
1090
|
+
p = "all";
|
|
1091
|
+
else if (e === "print" || e === "screen")
|
|
1092
|
+
p = e;
|
|
1093
|
+
else if (e === "tty" || e === "tv" || e === "projection" || e === "handheld" || e === "braille" || e === "embossed" || e === "aural" || e === "speech")
|
|
1094
|
+
g = g === "not" ? null : "not", p = "all";
|
|
1095
1095
|
else
|
|
1096
|
-
throw A("Unknown ident '".concat(
|
|
1097
|
-
} else if (
|
|
1096
|
+
throw A("Unknown ident '".concat(e, "' in media query"));
|
|
1097
|
+
} else if (g === "not" && a.type === "<(-token>") {
|
|
1098
1098
|
var n = [{
|
|
1099
1099
|
type: "<(-token>",
|
|
1100
1100
|
wsBefore: !1,
|
|
1101
1101
|
wsAfter: !1
|
|
1102
1102
|
}];
|
|
1103
|
-
n.push.apply(n,
|
|
1103
|
+
n.push.apply(n, l), n.push({
|
|
1104
1104
|
type: "<)-token>",
|
|
1105
1105
|
wsBefore: !1,
|
|
1106
1106
|
wsAfter: !1
|
|
@@ -1111,28 +1111,28 @@ var Rs = /(\u000D|\u000C|\u000D\u000A)/g, Ss = /[\u0000\uD800-\uDFFF]/g, Ps = /(
|
|
|
1111
1111
|
mediaType: "all",
|
|
1112
1112
|
mediaCondition: hl(n, !0)
|
|
1113
1113
|
};
|
|
1114
|
-
} catch (
|
|
1115
|
-
throw A("Expected media condition after '('",
|
|
1114
|
+
} catch (d) {
|
|
1115
|
+
throw A("Expected media condition after '('", d);
|
|
1116
1116
|
}
|
|
1117
1117
|
} else
|
|
1118
1118
|
throw A("Invalid media query");
|
|
1119
|
-
if (
|
|
1119
|
+
if (z + 1 === l.length)
|
|
1120
1120
|
return {
|
|
1121
|
-
mediaPrefix:
|
|
1122
|
-
mediaType:
|
|
1121
|
+
mediaPrefix: g,
|
|
1122
|
+
mediaType: p,
|
|
1123
1123
|
mediaCondition: null
|
|
1124
1124
|
};
|
|
1125
|
-
if (
|
|
1126
|
-
var
|
|
1127
|
-
if (
|
|
1125
|
+
if (z + 4 < l.length) {
|
|
1126
|
+
var i = l[z + 1];
|
|
1127
|
+
if (i.type === "<ident-token>" && i.value === "and")
|
|
1128
1128
|
try {
|
|
1129
1129
|
return {
|
|
1130
|
-
mediaPrefix:
|
|
1131
|
-
mediaType:
|
|
1132
|
-
mediaCondition: hl(
|
|
1130
|
+
mediaPrefix: g,
|
|
1131
|
+
mediaType: p,
|
|
1132
|
+
mediaCondition: hl(l.slice(z + 2), !1)
|
|
1133
1133
|
};
|
|
1134
|
-
} catch (
|
|
1135
|
-
throw A("Expected media condition after 'and'",
|
|
1134
|
+
} catch (d) {
|
|
1135
|
+
throw A("Expected media condition after 'and'", d);
|
|
1136
1136
|
}
|
|
1137
1137
|
else
|
|
1138
1138
|
throw A("Expected 'and' after media prefix");
|
|
@@ -1140,311 +1140,311 @@ var Rs = /(\u000D|\u000C|\u000D\u000A)/g, Ss = /[\u0000\uD800-\uDFFF]/g, Ps = /(
|
|
|
1140
1140
|
throw A("Expected media condition after media prefix");
|
|
1141
1141
|
} else
|
|
1142
1142
|
throw A("Expected media condition or media prefix");
|
|
1143
|
-
}, hl = function
|
|
1143
|
+
}, hl = function t(l, s, g) {
|
|
1144
1144
|
if (g === void 0 && (g = null), l.length < 3 || l[0].type !== "<(-token>" || l[l.length - 1].type !== "<)-token>")
|
|
1145
1145
|
throw new Error("Invalid media condition");
|
|
1146
|
-
for (var
|
|
1147
|
-
var
|
|
1148
|
-
if (
|
|
1149
|
-
|
|
1146
|
+
for (var p = l.length - 1, h = 0, z = 0, a = 0; a < l.length; a++) {
|
|
1147
|
+
var e = l[a];
|
|
1148
|
+
if (e.type === "<(-token>" ? (z += 1, h = Math.max(h, z)) : e.type === "<)-token>" && (z -= 1), z === 0) {
|
|
1149
|
+
p = a;
|
|
1150
1150
|
break;
|
|
1151
1151
|
}
|
|
1152
1152
|
}
|
|
1153
|
-
if (
|
|
1153
|
+
if (z !== 0)
|
|
1154
1154
|
throw new Error(`Mismatched parens
|
|
1155
1155
|
Invalid media condition`);
|
|
1156
|
-
var
|
|
1157
|
-
if (
|
|
1156
|
+
var n, i = l.slice(0, p + 1);
|
|
1157
|
+
if (h === 1 ? n = Ks(i) : i[1].type === "<ident-token>" && i[1].value === "not" ? n = t(i.slice(2, -1), !0, "not") : n = t(i.slice(1, -1), !0), p === l.length - 1)
|
|
1158
1158
|
return {
|
|
1159
1159
|
operator: g,
|
|
1160
|
-
children: [
|
|
1160
|
+
children: [n]
|
|
1161
1161
|
};
|
|
1162
|
-
var
|
|
1163
|
-
if (
|
|
1162
|
+
var d = l[p + 1];
|
|
1163
|
+
if (d.type !== "<ident-token>")
|
|
1164
1164
|
throw new Error(`Invalid operator
|
|
1165
1165
|
Invalid media condition`);
|
|
1166
|
-
if (g !== null && g !==
|
|
1167
|
-
throw new Error("'".concat(
|
|
1166
|
+
if (g !== null && g !== d.value)
|
|
1167
|
+
throw new Error("'".concat(d.value, "' and '").concat(g, `' must not be at same level
|
|
1168
1168
|
Invalid media condition`));
|
|
1169
|
-
if (
|
|
1169
|
+
if (d.value === "or" && !s)
|
|
1170
1170
|
throw new Error(`Cannot use 'or' at top level of a media query
|
|
1171
1171
|
Invalid media condition`);
|
|
1172
|
-
if (
|
|
1173
|
-
throw new Error("Invalid operator: '".concat(
|
|
1172
|
+
if (d.value !== "and" && d.value !== "or")
|
|
1173
|
+
throw new Error("Invalid operator: '".concat(d.value, `'
|
|
1174
1174
|
Invalid media condition`));
|
|
1175
|
-
var u =
|
|
1175
|
+
var u = t(l.slice(p + 2), s, d.value);
|
|
1176
1176
|
return {
|
|
1177
|
-
operator:
|
|
1178
|
-
children: [
|
|
1177
|
+
operator: d.value,
|
|
1178
|
+
children: [n].concat(u.children)
|
|
1179
1179
|
};
|
|
1180
|
-
},
|
|
1181
|
-
if (
|
|
1180
|
+
}, Ks = function(l) {
|
|
1181
|
+
if (l.length < 3 || l[0].type !== "<(-token>" || l[l.length - 1].type !== "<)-token>")
|
|
1182
1182
|
throw new Error("Invalid media feature");
|
|
1183
|
-
for (var
|
|
1184
|
-
if (
|
|
1185
|
-
var
|
|
1186
|
-
if (
|
|
1187
|
-
|
|
1183
|
+
for (var s = [l[0]], g = 1; g < l.length; g++) {
|
|
1184
|
+
if (g < l.length - 2) {
|
|
1185
|
+
var p = l[g], h = l[g + 1], z = l[g + 2];
|
|
1186
|
+
if (p.type === "<number-token>" && p.value > 0 && h.type === "<delim-token>" && h.value === 47 && z.type === "<number-token>" && z.value > 0) {
|
|
1187
|
+
s.push({
|
|
1188
1188
|
type: "<ratio-token>",
|
|
1189
|
-
numerator:
|
|
1190
|
-
denominator:
|
|
1191
|
-
wsBefore:
|
|
1192
|
-
wsAfter:
|
|
1193
|
-
}),
|
|
1189
|
+
numerator: p.value,
|
|
1190
|
+
denominator: z.value,
|
|
1191
|
+
wsBefore: p.wsBefore,
|
|
1192
|
+
wsAfter: z.wsAfter
|
|
1193
|
+
}), g += 2;
|
|
1194
1194
|
continue;
|
|
1195
1195
|
}
|
|
1196
1196
|
}
|
|
1197
|
-
|
|
1197
|
+
s.push(l[g]);
|
|
1198
1198
|
}
|
|
1199
|
-
var
|
|
1200
|
-
if (
|
|
1199
|
+
var a = s[1];
|
|
1200
|
+
if (a.type === "<ident-token>" && s.length === 3)
|
|
1201
1201
|
return {
|
|
1202
1202
|
context: "boolean",
|
|
1203
|
-
feature:
|
|
1203
|
+
feature: a.value
|
|
1204
1204
|
};
|
|
1205
|
-
if (
|
|
1206
|
-
var
|
|
1207
|
-
if (
|
|
1208
|
-
var n =
|
|
1209
|
-
|
|
1210
|
-
var
|
|
1205
|
+
if (s.length === 5 && s[1].type === "<ident-token>" && s[2].type === "<colon-token>") {
|
|
1206
|
+
var e = s[3];
|
|
1207
|
+
if (e.type === "<number-token>" || e.type === "<dimension-token>" || e.type === "<ratio-token>" || e.type === "<ident-token>") {
|
|
1208
|
+
var n = s[1].value, i = null, d = n.slice(0, 4);
|
|
1209
|
+
d === "min-" ? (i = "min", n = n.slice(4)) : d === "max-" && (i = "max", n = n.slice(4)), e.wsBefore, e.wsAfter;
|
|
1210
|
+
var u = al(e, ["wsBefore", "wsAfter"]);
|
|
1211
1211
|
return {
|
|
1212
1212
|
context: "value",
|
|
1213
|
-
prefix:
|
|
1213
|
+
prefix: i,
|
|
1214
1214
|
feature: n,
|
|
1215
|
-
value:
|
|
1215
|
+
value: u
|
|
1216
1216
|
};
|
|
1217
1217
|
}
|
|
1218
|
-
} else if (
|
|
1218
|
+
} else if (s.length >= 5)
|
|
1219
1219
|
try {
|
|
1220
|
-
var
|
|
1220
|
+
var r = Hs(s);
|
|
1221
1221
|
return {
|
|
1222
1222
|
context: "range",
|
|
1223
|
-
feature:
|
|
1224
|
-
range:
|
|
1223
|
+
feature: r.featureName,
|
|
1224
|
+
range: r
|
|
1225
1225
|
};
|
|
1226
|
-
} catch (
|
|
1227
|
-
throw A("Invalid media feature",
|
|
1226
|
+
} catch (m) {
|
|
1227
|
+
throw A("Invalid media feature", m);
|
|
1228
1228
|
}
|
|
1229
1229
|
throw new Error("Invalid media feature");
|
|
1230
|
-
}, Hs = function(
|
|
1231
|
-
var
|
|
1232
|
-
if (
|
|
1230
|
+
}, Hs = function(l) {
|
|
1231
|
+
var s, g, p, h;
|
|
1232
|
+
if (l.length < 5 || l[0].type !== "<(-token>" || l[l.length - 1].type !== "<)-token>")
|
|
1233
1233
|
throw new Error("Invalid range");
|
|
1234
|
-
var
|
|
1234
|
+
var z = {
|
|
1235
1235
|
leftToken: null,
|
|
1236
1236
|
leftOp: null,
|
|
1237
1237
|
featureName: "",
|
|
1238
1238
|
rightOp: null,
|
|
1239
1239
|
rightToken: null
|
|
1240
|
-
},
|
|
1241
|
-
if (
|
|
1242
|
-
if (
|
|
1243
|
-
|
|
1244
|
-
else if (
|
|
1245
|
-
|
|
1246
|
-
else if (
|
|
1247
|
-
|
|
1240
|
+
}, a = l[1].type === "<number-token>" || l[1].type === "<dimension-token>" || l[1].type === "<ratio-token>" || l[1].type === "<ident-token>" && l[1].value === "infinite";
|
|
1241
|
+
if (l[2].type === "<delim-token>") {
|
|
1242
|
+
if (l[2].value === 60)
|
|
1243
|
+
l[3].type === "<delim-token>" && l[3].value === 61 && !l[3].wsBefore ? z[a ? "leftOp" : "rightOp"] = "<=" : z[a ? "leftOp" : "rightOp"] = "<";
|
|
1244
|
+
else if (l[2].value === 62)
|
|
1245
|
+
l[3].type === "<delim-token>" && l[3].value === 61 && !l[3].wsBefore ? z[a ? "leftOp" : "rightOp"] = ">=" : z[a ? "leftOp" : "rightOp"] = ">";
|
|
1246
|
+
else if (l[2].value === 61)
|
|
1247
|
+
z[a ? "leftOp" : "rightOp"] = "=";
|
|
1248
1248
|
else
|
|
1249
1249
|
throw new Error("Invalid range");
|
|
1250
|
-
if (
|
|
1251
|
-
|
|
1252
|
-
else if (
|
|
1253
|
-
|
|
1250
|
+
if (a)
|
|
1251
|
+
z.leftToken = l[1];
|
|
1252
|
+
else if (l[1].type === "<ident-token>")
|
|
1253
|
+
z.featureName = l[1].value;
|
|
1254
1254
|
else
|
|
1255
1255
|
throw new Error("Invalid range");
|
|
1256
|
-
var
|
|
1257
|
-
if (
|
|
1256
|
+
var e = 2 + ((g = (s = z[a ? "leftOp" : "rightOp"]) === null || s === void 0 ? void 0 : s.length) !== null && g !== void 0 ? g : 0), n = l[e];
|
|
1257
|
+
if (a)
|
|
1258
1258
|
if (n.type === "<ident-token>") {
|
|
1259
|
-
if (
|
|
1260
|
-
var
|
|
1261
|
-
if (
|
|
1262
|
-
var
|
|
1263
|
-
if (
|
|
1264
|
-
|
|
1265
|
-
else if (
|
|
1266
|
-
|
|
1259
|
+
if (z.featureName = n.value, l.length >= 7) {
|
|
1260
|
+
var i = l[e + 1], d = l[e + 2];
|
|
1261
|
+
if (i.type === "<delim-token>") {
|
|
1262
|
+
var u = i.value;
|
|
1263
|
+
if (u === 60)
|
|
1264
|
+
d.type === "<delim-token>" && d.value === 61 && !d.wsBefore ? z.rightOp = "<=" : z.rightOp = "<";
|
|
1265
|
+
else if (u === 62)
|
|
1266
|
+
d.type === "<delim-token>" && d.value === 61 && !d.wsBefore ? z.rightOp = ">=" : z.rightOp = ">";
|
|
1267
1267
|
else
|
|
1268
1268
|
throw new Error("Invalid range");
|
|
1269
|
-
var
|
|
1270
|
-
|
|
1269
|
+
var r = l[e + 1 + ((h = (p = z.rightOp) === null || p === void 0 ? void 0 : p.length) !== null && h !== void 0 ? h : 0)];
|
|
1270
|
+
z.rightToken = r;
|
|
1271
1271
|
} else
|
|
1272
1272
|
throw new Error("Invalid range");
|
|
1273
|
-
} else if (
|
|
1273
|
+
} else if (e + 2 !== l.length)
|
|
1274
1274
|
throw new Error("Invalid range");
|
|
1275
1275
|
} else
|
|
1276
1276
|
throw new Error("Invalid range");
|
|
1277
1277
|
else
|
|
1278
|
-
|
|
1279
|
-
var
|
|
1280
|
-
if (
|
|
1281
|
-
if (
|
|
1282
|
-
var
|
|
1283
|
-
|
|
1284
|
-
type:
|
|
1285
|
-
value:
|
|
1278
|
+
z.rightToken = n;
|
|
1279
|
+
var m = null, c = z.leftToken, o = z.leftOp, w = z.featureName, b = z.rightOp, C = z.rightToken, x = null;
|
|
1280
|
+
if (c !== null) {
|
|
1281
|
+
if (c.type === "<ident-token>") {
|
|
1282
|
+
var f = c.type, y = c.value;
|
|
1283
|
+
y === "infinite" && (x = {
|
|
1284
|
+
type: f,
|
|
1285
|
+
value: y
|
|
1286
1286
|
});
|
|
1287
|
-
} else if (
|
|
1288
|
-
|
|
1289
|
-
var
|
|
1290
|
-
|
|
1287
|
+
} else if (c.type === "<number-token>" || c.type === "<dimension-token>" || c.type === "<ratio-token>") {
|
|
1288
|
+
c.wsBefore, c.wsAfter;
|
|
1289
|
+
var R = al(c, ["wsBefore", "wsAfter"]);
|
|
1290
|
+
x = R;
|
|
1291
1291
|
}
|
|
1292
1292
|
}
|
|
1293
|
-
var
|
|
1294
|
-
if (
|
|
1295
|
-
if (
|
|
1296
|
-
var
|
|
1297
|
-
|
|
1298
|
-
type:
|
|
1299
|
-
value:
|
|
1293
|
+
var q = null;
|
|
1294
|
+
if (C !== null) {
|
|
1295
|
+
if (C.type === "<ident-token>") {
|
|
1296
|
+
var f = C.type, y = C.value;
|
|
1297
|
+
y === "infinite" && (q = {
|
|
1298
|
+
type: f,
|
|
1299
|
+
value: y
|
|
1300
1300
|
});
|
|
1301
|
-
} else if (
|
|
1302
|
-
|
|
1303
|
-
var
|
|
1304
|
-
|
|
1301
|
+
} else if (C.type === "<number-token>" || C.type === "<dimension-token>" || C.type === "<ratio-token>") {
|
|
1302
|
+
C.wsBefore, C.wsAfter;
|
|
1303
|
+
var P = al(C, ["wsBefore", "wsAfter"]);
|
|
1304
|
+
q = P;
|
|
1305
1305
|
}
|
|
1306
1306
|
}
|
|
1307
|
-
if (
|
|
1308
|
-
if ((
|
|
1309
|
-
|
|
1310
|
-
leftToken:
|
|
1311
|
-
leftOp:
|
|
1312
|
-
featureName:
|
|
1313
|
-
rightOp:
|
|
1314
|
-
rightToken:
|
|
1307
|
+
if (x !== null && q !== null)
|
|
1308
|
+
if ((o === "<" || o === "<=") && (b === "<" || b === "<="))
|
|
1309
|
+
m = {
|
|
1310
|
+
leftToken: x,
|
|
1311
|
+
leftOp: o,
|
|
1312
|
+
featureName: w,
|
|
1313
|
+
rightOp: b,
|
|
1314
|
+
rightToken: q
|
|
1315
1315
|
};
|
|
1316
|
-
else if ((
|
|
1317
|
-
|
|
1318
|
-
leftToken:
|
|
1319
|
-
leftOp:
|
|
1320
|
-
featureName:
|
|
1321
|
-
rightOp:
|
|
1322
|
-
rightToken:
|
|
1316
|
+
else if ((o === ">" || o === ">=") && (b === ">" || b === ">="))
|
|
1317
|
+
m = {
|
|
1318
|
+
leftToken: x,
|
|
1319
|
+
leftOp: o,
|
|
1320
|
+
featureName: w,
|
|
1321
|
+
rightOp: b,
|
|
1322
|
+
rightToken: q
|
|
1323
1323
|
};
|
|
1324
1324
|
else
|
|
1325
1325
|
throw new Error("Invalid range");
|
|
1326
|
-
else
|
|
1327
|
-
leftToken:
|
|
1328
|
-
leftOp:
|
|
1329
|
-
featureName:
|
|
1330
|
-
rightOp:
|
|
1331
|
-
rightToken:
|
|
1332
|
-
} :
|
|
1333
|
-
leftToken:
|
|
1334
|
-
leftOp:
|
|
1335
|
-
featureName:
|
|
1336
|
-
rightOp:
|
|
1337
|
-
rightToken:
|
|
1326
|
+
else x === null && o === null && b !== null && q !== null ? m = {
|
|
1327
|
+
leftToken: x,
|
|
1328
|
+
leftOp: o,
|
|
1329
|
+
featureName: w,
|
|
1330
|
+
rightOp: b,
|
|
1331
|
+
rightToken: q
|
|
1332
|
+
} : x !== null && o !== null && b === null && q === null && (m = {
|
|
1333
|
+
leftToken: x,
|
|
1334
|
+
leftOp: o,
|
|
1335
|
+
featureName: w,
|
|
1336
|
+
rightOp: b,
|
|
1337
|
+
rightToken: q
|
|
1338
1338
|
});
|
|
1339
|
-
return
|
|
1339
|
+
return m;
|
|
1340
1340
|
} else
|
|
1341
1341
|
throw new Error("Invalid range");
|
|
1342
1342
|
};
|
|
1343
|
-
function
|
|
1344
|
-
if (typeof
|
|
1345
|
-
var
|
|
1346
|
-
if (
|
|
1347
|
-
var g =
|
|
1343
|
+
function Ys(t, l) {
|
|
1344
|
+
if (typeof t != "object" || !t) return t;
|
|
1345
|
+
var s = t[Symbol.toPrimitive];
|
|
1346
|
+
if (s !== void 0) {
|
|
1347
|
+
var g = s.call(t, l || "default");
|
|
1348
1348
|
if (typeof g != "object") return g;
|
|
1349
1349
|
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
1350
1350
|
}
|
|
1351
|
-
return (l === "string" ? String : Number)(
|
|
1351
|
+
return (l === "string" ? String : Number)(t);
|
|
1352
1352
|
}
|
|
1353
|
-
function
|
|
1354
|
-
var l =
|
|
1353
|
+
function Gs(t) {
|
|
1354
|
+
var l = Ys(t, "string");
|
|
1355
1355
|
return typeof l == "symbol" ? l : String(l);
|
|
1356
1356
|
}
|
|
1357
|
-
function Xs(
|
|
1358
|
-
return l =
|
|
1359
|
-
value:
|
|
1357
|
+
function Xs(t, l, s) {
|
|
1358
|
+
return l = Gs(l), l in t ? Object.defineProperty(t, l, {
|
|
1359
|
+
value: s,
|
|
1360
1360
|
enumerable: !0,
|
|
1361
1361
|
configurable: !0,
|
|
1362
1362
|
writable: !0
|
|
1363
|
-
}) :
|
|
1363
|
+
}) : t[l] = s, t;
|
|
1364
1364
|
}
|
|
1365
|
-
function yl(
|
|
1366
|
-
var
|
|
1365
|
+
function yl(t, l) {
|
|
1366
|
+
var s = Object.keys(t);
|
|
1367
1367
|
if (Object.getOwnPropertySymbols) {
|
|
1368
|
-
var g = Object.getOwnPropertySymbols(
|
|
1369
|
-
l && (g = g.filter(function(
|
|
1370
|
-
return Object.getOwnPropertyDescriptor(
|
|
1371
|
-
})),
|
|
1368
|
+
var g = Object.getOwnPropertySymbols(t);
|
|
1369
|
+
l && (g = g.filter(function(p) {
|
|
1370
|
+
return Object.getOwnPropertyDescriptor(t, p).enumerable;
|
|
1371
|
+
})), s.push.apply(s, g);
|
|
1372
1372
|
}
|
|
1373
|
-
return
|
|
1373
|
+
return s;
|
|
1374
1374
|
}
|
|
1375
|
-
function
|
|
1375
|
+
function T(t) {
|
|
1376
1376
|
for (var l = 1; l < arguments.length; l++) {
|
|
1377
|
-
var
|
|
1378
|
-
l % 2 ? yl(Object(
|
|
1379
|
-
Xs(
|
|
1380
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(
|
|
1381
|
-
Object.defineProperty(
|
|
1377
|
+
var s = arguments[l] != null ? arguments[l] : {};
|
|
1378
|
+
l % 2 ? yl(Object(s), !0).forEach(function(g) {
|
|
1379
|
+
Xs(t, g, s[g]);
|
|
1380
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(s)) : yl(Object(s)).forEach(function(g) {
|
|
1381
|
+
Object.defineProperty(t, g, Object.getOwnPropertyDescriptor(s, g));
|
|
1382
1382
|
});
|
|
1383
1383
|
}
|
|
1384
|
-
return s;
|
|
1385
|
-
}
|
|
1386
|
-
function Ys(s, l) {
|
|
1387
|
-
if (s == null) return {};
|
|
1388
|
-
var t = {}, g = Object.keys(s), h, p;
|
|
1389
|
-
for (p = 0; p < g.length; p++)
|
|
1390
|
-
h = g[p], !(l.indexOf(h) >= 0) && (t[h] = s[h]);
|
|
1391
1384
|
return t;
|
|
1392
1385
|
}
|
|
1393
|
-
function
|
|
1394
|
-
if (
|
|
1395
|
-
var
|
|
1386
|
+
function Zs(t, l) {
|
|
1387
|
+
if (t == null) return {};
|
|
1388
|
+
var s = {}, g = Object.keys(t), p, h;
|
|
1389
|
+
for (h = 0; h < g.length; h++)
|
|
1390
|
+
p = g[h], !(l.indexOf(p) >= 0) && (s[p] = t[p]);
|
|
1391
|
+
return s;
|
|
1392
|
+
}
|
|
1393
|
+
function bl(t, l) {
|
|
1394
|
+
if (t == null) return {};
|
|
1395
|
+
var s = Zs(t, l), g, p;
|
|
1396
1396
|
if (Object.getOwnPropertySymbols) {
|
|
1397
|
-
var
|
|
1398
|
-
for (
|
|
1399
|
-
g = p
|
|
1397
|
+
var h = Object.getOwnPropertySymbols(t);
|
|
1398
|
+
for (p = 0; p < h.length; p++)
|
|
1399
|
+
g = h[p], !(l.indexOf(g) >= 0) && Object.prototype.propertyIsEnumerable.call(t, g) && (s[g] = t[g]);
|
|
1400
1400
|
}
|
|
1401
|
-
return
|
|
1401
|
+
return s;
|
|
1402
1402
|
}
|
|
1403
|
-
function
|
|
1404
|
-
for (var
|
|
1405
|
-
l(s
|
|
1403
|
+
function U(t, l) {
|
|
1404
|
+
for (var s in t)
|
|
1405
|
+
l(t[s], s);
|
|
1406
1406
|
}
|
|
1407
|
-
function
|
|
1408
|
-
var
|
|
1409
|
-
for (var g in
|
|
1410
|
-
l.indexOf(g) === -1 && (
|
|
1411
|
-
return
|
|
1407
|
+
function D(t, l) {
|
|
1408
|
+
var s = {};
|
|
1409
|
+
for (var g in t)
|
|
1410
|
+
l.indexOf(g) === -1 && (s[g] = t[g]);
|
|
1411
|
+
return s;
|
|
1412
1412
|
}
|
|
1413
|
-
function Js(
|
|
1414
|
-
var
|
|
1415
|
-
for (var g in
|
|
1416
|
-
|
|
1417
|
-
return
|
|
1413
|
+
function Js(t, l) {
|
|
1414
|
+
var s = {};
|
|
1415
|
+
for (var g in t)
|
|
1416
|
+
s[l(t[g], g)] = t[g];
|
|
1417
|
+
return s;
|
|
1418
1418
|
}
|
|
1419
|
-
var
|
|
1420
|
-
function
|
|
1421
|
-
return
|
|
1419
|
+
var kl;
|
|
1420
|
+
function Qs(t) {
|
|
1421
|
+
return t.replace(/[-\/\\^$*+?.()|[\]{}]/g, "\\$&");
|
|
1422
1422
|
}
|
|
1423
|
-
var
|
|
1424
|
-
var
|
|
1425
|
-
var
|
|
1423
|
+
var _s = (t, l) => {
|
|
1424
|
+
var s = () => {
|
|
1425
|
+
var p = new RegExp(".".concat(Qs(Pl(l, {
|
|
1426
1426
|
isIdentifier: !0
|
|
1427
1427
|
}))), "g");
|
|
1428
|
-
return
|
|
1428
|
+
return t.replace(p, "&");
|
|
1429
1429
|
}, g;
|
|
1430
1430
|
try {
|
|
1431
|
-
g = js(
|
|
1431
|
+
g = js(t);
|
|
1432
1432
|
} catch {
|
|
1433
|
-
throw new Error("Invalid selector: ".concat(
|
|
1433
|
+
throw new Error("Invalid selector: ".concat(s()));
|
|
1434
1434
|
}
|
|
1435
|
-
g.forEach((
|
|
1435
|
+
g.forEach((p) => {
|
|
1436
1436
|
try {
|
|
1437
|
-
for (var
|
|
1438
|
-
if (!h
|
|
1437
|
+
for (var h = p.length - 1; h >= -1; h--) {
|
|
1438
|
+
if (!p[h])
|
|
1439
1439
|
throw new Error();
|
|
1440
|
-
var
|
|
1441
|
-
if (
|
|
1440
|
+
var z = p[h];
|
|
1441
|
+
if (z.type === "child" || z.type === "parent" || z.type === "sibling" || z.type === "adjacent" || z.type === "descendant")
|
|
1442
1442
|
throw new Error();
|
|
1443
|
-
if (
|
|
1443
|
+
if (z.type === "attribute" && z.name === "class" && z.value === l)
|
|
1444
1444
|
return;
|
|
1445
1445
|
}
|
|
1446
1446
|
} catch {
|
|
1447
|
-
throw new Error(
|
|
1447
|
+
throw new Error(Ml(kl || (kl = Ll([`
|
|
1448
1448
|
Invalid selector: `, `
|
|
1449
1449
|
|
|
1450
1450
|
Style selectors must target the '&' character (along with any modifiers), e.g. `, " or ", `.
|
|
@@ -1454,11 +1454,11 @@ var Zs = (s, l) => {
|
|
|
1454
1454
|
If your selector is targeting another class, you should move it to the style definition for that class, e.g. given we have styles for 'parent' and 'child' elements, instead of adding a selector of `, ") to 'parent', you should add ", ` to 'child').
|
|
1455
1455
|
|
|
1456
1456
|
If your selector is targeting something global, use the 'globalStyle' function instead, e.g. if you wanted to write `, ", you should instead write 'globalStyle(", `, { ... })'
|
|
1457
|
-
`])),
|
|
1457
|
+
`])), s(), "`${parent} &`", "`${parent} &:hover`", "`& ${child}`", "`${parent} &`", "`& h1`", "`${parent} h1`"));
|
|
1458
1458
|
}
|
|
1459
1459
|
});
|
|
1460
1460
|
};
|
|
1461
|
-
class
|
|
1461
|
+
class _ {
|
|
1462
1462
|
/**
|
|
1463
1463
|
* Stores information about where conditions must be in relation to other conditions
|
|
1464
1464
|
*
|
|
@@ -1468,68 +1468,68 @@ class Z {
|
|
|
1468
1468
|
this.ruleset = /* @__PURE__ */ new Map(), this.precedenceLookup = /* @__PURE__ */ new Map();
|
|
1469
1469
|
}
|
|
1470
1470
|
findOrCreateCondition(l) {
|
|
1471
|
-
var
|
|
1472
|
-
return
|
|
1471
|
+
var s = this.ruleset.get(l);
|
|
1472
|
+
return s || (s = {
|
|
1473
1473
|
query: l,
|
|
1474
1474
|
rules: [],
|
|
1475
|
-
children: new
|
|
1476
|
-
}, this.ruleset.set(l,
|
|
1475
|
+
children: new _()
|
|
1476
|
+
}, this.ruleset.set(l, s)), s;
|
|
1477
1477
|
}
|
|
1478
1478
|
getConditionalRulesetByPath(l) {
|
|
1479
|
-
var
|
|
1479
|
+
var s = this;
|
|
1480
1480
|
for (var g of l) {
|
|
1481
|
-
var
|
|
1482
|
-
|
|
1481
|
+
var p = s.findOrCreateCondition(g);
|
|
1482
|
+
s = p.children;
|
|
1483
1483
|
}
|
|
1484
|
-
return
|
|
1484
|
+
return s;
|
|
1485
1485
|
}
|
|
1486
|
-
addRule(l,
|
|
1487
|
-
var
|
|
1488
|
-
if (!
|
|
1486
|
+
addRule(l, s, g) {
|
|
1487
|
+
var p = this.getConditionalRulesetByPath(g), h = p.findOrCreateCondition(s);
|
|
1488
|
+
if (!h)
|
|
1489
1489
|
throw new Error("Failed to add conditional rule");
|
|
1490
|
-
|
|
1491
|
-
}
|
|
1492
|
-
addConditionPrecedence(l,
|
|
1493
|
-
for (var g = this.getConditionalRulesetByPath(l),
|
|
1494
|
-
var
|
|
1495
|
-
for (var
|
|
1496
|
-
|
|
1497
|
-
g.precedenceLookup.set(
|
|
1490
|
+
h.rules.push(l);
|
|
1491
|
+
}
|
|
1492
|
+
addConditionPrecedence(l, s) {
|
|
1493
|
+
for (var g = this.getConditionalRulesetByPath(l), p = 0; p < s.length; p++) {
|
|
1494
|
+
var h, z = s[p], a = (h = g.precedenceLookup.get(z)) !== null && h !== void 0 ? h : /* @__PURE__ */ new Set();
|
|
1495
|
+
for (var e of s.slice(p + 1))
|
|
1496
|
+
a.add(e);
|
|
1497
|
+
g.precedenceLookup.set(z, a);
|
|
1498
1498
|
}
|
|
1499
1499
|
}
|
|
1500
1500
|
isCompatible(l) {
|
|
1501
|
-
for (var [
|
|
1502
|
-
for (var
|
|
1503
|
-
var
|
|
1504
|
-
if ((
|
|
1501
|
+
for (var [s, g] of this.precedenceLookup.entries())
|
|
1502
|
+
for (var p of g) {
|
|
1503
|
+
var h;
|
|
1504
|
+
if ((h = l.precedenceLookup.get(p)) !== null && h !== void 0 && h.has(s))
|
|
1505
1505
|
return !1;
|
|
1506
1506
|
}
|
|
1507
1507
|
for (var {
|
|
1508
|
-
query:
|
|
1509
|
-
children:
|
|
1508
|
+
query: z,
|
|
1509
|
+
children: a
|
|
1510
1510
|
} of l.ruleset.values()) {
|
|
1511
|
-
var
|
|
1512
|
-
if (
|
|
1511
|
+
var e = this.ruleset.get(z);
|
|
1512
|
+
if (e && !e.children.isCompatible(a))
|
|
1513
1513
|
return !1;
|
|
1514
1514
|
}
|
|
1515
1515
|
return !0;
|
|
1516
1516
|
}
|
|
1517
1517
|
merge(l) {
|
|
1518
1518
|
for (var {
|
|
1519
|
-
query:
|
|
1519
|
+
query: s,
|
|
1520
1520
|
rules: g,
|
|
1521
|
-
children:
|
|
1521
|
+
children: p
|
|
1522
1522
|
} of l.ruleset.values()) {
|
|
1523
|
-
var
|
|
1524
|
-
|
|
1525
|
-
query:
|
|
1523
|
+
var h = this.ruleset.get(s);
|
|
1524
|
+
h ? (h.rules.push(...g), h.children.merge(p)) : this.ruleset.set(s, {
|
|
1525
|
+
query: s,
|
|
1526
1526
|
rules: g,
|
|
1527
|
-
children:
|
|
1527
|
+
children: p
|
|
1528
1528
|
});
|
|
1529
1529
|
}
|
|
1530
|
-
for (var [
|
|
1531
|
-
var
|
|
1532
|
-
this.precedenceLookup.set(
|
|
1530
|
+
for (var [z, a] of l.precedenceLookup.entries()) {
|
|
1531
|
+
var e, n = (e = this.precedenceLookup.get(z)) !== null && e !== void 0 ? e : /* @__PURE__ */ new Set();
|
|
1532
|
+
this.precedenceLookup.set(z, /* @__PURE__ */ new Set([...n, ...a]));
|
|
1533
1533
|
}
|
|
1534
1534
|
}
|
|
1535
1535
|
/**
|
|
@@ -1541,35 +1541,35 @@ class Z {
|
|
|
1541
1541
|
return this.isCompatible(l) ? (this.merge(l), !0) : !1;
|
|
1542
1542
|
}
|
|
1543
1543
|
getSortedRuleset() {
|
|
1544
|
-
var l = this,
|
|
1545
|
-
var
|
|
1546
|
-
if (!
|
|
1547
|
-
throw new Error("Can't find condition for ".concat(
|
|
1548
|
-
var n =
|
|
1549
|
-
n > -1 ?
|
|
1544
|
+
var l = this, s = [], g = function(a) {
|
|
1545
|
+
var e = l.ruleset.get(p);
|
|
1546
|
+
if (!e)
|
|
1547
|
+
throw new Error("Can't find condition for ".concat(p));
|
|
1548
|
+
var n = s.findIndex((i) => a.has(i.query));
|
|
1549
|
+
n > -1 ? s.splice(n, 0, e) : s.push(e);
|
|
1550
1550
|
};
|
|
1551
|
-
for (var [
|
|
1552
|
-
g(
|
|
1553
|
-
return
|
|
1551
|
+
for (var [p, h] of this.precedenceLookup.entries())
|
|
1552
|
+
g(h);
|
|
1553
|
+
return s;
|
|
1554
1554
|
}
|
|
1555
1555
|
renderToArray() {
|
|
1556
1556
|
var l = [];
|
|
1557
1557
|
for (var {
|
|
1558
|
-
query:
|
|
1558
|
+
query: s,
|
|
1559
1559
|
rules: g,
|
|
1560
|
-
children:
|
|
1560
|
+
children: p
|
|
1561
1561
|
} of this.getSortedRuleset()) {
|
|
1562
|
-
var
|
|
1563
|
-
for (var
|
|
1564
|
-
|
|
1565
|
-
Object.assign(
|
|
1566
|
-
[
|
|
1562
|
+
var h = {};
|
|
1563
|
+
for (var z of g)
|
|
1564
|
+
h[z.selector] = T(T({}, h[z.selector]), z.rule);
|
|
1565
|
+
Object.assign(h, ...p.renderToArray()), l.push({
|
|
1566
|
+
[s]: h
|
|
1567
1567
|
});
|
|
1568
1568
|
}
|
|
1569
1569
|
return l;
|
|
1570
1570
|
}
|
|
1571
1571
|
}
|
|
1572
|
-
var
|
|
1572
|
+
var Fl = {
|
|
1573
1573
|
":-moz-any-link": !0,
|
|
1574
1574
|
":-moz-full-screen": !0,
|
|
1575
1575
|
":-moz-placeholder": !0,
|
|
@@ -1689,21 +1689,21 @@ var Dl = {
|
|
|
1689
1689
|
":target": !0,
|
|
1690
1690
|
":valid": !0,
|
|
1691
1691
|
":visited": !0
|
|
1692
|
-
}, lt = Object.keys(
|
|
1692
|
+
}, lt = Object.keys(Fl), st = Fl, wl, jl = (t, l) => new Error(Ml(wl || (wl = Ll([`
|
|
1693
1693
|
Invalid media query: "`, `"
|
|
1694
1694
|
|
|
1695
1695
|
`, `
|
|
1696
1696
|
|
|
1697
1697
|
Read more on MDN: https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Using_media_queries
|
|
1698
|
-
`])),
|
|
1699
|
-
if (
|
|
1700
|
-
throw jl(
|
|
1698
|
+
`])), t, l)), tt = (t) => {
|
|
1699
|
+
if (t === "@media ")
|
|
1700
|
+
throw jl(t, "Query is empty");
|
|
1701
1701
|
try {
|
|
1702
|
-
|
|
1702
|
+
Is(t);
|
|
1703
1703
|
} catch (l) {
|
|
1704
|
-
throw jl(
|
|
1704
|
+
throw jl(t, l.message);
|
|
1705
1705
|
}
|
|
1706
|
-
}, gt = ["vars"], pt = ["content"],
|
|
1706
|
+
}, gt = ["vars"], pt = ["content"], Wl = "__DECLARATION", ht = {
|
|
1707
1707
|
animationIterationCount: !0,
|
|
1708
1708
|
borderImage: !0,
|
|
1709
1709
|
borderImageOutset: !0,
|
|
@@ -1751,24 +1751,24 @@ var Dl = {
|
|
|
1751
1751
|
strokeOpacity: !0,
|
|
1752
1752
|
strokeWidth: !0
|
|
1753
1753
|
};
|
|
1754
|
-
function zt(
|
|
1755
|
-
return
|
|
1754
|
+
function zt(t) {
|
|
1755
|
+
return t.replace(/([A-Z])/g, "-$1").replace(/^ms-/, "-ms-").toLowerCase();
|
|
1756
1756
|
}
|
|
1757
|
-
function et(
|
|
1758
|
-
var
|
|
1759
|
-
return "".concat(
|
|
1757
|
+
function et(t, l, s, g) {
|
|
1758
|
+
var p = t.slice(0, l), h = t.slice(s);
|
|
1759
|
+
return "".concat(p).concat(g).concat(h);
|
|
1760
1760
|
}
|
|
1761
|
-
var
|
|
1762
|
-
class
|
|
1763
|
-
constructor(l,
|
|
1764
|
-
this.rules = [], this.conditionalRulesets = [new
|
|
1761
|
+
var at = " ", F = [...lt, "@layer", "@media", "@supports", "@container", "selectors"];
|
|
1762
|
+
class nt {
|
|
1763
|
+
constructor(l, s) {
|
|
1764
|
+
this.rules = [], this.conditionalRulesets = [new _()], this.fontFaceRules = [], this.keyframesRules = [], this.localClassNamesMap = new Map(l.map((g) => [g, g])), this.localClassNamesSearch = new rs(l), this.layers = /* @__PURE__ */ new Map(), this.composedClassLists = s.map((g) => {
|
|
1765
1765
|
var {
|
|
1766
|
-
identifier:
|
|
1767
|
-
classList:
|
|
1766
|
+
identifier: p,
|
|
1767
|
+
classList: h
|
|
1768
1768
|
} = g;
|
|
1769
1769
|
return {
|
|
1770
|
-
identifier:
|
|
1771
|
-
regex: RegExp("(".concat(
|
|
1770
|
+
identifier: p,
|
|
1771
|
+
regex: RegExp("(".concat(h, ")"), "g")
|
|
1772
1772
|
};
|
|
1773
1773
|
}).reverse();
|
|
1774
1774
|
}
|
|
@@ -1778,544 +1778,544 @@ class ot {
|
|
|
1778
1778
|
return;
|
|
1779
1779
|
}
|
|
1780
1780
|
if (l.type === "keyframes") {
|
|
1781
|
-
l.rule = Object.fromEntries(Object.entries(l.rule).map((
|
|
1782
|
-
var [
|
|
1783
|
-
return [
|
|
1781
|
+
l.rule = Object.fromEntries(Object.entries(l.rule).map((h) => {
|
|
1782
|
+
var [z, a] = h;
|
|
1783
|
+
return [z, this.transformProperties(a)];
|
|
1784
1784
|
})), this.keyframesRules.push(l);
|
|
1785
1785
|
return;
|
|
1786
1786
|
}
|
|
1787
|
-
if (this.currConditionalRuleset = new
|
|
1788
|
-
var
|
|
1789
|
-
this.addLayer([
|
|
1787
|
+
if (this.currConditionalRuleset = new _(), l.type === "layer") {
|
|
1788
|
+
var s = "@layer ".concat(l.name);
|
|
1789
|
+
this.addLayer([s]);
|
|
1790
1790
|
} else {
|
|
1791
|
-
var g =
|
|
1791
|
+
var g = D(l.rule, F);
|
|
1792
1792
|
this.addRule({
|
|
1793
1793
|
selector: l.selector,
|
|
1794
1794
|
rule: g
|
|
1795
1795
|
}), this.transformLayer(l, l.rule["@layer"]), this.transformMedia(l, l.rule["@media"]), this.transformSupports(l, l.rule["@supports"]), this.transformContainer(l, l.rule["@container"]), this.transformSimplePseudos(l, l.rule), this.transformSelectors(l, l.rule);
|
|
1796
1796
|
}
|
|
1797
|
-
var
|
|
1798
|
-
|
|
1797
|
+
var p = this.conditionalRulesets[this.conditionalRulesets.length - 1];
|
|
1798
|
+
p.mergeIfCompatible(this.currConditionalRuleset) || this.conditionalRulesets.push(this.currConditionalRuleset);
|
|
1799
1799
|
}
|
|
1800
|
-
addConditionalRule(l,
|
|
1801
|
-
var g = this.transformVars(this.transformProperties(l.rule)),
|
|
1800
|
+
addConditionalRule(l, s) {
|
|
1801
|
+
var g = this.transformVars(this.transformProperties(l.rule)), p = this.transformSelector(l.selector);
|
|
1802
1802
|
if (!this.currConditionalRuleset)
|
|
1803
1803
|
throw new Error("Couldn't add conditional rule");
|
|
1804
|
-
var
|
|
1804
|
+
var h = s[s.length - 1], z = s.slice(0, s.length - 1);
|
|
1805
1805
|
this.currConditionalRuleset.addRule({
|
|
1806
|
-
selector:
|
|
1806
|
+
selector: p,
|
|
1807
1807
|
rule: g
|
|
1808
|
-
},
|
|
1808
|
+
}, h, z);
|
|
1809
1809
|
}
|
|
1810
1810
|
addRule(l) {
|
|
1811
|
-
var
|
|
1811
|
+
var s = this.transformVars(this.transformProperties(l.rule)), g = this.transformSelector(l.selector);
|
|
1812
1812
|
this.rules.push({
|
|
1813
1813
|
selector: g,
|
|
1814
|
-
rule:
|
|
1814
|
+
rule: s
|
|
1815
1815
|
});
|
|
1816
1816
|
}
|
|
1817
1817
|
addLayer(l) {
|
|
1818
|
-
var
|
|
1819
|
-
this.layers.set(
|
|
1818
|
+
var s = l.join(" - ");
|
|
1819
|
+
this.layers.set(s, l);
|
|
1820
1820
|
}
|
|
1821
1821
|
transformProperties(l) {
|
|
1822
1822
|
return this.transformContent(this.pixelifyProperties(l));
|
|
1823
1823
|
}
|
|
1824
1824
|
pixelifyProperties(l) {
|
|
1825
|
-
return
|
|
1826
|
-
typeof
|
|
1825
|
+
return U(l, (s, g) => {
|
|
1826
|
+
typeof s == "number" && s !== 0 && !ht[g] && (l[g] = "".concat(s, "px"));
|
|
1827
1827
|
}), l;
|
|
1828
1828
|
}
|
|
1829
1829
|
transformVars(l) {
|
|
1830
1830
|
var {
|
|
1831
|
-
vars:
|
|
1832
|
-
} = l, g =
|
|
1833
|
-
return
|
|
1831
|
+
vars: s
|
|
1832
|
+
} = l, g = bl(l, gt);
|
|
1833
|
+
return s ? T(T({}, Js(s, (p, h) => ps(h))), g) : g;
|
|
1834
1834
|
}
|
|
1835
1835
|
transformContent(l) {
|
|
1836
1836
|
var {
|
|
1837
|
-
content:
|
|
1838
|
-
} = l, g =
|
|
1839
|
-
if (typeof
|
|
1837
|
+
content: s
|
|
1838
|
+
} = l, g = bl(l, pt);
|
|
1839
|
+
if (typeof s > "u")
|
|
1840
1840
|
return g;
|
|
1841
|
-
var
|
|
1842
|
-
return
|
|
1843
|
-
content:
|
|
1841
|
+
var p = Array.isArray(s) ? s : [s];
|
|
1842
|
+
return T({
|
|
1843
|
+
content: p.map((h) => (
|
|
1844
1844
|
// This logic was adapted from Stitches :)
|
|
1845
|
-
|
|
1845
|
+
h && (h.includes('"') || h.includes("'") || /^([A-Za-z\-]+\([^]*|[^]*-quote|inherit|initial|none|normal|revert|unset)(\s|$)/.test(h)) ? h : '"'.concat(h, '"')
|
|
1846
1846
|
))
|
|
1847
1847
|
}, g);
|
|
1848
1848
|
}
|
|
1849
1849
|
transformClassname(l) {
|
|
1850
|
-
return ".".concat(
|
|
1850
|
+
return ".".concat(Pl(l, {
|
|
1851
1851
|
isIdentifier: !0
|
|
1852
1852
|
}));
|
|
1853
1853
|
}
|
|
1854
1854
|
transformSelector(l) {
|
|
1855
|
-
var
|
|
1856
|
-
|
|
1855
|
+
var s = l, g = function(r) {
|
|
1856
|
+
s = s.replace(h, () => (cs(r), r));
|
|
1857
1857
|
};
|
|
1858
1858
|
for (var {
|
|
1859
|
-
identifier:
|
|
1860
|
-
regex:
|
|
1859
|
+
identifier: p,
|
|
1860
|
+
regex: h
|
|
1861
1861
|
} of this.composedClassLists)
|
|
1862
|
-
g(
|
|
1863
|
-
if (this.localClassNamesMap.has(
|
|
1864
|
-
return this.transformClassname(
|
|
1865
|
-
for (var
|
|
1866
|
-
var [
|
|
1867
|
-
|
|
1862
|
+
g(p);
|
|
1863
|
+
if (this.localClassNamesMap.has(s))
|
|
1864
|
+
return this.transformClassname(s);
|
|
1865
|
+
for (var z = this.localClassNamesSearch.search(s), a = s.length, e = z.length - 1; e >= 0; e--) {
|
|
1866
|
+
var [n, [i]] = z[e], d = n - i.length + 1;
|
|
1867
|
+
d >= a || (a = d, s[d - 1] !== "." && (s = et(s, d, n + 1, this.transformClassname(i))));
|
|
1868
1868
|
}
|
|
1869
|
-
return
|
|
1869
|
+
return s;
|
|
1870
1870
|
}
|
|
1871
|
-
transformSelectors(l,
|
|
1872
|
-
|
|
1871
|
+
transformSelectors(l, s, g) {
|
|
1872
|
+
U(s.selectors, (p, h) => {
|
|
1873
1873
|
if (l.type !== "local")
|
|
1874
1874
|
throw new Error("Selectors are not allowed within ".concat(l.type === "global" ? '"globalStyle"' : '"selectors"'));
|
|
1875
|
-
var
|
|
1876
|
-
|
|
1877
|
-
var
|
|
1878
|
-
selector:
|
|
1879
|
-
rule:
|
|
1875
|
+
var z = this.transformSelector(h.replace(RegExp("&", "g"), l.selector));
|
|
1876
|
+
_s(z, l.selector);
|
|
1877
|
+
var a = {
|
|
1878
|
+
selector: z,
|
|
1879
|
+
rule: D(p, F)
|
|
1880
1880
|
};
|
|
1881
|
-
g ? this.addConditionalRule(
|
|
1882
|
-
var
|
|
1881
|
+
g ? this.addConditionalRule(a, g) : this.addRule(a);
|
|
1882
|
+
var e = {
|
|
1883
1883
|
type: "selector",
|
|
1884
|
-
selector:
|
|
1885
|
-
rule:
|
|
1884
|
+
selector: z,
|
|
1885
|
+
rule: p
|
|
1886
1886
|
};
|
|
1887
|
-
this.transformLayer(
|
|
1887
|
+
this.transformLayer(e, p["@layer"], g), this.transformSupports(e, p["@supports"], g), this.transformMedia(e, p["@media"], g);
|
|
1888
1888
|
});
|
|
1889
1889
|
}
|
|
1890
|
-
transformMedia(l,
|
|
1890
|
+
transformMedia(l, s) {
|
|
1891
1891
|
var g = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : [];
|
|
1892
|
-
if (
|
|
1893
|
-
var
|
|
1894
|
-
(
|
|
1895
|
-
for (var [
|
|
1896
|
-
var
|
|
1897
|
-
tt(
|
|
1898
|
-
var
|
|
1892
|
+
if (s) {
|
|
1893
|
+
var p;
|
|
1894
|
+
(p = this.currConditionalRuleset) === null || p === void 0 || p.addConditionPrecedence(g, Object.keys(s).map((n) => "@media ".concat(n)));
|
|
1895
|
+
for (var [h, z] of Object.entries(s)) {
|
|
1896
|
+
var a = "@media ".concat(h);
|
|
1897
|
+
tt(a);
|
|
1898
|
+
var e = [...g, a];
|
|
1899
1899
|
this.addConditionalRule({
|
|
1900
1900
|
selector: l.selector,
|
|
1901
|
-
rule:
|
|
1902
|
-
},
|
|
1901
|
+
rule: D(z, F)
|
|
1902
|
+
}, e), l.type === "local" && (this.transformSimplePseudos(l, z, e), this.transformSelectors(l, z, e)), this.transformLayer(l, z["@layer"], e), this.transformSupports(l, z["@supports"], e), this.transformContainer(l, z["@container"], e);
|
|
1903
1903
|
}
|
|
1904
1904
|
}
|
|
1905
1905
|
}
|
|
1906
|
-
transformContainer(l,
|
|
1906
|
+
transformContainer(l, s) {
|
|
1907
1907
|
var g = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : [];
|
|
1908
|
-
if (
|
|
1909
|
-
var
|
|
1910
|
-
(
|
|
1911
|
-
var
|
|
1908
|
+
if (s) {
|
|
1909
|
+
var p;
|
|
1910
|
+
(p = this.currConditionalRuleset) === null || p === void 0 || p.addConditionPrecedence(g, Object.keys(s).map((h) => "@container ".concat(h))), U(s, (h, z) => {
|
|
1911
|
+
var a = "@container ".concat(z), e = [...g, a];
|
|
1912
1912
|
this.addConditionalRule({
|
|
1913
1913
|
selector: l.selector,
|
|
1914
|
-
rule:
|
|
1915
|
-
},
|
|
1914
|
+
rule: D(h, F)
|
|
1915
|
+
}, e), l.type === "local" && (this.transformSimplePseudos(l, h, e), this.transformSelectors(l, h, e)), this.transformLayer(l, h["@layer"], e), this.transformSupports(l, h["@supports"], e), this.transformMedia(l, h["@media"], e);
|
|
1916
1916
|
});
|
|
1917
1917
|
}
|
|
1918
1918
|
}
|
|
1919
|
-
transformLayer(l,
|
|
1919
|
+
transformLayer(l, s) {
|
|
1920
1920
|
var g = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : [];
|
|
1921
|
-
if (
|
|
1922
|
-
var
|
|
1923
|
-
(
|
|
1924
|
-
var
|
|
1925
|
-
this.addLayer(
|
|
1921
|
+
if (s) {
|
|
1922
|
+
var p;
|
|
1923
|
+
(p = this.currConditionalRuleset) === null || p === void 0 || p.addConditionPrecedence(g, Object.keys(s).map((h) => "@layer ".concat(h))), U(s, (h, z) => {
|
|
1924
|
+
var a = [...g, "@layer ".concat(z)];
|
|
1925
|
+
this.addLayer(a), this.addConditionalRule({
|
|
1926
1926
|
selector: l.selector,
|
|
1927
|
-
rule:
|
|
1928
|
-
},
|
|
1927
|
+
rule: D(h, F)
|
|
1928
|
+
}, a), l.type === "local" && (this.transformSimplePseudos(l, h, a), this.transformSelectors(l, h, a)), this.transformMedia(l, h["@media"], a), this.transformSupports(l, h["@supports"], a), this.transformContainer(l, h["@container"], a);
|
|
1929
1929
|
});
|
|
1930
1930
|
}
|
|
1931
1931
|
}
|
|
1932
|
-
transformSupports(l,
|
|
1932
|
+
transformSupports(l, s) {
|
|
1933
1933
|
var g = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : [];
|
|
1934
|
-
if (
|
|
1935
|
-
var
|
|
1936
|
-
(
|
|
1937
|
-
var
|
|
1934
|
+
if (s) {
|
|
1935
|
+
var p;
|
|
1936
|
+
(p = this.currConditionalRuleset) === null || p === void 0 || p.addConditionPrecedence(g, Object.keys(s).map((h) => "@supports ".concat(h))), U(s, (h, z) => {
|
|
1937
|
+
var a = [...g, "@supports ".concat(z)];
|
|
1938
1938
|
this.addConditionalRule({
|
|
1939
1939
|
selector: l.selector,
|
|
1940
|
-
rule:
|
|
1941
|
-
},
|
|
1940
|
+
rule: D(h, F)
|
|
1941
|
+
}, a), l.type === "local" && (this.transformSimplePseudos(l, h, a), this.transformSelectors(l, h, a)), this.transformLayer(l, h["@layer"], a), this.transformMedia(l, h["@media"], a), this.transformContainer(l, h["@container"], a);
|
|
1942
1942
|
});
|
|
1943
1943
|
}
|
|
1944
1944
|
}
|
|
1945
|
-
transformSimplePseudos(l,
|
|
1946
|
-
for (var
|
|
1947
|
-
if (st[
|
|
1945
|
+
transformSimplePseudos(l, s, g) {
|
|
1946
|
+
for (var p of Object.keys(s))
|
|
1947
|
+
if (st[p]) {
|
|
1948
1948
|
if (l.type !== "local")
|
|
1949
1949
|
throw new Error("Simple pseudos are not valid in ".concat(l.type === "global" ? '"globalStyle"' : '"selectors"'));
|
|
1950
1950
|
g ? this.addConditionalRule({
|
|
1951
|
-
selector: "".concat(l.selector).concat(
|
|
1952
|
-
rule:
|
|
1951
|
+
selector: "".concat(l.selector).concat(p),
|
|
1952
|
+
rule: s[p]
|
|
1953
1953
|
}, g) : this.addRule({
|
|
1954
1954
|
conditions: g,
|
|
1955
|
-
selector: "".concat(l.selector).concat(
|
|
1956
|
-
rule:
|
|
1955
|
+
selector: "".concat(l.selector).concat(p),
|
|
1956
|
+
rule: s[p]
|
|
1957
1957
|
});
|
|
1958
1958
|
}
|
|
1959
1959
|
}
|
|
1960
1960
|
toCss() {
|
|
1961
1961
|
var l = [];
|
|
1962
|
-
for (var
|
|
1963
|
-
l.push(
|
|
1964
|
-
"@font-face":
|
|
1962
|
+
for (var s of this.fontFaceRules)
|
|
1963
|
+
l.push(B({
|
|
1964
|
+
"@font-face": s
|
|
1965
1965
|
}));
|
|
1966
1966
|
for (var g of this.keyframesRules)
|
|
1967
|
-
l.push(
|
|
1967
|
+
l.push(B({
|
|
1968
1968
|
["@keyframes ".concat(g.name)]: g.rule
|
|
1969
1969
|
}));
|
|
1970
|
-
for (var
|
|
1971
|
-
var [
|
|
1972
|
-
[
|
|
1970
|
+
for (var p of this.layers.values()) {
|
|
1971
|
+
var [h, ...z] = p.reverse(), a = {
|
|
1972
|
+
[h]: Wl
|
|
1973
1973
|
};
|
|
1974
|
-
for (var
|
|
1975
|
-
|
|
1976
|
-
[
|
|
1974
|
+
for (var e of z)
|
|
1975
|
+
a = {
|
|
1976
|
+
[e]: a
|
|
1977
1977
|
};
|
|
1978
|
-
l.push(
|
|
1978
|
+
l.push(B(a));
|
|
1979
1979
|
}
|
|
1980
|
-
for (var
|
|
1981
|
-
l.push(
|
|
1982
|
-
[
|
|
1980
|
+
for (var n of this.rules)
|
|
1981
|
+
l.push(B({
|
|
1982
|
+
[n.selector]: n.rule
|
|
1983
1983
|
}));
|
|
1984
|
-
for (var
|
|
1985
|
-
for (var
|
|
1986
|
-
l.push(
|
|
1984
|
+
for (var i of this.conditionalRulesets)
|
|
1985
|
+
for (var d of i.renderToArray())
|
|
1986
|
+
l.push(B(d));
|
|
1987
1987
|
return l.filter(Boolean);
|
|
1988
1988
|
}
|
|
1989
1989
|
}
|
|
1990
|
-
function
|
|
1991
|
-
var l = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : "",
|
|
1992
|
-
var
|
|
1993
|
-
if (
|
|
1994
|
-
|
|
1995
|
-
[
|
|
1990
|
+
function B(t) {
|
|
1991
|
+
var l = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : "", s = [], g = function(z) {
|
|
1992
|
+
var a = t[z];
|
|
1993
|
+
if (a && Array.isArray(a))
|
|
1994
|
+
s.push(...a.map((n) => B({
|
|
1995
|
+
[z]: n
|
|
1996
1996
|
}, l)));
|
|
1997
|
-
else if (
|
|
1998
|
-
var
|
|
1999
|
-
|
|
2000
|
-
`).concat(
|
|
1997
|
+
else if (a && typeof a == "object") {
|
|
1998
|
+
var e = Object.keys(a).length === 0;
|
|
1999
|
+
e || s.push("".concat(l).concat(z, ` {
|
|
2000
|
+
`).concat(B(a, l + at), `
|
|
2001
2001
|
`).concat(l, "}"));
|
|
2002
|
-
} else
|
|
2002
|
+
} else a === Wl ? s.push("".concat(l).concat(z, ";")) : s.push("".concat(l).concat(z.startsWith("--") ? z : zt(z), ": ").concat(a, ";"));
|
|
2003
2003
|
};
|
|
2004
|
-
for (var
|
|
2005
|
-
g(
|
|
2006
|
-
return
|
|
2004
|
+
for (var p of Object.keys(t))
|
|
2005
|
+
g(p);
|
|
2006
|
+
return s.join(`
|
|
2007
2007
|
`);
|
|
2008
2008
|
}
|
|
2009
|
-
function
|
|
2009
|
+
function it(t) {
|
|
2010
2010
|
var {
|
|
2011
2011
|
localClassNames: l,
|
|
2012
|
-
cssObjs:
|
|
2012
|
+
cssObjs: s,
|
|
2013
2013
|
composedClassLists: g
|
|
2014
|
-
} =
|
|
2015
|
-
for (var
|
|
2016
|
-
|
|
2017
|
-
return
|
|
2014
|
+
} = t, p = new nt(l, g);
|
|
2015
|
+
for (var h of s)
|
|
2016
|
+
p.processCssObj(h);
|
|
2017
|
+
return p.toCss();
|
|
2018
2018
|
}
|
|
2019
|
-
var dt = function(
|
|
2020
|
-
return
|
|
2019
|
+
var dt = function(l) {
|
|
2020
|
+
return ot(l) && !rt(l);
|
|
2021
2021
|
};
|
|
2022
|
-
function
|
|
2023
|
-
return !!
|
|
2022
|
+
function ot(t) {
|
|
2023
|
+
return !!t && typeof t == "object";
|
|
2024
2024
|
}
|
|
2025
|
-
function
|
|
2026
|
-
var l = Object.prototype.toString.call(
|
|
2027
|
-
return l === "[object RegExp]" || l === "[object Date]" ||
|
|
2025
|
+
function rt(t) {
|
|
2026
|
+
var l = Object.prototype.toString.call(t);
|
|
2027
|
+
return l === "[object RegExp]" || l === "[object Date]" || xt(t);
|
|
2028
2028
|
}
|
|
2029
|
-
var
|
|
2030
|
-
function
|
|
2031
|
-
return
|
|
2029
|
+
var mt = typeof Symbol == "function" && Symbol.for, ut = mt ? Symbol.for("react.element") : 60103;
|
|
2030
|
+
function xt(t) {
|
|
2031
|
+
return t.$$typeof === ut;
|
|
2032
2032
|
}
|
|
2033
|
-
function
|
|
2034
|
-
return Array.isArray(
|
|
2033
|
+
function ft(t) {
|
|
2034
|
+
return Array.isArray(t) ? [] : {};
|
|
2035
2035
|
}
|
|
2036
|
-
function
|
|
2037
|
-
return l.clone !== !1 && l.isMergeableObject(
|
|
2036
|
+
function V(t, l) {
|
|
2037
|
+
return l.clone !== !1 && l.isMergeableObject(t) ? $(ft(t), t, l) : t;
|
|
2038
2038
|
}
|
|
2039
|
-
function
|
|
2040
|
-
return
|
|
2041
|
-
return
|
|
2039
|
+
function ct(t, l, s) {
|
|
2040
|
+
return t.concat(l).map(function(g) {
|
|
2041
|
+
return V(g, s);
|
|
2042
2042
|
});
|
|
2043
2043
|
}
|
|
2044
|
-
function Ct(
|
|
2044
|
+
function Ct(t, l) {
|
|
2045
2045
|
if (!l.customMerge)
|
|
2046
|
-
return
|
|
2047
|
-
var
|
|
2048
|
-
return typeof
|
|
2046
|
+
return $;
|
|
2047
|
+
var s = l.customMerge(t);
|
|
2048
|
+
return typeof s == "function" ? s : $;
|
|
2049
2049
|
}
|
|
2050
|
-
function vt(
|
|
2051
|
-
return Object.getOwnPropertySymbols ? Object.getOwnPropertySymbols(
|
|
2052
|
-
return Object.propertyIsEnumerable.call(
|
|
2050
|
+
function vt(t) {
|
|
2051
|
+
return Object.getOwnPropertySymbols ? Object.getOwnPropertySymbols(t).filter(function(l) {
|
|
2052
|
+
return Object.propertyIsEnumerable.call(t, l);
|
|
2053
2053
|
}) : [];
|
|
2054
2054
|
}
|
|
2055
|
-
function ql(
|
|
2056
|
-
return Object.keys(
|
|
2055
|
+
function ql(t) {
|
|
2056
|
+
return Object.keys(t).concat(vt(t));
|
|
2057
2057
|
}
|
|
2058
|
-
function
|
|
2058
|
+
function Il(t, l) {
|
|
2059
2059
|
try {
|
|
2060
|
-
return l in
|
|
2060
|
+
return l in t;
|
|
2061
2061
|
} catch {
|
|
2062
2062
|
return !1;
|
|
2063
2063
|
}
|
|
2064
2064
|
}
|
|
2065
|
-
function yt(
|
|
2066
|
-
return
|
|
2065
|
+
function yt(t, l) {
|
|
2066
|
+
return Il(t, l) && !(Object.hasOwnProperty.call(t, l) && Object.propertyIsEnumerable.call(t, l));
|
|
2067
2067
|
}
|
|
2068
|
-
function
|
|
2068
|
+
function bt(t, l, s) {
|
|
2069
2069
|
var g = {};
|
|
2070
|
-
return
|
|
2071
|
-
g[
|
|
2072
|
-
}), ql(l).forEach(function(
|
|
2073
|
-
yt(
|
|
2070
|
+
return s.isMergeableObject(t) && ql(t).forEach(function(p) {
|
|
2071
|
+
g[p] = V(t[p], s);
|
|
2072
|
+
}), ql(l).forEach(function(p) {
|
|
2073
|
+
yt(t, p) || (Il(t, p) && s.isMergeableObject(l[p]) ? g[p] = Ct(p, s)(t[p], l[p], s) : g[p] = V(l[p], s));
|
|
2074
2074
|
}), g;
|
|
2075
2075
|
}
|
|
2076
|
-
function
|
|
2077
|
-
|
|
2078
|
-
var g = Array.isArray(l),
|
|
2079
|
-
return
|
|
2076
|
+
function $(t, l, s) {
|
|
2077
|
+
s = s || {}, s.arrayMerge = s.arrayMerge || ct, s.isMergeableObject = s.isMergeableObject || dt, s.cloneUnlessOtherwiseSpecified = V;
|
|
2078
|
+
var g = Array.isArray(l), p = Array.isArray(t), h = g === p;
|
|
2079
|
+
return h ? g ? s.arrayMerge(t, l, s) : bt(t, l, s) : V(l, s);
|
|
2080
2080
|
}
|
|
2081
|
-
|
|
2082
|
-
if (!Array.isArray(
|
|
2081
|
+
$.all = function(l, s) {
|
|
2082
|
+
if (!Array.isArray(l))
|
|
2083
2083
|
throw new Error("first argument should be an array");
|
|
2084
|
-
return
|
|
2085
|
-
return
|
|
2084
|
+
return l.reduce(function(g, p) {
|
|
2085
|
+
return $(g, p, s);
|
|
2086
2086
|
}, {});
|
|
2087
2087
|
};
|
|
2088
|
-
var Al = /* @__PURE__ */ new Set(), Ol = [], zl = [],
|
|
2089
|
-
appendCss: (
|
|
2090
|
-
zl.push(
|
|
2088
|
+
var Al = /* @__PURE__ */ new Set(), Ol = [], zl = [], kt = {
|
|
2089
|
+
appendCss: (t) => {
|
|
2090
|
+
zl.push(t);
|
|
2091
2091
|
},
|
|
2092
|
-
registerClassName: (
|
|
2093
|
-
Al.add(
|
|
2092
|
+
registerClassName: (t) => {
|
|
2093
|
+
Al.add(t);
|
|
2094
2094
|
},
|
|
2095
|
-
registerComposition: (
|
|
2096
|
-
Ol.push(
|
|
2095
|
+
registerComposition: (t) => {
|
|
2096
|
+
Ol.push(t);
|
|
2097
2097
|
},
|
|
2098
2098
|
markCompositionUsed: () => {
|
|
2099
2099
|
},
|
|
2100
|
-
onEndFileScope: (
|
|
2101
|
-
var l =
|
|
2100
|
+
onEndFileScope: (t) => {
|
|
2101
|
+
var l = it({
|
|
2102
2102
|
localClassNames: Array.from(Al),
|
|
2103
2103
|
composedClassLists: Ol,
|
|
2104
2104
|
cssObjs: zl
|
|
2105
2105
|
}).join(`
|
|
2106
2106
|
`);
|
|
2107
2107
|
gs({
|
|
2108
|
-
fileScope:
|
|
2108
|
+
fileScope: t,
|
|
2109
2109
|
css: l
|
|
2110
2110
|
}), zl = [];
|
|
2111
2111
|
},
|
|
2112
2112
|
getIdentOption: () => process.env.NODE_ENV === "production" ? "short" : "debug"
|
|
2113
2113
|
};
|
|
2114
|
-
|
|
2115
|
-
const
|
|
2116
|
-
props:
|
|
2114
|
+
xs(kt);
|
|
2115
|
+
const Ul = ({
|
|
2116
|
+
props: t,
|
|
2117
2117
|
stylePropsFn: l
|
|
2118
2118
|
}) => {
|
|
2119
|
-
const
|
|
2120
|
-
const
|
|
2121
|
-
return
|
|
2122
|
-
const
|
|
2123
|
-
|
|
2124
|
-
[
|
|
2125
|
-
}),
|
|
2126
|
-
[
|
|
2119
|
+
const s = S.useMemo(() => t, [t]), g = S.useMemo(() => {
|
|
2120
|
+
const h = l.properties, z = {}, a = {};
|
|
2121
|
+
return s ? (Object.keys(s).forEach((e) => {
|
|
2122
|
+
const n = e;
|
|
2123
|
+
h.has(n) && Object.assign(z, {
|
|
2124
|
+
[n]: s[n]
|
|
2125
|
+
}), h.has(n) || Object.assign(a, {
|
|
2126
|
+
[n]: s[n]
|
|
2127
2127
|
});
|
|
2128
|
-
}), { styleProps:
|
|
2129
|
-
}, [
|
|
2128
|
+
}), { styleProps: z, componentProps: a }) : { styleProps: z, componentProps: a };
|
|
2129
|
+
}, [s, l == null ? void 0 : l.properties]), p = S.useMemo(() => l(g.styleProps), [g.styleProps, l]);
|
|
2130
2130
|
return {
|
|
2131
2131
|
styleProps: g.styleProps,
|
|
2132
2132
|
componentProps: g.componentProps,
|
|
2133
|
-
styleClassName:
|
|
2133
|
+
styleClassName: p
|
|
2134
2134
|
};
|
|
2135
2135
|
};
|
|
2136
|
-
function wt(
|
|
2137
|
-
if (typeof
|
|
2138
|
-
var
|
|
2139
|
-
if (
|
|
2140
|
-
var g =
|
|
2136
|
+
function wt(t, l) {
|
|
2137
|
+
if (typeof t != "object" || !t) return t;
|
|
2138
|
+
var s = t[Symbol.toPrimitive];
|
|
2139
|
+
if (s !== void 0) {
|
|
2140
|
+
var g = s.call(t, l || "default");
|
|
2141
2141
|
if (typeof g != "object") return g;
|
|
2142
2142
|
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
2143
2143
|
}
|
|
2144
|
-
return (l === "string" ? String : Number)(
|
|
2144
|
+
return (l === "string" ? String : Number)(t);
|
|
2145
2145
|
}
|
|
2146
|
-
function jt(
|
|
2147
|
-
var l = wt(
|
|
2146
|
+
function jt(t) {
|
|
2147
|
+
var l = wt(t, "string");
|
|
2148
2148
|
return typeof l == "symbol" ? l : String(l);
|
|
2149
2149
|
}
|
|
2150
|
-
function qt(
|
|
2151
|
-
return l = jt(l), l in
|
|
2152
|
-
value:
|
|
2150
|
+
function qt(t, l, s) {
|
|
2151
|
+
return l = jt(l), l in t ? Object.defineProperty(t, l, {
|
|
2152
|
+
value: s,
|
|
2153
2153
|
enumerable: !0,
|
|
2154
2154
|
configurable: !0,
|
|
2155
2155
|
writable: !0
|
|
2156
|
-
}) :
|
|
2156
|
+
}) : t[l] = s, t;
|
|
2157
2157
|
}
|
|
2158
|
-
function
|
|
2159
|
-
var
|
|
2158
|
+
function Sl(t, l) {
|
|
2159
|
+
var s = Object.keys(t);
|
|
2160
2160
|
if (Object.getOwnPropertySymbols) {
|
|
2161
|
-
var g = Object.getOwnPropertySymbols(
|
|
2162
|
-
l && (g = g.filter(function(
|
|
2163
|
-
return Object.getOwnPropertyDescriptor(
|
|
2164
|
-
})),
|
|
2161
|
+
var g = Object.getOwnPropertySymbols(t);
|
|
2162
|
+
l && (g = g.filter(function(p) {
|
|
2163
|
+
return Object.getOwnPropertyDescriptor(t, p).enumerable;
|
|
2164
|
+
})), s.push.apply(s, g);
|
|
2165
2165
|
}
|
|
2166
|
-
return
|
|
2166
|
+
return s;
|
|
2167
2167
|
}
|
|
2168
|
-
function el(
|
|
2168
|
+
function el(t) {
|
|
2169
2169
|
for (var l = 1; l < arguments.length; l++) {
|
|
2170
|
-
var
|
|
2171
|
-
l % 2 ?
|
|
2172
|
-
qt(
|
|
2173
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(
|
|
2174
|
-
Object.defineProperty(
|
|
2170
|
+
var s = arguments[l] != null ? arguments[l] : {};
|
|
2171
|
+
l % 2 ? Sl(Object(s), !0).forEach(function(g) {
|
|
2172
|
+
qt(t, g, s[g]);
|
|
2173
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(s)) : Sl(Object(s)).forEach(function(g) {
|
|
2174
|
+
Object.defineProperty(t, g, Object.getOwnPropertyDescriptor(s, g));
|
|
2175
2175
|
});
|
|
2176
2176
|
}
|
|
2177
|
-
return
|
|
2177
|
+
return t;
|
|
2178
2178
|
}
|
|
2179
|
-
var At = (
|
|
2180
|
-
for (var l = arguments.length,
|
|
2181
|
-
|
|
2182
|
-
var
|
|
2183
|
-
var
|
|
2184
|
-
for (var r of
|
|
2185
|
-
var m =
|
|
2179
|
+
var At = (t) => function() {
|
|
2180
|
+
for (var l = arguments.length, s = new Array(l), g = 0; g < l; g++)
|
|
2181
|
+
s[g] = arguments[g];
|
|
2182
|
+
var p = Object.assign({}, ...s.map((e) => e.styles)), h = Object.keys(p), z = h.filter((e) => "mappings" in p[e]), a = (e) => {
|
|
2183
|
+
var n = [], i = {}, d = el({}, e), u = !1;
|
|
2184
|
+
for (var r of z) {
|
|
2185
|
+
var m = e[r];
|
|
2186
2186
|
if (m != null) {
|
|
2187
|
-
var
|
|
2187
|
+
var c = p[r];
|
|
2188
2188
|
u = !0;
|
|
2189
|
-
for (var
|
|
2190
|
-
|
|
2189
|
+
for (var o of c.mappings)
|
|
2190
|
+
i[o] = m, d[o] == null && delete d[o];
|
|
2191
2191
|
}
|
|
2192
2192
|
}
|
|
2193
|
-
var
|
|
2194
|
-
var x =
|
|
2193
|
+
var w = u ? el(el({}, i), d) : e, b = function() {
|
|
2194
|
+
var x = w[C], f = p[C];
|
|
2195
2195
|
try {
|
|
2196
|
-
if (
|
|
2196
|
+
if (f.mappings)
|
|
2197
2197
|
return 1;
|
|
2198
2198
|
if (typeof x == "string" || typeof x == "number") {
|
|
2199
|
-
if (process.env.NODE_ENV !== "production" && !
|
|
2199
|
+
if (process.env.NODE_ENV !== "production" && !f.values[x].defaultClass)
|
|
2200
2200
|
throw new Error();
|
|
2201
|
-
|
|
2201
|
+
n.push(f.values[x].defaultClass);
|
|
2202
2202
|
} else if (Array.isArray(x))
|
|
2203
|
-
for (var
|
|
2204
|
-
var
|
|
2205
|
-
if (
|
|
2206
|
-
var
|
|
2207
|
-
if (process.env.NODE_ENV !== "production" && !
|
|
2203
|
+
for (var y = 0; y < x.length; y++) {
|
|
2204
|
+
var R = x[y];
|
|
2205
|
+
if (R != null) {
|
|
2206
|
+
var q = f.responsiveArray[y];
|
|
2207
|
+
if (process.env.NODE_ENV !== "production" && !f.values[R].conditions[q])
|
|
2208
2208
|
throw new Error();
|
|
2209
|
-
|
|
2209
|
+
n.push(f.values[R].conditions[q]);
|
|
2210
2210
|
}
|
|
2211
2211
|
}
|
|
2212
2212
|
else
|
|
2213
|
-
for (var
|
|
2214
|
-
var
|
|
2215
|
-
if (
|
|
2216
|
-
if (process.env.NODE_ENV !== "production" && !
|
|
2213
|
+
for (var P in x) {
|
|
2214
|
+
var M = x[P];
|
|
2215
|
+
if (M != null) {
|
|
2216
|
+
if (process.env.NODE_ENV !== "production" && !f.values[M].conditions[P])
|
|
2217
2217
|
throw new Error();
|
|
2218
|
-
|
|
2218
|
+
n.push(f.values[M].conditions[P]);
|
|
2219
2219
|
}
|
|
2220
2220
|
}
|
|
2221
|
-
} catch (
|
|
2221
|
+
} catch (Zl) {
|
|
2222
2222
|
if (process.env.NODE_ENV !== "production") {
|
|
2223
|
-
class
|
|
2223
|
+
class L extends Error {
|
|
2224
2224
|
constructor(gl) {
|
|
2225
2225
|
super(gl), this.name = "SprinklesError";
|
|
2226
2226
|
}
|
|
2227
2227
|
}
|
|
2228
|
-
var
|
|
2229
|
-
throw new
|
|
2228
|
+
var E = (N) => typeof N == "string" ? '"'.concat(N, '"') : N, sl = (N, gl, Jl) => {
|
|
2229
|
+
throw new L('"'.concat(N, '" has no value ').concat(E(gl), ". Possible values are ").concat(Object.keys(Jl).map(E).join(", ")));
|
|
2230
2230
|
};
|
|
2231
|
-
if (!
|
|
2232
|
-
throw new
|
|
2233
|
-
if ((typeof x == "string" || typeof x == "number") && (x in
|
|
2234
|
-
throw new
|
|
2231
|
+
if (!f)
|
|
2232
|
+
throw new L('"'.concat(C, '" is not a valid sprinkle'));
|
|
2233
|
+
if ((typeof x == "string" || typeof x == "number") && (x in f.values || sl(C, x, f.values), !f.values[x].defaultClass))
|
|
2234
|
+
throw new L('"'.concat(C, '" has no default condition. You must specify which conditions to target explicitly. Possible options are ').concat(Object.keys(f.values[x].conditions).map(E).join(", ")));
|
|
2235
2235
|
if (typeof x == "object") {
|
|
2236
|
-
if (!("conditions" in
|
|
2237
|
-
throw new
|
|
2236
|
+
if (!("conditions" in f.values[Object.keys(f.values)[0]]))
|
|
2237
|
+
throw new L('"'.concat(C, '" is not a conditional property'));
|
|
2238
2238
|
if (Array.isArray(x)) {
|
|
2239
|
-
if (!("responsiveArray" in
|
|
2240
|
-
throw new
|
|
2241
|
-
var dl =
|
|
2239
|
+
if (!("responsiveArray" in f))
|
|
2240
|
+
throw new L('"'.concat(C, '" does not support responsive arrays'));
|
|
2241
|
+
var dl = f.responsiveArray.length;
|
|
2242
2242
|
if (dl < x.length)
|
|
2243
|
-
throw new
|
|
2244
|
-
for (var
|
|
2245
|
-
|
|
2243
|
+
throw new L('"'.concat(C, '" only supports up to ').concat(dl, " breakpoints. You passed ").concat(x.length));
|
|
2244
|
+
for (var ol of x)
|
|
2245
|
+
f.values[ol] || sl(C, ol, f.values);
|
|
2246
2246
|
} else
|
|
2247
2247
|
for (var tl in x) {
|
|
2248
|
-
var
|
|
2249
|
-
if (
|
|
2250
|
-
throw new
|
|
2248
|
+
var W = x[tl];
|
|
2249
|
+
if (W != null && (f.values[W] || sl(C, W, f.values), !f.values[W].conditions[tl]))
|
|
2250
|
+
throw new L('"'.concat(C, '" has no condition named ').concat(E(tl), ". Possible values are ").concat(Object.keys(f.values[W].conditions).map(E).join(", ")));
|
|
2251
2251
|
}
|
|
2252
2252
|
}
|
|
2253
2253
|
}
|
|
2254
|
-
throw
|
|
2254
|
+
throw Zl;
|
|
2255
2255
|
}
|
|
2256
2256
|
};
|
|
2257
|
-
for (var
|
|
2258
|
-
|
|
2259
|
-
return
|
|
2257
|
+
for (var C in w)
|
|
2258
|
+
b();
|
|
2259
|
+
return t(n.join(" "));
|
|
2260
2260
|
};
|
|
2261
|
-
return Object.assign(
|
|
2262
|
-
properties: new Set(
|
|
2261
|
+
return Object.assign(a, {
|
|
2262
|
+
properties: new Set(h)
|
|
2263
2263
|
});
|
|
2264
|
-
}, Ot = (
|
|
2264
|
+
}, Ot = (t) => t, Tl = function() {
|
|
2265
2265
|
return At(Ot)(...arguments);
|
|
2266
|
-
},
|
|
2267
|
-
var s = { conditions: { defaultCondition: "sm", conditionNames: ["sm", "md", "lg", "xl", "2xl"], responsiveArray: ["sm", "md", "lg", "xl", "2xl"] }, styles: { bg: { mappings: ["backgroundColor"] }, borderBottom: { mappings: ["borderBottomWidth"] }, borderLeft: { mappings: ["borderLeftWidth"] }, borderRight: { mappings: ["borderRightWidth"] }, borderTop: { mappings: ["borderTopWidth"] }, borderX: { mappings: ["borderLeftWidth", "borderRightWidth"] }, borderY: { mappings: ["borderTopWidth", "borderBottomWidth"] }, h: { mappings: ["height"] }, m: { mappings: ["margin"] }, maxH: { mappings: ["maxHeight"] }, maxW: { mappings: ["maxWidth"] }, mb: { mappings: ["marginBottom"] }, ml: { mappings: ["marginLeft"] }, mr: { mappings: ["marginRight"] }, mt: { mappings: ["marginTop"] }, mx: { mappings: ["marginLeft", "marginRight"] }, my: { mappings: ["marginTop", "marginBottom"] }, p: { mappings: ["padding"] }, pb: { mappings: ["paddingBottom"] }, pl: { mappings: ["paddingLeft"] }, pr: { mappings: ["paddingRight"] }, pt: { mappings: ["paddingTop"] }, px: { mappings: ["paddingLeft", "paddingRight"] }, py: { mappings: ["paddingTop", "paddingBottom"] }, rounded: { mappings: ["borderRadius"] }, roundedBottom: { mappings: ["borderRadiusBottomRight", "borderRadiusBottomLeft"] }, roundedBottomLeft: { mappings: ["borderRadiusBottomLeft"] }, roundedBottomRight: { mappings: ["borderRadiusBottomRight"] }, roundedLeft: { mappings: ["borderRadiusTopLeft", "borderRadiusBottomLeft"] }, roundedRight: { mappings: ["borderRadiusTopRight", "borderRadiusBottomRight"] }, roundedTop: { mappings: ["borderRadiusTopLeft", "borderRadiusTopRight"] }, roundedTopLeft: { mappings: ["borderRadiusTopLeft"] }, roundedTopRight: { mappings: ["borderRadiusTopRight"] }, shadow: { mappings: ["boxShadow"] }, w: { mappings: ["width"] }, backgroundColor: { values: { transparent: { conditions: { sm: "tgph-12lz8s40", md: "tgph-12lz8s41", lg: "tgph-12lz8s42", xl: "tgph-12lz8s43", "2xl": "tgph-12lz8s44" }, defaultClass: "tgph-12lz8s40" }, white: { conditions: { sm: "tgph-12lz8s45", md: "tgph-12lz8s46", lg: "tgph-12lz8s47", xl: "tgph-12lz8s48", "2xl": "tgph-12lz8s49" }, defaultClass: "tgph-12lz8s45" }, black: { conditions: { sm: "tgph-12lz8s4a", md: "tgph-12lz8s4b", lg: "tgph-12lz8s4c", xl: "tgph-12lz8s4d", "2xl": "tgph-12lz8s4e" }, defaultClass: "tgph-12lz8s4a" }, "surface-1": { conditions: { sm: "tgph-12lz8s4f", md: "tgph-12lz8s4g", lg: "tgph-12lz8s4h", xl: "tgph-12lz8s4i", "2xl": "tgph-12lz8s4j" }, defaultClass: "tgph-12lz8s4f" }, "surface-2": { conditions: { sm: "tgph-12lz8s4k", md: "tgph-12lz8s4l", lg: "tgph-12lz8s4m", xl: "tgph-12lz8s4n", "2xl": "tgph-12lz8s4o" }, defaultClass: "tgph-12lz8s4k" }, "alpha-white-1": { conditions: { sm: "tgph-12lz8s4p", md: "tgph-12lz8s4q", lg: "tgph-12lz8s4r", xl: "tgph-12lz8s4s", "2xl": "tgph-12lz8s4t" }, defaultClass: "tgph-12lz8s4p" }, "alpha-white-2": { conditions: { sm: "tgph-12lz8s4u", md: "tgph-12lz8s4v", lg: "tgph-12lz8s4w", xl: "tgph-12lz8s4x", "2xl": "tgph-12lz8s4y" }, defaultClass: "tgph-12lz8s4u" }, "alpha-white-3": { conditions: { sm: "tgph-12lz8s4z", md: "tgph-12lz8s410", lg: "tgph-12lz8s411", xl: "tgph-12lz8s412", "2xl": "tgph-12lz8s413" }, defaultClass: "tgph-12lz8s4z" }, "alpha-white-4": { conditions: { sm: "tgph-12lz8s414", md: "tgph-12lz8s415", lg: "tgph-12lz8s416", xl: "tgph-12lz8s417", "2xl": "tgph-12lz8s418" }, defaultClass: "tgph-12lz8s414" }, "alpha-white-5": { conditions: { sm: "tgph-12lz8s419", md: "tgph-12lz8s41a", lg: "tgph-12lz8s41b", xl: "tgph-12lz8s41c", "2xl": "tgph-12lz8s41d" }, defaultClass: "tgph-12lz8s419" }, "alpha-white-6": { conditions: { sm: "tgph-12lz8s41e", md: "tgph-12lz8s41f", lg: "tgph-12lz8s41g", xl: "tgph-12lz8s41h", "2xl": "tgph-12lz8s41i" }, defaultClass: "tgph-12lz8s41e" }, "alpha-white-7": { conditions: { sm: "tgph-12lz8s41j", md: "tgph-12lz8s41k", lg: "tgph-12lz8s41l", xl: "tgph-12lz8s41m", "2xl": "tgph-12lz8s41n" }, defaultClass: "tgph-12lz8s41j" }, "alpha-white-8": { conditions: { sm: "tgph-12lz8s41o", md: "tgph-12lz8s41p", lg: "tgph-12lz8s41q", xl: "tgph-12lz8s41r", "2xl": "tgph-12lz8s41s" }, defaultClass: "tgph-12lz8s41o" }, "alpha-white-9": { conditions: { sm: "tgph-12lz8s41t", md: "tgph-12lz8s41u", lg: "tgph-12lz8s41v", xl: "tgph-12lz8s41w", "2xl": "tgph-12lz8s41x" }, defaultClass: "tgph-12lz8s41t" }, "alpha-white-10": { conditions: { sm: "tgph-12lz8s41y", md: "tgph-12lz8s41z", lg: "tgph-12lz8s420", xl: "tgph-12lz8s421", "2xl": "tgph-12lz8s422" }, defaultClass: "tgph-12lz8s41y" }, "alpha-white-11": { conditions: { sm: "tgph-12lz8s423", md: "tgph-12lz8s424", lg: "tgph-12lz8s425", xl: "tgph-12lz8s426", "2xl": "tgph-12lz8s427" }, defaultClass: "tgph-12lz8s423" }, "alpha-white-12": { conditions: { sm: "tgph-12lz8s428", md: "tgph-12lz8s429", lg: "tgph-12lz8s42a", xl: "tgph-12lz8s42b", "2xl": "tgph-12lz8s42c" }, defaultClass: "tgph-12lz8s428" }, "alpha-black-1": { conditions: { sm: "tgph-12lz8s42d", md: "tgph-12lz8s42e", lg: "tgph-12lz8s42f", xl: "tgph-12lz8s42g", "2xl": "tgph-12lz8s42h" }, defaultClass: "tgph-12lz8s42d" }, "alpha-black-2": { conditions: { sm: "tgph-12lz8s42i", md: "tgph-12lz8s42j", lg: "tgph-12lz8s42k", xl: "tgph-12lz8s42l", "2xl": "tgph-12lz8s42m" }, defaultClass: "tgph-12lz8s42i" }, "alpha-black-3": { conditions: { sm: "tgph-12lz8s42n", md: "tgph-12lz8s42o", lg: "tgph-12lz8s42p", xl: "tgph-12lz8s42q", "2xl": "tgph-12lz8s42r" }, defaultClass: "tgph-12lz8s42n" }, "alpha-black-4": { conditions: { sm: "tgph-12lz8s42s", md: "tgph-12lz8s42t", lg: "tgph-12lz8s42u", xl: "tgph-12lz8s42v", "2xl": "tgph-12lz8s42w" }, defaultClass: "tgph-12lz8s42s" }, "alpha-black-5": { conditions: { sm: "tgph-12lz8s42x", md: "tgph-12lz8s42y", lg: "tgph-12lz8s42z", xl: "tgph-12lz8s430", "2xl": "tgph-12lz8s431" }, defaultClass: "tgph-12lz8s42x" }, "alpha-black-6": { conditions: { sm: "tgph-12lz8s432", md: "tgph-12lz8s433", lg: "tgph-12lz8s434", xl: "tgph-12lz8s435", "2xl": "tgph-12lz8s436" }, defaultClass: "tgph-12lz8s432" }, "alpha-black-7": { conditions: { sm: "tgph-12lz8s437", md: "tgph-12lz8s438", lg: "tgph-12lz8s439", xl: "tgph-12lz8s43a", "2xl": "tgph-12lz8s43b" }, defaultClass: "tgph-12lz8s437" }, "alpha-black-8": { conditions: { sm: "tgph-12lz8s43c", md: "tgph-12lz8s43d", lg: "tgph-12lz8s43e", xl: "tgph-12lz8s43f", "2xl": "tgph-12lz8s43g" }, defaultClass: "tgph-12lz8s43c" }, "alpha-black-9": { conditions: { sm: "tgph-12lz8s43h", md: "tgph-12lz8s43i", lg: "tgph-12lz8s43j", xl: "tgph-12lz8s43k", "2xl": "tgph-12lz8s43l" }, defaultClass: "tgph-12lz8s43h" }, "alpha-black-10": { conditions: { sm: "tgph-12lz8s43m", md: "tgph-12lz8s43n", lg: "tgph-12lz8s43o", xl: "tgph-12lz8s43p", "2xl": "tgph-12lz8s43q" }, defaultClass: "tgph-12lz8s43m" }, "alpha-black-11": { conditions: { sm: "tgph-12lz8s43r", md: "tgph-12lz8s43s", lg: "tgph-12lz8s43t", xl: "tgph-12lz8s43u", "2xl": "tgph-12lz8s43v" }, defaultClass: "tgph-12lz8s43r" }, "alpha-black-12": { conditions: { sm: "tgph-12lz8s43w", md: "tgph-12lz8s43x", lg: "tgph-12lz8s43y", xl: "tgph-12lz8s43z", "2xl": "tgph-12lz8s440" }, defaultClass: "tgph-12lz8s43w" }, "gray-1": { conditions: { sm: "tgph-12lz8s441", md: "tgph-12lz8s442", lg: "tgph-12lz8s443", xl: "tgph-12lz8s444", "2xl": "tgph-12lz8s445" }, defaultClass: "tgph-12lz8s441" }, "gray-2": { conditions: { sm: "tgph-12lz8s446", md: "tgph-12lz8s447", lg: "tgph-12lz8s448", xl: "tgph-12lz8s449", "2xl": "tgph-12lz8s44a" }, defaultClass: "tgph-12lz8s446" }, "gray-3": { conditions: { sm: "tgph-12lz8s44b", md: "tgph-12lz8s44c", lg: "tgph-12lz8s44d", xl: "tgph-12lz8s44e", "2xl": "tgph-12lz8s44f" }, defaultClass: "tgph-12lz8s44b" }, "gray-4": { conditions: { sm: "tgph-12lz8s44g", md: "tgph-12lz8s44h", lg: "tgph-12lz8s44i", xl: "tgph-12lz8s44j", "2xl": "tgph-12lz8s44k" }, defaultClass: "tgph-12lz8s44g" }, "gray-5": { conditions: { sm: "tgph-12lz8s44l", md: "tgph-12lz8s44m", lg: "tgph-12lz8s44n", xl: "tgph-12lz8s44o", "2xl": "tgph-12lz8s44p" }, defaultClass: "tgph-12lz8s44l" }, "gray-6": { conditions: { sm: "tgph-12lz8s44q", md: "tgph-12lz8s44r", lg: "tgph-12lz8s44s", xl: "tgph-12lz8s44t", "2xl": "tgph-12lz8s44u" }, defaultClass: "tgph-12lz8s44q" }, "gray-7": { conditions: { sm: "tgph-12lz8s44v", md: "tgph-12lz8s44w", lg: "tgph-12lz8s44x", xl: "tgph-12lz8s44y", "2xl": "tgph-12lz8s44z" }, defaultClass: "tgph-12lz8s44v" }, "gray-8": { conditions: { sm: "tgph-12lz8s450", md: "tgph-12lz8s451", lg: "tgph-12lz8s452", xl: "tgph-12lz8s453", "2xl": "tgph-12lz8s454" }, defaultClass: "tgph-12lz8s450" }, "gray-9": { conditions: { sm: "tgph-12lz8s455", md: "tgph-12lz8s456", lg: "tgph-12lz8s457", xl: "tgph-12lz8s458", "2xl": "tgph-12lz8s459" }, defaultClass: "tgph-12lz8s455" }, "gray-10": { conditions: { sm: "tgph-12lz8s45a", md: "tgph-12lz8s45b", lg: "tgph-12lz8s45c", xl: "tgph-12lz8s45d", "2xl": "tgph-12lz8s45e" }, defaultClass: "tgph-12lz8s45a" }, "gray-11": { conditions: { sm: "tgph-12lz8s45f", md: "tgph-12lz8s45g", lg: "tgph-12lz8s45h", xl: "tgph-12lz8s45i", "2xl": "tgph-12lz8s45j" }, defaultClass: "tgph-12lz8s45f" }, "gray-12": { conditions: { sm: "tgph-12lz8s45k", md: "tgph-12lz8s45l", lg: "tgph-12lz8s45m", xl: "tgph-12lz8s45n", "2xl": "tgph-12lz8s45o" }, defaultClass: "tgph-12lz8s45k" }, "beige-1": { conditions: { sm: "tgph-12lz8s45p", md: "tgph-12lz8s45q", lg: "tgph-12lz8s45r", xl: "tgph-12lz8s45s", "2xl": "tgph-12lz8s45t" }, defaultClass: "tgph-12lz8s45p" }, "beige-2": { conditions: { sm: "tgph-12lz8s45u", md: "tgph-12lz8s45v", lg: "tgph-12lz8s45w", xl: "tgph-12lz8s45x", "2xl": "tgph-12lz8s45y" }, defaultClass: "tgph-12lz8s45u" }, "beige-3": { conditions: { sm: "tgph-12lz8s45z", md: "tgph-12lz8s460", lg: "tgph-12lz8s461", xl: "tgph-12lz8s462", "2xl": "tgph-12lz8s463" }, defaultClass: "tgph-12lz8s45z" }, "beige-4": { conditions: { sm: "tgph-12lz8s464", md: "tgph-12lz8s465", lg: "tgph-12lz8s466", xl: "tgph-12lz8s467", "2xl": "tgph-12lz8s468" }, defaultClass: "tgph-12lz8s464" }, "beige-5": { conditions: { sm: "tgph-12lz8s469", md: "tgph-12lz8s46a", lg: "tgph-12lz8s46b", xl: "tgph-12lz8s46c", "2xl": "tgph-12lz8s46d" }, defaultClass: "tgph-12lz8s469" }, "beige-6": { conditions: { sm: "tgph-12lz8s46e", md: "tgph-12lz8s46f", lg: "tgph-12lz8s46g", xl: "tgph-12lz8s46h", "2xl": "tgph-12lz8s46i" }, defaultClass: "tgph-12lz8s46e" }, "beige-7": { conditions: { sm: "tgph-12lz8s46j", md: "tgph-12lz8s46k", lg: "tgph-12lz8s46l", xl: "tgph-12lz8s46m", "2xl": "tgph-12lz8s46n" }, defaultClass: "tgph-12lz8s46j" }, "beige-8": { conditions: { sm: "tgph-12lz8s46o", md: "tgph-12lz8s46p", lg: "tgph-12lz8s46q", xl: "tgph-12lz8s46r", "2xl": "tgph-12lz8s46s" }, defaultClass: "tgph-12lz8s46o" }, "beige-9": { conditions: { sm: "tgph-12lz8s46t", md: "tgph-12lz8s46u", lg: "tgph-12lz8s46v", xl: "tgph-12lz8s46w", "2xl": "tgph-12lz8s46x" }, defaultClass: "tgph-12lz8s46t" }, "beige-10": { conditions: { sm: "tgph-12lz8s46y", md: "tgph-12lz8s46z", lg: "tgph-12lz8s470", xl: "tgph-12lz8s471", "2xl": "tgph-12lz8s472" }, defaultClass: "tgph-12lz8s46y" }, "beige-11": { conditions: { sm: "tgph-12lz8s473", md: "tgph-12lz8s474", lg: "tgph-12lz8s475", xl: "tgph-12lz8s476", "2xl": "tgph-12lz8s477" }, defaultClass: "tgph-12lz8s473" }, "beige-12": { conditions: { sm: "tgph-12lz8s478", md: "tgph-12lz8s479", lg: "tgph-12lz8s47a", xl: "tgph-12lz8s47b", "2xl": "tgph-12lz8s47c" }, defaultClass: "tgph-12lz8s478" }, "accent-1": { conditions: { sm: "tgph-12lz8s47d", md: "tgph-12lz8s47e", lg: "tgph-12lz8s47f", xl: "tgph-12lz8s47g", "2xl": "tgph-12lz8s47h" }, defaultClass: "tgph-12lz8s47d" }, "accent-2": { conditions: { sm: "tgph-12lz8s47i", md: "tgph-12lz8s47j", lg: "tgph-12lz8s47k", xl: "tgph-12lz8s47l", "2xl": "tgph-12lz8s47m" }, defaultClass: "tgph-12lz8s47i" }, "accent-3": { conditions: { sm: "tgph-12lz8s47n", md: "tgph-12lz8s47o", lg: "tgph-12lz8s47p", xl: "tgph-12lz8s47q", "2xl": "tgph-12lz8s47r" }, defaultClass: "tgph-12lz8s47n" }, "accent-4": { conditions: { sm: "tgph-12lz8s47s", md: "tgph-12lz8s47t", lg: "tgph-12lz8s47u", xl: "tgph-12lz8s47v", "2xl": "tgph-12lz8s47w" }, defaultClass: "tgph-12lz8s47s" }, "accent-5": { conditions: { sm: "tgph-12lz8s47x", md: "tgph-12lz8s47y", lg: "tgph-12lz8s47z", xl: "tgph-12lz8s480", "2xl": "tgph-12lz8s481" }, defaultClass: "tgph-12lz8s47x" }, "accent-6": { conditions: { sm: "tgph-12lz8s482", md: "tgph-12lz8s483", lg: "tgph-12lz8s484", xl: "tgph-12lz8s485", "2xl": "tgph-12lz8s486" }, defaultClass: "tgph-12lz8s482" }, "accent-7": { conditions: { sm: "tgph-12lz8s487", md: "tgph-12lz8s488", lg: "tgph-12lz8s489", xl: "tgph-12lz8s48a", "2xl": "tgph-12lz8s48b" }, defaultClass: "tgph-12lz8s487" }, "accent-8": { conditions: { sm: "tgph-12lz8s48c", md: "tgph-12lz8s48d", lg: "tgph-12lz8s48e", xl: "tgph-12lz8s48f", "2xl": "tgph-12lz8s48g" }, defaultClass: "tgph-12lz8s48c" }, "accent-9": { conditions: { sm: "tgph-12lz8s48h", md: "tgph-12lz8s48i", lg: "tgph-12lz8s48j", xl: "tgph-12lz8s48k", "2xl": "tgph-12lz8s48l" }, defaultClass: "tgph-12lz8s48h" }, "accent-10": { conditions: { sm: "tgph-12lz8s48m", md: "tgph-12lz8s48n", lg: "tgph-12lz8s48o", xl: "tgph-12lz8s48p", "2xl": "tgph-12lz8s48q" }, defaultClass: "tgph-12lz8s48m" }, "accent-11": { conditions: { sm: "tgph-12lz8s48r", md: "tgph-12lz8s48s", lg: "tgph-12lz8s48t", xl: "tgph-12lz8s48u", "2xl": "tgph-12lz8s48v" }, defaultClass: "tgph-12lz8s48r" }, "accent-12": { conditions: { sm: "tgph-12lz8s48w", md: "tgph-12lz8s48x", lg: "tgph-12lz8s48y", xl: "tgph-12lz8s48z", "2xl": "tgph-12lz8s490" }, defaultClass: "tgph-12lz8s48w" }, "green-1": { conditions: { sm: "tgph-12lz8s491", md: "tgph-12lz8s492", lg: "tgph-12lz8s493", xl: "tgph-12lz8s494", "2xl": "tgph-12lz8s495" }, defaultClass: "tgph-12lz8s491" }, "green-2": { conditions: { sm: "tgph-12lz8s496", md: "tgph-12lz8s497", lg: "tgph-12lz8s498", xl: "tgph-12lz8s499", "2xl": "tgph-12lz8s49a" }, defaultClass: "tgph-12lz8s496" }, "green-3": { conditions: { sm: "tgph-12lz8s49b", md: "tgph-12lz8s49c", lg: "tgph-12lz8s49d", xl: "tgph-12lz8s49e", "2xl": "tgph-12lz8s49f" }, defaultClass: "tgph-12lz8s49b" }, "green-4": { conditions: { sm: "tgph-12lz8s49g", md: "tgph-12lz8s49h", lg: "tgph-12lz8s49i", xl: "tgph-12lz8s49j", "2xl": "tgph-12lz8s49k" }, defaultClass: "tgph-12lz8s49g" }, "green-5": { conditions: { sm: "tgph-12lz8s49l", md: "tgph-12lz8s49m", lg: "tgph-12lz8s49n", xl: "tgph-12lz8s49o", "2xl": "tgph-12lz8s49p" }, defaultClass: "tgph-12lz8s49l" }, "green-6": { conditions: { sm: "tgph-12lz8s49q", md: "tgph-12lz8s49r", lg: "tgph-12lz8s49s", xl: "tgph-12lz8s49t", "2xl": "tgph-12lz8s49u" }, defaultClass: "tgph-12lz8s49q" }, "green-7": { conditions: { sm: "tgph-12lz8s49v", md: "tgph-12lz8s49w", lg: "tgph-12lz8s49x", xl: "tgph-12lz8s49y", "2xl": "tgph-12lz8s49z" }, defaultClass: "tgph-12lz8s49v" }, "green-8": { conditions: { sm: "tgph-12lz8s4a0", md: "tgph-12lz8s4a1", lg: "tgph-12lz8s4a2", xl: "tgph-12lz8s4a3", "2xl": "tgph-12lz8s4a4" }, defaultClass: "tgph-12lz8s4a0" }, "green-9": { conditions: { sm: "tgph-12lz8s4a5", md: "tgph-12lz8s4a6", lg: "tgph-12lz8s4a7", xl: "tgph-12lz8s4a8", "2xl": "tgph-12lz8s4a9" }, defaultClass: "tgph-12lz8s4a5" }, "green-10": { conditions: { sm: "tgph-12lz8s4aa", md: "tgph-12lz8s4ab", lg: "tgph-12lz8s4ac", xl: "tgph-12lz8s4ad", "2xl": "tgph-12lz8s4ae" }, defaultClass: "tgph-12lz8s4aa" }, "green-11": { conditions: { sm: "tgph-12lz8s4af", md: "tgph-12lz8s4ag", lg: "tgph-12lz8s4ah", xl: "tgph-12lz8s4ai", "2xl": "tgph-12lz8s4aj" }, defaultClass: "tgph-12lz8s4af" }, "green-12": { conditions: { sm: "tgph-12lz8s4ak", md: "tgph-12lz8s4al", lg: "tgph-12lz8s4am", xl: "tgph-12lz8s4an", "2xl": "tgph-12lz8s4ao" }, defaultClass: "tgph-12lz8s4ak" }, "yellow-1": { conditions: { sm: "tgph-12lz8s4ap", md: "tgph-12lz8s4aq", lg: "tgph-12lz8s4ar", xl: "tgph-12lz8s4as", "2xl": "tgph-12lz8s4at" }, defaultClass: "tgph-12lz8s4ap" }, "yellow-2": { conditions: { sm: "tgph-12lz8s4au", md: "tgph-12lz8s4av", lg: "tgph-12lz8s4aw", xl: "tgph-12lz8s4ax", "2xl": "tgph-12lz8s4ay" }, defaultClass: "tgph-12lz8s4au" }, "yellow-3": { conditions: { sm: "tgph-12lz8s4az", md: "tgph-12lz8s4b0", lg: "tgph-12lz8s4b1", xl: "tgph-12lz8s4b2", "2xl": "tgph-12lz8s4b3" }, defaultClass: "tgph-12lz8s4az" }, "yellow-4": { conditions: { sm: "tgph-12lz8s4b4", md: "tgph-12lz8s4b5", lg: "tgph-12lz8s4b6", xl: "tgph-12lz8s4b7", "2xl": "tgph-12lz8s4b8" }, defaultClass: "tgph-12lz8s4b4" }, "yellow-5": { conditions: { sm: "tgph-12lz8s4b9", md: "tgph-12lz8s4ba", lg: "tgph-12lz8s4bb", xl: "tgph-12lz8s4bc", "2xl": "tgph-12lz8s4bd" }, defaultClass: "tgph-12lz8s4b9" }, "yellow-6": { conditions: { sm: "tgph-12lz8s4be", md: "tgph-12lz8s4bf", lg: "tgph-12lz8s4bg", xl: "tgph-12lz8s4bh", "2xl": "tgph-12lz8s4bi" }, defaultClass: "tgph-12lz8s4be" }, "yellow-7": { conditions: { sm: "tgph-12lz8s4bj", md: "tgph-12lz8s4bk", lg: "tgph-12lz8s4bl", xl: "tgph-12lz8s4bm", "2xl": "tgph-12lz8s4bn" }, defaultClass: "tgph-12lz8s4bj" }, "yellow-8": { conditions: { sm: "tgph-12lz8s4bo", md: "tgph-12lz8s4bp", lg: "tgph-12lz8s4bq", xl: "tgph-12lz8s4br", "2xl": "tgph-12lz8s4bs" }, defaultClass: "tgph-12lz8s4bo" }, "yellow-9": { conditions: { sm: "tgph-12lz8s4bt", md: "tgph-12lz8s4bu", lg: "tgph-12lz8s4bv", xl: "tgph-12lz8s4bw", "2xl": "tgph-12lz8s4bx" }, defaultClass: "tgph-12lz8s4bt" }, "yellow-10": { conditions: { sm: "tgph-12lz8s4by", md: "tgph-12lz8s4bz", lg: "tgph-12lz8s4c0", xl: "tgph-12lz8s4c1", "2xl": "tgph-12lz8s4c2" }, defaultClass: "tgph-12lz8s4by" }, "yellow-11": { conditions: { sm: "tgph-12lz8s4c3", md: "tgph-12lz8s4c4", lg: "tgph-12lz8s4c5", xl: "tgph-12lz8s4c6", "2xl": "tgph-12lz8s4c7" }, defaultClass: "tgph-12lz8s4c3" }, "yellow-12": { conditions: { sm: "tgph-12lz8s4c8", md: "tgph-12lz8s4c9", lg: "tgph-12lz8s4ca", xl: "tgph-12lz8s4cb", "2xl": "tgph-12lz8s4cc" }, defaultClass: "tgph-12lz8s4c8" }, "blue-1": { conditions: { sm: "tgph-12lz8s4cd", md: "tgph-12lz8s4ce", lg: "tgph-12lz8s4cf", xl: "tgph-12lz8s4cg", "2xl": "tgph-12lz8s4ch" }, defaultClass: "tgph-12lz8s4cd" }, "blue-2": { conditions: { sm: "tgph-12lz8s4ci", md: "tgph-12lz8s4cj", lg: "tgph-12lz8s4ck", xl: "tgph-12lz8s4cl", "2xl": "tgph-12lz8s4cm" }, defaultClass: "tgph-12lz8s4ci" }, "blue-3": { conditions: { sm: "tgph-12lz8s4cn", md: "tgph-12lz8s4co", lg: "tgph-12lz8s4cp", xl: "tgph-12lz8s4cq", "2xl": "tgph-12lz8s4cr" }, defaultClass: "tgph-12lz8s4cn" }, "blue-4": { conditions: { sm: "tgph-12lz8s4cs", md: "tgph-12lz8s4ct", lg: "tgph-12lz8s4cu", xl: "tgph-12lz8s4cv", "2xl": "tgph-12lz8s4cw" }, defaultClass: "tgph-12lz8s4cs" }, "blue-5": { conditions: { sm: "tgph-12lz8s4cx", md: "tgph-12lz8s4cy", lg: "tgph-12lz8s4cz", xl: "tgph-12lz8s4d0", "2xl": "tgph-12lz8s4d1" }, defaultClass: "tgph-12lz8s4cx" }, "blue-6": { conditions: { sm: "tgph-12lz8s4d2", md: "tgph-12lz8s4d3", lg: "tgph-12lz8s4d4", xl: "tgph-12lz8s4d5", "2xl": "tgph-12lz8s4d6" }, defaultClass: "tgph-12lz8s4d2" }, "blue-7": { conditions: { sm: "tgph-12lz8s4d7", md: "tgph-12lz8s4d8", lg: "tgph-12lz8s4d9", xl: "tgph-12lz8s4da", "2xl": "tgph-12lz8s4db" }, defaultClass: "tgph-12lz8s4d7" }, "blue-8": { conditions: { sm: "tgph-12lz8s4dc", md: "tgph-12lz8s4dd", lg: "tgph-12lz8s4de", xl: "tgph-12lz8s4df", "2xl": "tgph-12lz8s4dg" }, defaultClass: "tgph-12lz8s4dc" }, "blue-9": { conditions: { sm: "tgph-12lz8s4dh", md: "tgph-12lz8s4di", lg: "tgph-12lz8s4dj", xl: "tgph-12lz8s4dk", "2xl": "tgph-12lz8s4dl" }, defaultClass: "tgph-12lz8s4dh" }, "blue-10": { conditions: { sm: "tgph-12lz8s4dm", md: "tgph-12lz8s4dn", lg: "tgph-12lz8s4do", xl: "tgph-12lz8s4dp", "2xl": "tgph-12lz8s4dq" }, defaultClass: "tgph-12lz8s4dm" }, "blue-11": { conditions: { sm: "tgph-12lz8s4dr", md: "tgph-12lz8s4ds", lg: "tgph-12lz8s4dt", xl: "tgph-12lz8s4du", "2xl": "tgph-12lz8s4dv" }, defaultClass: "tgph-12lz8s4dr" }, "blue-12": { conditions: { sm: "tgph-12lz8s4dw", md: "tgph-12lz8s4dx", lg: "tgph-12lz8s4dy", xl: "tgph-12lz8s4dz", "2xl": "tgph-12lz8s4e0" }, defaultClass: "tgph-12lz8s4dw" }, "red-1": { conditions: { sm: "tgph-12lz8s4e1", md: "tgph-12lz8s4e2", lg: "tgph-12lz8s4e3", xl: "tgph-12lz8s4e4", "2xl": "tgph-12lz8s4e5" }, defaultClass: "tgph-12lz8s4e1" }, "red-2": { conditions: { sm: "tgph-12lz8s4e6", md: "tgph-12lz8s4e7", lg: "tgph-12lz8s4e8", xl: "tgph-12lz8s4e9", "2xl": "tgph-12lz8s4ea" }, defaultClass: "tgph-12lz8s4e6" }, "red-3": { conditions: { sm: "tgph-12lz8s4eb", md: "tgph-12lz8s4ec", lg: "tgph-12lz8s4ed", xl: "tgph-12lz8s4ee", "2xl": "tgph-12lz8s4ef" }, defaultClass: "tgph-12lz8s4eb" }, "red-4": { conditions: { sm: "tgph-12lz8s4eg", md: "tgph-12lz8s4eh", lg: "tgph-12lz8s4ei", xl: "tgph-12lz8s4ej", "2xl": "tgph-12lz8s4ek" }, defaultClass: "tgph-12lz8s4eg" }, "red-5": { conditions: { sm: "tgph-12lz8s4el", md: "tgph-12lz8s4em", lg: "tgph-12lz8s4en", xl: "tgph-12lz8s4eo", "2xl": "tgph-12lz8s4ep" }, defaultClass: "tgph-12lz8s4el" }, "red-6": { conditions: { sm: "tgph-12lz8s4eq", md: "tgph-12lz8s4er", lg: "tgph-12lz8s4es", xl: "tgph-12lz8s4et", "2xl": "tgph-12lz8s4eu" }, defaultClass: "tgph-12lz8s4eq" }, "red-7": { conditions: { sm: "tgph-12lz8s4ev", md: "tgph-12lz8s4ew", lg: "tgph-12lz8s4ex", xl: "tgph-12lz8s4ey", "2xl": "tgph-12lz8s4ez" }, defaultClass: "tgph-12lz8s4ev" }, "red-8": { conditions: { sm: "tgph-12lz8s4f0", md: "tgph-12lz8s4f1", lg: "tgph-12lz8s4f2", xl: "tgph-12lz8s4f3", "2xl": "tgph-12lz8s4f4" }, defaultClass: "tgph-12lz8s4f0" }, "red-9": { conditions: { sm: "tgph-12lz8s4f5", md: "tgph-12lz8s4f6", lg: "tgph-12lz8s4f7", xl: "tgph-12lz8s4f8", "2xl": "tgph-12lz8s4f9" }, defaultClass: "tgph-12lz8s4f5" }, "red-10": { conditions: { sm: "tgph-12lz8s4fa", md: "tgph-12lz8s4fb", lg: "tgph-12lz8s4fc", xl: "tgph-12lz8s4fd", "2xl": "tgph-12lz8s4fe" }, defaultClass: "tgph-12lz8s4fa" }, "red-11": { conditions: { sm: "tgph-12lz8s4ff", md: "tgph-12lz8s4fg", lg: "tgph-12lz8s4fh", xl: "tgph-12lz8s4fi", "2xl": "tgph-12lz8s4fj" }, defaultClass: "tgph-12lz8s4ff" }, "red-12": { conditions: { sm: "tgph-12lz8s4fk", md: "tgph-12lz8s4fl", lg: "tgph-12lz8s4fm", xl: "tgph-12lz8s4fn", "2xl": "tgph-12lz8s4fo" }, defaultClass: "tgph-12lz8s4fk" }, "purple-1": { conditions: { sm: "tgph-12lz8s4fp", md: "tgph-12lz8s4fq", lg: "tgph-12lz8s4fr", xl: "tgph-12lz8s4fs", "2xl": "tgph-12lz8s4ft" }, defaultClass: "tgph-12lz8s4fp" }, "purple-2": { conditions: { sm: "tgph-12lz8s4fu", md: "tgph-12lz8s4fv", lg: "tgph-12lz8s4fw", xl: "tgph-12lz8s4fx", "2xl": "tgph-12lz8s4fy" }, defaultClass: "tgph-12lz8s4fu" }, "purple-3": { conditions: { sm: "tgph-12lz8s4fz", md: "tgph-12lz8s4g0", lg: "tgph-12lz8s4g1", xl: "tgph-12lz8s4g2", "2xl": "tgph-12lz8s4g3" }, defaultClass: "tgph-12lz8s4fz" }, "purple-4": { conditions: { sm: "tgph-12lz8s4g4", md: "tgph-12lz8s4g5", lg: "tgph-12lz8s4g6", xl: "tgph-12lz8s4g7", "2xl": "tgph-12lz8s4g8" }, defaultClass: "tgph-12lz8s4g4" }, "purple-5": { conditions: { sm: "tgph-12lz8s4g9", md: "tgph-12lz8s4ga", lg: "tgph-12lz8s4gb", xl: "tgph-12lz8s4gc", "2xl": "tgph-12lz8s4gd" }, defaultClass: "tgph-12lz8s4g9" }, "purple-6": { conditions: { sm: "tgph-12lz8s4ge", md: "tgph-12lz8s4gf", lg: "tgph-12lz8s4gg", xl: "tgph-12lz8s4gh", "2xl": "tgph-12lz8s4gi" }, defaultClass: "tgph-12lz8s4ge" }, "purple-7": { conditions: { sm: "tgph-12lz8s4gj", md: "tgph-12lz8s4gk", lg: "tgph-12lz8s4gl", xl: "tgph-12lz8s4gm", "2xl": "tgph-12lz8s4gn" }, defaultClass: "tgph-12lz8s4gj" }, "purple-8": { conditions: { sm: "tgph-12lz8s4go", md: "tgph-12lz8s4gp", lg: "tgph-12lz8s4gq", xl: "tgph-12lz8s4gr", "2xl": "tgph-12lz8s4gs" }, defaultClass: "tgph-12lz8s4go" }, "purple-9": { conditions: { sm: "tgph-12lz8s4gt", md: "tgph-12lz8s4gu", lg: "tgph-12lz8s4gv", xl: "tgph-12lz8s4gw", "2xl": "tgph-12lz8s4gx" }, defaultClass: "tgph-12lz8s4gt" }, "purple-10": { conditions: { sm: "tgph-12lz8s4gy", md: "tgph-12lz8s4gz", lg: "tgph-12lz8s4h0", xl: "tgph-12lz8s4h1", "2xl": "tgph-12lz8s4h2" }, defaultClass: "tgph-12lz8s4gy" }, "purple-11": { conditions: { sm: "tgph-12lz8s4h3", md: "tgph-12lz8s4h4", lg: "tgph-12lz8s4h5", xl: "tgph-12lz8s4h6", "2xl": "tgph-12lz8s4h7" }, defaultClass: "tgph-12lz8s4h3" }, "purple-12": { conditions: { sm: "tgph-12lz8s4h8", md: "tgph-12lz8s4h9", lg: "tgph-12lz8s4ha", xl: "tgph-12lz8s4hb", "2xl": "tgph-12lz8s4hc" }, defaultClass: "tgph-12lz8s4h8" } }, responsiveArray: void 0 }, borderWidth: { values: { 0: { conditions: { sm: "tgph-12lz8s4hd", md: "tgph-12lz8s4he", lg: "tgph-12lz8s4hf", xl: "tgph-12lz8s4hg", "2xl": "tgph-12lz8s4hh" }, defaultClass: "tgph-12lz8s4hd" }, 1: { conditions: { sm: "tgph-12lz8s4hi", md: "tgph-12lz8s4hj", lg: "tgph-12lz8s4hk", xl: "tgph-12lz8s4hl", "2xl": "tgph-12lz8s4hm" }, defaultClass: "tgph-12lz8s4hi" }, 2: { conditions: { sm: "tgph-12lz8s4hn", md: "tgph-12lz8s4ho", lg: "tgph-12lz8s4hp", xl: "tgph-12lz8s4hq", "2xl": "tgph-12lz8s4hr" }, defaultClass: "tgph-12lz8s4hn" }, 3: { conditions: { sm: "tgph-12lz8s4hs", md: "tgph-12lz8s4ht", lg: "tgph-12lz8s4hu", xl: "tgph-12lz8s4hv", "2xl": "tgph-12lz8s4hw" }, defaultClass: "tgph-12lz8s4hs" }, 4: { conditions: { sm: "tgph-12lz8s4hx", md: "tgph-12lz8s4hy", lg: "tgph-12lz8s4hz", xl: "tgph-12lz8s4i0", "2xl": "tgph-12lz8s4i1" }, defaultClass: "tgph-12lz8s4hx" }, 5: { conditions: { sm: "tgph-12lz8s4i2", md: "tgph-12lz8s4i3", lg: "tgph-12lz8s4i4", xl: "tgph-12lz8s4i5", "2xl": "tgph-12lz8s4i6" }, defaultClass: "tgph-12lz8s4i2" }, 6: { conditions: { sm: "tgph-12lz8s4i7", md: "tgph-12lz8s4i8", lg: "tgph-12lz8s4i9", xl: "tgph-12lz8s4ia", "2xl": "tgph-12lz8s4ib" }, defaultClass: "tgph-12lz8s4i7" }, 7: { conditions: { sm: "tgph-12lz8s4ic", md: "tgph-12lz8s4id", lg: "tgph-12lz8s4ie", xl: "tgph-12lz8s4if", "2xl": "tgph-12lz8s4ig" }, defaultClass: "tgph-12lz8s4ic" }, 8: { conditions: { sm: "tgph-12lz8s4ih", md: "tgph-12lz8s4ii", lg: "tgph-12lz8s4ij", xl: "tgph-12lz8s4ik", "2xl": "tgph-12lz8s4il" }, defaultClass: "tgph-12lz8s4ih" }, 9: { conditions: { sm: "tgph-12lz8s4im", md: "tgph-12lz8s4in", lg: "tgph-12lz8s4io", xl: "tgph-12lz8s4ip", "2xl": "tgph-12lz8s4iq" }, defaultClass: "tgph-12lz8s4im" }, 10: { conditions: { sm: "tgph-12lz8s4ir", md: "tgph-12lz8s4is", lg: "tgph-12lz8s4it", xl: "tgph-12lz8s4iu", "2xl": "tgph-12lz8s4iv" }, defaultClass: "tgph-12lz8s4ir" }, 11: { conditions: { sm: "tgph-12lz8s4iw", md: "tgph-12lz8s4ix", lg: "tgph-12lz8s4iy", xl: "tgph-12lz8s4iz", "2xl": "tgph-12lz8s4j0" }, defaultClass: "tgph-12lz8s4iw" }, 12: { conditions: { sm: "tgph-12lz8s4j1", md: "tgph-12lz8s4j2", lg: "tgph-12lz8s4j3", xl: "tgph-12lz8s4j4", "2xl": "tgph-12lz8s4j5" }, defaultClass: "tgph-12lz8s4j1" }, 14: { conditions: { sm: "tgph-12lz8s4j6", md: "tgph-12lz8s4j7", lg: "tgph-12lz8s4j8", xl: "tgph-12lz8s4j9", "2xl": "tgph-12lz8s4ja" }, defaultClass: "tgph-12lz8s4j6" }, 16: { conditions: { sm: "tgph-12lz8s4jb", md: "tgph-12lz8s4jc", lg: "tgph-12lz8s4jd", xl: "tgph-12lz8s4je", "2xl": "tgph-12lz8s4jf" }, defaultClass: "tgph-12lz8s4jb" }, 20: { conditions: { sm: "tgph-12lz8s4jg", md: "tgph-12lz8s4jh", lg: "tgph-12lz8s4ji", xl: "tgph-12lz8s4jj", "2xl": "tgph-12lz8s4jk" }, defaultClass: "tgph-12lz8s4jg" }, 24: { conditions: { sm: "tgph-12lz8s4jl", md: "tgph-12lz8s4jm", lg: "tgph-12lz8s4jn", xl: "tgph-12lz8s4jo", "2xl": "tgph-12lz8s4jp" }, defaultClass: "tgph-12lz8s4jl" }, 28: { conditions: { sm: "tgph-12lz8s4jq", md: "tgph-12lz8s4jr", lg: "tgph-12lz8s4js", xl: "tgph-12lz8s4jt", "2xl": "tgph-12lz8s4ju" }, defaultClass: "tgph-12lz8s4jq" }, 32: { conditions: { sm: "tgph-12lz8s4jv", md: "tgph-12lz8s4jw", lg: "tgph-12lz8s4jx", xl: "tgph-12lz8s4jy", "2xl": "tgph-12lz8s4jz" }, defaultClass: "tgph-12lz8s4jv" }, 36: { conditions: { sm: "tgph-12lz8s4k0", md: "tgph-12lz8s4k1", lg: "tgph-12lz8s4k2", xl: "tgph-12lz8s4k3", "2xl": "tgph-12lz8s4k4" }, defaultClass: "tgph-12lz8s4k0" }, 40: { conditions: { sm: "tgph-12lz8s4k5", md: "tgph-12lz8s4k6", lg: "tgph-12lz8s4k7", xl: "tgph-12lz8s4k8", "2xl": "tgph-12lz8s4k9" }, defaultClass: "tgph-12lz8s4k5" }, 44: { conditions: { sm: "tgph-12lz8s4ka", md: "tgph-12lz8s4kb", lg: "tgph-12lz8s4kc", xl: "tgph-12lz8s4kd", "2xl": "tgph-12lz8s4ke" }, defaultClass: "tgph-12lz8s4ka" }, 48: { conditions: { sm: "tgph-12lz8s4kf", md: "tgph-12lz8s4kg", lg: "tgph-12lz8s4kh", xl: "tgph-12lz8s4ki", "2xl": "tgph-12lz8s4kj" }, defaultClass: "tgph-12lz8s4kf" }, 52: { conditions: { sm: "tgph-12lz8s4kk", md: "tgph-12lz8s4kl", lg: "tgph-12lz8s4km", xl: "tgph-12lz8s4kn", "2xl": "tgph-12lz8s4ko" }, defaultClass: "tgph-12lz8s4kk" }, 56: { conditions: { sm: "tgph-12lz8s4kp", md: "tgph-12lz8s4kq", lg: "tgph-12lz8s4kr", xl: "tgph-12lz8s4ks", "2xl": "tgph-12lz8s4kt" }, defaultClass: "tgph-12lz8s4kp" }, 60: { conditions: { sm: "tgph-12lz8s4ku", md: "tgph-12lz8s4kv", lg: "tgph-12lz8s4kw", xl: "tgph-12lz8s4kx", "2xl": "tgph-12lz8s4ky" }, defaultClass: "tgph-12lz8s4ku" }, 64: { conditions: { sm: "tgph-12lz8s4kz", md: "tgph-12lz8s4l0", lg: "tgph-12lz8s4l1", xl: "tgph-12lz8s4l2", "2xl": "tgph-12lz8s4l3" }, defaultClass: "tgph-12lz8s4kz" }, 72: { conditions: { sm: "tgph-12lz8s4l4", md: "tgph-12lz8s4l5", lg: "tgph-12lz8s4l6", xl: "tgph-12lz8s4l7", "2xl": "tgph-12lz8s4l8" }, defaultClass: "tgph-12lz8s4l4" }, 80: { conditions: { sm: "tgph-12lz8s4l9", md: "tgph-12lz8s4la", lg: "tgph-12lz8s4lb", xl: "tgph-12lz8s4lc", "2xl": "tgph-12lz8s4ld" }, defaultClass: "tgph-12lz8s4l9" }, 96: { conditions: { sm: "tgph-12lz8s4le", md: "tgph-12lz8s4lf", lg: "tgph-12lz8s4lg", xl: "tgph-12lz8s4lh", "2xl": "tgph-12lz8s4li" }, defaultClass: "tgph-12lz8s4le" }, 140: { conditions: { sm: "tgph-12lz8s4lj", md: "tgph-12lz8s4lk", lg: "tgph-12lz8s4ll", xl: "tgph-12lz8s4lm", "2xl": "tgph-12lz8s4ln" }, defaultClass: "tgph-12lz8s4lj" }, 160: { conditions: { sm: "tgph-12lz8s4lo", md: "tgph-12lz8s4lp", lg: "tgph-12lz8s4lq", xl: "tgph-12lz8s4lr", "2xl": "tgph-12lz8s4ls" }, defaultClass: "tgph-12lz8s4lo" }, px: { conditions: { sm: "tgph-12lz8s4lt", md: "tgph-12lz8s4lu", lg: "tgph-12lz8s4lv", xl: "tgph-12lz8s4lw", "2xl": "tgph-12lz8s4lx" }, defaultClass: "tgph-12lz8s4lt" }, full: { conditions: { sm: "tgph-12lz8s4ly", md: "tgph-12lz8s4lz", lg: "tgph-12lz8s4m0", xl: "tgph-12lz8s4m1", "2xl": "tgph-12lz8s4m2" }, defaultClass: "tgph-12lz8s4ly" }, auto: { conditions: { sm: "tgph-12lz8s4m3", md: "tgph-12lz8s4m4", lg: "tgph-12lz8s4m5", xl: "tgph-12lz8s4m6", "2xl": "tgph-12lz8s4m7" }, defaultClass: "tgph-12lz8s4m3" } }, responsiveArray: void 0 }, borderBottomWidth: { values: { 0: { conditions: { sm: "tgph-12lz8s4m8", md: "tgph-12lz8s4m9", lg: "tgph-12lz8s4ma", xl: "tgph-12lz8s4mb", "2xl": "tgph-12lz8s4mc" }, defaultClass: "tgph-12lz8s4m8" }, 1: { conditions: { sm: "tgph-12lz8s4md", md: "tgph-12lz8s4me", lg: "tgph-12lz8s4mf", xl: "tgph-12lz8s4mg", "2xl": "tgph-12lz8s4mh" }, defaultClass: "tgph-12lz8s4md" }, 2: { conditions: { sm: "tgph-12lz8s4mi", md: "tgph-12lz8s4mj", lg: "tgph-12lz8s4mk", xl: "tgph-12lz8s4ml", "2xl": "tgph-12lz8s4mm" }, defaultClass: "tgph-12lz8s4mi" }, 3: { conditions: { sm: "tgph-12lz8s4mn", md: "tgph-12lz8s4mo", lg: "tgph-12lz8s4mp", xl: "tgph-12lz8s4mq", "2xl": "tgph-12lz8s4mr" }, defaultClass: "tgph-12lz8s4mn" }, 4: { conditions: { sm: "tgph-12lz8s4ms", md: "tgph-12lz8s4mt", lg: "tgph-12lz8s4mu", xl: "tgph-12lz8s4mv", "2xl": "tgph-12lz8s4mw" }, defaultClass: "tgph-12lz8s4ms" }, 5: { conditions: { sm: "tgph-12lz8s4mx", md: "tgph-12lz8s4my", lg: "tgph-12lz8s4mz", xl: "tgph-12lz8s4n0", "2xl": "tgph-12lz8s4n1" }, defaultClass: "tgph-12lz8s4mx" }, 6: { conditions: { sm: "tgph-12lz8s4n2", md: "tgph-12lz8s4n3", lg: "tgph-12lz8s4n4", xl: "tgph-12lz8s4n5", "2xl": "tgph-12lz8s4n6" }, defaultClass: "tgph-12lz8s4n2" }, 7: { conditions: { sm: "tgph-12lz8s4n7", md: "tgph-12lz8s4n8", lg: "tgph-12lz8s4n9", xl: "tgph-12lz8s4na", "2xl": "tgph-12lz8s4nb" }, defaultClass: "tgph-12lz8s4n7" }, 8: { conditions: { sm: "tgph-12lz8s4nc", md: "tgph-12lz8s4nd", lg: "tgph-12lz8s4ne", xl: "tgph-12lz8s4nf", "2xl": "tgph-12lz8s4ng" }, defaultClass: "tgph-12lz8s4nc" }, 9: { conditions: { sm: "tgph-12lz8s4nh", md: "tgph-12lz8s4ni", lg: "tgph-12lz8s4nj", xl: "tgph-12lz8s4nk", "2xl": "tgph-12lz8s4nl" }, defaultClass: "tgph-12lz8s4nh" }, 10: { conditions: { sm: "tgph-12lz8s4nm", md: "tgph-12lz8s4nn", lg: "tgph-12lz8s4no", xl: "tgph-12lz8s4np", "2xl": "tgph-12lz8s4nq" }, defaultClass: "tgph-12lz8s4nm" }, 11: { conditions: { sm: "tgph-12lz8s4nr", md: "tgph-12lz8s4ns", lg: "tgph-12lz8s4nt", xl: "tgph-12lz8s4nu", "2xl": "tgph-12lz8s4nv" }, defaultClass: "tgph-12lz8s4nr" }, 12: { conditions: { sm: "tgph-12lz8s4nw", md: "tgph-12lz8s4nx", lg: "tgph-12lz8s4ny", xl: "tgph-12lz8s4nz", "2xl": "tgph-12lz8s4o0" }, defaultClass: "tgph-12lz8s4nw" }, 14: { conditions: { sm: "tgph-12lz8s4o1", md: "tgph-12lz8s4o2", lg: "tgph-12lz8s4o3", xl: "tgph-12lz8s4o4", "2xl": "tgph-12lz8s4o5" }, defaultClass: "tgph-12lz8s4o1" }, 16: { conditions: { sm: "tgph-12lz8s4o6", md: "tgph-12lz8s4o7", lg: "tgph-12lz8s4o8", xl: "tgph-12lz8s4o9", "2xl": "tgph-12lz8s4oa" }, defaultClass: "tgph-12lz8s4o6" }, 20: { conditions: { sm: "tgph-12lz8s4ob", md: "tgph-12lz8s4oc", lg: "tgph-12lz8s4od", xl: "tgph-12lz8s4oe", "2xl": "tgph-12lz8s4of" }, defaultClass: "tgph-12lz8s4ob" }, 24: { conditions: { sm: "tgph-12lz8s4og", md: "tgph-12lz8s4oh", lg: "tgph-12lz8s4oi", xl: "tgph-12lz8s4oj", "2xl": "tgph-12lz8s4ok" }, defaultClass: "tgph-12lz8s4og" }, 28: { conditions: { sm: "tgph-12lz8s4ol", md: "tgph-12lz8s4om", lg: "tgph-12lz8s4on", xl: "tgph-12lz8s4oo", "2xl": "tgph-12lz8s4op" }, defaultClass: "tgph-12lz8s4ol" }, 32: { conditions: { sm: "tgph-12lz8s4oq", md: "tgph-12lz8s4or", lg: "tgph-12lz8s4os", xl: "tgph-12lz8s4ot", "2xl": "tgph-12lz8s4ou" }, defaultClass: "tgph-12lz8s4oq" }, 36: { conditions: { sm: "tgph-12lz8s4ov", md: "tgph-12lz8s4ow", lg: "tgph-12lz8s4ox", xl: "tgph-12lz8s4oy", "2xl": "tgph-12lz8s4oz" }, defaultClass: "tgph-12lz8s4ov" }, 40: { conditions: { sm: "tgph-12lz8s4p0", md: "tgph-12lz8s4p1", lg: "tgph-12lz8s4p2", xl: "tgph-12lz8s4p3", "2xl": "tgph-12lz8s4p4" }, defaultClass: "tgph-12lz8s4p0" }, 44: { conditions: { sm: "tgph-12lz8s4p5", md: "tgph-12lz8s4p6", lg: "tgph-12lz8s4p7", xl: "tgph-12lz8s4p8", "2xl": "tgph-12lz8s4p9" }, defaultClass: "tgph-12lz8s4p5" }, 48: { conditions: { sm: "tgph-12lz8s4pa", md: "tgph-12lz8s4pb", lg: "tgph-12lz8s4pc", xl: "tgph-12lz8s4pd", "2xl": "tgph-12lz8s4pe" }, defaultClass: "tgph-12lz8s4pa" }, 52: { conditions: { sm: "tgph-12lz8s4pf", md: "tgph-12lz8s4pg", lg: "tgph-12lz8s4ph", xl: "tgph-12lz8s4pi", "2xl": "tgph-12lz8s4pj" }, defaultClass: "tgph-12lz8s4pf" }, 56: { conditions: { sm: "tgph-12lz8s4pk", md: "tgph-12lz8s4pl", lg: "tgph-12lz8s4pm", xl: "tgph-12lz8s4pn", "2xl": "tgph-12lz8s4po" }, defaultClass: "tgph-12lz8s4pk" }, 60: { conditions: { sm: "tgph-12lz8s4pp", md: "tgph-12lz8s4pq", lg: "tgph-12lz8s4pr", xl: "tgph-12lz8s4ps", "2xl": "tgph-12lz8s4pt" }, defaultClass: "tgph-12lz8s4pp" }, 64: { conditions: { sm: "tgph-12lz8s4pu", md: "tgph-12lz8s4pv", lg: "tgph-12lz8s4pw", xl: "tgph-12lz8s4px", "2xl": "tgph-12lz8s4py" }, defaultClass: "tgph-12lz8s4pu" }, 72: { conditions: { sm: "tgph-12lz8s4pz", md: "tgph-12lz8s4q0", lg: "tgph-12lz8s4q1", xl: "tgph-12lz8s4q2", "2xl": "tgph-12lz8s4q3" }, defaultClass: "tgph-12lz8s4pz" }, 80: { conditions: { sm: "tgph-12lz8s4q4", md: "tgph-12lz8s4q5", lg: "tgph-12lz8s4q6", xl: "tgph-12lz8s4q7", "2xl": "tgph-12lz8s4q8" }, defaultClass: "tgph-12lz8s4q4" }, 96: { conditions: { sm: "tgph-12lz8s4q9", md: "tgph-12lz8s4qa", lg: "tgph-12lz8s4qb", xl: "tgph-12lz8s4qc", "2xl": "tgph-12lz8s4qd" }, defaultClass: "tgph-12lz8s4q9" }, 140: { conditions: { sm: "tgph-12lz8s4qe", md: "tgph-12lz8s4qf", lg: "tgph-12lz8s4qg", xl: "tgph-12lz8s4qh", "2xl": "tgph-12lz8s4qi" }, defaultClass: "tgph-12lz8s4qe" }, 160: { conditions: { sm: "tgph-12lz8s4qj", md: "tgph-12lz8s4qk", lg: "tgph-12lz8s4ql", xl: "tgph-12lz8s4qm", "2xl": "tgph-12lz8s4qn" }, defaultClass: "tgph-12lz8s4qj" }, px: { conditions: { sm: "tgph-12lz8s4qo", md: "tgph-12lz8s4qp", lg: "tgph-12lz8s4qq", xl: "tgph-12lz8s4qr", "2xl": "tgph-12lz8s4qs" }, defaultClass: "tgph-12lz8s4qo" }, full: { conditions: { sm: "tgph-12lz8s4qt", md: "tgph-12lz8s4qu", lg: "tgph-12lz8s4qv", xl: "tgph-12lz8s4qw", "2xl": "tgph-12lz8s4qx" }, defaultClass: "tgph-12lz8s4qt" }, auto: { conditions: { sm: "tgph-12lz8s4qy", md: "tgph-12lz8s4qz", lg: "tgph-12lz8s4r0", xl: "tgph-12lz8s4r1", "2xl": "tgph-12lz8s4r2" }, defaultClass: "tgph-12lz8s4qy" } }, responsiveArray: void 0 }, borderLeftWidth: { values: { 0: { conditions: { sm: "tgph-12lz8s4r3", md: "tgph-12lz8s4r4", lg: "tgph-12lz8s4r5", xl: "tgph-12lz8s4r6", "2xl": "tgph-12lz8s4r7" }, defaultClass: "tgph-12lz8s4r3" }, 1: { conditions: { sm: "tgph-12lz8s4r8", md: "tgph-12lz8s4r9", lg: "tgph-12lz8s4ra", xl: "tgph-12lz8s4rb", "2xl": "tgph-12lz8s4rc" }, defaultClass: "tgph-12lz8s4r8" }, 2: { conditions: { sm: "tgph-12lz8s4rd", md: "tgph-12lz8s4re", lg: "tgph-12lz8s4rf", xl: "tgph-12lz8s4rg", "2xl": "tgph-12lz8s4rh" }, defaultClass: "tgph-12lz8s4rd" }, 3: { conditions: { sm: "tgph-12lz8s4ri", md: "tgph-12lz8s4rj", lg: "tgph-12lz8s4rk", xl: "tgph-12lz8s4rl", "2xl": "tgph-12lz8s4rm" }, defaultClass: "tgph-12lz8s4ri" }, 4: { conditions: { sm: "tgph-12lz8s4rn", md: "tgph-12lz8s4ro", lg: "tgph-12lz8s4rp", xl: "tgph-12lz8s4rq", "2xl": "tgph-12lz8s4rr" }, defaultClass: "tgph-12lz8s4rn" }, 5: { conditions: { sm: "tgph-12lz8s4rs", md: "tgph-12lz8s4rt", lg: "tgph-12lz8s4ru", xl: "tgph-12lz8s4rv", "2xl": "tgph-12lz8s4rw" }, defaultClass: "tgph-12lz8s4rs" }, 6: { conditions: { sm: "tgph-12lz8s4rx", md: "tgph-12lz8s4ry", lg: "tgph-12lz8s4rz", xl: "tgph-12lz8s4s0", "2xl": "tgph-12lz8s4s1" }, defaultClass: "tgph-12lz8s4rx" }, 7: { conditions: { sm: "tgph-12lz8s4s2", md: "tgph-12lz8s4s3", lg: "tgph-12lz8s4s4", xl: "tgph-12lz8s4s5", "2xl": "tgph-12lz8s4s6" }, defaultClass: "tgph-12lz8s4s2" }, 8: { conditions: { sm: "tgph-12lz8s4s7", md: "tgph-12lz8s4s8", lg: "tgph-12lz8s4s9", xl: "tgph-12lz8s4sa", "2xl": "tgph-12lz8s4sb" }, defaultClass: "tgph-12lz8s4s7" }, 9: { conditions: { sm: "tgph-12lz8s4sc", md: "tgph-12lz8s4sd", lg: "tgph-12lz8s4se", xl: "tgph-12lz8s4sf", "2xl": "tgph-12lz8s4sg" }, defaultClass: "tgph-12lz8s4sc" }, 10: { conditions: { sm: "tgph-12lz8s4sh", md: "tgph-12lz8s4si", lg: "tgph-12lz8s4sj", xl: "tgph-12lz8s4sk", "2xl": "tgph-12lz8s4sl" }, defaultClass: "tgph-12lz8s4sh" }, 11: { conditions: { sm: "tgph-12lz8s4sm", md: "tgph-12lz8s4sn", lg: "tgph-12lz8s4so", xl: "tgph-12lz8s4sp", "2xl": "tgph-12lz8s4sq" }, defaultClass: "tgph-12lz8s4sm" }, 12: { conditions: { sm: "tgph-12lz8s4sr", md: "tgph-12lz8s4ss", lg: "tgph-12lz8s4st", xl: "tgph-12lz8s4su", "2xl": "tgph-12lz8s4sv" }, defaultClass: "tgph-12lz8s4sr" }, 14: { conditions: { sm: "tgph-12lz8s4sw", md: "tgph-12lz8s4sx", lg: "tgph-12lz8s4sy", xl: "tgph-12lz8s4sz", "2xl": "tgph-12lz8s4t0" }, defaultClass: "tgph-12lz8s4sw" }, 16: { conditions: { sm: "tgph-12lz8s4t1", md: "tgph-12lz8s4t2", lg: "tgph-12lz8s4t3", xl: "tgph-12lz8s4t4", "2xl": "tgph-12lz8s4t5" }, defaultClass: "tgph-12lz8s4t1" }, 20: { conditions: { sm: "tgph-12lz8s4t6", md: "tgph-12lz8s4t7", lg: "tgph-12lz8s4t8", xl: "tgph-12lz8s4t9", "2xl": "tgph-12lz8s4ta" }, defaultClass: "tgph-12lz8s4t6" }, 24: { conditions: { sm: "tgph-12lz8s4tb", md: "tgph-12lz8s4tc", lg: "tgph-12lz8s4td", xl: "tgph-12lz8s4te", "2xl": "tgph-12lz8s4tf" }, defaultClass: "tgph-12lz8s4tb" }, 28: { conditions: { sm: "tgph-12lz8s4tg", md: "tgph-12lz8s4th", lg: "tgph-12lz8s4ti", xl: "tgph-12lz8s4tj", "2xl": "tgph-12lz8s4tk" }, defaultClass: "tgph-12lz8s4tg" }, 32: { conditions: { sm: "tgph-12lz8s4tl", md: "tgph-12lz8s4tm", lg: "tgph-12lz8s4tn", xl: "tgph-12lz8s4to", "2xl": "tgph-12lz8s4tp" }, defaultClass: "tgph-12lz8s4tl" }, 36: { conditions: { sm: "tgph-12lz8s4tq", md: "tgph-12lz8s4tr", lg: "tgph-12lz8s4ts", xl: "tgph-12lz8s4tt", "2xl": "tgph-12lz8s4tu" }, defaultClass: "tgph-12lz8s4tq" }, 40: { conditions: { sm: "tgph-12lz8s4tv", md: "tgph-12lz8s4tw", lg: "tgph-12lz8s4tx", xl: "tgph-12lz8s4ty", "2xl": "tgph-12lz8s4tz" }, defaultClass: "tgph-12lz8s4tv" }, 44: { conditions: { sm: "tgph-12lz8s4u0", md: "tgph-12lz8s4u1", lg: "tgph-12lz8s4u2", xl: "tgph-12lz8s4u3", "2xl": "tgph-12lz8s4u4" }, defaultClass: "tgph-12lz8s4u0" }, 48: { conditions: { sm: "tgph-12lz8s4u5", md: "tgph-12lz8s4u6", lg: "tgph-12lz8s4u7", xl: "tgph-12lz8s4u8", "2xl": "tgph-12lz8s4u9" }, defaultClass: "tgph-12lz8s4u5" }, 52: { conditions: { sm: "tgph-12lz8s4ua", md: "tgph-12lz8s4ub", lg: "tgph-12lz8s4uc", xl: "tgph-12lz8s4ud", "2xl": "tgph-12lz8s4ue" }, defaultClass: "tgph-12lz8s4ua" }, 56: { conditions: { sm: "tgph-12lz8s4uf", md: "tgph-12lz8s4ug", lg: "tgph-12lz8s4uh", xl: "tgph-12lz8s4ui", "2xl": "tgph-12lz8s4uj" }, defaultClass: "tgph-12lz8s4uf" }, 60: { conditions: { sm: "tgph-12lz8s4uk", md: "tgph-12lz8s4ul", lg: "tgph-12lz8s4um", xl: "tgph-12lz8s4un", "2xl": "tgph-12lz8s4uo" }, defaultClass: "tgph-12lz8s4uk" }, 64: { conditions: { sm: "tgph-12lz8s4up", md: "tgph-12lz8s4uq", lg: "tgph-12lz8s4ur", xl: "tgph-12lz8s4us", "2xl": "tgph-12lz8s4ut" }, defaultClass: "tgph-12lz8s4up" }, 72: { conditions: { sm: "tgph-12lz8s4uu", md: "tgph-12lz8s4uv", lg: "tgph-12lz8s4uw", xl: "tgph-12lz8s4ux", "2xl": "tgph-12lz8s4uy" }, defaultClass: "tgph-12lz8s4uu" }, 80: { conditions: { sm: "tgph-12lz8s4uz", md: "tgph-12lz8s4v0", lg: "tgph-12lz8s4v1", xl: "tgph-12lz8s4v2", "2xl": "tgph-12lz8s4v3" }, defaultClass: "tgph-12lz8s4uz" }, 96: { conditions: { sm: "tgph-12lz8s4v4", md: "tgph-12lz8s4v5", lg: "tgph-12lz8s4v6", xl: "tgph-12lz8s4v7", "2xl": "tgph-12lz8s4v8" }, defaultClass: "tgph-12lz8s4v4" }, 140: { conditions: { sm: "tgph-12lz8s4v9", md: "tgph-12lz8s4va", lg: "tgph-12lz8s4vb", xl: "tgph-12lz8s4vc", "2xl": "tgph-12lz8s4vd" }, defaultClass: "tgph-12lz8s4v9" }, 160: { conditions: { sm: "tgph-12lz8s4ve", md: "tgph-12lz8s4vf", lg: "tgph-12lz8s4vg", xl: "tgph-12lz8s4vh", "2xl": "tgph-12lz8s4vi" }, defaultClass: "tgph-12lz8s4ve" }, px: { conditions: { sm: "tgph-12lz8s4vj", md: "tgph-12lz8s4vk", lg: "tgph-12lz8s4vl", xl: "tgph-12lz8s4vm", "2xl": "tgph-12lz8s4vn" }, defaultClass: "tgph-12lz8s4vj" }, full: { conditions: { sm: "tgph-12lz8s4vo", md: "tgph-12lz8s4vp", lg: "tgph-12lz8s4vq", xl: "tgph-12lz8s4vr", "2xl": "tgph-12lz8s4vs" }, defaultClass: "tgph-12lz8s4vo" }, auto: { conditions: { sm: "tgph-12lz8s4vt", md: "tgph-12lz8s4vu", lg: "tgph-12lz8s4vv", xl: "tgph-12lz8s4vw", "2xl": "tgph-12lz8s4vx" }, defaultClass: "tgph-12lz8s4vt" } }, responsiveArray: void 0 }, borderRightWidth: { values: { 0: { conditions: { sm: "tgph-12lz8s4vy", md: "tgph-12lz8s4vz", lg: "tgph-12lz8s4w0", xl: "tgph-12lz8s4w1", "2xl": "tgph-12lz8s4w2" }, defaultClass: "tgph-12lz8s4vy" }, 1: { conditions: { sm: "tgph-12lz8s4w3", md: "tgph-12lz8s4w4", lg: "tgph-12lz8s4w5", xl: "tgph-12lz8s4w6", "2xl": "tgph-12lz8s4w7" }, defaultClass: "tgph-12lz8s4w3" }, 2: { conditions: { sm: "tgph-12lz8s4w8", md: "tgph-12lz8s4w9", lg: "tgph-12lz8s4wa", xl: "tgph-12lz8s4wb", "2xl": "tgph-12lz8s4wc" }, defaultClass: "tgph-12lz8s4w8" }, 3: { conditions: { sm: "tgph-12lz8s4wd", md: "tgph-12lz8s4we", lg: "tgph-12lz8s4wf", xl: "tgph-12lz8s4wg", "2xl": "tgph-12lz8s4wh" }, defaultClass: "tgph-12lz8s4wd" }, 4: { conditions: { sm: "tgph-12lz8s4wi", md: "tgph-12lz8s4wj", lg: "tgph-12lz8s4wk", xl: "tgph-12lz8s4wl", "2xl": "tgph-12lz8s4wm" }, defaultClass: "tgph-12lz8s4wi" }, 5: { conditions: { sm: "tgph-12lz8s4wn", md: "tgph-12lz8s4wo", lg: "tgph-12lz8s4wp", xl: "tgph-12lz8s4wq", "2xl": "tgph-12lz8s4wr" }, defaultClass: "tgph-12lz8s4wn" }, 6: { conditions: { sm: "tgph-12lz8s4ws", md: "tgph-12lz8s4wt", lg: "tgph-12lz8s4wu", xl: "tgph-12lz8s4wv", "2xl": "tgph-12lz8s4ww" }, defaultClass: "tgph-12lz8s4ws" }, 7: { conditions: { sm: "tgph-12lz8s4wx", md: "tgph-12lz8s4wy", lg: "tgph-12lz8s4wz", xl: "tgph-12lz8s4x0", "2xl": "tgph-12lz8s4x1" }, defaultClass: "tgph-12lz8s4wx" }, 8: { conditions: { sm: "tgph-12lz8s4x2", md: "tgph-12lz8s4x3", lg: "tgph-12lz8s4x4", xl: "tgph-12lz8s4x5", "2xl": "tgph-12lz8s4x6" }, defaultClass: "tgph-12lz8s4x2" }, 9: { conditions: { sm: "tgph-12lz8s4x7", md: "tgph-12lz8s4x8", lg: "tgph-12lz8s4x9", xl: "tgph-12lz8s4xa", "2xl": "tgph-12lz8s4xb" }, defaultClass: "tgph-12lz8s4x7" }, 10: { conditions: { sm: "tgph-12lz8s4xc", md: "tgph-12lz8s4xd", lg: "tgph-12lz8s4xe", xl: "tgph-12lz8s4xf", "2xl": "tgph-12lz8s4xg" }, defaultClass: "tgph-12lz8s4xc" }, 11: { conditions: { sm: "tgph-12lz8s4xh", md: "tgph-12lz8s4xi", lg: "tgph-12lz8s4xj", xl: "tgph-12lz8s4xk", "2xl": "tgph-12lz8s4xl" }, defaultClass: "tgph-12lz8s4xh" }, 12: { conditions: { sm: "tgph-12lz8s4xm", md: "tgph-12lz8s4xn", lg: "tgph-12lz8s4xo", xl: "tgph-12lz8s4xp", "2xl": "tgph-12lz8s4xq" }, defaultClass: "tgph-12lz8s4xm" }, 14: { conditions: { sm: "tgph-12lz8s4xr", md: "tgph-12lz8s4xs", lg: "tgph-12lz8s4xt", xl: "tgph-12lz8s4xu", "2xl": "tgph-12lz8s4xv" }, defaultClass: "tgph-12lz8s4xr" }, 16: { conditions: { sm: "tgph-12lz8s4xw", md: "tgph-12lz8s4xx", lg: "tgph-12lz8s4xy", xl: "tgph-12lz8s4xz", "2xl": "tgph-12lz8s4y0" }, defaultClass: "tgph-12lz8s4xw" }, 20: { conditions: { sm: "tgph-12lz8s4y1", md: "tgph-12lz8s4y2", lg: "tgph-12lz8s4y3", xl: "tgph-12lz8s4y4", "2xl": "tgph-12lz8s4y5" }, defaultClass: "tgph-12lz8s4y1" }, 24: { conditions: { sm: "tgph-12lz8s4y6", md: "tgph-12lz8s4y7", lg: "tgph-12lz8s4y8", xl: "tgph-12lz8s4y9", "2xl": "tgph-12lz8s4ya" }, defaultClass: "tgph-12lz8s4y6" }, 28: { conditions: { sm: "tgph-12lz8s4yb", md: "tgph-12lz8s4yc", lg: "tgph-12lz8s4yd", xl: "tgph-12lz8s4ye", "2xl": "tgph-12lz8s4yf" }, defaultClass: "tgph-12lz8s4yb" }, 32: { conditions: { sm: "tgph-12lz8s4yg", md: "tgph-12lz8s4yh", lg: "tgph-12lz8s4yi", xl: "tgph-12lz8s4yj", "2xl": "tgph-12lz8s4yk" }, defaultClass: "tgph-12lz8s4yg" }, 36: { conditions: { sm: "tgph-12lz8s4yl", md: "tgph-12lz8s4ym", lg: "tgph-12lz8s4yn", xl: "tgph-12lz8s4yo", "2xl": "tgph-12lz8s4yp" }, defaultClass: "tgph-12lz8s4yl" }, 40: { conditions: { sm: "tgph-12lz8s4yq", md: "tgph-12lz8s4yr", lg: "tgph-12lz8s4ys", xl: "tgph-12lz8s4yt", "2xl": "tgph-12lz8s4yu" }, defaultClass: "tgph-12lz8s4yq" }, 44: { conditions: { sm: "tgph-12lz8s4yv", md: "tgph-12lz8s4yw", lg: "tgph-12lz8s4yx", xl: "tgph-12lz8s4yy", "2xl": "tgph-12lz8s4yz" }, defaultClass: "tgph-12lz8s4yv" }, 48: { conditions: { sm: "tgph-12lz8s4z0", md: "tgph-12lz8s4z1", lg: "tgph-12lz8s4z2", xl: "tgph-12lz8s4z3", "2xl": "tgph-12lz8s4z4" }, defaultClass: "tgph-12lz8s4z0" }, 52: { conditions: { sm: "tgph-12lz8s4z5", md: "tgph-12lz8s4z6", lg: "tgph-12lz8s4z7", xl: "tgph-12lz8s4z8", "2xl": "tgph-12lz8s4z9" }, defaultClass: "tgph-12lz8s4z5" }, 56: { conditions: { sm: "tgph-12lz8s4za", md: "tgph-12lz8s4zb", lg: "tgph-12lz8s4zc", xl: "tgph-12lz8s4zd", "2xl": "tgph-12lz8s4ze" }, defaultClass: "tgph-12lz8s4za" }, 60: { conditions: { sm: "tgph-12lz8s4zf", md: "tgph-12lz8s4zg", lg: "tgph-12lz8s4zh", xl: "tgph-12lz8s4zi", "2xl": "tgph-12lz8s4zj" }, defaultClass: "tgph-12lz8s4zf" }, 64: { conditions: { sm: "tgph-12lz8s4zk", md: "tgph-12lz8s4zl", lg: "tgph-12lz8s4zm", xl: "tgph-12lz8s4zn", "2xl": "tgph-12lz8s4zo" }, defaultClass: "tgph-12lz8s4zk" }, 72: { conditions: { sm: "tgph-12lz8s4zp", md: "tgph-12lz8s4zq", lg: "tgph-12lz8s4zr", xl: "tgph-12lz8s4zs", "2xl": "tgph-12lz8s4zt" }, defaultClass: "tgph-12lz8s4zp" }, 80: { conditions: { sm: "tgph-12lz8s4zu", md: "tgph-12lz8s4zv", lg: "tgph-12lz8s4zw", xl: "tgph-12lz8s4zx", "2xl": "tgph-12lz8s4zy" }, defaultClass: "tgph-12lz8s4zu" }, 96: { conditions: { sm: "tgph-12lz8s4zz", md: "tgph-12lz8s4100", lg: "tgph-12lz8s4101", xl: "tgph-12lz8s4102", "2xl": "tgph-12lz8s4103" }, defaultClass: "tgph-12lz8s4zz" }, 140: { conditions: { sm: "tgph-12lz8s4104", md: "tgph-12lz8s4105", lg: "tgph-12lz8s4106", xl: "tgph-12lz8s4107", "2xl": "tgph-12lz8s4108" }, defaultClass: "tgph-12lz8s4104" }, 160: { conditions: { sm: "tgph-12lz8s4109", md: "tgph-12lz8s410a", lg: "tgph-12lz8s410b", xl: "tgph-12lz8s410c", "2xl": "tgph-12lz8s410d" }, defaultClass: "tgph-12lz8s4109" }, px: { conditions: { sm: "tgph-12lz8s410e", md: "tgph-12lz8s410f", lg: "tgph-12lz8s410g", xl: "tgph-12lz8s410h", "2xl": "tgph-12lz8s410i" }, defaultClass: "tgph-12lz8s410e" }, full: { conditions: { sm: "tgph-12lz8s410j", md: "tgph-12lz8s410k", lg: "tgph-12lz8s410l", xl: "tgph-12lz8s410m", "2xl": "tgph-12lz8s410n" }, defaultClass: "tgph-12lz8s410j" }, auto: { conditions: { sm: "tgph-12lz8s410o", md: "tgph-12lz8s410p", lg: "tgph-12lz8s410q", xl: "tgph-12lz8s410r", "2xl": "tgph-12lz8s410s" }, defaultClass: "tgph-12lz8s410o" } }, responsiveArray: void 0 }, borderTopWidth: { values: { 0: { conditions: { sm: "tgph-12lz8s410t", md: "tgph-12lz8s410u", lg: "tgph-12lz8s410v", xl: "tgph-12lz8s410w", "2xl": "tgph-12lz8s410x" }, defaultClass: "tgph-12lz8s410t" }, 1: { conditions: { sm: "tgph-12lz8s410y", md: "tgph-12lz8s410z", lg: "tgph-12lz8s4110", xl: "tgph-12lz8s4111", "2xl": "tgph-12lz8s4112" }, defaultClass: "tgph-12lz8s410y" }, 2: { conditions: { sm: "tgph-12lz8s4113", md: "tgph-12lz8s4114", lg: "tgph-12lz8s4115", xl: "tgph-12lz8s4116", "2xl": "tgph-12lz8s4117" }, defaultClass: "tgph-12lz8s4113" }, 3: { conditions: { sm: "tgph-12lz8s4118", md: "tgph-12lz8s4119", lg: "tgph-12lz8s411a", xl: "tgph-12lz8s411b", "2xl": "tgph-12lz8s411c" }, defaultClass: "tgph-12lz8s4118" }, 4: { conditions: { sm: "tgph-12lz8s411d", md: "tgph-12lz8s411e", lg: "tgph-12lz8s411f", xl: "tgph-12lz8s411g", "2xl": "tgph-12lz8s411h" }, defaultClass: "tgph-12lz8s411d" }, 5: { conditions: { sm: "tgph-12lz8s411i", md: "tgph-12lz8s411j", lg: "tgph-12lz8s411k", xl: "tgph-12lz8s411l", "2xl": "tgph-12lz8s411m" }, defaultClass: "tgph-12lz8s411i" }, 6: { conditions: { sm: "tgph-12lz8s411n", md: "tgph-12lz8s411o", lg: "tgph-12lz8s411p", xl: "tgph-12lz8s411q", "2xl": "tgph-12lz8s411r" }, defaultClass: "tgph-12lz8s411n" }, 7: { conditions: { sm: "tgph-12lz8s411s", md: "tgph-12lz8s411t", lg: "tgph-12lz8s411u", xl: "tgph-12lz8s411v", "2xl": "tgph-12lz8s411w" }, defaultClass: "tgph-12lz8s411s" }, 8: { conditions: { sm: "tgph-12lz8s411x", md: "tgph-12lz8s411y", lg: "tgph-12lz8s411z", xl: "tgph-12lz8s4120", "2xl": "tgph-12lz8s4121" }, defaultClass: "tgph-12lz8s411x" }, 9: { conditions: { sm: "tgph-12lz8s4122", md: "tgph-12lz8s4123", lg: "tgph-12lz8s4124", xl: "tgph-12lz8s4125", "2xl": "tgph-12lz8s4126" }, defaultClass: "tgph-12lz8s4122" }, 10: { conditions: { sm: "tgph-12lz8s4127", md: "tgph-12lz8s4128", lg: "tgph-12lz8s4129", xl: "tgph-12lz8s412a", "2xl": "tgph-12lz8s412b" }, defaultClass: "tgph-12lz8s4127" }, 11: { conditions: { sm: "tgph-12lz8s412c", md: "tgph-12lz8s412d", lg: "tgph-12lz8s412e", xl: "tgph-12lz8s412f", "2xl": "tgph-12lz8s412g" }, defaultClass: "tgph-12lz8s412c" }, 12: { conditions: { sm: "tgph-12lz8s412h", md: "tgph-12lz8s412i", lg: "tgph-12lz8s412j", xl: "tgph-12lz8s412k", "2xl": "tgph-12lz8s412l" }, defaultClass: "tgph-12lz8s412h" }, 14: { conditions: { sm: "tgph-12lz8s412m", md: "tgph-12lz8s412n", lg: "tgph-12lz8s412o", xl: "tgph-12lz8s412p", "2xl": "tgph-12lz8s412q" }, defaultClass: "tgph-12lz8s412m" }, 16: { conditions: { sm: "tgph-12lz8s412r", md: "tgph-12lz8s412s", lg: "tgph-12lz8s412t", xl: "tgph-12lz8s412u", "2xl": "tgph-12lz8s412v" }, defaultClass: "tgph-12lz8s412r" }, 20: { conditions: { sm: "tgph-12lz8s412w", md: "tgph-12lz8s412x", lg: "tgph-12lz8s412y", xl: "tgph-12lz8s412z", "2xl": "tgph-12lz8s4130" }, defaultClass: "tgph-12lz8s412w" }, 24: { conditions: { sm: "tgph-12lz8s4131", md: "tgph-12lz8s4132", lg: "tgph-12lz8s4133", xl: "tgph-12lz8s4134", "2xl": "tgph-12lz8s4135" }, defaultClass: "tgph-12lz8s4131" }, 28: { conditions: { sm: "tgph-12lz8s4136", md: "tgph-12lz8s4137", lg: "tgph-12lz8s4138", xl: "tgph-12lz8s4139", "2xl": "tgph-12lz8s413a" }, defaultClass: "tgph-12lz8s4136" }, 32: { conditions: { sm: "tgph-12lz8s413b", md: "tgph-12lz8s413c", lg: "tgph-12lz8s413d", xl: "tgph-12lz8s413e", "2xl": "tgph-12lz8s413f" }, defaultClass: "tgph-12lz8s413b" }, 36: { conditions: { sm: "tgph-12lz8s413g", md: "tgph-12lz8s413h", lg: "tgph-12lz8s413i", xl: "tgph-12lz8s413j", "2xl": "tgph-12lz8s413k" }, defaultClass: "tgph-12lz8s413g" }, 40: { conditions: { sm: "tgph-12lz8s413l", md: "tgph-12lz8s413m", lg: "tgph-12lz8s413n", xl: "tgph-12lz8s413o", "2xl": "tgph-12lz8s413p" }, defaultClass: "tgph-12lz8s413l" }, 44: { conditions: { sm: "tgph-12lz8s413q", md: "tgph-12lz8s413r", lg: "tgph-12lz8s413s", xl: "tgph-12lz8s413t", "2xl": "tgph-12lz8s413u" }, defaultClass: "tgph-12lz8s413q" }, 48: { conditions: { sm: "tgph-12lz8s413v", md: "tgph-12lz8s413w", lg: "tgph-12lz8s413x", xl: "tgph-12lz8s413y", "2xl": "tgph-12lz8s413z" }, defaultClass: "tgph-12lz8s413v" }, 52: { conditions: { sm: "tgph-12lz8s4140", md: "tgph-12lz8s4141", lg: "tgph-12lz8s4142", xl: "tgph-12lz8s4143", "2xl": "tgph-12lz8s4144" }, defaultClass: "tgph-12lz8s4140" }, 56: { conditions: { sm: "tgph-12lz8s4145", md: "tgph-12lz8s4146", lg: "tgph-12lz8s4147", xl: "tgph-12lz8s4148", "2xl": "tgph-12lz8s4149" }, defaultClass: "tgph-12lz8s4145" }, 60: { conditions: { sm: "tgph-12lz8s414a", md: "tgph-12lz8s414b", lg: "tgph-12lz8s414c", xl: "tgph-12lz8s414d", "2xl": "tgph-12lz8s414e" }, defaultClass: "tgph-12lz8s414a" }, 64: { conditions: { sm: "tgph-12lz8s414f", md: "tgph-12lz8s414g", lg: "tgph-12lz8s414h", xl: "tgph-12lz8s414i", "2xl": "tgph-12lz8s414j" }, defaultClass: "tgph-12lz8s414f" }, 72: { conditions: { sm: "tgph-12lz8s414k", md: "tgph-12lz8s414l", lg: "tgph-12lz8s414m", xl: "tgph-12lz8s414n", "2xl": "tgph-12lz8s414o" }, defaultClass: "tgph-12lz8s414k" }, 80: { conditions: { sm: "tgph-12lz8s414p", md: "tgph-12lz8s414q", lg: "tgph-12lz8s414r", xl: "tgph-12lz8s414s", "2xl": "tgph-12lz8s414t" }, defaultClass: "tgph-12lz8s414p" }, 96: { conditions: { sm: "tgph-12lz8s414u", md: "tgph-12lz8s414v", lg: "tgph-12lz8s414w", xl: "tgph-12lz8s414x", "2xl": "tgph-12lz8s414y" }, defaultClass: "tgph-12lz8s414u" }, 140: { conditions: { sm: "tgph-12lz8s414z", md: "tgph-12lz8s4150", lg: "tgph-12lz8s4151", xl: "tgph-12lz8s4152", "2xl": "tgph-12lz8s4153" }, defaultClass: "tgph-12lz8s414z" }, 160: { conditions: { sm: "tgph-12lz8s4154", md: "tgph-12lz8s4155", lg: "tgph-12lz8s4156", xl: "tgph-12lz8s4157", "2xl": "tgph-12lz8s4158" }, defaultClass: "tgph-12lz8s4154" }, px: { conditions: { sm: "tgph-12lz8s4159", md: "tgph-12lz8s415a", lg: "tgph-12lz8s415b", xl: "tgph-12lz8s415c", "2xl": "tgph-12lz8s415d" }, defaultClass: "tgph-12lz8s4159" }, full: { conditions: { sm: "tgph-12lz8s415e", md: "tgph-12lz8s415f", lg: "tgph-12lz8s415g", xl: "tgph-12lz8s415h", "2xl": "tgph-12lz8s415i" }, defaultClass: "tgph-12lz8s415e" }, auto: { conditions: { sm: "tgph-12lz8s415j", md: "tgph-12lz8s415k", lg: "tgph-12lz8s415l", xl: "tgph-12lz8s415m", "2xl": "tgph-12lz8s415n" }, defaultClass: "tgph-12lz8s415j" } }, responsiveArray: void 0 }, borderColor: { values: { transparent: { conditions: { sm: "tgph-12lz8s415o", md: "tgph-12lz8s415p", lg: "tgph-12lz8s415q", xl: "tgph-12lz8s415r", "2xl": "tgph-12lz8s415s" }, defaultClass: "tgph-12lz8s415o" }, white: { conditions: { sm: "tgph-12lz8s415t", md: "tgph-12lz8s415u", lg: "tgph-12lz8s415v", xl: "tgph-12lz8s415w", "2xl": "tgph-12lz8s415x" }, defaultClass: "tgph-12lz8s415t" }, black: { conditions: { sm: "tgph-12lz8s415y", md: "tgph-12lz8s415z", lg: "tgph-12lz8s4160", xl: "tgph-12lz8s4161", "2xl": "tgph-12lz8s4162" }, defaultClass: "tgph-12lz8s415y" }, "surface-1": { conditions: { sm: "tgph-12lz8s4163", md: "tgph-12lz8s4164", lg: "tgph-12lz8s4165", xl: "tgph-12lz8s4166", "2xl": "tgph-12lz8s4167" }, defaultClass: "tgph-12lz8s4163" }, "surface-2": { conditions: { sm: "tgph-12lz8s4168", md: "tgph-12lz8s4169", lg: "tgph-12lz8s416a", xl: "tgph-12lz8s416b", "2xl": "tgph-12lz8s416c" }, defaultClass: "tgph-12lz8s4168" }, "alpha-white-1": { conditions: { sm: "tgph-12lz8s416d", md: "tgph-12lz8s416e", lg: "tgph-12lz8s416f", xl: "tgph-12lz8s416g", "2xl": "tgph-12lz8s416h" }, defaultClass: "tgph-12lz8s416d" }, "alpha-white-2": { conditions: { sm: "tgph-12lz8s416i", md: "tgph-12lz8s416j", lg: "tgph-12lz8s416k", xl: "tgph-12lz8s416l", "2xl": "tgph-12lz8s416m" }, defaultClass: "tgph-12lz8s416i" }, "alpha-white-3": { conditions: { sm: "tgph-12lz8s416n", md: "tgph-12lz8s416o", lg: "tgph-12lz8s416p", xl: "tgph-12lz8s416q", "2xl": "tgph-12lz8s416r" }, defaultClass: "tgph-12lz8s416n" }, "alpha-white-4": { conditions: { sm: "tgph-12lz8s416s", md: "tgph-12lz8s416t", lg: "tgph-12lz8s416u", xl: "tgph-12lz8s416v", "2xl": "tgph-12lz8s416w" }, defaultClass: "tgph-12lz8s416s" }, "alpha-white-5": { conditions: { sm: "tgph-12lz8s416x", md: "tgph-12lz8s416y", lg: "tgph-12lz8s416z", xl: "tgph-12lz8s4170", "2xl": "tgph-12lz8s4171" }, defaultClass: "tgph-12lz8s416x" }, "alpha-white-6": { conditions: { sm: "tgph-12lz8s4172", md: "tgph-12lz8s4173", lg: "tgph-12lz8s4174", xl: "tgph-12lz8s4175", "2xl": "tgph-12lz8s4176" }, defaultClass: "tgph-12lz8s4172" }, "alpha-white-7": { conditions: { sm: "tgph-12lz8s4177", md: "tgph-12lz8s4178", lg: "tgph-12lz8s4179", xl: "tgph-12lz8s417a", "2xl": "tgph-12lz8s417b" }, defaultClass: "tgph-12lz8s4177" }, "alpha-white-8": { conditions: { sm: "tgph-12lz8s417c", md: "tgph-12lz8s417d", lg: "tgph-12lz8s417e", xl: "tgph-12lz8s417f", "2xl": "tgph-12lz8s417g" }, defaultClass: "tgph-12lz8s417c" }, "alpha-white-9": { conditions: { sm: "tgph-12lz8s417h", md: "tgph-12lz8s417i", lg: "tgph-12lz8s417j", xl: "tgph-12lz8s417k", "2xl": "tgph-12lz8s417l" }, defaultClass: "tgph-12lz8s417h" }, "alpha-white-10": { conditions: { sm: "tgph-12lz8s417m", md: "tgph-12lz8s417n", lg: "tgph-12lz8s417o", xl: "tgph-12lz8s417p", "2xl": "tgph-12lz8s417q" }, defaultClass: "tgph-12lz8s417m" }, "alpha-white-11": { conditions: { sm: "tgph-12lz8s417r", md: "tgph-12lz8s417s", lg: "tgph-12lz8s417t", xl: "tgph-12lz8s417u", "2xl": "tgph-12lz8s417v" }, defaultClass: "tgph-12lz8s417r" }, "alpha-white-12": { conditions: { sm: "tgph-12lz8s417w", md: "tgph-12lz8s417x", lg: "tgph-12lz8s417y", xl: "tgph-12lz8s417z", "2xl": "tgph-12lz8s4180" }, defaultClass: "tgph-12lz8s417w" }, "alpha-black-1": { conditions: { sm: "tgph-12lz8s4181", md: "tgph-12lz8s4182", lg: "tgph-12lz8s4183", xl: "tgph-12lz8s4184", "2xl": "tgph-12lz8s4185" }, defaultClass: "tgph-12lz8s4181" }, "alpha-black-2": { conditions: { sm: "tgph-12lz8s4186", md: "tgph-12lz8s4187", lg: "tgph-12lz8s4188", xl: "tgph-12lz8s4189", "2xl": "tgph-12lz8s418a" }, defaultClass: "tgph-12lz8s4186" }, "alpha-black-3": { conditions: { sm: "tgph-12lz8s418b", md: "tgph-12lz8s418c", lg: "tgph-12lz8s418d", xl: "tgph-12lz8s418e", "2xl": "tgph-12lz8s418f" }, defaultClass: "tgph-12lz8s418b" }, "alpha-black-4": { conditions: { sm: "tgph-12lz8s418g", md: "tgph-12lz8s418h", lg: "tgph-12lz8s418i", xl: "tgph-12lz8s418j", "2xl": "tgph-12lz8s418k" }, defaultClass: "tgph-12lz8s418g" }, "alpha-black-5": { conditions: { sm: "tgph-12lz8s418l", md: "tgph-12lz8s418m", lg: "tgph-12lz8s418n", xl: "tgph-12lz8s418o", "2xl": "tgph-12lz8s418p" }, defaultClass: "tgph-12lz8s418l" }, "alpha-black-6": { conditions: { sm: "tgph-12lz8s418q", md: "tgph-12lz8s418r", lg: "tgph-12lz8s418s", xl: "tgph-12lz8s418t", "2xl": "tgph-12lz8s418u" }, defaultClass: "tgph-12lz8s418q" }, "alpha-black-7": { conditions: { sm: "tgph-12lz8s418v", md: "tgph-12lz8s418w", lg: "tgph-12lz8s418x", xl: "tgph-12lz8s418y", "2xl": "tgph-12lz8s418z" }, defaultClass: "tgph-12lz8s418v" }, "alpha-black-8": { conditions: { sm: "tgph-12lz8s4190", md: "tgph-12lz8s4191", lg: "tgph-12lz8s4192", xl: "tgph-12lz8s4193", "2xl": "tgph-12lz8s4194" }, defaultClass: "tgph-12lz8s4190" }, "alpha-black-9": { conditions: { sm: "tgph-12lz8s4195", md: "tgph-12lz8s4196", lg: "tgph-12lz8s4197", xl: "tgph-12lz8s4198", "2xl": "tgph-12lz8s4199" }, defaultClass: "tgph-12lz8s4195" }, "alpha-black-10": { conditions: { sm: "tgph-12lz8s419a", md: "tgph-12lz8s419b", lg: "tgph-12lz8s419c", xl: "tgph-12lz8s419d", "2xl": "tgph-12lz8s419e" }, defaultClass: "tgph-12lz8s419a" }, "alpha-black-11": { conditions: { sm: "tgph-12lz8s419f", md: "tgph-12lz8s419g", lg: "tgph-12lz8s419h", xl: "tgph-12lz8s419i", "2xl": "tgph-12lz8s419j" }, defaultClass: "tgph-12lz8s419f" }, "alpha-black-12": { conditions: { sm: "tgph-12lz8s419k", md: "tgph-12lz8s419l", lg: "tgph-12lz8s419m", xl: "tgph-12lz8s419n", "2xl": "tgph-12lz8s419o" }, defaultClass: "tgph-12lz8s419k" }, "gray-1": { conditions: { sm: "tgph-12lz8s419p", md: "tgph-12lz8s419q", lg: "tgph-12lz8s419r", xl: "tgph-12lz8s419s", "2xl": "tgph-12lz8s419t" }, defaultClass: "tgph-12lz8s419p" }, "gray-2": { conditions: { sm: "tgph-12lz8s419u", md: "tgph-12lz8s419v", lg: "tgph-12lz8s419w", xl: "tgph-12lz8s419x", "2xl": "tgph-12lz8s419y" }, defaultClass: "tgph-12lz8s419u" }, "gray-3": { conditions: { sm: "tgph-12lz8s419z", md: "tgph-12lz8s41a0", lg: "tgph-12lz8s41a1", xl: "tgph-12lz8s41a2", "2xl": "tgph-12lz8s41a3" }, defaultClass: "tgph-12lz8s419z" }, "gray-4": { conditions: { sm: "tgph-12lz8s41a4", md: "tgph-12lz8s41a5", lg: "tgph-12lz8s41a6", xl: "tgph-12lz8s41a7", "2xl": "tgph-12lz8s41a8" }, defaultClass: "tgph-12lz8s41a4" }, "gray-5": { conditions: { sm: "tgph-12lz8s41a9", md: "tgph-12lz8s41aa", lg: "tgph-12lz8s41ab", xl: "tgph-12lz8s41ac", "2xl": "tgph-12lz8s41ad" }, defaultClass: "tgph-12lz8s41a9" }, "gray-6": { conditions: { sm: "tgph-12lz8s41ae", md: "tgph-12lz8s41af", lg: "tgph-12lz8s41ag", xl: "tgph-12lz8s41ah", "2xl": "tgph-12lz8s41ai" }, defaultClass: "tgph-12lz8s41ae" }, "gray-7": { conditions: { sm: "tgph-12lz8s41aj", md: "tgph-12lz8s41ak", lg: "tgph-12lz8s41al", xl: "tgph-12lz8s41am", "2xl": "tgph-12lz8s41an" }, defaultClass: "tgph-12lz8s41aj" }, "gray-8": { conditions: { sm: "tgph-12lz8s41ao", md: "tgph-12lz8s41ap", lg: "tgph-12lz8s41aq", xl: "tgph-12lz8s41ar", "2xl": "tgph-12lz8s41as" }, defaultClass: "tgph-12lz8s41ao" }, "gray-9": { conditions: { sm: "tgph-12lz8s41at", md: "tgph-12lz8s41au", lg: "tgph-12lz8s41av", xl: "tgph-12lz8s41aw", "2xl": "tgph-12lz8s41ax" }, defaultClass: "tgph-12lz8s41at" }, "gray-10": { conditions: { sm: "tgph-12lz8s41ay", md: "tgph-12lz8s41az", lg: "tgph-12lz8s41b0", xl: "tgph-12lz8s41b1", "2xl": "tgph-12lz8s41b2" }, defaultClass: "tgph-12lz8s41ay" }, "gray-11": { conditions: { sm: "tgph-12lz8s41b3", md: "tgph-12lz8s41b4", lg: "tgph-12lz8s41b5", xl: "tgph-12lz8s41b6", "2xl": "tgph-12lz8s41b7" }, defaultClass: "tgph-12lz8s41b3" }, "gray-12": { conditions: { sm: "tgph-12lz8s41b8", md: "tgph-12lz8s41b9", lg: "tgph-12lz8s41ba", xl: "tgph-12lz8s41bb", "2xl": "tgph-12lz8s41bc" }, defaultClass: "tgph-12lz8s41b8" }, "beige-1": { conditions: { sm: "tgph-12lz8s41bd", md: "tgph-12lz8s41be", lg: "tgph-12lz8s41bf", xl: "tgph-12lz8s41bg", "2xl": "tgph-12lz8s41bh" }, defaultClass: "tgph-12lz8s41bd" }, "beige-2": { conditions: { sm: "tgph-12lz8s41bi", md: "tgph-12lz8s41bj", lg: "tgph-12lz8s41bk", xl: "tgph-12lz8s41bl", "2xl": "tgph-12lz8s41bm" }, defaultClass: "tgph-12lz8s41bi" }, "beige-3": { conditions: { sm: "tgph-12lz8s41bn", md: "tgph-12lz8s41bo", lg: "tgph-12lz8s41bp", xl: "tgph-12lz8s41bq", "2xl": "tgph-12lz8s41br" }, defaultClass: "tgph-12lz8s41bn" }, "beige-4": { conditions: { sm: "tgph-12lz8s41bs", md: "tgph-12lz8s41bt", lg: "tgph-12lz8s41bu", xl: "tgph-12lz8s41bv", "2xl": "tgph-12lz8s41bw" }, defaultClass: "tgph-12lz8s41bs" }, "beige-5": { conditions: { sm: "tgph-12lz8s41bx", md: "tgph-12lz8s41by", lg: "tgph-12lz8s41bz", xl: "tgph-12lz8s41c0", "2xl": "tgph-12lz8s41c1" }, defaultClass: "tgph-12lz8s41bx" }, "beige-6": { conditions: { sm: "tgph-12lz8s41c2", md: "tgph-12lz8s41c3", lg: "tgph-12lz8s41c4", xl: "tgph-12lz8s41c5", "2xl": "tgph-12lz8s41c6" }, defaultClass: "tgph-12lz8s41c2" }, "beige-7": { conditions: { sm: "tgph-12lz8s41c7", md: "tgph-12lz8s41c8", lg: "tgph-12lz8s41c9", xl: "tgph-12lz8s41ca", "2xl": "tgph-12lz8s41cb" }, defaultClass: "tgph-12lz8s41c7" }, "beige-8": { conditions: { sm: "tgph-12lz8s41cc", md: "tgph-12lz8s41cd", lg: "tgph-12lz8s41ce", xl: "tgph-12lz8s41cf", "2xl": "tgph-12lz8s41cg" }, defaultClass: "tgph-12lz8s41cc" }, "beige-9": { conditions: { sm: "tgph-12lz8s41ch", md: "tgph-12lz8s41ci", lg: "tgph-12lz8s41cj", xl: "tgph-12lz8s41ck", "2xl": "tgph-12lz8s41cl" }, defaultClass: "tgph-12lz8s41ch" }, "beige-10": { conditions: { sm: "tgph-12lz8s41cm", md: "tgph-12lz8s41cn", lg: "tgph-12lz8s41co", xl: "tgph-12lz8s41cp", "2xl": "tgph-12lz8s41cq" }, defaultClass: "tgph-12lz8s41cm" }, "beige-11": { conditions: { sm: "tgph-12lz8s41cr", md: "tgph-12lz8s41cs", lg: "tgph-12lz8s41ct", xl: "tgph-12lz8s41cu", "2xl": "tgph-12lz8s41cv" }, defaultClass: "tgph-12lz8s41cr" }, "beige-12": { conditions: { sm: "tgph-12lz8s41cw", md: "tgph-12lz8s41cx", lg: "tgph-12lz8s41cy", xl: "tgph-12lz8s41cz", "2xl": "tgph-12lz8s41d0" }, defaultClass: "tgph-12lz8s41cw" }, "accent-1": { conditions: { sm: "tgph-12lz8s41d1", md: "tgph-12lz8s41d2", lg: "tgph-12lz8s41d3", xl: "tgph-12lz8s41d4", "2xl": "tgph-12lz8s41d5" }, defaultClass: "tgph-12lz8s41d1" }, "accent-2": { conditions: { sm: "tgph-12lz8s41d6", md: "tgph-12lz8s41d7", lg: "tgph-12lz8s41d8", xl: "tgph-12lz8s41d9", "2xl": "tgph-12lz8s41da" }, defaultClass: "tgph-12lz8s41d6" }, "accent-3": { conditions: { sm: "tgph-12lz8s41db", md: "tgph-12lz8s41dc", lg: "tgph-12lz8s41dd", xl: "tgph-12lz8s41de", "2xl": "tgph-12lz8s41df" }, defaultClass: "tgph-12lz8s41db" }, "accent-4": { conditions: { sm: "tgph-12lz8s41dg", md: "tgph-12lz8s41dh", lg: "tgph-12lz8s41di", xl: "tgph-12lz8s41dj", "2xl": "tgph-12lz8s41dk" }, defaultClass: "tgph-12lz8s41dg" }, "accent-5": { conditions: { sm: "tgph-12lz8s41dl", md: "tgph-12lz8s41dm", lg: "tgph-12lz8s41dn", xl: "tgph-12lz8s41do", "2xl": "tgph-12lz8s41dp" }, defaultClass: "tgph-12lz8s41dl" }, "accent-6": { conditions: { sm: "tgph-12lz8s41dq", md: "tgph-12lz8s41dr", lg: "tgph-12lz8s41ds", xl: "tgph-12lz8s41dt", "2xl": "tgph-12lz8s41du" }, defaultClass: "tgph-12lz8s41dq" }, "accent-7": { conditions: { sm: "tgph-12lz8s41dv", md: "tgph-12lz8s41dw", lg: "tgph-12lz8s41dx", xl: "tgph-12lz8s41dy", "2xl": "tgph-12lz8s41dz" }, defaultClass: "tgph-12lz8s41dv" }, "accent-8": { conditions: { sm: "tgph-12lz8s41e0", md: "tgph-12lz8s41e1", lg: "tgph-12lz8s41e2", xl: "tgph-12lz8s41e3", "2xl": "tgph-12lz8s41e4" }, defaultClass: "tgph-12lz8s41e0" }, "accent-9": { conditions: { sm: "tgph-12lz8s41e5", md: "tgph-12lz8s41e6", lg: "tgph-12lz8s41e7", xl: "tgph-12lz8s41e8", "2xl": "tgph-12lz8s41e9" }, defaultClass: "tgph-12lz8s41e5" }, "accent-10": { conditions: { sm: "tgph-12lz8s41ea", md: "tgph-12lz8s41eb", lg: "tgph-12lz8s41ec", xl: "tgph-12lz8s41ed", "2xl": "tgph-12lz8s41ee" }, defaultClass: "tgph-12lz8s41ea" }, "accent-11": { conditions: { sm: "tgph-12lz8s41ef", md: "tgph-12lz8s41eg", lg: "tgph-12lz8s41eh", xl: "tgph-12lz8s41ei", "2xl": "tgph-12lz8s41ej" }, defaultClass: "tgph-12lz8s41ef" }, "accent-12": { conditions: { sm: "tgph-12lz8s41ek", md: "tgph-12lz8s41el", lg: "tgph-12lz8s41em", xl: "tgph-12lz8s41en", "2xl": "tgph-12lz8s41eo" }, defaultClass: "tgph-12lz8s41ek" }, "green-1": { conditions: { sm: "tgph-12lz8s41ep", md: "tgph-12lz8s41eq", lg: "tgph-12lz8s41er", xl: "tgph-12lz8s41es", "2xl": "tgph-12lz8s41et" }, defaultClass: "tgph-12lz8s41ep" }, "green-2": { conditions: { sm: "tgph-12lz8s41eu", md: "tgph-12lz8s41ev", lg: "tgph-12lz8s41ew", xl: "tgph-12lz8s41ex", "2xl": "tgph-12lz8s41ey" }, defaultClass: "tgph-12lz8s41eu" }, "green-3": { conditions: { sm: "tgph-12lz8s41ez", md: "tgph-12lz8s41f0", lg: "tgph-12lz8s41f1", xl: "tgph-12lz8s41f2", "2xl": "tgph-12lz8s41f3" }, defaultClass: "tgph-12lz8s41ez" }, "green-4": { conditions: { sm: "tgph-12lz8s41f4", md: "tgph-12lz8s41f5", lg: "tgph-12lz8s41f6", xl: "tgph-12lz8s41f7", "2xl": "tgph-12lz8s41f8" }, defaultClass: "tgph-12lz8s41f4" }, "green-5": { conditions: { sm: "tgph-12lz8s41f9", md: "tgph-12lz8s41fa", lg: "tgph-12lz8s41fb", xl: "tgph-12lz8s41fc", "2xl": "tgph-12lz8s41fd" }, defaultClass: "tgph-12lz8s41f9" }, "green-6": { conditions: { sm: "tgph-12lz8s41fe", md: "tgph-12lz8s41ff", lg: "tgph-12lz8s41fg", xl: "tgph-12lz8s41fh", "2xl": "tgph-12lz8s41fi" }, defaultClass: "tgph-12lz8s41fe" }, "green-7": { conditions: { sm: "tgph-12lz8s41fj", md: "tgph-12lz8s41fk", lg: "tgph-12lz8s41fl", xl: "tgph-12lz8s41fm", "2xl": "tgph-12lz8s41fn" }, defaultClass: "tgph-12lz8s41fj" }, "green-8": { conditions: { sm: "tgph-12lz8s41fo", md: "tgph-12lz8s41fp", lg: "tgph-12lz8s41fq", xl: "tgph-12lz8s41fr", "2xl": "tgph-12lz8s41fs" }, defaultClass: "tgph-12lz8s41fo" }, "green-9": { conditions: { sm: "tgph-12lz8s41ft", md: "tgph-12lz8s41fu", lg: "tgph-12lz8s41fv", xl: "tgph-12lz8s41fw", "2xl": "tgph-12lz8s41fx" }, defaultClass: "tgph-12lz8s41ft" }, "green-10": { conditions: { sm: "tgph-12lz8s41fy", md: "tgph-12lz8s41fz", lg: "tgph-12lz8s41g0", xl: "tgph-12lz8s41g1", "2xl": "tgph-12lz8s41g2" }, defaultClass: "tgph-12lz8s41fy" }, "green-11": { conditions: { sm: "tgph-12lz8s41g3", md: "tgph-12lz8s41g4", lg: "tgph-12lz8s41g5", xl: "tgph-12lz8s41g6", "2xl": "tgph-12lz8s41g7" }, defaultClass: "tgph-12lz8s41g3" }, "green-12": { conditions: { sm: "tgph-12lz8s41g8", md: "tgph-12lz8s41g9", lg: "tgph-12lz8s41ga", xl: "tgph-12lz8s41gb", "2xl": "tgph-12lz8s41gc" }, defaultClass: "tgph-12lz8s41g8" }, "yellow-1": { conditions: { sm: "tgph-12lz8s41gd", md: "tgph-12lz8s41ge", lg: "tgph-12lz8s41gf", xl: "tgph-12lz8s41gg", "2xl": "tgph-12lz8s41gh" }, defaultClass: "tgph-12lz8s41gd" }, "yellow-2": { conditions: { sm: "tgph-12lz8s41gi", md: "tgph-12lz8s41gj", lg: "tgph-12lz8s41gk", xl: "tgph-12lz8s41gl", "2xl": "tgph-12lz8s41gm" }, defaultClass: "tgph-12lz8s41gi" }, "yellow-3": { conditions: { sm: "tgph-12lz8s41gn", md: "tgph-12lz8s41go", lg: "tgph-12lz8s41gp", xl: "tgph-12lz8s41gq", "2xl": "tgph-12lz8s41gr" }, defaultClass: "tgph-12lz8s41gn" }, "yellow-4": { conditions: { sm: "tgph-12lz8s41gs", md: "tgph-12lz8s41gt", lg: "tgph-12lz8s41gu", xl: "tgph-12lz8s41gv", "2xl": "tgph-12lz8s41gw" }, defaultClass: "tgph-12lz8s41gs" }, "yellow-5": { conditions: { sm: "tgph-12lz8s41gx", md: "tgph-12lz8s41gy", lg: "tgph-12lz8s41gz", xl: "tgph-12lz8s41h0", "2xl": "tgph-12lz8s41h1" }, defaultClass: "tgph-12lz8s41gx" }, "yellow-6": { conditions: { sm: "tgph-12lz8s41h2", md: "tgph-12lz8s41h3", lg: "tgph-12lz8s41h4", xl: "tgph-12lz8s41h5", "2xl": "tgph-12lz8s41h6" }, defaultClass: "tgph-12lz8s41h2" }, "yellow-7": { conditions: { sm: "tgph-12lz8s41h7", md: "tgph-12lz8s41h8", lg: "tgph-12lz8s41h9", xl: "tgph-12lz8s41ha", "2xl": "tgph-12lz8s41hb" }, defaultClass: "tgph-12lz8s41h7" }, "yellow-8": { conditions: { sm: "tgph-12lz8s41hc", md: "tgph-12lz8s41hd", lg: "tgph-12lz8s41he", xl: "tgph-12lz8s41hf", "2xl": "tgph-12lz8s41hg" }, defaultClass: "tgph-12lz8s41hc" }, "yellow-9": { conditions: { sm: "tgph-12lz8s41hh", md: "tgph-12lz8s41hi", lg: "tgph-12lz8s41hj", xl: "tgph-12lz8s41hk", "2xl": "tgph-12lz8s41hl" }, defaultClass: "tgph-12lz8s41hh" }, "yellow-10": { conditions: { sm: "tgph-12lz8s41hm", md: "tgph-12lz8s41hn", lg: "tgph-12lz8s41ho", xl: "tgph-12lz8s41hp", "2xl": "tgph-12lz8s41hq" }, defaultClass: "tgph-12lz8s41hm" }, "yellow-11": { conditions: { sm: "tgph-12lz8s41hr", md: "tgph-12lz8s41hs", lg: "tgph-12lz8s41ht", xl: "tgph-12lz8s41hu", "2xl": "tgph-12lz8s41hv" }, defaultClass: "tgph-12lz8s41hr" }, "yellow-12": { conditions: { sm: "tgph-12lz8s41hw", md: "tgph-12lz8s41hx", lg: "tgph-12lz8s41hy", xl: "tgph-12lz8s41hz", "2xl": "tgph-12lz8s41i0" }, defaultClass: "tgph-12lz8s41hw" }, "blue-1": { conditions: { sm: "tgph-12lz8s41i1", md: "tgph-12lz8s41i2", lg: "tgph-12lz8s41i3", xl: "tgph-12lz8s41i4", "2xl": "tgph-12lz8s41i5" }, defaultClass: "tgph-12lz8s41i1" }, "blue-2": { conditions: { sm: "tgph-12lz8s41i6", md: "tgph-12lz8s41i7", lg: "tgph-12lz8s41i8", xl: "tgph-12lz8s41i9", "2xl": "tgph-12lz8s41ia" }, defaultClass: "tgph-12lz8s41i6" }, "blue-3": { conditions: { sm: "tgph-12lz8s41ib", md: "tgph-12lz8s41ic", lg: "tgph-12lz8s41id", xl: "tgph-12lz8s41ie", "2xl": "tgph-12lz8s41if" }, defaultClass: "tgph-12lz8s41ib" }, "blue-4": { conditions: { sm: "tgph-12lz8s41ig", md: "tgph-12lz8s41ih", lg: "tgph-12lz8s41ii", xl: "tgph-12lz8s41ij", "2xl": "tgph-12lz8s41ik" }, defaultClass: "tgph-12lz8s41ig" }, "blue-5": { conditions: { sm: "tgph-12lz8s41il", md: "tgph-12lz8s41im", lg: "tgph-12lz8s41in", xl: "tgph-12lz8s41io", "2xl": "tgph-12lz8s41ip" }, defaultClass: "tgph-12lz8s41il" }, "blue-6": { conditions: { sm: "tgph-12lz8s41iq", md: "tgph-12lz8s41ir", lg: "tgph-12lz8s41is", xl: "tgph-12lz8s41it", "2xl": "tgph-12lz8s41iu" }, defaultClass: "tgph-12lz8s41iq" }, "blue-7": { conditions: { sm: "tgph-12lz8s41iv", md: "tgph-12lz8s41iw", lg: "tgph-12lz8s41ix", xl: "tgph-12lz8s41iy", "2xl": "tgph-12lz8s41iz" }, defaultClass: "tgph-12lz8s41iv" }, "blue-8": { conditions: { sm: "tgph-12lz8s41j0", md: "tgph-12lz8s41j1", lg: "tgph-12lz8s41j2", xl: "tgph-12lz8s41j3", "2xl": "tgph-12lz8s41j4" }, defaultClass: "tgph-12lz8s41j0" }, "blue-9": { conditions: { sm: "tgph-12lz8s41j5", md: "tgph-12lz8s41j6", lg: "tgph-12lz8s41j7", xl: "tgph-12lz8s41j8", "2xl": "tgph-12lz8s41j9" }, defaultClass: "tgph-12lz8s41j5" }, "blue-10": { conditions: { sm: "tgph-12lz8s41ja", md: "tgph-12lz8s41jb", lg: "tgph-12lz8s41jc", xl: "tgph-12lz8s41jd", "2xl": "tgph-12lz8s41je" }, defaultClass: "tgph-12lz8s41ja" }, "blue-11": { conditions: { sm: "tgph-12lz8s41jf", md: "tgph-12lz8s41jg", lg: "tgph-12lz8s41jh", xl: "tgph-12lz8s41ji", "2xl": "tgph-12lz8s41jj" }, defaultClass: "tgph-12lz8s41jf" }, "blue-12": { conditions: { sm: "tgph-12lz8s41jk", md: "tgph-12lz8s41jl", lg: "tgph-12lz8s41jm", xl: "tgph-12lz8s41jn", "2xl": "tgph-12lz8s41jo" }, defaultClass: "tgph-12lz8s41jk" }, "red-1": { conditions: { sm: "tgph-12lz8s41jp", md: "tgph-12lz8s41jq", lg: "tgph-12lz8s41jr", xl: "tgph-12lz8s41js", "2xl": "tgph-12lz8s41jt" }, defaultClass: "tgph-12lz8s41jp" }, "red-2": { conditions: { sm: "tgph-12lz8s41ju", md: "tgph-12lz8s41jv", lg: "tgph-12lz8s41jw", xl: "tgph-12lz8s41jx", "2xl": "tgph-12lz8s41jy" }, defaultClass: "tgph-12lz8s41ju" }, "red-3": { conditions: { sm: "tgph-12lz8s41jz", md: "tgph-12lz8s41k0", lg: "tgph-12lz8s41k1", xl: "tgph-12lz8s41k2", "2xl": "tgph-12lz8s41k3" }, defaultClass: "tgph-12lz8s41jz" }, "red-4": { conditions: { sm: "tgph-12lz8s41k4", md: "tgph-12lz8s41k5", lg: "tgph-12lz8s41k6", xl: "tgph-12lz8s41k7", "2xl": "tgph-12lz8s41k8" }, defaultClass: "tgph-12lz8s41k4" }, "red-5": { conditions: { sm: "tgph-12lz8s41k9", md: "tgph-12lz8s41ka", lg: "tgph-12lz8s41kb", xl: "tgph-12lz8s41kc", "2xl": "tgph-12lz8s41kd" }, defaultClass: "tgph-12lz8s41k9" }, "red-6": { conditions: { sm: "tgph-12lz8s41ke", md: "tgph-12lz8s41kf", lg: "tgph-12lz8s41kg", xl: "tgph-12lz8s41kh", "2xl": "tgph-12lz8s41ki" }, defaultClass: "tgph-12lz8s41ke" }, "red-7": { conditions: { sm: "tgph-12lz8s41kj", md: "tgph-12lz8s41kk", lg: "tgph-12lz8s41kl", xl: "tgph-12lz8s41km", "2xl": "tgph-12lz8s41kn" }, defaultClass: "tgph-12lz8s41kj" }, "red-8": { conditions: { sm: "tgph-12lz8s41ko", md: "tgph-12lz8s41kp", lg: "tgph-12lz8s41kq", xl: "tgph-12lz8s41kr", "2xl": "tgph-12lz8s41ks" }, defaultClass: "tgph-12lz8s41ko" }, "red-9": { conditions: { sm: "tgph-12lz8s41kt", md: "tgph-12lz8s41ku", lg: "tgph-12lz8s41kv", xl: "tgph-12lz8s41kw", "2xl": "tgph-12lz8s41kx" }, defaultClass: "tgph-12lz8s41kt" }, "red-10": { conditions: { sm: "tgph-12lz8s41ky", md: "tgph-12lz8s41kz", lg: "tgph-12lz8s41l0", xl: "tgph-12lz8s41l1", "2xl": "tgph-12lz8s41l2" }, defaultClass: "tgph-12lz8s41ky" }, "red-11": { conditions: { sm: "tgph-12lz8s41l3", md: "tgph-12lz8s41l4", lg: "tgph-12lz8s41l5", xl: "tgph-12lz8s41l6", "2xl": "tgph-12lz8s41l7" }, defaultClass: "tgph-12lz8s41l3" }, "red-12": { conditions: { sm: "tgph-12lz8s41l8", md: "tgph-12lz8s41l9", lg: "tgph-12lz8s41la", xl: "tgph-12lz8s41lb", "2xl": "tgph-12lz8s41lc" }, defaultClass: "tgph-12lz8s41l8" }, "purple-1": { conditions: { sm: "tgph-12lz8s41ld", md: "tgph-12lz8s41le", lg: "tgph-12lz8s41lf", xl: "tgph-12lz8s41lg", "2xl": "tgph-12lz8s41lh" }, defaultClass: "tgph-12lz8s41ld" }, "purple-2": { conditions: { sm: "tgph-12lz8s41li", md: "tgph-12lz8s41lj", lg: "tgph-12lz8s41lk", xl: "tgph-12lz8s41ll", "2xl": "tgph-12lz8s41lm" }, defaultClass: "tgph-12lz8s41li" }, "purple-3": { conditions: { sm: "tgph-12lz8s41ln", md: "tgph-12lz8s41lo", lg: "tgph-12lz8s41lp", xl: "tgph-12lz8s41lq", "2xl": "tgph-12lz8s41lr" }, defaultClass: "tgph-12lz8s41ln" }, "purple-4": { conditions: { sm: "tgph-12lz8s41ls", md: "tgph-12lz8s41lt", lg: "tgph-12lz8s41lu", xl: "tgph-12lz8s41lv", "2xl": "tgph-12lz8s41lw" }, defaultClass: "tgph-12lz8s41ls" }, "purple-5": { conditions: { sm: "tgph-12lz8s41lx", md: "tgph-12lz8s41ly", lg: "tgph-12lz8s41lz", xl: "tgph-12lz8s41m0", "2xl": "tgph-12lz8s41m1" }, defaultClass: "tgph-12lz8s41lx" }, "purple-6": { conditions: { sm: "tgph-12lz8s41m2", md: "tgph-12lz8s41m3", lg: "tgph-12lz8s41m4", xl: "tgph-12lz8s41m5", "2xl": "tgph-12lz8s41m6" }, defaultClass: "tgph-12lz8s41m2" }, "purple-7": { conditions: { sm: "tgph-12lz8s41m7", md: "tgph-12lz8s41m8", lg: "tgph-12lz8s41m9", xl: "tgph-12lz8s41ma", "2xl": "tgph-12lz8s41mb" }, defaultClass: "tgph-12lz8s41m7" }, "purple-8": { conditions: { sm: "tgph-12lz8s41mc", md: "tgph-12lz8s41md", lg: "tgph-12lz8s41me", xl: "tgph-12lz8s41mf", "2xl": "tgph-12lz8s41mg" }, defaultClass: "tgph-12lz8s41mc" }, "purple-9": { conditions: { sm: "tgph-12lz8s41mh", md: "tgph-12lz8s41mi", lg: "tgph-12lz8s41mj", xl: "tgph-12lz8s41mk", "2xl": "tgph-12lz8s41ml" }, defaultClass: "tgph-12lz8s41mh" }, "purple-10": { conditions: { sm: "tgph-12lz8s41mm", md: "tgph-12lz8s41mn", lg: "tgph-12lz8s41mo", xl: "tgph-12lz8s41mp", "2xl": "tgph-12lz8s41mq" }, defaultClass: "tgph-12lz8s41mm" }, "purple-11": { conditions: { sm: "tgph-12lz8s41mr", md: "tgph-12lz8s41ms", lg: "tgph-12lz8s41mt", xl: "tgph-12lz8s41mu", "2xl": "tgph-12lz8s41mv" }, defaultClass: "tgph-12lz8s41mr" }, "purple-12": { conditions: { sm: "tgph-12lz8s41mw", md: "tgph-12lz8s41mx", lg: "tgph-12lz8s41my", xl: "tgph-12lz8s41mz", "2xl": "tgph-12lz8s41n0" }, defaultClass: "tgph-12lz8s41mw" } }, responsiveArray: void 0 }, borderStyle: { values: { solid: { conditions: { sm: "tgph-12lz8s41n1", md: "tgph-12lz8s41n2", lg: "tgph-12lz8s41n3", xl: "tgph-12lz8s41n4", "2xl": "tgph-12lz8s41n5" }, defaultClass: "tgph-12lz8s41n1" }, dashed: { conditions: { sm: "tgph-12lz8s41n6", md: "tgph-12lz8s41n7", lg: "tgph-12lz8s41n8", xl: "tgph-12lz8s41n9", "2xl": "tgph-12lz8s41na" }, defaultClass: "tgph-12lz8s41n6" } }, responsiveArray: void 0 }, borderRadius: { values: { 0: { conditions: { sm: "tgph-12lz8s41nb", md: "tgph-12lz8s41nc", lg: "tgph-12lz8s41nd", xl: "tgph-12lz8s41ne", "2xl": "tgph-12lz8s41nf" }, defaultClass: "tgph-12lz8s41nb" }, 1: { conditions: { sm: "tgph-12lz8s41ng", md: "tgph-12lz8s41nh", lg: "tgph-12lz8s41ni", xl: "tgph-12lz8s41nj", "2xl": "tgph-12lz8s41nk" }, defaultClass: "tgph-12lz8s41ng" }, 2: { conditions: { sm: "tgph-12lz8s41nl", md: "tgph-12lz8s41nm", lg: "tgph-12lz8s41nn", xl: "tgph-12lz8s41no", "2xl": "tgph-12lz8s41np" }, defaultClass: "tgph-12lz8s41nl" }, 3: { conditions: { sm: "tgph-12lz8s41nq", md: "tgph-12lz8s41nr", lg: "tgph-12lz8s41ns", xl: "tgph-12lz8s41nt", "2xl": "tgph-12lz8s41nu" }, defaultClass: "tgph-12lz8s41nq" }, 4: { conditions: { sm: "tgph-12lz8s41nv", md: "tgph-12lz8s41nw", lg: "tgph-12lz8s41nx", xl: "tgph-12lz8s41ny", "2xl": "tgph-12lz8s41nz" }, defaultClass: "tgph-12lz8s41nv" }, 5: { conditions: { sm: "tgph-12lz8s41o0", md: "tgph-12lz8s41o1", lg: "tgph-12lz8s41o2", xl: "tgph-12lz8s41o3", "2xl": "tgph-12lz8s41o4" }, defaultClass: "tgph-12lz8s41o0" }, 6: { conditions: { sm: "tgph-12lz8s41o5", md: "tgph-12lz8s41o6", lg: "tgph-12lz8s41o7", xl: "tgph-12lz8s41o8", "2xl": "tgph-12lz8s41o9" }, defaultClass: "tgph-12lz8s41o5" }, full: { conditions: { sm: "tgph-12lz8s41oa", md: "tgph-12lz8s41ob", lg: "tgph-12lz8s41oc", xl: "tgph-12lz8s41od", "2xl": "tgph-12lz8s41oe" }, defaultClass: "tgph-12lz8s41oa" } }, responsiveArray: void 0 }, borderRadiusBottomLeft: { values: { 0: { conditions: { sm: "tgph-12lz8s41of", md: "tgph-12lz8s41og", lg: "tgph-12lz8s41oh", xl: "tgph-12lz8s41oi", "2xl": "tgph-12lz8s41oj" }, defaultClass: "tgph-12lz8s41of" }, 1: { conditions: { sm: "tgph-12lz8s41ok", md: "tgph-12lz8s41ol", lg: "tgph-12lz8s41om", xl: "tgph-12lz8s41on", "2xl": "tgph-12lz8s41oo" }, defaultClass: "tgph-12lz8s41ok" }, 2: { conditions: { sm: "tgph-12lz8s41op", md: "tgph-12lz8s41oq", lg: "tgph-12lz8s41or", xl: "tgph-12lz8s41os", "2xl": "tgph-12lz8s41ot" }, defaultClass: "tgph-12lz8s41op" }, 3: { conditions: { sm: "tgph-12lz8s41ou", md: "tgph-12lz8s41ov", lg: "tgph-12lz8s41ow", xl: "tgph-12lz8s41ox", "2xl": "tgph-12lz8s41oy" }, defaultClass: "tgph-12lz8s41ou" }, 4: { conditions: { sm: "tgph-12lz8s41oz", md: "tgph-12lz8s41p0", lg: "tgph-12lz8s41p1", xl: "tgph-12lz8s41p2", "2xl": "tgph-12lz8s41p3" }, defaultClass: "tgph-12lz8s41oz" }, 5: { conditions: { sm: "tgph-12lz8s41p4", md: "tgph-12lz8s41p5", lg: "tgph-12lz8s41p6", xl: "tgph-12lz8s41p7", "2xl": "tgph-12lz8s41p8" }, defaultClass: "tgph-12lz8s41p4" }, 6: { conditions: { sm: "tgph-12lz8s41p9", md: "tgph-12lz8s41pa", lg: "tgph-12lz8s41pb", xl: "tgph-12lz8s41pc", "2xl": "tgph-12lz8s41pd" }, defaultClass: "tgph-12lz8s41p9" }, full: { conditions: { sm: "tgph-12lz8s41pe", md: "tgph-12lz8s41pf", lg: "tgph-12lz8s41pg", xl: "tgph-12lz8s41ph", "2xl": "tgph-12lz8s41pi" }, defaultClass: "tgph-12lz8s41pe" } }, responsiveArray: void 0 }, borderRadiusBottomRight: { values: { 0: { conditions: { sm: "tgph-12lz8s41pj", md: "tgph-12lz8s41pk", lg: "tgph-12lz8s41pl", xl: "tgph-12lz8s41pm", "2xl": "tgph-12lz8s41pn" }, defaultClass: "tgph-12lz8s41pj" }, 1: { conditions: { sm: "tgph-12lz8s41po", md: "tgph-12lz8s41pp", lg: "tgph-12lz8s41pq", xl: "tgph-12lz8s41pr", "2xl": "tgph-12lz8s41ps" }, defaultClass: "tgph-12lz8s41po" }, 2: { conditions: { sm: "tgph-12lz8s41pt", md: "tgph-12lz8s41pu", lg: "tgph-12lz8s41pv", xl: "tgph-12lz8s41pw", "2xl": "tgph-12lz8s41px" }, defaultClass: "tgph-12lz8s41pt" }, 3: { conditions: { sm: "tgph-12lz8s41py", md: "tgph-12lz8s41pz", lg: "tgph-12lz8s41q0", xl: "tgph-12lz8s41q1", "2xl": "tgph-12lz8s41q2" }, defaultClass: "tgph-12lz8s41py" }, 4: { conditions: { sm: "tgph-12lz8s41q3", md: "tgph-12lz8s41q4", lg: "tgph-12lz8s41q5", xl: "tgph-12lz8s41q6", "2xl": "tgph-12lz8s41q7" }, defaultClass: "tgph-12lz8s41q3" }, 5: { conditions: { sm: "tgph-12lz8s41q8", md: "tgph-12lz8s41q9", lg: "tgph-12lz8s41qa", xl: "tgph-12lz8s41qb", "2xl": "tgph-12lz8s41qc" }, defaultClass: "tgph-12lz8s41q8" }, 6: { conditions: { sm: "tgph-12lz8s41qd", md: "tgph-12lz8s41qe", lg: "tgph-12lz8s41qf", xl: "tgph-12lz8s41qg", "2xl": "tgph-12lz8s41qh" }, defaultClass: "tgph-12lz8s41qd" }, full: { conditions: { sm: "tgph-12lz8s41qi", md: "tgph-12lz8s41qj", lg: "tgph-12lz8s41qk", xl: "tgph-12lz8s41ql", "2xl": "tgph-12lz8s41qm" }, defaultClass: "tgph-12lz8s41qi" } }, responsiveArray: void 0 }, borderRadiusTopLeft: { values: { 0: { conditions: { sm: "tgph-12lz8s41qn", md: "tgph-12lz8s41qo", lg: "tgph-12lz8s41qp", xl: "tgph-12lz8s41qq", "2xl": "tgph-12lz8s41qr" }, defaultClass: "tgph-12lz8s41qn" }, 1: { conditions: { sm: "tgph-12lz8s41qs", md: "tgph-12lz8s41qt", lg: "tgph-12lz8s41qu", xl: "tgph-12lz8s41qv", "2xl": "tgph-12lz8s41qw" }, defaultClass: "tgph-12lz8s41qs" }, 2: { conditions: { sm: "tgph-12lz8s41qx", md: "tgph-12lz8s41qy", lg: "tgph-12lz8s41qz", xl: "tgph-12lz8s41r0", "2xl": "tgph-12lz8s41r1" }, defaultClass: "tgph-12lz8s41qx" }, 3: { conditions: { sm: "tgph-12lz8s41r2", md: "tgph-12lz8s41r3", lg: "tgph-12lz8s41r4", xl: "tgph-12lz8s41r5", "2xl": "tgph-12lz8s41r6" }, defaultClass: "tgph-12lz8s41r2" }, 4: { conditions: { sm: "tgph-12lz8s41r7", md: "tgph-12lz8s41r8", lg: "tgph-12lz8s41r9", xl: "tgph-12lz8s41ra", "2xl": "tgph-12lz8s41rb" }, defaultClass: "tgph-12lz8s41r7" }, 5: { conditions: { sm: "tgph-12lz8s41rc", md: "tgph-12lz8s41rd", lg: "tgph-12lz8s41re", xl: "tgph-12lz8s41rf", "2xl": "tgph-12lz8s41rg" }, defaultClass: "tgph-12lz8s41rc" }, 6: { conditions: { sm: "tgph-12lz8s41rh", md: "tgph-12lz8s41ri", lg: "tgph-12lz8s41rj", xl: "tgph-12lz8s41rk", "2xl": "tgph-12lz8s41rl" }, defaultClass: "tgph-12lz8s41rh" }, full: { conditions: { sm: "tgph-12lz8s41rm", md: "tgph-12lz8s41rn", lg: "tgph-12lz8s41ro", xl: "tgph-12lz8s41rp", "2xl": "tgph-12lz8s41rq" }, defaultClass: "tgph-12lz8s41rm" } }, responsiveArray: void 0 }, borderRadiusTopRight: { values: { 0: { conditions: { sm: "tgph-12lz8s41rr", md: "tgph-12lz8s41rs", lg: "tgph-12lz8s41rt", xl: "tgph-12lz8s41ru", "2xl": "tgph-12lz8s41rv" }, defaultClass: "tgph-12lz8s41rr" }, 1: { conditions: { sm: "tgph-12lz8s41rw", md: "tgph-12lz8s41rx", lg: "tgph-12lz8s41ry", xl: "tgph-12lz8s41rz", "2xl": "tgph-12lz8s41s0" }, defaultClass: "tgph-12lz8s41rw" }, 2: { conditions: { sm: "tgph-12lz8s41s1", md: "tgph-12lz8s41s2", lg: "tgph-12lz8s41s3", xl: "tgph-12lz8s41s4", "2xl": "tgph-12lz8s41s5" }, defaultClass: "tgph-12lz8s41s1" }, 3: { conditions: { sm: "tgph-12lz8s41s6", md: "tgph-12lz8s41s7", lg: "tgph-12lz8s41s8", xl: "tgph-12lz8s41s9", "2xl": "tgph-12lz8s41sa" }, defaultClass: "tgph-12lz8s41s6" }, 4: { conditions: { sm: "tgph-12lz8s41sb", md: "tgph-12lz8s41sc", lg: "tgph-12lz8s41sd", xl: "tgph-12lz8s41se", "2xl": "tgph-12lz8s41sf" }, defaultClass: "tgph-12lz8s41sb" }, 5: { conditions: { sm: "tgph-12lz8s41sg", md: "tgph-12lz8s41sh", lg: "tgph-12lz8s41si", xl: "tgph-12lz8s41sj", "2xl": "tgph-12lz8s41sk" }, defaultClass: "tgph-12lz8s41sg" }, 6: { conditions: { sm: "tgph-12lz8s41sl", md: "tgph-12lz8s41sm", lg: "tgph-12lz8s41sn", xl: "tgph-12lz8s41so", "2xl": "tgph-12lz8s41sp" }, defaultClass: "tgph-12lz8s41sl" }, full: { conditions: { sm: "tgph-12lz8s41sq", md: "tgph-12lz8s41sr", lg: "tgph-12lz8s41ss", xl: "tgph-12lz8s41st", "2xl": "tgph-12lz8s41su" }, defaultClass: "tgph-12lz8s41sq" } }, responsiveArray: void 0 }, boxShadow: { values: { 0: { conditions: { sm: "tgph-12lz8s41sv", md: "tgph-12lz8s41sw", lg: "tgph-12lz8s41sx", xl: "tgph-12lz8s41sy", "2xl": "tgph-12lz8s41sz" }, defaultClass: "tgph-12lz8s41sv" }, 1: { conditions: { sm: "tgph-12lz8s41t0", md: "tgph-12lz8s41t1", lg: "tgph-12lz8s41t2", xl: "tgph-12lz8s41t3", "2xl": "tgph-12lz8s41t4" }, defaultClass: "tgph-12lz8s41t0" }, 2: { conditions: { sm: "tgph-12lz8s41t5", md: "tgph-12lz8s41t6", lg: "tgph-12lz8s41t7", xl: "tgph-12lz8s41t8", "2xl": "tgph-12lz8s41t9" }, defaultClass: "tgph-12lz8s41t5" }, 3: { conditions: { sm: "tgph-12lz8s41ta", md: "tgph-12lz8s41tb", lg: "tgph-12lz8s41tc", xl: "tgph-12lz8s41td", "2xl": "tgph-12lz8s41te" }, defaultClass: "tgph-12lz8s41ta" }, inner: { conditions: { sm: "tgph-12lz8s41tf", md: "tgph-12lz8s41tg", lg: "tgph-12lz8s41th", xl: "tgph-12lz8s41ti", "2xl": "tgph-12lz8s41tj" }, defaultClass: "tgph-12lz8s41tf" } }, responsiveArray: void 0 }, display: { values: { block: { conditions: { sm: "tgph-12lz8s41tk", md: "tgph-12lz8s41tl", lg: "tgph-12lz8s41tm", xl: "tgph-12lz8s41tn", "2xl": "tgph-12lz8s41to" }, defaultClass: "tgph-12lz8s41tk" }, "inline-block": { conditions: { sm: "tgph-12lz8s41tp", md: "tgph-12lz8s41tq", lg: "tgph-12lz8s41tr", xl: "tgph-12lz8s41ts", "2xl": "tgph-12lz8s41tt" }, defaultClass: "tgph-12lz8s41tp" }, inline: { conditions: { sm: "tgph-12lz8s41tu", md: "tgph-12lz8s41tv", lg: "tgph-12lz8s41tw", xl: "tgph-12lz8s41tx", "2xl": "tgph-12lz8s41ty" }, defaultClass: "tgph-12lz8s41tu" }, flex: { conditions: { sm: "tgph-12lz8s41tz", md: "tgph-12lz8s41u0", lg: "tgph-12lz8s41u1", xl: "tgph-12lz8s41u2", "2xl": "tgph-12lz8s41u3" }, defaultClass: "tgph-12lz8s41tz" }, "inline-flex": { conditions: { sm: "tgph-12lz8s41u4", md: "tgph-12lz8s41u5", lg: "tgph-12lz8s41u6", xl: "tgph-12lz8s41u7", "2xl": "tgph-12lz8s41u8" }, defaultClass: "tgph-12lz8s41u4" }, grid: { conditions: { sm: "tgph-12lz8s41u9", md: "tgph-12lz8s41ua", lg: "tgph-12lz8s41ub", xl: "tgph-12lz8s41uc", "2xl": "tgph-12lz8s41ud" }, defaultClass: "tgph-12lz8s41u9" }, none: { conditions: { sm: "tgph-12lz8s41ue", md: "tgph-12lz8s41uf", lg: "tgph-12lz8s41ug", xl: "tgph-12lz8s41uh", "2xl": "tgph-12lz8s41ui" }, defaultClass: "tgph-12lz8s41ue" } }, responsiveArray: void 0 }, height: { values: { 0: { conditions: { sm: "tgph-12lz8s41uj", md: "tgph-12lz8s41uk", lg: "tgph-12lz8s41ul", xl: "tgph-12lz8s41um", "2xl": "tgph-12lz8s41un" }, defaultClass: "tgph-12lz8s41uj" }, 1: { conditions: { sm: "tgph-12lz8s41uo", md: "tgph-12lz8s41up", lg: "tgph-12lz8s41uq", xl: "tgph-12lz8s41ur", "2xl": "tgph-12lz8s41us" }, defaultClass: "tgph-12lz8s41uo" }, 2: { conditions: { sm: "tgph-12lz8s41ut", md: "tgph-12lz8s41uu", lg: "tgph-12lz8s41uv", xl: "tgph-12lz8s41uw", "2xl": "tgph-12lz8s41ux" }, defaultClass: "tgph-12lz8s41ut" }, 3: { conditions: { sm: "tgph-12lz8s41uy", md: "tgph-12lz8s41uz", lg: "tgph-12lz8s41v0", xl: "tgph-12lz8s41v1", "2xl": "tgph-12lz8s41v2" }, defaultClass: "tgph-12lz8s41uy" }, 4: { conditions: { sm: "tgph-12lz8s41v3", md: "tgph-12lz8s41v4", lg: "tgph-12lz8s41v5", xl: "tgph-12lz8s41v6", "2xl": "tgph-12lz8s41v7" }, defaultClass: "tgph-12lz8s41v3" }, 5: { conditions: { sm: "tgph-12lz8s41v8", md: "tgph-12lz8s41v9", lg: "tgph-12lz8s41va", xl: "tgph-12lz8s41vb", "2xl": "tgph-12lz8s41vc" }, defaultClass: "tgph-12lz8s41v8" }, 6: { conditions: { sm: "tgph-12lz8s41vd", md: "tgph-12lz8s41ve", lg: "tgph-12lz8s41vf", xl: "tgph-12lz8s41vg", "2xl": "tgph-12lz8s41vh" }, defaultClass: "tgph-12lz8s41vd" }, 7: { conditions: { sm: "tgph-12lz8s41vi", md: "tgph-12lz8s41vj", lg: "tgph-12lz8s41vk", xl: "tgph-12lz8s41vl", "2xl": "tgph-12lz8s41vm" }, defaultClass: "tgph-12lz8s41vi" }, 8: { conditions: { sm: "tgph-12lz8s41vn", md: "tgph-12lz8s41vo", lg: "tgph-12lz8s41vp", xl: "tgph-12lz8s41vq", "2xl": "tgph-12lz8s41vr" }, defaultClass: "tgph-12lz8s41vn" }, 9: { conditions: { sm: "tgph-12lz8s41vs", md: "tgph-12lz8s41vt", lg: "tgph-12lz8s41vu", xl: "tgph-12lz8s41vv", "2xl": "tgph-12lz8s41vw" }, defaultClass: "tgph-12lz8s41vs" }, 10: { conditions: { sm: "tgph-12lz8s41vx", md: "tgph-12lz8s41vy", lg: "tgph-12lz8s41vz", xl: "tgph-12lz8s41w0", "2xl": "tgph-12lz8s41w1" }, defaultClass: "tgph-12lz8s41vx" }, 11: { conditions: { sm: "tgph-12lz8s41w2", md: "tgph-12lz8s41w3", lg: "tgph-12lz8s41w4", xl: "tgph-12lz8s41w5", "2xl": "tgph-12lz8s41w6" }, defaultClass: "tgph-12lz8s41w2" }, 12: { conditions: { sm: "tgph-12lz8s41w7", md: "tgph-12lz8s41w8", lg: "tgph-12lz8s41w9", xl: "tgph-12lz8s41wa", "2xl": "tgph-12lz8s41wb" }, defaultClass: "tgph-12lz8s41w7" }, 14: { conditions: { sm: "tgph-12lz8s41wc", md: "tgph-12lz8s41wd", lg: "tgph-12lz8s41we", xl: "tgph-12lz8s41wf", "2xl": "tgph-12lz8s41wg" }, defaultClass: "tgph-12lz8s41wc" }, 16: { conditions: { sm: "tgph-12lz8s41wh", md: "tgph-12lz8s41wi", lg: "tgph-12lz8s41wj", xl: "tgph-12lz8s41wk", "2xl": "tgph-12lz8s41wl" }, defaultClass: "tgph-12lz8s41wh" }, 20: { conditions: { sm: "tgph-12lz8s41wm", md: "tgph-12lz8s41wn", lg: "tgph-12lz8s41wo", xl: "tgph-12lz8s41wp", "2xl": "tgph-12lz8s41wq" }, defaultClass: "tgph-12lz8s41wm" }, 24: { conditions: { sm: "tgph-12lz8s41wr", md: "tgph-12lz8s41ws", lg: "tgph-12lz8s41wt", xl: "tgph-12lz8s41wu", "2xl": "tgph-12lz8s41wv" }, defaultClass: "tgph-12lz8s41wr" }, 28: { conditions: { sm: "tgph-12lz8s41ww", md: "tgph-12lz8s41wx", lg: "tgph-12lz8s41wy", xl: "tgph-12lz8s41wz", "2xl": "tgph-12lz8s41x0" }, defaultClass: "tgph-12lz8s41ww" }, 32: { conditions: { sm: "tgph-12lz8s41x1", md: "tgph-12lz8s41x2", lg: "tgph-12lz8s41x3", xl: "tgph-12lz8s41x4", "2xl": "tgph-12lz8s41x5" }, defaultClass: "tgph-12lz8s41x1" }, 36: { conditions: { sm: "tgph-12lz8s41x6", md: "tgph-12lz8s41x7", lg: "tgph-12lz8s41x8", xl: "tgph-12lz8s41x9", "2xl": "tgph-12lz8s41xa" }, defaultClass: "tgph-12lz8s41x6" }, 40: { conditions: { sm: "tgph-12lz8s41xb", md: "tgph-12lz8s41xc", lg: "tgph-12lz8s41xd", xl: "tgph-12lz8s41xe", "2xl": "tgph-12lz8s41xf" }, defaultClass: "tgph-12lz8s41xb" }, 44: { conditions: { sm: "tgph-12lz8s41xg", md: "tgph-12lz8s41xh", lg: "tgph-12lz8s41xi", xl: "tgph-12lz8s41xj", "2xl": "tgph-12lz8s41xk" }, defaultClass: "tgph-12lz8s41xg" }, 48: { conditions: { sm: "tgph-12lz8s41xl", md: "tgph-12lz8s41xm", lg: "tgph-12lz8s41xn", xl: "tgph-12lz8s41xo", "2xl": "tgph-12lz8s41xp" }, defaultClass: "tgph-12lz8s41xl" }, 52: { conditions: { sm: "tgph-12lz8s41xq", md: "tgph-12lz8s41xr", lg: "tgph-12lz8s41xs", xl: "tgph-12lz8s41xt", "2xl": "tgph-12lz8s41xu" }, defaultClass: "tgph-12lz8s41xq" }, 56: { conditions: { sm: "tgph-12lz8s41xv", md: "tgph-12lz8s41xw", lg: "tgph-12lz8s41xx", xl: "tgph-12lz8s41xy", "2xl": "tgph-12lz8s41xz" }, defaultClass: "tgph-12lz8s41xv" }, 60: { conditions: { sm: "tgph-12lz8s41y0", md: "tgph-12lz8s41y1", lg: "tgph-12lz8s41y2", xl: "tgph-12lz8s41y3", "2xl": "tgph-12lz8s41y4" }, defaultClass: "tgph-12lz8s41y0" }, 64: { conditions: { sm: "tgph-12lz8s41y5", md: "tgph-12lz8s41y6", lg: "tgph-12lz8s41y7", xl: "tgph-12lz8s41y8", "2xl": "tgph-12lz8s41y9" }, defaultClass: "tgph-12lz8s41y5" }, 72: { conditions: { sm: "tgph-12lz8s41ya", md: "tgph-12lz8s41yb", lg: "tgph-12lz8s41yc", xl: "tgph-12lz8s41yd", "2xl": "tgph-12lz8s41ye" }, defaultClass: "tgph-12lz8s41ya" }, 80: { conditions: { sm: "tgph-12lz8s41yf", md: "tgph-12lz8s41yg", lg: "tgph-12lz8s41yh", xl: "tgph-12lz8s41yi", "2xl": "tgph-12lz8s41yj" }, defaultClass: "tgph-12lz8s41yf" }, 96: { conditions: { sm: "tgph-12lz8s41yk", md: "tgph-12lz8s41yl", lg: "tgph-12lz8s41ym", xl: "tgph-12lz8s41yn", "2xl": "tgph-12lz8s41yo" }, defaultClass: "tgph-12lz8s41yk" }, 140: { conditions: { sm: "tgph-12lz8s41yp", md: "tgph-12lz8s41yq", lg: "tgph-12lz8s41yr", xl: "tgph-12lz8s41ys", "2xl": "tgph-12lz8s41yt" }, defaultClass: "tgph-12lz8s41yp" }, 160: { conditions: { sm: "tgph-12lz8s41yu", md: "tgph-12lz8s41yv", lg: "tgph-12lz8s41yw", xl: "tgph-12lz8s41yx", "2xl": "tgph-12lz8s41yy" }, defaultClass: "tgph-12lz8s41yu" }, px: { conditions: { sm: "tgph-12lz8s41yz", md: "tgph-12lz8s41z0", lg: "tgph-12lz8s41z1", xl: "tgph-12lz8s41z2", "2xl": "tgph-12lz8s41z3" }, defaultClass: "tgph-12lz8s41yz" }, full: { conditions: { sm: "tgph-12lz8s41z4", md: "tgph-12lz8s41z5", lg: "tgph-12lz8s41z6", xl: "tgph-12lz8s41z7", "2xl": "tgph-12lz8s41z8" }, defaultClass: "tgph-12lz8s41z4" }, auto: { conditions: { sm: "tgph-12lz8s41z9", md: "tgph-12lz8s41za", lg: "tgph-12lz8s41zb", xl: "tgph-12lz8s41zc", "2xl": "tgph-12lz8s41zd" }, defaultClass: "tgph-12lz8s41z9" } }, responsiveArray: void 0 }, margin: { values: { 0: { conditions: { sm: "tgph-12lz8s41ze", md: "tgph-12lz8s41zf", lg: "tgph-12lz8s41zg", xl: "tgph-12lz8s41zh", "2xl": "tgph-12lz8s41zi" }, defaultClass: "tgph-12lz8s41ze" }, 1: { conditions: { sm: "tgph-12lz8s41zj", md: "tgph-12lz8s41zk", lg: "tgph-12lz8s41zl", xl: "tgph-12lz8s41zm", "2xl": "tgph-12lz8s41zn" }, defaultClass: "tgph-12lz8s41zj" }, 2: { conditions: { sm: "tgph-12lz8s41zo", md: "tgph-12lz8s41zp", lg: "tgph-12lz8s41zq", xl: "tgph-12lz8s41zr", "2xl": "tgph-12lz8s41zs" }, defaultClass: "tgph-12lz8s41zo" }, 3: { conditions: { sm: "tgph-12lz8s41zt", md: "tgph-12lz8s41zu", lg: "tgph-12lz8s41zv", xl: "tgph-12lz8s41zw", "2xl": "tgph-12lz8s41zx" }, defaultClass: "tgph-12lz8s41zt" }, 4: { conditions: { sm: "tgph-12lz8s41zy", md: "tgph-12lz8s41zz", lg: "tgph-12lz8s4200", xl: "tgph-12lz8s4201", "2xl": "tgph-12lz8s4202" }, defaultClass: "tgph-12lz8s41zy" }, 5: { conditions: { sm: "tgph-12lz8s4203", md: "tgph-12lz8s4204", lg: "tgph-12lz8s4205", xl: "tgph-12lz8s4206", "2xl": "tgph-12lz8s4207" }, defaultClass: "tgph-12lz8s4203" }, 6: { conditions: { sm: "tgph-12lz8s4208", md: "tgph-12lz8s4209", lg: "tgph-12lz8s420a", xl: "tgph-12lz8s420b", "2xl": "tgph-12lz8s420c" }, defaultClass: "tgph-12lz8s4208" }, 7: { conditions: { sm: "tgph-12lz8s420d", md: "tgph-12lz8s420e", lg: "tgph-12lz8s420f", xl: "tgph-12lz8s420g", "2xl": "tgph-12lz8s420h" }, defaultClass: "tgph-12lz8s420d" }, 8: { conditions: { sm: "tgph-12lz8s420i", md: "tgph-12lz8s420j", lg: "tgph-12lz8s420k", xl: "tgph-12lz8s420l", "2xl": "tgph-12lz8s420m" }, defaultClass: "tgph-12lz8s420i" }, 9: { conditions: { sm: "tgph-12lz8s420n", md: "tgph-12lz8s420o", lg: "tgph-12lz8s420p", xl: "tgph-12lz8s420q", "2xl": "tgph-12lz8s420r" }, defaultClass: "tgph-12lz8s420n" }, 10: { conditions: { sm: "tgph-12lz8s420s", md: "tgph-12lz8s420t", lg: "tgph-12lz8s420u", xl: "tgph-12lz8s420v", "2xl": "tgph-12lz8s420w" }, defaultClass: "tgph-12lz8s420s" }, 11: { conditions: { sm: "tgph-12lz8s420x", md: "tgph-12lz8s420y", lg: "tgph-12lz8s420z", xl: "tgph-12lz8s4210", "2xl": "tgph-12lz8s4211" }, defaultClass: "tgph-12lz8s420x" }, 12: { conditions: { sm: "tgph-12lz8s4212", md: "tgph-12lz8s4213", lg: "tgph-12lz8s4214", xl: "tgph-12lz8s4215", "2xl": "tgph-12lz8s4216" }, defaultClass: "tgph-12lz8s4212" }, 14: { conditions: { sm: "tgph-12lz8s4217", md: "tgph-12lz8s4218", lg: "tgph-12lz8s4219", xl: "tgph-12lz8s421a", "2xl": "tgph-12lz8s421b" }, defaultClass: "tgph-12lz8s4217" }, 16: { conditions: { sm: "tgph-12lz8s421c", md: "tgph-12lz8s421d", lg: "tgph-12lz8s421e", xl: "tgph-12lz8s421f", "2xl": "tgph-12lz8s421g" }, defaultClass: "tgph-12lz8s421c" }, 20: { conditions: { sm: "tgph-12lz8s421h", md: "tgph-12lz8s421i", lg: "tgph-12lz8s421j", xl: "tgph-12lz8s421k", "2xl": "tgph-12lz8s421l" }, defaultClass: "tgph-12lz8s421h" }, 24: { conditions: { sm: "tgph-12lz8s421m", md: "tgph-12lz8s421n", lg: "tgph-12lz8s421o", xl: "tgph-12lz8s421p", "2xl": "tgph-12lz8s421q" }, defaultClass: "tgph-12lz8s421m" }, 28: { conditions: { sm: "tgph-12lz8s421r", md: "tgph-12lz8s421s", lg: "tgph-12lz8s421t", xl: "tgph-12lz8s421u", "2xl": "tgph-12lz8s421v" }, defaultClass: "tgph-12lz8s421r" }, 32: { conditions: { sm: "tgph-12lz8s421w", md: "tgph-12lz8s421x", lg: "tgph-12lz8s421y", xl: "tgph-12lz8s421z", "2xl": "tgph-12lz8s4220" }, defaultClass: "tgph-12lz8s421w" }, 36: { conditions: { sm: "tgph-12lz8s4221", md: "tgph-12lz8s4222", lg: "tgph-12lz8s4223", xl: "tgph-12lz8s4224", "2xl": "tgph-12lz8s4225" }, defaultClass: "tgph-12lz8s4221" }, 40: { conditions: { sm: "tgph-12lz8s4226", md: "tgph-12lz8s4227", lg: "tgph-12lz8s4228", xl: "tgph-12lz8s4229", "2xl": "tgph-12lz8s422a" }, defaultClass: "tgph-12lz8s4226" }, 44: { conditions: { sm: "tgph-12lz8s422b", md: "tgph-12lz8s422c", lg: "tgph-12lz8s422d", xl: "tgph-12lz8s422e", "2xl": "tgph-12lz8s422f" }, defaultClass: "tgph-12lz8s422b" }, 48: { conditions: { sm: "tgph-12lz8s422g", md: "tgph-12lz8s422h", lg: "tgph-12lz8s422i", xl: "tgph-12lz8s422j", "2xl": "tgph-12lz8s422k" }, defaultClass: "tgph-12lz8s422g" }, 52: { conditions: { sm: "tgph-12lz8s422l", md: "tgph-12lz8s422m", lg: "tgph-12lz8s422n", xl: "tgph-12lz8s422o", "2xl": "tgph-12lz8s422p" }, defaultClass: "tgph-12lz8s422l" }, 56: { conditions: { sm: "tgph-12lz8s422q", md: "tgph-12lz8s422r", lg: "tgph-12lz8s422s", xl: "tgph-12lz8s422t", "2xl": "tgph-12lz8s422u" }, defaultClass: "tgph-12lz8s422q" }, 60: { conditions: { sm: "tgph-12lz8s422v", md: "tgph-12lz8s422w", lg: "tgph-12lz8s422x", xl: "tgph-12lz8s422y", "2xl": "tgph-12lz8s422z" }, defaultClass: "tgph-12lz8s422v" }, 64: { conditions: { sm: "tgph-12lz8s4230", md: "tgph-12lz8s4231", lg: "tgph-12lz8s4232", xl: "tgph-12lz8s4233", "2xl": "tgph-12lz8s4234" }, defaultClass: "tgph-12lz8s4230" }, 72: { conditions: { sm: "tgph-12lz8s4235", md: "tgph-12lz8s4236", lg: "tgph-12lz8s4237", xl: "tgph-12lz8s4238", "2xl": "tgph-12lz8s4239" }, defaultClass: "tgph-12lz8s4235" }, 80: { conditions: { sm: "tgph-12lz8s423a", md: "tgph-12lz8s423b", lg: "tgph-12lz8s423c", xl: "tgph-12lz8s423d", "2xl": "tgph-12lz8s423e" }, defaultClass: "tgph-12lz8s423a" }, 96: { conditions: { sm: "tgph-12lz8s423f", md: "tgph-12lz8s423g", lg: "tgph-12lz8s423h", xl: "tgph-12lz8s423i", "2xl": "tgph-12lz8s423j" }, defaultClass: "tgph-12lz8s423f" }, 140: { conditions: { sm: "tgph-12lz8s423k", md: "tgph-12lz8s423l", lg: "tgph-12lz8s423m", xl: "tgph-12lz8s423n", "2xl": "tgph-12lz8s423o" }, defaultClass: "tgph-12lz8s423k" }, 160: { conditions: { sm: "tgph-12lz8s423p", md: "tgph-12lz8s423q", lg: "tgph-12lz8s423r", xl: "tgph-12lz8s423s", "2xl": "tgph-12lz8s423t" }, defaultClass: "tgph-12lz8s423p" }, px: { conditions: { sm: "tgph-12lz8s423u", md: "tgph-12lz8s423v", lg: "tgph-12lz8s423w", xl: "tgph-12lz8s423x", "2xl": "tgph-12lz8s423y" }, defaultClass: "tgph-12lz8s423u" }, full: { conditions: { sm: "tgph-12lz8s423z", md: "tgph-12lz8s4240", lg: "tgph-12lz8s4241", xl: "tgph-12lz8s4242", "2xl": "tgph-12lz8s4243" }, defaultClass: "tgph-12lz8s423z" }, auto: { conditions: { sm: "tgph-12lz8s4244", md: "tgph-12lz8s4245", lg: "tgph-12lz8s4246", xl: "tgph-12lz8s4247", "2xl": "tgph-12lz8s4248" }, defaultClass: "tgph-12lz8s4244" } }, responsiveArray: void 0 }, marginBottom: { values: { 0: { conditions: { sm: "tgph-12lz8s4249", md: "tgph-12lz8s424a", lg: "tgph-12lz8s424b", xl: "tgph-12lz8s424c", "2xl": "tgph-12lz8s424d" }, defaultClass: "tgph-12lz8s4249" }, 1: { conditions: { sm: "tgph-12lz8s424e", md: "tgph-12lz8s424f", lg: "tgph-12lz8s424g", xl: "tgph-12lz8s424h", "2xl": "tgph-12lz8s424i" }, defaultClass: "tgph-12lz8s424e" }, 2: { conditions: { sm: "tgph-12lz8s424j", md: "tgph-12lz8s424k", lg: "tgph-12lz8s424l", xl: "tgph-12lz8s424m", "2xl": "tgph-12lz8s424n" }, defaultClass: "tgph-12lz8s424j" }, 3: { conditions: { sm: "tgph-12lz8s424o", md: "tgph-12lz8s424p", lg: "tgph-12lz8s424q", xl: "tgph-12lz8s424r", "2xl": "tgph-12lz8s424s" }, defaultClass: "tgph-12lz8s424o" }, 4: { conditions: { sm: "tgph-12lz8s424t", md: "tgph-12lz8s424u", lg: "tgph-12lz8s424v", xl: "tgph-12lz8s424w", "2xl": "tgph-12lz8s424x" }, defaultClass: "tgph-12lz8s424t" }, 5: { conditions: { sm: "tgph-12lz8s424y", md: "tgph-12lz8s424z", lg: "tgph-12lz8s4250", xl: "tgph-12lz8s4251", "2xl": "tgph-12lz8s4252" }, defaultClass: "tgph-12lz8s424y" }, 6: { conditions: { sm: "tgph-12lz8s4253", md: "tgph-12lz8s4254", lg: "tgph-12lz8s4255", xl: "tgph-12lz8s4256", "2xl": "tgph-12lz8s4257" }, defaultClass: "tgph-12lz8s4253" }, 7: { conditions: { sm: "tgph-12lz8s4258", md: "tgph-12lz8s4259", lg: "tgph-12lz8s425a", xl: "tgph-12lz8s425b", "2xl": "tgph-12lz8s425c" }, defaultClass: "tgph-12lz8s4258" }, 8: { conditions: { sm: "tgph-12lz8s425d", md: "tgph-12lz8s425e", lg: "tgph-12lz8s425f", xl: "tgph-12lz8s425g", "2xl": "tgph-12lz8s425h" }, defaultClass: "tgph-12lz8s425d" }, 9: { conditions: { sm: "tgph-12lz8s425i", md: "tgph-12lz8s425j", lg: "tgph-12lz8s425k", xl: "tgph-12lz8s425l", "2xl": "tgph-12lz8s425m" }, defaultClass: "tgph-12lz8s425i" }, 10: { conditions: { sm: "tgph-12lz8s425n", md: "tgph-12lz8s425o", lg: "tgph-12lz8s425p", xl: "tgph-12lz8s425q", "2xl": "tgph-12lz8s425r" }, defaultClass: "tgph-12lz8s425n" }, 11: { conditions: { sm: "tgph-12lz8s425s", md: "tgph-12lz8s425t", lg: "tgph-12lz8s425u", xl: "tgph-12lz8s425v", "2xl": "tgph-12lz8s425w" }, defaultClass: "tgph-12lz8s425s" }, 12: { conditions: { sm: "tgph-12lz8s425x", md: "tgph-12lz8s425y", lg: "tgph-12lz8s425z", xl: "tgph-12lz8s4260", "2xl": "tgph-12lz8s4261" }, defaultClass: "tgph-12lz8s425x" }, 14: { conditions: { sm: "tgph-12lz8s4262", md: "tgph-12lz8s4263", lg: "tgph-12lz8s4264", xl: "tgph-12lz8s4265", "2xl": "tgph-12lz8s4266" }, defaultClass: "tgph-12lz8s4262" }, 16: { conditions: { sm: "tgph-12lz8s4267", md: "tgph-12lz8s4268", lg: "tgph-12lz8s4269", xl: "tgph-12lz8s426a", "2xl": "tgph-12lz8s426b" }, defaultClass: "tgph-12lz8s4267" }, 20: { conditions: { sm: "tgph-12lz8s426c", md: "tgph-12lz8s426d", lg: "tgph-12lz8s426e", xl: "tgph-12lz8s426f", "2xl": "tgph-12lz8s426g" }, defaultClass: "tgph-12lz8s426c" }, 24: { conditions: { sm: "tgph-12lz8s426h", md: "tgph-12lz8s426i", lg: "tgph-12lz8s426j", xl: "tgph-12lz8s426k", "2xl": "tgph-12lz8s426l" }, defaultClass: "tgph-12lz8s426h" }, 28: { conditions: { sm: "tgph-12lz8s426m", md: "tgph-12lz8s426n", lg: "tgph-12lz8s426o", xl: "tgph-12lz8s426p", "2xl": "tgph-12lz8s426q" }, defaultClass: "tgph-12lz8s426m" }, 32: { conditions: { sm: "tgph-12lz8s426r", md: "tgph-12lz8s426s", lg: "tgph-12lz8s426t", xl: "tgph-12lz8s426u", "2xl": "tgph-12lz8s426v" }, defaultClass: "tgph-12lz8s426r" }, 36: { conditions: { sm: "tgph-12lz8s426w", md: "tgph-12lz8s426x", lg: "tgph-12lz8s426y", xl: "tgph-12lz8s426z", "2xl": "tgph-12lz8s4270" }, defaultClass: "tgph-12lz8s426w" }, 40: { conditions: { sm: "tgph-12lz8s4271", md: "tgph-12lz8s4272", lg: "tgph-12lz8s4273", xl: "tgph-12lz8s4274", "2xl": "tgph-12lz8s4275" }, defaultClass: "tgph-12lz8s4271" }, 44: { conditions: { sm: "tgph-12lz8s4276", md: "tgph-12lz8s4277", lg: "tgph-12lz8s4278", xl: "tgph-12lz8s4279", "2xl": "tgph-12lz8s427a" }, defaultClass: "tgph-12lz8s4276" }, 48: { conditions: { sm: "tgph-12lz8s427b", md: "tgph-12lz8s427c", lg: "tgph-12lz8s427d", xl: "tgph-12lz8s427e", "2xl": "tgph-12lz8s427f" }, defaultClass: "tgph-12lz8s427b" }, 52: { conditions: { sm: "tgph-12lz8s427g", md: "tgph-12lz8s427h", lg: "tgph-12lz8s427i", xl: "tgph-12lz8s427j", "2xl": "tgph-12lz8s427k" }, defaultClass: "tgph-12lz8s427g" }, 56: { conditions: { sm: "tgph-12lz8s427l", md: "tgph-12lz8s427m", lg: "tgph-12lz8s427n", xl: "tgph-12lz8s427o", "2xl": "tgph-12lz8s427p" }, defaultClass: "tgph-12lz8s427l" }, 60: { conditions: { sm: "tgph-12lz8s427q", md: "tgph-12lz8s427r", lg: "tgph-12lz8s427s", xl: "tgph-12lz8s427t", "2xl": "tgph-12lz8s427u" }, defaultClass: "tgph-12lz8s427q" }, 64: { conditions: { sm: "tgph-12lz8s427v", md: "tgph-12lz8s427w", lg: "tgph-12lz8s427x", xl: "tgph-12lz8s427y", "2xl": "tgph-12lz8s427z" }, defaultClass: "tgph-12lz8s427v" }, 72: { conditions: { sm: "tgph-12lz8s4280", md: "tgph-12lz8s4281", lg: "tgph-12lz8s4282", xl: "tgph-12lz8s4283", "2xl": "tgph-12lz8s4284" }, defaultClass: "tgph-12lz8s4280" }, 80: { conditions: { sm: "tgph-12lz8s4285", md: "tgph-12lz8s4286", lg: "tgph-12lz8s4287", xl: "tgph-12lz8s4288", "2xl": "tgph-12lz8s4289" }, defaultClass: "tgph-12lz8s4285" }, 96: { conditions: { sm: "tgph-12lz8s428a", md: "tgph-12lz8s428b", lg: "tgph-12lz8s428c", xl: "tgph-12lz8s428d", "2xl": "tgph-12lz8s428e" }, defaultClass: "tgph-12lz8s428a" }, 140: { conditions: { sm: "tgph-12lz8s428f", md: "tgph-12lz8s428g", lg: "tgph-12lz8s428h", xl: "tgph-12lz8s428i", "2xl": "tgph-12lz8s428j" }, defaultClass: "tgph-12lz8s428f" }, 160: { conditions: { sm: "tgph-12lz8s428k", md: "tgph-12lz8s428l", lg: "tgph-12lz8s428m", xl: "tgph-12lz8s428n", "2xl": "tgph-12lz8s428o" }, defaultClass: "tgph-12lz8s428k" }, px: { conditions: { sm: "tgph-12lz8s428p", md: "tgph-12lz8s428q", lg: "tgph-12lz8s428r", xl: "tgph-12lz8s428s", "2xl": "tgph-12lz8s428t" }, defaultClass: "tgph-12lz8s428p" }, full: { conditions: { sm: "tgph-12lz8s428u", md: "tgph-12lz8s428v", lg: "tgph-12lz8s428w", xl: "tgph-12lz8s428x", "2xl": "tgph-12lz8s428y" }, defaultClass: "tgph-12lz8s428u" }, auto: { conditions: { sm: "tgph-12lz8s428z", md: "tgph-12lz8s4290", lg: "tgph-12lz8s4291", xl: "tgph-12lz8s4292", "2xl": "tgph-12lz8s4293" }, defaultClass: "tgph-12lz8s428z" } }, responsiveArray: void 0 }, marginLeft: { values: { 0: { conditions: { sm: "tgph-12lz8s4294", md: "tgph-12lz8s4295", lg: "tgph-12lz8s4296", xl: "tgph-12lz8s4297", "2xl": "tgph-12lz8s4298" }, defaultClass: "tgph-12lz8s4294" }, 1: { conditions: { sm: "tgph-12lz8s4299", md: "tgph-12lz8s429a", lg: "tgph-12lz8s429b", xl: "tgph-12lz8s429c", "2xl": "tgph-12lz8s429d" }, defaultClass: "tgph-12lz8s4299" }, 2: { conditions: { sm: "tgph-12lz8s429e", md: "tgph-12lz8s429f", lg: "tgph-12lz8s429g", xl: "tgph-12lz8s429h", "2xl": "tgph-12lz8s429i" }, defaultClass: "tgph-12lz8s429e" }, 3: { conditions: { sm: "tgph-12lz8s429j", md: "tgph-12lz8s429k", lg: "tgph-12lz8s429l", xl: "tgph-12lz8s429m", "2xl": "tgph-12lz8s429n" }, defaultClass: "tgph-12lz8s429j" }, 4: { conditions: { sm: "tgph-12lz8s429o", md: "tgph-12lz8s429p", lg: "tgph-12lz8s429q", xl: "tgph-12lz8s429r", "2xl": "tgph-12lz8s429s" }, defaultClass: "tgph-12lz8s429o" }, 5: { conditions: { sm: "tgph-12lz8s429t", md: "tgph-12lz8s429u", lg: "tgph-12lz8s429v", xl: "tgph-12lz8s429w", "2xl": "tgph-12lz8s429x" }, defaultClass: "tgph-12lz8s429t" }, 6: { conditions: { sm: "tgph-12lz8s429y", md: "tgph-12lz8s429z", lg: "tgph-12lz8s42a0", xl: "tgph-12lz8s42a1", "2xl": "tgph-12lz8s42a2" }, defaultClass: "tgph-12lz8s429y" }, 7: { conditions: { sm: "tgph-12lz8s42a3", md: "tgph-12lz8s42a4", lg: "tgph-12lz8s42a5", xl: "tgph-12lz8s42a6", "2xl": "tgph-12lz8s42a7" }, defaultClass: "tgph-12lz8s42a3" }, 8: { conditions: { sm: "tgph-12lz8s42a8", md: "tgph-12lz8s42a9", lg: "tgph-12lz8s42aa", xl: "tgph-12lz8s42ab", "2xl": "tgph-12lz8s42ac" }, defaultClass: "tgph-12lz8s42a8" }, 9: { conditions: { sm: "tgph-12lz8s42ad", md: "tgph-12lz8s42ae", lg: "tgph-12lz8s42af", xl: "tgph-12lz8s42ag", "2xl": "tgph-12lz8s42ah" }, defaultClass: "tgph-12lz8s42ad" }, 10: { conditions: { sm: "tgph-12lz8s42ai", md: "tgph-12lz8s42aj", lg: "tgph-12lz8s42ak", xl: "tgph-12lz8s42al", "2xl": "tgph-12lz8s42am" }, defaultClass: "tgph-12lz8s42ai" }, 11: { conditions: { sm: "tgph-12lz8s42an", md: "tgph-12lz8s42ao", lg: "tgph-12lz8s42ap", xl: "tgph-12lz8s42aq", "2xl": "tgph-12lz8s42ar" }, defaultClass: "tgph-12lz8s42an" }, 12: { conditions: { sm: "tgph-12lz8s42as", md: "tgph-12lz8s42at", lg: "tgph-12lz8s42au", xl: "tgph-12lz8s42av", "2xl": "tgph-12lz8s42aw" }, defaultClass: "tgph-12lz8s42as" }, 14: { conditions: { sm: "tgph-12lz8s42ax", md: "tgph-12lz8s42ay", lg: "tgph-12lz8s42az", xl: "tgph-12lz8s42b0", "2xl": "tgph-12lz8s42b1" }, defaultClass: "tgph-12lz8s42ax" }, 16: { conditions: { sm: "tgph-12lz8s42b2", md: "tgph-12lz8s42b3", lg: "tgph-12lz8s42b4", xl: "tgph-12lz8s42b5", "2xl": "tgph-12lz8s42b6" }, defaultClass: "tgph-12lz8s42b2" }, 20: { conditions: { sm: "tgph-12lz8s42b7", md: "tgph-12lz8s42b8", lg: "tgph-12lz8s42b9", xl: "tgph-12lz8s42ba", "2xl": "tgph-12lz8s42bb" }, defaultClass: "tgph-12lz8s42b7" }, 24: { conditions: { sm: "tgph-12lz8s42bc", md: "tgph-12lz8s42bd", lg: "tgph-12lz8s42be", xl: "tgph-12lz8s42bf", "2xl": "tgph-12lz8s42bg" }, defaultClass: "tgph-12lz8s42bc" }, 28: { conditions: { sm: "tgph-12lz8s42bh", md: "tgph-12lz8s42bi", lg: "tgph-12lz8s42bj", xl: "tgph-12lz8s42bk", "2xl": "tgph-12lz8s42bl" }, defaultClass: "tgph-12lz8s42bh" }, 32: { conditions: { sm: "tgph-12lz8s42bm", md: "tgph-12lz8s42bn", lg: "tgph-12lz8s42bo", xl: "tgph-12lz8s42bp", "2xl": "tgph-12lz8s42bq" }, defaultClass: "tgph-12lz8s42bm" }, 36: { conditions: { sm: "tgph-12lz8s42br", md: "tgph-12lz8s42bs", lg: "tgph-12lz8s42bt", xl: "tgph-12lz8s42bu", "2xl": "tgph-12lz8s42bv" }, defaultClass: "tgph-12lz8s42br" }, 40: { conditions: { sm: "tgph-12lz8s42bw", md: "tgph-12lz8s42bx", lg: "tgph-12lz8s42by", xl: "tgph-12lz8s42bz", "2xl": "tgph-12lz8s42c0" }, defaultClass: "tgph-12lz8s42bw" }, 44: { conditions: { sm: "tgph-12lz8s42c1", md: "tgph-12lz8s42c2", lg: "tgph-12lz8s42c3", xl: "tgph-12lz8s42c4", "2xl": "tgph-12lz8s42c5" }, defaultClass: "tgph-12lz8s42c1" }, 48: { conditions: { sm: "tgph-12lz8s42c6", md: "tgph-12lz8s42c7", lg: "tgph-12lz8s42c8", xl: "tgph-12lz8s42c9", "2xl": "tgph-12lz8s42ca" }, defaultClass: "tgph-12lz8s42c6" }, 52: { conditions: { sm: "tgph-12lz8s42cb", md: "tgph-12lz8s42cc", lg: "tgph-12lz8s42cd", xl: "tgph-12lz8s42ce", "2xl": "tgph-12lz8s42cf" }, defaultClass: "tgph-12lz8s42cb" }, 56: { conditions: { sm: "tgph-12lz8s42cg", md: "tgph-12lz8s42ch", lg: "tgph-12lz8s42ci", xl: "tgph-12lz8s42cj", "2xl": "tgph-12lz8s42ck" }, defaultClass: "tgph-12lz8s42cg" }, 60: { conditions: { sm: "tgph-12lz8s42cl", md: "tgph-12lz8s42cm", lg: "tgph-12lz8s42cn", xl: "tgph-12lz8s42co", "2xl": "tgph-12lz8s42cp" }, defaultClass: "tgph-12lz8s42cl" }, 64: { conditions: { sm: "tgph-12lz8s42cq", md: "tgph-12lz8s42cr", lg: "tgph-12lz8s42cs", xl: "tgph-12lz8s42ct", "2xl": "tgph-12lz8s42cu" }, defaultClass: "tgph-12lz8s42cq" }, 72: { conditions: { sm: "tgph-12lz8s42cv", md: "tgph-12lz8s42cw", lg: "tgph-12lz8s42cx", xl: "tgph-12lz8s42cy", "2xl": "tgph-12lz8s42cz" }, defaultClass: "tgph-12lz8s42cv" }, 80: { conditions: { sm: "tgph-12lz8s42d0", md: "tgph-12lz8s42d1", lg: "tgph-12lz8s42d2", xl: "tgph-12lz8s42d3", "2xl": "tgph-12lz8s42d4" }, defaultClass: "tgph-12lz8s42d0" }, 96: { conditions: { sm: "tgph-12lz8s42d5", md: "tgph-12lz8s42d6", lg: "tgph-12lz8s42d7", xl: "tgph-12lz8s42d8", "2xl": "tgph-12lz8s42d9" }, defaultClass: "tgph-12lz8s42d5" }, 140: { conditions: { sm: "tgph-12lz8s42da", md: "tgph-12lz8s42db", lg: "tgph-12lz8s42dc", xl: "tgph-12lz8s42dd", "2xl": "tgph-12lz8s42de" }, defaultClass: "tgph-12lz8s42da" }, 160: { conditions: { sm: "tgph-12lz8s42df", md: "tgph-12lz8s42dg", lg: "tgph-12lz8s42dh", xl: "tgph-12lz8s42di", "2xl": "tgph-12lz8s42dj" }, defaultClass: "tgph-12lz8s42df" }, px: { conditions: { sm: "tgph-12lz8s42dk", md: "tgph-12lz8s42dl", lg: "tgph-12lz8s42dm", xl: "tgph-12lz8s42dn", "2xl": "tgph-12lz8s42do" }, defaultClass: "tgph-12lz8s42dk" }, full: { conditions: { sm: "tgph-12lz8s42dp", md: "tgph-12lz8s42dq", lg: "tgph-12lz8s42dr", xl: "tgph-12lz8s42ds", "2xl": "tgph-12lz8s42dt" }, defaultClass: "tgph-12lz8s42dp" }, auto: { conditions: { sm: "tgph-12lz8s42du", md: "tgph-12lz8s42dv", lg: "tgph-12lz8s42dw", xl: "tgph-12lz8s42dx", "2xl": "tgph-12lz8s42dy" }, defaultClass: "tgph-12lz8s42du" } }, responsiveArray: void 0 }, marginRight: { values: { 0: { conditions: { sm: "tgph-12lz8s42dz", md: "tgph-12lz8s42e0", lg: "tgph-12lz8s42e1", xl: "tgph-12lz8s42e2", "2xl": "tgph-12lz8s42e3" }, defaultClass: "tgph-12lz8s42dz" }, 1: { conditions: { sm: "tgph-12lz8s42e4", md: "tgph-12lz8s42e5", lg: "tgph-12lz8s42e6", xl: "tgph-12lz8s42e7", "2xl": "tgph-12lz8s42e8" }, defaultClass: "tgph-12lz8s42e4" }, 2: { conditions: { sm: "tgph-12lz8s42e9", md: "tgph-12lz8s42ea", lg: "tgph-12lz8s42eb", xl: "tgph-12lz8s42ec", "2xl": "tgph-12lz8s42ed" }, defaultClass: "tgph-12lz8s42e9" }, 3: { conditions: { sm: "tgph-12lz8s42ee", md: "tgph-12lz8s42ef", lg: "tgph-12lz8s42eg", xl: "tgph-12lz8s42eh", "2xl": "tgph-12lz8s42ei" }, defaultClass: "tgph-12lz8s42ee" }, 4: { conditions: { sm: "tgph-12lz8s42ej", md: "tgph-12lz8s42ek", lg: "tgph-12lz8s42el", xl: "tgph-12lz8s42em", "2xl": "tgph-12lz8s42en" }, defaultClass: "tgph-12lz8s42ej" }, 5: { conditions: { sm: "tgph-12lz8s42eo", md: "tgph-12lz8s42ep", lg: "tgph-12lz8s42eq", xl: "tgph-12lz8s42er", "2xl": "tgph-12lz8s42es" }, defaultClass: "tgph-12lz8s42eo" }, 6: { conditions: { sm: "tgph-12lz8s42et", md: "tgph-12lz8s42eu", lg: "tgph-12lz8s42ev", xl: "tgph-12lz8s42ew", "2xl": "tgph-12lz8s42ex" }, defaultClass: "tgph-12lz8s42et" }, 7: { conditions: { sm: "tgph-12lz8s42ey", md: "tgph-12lz8s42ez", lg: "tgph-12lz8s42f0", xl: "tgph-12lz8s42f1", "2xl": "tgph-12lz8s42f2" }, defaultClass: "tgph-12lz8s42ey" }, 8: { conditions: { sm: "tgph-12lz8s42f3", md: "tgph-12lz8s42f4", lg: "tgph-12lz8s42f5", xl: "tgph-12lz8s42f6", "2xl": "tgph-12lz8s42f7" }, defaultClass: "tgph-12lz8s42f3" }, 9: { conditions: { sm: "tgph-12lz8s42f8", md: "tgph-12lz8s42f9", lg: "tgph-12lz8s42fa", xl: "tgph-12lz8s42fb", "2xl": "tgph-12lz8s42fc" }, defaultClass: "tgph-12lz8s42f8" }, 10: { conditions: { sm: "tgph-12lz8s42fd", md: "tgph-12lz8s42fe", lg: "tgph-12lz8s42ff", xl: "tgph-12lz8s42fg", "2xl": "tgph-12lz8s42fh" }, defaultClass: "tgph-12lz8s42fd" }, 11: { conditions: { sm: "tgph-12lz8s42fi", md: "tgph-12lz8s42fj", lg: "tgph-12lz8s42fk", xl: "tgph-12lz8s42fl", "2xl": "tgph-12lz8s42fm" }, defaultClass: "tgph-12lz8s42fi" }, 12: { conditions: { sm: "tgph-12lz8s42fn", md: "tgph-12lz8s42fo", lg: "tgph-12lz8s42fp", xl: "tgph-12lz8s42fq", "2xl": "tgph-12lz8s42fr" }, defaultClass: "tgph-12lz8s42fn" }, 14: { conditions: { sm: "tgph-12lz8s42fs", md: "tgph-12lz8s42ft", lg: "tgph-12lz8s42fu", xl: "tgph-12lz8s42fv", "2xl": "tgph-12lz8s42fw" }, defaultClass: "tgph-12lz8s42fs" }, 16: { conditions: { sm: "tgph-12lz8s42fx", md: "tgph-12lz8s42fy", lg: "tgph-12lz8s42fz", xl: "tgph-12lz8s42g0", "2xl": "tgph-12lz8s42g1" }, defaultClass: "tgph-12lz8s42fx" }, 20: { conditions: { sm: "tgph-12lz8s42g2", md: "tgph-12lz8s42g3", lg: "tgph-12lz8s42g4", xl: "tgph-12lz8s42g5", "2xl": "tgph-12lz8s42g6" }, defaultClass: "tgph-12lz8s42g2" }, 24: { conditions: { sm: "tgph-12lz8s42g7", md: "tgph-12lz8s42g8", lg: "tgph-12lz8s42g9", xl: "tgph-12lz8s42ga", "2xl": "tgph-12lz8s42gb" }, defaultClass: "tgph-12lz8s42g7" }, 28: { conditions: { sm: "tgph-12lz8s42gc", md: "tgph-12lz8s42gd", lg: "tgph-12lz8s42ge", xl: "tgph-12lz8s42gf", "2xl": "tgph-12lz8s42gg" }, defaultClass: "tgph-12lz8s42gc" }, 32: { conditions: { sm: "tgph-12lz8s42gh", md: "tgph-12lz8s42gi", lg: "tgph-12lz8s42gj", xl: "tgph-12lz8s42gk", "2xl": "tgph-12lz8s42gl" }, defaultClass: "tgph-12lz8s42gh" }, 36: { conditions: { sm: "tgph-12lz8s42gm", md: "tgph-12lz8s42gn", lg: "tgph-12lz8s42go", xl: "tgph-12lz8s42gp", "2xl": "tgph-12lz8s42gq" }, defaultClass: "tgph-12lz8s42gm" }, 40: { conditions: { sm: "tgph-12lz8s42gr", md: "tgph-12lz8s42gs", lg: "tgph-12lz8s42gt", xl: "tgph-12lz8s42gu", "2xl": "tgph-12lz8s42gv" }, defaultClass: "tgph-12lz8s42gr" }, 44: { conditions: { sm: "tgph-12lz8s42gw", md: "tgph-12lz8s42gx", lg: "tgph-12lz8s42gy", xl: "tgph-12lz8s42gz", "2xl": "tgph-12lz8s42h0" }, defaultClass: "tgph-12lz8s42gw" }, 48: { conditions: { sm: "tgph-12lz8s42h1", md: "tgph-12lz8s42h2", lg: "tgph-12lz8s42h3", xl: "tgph-12lz8s42h4", "2xl": "tgph-12lz8s42h5" }, defaultClass: "tgph-12lz8s42h1" }, 52: { conditions: { sm: "tgph-12lz8s42h6", md: "tgph-12lz8s42h7", lg: "tgph-12lz8s42h8", xl: "tgph-12lz8s42h9", "2xl": "tgph-12lz8s42ha" }, defaultClass: "tgph-12lz8s42h6" }, 56: { conditions: { sm: "tgph-12lz8s42hb", md: "tgph-12lz8s42hc", lg: "tgph-12lz8s42hd", xl: "tgph-12lz8s42he", "2xl": "tgph-12lz8s42hf" }, defaultClass: "tgph-12lz8s42hb" }, 60: { conditions: { sm: "tgph-12lz8s42hg", md: "tgph-12lz8s42hh", lg: "tgph-12lz8s42hi", xl: "tgph-12lz8s42hj", "2xl": "tgph-12lz8s42hk" }, defaultClass: "tgph-12lz8s42hg" }, 64: { conditions: { sm: "tgph-12lz8s42hl", md: "tgph-12lz8s42hm", lg: "tgph-12lz8s42hn", xl: "tgph-12lz8s42ho", "2xl": "tgph-12lz8s42hp" }, defaultClass: "tgph-12lz8s42hl" }, 72: { conditions: { sm: "tgph-12lz8s42hq", md: "tgph-12lz8s42hr", lg: "tgph-12lz8s42hs", xl: "tgph-12lz8s42ht", "2xl": "tgph-12lz8s42hu" }, defaultClass: "tgph-12lz8s42hq" }, 80: { conditions: { sm: "tgph-12lz8s42hv", md: "tgph-12lz8s42hw", lg: "tgph-12lz8s42hx", xl: "tgph-12lz8s42hy", "2xl": "tgph-12lz8s42hz" }, defaultClass: "tgph-12lz8s42hv" }, 96: { conditions: { sm: "tgph-12lz8s42i0", md: "tgph-12lz8s42i1", lg: "tgph-12lz8s42i2", xl: "tgph-12lz8s42i3", "2xl": "tgph-12lz8s42i4" }, defaultClass: "tgph-12lz8s42i0" }, 140: { conditions: { sm: "tgph-12lz8s42i5", md: "tgph-12lz8s42i6", lg: "tgph-12lz8s42i7", xl: "tgph-12lz8s42i8", "2xl": "tgph-12lz8s42i9" }, defaultClass: "tgph-12lz8s42i5" }, 160: { conditions: { sm: "tgph-12lz8s42ia", md: "tgph-12lz8s42ib", lg: "tgph-12lz8s42ic", xl: "tgph-12lz8s42id", "2xl": "tgph-12lz8s42ie" }, defaultClass: "tgph-12lz8s42ia" }, px: { conditions: { sm: "tgph-12lz8s42if", md: "tgph-12lz8s42ig", lg: "tgph-12lz8s42ih", xl: "tgph-12lz8s42ii", "2xl": "tgph-12lz8s42ij" }, defaultClass: "tgph-12lz8s42if" }, full: { conditions: { sm: "tgph-12lz8s42ik", md: "tgph-12lz8s42il", lg: "tgph-12lz8s42im", xl: "tgph-12lz8s42in", "2xl": "tgph-12lz8s42io" }, defaultClass: "tgph-12lz8s42ik" }, auto: { conditions: { sm: "tgph-12lz8s42ip", md: "tgph-12lz8s42iq", lg: "tgph-12lz8s42ir", xl: "tgph-12lz8s42is", "2xl": "tgph-12lz8s42it" }, defaultClass: "tgph-12lz8s42ip" } }, responsiveArray: void 0 }, marginTop: { values: { 0: { conditions: { sm: "tgph-12lz8s42iu", md: "tgph-12lz8s42iv", lg: "tgph-12lz8s42iw", xl: "tgph-12lz8s42ix", "2xl": "tgph-12lz8s42iy" }, defaultClass: "tgph-12lz8s42iu" }, 1: { conditions: { sm: "tgph-12lz8s42iz", md: "tgph-12lz8s42j0", lg: "tgph-12lz8s42j1", xl: "tgph-12lz8s42j2", "2xl": "tgph-12lz8s42j3" }, defaultClass: "tgph-12lz8s42iz" }, 2: { conditions: { sm: "tgph-12lz8s42j4", md: "tgph-12lz8s42j5", lg: "tgph-12lz8s42j6", xl: "tgph-12lz8s42j7", "2xl": "tgph-12lz8s42j8" }, defaultClass: "tgph-12lz8s42j4" }, 3: { conditions: { sm: "tgph-12lz8s42j9", md: "tgph-12lz8s42ja", lg: "tgph-12lz8s42jb", xl: "tgph-12lz8s42jc", "2xl": "tgph-12lz8s42jd" }, defaultClass: "tgph-12lz8s42j9" }, 4: { conditions: { sm: "tgph-12lz8s42je", md: "tgph-12lz8s42jf", lg: "tgph-12lz8s42jg", xl: "tgph-12lz8s42jh", "2xl": "tgph-12lz8s42ji" }, defaultClass: "tgph-12lz8s42je" }, 5: { conditions: { sm: "tgph-12lz8s42jj", md: "tgph-12lz8s42jk", lg: "tgph-12lz8s42jl", xl: "tgph-12lz8s42jm", "2xl": "tgph-12lz8s42jn" }, defaultClass: "tgph-12lz8s42jj" }, 6: { conditions: { sm: "tgph-12lz8s42jo", md: "tgph-12lz8s42jp", lg: "tgph-12lz8s42jq", xl: "tgph-12lz8s42jr", "2xl": "tgph-12lz8s42js" }, defaultClass: "tgph-12lz8s42jo" }, 7: { conditions: { sm: "tgph-12lz8s42jt", md: "tgph-12lz8s42ju", lg: "tgph-12lz8s42jv", xl: "tgph-12lz8s42jw", "2xl": "tgph-12lz8s42jx" }, defaultClass: "tgph-12lz8s42jt" }, 8: { conditions: { sm: "tgph-12lz8s42jy", md: "tgph-12lz8s42jz", lg: "tgph-12lz8s42k0", xl: "tgph-12lz8s42k1", "2xl": "tgph-12lz8s42k2" }, defaultClass: "tgph-12lz8s42jy" }, 9: { conditions: { sm: "tgph-12lz8s42k3", md: "tgph-12lz8s42k4", lg: "tgph-12lz8s42k5", xl: "tgph-12lz8s42k6", "2xl": "tgph-12lz8s42k7" }, defaultClass: "tgph-12lz8s42k3" }, 10: { conditions: { sm: "tgph-12lz8s42k8", md: "tgph-12lz8s42k9", lg: "tgph-12lz8s42ka", xl: "tgph-12lz8s42kb", "2xl": "tgph-12lz8s42kc" }, defaultClass: "tgph-12lz8s42k8" }, 11: { conditions: { sm: "tgph-12lz8s42kd", md: "tgph-12lz8s42ke", lg: "tgph-12lz8s42kf", xl: "tgph-12lz8s42kg", "2xl": "tgph-12lz8s42kh" }, defaultClass: "tgph-12lz8s42kd" }, 12: { conditions: { sm: "tgph-12lz8s42ki", md: "tgph-12lz8s42kj", lg: "tgph-12lz8s42kk", xl: "tgph-12lz8s42kl", "2xl": "tgph-12lz8s42km" }, defaultClass: "tgph-12lz8s42ki" }, 14: { conditions: { sm: "tgph-12lz8s42kn", md: "tgph-12lz8s42ko", lg: "tgph-12lz8s42kp", xl: "tgph-12lz8s42kq", "2xl": "tgph-12lz8s42kr" }, defaultClass: "tgph-12lz8s42kn" }, 16: { conditions: { sm: "tgph-12lz8s42ks", md: "tgph-12lz8s42kt", lg: "tgph-12lz8s42ku", xl: "tgph-12lz8s42kv", "2xl": "tgph-12lz8s42kw" }, defaultClass: "tgph-12lz8s42ks" }, 20: { conditions: { sm: "tgph-12lz8s42kx", md: "tgph-12lz8s42ky", lg: "tgph-12lz8s42kz", xl: "tgph-12lz8s42l0", "2xl": "tgph-12lz8s42l1" }, defaultClass: "tgph-12lz8s42kx" }, 24: { conditions: { sm: "tgph-12lz8s42l2", md: "tgph-12lz8s42l3", lg: "tgph-12lz8s42l4", xl: "tgph-12lz8s42l5", "2xl": "tgph-12lz8s42l6" }, defaultClass: "tgph-12lz8s42l2" }, 28: { conditions: { sm: "tgph-12lz8s42l7", md: "tgph-12lz8s42l8", lg: "tgph-12lz8s42l9", xl: "tgph-12lz8s42la", "2xl": "tgph-12lz8s42lb" }, defaultClass: "tgph-12lz8s42l7" }, 32: { conditions: { sm: "tgph-12lz8s42lc", md: "tgph-12lz8s42ld", lg: "tgph-12lz8s42le", xl: "tgph-12lz8s42lf", "2xl": "tgph-12lz8s42lg" }, defaultClass: "tgph-12lz8s42lc" }, 36: { conditions: { sm: "tgph-12lz8s42lh", md: "tgph-12lz8s42li", lg: "tgph-12lz8s42lj", xl: "tgph-12lz8s42lk", "2xl": "tgph-12lz8s42ll" }, defaultClass: "tgph-12lz8s42lh" }, 40: { conditions: { sm: "tgph-12lz8s42lm", md: "tgph-12lz8s42ln", lg: "tgph-12lz8s42lo", xl: "tgph-12lz8s42lp", "2xl": "tgph-12lz8s42lq" }, defaultClass: "tgph-12lz8s42lm" }, 44: { conditions: { sm: "tgph-12lz8s42lr", md: "tgph-12lz8s42ls", lg: "tgph-12lz8s42lt", xl: "tgph-12lz8s42lu", "2xl": "tgph-12lz8s42lv" }, defaultClass: "tgph-12lz8s42lr" }, 48: { conditions: { sm: "tgph-12lz8s42lw", md: "tgph-12lz8s42lx", lg: "tgph-12lz8s42ly", xl: "tgph-12lz8s42lz", "2xl": "tgph-12lz8s42m0" }, defaultClass: "tgph-12lz8s42lw" }, 52: { conditions: { sm: "tgph-12lz8s42m1", md: "tgph-12lz8s42m2", lg: "tgph-12lz8s42m3", xl: "tgph-12lz8s42m4", "2xl": "tgph-12lz8s42m5" }, defaultClass: "tgph-12lz8s42m1" }, 56: { conditions: { sm: "tgph-12lz8s42m6", md: "tgph-12lz8s42m7", lg: "tgph-12lz8s42m8", xl: "tgph-12lz8s42m9", "2xl": "tgph-12lz8s42ma" }, defaultClass: "tgph-12lz8s42m6" }, 60: { conditions: { sm: "tgph-12lz8s42mb", md: "tgph-12lz8s42mc", lg: "tgph-12lz8s42md", xl: "tgph-12lz8s42me", "2xl": "tgph-12lz8s42mf" }, defaultClass: "tgph-12lz8s42mb" }, 64: { conditions: { sm: "tgph-12lz8s42mg", md: "tgph-12lz8s42mh", lg: "tgph-12lz8s42mi", xl: "tgph-12lz8s42mj", "2xl": "tgph-12lz8s42mk" }, defaultClass: "tgph-12lz8s42mg" }, 72: { conditions: { sm: "tgph-12lz8s42ml", md: "tgph-12lz8s42mm", lg: "tgph-12lz8s42mn", xl: "tgph-12lz8s42mo", "2xl": "tgph-12lz8s42mp" }, defaultClass: "tgph-12lz8s42ml" }, 80: { conditions: { sm: "tgph-12lz8s42mq", md: "tgph-12lz8s42mr", lg: "tgph-12lz8s42ms", xl: "tgph-12lz8s42mt", "2xl": "tgph-12lz8s42mu" }, defaultClass: "tgph-12lz8s42mq" }, 96: { conditions: { sm: "tgph-12lz8s42mv", md: "tgph-12lz8s42mw", lg: "tgph-12lz8s42mx", xl: "tgph-12lz8s42my", "2xl": "tgph-12lz8s42mz" }, defaultClass: "tgph-12lz8s42mv" }, 140: { conditions: { sm: "tgph-12lz8s42n0", md: "tgph-12lz8s42n1", lg: "tgph-12lz8s42n2", xl: "tgph-12lz8s42n3", "2xl": "tgph-12lz8s42n4" }, defaultClass: "tgph-12lz8s42n0" }, 160: { conditions: { sm: "tgph-12lz8s42n5", md: "tgph-12lz8s42n6", lg: "tgph-12lz8s42n7", xl: "tgph-12lz8s42n8", "2xl": "tgph-12lz8s42n9" }, defaultClass: "tgph-12lz8s42n5" }, px: { conditions: { sm: "tgph-12lz8s42na", md: "tgph-12lz8s42nb", lg: "tgph-12lz8s42nc", xl: "tgph-12lz8s42nd", "2xl": "tgph-12lz8s42ne" }, defaultClass: "tgph-12lz8s42na" }, full: { conditions: { sm: "tgph-12lz8s42nf", md: "tgph-12lz8s42ng", lg: "tgph-12lz8s42nh", xl: "tgph-12lz8s42ni", "2xl": "tgph-12lz8s42nj" }, defaultClass: "tgph-12lz8s42nf" }, auto: { conditions: { sm: "tgph-12lz8s42nk", md: "tgph-12lz8s42nl", lg: "tgph-12lz8s42nm", xl: "tgph-12lz8s42nn", "2xl": "tgph-12lz8s42no" }, defaultClass: "tgph-12lz8s42nk" } }, responsiveArray: void 0 }, maxHeight: { values: { 0: { conditions: { sm: "tgph-12lz8s42np", md: "tgph-12lz8s42nq", lg: "tgph-12lz8s42nr", xl: "tgph-12lz8s42ns", "2xl": "tgph-12lz8s42nt" }, defaultClass: "tgph-12lz8s42np" }, 1: { conditions: { sm: "tgph-12lz8s42nu", md: "tgph-12lz8s42nv", lg: "tgph-12lz8s42nw", xl: "tgph-12lz8s42nx", "2xl": "tgph-12lz8s42ny" }, defaultClass: "tgph-12lz8s42nu" }, 2: { conditions: { sm: "tgph-12lz8s42nz", md: "tgph-12lz8s42o0", lg: "tgph-12lz8s42o1", xl: "tgph-12lz8s42o2", "2xl": "tgph-12lz8s42o3" }, defaultClass: "tgph-12lz8s42nz" }, 3: { conditions: { sm: "tgph-12lz8s42o4", md: "tgph-12lz8s42o5", lg: "tgph-12lz8s42o6", xl: "tgph-12lz8s42o7", "2xl": "tgph-12lz8s42o8" }, defaultClass: "tgph-12lz8s42o4" }, 4: { conditions: { sm: "tgph-12lz8s42o9", md: "tgph-12lz8s42oa", lg: "tgph-12lz8s42ob", xl: "tgph-12lz8s42oc", "2xl": "tgph-12lz8s42od" }, defaultClass: "tgph-12lz8s42o9" }, 5: { conditions: { sm: "tgph-12lz8s42oe", md: "tgph-12lz8s42of", lg: "tgph-12lz8s42og", xl: "tgph-12lz8s42oh", "2xl": "tgph-12lz8s42oi" }, defaultClass: "tgph-12lz8s42oe" }, 6: { conditions: { sm: "tgph-12lz8s42oj", md: "tgph-12lz8s42ok", lg: "tgph-12lz8s42ol", xl: "tgph-12lz8s42om", "2xl": "tgph-12lz8s42on" }, defaultClass: "tgph-12lz8s42oj" }, 7: { conditions: { sm: "tgph-12lz8s42oo", md: "tgph-12lz8s42op", lg: "tgph-12lz8s42oq", xl: "tgph-12lz8s42or", "2xl": "tgph-12lz8s42os" }, defaultClass: "tgph-12lz8s42oo" }, 8: { conditions: { sm: "tgph-12lz8s42ot", md: "tgph-12lz8s42ou", lg: "tgph-12lz8s42ov", xl: "tgph-12lz8s42ow", "2xl": "tgph-12lz8s42ox" }, defaultClass: "tgph-12lz8s42ot" }, 9: { conditions: { sm: "tgph-12lz8s42oy", md: "tgph-12lz8s42oz", lg: "tgph-12lz8s42p0", xl: "tgph-12lz8s42p1", "2xl": "tgph-12lz8s42p2" }, defaultClass: "tgph-12lz8s42oy" }, 10: { conditions: { sm: "tgph-12lz8s42p3", md: "tgph-12lz8s42p4", lg: "tgph-12lz8s42p5", xl: "tgph-12lz8s42p6", "2xl": "tgph-12lz8s42p7" }, defaultClass: "tgph-12lz8s42p3" }, 11: { conditions: { sm: "tgph-12lz8s42p8", md: "tgph-12lz8s42p9", lg: "tgph-12lz8s42pa", xl: "tgph-12lz8s42pb", "2xl": "tgph-12lz8s42pc" }, defaultClass: "tgph-12lz8s42p8" }, 12: { conditions: { sm: "tgph-12lz8s42pd", md: "tgph-12lz8s42pe", lg: "tgph-12lz8s42pf", xl: "tgph-12lz8s42pg", "2xl": "tgph-12lz8s42ph" }, defaultClass: "tgph-12lz8s42pd" }, 14: { conditions: { sm: "tgph-12lz8s42pi", md: "tgph-12lz8s42pj", lg: "tgph-12lz8s42pk", xl: "tgph-12lz8s42pl", "2xl": "tgph-12lz8s42pm" }, defaultClass: "tgph-12lz8s42pi" }, 16: { conditions: { sm: "tgph-12lz8s42pn", md: "tgph-12lz8s42po", lg: "tgph-12lz8s42pp", xl: "tgph-12lz8s42pq", "2xl": "tgph-12lz8s42pr" }, defaultClass: "tgph-12lz8s42pn" }, 20: { conditions: { sm: "tgph-12lz8s42ps", md: "tgph-12lz8s42pt", lg: "tgph-12lz8s42pu", xl: "tgph-12lz8s42pv", "2xl": "tgph-12lz8s42pw" }, defaultClass: "tgph-12lz8s42ps" }, 24: { conditions: { sm: "tgph-12lz8s42px", md: "tgph-12lz8s42py", lg: "tgph-12lz8s42pz", xl: "tgph-12lz8s42q0", "2xl": "tgph-12lz8s42q1" }, defaultClass: "tgph-12lz8s42px" }, 28: { conditions: { sm: "tgph-12lz8s42q2", md: "tgph-12lz8s42q3", lg: "tgph-12lz8s42q4", xl: "tgph-12lz8s42q5", "2xl": "tgph-12lz8s42q6" }, defaultClass: "tgph-12lz8s42q2" }, 32: { conditions: { sm: "tgph-12lz8s42q7", md: "tgph-12lz8s42q8", lg: "tgph-12lz8s42q9", xl: "tgph-12lz8s42qa", "2xl": "tgph-12lz8s42qb" }, defaultClass: "tgph-12lz8s42q7" }, 36: { conditions: { sm: "tgph-12lz8s42qc", md: "tgph-12lz8s42qd", lg: "tgph-12lz8s42qe", xl: "tgph-12lz8s42qf", "2xl": "tgph-12lz8s42qg" }, defaultClass: "tgph-12lz8s42qc" }, 40: { conditions: { sm: "tgph-12lz8s42qh", md: "tgph-12lz8s42qi", lg: "tgph-12lz8s42qj", xl: "tgph-12lz8s42qk", "2xl": "tgph-12lz8s42ql" }, defaultClass: "tgph-12lz8s42qh" }, 44: { conditions: { sm: "tgph-12lz8s42qm", md: "tgph-12lz8s42qn", lg: "tgph-12lz8s42qo", xl: "tgph-12lz8s42qp", "2xl": "tgph-12lz8s42qq" }, defaultClass: "tgph-12lz8s42qm" }, 48: { conditions: { sm: "tgph-12lz8s42qr", md: "tgph-12lz8s42qs", lg: "tgph-12lz8s42qt", xl: "tgph-12lz8s42qu", "2xl": "tgph-12lz8s42qv" }, defaultClass: "tgph-12lz8s42qr" }, 52: { conditions: { sm: "tgph-12lz8s42qw", md: "tgph-12lz8s42qx", lg: "tgph-12lz8s42qy", xl: "tgph-12lz8s42qz", "2xl": "tgph-12lz8s42r0" }, defaultClass: "tgph-12lz8s42qw" }, 56: { conditions: { sm: "tgph-12lz8s42r1", md: "tgph-12lz8s42r2", lg: "tgph-12lz8s42r3", xl: "tgph-12lz8s42r4", "2xl": "tgph-12lz8s42r5" }, defaultClass: "tgph-12lz8s42r1" }, 60: { conditions: { sm: "tgph-12lz8s42r6", md: "tgph-12lz8s42r7", lg: "tgph-12lz8s42r8", xl: "tgph-12lz8s42r9", "2xl": "tgph-12lz8s42ra" }, defaultClass: "tgph-12lz8s42r6" }, 64: { conditions: { sm: "tgph-12lz8s42rb", md: "tgph-12lz8s42rc", lg: "tgph-12lz8s42rd", xl: "tgph-12lz8s42re", "2xl": "tgph-12lz8s42rf" }, defaultClass: "tgph-12lz8s42rb" }, 72: { conditions: { sm: "tgph-12lz8s42rg", md: "tgph-12lz8s42rh", lg: "tgph-12lz8s42ri", xl: "tgph-12lz8s42rj", "2xl": "tgph-12lz8s42rk" }, defaultClass: "tgph-12lz8s42rg" }, 80: { conditions: { sm: "tgph-12lz8s42rl", md: "tgph-12lz8s42rm", lg: "tgph-12lz8s42rn", xl: "tgph-12lz8s42ro", "2xl": "tgph-12lz8s42rp" }, defaultClass: "tgph-12lz8s42rl" }, 96: { conditions: { sm: "tgph-12lz8s42rq", md: "tgph-12lz8s42rr", lg: "tgph-12lz8s42rs", xl: "tgph-12lz8s42rt", "2xl": "tgph-12lz8s42ru" }, defaultClass: "tgph-12lz8s42rq" }, 140: { conditions: { sm: "tgph-12lz8s42rv", md: "tgph-12lz8s42rw", lg: "tgph-12lz8s42rx", xl: "tgph-12lz8s42ry", "2xl": "tgph-12lz8s42rz" }, defaultClass: "tgph-12lz8s42rv" }, 160: { conditions: { sm: "tgph-12lz8s42s0", md: "tgph-12lz8s42s1", lg: "tgph-12lz8s42s2", xl: "tgph-12lz8s42s3", "2xl": "tgph-12lz8s42s4" }, defaultClass: "tgph-12lz8s42s0" }, px: { conditions: { sm: "tgph-12lz8s42s5", md: "tgph-12lz8s42s6", lg: "tgph-12lz8s42s7", xl: "tgph-12lz8s42s8", "2xl": "tgph-12lz8s42s9" }, defaultClass: "tgph-12lz8s42s5" }, full: { conditions: { sm: "tgph-12lz8s42sa", md: "tgph-12lz8s42sb", lg: "tgph-12lz8s42sc", xl: "tgph-12lz8s42sd", "2xl": "tgph-12lz8s42se" }, defaultClass: "tgph-12lz8s42sa" }, auto: { conditions: { sm: "tgph-12lz8s42sf", md: "tgph-12lz8s42sg", lg: "tgph-12lz8s42sh", xl: "tgph-12lz8s42si", "2xl": "tgph-12lz8s42sj" }, defaultClass: "tgph-12lz8s42sf" } }, responsiveArray: void 0 }, maxWidth: { values: { 0: { conditions: { sm: "tgph-12lz8s42sk", md: "tgph-12lz8s42sl", lg: "tgph-12lz8s42sm", xl: "tgph-12lz8s42sn", "2xl": "tgph-12lz8s42so" }, defaultClass: "tgph-12lz8s42sk" }, 1: { conditions: { sm: "tgph-12lz8s42sp", md: "tgph-12lz8s42sq", lg: "tgph-12lz8s42sr", xl: "tgph-12lz8s42ss", "2xl": "tgph-12lz8s42st" }, defaultClass: "tgph-12lz8s42sp" }, 2: { conditions: { sm: "tgph-12lz8s42su", md: "tgph-12lz8s42sv", lg: "tgph-12lz8s42sw", xl: "tgph-12lz8s42sx", "2xl": "tgph-12lz8s42sy" }, defaultClass: "tgph-12lz8s42su" }, 3: { conditions: { sm: "tgph-12lz8s42sz", md: "tgph-12lz8s42t0", lg: "tgph-12lz8s42t1", xl: "tgph-12lz8s42t2", "2xl": "tgph-12lz8s42t3" }, defaultClass: "tgph-12lz8s42sz" }, 4: { conditions: { sm: "tgph-12lz8s42t4", md: "tgph-12lz8s42t5", lg: "tgph-12lz8s42t6", xl: "tgph-12lz8s42t7", "2xl": "tgph-12lz8s42t8" }, defaultClass: "tgph-12lz8s42t4" }, 5: { conditions: { sm: "tgph-12lz8s42t9", md: "tgph-12lz8s42ta", lg: "tgph-12lz8s42tb", xl: "tgph-12lz8s42tc", "2xl": "tgph-12lz8s42td" }, defaultClass: "tgph-12lz8s42t9" }, 6: { conditions: { sm: "tgph-12lz8s42te", md: "tgph-12lz8s42tf", lg: "tgph-12lz8s42tg", xl: "tgph-12lz8s42th", "2xl": "tgph-12lz8s42ti" }, defaultClass: "tgph-12lz8s42te" }, 7: { conditions: { sm: "tgph-12lz8s42tj", md: "tgph-12lz8s42tk", lg: "tgph-12lz8s42tl", xl: "tgph-12lz8s42tm", "2xl": "tgph-12lz8s42tn" }, defaultClass: "tgph-12lz8s42tj" }, 8: { conditions: { sm: "tgph-12lz8s42to", md: "tgph-12lz8s42tp", lg: "tgph-12lz8s42tq", xl: "tgph-12lz8s42tr", "2xl": "tgph-12lz8s42ts" }, defaultClass: "tgph-12lz8s42to" }, 9: { conditions: { sm: "tgph-12lz8s42tt", md: "tgph-12lz8s42tu", lg: "tgph-12lz8s42tv", xl: "tgph-12lz8s42tw", "2xl": "tgph-12lz8s42tx" }, defaultClass: "tgph-12lz8s42tt" }, 10: { conditions: { sm: "tgph-12lz8s42ty", md: "tgph-12lz8s42tz", lg: "tgph-12lz8s42u0", xl: "tgph-12lz8s42u1", "2xl": "tgph-12lz8s42u2" }, defaultClass: "tgph-12lz8s42ty" }, 11: { conditions: { sm: "tgph-12lz8s42u3", md: "tgph-12lz8s42u4", lg: "tgph-12lz8s42u5", xl: "tgph-12lz8s42u6", "2xl": "tgph-12lz8s42u7" }, defaultClass: "tgph-12lz8s42u3" }, 12: { conditions: { sm: "tgph-12lz8s42u8", md: "tgph-12lz8s42u9", lg: "tgph-12lz8s42ua", xl: "tgph-12lz8s42ub", "2xl": "tgph-12lz8s42uc" }, defaultClass: "tgph-12lz8s42u8" }, 14: { conditions: { sm: "tgph-12lz8s42ud", md: "tgph-12lz8s42ue", lg: "tgph-12lz8s42uf", xl: "tgph-12lz8s42ug", "2xl": "tgph-12lz8s42uh" }, defaultClass: "tgph-12lz8s42ud" }, 16: { conditions: { sm: "tgph-12lz8s42ui", md: "tgph-12lz8s42uj", lg: "tgph-12lz8s42uk", xl: "tgph-12lz8s42ul", "2xl": "tgph-12lz8s42um" }, defaultClass: "tgph-12lz8s42ui" }, 20: { conditions: { sm: "tgph-12lz8s42un", md: "tgph-12lz8s42uo", lg: "tgph-12lz8s42up", xl: "tgph-12lz8s42uq", "2xl": "tgph-12lz8s42ur" }, defaultClass: "tgph-12lz8s42un" }, 24: { conditions: { sm: "tgph-12lz8s42us", md: "tgph-12lz8s42ut", lg: "tgph-12lz8s42uu", xl: "tgph-12lz8s42uv", "2xl": "tgph-12lz8s42uw" }, defaultClass: "tgph-12lz8s42us" }, 28: { conditions: { sm: "tgph-12lz8s42ux", md: "tgph-12lz8s42uy", lg: "tgph-12lz8s42uz", xl: "tgph-12lz8s42v0", "2xl": "tgph-12lz8s42v1" }, defaultClass: "tgph-12lz8s42ux" }, 32: { conditions: { sm: "tgph-12lz8s42v2", md: "tgph-12lz8s42v3", lg: "tgph-12lz8s42v4", xl: "tgph-12lz8s42v5", "2xl": "tgph-12lz8s42v6" }, defaultClass: "tgph-12lz8s42v2" }, 36: { conditions: { sm: "tgph-12lz8s42v7", md: "tgph-12lz8s42v8", lg: "tgph-12lz8s42v9", xl: "tgph-12lz8s42va", "2xl": "tgph-12lz8s42vb" }, defaultClass: "tgph-12lz8s42v7" }, 40: { conditions: { sm: "tgph-12lz8s42vc", md: "tgph-12lz8s42vd", lg: "tgph-12lz8s42ve", xl: "tgph-12lz8s42vf", "2xl": "tgph-12lz8s42vg" }, defaultClass: "tgph-12lz8s42vc" }, 44: { conditions: { sm: "tgph-12lz8s42vh", md: "tgph-12lz8s42vi", lg: "tgph-12lz8s42vj", xl: "tgph-12lz8s42vk", "2xl": "tgph-12lz8s42vl" }, defaultClass: "tgph-12lz8s42vh" }, 48: { conditions: { sm: "tgph-12lz8s42vm", md: "tgph-12lz8s42vn", lg: "tgph-12lz8s42vo", xl: "tgph-12lz8s42vp", "2xl": "tgph-12lz8s42vq" }, defaultClass: "tgph-12lz8s42vm" }, 52: { conditions: { sm: "tgph-12lz8s42vr", md: "tgph-12lz8s42vs", lg: "tgph-12lz8s42vt", xl: "tgph-12lz8s42vu", "2xl": "tgph-12lz8s42vv" }, defaultClass: "tgph-12lz8s42vr" }, 56: { conditions: { sm: "tgph-12lz8s42vw", md: "tgph-12lz8s42vx", lg: "tgph-12lz8s42vy", xl: "tgph-12lz8s42vz", "2xl": "tgph-12lz8s42w0" }, defaultClass: "tgph-12lz8s42vw" }, 60: { conditions: { sm: "tgph-12lz8s42w1", md: "tgph-12lz8s42w2", lg: "tgph-12lz8s42w3", xl: "tgph-12lz8s42w4", "2xl": "tgph-12lz8s42w5" }, defaultClass: "tgph-12lz8s42w1" }, 64: { conditions: { sm: "tgph-12lz8s42w6", md: "tgph-12lz8s42w7", lg: "tgph-12lz8s42w8", xl: "tgph-12lz8s42w9", "2xl": "tgph-12lz8s42wa" }, defaultClass: "tgph-12lz8s42w6" }, 72: { conditions: { sm: "tgph-12lz8s42wb", md: "tgph-12lz8s42wc", lg: "tgph-12lz8s42wd", xl: "tgph-12lz8s42we", "2xl": "tgph-12lz8s42wf" }, defaultClass: "tgph-12lz8s42wb" }, 80: { conditions: { sm: "tgph-12lz8s42wg", md: "tgph-12lz8s42wh", lg: "tgph-12lz8s42wi", xl: "tgph-12lz8s42wj", "2xl": "tgph-12lz8s42wk" }, defaultClass: "tgph-12lz8s42wg" }, 96: { conditions: { sm: "tgph-12lz8s42wl", md: "tgph-12lz8s42wm", lg: "tgph-12lz8s42wn", xl: "tgph-12lz8s42wo", "2xl": "tgph-12lz8s42wp" }, defaultClass: "tgph-12lz8s42wl" }, 140: { conditions: { sm: "tgph-12lz8s42wq", md: "tgph-12lz8s42wr", lg: "tgph-12lz8s42ws", xl: "tgph-12lz8s42wt", "2xl": "tgph-12lz8s42wu" }, defaultClass: "tgph-12lz8s42wq" }, 160: { conditions: { sm: "tgph-12lz8s42wv", md: "tgph-12lz8s42ww", lg: "tgph-12lz8s42wx", xl: "tgph-12lz8s42wy", "2xl": "tgph-12lz8s42wz" }, defaultClass: "tgph-12lz8s42wv" }, px: { conditions: { sm: "tgph-12lz8s42x0", md: "tgph-12lz8s42x1", lg: "tgph-12lz8s42x2", xl: "tgph-12lz8s42x3", "2xl": "tgph-12lz8s42x4" }, defaultClass: "tgph-12lz8s42x0" }, full: { conditions: { sm: "tgph-12lz8s42x5", md: "tgph-12lz8s42x6", lg: "tgph-12lz8s42x7", xl: "tgph-12lz8s42x8", "2xl": "tgph-12lz8s42x9" }, defaultClass: "tgph-12lz8s42x5" }, auto: { conditions: { sm: "tgph-12lz8s42xa", md: "tgph-12lz8s42xb", lg: "tgph-12lz8s42xc", xl: "tgph-12lz8s42xd", "2xl": "tgph-12lz8s42xe" }, defaultClass: "tgph-12lz8s42xa" } }, responsiveArray: void 0 }, padding: { values: { 0: { conditions: { sm: "tgph-12lz8s42xf", md: "tgph-12lz8s42xg", lg: "tgph-12lz8s42xh", xl: "tgph-12lz8s42xi", "2xl": "tgph-12lz8s42xj" }, defaultClass: "tgph-12lz8s42xf" }, 1: { conditions: { sm: "tgph-12lz8s42xk", md: "tgph-12lz8s42xl", lg: "tgph-12lz8s42xm", xl: "tgph-12lz8s42xn", "2xl": "tgph-12lz8s42xo" }, defaultClass: "tgph-12lz8s42xk" }, 2: { conditions: { sm: "tgph-12lz8s42xp", md: "tgph-12lz8s42xq", lg: "tgph-12lz8s42xr", xl: "tgph-12lz8s42xs", "2xl": "tgph-12lz8s42xt" }, defaultClass: "tgph-12lz8s42xp" }, 3: { conditions: { sm: "tgph-12lz8s42xu", md: "tgph-12lz8s42xv", lg: "tgph-12lz8s42xw", xl: "tgph-12lz8s42xx", "2xl": "tgph-12lz8s42xy" }, defaultClass: "tgph-12lz8s42xu" }, 4: { conditions: { sm: "tgph-12lz8s42xz", md: "tgph-12lz8s42y0", lg: "tgph-12lz8s42y1", xl: "tgph-12lz8s42y2", "2xl": "tgph-12lz8s42y3" }, defaultClass: "tgph-12lz8s42xz" }, 5: { conditions: { sm: "tgph-12lz8s42y4", md: "tgph-12lz8s42y5", lg: "tgph-12lz8s42y6", xl: "tgph-12lz8s42y7", "2xl": "tgph-12lz8s42y8" }, defaultClass: "tgph-12lz8s42y4" }, 6: { conditions: { sm: "tgph-12lz8s42y9", md: "tgph-12lz8s42ya", lg: "tgph-12lz8s42yb", xl: "tgph-12lz8s42yc", "2xl": "tgph-12lz8s42yd" }, defaultClass: "tgph-12lz8s42y9" }, 7: { conditions: { sm: "tgph-12lz8s42ye", md: "tgph-12lz8s42yf", lg: "tgph-12lz8s42yg", xl: "tgph-12lz8s42yh", "2xl": "tgph-12lz8s42yi" }, defaultClass: "tgph-12lz8s42ye" }, 8: { conditions: { sm: "tgph-12lz8s42yj", md: "tgph-12lz8s42yk", lg: "tgph-12lz8s42yl", xl: "tgph-12lz8s42ym", "2xl": "tgph-12lz8s42yn" }, defaultClass: "tgph-12lz8s42yj" }, 9: { conditions: { sm: "tgph-12lz8s42yo", md: "tgph-12lz8s42yp", lg: "tgph-12lz8s42yq", xl: "tgph-12lz8s42yr", "2xl": "tgph-12lz8s42ys" }, defaultClass: "tgph-12lz8s42yo" }, 10: { conditions: { sm: "tgph-12lz8s42yt", md: "tgph-12lz8s42yu", lg: "tgph-12lz8s42yv", xl: "tgph-12lz8s42yw", "2xl": "tgph-12lz8s42yx" }, defaultClass: "tgph-12lz8s42yt" }, 11: { conditions: { sm: "tgph-12lz8s42yy", md: "tgph-12lz8s42yz", lg: "tgph-12lz8s42z0", xl: "tgph-12lz8s42z1", "2xl": "tgph-12lz8s42z2" }, defaultClass: "tgph-12lz8s42yy" }, 12: { conditions: { sm: "tgph-12lz8s42z3", md: "tgph-12lz8s42z4", lg: "tgph-12lz8s42z5", xl: "tgph-12lz8s42z6", "2xl": "tgph-12lz8s42z7" }, defaultClass: "tgph-12lz8s42z3" }, 14: { conditions: { sm: "tgph-12lz8s42z8", md: "tgph-12lz8s42z9", lg: "tgph-12lz8s42za", xl: "tgph-12lz8s42zb", "2xl": "tgph-12lz8s42zc" }, defaultClass: "tgph-12lz8s42z8" }, 16: { conditions: { sm: "tgph-12lz8s42zd", md: "tgph-12lz8s42ze", lg: "tgph-12lz8s42zf", xl: "tgph-12lz8s42zg", "2xl": "tgph-12lz8s42zh" }, defaultClass: "tgph-12lz8s42zd" }, 20: { conditions: { sm: "tgph-12lz8s42zi", md: "tgph-12lz8s42zj", lg: "tgph-12lz8s42zk", xl: "tgph-12lz8s42zl", "2xl": "tgph-12lz8s42zm" }, defaultClass: "tgph-12lz8s42zi" }, 24: { conditions: { sm: "tgph-12lz8s42zn", md: "tgph-12lz8s42zo", lg: "tgph-12lz8s42zp", xl: "tgph-12lz8s42zq", "2xl": "tgph-12lz8s42zr" }, defaultClass: "tgph-12lz8s42zn" }, 28: { conditions: { sm: "tgph-12lz8s42zs", md: "tgph-12lz8s42zt", lg: "tgph-12lz8s42zu", xl: "tgph-12lz8s42zv", "2xl": "tgph-12lz8s42zw" }, defaultClass: "tgph-12lz8s42zs" }, 32: { conditions: { sm: "tgph-12lz8s42zx", md: "tgph-12lz8s42zy", lg: "tgph-12lz8s42zz", xl: "tgph-12lz8s4300", "2xl": "tgph-12lz8s4301" }, defaultClass: "tgph-12lz8s42zx" }, 36: { conditions: { sm: "tgph-12lz8s4302", md: "tgph-12lz8s4303", lg: "tgph-12lz8s4304", xl: "tgph-12lz8s4305", "2xl": "tgph-12lz8s4306" }, defaultClass: "tgph-12lz8s4302" }, 40: { conditions: { sm: "tgph-12lz8s4307", md: "tgph-12lz8s4308", lg: "tgph-12lz8s4309", xl: "tgph-12lz8s430a", "2xl": "tgph-12lz8s430b" }, defaultClass: "tgph-12lz8s4307" }, 44: { conditions: { sm: "tgph-12lz8s430c", md: "tgph-12lz8s430d", lg: "tgph-12lz8s430e", xl: "tgph-12lz8s430f", "2xl": "tgph-12lz8s430g" }, defaultClass: "tgph-12lz8s430c" }, 48: { conditions: { sm: "tgph-12lz8s430h", md: "tgph-12lz8s430i", lg: "tgph-12lz8s430j", xl: "tgph-12lz8s430k", "2xl": "tgph-12lz8s430l" }, defaultClass: "tgph-12lz8s430h" }, 52: { conditions: { sm: "tgph-12lz8s430m", md: "tgph-12lz8s430n", lg: "tgph-12lz8s430o", xl: "tgph-12lz8s430p", "2xl": "tgph-12lz8s430q" }, defaultClass: "tgph-12lz8s430m" }, 56: { conditions: { sm: "tgph-12lz8s430r", md: "tgph-12lz8s430s", lg: "tgph-12lz8s430t", xl: "tgph-12lz8s430u", "2xl": "tgph-12lz8s430v" }, defaultClass: "tgph-12lz8s430r" }, 60: { conditions: { sm: "tgph-12lz8s430w", md: "tgph-12lz8s430x", lg: "tgph-12lz8s430y", xl: "tgph-12lz8s430z", "2xl": "tgph-12lz8s4310" }, defaultClass: "tgph-12lz8s430w" }, 64: { conditions: { sm: "tgph-12lz8s4311", md: "tgph-12lz8s4312", lg: "tgph-12lz8s4313", xl: "tgph-12lz8s4314", "2xl": "tgph-12lz8s4315" }, defaultClass: "tgph-12lz8s4311" }, 72: { conditions: { sm: "tgph-12lz8s4316", md: "tgph-12lz8s4317", lg: "tgph-12lz8s4318", xl: "tgph-12lz8s4319", "2xl": "tgph-12lz8s431a" }, defaultClass: "tgph-12lz8s4316" }, 80: { conditions: { sm: "tgph-12lz8s431b", md: "tgph-12lz8s431c", lg: "tgph-12lz8s431d", xl: "tgph-12lz8s431e", "2xl": "tgph-12lz8s431f" }, defaultClass: "tgph-12lz8s431b" }, 96: { conditions: { sm: "tgph-12lz8s431g", md: "tgph-12lz8s431h", lg: "tgph-12lz8s431i", xl: "tgph-12lz8s431j", "2xl": "tgph-12lz8s431k" }, defaultClass: "tgph-12lz8s431g" }, 140: { conditions: { sm: "tgph-12lz8s431l", md: "tgph-12lz8s431m", lg: "tgph-12lz8s431n", xl: "tgph-12lz8s431o", "2xl": "tgph-12lz8s431p" }, defaultClass: "tgph-12lz8s431l" }, 160: { conditions: { sm: "tgph-12lz8s431q", md: "tgph-12lz8s431r", lg: "tgph-12lz8s431s", xl: "tgph-12lz8s431t", "2xl": "tgph-12lz8s431u" }, defaultClass: "tgph-12lz8s431q" }, px: { conditions: { sm: "tgph-12lz8s431v", md: "tgph-12lz8s431w", lg: "tgph-12lz8s431x", xl: "tgph-12lz8s431y", "2xl": "tgph-12lz8s431z" }, defaultClass: "tgph-12lz8s431v" }, full: { conditions: { sm: "tgph-12lz8s4320", md: "tgph-12lz8s4321", lg: "tgph-12lz8s4322", xl: "tgph-12lz8s4323", "2xl": "tgph-12lz8s4324" }, defaultClass: "tgph-12lz8s4320" }, auto: { conditions: { sm: "tgph-12lz8s4325", md: "tgph-12lz8s4326", lg: "tgph-12lz8s4327", xl: "tgph-12lz8s4328", "2xl": "tgph-12lz8s4329" }, defaultClass: "tgph-12lz8s4325" } }, responsiveArray: void 0 }, paddingBottom: { values: { 0: { conditions: { sm: "tgph-12lz8s432a", md: "tgph-12lz8s432b", lg: "tgph-12lz8s432c", xl: "tgph-12lz8s432d", "2xl": "tgph-12lz8s432e" }, defaultClass: "tgph-12lz8s432a" }, 1: { conditions: { sm: "tgph-12lz8s432f", md: "tgph-12lz8s432g", lg: "tgph-12lz8s432h", xl: "tgph-12lz8s432i", "2xl": "tgph-12lz8s432j" }, defaultClass: "tgph-12lz8s432f" }, 2: { conditions: { sm: "tgph-12lz8s432k", md: "tgph-12lz8s432l", lg: "tgph-12lz8s432m", xl: "tgph-12lz8s432n", "2xl": "tgph-12lz8s432o" }, defaultClass: "tgph-12lz8s432k" }, 3: { conditions: { sm: "tgph-12lz8s432p", md: "tgph-12lz8s432q", lg: "tgph-12lz8s432r", xl: "tgph-12lz8s432s", "2xl": "tgph-12lz8s432t" }, defaultClass: "tgph-12lz8s432p" }, 4: { conditions: { sm: "tgph-12lz8s432u", md: "tgph-12lz8s432v", lg: "tgph-12lz8s432w", xl: "tgph-12lz8s432x", "2xl": "tgph-12lz8s432y" }, defaultClass: "tgph-12lz8s432u" }, 5: { conditions: { sm: "tgph-12lz8s432z", md: "tgph-12lz8s4330", lg: "tgph-12lz8s4331", xl: "tgph-12lz8s4332", "2xl": "tgph-12lz8s4333" }, defaultClass: "tgph-12lz8s432z" }, 6: { conditions: { sm: "tgph-12lz8s4334", md: "tgph-12lz8s4335", lg: "tgph-12lz8s4336", xl: "tgph-12lz8s4337", "2xl": "tgph-12lz8s4338" }, defaultClass: "tgph-12lz8s4334" }, 7: { conditions: { sm: "tgph-12lz8s4339", md: "tgph-12lz8s433a", lg: "tgph-12lz8s433b", xl: "tgph-12lz8s433c", "2xl": "tgph-12lz8s433d" }, defaultClass: "tgph-12lz8s4339" }, 8: { conditions: { sm: "tgph-12lz8s433e", md: "tgph-12lz8s433f", lg: "tgph-12lz8s433g", xl: "tgph-12lz8s433h", "2xl": "tgph-12lz8s433i" }, defaultClass: "tgph-12lz8s433e" }, 9: { conditions: { sm: "tgph-12lz8s433j", md: "tgph-12lz8s433k", lg: "tgph-12lz8s433l", xl: "tgph-12lz8s433m", "2xl": "tgph-12lz8s433n" }, defaultClass: "tgph-12lz8s433j" }, 10: { conditions: { sm: "tgph-12lz8s433o", md: "tgph-12lz8s433p", lg: "tgph-12lz8s433q", xl: "tgph-12lz8s433r", "2xl": "tgph-12lz8s433s" }, defaultClass: "tgph-12lz8s433o" }, 11: { conditions: { sm: "tgph-12lz8s433t", md: "tgph-12lz8s433u", lg: "tgph-12lz8s433v", xl: "tgph-12lz8s433w", "2xl": "tgph-12lz8s433x" }, defaultClass: "tgph-12lz8s433t" }, 12: { conditions: { sm: "tgph-12lz8s433y", md: "tgph-12lz8s433z", lg: "tgph-12lz8s4340", xl: "tgph-12lz8s4341", "2xl": "tgph-12lz8s4342" }, defaultClass: "tgph-12lz8s433y" }, 14: { conditions: { sm: "tgph-12lz8s4343", md: "tgph-12lz8s4344", lg: "tgph-12lz8s4345", xl: "tgph-12lz8s4346", "2xl": "tgph-12lz8s4347" }, defaultClass: "tgph-12lz8s4343" }, 16: { conditions: { sm: "tgph-12lz8s4348", md: "tgph-12lz8s4349", lg: "tgph-12lz8s434a", xl: "tgph-12lz8s434b", "2xl": "tgph-12lz8s434c" }, defaultClass: "tgph-12lz8s4348" }, 20: { conditions: { sm: "tgph-12lz8s434d", md: "tgph-12lz8s434e", lg: "tgph-12lz8s434f", xl: "tgph-12lz8s434g", "2xl": "tgph-12lz8s434h" }, defaultClass: "tgph-12lz8s434d" }, 24: { conditions: { sm: "tgph-12lz8s434i", md: "tgph-12lz8s434j", lg: "tgph-12lz8s434k", xl: "tgph-12lz8s434l", "2xl": "tgph-12lz8s434m" }, defaultClass: "tgph-12lz8s434i" }, 28: { conditions: { sm: "tgph-12lz8s434n", md: "tgph-12lz8s434o", lg: "tgph-12lz8s434p", xl: "tgph-12lz8s434q", "2xl": "tgph-12lz8s434r" }, defaultClass: "tgph-12lz8s434n" }, 32: { conditions: { sm: "tgph-12lz8s434s", md: "tgph-12lz8s434t", lg: "tgph-12lz8s434u", xl: "tgph-12lz8s434v", "2xl": "tgph-12lz8s434w" }, defaultClass: "tgph-12lz8s434s" }, 36: { conditions: { sm: "tgph-12lz8s434x", md: "tgph-12lz8s434y", lg: "tgph-12lz8s434z", xl: "tgph-12lz8s4350", "2xl": "tgph-12lz8s4351" }, defaultClass: "tgph-12lz8s434x" }, 40: { conditions: { sm: "tgph-12lz8s4352", md: "tgph-12lz8s4353", lg: "tgph-12lz8s4354", xl: "tgph-12lz8s4355", "2xl": "tgph-12lz8s4356" }, defaultClass: "tgph-12lz8s4352" }, 44: { conditions: { sm: "tgph-12lz8s4357", md: "tgph-12lz8s4358", lg: "tgph-12lz8s4359", xl: "tgph-12lz8s435a", "2xl": "tgph-12lz8s435b" }, defaultClass: "tgph-12lz8s4357" }, 48: { conditions: { sm: "tgph-12lz8s435c", md: "tgph-12lz8s435d", lg: "tgph-12lz8s435e", xl: "tgph-12lz8s435f", "2xl": "tgph-12lz8s435g" }, defaultClass: "tgph-12lz8s435c" }, 52: { conditions: { sm: "tgph-12lz8s435h", md: "tgph-12lz8s435i", lg: "tgph-12lz8s435j", xl: "tgph-12lz8s435k", "2xl": "tgph-12lz8s435l" }, defaultClass: "tgph-12lz8s435h" }, 56: { conditions: { sm: "tgph-12lz8s435m", md: "tgph-12lz8s435n", lg: "tgph-12lz8s435o", xl: "tgph-12lz8s435p", "2xl": "tgph-12lz8s435q" }, defaultClass: "tgph-12lz8s435m" }, 60: { conditions: { sm: "tgph-12lz8s435r", md: "tgph-12lz8s435s", lg: "tgph-12lz8s435t", xl: "tgph-12lz8s435u", "2xl": "tgph-12lz8s435v" }, defaultClass: "tgph-12lz8s435r" }, 64: { conditions: { sm: "tgph-12lz8s435w", md: "tgph-12lz8s435x", lg: "tgph-12lz8s435y", xl: "tgph-12lz8s435z", "2xl": "tgph-12lz8s4360" }, defaultClass: "tgph-12lz8s435w" }, 72: { conditions: { sm: "tgph-12lz8s4361", md: "tgph-12lz8s4362", lg: "tgph-12lz8s4363", xl: "tgph-12lz8s4364", "2xl": "tgph-12lz8s4365" }, defaultClass: "tgph-12lz8s4361" }, 80: { conditions: { sm: "tgph-12lz8s4366", md: "tgph-12lz8s4367", lg: "tgph-12lz8s4368", xl: "tgph-12lz8s4369", "2xl": "tgph-12lz8s436a" }, defaultClass: "tgph-12lz8s4366" }, 96: { conditions: { sm: "tgph-12lz8s436b", md: "tgph-12lz8s436c", lg: "tgph-12lz8s436d", xl: "tgph-12lz8s436e", "2xl": "tgph-12lz8s436f" }, defaultClass: "tgph-12lz8s436b" }, 140: { conditions: { sm: "tgph-12lz8s436g", md: "tgph-12lz8s436h", lg: "tgph-12lz8s436i", xl: "tgph-12lz8s436j", "2xl": "tgph-12lz8s436k" }, defaultClass: "tgph-12lz8s436g" }, 160: { conditions: { sm: "tgph-12lz8s436l", md: "tgph-12lz8s436m", lg: "tgph-12lz8s436n", xl: "tgph-12lz8s436o", "2xl": "tgph-12lz8s436p" }, defaultClass: "tgph-12lz8s436l" }, px: { conditions: { sm: "tgph-12lz8s436q", md: "tgph-12lz8s436r", lg: "tgph-12lz8s436s", xl: "tgph-12lz8s436t", "2xl": "tgph-12lz8s436u" }, defaultClass: "tgph-12lz8s436q" }, full: { conditions: { sm: "tgph-12lz8s436v", md: "tgph-12lz8s436w", lg: "tgph-12lz8s436x", xl: "tgph-12lz8s436y", "2xl": "tgph-12lz8s436z" }, defaultClass: "tgph-12lz8s436v" }, auto: { conditions: { sm: "tgph-12lz8s4370", md: "tgph-12lz8s4371", lg: "tgph-12lz8s4372", xl: "tgph-12lz8s4373", "2xl": "tgph-12lz8s4374" }, defaultClass: "tgph-12lz8s4370" } }, responsiveArray: void 0 }, paddingLeft: { values: { 0: { conditions: { sm: "tgph-12lz8s4375", md: "tgph-12lz8s4376", lg: "tgph-12lz8s4377", xl: "tgph-12lz8s4378", "2xl": "tgph-12lz8s4379" }, defaultClass: "tgph-12lz8s4375" }, 1: { conditions: { sm: "tgph-12lz8s437a", md: "tgph-12lz8s437b", lg: "tgph-12lz8s437c", xl: "tgph-12lz8s437d", "2xl": "tgph-12lz8s437e" }, defaultClass: "tgph-12lz8s437a" }, 2: { conditions: { sm: "tgph-12lz8s437f", md: "tgph-12lz8s437g", lg: "tgph-12lz8s437h", xl: "tgph-12lz8s437i", "2xl": "tgph-12lz8s437j" }, defaultClass: "tgph-12lz8s437f" }, 3: { conditions: { sm: "tgph-12lz8s437k", md: "tgph-12lz8s437l", lg: "tgph-12lz8s437m", xl: "tgph-12lz8s437n", "2xl": "tgph-12lz8s437o" }, defaultClass: "tgph-12lz8s437k" }, 4: { conditions: { sm: "tgph-12lz8s437p", md: "tgph-12lz8s437q", lg: "tgph-12lz8s437r", xl: "tgph-12lz8s437s", "2xl": "tgph-12lz8s437t" }, defaultClass: "tgph-12lz8s437p" }, 5: { conditions: { sm: "tgph-12lz8s437u", md: "tgph-12lz8s437v", lg: "tgph-12lz8s437w", xl: "tgph-12lz8s437x", "2xl": "tgph-12lz8s437y" }, defaultClass: "tgph-12lz8s437u" }, 6: { conditions: { sm: "tgph-12lz8s437z", md: "tgph-12lz8s4380", lg: "tgph-12lz8s4381", xl: "tgph-12lz8s4382", "2xl": "tgph-12lz8s4383" }, defaultClass: "tgph-12lz8s437z" }, 7: { conditions: { sm: "tgph-12lz8s4384", md: "tgph-12lz8s4385", lg: "tgph-12lz8s4386", xl: "tgph-12lz8s4387", "2xl": "tgph-12lz8s4388" }, defaultClass: "tgph-12lz8s4384" }, 8: { conditions: { sm: "tgph-12lz8s4389", md: "tgph-12lz8s438a", lg: "tgph-12lz8s438b", xl: "tgph-12lz8s438c", "2xl": "tgph-12lz8s438d" }, defaultClass: "tgph-12lz8s4389" }, 9: { conditions: { sm: "tgph-12lz8s438e", md: "tgph-12lz8s438f", lg: "tgph-12lz8s438g", xl: "tgph-12lz8s438h", "2xl": "tgph-12lz8s438i" }, defaultClass: "tgph-12lz8s438e" }, 10: { conditions: { sm: "tgph-12lz8s438j", md: "tgph-12lz8s438k", lg: "tgph-12lz8s438l", xl: "tgph-12lz8s438m", "2xl": "tgph-12lz8s438n" }, defaultClass: "tgph-12lz8s438j" }, 11: { conditions: { sm: "tgph-12lz8s438o", md: "tgph-12lz8s438p", lg: "tgph-12lz8s438q", xl: "tgph-12lz8s438r", "2xl": "tgph-12lz8s438s" }, defaultClass: "tgph-12lz8s438o" }, 12: { conditions: { sm: "tgph-12lz8s438t", md: "tgph-12lz8s438u", lg: "tgph-12lz8s438v", xl: "tgph-12lz8s438w", "2xl": "tgph-12lz8s438x" }, defaultClass: "tgph-12lz8s438t" }, 14: { conditions: { sm: "tgph-12lz8s438y", md: "tgph-12lz8s438z", lg: "tgph-12lz8s4390", xl: "tgph-12lz8s4391", "2xl": "tgph-12lz8s4392" }, defaultClass: "tgph-12lz8s438y" }, 16: { conditions: { sm: "tgph-12lz8s4393", md: "tgph-12lz8s4394", lg: "tgph-12lz8s4395", xl: "tgph-12lz8s4396", "2xl": "tgph-12lz8s4397" }, defaultClass: "tgph-12lz8s4393" }, 20: { conditions: { sm: "tgph-12lz8s4398", md: "tgph-12lz8s4399", lg: "tgph-12lz8s439a", xl: "tgph-12lz8s439b", "2xl": "tgph-12lz8s439c" }, defaultClass: "tgph-12lz8s4398" }, 24: { conditions: { sm: "tgph-12lz8s439d", md: "tgph-12lz8s439e", lg: "tgph-12lz8s439f", xl: "tgph-12lz8s439g", "2xl": "tgph-12lz8s439h" }, defaultClass: "tgph-12lz8s439d" }, 28: { conditions: { sm: "tgph-12lz8s439i", md: "tgph-12lz8s439j", lg: "tgph-12lz8s439k", xl: "tgph-12lz8s439l", "2xl": "tgph-12lz8s439m" }, defaultClass: "tgph-12lz8s439i" }, 32: { conditions: { sm: "tgph-12lz8s439n", md: "tgph-12lz8s439o", lg: "tgph-12lz8s439p", xl: "tgph-12lz8s439q", "2xl": "tgph-12lz8s439r" }, defaultClass: "tgph-12lz8s439n" }, 36: { conditions: { sm: "tgph-12lz8s439s", md: "tgph-12lz8s439t", lg: "tgph-12lz8s439u", xl: "tgph-12lz8s439v", "2xl": "tgph-12lz8s439w" }, defaultClass: "tgph-12lz8s439s" }, 40: { conditions: { sm: "tgph-12lz8s439x", md: "tgph-12lz8s439y", lg: "tgph-12lz8s439z", xl: "tgph-12lz8s43a0", "2xl": "tgph-12lz8s43a1" }, defaultClass: "tgph-12lz8s439x" }, 44: { conditions: { sm: "tgph-12lz8s43a2", md: "tgph-12lz8s43a3", lg: "tgph-12lz8s43a4", xl: "tgph-12lz8s43a5", "2xl": "tgph-12lz8s43a6" }, defaultClass: "tgph-12lz8s43a2" }, 48: { conditions: { sm: "tgph-12lz8s43a7", md: "tgph-12lz8s43a8", lg: "tgph-12lz8s43a9", xl: "tgph-12lz8s43aa", "2xl": "tgph-12lz8s43ab" }, defaultClass: "tgph-12lz8s43a7" }, 52: { conditions: { sm: "tgph-12lz8s43ac", md: "tgph-12lz8s43ad", lg: "tgph-12lz8s43ae", xl: "tgph-12lz8s43af", "2xl": "tgph-12lz8s43ag" }, defaultClass: "tgph-12lz8s43ac" }, 56: { conditions: { sm: "tgph-12lz8s43ah", md: "tgph-12lz8s43ai", lg: "tgph-12lz8s43aj", xl: "tgph-12lz8s43ak", "2xl": "tgph-12lz8s43al" }, defaultClass: "tgph-12lz8s43ah" }, 60: { conditions: { sm: "tgph-12lz8s43am", md: "tgph-12lz8s43an", lg: "tgph-12lz8s43ao", xl: "tgph-12lz8s43ap", "2xl": "tgph-12lz8s43aq" }, defaultClass: "tgph-12lz8s43am" }, 64: { conditions: { sm: "tgph-12lz8s43ar", md: "tgph-12lz8s43as", lg: "tgph-12lz8s43at", xl: "tgph-12lz8s43au", "2xl": "tgph-12lz8s43av" }, defaultClass: "tgph-12lz8s43ar" }, 72: { conditions: { sm: "tgph-12lz8s43aw", md: "tgph-12lz8s43ax", lg: "tgph-12lz8s43ay", xl: "tgph-12lz8s43az", "2xl": "tgph-12lz8s43b0" }, defaultClass: "tgph-12lz8s43aw" }, 80: { conditions: { sm: "tgph-12lz8s43b1", md: "tgph-12lz8s43b2", lg: "tgph-12lz8s43b3", xl: "tgph-12lz8s43b4", "2xl": "tgph-12lz8s43b5" }, defaultClass: "tgph-12lz8s43b1" }, 96: { conditions: { sm: "tgph-12lz8s43b6", md: "tgph-12lz8s43b7", lg: "tgph-12lz8s43b8", xl: "tgph-12lz8s43b9", "2xl": "tgph-12lz8s43ba" }, defaultClass: "tgph-12lz8s43b6" }, 140: { conditions: { sm: "tgph-12lz8s43bb", md: "tgph-12lz8s43bc", lg: "tgph-12lz8s43bd", xl: "tgph-12lz8s43be", "2xl": "tgph-12lz8s43bf" }, defaultClass: "tgph-12lz8s43bb" }, 160: { conditions: { sm: "tgph-12lz8s43bg", md: "tgph-12lz8s43bh", lg: "tgph-12lz8s43bi", xl: "tgph-12lz8s43bj", "2xl": "tgph-12lz8s43bk" }, defaultClass: "tgph-12lz8s43bg" }, px: { conditions: { sm: "tgph-12lz8s43bl", md: "tgph-12lz8s43bm", lg: "tgph-12lz8s43bn", xl: "tgph-12lz8s43bo", "2xl": "tgph-12lz8s43bp" }, defaultClass: "tgph-12lz8s43bl" }, full: { conditions: { sm: "tgph-12lz8s43bq", md: "tgph-12lz8s43br", lg: "tgph-12lz8s43bs", xl: "tgph-12lz8s43bt", "2xl": "tgph-12lz8s43bu" }, defaultClass: "tgph-12lz8s43bq" }, auto: { conditions: { sm: "tgph-12lz8s43bv", md: "tgph-12lz8s43bw", lg: "tgph-12lz8s43bx", xl: "tgph-12lz8s43by", "2xl": "tgph-12lz8s43bz" }, defaultClass: "tgph-12lz8s43bv" } }, responsiveArray: void 0 }, paddingRight: { values: { 0: { conditions: { sm: "tgph-12lz8s43c0", md: "tgph-12lz8s43c1", lg: "tgph-12lz8s43c2", xl: "tgph-12lz8s43c3", "2xl": "tgph-12lz8s43c4" }, defaultClass: "tgph-12lz8s43c0" }, 1: { conditions: { sm: "tgph-12lz8s43c5", md: "tgph-12lz8s43c6", lg: "tgph-12lz8s43c7", xl: "tgph-12lz8s43c8", "2xl": "tgph-12lz8s43c9" }, defaultClass: "tgph-12lz8s43c5" }, 2: { conditions: { sm: "tgph-12lz8s43ca", md: "tgph-12lz8s43cb", lg: "tgph-12lz8s43cc", xl: "tgph-12lz8s43cd", "2xl": "tgph-12lz8s43ce" }, defaultClass: "tgph-12lz8s43ca" }, 3: { conditions: { sm: "tgph-12lz8s43cf", md: "tgph-12lz8s43cg", lg: "tgph-12lz8s43ch", xl: "tgph-12lz8s43ci", "2xl": "tgph-12lz8s43cj" }, defaultClass: "tgph-12lz8s43cf" }, 4: { conditions: { sm: "tgph-12lz8s43ck", md: "tgph-12lz8s43cl", lg: "tgph-12lz8s43cm", xl: "tgph-12lz8s43cn", "2xl": "tgph-12lz8s43co" }, defaultClass: "tgph-12lz8s43ck" }, 5: { conditions: { sm: "tgph-12lz8s43cp", md: "tgph-12lz8s43cq", lg: "tgph-12lz8s43cr", xl: "tgph-12lz8s43cs", "2xl": "tgph-12lz8s43ct" }, defaultClass: "tgph-12lz8s43cp" }, 6: { conditions: { sm: "tgph-12lz8s43cu", md: "tgph-12lz8s43cv", lg: "tgph-12lz8s43cw", xl: "tgph-12lz8s43cx", "2xl": "tgph-12lz8s43cy" }, defaultClass: "tgph-12lz8s43cu" }, 7: { conditions: { sm: "tgph-12lz8s43cz", md: "tgph-12lz8s43d0", lg: "tgph-12lz8s43d1", xl: "tgph-12lz8s43d2", "2xl": "tgph-12lz8s43d3" }, defaultClass: "tgph-12lz8s43cz" }, 8: { conditions: { sm: "tgph-12lz8s43d4", md: "tgph-12lz8s43d5", lg: "tgph-12lz8s43d6", xl: "tgph-12lz8s43d7", "2xl": "tgph-12lz8s43d8" }, defaultClass: "tgph-12lz8s43d4" }, 9: { conditions: { sm: "tgph-12lz8s43d9", md: "tgph-12lz8s43da", lg: "tgph-12lz8s43db", xl: "tgph-12lz8s43dc", "2xl": "tgph-12lz8s43dd" }, defaultClass: "tgph-12lz8s43d9" }, 10: { conditions: { sm: "tgph-12lz8s43de", md: "tgph-12lz8s43df", lg: "tgph-12lz8s43dg", xl: "tgph-12lz8s43dh", "2xl": "tgph-12lz8s43di" }, defaultClass: "tgph-12lz8s43de" }, 11: { conditions: { sm: "tgph-12lz8s43dj", md: "tgph-12lz8s43dk", lg: "tgph-12lz8s43dl", xl: "tgph-12lz8s43dm", "2xl": "tgph-12lz8s43dn" }, defaultClass: "tgph-12lz8s43dj" }, 12: { conditions: { sm: "tgph-12lz8s43do", md: "tgph-12lz8s43dp", lg: "tgph-12lz8s43dq", xl: "tgph-12lz8s43dr", "2xl": "tgph-12lz8s43ds" }, defaultClass: "tgph-12lz8s43do" }, 14: { conditions: { sm: "tgph-12lz8s43dt", md: "tgph-12lz8s43du", lg: "tgph-12lz8s43dv", xl: "tgph-12lz8s43dw", "2xl": "tgph-12lz8s43dx" }, defaultClass: "tgph-12lz8s43dt" }, 16: { conditions: { sm: "tgph-12lz8s43dy", md: "tgph-12lz8s43dz", lg: "tgph-12lz8s43e0", xl: "tgph-12lz8s43e1", "2xl": "tgph-12lz8s43e2" }, defaultClass: "tgph-12lz8s43dy" }, 20: { conditions: { sm: "tgph-12lz8s43e3", md: "tgph-12lz8s43e4", lg: "tgph-12lz8s43e5", xl: "tgph-12lz8s43e6", "2xl": "tgph-12lz8s43e7" }, defaultClass: "tgph-12lz8s43e3" }, 24: { conditions: { sm: "tgph-12lz8s43e8", md: "tgph-12lz8s43e9", lg: "tgph-12lz8s43ea", xl: "tgph-12lz8s43eb", "2xl": "tgph-12lz8s43ec" }, defaultClass: "tgph-12lz8s43e8" }, 28: { conditions: { sm: "tgph-12lz8s43ed", md: "tgph-12lz8s43ee", lg: "tgph-12lz8s43ef", xl: "tgph-12lz8s43eg", "2xl": "tgph-12lz8s43eh" }, defaultClass: "tgph-12lz8s43ed" }, 32: { conditions: { sm: "tgph-12lz8s43ei", md: "tgph-12lz8s43ej", lg: "tgph-12lz8s43ek", xl: "tgph-12lz8s43el", "2xl": "tgph-12lz8s43em" }, defaultClass: "tgph-12lz8s43ei" }, 36: { conditions: { sm: "tgph-12lz8s43en", md: "tgph-12lz8s43eo", lg: "tgph-12lz8s43ep", xl: "tgph-12lz8s43eq", "2xl": "tgph-12lz8s43er" }, defaultClass: "tgph-12lz8s43en" }, 40: { conditions: { sm: "tgph-12lz8s43es", md: "tgph-12lz8s43et", lg: "tgph-12lz8s43eu", xl: "tgph-12lz8s43ev", "2xl": "tgph-12lz8s43ew" }, defaultClass: "tgph-12lz8s43es" }, 44: { conditions: { sm: "tgph-12lz8s43ex", md: "tgph-12lz8s43ey", lg: "tgph-12lz8s43ez", xl: "tgph-12lz8s43f0", "2xl": "tgph-12lz8s43f1" }, defaultClass: "tgph-12lz8s43ex" }, 48: { conditions: { sm: "tgph-12lz8s43f2", md: "tgph-12lz8s43f3", lg: "tgph-12lz8s43f4", xl: "tgph-12lz8s43f5", "2xl": "tgph-12lz8s43f6" }, defaultClass: "tgph-12lz8s43f2" }, 52: { conditions: { sm: "tgph-12lz8s43f7", md: "tgph-12lz8s43f8", lg: "tgph-12lz8s43f9", xl: "tgph-12lz8s43fa", "2xl": "tgph-12lz8s43fb" }, defaultClass: "tgph-12lz8s43f7" }, 56: { conditions: { sm: "tgph-12lz8s43fc", md: "tgph-12lz8s43fd", lg: "tgph-12lz8s43fe", xl: "tgph-12lz8s43ff", "2xl": "tgph-12lz8s43fg" }, defaultClass: "tgph-12lz8s43fc" }, 60: { conditions: { sm: "tgph-12lz8s43fh", md: "tgph-12lz8s43fi", lg: "tgph-12lz8s43fj", xl: "tgph-12lz8s43fk", "2xl": "tgph-12lz8s43fl" }, defaultClass: "tgph-12lz8s43fh" }, 64: { conditions: { sm: "tgph-12lz8s43fm", md: "tgph-12lz8s43fn", lg: "tgph-12lz8s43fo", xl: "tgph-12lz8s43fp", "2xl": "tgph-12lz8s43fq" }, defaultClass: "tgph-12lz8s43fm" }, 72: { conditions: { sm: "tgph-12lz8s43fr", md: "tgph-12lz8s43fs", lg: "tgph-12lz8s43ft", xl: "tgph-12lz8s43fu", "2xl": "tgph-12lz8s43fv" }, defaultClass: "tgph-12lz8s43fr" }, 80: { conditions: { sm: "tgph-12lz8s43fw", md: "tgph-12lz8s43fx", lg: "tgph-12lz8s43fy", xl: "tgph-12lz8s43fz", "2xl": "tgph-12lz8s43g0" }, defaultClass: "tgph-12lz8s43fw" }, 96: { conditions: { sm: "tgph-12lz8s43g1", md: "tgph-12lz8s43g2", lg: "tgph-12lz8s43g3", xl: "tgph-12lz8s43g4", "2xl": "tgph-12lz8s43g5" }, defaultClass: "tgph-12lz8s43g1" }, 140: { conditions: { sm: "tgph-12lz8s43g6", md: "tgph-12lz8s43g7", lg: "tgph-12lz8s43g8", xl: "tgph-12lz8s43g9", "2xl": "tgph-12lz8s43ga" }, defaultClass: "tgph-12lz8s43g6" }, 160: { conditions: { sm: "tgph-12lz8s43gb", md: "tgph-12lz8s43gc", lg: "tgph-12lz8s43gd", xl: "tgph-12lz8s43ge", "2xl": "tgph-12lz8s43gf" }, defaultClass: "tgph-12lz8s43gb" }, px: { conditions: { sm: "tgph-12lz8s43gg", md: "tgph-12lz8s43gh", lg: "tgph-12lz8s43gi", xl: "tgph-12lz8s43gj", "2xl": "tgph-12lz8s43gk" }, defaultClass: "tgph-12lz8s43gg" }, full: { conditions: { sm: "tgph-12lz8s43gl", md: "tgph-12lz8s43gm", lg: "tgph-12lz8s43gn", xl: "tgph-12lz8s43go", "2xl": "tgph-12lz8s43gp" }, defaultClass: "tgph-12lz8s43gl" }, auto: { conditions: { sm: "tgph-12lz8s43gq", md: "tgph-12lz8s43gr", lg: "tgph-12lz8s43gs", xl: "tgph-12lz8s43gt", "2xl": "tgph-12lz8s43gu" }, defaultClass: "tgph-12lz8s43gq" } }, responsiveArray: void 0 }, paddingTop: { values: { 0: { conditions: { sm: "tgph-12lz8s43gv", md: "tgph-12lz8s43gw", lg: "tgph-12lz8s43gx", xl: "tgph-12lz8s43gy", "2xl": "tgph-12lz8s43gz" }, defaultClass: "tgph-12lz8s43gv" }, 1: { conditions: { sm: "tgph-12lz8s43h0", md: "tgph-12lz8s43h1", lg: "tgph-12lz8s43h2", xl: "tgph-12lz8s43h3", "2xl": "tgph-12lz8s43h4" }, defaultClass: "tgph-12lz8s43h0" }, 2: { conditions: { sm: "tgph-12lz8s43h5", md: "tgph-12lz8s43h6", lg: "tgph-12lz8s43h7", xl: "tgph-12lz8s43h8", "2xl": "tgph-12lz8s43h9" }, defaultClass: "tgph-12lz8s43h5" }, 3: { conditions: { sm: "tgph-12lz8s43ha", md: "tgph-12lz8s43hb", lg: "tgph-12lz8s43hc", xl: "tgph-12lz8s43hd", "2xl": "tgph-12lz8s43he" }, defaultClass: "tgph-12lz8s43ha" }, 4: { conditions: { sm: "tgph-12lz8s43hf", md: "tgph-12lz8s43hg", lg: "tgph-12lz8s43hh", xl: "tgph-12lz8s43hi", "2xl": "tgph-12lz8s43hj" }, defaultClass: "tgph-12lz8s43hf" }, 5: { conditions: { sm: "tgph-12lz8s43hk", md: "tgph-12lz8s43hl", lg: "tgph-12lz8s43hm", xl: "tgph-12lz8s43hn", "2xl": "tgph-12lz8s43ho" }, defaultClass: "tgph-12lz8s43hk" }, 6: { conditions: { sm: "tgph-12lz8s43hp", md: "tgph-12lz8s43hq", lg: "tgph-12lz8s43hr", xl: "tgph-12lz8s43hs", "2xl": "tgph-12lz8s43ht" }, defaultClass: "tgph-12lz8s43hp" }, 7: { conditions: { sm: "tgph-12lz8s43hu", md: "tgph-12lz8s43hv", lg: "tgph-12lz8s43hw", xl: "tgph-12lz8s43hx", "2xl": "tgph-12lz8s43hy" }, defaultClass: "tgph-12lz8s43hu" }, 8: { conditions: { sm: "tgph-12lz8s43hz", md: "tgph-12lz8s43i0", lg: "tgph-12lz8s43i1", xl: "tgph-12lz8s43i2", "2xl": "tgph-12lz8s43i3" }, defaultClass: "tgph-12lz8s43hz" }, 9: { conditions: { sm: "tgph-12lz8s43i4", md: "tgph-12lz8s43i5", lg: "tgph-12lz8s43i6", xl: "tgph-12lz8s43i7", "2xl": "tgph-12lz8s43i8" }, defaultClass: "tgph-12lz8s43i4" }, 10: { conditions: { sm: "tgph-12lz8s43i9", md: "tgph-12lz8s43ia", lg: "tgph-12lz8s43ib", xl: "tgph-12lz8s43ic", "2xl": "tgph-12lz8s43id" }, defaultClass: "tgph-12lz8s43i9" }, 11: { conditions: { sm: "tgph-12lz8s43ie", md: "tgph-12lz8s43if", lg: "tgph-12lz8s43ig", xl: "tgph-12lz8s43ih", "2xl": "tgph-12lz8s43ii" }, defaultClass: "tgph-12lz8s43ie" }, 12: { conditions: { sm: "tgph-12lz8s43ij", md: "tgph-12lz8s43ik", lg: "tgph-12lz8s43il", xl: "tgph-12lz8s43im", "2xl": "tgph-12lz8s43in" }, defaultClass: "tgph-12lz8s43ij" }, 14: { conditions: { sm: "tgph-12lz8s43io", md: "tgph-12lz8s43ip", lg: "tgph-12lz8s43iq", xl: "tgph-12lz8s43ir", "2xl": "tgph-12lz8s43is" }, defaultClass: "tgph-12lz8s43io" }, 16: { conditions: { sm: "tgph-12lz8s43it", md: "tgph-12lz8s43iu", lg: "tgph-12lz8s43iv", xl: "tgph-12lz8s43iw", "2xl": "tgph-12lz8s43ix" }, defaultClass: "tgph-12lz8s43it" }, 20: { conditions: { sm: "tgph-12lz8s43iy", md: "tgph-12lz8s43iz", lg: "tgph-12lz8s43j0", xl: "tgph-12lz8s43j1", "2xl": "tgph-12lz8s43j2" }, defaultClass: "tgph-12lz8s43iy" }, 24: { conditions: { sm: "tgph-12lz8s43j3", md: "tgph-12lz8s43j4", lg: "tgph-12lz8s43j5", xl: "tgph-12lz8s43j6", "2xl": "tgph-12lz8s43j7" }, defaultClass: "tgph-12lz8s43j3" }, 28: { conditions: { sm: "tgph-12lz8s43j8", md: "tgph-12lz8s43j9", lg: "tgph-12lz8s43ja", xl: "tgph-12lz8s43jb", "2xl": "tgph-12lz8s43jc" }, defaultClass: "tgph-12lz8s43j8" }, 32: { conditions: { sm: "tgph-12lz8s43jd", md: "tgph-12lz8s43je", lg: "tgph-12lz8s43jf", xl: "tgph-12lz8s43jg", "2xl": "tgph-12lz8s43jh" }, defaultClass: "tgph-12lz8s43jd" }, 36: { conditions: { sm: "tgph-12lz8s43ji", md: "tgph-12lz8s43jj", lg: "tgph-12lz8s43jk", xl: "tgph-12lz8s43jl", "2xl": "tgph-12lz8s43jm" }, defaultClass: "tgph-12lz8s43ji" }, 40: { conditions: { sm: "tgph-12lz8s43jn", md: "tgph-12lz8s43jo", lg: "tgph-12lz8s43jp", xl: "tgph-12lz8s43jq", "2xl": "tgph-12lz8s43jr" }, defaultClass: "tgph-12lz8s43jn" }, 44: { conditions: { sm: "tgph-12lz8s43js", md: "tgph-12lz8s43jt", lg: "tgph-12lz8s43ju", xl: "tgph-12lz8s43jv", "2xl": "tgph-12lz8s43jw" }, defaultClass: "tgph-12lz8s43js" }, 48: { conditions: { sm: "tgph-12lz8s43jx", md: "tgph-12lz8s43jy", lg: "tgph-12lz8s43jz", xl: "tgph-12lz8s43k0", "2xl": "tgph-12lz8s43k1" }, defaultClass: "tgph-12lz8s43jx" }, 52: { conditions: { sm: "tgph-12lz8s43k2", md: "tgph-12lz8s43k3", lg: "tgph-12lz8s43k4", xl: "tgph-12lz8s43k5", "2xl": "tgph-12lz8s43k6" }, defaultClass: "tgph-12lz8s43k2" }, 56: { conditions: { sm: "tgph-12lz8s43k7", md: "tgph-12lz8s43k8", lg: "tgph-12lz8s43k9", xl: "tgph-12lz8s43ka", "2xl": "tgph-12lz8s43kb" }, defaultClass: "tgph-12lz8s43k7" }, 60: { conditions: { sm: "tgph-12lz8s43kc", md: "tgph-12lz8s43kd", lg: "tgph-12lz8s43ke", xl: "tgph-12lz8s43kf", "2xl": "tgph-12lz8s43kg" }, defaultClass: "tgph-12lz8s43kc" }, 64: { conditions: { sm: "tgph-12lz8s43kh", md: "tgph-12lz8s43ki", lg: "tgph-12lz8s43kj", xl: "tgph-12lz8s43kk", "2xl": "tgph-12lz8s43kl" }, defaultClass: "tgph-12lz8s43kh" }, 72: { conditions: { sm: "tgph-12lz8s43km", md: "tgph-12lz8s43kn", lg: "tgph-12lz8s43ko", xl: "tgph-12lz8s43kp", "2xl": "tgph-12lz8s43kq" }, defaultClass: "tgph-12lz8s43km" }, 80: { conditions: { sm: "tgph-12lz8s43kr", md: "tgph-12lz8s43ks", lg: "tgph-12lz8s43kt", xl: "tgph-12lz8s43ku", "2xl": "tgph-12lz8s43kv" }, defaultClass: "tgph-12lz8s43kr" }, 96: { conditions: { sm: "tgph-12lz8s43kw", md: "tgph-12lz8s43kx", lg: "tgph-12lz8s43ky", xl: "tgph-12lz8s43kz", "2xl": "tgph-12lz8s43l0" }, defaultClass: "tgph-12lz8s43kw" }, 140: { conditions: { sm: "tgph-12lz8s43l1", md: "tgph-12lz8s43l2", lg: "tgph-12lz8s43l3", xl: "tgph-12lz8s43l4", "2xl": "tgph-12lz8s43l5" }, defaultClass: "tgph-12lz8s43l1" }, 160: { conditions: { sm: "tgph-12lz8s43l6", md: "tgph-12lz8s43l7", lg: "tgph-12lz8s43l8", xl: "tgph-12lz8s43l9", "2xl": "tgph-12lz8s43la" }, defaultClass: "tgph-12lz8s43l6" }, px: { conditions: { sm: "tgph-12lz8s43lb", md: "tgph-12lz8s43lc", lg: "tgph-12lz8s43ld", xl: "tgph-12lz8s43le", "2xl": "tgph-12lz8s43lf" }, defaultClass: "tgph-12lz8s43lb" }, full: { conditions: { sm: "tgph-12lz8s43lg", md: "tgph-12lz8s43lh", lg: "tgph-12lz8s43li", xl: "tgph-12lz8s43lj", "2xl": "tgph-12lz8s43lk" }, defaultClass: "tgph-12lz8s43lg" }, auto: { conditions: { sm: "tgph-12lz8s43ll", md: "tgph-12lz8s43lm", lg: "tgph-12lz8s43ln", xl: "tgph-12lz8s43lo", "2xl": "tgph-12lz8s43lp" }, defaultClass: "tgph-12lz8s43ll" } }, responsiveArray: void 0 }, width: { values: { 0: { conditions: { sm: "tgph-12lz8s43lq", md: "tgph-12lz8s43lr", lg: "tgph-12lz8s43ls", xl: "tgph-12lz8s43lt", "2xl": "tgph-12lz8s43lu" }, defaultClass: "tgph-12lz8s43lq" }, 1: { conditions: { sm: "tgph-12lz8s43lv", md: "tgph-12lz8s43lw", lg: "tgph-12lz8s43lx", xl: "tgph-12lz8s43ly", "2xl": "tgph-12lz8s43lz" }, defaultClass: "tgph-12lz8s43lv" }, 2: { conditions: { sm: "tgph-12lz8s43m0", md: "tgph-12lz8s43m1", lg: "tgph-12lz8s43m2", xl: "tgph-12lz8s43m3", "2xl": "tgph-12lz8s43m4" }, defaultClass: "tgph-12lz8s43m0" }, 3: { conditions: { sm: "tgph-12lz8s43m5", md: "tgph-12lz8s43m6", lg: "tgph-12lz8s43m7", xl: "tgph-12lz8s43m8", "2xl": "tgph-12lz8s43m9" }, defaultClass: "tgph-12lz8s43m5" }, 4: { conditions: { sm: "tgph-12lz8s43ma", md: "tgph-12lz8s43mb", lg: "tgph-12lz8s43mc", xl: "tgph-12lz8s43md", "2xl": "tgph-12lz8s43me" }, defaultClass: "tgph-12lz8s43ma" }, 5: { conditions: { sm: "tgph-12lz8s43mf", md: "tgph-12lz8s43mg", lg: "tgph-12lz8s43mh", xl: "tgph-12lz8s43mi", "2xl": "tgph-12lz8s43mj" }, defaultClass: "tgph-12lz8s43mf" }, 6: { conditions: { sm: "tgph-12lz8s43mk", md: "tgph-12lz8s43ml", lg: "tgph-12lz8s43mm", xl: "tgph-12lz8s43mn", "2xl": "tgph-12lz8s43mo" }, defaultClass: "tgph-12lz8s43mk" }, 7: { conditions: { sm: "tgph-12lz8s43mp", md: "tgph-12lz8s43mq", lg: "tgph-12lz8s43mr", xl: "tgph-12lz8s43ms", "2xl": "tgph-12lz8s43mt" }, defaultClass: "tgph-12lz8s43mp" }, 8: { conditions: { sm: "tgph-12lz8s43mu", md: "tgph-12lz8s43mv", lg: "tgph-12lz8s43mw", xl: "tgph-12lz8s43mx", "2xl": "tgph-12lz8s43my" }, defaultClass: "tgph-12lz8s43mu" }, 9: { conditions: { sm: "tgph-12lz8s43mz", md: "tgph-12lz8s43n0", lg: "tgph-12lz8s43n1", xl: "tgph-12lz8s43n2", "2xl": "tgph-12lz8s43n3" }, defaultClass: "tgph-12lz8s43mz" }, 10: { conditions: { sm: "tgph-12lz8s43n4", md: "tgph-12lz8s43n5", lg: "tgph-12lz8s43n6", xl: "tgph-12lz8s43n7", "2xl": "tgph-12lz8s43n8" }, defaultClass: "tgph-12lz8s43n4" }, 11: { conditions: { sm: "tgph-12lz8s43n9", md: "tgph-12lz8s43na", lg: "tgph-12lz8s43nb", xl: "tgph-12lz8s43nc", "2xl": "tgph-12lz8s43nd" }, defaultClass: "tgph-12lz8s43n9" }, 12: { conditions: { sm: "tgph-12lz8s43ne", md: "tgph-12lz8s43nf", lg: "tgph-12lz8s43ng", xl: "tgph-12lz8s43nh", "2xl": "tgph-12lz8s43ni" }, defaultClass: "tgph-12lz8s43ne" }, 14: { conditions: { sm: "tgph-12lz8s43nj", md: "tgph-12lz8s43nk", lg: "tgph-12lz8s43nl", xl: "tgph-12lz8s43nm", "2xl": "tgph-12lz8s43nn" }, defaultClass: "tgph-12lz8s43nj" }, 16: { conditions: { sm: "tgph-12lz8s43no", md: "tgph-12lz8s43np", lg: "tgph-12lz8s43nq", xl: "tgph-12lz8s43nr", "2xl": "tgph-12lz8s43ns" }, defaultClass: "tgph-12lz8s43no" }, 20: { conditions: { sm: "tgph-12lz8s43nt", md: "tgph-12lz8s43nu", lg: "tgph-12lz8s43nv", xl: "tgph-12lz8s43nw", "2xl": "tgph-12lz8s43nx" }, defaultClass: "tgph-12lz8s43nt" }, 24: { conditions: { sm: "tgph-12lz8s43ny", md: "tgph-12lz8s43nz", lg: "tgph-12lz8s43o0", xl: "tgph-12lz8s43o1", "2xl": "tgph-12lz8s43o2" }, defaultClass: "tgph-12lz8s43ny" }, 28: { conditions: { sm: "tgph-12lz8s43o3", md: "tgph-12lz8s43o4", lg: "tgph-12lz8s43o5", xl: "tgph-12lz8s43o6", "2xl": "tgph-12lz8s43o7" }, defaultClass: "tgph-12lz8s43o3" }, 32: { conditions: { sm: "tgph-12lz8s43o8", md: "tgph-12lz8s43o9", lg: "tgph-12lz8s43oa", xl: "tgph-12lz8s43ob", "2xl": "tgph-12lz8s43oc" }, defaultClass: "tgph-12lz8s43o8" }, 36: { conditions: { sm: "tgph-12lz8s43od", md: "tgph-12lz8s43oe", lg: "tgph-12lz8s43of", xl: "tgph-12lz8s43og", "2xl": "tgph-12lz8s43oh" }, defaultClass: "tgph-12lz8s43od" }, 40: { conditions: { sm: "tgph-12lz8s43oi", md: "tgph-12lz8s43oj", lg: "tgph-12lz8s43ok", xl: "tgph-12lz8s43ol", "2xl": "tgph-12lz8s43om" }, defaultClass: "tgph-12lz8s43oi" }, 44: { conditions: { sm: "tgph-12lz8s43on", md: "tgph-12lz8s43oo", lg: "tgph-12lz8s43op", xl: "tgph-12lz8s43oq", "2xl": "tgph-12lz8s43or" }, defaultClass: "tgph-12lz8s43on" }, 48: { conditions: { sm: "tgph-12lz8s43os", md: "tgph-12lz8s43ot", lg: "tgph-12lz8s43ou", xl: "tgph-12lz8s43ov", "2xl": "tgph-12lz8s43ow" }, defaultClass: "tgph-12lz8s43os" }, 52: { conditions: { sm: "tgph-12lz8s43ox", md: "tgph-12lz8s43oy", lg: "tgph-12lz8s43oz", xl: "tgph-12lz8s43p0", "2xl": "tgph-12lz8s43p1" }, defaultClass: "tgph-12lz8s43ox" }, 56: { conditions: { sm: "tgph-12lz8s43p2", md: "tgph-12lz8s43p3", lg: "tgph-12lz8s43p4", xl: "tgph-12lz8s43p5", "2xl": "tgph-12lz8s43p6" }, defaultClass: "tgph-12lz8s43p2" }, 60: { conditions: { sm: "tgph-12lz8s43p7", md: "tgph-12lz8s43p8", lg: "tgph-12lz8s43p9", xl: "tgph-12lz8s43pa", "2xl": "tgph-12lz8s43pb" }, defaultClass: "tgph-12lz8s43p7" }, 64: { conditions: { sm: "tgph-12lz8s43pc", md: "tgph-12lz8s43pd", lg: "tgph-12lz8s43pe", xl: "tgph-12lz8s43pf", "2xl": "tgph-12lz8s43pg" }, defaultClass: "tgph-12lz8s43pc" }, 72: { conditions: { sm: "tgph-12lz8s43ph", md: "tgph-12lz8s43pi", lg: "tgph-12lz8s43pj", xl: "tgph-12lz8s43pk", "2xl": "tgph-12lz8s43pl" }, defaultClass: "tgph-12lz8s43ph" }, 80: { conditions: { sm: "tgph-12lz8s43pm", md: "tgph-12lz8s43pn", lg: "tgph-12lz8s43po", xl: "tgph-12lz8s43pp", "2xl": "tgph-12lz8s43pq" }, defaultClass: "tgph-12lz8s43pm" }, 96: { conditions: { sm: "tgph-12lz8s43pr", md: "tgph-12lz8s43ps", lg: "tgph-12lz8s43pt", xl: "tgph-12lz8s43pu", "2xl": "tgph-12lz8s43pv" }, defaultClass: "tgph-12lz8s43pr" }, 140: { conditions: { sm: "tgph-12lz8s43pw", md: "tgph-12lz8s43px", lg: "tgph-12lz8s43py", xl: "tgph-12lz8s43pz", "2xl": "tgph-12lz8s43q0" }, defaultClass: "tgph-12lz8s43pw" }, 160: { conditions: { sm: "tgph-12lz8s43q1", md: "tgph-12lz8s43q2", lg: "tgph-12lz8s43q3", xl: "tgph-12lz8s43q4", "2xl": "tgph-12lz8s43q5" }, defaultClass: "tgph-12lz8s43q1" }, px: { conditions: { sm: "tgph-12lz8s43q6", md: "tgph-12lz8s43q7", lg: "tgph-12lz8s43q8", xl: "tgph-12lz8s43q9", "2xl": "tgph-12lz8s43qa" }, defaultClass: "tgph-12lz8s43q6" }, full: { conditions: { sm: "tgph-12lz8s43qb", md: "tgph-12lz8s43qc", lg: "tgph-12lz8s43qd", xl: "tgph-12lz8s43qe", "2xl": "tgph-12lz8s43qf" }, defaultClass: "tgph-12lz8s43qb" }, auto: { conditions: { sm: "tgph-12lz8s43qg", md: "tgph-12lz8s43qh", lg: "tgph-12lz8s43qi", xl: "tgph-12lz8s43qj", "2xl": "tgph-12lz8s43qk" }, defaultClass: "tgph-12lz8s43qg" } }, responsiveArray: void 0 }, zIndex: { values: { hidden: { conditions: { sm: "tgph-12lz8s43ql", md: "tgph-12lz8s43qm", lg: "tgph-12lz8s43qn", xl: "tgph-12lz8s43qo", "2xl": "tgph-12lz8s43qp" }, defaultClass: "tgph-12lz8s43ql" }, base: { conditions: { sm: "tgph-12lz8s43qq", md: "tgph-12lz8s43qr", lg: "tgph-12lz8s43qs", xl: "tgph-12lz8s43qt", "2xl": "tgph-12lz8s43qu" }, defaultClass: "tgph-12lz8s43qq" }, auto: { conditions: { sm: "tgph-12lz8s43qv", md: "tgph-12lz8s43qw", lg: "tgph-12lz8s43qx", xl: "tgph-12lz8s43qy", "2xl": "tgph-12lz8s43qz" }, defaultClass: "tgph-12lz8s43qv" }, dropdown: { conditions: { sm: "tgph-12lz8s43r0", md: "tgph-12lz8s43r1", lg: "tgph-12lz8s43r2", xl: "tgph-12lz8s43r3", "2xl": "tgph-12lz8s43r4" }, defaultClass: "tgph-12lz8s43r0" }, sticky: { conditions: { sm: "tgph-12lz8s43r5", md: "tgph-12lz8s43r6", lg: "tgph-12lz8s43r7", xl: "tgph-12lz8s43r8", "2xl": "tgph-12lz8s43r9" }, defaultClass: "tgph-12lz8s43r5" }, banner: { conditions: { sm: "tgph-12lz8s43ra", md: "tgph-12lz8s43rb", lg: "tgph-12lz8s43rc", xl: "tgph-12lz8s43rd", "2xl": "tgph-12lz8s43re" }, defaultClass: "tgph-12lz8s43ra" }, overlay: { conditions: { sm: "tgph-12lz8s43rf", md: "tgph-12lz8s43rg", lg: "tgph-12lz8s43rh", xl: "tgph-12lz8s43ri", "2xl": "tgph-12lz8s43rj" }, defaultClass: "tgph-12lz8s43rf" }, modal: { conditions: { sm: "tgph-12lz8s43rk", md: "tgph-12lz8s43rl", lg: "tgph-12lz8s43rm", xl: "tgph-12lz8s43rn", "2xl": "tgph-12lz8s43ro" }, defaultClass: "tgph-12lz8s43rk" }, popover: { conditions: { sm: "tgph-12lz8s43rp", md: "tgph-12lz8s43rq", lg: "tgph-12lz8s43rr", xl: "tgph-12lz8s43rs", "2xl": "tgph-12lz8s43rt" }, defaultClass: "tgph-12lz8s43rp" }, skipLink: { conditions: { sm: "tgph-12lz8s43ru", md: "tgph-12lz8s43rv", lg: "tgph-12lz8s43rw", xl: "tgph-12lz8s43rx", "2xl": "tgph-12lz8s43ry" }, defaultClass: "tgph-12lz8s43ru" }, toast: { conditions: { sm: "tgph-12lz8s43rz", md: "tgph-12lz8s43s0", lg: "tgph-12lz8s43s1", xl: "tgph-12lz8s43s2", "2xl": "tgph-12lz8s43s3" }, defaultClass: "tgph-12lz8s43rz" }, tooltip: { conditions: { sm: "tgph-12lz8s43s4", md: "tgph-12lz8s43s5", lg: "tgph-12lz8s43s6", xl: "tgph-12lz8s43s7", "2xl": "tgph-12lz8s43s8" }, defaultClass: "tgph-12lz8s43s4" } }, responsiveArray: void 0 } } };
|
|
2268
|
-
return
|
|
2266
|
+
}, St = Tl(function() {
|
|
2267
|
+
var t = { conditions: { defaultCondition: "sm", conditionNames: ["sm", "md", "lg", "xl", "2xl"], responsiveArray: ["sm", "md", "lg", "xl", "2xl"] }, styles: { bg: { mappings: ["backgroundColor"] }, borderBottom: { mappings: ["borderBottomWidth"] }, borderLeft: { mappings: ["borderLeftWidth"] }, borderRight: { mappings: ["borderRightWidth"] }, borderTop: { mappings: ["borderTopWidth"] }, borderX: { mappings: ["borderLeftWidth", "borderRightWidth"] }, borderY: { mappings: ["borderTopWidth", "borderBottomWidth"] }, h: { mappings: ["height"] }, m: { mappings: ["margin"] }, maxH: { mappings: ["maxHeight"] }, maxW: { mappings: ["maxWidth"] }, mb: { mappings: ["marginBottom"] }, ml: { mappings: ["marginLeft"] }, mr: { mappings: ["marginRight"] }, mt: { mappings: ["marginTop"] }, mx: { mappings: ["marginLeft", "marginRight"] }, my: { mappings: ["marginTop", "marginBottom"] }, p: { mappings: ["padding"] }, pb: { mappings: ["paddingBottom"] }, pl: { mappings: ["paddingLeft"] }, pr: { mappings: ["paddingRight"] }, pt: { mappings: ["paddingTop"] }, px: { mappings: ["paddingLeft", "paddingRight"] }, py: { mappings: ["paddingTop", "paddingBottom"] }, rounded: { mappings: ["borderRadius"] }, roundedBottom: { mappings: ["borderRadiusBottomRight", "borderRadiusBottomLeft"] }, roundedBottomLeft: { mappings: ["borderRadiusBottomLeft"] }, roundedBottomRight: { mappings: ["borderRadiusBottomRight"] }, roundedLeft: { mappings: ["borderRadiusTopLeft", "borderRadiusBottomLeft"] }, roundedRight: { mappings: ["borderRadiusTopRight", "borderRadiusBottomRight"] }, roundedTop: { mappings: ["borderRadiusTopLeft", "borderRadiusTopRight"] }, roundedTopLeft: { mappings: ["borderRadiusTopLeft"] }, roundedTopRight: { mappings: ["borderRadiusTopRight"] }, shadow: { mappings: ["boxShadow"] }, w: { mappings: ["width"] }, backgroundColor: { values: { transparent: { conditions: { sm: "tgph-12lz8s40", md: "tgph-12lz8s41", lg: "tgph-12lz8s42", xl: "tgph-12lz8s43", "2xl": "tgph-12lz8s44" }, defaultClass: "tgph-12lz8s40" }, white: { conditions: { sm: "tgph-12lz8s45", md: "tgph-12lz8s46", lg: "tgph-12lz8s47", xl: "tgph-12lz8s48", "2xl": "tgph-12lz8s49" }, defaultClass: "tgph-12lz8s45" }, black: { conditions: { sm: "tgph-12lz8s4a", md: "tgph-12lz8s4b", lg: "tgph-12lz8s4c", xl: "tgph-12lz8s4d", "2xl": "tgph-12lz8s4e" }, defaultClass: "tgph-12lz8s4a" }, "surface-1": { conditions: { sm: "tgph-12lz8s4f", md: "tgph-12lz8s4g", lg: "tgph-12lz8s4h", xl: "tgph-12lz8s4i", "2xl": "tgph-12lz8s4j" }, defaultClass: "tgph-12lz8s4f" }, "surface-2": { conditions: { sm: "tgph-12lz8s4k", md: "tgph-12lz8s4l", lg: "tgph-12lz8s4m", xl: "tgph-12lz8s4n", "2xl": "tgph-12lz8s4o" }, defaultClass: "tgph-12lz8s4k" }, "alpha-white-1": { conditions: { sm: "tgph-12lz8s4p", md: "tgph-12lz8s4q", lg: "tgph-12lz8s4r", xl: "tgph-12lz8s4s", "2xl": "tgph-12lz8s4t" }, defaultClass: "tgph-12lz8s4p" }, "alpha-white-2": { conditions: { sm: "tgph-12lz8s4u", md: "tgph-12lz8s4v", lg: "tgph-12lz8s4w", xl: "tgph-12lz8s4x", "2xl": "tgph-12lz8s4y" }, defaultClass: "tgph-12lz8s4u" }, "alpha-white-3": { conditions: { sm: "tgph-12lz8s4z", md: "tgph-12lz8s410", lg: "tgph-12lz8s411", xl: "tgph-12lz8s412", "2xl": "tgph-12lz8s413" }, defaultClass: "tgph-12lz8s4z" }, "alpha-white-4": { conditions: { sm: "tgph-12lz8s414", md: "tgph-12lz8s415", lg: "tgph-12lz8s416", xl: "tgph-12lz8s417", "2xl": "tgph-12lz8s418" }, defaultClass: "tgph-12lz8s414" }, "alpha-white-5": { conditions: { sm: "tgph-12lz8s419", md: "tgph-12lz8s41a", lg: "tgph-12lz8s41b", xl: "tgph-12lz8s41c", "2xl": "tgph-12lz8s41d" }, defaultClass: "tgph-12lz8s419" }, "alpha-white-6": { conditions: { sm: "tgph-12lz8s41e", md: "tgph-12lz8s41f", lg: "tgph-12lz8s41g", xl: "tgph-12lz8s41h", "2xl": "tgph-12lz8s41i" }, defaultClass: "tgph-12lz8s41e" }, "alpha-white-7": { conditions: { sm: "tgph-12lz8s41j", md: "tgph-12lz8s41k", lg: "tgph-12lz8s41l", xl: "tgph-12lz8s41m", "2xl": "tgph-12lz8s41n" }, defaultClass: "tgph-12lz8s41j" }, "alpha-white-8": { conditions: { sm: "tgph-12lz8s41o", md: "tgph-12lz8s41p", lg: "tgph-12lz8s41q", xl: "tgph-12lz8s41r", "2xl": "tgph-12lz8s41s" }, defaultClass: "tgph-12lz8s41o" }, "alpha-white-9": { conditions: { sm: "tgph-12lz8s41t", md: "tgph-12lz8s41u", lg: "tgph-12lz8s41v", xl: "tgph-12lz8s41w", "2xl": "tgph-12lz8s41x" }, defaultClass: "tgph-12lz8s41t" }, "alpha-white-10": { conditions: { sm: "tgph-12lz8s41y", md: "tgph-12lz8s41z", lg: "tgph-12lz8s420", xl: "tgph-12lz8s421", "2xl": "tgph-12lz8s422" }, defaultClass: "tgph-12lz8s41y" }, "alpha-white-11": { conditions: { sm: "tgph-12lz8s423", md: "tgph-12lz8s424", lg: "tgph-12lz8s425", xl: "tgph-12lz8s426", "2xl": "tgph-12lz8s427" }, defaultClass: "tgph-12lz8s423" }, "alpha-white-12": { conditions: { sm: "tgph-12lz8s428", md: "tgph-12lz8s429", lg: "tgph-12lz8s42a", xl: "tgph-12lz8s42b", "2xl": "tgph-12lz8s42c" }, defaultClass: "tgph-12lz8s428" }, "alpha-black-1": { conditions: { sm: "tgph-12lz8s42d", md: "tgph-12lz8s42e", lg: "tgph-12lz8s42f", xl: "tgph-12lz8s42g", "2xl": "tgph-12lz8s42h" }, defaultClass: "tgph-12lz8s42d" }, "alpha-black-2": { conditions: { sm: "tgph-12lz8s42i", md: "tgph-12lz8s42j", lg: "tgph-12lz8s42k", xl: "tgph-12lz8s42l", "2xl": "tgph-12lz8s42m" }, defaultClass: "tgph-12lz8s42i" }, "alpha-black-3": { conditions: { sm: "tgph-12lz8s42n", md: "tgph-12lz8s42o", lg: "tgph-12lz8s42p", xl: "tgph-12lz8s42q", "2xl": "tgph-12lz8s42r" }, defaultClass: "tgph-12lz8s42n" }, "alpha-black-4": { conditions: { sm: "tgph-12lz8s42s", md: "tgph-12lz8s42t", lg: "tgph-12lz8s42u", xl: "tgph-12lz8s42v", "2xl": "tgph-12lz8s42w" }, defaultClass: "tgph-12lz8s42s" }, "alpha-black-5": { conditions: { sm: "tgph-12lz8s42x", md: "tgph-12lz8s42y", lg: "tgph-12lz8s42z", xl: "tgph-12lz8s430", "2xl": "tgph-12lz8s431" }, defaultClass: "tgph-12lz8s42x" }, "alpha-black-6": { conditions: { sm: "tgph-12lz8s432", md: "tgph-12lz8s433", lg: "tgph-12lz8s434", xl: "tgph-12lz8s435", "2xl": "tgph-12lz8s436" }, defaultClass: "tgph-12lz8s432" }, "alpha-black-7": { conditions: { sm: "tgph-12lz8s437", md: "tgph-12lz8s438", lg: "tgph-12lz8s439", xl: "tgph-12lz8s43a", "2xl": "tgph-12lz8s43b" }, defaultClass: "tgph-12lz8s437" }, "alpha-black-8": { conditions: { sm: "tgph-12lz8s43c", md: "tgph-12lz8s43d", lg: "tgph-12lz8s43e", xl: "tgph-12lz8s43f", "2xl": "tgph-12lz8s43g" }, defaultClass: "tgph-12lz8s43c" }, "alpha-black-9": { conditions: { sm: "tgph-12lz8s43h", md: "tgph-12lz8s43i", lg: "tgph-12lz8s43j", xl: "tgph-12lz8s43k", "2xl": "tgph-12lz8s43l" }, defaultClass: "tgph-12lz8s43h" }, "alpha-black-10": { conditions: { sm: "tgph-12lz8s43m", md: "tgph-12lz8s43n", lg: "tgph-12lz8s43o", xl: "tgph-12lz8s43p", "2xl": "tgph-12lz8s43q" }, defaultClass: "tgph-12lz8s43m" }, "alpha-black-11": { conditions: { sm: "tgph-12lz8s43r", md: "tgph-12lz8s43s", lg: "tgph-12lz8s43t", xl: "tgph-12lz8s43u", "2xl": "tgph-12lz8s43v" }, defaultClass: "tgph-12lz8s43r" }, "alpha-black-12": { conditions: { sm: "tgph-12lz8s43w", md: "tgph-12lz8s43x", lg: "tgph-12lz8s43y", xl: "tgph-12lz8s43z", "2xl": "tgph-12lz8s440" }, defaultClass: "tgph-12lz8s43w" }, "gray-1": { conditions: { sm: "tgph-12lz8s441", md: "tgph-12lz8s442", lg: "tgph-12lz8s443", xl: "tgph-12lz8s444", "2xl": "tgph-12lz8s445" }, defaultClass: "tgph-12lz8s441" }, "gray-2": { conditions: { sm: "tgph-12lz8s446", md: "tgph-12lz8s447", lg: "tgph-12lz8s448", xl: "tgph-12lz8s449", "2xl": "tgph-12lz8s44a" }, defaultClass: "tgph-12lz8s446" }, "gray-3": { conditions: { sm: "tgph-12lz8s44b", md: "tgph-12lz8s44c", lg: "tgph-12lz8s44d", xl: "tgph-12lz8s44e", "2xl": "tgph-12lz8s44f" }, defaultClass: "tgph-12lz8s44b" }, "gray-4": { conditions: { sm: "tgph-12lz8s44g", md: "tgph-12lz8s44h", lg: "tgph-12lz8s44i", xl: "tgph-12lz8s44j", "2xl": "tgph-12lz8s44k" }, defaultClass: "tgph-12lz8s44g" }, "gray-5": { conditions: { sm: "tgph-12lz8s44l", md: "tgph-12lz8s44m", lg: "tgph-12lz8s44n", xl: "tgph-12lz8s44o", "2xl": "tgph-12lz8s44p" }, defaultClass: "tgph-12lz8s44l" }, "gray-6": { conditions: { sm: "tgph-12lz8s44q", md: "tgph-12lz8s44r", lg: "tgph-12lz8s44s", xl: "tgph-12lz8s44t", "2xl": "tgph-12lz8s44u" }, defaultClass: "tgph-12lz8s44q" }, "gray-7": { conditions: { sm: "tgph-12lz8s44v", md: "tgph-12lz8s44w", lg: "tgph-12lz8s44x", xl: "tgph-12lz8s44y", "2xl": "tgph-12lz8s44z" }, defaultClass: "tgph-12lz8s44v" }, "gray-8": { conditions: { sm: "tgph-12lz8s450", md: "tgph-12lz8s451", lg: "tgph-12lz8s452", xl: "tgph-12lz8s453", "2xl": "tgph-12lz8s454" }, defaultClass: "tgph-12lz8s450" }, "gray-9": { conditions: { sm: "tgph-12lz8s455", md: "tgph-12lz8s456", lg: "tgph-12lz8s457", xl: "tgph-12lz8s458", "2xl": "tgph-12lz8s459" }, defaultClass: "tgph-12lz8s455" }, "gray-10": { conditions: { sm: "tgph-12lz8s45a", md: "tgph-12lz8s45b", lg: "tgph-12lz8s45c", xl: "tgph-12lz8s45d", "2xl": "tgph-12lz8s45e" }, defaultClass: "tgph-12lz8s45a" }, "gray-11": { conditions: { sm: "tgph-12lz8s45f", md: "tgph-12lz8s45g", lg: "tgph-12lz8s45h", xl: "tgph-12lz8s45i", "2xl": "tgph-12lz8s45j" }, defaultClass: "tgph-12lz8s45f" }, "gray-12": { conditions: { sm: "tgph-12lz8s45k", md: "tgph-12lz8s45l", lg: "tgph-12lz8s45m", xl: "tgph-12lz8s45n", "2xl": "tgph-12lz8s45o" }, defaultClass: "tgph-12lz8s45k" }, "beige-1": { conditions: { sm: "tgph-12lz8s45p", md: "tgph-12lz8s45q", lg: "tgph-12lz8s45r", xl: "tgph-12lz8s45s", "2xl": "tgph-12lz8s45t" }, defaultClass: "tgph-12lz8s45p" }, "beige-2": { conditions: { sm: "tgph-12lz8s45u", md: "tgph-12lz8s45v", lg: "tgph-12lz8s45w", xl: "tgph-12lz8s45x", "2xl": "tgph-12lz8s45y" }, defaultClass: "tgph-12lz8s45u" }, "beige-3": { conditions: { sm: "tgph-12lz8s45z", md: "tgph-12lz8s460", lg: "tgph-12lz8s461", xl: "tgph-12lz8s462", "2xl": "tgph-12lz8s463" }, defaultClass: "tgph-12lz8s45z" }, "beige-4": { conditions: { sm: "tgph-12lz8s464", md: "tgph-12lz8s465", lg: "tgph-12lz8s466", xl: "tgph-12lz8s467", "2xl": "tgph-12lz8s468" }, defaultClass: "tgph-12lz8s464" }, "beige-5": { conditions: { sm: "tgph-12lz8s469", md: "tgph-12lz8s46a", lg: "tgph-12lz8s46b", xl: "tgph-12lz8s46c", "2xl": "tgph-12lz8s46d" }, defaultClass: "tgph-12lz8s469" }, "beige-6": { conditions: { sm: "tgph-12lz8s46e", md: "tgph-12lz8s46f", lg: "tgph-12lz8s46g", xl: "tgph-12lz8s46h", "2xl": "tgph-12lz8s46i" }, defaultClass: "tgph-12lz8s46e" }, "beige-7": { conditions: { sm: "tgph-12lz8s46j", md: "tgph-12lz8s46k", lg: "tgph-12lz8s46l", xl: "tgph-12lz8s46m", "2xl": "tgph-12lz8s46n" }, defaultClass: "tgph-12lz8s46j" }, "beige-8": { conditions: { sm: "tgph-12lz8s46o", md: "tgph-12lz8s46p", lg: "tgph-12lz8s46q", xl: "tgph-12lz8s46r", "2xl": "tgph-12lz8s46s" }, defaultClass: "tgph-12lz8s46o" }, "beige-9": { conditions: { sm: "tgph-12lz8s46t", md: "tgph-12lz8s46u", lg: "tgph-12lz8s46v", xl: "tgph-12lz8s46w", "2xl": "tgph-12lz8s46x" }, defaultClass: "tgph-12lz8s46t" }, "beige-10": { conditions: { sm: "tgph-12lz8s46y", md: "tgph-12lz8s46z", lg: "tgph-12lz8s470", xl: "tgph-12lz8s471", "2xl": "tgph-12lz8s472" }, defaultClass: "tgph-12lz8s46y" }, "beige-11": { conditions: { sm: "tgph-12lz8s473", md: "tgph-12lz8s474", lg: "tgph-12lz8s475", xl: "tgph-12lz8s476", "2xl": "tgph-12lz8s477" }, defaultClass: "tgph-12lz8s473" }, "beige-12": { conditions: { sm: "tgph-12lz8s478", md: "tgph-12lz8s479", lg: "tgph-12lz8s47a", xl: "tgph-12lz8s47b", "2xl": "tgph-12lz8s47c" }, defaultClass: "tgph-12lz8s478" }, "accent-1": { conditions: { sm: "tgph-12lz8s47d", md: "tgph-12lz8s47e", lg: "tgph-12lz8s47f", xl: "tgph-12lz8s47g", "2xl": "tgph-12lz8s47h" }, defaultClass: "tgph-12lz8s47d" }, "accent-2": { conditions: { sm: "tgph-12lz8s47i", md: "tgph-12lz8s47j", lg: "tgph-12lz8s47k", xl: "tgph-12lz8s47l", "2xl": "tgph-12lz8s47m" }, defaultClass: "tgph-12lz8s47i" }, "accent-3": { conditions: { sm: "tgph-12lz8s47n", md: "tgph-12lz8s47o", lg: "tgph-12lz8s47p", xl: "tgph-12lz8s47q", "2xl": "tgph-12lz8s47r" }, defaultClass: "tgph-12lz8s47n" }, "accent-4": { conditions: { sm: "tgph-12lz8s47s", md: "tgph-12lz8s47t", lg: "tgph-12lz8s47u", xl: "tgph-12lz8s47v", "2xl": "tgph-12lz8s47w" }, defaultClass: "tgph-12lz8s47s" }, "accent-5": { conditions: { sm: "tgph-12lz8s47x", md: "tgph-12lz8s47y", lg: "tgph-12lz8s47z", xl: "tgph-12lz8s480", "2xl": "tgph-12lz8s481" }, defaultClass: "tgph-12lz8s47x" }, "accent-6": { conditions: { sm: "tgph-12lz8s482", md: "tgph-12lz8s483", lg: "tgph-12lz8s484", xl: "tgph-12lz8s485", "2xl": "tgph-12lz8s486" }, defaultClass: "tgph-12lz8s482" }, "accent-7": { conditions: { sm: "tgph-12lz8s487", md: "tgph-12lz8s488", lg: "tgph-12lz8s489", xl: "tgph-12lz8s48a", "2xl": "tgph-12lz8s48b" }, defaultClass: "tgph-12lz8s487" }, "accent-8": { conditions: { sm: "tgph-12lz8s48c", md: "tgph-12lz8s48d", lg: "tgph-12lz8s48e", xl: "tgph-12lz8s48f", "2xl": "tgph-12lz8s48g" }, defaultClass: "tgph-12lz8s48c" }, "accent-9": { conditions: { sm: "tgph-12lz8s48h", md: "tgph-12lz8s48i", lg: "tgph-12lz8s48j", xl: "tgph-12lz8s48k", "2xl": "tgph-12lz8s48l" }, defaultClass: "tgph-12lz8s48h" }, "accent-10": { conditions: { sm: "tgph-12lz8s48m", md: "tgph-12lz8s48n", lg: "tgph-12lz8s48o", xl: "tgph-12lz8s48p", "2xl": "tgph-12lz8s48q" }, defaultClass: "tgph-12lz8s48m" }, "accent-11": { conditions: { sm: "tgph-12lz8s48r", md: "tgph-12lz8s48s", lg: "tgph-12lz8s48t", xl: "tgph-12lz8s48u", "2xl": "tgph-12lz8s48v" }, defaultClass: "tgph-12lz8s48r" }, "accent-12": { conditions: { sm: "tgph-12lz8s48w", md: "tgph-12lz8s48x", lg: "tgph-12lz8s48y", xl: "tgph-12lz8s48z", "2xl": "tgph-12lz8s490" }, defaultClass: "tgph-12lz8s48w" }, "green-1": { conditions: { sm: "tgph-12lz8s491", md: "tgph-12lz8s492", lg: "tgph-12lz8s493", xl: "tgph-12lz8s494", "2xl": "tgph-12lz8s495" }, defaultClass: "tgph-12lz8s491" }, "green-2": { conditions: { sm: "tgph-12lz8s496", md: "tgph-12lz8s497", lg: "tgph-12lz8s498", xl: "tgph-12lz8s499", "2xl": "tgph-12lz8s49a" }, defaultClass: "tgph-12lz8s496" }, "green-3": { conditions: { sm: "tgph-12lz8s49b", md: "tgph-12lz8s49c", lg: "tgph-12lz8s49d", xl: "tgph-12lz8s49e", "2xl": "tgph-12lz8s49f" }, defaultClass: "tgph-12lz8s49b" }, "green-4": { conditions: { sm: "tgph-12lz8s49g", md: "tgph-12lz8s49h", lg: "tgph-12lz8s49i", xl: "tgph-12lz8s49j", "2xl": "tgph-12lz8s49k" }, defaultClass: "tgph-12lz8s49g" }, "green-5": { conditions: { sm: "tgph-12lz8s49l", md: "tgph-12lz8s49m", lg: "tgph-12lz8s49n", xl: "tgph-12lz8s49o", "2xl": "tgph-12lz8s49p" }, defaultClass: "tgph-12lz8s49l" }, "green-6": { conditions: { sm: "tgph-12lz8s49q", md: "tgph-12lz8s49r", lg: "tgph-12lz8s49s", xl: "tgph-12lz8s49t", "2xl": "tgph-12lz8s49u" }, defaultClass: "tgph-12lz8s49q" }, "green-7": { conditions: { sm: "tgph-12lz8s49v", md: "tgph-12lz8s49w", lg: "tgph-12lz8s49x", xl: "tgph-12lz8s49y", "2xl": "tgph-12lz8s49z" }, defaultClass: "tgph-12lz8s49v" }, "green-8": { conditions: { sm: "tgph-12lz8s4a0", md: "tgph-12lz8s4a1", lg: "tgph-12lz8s4a2", xl: "tgph-12lz8s4a3", "2xl": "tgph-12lz8s4a4" }, defaultClass: "tgph-12lz8s4a0" }, "green-9": { conditions: { sm: "tgph-12lz8s4a5", md: "tgph-12lz8s4a6", lg: "tgph-12lz8s4a7", xl: "tgph-12lz8s4a8", "2xl": "tgph-12lz8s4a9" }, defaultClass: "tgph-12lz8s4a5" }, "green-10": { conditions: { sm: "tgph-12lz8s4aa", md: "tgph-12lz8s4ab", lg: "tgph-12lz8s4ac", xl: "tgph-12lz8s4ad", "2xl": "tgph-12lz8s4ae" }, defaultClass: "tgph-12lz8s4aa" }, "green-11": { conditions: { sm: "tgph-12lz8s4af", md: "tgph-12lz8s4ag", lg: "tgph-12lz8s4ah", xl: "tgph-12lz8s4ai", "2xl": "tgph-12lz8s4aj" }, defaultClass: "tgph-12lz8s4af" }, "green-12": { conditions: { sm: "tgph-12lz8s4ak", md: "tgph-12lz8s4al", lg: "tgph-12lz8s4am", xl: "tgph-12lz8s4an", "2xl": "tgph-12lz8s4ao" }, defaultClass: "tgph-12lz8s4ak" }, "yellow-1": { conditions: { sm: "tgph-12lz8s4ap", md: "tgph-12lz8s4aq", lg: "tgph-12lz8s4ar", xl: "tgph-12lz8s4as", "2xl": "tgph-12lz8s4at" }, defaultClass: "tgph-12lz8s4ap" }, "yellow-2": { conditions: { sm: "tgph-12lz8s4au", md: "tgph-12lz8s4av", lg: "tgph-12lz8s4aw", xl: "tgph-12lz8s4ax", "2xl": "tgph-12lz8s4ay" }, defaultClass: "tgph-12lz8s4au" }, "yellow-3": { conditions: { sm: "tgph-12lz8s4az", md: "tgph-12lz8s4b0", lg: "tgph-12lz8s4b1", xl: "tgph-12lz8s4b2", "2xl": "tgph-12lz8s4b3" }, defaultClass: "tgph-12lz8s4az" }, "yellow-4": { conditions: { sm: "tgph-12lz8s4b4", md: "tgph-12lz8s4b5", lg: "tgph-12lz8s4b6", xl: "tgph-12lz8s4b7", "2xl": "tgph-12lz8s4b8" }, defaultClass: "tgph-12lz8s4b4" }, "yellow-5": { conditions: { sm: "tgph-12lz8s4b9", md: "tgph-12lz8s4ba", lg: "tgph-12lz8s4bb", xl: "tgph-12lz8s4bc", "2xl": "tgph-12lz8s4bd" }, defaultClass: "tgph-12lz8s4b9" }, "yellow-6": { conditions: { sm: "tgph-12lz8s4be", md: "tgph-12lz8s4bf", lg: "tgph-12lz8s4bg", xl: "tgph-12lz8s4bh", "2xl": "tgph-12lz8s4bi" }, defaultClass: "tgph-12lz8s4be" }, "yellow-7": { conditions: { sm: "tgph-12lz8s4bj", md: "tgph-12lz8s4bk", lg: "tgph-12lz8s4bl", xl: "tgph-12lz8s4bm", "2xl": "tgph-12lz8s4bn" }, defaultClass: "tgph-12lz8s4bj" }, "yellow-8": { conditions: { sm: "tgph-12lz8s4bo", md: "tgph-12lz8s4bp", lg: "tgph-12lz8s4bq", xl: "tgph-12lz8s4br", "2xl": "tgph-12lz8s4bs" }, defaultClass: "tgph-12lz8s4bo" }, "yellow-9": { conditions: { sm: "tgph-12lz8s4bt", md: "tgph-12lz8s4bu", lg: "tgph-12lz8s4bv", xl: "tgph-12lz8s4bw", "2xl": "tgph-12lz8s4bx" }, defaultClass: "tgph-12lz8s4bt" }, "yellow-10": { conditions: { sm: "tgph-12lz8s4by", md: "tgph-12lz8s4bz", lg: "tgph-12lz8s4c0", xl: "tgph-12lz8s4c1", "2xl": "tgph-12lz8s4c2" }, defaultClass: "tgph-12lz8s4by" }, "yellow-11": { conditions: { sm: "tgph-12lz8s4c3", md: "tgph-12lz8s4c4", lg: "tgph-12lz8s4c5", xl: "tgph-12lz8s4c6", "2xl": "tgph-12lz8s4c7" }, defaultClass: "tgph-12lz8s4c3" }, "yellow-12": { conditions: { sm: "tgph-12lz8s4c8", md: "tgph-12lz8s4c9", lg: "tgph-12lz8s4ca", xl: "tgph-12lz8s4cb", "2xl": "tgph-12lz8s4cc" }, defaultClass: "tgph-12lz8s4c8" }, "blue-1": { conditions: { sm: "tgph-12lz8s4cd", md: "tgph-12lz8s4ce", lg: "tgph-12lz8s4cf", xl: "tgph-12lz8s4cg", "2xl": "tgph-12lz8s4ch" }, defaultClass: "tgph-12lz8s4cd" }, "blue-2": { conditions: { sm: "tgph-12lz8s4ci", md: "tgph-12lz8s4cj", lg: "tgph-12lz8s4ck", xl: "tgph-12lz8s4cl", "2xl": "tgph-12lz8s4cm" }, defaultClass: "tgph-12lz8s4ci" }, "blue-3": { conditions: { sm: "tgph-12lz8s4cn", md: "tgph-12lz8s4co", lg: "tgph-12lz8s4cp", xl: "tgph-12lz8s4cq", "2xl": "tgph-12lz8s4cr" }, defaultClass: "tgph-12lz8s4cn" }, "blue-4": { conditions: { sm: "tgph-12lz8s4cs", md: "tgph-12lz8s4ct", lg: "tgph-12lz8s4cu", xl: "tgph-12lz8s4cv", "2xl": "tgph-12lz8s4cw" }, defaultClass: "tgph-12lz8s4cs" }, "blue-5": { conditions: { sm: "tgph-12lz8s4cx", md: "tgph-12lz8s4cy", lg: "tgph-12lz8s4cz", xl: "tgph-12lz8s4d0", "2xl": "tgph-12lz8s4d1" }, defaultClass: "tgph-12lz8s4cx" }, "blue-6": { conditions: { sm: "tgph-12lz8s4d2", md: "tgph-12lz8s4d3", lg: "tgph-12lz8s4d4", xl: "tgph-12lz8s4d5", "2xl": "tgph-12lz8s4d6" }, defaultClass: "tgph-12lz8s4d2" }, "blue-7": { conditions: { sm: "tgph-12lz8s4d7", md: "tgph-12lz8s4d8", lg: "tgph-12lz8s4d9", xl: "tgph-12lz8s4da", "2xl": "tgph-12lz8s4db" }, defaultClass: "tgph-12lz8s4d7" }, "blue-8": { conditions: { sm: "tgph-12lz8s4dc", md: "tgph-12lz8s4dd", lg: "tgph-12lz8s4de", xl: "tgph-12lz8s4df", "2xl": "tgph-12lz8s4dg" }, defaultClass: "tgph-12lz8s4dc" }, "blue-9": { conditions: { sm: "tgph-12lz8s4dh", md: "tgph-12lz8s4di", lg: "tgph-12lz8s4dj", xl: "tgph-12lz8s4dk", "2xl": "tgph-12lz8s4dl" }, defaultClass: "tgph-12lz8s4dh" }, "blue-10": { conditions: { sm: "tgph-12lz8s4dm", md: "tgph-12lz8s4dn", lg: "tgph-12lz8s4do", xl: "tgph-12lz8s4dp", "2xl": "tgph-12lz8s4dq" }, defaultClass: "tgph-12lz8s4dm" }, "blue-11": { conditions: { sm: "tgph-12lz8s4dr", md: "tgph-12lz8s4ds", lg: "tgph-12lz8s4dt", xl: "tgph-12lz8s4du", "2xl": "tgph-12lz8s4dv" }, defaultClass: "tgph-12lz8s4dr" }, "blue-12": { conditions: { sm: "tgph-12lz8s4dw", md: "tgph-12lz8s4dx", lg: "tgph-12lz8s4dy", xl: "tgph-12lz8s4dz", "2xl": "tgph-12lz8s4e0" }, defaultClass: "tgph-12lz8s4dw" }, "red-1": { conditions: { sm: "tgph-12lz8s4e1", md: "tgph-12lz8s4e2", lg: "tgph-12lz8s4e3", xl: "tgph-12lz8s4e4", "2xl": "tgph-12lz8s4e5" }, defaultClass: "tgph-12lz8s4e1" }, "red-2": { conditions: { sm: "tgph-12lz8s4e6", md: "tgph-12lz8s4e7", lg: "tgph-12lz8s4e8", xl: "tgph-12lz8s4e9", "2xl": "tgph-12lz8s4ea" }, defaultClass: "tgph-12lz8s4e6" }, "red-3": { conditions: { sm: "tgph-12lz8s4eb", md: "tgph-12lz8s4ec", lg: "tgph-12lz8s4ed", xl: "tgph-12lz8s4ee", "2xl": "tgph-12lz8s4ef" }, defaultClass: "tgph-12lz8s4eb" }, "red-4": { conditions: { sm: "tgph-12lz8s4eg", md: "tgph-12lz8s4eh", lg: "tgph-12lz8s4ei", xl: "tgph-12lz8s4ej", "2xl": "tgph-12lz8s4ek" }, defaultClass: "tgph-12lz8s4eg" }, "red-5": { conditions: { sm: "tgph-12lz8s4el", md: "tgph-12lz8s4em", lg: "tgph-12lz8s4en", xl: "tgph-12lz8s4eo", "2xl": "tgph-12lz8s4ep" }, defaultClass: "tgph-12lz8s4el" }, "red-6": { conditions: { sm: "tgph-12lz8s4eq", md: "tgph-12lz8s4er", lg: "tgph-12lz8s4es", xl: "tgph-12lz8s4et", "2xl": "tgph-12lz8s4eu" }, defaultClass: "tgph-12lz8s4eq" }, "red-7": { conditions: { sm: "tgph-12lz8s4ev", md: "tgph-12lz8s4ew", lg: "tgph-12lz8s4ex", xl: "tgph-12lz8s4ey", "2xl": "tgph-12lz8s4ez" }, defaultClass: "tgph-12lz8s4ev" }, "red-8": { conditions: { sm: "tgph-12lz8s4f0", md: "tgph-12lz8s4f1", lg: "tgph-12lz8s4f2", xl: "tgph-12lz8s4f3", "2xl": "tgph-12lz8s4f4" }, defaultClass: "tgph-12lz8s4f0" }, "red-9": { conditions: { sm: "tgph-12lz8s4f5", md: "tgph-12lz8s4f6", lg: "tgph-12lz8s4f7", xl: "tgph-12lz8s4f8", "2xl": "tgph-12lz8s4f9" }, defaultClass: "tgph-12lz8s4f5" }, "red-10": { conditions: { sm: "tgph-12lz8s4fa", md: "tgph-12lz8s4fb", lg: "tgph-12lz8s4fc", xl: "tgph-12lz8s4fd", "2xl": "tgph-12lz8s4fe" }, defaultClass: "tgph-12lz8s4fa" }, "red-11": { conditions: { sm: "tgph-12lz8s4ff", md: "tgph-12lz8s4fg", lg: "tgph-12lz8s4fh", xl: "tgph-12lz8s4fi", "2xl": "tgph-12lz8s4fj" }, defaultClass: "tgph-12lz8s4ff" }, "red-12": { conditions: { sm: "tgph-12lz8s4fk", md: "tgph-12lz8s4fl", lg: "tgph-12lz8s4fm", xl: "tgph-12lz8s4fn", "2xl": "tgph-12lz8s4fo" }, defaultClass: "tgph-12lz8s4fk" }, "purple-1": { conditions: { sm: "tgph-12lz8s4fp", md: "tgph-12lz8s4fq", lg: "tgph-12lz8s4fr", xl: "tgph-12lz8s4fs", "2xl": "tgph-12lz8s4ft" }, defaultClass: "tgph-12lz8s4fp" }, "purple-2": { conditions: { sm: "tgph-12lz8s4fu", md: "tgph-12lz8s4fv", lg: "tgph-12lz8s4fw", xl: "tgph-12lz8s4fx", "2xl": "tgph-12lz8s4fy" }, defaultClass: "tgph-12lz8s4fu" }, "purple-3": { conditions: { sm: "tgph-12lz8s4fz", md: "tgph-12lz8s4g0", lg: "tgph-12lz8s4g1", xl: "tgph-12lz8s4g2", "2xl": "tgph-12lz8s4g3" }, defaultClass: "tgph-12lz8s4fz" }, "purple-4": { conditions: { sm: "tgph-12lz8s4g4", md: "tgph-12lz8s4g5", lg: "tgph-12lz8s4g6", xl: "tgph-12lz8s4g7", "2xl": "tgph-12lz8s4g8" }, defaultClass: "tgph-12lz8s4g4" }, "purple-5": { conditions: { sm: "tgph-12lz8s4g9", md: "tgph-12lz8s4ga", lg: "tgph-12lz8s4gb", xl: "tgph-12lz8s4gc", "2xl": "tgph-12lz8s4gd" }, defaultClass: "tgph-12lz8s4g9" }, "purple-6": { conditions: { sm: "tgph-12lz8s4ge", md: "tgph-12lz8s4gf", lg: "tgph-12lz8s4gg", xl: "tgph-12lz8s4gh", "2xl": "tgph-12lz8s4gi" }, defaultClass: "tgph-12lz8s4ge" }, "purple-7": { conditions: { sm: "tgph-12lz8s4gj", md: "tgph-12lz8s4gk", lg: "tgph-12lz8s4gl", xl: "tgph-12lz8s4gm", "2xl": "tgph-12lz8s4gn" }, defaultClass: "tgph-12lz8s4gj" }, "purple-8": { conditions: { sm: "tgph-12lz8s4go", md: "tgph-12lz8s4gp", lg: "tgph-12lz8s4gq", xl: "tgph-12lz8s4gr", "2xl": "tgph-12lz8s4gs" }, defaultClass: "tgph-12lz8s4go" }, "purple-9": { conditions: { sm: "tgph-12lz8s4gt", md: "tgph-12lz8s4gu", lg: "tgph-12lz8s4gv", xl: "tgph-12lz8s4gw", "2xl": "tgph-12lz8s4gx" }, defaultClass: "tgph-12lz8s4gt" }, "purple-10": { conditions: { sm: "tgph-12lz8s4gy", md: "tgph-12lz8s4gz", lg: "tgph-12lz8s4h0", xl: "tgph-12lz8s4h1", "2xl": "tgph-12lz8s4h2" }, defaultClass: "tgph-12lz8s4gy" }, "purple-11": { conditions: { sm: "tgph-12lz8s4h3", md: "tgph-12lz8s4h4", lg: "tgph-12lz8s4h5", xl: "tgph-12lz8s4h6", "2xl": "tgph-12lz8s4h7" }, defaultClass: "tgph-12lz8s4h3" }, "purple-12": { conditions: { sm: "tgph-12lz8s4h8", md: "tgph-12lz8s4h9", lg: "tgph-12lz8s4ha", xl: "tgph-12lz8s4hb", "2xl": "tgph-12lz8s4hc" }, defaultClass: "tgph-12lz8s4h8" } }, responsiveArray: void 0 }, borderWidth: { values: { 0: { conditions: { sm: "tgph-12lz8s4hd", md: "tgph-12lz8s4he", lg: "tgph-12lz8s4hf", xl: "tgph-12lz8s4hg", "2xl": "tgph-12lz8s4hh" }, defaultClass: "tgph-12lz8s4hd" }, 1: { conditions: { sm: "tgph-12lz8s4hi", md: "tgph-12lz8s4hj", lg: "tgph-12lz8s4hk", xl: "tgph-12lz8s4hl", "2xl": "tgph-12lz8s4hm" }, defaultClass: "tgph-12lz8s4hi" }, 2: { conditions: { sm: "tgph-12lz8s4hn", md: "tgph-12lz8s4ho", lg: "tgph-12lz8s4hp", xl: "tgph-12lz8s4hq", "2xl": "tgph-12lz8s4hr" }, defaultClass: "tgph-12lz8s4hn" }, 3: { conditions: { sm: "tgph-12lz8s4hs", md: "tgph-12lz8s4ht", lg: "tgph-12lz8s4hu", xl: "tgph-12lz8s4hv", "2xl": "tgph-12lz8s4hw" }, defaultClass: "tgph-12lz8s4hs" }, 4: { conditions: { sm: "tgph-12lz8s4hx", md: "tgph-12lz8s4hy", lg: "tgph-12lz8s4hz", xl: "tgph-12lz8s4i0", "2xl": "tgph-12lz8s4i1" }, defaultClass: "tgph-12lz8s4hx" }, 5: { conditions: { sm: "tgph-12lz8s4i2", md: "tgph-12lz8s4i3", lg: "tgph-12lz8s4i4", xl: "tgph-12lz8s4i5", "2xl": "tgph-12lz8s4i6" }, defaultClass: "tgph-12lz8s4i2" }, 6: { conditions: { sm: "tgph-12lz8s4i7", md: "tgph-12lz8s4i8", lg: "tgph-12lz8s4i9", xl: "tgph-12lz8s4ia", "2xl": "tgph-12lz8s4ib" }, defaultClass: "tgph-12lz8s4i7" }, 7: { conditions: { sm: "tgph-12lz8s4ic", md: "tgph-12lz8s4id", lg: "tgph-12lz8s4ie", xl: "tgph-12lz8s4if", "2xl": "tgph-12lz8s4ig" }, defaultClass: "tgph-12lz8s4ic" }, 8: { conditions: { sm: "tgph-12lz8s4ih", md: "tgph-12lz8s4ii", lg: "tgph-12lz8s4ij", xl: "tgph-12lz8s4ik", "2xl": "tgph-12lz8s4il" }, defaultClass: "tgph-12lz8s4ih" }, 9: { conditions: { sm: "tgph-12lz8s4im", md: "tgph-12lz8s4in", lg: "tgph-12lz8s4io", xl: "tgph-12lz8s4ip", "2xl": "tgph-12lz8s4iq" }, defaultClass: "tgph-12lz8s4im" }, 10: { conditions: { sm: "tgph-12lz8s4ir", md: "tgph-12lz8s4is", lg: "tgph-12lz8s4it", xl: "tgph-12lz8s4iu", "2xl": "tgph-12lz8s4iv" }, defaultClass: "tgph-12lz8s4ir" }, 11: { conditions: { sm: "tgph-12lz8s4iw", md: "tgph-12lz8s4ix", lg: "tgph-12lz8s4iy", xl: "tgph-12lz8s4iz", "2xl": "tgph-12lz8s4j0" }, defaultClass: "tgph-12lz8s4iw" }, 12: { conditions: { sm: "tgph-12lz8s4j1", md: "tgph-12lz8s4j2", lg: "tgph-12lz8s4j3", xl: "tgph-12lz8s4j4", "2xl": "tgph-12lz8s4j5" }, defaultClass: "tgph-12lz8s4j1" }, 14: { conditions: { sm: "tgph-12lz8s4j6", md: "tgph-12lz8s4j7", lg: "tgph-12lz8s4j8", xl: "tgph-12lz8s4j9", "2xl": "tgph-12lz8s4ja" }, defaultClass: "tgph-12lz8s4j6" }, 16: { conditions: { sm: "tgph-12lz8s4jb", md: "tgph-12lz8s4jc", lg: "tgph-12lz8s4jd", xl: "tgph-12lz8s4je", "2xl": "tgph-12lz8s4jf" }, defaultClass: "tgph-12lz8s4jb" }, 20: { conditions: { sm: "tgph-12lz8s4jg", md: "tgph-12lz8s4jh", lg: "tgph-12lz8s4ji", xl: "tgph-12lz8s4jj", "2xl": "tgph-12lz8s4jk" }, defaultClass: "tgph-12lz8s4jg" }, 24: { conditions: { sm: "tgph-12lz8s4jl", md: "tgph-12lz8s4jm", lg: "tgph-12lz8s4jn", xl: "tgph-12lz8s4jo", "2xl": "tgph-12lz8s4jp" }, defaultClass: "tgph-12lz8s4jl" }, 28: { conditions: { sm: "tgph-12lz8s4jq", md: "tgph-12lz8s4jr", lg: "tgph-12lz8s4js", xl: "tgph-12lz8s4jt", "2xl": "tgph-12lz8s4ju" }, defaultClass: "tgph-12lz8s4jq" }, 32: { conditions: { sm: "tgph-12lz8s4jv", md: "tgph-12lz8s4jw", lg: "tgph-12lz8s4jx", xl: "tgph-12lz8s4jy", "2xl": "tgph-12lz8s4jz" }, defaultClass: "tgph-12lz8s4jv" }, 36: { conditions: { sm: "tgph-12lz8s4k0", md: "tgph-12lz8s4k1", lg: "tgph-12lz8s4k2", xl: "tgph-12lz8s4k3", "2xl": "tgph-12lz8s4k4" }, defaultClass: "tgph-12lz8s4k0" }, 40: { conditions: { sm: "tgph-12lz8s4k5", md: "tgph-12lz8s4k6", lg: "tgph-12lz8s4k7", xl: "tgph-12lz8s4k8", "2xl": "tgph-12lz8s4k9" }, defaultClass: "tgph-12lz8s4k5" }, 44: { conditions: { sm: "tgph-12lz8s4ka", md: "tgph-12lz8s4kb", lg: "tgph-12lz8s4kc", xl: "tgph-12lz8s4kd", "2xl": "tgph-12lz8s4ke" }, defaultClass: "tgph-12lz8s4ka" }, 48: { conditions: { sm: "tgph-12lz8s4kf", md: "tgph-12lz8s4kg", lg: "tgph-12lz8s4kh", xl: "tgph-12lz8s4ki", "2xl": "tgph-12lz8s4kj" }, defaultClass: "tgph-12lz8s4kf" }, 52: { conditions: { sm: "tgph-12lz8s4kk", md: "tgph-12lz8s4kl", lg: "tgph-12lz8s4km", xl: "tgph-12lz8s4kn", "2xl": "tgph-12lz8s4ko" }, defaultClass: "tgph-12lz8s4kk" }, 56: { conditions: { sm: "tgph-12lz8s4kp", md: "tgph-12lz8s4kq", lg: "tgph-12lz8s4kr", xl: "tgph-12lz8s4ks", "2xl": "tgph-12lz8s4kt" }, defaultClass: "tgph-12lz8s4kp" }, 60: { conditions: { sm: "tgph-12lz8s4ku", md: "tgph-12lz8s4kv", lg: "tgph-12lz8s4kw", xl: "tgph-12lz8s4kx", "2xl": "tgph-12lz8s4ky" }, defaultClass: "tgph-12lz8s4ku" }, 64: { conditions: { sm: "tgph-12lz8s4kz", md: "tgph-12lz8s4l0", lg: "tgph-12lz8s4l1", xl: "tgph-12lz8s4l2", "2xl": "tgph-12lz8s4l3" }, defaultClass: "tgph-12lz8s4kz" }, 72: { conditions: { sm: "tgph-12lz8s4l4", md: "tgph-12lz8s4l5", lg: "tgph-12lz8s4l6", xl: "tgph-12lz8s4l7", "2xl": "tgph-12lz8s4l8" }, defaultClass: "tgph-12lz8s4l4" }, 80: { conditions: { sm: "tgph-12lz8s4l9", md: "tgph-12lz8s4la", lg: "tgph-12lz8s4lb", xl: "tgph-12lz8s4lc", "2xl": "tgph-12lz8s4ld" }, defaultClass: "tgph-12lz8s4l9" }, 96: { conditions: { sm: "tgph-12lz8s4le", md: "tgph-12lz8s4lf", lg: "tgph-12lz8s4lg", xl: "tgph-12lz8s4lh", "2xl": "tgph-12lz8s4li" }, defaultClass: "tgph-12lz8s4le" }, 140: { conditions: { sm: "tgph-12lz8s4lj", md: "tgph-12lz8s4lk", lg: "tgph-12lz8s4ll", xl: "tgph-12lz8s4lm", "2xl": "tgph-12lz8s4ln" }, defaultClass: "tgph-12lz8s4lj" }, 160: { conditions: { sm: "tgph-12lz8s4lo", md: "tgph-12lz8s4lp", lg: "tgph-12lz8s4lq", xl: "tgph-12lz8s4lr", "2xl": "tgph-12lz8s4ls" }, defaultClass: "tgph-12lz8s4lo" }, px: { conditions: { sm: "tgph-12lz8s4lt", md: "tgph-12lz8s4lu", lg: "tgph-12lz8s4lv", xl: "tgph-12lz8s4lw", "2xl": "tgph-12lz8s4lx" }, defaultClass: "tgph-12lz8s4lt" }, full: { conditions: { sm: "tgph-12lz8s4ly", md: "tgph-12lz8s4lz", lg: "tgph-12lz8s4m0", xl: "tgph-12lz8s4m1", "2xl": "tgph-12lz8s4m2" }, defaultClass: "tgph-12lz8s4ly" }, auto: { conditions: { sm: "tgph-12lz8s4m3", md: "tgph-12lz8s4m4", lg: "tgph-12lz8s4m5", xl: "tgph-12lz8s4m6", "2xl": "tgph-12lz8s4m7" }, defaultClass: "tgph-12lz8s4m3" } }, responsiveArray: void 0 }, borderBottomWidth: { values: { 0: { conditions: { sm: "tgph-12lz8s4m8", md: "tgph-12lz8s4m9", lg: "tgph-12lz8s4ma", xl: "tgph-12lz8s4mb", "2xl": "tgph-12lz8s4mc" }, defaultClass: "tgph-12lz8s4m8" }, 1: { conditions: { sm: "tgph-12lz8s4md", md: "tgph-12lz8s4me", lg: "tgph-12lz8s4mf", xl: "tgph-12lz8s4mg", "2xl": "tgph-12lz8s4mh" }, defaultClass: "tgph-12lz8s4md" }, 2: { conditions: { sm: "tgph-12lz8s4mi", md: "tgph-12lz8s4mj", lg: "tgph-12lz8s4mk", xl: "tgph-12lz8s4ml", "2xl": "tgph-12lz8s4mm" }, defaultClass: "tgph-12lz8s4mi" }, 3: { conditions: { sm: "tgph-12lz8s4mn", md: "tgph-12lz8s4mo", lg: "tgph-12lz8s4mp", xl: "tgph-12lz8s4mq", "2xl": "tgph-12lz8s4mr" }, defaultClass: "tgph-12lz8s4mn" }, 4: { conditions: { sm: "tgph-12lz8s4ms", md: "tgph-12lz8s4mt", lg: "tgph-12lz8s4mu", xl: "tgph-12lz8s4mv", "2xl": "tgph-12lz8s4mw" }, defaultClass: "tgph-12lz8s4ms" }, 5: { conditions: { sm: "tgph-12lz8s4mx", md: "tgph-12lz8s4my", lg: "tgph-12lz8s4mz", xl: "tgph-12lz8s4n0", "2xl": "tgph-12lz8s4n1" }, defaultClass: "tgph-12lz8s4mx" }, 6: { conditions: { sm: "tgph-12lz8s4n2", md: "tgph-12lz8s4n3", lg: "tgph-12lz8s4n4", xl: "tgph-12lz8s4n5", "2xl": "tgph-12lz8s4n6" }, defaultClass: "tgph-12lz8s4n2" }, 7: { conditions: { sm: "tgph-12lz8s4n7", md: "tgph-12lz8s4n8", lg: "tgph-12lz8s4n9", xl: "tgph-12lz8s4na", "2xl": "tgph-12lz8s4nb" }, defaultClass: "tgph-12lz8s4n7" }, 8: { conditions: { sm: "tgph-12lz8s4nc", md: "tgph-12lz8s4nd", lg: "tgph-12lz8s4ne", xl: "tgph-12lz8s4nf", "2xl": "tgph-12lz8s4ng" }, defaultClass: "tgph-12lz8s4nc" }, 9: { conditions: { sm: "tgph-12lz8s4nh", md: "tgph-12lz8s4ni", lg: "tgph-12lz8s4nj", xl: "tgph-12lz8s4nk", "2xl": "tgph-12lz8s4nl" }, defaultClass: "tgph-12lz8s4nh" }, 10: { conditions: { sm: "tgph-12lz8s4nm", md: "tgph-12lz8s4nn", lg: "tgph-12lz8s4no", xl: "tgph-12lz8s4np", "2xl": "tgph-12lz8s4nq" }, defaultClass: "tgph-12lz8s4nm" }, 11: { conditions: { sm: "tgph-12lz8s4nr", md: "tgph-12lz8s4ns", lg: "tgph-12lz8s4nt", xl: "tgph-12lz8s4nu", "2xl": "tgph-12lz8s4nv" }, defaultClass: "tgph-12lz8s4nr" }, 12: { conditions: { sm: "tgph-12lz8s4nw", md: "tgph-12lz8s4nx", lg: "tgph-12lz8s4ny", xl: "tgph-12lz8s4nz", "2xl": "tgph-12lz8s4o0" }, defaultClass: "tgph-12lz8s4nw" }, 14: { conditions: { sm: "tgph-12lz8s4o1", md: "tgph-12lz8s4o2", lg: "tgph-12lz8s4o3", xl: "tgph-12lz8s4o4", "2xl": "tgph-12lz8s4o5" }, defaultClass: "tgph-12lz8s4o1" }, 16: { conditions: { sm: "tgph-12lz8s4o6", md: "tgph-12lz8s4o7", lg: "tgph-12lz8s4o8", xl: "tgph-12lz8s4o9", "2xl": "tgph-12lz8s4oa" }, defaultClass: "tgph-12lz8s4o6" }, 20: { conditions: { sm: "tgph-12lz8s4ob", md: "tgph-12lz8s4oc", lg: "tgph-12lz8s4od", xl: "tgph-12lz8s4oe", "2xl": "tgph-12lz8s4of" }, defaultClass: "tgph-12lz8s4ob" }, 24: { conditions: { sm: "tgph-12lz8s4og", md: "tgph-12lz8s4oh", lg: "tgph-12lz8s4oi", xl: "tgph-12lz8s4oj", "2xl": "tgph-12lz8s4ok" }, defaultClass: "tgph-12lz8s4og" }, 28: { conditions: { sm: "tgph-12lz8s4ol", md: "tgph-12lz8s4om", lg: "tgph-12lz8s4on", xl: "tgph-12lz8s4oo", "2xl": "tgph-12lz8s4op" }, defaultClass: "tgph-12lz8s4ol" }, 32: { conditions: { sm: "tgph-12lz8s4oq", md: "tgph-12lz8s4or", lg: "tgph-12lz8s4os", xl: "tgph-12lz8s4ot", "2xl": "tgph-12lz8s4ou" }, defaultClass: "tgph-12lz8s4oq" }, 36: { conditions: { sm: "tgph-12lz8s4ov", md: "tgph-12lz8s4ow", lg: "tgph-12lz8s4ox", xl: "tgph-12lz8s4oy", "2xl": "tgph-12lz8s4oz" }, defaultClass: "tgph-12lz8s4ov" }, 40: { conditions: { sm: "tgph-12lz8s4p0", md: "tgph-12lz8s4p1", lg: "tgph-12lz8s4p2", xl: "tgph-12lz8s4p3", "2xl": "tgph-12lz8s4p4" }, defaultClass: "tgph-12lz8s4p0" }, 44: { conditions: { sm: "tgph-12lz8s4p5", md: "tgph-12lz8s4p6", lg: "tgph-12lz8s4p7", xl: "tgph-12lz8s4p8", "2xl": "tgph-12lz8s4p9" }, defaultClass: "tgph-12lz8s4p5" }, 48: { conditions: { sm: "tgph-12lz8s4pa", md: "tgph-12lz8s4pb", lg: "tgph-12lz8s4pc", xl: "tgph-12lz8s4pd", "2xl": "tgph-12lz8s4pe" }, defaultClass: "tgph-12lz8s4pa" }, 52: { conditions: { sm: "tgph-12lz8s4pf", md: "tgph-12lz8s4pg", lg: "tgph-12lz8s4ph", xl: "tgph-12lz8s4pi", "2xl": "tgph-12lz8s4pj" }, defaultClass: "tgph-12lz8s4pf" }, 56: { conditions: { sm: "tgph-12lz8s4pk", md: "tgph-12lz8s4pl", lg: "tgph-12lz8s4pm", xl: "tgph-12lz8s4pn", "2xl": "tgph-12lz8s4po" }, defaultClass: "tgph-12lz8s4pk" }, 60: { conditions: { sm: "tgph-12lz8s4pp", md: "tgph-12lz8s4pq", lg: "tgph-12lz8s4pr", xl: "tgph-12lz8s4ps", "2xl": "tgph-12lz8s4pt" }, defaultClass: "tgph-12lz8s4pp" }, 64: { conditions: { sm: "tgph-12lz8s4pu", md: "tgph-12lz8s4pv", lg: "tgph-12lz8s4pw", xl: "tgph-12lz8s4px", "2xl": "tgph-12lz8s4py" }, defaultClass: "tgph-12lz8s4pu" }, 72: { conditions: { sm: "tgph-12lz8s4pz", md: "tgph-12lz8s4q0", lg: "tgph-12lz8s4q1", xl: "tgph-12lz8s4q2", "2xl": "tgph-12lz8s4q3" }, defaultClass: "tgph-12lz8s4pz" }, 80: { conditions: { sm: "tgph-12lz8s4q4", md: "tgph-12lz8s4q5", lg: "tgph-12lz8s4q6", xl: "tgph-12lz8s4q7", "2xl": "tgph-12lz8s4q8" }, defaultClass: "tgph-12lz8s4q4" }, 96: { conditions: { sm: "tgph-12lz8s4q9", md: "tgph-12lz8s4qa", lg: "tgph-12lz8s4qb", xl: "tgph-12lz8s4qc", "2xl": "tgph-12lz8s4qd" }, defaultClass: "tgph-12lz8s4q9" }, 140: { conditions: { sm: "tgph-12lz8s4qe", md: "tgph-12lz8s4qf", lg: "tgph-12lz8s4qg", xl: "tgph-12lz8s4qh", "2xl": "tgph-12lz8s4qi" }, defaultClass: "tgph-12lz8s4qe" }, 160: { conditions: { sm: "tgph-12lz8s4qj", md: "tgph-12lz8s4qk", lg: "tgph-12lz8s4ql", xl: "tgph-12lz8s4qm", "2xl": "tgph-12lz8s4qn" }, defaultClass: "tgph-12lz8s4qj" }, px: { conditions: { sm: "tgph-12lz8s4qo", md: "tgph-12lz8s4qp", lg: "tgph-12lz8s4qq", xl: "tgph-12lz8s4qr", "2xl": "tgph-12lz8s4qs" }, defaultClass: "tgph-12lz8s4qo" }, full: { conditions: { sm: "tgph-12lz8s4qt", md: "tgph-12lz8s4qu", lg: "tgph-12lz8s4qv", xl: "tgph-12lz8s4qw", "2xl": "tgph-12lz8s4qx" }, defaultClass: "tgph-12lz8s4qt" }, auto: { conditions: { sm: "tgph-12lz8s4qy", md: "tgph-12lz8s4qz", lg: "tgph-12lz8s4r0", xl: "tgph-12lz8s4r1", "2xl": "tgph-12lz8s4r2" }, defaultClass: "tgph-12lz8s4qy" } }, responsiveArray: void 0 }, borderLeftWidth: { values: { 0: { conditions: { sm: "tgph-12lz8s4r3", md: "tgph-12lz8s4r4", lg: "tgph-12lz8s4r5", xl: "tgph-12lz8s4r6", "2xl": "tgph-12lz8s4r7" }, defaultClass: "tgph-12lz8s4r3" }, 1: { conditions: { sm: "tgph-12lz8s4r8", md: "tgph-12lz8s4r9", lg: "tgph-12lz8s4ra", xl: "tgph-12lz8s4rb", "2xl": "tgph-12lz8s4rc" }, defaultClass: "tgph-12lz8s4r8" }, 2: { conditions: { sm: "tgph-12lz8s4rd", md: "tgph-12lz8s4re", lg: "tgph-12lz8s4rf", xl: "tgph-12lz8s4rg", "2xl": "tgph-12lz8s4rh" }, defaultClass: "tgph-12lz8s4rd" }, 3: { conditions: { sm: "tgph-12lz8s4ri", md: "tgph-12lz8s4rj", lg: "tgph-12lz8s4rk", xl: "tgph-12lz8s4rl", "2xl": "tgph-12lz8s4rm" }, defaultClass: "tgph-12lz8s4ri" }, 4: { conditions: { sm: "tgph-12lz8s4rn", md: "tgph-12lz8s4ro", lg: "tgph-12lz8s4rp", xl: "tgph-12lz8s4rq", "2xl": "tgph-12lz8s4rr" }, defaultClass: "tgph-12lz8s4rn" }, 5: { conditions: { sm: "tgph-12lz8s4rs", md: "tgph-12lz8s4rt", lg: "tgph-12lz8s4ru", xl: "tgph-12lz8s4rv", "2xl": "tgph-12lz8s4rw" }, defaultClass: "tgph-12lz8s4rs" }, 6: { conditions: { sm: "tgph-12lz8s4rx", md: "tgph-12lz8s4ry", lg: "tgph-12lz8s4rz", xl: "tgph-12lz8s4s0", "2xl": "tgph-12lz8s4s1" }, defaultClass: "tgph-12lz8s4rx" }, 7: { conditions: { sm: "tgph-12lz8s4s2", md: "tgph-12lz8s4s3", lg: "tgph-12lz8s4s4", xl: "tgph-12lz8s4s5", "2xl": "tgph-12lz8s4s6" }, defaultClass: "tgph-12lz8s4s2" }, 8: { conditions: { sm: "tgph-12lz8s4s7", md: "tgph-12lz8s4s8", lg: "tgph-12lz8s4s9", xl: "tgph-12lz8s4sa", "2xl": "tgph-12lz8s4sb" }, defaultClass: "tgph-12lz8s4s7" }, 9: { conditions: { sm: "tgph-12lz8s4sc", md: "tgph-12lz8s4sd", lg: "tgph-12lz8s4se", xl: "tgph-12lz8s4sf", "2xl": "tgph-12lz8s4sg" }, defaultClass: "tgph-12lz8s4sc" }, 10: { conditions: { sm: "tgph-12lz8s4sh", md: "tgph-12lz8s4si", lg: "tgph-12lz8s4sj", xl: "tgph-12lz8s4sk", "2xl": "tgph-12lz8s4sl" }, defaultClass: "tgph-12lz8s4sh" }, 11: { conditions: { sm: "tgph-12lz8s4sm", md: "tgph-12lz8s4sn", lg: "tgph-12lz8s4so", xl: "tgph-12lz8s4sp", "2xl": "tgph-12lz8s4sq" }, defaultClass: "tgph-12lz8s4sm" }, 12: { conditions: { sm: "tgph-12lz8s4sr", md: "tgph-12lz8s4ss", lg: "tgph-12lz8s4st", xl: "tgph-12lz8s4su", "2xl": "tgph-12lz8s4sv" }, defaultClass: "tgph-12lz8s4sr" }, 14: { conditions: { sm: "tgph-12lz8s4sw", md: "tgph-12lz8s4sx", lg: "tgph-12lz8s4sy", xl: "tgph-12lz8s4sz", "2xl": "tgph-12lz8s4t0" }, defaultClass: "tgph-12lz8s4sw" }, 16: { conditions: { sm: "tgph-12lz8s4t1", md: "tgph-12lz8s4t2", lg: "tgph-12lz8s4t3", xl: "tgph-12lz8s4t4", "2xl": "tgph-12lz8s4t5" }, defaultClass: "tgph-12lz8s4t1" }, 20: { conditions: { sm: "tgph-12lz8s4t6", md: "tgph-12lz8s4t7", lg: "tgph-12lz8s4t8", xl: "tgph-12lz8s4t9", "2xl": "tgph-12lz8s4ta" }, defaultClass: "tgph-12lz8s4t6" }, 24: { conditions: { sm: "tgph-12lz8s4tb", md: "tgph-12lz8s4tc", lg: "tgph-12lz8s4td", xl: "tgph-12lz8s4te", "2xl": "tgph-12lz8s4tf" }, defaultClass: "tgph-12lz8s4tb" }, 28: { conditions: { sm: "tgph-12lz8s4tg", md: "tgph-12lz8s4th", lg: "tgph-12lz8s4ti", xl: "tgph-12lz8s4tj", "2xl": "tgph-12lz8s4tk" }, defaultClass: "tgph-12lz8s4tg" }, 32: { conditions: { sm: "tgph-12lz8s4tl", md: "tgph-12lz8s4tm", lg: "tgph-12lz8s4tn", xl: "tgph-12lz8s4to", "2xl": "tgph-12lz8s4tp" }, defaultClass: "tgph-12lz8s4tl" }, 36: { conditions: { sm: "tgph-12lz8s4tq", md: "tgph-12lz8s4tr", lg: "tgph-12lz8s4ts", xl: "tgph-12lz8s4tt", "2xl": "tgph-12lz8s4tu" }, defaultClass: "tgph-12lz8s4tq" }, 40: { conditions: { sm: "tgph-12lz8s4tv", md: "tgph-12lz8s4tw", lg: "tgph-12lz8s4tx", xl: "tgph-12lz8s4ty", "2xl": "tgph-12lz8s4tz" }, defaultClass: "tgph-12lz8s4tv" }, 44: { conditions: { sm: "tgph-12lz8s4u0", md: "tgph-12lz8s4u1", lg: "tgph-12lz8s4u2", xl: "tgph-12lz8s4u3", "2xl": "tgph-12lz8s4u4" }, defaultClass: "tgph-12lz8s4u0" }, 48: { conditions: { sm: "tgph-12lz8s4u5", md: "tgph-12lz8s4u6", lg: "tgph-12lz8s4u7", xl: "tgph-12lz8s4u8", "2xl": "tgph-12lz8s4u9" }, defaultClass: "tgph-12lz8s4u5" }, 52: { conditions: { sm: "tgph-12lz8s4ua", md: "tgph-12lz8s4ub", lg: "tgph-12lz8s4uc", xl: "tgph-12lz8s4ud", "2xl": "tgph-12lz8s4ue" }, defaultClass: "tgph-12lz8s4ua" }, 56: { conditions: { sm: "tgph-12lz8s4uf", md: "tgph-12lz8s4ug", lg: "tgph-12lz8s4uh", xl: "tgph-12lz8s4ui", "2xl": "tgph-12lz8s4uj" }, defaultClass: "tgph-12lz8s4uf" }, 60: { conditions: { sm: "tgph-12lz8s4uk", md: "tgph-12lz8s4ul", lg: "tgph-12lz8s4um", xl: "tgph-12lz8s4un", "2xl": "tgph-12lz8s4uo" }, defaultClass: "tgph-12lz8s4uk" }, 64: { conditions: { sm: "tgph-12lz8s4up", md: "tgph-12lz8s4uq", lg: "tgph-12lz8s4ur", xl: "tgph-12lz8s4us", "2xl": "tgph-12lz8s4ut" }, defaultClass: "tgph-12lz8s4up" }, 72: { conditions: { sm: "tgph-12lz8s4uu", md: "tgph-12lz8s4uv", lg: "tgph-12lz8s4uw", xl: "tgph-12lz8s4ux", "2xl": "tgph-12lz8s4uy" }, defaultClass: "tgph-12lz8s4uu" }, 80: { conditions: { sm: "tgph-12lz8s4uz", md: "tgph-12lz8s4v0", lg: "tgph-12lz8s4v1", xl: "tgph-12lz8s4v2", "2xl": "tgph-12lz8s4v3" }, defaultClass: "tgph-12lz8s4uz" }, 96: { conditions: { sm: "tgph-12lz8s4v4", md: "tgph-12lz8s4v5", lg: "tgph-12lz8s4v6", xl: "tgph-12lz8s4v7", "2xl": "tgph-12lz8s4v8" }, defaultClass: "tgph-12lz8s4v4" }, 140: { conditions: { sm: "tgph-12lz8s4v9", md: "tgph-12lz8s4va", lg: "tgph-12lz8s4vb", xl: "tgph-12lz8s4vc", "2xl": "tgph-12lz8s4vd" }, defaultClass: "tgph-12lz8s4v9" }, 160: { conditions: { sm: "tgph-12lz8s4ve", md: "tgph-12lz8s4vf", lg: "tgph-12lz8s4vg", xl: "tgph-12lz8s4vh", "2xl": "tgph-12lz8s4vi" }, defaultClass: "tgph-12lz8s4ve" }, px: { conditions: { sm: "tgph-12lz8s4vj", md: "tgph-12lz8s4vk", lg: "tgph-12lz8s4vl", xl: "tgph-12lz8s4vm", "2xl": "tgph-12lz8s4vn" }, defaultClass: "tgph-12lz8s4vj" }, full: { conditions: { sm: "tgph-12lz8s4vo", md: "tgph-12lz8s4vp", lg: "tgph-12lz8s4vq", xl: "tgph-12lz8s4vr", "2xl": "tgph-12lz8s4vs" }, defaultClass: "tgph-12lz8s4vo" }, auto: { conditions: { sm: "tgph-12lz8s4vt", md: "tgph-12lz8s4vu", lg: "tgph-12lz8s4vv", xl: "tgph-12lz8s4vw", "2xl": "tgph-12lz8s4vx" }, defaultClass: "tgph-12lz8s4vt" } }, responsiveArray: void 0 }, borderRightWidth: { values: { 0: { conditions: { sm: "tgph-12lz8s4vy", md: "tgph-12lz8s4vz", lg: "tgph-12lz8s4w0", xl: "tgph-12lz8s4w1", "2xl": "tgph-12lz8s4w2" }, defaultClass: "tgph-12lz8s4vy" }, 1: { conditions: { sm: "tgph-12lz8s4w3", md: "tgph-12lz8s4w4", lg: "tgph-12lz8s4w5", xl: "tgph-12lz8s4w6", "2xl": "tgph-12lz8s4w7" }, defaultClass: "tgph-12lz8s4w3" }, 2: { conditions: { sm: "tgph-12lz8s4w8", md: "tgph-12lz8s4w9", lg: "tgph-12lz8s4wa", xl: "tgph-12lz8s4wb", "2xl": "tgph-12lz8s4wc" }, defaultClass: "tgph-12lz8s4w8" }, 3: { conditions: { sm: "tgph-12lz8s4wd", md: "tgph-12lz8s4we", lg: "tgph-12lz8s4wf", xl: "tgph-12lz8s4wg", "2xl": "tgph-12lz8s4wh" }, defaultClass: "tgph-12lz8s4wd" }, 4: { conditions: { sm: "tgph-12lz8s4wi", md: "tgph-12lz8s4wj", lg: "tgph-12lz8s4wk", xl: "tgph-12lz8s4wl", "2xl": "tgph-12lz8s4wm" }, defaultClass: "tgph-12lz8s4wi" }, 5: { conditions: { sm: "tgph-12lz8s4wn", md: "tgph-12lz8s4wo", lg: "tgph-12lz8s4wp", xl: "tgph-12lz8s4wq", "2xl": "tgph-12lz8s4wr" }, defaultClass: "tgph-12lz8s4wn" }, 6: { conditions: { sm: "tgph-12lz8s4ws", md: "tgph-12lz8s4wt", lg: "tgph-12lz8s4wu", xl: "tgph-12lz8s4wv", "2xl": "tgph-12lz8s4ww" }, defaultClass: "tgph-12lz8s4ws" }, 7: { conditions: { sm: "tgph-12lz8s4wx", md: "tgph-12lz8s4wy", lg: "tgph-12lz8s4wz", xl: "tgph-12lz8s4x0", "2xl": "tgph-12lz8s4x1" }, defaultClass: "tgph-12lz8s4wx" }, 8: { conditions: { sm: "tgph-12lz8s4x2", md: "tgph-12lz8s4x3", lg: "tgph-12lz8s4x4", xl: "tgph-12lz8s4x5", "2xl": "tgph-12lz8s4x6" }, defaultClass: "tgph-12lz8s4x2" }, 9: { conditions: { sm: "tgph-12lz8s4x7", md: "tgph-12lz8s4x8", lg: "tgph-12lz8s4x9", xl: "tgph-12lz8s4xa", "2xl": "tgph-12lz8s4xb" }, defaultClass: "tgph-12lz8s4x7" }, 10: { conditions: { sm: "tgph-12lz8s4xc", md: "tgph-12lz8s4xd", lg: "tgph-12lz8s4xe", xl: "tgph-12lz8s4xf", "2xl": "tgph-12lz8s4xg" }, defaultClass: "tgph-12lz8s4xc" }, 11: { conditions: { sm: "tgph-12lz8s4xh", md: "tgph-12lz8s4xi", lg: "tgph-12lz8s4xj", xl: "tgph-12lz8s4xk", "2xl": "tgph-12lz8s4xl" }, defaultClass: "tgph-12lz8s4xh" }, 12: { conditions: { sm: "tgph-12lz8s4xm", md: "tgph-12lz8s4xn", lg: "tgph-12lz8s4xo", xl: "tgph-12lz8s4xp", "2xl": "tgph-12lz8s4xq" }, defaultClass: "tgph-12lz8s4xm" }, 14: { conditions: { sm: "tgph-12lz8s4xr", md: "tgph-12lz8s4xs", lg: "tgph-12lz8s4xt", xl: "tgph-12lz8s4xu", "2xl": "tgph-12lz8s4xv" }, defaultClass: "tgph-12lz8s4xr" }, 16: { conditions: { sm: "tgph-12lz8s4xw", md: "tgph-12lz8s4xx", lg: "tgph-12lz8s4xy", xl: "tgph-12lz8s4xz", "2xl": "tgph-12lz8s4y0" }, defaultClass: "tgph-12lz8s4xw" }, 20: { conditions: { sm: "tgph-12lz8s4y1", md: "tgph-12lz8s4y2", lg: "tgph-12lz8s4y3", xl: "tgph-12lz8s4y4", "2xl": "tgph-12lz8s4y5" }, defaultClass: "tgph-12lz8s4y1" }, 24: { conditions: { sm: "tgph-12lz8s4y6", md: "tgph-12lz8s4y7", lg: "tgph-12lz8s4y8", xl: "tgph-12lz8s4y9", "2xl": "tgph-12lz8s4ya" }, defaultClass: "tgph-12lz8s4y6" }, 28: { conditions: { sm: "tgph-12lz8s4yb", md: "tgph-12lz8s4yc", lg: "tgph-12lz8s4yd", xl: "tgph-12lz8s4ye", "2xl": "tgph-12lz8s4yf" }, defaultClass: "tgph-12lz8s4yb" }, 32: { conditions: { sm: "tgph-12lz8s4yg", md: "tgph-12lz8s4yh", lg: "tgph-12lz8s4yi", xl: "tgph-12lz8s4yj", "2xl": "tgph-12lz8s4yk" }, defaultClass: "tgph-12lz8s4yg" }, 36: { conditions: { sm: "tgph-12lz8s4yl", md: "tgph-12lz8s4ym", lg: "tgph-12lz8s4yn", xl: "tgph-12lz8s4yo", "2xl": "tgph-12lz8s4yp" }, defaultClass: "tgph-12lz8s4yl" }, 40: { conditions: { sm: "tgph-12lz8s4yq", md: "tgph-12lz8s4yr", lg: "tgph-12lz8s4ys", xl: "tgph-12lz8s4yt", "2xl": "tgph-12lz8s4yu" }, defaultClass: "tgph-12lz8s4yq" }, 44: { conditions: { sm: "tgph-12lz8s4yv", md: "tgph-12lz8s4yw", lg: "tgph-12lz8s4yx", xl: "tgph-12lz8s4yy", "2xl": "tgph-12lz8s4yz" }, defaultClass: "tgph-12lz8s4yv" }, 48: { conditions: { sm: "tgph-12lz8s4z0", md: "tgph-12lz8s4z1", lg: "tgph-12lz8s4z2", xl: "tgph-12lz8s4z3", "2xl": "tgph-12lz8s4z4" }, defaultClass: "tgph-12lz8s4z0" }, 52: { conditions: { sm: "tgph-12lz8s4z5", md: "tgph-12lz8s4z6", lg: "tgph-12lz8s4z7", xl: "tgph-12lz8s4z8", "2xl": "tgph-12lz8s4z9" }, defaultClass: "tgph-12lz8s4z5" }, 56: { conditions: { sm: "tgph-12lz8s4za", md: "tgph-12lz8s4zb", lg: "tgph-12lz8s4zc", xl: "tgph-12lz8s4zd", "2xl": "tgph-12lz8s4ze" }, defaultClass: "tgph-12lz8s4za" }, 60: { conditions: { sm: "tgph-12lz8s4zf", md: "tgph-12lz8s4zg", lg: "tgph-12lz8s4zh", xl: "tgph-12lz8s4zi", "2xl": "tgph-12lz8s4zj" }, defaultClass: "tgph-12lz8s4zf" }, 64: { conditions: { sm: "tgph-12lz8s4zk", md: "tgph-12lz8s4zl", lg: "tgph-12lz8s4zm", xl: "tgph-12lz8s4zn", "2xl": "tgph-12lz8s4zo" }, defaultClass: "tgph-12lz8s4zk" }, 72: { conditions: { sm: "tgph-12lz8s4zp", md: "tgph-12lz8s4zq", lg: "tgph-12lz8s4zr", xl: "tgph-12lz8s4zs", "2xl": "tgph-12lz8s4zt" }, defaultClass: "tgph-12lz8s4zp" }, 80: { conditions: { sm: "tgph-12lz8s4zu", md: "tgph-12lz8s4zv", lg: "tgph-12lz8s4zw", xl: "tgph-12lz8s4zx", "2xl": "tgph-12lz8s4zy" }, defaultClass: "tgph-12lz8s4zu" }, 96: { conditions: { sm: "tgph-12lz8s4zz", md: "tgph-12lz8s4100", lg: "tgph-12lz8s4101", xl: "tgph-12lz8s4102", "2xl": "tgph-12lz8s4103" }, defaultClass: "tgph-12lz8s4zz" }, 140: { conditions: { sm: "tgph-12lz8s4104", md: "tgph-12lz8s4105", lg: "tgph-12lz8s4106", xl: "tgph-12lz8s4107", "2xl": "tgph-12lz8s4108" }, defaultClass: "tgph-12lz8s4104" }, 160: { conditions: { sm: "tgph-12lz8s4109", md: "tgph-12lz8s410a", lg: "tgph-12lz8s410b", xl: "tgph-12lz8s410c", "2xl": "tgph-12lz8s410d" }, defaultClass: "tgph-12lz8s4109" }, px: { conditions: { sm: "tgph-12lz8s410e", md: "tgph-12lz8s410f", lg: "tgph-12lz8s410g", xl: "tgph-12lz8s410h", "2xl": "tgph-12lz8s410i" }, defaultClass: "tgph-12lz8s410e" }, full: { conditions: { sm: "tgph-12lz8s410j", md: "tgph-12lz8s410k", lg: "tgph-12lz8s410l", xl: "tgph-12lz8s410m", "2xl": "tgph-12lz8s410n" }, defaultClass: "tgph-12lz8s410j" }, auto: { conditions: { sm: "tgph-12lz8s410o", md: "tgph-12lz8s410p", lg: "tgph-12lz8s410q", xl: "tgph-12lz8s410r", "2xl": "tgph-12lz8s410s" }, defaultClass: "tgph-12lz8s410o" } }, responsiveArray: void 0 }, borderTopWidth: { values: { 0: { conditions: { sm: "tgph-12lz8s410t", md: "tgph-12lz8s410u", lg: "tgph-12lz8s410v", xl: "tgph-12lz8s410w", "2xl": "tgph-12lz8s410x" }, defaultClass: "tgph-12lz8s410t" }, 1: { conditions: { sm: "tgph-12lz8s410y", md: "tgph-12lz8s410z", lg: "tgph-12lz8s4110", xl: "tgph-12lz8s4111", "2xl": "tgph-12lz8s4112" }, defaultClass: "tgph-12lz8s410y" }, 2: { conditions: { sm: "tgph-12lz8s4113", md: "tgph-12lz8s4114", lg: "tgph-12lz8s4115", xl: "tgph-12lz8s4116", "2xl": "tgph-12lz8s4117" }, defaultClass: "tgph-12lz8s4113" }, 3: { conditions: { sm: "tgph-12lz8s4118", md: "tgph-12lz8s4119", lg: "tgph-12lz8s411a", xl: "tgph-12lz8s411b", "2xl": "tgph-12lz8s411c" }, defaultClass: "tgph-12lz8s4118" }, 4: { conditions: { sm: "tgph-12lz8s411d", md: "tgph-12lz8s411e", lg: "tgph-12lz8s411f", xl: "tgph-12lz8s411g", "2xl": "tgph-12lz8s411h" }, defaultClass: "tgph-12lz8s411d" }, 5: { conditions: { sm: "tgph-12lz8s411i", md: "tgph-12lz8s411j", lg: "tgph-12lz8s411k", xl: "tgph-12lz8s411l", "2xl": "tgph-12lz8s411m" }, defaultClass: "tgph-12lz8s411i" }, 6: { conditions: { sm: "tgph-12lz8s411n", md: "tgph-12lz8s411o", lg: "tgph-12lz8s411p", xl: "tgph-12lz8s411q", "2xl": "tgph-12lz8s411r" }, defaultClass: "tgph-12lz8s411n" }, 7: { conditions: { sm: "tgph-12lz8s411s", md: "tgph-12lz8s411t", lg: "tgph-12lz8s411u", xl: "tgph-12lz8s411v", "2xl": "tgph-12lz8s411w" }, defaultClass: "tgph-12lz8s411s" }, 8: { conditions: { sm: "tgph-12lz8s411x", md: "tgph-12lz8s411y", lg: "tgph-12lz8s411z", xl: "tgph-12lz8s4120", "2xl": "tgph-12lz8s4121" }, defaultClass: "tgph-12lz8s411x" }, 9: { conditions: { sm: "tgph-12lz8s4122", md: "tgph-12lz8s4123", lg: "tgph-12lz8s4124", xl: "tgph-12lz8s4125", "2xl": "tgph-12lz8s4126" }, defaultClass: "tgph-12lz8s4122" }, 10: { conditions: { sm: "tgph-12lz8s4127", md: "tgph-12lz8s4128", lg: "tgph-12lz8s4129", xl: "tgph-12lz8s412a", "2xl": "tgph-12lz8s412b" }, defaultClass: "tgph-12lz8s4127" }, 11: { conditions: { sm: "tgph-12lz8s412c", md: "tgph-12lz8s412d", lg: "tgph-12lz8s412e", xl: "tgph-12lz8s412f", "2xl": "tgph-12lz8s412g" }, defaultClass: "tgph-12lz8s412c" }, 12: { conditions: { sm: "tgph-12lz8s412h", md: "tgph-12lz8s412i", lg: "tgph-12lz8s412j", xl: "tgph-12lz8s412k", "2xl": "tgph-12lz8s412l" }, defaultClass: "tgph-12lz8s412h" }, 14: { conditions: { sm: "tgph-12lz8s412m", md: "tgph-12lz8s412n", lg: "tgph-12lz8s412o", xl: "tgph-12lz8s412p", "2xl": "tgph-12lz8s412q" }, defaultClass: "tgph-12lz8s412m" }, 16: { conditions: { sm: "tgph-12lz8s412r", md: "tgph-12lz8s412s", lg: "tgph-12lz8s412t", xl: "tgph-12lz8s412u", "2xl": "tgph-12lz8s412v" }, defaultClass: "tgph-12lz8s412r" }, 20: { conditions: { sm: "tgph-12lz8s412w", md: "tgph-12lz8s412x", lg: "tgph-12lz8s412y", xl: "tgph-12lz8s412z", "2xl": "tgph-12lz8s4130" }, defaultClass: "tgph-12lz8s412w" }, 24: { conditions: { sm: "tgph-12lz8s4131", md: "tgph-12lz8s4132", lg: "tgph-12lz8s4133", xl: "tgph-12lz8s4134", "2xl": "tgph-12lz8s4135" }, defaultClass: "tgph-12lz8s4131" }, 28: { conditions: { sm: "tgph-12lz8s4136", md: "tgph-12lz8s4137", lg: "tgph-12lz8s4138", xl: "tgph-12lz8s4139", "2xl": "tgph-12lz8s413a" }, defaultClass: "tgph-12lz8s4136" }, 32: { conditions: { sm: "tgph-12lz8s413b", md: "tgph-12lz8s413c", lg: "tgph-12lz8s413d", xl: "tgph-12lz8s413e", "2xl": "tgph-12lz8s413f" }, defaultClass: "tgph-12lz8s413b" }, 36: { conditions: { sm: "tgph-12lz8s413g", md: "tgph-12lz8s413h", lg: "tgph-12lz8s413i", xl: "tgph-12lz8s413j", "2xl": "tgph-12lz8s413k" }, defaultClass: "tgph-12lz8s413g" }, 40: { conditions: { sm: "tgph-12lz8s413l", md: "tgph-12lz8s413m", lg: "tgph-12lz8s413n", xl: "tgph-12lz8s413o", "2xl": "tgph-12lz8s413p" }, defaultClass: "tgph-12lz8s413l" }, 44: { conditions: { sm: "tgph-12lz8s413q", md: "tgph-12lz8s413r", lg: "tgph-12lz8s413s", xl: "tgph-12lz8s413t", "2xl": "tgph-12lz8s413u" }, defaultClass: "tgph-12lz8s413q" }, 48: { conditions: { sm: "tgph-12lz8s413v", md: "tgph-12lz8s413w", lg: "tgph-12lz8s413x", xl: "tgph-12lz8s413y", "2xl": "tgph-12lz8s413z" }, defaultClass: "tgph-12lz8s413v" }, 52: { conditions: { sm: "tgph-12lz8s4140", md: "tgph-12lz8s4141", lg: "tgph-12lz8s4142", xl: "tgph-12lz8s4143", "2xl": "tgph-12lz8s4144" }, defaultClass: "tgph-12lz8s4140" }, 56: { conditions: { sm: "tgph-12lz8s4145", md: "tgph-12lz8s4146", lg: "tgph-12lz8s4147", xl: "tgph-12lz8s4148", "2xl": "tgph-12lz8s4149" }, defaultClass: "tgph-12lz8s4145" }, 60: { conditions: { sm: "tgph-12lz8s414a", md: "tgph-12lz8s414b", lg: "tgph-12lz8s414c", xl: "tgph-12lz8s414d", "2xl": "tgph-12lz8s414e" }, defaultClass: "tgph-12lz8s414a" }, 64: { conditions: { sm: "tgph-12lz8s414f", md: "tgph-12lz8s414g", lg: "tgph-12lz8s414h", xl: "tgph-12lz8s414i", "2xl": "tgph-12lz8s414j" }, defaultClass: "tgph-12lz8s414f" }, 72: { conditions: { sm: "tgph-12lz8s414k", md: "tgph-12lz8s414l", lg: "tgph-12lz8s414m", xl: "tgph-12lz8s414n", "2xl": "tgph-12lz8s414o" }, defaultClass: "tgph-12lz8s414k" }, 80: { conditions: { sm: "tgph-12lz8s414p", md: "tgph-12lz8s414q", lg: "tgph-12lz8s414r", xl: "tgph-12lz8s414s", "2xl": "tgph-12lz8s414t" }, defaultClass: "tgph-12lz8s414p" }, 96: { conditions: { sm: "tgph-12lz8s414u", md: "tgph-12lz8s414v", lg: "tgph-12lz8s414w", xl: "tgph-12lz8s414x", "2xl": "tgph-12lz8s414y" }, defaultClass: "tgph-12lz8s414u" }, 140: { conditions: { sm: "tgph-12lz8s414z", md: "tgph-12lz8s4150", lg: "tgph-12lz8s4151", xl: "tgph-12lz8s4152", "2xl": "tgph-12lz8s4153" }, defaultClass: "tgph-12lz8s414z" }, 160: { conditions: { sm: "tgph-12lz8s4154", md: "tgph-12lz8s4155", lg: "tgph-12lz8s4156", xl: "tgph-12lz8s4157", "2xl": "tgph-12lz8s4158" }, defaultClass: "tgph-12lz8s4154" }, px: { conditions: { sm: "tgph-12lz8s4159", md: "tgph-12lz8s415a", lg: "tgph-12lz8s415b", xl: "tgph-12lz8s415c", "2xl": "tgph-12lz8s415d" }, defaultClass: "tgph-12lz8s4159" }, full: { conditions: { sm: "tgph-12lz8s415e", md: "tgph-12lz8s415f", lg: "tgph-12lz8s415g", xl: "tgph-12lz8s415h", "2xl": "tgph-12lz8s415i" }, defaultClass: "tgph-12lz8s415e" }, auto: { conditions: { sm: "tgph-12lz8s415j", md: "tgph-12lz8s415k", lg: "tgph-12lz8s415l", xl: "tgph-12lz8s415m", "2xl": "tgph-12lz8s415n" }, defaultClass: "tgph-12lz8s415j" } }, responsiveArray: void 0 }, borderColor: { values: { transparent: { conditions: { sm: "tgph-12lz8s415o", md: "tgph-12lz8s415p", lg: "tgph-12lz8s415q", xl: "tgph-12lz8s415r", "2xl": "tgph-12lz8s415s" }, defaultClass: "tgph-12lz8s415o" }, white: { conditions: { sm: "tgph-12lz8s415t", md: "tgph-12lz8s415u", lg: "tgph-12lz8s415v", xl: "tgph-12lz8s415w", "2xl": "tgph-12lz8s415x" }, defaultClass: "tgph-12lz8s415t" }, black: { conditions: { sm: "tgph-12lz8s415y", md: "tgph-12lz8s415z", lg: "tgph-12lz8s4160", xl: "tgph-12lz8s4161", "2xl": "tgph-12lz8s4162" }, defaultClass: "tgph-12lz8s415y" }, "surface-1": { conditions: { sm: "tgph-12lz8s4163", md: "tgph-12lz8s4164", lg: "tgph-12lz8s4165", xl: "tgph-12lz8s4166", "2xl": "tgph-12lz8s4167" }, defaultClass: "tgph-12lz8s4163" }, "surface-2": { conditions: { sm: "tgph-12lz8s4168", md: "tgph-12lz8s4169", lg: "tgph-12lz8s416a", xl: "tgph-12lz8s416b", "2xl": "tgph-12lz8s416c" }, defaultClass: "tgph-12lz8s4168" }, "alpha-white-1": { conditions: { sm: "tgph-12lz8s416d", md: "tgph-12lz8s416e", lg: "tgph-12lz8s416f", xl: "tgph-12lz8s416g", "2xl": "tgph-12lz8s416h" }, defaultClass: "tgph-12lz8s416d" }, "alpha-white-2": { conditions: { sm: "tgph-12lz8s416i", md: "tgph-12lz8s416j", lg: "tgph-12lz8s416k", xl: "tgph-12lz8s416l", "2xl": "tgph-12lz8s416m" }, defaultClass: "tgph-12lz8s416i" }, "alpha-white-3": { conditions: { sm: "tgph-12lz8s416n", md: "tgph-12lz8s416o", lg: "tgph-12lz8s416p", xl: "tgph-12lz8s416q", "2xl": "tgph-12lz8s416r" }, defaultClass: "tgph-12lz8s416n" }, "alpha-white-4": { conditions: { sm: "tgph-12lz8s416s", md: "tgph-12lz8s416t", lg: "tgph-12lz8s416u", xl: "tgph-12lz8s416v", "2xl": "tgph-12lz8s416w" }, defaultClass: "tgph-12lz8s416s" }, "alpha-white-5": { conditions: { sm: "tgph-12lz8s416x", md: "tgph-12lz8s416y", lg: "tgph-12lz8s416z", xl: "tgph-12lz8s4170", "2xl": "tgph-12lz8s4171" }, defaultClass: "tgph-12lz8s416x" }, "alpha-white-6": { conditions: { sm: "tgph-12lz8s4172", md: "tgph-12lz8s4173", lg: "tgph-12lz8s4174", xl: "tgph-12lz8s4175", "2xl": "tgph-12lz8s4176" }, defaultClass: "tgph-12lz8s4172" }, "alpha-white-7": { conditions: { sm: "tgph-12lz8s4177", md: "tgph-12lz8s4178", lg: "tgph-12lz8s4179", xl: "tgph-12lz8s417a", "2xl": "tgph-12lz8s417b" }, defaultClass: "tgph-12lz8s4177" }, "alpha-white-8": { conditions: { sm: "tgph-12lz8s417c", md: "tgph-12lz8s417d", lg: "tgph-12lz8s417e", xl: "tgph-12lz8s417f", "2xl": "tgph-12lz8s417g" }, defaultClass: "tgph-12lz8s417c" }, "alpha-white-9": { conditions: { sm: "tgph-12lz8s417h", md: "tgph-12lz8s417i", lg: "tgph-12lz8s417j", xl: "tgph-12lz8s417k", "2xl": "tgph-12lz8s417l" }, defaultClass: "tgph-12lz8s417h" }, "alpha-white-10": { conditions: { sm: "tgph-12lz8s417m", md: "tgph-12lz8s417n", lg: "tgph-12lz8s417o", xl: "tgph-12lz8s417p", "2xl": "tgph-12lz8s417q" }, defaultClass: "tgph-12lz8s417m" }, "alpha-white-11": { conditions: { sm: "tgph-12lz8s417r", md: "tgph-12lz8s417s", lg: "tgph-12lz8s417t", xl: "tgph-12lz8s417u", "2xl": "tgph-12lz8s417v" }, defaultClass: "tgph-12lz8s417r" }, "alpha-white-12": { conditions: { sm: "tgph-12lz8s417w", md: "tgph-12lz8s417x", lg: "tgph-12lz8s417y", xl: "tgph-12lz8s417z", "2xl": "tgph-12lz8s4180" }, defaultClass: "tgph-12lz8s417w" }, "alpha-black-1": { conditions: { sm: "tgph-12lz8s4181", md: "tgph-12lz8s4182", lg: "tgph-12lz8s4183", xl: "tgph-12lz8s4184", "2xl": "tgph-12lz8s4185" }, defaultClass: "tgph-12lz8s4181" }, "alpha-black-2": { conditions: { sm: "tgph-12lz8s4186", md: "tgph-12lz8s4187", lg: "tgph-12lz8s4188", xl: "tgph-12lz8s4189", "2xl": "tgph-12lz8s418a" }, defaultClass: "tgph-12lz8s4186" }, "alpha-black-3": { conditions: { sm: "tgph-12lz8s418b", md: "tgph-12lz8s418c", lg: "tgph-12lz8s418d", xl: "tgph-12lz8s418e", "2xl": "tgph-12lz8s418f" }, defaultClass: "tgph-12lz8s418b" }, "alpha-black-4": { conditions: { sm: "tgph-12lz8s418g", md: "tgph-12lz8s418h", lg: "tgph-12lz8s418i", xl: "tgph-12lz8s418j", "2xl": "tgph-12lz8s418k" }, defaultClass: "tgph-12lz8s418g" }, "alpha-black-5": { conditions: { sm: "tgph-12lz8s418l", md: "tgph-12lz8s418m", lg: "tgph-12lz8s418n", xl: "tgph-12lz8s418o", "2xl": "tgph-12lz8s418p" }, defaultClass: "tgph-12lz8s418l" }, "alpha-black-6": { conditions: { sm: "tgph-12lz8s418q", md: "tgph-12lz8s418r", lg: "tgph-12lz8s418s", xl: "tgph-12lz8s418t", "2xl": "tgph-12lz8s418u" }, defaultClass: "tgph-12lz8s418q" }, "alpha-black-7": { conditions: { sm: "tgph-12lz8s418v", md: "tgph-12lz8s418w", lg: "tgph-12lz8s418x", xl: "tgph-12lz8s418y", "2xl": "tgph-12lz8s418z" }, defaultClass: "tgph-12lz8s418v" }, "alpha-black-8": { conditions: { sm: "tgph-12lz8s4190", md: "tgph-12lz8s4191", lg: "tgph-12lz8s4192", xl: "tgph-12lz8s4193", "2xl": "tgph-12lz8s4194" }, defaultClass: "tgph-12lz8s4190" }, "alpha-black-9": { conditions: { sm: "tgph-12lz8s4195", md: "tgph-12lz8s4196", lg: "tgph-12lz8s4197", xl: "tgph-12lz8s4198", "2xl": "tgph-12lz8s4199" }, defaultClass: "tgph-12lz8s4195" }, "alpha-black-10": { conditions: { sm: "tgph-12lz8s419a", md: "tgph-12lz8s419b", lg: "tgph-12lz8s419c", xl: "tgph-12lz8s419d", "2xl": "tgph-12lz8s419e" }, defaultClass: "tgph-12lz8s419a" }, "alpha-black-11": { conditions: { sm: "tgph-12lz8s419f", md: "tgph-12lz8s419g", lg: "tgph-12lz8s419h", xl: "tgph-12lz8s419i", "2xl": "tgph-12lz8s419j" }, defaultClass: "tgph-12lz8s419f" }, "alpha-black-12": { conditions: { sm: "tgph-12lz8s419k", md: "tgph-12lz8s419l", lg: "tgph-12lz8s419m", xl: "tgph-12lz8s419n", "2xl": "tgph-12lz8s419o" }, defaultClass: "tgph-12lz8s419k" }, "gray-1": { conditions: { sm: "tgph-12lz8s419p", md: "tgph-12lz8s419q", lg: "tgph-12lz8s419r", xl: "tgph-12lz8s419s", "2xl": "tgph-12lz8s419t" }, defaultClass: "tgph-12lz8s419p" }, "gray-2": { conditions: { sm: "tgph-12lz8s419u", md: "tgph-12lz8s419v", lg: "tgph-12lz8s419w", xl: "tgph-12lz8s419x", "2xl": "tgph-12lz8s419y" }, defaultClass: "tgph-12lz8s419u" }, "gray-3": { conditions: { sm: "tgph-12lz8s419z", md: "tgph-12lz8s41a0", lg: "tgph-12lz8s41a1", xl: "tgph-12lz8s41a2", "2xl": "tgph-12lz8s41a3" }, defaultClass: "tgph-12lz8s419z" }, "gray-4": { conditions: { sm: "tgph-12lz8s41a4", md: "tgph-12lz8s41a5", lg: "tgph-12lz8s41a6", xl: "tgph-12lz8s41a7", "2xl": "tgph-12lz8s41a8" }, defaultClass: "tgph-12lz8s41a4" }, "gray-5": { conditions: { sm: "tgph-12lz8s41a9", md: "tgph-12lz8s41aa", lg: "tgph-12lz8s41ab", xl: "tgph-12lz8s41ac", "2xl": "tgph-12lz8s41ad" }, defaultClass: "tgph-12lz8s41a9" }, "gray-6": { conditions: { sm: "tgph-12lz8s41ae", md: "tgph-12lz8s41af", lg: "tgph-12lz8s41ag", xl: "tgph-12lz8s41ah", "2xl": "tgph-12lz8s41ai" }, defaultClass: "tgph-12lz8s41ae" }, "gray-7": { conditions: { sm: "tgph-12lz8s41aj", md: "tgph-12lz8s41ak", lg: "tgph-12lz8s41al", xl: "tgph-12lz8s41am", "2xl": "tgph-12lz8s41an" }, defaultClass: "tgph-12lz8s41aj" }, "gray-8": { conditions: { sm: "tgph-12lz8s41ao", md: "tgph-12lz8s41ap", lg: "tgph-12lz8s41aq", xl: "tgph-12lz8s41ar", "2xl": "tgph-12lz8s41as" }, defaultClass: "tgph-12lz8s41ao" }, "gray-9": { conditions: { sm: "tgph-12lz8s41at", md: "tgph-12lz8s41au", lg: "tgph-12lz8s41av", xl: "tgph-12lz8s41aw", "2xl": "tgph-12lz8s41ax" }, defaultClass: "tgph-12lz8s41at" }, "gray-10": { conditions: { sm: "tgph-12lz8s41ay", md: "tgph-12lz8s41az", lg: "tgph-12lz8s41b0", xl: "tgph-12lz8s41b1", "2xl": "tgph-12lz8s41b2" }, defaultClass: "tgph-12lz8s41ay" }, "gray-11": { conditions: { sm: "tgph-12lz8s41b3", md: "tgph-12lz8s41b4", lg: "tgph-12lz8s41b5", xl: "tgph-12lz8s41b6", "2xl": "tgph-12lz8s41b7" }, defaultClass: "tgph-12lz8s41b3" }, "gray-12": { conditions: { sm: "tgph-12lz8s41b8", md: "tgph-12lz8s41b9", lg: "tgph-12lz8s41ba", xl: "tgph-12lz8s41bb", "2xl": "tgph-12lz8s41bc" }, defaultClass: "tgph-12lz8s41b8" }, "beige-1": { conditions: { sm: "tgph-12lz8s41bd", md: "tgph-12lz8s41be", lg: "tgph-12lz8s41bf", xl: "tgph-12lz8s41bg", "2xl": "tgph-12lz8s41bh" }, defaultClass: "tgph-12lz8s41bd" }, "beige-2": { conditions: { sm: "tgph-12lz8s41bi", md: "tgph-12lz8s41bj", lg: "tgph-12lz8s41bk", xl: "tgph-12lz8s41bl", "2xl": "tgph-12lz8s41bm" }, defaultClass: "tgph-12lz8s41bi" }, "beige-3": { conditions: { sm: "tgph-12lz8s41bn", md: "tgph-12lz8s41bo", lg: "tgph-12lz8s41bp", xl: "tgph-12lz8s41bq", "2xl": "tgph-12lz8s41br" }, defaultClass: "tgph-12lz8s41bn" }, "beige-4": { conditions: { sm: "tgph-12lz8s41bs", md: "tgph-12lz8s41bt", lg: "tgph-12lz8s41bu", xl: "tgph-12lz8s41bv", "2xl": "tgph-12lz8s41bw" }, defaultClass: "tgph-12lz8s41bs" }, "beige-5": { conditions: { sm: "tgph-12lz8s41bx", md: "tgph-12lz8s41by", lg: "tgph-12lz8s41bz", xl: "tgph-12lz8s41c0", "2xl": "tgph-12lz8s41c1" }, defaultClass: "tgph-12lz8s41bx" }, "beige-6": { conditions: { sm: "tgph-12lz8s41c2", md: "tgph-12lz8s41c3", lg: "tgph-12lz8s41c4", xl: "tgph-12lz8s41c5", "2xl": "tgph-12lz8s41c6" }, defaultClass: "tgph-12lz8s41c2" }, "beige-7": { conditions: { sm: "tgph-12lz8s41c7", md: "tgph-12lz8s41c8", lg: "tgph-12lz8s41c9", xl: "tgph-12lz8s41ca", "2xl": "tgph-12lz8s41cb" }, defaultClass: "tgph-12lz8s41c7" }, "beige-8": { conditions: { sm: "tgph-12lz8s41cc", md: "tgph-12lz8s41cd", lg: "tgph-12lz8s41ce", xl: "tgph-12lz8s41cf", "2xl": "tgph-12lz8s41cg" }, defaultClass: "tgph-12lz8s41cc" }, "beige-9": { conditions: { sm: "tgph-12lz8s41ch", md: "tgph-12lz8s41ci", lg: "tgph-12lz8s41cj", xl: "tgph-12lz8s41ck", "2xl": "tgph-12lz8s41cl" }, defaultClass: "tgph-12lz8s41ch" }, "beige-10": { conditions: { sm: "tgph-12lz8s41cm", md: "tgph-12lz8s41cn", lg: "tgph-12lz8s41co", xl: "tgph-12lz8s41cp", "2xl": "tgph-12lz8s41cq" }, defaultClass: "tgph-12lz8s41cm" }, "beige-11": { conditions: { sm: "tgph-12lz8s41cr", md: "tgph-12lz8s41cs", lg: "tgph-12lz8s41ct", xl: "tgph-12lz8s41cu", "2xl": "tgph-12lz8s41cv" }, defaultClass: "tgph-12lz8s41cr" }, "beige-12": { conditions: { sm: "tgph-12lz8s41cw", md: "tgph-12lz8s41cx", lg: "tgph-12lz8s41cy", xl: "tgph-12lz8s41cz", "2xl": "tgph-12lz8s41d0" }, defaultClass: "tgph-12lz8s41cw" }, "accent-1": { conditions: { sm: "tgph-12lz8s41d1", md: "tgph-12lz8s41d2", lg: "tgph-12lz8s41d3", xl: "tgph-12lz8s41d4", "2xl": "tgph-12lz8s41d5" }, defaultClass: "tgph-12lz8s41d1" }, "accent-2": { conditions: { sm: "tgph-12lz8s41d6", md: "tgph-12lz8s41d7", lg: "tgph-12lz8s41d8", xl: "tgph-12lz8s41d9", "2xl": "tgph-12lz8s41da" }, defaultClass: "tgph-12lz8s41d6" }, "accent-3": { conditions: { sm: "tgph-12lz8s41db", md: "tgph-12lz8s41dc", lg: "tgph-12lz8s41dd", xl: "tgph-12lz8s41de", "2xl": "tgph-12lz8s41df" }, defaultClass: "tgph-12lz8s41db" }, "accent-4": { conditions: { sm: "tgph-12lz8s41dg", md: "tgph-12lz8s41dh", lg: "tgph-12lz8s41di", xl: "tgph-12lz8s41dj", "2xl": "tgph-12lz8s41dk" }, defaultClass: "tgph-12lz8s41dg" }, "accent-5": { conditions: { sm: "tgph-12lz8s41dl", md: "tgph-12lz8s41dm", lg: "tgph-12lz8s41dn", xl: "tgph-12lz8s41do", "2xl": "tgph-12lz8s41dp" }, defaultClass: "tgph-12lz8s41dl" }, "accent-6": { conditions: { sm: "tgph-12lz8s41dq", md: "tgph-12lz8s41dr", lg: "tgph-12lz8s41ds", xl: "tgph-12lz8s41dt", "2xl": "tgph-12lz8s41du" }, defaultClass: "tgph-12lz8s41dq" }, "accent-7": { conditions: { sm: "tgph-12lz8s41dv", md: "tgph-12lz8s41dw", lg: "tgph-12lz8s41dx", xl: "tgph-12lz8s41dy", "2xl": "tgph-12lz8s41dz" }, defaultClass: "tgph-12lz8s41dv" }, "accent-8": { conditions: { sm: "tgph-12lz8s41e0", md: "tgph-12lz8s41e1", lg: "tgph-12lz8s41e2", xl: "tgph-12lz8s41e3", "2xl": "tgph-12lz8s41e4" }, defaultClass: "tgph-12lz8s41e0" }, "accent-9": { conditions: { sm: "tgph-12lz8s41e5", md: "tgph-12lz8s41e6", lg: "tgph-12lz8s41e7", xl: "tgph-12lz8s41e8", "2xl": "tgph-12lz8s41e9" }, defaultClass: "tgph-12lz8s41e5" }, "accent-10": { conditions: { sm: "tgph-12lz8s41ea", md: "tgph-12lz8s41eb", lg: "tgph-12lz8s41ec", xl: "tgph-12lz8s41ed", "2xl": "tgph-12lz8s41ee" }, defaultClass: "tgph-12lz8s41ea" }, "accent-11": { conditions: { sm: "tgph-12lz8s41ef", md: "tgph-12lz8s41eg", lg: "tgph-12lz8s41eh", xl: "tgph-12lz8s41ei", "2xl": "tgph-12lz8s41ej" }, defaultClass: "tgph-12lz8s41ef" }, "accent-12": { conditions: { sm: "tgph-12lz8s41ek", md: "tgph-12lz8s41el", lg: "tgph-12lz8s41em", xl: "tgph-12lz8s41en", "2xl": "tgph-12lz8s41eo" }, defaultClass: "tgph-12lz8s41ek" }, "green-1": { conditions: { sm: "tgph-12lz8s41ep", md: "tgph-12lz8s41eq", lg: "tgph-12lz8s41er", xl: "tgph-12lz8s41es", "2xl": "tgph-12lz8s41et" }, defaultClass: "tgph-12lz8s41ep" }, "green-2": { conditions: { sm: "tgph-12lz8s41eu", md: "tgph-12lz8s41ev", lg: "tgph-12lz8s41ew", xl: "tgph-12lz8s41ex", "2xl": "tgph-12lz8s41ey" }, defaultClass: "tgph-12lz8s41eu" }, "green-3": { conditions: { sm: "tgph-12lz8s41ez", md: "tgph-12lz8s41f0", lg: "tgph-12lz8s41f1", xl: "tgph-12lz8s41f2", "2xl": "tgph-12lz8s41f3" }, defaultClass: "tgph-12lz8s41ez" }, "green-4": { conditions: { sm: "tgph-12lz8s41f4", md: "tgph-12lz8s41f5", lg: "tgph-12lz8s41f6", xl: "tgph-12lz8s41f7", "2xl": "tgph-12lz8s41f8" }, defaultClass: "tgph-12lz8s41f4" }, "green-5": { conditions: { sm: "tgph-12lz8s41f9", md: "tgph-12lz8s41fa", lg: "tgph-12lz8s41fb", xl: "tgph-12lz8s41fc", "2xl": "tgph-12lz8s41fd" }, defaultClass: "tgph-12lz8s41f9" }, "green-6": { conditions: { sm: "tgph-12lz8s41fe", md: "tgph-12lz8s41ff", lg: "tgph-12lz8s41fg", xl: "tgph-12lz8s41fh", "2xl": "tgph-12lz8s41fi" }, defaultClass: "tgph-12lz8s41fe" }, "green-7": { conditions: { sm: "tgph-12lz8s41fj", md: "tgph-12lz8s41fk", lg: "tgph-12lz8s41fl", xl: "tgph-12lz8s41fm", "2xl": "tgph-12lz8s41fn" }, defaultClass: "tgph-12lz8s41fj" }, "green-8": { conditions: { sm: "tgph-12lz8s41fo", md: "tgph-12lz8s41fp", lg: "tgph-12lz8s41fq", xl: "tgph-12lz8s41fr", "2xl": "tgph-12lz8s41fs" }, defaultClass: "tgph-12lz8s41fo" }, "green-9": { conditions: { sm: "tgph-12lz8s41ft", md: "tgph-12lz8s41fu", lg: "tgph-12lz8s41fv", xl: "tgph-12lz8s41fw", "2xl": "tgph-12lz8s41fx" }, defaultClass: "tgph-12lz8s41ft" }, "green-10": { conditions: { sm: "tgph-12lz8s41fy", md: "tgph-12lz8s41fz", lg: "tgph-12lz8s41g0", xl: "tgph-12lz8s41g1", "2xl": "tgph-12lz8s41g2" }, defaultClass: "tgph-12lz8s41fy" }, "green-11": { conditions: { sm: "tgph-12lz8s41g3", md: "tgph-12lz8s41g4", lg: "tgph-12lz8s41g5", xl: "tgph-12lz8s41g6", "2xl": "tgph-12lz8s41g7" }, defaultClass: "tgph-12lz8s41g3" }, "green-12": { conditions: { sm: "tgph-12lz8s41g8", md: "tgph-12lz8s41g9", lg: "tgph-12lz8s41ga", xl: "tgph-12lz8s41gb", "2xl": "tgph-12lz8s41gc" }, defaultClass: "tgph-12lz8s41g8" }, "yellow-1": { conditions: { sm: "tgph-12lz8s41gd", md: "tgph-12lz8s41ge", lg: "tgph-12lz8s41gf", xl: "tgph-12lz8s41gg", "2xl": "tgph-12lz8s41gh" }, defaultClass: "tgph-12lz8s41gd" }, "yellow-2": { conditions: { sm: "tgph-12lz8s41gi", md: "tgph-12lz8s41gj", lg: "tgph-12lz8s41gk", xl: "tgph-12lz8s41gl", "2xl": "tgph-12lz8s41gm" }, defaultClass: "tgph-12lz8s41gi" }, "yellow-3": { conditions: { sm: "tgph-12lz8s41gn", md: "tgph-12lz8s41go", lg: "tgph-12lz8s41gp", xl: "tgph-12lz8s41gq", "2xl": "tgph-12lz8s41gr" }, defaultClass: "tgph-12lz8s41gn" }, "yellow-4": { conditions: { sm: "tgph-12lz8s41gs", md: "tgph-12lz8s41gt", lg: "tgph-12lz8s41gu", xl: "tgph-12lz8s41gv", "2xl": "tgph-12lz8s41gw" }, defaultClass: "tgph-12lz8s41gs" }, "yellow-5": { conditions: { sm: "tgph-12lz8s41gx", md: "tgph-12lz8s41gy", lg: "tgph-12lz8s41gz", xl: "tgph-12lz8s41h0", "2xl": "tgph-12lz8s41h1" }, defaultClass: "tgph-12lz8s41gx" }, "yellow-6": { conditions: { sm: "tgph-12lz8s41h2", md: "tgph-12lz8s41h3", lg: "tgph-12lz8s41h4", xl: "tgph-12lz8s41h5", "2xl": "tgph-12lz8s41h6" }, defaultClass: "tgph-12lz8s41h2" }, "yellow-7": { conditions: { sm: "tgph-12lz8s41h7", md: "tgph-12lz8s41h8", lg: "tgph-12lz8s41h9", xl: "tgph-12lz8s41ha", "2xl": "tgph-12lz8s41hb" }, defaultClass: "tgph-12lz8s41h7" }, "yellow-8": { conditions: { sm: "tgph-12lz8s41hc", md: "tgph-12lz8s41hd", lg: "tgph-12lz8s41he", xl: "tgph-12lz8s41hf", "2xl": "tgph-12lz8s41hg" }, defaultClass: "tgph-12lz8s41hc" }, "yellow-9": { conditions: { sm: "tgph-12lz8s41hh", md: "tgph-12lz8s41hi", lg: "tgph-12lz8s41hj", xl: "tgph-12lz8s41hk", "2xl": "tgph-12lz8s41hl" }, defaultClass: "tgph-12lz8s41hh" }, "yellow-10": { conditions: { sm: "tgph-12lz8s41hm", md: "tgph-12lz8s41hn", lg: "tgph-12lz8s41ho", xl: "tgph-12lz8s41hp", "2xl": "tgph-12lz8s41hq" }, defaultClass: "tgph-12lz8s41hm" }, "yellow-11": { conditions: { sm: "tgph-12lz8s41hr", md: "tgph-12lz8s41hs", lg: "tgph-12lz8s41ht", xl: "tgph-12lz8s41hu", "2xl": "tgph-12lz8s41hv" }, defaultClass: "tgph-12lz8s41hr" }, "yellow-12": { conditions: { sm: "tgph-12lz8s41hw", md: "tgph-12lz8s41hx", lg: "tgph-12lz8s41hy", xl: "tgph-12lz8s41hz", "2xl": "tgph-12lz8s41i0" }, defaultClass: "tgph-12lz8s41hw" }, "blue-1": { conditions: { sm: "tgph-12lz8s41i1", md: "tgph-12lz8s41i2", lg: "tgph-12lz8s41i3", xl: "tgph-12lz8s41i4", "2xl": "tgph-12lz8s41i5" }, defaultClass: "tgph-12lz8s41i1" }, "blue-2": { conditions: { sm: "tgph-12lz8s41i6", md: "tgph-12lz8s41i7", lg: "tgph-12lz8s41i8", xl: "tgph-12lz8s41i9", "2xl": "tgph-12lz8s41ia" }, defaultClass: "tgph-12lz8s41i6" }, "blue-3": { conditions: { sm: "tgph-12lz8s41ib", md: "tgph-12lz8s41ic", lg: "tgph-12lz8s41id", xl: "tgph-12lz8s41ie", "2xl": "tgph-12lz8s41if" }, defaultClass: "tgph-12lz8s41ib" }, "blue-4": { conditions: { sm: "tgph-12lz8s41ig", md: "tgph-12lz8s41ih", lg: "tgph-12lz8s41ii", xl: "tgph-12lz8s41ij", "2xl": "tgph-12lz8s41ik" }, defaultClass: "tgph-12lz8s41ig" }, "blue-5": { conditions: { sm: "tgph-12lz8s41il", md: "tgph-12lz8s41im", lg: "tgph-12lz8s41in", xl: "tgph-12lz8s41io", "2xl": "tgph-12lz8s41ip" }, defaultClass: "tgph-12lz8s41il" }, "blue-6": { conditions: { sm: "tgph-12lz8s41iq", md: "tgph-12lz8s41ir", lg: "tgph-12lz8s41is", xl: "tgph-12lz8s41it", "2xl": "tgph-12lz8s41iu" }, defaultClass: "tgph-12lz8s41iq" }, "blue-7": { conditions: { sm: "tgph-12lz8s41iv", md: "tgph-12lz8s41iw", lg: "tgph-12lz8s41ix", xl: "tgph-12lz8s41iy", "2xl": "tgph-12lz8s41iz" }, defaultClass: "tgph-12lz8s41iv" }, "blue-8": { conditions: { sm: "tgph-12lz8s41j0", md: "tgph-12lz8s41j1", lg: "tgph-12lz8s41j2", xl: "tgph-12lz8s41j3", "2xl": "tgph-12lz8s41j4" }, defaultClass: "tgph-12lz8s41j0" }, "blue-9": { conditions: { sm: "tgph-12lz8s41j5", md: "tgph-12lz8s41j6", lg: "tgph-12lz8s41j7", xl: "tgph-12lz8s41j8", "2xl": "tgph-12lz8s41j9" }, defaultClass: "tgph-12lz8s41j5" }, "blue-10": { conditions: { sm: "tgph-12lz8s41ja", md: "tgph-12lz8s41jb", lg: "tgph-12lz8s41jc", xl: "tgph-12lz8s41jd", "2xl": "tgph-12lz8s41je" }, defaultClass: "tgph-12lz8s41ja" }, "blue-11": { conditions: { sm: "tgph-12lz8s41jf", md: "tgph-12lz8s41jg", lg: "tgph-12lz8s41jh", xl: "tgph-12lz8s41ji", "2xl": "tgph-12lz8s41jj" }, defaultClass: "tgph-12lz8s41jf" }, "blue-12": { conditions: { sm: "tgph-12lz8s41jk", md: "tgph-12lz8s41jl", lg: "tgph-12lz8s41jm", xl: "tgph-12lz8s41jn", "2xl": "tgph-12lz8s41jo" }, defaultClass: "tgph-12lz8s41jk" }, "red-1": { conditions: { sm: "tgph-12lz8s41jp", md: "tgph-12lz8s41jq", lg: "tgph-12lz8s41jr", xl: "tgph-12lz8s41js", "2xl": "tgph-12lz8s41jt" }, defaultClass: "tgph-12lz8s41jp" }, "red-2": { conditions: { sm: "tgph-12lz8s41ju", md: "tgph-12lz8s41jv", lg: "tgph-12lz8s41jw", xl: "tgph-12lz8s41jx", "2xl": "tgph-12lz8s41jy" }, defaultClass: "tgph-12lz8s41ju" }, "red-3": { conditions: { sm: "tgph-12lz8s41jz", md: "tgph-12lz8s41k0", lg: "tgph-12lz8s41k1", xl: "tgph-12lz8s41k2", "2xl": "tgph-12lz8s41k3" }, defaultClass: "tgph-12lz8s41jz" }, "red-4": { conditions: { sm: "tgph-12lz8s41k4", md: "tgph-12lz8s41k5", lg: "tgph-12lz8s41k6", xl: "tgph-12lz8s41k7", "2xl": "tgph-12lz8s41k8" }, defaultClass: "tgph-12lz8s41k4" }, "red-5": { conditions: { sm: "tgph-12lz8s41k9", md: "tgph-12lz8s41ka", lg: "tgph-12lz8s41kb", xl: "tgph-12lz8s41kc", "2xl": "tgph-12lz8s41kd" }, defaultClass: "tgph-12lz8s41k9" }, "red-6": { conditions: { sm: "tgph-12lz8s41ke", md: "tgph-12lz8s41kf", lg: "tgph-12lz8s41kg", xl: "tgph-12lz8s41kh", "2xl": "tgph-12lz8s41ki" }, defaultClass: "tgph-12lz8s41ke" }, "red-7": { conditions: { sm: "tgph-12lz8s41kj", md: "tgph-12lz8s41kk", lg: "tgph-12lz8s41kl", xl: "tgph-12lz8s41km", "2xl": "tgph-12lz8s41kn" }, defaultClass: "tgph-12lz8s41kj" }, "red-8": { conditions: { sm: "tgph-12lz8s41ko", md: "tgph-12lz8s41kp", lg: "tgph-12lz8s41kq", xl: "tgph-12lz8s41kr", "2xl": "tgph-12lz8s41ks" }, defaultClass: "tgph-12lz8s41ko" }, "red-9": { conditions: { sm: "tgph-12lz8s41kt", md: "tgph-12lz8s41ku", lg: "tgph-12lz8s41kv", xl: "tgph-12lz8s41kw", "2xl": "tgph-12lz8s41kx" }, defaultClass: "tgph-12lz8s41kt" }, "red-10": { conditions: { sm: "tgph-12lz8s41ky", md: "tgph-12lz8s41kz", lg: "tgph-12lz8s41l0", xl: "tgph-12lz8s41l1", "2xl": "tgph-12lz8s41l2" }, defaultClass: "tgph-12lz8s41ky" }, "red-11": { conditions: { sm: "tgph-12lz8s41l3", md: "tgph-12lz8s41l4", lg: "tgph-12lz8s41l5", xl: "tgph-12lz8s41l6", "2xl": "tgph-12lz8s41l7" }, defaultClass: "tgph-12lz8s41l3" }, "red-12": { conditions: { sm: "tgph-12lz8s41l8", md: "tgph-12lz8s41l9", lg: "tgph-12lz8s41la", xl: "tgph-12lz8s41lb", "2xl": "tgph-12lz8s41lc" }, defaultClass: "tgph-12lz8s41l8" }, "purple-1": { conditions: { sm: "tgph-12lz8s41ld", md: "tgph-12lz8s41le", lg: "tgph-12lz8s41lf", xl: "tgph-12lz8s41lg", "2xl": "tgph-12lz8s41lh" }, defaultClass: "tgph-12lz8s41ld" }, "purple-2": { conditions: { sm: "tgph-12lz8s41li", md: "tgph-12lz8s41lj", lg: "tgph-12lz8s41lk", xl: "tgph-12lz8s41ll", "2xl": "tgph-12lz8s41lm" }, defaultClass: "tgph-12lz8s41li" }, "purple-3": { conditions: { sm: "tgph-12lz8s41ln", md: "tgph-12lz8s41lo", lg: "tgph-12lz8s41lp", xl: "tgph-12lz8s41lq", "2xl": "tgph-12lz8s41lr" }, defaultClass: "tgph-12lz8s41ln" }, "purple-4": { conditions: { sm: "tgph-12lz8s41ls", md: "tgph-12lz8s41lt", lg: "tgph-12lz8s41lu", xl: "tgph-12lz8s41lv", "2xl": "tgph-12lz8s41lw" }, defaultClass: "tgph-12lz8s41ls" }, "purple-5": { conditions: { sm: "tgph-12lz8s41lx", md: "tgph-12lz8s41ly", lg: "tgph-12lz8s41lz", xl: "tgph-12lz8s41m0", "2xl": "tgph-12lz8s41m1" }, defaultClass: "tgph-12lz8s41lx" }, "purple-6": { conditions: { sm: "tgph-12lz8s41m2", md: "tgph-12lz8s41m3", lg: "tgph-12lz8s41m4", xl: "tgph-12lz8s41m5", "2xl": "tgph-12lz8s41m6" }, defaultClass: "tgph-12lz8s41m2" }, "purple-7": { conditions: { sm: "tgph-12lz8s41m7", md: "tgph-12lz8s41m8", lg: "tgph-12lz8s41m9", xl: "tgph-12lz8s41ma", "2xl": "tgph-12lz8s41mb" }, defaultClass: "tgph-12lz8s41m7" }, "purple-8": { conditions: { sm: "tgph-12lz8s41mc", md: "tgph-12lz8s41md", lg: "tgph-12lz8s41me", xl: "tgph-12lz8s41mf", "2xl": "tgph-12lz8s41mg" }, defaultClass: "tgph-12lz8s41mc" }, "purple-9": { conditions: { sm: "tgph-12lz8s41mh", md: "tgph-12lz8s41mi", lg: "tgph-12lz8s41mj", xl: "tgph-12lz8s41mk", "2xl": "tgph-12lz8s41ml" }, defaultClass: "tgph-12lz8s41mh" }, "purple-10": { conditions: { sm: "tgph-12lz8s41mm", md: "tgph-12lz8s41mn", lg: "tgph-12lz8s41mo", xl: "tgph-12lz8s41mp", "2xl": "tgph-12lz8s41mq" }, defaultClass: "tgph-12lz8s41mm" }, "purple-11": { conditions: { sm: "tgph-12lz8s41mr", md: "tgph-12lz8s41ms", lg: "tgph-12lz8s41mt", xl: "tgph-12lz8s41mu", "2xl": "tgph-12lz8s41mv" }, defaultClass: "tgph-12lz8s41mr" }, "purple-12": { conditions: { sm: "tgph-12lz8s41mw", md: "tgph-12lz8s41mx", lg: "tgph-12lz8s41my", xl: "tgph-12lz8s41mz", "2xl": "tgph-12lz8s41n0" }, defaultClass: "tgph-12lz8s41mw" } }, responsiveArray: void 0 }, borderStyle: { values: { solid: { conditions: { sm: "tgph-12lz8s41n1", md: "tgph-12lz8s41n2", lg: "tgph-12lz8s41n3", xl: "tgph-12lz8s41n4", "2xl": "tgph-12lz8s41n5" }, defaultClass: "tgph-12lz8s41n1" }, dashed: { conditions: { sm: "tgph-12lz8s41n6", md: "tgph-12lz8s41n7", lg: "tgph-12lz8s41n8", xl: "tgph-12lz8s41n9", "2xl": "tgph-12lz8s41na" }, defaultClass: "tgph-12lz8s41n6" } }, responsiveArray: void 0 }, borderRadius: { values: { 0: { conditions: { sm: "tgph-12lz8s41nb", md: "tgph-12lz8s41nc", lg: "tgph-12lz8s41nd", xl: "tgph-12lz8s41ne", "2xl": "tgph-12lz8s41nf" }, defaultClass: "tgph-12lz8s41nb" }, 1: { conditions: { sm: "tgph-12lz8s41ng", md: "tgph-12lz8s41nh", lg: "tgph-12lz8s41ni", xl: "tgph-12lz8s41nj", "2xl": "tgph-12lz8s41nk" }, defaultClass: "tgph-12lz8s41ng" }, 2: { conditions: { sm: "tgph-12lz8s41nl", md: "tgph-12lz8s41nm", lg: "tgph-12lz8s41nn", xl: "tgph-12lz8s41no", "2xl": "tgph-12lz8s41np" }, defaultClass: "tgph-12lz8s41nl" }, 3: { conditions: { sm: "tgph-12lz8s41nq", md: "tgph-12lz8s41nr", lg: "tgph-12lz8s41ns", xl: "tgph-12lz8s41nt", "2xl": "tgph-12lz8s41nu" }, defaultClass: "tgph-12lz8s41nq" }, 4: { conditions: { sm: "tgph-12lz8s41nv", md: "tgph-12lz8s41nw", lg: "tgph-12lz8s41nx", xl: "tgph-12lz8s41ny", "2xl": "tgph-12lz8s41nz" }, defaultClass: "tgph-12lz8s41nv" }, 5: { conditions: { sm: "tgph-12lz8s41o0", md: "tgph-12lz8s41o1", lg: "tgph-12lz8s41o2", xl: "tgph-12lz8s41o3", "2xl": "tgph-12lz8s41o4" }, defaultClass: "tgph-12lz8s41o0" }, 6: { conditions: { sm: "tgph-12lz8s41o5", md: "tgph-12lz8s41o6", lg: "tgph-12lz8s41o7", xl: "tgph-12lz8s41o8", "2xl": "tgph-12lz8s41o9" }, defaultClass: "tgph-12lz8s41o5" }, full: { conditions: { sm: "tgph-12lz8s41oa", md: "tgph-12lz8s41ob", lg: "tgph-12lz8s41oc", xl: "tgph-12lz8s41od", "2xl": "tgph-12lz8s41oe" }, defaultClass: "tgph-12lz8s41oa" } }, responsiveArray: void 0 }, borderRadiusBottomLeft: { values: { 0: { conditions: { sm: "tgph-12lz8s41of", md: "tgph-12lz8s41og", lg: "tgph-12lz8s41oh", xl: "tgph-12lz8s41oi", "2xl": "tgph-12lz8s41oj" }, defaultClass: "tgph-12lz8s41of" }, 1: { conditions: { sm: "tgph-12lz8s41ok", md: "tgph-12lz8s41ol", lg: "tgph-12lz8s41om", xl: "tgph-12lz8s41on", "2xl": "tgph-12lz8s41oo" }, defaultClass: "tgph-12lz8s41ok" }, 2: { conditions: { sm: "tgph-12lz8s41op", md: "tgph-12lz8s41oq", lg: "tgph-12lz8s41or", xl: "tgph-12lz8s41os", "2xl": "tgph-12lz8s41ot" }, defaultClass: "tgph-12lz8s41op" }, 3: { conditions: { sm: "tgph-12lz8s41ou", md: "tgph-12lz8s41ov", lg: "tgph-12lz8s41ow", xl: "tgph-12lz8s41ox", "2xl": "tgph-12lz8s41oy" }, defaultClass: "tgph-12lz8s41ou" }, 4: { conditions: { sm: "tgph-12lz8s41oz", md: "tgph-12lz8s41p0", lg: "tgph-12lz8s41p1", xl: "tgph-12lz8s41p2", "2xl": "tgph-12lz8s41p3" }, defaultClass: "tgph-12lz8s41oz" }, 5: { conditions: { sm: "tgph-12lz8s41p4", md: "tgph-12lz8s41p5", lg: "tgph-12lz8s41p6", xl: "tgph-12lz8s41p7", "2xl": "tgph-12lz8s41p8" }, defaultClass: "tgph-12lz8s41p4" }, 6: { conditions: { sm: "tgph-12lz8s41p9", md: "tgph-12lz8s41pa", lg: "tgph-12lz8s41pb", xl: "tgph-12lz8s41pc", "2xl": "tgph-12lz8s41pd" }, defaultClass: "tgph-12lz8s41p9" }, full: { conditions: { sm: "tgph-12lz8s41pe", md: "tgph-12lz8s41pf", lg: "tgph-12lz8s41pg", xl: "tgph-12lz8s41ph", "2xl": "tgph-12lz8s41pi" }, defaultClass: "tgph-12lz8s41pe" } }, responsiveArray: void 0 }, borderRadiusBottomRight: { values: { 0: { conditions: { sm: "tgph-12lz8s41pj", md: "tgph-12lz8s41pk", lg: "tgph-12lz8s41pl", xl: "tgph-12lz8s41pm", "2xl": "tgph-12lz8s41pn" }, defaultClass: "tgph-12lz8s41pj" }, 1: { conditions: { sm: "tgph-12lz8s41po", md: "tgph-12lz8s41pp", lg: "tgph-12lz8s41pq", xl: "tgph-12lz8s41pr", "2xl": "tgph-12lz8s41ps" }, defaultClass: "tgph-12lz8s41po" }, 2: { conditions: { sm: "tgph-12lz8s41pt", md: "tgph-12lz8s41pu", lg: "tgph-12lz8s41pv", xl: "tgph-12lz8s41pw", "2xl": "tgph-12lz8s41px" }, defaultClass: "tgph-12lz8s41pt" }, 3: { conditions: { sm: "tgph-12lz8s41py", md: "tgph-12lz8s41pz", lg: "tgph-12lz8s41q0", xl: "tgph-12lz8s41q1", "2xl": "tgph-12lz8s41q2" }, defaultClass: "tgph-12lz8s41py" }, 4: { conditions: { sm: "tgph-12lz8s41q3", md: "tgph-12lz8s41q4", lg: "tgph-12lz8s41q5", xl: "tgph-12lz8s41q6", "2xl": "tgph-12lz8s41q7" }, defaultClass: "tgph-12lz8s41q3" }, 5: { conditions: { sm: "tgph-12lz8s41q8", md: "tgph-12lz8s41q9", lg: "tgph-12lz8s41qa", xl: "tgph-12lz8s41qb", "2xl": "tgph-12lz8s41qc" }, defaultClass: "tgph-12lz8s41q8" }, 6: { conditions: { sm: "tgph-12lz8s41qd", md: "tgph-12lz8s41qe", lg: "tgph-12lz8s41qf", xl: "tgph-12lz8s41qg", "2xl": "tgph-12lz8s41qh" }, defaultClass: "tgph-12lz8s41qd" }, full: { conditions: { sm: "tgph-12lz8s41qi", md: "tgph-12lz8s41qj", lg: "tgph-12lz8s41qk", xl: "tgph-12lz8s41ql", "2xl": "tgph-12lz8s41qm" }, defaultClass: "tgph-12lz8s41qi" } }, responsiveArray: void 0 }, borderRadiusTopLeft: { values: { 0: { conditions: { sm: "tgph-12lz8s41qn", md: "tgph-12lz8s41qo", lg: "tgph-12lz8s41qp", xl: "tgph-12lz8s41qq", "2xl": "tgph-12lz8s41qr" }, defaultClass: "tgph-12lz8s41qn" }, 1: { conditions: { sm: "tgph-12lz8s41qs", md: "tgph-12lz8s41qt", lg: "tgph-12lz8s41qu", xl: "tgph-12lz8s41qv", "2xl": "tgph-12lz8s41qw" }, defaultClass: "tgph-12lz8s41qs" }, 2: { conditions: { sm: "tgph-12lz8s41qx", md: "tgph-12lz8s41qy", lg: "tgph-12lz8s41qz", xl: "tgph-12lz8s41r0", "2xl": "tgph-12lz8s41r1" }, defaultClass: "tgph-12lz8s41qx" }, 3: { conditions: { sm: "tgph-12lz8s41r2", md: "tgph-12lz8s41r3", lg: "tgph-12lz8s41r4", xl: "tgph-12lz8s41r5", "2xl": "tgph-12lz8s41r6" }, defaultClass: "tgph-12lz8s41r2" }, 4: { conditions: { sm: "tgph-12lz8s41r7", md: "tgph-12lz8s41r8", lg: "tgph-12lz8s41r9", xl: "tgph-12lz8s41ra", "2xl": "tgph-12lz8s41rb" }, defaultClass: "tgph-12lz8s41r7" }, 5: { conditions: { sm: "tgph-12lz8s41rc", md: "tgph-12lz8s41rd", lg: "tgph-12lz8s41re", xl: "tgph-12lz8s41rf", "2xl": "tgph-12lz8s41rg" }, defaultClass: "tgph-12lz8s41rc" }, 6: { conditions: { sm: "tgph-12lz8s41rh", md: "tgph-12lz8s41ri", lg: "tgph-12lz8s41rj", xl: "tgph-12lz8s41rk", "2xl": "tgph-12lz8s41rl" }, defaultClass: "tgph-12lz8s41rh" }, full: { conditions: { sm: "tgph-12lz8s41rm", md: "tgph-12lz8s41rn", lg: "tgph-12lz8s41ro", xl: "tgph-12lz8s41rp", "2xl": "tgph-12lz8s41rq" }, defaultClass: "tgph-12lz8s41rm" } }, responsiveArray: void 0 }, borderRadiusTopRight: { values: { 0: { conditions: { sm: "tgph-12lz8s41rr", md: "tgph-12lz8s41rs", lg: "tgph-12lz8s41rt", xl: "tgph-12lz8s41ru", "2xl": "tgph-12lz8s41rv" }, defaultClass: "tgph-12lz8s41rr" }, 1: { conditions: { sm: "tgph-12lz8s41rw", md: "tgph-12lz8s41rx", lg: "tgph-12lz8s41ry", xl: "tgph-12lz8s41rz", "2xl": "tgph-12lz8s41s0" }, defaultClass: "tgph-12lz8s41rw" }, 2: { conditions: { sm: "tgph-12lz8s41s1", md: "tgph-12lz8s41s2", lg: "tgph-12lz8s41s3", xl: "tgph-12lz8s41s4", "2xl": "tgph-12lz8s41s5" }, defaultClass: "tgph-12lz8s41s1" }, 3: { conditions: { sm: "tgph-12lz8s41s6", md: "tgph-12lz8s41s7", lg: "tgph-12lz8s41s8", xl: "tgph-12lz8s41s9", "2xl": "tgph-12lz8s41sa" }, defaultClass: "tgph-12lz8s41s6" }, 4: { conditions: { sm: "tgph-12lz8s41sb", md: "tgph-12lz8s41sc", lg: "tgph-12lz8s41sd", xl: "tgph-12lz8s41se", "2xl": "tgph-12lz8s41sf" }, defaultClass: "tgph-12lz8s41sb" }, 5: { conditions: { sm: "tgph-12lz8s41sg", md: "tgph-12lz8s41sh", lg: "tgph-12lz8s41si", xl: "tgph-12lz8s41sj", "2xl": "tgph-12lz8s41sk" }, defaultClass: "tgph-12lz8s41sg" }, 6: { conditions: { sm: "tgph-12lz8s41sl", md: "tgph-12lz8s41sm", lg: "tgph-12lz8s41sn", xl: "tgph-12lz8s41so", "2xl": "tgph-12lz8s41sp" }, defaultClass: "tgph-12lz8s41sl" }, full: { conditions: { sm: "tgph-12lz8s41sq", md: "tgph-12lz8s41sr", lg: "tgph-12lz8s41ss", xl: "tgph-12lz8s41st", "2xl": "tgph-12lz8s41su" }, defaultClass: "tgph-12lz8s41sq" } }, responsiveArray: void 0 }, boxShadow: { values: { 0: { conditions: { sm: "tgph-12lz8s41sv", md: "tgph-12lz8s41sw", lg: "tgph-12lz8s41sx", xl: "tgph-12lz8s41sy", "2xl": "tgph-12lz8s41sz" }, defaultClass: "tgph-12lz8s41sv" }, 1: { conditions: { sm: "tgph-12lz8s41t0", md: "tgph-12lz8s41t1", lg: "tgph-12lz8s41t2", xl: "tgph-12lz8s41t3", "2xl": "tgph-12lz8s41t4" }, defaultClass: "tgph-12lz8s41t0" }, 2: { conditions: { sm: "tgph-12lz8s41t5", md: "tgph-12lz8s41t6", lg: "tgph-12lz8s41t7", xl: "tgph-12lz8s41t8", "2xl": "tgph-12lz8s41t9" }, defaultClass: "tgph-12lz8s41t5" }, 3: { conditions: { sm: "tgph-12lz8s41ta", md: "tgph-12lz8s41tb", lg: "tgph-12lz8s41tc", xl: "tgph-12lz8s41td", "2xl": "tgph-12lz8s41te" }, defaultClass: "tgph-12lz8s41ta" }, inner: { conditions: { sm: "tgph-12lz8s41tf", md: "tgph-12lz8s41tg", lg: "tgph-12lz8s41th", xl: "tgph-12lz8s41ti", "2xl": "tgph-12lz8s41tj" }, defaultClass: "tgph-12lz8s41tf" } }, responsiveArray: void 0 }, display: { values: { block: { conditions: { sm: "tgph-12lz8s41tk", md: "tgph-12lz8s41tl", lg: "tgph-12lz8s41tm", xl: "tgph-12lz8s41tn", "2xl": "tgph-12lz8s41to" }, defaultClass: "tgph-12lz8s41tk" }, "inline-block": { conditions: { sm: "tgph-12lz8s41tp", md: "tgph-12lz8s41tq", lg: "tgph-12lz8s41tr", xl: "tgph-12lz8s41ts", "2xl": "tgph-12lz8s41tt" }, defaultClass: "tgph-12lz8s41tp" }, inline: { conditions: { sm: "tgph-12lz8s41tu", md: "tgph-12lz8s41tv", lg: "tgph-12lz8s41tw", xl: "tgph-12lz8s41tx", "2xl": "tgph-12lz8s41ty" }, defaultClass: "tgph-12lz8s41tu" }, flex: { conditions: { sm: "tgph-12lz8s41tz", md: "tgph-12lz8s41u0", lg: "tgph-12lz8s41u1", xl: "tgph-12lz8s41u2", "2xl": "tgph-12lz8s41u3" }, defaultClass: "tgph-12lz8s41tz" }, "inline-flex": { conditions: { sm: "tgph-12lz8s41u4", md: "tgph-12lz8s41u5", lg: "tgph-12lz8s41u6", xl: "tgph-12lz8s41u7", "2xl": "tgph-12lz8s41u8" }, defaultClass: "tgph-12lz8s41u4" }, grid: { conditions: { sm: "tgph-12lz8s41u9", md: "tgph-12lz8s41ua", lg: "tgph-12lz8s41ub", xl: "tgph-12lz8s41uc", "2xl": "tgph-12lz8s41ud" }, defaultClass: "tgph-12lz8s41u9" }, none: { conditions: { sm: "tgph-12lz8s41ue", md: "tgph-12lz8s41uf", lg: "tgph-12lz8s41ug", xl: "tgph-12lz8s41uh", "2xl": "tgph-12lz8s41ui" }, defaultClass: "tgph-12lz8s41ue" } }, responsiveArray: void 0 }, height: { values: { 0: { conditions: { sm: "tgph-12lz8s41uj", md: "tgph-12lz8s41uk", lg: "tgph-12lz8s41ul", xl: "tgph-12lz8s41um", "2xl": "tgph-12lz8s41un" }, defaultClass: "tgph-12lz8s41uj" }, 1: { conditions: { sm: "tgph-12lz8s41uo", md: "tgph-12lz8s41up", lg: "tgph-12lz8s41uq", xl: "tgph-12lz8s41ur", "2xl": "tgph-12lz8s41us" }, defaultClass: "tgph-12lz8s41uo" }, 2: { conditions: { sm: "tgph-12lz8s41ut", md: "tgph-12lz8s41uu", lg: "tgph-12lz8s41uv", xl: "tgph-12lz8s41uw", "2xl": "tgph-12lz8s41ux" }, defaultClass: "tgph-12lz8s41ut" }, 3: { conditions: { sm: "tgph-12lz8s41uy", md: "tgph-12lz8s41uz", lg: "tgph-12lz8s41v0", xl: "tgph-12lz8s41v1", "2xl": "tgph-12lz8s41v2" }, defaultClass: "tgph-12lz8s41uy" }, 4: { conditions: { sm: "tgph-12lz8s41v3", md: "tgph-12lz8s41v4", lg: "tgph-12lz8s41v5", xl: "tgph-12lz8s41v6", "2xl": "tgph-12lz8s41v7" }, defaultClass: "tgph-12lz8s41v3" }, 5: { conditions: { sm: "tgph-12lz8s41v8", md: "tgph-12lz8s41v9", lg: "tgph-12lz8s41va", xl: "tgph-12lz8s41vb", "2xl": "tgph-12lz8s41vc" }, defaultClass: "tgph-12lz8s41v8" }, 6: { conditions: { sm: "tgph-12lz8s41vd", md: "tgph-12lz8s41ve", lg: "tgph-12lz8s41vf", xl: "tgph-12lz8s41vg", "2xl": "tgph-12lz8s41vh" }, defaultClass: "tgph-12lz8s41vd" }, 7: { conditions: { sm: "tgph-12lz8s41vi", md: "tgph-12lz8s41vj", lg: "tgph-12lz8s41vk", xl: "tgph-12lz8s41vl", "2xl": "tgph-12lz8s41vm" }, defaultClass: "tgph-12lz8s41vi" }, 8: { conditions: { sm: "tgph-12lz8s41vn", md: "tgph-12lz8s41vo", lg: "tgph-12lz8s41vp", xl: "tgph-12lz8s41vq", "2xl": "tgph-12lz8s41vr" }, defaultClass: "tgph-12lz8s41vn" }, 9: { conditions: { sm: "tgph-12lz8s41vs", md: "tgph-12lz8s41vt", lg: "tgph-12lz8s41vu", xl: "tgph-12lz8s41vv", "2xl": "tgph-12lz8s41vw" }, defaultClass: "tgph-12lz8s41vs" }, 10: { conditions: { sm: "tgph-12lz8s41vx", md: "tgph-12lz8s41vy", lg: "tgph-12lz8s41vz", xl: "tgph-12lz8s41w0", "2xl": "tgph-12lz8s41w1" }, defaultClass: "tgph-12lz8s41vx" }, 11: { conditions: { sm: "tgph-12lz8s41w2", md: "tgph-12lz8s41w3", lg: "tgph-12lz8s41w4", xl: "tgph-12lz8s41w5", "2xl": "tgph-12lz8s41w6" }, defaultClass: "tgph-12lz8s41w2" }, 12: { conditions: { sm: "tgph-12lz8s41w7", md: "tgph-12lz8s41w8", lg: "tgph-12lz8s41w9", xl: "tgph-12lz8s41wa", "2xl": "tgph-12lz8s41wb" }, defaultClass: "tgph-12lz8s41w7" }, 14: { conditions: { sm: "tgph-12lz8s41wc", md: "tgph-12lz8s41wd", lg: "tgph-12lz8s41we", xl: "tgph-12lz8s41wf", "2xl": "tgph-12lz8s41wg" }, defaultClass: "tgph-12lz8s41wc" }, 16: { conditions: { sm: "tgph-12lz8s41wh", md: "tgph-12lz8s41wi", lg: "tgph-12lz8s41wj", xl: "tgph-12lz8s41wk", "2xl": "tgph-12lz8s41wl" }, defaultClass: "tgph-12lz8s41wh" }, 20: { conditions: { sm: "tgph-12lz8s41wm", md: "tgph-12lz8s41wn", lg: "tgph-12lz8s41wo", xl: "tgph-12lz8s41wp", "2xl": "tgph-12lz8s41wq" }, defaultClass: "tgph-12lz8s41wm" }, 24: { conditions: { sm: "tgph-12lz8s41wr", md: "tgph-12lz8s41ws", lg: "tgph-12lz8s41wt", xl: "tgph-12lz8s41wu", "2xl": "tgph-12lz8s41wv" }, defaultClass: "tgph-12lz8s41wr" }, 28: { conditions: { sm: "tgph-12lz8s41ww", md: "tgph-12lz8s41wx", lg: "tgph-12lz8s41wy", xl: "tgph-12lz8s41wz", "2xl": "tgph-12lz8s41x0" }, defaultClass: "tgph-12lz8s41ww" }, 32: { conditions: { sm: "tgph-12lz8s41x1", md: "tgph-12lz8s41x2", lg: "tgph-12lz8s41x3", xl: "tgph-12lz8s41x4", "2xl": "tgph-12lz8s41x5" }, defaultClass: "tgph-12lz8s41x1" }, 36: { conditions: { sm: "tgph-12lz8s41x6", md: "tgph-12lz8s41x7", lg: "tgph-12lz8s41x8", xl: "tgph-12lz8s41x9", "2xl": "tgph-12lz8s41xa" }, defaultClass: "tgph-12lz8s41x6" }, 40: { conditions: { sm: "tgph-12lz8s41xb", md: "tgph-12lz8s41xc", lg: "tgph-12lz8s41xd", xl: "tgph-12lz8s41xe", "2xl": "tgph-12lz8s41xf" }, defaultClass: "tgph-12lz8s41xb" }, 44: { conditions: { sm: "tgph-12lz8s41xg", md: "tgph-12lz8s41xh", lg: "tgph-12lz8s41xi", xl: "tgph-12lz8s41xj", "2xl": "tgph-12lz8s41xk" }, defaultClass: "tgph-12lz8s41xg" }, 48: { conditions: { sm: "tgph-12lz8s41xl", md: "tgph-12lz8s41xm", lg: "tgph-12lz8s41xn", xl: "tgph-12lz8s41xo", "2xl": "tgph-12lz8s41xp" }, defaultClass: "tgph-12lz8s41xl" }, 52: { conditions: { sm: "tgph-12lz8s41xq", md: "tgph-12lz8s41xr", lg: "tgph-12lz8s41xs", xl: "tgph-12lz8s41xt", "2xl": "tgph-12lz8s41xu" }, defaultClass: "tgph-12lz8s41xq" }, 56: { conditions: { sm: "tgph-12lz8s41xv", md: "tgph-12lz8s41xw", lg: "tgph-12lz8s41xx", xl: "tgph-12lz8s41xy", "2xl": "tgph-12lz8s41xz" }, defaultClass: "tgph-12lz8s41xv" }, 60: { conditions: { sm: "tgph-12lz8s41y0", md: "tgph-12lz8s41y1", lg: "tgph-12lz8s41y2", xl: "tgph-12lz8s41y3", "2xl": "tgph-12lz8s41y4" }, defaultClass: "tgph-12lz8s41y0" }, 64: { conditions: { sm: "tgph-12lz8s41y5", md: "tgph-12lz8s41y6", lg: "tgph-12lz8s41y7", xl: "tgph-12lz8s41y8", "2xl": "tgph-12lz8s41y9" }, defaultClass: "tgph-12lz8s41y5" }, 72: { conditions: { sm: "tgph-12lz8s41ya", md: "tgph-12lz8s41yb", lg: "tgph-12lz8s41yc", xl: "tgph-12lz8s41yd", "2xl": "tgph-12lz8s41ye" }, defaultClass: "tgph-12lz8s41ya" }, 80: { conditions: { sm: "tgph-12lz8s41yf", md: "tgph-12lz8s41yg", lg: "tgph-12lz8s41yh", xl: "tgph-12lz8s41yi", "2xl": "tgph-12lz8s41yj" }, defaultClass: "tgph-12lz8s41yf" }, 96: { conditions: { sm: "tgph-12lz8s41yk", md: "tgph-12lz8s41yl", lg: "tgph-12lz8s41ym", xl: "tgph-12lz8s41yn", "2xl": "tgph-12lz8s41yo" }, defaultClass: "tgph-12lz8s41yk" }, 140: { conditions: { sm: "tgph-12lz8s41yp", md: "tgph-12lz8s41yq", lg: "tgph-12lz8s41yr", xl: "tgph-12lz8s41ys", "2xl": "tgph-12lz8s41yt" }, defaultClass: "tgph-12lz8s41yp" }, 160: { conditions: { sm: "tgph-12lz8s41yu", md: "tgph-12lz8s41yv", lg: "tgph-12lz8s41yw", xl: "tgph-12lz8s41yx", "2xl": "tgph-12lz8s41yy" }, defaultClass: "tgph-12lz8s41yu" }, px: { conditions: { sm: "tgph-12lz8s41yz", md: "tgph-12lz8s41z0", lg: "tgph-12lz8s41z1", xl: "tgph-12lz8s41z2", "2xl": "tgph-12lz8s41z3" }, defaultClass: "tgph-12lz8s41yz" }, full: { conditions: { sm: "tgph-12lz8s41z4", md: "tgph-12lz8s41z5", lg: "tgph-12lz8s41z6", xl: "tgph-12lz8s41z7", "2xl": "tgph-12lz8s41z8" }, defaultClass: "tgph-12lz8s41z4" }, auto: { conditions: { sm: "tgph-12lz8s41z9", md: "tgph-12lz8s41za", lg: "tgph-12lz8s41zb", xl: "tgph-12lz8s41zc", "2xl": "tgph-12lz8s41zd" }, defaultClass: "tgph-12lz8s41z9" } }, responsiveArray: void 0 }, margin: { values: { 0: { conditions: { sm: "tgph-12lz8s41ze", md: "tgph-12lz8s41zf", lg: "tgph-12lz8s41zg", xl: "tgph-12lz8s41zh", "2xl": "tgph-12lz8s41zi" }, defaultClass: "tgph-12lz8s41ze" }, 1: { conditions: { sm: "tgph-12lz8s41zj", md: "tgph-12lz8s41zk", lg: "tgph-12lz8s41zl", xl: "tgph-12lz8s41zm", "2xl": "tgph-12lz8s41zn" }, defaultClass: "tgph-12lz8s41zj" }, 2: { conditions: { sm: "tgph-12lz8s41zo", md: "tgph-12lz8s41zp", lg: "tgph-12lz8s41zq", xl: "tgph-12lz8s41zr", "2xl": "tgph-12lz8s41zs" }, defaultClass: "tgph-12lz8s41zo" }, 3: { conditions: { sm: "tgph-12lz8s41zt", md: "tgph-12lz8s41zu", lg: "tgph-12lz8s41zv", xl: "tgph-12lz8s41zw", "2xl": "tgph-12lz8s41zx" }, defaultClass: "tgph-12lz8s41zt" }, 4: { conditions: { sm: "tgph-12lz8s41zy", md: "tgph-12lz8s41zz", lg: "tgph-12lz8s4200", xl: "tgph-12lz8s4201", "2xl": "tgph-12lz8s4202" }, defaultClass: "tgph-12lz8s41zy" }, 5: { conditions: { sm: "tgph-12lz8s4203", md: "tgph-12lz8s4204", lg: "tgph-12lz8s4205", xl: "tgph-12lz8s4206", "2xl": "tgph-12lz8s4207" }, defaultClass: "tgph-12lz8s4203" }, 6: { conditions: { sm: "tgph-12lz8s4208", md: "tgph-12lz8s4209", lg: "tgph-12lz8s420a", xl: "tgph-12lz8s420b", "2xl": "tgph-12lz8s420c" }, defaultClass: "tgph-12lz8s4208" }, 7: { conditions: { sm: "tgph-12lz8s420d", md: "tgph-12lz8s420e", lg: "tgph-12lz8s420f", xl: "tgph-12lz8s420g", "2xl": "tgph-12lz8s420h" }, defaultClass: "tgph-12lz8s420d" }, 8: { conditions: { sm: "tgph-12lz8s420i", md: "tgph-12lz8s420j", lg: "tgph-12lz8s420k", xl: "tgph-12lz8s420l", "2xl": "tgph-12lz8s420m" }, defaultClass: "tgph-12lz8s420i" }, 9: { conditions: { sm: "tgph-12lz8s420n", md: "tgph-12lz8s420o", lg: "tgph-12lz8s420p", xl: "tgph-12lz8s420q", "2xl": "tgph-12lz8s420r" }, defaultClass: "tgph-12lz8s420n" }, 10: { conditions: { sm: "tgph-12lz8s420s", md: "tgph-12lz8s420t", lg: "tgph-12lz8s420u", xl: "tgph-12lz8s420v", "2xl": "tgph-12lz8s420w" }, defaultClass: "tgph-12lz8s420s" }, 11: { conditions: { sm: "tgph-12lz8s420x", md: "tgph-12lz8s420y", lg: "tgph-12lz8s420z", xl: "tgph-12lz8s4210", "2xl": "tgph-12lz8s4211" }, defaultClass: "tgph-12lz8s420x" }, 12: { conditions: { sm: "tgph-12lz8s4212", md: "tgph-12lz8s4213", lg: "tgph-12lz8s4214", xl: "tgph-12lz8s4215", "2xl": "tgph-12lz8s4216" }, defaultClass: "tgph-12lz8s4212" }, 14: { conditions: { sm: "tgph-12lz8s4217", md: "tgph-12lz8s4218", lg: "tgph-12lz8s4219", xl: "tgph-12lz8s421a", "2xl": "tgph-12lz8s421b" }, defaultClass: "tgph-12lz8s4217" }, 16: { conditions: { sm: "tgph-12lz8s421c", md: "tgph-12lz8s421d", lg: "tgph-12lz8s421e", xl: "tgph-12lz8s421f", "2xl": "tgph-12lz8s421g" }, defaultClass: "tgph-12lz8s421c" }, 20: { conditions: { sm: "tgph-12lz8s421h", md: "tgph-12lz8s421i", lg: "tgph-12lz8s421j", xl: "tgph-12lz8s421k", "2xl": "tgph-12lz8s421l" }, defaultClass: "tgph-12lz8s421h" }, 24: { conditions: { sm: "tgph-12lz8s421m", md: "tgph-12lz8s421n", lg: "tgph-12lz8s421o", xl: "tgph-12lz8s421p", "2xl": "tgph-12lz8s421q" }, defaultClass: "tgph-12lz8s421m" }, 28: { conditions: { sm: "tgph-12lz8s421r", md: "tgph-12lz8s421s", lg: "tgph-12lz8s421t", xl: "tgph-12lz8s421u", "2xl": "tgph-12lz8s421v" }, defaultClass: "tgph-12lz8s421r" }, 32: { conditions: { sm: "tgph-12lz8s421w", md: "tgph-12lz8s421x", lg: "tgph-12lz8s421y", xl: "tgph-12lz8s421z", "2xl": "tgph-12lz8s4220" }, defaultClass: "tgph-12lz8s421w" }, 36: { conditions: { sm: "tgph-12lz8s4221", md: "tgph-12lz8s4222", lg: "tgph-12lz8s4223", xl: "tgph-12lz8s4224", "2xl": "tgph-12lz8s4225" }, defaultClass: "tgph-12lz8s4221" }, 40: { conditions: { sm: "tgph-12lz8s4226", md: "tgph-12lz8s4227", lg: "tgph-12lz8s4228", xl: "tgph-12lz8s4229", "2xl": "tgph-12lz8s422a" }, defaultClass: "tgph-12lz8s4226" }, 44: { conditions: { sm: "tgph-12lz8s422b", md: "tgph-12lz8s422c", lg: "tgph-12lz8s422d", xl: "tgph-12lz8s422e", "2xl": "tgph-12lz8s422f" }, defaultClass: "tgph-12lz8s422b" }, 48: { conditions: { sm: "tgph-12lz8s422g", md: "tgph-12lz8s422h", lg: "tgph-12lz8s422i", xl: "tgph-12lz8s422j", "2xl": "tgph-12lz8s422k" }, defaultClass: "tgph-12lz8s422g" }, 52: { conditions: { sm: "tgph-12lz8s422l", md: "tgph-12lz8s422m", lg: "tgph-12lz8s422n", xl: "tgph-12lz8s422o", "2xl": "tgph-12lz8s422p" }, defaultClass: "tgph-12lz8s422l" }, 56: { conditions: { sm: "tgph-12lz8s422q", md: "tgph-12lz8s422r", lg: "tgph-12lz8s422s", xl: "tgph-12lz8s422t", "2xl": "tgph-12lz8s422u" }, defaultClass: "tgph-12lz8s422q" }, 60: { conditions: { sm: "tgph-12lz8s422v", md: "tgph-12lz8s422w", lg: "tgph-12lz8s422x", xl: "tgph-12lz8s422y", "2xl": "tgph-12lz8s422z" }, defaultClass: "tgph-12lz8s422v" }, 64: { conditions: { sm: "tgph-12lz8s4230", md: "tgph-12lz8s4231", lg: "tgph-12lz8s4232", xl: "tgph-12lz8s4233", "2xl": "tgph-12lz8s4234" }, defaultClass: "tgph-12lz8s4230" }, 72: { conditions: { sm: "tgph-12lz8s4235", md: "tgph-12lz8s4236", lg: "tgph-12lz8s4237", xl: "tgph-12lz8s4238", "2xl": "tgph-12lz8s4239" }, defaultClass: "tgph-12lz8s4235" }, 80: { conditions: { sm: "tgph-12lz8s423a", md: "tgph-12lz8s423b", lg: "tgph-12lz8s423c", xl: "tgph-12lz8s423d", "2xl": "tgph-12lz8s423e" }, defaultClass: "tgph-12lz8s423a" }, 96: { conditions: { sm: "tgph-12lz8s423f", md: "tgph-12lz8s423g", lg: "tgph-12lz8s423h", xl: "tgph-12lz8s423i", "2xl": "tgph-12lz8s423j" }, defaultClass: "tgph-12lz8s423f" }, 140: { conditions: { sm: "tgph-12lz8s423k", md: "tgph-12lz8s423l", lg: "tgph-12lz8s423m", xl: "tgph-12lz8s423n", "2xl": "tgph-12lz8s423o" }, defaultClass: "tgph-12lz8s423k" }, 160: { conditions: { sm: "tgph-12lz8s423p", md: "tgph-12lz8s423q", lg: "tgph-12lz8s423r", xl: "tgph-12lz8s423s", "2xl": "tgph-12lz8s423t" }, defaultClass: "tgph-12lz8s423p" }, px: { conditions: { sm: "tgph-12lz8s423u", md: "tgph-12lz8s423v", lg: "tgph-12lz8s423w", xl: "tgph-12lz8s423x", "2xl": "tgph-12lz8s423y" }, defaultClass: "tgph-12lz8s423u" }, full: { conditions: { sm: "tgph-12lz8s423z", md: "tgph-12lz8s4240", lg: "tgph-12lz8s4241", xl: "tgph-12lz8s4242", "2xl": "tgph-12lz8s4243" }, defaultClass: "tgph-12lz8s423z" }, auto: { conditions: { sm: "tgph-12lz8s4244", md: "tgph-12lz8s4245", lg: "tgph-12lz8s4246", xl: "tgph-12lz8s4247", "2xl": "tgph-12lz8s4248" }, defaultClass: "tgph-12lz8s4244" } }, responsiveArray: void 0 }, marginBottom: { values: { 0: { conditions: { sm: "tgph-12lz8s4249", md: "tgph-12lz8s424a", lg: "tgph-12lz8s424b", xl: "tgph-12lz8s424c", "2xl": "tgph-12lz8s424d" }, defaultClass: "tgph-12lz8s4249" }, 1: { conditions: { sm: "tgph-12lz8s424e", md: "tgph-12lz8s424f", lg: "tgph-12lz8s424g", xl: "tgph-12lz8s424h", "2xl": "tgph-12lz8s424i" }, defaultClass: "tgph-12lz8s424e" }, 2: { conditions: { sm: "tgph-12lz8s424j", md: "tgph-12lz8s424k", lg: "tgph-12lz8s424l", xl: "tgph-12lz8s424m", "2xl": "tgph-12lz8s424n" }, defaultClass: "tgph-12lz8s424j" }, 3: { conditions: { sm: "tgph-12lz8s424o", md: "tgph-12lz8s424p", lg: "tgph-12lz8s424q", xl: "tgph-12lz8s424r", "2xl": "tgph-12lz8s424s" }, defaultClass: "tgph-12lz8s424o" }, 4: { conditions: { sm: "tgph-12lz8s424t", md: "tgph-12lz8s424u", lg: "tgph-12lz8s424v", xl: "tgph-12lz8s424w", "2xl": "tgph-12lz8s424x" }, defaultClass: "tgph-12lz8s424t" }, 5: { conditions: { sm: "tgph-12lz8s424y", md: "tgph-12lz8s424z", lg: "tgph-12lz8s4250", xl: "tgph-12lz8s4251", "2xl": "tgph-12lz8s4252" }, defaultClass: "tgph-12lz8s424y" }, 6: { conditions: { sm: "tgph-12lz8s4253", md: "tgph-12lz8s4254", lg: "tgph-12lz8s4255", xl: "tgph-12lz8s4256", "2xl": "tgph-12lz8s4257" }, defaultClass: "tgph-12lz8s4253" }, 7: { conditions: { sm: "tgph-12lz8s4258", md: "tgph-12lz8s4259", lg: "tgph-12lz8s425a", xl: "tgph-12lz8s425b", "2xl": "tgph-12lz8s425c" }, defaultClass: "tgph-12lz8s4258" }, 8: { conditions: { sm: "tgph-12lz8s425d", md: "tgph-12lz8s425e", lg: "tgph-12lz8s425f", xl: "tgph-12lz8s425g", "2xl": "tgph-12lz8s425h" }, defaultClass: "tgph-12lz8s425d" }, 9: { conditions: { sm: "tgph-12lz8s425i", md: "tgph-12lz8s425j", lg: "tgph-12lz8s425k", xl: "tgph-12lz8s425l", "2xl": "tgph-12lz8s425m" }, defaultClass: "tgph-12lz8s425i" }, 10: { conditions: { sm: "tgph-12lz8s425n", md: "tgph-12lz8s425o", lg: "tgph-12lz8s425p", xl: "tgph-12lz8s425q", "2xl": "tgph-12lz8s425r" }, defaultClass: "tgph-12lz8s425n" }, 11: { conditions: { sm: "tgph-12lz8s425s", md: "tgph-12lz8s425t", lg: "tgph-12lz8s425u", xl: "tgph-12lz8s425v", "2xl": "tgph-12lz8s425w" }, defaultClass: "tgph-12lz8s425s" }, 12: { conditions: { sm: "tgph-12lz8s425x", md: "tgph-12lz8s425y", lg: "tgph-12lz8s425z", xl: "tgph-12lz8s4260", "2xl": "tgph-12lz8s4261" }, defaultClass: "tgph-12lz8s425x" }, 14: { conditions: { sm: "tgph-12lz8s4262", md: "tgph-12lz8s4263", lg: "tgph-12lz8s4264", xl: "tgph-12lz8s4265", "2xl": "tgph-12lz8s4266" }, defaultClass: "tgph-12lz8s4262" }, 16: { conditions: { sm: "tgph-12lz8s4267", md: "tgph-12lz8s4268", lg: "tgph-12lz8s4269", xl: "tgph-12lz8s426a", "2xl": "tgph-12lz8s426b" }, defaultClass: "tgph-12lz8s4267" }, 20: { conditions: { sm: "tgph-12lz8s426c", md: "tgph-12lz8s426d", lg: "tgph-12lz8s426e", xl: "tgph-12lz8s426f", "2xl": "tgph-12lz8s426g" }, defaultClass: "tgph-12lz8s426c" }, 24: { conditions: { sm: "tgph-12lz8s426h", md: "tgph-12lz8s426i", lg: "tgph-12lz8s426j", xl: "tgph-12lz8s426k", "2xl": "tgph-12lz8s426l" }, defaultClass: "tgph-12lz8s426h" }, 28: { conditions: { sm: "tgph-12lz8s426m", md: "tgph-12lz8s426n", lg: "tgph-12lz8s426o", xl: "tgph-12lz8s426p", "2xl": "tgph-12lz8s426q" }, defaultClass: "tgph-12lz8s426m" }, 32: { conditions: { sm: "tgph-12lz8s426r", md: "tgph-12lz8s426s", lg: "tgph-12lz8s426t", xl: "tgph-12lz8s426u", "2xl": "tgph-12lz8s426v" }, defaultClass: "tgph-12lz8s426r" }, 36: { conditions: { sm: "tgph-12lz8s426w", md: "tgph-12lz8s426x", lg: "tgph-12lz8s426y", xl: "tgph-12lz8s426z", "2xl": "tgph-12lz8s4270" }, defaultClass: "tgph-12lz8s426w" }, 40: { conditions: { sm: "tgph-12lz8s4271", md: "tgph-12lz8s4272", lg: "tgph-12lz8s4273", xl: "tgph-12lz8s4274", "2xl": "tgph-12lz8s4275" }, defaultClass: "tgph-12lz8s4271" }, 44: { conditions: { sm: "tgph-12lz8s4276", md: "tgph-12lz8s4277", lg: "tgph-12lz8s4278", xl: "tgph-12lz8s4279", "2xl": "tgph-12lz8s427a" }, defaultClass: "tgph-12lz8s4276" }, 48: { conditions: { sm: "tgph-12lz8s427b", md: "tgph-12lz8s427c", lg: "tgph-12lz8s427d", xl: "tgph-12lz8s427e", "2xl": "tgph-12lz8s427f" }, defaultClass: "tgph-12lz8s427b" }, 52: { conditions: { sm: "tgph-12lz8s427g", md: "tgph-12lz8s427h", lg: "tgph-12lz8s427i", xl: "tgph-12lz8s427j", "2xl": "tgph-12lz8s427k" }, defaultClass: "tgph-12lz8s427g" }, 56: { conditions: { sm: "tgph-12lz8s427l", md: "tgph-12lz8s427m", lg: "tgph-12lz8s427n", xl: "tgph-12lz8s427o", "2xl": "tgph-12lz8s427p" }, defaultClass: "tgph-12lz8s427l" }, 60: { conditions: { sm: "tgph-12lz8s427q", md: "tgph-12lz8s427r", lg: "tgph-12lz8s427s", xl: "tgph-12lz8s427t", "2xl": "tgph-12lz8s427u" }, defaultClass: "tgph-12lz8s427q" }, 64: { conditions: { sm: "tgph-12lz8s427v", md: "tgph-12lz8s427w", lg: "tgph-12lz8s427x", xl: "tgph-12lz8s427y", "2xl": "tgph-12lz8s427z" }, defaultClass: "tgph-12lz8s427v" }, 72: { conditions: { sm: "tgph-12lz8s4280", md: "tgph-12lz8s4281", lg: "tgph-12lz8s4282", xl: "tgph-12lz8s4283", "2xl": "tgph-12lz8s4284" }, defaultClass: "tgph-12lz8s4280" }, 80: { conditions: { sm: "tgph-12lz8s4285", md: "tgph-12lz8s4286", lg: "tgph-12lz8s4287", xl: "tgph-12lz8s4288", "2xl": "tgph-12lz8s4289" }, defaultClass: "tgph-12lz8s4285" }, 96: { conditions: { sm: "tgph-12lz8s428a", md: "tgph-12lz8s428b", lg: "tgph-12lz8s428c", xl: "tgph-12lz8s428d", "2xl": "tgph-12lz8s428e" }, defaultClass: "tgph-12lz8s428a" }, 140: { conditions: { sm: "tgph-12lz8s428f", md: "tgph-12lz8s428g", lg: "tgph-12lz8s428h", xl: "tgph-12lz8s428i", "2xl": "tgph-12lz8s428j" }, defaultClass: "tgph-12lz8s428f" }, 160: { conditions: { sm: "tgph-12lz8s428k", md: "tgph-12lz8s428l", lg: "tgph-12lz8s428m", xl: "tgph-12lz8s428n", "2xl": "tgph-12lz8s428o" }, defaultClass: "tgph-12lz8s428k" }, px: { conditions: { sm: "tgph-12lz8s428p", md: "tgph-12lz8s428q", lg: "tgph-12lz8s428r", xl: "tgph-12lz8s428s", "2xl": "tgph-12lz8s428t" }, defaultClass: "tgph-12lz8s428p" }, full: { conditions: { sm: "tgph-12lz8s428u", md: "tgph-12lz8s428v", lg: "tgph-12lz8s428w", xl: "tgph-12lz8s428x", "2xl": "tgph-12lz8s428y" }, defaultClass: "tgph-12lz8s428u" }, auto: { conditions: { sm: "tgph-12lz8s428z", md: "tgph-12lz8s4290", lg: "tgph-12lz8s4291", xl: "tgph-12lz8s4292", "2xl": "tgph-12lz8s4293" }, defaultClass: "tgph-12lz8s428z" } }, responsiveArray: void 0 }, marginLeft: { values: { 0: { conditions: { sm: "tgph-12lz8s4294", md: "tgph-12lz8s4295", lg: "tgph-12lz8s4296", xl: "tgph-12lz8s4297", "2xl": "tgph-12lz8s4298" }, defaultClass: "tgph-12lz8s4294" }, 1: { conditions: { sm: "tgph-12lz8s4299", md: "tgph-12lz8s429a", lg: "tgph-12lz8s429b", xl: "tgph-12lz8s429c", "2xl": "tgph-12lz8s429d" }, defaultClass: "tgph-12lz8s4299" }, 2: { conditions: { sm: "tgph-12lz8s429e", md: "tgph-12lz8s429f", lg: "tgph-12lz8s429g", xl: "tgph-12lz8s429h", "2xl": "tgph-12lz8s429i" }, defaultClass: "tgph-12lz8s429e" }, 3: { conditions: { sm: "tgph-12lz8s429j", md: "tgph-12lz8s429k", lg: "tgph-12lz8s429l", xl: "tgph-12lz8s429m", "2xl": "tgph-12lz8s429n" }, defaultClass: "tgph-12lz8s429j" }, 4: { conditions: { sm: "tgph-12lz8s429o", md: "tgph-12lz8s429p", lg: "tgph-12lz8s429q", xl: "tgph-12lz8s429r", "2xl": "tgph-12lz8s429s" }, defaultClass: "tgph-12lz8s429o" }, 5: { conditions: { sm: "tgph-12lz8s429t", md: "tgph-12lz8s429u", lg: "tgph-12lz8s429v", xl: "tgph-12lz8s429w", "2xl": "tgph-12lz8s429x" }, defaultClass: "tgph-12lz8s429t" }, 6: { conditions: { sm: "tgph-12lz8s429y", md: "tgph-12lz8s429z", lg: "tgph-12lz8s42a0", xl: "tgph-12lz8s42a1", "2xl": "tgph-12lz8s42a2" }, defaultClass: "tgph-12lz8s429y" }, 7: { conditions: { sm: "tgph-12lz8s42a3", md: "tgph-12lz8s42a4", lg: "tgph-12lz8s42a5", xl: "tgph-12lz8s42a6", "2xl": "tgph-12lz8s42a7" }, defaultClass: "tgph-12lz8s42a3" }, 8: { conditions: { sm: "tgph-12lz8s42a8", md: "tgph-12lz8s42a9", lg: "tgph-12lz8s42aa", xl: "tgph-12lz8s42ab", "2xl": "tgph-12lz8s42ac" }, defaultClass: "tgph-12lz8s42a8" }, 9: { conditions: { sm: "tgph-12lz8s42ad", md: "tgph-12lz8s42ae", lg: "tgph-12lz8s42af", xl: "tgph-12lz8s42ag", "2xl": "tgph-12lz8s42ah" }, defaultClass: "tgph-12lz8s42ad" }, 10: { conditions: { sm: "tgph-12lz8s42ai", md: "tgph-12lz8s42aj", lg: "tgph-12lz8s42ak", xl: "tgph-12lz8s42al", "2xl": "tgph-12lz8s42am" }, defaultClass: "tgph-12lz8s42ai" }, 11: { conditions: { sm: "tgph-12lz8s42an", md: "tgph-12lz8s42ao", lg: "tgph-12lz8s42ap", xl: "tgph-12lz8s42aq", "2xl": "tgph-12lz8s42ar" }, defaultClass: "tgph-12lz8s42an" }, 12: { conditions: { sm: "tgph-12lz8s42as", md: "tgph-12lz8s42at", lg: "tgph-12lz8s42au", xl: "tgph-12lz8s42av", "2xl": "tgph-12lz8s42aw" }, defaultClass: "tgph-12lz8s42as" }, 14: { conditions: { sm: "tgph-12lz8s42ax", md: "tgph-12lz8s42ay", lg: "tgph-12lz8s42az", xl: "tgph-12lz8s42b0", "2xl": "tgph-12lz8s42b1" }, defaultClass: "tgph-12lz8s42ax" }, 16: { conditions: { sm: "tgph-12lz8s42b2", md: "tgph-12lz8s42b3", lg: "tgph-12lz8s42b4", xl: "tgph-12lz8s42b5", "2xl": "tgph-12lz8s42b6" }, defaultClass: "tgph-12lz8s42b2" }, 20: { conditions: { sm: "tgph-12lz8s42b7", md: "tgph-12lz8s42b8", lg: "tgph-12lz8s42b9", xl: "tgph-12lz8s42ba", "2xl": "tgph-12lz8s42bb" }, defaultClass: "tgph-12lz8s42b7" }, 24: { conditions: { sm: "tgph-12lz8s42bc", md: "tgph-12lz8s42bd", lg: "tgph-12lz8s42be", xl: "tgph-12lz8s42bf", "2xl": "tgph-12lz8s42bg" }, defaultClass: "tgph-12lz8s42bc" }, 28: { conditions: { sm: "tgph-12lz8s42bh", md: "tgph-12lz8s42bi", lg: "tgph-12lz8s42bj", xl: "tgph-12lz8s42bk", "2xl": "tgph-12lz8s42bl" }, defaultClass: "tgph-12lz8s42bh" }, 32: { conditions: { sm: "tgph-12lz8s42bm", md: "tgph-12lz8s42bn", lg: "tgph-12lz8s42bo", xl: "tgph-12lz8s42bp", "2xl": "tgph-12lz8s42bq" }, defaultClass: "tgph-12lz8s42bm" }, 36: { conditions: { sm: "tgph-12lz8s42br", md: "tgph-12lz8s42bs", lg: "tgph-12lz8s42bt", xl: "tgph-12lz8s42bu", "2xl": "tgph-12lz8s42bv" }, defaultClass: "tgph-12lz8s42br" }, 40: { conditions: { sm: "tgph-12lz8s42bw", md: "tgph-12lz8s42bx", lg: "tgph-12lz8s42by", xl: "tgph-12lz8s42bz", "2xl": "tgph-12lz8s42c0" }, defaultClass: "tgph-12lz8s42bw" }, 44: { conditions: { sm: "tgph-12lz8s42c1", md: "tgph-12lz8s42c2", lg: "tgph-12lz8s42c3", xl: "tgph-12lz8s42c4", "2xl": "tgph-12lz8s42c5" }, defaultClass: "tgph-12lz8s42c1" }, 48: { conditions: { sm: "tgph-12lz8s42c6", md: "tgph-12lz8s42c7", lg: "tgph-12lz8s42c8", xl: "tgph-12lz8s42c9", "2xl": "tgph-12lz8s42ca" }, defaultClass: "tgph-12lz8s42c6" }, 52: { conditions: { sm: "tgph-12lz8s42cb", md: "tgph-12lz8s42cc", lg: "tgph-12lz8s42cd", xl: "tgph-12lz8s42ce", "2xl": "tgph-12lz8s42cf" }, defaultClass: "tgph-12lz8s42cb" }, 56: { conditions: { sm: "tgph-12lz8s42cg", md: "tgph-12lz8s42ch", lg: "tgph-12lz8s42ci", xl: "tgph-12lz8s42cj", "2xl": "tgph-12lz8s42ck" }, defaultClass: "tgph-12lz8s42cg" }, 60: { conditions: { sm: "tgph-12lz8s42cl", md: "tgph-12lz8s42cm", lg: "tgph-12lz8s42cn", xl: "tgph-12lz8s42co", "2xl": "tgph-12lz8s42cp" }, defaultClass: "tgph-12lz8s42cl" }, 64: { conditions: { sm: "tgph-12lz8s42cq", md: "tgph-12lz8s42cr", lg: "tgph-12lz8s42cs", xl: "tgph-12lz8s42ct", "2xl": "tgph-12lz8s42cu" }, defaultClass: "tgph-12lz8s42cq" }, 72: { conditions: { sm: "tgph-12lz8s42cv", md: "tgph-12lz8s42cw", lg: "tgph-12lz8s42cx", xl: "tgph-12lz8s42cy", "2xl": "tgph-12lz8s42cz" }, defaultClass: "tgph-12lz8s42cv" }, 80: { conditions: { sm: "tgph-12lz8s42d0", md: "tgph-12lz8s42d1", lg: "tgph-12lz8s42d2", xl: "tgph-12lz8s42d3", "2xl": "tgph-12lz8s42d4" }, defaultClass: "tgph-12lz8s42d0" }, 96: { conditions: { sm: "tgph-12lz8s42d5", md: "tgph-12lz8s42d6", lg: "tgph-12lz8s42d7", xl: "tgph-12lz8s42d8", "2xl": "tgph-12lz8s42d9" }, defaultClass: "tgph-12lz8s42d5" }, 140: { conditions: { sm: "tgph-12lz8s42da", md: "tgph-12lz8s42db", lg: "tgph-12lz8s42dc", xl: "tgph-12lz8s42dd", "2xl": "tgph-12lz8s42de" }, defaultClass: "tgph-12lz8s42da" }, 160: { conditions: { sm: "tgph-12lz8s42df", md: "tgph-12lz8s42dg", lg: "tgph-12lz8s42dh", xl: "tgph-12lz8s42di", "2xl": "tgph-12lz8s42dj" }, defaultClass: "tgph-12lz8s42df" }, px: { conditions: { sm: "tgph-12lz8s42dk", md: "tgph-12lz8s42dl", lg: "tgph-12lz8s42dm", xl: "tgph-12lz8s42dn", "2xl": "tgph-12lz8s42do" }, defaultClass: "tgph-12lz8s42dk" }, full: { conditions: { sm: "tgph-12lz8s42dp", md: "tgph-12lz8s42dq", lg: "tgph-12lz8s42dr", xl: "tgph-12lz8s42ds", "2xl": "tgph-12lz8s42dt" }, defaultClass: "tgph-12lz8s42dp" }, auto: { conditions: { sm: "tgph-12lz8s42du", md: "tgph-12lz8s42dv", lg: "tgph-12lz8s42dw", xl: "tgph-12lz8s42dx", "2xl": "tgph-12lz8s42dy" }, defaultClass: "tgph-12lz8s42du" } }, responsiveArray: void 0 }, marginRight: { values: { 0: { conditions: { sm: "tgph-12lz8s42dz", md: "tgph-12lz8s42e0", lg: "tgph-12lz8s42e1", xl: "tgph-12lz8s42e2", "2xl": "tgph-12lz8s42e3" }, defaultClass: "tgph-12lz8s42dz" }, 1: { conditions: { sm: "tgph-12lz8s42e4", md: "tgph-12lz8s42e5", lg: "tgph-12lz8s42e6", xl: "tgph-12lz8s42e7", "2xl": "tgph-12lz8s42e8" }, defaultClass: "tgph-12lz8s42e4" }, 2: { conditions: { sm: "tgph-12lz8s42e9", md: "tgph-12lz8s42ea", lg: "tgph-12lz8s42eb", xl: "tgph-12lz8s42ec", "2xl": "tgph-12lz8s42ed" }, defaultClass: "tgph-12lz8s42e9" }, 3: { conditions: { sm: "tgph-12lz8s42ee", md: "tgph-12lz8s42ef", lg: "tgph-12lz8s42eg", xl: "tgph-12lz8s42eh", "2xl": "tgph-12lz8s42ei" }, defaultClass: "tgph-12lz8s42ee" }, 4: { conditions: { sm: "tgph-12lz8s42ej", md: "tgph-12lz8s42ek", lg: "tgph-12lz8s42el", xl: "tgph-12lz8s42em", "2xl": "tgph-12lz8s42en" }, defaultClass: "tgph-12lz8s42ej" }, 5: { conditions: { sm: "tgph-12lz8s42eo", md: "tgph-12lz8s42ep", lg: "tgph-12lz8s42eq", xl: "tgph-12lz8s42er", "2xl": "tgph-12lz8s42es" }, defaultClass: "tgph-12lz8s42eo" }, 6: { conditions: { sm: "tgph-12lz8s42et", md: "tgph-12lz8s42eu", lg: "tgph-12lz8s42ev", xl: "tgph-12lz8s42ew", "2xl": "tgph-12lz8s42ex" }, defaultClass: "tgph-12lz8s42et" }, 7: { conditions: { sm: "tgph-12lz8s42ey", md: "tgph-12lz8s42ez", lg: "tgph-12lz8s42f0", xl: "tgph-12lz8s42f1", "2xl": "tgph-12lz8s42f2" }, defaultClass: "tgph-12lz8s42ey" }, 8: { conditions: { sm: "tgph-12lz8s42f3", md: "tgph-12lz8s42f4", lg: "tgph-12lz8s42f5", xl: "tgph-12lz8s42f6", "2xl": "tgph-12lz8s42f7" }, defaultClass: "tgph-12lz8s42f3" }, 9: { conditions: { sm: "tgph-12lz8s42f8", md: "tgph-12lz8s42f9", lg: "tgph-12lz8s42fa", xl: "tgph-12lz8s42fb", "2xl": "tgph-12lz8s42fc" }, defaultClass: "tgph-12lz8s42f8" }, 10: { conditions: { sm: "tgph-12lz8s42fd", md: "tgph-12lz8s42fe", lg: "tgph-12lz8s42ff", xl: "tgph-12lz8s42fg", "2xl": "tgph-12lz8s42fh" }, defaultClass: "tgph-12lz8s42fd" }, 11: { conditions: { sm: "tgph-12lz8s42fi", md: "tgph-12lz8s42fj", lg: "tgph-12lz8s42fk", xl: "tgph-12lz8s42fl", "2xl": "tgph-12lz8s42fm" }, defaultClass: "tgph-12lz8s42fi" }, 12: { conditions: { sm: "tgph-12lz8s42fn", md: "tgph-12lz8s42fo", lg: "tgph-12lz8s42fp", xl: "tgph-12lz8s42fq", "2xl": "tgph-12lz8s42fr" }, defaultClass: "tgph-12lz8s42fn" }, 14: { conditions: { sm: "tgph-12lz8s42fs", md: "tgph-12lz8s42ft", lg: "tgph-12lz8s42fu", xl: "tgph-12lz8s42fv", "2xl": "tgph-12lz8s42fw" }, defaultClass: "tgph-12lz8s42fs" }, 16: { conditions: { sm: "tgph-12lz8s42fx", md: "tgph-12lz8s42fy", lg: "tgph-12lz8s42fz", xl: "tgph-12lz8s42g0", "2xl": "tgph-12lz8s42g1" }, defaultClass: "tgph-12lz8s42fx" }, 20: { conditions: { sm: "tgph-12lz8s42g2", md: "tgph-12lz8s42g3", lg: "tgph-12lz8s42g4", xl: "tgph-12lz8s42g5", "2xl": "tgph-12lz8s42g6" }, defaultClass: "tgph-12lz8s42g2" }, 24: { conditions: { sm: "tgph-12lz8s42g7", md: "tgph-12lz8s42g8", lg: "tgph-12lz8s42g9", xl: "tgph-12lz8s42ga", "2xl": "tgph-12lz8s42gb" }, defaultClass: "tgph-12lz8s42g7" }, 28: { conditions: { sm: "tgph-12lz8s42gc", md: "tgph-12lz8s42gd", lg: "tgph-12lz8s42ge", xl: "tgph-12lz8s42gf", "2xl": "tgph-12lz8s42gg" }, defaultClass: "tgph-12lz8s42gc" }, 32: { conditions: { sm: "tgph-12lz8s42gh", md: "tgph-12lz8s42gi", lg: "tgph-12lz8s42gj", xl: "tgph-12lz8s42gk", "2xl": "tgph-12lz8s42gl" }, defaultClass: "tgph-12lz8s42gh" }, 36: { conditions: { sm: "tgph-12lz8s42gm", md: "tgph-12lz8s42gn", lg: "tgph-12lz8s42go", xl: "tgph-12lz8s42gp", "2xl": "tgph-12lz8s42gq" }, defaultClass: "tgph-12lz8s42gm" }, 40: { conditions: { sm: "tgph-12lz8s42gr", md: "tgph-12lz8s42gs", lg: "tgph-12lz8s42gt", xl: "tgph-12lz8s42gu", "2xl": "tgph-12lz8s42gv" }, defaultClass: "tgph-12lz8s42gr" }, 44: { conditions: { sm: "tgph-12lz8s42gw", md: "tgph-12lz8s42gx", lg: "tgph-12lz8s42gy", xl: "tgph-12lz8s42gz", "2xl": "tgph-12lz8s42h0" }, defaultClass: "tgph-12lz8s42gw" }, 48: { conditions: { sm: "tgph-12lz8s42h1", md: "tgph-12lz8s42h2", lg: "tgph-12lz8s42h3", xl: "tgph-12lz8s42h4", "2xl": "tgph-12lz8s42h5" }, defaultClass: "tgph-12lz8s42h1" }, 52: { conditions: { sm: "tgph-12lz8s42h6", md: "tgph-12lz8s42h7", lg: "tgph-12lz8s42h8", xl: "tgph-12lz8s42h9", "2xl": "tgph-12lz8s42ha" }, defaultClass: "tgph-12lz8s42h6" }, 56: { conditions: { sm: "tgph-12lz8s42hb", md: "tgph-12lz8s42hc", lg: "tgph-12lz8s42hd", xl: "tgph-12lz8s42he", "2xl": "tgph-12lz8s42hf" }, defaultClass: "tgph-12lz8s42hb" }, 60: { conditions: { sm: "tgph-12lz8s42hg", md: "tgph-12lz8s42hh", lg: "tgph-12lz8s42hi", xl: "tgph-12lz8s42hj", "2xl": "tgph-12lz8s42hk" }, defaultClass: "tgph-12lz8s42hg" }, 64: { conditions: { sm: "tgph-12lz8s42hl", md: "tgph-12lz8s42hm", lg: "tgph-12lz8s42hn", xl: "tgph-12lz8s42ho", "2xl": "tgph-12lz8s42hp" }, defaultClass: "tgph-12lz8s42hl" }, 72: { conditions: { sm: "tgph-12lz8s42hq", md: "tgph-12lz8s42hr", lg: "tgph-12lz8s42hs", xl: "tgph-12lz8s42ht", "2xl": "tgph-12lz8s42hu" }, defaultClass: "tgph-12lz8s42hq" }, 80: { conditions: { sm: "tgph-12lz8s42hv", md: "tgph-12lz8s42hw", lg: "tgph-12lz8s42hx", xl: "tgph-12lz8s42hy", "2xl": "tgph-12lz8s42hz" }, defaultClass: "tgph-12lz8s42hv" }, 96: { conditions: { sm: "tgph-12lz8s42i0", md: "tgph-12lz8s42i1", lg: "tgph-12lz8s42i2", xl: "tgph-12lz8s42i3", "2xl": "tgph-12lz8s42i4" }, defaultClass: "tgph-12lz8s42i0" }, 140: { conditions: { sm: "tgph-12lz8s42i5", md: "tgph-12lz8s42i6", lg: "tgph-12lz8s42i7", xl: "tgph-12lz8s42i8", "2xl": "tgph-12lz8s42i9" }, defaultClass: "tgph-12lz8s42i5" }, 160: { conditions: { sm: "tgph-12lz8s42ia", md: "tgph-12lz8s42ib", lg: "tgph-12lz8s42ic", xl: "tgph-12lz8s42id", "2xl": "tgph-12lz8s42ie" }, defaultClass: "tgph-12lz8s42ia" }, px: { conditions: { sm: "tgph-12lz8s42if", md: "tgph-12lz8s42ig", lg: "tgph-12lz8s42ih", xl: "tgph-12lz8s42ii", "2xl": "tgph-12lz8s42ij" }, defaultClass: "tgph-12lz8s42if" }, full: { conditions: { sm: "tgph-12lz8s42ik", md: "tgph-12lz8s42il", lg: "tgph-12lz8s42im", xl: "tgph-12lz8s42in", "2xl": "tgph-12lz8s42io" }, defaultClass: "tgph-12lz8s42ik" }, auto: { conditions: { sm: "tgph-12lz8s42ip", md: "tgph-12lz8s42iq", lg: "tgph-12lz8s42ir", xl: "tgph-12lz8s42is", "2xl": "tgph-12lz8s42it" }, defaultClass: "tgph-12lz8s42ip" } }, responsiveArray: void 0 }, marginTop: { values: { 0: { conditions: { sm: "tgph-12lz8s42iu", md: "tgph-12lz8s42iv", lg: "tgph-12lz8s42iw", xl: "tgph-12lz8s42ix", "2xl": "tgph-12lz8s42iy" }, defaultClass: "tgph-12lz8s42iu" }, 1: { conditions: { sm: "tgph-12lz8s42iz", md: "tgph-12lz8s42j0", lg: "tgph-12lz8s42j1", xl: "tgph-12lz8s42j2", "2xl": "tgph-12lz8s42j3" }, defaultClass: "tgph-12lz8s42iz" }, 2: { conditions: { sm: "tgph-12lz8s42j4", md: "tgph-12lz8s42j5", lg: "tgph-12lz8s42j6", xl: "tgph-12lz8s42j7", "2xl": "tgph-12lz8s42j8" }, defaultClass: "tgph-12lz8s42j4" }, 3: { conditions: { sm: "tgph-12lz8s42j9", md: "tgph-12lz8s42ja", lg: "tgph-12lz8s42jb", xl: "tgph-12lz8s42jc", "2xl": "tgph-12lz8s42jd" }, defaultClass: "tgph-12lz8s42j9" }, 4: { conditions: { sm: "tgph-12lz8s42je", md: "tgph-12lz8s42jf", lg: "tgph-12lz8s42jg", xl: "tgph-12lz8s42jh", "2xl": "tgph-12lz8s42ji" }, defaultClass: "tgph-12lz8s42je" }, 5: { conditions: { sm: "tgph-12lz8s42jj", md: "tgph-12lz8s42jk", lg: "tgph-12lz8s42jl", xl: "tgph-12lz8s42jm", "2xl": "tgph-12lz8s42jn" }, defaultClass: "tgph-12lz8s42jj" }, 6: { conditions: { sm: "tgph-12lz8s42jo", md: "tgph-12lz8s42jp", lg: "tgph-12lz8s42jq", xl: "tgph-12lz8s42jr", "2xl": "tgph-12lz8s42js" }, defaultClass: "tgph-12lz8s42jo" }, 7: { conditions: { sm: "tgph-12lz8s42jt", md: "tgph-12lz8s42ju", lg: "tgph-12lz8s42jv", xl: "tgph-12lz8s42jw", "2xl": "tgph-12lz8s42jx" }, defaultClass: "tgph-12lz8s42jt" }, 8: { conditions: { sm: "tgph-12lz8s42jy", md: "tgph-12lz8s42jz", lg: "tgph-12lz8s42k0", xl: "tgph-12lz8s42k1", "2xl": "tgph-12lz8s42k2" }, defaultClass: "tgph-12lz8s42jy" }, 9: { conditions: { sm: "tgph-12lz8s42k3", md: "tgph-12lz8s42k4", lg: "tgph-12lz8s42k5", xl: "tgph-12lz8s42k6", "2xl": "tgph-12lz8s42k7" }, defaultClass: "tgph-12lz8s42k3" }, 10: { conditions: { sm: "tgph-12lz8s42k8", md: "tgph-12lz8s42k9", lg: "tgph-12lz8s42ka", xl: "tgph-12lz8s42kb", "2xl": "tgph-12lz8s42kc" }, defaultClass: "tgph-12lz8s42k8" }, 11: { conditions: { sm: "tgph-12lz8s42kd", md: "tgph-12lz8s42ke", lg: "tgph-12lz8s42kf", xl: "tgph-12lz8s42kg", "2xl": "tgph-12lz8s42kh" }, defaultClass: "tgph-12lz8s42kd" }, 12: { conditions: { sm: "tgph-12lz8s42ki", md: "tgph-12lz8s42kj", lg: "tgph-12lz8s42kk", xl: "tgph-12lz8s42kl", "2xl": "tgph-12lz8s42km" }, defaultClass: "tgph-12lz8s42ki" }, 14: { conditions: { sm: "tgph-12lz8s42kn", md: "tgph-12lz8s42ko", lg: "tgph-12lz8s42kp", xl: "tgph-12lz8s42kq", "2xl": "tgph-12lz8s42kr" }, defaultClass: "tgph-12lz8s42kn" }, 16: { conditions: { sm: "tgph-12lz8s42ks", md: "tgph-12lz8s42kt", lg: "tgph-12lz8s42ku", xl: "tgph-12lz8s42kv", "2xl": "tgph-12lz8s42kw" }, defaultClass: "tgph-12lz8s42ks" }, 20: { conditions: { sm: "tgph-12lz8s42kx", md: "tgph-12lz8s42ky", lg: "tgph-12lz8s42kz", xl: "tgph-12lz8s42l0", "2xl": "tgph-12lz8s42l1" }, defaultClass: "tgph-12lz8s42kx" }, 24: { conditions: { sm: "tgph-12lz8s42l2", md: "tgph-12lz8s42l3", lg: "tgph-12lz8s42l4", xl: "tgph-12lz8s42l5", "2xl": "tgph-12lz8s42l6" }, defaultClass: "tgph-12lz8s42l2" }, 28: { conditions: { sm: "tgph-12lz8s42l7", md: "tgph-12lz8s42l8", lg: "tgph-12lz8s42l9", xl: "tgph-12lz8s42la", "2xl": "tgph-12lz8s42lb" }, defaultClass: "tgph-12lz8s42l7" }, 32: { conditions: { sm: "tgph-12lz8s42lc", md: "tgph-12lz8s42ld", lg: "tgph-12lz8s42le", xl: "tgph-12lz8s42lf", "2xl": "tgph-12lz8s42lg" }, defaultClass: "tgph-12lz8s42lc" }, 36: { conditions: { sm: "tgph-12lz8s42lh", md: "tgph-12lz8s42li", lg: "tgph-12lz8s42lj", xl: "tgph-12lz8s42lk", "2xl": "tgph-12lz8s42ll" }, defaultClass: "tgph-12lz8s42lh" }, 40: { conditions: { sm: "tgph-12lz8s42lm", md: "tgph-12lz8s42ln", lg: "tgph-12lz8s42lo", xl: "tgph-12lz8s42lp", "2xl": "tgph-12lz8s42lq" }, defaultClass: "tgph-12lz8s42lm" }, 44: { conditions: { sm: "tgph-12lz8s42lr", md: "tgph-12lz8s42ls", lg: "tgph-12lz8s42lt", xl: "tgph-12lz8s42lu", "2xl": "tgph-12lz8s42lv" }, defaultClass: "tgph-12lz8s42lr" }, 48: { conditions: { sm: "tgph-12lz8s42lw", md: "tgph-12lz8s42lx", lg: "tgph-12lz8s42ly", xl: "tgph-12lz8s42lz", "2xl": "tgph-12lz8s42m0" }, defaultClass: "tgph-12lz8s42lw" }, 52: { conditions: { sm: "tgph-12lz8s42m1", md: "tgph-12lz8s42m2", lg: "tgph-12lz8s42m3", xl: "tgph-12lz8s42m4", "2xl": "tgph-12lz8s42m5" }, defaultClass: "tgph-12lz8s42m1" }, 56: { conditions: { sm: "tgph-12lz8s42m6", md: "tgph-12lz8s42m7", lg: "tgph-12lz8s42m8", xl: "tgph-12lz8s42m9", "2xl": "tgph-12lz8s42ma" }, defaultClass: "tgph-12lz8s42m6" }, 60: { conditions: { sm: "tgph-12lz8s42mb", md: "tgph-12lz8s42mc", lg: "tgph-12lz8s42md", xl: "tgph-12lz8s42me", "2xl": "tgph-12lz8s42mf" }, defaultClass: "tgph-12lz8s42mb" }, 64: { conditions: { sm: "tgph-12lz8s42mg", md: "tgph-12lz8s42mh", lg: "tgph-12lz8s42mi", xl: "tgph-12lz8s42mj", "2xl": "tgph-12lz8s42mk" }, defaultClass: "tgph-12lz8s42mg" }, 72: { conditions: { sm: "tgph-12lz8s42ml", md: "tgph-12lz8s42mm", lg: "tgph-12lz8s42mn", xl: "tgph-12lz8s42mo", "2xl": "tgph-12lz8s42mp" }, defaultClass: "tgph-12lz8s42ml" }, 80: { conditions: { sm: "tgph-12lz8s42mq", md: "tgph-12lz8s42mr", lg: "tgph-12lz8s42ms", xl: "tgph-12lz8s42mt", "2xl": "tgph-12lz8s42mu" }, defaultClass: "tgph-12lz8s42mq" }, 96: { conditions: { sm: "tgph-12lz8s42mv", md: "tgph-12lz8s42mw", lg: "tgph-12lz8s42mx", xl: "tgph-12lz8s42my", "2xl": "tgph-12lz8s42mz" }, defaultClass: "tgph-12lz8s42mv" }, 140: { conditions: { sm: "tgph-12lz8s42n0", md: "tgph-12lz8s42n1", lg: "tgph-12lz8s42n2", xl: "tgph-12lz8s42n3", "2xl": "tgph-12lz8s42n4" }, defaultClass: "tgph-12lz8s42n0" }, 160: { conditions: { sm: "tgph-12lz8s42n5", md: "tgph-12lz8s42n6", lg: "tgph-12lz8s42n7", xl: "tgph-12lz8s42n8", "2xl": "tgph-12lz8s42n9" }, defaultClass: "tgph-12lz8s42n5" }, px: { conditions: { sm: "tgph-12lz8s42na", md: "tgph-12lz8s42nb", lg: "tgph-12lz8s42nc", xl: "tgph-12lz8s42nd", "2xl": "tgph-12lz8s42ne" }, defaultClass: "tgph-12lz8s42na" }, full: { conditions: { sm: "tgph-12lz8s42nf", md: "tgph-12lz8s42ng", lg: "tgph-12lz8s42nh", xl: "tgph-12lz8s42ni", "2xl": "tgph-12lz8s42nj" }, defaultClass: "tgph-12lz8s42nf" }, auto: { conditions: { sm: "tgph-12lz8s42nk", md: "tgph-12lz8s42nl", lg: "tgph-12lz8s42nm", xl: "tgph-12lz8s42nn", "2xl": "tgph-12lz8s42no" }, defaultClass: "tgph-12lz8s42nk" } }, responsiveArray: void 0 }, maxHeight: { values: { 0: { conditions: { sm: "tgph-12lz8s42np", md: "tgph-12lz8s42nq", lg: "tgph-12lz8s42nr", xl: "tgph-12lz8s42ns", "2xl": "tgph-12lz8s42nt" }, defaultClass: "tgph-12lz8s42np" }, 1: { conditions: { sm: "tgph-12lz8s42nu", md: "tgph-12lz8s42nv", lg: "tgph-12lz8s42nw", xl: "tgph-12lz8s42nx", "2xl": "tgph-12lz8s42ny" }, defaultClass: "tgph-12lz8s42nu" }, 2: { conditions: { sm: "tgph-12lz8s42nz", md: "tgph-12lz8s42o0", lg: "tgph-12lz8s42o1", xl: "tgph-12lz8s42o2", "2xl": "tgph-12lz8s42o3" }, defaultClass: "tgph-12lz8s42nz" }, 3: { conditions: { sm: "tgph-12lz8s42o4", md: "tgph-12lz8s42o5", lg: "tgph-12lz8s42o6", xl: "tgph-12lz8s42o7", "2xl": "tgph-12lz8s42o8" }, defaultClass: "tgph-12lz8s42o4" }, 4: { conditions: { sm: "tgph-12lz8s42o9", md: "tgph-12lz8s42oa", lg: "tgph-12lz8s42ob", xl: "tgph-12lz8s42oc", "2xl": "tgph-12lz8s42od" }, defaultClass: "tgph-12lz8s42o9" }, 5: { conditions: { sm: "tgph-12lz8s42oe", md: "tgph-12lz8s42of", lg: "tgph-12lz8s42og", xl: "tgph-12lz8s42oh", "2xl": "tgph-12lz8s42oi" }, defaultClass: "tgph-12lz8s42oe" }, 6: { conditions: { sm: "tgph-12lz8s42oj", md: "tgph-12lz8s42ok", lg: "tgph-12lz8s42ol", xl: "tgph-12lz8s42om", "2xl": "tgph-12lz8s42on" }, defaultClass: "tgph-12lz8s42oj" }, 7: { conditions: { sm: "tgph-12lz8s42oo", md: "tgph-12lz8s42op", lg: "tgph-12lz8s42oq", xl: "tgph-12lz8s42or", "2xl": "tgph-12lz8s42os" }, defaultClass: "tgph-12lz8s42oo" }, 8: { conditions: { sm: "tgph-12lz8s42ot", md: "tgph-12lz8s42ou", lg: "tgph-12lz8s42ov", xl: "tgph-12lz8s42ow", "2xl": "tgph-12lz8s42ox" }, defaultClass: "tgph-12lz8s42ot" }, 9: { conditions: { sm: "tgph-12lz8s42oy", md: "tgph-12lz8s42oz", lg: "tgph-12lz8s42p0", xl: "tgph-12lz8s42p1", "2xl": "tgph-12lz8s42p2" }, defaultClass: "tgph-12lz8s42oy" }, 10: { conditions: { sm: "tgph-12lz8s42p3", md: "tgph-12lz8s42p4", lg: "tgph-12lz8s42p5", xl: "tgph-12lz8s42p6", "2xl": "tgph-12lz8s42p7" }, defaultClass: "tgph-12lz8s42p3" }, 11: { conditions: { sm: "tgph-12lz8s42p8", md: "tgph-12lz8s42p9", lg: "tgph-12lz8s42pa", xl: "tgph-12lz8s42pb", "2xl": "tgph-12lz8s42pc" }, defaultClass: "tgph-12lz8s42p8" }, 12: { conditions: { sm: "tgph-12lz8s42pd", md: "tgph-12lz8s42pe", lg: "tgph-12lz8s42pf", xl: "tgph-12lz8s42pg", "2xl": "tgph-12lz8s42ph" }, defaultClass: "tgph-12lz8s42pd" }, 14: { conditions: { sm: "tgph-12lz8s42pi", md: "tgph-12lz8s42pj", lg: "tgph-12lz8s42pk", xl: "tgph-12lz8s42pl", "2xl": "tgph-12lz8s42pm" }, defaultClass: "tgph-12lz8s42pi" }, 16: { conditions: { sm: "tgph-12lz8s42pn", md: "tgph-12lz8s42po", lg: "tgph-12lz8s42pp", xl: "tgph-12lz8s42pq", "2xl": "tgph-12lz8s42pr" }, defaultClass: "tgph-12lz8s42pn" }, 20: { conditions: { sm: "tgph-12lz8s42ps", md: "tgph-12lz8s42pt", lg: "tgph-12lz8s42pu", xl: "tgph-12lz8s42pv", "2xl": "tgph-12lz8s42pw" }, defaultClass: "tgph-12lz8s42ps" }, 24: { conditions: { sm: "tgph-12lz8s42px", md: "tgph-12lz8s42py", lg: "tgph-12lz8s42pz", xl: "tgph-12lz8s42q0", "2xl": "tgph-12lz8s42q1" }, defaultClass: "tgph-12lz8s42px" }, 28: { conditions: { sm: "tgph-12lz8s42q2", md: "tgph-12lz8s42q3", lg: "tgph-12lz8s42q4", xl: "tgph-12lz8s42q5", "2xl": "tgph-12lz8s42q6" }, defaultClass: "tgph-12lz8s42q2" }, 32: { conditions: { sm: "tgph-12lz8s42q7", md: "tgph-12lz8s42q8", lg: "tgph-12lz8s42q9", xl: "tgph-12lz8s42qa", "2xl": "tgph-12lz8s42qb" }, defaultClass: "tgph-12lz8s42q7" }, 36: { conditions: { sm: "tgph-12lz8s42qc", md: "tgph-12lz8s42qd", lg: "tgph-12lz8s42qe", xl: "tgph-12lz8s42qf", "2xl": "tgph-12lz8s42qg" }, defaultClass: "tgph-12lz8s42qc" }, 40: { conditions: { sm: "tgph-12lz8s42qh", md: "tgph-12lz8s42qi", lg: "tgph-12lz8s42qj", xl: "tgph-12lz8s42qk", "2xl": "tgph-12lz8s42ql" }, defaultClass: "tgph-12lz8s42qh" }, 44: { conditions: { sm: "tgph-12lz8s42qm", md: "tgph-12lz8s42qn", lg: "tgph-12lz8s42qo", xl: "tgph-12lz8s42qp", "2xl": "tgph-12lz8s42qq" }, defaultClass: "tgph-12lz8s42qm" }, 48: { conditions: { sm: "tgph-12lz8s42qr", md: "tgph-12lz8s42qs", lg: "tgph-12lz8s42qt", xl: "tgph-12lz8s42qu", "2xl": "tgph-12lz8s42qv" }, defaultClass: "tgph-12lz8s42qr" }, 52: { conditions: { sm: "tgph-12lz8s42qw", md: "tgph-12lz8s42qx", lg: "tgph-12lz8s42qy", xl: "tgph-12lz8s42qz", "2xl": "tgph-12lz8s42r0" }, defaultClass: "tgph-12lz8s42qw" }, 56: { conditions: { sm: "tgph-12lz8s42r1", md: "tgph-12lz8s42r2", lg: "tgph-12lz8s42r3", xl: "tgph-12lz8s42r4", "2xl": "tgph-12lz8s42r5" }, defaultClass: "tgph-12lz8s42r1" }, 60: { conditions: { sm: "tgph-12lz8s42r6", md: "tgph-12lz8s42r7", lg: "tgph-12lz8s42r8", xl: "tgph-12lz8s42r9", "2xl": "tgph-12lz8s42ra" }, defaultClass: "tgph-12lz8s42r6" }, 64: { conditions: { sm: "tgph-12lz8s42rb", md: "tgph-12lz8s42rc", lg: "tgph-12lz8s42rd", xl: "tgph-12lz8s42re", "2xl": "tgph-12lz8s42rf" }, defaultClass: "tgph-12lz8s42rb" }, 72: { conditions: { sm: "tgph-12lz8s42rg", md: "tgph-12lz8s42rh", lg: "tgph-12lz8s42ri", xl: "tgph-12lz8s42rj", "2xl": "tgph-12lz8s42rk" }, defaultClass: "tgph-12lz8s42rg" }, 80: { conditions: { sm: "tgph-12lz8s42rl", md: "tgph-12lz8s42rm", lg: "tgph-12lz8s42rn", xl: "tgph-12lz8s42ro", "2xl": "tgph-12lz8s42rp" }, defaultClass: "tgph-12lz8s42rl" }, 96: { conditions: { sm: "tgph-12lz8s42rq", md: "tgph-12lz8s42rr", lg: "tgph-12lz8s42rs", xl: "tgph-12lz8s42rt", "2xl": "tgph-12lz8s42ru" }, defaultClass: "tgph-12lz8s42rq" }, 140: { conditions: { sm: "tgph-12lz8s42rv", md: "tgph-12lz8s42rw", lg: "tgph-12lz8s42rx", xl: "tgph-12lz8s42ry", "2xl": "tgph-12lz8s42rz" }, defaultClass: "tgph-12lz8s42rv" }, 160: { conditions: { sm: "tgph-12lz8s42s0", md: "tgph-12lz8s42s1", lg: "tgph-12lz8s42s2", xl: "tgph-12lz8s42s3", "2xl": "tgph-12lz8s42s4" }, defaultClass: "tgph-12lz8s42s0" }, px: { conditions: { sm: "tgph-12lz8s42s5", md: "tgph-12lz8s42s6", lg: "tgph-12lz8s42s7", xl: "tgph-12lz8s42s8", "2xl": "tgph-12lz8s42s9" }, defaultClass: "tgph-12lz8s42s5" }, full: { conditions: { sm: "tgph-12lz8s42sa", md: "tgph-12lz8s42sb", lg: "tgph-12lz8s42sc", xl: "tgph-12lz8s42sd", "2xl": "tgph-12lz8s42se" }, defaultClass: "tgph-12lz8s42sa" }, auto: { conditions: { sm: "tgph-12lz8s42sf", md: "tgph-12lz8s42sg", lg: "tgph-12lz8s42sh", xl: "tgph-12lz8s42si", "2xl": "tgph-12lz8s42sj" }, defaultClass: "tgph-12lz8s42sf" } }, responsiveArray: void 0 }, maxWidth: { values: { 0: { conditions: { sm: "tgph-12lz8s42sk", md: "tgph-12lz8s42sl", lg: "tgph-12lz8s42sm", xl: "tgph-12lz8s42sn", "2xl": "tgph-12lz8s42so" }, defaultClass: "tgph-12lz8s42sk" }, 1: { conditions: { sm: "tgph-12lz8s42sp", md: "tgph-12lz8s42sq", lg: "tgph-12lz8s42sr", xl: "tgph-12lz8s42ss", "2xl": "tgph-12lz8s42st" }, defaultClass: "tgph-12lz8s42sp" }, 2: { conditions: { sm: "tgph-12lz8s42su", md: "tgph-12lz8s42sv", lg: "tgph-12lz8s42sw", xl: "tgph-12lz8s42sx", "2xl": "tgph-12lz8s42sy" }, defaultClass: "tgph-12lz8s42su" }, 3: { conditions: { sm: "tgph-12lz8s42sz", md: "tgph-12lz8s42t0", lg: "tgph-12lz8s42t1", xl: "tgph-12lz8s42t2", "2xl": "tgph-12lz8s42t3" }, defaultClass: "tgph-12lz8s42sz" }, 4: { conditions: { sm: "tgph-12lz8s42t4", md: "tgph-12lz8s42t5", lg: "tgph-12lz8s42t6", xl: "tgph-12lz8s42t7", "2xl": "tgph-12lz8s42t8" }, defaultClass: "tgph-12lz8s42t4" }, 5: { conditions: { sm: "tgph-12lz8s42t9", md: "tgph-12lz8s42ta", lg: "tgph-12lz8s42tb", xl: "tgph-12lz8s42tc", "2xl": "tgph-12lz8s42td" }, defaultClass: "tgph-12lz8s42t9" }, 6: { conditions: { sm: "tgph-12lz8s42te", md: "tgph-12lz8s42tf", lg: "tgph-12lz8s42tg", xl: "tgph-12lz8s42th", "2xl": "tgph-12lz8s42ti" }, defaultClass: "tgph-12lz8s42te" }, 7: { conditions: { sm: "tgph-12lz8s42tj", md: "tgph-12lz8s42tk", lg: "tgph-12lz8s42tl", xl: "tgph-12lz8s42tm", "2xl": "tgph-12lz8s42tn" }, defaultClass: "tgph-12lz8s42tj" }, 8: { conditions: { sm: "tgph-12lz8s42to", md: "tgph-12lz8s42tp", lg: "tgph-12lz8s42tq", xl: "tgph-12lz8s42tr", "2xl": "tgph-12lz8s42ts" }, defaultClass: "tgph-12lz8s42to" }, 9: { conditions: { sm: "tgph-12lz8s42tt", md: "tgph-12lz8s42tu", lg: "tgph-12lz8s42tv", xl: "tgph-12lz8s42tw", "2xl": "tgph-12lz8s42tx" }, defaultClass: "tgph-12lz8s42tt" }, 10: { conditions: { sm: "tgph-12lz8s42ty", md: "tgph-12lz8s42tz", lg: "tgph-12lz8s42u0", xl: "tgph-12lz8s42u1", "2xl": "tgph-12lz8s42u2" }, defaultClass: "tgph-12lz8s42ty" }, 11: { conditions: { sm: "tgph-12lz8s42u3", md: "tgph-12lz8s42u4", lg: "tgph-12lz8s42u5", xl: "tgph-12lz8s42u6", "2xl": "tgph-12lz8s42u7" }, defaultClass: "tgph-12lz8s42u3" }, 12: { conditions: { sm: "tgph-12lz8s42u8", md: "tgph-12lz8s42u9", lg: "tgph-12lz8s42ua", xl: "tgph-12lz8s42ub", "2xl": "tgph-12lz8s42uc" }, defaultClass: "tgph-12lz8s42u8" }, 14: { conditions: { sm: "tgph-12lz8s42ud", md: "tgph-12lz8s42ue", lg: "tgph-12lz8s42uf", xl: "tgph-12lz8s42ug", "2xl": "tgph-12lz8s42uh" }, defaultClass: "tgph-12lz8s42ud" }, 16: { conditions: { sm: "tgph-12lz8s42ui", md: "tgph-12lz8s42uj", lg: "tgph-12lz8s42uk", xl: "tgph-12lz8s42ul", "2xl": "tgph-12lz8s42um" }, defaultClass: "tgph-12lz8s42ui" }, 20: { conditions: { sm: "tgph-12lz8s42un", md: "tgph-12lz8s42uo", lg: "tgph-12lz8s42up", xl: "tgph-12lz8s42uq", "2xl": "tgph-12lz8s42ur" }, defaultClass: "tgph-12lz8s42un" }, 24: { conditions: { sm: "tgph-12lz8s42us", md: "tgph-12lz8s42ut", lg: "tgph-12lz8s42uu", xl: "tgph-12lz8s42uv", "2xl": "tgph-12lz8s42uw" }, defaultClass: "tgph-12lz8s42us" }, 28: { conditions: { sm: "tgph-12lz8s42ux", md: "tgph-12lz8s42uy", lg: "tgph-12lz8s42uz", xl: "tgph-12lz8s42v0", "2xl": "tgph-12lz8s42v1" }, defaultClass: "tgph-12lz8s42ux" }, 32: { conditions: { sm: "tgph-12lz8s42v2", md: "tgph-12lz8s42v3", lg: "tgph-12lz8s42v4", xl: "tgph-12lz8s42v5", "2xl": "tgph-12lz8s42v6" }, defaultClass: "tgph-12lz8s42v2" }, 36: { conditions: { sm: "tgph-12lz8s42v7", md: "tgph-12lz8s42v8", lg: "tgph-12lz8s42v9", xl: "tgph-12lz8s42va", "2xl": "tgph-12lz8s42vb" }, defaultClass: "tgph-12lz8s42v7" }, 40: { conditions: { sm: "tgph-12lz8s42vc", md: "tgph-12lz8s42vd", lg: "tgph-12lz8s42ve", xl: "tgph-12lz8s42vf", "2xl": "tgph-12lz8s42vg" }, defaultClass: "tgph-12lz8s42vc" }, 44: { conditions: { sm: "tgph-12lz8s42vh", md: "tgph-12lz8s42vi", lg: "tgph-12lz8s42vj", xl: "tgph-12lz8s42vk", "2xl": "tgph-12lz8s42vl" }, defaultClass: "tgph-12lz8s42vh" }, 48: { conditions: { sm: "tgph-12lz8s42vm", md: "tgph-12lz8s42vn", lg: "tgph-12lz8s42vo", xl: "tgph-12lz8s42vp", "2xl": "tgph-12lz8s42vq" }, defaultClass: "tgph-12lz8s42vm" }, 52: { conditions: { sm: "tgph-12lz8s42vr", md: "tgph-12lz8s42vs", lg: "tgph-12lz8s42vt", xl: "tgph-12lz8s42vu", "2xl": "tgph-12lz8s42vv" }, defaultClass: "tgph-12lz8s42vr" }, 56: { conditions: { sm: "tgph-12lz8s42vw", md: "tgph-12lz8s42vx", lg: "tgph-12lz8s42vy", xl: "tgph-12lz8s42vz", "2xl": "tgph-12lz8s42w0" }, defaultClass: "tgph-12lz8s42vw" }, 60: { conditions: { sm: "tgph-12lz8s42w1", md: "tgph-12lz8s42w2", lg: "tgph-12lz8s42w3", xl: "tgph-12lz8s42w4", "2xl": "tgph-12lz8s42w5" }, defaultClass: "tgph-12lz8s42w1" }, 64: { conditions: { sm: "tgph-12lz8s42w6", md: "tgph-12lz8s42w7", lg: "tgph-12lz8s42w8", xl: "tgph-12lz8s42w9", "2xl": "tgph-12lz8s42wa" }, defaultClass: "tgph-12lz8s42w6" }, 72: { conditions: { sm: "tgph-12lz8s42wb", md: "tgph-12lz8s42wc", lg: "tgph-12lz8s42wd", xl: "tgph-12lz8s42we", "2xl": "tgph-12lz8s42wf" }, defaultClass: "tgph-12lz8s42wb" }, 80: { conditions: { sm: "tgph-12lz8s42wg", md: "tgph-12lz8s42wh", lg: "tgph-12lz8s42wi", xl: "tgph-12lz8s42wj", "2xl": "tgph-12lz8s42wk" }, defaultClass: "tgph-12lz8s42wg" }, 96: { conditions: { sm: "tgph-12lz8s42wl", md: "tgph-12lz8s42wm", lg: "tgph-12lz8s42wn", xl: "tgph-12lz8s42wo", "2xl": "tgph-12lz8s42wp" }, defaultClass: "tgph-12lz8s42wl" }, 140: { conditions: { sm: "tgph-12lz8s42wq", md: "tgph-12lz8s42wr", lg: "tgph-12lz8s42ws", xl: "tgph-12lz8s42wt", "2xl": "tgph-12lz8s42wu" }, defaultClass: "tgph-12lz8s42wq" }, 160: { conditions: { sm: "tgph-12lz8s42wv", md: "tgph-12lz8s42ww", lg: "tgph-12lz8s42wx", xl: "tgph-12lz8s42wy", "2xl": "tgph-12lz8s42wz" }, defaultClass: "tgph-12lz8s42wv" }, px: { conditions: { sm: "tgph-12lz8s42x0", md: "tgph-12lz8s42x1", lg: "tgph-12lz8s42x2", xl: "tgph-12lz8s42x3", "2xl": "tgph-12lz8s42x4" }, defaultClass: "tgph-12lz8s42x0" }, full: { conditions: { sm: "tgph-12lz8s42x5", md: "tgph-12lz8s42x6", lg: "tgph-12lz8s42x7", xl: "tgph-12lz8s42x8", "2xl": "tgph-12lz8s42x9" }, defaultClass: "tgph-12lz8s42x5" }, auto: { conditions: { sm: "tgph-12lz8s42xa", md: "tgph-12lz8s42xb", lg: "tgph-12lz8s42xc", xl: "tgph-12lz8s42xd", "2xl": "tgph-12lz8s42xe" }, defaultClass: "tgph-12lz8s42xa" } }, responsiveArray: void 0 }, padding: { values: { 0: { conditions: { sm: "tgph-12lz8s42xf", md: "tgph-12lz8s42xg", lg: "tgph-12lz8s42xh", xl: "tgph-12lz8s42xi", "2xl": "tgph-12lz8s42xj" }, defaultClass: "tgph-12lz8s42xf" }, 1: { conditions: { sm: "tgph-12lz8s42xk", md: "tgph-12lz8s42xl", lg: "tgph-12lz8s42xm", xl: "tgph-12lz8s42xn", "2xl": "tgph-12lz8s42xo" }, defaultClass: "tgph-12lz8s42xk" }, 2: { conditions: { sm: "tgph-12lz8s42xp", md: "tgph-12lz8s42xq", lg: "tgph-12lz8s42xr", xl: "tgph-12lz8s42xs", "2xl": "tgph-12lz8s42xt" }, defaultClass: "tgph-12lz8s42xp" }, 3: { conditions: { sm: "tgph-12lz8s42xu", md: "tgph-12lz8s42xv", lg: "tgph-12lz8s42xw", xl: "tgph-12lz8s42xx", "2xl": "tgph-12lz8s42xy" }, defaultClass: "tgph-12lz8s42xu" }, 4: { conditions: { sm: "tgph-12lz8s42xz", md: "tgph-12lz8s42y0", lg: "tgph-12lz8s42y1", xl: "tgph-12lz8s42y2", "2xl": "tgph-12lz8s42y3" }, defaultClass: "tgph-12lz8s42xz" }, 5: { conditions: { sm: "tgph-12lz8s42y4", md: "tgph-12lz8s42y5", lg: "tgph-12lz8s42y6", xl: "tgph-12lz8s42y7", "2xl": "tgph-12lz8s42y8" }, defaultClass: "tgph-12lz8s42y4" }, 6: { conditions: { sm: "tgph-12lz8s42y9", md: "tgph-12lz8s42ya", lg: "tgph-12lz8s42yb", xl: "tgph-12lz8s42yc", "2xl": "tgph-12lz8s42yd" }, defaultClass: "tgph-12lz8s42y9" }, 7: { conditions: { sm: "tgph-12lz8s42ye", md: "tgph-12lz8s42yf", lg: "tgph-12lz8s42yg", xl: "tgph-12lz8s42yh", "2xl": "tgph-12lz8s42yi" }, defaultClass: "tgph-12lz8s42ye" }, 8: { conditions: { sm: "tgph-12lz8s42yj", md: "tgph-12lz8s42yk", lg: "tgph-12lz8s42yl", xl: "tgph-12lz8s42ym", "2xl": "tgph-12lz8s42yn" }, defaultClass: "tgph-12lz8s42yj" }, 9: { conditions: { sm: "tgph-12lz8s42yo", md: "tgph-12lz8s42yp", lg: "tgph-12lz8s42yq", xl: "tgph-12lz8s42yr", "2xl": "tgph-12lz8s42ys" }, defaultClass: "tgph-12lz8s42yo" }, 10: { conditions: { sm: "tgph-12lz8s42yt", md: "tgph-12lz8s42yu", lg: "tgph-12lz8s42yv", xl: "tgph-12lz8s42yw", "2xl": "tgph-12lz8s42yx" }, defaultClass: "tgph-12lz8s42yt" }, 11: { conditions: { sm: "tgph-12lz8s42yy", md: "tgph-12lz8s42yz", lg: "tgph-12lz8s42z0", xl: "tgph-12lz8s42z1", "2xl": "tgph-12lz8s42z2" }, defaultClass: "tgph-12lz8s42yy" }, 12: { conditions: { sm: "tgph-12lz8s42z3", md: "tgph-12lz8s42z4", lg: "tgph-12lz8s42z5", xl: "tgph-12lz8s42z6", "2xl": "tgph-12lz8s42z7" }, defaultClass: "tgph-12lz8s42z3" }, 14: { conditions: { sm: "tgph-12lz8s42z8", md: "tgph-12lz8s42z9", lg: "tgph-12lz8s42za", xl: "tgph-12lz8s42zb", "2xl": "tgph-12lz8s42zc" }, defaultClass: "tgph-12lz8s42z8" }, 16: { conditions: { sm: "tgph-12lz8s42zd", md: "tgph-12lz8s42ze", lg: "tgph-12lz8s42zf", xl: "tgph-12lz8s42zg", "2xl": "tgph-12lz8s42zh" }, defaultClass: "tgph-12lz8s42zd" }, 20: { conditions: { sm: "tgph-12lz8s42zi", md: "tgph-12lz8s42zj", lg: "tgph-12lz8s42zk", xl: "tgph-12lz8s42zl", "2xl": "tgph-12lz8s42zm" }, defaultClass: "tgph-12lz8s42zi" }, 24: { conditions: { sm: "tgph-12lz8s42zn", md: "tgph-12lz8s42zo", lg: "tgph-12lz8s42zp", xl: "tgph-12lz8s42zq", "2xl": "tgph-12lz8s42zr" }, defaultClass: "tgph-12lz8s42zn" }, 28: { conditions: { sm: "tgph-12lz8s42zs", md: "tgph-12lz8s42zt", lg: "tgph-12lz8s42zu", xl: "tgph-12lz8s42zv", "2xl": "tgph-12lz8s42zw" }, defaultClass: "tgph-12lz8s42zs" }, 32: { conditions: { sm: "tgph-12lz8s42zx", md: "tgph-12lz8s42zy", lg: "tgph-12lz8s42zz", xl: "tgph-12lz8s4300", "2xl": "tgph-12lz8s4301" }, defaultClass: "tgph-12lz8s42zx" }, 36: { conditions: { sm: "tgph-12lz8s4302", md: "tgph-12lz8s4303", lg: "tgph-12lz8s4304", xl: "tgph-12lz8s4305", "2xl": "tgph-12lz8s4306" }, defaultClass: "tgph-12lz8s4302" }, 40: { conditions: { sm: "tgph-12lz8s4307", md: "tgph-12lz8s4308", lg: "tgph-12lz8s4309", xl: "tgph-12lz8s430a", "2xl": "tgph-12lz8s430b" }, defaultClass: "tgph-12lz8s4307" }, 44: { conditions: { sm: "tgph-12lz8s430c", md: "tgph-12lz8s430d", lg: "tgph-12lz8s430e", xl: "tgph-12lz8s430f", "2xl": "tgph-12lz8s430g" }, defaultClass: "tgph-12lz8s430c" }, 48: { conditions: { sm: "tgph-12lz8s430h", md: "tgph-12lz8s430i", lg: "tgph-12lz8s430j", xl: "tgph-12lz8s430k", "2xl": "tgph-12lz8s430l" }, defaultClass: "tgph-12lz8s430h" }, 52: { conditions: { sm: "tgph-12lz8s430m", md: "tgph-12lz8s430n", lg: "tgph-12lz8s430o", xl: "tgph-12lz8s430p", "2xl": "tgph-12lz8s430q" }, defaultClass: "tgph-12lz8s430m" }, 56: { conditions: { sm: "tgph-12lz8s430r", md: "tgph-12lz8s430s", lg: "tgph-12lz8s430t", xl: "tgph-12lz8s430u", "2xl": "tgph-12lz8s430v" }, defaultClass: "tgph-12lz8s430r" }, 60: { conditions: { sm: "tgph-12lz8s430w", md: "tgph-12lz8s430x", lg: "tgph-12lz8s430y", xl: "tgph-12lz8s430z", "2xl": "tgph-12lz8s4310" }, defaultClass: "tgph-12lz8s430w" }, 64: { conditions: { sm: "tgph-12lz8s4311", md: "tgph-12lz8s4312", lg: "tgph-12lz8s4313", xl: "tgph-12lz8s4314", "2xl": "tgph-12lz8s4315" }, defaultClass: "tgph-12lz8s4311" }, 72: { conditions: { sm: "tgph-12lz8s4316", md: "tgph-12lz8s4317", lg: "tgph-12lz8s4318", xl: "tgph-12lz8s4319", "2xl": "tgph-12lz8s431a" }, defaultClass: "tgph-12lz8s4316" }, 80: { conditions: { sm: "tgph-12lz8s431b", md: "tgph-12lz8s431c", lg: "tgph-12lz8s431d", xl: "tgph-12lz8s431e", "2xl": "tgph-12lz8s431f" }, defaultClass: "tgph-12lz8s431b" }, 96: { conditions: { sm: "tgph-12lz8s431g", md: "tgph-12lz8s431h", lg: "tgph-12lz8s431i", xl: "tgph-12lz8s431j", "2xl": "tgph-12lz8s431k" }, defaultClass: "tgph-12lz8s431g" }, 140: { conditions: { sm: "tgph-12lz8s431l", md: "tgph-12lz8s431m", lg: "tgph-12lz8s431n", xl: "tgph-12lz8s431o", "2xl": "tgph-12lz8s431p" }, defaultClass: "tgph-12lz8s431l" }, 160: { conditions: { sm: "tgph-12lz8s431q", md: "tgph-12lz8s431r", lg: "tgph-12lz8s431s", xl: "tgph-12lz8s431t", "2xl": "tgph-12lz8s431u" }, defaultClass: "tgph-12lz8s431q" }, px: { conditions: { sm: "tgph-12lz8s431v", md: "tgph-12lz8s431w", lg: "tgph-12lz8s431x", xl: "tgph-12lz8s431y", "2xl": "tgph-12lz8s431z" }, defaultClass: "tgph-12lz8s431v" }, full: { conditions: { sm: "tgph-12lz8s4320", md: "tgph-12lz8s4321", lg: "tgph-12lz8s4322", xl: "tgph-12lz8s4323", "2xl": "tgph-12lz8s4324" }, defaultClass: "tgph-12lz8s4320" }, auto: { conditions: { sm: "tgph-12lz8s4325", md: "tgph-12lz8s4326", lg: "tgph-12lz8s4327", xl: "tgph-12lz8s4328", "2xl": "tgph-12lz8s4329" }, defaultClass: "tgph-12lz8s4325" } }, responsiveArray: void 0 }, paddingBottom: { values: { 0: { conditions: { sm: "tgph-12lz8s432a", md: "tgph-12lz8s432b", lg: "tgph-12lz8s432c", xl: "tgph-12lz8s432d", "2xl": "tgph-12lz8s432e" }, defaultClass: "tgph-12lz8s432a" }, 1: { conditions: { sm: "tgph-12lz8s432f", md: "tgph-12lz8s432g", lg: "tgph-12lz8s432h", xl: "tgph-12lz8s432i", "2xl": "tgph-12lz8s432j" }, defaultClass: "tgph-12lz8s432f" }, 2: { conditions: { sm: "tgph-12lz8s432k", md: "tgph-12lz8s432l", lg: "tgph-12lz8s432m", xl: "tgph-12lz8s432n", "2xl": "tgph-12lz8s432o" }, defaultClass: "tgph-12lz8s432k" }, 3: { conditions: { sm: "tgph-12lz8s432p", md: "tgph-12lz8s432q", lg: "tgph-12lz8s432r", xl: "tgph-12lz8s432s", "2xl": "tgph-12lz8s432t" }, defaultClass: "tgph-12lz8s432p" }, 4: { conditions: { sm: "tgph-12lz8s432u", md: "tgph-12lz8s432v", lg: "tgph-12lz8s432w", xl: "tgph-12lz8s432x", "2xl": "tgph-12lz8s432y" }, defaultClass: "tgph-12lz8s432u" }, 5: { conditions: { sm: "tgph-12lz8s432z", md: "tgph-12lz8s4330", lg: "tgph-12lz8s4331", xl: "tgph-12lz8s4332", "2xl": "tgph-12lz8s4333" }, defaultClass: "tgph-12lz8s432z" }, 6: { conditions: { sm: "tgph-12lz8s4334", md: "tgph-12lz8s4335", lg: "tgph-12lz8s4336", xl: "tgph-12lz8s4337", "2xl": "tgph-12lz8s4338" }, defaultClass: "tgph-12lz8s4334" }, 7: { conditions: { sm: "tgph-12lz8s4339", md: "tgph-12lz8s433a", lg: "tgph-12lz8s433b", xl: "tgph-12lz8s433c", "2xl": "tgph-12lz8s433d" }, defaultClass: "tgph-12lz8s4339" }, 8: { conditions: { sm: "tgph-12lz8s433e", md: "tgph-12lz8s433f", lg: "tgph-12lz8s433g", xl: "tgph-12lz8s433h", "2xl": "tgph-12lz8s433i" }, defaultClass: "tgph-12lz8s433e" }, 9: { conditions: { sm: "tgph-12lz8s433j", md: "tgph-12lz8s433k", lg: "tgph-12lz8s433l", xl: "tgph-12lz8s433m", "2xl": "tgph-12lz8s433n" }, defaultClass: "tgph-12lz8s433j" }, 10: { conditions: { sm: "tgph-12lz8s433o", md: "tgph-12lz8s433p", lg: "tgph-12lz8s433q", xl: "tgph-12lz8s433r", "2xl": "tgph-12lz8s433s" }, defaultClass: "tgph-12lz8s433o" }, 11: { conditions: { sm: "tgph-12lz8s433t", md: "tgph-12lz8s433u", lg: "tgph-12lz8s433v", xl: "tgph-12lz8s433w", "2xl": "tgph-12lz8s433x" }, defaultClass: "tgph-12lz8s433t" }, 12: { conditions: { sm: "tgph-12lz8s433y", md: "tgph-12lz8s433z", lg: "tgph-12lz8s4340", xl: "tgph-12lz8s4341", "2xl": "tgph-12lz8s4342" }, defaultClass: "tgph-12lz8s433y" }, 14: { conditions: { sm: "tgph-12lz8s4343", md: "tgph-12lz8s4344", lg: "tgph-12lz8s4345", xl: "tgph-12lz8s4346", "2xl": "tgph-12lz8s4347" }, defaultClass: "tgph-12lz8s4343" }, 16: { conditions: { sm: "tgph-12lz8s4348", md: "tgph-12lz8s4349", lg: "tgph-12lz8s434a", xl: "tgph-12lz8s434b", "2xl": "tgph-12lz8s434c" }, defaultClass: "tgph-12lz8s4348" }, 20: { conditions: { sm: "tgph-12lz8s434d", md: "tgph-12lz8s434e", lg: "tgph-12lz8s434f", xl: "tgph-12lz8s434g", "2xl": "tgph-12lz8s434h" }, defaultClass: "tgph-12lz8s434d" }, 24: { conditions: { sm: "tgph-12lz8s434i", md: "tgph-12lz8s434j", lg: "tgph-12lz8s434k", xl: "tgph-12lz8s434l", "2xl": "tgph-12lz8s434m" }, defaultClass: "tgph-12lz8s434i" }, 28: { conditions: { sm: "tgph-12lz8s434n", md: "tgph-12lz8s434o", lg: "tgph-12lz8s434p", xl: "tgph-12lz8s434q", "2xl": "tgph-12lz8s434r" }, defaultClass: "tgph-12lz8s434n" }, 32: { conditions: { sm: "tgph-12lz8s434s", md: "tgph-12lz8s434t", lg: "tgph-12lz8s434u", xl: "tgph-12lz8s434v", "2xl": "tgph-12lz8s434w" }, defaultClass: "tgph-12lz8s434s" }, 36: { conditions: { sm: "tgph-12lz8s434x", md: "tgph-12lz8s434y", lg: "tgph-12lz8s434z", xl: "tgph-12lz8s4350", "2xl": "tgph-12lz8s4351" }, defaultClass: "tgph-12lz8s434x" }, 40: { conditions: { sm: "tgph-12lz8s4352", md: "tgph-12lz8s4353", lg: "tgph-12lz8s4354", xl: "tgph-12lz8s4355", "2xl": "tgph-12lz8s4356" }, defaultClass: "tgph-12lz8s4352" }, 44: { conditions: { sm: "tgph-12lz8s4357", md: "tgph-12lz8s4358", lg: "tgph-12lz8s4359", xl: "tgph-12lz8s435a", "2xl": "tgph-12lz8s435b" }, defaultClass: "tgph-12lz8s4357" }, 48: { conditions: { sm: "tgph-12lz8s435c", md: "tgph-12lz8s435d", lg: "tgph-12lz8s435e", xl: "tgph-12lz8s435f", "2xl": "tgph-12lz8s435g" }, defaultClass: "tgph-12lz8s435c" }, 52: { conditions: { sm: "tgph-12lz8s435h", md: "tgph-12lz8s435i", lg: "tgph-12lz8s435j", xl: "tgph-12lz8s435k", "2xl": "tgph-12lz8s435l" }, defaultClass: "tgph-12lz8s435h" }, 56: { conditions: { sm: "tgph-12lz8s435m", md: "tgph-12lz8s435n", lg: "tgph-12lz8s435o", xl: "tgph-12lz8s435p", "2xl": "tgph-12lz8s435q" }, defaultClass: "tgph-12lz8s435m" }, 60: { conditions: { sm: "tgph-12lz8s435r", md: "tgph-12lz8s435s", lg: "tgph-12lz8s435t", xl: "tgph-12lz8s435u", "2xl": "tgph-12lz8s435v" }, defaultClass: "tgph-12lz8s435r" }, 64: { conditions: { sm: "tgph-12lz8s435w", md: "tgph-12lz8s435x", lg: "tgph-12lz8s435y", xl: "tgph-12lz8s435z", "2xl": "tgph-12lz8s4360" }, defaultClass: "tgph-12lz8s435w" }, 72: { conditions: { sm: "tgph-12lz8s4361", md: "tgph-12lz8s4362", lg: "tgph-12lz8s4363", xl: "tgph-12lz8s4364", "2xl": "tgph-12lz8s4365" }, defaultClass: "tgph-12lz8s4361" }, 80: { conditions: { sm: "tgph-12lz8s4366", md: "tgph-12lz8s4367", lg: "tgph-12lz8s4368", xl: "tgph-12lz8s4369", "2xl": "tgph-12lz8s436a" }, defaultClass: "tgph-12lz8s4366" }, 96: { conditions: { sm: "tgph-12lz8s436b", md: "tgph-12lz8s436c", lg: "tgph-12lz8s436d", xl: "tgph-12lz8s436e", "2xl": "tgph-12lz8s436f" }, defaultClass: "tgph-12lz8s436b" }, 140: { conditions: { sm: "tgph-12lz8s436g", md: "tgph-12lz8s436h", lg: "tgph-12lz8s436i", xl: "tgph-12lz8s436j", "2xl": "tgph-12lz8s436k" }, defaultClass: "tgph-12lz8s436g" }, 160: { conditions: { sm: "tgph-12lz8s436l", md: "tgph-12lz8s436m", lg: "tgph-12lz8s436n", xl: "tgph-12lz8s436o", "2xl": "tgph-12lz8s436p" }, defaultClass: "tgph-12lz8s436l" }, px: { conditions: { sm: "tgph-12lz8s436q", md: "tgph-12lz8s436r", lg: "tgph-12lz8s436s", xl: "tgph-12lz8s436t", "2xl": "tgph-12lz8s436u" }, defaultClass: "tgph-12lz8s436q" }, full: { conditions: { sm: "tgph-12lz8s436v", md: "tgph-12lz8s436w", lg: "tgph-12lz8s436x", xl: "tgph-12lz8s436y", "2xl": "tgph-12lz8s436z" }, defaultClass: "tgph-12lz8s436v" }, auto: { conditions: { sm: "tgph-12lz8s4370", md: "tgph-12lz8s4371", lg: "tgph-12lz8s4372", xl: "tgph-12lz8s4373", "2xl": "tgph-12lz8s4374" }, defaultClass: "tgph-12lz8s4370" } }, responsiveArray: void 0 }, paddingLeft: { values: { 0: { conditions: { sm: "tgph-12lz8s4375", md: "tgph-12lz8s4376", lg: "tgph-12lz8s4377", xl: "tgph-12lz8s4378", "2xl": "tgph-12lz8s4379" }, defaultClass: "tgph-12lz8s4375" }, 1: { conditions: { sm: "tgph-12lz8s437a", md: "tgph-12lz8s437b", lg: "tgph-12lz8s437c", xl: "tgph-12lz8s437d", "2xl": "tgph-12lz8s437e" }, defaultClass: "tgph-12lz8s437a" }, 2: { conditions: { sm: "tgph-12lz8s437f", md: "tgph-12lz8s437g", lg: "tgph-12lz8s437h", xl: "tgph-12lz8s437i", "2xl": "tgph-12lz8s437j" }, defaultClass: "tgph-12lz8s437f" }, 3: { conditions: { sm: "tgph-12lz8s437k", md: "tgph-12lz8s437l", lg: "tgph-12lz8s437m", xl: "tgph-12lz8s437n", "2xl": "tgph-12lz8s437o" }, defaultClass: "tgph-12lz8s437k" }, 4: { conditions: { sm: "tgph-12lz8s437p", md: "tgph-12lz8s437q", lg: "tgph-12lz8s437r", xl: "tgph-12lz8s437s", "2xl": "tgph-12lz8s437t" }, defaultClass: "tgph-12lz8s437p" }, 5: { conditions: { sm: "tgph-12lz8s437u", md: "tgph-12lz8s437v", lg: "tgph-12lz8s437w", xl: "tgph-12lz8s437x", "2xl": "tgph-12lz8s437y" }, defaultClass: "tgph-12lz8s437u" }, 6: { conditions: { sm: "tgph-12lz8s437z", md: "tgph-12lz8s4380", lg: "tgph-12lz8s4381", xl: "tgph-12lz8s4382", "2xl": "tgph-12lz8s4383" }, defaultClass: "tgph-12lz8s437z" }, 7: { conditions: { sm: "tgph-12lz8s4384", md: "tgph-12lz8s4385", lg: "tgph-12lz8s4386", xl: "tgph-12lz8s4387", "2xl": "tgph-12lz8s4388" }, defaultClass: "tgph-12lz8s4384" }, 8: { conditions: { sm: "tgph-12lz8s4389", md: "tgph-12lz8s438a", lg: "tgph-12lz8s438b", xl: "tgph-12lz8s438c", "2xl": "tgph-12lz8s438d" }, defaultClass: "tgph-12lz8s4389" }, 9: { conditions: { sm: "tgph-12lz8s438e", md: "tgph-12lz8s438f", lg: "tgph-12lz8s438g", xl: "tgph-12lz8s438h", "2xl": "tgph-12lz8s438i" }, defaultClass: "tgph-12lz8s438e" }, 10: { conditions: { sm: "tgph-12lz8s438j", md: "tgph-12lz8s438k", lg: "tgph-12lz8s438l", xl: "tgph-12lz8s438m", "2xl": "tgph-12lz8s438n" }, defaultClass: "tgph-12lz8s438j" }, 11: { conditions: { sm: "tgph-12lz8s438o", md: "tgph-12lz8s438p", lg: "tgph-12lz8s438q", xl: "tgph-12lz8s438r", "2xl": "tgph-12lz8s438s" }, defaultClass: "tgph-12lz8s438o" }, 12: { conditions: { sm: "tgph-12lz8s438t", md: "tgph-12lz8s438u", lg: "tgph-12lz8s438v", xl: "tgph-12lz8s438w", "2xl": "tgph-12lz8s438x" }, defaultClass: "tgph-12lz8s438t" }, 14: { conditions: { sm: "tgph-12lz8s438y", md: "tgph-12lz8s438z", lg: "tgph-12lz8s4390", xl: "tgph-12lz8s4391", "2xl": "tgph-12lz8s4392" }, defaultClass: "tgph-12lz8s438y" }, 16: { conditions: { sm: "tgph-12lz8s4393", md: "tgph-12lz8s4394", lg: "tgph-12lz8s4395", xl: "tgph-12lz8s4396", "2xl": "tgph-12lz8s4397" }, defaultClass: "tgph-12lz8s4393" }, 20: { conditions: { sm: "tgph-12lz8s4398", md: "tgph-12lz8s4399", lg: "tgph-12lz8s439a", xl: "tgph-12lz8s439b", "2xl": "tgph-12lz8s439c" }, defaultClass: "tgph-12lz8s4398" }, 24: { conditions: { sm: "tgph-12lz8s439d", md: "tgph-12lz8s439e", lg: "tgph-12lz8s439f", xl: "tgph-12lz8s439g", "2xl": "tgph-12lz8s439h" }, defaultClass: "tgph-12lz8s439d" }, 28: { conditions: { sm: "tgph-12lz8s439i", md: "tgph-12lz8s439j", lg: "tgph-12lz8s439k", xl: "tgph-12lz8s439l", "2xl": "tgph-12lz8s439m" }, defaultClass: "tgph-12lz8s439i" }, 32: { conditions: { sm: "tgph-12lz8s439n", md: "tgph-12lz8s439o", lg: "tgph-12lz8s439p", xl: "tgph-12lz8s439q", "2xl": "tgph-12lz8s439r" }, defaultClass: "tgph-12lz8s439n" }, 36: { conditions: { sm: "tgph-12lz8s439s", md: "tgph-12lz8s439t", lg: "tgph-12lz8s439u", xl: "tgph-12lz8s439v", "2xl": "tgph-12lz8s439w" }, defaultClass: "tgph-12lz8s439s" }, 40: { conditions: { sm: "tgph-12lz8s439x", md: "tgph-12lz8s439y", lg: "tgph-12lz8s439z", xl: "tgph-12lz8s43a0", "2xl": "tgph-12lz8s43a1" }, defaultClass: "tgph-12lz8s439x" }, 44: { conditions: { sm: "tgph-12lz8s43a2", md: "tgph-12lz8s43a3", lg: "tgph-12lz8s43a4", xl: "tgph-12lz8s43a5", "2xl": "tgph-12lz8s43a6" }, defaultClass: "tgph-12lz8s43a2" }, 48: { conditions: { sm: "tgph-12lz8s43a7", md: "tgph-12lz8s43a8", lg: "tgph-12lz8s43a9", xl: "tgph-12lz8s43aa", "2xl": "tgph-12lz8s43ab" }, defaultClass: "tgph-12lz8s43a7" }, 52: { conditions: { sm: "tgph-12lz8s43ac", md: "tgph-12lz8s43ad", lg: "tgph-12lz8s43ae", xl: "tgph-12lz8s43af", "2xl": "tgph-12lz8s43ag" }, defaultClass: "tgph-12lz8s43ac" }, 56: { conditions: { sm: "tgph-12lz8s43ah", md: "tgph-12lz8s43ai", lg: "tgph-12lz8s43aj", xl: "tgph-12lz8s43ak", "2xl": "tgph-12lz8s43al" }, defaultClass: "tgph-12lz8s43ah" }, 60: { conditions: { sm: "tgph-12lz8s43am", md: "tgph-12lz8s43an", lg: "tgph-12lz8s43ao", xl: "tgph-12lz8s43ap", "2xl": "tgph-12lz8s43aq" }, defaultClass: "tgph-12lz8s43am" }, 64: { conditions: { sm: "tgph-12lz8s43ar", md: "tgph-12lz8s43as", lg: "tgph-12lz8s43at", xl: "tgph-12lz8s43au", "2xl": "tgph-12lz8s43av" }, defaultClass: "tgph-12lz8s43ar" }, 72: { conditions: { sm: "tgph-12lz8s43aw", md: "tgph-12lz8s43ax", lg: "tgph-12lz8s43ay", xl: "tgph-12lz8s43az", "2xl": "tgph-12lz8s43b0" }, defaultClass: "tgph-12lz8s43aw" }, 80: { conditions: { sm: "tgph-12lz8s43b1", md: "tgph-12lz8s43b2", lg: "tgph-12lz8s43b3", xl: "tgph-12lz8s43b4", "2xl": "tgph-12lz8s43b5" }, defaultClass: "tgph-12lz8s43b1" }, 96: { conditions: { sm: "tgph-12lz8s43b6", md: "tgph-12lz8s43b7", lg: "tgph-12lz8s43b8", xl: "tgph-12lz8s43b9", "2xl": "tgph-12lz8s43ba" }, defaultClass: "tgph-12lz8s43b6" }, 140: { conditions: { sm: "tgph-12lz8s43bb", md: "tgph-12lz8s43bc", lg: "tgph-12lz8s43bd", xl: "tgph-12lz8s43be", "2xl": "tgph-12lz8s43bf" }, defaultClass: "tgph-12lz8s43bb" }, 160: { conditions: { sm: "tgph-12lz8s43bg", md: "tgph-12lz8s43bh", lg: "tgph-12lz8s43bi", xl: "tgph-12lz8s43bj", "2xl": "tgph-12lz8s43bk" }, defaultClass: "tgph-12lz8s43bg" }, px: { conditions: { sm: "tgph-12lz8s43bl", md: "tgph-12lz8s43bm", lg: "tgph-12lz8s43bn", xl: "tgph-12lz8s43bo", "2xl": "tgph-12lz8s43bp" }, defaultClass: "tgph-12lz8s43bl" }, full: { conditions: { sm: "tgph-12lz8s43bq", md: "tgph-12lz8s43br", lg: "tgph-12lz8s43bs", xl: "tgph-12lz8s43bt", "2xl": "tgph-12lz8s43bu" }, defaultClass: "tgph-12lz8s43bq" }, auto: { conditions: { sm: "tgph-12lz8s43bv", md: "tgph-12lz8s43bw", lg: "tgph-12lz8s43bx", xl: "tgph-12lz8s43by", "2xl": "tgph-12lz8s43bz" }, defaultClass: "tgph-12lz8s43bv" } }, responsiveArray: void 0 }, paddingRight: { values: { 0: { conditions: { sm: "tgph-12lz8s43c0", md: "tgph-12lz8s43c1", lg: "tgph-12lz8s43c2", xl: "tgph-12lz8s43c3", "2xl": "tgph-12lz8s43c4" }, defaultClass: "tgph-12lz8s43c0" }, 1: { conditions: { sm: "tgph-12lz8s43c5", md: "tgph-12lz8s43c6", lg: "tgph-12lz8s43c7", xl: "tgph-12lz8s43c8", "2xl": "tgph-12lz8s43c9" }, defaultClass: "tgph-12lz8s43c5" }, 2: { conditions: { sm: "tgph-12lz8s43ca", md: "tgph-12lz8s43cb", lg: "tgph-12lz8s43cc", xl: "tgph-12lz8s43cd", "2xl": "tgph-12lz8s43ce" }, defaultClass: "tgph-12lz8s43ca" }, 3: { conditions: { sm: "tgph-12lz8s43cf", md: "tgph-12lz8s43cg", lg: "tgph-12lz8s43ch", xl: "tgph-12lz8s43ci", "2xl": "tgph-12lz8s43cj" }, defaultClass: "tgph-12lz8s43cf" }, 4: { conditions: { sm: "tgph-12lz8s43ck", md: "tgph-12lz8s43cl", lg: "tgph-12lz8s43cm", xl: "tgph-12lz8s43cn", "2xl": "tgph-12lz8s43co" }, defaultClass: "tgph-12lz8s43ck" }, 5: { conditions: { sm: "tgph-12lz8s43cp", md: "tgph-12lz8s43cq", lg: "tgph-12lz8s43cr", xl: "tgph-12lz8s43cs", "2xl": "tgph-12lz8s43ct" }, defaultClass: "tgph-12lz8s43cp" }, 6: { conditions: { sm: "tgph-12lz8s43cu", md: "tgph-12lz8s43cv", lg: "tgph-12lz8s43cw", xl: "tgph-12lz8s43cx", "2xl": "tgph-12lz8s43cy" }, defaultClass: "tgph-12lz8s43cu" }, 7: { conditions: { sm: "tgph-12lz8s43cz", md: "tgph-12lz8s43d0", lg: "tgph-12lz8s43d1", xl: "tgph-12lz8s43d2", "2xl": "tgph-12lz8s43d3" }, defaultClass: "tgph-12lz8s43cz" }, 8: { conditions: { sm: "tgph-12lz8s43d4", md: "tgph-12lz8s43d5", lg: "tgph-12lz8s43d6", xl: "tgph-12lz8s43d7", "2xl": "tgph-12lz8s43d8" }, defaultClass: "tgph-12lz8s43d4" }, 9: { conditions: { sm: "tgph-12lz8s43d9", md: "tgph-12lz8s43da", lg: "tgph-12lz8s43db", xl: "tgph-12lz8s43dc", "2xl": "tgph-12lz8s43dd" }, defaultClass: "tgph-12lz8s43d9" }, 10: { conditions: { sm: "tgph-12lz8s43de", md: "tgph-12lz8s43df", lg: "tgph-12lz8s43dg", xl: "tgph-12lz8s43dh", "2xl": "tgph-12lz8s43di" }, defaultClass: "tgph-12lz8s43de" }, 11: { conditions: { sm: "tgph-12lz8s43dj", md: "tgph-12lz8s43dk", lg: "tgph-12lz8s43dl", xl: "tgph-12lz8s43dm", "2xl": "tgph-12lz8s43dn" }, defaultClass: "tgph-12lz8s43dj" }, 12: { conditions: { sm: "tgph-12lz8s43do", md: "tgph-12lz8s43dp", lg: "tgph-12lz8s43dq", xl: "tgph-12lz8s43dr", "2xl": "tgph-12lz8s43ds" }, defaultClass: "tgph-12lz8s43do" }, 14: { conditions: { sm: "tgph-12lz8s43dt", md: "tgph-12lz8s43du", lg: "tgph-12lz8s43dv", xl: "tgph-12lz8s43dw", "2xl": "tgph-12lz8s43dx" }, defaultClass: "tgph-12lz8s43dt" }, 16: { conditions: { sm: "tgph-12lz8s43dy", md: "tgph-12lz8s43dz", lg: "tgph-12lz8s43e0", xl: "tgph-12lz8s43e1", "2xl": "tgph-12lz8s43e2" }, defaultClass: "tgph-12lz8s43dy" }, 20: { conditions: { sm: "tgph-12lz8s43e3", md: "tgph-12lz8s43e4", lg: "tgph-12lz8s43e5", xl: "tgph-12lz8s43e6", "2xl": "tgph-12lz8s43e7" }, defaultClass: "tgph-12lz8s43e3" }, 24: { conditions: { sm: "tgph-12lz8s43e8", md: "tgph-12lz8s43e9", lg: "tgph-12lz8s43ea", xl: "tgph-12lz8s43eb", "2xl": "tgph-12lz8s43ec" }, defaultClass: "tgph-12lz8s43e8" }, 28: { conditions: { sm: "tgph-12lz8s43ed", md: "tgph-12lz8s43ee", lg: "tgph-12lz8s43ef", xl: "tgph-12lz8s43eg", "2xl": "tgph-12lz8s43eh" }, defaultClass: "tgph-12lz8s43ed" }, 32: { conditions: { sm: "tgph-12lz8s43ei", md: "tgph-12lz8s43ej", lg: "tgph-12lz8s43ek", xl: "tgph-12lz8s43el", "2xl": "tgph-12lz8s43em" }, defaultClass: "tgph-12lz8s43ei" }, 36: { conditions: { sm: "tgph-12lz8s43en", md: "tgph-12lz8s43eo", lg: "tgph-12lz8s43ep", xl: "tgph-12lz8s43eq", "2xl": "tgph-12lz8s43er" }, defaultClass: "tgph-12lz8s43en" }, 40: { conditions: { sm: "tgph-12lz8s43es", md: "tgph-12lz8s43et", lg: "tgph-12lz8s43eu", xl: "tgph-12lz8s43ev", "2xl": "tgph-12lz8s43ew" }, defaultClass: "tgph-12lz8s43es" }, 44: { conditions: { sm: "tgph-12lz8s43ex", md: "tgph-12lz8s43ey", lg: "tgph-12lz8s43ez", xl: "tgph-12lz8s43f0", "2xl": "tgph-12lz8s43f1" }, defaultClass: "tgph-12lz8s43ex" }, 48: { conditions: { sm: "tgph-12lz8s43f2", md: "tgph-12lz8s43f3", lg: "tgph-12lz8s43f4", xl: "tgph-12lz8s43f5", "2xl": "tgph-12lz8s43f6" }, defaultClass: "tgph-12lz8s43f2" }, 52: { conditions: { sm: "tgph-12lz8s43f7", md: "tgph-12lz8s43f8", lg: "tgph-12lz8s43f9", xl: "tgph-12lz8s43fa", "2xl": "tgph-12lz8s43fb" }, defaultClass: "tgph-12lz8s43f7" }, 56: { conditions: { sm: "tgph-12lz8s43fc", md: "tgph-12lz8s43fd", lg: "tgph-12lz8s43fe", xl: "tgph-12lz8s43ff", "2xl": "tgph-12lz8s43fg" }, defaultClass: "tgph-12lz8s43fc" }, 60: { conditions: { sm: "tgph-12lz8s43fh", md: "tgph-12lz8s43fi", lg: "tgph-12lz8s43fj", xl: "tgph-12lz8s43fk", "2xl": "tgph-12lz8s43fl" }, defaultClass: "tgph-12lz8s43fh" }, 64: { conditions: { sm: "tgph-12lz8s43fm", md: "tgph-12lz8s43fn", lg: "tgph-12lz8s43fo", xl: "tgph-12lz8s43fp", "2xl": "tgph-12lz8s43fq" }, defaultClass: "tgph-12lz8s43fm" }, 72: { conditions: { sm: "tgph-12lz8s43fr", md: "tgph-12lz8s43fs", lg: "tgph-12lz8s43ft", xl: "tgph-12lz8s43fu", "2xl": "tgph-12lz8s43fv" }, defaultClass: "tgph-12lz8s43fr" }, 80: { conditions: { sm: "tgph-12lz8s43fw", md: "tgph-12lz8s43fx", lg: "tgph-12lz8s43fy", xl: "tgph-12lz8s43fz", "2xl": "tgph-12lz8s43g0" }, defaultClass: "tgph-12lz8s43fw" }, 96: { conditions: { sm: "tgph-12lz8s43g1", md: "tgph-12lz8s43g2", lg: "tgph-12lz8s43g3", xl: "tgph-12lz8s43g4", "2xl": "tgph-12lz8s43g5" }, defaultClass: "tgph-12lz8s43g1" }, 140: { conditions: { sm: "tgph-12lz8s43g6", md: "tgph-12lz8s43g7", lg: "tgph-12lz8s43g8", xl: "tgph-12lz8s43g9", "2xl": "tgph-12lz8s43ga" }, defaultClass: "tgph-12lz8s43g6" }, 160: { conditions: { sm: "tgph-12lz8s43gb", md: "tgph-12lz8s43gc", lg: "tgph-12lz8s43gd", xl: "tgph-12lz8s43ge", "2xl": "tgph-12lz8s43gf" }, defaultClass: "tgph-12lz8s43gb" }, px: { conditions: { sm: "tgph-12lz8s43gg", md: "tgph-12lz8s43gh", lg: "tgph-12lz8s43gi", xl: "tgph-12lz8s43gj", "2xl": "tgph-12lz8s43gk" }, defaultClass: "tgph-12lz8s43gg" }, full: { conditions: { sm: "tgph-12lz8s43gl", md: "tgph-12lz8s43gm", lg: "tgph-12lz8s43gn", xl: "tgph-12lz8s43go", "2xl": "tgph-12lz8s43gp" }, defaultClass: "tgph-12lz8s43gl" }, auto: { conditions: { sm: "tgph-12lz8s43gq", md: "tgph-12lz8s43gr", lg: "tgph-12lz8s43gs", xl: "tgph-12lz8s43gt", "2xl": "tgph-12lz8s43gu" }, defaultClass: "tgph-12lz8s43gq" } }, responsiveArray: void 0 }, paddingTop: { values: { 0: { conditions: { sm: "tgph-12lz8s43gv", md: "tgph-12lz8s43gw", lg: "tgph-12lz8s43gx", xl: "tgph-12lz8s43gy", "2xl": "tgph-12lz8s43gz" }, defaultClass: "tgph-12lz8s43gv" }, 1: { conditions: { sm: "tgph-12lz8s43h0", md: "tgph-12lz8s43h1", lg: "tgph-12lz8s43h2", xl: "tgph-12lz8s43h3", "2xl": "tgph-12lz8s43h4" }, defaultClass: "tgph-12lz8s43h0" }, 2: { conditions: { sm: "tgph-12lz8s43h5", md: "tgph-12lz8s43h6", lg: "tgph-12lz8s43h7", xl: "tgph-12lz8s43h8", "2xl": "tgph-12lz8s43h9" }, defaultClass: "tgph-12lz8s43h5" }, 3: { conditions: { sm: "tgph-12lz8s43ha", md: "tgph-12lz8s43hb", lg: "tgph-12lz8s43hc", xl: "tgph-12lz8s43hd", "2xl": "tgph-12lz8s43he" }, defaultClass: "tgph-12lz8s43ha" }, 4: { conditions: { sm: "tgph-12lz8s43hf", md: "tgph-12lz8s43hg", lg: "tgph-12lz8s43hh", xl: "tgph-12lz8s43hi", "2xl": "tgph-12lz8s43hj" }, defaultClass: "tgph-12lz8s43hf" }, 5: { conditions: { sm: "tgph-12lz8s43hk", md: "tgph-12lz8s43hl", lg: "tgph-12lz8s43hm", xl: "tgph-12lz8s43hn", "2xl": "tgph-12lz8s43ho" }, defaultClass: "tgph-12lz8s43hk" }, 6: { conditions: { sm: "tgph-12lz8s43hp", md: "tgph-12lz8s43hq", lg: "tgph-12lz8s43hr", xl: "tgph-12lz8s43hs", "2xl": "tgph-12lz8s43ht" }, defaultClass: "tgph-12lz8s43hp" }, 7: { conditions: { sm: "tgph-12lz8s43hu", md: "tgph-12lz8s43hv", lg: "tgph-12lz8s43hw", xl: "tgph-12lz8s43hx", "2xl": "tgph-12lz8s43hy" }, defaultClass: "tgph-12lz8s43hu" }, 8: { conditions: { sm: "tgph-12lz8s43hz", md: "tgph-12lz8s43i0", lg: "tgph-12lz8s43i1", xl: "tgph-12lz8s43i2", "2xl": "tgph-12lz8s43i3" }, defaultClass: "tgph-12lz8s43hz" }, 9: { conditions: { sm: "tgph-12lz8s43i4", md: "tgph-12lz8s43i5", lg: "tgph-12lz8s43i6", xl: "tgph-12lz8s43i7", "2xl": "tgph-12lz8s43i8" }, defaultClass: "tgph-12lz8s43i4" }, 10: { conditions: { sm: "tgph-12lz8s43i9", md: "tgph-12lz8s43ia", lg: "tgph-12lz8s43ib", xl: "tgph-12lz8s43ic", "2xl": "tgph-12lz8s43id" }, defaultClass: "tgph-12lz8s43i9" }, 11: { conditions: { sm: "tgph-12lz8s43ie", md: "tgph-12lz8s43if", lg: "tgph-12lz8s43ig", xl: "tgph-12lz8s43ih", "2xl": "tgph-12lz8s43ii" }, defaultClass: "tgph-12lz8s43ie" }, 12: { conditions: { sm: "tgph-12lz8s43ij", md: "tgph-12lz8s43ik", lg: "tgph-12lz8s43il", xl: "tgph-12lz8s43im", "2xl": "tgph-12lz8s43in" }, defaultClass: "tgph-12lz8s43ij" }, 14: { conditions: { sm: "tgph-12lz8s43io", md: "tgph-12lz8s43ip", lg: "tgph-12lz8s43iq", xl: "tgph-12lz8s43ir", "2xl": "tgph-12lz8s43is" }, defaultClass: "tgph-12lz8s43io" }, 16: { conditions: { sm: "tgph-12lz8s43it", md: "tgph-12lz8s43iu", lg: "tgph-12lz8s43iv", xl: "tgph-12lz8s43iw", "2xl": "tgph-12lz8s43ix" }, defaultClass: "tgph-12lz8s43it" }, 20: { conditions: { sm: "tgph-12lz8s43iy", md: "tgph-12lz8s43iz", lg: "tgph-12lz8s43j0", xl: "tgph-12lz8s43j1", "2xl": "tgph-12lz8s43j2" }, defaultClass: "tgph-12lz8s43iy" }, 24: { conditions: { sm: "tgph-12lz8s43j3", md: "tgph-12lz8s43j4", lg: "tgph-12lz8s43j5", xl: "tgph-12lz8s43j6", "2xl": "tgph-12lz8s43j7" }, defaultClass: "tgph-12lz8s43j3" }, 28: { conditions: { sm: "tgph-12lz8s43j8", md: "tgph-12lz8s43j9", lg: "tgph-12lz8s43ja", xl: "tgph-12lz8s43jb", "2xl": "tgph-12lz8s43jc" }, defaultClass: "tgph-12lz8s43j8" }, 32: { conditions: { sm: "tgph-12lz8s43jd", md: "tgph-12lz8s43je", lg: "tgph-12lz8s43jf", xl: "tgph-12lz8s43jg", "2xl": "tgph-12lz8s43jh" }, defaultClass: "tgph-12lz8s43jd" }, 36: { conditions: { sm: "tgph-12lz8s43ji", md: "tgph-12lz8s43jj", lg: "tgph-12lz8s43jk", xl: "tgph-12lz8s43jl", "2xl": "tgph-12lz8s43jm" }, defaultClass: "tgph-12lz8s43ji" }, 40: { conditions: { sm: "tgph-12lz8s43jn", md: "tgph-12lz8s43jo", lg: "tgph-12lz8s43jp", xl: "tgph-12lz8s43jq", "2xl": "tgph-12lz8s43jr" }, defaultClass: "tgph-12lz8s43jn" }, 44: { conditions: { sm: "tgph-12lz8s43js", md: "tgph-12lz8s43jt", lg: "tgph-12lz8s43ju", xl: "tgph-12lz8s43jv", "2xl": "tgph-12lz8s43jw" }, defaultClass: "tgph-12lz8s43js" }, 48: { conditions: { sm: "tgph-12lz8s43jx", md: "tgph-12lz8s43jy", lg: "tgph-12lz8s43jz", xl: "tgph-12lz8s43k0", "2xl": "tgph-12lz8s43k1" }, defaultClass: "tgph-12lz8s43jx" }, 52: { conditions: { sm: "tgph-12lz8s43k2", md: "tgph-12lz8s43k3", lg: "tgph-12lz8s43k4", xl: "tgph-12lz8s43k5", "2xl": "tgph-12lz8s43k6" }, defaultClass: "tgph-12lz8s43k2" }, 56: { conditions: { sm: "tgph-12lz8s43k7", md: "tgph-12lz8s43k8", lg: "tgph-12lz8s43k9", xl: "tgph-12lz8s43ka", "2xl": "tgph-12lz8s43kb" }, defaultClass: "tgph-12lz8s43k7" }, 60: { conditions: { sm: "tgph-12lz8s43kc", md: "tgph-12lz8s43kd", lg: "tgph-12lz8s43ke", xl: "tgph-12lz8s43kf", "2xl": "tgph-12lz8s43kg" }, defaultClass: "tgph-12lz8s43kc" }, 64: { conditions: { sm: "tgph-12lz8s43kh", md: "tgph-12lz8s43ki", lg: "tgph-12lz8s43kj", xl: "tgph-12lz8s43kk", "2xl": "tgph-12lz8s43kl" }, defaultClass: "tgph-12lz8s43kh" }, 72: { conditions: { sm: "tgph-12lz8s43km", md: "tgph-12lz8s43kn", lg: "tgph-12lz8s43ko", xl: "tgph-12lz8s43kp", "2xl": "tgph-12lz8s43kq" }, defaultClass: "tgph-12lz8s43km" }, 80: { conditions: { sm: "tgph-12lz8s43kr", md: "tgph-12lz8s43ks", lg: "tgph-12lz8s43kt", xl: "tgph-12lz8s43ku", "2xl": "tgph-12lz8s43kv" }, defaultClass: "tgph-12lz8s43kr" }, 96: { conditions: { sm: "tgph-12lz8s43kw", md: "tgph-12lz8s43kx", lg: "tgph-12lz8s43ky", xl: "tgph-12lz8s43kz", "2xl": "tgph-12lz8s43l0" }, defaultClass: "tgph-12lz8s43kw" }, 140: { conditions: { sm: "tgph-12lz8s43l1", md: "tgph-12lz8s43l2", lg: "tgph-12lz8s43l3", xl: "tgph-12lz8s43l4", "2xl": "tgph-12lz8s43l5" }, defaultClass: "tgph-12lz8s43l1" }, 160: { conditions: { sm: "tgph-12lz8s43l6", md: "tgph-12lz8s43l7", lg: "tgph-12lz8s43l8", xl: "tgph-12lz8s43l9", "2xl": "tgph-12lz8s43la" }, defaultClass: "tgph-12lz8s43l6" }, px: { conditions: { sm: "tgph-12lz8s43lb", md: "tgph-12lz8s43lc", lg: "tgph-12lz8s43ld", xl: "tgph-12lz8s43le", "2xl": "tgph-12lz8s43lf" }, defaultClass: "tgph-12lz8s43lb" }, full: { conditions: { sm: "tgph-12lz8s43lg", md: "tgph-12lz8s43lh", lg: "tgph-12lz8s43li", xl: "tgph-12lz8s43lj", "2xl": "tgph-12lz8s43lk" }, defaultClass: "tgph-12lz8s43lg" }, auto: { conditions: { sm: "tgph-12lz8s43ll", md: "tgph-12lz8s43lm", lg: "tgph-12lz8s43ln", xl: "tgph-12lz8s43lo", "2xl": "tgph-12lz8s43lp" }, defaultClass: "tgph-12lz8s43ll" } }, responsiveArray: void 0 }, width: { values: { 0: { conditions: { sm: "tgph-12lz8s43lq", md: "tgph-12lz8s43lr", lg: "tgph-12lz8s43ls", xl: "tgph-12lz8s43lt", "2xl": "tgph-12lz8s43lu" }, defaultClass: "tgph-12lz8s43lq" }, 1: { conditions: { sm: "tgph-12lz8s43lv", md: "tgph-12lz8s43lw", lg: "tgph-12lz8s43lx", xl: "tgph-12lz8s43ly", "2xl": "tgph-12lz8s43lz" }, defaultClass: "tgph-12lz8s43lv" }, 2: { conditions: { sm: "tgph-12lz8s43m0", md: "tgph-12lz8s43m1", lg: "tgph-12lz8s43m2", xl: "tgph-12lz8s43m3", "2xl": "tgph-12lz8s43m4" }, defaultClass: "tgph-12lz8s43m0" }, 3: { conditions: { sm: "tgph-12lz8s43m5", md: "tgph-12lz8s43m6", lg: "tgph-12lz8s43m7", xl: "tgph-12lz8s43m8", "2xl": "tgph-12lz8s43m9" }, defaultClass: "tgph-12lz8s43m5" }, 4: { conditions: { sm: "tgph-12lz8s43ma", md: "tgph-12lz8s43mb", lg: "tgph-12lz8s43mc", xl: "tgph-12lz8s43md", "2xl": "tgph-12lz8s43me" }, defaultClass: "tgph-12lz8s43ma" }, 5: { conditions: { sm: "tgph-12lz8s43mf", md: "tgph-12lz8s43mg", lg: "tgph-12lz8s43mh", xl: "tgph-12lz8s43mi", "2xl": "tgph-12lz8s43mj" }, defaultClass: "tgph-12lz8s43mf" }, 6: { conditions: { sm: "tgph-12lz8s43mk", md: "tgph-12lz8s43ml", lg: "tgph-12lz8s43mm", xl: "tgph-12lz8s43mn", "2xl": "tgph-12lz8s43mo" }, defaultClass: "tgph-12lz8s43mk" }, 7: { conditions: { sm: "tgph-12lz8s43mp", md: "tgph-12lz8s43mq", lg: "tgph-12lz8s43mr", xl: "tgph-12lz8s43ms", "2xl": "tgph-12lz8s43mt" }, defaultClass: "tgph-12lz8s43mp" }, 8: { conditions: { sm: "tgph-12lz8s43mu", md: "tgph-12lz8s43mv", lg: "tgph-12lz8s43mw", xl: "tgph-12lz8s43mx", "2xl": "tgph-12lz8s43my" }, defaultClass: "tgph-12lz8s43mu" }, 9: { conditions: { sm: "tgph-12lz8s43mz", md: "tgph-12lz8s43n0", lg: "tgph-12lz8s43n1", xl: "tgph-12lz8s43n2", "2xl": "tgph-12lz8s43n3" }, defaultClass: "tgph-12lz8s43mz" }, 10: { conditions: { sm: "tgph-12lz8s43n4", md: "tgph-12lz8s43n5", lg: "tgph-12lz8s43n6", xl: "tgph-12lz8s43n7", "2xl": "tgph-12lz8s43n8" }, defaultClass: "tgph-12lz8s43n4" }, 11: { conditions: { sm: "tgph-12lz8s43n9", md: "tgph-12lz8s43na", lg: "tgph-12lz8s43nb", xl: "tgph-12lz8s43nc", "2xl": "tgph-12lz8s43nd" }, defaultClass: "tgph-12lz8s43n9" }, 12: { conditions: { sm: "tgph-12lz8s43ne", md: "tgph-12lz8s43nf", lg: "tgph-12lz8s43ng", xl: "tgph-12lz8s43nh", "2xl": "tgph-12lz8s43ni" }, defaultClass: "tgph-12lz8s43ne" }, 14: { conditions: { sm: "tgph-12lz8s43nj", md: "tgph-12lz8s43nk", lg: "tgph-12lz8s43nl", xl: "tgph-12lz8s43nm", "2xl": "tgph-12lz8s43nn" }, defaultClass: "tgph-12lz8s43nj" }, 16: { conditions: { sm: "tgph-12lz8s43no", md: "tgph-12lz8s43np", lg: "tgph-12lz8s43nq", xl: "tgph-12lz8s43nr", "2xl": "tgph-12lz8s43ns" }, defaultClass: "tgph-12lz8s43no" }, 20: { conditions: { sm: "tgph-12lz8s43nt", md: "tgph-12lz8s43nu", lg: "tgph-12lz8s43nv", xl: "tgph-12lz8s43nw", "2xl": "tgph-12lz8s43nx" }, defaultClass: "tgph-12lz8s43nt" }, 24: { conditions: { sm: "tgph-12lz8s43ny", md: "tgph-12lz8s43nz", lg: "tgph-12lz8s43o0", xl: "tgph-12lz8s43o1", "2xl": "tgph-12lz8s43o2" }, defaultClass: "tgph-12lz8s43ny" }, 28: { conditions: { sm: "tgph-12lz8s43o3", md: "tgph-12lz8s43o4", lg: "tgph-12lz8s43o5", xl: "tgph-12lz8s43o6", "2xl": "tgph-12lz8s43o7" }, defaultClass: "tgph-12lz8s43o3" }, 32: { conditions: { sm: "tgph-12lz8s43o8", md: "tgph-12lz8s43o9", lg: "tgph-12lz8s43oa", xl: "tgph-12lz8s43ob", "2xl": "tgph-12lz8s43oc" }, defaultClass: "tgph-12lz8s43o8" }, 36: { conditions: { sm: "tgph-12lz8s43od", md: "tgph-12lz8s43oe", lg: "tgph-12lz8s43of", xl: "tgph-12lz8s43og", "2xl": "tgph-12lz8s43oh" }, defaultClass: "tgph-12lz8s43od" }, 40: { conditions: { sm: "tgph-12lz8s43oi", md: "tgph-12lz8s43oj", lg: "tgph-12lz8s43ok", xl: "tgph-12lz8s43ol", "2xl": "tgph-12lz8s43om" }, defaultClass: "tgph-12lz8s43oi" }, 44: { conditions: { sm: "tgph-12lz8s43on", md: "tgph-12lz8s43oo", lg: "tgph-12lz8s43op", xl: "tgph-12lz8s43oq", "2xl": "tgph-12lz8s43or" }, defaultClass: "tgph-12lz8s43on" }, 48: { conditions: { sm: "tgph-12lz8s43os", md: "tgph-12lz8s43ot", lg: "tgph-12lz8s43ou", xl: "tgph-12lz8s43ov", "2xl": "tgph-12lz8s43ow" }, defaultClass: "tgph-12lz8s43os" }, 52: { conditions: { sm: "tgph-12lz8s43ox", md: "tgph-12lz8s43oy", lg: "tgph-12lz8s43oz", xl: "tgph-12lz8s43p0", "2xl": "tgph-12lz8s43p1" }, defaultClass: "tgph-12lz8s43ox" }, 56: { conditions: { sm: "tgph-12lz8s43p2", md: "tgph-12lz8s43p3", lg: "tgph-12lz8s43p4", xl: "tgph-12lz8s43p5", "2xl": "tgph-12lz8s43p6" }, defaultClass: "tgph-12lz8s43p2" }, 60: { conditions: { sm: "tgph-12lz8s43p7", md: "tgph-12lz8s43p8", lg: "tgph-12lz8s43p9", xl: "tgph-12lz8s43pa", "2xl": "tgph-12lz8s43pb" }, defaultClass: "tgph-12lz8s43p7" }, 64: { conditions: { sm: "tgph-12lz8s43pc", md: "tgph-12lz8s43pd", lg: "tgph-12lz8s43pe", xl: "tgph-12lz8s43pf", "2xl": "tgph-12lz8s43pg" }, defaultClass: "tgph-12lz8s43pc" }, 72: { conditions: { sm: "tgph-12lz8s43ph", md: "tgph-12lz8s43pi", lg: "tgph-12lz8s43pj", xl: "tgph-12lz8s43pk", "2xl": "tgph-12lz8s43pl" }, defaultClass: "tgph-12lz8s43ph" }, 80: { conditions: { sm: "tgph-12lz8s43pm", md: "tgph-12lz8s43pn", lg: "tgph-12lz8s43po", xl: "tgph-12lz8s43pp", "2xl": "tgph-12lz8s43pq" }, defaultClass: "tgph-12lz8s43pm" }, 96: { conditions: { sm: "tgph-12lz8s43pr", md: "tgph-12lz8s43ps", lg: "tgph-12lz8s43pt", xl: "tgph-12lz8s43pu", "2xl": "tgph-12lz8s43pv" }, defaultClass: "tgph-12lz8s43pr" }, 140: { conditions: { sm: "tgph-12lz8s43pw", md: "tgph-12lz8s43px", lg: "tgph-12lz8s43py", xl: "tgph-12lz8s43pz", "2xl": "tgph-12lz8s43q0" }, defaultClass: "tgph-12lz8s43pw" }, 160: { conditions: { sm: "tgph-12lz8s43q1", md: "tgph-12lz8s43q2", lg: "tgph-12lz8s43q3", xl: "tgph-12lz8s43q4", "2xl": "tgph-12lz8s43q5" }, defaultClass: "tgph-12lz8s43q1" }, px: { conditions: { sm: "tgph-12lz8s43q6", md: "tgph-12lz8s43q7", lg: "tgph-12lz8s43q8", xl: "tgph-12lz8s43q9", "2xl": "tgph-12lz8s43qa" }, defaultClass: "tgph-12lz8s43q6" }, full: { conditions: { sm: "tgph-12lz8s43qb", md: "tgph-12lz8s43qc", lg: "tgph-12lz8s43qd", xl: "tgph-12lz8s43qe", "2xl": "tgph-12lz8s43qf" }, defaultClass: "tgph-12lz8s43qb" }, auto: { conditions: { sm: "tgph-12lz8s43qg", md: "tgph-12lz8s43qh", lg: "tgph-12lz8s43qi", xl: "tgph-12lz8s43qj", "2xl": "tgph-12lz8s43qk" }, defaultClass: "tgph-12lz8s43qg" } }, responsiveArray: void 0 }, zIndex: { values: { hidden: { conditions: { sm: "tgph-12lz8s43ql", md: "tgph-12lz8s43qm", lg: "tgph-12lz8s43qn", xl: "tgph-12lz8s43qo", "2xl": "tgph-12lz8s43qp" }, defaultClass: "tgph-12lz8s43ql" }, base: { conditions: { sm: "tgph-12lz8s43qq", md: "tgph-12lz8s43qr", lg: "tgph-12lz8s43qs", xl: "tgph-12lz8s43qt", "2xl": "tgph-12lz8s43qu" }, defaultClass: "tgph-12lz8s43qq" }, auto: { conditions: { sm: "tgph-12lz8s43qv", md: "tgph-12lz8s43qw", lg: "tgph-12lz8s43qx", xl: "tgph-12lz8s43qy", "2xl": "tgph-12lz8s43qz" }, defaultClass: "tgph-12lz8s43qv" }, dropdown: { conditions: { sm: "tgph-12lz8s43r0", md: "tgph-12lz8s43r1", lg: "tgph-12lz8s43r2", xl: "tgph-12lz8s43r3", "2xl": "tgph-12lz8s43r4" }, defaultClass: "tgph-12lz8s43r0" }, sticky: { conditions: { sm: "tgph-12lz8s43r5", md: "tgph-12lz8s43r6", lg: "tgph-12lz8s43r7", xl: "tgph-12lz8s43r8", "2xl": "tgph-12lz8s43r9" }, defaultClass: "tgph-12lz8s43r5" }, banner: { conditions: { sm: "tgph-12lz8s43ra", md: "tgph-12lz8s43rb", lg: "tgph-12lz8s43rc", xl: "tgph-12lz8s43rd", "2xl": "tgph-12lz8s43re" }, defaultClass: "tgph-12lz8s43ra" }, overlay: { conditions: { sm: "tgph-12lz8s43rf", md: "tgph-12lz8s43rg", lg: "tgph-12lz8s43rh", xl: "tgph-12lz8s43ri", "2xl": "tgph-12lz8s43rj" }, defaultClass: "tgph-12lz8s43rf" }, modal: { conditions: { sm: "tgph-12lz8s43rk", md: "tgph-12lz8s43rl", lg: "tgph-12lz8s43rm", xl: "tgph-12lz8s43rn", "2xl": "tgph-12lz8s43ro" }, defaultClass: "tgph-12lz8s43rk" }, popover: { conditions: { sm: "tgph-12lz8s43rp", md: "tgph-12lz8s43rq", lg: "tgph-12lz8s43rr", xl: "tgph-12lz8s43rs", "2xl": "tgph-12lz8s43rt" }, defaultClass: "tgph-12lz8s43rp" }, skipLink: { conditions: { sm: "tgph-12lz8s43ru", md: "tgph-12lz8s43rv", lg: "tgph-12lz8s43rw", xl: "tgph-12lz8s43rx", "2xl": "tgph-12lz8s43ry" }, defaultClass: "tgph-12lz8s43ru" }, toast: { conditions: { sm: "tgph-12lz8s43rz", md: "tgph-12lz8s43s0", lg: "tgph-12lz8s43s1", xl: "tgph-12lz8s43s2", "2xl": "tgph-12lz8s43s3" }, defaultClass: "tgph-12lz8s43rz" }, tooltip: { conditions: { sm: "tgph-12lz8s43s4", md: "tgph-12lz8s43s5", lg: "tgph-12lz8s43s6", xl: "tgph-12lz8s43s7", "2xl": "tgph-12lz8s43s8" }, defaultClass: "tgph-12lz8s43s4" } }, responsiveArray: void 0 } } };
|
|
2268
|
+
return t.styles.backgroundColor.responsiveArray = t.conditions.responsiveArray, t.styles.borderWidth.responsiveArray = t.conditions.responsiveArray, t.styles.borderBottomWidth.responsiveArray = t.conditions.responsiveArray, t.styles.borderLeftWidth.responsiveArray = t.conditions.responsiveArray, t.styles.borderRightWidth.responsiveArray = t.conditions.responsiveArray, t.styles.borderTopWidth.responsiveArray = t.conditions.responsiveArray, t.styles.borderColor.responsiveArray = t.conditions.responsiveArray, t.styles.borderStyle.responsiveArray = t.conditions.responsiveArray, t.styles.borderRadius.responsiveArray = t.conditions.responsiveArray, t.styles.borderRadiusBottomLeft.responsiveArray = t.conditions.responsiveArray, t.styles.borderRadiusBottomRight.responsiveArray = t.conditions.responsiveArray, t.styles.borderRadiusTopLeft.responsiveArray = t.conditions.responsiveArray, t.styles.borderRadiusTopRight.responsiveArray = t.conditions.responsiveArray, t.styles.boxShadow.responsiveArray = t.conditions.responsiveArray, t.styles.display.responsiveArray = t.conditions.responsiveArray, t.styles.height.responsiveArray = t.conditions.responsiveArray, t.styles.margin.responsiveArray = t.conditions.responsiveArray, t.styles.marginBottom.responsiveArray = t.conditions.responsiveArray, t.styles.marginLeft.responsiveArray = t.conditions.responsiveArray, t.styles.marginRight.responsiveArray = t.conditions.responsiveArray, t.styles.marginTop.responsiveArray = t.conditions.responsiveArray, t.styles.maxHeight.responsiveArray = t.conditions.responsiveArray, t.styles.maxWidth.responsiveArray = t.conditions.responsiveArray, t.styles.padding.responsiveArray = t.conditions.responsiveArray, t.styles.paddingBottom.responsiveArray = t.conditions.responsiveArray, t.styles.paddingLeft.responsiveArray = t.conditions.responsiveArray, t.styles.paddingRight.responsiveArray = t.conditions.responsiveArray, t.styles.paddingTop.responsiveArray = t.conditions.responsiveArray, t.styles.width.responsiveArray = t.conditions.responsiveArray, t.styles.zIndex.responsiveArray = t.conditions.responsiveArray, t;
|
|
2269
2269
|
}());
|
|
2270
|
-
const
|
|
2271
|
-
as:
|
|
2270
|
+
const Et = ({
|
|
2271
|
+
as: t,
|
|
2272
2272
|
className: l,
|
|
2273
|
-
tgphRef:
|
|
2273
|
+
tgphRef: s,
|
|
2274
2274
|
borderColor: g = "gray-4",
|
|
2275
|
-
borderStyle:
|
|
2276
|
-
borderWidth:
|
|
2277
|
-
...
|
|
2275
|
+
borderStyle: p = "solid",
|
|
2276
|
+
borderWidth: h = "0",
|
|
2277
|
+
...z
|
|
2278
2278
|
}) => {
|
|
2279
|
-
const
|
|
2280
|
-
props: { ...
|
|
2281
|
-
stylePropsFn:
|
|
2279
|
+
const a = t || "div", { styleClassName: e, componentProps: n } = Ul({
|
|
2280
|
+
props: { ...z, borderColor: g, borderStyle: p, borderWidth: h },
|
|
2281
|
+
stylePropsFn: St
|
|
2282
2282
|
});
|
|
2283
|
-
return /* @__PURE__ */
|
|
2284
|
-
|
|
2283
|
+
return /* @__PURE__ */ j(
|
|
2284
|
+
a,
|
|
2285
2285
|
{
|
|
2286
|
-
className:
|
|
2287
|
-
ref:
|
|
2288
|
-
...
|
|
2286
|
+
className: El("tgph-box", l, e),
|
|
2287
|
+
ref: s,
|
|
2288
|
+
...n
|
|
2289
2289
|
}
|
|
2290
2290
|
);
|
|
2291
2291
|
};
|
|
2292
|
-
var
|
|
2293
|
-
var
|
|
2294
|
-
return
|
|
2295
|
-
}(),
|
|
2296
|
-
const
|
|
2297
|
-
className:
|
|
2292
|
+
var Pt = function() {
|
|
2293
|
+
var t = { conditions: { defaultCondition: "sm", conditionNames: ["sm", "md", "lg", "xl", "2xl"], responsiveArray: ["sm", "md", "lg", "xl", "2xl"] }, styles: { align: { mappings: ["alignItems"] }, justify: { mappings: ["justifyContent"] }, direction: { mappings: ["flexDirection"] }, alignItems: { values: { "flex-start": { conditions: { sm: "tgph-8sk2m50", md: "tgph-8sk2m51", lg: "tgph-8sk2m52", xl: "tgph-8sk2m53", "2xl": "tgph-8sk2m54" }, defaultClass: "tgph-8sk2m50" }, center: { conditions: { sm: "tgph-8sk2m55", md: "tgph-8sk2m56", lg: "tgph-8sk2m57", xl: "tgph-8sk2m58", "2xl": "tgph-8sk2m59" }, defaultClass: "tgph-8sk2m55" }, "flex-end": { conditions: { sm: "tgph-8sk2m5a", md: "tgph-8sk2m5b", lg: "tgph-8sk2m5c", xl: "tgph-8sk2m5d", "2xl": "tgph-8sk2m5e" }, defaultClass: "tgph-8sk2m5a" }, stretch: { conditions: { sm: "tgph-8sk2m5f", md: "tgph-8sk2m5g", lg: "tgph-8sk2m5h", xl: "tgph-8sk2m5i", "2xl": "tgph-8sk2m5j" }, defaultClass: "tgph-8sk2m5f" } }, responsiveArray: void 0 }, flexDirection: { values: { row: { conditions: { sm: "tgph-8sk2m5k", md: "tgph-8sk2m5l", lg: "tgph-8sk2m5m", xl: "tgph-8sk2m5n", "2xl": "tgph-8sk2m5o" }, defaultClass: "tgph-8sk2m5k" }, "row-reverse": { conditions: { sm: "tgph-8sk2m5p", md: "tgph-8sk2m5q", lg: "tgph-8sk2m5r", xl: "tgph-8sk2m5s", "2xl": "tgph-8sk2m5t" }, defaultClass: "tgph-8sk2m5p" }, column: { conditions: { sm: "tgph-8sk2m5u", md: "tgph-8sk2m5v", lg: "tgph-8sk2m5w", xl: "tgph-8sk2m5x", "2xl": "tgph-8sk2m5y" }, defaultClass: "tgph-8sk2m5u" }, "column-reverse": { conditions: { sm: "tgph-8sk2m5z", md: "tgph-8sk2m510", lg: "tgph-8sk2m511", xl: "tgph-8sk2m512", "2xl": "tgph-8sk2m513" }, defaultClass: "tgph-8sk2m5z" } }, responsiveArray: void 0 }, gap: { values: { 0: { conditions: { sm: "tgph-8sk2m514", md: "tgph-8sk2m515", lg: "tgph-8sk2m516", xl: "tgph-8sk2m517", "2xl": "tgph-8sk2m518" }, defaultClass: "tgph-8sk2m514" }, 1: { conditions: { sm: "tgph-8sk2m519", md: "tgph-8sk2m51a", lg: "tgph-8sk2m51b", xl: "tgph-8sk2m51c", "2xl": "tgph-8sk2m51d" }, defaultClass: "tgph-8sk2m519" }, 2: { conditions: { sm: "tgph-8sk2m51e", md: "tgph-8sk2m51f", lg: "tgph-8sk2m51g", xl: "tgph-8sk2m51h", "2xl": "tgph-8sk2m51i" }, defaultClass: "tgph-8sk2m51e" }, 3: { conditions: { sm: "tgph-8sk2m51j", md: "tgph-8sk2m51k", lg: "tgph-8sk2m51l", xl: "tgph-8sk2m51m", "2xl": "tgph-8sk2m51n" }, defaultClass: "tgph-8sk2m51j" }, 4: { conditions: { sm: "tgph-8sk2m51o", md: "tgph-8sk2m51p", lg: "tgph-8sk2m51q", xl: "tgph-8sk2m51r", "2xl": "tgph-8sk2m51s" }, defaultClass: "tgph-8sk2m51o" }, 5: { conditions: { sm: "tgph-8sk2m51t", md: "tgph-8sk2m51u", lg: "tgph-8sk2m51v", xl: "tgph-8sk2m51w", "2xl": "tgph-8sk2m51x" }, defaultClass: "tgph-8sk2m51t" }, 6: { conditions: { sm: "tgph-8sk2m51y", md: "tgph-8sk2m51z", lg: "tgph-8sk2m520", xl: "tgph-8sk2m521", "2xl": "tgph-8sk2m522" }, defaultClass: "tgph-8sk2m51y" }, 7: { conditions: { sm: "tgph-8sk2m523", md: "tgph-8sk2m524", lg: "tgph-8sk2m525", xl: "tgph-8sk2m526", "2xl": "tgph-8sk2m527" }, defaultClass: "tgph-8sk2m523" }, 8: { conditions: { sm: "tgph-8sk2m528", md: "tgph-8sk2m529", lg: "tgph-8sk2m52a", xl: "tgph-8sk2m52b", "2xl": "tgph-8sk2m52c" }, defaultClass: "tgph-8sk2m528" }, 9: { conditions: { sm: "tgph-8sk2m52d", md: "tgph-8sk2m52e", lg: "tgph-8sk2m52f", xl: "tgph-8sk2m52g", "2xl": "tgph-8sk2m52h" }, defaultClass: "tgph-8sk2m52d" }, 10: { conditions: { sm: "tgph-8sk2m52i", md: "tgph-8sk2m52j", lg: "tgph-8sk2m52k", xl: "tgph-8sk2m52l", "2xl": "tgph-8sk2m52m" }, defaultClass: "tgph-8sk2m52i" }, 11: { conditions: { sm: "tgph-8sk2m52n", md: "tgph-8sk2m52o", lg: "tgph-8sk2m52p", xl: "tgph-8sk2m52q", "2xl": "tgph-8sk2m52r" }, defaultClass: "tgph-8sk2m52n" }, 12: { conditions: { sm: "tgph-8sk2m52s", md: "tgph-8sk2m52t", lg: "tgph-8sk2m52u", xl: "tgph-8sk2m52v", "2xl": "tgph-8sk2m52w" }, defaultClass: "tgph-8sk2m52s" }, 14: { conditions: { sm: "tgph-8sk2m52x", md: "tgph-8sk2m52y", lg: "tgph-8sk2m52z", xl: "tgph-8sk2m530", "2xl": "tgph-8sk2m531" }, defaultClass: "tgph-8sk2m52x" }, 16: { conditions: { sm: "tgph-8sk2m532", md: "tgph-8sk2m533", lg: "tgph-8sk2m534", xl: "tgph-8sk2m535", "2xl": "tgph-8sk2m536" }, defaultClass: "tgph-8sk2m532" }, 20: { conditions: { sm: "tgph-8sk2m537", md: "tgph-8sk2m538", lg: "tgph-8sk2m539", xl: "tgph-8sk2m53a", "2xl": "tgph-8sk2m53b" }, defaultClass: "tgph-8sk2m537" }, 24: { conditions: { sm: "tgph-8sk2m53c", md: "tgph-8sk2m53d", lg: "tgph-8sk2m53e", xl: "tgph-8sk2m53f", "2xl": "tgph-8sk2m53g" }, defaultClass: "tgph-8sk2m53c" }, 28: { conditions: { sm: "tgph-8sk2m53h", md: "tgph-8sk2m53i", lg: "tgph-8sk2m53j", xl: "tgph-8sk2m53k", "2xl": "tgph-8sk2m53l" }, defaultClass: "tgph-8sk2m53h" }, 32: { conditions: { sm: "tgph-8sk2m53m", md: "tgph-8sk2m53n", lg: "tgph-8sk2m53o", xl: "tgph-8sk2m53p", "2xl": "tgph-8sk2m53q" }, defaultClass: "tgph-8sk2m53m" }, 36: { conditions: { sm: "tgph-8sk2m53r", md: "tgph-8sk2m53s", lg: "tgph-8sk2m53t", xl: "tgph-8sk2m53u", "2xl": "tgph-8sk2m53v" }, defaultClass: "tgph-8sk2m53r" }, 40: { conditions: { sm: "tgph-8sk2m53w", md: "tgph-8sk2m53x", lg: "tgph-8sk2m53y", xl: "tgph-8sk2m53z", "2xl": "tgph-8sk2m540" }, defaultClass: "tgph-8sk2m53w" }, 44: { conditions: { sm: "tgph-8sk2m541", md: "tgph-8sk2m542", lg: "tgph-8sk2m543", xl: "tgph-8sk2m544", "2xl": "tgph-8sk2m545" }, defaultClass: "tgph-8sk2m541" }, 48: { conditions: { sm: "tgph-8sk2m546", md: "tgph-8sk2m547", lg: "tgph-8sk2m548", xl: "tgph-8sk2m549", "2xl": "tgph-8sk2m54a" }, defaultClass: "tgph-8sk2m546" }, 52: { conditions: { sm: "tgph-8sk2m54b", md: "tgph-8sk2m54c", lg: "tgph-8sk2m54d", xl: "tgph-8sk2m54e", "2xl": "tgph-8sk2m54f" }, defaultClass: "tgph-8sk2m54b" }, 56: { conditions: { sm: "tgph-8sk2m54g", md: "tgph-8sk2m54h", lg: "tgph-8sk2m54i", xl: "tgph-8sk2m54j", "2xl": "tgph-8sk2m54k" }, defaultClass: "tgph-8sk2m54g" }, 60: { conditions: { sm: "tgph-8sk2m54l", md: "tgph-8sk2m54m", lg: "tgph-8sk2m54n", xl: "tgph-8sk2m54o", "2xl": "tgph-8sk2m54p" }, defaultClass: "tgph-8sk2m54l" }, 64: { conditions: { sm: "tgph-8sk2m54q", md: "tgph-8sk2m54r", lg: "tgph-8sk2m54s", xl: "tgph-8sk2m54t", "2xl": "tgph-8sk2m54u" }, defaultClass: "tgph-8sk2m54q" }, 72: { conditions: { sm: "tgph-8sk2m54v", md: "tgph-8sk2m54w", lg: "tgph-8sk2m54x", xl: "tgph-8sk2m54y", "2xl": "tgph-8sk2m54z" }, defaultClass: "tgph-8sk2m54v" }, 80: { conditions: { sm: "tgph-8sk2m550", md: "tgph-8sk2m551", lg: "tgph-8sk2m552", xl: "tgph-8sk2m553", "2xl": "tgph-8sk2m554" }, defaultClass: "tgph-8sk2m550" }, 96: { conditions: { sm: "tgph-8sk2m555", md: "tgph-8sk2m556", lg: "tgph-8sk2m557", xl: "tgph-8sk2m558", "2xl": "tgph-8sk2m559" }, defaultClass: "tgph-8sk2m555" }, 140: { conditions: { sm: "tgph-8sk2m55a", md: "tgph-8sk2m55b", lg: "tgph-8sk2m55c", xl: "tgph-8sk2m55d", "2xl": "tgph-8sk2m55e" }, defaultClass: "tgph-8sk2m55a" }, 160: { conditions: { sm: "tgph-8sk2m55f", md: "tgph-8sk2m55g", lg: "tgph-8sk2m55h", xl: "tgph-8sk2m55i", "2xl": "tgph-8sk2m55j" }, defaultClass: "tgph-8sk2m55f" }, px: { conditions: { sm: "tgph-8sk2m55k", md: "tgph-8sk2m55l", lg: "tgph-8sk2m55m", xl: "tgph-8sk2m55n", "2xl": "tgph-8sk2m55o" }, defaultClass: "tgph-8sk2m55k" }, full: { conditions: { sm: "tgph-8sk2m55p", md: "tgph-8sk2m55q", lg: "tgph-8sk2m55r", xl: "tgph-8sk2m55s", "2xl": "tgph-8sk2m55t" }, defaultClass: "tgph-8sk2m55p" }, auto: { conditions: { sm: "tgph-8sk2m55u", md: "tgph-8sk2m55v", lg: "tgph-8sk2m55w", xl: "tgph-8sk2m55x", "2xl": "tgph-8sk2m55y" }, defaultClass: "tgph-8sk2m55u" } }, responsiveArray: void 0 }, wrap: { values: { nowrap: { conditions: { sm: "tgph-8sk2m55z", md: "tgph-8sk2m560", lg: "tgph-8sk2m561", xl: "tgph-8sk2m562", "2xl": "tgph-8sk2m563" }, defaultClass: "tgph-8sk2m55z" }, wrap: { conditions: { sm: "tgph-8sk2m564", md: "tgph-8sk2m565", lg: "tgph-8sk2m566", xl: "tgph-8sk2m567", "2xl": "tgph-8sk2m568" }, defaultClass: "tgph-8sk2m564" }, "wrap-reverse": { conditions: { sm: "tgph-8sk2m569", md: "tgph-8sk2m56a", lg: "tgph-8sk2m56b", xl: "tgph-8sk2m56c", "2xl": "tgph-8sk2m56d" }, defaultClass: "tgph-8sk2m569" } }, responsiveArray: void 0 }, justifyContent: { values: { "flex-start": { conditions: { sm: "tgph-8sk2m56e", md: "tgph-8sk2m56f", lg: "tgph-8sk2m56g", xl: "tgph-8sk2m56h", "2xl": "tgph-8sk2m56i" }, defaultClass: "tgph-8sk2m56e" }, center: { conditions: { sm: "tgph-8sk2m56j", md: "tgph-8sk2m56k", lg: "tgph-8sk2m56l", xl: "tgph-8sk2m56m", "2xl": "tgph-8sk2m56n" }, defaultClass: "tgph-8sk2m56j" }, "flex-end": { conditions: { sm: "tgph-8sk2m56o", md: "tgph-8sk2m56p", lg: "tgph-8sk2m56q", xl: "tgph-8sk2m56r", "2xl": "tgph-8sk2m56s" }, defaultClass: "tgph-8sk2m56o" }, "space-between": { conditions: { sm: "tgph-8sk2m56t", md: "tgph-8sk2m56u", lg: "tgph-8sk2m56v", xl: "tgph-8sk2m56w", "2xl": "tgph-8sk2m56x" }, defaultClass: "tgph-8sk2m56t" }, "space-around": { conditions: { sm: "tgph-8sk2m56y", md: "tgph-8sk2m56z", lg: "tgph-8sk2m570", xl: "tgph-8sk2m571", "2xl": "tgph-8sk2m572" }, defaultClass: "tgph-8sk2m56y" } }, responsiveArray: void 0 } } };
|
|
2294
|
+
return t.styles.alignItems.responsiveArray = t.conditions.responsiveArray, t.styles.flexDirection.responsiveArray = t.conditions.responsiveArray, t.styles.gap.responsiveArray = t.conditions.responsiveArray, t.styles.wrap.responsiveArray = t.conditions.responsiveArray, t.styles.justifyContent.responsiveArray = t.conditions.responsiveArray, t;
|
|
2295
|
+
}(), Rt = Tl(Pt);
|
|
2296
|
+
const Lt = ({
|
|
2297
|
+
className: t,
|
|
2298
2298
|
display: l = "flex",
|
|
2299
|
-
...
|
|
2299
|
+
...s
|
|
2300
2300
|
}) => {
|
|
2301
|
-
const { styleClassName: g, componentProps:
|
|
2302
|
-
props: { ...
|
|
2303
|
-
stylePropsFn:
|
|
2301
|
+
const { styleClassName: g, componentProps: p } = Ul({
|
|
2302
|
+
props: { ...s, display: l },
|
|
2303
|
+
stylePropsFn: Rt
|
|
2304
2304
|
});
|
|
2305
|
-
return /* @__PURE__ */
|
|
2306
|
-
|
|
2305
|
+
return /* @__PURE__ */ j(
|
|
2306
|
+
Et,
|
|
2307
2307
|
{
|
|
2308
|
-
className:
|
|
2309
|
-
...
|
|
2308
|
+
className: El("tgph-stack", g, t),
|
|
2309
|
+
...p
|
|
2310
2310
|
}
|
|
2311
2311
|
);
|
|
2312
|
-
},
|
|
2312
|
+
}, Bt = {
|
|
2313
2313
|
Root: {
|
|
2314
2314
|
0: "h-5",
|
|
2315
2315
|
1: "h-6",
|
|
2316
2316
|
2: "h-8"
|
|
2317
2317
|
}
|
|
2318
|
-
},
|
|
2318
|
+
}, Vl = {
|
|
2319
2319
|
Root: {
|
|
2320
2320
|
0: "1",
|
|
2321
2321
|
1: "2",
|
|
@@ -2415,77 +2415,77 @@ const Tt = ({
|
|
|
2415
2415
|
purple: "purple"
|
|
2416
2416
|
}
|
|
2417
2417
|
}
|
|
2418
|
-
},
|
|
2418
|
+
}, Y = S.createContext({
|
|
2419
2419
|
size: "1",
|
|
2420
2420
|
color: "default",
|
|
2421
2421
|
variant: "soft"
|
|
2422
|
-
}),
|
|
2423
|
-
as:
|
|
2422
|
+
}), $l = ({
|
|
2423
|
+
as: t = "span",
|
|
2424
2424
|
size: l = "1",
|
|
2425
|
-
color:
|
|
2425
|
+
color: s = "default",
|
|
2426
2426
|
variant: g = "soft",
|
|
2427
|
-
className:
|
|
2428
|
-
...
|
|
2429
|
-
}) => /* @__PURE__ */
|
|
2430
|
-
|
|
2427
|
+
className: p,
|
|
2428
|
+
...h
|
|
2429
|
+
}) => /* @__PURE__ */ j(Y.Provider, { value: { size: l, color: s, variant: g }, children: /* @__PURE__ */ j(
|
|
2430
|
+
Lt,
|
|
2431
2431
|
{
|
|
2432
|
-
as:
|
|
2432
|
+
as: t,
|
|
2433
2433
|
display: "inline-flex",
|
|
2434
2434
|
align: "center",
|
|
2435
2435
|
rounded: "3",
|
|
2436
|
-
pl:
|
|
2437
|
-
className: ll(
|
|
2438
|
-
...
|
|
2436
|
+
pl: Vl.Root[l],
|
|
2437
|
+
className: ll(Bt.Root[l], H.Root[g][s], p),
|
|
2438
|
+
...h,
|
|
2439
2439
|
"data-tag": !0
|
|
2440
2440
|
}
|
|
2441
|
-
) }),
|
|
2442
|
-
as:
|
|
2441
|
+
) }), Kl = ({
|
|
2442
|
+
as: t = "span",
|
|
2443
2443
|
...l
|
|
2444
2444
|
}) => {
|
|
2445
|
-
const
|
|
2446
|
-
return /* @__PURE__ */
|
|
2445
|
+
const s = S.useContext(Y);
|
|
2446
|
+
return /* @__PURE__ */ j(
|
|
2447
2447
|
ss,
|
|
2448
2448
|
{
|
|
2449
|
-
as:
|
|
2450
|
-
size:
|
|
2451
|
-
color: H.Text[
|
|
2449
|
+
as: t,
|
|
2450
|
+
size: s.size,
|
|
2451
|
+
color: H.Text[s.variant][s.color],
|
|
2452
2452
|
weight: "medium",
|
|
2453
|
-
mr:
|
|
2453
|
+
mr: Vl.Text[s.size],
|
|
2454
2454
|
...l
|
|
2455
2455
|
}
|
|
2456
2456
|
);
|
|
2457
2457
|
}, Hl = ({
|
|
2458
|
-
onClick:
|
|
2458
|
+
onClick: t,
|
|
2459
2459
|
textToCopy: l,
|
|
2460
|
-
className:
|
|
2460
|
+
className: s,
|
|
2461
2461
|
...g
|
|
2462
2462
|
}) => {
|
|
2463
|
-
const
|
|
2464
|
-
return
|
|
2465
|
-
if (
|
|
2466
|
-
const
|
|
2467
|
-
return () => clearTimeout(
|
|
2463
|
+
const p = S.useContext(Y), [h, z] = S.useState(!1);
|
|
2464
|
+
return S.useEffect(() => {
|
|
2465
|
+
if (h) {
|
|
2466
|
+
const a = setTimeout(() => z(!1), 2e3);
|
|
2467
|
+
return () => clearTimeout(a);
|
|
2468
2468
|
}
|
|
2469
|
-
}, [
|
|
2469
|
+
}, [h]), /* @__PURE__ */ j(ts, { mode: "wait", initial: !1, children: /* @__PURE__ */ j(ls, { label: "Copy text", children: /* @__PURE__ */ j(
|
|
2470
2470
|
X.Root,
|
|
2471
2471
|
{
|
|
2472
|
-
onClick: (
|
|
2473
|
-
var
|
|
2474
|
-
|
|
2472
|
+
onClick: (a) => {
|
|
2473
|
+
var e;
|
|
2474
|
+
t == null || t(a), z(!0), l && navigator.clipboard.writeText(l), (e = a.currentTarget) == null || e.blur();
|
|
2475
2475
|
},
|
|
2476
|
-
size:
|
|
2477
|
-
color: H.Button[
|
|
2478
|
-
variant:
|
|
2479
|
-
className: ll("overflow-hidden",
|
|
2476
|
+
size: p.size,
|
|
2477
|
+
color: H.Button[p.variant][p.color],
|
|
2478
|
+
variant: p.variant,
|
|
2479
|
+
className: ll("overflow-hidden", s),
|
|
2480
2480
|
roundedTopRight: "3",
|
|
2481
2481
|
roundedBottomRight: "3",
|
|
2482
2482
|
roundedTopLeft: "0",
|
|
2483
2483
|
roundedBottomLeft: "0",
|
|
2484
2484
|
...g,
|
|
2485
|
-
children:
|
|
2485
|
+
children: h ? /* @__PURE__ */ j(
|
|
2486
2486
|
X.Icon,
|
|
2487
2487
|
{
|
|
2488
|
-
as:
|
|
2488
|
+
as: rl.span,
|
|
2489
2489
|
initial: { y: "100%" },
|
|
2490
2490
|
animate: { y: 0 },
|
|
2491
2491
|
exit: { y: "100%" },
|
|
@@ -2494,10 +2494,10 @@ const Tt = ({
|
|
|
2494
2494
|
alt: "Copied text"
|
|
2495
2495
|
},
|
|
2496
2496
|
"check icon"
|
|
2497
|
-
) : /* @__PURE__ */
|
|
2497
|
+
) : /* @__PURE__ */ j(
|
|
2498
2498
|
X.Icon,
|
|
2499
2499
|
{
|
|
2500
|
-
as:
|
|
2500
|
+
as: rl.span,
|
|
2501
2501
|
initial: { y: "-100%" },
|
|
2502
2502
|
animate: { y: 0 },
|
|
2503
2503
|
exit: { y: "-100%" },
|
|
@@ -2509,66 +2509,66 @@ const Tt = ({
|
|
|
2509
2509
|
)
|
|
2510
2510
|
}
|
|
2511
2511
|
) }) });
|
|
2512
|
-
},
|
|
2513
|
-
className:
|
|
2512
|
+
}, Yl = ({
|
|
2513
|
+
className: t,
|
|
2514
2514
|
...l
|
|
2515
2515
|
}) => {
|
|
2516
|
-
const
|
|
2517
|
-
return /* @__PURE__ */
|
|
2516
|
+
const s = S.useContext(Y);
|
|
2517
|
+
return /* @__PURE__ */ j(
|
|
2518
2518
|
X,
|
|
2519
2519
|
{
|
|
2520
|
-
size:
|
|
2521
|
-
color: H.Button[
|
|
2522
|
-
variant:
|
|
2520
|
+
size: s.size,
|
|
2521
|
+
color: H.Button[s.variant][s.color],
|
|
2522
|
+
variant: s.variant,
|
|
2523
2523
|
icon: { icon: J.X, alt: "close" },
|
|
2524
|
-
className: ll("rounded-tl-0 rounded-bl-0",
|
|
2524
|
+
className: ll("rounded-tl-0 rounded-bl-0", t),
|
|
2525
2525
|
...l
|
|
2526
2526
|
}
|
|
2527
2527
|
);
|
|
2528
|
-
},
|
|
2529
|
-
icon:
|
|
2528
|
+
}, Gl = ({
|
|
2529
|
+
icon: t,
|
|
2530
2530
|
alt: l,
|
|
2531
|
-
"aria-hidden":
|
|
2531
|
+
"aria-hidden": s,
|
|
2532
2532
|
className: g,
|
|
2533
|
-
...
|
|
2533
|
+
...p
|
|
2534
2534
|
}) => {
|
|
2535
|
-
const
|
|
2536
|
-
return /* @__PURE__ */
|
|
2537
|
-
|
|
2535
|
+
const h = S.useContext(Y), z = l ? { alt: l } : { "aria-hidden": s };
|
|
2536
|
+
return /* @__PURE__ */ j(
|
|
2537
|
+
_l,
|
|
2538
2538
|
{
|
|
2539
|
-
icon:
|
|
2540
|
-
size:
|
|
2541
|
-
color: H.Icon[
|
|
2539
|
+
icon: t,
|
|
2540
|
+
size: h.size,
|
|
2541
|
+
color: H.Icon[h.variant][h.color],
|
|
2542
2542
|
className: ll("rounded-tl-0 rounded-bl-0 mr-1", g),
|
|
2543
|
-
...
|
|
2544
|
-
...
|
|
2543
|
+
...z,
|
|
2544
|
+
...p
|
|
2545
2545
|
}
|
|
2546
2546
|
);
|
|
2547
2547
|
}, Xl = ({
|
|
2548
|
-
color:
|
|
2548
|
+
color: t = "default",
|
|
2549
2549
|
size: l = "1",
|
|
2550
|
-
variant:
|
|
2550
|
+
variant: s = "soft",
|
|
2551
2551
|
icon: g,
|
|
2552
|
-
onRemove:
|
|
2553
|
-
onCopy:
|
|
2554
|
-
textToCopy:
|
|
2555
|
-
children:
|
|
2556
|
-
...
|
|
2557
|
-
}) => /* @__PURE__ */
|
|
2558
|
-
g && /* @__PURE__ */
|
|
2559
|
-
/* @__PURE__ */
|
|
2560
|
-
|
|
2561
|
-
|
|
2552
|
+
onRemove: p,
|
|
2553
|
+
onCopy: h,
|
|
2554
|
+
textToCopy: z,
|
|
2555
|
+
children: a,
|
|
2556
|
+
...e
|
|
2557
|
+
}) => /* @__PURE__ */ Ql($l, { color: t, size: l, variant: s, ...e, children: [
|
|
2558
|
+
g && /* @__PURE__ */ j(Gl, { ...g }),
|
|
2559
|
+
/* @__PURE__ */ j(Kl, { as: "span", children: a }),
|
|
2560
|
+
p && /* @__PURE__ */ j(Yl, { onClick: p, icon: { icon: J.X, alt: "Remove" } }),
|
|
2561
|
+
h && /* @__PURE__ */ j(Hl, { onClick: h, textToCopy: z })
|
|
2562
2562
|
] });
|
|
2563
2563
|
Object.assign(Xl, {
|
|
2564
|
-
Root:
|
|
2565
|
-
Button:
|
|
2566
|
-
Text:
|
|
2567
|
-
Icon:
|
|
2564
|
+
Root: $l,
|
|
2565
|
+
Button: Yl,
|
|
2566
|
+
Text: Kl,
|
|
2567
|
+
Icon: Gl,
|
|
2568
2568
|
CopyButton: Hl
|
|
2569
2569
|
});
|
|
2570
|
-
const
|
|
2570
|
+
const Vt = Xl;
|
|
2571
2571
|
export {
|
|
2572
|
-
|
|
2572
|
+
Vt as Tag
|
|
2573
2573
|
};
|
|
2574
2574
|
//# sourceMappingURL=index.mjs.map
|