@pnkx-lib/ui 1.9.195 → 1.9.196

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/es/ui/Sidebar.js +1 -1
  2. package/package.json +2 -2
package/es/ui/Sidebar.js CHANGED
@@ -345,7 +345,7 @@ const Sidebar = ({ children, menu, userInfo }) => {
345
345
  {
346
346
  className: twMerge(
347
347
  collapse && openSubCollapse ? "ml-[7%]" : "",
348
- "flex-1 p-4 h-full overflow-y-auto scrollbar-none transition-all duration-300"
348
+ "flex-1 h-full overflow-y-auto scrollbar-none transition-all duration-300"
349
349
  ),
350
350
  children
351
351
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pnkx-lib/ui",
3
3
  "private": false,
4
- "version": "1.9.195",
4
+ "version": "1.9.196",
5
5
  "type": "module",
6
6
  "main": "./es/index.js",
7
7
  "module": "./es/index.js",
@@ -134,7 +134,7 @@
134
134
  "@headlessui/react": "^2.2.2",
135
135
  "@heroicons/react": "^2.2.0",
136
136
  "@hookform/resolvers": "^5.0.1",
137
- "@pnkx-lib/core": "^1.1.65",
137
+ "@pnkx-lib/core": "^1.1.66",
138
138
  "@pnkx-lib/icon": "^0.0.35",
139
139
  "@tailwindcss/cli": "^4.1.6",
140
140
  "@tinymce/miniature": "^6.0.0",