@particle-network/ui-react 0.0.13 → 0.1.1-beta.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.
@@ -219,7 +219,7 @@ const tabsClasses = {
219
219
  size: 'sm',
220
220
  class: {
221
221
  tabList: 'rounded-small',
222
- tab: 'h-6 text-tiny rounded-none',
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-medium rounded-none',
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-medium',
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.0.13",
3
+ "version": "0.1.1-beta.0",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -21,7 +21,8 @@
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.5"
24
+ "@particle-network/eslint-config": "0.1.0",
25
+ "@particle-network/lintstaged-config": "0.0.0"
25
26
  },
26
27
  "peerDependencies": {
27
28
  "react": ">=16.9.0",
@@ -29,7 +30,7 @@
29
30
  },
30
31
  "dependencies": {
31
32
  "ahooks": "^3.9.4",
32
- "@particle-network/ui-shared": "0.0.7"
33
+ "@particle-network/ui-shared": "0.1.0"
33
34
  },
34
35
  "scripts": {
35
36
  "build": "rslib build",