optimized-react-component-library-xyz123 0.1.78 → 0.1.80

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 +1 -1
  2. package/src/css/styles.css +19 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "optimized-react-component-library-xyz123",
3
- "version": "0.1.78",
3
+ "version": "0.1.80",
4
4
  "description": "A modern React component library using TypeScript with React 19 support.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -3,12 +3,17 @@
3
3
 
4
4
  /* ---------- GENERAL ---------- */
5
5
 
6
+ html, body #root{
7
+ height: 100vh;
8
+ margin: 0;
9
+ width: 100%;
10
+ }
11
+
6
12
  html {
7
13
  font-size: 62.5%; /* 1rem = 10px */
8
14
  }
9
15
 
10
16
  body {
11
- margin: 0;
12
17
  font-family: Arial;
13
18
  font-size: 1.6rem;
14
19
  font-weight: 400;
@@ -31,6 +36,17 @@ body a:hover {
31
36
  text-decoration: underline 0.2rem;
32
37
  }
33
38
 
39
+ #root {
40
+ display: flex;
41
+ flex-direction: column;
42
+ width: 100%;
43
+ margin:0;
44
+ }
45
+
46
+ main{
47
+ flex:1;
48
+ }
49
+
34
50
  h1,
35
51
  h2,
36
52
  h3 {
@@ -563,7 +579,7 @@ textarea:focus-visible,
563
579
  height: 40px;
564
580
  padding-left: 70px;
565
581
  flex-shrink: 0;
566
- position: absolute;
582
+ position: relative;
567
583
  }
568
584
 
569
585
  .pts-footer-linkList {
@@ -584,6 +600,7 @@ textarea:focus-visible,
584
600
  .pts-footer-linkList a {
585
601
  color: #ffffff;
586
602
  text-underline-offset: 3px;
603
+ white-space: nowrap;
587
604
  }
588
605
 
589
606
  .pts-footer-linkList a span {