@mitumba/ui 0.1.4 → 0.1.5

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.
package/dist/index.js CHANGED
@@ -2453,12 +2453,12 @@ function MobileBottomNav({
2453
2453
  "&::after": {
2454
2454
  content: '""',
2455
2455
  position: "absolute",
2456
- bottom: -12,
2456
+ top: 0,
2457
2457
  left: "25%",
2458
2458
  width: isActive ? "50%" : 0,
2459
2459
  height: 3,
2460
2460
  backgroundColor: import_tokens24.tokens.colors.green,
2461
- borderRadius: "3px 3px 0 0",
2461
+ borderRadius: "0 0 3px 3px",
2462
2462
  transition: "all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1)"
2463
2463
  }
2464
2464
  };
package/dist/index.mjs CHANGED
@@ -2379,12 +2379,12 @@ function MobileBottomNav({
2379
2379
  "&::after": {
2380
2380
  content: '""',
2381
2381
  position: "absolute",
2382
- bottom: -12,
2382
+ top: 0,
2383
2383
  left: "25%",
2384
2384
  width: isActive ? "50%" : 0,
2385
2385
  height: 3,
2386
2386
  backgroundColor: tokens24.colors.green,
2387
- borderRadius: "3px 3px 0 0",
2387
+ borderRadius: "0 0 3px 3px",
2388
2388
  transition: "all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1)"
2389
2389
  }
2390
2390
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mitumba/ui",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "exports": {