@nswds/app 1.114.0 → 1.114.1
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/globals.css +30 -0
- 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/dist/styles.css +30 -0
- package/dist/styles.css.map +1 -1
- package/package.json +3 -1
package/dist/index.js
CHANGED
|
@@ -18781,7 +18781,7 @@ function FormatToggle({ format, setFormat }) {
|
|
|
18781
18781
|
|
|
18782
18782
|
// package.json
|
|
18783
18783
|
var package_default = {
|
|
18784
|
-
version: "1.
|
|
18784
|
+
version: "1.114.0"};
|
|
18785
18785
|
var SluggerContext = React5__default.createContext(null);
|
|
18786
18786
|
function flattenText(nodes) {
|
|
18787
18787
|
if (nodes == null || typeof nodes === "boolean") return "";
|