@clickaroo/checkout-ui 1.0.1-beta → 1.1.1-beta

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": "@clickaroo/checkout-ui",
3
- "version": "1.0.1-beta",
3
+ "version": "1.1.1-beta",
4
4
  "description": "A React checkout UI component library with payment integration",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -11,12 +11,11 @@
11
11
  "CHANGELOG.md"
12
12
  ],
13
13
  "scripts": {
14
+ "dev": "cd test-app && pnpm dev",
14
15
  "build": "rollup -c",
15
16
  "build:watch": "rollup -c -w",
16
17
  "check": "eslint src --ext .ts,.tsx",
17
18
  "typecheck": "tsc --noEmit",
18
- "storybook": "storybook dev -p 6006",
19
- "build-storybook": "NODE_ENV=production storybook build --output-dir storybook-static",
20
19
  "changeset": "changeset",
21
20
  "changeset:version": "changeset version"
22
21
  },
@@ -44,14 +43,6 @@
44
43
  "@rollup/plugin-node-resolve": "^16.0.3",
45
44
  "@rollup/plugin-replace": "^6.0.3",
46
45
  "@rollup/plugin-terser": "^0.4.4",
47
- "@storybook/addon-docs": "^8.6.14",
48
- "@storybook/addon-essentials": "^8.6.14",
49
- "@storybook/addon-interactions": "^8.6.14",
50
- "@storybook/addon-links": "^8.6.14",
51
- "@storybook/blocks": "^8.6.14",
52
- "@storybook/react": "^8.6.14",
53
- "@storybook/react-vite": "^8.6.14",
54
- "@storybook/test": "^8.6.14",
55
46
  "@types/google.maps": "^3.58.1",
56
47
  "@types/node": "^24.9.1",
57
48
  "@types/react": "^18.2.43",
@@ -73,7 +64,6 @@
73
64
  "rollup-plugin-node-externals": "^8.1.1",
74
65
  "rollup-plugin-postcss": "^4.0.2",
75
66
  "rollup-plugin-url": "^3.0.1",
76
- "storybook": "^8.6.14",
77
67
  "tailwindcss": "^3.4.1",
78
68
  "terser": "^5.44.0",
79
69
  "tslib": "^2.8.1",