prosperita-dumbo-react 1.2.70 → 1.2.71

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.
@@ -6210,7 +6210,7 @@ white-space: normal;
6210
6210
  font-family: "IBM Plex Sans";
6211
6211
  font-size: 14px;
6212
6212
  font-style: normal;
6213
- font-weight: 300;
6213
+ font-weight:${({ paddingDrop: e }) => e ? 100 : 300};
6214
6214
  line-height: 18px;
6215
6215
  letter-spacing: 0.16px;
6216
6216
 
@@ -1387,7 +1387,7 @@ white-space: normal;
1387
1387
  font-family: "IBM Plex Sans";
1388
1388
  font-size: 14px;
1389
1389
  font-style: normal;
1390
- font-weight: 300;
1390
+ font-weight:${({paddingDrop:e})=>e?100:300};
1391
1391
  line-height: 18px;
1392
1392
  letter-spacing: 0.16px;
1393
1393
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "prosperita-dumbo-react",
3
- "version": "1.2.70",
3
+ "version": "1.2.71",
4
4
  "main": "dist/prosperita-dumbo-react.umd.js",
5
5
  "module": "dist/prosperita-dumbo-react.es.js",
6
6
  "types": "dist/types/index.d.ts",