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

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/dist/index.d.mts CHANGED
@@ -40,8 +40,7 @@ interface IFormState {
40
40
  }
41
41
  interface IOption {
42
42
  label: string;
43
- value?: string;
44
- id?: string;
43
+ value: string;
45
44
  }
46
45
  interface IPTSLink {
47
46
  title: string;
package/dist/index.d.ts CHANGED
@@ -40,8 +40,7 @@ interface IFormState {
40
40
  }
41
41
  interface IOption {
42
42
  label: string;
43
- value?: string;
44
- id?: string;
43
+ value: string;
45
44
  }
46
45
  interface IPTSLink {
47
46
  title: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "optimized-react-component-library-xyz123",
3
- "version": "0.33.2",
3
+ "version": "0.33.4",
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",
@@ -39,7 +39,7 @@ div.pts-root-question:last-child {
39
39
  margin-bottom: 1.6rem;
40
40
  }
41
41
 
42
- .pts-question-information-legend{
42
+ .pts-question-information-legend {
43
43
  padding-bottom: 1.6rem;
44
44
  }
45
45
 
@@ -1089,18 +1089,3 @@ div.pts-root-question:last-child {
1089
1089
  background: var(--red-green-red, rgb(211, 165, 0));
1090
1090
  }
1091
1091
  /* ---------- END FILE UPLOAD ---------- */
1092
-
1093
- input:autofill,
1094
- input:autofill:hover,
1095
- input:autofill:focus,
1096
- input:-webkit-autofill,
1097
- input:-webkit-autofill:hover,
1098
- input:-webkit-autofill:focus {
1099
- -webkit-box-shadow: 0 0 0 1000px var(--main) inset !important;
1100
- box-shadow: 0 0 0 1000px var(--main) inset !important;
1101
- -webkit-text-fill-color: inherit !important; /* behåller textfärgen */
1102
- background-color: var(--main) !important;
1103
- }
1104
- input:-moz-autofill {
1105
- box-shadow: 0 0 0 1000px transparent inset !important;
1106
- }
@@ -180,6 +180,21 @@ 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
+
183
198
  button:focus-visible,
184
199
  a:focus-visible,
185
200
  input:focus-visible,
@@ -388,7 +403,7 @@ textarea:focus-visible,
388
403
  margin-top: 0;
389
404
  }
390
405
 
391
- .pts-instruction-before-start-text{
406
+ .pts-instruction-before-start-text {
392
407
  margin-top: 1.6rem;
393
408
  }
394
409