@design-edito/tools 0.1.65 → 0.1.66

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.
Files changed (108) hide show
  1. package/agnostic/arrays/index.js +7 -7
  2. package/agnostic/arrays/random-pick/index.js +4 -4
  3. package/agnostic/colors/index.js +9 -9
  4. package/agnostic/css/index.js +8 -8
  5. package/agnostic/css/styles-set/index.js +4 -4
  6. package/agnostic/errors/index.js +2 -2
  7. package/agnostic/html/index.js +9 -9
  8. package/agnostic/html/sanitize/index.js +4 -4
  9. package/agnostic/html/selector-to-element/index.js +4 -4
  10. package/agnostic/html/string-to-nodes/index.js +5 -5
  11. package/agnostic/misc/assert/index.js +3 -3
  12. package/agnostic/misc/index.js +15 -15
  13. package/agnostic/misc/logs/index.js +2 -2
  14. package/agnostic/misc/lorem-ipsum/index.js +8 -8
  15. package/agnostic/numbers/index.js +4 -4
  16. package/agnostic/objects/index.js +8 -8
  17. package/agnostic/optim/index.js +3 -3
  18. package/agnostic/strings/index.js +3 -3
  19. package/agnostic/time/index.js +3 -3
  20. package/chunks/chunk-2KT7AKRW.js +17 -0
  21. package/chunks/chunk-3UM5CZA5.js +18 -0
  22. package/chunks/chunk-662SOZWA.js +19 -0
  23. package/chunks/chunk-6EIF24H5.js +35 -0
  24. package/chunks/chunk-6IZ5HUJJ.js +21 -0
  25. package/chunks/chunk-7Z7CKAOH.js +98 -0
  26. package/chunks/chunk-BGZ5OVVN.js +20 -0
  27. package/chunks/chunk-C3ZKLONL.js +21 -0
  28. package/chunks/chunk-C7SRAQMW.js +29 -0
  29. package/chunks/chunk-CM6AHRTS.js +16 -0
  30. package/chunks/chunk-CQEDNACN.js +28 -0
  31. package/chunks/chunk-D33KC6NN.js +18 -0
  32. package/chunks/chunk-D47ZPEUU.js +22 -0
  33. package/chunks/chunk-E3GK7YZ7.js +65 -0
  34. package/chunks/chunk-E4FJHD5R.js +67 -0
  35. package/chunks/chunk-FCLAFRIW.js +177 -0
  36. package/chunks/chunk-G2M3VECP.js +20 -0
  37. package/chunks/chunk-G3HAKMUB.js +79 -0
  38. package/chunks/chunk-HALUZA2X.js +16 -0
  39. package/chunks/chunk-KN23H4CI.js +20 -0
  40. package/chunks/chunk-LNSDOGTR.js +63 -0
  41. package/chunks/chunk-LSOHLSF5.js +32 -0
  42. package/chunks/chunk-MXGGOCLX.js +56 -0
  43. package/chunks/chunk-NAP2XNYN.js +23 -0
  44. package/chunks/chunk-P2H6PV4O.js +26 -0
  45. package/chunks/chunk-P5OGBBGM.js +37 -0
  46. package/chunks/chunk-PENYZ6S7.js +31 -0
  47. package/chunks/chunk-PSP2DKDH.js +151 -0
  48. package/chunks/chunk-RCWLMVSZ.js +164 -0
  49. package/chunks/chunk-RDQJSWRC.js +127 -0
  50. package/chunks/chunk-T2T5BYTW.js +18 -0
  51. package/chunks/chunk-U7R6TPHR.js +15 -0
  52. package/chunks/chunk-UNHNZAVP.js +18 -0
  53. package/chunks/chunk-VQUF2TSY.js +191 -0
  54. package/chunks/chunk-W6JPRXQ4.js +16 -0
  55. package/chunks/chunk-WR64YJNW.js +20 -0
  56. package/chunks/chunk-WRRA3BN4.js +31 -0
  57. package/chunks/chunk-X244JGZD.js +69 -0
  58. package/chunks/chunk-X5HMM3LD.js +35 -0
  59. package/chunks/chunk-XJ23DJY4.js +173 -0
  60. package/chunks/chunk-YCSC7QNV.js +30 -0
  61. package/chunks/chunk-YE67BQQN.js +4072 -0
  62. package/chunks/chunk-YEYXAV23.js +16 -0
  63. package/chunks/chunk-Z4PVE6SR.js +21 -0
  64. package/chunks/chunk-ZMMNN3QA.js +16 -0
  65. package/node/@aws-s3/index.js +3 -3
  66. package/node/@aws-s3/storage/file/index.js +4 -4
  67. package/node/@aws-s3/storage/index.js +3 -3
  68. package/node/@google-cloud/index.js +9 -9
  69. package/node/@google-cloud/storage/bucket/index.js +4 -4
  70. package/node/@google-cloud/storage/file/index.js +14 -14
  71. package/node/@google-cloud/storage/file/revoke-signed-urls/index.js +2 -2
  72. package/node/@google-cloud/storage/index.js +9 -9
  73. package/node/cloud-storage/index.js +12 -12
  74. package/node/cloud-storage/operations/index.js +8 -8
  75. package/node/encryption/index.js +3 -3
  76. package/node/ftps/file/index.js +4 -4
  77. package/node/ftps/index.js +2 -2
  78. package/node/images/index.js +34 -34
  79. package/node/images/prepare/index.js +34 -34
  80. package/node/images/transform/_utils/color-schema/index.js +2 -2
  81. package/node/images/transform/_utils/positions/index.js +2 -2
  82. package/node/images/transform/blur/index.js +2 -2
  83. package/node/images/transform/brighten/index.js +2 -2
  84. package/node/images/transform/compose/index.js +4 -4
  85. package/node/images/transform/extend/index.js +3 -3
  86. package/node/images/transform/extract/index.js +2 -2
  87. package/node/images/transform/flatten/index.js +3 -3
  88. package/node/images/transform/flip/index.js +2 -2
  89. package/node/images/transform/flop/index.js +2 -2
  90. package/node/images/transform/frame/backgrounds/create-line-background/index.js +2 -2
  91. package/node/images/transform/frame/backgrounds/create-tile-background/index.js +2 -2
  92. package/node/images/transform/frame/index.js +6 -6
  93. package/node/images/transform/hue-rotate/index.js +2 -2
  94. package/node/images/transform/index.js +33 -33
  95. package/node/images/transform/lighten/index.js +2 -2
  96. package/node/images/transform/lineate-levels/index.js +2 -2
  97. package/node/images/transform/modulate/index.js +2 -2
  98. package/node/images/transform/normalize/index.js +2 -2
  99. package/node/images/transform/operations/_utils/frame/backgrounds/create-line-background/index.js +3 -3
  100. package/node/images/transform/operations/_utils/frame/create-color-palette/index.js +4 -4
  101. package/node/images/transform/operations/_utils/frame/index.js +7 -7
  102. package/node/images/transform/resize/index.js +3 -3
  103. package/node/images/transform/rotate/index.js +2 -2
  104. package/node/images/transform/saturate/index.js +2 -2
  105. package/node/images/transform/scale/index.js +3 -3
  106. package/node/sftp/file/index.js +4 -4
  107. package/node/sftp/index.js +2 -2
  108. package/package.json +10 -11
