@maxsteinwender/sort-ui 1.0.6 → 1.0.8

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxsteinwender/sort-ui",
3
- "version": "1.0.6",
3
+ "version": "1.0.8",
4
4
  "description": "A coded design system based on Sort UI Kit — Figma components as production-ready Next.js/Tailwind components",
5
5
  "author": "Max Steinwender",
6
6
  "license": "UNLICENSED",
@@ -26,11 +26,16 @@
26
26
  }
27
27
  },
28
28
  "files": [
29
- "dist"
29
+ "dist",
30
+ "guidelines"
30
31
  ],
31
32
  "sideEffects": [
32
33
  "*.css"
33
34
  ],
35
+ "publishConfig": {
36
+ "registry": "https://registry.npmjs.org/",
37
+ "access": "public"
38
+ },
34
39
  "peerDependencies": {
35
40
  "react": ">=19.0.0",
36
41
  "react-dom": ">=19.0.0"
@@ -47,7 +52,10 @@
47
52
  "storybook": "storybook dev -p 6006",
48
53
  "build-storybook": "storybook build && echo 'User-agent: *\\nDisallow: /' > storybook-static/robots.txt",
49
54
  "format": "prettier --write \"src/**/*.{ts,tsx,mdx,json}\"",
50
- "format:check": "prettier --check \"src/**/*.{ts,tsx,mdx,json}\""
55
+ "format:check": "prettier --check \"src/**/*.{ts,tsx,mdx,json}\"",
56
+ "release:npm": "npm publish",
57
+ "release:figma": "npm publish --registry=https://registry.figma.com/npm/8a1ce848-61af-4780-8812-138c0a6d816f/registry/",
58
+ "release:all": "npm run build:lib && npm run release:npm && npm run release:figma"
51
59
  },
52
60
  "dependencies": {
53
61
  "@lexical/code": "^0.42.0",