@crystaldesign/diva-archive 26.3.0-rc.9 → 26.4.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.
@@ -1100,8 +1100,8 @@ function useArchive(_ref) {
1100
1100
  if (!config.prefilter || config.prefilter.hideBaseConfiguration) {
1101
1101
  prefilterRaw.push({
1102
1102
  field: 'Status',
1103
- value: ['LEAFLET', 'OFFER', 'ORDER', 'CAMPAIGN'],
1104
- operator: 'in'
1103
+ value: 'BASE_CONFIGURATION',
1104
+ operator: 'ne'
1105
1105
  });
1106
1106
  }
1107
1107
  addMandatoryFields(configOptions, hirarchy);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crystaldesign/diva-archive",
3
- "version": "26.3.0-rc.9",
3
+ "version": "26.4.0-beta.10",
4
4
  "license": "COMMERCIAL",
5
5
  "devDependencies": {
6
6
  "@testing-library/jest-dom": "^6.5.0",
@@ -15,10 +15,10 @@
15
15
  "react-dom": "^18.3.1"
16
16
  },
17
17
  "dependencies": {
18
- "@crystaldesign/grid": "26.3.0-rc.9",
18
+ "@crystaldesign/grid": "26.4.0-beta.10",
19
19
  "flat": "^5.0.2"
20
20
  },
21
21
  "module": "build/esm/index.js",
22
22
  "types": "./build/types/archive/src/index.d.ts",
23
- "gitHead": "fb4eafebba203081b1a7fdbe8a92c827dbcd025a"
23
+ "gitHead": "8b8f54cbbcc7547695e70826b8694eb2ec5d888b"
24
24
  }