@calcom/atoms 2.8.3 → 2.8.5

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
@@ -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.5",
9
9
  "repository": {
10
10
  "type": "git",
11
11
  "url": "https://github.com/calcom/atoms",
@@ -44,6 +44,7 @@
44
44
  "@stripe/stripe-js": "1.35.0",
45
45
  "@tailwindcss/cli": "4.1.17",
46
46
  "@tailwindcss/postcss": "4.1.17",
47
+ "@tailwindcss/typography": "0.5.19",
47
48
  "@tanstack/react-query": "5.17.19",
48
49
  "@testing-library/react": "16.0.1",
49
50
  "@types/jest": "29.5.12",
@@ -53,7 +54,6 @@
53
54
  "@types/react-dom": "18.2.6",
54
55
  "@vitejs/plugin-react": "5.1.2",
55
56
  "@vitejs/plugin-react-swc": "4.2.2",
56
- "autoprefixer": "10.4.19",
57
57
  "cssnano": "7.1.2",
58
58
  "framer-motion": "10.12.8",
59
59
  "i18next": "23.2.3",
@@ -61,8 +61,6 @@
61
61
  "jest-environment-jsdom": "29.7.0",
62
62
  "postcss": "8.5.6",
63
63
  "postcss-cli": "11.0.1",
64
- "postcss-import": "16.1.0",
65
- "postcss-prefixer": "3.0.0",
66
64
  "postcss-prefixwrap": "1.57.0",
67
65
  "react-digit-input": "2.1.0",
68
66
  "react-hook-form": "7.43.3",
@@ -73,8 +71,11 @@
73
71
  "react-timezone-select": "1.4.0",
74
72
  "react-use": "17.6.0",
75
73
  "sonner": "1.7.4",
74
+ "tailwind-scrollbar": "4.0.2",
76
75
  "tailwindcss": "4.1.17",
76
+ "tailwindcss-radix": "4.0.2",
77
77
  "ts-jest": "29.1.4",
78
+ "tw-animate-css": "1.4.0",
78
79
  "typescript": "5.9.3",
79
80
  "vite": "6.4.2",
80
81
  "vite-plugin-dts": "4.5.4",
@@ -99,6 +100,7 @@
99
100
  },
100
101
  "types": "./dist/index.d.ts",
101
102
  "dependencies": {
103
+ "@formkit/auto-animate": "1.0.0-beta.5",
102
104
  "@getalby/lightning-tools": "5.1.2",
103
105
  "axios": "^1.11.0",
104
106
  "class-variance-authority": "0.4.0",
@@ -109,13 +111,16 @@
109
111
  "libphonenumber-js": "^1.12.38",
110
112
  "lodash": "4.18.0",
111
113
  "marked": "15.0.6",
114
+ "react-digit-input": "2.1.0",
115
+ "react-phone-input-2": "2.15.1",
116
+ "react-sticky-box": "2.0.4",
117
+ "react-use": "17.6.0",
112
118
  "rrule": "2.7.1",
113
119
  "tailwind-merge": "1.13.2",
114
120
  "uuid": "11.1.0",
115
121
  "zod": "^3.25.76"
116
122
  },
117
123
  "peerDependencies": {
118
- "@formkit/auto-animate": "^1.0.0-beta.5 || ^1.0.0",
119
124
  "@hookform/error-message": "^2.0.0",
120
125
  "@hookform/resolvers": "^2.9.0 || ^3.0.0",
121
126
  "@radix-ui/react-avatar": "^1.0.0",
@@ -124,9 +129,7 @@
124
129
  "@radix-ui/react-dropdown-menu": "^2.0.0",
125
130
  "@radix-ui/react-hover-card": "^1.0.0",
126
131
  "@radix-ui/react-id": "^1.0.0",
127
- "@radix-ui/react-popover": "^1.0.0",
128
132
  "@radix-ui/react-radio-group": "^1.0.0",
129
- "@radix-ui/react-slot": "^1.0.0",
130
133
  "@radix-ui/react-switch": "^1.0.0",
131
134
  "@radix-ui/react-toast": "^1.0.0",
132
135
  "@radix-ui/react-toggle-group": "^1.0.0",
@@ -138,17 +141,21 @@
138
141
  "i18next": "^23.0.0",
139
142
  "next": "^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0",
140
143
  "react": "^18.0.0 || ^19.0.0",
141
- "react-digit-input": "^2.0.0",
142
144
  "react-dom": "^18.0.0 || ^19.0.0",
143
145
  "react-hook-form": "^7.0.0",
144
146
  "react-i18next": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0",
145
- "react-phone-input-2": "^2.15.0",
146
147
  "react-select": "^5.0.0",
147
- "react-sticky-box": "^2.0.0",
148
148
  "react-timezone-select": "^1.0.0 || ^2.0.0 || ^3.0.0",
149
- "react-use": "^17.0.0",
150
149
  "sonner": "^1.0.0 || ^2.0.0",
151
150
  "zustand": "^4.0.0 || ^5.0.0"
152
151
  },
152
+ "peerDependenciesMeta": {
153
+ "@stripe/react-stripe-js": {
154
+ "optional": true
155
+ },
156
+ "@stripe/stripe-js": {
157
+ "optional": true
158
+ }
159
+ },
153
160
  "main": "./dist/cal-atoms.js"
154
161
  }