@fvc/input 1.1.2 → 2.0.0-next-77277478bcfbaaf8f2357b39eb29a3f07d9495d9
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,3 +1,3 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { InputSuffixProps } from '../types/Input.types';
|
|
3
|
-
export declare const InputSuffix: ({ prefix, suffix, isSticky, inputValue, }: InputSuffixProps) => string | number | boolean | React.
|
|
3
|
+
export declare const InputSuffix: ({ prefix, suffix, isSticky, inputValue, }: InputSuffixProps) => string | number | boolean | Iterable<React.ReactNode> | React.JSX.Element | null | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fvc/input",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0-next-77277478bcfbaaf8f2357b39eb29a3f07d9495d9",
|
|
4
4
|
"main": "./dist/lib/index.js",
|
|
5
5
|
"types": "./dist/lib/input/src/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
"test": "bun test --preload ../../tests/happydom.ts --preload ../../tests/testing-library.tsx"
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|
|
30
|
-
"@fvc/icons": "
|
|
31
|
-
"@fvc/utils": "
|
|
30
|
+
"@fvc/icons": "^1.0.0",
|
|
31
|
+
"@fvc/utils": "1.3.0-next-77277478bcfbaaf8f2357b39eb29a3f07d9495d9",
|
|
32
32
|
"react": "^18.0.0",
|
|
33
33
|
"antd": "^5.0.0",
|
|
34
34
|
"antd-mask-input": "^2.0.7"
|