@shelf/global-renderer 2.4.0 → 3.0.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.
@@ -0,0 +1,104 @@
1
+ /*!
2
+ * Sizzle CSS Selector Engine v2.3.10
3
+ * https://sizzlejs.com/
4
+ *
5
+ * Copyright JS Foundation and other contributors
6
+ * Released under the MIT license
7
+ * https://js.foundation/
8
+ *
9
+ * Date: 2023-02-14
10
+ */
11
+
12
+ /*!
13
+ * jQuery JavaScript Library v3.6.4
14
+ * https://jquery.com/
15
+ *
16
+ * Includes Sizzle.js
17
+ * https://sizzlejs.com/
18
+ *
19
+ * Copyright OpenJS Foundation and other contributors
20
+ * Released under the MIT license
21
+ * https://jquery.org/license
22
+ *
23
+ * Date: 2023-03-08T15:28Z
24
+ */
25
+
26
+ /**
27
+ * @license
28
+ * Lodash <https://lodash.com/>
29
+ * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
30
+ * Released under MIT license <https://lodash.com/license>
31
+ * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
32
+ * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
33
+ */
34
+
35
+ /**
36
+ * @license React
37
+ * react-dom-client.production.js
38
+ *
39
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
40
+ *
41
+ * This source code is licensed under the MIT license found in the
42
+ * LICENSE file in the root directory of this source tree.
43
+ */
44
+
45
+ /**
46
+ * @license React
47
+ * react-dom.production.js
48
+ *
49
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
50
+ *
51
+ * This source code is licensed under the MIT license found in the
52
+ * LICENSE file in the root directory of this source tree.
53
+ */
54
+
55
+ /**
56
+ * @license React
57
+ * react-jsx-runtime.production.js
58
+ *
59
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
60
+ *
61
+ * This source code is licensed under the MIT license found in the
62
+ * LICENSE file in the root directory of this source tree.
63
+ */
64
+
65
+ /**
66
+ * @license React
67
+ * react.production.js
68
+ *
69
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
70
+ *
71
+ * This source code is licensed under the MIT license found in the
72
+ * LICENSE file in the root directory of this source tree.
73
+ */
74
+
75
+ /**
76
+ * @license React
77
+ * scheduler.production.js
78
+ *
79
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
80
+ *
81
+ * This source code is licensed under the MIT license found in the
82
+ * LICENSE file in the root directory of this source tree.
83
+ */
84
+
85
+ /**
86
+ * @license React
87
+ * use-sync-external-store-shim.production.js
88
+ *
89
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
90
+ *
91
+ * This source code is licensed under the MIT license found in the
92
+ * LICENSE file in the root directory of this source tree.
93
+ */
94
+
95
+ /**
96
+ * natural-orderby v3.0.2
97
+ *
98
+ * Copyright (c) Olaf Ennen
99
+ *
100
+ * This source code is licensed under the MIT license found in the
101
+ * LICENSE.md file in the root directory of this source tree.
102
+ *
103
+ * @license MIT
104
+ */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shelf/global-renderer",
3
- "version": "2.4.0",
3
+ "version": "3.0.1",
4
4
  "description": "The package exposes entrypoints with window's function(-s) to render React component",
5
5
  "main": "lib",
6
6
  "type": "module",
@@ -23,9 +23,9 @@
23
23
  "@shelf/colors": "4.0.5",
24
24
  "@shelf/content-view": "6.0.5",
25
25
  "@shelf/datetime": "2.6.0",
26
- "@shelf/decision-tree-editor-components": "14.0.5",
26
+ "@shelf/decision-tree-editor-components": "14.0.6",
27
27
  "@shelf/gem-components": "29.0.5",
28
- "@shelf/i18n": "20.1.1",
28
+ "@shelf/i18n": "20.1.2",
29
29
  "@shelf/icons": "16.0.5",
30
30
  "@shelf/location-selector": "18.0.5",
31
31
  "@shelf/ratings-components": "17.0.5",