@kopexa/filter 0.0.33 → 0.0.34

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.
@@ -187,7 +187,7 @@ function ValueInput({
187
187
  }
188
188
  },
189
189
  disabled: option.disabled,
190
- className: "flex-shrink-0 border-border bg-background data-[state=checked]:bg-primary data-[state=checked]:border-primary [&_svg]:text-primary-foreground"
190
+ className: "flex-shrink-0 border-border bg-background data-[state=checked]:bg-primary data-[state=checked]:border-primary [&[data-state=checked]_svg]:stroke-white"
191
191
  }
192
192
  ),
193
193
  option.icon && /* @__PURE__ */ jsx("span", { className: "flex-shrink-0 [&>*]:size-5", children: option.icon }),
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import {
3
3
  FilterValueEditor
4
- } from "./chunk-WD7YU6IN.mjs";
4
+ } from "./chunk-ELOANVK4.mjs";
5
5
  import {
6
6
  DEFAULT_OPERATORS
7
7
  } from "./chunk-PHESMHTT.mjs";
@@ -397,7 +397,7 @@ function ValueInput({
397
397
  }
398
398
  },
399
399
  disabled: option.disabled,
400
- className: "flex-shrink-0 border-border bg-background data-[state=checked]:bg-primary data-[state=checked]:border-primary [&_svg]:text-primary-foreground"
400
+ className: "flex-shrink-0 border-border bg-background data-[state=checked]:bg-primary data-[state=checked]:border-primary [&[data-state=checked]_svg]:stroke-white"
401
401
  }
402
402
  ),
403
403
  option.icon && /* @__PURE__ */ (0, import_jsx_runtime.jsx)("span", { className: "flex-shrink-0 [&>*]:size-5", children: option.icon }),
@@ -2,8 +2,8 @@
2
2
  "use client";
3
3
  import {
4
4
  FilterActive
5
- } from "./chunk-JSRGUDCG.mjs";
6
- import "./chunk-WD7YU6IN.mjs";
5
+ } from "./chunk-GCPIJXCX.mjs";
6
+ import "./chunk-ELOANVK4.mjs";
7
7
  import "./chunk-PHESMHTT.mjs";
8
8
  import "./chunk-YTYOFT33.mjs";
9
9
  import "./chunk-I3Z2T4N2.mjs";
@@ -390,7 +390,7 @@ function ValueInput({
390
390
  }
391
391
  },
392
392
  disabled: option.disabled,
393
- className: "flex-shrink-0 border-border bg-background data-[state=checked]:bg-primary data-[state=checked]:border-primary [&_svg]:text-primary-foreground"
393
+ className: "flex-shrink-0 border-border bg-background data-[state=checked]:bg-primary data-[state=checked]:border-primary [&[data-state=checked]_svg]:stroke-white"
394
394
  }
395
395
  ),
396
396
  option.icon && /* @__PURE__ */ (0, import_jsx_runtime.jsx)("span", { className: "flex-shrink-0 [&>*]:size-5", children: option.icon }),
@@ -2,7 +2,7 @@
2
2
  "use client";
3
3
  import {
4
4
  FilterValueEditor
5
- } from "./chunk-WD7YU6IN.mjs";
5
+ } from "./chunk-ELOANVK4.mjs";
6
6
  import "./chunk-PHESMHTT.mjs";
7
7
  import "./chunk-YTYOFT33.mjs";
8
8
  import "./chunk-I3Z2T4N2.mjs";
package/dist/index.js CHANGED
@@ -613,7 +613,7 @@ function ValueInput({
613
613
  }
614
614
  },
615
615
  disabled: option.disabled,
616
- className: "flex-shrink-0 border-border bg-background data-[state=checked]:bg-primary data-[state=checked]:border-primary [&_svg]:text-primary-foreground"
616
+ className: "flex-shrink-0 border-border bg-background data-[state=checked]:bg-primary data-[state=checked]:border-primary [&[data-state=checked]_svg]:stroke-white"
617
617
  }
618
618
  ),
619
619
  option.icon && /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("span", { className: "flex-shrink-0 [&>*]:size-5", children: option.icon }),
package/dist/index.mjs CHANGED
@@ -10,10 +10,10 @@ import {
10
10
  } from "./chunk-I7SYMJUX.mjs";
11
11
  import {
12
12
  FilterActive
13
- } from "./chunk-JSRGUDCG.mjs";
13
+ } from "./chunk-GCPIJXCX.mjs";
14
14
  import {
15
15
  FilterValueEditor
16
- } from "./chunk-WD7YU6IN.mjs";
16
+ } from "./chunk-ELOANVK4.mjs";
17
17
  import "./chunk-PHESMHTT.mjs";
18
18
  import {
19
19
  FilterBar
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kopexa/filter",
3
- "version": "0.0.33",
3
+ "version": "0.0.34",
4
4
  "description": "A filter component for building complex filtering interfaces",
5
5
  "keywords": [
6
6
  "filter",
@@ -30,26 +30,26 @@
30
30
  "peerDependencies": {
31
31
  "react": ">=19.0.0-rc.0",
32
32
  "react-dom": ">=19.0.0-rc.0",
33
- "@kopexa/theme": "17.22.4"
33
+ "@kopexa/theme": "17.22.5"
34
34
  },
35
35
  "dependencies": {
36
- "@kopexa/react-utils": "17.0.43",
37
- "@kopexa/shared-utils": "17.0.43",
38
- "@kopexa/use-debounced-callback": "17.0.43",
39
- "@kopexa/use-controllable-state": "17.0.43",
40
- "@kopexa/icons": "17.7.8",
41
- "@kopexa/button": "17.0.43",
42
- "@kopexa/i18n": "17.7.0",
43
- "@kopexa/input": "17.0.43",
44
- "@kopexa/select": "17.2.8",
45
- "@kopexa/combobox": "17.3.8",
46
- "@kopexa/calendar": "17.0.43",
47
- "@kopexa/popover": "17.2.8",
48
- "@kopexa/dropdown-menu": "17.0.43",
49
- "@kopexa/checkbox": "17.0.43",
50
- "@kopexa/switch": "17.2.8",
51
- "@kopexa/command": "17.0.43",
52
- "@kopexa/spinner": "17.0.43"
36
+ "@kopexa/react-utils": "17.0.44",
37
+ "@kopexa/shared-utils": "17.0.44",
38
+ "@kopexa/use-controllable-state": "17.0.44",
39
+ "@kopexa/use-debounced-callback": "17.0.44",
40
+ "@kopexa/icons": "17.7.9",
41
+ "@kopexa/i18n": "17.7.1",
42
+ "@kopexa/input": "17.0.44",
43
+ "@kopexa/button": "17.0.44",
44
+ "@kopexa/select": "17.2.9",
45
+ "@kopexa/combobox": "17.3.9",
46
+ "@kopexa/calendar": "17.0.44",
47
+ "@kopexa/popover": "17.2.9",
48
+ "@kopexa/dropdown-menu": "17.0.44",
49
+ "@kopexa/switch": "17.2.9",
50
+ "@kopexa/spinner": "17.0.44",
51
+ "@kopexa/checkbox": "17.0.44",
52
+ "@kopexa/command": "17.0.44"
53
53
  },
54
54
  "clean-package": "../../../clean-package.config.json",
55
55
  "module": "dist/index.mjs",