optimized-react-component-library-xyz123 0.19.21 → 0.19.23

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.21",
3
+ "version": "0.19.23",
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
 
@@ -64,8 +64,7 @@ main {
64
64
  h1:focus:focus-visible,
65
65
  h2:focus:focus-visible,
66
66
  #pts-form-id-error-summary:focus:focus-visible,
67
- #pts-error-summary:focus:focus-visible,
68
- #pts-cookie-banner-placeholder:focus:focus-visible {
67
+ #pts-error-summary:focus:focus-visible {
69
68
  outline: none !important;
70
69
  border: none;
71
70
  }
@@ -728,44 +727,18 @@ textarea:focus-visible,
728
727
  line-height: 25px;
729
728
  }
730
729
 
731
- .pts-footer-linkList a,
732
- .pts-footer-linkList button {
730
+ .pts-footer-linkList a {
733
731
  color: var(--main);
734
732
  text-underline-offset: 3px;
735
733
  white-space: nowrap;
736
734
  }
737
735
 
738
- .pts-footer-linkList button{
739
- background: none;
740
- border: none;
741
- padding: 0;
742
- margin: 0;
743
- font: inherit;
744
- color: inherit;
745
- text-align: inherit;
746
- line-height: normal;
747
- cursor: pointer;
748
- outline: none;
749
- white-space: nowrap;
750
-
751
- }
752
-
753
- .pts-footer-linkList a span,
754
- .pts-footer-linkList button span {
736
+ .pts-footer-linkList a span {
755
737
  padding-left: 36px;
756
738
  padding-right: 36px;
757
739
  color: var(--main);
758
740
  }
759
741
 
760
- .pts-footer-linkList button span {
761
- text-decoration: underline;
762
- text-underline-offset: 3px;
763
- }
764
-
765
- .pts-footer-linkList button:hover span {
766
- text-decoration: underline 0.2rem;
767
- }
768
-
769
742
  .pts-footer-container .pts-footer-linkList ul li:not(:last-child)::after {
770
743
  content: '';
771
744
  width: 1px;