@homebound/beam 3.42.1 → 3.42.2
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/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -17388,7 +17388,7 @@ var VirtualRoot = (0, import_memoize_one.default)((gs, _columns, id, xss) => {
|
|
|
17388
17388
|
}), "data-testid": id, children });
|
|
17389
17389
|
});
|
|
17390
17390
|
});
|
|
17391
|
-
var CARD_MIN_WIDTH_PX =
|
|
17391
|
+
var CARD_MIN_WIDTH_PX = 330;
|
|
17392
17392
|
|
|
17393
17393
|
// src/components/ToggleChip.tsx
|
|
17394
17394
|
var import_runtime57 = require("@homebound/truss/runtime");
|