@nswds/app 1.78.8 → 1.79.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.
- 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
|
@@ -17527,7 +17527,7 @@ function FormatToggle({ format, setFormat }) {
|
|
|
17527
17527
|
|
|
17528
17528
|
// package.json
|
|
17529
17529
|
var package_default = {
|
|
17530
|
-
version: "1.78.
|
|
17530
|
+
version: "1.78.8"};
|
|
17531
17531
|
var SluggerContext = React5__namespace.default.createContext(null);
|
|
17532
17532
|
function flattenText(nodes) {
|
|
17533
17533
|
if (nodes == null || typeof nodes === "boolean") return "";
|