@korioinc/next-core 2.0.21 → 2.0.22

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.
@@ -224,9 +224,6 @@
224
224
  ::selection {
225
225
  @apply bg-selection text-selection-foreground;
226
226
  }
227
- html {
228
- @apply scroll-smooth;
229
- }
230
227
  body {
231
228
  font-synthesis-weight: none;
232
229
  text-rendering: optimizeLegibility;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@korioinc/next-core",
3
- "version": "2.0.21",
3
+ "version": "2.0.22",
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.21"
82
+ "@korioinc/next-configs": "2.0.22"
83
83
  },
84
84
  "dependencies": {
85
85
  "@floating-ui/react": "^0.27.17",
@@ -94,7 +94,7 @@
94
94
  "schema-dts": "^1.1.5",
95
95
  "tailwind-merge": "^3.4.0",
96
96
  "valtio": "^2.3.0",
97
- "@korioinc/next-conf": "2.0.21"
97
+ "@korioinc/next-conf": "2.0.22"
98
98
  },
99
99
  "publishConfig": {
100
100
  "access": "public",