@particle-network/ui-react 0.1.1-beta.1 → 0.1.3-beta.2
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.
|
@@ -197,7 +197,7 @@ const tabsClasses = {
|
|
|
197
197
|
size: 'md',
|
|
198
198
|
class: {
|
|
199
199
|
tabList: 'rounded-small p-0.5',
|
|
200
|
-
tab: 'h-[30px] text-
|
|
200
|
+
tab: 'h-[30px] text-small rounded-none',
|
|
201
201
|
cursor: 'rounded-small'
|
|
202
202
|
}
|
|
203
203
|
},
|
|
@@ -219,7 +219,7 @@ const tabsClasses = {
|
|
|
219
219
|
size: 'sm',
|
|
220
220
|
class: {
|
|
221
221
|
tabList: 'rounded-small',
|
|
222
|
-
tab: 'h-6 text-
|
|
222
|
+
tab: 'h-6 !text-body3 rounded-none',
|
|
223
223
|
cursor: 'rounded-small'
|
|
224
224
|
}
|
|
225
225
|
},
|
|
@@ -230,7 +230,7 @@ const tabsClasses = {
|
|
|
230
230
|
size: 'md',
|
|
231
231
|
class: {
|
|
232
232
|
tabList: 'rounded-small',
|
|
233
|
-
tab: 'h-[30px] text-
|
|
233
|
+
tab: 'h-[30px] text-tiny rounded-none',
|
|
234
234
|
cursor: 'rounded-small'
|
|
235
235
|
}
|
|
236
236
|
},
|
|
@@ -241,7 +241,7 @@ const tabsClasses = {
|
|
|
241
241
|
size: 'lg',
|
|
242
242
|
class: {
|
|
243
243
|
tabList: 'rounded-medium',
|
|
244
|
-
tab: 'h-[34px] text-
|
|
244
|
+
tab: 'h-[34px] text-small',
|
|
245
245
|
cursor: 'rounded-small'
|
|
246
246
|
}
|
|
247
247
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@particle-network/ui-react",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3-beta.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"react": "^19.1.0",
|
|
23
23
|
"typescript": "^5.8.3",
|
|
24
24
|
"@particle-network/lintstaged-config": "0.0.0",
|
|
25
|
-
"@particle-network/eslint-config": "0.
|
|
25
|
+
"@particle-network/eslint-config": "0.2.0"
|
|
26
26
|
},
|
|
27
27
|
"peerDependencies": {
|
|
28
28
|
"react": ">=16.9.0",
|