@vonaffenfels/contentful-teasermanager 1.1.53 → 1.1.56

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 (29) hide show
  1. package/dist/{TestStory.js → _base_slate-editor_src_dev_testComponents_TestStory2_js.js} +12 -12
  2. package/dist/_base_slate-editor_src_dev_testComponents_TestStory3_js.js +94 -0
  3. package/dist/_base_slate-editor_src_dev_testComponents_TestStory_js.js +94 -0
  4. package/dist/index.js +24852 -41017
  5. package/package.json +3 -3
  6. package/src/components/Contentful/ConfigScreen.js +85 -24
  7. package/src/components/Contentful/Dialog.js +58 -63
  8. package/src/components/Contentful/EntryEditor.js +2 -2
  9. package/src/components/Contentful/Page.js +0 -6
  10. package/src/components/NoAccess.js +12 -12
  11. package/src/index.js +0 -1
  12. package/dist/TestStory2.js +0 -94
  13. package/dist/TestStory3.js +0 -94
  14. package/dist/index.094ebe8a6da25ebef11e.hot-update.js +0 -11
  15. package/dist/index.094ebe8a6da25ebef11e.hot-update.json +0 -1
  16. package/dist/index.30eae97ccdf3a813b021.hot-update.js +0 -42
  17. package/dist/index.30eae97ccdf3a813b021.hot-update.json +0 -1
  18. package/dist/index.5ec068db2d05b046d371.hot-update.js +0 -22
  19. package/dist/index.5ec068db2d05b046d371.hot-update.json +0 -1
  20. package/dist/index.9c341de9e0f1bd4a79d2.hot-update.js +0 -43
  21. package/dist/index.9c341de9e0f1bd4a79d2.hot-update.json +0 -1
  22. package/dist/index.9dfef8895061a4ec159a.hot-update.js +0 -398
  23. package/dist/index.9dfef8895061a4ec159a.hot-update.json +0 -1
  24. package/dist/index.c062f00a592bcf4fd9e7.hot-update.js +0 -20666
  25. package/dist/index.c062f00a592bcf4fd9e7.hot-update.json +0 -1
  26. package/dist/index.d80013ee9c93571c5cd7.hot-update.js +0 -11
  27. package/dist/index.d80013ee9c93571c5cd7.hot-update.json +0 -1
  28. package/dist/index.fd3ea37b5951a3cb5357.hot-update.js +0 -11
  29. package/dist/index.fd3ea37b5951a3cb5357.hot-update.json +0 -1
