@paperless/core 3.15.6 → 3.15.8

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.
Files changed (35) hide show
  1. package/dist/build/{p-3f2fce4e.js → p-143f31bf.js} +1 -1
  2. package/dist/build/p-4f9c1419.entry.js +1 -0
  3. package/dist/build/p-cb377de6.entry.js +1 -0
  4. package/dist/{paperless/p-8d24b14d.entry.js → build/p-e6303115.entry.js} +1 -1
  5. package/dist/build/paperless.esm.js +1 -1
  6. package/dist/cjs/p-card-container.cjs.entry.js +5 -5
  7. package/dist/cjs/p-card-header.cjs.entry.js +2 -2
  8. package/dist/cjs/p-dropzone.cjs.entry.js +22 -24
  9. package/dist/collection/components/atoms/card/container/card-container.component.css +1 -1
  10. package/dist/collection/components/atoms/card/container/card-container.component.js +5 -5
  11. package/dist/collection/components/atoms/card/header/card-header.component.css +1 -1
  12. package/dist/collection/components/atoms/card/header/card-header.component.js +1 -1
  13. package/dist/collection/components/molecules/dropzone/dropzone.component.css +1 -1
  14. package/dist/collection/components/molecules/dropzone/dropzone.component.js +21 -23
  15. package/dist/components/p-card-container.js +1 -1
  16. package/dist/components/p-card-header.js +1 -1
  17. package/dist/components/p-dropzone.js +1 -1
  18. package/dist/esm/p-card-container.entry.js +5 -5
  19. package/dist/esm/p-card-header.entry.js +2 -2
  20. package/dist/esm/p-dropzone.entry.js +22 -24
  21. package/dist/index.html +1 -1
  22. package/dist/paperless/p-4f9c1419.entry.js +1 -0
  23. package/dist/paperless/p-cb377de6.entry.js +1 -0
  24. package/dist/{build/p-8d24b14d.entry.js → paperless/p-e6303115.entry.js} +1 -1
  25. package/dist/paperless/paperless.esm.js +1 -1
  26. package/dist/sw.js +1 -1
  27. package/dist/sw.js.map +1 -1
  28. package/dist/types/components.d.ts +2 -2
  29. package/hydrate/index.js +29 -31
  30. package/hydrate/index.mjs +29 -31
  31. package/package.json +1 -1
  32. package/dist/build/p-0299fdde.entry.js +0 -1
  33. package/dist/build/p-5da0b39b.entry.js +0 -1
  34. package/dist/paperless/p-0299fdde.entry.js +0 -1
  35. package/dist/paperless/p-5da0b39b.entry.js +0 -1
