@ramme-io/ui 1.1.1 → 1.1.2

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 +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ramme-io/ui",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "The structural component library for the Ramme Framework.",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -30,7 +30,8 @@
30
30
  "prepare": "npm run build",
31
31
  "generate:manifest": "node scripts/generate-manifest.js",
32
32
  "storybook": "storybook dev -p 6006",
33
- "build-storybook": "storybook build"
33
+ "build-storybook": "storybook build",
34
+ "bundle:ai": "repomix --ignore '**/*.lock,**/dist/**,**/storybook-static/**' --output 'ramme-ui-context.txt'"
34
35
  },
35
36
  "peerDependencies": {
36
37
  "react": ">=18.2.0",