@syncfusion/ej2-react-inplace-editor 20.1.55 → 20.2.36

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 (32) hide show
  1. package/dist/ej2-react-inplace-editor.umd.min.js +1 -1
  2. package/package.json +8 -8
  3. package/styles/bootstrap-dark.css +11 -139
  4. package/styles/bootstrap.css +12 -145
  5. package/styles/bootstrap4.css +22 -195
  6. package/styles/bootstrap5-dark.css +20 -141
  7. package/styles/bootstrap5.css +20 -141
  8. package/styles/fabric-dark.css +11 -137
  9. package/styles/fabric.css +11 -137
  10. package/styles/fluent-dark.css +12 -137
  11. package/styles/fluent.css +11 -136
  12. package/styles/highcontrast-light.css +12 -172
  13. package/styles/highcontrast.css +12 -172
  14. package/styles/inplace-editor/bootstrap-dark.css +11 -139
  15. package/styles/inplace-editor/bootstrap.css +12 -145
  16. package/styles/inplace-editor/bootstrap4.css +22 -195
  17. package/styles/inplace-editor/bootstrap5-dark.css +20 -141
  18. package/styles/inplace-editor/bootstrap5.css +20 -141
  19. package/styles/inplace-editor/fabric-dark.css +11 -137
  20. package/styles/inplace-editor/fabric.css +11 -137
  21. package/styles/inplace-editor/fluent-dark.css +12 -137
  22. package/styles/inplace-editor/fluent.css +11 -136
  23. package/styles/inplace-editor/highcontrast-light.css +12 -172
  24. package/styles/inplace-editor/highcontrast.css +12 -172
  25. package/styles/inplace-editor/material-dark.css +7 -126
  26. package/styles/inplace-editor/material.css +7 -130
  27. package/styles/inplace-editor/tailwind-dark.css +9 -128
  28. package/styles/inplace-editor/tailwind.css +9 -128
  29. package/styles/material-dark.css +7 -126
  30. package/styles/material.css +7 -130
  31. package/styles/tailwind-dark.css +9 -128
  32. package/styles/tailwind.css +9 -128
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-inplace-editor.umd.min.js
3
- * version : 20.1.55
3
+ * version : 20.2.36
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-inplace-editor@*",
3
- "_id": "@syncfusion/ej2-react-inplace-editor@20.1.47",
3
+ "_id": "@syncfusion/ej2-react-inplace-editor@19.8.1",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-/oIJKi4Qm6rZ8U8ScFpFqa7kj09ToXSRACtYVf0S6dj72bbqIUcN2fRYWwix/NUrsljKSTuJ5zpho6svVVSn2Q==",
5
+ "_integrity": "sha512-53SNtssV3odNEgBdDgtDelY0Ooz0/QcU7G4+3Mj7YoYMboC4OU4amHcIoB07A9F5bWHFVhsMl133tycfzAi8xw==",
6
6
  "_location": "/@syncfusion/ej2-react-inplace-editor",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-inplace-editor/-/ej2-react-inplace-editor-20.1.47.tgz",
23
- "_shasum": "3c63dccd72272a0ee983be5841d4257cd10a70d5",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-react-inplace-editor/-/ej2-react-inplace-editor-19.8.1.tgz",
23
+ "_shasum": "62d1c0c8a00836ed796a8e91cce6e0cc2ca609d3",
24
24
  "_spec": "@syncfusion/ej2-react-inplace-editor@*",
25
25
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~20.1.55",
35
- "@syncfusion/ej2-inplace-editor": "20.1.55",
36
- "@syncfusion/ej2-react-base": "~20.1.55"
34
+ "@syncfusion/ej2-base": "~20.2.36",
35
+ "@syncfusion/ej2-inplace-editor": "20.2.36",
36
+ "@syncfusion/ej2-react-base": "~20.2.36"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "A package of Essential JS 2 Inplace editor components, which is used to edit and update the value dynamically in server. for React",
@@ -59,6 +59,6 @@
59
59
  "type": "git",
60
60
  "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
61
61
  },
62
- "version": "20.1.55",
62
+ "version": "20.2.36",
63
63
  "sideEffects": false
64
64
  }