@nswds/app 1.119.2 → 1.120.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 +7 -6
package/dist/index.cjs
CHANGED
|
@@ -18998,7 +18998,7 @@ function FormatToggle({ format, setFormat }) {
|
|
|
18998
18998
|
|
|
18999
18999
|
// package.json
|
|
19000
19000
|
var package_default = {
|
|
19001
|
-
version: "1.119.
|
|
19001
|
+
version: "1.119.2"};
|
|
19002
19002
|
var SluggerContext = React5__namespace.default.createContext(null);
|
|
19003
19003
|
function flattenText(nodes) {
|
|
19004
19004
|
if (nodes == null || typeof nodes === "boolean") return "";
|