@cupcodev/ui 1.2.7 → 1.2.10

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@cupcodev/ui",
3
3
  "private": false,
4
- "version": "1.2.7",
4
+ "version": "1.2.10",
5
5
  "packageManager": "pnpm@10.28.2+sha512.41872f037ad22f7348e3b1debbaf7e867cfd448f2726d9cf74c08f19507c31d2c8e7a11525b983febc2df640b5438dee6023ebb1f84ed43cc2d654d2bc326264",
6
6
  "type": "module",
7
7
  "main": "./dist/index.cjs",
package/styles/global.css CHANGED
@@ -1306,6 +1306,16 @@
1306
1306
  }
1307
1307
 
1308
1308
  @layer utilities {
1309
+ .bg-\[\#951ddb\]\/30 {
1310
+ background-color: #be96d54d;
1311
+ }
1312
+
1313
+ .dark .bg-\[\#951ddb\]\/30 {
1314
+ background-color: #41083436;
1315
+ backdrop-filter: blur(10px);
1316
+ -webkit-backdrop-filter: blur(10px);
1317
+ }
1318
+
1309
1319
  /* Reduced motion */
1310
1320
  @media (prefers-reduced-motion: reduce) {
1311
1321
  *,