classicy 0.5.7 → 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.
Files changed (125) hide show
  1. package/3c6dd90084fa516904c8.svg +35 -0
  2. package/SystemFolder/ControlPanels/AppManager/ClassicyAppManager.d.ts +91 -0
  3. package/SystemFolder/ControlPanels/AppManager/ClassicyAppManagerContext.d.ts +11 -0
  4. package/SystemFolder/ControlPanels/AppearanceManager/ClassicyAppearance.d.ts +111 -0
  5. package/SystemFolder/ControlPanels/AppearanceManager/ClassicyAppearanceManager.d.ts +2 -0
  6. package/SystemFolder/ControlPanels/AppearanceManager/ClassicyColors.d.ts +2 -0
  7. package/SystemFolder/ControlPanels/AppearanceManager/ClassicySize.d.ts +4 -0
  8. package/SystemFolder/ControlPanels/ClassicyControlPanels.d.ts +2 -0
  9. package/SystemFolder/ControlPanels/DateAndTimeManager/ClassicyDateAndTimeManager.d.ts +4 -0
  10. package/SystemFolder/ControlPanels/SoundManager/ClassicySoundManager.d.ts +3 -0
  11. package/SystemFolder/ControlPanels/SoundManager/ClassicySoundManagerContext.d.ts +78 -0
  12. package/SystemFolder/Finder/Finder.d.ts +2 -0
  13. package/SystemFolder/Finder/FinderContext.d.ts +2 -0
  14. package/SystemFolder/QuickTime/MoviePlayer/MoviePlayer.d.ts +15 -0
  15. package/SystemFolder/QuickTime/MoviePlayer/MoviePlayerContext.d.ts +15 -0
  16. package/SystemFolder/QuickTime/PictureViewer/PictureViewer.d.ts +12 -0
  17. package/SystemFolder/QuickTime/PictureViewer/PictureViewerContext.d.ts +9 -0
  18. package/SystemFolder/SystemResources/AboutWindow/ClassicyAboutWindow.d.ts +12 -0
  19. package/SystemFolder/SystemResources/App/ClassicyApp.d.ts +13 -0
  20. package/SystemFolder/SystemResources/App/ClassicyAppUtils.d.ts +20 -0
  21. package/SystemFolder/SystemResources/Boot/ClassicyBoot.d.ts +3 -0
  22. package/SystemFolder/SystemResources/Button/ClassicyButton.d.ts +12 -0
  23. package/SystemFolder/SystemResources/Checkbox/ClassicyCheckbox.d.ts +12 -0
  24. package/SystemFolder/SystemResources/ContextualMenu/ClassicyContextualMenu.d.ts +11 -0
  25. package/SystemFolder/SystemResources/ControlGroup/ClassicyControlGroup.d.ts +9 -0
  26. package/SystemFolder/SystemResources/ControlLabel/ClassicyControlLabel.d.ts +17 -0
  27. package/SystemFolder/SystemResources/DatePicker/ClassicyDatePicker.d.ts +14 -0
  28. package/SystemFolder/SystemResources/DatePicker/ClassicyDatePickerUtils.d.ts +2 -0
  29. package/SystemFolder/SystemResources/Desktop/ClassicyDesktop.d.ts +8 -0
  30. package/SystemFolder/SystemResources/Desktop/ClassicyDesktopIcon.d.ts +14 -0
  31. package/SystemFolder/SystemResources/Desktop/ClassicyDesktopIconContext.d.ts +4 -0
  32. package/SystemFolder/SystemResources/Desktop/ClassicyDesktopManager.d.ts +29 -0
  33. package/SystemFolder/SystemResources/Desktop/ClassicyDesktopWindowManagerContext.d.ts +3 -0
  34. package/SystemFolder/SystemResources/Desktop/MenuBar/ClassicyDesktopMenuBar.d.ts +4 -0
  35. package/SystemFolder/SystemResources/Desktop/MenuBar/Widgets/Sound/ClassicyDesktopMenuWidgetSound.d.ts +8 -0
  36. package/SystemFolder/SystemResources/Desktop/MenuBar/Widgets/Time/ClassicyDesktopMenuWidgetTime.d.ts +4 -0
  37. package/SystemFolder/SystemResources/Disclosure/ClassicyDisclosure.d.ts +10 -0
  38. package/SystemFolder/SystemResources/File/ClassicyFileBrowser.d.ts +12 -0
  39. package/SystemFolder/SystemResources/File/ClassicyFileBrowserUtils.d.ts +6 -0
  40. package/SystemFolder/SystemResources/File/ClassicyFileBrowserViewIcons.d.ts +11 -0
  41. package/SystemFolder/SystemResources/File/ClassicyFileBrowserViewTable.d.ts +14 -0
  42. package/SystemFolder/SystemResources/File/ClassicyFileSystem.d.ts +28 -0
  43. package/SystemFolder/SystemResources/File/ClassicyFileSystemModel.d.ts +36 -0
  44. package/SystemFolder/SystemResources/File/DefaultClassicyFileSystem.d.ts +93 -0
  45. package/SystemFolder/SystemResources/Icon/ClassicyIcon.d.ts +14 -0
  46. package/SystemFolder/SystemResources/Input/ClassicyInput.d.ts +15 -0
  47. package/SystemFolder/SystemResources/Menu/ClassicyMenu.d.ts +29 -0
  48. package/SystemFolder/SystemResources/PopUpMenu/ClassicyPopUpMenu.d.ts +18 -0
  49. package/SystemFolder/SystemResources/ProgressBar/ClassicyProgressBar.d.ts +1 -0
  50. package/SystemFolder/SystemResources/QuickTime/QuickTimeMovieEmbed.d.ts +16 -0
  51. package/SystemFolder/SystemResources/QuickTime/QuickTimeUtils.d.ts +2 -0
  52. package/SystemFolder/SystemResources/RadioInput/ClassicyRadioInput.d.ts +20 -0
  53. package/SystemFolder/SystemResources/RichTextEditor/ClassicyRichTextEditor.d.ts +9 -0
  54. package/SystemFolder/SystemResources/Tabs/ClassicyTabs.d.ts +11 -0
  55. package/SystemFolder/SystemResources/TextEditor/ClassicyTextEditor.d.ts +1 -0
  56. package/SystemFolder/SystemResources/TimePicker/ClassicyTimePicker.d.ts +15 -0
  57. package/SystemFolder/SystemResources/Window/ClassicyWindow.d.ts +29 -0
  58. package/SystemFolder/SystemResources/Window/ClassicyWindowContext.d.ts +18 -0
  59. package/assets/img/icons/control-panels/appearance-manager/app.png +0 -0
  60. package/assets/img/icons/control-panels/appearance-manager/platinum.png +0 -0
  61. package/assets/img/icons/control-panels/date-time-manager/date-time-manager.png +0 -0
  62. package/assets/img/icons/control-panels/sound-manager/app.png +0 -0
  63. package/assets/img/icons/control-panels/sound-manager/sound-33.png +0 -0
  64. package/assets/img/icons/control-panels/sound-manager/sound-66.png +0 -0
  65. package/assets/img/icons/control-panels/sound-manager/sound-off.png +0 -0
  66. package/assets/img/icons/control-panels/sound-manager/sound-on.png +0 -0
  67. package/assets/img/icons/system/apple.png +0 -0
  68. package/assets/img/icons/system/drives/disk.png +0 -0
  69. package/assets/img/icons/system/files/file.png +0 -0
  70. package/assets/img/icons/system/folders/directory.png +0 -0
  71. package/assets/img/icons/system/mac.png +0 -0
  72. package/assets/img/icons/system/macos.png +0 -0
  73. package/assets/img/icons/system/quicktime/cc.png +0 -0
  74. package/assets/img/icons/system/quicktime/movie.png +0 -0
  75. package/assets/img/icons/system/quicktime/player.png +0 -0
  76. package/assets/img/wallpapers/azul_dark.png +0 -0
  77. package/assets/img/wallpapers/azul_extra_light.png +0 -0
  78. package/assets/img/wallpapers/azul_light.png +0 -0
  79. package/assets/img/wallpapers/bondi.png +0 -0
  80. package/assets/img/wallpapers/bondi_dark.png +0 -0
  81. package/assets/img/wallpapers/bondi_extra_dark.png +0 -0
  82. package/assets/img/wallpapers/bondi_light.png +0 -0
  83. package/assets/img/wallpapers/bondi_medium.png +0 -0
  84. package/assets/img/wallpapers/bossanova_bondi.png +0 -0
  85. package/assets/img/wallpapers/bossanova_poppy.png +0 -0
  86. package/assets/img/wallpapers/bossanova_poppy_2.png +0 -0
  87. package/assets/img/wallpapers/bubbles_bondi.png +0 -0
  88. package/assets/img/wallpapers/bubbles_poppy.png +0 -0
  89. package/assets/img/wallpapers/candy_bar.png +0 -0
  90. package/assets/img/wallpapers/candy_bar_azul.png +0 -0
  91. package/assets/img/wallpapers/candy_bar_pistachio.png +0 -0
  92. package/assets/img/wallpapers/candy_bar_sunny.png +0 -0
  93. package/assets/img/wallpapers/default.png +0 -0
  94. package/assets/img/wallpapers/diagonals_bondi.png +0 -0
  95. package/assets/img/wallpapers/diagonals_bondi_dark.png +0 -0
  96. package/assets/img/wallpapers/diagonals_poppy.png +0 -0
  97. package/assets/img/wallpapers/flat_peanuts.png +0 -0
  98. package/assets/img/wallpapers/flat_peanuts_poppy.png +0 -0
  99. package/assets/img/wallpapers/french_blue_dark.png +0 -0
  100. package/assets/img/wallpapers/french_blue_light.png +0 -0
  101. package/assets/img/wallpapers/macos.png +0 -0
  102. package/assets/img/wallpapers/peanuts_azul.png +0 -0
  103. package/assets/img/wallpapers/peanuts_pistachio.png +0 -0
  104. package/assets/img/wallpapers/pistachio_dark.png +0 -0
  105. package/assets/img/wallpapers/pistachio_light.png +0 -0
  106. package/assets/img/wallpapers/pistachio_medium.png +0 -0
  107. package/assets/img/wallpapers/poppy.png +0 -0
  108. package/assets/img/wallpapers/poppy_dark.png +0 -0
  109. package/assets/img/wallpapers/poppy_light.png +0 -0
  110. package/assets/img/wallpapers/poppy_medium.png +0 -0
  111. package/assets/img/wallpapers/rio_azul.png +0 -0
  112. package/assets/img/wallpapers/rio_pistachio.png +0 -0
  113. package/assets/img/wallpapers/ripple_azul.png +0 -0
  114. package/assets/img/wallpapers/ripple_bondi.png +0 -0
  115. package/assets/img/wallpapers/ripple_poppy.png +0 -0
  116. package/assets/img/wallpapers/sunny.png +0 -0
  117. package/assets/img/wallpapers/sunny_dark.png +0 -0
  118. package/assets/img/wallpapers/sunny_light.png +0 -0
  119. package/assets/img/wallpapers/waves_azul.png +0 -0
  120. package/assets/img/wallpapers/waves_bondi.png +0 -0
  121. package/assets/img/wallpapers/waves_sunny.png +0 -0
  122. package/e7dead02eb942a2c597f.svg +49 -0
  123. package/index.d.ts +57 -0
  124. package/index.js.LICENSE.txt +75 -0
  125. package/package.json +1 -7
@@ -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,6 +1,6 @@
1
1
  {
2
2
  "name": "classicy",
3
- "version": "0.5.7",
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
  ".": {
@@ -11,12 +11,6 @@
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",