@atom-learning/components 6.16.1-beta.0 → 6.17.0-beta.0
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/dist/components/carousel/Carousel.d.ts +32 -25
- package/dist/components/carousel/Carousel.js +83 -13
- package/dist/components/carousel/Carousel.js.map +1 -1
- package/dist/components/carousel/CarouselArrows.d.ts +5 -6
- package/dist/components/carousel/CarouselArrows.js +25 -9
- package/dist/components/carousel/CarouselArrows.js.map +1 -1
- package/dist/components/carousel/CarouselPagination.d.ts +2 -3
- package/dist/components/carousel/CarouselPagination.js +31 -17
- package/dist/components/carousel/CarouselPagination.js.map +1 -1
- package/dist/components/carousel/CarouselSlide.d.ts +2 -4
- package/dist/components/carousel/CarouselSlide.js +12 -5
- package/dist/components/carousel/CarouselSlide.js.map +1 -1
- package/dist/components/carousel/CarouselSlider.d.ts +6 -4
- package/dist/components/carousel/CarouselSlider.js +12 -5
- package/dist/components/carousel/CarouselSlider.js.map +1 -1
- package/dist/components/dialog/DialogContent.js +1 -1
- package/dist/components/dialog/DialogContent.js.map +1 -1
- package/dist/components/toast/ToastProvider.js +1 -2
- package/dist/components/toast/ToastProvider.js.map +1 -1
- package/dist/docgen.json +1 -1
- package/dist/index.cjs.js +160 -48
- package/dist/index.cjs.js.map +1 -1
- package/package.json +2 -3
- package/src/index.css +0 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atom-learning/components",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.17.0-beta.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"homepage": "https://github.com/Atom-Learning/components#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -103,6 +103,7 @@
|
|
|
103
103
|
"dayjs": "^1.10.7",
|
|
104
104
|
"dayzed": "^3.2.2",
|
|
105
105
|
"dlv": "^1.1.3",
|
|
106
|
+
"embla-carousel-react": "^8.0.0",
|
|
106
107
|
"glob": "^7.1.6",
|
|
107
108
|
"invariant": "^2.2.4",
|
|
108
109
|
"mdast-util-directive": "1.0.1",
|
|
@@ -110,7 +111,6 @@
|
|
|
110
111
|
"micromark-extension-directive": "1.4.0",
|
|
111
112
|
"minimatch": "^10.0.0",
|
|
112
113
|
"prop-types": "^15.8.1",
|
|
113
|
-
"pure-react-carousel": "^1.27.6",
|
|
114
114
|
"react-aria": "^3.29.1",
|
|
115
115
|
"react-docgen-typescript": "2.1.0",
|
|
116
116
|
"react-hook-form": "^6.15.4",
|
|
@@ -119,7 +119,6 @@
|
|
|
119
119
|
"tailwind-merge": "^3.5.0",
|
|
120
120
|
"tailwind-variants": "^3.2.2",
|
|
121
121
|
"tailwindcss": "^4.2.1",
|
|
122
|
-
"tailwindcss-safe-area": "^1.3.0",
|
|
123
122
|
"throttle-debounce": "^3.0.1",
|
|
124
123
|
"ts-morph": "^25.0.1",
|
|
125
124
|
"uid": "^2.0.0",
|