@getcoherent/cli 0.6.52 → 0.6.53

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.
@@ -50,6 +50,12 @@ function generateV4GlobalsCss(config) {
50
50
  const radius = config.tokens.radius;
51
51
  return `@import "tailwindcss";
52
52
 
53
+ @utility container {
54
+ margin-inline: auto;
55
+ padding-inline: 1rem;
56
+ max-width: 80rem;
57
+ }
58
+
53
59
  @theme inline {
54
60
  --color-background: var(--background);
55
61
  --color-foreground: var(--foreground);
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  fixGlobalsCss,
3
3
  needsGlobalsFix
4
- } from "./chunk-Q67PCGRQ.js";
4
+ } from "./chunk-K7HMYHFW.js";
5
5
  import "./chunk-3RG5ZIWI.js";
6
6
  export {
7
7
  fixGlobalsCss,
package/dist/index.js CHANGED
@@ -80,7 +80,7 @@ import {
80
80
  generateV4GlobalsCss,
81
81
  isTailwindV4,
82
82
  needsGlobalsFix
83
- } from "./chunk-Q67PCGRQ.js";
83
+ } from "./chunk-K7HMYHFW.js";
84
84
  import {
85
85
  autoFixCode,
86
86
  checkDesignConsistency,
@@ -8388,7 +8388,7 @@ async function fixCommand(opts = {}) {
8388
8388
  }
8389
8389
  if (dsm && !dryRun) {
8390
8390
  try {
8391
- const { fixGlobalsCss: fixGlobalsCss2 } = await import("./fix-globals-css-UQCGJ5NO.js");
8391
+ const { fixGlobalsCss: fixGlobalsCss2 } = await import("./fix-globals-css-TIARC2TN.js");
8392
8392
  fixGlobalsCss2(projectRoot, dsm.getConfig());
8393
8393
  fixes.push("Synced CSS variables");
8394
8394
  console.log(chalk15.green(" \u2714 Synced CSS variables"));
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "0.6.52",
6
+ "version": "0.6.53",
7
7
  "description": "CLI interface for Coherent Design Method",
8
8
  "type": "module",
9
9
  "main": "./dist/index.js",