@beweco/aurora-ui 0.6.59 → 0.6.60-qa.70
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/index.cjs.js
CHANGED
|
@@ -4045,13 +4045,6 @@ var Phone = function (_a) {
|
|
|
4045
4045
|
document.removeEventListener("mousedown", handleClickOutside);
|
|
4046
4046
|
};
|
|
4047
4047
|
}, [isDropdownOpen]);
|
|
4048
|
-
// El dropdown se portea a `body` con posición absoluta fija; cerrarlo cuando
|
|
4049
|
-
// un ancestro hace scroll para que no quede flotando fuera de lugar.
|
|
4050
|
-
useCloseOnAncestorScroll({
|
|
4051
|
-
isOpen: isDropdownOpen,
|
|
4052
|
-
onClose: function () { return setIsDropdownOpen(false); },
|
|
4053
|
-
contentRef: portalDropdownRef,
|
|
4054
|
-
});
|
|
4055
4048
|
var handleCountrySelect = function (country) {
|
|
4056
4049
|
setSelectedCountry(country);
|
|
4057
4050
|
setIsDropdownOpen(false);
|
package/dist/index.esm.js
CHANGED
|
@@ -4046,13 +4046,6 @@ var Phone = function (_a) {
|
|
|
4046
4046
|
document.removeEventListener("mousedown", handleClickOutside);
|
|
4047
4047
|
};
|
|
4048
4048
|
}, [isDropdownOpen]);
|
|
4049
|
-
// El dropdown se portea a `body` con posición absoluta fija; cerrarlo cuando
|
|
4050
|
-
// un ancestro hace scroll para que no quede flotando fuera de lugar.
|
|
4051
|
-
useCloseOnAncestorScroll({
|
|
4052
|
-
isOpen: isDropdownOpen,
|
|
4053
|
-
onClose: function () { return setIsDropdownOpen(false); },
|
|
4054
|
-
contentRef: portalDropdownRef,
|
|
4055
|
-
});
|
|
4056
4049
|
var handleCountrySelect = function (country) {
|
|
4057
4050
|
setSelectedCountry(country);
|
|
4058
4051
|
setIsDropdownOpen(false);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Phone.d.ts","sourceRoot":"","sources":["../../../../src/components/phone/Phone.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"Phone.d.ts","sourceRoot":"","sources":["../../../../src/components/phone/Phone.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAOrD,eAAO,MAAM,KAAK,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAmP3C,CAAC;AAEF,eAAe,KAAK,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@beweco/aurora-ui",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.60-qa.70",
|
|
4
4
|
"description": "Bewe Aurora UI Component Library",
|
|
5
5
|
"main": "./dist/index.cjs.js",
|
|
6
6
|
"module": "./dist/index.esm.js",
|
|
@@ -44,7 +44,6 @@
|
|
|
44
44
|
"@heroui/theme": "2.4.15",
|
|
45
45
|
"@heroui/use-theme": "2.1.9",
|
|
46
46
|
"@iconify/react": "6.0.0",
|
|
47
|
-
"framer-motion": "12.14.0",
|
|
48
47
|
"recharts": "^2.8.0"
|
|
49
48
|
},
|
|
50
49
|
"peerDependencies": {
|
|
@@ -53,7 +52,7 @@
|
|
|
53
52
|
"@heroui/theme": "2.4.15",
|
|
54
53
|
"@heroui/use-theme": "2.1.9",
|
|
55
54
|
"@iconify/react": "6.0.0",
|
|
56
|
-
"framer-motion": "12.
|
|
55
|
+
"framer-motion": ">=12.0.0",
|
|
57
56
|
"react": ">=18.0.0",
|
|
58
57
|
"react-dom": ">=18.0.0",
|
|
59
58
|
"recharts": "^2.8.0",
|
|
@@ -79,6 +78,7 @@
|
|
|
79
78
|
"autoprefixer": "^10.4.21",
|
|
80
79
|
"chromatic": "^13.0.0",
|
|
81
80
|
"dotenv-cli": "^8.0.0",
|
|
81
|
+
"framer-motion": "^12.41.0",
|
|
82
82
|
"husky": "^9.1.7",
|
|
83
83
|
"postcss": "^8.5.5",
|
|
84
84
|
"postcss-loader": "^8.1.1",
|