@korioinc/next-core 2.0.10 → 2.0.11
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/globals.css +5 -1
- package/package.json +3 -3
package/dist/styles/globals.css
CHANGED
|
@@ -311,9 +311,13 @@
|
|
|
311
311
|
}
|
|
312
312
|
|
|
313
313
|
@utility border-glass {
|
|
314
|
-
border-color: var(--glass-border);
|
|
314
|
+
border-color: color-mix(in oklab, var(--glass-border) 80%, transparent);
|
|
315
315
|
position: relative;
|
|
316
316
|
|
|
317
|
+
.dark & {
|
|
318
|
+
border-color: color-mix(in oklab, var(--glass-border) 50%, transparent);
|
|
319
|
+
}
|
|
320
|
+
|
|
317
321
|
&::after {
|
|
318
322
|
content: '';
|
|
319
323
|
position: absolute;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@korioinc/next-core",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.11",
|
|
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.
|
|
82
|
+
"@korioinc/next-configs": "2.0.11"
|
|
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.
|
|
97
|
+
"@korioinc/next-conf": "2.0.11"
|
|
98
98
|
},
|
|
99
99
|
"publishConfig": {
|
|
100
100
|
"access": "public",
|