@particle-network/ui-react 0.7.0-beta.15 → 0.7.0-beta.16
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.
|
@@ -33,10 +33,10 @@ const button_theme_button = tv({
|
|
|
33
33
|
text: 'bg-transparent min-w-0 w-auto h-auto px-0'
|
|
34
34
|
},
|
|
35
35
|
size: {
|
|
36
|
-
xs: 'gap-1 rounded-
|
|
37
|
-
sm: 'gap-1 rounded-
|
|
38
|
-
md: 'gap-1 rounded-
|
|
39
|
-
lg: 'gap-1 rounded-
|
|
36
|
+
xs: 'gap-1 rounded-[4px] !text-caption1 min-w-min font-medium [&>svg]:size-[14px]',
|
|
37
|
+
sm: 'gap-1 rounded-[6px] !text-body3 min-w-min font-medium [&>svg]:size-4',
|
|
38
|
+
md: 'gap-1 rounded-[6px] text-tiny min-w-min font-medium [&>svg]:size-[18px]',
|
|
39
|
+
lg: 'gap-1 rounded-[8px] text-sm min-w-min font-medium [&>svg]:size-5',
|
|
40
40
|
xl: 'gap-1 rounded-[10px] text-medium min-w-min font-medium [&>svg]:size-6',
|
|
41
41
|
auto: 'min-w-min rounded-[10px]'
|
|
42
42
|
},
|
|
@@ -492,22 +492,22 @@ const button_theme_button = tv({
|
|
|
492
492
|
{
|
|
493
493
|
isInGroup: true,
|
|
494
494
|
size: 'xs',
|
|
495
|
-
class: 'rounded-none first:rounded-s-
|
|
495
|
+
class: 'rounded-none first:rounded-s-[4px] last:rounded-e-[4px]'
|
|
496
496
|
},
|
|
497
497
|
{
|
|
498
498
|
isInGroup: true,
|
|
499
499
|
size: 'sm',
|
|
500
|
-
class: 'rounded-none first:rounded-s-
|
|
500
|
+
class: 'rounded-none first:rounded-s-[6px] last:rounded-e-[6px]'
|
|
501
501
|
},
|
|
502
502
|
{
|
|
503
503
|
isInGroup: true,
|
|
504
504
|
size: 'md',
|
|
505
|
-
class: 'rounded-none first:rounded-s-
|
|
505
|
+
class: 'rounded-none first:rounded-s-[6px] last:rounded-e-[6px]'
|
|
506
506
|
},
|
|
507
507
|
{
|
|
508
508
|
isInGroup: true,
|
|
509
509
|
size: 'lg',
|
|
510
|
-
class: 'rounded-none first:rounded-s-
|
|
510
|
+
class: 'rounded-none first:rounded-s-[8px] last:rounded-e-[8px]'
|
|
511
511
|
},
|
|
512
512
|
{
|
|
513
513
|
isInGroup: true,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@particle-network/ui-react",
|
|
3
|
-
"version": "0.7.0-beta.
|
|
3
|
+
"version": "0.7.0-beta.16",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -58,8 +58,8 @@
|
|
|
58
58
|
"tailwind-variants": "^3.2.2",
|
|
59
59
|
"values.js": "^2.1.1",
|
|
60
60
|
"zustand": "^5.0.8",
|
|
61
|
-
"@particle-network/
|
|
62
|
-
"@particle-network/
|
|
61
|
+
"@particle-network/ui-shared": "0.6.0-beta.0",
|
|
62
|
+
"@particle-network/icons": "0.7.0-beta.6"
|
|
63
63
|
},
|
|
64
64
|
"scripts": {
|
|
65
65
|
"build": "rslib build",
|