@particle-network/ui-react 0.4.0-beta.32 → 0.4.0-beta.33
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.
|
@@ -67,18 +67,21 @@ export declare const inputClasses: {
|
|
|
67
67
|
sm: {
|
|
68
68
|
label: string;
|
|
69
69
|
inputWrapper: string;
|
|
70
|
+
innerWrapper: string;
|
|
70
71
|
input: string;
|
|
71
72
|
clearButton: string;
|
|
72
73
|
};
|
|
73
74
|
md: {
|
|
74
75
|
label: string;
|
|
75
76
|
inputWrapper: string;
|
|
77
|
+
innerWrapper: string;
|
|
76
78
|
input: string;
|
|
77
79
|
clearButton: string;
|
|
78
80
|
};
|
|
79
81
|
lg: {
|
|
80
82
|
label: string;
|
|
81
83
|
inputWrapper: string;
|
|
84
|
+
innerWrapper: string;
|
|
82
85
|
input: string;
|
|
83
86
|
clearButton: string;
|
|
84
87
|
};
|
|
@@ -76,18 +76,21 @@ const inputClasses = {
|
|
|
76
76
|
sm: {
|
|
77
77
|
label: 'text-tiny text-foreground-300',
|
|
78
78
|
inputWrapper: 'text-tiny h-6 min-h-6 px-2.5 rounded-small',
|
|
79
|
+
innerWrapper: '[&>svg]:size-4',
|
|
79
80
|
input: 'text-tiny',
|
|
80
81
|
clearButton: 'text-medium'
|
|
81
82
|
},
|
|
82
83
|
md: {
|
|
83
84
|
label: 'text-tiny text-foreground-300',
|
|
84
85
|
inputWrapper: 'text-tiny h-[30px] min-h-[30px] rounded-small px-2.5',
|
|
86
|
+
innerWrapper: '[&>svg]:size-[18px]',
|
|
85
87
|
input: 'text-tiny',
|
|
86
88
|
clearButton: 'text-large'
|
|
87
89
|
},
|
|
88
90
|
lg: {
|
|
89
91
|
label: 'text-small text-foreground-300',
|
|
90
92
|
inputWrapper: 'text-small h-11 min-h-11 rounded-medium px-2.5',
|
|
93
|
+
innerWrapper: '[&>svg]:size-6',
|
|
91
94
|
input: 'text-small',
|
|
92
95
|
clearButton: 'text-large'
|
|
93
96
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@particle-network/ui-react",
|
|
3
|
-
"version": "0.4.0-beta.
|
|
3
|
+
"version": "0.4.0-beta.33",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -37,9 +37,9 @@
|
|
|
37
37
|
"@rsbuild/plugin-react": "^1.3.5",
|
|
38
38
|
"@rslib/core": "^0.12.3",
|
|
39
39
|
"@types/react": "^19.1.10",
|
|
40
|
-
"react": "^19.1.
|
|
41
|
-
"@particle-network/
|
|
42
|
-
"@particle-network/
|
|
40
|
+
"react": "^19.1.2",
|
|
41
|
+
"@particle-network/lintstaged-config": "0.1.0",
|
|
42
|
+
"@particle-network/eslint-config": "0.3.0"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
45
|
"react": ">=16.9.0",
|
|
@@ -49,8 +49,8 @@
|
|
|
49
49
|
"ahooks": "^3.9.4",
|
|
50
50
|
"copy-to-clipboard": "^3.3.3",
|
|
51
51
|
"zustand": "^5.0.8",
|
|
52
|
-
"@particle-network/ui-shared": "0.3.0-beta.
|
|
53
|
-
"@particle-network/icons": "0.4.0-beta.
|
|
52
|
+
"@particle-network/ui-shared": "0.3.0-beta.8",
|
|
53
|
+
"@particle-network/icons": "0.4.0-beta.16"
|
|
54
54
|
},
|
|
55
55
|
"scripts": {
|
|
56
56
|
"build": "rslib build",
|