@teach-in/react 0.3.0 → 1.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/{chunk-2CEZXLZR.mjs → chunk-3VAZY2QK.mjs} +1 -1
- package/dist/chunk-3YOW5DEZ.mjs +45 -0
- package/dist/{chunk-TYMUQULA.mjs → chunk-4BGIUXAF.mjs} +1 -1
- package/dist/chunk-4N3FFVKQ.mjs +14 -0
- package/dist/chunk-7BTEKEON.mjs +11 -0
- package/dist/{chunk-2ASQXBDD.mjs → chunk-AMNORHD6.mjs} +1 -1
- package/dist/{chunk-QCLLPJMB.mjs → chunk-CFG5V7VB.mjs} +2 -2
- package/dist/chunk-EEGPGLDC.mjs +26 -0
- package/dist/{chunk-GEJLG5RP.mjs → chunk-NLHQDWUK.mjs} +3 -2
- package/dist/chunk-PSK7I7V4.mjs +30 -0
- package/dist/chunk-Q2ILWL7L.mjs +1 -0
- package/dist/chunk-TSD6GU35.mjs +16 -0
- package/dist/chunk-UON5ACST.mjs +1 -0
- package/dist/chunk-UT5RUCAT.mjs +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +291 -235
- package/dist/index.mjs +157 -142
- package/dist/ui/actions/button/button.js +1 -1
- package/dist/ui/actions/button/button.mjs +1 -1
- package/dist/ui/actions/button/index.js +1 -1
- package/dist/ui/actions/button/index.mjs +1 -1
- package/dist/ui/actions/index.js +1 -1
- package/dist/ui/actions/index.mjs +1 -1
- package/dist/ui/data/image/image.d.ts +6 -0
- package/dist/ui/data/image/image.js +47 -0
- package/dist/ui/data/image/image.mjs +7 -0
- package/dist/ui/data/image/index.d.ts +1 -0
- package/dist/ui/data/image/index.js +49 -0
- package/dist/ui/data/image/index.mjs +8 -0
- package/dist/ui/data/index.d.ts +1 -0
- package/dist/ui/data/index.js +11 -0
- package/dist/ui/data/index.mjs +18 -13
- package/dist/ui/feedback/chip/chip.js +18 -1
- package/dist/ui/feedback/chip/chip.mjs +3 -1
- package/dist/ui/feedback/chip/index.js +18 -1
- package/dist/ui/feedback/chip/index.mjs +3 -1
- package/dist/ui/feedback/index.js +18 -1
- package/dist/ui/feedback/index.mjs +13 -11
- package/dist/ui/form/index.js +23 -10
- package/dist/ui/form/index.mjs +12 -12
- package/dist/ui/form/rhf/fields/autocomplete-field.mjs +11 -11
- package/dist/ui/form/rhf/fields/checkbox-field.mjs +11 -11
- package/dist/ui/form/rhf/fields/date-picker-field.mjs +11 -11
- package/dist/ui/form/rhf/fields/email-field.mjs +11 -11
- package/dist/ui/form/rhf/fields/index.js +23 -10
- package/dist/ui/form/rhf/fields/index.mjs +12 -12
- package/dist/ui/form/rhf/fields/input-field.mjs +11 -11
- package/dist/ui/form/rhf/fields/radio-field.mjs +11 -11
- package/dist/ui/form/rhf/fields/select-field.d.ts +8 -3
- package/dist/ui/form/rhf/fields/select-field.js +23 -10
- package/dist/ui/form/rhf/fields/select-field.mjs +12 -12
- package/dist/ui/form/rhf/fields/switch-field.mjs +11 -11
- package/dist/ui/form/rhf/fields/text-field.mjs +11 -11
- package/dist/ui/form/rhf/fields/textarea-field.mjs +11 -11
- package/dist/ui/form/rhf/index.js +23 -10
- package/dist/ui/form/rhf/index.mjs +12 -12
- package/dist/ui/format/index.mjs +6 -6
- package/dist/ui/index.js +289 -235
- package/dist/ui/index.mjs +155 -143
- package/dist/ui/inputs/index.js +21 -9
- package/dist/ui/inputs/index.mjs +22 -22
- package/dist/ui/inputs/radio/index.mjs +3 -3
- package/dist/ui/inputs/select/index.js +21 -9
- package/dist/ui/inputs/select/index.mjs +1 -1
- package/dist/ui/inputs/select/select.d.ts +18 -5
- package/dist/ui/inputs/select/select.js +21 -9
- package/dist/ui/inputs/select/select.mjs +1 -1
- package/dist/ui/layout/container/container.mjs +71 -65
- package/dist/ui/layout/container/index.mjs +71 -65
- package/dist/ui/layout/index.mjs +81 -75
- package/dist/ui/layout/page/index.mjs +7 -5
- package/dist/ui/layout/page/page-loading.mjs +4 -2
- package/dist/ui/layout/page/section-loading.mjs +4 -2
- package/dist/ui/navigation/breadcrumbs/breadcrumbs.d.ts +10 -6
- package/dist/ui/navigation/breadcrumbs/breadcrumbs.js +4 -24
- package/dist/ui/navigation/breadcrumbs/breadcrumbs.mjs +1 -1
- package/dist/ui/navigation/breadcrumbs/index.js +4 -24
- package/dist/ui/navigation/breadcrumbs/index.mjs +1 -1
- package/dist/ui/navigation/index.js +4 -14
- package/dist/ui/navigation/index.mjs +11 -11
- package/dist/ui/overlays/index.d.ts +1 -0
- package/dist/ui/overlays/index.js +25 -2
- package/dist/ui/overlays/index.mjs +10 -5
- package/dist/ui/overlays/popover/index.d.ts +1 -0
- package/dist/ui/overlays/popover/index.js +51 -0
- package/dist/ui/overlays/popover/index.mjs +8 -0
- package/dist/ui/overlays/popover/popover.d.ts +10 -0
- package/dist/ui/overlays/popover/popover.js +49 -0
- package/dist/ui/overlays/popover/popover.mjs +7 -0
- package/dist/ui/provider/index.mjs +4 -2
- package/dist/ui/provider/ui-provider.mjs +4 -2
- package/dist/ui/theme/colors/common.mjs +5 -5
- package/dist/ui/theme/colors/index.mjs +8 -8
- package/dist/ui/theme/colors/semantic.mjs +6 -6
- package/dist/ui/theme/colors.mjs +8 -8
- package/dist/ui/theme/index.mjs +8 -8
- package/dist/ui/theme/theme.mjs +8 -8
- package/dist/utils/extend-variants.d.ts +41 -0
- package/dist/utils/extend-variants.js +34 -0
- package/dist/utils/extend-variants.mjs +7 -0
- package/dist/utils/index.d.ts +1 -0
- package/dist/utils/index.js +36 -0
- package/dist/utils/index.mjs +8 -0
- package/package.json +5 -3
- package/dist/chunk-4KPEPEPC.mjs +0 -26
- package/dist/chunk-GQ3LBZ2Q.mjs +0 -33
- package/dist/chunk-ONQIPN3G.mjs +0 -14
- package/dist/{chunk-CYSW4N3T.mjs → chunk-3C4DPNCD.mjs} +0 -0
- package/dist/{chunk-NMMWGIQE.mjs → chunk-DRZAPJZH.mjs} +0 -0
- package/dist/{chunk-IXPMUODA.mjs → chunk-STVN4B47.mjs} +12 -12
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import "../../../chunk-CRPCWBXA.mjs";
|
|
3
|
-
import {
|
|
4
|
-
SectionLoading
|
|
5
|
-
} from "../../../chunk-25XG46X6.mjs";
|
|
6
3
|
import {
|
|
7
4
|
Actions,
|
|
8
5
|
Body,
|
|
@@ -19,19 +16,24 @@ import "../../../chunk-DBQTFBA3.mjs";
|
|
|
19
16
|
import {
|
|
20
17
|
PageLoading
|
|
21
18
|
} from "../../../chunk-SPED4RBS.mjs";
|
|
19
|
+
import {
|
|
20
|
+
SectionLoading
|
|
21
|
+
} from "../../../chunk-25XG46X6.mjs";
|
|
22
22
|
import "../../../chunk-AR4IYKG5.mjs";
|
|
23
|
-
import "../../../chunk-CA2EAK5M.mjs";
|
|
24
23
|
import "../../../chunk-U4FAPNVK.mjs";
|
|
25
24
|
import "../../../chunk-L6XIUULU.mjs";
|
|
26
25
|
import "../../../chunk-JTPBZJ4S.mjs";
|
|
27
26
|
import "../../../chunk-WZDFBWUL.mjs";
|
|
28
27
|
import "../../../chunk-ZXCQ73RT.mjs";
|
|
28
|
+
import "../../../chunk-CA2EAK5M.mjs";
|
|
29
29
|
import "../../../chunk-3BST3PYD.mjs";
|
|
30
30
|
import "../../../chunk-TJBXXTYS.mjs";
|
|
31
31
|
import "../../../chunk-V77JZXH7.mjs";
|
|
32
32
|
import "../../../chunk-TIFF5WZA.mjs";
|
|
33
33
|
import "../../../chunk-K3WTHFIG.mjs";
|
|
34
|
-
import "../../../chunk-
|
|
34
|
+
import "../../../chunk-EEGPGLDC.mjs";
|
|
35
|
+
import "../../../chunk-Q2ILWL7L.mjs";
|
|
36
|
+
import "../../../chunk-7BTEKEON.mjs";
|
|
35
37
|
export {
|
|
36
38
|
Actions,
|
|
37
39
|
Body,
|
|
@@ -3,18 +3,20 @@ import {
|
|
|
3
3
|
PageLoading
|
|
4
4
|
} from "../../../chunk-SPED4RBS.mjs";
|
|
5
5
|
import "../../../chunk-AR4IYKG5.mjs";
|
|
6
|
-
import "../../../chunk-CA2EAK5M.mjs";
|
|
7
6
|
import "../../../chunk-U4FAPNVK.mjs";
|
|
8
7
|
import "../../../chunk-L6XIUULU.mjs";
|
|
9
8
|
import "../../../chunk-JTPBZJ4S.mjs";
|
|
10
9
|
import "../../../chunk-WZDFBWUL.mjs";
|
|
11
10
|
import "../../../chunk-ZXCQ73RT.mjs";
|
|
11
|
+
import "../../../chunk-CA2EAK5M.mjs";
|
|
12
12
|
import "../../../chunk-3BST3PYD.mjs";
|
|
13
13
|
import "../../../chunk-TJBXXTYS.mjs";
|
|
14
14
|
import "../../../chunk-V77JZXH7.mjs";
|
|
15
15
|
import "../../../chunk-TIFF5WZA.mjs";
|
|
16
16
|
import "../../../chunk-K3WTHFIG.mjs";
|
|
17
|
-
import "../../../chunk-
|
|
17
|
+
import "../../../chunk-EEGPGLDC.mjs";
|
|
18
|
+
import "../../../chunk-Q2ILWL7L.mjs";
|
|
19
|
+
import "../../../chunk-7BTEKEON.mjs";
|
|
18
20
|
export {
|
|
19
21
|
PageLoading
|
|
20
22
|
};
|
|
@@ -3,18 +3,20 @@ import {
|
|
|
3
3
|
SectionLoading
|
|
4
4
|
} from "../../../chunk-25XG46X6.mjs";
|
|
5
5
|
import "../../../chunk-AR4IYKG5.mjs";
|
|
6
|
-
import "../../../chunk-CA2EAK5M.mjs";
|
|
7
6
|
import "../../../chunk-U4FAPNVK.mjs";
|
|
8
7
|
import "../../../chunk-L6XIUULU.mjs";
|
|
9
8
|
import "../../../chunk-JTPBZJ4S.mjs";
|
|
10
9
|
import "../../../chunk-WZDFBWUL.mjs";
|
|
11
10
|
import "../../../chunk-ZXCQ73RT.mjs";
|
|
11
|
+
import "../../../chunk-CA2EAK5M.mjs";
|
|
12
12
|
import "../../../chunk-3BST3PYD.mjs";
|
|
13
13
|
import "../../../chunk-TJBXXTYS.mjs";
|
|
14
14
|
import "../../../chunk-V77JZXH7.mjs";
|
|
15
15
|
import "../../../chunk-TIFF5WZA.mjs";
|
|
16
16
|
import "../../../chunk-K3WTHFIG.mjs";
|
|
17
|
-
import "../../../chunk-
|
|
17
|
+
import "../../../chunk-EEGPGLDC.mjs";
|
|
18
|
+
import "../../../chunk-Q2ILWL7L.mjs";
|
|
19
|
+
import "../../../chunk-7BTEKEON.mjs";
|
|
18
20
|
export {
|
|
19
21
|
SectionLoading
|
|
20
22
|
};
|
|
@@ -1,6 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
export type
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import { Breadcrumbs as HeroUIBreadcrumbs, BreadcrumbItem as HeroUIBreadcrumbItem } from "@heroui/breadcrumbs";
|
|
2
|
+
export type BreadcrumbsProps = React.ComponentProps<typeof HeroUIBreadcrumbs>;
|
|
3
|
+
export type BreadcrumbItemProps = React.ComponentProps<typeof HeroUIBreadcrumbItem>;
|
|
4
|
+
declare const Breadcrumbs: import("@heroui/system").InternalForwardRefRenderFunction<"div", import("@heroui/breadcrumbs").BreadcrumbsProps, never> & {
|
|
5
|
+
displayName: string;
|
|
6
|
+
};
|
|
7
|
+
declare const BreadcrumbItem: import("@heroui/system").InternalForwardRefRenderFunction<"li", import("@heroui/breadcrumbs").BreadcrumbItemProps, never> & {
|
|
8
|
+
displayName: string;
|
|
9
|
+
};
|
|
10
|
+
export { Breadcrumbs, BreadcrumbItem };
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
"use strict";
|
|
3
|
-
var __create = Object.create;
|
|
4
3
|
var __defProp = Object.defineProperty;
|
|
5
4
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
6
5
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
7
|
-
var __getProtoOf = Object.getPrototypeOf;
|
|
8
6
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
9
7
|
var __export = (target, all) => {
|
|
10
8
|
for (var name in all)
|
|
@@ -18,14 +16,6 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
18
16
|
}
|
|
19
17
|
return to;
|
|
20
18
|
};
|
|
21
|
-
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
22
|
-
// If the importer is in node compatibility mode or this is not an ESM
|
|
23
|
-
// file that has been converted to a CommonJS file using a Babel-
|
|
24
|
-
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
25
|
-
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
26
|
-
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
27
|
-
mod
|
|
28
|
-
));
|
|
29
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
30
20
|
|
|
31
21
|
// src/ui/navigation/breadcrumbs/breadcrumbs.tsx
|
|
@@ -35,21 +25,11 @@ __export(breadcrumbs_exports, {
|
|
|
35
25
|
Breadcrumbs: () => Breadcrumbs
|
|
36
26
|
});
|
|
37
27
|
module.exports = __toCommonJS(breadcrumbs_exports);
|
|
38
|
-
var import_react = __toESM(require("react"));
|
|
39
28
|
var import_breadcrumbs = require("@heroui/breadcrumbs");
|
|
40
|
-
var
|
|
41
|
-
var
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
}
|
|
45
|
-
);
|
|
46
|
-
Breadcrumbs.displayName = "TeachInUI.Breadcrumbs";
|
|
47
|
-
var BreadcrumbItem = import_react.default.forwardRef(
|
|
48
|
-
({ children, ...props }, ref) => {
|
|
49
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_breadcrumbs.BreadcrumbItem, { ref, ...props, children });
|
|
50
|
-
}
|
|
51
|
-
);
|
|
52
|
-
BreadcrumbItem.displayName = "TeachInUI.BreadcrumbItem";
|
|
29
|
+
var Breadcrumbs = Object.assign(import_breadcrumbs.Breadcrumbs, { displayName: "TeachInUI.Breadcrumbs" });
|
|
30
|
+
var BreadcrumbItem = Object.assign(import_breadcrumbs.BreadcrumbItem, {
|
|
31
|
+
displayName: "TeachInUI.BreadcrumbItem"
|
|
32
|
+
});
|
|
53
33
|
// Annotate the CommonJS export names for ESM import in node:
|
|
54
34
|
0 && (module.exports = {
|
|
55
35
|
BreadcrumbItem,
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
"use strict";
|
|
3
|
-
var __create = Object.create;
|
|
4
3
|
var __defProp = Object.defineProperty;
|
|
5
4
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
6
5
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
7
|
-
var __getProtoOf = Object.getPrototypeOf;
|
|
8
6
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
9
7
|
var __export = (target, all) => {
|
|
10
8
|
for (var name in all)
|
|
@@ -18,14 +16,6 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
18
16
|
}
|
|
19
17
|
return to;
|
|
20
18
|
};
|
|
21
|
-
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
22
|
-
// If the importer is in node compatibility mode or this is not an ESM
|
|
23
|
-
// file that has been converted to a CommonJS file using a Babel-
|
|
24
|
-
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
25
|
-
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
26
|
-
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
27
|
-
mod
|
|
28
|
-
));
|
|
29
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
30
20
|
|
|
31
21
|
// src/ui/navigation/breadcrumbs/index.ts
|
|
@@ -37,21 +27,11 @@ __export(breadcrumbs_exports, {
|
|
|
37
27
|
module.exports = __toCommonJS(breadcrumbs_exports);
|
|
38
28
|
|
|
39
29
|
// src/ui/navigation/breadcrumbs/breadcrumbs.tsx
|
|
40
|
-
var import_react = __toESM(require("react"));
|
|
41
30
|
var import_breadcrumbs = require("@heroui/breadcrumbs");
|
|
42
|
-
var
|
|
43
|
-
var
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
}
|
|
47
|
-
);
|
|
48
|
-
Breadcrumbs.displayName = "TeachInUI.Breadcrumbs";
|
|
49
|
-
var BreadcrumbItem = import_react.default.forwardRef(
|
|
50
|
-
({ children, ...props }, ref) => {
|
|
51
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_breadcrumbs.BreadcrumbItem, { ref, ...props, children });
|
|
52
|
-
}
|
|
53
|
-
);
|
|
54
|
-
BreadcrumbItem.displayName = "TeachInUI.BreadcrumbItem";
|
|
31
|
+
var Breadcrumbs = Object.assign(import_breadcrumbs.Breadcrumbs, { displayName: "TeachInUI.Breadcrumbs" });
|
|
32
|
+
var BreadcrumbItem = Object.assign(import_breadcrumbs.BreadcrumbItem, {
|
|
33
|
+
displayName: "TeachInUI.BreadcrumbItem"
|
|
34
|
+
});
|
|
55
35
|
// Annotate the CommonJS export names for ESM import in node:
|
|
56
36
|
0 && (module.exports = {
|
|
57
37
|
BreadcrumbItem,
|
|
@@ -103,21 +103,11 @@ var NavbarMenuToggle = import_react2.default.forwardRef((props, ref) => {
|
|
|
103
103
|
NavbarMenuToggle.displayName = "TeachInUI.NavbarMenuToggle";
|
|
104
104
|
|
|
105
105
|
// src/ui/navigation/breadcrumbs/breadcrumbs.tsx
|
|
106
|
-
var import_react3 = __toESM(require("react"));
|
|
107
106
|
var import_breadcrumbs = require("@heroui/breadcrumbs");
|
|
108
|
-
var
|
|
109
|
-
var
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
}
|
|
113
|
-
);
|
|
114
|
-
Breadcrumbs.displayName = "TeachInUI.Breadcrumbs";
|
|
115
|
-
var BreadcrumbItem = import_react3.default.forwardRef(
|
|
116
|
-
({ children, ...props }, ref) => {
|
|
117
|
-
return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(import_breadcrumbs.BreadcrumbItem, { ref, ...props, children });
|
|
118
|
-
}
|
|
119
|
-
);
|
|
120
|
-
BreadcrumbItem.displayName = "TeachInUI.BreadcrumbItem";
|
|
107
|
+
var Breadcrumbs = Object.assign(import_breadcrumbs.Breadcrumbs, { displayName: "TeachInUI.Breadcrumbs" });
|
|
108
|
+
var BreadcrumbItem = Object.assign(import_breadcrumbs.BreadcrumbItem, {
|
|
109
|
+
displayName: "TeachInUI.BreadcrumbItem"
|
|
110
|
+
});
|
|
121
111
|
// Annotate the CommonJS export names for ESM import in node:
|
|
122
112
|
0 && (module.exports = {
|
|
123
113
|
BreadcrumbItem,
|
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import "../../chunk-J3GK2CGQ.mjs";
|
|
3
|
-
import "../../chunk-
|
|
3
|
+
import "../../chunk-25ISU6R3.mjs";
|
|
4
4
|
import {
|
|
5
|
-
|
|
6
|
-
} from "../../chunk-
|
|
5
|
+
Link
|
|
6
|
+
} from "../../chunk-7T3JFARO.mjs";
|
|
7
|
+
import "../../chunk-FKHR6G3R.mjs";
|
|
8
|
+
import {
|
|
9
|
+
BreadcrumbItem,
|
|
10
|
+
Breadcrumbs
|
|
11
|
+
} from "../../chunk-TSD6GU35.mjs";
|
|
7
12
|
import "../../chunk-AT6DX4DN.mjs";
|
|
8
13
|
import {
|
|
9
14
|
Navbar,
|
|
@@ -14,15 +19,10 @@ import {
|
|
|
14
19
|
NavbarMenuItem,
|
|
15
20
|
NavbarMenuToggle
|
|
16
21
|
} from "../../chunk-SAYYLTIE.mjs";
|
|
17
|
-
import "../../chunk-
|
|
18
|
-
import {
|
|
19
|
-
Link
|
|
20
|
-
} from "../../chunk-7T3JFARO.mjs";
|
|
21
|
-
import "../../chunk-FKHR6G3R.mjs";
|
|
22
|
+
import "../../chunk-MJTSZFLC.mjs";
|
|
22
23
|
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
} from "../../chunk-4KPEPEPC.mjs";
|
|
24
|
+
Tabs
|
|
25
|
+
} from "../../chunk-ZSYIKEXW.mjs";
|
|
26
26
|
export {
|
|
27
27
|
BreadcrumbItem,
|
|
28
28
|
Breadcrumbs,
|
|
@@ -26,7 +26,8 @@ __export(overlays_exports, {
|
|
|
26
26
|
DropdownMenu: () => DropdownMenu,
|
|
27
27
|
DropdownSection: () => DropdownSection,
|
|
28
28
|
DropdownTrigger: () => DropdownTrigger,
|
|
29
|
-
Modal: () => Modal
|
|
29
|
+
Modal: () => Modal,
|
|
30
|
+
Popover: () => Popover
|
|
30
31
|
});
|
|
31
32
|
module.exports = __toCommonJS(overlays_exports);
|
|
32
33
|
|
|
@@ -77,6 +78,27 @@ var DropdownItem = Object.assign(import_dropdown.DropdownItem, { displayName: "T
|
|
|
77
78
|
var DropdownSection = Object.assign(import_dropdown.DropdownSection, {
|
|
78
79
|
displayName: "TeachInUI.DropdownSection"
|
|
79
80
|
});
|
|
81
|
+
|
|
82
|
+
// src/ui/overlays/popover/popover.tsx
|
|
83
|
+
var import_popover = require("@heroui/popover");
|
|
84
|
+
var import_jsx_runtime2 = require("react/jsx-runtime");
|
|
85
|
+
var Root2 = ({ children, ...props }) => {
|
|
86
|
+
return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(import_popover.Popover, { ...props, children });
|
|
87
|
+
};
|
|
88
|
+
Root2.displayName = "TeachInUI.Popover.Root";
|
|
89
|
+
var Trigger = ({ children, ...props }) => {
|
|
90
|
+
return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(import_popover.PopoverTrigger, { ...props, children });
|
|
91
|
+
};
|
|
92
|
+
Trigger.displayName = "TeachInUI.Popover.Trigger";
|
|
93
|
+
var Content2 = ({ children, ...props }) => {
|
|
94
|
+
return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(import_popover.PopoverContent, { ...props, children });
|
|
95
|
+
};
|
|
96
|
+
Content2.displayName = "TeachInUI.Popover.Content";
|
|
97
|
+
var Popover = {
|
|
98
|
+
Root: Root2,
|
|
99
|
+
Trigger,
|
|
100
|
+
Content: Content2
|
|
101
|
+
};
|
|
80
102
|
// Annotate the CommonJS export names for ESM import in node:
|
|
81
103
|
0 && (module.exports = {
|
|
82
104
|
Dropdown,
|
|
@@ -84,5 +106,6 @@ var DropdownSection = Object.assign(import_dropdown.DropdownSection, {
|
|
|
84
106
|
DropdownMenu,
|
|
85
107
|
DropdownSection,
|
|
86
108
|
DropdownTrigger,
|
|
87
|
-
Modal
|
|
109
|
+
Modal,
|
|
110
|
+
Popover
|
|
88
111
|
});
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import "../../chunk-
|
|
3
|
-
import "../../chunk-
|
|
2
|
+
import "../../chunk-UON5ACST.mjs";
|
|
3
|
+
import "../../chunk-UT5RUCAT.mjs";
|
|
4
4
|
import {
|
|
5
|
-
|
|
6
|
-
} from "../../chunk-
|
|
5
|
+
Popover
|
|
6
|
+
} from "../../chunk-PSK7I7V4.mjs";
|
|
7
7
|
import "../../chunk-ICRO6HS3.mjs";
|
|
8
8
|
import {
|
|
9
9
|
Dropdown,
|
|
@@ -12,11 +12,16 @@ import {
|
|
|
12
12
|
DropdownSection,
|
|
13
13
|
DropdownTrigger
|
|
14
14
|
} from "../../chunk-YNCISHAU.mjs";
|
|
15
|
+
import "../../chunk-I5AMV7H7.mjs";
|
|
16
|
+
import {
|
|
17
|
+
Modal
|
|
18
|
+
} from "../../chunk-T57H3CGO.mjs";
|
|
15
19
|
export {
|
|
16
20
|
Dropdown,
|
|
17
21
|
DropdownItem,
|
|
18
22
|
DropdownMenu,
|
|
19
23
|
DropdownSection,
|
|
20
24
|
DropdownTrigger,
|
|
21
|
-
Modal
|
|
25
|
+
Modal,
|
|
26
|
+
Popover
|
|
22
27
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./popover";
|
|
@@ -0,0 +1,51 @@
|
|
|
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/ui/overlays/popover/index.ts
|
|
22
|
+
var popover_exports = {};
|
|
23
|
+
__export(popover_exports, {
|
|
24
|
+
Popover: () => Popover
|
|
25
|
+
});
|
|
26
|
+
module.exports = __toCommonJS(popover_exports);
|
|
27
|
+
|
|
28
|
+
// src/ui/overlays/popover/popover.tsx
|
|
29
|
+
var import_popover = require("@heroui/popover");
|
|
30
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
31
|
+
var Root = ({ children, ...props }) => {
|
|
32
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_popover.Popover, { ...props, children });
|
|
33
|
+
};
|
|
34
|
+
Root.displayName = "TeachInUI.Popover.Root";
|
|
35
|
+
var Trigger = ({ children, ...props }) => {
|
|
36
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_popover.PopoverTrigger, { ...props, children });
|
|
37
|
+
};
|
|
38
|
+
Trigger.displayName = "TeachInUI.Popover.Trigger";
|
|
39
|
+
var Content = ({ children, ...props }) => {
|
|
40
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_popover.PopoverContent, { ...props, children });
|
|
41
|
+
};
|
|
42
|
+
Content.displayName = "TeachInUI.Popover.Content";
|
|
43
|
+
var Popover = {
|
|
44
|
+
Root,
|
|
45
|
+
Trigger,
|
|
46
|
+
Content
|
|
47
|
+
};
|
|
48
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
49
|
+
0 && (module.exports = {
|
|
50
|
+
Popover
|
|
51
|
+
});
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { Popover as HeroUIPopover, PopoverTrigger as HeroUIPopoverTrigger, PopoverContent as HeroUIPopoverContent } from "@heroui/popover";
|
|
3
|
+
export type PopoverProps = React.ComponentProps<typeof HeroUIPopover>;
|
|
4
|
+
export type PopoverTriggerProps = React.ComponentProps<typeof HeroUIPopoverTrigger>;
|
|
5
|
+
export type PopoverContentProps = React.ComponentProps<typeof HeroUIPopoverContent>;
|
|
6
|
+
export declare const Popover: {
|
|
7
|
+
Root: React.FC<import("@heroui/system").MergeWithAs<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, Omit<Omit<any, "ref">, never>, import("@heroui/popover").PopoverProps, import("@heroui/system").As<any>>>;
|
|
8
|
+
Trigger: React.FC<import("@heroui/popover").PopoverTriggerProps>;
|
|
9
|
+
Content: React.FC<import("@heroui/popover").PopoverContentProps>;
|
|
10
|
+
};
|
|
@@ -0,0 +1,49 @@
|
|
|
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/ui/overlays/popover/popover.tsx
|
|
22
|
+
var popover_exports = {};
|
|
23
|
+
__export(popover_exports, {
|
|
24
|
+
Popover: () => Popover
|
|
25
|
+
});
|
|
26
|
+
module.exports = __toCommonJS(popover_exports);
|
|
27
|
+
var import_popover = require("@heroui/popover");
|
|
28
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
29
|
+
var Root = ({ children, ...props }) => {
|
|
30
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_popover.Popover, { ...props, children });
|
|
31
|
+
};
|
|
32
|
+
Root.displayName = "TeachInUI.Popover.Root";
|
|
33
|
+
var Trigger = ({ children, ...props }) => {
|
|
34
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_popover.PopoverTrigger, { ...props, children });
|
|
35
|
+
};
|
|
36
|
+
Trigger.displayName = "TeachInUI.Popover.Trigger";
|
|
37
|
+
var Content = ({ children, ...props }) => {
|
|
38
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_popover.PopoverContent, { ...props, children });
|
|
39
|
+
};
|
|
40
|
+
Content.displayName = "TeachInUI.Popover.Content";
|
|
41
|
+
var Popover = {
|
|
42
|
+
Root,
|
|
43
|
+
Trigger,
|
|
44
|
+
Content
|
|
45
|
+
};
|
|
46
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
47
|
+
0 && (module.exports = {
|
|
48
|
+
Popover
|
|
49
|
+
});
|
|
@@ -4,18 +4,20 @@ import {
|
|
|
4
4
|
UIProvider
|
|
5
5
|
} from "../../chunk-FQUYFYMS.mjs";
|
|
6
6
|
import "../../chunk-AR4IYKG5.mjs";
|
|
7
|
-
import "../../chunk-CA2EAK5M.mjs";
|
|
8
7
|
import "../../chunk-U4FAPNVK.mjs";
|
|
9
8
|
import "../../chunk-L6XIUULU.mjs";
|
|
10
9
|
import "../../chunk-JTPBZJ4S.mjs";
|
|
11
10
|
import "../../chunk-WZDFBWUL.mjs";
|
|
12
11
|
import "../../chunk-ZXCQ73RT.mjs";
|
|
12
|
+
import "../../chunk-CA2EAK5M.mjs";
|
|
13
13
|
import "../../chunk-3BST3PYD.mjs";
|
|
14
14
|
import "../../chunk-TJBXXTYS.mjs";
|
|
15
15
|
import "../../chunk-V77JZXH7.mjs";
|
|
16
16
|
import "../../chunk-TIFF5WZA.mjs";
|
|
17
17
|
import "../../chunk-K3WTHFIG.mjs";
|
|
18
|
-
import "../../chunk-
|
|
18
|
+
import "../../chunk-EEGPGLDC.mjs";
|
|
19
|
+
import "../../chunk-Q2ILWL7L.mjs";
|
|
20
|
+
import "../../chunk-7BTEKEON.mjs";
|
|
19
21
|
export {
|
|
20
22
|
UIProvider as TeachInUIProvider,
|
|
21
23
|
UIProvider
|
|
@@ -3,18 +3,20 @@ import {
|
|
|
3
3
|
UIProvider
|
|
4
4
|
} from "../../chunk-FQUYFYMS.mjs";
|
|
5
5
|
import "../../chunk-AR4IYKG5.mjs";
|
|
6
|
-
import "../../chunk-CA2EAK5M.mjs";
|
|
7
6
|
import "../../chunk-U4FAPNVK.mjs";
|
|
8
7
|
import "../../chunk-L6XIUULU.mjs";
|
|
9
8
|
import "../../chunk-JTPBZJ4S.mjs";
|
|
10
9
|
import "../../chunk-WZDFBWUL.mjs";
|
|
11
10
|
import "../../chunk-ZXCQ73RT.mjs";
|
|
11
|
+
import "../../chunk-CA2EAK5M.mjs";
|
|
12
12
|
import "../../chunk-3BST3PYD.mjs";
|
|
13
13
|
import "../../chunk-TJBXXTYS.mjs";
|
|
14
14
|
import "../../chunk-V77JZXH7.mjs";
|
|
15
15
|
import "../../chunk-TIFF5WZA.mjs";
|
|
16
16
|
import "../../chunk-K3WTHFIG.mjs";
|
|
17
|
-
import "../../chunk-
|
|
17
|
+
import "../../chunk-EEGPGLDC.mjs";
|
|
18
|
+
import "../../chunk-Q2ILWL7L.mjs";
|
|
19
|
+
import "../../chunk-7BTEKEON.mjs";
|
|
18
20
|
export {
|
|
19
21
|
UIProvider
|
|
20
22
|
};
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
commonColors
|
|
4
|
-
} from "../../../chunk-
|
|
4
|
+
} from "../../../chunk-STVN4B47.mjs";
|
|
5
|
+
import "../../../chunk-XYQVL4EX.mjs";
|
|
6
|
+
import "../../../chunk-HOVAPYGJ.mjs";
|
|
5
7
|
import "../../../chunk-3LOCA2SP.mjs";
|
|
8
|
+
import "../../../chunk-OW6U64MG.mjs";
|
|
9
|
+
import "../../../chunk-LUERGYYZ.mjs";
|
|
6
10
|
import "../../../chunk-YBQFG6QJ.mjs";
|
|
7
11
|
import "../../../chunk-XKX5LFH7.mjs";
|
|
8
12
|
import "../../../chunk-SLB2JE3N.mjs";
|
|
9
|
-
import "../../../chunk-XYQVL4EX.mjs";
|
|
10
|
-
import "../../../chunk-HOVAPYGJ.mjs";
|
|
11
13
|
import "../../../chunk-2OPPNAW2.mjs";
|
|
12
|
-
import "../../../chunk-OW6U64MG.mjs";
|
|
13
|
-
import "../../../chunk-LUERGYYZ.mjs";
|
|
14
14
|
export {
|
|
15
15
|
commonColors
|
|
16
16
|
};
|
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
colors
|
|
4
|
-
} from "../../../chunk-
|
|
4
|
+
} from "../../../chunk-CFG5V7VB.mjs";
|
|
5
|
+
import "../../../chunk-EJQH6CYW.mjs";
|
|
5
6
|
import {
|
|
6
7
|
semanticColors
|
|
7
|
-
} from "../../../chunk-
|
|
8
|
-
import "../../../chunk-EJQH6CYW.mjs";
|
|
8
|
+
} from "../../../chunk-3VAZY2QK.mjs";
|
|
9
9
|
import {
|
|
10
10
|
commonColors
|
|
11
|
-
} from "../../../chunk-
|
|
11
|
+
} from "../../../chunk-STVN4B47.mjs";
|
|
12
|
+
import "../../../chunk-XYQVL4EX.mjs";
|
|
13
|
+
import "../../../chunk-HOVAPYGJ.mjs";
|
|
12
14
|
import "../../../chunk-3LOCA2SP.mjs";
|
|
15
|
+
import "../../../chunk-OW6U64MG.mjs";
|
|
16
|
+
import "../../../chunk-LUERGYYZ.mjs";
|
|
13
17
|
import "../../../chunk-YBQFG6QJ.mjs";
|
|
14
18
|
import "../../../chunk-XKX5LFH7.mjs";
|
|
15
19
|
import "../../../chunk-SLB2JE3N.mjs";
|
|
16
|
-
import "../../../chunk-XYQVL4EX.mjs";
|
|
17
|
-
import "../../../chunk-HOVAPYGJ.mjs";
|
|
18
20
|
import "../../../chunk-2OPPNAW2.mjs";
|
|
19
|
-
import "../../../chunk-OW6U64MG.mjs";
|
|
20
|
-
import "../../../chunk-LUERGYYZ.mjs";
|
|
21
21
|
import "../../../chunk-VIPLRFPR.mjs";
|
|
22
22
|
export {
|
|
23
23
|
colors,
|
|
@@ -3,17 +3,17 @@ import {
|
|
|
3
3
|
semanticColors,
|
|
4
4
|
themeColorsDark,
|
|
5
5
|
themeColorsLight
|
|
6
|
-
} from "../../../chunk-
|
|
7
|
-
import "../../../chunk-
|
|
6
|
+
} from "../../../chunk-3VAZY2QK.mjs";
|
|
7
|
+
import "../../../chunk-STVN4B47.mjs";
|
|
8
|
+
import "../../../chunk-XYQVL4EX.mjs";
|
|
9
|
+
import "../../../chunk-HOVAPYGJ.mjs";
|
|
8
10
|
import "../../../chunk-3LOCA2SP.mjs";
|
|
11
|
+
import "../../../chunk-OW6U64MG.mjs";
|
|
12
|
+
import "../../../chunk-LUERGYYZ.mjs";
|
|
9
13
|
import "../../../chunk-YBQFG6QJ.mjs";
|
|
10
14
|
import "../../../chunk-XKX5LFH7.mjs";
|
|
11
15
|
import "../../../chunk-SLB2JE3N.mjs";
|
|
12
|
-
import "../../../chunk-XYQVL4EX.mjs";
|
|
13
|
-
import "../../../chunk-HOVAPYGJ.mjs";
|
|
14
16
|
import "../../../chunk-2OPPNAW2.mjs";
|
|
15
|
-
import "../../../chunk-OW6U64MG.mjs";
|
|
16
|
-
import "../../../chunk-LUERGYYZ.mjs";
|
|
17
17
|
import "../../../chunk-VIPLRFPR.mjs";
|
|
18
18
|
export {
|
|
19
19
|
semanticColors,
|