@flipdish/portal-library 8.6.3 → 8.6.4

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 +9 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flipdish/portal-library",
3
- "version": "8.6.3",
3
+ "version": "8.6.4",
4
4
  "files": [
5
5
  "dist"
6
6
  ],
@@ -59,6 +59,7 @@
59
59
  },
60
60
  "devDependencies": {
61
61
  "@chromatic-com/storybook": "^5.1.2",
62
+ "@figma/code-connect": "^1.4.5",
62
63
  "@rollup/plugin-alias": "^5.1.1",
63
64
  "@rollup/plugin-commonjs": "^28.0.1",
64
65
  "@rollup/plugin-dynamic-import-vars": "^2.1.5",
@@ -68,6 +69,7 @@
68
69
  "@rollup/plugin-typescript": "^12.1.1",
69
70
  "@rollup/plugin-url": "^8.0.2",
70
71
  "@storybook/addon-a11y": "10.3.6",
72
+ "@storybook/addon-designs": "^11.1.3",
71
73
  "@storybook/addon-docs": "10.3.6",
72
74
  "@storybook/addon-links": "10.3.6",
73
75
  "@storybook/addon-mcp": "^0.6.0",
@@ -105,6 +107,7 @@
105
107
  "lodash.debounce": "^4.0.8",
106
108
  "msw": "^2.12.3",
107
109
  "msw-storybook-addon": "^2.0.6",
110
+ "notistack": "^3.0.2",
108
111
  "prettier": "^3.2.5",
109
112
  "prompt-sync": "^4.2.0",
110
113
  "remark-gfm": "^4.0.1",
@@ -139,6 +142,10 @@
139
142
  "variables:generate": "node domains.js",
140
143
  "typecheck": "tsc --noEmit",
141
144
  "storybook": "storybook dev -p 6006",
142
- "build-storybook": "storybook build"
145
+ "build-storybook": "storybook build",
146
+ "figma:create": "figma connect create",
147
+ "figma:publish:dry": "figma connect publish --dry-run",
148
+ "figma:publish": "figma connect publish",
149
+ "figma:unpublish": "figma connect unpublish"
143
150
  }
144
151
  }