@@ -394,7 +394,7 @@ export namespace Components {
394
394
  "active": boolean;
395
395
  /**
396
396
  * A bg class to apply to the container
397
- * @default 'bg-white dark:bg-hurricane-600'
397
+ * @default 'bg-white dark:bg-white/5'
398
398
  */
399
399
  "bgClass": string;
400
400
  /**
@@ -4128,7 +4128,7 @@ declare namespace LocalJSX {
4128
4128
  "active"?: boolean;
4129
4129
  /**
4130
4130
  * A bg class to apply to the container
4131
- * @default 'bg-white dark:bg-hurricane-600'
4131
+ * @default 'bg-white dark:bg-white/5'
4132
4132
  */
4133
4133
  "bgClass"?: string;
4134
4134
  /**
package/hydrate/index.js CHANGED
@@ -88477,7 +88477,7 @@ class CardBody {
88477
88477
  }; }
88478
88478
  }
88479
88479
 
88480
- const cardContainerComponentCss = () => `.inline-block{display:inline-block}*{box-sizing:border-box}:host{display:inline-block;width:100%}.static{position:static}.flex{display:flex}.h-inherit{height:inherit}.w-inherit{width:inherit}.cursor-pointer{cursor:pointer}.flex-col{flex-direction:column}.rounded-2xl{border-radius:1rem}.border{border-width:1px}.border-0{border-width:0}.border-solid{border-style:solid}.border-negative-red-500{--tw-border-opacity:1;border-color:rgb(230 30 30/var(--tw-border-opacity,1))}.border-off-white-700{--tw-border-opacity:1;border-color:rgb(222 219 213/var(--tw-border-opacity,1))}.bg-amber-100{--tw-bg-opacity:1;background-color:rgb(255 246 194/var(--tw-bg-opacity,1))}.bg-amber-50{--tw-bg-opacity:1;background-color:rgb(255 250 224/var(--tw-bg-opacity,1))}.bg-amber-500{--tw-bg-opacity:1;background-color:rgb(225 159 35/var(--tw-bg-opacity,1))}.bg-amber-800{--tw-bg-opacity:1;background-color:rgb(148 77 11/var(--tw-bg-opacity,1))}.bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.bg-current{background-color:currentColor}.bg-hurricane-100{--tw-bg-opacity:1;background-color:rgb(209 210 212/var(--tw-bg-opacity,1))}.bg-hurricane-200{--tw-bg-opacity:1;background-color:rgb(163 165 169/var(--tw-bg-opacity,1))}.bg-hurricane-300{--tw-bg-opacity:1;background-color:rgb(116 120 127/var(--tw-bg-opacity,1))}.bg-hurricane-400{--tw-bg-opacity:1;background-color:rgb(70 75 84/var(--tw-bg-opacity,1))}.bg-hurricane-50{--tw-bg-opacity:1;background-color:rgb(232 232 234/var(--tw-bg-opacity,1))}.bg-hurricane-500{--tw-bg-opacity:1;background-color:rgb(54 60 70/var(--tw-bg-opacity,1))}.bg-hurricane-600{--tw-bg-opacity:1;background-color:rgb(46 52 62/var(--tw-bg-opacity,1))}.bg-hurricane-700{--tw-bg-opacity:1;background-color:rgb(35 41 52/var(--tw-bg-opacity,1))}.bg-hurricane-800{--tw-bg-opacity:1;background-color:rgb(24 30 41/var(--tw-bg-opacity,1))}.bg-indigo-100{--tw-bg-opacity:1;background-color:rgb(227 236 254/var(--tw-bg-opacity,1))}.bg-indigo-200{--tw-bg-opacity:1;background-color:rgb(199 217 253/var(--tw-bg-opacity,1))}.bg-indigo-300{--tw-bg-opacity:1;background-color:rgb(187 209 253/var(--tw-bg-opacity,1))}.bg-indigo-400{--tw-bg-opacity:1;background-color:rgb(165 194 252/var(--tw-bg-opacity,1))}.bg-indigo-50{--tw-bg-opacity:1;background-color:rgb(241 246 255/var(--tw-bg-opacity,1))}.bg-indigo-500{--tw-bg-opacity:1;background-color:rgb(142 179 251/var(--tw-bg-opacity,1))}.bg-indigo-600{--tw-bg-opacity:1;background-color:rgb(82 138 250/var(--tw-bg-opacity,1))}.bg-indigo-700{--tw-bg-opacity:1;background-color:rgb(47 111 240/var(--tw-bg-opacity,1))}.bg-indigo-800{--tw-bg-opacity:1;background-color:rgb(27 88 210/var(--tw-bg-opacity,1))}.bg-indigo-900{--tw-bg-opacity:1;background-color:rgb(19 73 182/var(--tw-bg-opacity,1))}.bg-inherit{background-color:inherit}.bg-negative-red-100{--tw-bg-opacity:1;background-color:rgb(255 221 221/var(--tw-bg-opacity,1))}.bg-negative-red-50{--tw-bg-opacity:1;background-color:rgb(253 237 237/var(--tw-bg-opacity,1))}.bg-negative-red-500{--tw-bg-opacity:1;background-color:rgb(230 30 30/var(--tw-bg-opacity,1))}.bg-negative-red-800{--tw-bg-opacity:1;background-color:rgb(141 16 16/var(--tw-bg-opacity,1))}.bg-negative-red-alternative{--tw-bg-opacity:1;background-color:rgb(255 92 92/var(--tw-bg-opacity,1))}.bg-off-white-100{--tw-bg-opacity:1;background-color:rgb(253 252 251/var(--tw-bg-opacity,1))}.bg-off-white-200{--tw-bg-opacity:1;background-color:rgb(250 249 248/var(--tw-bg-opacity,1))}.bg-off-white-300{--tw-bg-opacity:1;background-color:rgb(248 247 244/var(--tw-bg-opacity,1))}.bg-off-white-400{--tw-bg-opacity:1;background-color:rgb(245 244 241/var(--tw-bg-opacity,1))}.bg-off-white-50{--tw-bg-opacity:1;background-color:rgb(254 254 253/var(--tw-bg-opacity,1))}.bg-off-white-500{--tw-bg-opacity:1;background-color:rgb(243 241 237/var(--tw-bg-opacity,1))}.bg-off-white-600{--tw-bg-opacity:1;background-color:rgb(236 234 229/var(--tw-bg-opacity,1))}.bg-off-white-700{--tw-bg-opacity:1;background-color:rgb(222 219 213/var(--tw-bg-opacity,1))}.bg-off-white-800{--tw-bg-opacity:1;background-color:rgb(213 208 195/var(--tw-bg-opacity,1))}.bg-positive-green-100{--tw-bg-opacity:1;background-color:rgb(213 251 199/var(--tw-bg-opacity,1))}.bg-positive-green-50{--tw-bg-opacity:1;background-color:rgb(234 253 227/var(--tw-bg-opacity,1))}.bg-positive-green-500{--tw-bg-opacity:1;background-color:rgb(92 195 14/var(--tw-bg-opacity,1))}.bg-positive-green-800{--tw-bg-opacity:1;background-color:rgb(47 100 7/var(--tw-bg-opacity,1))}.bg-positive-green-alternative{--tw-bg-opacity:1;background-color:rgb(98 255 92/var(--tw-bg-opacity,1))}.bg-storm-100{--tw-bg-opacity:1;background-color:rgb(209 210 212/var(--tw-bg-opacity,1))}.bg-storm-200{--tw-bg-opacity:1;background-color:rgb(163 165 169/var(--tw-bg-opacity,1))}.bg-storm-300{--tw-bg-opacity:1;background-color:rgb(116 120 127/var(--tw-bg-opacity,1))}.bg-storm-400{--tw-bg-opacity:1;background-color:rgb(70 75 84/var(--tw-bg-opacity,1))}.bg-storm-50{--tw-bg-opacity:1;background-color:rgb(232 232 234/var(--tw-bg-opacity,1))}.bg-storm-500{--tw-bg-opacity:1;background-color:rgb(24 30 41/var(--tw-bg-opacity,1))}.bg-storm-600{--tw-bg-opacity:1;background-color:rgb(15 22 34/var(--tw-bg-opacity,1))}.bg-storm-700{--tw-bg-opacity:1;background-color:rgb(8 15 28/var(--tw-bg-opacity,1))}.bg-storm-800{--tw-bg-opacity:1;background-color:rgb(2 8 21/var(--tw-bg-opacity,1))}.bg-transparent{background-color:transparent}.bg-white,.bg-white-500{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.bg-white-600{--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity,1))}.bg-white-700{--tw-bg-opacity:1;background-color:rgb(242 242 242/var(--tw-bg-opacity,1))}.bg-white-800{--tw-bg-opacity:1;background-color:rgb(228 227 227/var(--tw-bg-opacity,1))}.shadow-1{--tw-shadow:0 1px 1px rgba(0,2,2,.08);--tw-shadow-colored:0 1px 1px var(--tw-shadow-color)}.shadow-1,.shadow-2{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-2{--tw-shadow:0 1px 1px rgba(0,2,2,.04),0 2px 2px rgba(0,2,2,.04),0 4px 4px rgba(0,2,2,.04);--tw-shadow-colored:0 1px 1px var(--tw-shadow-color),0 2px 2px var(--tw-shadow-color),0 4px 4px var(--tw-shadow-color)}.ring-2{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.ring-negative-red-50{--tw-ring-opacity:1;--tw-ring-color:rgb(253 237 237/var(--tw-ring-opacity,1))}.transition{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:85.375rem){.container{max-width:85.375rem}}@media (min-width:90rem){.container{max-width:90rem}}@media (min-width:96rem){.container{max-width:96rem}}@media (min-width:105rem){.container{max-width:105rem}}@media (min-width:120rem){.container{max-width:120rem}}@media (min-width:160rem){.container{max-width:160rem}}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.hover\\:bg-off-white-200:hover{--tw-bg-opacity:1;background-color:rgb(250 249 248/var(--tw-bg-opacity,1))}.dark\\:border-negative-red-alternative:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-border-opacity:1;border-color:rgb(255 92 92/var(--tw-border-opacity,1))}.dark\\:border-white\\/15:where(:host([data-theme=dark]),:host([data-theme=dark]) *){border-color:hsla(0,0%,100%,.15)}.dark\\:bg-amber-100:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(255 246 194/var(--tw-bg-opacity,1))}.dark\\:bg-amber-50:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(255 250 224/var(--tw-bg-opacity,1))}.dark\\:bg-amber-500:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(225 159 35/var(--tw-bg-opacity,1))}.dark\\:bg-amber-800:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(148 77 11/var(--tw-bg-opacity,1))}.dark\\:bg-amber-alternative:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(255 231 92/var(--tw-bg-opacity,1))}.dark\\:bg-black:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.dark\\:bg-current:where(:host([data-theme=dark]),:host([data-theme=dark]) *){background-color:currentColor}.dark\\:bg-hurricane-100:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(209 210 212/var(--tw-bg-opacity,1))}.dark\\:bg-hurricane-200:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(163 165 169/var(--tw-bg-opacity,1))}.dark\\:bg-hurricane-300:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(116 120 127/var(--tw-bg-opacity,1))}.dark\\:bg-hurricane-400:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(70 75 84/var(--tw-bg-opacity,1))}.dark\\:bg-hurricane-50:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(232 232 234/var(--tw-bg-opacity,1))}.dark\\:bg-hurricane-500:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(54 60 70/var(--tw-bg-opacity,1))}.dark\\:bg-hurricane-600:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(46 52 62/var(--tw-bg-opacity,1))}.dark\\:bg-hurricane-700:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(35 41 52/var(--tw-bg-opacity,1))}.dark\\:bg-hurricane-800:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(24 30 41/var(--tw-bg-opacity,1))}.dark\\:bg-indigo-100:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(227 236 254/var(--tw-bg-opacity,1))}.dark\\:bg-indigo-200:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(199 217 253/var(--tw-bg-opacity,1))}.dark\\:bg-indigo-300:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(187 209 253/var(--tw-bg-opacity,1))}.dark\\:bg-indigo-400:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(165 194 252/var(--tw-bg-opacity,1))}.dark\\:bg-indigo-50:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(241 246 255/var(--tw-bg-opacity,1))}.dark\\:bg-indigo-500:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(142 179 251/var(--tw-bg-opacity,1))}.dark\\:bg-indigo-600:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(82 138 250/var(--tw-bg-opacity,1))}.dark\\:bg-indigo-700:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(47 111 240/var(--tw-bg-opacity,1))}.dark\\:bg-indigo-800:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(27 88 210/var(--tw-bg-opacity,1))}.dark\\:bg-indigo-900:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(19 73 182/var(--tw-bg-opacity,1))}.dark\\:bg-inherit:where(:host([data-theme=dark]),:host([data-theme=dark]) *){background-color:inherit}.dark\\:bg-negative-red-100:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(255 221 221/var(--tw-bg-opacity,1))}.dark\\:bg-negative-red-50:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(253 237 237/var(--tw-bg-opacity,1))}.dark\\:bg-negative-red-500:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(230 30 30/var(--tw-bg-opacity,1))}.dark\\:bg-negative-red-800:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(141 16 16/var(--tw-bg-opacity,1))}.dark\\:bg-negative-red-alternative:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(255 92 92/var(--tw-bg-opacity,1))}.dark\\:bg-off-white-100:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(253 252 251/var(--tw-bg-opacity,1))}.dark\\:bg-off-white-200:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(250 249 248/var(--tw-bg-opacity,1))}.dark\\:bg-off-white-300:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(248 247 244/var(--tw-bg-opacity,1))}.dark\\:bg-off-white-400:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(245 244 241/var(--tw-bg-opacity,1))}.dark\\:bg-off-white-50:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(254 254 253/var(--tw-bg-opacity,1))}.dark\\:bg-off-white-500:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(243 241 237/var(--tw-bg-opacity,1))}.dark\\:bg-off-white-600:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(236 234 229/var(--tw-bg-opacity,1))}.dark\\:bg-off-white-700:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(222 219 213/var(--tw-bg-opacity,1))}.dark\\:bg-off-white-800:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(213 208 195/var(--tw-bg-opacity,1))}.dark\\:bg-positive-green-100:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(213 251 199/var(--tw-bg-opacity,1))}.dark\\:bg-positive-green-50:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(234 253 227/var(--tw-bg-opacity,1))}.dark\\:bg-positive-green-500:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(92 195 14/var(--tw-bg-opacity,1))}.dark\\:bg-positive-green-800:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(47 100 7/var(--tw-bg-opacity,1))}.dark\\:bg-positive-green-alternative:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(98 255 92/var(--tw-bg-opacity,1))}.dark\\:bg-storm-100:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(209 210 212/var(--tw-bg-opacity,1))}.dark\\:bg-storm-200:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(163 165 169/var(--tw-bg-opacity,1))}.dark\\:bg-storm-300:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(116 120 127/var(--tw-bg-opacity,1))}.dark\\:bg-storm-400:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(70 75 84/var(--tw-bg-opacity,1))}.dark\\:bg-storm-50:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(232 232 234/var(--tw-bg-opacity,1))}.dark\\:bg-storm-500:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(24 30 41/var(--tw-bg-opacity,1))}.dark\\:bg-storm-600:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(15 22 34/var(--tw-bg-opacity,1))}.dark\\:bg-storm-700:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(8 15 28/var(--tw-bg-opacity,1))}.dark\\:bg-storm-800:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(2 8 21/var(--tw-bg-opacity,1))}.dark\\:bg-transparent:where(:host([data-theme=dark]),:host([data-theme=dark]) *){background-color:transparent}.dark\\:bg-white:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.dark\\:bg-white-500:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.dark\\:bg-white-600:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity,1))}.dark\\:bg-white-700:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(242 242 242/var(--tw-bg-opacity,1))}.dark\\:bg-white-800:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(228 227 227/var(--tw-bg-opacity,1))}.dark\\:ring-0:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.dark\\:hover\\:bg-hurricane-500:hover:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(54 60 70/var(--tw-bg-opacity,1))}.dark\\:border-negative-red-alternative:where([data-theme=dark],[data-theme=dark] *){--tw-border-opacity:1;border-color:rgb(255 92 92/var(--tw-border-opacity,1))}.dark\\:border-white\\/15:where([data-theme=dark],[data-theme=dark] *){border-color:hsla(0,0%,100%,.15)}.dark\\:bg-amber-100:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(255 246 194/var(--tw-bg-opacity,1))}.dark\\:bg-amber-50:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(255 250 224/var(--tw-bg-opacity,1))}.dark\\:bg-amber-500:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(225 159 35/var(--tw-bg-opacity,1))}.dark\\:bg-amber-800:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(148 77 11/var(--tw-bg-opacity,1))}.dark\\:bg-amber-alternative:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(255 231 92/var(--tw-bg-opacity,1))}.dark\\:bg-black:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.dark\\:bg-current:where([data-theme=dark],[data-theme=dark] *){background-color:currentColor}.dark\\:bg-hurricane-100:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(209 210 212/var(--tw-bg-opacity,1))}.dark\\:bg-hurricane-200:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(163 165 169/var(--tw-bg-opacity,1))}.dark\\:bg-hurricane-300:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(116 120 127/var(--tw-bg-opacity,1))}.dark\\:bg-hurricane-400:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(70 75 84/var(--tw-bg-opacity,1))}.dark\\:bg-hurricane-50:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(232 232 234/var(--tw-bg-opacity,1))}.dark\\:bg-hurricane-500:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(54 60 70/var(--tw-bg-opacity,1))}.dark\\:bg-hurricane-600:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(46 52 62/var(--tw-bg-opacity,1))}.dark\\:bg-hurricane-700:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(35 41 52/var(--tw-bg-opacity,1))}.dark\\:bg-hurricane-800:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(24 30 41/var(--tw-bg-opacity,1))}.dark\\:bg-indigo-100:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(227 236 254/var(--tw-bg-opacity,1))}.dark\\:bg-indigo-200:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(199 217 253/var(--tw-bg-opacity,1))}.dark\\:bg-indigo-300:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(187 209 253/var(--tw-bg-opacity,1))}.dark\\:bg-indigo-400:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(165 194 252/var(--tw-bg-opacity,1))}.dark\\:bg-indigo-50:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(241 246 255/var(--tw-bg-opacity,1))}.dark\\:bg-indigo-500:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(142 179 251/var(--tw-bg-opacity,1))}.dark\\:bg-indigo-600:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(82 138 250/var(--tw-bg-opacity,1))}.dark\\:bg-indigo-700:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(47 111 240/var(--tw-bg-opacity,1))}.dark\\:bg-indigo-800:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(27 88 210/var(--tw-bg-opacity,1))}.dark\\:bg-indigo-900:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(19 73 182/var(--tw-bg-opacity,1))}.dark\\:bg-inherit:where([data-theme=dark],[data-theme=dark] *){background-color:inherit}.dark\\:bg-negative-red-100:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(255 221 221/var(--tw-bg-opacity,1))}.dark\\:bg-negative-red-50:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(253 237 237/var(--tw-bg-opacity,1))}.dark\\:bg-negative-red-500:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(230 30 30/var(--tw-bg-opacity,1))}.dark\\:bg-negative-red-800:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(141 16 16/var(--tw-bg-opacity,1))}.dark\\:bg-negative-red-alternative:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(255 92 92/var(--tw-bg-opacity,1))}.dark\\:bg-off-white-100:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(253 252 251/var(--tw-bg-opacity,1))}.dark\\:bg-off-white-200:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(250 249 248/var(--tw-bg-opacity,1))}.dark\\:bg-off-white-300:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(248 247 244/var(--tw-bg-opacity,1))}.dark\\:bg-off-white-400:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(245 244 241/var(--tw-bg-opacity,1))}.dark\\:bg-off-white-50:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(254 254 253/var(--tw-bg-opacity,1))}.dark\\:bg-off-white-500:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(243 241 237/var(--tw-bg-opacity,1))}.dark\\:bg-off-white-600:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(236 234 229/var(--tw-bg-opacity,1))}.dark\\:bg-off-white-700:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(222 219 213/var(--tw-bg-opacity,1))}.dark\\:bg-off-white-800:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(213 208 195/var(--tw-bg-opacity,1))}.dark\\:bg-positive-green-100:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(213 251 199/var(--tw-bg-opacity,1))}.dark\\:bg-positive-green-50:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(234 253 227/var(--tw-bg-opacity,1))}.dark\\:bg-positive-green-500:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(92 195 14/var(--tw-bg-opacity,1))}.dark\\:bg-positive-green-800:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(47 100 7/var(--tw-bg-opacity,1))}.dark\\:bg-positive-green-alternative:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(98 255 92/var(--tw-bg-opacity,1))}.dark\\:bg-storm-100:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(209 210 212/var(--tw-bg-opacity,1))}.dark\\:bg-storm-200:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(163 165 169/var(--tw-bg-opacity,1))}.dark\\:bg-storm-300:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(116 120 127/var(--tw-bg-opacity,1))}.dark\\:bg-storm-400:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(70 75 84/var(--tw-bg-opacity,1))}.dark\\:bg-storm-50:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(232 232 234/var(--tw-bg-opacity,1))}.dark\\:bg-storm-500:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(24 30 41/var(--tw-bg-opacity,1))}.dark\\:bg-storm-600:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(15 22 34/var(--tw-bg-opacity,1))}.dark\\:bg-storm-700:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(8 15 28/var(--tw-bg-opacity,1))}.dark\\:bg-storm-800:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(2 8 21/var(--tw-bg-opacity,1))}.dark\\:bg-transparent:where([data-theme=dark],[data-theme=dark] *){background-color:transparent}.dark\\:bg-white:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.dark\\:bg-white-500:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.dark\\:bg-white-600:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity,1))}.dark\\:bg-white-700:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(242 242 242/var(--tw-bg-opacity,1))}.dark\\:bg-white-800:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(228 227 227/var(--tw-bg-opacity,1))}.dark\\:ring-0:where([data-theme=dark],[data-theme=dark] *){--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.dark\\:hover\\:bg-hurricane-500:hover:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(54 60 70/var(--tw-bg-opacity,1))}`;
88480
+ const cardContainerComponentCss = () => `.inline-block{display:inline-block}*{box-sizing:border-box}:host{display:inline-block;width:100%}.static{position:static}.flex{display:flex}.h-inherit{height:inherit}.w-inherit{width:inherit}.cursor-pointer{cursor:pointer}.flex-col{flex-direction:column}.rounded-2xl{border-radius:1rem}.border{border-width:1px}.border-0{border-width:0}.border-solid{border-style:solid}.border-negative-red-500{--tw-border-opacity:1;border-color:rgb(230 30 30/var(--tw-border-opacity,1))}.border-off-white-700{--tw-border-opacity:1;border-color:rgb(222 219 213/var(--tw-border-opacity,1))}.bg-amber-100{--tw-bg-opacity:1;background-color:rgb(255 246 194/var(--tw-bg-opacity,1))}.bg-amber-50{--tw-bg-opacity:1;background-color:rgb(255 250 224/var(--tw-bg-opacity,1))}.bg-amber-500{--tw-bg-opacity:1;background-color:rgb(225 159 35/var(--tw-bg-opacity,1))}.bg-amber-800{--tw-bg-opacity:1;background-color:rgb(148 77 11/var(--tw-bg-opacity,1))}.bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.bg-current{background-color:currentColor}.bg-hurricane-100{--tw-bg-opacity:1;background-color:rgb(209 210 212/var(--tw-bg-opacity,1))}.bg-hurricane-200{--tw-bg-opacity:1;background-color:rgb(163 165 169/var(--tw-bg-opacity,1))}.bg-hurricane-300{--tw-bg-opacity:1;background-color:rgb(116 120 127/var(--tw-bg-opacity,1))}.bg-hurricane-400{--tw-bg-opacity:1;background-color:rgb(70 75 84/var(--tw-bg-opacity,1))}.bg-hurricane-50{--tw-bg-opacity:1;background-color:rgb(232 232 234/var(--tw-bg-opacity,1))}.bg-hurricane-500{--tw-bg-opacity:1;background-color:rgb(54 60 70/var(--tw-bg-opacity,1))}.bg-hurricane-600{--tw-bg-opacity:1;background-color:rgb(46 52 62/var(--tw-bg-opacity,1))}.bg-hurricane-700{--tw-bg-opacity:1;background-color:rgb(35 41 52/var(--tw-bg-opacity,1))}.bg-hurricane-800{--tw-bg-opacity:1;background-color:rgb(24 30 41/var(--tw-bg-opacity,1))}.bg-indigo-100{--tw-bg-opacity:1;background-color:rgb(227 236 254/var(--tw-bg-opacity,1))}.bg-indigo-200{--tw-bg-opacity:1;background-color:rgb(199 217 253/var(--tw-bg-opacity,1))}.bg-indigo-300{--tw-bg-opacity:1;background-color:rgb(187 209 253/var(--tw-bg-opacity,1))}.bg-indigo-400{--tw-bg-opacity:1;background-color:rgb(165 194 252/var(--tw-bg-opacity,1))}.bg-indigo-50{--tw-bg-opacity:1;background-color:rgb(241 246 255/var(--tw-bg-opacity,1))}.bg-indigo-500{--tw-bg-opacity:1;background-color:rgb(142 179 251/var(--tw-bg-opacity,1))}.bg-indigo-600{--tw-bg-opacity:1;background-color:rgb(82 138 250/var(--tw-bg-opacity,1))}.bg-indigo-700{--tw-bg-opacity:1;background-color:rgb(47 111 240/var(--tw-bg-opacity,1))}.bg-indigo-800{--tw-bg-opacity:1;background-color:rgb(27 88 210/var(--tw-bg-opacity,1))}.bg-indigo-900{--tw-bg-opacity:1;background-color:rgb(19 73 182/var(--tw-bg-opacity,1))}.bg-inherit{background-color:inherit}.bg-negative-red-100{--tw-bg-opacity:1;background-color:rgb(255 221 221/var(--tw-bg-opacity,1))}.bg-negative-red-50{--tw-bg-opacity:1;background-color:rgb(253 237 237/var(--tw-bg-opacity,1))}.bg-negative-red-500{--tw-bg-opacity:1;background-color:rgb(230 30 30/var(--tw-bg-opacity,1))}.bg-negative-red-800{--tw-bg-opacity:1;background-color:rgb(141 16 16/var(--tw-bg-opacity,1))}.bg-negative-red-alternative{--tw-bg-opacity:1;background-color:rgb(255 92 92/var(--tw-bg-opacity,1))}.bg-off-white-100{--tw-bg-opacity:1;background-color:rgb(253 252 251/var(--tw-bg-opacity,1))}.bg-off-white-200{--tw-bg-opacity:1;background-color:rgb(250 249 248/var(--tw-bg-opacity,1))}.bg-off-white-300{--tw-bg-opacity:1;background-color:rgb(248 247 244/var(--tw-bg-opacity,1))}.bg-off-white-400{--tw-bg-opacity:1;background-color:rgb(245 244 241/var(--tw-bg-opacity,1))}.bg-off-white-50{--tw-bg-opacity:1;background-color:rgb(254 254 253/var(--tw-bg-opacity,1))}.bg-off-white-500{--tw-bg-opacity:1;background-color:rgb(243 241 237/var(--tw-bg-opacity,1))}.bg-off-white-600{--tw-bg-opacity:1;background-color:rgb(236 234 229/var(--tw-bg-opacity,1))}.bg-off-white-700{--tw-bg-opacity:1;background-color:rgb(222 219 213/var(--tw-bg-opacity,1))}.bg-off-white-800{--tw-bg-opacity:1;background-color:rgb(213 208 195/var(--tw-bg-opacity,1))}.bg-positive-green-100{--tw-bg-opacity:1;background-color:rgb(213 251 199/var(--tw-bg-opacity,1))}.bg-positive-green-50{--tw-bg-opacity:1;background-color:rgb(234 253 227/var(--tw-bg-opacity,1))}.bg-positive-green-500{--tw-bg-opacity:1;background-color:rgb(92 195 14/var(--tw-bg-opacity,1))}.bg-positive-green-800{--tw-bg-opacity:1;background-color:rgb(47 100 7/var(--tw-bg-opacity,1))}.bg-positive-green-alternative{--tw-bg-opacity:1;background-color:rgb(98 255 92/var(--tw-bg-opacity,1))}.bg-storm-100{--tw-bg-opacity:1;background-color:rgb(209 210 212/var(--tw-bg-opacity,1))}.bg-storm-200{--tw-bg-opacity:1;background-color:rgb(163 165 169/var(--tw-bg-opacity,1))}.bg-storm-300{--tw-bg-opacity:1;background-color:rgb(116 120 127/var(--tw-bg-opacity,1))}.bg-storm-400{--tw-bg-opacity:1;background-color:rgb(70 75 84/var(--tw-bg-opacity,1))}.bg-storm-50{--tw-bg-opacity:1;background-color:rgb(232 232 234/var(--tw-bg-opacity,1))}.bg-storm-500{--tw-bg-opacity:1;background-color:rgb(24 30 41/var(--tw-bg-opacity,1))}.bg-storm-600{--tw-bg-opacity:1;background-color:rgb(15 22 34/var(--tw-bg-opacity,1))}.bg-storm-700{--tw-bg-opacity:1;background-color:rgb(8 15 28/var(--tw-bg-opacity,1))}.bg-storm-800{--tw-bg-opacity:1;background-color:rgb(2 8 21/var(--tw-bg-opacity,1))}.bg-transparent{background-color:transparent}.bg-white,.bg-white-500{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.bg-white-600{--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity,1))}.bg-white-700{--tw-bg-opacity:1;background-color:rgb(242 242 242/var(--tw-bg-opacity,1))}.bg-white-800{--tw-bg-opacity:1;background-color:rgb(228 227 227/var(--tw-bg-opacity,1))}.shadow-1{--tw-shadow:0 1px 1px rgba(0,2,2,.08);--tw-shadow-colored:0 1px 1px var(--tw-shadow-color)}.shadow-1,.shadow-2{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-2{--tw-shadow:0 1px 1px rgba(0,2,2,.04),0 2px 2px rgba(0,2,2,.04),0 4px 4px rgba(0,2,2,.04);--tw-shadow-colored:0 1px 1px var(--tw-shadow-color),0 2px 2px var(--tw-shadow-color),0 4px 4px var(--tw-shadow-color)}.ring-2{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.ring-negative-red-50{--tw-ring-opacity:1;--tw-ring-color:rgb(253 237 237/var(--tw-ring-opacity,1))}.transition{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:85.375rem){.container{max-width:85.375rem}}@media (min-width:90rem){.container{max-width:90rem}}@media (min-width:96rem){.container{max-width:96rem}}@media (min-width:105rem){.container{max-width:105rem}}@media (min-width:120rem){.container{max-width:120rem}}@media (min-width:160rem){.container{max-width:160rem}}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.hover\\:bg-off-white-200:hover{--tw-bg-opacity:1;background-color:rgb(250 249 248/var(--tw-bg-opacity,1))}.dark\\:border-negative-red-alternative:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-border-opacity:1;border-color:rgb(255 92 92/var(--tw-border-opacity,1))}.dark\\:border-white\\/10:where(:host([data-theme=dark]),:host([data-theme=dark]) *){border-color:hsla(0,0%,100%,.1)}.dark\\:bg-amber-100:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(255 246 194/var(--tw-bg-opacity,1))}.dark\\:bg-amber-50:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(255 250 224/var(--tw-bg-opacity,1))}.dark\\:bg-amber-500:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(225 159 35/var(--tw-bg-opacity,1))}.dark\\:bg-amber-800:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(148 77 11/var(--tw-bg-opacity,1))}.dark\\:bg-amber-alternative:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(255 231 92/var(--tw-bg-opacity,1))}.dark\\:bg-black:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.dark\\:bg-current:where(:host([data-theme=dark]),:host([data-theme=dark]) *){background-color:currentColor}.dark\\:bg-hurricane-100:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(209 210 212/var(--tw-bg-opacity,1))}.dark\\:bg-hurricane-200:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(163 165 169/var(--tw-bg-opacity,1))}.dark\\:bg-hurricane-300:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(116 120 127/var(--tw-bg-opacity,1))}.dark\\:bg-hurricane-400:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(70 75 84/var(--tw-bg-opacity,1))}.dark\\:bg-hurricane-50:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(232 232 234/var(--tw-bg-opacity,1))}.dark\\:bg-hurricane-500:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(54 60 70/var(--tw-bg-opacity,1))}.dark\\:bg-hurricane-600:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(46 52 62/var(--tw-bg-opacity,1))}.dark\\:bg-hurricane-700:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(35 41 52/var(--tw-bg-opacity,1))}.dark\\:bg-hurricane-800:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(24 30 41/var(--tw-bg-opacity,1))}.dark\\:bg-indigo-100:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(227 236 254/var(--tw-bg-opacity,1))}.dark\\:bg-indigo-200:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(199 217 253/var(--tw-bg-opacity,1))}.dark\\:bg-indigo-300:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(187 209 253/var(--tw-bg-opacity,1))}.dark\\:bg-indigo-400:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(165 194 252/var(--tw-bg-opacity,1))}.dark\\:bg-indigo-50:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(241 246 255/var(--tw-bg-opacity,1))}.dark\\:bg-indigo-500:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(142 179 251/var(--tw-bg-opacity,1))}.dark\\:bg-indigo-600:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(82 138 250/var(--tw-bg-opacity,1))}.dark\\:bg-indigo-700:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(47 111 240/var(--tw-bg-opacity,1))}.dark\\:bg-indigo-800:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(27 88 210/var(--tw-bg-opacity,1))}.dark\\:bg-indigo-900:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(19 73 182/var(--tw-bg-opacity,1))}.dark\\:bg-inherit:where(:host([data-theme=dark]),:host([data-theme=dark]) *){background-color:inherit}.dark\\:bg-negative-red-100:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(255 221 221/var(--tw-bg-opacity,1))}.dark\\:bg-negative-red-50:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(253 237 237/var(--tw-bg-opacity,1))}.dark\\:bg-negative-red-500:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(230 30 30/var(--tw-bg-opacity,1))}.dark\\:bg-negative-red-800:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(141 16 16/var(--tw-bg-opacity,1))}.dark\\:bg-negative-red-alternative:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(255 92 92/var(--tw-bg-opacity,1))}.dark\\:bg-off-white-100:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(253 252 251/var(--tw-bg-opacity,1))}.dark\\:bg-off-white-200:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(250 249 248/var(--tw-bg-opacity,1))}.dark\\:bg-off-white-300:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(248 247 244/var(--tw-bg-opacity,1))}.dark\\:bg-off-white-400:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(245 244 241/var(--tw-bg-opacity,1))}.dark\\:bg-off-white-50:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(254 254 253/var(--tw-bg-opacity,1))}.dark\\:bg-off-white-500:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(243 241 237/var(--tw-bg-opacity,1))}.dark\\:bg-off-white-600:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(236 234 229/var(--tw-bg-opacity,1))}.dark\\:bg-off-white-700:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(222 219 213/var(--tw-bg-opacity,1))}.dark\\:bg-off-white-800:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(213 208 195/var(--tw-bg-opacity,1))}.dark\\:bg-positive-green-100:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(213 251 199/var(--tw-bg-opacity,1))}.dark\\:bg-positive-green-50:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(234 253 227/var(--tw-bg-opacity,1))}.dark\\:bg-positive-green-500:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(92 195 14/var(--tw-bg-opacity,1))}.dark\\:bg-positive-green-800:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(47 100 7/var(--tw-bg-opacity,1))}.dark\\:bg-positive-green-alternative:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(98 255 92/var(--tw-bg-opacity,1))}.dark\\:bg-storm-100:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(209 210 212/var(--tw-bg-opacity,1))}.dark\\:bg-storm-200:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(163 165 169/var(--tw-bg-opacity,1))}.dark\\:bg-storm-300:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(116 120 127/var(--tw-bg-opacity,1))}.dark\\:bg-storm-400:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(70 75 84/var(--tw-bg-opacity,1))}.dark\\:bg-storm-50:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(232 232 234/var(--tw-bg-opacity,1))}.dark\\:bg-storm-500:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(24 30 41/var(--tw-bg-opacity,1))}.dark\\:bg-storm-600:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(15 22 34/var(--tw-bg-opacity,1))}.dark\\:bg-storm-700:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(8 15 28/var(--tw-bg-opacity,1))}.dark\\:bg-storm-800:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(2 8 21/var(--tw-bg-opacity,1))}.dark\\:bg-transparent:where(:host([data-theme=dark]),:host([data-theme=dark]) *){background-color:transparent}.dark\\:bg-white:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.dark\\:bg-white-500:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.dark\\:bg-white-600:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity,1))}.dark\\:bg-white-700:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(242 242 242/var(--tw-bg-opacity,1))}.dark\\:bg-white-800:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(228 227 227/var(--tw-bg-opacity,1))}.dark\\:bg-white\\/5:where(:host([data-theme=dark]),:host([data-theme=dark]) *){background-color:hsla(0,0%,100%,.05)}.dark\\:ring-0:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.dark\\:hover\\:bg-hurricane-500:hover:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(54 60 70/var(--tw-bg-opacity,1))}.dark\\:border-negative-red-alternative:where([data-theme=dark],[data-theme=dark] *){--tw-border-opacity:1;border-color:rgb(255 92 92/var(--tw-border-opacity,1))}.dark\\:border-white\\/10:where([data-theme=dark],[data-theme=dark] *){border-color:hsla(0,0%,100%,.1)}.dark\\:bg-amber-100:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(255 246 194/var(--tw-bg-opacity,1))}.dark\\:bg-amber-50:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(255 250 224/var(--tw-bg-opacity,1))}.dark\\:bg-amber-500:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(225 159 35/var(--tw-bg-opacity,1))}.dark\\:bg-amber-800:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(148 77 11/var(--tw-bg-opacity,1))}.dark\\:bg-amber-alternative:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(255 231 92/var(--tw-bg-opacity,1))}.dark\\:bg-black:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.dark\\:bg-current:where([data-theme=dark],[data-theme=dark] *){background-color:currentColor}.dark\\:bg-hurricane-100:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(209 210 212/var(--tw-bg-opacity,1))}.dark\\:bg-hurricane-200:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(163 165 169/var(--tw-bg-opacity,1))}.dark\\:bg-hurricane-300:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(116 120 127/var(--tw-bg-opacity,1))}.dark\\:bg-hurricane-400:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(70 75 84/var(--tw-bg-opacity,1))}.dark\\:bg-hurricane-50:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(232 232 234/var(--tw-bg-opacity,1))}.dark\\:bg-hurricane-500:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(54 60 70/var(--tw-bg-opacity,1))}.dark\\:bg-hurricane-600:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(46 52 62/var(--tw-bg-opacity,1))}.dark\\:bg-hurricane-700:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(35 41 52/var(--tw-bg-opacity,1))}.dark\\:bg-hurricane-800:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(24 30 41/var(--tw-bg-opacity,1))}.dark\\:bg-indigo-100:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(227 236 254/var(--tw-bg-opacity,1))}.dark\\:bg-indigo-200:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(199 217 253/var(--tw-bg-opacity,1))}.dark\\:bg-indigo-300:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(187 209 253/var(--tw-bg-opacity,1))}.dark\\:bg-indigo-400:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(165 194 252/var(--tw-bg-opacity,1))}.dark\\:bg-indigo-50:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(241 246 255/var(--tw-bg-opacity,1))}.dark\\:bg-indigo-500:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(142 179 251/var(--tw-bg-opacity,1))}.dark\\:bg-indigo-600:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(82 138 250/var(--tw-bg-opacity,1))}.dark\\:bg-indigo-700:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(47 111 240/var(--tw-bg-opacity,1))}.dark\\:bg-indigo-800:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(27 88 210/var(--tw-bg-opacity,1))}.dark\\:bg-indigo-900:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(19 73 182/var(--tw-bg-opacity,1))}.dark\\:bg-inherit:where([data-theme=dark],[data-theme=dark] *){background-color:inherit}.dark\\:bg-negative-red-100:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(255 221 221/var(--tw-bg-opacity,1))}.dark\\:bg-negative-red-50:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(253 237 237/var(--tw-bg-opacity,1))}.dark\\:bg-negative-red-500:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(230 30 30/var(--tw-bg-opacity,1))}.dark\\:bg-negative-red-800:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(141 16 16/var(--tw-bg-opacity,1))}.dark\\:bg-negative-red-alternative:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(255 92 92/var(--tw-bg-opacity,1))}.dark\\:bg-off-white-100:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(253 252 251/var(--tw-bg-opacity,1))}.dark\\:bg-off-white-200:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(250 249 248/var(--tw-bg-opacity,1))}.dark\\:bg-off-white-300:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(248 247 244/var(--tw-bg-opacity,1))}.dark\\:bg-off-white-400:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(245 244 241/var(--tw-bg-opacity,1))}.dark\\:bg-off-white-50:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(254 254 253/var(--tw-bg-opacity,1))}.dark\\:bg-off-white-500:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(243 241 237/var(--tw-bg-opacity,1))}.dark\\:bg-off-white-600:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(236 234 229/var(--tw-bg-opacity,1))}.dark\\:bg-off-white-700:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(222 219 213/var(--tw-bg-opacity,1))}.dark\\:bg-off-white-800:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(213 208 195/var(--tw-bg-opacity,1))}.dark\\:bg-positive-green-100:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(213 251 199/var(--tw-bg-opacity,1))}.dark\\:bg-positive-green-50:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(234 253 227/var(--tw-bg-opacity,1))}.dark\\:bg-positive-green-500:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(92 195 14/var(--tw-bg-opacity,1))}.dark\\:bg-positive-green-800:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(47 100 7/var(--tw-bg-opacity,1))}.dark\\:bg-positive-green-alternative:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(98 255 92/var(--tw-bg-opacity,1))}.dark\\:bg-storm-100:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(209 210 212/var(--tw-bg-opacity,1))}.dark\\:bg-storm-200:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(163 165 169/var(--tw-bg-opacity,1))}.dark\\:bg-storm-300:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(116 120 127/var(--tw-bg-opacity,1))}.dark\\:bg-storm-400:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(70 75 84/var(--tw-bg-opacity,1))}.dark\\:bg-storm-50:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(232 232 234/var(--tw-bg-opacity,1))}.dark\\:bg-storm-500:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(24 30 41/var(--tw-bg-opacity,1))}.dark\\:bg-storm-600:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(15 22 34/var(--tw-bg-opacity,1))}.dark\\:bg-storm-700:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(8 15 28/var(--tw-bg-opacity,1))}.dark\\:bg-storm-800:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(2 8 21/var(--tw-bg-opacity,1))}.dark\\:bg-transparent:where([data-theme=dark],[data-theme=dark] *){background-color:transparent}.dark\\:bg-white:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.dark\\:bg-white-500:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.dark\\:bg-white-600:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity,1))}.dark\\:bg-white-700:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(242 242 242/var(--tw-bg-opacity,1))}.dark\\:bg-white-800:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(228 227 227/var(--tw-bg-opacity,1))}.dark\\:bg-white\\/5:where([data-theme=dark],[data-theme=dark] *){background-color:hsla(0,0%,100%,.05)}.dark\\:ring-0:where([data-theme=dark],[data-theme=dark] *){--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.dark\\:hover\\:bg-hurricane-500:hover:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(54 60 70/var(--tw-bg-opacity,1))}`;
88481
88481
 
88482
88482
  // bg-inherit bg-transparent bg-current bg-black
88483
88483
  // bg-white-500 bg-white-600 bg-white-700 bg-white-800 bg-white
@@ -88502,7 +88502,7 @@ const container$5 = cva(['flex h-inherit w-inherit flex-col transition', 'rounde
88502
88502
  variant: {
88503
88503
  default: `
88504
88504
  border-off-white-700
88505
- dark:border-white/15
88505
+ dark:border-white/10
88506
88506
  `,
88507
88507
  error: `
88508
88508
  border-negative-red-500 ring-2 ring-negative-red-50
@@ -88556,7 +88556,7 @@ class CardContainer {
88556
88556
  /**
88557
88557
  * A bg class to apply to the container
88558
88558
  */
88559
- bgClass = 'bg-white dark:bg-hurricane-600';
88559
+ bgClass = 'bg-white dark:bg-white/5';
88560
88560
  /**
88561
88561
  * Wether the card should be hoverable
88562
88562
  */
@@ -88574,13 +88574,13 @@ class CardContainer {
88574
88574
  */
88575
88575
  border = true;
88576
88576
  render() {
88577
- return (hAsync(ThemedHost, { key: '7f82bfb6b99f9fe4f382075cd728f7778fa4600e' }, hAsync("div", { key: '2423757bfa56760483929e792f85911bfe67461b', class: cn(container$5({
88577
+ return (hAsync(ThemedHost, { key: 'ce8bc83070f2e73704cbf6cffa62f737f7e42ef4' }, hAsync("div", { key: '7bc4b538a3529b3ab97711d392dcc99505c85f5f', class: cn(container$5({
88578
88578
  variant: this.variant,
88579
88579
  active: asBoolean(this.active, false),
88580
88580
  hoverable: asBoolean(this.hoverable, false),
88581
88581
  shadow: asBoolean(this.shadow, true),
88582
88582
  border: asBoolean(this.border),
88583
- }), this.bgClass) }, hAsync("slot", { key: '2b126026a10d85d2481d1ee0e20b6148276b527c' }))));
88583
+ }), this.bgClass) }, hAsync("slot", { key: '492cc408bb0de1749f3b02894b74690240c6f19f' }))));
88584
88584
  }
88585
88585
  static get style() { return cardContainerComponentCss(); }
88586
88586
  static get cmpMeta() { return {
@@ -88600,7 +88600,7 @@ class CardContainer {
88600
88600
  }; }
88601
88601
  }
88602
88602
 
88603
- const cardHeaderComponentCss = () => `*{box-sizing:border-box}.pointer-events-none{pointer-events:none}.static{position:static}.absolute{position:absolute}.relative{position:relative}.left-0{left:0}.top-0{top:0}.z-\\[-1\\]{z-index:-1}.z-\\[1\\]{z-index:1}.ml-auto{margin-left:auto}.flex{display:flex}.inline-flex{display:inline-flex}.aspect-\\[5\\/1\\]{aspect-ratio:5/1}.h-8{height:2rem}.h-full{height:100%}.max-h-\\[6\\.25rem\\]{max-height:6.25rem}.w-full{width:100%}.min-w-0{min-width:0}.max-w-full{max-width:100%}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.gap-2{gap:.5rem}.gap-4{gap:1rem}.overflow-hidden{overflow:hidden}.text-ellipsis{text-overflow:ellipsis}.rounded-t-2xl{border-top-left-radius:1rem;border-top-right-radius:1rem}.px-4{padding-left:1rem;padding-right:1rem}.py-3{padding-bottom:.75rem}.pt-3,.py-3{padding-top:.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.font-bold{font-weight:700}.text-off-white-700{--tw-text-opacity:1;color:rgb(222 219 213/var(--tw-text-opacity,1))}.text-storm-300{--tw-text-opacity:1;color:rgb(116 120 127/var(--tw-text-opacity,1))}.text-storm-500{--tw-text-opacity:1;color:rgb(24 30 41/var(--tw-text-opacity,1))}.empty\\:hidden:empty{display:none}.dark\\:text-hurricane-200:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-text-opacity:1;color:rgb(163 165 169/var(--tw-text-opacity,1))}.dark\\:text-hurricane-400:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-text-opacity:1;color:rgb(70 75 84/var(--tw-text-opacity,1))}.dark\\:text-white:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.dark\\:text-white\\/15:where(:host([data-theme=dark]),:host([data-theme=dark]) *){color:hsla(0,0%,100%,.15)}.dark\\:text-hurricane-200:where([data-theme=dark],[data-theme=dark] *){--tw-text-opacity:1;color:rgb(163 165 169/var(--tw-text-opacity,1))}.dark\\:text-hurricane-400:where([data-theme=dark],[data-theme=dark] *){--tw-text-opacity:1;color:rgb(70 75 84/var(--tw-text-opacity,1))}.dark\\:text-white:where([data-theme=dark],[data-theme=dark] *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.dark\\:text-white\\/15:where([data-theme=dark],[data-theme=dark] *){color:hsla(0,0%,100%,.15)}`;
88603
+ const cardHeaderComponentCss = () => `*{box-sizing:border-box}.pointer-events-none{pointer-events:none}.static{position:static}.absolute{position:absolute}.relative{position:relative}.left-0{left:0}.top-0{top:0}.z-\\[-1\\]{z-index:-1}.z-\\[1\\]{z-index:1}.ml-auto{margin-left:auto}.flex{display:flex}.inline-flex{display:inline-flex}.aspect-\\[5\\/1\\]{aspect-ratio:5/1}.h-8{height:2rem}.h-full{height:100%}.max-h-\\[6\\.25rem\\]{max-height:6.25rem}.w-full{width:100%}.min-w-0{min-width:0}.max-w-full{max-width:100%}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.gap-2{gap:.5rem}.gap-4{gap:1rem}.overflow-hidden{overflow:hidden}.text-ellipsis{text-overflow:ellipsis}.rounded-t-2xl{border-top-left-radius:1rem;border-top-right-radius:1rem}.px-4{padding-left:1rem;padding-right:1rem}.py-3{padding-bottom:.75rem}.pt-3,.py-3{padding-top:.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.font-bold{font-weight:700}.text-off-white-700{--tw-text-opacity:1;color:rgb(222 219 213/var(--tw-text-opacity,1))}.text-storm-300{--tw-text-opacity:1;color:rgb(116 120 127/var(--tw-text-opacity,1))}.text-storm-500{--tw-text-opacity:1;color:rgb(24 30 41/var(--tw-text-opacity,1))}.empty\\:hidden:empty{display:none}.dark\\:text-hurricane-200:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-text-opacity:1;color:rgb(163 165 169/var(--tw-text-opacity,1))}.dark\\:text-hurricane-400:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-text-opacity:1;color:rgb(70 75 84/var(--tw-text-opacity,1))}.dark\\:text-white:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.dark\\:text-white\\/10:where(:host([data-theme=dark]),:host([data-theme=dark]) *){color:hsla(0,0%,100%,.1)}.dark\\:text-hurricane-200:where([data-theme=dark],[data-theme=dark] *){--tw-text-opacity:1;color:rgb(163 165 169/var(--tw-text-opacity,1))}.dark\\:text-hurricane-400:where([data-theme=dark],[data-theme=dark] *){--tw-text-opacity:1;color:rgb(70 75 84/var(--tw-text-opacity,1))}.dark\\:text-white:where([data-theme=dark],[data-theme=dark] *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.dark\\:text-white\\/10:where([data-theme=dark],[data-theme=dark] *){color:hsla(0,0%,100%,.1)}`;
88604
88604
 
88605
88605
  const header$4 = cva(`relative z-[1] inline-flex w-full flex-col justify-start rounded-t-2xl`, {
88606
88606
  variants: {
@@ -88655,7 +88655,7 @@ class CardHeader {
88655
88655
  variant: this.variant,
88656
88656
  }) }, hAsync("div", { key: 'e2a8d8e3c01e8d81fa5ae43e798bd765694316e4', class: content$6({
88657
88657
  variant: this.variant,
88658
- }) }, this.icon ? (hAsync("p-icon", { class: '\n text-storm-300\n dark:text-hurricane-200\n ', flip: this.iconFlip, rotate: this.iconRotate, variant: this.icon })) : (hAsync("slot", { name: 'prefix' })), hAsync("div", { key: 'a1f52bfc414b9308a6db4a18a4bbbdb2a9e035bd', class: title$2() }, hAsync("span", { key: '9dd1ef72c4f8bb9643a5df066920ee8d0ef131b1', class: 'max-w-full overflow-hidden text-ellipsis' }, this.header?.length ? this.header : hAsync("slot", null)), hAsync("slot", { key: '47c2031c20286564e4972aeb4933704b02916b02', name: 'content-suffix' })), hAsync("div", { key: '4ba4b8a0c0effd8a2f750c209d5ff41f8b37d98a', class: '\n ml-auto flex items-center justify-end gap-4\n empty:hidden\n ' }, hAsync("slot", { key: '0b521035154008335613538bc074d30c29279f1b', name: 'suffix' }))), this.variant === 'default' ? (asBoolean(this.divider) && (hAsync("p-divider", { class: '\n text-off-white-700\n dark:text-white/15\n ' }))) : (hAsync("div", { class: '\n pointer-events-none absolute left-0 top-0 z-[-1] h-full w-full\n overflow-hidden rounded-t-2xl\n ' }, hAsync("p-smile", { class: 'dark:text-hurricane-400', variant: 'card' }))))));
88658
+ }) }, this.icon ? (hAsync("p-icon", { class: '\n text-storm-300\n dark:text-hurricane-200\n ', flip: this.iconFlip, rotate: this.iconRotate, variant: this.icon })) : (hAsync("slot", { name: 'prefix' })), hAsync("div", { key: 'a1f52bfc414b9308a6db4a18a4bbbdb2a9e035bd', class: title$2() }, hAsync("span", { key: '9dd1ef72c4f8bb9643a5df066920ee8d0ef131b1', class: 'max-w-full overflow-hidden text-ellipsis' }, this.header?.length ? this.header : hAsync("slot", null)), hAsync("slot", { key: '47c2031c20286564e4972aeb4933704b02916b02', name: 'content-suffix' })), hAsync("div", { key: '4ba4b8a0c0effd8a2f750c209d5ff41f8b37d98a', class: '\n ml-auto flex items-center justify-end gap-4\n empty:hidden\n ' }, hAsync("slot", { key: '0b521035154008335613538bc074d30c29279f1b', name: 'suffix' }))), this.variant === 'default' ? (asBoolean(this.divider) && (hAsync("p-divider", { class: '\n text-off-white-700\n dark:text-white/10\n ' }))) : (hAsync("div", { class: '\n pointer-events-none absolute left-0 top-0 z-[-1] h-full w-full\n overflow-hidden rounded-t-2xl\n ' }, hAsync("p-smile", { class: 'dark:text-hurricane-400', variant: 'card' }))))));
88659
88659
  }
