@tinacms/cli 2.1.0 → 2.1.1

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 +4 -4
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.1.0";
5
+ var version = "2.1.1";
6
6
 
7
7
  // src/next/commands/dev-command/index.ts
8
8
  import path8 from "path";
@@ -1718,7 +1718,7 @@ var tinaTailwind = (spaPath, prebuildFilePath) => {
1718
1718
  },
1719
1719
  boxShadow: {
1720
1720
  xs: "0 0 0 1px rgba(0, 0, 0, 0.05)",
1721
- outline: "0 0 0 3px rgba(194, 65, 12, 0.2)"
1721
+ outline: "0 0 0 3px rgba(66, 153, 225, 0.5)"
1722
1722
  },
1723
1723
  colors: {
1724
1724
  blue: {
@@ -1775,7 +1775,7 @@ var tinaTailwind = (spaPath, prebuildFilePath) => {
1775
1775
  "accent-foreground": "#171717",
1776
1776
  destructive: "#FF3B3B",
1777
1777
  "destructive-foreground": "#FAFAFA",
1778
- ring: "#C2410C"
1778
+ ring: "#0A0A0A"
1779
1779
  },
1780
1780
  fontFamily: {
1781
1781
  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.1.0",
4
+ "version": "2.1.1",
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.20",
91
+ "@tinacms/app": "2.3.21",
92
92
  "@tinacms/graphql": "2.0.6",
93
- "@tinacms/search": "1.2.0",
94
93
  "@tinacms/metrics": "2.0.1",
95
94
  "@tinacms/schema-tools": "2.3.0",
96
- "tinacms": "3.3.0"
95
+ "tinacms": "3.3.1",
96
+ "@tinacms/search": "1.2.0"
97
97
  },
98
98
  "publishConfig": {
99
99
  "registry": "https://registry.npmjs.org"