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
Binary file
@@ -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';