@tecsinapse/cortex-react 2.1.0-beta.5 → 2.1.0-beta.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.
|
@@ -10,7 +10,7 @@ const PhoneInputOption = ({
|
|
|
10
10
|
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
11
11
|
"button",
|
|
12
12
|
{
|
|
13
|
-
className: "flex w-full h-[2rem] items-center justify-between p-centi cursor-pointer hover:bg-gray-100",
|
|
13
|
+
className: "flex w-full h-[2rem] items-center justify-between p-centi cursor-pointer hover:bg-gray-100 bg-inherit",
|
|
14
14
|
onClick: () => {
|
|
15
15
|
handleSelectCountry(country);
|
|
16
16
|
},
|
|
@@ -8,7 +8,7 @@ const PhoneInputOption = ({
|
|
|
8
8
|
return /* @__PURE__ */ jsxs(
|
|
9
9
|
"button",
|
|
10
10
|
{
|
|
11
|
-
className: "flex w-full h-[2rem] items-center justify-between p-centi cursor-pointer hover:bg-gray-100",
|
|
11
|
+
className: "flex w-full h-[2rem] items-center justify-between p-centi cursor-pointer hover:bg-gray-100 bg-inherit",
|
|
12
12
|
onClick: () => {
|
|
13
13
|
handleSelectCountry(country);
|
|
14
14
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tecsinapse/cortex-react",
|
|
3
|
-
"version": "2.1.0-beta.
|
|
3
|
+
"version": "2.1.0-beta.6",
|
|
4
4
|
"description": "React components based in @tecsinapse/cortex-core",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/esm/index.js",
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
"react-icons": ">=5.2.0",
|
|
50
50
|
"tailwindcss": "^4.1.16"
|
|
51
51
|
},
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "ed355af197814bf13f477826cc4deff86c0ea5d5"
|
|
53
53
|
}
|