@yselimcan/ui 0.0.27 → 0.0.28

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/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -28949,7 +28949,7 @@ function ej({
28949
28949
  ...o
28950
28950
  },
28951
28951
  className: L(
28952
- "group/sidebar-wrapper has-data-[variant=inset]:bg-surface flex min-h-svh w-full",
28952
+ "bg-surface group/sidebar-wrapper has-data-[variant=inset]:bg-surface flex min-h-svh w-full",
28953
28953
  r
28954
28954
  ),
28955
28955
  ...a,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yselimcan/ui",
3
- "version": "0.0.27",
3
+ "version": "0.0.28",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",