@nswds/app 1.96.0 → 1.97.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 +118 -192
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/styles.css +120 -194
- package/dist/styles.css.map +1 -1
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -4399,7 +4399,7 @@ var styles = {
|
|
|
4399
4399
|
// States
|
|
4400
4400
|
"[--btn-hover-overlay:var(--color-primary-200)]/10 data-[variant=solid]:[--btn-hover-overlay:var(--color-primary-800)]/10",
|
|
4401
4401
|
// Dark mode
|
|
4402
|
-
"dark:[--btn-bg:var(--color-primary-
|
|
4402
|
+
"dark:[--btn-bg:var(--color-primary-200)] dark:[--btn-border:var(--color-primary-200)]/90 dark:[--btn-text:var(--color-primary-800)]",
|
|
4403
4403
|
// Dark mode states
|
|
4404
4404
|
"dark:[--btn-hover-overlay:var(--color-primary-400)]/30 dark:data-[variant=solid]:[--btn-hover-overlay:var(--color-white)]/10"
|
|
4405
4405
|
],
|
|
@@ -17542,7 +17542,7 @@ function FormatToggle({ format, setFormat }) {
|
|
|
17542
17542
|
|
|
17543
17543
|
// package.json
|
|
17544
17544
|
var package_default = {
|
|
17545
|
-
version: "1.
|
|
17545
|
+
version: "1.96.0"};
|
|
17546
17546
|
var SluggerContext = React5__default.createContext(null);
|
|
17547
17547
|
function flattenText(nodes) {
|
|
17548
17548
|
if (nodes == null || typeof nodes === "boolean") return "";
|