@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.
Files changed (80) hide show
  1. package/dist/assets.d.mts +7 -0
  2. package/dist/assets.d.ts +7 -0
  3. package/dist/assets.js +57 -0
  4. package/dist/assets.mjs +7 -0
  5. package/dist/catalog.d.mts +7 -0
  6. package/dist/catalog.d.ts +7 -0
  7. package/dist/catalog.js +55 -0
  8. package/dist/catalog.mjs +7 -0
  9. package/dist/chevron-up-down.d.mts +7 -0
  10. package/dist/chevron-up-down.d.ts +7 -0
  11. package/dist/chevron-up-down.js +53 -0
  12. package/dist/chevron-up-down.mjs +7 -0
  13. package/dist/chunk-2O26UG4T.mjs +30 -0
  14. package/dist/chunk-3FNTP6LP.mjs +33 -0
  15. package/dist/chunk-3KZAUSZ3.mjs +32 -0
  16. package/dist/chunk-5AMD4S26.mjs +33 -0
  17. package/dist/chunk-DNHYYMYF.mjs +33 -0
  18. package/dist/chunk-DRZOZSLJ.mjs +30 -0
  19. package/dist/chunk-DSI5CQOQ.mjs +32 -0
  20. package/dist/chunk-EIACNJBZ.mjs +31 -0
  21. package/dist/chunk-HOWMZ73X.mjs +33 -0
  22. package/dist/chunk-JFTUDPFQ.mjs +31 -0
  23. package/dist/chunk-SXOBVX7T.mjs +30 -0
  24. package/dist/chunk-WPTOAHE7.mjs +31 -0
  25. package/dist/chunk-XOYRXKQA.mjs +32 -0
  26. package/dist/chunk-Y7DSA4LC.mjs +34 -0
  27. package/dist/chunk-YECZ4NTF.mjs +34 -0
  28. package/dist/controls.d.mts +7 -0
  29. package/dist/controls.d.ts +7 -0
  30. package/dist/controls.js +56 -0
  31. package/dist/controls.mjs +7 -0
  32. package/dist/documents.d.mts +7 -0
  33. package/dist/documents.d.ts +7 -0
  34. package/dist/documents.js +56 -0
  35. package/dist/documents.mjs +7 -0
  36. package/dist/dsar.d.mts +7 -0
  37. package/dist/dsar.d.ts +7 -0
  38. package/dist/dsar.js +53 -0
  39. package/dist/dsar.mjs +7 -0
  40. package/dist/incident.d.mts +7 -0
  41. package/dist/incident.d.ts +7 -0
  42. package/dist/incident.js +54 -0
  43. package/dist/incident.mjs +7 -0
  44. package/dist/index.d.mts +15 -0
  45. package/dist/index.d.ts +15 -0
  46. package/dist/index.js +523 -89
  47. package/dist/index.mjs +78 -18
  48. package/dist/issues.d.mts +7 -0
  49. package/dist/issues.d.ts +7 -0
  50. package/dist/issues.js +56 -0
  51. package/dist/issues.mjs +7 -0
  52. package/dist/panel-left-icon.d.mts +7 -0
  53. package/dist/panel-left-icon.d.ts +7 -0
  54. package/dist/panel-left-icon.js +53 -0
  55. package/dist/panel-left-icon.mjs +7 -0
  56. package/dist/people.d.mts +7 -0
  57. package/dist/people.d.ts +7 -0
  58. package/dist/people.js +55 -0
  59. package/dist/people.mjs +7 -0
  60. package/dist/processing-activity.d.mts +7 -0
  61. package/dist/processing-activity.d.ts +7 -0
  62. package/dist/processing-activity.js +57 -0
  63. package/dist/processing-activity.mjs +7 -0
  64. package/dist/program-icon.d.mts +7 -0
  65. package/dist/program-icon.d.ts +7 -0
  66. package/dist/program-icon.js +55 -0
  67. package/dist/program-icon.mjs +7 -0
  68. package/dist/risk.d.mts +7 -0
  69. package/dist/risk.d.ts +7 -0
  70. package/dist/risk.js +54 -0
  71. package/dist/risk.mjs +7 -0
  72. package/dist/upload.d.mts +7 -0
  73. package/dist/upload.d.ts +7 -0
  74. package/dist/upload.js +54 -0
  75. package/dist/upload.mjs +7 -0
  76. package/dist/vendor.d.mts +7 -0
  77. package/dist/vendor.d.ts +7 -0
  78. package/dist/vendor.js +56 -0
  79. package/dist/vendor.mjs +7 -0
  80. 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
+ });
@@ -0,0 +1,7 @@
1
+ "use client";
2
+ import {
3
+ UploadIcon
4
+ } from "./chunk-WPTOAHE7.mjs";
5
+ export {
6
+ UploadIcon
7
+ };
@@ -0,0 +1,7 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import { IconSvgProps } from './types.mjs';
3
+ import 'react';
4
+
5
+ declare const VendorIcon: ({ size, ...props }: IconSvgProps) => react_jsx_runtime.JSX.Element;
6
+
7
+ export { VendorIcon };
@@ -0,0 +1,7 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import { IconSvgProps } from './types.js';
3
+ import 'react';
4
+
5
+ declare const VendorIcon: ({ size, ...props }: IconSvgProps) => react_jsx_runtime.JSX.Element;
6
+
7
+ export { VendorIcon };
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
+ });
@@ -0,0 +1,7 @@
1
+ "use client";
2
+ import {
3
+ VendorIcon
4
+ } from "./chunk-5AMD4S26.mjs";
5
+ export {
6
+ VendorIcon
7
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kopexa/icons",
3
- "version": "8.0.9",
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.5.8"
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.5"
34
+ "@kopexa/react-utils": "2.0.6"
35
35
  },
36
36
  "clean-package": "../../../clean-package.config.json",
37
37
  "module": "dist/index.mjs",