88660
88660
  static get style() { return cardHeaderComponentCss(); }
88661
88661
  static get cmpMeta() { return {
@@ -95087,7 +95087,7 @@ class DropdownMenuItem {
95087
95087
  }; }
95088
95088
  }
95089
95089
 
95090
- const dropzoneComponentCss = () => `*{box-sizing:border-box}.static{position:static}.m-0{margin:0}.flex{display:flex}.hidden{display:none}.h-inherit{height:inherit}.w-full{width:100%}.cursor-pointer{cursor:pointer}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.gap-2{gap:.5rem}.rounded-lg{border-radius:.5rem}.border{border-width:1px}.border-solid{border-style:solid}.border-dashed{border-style:dashed}.border-indigo-500{--tw-border-opacity:1;border-color:rgb(142 179 251/var(--tw-border-opacity,1))}.border-off-white-700{--tw-border-opacity:1;border-color:rgb(222 219 213/var(--tw-border-opacity,1))}.border-white-800{--tw-border-opacity:1;border-color:rgb(228 227 227/var(--tw-border-opacity,1))}.bg-indigo-50{--tw-bg-opacity:1;background-color:rgb(241 246 255/var(--tw-bg-opacity,1))}.bg-indigo-500{--tw-bg-opacity:1;background-color:rgb(142 179 251/var(--tw-bg-opacity,1))}.bg-positive-green-50{--tw-bg-opacity:1;background-color:rgb(234 253 227/var(--tw-bg-opacity,1))}.bg-white-600{--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity,1))}.p-0{padding:0}.p-4{padding:1rem}.text-center{text-align:center}.text-lg{font-size:1.125rem;line-height:1.75rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-normal{font-weight:400}.text-hurricane-300{--tw-text-opacity:1;color:rgb(116 120 127/var(--tw-text-opacity,1))}.text-indigo-900{--tw-text-opacity:1;color:rgb(19 73 182/var(--tw-text-opacity,1))}.text-positive-green-800{--tw-text-opacity:1;color:rgb(47 100 7/var(--tw-text-opacity,1))}.text-storm-300{--tw-text-opacity:1;color:rgb(116 120 127/var(--tw-text-opacity,1))}.text-storm-500{--tw-text-opacity:1;color:rgb(24 30 41/var(--tw-text-opacity,1))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.opacity-50{opacity:.5}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.hover\\:border-indigo-500:hover{--tw-border-opacity:1;border-color:rgb(142 179 251/var(--tw-border-opacity,1))}.group\\/dropzone:hover .group-hover\\/dropzone\\:text-indigo-900{--tw-text-opacity:1;color:rgb(19 73 182/var(--tw-text-opacity,1))}.group\\/dropzone:hover .group-hover\\/dropzone\\:opacity-50{opacity:.5}.dark\\:border-white\\/15:where(:host([data-theme=dark]),:host([data-theme=dark]) *){border-color:hsla(0,0%,100%,.15)}.dark\\:bg-hurricane-600:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(46 52 62/var(--tw-bg-opacity,1))}.dark\\:text-hurricane-300:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-text-opacity:1;color:rgb(116 120 127/var(--tw-text-opacity,1))}.dark\\:text-white:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.dark\\:hover\\:border-white\\/15:hover:where(:host([data-theme=dark]),:host([data-theme=dark]) *){border-color:hsla(0,0%,100%,.15)}.dark\\:hover\\:bg-hurricane-500:hover:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-bg-opacity:1;background-color:rgb(54 60 70/var(--tw-bg-opacity,1))}.group\\/dropzone:hover .dark\\:group-hover\\/dropzone\\:text-white:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.dark\\:border-white\\/15:where([data-theme=dark],[data-theme=dark] *){border-color:hsla(0,0%,100%,.15)}.dark\\:bg-hurricane-600:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(46 52 62/var(--tw-bg-opacity,1))}.dark\\:text-hurricane-300:where([data-theme=dark],[data-theme=dark] *){--tw-text-opacity:1;color:rgb(116 120 127/var(--tw-text-opacity,1))}.dark\\:text-white:where([data-theme=dark],[data-theme=dark] *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.dark\\:hover\\:border-white\\/15:hover:where([data-theme=dark],[data-theme=dark] *){border-color:hsla(0,0%,100%,.15)}.dark\\:hover\\:bg-hurricane-500:hover:where([data-theme=dark],[data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(54 60 70/var(--tw-bg-opacity,1))}.group\\/dropzone:hover .dark\\:group-hover\\/dropzone\\:text-white:where([data-theme=dark],[data-theme=dark] *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}`;
95090
+ const dropzoneComponentCss = () => `*{box-sizing:border-box}.static{position:static}.m-0{margin:0}.flex{display:flex}.hidden{display:none}.h-inherit{height:inherit}.w-full{width:100%}.cursor-pointer{cursor:pointer}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.gap-2{gap:.5rem}.rounded-lg{border-radius:.5rem}.border{border-width:1px}.border-solid{border-style:solid}.border-dashed{border-style:dashed}.border-indigo-500{--tw-border-opacity:1;border-color:rgb(142 179 251/var(--tw-border-opacity,1))}.border-positive-green-500{--tw-border-opacity:1;border-color:rgb(92 195 14/var(--tw-border-opacity,1))}.border-white-800{--tw-border-opacity:1;border-color:rgb(228 227 227/var(--tw-border-opacity,1))}.bg-indigo-50{--tw-bg-opacity:1;background-color:rgb(241 246 255/var(--tw-bg-opacity,1))}.bg-positive-green-50{--tw-bg-opacity:1;background-color:rgb(234 253 227/var(--tw-bg-opacity,1))}.bg-white-600{--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity,1))}.p-0{padding:0}.p-4{padding:1rem}.text-center{text-align:center}.text-lg{font-size:1.125rem;line-height:1.75rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-normal{font-weight:400}.text-hurricane-200{--tw-text-opacity:1;color:rgb(163 165 169/var(--tw-text-opacity,1))}.text-indigo-700{--tw-text-opacity:1;color:rgb(47 111 240/var(--tw-text-opacity,1))}.text-indigo-900{--tw-text-opacity:1;color:rgb(19 73 182/var(--tw-text-opacity,1))}.text-positive-green-800{--tw-text-opacity:1;color:rgb(47 100 7/var(--tw-text-opacity,1))}.text-storm-300{--tw-text-opacity:1;color:rgb(116 120 127/var(--tw-text-opacity,1))}.text-storm-500{--tw-text-opacity:1;color:rgb(24 30 41/var(--tw-text-opacity,1))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.opacity-50{opacity:.5}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.hover\\:border-indigo-500:hover{--tw-border-opacity:1;border-color:rgb(142 179 251/var(--tw-border-opacity,1))}.hover\\:bg-indigo-50:hover{--tw-bg-opacity:1;background-color:rgb(241 246 255/var(--tw-bg-opacity,1))}.group\\/dropzone:hover .group-hover\\/dropzone\\:text-indigo-900{--tw-text-opacity:1;color:rgb(19 73 182/var(--tw-text-opacity,1))}.group\\/dropzone:hover .group-hover\\/dropzone\\:opacity-50{opacity:.5}.dark\\:border-indigo-700:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-border-opacity:1;border-color:rgb(47 111 240/var(--tw-border-opacity,1))}.dark\\:border-white\\/10:where(:host([data-theme=dark]),:host([data-theme=dark]) *){border-color:hsla(0,0%,100%,.1)}.dark\\:bg-indigo-700\\/10:where(:host([data-theme=dark]),:host([data-theme=dark]) *){background-color:rgba(47,111,240,.1)}.dark\\:bg-white\\/5:where(:host([data-theme=dark]),:host([data-theme=dark]) *){background-color:hsla(0,0%,100%,.05)}.dark\\:text-hurricane-200:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-text-opacity:1;color:rgb(163 165 169/var(--tw-text-opacity,1))}.dark\\:text-hurricane-300:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-text-opacity:1;color:rgb(116 120 127/var(--tw-text-opacity,1))}.dark\\:text-indigo-700:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-text-opacity:1;color:rgb(47 111 240/var(--tw-text-opacity,1))}.dark\\:text-white:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.dark\\:hover\\:border-indigo-700:hover:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-border-opacity:1;border-color:rgb(47 111 240/var(--tw-border-opacity,1))}.dark\\:hover\\:bg-indigo-700\\/10:hover:where(:host([data-theme=dark]),:host([data-theme=dark]) *){background-color:rgba(47,111,240,.1)}.group\\/dropzone:hover .dark\\:group-hover\\/dropzone\\:text-indigo-700:where(:host([data-theme=dark]),:host([data-theme=dark]) *){--tw-text-opacity:1;color:rgb(47 111 240/var(--tw-text-opacity,1))}.dark\\:border-indigo-700:where([data-theme=dark],[data-theme=dark] *){--tw-border-opacity:1;border-color:rgb(47 111 240/var(--tw-border-opacity,1))}.dark\\:border-white\\/10:where([data-theme=dark],[data-theme=dark] *){border-color:hsla(0,0%,100%,.1)}.dark\\:bg-indigo-700\\/10:where([data-theme=dark],[data-theme=dark] *){background-color:rgba(47,111,240,.1)}.dark\\:bg-white\\/5:where([data-theme=dark],[data-theme=dark] *){background-color:hsla(0,0%,100%,.05)}.dark\\:text-hurricane-200:where([data-theme=dark],[data-theme=dark] *){--tw-text-opacity:1;color:rgb(163 165 169/var(--tw-text-opacity,1))}.dark\\:text-hurricane-300:where([data-theme=dark],[data-theme=dark] *){--tw-text-opacity:1;color:rgb(116 120 127/var(--tw-text-opacity,1))}.dark\\:text-indigo-700:where([data-theme=dark],[data-theme=dark] *){--tw-text-opacity:1;color:rgb(47 111 240/var(--tw-text-opacity,1))}.dark\\:text-white:where([data-theme=dark],[data-theme=dark] *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.dark\\:hover\\:border-indigo-700:hover:where([data-theme=dark],[data-theme=dark] *){--tw-border-opacity:1;border-color:rgb(47 111 240/var(--tw-border-opacity,1))}.dark\\:hover\\:bg-indigo-700\\/10:hover:where([data-theme=dark],[data-theme=dark] *){background-color:rgba(47,111,240,.1)}.group\\/dropzone:hover .dark\\:group-hover\\/dropzone\\:text-indigo-700:where([data-theme=dark],[data-theme=dark] *){--tw-text-opacity:1;color:rgb(47 111 240/var(--tw-text-opacity,1))}`;
95091
95091
 
