@box/metadata-filter 1.65.2 → 1.65.4

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.
@@ -1,13 +1,13 @@
1
- import { SELECT_EMPTY_VALUE as t } from "@box/blueprint-web";
2
- import { F as e } from "../../chunks/types.js";
1
+ import { SELECT_EMPTY_VALUE as e } from "@box/blueprint-web";
2
+ import { F as t } from "../../chunks/types.js";
3
3
  const l = {
4
4
  scope: "",
5
5
  templateKey: "",
6
6
  type: "",
7
- id: t,
7
+ id: e,
8
8
  hidden: !1,
9
9
  fields: []
10
- }, n = {
10
+ }, o = {
11
11
  string: {
12
12
  enum: [""]
13
13
  },
@@ -22,7 +22,7 @@ const l = {
22
22
  gt: "",
23
23
  lt: ""
24
24
  },
25
- advancedFilterOption: e.EQUALS
25
+ advancedFilterOption: t.EQUALS
26
26
  },
27
27
  date: {
28
28
  range: {
@@ -32,11 +32,10 @@ const l = {
32
32
  relativeDays: void 0,
33
33
  relativeType: void 0,
34
34
  customType: "anyTime",
35
- customDays: void 0,
36
- advancedFilterOption: e.SELECT_FILTER_TYPE
35
+ customDays: void 0
37
36
  }
38
37
  };
39
38
  export {
40
39
  l as defaultInitialValues,
41
- n as defaultMetadataValueMap
40
+ o as defaultMetadataValueMap
42
41
  };
package/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@box/metadata-filter",
3
- "version": "1.65.2",
3
+ "version": "1.65.4",
4
4
  "peerDependencies": {
5
- "@box/blueprint-web": "^12.130.5",
6
- "@box/blueprint-web-assets": "^4.99.3",
7
- "@box/combobox-with-api": "^1.28.2",
5
+ "@box/blueprint-web": "^12.131.0",
6
+ "@box/blueprint-web-assets": "^4.99.4",
7
+ "@box/combobox-with-api": "^1.28.3",
8
8
  "formik": "^2.0.3",
9
9
  "react": "^17.0.0 || ^18.0.0",
10
10
  "react-dom": "^17.0.0 || ^18.0.0",
11
11
  "react-intl": "6.4.2"
12
12
  },
13
13
  "devDependencies": {
14
- "@box/blueprint-web": "^12.130.5",
15
- "@box/blueprint-web-assets": "^4.99.3",
16
- "@box/storybook-utils": "^0.16.29",
14
+ "@box/blueprint-web": "^12.131.0",
15
+ "@box/blueprint-web-assets": "^4.99.4",
16
+ "@box/storybook-utils": "^0.16.30",
17
17
  "react": "^18.3.0",
18
18
  "react-dom": "^18.3.0",
19
19
  "react-intl": "6.4.2"