optimized-react-component-library-xyz123 0.33.4 → 0.33.5

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/css/styles.css +0 -15
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "optimized-react-component-library-xyz123",
3
- "version": "0.33.4",
3
+ "version": "0.33.5",
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",
@@ -180,21 +180,6 @@ p[aria-live='assertive']:empty {
180
180
  border: 0;
181
181
  }
182
182
 
183
- input:autofill,
184
- input:autofill:hover,
185
- input:autofill:focus,
186
- input:-webkit-autofill,
187
- input:-webkit-autofill:hover,
188
- input:-webkit-autofill:focus {
189
- -webkit-box-shadow: 0 0 0 1000px var(--main) inset !important;
190
- box-shadow: 0 0 0 1000px var(--main) inset !important;
191
- -webkit-text-fill-color: inherit !important; /* behåller textfärgen */
192
- background-color: var(--main) !important;
193
- }
194
- input:-moz-autofill {
195
- box-shadow: 0 0 0 1000px transparent inset !important;
196
- }
197
-
198
183
  button:focus-visible,
199
184
  a:focus-visible,
200
185
  input:focus-visible,