classicy 0.5.7 → 0.5.9
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/173.index.js +2 -0
- package/173.index.js.LICENSE.txt +25 -0
- package/262.index.js +2 -0
- package/262.index.js.LICENSE.txt +11 -0
- package/303.index.js +2 -0
- package/303.index.js.LICENSE.txt +1 -0
- package/340.index.js +2 -0
- package/340.index.js.LICENSE.txt +11 -0
- package/353.index.js +1 -0
- package/394.index.js +1 -0
- package/395.index.js +2 -0
- package/395.index.js.LICENSE.txt +11 -0
- package/3c6dd90084fa516904c8.svg +35 -0
- package/42.index.js +2 -0
- package/42.index.js.LICENSE.txt +11 -0
- package/446.index.js +2 -0
- package/446.index.js.LICENSE.txt +11 -0
- package/723.index.js +73 -0
- package/723.index.js.LICENSE.txt +7 -0
- package/771.index.js +2 -0
- package/771.index.js.LICENSE.txt +11 -0
- package/85.index.js +2 -0
- package/85.index.js.LICENSE.txt +11 -0
- package/SystemFolder/ControlPanels/AppManager/ClassicyAppManager.d.ts +91 -0
- package/SystemFolder/ControlPanels/AppManager/ClassicyAppManagerContext.d.ts +11 -0
- package/SystemFolder/ControlPanels/AppearanceManager/ClassicyAppearance.d.ts +111 -0
- package/SystemFolder/ControlPanels/AppearanceManager/ClassicyAppearanceManager.d.ts +2 -0
- package/SystemFolder/ControlPanels/AppearanceManager/ClassicyColors.d.ts +2 -0
- package/SystemFolder/ControlPanels/AppearanceManager/ClassicySize.d.ts +4 -0
- package/SystemFolder/ControlPanels/ClassicyControlPanels.d.ts +2 -0
- package/SystemFolder/ControlPanels/DateAndTimeManager/ClassicyDateAndTimeManager.d.ts +4 -0
- package/SystemFolder/ControlPanels/SoundManager/ClassicySoundManager.d.ts +3 -0
- package/SystemFolder/ControlPanels/SoundManager/ClassicySoundManagerContext.d.ts +78 -0
- package/SystemFolder/Finder/Finder.d.ts +2 -0
- package/SystemFolder/Finder/FinderContext.d.ts +2 -0
- package/SystemFolder/QuickTime/MoviePlayer/MoviePlayer.d.ts +15 -0
- package/SystemFolder/QuickTime/MoviePlayer/MoviePlayerContext.d.ts +15 -0
- package/SystemFolder/QuickTime/PictureViewer/PictureViewer.d.ts +12 -0
- package/SystemFolder/QuickTime/PictureViewer/PictureViewerContext.d.ts +9 -0
- package/SystemFolder/SystemResources/AboutWindow/ClassicyAboutWindow.d.ts +12 -0
- package/SystemFolder/SystemResources/App/ClassicyApp.d.ts +13 -0
- package/SystemFolder/SystemResources/App/ClassicyAppUtils.d.ts +20 -0
- package/SystemFolder/SystemResources/Boot/ClassicyBoot.d.ts +3 -0
- package/SystemFolder/SystemResources/Button/ClassicyButton.d.ts +12 -0
- package/SystemFolder/SystemResources/Checkbox/ClassicyCheckbox.d.ts +12 -0
- package/SystemFolder/SystemResources/ContextualMenu/ClassicyContextualMenu.d.ts +11 -0
- package/SystemFolder/SystemResources/ControlGroup/ClassicyControlGroup.d.ts +9 -0
- package/SystemFolder/SystemResources/ControlLabel/ClassicyControlLabel.d.ts +17 -0
- package/SystemFolder/SystemResources/DatePicker/ClassicyDatePicker.d.ts +14 -0
- package/SystemFolder/SystemResources/DatePicker/ClassicyDatePickerUtils.d.ts +2 -0
- package/SystemFolder/SystemResources/Desktop/ClassicyDesktop.d.ts +8 -0
- package/SystemFolder/SystemResources/Desktop/ClassicyDesktopIcon.d.ts +14 -0
- package/SystemFolder/SystemResources/Desktop/ClassicyDesktopIconContext.d.ts +4 -0
- package/SystemFolder/SystemResources/Desktop/ClassicyDesktopManager.d.ts +29 -0
- package/SystemFolder/SystemResources/Desktop/ClassicyDesktopWindowManagerContext.d.ts +3 -0
- package/SystemFolder/SystemResources/Desktop/MenuBar/ClassicyDesktopMenuBar.d.ts +4 -0
- package/SystemFolder/SystemResources/Desktop/MenuBar/Widgets/Sound/ClassicyDesktopMenuWidgetSound.d.ts +8 -0
- package/SystemFolder/SystemResources/Desktop/MenuBar/Widgets/Time/ClassicyDesktopMenuWidgetTime.d.ts +4 -0
- package/SystemFolder/SystemResources/Disclosure/ClassicyDisclosure.d.ts +10 -0
- package/SystemFolder/SystemResources/File/ClassicyFileBrowser.d.ts +12 -0
- package/SystemFolder/SystemResources/File/ClassicyFileBrowserUtils.d.ts +6 -0
- package/SystemFolder/SystemResources/File/ClassicyFileBrowserViewIcons.d.ts +11 -0
- package/SystemFolder/SystemResources/File/ClassicyFileBrowserViewTable.d.ts +14 -0
- package/SystemFolder/SystemResources/File/ClassicyFileSystem.d.ts +28 -0
- package/SystemFolder/SystemResources/File/ClassicyFileSystemModel.d.ts +36 -0
- package/SystemFolder/SystemResources/File/DefaultClassicyFileSystem.d.ts +93 -0
- package/SystemFolder/SystemResources/Icon/ClassicyIcon.d.ts +14 -0
- package/SystemFolder/SystemResources/Input/ClassicyInput.d.ts +15 -0
- package/SystemFolder/SystemResources/Menu/ClassicyMenu.d.ts +29 -0
- package/SystemFolder/SystemResources/PopUpMenu/ClassicyPopUpMenu.d.ts +18 -0
- package/SystemFolder/SystemResources/ProgressBar/ClassicyProgressBar.d.ts +1 -0
- package/SystemFolder/SystemResources/QuickTime/QuickTimeMovieEmbed.d.ts +16 -0
- package/SystemFolder/SystemResources/QuickTime/QuickTimeUtils.d.ts +2 -0
- package/SystemFolder/SystemResources/RadioInput/ClassicyRadioInput.d.ts +20 -0
- package/SystemFolder/SystemResources/RichTextEditor/ClassicyRichTextEditor.d.ts +9 -0
- package/SystemFolder/SystemResources/Tabs/ClassicyTabs.d.ts +11 -0
- package/SystemFolder/SystemResources/TextEditor/ClassicyTextEditor.d.ts +1 -0
- package/SystemFolder/SystemResources/TimePicker/ClassicyTimePicker.d.ts +15 -0
- package/SystemFolder/SystemResources/Window/ClassicyWindow.d.ts +29 -0
- package/SystemFolder/SystemResources/Window/ClassicyWindowContext.d.ts +18 -0
- package/assets/img/icons/control-panels/appearance-manager/app.png +0 -0
- package/assets/img/icons/control-panels/appearance-manager/platinum.png +0 -0
- package/assets/img/icons/control-panels/date-time-manager/date-time-manager.png +0 -0
- package/assets/img/icons/control-panels/sound-manager/app.png +0 -0
- package/assets/img/icons/control-panels/sound-manager/sound-33.png +0 -0
- package/assets/img/icons/control-panels/sound-manager/sound-66.png +0 -0
- package/assets/img/icons/control-panels/sound-manager/sound-off.png +0 -0
- package/assets/img/icons/control-panels/sound-manager/sound-on.png +0 -0
- package/assets/img/icons/system/apple.png +0 -0
- package/assets/img/icons/system/drives/disk.png +0 -0
- package/assets/img/icons/system/files/file.png +0 -0
- package/assets/img/icons/system/folders/directory.png +0 -0
- package/assets/img/icons/system/mac.png +0 -0
- package/assets/img/icons/system/macos.png +0 -0
- package/assets/img/icons/system/quicktime/cc.png +0 -0
- package/assets/img/icons/system/quicktime/movie.png +0 -0
- package/assets/img/icons/system/quicktime/player.png +0 -0
- package/assets/img/wallpapers/azul_dark.png +0 -0
- package/assets/img/wallpapers/azul_extra_light.png +0 -0
- package/assets/img/wallpapers/azul_light.png +0 -0
- package/assets/img/wallpapers/bondi.png +0 -0
- package/assets/img/wallpapers/bondi_dark.png +0 -0
- package/assets/img/wallpapers/bondi_extra_dark.png +0 -0
- package/assets/img/wallpapers/bondi_light.png +0 -0
- package/assets/img/wallpapers/bondi_medium.png +0 -0
- package/assets/img/wallpapers/bossanova_bondi.png +0 -0
- package/assets/img/wallpapers/bossanova_poppy.png +0 -0
- package/assets/img/wallpapers/bossanova_poppy_2.png +0 -0
- package/assets/img/wallpapers/bubbles_bondi.png +0 -0
- package/assets/img/wallpapers/bubbles_poppy.png +0 -0
- package/assets/img/wallpapers/candy_bar.png +0 -0
- package/assets/img/wallpapers/candy_bar_azul.png +0 -0
- package/assets/img/wallpapers/candy_bar_pistachio.png +0 -0
- package/assets/img/wallpapers/candy_bar_sunny.png +0 -0
- package/assets/img/wallpapers/default.png +0 -0
- package/assets/img/wallpapers/diagonals_bondi.png +0 -0
- package/assets/img/wallpapers/diagonals_bondi_dark.png +0 -0
- package/assets/img/wallpapers/diagonals_poppy.png +0 -0
- package/assets/img/wallpapers/flat_peanuts.png +0 -0
- package/assets/img/wallpapers/flat_peanuts_poppy.png +0 -0
- package/assets/img/wallpapers/french_blue_dark.png +0 -0
- package/assets/img/wallpapers/french_blue_light.png +0 -0
- package/assets/img/wallpapers/macos.png +0 -0
- package/assets/img/wallpapers/peanuts_azul.png +0 -0
- package/assets/img/wallpapers/peanuts_pistachio.png +0 -0
- package/assets/img/wallpapers/pistachio_dark.png +0 -0
- package/assets/img/wallpapers/pistachio_light.png +0 -0
- package/assets/img/wallpapers/pistachio_medium.png +0 -0
- package/assets/img/wallpapers/poppy.png +0 -0
- package/assets/img/wallpapers/poppy_dark.png +0 -0
- package/assets/img/wallpapers/poppy_light.png +0 -0
- package/assets/img/wallpapers/poppy_medium.png +0 -0
- package/assets/img/wallpapers/rio_azul.png +0 -0
- package/assets/img/wallpapers/rio_pistachio.png +0 -0
- package/assets/img/wallpapers/ripple_azul.png +0 -0
- package/assets/img/wallpapers/ripple_bondi.png +0 -0
- package/assets/img/wallpapers/ripple_poppy.png +0 -0
- package/assets/img/wallpapers/sunny.png +0 -0
- package/assets/img/wallpapers/sunny_dark.png +0 -0
- package/assets/img/wallpapers/sunny_light.png +0 -0
- package/assets/img/wallpapers/waves_azul.png +0 -0
- package/assets/img/wallpapers/waves_bondi.png +0 -0
- package/assets/img/wallpapers/waves_sunny.png +0 -0
- package/e7dead02eb942a2c597f.svg +49 -0
- package/index.d.ts +57 -0
- package/index.js +1 -1
- package/index.js.LICENSE.txt +86 -0
- package/package.json +2 -8
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
Copyright (c) 2018 Jed Watson.
|
|
3
|
+
Licensed under the MIT License (MIT), see
|
|
4
|
+
http://jedwatson.github.io/classnames
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
/*!
|
|
8
|
+
* Spatial Plugin - Adds support for stereo and 3D audio where Web Audio is supported.
|
|
9
|
+
*
|
|
10
|
+
* howler.js v2.2.4
|
|
11
|
+
* howlerjs.com
|
|
12
|
+
*
|
|
13
|
+
* (c) 2013-2020, James Simpson of GoldFire Studios
|
|
14
|
+
* goldfirestudios.com
|
|
15
|
+
*
|
|
16
|
+
* MIT License
|
|
17
|
+
*/
|
|
18
|
+
|
|
19
|
+
/*!
|
|
20
|
+
* howler.js v2.2.4
|
|
21
|
+
* howlerjs.com
|
|
22
|
+
*
|
|
23
|
+
* (c) 2013-2020, James Simpson of GoldFire Studios
|
|
24
|
+
* goldfirestudios.com
|
|
25
|
+
*
|
|
26
|
+
* MIT License
|
|
27
|
+
*/
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* react-table
|
|
31
|
+
*
|
|
32
|
+
* Copyright (c) TanStack
|
|
33
|
+
*
|
|
34
|
+
* This source code is licensed under the MIT license found in the
|
|
35
|
+
* LICENSE.md file in the root directory of this source tree.
|
|
36
|
+
*
|
|
37
|
+
* @license MIT
|
|
38
|
+
*/
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
* @license React
|
|
42
|
+
* react-dom.production.js
|
|
43
|
+
*
|
|
44
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
45
|
+
*
|
|
46
|
+
* This source code is licensed under the MIT license found in the
|
|
47
|
+
* LICENSE file in the root directory of this source tree.
|
|
48
|
+
*/
|
|
49
|
+
|
|
50
|
+
/**
|
|
51
|
+
* @license React
|
|
52
|
+
* react-jsx-runtime.production.js
|
|
53
|
+
*
|
|
54
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
55
|
+
*
|
|
56
|
+
* This source code is licensed under the MIT license found in the
|
|
57
|
+
* LICENSE file in the root directory of this source tree.
|
|
58
|
+
*/
|
|
59
|
+
|
|
60
|
+
/**
|
|
61
|
+
* @license React
|
|
62
|
+
* react.production.js
|
|
63
|
+
*
|
|
64
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
65
|
+
*
|
|
66
|
+
* This source code is licensed under the MIT license found in the
|
|
67
|
+
* LICENSE file in the root directory of this source tree.
|
|
68
|
+
*/
|
|
69
|
+
|
|
70
|
+
/**
|
|
71
|
+
* Prism: Lightweight, robust, elegant syntax highlighting
|
|
72
|
+
*
|
|
73
|
+
* @license MIT <https://opensource.org/licenses/MIT>
|
|
74
|
+
* @author Lea Verou <https://lea.verou.me>
|
|
75
|
+
* @namespace
|
|
76
|
+
* @public
|
|
77
|
+
*/
|
|
78
|
+
|
|
79
|
+
/** @license React v16.13.1
|
|
80
|
+
* react-is.production.min.js
|
|
81
|
+
*
|
|
82
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
83
|
+
*
|
|
84
|
+
* This source code is licensed under the MIT license found in the
|
|
85
|
+
* LICENSE file in the root directory of this source tree.
|
|
86
|
+
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "classicy",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.9",
|
|
4
4
|
"description": "A UI framework in React, replicating the user interface of Classic MacOS 8 (called Platinum).",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -9,14 +9,8 @@
|
|
|
9
9
|
}
|
|
10
10
|
},
|
|
11
11
|
"imports": {
|
|
12
|
-
"
|
|
12
|
+
"@/*": "./*"
|
|
13
13
|
},
|
|
14
|
-
"files": [
|
|
15
|
-
"dist/",
|
|
16
|
-
"src/",
|
|
17
|
-
"index.js",
|
|
18
|
-
"types.d.ts"
|
|
19
|
-
],
|
|
20
14
|
"keywords": [
|
|
21
15
|
"react",
|
|
22
16
|
"typescript",
|