@igamingcareer/igaming-components 1.1.19 → 1.1.21

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 (3) hide show
  1. package/dist/index.js +1573 -1560
  2. package/dist/index.mjs +32220 -24895
  3. package/package.json +11 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@igamingcareer/igaming-components",
3
- "version": "1.1.19",
3
+ "version": "1.1.21",
4
4
  "description": "Reusable React component library for the iGamingCareer platform",
5
5
  "author": "iGamingCareer <info@igamingcareer.com>",
6
6
  "license": "MIT",
@@ -38,9 +38,9 @@
38
38
  "build-storybook": "storybook build"
39
39
  },
40
40
  "peerDependencies": {
41
+ "cmdk": "^1.0.0",
41
42
  "react": "^18.0.0",
42
- "react-dom": "^18.0.0",
43
- "cmdk": "^1.0.0"
43
+ "react-dom": "^18.0.0"
44
44
  },
45
45
  "dependencies": {
46
46
  "@emotion/react": "^11.13.0",
@@ -66,15 +66,17 @@
66
66
  "@radix-ui/react-switch": "^1.2.6",
67
67
  "@radix-ui/react-tabs": "^1.1.1",
68
68
  "@radix-ui/react-toast": "^1.2.1",
69
+ "@supabase/supabase-js": "^2.100.0",
69
70
  "class-variance-authority": "^0.7.0",
70
71
  "clsx": "^2.1.1",
71
- "cmdk": "^1.1.1",
72
+ "cmdk": "^1.0.0",
72
73
  "date-fns": "^3.6.0",
73
74
  "geist": "^1.3.1",
74
75
  "gsap": "^3.12.5",
75
- "sonner": "^1.5.0",
76
76
  "lucide-react": "^0.451.0",
77
77
  "react-hook-form": "^7.53.0",
78
+ "react-markdown": "^10.1.0",
79
+ "sonner": "^1.5.0",
78
80
  "tailwind-merge": "^2.5.3",
79
81
  "tailwindcss-animate": "^1.0.7",
80
82
  "vaul": "^0.9.3",
@@ -94,11 +96,12 @@
94
96
  "@testing-library/jest-dom": "^6.9.1",
95
97
  "@testing-library/react": "^16.0.0",
96
98
  "@types/jest": "^29.5.12",
97
- "@types/react": "^18.3.11",
98
- "@types/react-dom": "^18.3.0",
99
+ "@types/react": "^18.3.28",
100
+ "@types/react-dom": "^18.3.7",
99
101
  "@vitejs/plugin-react": "^4.3.1",
100
102
  "autoprefixer": "^10.4.20",
101
103
  "babel-jest": "^29.7.0",
104
+ "cmdk": "^1.1.1",
102
105
  "jest": "^29.7.0",
103
106
  "jest-environment-jsdom": "^29.7.0",
104
107
  "postcss": "^8.5.4",
@@ -111,7 +114,6 @@
111
114
  "tailwindcss": "^3.4.13",
112
115
  "typescript": "^5.6.3",
113
116
  "vite": "^5.4.1",
114
- "vite-tsconfig-paths": "^5.1.2",
115
- "cmdk": "^1.1.1"
117
+ "vite-tsconfig-paths": "^5.1.2"
116
118
  }
117
119
  }