optimized-react-component-library-xyz123 0.1.147 → 0.1.149

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.1.147",
3
+ "version": "0.1.149",
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",
@@ -804,8 +804,11 @@ textarea:focus-visible,
804
804
  margin-bottom: 36px;
805
805
  }
806
806
 
807
- .pts-edit-step-text{
807
+ .pts-edit-step-button{
808
808
  text-decoration: none;
809
+ }
810
+
811
+ .pts-edit-step-text{
809
812
  padding-left: 5px;
810
813
  }
811
814
 
@@ -822,7 +825,7 @@ textarea:focus-visible,
822
825
 
823
826
  .pts-legend {
824
827
  display: block;
825
- margin-bottom: 3.6rem;
828
+ margin-bottom: 2.8rem;
826
829
  }
827
830
 
828
831
  .multipleCheckboxes-legend {
@@ -947,7 +950,6 @@ textarea:focus-visible,
947
950
 
948
951
  .pts-errorSummary-container {
949
952
  padding: 1.6rem 2.4rem 1.6rem 2.4rem;
950
- margin-top: 3.6rem;
951
953
  border-radius: 0.8rem;
952
954
  border: 0.1rem solid var(--error);
953
955
  border-left: 4rem solid var(--error);