najm-kit 2.1.44 → 2.1.46

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.mjs +1 -1
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -2401,7 +2401,7 @@ var responsiveClasses = {
2401
2401
  minH: "md:min-h-14"
2402
2402
  },
2403
2403
  lg: {
2404
- main: "lg:flex lg:justify-between lg:px-4",
2404
+ main: "lg:flex lg:justify-between lg:px-3 2xl:px-4",
2405
2405
  identity: "lg:col-start-auto lg:row-start-auto lg:justify-self-auto",
2406
2406
  controls: "lg:col-start-auto lg:row-start-auto lg:justify-self-auto",
2407
2407
  fullActions: "lg:flex",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "najm-kit",
3
- "version": "2.1.44",
3
+ "version": "2.1.46",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "description": "Reusable React UI component package for Najm framework",