@@ -0,0 +1,127 @@
1
+ import {
2
+ register
3
+ } from "./chunk-P2H6PV4O.js";
4
+
5
+ // src/agnostic/html/sanitize/index.ts
6
+ var Sanitize;
7
+ ((Sanitize2) => {
8
+ Sanitize2.defaultOptions = { depth: 20 };
9
+ function sanitize(inputStr, options = Sanitize2.defaultOptions) {
10
+ const actualDocument = options.documentObj ?? window.document;
11
+ if (actualDocument === null) throw register.getError("no-window-document-on-runtime-please-provide" /* NO_DOCUMENT_PLEASE_PROVIDE */, "See documentObj in the options object");
12
+ const wrapperDiv = actualDocument.createElement("div");
13
+ const { inputFreeTransform } = options;
14
+ wrapperDiv.innerHTML = inputFreeTransform !== void 0 ? inputFreeTransform(inputStr) : inputStr;
15
+ const sanitizedWrapper = sanitizeElement(wrapperDiv, options);
16
+ const returned = sanitizedWrapper?.innerHTML;
17
+ return returned ?? "";
18
+ }
19
+ Sanitize2.sanitize = sanitize;
20
+ function sanitizeElement(element, options = Sanitize2.defaultOptions) {
21
+ const actualDocument = options.documentObj ?? window.document;
22
+ if (actualDocument === null) throw register.getError("no-window-document-on-runtime-please-provide" /* NO_DOCUMENT_PLEASE_PROVIDE */, "See documentObj in the options object");
23
+ const { tagName, attributes, childNodes } = element;
24
+ const {
25
+ allowedTags = [],
26
+ allowedAttributes = {},
27
+ forbiddenTags = [],
28
+ forbiddenAttributes = {},
29
+ depth = 20,
30
+ verbose = false
31
+ } = options;
32
+ if (depth <= 0) {
33
+ console.warn("Max depth reached");
34
+ return null;
35
+ }
36
+ const normalizedTagName = tagName.toLowerCase().trim();
37
+ const tagIsInForbidden = forbiddenTags.includes("*") || forbiddenTags.includes(normalizedTagName);
38
+ if (tagIsInForbidden) {
39
+ if (verbose === true) console.warn(tagName, "tag is forbidden");
40
+ return null;
41
+ }
42
+ const tagIsInAllowed = allowedTags.includes("*") || allowedTags.includes(normalizedTagName);
43
+ if (!tagIsInAllowed) {
44
+ if (verbose === true) console.warn(tagName, "tag is not allowed");
45
+ return null;
46
+ }
47
+ const returnedElement = actualDocument.createElement(tagName);
48
+ const returnedAttributes = Array.from(attributes).filter(({ name: attributeName, value: attributeValue }) => {
49
+ const allTagsForbiddenAttributes = forbiddenAttributes["*"] ?? [];
50
+ const thisTagForbiddenAttributes = forbiddenAttributes[normalizedTagName] ?? [];
51
+ const mergedForbiddenAttributes = [...allTagsForbiddenAttributes, ...thisTagForbiddenAttributes];
52
+ const isInForbidden = mergedForbiddenAttributes.some(({
53
+ attributeName: nameTester,
54
+ attributeValues: valTesters
55
+ }) => {
56
+ if (typeof nameTester === "string" && nameTester !== "*" && attributeName !== nameTester) return false;
57
+ if (typeof nameTester !== "string" && !nameTester.test(attributeName)) return false;
58
+ if (valTesters === void 0) {
59
+ if (verbose === true) console.warn(attributeName, "attribute on", tagName, "tag is forbidden");
60
+ return true;
61
+ }
62
+ if (valTesters.includes("*")) {
63
+ if (verbose === true) console.warn(attributeName, "attribute on", tagName, "tag is forbidden");
64
+ return true;
65
+ }
66
+ return valTesters.some((valTester) => {
67
+ if (typeof valTester === "string" && attributeValue === valTester) {
68
+ if (verbose === true) console.warn(attributeValue, "value for", attributeName, "attribute on", tagName, "tag is forbidden. Rule:", valTester);
69
+ return true;
70
+ }
71
+ if (typeof valTester !== "string" && valTester.test(attributeValue)) {
72
+ if (verbose === true) console.warn(attributeValue, "value for", attributeName, "attribute on", tagName, "tag is forbidden. Rule:", valTester);
73
+ return true;
74
+ }
75
+ return false;
76
+ });
77
+ });
78
+ if (isInForbidden) return false;
79
+ const allTagsAllowedAttributes = allowedAttributes["*"] ?? [];
80
+ const thisTagAllowedAttributes = allowedAttributes[normalizedTagName] ?? [];
81
+ const mergedAllowedAttributes = [...allTagsAllowedAttributes, ...thisTagAllowedAttributes];
82
+ let latestNotAllowedReason = [tagName, "has no allowed attributes"];
83
+ const isInAllowed = mergedAllowedAttributes.some(({
84
+ attributeName: nameTester,
85
+ attributeValues: valTesters
86
+ }) => {
87
+ if (typeof nameTester === "string" && nameTester !== "*" && attributeName !== nameTester) {
88
+ latestNotAllowedReason = [attributeName, "attribute on", tagName, "tag is not allowed"];
89
+ return false;
90
+ }
91
+ if (typeof nameTester !== "string" && !nameTester.test(attributeName)) {
92
+ latestNotAllowedReason = [attributeName, "attribute on", tagName, "tag is not allowed"];
93
+ return false;
94
+ }
95
+ if (valTesters === void 0) return true;
96
+ if (valTesters.includes("*")) return true;
97
+ return valTesters.some((valTester) => {
98
+ if (typeof valTester === "string" && attributeValue === valTester) return true;
99
+ if (typeof valTester !== "string" && valTester.test(attributeValue)) return true;
100
+ latestNotAllowedReason = [attributeValue, "value for", attributeName, "attribute on", tagName, "tag is not allowed"];
101
+ return false;
102
+ });
103
+ });
104
+ if (!isInAllowed) {
105
+ if (verbose === true) console.warn(...latestNotAllowedReason);
106
+ return false;
107
+ }
108
+ return true;
109
+ });
110
+ returnedAttributes.forEach(({ name, value }) => {
111
+ returnedElement.setAttribute(name, value);
112
+ });
113
+ const sanitizedChildNodes = Array.from(childNodes).map((node) => {
114
+ if (node.nodeType === Node.ELEMENT_NODE) return sanitizeElement(node, { ...options, depth: depth - 1 });
115
+ else if (node.nodeType === Node.TEXT_NODE) return node;
116
+ else if (options.keepComments === true && node.nodeType === Node.COMMENT_NODE) return node;
117
+ return null;
118
+ }).filter((elt) => elt !== null);
119
+ returnedElement.replaceChildren(...sanitizedChildNodes);
120
+ return returnedElement;
121
+ }
122
+ Sanitize2.sanitizeElement = sanitizeElement;
123
+ })(Sanitize || (Sanitize = {}));
124
+
125
+ export {
126
+ Sanitize
127
+ };
@@ -0,0 +1,18 @@
1
+ import {
2
+ OperationNames
3
+ } from "./chunk-MOVLLUDL.js";
4
+ import {
5
+ esm_default
6
+ } from "./chunk-YE67BQQN.js";
7
+
8
+ // src/node/images/transform/flip/index.ts
9
+ var flipSchema = esm_default.object({
10
+ name: esm_default.literal(OperationNames.Flip),
11
+ params: esm_default.object({
12
+ flip: esm_default.boolean().optional()
13
+ })
14
+ });
15
+
16
+ export {
17
+ flipSchema
18
+ };
@@ -0,0 +1,15 @@
1
+ import {
2
+ esm_default
3
+ } from "./chunk-YE67BQQN.js";
4
+
5
+ // src/node/images/transform/_utils/color-schema/index.ts
6
+ var colorSchema = esm_default.object({
7
+ r: esm_default.number().min(0).max(255),
8
+ g: esm_default.number().min(0).max(255),
9
+ b: esm_default.number().min(0).max(255),
10
+ alpha: esm_default.number().min(0).max(1)
11
+ }).or(esm_default.string().length(7));
12
+
13
+ export {
14
+ colorSchema
15
+ };
@@ -0,0 +1,18 @@
1
+ import {
2
+ OperationNames
3
+ } from "./chunk-MOVLLUDL.js";
4
+ import {
5
+ esm_default
6
+ } from "./chunk-YE67BQQN.js";
7
+
8
+ // src/node/images/transform/flop/index.ts
9
+ var flopSchema = esm_default.object({
10
+ name: esm_default.literal(OperationNames.Flop),
11
+ params: esm_default.object({
12
+ flop: esm_default.boolean().optional()
13
+ })
14
+ });
15
+
16
+ export {
17
+ flopSchema
18
+ };
@@ -0,0 +1,191 @@
1
+ import {
2
+ Random
3
+ } from "./chunk-S32K7POB.js";
4
+ import {
5
+ Arrays
6
+ } from "./chunk-PENYZ6S7.js";
7
+
8
+ // src/agnostic/misc/lorem-ipsum/index.ts
9
+ var LoremIpsum;
10
+ ((LoremIpsum2) => {
11
+ LoremIpsum2.words = [
12
+ "a",
13
+ "ac",
14
+ "accumsan",
15
+ "adipiscing",
16
+ "aenean",
17
+ "aliquam",
18
+ "aliquet",
19
+ "amet",
20
+ "ante",
21
+ "arcu",
22
+ "at",
23
+ "auctor",
24
+ "augue",
25
+ "bibendum",
26
+ "blandit",
27
+ "condimentum",
28
+ "consectetur",
29
+ "consequat",
30
+ "convallis",
31
+ "cras",
32
+ "curabitur",
33
+ "cursus",
34
+ "dapibus",
35
+ "diam",
36
+ "dictum",
37
+ "dictumst",
38
+ "dignissim",
39
+ "dolor",
40
+ "donec",
41
+ "dui",
42
+ "duis",
43
+ "efficitur",
44
+ "egestas",
45
+ "eget",
46
+ "eleifend",
47
+ "elementum",
48
+ "elit",
49
+ "enim",
50
+ "erat",
51
+ "eros",
52
+ "est",
53
+ "et",
54
+ "eu",
55
+ "euismod",
56
+ "ex",
57
+ "facilisis",
58
+ "faucibus",
59
+ "felis",
60
+ "feugiat",
61
+ "finibus",
62
+ "fringilla",
63
+ "fusce",
64
+ "gravida",
65
+ "habitasse",
66
+ "hac",
67
+ "hendrerit",
68
+ "iaculis",
69
+ "id",
70
+ "imperdiet",
71
+ "in",
72
+ "integer",
73
+ "interdum",
74
+ "ipsum",
75
+ "justo",
76
+ "lacinia",
77
+ "lacus",
78
+ "laoreet",
79
+ "lectus",
80
+ "leo",
81
+ "libero",
82
+ "ligula",
83
+ "lobortis",
84
+ "lorem",
85
+ "luctus",
86
+ "maecenas",
87
+ "magna",
88
+ "malesuada",
89
+ "massa",
90
+ "mattis",
91
+ "mauris",
92
+ "maximus",
93
+ "metus",
94
+ "mi",
95
+ "molestie",
96
+ "mollis",
97
+ "morbi",
98
+ "nam",
99
+ "nec",
100
+ "neque",
101
+ "nibh",
102
+ "nisi",
103
+ "nisl",
104
+ "non",
105
+ "nulla",
106
+ "nullam",
107
+ "nunc",
108
+ "odio",
109
+ "orci",
110
+ "ornare",
111
+ "pellentesque",
112
+ "pharetra",
113
+ "phasellus",
114
+ "placerat",
115
+ "platea",
116
+ "porta",
117
+ "porttitor",
118
+ "posuere",
119
+ "praesent",
120
+ "pulvinar",
121
+ "purus",
122
+ "quam",
123
+ "quis",
124
+ "quisque",
125
+ "risus",
126
+ "rutrum",
127
+ "sagittis",
128
+ "sapien",
129
+ "sed",
130
+ "sem",
131
+ "semper",
132
+ "sit",
133
+ "sodales",
134
+ "sollicitudin",
135
+ "suscipit",
136
+ "suspendisse",
137
+ "tellus",
138
+ "tempor",
139
+ "tempus",
140
+ "tincidunt",
141
+ "tortor",
142
+ "tristique",
143
+ "turpis",
144
+ "ultrices",
145
+ "ultricies",
146
+ "urna",
147
+ "ut",
148
+ "vehicula",
149
+ "vel",
150
+ "velit",
151
+ "venenatis",
152
+ "vestibulum",
153
+ "vitae",
154
+ "vivamus",
155
+ "viverra",
156
+ "volutpat",
157
+ "vulputate"
158
+ ];
159
+ LoremIpsum2.generateSentence = (wordCount) => {
160
+ const resultArr = [];
161
+ let currentWordCound = wordCount;
162
+ for (let i = 0; i < currentWordCound; i++) {
163
+ const picked = Arrays.randomPick(LoremIpsum2.words);
164
+ if (typeof picked === "string") resultArr.push(picked);
165
+ else {
166
+ currentWordCound += 1;
167
+ }
168
+ }
169
+ const [firstWord, ...otherWords] = resultArr;
170
+ if (firstWord === void 0) return "";
171
+ const capFirstLetter = firstWord?.charAt(0).toUpperCase();
172
+ const restOfFirstWord = firstWord?.slice(1);
173
+ const sentence = [
174
+ `${capFirstLetter}${restOfFirstWord}`,
175
+ ...otherWords
176
+ ].join(" ");
177
+ return `${sentence}.`;
178
+ };
179
+ LoremIpsum2.generateSentences = (sentencesCount, maxSentenceLength = 12, minSentenceLength = 4) => {
180
+ const sentences = [];
181
+ for (let i = 0; i < sentencesCount; i++) {
182
+ const length = Random.randomInt(maxSentenceLength, minSentenceLength) ?? 8;
183
+ sentences.push((0, LoremIpsum2.generateSentence)(length));
184
+ }
185
+ return sentences;
186
+ };
187
+ })(LoremIpsum || (LoremIpsum = {}));
188
+
189
+ export {
190
+ LoremIpsum
191
+ };
@@ -0,0 +1,16 @@
1
+ import {
2
+ OperationNames
3
+ } from "./chunk-MOVLLUDL.js";
4
+ import {
5
+ esm_default
6
+ } from "./chunk-YE67BQQN.js";
7
+
8
+ // src/node/images/transform/lighten/index.ts
9
+ var lightenSchema = esm_default.object({
10
+ name: esm_default.literal(OperationNames.Lighten),
11
+ params: esm_default.number().min(0)
12
+ });
13
+
14
+ export {
15
+ lightenSchema
16
+ };
@@ -0,0 +1,20 @@
1
+ import {
2
+ upload_exports
3
+ } from "./chunk-O7UEQQ6H.js";
4
+ import {
5
+ download_exports
6
+ } from "./chunk-26QQ56SS.js";
7
+ import {
8
+ __export
9
+ } from "./chunk-NZLE2WMY.js";
10
+
11
+ // src/node/@aws-s3/storage/file/index.ts
12
+ var file_exports = {};
13
+ __export(file_exports, {
14
+ Download: () => download_exports,
15
+ Upload: () => upload_exports
16
+ });
17
+
18
+ export {
19
+ file_exports
20
+ };
@@ -0,0 +1,31 @@
1
+ import {
2
+ colorSchema
3
+ } from "./chunk-U7R6TPHR.js";
4
+ import {
5
+ OperationNames
6
+ } from "./chunk-MOVLLUDL.js";
7
+ import {
8
+ esm_default
9
+ } from "./chunk-YE67BQQN.js";
10
+
11
+ // src/node/images/transform/extend/index.ts
12
+ var extendSchema = esm_default.object({
13
+ name: esm_default.literal(OperationNames.Extend),
14
+ params: esm_default.object({
15
+ top: esm_default.number(),
16
+ left: esm_default.number(),
17
+ right: esm_default.number(),
18
+ bottom: esm_default.number(),
19
+ background: colorSchema,
20
+ extendWith: esm_default.optional(esm_default.enum([
21
+ "background",
22
+ "copy",
23
+ "repeat",
24
+ "mirror"
25
+ ]))
26
+ })
27
+ });
28
+
29
+ export {
30
+ extendSchema
31
+ };
@@ -0,0 +1,69 @@
1
+ import {
2
+ createLineBackgroundSchema
3
+ } from "./chunk-YCSC7QNV.js";
4
+ import {
5
+ createTileBackgroundSchema
6
+ } from "./chunk-E3GK7YZ7.js";
7
+ import {
8
+ positionsSchema
9
+ } from "./chunk-D47ZPEUU.js";
10
+ import {
11
+ colorSchema
12
+ } from "./chunk-U7R6TPHR.js";
13
+ import {
14
+ OperationNames
15
+ } from "./chunk-MOVLLUDL.js";
16
+ import {
17
+ esm_default
18
+ } from "./chunk-YE67BQQN.js";
19
+
20
+ // src/node/images/transform/frame/index.tsx
21
+ var createBackgroundOptionsSchema = {
22
+ colorPalette: esm_default.optional(esm_default.object({
23
+ extract: esm_default.optional(esm_default.object({
24
+ nbColor: esm_default.number()
25
+ })),
26
+ use: esm_default.optional(esm_default.object({
27
+ RGBColors: esm_default.array(esm_default.tuple([esm_default.number(), esm_default.number(), esm_default.number()]))
28
+ })),
29
+ densify: esm_default.optional(esm_default.object({
30
+ types: esm_default.array(esm_default.enum([
31
+ "default",
32
+ "default-lighten",
33
+ "default-saturate",
34
+ "complementary",
35
+ "complementary-lighten",
36
+ "complementary-saturate"
37
+ ])),
38
+ ligthenIntensity: esm_default.optional(esm_default.number()),
39
+ saturateIntensity: esm_default.optional(esm_default.number())
40
+ })),
41
+ compose: esm_default.optional(esm_default.object({
42
+ nbColor: esm_default.optional(esm_default.number()),
43
+ mix: esm_default.optional(esm_default.boolean())
44
+ }))
45
+ }))
46
+ };
47
+ var frameSchema = esm_default.object({
48
+ name: esm_default.literal(OperationNames.Frame),
49
+ params: esm_default.object({
50
+ dimensions: esm_default.object({
51
+ widthPx: esm_default.number().min(0),
52
+ heightPx: esm_default.number().min(0)
53
+ }),
54
+ imageScale: esm_default.object({
55
+ xRatio: esm_default.optional(esm_default.number().min(0).max(1)),
56
+ yRatio: esm_default.optional(esm_default.number().min(0).max(1))
57
+ }).optional(),
58
+ positions: positionsSchema,
59
+ background: esm_default.union([
60
+ colorSchema,
61
+ createLineBackgroundSchema.extend(createBackgroundOptionsSchema),
62
+ createTileBackgroundSchema.extend(createBackgroundOptionsSchema)
63
+ ])
64
+ })
65
+ });
66
+
67
+ export {
68
+ frameSchema
69
+ };
@@ -0,0 +1,35 @@
1
+ import {
2
+ register
3
+ } from "./chunk-P2H6PV4O.js";
4
+
5
+ // src/agnostic/html/selector-to-element/index.ts
6
+ function selectorToElement(selector, documentObj) {
7
+ const actualDocument = documentObj ?? window.document;
8
+ if (actualDocument === null) throw register.getError("no-window-document-on-runtime-please-provide" /* NO_DOCUMENT_PLEASE_PROVIDE */, "The optional second parameter expects a Document object");
9
+ const tagRegexp = /^[A-Za-z]+/;
10
+ const idRegexp = /#[A-Za-z]+[\w\-\:]*/;
11
+ const classRegexp = /\.[A-Za-z]+[\w\-]*/;
12
+ const attributeRegexp = /\[[A-Za-z]+[\w\-]*(="[\w\-]+")?\]/;
13
+ const matchedTags = selector.match(tagRegexp) ?? [];
14
+ const matchedIds = selector.match(idRegexp) ?? [];
15
+ const matchedClasses = selector.match(classRegexp) ?? [];
16
+ const matchedAttrs = selector.match(attributeRegexp) ?? [];
17
+ const tag = matchedTags[matchedTags.length - 1] ?? "div";
18
+ const id = matchedIds[matchedIds.length - 1] ?? null;
19
+ const classes = matchedClasses.map((matchedClass) => matchedClass.replace(/^\./, ""));
20
+ const attributes = matchedAttrs.map((matchedAttr) => matchedAttr.replace(/^\[/, "").replace(/\]$/, "").split("="));
21
+ const element = actualDocument.createElement(tag);
22
+ if (id !== null) {
23
+ element.id = id;
24
+ }
25
+ element.classList.add(...classes);
26
+ attributes.forEach(([name, value = ""]) => {
27
+ if (name === void 0) return;
28
+ element.setAttribute(name, value);
29
+ });
30
+ return element;
31
+ }
32
+
33
+ export {
34
+ selectorToElement
35
+ };