@syncfusion/ej2-react-layouts 20.4.38 → 20.4.42

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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## 20.4.38 (2022-12-21)
6
+
5
7
  ### Dashboard Layout
6
8
 
7
9
  #### Bug Fixes
package/README.md CHANGED
@@ -124,4 +124,4 @@ Check the license detail [here](https://github.com/syncfusion/ej2-react-ui-compo
124
124
 
125
125
  Check the changelog [here](https://github.com/syncfusion/ej2-react-ui-components/blob/master/components/layouts/CHANGELOG.md/?utm_source=npm&utm_medium=listing&utm_campaign=react-layout-npm)
126
126
 
127
- © Copyright 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
127
+ © Copyright 2023 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-layouts.min.js
3
- * version : 20.4.38
3
+ * version : 20.4.42
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-layouts.umd.min.js
3
- * version : 20.4.38
3
+ * version : 20.4.42
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-react-layouts@*",
3
- "_id": "@syncfusion/ej2-react-layouts@19.9.10",
3
+ "_id": "@syncfusion/ej2-react-layouts@20.4.40",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-B7tHZeVgzJU5Tqg3+ytHM/vN5KIdsP7XHqEwLySRcvLCmW9+2XRkHdu1VWtBy2nVAvLdDLa9FVCxX3/0Xs99lg==",
5
+ "_integrity": "sha512-hSnZWptZOjUdOEil9ly3v47X4tqePLuOJBD6GLrhyKHTcxajzwt3yKC6UWgFhZVKeBtfKZHYxFQPnhDI1RPMjA==",
6
6
  "_location": "/@syncfusion/ej2-react-layouts",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-react-layouts/-/ej2-react-layouts-19.9.10.tgz",
23
- "_shasum": "92ec7b6bc8cdc94f15548e69ca934e8f6294000d",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-layouts/-/ej2-react-layouts-20.4.40.tgz",
23
+ "_shasum": "0ccd70e1a4a8b48e30d69bbd94ca11447d91be7d",
24
24
  "_spec": "@syncfusion/ej2-react-layouts@*",
25
25
  "_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
26
26
  "author": {
@@ -31,25 +31,16 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~20.4.38",
35
- "@syncfusion/ej2-layouts": "20.4.38",
36
- "@syncfusion/ej2-react-base": "~20.4.38"
34
+ "@syncfusion/ej2-base": "~20.4.42",
35
+ "@syncfusion/ej2-layouts": "20.4.42",
36
+ "@syncfusion/ej2-react-base": "~20.4.42"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "A package of Essential JS 2 layout pure CSS components such as card and avatar. The card is used as small container to show content in specific structure, whereas the avatars are icons, initials or figures representing particular person. for React",
40
40
  "devDependencies": {},
41
41
  "es2015": "dist/es6/ej2-react-layouts.es2015.js",
42
- "homepage": "https://github.com/syncfusion/ej2-react-ui-components#readme",
42
+ "homepage": "https://www.syncfusion.com/react-components",
43
43
  "keywords": [
44
- "splitter",
45
- "split-panes",
46
- "split-layout",
47
- "split-view",
48
- "split-area",
49
- "resizable-splitter",
50
- "split-container",
51
- "dashboardlayout",
52
- "panels",
53
44
  "react-splitter",
54
45
  "react-split-panes",
55
46
  "react-split-area",
@@ -65,6 +56,6 @@
65
56
  "type": "git",
66
57
  "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
67
58
  },
68
- "version": "20.4.38",
59
+ "version": "20.4.42",
69
60
  "sideEffects": false
70
61
  }