@particle-network/ui-react 0.0.12 → 0.1.0
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.
|
@@ -18,7 +18,7 @@ const classes = {
|
|
|
18
18
|
flat: {
|
|
19
19
|
base: '!outline-none min-h-8 px-md rounded-small text-foreground-300 !outline-none data-[selected=true]:text-foreground gap-1',
|
|
20
20
|
title: 'text-tiny font-medium',
|
|
21
|
-
selectedIcon: '[&>svg>polyline]:stroke-2'
|
|
21
|
+
selectedIcon: '[&>svg>polyline]:stroke-[2.5]'
|
|
22
22
|
},
|
|
23
23
|
shadow: {
|
|
24
24
|
base: 'data-[hover=true]:shadow-lg'
|
|
@@ -8,7 +8,7 @@ const UXDropdown = /*#__PURE__*/ forwardRef((props, ref)=>{
|
|
|
8
8
|
ref: ref,
|
|
9
9
|
classNames: {
|
|
10
10
|
content: [
|
|
11
|
-
'text-tiny p-2.5 text-foreground-300 rounded-medium
|
|
11
|
+
'text-tiny p-2.5 text-foreground-300 rounded-medium no-scrollbar',
|
|
12
12
|
content
|
|
13
13
|
],
|
|
14
14
|
...restClassNames
|
|
@@ -36,7 +36,7 @@ const UXSelect_UXSelect = /*#__PURE__*/ forwardRef((props, ref)=>{
|
|
|
36
36
|
itemClasses: {
|
|
37
37
|
base: '!outline-none min-h-8 px-md rounded-small text-foreground-300 !outline-none data-[hover=true]:bg-background-200 data-[selected=true]:text-foreground gap-1',
|
|
38
38
|
title: 'text-tiny font-medium',
|
|
39
|
-
selectedIcon: '[&>svg>polyline]:stroke-2'
|
|
39
|
+
selectedIcon: '[&>svg>polyline]:stroke-[2.5]'
|
|
40
40
|
}
|
|
41
41
|
},
|
|
42
42
|
scrollShadowProps: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@particle-network/ui-react",
|
|
3
|
-
"version": "0.0
|
|
3
|
+
"version": "0.1.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@types/react": "^19.1.10",
|
|
22
22
|
"react": "^19.1.0",
|
|
23
23
|
"typescript": "^5.8.3",
|
|
24
|
-
"@particle-network/eslint-config": "0.0
|
|
24
|
+
"@particle-network/eslint-config": "0.1.0"
|
|
25
25
|
},
|
|
26
26
|
"peerDependencies": {
|
|
27
27
|
"react": ">=16.9.0",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"ahooks": "^3.9.4",
|
|
32
|
-
"@particle-network/ui-shared": "0.0
|
|
32
|
+
"@particle-network/ui-shared": "0.1.0"
|
|
33
33
|
},
|
|
34
34
|
"scripts": {
|
|
35
35
|
"build": "rslib build",
|