@tnf-dev/react 1.0.1-6 → 1.0.1-8
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/cjs/components/icons/archive-box-icon.cjs +1 -50
- package/dist/cjs/components/icons/bell-icon.cjs +1 -50
- package/dist/cjs/components/icons/check-circle-icon.cjs +1 -50
- package/dist/cjs/components/icons/index.cjs +1 -112
- package/dist/cjs/components/inbox/bell.cjs +12 -4714
- package/dist/cjs/components/inbox/button.cjs +12 -4654
- package/dist/cjs/components/inbox/empty.cjs +12 -4635
- package/dist/cjs/components/inbox/inbox.cjs +12 -5291
- package/dist/cjs/components/inbox/index.cjs +12 -5309
- package/dist/cjs/components/inbox/loader.cjs +12 -4629
- package/dist/cjs/components/inbox/notification-header.cjs +12 -4649
- package/dist/cjs/components/inbox/notification-item/actions.cjs +12 -4738
- package/dist/cjs/components/inbox/notification-item/index.cjs +12 -4865
- package/dist/cjs/components/inbox/popover.cjs +12 -4711
- package/dist/cjs/components/index.cjs +12 -5309
- package/dist/cjs/contexts/StyleProvider.cjs +12 -4645
- package/dist/cjs/contexts/TeknifyProvider.cjs +12 -4674
- package/dist/cjs/contexts/index.cjs +12 -4677
- package/dist/cjs/dto/index.cjs +1 -19
- package/dist/cjs/dto/notifications/index.cjs +1 -19
- package/dist/cjs/dto/notifications/notification.interface.cjs +1 -19
- package/dist/cjs/hooks/index.cjs +1 -145
- package/dist/cjs/hooks/useNotifications.cjs +1 -143
- package/dist/cjs/index.cjs +12 -5362
- package/dist/cjs/utils/const.cjs +1 -31
- package/dist/cjs/utils/index.cjs +1 -33
- package/dist/esm/components/icons/archive-box-icon.js +1 -8
- package/dist/esm/components/icons/bell-icon.js +1 -8
- package/dist/esm/components/icons/check-circle-icon.js +1 -8
- package/dist/esm/components/icons/index.js +1 -17
- package/dist/esm/components/inbox/bell.js +29 -15
- package/dist/esm/components/inbox/button.js +29 -11
- package/dist/esm/components/inbox/empty.js +29 -11
- package/dist/esm/components/inbox/inbox.js +29 -28
- package/dist/esm/components/inbox/index.js +29 -50
- package/dist/esm/components/inbox/loader.js +29 -9
- package/dist/esm/components/inbox/notification-header.js +29 -11
- package/dist/esm/components/inbox/notification-item/actions.js +29 -16
- package/dist/esm/components/inbox/notification-item/index.js +29 -17
- package/dist/esm/components/inbox/popover.js +29 -11
- package/dist/esm/components/index.js +29 -51
- package/dist/esm/contexts/StyleProvider.js +29 -9
- package/dist/esm/contexts/TeknifyProvider.js +29 -12
- package/dist/esm/contexts/index.js +29 -13
- package/dist/esm/dto/index.js +0 -4
- package/dist/esm/dto/notifications/index.js +0 -3
- package/dist/esm/dto/notifications/notification.interface.js +0 -2
- package/dist/esm/hooks/index.js +1 -13
- package/dist/esm/hooks/useNotifications.js +1 -12
- package/dist/esm/index.js +29 -62
- package/dist/esm/utils/const.js +1 -8
- package/dist/esm/utils/index.js +1 -9
- package/package.json +2 -3
- package/dist/cjs/components/icons/archive-box-icon.cjs.map +0 -1
- package/dist/cjs/components/icons/bell-icon.cjs.map +0 -1
- package/dist/cjs/components/icons/check-circle-icon.cjs.map +0 -1
- package/dist/cjs/components/icons/index.cjs.map +0 -1
- package/dist/cjs/components/inbox/bell.cjs.map +0 -1
- package/dist/cjs/components/inbox/button.cjs.map +0 -1
- package/dist/cjs/components/inbox/empty.cjs.map +0 -1
- package/dist/cjs/components/inbox/inbox.cjs.map +0 -1
- package/dist/cjs/components/inbox/index.cjs.map +0 -1
- package/dist/cjs/components/inbox/loader.cjs.map +0 -1
- package/dist/cjs/components/inbox/notification-header.cjs.map +0 -1
- package/dist/cjs/components/inbox/notification-item/actions.cjs.map +0 -1
- package/dist/cjs/components/inbox/notification-item/index.cjs.map +0 -1
- package/dist/cjs/components/inbox/popover.cjs.map +0 -1
- package/dist/cjs/components/index.cjs.map +0 -1
- package/dist/cjs/contexts/StyleProvider.cjs.map +0 -1
- package/dist/cjs/contexts/TeknifyProvider.cjs.map +0 -1
- package/dist/cjs/contexts/index.cjs.map +0 -1
- package/dist/cjs/dto/index.cjs.map +0 -1
- package/dist/cjs/dto/notifications/index.cjs.map +0 -1
- package/dist/cjs/dto/notifications/notification.interface.cjs.map +0 -1
- package/dist/cjs/hooks/index.cjs.map +0 -1
- package/dist/cjs/hooks/useNotifications.cjs.map +0 -1
- package/dist/cjs/index.cjs.map +0 -1
- package/dist/cjs/utils/const.cjs.map +0 -1
- package/dist/cjs/utils/index.cjs.map +0 -1
- package/dist/esm/chunk-57PGXW3M.js +0 -2
- package/dist/esm/chunk-57PGXW3M.js.map +0 -1
- package/dist/esm/chunk-5ZHARJ3G.js +0 -4446
- package/dist/esm/chunk-5ZHARJ3G.js.map +0 -1
- package/dist/esm/chunk-6FGP2HJW.js +0 -9
- package/dist/esm/chunk-6FGP2HJW.js.map +0 -1
- package/dist/esm/chunk-ATNNGNAM.js +0 -2
- package/dist/esm/chunk-ATNNGNAM.js.map +0 -1
- package/dist/esm/chunk-B5I3IFK2.js +0 -113
- package/dist/esm/chunk-B5I3IFK2.js.map +0 -1
- package/dist/esm/chunk-DC2MKTMP.js +0 -2
- package/dist/esm/chunk-DC2MKTMP.js.map +0 -1
- package/dist/esm/chunk-EBHNXTGY.js +0 -2
- package/dist/esm/chunk-EBHNXTGY.js.map +0 -1
- package/dist/esm/chunk-ET4RPLX7.js +0 -32
- package/dist/esm/chunk-ET4RPLX7.js.map +0 -1
- package/dist/esm/chunk-H3IWAKC5.js +0 -34
- package/dist/esm/chunk-H3IWAKC5.js.map +0 -1
- package/dist/esm/chunk-H3RCKWE3.js +0 -2
- package/dist/esm/chunk-H3RCKWE3.js.map +0 -1
- package/dist/esm/chunk-HDKTD2IK.js +0 -49
- package/dist/esm/chunk-HDKTD2IK.js.map +0 -1
- package/dist/esm/chunk-IXQPSHNR.js +0 -32
- package/dist/esm/chunk-IXQPSHNR.js.map +0 -1
- package/dist/esm/chunk-MNBHQJKW.js +0 -2
- package/dist/esm/chunk-MNBHQJKW.js.map +0 -1
- package/dist/esm/chunk-NDUFFQA7.js +0 -24
- package/dist/esm/chunk-NDUFFQA7.js.map +0 -1
- package/dist/esm/chunk-NQ3CC7OA.js +0 -84
- package/dist/esm/chunk-NQ3CC7OA.js.map +0 -1
- package/dist/esm/chunk-QILM4R2Q.js +0 -54
- package/dist/esm/chunk-QILM4R2Q.js.map +0 -1
- package/dist/esm/chunk-RCHW4I55.js +0 -2
- package/dist/esm/chunk-RCHW4I55.js.map +0 -1
- package/dist/esm/chunk-RLFVKZHT.js +0 -30
- package/dist/esm/chunk-RLFVKZHT.js.map +0 -1
- package/dist/esm/chunk-S6WUE45S.js +0 -32
- package/dist/esm/chunk-S6WUE45S.js.map +0 -1
- package/dist/esm/chunk-SSLZWOID.js +0 -97
- package/dist/esm/chunk-SSLZWOID.js.map +0 -1
- package/dist/esm/chunk-VWQT7XSQ.js +0 -2
- package/dist/esm/chunk-VWQT7XSQ.js.map +0 -1
- package/dist/esm/chunk-WN4NSHNE.js +0 -32
- package/dist/esm/chunk-WN4NSHNE.js.map +0 -1
- package/dist/esm/chunk-XVCHU66N.js +0 -40
- package/dist/esm/chunk-XVCHU66N.js.map +0 -1
- package/dist/esm/chunk-YKV4YNJ4.js +0 -44
- package/dist/esm/chunk-YKV4YNJ4.js.map +0 -1
- package/dist/esm/chunk-YY3MZBYQ.js +0 -2
- package/dist/esm/chunk-YY3MZBYQ.js.map +0 -1
- package/dist/esm/chunk-Z4Q2SGNX.js +0 -144
- package/dist/esm/chunk-Z4Q2SGNX.js.map +0 -1
- package/dist/esm/chunk-ZBV5DZZB.js +0 -104
- package/dist/esm/chunk-ZBV5DZZB.js.map +0 -1
- package/dist/esm/components/icons/archive-box-icon.js.map +0 -1
- package/dist/esm/components/icons/bell-icon.js.map +0 -1
- package/dist/esm/components/icons/check-circle-icon.js.map +0 -1
- package/dist/esm/components/icons/index.js.map +0 -1
- package/dist/esm/components/inbox/bell.js.map +0 -1
- package/dist/esm/components/inbox/button.js.map +0 -1
- package/dist/esm/components/inbox/empty.js.map +0 -1
- package/dist/esm/components/inbox/inbox.js.map +0 -1
- package/dist/esm/components/inbox/index.js.map +0 -1
- package/dist/esm/components/inbox/loader.js.map +0 -1
- package/dist/esm/components/inbox/notification-header.js.map +0 -1
- package/dist/esm/components/inbox/notification-item/actions.js.map +0 -1
- package/dist/esm/components/inbox/notification-item/index.js.map +0 -1
- package/dist/esm/components/inbox/popover.js.map +0 -1
- package/dist/esm/components/index.js.map +0 -1
- package/dist/esm/contexts/StyleProvider.js.map +0 -1
- package/dist/esm/contexts/TeknifyProvider.js.map +0 -1
- package/dist/esm/contexts/index.js.map +0 -1
- package/dist/esm/dto/index.js.map +0 -1
- package/dist/esm/dto/notifications/index.js.map +0 -1
- package/dist/esm/dto/notifications/notification.interface.js.map +0 -1
- package/dist/esm/hooks/index.js.map +0 -1
- package/dist/esm/hooks/useNotifications.js.map +0 -1
- package/dist/esm/index.js.map +0 -1
- package/dist/esm/utils/const.js.map +0 -1
- package/dist/esm/utils/index.js.map +0 -1
@@ -1,51 +1,2 @@
|
|
1
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/components/icons/archive-box-icon.tsx
|
22
|
-
var archive_box_icon_exports = {};
|
23
|
-
__export(archive_box_icon_exports, {
|
24
|
-
default: () => archive_box_icon_default
|
25
|
-
});
|
26
|
-
module.exports = __toCommonJS(archive_box_icon_exports);
|
27
|
-
var import_jsx_runtime = require("react/jsx-runtime");
|
28
|
-
var ArchiveBoxIcon = (props) => {
|
29
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
30
|
-
"svg",
|
31
|
-
{
|
32
|
-
xmlns: "http://www.w3.org/2000/svg",
|
33
|
-
fill: "none",
|
34
|
-
viewBox: "0 0 24 24",
|
35
|
-
strokeWidth: 1.5,
|
36
|
-
stroke: "currentColor",
|
37
|
-
className: "size-6",
|
38
|
-
...props,
|
39
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
40
|
-
"path",
|
41
|
-
{
|
42
|
-
strokeLinecap: "round",
|
43
|
-
strokeLinejoin: "round",
|
44
|
-
d: "m20.25 7.5-.625 10.632a2.25 2.25 0 0 1-2.247 2.118H6.622a2.25 2.25 0 0 1-2.247-2.118L3.75 7.5M10 11.25h4M3.375 7.5h17.25c.621 0 1.125-.504 1.125-1.125v-1.5c0-.621-.504-1.125-1.125-1.125H3.375c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125Z"
|
45
|
-
}
|
46
|
-
)
|
47
|
-
}
|
48
|
-
);
|
49
|
-
};
|
50
|
-
var archive_box_icon_default = ArchiveBoxIcon;
|
51
|
-
//# sourceMappingURL=archive-box-icon.cjs.map
|
2
|
+
"use strict";var s=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var v=Object.getOwnPropertyNames;var p=Object.prototype.hasOwnProperty;var a=(o,e)=>{for(var n in e)s(o,n,{get:e[n],enumerable:!0})},h=(o,e,n,c)=>{if(e&&typeof e=="object"||typeof e=="function")for(let r of v(e))!p.call(o,r)&&r!==n&&s(o,r,{get:()=>e[r],enumerable:!(c=i(e,r))||c.enumerable});return o};var d=o=>h(s({},"__esModule",{value:!0}),o);var g={};a(g,{default:()=>x});module.exports=d(g);var t=require("react/jsx-runtime"),l=o=>(0,t.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor",className:"size-6",...o,children:(0,t.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m20.25 7.5-.625 10.632a2.25 2.25 0 0 1-2.247 2.118H6.622a2.25 2.25 0 0 1-2.247-2.118L3.75 7.5M10 11.25h4M3.375 7.5h17.25c.621 0 1.125-.504 1.125-1.125v-1.5c0-.621-.504-1.125-1.125-1.125H3.375c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125Z"})}),x=l;
|
@@ -1,51 +1,2 @@
|
|
1
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/components/icons/bell-icon.tsx
|
22
|
-
var bell_icon_exports = {};
|
23
|
-
__export(bell_icon_exports, {
|
24
|
-
default: () => bell_icon_default
|
25
|
-
});
|
26
|
-
module.exports = __toCommonJS(bell_icon_exports);
|
27
|
-
var import_jsx_runtime = require("react/jsx-runtime");
|
28
|
-
var BellIcon = (props) => {
|
29
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
30
|
-
"svg",
|
31
|
-
{
|
32
|
-
xmlns: "http://www.w3.org/2000/svg",
|
33
|
-
fill: "none",
|
34
|
-
viewBox: "0 0 24 24",
|
35
|
-
strokeWidth: 1.5,
|
36
|
-
stroke: "currentColor",
|
37
|
-
className: "size-6",
|
38
|
-
...props,
|
39
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
40
|
-
"path",
|
41
|
-
{
|
42
|
-
strokeLinecap: "round",
|
43
|
-
strokeLinejoin: "round",
|
44
|
-
d: "M14.857 17.082a23.848 23.848 0 0 0 5.454-1.31A8.967 8.967 0 0 1 18 9.75V9A6 6 0 0 0 6 9v.75a8.967 8.967 0 0 1-2.312 6.022c1.733.64 3.56 1.085 5.455 1.31m5.714 0a24.255 24.255 0 0 1-5.714 0m5.714 0a3 3 0 1 1-5.714 0"
|
45
|
-
}
|
46
|
-
)
|
47
|
-
}
|
48
|
-
);
|
49
|
-
};
|
50
|
-
var bell_icon_default = BellIcon;
|
51
|
-
//# sourceMappingURL=bell-icon.cjs.map
|
2
|
+
"use strict";var t=Object.defineProperty;var a=Object.getOwnPropertyDescriptor;var c=Object.getOwnPropertyNames;var i=Object.prototype.hasOwnProperty;var p=(e,o)=>{for(var n in o)t(e,n,{get:o[n],enumerable:!0})},d=(e,o,n,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let r of c(o))!i.call(e,r)&&r!==n&&t(e,r,{get:()=>o[r],enumerable:!(l=a(o,r))||l.enumerable});return e};var m=e=>d(t({},"__esModule",{value:!0}),e);var f={};p(f,{default:()=>w});module.exports=m(f);var s=require("react/jsx-runtime"),v=e=>(0,s.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor",className:"size-6",...e,children:(0,s.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M14.857 17.082a23.848 23.848 0 0 0 5.454-1.31A8.967 8.967 0 0 1 18 9.75V9A6 6 0 0 0 6 9v.75a8.967 8.967 0 0 1-2.312 6.022c1.733.64 3.56 1.085 5.455 1.31m5.714 0a24.255 24.255 0 0 1-5.714 0m5.714 0a3 3 0 1 1-5.714 0"})}),w=v;
|
@@ -1,51 +1,2 @@
|
|
1
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/components/icons/check-circle-icon.tsx
|
22
|
-
var check_circle_icon_exports = {};
|
23
|
-
__export(check_circle_icon_exports, {
|
24
|
-
default: () => check_circle_icon_default
|
25
|
-
});
|
26
|
-
module.exports = __toCommonJS(check_circle_icon_exports);
|
27
|
-
var import_jsx_runtime = require("react/jsx-runtime");
|
28
|
-
var CheckCircleIcon = (props) => {
|
29
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
30
|
-
"svg",
|
31
|
-
{
|
32
|
-
xmlns: "http://www.w3.org/2000/svg",
|
33
|
-
fill: "none",
|
34
|
-
viewBox: "0 0 24 24",
|
35
|
-
strokeWidth: 1.5,
|
36
|
-
stroke: "currentColor",
|
37
|
-
className: "size-6",
|
38
|
-
...props,
|
39
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
40
|
-
"path",
|
41
|
-
{
|
42
|
-
strokeLinecap: "round",
|
43
|
-
strokeLinejoin: "round",
|
44
|
-
d: "M9 12.75 11.25 15 15 9.75M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"
|
45
|
-
}
|
46
|
-
)
|
47
|
-
}
|
48
|
-
);
|
49
|
-
};
|
50
|
-
var check_circle_icon_default = CheckCircleIcon;
|
51
|
-
//# sourceMappingURL=check-circle-icon.cjs.map
|
2
|
+
"use strict";var s=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var C=Object.getOwnPropertyNames;var l=Object.prototype.hasOwnProperty;var p=(e,o)=>{for(var n in o)s(e,n,{get:o[n],enumerable:!0})},a=(e,o,n,c)=>{if(o&&typeof o=="object"||typeof o=="function")for(let r of C(o))!l.call(e,r)&&r!==n&&s(e,r,{get:()=>o[r],enumerable:!(c=i(o,r))||c.enumerable});return e};var k=e=>a(s({},"__esModule",{value:!0}),e);var g={};p(g,{default:()=>h});module.exports=k(g);var t=require("react/jsx-runtime"),d=e=>(0,t.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor",className:"size-6",...e,children:(0,t.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 12.75 11.25 15 15 9.75M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"})}),h=d;
|
@@ -1,113 +1,2 @@
|
|
1
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/components/icons/index.ts
|
22
|
-
var icons_exports = {};
|
23
|
-
__export(icons_exports, {
|
24
|
-
ArchiveBoxIcon: () => archive_box_icon_default,
|
25
|
-
BellIcon: () => bell_icon_default,
|
26
|
-
CheckCircleIcon: () => check_circle_icon_default
|
27
|
-
});
|
28
|
-
module.exports = __toCommonJS(icons_exports);
|
29
|
-
|
30
|
-
// src/components/icons/archive-box-icon.tsx
|
31
|
-
var import_jsx_runtime = require("react/jsx-runtime");
|
32
|
-
var ArchiveBoxIcon = (props) => {
|
33
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
34
|
-
"svg",
|
35
|
-
{
|
36
|
-
xmlns: "http://www.w3.org/2000/svg",
|
37
|
-
fill: "none",
|
38
|
-
viewBox: "0 0 24 24",
|
39
|
-
strokeWidth: 1.5,
|
40
|
-
stroke: "currentColor",
|
41
|
-
className: "size-6",
|
42
|
-
...props,
|
43
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
44
|
-
"path",
|
45
|
-
{
|
46
|
-
strokeLinecap: "round",
|
47
|
-
strokeLinejoin: "round",
|
48
|
-
d: "m20.25 7.5-.625 10.632a2.25 2.25 0 0 1-2.247 2.118H6.622a2.25 2.25 0 0 1-2.247-2.118L3.75 7.5M10 11.25h4M3.375 7.5h17.25c.621 0 1.125-.504 1.125-1.125v-1.5c0-.621-.504-1.125-1.125-1.125H3.375c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125Z"
|
49
|
-
}
|
50
|
-
)
|
51
|
-
}
|
52
|
-
);
|
53
|
-
};
|
54
|
-
var archive_box_icon_default = ArchiveBoxIcon;
|
55
|
-
|
56
|
-
// src/components/icons/bell-icon.tsx
|
57
|
-
var import_jsx_runtime2 = require("react/jsx-runtime");
|
58
|
-
var BellIcon = (props) => {
|
59
|
-
return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
|
60
|
-
"svg",
|
61
|
-
{
|
62
|
-
xmlns: "http://www.w3.org/2000/svg",
|
63
|
-
fill: "none",
|
64
|
-
viewBox: "0 0 24 24",
|
65
|
-
strokeWidth: 1.5,
|
66
|
-
stroke: "currentColor",
|
67
|
-
className: "size-6",
|
68
|
-
...props,
|
69
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
|
70
|
-
"path",
|
71
|
-
{
|
72
|
-
strokeLinecap: "round",
|
73
|
-
strokeLinejoin: "round",
|
74
|
-
d: "M14.857 17.082a23.848 23.848 0 0 0 5.454-1.31A8.967 8.967 0 0 1 18 9.75V9A6 6 0 0 0 6 9v.75a8.967 8.967 0 0 1-2.312 6.022c1.733.64 3.56 1.085 5.455 1.31m5.714 0a24.255 24.255 0 0 1-5.714 0m5.714 0a3 3 0 1 1-5.714 0"
|
75
|
-
}
|
76
|
-
)
|
77
|
-
}
|
78
|
-
);
|
79
|
-
};
|
80
|
-
var bell_icon_default = BellIcon;
|
81
|
-
|
82
|
-
// src/components/icons/check-circle-icon.tsx
|
83
|
-
var import_jsx_runtime3 = require("react/jsx-runtime");
|
84
|
-
var CheckCircleIcon = (props) => {
|
85
|
-
return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
86
|
-
"svg",
|
87
|
-
{
|
88
|
-
xmlns: "http://www.w3.org/2000/svg",
|
89
|
-
fill: "none",
|
90
|
-
viewBox: "0 0 24 24",
|
91
|
-
strokeWidth: 1.5,
|
92
|
-
stroke: "currentColor",
|
93
|
-
className: "size-6",
|
94
|
-
...props,
|
95
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
96
|
-
"path",
|
97
|
-
{
|
98
|
-
strokeLinecap: "round",
|
99
|
-
strokeLinejoin: "round",
|
100
|
-
d: "M9 12.75 11.25 15 15 9.75M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"
|
101
|
-
}
|
102
|
-
)
|
103
|
-
}
|
104
|
-
);
|
105
|
-
};
|
106
|
-
var check_circle_icon_default = CheckCircleIcon;
|
107
|
-
// Annotate the CommonJS export names for ESM import in node:
|
108
|
-
0 && (module.exports = {
|
109
|
-
ArchiveBoxIcon,
|
110
|
-
BellIcon,
|
111
|
-
CheckCircleIcon
|
112
|
-
});
|
113
|
-
//# sourceMappingURL=index.cjs.map
|
2
|
+
"use strict";var n=Object.defineProperty;var v=Object.getOwnPropertyDescriptor;var h=Object.getOwnPropertyNames;var C=Object.prototype.hasOwnProperty;var f=(o,e)=>{for(var t in e)n(o,t,{get:e[t],enumerable:!0})},m=(o,e,t,i)=>{if(e&&typeof e=="object"||typeof e=="function")for(let r of h(e))!C.call(o,r)&&r!==t&&n(o,r,{get:()=>e[r],enumerable:!(i=v(e,r))||i.enumerable});return o};var k=o=>m(n({},"__esModule",{value:!0}),o);var g={};f(g,{ArchiveBoxIcon:()=>a,BellIcon:()=>p,CheckCircleIcon:()=>d});module.exports=k(g);var s=require("react/jsx-runtime"),x=o=>(0,s.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor",className:"size-6",...o,children:(0,s.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m20.25 7.5-.625 10.632a2.25 2.25 0 0 1-2.247 2.118H6.622a2.25 2.25 0 0 1-2.247-2.118L3.75 7.5M10 11.25h4M3.375 7.5h17.25c.621 0 1.125-.504 1.125-1.125v-1.5c0-.621-.504-1.125-1.125-1.125H3.375c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125Z"})}),a=x;var c=require("react/jsx-runtime"),u=o=>(0,c.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor",className:"size-6",...o,children:(0,c.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M14.857 17.082a23.848 23.848 0 0 0 5.454-1.31A8.967 8.967 0 0 1 18 9.75V9A6 6 0 0 0 6 9v.75a8.967 8.967 0 0 1-2.312 6.022c1.733.64 3.56 1.085 5.455 1.31m5.714 0a24.255 24.255 0 0 1-5.714 0m5.714 0a3 3 0 1 1-5.714 0"})}),p=u;var l=require("react/jsx-runtime"),w=o=>(0,l.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor",className:"size-6",...o,children:(0,l.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 12.75 11.25 15 15 9.75M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"})}),d=w;0&&(module.exports={ArchiveBoxIcon,BellIcon,CheckCircleIcon});
|