cortex-react-components 4.0.4 → 4.1.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-Q3XULDFS.mjs → chunk-2B5V6DGA.mjs} +7 -7
- package/dist/{chunk-LPYF34FN.mjs → chunk-2LTQMWSP.mjs} +4 -4
- package/dist/{chunk-KBP4ASK2.mjs → chunk-CY7FKRON.mjs} +5 -5
- package/dist/{chunk-BQCPFKSJ.mjs → chunk-DGIVNR6Z.mjs} +2 -2
- package/dist/{chunk-GMAUVNHI.mjs → chunk-ENXQSGPR.mjs} +1 -1
- package/dist/{chunk-X4GP2O3Y.mjs → chunk-LPK5R32M.mjs} +1 -1
- package/dist/{chunk-QPGSN7X2.mjs → chunk-MACDPQR7.mjs} +11 -11
- package/dist/{chunk-PE7KJR4A.mjs → chunk-RC6YHGVV.mjs} +1 -1
- package/dist/{chunk-4YRR74Y4.mjs → chunk-VMYEV3FG.mjs} +1 -1
- package/dist/{chunk-SDSU6I3H.mjs → chunk-X6SIRDD4.mjs} +2 -15
- package/dist/{chunk-Z6MYLHDW.mjs → chunk-YFOEG4PP.mjs} +1 -1
- package/dist/components/Chat/ChatInterface.mjs +1 -1
- package/dist/components/Chat/CopilotInterface.mjs +1 -1
- package/dist/components/Chat/PartTypes/MessageHandler.mjs +1 -1
- package/dist/components/Chat/PartTypes/index.mjs +3 -3
- package/dist/components/Chat/demo-long-messages.mjs +1 -1
- package/dist/components/Chat/demo-tests.mjs +1 -1
- package/dist/components/Chat/demo.mjs +1 -1
- package/dist/components/Chat/example-usage.mjs +1 -1
- package/dist/components/Chat/example-with-vercel-ai.mjs +1 -1
- package/dist/components/Chat/index.mjs +1 -1
- package/dist/components/Foundry/AppSidebarLeft.mjs +3 -3
- package/dist/components/Foundry/Knowledge/add-knowledge-modal.mjs +3 -3
- package/dist/components/Foundry/Knowledge/add-team-context.mjs +3 -3
- package/dist/components/Foundry/MainPage.mjs +6 -6
- package/dist/components/Foundry/Pages/dashboardpage.mjs +10 -10
- package/dist/components/Foundry/Views/ColleaguesView.mjs +2 -2
- package/dist/components/Foundry/Views/KnowledgeView.mjs +5 -5
- package/dist/components/Foundry/Views/index.js +4 -17
- package/dist/components/Foundry/Views/index.mjs +35 -35
- package/dist/components/Foundry/file-edit.mjs +3 -3
- package/dist/components/Foundry/index.js +4 -17
- package/dist/components/Foundry/index.mjs +53 -53
- package/dist/components/HeaderFooter/Header.mjs +1 -1
- package/dist/components/HeaderFooter/index.mjs +2 -2
- package/dist/components/Heros/PostHero/index.mjs +3 -3
- package/dist/components/Heros/index.mjs +3 -3
- package/dist/components/Layouts/OutputHeaderFooter.mjs +1 -1
- package/dist/components/Layouts/Print.mjs +1 -1
- package/dist/components/Layouts/SlideShow.mjs +1 -1
- package/dist/components/Layouts/index.mjs +4 -4
- package/dist/components/Menus/SidebarLeft.mjs +3 -3
- package/dist/components/Menus/SidebarLeftMulti.mjs +3 -3
- package/dist/components/Menus/SidebarRight.mjs +3 -3
- package/dist/components/Menus/index.mjs +8 -8
- package/dist/components/Payload/index.mjs +3 -3
- package/dist/components/Projects/EpicsView.js +1 -1
- package/dist/components/Projects/EpicsView.mjs +6 -6
- package/dist/components/Projects/FileView.mjs +3 -3
- package/dist/components/Projects/GanttView.js +2 -15
- package/dist/components/Projects/GanttView.mjs +1 -1
- package/dist/components/Projects/KanbanBoardView.mjs +7 -7
- package/dist/components/Projects/PlanningView.js +1 -1
- package/dist/components/Projects/PlanningView.mjs +1 -1
- package/dist/components/Projects/ProjectPage.js +4 -17
- package/dist/components/Projects/ProjectPage.mjs +13 -13
- package/dist/components/Projects/ProjectView.js +4 -17
- package/dist/components/Projects/ProjectView.mjs +13 -13
- package/dist/components/Projects/ProjectsIndexView.mjs +2 -2
- package/dist/components/Projects/SprintBoardView.js +1 -1
- package/dist/components/Projects/SprintBoardView.mjs +7 -7
- package/dist/components/Projects/TaskDetailsModal.mjs +4 -4
- package/dist/components/Projects/file-list.mjs +3 -3
- package/dist/components/Projects/index.js +3 -3
- package/dist/components/Projects/index.mjs +17 -17
- package/dist/components/dc-temp/index.mjs +13 -13
- package/dist/components/index.js +5 -18
- package/dist/components/index.mjs +78 -78
- package/dist/components/ui/index.mjs +9 -9
- package/dist/components/ui/sidebar.mjs +2 -2
- package/dist/decorators/Intranet.css +7 -6
- package/dist/decorators/Intranet.mjs +43 -43
- package/dist/globals.css +7 -6
- package/dist/index.js +5 -18
- package/dist/index.mjs +82 -82
- package/dist/metafile-cjs.json +1 -1
- package/dist/metafile-esm.json +1 -1
- package/dist/pages/Blog.mjs +6 -6
- package/dist/pages/Documentation.mjs +6 -6
- package/dist/pages/IndexPage.mjs +5 -5
- package/dist/pages/Intranet.mjs +3 -3
- package/dist/pages/LandingPage.mjs +45 -45
- package/dist/pages/Page.mjs +5 -5
- package/dist/pages/Publish.mjs +43 -43
- package/dist/pages/Website.mjs +2 -2
- package/dist/sections/BlogListSection.mjs +8 -8
- package/dist/sections/PageSections.mjs +45 -45
- package/dist/sections/ServiceSection.mjs +43 -43
- package/dist/sections/index.mjs +47 -47
- package/package.json +1 -1
- package/dist/{chunk-D5KV6INF.mjs → chunk-AEFGMCK3.mjs} +3 -3
- package/dist/{chunk-MFXCOX3L.mjs → chunk-CT6KAYGR.mjs} +3 -3
- package/dist/{chunk-H5LRL7OW.mjs → chunk-LRYXGV4F.mjs} +3 -3
- package/dist/{chunk-OXW2CTLO.mjs → chunk-M4WVLZDE.mjs} +3 -3
- package/dist/{chunk-EV2SN43F.mjs → chunk-MELQG7N7.mjs} +5 -5
- package/dist/{chunk-AM7WWNNM.mjs → chunk-SJ64VL23.mjs} +3 -3
|
@@ -7845,7 +7845,7 @@ var PlanningView = ({
|
|
|
7845
7845
|
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
|
7846
7846
|
"div",
|
|
7847
7847
|
{
|
|
7848
|
-
className: `fixed top-
|
|
7848
|
+
className: `fixed top-[var(--app-header-height)] right-0 h-[calc(100vh-4rem)] w-80 bg-background border-l shadow-xl z-10 transition-all duration-300 ease-in-out ${isSprintSelectorOpen ? "translate-x-0 opacity-100 visible" : "translate-x-full opacity-0 invisible"}`,
|
|
7849
7849
|
children: /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(Card, { className: "h-full rounded-none border-0 flex flex-col", children: [
|
|
7850
7850
|
/* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("div", { className: "p-4 border-b bg-muted/30 flex-shrink-0", children: [
|
|
7851
7851
|
/* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("div", { className: "flex items-center justify-between", children: [
|
|
@@ -8680,7 +8680,7 @@ var SprintBoardView = ({
|
|
|
8680
8680
|
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
8681
8681
|
"div",
|
|
8682
8682
|
{
|
|
8683
|
-
className: `fixed top-
|
|
8683
|
+
className: `fixed top-[var(--app-header-height)] right-0 h-[calc(100vh-4rem)] w-80 bg-background border-l shadow-xl z-10 transition-all duration-300 ease-in-out ${isSprintSelectorOpen ? "translate-x-0 opacity-100 visible" : "translate-x-full opacity-0 invisible"}`,
|
|
8684
8684
|
children: /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(Card, { className: "h-full rounded-none border-0 flex flex-col", children: [
|
|
8685
8685
|
/* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("div", { className: "p-4 border-b bg-muted/30 flex-shrink-0", children: [
|
|
8686
8686
|
/* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("div", { className: "flex items-center justify-between", children: [
|
|
@@ -10014,7 +10014,7 @@ var EpicsView = ({
|
|
|
10014
10014
|
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
10015
10015
|
"div",
|
|
10016
10016
|
{
|
|
10017
|
-
className: `fixed top-
|
|
10017
|
+
className: `fixed top-[var(--app-header-height)] right-0 h-[calc(100vh-4rem)] w-80 bg-background border-l shadow-xl z-10 transition-all duration-300 ease-in-out ${isEpicSelectorOpen ? "translate-x-0 opacity-100 visible" : "translate-x-full opacity-0 invisible"}`,
|
|
10018
10018
|
children: /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)(Card, { className: "h-full rounded-none border-0 flex flex-col", children: [
|
|
10019
10019
|
/* @__PURE__ */ (0, import_jsx_runtime49.jsxs)("div", { className: "p-4 border-b bg-muted/30 flex-shrink-0", children: [
|
|
10020
10020
|
/* @__PURE__ */ (0, import_jsx_runtime49.jsxs)("div", { className: "flex items-center justify-between", children: [
|
|
@@ -1,34 +1,35 @@
|
|
|
1
1
|
import {
|
|
2
2
|
SprintBoardView
|
|
3
|
-
} from "../../chunk-
|
|
4
|
-
import {
|
|
5
|
-
ProjectCard
|
|
6
|
-
} from "../../chunk-WHCZTD2K.mjs";
|
|
3
|
+
} from "../../chunk-2B5V6DGA.mjs";
|
|
7
4
|
import {
|
|
8
5
|
TasksView
|
|
9
6
|
} from "../../chunk-5TOKOCC7.mjs";
|
|
7
|
+
import {
|
|
8
|
+
PlanningView
|
|
9
|
+
} from "../../chunk-ENXQSGPR.mjs";
|
|
10
|
+
import {
|
|
11
|
+
ProjectCard
|
|
12
|
+
} from "../../chunk-WHCZTD2K.mjs";
|
|
13
|
+
import "../../chunk-4W45C7FI.mjs";
|
|
10
14
|
import {
|
|
11
15
|
EpicsView
|
|
12
|
-
} from "../../chunk-
|
|
16
|
+
} from "../../chunk-2LTQMWSP.mjs";
|
|
17
|
+
import "../../chunk-7MJIUQKX.mjs";
|
|
13
18
|
import {
|
|
14
19
|
KanbanBoardView
|
|
15
|
-
} from "../../chunk-
|
|
20
|
+
} from "../../chunk-MELQG7N7.mjs";
|
|
21
|
+
import "../../chunk-P7YLSTDO.mjs";
|
|
16
22
|
import "../../chunk-WSU6ULOG.mjs";
|
|
17
23
|
import "../../chunk-LGTDZ4MV.mjs";
|
|
18
24
|
import "../../chunk-3G7VLQG5.mjs";
|
|
19
25
|
import "../../chunk-YFNT546N.mjs";
|
|
20
|
-
import "../../chunk-P7YLSTDO.mjs";
|
|
21
|
-
import {
|
|
22
|
-
PlanningView
|
|
23
|
-
} from "../../chunk-GMAUVNHI.mjs";
|
|
24
|
-
import "../../chunk-PVYGACRN.mjs";
|
|
25
|
-
import "../../chunk-4W45C7FI.mjs";
|
|
26
26
|
import "../../chunk-KQPJT5JI.mjs";
|
|
27
|
-
import "../../chunk-7MJIUQKX.mjs";
|
|
28
27
|
import "../../chunk-XNPFUKDL.mjs";
|
|
29
28
|
import "../../chunk-TVIXARUN.mjs";
|
|
29
|
+
import "../../chunk-PVYGACRN.mjs";
|
|
30
30
|
import "../../chunk-JMUZ3EXS.mjs";
|
|
31
31
|
import "../../chunk-CUPIRVMN.mjs";
|
|
32
|
+
import "../../chunk-RFMER577.mjs";
|
|
32
33
|
import "../../chunk-UQI2O3WS.mjs";
|
|
33
34
|
import "../../chunk-VUM6I2QV.mjs";
|
|
34
35
|
import "../../chunk-LBC2U436.mjs";
|
|
@@ -42,14 +43,13 @@ import "../../chunk-ZJB7AFL5.mjs";
|
|
|
42
43
|
import "../../chunk-KHFPDDTO.mjs";
|
|
43
44
|
import "../../chunk-AVNBD2X5.mjs";
|
|
44
45
|
import "../../chunk-SNUES6JA.mjs";
|
|
45
|
-
import "../../chunk-RFMER577.mjs";
|
|
46
46
|
import "../../chunk-ZFUPXIGR.mjs";
|
|
47
47
|
import "../../chunk-CR4DEGH3.mjs";
|
|
48
48
|
import "../../chunk-XTI4RMGG.mjs";
|
|
49
49
|
import "../../chunk-Y6HQV3VB.mjs";
|
|
50
50
|
import "../../chunk-6A7T3O6T.mjs";
|
|
51
|
-
import "../../chunk-H72ENAAN.mjs";
|
|
52
51
|
import "../../chunk-JCFLPLDK.mjs";
|
|
52
|
+
import "../../chunk-H72ENAAN.mjs";
|
|
53
53
|
import "../../chunk-3VKPPG4Z.mjs";
|
|
54
54
|
import "../../chunk-T2CLUB2R.mjs";
|
|
55
55
|
import "../../chunk-6V75REDA.mjs";
|
|
@@ -70,10 +70,10 @@ import "../../chunk-EQHAE4MP.mjs";
|
|
|
70
70
|
import "../../chunk-SG5TVUD2.mjs";
|
|
71
71
|
import "../../chunk-23N4BX45.mjs";
|
|
72
72
|
import "../../chunk-6MKCSIL2.mjs";
|
|
73
|
-
import "../../chunk-
|
|
74
|
-
import "../../chunk-EPR27OQG.mjs";
|
|
73
|
+
import "../../chunk-AEFGMCK3.mjs";
|
|
75
74
|
import "../../chunk-7GPVQAMX.mjs";
|
|
76
75
|
import "../../chunk-HJCCUR2K.mjs";
|
|
76
|
+
import "../../chunk-EPR27OQG.mjs";
|
|
77
77
|
import "../../chunk-R7D7RJIE.mjs";
|
|
78
78
|
import "../../chunk-YMZ2OUK6.mjs";
|
|
79
79
|
import "../../chunk-EN2UUKLU.mjs";
|
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
import {
|
|
2
2
|
KnowledgeView
|
|
3
|
-
} from "../../chunk-
|
|
4
|
-
import "../../chunk-AXKAHFPN.mjs";
|
|
3
|
+
} from "../../chunk-M4WVLZDE.mjs";
|
|
5
4
|
import "../../chunk-EH7IHRQI.mjs";
|
|
5
|
+
import "../../chunk-AXKAHFPN.mjs";
|
|
6
|
+
import {
|
|
7
|
+
TeamsIndexView
|
|
8
|
+
} from "../../chunk-QWW737QR.mjs";
|
|
9
|
+
import {
|
|
10
|
+
TeamCard
|
|
11
|
+
} from "../../chunk-R5LKUQ37.mjs";
|
|
6
12
|
import {
|
|
7
13
|
FileView
|
|
8
14
|
} from "../../chunk-7MJIUQKX.mjs";
|
|
@@ -10,19 +16,13 @@ import {
|
|
|
10
16
|
FileList
|
|
11
17
|
} from "../../chunk-XNPFUKDL.mjs";
|
|
12
18
|
import "../../chunk-TVIXARUN.mjs";
|
|
13
|
-
import {
|
|
14
|
-
TeamsIndexView
|
|
15
|
-
} from "../../chunk-QWW737QR.mjs";
|
|
16
|
-
import {
|
|
17
|
-
TeamCard
|
|
18
|
-
} from "../../chunk-R5LKUQ37.mjs";
|
|
19
19
|
import "../../chunk-JMUZ3EXS.mjs";
|
|
20
|
+
import "../../chunk-WEIPDZOJ.mjs";
|
|
21
|
+
import "../../chunk-RQVP4AS3.mjs";
|
|
20
22
|
import "../../chunk-CUPIRVMN.mjs";
|
|
21
23
|
import {
|
|
22
24
|
KnowledgeBrowser
|
|
23
25
|
} from "../../chunk-B7RMMSJW.mjs";
|
|
24
|
-
import "../../chunk-WEIPDZOJ.mjs";
|
|
25
|
-
import "../../chunk-RQVP4AS3.mjs";
|
|
26
26
|
import "../../chunk-2IXWZ33N.mjs";
|
|
27
27
|
import "../../chunk-TU4T4ZXN.mjs";
|
|
28
28
|
import "../../chunk-VUM6I2QV.mjs";
|
|
@@ -40,8 +40,8 @@ import "../../chunk-SNUES6JA.mjs";
|
|
|
40
40
|
import "../../chunk-ZFUPXIGR.mjs";
|
|
41
41
|
import "../../chunk-CR4DEGH3.mjs";
|
|
42
42
|
import "../../chunk-6A7T3O6T.mjs";
|
|
43
|
-
import "../../chunk-H72ENAAN.mjs";
|
|
44
43
|
import "../../chunk-JCFLPLDK.mjs";
|
|
44
|
+
import "../../chunk-H72ENAAN.mjs";
|
|
45
45
|
import "../../chunk-3VKPPG4Z.mjs";
|
|
46
46
|
import "../../chunk-T2CLUB2R.mjs";
|
|
47
47
|
import "../../chunk-6V75REDA.mjs";
|
|
@@ -62,10 +62,10 @@ import "../../chunk-EQHAE4MP.mjs";
|
|
|
62
62
|
import "../../chunk-SG5TVUD2.mjs";
|
|
63
63
|
import "../../chunk-23N4BX45.mjs";
|
|
64
64
|
import "../../chunk-6MKCSIL2.mjs";
|
|
65
|
-
import "../../chunk-
|
|
66
|
-
import "../../chunk-EPR27OQG.mjs";
|
|
65
|
+
import "../../chunk-AEFGMCK3.mjs";
|
|
67
66
|
import "../../chunk-7GPVQAMX.mjs";
|
|
68
67
|
import "../../chunk-HJCCUR2K.mjs";
|
|
68
|
+
import "../../chunk-EPR27OQG.mjs";
|
|
69
69
|
import "../../chunk-R7D7RJIE.mjs";
|
|
70
70
|
import "../../chunk-YMZ2OUK6.mjs";
|
|
71
71
|
import "../../chunk-EN2UUKLU.mjs";
|
package/dist/components/index.js
CHANGED
|
@@ -26836,7 +26836,7 @@ var EpicsView = ({
|
|
|
26836
26836
|
/* @__PURE__ */ (0, import_jsx_runtime210.jsx)(
|
|
26837
26837
|
"div",
|
|
26838
26838
|
{
|
|
26839
|
-
className: `fixed top-
|
|
26839
|
+
className: `fixed top-[var(--app-header-height)] right-0 h-[calc(100vh-4rem)] w-80 bg-background border-l shadow-xl z-10 transition-all duration-300 ease-in-out ${isEpicSelectorOpen ? "translate-x-0 opacity-100 visible" : "translate-x-full opacity-0 invisible"}`,
|
|
26840
26840
|
children: /* @__PURE__ */ (0, import_jsx_runtime210.jsxs)(Card, { className: "h-full rounded-none border-0 flex flex-col", children: [
|
|
26841
26841
|
/* @__PURE__ */ (0, import_jsx_runtime210.jsxs)("div", { className: "p-4 border-b bg-muted/30 flex-shrink-0", children: [
|
|
26842
26842
|
/* @__PURE__ */ (0, import_jsx_runtime210.jsxs)("div", { className: "flex items-center justify-between", children: [
|
|
@@ -27347,19 +27347,6 @@ var GanttView = ({
|
|
|
27347
27347
|
`bg-${sprint.id}`
|
|
27348
27348
|
);
|
|
27349
27349
|
}),
|
|
27350
|
-
realSprints.map((sprint) => {
|
|
27351
|
-
const left = (0, import_date_fns4.differenceInDays)(new Date(sprint.startDate), timelineStart) * dayWidth;
|
|
27352
|
-
if (left < 0 || left > totalWidth) return null;
|
|
27353
|
-
const active = isSprintActive(sprint);
|
|
27354
|
-
return /* @__PURE__ */ (0, import_jsx_runtime211.jsx)(
|
|
27355
|
-
"div",
|
|
27356
|
-
{
|
|
27357
|
-
className: `absolute inset-y-0 pointer-events-none ${active ? "border-l border-primary/40" : "border-l border-dashed border-border/60"}`,
|
|
27358
|
-
style: { left }
|
|
27359
|
-
},
|
|
27360
|
-
`line-${sprint.id}`
|
|
27361
|
-
);
|
|
27362
|
-
}),
|
|
27363
27350
|
todayLeft >= 0 && todayLeft <= totalWidth && /* @__PURE__ */ (0, import_jsx_runtime211.jsxs)(
|
|
27364
27351
|
"div",
|
|
27365
27352
|
{
|
|
@@ -27403,7 +27390,7 @@ var GanttView = ({
|
|
|
27403
27390
|
return /* @__PURE__ */ (0, import_jsx_runtime211.jsxs)(
|
|
27404
27391
|
"div",
|
|
27405
27392
|
{
|
|
27406
|
-
className: "absolute rounded overflow-hidden cursor-pointer hover:ring-2 hover:ring-white/40 transition-all",
|
|
27393
|
+
className: "absolute rounded overflow-hidden cursor-pointer ring-1 ring-inset ring-foreground/30 hover:ring-2 hover:ring-white/40 transition-all",
|
|
27407
27394
|
style: { left, width, height: 32, top: 8 },
|
|
27408
27395
|
title: tooltip,
|
|
27409
27396
|
children: [
|
|
@@ -27449,7 +27436,7 @@ var GanttView = ({
|
|
|
27449
27436
|
] }) })
|
|
27450
27437
|
] });
|
|
27451
27438
|
const inner = /* @__PURE__ */ (0, import_jsx_runtime211.jsxs)("div", { className: `flex flex-col ${isFullscreen ? "h-screen" : "h-full"} overflow-hidden`, children: [
|
|
27452
|
-
/* @__PURE__ */ (0, import_jsx_runtime211.jsx)("div", { ref: heroRef, className: "flex-shrink-0", children: /* @__PURE__ */ (0, import_jsx_runtime211.jsx)(
|
|
27439
|
+
!isFullscreen && /* @__PURE__ */ (0, import_jsx_runtime211.jsx)("div", { ref: heroRef, className: "flex-shrink-0", children: /* @__PURE__ */ (0, import_jsx_runtime211.jsx)(
|
|
27453
27440
|
DashboardHero,
|
|
27454
27441
|
{
|
|
27455
27442
|
title: "Gantt Chart",
|
|
@@ -28008,7 +27995,7 @@ var PlanningView = ({
|
|
|
28008
27995
|
/* @__PURE__ */ (0, import_jsx_runtime213.jsx)(
|
|
28009
27996
|
"div",
|
|
28010
27997
|
{
|
|
28011
|
-
className: `fixed top-
|
|
27998
|
+
className: `fixed top-[var(--app-header-height)] right-0 h-[calc(100vh-4rem)] w-80 bg-background border-l shadow-xl z-10 transition-all duration-300 ease-in-out ${isSprintSelectorOpen ? "translate-x-0 opacity-100 visible" : "translate-x-full opacity-0 invisible"}`,
|
|
28012
27999
|
children: /* @__PURE__ */ (0, import_jsx_runtime213.jsxs)(Card, { className: "h-full rounded-none border-0 flex flex-col", children: [
|
|
28013
28000
|
/* @__PURE__ */ (0, import_jsx_runtime213.jsxs)("div", { className: "p-4 border-b bg-muted/30 flex-shrink-0", children: [
|
|
28014
28001
|
/* @__PURE__ */ (0, import_jsx_runtime213.jsxs)("div", { className: "flex items-center justify-between", children: [
|
|
@@ -30328,7 +30315,7 @@ var SprintBoardView = ({
|
|
|
30328
30315
|
/* @__PURE__ */ (0, import_jsx_runtime220.jsx)(
|
|
30329
30316
|
"div",
|
|
30330
30317
|
{
|
|
30331
|
-
className: `fixed top-
|
|
30318
|
+
className: `fixed top-[var(--app-header-height)] right-0 h-[calc(100vh-4rem)] w-80 bg-background border-l shadow-xl z-10 transition-all duration-300 ease-in-out ${isSprintSelectorOpen ? "translate-x-0 opacity-100 visible" : "translate-x-full opacity-0 invisible"}`,
|
|
30332
30319
|
children: /* @__PURE__ */ (0, import_jsx_runtime220.jsxs)(Card, { className: "h-full rounded-none border-0 flex flex-col", children: [
|
|
30333
30320
|
/* @__PURE__ */ (0, import_jsx_runtime220.jsxs)("div", { className: "p-4 border-b bg-muted/30 flex-shrink-0", children: [
|
|
30334
30321
|
/* @__PURE__ */ (0, import_jsx_runtime220.jsxs)("div", { className: "flex items-center justify-between", children: [
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
SprintBoardView
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-2B5V6DGA.mjs";
|
|
4
|
+
import {
|
|
5
|
+
NewsGrid
|
|
6
|
+
} from "../chunk-4NTAQQDM.mjs";
|
|
4
7
|
import {
|
|
5
8
|
FlowPrintable,
|
|
6
9
|
PagePrintable,
|
|
@@ -10,12 +13,12 @@ import {
|
|
|
10
13
|
SlideShow
|
|
11
14
|
} from "../chunk-IWQEM5KO.mjs";
|
|
12
15
|
import "../chunk-HNVHGBNE.mjs";
|
|
13
|
-
import {
|
|
14
|
-
PayloadPagination
|
|
15
|
-
} from "../chunk-N42O5NIO.mjs";
|
|
16
16
|
import {
|
|
17
17
|
PageRange
|
|
18
18
|
} from "../chunk-NR6HSUH7.mjs";
|
|
19
|
+
import {
|
|
20
|
+
PayloadPagination
|
|
21
|
+
} from "../chunk-N42O5NIO.mjs";
|
|
19
22
|
import {
|
|
20
23
|
CollectionArchive
|
|
21
24
|
} from "../chunk-5OGDBGXG.mjs";
|
|
@@ -26,9 +29,6 @@ import {
|
|
|
26
29
|
import {
|
|
27
30
|
FeatureGrid
|
|
28
31
|
} from "../chunk-G6V3RRSZ.mjs";
|
|
29
|
-
import {
|
|
30
|
-
NewsGrid
|
|
31
|
-
} from "../chunk-4NTAQQDM.mjs";
|
|
32
32
|
import {
|
|
33
33
|
HolidayTracker
|
|
34
34
|
} from "../chunk-ONDAHNWM.mjs";
|
|
@@ -46,60 +46,64 @@ import {
|
|
|
46
46
|
} from "../chunk-BAUQJT3U.mjs";
|
|
47
47
|
import {
|
|
48
48
|
Home
|
|
49
|
-
} from "../chunk-
|
|
49
|
+
} from "../chunk-CY7FKRON.mjs";
|
|
50
50
|
import {
|
|
51
51
|
ColleaguesView
|
|
52
|
-
} from "../chunk-
|
|
52
|
+
} from "../chunk-LRYXGV4F.mjs";
|
|
53
|
+
import "../chunk-EMDTCDYI.mjs";
|
|
54
|
+
import "../chunk-PR24SSJK.mjs";
|
|
53
55
|
import {
|
|
54
|
-
|
|
55
|
-
} from "../chunk-
|
|
56
|
+
KnowledgeView
|
|
57
|
+
} from "../chunk-M4WVLZDE.mjs";
|
|
58
|
+
import "../chunk-EH7IHRQI.mjs";
|
|
59
|
+
import "../chunk-AXKAHFPN.mjs";
|
|
56
60
|
import {
|
|
57
|
-
|
|
58
|
-
} from "../chunk-
|
|
59
|
-
import "../chunk-
|
|
61
|
+
TeamsIndexView
|
|
62
|
+
} from "../chunk-QWW737QR.mjs";
|
|
63
|
+
import "../chunk-R5LKUQ37.mjs";
|
|
60
64
|
import {
|
|
61
65
|
ProjectView
|
|
62
|
-
} from "../chunk-
|
|
66
|
+
} from "../chunk-MACDPQR7.mjs";
|
|
63
67
|
import {
|
|
64
68
|
TasksView
|
|
65
69
|
} from "../chunk-5TOKOCC7.mjs";
|
|
70
|
+
import {
|
|
71
|
+
PlanningView
|
|
72
|
+
} from "../chunk-ENXQSGPR.mjs";
|
|
73
|
+
import {
|
|
74
|
+
Home as Home2
|
|
75
|
+
} from "../chunk-SJ64VL23.mjs";
|
|
76
|
+
import "../chunk-4WN3GYKR.mjs";
|
|
77
|
+
import {
|
|
78
|
+
ProjectCard as ProjectCard2
|
|
79
|
+
} from "../chunk-WHCZTD2K.mjs";
|
|
80
|
+
import "../chunk-4W45C7FI.mjs";
|
|
66
81
|
import {
|
|
67
82
|
EpicsView
|
|
68
|
-
} from "../chunk-
|
|
69
|
-
import
|
|
83
|
+
} from "../chunk-2LTQMWSP.mjs";
|
|
84
|
+
import {
|
|
85
|
+
FileView
|
|
86
|
+
} from "../chunk-7MJIUQKX.mjs";
|
|
87
|
+
import "../chunk-X6SIRDD4.mjs";
|
|
70
88
|
import {
|
|
71
89
|
KanbanBoardView
|
|
72
|
-
} from "../chunk-
|
|
90
|
+
} from "../chunk-MELQG7N7.mjs";
|
|
91
|
+
import "../chunk-P7YLSTDO.mjs";
|
|
73
92
|
import "../chunk-WSU6ULOG.mjs";
|
|
74
93
|
import "../chunk-LGTDZ4MV.mjs";
|
|
75
94
|
import "../chunk-3G7VLQG5.mjs";
|
|
76
95
|
import "../chunk-YFNT546N.mjs";
|
|
77
|
-
import "../chunk-P7YLSTDO.mjs";
|
|
78
|
-
import {
|
|
79
|
-
PlanningView
|
|
80
|
-
} from "../chunk-GMAUVNHI.mjs";
|
|
81
|
-
import "../chunk-EMDTCDYI.mjs";
|
|
82
|
-
import "../chunk-PR24SSJK.mjs";
|
|
83
|
-
import "../chunk-PVYGACRN.mjs";
|
|
84
|
-
import "../chunk-4W45C7FI.mjs";
|
|
85
96
|
import "../chunk-KQPJT5JI.mjs";
|
|
86
|
-
import {
|
|
87
|
-
KnowledgeView
|
|
88
|
-
} from "../chunk-OXW2CTLO.mjs";
|
|
89
|
-
import "../chunk-AXKAHFPN.mjs";
|
|
90
|
-
import "../chunk-EH7IHRQI.mjs";
|
|
91
|
-
import {
|
|
92
|
-
FileView
|
|
93
|
-
} from "../chunk-7MJIUQKX.mjs";
|
|
94
97
|
import "../chunk-XNPFUKDL.mjs";
|
|
95
98
|
import "../chunk-TVIXARUN.mjs";
|
|
96
|
-
import
|
|
97
|
-
TeamsIndexView
|
|
98
|
-
} from "../chunk-QWW737QR.mjs";
|
|
99
|
-
import "../chunk-R5LKUQ37.mjs";
|
|
99
|
+
import "../chunk-PVYGACRN.mjs";
|
|
100
100
|
import {
|
|
101
101
|
DashboardHero
|
|
102
102
|
} from "../chunk-JMUZ3EXS.mjs";
|
|
103
|
+
import {
|
|
104
|
+
TeamForm
|
|
105
|
+
} from "../chunk-WEIPDZOJ.mjs";
|
|
106
|
+
import "../chunk-RQVP4AS3.mjs";
|
|
103
107
|
import "../chunk-CUPIRVMN.mjs";
|
|
104
108
|
import {
|
|
105
109
|
DigitalColleagueClone
|
|
@@ -111,9 +115,14 @@ import {
|
|
|
111
115
|
KnowledgeBrowser
|
|
112
116
|
} from "../chunk-B7RMMSJW.mjs";
|
|
113
117
|
import {
|
|
114
|
-
|
|
115
|
-
} from "../chunk-
|
|
116
|
-
import
|
|
118
|
+
DocumentPreview
|
|
119
|
+
} from "../chunk-2IXWZ33N.mjs";
|
|
120
|
+
import {
|
|
121
|
+
SearchableSelect
|
|
122
|
+
} from "../chunk-RFMER577.mjs";
|
|
123
|
+
import {
|
|
124
|
+
AddColleagueToTeamForm
|
|
125
|
+
} from "../chunk-GXN5ZNBZ.mjs";
|
|
117
126
|
import "../chunk-MDG2I4PB.mjs";
|
|
118
127
|
import "../chunk-UQI2O3WS.mjs";
|
|
119
128
|
import {
|
|
@@ -131,9 +140,6 @@ import {
|
|
|
131
140
|
import {
|
|
132
141
|
DigitalColleagueSelection
|
|
133
142
|
} from "../chunk-BXEALHGJ.mjs";
|
|
134
|
-
import {
|
|
135
|
-
DocumentPreview
|
|
136
|
-
} from "../chunk-2IXWZ33N.mjs";
|
|
137
143
|
import {
|
|
138
144
|
DocumentEdit
|
|
139
145
|
} from "../chunk-TU4T4ZXN.mjs";
|
|
@@ -149,6 +155,9 @@ import "../chunk-ZJB7AFL5.mjs";
|
|
|
149
155
|
import "../chunk-KHFPDDTO.mjs";
|
|
150
156
|
import "../chunk-AVNBD2X5.mjs";
|
|
151
157
|
import "../chunk-SNUES6JA.mjs";
|
|
158
|
+
import {
|
|
159
|
+
DashboardHeader
|
|
160
|
+
} from "../chunk-DGDELNS3.mjs";
|
|
152
161
|
import {
|
|
153
162
|
LandingMenu
|
|
154
163
|
} from "../chunk-SMX6BH2N.mjs";
|
|
@@ -160,22 +169,13 @@ import {
|
|
|
160
169
|
} from "../chunk-HKVESRML.mjs";
|
|
161
170
|
import {
|
|
162
171
|
Documentation
|
|
163
|
-
} from "../chunk-
|
|
164
|
-
import {
|
|
165
|
-
ManagementSidebar
|
|
166
|
-
} from "../chunk-QM3XSGNV.mjs";
|
|
167
|
-
import {
|
|
168
|
-
SearchableSelect
|
|
169
|
-
} from "../chunk-RFMER577.mjs";
|
|
170
|
-
import {
|
|
171
|
-
AddColleagueToTeamForm
|
|
172
|
-
} from "../chunk-GXN5ZNBZ.mjs";
|
|
172
|
+
} from "../chunk-DGIVNR6Z.mjs";
|
|
173
173
|
import {
|
|
174
174
|
AppSidebarLeft
|
|
175
|
-
} from "../chunk-
|
|
175
|
+
} from "../chunk-LPK5R32M.mjs";
|
|
176
176
|
import {
|
|
177
|
-
|
|
178
|
-
} from "../chunk-
|
|
177
|
+
ManagementSidebar
|
|
178
|
+
} from "../chunk-QM3XSGNV.mjs";
|
|
179
179
|
import {
|
|
180
180
|
DeliveryLeadSubmissionWithList
|
|
181
181
|
} from "../chunk-SNG6OKEL.mjs";
|
|
@@ -210,6 +210,7 @@ import {
|
|
|
210
210
|
ChatInterface
|
|
211
211
|
} from "../chunk-G5N5MCLS.mjs";
|
|
212
212
|
import "../chunk-L666B5DN.mjs";
|
|
213
|
+
import "../chunk-TWJKNMD2.mjs";
|
|
213
214
|
import "../chunk-COGNES33.mjs";
|
|
214
215
|
import "../chunk-7RGM2O4X.mjs";
|
|
215
216
|
import "../chunk-3PLZRSCZ.mjs";
|
|
@@ -219,7 +220,6 @@ import "../chunk-HO77MNRT.mjs";
|
|
|
219
220
|
import "../chunk-LY77BPMB.mjs";
|
|
220
221
|
import "../chunk-GQGWBOHP.mjs";
|
|
221
222
|
import "../chunk-AJ7OZYBW.mjs";
|
|
222
|
-
import "../chunk-TWJKNMD2.mjs";
|
|
223
223
|
import {
|
|
224
224
|
ApprovalRequestModal
|
|
225
225
|
} from "../chunk-RUVFSYMR.mjs";
|
|
@@ -313,15 +313,15 @@ import {
|
|
|
313
313
|
getContextualActions,
|
|
314
314
|
testCapabilities
|
|
315
315
|
} from "../chunk-AXWYY2I5.mjs";
|
|
316
|
+
import {
|
|
317
|
+
Filter
|
|
318
|
+
} from "../chunk-MJUHBEZN.mjs";
|
|
316
319
|
import {
|
|
317
320
|
Pagination
|
|
318
321
|
} from "../chunk-PNQ3GU5Q.mjs";
|
|
319
322
|
import {
|
|
320
323
|
ProjectTeam
|
|
321
324
|
} from "../chunk-SGTQI2KC.mjs";
|
|
322
|
-
import {
|
|
323
|
-
Filter
|
|
324
|
-
} from "../chunk-MJUHBEZN.mjs";
|
|
325
325
|
import {
|
|
326
326
|
RelatedContent
|
|
327
327
|
} from "../chunk-ZEJD233P.mjs";
|
|
@@ -348,7 +348,7 @@ import "../chunk-XPLDQMNA.mjs";
|
|
|
348
348
|
import "../chunk-4Z4X2GG7.mjs";
|
|
349
349
|
import {
|
|
350
350
|
SidebarLeftMulti
|
|
351
|
-
} from "../chunk-
|
|
351
|
+
} from "../chunk-RC6YHGVV.mjs";
|
|
352
352
|
import {
|
|
353
353
|
MOTD
|
|
354
354
|
} from "../chunk-VSL4NZ5W.mjs";
|
|
@@ -385,9 +385,17 @@ import {
|
|
|
385
385
|
MediumImpactHero
|
|
386
386
|
} from "../chunk-NSYYRG6A.mjs";
|
|
387
387
|
import "../chunk-6A7T3O6T.mjs";
|
|
388
|
+
import {
|
|
389
|
+
Categories
|
|
390
|
+
} from "../chunk-X373UDXT.mjs";
|
|
388
391
|
import {
|
|
389
392
|
PostHero
|
|
390
393
|
} from "../chunk-R3LWKUWD.mjs";
|
|
394
|
+
import {
|
|
395
|
+
HoverCard,
|
|
396
|
+
HoverCardContent,
|
|
397
|
+
HoverCardTrigger
|
|
398
|
+
} from "../chunk-JCFLPLDK.mjs";
|
|
391
399
|
import {
|
|
392
400
|
Command,
|
|
393
401
|
CommandDialog,
|
|
@@ -399,11 +407,6 @@ import {
|
|
|
399
407
|
CommandSeparator,
|
|
400
408
|
CommandShortcut
|
|
401
409
|
} from "../chunk-H72ENAAN.mjs";
|
|
402
|
-
import {
|
|
403
|
-
HoverCard,
|
|
404
|
-
HoverCardContent,
|
|
405
|
-
HoverCardTrigger
|
|
406
|
-
} from "../chunk-JCFLPLDK.mjs";
|
|
407
410
|
import {
|
|
408
411
|
ToggleGroup,
|
|
409
412
|
ToggleGroupItem
|
|
@@ -483,9 +486,6 @@ import {
|
|
|
483
486
|
CarouselPrevious,
|
|
484
487
|
default as default2
|
|
485
488
|
} from "../chunk-W5ROY7BH.mjs";
|
|
486
|
-
import {
|
|
487
|
-
Categories
|
|
488
|
-
} from "../chunk-X373UDXT.mjs";
|
|
489
489
|
import {
|
|
490
490
|
BannerBlock,
|
|
491
491
|
CallToActionBlock,
|
|
@@ -577,10 +577,10 @@ import {
|
|
|
577
577
|
} from "../chunk-EQHAE4MP.mjs";
|
|
578
578
|
import {
|
|
579
579
|
SidebarRight
|
|
580
|
-
} from "../chunk-
|
|
580
|
+
} from "../chunk-YFOEG4PP.mjs";
|
|
581
581
|
import {
|
|
582
582
|
SidebarLeft
|
|
583
|
-
} from "../chunk-
|
|
583
|
+
} from "../chunk-VMYEV3FG.mjs";
|
|
584
584
|
import {
|
|
585
585
|
Breadcrumb,
|
|
586
586
|
BreadcrumbEllipsis,
|
|
@@ -627,10 +627,7 @@ import {
|
|
|
627
627
|
SidebarSeparator,
|
|
628
628
|
SidebarTrigger,
|
|
629
629
|
useSidebar
|
|
630
|
-
} from "../chunk-
|
|
631
|
-
import {
|
|
632
|
-
Skeleton
|
|
633
|
-
} from "../chunk-EPR27OQG.mjs";
|
|
630
|
+
} from "../chunk-AEFGMCK3.mjs";
|
|
634
631
|
import {
|
|
635
632
|
Separator
|
|
636
633
|
} from "../chunk-7GPVQAMX.mjs";
|
|
@@ -646,6 +643,9 @@ import {
|
|
|
646
643
|
SheetTitle,
|
|
647
644
|
SheetTrigger
|
|
648
645
|
} from "../chunk-HJCCUR2K.mjs";
|
|
646
|
+
import {
|
|
647
|
+
Skeleton
|
|
648
|
+
} from "../chunk-EPR27OQG.mjs";
|
|
649
649
|
import {
|
|
650
650
|
Collapsible,
|
|
651
651
|
CollapsibleContent,
|
|
@@ -660,6 +660,7 @@ import {
|
|
|
660
660
|
TooltipProvider,
|
|
661
661
|
TooltipTrigger
|
|
662
662
|
} from "../chunk-EN2UUKLU.mjs";
|
|
663
|
+
import "../chunk-CADDCSIP.mjs";
|
|
663
664
|
import {
|
|
664
665
|
RelatedPagesMenu
|
|
665
666
|
} from "../chunk-5LGYESOI.mjs";
|
|
@@ -686,11 +687,10 @@ import {
|
|
|
686
687
|
import {
|
|
687
688
|
HeaderDesktop
|
|
688
689
|
} from "../chunk-FHZHQDXV.mjs";
|
|
689
|
-
import "../chunk-XCRMFUEI.mjs";
|
|
690
|
-
import "../chunk-CADDCSIP.mjs";
|
|
691
690
|
import {
|
|
692
691
|
HeaderMobile
|
|
693
692
|
} from "../chunk-OXZJ5MRS.mjs";
|
|
693
|
+
import "../chunk-XCRMFUEI.mjs";
|
|
694
694
|
import {
|
|
695
695
|
BrandLogo
|
|
696
696
|
} from "../chunk-T4QSHL2W.mjs";
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
import {
|
|
2
|
+
HoverCard,
|
|
3
|
+
HoverCardContent,
|
|
4
|
+
HoverCardTrigger
|
|
5
|
+
} from "../../chunk-JCFLPLDK.mjs";
|
|
1
6
|
import {
|
|
2
7
|
Command,
|
|
3
8
|
CommandDialog,
|
|
@@ -9,11 +14,6 @@ import {
|
|
|
9
14
|
CommandSeparator,
|
|
10
15
|
CommandShortcut
|
|
11
16
|
} from "../../chunk-H72ENAAN.mjs";
|
|
12
|
-
import {
|
|
13
|
-
HoverCard,
|
|
14
|
-
HoverCardContent,
|
|
15
|
-
HoverCardTrigger
|
|
16
|
-
} from "../../chunk-JCFLPLDK.mjs";
|
|
17
17
|
import {
|
|
18
18
|
ToggleGroup,
|
|
19
19
|
ToggleGroupItem
|
|
@@ -167,10 +167,7 @@ import {
|
|
|
167
167
|
SidebarSeparator,
|
|
168
168
|
SidebarTrigger,
|
|
169
169
|
useSidebar
|
|
170
|
-
} from "../../chunk-
|
|
171
|
-
import {
|
|
172
|
-
Skeleton
|
|
173
|
-
} from "../../chunk-EPR27OQG.mjs";
|
|
170
|
+
} from "../../chunk-AEFGMCK3.mjs";
|
|
174
171
|
import {
|
|
175
172
|
Separator
|
|
176
173
|
} from "../../chunk-7GPVQAMX.mjs";
|
|
@@ -186,6 +183,9 @@ import {
|
|
|
186
183
|
SheetTitle,
|
|
187
184
|
SheetTrigger
|
|
188
185
|
} from "../../chunk-HJCCUR2K.mjs";
|
|
186
|
+
import {
|
|
187
|
+
Skeleton
|
|
188
|
+
} from "../../chunk-EPR27OQG.mjs";
|
|
189
189
|
import {
|
|
190
190
|
Collapsible,
|
|
191
191
|
CollapsibleContent,
|
|
@@ -25,10 +25,10 @@ import {
|
|
|
25
25
|
SidebarSeparator,
|
|
26
26
|
SidebarTrigger,
|
|
27
27
|
useSidebar
|
|
28
|
-
} from "../../chunk-
|
|
29
|
-
import "../../chunk-EPR27OQG.mjs";
|
|
28
|
+
} from "../../chunk-AEFGMCK3.mjs";
|
|
30
29
|
import "../../chunk-7GPVQAMX.mjs";
|
|
31
30
|
import "../../chunk-HJCCUR2K.mjs";
|
|
31
|
+
import "../../chunk-EPR27OQG.mjs";
|
|
32
32
|
import "../../chunk-YMZ2OUK6.mjs";
|
|
33
33
|
import "../../chunk-EN2UUKLU.mjs";
|
|
34
34
|
import "../../chunk-I6LSWXZW.mjs";
|
|
@@ -366,6 +366,7 @@ font-face {
|
|
|
366
366
|
--sidebar-accent-foreground: 240 4.8% 95.9%;
|
|
367
367
|
--sidebar-border: 240 3.7% 15.9%;
|
|
368
368
|
--sidebar-ring: 217.2 91.2% 59.8%;
|
|
369
|
+
--app-header-height: 0rem;
|
|
369
370
|
}
|
|
370
371
|
.light {
|
|
371
372
|
--background: 0 0% 100%;
|
|
@@ -1707,6 +1708,9 @@ h2 {
|
|
|
1707
1708
|
.top-\[calc\(40vw\*0\.5\*-0\.29\)\] {
|
|
1708
1709
|
top: calc(40vw * 0.5 * -0.29);
|
|
1709
1710
|
}
|
|
1711
|
+
.top-\[var\(--app-header-height\)\] {
|
|
1712
|
+
top: var(--app-header-height);
|
|
1713
|
+
}
|
|
1710
1714
|
.top-full {
|
|
1711
1715
|
top: 100%;
|
|
1712
1716
|
}
|
|
@@ -3619,9 +3623,6 @@ h2 {
|
|
|
3619
3623
|
.border-border\/30 {
|
|
3620
3624
|
border-color: hsla(var(--border), 0.3);
|
|
3621
3625
|
}
|
|
3622
|
-
.border-border\/60 {
|
|
3623
|
-
border-color: hsla(var(--border), 0.6);
|
|
3624
|
-
}
|
|
3625
3626
|
.border-card {
|
|
3626
3627
|
border-color: hsl(var(--card));
|
|
3627
3628
|
}
|
|
@@ -3698,9 +3699,6 @@ h2 {
|
|
|
3698
3699
|
.border-primary\/30 {
|
|
3699
3700
|
border-color: rgb(var(--primary) / 0.3);
|
|
3700
3701
|
}
|
|
3701
|
-
.border-primary\/40 {
|
|
3702
|
-
border-color: rgb(var(--primary) / 0.4);
|
|
3703
|
-
}
|
|
3704
3702
|
.border-primary\/50 {
|
|
3705
3703
|
border-color: rgb(var(--primary) / 0.5);
|
|
3706
3704
|
}
|
|
@@ -12063,6 +12061,9 @@ h2 {
|
|
|
12063
12061
|
.ring-border {
|
|
12064
12062
|
--tw-ring-color: hsla(var(--border));
|
|
12065
12063
|
}
|
|
12064
|
+
.ring-foreground\/30 {
|
|
12065
|
+
--tw-ring-color: hsl(var(--foreground) / 0.3);
|
|
12066
|
+
}
|
|
12066
12067
|
.ring-gray-400 {
|
|
12067
12068
|
--tw-ring-opacity: 1;
|
|
12068
12069
|
--tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity, 1));
|