blixify-ui-web 0.4.247 → 0.4.249

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/lib/tail.css CHANGED
@@ -134,7 +134,7 @@ input[type="radio"][class*="appearance-none"]:disabled:checked::after {
134
134
 
135
135
  .react-datepicker-small {
136
136
  padding: 0.375rem !important;
137
- font-size: 0.875rem !important;
137
+ font-size: 1rem !important; /* Minimum 16px to prevent iOS Safari auto-zoom */
138
138
  }
139
139
 
140
140
  .react-datepicker-borderless {
@@ -167,6 +167,7 @@ input[type="radio"][class*="appearance-none"]:disabled:checked::after {
167
167
  top: 0;
168
168
  left: 0;
169
169
  z-index: 20;
170
+ font-size: 1rem; /* Minimum 16px to prevent iOS Safari auto-zoom */
170
171
  }
171
172
 
172
173
  .react-datepicker__tab-loop {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "blixify-ui-web",
3
- "version": "0.4.247",
3
+ "version": "0.4.249",
4
4
  "license": "MIT",
5
5
  "main": "lib/index.js",
6
6
  "private": false,