synos-helena 22.0.5-beta.0 → 22.1.0-beta.1

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 (64) hide show
  1. package/lib/dark.css +1000 -722
  2. package/lib/dark.css.gz +0 -0
  3. package/lib/dark.css.map +1 -0
  4. package/lib/dark.css.map.gz +0 -0
  5. package/lib/dark.js +2 -61
  6. package/lib/dark.js.gz +0 -0
  7. package/lib/dark.js.map +1 -0
  8. package/lib/dark.js.map.gz +0 -0
  9. package/lib/helena.css +1000 -722
  10. package/lib/helena.css.gz +0 -0
  11. package/lib/helena.css.map +1 -0
  12. package/lib/helena.css.map.gz +0 -0
  13. package/lib/helena.js +2 -61
  14. package/lib/helena.js.gz +0 -0
  15. package/lib/helena.js.map +1 -0
  16. package/lib/helena.js.map.gz +0 -0
  17. package/lib/icons/exception.svg.gz +0 -0
  18. package/lib/icons/export.svg.gz +0 -0
  19. package/lib/icons/field-time.svg.gz +0 -0
  20. package/lib/icons/file-calculator.svg.gz +0 -0
  21. package/lib/icons/hand-service.svg.gz +0 -0
  22. package/lib/icons/import.svg.gz +0 -0
  23. package/lib/icons/package.svg.gz +0 -0
  24. package/lib/icons/process-config.svg.gz +0 -0
  25. package/lib/icons/transmission.svg.gz +0 -0
  26. package/lib/images/empty-notification.svg.gz +0 -0
  27. package/lib/images/micro-download.svg.gz +0 -0
  28. package/lib/images/micro-gerproc.svg.gz +0 -0
  29. package/lib/images/micro-insight.svg.gz +0 -0
  30. package/lib/images/synchro-logo.svg.gz +0 -0
  31. package/lib/index.css +58 -52
  32. package/lib/index.css.gz +0 -0
  33. package/lib/index.css.map +1 -0
  34. package/lib/index.css.map.gz +0 -0
  35. package/lib/index.js +3 -34497
  36. package/lib/index.js.LICENSE.txt +70 -0
  37. package/lib/index.js.LICENSE.txt.gz +0 -0
  38. package/lib/index.js.gz +0 -0
  39. package/lib/index.js.map +1 -0
  40. package/lib/index.js.map.gz +0 -0
  41. package/lib/light.css +1000 -722
  42. package/lib/light.css.gz +0 -0
  43. package/lib/light.css.map +1 -0
  44. package/lib/light.css.map.gz +0 -0
  45. package/lib/light.js +2 -61
  46. package/lib/light.js.gz +0 -0
  47. package/lib/light.js.map +1 -0
  48. package/lib/light.js.map.gz +0 -0
  49. package/lib/themes/colors/ant-blues.less.gz +0 -0
  50. package/lib/themes/colors/ant-yellows.less.gz +0 -0
  51. package/lib/themes/colors/blues.less.gz +0 -0
  52. package/lib/themes/colors/dark-olive-greens.less.gz +0 -0
  53. package/lib/themes/colors/gray.less.gz +0 -0
  54. package/lib/themes/colors/greens.less.gz +0 -0
  55. package/lib/themes/colors/pinks.less.gz +0 -0
  56. package/lib/themes/colors/purples.less.gz +0 -0
  57. package/lib/themes/colors/reds.less.gz +0 -0
  58. package/lib/themes/colors/yellows.less.gz +0 -0
  59. package/lib/themes/dark.less.gz +0 -0
  60. package/lib/themes/default.less.gz +0 -0
  61. package/lib/themes/general_custom.less.gz +0 -0
  62. package/lib/themes/light.less.gz +0 -0
  63. package/package.json +98 -64
  64. package/lib/index.d.ts +0 -1480
@@ -0,0 +1,70 @@
1
+ /*
2
+ object-assign
3
+ (c) Sindre Sorhus
4
+ @license MIT
5
+ */
6
+
7
+ /*
8
+ object-assign
9
+ (c) Sindre Sorhus
10
+ @license MIT
11
+ */
12
+
13
+ /*!
14
+ Copyright (c) 2018 Jed Watson.
15
+ Licensed under the MIT License (MIT), see
16
+ http://jedwatson.github.io/classnames
17
+ */
18
+
19
+ /*!
20
+ * Determine if an object is a Buffer
21
+ *
22
+ * @author Feross Aboukhadijeh <https://feross.org>
23
+ * @license MIT
24
+ */
25
+
26
+ /*! *****************************************************************************
27
+ Copyright (c) Microsoft Corporation. All rights reserved.
28
+ Licensed under the Apache License, Version 2.0 (the "License"); you may not use
29
+ this file except in compliance with the License. You may obtain a copy of the
30
+ License at http://www.apache.org/licenses/LICENSE-2.0
31
+
32
+ THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
33
+ KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
34
+ WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
35
+ MERCHANTABLITY OR NON-INFRINGEMENT.
36
+
37
+ See the Apache Version 2.0 License for specific language governing permissions
38
+ and limitations under the License.
39
+ ***************************************************************************** */
40
+
41
+ /**
42
+ * @license
43
+ * Lodash <https://lodash.com/>
44
+ * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
45
+ * Released under MIT license <https://lodash.com/license>
46
+ * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
47
+ * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
48
+ */
49
+
50
+ /** @license React v16.13.1
51
+ * react-is.production.min.js
52
+ *
53
+ * Copyright (c) Facebook, Inc. and its 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
+ /** @license React v17.0.2
60
+ * react-is.production.min.js
61
+ *
62
+ * Copyright (c) Facebook, Inc. and its affiliates.
63
+ *
64
+ * This source code is licensed under the MIT license found in the
65
+ * LICENSE file in the root directory of this source tree.
66
+ */
67
+
68
+ //! moment.js
69
+
70
+ //! moment.js locale configuration
Binary file
Binary file