@queuedash/ui 3.12.0 → 3.13.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.
@@ -1 +1 @@
1
- {"version":3,"file":"JobModal.d.ts","sourceRoot":"","sources":["../../../src/components/JobModal.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,eAAe,CAAC;AAOzC,KAAK,aAAa,GAAG;IACnB,GAAG,EAAE,GAAG,CAAC;IACT,SAAS,EAAE,MAAM,IAAI,CAAC;IACtB,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,eAAO,MAAM,QAAQ,GAAI,+BAA+B,aAAa,gCAuHpE,CAAC"}
1
+ {"version":3,"file":"JobModal.d.ts","sourceRoot":"","sources":["../../../src/components/JobModal.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,eAAe,CAAC;AAOzC,KAAK,aAAa,GAAG;IACnB,GAAG,EAAE,GAAG,CAAC;IACT,SAAS,EAAE,MAAM,IAAI,CAAC;IACtB,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,eAAO,MAAM,QAAQ,GAAI,+BAA+B,aAAa,gCAwIpE,CAAC"}
package/dist/styles.css CHANGED
@@ -107,7 +107,7 @@
107
107
  }
108
108
 
109
109
  /*
110
- ! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com
110
+ ! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
111
111
  */
112
112
 
113
113
  /*
@@ -647,6 +647,10 @@ video {
647
647
  margin-bottom: 0.75rem;
648
648
  }
649
649
 
650
+ .mb-4 {
651
+ margin-bottom: 1rem;
652
+ }
653
+
650
654
  .mb-5 {
651
655
  margin-bottom: 1.25rem;
652
656
  }
@@ -655,10 +659,6 @@ video {
655
659
  margin-bottom: 1.5rem;
656
660
  }
657
661
 
658
- .mt-4 {
659
- margin-top: 1rem;
660
- }
661
-
662
662
  .block {
663
663
  display: block;
664
664
  }
@@ -886,6 +886,10 @@ video {
886
886
  flex-direction: column;
887
887
  }
888
888
 
889
+ .items-start {
890
+ align-items: flex-start;
891
+ }
892
+
889
893
  .items-center {
890
894
  align-items: center;
891
895
  }