@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/globals.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! tailwindcss v4.1.
|
|
1
|
+
/*! tailwindcss v4.1.16 | MIT License | https://tailwindcss.com */
|
|
2
2
|
@layer properties;
|
|
3
3
|
@layer theme, base, components, utilities;
|
|
4
4
|
@layer theme, base, components, utilities;
|
|
@@ -2300,7 +2300,7 @@
|
|
|
2300
2300
|
border-radius: var(--radius-md);
|
|
2301
2301
|
}
|
|
2302
2302
|
.rounded-none {
|
|
2303
|
-
border-radius: 0
|
|
2303
|
+
border-radius: 0;
|
|
2304
2304
|
}
|
|
2305
2305
|
.rounded-sm {
|
|
2306
2306
|
border-radius: var(--radius-sm);
|
|
@@ -7373,7 +7373,7 @@
|
|
|
7373
7373
|
}
|
|
7374
7374
|
.data-\[range-middle\=true\]\:rounded-none {
|
|
7375
7375
|
&[data-range-middle="true"] {
|
|
7376
|
-
border-radius: 0
|
|
7376
|
+
border-radius: 0;
|
|
7377
7377
|
}
|
|
7378
7378
|
}
|
|
7379
7379
|
.data-\[range-middle\=true\]\:bg-accent {
|
|
@@ -7419,7 +7419,7 @@
|
|
|
7419
7419
|
}
|
|
7420
7420
|
.data-\[selected\=true\]\:rounded-none {
|
|
7421
7421
|
&[data-selected="true"] {
|
|
7422
|
-
border-radius: 0
|
|
7422
|
+
border-radius: 0;
|
|
7423
7423
|
}
|
|
7424
7424
|
}
|
|
7425
7425
|
.data-\[selected\=true\]\:bg-primary-800\/10 {
|
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.
|
|
17530
|
+
version: "1.82.0"};
|
|
17531
17531
|
var SluggerContext = React5__namespace.default.createContext(null);
|
|
17532
17532
|
function flattenText(nodes) {
|
|
17533
17533
|
if (nodes == null || typeof nodes === "boolean") return "";
|
|
@@ -24745,7 +24745,6 @@ function createAnimationState(visualElement) {
|
|
|
24745
24745
|
getState: () => state,
|
|
24746
24746
|
reset: () => {
|
|
24747
24747
|
state = createState();
|
|
24748
|
-
isInitialRender = true;
|
|
24749
24748
|
}
|
|
24750
24749
|
};
|
|
24751
24750
|
}
|