@greghowe79/the-lib 1.7.1 → 1.7.2

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.
@@ -308,8 +308,8 @@ input[type='number'] {\r
308
308
  .input-label:not(.bg_light):not(:focus-within) input.input:-webkit-autofill,\r
309
309
  .input-label:not(.bg_light):not(:focus-within) input.input:-webkit-autofill:hover,\r
310
310
  .input-label:not(.bg_light):not(:focus-within) input.input:-webkit-autofill:active {\r
311
- -webkit-box-shadow: 0 0 0 9999px #f5f5f5 inset !important;\r
312
- box-shadow: 0 0 0 9999px #f5f5f5 inset !important;\r
311
+ /* -webkit-box-shadow: 0 0 0 9999px #f5f5f5 inset !important;\r
312
+ box-shadow: 0 0 0 9999px #f5f5f5 inset !important; */\r
313
313
  -webkit-text-fill-color: #333 !important;\r
314
314
  font-family: 'Roboto Condensed', sans-serif !important;\r
315
315
  font-size: 1rem !important;\r
@@ -378,8 +378,8 @@ input.input:-webkit-autofill:active {\r
378
378
  .input-label:not(.bg_light) input.input:-webkit-autofill:hover,\r
379
379
  .input-label:not(.bg_light) input.input:-webkit-autofill:focus,\r
380
380
  .input-label:not(.bg_light) input.input:-webkit-autofill:active {\r
381
- -webkit-box-shadow: 0 0 0 9999px #f5f5f5 inset !important;\r
382
- box-shadow: 0 0 0 9999px #f5f5f5 inset !important;\r
381
+ /* -webkit-box-shadow: 0 0 0 9999px #f5f5f5 inset !important;\r
382
+ box-shadow: 0 0 0 9999px #f5f5f5 inset !important; */\r
383
383
  -webkit-text-fill-color: #333 !important;\r
384
384
  background-color: transparent !important;\r
385
385
  background-image: none !important;\r
@@ -307,8 +307,8 @@ input[type='number'] {\r
307
307
  .input-label:not(.bg_light):not(:focus-within) input.input:-webkit-autofill,\r
308
308
  .input-label:not(.bg_light):not(:focus-within) input.input:-webkit-autofill:hover,\r
309
309
  .input-label:not(.bg_light):not(:focus-within) input.input:-webkit-autofill:active {\r
310
- -webkit-box-shadow: 0 0 0 9999px #f5f5f5 inset !important;\r
311
- box-shadow: 0 0 0 9999px #f5f5f5 inset !important;\r
310
+ /* -webkit-box-shadow: 0 0 0 9999px #f5f5f5 inset !important;\r
311
+ box-shadow: 0 0 0 9999px #f5f5f5 inset !important; */\r
312
312
  -webkit-text-fill-color: #333 !important;\r
313
313
  font-family: 'Roboto Condensed', sans-serif !important;\r
314
314
  font-size: 1rem !important;\r
@@ -377,8 +377,8 @@ input.input:-webkit-autofill:active {\r
377
377
  .input-label:not(.bg_light) input.input:-webkit-autofill:hover,\r
378
378
  .input-label:not(.bg_light) input.input:-webkit-autofill:focus,\r
379
379
  .input-label:not(.bg_light) input.input:-webkit-autofill:active {\r
380
- -webkit-box-shadow: 0 0 0 9999px #f5f5f5 inset !important;\r
381
- box-shadow: 0 0 0 9999px #f5f5f5 inset !important;\r
380
+ /* -webkit-box-shadow: 0 0 0 9999px #f5f5f5 inset !important;\r
381
+ box-shadow: 0 0 0 9999px #f5f5f5 inset !important; */\r
382
382
  -webkit-text-fill-color: #333 !important;\r
383
383
  background-color: transparent !important;\r
384
384
  background-image: none !important;\r
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@greghowe79/the-lib",
3
- "version": "1.7.1",
3
+ "version": "1.7.2",
4
4
  "description": "Collection of fast components for Qwik",
5
5
  "main": "./lib/index.qwik.mjs",
6
6
  "qwik": "./lib/index.qwik.mjs",