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