optimized-react-component-library-xyz123 0.15.4 → 0.15.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "optimized-react-component-library-xyz123",
3
- "version": "0.15.4",
3
+ "version": "0.15.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",
@@ -311,10 +311,6 @@
311
311
  color: var(--dark-action);
312
312
  }
313
313
 
314
- .pts-editPreviewLink-container svg path {
315
- stroke: var(--dark-action);
316
- }
317
-
318
314
  /* ---------- GRANSKA ---------- */
319
315
 
320
316
  .no-answer-preview-page {
@@ -485,12 +485,6 @@ textarea:focus-visible,
485
485
  gap: 0.2rem;
486
486
  }
487
487
 
488
- .pts-editPreviewLink-container svg {
489
- height: 1.6rem;
490
- width: 1.6rem;
491
- flex-shrink: 0;
492
- }
493
-
494
488
  .pts-question-preview,
495
489
  .addFilesPreviewContainer {
496
490
  display: flex;