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

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.7",
3
+ "version": "0.19.9",
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,8 +32,7 @@
32
32
  padding-top: 0;
33
33
  }
34
34
 
35
- .pts-footer-linkList a span,
36
- .pts-footer-linkList button span{
35
+ .pts-footer-linkList a span {
37
36
  padding: 0;
38
37
  }
39
38
 
@@ -727,49 +727,18 @@ textarea:focus-visible,
727
727
  line-height: 25px;
728
728
  }
729
729
 
730
- .pts-footer-linkList button{
731
- clear: unset;
732
- background-color: transparent;
733
- }
734
-
735
- .pts-footer-linkList a,
736
- .pts-footer-linkList button {
730
+ .pts-footer-linkList a {
737
731
  color: var(--main);
738
732
  text-underline-offset: 3px;
739
733
  white-space: nowrap;
740
734
  }
741
735
 
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 {
736
+ .pts-footer-linkList a span {
759
737
  padding-left: 36px;
760
738
  padding-right: 36px;
761
739
  color: var(--main);
762
740
  }
763
741
 
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
-
773
742
  .pts-footer-container .pts-footer-linkList ul li:not(:last-child)::after {
774
743
  content: '';
775
744
  width: 1px;