@calcom/atoms 2.8.4 → 2.8.6

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.4",
8
+ "version": "2.8.6",
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",
@@ -102,7 +103,7 @@
102
103
  "@formkit/auto-animate": "1.0.0-beta.5",
103
104
  "@getalby/lightning-tools": "5.1.2",
104
105
  "axios": "^1.11.0",
105
- "class-variance-authority": "0.4.0",
106
+ "class-variance-authority": "0.7.1",
106
107
  "clsx": "2.1.1",
107
108
  "date-fns-tz": "3.2.0",
108
109
  "dayjs": "1.11.2",
@@ -128,9 +129,7 @@
128
129
  "@radix-ui/react-dropdown-menu": "^2.0.0",
129
130
  "@radix-ui/react-hover-card": "^1.0.0",
130
131
  "@radix-ui/react-id": "^1.0.0",
131
- "@radix-ui/react-popover": "^1.0.0",
132
132
  "@radix-ui/react-radio-group": "^1.0.0",
133
- "@radix-ui/react-slot": "^1.0.0",
134
133
  "@radix-ui/react-switch": "^1.0.0",
135
134
  "@radix-ui/react-toast": "^1.0.0",
136
135
  "@radix-ui/react-toggle-group": "^1.0.0",
@@ -150,5 +149,13 @@
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
  }