@nswds/app 1.104.0 → 1.106.0
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 +41 -0
- package/dist/index.cjs +1694 -116
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +19 -2
- package/dist/index.d.ts +19 -2
- package/dist/index.js +1694 -117
- package/dist/index.js.map +1 -1
- package/dist/styles.css +41 -0
- package/dist/styles.css.map +1 -1
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -2825,6 +2825,12 @@
|
|
|
2825
2825
|
.bg-primary-50 {
|
|
2826
2826
|
background-color: var(--color-primary-50);
|
|
2827
2827
|
}
|
|
2828
|
+
.bg-primary-50\/40 {
|
|
2829
|
+
background-color: var(--color-primary-50);
|
|
2830
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2831
|
+
background-color: color-mix(in oklab, var(--color-primary-50) 40%, transparent);
|
|
2832
|
+
}
|
|
2833
|
+
}
|
|
2828
2834
|
.bg-primary-50\/50 {
|
|
2829
2835
|
background-color: var(--color-primary-50);
|
|
2830
2836
|
@supports (color: color-mix(in lab, red, red)) {
|
|
@@ -8918,11 +8924,21 @@
|
|
|
8918
8924
|
min-height: calc(var(--spacing) * 12);
|
|
8919
8925
|
}
|
|
8920
8926
|
}
|
|
8927
|
+
.sm\:min-h-\[20rem\] {
|
|
8928
|
+
@media (width >= 40rem) {
|
|
8929
|
+
min-height: 20rem;
|
|
8930
|
+
}
|
|
8931
|
+
}
|
|
8921
8932
|
.sm\:min-h-\[22rem\] {
|
|
8922
8933
|
@media (width >= 40rem) {
|
|
8923
8934
|
min-height: 22rem;
|
|
8924
8935
|
}
|
|
8925
8936
|
}
|
|
8937
|
+
.sm\:min-h-\[24rem\] {
|
|
8938
|
+
@media (width >= 40rem) {
|
|
8939
|
+
min-height: 24rem;
|
|
8940
|
+
}
|
|
8941
|
+
}
|
|
8926
8942
|
.sm\:min-h-\[26rem\] {
|
|
8927
8943
|
@media (width >= 40rem) {
|
|
8928
8944
|
min-height: 26rem;
|
|
@@ -9099,6 +9115,11 @@
|
|
|
9099
9115
|
}
|
|
9100
9116
|
}
|
|
9101
9117
|
}
|
|
9118
|
+
.sm\:self-center {
|
|
9119
|
+
@media (width >= 40rem) {
|
|
9120
|
+
align-self: center;
|
|
9121
|
+
}
|
|
9122
|
+
}
|
|
9102
9123
|
.sm\:border-x {
|
|
9103
9124
|
@media (width >= 40rem) {
|
|
9104
9125
|
border-inline-style: var(--tw-border-style);
|
|
@@ -9766,11 +9787,21 @@
|
|
|
9766
9787
|
width: 280px;
|
|
9767
9788
|
}
|
|
9768
9789
|
}
|
|
9790
|
+
.lg\:w-auto {
|
|
9791
|
+
@media (width >= 64rem) {
|
|
9792
|
+
width: auto;
|
|
9793
|
+
}
|
|
9794
|
+
}
|
|
9769
9795
|
.lg\:max-w-none {
|
|
9770
9796
|
@media (width >= 64rem) {
|
|
9771
9797
|
max-width: none;
|
|
9772
9798
|
}
|
|
9773
9799
|
}
|
|
9800
|
+
.lg\:min-w-48 {
|
|
9801
|
+
@media (width >= 64rem) {
|
|
9802
|
+
min-width: calc(var(--spacing) * 48);
|
|
9803
|
+
}
|
|
9804
|
+
}
|
|
9774
9805
|
.lg\:flex-none {
|
|
9775
9806
|
@media (width >= 64rem) {
|
|
9776
9807
|
flex: none;
|
|
@@ -9816,6 +9847,11 @@
|
|
|
9816
9847
|
grid-template-columns: 20rem 1fr;
|
|
9817
9848
|
}
|
|
9818
9849
|
}
|
|
9850
|
+
.lg\:flex-row {
|
|
9851
|
+
@media (width >= 64rem) {
|
|
9852
|
+
flex-direction: row;
|
|
9853
|
+
}
|
|
9854
|
+
}
|
|
9819
9855
|
.lg\:flex-wrap {
|
|
9820
9856
|
@media (width >= 64rem) {
|
|
9821
9857
|
flex-wrap: wrap;
|
|
@@ -9826,6 +9862,11 @@
|
|
|
9826
9862
|
align-items: center;
|
|
9827
9863
|
}
|
|
9828
9864
|
}
|
|
9865
|
+
.lg\:items-start {
|
|
9866
|
+
@media (width >= 64rem) {
|
|
9867
|
+
align-items: flex-start;
|
|
9868
|
+
}
|
|
9869
|
+
}
|
|
9829
9870
|
.lg\:justify-between {
|
|
9830
9871
|
@media (width >= 64rem) {
|
|
9831
9872
|
justify-content: space-between;
|