@mw-kit/mw-ui 1.9.2 → 1.9.3

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.js CHANGED
@@ -10056,6 +10056,9 @@ var EllipsisContainer_default = EllipsisContainer2;
10056
10056
  // src/components/Input/components/Input/styles.ts
10057
10057
  var IconContainer = import_styled_components17.default.div`
10058
10058
  position: absolute;
10059
+ top: 50%;
10060
+ transform: translateY(-50%);
10061
+
10059
10062
  display: flex;
10060
10063
  justify-content: space-between;
10061
10064
  align-items: center;
@@ -13035,7 +13038,8 @@ var Component2 = import_react29.default.forwardRef(
13035
13038
  Button6,
13036
13039
  {
13037
13040
  country: [country, setCountry],
13038
- open: [open, setOpen]
13041
+ open: [open, setOpen],
13042
+ disabled: props.disabled || props.readOnly
13039
13043
  }
13040
13044
  ),
13041
13045
  type: "jsx",
package/dist/index.mjs CHANGED
@@ -9997,6 +9997,9 @@ var EllipsisContainer_default = EllipsisContainer2;
9997
9997
  // src/components/Input/components/Input/styles.ts
9998
9998
  var IconContainer = styled14.div`
9999
9999
  position: absolute;
10000
+ top: 50%;
10001
+ transform: translateY(-50%);
10002
+
10000
10003
  display: flex;
10001
10004
  justify-content: space-between;
10002
10005
  align-items: center;
@@ -12976,7 +12979,8 @@ var Component2 = React23.forwardRef(
12976
12979
  Button6,
12977
12980
  {
12978
12981
  country: [country, setCountry],
12979
- open: [open, setOpen]
12982
+ open: [open, setOpen],
12983
+ disabled: props.disabled || props.readOnly
12980
12984
  }
12981
12985
  ),
12982
12986
  type: "jsx",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mw-kit/mw-ui",
3
- "version": "1.9.2",
3
+ "version": "1.9.3",
4
4
  "description": "Made with create-react-library",
5
5
  "author": "fmgusmao",
6
6
  "license": "MIT",