@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.
- package/agnostic/arrays/index.js +7 -7
- package/agnostic/arrays/random-pick/index.js +4 -4
- package/agnostic/colors/index.js +9 -9
- package/agnostic/css/index.js +8 -8
- package/agnostic/css/styles-set/index.js +4 -4
- package/agnostic/errors/index.js +2 -2
- package/agnostic/html/index.js +9 -9
- package/agnostic/html/sanitize/index.js +4 -4
- package/agnostic/html/selector-to-element/index.js +4 -4
- package/agnostic/html/string-to-nodes/index.js +5 -5
- package/agnostic/misc/assert/index.js +3 -3
- package/agnostic/misc/index.js +15 -15
- package/agnostic/misc/logs/index.js +2 -2
- package/agnostic/misc/lorem-ipsum/index.js +8 -8
- package/agnostic/numbers/index.js +4 -4
- package/agnostic/objects/index.js +8 -8
- package/agnostic/optim/index.js +3 -3
- package/agnostic/strings/index.js +3 -3
- package/agnostic/time/index.js +3 -3
- package/chunks/chunk-2KT7AKRW.js +17 -0
- package/chunks/chunk-3UM5CZA5.js +18 -0
- package/chunks/chunk-662SOZWA.js +19 -0
- package/chunks/chunk-6EIF24H5.js +35 -0
- package/chunks/chunk-6IZ5HUJJ.js +21 -0
- package/chunks/chunk-7Z7CKAOH.js +98 -0
- package/chunks/chunk-BGZ5OVVN.js +20 -0
- package/chunks/chunk-C3ZKLONL.js +21 -0
- package/chunks/chunk-C7SRAQMW.js +29 -0
- package/chunks/chunk-CM6AHRTS.js +16 -0
- package/chunks/chunk-CQEDNACN.js +28 -0
- package/chunks/chunk-D33KC6NN.js +18 -0
- package/chunks/chunk-D47ZPEUU.js +22 -0
- package/chunks/chunk-E3GK7YZ7.js +65 -0
- package/chunks/chunk-E4FJHD5R.js +67 -0
- package/chunks/chunk-FCLAFRIW.js +177 -0
- package/chunks/chunk-G2M3VECP.js +20 -0
- package/chunks/chunk-G3HAKMUB.js +79 -0
- package/chunks/chunk-HALUZA2X.js +16 -0
- package/chunks/chunk-KN23H4CI.js +20 -0
- package/chunks/chunk-LNSDOGTR.js +63 -0
- package/chunks/chunk-LSOHLSF5.js +32 -0
- package/chunks/chunk-MXGGOCLX.js +56 -0
- package/chunks/chunk-NAP2XNYN.js +23 -0
- package/chunks/chunk-P2H6PV4O.js +26 -0
- package/chunks/chunk-P5OGBBGM.js +37 -0
- package/chunks/chunk-PENYZ6S7.js +31 -0
- package/chunks/chunk-PSP2DKDH.js +151 -0
- package/chunks/chunk-RCWLMVSZ.js +164 -0
- package/chunks/chunk-RDQJSWRC.js +127 -0
- package/chunks/chunk-T2T5BYTW.js +18 -0
- package/chunks/chunk-U7R6TPHR.js +15 -0
- package/chunks/chunk-UNHNZAVP.js +18 -0
- package/chunks/chunk-VQUF2TSY.js +191 -0
- package/chunks/chunk-W6JPRXQ4.js +16 -0
- package/chunks/chunk-WR64YJNW.js +20 -0
- package/chunks/chunk-WRRA3BN4.js +31 -0
- package/chunks/chunk-X244JGZD.js +69 -0
- package/chunks/chunk-X5HMM3LD.js +35 -0
- package/chunks/chunk-XJ23DJY4.js +173 -0
- package/chunks/chunk-YCSC7QNV.js +30 -0
- package/chunks/chunk-YE67BQQN.js +4072 -0
- package/chunks/chunk-YEYXAV23.js +16 -0
- package/chunks/chunk-Z4PVE6SR.js +21 -0
- package/chunks/chunk-ZMMNN3QA.js +16 -0
- package/node/@aws-s3/index.js +3 -3
- package/node/@aws-s3/storage/file/index.js +4 -4
- package/node/@aws-s3/storage/index.js +3 -3
- package/node/@google-cloud/index.js +9 -9
- package/node/@google-cloud/storage/bucket/index.js +4 -4
- package/node/@google-cloud/storage/file/index.js +14 -14
- package/node/@google-cloud/storage/file/revoke-signed-urls/index.js +2 -2
- package/node/@google-cloud/storage/index.js +9 -9
- package/node/cloud-storage/index.js +12 -12
- package/node/cloud-storage/operations/index.js +8 -8
- package/node/encryption/index.js +3 -3
- package/node/ftps/file/index.js +4 -4
- package/node/ftps/index.js +2 -2
- package/node/images/index.js +34 -34
- package/node/images/prepare/index.js +34 -34
- package/node/images/transform/_utils/color-schema/index.js +2 -2
- package/node/images/transform/_utils/positions/index.js +2 -2
- package/node/images/transform/blur/index.js +2 -2
- package/node/images/transform/brighten/index.js +2 -2
- package/node/images/transform/compose/index.js +4 -4
- package/node/images/transform/extend/index.js +3 -3
- package/node/images/transform/extract/index.js +2 -2
- package/node/images/transform/flatten/index.js +3 -3
- package/node/images/transform/flip/index.js +2 -2
- package/node/images/transform/flop/index.js +2 -2
- package/node/images/transform/frame/backgrounds/create-line-background/index.js +2 -2
- package/node/images/transform/frame/backgrounds/create-tile-background/index.js +2 -2
- package/node/images/transform/frame/index.js +6 -6
- package/node/images/transform/hue-rotate/index.js +2 -2
- package/node/images/transform/index.js +33 -33
- package/node/images/transform/lighten/index.js +2 -2
- package/node/images/transform/lineate-levels/index.js +2 -2
- package/node/images/transform/modulate/index.js +2 -2
- package/node/images/transform/normalize/index.js +2 -2
- package/node/images/transform/operations/_utils/frame/backgrounds/create-line-background/index.js +3 -3
- package/node/images/transform/operations/_utils/frame/create-color-palette/index.js +4 -4
- package/node/images/transform/operations/_utils/frame/index.js +7 -7
- package/node/images/transform/resize/index.js +3 -3
- package/node/images/transform/rotate/index.js +2 -2
- package/node/images/transform/saturate/index.js +2 -2
- package/node/images/transform/scale/index.js +3 -3
- package/node/sftp/file/index.js +4 -4
- package/node/sftp/index.js +2 -2
- package/package.json +10 -11
@@ -0,0 +1,173 @@
|
|
1
|
+
import {
|
2
|
+
Random
|
3
|
+
} from "./chunk-S32K7POB.js";
|
4
|
+
import {
|
5
|
+
register
|
6
|
+
} from "./chunk-P2H6PV4O.js";
|
7
|
+
|
8
|
+
// src/agnostic/css/styles-set/index.tsx
|
9
|
+
import { Component } from "react";
|
10
|
+
import { createRoot as reactCreateRoot } from "react-dom/client";
|
11
|
+
import { Fragment, jsx } from "react/jsx-runtime";
|
12
|
+
var StylesSet = class _StylesSet {
|
13
|
+
static defaultPrivateIDAttribute = "data-styleset-private-id";
|
14
|
+
static defaultPublicIDAttribute = "data-styleset-public-id";
|
15
|
+
tagsPrivateIDAttribute = _StylesSet.defaultPrivateIDAttribute;
|
16
|
+
tagsPublicIDAttribute = _StylesSet.defaultPublicIDAttribute;
|
17
|
+
_items = /* @__PURE__ */ new Map();
|
18
|
+
get items() {
|
19
|
+
const sortedItemsArray = Array.from(this._items).map(([privateId, item]) => {
|
20
|
+
const targetPosition = this.getTargetPosition(privateId) ?? 0;
|
21
|
+
return { targetPosition, privateId, item };
|
22
|
+
}).sort((a, b) => a.targetPosition - b.targetPosition).map(({ item, privateId }) => [privateId, item]);
|
23
|
+
const sortedItemsMap = new Map(sortedItemsArray);
|
24
|
+
return sortedItemsMap;
|
25
|
+
}
|
26
|
+
getTargetPosition(privateId) {
|
27
|
+
const orderedStyles = Array.from(this._items).map(([privateId2, data]) => ({ privateId: privateId2, data })).sort((a, b) => {
|
28
|
+
const aPos = a.data.position ?? 0;
|
29
|
+
const bPos = b.data.position ?? 0;
|
30
|
+
return aPos - bPos;
|
31
|
+
});
|
32
|
+
const foundIndex = orderedStyles.findIndex((item) => item.privateId === privateId);
|
33
|
+
return foundIndex === -1 ? null : foundIndex;
|
34
|
+
}
|
35
|
+
setTagsPrivateIDAttribute(str) {
|
36
|
+
this.tagsPrivateIDAttribute = str;
|
37
|
+
return this;
|
38
|
+
}
|
39
|
+
setTagsPublicIDAttribute(str) {
|
40
|
+
this.tagsPublicIDAttribute = str;
|
41
|
+
return this;
|
42
|
+
}
|
43
|
+
getById(id) {
|
44
|
+
const found = Array.from(this._items.values()).find((entry) => entry.id === id);
|
45
|
+
if (found === void 0) return void 0;
|
46
|
+
return found;
|
47
|
+
}
|
48
|
+
generateUniquePrivateId() {
|
49
|
+
const existingIds = Array.from(this._items.keys());
|
50
|
+
const generated = Random.randomHash(12);
|
51
|
+
if (existingIds.includes(generated)) return this.generateUniquePrivateId();
|
52
|
+
return generated;
|
53
|
+
}
|
54
|
+
_rendered = /* @__PURE__ */ new Map();
|
55
|
+
render(element) {
|
56
|
+
const root = reactCreateRoot(element);
|
57
|
+
const items = this.items;
|
58
|
+
root.render(/* @__PURE__ */ jsx(
|
59
|
+
StylesSetComp,
|
60
|
+
{
|
61
|
+
items,
|
62
|
+
privateIDAttribute: this.tagsPrivateIDAttribute,
|
63
|
+
publicIDAttribute: this.tagsPublicIDAttribute
|
64
|
+
}
|
65
|
+
));
|
66
|
+
this._rendered.set(element, root);
|
67
|
+
return this;
|
68
|
+
}
|
69
|
+
unmount(element) {
|
70
|
+
if (!this._rendered.has(element)) return this;
|
71
|
+
const root = this._rendered.get(element);
|
72
|
+
if (root === void 0) return this;
|
73
|
+
root.unmount();
|
74
|
+
this._rendered.delete(element);
|
75
|
+
return this;
|
76
|
+
}
|
77
|
+
updateRendered() {
|
78
|
+
const { items } = this;
|
79
|
+
this._rendered.forEach((root) => root.render(/* @__PURE__ */ jsx(
|
80
|
+
StylesSetComp,
|
81
|
+
{
|
82
|
+
items,
|
83
|
+
privateIDAttribute: this.tagsPrivateIDAttribute,
|
84
|
+
publicIDAttribute: this.tagsPublicIDAttribute
|
85
|
+
}
|
86
|
+
)));
|
87
|
+
return this;
|
88
|
+
}
|
89
|
+
addItem(item, abortIfIdExists = true) {
|
90
|
+
const existing = Array.from(this._items.entries()).map(([privateId2, entry]) => ({ privateId: privateId2, entry })).find(({ entry }) => entry.id !== void 0 && entry.id === item.id);
|
91
|
+
if (existing !== void 0) {
|
92
|
+
if (abortIfIdExists) return this;
|
93
|
+
this._items.delete(existing.privateId);
|
94
|
+
}
|
95
|
+
const privateId = this.generateUniquePrivateId();
|
96
|
+
this._items.set(privateId, item);
|
97
|
+
this.updateRendered();
|
98
|
+
return this;
|
99
|
+
}
|
100
|
+
removeItem(idOrPosition) {
|
101
|
+
if (typeof idOrPosition === "string") {
|
102
|
+
const existing = Array.from(this._items.entries()).map(([privateId, entry]) => ({ privateId, entry })).find(({ entry }) => entry.id !== void 0 && entry.id === idOrPosition);
|
103
|
+
if (existing === void 0) return this;
|
104
|
+
this._items.delete(existing.privateId);
|
105
|
+
this.updateRendered();
|
106
|
+
return this;
|
107
|
+
}
|
108
|
+
const toRemove = Array.from(this._items).map(([privateId, entry]) => ({ privateId, entry })).at(idOrPosition);
|
109
|
+
if (toRemove === void 0) return this;
|
110
|
+
this._items.delete(toRemove.privateId);
|
111
|
+
this.updateRendered();
|
112
|
+
return this;
|
113
|
+
}
|
114
|
+
async getDomString(documentObj) {
|
115
|
+
const actualDocumentObj = documentObj ?? window.document;
|
116
|
+
if (actualDocumentObj === null) throw register.getError("no-window-document-on-runtime" /* NO_DOCUMENT */);
|
117
|
+
return new Promise((resolve) => {
|
118
|
+
const tempElt = actualDocumentObj.createElement("div");
|
119
|
+
const tempRoot = reactCreateRoot(tempElt);
|
120
|
+
const { items } = this;
|
121
|
+
const onRendered = () => {
|
122
|
+
resolve(tempElt.innerHTML);
|
123
|
+
tempRoot.unmount();
|
124
|
+
tempElt.remove();
|
125
|
+
};
|
126
|
+
tempRoot.render(/* @__PURE__ */ jsx(
|
127
|
+
StylesSetComp,
|
128
|
+
{
|
129
|
+
items,
|
130
|
+
privateIDAttribute: this.tagsPrivateIDAttribute,
|
131
|
+
publicIDAttribute: this.tagsPublicIDAttribute,
|
132
|
+
onRendered
|
133
|
+
}
|
134
|
+
));
|
135
|
+
});
|
136
|
+
}
|
137
|
+
};
|
138
|
+
var StylesSetComp = class extends Component {
|
139
|
+
componentDidMount() {
|
140
|
+
const { props } = this;
|
141
|
+
const { onRendered } = props;
|
142
|
+
if (onRendered !== void 0) onRendered();
|
143
|
+
}
|
144
|
+
componentDidUpdate() {
|
145
|
+
const { props } = this;
|
146
|
+
const { onRendered } = props;
|
147
|
+
if (onRendered !== void 0) onRendered();
|
148
|
+
}
|
149
|
+
render() {
|
150
|
+
const { props } = this;
|
151
|
+
const items = props.items ?? /* @__PURE__ */ new Map();
|
152
|
+
const pidAttr = props.privateIDAttribute ?? StylesSet.defaultPrivateIDAttribute;
|
153
|
+
const idAttr = props.publicIDAttribute ?? StylesSet.defaultPublicIDAttribute;
|
154
|
+
return /* @__PURE__ */ jsx(Fragment, { children: Array.from(items).map(([privateId, itemData]) => {
|
155
|
+
const customAttributes = { [pidAttr]: privateId, [idAttr]: itemData.id };
|
156
|
+
if (itemData.type === "url") return /* @__PURE__ */ jsx(
|
157
|
+
"link",
|
158
|
+
{
|
159
|
+
onLoad: itemData.onLoad,
|
160
|
+
rel: "stylesheet",
|
161
|
+
href: itemData.content,
|
162
|
+
...customAttributes
|
163
|
+
}
|
164
|
+
);
|
165
|
+
return /* @__PURE__ */ jsx("style", { ...customAttributes, children: itemData.content });
|
166
|
+
}) });
|
167
|
+
}
|
168
|
+
};
|
169
|
+
|
170
|
+
export {
|
171
|
+
StylesSet,
|
172
|
+
StylesSetComp
|
173
|
+
};
|
@@ -0,0 +1,30 @@
|
|
1
|
+
import {
|
2
|
+
esm_default
|
3
|
+
} from "./chunk-YE67BQQN.js";
|
4
|
+
|
5
|
+
// src/node/images/transform/frame/backgrounds/create-line-background/index.ts
|
6
|
+
var colorTransformationsSchema = esm_default.array(esm_default.object({
|
7
|
+
type: esm_default.enum(["saturate", "lighten", "complement"]),
|
8
|
+
intensity: esm_default.number().min(0).max(100),
|
9
|
+
intensityMode: esm_default.enum(["add", "set"])
|
10
|
+
}));
|
11
|
+
var createLineBackgroundSchema = esm_default.object({
|
12
|
+
type: esm_default.literal("line"),
|
13
|
+
params: esm_default.object({
|
14
|
+
nbLines: esm_default.number().min(1),
|
15
|
+
colors: esm_default.object({
|
16
|
+
selectColorPaletteIndex: esm_default.union([
|
17
|
+
esm_default.literal("first"),
|
18
|
+
esm_default.literal("last"),
|
19
|
+
esm_default.number().min(0)
|
20
|
+
]),
|
21
|
+
primaryTransformations: colorTransformationsSchema,
|
22
|
+
secondaryTransformations: colorTransformationsSchema
|
23
|
+
})
|
24
|
+
})
|
25
|
+
});
|
26
|
+
|
27
|
+
export {
|
28
|
+
colorTransformationsSchema,
|
29
|
+
createLineBackgroundSchema
|
30
|
+
};
|