@calcom/atoms 1.0.3 → 1.0.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 (2) hide show
  1. package/README.md +0 -4
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -1,5 +1 @@
1
1
  Atoms - customizable UI components to integrate scheduling into products.
2
-
3
- ## Publishing atoms
4
- 1. Bump the version in package.json.
5
- 2. Run `yarn publish` - it will remove dist folder, re-build it and publish to npm.
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "type": "module",
5
5
  "description": "Customizable UI components to integrate scheduling into your product.",
6
6
  "authors": "Cal.com, Inc.",
7
- "version": "1.0.3",
7
+ "version": "1.0.4",
8
8
  "scripts": {
9
9
  "dev": "yarn vite build --watch & npx tailwindcss -i ./globals.css -o ./globals.min.css --postcss --minify --watch",
10
10
  "build": "yarn vite build && npx tailwindcss -i ./globals.css -o ./globals.min.css --postcss --minify && yarn build:copy-css",
@@ -40,6 +40,7 @@
40
40
  "./globals.min.css": "./globals.min.css",
41
41
  "./dist/index.ts": "./index.ts"
42
42
  },
43
+ "types": "./dist/index.d.ts",
43
44
  "dependencies": {
44
45
  "@radix-ui/react-dialog": "^1.0.4",
45
46
  "@radix-ui/react-slot": "^1.0.2",