@trackunit/css-tailwind 1.3.132 → 1.3.133

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/css-tailwind",
3
- "version": "1.3.132",
3
+ "version": "1.3.133",
4
4
  "main": "./index.cjs.js",
5
5
  "repository": "https://github.com/Trackunit/manager",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",
@@ -8333,7 +8333,7 @@ var LayoutsPlugin = (0, import_plugin4.default)(({ addUtilities, addComponents,
8333
8333
  padding: "var(--spacing-6)",
8334
8334
  },
8335
8335
  "@media (min-width: 1024px)": {
8336
- padding: "var(--spacing-8)",
8336
+ padding: "var(--spacing-6)",
8337
8337
  },
8338
8338
  },
8339
8339
  ".page-content-with-gap": {
@@ -8344,7 +8344,7 @@ var LayoutsPlugin = (0, import_plugin4.default)(({ addUtilities, addComponents,
8344
8344
  gap: "var(--spacing-6)",
8345
8345
  },
8346
8346
  "@media (min-width: 1024px)": {
8347
- gap: "var(--spacing-8)",
8347
+ gap: "var(--spacing-6)",
8348
8348
  },
8349
8349
  },
8350
8350
  ".layout-page-sidebar-content": {