@pnkx-lib/ui 1.9.428 → 1.9.430

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.
@@ -381,7 +381,7 @@ const ContentArea = ({
381
381
  "div",
382
382
  {
383
383
  className: twMerge(
384
- "transition-all duration-300 ease-in-out pt-14 h-screen",
384
+ "transition-all duration-300 ease-in-out h-screen",
385
385
  getContentMargin()
386
386
  ),
387
387
  children
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pnkx-lib/ui",
3
3
  "private": false,
4
- "version": "1.9.428",
4
+ "version": "1.9.430",
5
5
  "type": "module",
6
6
  "main": "./es/index.js",
7
7
  "module": "./es/index.js",