@cryptlex/web-components 6.6.6-alpha11 → 6.6.6-alpha12

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.
Files changed (2) hide show
  1. package/lib/index.css +0 -12
  2. package/package.json +1 -1
package/lib/index.css CHANGED
@@ -224,16 +224,4 @@
224
224
  .tw-prose a {
225
225
  @apply link;
226
226
  }
227
-
228
- *::-webkit-scrollbar {
229
- @apply size-2;
230
- }
231
-
232
- *::-webkit-scrollbar-track {
233
- @apply bg-card rounded-none;
234
- }
235
-
236
- *::-webkit-scrollbar-thumb {
237
- @apply bg-foreground/70 hover:bg-foreground;
238
- }
239
227
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cryptlex/web-components",
3
- "version": "6.6.6-alpha11",
3
+ "version": "6.6.6-alpha12",
4
4
  "description": "React component library for Cryptlex web applications",
5
5
  "author": "Cryptlex",
6
6
  "type": "module",