@tinacms/cli 2.0.5 → 2.0.6

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 +3 -3
  2. package/package.json +6 -6
package/dist/index.js CHANGED
@@ -2,7 +2,7 @@
2
2
  import { Cli, Builtins } from "clipanion";
3
3
 
4
4
  // package.json
5
- var version = "2.0.5";
5
+ var version = "2.0.6";
6
6
 
7
7
  // src/next/commands/dev-command/index.ts
8
8
  import path8 from "path";
@@ -1710,7 +1710,7 @@ var tinaTailwind = (spaPath, prebuildFilePath) => {
1710
1710
  },
1711
1711
  boxShadow: {
1712
1712
  xs: "0 0 0 1px rgba(0, 0, 0, 0.05)",
1713
- outline: "0 0 0 3px rgba(66, 153, 225, 0.5)"
1713
+ outline: "0 0 0 3px rgba(194, 65, 12, 0.2)"
1714
1714
  },
1715
1715
  colors: {
1716
1716
  blue: {
@@ -1767,7 +1767,7 @@ var tinaTailwind = (spaPath, prebuildFilePath) => {
1767
1767
  "accent-foreground": "#171717",
1768
1768
  destructive: "#FF3B3B",
1769
1769
  "destructive-foreground": "#FAFAFA",
1770
- ring: "#0A0A0A"
1770
+ ring: "#C2410C"
1771
1771
  },
1772
1772
  fontFamily: {
1773
1773
  sans: ["Inter", ...defaultTheme.fontFamily.sans]
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tinacms/cli",
3
3
  "type": "module",
4
- "version": "2.0.5",
4
+ "version": "2.0.6",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
7
7
  "files": [
@@ -88,12 +88,12 @@
88
88
  "vite": "^4.5.9",
89
89
  "yup": "^1.6.1",
90
90
  "zod": "^3.24.2",
91
- "@tinacms/app": "2.3.17",
92
- "@tinacms/graphql": "2.0.3",
93
- "@tinacms/metrics": "2.0.1",
91
+ "@tinacms/app": "2.3.18",
92
+ "@tinacms/graphql": "2.0.4",
94
93
  "@tinacms/schema-tools": "2.1.0",
95
- "@tinacms/search": "1.1.7",
96
- "tinacms": "3.1.2"
94
+ "@tinacms/search": "1.1.8",
95
+ "tinacms": "3.1.3",
96
+ "@tinacms/metrics": "2.0.1"
97
97
  },
98
98
  "publishConfig": {
99
99
  "registry": "https://registry.npmjs.org"