@particle-network/ui-react 0.4.5-beta.22 → 0.4.5-beta.23

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.
@@ -285,7 +285,7 @@ const slider = tv({
285
285
  size: 'sm',
286
286
  isVertical: false,
287
287
  class: {
288
- track: 'h-0.5 my-[calc((theme(spacing.5)-theme(spacing.1))/2)] border-x-[calc(theme(spacing.5)/2)]'
288
+ track: 'h-0.5'
289
289
  }
290
290
  },
291
291
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@particle-network/ui-react",
3
- "version": "0.4.5-beta.22",
3
+ "version": "0.4.5-beta.23",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -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/icons": "0.4.2-beta.9",
53
- "@particle-network/ui-shared": "0.3.2-beta.5"
52
+ "@particle-network/ui-shared": "0.3.2-beta.5",
53
+ "@particle-network/icons": "0.4.2-beta.9"
54
54
  },
55
55
  "scripts": {
56
56
  "build": "rslib build",