get-elementa-ui 1.10.4 → 1.10.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "get-elementa-ui",
3
- "version": "1.10.4",
3
+ "version": "1.10.5",
4
4
  "description": "Elementa UI components library.",
5
5
  "homepage": "https://deriva.xyz/branding",
6
6
  "main": "dist/index.js",
@@ -56,12 +56,6 @@
56
56
  font-display: swap;
57
57
  }
58
58
 
59
- /* @import "tailwindcss";
60
- @import "tw-animate-css";
61
- @import "shadcn/tailwind.css"; */
62
-
63
- /* @custom-variant dark (&:where(.dark, .dark *)); */
64
-
65
59
  /* GLOBAL PALETTE */
66
60
  @theme inline {
67
61
  /* TODO: Again these are used by tailwind. Remove them gradually once our library is using the same variables and is stable. */
@@ -390,22 +384,12 @@ For charts, graphs, and status badges. These are vital for dashboards (Deriva's
390
384
  .dark[data-energy="bubblegum-ice"] {
391
385
  --primary: var(--color-hot-pink-600);
392
386
  --primary-foreground: #ffffff;
393
-
394
387
  --secondary: var(--color-gun-metal-900);
395
388
  --secondary-foreground: var(--color-aqua-mint-400);
396
389
  }
397
390
  /* !SECTION: ENERGY 5: BUBBLEGUM ICE (Hot Pink + Aqua Mint) */
398
391
  }
399
392
 
400
- @layer base {
401
- * {
402
- @apply border-border outline-ring/50;
403
- }
404
- body {
405
- @apply bg-background text-foreground;
406
- }
407
- }
408
-
409
393
  @layer utilities {
410
394
  .bg-primary {
411
395
  background-color: var(--primary);