@fde-desktop/fde-core 0.3.7 → 0.3.8
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/index.cjs +6392 -0
- package/dist/index.d.cts +1457 -0
- package/dist/index.d.ts +1457 -11
- package/dist/index.js +6132 -6546
- package/package.json +13 -9
- package/dist/apps/index.d.ts +0 -2
- package/dist/components/index.d.ts +0 -1
- package/dist/constants/index.d.ts +0 -12
- package/dist/domain/index.d.ts +0 -5
- package/dist/fc-D_a-n3yF.js +0 -20204
- package/dist/fi-DwZ_MW7F.js +0 -9993
- package/dist/hooks/index.d.ts +0 -28
- package/dist/i18n/index.d.ts +0 -2
- package/dist/iconBase-B764UN-4.js +0 -108
- package/dist/infrastructure/index.d.ts +0 -6
- package/dist/interfaces/index.d.ts +0 -11
- package/dist/stores/index.d.ts +0 -8
- package/dist/types/index.d.ts +0 -4
- package/dist/utils/index.d.ts +0 -14
- package/dist/vsc-CeA30gcb.js +0 -9574
package/package.json
CHANGED
|
@@ -1,17 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fde-desktop/fde-core",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.8",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Core library for building FDE Desktop environments",
|
|
6
6
|
"author": "Francisco Núñez Palomares (frannunpal@gmail.com)",
|
|
7
7
|
"license": "MIT",
|
|
8
|
-
"main": "./dist/index.
|
|
8
|
+
"main": "./dist/index.cjs",
|
|
9
9
|
"module": "./dist/index.js",
|
|
10
10
|
"types": "./dist/index.d.ts",
|
|
11
11
|
"exports": {
|
|
12
12
|
".": {
|
|
13
|
-
"import":
|
|
14
|
-
|
|
13
|
+
"import": {
|
|
14
|
+
"types": "./dist/index.d.ts",
|
|
15
|
+
"default": "./dist/index.js"
|
|
16
|
+
},
|
|
17
|
+
"require": {
|
|
18
|
+
"types": "./dist/index.d.cts",
|
|
19
|
+
"default": "./dist/index.cjs"
|
|
20
|
+
}
|
|
15
21
|
},
|
|
16
22
|
"./style.css": "./dist/style.css"
|
|
17
23
|
},
|
|
@@ -19,8 +25,8 @@
|
|
|
19
25
|
"dist"
|
|
20
26
|
],
|
|
21
27
|
"scripts": {
|
|
22
|
-
"build": "
|
|
23
|
-
"dev": "
|
|
28
|
+
"build": "tsup",
|
|
29
|
+
"dev": "tsup --watch",
|
|
24
30
|
"typecheck": "tsc --noEmit",
|
|
25
31
|
"test": "vitest run",
|
|
26
32
|
"test:watch": "vitest",
|
|
@@ -58,10 +64,8 @@
|
|
|
58
64
|
"@types/react": "^19.2.14",
|
|
59
65
|
"@types/react-dom": "^19.2.3",
|
|
60
66
|
"@types/uuid": "^11.0.0",
|
|
61
|
-
"
|
|
67
|
+
"tsup": "^8.5.1",
|
|
62
68
|
"typescript": "~5.9.3",
|
|
63
|
-
"vite": "^8.0.0",
|
|
64
|
-
"vite-plugin-dts": "^4.0.0",
|
|
65
69
|
"vitest": "^3.2.4"
|
|
66
70
|
}
|
|
67
71
|
}
|
package/dist/apps/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
export { CORE_APPS, CORE_APP_IDS, DEFAULT_WINDOW_DIMENSIONS, FilesApp, SettingsApp, NotepadApp, ImageViewerApp, PdfApp, UploaderApp, MenuEditApp, DeviceInfoApp, CalendarApp, } from '@shared/Constants/coreApps';
|
|
2
|
-
export { EXTRA_APPS, EXTRA_APP_IDS, WelcomeApp, StorybookApp, LinkedinApp, GithubApp, TerminalApp, CodeServerApp, DosEmulatorApp, DoomApp, } from '@shared/Constants/extraApps';
|
|
3
|
-
export { APPS, DESKTOP_APPS_ORDER, registerCustomApps, registerDesktopApps, } from '@shared/Constants/apps';
|
|
4
|
-
export { APP_IDS } from '@shared/Constants/appIds';
|
|
5
|
-
export { DEFAULT_LAUNCHER_FOLDERS, CUSTOM_APPS_FOLDER_ID } from '@shared/Constants/launcherFolders';
|
|
6
|
-
export { ICON_COLUMN_WIDTH, ICON_ROW_HEIGHT, ICON_MARGIN, DEFAULT_VIEWPORT_WIDTH, DEFAULT_VIEWPORT_HEIGHT, TASKBAR_HEIGHT, } from '@shared/Constants/layout';
|
|
7
|
-
export { DEFAULT_THEME_COLORS } from '@shared/Constants/themeColors';
|
|
8
|
-
export { BREAKPOINTS } from '@shared/Constants/breakpoints';
|
|
9
|
-
export { AVAILABLE_FONTS, FONT_STACKS, GOOGLE_FONTS_HREF } from '@shared/Constants/Fonts';
|
|
10
|
-
export { PRESET_COLORS } from '@shared/Constants/Colors';
|
|
11
|
-
export { PRESET_ICONS } from '@shared/Constants/Icons';
|
|
12
|
-
export { ANIMATION_DURATION, createEaseIn, createEaseOut, createWindowVariants, createPanelVariants, createMinimizeVariant, createRestoreVariant, createMaximizeTransition, EASE_IN, EASE_OUT, windowVariants, panelVariants, minimizeVariant, restoreVariant, openVariants, maximizeTransition, randomWindowPosition, centerWindowPosition, } from '@shared/Constants/Animations';
|
package/dist/domain/index.d.ts
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
export { createWindow } from '@domain/Entities/Window';
|
|
2
|
-
export type { WindowState, WindowInput } from '@domain/Entities/Window';
|
|
3
|
-
export { createDesktopIcon } from '@domain/Entities/DesktopIcon';
|
|
4
|
-
export type { DesktopIconInput } from '@domain/Entities/DesktopIcon';
|
|
5
|
-
export { createLauncherFolder, updateLauncherFolder } from '@domain/Entities/LauncherFolder';
|