@nswds/app 1.82.0 → 1.82.2
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 +4 -4
- package/dist/index.cjs +1 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -2
- package/dist/index.js.map +1 -1
- package/dist/styles.css +5 -5
- package/dist/styles.css.map +1 -1
- package/package.json +24 -20
package/dist/index.js
CHANGED
|
@@ -17473,7 +17473,7 @@ function FormatToggle({ format, setFormat }) {
|
|
|
17473
17473
|
|
|
17474
17474
|
// package.json
|
|
17475
17475
|
var package_default = {
|
|
17476
|
-
version: "1.
|
|
17476
|
+
version: "1.82.0"};
|
|
17477
17477
|
var SluggerContext = React5__default.createContext(null);
|
|
17478
17478
|
function flattenText(nodes) {
|
|
17479
17479
|
if (nodes == null || typeof nodes === "boolean") return "";
|
|
@@ -24691,7 +24691,6 @@ function createAnimationState(visualElement) {
|
|
|
24691
24691
|
getState: () => state,
|
|
24692
24692
|
reset: () => {
|
|
24693
24693
|
state = createState();
|
|
24694
|
-
isInitialRender = true;
|
|
24695
24694
|
}
|
|
24696
24695
|
};
|
|
24697
24696
|
}
|