@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/styles.css
CHANGED
|
@@ -2282,7 +2282,7 @@
|
|
|
2282
2282
|
border-radius: var(--radius-md);
|
|
2283
2283
|
}
|
|
2284
2284
|
.rounded-none {
|
|
2285
|
-
border-radius: 0
|
|
2285
|
+
border-radius: 0;
|
|
2286
2286
|
}
|
|
2287
2287
|
.rounded-sm {
|
|
2288
2288
|
border-radius: var(--radius-sm);
|
|
@@ -7496,7 +7496,7 @@
|
|
|
7496
7496
|
}
|
|
7497
7497
|
.data-\[range-middle\=true\]\:rounded-none {
|
|
7498
7498
|
&[data-range-middle=true] {
|
|
7499
|
-
border-radius: 0
|
|
7499
|
+
border-radius: 0;
|
|
7500
7500
|
}
|
|
7501
7501
|
}
|
|
7502
7502
|
.data-\[range-middle\=true\]\:bg-accent {
|
|
@@ -7542,7 +7542,7 @@
|
|
|
7542
7542
|
}
|
|
7543
7543
|
.data-\[selected\=true\]\:rounded-none {
|
|
7544
7544
|
&[data-selected=true] {
|
|
7545
|
-
border-radius: 0
|
|
7545
|
+
border-radius: 0;
|
|
7546
7546
|
}
|
|
7547
7547
|
}
|
|
7548
7548
|
.data-\[selected\=true\]\:bg-primary-800\/10 {
|
|
@@ -12081,7 +12081,7 @@
|
|
|
12081
12081
|
}
|
|
12082
12082
|
}
|
|
12083
12083
|
.\[\@media\(pointer\:fine\)\]\:hidden {
|
|
12084
|
-
@media (pointer:fine) {
|
|
12084
|
+
@media (pointer: fine) {
|
|
12085
12085
|
display: none;
|
|
12086
12086
|
}
|
|
12087
12087
|
}
|
|
@@ -13572,5 +13572,5 @@
|
|
|
13572
13572
|
}
|
|
13573
13573
|
}
|
|
13574
13574
|
}
|
|
13575
|
-
/*! tailwindcss v4.1.
|
|
13575
|
+
/*! tailwindcss v4.1.16 | MIT License | https://tailwindcss.com */
|
|
13576
13576
|
/*# sourceMappingURL=styles.css.map */
|