@crystaldesign/diva-backoffice 24.1.2-beta.11 → 24.1.2-beta.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.
@@ -7743,10 +7743,11 @@ function loadConfiguration(t, root, config, lang) {
7743
7743
  5: [10],
7744
7744
  6: [10],
7745
7745
  7: [8, 9, 10],
7746
- 8: [12, 9],
7747
- 9: [8, 2, 3, 10],
7748
- 10: [1, 2, 3],
7749
- 11: [2, 3, 10]
7746
+ 8: [12, 9, 7],
7747
+ 9: [8, 2, 3, 7, 10],
7748
+ 10: [1, 2, 3, 7],
7749
+ 11: [2, 3, 10],
7750
+ 12: [1, 2, 7]
7750
7751
  }
7751
7752
  }, {
7752
7753
  name: 'message',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crystaldesign/diva-backoffice",
3
- "version": "24.1.2-beta.11",
3
+ "version": "24.1.2-beta.13",
4
4
  "license": "COMMERCIAL",
5
5
  "devDependencies": {
6
6
  "@testing-library/jest-dom": "^5.15.0",
@@ -50,5 +50,5 @@
50
50
  },
51
51
  "module": "build/esm/index.js",
52
52
  "types": "./build/types/backoffice/src/index.d.ts",
53
- "gitHead": "902f13a172734edbcb8ddf1f52d7eccc429ddd88"
53
+ "gitHead": "17fa78cdab8b8213addeca95811f6bc686aa817a"
54
54
  }