@crystaldesign/diva-backoffice 26.7.0-rc.1 → 26.7.0-rc.3

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.
@@ -14766,7 +14766,7 @@ function getRenderjobMamStoragePredictionItems(t) {
14766
14766
  readonly: {
14767
14767
  field: 'state',
14768
14768
  op: 'gt',
14769
- value: 3
14769
+ value: 11
14770
14770
  },
14771
14771
  allowClear: true
14772
14772
  }, {
@@ -14782,7 +14782,7 @@ function getRenderjobMamStoragePredictionItems(t) {
14782
14782
  readonly: {
14783
14783
  field: 'state',
14784
14784
  op: 'gt',
14785
- value: 3
14785
+ value: 11
14786
14786
  },
14787
14787
  allowClear: true
14788
14788
  }];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crystaldesign/diva-backoffice",
3
- "version": "26.7.0-rc.1",
3
+ "version": "26.7.0-rc.3",
4
4
  "license": "COMMERCIAL",
5
5
  "devDependencies": {
6
6
  "@testing-library/jest-dom": "^6.5.0",
@@ -15,13 +15,13 @@
15
15
  "dependencies": {
16
16
  "@ant-design/icons": "6.1.0",
17
17
  "@babel/runtime": "7.24.7",
18
- "@crystaldesign/content-box": "26.7.0-rc.1",
19
- "@crystaldesign/content-item": "26.7.0-rc.1",
20
- "@crystaldesign/diva-core": "26.7.0-rc.1",
21
- "@crystaldesign/diva-utils": "26.7.0-rc.1",
22
- "@crystaldesign/media-upload": "26.7.0-rc.1",
23
- "@crystaldesign/rtf-editor": "26.7.0-rc.1",
24
- "@crystaldesign/spreadsheet": "26.7.0-rc.1",
18
+ "@crystaldesign/content-box": "26.7.0-rc.3",
19
+ "@crystaldesign/content-item": "26.7.0-rc.3",
20
+ "@crystaldesign/diva-core": "26.7.0-rc.3",
21
+ "@crystaldesign/diva-utils": "26.7.0-rc.3",
22
+ "@crystaldesign/media-upload": "26.7.0-rc.3",
23
+ "@crystaldesign/rtf-editor": "26.7.0-rc.3",
24
+ "@crystaldesign/spreadsheet": "26.7.0-rc.3",
25
25
  "@dnd-kit/core": "^6.1.0",
26
26
  "@dnd-kit/sortable": "^8.0.0",
27
27
  "@dnd-kit/utilities": "^3.2.2",
@@ -56,5 +56,5 @@
56
56
  },
57
57
  "module": "build/esm/index.js",
58
58
  "types": "./build/types/backoffice/src/index.d.ts",
59
- "gitHead": "6d0514803ba76cc244ff9ee925a5be8a872cd5e4"
59
+ "gitHead": "4a22acbdf6891238ec4d7d8d8ba5860234ee9785"
60
60
  }