@tight-embedded/react 6.6.1 → 6.7.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.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tight-embedded/react",
3
- "version": "6.6.1",
3
+ "version": "6.7.1",
4
4
  "type": "module",
5
5
  "main": "./dist/index.umd.cjs",
6
6
  "module": "./dist/index.js",
@@ -25,7 +25,6 @@
25
25
  "react-router": "^7.13.2"
26
26
  },
27
27
  "dependencies": {
28
- "@figma/code-connect": "^1.3.12",
29
28
  "@floating-ui/react": "^0.27.4",
30
29
  "@microsoft/fetch-event-source": "^2.0.1",
31
30
  "@tanstack/devtools-vite": "^0.3.12",
@@ -56,6 +55,7 @@
56
55
  "@csstools/postcss-cascade-layers": "^5.0.2",
57
56
  "@cypress/code-coverage": "^3.14.7",
58
57
  "@eslint/js": "^9.18.0",
58
+ "@figma/code-connect": "^1.4.7",
59
59
  "@pandacss/dev": "^1.8.0",
60
60
  "@redux-devtools/extension": "^3.3.0",
61
61
  "@rollup/plugin-terser": "^0.4.4",
@@ -100,8 +100,8 @@
100
100
  "vite-plugin-istanbul": "^7.2.1",
101
101
  "vite-plugin-svgr": "^4.3.0",
102
102
  "vitest": "^3.2.4",
103
- "@tight-embedded/panda-config": "1.0.0",
104
- "@tight-embedded/eslint-config": "0.0.0"
103
+ "@tight-embedded/eslint-config": "0.0.0",
104
+ "@tight-embedded/panda-config": "1.0.0"
105
105
  },
106
106
  "nyc": {
107
107
  "check-coverage": true,
@@ -116,8 +116,8 @@
116
116
  "typecheck": "./scripts/typecheck.sh -w false",
117
117
  "build": "./scripts/build.sh",
118
118
  "build:lab": "./scripts/buildLab.sh",
119
- "build:playgroundComponents": "./scripts/buildPlaygroundComponents.sh",
120
- "dev:playgroundComponents": "vite dev -c vite.playgroundComponents.config.ts",
119
+ "build:playgroundMobilePreview": "./scripts/buildPlaygroundMobilePreview.sh",
120
+ "dev:playgroundMobilePreview": "vite dev -c vite.playgroundMobilePreview.config.ts",
121
121
  "analyze": "./scripts/analyze.sh",
122
122
  "lint": "./scripts/lint.sh",
123
123
  "test": "vitest run --reporter=default --reporter=html --outputFile=./vitest/output/index.html",