@project-sunbird/sunbird-questionset-editor-web-component 2.0.0-beta.1 → 2.0.0-beta.2

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.
@@ -38,6 +38,31 @@ MIT
38
38
  @angular/forms
39
39
  MIT
40
40
 
41
+ @angular/material
42
+ MIT
43
+ The MIT License
44
+
45
+ Copyright (c) 2023 Google LLC.
46
+
47
+ Permission is hereby granted, free of charge, to any person obtaining a copy
48
+ of this software and associated documentation files (the "Software"), to deal
49
+ in the Software without restriction, including without limitation the rights
50
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
51
+ copies of the Software, and to permit persons to whom the Software is
52
+ furnished to do so, subject to the following conditions:
53
+
54
+ The above copyright notice and this permission notice shall be included in
55
+ all copies or substantial portions of the Software.
56
+
57
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
58
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
59
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
60
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
61
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
62
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
63
+ THE SOFTWARE.
64
+
65
+
41
66
  @angular/platform-browser
42
67
  MIT
43
68
 
@@ -94,6 +119,8 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
94
119
  SOFTWARE.
95
120
 
96
121
 
122
+ @project-sunbird/common-form-elements-full
123
+
97
124
  @project-sunbird/sb-styles
98
125
  MIT
99
126
  MIT License
@@ -196,8 +223,6 @@ programs and associated documentation files created by the
196
223
  Original Author, when distributed with the Software.
197
224
 
198
225
 
199
- common-form-elements-web-v9
200
-
201
226
  css.escape
202
227
  MIT
203
228
  Copyright Mathias Bynens <https://mathiasbynens.be/>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@project-sunbird/sunbird-questionset-editor-web-component",
3
- "version": "2.0.0-beta.1",
3
+ "version": "2.0.0-beta.2",
4
4
  "description": "The web component package for the sunbird questionset editor",
5
5
  "main": "sunbird-questionset-editor.js",
6
6
  "scripts": {