@nswds/app 1.78.0 → 1.78.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/styles.css CHANGED
@@ -2590,12 +2590,6 @@
2590
2590
  background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
2591
2591
  }
2592
2592
  }
2593
- .bg-black\/80 {
2594
- background-color: color-mix(in srgb, #000 80%, transparent);
2595
- @supports (color: color-mix(in lab, red, red)) {
2596
- background-color: color-mix(in oklab, var(--color-black) 80%, transparent);
2597
- }
2598
- }
2599
2593
  .bg-blue-50 {
2600
2594
  background-color: var(--color-blue-50);
2601
2595
  }
@@ -8097,11 +8091,6 @@
8097
8091
  --tw-exit-translate-x: -100%;
8098
8092
  }
8099
8093
  }
8100
- .data-\[state\=closed\]\:slide-out-to-left-1\/2 {
8101
- &[data-state=closed] {
8102
- --tw-exit-translate-x: -50%;
8103
- }
8104
- }
8105
8094
  .data-\[state\=closed\]\:slide-out-to-right {
8106
8095
  &[data-state=closed] {
8107
8096
  --tw-exit-translate-x: 100%;
@@ -8117,11 +8106,6 @@
8117
8106
  --tw-exit-translate-y: -0.5rem;
8118
8107
  }
8119
8108
  }
8120
- .data-\[state\=closed\]\:slide-out-to-top-\[48\%\] {
8121
- &[data-state=closed] {
8122
- --tw-exit-translate-y: -48%;
8123
- }
8124
- }
8125
8109
  .data-\[state\=closed\]\:zoom-out-95 {
8126
8110
  &[data-state=closed] {
8127
8111
  --tw-exit-scale: .95;
@@ -8310,11 +8294,6 @@
8310
8294
  --tw-enter-translate-x: -100%;
8311
8295
  }
8312
8296
  }
8313
- .data-\[state\=open\]\:slide-in-from-left-1\/2 {
8314
- &[data-state=open] {
8315
- --tw-enter-translate-x: -50%;
8316
- }
8317
- }
8318
8297
  .data-\[state\=open\]\:slide-in-from-right {
8319
8298
  &[data-state=open] {
8320
8299
  --tw-enter-translate-x: 100%;
@@ -8330,11 +8309,6 @@
8330
8309
  --tw-enter-translate-y: -0.5rem;
8331
8310
  }
8332
8311
  }
8333
- .data-\[state\=open\]\:slide-in-from-top-\[48\%\] {
8334
- &[data-state=open] {
8335
- --tw-enter-translate-y: -48%;
8336
- }
8337
- }
8338
8312
  .data-\[state\=open\]\:zoom-in-90 {
8339
8313
  &[data-state=open] {
8340
8314
  --tw-enter-scale: .9;
@@ -8868,15 +8842,6 @@
8868
8842
  gap: calc(var(--spacing) * 4);
8869
8843
  }
8870
8844
  }
8871
- .sm\:space-x-2 {
8872
- @media (width >= 40rem) {
8873
- :where(& > :not(:last-child)) {
8874
- --tw-space-x-reverse: 0;
8875
- margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
8876
- margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
8877
- }
8878
- }
8879
- }
8880
8845
  .sm\:divide-x {
8881
8846
  @media (width >= 40rem) {
8882
8847
  :where(& > :not(:last-child)) {
@@ -8898,11 +8863,6 @@
8898
8863
  }
8899
8864
  }
8900
8865
  }
8901
- .sm\:rounded-lg {
8902
- @media (width >= 40rem) {
8903
- border-radius: var(--radius-lg);
8904
- }
8905
- }
8906
8866
  .sm\:border-x {
8907
8867
  @media (width >= 40rem) {
8908
8868
  border-inline-style: var(--tw-border-style);