optimized-react-component-library-xyz123 0.18.2 → 0.18.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.18.2",
3
+ "version": "0.18.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",
@@ -242,6 +242,17 @@
242
242
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e") !important;
243
243
  }
244
244
 
245
+ /* ---------- SINGLE CHECKBOX ---------- */
246
+ .pts-singleCheckbox-container input[type='checkbox'] {
247
+ background-color: var(--dark-main);
248
+ border-color: var(--dark-info);
249
+ }
250
+ .pts-singleCheckbox-container input[type='checkbox']:checked {
251
+ background-color: var(--dark-action);
252
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e") !important;
253
+ }
254
+
255
+
245
256
  /* ---------- TEXTAREA ---------- */
246
257
 
247
258
  .pts-textArea-container textarea {
@@ -172,6 +172,7 @@ div.pts-root-question:last-child {
172
172
  border-radius: 0.2rem;
173
173
 
174
174
  cursor: pointer;
175
+ margin-left: 0px;
175
176
  }
176
177
 
177
178
  .pts-singleCheckbox-container input[type='checkbox']:checked {
@@ -204,6 +205,7 @@ div.pts-root-question:last-child {
204
205
  border: 0.15rem solid var(--info);
205
206
  border-radius: 0.2rem;
206
207
  cursor: pointer;
208
+ margin-left: 0px;
207
209
  }
208
210
 
209
211
  .pts-checkboxGroup-container input[type='checkbox']:checked {