@tecsinapse/cortex-react 1.14.1-beta.2 → 1.14.1-beta.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.
|
@@ -57,7 +57,7 @@ const CarouselItem = ({ item }) => {
|
|
|
57
57
|
{
|
|
58
58
|
type: "button",
|
|
59
59
|
"data-testid": "button-link-carousel",
|
|
60
|
-
className: "z-absolute absolute bottom-
|
|
60
|
+
className: "z-absolute absolute bottom-giga left-[10%]",
|
|
61
61
|
children: item.button.title
|
|
62
62
|
}
|
|
63
63
|
)
|
|
@@ -55,7 +55,7 @@ const CarouselItem = ({ item }) => {
|
|
|
55
55
|
{
|
|
56
56
|
type: "button",
|
|
57
57
|
"data-testid": "button-link-carousel",
|
|
58
|
-
className: "z-absolute absolute bottom-
|
|
58
|
+
className: "z-absolute absolute bottom-giga left-[10%]",
|
|
59
59
|
children: item.button.title
|
|
60
60
|
}
|
|
61
61
|
)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tecsinapse/cortex-react",
|
|
3
|
-
"version": "1.14.1-beta.
|
|
3
|
+
"version": "1.14.1-beta.4",
|
|
4
4
|
"description": "React components based in @tecsinapse/cortex-core",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/esm/index.js",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@floating-ui/react": "^0.26.18",
|
|
22
22
|
"@internationalized/date": "3.7.0",
|
|
23
|
-
"@tecsinapse/cortex-core": "1.2.0-beta.
|
|
23
|
+
"@tecsinapse/cortex-core": "1.2.0-beta.12",
|
|
24
24
|
"clsx": "2.1.1",
|
|
25
25
|
"currency.js": "2.0.4",
|
|
26
26
|
"embla-carousel-autoplay": "^8.0.0",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"react": ">=18.0.0 || ^19.0.0",
|
|
47
47
|
"react-dom": ">=18.0.0 || ^19.0.0",
|
|
48
48
|
"react-icons": ">=5.2.0",
|
|
49
|
-
"
|
|
49
|
+
"tailwindcss": "^4.1.16"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "c58714213817635c3f432931f4a1dc4b74106d9e"
|
|
52
52
|
}
|