@kopexa/filter 0.0.32 → 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.
- package/dist/{chunk-WD7YU6IN.mjs → chunk-ELOANVK4.mjs} +1 -1
- package/dist/{chunk-JSRGUDCG.mjs → chunk-GCPIJXCX.mjs} +1 -1
- package/dist/filter-active.js +1 -1
- package/dist/filter-active.mjs +2 -2
- package/dist/filter-value-editor.js +1 -1
- package/dist/filter-value-editor.mjs +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +2 -2
- package/package.json +19 -19
|
@@ -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]:
|
|
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 }),
|
package/dist/filter-active.js
CHANGED
|
@@ -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]:
|
|
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 }),
|
package/dist/filter-active.mjs
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
"use client";
|
|
3
3
|
import {
|
|
4
4
|
FilterActive
|
|
5
|
-
} from "./chunk-
|
|
6
|
-
import "./chunk-
|
|
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]:
|
|
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 }),
|
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]:
|
|
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-
|
|
13
|
+
} from "./chunk-GCPIJXCX.mjs";
|
|
14
14
|
import {
|
|
15
15
|
FilterValueEditor
|
|
16
|
-
} from "./chunk-
|
|
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.
|
|
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.
|
|
33
|
+
"@kopexa/theme": "17.22.5"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@kopexa/react-utils": "17.0.
|
|
37
|
-
"@kopexa/shared-utils": "17.0.
|
|
38
|
-
"@kopexa/use-controllable-state": "17.0.
|
|
39
|
-
"@kopexa/use-debounced-callback": "17.0.
|
|
40
|
-
"@kopexa/icons": "17.7.
|
|
41
|
-
"@kopexa/
|
|
42
|
-
"@kopexa/
|
|
43
|
-
"@kopexa/button": "17.0.
|
|
44
|
-
"@kopexa/select": "17.2.
|
|
45
|
-
"@kopexa/
|
|
46
|
-
"@kopexa/
|
|
47
|
-
"@kopexa/
|
|
48
|
-
"@kopexa/
|
|
49
|
-
"@kopexa/
|
|
50
|
-
"@kopexa/
|
|
51
|
-
"@kopexa/
|
|
52
|
-
"@kopexa/
|
|
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",
|