@nubase/frontend 0.1.37 → 0.1.38

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/styles.css CHANGED
@@ -1761,10 +1761,6 @@
1761
1761
  --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
1762
1762
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1763
1763
  }
1764
- .shadow-\[-12px_0_32px_-8px_rgba\(0\,0\,0\,0\.18\)\] {
1765
- --tw-shadow: -12px 0 32px -8px var(--tw-shadow-color, rgba(0,0,0,0.18));
1766
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1767
- }
1768
1764
  .shadow-lg {
1769
1765
  --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
1770
1766
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
@@ -2473,16 +2469,6 @@
2473
2469
  --tw-exit-scale: .95;
2474
2470
  }
2475
2471
  }
2476
- .data-\[state\=closed\]\:fade-out {
2477
- &[data-state="closed"] {
2478
- --tw-exit-opacity: 0;
2479
- }
2480
- }
2481
- .data-\[state\=closed\]\:slide-out-to-right {
2482
- &[data-state="closed"] {
2483
- --tw-exit-translate-x: 100%;
2484
- }
2485
- }
2486
2472
  .data-\[state\=on\]\:bg-accent {
2487
2473
  &[data-state="on"] {
2488
2474
  background-color: var(--color-accent);
@@ -2520,16 +2506,6 @@
2520
2506
  --tw-enter-scale: .95;
2521
2507
  }
2522
2508
  }
2523
- .data-\[state\=open\]\:fade-in {
2524
- &[data-state="open"] {
2525
- --tw-enter-opacity: 0;
2526
- }
2527
- }
2528
- .data-\[state\=open\]\:slide-in-from-right {
2529
- &[data-state="open"] {
2530
- --tw-enter-translate-x: 100%;
2531
- }
2532
- }
2533
2509
  .data-\[state\=selected\]\:bg-muted {
2534
2510
  &[data-state="selected"] {
2535
2511
  background-color: var(--color-muted);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nubase/frontend",
3
- "version": "0.1.37",
3
+ "version": "0.1.38",
4
4
  "description": "React components and utilities for nubase",
5
5
  "keywords": [
6
6
  "react",