optimized-react-component-library-xyz123 0.1.11 → 0.1.12

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.11",
3
+ "version": "0.1.12",
4
4
  "description": "A modern React component library using TypeScript.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -315,6 +315,11 @@ textarea:focus-visible,
315
315
  margin-left: 1.6rem;
316
316
  }
317
317
 
318
+ .pts-start-applicationButton {
319
+ align-self: start !important;
320
+ margin-left: 0px !important;
321
+ }
322
+
318
323
  .pts-backButton:focus,
319
324
  .pts-backButton:hover,
320
325
  .pts-forwardButton:focus,