optimized-react-component-library-xyz123 2.8.2 → 2.8.4

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": "2.8.2",
3
+ "version": "2.8.4",
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",
@@ -453,7 +453,8 @@
453
453
  color: var(--dark-main);
454
454
  }
455
455
 
456
- .pts-open-close-icon svg path {
456
+ .pts-open-close-icon svg path,
457
+ .pts-collapse-open-close-icon svg path{
457
458
  fill: var(--dark-main);
458
459
  }
459
460
 
@@ -351,7 +351,7 @@ input:focus-visible:-webkit-autofill {
351
351
  transform: translateX(100%);
352
352
  transition:
353
353
  transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
354
- opacity 1s;
354
+ opacity 0.1s;
355
355
  }
356
356
 
357
357
  .pts-navigation-menu-container.open {
@@ -659,13 +659,23 @@ input:focus-visible:-webkit-autofill {
659
659
  font-size: 1.6rem;
660
660
  }
661
661
 
662
- .pts-collapse-button.open {
662
+ .pts-collapse-open-close-icon.open {
663
663
  border-radius: 8px 8px 0 0;
664
664
  }
665
665
 
666
+ .pts-collapse-open-close-icon svg{
667
+ width: 2.4rem;
668
+ height: 2.4rem;
669
+ position: relative;
670
+ top: 3px;
671
+ }
672
+
673
+
666
674
  .pts-collapse-button .pts-open-close-icon svg {
667
675
  width: 2.4rem;
668
676
  height: 2.4rem;
677
+ position: relative;
678
+ top: 3px;
669
679
  }
670
680
 
671
681
  .pts-collapse-body {
@@ -681,6 +691,7 @@ input:focus-visible:-webkit-autofill {
681
691
  border: 2px solid var(--background);
682
692
  border-top: none;
683
693
  border-radius: 0 0 8px 8px;
694
+ margin-top: -5px;
684
695
  }
685
696
 
686
697
  .pts-collapse-content {