@calcom/atoms 2.8.3 → 2.8.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 +6 -6
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "description": "Customizable UI components to integrate scheduling into your product.",
6
6
  "author": "Cal.com, Inc.",
7
7
  "license": "AGPL-3.0-or-later",
8
- "version": "2.8.3",
8
+ "version": "2.8.4",
9
9
  "repository": {
10
10
  "type": "git",
11
11
  "url": "https://github.com/calcom/atoms",
@@ -99,6 +99,7 @@
99
99
  },
100
100
  "types": "./dist/index.d.ts",
101
101
  "dependencies": {
102
+ "@formkit/auto-animate": "1.0.0-beta.5",
102
103
  "@getalby/lightning-tools": "5.1.2",
103
104
  "axios": "^1.11.0",
104
105
  "class-variance-authority": "0.4.0",
@@ -109,13 +110,16 @@
109
110
  "libphonenumber-js": "^1.12.38",
110
111
  "lodash": "4.18.0",
111
112
  "marked": "15.0.6",
113
+ "react-digit-input": "2.1.0",
114
+ "react-phone-input-2": "2.15.1",
115
+ "react-sticky-box": "2.0.4",
116
+ "react-use": "17.6.0",
112
117
  "rrule": "2.7.1",
113
118
  "tailwind-merge": "1.13.2",
114
119
  "uuid": "11.1.0",
115
120
  "zod": "^3.25.76"
116
121
  },
117
122
  "peerDependencies": {
118
- "@formkit/auto-animate": "^1.0.0-beta.5 || ^1.0.0",
119
123
  "@hookform/error-message": "^2.0.0",
120
124
  "@hookform/resolvers": "^2.9.0 || ^3.0.0",
121
125
  "@radix-ui/react-avatar": "^1.0.0",
@@ -138,15 +142,11 @@
138
142
  "i18next": "^23.0.0",
139
143
  "next": "^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0",
140
144
  "react": "^18.0.0 || ^19.0.0",
141
- "react-digit-input": "^2.0.0",
142
145
  "react-dom": "^18.0.0 || ^19.0.0",
143
146
  "react-hook-form": "^7.0.0",
144
147
  "react-i18next": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0",
145
- "react-phone-input-2": "^2.15.0",
146
148
  "react-select": "^5.0.0",
147
- "react-sticky-box": "^2.0.0",
148
149
  "react-timezone-select": "^1.0.0 || ^2.0.0 || ^3.0.0",
149
- "react-use": "^17.0.0",
150
150
  "sonner": "^1.0.0 || ^2.0.0",
151
151
  "zustand": "^4.0.0 || ^5.0.0"
152
152
  },