optimized-react-component-library-xyz123 0.19.5 → 0.19.7

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.19.5",
3
+ "version": "0.19.7",
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",
@@ -32,7 +32,8 @@
32
32
  padding-top: 0;
33
33
  }
34
34
 
35
- .pts-footer-linkList a span {
35
+ .pts-footer-linkList a span,
36
+ .pts-footer-linkList button span{
36
37
  padding: 0;
37
38
  }
38
39
 
@@ -727,18 +727,49 @@ textarea:focus-visible,
727
727
  line-height: 25px;
728
728
  }
729
729
 
730
- .pts-footer-linkList a {
730
+ .pts-footer-linkList button{
731
+ clear: unset;
732
+ background-color: transparent;
733
+ }
734
+
735
+ .pts-footer-linkList a,
736
+ .pts-footer-linkList button {
731
737
  color: var(--main);
732
738
  text-underline-offset: 3px;
733
739
  white-space: nowrap;
734
740
  }
735
741
 
736
- .pts-footer-linkList a span {
742
+ .pts-footer-linkList button{
743
+ background: none;
744
+ border: none;
745
+ padding: 0;
746
+ margin: 0;
747
+ font: inherit;
748
+ color: inherit;
749
+ text-align: inherit;
750
+ line-height: normal;
751
+ cursor: pointer;
752
+ outline: none;
753
+ white-space: nowrap;
754
+
755
+ }
756
+
757
+ .pts-footer-linkList a span,
758
+ .pts-footer-linkList button span {
737
759
  padding-left: 36px;
738
760
  padding-right: 36px;
739
761
  color: var(--main);
740
762
  }
741
763
 
764
+ .pts-footer-linkList button span {
765
+ text-decoration: underline;
766
+ text-underline-offset: 3px;
767
+ }
768
+
769
+ .pts-footer-linkList button:hover span {
770
+ text-decoration: underline 0.2rem;
771
+ }
772
+
742
773
  .pts-footer-container .pts-footer-linkList ul li:not(:last-child)::after {
743
774
  content: '';
744
775
  width: 1px;