@@ -1,11 +0,0 @@
1
- "use strict";
2
- this["webpackHotUpdate_vonaffenfels_contentful_teasermanager"]("index",{},
3
- /******/ function(__webpack_require__) { // webpackRuntimeModules
4
- /******/ /* webpack/runtime/getFullHash */
5
- /******/ (() => {
6
- /******/ __webpack_require__.h = () => ("fd3ea37b5951a3cb5357")
7
- /******/ })();
8
- /******/
9
- /******/ }
10
- );
11
- //# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguMDk0ZWJlOGE2ZGEyNWViZWYxMWUuaG90LXVwZGF0ZS5qcyIsIm1hcHBpbmdzIjoiOzs7OztVQUFBIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vQHZvbmFmZmVuZmVscy9jb250ZW50ZnVsLXRlYXNlcm1hbmFnZXIvd2VicGFjay9ydW50aW1lL2dldEZ1bGxIYXNoIl0sInNvdXJjZXNDb250ZW50IjpbIl9fd2VicGFja19yZXF1aXJlX18uaCA9ICgpID0+IChcImZkM2VhMzdiNTk1MWEzY2I1MzU3XCIpIl0sIm5hbWVzIjpbXSwic291cmNlUm9vdCI6IiJ9
@@ -1 +0,0 @@
1
- {"c":["index"],"r":[],"m":[]}
@@ -1,42 +0,0 @@
1
- "use strict";
2
- this["webpackHotUpdate_vonaffenfels_contentful_teasermanager"]("index",{
3
-
4
- /***/ "./src/components/NoAccess.js":
5
- /*!************************************!*\
6
- !*** ./src/components/NoAccess.js ***!
7
- \************************************/
8
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
9
-
10
- __webpack_require__.r(__webpack_exports__);
11
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
12
- /* harmony export */ NoAccess: () => (/* binding */ NoAccess)
13
- /* harmony export */ });
14
- /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ "../../node_modules/react/index.js");
15
- /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
16
- /* harmony import */ var _contentful_f36_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @contentful/f36-components */ "../../node_modules/@contentful/f36-core/dist/esm/index.js");
17
- /* harmony import */ var _contentful_f36_components__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @contentful/f36-components */ "../../node_modules/@contentful/f36-components/node_modules/@contentful/f36-typography/dist/esm/index.js");
18
-
19
- var __jsx = (react__WEBPACK_IMPORTED_MODULE_0___default().createElement);
20
-
21
- var NoAccess = function NoAccess(_ref) {
22
- var _sdk$user;
23
- var sdk = _ref.sdk;
24
- return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_contentful_f36_components__WEBPACK_IMPORTED_MODULE_1__.Flex, {
25
- flexDirection: "column",
26
- alignItems: "center",
27
- paddingTop: "spacing2Xl"
28
- }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_contentful_f36_components__WEBPACK_IMPORTED_MODULE_2__.DisplayText, null, "Kein Zugriff"), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_contentful_f36_components__WEBPACK_IMPORTED_MODULE_2__.Paragraph, null, "Bitte wenden Sie sich an einen Administrator wenn sie Zugriff ben\xF6tigen"), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_contentful_f36_components__WEBPACK_IMPORTED_MODULE_2__.Paragraph, null, "Angemeldeter Benutzer: ", sdk === null || sdk === void 0 || (_sdk$user = sdk.user) === null || _sdk$user === void 0 ? void 0 : _sdk$user.email));
29
- };
30
-
31
- /***/ })
32
-
33
- },
34
- /******/ function(__webpack_require__) { // webpackRuntimeModules
35
- /******/ /* webpack/runtime/getFullHash */
36
- /******/ (() => {
37
- /******/ __webpack_require__.h = () => ("44ce92ca7b539d178d5c")
38
- /******/ })();
39
- /******/
40
- /******/ }
41
- );
42
- //# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguMzBlYWU5N2NjZGYzYTgxM2IwMjEuaG90LXVwZGF0ZS5qcyIsIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBRW9DO0FBRTdCLElBQU1HLFFBQVEsR0FBRyxTQUFYQSxRQUFRQSxDQUFBQyxJQUFBLEVBQWM7RUFBQSxJQUFBQyxTQUFBO0VBQUEsSUFBVEMsR0FBRyxHQUFBRixJQUFBLENBQUhFLEdBQUc7RUFDekIsb0JBQU9DLDBEQUFBLENBQUNOLDREQUFJO0lBQUNRLGFBQWEsRUFBQyxRQUFRO0lBQUNDLFVBQVUsRUFBQyxRQUFRO0lBQUNDLFVBQVUsRUFBQztFQUFZLGdCQUMzRUosMERBQUEsQ0FBQ1AsbUVBQVcsUUFBQyxjQUVBLENBQUMsZUFDZE8sMERBQUEsQ0FBQ0wsaUVBQVMsUUFBQyw0RUFBa0YsQ0FBQyxlQUM5RkssMERBQUEsQ0FBQ0wsaUVBQVMsUUFBQyx5QkFBdUIsRUFBQ0ksR0FBRyxhQUFIQSxHQUFHLGdCQUFBRCxTQUFBLEdBQUhDLEdBQUcsQ0FBRU0sSUFBSSxjQUFBUCxTQUFBLHVCQUFUQSxTQUFBLENBQVdRLEtBQWlCLENBQzdELENBQUM7QUFDWCxDQUFDOzs7Ozs7OztVQ1pEIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vQHZvbmFmZmVuZmVscy9jb250ZW50ZnVsLXRlYXNlcm1hbmFnZXIvLi9zcmMvY29tcG9uZW50cy9Ob0FjY2Vzcy5qcyIsIndlYnBhY2s6Ly9Adm9uYWZmZW5mZWxzL2NvbnRlbnRmdWwtdGVhc2VybWFuYWdlci93ZWJwYWNrL3J1bnRpbWUvZ2V0RnVsbEhhc2giXSwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgICBEaXNwbGF5VGV4dCwgRmxleCwgUGFyYWdyYXBoLFxufSBmcm9tIFwiQGNvbnRlbnRmdWwvZjM2LWNvbXBvbmVudHNcIjtcblxuZXhwb3J0IGNvbnN0IE5vQWNjZXNzID0gKHtzZGt9KSA9PiB7XG4gICAgcmV0dXJuIDxGbGV4IGZsZXhEaXJlY3Rpb249XCJjb2x1bW5cIiBhbGlnbkl0ZW1zPVwiY2VudGVyXCIgcGFkZGluZ1RvcD1cInNwYWNpbmcyWGxcIj5cbiAgICAgICAgPERpc3BsYXlUZXh0PlxuICAgICAgICAgICAgS2VpbiBadWdyaWZmXG4gICAgICAgIDwvRGlzcGxheVRleHQ+XG4gICAgICAgIDxQYXJhZ3JhcGg+Qml0dGUgd2VuZGVuIFNpZSBzaWNoIGFuIGVpbmVuIEFkbWluaXN0cmF0b3Igd2VubiBzaWUgWnVncmlmZiBiZW7DtnRpZ2VuPC9QYXJhZ3JhcGg+XG4gICAgICAgIDxQYXJhZ3JhcGg+QW5nZW1lbGRldGVyIEJlbnV0emVyOiB7c2RrPy51c2VyPy5lbWFpbH08L1BhcmFncmFwaD5cbiAgICA8L0ZsZXg+O1xufTsiLCJfX3dlYnBhY2tfcmVxdWlyZV9fLmggPSAoKSA9PiAoXCI0NGNlOTJjYTdiNTM5ZDE3OGQ1Y1wiKSJdLCJuYW1lcyI6WyJEaXNwbGF5VGV4dCIsIkZsZXgiLCJQYXJhZ3JhcGgiLCJOb0FjY2VzcyIsIl9yZWYiLCJfc2RrJHVzZXIiLCJzZGsiLCJSZWFjdCIsImNyZWF0ZUVsZW1lbnQiLCJmbGV4RGlyZWN0aW9uIiwiYWxpZ25JdGVtcyIsInBhZGRpbmdUb3AiLCJ1c2VyIiwiZW1haWwiXSwic291cmNlUm9vdCI6IiJ9
@@ -1 +0,0 @@
1
- {"c":["index"],"r":[],"m":[]}
@@ -1,22 +0,0 @@
1
- this["webpackHotUpdate_vonaffenfels_contentful_teasermanager"]("index",{
2
-
3
- /***/ "../../node_modules/contentful-app-nextjs-tools/index.js":
4
- /*!***************************************************************!*\
5
- !*** ../../node_modules/contentful-app-nextjs-tools/index.js ***!
6
- \***************************************************************/
7
- /***/ (() => {
8
-
9
- throw new Error("Module build failed: Error: ENOENT: no such file or directory, open '/home/kienzler/Projects/contentful-apps/node_modules/contentful-app-nextjs-tools/index.js'");
10
-
11
- /***/ })
12
-
13
- },
14
- /******/ function(__webpack_require__) { // webpackRuntimeModules
15
- /******/ /* webpack/runtime/getFullHash */
16
- /******/ (() => {
17
- /******/ __webpack_require__.h = () => ("9dfef8895061a4ec159a")
18
- /******/ })();
19
- /******/
20
- /******/ }
21
- );
22
- //# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguNWVjMDY4ZGIyZDA1YjA0NmQzNzEuaG90LXVwZGF0ZS5qcyIsIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7Ozs7O1VBQUEiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly9Adm9uYWZmZW5mZWxzL2NvbnRlbnRmdWwtdGVhc2VybWFuYWdlci93ZWJwYWNrL3J1bnRpbWUvZ2V0RnVsbEhhc2giXSwic291cmNlc0NvbnRlbnQiOlsiX193ZWJwYWNrX3JlcXVpcmVfXy5oID0gKCkgPT4gKFwiOWRmZWY4ODk1MDYxYTRlYzE1OWFcIikiXSwibmFtZXMiOltdLCJzb3VyY2VSb290IjoiIn0=
@@ -1 +0,0 @@
1
- {"c":["index"],"r":[],"m":["../../node_modules/call-bind/callBound.js","../../node_modules/call-bind/index.js","../../node_modules/contentful-management/dist/es-modules/adapters/REST/endpoints/api-key.js","../../node_modules/contentful-management/dist/es-modules/adapters/REST/endpoints/app-action-call.js","../../node_modules/contentful-management/dist/es-modules/adapters/REST/endpoints/app-action.js","../../node_modules/contentful-management/dist/es-modules/adapters/REST/endpoints/app-bundle.js","../../node_modules/contentful-management/dist/es-modules/adapters/REST/endpoints/app-definition.js","../../node_modules/contentful-management/dist/es-modules/adapters/REST/endpoints/app-details.js","../../node_modules/contentful-management/dist/es-modules/adapters/REST/endpoints/app-installation.js","../../node_modules/contentful-management/dist/es-modules/adapters/REST/endpoints/app-signed-request.js","../../node_modules/contentful-management/dist/es-modules/adapters/REST/endpoints/app-signing-secret.js","../../node_modules/contentful-management/dist/es-modules/adapters/REST/endpoints/app-upload.js","../../node_modules/contentful-management/dist/es-modules/adapters/REST/endpoints/asset-key.js","../../node_modules/contentful-management/dist/es-modules/adapters/REST/endpoints/asset.js","../../node_modules/contentful-management/dist/es-modules/adapters/REST/endpoints/bulk-action.js","../../node_modules/contentful-management/dist/es-modules/adapters/REST/endpoints/comment.js","../../node_modules/contentful-management/dist/es-modules/adapters/REST/endpoints/content-type.js","../../node_modules/contentful-management/dist/es-modules/adapters/REST/endpoints/editor-interface.js","../../node_modules/contentful-management/dist/es-modules/adapters/REST/endpoints/entry.js","../../node_modules/contentful-management/dist/es-modules/adapters/REST/endpoints/environment-alias.js","../../node_modules/contentful-management/dist/es-modules/adapters/REST/endpoints/environment.js","../../node_modules/contentful-management/dist/es-modules/adapters/REST/endpoints/extension.js","../../node_modules/contentful-management/dist/es-modules/adapters/REST/endpoints/http.js","../../node_modules/contentful-management/dist/es-modules/adapters/REST/endpoints/index.js","../../node_modules/contentful-management/dist/es-modules/adapters/REST/endpoints/locale.js","../../node_modules/contentful-management/dist/es-modules/adapters/REST/endpoints/organization-invitation.js","../../node_modules/contentful-management/dist/es-modules/adapters/REST/endpoints/organization-membership.js","../../node_modules/contentful-management/dist/es-modules/adapters/REST/endpoints/organization.js","../../node_modules/contentful-management/dist/es-modules/adapters/REST/endpoints/personal-access-token.js","../../node_modules/contentful-management/dist/es-modules/adapters/REST/endpoints/preview-api-key.js","../../node_modules/contentful-management/dist/es-modules/adapters/REST/endpoints/raw.js","../../node_modules/contentful-management/dist/es-modules/adapters/REST/endpoints/release-action.js","../../node_modules/contentful-management/dist/es-modules/adapters/REST/endpoints/release.js","../../node_modules/contentful-management/dist/es-modules/adapters/REST/endpoints/role.js","../../node_modules/contentful-management/dist/es-modules/adapters/REST/endpoints/scheduled-action.js","../../node_modules/contentful-management/dist/es-modules/adapters/REST/endpoints/snapshot.js","../../node_modules/contentful-management/dist/es-modules/adapters/REST/endpoints/space-member.js","../../node_modules/contentful-management/dist/es-modules/adapters/REST/endpoints/space-membership.js","../../node_modules/contentful-management/dist/es-modules/adapters/REST/endpoints/space.js","../../node_modules/contentful-management/dist/es-modules/adapters/REST/endpoints/tag.js","../../node_modules/contentful-management/dist/es-modules/adapters/REST/endpoints/task.js","../../node_modules/contentful-management/dist/es-modules/adapters/REST/endpoints/team-membership.js","../../node_modules/contentful-management/dist/es-modules/adapters/REST/endpoints/team-space-membership.js","../../node_modules/contentful-management/dist/es-modules/adapters/REST/endpoints/team.js","../../node_modules/contentful-management/dist/es-modules/adapters/REST/endpoints/upload.js","../../node_modules/contentful-management/dist/es-modules/adapters/REST/endpoints/usage.js","../../node_modules/contentful-management/dist/es-modules/adapters/REST/endpoints/user.js","../../node_modules/contentful-management/dist/es-modules/adapters/REST/endpoints/utils.js","../../node_modules/contentful-management/dist/es-modules/adapters/REST/endpoints/webhook.js","../../node_modules/contentful-management/dist/es-modules/adapters/REST/endpoints/workflow-definition.js","../../node_modules/contentful-management/dist/es-modules/adapters/REST/endpoints/workflow.js","../../node_modules/contentful-management/dist/es-modules/adapters/REST/endpoints/workflows-changelog.js","../../node_modules/contentful-management/dist/es-modules/adapters/REST/rest-adapter.js","../../node_modules/contentful-management/dist/es-modules/common-types.js","../../node_modules/contentful-management/dist/es-modules/common-utils.js","../../node_modules/contentful-management/dist/es-modules/constants/editor-interface-defaults/controls-defaults.js","../../node_modules/contentful-management/dist/es-modules/constants/editor-interface-defaults/editors-defaults.js","../../node_modules/contentful-management/dist/es-modules/constants/editor-interface-defaults/index.js","../../node_modules/contentful-management/dist/es-modules/constants/editor-interface-defaults/sidebar-defaults.js","../../node_modules/contentful-management/dist/es-modules/constants/editor-interface-defaults/types.js","../../node_modules/contentful-management/dist/es-modules/contentful-management.js","../../node_modules/contentful-management/dist/es-modules/create-adapter.js","../../node_modules/contentful-management/dist/es-modules/create-app-definition-api.js","../../node_modules/contentful-management/dist/es-modules/create-contentful-api.js","../../node_modules/contentful-management/dist/es-modules/create-entry-api.js","../../node_modules/contentful-management/dist/es-modules/create-environment-api.js","../../node_modules/contentful-management/dist/es-modules/create-organization-api.js","../../node_modules/contentful-management/dist/es-modules/create-space-api.js","../../node_modules/contentful-management/dist/es-modules/enhance-with-methods.js","../../node_modules/contentful-management/dist/es-modules/entities/api-key.js","../../node_modules/contentful-management/dist/es-modules/entities/app-action-call.js","../../node_modules/contentful-management/dist/es-modules/entities/app-action.js","../../node_modules/contentful-management/dist/es-modules/entities/app-bundle.js","../../node_modules/contentful-management/dist/es-modules/entities/app-definition.js","../../node_modules/contentful-management/dist/es-modules/entities/app-details.js","../../node_modules/contentful-management/dist/es-modules/entities/app-installation.js","../../node_modules/contentful-management/dist/es-modules/entities/app-signed-request.js","../../node_modules/contentful-management/dist/es-modules/entities/app-signing-secret.js","../../node_modules/contentful-management/dist/es-modules/entities/app-upload.js","../../node_modules/contentful-management/dist/es-modules/entities/asset-key.js","../../node_modules/contentful-management/dist/es-modules/entities/asset.js","../../node_modules/contentful-management/dist/es-modules/entities/bulk-action.js","../../node_modules/contentful-management/dist/es-modules/entities/comment.js","../../node_modules/contentful-management/dist/es-modules/entities/content-type.js","../../node_modules/contentful-management/dist/es-modules/entities/editor-interface.js","../../node_modules/contentful-management/dist/es-modules/entities/entry.js","../../node_modules/contentful-management/dist/es-modules/entities/environment-alias.js","../../node_modules/contentful-management/dist/es-modules/entities/environment.js","../../node_modules/contentful-management/dist/es-modules/entities/extension.js","../../node_modules/contentful-management/dist/es-modules/entities/index.js","../../node_modules/contentful-management/dist/es-modules/entities/locale.js","../../node_modules/contentful-management/dist/es-modules/entities/organization-invitation.js","../../node_modules/contentful-management/dist/es-modules/entities/organization-membership.js","../../node_modules/contentful-management/dist/es-modules/entities/organization.js","../../node_modules/contentful-management/dist/es-modules/entities/personal-access-token.js","../../node_modules/contentful-management/dist/es-modules/entities/preview-api-key.js","../../node_modules/contentful-management/dist/es-modules/entities/release-action.js","../../node_modules/contentful-management/dist/es-modules/entities/release.js","../../node_modules/contentful-management/dist/es-modules/entities/role.js","../../node_modules/contentful-management/dist/es-modules/entities/scheduled-action.js","../../node_modules/contentful-management/dist/es-modules/entities/snapshot.js","../../node_modules/contentful-management/dist/es-modules/entities/space-member.js","../../node_modules/contentful-management/dist/es-modules/entities/space-membership.js","../../node_modules/contentful-management/dist/es-modules/entities/space.js","../../node_modules/contentful-management/dist/es-modules/entities/tag.js","../../node_modules/contentful-management/dist/es-modules/entities/task.js","../../node_modules/contentful-management/dist/es-modules/entities/team-membership.js","../../node_modules/contentful-management/dist/es-modules/entities/team-space-membership.js","../../node_modules/contentful-management/dist/es-modules/entities/team.js","../../node_modules/contentful-management/dist/es-modules/entities/upload.js","../../node_modules/contentful-management/dist/es-modules/entities/usage.js","../../node_modules/contentful-management/dist/es-modules/entities/user.js","../../node_modules/contentful-management/dist/es-modules/entities/webhook.js","../../node_modules/contentful-management/dist/es-modules/entities/workflow-definition.js","../../node_modules/contentful-management/dist/es-modules/export-types.js","../../node_modules/contentful-management/dist/es-modules/methods/action.js","../../node_modules/contentful-management/dist/es-modules/methods/content-type.js","../../node_modules/contentful-management/dist/es-modules/methods/utils.js","../../node_modules/contentful-management/dist/es-modules/plain/as-iterator.js","../../node_modules/contentful-management/dist/es-modules/plain/checks.js","../../node_modules/contentful-management/dist/es-modules/plain/plain-client.js","../../node_modules/contentful-management/dist/es-modules/plain/wrappers/wrap.js","../../node_modules/contentful-management/dist/es-modules/upload-http-client.js","../../node_modules/contentful-management/node_modules/axios/index.js","../../node_modules/contentful-management/node_modules/axios/lib/adapters/xhr.js","../../node_modules/contentful-management/node_modules/axios/lib/axios.js","../../node_modules/contentful-management/node_modules/axios/lib/cancel/Cancel.js","../../node_modules/contentful-management/node_modules/axios/lib/cancel/CancelToken.js","../../node_modules/contentful-management/node_modules/axios/lib/cancel/isCancel.js","../../node_modules/contentful-management/node_modules/axios/lib/core/Axios.js","../../node_modules/contentful-management/node_modules/axios/lib/core/InterceptorManager.js","../../node_modules/contentful-management/node_modules/axios/lib/core/buildFullPath.js","../../node_modules/contentful-management/node_modules/axios/lib/core/createError.js","../../node_modules/contentful-management/node_modules/axios/lib/core/dispatchRequest.js","../../node_modules/contentful-management/node_modules/axios/lib/core/enhanceError.js","../../node_modules/contentful-management/node_modules/axios/lib/core/mergeConfig.js","../../node_modules/contentful-management/node_modules/axios/lib/core/settle.js","../../node_modules/contentful-management/node_modules/axios/lib/core/transformData.js","../../node_modules/contentful-management/node_modules/axios/lib/defaults.js","../../node_modules/contentful-management/node_modules/axios/lib/helpers/bind.js","../../node_modules/contentful-management/node_modules/axios/lib/helpers/buildURL.js","../../node_modules/contentful-management/node_modules/axios/lib/helpers/combineURLs.js","../../node_modules/contentful-management/node_modules/axios/lib/helpers/cookies.js","../../node_modules/contentful-management/node_modules/axios/lib/helpers/isAbsoluteURL.js","../../node_modules/contentful-management/node_modules/axios/lib/helpers/isAxiosError.js","../../node_modules/contentful-management/node_modules/axios/lib/helpers/isURLSameOrigin.js","../../node_modules/contentful-management/node_modules/axios/lib/helpers/normalizeHeaderName.js","../../node_modules/contentful-management/node_modules/axios/lib/helpers/parseHeaders.js","../../node_modules/contentful-management/node_modules/axios/lib/helpers/spread.js","../../node_modules/contentful-management/node_modules/axios/lib/helpers/validator.js","../../node_modules/contentful-management/node_modules/axios/lib/utils.js","../../node_modules/contentful-management/node_modules/axios/package.json","../../node_modules/contentful-sdk-core/dist/index.es-modules.js","../../node_modules/contentful-sdk-core/node_modules/qs/lib/formats.js","../../node_modules/contentful-sdk-core/node_modules/qs/lib/index.js","../../node_modules/contentful-sdk-core/node_modules/qs/lib/parse.js","../../node_modules/contentful-sdk-core/node_modules/qs/lib/stringify.js","../../node_modules/contentful-sdk-core/node_modules/qs/lib/utils.js","../../node_modules/fast-copy/dist/fast-copy.js","../../node_modules/function-bind/implementation.js","../../node_modules/function-bind/index.js","../../node_modules/get-intrinsic/index.js","../../node_modules/has-proto/index.js","../../node_modules/has-symbols/index.js","../../node_modules/has-symbols/shams.js","../../node_modules/has/node_modules/function-bind/implementation.js","../../node_modules/has/node_modules/function-bind/index.js","../../node_modules/has/src/index.js","../../node_modules/lodash.isplainobject/index.js","../../node_modules/lodash.isstring/index.js","../../node_modules/object-inspect/index.js","../../node_modules/p-throttle/index.js","../../node_modules/side-channel/index.js","?c95a"]}
@@ -1,43 +0,0 @@
1
- "use strict";
2
- this["webpackHotUpdate_vonaffenfels_contentful_teasermanager"]("index",{
3
-
4
- /***/ "./src/components/NoAccess.js":
5
- /*!************************************!*\
6
- !*** ./src/components/NoAccess.js ***!
7
- \************************************/
8
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
9
-
10
- __webpack_require__.r(__webpack_exports__);
11
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
12
- /* harmony export */ NoAccess: () => (/* binding */ NoAccess)
13
- /* harmony export */ });
14
- /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ "../../node_modules/react/index.js");
15
- /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
16
- Object(function webpackMissingModule() { var e = new Error("Cannot find module 'contentful-app-nextjs-tools'"); e.code = 'MODULE_NOT_FOUND'; throw e; }());
17
- /* harmony import */ var _contentful_f36_components__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @contentful/f36-components */ "../../node_modules/@contentful/f36-core/dist/esm/index.js");
18
- /* harmony import */ var _contentful_f36_components__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @contentful/f36-components */ "../../node_modules/@contentful/f36-components/node_modules/@contentful/f36-typography/dist/esm/index.js");
19
-
20
- var __jsx = (react__WEBPACK_IMPORTED_MODULE_0___default().createElement);
21
-
22
-
23
- var NoAccess = function NoAccess() {
24
- var _sdk$user;
25
- var sdk = Object(function webpackMissingModule() { var e = new Error("Cannot find module 'contentful-app-nextjs-tools'"); e.code = 'MODULE_NOT_FOUND'; throw e; }())();
26
- return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_contentful_f36_components__WEBPACK_IMPORTED_MODULE_2__.Flex, {
27
- flexDirection: "column",
28
- alignItems: "center"
29
- }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_contentful_f36_components__WEBPACK_IMPORTED_MODULE_3__.DisplayText, null, "Kein Zugriff", /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("br", null), "Angemeldeter Benutzer: $", sdk === null || sdk === void 0 || (_sdk$user = sdk.user) === null || _sdk$user === void 0 ? void 0 : _sdk$user.email), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_contentful_f36_components__WEBPACK_IMPORTED_MODULE_3__.Paragraph, null, "Bitte wenden Sie sich an einen Administrator wenn sie Zugriff ben\xF6tigen"));
30
- };
31
-
32
- /***/ })
33
-
34
- },
35
- /******/ function(__webpack_require__) { // webpackRuntimeModules
36
- /******/ /* webpack/runtime/getFullHash */
37
- /******/ (() => {
38
- /******/ __webpack_require__.h = () => ("094ebe8a6da25ebef11e")
39
- /******/ })();
40
- /******/
41
- /******/ }
42
- );
43
- //# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguOWMzNDFkZTllMGYxYmQ0YTc5ZDIuaG90LXVwZGF0ZS5qcyIsIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7Ozs7Ozs7OztBQUE2RDtBQUl6QjtBQUU3QixJQUFNSSxRQUFRLEdBQUcsU0FBWEEsUUFBUUEsQ0FBQSxFQUFTO0VBQUEsSUFBQUMsU0FBQTtFQUMxQixJQUFNQyxHQUFHLEdBQUdOLDBKQUFnQixDQUFDLENBQUM7RUFFOUIsb0JBQU9PLDBEQUFBLENBQUNMLDREQUFJO0lBQUNPLGFBQWEsRUFBQyxRQUFRO0lBQUNDLFVBQVUsRUFBQztFQUFRLGdCQUNuREgsMERBQUEsQ0FBQ04sbUVBQVcsUUFBQyxjQUNHLGVBQUFNLDBEQUFBLFdBQUssQ0FBQyw0QkFDTSxFQUFDRCxHQUFHLGFBQUhBLEdBQUcsZ0JBQUFELFNBQUEsR0FBSEMsR0FBRyxDQUFFSyxJQUFJLGNBQUFOLFNBQUEsdUJBQVRBLFNBQUEsQ0FBV08sS0FDM0IsQ0FBQyxlQUNkTCwwREFBQSxDQUFDSixpRUFBUyxRQUFDLDRFQUFrRixDQUMzRixDQUFDO0FBQ1gsQ0FBQzs7Ozs7Ozs7VUNoQkQiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly9Adm9uYWZmZW5mZWxzL2NvbnRlbnRmdWwtdGVhc2VybWFuYWdlci8uL3NyYy9jb21wb25lbnRzL05vQWNjZXNzLmpzIiwid2VicGFjazovL0B2b25hZmZlbmZlbHMvY29udGVudGZ1bC10ZWFzZXJtYW5hZ2VyL3dlYnBhY2svcnVudGltZS9nZXRGdWxsSGFzaCJdLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge3VzZUNvbnRlbnRmdWxTZGt9IGZyb20gJ2NvbnRlbnRmdWwtYXBwLW5leHRqcy10b29scyc7XG5cbmltcG9ydCB7XG4gICAgRGlzcGxheVRleHQsIEZsZXgsIFBhcmFncmFwaCxcbn0gZnJvbSBcIkBjb250ZW50ZnVsL2YzNi1jb21wb25lbnRzXCI7XG5cbmV4cG9ydCBjb25zdCBOb0FjY2VzcyA9ICgpID0+IHtcbiAgICBjb25zdCBzZGsgPSB1c2VDb250ZW50ZnVsU2RrKCk7XG5cbiAgICByZXR1cm4gPEZsZXggZmxleERpcmVjdGlvbj1cImNvbHVtblwiIGFsaWduSXRlbXM9XCJjZW50ZXJcIj5cbiAgICAgICAgPERpc3BsYXlUZXh0PlxuICAgICAgICAgICAgS2VpbiBadWdyaWZmPGJyIC8+XG4gICAgICAgICAgICBBbmdlbWVsZGV0ZXIgQmVudXR6ZXI6ICR7c2RrPy51c2VyPy5lbWFpbH1cbiAgICAgICAgPC9EaXNwbGF5VGV4dD5cbiAgICAgICAgPFBhcmFncmFwaD5CaXR0ZSB3ZW5kZW4gU2llIHNpY2ggYW4gZWluZW4gQWRtaW5pc3RyYXRvciB3ZW5uIHNpZSBadWdyaWZmIGJlbsO2dGlnZW48L1BhcmFncmFwaD5cbiAgICA8L0ZsZXg+O1xufTsiLCJfX3dlYnBhY2tfcmVxdWlyZV9fLmggPSAoKSA9PiAoXCIwOTRlYmU4YTZkYTI1ZWJlZjExZVwiKSJdLCJuYW1lcyI6WyJ1c2VDb250ZW50ZnVsU2RrIiwiRGlzcGxheVRleHQiLCJGbGV4IiwiUGFyYWdyYXBoIiwiTm9BY2Nlc3MiLCJfc2RrJHVzZXIiLCJzZGsiLCJSZWFjdCIsImNyZWF0ZUVsZW1lbnQiLCJmbGV4RGlyZWN0aW9uIiwiYWxpZ25JdGVtcyIsInVzZXIiLCJlbWFpbCJdLCJzb3VyY2VSb290IjoiIn0=
@@ -1 +0,0 @@
1
- {"c":["index"],"r":[],"m":[]}