optimized-react-component-library-xyz123 0.10.1 → 0.10.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "optimized-react-component-library-xyz123",
3
- "version": "0.10.1",
3
+ "version": "0.10.3",
4
4
  "description": "A modern React component library using TypeScript with React 19 support.",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",
@@ -181,6 +181,16 @@
181
181
  color: var(--dark-text);
182
182
  }
183
183
 
184
+ input:-webkit-autofill,
185
+ input:-webkit-autofill:hover,
186
+ input:-webkit-autofill:focus,
187
+ input:-webkit-autofill:active {
188
+ -webkit-box-shadow: 0 0 0 1000px var(--input-bg) inset !important;
189
+ box-shadow: 0 0 0 1000px var(--dark-main) inset !important;
190
+ -webkit-text-fill-color: var(--dark-info) !important;
191
+ transition: background-color 9999s ease-in-out 0s !important;
192
+ }
193
+
184
194
 
185
195
  /* ---------- STEPPER BUTTON ---------- */
186
196
 
@@ -109,6 +109,18 @@ div.pts-root-question:last-child {
109
109
  height: 4.8rem;
110
110
  }
111
111
 
112
+
113
+
114
+ input:-webkit-autofill,
115
+ input:-webkit-autofill:hover,
116
+ input:-webkit-autofill:focus,
117
+ input:-webkit-autofill:active {
118
+ -webkit-box-shadow: 0 0 0 1000px var(--input-bg) inset !important;
119
+ box-shadow: 0 0 0 1000px #FFFFFF inset !important;
120
+ -webkit-text-fill-color: var(--info) !important;
121
+ transition: background-color 9999s ease-in-out 0s !important;
122
+ }
123
+
112
124
  /* ---------- RADIO MULTIPLE ---------- */
113
125
 
114
126
  .pts-radioMultiple-container input[type='radio'] {