mui-tel-input 1.3.0 → 1.4.1

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/README.md CHANGED
@@ -70,7 +70,7 @@ const MyComponent = () => {
70
70
  }
71
71
  ```
72
72
 
73
- ## Options
73
+ ## Props
74
74
 
75
75
  | Name | Type | Description |
76
76
  | --------------- | ------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- |
@@ -93,6 +93,22 @@ const MyComponent = () => {
93
93
 
94
94
  While not explicitly documented above, the props of the [TextField](https://mui.com/api/text-field) component are also available on MuiTelInput.
95
95
 
96
+ ## CSS
97
+
98
+ | Global class | Description |
99
+ | ------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- |
100
+ | `.MuiTelInput-TextField` | Styles applied to the root element. |
101
+ | `.MuiTelInput-IconButton` | Styles applied to the [IconButton](https://mui.com/material-ui/api/icon-button/) of the current flag. |
102
+ | `.MuiTelInput-Flag` | Styles applied to a flag. |
103
+ | `.MuiTelInput-Menu` | Styles applied to [Menu](https://mui.com/material-ui/api/menu/) component. |
104
+ | `.MuiTelInput-MenuItem` | Styles applied to a flag item of the [Menu](https://mui.com/material-ui/api/menu/). |
105
+ | `.MuiTelInput-ListItemIcon-flag` | Styles applied to the [ListItemIcon](https://mui.com/material-ui/api/list-item-icon/) of a flag item |
106
+ | `.MuiTelInput-ListItemText-country` | Styles applied to the [ListItemText](https://mui.com/material-ui/api/list-item-text/) of a flag item |
107
+ | `.MuiTelInput-Typography-calling-code` | Styles applied to the calling code of a flag item |
108
+
109
+ You can override the style of the component with a [global class name](https://mui.com/material-ui/guides/interoperability/#global-css).
110
+
111
+
96
112
 
97
113
  ## Country code
98
114