optimized-react-component-library-xyz123 2.8.1 → 2.8.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "optimized-react-component-library-xyz123",
3
- "version": "2.8.1",
3
+ "version": "2.8.2",
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",
@@ -506,7 +506,7 @@
506
506
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='94' height='94' viewBox='0 0 94 94' fill='none'%3e%3cpath d='M47 11.75C66.4682 11.75 82.25 27.532 82.25 47C82.25 66.4682 66.4682 82.25 47 82.25C27.532 82.25 11.75 66.4682 11.75 47C11.75 27.532 27.532 11.75 47 11.75Z' stroke='%23B07CBF' stroke-opacity='0.25' stroke-width='7.83333' stroke-linecap='round'/%3e%3cpath d='M47 11.75C66.4682 11.75 82.25 27.532 82.25 47' stroke='%23B07CBF' stroke-width='7.83333' stroke-linecap='round'/%3e%3c/svg%3e");
507
507
  }
508
508
 
509
- .pts-modal-overlay {
509
+ .pts-modal-overlay, .pts-navigation-overlay {
510
510
  background-color: rgba(255, 255, 255, 0.5);
511
511
  }
512
512
 
@@ -384,6 +384,7 @@ input:focus-visible:-webkit-autofill {
384
384
  }
385
385
 
386
386
  .pts-navigation-link-expand-button {
387
+ all:unset;
387
388
  border: none;
388
389
  padding: 0;
389
390
  cursor: pointer;
@@ -727,10 +728,14 @@ input:focus-visible:-webkit-autofill {
727
728
  padding: 0;
728
729
  }
729
730
  .pts-linkList-container li {
730
- padding: 6px;
731
+ padding-bottom: 16px;
731
732
  list-style: none;
732
733
  }
733
734
 
735
+ .pts-linkList-container li:last-child{
736
+ padding-bottom:0 ;
737
+ }
738
+
734
739
  /* ---------- GRANSKA-Sidan ---------- */
735
740
  .pts-editPreviewLink-container {
736
741
  display: flex;