@exem-ui/react 0.3.4-next.20260328020730 → 0.3.4-next.20260416085900
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/{chunk-JGUFWMZX.js → chunk-FDL3SGML.js} +70 -4
- package/dist/chunk-FDL3SGML.js.map +1 -0
- package/dist/{chunk-XQXYSBEQ.mjs → chunk-IIEFCBTB.mjs} +3 -3
- package/dist/{chunk-XQXYSBEQ.mjs.map → chunk-IIEFCBTB.mjs.map} +1 -1
- package/dist/{chunk-26PI6EIP.mjs → chunk-LVOYN3NA.mjs} +69 -5
- package/dist/chunk-LVOYN3NA.mjs.map +1 -0
- package/dist/{chunk-RLN5PNWX.js → chunk-ZCSXSU53.js} +4 -4
- package/dist/{chunk-RLN5PNWX.js.map → chunk-ZCSXSU53.js.map} +1 -1
- package/dist/flat/index.js +6 -6
- package/dist/flat/index.mjs +2 -2
- package/dist/icon/index.d.mts +21 -1
- package/dist/icon/index.d.ts +21 -1
- package/dist/icon/index.js +423 -407
- package/dist/icon/index.mjs +1 -1
- package/dist/index.d.mts +52 -4
- package/dist/index.d.ts +52 -4
- package/dist/index.js +168 -25
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +145 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -3
- package/dist/chunk-26PI6EIP.mjs.map +0 -1
- package/dist/chunk-JGUFWMZX.js.map +0 -1
|
@@ -215,6 +215,23 @@ var iconManifest = [
|
|
|
215
215
|
"navigation"
|
|
216
216
|
]
|
|
217
217
|
},
|
|
218
|
+
{
|
|
219
|
+
"name": "Automation",
|
|
220
|
+
"kebab": "automation",
|
|
221
|
+
"types": [
|
|
222
|
+
"fill",
|
|
223
|
+
"light",
|
|
224
|
+
"regular"
|
|
225
|
+
],
|
|
226
|
+
"tags": [
|
|
227
|
+
"automation",
|
|
228
|
+
"robot",
|
|
229
|
+
"workflow"
|
|
230
|
+
],
|
|
231
|
+
"categories": [
|
|
232
|
+
"system"
|
|
233
|
+
]
|
|
234
|
+
},
|
|
218
235
|
{
|
|
219
236
|
"name": "Back",
|
|
220
237
|
"kebab": "back",
|
|
@@ -1327,6 +1344,24 @@ var iconManifest = [
|
|
|
1327
1344
|
"navigation"
|
|
1328
1345
|
]
|
|
1329
1346
|
},
|
|
1347
|
+
{
|
|
1348
|
+
"name": "Folderlock",
|
|
1349
|
+
"kebab": "folderlock",
|
|
1350
|
+
"types": [
|
|
1351
|
+
"fill",
|
|
1352
|
+
"light",
|
|
1353
|
+
"regular"
|
|
1354
|
+
],
|
|
1355
|
+
"tags": [
|
|
1356
|
+
"folder",
|
|
1357
|
+
"lock",
|
|
1358
|
+
"secure",
|
|
1359
|
+
"private"
|
|
1360
|
+
],
|
|
1361
|
+
"categories": [
|
|
1362
|
+
"file"
|
|
1363
|
+
]
|
|
1364
|
+
},
|
|
1330
1365
|
{
|
|
1331
1366
|
"name": "Foward",
|
|
1332
1367
|
"kebab": "foward",
|
|
@@ -3202,6 +3237,16 @@ var ArrowUpRight = ({ size = 20, type, ...props }) => {
|
|
|
3202
3237
|
}
|
|
3203
3238
|
return /* @__PURE__ */ jsxRuntime.jsx("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", role: "img", ...props, children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M18.004 16.9h-2V9.412l-9.297 9.294-1.414-1.414L14.589 8H7.104V6h9.9a1 1 0 0 1 1 1z" }) });
|
|
3204
3239
|
};
|
|
3240
|
+
var Automation = ({ size = 20, type, ...props }) => {
|
|
3241
|
+
const resolvedType = type ?? (size <= 18 ? "regular" : "light");
|
|
3242
|
+
if (resolvedType === "fill") {
|
|
3243
|
+
return /* @__PURE__ */ jsxRuntime.jsx("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", role: "img", ...props, children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M7.397 17.25q-1.05.875-2.188.8a3.4 3.4 0 0 1-1.987-.775q-.85-.701-1.163-1.837-.312-1.138.413-2.338L4.347 10a4 4 0 0 1-.988-1.325A3.9 3.9 0 0 1 2.997 7q0-1.65 1.175-2.825T6.997 3t2.825 1.175T10.997 7 9.822 9.825 6.997 11q-.225 0-.45-.025a3 3 0 0 1-.425-.075l-1.925 3.25q-.275.45-.175.887.1.438.425.713t.775.313q.45.036.875-.313l10.5-9.025q1.05-.875 2.2-.787t2 .787 1.15 1.838-.425 2.337L19.647 14q.625.55.988 1.325.362.775.362 1.675 0 1.65-1.175 2.825T16.997 21t-2.825-1.175T12.997 17t1.175-2.825T16.997 13q.225 0 .438.025.212.025.412.075l1.95-3.25q.275-.45.175-.887a1.28 1.28 0 0 0-.425-.713 1.34 1.34 0 0 0-.775-.312q-.45-.038-.875.312z" }) });
|
|
3244
|
+
}
|
|
3245
|
+
if (resolvedType === "light") {
|
|
3246
|
+
return /* @__PURE__ */ jsxRuntime.jsx("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", role: "img", ...props, children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M7.372 16.923q-.956.798-1.992.723a3.1 3.1 0 0 1-1.799-.707q-.763-.634-1.037-1.66-.274-1.027.374-2.102l1.913-3.168a3.66 3.66 0 0 1-1.34-2.836 3.54 3.54 0 0 1 1.074-2.599A3.54 3.54 0 0 1 7.164 3.5a3.54 3.54 0 0 1 2.599 1.074 3.54 3.54 0 0 1 1.074 2.599 3.54 3.54 0 0 1-1.074 2.599 3.54 3.54 0 0 1-2.6 1.074q-.263 0-.516-.034-.254-.034-.483-.114l-1.954 3.27q-.314.516-.194 1.017t.492.813q.375.312.89.356.519.042 1-.356L16.62 7.062q.944-.799 1.979-.72a3.17 3.17 0 0 1 1.81.71q.774.631 1.049 1.659.273 1.027-.384 2.112L19.15 14q.616.502.978 1.234.363.731.363 1.593 0 1.525-1.081 2.599a3.56 3.56 0 0 1-2.6 1.074 3.52 3.52 0 0 1-2.591-1.079q-1.074-1.08-1.074-2.594 0-1.515 1.076-2.594 1.076-1.08 2.587-1.08.266 0 .515.04.25.04.48.119l1.969-3.28q.313-.516.198-1.016a1.46 1.46 0 0 0-.487-.813 1.57 1.57 0 0 0-.89-.362q-.517-.046-1 .361zm1.33-8.212q.635-.636.635-1.538t-.636-1.537A2.1 2.1 0 0 0 7.164 5q-.902 0-1.538.636a2.1 2.1 0 0 0-.635 1.537q0 .902.635 1.537.636.636 1.538.636T8.7 8.71m9.647 9.654q.642-.636.642-1.538t-.642-1.538a2.11 2.11 0 0 0-1.542-.635q-.9 0-1.532.636-.63.635-.63 1.537t.63 1.537q.63.636 1.532.636.9 0 1.542-.636" }) });
|
|
3247
|
+
}
|
|
3248
|
+
return /* @__PURE__ */ jsxRuntime.jsx("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", role: "img", ...props, children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M7.397 17.25q-1.05.875-2.188.8a3.4 3.4 0 0 1-1.987-.775q-.85-.701-1.163-1.837-.312-1.138.413-2.338L4.347 10a4 4 0 0 1-.988-1.325A3.9 3.9 0 0 1 2.997 7q0-1.65 1.175-2.825T6.997 3t2.825 1.175T10.997 7 9.822 9.825 6.997 11q-.225 0-.45-.025a3 3 0 0 1-.425-.075l-1.925 3.25q-.275.45-.175.887.1.438.425.713t.775.313q.45.036.875-.313l10.5-9.025q1.05-.875 2.2-.787t2 .787 1.15 1.838-.425 2.337L19.647 14q.625.55.988 1.325.362.775.362 1.675 0 1.65-1.175 2.825T16.997 21t-2.825-1.175T12.997 17t1.175-2.825T16.997 13q.225 0 .438.025.212.025.412.075l1.95-3.25q.275-.45.175-.887a1.28 1.28 0 0 0-.425-.713 1.34 1.34 0 0 0-.775-.312q-.45-.038-.875.312zm1.012-8.837q.588-.588.588-1.413 0-.824-.588-1.412A1.93 1.93 0 0 0 6.997 5q-.824 0-1.413.588A1.93 1.93 0 0 0 4.997 7q0 .824.587 1.412Q6.172 9 6.997 9t1.412-.588m10 10q.588-.588.588-1.413t-.587-1.412A1.93 1.93 0 0 0 16.997 15q-.825 0-1.412.588A1.93 1.93 0 0 0 14.997 17q0 .824.588 1.413.587.587 1.412.587.824 0 1.413-.587" }) });
|
|
3249
|
+
};
|
|
3205
3250
|
var Back = ({ size = 20, type, ...props }) => {
|
|
3206
3251
|
const resolvedType = type ?? (size <= 18 ? "regular" : "light");
|
|
3207
3252
|
if (resolvedType === "fill") {
|
|
@@ -3863,6 +3908,25 @@ var FolderOpen = ({ size = 20, type, ...props }) => {
|
|
|
3863
3908
|
}
|
|
3864
3909
|
return /* @__PURE__ */ jsxRuntime.jsx("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", role: "img", ...props, children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M4 20q-.824 0-1.412-.587A1.93 1.93 0 0 1 2 18V6q0-.824.587-1.412A1.93 1.93 0 0 1 4 4h6l2 2h8q.824 0 1.413.588Q22 7.175 22 8H11.175l-2-2H4v12l2.4-8h17.1l-2.575 8.575a1.95 1.95 0 0 1-.738 1.038A2 2 0 0 1 19 20zm2.1-2H19l1.8-6H7.9z" }) });
|
|
3865
3910
|
};
|
|
3911
|
+
var Folderlock = ({ size = 20, type, ...props }) => {
|
|
3912
|
+
const resolvedType = type ?? (size <= 18 ? "regular" : "light");
|
|
3913
|
+
if (resolvedType === "fill") {
|
|
3914
|
+
return /* @__PURE__ */ jsxRuntime.jsxs("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", role: "img", ...props, children: [
|
|
3915
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", fillRule: "evenodd", d: "M19 14q.825 0 1.412.588Q21 15.176 21 16v1h.15q.35 0 .6.25t.25.6v3.3a.82.82 0 0 1-.25.6.82.82 0 0 1-.6.25h-4.3a.82.82 0 0 1-.6-.25.82.82 0 0 1-.25-.6v-3.3q0-.35.25-.6a.82.82 0 0 1 .6-.25H17v-1q0-.825.588-1.412A1.93 1.93 0 0 1 19 14m0 1a.97.97 0 0 0-.713.287A.97.97 0 0 0 18 16v1h2v-1a.97.97 0 0 0-.287-.713A.97.97 0 0 0 19 15", clipRule: "evenodd" }),
|
|
3916
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M12 6h8q.825 0 1.412.588Q22 7.176 22 8v5a5 5 0 0 0-8 4v3H4q-.824 0-1.412-.588A1.93 1.93 0 0 1 2 18V6q0-.824.588-1.412A1.93 1.93 0 0 1 4 4h6z" })
|
|
3917
|
+
] });
|
|
3918
|
+
}
|
|
3919
|
+
if (resolvedType === "light") {
|
|
3920
|
+
return /* @__PURE__ */ jsxRuntime.jsxs("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", role: "img", ...props, children: [
|
|
3921
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", fillRule: "evenodd", d: "M18.625 13.848q.787 0 1.336.55.549.548.549 1.334v1h.13q.354 0 .607.25a.82.82 0 0 1 .253.601v3.05a.85.85 0 0 1-.253.61.82.82 0 0 1-.606.259h-4.032a.83.83 0 0 1-.609-.26.83.83 0 0 1-.26-.61v-3.049q0-.35.26-.6a.85.85 0 0 1 .61-.25h.13v-1q0-.787.55-1.335a1.82 1.82 0 0 1 1.335-.55m0 .884a.97.97 0 0 0-.713.289.97.97 0 0 0-.287.711v1h2v-1a.97.97 0 0 0-.287-.711.97.97 0 0 0-.713-.289", clipRule: "evenodd" }),
|
|
3922
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M11.798 6.498h7.894q.758 0 1.283.525t.525 1.283v4.362a5 5 0 0 0-1.5-.57V8.306a.3.3 0 0 0-.308-.308h-8.507l-2-2H4.308A.3.3 0 0 0 4 6.306V17.69a.3.3 0 0 0 .308.308H14v1.5H4.308q-.758 0-1.283-.525A1.75 1.75 0 0 1 2.5 17.69V6.306q0-.758.525-1.283t1.283-.525h5.49z" })
|
|
3923
|
+
] });
|
|
3924
|
+
}
|
|
3925
|
+
return /* @__PURE__ */ jsxRuntime.jsxs("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", role: "img", ...props, children: [
|
|
3926
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", fillRule: "evenodd", d: "M19 14q.825 0 1.412.588Q21 15.176 21 16v1h.15q.35 0 .6.25t.25.6v3.3a.82.82 0 0 1-.25.6.82.82 0 0 1-.6.25h-4.3a.82.82 0 0 1-.6-.25.82.82 0 0 1-.25-.6v-3.3q0-.35.25-.6a.82.82 0 0 1 .6-.25H17v-1q0-.825.588-1.412A1.93 1.93 0 0 1 19 14m0 1a.97.97 0 0 0-.713.287A.97.97 0 0 0 18 16v1h2v-1a.97.97 0 0 0-.287-.713A.97.97 0 0 0 19 15", clipRule: "evenodd" }),
|
|
3927
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M12 6h8q.825 0 1.412.588Q22 7.176 22 8v5a5 5 0 0 0-2-.9V8h-8.825l-2-2H4v12h10v2H4q-.824 0-1.412-.588A1.93 1.93 0 0 1 2 18V6q0-.824.588-1.412A1.93 1.93 0 0 1 4 4h6z" })
|
|
3928
|
+
] });
|
|
3929
|
+
};
|
|
3866
3930
|
var Foward = ({ size = 20, type, ...props }) => {
|
|
3867
3931
|
const resolvedType = type ?? (size <= 18 ? "regular" : "light");
|
|
3868
3932
|
if (resolvedType === "fill") {
|
|
@@ -4468,9 +4532,9 @@ var Refresh = ({ size = 20, type, ...props }) => {
|
|
|
4468
4532
|
var Return = ({ size = 20, type, ...props }) => {
|
|
4469
4533
|
const resolvedType = type ?? (size <= 18 ? "regular" : "light");
|
|
4470
4534
|
if (resolvedType === "light") {
|
|
4471
|
-
return /* @__PURE__ */ jsxRuntime.jsx("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", role: "img", ...props, children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M9.154 17.658 4.03 12.534a.75.75 0 0 1 0-1.06L9.154 6.35l1.054 1.054-3.85 3.
|
|
4535
|
+
return /* @__PURE__ */ jsxRuntime.jsx("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", role: "img", ...props, children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M9.154 17.658 4.03 12.534a.75.75 0 0 1 0-1.06L9.154 6.35l1.054 1.054-3.85 3.85H19V5.5h1.5v6.504a.75.75 0 0 1-.75.75H6.358l3.85 3.85z" }) });
|
|
4472
4536
|
}
|
|
4473
|
-
return /* @__PURE__ */ jsxRuntime.jsx("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", role: "img", ...props, children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "m9 18-5.293-5.293a1 1 0 0 1 0-1.414L9 6l1.4 1.4L6.8
|
|
4537
|
+
return /* @__PURE__ */ jsxRuntime.jsx("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", role: "img", ...props, children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "m9 18-5.293-5.293a1 1 0 0 1 0-1.414L9 6l1.4 1.4L6.8 11H19V5h2v7a1 1 0 0 1-1 1H6.8l3.6 3.6z" }) });
|
|
4474
4538
|
};
|
|
4475
4539
|
var Rewind = ({ size = 20, type, ...props }) => {
|
|
4476
4540
|
const resolvedType = type ?? (size <= 18 ? "regular" : "light");
|
|
@@ -4954,6 +5018,7 @@ exports.ArrowLeft = ArrowLeft;
|
|
|
4954
5018
|
exports.ArrowRight = ArrowRight;
|
|
4955
5019
|
exports.ArrowUp = ArrowUp;
|
|
4956
5020
|
exports.ArrowUpRight = ArrowUpRight;
|
|
5021
|
+
exports.Automation = Automation;
|
|
4957
5022
|
exports.Back = Back;
|
|
4958
5023
|
exports.Badge = Badge;
|
|
4959
5024
|
exports.BarChart = BarChart;
|
|
@@ -5026,6 +5091,7 @@ exports.Flag = Flag;
|
|
|
5026
5091
|
exports.Flowchart = Flowchart;
|
|
5027
5092
|
exports.Folder = Folder;
|
|
5028
5093
|
exports.FolderOpen = FolderOpen;
|
|
5094
|
+
exports.Folderlock = Folderlock;
|
|
5029
5095
|
exports.Foward = Foward;
|
|
5030
5096
|
exports.Frame = Frame;
|
|
5031
5097
|
exports.Functions = Functions;
|
|
@@ -5145,5 +5211,5 @@ exports.ZoomIn = ZoomIn;
|
|
|
5145
5211
|
exports.ZoomOut = ZoomOut;
|
|
5146
5212
|
exports.iconManifest = iconManifest;
|
|
5147
5213
|
exports.iconSizes = iconSizes;
|
|
5148
|
-
//# sourceMappingURL=chunk-
|
|
5149
|
-
//# sourceMappingURL=chunk-
|
|
5214
|
+
//# sourceMappingURL=chunk-FDL3SGML.js.map
|
|
5215
|
+
//# sourceMappingURL=chunk-FDL3SGML.js.map
|