optimized-react-component-library-xyz123 0.1.101 → 0.1.102

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.101",
3
+ "version": "0.1.102",
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",
@@ -1530,10 +1530,6 @@ dd {
1530
1530
  width: 100%;
1531
1531
  }
1532
1532
 
1533
- .dropFilesText{
1534
- margin-left: 0.8rem;
1535
- }
1536
-
1537
1533
  .fileInList .row {
1538
1534
  display: flex;
1539
1535
  justify-content: space-between;
@@ -1601,11 +1597,11 @@ dd {
1601
1597
  }
1602
1598
 
1603
1599
  .pts-addFile-error-container{
1604
- display: inline-flex;
1600
+ position: relative;
1601
+ display: flex;
1605
1602
  max-width: 532px;
1606
1603
  padding: 1.6rem 2.4rem 0 2.4rem;
1607
1604
  margin: 0 0 1.6rem 0;
1608
- width: auto;
1609
1605
  }
1610
1606
 
1611
1607
  .pts-addFile-error-container li{
@@ -1632,7 +1628,7 @@ dd {
1632
1628
  color: var(--red-green-red, #8e0039);
1633
1629
  font-size: 1.3rem;;
1634
1630
  line-height: 1.6rem;
1635
- padding-top: 0.8px;
1631
+ padding-top: 0.8rem !important;
1636
1632
  }
1637
1633
 
1638
1634
  .uploadedDot {