optimized-react-component-library-xyz123 1.1.2 → 1.1.3

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.
Files changed (2) hide show
  1. package/package.json +3 -2
  2. package/src/css/styles.css +0 -79
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "optimized-react-component-library-xyz123",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
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",
@@ -13,7 +13,8 @@
13
13
  "./css/darkMode.css": "./src/css/darkMode.css",
14
14
  "./css/mobileView.css": "./src/css/mobileView.css",
15
15
  "./css/styles.css": "./src/css/styles.css",
16
- "./css/questions.css": "./src/css/questions.css"
16
+ "./css/questions.css": "./src/css/questions.css",
17
+ "./css/FooterStandard.css": "./src/css/FooterStandard.css"
17
18
  },
18
19
  "files": [
19
20
  "dist",
@@ -683,85 +683,6 @@ input:focus-visible:-webkit-autofill {
683
683
  transition: 0.2s;
684
684
  }
685
685
 
686
- /* ---------- FOOTER ---------- */
687
-
688
- .pts-footer-container {
689
- align-items: center;
690
- width: 100%;
691
- background-color: var(--background-second);
692
- }
693
-
694
- .pts-footer-slogan-text-container {
695
- display: flex;
696
- align-items: center;
697
- justify-content: center;
698
- background-color: var(--background-third);
699
- height: 50px;
700
- padding: 0px;
701
- }
702
-
703
- .pts-footer-slogan-text {
704
- color: var(--main);
705
- line-height: 2.4rem;
706
- font-size: 2rem;
707
- text-box-trim: trim-both;
708
- margin: 0;
709
- }
710
-
711
- .pts-footer-content {
712
- display: flex;
713
- align-items: center;
714
- width: 100%;
715
- min-height: 14rem;
716
- padding: 0.1rem 0;
717
- }
718
-
719
- .pts-footer-logo {
720
- width: 154.444px;
721
- height: 40px;
722
- padding-left: 70px;
723
- flex-shrink: 0;
724
- position: relative;
725
- }
726
-
727
- .pts-footer-linkList {
728
- flex: 1;
729
- justify-content: center;
730
- margin-left: -224px;
731
- }
732
-
733
- .pts-footer-linkList ul {
734
- padding: 0;
735
- padding-top: 15px;
736
- margin: 0;
737
- list-style: none;
738
- display: flex;
739
- justify-content: center;
740
- line-height: 25px;
741
- }
742
-
743
- .pts-footer-linkList a {
744
- color: var(--main);
745
- text-underline-offset: 3px;
746
- white-space: nowrap;
747
- }
748
-
749
- .pts-footer-linkList a span {
750
- padding-left: 36px;
751
- padding-right: 36px;
752
- color: var(--main);
753
- }
754
-
755
- .pts-footer-container .pts-footer-linkList ul li:not(:last-child)::after {
756
- content: '';
757
- width: 1px;
758
- height: 24px;
759
- border: 0.5px solid;
760
- color: var(--main);
761
- position: absolute;
762
- box-sizing: border-box;
763
- }
764
-
765
686
  /* ---------- MODAL ---------- */
766
687
 
767
688
  .pts-modal-overlay {