prosperita-dumbo-react 3.0.2 → 3.0.4

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.
@@ -11983,7 +11983,7 @@ const u5 = /* @__PURE__ */ a(k, { children: /* @__PURE__ */ a(
11983
11983
  background: ${c.layer01};
11984
11984
  font-family: IBM Plex Sans;
11985
11985
  flex-direction: column;
11986
- min-width:1100px;
11986
+ min-width:1200px;
11987
11987
  & > div:nth-child(2) {
11988
11988
  display: flex;
11989
11989
  align-self: end;
@@ -2195,7 +2195,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
2195
2195
  background: ${c.layer01};
2196
2196
  font-family: IBM Plex Sans;
2197
2197
  flex-direction: column;
2198
- min-width:1100px;
2198
+ min-width:1200px;
2199
2199
  & > div:nth-child(2) {
2200
2200
  display: flex;
2201
2201
  align-self: end;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "prosperita-dumbo-react",
3
- "version": "3.0.2",
3
+ "version": "3.0.4",
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",