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

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.20",
3
+ "version": "0.19.21",
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",
@@ -64,7 +64,8 @@ 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 {
67
+ #pts-error-summary:focus:focus-visible,
68
+ #pts-cookie-banner-placeholder:focus:focus-visible {
68
69
  outline: none !important;
69
70
  border: none;
70
71
  }
@@ -727,11 +728,6 @@ textarea:focus-visible,
727
728
  line-height: 25px;
728
729
  }
729
730
 
730
- .pts-footer-linkList button{
731
- clear: unset;
732
- background-color: transparent;
733
- }
734
-
735
731
  .pts-footer-linkList a,
736
732
  .pts-footer-linkList button {
737
733
  color: var(--main);