@nswds/app 1.119.0 → 1.119.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 +5 -5
- package/dist/index.cjs +140 -77
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +8 -2
- package/dist/index.d.ts +8 -2
- package/dist/index.js +140 -77
- package/dist/index.js.map +1 -1
- package/dist/styles.css +5 -5
- package/dist/styles.css.map +1 -1
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -4976,6 +4976,11 @@
|
|
|
4976
4976
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
4977
4977
|
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
4978
4978
|
}
|
|
4979
|
+
.transition-\[background-color\,box-shadow\] {
|
|
4980
|
+
transition-property: background-color, box-shadow;
|
|
4981
|
+
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
4982
|
+
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
4983
|
+
}
|
|
4979
4984
|
.transition-\[color\,box-shadow\] {
|
|
4980
4985
|
transition-property: color, box-shadow;
|
|
4981
4986
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
@@ -6486,11 +6491,6 @@
|
|
|
6486
6491
|
}
|
|
6487
6492
|
}
|
|
6488
6493
|
}
|
|
6489
|
-
.peer-focus\:pointer-events-auto {
|
|
6490
|
-
&:is(:where(.peer):focus ~ *) {
|
|
6491
|
-
pointer-events: auto;
|
|
6492
|
-
}
|
|
6493
|
-
}
|
|
6494
6494
|
.peer-disabled\:cursor-not-allowed {
|
|
6495
6495
|
&:is(:where(.peer):disabled ~ *) {
|
|
6496
6496
|
cursor: not-allowed;
|