zudoku 0.5.2-dev.2 → 0.6.0

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.
@@ -1,6 +1,6 @@
1
1
  import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  export const DemoAnnouncement = () => {
3
- return (_jsxs(_Fragment, { children: ["This demo hosting of your OpenAPI isn't as fast or flexible as self-hosting;", " ", _jsx("a", { href: "https://github.com/zuplo/zudoku", className: "px-1 underline hover:white", children: "Get started here" }), " ", "to see Zudoku at full tilt."] }));
3
+ return (_jsxs(_Fragment, { children: ["This demo version of your OpenAPI isn't as fast or flexible as self-hosting.", " ", _jsx("a", { href: "https://github.com/zuplo/zudoku", className: "underline hover:white", children: "Get started here" }), " ", "to see Zudoku at full tilt."] }));
4
4
  };
5
5
  export default DemoAnnouncement;
6
6
  //# sourceMappingURL=DemoAnnouncement.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"DemoAnnouncement.js","sourceRoot":"","sources":["../../../src/lib/demo/DemoAnnouncement.tsx"],"names":[],"mappings":";AAAA,MAAM,CAAC,MAAM,gBAAgB,GAAG,GAAG,EAAE;IACnC,OAAO,CACL,8GAEgB,GAAG,EACjB,YACE,IAAI,EAAC,iCAAiC,EACtC,SAAS,EAAC,4BAA4B,iCAGpC,EAAC,GAAG,mCAEP,CACJ,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
1
+ {"version":3,"file":"DemoAnnouncement.js","sourceRoot":"","sources":["../../../src/lib/demo/DemoAnnouncement.tsx"],"names":[],"mappings":";AAAA,MAAM,CAAC,MAAM,gBAAgB,GAAG,GAAG,EAAE;IACnC,OAAO,CACL,8GAEgB,GAAG,EACjB,YACE,IAAI,EAAC,iCAAiC,EACtC,SAAS,EAAC,uBAAuB,iCAG/B,EAAC,GAAG,mCAEP,CACJ,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zudoku",
3
- "version": "0.5.2-dev.2",
3
+ "version": "0.6.0",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist",
@@ -1,11 +1,11 @@
1
1
  export const DemoAnnouncement = () => {
2
2
  return (
3
3
  <>
4
- This demo hosting of your OpenAPI isn't as fast or flexible as
5
- self-hosting;{" "}
4
+ This demo version of your OpenAPI isn't as fast or flexible as
5
+ self-hosting.{" "}
6
6
  <a
7
7
  href="https://github.com/zuplo/zudoku"
8
- className="px-1 underline hover:white"
8
+ className="underline hover:white"
9
9
  >
10
10
  Get started here
11
11
  </a>{" "}