@flamingo-stack/openframe-frontend-core 0.0.191 → 0.0.192
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-EWIC26TW.cjs → chunk-4CWSZPXH.cjs} +8 -8
- package/dist/{chunk-EWIC26TW.cjs.map → chunk-4CWSZPXH.cjs.map} +1 -1
- package/dist/{chunk-QAXTP73H.js → chunk-CDR4RZ5N.js} +17 -8
- package/dist/chunk-CDR4RZ5N.js.map +1 -0
- package/dist/{chunk-HIMEIPED.cjs → chunk-CVMSC7M4.cjs} +38 -38
- package/dist/{chunk-HIMEIPED.cjs.map → chunk-CVMSC7M4.cjs.map} +1 -1
- package/dist/{chunk-F7ETWH2M.js → chunk-N57KWHDB.js} +2 -2
- package/dist/{chunk-6XYXWVYY.js → chunk-PJ5KFD2V.js} +3 -3
- package/dist/{chunk-DV5GLSYR.js → chunk-SZPJ5R5B.js} +2 -1
- package/dist/{chunk-LVBPFEK2.cjs → chunk-TANAJ7YD.cjs} +1249 -1240
- package/dist/chunk-TANAJ7YD.cjs.map +1 -0
- package/dist/{chunk-HSTU7Y4R.js → chunk-TMD44IKJ.js} +2 -2
- package/dist/{chunk-OFAYLG6D.cjs → chunk-UC43NICZ.cjs} +3 -2
- package/dist/chunk-UC43NICZ.cjs.map +1 -0
- package/dist/{chunk-BJTOSUT4.cjs → chunk-V2FNIPZJ.cjs} +49 -49
- package/dist/{chunk-BJTOSUT4.cjs.map → chunk-V2FNIPZJ.cjs.map} +1 -1
- package/dist/components/chat/chat-ref.types.d.ts +7 -0
- package/dist/components/chat/chat-ref.types.d.ts.map +1 -1
- package/dist/components/features/index.cjs +6 -6
- package/dist/components/features/index.js +5 -5
- package/dist/components/icons/index.cjs +3 -3
- package/dist/components/icons/index.js +2 -2
- package/dist/components/index.cjs +6 -6
- package/dist/components/index.js +5 -5
- package/dist/components/navigation/index.cjs +6 -6
- package/dist/components/navigation/index.js +5 -5
- package/dist/components/ui/file-manager/index.cjs +69 -69
- package/dist/components/ui/file-manager/index.js +2 -2
- package/dist/components/ui/index.cjs +6 -6
- package/dist/components/ui/index.js +5 -5
- package/dist/components/ui/search-input.d.ts +15 -2
- package/dist/components/ui/search-input.d.ts.map +1 -1
- package/dist/hooks/index.cjs +4 -4
- package/dist/hooks/index.js +3 -3
- package/dist/index.cjs +8 -6
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +8 -6
- package/dist/utils/index.cjs +1 -0
- package/dist/utils/index.d.ts +1 -1
- package/dist/utils/index.d.ts.map +1 -1
- package/dist/utils/index.js +1 -1
- package/package.json +1 -1
- package/src/components/chat/chat-ref.types.ts +7 -0
- package/src/components/ui/search-input.tsx +29 -5
- package/src/utils/index.ts +1 -1
- package/dist/chunk-LVBPFEK2.cjs.map +0 -1
- package/dist/chunk-OFAYLG6D.cjs.map +0 -1
- package/dist/chunk-QAXTP73H.js.map +0 -1
- /package/dist/{chunk-F7ETWH2M.js.map → chunk-N57KWHDB.js.map} +0 -0
- /package/dist/{chunk-6XYXWVYY.js.map → chunk-PJ5KFD2V.js.map} +0 -0
- /package/dist/{chunk-DV5GLSYR.js.map → chunk-SZPJ5R5B.js.map} +0 -0
- /package/dist/{chunk-HSTU7Y4R.js.map → chunk-TMD44IKJ.js.map} +0 -0
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import {
|
|
3
3
|
cn,
|
|
4
4
|
init_cn
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-SZPJ5R5B.js";
|
|
6
6
|
import {
|
|
7
7
|
HardDriveIcon,
|
|
8
8
|
LaptopIcon,
|
|
@@ -4696,4 +4696,4 @@ export {
|
|
|
4696
4696
|
CartaIcon,
|
|
4697
4697
|
PilotIcon
|
|
4698
4698
|
};
|
|
4699
|
-
//# sourceMappingURL=chunk-
|
|
4699
|
+
//# sourceMappingURL=chunk-N57KWHDB.js.map
|
|
@@ -4,11 +4,11 @@ import {
|
|
|
4
4
|
MiamiCyberGangLogoFaceOnly,
|
|
5
5
|
OpenFrameLogo,
|
|
6
6
|
OpenmspLogo
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-N57KWHDB.js";
|
|
8
8
|
import {
|
|
9
9
|
cn,
|
|
10
10
|
init_cn
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-SZPJ5R5B.js";
|
|
12
12
|
import {
|
|
13
13
|
AuthentikLogoIcon,
|
|
14
14
|
Chevron02DownIcon,
|
|
@@ -3194,4 +3194,4 @@ export {
|
|
|
3194
3194
|
useNatsClient,
|
|
3195
3195
|
useNearViewport
|
|
3196
3196
|
};
|
|
3197
|
-
//# sourceMappingURL=chunk-
|
|
3197
|
+
//# sourceMappingURL=chunk-PJ5KFD2V.js.map
|
|
@@ -140,8 +140,9 @@ export {
|
|
|
140
140
|
formatNumber,
|
|
141
141
|
formatPrice,
|
|
142
142
|
formatBytes,
|
|
143
|
+
getPlatformProductionUrl,
|
|
143
144
|
getAllPlatformBaseDomains,
|
|
144
145
|
getBaseUrl,
|
|
145
146
|
init_cn
|
|
146
147
|
};
|
|
147
|
-
//# sourceMappingURL=chunk-
|
|
148
|
+
//# sourceMappingURL=chunk-SZPJ5R5B.js.map
|