@tinacms/cli 0.0.0-ad8dbc0-20241003000436 → 0.0.0-bf22bf8-20241004045704

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.js +6 -1
  2. package/package.json +8 -7
package/dist/index.js CHANGED
@@ -623,6 +623,7 @@ var import_defaultTheme = __toESM(require("tailwindcss/defaultTheme.js"));
623
623
  var import_typography = __toESM(require("@tailwindcss/typography"));
624
624
  var import_aspect_ratio = __toESM(require("@tailwindcss/aspect-ratio"));
625
625
  var import_node_path = __toESM(require("path"));
626
+ var import_container_queries = __toESM(require("@tailwindcss/container-queries"));
626
627
  var tinaTailwind = (spaPath, prebuildFilePath) => {
627
628
  return {
628
629
  name: "vite-plugin-tina",
@@ -866,7 +867,11 @@ var tinaTailwind = (spaPath, prebuildFilePath) => {
866
867
  }
867
868
  },
868
869
  content,
869
- plugins: [(0, import_typography.default)({ className: "tina-prose" }), import_aspect_ratio.default]
870
+ plugins: [
871
+ (0, import_typography.default)({ className: "tina-prose" }),
872
+ import_aspect_ratio.default,
873
+ import_container_queries.default
874
+ ]
870
875
  });
871
876
  plugins.push(tw);
872
877
  return {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinacms/cli",
3
- "version": "0.0.0-ad8dbc0-20241003000436",
3
+ "version": "0.0.0-bf22bf8-20241004045704",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",
6
6
  "files": [
@@ -52,6 +52,7 @@
52
52
  "@rollup/pluginutils": "^5.1.2",
53
53
  "@svgr/core": "8.1.0",
54
54
  "@tailwindcss/aspect-ratio": "^0.4.2",
55
+ "@tailwindcss/container-queries": "^0.1.1",
55
56
  "@tailwindcss/typography": "^0.5.15",
56
57
  "@vitejs/plugin-react": "3.1.0",
57
58
  "altair-express-middleware": "^7.3.6",
@@ -84,12 +85,12 @@
84
85
  "vite": "^4.5.5",
85
86
  "yup": "^0.32.11",
86
87
  "zod": "^3.23.8",
87
- "@tinacms/app": "0.0.0-ad8dbc0-20241003000436",
88
- "@tinacms/graphql": "1.5.4",
89
- "@tinacms/schema-tools": "1.6.4",
90
- "@tinacms/search": "1.0.31",
91
- "tinacms": "0.0.0-ad8dbc0-20241003000436",
92
- "@tinacms/metrics": "1.0.7"
88
+ "@tinacms/app": "0.0.0-bf22bf8-20241004045704",
89
+ "@tinacms/metrics": "1.0.7",
90
+ "@tinacms/graphql": "0.0.0-bf22bf8-20241004045704",
91
+ "@tinacms/schema-tools": "0.0.0-bf22bf8-20241004045704",
92
+ "@tinacms/search": "0.0.0-bf22bf8-20241004045704",
93
+ "tinacms": "0.0.0-bf22bf8-20241004045704"
93
94
  },
94
95
  "publishConfig": {
95
96
  "registry": "https://registry.npmjs.org"