@korioinc/next-core 2.0.8 → 2.0.9

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.
@@ -280,7 +280,7 @@
280
280
  /************************************************************/
281
281
  /* liquid glass */
282
282
  /************************************************************/
283
- @utility glass-base {
283
+ @utility glass {
284
284
  background:
285
285
  linear-gradient(
286
286
  135deg,
@@ -296,19 +296,14 @@
296
296
  inset 0 1px 0 var(--glass-shine-subtle);
297
297
  }
298
298
 
299
- @utility glass {
300
- --glass-surface-slot: var(--glass-surface);
301
- @apply glass-base;
302
- }
303
-
304
299
  @utility glass-tinted {
305
300
  --glass-surface-slot: var(--glass-surface-tinted);
306
- @apply glass-base;
301
+ @apply glass;
307
302
  }
308
303
 
309
304
  @utility glass-glow {
310
305
  --glass-surface-slot: var(--glass-surface-glow);
311
- @apply glass-base;
306
+ @apply glass;
312
307
  }
313
308
 
314
309
  @utility glass-backdrop {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@korioinc/next-core",
3
- "version": "2.0.8",
3
+ "version": "2.0.9",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  "./ads": {
@@ -79,7 +79,7 @@
79
79
  "tsc-alias": "^1.8.16",
80
80
  "tw-animate-css": "^1.4.0",
81
81
  "typescript": "^5.9.3",
82
- "@korioinc/next-configs": "2.0.8"
82
+ "@korioinc/next-configs": "2.0.9"
83
83
  },
84
84
  "dependencies": {
85
85
  "@floating-ui/react": "^0.27.16",
@@ -94,7 +94,7 @@
94
94
  "schema-dts": "^1.1.5",
95
95
  "tailwind-merge": "^3.4.0",
96
96
  "valtio": "^2.2.0",
97
- "@korioinc/next-conf": "2.0.8"
97
+ "@korioinc/next-conf": "2.0.9"
98
98
  },
99
99
  "publishConfig": {
100
100
  "access": "public",