@project-sunbird/collection-editor-react 0.1.12 → 0.1.13
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/dist/collection-editor.umd.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +0 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -19384,7 +19384,6 @@ async function mT(e) {
|
|
|
19384
19384
|
var i;
|
|
19385
19385
|
const t = {
|
|
19386
19386
|
status: ["Live"],
|
|
19387
|
-
contentType: ["Resource"],
|
|
19388
19387
|
...e.filters ?? {}
|
|
19389
19388
|
};
|
|
19390
19389
|
e.channel && (t.channel = e.channel);
|
|
@@ -20229,7 +20228,6 @@ function bR() {
|
|
|
20229
20228
|
try {
|
|
20230
20229
|
const O = {
|
|
20231
20230
|
status: ["Live"],
|
|
20232
|
-
contentType: ["Resource"],
|
|
20233
20231
|
primaryCategory: g && g !== "all" ? [g] : r
|
|
20234
20232
|
};
|
|
20235
20233
|
(m = p == null ? void 0 : p.board) != null && m.length && (O.board = p.board), (y = p == null ? void 0 : p.medium) != null && y.length && (O.medium = p.medium), (v = p == null ? void 0 : p.gradeLevel) != null && v.length && (O.gradeLevel = p.gradeLevel), (w = p == null ? void 0 : p.subject) != null && w.length && (O.subject = p.subject), (_ = p == null ? void 0 : p.primaryCategory) != null && _.length && (O.primaryCategory = p.primaryCategory);
|