@gridland/demo 0.2.33 → 0.2.34
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/landing.js +1 -1
- package/dist/run.js +38914 -586
- package/package.json +2 -4
package/dist/landing.js
CHANGED
|
@@ -787,7 +787,7 @@ Message.Footer = MessageFooter;
|
|
|
787
787
|
import { jsx as jsx20, jsxs as jsxs14 } from "react/jsx-runtime";
|
|
788
788
|
|
|
789
789
|
// ../ui/components/breakpoints/use-breakpoints.ts
|
|
790
|
-
import { useTerminalDimensions } from "@gridland/
|
|
790
|
+
import { useTerminalDimensions } from "@gridland/utils";
|
|
791
791
|
var BREAKPOINTS = {
|
|
792
792
|
tiny: 40,
|
|
793
793
|
narrow: 60,
|