@fuf-stack/megapixels 0.10.2 → 0.10.5
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/Filter/index.cjs +1 -1
- package/dist/Filter/index.d.cts +1 -1
- package/dist/Filter/index.d.ts +1 -1
- package/dist/Filter/index.js +1 -1
- package/dist/{Filter-Dsaa20RT.cjs → Filter-C_zA9Y_X.cjs} +23 -1
- package/dist/{Filter-Dsaa20RT.cjs.map → Filter-C_zA9Y_X.cjs.map} +1 -1
- package/dist/{Filter-Q1V-spI1.js → Filter-MoxrK8MI.js} +23 -1
- package/dist/{Filter-Q1V-spI1.js.map → Filter-MoxrK8MI.js.map} +1 -1
- package/dist/{index-CjVHoz46.d.cts → index-D-YPRPXU.d.ts} +5 -5
- package/dist/{index-DrOF57w6.d.ts.map → index-D-YPRPXU.d.ts.map} +1 -1
- package/dist/{index-DrOF57w6.d.ts → index-DETb9Iqu.d.cts} +5 -5
- package/dist/{index-CjVHoz46.d.cts.map → index-DETb9Iqu.d.cts.map} +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +4 -4
|
@@ -1,8 +1,8 @@
|
|
|
1
|
+
import { TVClassName } from "@fuf-stack/pixel-utils";
|
|
2
|
+
import { ReactNode } from "react";
|
|
1
3
|
import * as _$_fuf_stack_veto0 from "@fuf-stack/veto";
|
|
2
4
|
import { vInfer } from "@fuf-stack/veto";
|
|
3
|
-
import { ReactNode } from "react";
|
|
4
5
|
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
|
|
5
|
-
import { TVClassName } from "@fuf-stack/pixel-utils";
|
|
6
6
|
|
|
7
7
|
//#region ../../node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/json-schema.d.cts
|
|
8
8
|
type _JSONSchema = boolean | JSONSchema;
|
|
@@ -1928,7 +1928,7 @@ declare const config$1: _$_fuf_stack_veto0.VObjectSchema<{
|
|
|
1928
1928
|
* Label can be a string, React node, or a function that receives mode
|
|
1929
1929
|
* ('form' or 'display') and returns a React node.
|
|
1930
1930
|
*/
|
|
1931
|
-
options:
|
|
1931
|
+
options: _$_fuf_stack_veto0.VArraySchema<_$_fuf_stack_veto0.VObjectSchema<{
|
|
1932
1932
|
label: ZodAny;
|
|
1933
1933
|
value: ZodString;
|
|
1934
1934
|
}>>;
|
|
@@ -1954,7 +1954,7 @@ type Config = Omit<vInfer<typeof config$1>, 'options'> & {
|
|
|
1954
1954
|
type ClassNameValue = ClassNameArray | string | null | undefined | 0 | 0n | false;
|
|
1955
1955
|
type ClassNameArray = ClassNameValue[];
|
|
1956
1956
|
//#endregion
|
|
1957
|
-
//#region ../../node_modules/.pnpm/tailwind-variants@2.0.1_tailwind-merge@3.3.1_tailwindcss@4.2.
|
|
1957
|
+
//#region ../../node_modules/.pnpm/tailwind-variants@2.0.1_tailwind-merge@3.3.1_tailwindcss@4.2.4/node_modules/tailwind-variants/dist/index.d.ts
|
|
1958
1958
|
type ClassProp<V extends unknown = ClassNameValue> = {
|
|
1959
1959
|
class?: V;
|
|
1960
1960
|
className?: never;
|
|
@@ -2331,4 +2331,4 @@ declare const filters: {
|
|
|
2331
2331
|
};
|
|
2332
2332
|
//#endregion
|
|
2333
2333
|
export { FilterProps as a, FilterDefinition as c, FilterFormProps as d, FilterInstance as f, FilterChildRenderFn as i, FilterDisplayProps as l, createFilter as n, FilterValues as o, FiltersConfiguration as p, Filter as r, filterVariants as s, filters as t, FilterFactory as u };
|
|
2334
|
-
//# sourceMappingURL=index-
|
|
2334
|
+
//# sourceMappingURL=index-D-YPRPXU.d.ts.map
|