optimized-react-component-library-xyz123 0.10.4 → 0.10.5

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.10.4",
3
+ "version": "0.10.5",
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",
@@ -311,6 +311,7 @@
311
311
  /********************************************/
312
312
  /***************WIDTH: 480 ******************/
313
313
  /********************************************/
314
+ @media (max-width: 480px) {
314
315
  .pts-stepper-step:not(:last-child)::after {
315
316
  left: calc(50% + 3.6rem);
316
317
  right: calc(-50% + 3.6rem);