classicy 0.5.6 → 0.5.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/3c6dd90084fa516904c8.svg +35 -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.LICENSE.txt +75 -0
- package/package.json +4 -10
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
var SvgVolumeSlider = function SvgVolumeSlider(props) {
|
|
4
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
viewBox: "0 0 8.7 5.3"
|
|
7
|
+
}, props), /*#__PURE__*/React.createElement("rect", {
|
|
8
|
+
width: 7.4,
|
|
9
|
+
height: 2.5,
|
|
10
|
+
x: 0.6,
|
|
11
|
+
y: 0.2,
|
|
12
|
+
rx: 0.6,
|
|
13
|
+
ry: 0.6,
|
|
14
|
+
style: {
|
|
15
|
+
strokeWidth: ".2px",
|
|
16
|
+
fill: "#c8c8c8",
|
|
17
|
+
stroke: "#000",
|
|
18
|
+
strokeMiterlimit: 10
|
|
19
|
+
}
|
|
20
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
21
|
+
width: 7.4,
|
|
22
|
+
height: 2.5,
|
|
23
|
+
x: 0.6,
|
|
24
|
+
y: 2.6,
|
|
25
|
+
rx: 0.6,
|
|
26
|
+
ry: 0.6,
|
|
27
|
+
style: {
|
|
28
|
+
fill: "gray",
|
|
29
|
+
strokeWidth: ".2px",
|
|
30
|
+
stroke: "#000",
|
|
31
|
+
strokeMiterlimit: 10
|
|
32
|
+
}
|
|
33
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
34
|
+
width: 8.3,
|
|
35
|
+
height: 3,
|
|
36
|
+
x: 0.2,
|
|
37
|
+
y: 1.2,
|
|
38
|
+
rx: 0.5,
|
|
39
|
+
ry: 0.5,
|
|
40
|
+
style: {
|
|
41
|
+
stroke: "#000",
|
|
42
|
+
strokeMiterlimit: 10,
|
|
43
|
+
fill: "#ccc",
|
|
44
|
+
strokeWidth: ".3px"
|
|
45
|
+
}
|
|
46
|
+
}));
|
|
47
|
+
};
|
|
48
|
+
export { SvgVolumeSlider as ReactComponent };
|
|
49
|
+
export default "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4LjcgNS4zIj4KICAgIDxyZWN0IHdpZHRoPSI3LjQiIGhlaWdodD0iMi41IiB4PSIuNiIgeT0iLjIiIHJ4PSIuNiIgcnk9Ii42IgogICAgICAgICAgc3R5bGU9InN0cm9rZS13aWR0aDouMnB4O2ZpbGw6I2M4YzhjODtzdHJva2U6IzAwMDtzdHJva2UtbWl0ZXJsaW1pdDoxMCIvPgogICAgPHJlY3Qgd2lkdGg9IjcuNCIgaGVpZ2h0PSIyLjUiIHg9Ii42IiB5PSIyLjYiIHJ4PSIuNiIgcnk9Ii42IgogICAgICAgICAgc3R5bGU9ImZpbGw6Z3JheTtzdHJva2Utd2lkdGg6LjJweDtzdHJva2U6IzAwMDtzdHJva2UtbWl0ZXJsaW1pdDoxMCIvPgogICAgPHJlY3Qgd2lkdGg9IjguMyIgaGVpZ2h0PSIzIiB4PSIuMiIgeT0iMS4yIiByeD0iLjUiIHJ5PSIuNSIKICAgICAgICAgIHN0eWxlPSJzdHJva2U6IzAwMDtzdHJva2UtbWl0ZXJsaW1pdDoxMDtmaWxsOiNjY2M7c3Ryb2tlLXdpZHRoOi4zcHgiLz4KPC9zdmc+Cg==";
|
package/index.d.ts
ADDED
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
export * from './SystemFolder/SystemResources/App/ClassicyApp';
|
|
2
|
+
export * from './SystemFolder/SystemResources/App/ClassicyAppUtils';
|
|
3
|
+
export * from './SystemFolder/SystemResources/AboutWindow/ClassicyAboutWindow';
|
|
4
|
+
export * from './SystemFolder/SystemResources/Boot/ClassicyBoot';
|
|
5
|
+
export * from './SystemFolder/SystemResources/File/ClassicyFileBrowser';
|
|
6
|
+
export * from './SystemFolder/SystemResources/File/ClassicyFileSystem';
|
|
7
|
+
export * from './SystemFolder/SystemResources/File/ClassicyFileBrowserViewTable';
|
|
8
|
+
export * from './SystemFolder/SystemResources/File/ClassicyFileBrowserUtils';
|
|
9
|
+
export * from './SystemFolder/SystemResources/File/ClassicyFileBrowserViewIcons';
|
|
10
|
+
export * from './SystemFolder/SystemResources/File/DefaultClassicyFileSystem';
|
|
11
|
+
export * from './SystemFolder/SystemResources/File/ClassicyFileSystemModel';
|
|
12
|
+
export * from './SystemFolder/SystemResources/Button/ClassicyButton';
|
|
13
|
+
export * from './SystemFolder/SystemResources/Checkbox/ClassicyCheckbox';
|
|
14
|
+
export * from './SystemFolder/SystemResources/ContextualMenu/ClassicyContextualMenu';
|
|
15
|
+
export * from './SystemFolder/SystemResources/ControlGroup/ClassicyControlGroup';
|
|
16
|
+
export * from './SystemFolder/SystemResources/ControlLabel/ClassicyControlLabel';
|
|
17
|
+
export * from './SystemFolder/SystemResources/DatePicker/ClassicyDatePicker';
|
|
18
|
+
export * from './SystemFolder/SystemResources/DatePicker/ClassicyDatePickerUtils';
|
|
19
|
+
export * from './SystemFolder/SystemResources/Desktop/ClassicyDesktop';
|
|
20
|
+
export * from './SystemFolder/SystemResources/Desktop/ClassicyDesktopIcon';
|
|
21
|
+
export * from './SystemFolder/SystemResources/Desktop/ClassicyDesktopIconContext';
|
|
22
|
+
export * from './SystemFolder/SystemResources/Desktop/ClassicyDesktopManager';
|
|
23
|
+
export * from './SystemFolder/SystemResources/Desktop/ClassicyDesktopWindowManagerContext';
|
|
24
|
+
export * from './SystemFolder/SystemResources/Desktop/MenuBar/ClassicyDesktopMenuBar';
|
|
25
|
+
export * from './SystemFolder/SystemResources/Desktop/MenuBar/Widgets/Time/ClassicyDesktopMenuWidgetTime';
|
|
26
|
+
export * from './SystemFolder/SystemResources/Desktop/MenuBar/Widgets/Sound/ClassicyDesktopMenuWidgetSound';
|
|
27
|
+
export * from './SystemFolder/SystemResources/Disclosure/ClassicyDisclosure';
|
|
28
|
+
export * from './SystemFolder/SystemResources/Icon/ClassicyIcon';
|
|
29
|
+
export * from './SystemFolder/SystemResources/Input/ClassicyInput';
|
|
30
|
+
export * from './SystemFolder/SystemResources/Menu/ClassicyMenu';
|
|
31
|
+
export * from './SystemFolder/SystemResources/PopUpMenu/ClassicyPopUpMenu';
|
|
32
|
+
export * from './SystemFolder/SystemResources/ProgressBar/ClassicyProgressBar';
|
|
33
|
+
export * from './SystemFolder/SystemResources/QuickTime/QuickTimeUtils';
|
|
34
|
+
export * from './SystemFolder/SystemResources/QuickTime/QuickTimeMovieEmbed';
|
|
35
|
+
export * from './SystemFolder/SystemResources/RadioInput/ClassicyRadioInput';
|
|
36
|
+
export * from './SystemFolder/SystemResources/RichTextEditor/ClassicyRichTextEditor';
|
|
37
|
+
export * from './SystemFolder/SystemResources/Tabs/ClassicyTabs';
|
|
38
|
+
export * from './SystemFolder/SystemResources/TextEditor/ClassicyTextEditor';
|
|
39
|
+
export * from './SystemFolder/SystemResources/TimePicker/ClassicyTimePicker';
|
|
40
|
+
export * from './SystemFolder/SystemResources/Window/ClassicyWindow';
|
|
41
|
+
export * from './SystemFolder/SystemResources/Window/ClassicyWindowContext';
|
|
42
|
+
export * from './SystemFolder/QuickTime/MoviePlayer/MoviePlayer';
|
|
43
|
+
export * from './SystemFolder/QuickTime/MoviePlayer/MoviePlayerContext';
|
|
44
|
+
export * from './SystemFolder/QuickTime/PictureViewer/PictureViewer';
|
|
45
|
+
export * from './SystemFolder/QuickTime/PictureViewer/PictureViewerContext';
|
|
46
|
+
export * from './SystemFolder/Finder/Finder';
|
|
47
|
+
export * from './SystemFolder/Finder/FinderContext';
|
|
48
|
+
export * from './SystemFolder/ControlPanels/ClassicyControlPanels';
|
|
49
|
+
export * from './SystemFolder/ControlPanels/SoundManager/ClassicySoundManager';
|
|
50
|
+
export * from './SystemFolder/ControlPanels/SoundManager/ClassicySoundManagerContext';
|
|
51
|
+
export * from './SystemFolder/ControlPanels/AppearanceManager/ClassicyAppearanceManager';
|
|
52
|
+
export * from './SystemFolder/ControlPanels/AppearanceManager/ClassicyAppearance';
|
|
53
|
+
export * from './SystemFolder/ControlPanels/AppearanceManager/ClassicyColors';
|
|
54
|
+
export * from './SystemFolder/ControlPanels/AppearanceManager/ClassicySize';
|
|
55
|
+
export * from './SystemFolder/ControlPanels/AppManager/ClassicyAppManager';
|
|
56
|
+
export * from './SystemFolder/ControlPanels/AppManager/ClassicyAppManagerContext';
|
|
57
|
+
export * from './SystemFolder/ControlPanels/DateAndTimeManager/ClassicyDateAndTimeManager';
|
|
@@ -0,0 +1,75 @@
|
|
|
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
|
+
* @license React
|
|
31
|
+
* react-dom.production.js
|
|
32
|
+
*
|
|
33
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
34
|
+
*
|
|
35
|
+
* This source code is licensed under the MIT license found in the
|
|
36
|
+
* LICENSE file in the root directory of this source tree.
|
|
37
|
+
*/
|
|
38
|
+
|
|
39
|
+
/**
|
|
40
|
+
* @license React
|
|
41
|
+
* react-jsx-runtime.production.js
|
|
42
|
+
*
|
|
43
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
44
|
+
*
|
|
45
|
+
* This source code is licensed under the MIT license found in the
|
|
46
|
+
* LICENSE file in the root directory of this source tree.
|
|
47
|
+
*/
|
|
48
|
+
|
|
49
|
+
/**
|
|
50
|
+
* @license React
|
|
51
|
+
* react.production.js
|
|
52
|
+
*
|
|
53
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
54
|
+
*
|
|
55
|
+
* This source code is licensed under the MIT license found in the
|
|
56
|
+
* LICENSE file in the root directory of this source tree.
|
|
57
|
+
*/
|
|
58
|
+
|
|
59
|
+
/**
|
|
60
|
+
* Prism: Lightweight, robust, elegant syntax highlighting
|
|
61
|
+
*
|
|
62
|
+
* @license MIT <https://opensource.org/licenses/MIT>
|
|
63
|
+
* @author Lea Verou <https://lea.verou.me>
|
|
64
|
+
* @namespace
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
67
|
+
|
|
68
|
+
/** @license React v16.13.1
|
|
69
|
+
* react-is.production.min.js
|
|
70
|
+
*
|
|
71
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
72
|
+
*
|
|
73
|
+
* This source code is licensed under the MIT license found in the
|
|
74
|
+
* LICENSE file in the root directory of this source tree.
|
|
75
|
+
*/
|
package/package.json
CHANGED
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "classicy",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.8",
|
|
4
4
|
"description": "A UI framework in React, replicating the user interface of Classic MacOS 8 (called Platinum).",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
7
|
-
"types": "./index.d.ts",
|
|
8
7
|
"import": "./index.d.ts",
|
|
9
8
|
"require": "./index.js"
|
|
10
9
|
}
|
|
11
10
|
},
|
|
12
11
|
"imports": {
|
|
13
|
-
"
|
|
12
|
+
"#/*": "./*"
|
|
14
13
|
},
|
|
15
|
-
"files": [
|
|
16
|
-
"dist/",
|
|
17
|
-
"src/",
|
|
18
|
-
"index.js",
|
|
19
|
-
"types.d.ts"
|
|
20
|
-
],
|
|
21
14
|
"keywords": [
|
|
22
15
|
"react",
|
|
23
16
|
"typescript",
|
|
@@ -34,7 +27,7 @@
|
|
|
34
27
|
"build-audio": "./scripts/build_sprites.sh",
|
|
35
28
|
"build-watch": "webpack --mode development --stats-error-details --watch",
|
|
36
29
|
"build-dev": "webpack --mode development --stats-error-details",
|
|
37
|
-
"build-prod": "npm run setup-dist &&
|
|
30
|
+
"build-prod": "npm run setup-dist && webpack --mode production && tsc-alias -p tsconfig.json",
|
|
38
31
|
"setup-dist": "npm run clean && cp package.json ./dist/package.json && cp README.md ./dist/README.md",
|
|
39
32
|
"serve": "npx http-server dist/ -p 3000"
|
|
40
33
|
},
|
|
@@ -78,6 +71,7 @@
|
|
|
78
71
|
"style-loader": "^4.0.0",
|
|
79
72
|
"ts-loader": "^9.5.2",
|
|
80
73
|
"ts-node": "^10.9.2",
|
|
74
|
+
"tsc-alias": "^1.8.16",
|
|
81
75
|
"tsconfig-paths-webpack-plugin": "^4.2.0",
|
|
82
76
|
"typescript": "^5.8.3",
|
|
83
77
|
"url-loader": "^4.1.1",
|