prosperita-dumbo-react 1.2.100 → 1.3.1

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.
@@ -23958,7 +23958,7 @@ const vS = ({
23958
23958
  width: 100%;
23959
23959
  }
23960
23960
  border-radius:10px;
23961
- @media (max-width: ${(e) => e.widthOverflow || "1500px"}) {
23961
+ @media (max-width: 1200px) {
23962
23962
  overflow-x: auto;
23963
23963
  white-space: nowrap;
23964
23964
  }
@@ -3884,7 +3884,7 @@ padding:${({rowSizes:e})=>e?`${e}px`:"8px"};
3884
3884
  width: 100%;
3885
3885
  }
3886
3886
  border-radius:10px;
3887
- @media (max-width: ${e=>e.widthOverflow||"1500px"}) {
3887
+ @media (max-width: 1200px) {
3888
3888
  overflow-x: auto;
3889
3889
  white-space: nowrap;
3890
3890
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "prosperita-dumbo-react",
3
- "version": "1.2.100",
3
+ "version": "1.3.1",
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",