@teach-in/react 0.1.0 → 0.2.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-HH7MLUOF.mjs → chunk-25XG46X6.mjs} +1 -1
- package/dist/chunk-2OPPNAW2.mjs +19 -0
- package/dist/chunk-3LOCA2SP.mjs +19 -0
- package/dist/chunk-545OBZ4O.mjs +47 -0
- package/dist/{chunk-2W4N27WQ.mjs → chunk-6NZ4IHNU.mjs} +4 -3
- package/dist/{chunk-CLDAITOP.mjs → chunk-BUVPBB4J.mjs} +2 -2
- package/dist/chunk-CAJWTQDB.mjs +1 -0
- package/dist/chunk-EJQH6CYW.mjs +1 -0
- package/dist/chunk-HOVAPYGJ.mjs +19 -0
- package/dist/{chunk-S2TB4GD2.mjs → chunk-IZ5KKF6P.mjs} +2 -2
- package/dist/chunk-J3OZNLTZ.mjs +50 -0
- package/dist/chunk-JUIVZCH7.mjs +1 -0
- package/dist/chunk-JWMPI5AZ.mjs +1 -0
- package/dist/chunk-LUERGYYZ.mjs +19 -0
- package/dist/{chunk-CUVF3U67.mjs → chunk-M5F723W7.mjs} +1 -1
- package/dist/chunk-NCM6KIQH.mjs +47 -0
- package/dist/chunk-NDQAHQFL.mjs +1 -0
- package/dist/{chunk-AS4T5M6E.mjs → chunk-O5T4GUJH.mjs} +3 -0
- package/dist/chunk-OW6U64MG.mjs +19 -0
- package/dist/chunk-PFLROV3C.mjs +17 -0
- package/dist/chunk-PON4ZQKG.mjs +1 -0
- package/dist/chunk-SLB2JE3N.mjs +19 -0
- package/dist/{chunk-PEB5ZH76.mjs → chunk-SPED4RBS.mjs} +1 -1
- package/dist/{chunk-GRWFJ4FP.mjs → chunk-TJBXXTYS.mjs} +1 -1
- package/dist/{chunk-QU35SWES.mjs → chunk-TYMUQULA.mjs} +9 -5
- package/dist/chunk-VIPLRFPR.mjs +23 -0
- package/dist/chunk-W6NKLZ73.mjs +61 -0
- package/dist/chunk-X7ER4IDJ.mjs +167 -0
- package/dist/chunk-XKX5LFH7.mjs +19 -0
- package/dist/chunk-XYQVL4EX.mjs +19 -0
- package/dist/chunk-YBQFG6QJ.mjs +19 -0
- package/dist/{chunk-LR4R7GFR.mjs → chunk-ZXCQ73RT.mjs} +3 -5
- package/dist/index.js +527 -55
- package/dist/index.mjs +110 -78
- package/dist/ui/actions/button/button.d.ts +0 -4
- package/dist/ui/actions/button/button.js +9 -6
- package/dist/ui/actions/button/button.mjs +1 -2
- package/dist/ui/actions/button/index.js +9 -5
- package/dist/ui/actions/button/index.mjs +1 -1
- package/dist/ui/actions/index.js +9 -5
- package/dist/ui/actions/index.mjs +1 -1
- package/dist/ui/data/index.js +1 -0
- package/dist/ui/data/index.mjs +1 -1
- package/dist/ui/data/pagination/index.js +1 -0
- package/dist/ui/data/pagination/index.mjs +1 -1
- package/dist/ui/data/pagination/pagination.d.ts +6 -2
- package/dist/ui/data/pagination/pagination.js +6 -2
- package/dist/ui/data/pagination/pagination.mjs +5 -3
- package/dist/ui/feedback/alert/alert.d.ts +1 -1
- package/dist/ui/feedback/alert/alert.js +0 -1
- package/dist/ui/feedback/alert/alert.mjs +0 -1
- package/dist/ui/feedback/chip/chip.js +0 -1
- package/dist/ui/feedback/chip/chip.mjs +0 -1
- package/dist/ui/feedback/index.js +4 -6
- package/dist/ui/feedback/index.mjs +8 -8
- package/dist/ui/feedback/spinner/index.js +3 -5
- package/dist/ui/feedback/spinner/index.mjs +1 -1
- package/dist/ui/feedback/spinner/spinner.d.ts +8 -4
- package/dist/ui/feedback/spinner/spinner.js +3 -6
- package/dist/ui/feedback/spinner/spinner.mjs +1 -2
- package/dist/ui/feedback/tooltip/index.js +1 -1
- package/dist/ui/feedback/tooltip/index.mjs +1 -1
- package/dist/ui/feedback/tooltip/tooltip.d.ts +2 -2
- package/dist/ui/feedback/tooltip/tooltip.js +1 -2
- package/dist/ui/feedback/tooltip/tooltip.mjs +1 -2
- package/dist/ui/form/index.mjs +14 -14
- package/dist/ui/form/rhf/fields/autocomplete-field.js +0 -1
- package/dist/ui/form/rhf/fields/autocomplete-field.mjs +6 -7
- package/dist/ui/form/rhf/fields/checkbox-field.js +0 -1
- package/dist/ui/form/rhf/fields/checkbox-field.mjs +6 -7
- package/dist/ui/form/rhf/fields/date-picker-field.js +0 -1
- package/dist/ui/form/rhf/fields/date-picker-field.mjs +6 -7
- package/dist/ui/form/rhf/fields/email-field.js +0 -1
- package/dist/ui/form/rhf/fields/email-field.mjs +6 -7
- package/dist/ui/form/rhf/fields/index.mjs +12 -12
- package/dist/ui/form/rhf/fields/input-field.js +0 -1
- package/dist/ui/form/rhf/fields/input-field.mjs +6 -7
- package/dist/ui/form/rhf/fields/select-field.js +0 -1
- package/dist/ui/form/rhf/fields/select-field.mjs +6 -7
- package/dist/ui/form/rhf/fields/switch-field.js +0 -1
- package/dist/ui/form/rhf/fields/switch-field.mjs +6 -7
- package/dist/ui/form/rhf/fields/text-field.js +0 -1
- package/dist/ui/form/rhf/fields/text-field.mjs +6 -7
- package/dist/ui/form/rhf/fields/textarea-field.js +0 -1
- package/dist/ui/form/rhf/fields/textarea-field.mjs +6 -7
- package/dist/ui/form/rhf/index.mjs +12 -12
- package/dist/ui/format/boolean.js +0 -1
- package/dist/ui/format/boolean.mjs +0 -1
- package/dist/ui/format/currency.js +0 -1
- package/dist/ui/format/currency.mjs +0 -1
- package/dist/ui/format/date.js +2 -3
- package/dist/ui/format/date.mjs +1 -2
- package/dist/ui/format/datetime.js +4 -4
- package/dist/ui/format/datetime.mjs +1 -2
- package/dist/ui/format/duration.js +0 -1
- package/dist/ui/format/duration.mjs +0 -1
- package/dist/ui/format/index.js +6 -5
- package/dist/ui/format/index.mjs +2 -2
- package/dist/ui/format/number.js +0 -1
- package/dist/ui/format/number.mjs +0 -1
- package/dist/ui/format/percent.js +0 -1
- package/dist/ui/format/percent.mjs +0 -1
- package/dist/ui/format/plural.js +0 -1
- package/dist/ui/format/plural.mjs +0 -1
- package/dist/ui/format/time.js +0 -1
- package/dist/ui/format/time.mjs +0 -1
- package/dist/ui/index.d.ts +1 -0
- package/dist/ui/index.js +527 -55
- package/dist/ui/index.mjs +110 -78
- package/dist/ui/inputs/index.mjs +10 -10
- package/dist/ui/inputs/switch/switch.js +0 -1
- package/dist/ui/inputs/switch/switch.mjs +0 -1
- package/dist/ui/layout/{container.d.ts → container/container.d.ts} +2 -2
- package/dist/ui/layout/{container.js → container/container.js} +3 -4
- package/dist/ui/layout/container/container.mjs +107 -0
- package/dist/ui/layout/container/index.d.ts +1 -0
- package/dist/ui/layout/container/index.js +66 -0
- package/dist/ui/layout/container/index.mjs +107 -0
- package/dist/ui/layout/{flex.js → flex/flex.js} +1 -2
- package/dist/ui/layout/{flex.mjs → flex/flex.mjs} +1 -2
- package/dist/ui/layout/flex/index.d.ts +1 -0
- package/dist/ui/layout/flex/index.js +84 -0
- package/dist/ui/layout/flex/index.mjs +8 -0
- package/dist/ui/layout/grid/grid.d.ts +118 -0
- package/dist/ui/layout/grid/grid.js +84 -0
- package/dist/ui/layout/grid/grid.mjs +7 -0
- package/dist/ui/layout/grid/index.d.ts +1 -0
- package/dist/ui/layout/grid/index.js +86 -0
- package/dist/ui/layout/grid/index.mjs +8 -0
- package/dist/ui/layout/index.d.ts +1 -0
- package/dist/ui/layout/index.js +65 -9
- package/dist/ui/layout/index.mjs +72 -48
- package/dist/ui/layout/page/breadcrumbs.js +0 -1
- package/dist/ui/layout/page/breadcrumbs.mjs +0 -1
- package/dist/ui/layout/page/index.js +3 -5
- package/dist/ui/layout/page/index.mjs +11 -11
- package/dist/ui/layout/page/page-loading.js +3 -5
- package/dist/ui/layout/page/page-loading.mjs +6 -6
- package/dist/ui/layout/page/section-loading.js +3 -5
- package/dist/ui/layout/page/section-loading.mjs +6 -6
- package/dist/ui/overlays/modal/modal.js +0 -1
- package/dist/ui/overlays/modal/modal.mjs +0 -1
- package/dist/ui/surface/bento/bento.d.ts +86 -0
- package/dist/ui/surface/bento/bento.js +74 -0
- package/dist/ui/surface/bento/bento.mjs +9 -0
- package/dist/ui/surface/bento/index.d.ts +1 -0
- package/dist/ui/surface/bento/index.js +76 -0
- package/dist/ui/surface/bento/index.mjs +10 -0
- package/dist/ui/surface/index.d.ts +1 -0
- package/dist/ui/surface/index.js +76 -0
- package/dist/ui/surface/index.mjs +11 -0
- package/dist/ui/theme/colors/blue.d.ts +12 -0
- package/dist/ui/theme/colors/blue.js +42 -0
- package/dist/ui/theme/colors/blue.mjs +7 -0
- package/dist/ui/theme/colors/common.d.ts +113 -0
- package/dist/ui/theme/colors/common.js +171 -0
- package/dist/ui/theme/colors/common.mjs +16 -0
- package/dist/ui/theme/colors/cyan.d.ts +12 -0
- package/dist/ui/theme/colors/cyan.js +42 -0
- package/dist/ui/theme/colors/cyan.mjs +7 -0
- package/dist/ui/theme/colors/flat.d.ts +22 -0
- package/dist/ui/theme/colors/flat.js +52 -0
- package/dist/ui/theme/colors/flat.mjs +28 -0
- package/dist/ui/theme/colors/green.d.ts +12 -0
- package/dist/ui/theme/colors/green.js +42 -0
- package/dist/ui/theme/colors/green.mjs +7 -0
- package/dist/ui/theme/colors/index.d.ts +118 -0
- package/dist/ui/theme/colors/index.js +353 -0
- package/dist/ui/theme/colors/index.mjs +26 -0
- package/dist/ui/theme/colors/pink.d.ts +12 -0
- package/dist/ui/theme/colors/pink.js +42 -0
- package/dist/ui/theme/colors/pink.mjs +7 -0
- package/dist/ui/theme/colors/purple.d.ts +12 -0
- package/dist/ui/theme/colors/purple.js +42 -0
- package/dist/ui/theme/colors/purple.mjs +7 -0
- package/dist/ui/theme/colors/red.d.ts +12 -0
- package/dist/ui/theme/colors/red.js +42 -0
- package/dist/ui/theme/colors/red.mjs +7 -0
- package/dist/ui/theme/colors/semantic.d.ts +7 -0
- package/dist/ui/theme/colors/semantic.js +347 -0
- package/dist/ui/theme/colors/semantic.mjs +22 -0
- package/dist/ui/theme/colors/shipgray.d.ts +12 -0
- package/dist/ui/theme/colors/shipgray.js +42 -0
- package/dist/ui/theme/colors/shipgray.mjs +7 -0
- package/dist/ui/theme/colors/types.d.ts +38 -0
- package/dist/ui/theme/colors/types.js +19 -0
- package/dist/ui/theme/colors/types.mjs +2 -0
- package/dist/ui/theme/colors/yellow.d.ts +12 -0
- package/dist/ui/theme/colors/yellow.js +42 -0
- package/dist/ui/theme/colors/yellow.mjs +7 -0
- package/dist/ui/theme/colors/zinc.d.ts +12 -0
- package/dist/ui/theme/colors/zinc.js +42 -0
- package/dist/ui/theme/colors/zinc.mjs +7 -0
- package/dist/ui/theme/colors.d.ts +1 -0
- package/dist/ui/theme/colors.js +353 -0
- package/dist/ui/theme/colors.mjs +27 -0
- package/dist/ui/theme/index.js +364 -2
- package/dist/ui/theme/index.mjs +20 -2
- package/dist/ui/theme/swap-color-values.d.ts +1 -0
- package/dist/ui/theme/swap-color-values.js +46 -0
- package/dist/ui/theme/swap-color-values.mjs +7 -0
- package/dist/ui/theme/theme.d.ts +1 -2
- package/dist/ui/theme/theme.js +332 -183
- package/dist/ui/theme/theme.mjs +18 -3
- package/package.json +4 -3
- package/dist/chunk-FELJP42D.mjs +0 -220
- package/dist/ui/layout/container.mjs +0 -87
- package/dist/ui/theme/theme.css +0 -2
- /package/dist/ui/layout/{flex.d.ts → flex/flex.d.ts} +0 -0
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
|
|
3
|
+
// src/ui/theme/colors/purple.ts
|
|
4
|
+
var purple = {
|
|
5
|
+
50: "#faf6fe",
|
|
6
|
+
100: "#efe5fd",
|
|
7
|
+
200: "#d6bcfa",
|
|
8
|
+
300: "#b88bf6",
|
|
9
|
+
400: "#9350f2",
|
|
10
|
+
500: "#7b43cb",
|
|
11
|
+
600: "#5e339b",
|
|
12
|
+
700: "#4c2a7e",
|
|
13
|
+
800: "#2c1849",
|
|
14
|
+
900: "#1a0e2c"
|
|
15
|
+
};
|
|
16
|
+
|
|
17
|
+
export {
|
|
18
|
+
purple
|
|
19
|
+
};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
|
|
3
|
+
// src/ui/theme/colors/shipgray.ts
|
|
4
|
+
var shipgray = {
|
|
5
|
+
50: "#f8f8fa",
|
|
6
|
+
100: "#f4f4f8",
|
|
7
|
+
200: "#cfcdde",
|
|
8
|
+
300: "#acaac7",
|
|
9
|
+
400: "#7571a2",
|
|
10
|
+
500: "#5e5a82",
|
|
11
|
+
600: "#464461",
|
|
12
|
+
700: "#232231",
|
|
13
|
+
800: "#1a1923",
|
|
14
|
+
900: "#121118"
|
|
15
|
+
};
|
|
16
|
+
|
|
17
|
+
export {
|
|
18
|
+
shipgray
|
|
19
|
+
};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
|
|
3
|
+
// src/ui/theme/colors/pink.ts
|
|
4
|
+
var pink = {
|
|
5
|
+
50: "#fef8ff",
|
|
6
|
+
100: "#fce9ff",
|
|
7
|
+
200: "#f8c6ff",
|
|
8
|
+
300: "#f4a8ff",
|
|
9
|
+
400: "#ed6aff",
|
|
10
|
+
500: "#c759d6",
|
|
11
|
+
600: "#9844a3",
|
|
12
|
+
700: "#7b3785",
|
|
13
|
+
800: "#47204d",
|
|
14
|
+
900: "#2b132e"
|
|
15
|
+
};
|
|
16
|
+
|
|
17
|
+
export {
|
|
18
|
+
pink
|
|
19
|
+
};
|
|
@@ -4,11 +4,9 @@
|
|
|
4
4
|
import React from "react";
|
|
5
5
|
import { Spinner as HeroUISpinner } from "@heroui/spinner";
|
|
6
6
|
import { jsx } from "react/jsx-runtime";
|
|
7
|
-
var Spinner = React.forwardRef(
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
}
|
|
11
|
-
);
|
|
7
|
+
var Spinner = React.forwardRef((props, ref) => {
|
|
8
|
+
return /* @__PURE__ */ jsx(HeroUISpinner, { ref, ...props });
|
|
9
|
+
});
|
|
12
10
|
Spinner.displayName = "TeachInUI.Spinner";
|
|
13
11
|
|
|
14
12
|
export {
|