@deque/cauldron-react 7.1.0-canary.9946c2dc → 7.1.0-canary.cdc8a15a

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 (1) hide show
  1. package/package.json +6 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deque/cauldron-react",
3
- "version": "7.1.0-canary.9946c2dc",
3
+ "version": "7.1.0-canary.cdc8a15a",
4
4
  "license": "MPL-2.0",
5
5
  "description": "Fully accessible react components library for Deque Cauldron",
6
6
  "homepage": "https://cauldron.dequelabs.com/",
@@ -20,7 +20,10 @@
20
20
  "build:css": "postcss --output=lib/cauldron.css src/index.css",
21
21
  "dev": "concurrently 'yarn build:css --watch' 'rollup -c --watch'",
22
22
  "prepublishOnly": "NODE_ENV=production yarn build",
23
- "test": "jest --maxWorkers=1 --coverage"
23
+ "test": "jest --maxWorkers=1 --coverage",
24
+ "figma:parse": "figma connect parse",
25
+ "figma:publish": "figma connect publish",
26
+ "figma:publish:dry-run": "figma connect publish --dry-run"
24
27
  },
25
28
  "dependencies": {
26
29
  "@floating-ui/react-dom": "^2.1.2",
@@ -38,6 +41,7 @@
38
41
  "@babel/preset-env": "^7.22.10",
39
42
  "@babel/preset-react": "^7.22.5",
40
43
  "@babel/preset-typescript": "^7.22.5",
44
+ "@figma/code-connect": "^1.4.4",
41
45
  "@rollup/plugin-commonjs": "^14.0.0",
42
46
  "@rollup/plugin-dynamic-import-vars": "^1.4.2",
43
47
  "@rollup/plugin-typescript": "^11.1.2",