@flamingo-stack/openframe-frontend-core 0.0.284 → 0.0.285
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-P4ARMFW3.js → chunk-23UOJUDF.js} +2 -2
- package/dist/{chunk-BRLGG3EZ.cjs → chunk-44ZFLMYC.cjs} +25 -25
- package/dist/{chunk-BRLGG3EZ.cjs.map → chunk-44ZFLMYC.cjs.map} +1 -1
- package/dist/{chunk-OUI2MBU7.js → chunk-53CFL7PH.js} +2 -2
- package/dist/{chunk-24L4FLRC.cjs → chunk-DPKUSBQH.cjs} +193 -116
- package/dist/chunk-DPKUSBQH.cjs.map +1 -0
- package/dist/{chunk-VKDJXB7L.js → chunk-KNCDUWY2.js} +2 -2
- package/dist/{chunk-33RLTUN2.js → chunk-O5N57CRV.js} +2 -2
- package/dist/{chunk-3SM6DA24.cjs → chunk-P45Q4QCU.cjs} +10 -10
- package/dist/{chunk-3SM6DA24.cjs.map → chunk-P45Q4QCU.cjs.map} +1 -1
- package/dist/{chunk-HX7ZGKQ4.cjs → chunk-RJUGNL2A.cjs} +6 -6
- package/dist/{chunk-HX7ZGKQ4.cjs.map → chunk-RJUGNL2A.cjs.map} +1 -1
- package/dist/{chunk-RGXDDOQR.js → chunk-VQW7CEGS.js} +1725 -1648
- package/dist/chunk-VQW7CEGS.js.map +1 -0
- package/dist/{chunk-XAS7JVHX.cjs → chunk-XDI5JSWB.cjs} +34 -34
- package/dist/{chunk-XAS7JVHX.cjs.map → chunk-XDI5JSWB.cjs.map} +1 -1
- package/dist/components/chat/index.cjs +2 -2
- package/dist/components/chat/index.js +1 -1
- package/dist/components/contact/index.cjs +3 -3
- package/dist/components/contact/index.js +2 -2
- package/dist/components/faq/index.cjs +3 -3
- package/dist/components/faq/index.js +2 -2
- package/dist/components/features/board/board-column.d.ts +3 -1
- package/dist/components/features/board/board-column.d.ts.map +1 -1
- package/dist/components/features/board/board-ticket-approval.d.ts +16 -0
- package/dist/components/features/board/board-ticket-approval.d.ts.map +1 -0
- package/dist/components/features/board/board.d.ts +3 -1
- package/dist/components/features/board/board.d.ts.map +1 -1
- package/dist/components/features/board/index.d.ts +3 -1
- package/dist/components/features/board/index.d.ts.map +1 -1
- package/dist/components/features/board/ticket-card.d.ts +3 -1
- package/dist/components/features/board/ticket-card.d.ts.map +1 -1
- package/dist/components/features/board/types.d.ts +11 -0
- package/dist/components/features/board/types.d.ts.map +1 -1
- package/dist/components/features/index.cjs +4 -2
- package/dist/components/features/index.cjs.map +1 -1
- package/dist/components/features/index.js +3 -1
- package/dist/components/index.cjs +55 -53
- package/dist/components/index.cjs.map +1 -1
- package/dist/components/index.js +6 -4
- package/dist/components/index.js.map +1 -1
- package/dist/components/navigation/index.cjs +2 -2
- package/dist/components/navigation/index.js +1 -1
- package/dist/components/related-content/index.cjs +3 -3
- package/dist/components/related-content/index.js +2 -2
- package/dist/components/tickets/index.cjs +52 -52
- package/dist/components/tickets/index.js +3 -3
- package/dist/components/ui/index.cjs +2 -2
- package/dist/components/ui/index.js +1 -1
- package/dist/index.cjs +4 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -1
- package/package.json +1 -1
- package/src/components/features/board/board-column.tsx +11 -1
- package/src/components/features/board/board-ticket-approval.tsx +76 -0
- package/src/components/features/board/board.tsx +6 -0
- package/src/components/features/board/index.ts +3 -0
- package/src/components/features/board/ticket-card.tsx +12 -0
- package/src/components/features/board/types.ts +12 -0
- package/dist/chunk-24L4FLRC.cjs.map +0 -1
- package/dist/chunk-RGXDDOQR.js.map +0 -1
- /package/dist/{chunk-P4ARMFW3.js.map → chunk-23UOJUDF.js.map} +0 -0
- /package/dist/{chunk-OUI2MBU7.js.map → chunk-53CFL7PH.js.map} +0 -0
- /package/dist/{chunk-VKDJXB7L.js.map → chunk-KNCDUWY2.js.map} +0 -0
- /package/dist/{chunk-33RLTUN2.js.map → chunk-O5N57CRV.js.map} +0 -0
package/dist/components/index.js
CHANGED
|
@@ -4,11 +4,11 @@ import {
|
|
|
4
4
|
FaqAccordion,
|
|
5
5
|
FaqDocumentPage,
|
|
6
6
|
FaqSection
|
|
7
|
-
} from "../chunk-
|
|
7
|
+
} from "../chunk-KNCDUWY2.js";
|
|
8
8
|
import {
|
|
9
9
|
GROUP_PAGE_SIZE,
|
|
10
10
|
RelatedContentSection
|
|
11
|
-
} from "../chunk-
|
|
11
|
+
} from "../chunk-O5N57CRV.js";
|
|
12
12
|
import {
|
|
13
13
|
DeliveryRow,
|
|
14
14
|
DevCardRowContent,
|
|
@@ -20,7 +20,7 @@ import {
|
|
|
20
20
|
UnifiedPagination,
|
|
21
21
|
init_unified_pagination,
|
|
22
22
|
unified_pagination_exports
|
|
23
|
-
} from "../chunk-
|
|
23
|
+
} from "../chunk-53CFL7PH.js";
|
|
24
24
|
import {
|
|
25
25
|
ArticleAuthorByline,
|
|
26
26
|
DetailPageSkeleton,
|
|
@@ -97,6 +97,7 @@ import {
|
|
|
97
97
|
Board,
|
|
98
98
|
BoardColumn,
|
|
99
99
|
BoardColumnHeader,
|
|
100
|
+
BoardTicketApproval,
|
|
100
101
|
BrandAssociationCard,
|
|
101
102
|
BrandAssociationGrid,
|
|
102
103
|
Breadcrumb,
|
|
@@ -638,7 +639,7 @@ import {
|
|
|
638
639
|
useTrackerClock,
|
|
639
640
|
useUnifiedChat,
|
|
640
641
|
usesCanonicalStatusStyle
|
|
641
|
-
} from "../chunk-
|
|
642
|
+
} from "../chunk-VQW7CEGS.js";
|
|
642
643
|
import {
|
|
643
644
|
CommandApprovalToast,
|
|
644
645
|
ToastCard,
|
|
@@ -7059,6 +7060,7 @@ export {
|
|
|
7059
7060
|
Board,
|
|
7060
7061
|
BoardColumn,
|
|
7061
7062
|
BoardColumnHeader,
|
|
7063
|
+
BoardTicketApproval,
|
|
7062
7064
|
BotIcon,
|
|
7063
7065
|
BrandAssociationCard,
|
|
7064
7066
|
BrandAssociationGrid,
|