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

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.146",
3
+ "version": "0.1.147",
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",
@@ -177,7 +177,6 @@
177
177
 
178
178
  .fileItem {
179
179
  display: grid !important;
180
- grid-template-columns: 26px 75% 60px;
181
180
  margin: 0;
182
181
  }
183
182
 
@@ -180,7 +180,7 @@ div.pts-root-question:last-child{
180
180
  }
181
181
 
182
182
  .pts-root-question{
183
- margin-bottom: 2.8rem;
183
+ margin-bottom: 3.6rem;
184
184
  }
185
185
 
186
186
  .pts-root-question legend,
@@ -424,7 +424,6 @@ textarea:focus-visible,
424
424
  .pts-stepper-container {
425
425
  display: flex;
426
426
  width: 100%;
427
- margin-top: 2rem;
428
427
  }
429
428
 
430
429
  .pts-stepper-step {
@@ -805,6 +804,11 @@ textarea:focus-visible,
805
804
  margin-bottom: 36px;
806
805
  }
807
806
 
807
+ .pts-edit-step-text{
808
+ text-decoration: none;
809
+ padding-left: 5px;
810
+ }
811
+
808
812
  .h3andPreviewLink {
809
813
  display: flex;
810
814
  align-items: center;
@@ -852,7 +856,8 @@ textarea:focus-visible,
852
856
  margin-inline-start: 0px;
853
857
  border-bottom: 1px solid #ddd;
854
858
  line-height: 2.4rem;
855
- margin: 0 !important;
859
+ margin: 0;
860
+ width: auto;
856
861
  }
857
862
 
858
863
  .pts-preview-page dt {