@symbo.ls/create 2.11.462 → 2.11.464

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.
@@ -1959,7 +1959,7 @@ var require_cjs2 = __commonJS({
1959
1959
  mod
1960
1960
  ));
1961
1961
  var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
1962
- var require_cjs19 = __commonJS2({
1962
+ var require_cjs20 = __commonJS2({
1963
1963
  "../../node_modules/@domql/globals/dist/cjs/index.js"(exports2, module22) {
1964
1964
  "use strict";
1965
1965
  var __defProp22 = Object.defineProperty;
@@ -5979,7 +5979,7 @@ var require_cjs2 = __commonJS({
5979
5979
  FONT_FAMILY_TYPES: () => FONT_FAMILY_TYPES,
5980
5980
  GRADIENT: () => GRADIENT2,
5981
5981
  GRID: () => GRID,
5982
- ICONS: () => ICONS,
5982
+ ICONS: () => ICONS2,
5983
5983
  MEDIA: () => MEDIA2,
5984
5984
  RESET: () => RESET,
5985
5985
  SEMANTIC_ICONS: () => SEMANTIC_ICONS,
@@ -6137,7 +6137,7 @@ var require_cjs2 = __commonJS({
6137
6137
  var isScalingUnit = (unit) => {
6138
6138
  return unit === "em" || unit === "rem" || unit === "vw" || unit === "vh" || unit === "vmax" || unit === "vmin";
6139
6139
  };
6140
- var import_globals = __toESM2(require_cjs19(), 1);
6140
+ var import_globals = __toESM2(require_cjs20(), 1);
6141
6141
  var import_utils30 = __toESM2(require_cjs22(), 1);
6142
6142
  var ENV3 = "development";
6143
6143
  var colorStringToRgbaArray = (color) => {
@@ -6354,7 +6354,7 @@ var require_cjs2 = __commonJS({
6354
6354
  FONT_FAMILY_TYPES: () => FONT_FAMILY_TYPES,
6355
6355
  GRADIENT: () => GRADIENT2,
6356
6356
  GRID: () => GRID,
6357
- ICONS: () => ICONS,
6357
+ ICONS: () => ICONS2,
6358
6358
  MEDIA: () => MEDIA2,
6359
6359
  RESET: () => RESET,
6360
6360
  SEMANTIC_ICONS: () => SEMANTIC_ICONS,
@@ -6446,7 +6446,7 @@ var require_cjs2 = __commonJS({
6446
6446
  var GRADIENT2 = {};
6447
6447
  var THEME2 = {};
6448
6448
  var SHADOW = {};
6449
- var ICONS = {};
6449
+ var ICONS2 = {};
6450
6450
  var SEMANTIC_ICONS = {};
6451
6451
  var defaultProps3 = {
6452
6452
  default: 150,
@@ -6822,10 +6822,11 @@ var require_cjs2 = __commonJS({
6822
6822
  return sprite;
6823
6823
  };
6824
6824
  var parseRootAttributes = (htmlString) => {
6825
- if (!(0, import_utils62.isString)(htmlString)) {
6826
- return console.warn(`parseRootAttributes: ${htmlString} is not a string`);
6825
+ const val = htmlString.default || htmlString;
6826
+ if (!(0, import_utils62.isString)(val)) {
6827
+ return console.warn(`parseRootAttributes: ${val} is not a string`);
6827
6828
  }
6828
- const match3 = htmlString.match(/<svg\s+(.*?)>/);
6829
+ const match3 = val.match(/<svg\s+(.*?)>/);
6829
6830
  if (!match3 || !match3[1]) {
6830
6831
  return {};
6831
6832
  }
@@ -7594,7 +7595,7 @@ var require_cjs2 = __commonJS({
7594
7595
  lineHeight: TYPOGRAPHY22.lineHeight
7595
7596
  });
7596
7597
  };
7597
- var import_globals2 = __toESM2(require_cjs19(), 1);
7598
+ var import_globals2 = __toESM2(require_cjs20(), 1);
7598
7599
  var DEF_OPTIONS = {
7599
7600
  document: import_globals2.document
7600
7601
  };
@@ -9371,7 +9372,7 @@ var require_cjs3 = __commonJS({
9371
9372
  });
9372
9373
  module22.exports = __toCommonJS22(cookie_exports);
9373
9374
  var import_types = require_types4();
9374
- var import_utils32 = require_cjs19();
9375
+ var import_utils32 = require_cjs20();
9375
9376
  var isMobile = (() => typeof navigator === "undefined" ? false : /Mobi/.test(navigator.userAgent))();
9376
9377
  var setCookie = (cname, cvalue, exdays = 365) => {
9377
9378
  if ((0, import_types.isUndefined)(import_utils32.document) || (0, import_types.isUndefined)(import_utils32.document.cookie))
@@ -9631,7 +9632,7 @@ var require_cjs3 = __commonJS({
9631
9632
  setContentKey: () => setContentKey
9632
9633
  });
9633
9634
  module22.exports = __toCommonJS22(component_exports);
9634
- var import__ = require_cjs19();
9635
+ var import__ = require_cjs20();
9635
9636
  var ENV3 = "development";
9636
9637
  var checkIfKeyIsComponent2 = (key) => {
9637
9638
  const isFirstKeyString = (0, import__.isString)(key);
@@ -9832,7 +9833,7 @@ var require_cjs3 = __commonJS({
9832
9833
  };
9833
9834
  }
9834
9835
  });
9835
- var require_cjs19 = __commonJS2({
9836
+ var require_cjs20 = __commonJS2({
9836
9837
  "../../../domql/packages/utils/dist/cjs/index.js"(exports2, module22) {
9837
9838
  "use strict";
9838
9839
  var __defProp22 = Object.defineProperty;
@@ -9890,7 +9891,7 @@ var require_cjs3 = __commonJS({
9890
9891
  toggleFullscreen: () => toggleFullscreen
9891
9892
  });
9892
9893
  module2.exports = __toCommonJS2(src_exports2);
9893
- var import_utils210 = __toESM2(require_cjs19(), 1);
9894
+ var import_utils210 = __toESM2(require_cjs20(), 1);
9894
9895
  var toggleFullscreen = async (el) => {
9895
9896
  if (!document.fullscreenElement) {
9896
9897
  try {
@@ -9902,7 +9903,7 @@ var require_cjs3 = __commonJS({
9902
9903
  await document.exitFullscreen();
9903
9904
  }
9904
9905
  };
9905
- var import_utils30 = __toESM2(require_cjs19(), 1);
9906
+ var import_utils30 = __toESM2(require_cjs20(), 1);
9906
9907
  var findClosestNumber = (number, arr) => {
9907
9908
  return ((0, import_utils30.isArray)(arr) ? arr : Object.values(arr)).reduce((prev3, curr) => {
9908
9909
  return Math.abs(curr - number) < Math.abs(prev3 - number) ? curr : prev3;
@@ -14466,7 +14467,7 @@ var init_Icon = __esm({
14466
14467
  deps: { isString: import_utils15.isString, replaceLiteralsWithObjectFields: import_utils15.replaceLiteralsWithObjectFields },
14467
14468
  props: (el, s, ctx) => {
14468
14469
  const { props: props5, parent, deps } = el;
14469
- const { ICONS, useIconSprite, verbose } = ctx && ctx.designSystem;
14470
+ const { ICONS: ICONS2, useIconSprite, verbose } = ctx && ctx.designSystem;
14470
14471
  const { toCamelCase } = ctx && ctx.utils;
14471
14472
  const iconName = getIconName(el, s);
14472
14473
  const camelCase = toCamelCase(iconName);
@@ -14489,26 +14490,26 @@ var init_Icon = __esm({
14489
14490
  activeIconName = deps.replaceLiteralsWithObjectFields(activeIconName, s);
14490
14491
  }
14491
14492
  let iconInContext;
14492
- if (ICONS[activeIconName])
14493
+ if (ICONS2[activeIconName])
14493
14494
  iconInContext = activeIconName;
14494
- if (ICONS[camelCase])
14495
+ if (ICONS2[camelCase])
14495
14496
  iconInContext = camelCase;
14496
- else if (ICONS[isArray4[0] + isArray4[1]])
14497
+ else if (ICONS2[isArray4[0] + isArray4[1]])
14497
14498
  iconInContext = isArray4[0] + isArray4[1];
14498
- else if (ICONS[isArray4[0]])
14499
+ else if (ICONS2[isArray4[0]])
14499
14500
  iconInContext = isArray4[0];
14500
14501
  else {
14501
14502
  if (verbose)
14502
14503
  el.warn("Can't find icon:", iconName, iconInContext);
14503
14504
  }
14504
- const iconFromLibrary = ICONS[iconInContext];
14505
+ const iconFromLibrary = ICONS2[iconInContext];
14505
14506
  const directSrc = parent && parent.props && parent.props.src || props5.src;
14506
14507
  return {
14507
14508
  width: "A",
14508
14509
  height: "A",
14509
14510
  display: "inline-block",
14510
14511
  spriteId: useIconSprite && iconInContext,
14511
- src: iconFromLibrary || directSrc || ICONS.noIcon,
14512
+ src: iconFromLibrary || directSrc || ICONS2.noIcon,
14512
14513
  style: { fill: "currentColor", "*": { fill: "currentColor" } }
14513
14514
  };
14514
14515
  },
@@ -29881,225 +29882,260 @@ var require_cjs18 = __commonJS({
29881
29882
  }
29882
29883
  });
29883
29884
 
29884
- // ../icons/default/src/logo.svg
29885
- var require_logo = __commonJS({
29886
- "../icons/default/src/logo.svg"() {
29887
- }
29888
- });
29889
-
29890
- // ../icons/default/src/arrow-down-circle.svg
29891
- var require_arrow_down_circle = __commonJS({
29892
- "../icons/default/src/arrow-down-circle.svg"() {
29893
- }
29894
- });
29895
-
29896
- // ../icons/default/src/arrow-down-left.svg
29897
- var require_arrow_down_left = __commonJS({
29898
- "../icons/default/src/arrow-down-left.svg"() {
29899
- }
29900
- });
29901
-
29902
- // ../icons/default/src/arrow-down-right.svg
29903
- var require_arrow_down_right = __commonJS({
29904
- "../icons/default/src/arrow-down-right.svg"() {
29905
- }
29906
- });
29907
-
29908
- // ../icons/default/src/arrow-down.svg
29909
- var require_arrow_down = __commonJS({
29910
- "../icons/default/src/arrow-down.svg"() {
29911
- }
29912
- });
29913
-
29914
- // ../icons/default/src/arrow-left-circle.svg
29915
- var require_arrow_left_circle = __commonJS({
29916
- "../icons/default/src/arrow-left-circle.svg"() {
29917
- }
29918
- });
29919
-
29920
- // ../icons/default/src/arrow-left.svg
29921
- var require_arrow_left = __commonJS({
29922
- "../icons/default/src/arrow-left.svg"() {
29923
- }
29924
- });
29925
-
29926
- // ../icons/default/src/arrow-right.svg
29927
- var require_arrow_right = __commonJS({
29928
- "../icons/default/src/arrow-right.svg"() {
29929
- }
29930
- });
29931
-
29932
- // ../icons/default/src/arrow-right-circle.svg
29933
- var require_arrow_right_circle = __commonJS({
29934
- "../icons/default/src/arrow-right-circle.svg"() {
29935
- }
29936
- });
29937
-
29938
- // ../icons/default/src/arrow-up-circle.svg
29939
- var require_arrow_up_circle = __commonJS({
29940
- "../icons/default/src/arrow-up-circle.svg"() {
29941
- }
29942
- });
29943
-
29944
- // ../icons/default/src/arrow-up-left.svg
29945
- var require_arrow_up_left = __commonJS({
29946
- "../icons/default/src/arrow-up-left.svg"() {
29947
- }
29948
- });
29949
-
29950
- // ../icons/default/src/arrow-up-right.svg
29951
- var require_arrow_up_right = __commonJS({
29952
- "../icons/default/src/arrow-up-right.svg"() {
29953
- }
29954
- });
29955
-
29956
- // ../icons/default/src/arrow-up.svg
29957
- var require_arrow_up = __commonJS({
29958
- "../icons/default/src/arrow-up.svg"() {
29959
- }
29960
- });
29961
-
29962
- // ../icons/default/src/check-circle.svg
29963
- var require_check_circle = __commonJS({
29964
- "../icons/default/src/check-circle.svg"() {
29965
- }
29966
- });
29967
-
29968
- // ../icons/default/src/check.svg
29969
- var require_check = __commonJS({
29970
- "../icons/default/src/check.svg"() {
29971
- }
29972
- });
29973
-
29974
- // ../icons/default/src/chevron-down.svg
29975
- var require_chevron_down = __commonJS({
29976
- "../icons/default/src/chevron-down.svg"() {
29977
- }
29978
- });
29979
-
29980
- // ../icons/default/src/chevron-left.svg
29981
- var require_chevron_left = __commonJS({
29982
- "../icons/default/src/chevron-left.svg"() {
29983
- }
29984
- });
29985
-
29986
- // ../icons/default/src/chevron-right.svg
29987
- var require_chevron_right = __commonJS({
29988
- "../icons/default/src/chevron-right.svg"() {
29989
- }
29990
- });
29991
-
29992
- // ../icons/default/src/chevron-up.svg
29993
- var require_chevron_up = __commonJS({
29994
- "../icons/default/src/chevron-up.svg"() {
29995
- }
29996
- });
29997
-
29998
- // ../icons/default/src/copy.svg
29999
- var require_copy = __commonJS({
30000
- "../icons/default/src/copy.svg"() {
30001
- }
30002
- });
30003
-
30004
- // ../icons/default/src/eye-off.svg
30005
- var require_eye_off = __commonJS({
30006
- "../icons/default/src/eye-off.svg"() {
30007
- }
30008
- });
30009
-
30010
- // ../icons/default/src/eye.svg
30011
- var require_eye = __commonJS({
30012
- "../icons/default/src/eye.svg"() {
30013
- }
30014
- });
30015
-
30016
- // ../icons/default/src/info.svg
30017
- var require_info = __commonJS({
30018
- "../icons/default/src/info.svg"() {
30019
- }
30020
- });
30021
-
30022
- // ../icons/default/src/lock.svg
30023
- var require_lock = __commonJS({
30024
- "../icons/default/src/lock.svg"() {
30025
- }
30026
- });
30027
-
30028
- // ../icons/default/src/minus.svg
30029
- var require_minus = __commonJS({
30030
- "../icons/default/src/minus.svg"() {
30031
- }
30032
- });
30033
-
30034
- // ../icons/default/src/sun.svg
30035
- var require_sun = __commonJS({
30036
- "../icons/default/src/sun.svg"() {
30037
- }
30038
- });
30039
-
30040
- // ../icons/default/src/moon.svg
30041
- var require_moon = __commonJS({
30042
- "../icons/default/src/moon.svg"() {
30043
- }
30044
- });
30045
-
30046
- // ../icons/default/src/more-horizontal.svg
30047
- var require_more_horizontal = __commonJS({
30048
- "../icons/default/src/more-horizontal.svg"() {
30049
- }
30050
- });
30051
-
30052
- // ../icons/default/src/more-vertical.svg
30053
- var require_more_vertical = __commonJS({
30054
- "../icons/default/src/more-vertical.svg"() {
30055
- }
30056
- });
30057
-
30058
- // ../icons/default/src/send.svg
30059
- var require_send = __commonJS({
30060
- "../icons/default/src/send.svg"() {
30061
- }
30062
- });
30063
-
30064
- // ../icons/default/src/smile.svg
30065
- var require_smile = __commonJS({
30066
- "../icons/default/src/smile.svg"() {
30067
- }
30068
- });
30069
-
30070
- // ../icons/default/src/star.svg
30071
- var require_star = __commonJS({
30072
- "../icons/default/src/star.svg"() {
30073
- }
30074
- });
30075
-
30076
- // ../icons/default/src/search.svg
30077
- var require_search = __commonJS({
30078
- "../icons/default/src/search.svg"() {
30079
- }
30080
- });
30081
-
30082
- // ../icons/default/src/upload.svg
30083
- var require_upload = __commonJS({
30084
- "../icons/default/src/upload.svg"() {
30085
- }
30086
- });
30087
-
30088
- // ../icons/default/src/video.svg
30089
- var require_video = __commonJS({
30090
- "../icons/default/src/video.svg"() {
30091
- }
30092
- });
30093
-
30094
- // ../icons/default/src/x.svg
30095
- var require_x = __commonJS({
30096
- "../icons/default/src/x.svg"() {
30097
- }
30098
- });
30099
-
30100
- // ../icons/default/src/plus.svg
30101
- var require_plus = __commonJS({
30102
- "../icons/default/src/plus.svg"() {
29885
+ // ../icons/default/dist/cjs/index.js
29886
+ var require_cjs19 = __commonJS({
29887
+ "../icons/default/dist/cjs/index.js"(exports, module2) {
29888
+ "use strict";
29889
+ var __defProp2 = Object.defineProperty;
29890
+ var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
29891
+ var __getOwnPropNames2 = Object.getOwnPropertyNames;
29892
+ var __hasOwnProp2 = Object.prototype.hasOwnProperty;
29893
+ var __commonJS2 = (cb, mod) => function __require() {
29894
+ return mod || (0, cb[__getOwnPropNames2(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
29895
+ };
29896
+ var __export2 = (target, all) => {
29897
+ for (var name in all)
29898
+ __defProp2(target, name, { get: all[name], enumerable: true });
29899
+ };
29900
+ var __copyProps2 = (to, from3, except, desc) => {
29901
+ if (from3 && typeof from3 === "object" || typeof from3 === "function") {
29902
+ for (let key of __getOwnPropNames2(from3))
29903
+ if (!__hasOwnProp2.call(to, key) && key !== except)
29904
+ __defProp2(to, key, { get: () => from3[key], enumerable: !(desc = __getOwnPropDesc2(from3, key)) || desc.enumerable });
29905
+ }
29906
+ return to;
29907
+ };
29908
+ var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
29909
+ var require_logo = __commonJS2({
29910
+ "src/logo.svg"(exports2, module22) {
29911
+ module22.exports = '<svg height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="m13.8427634 2.7c5.2204416 0 9.1572366 3.66627273 9.1572366 8.5276136 0 3.7539026-2.862459 6.5845166-6.6584602 6.5845166-3.2869292 0-5.0067442-2.3185931-5.0067442-4.6090346 0-2.3950047 1.9232766-4.34360501 4.2871083-4.34360501.5660997 0 1.0233662.12043815 1.3087138.22246133.0964389.03439578.1509541.13140952.1377968.22869274l-.0162211.05790349-.5142943 1.18025155c-.0417785.0960965-.1426738.1488014-.2444046.1308098-.1382871-.0243417-.3160549-.046355-.506983-.046355-1.2447926 0-2.2577141 1.0263701-2.2577141 2.2874782 0 1.3311697 1.1647866 2.3734147 2.6514771 2.3734147 2.1944196 0 3.9131901-1.7771506 3.9131901-4.0460021 0-3.02365374-2.2946881-5.13544885-5.580364-5.13544885-4.0765443 0-7.3933453 3.3608382-7.3933453 7.49150685 0 2.4065323 1.12557141 4.5516755 2.87121445 5.9233019l-4.96035245 3.1812742c-1.88344607-2.1256033-3.0306173-4.9339804-3.0306173-8.0087794 0-6.61668989 5.31256341-12 11.8427634-12z" fill-rule="evenodd"/></svg>';
29912
+ }
29913
+ });
29914
+ var require_arrow_down_circle = __commonJS2({
29915
+ "src/arrow-down-circle.svg"(exports2, module22) {
29916
+ module22.exports = '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-arrow-down-circle"><circle cx="12" cy="12" r="10"></circle><polyline points="8 12 12 16 16 12"></polyline><line x1="12" y1="8" x2="12" y2="16"></line></svg>';
29917
+ }
29918
+ });
29919
+ var require_arrow_down_left = __commonJS2({
29920
+ "src/arrow-down-left.svg"(exports2, module22) {
29921
+ module22.exports = '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-arrow-down-left"><line x1="17" y1="7" x2="7" y2="17"></line><polyline points="17 17 7 17 7 7"></polyline></svg>';
29922
+ }
29923
+ });
29924
+ var require_arrow_down_right = __commonJS2({
29925
+ "src/arrow-down-right.svg"(exports2, module22) {
29926
+ module22.exports = '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-arrow-down-right"><line x1="7" y1="7" x2="17" y2="17"></line><polyline points="17 7 17 17 7 17"></polyline></svg>';
29927
+ }
29928
+ });
29929
+ var require_arrow_down = __commonJS2({
29930
+ "src/arrow-down.svg"(exports2, module22) {
29931
+ module22.exports = '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-arrow-down"><line x1="12" y1="5" x2="12" y2="19"></line><polyline points="19 12 12 19 5 12"></polyline></svg>';
29932
+ }
29933
+ });
29934
+ var require_arrow_left_circle = __commonJS2({
29935
+ "src/arrow-left-circle.svg"(exports2, module22) {
29936
+ module22.exports = '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-arrow-left-circle"><circle cx="12" cy="12" r="10"></circle><polyline points="12 8 8 12 12 16"></polyline><line x1="16" y1="12" x2="8" y2="12"></line></svg>';
29937
+ }
29938
+ });
29939
+ var require_arrow_left = __commonJS2({
29940
+ "src/arrow-left.svg"(exports2, module22) {
29941
+ module22.exports = '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-arrow-left"><line x1="19" y1="12" x2="5" y2="12"></line><polyline points="12 19 5 12 12 5"></polyline></svg>';
29942
+ }
29943
+ });
29944
+ var require_arrow_right = __commonJS2({
29945
+ "src/arrow-right.svg"(exports2, module22) {
29946
+ module22.exports = '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-arrow-right"><line x1="5" y1="12" x2="19" y2="12"></line><polyline points="12 5 19 12 12 19"></polyline></svg>';
29947
+ }
29948
+ });
29949
+ var require_arrow_right_circle = __commonJS2({
29950
+ "src/arrow-right-circle.svg"(exports2, module22) {
29951
+ module22.exports = '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-arrow-right-circle"><circle cx="12" cy="12" r="10"></circle><polyline points="12 16 16 12 12 8"></polyline><line x1="8" y1="12" x2="16" y2="12"></line></svg>';
29952
+ }
29953
+ });
29954
+ var require_arrow_up_circle = __commonJS2({
29955
+ "src/arrow-up-circle.svg"(exports2, module22) {
29956
+ module22.exports = '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-arrow-up-circle"><circle cx="12" cy="12" r="10"></circle><polyline points="16 12 12 8 8 12"></polyline><line x1="12" y1="16" x2="12" y2="8"></line></svg>';
29957
+ }
29958
+ });
29959
+ var require_arrow_up_left = __commonJS2({
29960
+ "src/arrow-up-left.svg"(exports2, module22) {
29961
+ module22.exports = '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-arrow-up-left"><line x1="17" y1="17" x2="7" y2="7"></line><polyline points="7 17 7 7 17 7"></polyline></svg>';
29962
+ }
29963
+ });
29964
+ var require_arrow_up_right = __commonJS2({
29965
+ "src/arrow-up-right.svg"(exports2, module22) {
29966
+ module22.exports = '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-arrow-up-right"><line x1="7" y1="17" x2="17" y2="7"></line><polyline points="7 7 17 7 17 17"></polyline></svg>';
29967
+ }
29968
+ });
29969
+ var require_arrow_up = __commonJS2({
29970
+ "src/arrow-up.svg"(exports2, module22) {
29971
+ module22.exports = '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-arrow-up"><line x1="12" y1="19" x2="12" y2="5"></line><polyline points="5 12 12 5 19 12"></polyline></svg>';
29972
+ }
29973
+ });
29974
+ var require_check_circle = __commonJS2({
29975
+ "src/check-circle.svg"(exports2, module22) {
29976
+ module22.exports = '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check-circle"><path d="M22 11.08V12a10 10 0 1 1-5.93-9.14"></path><polyline points="22 4 12 14.01 9 11.01"></polyline></svg>';
29977
+ }
29978
+ });
29979
+ var require_check = __commonJS2({
29980
+ "src/check.svg"(exports2, module22) {
29981
+ module22.exports = '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check"><polyline points="20 6 9 17 4 12"></polyline></svg>';
29982
+ }
29983
+ });
29984
+ var require_chevron_down = __commonJS2({
29985
+ "src/chevron-down.svg"(exports2, module22) {
29986
+ module22.exports = '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"><polyline points="6 9 12 15 18 9"></polyline></svg>';
29987
+ }
29988
+ });
29989
+ var require_chevron_left = __commonJS2({
29990
+ "src/chevron-left.svg"(exports2, module22) {
29991
+ module22.exports = '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-left"><polyline points="15 18 9 12 15 6"></polyline></svg>';
29992
+ }
29993
+ });
29994
+ var require_chevron_right = __commonJS2({
29995
+ "src/chevron-right.svg"(exports2, module22) {
29996
+ module22.exports = '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right"><polyline points="9 18 15 12 9 6"></polyline></svg>';
29997
+ }
29998
+ });
29999
+ var require_chevron_up = __commonJS2({
30000
+ "src/chevron-up.svg"(exports2, module22) {
30001
+ module22.exports = '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-up"><polyline points="18 15 12 9 6 15"></polyline></svg>';
30002
+ }
30003
+ });
30004
+ var require_copy = __commonJS2({
30005
+ "src/copy.svg"(exports2, module22) {
30006
+ module22.exports = '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-copy"><rect x="9" y="9" width="13" height="13" rx="2" ry="2"></rect><path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"></path></svg>';
30007
+ }
30008
+ });
30009
+ var require_eye_off = __commonJS2({
30010
+ "src/eye-off.svg"(exports2, module22) {
30011
+ module22.exports = '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-eye-off"><path d="M17.94 17.94A10.07 10.07 0 0 1 12 20c-7 0-11-8-11-8a18.45 18.45 0 0 1 5.06-5.94M9.9 4.24A9.12 9.12 0 0 1 12 4c7 0 11 8 11 8a18.5 18.5 0 0 1-2.16 3.19m-6.72-1.07a3 3 0 1 1-4.24-4.24"></path><line x1="1" y1="1" x2="23" y2="23"></line></svg>';
30012
+ }
30013
+ });
30014
+ var require_eye = __commonJS2({
30015
+ "src/eye.svg"(exports2, module22) {
30016
+ module22.exports = '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-eye"><path d="M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z"></path><circle cx="12" cy="12" r="3"></circle></svg>';
30017
+ }
30018
+ });
30019
+ var require_info = __commonJS2({
30020
+ "src/info.svg"(exports2, module22) {
30021
+ module22.exports = '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-info"><circle cx="12" cy="12" r="10"></circle><line x1="12" y1="16" x2="12" y2="12"></line><line x1="12" y1="8" x2="12.01" y2="8"></line></svg>';
30022
+ }
30023
+ });
30024
+ var require_lock = __commonJS2({
30025
+ "src/lock.svg"(exports2, module22) {
30026
+ module22.exports = '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-lock"><rect x="3" y="11" width="18" height="11" rx="2" ry="2"></rect><path d="M7 11V7a5 5 0 0 1 10 0v4"></path></svg>';
30027
+ }
30028
+ });
30029
+ var require_minus = __commonJS2({
30030
+ "src/minus.svg"(exports2, module22) {
30031
+ module22.exports = '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-minus"><line x1="5" y1="12" x2="19" y2="12"></line></svg>';
30032
+ }
30033
+ });
30034
+ var require_sun = __commonJS2({
30035
+ "src/sun.svg"(exports2, module22) {
30036
+ module22.exports = '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-sun"><circle cx="12" cy="12" r="5"></circle><line x1="12" y1="1" x2="12" y2="3"></line><line x1="12" y1="21" x2="12" y2="23"></line><line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line><line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line><line x1="1" y1="12" x2="3" y2="12"></line><line x1="21" y1="12" x2="23" y2="12"></line><line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line><line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line></svg>';
30037
+ }
30038
+ });
30039
+ var require_moon = __commonJS2({
30040
+ "src/moon.svg"(exports2, module22) {
30041
+ module22.exports = '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-moon"><path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path></svg>';
30042
+ }
30043
+ });
30044
+ var require_more_horizontal = __commonJS2({
30045
+ "src/more-horizontal.svg"(exports2, module22) {
30046
+ module22.exports = '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-more-horizontal"><circle cx="12" cy="12" r="1"></circle><circle cx="19" cy="12" r="1"></circle><circle cx="5" cy="12" r="1"></circle></svg>';
30047
+ }
30048
+ });
30049
+ var require_more_vertical = __commonJS2({
30050
+ "src/more-vertical.svg"(exports2, module22) {
30051
+ module22.exports = '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-more-vertical"><circle cx="12" cy="12" r="1"></circle><circle cx="12" cy="5" r="1"></circle><circle cx="12" cy="19" r="1"></circle></svg>';
30052
+ }
30053
+ });
30054
+ var require_send = __commonJS2({
30055
+ "src/send.svg"(exports2, module22) {
30056
+ module22.exports = '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-send"><line x1="22" y1="2" x2="11" y2="13"></line><polygon points="22 2 15 22 11 13 2 9 22 2"></polygon></svg>';
30057
+ }
30058
+ });
30059
+ var require_smile = __commonJS2({
30060
+ "src/smile.svg"(exports2, module22) {
30061
+ module22.exports = '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-smile"><circle cx="12" cy="12" r="10"></circle><path d="M8 14s1.5 2 4 2 4-2 4-2"></path><line x1="9" y1="9" x2="9.01" y2="9"></line><line x1="15" y1="9" x2="15.01" y2="9"></line></svg>';
30062
+ }
30063
+ });
30064
+ var require_star = __commonJS2({
30065
+ "src/star.svg"(exports2, module22) {
30066
+ module22.exports = '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-star"><polygon points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"></polygon></svg>';
30067
+ }
30068
+ });
30069
+ var require_search = __commonJS2({
30070
+ "src/search.svg"(exports2, module22) {
30071
+ module22.exports = '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-search"><circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line></svg>';
30072
+ }
30073
+ });
30074
+ var require_upload = __commonJS2({
30075
+ "src/upload.svg"(exports2, module22) {
30076
+ module22.exports = '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-upload"><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path><polyline points="17 8 12 3 7 8"></polyline><line x1="12" y1="3" x2="12" y2="15"></line></svg>';
30077
+ }
30078
+ });
30079
+ var require_video = __commonJS2({
30080
+ "src/video.svg"(exports2, module22) {
30081
+ module22.exports = '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-video"><polygon points="23 7 16 12 23 17 23 7"></polygon><rect x="1" y="5" width="15" height="14" rx="2" ry="2"></rect></svg>';
30082
+ }
30083
+ });
30084
+ var require_x = __commonJS2({
30085
+ "src/x.svg"(exports2, module22) {
30086
+ module22.exports = '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-x"><line x1="18" y1="6" x2="6" y2="18"></line><line x1="6" y1="6" x2="18" y2="18"></line></svg>';
30087
+ }
30088
+ });
30089
+ var require_plus = __commonJS2({
30090
+ "src/plus.svg"(exports2, module22) {
30091
+ module22.exports = '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-plus"><line x1="12" y1="5" x2="12" y2="19"></line><line x1="5" y1="12" x2="19" y2="12"></line></svg>';
30092
+ }
30093
+ });
30094
+ var default_exports = {};
30095
+ __export2(default_exports, {
30096
+ default: () => default_default
30097
+ });
30098
+ module2.exports = __toCommonJS2(default_exports);
30099
+ var default_default = {
30100
+ symbols: require_logo(),
30101
+ logo: require_logo(),
30102
+ arrowDownCircle: require_arrow_down_circle(),
30103
+ arrowDownLeft: require_arrow_down_left(),
30104
+ arrowDownRight: require_arrow_down_right(),
30105
+ arrowDown: require_arrow_down(),
30106
+ arrowLeftCircle: require_arrow_left_circle(),
30107
+ arrowLeft: require_arrow_left(),
30108
+ arrowRight: require_arrow_right(),
30109
+ arrowRightCircle: require_arrow_right_circle(),
30110
+ arrowUpCircle: require_arrow_up_circle(),
30111
+ arrowUpLeft: require_arrow_up_left(),
30112
+ arrowUpRight: require_arrow_up_right(),
30113
+ arrowUp: require_arrow_up(),
30114
+ checkCircle: require_check_circle(),
30115
+ check: require_check(),
30116
+ chevronDown: require_chevron_down(),
30117
+ chevronLeft: require_chevron_left(),
30118
+ chevronRight: require_chevron_right(),
30119
+ chevronUp: require_chevron_up(),
30120
+ copy: require_copy(),
30121
+ eyeOff: require_eye_off(),
30122
+ eye: require_eye(),
30123
+ info: require_info(),
30124
+ lock: require_lock(),
30125
+ minus: require_minus(),
30126
+ sun: require_sun(),
30127
+ moon: require_moon(),
30128
+ moreHorizontal: require_more_horizontal(),
30129
+ moreVertical: require_more_vertical(),
30130
+ send: require_send(),
30131
+ smile: require_smile(),
30132
+ star: require_star(),
30133
+ search: require_search(),
30134
+ upload: require_upload(),
30135
+ video: require_video(),
30136
+ x: require_x(),
30137
+ plus: require_plus()
30138
+ };
30103
30139
  }
30104
30140
  });
30105
30141
 
@@ -31757,47 +31793,8 @@ init_emotion();
31757
31793
  init_init();
31758
31794
  var import_utils26 = __toESM(require_cjs(), 1);
31759
31795
 
31760
- // ../icons/default/index.js
31761
- var default_default = {
31762
- symbols: require_logo(),
31763
- logo: require_logo(),
31764
- arrowDownCircle: require_arrow_down_circle(),
31765
- arrowDownLeft: require_arrow_down_left(),
31766
- arrowDownRight: require_arrow_down_right(),
31767
- arrowDown: require_arrow_down(),
31768
- arrowLeftCircle: require_arrow_left_circle(),
31769
- arrowLeft: require_arrow_left(),
31770
- arrowRight: require_arrow_right(),
31771
- arrowRightCircle: require_arrow_right_circle(),
31772
- arrowUpCircle: require_arrow_up_circle(),
31773
- arrowUpLeft: require_arrow_up_left(),
31774
- arrowUpRight: require_arrow_up_right(),
31775
- arrowUp: require_arrow_up(),
31776
- checkCircle: require_check_circle(),
31777
- check: require_check(),
31778
- chevronDown: require_chevron_down(),
31779
- chevronLeft: require_chevron_left(),
31780
- chevronRight: require_chevron_right(),
31781
- chevronUp: require_chevron_up(),
31782
- copy: require_copy(),
31783
- eyeOff: require_eye_off(),
31784
- eye: require_eye(),
31785
- info: require_info(),
31786
- lock: require_lock(),
31787
- minus: require_minus(),
31788
- sun: require_sun(),
31789
- moon: require_moon(),
31790
- moreHorizontal: require_more_horizontal(),
31791
- moreVertical: require_more_vertical(),
31792
- send: require_send(),
31793
- smile: require_smile(),
31794
- star: require_star(),
31795
- search: require_search(),
31796
- upload: require_upload(),
31797
- video: require_video(),
31798
- x: require_x(),
31799
- plus: require_plus()
31800
- };
31796
+ // ../default-config/src/index.js
31797
+ var import_default_icons = __toESM(require_cjs19());
31801
31798
 
31802
31799
  // ../default-config/src/color.js
31803
31800
  var COLOR = {
@@ -32157,7 +32154,7 @@ var DEFAULT_CONFIG = {
32157
32154
  FONT,
32158
32155
  FONT_FAMILY,
32159
32156
  TIMING,
32160
- ICONS: default_default,
32157
+ ICONS: import_default_icons.default,
32161
32158
  MEDIA,
32162
32159
  RESET: {
32163
32160
  html: {},
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@symbo.ls/create",
3
- "version": "2.11.462",
3
+ "version": "2.11.464",
4
4
  "license": "MIT",
5
- "gitHead": "094252e0b7f29ea99ee8abd88cb7a5493b4de8df",
5
+ "gitHead": "7a24490e102fa450e508f8527923647816e26ab9",
6
6
  "files": [
7
7
  "src",
8
8
  "dist"
@@ -35,10 +35,10 @@
35
35
  "@domql/report": "^2.5.0",
36
36
  "@domql/router": "^2.5.0",
37
37
  "@symbo.ls/fetch": "^2.11.453",
38
- "@symbo.ls/init": "^2.11.453",
39
- "@symbo.ls/scratch": "^2.11.453",
40
- "@symbo.ls/sync": "^2.11.460",
41
- "@symbo.ls/uikit": "^2.11.455",
38
+ "@symbo.ls/init": "^2.11.464",
39
+ "@symbo.ls/scratch": "^2.11.464",
40
+ "@symbo.ls/sync": "^2.11.464",
41
+ "@symbo.ls/uikit": "^2.11.464",
42
42
  "@symbo.ls/utils": "^2.11.453",
43
43
  "domql": "^2.5.155"
44
44
  },