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/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +32 -7
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +33 -8
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/css/darkMode.css +1 -1
- package/src/css/styles.css +6 -1
package/package.json
CHANGED
package/src/css/darkMode.css
CHANGED
|
@@ -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
|
|
package/src/css/styles.css
CHANGED
|
@@ -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:
|
|
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;
|