@symbo.ls/uikit 2.11.126 → 2.11.127

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs.js CHANGED
@@ -64,7 +64,7 @@ var require_cjs = __commonJS({
64
64
  mod
65
65
  ));
66
66
  var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
67
- var require_cjs9 = __commonJS2({
67
+ var require_cjs7 = __commonJS2({
68
68
  "../../node_modules/@domql/globals/dist/cjs/index.js"(exports2, module22) {
69
69
  "use strict";
70
70
  var __defProp22 = Object.defineProperty;
@@ -171,8 +171,8 @@ var require_cjs = __commonJS({
171
171
  var getNev = (key, env = NODE_ENV) => env[key];
172
172
  }
173
173
  });
174
- var require_htmlTags2 = __commonJS2({
175
- "../../node_modules/@domql/tags/dist/cjs/htmlTags.js"(exports2, module22) {
174
+ var require_globals2 = __commonJS2({
175
+ "../../node_modules/@domql/utils/dist/cjs/globals.js"(exports2, module22) {
176
176
  "use strict";
177
177
  var __defProp22 = Object.defineProperty;
178
178
  var __getOwnPropDesc22 = Object.getOwnPropertyDescriptor;
@@ -191,167 +191,18 @@ var require_cjs = __commonJS({
191
191
  return to;
192
192
  };
193
193
  var __toCommonJS22 = (mod) => __copyProps22(__defProp22({}, "__esModule", { value: true }), mod);
194
- var htmlTags_exports = {};
195
- __export22(htmlTags_exports, {
196
- HTML_TAGS: () => HTML_TAGS
194
+ var globals_exports = {};
195
+ __export22(globals_exports, {
196
+ document: () => document4,
197
+ global: () => global,
198
+ self: () => self,
199
+ window: () => window2
197
200
  });
198
- module22.exports = __toCommonJS22(htmlTags_exports);
199
- var HTML_TAGS = {
200
- root: [
201
- "body",
202
- "html"
203
- ],
204
- head: [
205
- "title",
206
- "base",
207
- "meta",
208
- "style"
209
- ],
210
- body: [
211
- "string",
212
- "fragment",
213
- "a",
214
- "abbr",
215
- "acronym",
216
- "address",
217
- "applet",
218
- "area",
219
- "article",
220
- "aside",
221
- "audio",
222
- "b",
223
- "basefont",
224
- "bdi",
225
- "bdo",
226
- "big",
227
- "blockquote",
228
- "br",
229
- "button",
230
- "canvas",
231
- "caption",
232
- "center",
233
- "cite",
234
- "code",
235
- "col",
236
- "colgroup",
237
- "data",
238
- "datalist",
239
- "dd",
240
- "del",
241
- "details",
242
- "dfn",
243
- "dialog",
244
- "dir",
245
- "div",
246
- "dl",
247
- "dt",
248
- "em",
249
- "embed",
250
- "fieldset",
251
- "figcaption",
252
- "figure",
253
- "font",
254
- "footer",
255
- "form",
256
- "frame",
257
- "frameset",
258
- "h1",
259
- "h2",
260
- "h3",
261
- "h4",
262
- "h5",
263
- "h6",
264
- "head",
265
- "header",
266
- "hr",
267
- "i",
268
- "iframe",
269
- "img",
270
- "input",
271
- "ins",
272
- "kbd",
273
- "label",
274
- "legend",
275
- "li",
276
- "link",
277
- "main",
278
- "map",
279
- "mark",
280
- "meter",
281
- "nav",
282
- "noframes",
283
- "noscript",
284
- "object",
285
- "ol",
286
- "optgroup",
287
- "option",
288
- "output",
289
- "p",
290
- "param",
291
- "picture",
292
- "pre",
293
- "progress",
294
- "q",
295
- "rp",
296
- "rt",
297
- "ruby",
298
- "s",
299
- "samp",
300
- "script",
301
- "section",
302
- "select",
303
- "small",
304
- "source",
305
- "span",
306
- "strike",
307
- "strong",
308
- "sub",
309
- "summary",
310
- "sup",
311
- "table",
312
- "tbody",
313
- "td",
314
- "template",
315
- "textarea",
316
- "tfoot",
317
- "th",
318
- "thead",
319
- "time",
320
- "tr",
321
- "track",
322
- "tt",
323
- "u",
324
- "ul",
325
- "var",
326
- "video",
327
- "wbr",
328
- // SVG
329
- "svg",
330
- "path"
331
- ]
332
- };
333
- }
334
- });
335
- var require_cjs22 = __commonJS2({
336
- "../../node_modules/@domql/tags/dist/cjs/index.js"(exports2, module22) {
337
- "use strict";
338
- var __defProp22 = Object.defineProperty;
339
- var __getOwnPropDesc22 = Object.getOwnPropertyDescriptor;
340
- var __getOwnPropNames22 = Object.getOwnPropertyNames;
341
- var __hasOwnProp22 = Object.prototype.hasOwnProperty;
342
- var __copyProps22 = (to, from2, except, desc) => {
343
- if (from2 && typeof from2 === "object" || typeof from2 === "function") {
344
- for (let key of __getOwnPropNames22(from2))
345
- if (!__hasOwnProp22.call(to, key) && key !== except)
346
- __defProp22(to, key, { get: () => from2[key], enumerable: !(desc = __getOwnPropDesc22(from2, key)) || desc.enumerable });
347
- }
348
- return to;
349
- };
350
- var __reExport = (target, mod, secondTarget) => (__copyProps22(target, mod, "default"), secondTarget && __copyProps22(secondTarget, mod, "default"));
351
- var __toCommonJS22 = (mod) => __copyProps22(__defProp22({}, "__esModule", { value: true }), mod);
352
- var tags_exports = {};
353
- module22.exports = __toCommonJS22(tags_exports);
354
- __reExport(tags_exports, require_htmlTags2(), module22.exports);
201
+ module22.exports = __toCommonJS22(globals_exports);
202
+ var global = globalThis;
203
+ var self = globalThis;
204
+ var window2 = globalThis;
205
+ var document4 = window2.document;
355
206
  }
356
207
  });
357
208
  var require_node2 = __commonJS2({
@@ -380,7 +231,7 @@ var require_cjs = __commonJS({
380
231
  isNode: () => isNode
381
232
  });
382
233
  module22.exports = __toCommonJS22(node_exports);
383
- var import_globals3 = require_cjs9();
234
+ var import_globals3 = require_globals2();
384
235
  var isNode = (obj) => {
385
236
  return (typeof Node === "object" ? obj instanceof import_globals3.window.Node : obj && typeof obj === "object" && typeof obj.nodeType === "number" && typeof obj.nodeName === "string") || false;
386
237
  };
@@ -423,13 +274,10 @@ var require_cjs = __commonJS({
423
274
  isObject: () => isObject7,
424
275
  isObjectLike: () => isObjectLike3,
425
276
  isString: () => isString9,
426
- isUndefined: () => isUndefined,
427
- isValidHtmlTag: () => isValidHtmlTag
277
+ isUndefined: () => isUndefined
428
278
  });
429
279
  module22.exports = __toCommonJS22(types_exports);
430
- var import_tags = require_cjs22();
431
280
  var import_node = require_node2();
432
- var isValidHtmlTag = (arg) => import_tags.HTML_TAGS.body.includes(arg);
433
281
  var isObject7 = (arg) => {
434
282
  if (arg === null)
435
283
  return false;
@@ -679,7 +527,7 @@ var require_cjs = __commonJS({
679
527
  stringToObject: () => stringToObject
680
528
  });
681
529
  module22.exports = __toCommonJS22(object_exports);
682
- var import_globals3 = require_cjs9();
530
+ var import_globals3 = require_globals2();
683
531
  var import_types = require_types2();
684
532
  var import_array = require_array2();
685
533
  var import_string = require_string2();
@@ -1139,40 +987,6 @@ var require_cjs = __commonJS({
1139
987
  };
1140
988
  }
1141
989
  });
1142
- var require_globals2 = __commonJS2({
1143
- "../../node_modules/@domql/utils/dist/cjs/globals.js"(exports2, module22) {
1144
- "use strict";
1145
- var __defProp22 = Object.defineProperty;
1146
- var __getOwnPropDesc22 = Object.getOwnPropertyDescriptor;
1147
- var __getOwnPropNames22 = Object.getOwnPropertyNames;
1148
- var __hasOwnProp22 = Object.prototype.hasOwnProperty;
1149
- var __export22 = (target, all) => {
1150
- for (var name in all)
1151
- __defProp22(target, name, { get: all[name], enumerable: true });
1152
- };
1153
- var __copyProps22 = (to, from2, except, desc) => {
1154
- if (from2 && typeof from2 === "object" || typeof from2 === "function") {
1155
- for (let key of __getOwnPropNames22(from2))
1156
- if (!__hasOwnProp22.call(to, key) && key !== except)
1157
- __defProp22(to, key, { get: () => from2[key], enumerable: !(desc = __getOwnPropDesc22(from2, key)) || desc.enumerable });
1158
- }
1159
- return to;
1160
- };
1161
- var __toCommonJS22 = (mod) => __copyProps22(__defProp22({}, "__esModule", { value: true }), mod);
1162
- var globals_exports = {};
1163
- __export22(globals_exports, {
1164
- document: () => document4,
1165
- global: () => global,
1166
- self: () => self,
1167
- window: () => window2
1168
- });
1169
- module22.exports = __toCommonJS22(globals_exports);
1170
- var global = globalThis;
1171
- var self = globalThis;
1172
- var window2 = globalThis;
1173
- var document4 = window2.document;
1174
- }
1175
- });
1176
990
  var require_cookie2 = __commonJS2({
1177
991
  "../../node_modules/@domql/utils/dist/cjs/cookie.js"(exports2, module22) {
1178
992
  "use strict";
@@ -1227,13 +1041,17 @@ var require_cjs = __commonJS({
1227
1041
  };
1228
1042
  }
1229
1043
  });
1230
- var require_cjs32 = __commonJS2({
1231
- "../../node_modules/@domql/utils/dist/cjs/index.js"(exports2, module22) {
1044
+ var require_tags2 = __commonJS2({
1045
+ "../../node_modules/@domql/utils/dist/cjs/tags.js"(exports2, module22) {
1232
1046
  "use strict";
1233
1047
  var __defProp22 = Object.defineProperty;
1234
1048
  var __getOwnPropDesc22 = Object.getOwnPropertyDescriptor;
1235
1049
  var __getOwnPropNames22 = Object.getOwnPropertyNames;
1236
1050
  var __hasOwnProp22 = Object.prototype.hasOwnProperty;
1051
+ var __export22 = (target, all) => {
1052
+ for (var name in all)
1053
+ __defProp22(target, name, { get: all[name], enumerable: true });
1054
+ };
1237
1055
  var __copyProps22 = (to, from2, except, desc) => {
1238
1056
  if (from2 && typeof from2 === "object" || typeof from2 === "function") {
1239
1057
  for (let key of __getOwnPropNames22(from2))
@@ -1242,56 +1060,216 @@ var require_cjs = __commonJS({
1242
1060
  }
1243
1061
  return to;
1244
1062
  };
1245
- var __reExport = (target, mod, secondTarget) => (__copyProps22(target, mod, "default"), secondTarget && __copyProps22(secondTarget, mod, "default"));
1246
1063
  var __toCommonJS22 = (mod) => __copyProps22(__defProp22({}, "__esModule", { value: true }), mod);
1247
- var utils_exports2 = {};
1248
- module22.exports = __toCommonJS22(utils_exports2);
1249
- __reExport(utils_exports2, require_key2(), module22.exports);
1250
- __reExport(utils_exports2, require_env2(), module22.exports);
1251
- __reExport(utils_exports2, require_types2(), module22.exports);
1252
- __reExport(utils_exports2, require_object2(), module22.exports);
1253
- __reExport(utils_exports2, require_function2(), module22.exports);
1254
- __reExport(utils_exports2, require_array2(), module22.exports);
1255
- __reExport(utils_exports2, require_node2(), module22.exports);
1256
- __reExport(utils_exports2, require_log2(), module22.exports);
1257
- __reExport(utils_exports2, require_string2(), module22.exports);
1258
- __reExport(utils_exports2, require_globals2(), module22.exports);
1259
- __reExport(utils_exports2, require_cookie2(), module22.exports);
1260
- }
1261
- });
1262
- var src_exports = {};
1263
- __export2(src_exports, {
1264
- ANIMATION: () => ANIMATION,
1265
- BREAKPOINTS: () => BREAKPOINTS,
1266
- CASES: () => CASES,
1267
- COLOR: () => COLOR,
1268
- CONFIG: () => CONFIG3,
1269
- CSS_VARS: () => CSS_VARS,
1270
- DEVICES: () => DEVICES,
1271
- DOCUMENT: () => DOCUMENT,
1272
- FACTORY: () => FACTORY,
1273
- FONT: () => FONT,
1274
- FONT_FACE: () => FONT_FACE,
1275
- FONT_FAMILY: () => FONT_FAMILY,
1276
- FONT_FAMILY_TYPES: () => FONT_FAMILY_TYPES,
1277
- GRADIENT: () => GRADIENT,
1278
- ICONS: () => ICONS,
1279
- MEDIA: () => MEDIA,
1280
- RESET: () => RESET,
1281
- SEQUENCE: () => SEQUENCE,
1282
- SPACING: () => SPACING,
1283
- SVG: () => SVG,
1284
- SVG_DATA: () => SVG_DATA,
1285
- TEMPLATES: () => TEMPLATES,
1286
- THEME: () => THEME,
1287
- TIMING: () => TIMING,
1288
- TYPOGRAPHY: () => TYPOGRAPHY,
1289
- UNIT: () => UNIT,
1290
- VALUE_TRANSFORMERS: () => VALUE_TRANSFORMERS,
1291
- activateConfig: () => activateConfig,
1292
- appendIconsSprite: () => appendIconsSprite,
1293
- appendSVGSprite: () => appendSVGSprite,
1294
- applyDocument: () => applyDocument,
1064
+ var tags_exports = {};
1065
+ __export22(tags_exports, {
1066
+ HTML_TAGS: () => HTML_TAGS,
1067
+ isValidHtmlTag: () => isValidHtmlTag
1068
+ });
1069
+ module22.exports = __toCommonJS22(tags_exports);
1070
+ var HTML_TAGS = {
1071
+ root: [
1072
+ "body",
1073
+ "html"
1074
+ ],
1075
+ head: [
1076
+ "title",
1077
+ "base",
1078
+ "meta",
1079
+ "style"
1080
+ ],
1081
+ body: [
1082
+ "string",
1083
+ "fragment",
1084
+ "a",
1085
+ "abbr",
1086
+ "acronym",
1087
+ "address",
1088
+ "applet",
1089
+ "area",
1090
+ "article",
1091
+ "aside",
1092
+ "audio",
1093
+ "b",
1094
+ "basefont",
1095
+ "bdi",
1096
+ "bdo",
1097
+ "big",
1098
+ "blockquote",
1099
+ "br",
1100
+ "button",
1101
+ "canvas",
1102
+ "caption",
1103
+ "center",
1104
+ "cite",
1105
+ "code",
1106
+ "col",
1107
+ "colgroup",
1108
+ "data",
1109
+ "datalist",
1110
+ "dd",
1111
+ "del",
1112
+ "details",
1113
+ "dfn",
1114
+ "dialog",
1115
+ "dir",
1116
+ "div",
1117
+ "dl",
1118
+ "dt",
1119
+ "em",
1120
+ "embed",
1121
+ "fieldset",
1122
+ "figcaption",
1123
+ "figure",
1124
+ "font",
1125
+ "footer",
1126
+ "form",
1127
+ "frame",
1128
+ "frameset",
1129
+ "h1",
1130
+ "h2",
1131
+ "h3",
1132
+ "h4",
1133
+ "h5",
1134
+ "h6",
1135
+ "head",
1136
+ "header",
1137
+ "hr",
1138
+ "i",
1139
+ "iframe",
1140
+ "img",
1141
+ "input",
1142
+ "ins",
1143
+ "kbd",
1144
+ "label",
1145
+ "legend",
1146
+ "li",
1147
+ "link",
1148
+ "main",
1149
+ "map",
1150
+ "mark",
1151
+ "meter",
1152
+ "nav",
1153
+ "noframes",
1154
+ "noscript",
1155
+ "object",
1156
+ "ol",
1157
+ "optgroup",
1158
+ "option",
1159
+ "output",
1160
+ "p",
1161
+ "param",
1162
+ "picture",
1163
+ "pre",
1164
+ "progress",
1165
+ "q",
1166
+ "rp",
1167
+ "rt",
1168
+ "ruby",
1169
+ "s",
1170
+ "samp",
1171
+ "script",
1172
+ "section",
1173
+ "select",
1174
+ "small",
1175
+ "source",
1176
+ "span",
1177
+ "strike",
1178
+ "strong",
1179
+ "sub",
1180
+ "summary",
1181
+ "sup",
1182
+ "table",
1183
+ "tbody",
1184
+ "td",
1185
+ "template",
1186
+ "textarea",
1187
+ "tfoot",
1188
+ "th",
1189
+ "thead",
1190
+ "time",
1191
+ "tr",
1192
+ "track",
1193
+ "tt",
1194
+ "u",
1195
+ "ul",
1196
+ "var",
1197
+ "video",
1198
+ "wbr",
1199
+ // SVG
1200
+ "svg",
1201
+ "path"
1202
+ ]
1203
+ };
1204
+ var isValidHtmlTag = (arg) => HTML_TAGS.body.includes(arg);
1205
+ }
1206
+ });
1207
+ var require_cjs22 = __commonJS2({
1208
+ "../../node_modules/@domql/utils/dist/cjs/index.js"(exports2, module22) {
1209
+ "use strict";
1210
+ var __defProp22 = Object.defineProperty;
1211
+ var __getOwnPropDesc22 = Object.getOwnPropertyDescriptor;
1212
+ var __getOwnPropNames22 = Object.getOwnPropertyNames;
1213
+ var __hasOwnProp22 = Object.prototype.hasOwnProperty;
1214
+ var __copyProps22 = (to, from2, except, desc) => {
1215
+ if (from2 && typeof from2 === "object" || typeof from2 === "function") {
1216
+ for (let key of __getOwnPropNames22(from2))
1217
+ if (!__hasOwnProp22.call(to, key) && key !== except)
1218
+ __defProp22(to, key, { get: () => from2[key], enumerable: !(desc = __getOwnPropDesc22(from2, key)) || desc.enumerable });
1219
+ }
1220
+ return to;
1221
+ };
1222
+ var __reExport = (target, mod, secondTarget) => (__copyProps22(target, mod, "default"), secondTarget && __copyProps22(secondTarget, mod, "default"));
1223
+ var __toCommonJS22 = (mod) => __copyProps22(__defProp22({}, "__esModule", { value: true }), mod);
1224
+ var utils_exports2 = {};
1225
+ module22.exports = __toCommonJS22(utils_exports2);
1226
+ __reExport(utils_exports2, require_key2(), module22.exports);
1227
+ __reExport(utils_exports2, require_env2(), module22.exports);
1228
+ __reExport(utils_exports2, require_types2(), module22.exports);
1229
+ __reExport(utils_exports2, require_object2(), module22.exports);
1230
+ __reExport(utils_exports2, require_function2(), module22.exports);
1231
+ __reExport(utils_exports2, require_array2(), module22.exports);
1232
+ __reExport(utils_exports2, require_node2(), module22.exports);
1233
+ __reExport(utils_exports2, require_log2(), module22.exports);
1234
+ __reExport(utils_exports2, require_string2(), module22.exports);
1235
+ __reExport(utils_exports2, require_globals2(), module22.exports);
1236
+ __reExport(utils_exports2, require_cookie2(), module22.exports);
1237
+ __reExport(utils_exports2, require_tags2(), module22.exports);
1238
+ }
1239
+ });
1240
+ var src_exports = {};
1241
+ __export2(src_exports, {
1242
+ ANIMATION: () => ANIMATION,
1243
+ BREAKPOINTS: () => BREAKPOINTS,
1244
+ CASES: () => CASES,
1245
+ COLOR: () => COLOR,
1246
+ CONFIG: () => CONFIG3,
1247
+ CSS_VARS: () => CSS_VARS,
1248
+ DEVICES: () => DEVICES,
1249
+ DOCUMENT: () => DOCUMENT,
1250
+ FACTORY: () => FACTORY,
1251
+ FONT: () => FONT,
1252
+ FONT_FACE: () => FONT_FACE,
1253
+ FONT_FAMILY: () => FONT_FAMILY,
1254
+ FONT_FAMILY_TYPES: () => FONT_FAMILY_TYPES,
1255
+ GRADIENT: () => GRADIENT,
1256
+ ICONS: () => ICONS,
1257
+ MEDIA: () => MEDIA,
1258
+ RESET: () => RESET,
1259
+ SEQUENCE: () => SEQUENCE,
1260
+ SPACING: () => SPACING,
1261
+ SVG: () => SVG,
1262
+ SVG_DATA: () => SVG_DATA,
1263
+ TEMPLATES: () => TEMPLATES,
1264
+ THEME: () => THEME,
1265
+ TIMING: () => TIMING,
1266
+ TYPOGRAPHY: () => TYPOGRAPHY,
1267
+ UNIT: () => UNIT,
1268
+ VALUE_TRANSFORMERS: () => VALUE_TRANSFORMERS,
1269
+ activateConfig: () => activateConfig,
1270
+ appendIconsSprite: () => appendIconsSprite,
1271
+ appendSVGSprite: () => appendSVGSprite,
1272
+ applyDocument: () => applyDocument,
1295
1273
  applyHeadings: () => applyHeadings,
1296
1274
  applyReset: () => applyReset,
1297
1275
  applySequenceVars: () => applySequenceVars,
@@ -1408,8 +1386,8 @@ var require_cjs = __commonJS({
1408
1386
  setInCustomFontMedia: () => setInCustomFontMedia,
1409
1387
  setVariables: () => setVariables
1410
1388
  });
1411
- var import_globals = __toESM2(require_cjs9(), 1);
1412
- var import_utils15 = __toESM2(require_cjs32(), 1);
1389
+ var import_globals = __toESM2(require_cjs7(), 1);
1390
+ var import_utils14 = __toESM2(require_cjs22(), 1);
1413
1391
  var ENV = "development";
1414
1392
  var colorStringToRgbaArray = (color) => {
1415
1393
  if (color === "")
@@ -1537,9 +1515,9 @@ var require_cjs = __commonJS({
1537
1515
  return `rgba(${arr})`;
1538
1516
  };
1539
1517
  var getRgbTone = (rgb, tone) => {
1540
- if ((0, import_utils15.isString)(rgb))
1518
+ if ((0, import_utils14.isString)(rgb))
1541
1519
  rgb = rgb.split(", ").map((v) => parseFloat(v));
1542
- if ((0, import_utils15.isNumber)(tone))
1520
+ if ((0, import_utils14.isNumber)(tone))
1543
1521
  tone += "";
1544
1522
  const toHex = rgbArrayToHex(rgb);
1545
1523
  const abs2 = tone.slice(0, 1);
@@ -1602,9 +1580,9 @@ var require_cjs = __commonJS({
1602
1580
  const keys = Object.keys(LIBRARY);
1603
1581
  return keys.map((key) => getFontFaceEachString(key, LIBRARY[key].value));
1604
1582
  };
1605
- var import_utils52 = __toESM2(require_cjs32(), 1);
1606
- var import_utils32 = __toESM2(require_cjs32());
1607
- var import_utils22 = __toESM2(require_cjs32());
1583
+ var import_utils52 = __toESM2(require_cjs22(), 1);
1584
+ var import_utils32 = __toESM2(require_cjs22());
1585
+ var import_utils22 = __toESM2(require_cjs22());
1608
1586
  var toCamelCase = (str) => {
1609
1587
  return str.replace(/(?:^\w|[A-Z]|\b\w)/g, function(word, index) {
1610
1588
  return index === 0 ? word.toLowerCase() : word.toUpperCase();
@@ -1619,7 +1597,7 @@ var require_cjs = __commonJS({
1619
1597
  if ((0, import_utils32.isArray)(val))
1620
1598
  return val;
1621
1599
  };
1622
- var import_utils42 = __toESM2(require_cjs32(), 1);
1600
+ var import_utils42 = __toESM2(require_cjs22(), 1);
1623
1601
  var defaultConfig_exports = {};
1624
1602
  __export2(defaultConfig_exports, {
1625
1603
  ANIMATION: () => ANIMATION,
@@ -1980,7 +1958,7 @@ var require_cjs = __commonJS({
1980
1958
  return sequence[findLetter];
1981
1959
  });
1982
1960
  };
1983
- var import_utils72 = __toESM2(require_cjs32(), 1);
1961
+ var import_utils72 = __toESM2(require_cjs22(), 1);
1984
1962
  var setVariables = (result, key) => {
1985
1963
  const CONFIG22 = getActiveConfig3();
1986
1964
  const { CSS_VARS: CSS_VARS2 } = CONFIG22;
@@ -2018,7 +1996,7 @@ var require_cjs = __commonJS({
2018
1996
  }
2019
1997
  }
2020
1998
  };
2021
- var import_utils82 = __toESM2(require_cjs32(), 1);
1999
+ var import_utils82 = __toESM2(require_cjs22(), 1);
2022
2000
  var generateSprite = (icons) => {
2023
2001
  const CONFIG22 = getActiveConfig3();
2024
2002
  let sprite = "";
@@ -2105,7 +2083,7 @@ var require_cjs = __commonJS({
2105
2083
  setSVG: () => setSVG,
2106
2084
  setTheme: () => setTheme
2107
2085
  });
2108
- var import_utils92 = __toESM2(require_cjs32(), 1);
2086
+ var import_utils92 = __toESM2(require_cjs22(), 1);
2109
2087
  var getColor3 = (value, key, config) => {
2110
2088
  const CONFIG22 = config || getActiveConfig3();
2111
2089
  if (!(0, import_utils92.isString)(value)) {
@@ -2236,7 +2214,7 @@ var require_cjs = __commonJS({
2236
2214
  value: val.value || val
2237
2215
  };
2238
2216
  };
2239
- var import_utils112 = __toESM2(require_cjs32(), 1);
2217
+ var import_utils112 = __toESM2(require_cjs22(), 1);
2240
2218
  var setThemeValue = (theme) => {
2241
2219
  const value = {};
2242
2220
  const { state, media, helpers, ...rest } = theme;
@@ -2450,7 +2428,7 @@ var require_cjs = __commonJS({
2450
2428
  const r = recursiveTheme(value);
2451
2429
  return r;
2452
2430
  };
2453
- var import_utils122 = __toESM2(require_cjs32(), 1);
2431
+ var import_utils122 = __toESM2(require_cjs22(), 1);
2454
2432
  var setFont = (val, key) => {
2455
2433
  const CSSvar = `--font-${key}`;
2456
2434
  const fontFace = val[0] ? getFontFaceEach(key, val) : setCustomFontMedia(key, val.url);
@@ -2473,7 +2451,7 @@ var require_cjs = __commonJS({
2473
2451
  const str = `${value.join(", ")}, ${FONT_FAMILY_TYPES2[type]}`;
2474
2452
  return { var: CSSvar, value: str, arr: value, type };
2475
2453
  };
2476
- var import_utils152 = __toESM2(require_cjs32(), 1);
2454
+ var import_utils15 = __toESM2(require_cjs22(), 1);
2477
2455
  var runThroughMedia = (props6) => {
2478
2456
  const CONFIG22 = getActiveConfig3();
2479
2457
  const { TYPOGRAPHY: TYPOGRAPHY2, MEDIA: MEDIA2 } = CONFIG22;
@@ -2481,7 +2459,7 @@ var require_cjs = __commonJS({
2481
2459
  const mediaProps = props6[prop];
2482
2460
  if (prop.slice(0, 1) === "@") {
2483
2461
  const { type, base, ratio, range, subSequence, h1Matches, unit } = props6;
2484
- (0, import_utils152.merge)(mediaProps, {
2462
+ (0, import_utils15.merge)(mediaProps, {
2485
2463
  type,
2486
2464
  base,
2487
2465
  ratio,
@@ -2540,7 +2518,7 @@ var require_cjs = __commonJS({
2540
2518
  TYPOGRAPHY2
2541
2519
  );
2542
2520
  };
2543
- var import_utils18 = __toESM2(require_cjs32(), 1);
2521
+ var import_utils18 = __toESM2(require_cjs22(), 1);
2544
2522
  var runThroughMedia2 = (sequenceProps) => {
2545
2523
  for (const prop in sequenceProps) {
2546
2524
  const mediaProps = sequenceProps[prop];
@@ -2662,7 +2640,7 @@ var require_cjs = __commonJS({
2662
2640
  TIMING2
2663
2641
  );
2664
2642
  };
2665
- var import_utils222 = __toESM2(require_cjs32(), 1);
2643
+ var import_utils222 = __toESM2(require_cjs22(), 1);
2666
2644
  var applyDocument = () => {
2667
2645
  const CONFIG22 = getActiveConfig3();
2668
2646
  const { DOCUMENT: DOCUMENT2, FONT_FAMILY: FONT_FAMILY2, THEME: THEME2, TYPOGRAPHY: TYPOGRAPHY2 } = CONFIG22;
@@ -2673,7 +2651,7 @@ var require_cjs = __commonJS({
2673
2651
  lineHeight: TYPOGRAPHY2.lineHeight
2674
2652
  });
2675
2653
  };
2676
- var import_globals2 = __toESM2(require_cjs9(), 1);
2654
+ var import_globals2 = __toESM2(require_cjs7(), 1);
2677
2655
  var DEF_OPTIONS = {
2678
2656
  document: import_globals2.document
2679
2657
  };
@@ -2746,7 +2724,7 @@ var require_cjs = __commonJS({
2746
2724
  }
2747
2725
  }
2748
2726
  };
2749
- var import_utils25 = __toESM2(require_cjs32(), 1);
2727
+ var import_utils25 = __toESM2(require_cjs22(), 1);
2750
2728
  var applyReset = (reset = {}) => {
2751
2729
  const CONFIG22 = getActiveConfig3();
2752
2730
  const { RESET: RESET2, TYPOGRAPHY: TYPOGRAPHY2, DOCUMENT: DOCUMENT2 } = CONFIG22;
@@ -2806,7 +2784,7 @@ var require_cjs = __commonJS({
2806
2784
  });
2807
2785
  }
2808
2786
  };
2809
- var import_utils26 = __toESM2(require_cjs32(), 1);
2787
+ var import_utils26 = __toESM2(require_cjs22(), 1);
2810
2788
  var isBorderStyle = (str) => [
2811
2789
  "none",
2812
2790
  "hidden",
@@ -2905,7 +2883,7 @@ var require_cjs = __commonJS({
2905
2883
  return;
2906
2884
  return arr.map(transformTransition).join(",");
2907
2885
  };
2908
- var import_utils27 = __toESM2(require_cjs32(), 1);
2886
+ var import_utils27 = __toESM2(require_cjs22(), 1);
2909
2887
  var setCases = (val, key) => {
2910
2888
  if ((0, import_utils27.isFunction)(val))
2911
2889
  return val();
@@ -3076,9 +3054,9 @@ var require_env = __commonJS({
3076
3054
  }
3077
3055
  });
3078
3056
 
3079
- // ../../node_modules/@domql/tags/dist/cjs/htmlTags.js
3080
- var require_htmlTags = __commonJS({
3081
- "../../node_modules/@domql/tags/dist/cjs/htmlTags.js"(exports, module2) {
3057
+ // ../../node_modules/@domql/utils/dist/cjs/globals.js
3058
+ var require_globals = __commonJS({
3059
+ "../../node_modules/@domql/utils/dist/cjs/globals.js"(exports, module2) {
3082
3060
  "use strict";
3083
3061
  var __defProp2 = Object.defineProperty;
3084
3062
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
@@ -3097,199 +3075,12 @@ var require_htmlTags = __commonJS({
3097
3075
  return to;
3098
3076
  };
3099
3077
  var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
3100
- var htmlTags_exports = {};
3101
- __export2(htmlTags_exports, {
3102
- HTML_TAGS: () => HTML_TAGS
3103
- });
3104
- module2.exports = __toCommonJS2(htmlTags_exports);
3105
- var HTML_TAGS = {
3106
- root: [
3107
- "body",
3108
- "html"
3109
- ],
3110
- head: [
3111
- "title",
3112
- "base",
3113
- "meta",
3114
- "style"
3115
- ],
3116
- body: [
3117
- "string",
3118
- "fragment",
3119
- "a",
3120
- "abbr",
3121
- "acronym",
3122
- "address",
3123
- "applet",
3124
- "area",
3125
- "article",
3126
- "aside",
3127
- "audio",
3128
- "b",
3129
- "basefont",
3130
- "bdi",
3131
- "bdo",
3132
- "big",
3133
- "blockquote",
3134
- "br",
3135
- "button",
3136
- "canvas",
3137
- "caption",
3138
- "center",
3139
- "cite",
3140
- "code",
3141
- "col",
3142
- "colgroup",
3143
- "data",
3144
- "datalist",
3145
- "dd",
3146
- "del",
3147
- "details",
3148
- "dfn",
3149
- "dialog",
3150
- "dir",
3151
- "div",
3152
- "dl",
3153
- "dt",
3154
- "em",
3155
- "embed",
3156
- "fieldset",
3157
- "figcaption",
3158
- "figure",
3159
- "font",
3160
- "footer",
3161
- "form",
3162
- "frame",
3163
- "frameset",
3164
- "h1",
3165
- "h2",
3166
- "h3",
3167
- "h4",
3168
- "h5",
3169
- "h6",
3170
- "head",
3171
- "header",
3172
- "hr",
3173
- "i",
3174
- "iframe",
3175
- "img",
3176
- "input",
3177
- "ins",
3178
- "kbd",
3179
- "label",
3180
- "legend",
3181
- "li",
3182
- "link",
3183
- "main",
3184
- "map",
3185
- "mark",
3186
- "meter",
3187
- "nav",
3188
- "noframes",
3189
- "noscript",
3190
- "object",
3191
- "ol",
3192
- "optgroup",
3193
- "option",
3194
- "output",
3195
- "p",
3196
- "param",
3197
- "picture",
3198
- "pre",
3199
- "progress",
3200
- "q",
3201
- "rp",
3202
- "rt",
3203
- "ruby",
3204
- "s",
3205
- "samp",
3206
- "script",
3207
- "section",
3208
- "select",
3209
- "small",
3210
- "source",
3211
- "span",
3212
- "strike",
3213
- "strong",
3214
- "sub",
3215
- "summary",
3216
- "sup",
3217
- "table",
3218
- "tbody",
3219
- "td",
3220
- "template",
3221
- "textarea",
3222
- "tfoot",
3223
- "th",
3224
- "thead",
3225
- "time",
3226
- "tr",
3227
- "track",
3228
- "tt",
3229
- "u",
3230
- "ul",
3231
- "var",
3232
- "video",
3233
- "wbr",
3234
- // SVG
3235
- "svg",
3236
- "path"
3237
- ]
3238
- };
3239
- }
3240
- });
3241
-
3242
- // ../../node_modules/@domql/tags/dist/cjs/index.js
3243
- var require_cjs2 = __commonJS({
3244
- "../../node_modules/@domql/tags/dist/cjs/index.js"(exports, module2) {
3245
- "use strict";
3246
- var __defProp2 = Object.defineProperty;
3247
- var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
3248
- var __getOwnPropNames2 = Object.getOwnPropertyNames;
3249
- var __hasOwnProp2 = Object.prototype.hasOwnProperty;
3250
- var __copyProps2 = (to, from2, except, desc) => {
3251
- if (from2 && typeof from2 === "object" || typeof from2 === "function") {
3252
- for (let key of __getOwnPropNames2(from2))
3253
- if (!__hasOwnProp2.call(to, key) && key !== except)
3254
- __defProp2(to, key, { get: () => from2[key], enumerable: !(desc = __getOwnPropDesc2(from2, key)) || desc.enumerable });
3255
- }
3256
- return to;
3257
- };
3258
- var __reExport = (target, mod, secondTarget) => (__copyProps2(target, mod, "default"), secondTarget && __copyProps2(secondTarget, mod, "default"));
3259
- var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
3260
- var tags_exports = {};
3261
- module2.exports = __toCommonJS2(tags_exports);
3262
- __reExport(tags_exports, require_htmlTags(), module2.exports);
3263
- }
3264
- });
3265
-
3266
- // ../../node_modules/@domql/globals/dist/cjs/index.js
3267
- var require_cjs3 = __commonJS({
3268
- "../../node_modules/@domql/globals/dist/cjs/index.js"(exports, module2) {
3269
- "use strict";
3270
- var __defProp2 = Object.defineProperty;
3271
- var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
3272
- var __getOwnPropNames2 = Object.getOwnPropertyNames;
3273
- var __hasOwnProp2 = Object.prototype.hasOwnProperty;
3274
- var __export2 = (target, all) => {
3275
- for (var name in all)
3276
- __defProp2(target, name, { get: all[name], enumerable: true });
3277
- };
3278
- var __copyProps2 = (to, from2, except, desc) => {
3279
- if (from2 && typeof from2 === "object" || typeof from2 === "function") {
3280
- for (let key of __getOwnPropNames2(from2))
3281
- if (!__hasOwnProp2.call(to, key) && key !== except)
3282
- __defProp2(to, key, { get: () => from2[key], enumerable: !(desc = __getOwnPropDesc2(from2, key)) || desc.enumerable });
3283
- }
3284
- return to;
3285
- };
3286
- var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
3287
- var globals_exports = {};
3288
- __export2(globals_exports, {
3289
- document: () => document2,
3290
- global: () => global,
3291
- self: () => self,
3292
- window: () => window2
3078
+ var globals_exports = {};
3079
+ __export2(globals_exports, {
3080
+ document: () => document2,
3081
+ global: () => global,
3082
+ self: () => self,
3083
+ window: () => window2
3293
3084
  });
3294
3085
  module2.exports = __toCommonJS2(globals_exports);
3295
3086
  var global = globalThis;
@@ -3326,7 +3117,7 @@ var require_node = __commonJS({
3326
3117
  isNode: () => isNode
3327
3118
  });
3328
3119
  module2.exports = __toCommonJS2(node_exports);
3329
- var import_globals = require_cjs3();
3120
+ var import_globals = require_globals();
3330
3121
  var isNode = (obj) => {
3331
3122
  return (typeof Node === "object" ? obj instanceof import_globals.window.Node : obj && typeof obj === "object" && typeof obj.nodeType === "number" && typeof obj.nodeName === "string") || false;
3332
3123
  };
@@ -3371,13 +3162,10 @@ var require_types = __commonJS({
3371
3162
  isObject: () => isObject5,
3372
3163
  isObjectLike: () => isObjectLike3,
3373
3164
  isString: () => isString7,
3374
- isUndefined: () => isUndefined,
3375
- isValidHtmlTag: () => isValidHtmlTag
3165
+ isUndefined: () => isUndefined
3376
3166
  });
3377
3167
  module2.exports = __toCommonJS2(types_exports);
3378
- var import_tags = require_cjs2();
3379
3168
  var import_node = require_node();
3380
- var isValidHtmlTag = (arg) => import_tags.HTML_TAGS.body.includes(arg);
3381
3169
  var isObject5 = (arg) => {
3382
3170
  if (arg === null)
3383
3171
  return false;
@@ -3622,7 +3410,7 @@ var require_object = __commonJS({
3622
3410
  flattenRecursive: () => flattenRecursive,
3623
3411
  isEqualDeep: () => isEqualDeep,
3624
3412
  map: () => map,
3625
- merge: () => merge5,
3413
+ merge: () => merge4,
3626
3414
  mergeArrayExclude: () => mergeArrayExclude,
3627
3415
  mergeIfExisted: () => mergeIfExisted,
3628
3416
  objectToString: () => objectToString,
@@ -3633,7 +3421,7 @@ var require_object = __commonJS({
3633
3421
  stringToObject: () => stringToObject
3634
3422
  });
3635
3423
  module2.exports = __toCommonJS2(object_exports);
3636
- var import_globals = require_cjs3();
3424
+ var import_globals = require_globals();
3637
3425
  var import_types = require_types();
3638
3426
  var import_array = require_array();
3639
3427
  var import_string = require_string();
@@ -3652,7 +3440,7 @@ var require_object = __commonJS({
3652
3440
  obj[e] = exec3(extention[e], element);
3653
3441
  }
3654
3442
  };
3655
- var merge5 = (element, obj, excludeFrom = []) => {
3443
+ var merge4 = (element, obj, excludeFrom = []) => {
3656
3444
  for (const e in obj) {
3657
3445
  const hasOwnProperty = Object.prototype.hasOwnProperty.call(obj, e);
3658
3446
  if (!hasOwnProperty || excludeFrom.includes(e) || e.startsWith("__"))
@@ -4098,42 +3886,6 @@ var require_log = __commonJS({
4098
3886
  }
4099
3887
  });
4100
3888
 
4101
- // ../../node_modules/@domql/utils/dist/cjs/globals.js
4102
- var require_globals = __commonJS({
4103
- "../../node_modules/@domql/utils/dist/cjs/globals.js"(exports, module2) {
4104
- "use strict";
4105
- var __defProp2 = Object.defineProperty;
4106
- var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
4107
- var __getOwnPropNames2 = Object.getOwnPropertyNames;
4108
- var __hasOwnProp2 = Object.prototype.hasOwnProperty;
4109
- var __export2 = (target, all) => {
4110
- for (var name in all)
4111
- __defProp2(target, name, { get: all[name], enumerable: true });
4112
- };
4113
- var __copyProps2 = (to, from2, except, desc) => {
4114
- if (from2 && typeof from2 === "object" || typeof from2 === "function") {
4115
- for (let key of __getOwnPropNames2(from2))
4116
- if (!__hasOwnProp2.call(to, key) && key !== except)
4117
- __defProp2(to, key, { get: () => from2[key], enumerable: !(desc = __getOwnPropDesc2(from2, key)) || desc.enumerable });
4118
- }
4119
- return to;
4120
- };
4121
- var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
4122
- var globals_exports = {};
4123
- __export2(globals_exports, {
4124
- document: () => document2,
4125
- global: () => global,
4126
- self: () => self,
4127
- window: () => window2
4128
- });
4129
- module2.exports = __toCommonJS2(globals_exports);
4130
- var global = globalThis;
4131
- var self = globalThis;
4132
- var window2 = globalThis;
4133
- var document2 = window2.document;
4134
- }
4135
- });
4136
-
4137
3889
  // ../../node_modules/@domql/utils/dist/cjs/cookie.js
4138
3890
  var require_cookie = __commonJS({
4139
3891
  "../../node_modules/@domql/utils/dist/cjs/cookie.js"(exports, module2) {
@@ -4190,43 +3942,9 @@ var require_cookie = __commonJS({
4190
3942
  }
4191
3943
  });
4192
3944
 
4193
- // ../../node_modules/@domql/utils/dist/cjs/index.js
4194
- var require_cjs4 = __commonJS({
4195
- "../../node_modules/@domql/utils/dist/cjs/index.js"(exports, module2) {
4196
- "use strict";
4197
- var __defProp2 = Object.defineProperty;
4198
- var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
4199
- var __getOwnPropNames2 = Object.getOwnPropertyNames;
4200
- var __hasOwnProp2 = Object.prototype.hasOwnProperty;
4201
- var __copyProps2 = (to, from2, except, desc) => {
4202
- if (from2 && typeof from2 === "object" || typeof from2 === "function") {
4203
- for (let key of __getOwnPropNames2(from2))
4204
- if (!__hasOwnProp2.call(to, key) && key !== except)
4205
- __defProp2(to, key, { get: () => from2[key], enumerable: !(desc = __getOwnPropDesc2(from2, key)) || desc.enumerable });
4206
- }
4207
- return to;
4208
- };
4209
- var __reExport = (target, mod, secondTarget) => (__copyProps2(target, mod, "default"), secondTarget && __copyProps2(secondTarget, mod, "default"));
4210
- var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
4211
- var utils_exports = {};
4212
- module2.exports = __toCommonJS2(utils_exports);
4213
- __reExport(utils_exports, require_key(), module2.exports);
4214
- __reExport(utils_exports, require_env(), module2.exports);
4215
- __reExport(utils_exports, require_types(), module2.exports);
4216
- __reExport(utils_exports, require_object(), module2.exports);
4217
- __reExport(utils_exports, require_function(), module2.exports);
4218
- __reExport(utils_exports, require_array(), module2.exports);
4219
- __reExport(utils_exports, require_node(), module2.exports);
4220
- __reExport(utils_exports, require_log(), module2.exports);
4221
- __reExport(utils_exports, require_string(), module2.exports);
4222
- __reExport(utils_exports, require_globals(), module2.exports);
4223
- __reExport(utils_exports, require_cookie(), module2.exports);
4224
- }
4225
- });
4226
-
4227
- // ../../node_modules/@domql/state/dist/cjs/ignore.js
4228
- var require_ignore = __commonJS({
4229
- "../../node_modules/@domql/state/dist/cjs/ignore.js"(exports, module2) {
3945
+ // ../../node_modules/@domql/utils/dist/cjs/tags.js
3946
+ var require_tags = __commonJS({
3947
+ "../../node_modules/@domql/utils/dist/cjs/tags.js"(exports, module2) {
4230
3948
  "use strict";
4231
3949
  var __defProp2 = Object.defineProperty;
4232
3950
  var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
@@ -4245,45 +3963,245 @@ var require_ignore = __commonJS({
4245
3963
  return to;
4246
3964
  };
4247
3965
  var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
4248
- var ignore_exports = {};
4249
- __export2(ignore_exports, {
4250
- IGNORE_STATE_PARAMS: () => IGNORE_STATE_PARAMS
3966
+ var tags_exports = {};
3967
+ __export2(tags_exports, {
3968
+ HTML_TAGS: () => HTML_TAGS,
3969
+ isValidHtmlTag: () => isValidHtmlTag
4251
3970
  });
4252
- module2.exports = __toCommonJS2(ignore_exports);
4253
- var IGNORE_STATE_PARAMS = [
4254
- "update",
4255
- "parse",
4256
- "clean",
4257
- "create",
4258
- "destroy",
4259
- "add",
4260
- "toggle",
4261
- "remove",
4262
- "apply",
4263
- "set",
4264
- "rootUpdate",
4265
- "parentUpdate",
4266
- "parent",
4267
- "__element",
4268
- "__depends",
4269
- "__ref",
4270
- "__children",
4271
- "__root"
4272
- ];
4273
- }
4274
- });
4275
-
4276
- // ../../node_modules/@domql/event/dist/cjs/on.js
4277
- var require_on = __commonJS({
4278
- "../../node_modules/@domql/event/dist/cjs/on.js"(exports, module2) {
4279
- "use strict";
4280
- var __defProp2 = Object.defineProperty;
4281
- var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
4282
- var __getOwnPropNames2 = Object.getOwnPropertyNames;
4283
- var __hasOwnProp2 = Object.prototype.hasOwnProperty;
4284
- var __export2 = (target, all) => {
4285
- for (var name in all)
4286
- __defProp2(target, name, { get: all[name], enumerable: true });
3971
+ module2.exports = __toCommonJS2(tags_exports);
3972
+ var HTML_TAGS = {
3973
+ root: [
3974
+ "body",
3975
+ "html"
3976
+ ],
3977
+ head: [
3978
+ "title",
3979
+ "base",
3980
+ "meta",
3981
+ "style"
3982
+ ],
3983
+ body: [
3984
+ "string",
3985
+ "fragment",
3986
+ "a",
3987
+ "abbr",
3988
+ "acronym",
3989
+ "address",
3990
+ "applet",
3991
+ "area",
3992
+ "article",
3993
+ "aside",
3994
+ "audio",
3995
+ "b",
3996
+ "basefont",
3997
+ "bdi",
3998
+ "bdo",
3999
+ "big",
4000
+ "blockquote",
4001
+ "br",
4002
+ "button",
4003
+ "canvas",
4004
+ "caption",
4005
+ "center",
4006
+ "cite",
4007
+ "code",
4008
+ "col",
4009
+ "colgroup",
4010
+ "data",
4011
+ "datalist",
4012
+ "dd",
4013
+ "del",
4014
+ "details",
4015
+ "dfn",
4016
+ "dialog",
4017
+ "dir",
4018
+ "div",
4019
+ "dl",
4020
+ "dt",
4021
+ "em",
4022
+ "embed",
4023
+ "fieldset",
4024
+ "figcaption",
4025
+ "figure",
4026
+ "font",
4027
+ "footer",
4028
+ "form",
4029
+ "frame",
4030
+ "frameset",
4031
+ "h1",
4032
+ "h2",
4033
+ "h3",
4034
+ "h4",
4035
+ "h5",
4036
+ "h6",
4037
+ "head",
4038
+ "header",
4039
+ "hr",
4040
+ "i",
4041
+ "iframe",
4042
+ "img",
4043
+ "input",
4044
+ "ins",
4045
+ "kbd",
4046
+ "label",
4047
+ "legend",
4048
+ "li",
4049
+ "link",
4050
+ "main",
4051
+ "map",
4052
+ "mark",
4053
+ "meter",
4054
+ "nav",
4055
+ "noframes",
4056
+ "noscript",
4057
+ "object",
4058
+ "ol",
4059
+ "optgroup",
4060
+ "option",
4061
+ "output",
4062
+ "p",
4063
+ "param",
4064
+ "picture",
4065
+ "pre",
4066
+ "progress",
4067
+ "q",
4068
+ "rp",
4069
+ "rt",
4070
+ "ruby",
4071
+ "s",
4072
+ "samp",
4073
+ "script",
4074
+ "section",
4075
+ "select",
4076
+ "small",
4077
+ "source",
4078
+ "span",
4079
+ "strike",
4080
+ "strong",
4081
+ "sub",
4082
+ "summary",
4083
+ "sup",
4084
+ "table",
4085
+ "tbody",
4086
+ "td",
4087
+ "template",
4088
+ "textarea",
4089
+ "tfoot",
4090
+ "th",
4091
+ "thead",
4092
+ "time",
4093
+ "tr",
4094
+ "track",
4095
+ "tt",
4096
+ "u",
4097
+ "ul",
4098
+ "var",
4099
+ "video",
4100
+ "wbr",
4101
+ // SVG
4102
+ "svg",
4103
+ "path"
4104
+ ]
4105
+ };
4106
+ var isValidHtmlTag = (arg) => HTML_TAGS.body.includes(arg);
4107
+ }
4108
+ });
4109
+
4110
+ // ../../node_modules/@domql/utils/dist/cjs/index.js
4111
+ var require_cjs2 = __commonJS({
4112
+ "../../node_modules/@domql/utils/dist/cjs/index.js"(exports, module2) {
4113
+ "use strict";
4114
+ var __defProp2 = Object.defineProperty;
4115
+ var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
4116
+ var __getOwnPropNames2 = Object.getOwnPropertyNames;
4117
+ var __hasOwnProp2 = Object.prototype.hasOwnProperty;
4118
+ var __copyProps2 = (to, from2, except, desc) => {
4119
+ if (from2 && typeof from2 === "object" || typeof from2 === "function") {
4120
+ for (let key of __getOwnPropNames2(from2))
4121
+ if (!__hasOwnProp2.call(to, key) && key !== except)
4122
+ __defProp2(to, key, { get: () => from2[key], enumerable: !(desc = __getOwnPropDesc2(from2, key)) || desc.enumerable });
4123
+ }
4124
+ return to;
4125
+ };
4126
+ var __reExport = (target, mod, secondTarget) => (__copyProps2(target, mod, "default"), secondTarget && __copyProps2(secondTarget, mod, "default"));
4127
+ var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
4128
+ var utils_exports = {};
4129
+ module2.exports = __toCommonJS2(utils_exports);
4130
+ __reExport(utils_exports, require_key(), module2.exports);
4131
+ __reExport(utils_exports, require_env(), module2.exports);
4132
+ __reExport(utils_exports, require_types(), module2.exports);
4133
+ __reExport(utils_exports, require_object(), module2.exports);
4134
+ __reExport(utils_exports, require_function(), module2.exports);
4135
+ __reExport(utils_exports, require_array(), module2.exports);
4136
+ __reExport(utils_exports, require_node(), module2.exports);
4137
+ __reExport(utils_exports, require_log(), module2.exports);
4138
+ __reExport(utils_exports, require_string(), module2.exports);
4139
+ __reExport(utils_exports, require_globals(), module2.exports);
4140
+ __reExport(utils_exports, require_cookie(), module2.exports);
4141
+ __reExport(utils_exports, require_tags(), module2.exports);
4142
+ }
4143
+ });
4144
+
4145
+ // ../../node_modules/@domql/state/dist/cjs/ignore.js
4146
+ var require_ignore = __commonJS({
4147
+ "../../node_modules/@domql/state/dist/cjs/ignore.js"(exports, module2) {
4148
+ "use strict";
4149
+ var __defProp2 = Object.defineProperty;
4150
+ var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
4151
+ var __getOwnPropNames2 = Object.getOwnPropertyNames;
4152
+ var __hasOwnProp2 = Object.prototype.hasOwnProperty;
4153
+ var __export2 = (target, all) => {
4154
+ for (var name in all)
4155
+ __defProp2(target, name, { get: all[name], enumerable: true });
4156
+ };
4157
+ var __copyProps2 = (to, from2, except, desc) => {
4158
+ if (from2 && typeof from2 === "object" || typeof from2 === "function") {
4159
+ for (let key of __getOwnPropNames2(from2))
4160
+ if (!__hasOwnProp2.call(to, key) && key !== except)
4161
+ __defProp2(to, key, { get: () => from2[key], enumerable: !(desc = __getOwnPropDesc2(from2, key)) || desc.enumerable });
4162
+ }
4163
+ return to;
4164
+ };
4165
+ var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
4166
+ var ignore_exports = {};
4167
+ __export2(ignore_exports, {
4168
+ IGNORE_STATE_PARAMS: () => IGNORE_STATE_PARAMS
4169
+ });
4170
+ module2.exports = __toCommonJS2(ignore_exports);
4171
+ var IGNORE_STATE_PARAMS = [
4172
+ "update",
4173
+ "parse",
4174
+ "clean",
4175
+ "create",
4176
+ "destroy",
4177
+ "add",
4178
+ "toggle",
4179
+ "remove",
4180
+ "apply",
4181
+ "set",
4182
+ "rootUpdate",
4183
+ "parentUpdate",
4184
+ "parent",
4185
+ "__element",
4186
+ "__depends",
4187
+ "__ref",
4188
+ "__children",
4189
+ "__root"
4190
+ ];
4191
+ }
4192
+ });
4193
+
4194
+ // ../../node_modules/@domql/event/dist/cjs/on.js
4195
+ var require_on = __commonJS({
4196
+ "../../node_modules/@domql/event/dist/cjs/on.js"(exports, module2) {
4197
+ "use strict";
4198
+ var __defProp2 = Object.defineProperty;
4199
+ var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
4200
+ var __getOwnPropNames2 = Object.getOwnPropertyNames;
4201
+ var __hasOwnProp2 = Object.prototype.hasOwnProperty;
4202
+ var __export2 = (target, all) => {
4203
+ for (var name in all)
4204
+ __defProp2(target, name, { get: all[name], enumerable: true });
4287
4205
  };
4288
4206
  var __copyProps2 = (to, from2, except, desc) => {
4289
4207
  if (from2 && typeof from2 === "object" || typeof from2 === "function") {
@@ -4303,12 +4221,12 @@ var require_on = __commonJS({
4303
4221
  triggerEventOnUpdate: () => triggerEventOnUpdate
4304
4222
  });
4305
4223
  module2.exports = __toCommonJS2(on_exports);
4306
- var import_utils15 = require_cjs4();
4224
+ var import_utils14 = require_cjs2();
4307
4225
  var applyEvent = (param, element, state, context, options) => {
4308
4226
  return param(element, state || element.state, context || element.context, options);
4309
4227
  };
4310
4228
  var triggerEventOn = (param, element, options) => {
4311
- if (element.on && (0, import_utils15.isFunction)(element.on[param])) {
4229
+ if (element.on && (0, import_utils14.isFunction)(element.on[param])) {
4312
4230
  const { state, context } = element;
4313
4231
  return applyEvent(element.on[param], element, state, context, options);
4314
4232
  }
@@ -4317,7 +4235,7 @@ var require_on = __commonJS({
4317
4235
  return param(updatedObj, element, state || element.state, context || element.context, options);
4318
4236
  };
4319
4237
  var triggerEventOnUpdate = (param, updatedObj, element, options) => {
4320
- if (element.on && (0, import_utils15.isFunction)(element.on[param])) {
4238
+ if (element.on && (0, import_utils14.isFunction)(element.on[param])) {
4321
4239
  const { state, context } = element;
4322
4240
  return applyEventUpdate(element.on[param], updatedObj, element, state, context, options);
4323
4241
  }
@@ -4328,7 +4246,7 @@ var require_on = __commonJS({
4328
4246
  if (param === "init" || param === "beforeClassAssign" || param === "render" || param === "renderRouter" || param === "attachNode" || param === "stateInit" || param === "stateCreated" || param === "initStateUpdated" || param === "stateUpdated" || param === "initUpdate" || param === "update")
4329
4247
  continue;
4330
4248
  const appliedFunction = element.on[param];
4331
- if ((0, import_utils15.isFunction)(appliedFunction)) {
4249
+ if ((0, import_utils14.isFunction)(appliedFunction)) {
4332
4250
  const { state, context } = element;
4333
4251
  node2.addEventListener(param, (event) => appliedFunction(event, element, state, context));
4334
4252
  }
@@ -4338,7 +4256,7 @@ var require_on = __commonJS({
4338
4256
  });
4339
4257
 
4340
4258
  // ../../node_modules/@domql/report/dist/cjs/index.js
4341
- var require_cjs5 = __commonJS({
4259
+ var require_cjs3 = __commonJS({
4342
4260
  "../../node_modules/@domql/report/dist/cjs/index.js"(exports, module2) {
4343
4261
  "use strict";
4344
4262
  var __defProp2 = Object.defineProperty;
@@ -4460,17 +4378,17 @@ var require_can = __commonJS({
4460
4378
  canRender: () => canRender
4461
4379
  });
4462
4380
  module2.exports = __toCommonJS2(can_exports);
4463
- var import_report = require_cjs5();
4464
- var import_utils15 = require_cjs4();
4381
+ var import_report = require_cjs3();
4382
+ var import_utils14 = require_cjs2();
4465
4383
  var canRender = (element) => {
4466
4384
  const tag = element.tag || "div";
4467
- return (0, import_utils15.isValidHtmlTag)(tag) || (0, import_report.report)("HTMLInvalidTag");
4385
+ return (0, import_utils14.isValidHtmlTag)(tag) || (0, import_report.report)("HTMLInvalidTag");
4468
4386
  };
4469
4387
  }
4470
4388
  });
4471
4389
 
4472
4390
  // ../../node_modules/@domql/event/dist/cjs/index.js
4473
- var require_cjs6 = __commonJS({
4391
+ var require_cjs4 = __commonJS({
4474
4392
  "../../node_modules/@domql/event/dist/cjs/index.js"(exports, module2) {
4475
4393
  "use strict";
4476
4394
  var __defProp2 = Object.defineProperty;
@@ -4529,11 +4447,11 @@ var require_methods = __commonJS({
4529
4447
  toggle: () => toggle
4530
4448
  });
4531
4449
  module2.exports = __toCommonJS2(methods_exports);
4532
- var import_utils15 = require_cjs4();
4450
+ var import_utils14 = require_cjs2();
4533
4451
  var import_ignore = require_ignore();
4534
4452
  var parse2 = function() {
4535
4453
  const state = this;
4536
- if ((0, import_utils15.isObject)(state)) {
4454
+ if ((0, import_utils14.isObject)(state)) {
4537
4455
  const obj = {};
4538
4456
  for (const param in state) {
4539
4457
  if (!import_ignore.IGNORE_STATE_PARAMS.includes(param)) {
@@ -4541,7 +4459,7 @@ var require_methods = __commonJS({
4541
4459
  }
4542
4460
  }
4543
4461
  return obj;
4544
- } else if ((0, import_utils15.isArray)(state)) {
4462
+ } else if ((0, import_utils14.isArray)(state)) {
4545
4463
  return state.filter((item) => !import_ignore.IGNORE_STATE_PARAMS.includes(item));
4546
4464
  }
4547
4465
  };
@@ -4561,7 +4479,7 @@ var require_methods = __commonJS({
4561
4479
  const state = this;
4562
4480
  const element = state.__element;
4563
4481
  const stateKey = element.__ref.__state;
4564
- if ((0, import_utils15.isString)(stateKey)) {
4482
+ if ((0, import_utils14.isString)(stateKey)) {
4565
4483
  element.parent.state.remove(stateKey, { isHoisted: true, ...options });
4566
4484
  return element.state;
4567
4485
  }
@@ -4596,10 +4514,10 @@ var require_methods = __commonJS({
4596
4514
  };
4597
4515
  var add = function(value, options = {}) {
4598
4516
  const state = this;
4599
- if ((0, import_utils15.isArray)(state)) {
4517
+ if ((0, import_utils14.isArray)(state)) {
4600
4518
  state.push(value);
4601
4519
  state.update(state.parse(), { overwrite: "replace", ...options });
4602
- } else if ((0, import_utils15.isObject)(state)) {
4520
+ } else if ((0, import_utils14.isObject)(state)) {
4603
4521
  const key = Object.keys(state).length;
4604
4522
  state.update({ [key]: value }, options);
4605
4523
  }
@@ -4610,10 +4528,10 @@ var require_methods = __commonJS({
4610
4528
  };
4611
4529
  var remove = function(key, options = {}) {
4612
4530
  const state = this;
4613
- if ((0, import_utils15.isArray)(state))
4614
- (0, import_utils15.removeFromArray)(state, key);
4615
- if ((0, import_utils15.isObject)(state))
4616
- (0, import_utils15.removeFromObject)(state, key);
4531
+ if ((0, import_utils14.isArray)(state))
4532
+ (0, import_utils14.removeFromArray)(state, key);
4533
+ if ((0, import_utils14.isObject)(state))
4534
+ (0, import_utils14.removeFromObject)(state, key);
4617
4535
  return state.update(state.parse(), { replace: true, ...options });
4618
4536
  };
4619
4537
  var set2 = function(value, options = {}) {
@@ -4622,7 +4540,7 @@ var require_methods = __commonJS({
4622
4540
  };
4623
4541
  var apply = function(func, options = {}) {
4624
4542
  const state = this;
4625
- if ((0, import_utils15.isFunction)(func)) {
4543
+ if ((0, import_utils14.isFunction)(func)) {
4626
4544
  func(state);
4627
4545
  return state.update(state, { replace: true, ...options });
4628
4546
  }
@@ -4662,7 +4580,7 @@ var require_inherit = __commonJS({
4662
4580
  isState: () => isState3
4663
4581
  });
4664
4582
  module2.exports = __toCommonJS2(inherit_exports);
4665
- var import_utils15 = require_cjs4();
4583
+ var import_utils14 = require_cjs2();
4666
4584
  var import_ignore = require_ignore();
4667
4585
  var getParentStateInKey = (stateKey, parentState) => {
4668
4586
  if (!stateKey.includes("../"))
@@ -4716,9 +4634,9 @@ var require_inherit = __commonJS({
4716
4634
  const inheritedState = findInheritedState(element, parent);
4717
4635
  if (!inheritedState)
4718
4636
  return element.state;
4719
- if ((0, import_utils15.is)(inheritedState)("object", "array")) {
4720
- return (0, import_utils15.deepClone)(inheritedState, import_ignore.IGNORE_STATE_PARAMS);
4721
- } else if ((0, import_utils15.is)(inheritedState)("string", "number")) {
4637
+ if ((0, import_utils14.is)(inheritedState)("object", "array")) {
4638
+ return (0, import_utils14.deepClone)(inheritedState, import_ignore.IGNORE_STATE_PARAMS);
4639
+ } else if ((0, import_utils14.is)(inheritedState)("string", "number")) {
4722
4640
  ref.__stateType = "string";
4723
4641
  return { value: inheritedState };
4724
4642
  }
@@ -4727,12 +4645,12 @@ var require_inherit = __commonJS({
4727
4645
  var checkIfInherits = (element) => {
4728
4646
  const ref = element.__ref;
4729
4647
  const stateKey = ref.__state;
4730
- if (!stateKey || (0, import_utils15.isNot)(stateKey)("number", "string"))
4648
+ if (!stateKey || (0, import_utils14.isNot)(stateKey)("number", "string"))
4731
4649
  return false;
4732
4650
  return true;
4733
4651
  };
4734
4652
  var isState3 = function(state) {
4735
- if (!(0, import_utils15.isObjectLike)(state))
4653
+ if (!(0, import_utils14.isObjectLike)(state))
4736
4654
  return false;
4737
4655
  return state.update && state.parse && state.clean && state.create && state.parent && state.destroy && state.rootUpdate && state.parentUpdate && state.toggle && state.add && state.apply && state.__element && state.__children;
4738
4656
  };
@@ -4778,10 +4696,10 @@ var require_updateState = __commonJS({
4778
4696
  updateState: () => updateState
4779
4697
  });
4780
4698
  module2.exports = __toCommonJS2(updateState_exports);
4781
- var import_report = require_cjs5();
4782
- var import_event = require_cjs6();
4699
+ var import_report = require_cjs3();
4700
+ var import_event = require_cjs4();
4783
4701
  var import_ignore = require_ignore();
4784
- var import_utils15 = require_cjs4();
4702
+ var import_utils14 = require_cjs2();
4785
4703
  var import_inherit = require_inherit();
4786
4704
  var STATE_UPDATE_OPTIONS = {
4787
4705
  overwrite: true,
@@ -4795,7 +4713,7 @@ var require_updateState = __commonJS({
4795
4713
  const state = this;
4796
4714
  const element = state.__element;
4797
4715
  if (!options.updateByState)
4798
- (0, import_utils15.merge)(options, STATE_UPDATE_OPTIONS);
4716
+ (0, import_utils14.merge)(options, STATE_UPDATE_OPTIONS);
4799
4717
  if (!state.__element)
4800
4718
  (0, import_report.report)("ElementOnStateIsNotDefined");
4801
4719
  if (options.preventInheritAtCurrentState === true) {
@@ -4825,10 +4743,10 @@ var require_updateState = __commonJS({
4825
4743
  const shallow = overwrite === "shallow";
4826
4744
  const merge22 = overwrite === "merge";
4827
4745
  if (merge22) {
4828
- (0, import_utils15.deepMerge)(state, obj, import_ignore.IGNORE_STATE_PARAMS);
4746
+ (0, import_utils14.deepMerge)(state, obj, import_ignore.IGNORE_STATE_PARAMS);
4829
4747
  return;
4830
4748
  }
4831
- const overwriteFunc = shallow ? import_utils15.overwriteShallow : import_utils15.overwriteDeep;
4749
+ const overwriteFunc = shallow ? import_utils14.overwriteShallow : import_utils14.overwriteDeep;
4832
4750
  overwriteFunc(state, obj, import_ignore.IGNORE_STATE_PARAMS);
4833
4751
  };
4834
4752
  var hoistStateUpdate = (state, obj, options) => {
@@ -4917,8 +4835,8 @@ var require_createState = __commonJS({
4917
4835
  createState: () => createState
4918
4836
  });
4919
4837
  module2.exports = __toCommonJS2(createState_exports);
4920
- var import_event = require_cjs6();
4921
- var import_utils15 = require_cjs4();
4838
+ var import_event = require_cjs4();
4839
+ var import_utils14 = require_cjs2();
4922
4840
  var import_ignore = require_ignore();
4923
4841
  var import_methods = require_methods();
4924
4842
  var import_updateState = require_updateState();
@@ -4929,7 +4847,7 @@ var require_createState = __commonJS({
4929
4847
  if (objectizeState === false)
4930
4848
  return parent.state || {};
4931
4849
  else
4932
- element.state = (0, import_utils15.deepClone)(objectizeState, import_ignore.IGNORE_STATE_PARAMS);
4850
+ element.state = (0, import_utils14.deepClone)(objectizeState, import_ignore.IGNORE_STATE_PARAMS);
4933
4851
  const whatInitReturns = (0, import_event.triggerEventOn)("stateInit", element, options);
4934
4852
  if (whatInitReturns === false)
4935
4853
  return element.state;
@@ -4956,18 +4874,18 @@ var require_createState = __commonJS({
4956
4874
  const { __ref: ref } = state;
4957
4875
  if (!ref)
4958
4876
  return;
4959
- const dependentState = (0, import_utils15.deepClone)(ref, import_ignore.IGNORE_STATE_PARAMS);
4877
+ const dependentState = (0, import_utils14.deepClone)(ref, import_ignore.IGNORE_STATE_PARAMS);
4960
4878
  const newDepends = { [element.key]: dependentState };
4961
- ref.__depends = (0, import_utils15.isObject)(ref.__depends) ? { ...ref.__depends, ...newDepends } : newDepends;
4879
+ ref.__depends = (0, import_utils14.isObject)(ref.__depends) ? { ...ref.__depends, ...newDepends } : newDepends;
4962
4880
  return dependentState;
4963
4881
  };
4964
4882
  var checkForTypes = (element) => {
4965
4883
  const { state, __ref: ref } = element;
4966
- if ((0, import_utils15.isFunction)(state)) {
4884
+ if ((0, import_utils14.isFunction)(state)) {
4967
4885
  ref.__state = state;
4968
- return (0, import_utils15.exec)(state, element);
4886
+ return (0, import_utils14.exec)(state, element);
4969
4887
  }
4970
- if ((0, import_utils15.is)(state)("string", "number")) {
4888
+ if ((0, import_utils14.is)(state)("string", "number")) {
4971
4889
  ref.__state = state;
4972
4890
  return {};
4973
4891
  }
@@ -5015,7 +4933,7 @@ var require_createState = __commonJS({
5015
4933
  __children: {},
5016
4934
  __root: ref.__root ? ref.__root.state : state
5017
4935
  };
5018
- if ((0, import_utils15.isArray)(state)) {
4936
+ if ((0, import_utils14.isArray)(state)) {
5019
4937
  addProtoToArray(state, proto);
5020
4938
  } else {
5021
4939
  Object.setPrototypeOf(state, proto);
@@ -5027,7 +4945,7 @@ var require_createState = __commonJS({
5027
4945
  });
5028
4946
 
5029
4947
  // ../../node_modules/@domql/state/dist/cjs/index.js
5030
- var require_cjs7 = __commonJS({
4948
+ var require_cjs5 = __commonJS({
5031
4949
  "../../node_modules/@domql/state/dist/cjs/index.js"(exports, module2) {
5032
4950
  "use strict";
5033
4951
  var __defProp2 = Object.defineProperty;
@@ -9234,7 +9152,7 @@ var require_headless_datepicker = __commonJS({
9234
9152
  });
9235
9153
 
9236
9154
  // ../../node_modules/@domql/router/dist/cjs/index.js
9237
- var require_cjs8 = __commonJS({
9155
+ var require_cjs6 = __commonJS({
9238
9156
  "../../node_modules/@domql/router/dist/cjs/index.js"(exports, module2) {
9239
9157
  "use strict";
9240
9158
  var __defProp2 = Object.defineProperty;
@@ -9263,8 +9181,8 @@ var require_cjs8 = __commonJS({
9263
9181
  router: () => router
9264
9182
  });
9265
9183
  module2.exports = __toCommonJS2(router_exports);
9266
- var import_globals = require_cjs3();
9267
- var getActiveRoute = (level = 0, route = import_globals.window.location.pathname) => {
9184
+ var import_utils14 = require_cjs2();
9185
+ var getActiveRoute = (level = 0, route = import_utils14.window.location.pathname) => {
9268
9186
  const routeArray = route.split("/");
9269
9187
  const activeRoute = routeArray[level + 1];
9270
9188
  if (activeRoute)
@@ -9278,7 +9196,7 @@ var require_cjs8 = __commonJS({
9278
9196
  initialRender: false,
9279
9197
  scrollToTop: true,
9280
9198
  scrollToNode: false,
9281
- scrollNode: import_globals.document && import_globals.document.documentElement,
9199
+ scrollNode: import_utils14.document && import_utils14.document.documentElement,
9282
9200
  scrollBody: false,
9283
9201
  useFragment: false,
9284
9202
  updateState: true,
@@ -9293,13 +9211,13 @@ var require_cjs8 = __commonJS({
9293
9211
  const route = getActiveRoute(options.level, pathname);
9294
9212
  const content = element.routes[route || "/"] || element.routes["/*"];
9295
9213
  const scrollNode = options.scrollToNode ? rootNode : options.scrollNode;
9296
- const hashChanged = hash2 && hash2 !== import_globals.window.location.hash.slice(1);
9214
+ const hashChanged = hash2 && hash2 !== import_utils14.window.location.hash.slice(1);
9297
9215
  const pathChanged = pathname !== lastPathname;
9298
9216
  lastPathname = pathname;
9299
9217
  if (!content)
9300
9218
  return;
9301
9219
  if (options.pushState) {
9302
- import_globals.window.history.pushState(state, null, pathname + (hash2 ? `#${hash2}` : ""));
9220
+ import_utils14.window.history.pushState(state, null, pathname + (hash2 ? `#${hash2}` : ""));
9303
9221
  }
9304
9222
  if (pathChanged || !hashChanged) {
9305
9223
  if (options.updateState) {
@@ -9325,7 +9243,7 @@ var require_cjs8 = __commonJS({
9325
9243
  });
9326
9244
  }
9327
9245
  if (hash2) {
9328
- const activeNode = import_globals.document.getElementById(hash2);
9246
+ const activeNode = import_utils14.document.getElementById(hash2);
9329
9247
  if (activeNode) {
9330
9248
  const top = activeNode.getBoundingClientRect().top + rootNode.scrollTop - options.scrollToOffset || 0;
9331
9249
  scrollNode.scrollTo({
@@ -9704,7 +9622,7 @@ var Form = {
9704
9622
  };
9705
9623
 
9706
9624
  // Atoms/Media.js
9707
- var import_utils = __toESM(require_cjs4());
9625
+ var import_utils = __toESM(require_cjs2());
9708
9626
 
9709
9627
  // Atoms/Theme.js
9710
9628
  var import_scratch5 = __toESM(require_cjs());
@@ -10316,8 +10234,8 @@ var Overflow = {
10316
10234
  };
10317
10235
 
10318
10236
  // Atoms/Collection.js
10319
- var import_state = __toESM(require_cjs7());
10320
- var import_utils2 = __toESM(require_cjs4());
10237
+ var import_state = __toESM(require_cjs5());
10238
+ var import_utils2 = __toESM(require_cjs2());
10321
10239
  var Collection = {
10322
10240
  define: {
10323
10241
  $setCollection: (param, el, state) => {
@@ -10484,7 +10402,7 @@ var Svg = {
10484
10402
  };
10485
10403
 
10486
10404
  // Atoms/Shape/index.js
10487
- var import_utils3 = __toESM(require_cjs4());
10405
+ var import_utils3 = __toESM(require_cjs2());
10488
10406
  var import_scratch7 = __toESM(require_cjs());
10489
10407
  var transformBorderRadius = (radius, props6, propertyName) => {
10490
10408
  if (!(0, import_utils3.isString)(radius))
@@ -10587,7 +10505,7 @@ var XYZ = {
10587
10505
 
10588
10506
  // Atoms/Animation.js
10589
10507
  var import_scratch9 = __toESM(require_cjs());
10590
- var import_utils5 = __toESM(require_cjs4());
10508
+ var import_utils5 = __toESM(require_cjs2());
10591
10509
 
10592
10510
  // ../../node_modules/@emotion/sheet/dist/emotion-sheet.browser.esm.js
10593
10511
  function sheetForTag(tag) {
@@ -11438,7 +11356,7 @@ var createCache = function createCache2(options) {
11438
11356
  return cache;
11439
11357
  };
11440
11358
 
11441
- // ../../packages/emotion/node_modules/@emotion/hash/dist/emotion-hash.esm.js
11359
+ // ../../node_modules/@emotion/hash/dist/emotion-hash.esm.js
11442
11360
  function murmur2(str) {
11443
11361
  var h = 0;
11444
11362
  var k, i = 0, len = str.length;
@@ -11468,7 +11386,7 @@ function murmur2(str) {
11468
11386
  return ((h ^ h >>> 15) >>> 0).toString(36);
11469
11387
  }
11470
11388
 
11471
- // ../../packages/emotion/node_modules/@emotion/unitless/dist/emotion-unitless.esm.js
11389
+ // ../../node_modules/@emotion/unitless/dist/emotion-unitless.esm.js
11472
11390
  var unitlessKeys = {
11473
11391
  animationIterationCount: 1,
11474
11392
  aspectRatio: 1,
@@ -11519,7 +11437,7 @@ var unitlessKeys = {
11519
11437
  strokeWidth: 1
11520
11438
  };
11521
11439
 
11522
- // ../../packages/emotion/node_modules/@emotion/serialize/dist/emotion-serialize.browser.esm.js
11440
+ // ../../node_modules/@emotion/serialize/dist/emotion-serialize.browser.esm.js
11523
11441
  var ILLEGAL_ESCAPE_SEQUENCE_ERROR = `You have illegal escape sequence in your template literal, most likely inside content's property value.
11524
11442
  Because you write your CSS inside a JavaScript string you actually have to do double escaping, so for example "content: '\\00d7';" should become "content: '\\\\00d7';".
11525
11443
  You can read more about this here:
@@ -11564,7 +11482,7 @@ if (true) {
11564
11482
  msPattern = /^-ms-/;
11565
11483
  hyphenPattern = /-(.)/g;
11566
11484
  hyphenatedCache = {};
11567
- processStyleValue = function processStyleValue5(key, value) {
11485
+ processStyleValue = function processStyleValue3(key, value) {
11568
11486
  if (key === "content") {
11569
11487
  if (typeof value !== "string" || contentValues.indexOf(value) === -1 && !contentValuePattern.test(value) && (value.charAt(0) !== value.charAt(value.length - 1) || value.charAt(0) !== '"' && value.charAt(0) !== "'")) {
11570
11488
  throw new Error("You seem to be using a value for 'content' without quotes, try replacing it with `content: '\"" + value + "\"'`");
@@ -11772,7 +11690,7 @@ var serializeStyles = function serializeStyles2(args, registered, mergedProps) {
11772
11690
  };
11773
11691
  };
11774
11692
 
11775
- // ../../packages/emotion/node_modules/@emotion/utils/dist/emotion-utils.browser.esm.js
11693
+ // ../../node_modules/@emotion/utils/dist/emotion-utils.browser.esm.js
11776
11694
  var isBrowser = true;
11777
11695
  function getRegisteredStyles(registered, registeredStyles, classNames) {
11778
11696
  var rawClassName = "";
@@ -11814,7 +11732,7 @@ var insertStyles = function insertStyles2(cache, serialized, isStringTag) {
11814
11732
  }
11815
11733
  };
11816
11734
 
11817
- // ../../packages/emotion/node_modules/@emotion/css/create-instance/dist/emotion-css-create-instance.esm.js
11735
+ // ../../node_modules/@emotion/css/create-instance/dist/emotion-css-create-instance.esm.js
11818
11736
  function insertWithoutScoping(cache, serialized) {
11819
11737
  if (cache.inserted[serialized.name] === void 0) {
11820
11738
  return cache.insert("", serialized, cache.sheet, true);
@@ -11983,7 +11901,7 @@ var Animation = {
11983
11901
  };
11984
11902
 
11985
11903
  // Box/index.js
11986
- var import_utils6 = __toESM(require_cjs4());
11904
+ var import_utils6 = __toESM(require_cjs2());
11987
11905
  var PropsCSS = {
11988
11906
  class: {
11989
11907
  style: ({ props: props6 }) => props6 && props6.style
@@ -13178,7 +13096,7 @@ var FileIcon = {
13178
13096
  };
13179
13097
 
13180
13098
  // Link/index.js
13181
- var import_router = __toESM(require_cjs8());
13099
+ var import_router = __toESM(require_cjs6());
13182
13100
  var Link = {
13183
13101
  extend: Focusable,
13184
13102
  tag: "a",
@@ -13209,6 +13127,7 @@ var RouterLink = {
13209
13127
  const { utils, routerOptions } = ctx;
13210
13128
  const { router } = utils;
13211
13129
  const root = el.__ref.__root;
13130
+ console.log(href);
13212
13131
  const linkIsExternal = href.includes("http://") || href.includes("https://") || href.includes("mailto:") || href.includes("tel:");
13213
13132
  const options = props6.routerOptions || routerOptions || {
13214
13133
  scrollToOptions: { behaviour: "instant" }
@@ -13225,7 +13144,7 @@ var RouteLink = {
13225
13144
  };
13226
13145
 
13227
13146
  // Input/index.js
13228
- var import_utils7 = __toESM(require_cjs4());
13147
+ var import_utils7 = __toESM(require_cjs2());
13229
13148
  var Input2 = {
13230
13149
  extend: [Focusable],
13231
13150
  tag: "input",
@@ -13276,7 +13195,7 @@ var import_scratch10 = __toESM(require_cjs());
13276
13195
  var import_scratch11 = __toESM(require_cjs());
13277
13196
 
13278
13197
  // Field/node_modules/@symbo.ls/atoms/Media.js
13279
- var import_utils8 = __toESM(require_cjs4());
13198
+ var import_utils8 = __toESM(require_cjs2());
13280
13199
 
13281
13200
  // Field/node_modules/@symbo.ls/atoms/Theme.js
13282
13201
  var import_scratch14 = __toESM(require_cjs());
@@ -13315,14 +13234,14 @@ var Focusable2 = {
13315
13234
  };
13316
13235
 
13317
13236
  // Field/node_modules/@symbo.ls/atoms/Collection.js
13318
- var import_state2 = __toESM(require_cjs7());
13319
- var import_utils9 = __toESM(require_cjs4());
13237
+ var import_state2 = __toESM(require_cjs5());
13238
+ var import_utils9 = __toESM(require_cjs2());
13320
13239
 
13321
13240
  // Field/node_modules/@symbo.ls/atoms/Position.js
13322
13241
  var import_scratch15 = __toESM(require_cjs());
13323
13242
 
13324
13243
  // Field/node_modules/@symbo.ls/atoms/Shape/index.js
13325
- var import_utils10 = __toESM(require_cjs4());
13244
+ var import_utils10 = __toESM(require_cjs2());
13326
13245
  var import_scratch16 = __toESM(require_cjs());
13327
13246
 
13328
13247
  // Field/node_modules/@symbo.ls/atoms/Text.js
@@ -13330,504 +13249,14 @@ var import_scratch17 = __toESM(require_cjs());
13330
13249
 
13331
13250
  // Field/node_modules/@symbo.ls/atoms/Animation.js
13332
13251
  var import_scratch18 = __toESM(require_cjs());
13333
- var import_utils12 = __toESM(require_cjs4());
13334
-
13335
- // Field/node_modules/@emotion/hash/dist/emotion-hash.esm.js
13336
- function murmur22(str) {
13337
- var h = 0;
13338
- var k, i = 0, len = str.length;
13339
- for (; len >= 4; ++i, len -= 4) {
13340
- k = str.charCodeAt(i) & 255 | (str.charCodeAt(++i) & 255) << 8 | (str.charCodeAt(++i) & 255) << 16 | (str.charCodeAt(++i) & 255) << 24;
13341
- k = /* Math.imul(k, m): */
13342
- (k & 65535) * 1540483477 + ((k >>> 16) * 59797 << 16);
13343
- k ^= /* k >>> r: */
13344
- k >>> 24;
13345
- h = /* Math.imul(k, m): */
13346
- (k & 65535) * 1540483477 + ((k >>> 16) * 59797 << 16) ^ /* Math.imul(h, m): */
13347
- (h & 65535) * 1540483477 + ((h >>> 16) * 59797 << 16);
13348
- }
13349
- switch (len) {
13350
- case 3:
13351
- h ^= (str.charCodeAt(i + 2) & 255) << 16;
13352
- case 2:
13353
- h ^= (str.charCodeAt(i + 1) & 255) << 8;
13354
- case 1:
13355
- h ^= str.charCodeAt(i) & 255;
13356
- h = /* Math.imul(h, m): */
13357
- (h & 65535) * 1540483477 + ((h >>> 16) * 59797 << 16);
13358
- }
13359
- h ^= h >>> 13;
13360
- h = /* Math.imul(h, m): */
13361
- (h & 65535) * 1540483477 + ((h >>> 16) * 59797 << 16);
13362
- return ((h ^ h >>> 15) >>> 0).toString(36);
13363
- }
13364
-
13365
- // Field/node_modules/@emotion/unitless/dist/emotion-unitless.esm.js
13366
- var unitlessKeys2 = {
13367
- animationIterationCount: 1,
13368
- aspectRatio: 1,
13369
- borderImageOutset: 1,
13370
- borderImageSlice: 1,
13371
- borderImageWidth: 1,
13372
- boxFlex: 1,
13373
- boxFlexGroup: 1,
13374
- boxOrdinalGroup: 1,
13375
- columnCount: 1,
13376
- columns: 1,
13377
- flex: 1,
13378
- flexGrow: 1,
13379
- flexPositive: 1,
13380
- flexShrink: 1,
13381
- flexNegative: 1,
13382
- flexOrder: 1,
13383
- gridRow: 1,
13384
- gridRowEnd: 1,
13385
- gridRowSpan: 1,
13386
- gridRowStart: 1,
13387
- gridColumn: 1,
13388
- gridColumnEnd: 1,
13389
- gridColumnSpan: 1,
13390
- gridColumnStart: 1,
13391
- msGridRow: 1,
13392
- msGridRowSpan: 1,
13393
- msGridColumn: 1,
13394
- msGridColumnSpan: 1,
13395
- fontWeight: 1,
13396
- lineHeight: 1,
13397
- opacity: 1,
13398
- order: 1,
13399
- orphans: 1,
13400
- tabSize: 1,
13401
- widows: 1,
13402
- zIndex: 1,
13403
- zoom: 1,
13404
- WebkitLineClamp: 1,
13405
- // SVG-related properties
13406
- fillOpacity: 1,
13407
- floodOpacity: 1,
13408
- stopOpacity: 1,
13409
- strokeDasharray: 1,
13410
- strokeDashoffset: 1,
13411
- strokeMiterlimit: 1,
13412
- strokeOpacity: 1,
13413
- strokeWidth: 1
13414
- };
13415
-
13416
- // Field/node_modules/@emotion/serialize/dist/emotion-serialize.browser.esm.js
13417
- var ILLEGAL_ESCAPE_SEQUENCE_ERROR2 = `You have illegal escape sequence in your template literal, most likely inside content's property value.
13418
- Because you write your CSS inside a JavaScript string you actually have to do double escaping, so for example "content: '\\00d7';" should become "content: '\\\\00d7';".
13419
- You can read more about this here:
13420
- https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals#ES2018_revision_of_illegal_escape_sequences`;
13421
- var UNDEFINED_AS_OBJECT_KEY_ERROR2 = "You have passed in falsy value as style object's key (can happen when in example you pass unexported component as computed key).";
13422
- var hyphenateRegex2 = /[A-Z]|^ms/g;
13423
- var animationRegex2 = /_EMO_([^_]+?)_([^]*?)_EMO_/g;
13424
- var isCustomProperty3 = function isCustomProperty4(property) {
13425
- return property.charCodeAt(1) === 45;
13426
- };
13427
- var isProcessableValue3 = function isProcessableValue4(value) {
13428
- return value != null && typeof value !== "boolean";
13429
- };
13430
- var processStyleName2 = /* @__PURE__ */ memoize(function(styleName) {
13431
- return isCustomProperty3(styleName) ? styleName : styleName.replace(hyphenateRegex2, "-$&").toLowerCase();
13432
- });
13433
- var processStyleValue3 = function processStyleValue4(key, value) {
13434
- switch (key) {
13435
- case "animation":
13436
- case "animationName": {
13437
- if (typeof value === "string") {
13438
- return value.replace(animationRegex2, function(match2, p1, p2) {
13439
- cursor2 = {
13440
- name: p1,
13441
- styles: p2,
13442
- next: cursor2
13443
- };
13444
- return p1;
13445
- });
13446
- }
13447
- }
13448
- }
13449
- if (unitlessKeys2[key] !== 1 && !isCustomProperty3(key) && typeof value === "number" && value !== 0) {
13450
- return value + "px";
13451
- }
13452
- return value;
13453
- };
13454
- if (true) {
13455
- contentValuePattern = /(var|attr|counters?|url|element|(((repeating-)?(linear|radial))|conic)-gradient)\(|(no-)?(open|close)-quote/;
13456
- contentValues = ["normal", "none", "initial", "inherit", "unset"];
13457
- oldProcessStyleValue = processStyleValue3;
13458
- msPattern = /^-ms-/;
13459
- hyphenPattern = /-(.)/g;
13460
- hyphenatedCache = {};
13461
- processStyleValue3 = function processStyleValue5(key, value) {
13462
- if (key === "content") {
13463
- if (typeof value !== "string" || contentValues.indexOf(value) === -1 && !contentValuePattern.test(value) && (value.charAt(0) !== value.charAt(value.length - 1) || value.charAt(0) !== '"' && value.charAt(0) !== "'")) {
13464
- throw new Error("You seem to be using a value for 'content' without quotes, try replacing it with `content: '\"" + value + "\"'`");
13465
- }
13466
- }
13467
- var processed = oldProcessStyleValue(key, value);
13468
- if (processed !== "" && !isCustomProperty3(key) && key.indexOf("-") !== -1 && hyphenatedCache[key] === void 0) {
13469
- hyphenatedCache[key] = true;
13470
- console.error("Using kebab-case for css properties in objects is not supported. Did you mean " + key.replace(msPattern, "ms-").replace(hyphenPattern, function(str, _char) {
13471
- return _char.toUpperCase();
13472
- }) + "?");
13473
- }
13474
- return processed;
13475
- };
13476
- }
13477
- var contentValuePattern;
13478
- var contentValues;
13479
- var oldProcessStyleValue;
13480
- var msPattern;
13481
- var hyphenPattern;
13482
- var hyphenatedCache;
13483
- var noComponentSelectorMessage2 = "Component selectors can only be used in conjunction with @emotion/babel-plugin, the swc Emotion plugin, or another Emotion-aware compiler transform.";
13484
- function handleInterpolation2(mergedProps, registered, interpolation) {
13485
- if (interpolation == null) {
13486
- return "";
13487
- }
13488
- if (interpolation.__emotion_styles !== void 0) {
13489
- if (interpolation.toString() === "NO_COMPONENT_SELECTOR") {
13490
- throw new Error(noComponentSelectorMessage2);
13491
- }
13492
- return interpolation;
13493
- }
13494
- switch (typeof interpolation) {
13495
- case "boolean": {
13496
- return "";
13497
- }
13498
- case "object": {
13499
- if (interpolation.anim === 1) {
13500
- cursor2 = {
13501
- name: interpolation.name,
13502
- styles: interpolation.styles,
13503
- next: cursor2
13504
- };
13505
- return interpolation.name;
13506
- }
13507
- if (interpolation.styles !== void 0) {
13508
- var next2 = interpolation.next;
13509
- if (next2 !== void 0) {
13510
- while (next2 !== void 0) {
13511
- cursor2 = {
13512
- name: next2.name,
13513
- styles: next2.styles,
13514
- next: cursor2
13515
- };
13516
- next2 = next2.next;
13517
- }
13518
- }
13519
- var styles = interpolation.styles + ";";
13520
- if (interpolation.map !== void 0) {
13521
- styles += interpolation.map;
13522
- }
13523
- return styles;
13524
- }
13525
- return createStringFromObject2(mergedProps, registered, interpolation);
13526
- }
13527
- case "function": {
13528
- if (mergedProps !== void 0) {
13529
- var previousCursor = cursor2;
13530
- var result = interpolation(mergedProps);
13531
- cursor2 = previousCursor;
13532
- return handleInterpolation2(mergedProps, registered, result);
13533
- } else if (true) {
13534
- console.error("Functions that are interpolated in css calls will be stringified.\nIf you want to have a css call based on props, create a function that returns a css call like this\nlet dynamicStyle = (props) => css`color: ${props.color}`\nIt can be called directly with props or interpolated in a styled call like this\nlet SomeComponent = styled('div')`${dynamicStyle}`");
13535
- }
13536
- break;
13537
- }
13538
- case "string":
13539
- if (true) {
13540
- var matched = [];
13541
- var replaced = interpolation.replace(animationRegex2, function(match2, p1, p2) {
13542
- var fakeVarName = "animation" + matched.length;
13543
- matched.push("const " + fakeVarName + " = keyframes`" + p2.replace(/^@keyframes animation-\w+/, "") + "`");
13544
- return "${" + fakeVarName + "}";
13545
- });
13546
- if (matched.length) {
13547
- console.error("`keyframes` output got interpolated into plain string, please wrap it with `css`.\n\nInstead of doing this:\n\n" + [].concat(matched, ["`" + replaced + "`"]).join("\n") + "\n\nYou should wrap it with `css` like this:\n\n" + ("css`" + replaced + "`"));
13548
- }
13549
- }
13550
- break;
13551
- }
13552
- if (registered == null) {
13553
- return interpolation;
13554
- }
13555
- var cached = registered[interpolation];
13556
- return cached !== void 0 ? cached : interpolation;
13557
- }
13558
- function createStringFromObject2(mergedProps, registered, obj) {
13559
- var string = "";
13560
- if (Array.isArray(obj)) {
13561
- for (var i = 0; i < obj.length; i++) {
13562
- string += handleInterpolation2(mergedProps, registered, obj[i]) + ";";
13563
- }
13564
- } else {
13565
- for (var _key in obj) {
13566
- var value = obj[_key];
13567
- if (typeof value !== "object") {
13568
- if (registered != null && registered[value] !== void 0) {
13569
- string += _key + "{" + registered[value] + "}";
13570
- } else if (isProcessableValue3(value)) {
13571
- string += processStyleName2(_key) + ":" + processStyleValue3(_key, value) + ";";
13572
- }
13573
- } else {
13574
- if (_key === "NO_COMPONENT_SELECTOR" && true) {
13575
- throw new Error(noComponentSelectorMessage2);
13576
- }
13577
- if (Array.isArray(value) && typeof value[0] === "string" && (registered == null || registered[value[0]] === void 0)) {
13578
- for (var _i = 0; _i < value.length; _i++) {
13579
- if (isProcessableValue3(value[_i])) {
13580
- string += processStyleName2(_key) + ":" + processStyleValue3(_key, value[_i]) + ";";
13581
- }
13582
- }
13583
- } else {
13584
- var interpolated = handleInterpolation2(mergedProps, registered, value);
13585
- switch (_key) {
13586
- case "animation":
13587
- case "animationName": {
13588
- string += processStyleName2(_key) + ":" + interpolated + ";";
13589
- break;
13590
- }
13591
- default: {
13592
- if (_key === "undefined") {
13593
- console.error(UNDEFINED_AS_OBJECT_KEY_ERROR2);
13594
- }
13595
- string += _key + "{" + interpolated + "}";
13596
- }
13597
- }
13598
- }
13599
- }
13600
- }
13601
- }
13602
- return string;
13603
- }
13604
- var labelPattern2 = /label:\s*([^\s;\n{]+)\s*(;|$)/g;
13605
- var sourceMapPattern2;
13606
- if (true) {
13607
- sourceMapPattern2 = /\/\*#\ssourceMappingURL=data:application\/json;\S+\s+\*\//g;
13608
- }
13609
- var cursor2;
13610
- var serializeStyles3 = function serializeStyles4(args, registered, mergedProps) {
13611
- if (args.length === 1 && typeof args[0] === "object" && args[0] !== null && args[0].styles !== void 0) {
13612
- return args[0];
13613
- }
13614
- var stringMode = true;
13615
- var styles = "";
13616
- cursor2 = void 0;
13617
- var strings = args[0];
13618
- if (strings == null || strings.raw === void 0) {
13619
- stringMode = false;
13620
- styles += handleInterpolation2(mergedProps, registered, strings);
13621
- } else {
13622
- if (strings[0] === void 0) {
13623
- console.error(ILLEGAL_ESCAPE_SEQUENCE_ERROR2);
13624
- }
13625
- styles += strings[0];
13626
- }
13627
- for (var i = 1; i < args.length; i++) {
13628
- styles += handleInterpolation2(mergedProps, registered, args[i]);
13629
- if (stringMode) {
13630
- if (strings[i] === void 0) {
13631
- console.error(ILLEGAL_ESCAPE_SEQUENCE_ERROR2);
13632
- }
13633
- styles += strings[i];
13634
- }
13635
- }
13636
- var sourceMap;
13637
- if (true) {
13638
- styles = styles.replace(sourceMapPattern2, function(match3) {
13639
- sourceMap = match3;
13640
- return "";
13641
- });
13642
- }
13643
- labelPattern2.lastIndex = 0;
13644
- var identifierName = "";
13645
- var match2;
13646
- while ((match2 = labelPattern2.exec(styles)) !== null) {
13647
- identifierName += "-" + // $FlowFixMe we know it's not null
13648
- match2[1];
13649
- }
13650
- var name = murmur22(styles) + identifierName;
13651
- if (true) {
13652
- return {
13653
- name,
13654
- styles,
13655
- map: sourceMap,
13656
- next: cursor2,
13657
- toString: function toString() {
13658
- return "You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop).";
13659
- }
13660
- };
13661
- }
13662
- return {
13663
- name,
13664
- styles,
13665
- next: cursor2
13666
- };
13667
- };
13668
-
13669
- // Field/node_modules/@emotion/utils/dist/emotion-utils.browser.esm.js
13670
- var isBrowser2 = true;
13671
- function getRegisteredStyles2(registered, registeredStyles, classNames) {
13672
- var rawClassName = "";
13673
- classNames.split(" ").forEach(function(className) {
13674
- if (registered[className] !== void 0) {
13675
- registeredStyles.push(registered[className] + ";");
13676
- } else {
13677
- rawClassName += className + " ";
13678
- }
13679
- });
13680
- return rawClassName;
13681
- }
13682
- var registerStyles3 = function registerStyles4(cache, serialized, isStringTag) {
13683
- var className = cache.key + "-" + serialized.name;
13684
- if (
13685
- // we only need to add the styles to the registered cache if the
13686
- // class name could be used further down
13687
- // the tree but if it's a string tag, we know it won't
13688
- // so we don't have to add it to registered cache.
13689
- // this improves memory usage since we can avoid storing the whole style string
13690
- (isStringTag === false || // we need to always store it if we're in compat mode and
13691
- // in node since emotion-server relies on whether a style is in
13692
- // the registered cache to know whether a style is global or not
13693
- // also, note that this check will be dead code eliminated in the browser
13694
- isBrowser2 === false) && cache.registered[className] === void 0
13695
- ) {
13696
- cache.registered[className] = serialized.styles;
13697
- }
13698
- };
13699
- var insertStyles3 = function insertStyles4(cache, serialized, isStringTag) {
13700
- registerStyles3(cache, serialized, isStringTag);
13701
- var className = cache.key + "-" + serialized.name;
13702
- if (cache.inserted[serialized.name] === void 0) {
13703
- var current = serialized;
13704
- do {
13705
- cache.insert(serialized === current ? "." + className : "", current, cache.sheet, true);
13706
- current = current.next;
13707
- } while (current !== void 0);
13708
- }
13709
- };
13710
-
13711
- // Field/node_modules/@symbo.ls/emotion/node_modules/@emotion/css/create-instance/dist/emotion-css-create-instance.esm.js
13712
- function insertWithoutScoping2(cache, serialized) {
13713
- if (cache.inserted[serialized.name] === void 0) {
13714
- return cache.insert("", serialized, cache.sheet, true);
13715
- }
13716
- }
13717
- function merge4(registered, css, className) {
13718
- var registeredStyles = [];
13719
- var rawClassName = getRegisteredStyles2(registered, registeredStyles, className);
13720
- if (registeredStyles.length < 2) {
13721
- return className;
13722
- }
13723
- return rawClassName + css(registeredStyles);
13724
- }
13725
- var createEmotion4 = function createEmotion5(options) {
13726
- var cache = createCache(options);
13727
- cache.sheet.speedy = function(value) {
13728
- if (this.ctr !== 0) {
13729
- throw new Error("speedy must be changed before any rules are inserted");
13730
- }
13731
- this.isSpeedy = value;
13732
- };
13733
- cache.compat = true;
13734
- var css = function css2() {
13735
- for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
13736
- args[_key] = arguments[_key];
13737
- }
13738
- var serialized = serializeStyles3(args, cache.registered, void 0);
13739
- insertStyles3(cache, serialized, false);
13740
- return cache.key + "-" + serialized.name;
13741
- };
13742
- var keyframes3 = function keyframes4() {
13743
- for (var _len2 = arguments.length, args = new Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {
13744
- args[_key2] = arguments[_key2];
13745
- }
13746
- var serialized = serializeStyles3(args, cache.registered);
13747
- var animation = "animation-" + serialized.name;
13748
- insertWithoutScoping2(cache, {
13749
- name: serialized.name,
13750
- styles: "@keyframes " + animation + "{" + serialized.styles + "}"
13751
- });
13752
- return animation;
13753
- };
13754
- var injectGlobal = function injectGlobal2() {
13755
- for (var _len3 = arguments.length, args = new Array(_len3), _key3 = 0; _key3 < _len3; _key3++) {
13756
- args[_key3] = arguments[_key3];
13757
- }
13758
- var serialized = serializeStyles3(args, cache.registered);
13759
- insertWithoutScoping2(cache, serialized);
13760
- };
13761
- var cx = function cx2() {
13762
- for (var _len4 = arguments.length, args = new Array(_len4), _key4 = 0; _key4 < _len4; _key4++) {
13763
- args[_key4] = arguments[_key4];
13764
- }
13765
- return merge4(cache.registered, css, classnames3(args));
13766
- };
13767
- return {
13768
- css,
13769
- cx,
13770
- injectGlobal,
13771
- keyframes: keyframes3,
13772
- hydrate: function hydrate(ids) {
13773
- ids.forEach(function(key) {
13774
- cache.inserted[key] = true;
13775
- });
13776
- },
13777
- flush: function flush() {
13778
- cache.registered = {};
13779
- cache.inserted = {};
13780
- cache.sheet.flush();
13781
- },
13782
- // $FlowFixMe
13783
- sheet: cache.sheet,
13784
- cache,
13785
- getRegisteredStyles: getRegisteredStyles2.bind(null, cache.registered),
13786
- merge: merge4.bind(null, cache.registered, css)
13787
- };
13788
- };
13789
- var classnames3 = function classnames4(args) {
13790
- var cls = "";
13791
- for (var i = 0; i < args.length; i++) {
13792
- var arg = args[i];
13793
- if (arg == null)
13794
- continue;
13795
- var toAdd = void 0;
13796
- switch (typeof arg) {
13797
- case "boolean":
13798
- break;
13799
- case "object": {
13800
- if (Array.isArray(arg)) {
13801
- toAdd = classnames4(arg);
13802
- } else {
13803
- toAdd = "";
13804
- for (var k in arg) {
13805
- if (arg[k] && k) {
13806
- toAdd && (toAdd += " ");
13807
- toAdd += k;
13808
- }
13809
- }
13810
- }
13811
- break;
13812
- }
13813
- default: {
13814
- toAdd = arg;
13815
- }
13816
- }
13817
- if (toAdd) {
13818
- cls && (cls += " ");
13819
- cls += toAdd;
13820
- }
13821
- }
13822
- return cls;
13823
- };
13252
+ var import_utils11 = __toESM(require_cjs2());
13824
13253
 
13825
13254
  // Field/node_modules/@symbo.ls/emotion/index.js
13826
- var createEmotion6 = (key = "smbls", container) => {
13255
+ var createEmotion4 = (key = "smbls", container) => {
13827
13256
  const cleanKey = key.replaceAll(/\./g, "-");
13828
- return createEmotion4({ key: cleanKey, container });
13257
+ return createEmotion({ key: cleanKey, container });
13829
13258
  };
13830
- var emotion2 = createEmotion6();
13259
+ var emotion2 = createEmotion4();
13831
13260
 
13832
13261
  // Field/node_modules/@symbo.ls/atoms/Animation.js
13833
13262
  var { keyframes: keyframes2 } = emotion2;
@@ -13888,7 +13317,7 @@ var Video = {
13888
13317
  };
13889
13318
 
13890
13319
  // Range/index.js
13891
- var import_utils13 = __toESM(require_cjs4());
13320
+ var import_utils12 = __toESM(require_cjs2());
13892
13321
  var import_scratch19 = __toESM(require_cjs());
13893
13322
  var props4 = {
13894
13323
  appearance: "none",
@@ -13956,7 +13385,7 @@ var Range = {
13956
13385
  };
13957
13386
  var listenProp = (el, prop, def) => {
13958
13387
  const val = el.props && el.props[prop];
13959
- const r = (0, import_utils13.isFunction)(val) ? val(el, el.state) : val !== void 0 ? val : def !== void 0 ? def : 50;
13388
+ const r = (0, import_utils12.isFunction)(val) ? val(el, el.state) : val !== void 0 ? val : def !== void 0 ? def : 50;
13960
13389
  return r + "";
13961
13390
  };
13962
13391
  var RangeWithButtons = {
@@ -13965,7 +13394,7 @@ var RangeWithButtons = {
13965
13394
  props: { theme: "tertiary", icon: "minus" },
13966
13395
  on: {
13967
13396
  click: (ev, el, s) => {
13968
- el.props && (0, import_utils13.isFunction)(el.props.onClick) && el.props.onClick(ev, el, s);
13397
+ el.props && (0, import_utils12.isFunction)(el.props.onClick) && el.props.onClick(ev, el, s);
13969
13398
  }
13970
13399
  }
13971
13400
  },
@@ -13986,8 +13415,8 @@ var RangeWithButtons = {
13986
13415
  step: (el, s) => listenProp(el, "step", 1)
13987
13416
  },
13988
13417
  on: {
13989
- input: (ev, el, s) => el.props && (0, import_utils13.isFunction)(el.props.onInput) && el.props.onInput(ev, el, el.state),
13990
- change: (ev, el, s) => el.props && (0, import_utils13.isFunction)(el.props.onChange) && el.props.onChange(ev, el, el.state)
13418
+ input: (ev, el, s) => el.props && (0, import_utils12.isFunction)(el.props.onInput) && el.props.onInput(ev, el, el.state),
13419
+ change: (ev, el, s) => el.props && (0, import_utils12.isFunction)(el.props.onChange) && el.props.onChange(ev, el, el.state)
13991
13420
  }
13992
13421
  },
13993
13422
  plus: {
@@ -13995,7 +13424,7 @@ var RangeWithButtons = {
13995
13424
  props: { theme: "tertiary", icon: "plus" },
13996
13425
  on: {
13997
13426
  click: (ev, el, s) => {
13998
- el.props && (0, import_utils13.isFunction)(el.props.onClick) && el.props.onClick(ev, el, el.state);
13427
+ el.props && (0, import_utils12.isFunction)(el.props.onClick) && el.props.onClick(ev, el, el.state);
13999
13428
  }
14000
13429
  }
14001
13430
  }
@@ -14022,7 +13451,7 @@ var style_default = {
14022
13451
 
14023
13452
  // Slider/index.js
14024
13453
  var import_scratch20 = __toESM(require_cjs());
14025
- var import_utils14 = __toESM(require_cjs4());
13454
+ var import_utils13 = __toESM(require_cjs2());
14026
13455
  (0, import_scratch20.set)({
14027
13456
  theme: {
14028
13457
  sliderThumb: {
@@ -14054,7 +13483,7 @@ var RangeSlider = {
14054
13483
  };
14055
13484
  var listenProp2 = (el, prop, def) => {
14056
13485
  const val = el && el.props && el.props[prop];
14057
- const r = ((0, import_utils14.isFunction)(val) ? val() : val) || (def !== void 0 ? def : 50);
13486
+ const r = ((0, import_utils13.isFunction)(val) ? val() : val) || (def !== void 0 ? def : 50);
14058
13487
  return r;
14059
13488
  };
14060
13489
  var Slider = {
@@ -14065,10 +13494,10 @@ var Slider = {
14065
13494
  },
14066
13495
  on: {
14067
13496
  click: (ev, el, s) => {
14068
- el.props && (0, import_utils14.isFunction)(el.props.click) && el.props.click(ev, el, s);
13497
+ el.props && (0, import_utils13.isFunction)(el.props.click) && el.props.click(ev, el, s);
14069
13498
  const input = el.parent.input;
14070
13499
  const props6 = input.props;
14071
- const value = (0, import_utils14.isFunction)(props6.value) ? props6.value() : props6.value;
13500
+ const value = (0, import_utils13.isFunction)(props6.value) ? props6.value() : props6.value;
14072
13501
  input.node.value = value;
14073
13502
  }
14074
13503
  }
@@ -14091,8 +13520,8 @@ var Slider = {
14091
13520
  step: (el, s) => listenProp2(el, "step", 1)
14092
13521
  },
14093
13522
  on: {
14094
- input: (ev, el, s) => el.props && (0, import_utils14.isFunction)(el.props.input) && el.props.input(ev, el, s),
14095
- change: (ev, el, s) => el.props && (0, import_utils14.isFunction)(el.props.change) && el.props.change(ev, el, s)
13523
+ input: (ev, el, s) => el.props && (0, import_utils13.isFunction)(el.props.input) && el.props.input(ev, el, s),
13524
+ change: (ev, el, s) => el.props && (0, import_utils13.isFunction)(el.props.change) && el.props.change(ev, el, s)
14096
13525
  }
14097
13526
  },
14098
13527
  button1: {
@@ -14102,10 +13531,10 @@ var Slider = {
14102
13531
  },
14103
13532
  on: {
14104
13533
  click: (ev, el, s) => {
14105
- el.props && (0, import_utils14.isFunction)(el.props.click) && el.props.click(ev, el, s);
13534
+ el.props && (0, import_utils13.isFunction)(el.props.click) && el.props.click(ev, el, s);
14106
13535
  const input = el.parent.input;
14107
13536
  const props6 = input.props;
14108
- const value = (0, import_utils14.isFunction)(props6.value) ? props6.value() : props6.value;
13537
+ const value = (0, import_utils13.isFunction)(props6.value) ? props6.value() : props6.value;
14109
13538
  input.node.value = value;
14110
13539
  }
14111
13540
  }