optimized-react-component-library-xyz123 0.2.4 → 0.2.5

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.2.4",
3
+ "version": "0.2.5",
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",
@@ -640,8 +640,11 @@ textarea:focus-visible,
640
640
 
641
641
  .pts-footer-slogan-text{
642
642
  color: var(--main);
643
- line-height: 24px;
643
+ line-height: 2.4rem;
644
+ font-size: 2rem;
645
+ text-box-trim: trim-both;
644
646
  margin: 0;
647
+
645
648
  }
646
649
 
647
650
  .pts-footer-content{
@@ -649,6 +652,7 @@ textarea:focus-visible,
649
652
  align-items: center;
650
653
  width: 100%;
651
654
  min-height: 14rem;
655
+ padding: 0.1rem 0;
652
656
  }
653
657
 
654
658
  .pts-footer-logo {