@kopexa/icons 8.0.9 → 9.0.0
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/assets.d.mts +7 -0
- package/dist/assets.d.ts +7 -0
- package/dist/assets.js +57 -0
- package/dist/assets.mjs +7 -0
- package/dist/catalog.d.mts +7 -0
- package/dist/catalog.d.ts +7 -0
- package/dist/catalog.js +55 -0
- package/dist/catalog.mjs +7 -0
- package/dist/chevron-up-down.d.mts +7 -0
- package/dist/chevron-up-down.d.ts +7 -0
- package/dist/chevron-up-down.js +53 -0
- package/dist/chevron-up-down.mjs +7 -0
- package/dist/chunk-2O26UG4T.mjs +30 -0
- package/dist/chunk-3FNTP6LP.mjs +33 -0
- package/dist/chunk-3KZAUSZ3.mjs +32 -0
- package/dist/chunk-5AMD4S26.mjs +33 -0
- package/dist/chunk-DNHYYMYF.mjs +33 -0
- package/dist/chunk-DRZOZSLJ.mjs +30 -0
- package/dist/chunk-DSI5CQOQ.mjs +32 -0
- package/dist/chunk-EIACNJBZ.mjs +31 -0
- package/dist/chunk-HOWMZ73X.mjs +33 -0
- package/dist/chunk-JFTUDPFQ.mjs +31 -0
- package/dist/chunk-SXOBVX7T.mjs +30 -0
- package/dist/chunk-WPTOAHE7.mjs +31 -0
- package/dist/chunk-XOYRXKQA.mjs +32 -0
- package/dist/chunk-Y7DSA4LC.mjs +34 -0
- package/dist/chunk-YECZ4NTF.mjs +34 -0
- package/dist/controls.d.mts +7 -0
- package/dist/controls.d.ts +7 -0
- package/dist/controls.js +56 -0
- package/dist/controls.mjs +7 -0
- package/dist/documents.d.mts +7 -0
- package/dist/documents.d.ts +7 -0
- package/dist/documents.js +56 -0
- package/dist/documents.mjs +7 -0
- package/dist/dsar.d.mts +7 -0
- package/dist/dsar.d.ts +7 -0
- package/dist/dsar.js +53 -0
- package/dist/dsar.mjs +7 -0
- package/dist/incident.d.mts +7 -0
- package/dist/incident.d.ts +7 -0
- package/dist/incident.js +54 -0
- package/dist/incident.mjs +7 -0
- package/dist/index.d.mts +15 -0
- package/dist/index.d.ts +15 -0
- package/dist/index.js +523 -89
- package/dist/index.mjs +78 -18
- package/dist/issues.d.mts +7 -0
- package/dist/issues.d.ts +7 -0
- package/dist/issues.js +56 -0
- package/dist/issues.mjs +7 -0
- package/dist/panel-left-icon.d.mts +7 -0
- package/dist/panel-left-icon.d.ts +7 -0
- package/dist/panel-left-icon.js +53 -0
- package/dist/panel-left-icon.mjs +7 -0
- package/dist/people.d.mts +7 -0
- package/dist/people.d.ts +7 -0
- package/dist/people.js +55 -0
- package/dist/people.mjs +7 -0
- package/dist/processing-activity.d.mts +7 -0
- package/dist/processing-activity.d.ts +7 -0
- package/dist/processing-activity.js +57 -0
- package/dist/processing-activity.mjs +7 -0
- package/dist/program-icon.d.mts +7 -0
- package/dist/program-icon.d.ts +7 -0
- package/dist/program-icon.js +55 -0
- package/dist/program-icon.mjs +7 -0
- package/dist/risk.d.mts +7 -0
- package/dist/risk.d.ts +7 -0
- package/dist/risk.js +54 -0
- package/dist/risk.mjs +7 -0
- package/dist/upload.d.mts +7 -0
- package/dist/upload.d.ts +7 -0
- package/dist/upload.js +54 -0
- package/dist/upload.mjs +7 -0
- package/dist/vendor.d.mts +7 -0
- package/dist/vendor.d.ts +7 -0
- package/dist/vendor.js +56 -0
- package/dist/vendor.mjs +7 -0
- package/package.json +3 -3
package/dist/upload.js
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
"use strict";
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
|
+
var __export = (target, all) => {
|
|
8
|
+
for (var name in all)
|
|
9
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
10
|
+
};
|
|
11
|
+
var __copyProps = (to, from, except, desc) => {
|
|
12
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
13
|
+
for (let key of __getOwnPropNames(from))
|
|
14
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
15
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
16
|
+
}
|
|
17
|
+
return to;
|
|
18
|
+
};
|
|
19
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
|
+
|
|
21
|
+
// src/upload.tsx
|
|
22
|
+
var upload_exports = {};
|
|
23
|
+
__export(upload_exports, {
|
|
24
|
+
UploadIcon: () => UploadIcon
|
|
25
|
+
});
|
|
26
|
+
module.exports = __toCommonJS(upload_exports);
|
|
27
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
28
|
+
var UploadIcon = ({ size = 24, ...props }) => {
|
|
29
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
30
|
+
"svg",
|
|
31
|
+
{
|
|
32
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
33
|
+
width: size,
|
|
34
|
+
height: size,
|
|
35
|
+
viewBox: "0 0 24 24",
|
|
36
|
+
fill: "none",
|
|
37
|
+
stroke: "currentColor",
|
|
38
|
+
strokeWidth: "2",
|
|
39
|
+
strokeLinecap: "round",
|
|
40
|
+
strokeLinejoin: "round",
|
|
41
|
+
...props,
|
|
42
|
+
children: [
|
|
43
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("title", { children: "Upload icon" }),
|
|
44
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M12 13v8" }),
|
|
45
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242" }),
|
|
46
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "m8 17 4-4 4 4" })
|
|
47
|
+
]
|
|
48
|
+
}
|
|
49
|
+
);
|
|
50
|
+
};
|
|
51
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
52
|
+
0 && (module.exports = {
|
|
53
|
+
UploadIcon
|
|
54
|
+
});
|
package/dist/upload.mjs
ADDED
package/dist/vendor.d.ts
ADDED
package/dist/vendor.js
ADDED
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
"use strict";
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
|
+
var __export = (target, all) => {
|
|
8
|
+
for (var name in all)
|
|
9
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
10
|
+
};
|
|
11
|
+
var __copyProps = (to, from, except, desc) => {
|
|
12
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
13
|
+
for (let key of __getOwnPropNames(from))
|
|
14
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
15
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
16
|
+
}
|
|
17
|
+
return to;
|
|
18
|
+
};
|
|
19
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
|
+
|
|
21
|
+
// src/vendor.tsx
|
|
22
|
+
var vendor_exports = {};
|
|
23
|
+
__export(vendor_exports, {
|
|
24
|
+
VendorIcon: () => VendorIcon
|
|
25
|
+
});
|
|
26
|
+
module.exports = __toCommonJS(vendor_exports);
|
|
27
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
28
|
+
var VendorIcon = ({ size = 24, ...props }) => {
|
|
29
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
30
|
+
"svg",
|
|
31
|
+
{
|
|
32
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
33
|
+
width: size,
|
|
34
|
+
height: size,
|
|
35
|
+
viewBox: "0 0 24 24",
|
|
36
|
+
fill: "none",
|
|
37
|
+
stroke: "currentColor",
|
|
38
|
+
strokeWidth: "2",
|
|
39
|
+
strokeLinecap: "round",
|
|
40
|
+
strokeLinejoin: "round",
|
|
41
|
+
...props,
|
|
42
|
+
children: [
|
|
43
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("title", { children: "Vendor icon" }),
|
|
44
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "m2 7 4.41-4.41A2 2 0 0 1 7.83 2h8.34a2 2 0 0 1 1.42.59L22 7" }),
|
|
45
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8" }),
|
|
46
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M15 22v-4a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v4" }),
|
|
47
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M2 7h20" }),
|
|
48
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M22 7v3a2 2 0 0 1-2 2a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 16 12a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 12 12a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 8 12a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 4 12a2 2 0 0 1-2-2V7" })
|
|
49
|
+
]
|
|
50
|
+
}
|
|
51
|
+
);
|
|
52
|
+
};
|
|
53
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
54
|
+
0 && (module.exports = {
|
|
55
|
+
VendorIcon
|
|
56
|
+
});
|
package/dist/vendor.mjs
ADDED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kopexa/icons",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "9.0.0",
|
|
4
4
|
"description": "icons we use in our kopexa products",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"icons"
|
|
@@ -27,11 +27,11 @@
|
|
|
27
27
|
"peerDependencies": {
|
|
28
28
|
"react": ">=19.0.0-rc.0",
|
|
29
29
|
"react-dom": ">=19.0.0-rc.0",
|
|
30
|
-
"@kopexa/theme": "1.
|
|
30
|
+
"@kopexa/theme": "1.6.0"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@kopexa/shared-utils": "1.1.5",
|
|
34
|
-
"@kopexa/react-utils": "2.0.
|
|
34
|
+
"@kopexa/react-utils": "2.0.6"
|
|
35
35
|
},
|
|
36
36
|
"clean-package": "../../../clean-package.config.json",
|
|
37
37
|
"module": "dist/index.mjs",
|