@crystaldesign/diva-core 25.10.0 → 25.11.0-beta.10

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 (27) hide show
  1. package/build/esm/{ModalsWrapper-df9d261c.js → ModalsWrapper-db61f892.js} +2 -1
  2. package/build/esm/{index-ac383b33.js → index-9ccb309e.js} +352 -331
  3. package/build/esm/{index-b0e81376.js → index-a138678e.js} +2 -1
  4. package/build/esm/index.js +2 -1
  5. package/build/types/core/src/externalTypes.d.ts +2 -0
  6. package/build/types/core/src/externalTypes.d.ts.map +1 -1
  7. package/build/types/core/src/handler/AuthorizationHandler/index.d.ts +6 -2
  8. package/build/types/core/src/handler/AuthorizationHandler/index.d.ts.map +1 -1
  9. package/build/types/core/src/store/AuthorizationStore.d.ts.map +1 -1
  10. package/build/types/core/src/store/BrowserStateStore.d.ts +2 -13
  11. package/build/types/core/src/store/BrowserStateStore.d.ts.map +1 -1
  12. package/build/types/core/src/store/ConfigurationStore.d.ts +1 -8
  13. package/build/types/core/src/store/ConfigurationStore.d.ts.map +1 -1
  14. package/build/types/core/src/store/ContentStore.d.ts +1 -1
  15. package/build/types/core/src/store/ContentStore.d.ts.map +1 -1
  16. package/build/types/core/src/store/RootStore.d.ts +21 -6
  17. package/build/types/core/src/store/RootStore.d.ts.map +1 -1
  18. package/build/types/core/src/types.d.ts +14 -10
  19. package/build/types/core/src/types.d.ts.map +1 -1
  20. package/build/types/core/src/utils/i18n.d.ts +2 -4
  21. package/build/types/core/src/utils/i18n.d.ts.map +1 -1
  22. package/build/umd/229.diva-core.umd.min.js +408 -0
  23. package/build/umd/{213.diva-core.umd.min.js.LICENSE.txt → 229.diva-core.umd.min.js.LICENSE.txt} +7 -1
  24. package/build/umd/diva-core.umd.min.js +6 -6
  25. package/build/umd/report.html +1 -1
  26. package/package.json +11 -10
  27. package/build/umd/213.diva-core.umd.min.js +0 -408
@@ -65,7 +65,7 @@ Licensed under MIT. https://github.com/101arrowz/fflate/blob/master/LICENSE
65
65
  version 0.8.2
66
66
  */
67
67
 
68
- /*! filename:213 */
68
+ /*! filename:229 */
69
69
 
70
70
  /**
71
71
  * @license
@@ -84,3 +84,9 @@ version 0.8.2
84
84
  * Copyright 2019 Google LLC
85
85
  * SPDX-License-Identifier: BSD-3-Clause
86
86
  */
87
+
88
+ /**
89
+ * @license
90
+ * Copyright 2021 Google LLC
91
+ * SPDX-License-Identifier: BSD-3-Clause
92
+ */