UNPKG

geoiq-frontend-ui-kit

Version:

This project is a UI kit for GeoIQ's frontend. It's built with React, TypeScript, and Vite.

15 lines (14 loc) 925 B
import { Typography as t } from "./index.es17.js"; import * as e from "react"; const i = () => /* @__PURE__ */ e.createElement("div", { className: "flex flex-col items-center justify-center h-full max-w-80" }, /* @__PURE__ */ e.createElement( "img", { src: "https://frontend-static-files.geoiq.io/strapi/notification_empty_state_d1614ba3d3/notification_empty_state_d1614ba3d3.svg", alt: "empty-state", className: "h-[150px] w-[150px]" } ), /* @__PURE__ */ e.createElement("div", { className: "flex flex-col items-center justify-center gap-1" }, /* @__PURE__ */ e.createElement(t, { variant: "body1", className: "text-light-1" }, "No new notifications for now!"), /* @__PURE__ */ e.createElement(t, { variant: "body4", className: "text-center text-light-4" }, "Stay tuned for updates, and we'll keep you posted when something comes up!"))); export { i as default }; //# sourceMappingURL=index.es149.js.map