95092
95092
  const dropzone = cva([
95093
95093
  'group/dropzone',
@@ -95100,35 +95100,32 @@ const dropzone = cva([
95100
95100
  variants: {
95101
95101
  uploaded: {
95102
95102
  false: 'border-dashed',
95103
- true: `
95104
- border-off-white-700
95105
- dark:border-white/15
95106
- `,
95103
+ true: `border-solid`,
95107
95104
  },
95108
95105
  isOver: {
95109
- true: 'border-dashed border-indigo-500 bg-indigo-50',
95110
- false: 'border-white-800',
95106
+ true: [
95107
+ 'border-dashed',
95108
+ 'border-indigo-500 bg-indigo-50',
95109
+ 'dark:border-indigo-700 dark:bg-indigo-700/10',
95110
+ ],
95111
+ false: '',
95111
95112
  },
95112
95113
  },
95113
95114
  compoundVariants: [
95114
95115
  {
95115
95116
  uploaded: true,
95116
95117
  isOver: false,
95117
- class: ['border-solid bg-positive-green-50'],
95118
+ class: ['border-solid border-positive-green-500 bg-positive-green-50'],
95118
95119
  },
95119
95120
  {
95120
95121
  uploaded: false,
95121
95122
  isOver: false,
95122
95123
  class: [
95123
- 'bg-white-600',
95124
+ 'border-white-800 bg-white-600',
95125
+ `hover:border-indigo-500 hover:bg-indigo-50`,
95124
95126
  `
95125
- bg-indigo-500
95126
- hover:border-indigo-500
95127
- dark:hover:border-white/15
95128
- `,
95129
- `
95130
- dark:border-white/15 dark:bg-hurricane-600
95131
- dark:hover:bg-hurricane-500
95127
+ dark:border-white/10 dark:bg-white/5
95128
+ dark:hover:border-indigo-700 dark:hover:bg-indigo-700/10
95132
95129
  `,
95133
95130
  ],
95134
95131
  },
@@ -95206,19 +95203,20 @@ class Dropzone {
95206
95203
  }
95207
95204
  render() {
95208
95205
  const hasContent = this._el.innerHTML?.length > 0;
95209
- return (hAsync(ThemedHost, { key: 'd94080d9b34596727efaa72b0b2f808d19a248e1' }, hAsync("div", { key: '047d1c3cb0ea179e93e34cc33eddce6311cf0a6b', class: dropzone({
95206
+ return (hAsync(ThemedHost, { key: '4b323c9a0e89193283ddb62ba04a2f2c71236402' }, hAsync("div", { key: 'fe5afff8f94cf691aecc1899d5013a66cf516d64', class: dropzone({
95210
95207
  isOver: this._isOver,
95211
95208
  uploaded: this.uploaded,
95212
- }), onClick: () => this._uploadClick() }, !this.loading && this.showIcon && (hAsync("p-icon", { key: '5d7a32c5a7a4d16385d2744688fd7dfc597294ae', class: cn(`
95209
+ }), onClick: () => this._uploadClick() }, !this.loading && this.showIcon && (hAsync("p-icon", { key: 'acb2d6f459f9b9812c5f7311be076d38f2916c5d', class: cn(`
95213
95210
  group-hover/dropzone:text-indigo-900
95214
- dark:group-hover/dropzone:text-white
95211
+ dark:group-hover/dropzone:text-indigo-700
95215
95212
  `, {
95216
- 'text-storm-300 dark:text-hurricane-300': !this._isOver,
95217
- 'text-indigo-900 dark:text-white': this._isOver,
95218
- }), variant: this.icon })), this.loading && hAsync("p-loader", { key: '5f4a5818201809809a6c2bef85d7bbd3e1139d32' }), hasContent && (hAsync("p", { key: '489ecb15f9cfa4fbcc01ea96d9a3e9ed6c8f7e23', class: cn('m-0 p-0 text-lg font-bold', {
95213
+ 'text-positive-green-800': this.uploaded,
95214
+ 'text-storm-300 dark:text-hurricane-200': !this._isOver && !this.uploaded,
95215
+ 'text-indigo-900 dark:text-indigo-700': this._isOver,
95216
+ }), variant: this.icon })), this.loading && hAsync("p-loader", { key: '6810400d8b15c41c0d9b295f9dee67ee8c27a071' }), hasContent && (hAsync("p", { key: '8c7b5cd916ff07e43a6628c8cccf2e91d85c4e7d', class: cn('m-0 p-0 text-lg font-bold', {
95219
95217
  'dark:text-white': !this.uploaded || this._isOver,
95220
95218
  'text-storm-500': this.uploaded && !this._isOver,
95221
- }) }, hAsync("slot", { key: '529356d50ad7db1cc65f991148175eae123dc581' }))), this.uploaded && !this._isOver && (hAsync("div", { key: '547c8e8d91d235e9f97f6bfcbf19377104707014', class: 'flex items-center gap-2 text-positive-green-800' }, hAsync("p-icon", { key: 'fad36cc977bf232ffd69a381073aa13c96438582', variant: 'check-circle' }), hAsync("span", { key: 'c2acde848569d3e232c7a0da8c3d40ae2cb2aa46', class: 'font-medium' }, this.addedString))), (!this.uploaded || this._isOver) && (hAsync("div", { key: 'e4c2f02e28dfaca2343834902a619def0ccca0e3', class: cn([
95219
+ }) }, hAsync("slot", { key: 'd3ffdc7e65ae51a1c8bb7bb44236229bd16e912d' }))), this.uploaded && !this._isOver && (hAsync("div", { key: '891fb239d2b8091bd7bf2546770dff7228c071ac', class: 'flex items-center gap-2 text-positive-green-800' }, hAsync("p-icon", { key: '703f36a9ff9446c1503fcd1237653498c5cba15b', variant: 'check-circle' }), hAsync("span", { key: 'cb3e0e3235f295b38c1eb04bb910b5992c982f9d', class: 'font-medium' }, this.addedString))), (!this.uploaded || this._isOver) && (hAsync("div", { key: '72611325177214a7abe1dbbe1c79a1c6c8b95891', class: cn([
95222
95220
  'flex flex-col text-center',
95223
95221
  'group-hover/dropzone:opacity-50',
95224
95222
  `
@@ -95227,7 +95225,7 @@ class Dropzone {
95227
95225
  `,
95228
95226
  ], {
95229
95227
  'opacity-50': this._isOver,
95230
- }) }, hAsync("span", { key: '3d5e9aa859dbd790029f1e623a149974fd0b52b7', class: 'font-medium' }, this.dragFileString), hAsync("span", { key: '0879b759f2eee003e3f4f701b042dc4743033bd9', class: 'font-normal' }, this.orClickString)))), hAsync("input", { key: 'a59f9de3a04eaa030ad11145265d5d780a8904e3', accept: this.acceptGroup == 'any' ? '' : 'image/*', class: 'hidden', multiple: this.allowMultiple === true ? true : undefined, ref: el => (this._fileRef = el), type: 'file', onChange: ev => this._onFileChange(ev) })));
95228
+ }) }, hAsync("span", { key: 'ecf560687bab41ef09eeeb493fd79d37ba4c7f6c', class: 'font-medium' }, this.dragFileString), hAsync("span", { key: '3049ed59316b0963773a6a7714dfa3ed2545adeb', class: 'font-normal' }, this.orClickString)))), hAsync("input", { key: '0131bbb13afa43c58744e64abf11c4e2929c39bf', accept: this.acceptGroup == 'any' ? '' : 'image/*', class: 'hidden', multiple: this.allowMultiple === true ? true : undefined, ref: el => (this._fileRef = el), type: 'file', onChange: ev => this._onFileChange(ev) })));
95231
95229
  }
95232
95230
  onDrop(ev) {
95233
95231
  const files = this._getFiles(ev);