@digitalservicebund/ris-ui 1.5.1 → 1.6.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.
@@ -8,8 +8,8 @@
8
8
  * - Please do NOT serve this file on production.
9
9
  */
10
10
 
11
- const PACKAGE_VERSION = '2.6.0'
12
- const INTEGRITY_CHECKSUM = '07a8241b182f8a246a7cd39894799a9e'
11
+ const PACKAGE_VERSION = '2.6.4'
12
+ const INTEGRITY_CHECKSUM = 'ca7800994cc8bfb5eb961e037c877074'
13
13
  const IS_MOCKED_RESPONSE = Symbol('isMockedResponse')
14
14
  const activeClientIds = new Set()
15
15
 
@@ -192,12 +192,14 @@ async function getResponse(event, client, requestId) {
192
192
  const requestClone = request.clone()
193
193
 
194
194
  function passthrough() {
195
- const headers = Object.fromEntries(requestClone.headers.entries())
196
-
197
- // Remove internal MSW request header so the passthrough request
198
- // complies with any potential CORS preflight checks on the server.
199
- // Some servers forbid unknown request headers.
200
- delete headers['x-msw-intention']
195
+ // Cast the request headers to a new Headers instance
196
+ // so the headers can be manipulated with.
197
+ const headers = new Headers(requestClone.headers)
198
+
199
+ // Remove the "accept" header value that marked this request as passthrough.
200
+ // This prevents request alteration and also keeps it compliant with the
201
+ // user-defined CORS policies.
202
+ headers.delete('accept', 'msw/passthrough')
201
203
 
202
204
  return fetch(requestClone, { headers })
203
205
  }
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const p=(t,...o)=>String.raw({raw:t},...o),e=p,v={root:({props:t,instance:o})=>{const r=e`relative inline-flex max-w-full items-center justify-center gap-8 rounded-none text-center outline-4 outline-offset-4 outline-blue-800 focus:outline active:outline-none disabled:cursor-not-allowed disabled:outline-none`,l=t.severity??"primary",n=e`bg-blue-800 text-white hover:bg-blue-700 active:bg-blue-500 active:text-blue-800 disabled:bg-gray-400 disabled:text-gray-600`,s=e`border-2 border-blue-800 bg-white text-blue-800 hover:bg-gray-200 focus:bg-gray-200 active:border-white active:bg-white disabled:border-blue-500 disabled:text-blue-500 disabled:hover:bg-white`,a=e`border-2 border-transparent bg-transparent text-blue-800 underline hover:border-gray-500 hover:bg-white focus:border-gray-500 active:border-white active:bg-white disabled:bg-transparent disabled:text-gray-500`,i=t.size??"normal";let u=e`ris-body2-bold h-48 py-4`,c=e`ris-body1-bold h-64 py-4`;return o.hasIcon&&!t.label?(u=e`${u} w-48 px-4`,c=e`${c} w-64 px-4`):(u=e`${u} px-16`,c=e`${c} px-24`),{class:{[r]:!0,[u]:i==="normal",[c]:i==="large",[n]:!t.text&&l==="primary",[s]:!t.text&&l==="secondary",[a]:t.text&&l==="primary"}}},label:({props:t})=>({class:{hidden:!t.label,[e`-order-1`]:t.iconPos==="right"}}),loadingIcon:({props:t})=>{const o=t.size??"normal",r=e`h-[1.34em] w-[1.34em]`,l=e`h-24 w-24`;return{class:{[e`animate-spin`]:!0,[r]:o==="normal",[l]:o==="large"}}}},m={root:{class:e`relative inline-block h-24 min-h-24 w-24 min-w-24 [&+label]:ris-label1-regular [&+label]:ml-8`},input:{class:e`peer h-full w-full cursor-pointer appearance-none border-2 border-blue-800 bg-white outline-4 -outline-offset-4 outline-blue-800 hover:outline focus:outline active:outline-none disabled:cursor-not-allowed disabled:border-gray-600 disabled:outline-none aria-[invalid]:border-red-800 aria-[invalid]:outline-red-800 aria-[invalid]:active:outline-none aria-[invalid]:disabled:outline-none`},box:{class:e`pointer-events-none absolute inset-0 flex items-center justify-center text-blue-800 peer-disabled:text-gray-600 peer-aria-[invalid]:text-red-800`},icon:{class:e`h-12 w-12`}},w={},x={root:()=>({class:e`ris-label2-regular max-h-[90dvh] w-[95dvw] max-w-[25rem] border-2 border-blue-800 bg-white px-56 py-44 shadow-lg`}),header:{class:e`mb-16 flex`},title:{class:e`ris-label1-bold flex-1`},headerActions:{class:e`flex-none`},pcCloseButton:{root:{class:e`flex h-24 w-24 items-center justify-center p-4 text-blue-800 outline-2 outline-gray-500 hover:outline focus:outline active:outline-none`}},content:{class:e`ris-dialog-content overflow-auto has-[svg:first-child]:flex has-[svg:first-child]:gap-8`},footer:{class:e`mt-40 flex items-center justify-end gap-12`},mask:{class:e`bg-black/40`}},y={root:()=>({class:{[e`flex flex-col items-center gap-10`]:!0}}),input:()=>({class:"hidden"})},S={root:{class:e`has-[input:read-only]:curser-not-allowed inline-flex items-center gap-4 border-2 border-blue-800 bg-white px-16 py-0 outline-4 -outline-offset-4 outline-blue-800 has-[[aria-invalid]]:border-red-800 has-[input:disabled]:border-blue-500 has-[input:read-only]:border-blue-300 has-[[aria-invalid]]:bg-red-200 has-[input:disabled]:bg-white has-[input:read-only]:bg-blue-300 has-[[data-size=large]]:px-24 has-[input:disabled]:text-blue-500 has-[input:disabled]:outline-none has-[:focus]:outline has-[:hover]:outline has-[[aria-invalid]]:outline-red-800`}},k={root:{class:e`m-0 p-0`}},b=e`border-2 border-blue-800 bg-white outline-4 -outline-offset-4 outline-blue-800 placeholder:text-gray-800 read-only:cursor-not-allowed read-only:border-blue-300 read-only:bg-blue-300 hover:outline focus:outline disabled:border-blue-500 disabled:bg-white disabled:text-blue-500 disabled:outline-none aria-[invalid]:border-red-800 aria-[invalid]:bg-red-200 aria-[invalid]:outline-red-800 aria-[invalid]:disabled:outline-none`,d=e`ris-body2-regular h-48 px-16 py-4`,M=e`ris-body1-regular h-64 px-24 py-4`,N=e`ris-body2-regular h-[44px] p-0`,z=e`ris-body1-regular h-[60px] p-0`,D={root:({props:t,parent:o})=>{const r=e`[&[type=password]:not(:placeholder-shown)]:text-[28px] [&[type=password]:not(:placeholder-shown)]:tracking-[4px] [&[type=password]]:w-full`,l=o.instance.$name==="InputGroup",n=e`bg-transparent placeholder:text-gray-900 focus:outline-none`,s=e`w-full`;return{class:{[b]:!l,[n]:l,[s]:!!t.fluid,[r]:!0,[d]:(!t.size||t.size==="small")&&!l,[N]:(!t.size||t.size==="small")&&l,[M]:t.size==="large"&&!l,[z]:t.size==="large"&&l},"data-size":t.size??"small"}}},A={root:({props:t,instance:o})=>{const r=e`ris-body1-regular border-l-4 px-20 py-14`,l=t.severity??"info",n=e`border-l-green-800 bg-green-200`,s=e`border-l-blue-800 bg-blue-200`,a=e`border-l-yellow-800 bg-yellow-200`,i=e`border-l-red-800 bg-red-200`,u=!!o.$slots.icon,h={success:"var(--ris-icon-success)",info:"var(--ris-icon-info)",warn:"var(--ris-icon-warn)",error:"var(--ris-icon-error)"}[l],f=e`bg-[length:20px] bg-[16px_18px] bg-no-repeat pl-44`;return{class:{[r]:!0,[n]:l==="success",[s]:l==="info",[a]:l==="warn",[i]:l==="error",[f]:!u},style:{backgroundImage:u?void 0:h}}},content:{class:e`flex items-start gap-8`},text:{class:e`flex-1`},closeButton:({props:t})=>{const o=e`mt-4 inline-flex h-20 w-20 flex-none items-center justify-center rounded-sm p-2 leading-none`,r=t.severity??"info",l=e`text-green-800 hover:bg-green-400 active:bg-green-500`,n=e`text-blue-800 hover:bg-blue-400 active:bg-blue-500`,s=e`text-black hover:bg-yellow-400 active:bg-yellow-500`,a=e`text-red-800 hover:bg-red-400 active:bg-red-500`;return{class:{[o]:!0,[l]:r==="success",[n]:r==="info",[s]:r==="warn",[a]:r==="error"}}}},B={},I={root:{class:e`mx-auto inline-block h-28 w-28 animate-spin`},circle:{class:e`fill-transparent stroke-current stroke-[4px] text-blue-800 [stroke-dasharray:200] [stroke-dashoffset:100]`}},L={root:{class:e`relative inline-block h-32 w-32 [&+label]:ris-label1-regular [&+label]:ml-8`},input:{class:e`peer h-full w-full cursor-pointer appearance-none rounded-full border-2 border-blue-800 bg-white outline-4 -outline-offset-4 outline-blue-800 hover:outline focus:outline active:outline-none disabled:cursor-not-allowed disabled:border-gray-600 disabled:outline-none aria-[invalid]:border-red-800 aria-[invalid]:outline-red-800 aria-[invalid]:active:outline-none aria-[invalid]:disabled:outline-none`},box:{class:e`pointer-events-none absolute inset-0 flex items-center justify-center text-transparent peer-checked:text-blue-800 peer-disabled:text-gray-600 peer-aria-[invalid]:text-red-800`},icon:{class:e`h-16 w-16 rounded-full bg-current`}},g=e`w-full`,T={root:({props:t})=>({class:{[e`relative`]:!0,[g]:!!t.fluid}}),pcInput:{root:({props:t})=>({class:{[b]:!0,[d]:!0,[g]:!!t.fluid}})},dropdown:{class:e`absolute inset-y-0 right-16`},option:{class:e`hover:bg-blue-100 data-[p-focus=true]:bg-blue-200`},optionGroup:{class:e`hover:bg-blue-100 data-[p-focus=true]:bg-blue-200`},overlay:{class:e`max-h-56 min-w-288 overflow-auto bg-white px-8 py-12 shadow-md`}},F={root:({props:t})=>{const o=e`ris-body1-regular min-h-56 border-2 border-blue-800 bg-white px-14 pb-12 pt-8 outline-4 -outline-offset-4 outline-blue-800 placeholder:text-gray-900 read-only:cursor-not-allowed read-only:border-blue-300 read-only:bg-blue-300 hover:outline focus:outline disabled:border-blue-500 disabled:bg-white disabled:text-blue-500 disabled:outline-none aria-[invalid]:border-red-800 aria-[invalid]:bg-red-200 aria-[invalid]:outline-red-800 aria-[invalid]:disabled:outline-none`,r=e`w-full`;return{class:{[o]:!0,[r]:!!t.fluid}}}},E={message:({props:t})=>{var i;const o=e`mb-8 flex w-full flex-row items-center gap-8 border-l-4 p-16`,r=(i=t.message)==null?void 0:i.severity,l=e`border-l-green-900 bg-green-200`,n=e`border-l-red-900 bg-red-200`,s=e`border-l-yellow-900 bg-yellow-200`,a=e`border-l-blue-900 bg-blue-200`;return{class:{[o]:!0,[l]:r==="success",[n]:r==="error",[s]:r==="warn",[a]:r==="info"}}},messageContent:{class:e`flex w-full flex-row items-start justify-between gap-10`},messageIcon:({props:t})=>{var i;const o=e`mt-2 h-20 w-20 flex-none shrink-0`,r=((i=t.message)==null?void 0:i.severity)??"info",l=e`text-green-800`,n=e`text-red-800`,s=e`text-black`,a=e`text-blue-800`;return{class:{[o]:!0,[l]:r==="success",[n]:r==="error",[s]:r==="warn",[a]:r==="info"}}},messageText:{class:e`flex-grow text-black`},summary:{class:e`ris-label2-bold`},detail:{class:e`ris-label2-regular`},closeButton:({props:t})=>{var i;const o=e`rounded-sm p-2`,r=((i=t.message)==null?void 0:i.severity)??"info",l=e`hover:bg-green-400`,n=e`hover:bg-red-400`,s=e`hover:bg-yellow-400`,a=e`hover:bg-blue-400`;return{class:{[o]:!0,[l]:r==="success",[n]:r==="error",[s]:r==="warn",[a]:r==="info"}}},closeIcon:{class:e`text-black`}},R={root:({props:t,state:o})=>{const r=e`ris-body2-regular inline-flex h-48 items-center justify-between border-2 bg-white py-4 pl-16 pr-12 outline-4 -outline-offset-4`,l=e`cursor-pointer border-blue-800 outline-blue-800`,n=e`outline`,s=e`hover:outline`,a=e`cursor-not-allowed border-blue-500 text-blue-500`,i=e`border-red-800 bg-red-200 outline-red-800`,u=e`w-full`;return{class:{[r]:!0,[l]:!t.disabled,[n]:o.focused&&!t.disabled,[s]:!t.disabled,[u]:!!t.fluid,[a]:t.disabled,[i]:t.invalid},"aria-invalid":t.invalid?"true":null}},dropdown:{class:e`pl-12`},listContainer:{class:e`overflow-auto shadow-md`},label:{class:e`line-clamp-1 outline-none`},overlay:{class:e`bg-white`},option:({context:t})=>{const o=e`ris-body2-regular relative h-full min-h-48 w-full cursor-pointer px-24 py-16 after:absolute after:-bottom-1 after:left-8 after:right-8 after:border-b after:border-gray-300 after:content-[''] last:after:border-b-0 hover:bg-gray-100`,r=e`bg-gray-100`;return{class:{[o]:!0,[r]:t.focused}}}},V={pcInputText:{root:({props:t})=>({class:{[b]:!0,[d]:!0,"w-full":!!t.fluid}})}},j={list:{class:e`m-0 flex list-none flex-wrap items-center p-0 leading-none`},item:{class:e`flex-no-wrap ris-label1-regular my-2 flex items-center break-all`},itemLink:{class:e`inline-flex cursor-pointer items-center text-blue-800 outline-4 outline-offset-4 outline-blue-800 hover:underline focus:outline`},separator:{class:e`mx-6 flex items-center text-gray-600`}},G={node:{class:e`mb-24 last:mb-0 focus-visible:outline-none focus-visible:outline-4 focus-visible:outline-offset-4 focus-visible:outline-blue-800 [&>ul:first-of-type]:border-l-0`},nodeContent:({context:t})=>{const o=e`group ris-label2-bold flex w-full border-l-4 border-transparent py-10 pl-10 pr-20 text-blue-800`,r=e`cursor-pointer select-none`,l=e`focus-visible:outline-none focus-visible:outline-4 focus-visible:outline-offset-4 focus-visible:outline-blue-800`,n=e`border-l-blue-800 bg-blue-200 text-black`,s=e`hover:bg-blue-200`,a=e`hover:bg-blue-300`;return{class:{[o]:!0,[r]:!0,[n]:t.selected,[s]:!t.selected,[a]:t.selected,[l]:!0}}},nodeToggleButton:({context:t})=>{const o=e`inline-flex h-20 w-20 justify-center border-0 bg-transparent text-gray-900 outline-none hover:text-black group-hover:text-black`,r=e`hidden`;return{class:{[o]:!0,[r]:t.leaf}}},nodeChildren:()=>{const t=e`m-0 list-none border-l border-gray-600 p-0 pl-36 outline-none [&:not(ul)]:pl-0 [&>ul:first-of-type]:border-0`,o=e`focus-visible:outline-none focus-visible:outline-4 focus-visible:outline-offset-4 focus-visible:outline-blue-800`;return{class:{[t]:!0,[o]:!0}}},nodeLabel:({context:t})=>{const o=e`group flex w-full flex-col items-start outline-none *:w-full *:outline-none group-hover:text-black [&>*:first-child]:group-hover:underline [&>*:last-child]:group-hover:no-underline`,r=e`text-black [&>*:last-child:is(span)]:text-gray-900`,l=e`[&>*:last-child]:group-hover:text-black`;return{class:{[o]:!0,[r]:t.selected,[l]:t.selected}}}},P={startsWith:"Beginnt mit",contains:"Enthält",notContains:"Enthält nicht",endsWith:"Endet mit",equals:"Gleich",notEquals:"Ungleich",noFilter:"Kein Filter",lt:"Weniger als",lte:"Weniger oder gleich",gt:"Größer als",gte:"Größer oder gleich",dateIs:"Datum ist",dateIsNot:"Datum ist nicht",dateBefore:"Datum ist vor",dateAfter:"Datum ist nach",clear:"Löschen",apply:"Anwenden",matchAll:"Alle erfüllen",matchAny:"Beliebige erfüllen",addRule:"Regel hinzufügen",removeRule:"Regel entfernen",accept:"Ja",reject:"Nein",choose:"Auswählen",upload:"Hochladen",cancel:"Abbrechen",completed:"Abgeschlossen",pending:"Ausstehend",fileSizeTypes:["B","KB","MB","GB","TB","PB","EB","ZB","YB"],dayNames:["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"],dayNamesShort:["So","Mo","Di","Mi","Do","Fr","Sa"],dayNamesMin:["So","Mo","Di","Mi","Do","Fr","Sa"],monthNames:["Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"],monthNamesShort:["Jan","Feb","Mär","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez"],chooseYear:"Jahr wählen",chooseMonth:"Monat wählen",chooseDate:"Datum wählen",prevDecade:"Vorheriges Jahrzehnt",nextDecade:"Nächstes Jahrzehnt",prevYear:"Vorheriges Jahr",nextYear:"Nächstes Jahr",prevMonth:"Vorheriger Monat",nextMonth:"Nächster Monat",prevHour:"Vorherige Stunde",nextHour:"Nächste Stunde",prevMinute:"Vorherige Minute",nextMinute:"Nächste Minute",prevSecond:"Vorherige Sekunde",nextSecond:"Nächste Sekunde",am:"vorm.",pm:"nachm.",today:"Heute",weekHeader:"KW",firstDayOfWeek:1,showMonthAfterYear:!1,dateFormat:"dd.mm.yy",weak:"Schwach",medium:"Mittel",strong:"Stark",passwordPrompt:"Passwort eingeben",emptyFilterMessage:"Keine Ergebnisse gefunden",searchMessage:"{0} Ergebnisse verfügbar",selectionMessage:"{0} Elemente ausgewählt",emptySelectionMessage:"Kein Element ausgewählt",emptySearchMessage:"Keine Ergebnisse gefunden",fileChosenMessage:"{0} Dateien",noFileChosenMessage:"Keine Datei ausgewählt",emptyMessage:"Keine Optionen verfügbar",aria:{trueLabel:"Wahr",falseLabel:"Falsch",nullLabel:"Nicht ausgewählt",star:"1 Stern",stars:"{star} Sterne",selectAll:"Alle Elemente ausgewählt",unselectAll:"Alle Elemente abgewählt",close:"Schließen",previous:"Vorherige",next:"Nächste",navigation:"Navigation",scrollTop:"Nach oben scrollen",moveTop:"Nach oben bewegen",moveUp:"Nach oben bewegen",moveDown:"Nach unten bewegen",moveBottom:"Nach unten bewegen",moveToTarget:"Zum Ziel verschieben",moveToSource:"Zur Quelle verschieben",moveAllToTarget:"Alle zum Ziel verschieben",moveAllToSource:"Alle zur Quelle verschieben",pageLabel:"Seite {page}",firstPageLabel:"Erste Seite",lastPageLabel:"Letzte Seite",nextPageLabel:"Nächste Seite",prevPageLabel:"Vorherige Seite",rowsPerPageLabel:"Zeilen pro Seite",jumpToPageDropdownLabel:"Zu Seite springen (Dropdown)",jumpToPageInputLabel:"Zu Seite springen (Eingabe)",selectRow:"Zeile ausgewählt",unselectRow:"Zeile abgewählt",expandRow:"Zeile erweitert",collapseRow:"Zeile reduziert",showFilterMenu:"Filtermenü anzeigen",hideFilterMenu:"Filtermenü ausblenden",filterOperator:"Filteroperator",filterConstraint:"Filterbedingung",editRow:"Zeile bearbeiten",saveEdit:"Bearbeitung speichern",cancelEdit:"Bearbeitung abbrechen",listView:"Listenansicht",gridView:"Gitteransicht",slide:"Folie",slideNumber:"Folie {slideNumber}",zoomImage:"Bild vergrößern",zoomIn:"Vergrößern",zoomOut:"Verkleinern",rotateRight:"Rechts drehen",rotateLeft:"Links drehen",listLabel:"Optionsliste"}},Z={button:v,checkbox:m,confirmDialog:w,dialog:x,fileUpload:y,inputGroup:S,inputGroupAddon:k,inputText:D,message:A,password:B,progressSpinner:I,radioButton:L,textarea:F,toast:E,autocomplete:T,select:R,inputMask:V,breadcrumb:j,tree:G},J={deDE:P};exports.RisUiLocale=J;exports.RisUiTheme=Z;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const x=(t,...o)=>String.raw({raw:t},...o),e=x,y={root:({props:t,instance:o})=>{const r=e`relative inline-flex max-w-full items-center justify-center gap-8 rounded-none text-center outline-4 outline-offset-4 outline-blue-800 focus:outline active:outline-none disabled:cursor-not-allowed disabled:outline-none`,l=t.severity??"primary",n=e`bg-blue-800 text-white hover:bg-blue-700 active:bg-blue-500 active:text-blue-800 disabled:bg-gray-400 disabled:text-gray-600`,s=e`border-2 border-blue-800 bg-white text-blue-800 hover:bg-gray-200 focus:bg-gray-200 active:border-white active:bg-white disabled:border-blue-500 disabled:text-blue-500 disabled:hover:bg-white`,i=e`border-2 border-transparent bg-transparent text-blue-800 underline hover:border-gray-500 hover:bg-white focus:border-gray-500 active:border-white active:bg-white disabled:bg-transparent disabled:text-gray-500`,a=t.size??"normal";let u=e`ris-body2-bold h-48 py-4`,c=e`ris-body1-bold h-64 py-4`;return o.hasIcon&&!t.label?(u=e`${u} w-48 px-4`,c=e`${c} w-64 px-4`):(u=e`${u} px-16`,c=e`${c} px-24`),{class:{[r]:!0,[u]:a==="normal",[c]:a==="large",[n]:!t.text&&l==="primary",[s]:!t.text&&l==="secondary",[i]:t.text&&l==="primary"}}},label:({props:t})=>({class:{hidden:!t.label,[e`-order-1`]:t.iconPos==="right"}}),loadingIcon:({props:t})=>{const o=t.size??"normal",r=e`h-[1.34em] w-[1.34em]`,l=e`h-24 w-24`;return{class:{[e`animate-spin`]:!0,[r]:o==="normal",[l]:o==="large"}}}},S={root:{class:e`relative inline-block h-24 min-h-24 w-24 min-w-24 [&+label]:ris-label1-regular [&+label]:ml-8`},input:{class:e`peer h-full w-full cursor-pointer appearance-none border-2 border-blue-800 bg-white outline-4 -outline-offset-4 outline-blue-800 hover:outline focus:outline active:outline-none disabled:cursor-not-allowed disabled:border-gray-600 disabled:outline-none aria-[invalid]:border-red-800 aria-[invalid]:outline-red-800 aria-[invalid]:active:outline-none aria-[invalid]:disabled:outline-none`},box:{class:e`pointer-events-none absolute inset-0 flex items-center justify-center text-blue-800 peer-disabled:text-gray-600 peer-aria-[invalid]:text-red-800`},icon:{class:e`h-12 w-12`}},k={},M={root:()=>({class:e`ris-label2-regular max-h-[90dvh] w-[95dvw] max-w-[25rem] border-2 border-blue-800 bg-white px-56 py-44 shadow-lg`}),header:{class:e`mb-16 flex`},title:{class:e`ris-label1-bold flex-1`},headerActions:{class:e`flex-none`},pcCloseButton:{root:{class:e`flex h-24 w-24 items-center justify-center p-4 text-blue-800 outline-2 outline-gray-500 hover:outline focus:outline active:outline-none`}},content:{class:e`ris-dialog-content overflow-auto has-[svg:first-child]:flex has-[svg:first-child]:gap-8`},footer:{class:e`mt-40 flex items-center justify-end gap-12`},mask:{class:e`bg-black/40`}},N={root:()=>({class:{[e`flex flex-col items-center gap-10`]:!0}}),input:()=>({class:"hidden"})},z={root:{class:e`has-[input:read-only]:curser-not-allowed inline-flex items-center gap-4 border-2 border-blue-800 bg-white px-16 py-0 outline-4 -outline-offset-4 outline-blue-800 has-[[aria-invalid]]:border-red-800 has-[input:disabled]:border-blue-500 has-[input:read-only]:border-blue-300 has-[[aria-invalid]]:bg-red-200 has-[input:disabled]:bg-white has-[input:read-only]:bg-blue-300 has-[[data-size=large]]:px-24 has-[input:disabled]:text-blue-500 has-[input:disabled]:outline-none has-[:focus]:outline has-[:hover]:outline has-[[aria-invalid]]:outline-red-800`}},D={root:{class:e`m-0 p-0`}},b=e`border-2 border-blue-800 bg-white outline-4 -outline-offset-4 outline-blue-800 placeholder:text-gray-800 read-only:cursor-not-allowed read-only:border-blue-300 read-only:bg-blue-300 hover:outline focus:outline disabled:border-blue-500 disabled:bg-white disabled:text-blue-500 disabled:outline-none aria-[invalid]:border-red-800 aria-[invalid]:bg-red-200 aria-[invalid]:outline-red-800 aria-[invalid]:disabled:outline-none`,d=e`ris-body2-regular h-48 px-16 py-4`,A=e`ris-body1-regular h-64 px-24 py-4`,L=e`ris-body2-regular h-[44px] p-0`,B=e`ris-body1-regular h-[60px] p-0`,I={root:({props:t,parent:o})=>{const r=e`[&[type=password]:not(:placeholder-shown)]:text-[28px] [&[type=password]:not(:placeholder-shown)]:tracking-[4px] [&[type=password]]:w-full`,l=o.instance.$name==="InputGroup",n=e`bg-transparent placeholder:text-gray-900 focus:outline-none`,s=e`w-full`;return{class:{[b]:!l,[n]:l,[s]:!!t.fluid,[r]:!0,[d]:(!t.size||t.size==="small")&&!l,[L]:(!t.size||t.size==="small")&&l,[A]:t.size==="large"&&!l,[B]:t.size==="large"&&l},"data-size":t.size??"small"}}},T={root:{class:e`ris-body2-regular bg-white shadow`},list:{class:e`focus-visible:outline-none`},item:({context:t})=>{const o=e`relative h-48 pl-16 pr-12 after:absolute after:-bottom-1 after:left-16 after:right-16 after:border-b after:border-gray-300 after:content-[''] last:after:border-b-0 hover:bg-gray-100`,r=e`outline-none outline-4 outline-offset-4 outline-blue-800`;return{class:{[o]:!0,[r]:t.focused}}},itemContent:{class:e`flex h-full items-center py-4`},itemLink:{class:e`flex items-center gap-8`}},F={root:({props:t,instance:o})=>{const r=e`ris-body1-regular border-l-4 px-20 py-14`,l=t.severity??"info",n=e`border-l-green-800 bg-green-200`,s=e`border-l-blue-800 bg-blue-200`,i=e`border-l-yellow-800 bg-yellow-200`,a=e`border-l-red-800 bg-red-200`,u=!!o.$slots.icon,m={success:"var(--ris-icon-success)",info:"var(--ris-icon-info)",warn:"var(--ris-icon-warn)",error:"var(--ris-icon-error)"}[l],w=e`bg-[length:20px] bg-[16px_18px] bg-no-repeat pl-44`;return{class:{[r]:!0,[n]:l==="success",[s]:l==="info",[i]:l==="warn",[a]:l==="error",[w]:!u},style:{backgroundImage:u?void 0:m}}},content:{class:e`flex items-start gap-8`},text:{class:e`flex-1`},closeButton:({props:t})=>{const o=e`mt-4 inline-flex h-20 w-20 flex-none items-center justify-center rounded-sm p-2 leading-none`,r=t.severity??"info",l=e`text-green-800 hover:bg-green-400 active:bg-green-500`,n=e`text-blue-800 hover:bg-blue-400 active:bg-blue-500`,s=e`text-black hover:bg-yellow-400 active:bg-yellow-500`,i=e`text-red-800 hover:bg-red-400 active:bg-red-500`;return{class:{[o]:!0,[l]:r==="success",[n]:r==="info",[s]:r==="warn",[i]:r==="error"}}}},E={},V={root:{class:e`mx-auto inline-block h-28 w-28 animate-spin`},circle:{class:e`fill-transparent stroke-current stroke-[4px] text-blue-800 [stroke-dasharray:200] [stroke-dashoffset:100]`}},R={root:{class:e`relative inline-block h-32 w-32 [&+label]:ris-label1-regular [&+label]:ml-8`},input:{class:e`peer h-full w-full cursor-pointer appearance-none rounded-full border-2 border-blue-800 bg-white outline-4 -outline-offset-4 outline-blue-800 hover:outline focus:outline active:outline-none disabled:cursor-not-allowed disabled:border-gray-600 disabled:outline-none aria-[invalid]:border-red-800 aria-[invalid]:outline-red-800 aria-[invalid]:active:outline-none aria-[invalid]:disabled:outline-none`},box:{class:e`pointer-events-none absolute inset-0 flex items-center justify-center text-transparent peer-checked:text-blue-800 peer-disabled:text-gray-600 peer-aria-[invalid]:text-red-800`},icon:{class:e`h-16 w-16 rounded-full bg-current`}},g=e`w-full`,j={root:({props:t})=>({class:{[e`relative`]:!0,[g]:!!t.fluid}}),pcInput:{root:({props:t})=>({class:{[b]:!0,[d]:!0,[g]:!!t.fluid}})},dropdown:{class:e`absolute inset-y-0 right-16`},option:{class:e`hover:bg-blue-100 data-[p-focus=true]:bg-blue-200`},optionGroup:{class:e`hover:bg-blue-100 data-[p-focus=true]:bg-blue-200`},overlay:{class:e`max-h-56 min-w-288 overflow-auto bg-white px-8 py-12 shadow-md`}},G={root:({props:t})=>{const o=e`ris-body1-regular min-h-56 border-2 border-blue-800 bg-white px-14 pb-12 pt-8 outline-4 -outline-offset-4 outline-blue-800 placeholder:text-gray-900 read-only:cursor-not-allowed read-only:border-blue-300 read-only:bg-blue-300 hover:outline focus:outline disabled:border-blue-500 disabled:bg-white disabled:text-blue-500 disabled:outline-none aria-[invalid]:border-red-800 aria-[invalid]:bg-red-200 aria-[invalid]:outline-red-800 aria-[invalid]:disabled:outline-none`,r=e`w-full`;return{class:{[o]:!0,[r]:!!t.fluid}}}},P={message:({props:t})=>{var a;const o=e`mb-8 flex w-full flex-row items-center gap-8 border-l-4 p-16`,r=(a=t.message)==null?void 0:a.severity,l=e`border-l-green-900 bg-green-200`,n=e`border-l-red-900 bg-red-200`,s=e`border-l-yellow-900 bg-yellow-200`,i=e`border-l-blue-900 bg-blue-200`;return{class:{[o]:!0,[l]:r==="success",[n]:r==="error",[s]:r==="warn",[i]:r==="info"}}},messageContent:{class:e`flex w-full flex-row items-start justify-between gap-10`},messageIcon:({props:t})=>{var a;const o=e`mt-2 h-20 w-20 flex-none shrink-0`,r=((a=t.message)==null?void 0:a.severity)??"info",l=e`text-green-800`,n=e`text-red-800`,s=e`text-black`,i=e`text-blue-800`;return{class:{[o]:!0,[l]:r==="success",[n]:r==="error",[s]:r==="warn",[i]:r==="info"}}},messageText:{class:e`flex-grow text-black`},summary:{class:e`ris-label2-bold`},detail:{class:e`ris-label2-regular`},closeButton:({props:t})=>{var a;const o=e`rounded-sm p-2`,r=((a=t.message)==null?void 0:a.severity)??"info",l=e`hover:bg-green-400`,n=e`hover:bg-red-400`,s=e`hover:bg-yellow-400`,i=e`hover:bg-blue-400`;return{class:{[o]:!0,[l]:r==="success",[n]:r==="error",[s]:r==="warn",[i]:r==="info"}}},closeIcon:{class:e`text-black`}},Z={root:({props:t,state:o})=>{const r=e`ris-body2-regular inline-flex h-48 items-center justify-between border-2 bg-white py-4 pl-16 pr-12 outline-4 -outline-offset-4`,l=e`cursor-pointer border-blue-800 outline-blue-800`,n=e`outline`,s=e`hover:outline`,i=e`cursor-not-allowed border-blue-500 text-blue-500`,a=e`border-red-800 bg-red-200 outline-red-800`,u=e`w-full`;return{class:{[r]:!0,[l]:!t.disabled,[n]:o.focused&&!t.disabled,[s]:!t.disabled,[u]:!!t.fluid,[i]:t.disabled,[a]:t.invalid},"aria-invalid":t.invalid?"true":null}},dropdown:{class:e`pl-12`},listContainer:{class:e`overflow-auto shadow-md`},label:{class:e`line-clamp-1 outline-none`},overlay:{class:e`bg-white`},option:({context:t})=>{const o=e`ris-body2-regular relative h-full min-h-48 w-full cursor-pointer px-24 py-16 after:absolute after:-bottom-1 after:left-8 after:right-8 after:border-b after:border-gray-300 after:content-[''] last:after:border-b-0 hover:bg-gray-100`,r=e`bg-gray-100`;return{class:{[o]:!0,[r]:t.focused}}}},J={pcInputText:{root:({props:t})=>({class:{[b]:!0,[d]:!0,"w-full":!!t.fluid}})}},C={list:{class:e`m-0 flex list-none flex-wrap items-center p-0 leading-none`},item:{class:e`flex-no-wrap ris-label1-regular my-2 flex items-center break-all`},itemLink:{class:e`inline-flex cursor-pointer items-center text-blue-800 outline-4 outline-offset-4 outline-blue-800 hover:underline focus:outline`},separator:{class:e`mx-6 flex items-center text-gray-600`}},h=e`cursor-pointer`,f=e`ris-label2-bold border-l-blue-800 bg-blue-200 text-black`,p=e`hover:bg-blue-200`,v=e`hover:bg-blue-300`,H=e`focus-visible:outline-none focus-visible:outline-4 focus-visible:outline-offset-4 focus-visible:outline-blue-800`,K={root:{class:e`text-blue-800`},header:({context:t})=>({class:{[e`group flex h-64 items-center border-l-4 border-transparent py-8 pl-10 pr-20`]:!0,[H]:!0,[h]:!0,[f]:t.active,[p]:!t.active,[v]:t.active}}),content:{class:e`ml-28 mt-8`},rootList:{class:e`focus-visible:outline-none`},panel:{class:e`focus-visible:outline-none`},itemContent:({context:t})=>{const o=e`group flex h-48 items-center border-l-4 border-transparent py-8 pl-10 pr-20`,r=e`focus-visible:outline-none focus-visible:outline-4 focus-visible:outline-offset-4 focus-visible:outline-blue-800`,l=e`bg-blue-200`;return{class:{[o]:!0,[l]:t.focused,[r]:!0,[h]:!0,[f]:t.active,[p]:!t.active,[v]:t.active}}}},O={node:{class:e`mb-24 last:mb-0 focus-visible:outline-none focus-visible:outline-4 focus-visible:outline-offset-4 focus-visible:outline-blue-800 [&>ul:first-of-type]:border-l-0`},nodeContent:({context:t})=>{const o=e`group ris-label2-bold flex w-full border-l-4 border-transparent py-10 pl-10 pr-20 text-blue-800`,r=e`cursor-pointer select-none`,l=e`focus-visible:outline-none focus-visible:outline-4 focus-visible:outline-offset-4 focus-visible:outline-blue-800`,n=e`border-l-blue-800 bg-blue-200 text-black`,s=e`hover:bg-blue-200`,i=e`hover:bg-blue-300`;return{class:{[o]:!0,[r]:!0,[n]:t.selected,[s]:!t.selected,[i]:t.selected,[l]:!0}}},nodeToggleButton:({context:t})=>{const o=e`inline-flex h-20 w-20 justify-center border-0 bg-transparent text-gray-900 outline-none hover:text-black group-hover:text-black`,r=e`hidden`;return{class:{[o]:!0,[r]:t.leaf}}},nodeChildren:()=>{const t=e`m-0 list-none border-l border-gray-600 p-0 pl-36 outline-none [&:not(ul)]:pl-0 [&>ul:first-of-type]:border-0`,o=e`focus-visible:outline-none focus-visible:outline-4 focus-visible:outline-offset-4 focus-visible:outline-blue-800`;return{class:{[t]:!0,[o]:!0}}},nodeLabel:({context:t})=>{const o=e`group flex w-full flex-col items-start outline-none *:w-full *:outline-none group-hover:text-black [&>*:first-child]:group-hover:underline [&>*:last-child]:group-hover:no-underline`,r=e`text-black [&>*:last-child:is(span)]:text-gray-900`,l=e`[&>*:last-child]:group-hover:text-black`;return{class:{[o]:!0,[r]:t.selected,[l]:t.selected}}}},U={startsWith:"Beginnt mit",contains:"Enthält",notContains:"Enthält nicht",endsWith:"Endet mit",equals:"Gleich",notEquals:"Ungleich",noFilter:"Kein Filter",lt:"Weniger als",lte:"Weniger oder gleich",gt:"Größer als",gte:"Größer oder gleich",dateIs:"Datum ist",dateIsNot:"Datum ist nicht",dateBefore:"Datum ist vor",dateAfter:"Datum ist nach",clear:"Löschen",apply:"Anwenden",matchAll:"Alle erfüllen",matchAny:"Beliebige erfüllen",addRule:"Regel hinzufügen",removeRule:"Regel entfernen",accept:"Ja",reject:"Nein",choose:"Auswählen",upload:"Hochladen",cancel:"Abbrechen",completed:"Abgeschlossen",pending:"Ausstehend",fileSizeTypes:["B","KB","MB","GB","TB","PB","EB","ZB","YB"],dayNames:["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"],dayNamesShort:["So","Mo","Di","Mi","Do","Fr","Sa"],dayNamesMin:["So","Mo","Di","Mi","Do","Fr","Sa"],monthNames:["Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"],monthNamesShort:["Jan","Feb","Mär","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez"],chooseYear:"Jahr wählen",chooseMonth:"Monat wählen",chooseDate:"Datum wählen",prevDecade:"Vorheriges Jahrzehnt",nextDecade:"Nächstes Jahrzehnt",prevYear:"Vorheriges Jahr",nextYear:"Nächstes Jahr",prevMonth:"Vorheriger Monat",nextMonth:"Nächster Monat",prevHour:"Vorherige Stunde",nextHour:"Nächste Stunde",prevMinute:"Vorherige Minute",nextMinute:"Nächste Minute",prevSecond:"Vorherige Sekunde",nextSecond:"Nächste Sekunde",am:"vorm.",pm:"nachm.",today:"Heute",weekHeader:"KW",firstDayOfWeek:1,showMonthAfterYear:!1,dateFormat:"dd.mm.yy",weak:"Schwach",medium:"Mittel",strong:"Stark",passwordPrompt:"Passwort eingeben",emptyFilterMessage:"Keine Ergebnisse gefunden",searchMessage:"{0} Ergebnisse verfügbar",selectionMessage:"{0} Elemente ausgewählt",emptySelectionMessage:"Kein Element ausgewählt",emptySearchMessage:"Keine Ergebnisse gefunden",fileChosenMessage:"{0} Dateien",noFileChosenMessage:"Keine Datei ausgewählt",emptyMessage:"Keine Optionen verfügbar",aria:{trueLabel:"Wahr",falseLabel:"Falsch",nullLabel:"Nicht ausgewählt",star:"1 Stern",stars:"{star} Sterne",selectAll:"Alle Elemente ausgewählt",unselectAll:"Alle Elemente abgewählt",close:"Schließen",previous:"Vorherige",next:"Nächste",navigation:"Navigation",scrollTop:"Nach oben scrollen",moveTop:"Nach oben bewegen",moveUp:"Nach oben bewegen",moveDown:"Nach unten bewegen",moveBottom:"Nach unten bewegen",moveToTarget:"Zum Ziel verschieben",moveToSource:"Zur Quelle verschieben",moveAllToTarget:"Alle zum Ziel verschieben",moveAllToSource:"Alle zur Quelle verschieben",pageLabel:"Seite {page}",firstPageLabel:"Erste Seite",lastPageLabel:"Letzte Seite",nextPageLabel:"Nächste Seite",prevPageLabel:"Vorherige Seite",rowsPerPageLabel:"Zeilen pro Seite",jumpToPageDropdownLabel:"Zu Seite springen (Dropdown)",jumpToPageInputLabel:"Zu Seite springen (Eingabe)",selectRow:"Zeile ausgewählt",unselectRow:"Zeile abgewählt",expandRow:"Zeile erweitert",collapseRow:"Zeile reduziert",showFilterMenu:"Filtermenü anzeigen",hideFilterMenu:"Filtermenü ausblenden",filterOperator:"Filteroperator",filterConstraint:"Filterbedingung",editRow:"Zeile bearbeiten",saveEdit:"Bearbeitung speichern",cancelEdit:"Bearbeitung abbrechen",listView:"Listenansicht",gridView:"Gitteransicht",slide:"Folie",slideNumber:"Folie {slideNumber}",zoomImage:"Bild vergrößern",zoomIn:"Vergrößern",zoomOut:"Verkleinern",rotateRight:"Rechts drehen",rotateLeft:"Links drehen",listLabel:"Optionsliste"}},W={button:y,checkbox:S,confirmDialog:k,dialog:M,fileUpload:N,inputGroup:z,inputGroupAddon:D,inputText:I,menu:T,message:F,password:E,progressSpinner:V,radioButton:R,textarea:G,toast:P,autocomplete:j,select:Z,inputMask:J,breadcrumb:C,tree:O,panelmenu:K},$={deDE:U};exports.RisUiLocale=$;exports.RisUiTheme=W;
@@ -8,6 +8,7 @@ export declare const RisUiTheme: {
8
8
  inputGroup: import("primevue/inputgroup").InputGroupPassThroughOptions;
9
9
  inputGroupAddon: import("primevue/inputgroupaddon").InputGroupAddonPassThroughOptions;
10
10
  inputText: import("primevue/inputtext").InputTextPassThroughOptions<any>;
11
+ menu: import("primevue/menu").MenuPassThroughOptions;
11
12
  message: import("primevue/message").MessagePassThroughOptions<any>;
12
13
  password: import("primevue/password").PasswordPassThroughOptions;
13
14
  progressSpinner: import("primevue/progressspinner").ProgressSpinnerPassThroughOptions;
@@ -19,6 +20,7 @@ export declare const RisUiTheme: {
19
20
  inputMask: import("primevue/inputmask").InputMaskPassThroughOptions;
20
21
  breadcrumb: import("primevue/breadcrumb").BreadcrumbPassThroughOptions;
21
22
  tree: import("primevue/tree").TreePassThroughOptions<any>;
23
+ panelmenu: import("primevue/panelmenu").PanelMenuPassThroughOptions;
22
24
  };
23
25
  export declare const RisUiLocale: {
24
26
  deDE: import("@primevue/core").PrimeVueLocaleOptions;
@@ -1,15 +1,15 @@
1
- const p = (t, ...o) => String.raw({ raw: t }, ...o), e = p, v = {
1
+ const x = (t, ...o) => String.raw({ raw: t }, ...o), e = x, y = {
2
2
  root: ({ props: t, instance: o }) => {
3
- const r = e`relative inline-flex max-w-full items-center justify-center gap-8 rounded-none text-center outline-4 outline-offset-4 outline-blue-800 focus:outline active:outline-none disabled:cursor-not-allowed disabled:outline-none`, l = t.severity ?? "primary", n = e`bg-blue-800 text-white hover:bg-blue-700 active:bg-blue-500 active:text-blue-800 disabled:bg-gray-400 disabled:text-gray-600`, s = e`border-2 border-blue-800 bg-white text-blue-800 hover:bg-gray-200 focus:bg-gray-200 active:border-white active:bg-white disabled:border-blue-500 disabled:text-blue-500 disabled:hover:bg-white`, a = e`border-2 border-transparent bg-transparent text-blue-800 underline hover:border-gray-500 hover:bg-white focus:border-gray-500 active:border-white active:bg-white disabled:bg-transparent disabled:text-gray-500`, i = t.size ?? "normal";
3
+ const r = e`relative inline-flex max-w-full items-center justify-center gap-8 rounded-none text-center outline-4 outline-offset-4 outline-blue-800 focus:outline active:outline-none disabled:cursor-not-allowed disabled:outline-none`, l = t.severity ?? "primary", n = e`bg-blue-800 text-white hover:bg-blue-700 active:bg-blue-500 active:text-blue-800 disabled:bg-gray-400 disabled:text-gray-600`, s = e`border-2 border-blue-800 bg-white text-blue-800 hover:bg-gray-200 focus:bg-gray-200 active:border-white active:bg-white disabled:border-blue-500 disabled:text-blue-500 disabled:hover:bg-white`, i = e`border-2 border-transparent bg-transparent text-blue-800 underline hover:border-gray-500 hover:bg-white focus:border-gray-500 active:border-white active:bg-white disabled:bg-transparent disabled:text-gray-500`, a = t.size ?? "normal";
4
4
  let u = e`ris-body2-bold h-48 py-4`, c = e`ris-body1-bold h-64 py-4`;
5
5
  return o.hasIcon && !t.label ? (u = e`${u} w-48 px-4`, c = e`${c} w-64 px-4`) : (u = e`${u} px-16`, c = e`${c} px-24`), {
6
6
  class: {
7
7
  [r]: !0,
8
- [u]: i === "normal",
9
- [c]: i === "large",
8
+ [u]: a === "normal",
9
+ [c]: a === "large",
10
10
  [n]: !t.text && l === "primary",
11
11
  [s]: !t.text && l === "secondary",
12
- [a]: t.text && l === "primary"
12
+ [i]: t.text && l === "primary"
13
13
  }
14
14
  };
15
15
  },
@@ -29,7 +29,7 @@ const p = (t, ...o) => String.raw({ raw: t }, ...o), e = p, v = {
29
29
  }
30
30
  };
31
31
  }
32
- }, m = {
32
+ }, k = {
33
33
  root: {
34
34
  class: e`relative inline-block h-24 min-h-24 w-24 min-w-24 [&+label]:ris-label1-regular [&+label]:ml-8`
35
35
  },
@@ -42,9 +42,9 @@ const p = (t, ...o) => String.raw({ raw: t }, ...o), e = p, v = {
42
42
  icon: {
43
43
  class: e`h-12 w-12`
44
44
  }
45
- }, w = {
45
+ }, S = {
46
46
  // All styling implemented in primevue/dialog
47
- }, x = {
47
+ }, M = {
48
48
  root: () => ({
49
49
  class: e`ris-label2-regular max-h-[90dvh] w-[95dvw] max-w-[25rem] border-2 border-blue-800 bg-white px-56 py-44 shadow-lg`
50
50
  }),
@@ -76,7 +76,7 @@ const p = (t, ...o) => String.raw({ raw: t }, ...o), e = p, v = {
76
76
  mask: {
77
77
  class: e`bg-black/40`
78
78
  }
79
- }, y = {
79
+ }, N = {
80
80
  root: () => ({
81
81
  class: {
82
82
  [e`flex flex-col items-center gap-10`]: !0
@@ -85,15 +85,15 @@ const p = (t, ...o) => String.raw({ raw: t }, ...o), e = p, v = {
85
85
  input: () => ({
86
86
  class: "hidden"
87
87
  })
88
- }, S = {
88
+ }, z = {
89
89
  root: {
90
90
  class: e`has-[input:read-only]:curser-not-allowed inline-flex items-center gap-4 border-2 border-blue-800 bg-white px-16 py-0 outline-4 -outline-offset-4 outline-blue-800 has-[[aria-invalid]]:border-red-800 has-[input:disabled]:border-blue-500 has-[input:read-only]:border-blue-300 has-[[aria-invalid]]:bg-red-200 has-[input:disabled]:bg-white has-[input:read-only]:bg-blue-300 has-[[data-size=large]]:px-24 has-[input:disabled]:text-blue-500 has-[input:disabled]:outline-none has-[:focus]:outline has-[:hover]:outline has-[[aria-invalid]]:outline-red-800`
91
91
  }
92
- }, k = {
92
+ }, D = {
93
93
  root: {
94
94
  class: e`m-0 p-0`
95
95
  }
96
- }, b = e`border-2 border-blue-800 bg-white outline-4 -outline-offset-4 outline-blue-800 placeholder:text-gray-800 read-only:cursor-not-allowed read-only:border-blue-300 read-only:bg-blue-300 hover:outline focus:outline disabled:border-blue-500 disabled:bg-white disabled:text-blue-500 disabled:outline-none aria-[invalid]:border-red-800 aria-[invalid]:bg-red-200 aria-[invalid]:outline-red-800 aria-[invalid]:disabled:outline-none`, d = e`ris-body2-regular h-48 px-16 py-4`, M = e`ris-body1-regular h-64 px-24 py-4`, N = e`ris-body2-regular h-[44px] p-0`, z = e`ris-body1-regular h-[60px] p-0`, D = {
96
+ }, b = e`border-2 border-blue-800 bg-white outline-4 -outline-offset-4 outline-blue-800 placeholder:text-gray-800 read-only:cursor-not-allowed read-only:border-blue-300 read-only:bg-blue-300 hover:outline focus:outline disabled:border-blue-500 disabled:bg-white disabled:text-blue-500 disabled:outline-none aria-[invalid]:border-red-800 aria-[invalid]:bg-red-200 aria-[invalid]:outline-red-800 aria-[invalid]:disabled:outline-none`, d = e`ris-body2-regular h-48 px-16 py-4`, A = e`ris-body1-regular h-64 px-24 py-4`, B = e`ris-body2-regular h-[44px] p-0`, L = e`ris-body1-regular h-[60px] p-0`, I = {
97
97
  root: ({ props: t, parent: o }) => {
98
98
  const r = e`[&[type=password]:not(:placeholder-shown)]:text-[28px] [&[type=password]:not(:placeholder-shown)]:tracking-[4px] [&[type=password]]:w-full`, l = o.instance.$name === "InputGroup", n = e`bg-transparent placeholder:text-gray-900 focus:outline-none`, s = e`w-full`;
99
99
  return {
@@ -103,32 +103,54 @@ const p = (t, ...o) => String.raw({ raw: t }, ...o), e = p, v = {
103
103
  [s]: !!t.fluid,
104
104
  [r]: !0,
105
105
  [d]: (!t.size || t.size === "small") && !l,
106
- [N]: (!t.size || t.size === "small") && l,
107
- [M]: t.size === "large" && !l,
108
- [z]: t.size === "large" && l
106
+ [B]: (!t.size || t.size === "small") && l,
107
+ [A]: t.size === "large" && !l,
108
+ [L]: t.size === "large" && l
109
109
  },
110
110
  "data-size": t.size ?? "small"
111
111
  };
112
112
  }
113
- }, A = {
113
+ }, F = {
114
+ root: {
115
+ class: e`ris-body2-regular bg-white shadow`
116
+ },
117
+ list: {
118
+ class: e`focus-visible:outline-none`
119
+ },
120
+ item: ({ context: t }) => {
121
+ const o = e`relative h-48 pl-16 pr-12 after:absolute after:-bottom-1 after:left-16 after:right-16 after:border-b after:border-gray-300 after:content-[''] last:after:border-b-0 hover:bg-gray-100`, r = e`outline-none outline-4 outline-offset-4 outline-blue-800`;
122
+ return {
123
+ class: {
124
+ [o]: !0,
125
+ [r]: t.focused
126
+ }
127
+ };
128
+ },
129
+ itemContent: {
130
+ class: e`flex h-full items-center py-4`
131
+ },
132
+ itemLink: {
133
+ class: e`flex items-center gap-8`
134
+ }
135
+ }, T = {
114
136
  root: ({ props: t, instance: o }) => {
115
- const r = e`ris-body1-regular border-l-4 px-20 py-14`, l = t.severity ?? "info", n = e`border-l-green-800 bg-green-200`, s = e`border-l-blue-800 bg-blue-200`, a = e`border-l-yellow-800 bg-yellow-200`, i = e`border-l-red-800 bg-red-200`, u = !!o.$slots.icon, h = {
137
+ const r = e`ris-body1-regular border-l-4 px-20 py-14`, l = t.severity ?? "info", n = e`border-l-green-800 bg-green-200`, s = e`border-l-blue-800 bg-blue-200`, i = e`border-l-yellow-800 bg-yellow-200`, a = e`border-l-red-800 bg-red-200`, u = !!o.$slots.icon, m = {
116
138
  success: "var(--ris-icon-success)",
117
139
  info: "var(--ris-icon-info)",
118
140
  warn: "var(--ris-icon-warn)",
119
141
  error: "var(--ris-icon-error)"
120
- }[l], f = e`bg-[length:20px] bg-[16px_18px] bg-no-repeat pl-44`;
142
+ }[l], w = e`bg-[length:20px] bg-[16px_18px] bg-no-repeat pl-44`;
121
143
  return {
122
144
  class: {
123
145
  [r]: !0,
124
146
  [n]: l === "success",
125
147
  [s]: l === "info",
126
- [a]: l === "warn",
127
- [i]: l === "error",
128
- [f]: !u
148
+ [i]: l === "warn",
149
+ [a]: l === "error",
150
+ [w]: !u
129
151
  },
130
152
  style: {
131
- backgroundImage: u ? void 0 : h
153
+ backgroundImage: u ? void 0 : m
132
154
  }
133
155
  };
134
156
  },
@@ -139,27 +161,27 @@ const p = (t, ...o) => String.raw({ raw: t }, ...o), e = p, v = {
139
161
  class: e`flex-1`
140
162
  },
141
163
  closeButton: ({ props: t }) => {
142
- const o = e`mt-4 inline-flex h-20 w-20 flex-none items-center justify-center rounded-sm p-2 leading-none`, r = t.severity ?? "info", l = e`text-green-800 hover:bg-green-400 active:bg-green-500`, n = e`text-blue-800 hover:bg-blue-400 active:bg-blue-500`, s = e`text-black hover:bg-yellow-400 active:bg-yellow-500`, a = e`text-red-800 hover:bg-red-400 active:bg-red-500`;
164
+ const o = e`mt-4 inline-flex h-20 w-20 flex-none items-center justify-center rounded-sm p-2 leading-none`, r = t.severity ?? "info", l = e`text-green-800 hover:bg-green-400 active:bg-green-500`, n = e`text-blue-800 hover:bg-blue-400 active:bg-blue-500`, s = e`text-black hover:bg-yellow-400 active:bg-yellow-500`, i = e`text-red-800 hover:bg-red-400 active:bg-red-500`;
143
165
  return {
144
166
  class: {
145
167
  [o]: !0,
146
168
  [l]: r === "success",
147
169
  [n]: r === "info",
148
170
  [s]: r === "warn",
149
- [a]: r === "error"
171
+ [i]: r === "error"
150
172
  }
151
173
  };
152
174
  }
153
- }, B = {
175
+ }, E = {
154
176
  // All styling moved to inputText.ts
155
- }, I = {
177
+ }, V = {
156
178
  root: {
157
179
  class: e`mx-auto inline-block h-28 w-28 animate-spin`
158
180
  },
159
181
  circle: {
160
182
  class: e`fill-transparent stroke-current stroke-[4px] text-blue-800 [stroke-dasharray:200] [stroke-dashoffset:100]`
161
183
  }
162
- }, L = {
184
+ }, G = {
163
185
  root: {
164
186
  class: e`relative inline-block h-32 w-32 [&+label]:ris-label1-regular [&+label]:ml-8`
165
187
  },
@@ -172,7 +194,7 @@ const p = (t, ...o) => String.raw({ raw: t }, ...o), e = p, v = {
172
194
  icon: {
173
195
  class: e`h-16 w-16 rounded-full bg-current`
174
196
  }
175
- }, g = e`w-full`, F = {
197
+ }, g = e`w-full`, R = {
176
198
  root: ({ props: t }) => ({
177
199
  class: {
178
200
  [e`relative`]: !0,
@@ -198,7 +220,7 @@ const p = (t, ...o) => String.raw({ raw: t }, ...o), e = p, v = {
198
220
  overlay: {
199
221
  class: e`max-h-56 min-w-288 overflow-auto bg-white px-8 py-12 shadow-md`
200
222
  }
201
- }, T = {
223
+ }, Z = {
202
224
  root: ({ props: t }) => {
203
225
  const o = e`ris-body1-regular min-h-56 border-2 border-blue-800 bg-white px-14 pb-12 pt-8 outline-4 -outline-offset-4 outline-blue-800 placeholder:text-gray-900 read-only:cursor-not-allowed read-only:border-blue-300 read-only:bg-blue-300 hover:outline focus:outline disabled:border-blue-500 disabled:bg-white disabled:text-blue-500 disabled:outline-none aria-[invalid]:border-red-800 aria-[invalid]:bg-red-200 aria-[invalid]:outline-red-800 aria-[invalid]:disabled:outline-none`, r = e`w-full`;
204
226
  return {
@@ -208,17 +230,17 @@ const p = (t, ...o) => String.raw({ raw: t }, ...o), e = p, v = {
208
230
  }
209
231
  };
210
232
  }
211
- }, E = {
233
+ }, j = {
212
234
  message: ({ props: t }) => {
213
- var i;
214
- const o = e`mb-8 flex w-full flex-row items-center gap-8 border-l-4 p-16`, r = (i = t.message) == null ? void 0 : i.severity, l = e`border-l-green-900 bg-green-200`, n = e`border-l-red-900 bg-red-200`, s = e`border-l-yellow-900 bg-yellow-200`, a = e`border-l-blue-900 bg-blue-200`;
235
+ var a;
236
+ const o = e`mb-8 flex w-full flex-row items-center gap-8 border-l-4 p-16`, r = (a = t.message) == null ? void 0 : a.severity, l = e`border-l-green-900 bg-green-200`, n = e`border-l-red-900 bg-red-200`, s = e`border-l-yellow-900 bg-yellow-200`, i = e`border-l-blue-900 bg-blue-200`;
215
237
  return {
216
238
  class: {
217
239
  [o]: !0,
218
240
  [l]: r === "success",
219
241
  [n]: r === "error",
220
242
  [s]: r === "warn",
221
- [a]: r === "info"
243
+ [i]: r === "info"
222
244
  }
223
245
  };
224
246
  },
@@ -226,15 +248,15 @@ const p = (t, ...o) => String.raw({ raw: t }, ...o), e = p, v = {
226
248
  class: e`flex w-full flex-row items-start justify-between gap-10`
227
249
  },
228
250
  messageIcon: ({ props: t }) => {
229
- var i;
230
- const o = e`mt-2 h-20 w-20 flex-none shrink-0`, r = ((i = t.message) == null ? void 0 : i.severity) ?? "info", l = e`text-green-800`, n = e`text-red-800`, s = e`text-black`, a = e`text-blue-800`;
251
+ var a;
252
+ const o = e`mt-2 h-20 w-20 flex-none shrink-0`, r = ((a = t.message) == null ? void 0 : a.severity) ?? "info", l = e`text-green-800`, n = e`text-red-800`, s = e`text-black`, i = e`text-blue-800`;
231
253
  return {
232
254
  class: {
233
255
  [o]: !0,
234
256
  [l]: r === "success",
235
257
  [n]: r === "error",
236
258
  [s]: r === "warn",
237
- [a]: r === "info"
259
+ [i]: r === "info"
238
260
  }
239
261
  };
240
262
  },
@@ -248,24 +270,24 @@ const p = (t, ...o) => String.raw({ raw: t }, ...o), e = p, v = {
248
270
  class: e`ris-label2-regular`
249
271
  },
250
272
  closeButton: ({ props: t }) => {
251
- var i;
252
- const o = e`rounded-sm p-2`, r = ((i = t.message) == null ? void 0 : i.severity) ?? "info", l = e`hover:bg-green-400`, n = e`hover:bg-red-400`, s = e`hover:bg-yellow-400`, a = e`hover:bg-blue-400`;
273
+ var a;
274
+ const o = e`rounded-sm p-2`, r = ((a = t.message) == null ? void 0 : a.severity) ?? "info", l = e`hover:bg-green-400`, n = e`hover:bg-red-400`, s = e`hover:bg-yellow-400`, i = e`hover:bg-blue-400`;
253
275
  return {
254
276
  class: {
255
277
  [o]: !0,
256
278
  [l]: r === "success",
257
279
  [n]: r === "error",
258
280
  [s]: r === "warn",
259
- [a]: r === "info"
281
+ [i]: r === "info"
260
282
  }
261
283
  };
262
284
  },
263
285
  closeIcon: {
264
286
  class: e`text-black`
265
287
  }
266
- }, V = {
288
+ }, J = {
267
289
  root: ({ props: t, state: o }) => {
268
- const r = e`ris-body2-regular inline-flex h-48 items-center justify-between border-2 bg-white py-4 pl-16 pr-12 outline-4 -outline-offset-4`, l = e`cursor-pointer border-blue-800 outline-blue-800`, n = e`outline`, s = e`hover:outline`, a = e`cursor-not-allowed border-blue-500 text-blue-500`, i = e`border-red-800 bg-red-200 outline-red-800`, u = e`w-full`;
290
+ const r = e`ris-body2-regular inline-flex h-48 items-center justify-between border-2 bg-white py-4 pl-16 pr-12 outline-4 -outline-offset-4`, l = e`cursor-pointer border-blue-800 outline-blue-800`, n = e`outline`, s = e`hover:outline`, i = e`cursor-not-allowed border-blue-500 text-blue-500`, a = e`border-red-800 bg-red-200 outline-red-800`, u = e`w-full`;
269
291
  return {
270
292
  class: {
271
293
  [r]: !0,
@@ -273,8 +295,8 @@ const p = (t, ...o) => String.raw({ raw: t }, ...o), e = p, v = {
273
295
  [n]: o.focused && !t.disabled,
274
296
  [s]: !t.disabled,
275
297
  [u]: !!t.fluid,
276
- [a]: t.disabled,
277
- [i]: t.invalid
298
+ [i]: t.disabled,
299
+ [a]: t.invalid
278
300
  },
279
301
  "aria-invalid": t.invalid ? "true" : null
280
302
  };
@@ -300,7 +322,7 @@ const p = (t, ...o) => String.raw({ raw: t }, ...o), e = p, v = {
300
322
  }
301
323
  };
302
324
  }
303
- }, G = {
325
+ }, P = {
304
326
  pcInputText: {
305
327
  root: ({ props: t }) => ({
306
328
  class: {
@@ -310,7 +332,7 @@ const p = (t, ...o) => String.raw({ raw: t }, ...o), e = p, v = {
310
332
  }
311
333
  })
312
334
  }
313
- }, R = {
335
+ }, C = {
314
336
  list: {
315
337
  class: e`m-0 flex list-none flex-wrap items-center p-0 leading-none`
316
338
  },
@@ -323,19 +345,57 @@ const p = (t, ...o) => String.raw({ raw: t }, ...o), e = p, v = {
323
345
  separator: {
324
346
  class: e`mx-6 flex items-center text-gray-600`
325
347
  }
326
- }, Z = {
348
+ }, h = e`cursor-pointer`, f = e`ris-label2-bold border-l-blue-800 bg-blue-200 text-black`, p = e`hover:bg-blue-200`, v = e`hover:bg-blue-300`, H = e`focus-visible:outline-none focus-visible:outline-4 focus-visible:outline-offset-4 focus-visible:outline-blue-800`, K = {
349
+ root: {
350
+ class: e`text-blue-800`
351
+ },
352
+ header: ({ context: t }) => ({
353
+ class: {
354
+ [e`group flex h-64 items-center border-l-4 border-transparent py-8 pl-10 pr-20`]: !0,
355
+ [H]: !0,
356
+ [h]: !0,
357
+ [f]: t.active,
358
+ [p]: !t.active,
359
+ [v]: t.active
360
+ }
361
+ }),
362
+ content: {
363
+ class: e`ml-28 mt-8`
364
+ },
365
+ rootList: {
366
+ class: e`focus-visible:outline-none`
367
+ },
368
+ panel: {
369
+ class: e`focus-visible:outline-none`
370
+ },
371
+ itemContent: ({ context: t }) => {
372
+ const o = e`group flex h-48 items-center border-l-4 border-transparent py-8 pl-10 pr-20`, r = e`focus-visible:outline-none focus-visible:outline-4 focus-visible:outline-offset-4 focus-visible:outline-blue-800`, l = e`bg-blue-200`;
373
+ return {
374
+ class: {
375
+ [o]: !0,
376
+ [l]: t.focused,
377
+ // workaround for https://github.com/primefaces/primevue/issues/6836
378
+ [r]: !0,
379
+ [h]: !0,
380
+ [f]: t.active,
381
+ [p]: !t.active,
382
+ [v]: t.active
383
+ }
384
+ };
385
+ }
386
+ }, O = {
327
387
  node: {
328
388
  class: e`mb-24 last:mb-0 focus-visible:outline-none focus-visible:outline-4 focus-visible:outline-offset-4 focus-visible:outline-blue-800 [&>ul:first-of-type]:border-l-0`
329
389
  },
330
390
  nodeContent: ({ context: t }) => {
331
- const o = e`group ris-label2-bold flex w-full border-l-4 border-transparent py-10 pl-10 pr-20 text-blue-800`, r = e`cursor-pointer select-none`, l = e`focus-visible:outline-none focus-visible:outline-4 focus-visible:outline-offset-4 focus-visible:outline-blue-800`, n = e`border-l-blue-800 bg-blue-200 text-black`, s = e`hover:bg-blue-200`, a = e`hover:bg-blue-300`;
391
+ const o = e`group ris-label2-bold flex w-full border-l-4 border-transparent py-10 pl-10 pr-20 text-blue-800`, r = e`cursor-pointer select-none`, l = e`focus-visible:outline-none focus-visible:outline-4 focus-visible:outline-offset-4 focus-visible:outline-blue-800`, n = e`border-l-blue-800 bg-blue-200 text-black`, s = e`hover:bg-blue-200`, i = e`hover:bg-blue-300`;
332
392
  return {
333
393
  class: {
334
394
  [o]: !0,
335
395
  [r]: !0,
336
396
  [n]: t.selected,
337
397
  [s]: !t.selected,
338
- [a]: t.selected,
398
+ [i]: t.selected,
339
399
  [l]: !0
340
400
  }
341
401
  };
@@ -368,7 +428,7 @@ const p = (t, ...o) => String.raw({ raw: t }, ...o), e = p, v = {
368
428
  }
369
429
  };
370
430
  }
371
- }, j = {
431
+ }, W = {
372
432
  startsWith: "Beginnt mit",
373
433
  contains: "Enthält",
374
434
  notContains: "Enthält nicht",
@@ -522,30 +582,32 @@ const p = (t, ...o) => String.raw({ raw: t }, ...o), e = p, v = {
522
582
  rotateLeft: "Links drehen",
523
583
  listLabel: "Optionsliste"
524
584
  }
525
- }, J = {
526
- button: v,
527
- checkbox: m,
528
- confirmDialog: w,
529
- dialog: x,
530
- fileUpload: y,
531
- inputGroup: S,
532
- inputGroupAddon: k,
533
- inputText: D,
534
- message: A,
535
- password: B,
536
- progressSpinner: I,
537
- radioButton: L,
538
- textarea: T,
539
- toast: E,
540
- autocomplete: F,
541
- select: V,
542
- inputMask: G,
543
- breadcrumb: R,
544
- tree: Z
545
- }, P = {
546
- deDE: j
585
+ }, $ = {
586
+ button: y,
587
+ checkbox: k,
588
+ confirmDialog: S,
589
+ dialog: M,
590
+ fileUpload: N,
591
+ inputGroup: z,
592
+ inputGroupAddon: D,
593
+ inputText: I,
594
+ menu: F,
595
+ message: T,
596
+ password: E,
597
+ progressSpinner: V,
598
+ radioButton: G,
599
+ textarea: Z,
600
+ toast: j,
601
+ autocomplete: R,
602
+ select: J,
603
+ inputMask: P,
604
+ breadcrumb: C,
605
+ tree: O,
606
+ panelmenu: K
607
+ }, U = {
608
+ deDE: W
547
609
  };
548
610
  export {
549
- P as RisUiLocale,
550
- J as RisUiTheme
611
+ U as RisUiLocale,
612
+ $ as RisUiTheme
551
613
  };
@@ -0,0 +1,3 @@
1
+ import { MenuPassThroughOptions } from "primevue/menu";
2
+ declare const menu: MenuPassThroughOptions;
3
+ export default menu;
@@ -0,0 +1,3 @@
1
+ import { PanelMenuPassThroughOptions } from "primevue/panelmenu";
2
+ declare const panelMenu: PanelMenuPassThroughOptions;
3
+ export default panelMenu;
package/dist/style.css CHANGED
@@ -1 +1 @@
1
- *,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(179 201 214 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(179 201 214 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#eff2f4}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#dcdee1}input::placeholder,textarea::placeholder{opacity:1;color:#dcdee1}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}body{color:#0b0c0c;font-family:BundesSansWeb,Calibri,Verdana,Arial,Helvetica,sans-serif}::-moz-placeholder{font-family:BundesSansWeb,Calibri,Verdana,Arial,Helvetica,sans-serif;font-style:normal}::placeholder{font-family:BundesSansWeb,Calibri,Verdana,Arial,Helvetica,sans-serif;font-style:normal}:root{--ris-icon-warn: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 5.99L19.53 19H4.47zM12 2L1 21h22z'/%3E%3Cpath fill='%23000' d='M13 16h-2v2h2zm0-6h-2v5h2z'/%3E%3C/svg%3E");--ris-icon-error: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%238E001B' d='M12 5.99L19.53 19H4.47zM12 2L1 21h22z'/%3E%3Cpath fill='%238E001B' d='M13 16h-2v2h2zm0-6h-2v5h2z'/%3E%3C/svg%3E");--ris-icon-info: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3Cpath fill='%23004B76' d='M11 7h2v2h-2zm0 4h2v6h-2zm1-9C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10S17.52 2 12 2m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8s8 3.59 8 8s-3.59 8-8 8'/%3E%3C/svg%3E");--ris-icon-success: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3Cpath fill='%23005E34' d='M9 16.17L4.83 12l-1.42 1.41L9 19L21 7l-1.41-1.41z'/%3E%3C/svg%3E")}.ris-title-regular{font-size:64px;font-weight:400;line-height:1.1875}.ris-heading1-regular{font-size:48px;font-weight:400;line-height:1.2}.ris-heading1-bold{font-size:48px;font-weight:700;line-height:1.2}.ris-heading2-regular{font-size:32px;font-weight:400;line-height:1.1875}.ris-heading2-bold{font-size:32px;font-weight:700;line-height:1.1875}.ris-heading3-regular{font-size:26px;font-weight:400;line-height:1.23}.ris-heading3-bold{font-size:26px;font-weight:700;line-height:1.23}.ris-subhead-regular{font-size:20px;font-weight:400;line-height:1.5}.ris-body1-regular{font-size:18px;font-weight:400;line-height:1.5}.ris-body1-bold{font-size:18px;font-weight:700;line-height:1.5}.ris-body2-regular{font-size:16px;font-weight:400;line-height:1.5}.ris-body2-bold{font-size:16px;font-weight:700;line-height:1.5}.ris-body3-regular{font-size:14px;font-weight:400;line-height:1.5}.ris-body3-bold{font-size:14px;font-weight:700;line-height:1.5}.ris-label1-regular{font-size:18px;font-weight:400;line-height:1.25}.ris-label1-bold{font-size:18px;font-weight:700;line-height:1.25}.ris-label2-regular{font-size:16px;font-weight:400;line-height:1.25}.ris-label2-bold{font-size:16px;font-weight:700;line-height:1.25}.ris-label3-regular{font-size:14px;font-weight:400;line-height:1.25}.ris-label3-bold{font-size:14px;font-weight:700;line-height:1.25}.ris-link1-regular{color:#004b76;font-size:18px;font-weight:400;line-height:1.5;text-decoration:underline}.ris-link1-bold{color:#004b76;font-size:18px;font-weight:700;line-height:1.5;text-decoration:underline}.ris-link2-regular{color:#004b76;font-size:16px;font-weight:400;line-height:1.5;text-decoration:underline}.ris-link2-bold{color:#004b76;font-size:16px;font-weight:700;line-height:1.5;text-decoration:underline}.ris-link3-regular{color:#004b76;font-size:14px;font-weight:400;line-height:1.5;text-decoration:underline}.ris-link3-bold{color:#004b76;font-size:14px;font-weight:700;line-height:1.5;text-decoration:underline}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.collapse{visibility:collapse}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0rem;right:0rem;bottom:0rem;left:0rem}.inset-y-0{top:0rem;bottom:0rem}.right-12{right:.75rem}.right-16{right:1rem}.-order-1{order:-1}.m-0{margin:0rem}.mx-2{margin-left:.125rem;margin-right:.125rem}.mx-6{margin-left:.375rem;margin-right:.375rem}.mx-auto{margin-left:auto;margin-right:auto}.my-2{margin-top:.125rem;margin-bottom:.125rem}.my-auto{margin-top:auto;margin-bottom:auto}.-ml-2{margin-left:-.125rem}.mb-1{margin-bottom:.0625rem}.mb-16{margin-bottom:1rem}.mb-24{margin-bottom:1.5rem}.mb-4{margin-bottom:.25rem}.mb-6{margin-bottom:.375rem}.mb-8{margin-bottom:.5rem}.mr-2{margin-right:.125rem}.mt-16{margin-top:1rem}.mt-2{margin-top:.125rem}.mt-4{margin-top:.25rem}.mt-40{margin-top:2.5rem}.line-clamp-1{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.hidden{display:none}.h-12{height:.75rem}.h-16{height:1rem}.h-20{height:1.25rem}.h-24{height:1.5rem}.h-28{height:1.75rem}.h-32{height:2rem}.h-48{height:3rem}.h-64{height:4rem}.h-\[1\.34em\]{height:1.34em}.h-\[44px\]{height:44px}.h-\[60px\]{height:60px}.h-full{height:100%}.max-h-56{max-height:3.5rem}.max-h-\[90dvh\]{max-height:90dvh}.min-h-24{min-height:1.5rem}.min-h-48{min-height:3rem}.min-h-56{min-height:3.5rem}.w-1\/2{width:50%}.w-1\/4{width:25%}.w-12{width:.75rem}.w-128{width:8rem}.w-16{width:1rem}.w-2\/5{width:40%}.w-20{width:1.25rem}.w-24{width:1.5rem}.w-28{width:1.75rem}.w-32{width:2rem}.w-320{width:20rem}.w-48{width:3rem}.w-64{width:4rem}.w-\[1\.34em\]{width:1.34em}.w-\[95dvw\]{width:95dvw}.w-full{width:100%}.min-w-24{min-width:1.5rem}.min-w-288{min-width:18rem}.max-w-320{max-width:20rem}.max-w-\[25rem\]{max-width:25rem}.max-w-full{max-width:100%}.flex-1{flex:1 1 0%}.flex-none{flex:none}.shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.list-none{list-style-type:none}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-10{gap:.625rem}.gap-12{gap:.75rem}.gap-16{gap:1rem}.gap-2{gap:.125rem}.gap-24{gap:1.5rem}.gap-32{gap:2rem}.gap-4{gap:.25rem}.gap-8{gap:.5rem}.space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.overflow-auto{overflow:auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.break-all{word-break:break-all}.rounded-full{border-radius:9999px}.rounded-none{border-radius:0}.rounded-sm{border-radius:.125rem}.border{border-width:1px}.border-0{border-width:0px}.border-2{border-width:2px}.border-l{border-left-width:1px}.border-l-4{border-left-width:4px}.border-blue-500{--tw-border-opacity: 1;border-color:rgb(179 201 214 / var(--tw-border-opacity))}.border-blue-800{--tw-border-opacity: 1;border-color:rgb(0 75 118 / var(--tw-border-opacity))}.border-gray-600{--tw-border-opacity: 1;border-color:rgb(184 189 195 / var(--tw-border-opacity))}.border-red-800{--tw-border-opacity: 1;border-color:rgb(176 36 63 / var(--tw-border-opacity))}.border-transparent{border-color:transparent}.border-l-blue-800{--tw-border-opacity: 1;border-left-color:rgb(0 75 118 / var(--tw-border-opacity))}.border-l-blue-900{--tw-border-opacity: 1;border-left-color:rgb(0 51 80 / var(--tw-border-opacity))}.border-l-green-800{--tw-border-opacity: 1;border-left-color:rgb(0 101 56 / var(--tw-border-opacity))}.border-l-green-900{--tw-border-opacity: 1;border-left-color:rgb(0 62 34 / var(--tw-border-opacity))}.border-l-red-800{--tw-border-opacity: 1;border-left-color:rgb(176 36 63 / var(--tw-border-opacity))}.border-l-red-900{--tw-border-opacity: 1;border-left-color:rgb(142 0 27 / var(--tw-border-opacity))}.border-l-yellow-800{--tw-border-opacity: 1;border-left-color:rgb(218 194 60 / var(--tw-border-opacity))}.border-l-yellow-900{--tw-border-opacity: 1;border-left-color:rgb(195 169 30 / var(--tw-border-opacity))}.bg-black\/40{background-color:#0b0c0c66}.bg-blue-200{--tw-bg-opacity: 1;background-color:rgb(236 241 244 / var(--tw-bg-opacity))}.bg-blue-800{--tw-bg-opacity: 1;background-color:rgb(0 75 118 / var(--tw-bg-opacity))}.bg-current{background-color:currentColor}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(246 247 248 / var(--tw-bg-opacity))}.bg-green-200{--tw-bg-opacity: 1;background-color:rgb(204 235 221 / var(--tw-bg-opacity))}.bg-red-200{--tw-bg-opacity: 1;background-color:rgb(249 229 236 / var(--tw-bg-opacity))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.bg-yellow-200{--tw-bg-opacity: 1;background-color:rgb(255 249 210 / var(--tw-bg-opacity))}.bg-\[length\:20px\]{background-size:20px}.bg-\[16px_18px\]{background-position:16px 18px}.bg-no-repeat{background-repeat:no-repeat}.fill-transparent{fill:transparent}.stroke-current{stroke:currentColor}.stroke-\[4px\]{stroke-width:4px}.p-0{padding:0rem}.p-16{padding:1rem}.p-2{padding:.125rem}.p-4{padding:.25rem}.px-12{padding-left:.75rem;padding-right:.75rem}.px-14{padding-left:.875rem;padding-right:.875rem}.px-16{padding-left:1rem;padding-right:1rem}.px-20{padding-left:1.25rem;padding-right:1.25rem}.px-24{padding-left:1.5rem;padding-right:1.5rem}.px-4{padding-left:.25rem;padding-right:.25rem}.px-56{padding-left:3.5rem;padding-right:3.5rem}.px-8{padding-left:.5rem;padding-right:.5rem}.py-0{padding-top:0rem;padding-bottom:0rem}.py-10{padding-top:.625rem;padding-bottom:.625rem}.py-12{padding-top:.75rem;padding-bottom:.75rem}.py-14{padding-top:.875rem;padding-bottom:.875rem}.py-16{padding-top:1rem;padding-bottom:1rem}.py-24{padding-top:1.5rem;padding-bottom:1.5rem}.py-4{padding-top:.25rem;padding-bottom:.25rem}.py-44{padding-top:2.75rem;padding-bottom:2.75rem}.pb-12{padding-bottom:.75rem}.pl-10{padding-left:.625rem}.pl-12{padding-left:.75rem}.pl-16{padding-left:1rem}.pl-36{padding-left:2.25rem}.pl-44{padding-left:2.75rem}.pr-12{padding-right:.75rem}.pr-20{padding-right:1.25rem}.pt-8{padding-top:.5rem}.text-left{text-align:left}.text-center{text-align:center}.leading-none{line-height:1}.text-black{--tw-text-opacity: 1;color:rgb(11 12 12 / var(--tw-text-opacity))}.text-blue-500{--tw-text-opacity: 1;color:rgb(179 201 214 / var(--tw-text-opacity))}.text-blue-800{--tw-text-opacity: 1;color:rgb(0 75 118 / var(--tw-text-opacity))}.text-gray-600{--tw-text-opacity: 1;color:rgb(184 189 195 / var(--tw-text-opacity))}.text-gray-900{--tw-text-opacity: 1;color:rgb(78 89 106 / var(--tw-text-opacity))}.text-green-800{--tw-text-opacity: 1;color:rgb(0 101 56 / var(--tw-text-opacity))}.text-red-800{--tw-text-opacity: 1;color:rgb(176 36 63 / var(--tw-text-opacity))}.text-transparent{color:transparent}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.underline{text-decoration-line:underline}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.outline-2{outline-width:2px}.outline-4{outline-width:4px}.-outline-offset-4{outline-offset:-4px}.outline-offset-4{outline-offset:4px}.outline-blue-800{outline-color:#004b76}.outline-gray-500{outline-color:#cacdd2}.outline-red-800{outline-color:#b0243f}.\[stroke-dasharray\:200\]{stroke-dasharray:200}.\[stroke-dashoffset\:100\]{stroke-dashoffset:100}.\[\&\+label\]\:ris-label1-regular+label{font-size:18px;font-weight:400;line-height:1.25}.\*\:w-full>*{width:100%}.\*\:outline-none>*{outline:2px solid transparent;outline-offset:2px}.placeholder\:text-gray-800::-moz-placeholder{--tw-text-opacity: 1;color:rgb(111 119 133 / var(--tw-text-opacity))}.placeholder\:text-gray-800::placeholder{--tw-text-opacity: 1;color:rgb(111 119 133 / var(--tw-text-opacity))}.placeholder\:text-gray-900::-moz-placeholder{--tw-text-opacity: 1;color:rgb(78 89 106 / var(--tw-text-opacity))}.placeholder\:text-gray-900::placeholder{--tw-text-opacity: 1;color:rgb(78 89 106 / var(--tw-text-opacity))}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:-bottom-1:after{content:var(--tw-content);bottom:-.0625rem}.after\:left-8:after{content:var(--tw-content);left:.5rem}.after\:right-8:after{content:var(--tw-content);right:.5rem}.after\:border-b:after{content:var(--tw-content);border-bottom-width:1px}.after\:border-gray-300:after{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(237 238 240 / var(--tw-border-opacity))}.after\:content-\[\'\'\]:after{--tw-content: "";content:var(--tw-content)}.last\:mb-0:last-child{margin-bottom:0rem}.last\:after\:border-b-0:last-child:after{content:var(--tw-content);border-bottom-width:0px}.read-only\:cursor-not-allowed:-moz-read-only{cursor:not-allowed}.read-only\:cursor-not-allowed:read-only{cursor:not-allowed}.read-only\:border-blue-300:-moz-read-only{--tw-border-opacity: 1;border-color:rgb(220 232 239 / var(--tw-border-opacity))}.read-only\:border-blue-300:read-only{--tw-border-opacity: 1;border-color:rgb(220 232 239 / var(--tw-border-opacity))}.read-only\:bg-blue-300:-moz-read-only{--tw-bg-opacity: 1;background-color:rgb(220 232 239 / var(--tw-bg-opacity))}.read-only\:bg-blue-300:read-only{--tw-bg-opacity: 1;background-color:rgb(220 232 239 / var(--tw-bg-opacity))}.hover\:border-gray-500:hover{--tw-border-opacity: 1;border-color:rgb(202 205 210 / var(--tw-border-opacity))}.hover\:bg-blue-100:hover{--tw-bg-opacity: 1;background-color:rgb(242 246 248 / var(--tw-bg-opacity))}.hover\:bg-blue-200:hover{--tw-bg-opacity: 1;background-color:rgb(236 241 244 / var(--tw-bg-opacity))}.hover\:bg-blue-300:hover{--tw-bg-opacity: 1;background-color:rgb(220 232 239 / var(--tw-bg-opacity))}.hover\:bg-blue-400:hover{--tw-bg-opacity: 1;background-color:rgb(204 219 228 / var(--tw-bg-opacity))}.hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(51 111 145 / var(--tw-bg-opacity))}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(246 247 248 / var(--tw-bg-opacity))}.hover\:bg-gray-200:hover{--tw-bg-opacity: 1;background-color:rgb(239 242 244 / var(--tw-bg-opacity))}.hover\:bg-green-400:hover{--tw-bg-opacity: 1;background-color:rgb(151 204 180 / var(--tw-bg-opacity))}.hover\:bg-red-400:hover{--tw-bg-opacity: 1;background-color:rgb(236 179 197 / var(--tw-bg-opacity))}.hover\:bg-white:hover{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.hover\:bg-yellow-400:hover{--tw-bg-opacity: 1;background-color:rgb(247 230 125 / var(--tw-bg-opacity))}.hover\:text-black:hover{--tw-text-opacity: 1;color:rgb(11 12 12 / var(--tw-text-opacity))}.hover\:underline:hover{text-decoration-line:underline}.hover\:outline:hover{outline-style:solid}.focus\:border-gray-500:focus{--tw-border-opacity: 1;border-color:rgb(202 205 210 / var(--tw-border-opacity))}.focus\:bg-gray-200:focus{--tw-bg-opacity: 1;background-color:rgb(239 242 244 / var(--tw-bg-opacity))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:outline:focus{outline-style:solid}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:outline-4:focus-visible{outline-width:4px}.focus-visible\:outline-offset-4:focus-visible{outline-offset:4px}.focus-visible\:outline-blue-800:focus-visible{outline-color:#004b76}.active\:border-white:active{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}.active\:bg-blue-500:active{--tw-bg-opacity: 1;background-color:rgb(179 201 214 / var(--tw-bg-opacity))}.active\:bg-green-500:active{--tw-bg-opacity: 1;background-color:rgb(101 180 145 / var(--tw-bg-opacity))}.active\:bg-red-500:active{--tw-bg-opacity: 1;background-color:rgb(230 153 177 / var(--tw-bg-opacity))}.active\:bg-white:active{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.active\:bg-yellow-500:active{--tw-bg-opacity: 1;background-color:rgb(245 224 93 / var(--tw-bg-opacity))}.active\:text-blue-800:active{--tw-text-opacity: 1;color:rgb(0 75 118 / var(--tw-text-opacity))}.active\:outline-none:active{outline:2px solid transparent;outline-offset:2px}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:border-blue-500:disabled{--tw-border-opacity: 1;border-color:rgb(179 201 214 / var(--tw-border-opacity))}.disabled\:border-gray-600:disabled{--tw-border-opacity: 1;border-color:rgb(184 189 195 / var(--tw-border-opacity))}.disabled\:bg-gray-400:disabled{--tw-bg-opacity: 1;background-color:rgb(220 222 225 / var(--tw-bg-opacity))}.disabled\:bg-transparent:disabled{background-color:transparent}.disabled\:bg-white:disabled{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.disabled\:text-blue-500:disabled{--tw-text-opacity: 1;color:rgb(179 201 214 / var(--tw-text-opacity))}.disabled\:text-gray-500:disabled{--tw-text-opacity: 1;color:rgb(202 205 210 / var(--tw-text-opacity))}.disabled\:text-gray-600:disabled{--tw-text-opacity: 1;color:rgb(184 189 195 / var(--tw-text-opacity))}.disabled\:outline-none:disabled{outline:2px solid transparent;outline-offset:2px}.disabled\:hover\:bg-white:hover:disabled{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.group:hover .group-hover\:text-black{--tw-text-opacity: 1;color:rgb(11 12 12 / var(--tw-text-opacity))}.peer:checked~.peer-checked\:text-blue-800{--tw-text-opacity: 1;color:rgb(0 75 118 / var(--tw-text-opacity))}.peer:disabled~.peer-disabled\:text-gray-600{--tw-text-opacity: 1;color:rgb(184 189 195 / var(--tw-text-opacity))}.has-\[svg\:first-child\]\:flex:has(svg:first-child){display:flex}.has-\[svg\:first-child\]\:gap-8:has(svg:first-child){gap:.5rem}.has-\[\[aria-invalid\]\]\:border-red-800:has([aria-invalid]){--tw-border-opacity: 1;border-color:rgb(176 36 63 / var(--tw-border-opacity))}.has-\[input\:disabled\]\:border-blue-500:has(input:disabled){--tw-border-opacity: 1;border-color:rgb(179 201 214 / var(--tw-border-opacity))}.has-\[input\:-moz-read-only\]\:border-blue-300:has(input:-moz-read-only){--tw-border-opacity: 1;border-color:rgb(220 232 239 / var(--tw-border-opacity))}.has-\[input\:read-only\]\:border-blue-300:has(input:read-only){--tw-border-opacity: 1;border-color:rgb(220 232 239 / var(--tw-border-opacity))}.has-\[\[aria-invalid\]\]\:bg-red-200:has([aria-invalid]){--tw-bg-opacity: 1;background-color:rgb(249 229 236 / var(--tw-bg-opacity))}.has-\[input\:disabled\]\:bg-white:has(input:disabled){--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.has-\[input\:-moz-read-only\]\:bg-blue-300:has(input:-moz-read-only){--tw-bg-opacity: 1;background-color:rgb(220 232 239 / var(--tw-bg-opacity))}.has-\[input\:read-only\]\:bg-blue-300:has(input:read-only){--tw-bg-opacity: 1;background-color:rgb(220 232 239 / var(--tw-bg-opacity))}.has-\[\[data-size\=large\]\]\:px-24:has([data-size=large]){padding-left:1.5rem;padding-right:1.5rem}.has-\[input\:disabled\]\:text-blue-500:has(input:disabled){--tw-text-opacity: 1;color:rgb(179 201 214 / var(--tw-text-opacity))}.has-\[input\:disabled\]\:outline-none:has(input:disabled){outline:2px solid transparent;outline-offset:2px}.has-\[\:focus\]\:outline:has(:focus){outline-style:solid}.has-\[\:hover\]\:outline:has(:hover){outline-style:solid}.has-\[\[aria-invalid\]\]\:outline-red-800:has([aria-invalid]){outline-color:#b0243f}.aria-\[invalid\]\:border-red-800[aria-invalid]{--tw-border-opacity: 1;border-color:rgb(176 36 63 / var(--tw-border-opacity))}.aria-\[invalid\]\:bg-red-200[aria-invalid]{--tw-bg-opacity: 1;background-color:rgb(249 229 236 / var(--tw-bg-opacity))}.aria-\[invalid\]\:outline-red-800[aria-invalid]{outline-color:#b0243f}.aria-\[invalid\]\:active\:outline-none:active[aria-invalid]{outline:2px solid transparent;outline-offset:2px}.aria-\[invalid\]\:disabled\:outline-none:disabled[aria-invalid]{outline:2px solid transparent;outline-offset:2px}.peer[aria-invalid]~.peer-aria-\[invalid\]\:text-red-800{--tw-text-opacity: 1;color:rgb(176 36 63 / var(--tw-text-opacity))}.data-\[variant\=active\]\:border-blue-800[data-variant=active]{--tw-border-opacity: 1;border-color:rgb(0 75 118 / var(--tw-border-opacity))}.data-\[p-focus\=true\]\:bg-blue-200[data-p-focus=true],.data-\[variant\=active\]\:bg-blue-200[data-variant=active]{--tw-bg-opacity: 1;background-color:rgb(236 241 244 / var(--tw-bg-opacity))}.\[\&\+label\]\:ml-8+label{margin-left:.5rem}.\[\&\:not\(ul\)\]\:pl-0:not(ul){padding-left:0rem}.group:hover .\[\&\>\*\:first-child\]\:group-hover\:underline>*:first-child{text-decoration-line:underline}.\[\&\>\*\:last-child\:is\(span\)\]\:text-gray-900>*:last-child:is(span){--tw-text-opacity: 1;color:rgb(78 89 106 / var(--tw-text-opacity))}.group:hover .\[\&\>\*\:last-child\]\:group-hover\:text-black>*:last-child{--tw-text-opacity: 1;color:rgb(11 12 12 / var(--tw-text-opacity))}.group:hover .\[\&\>\*\:last-child\]\:group-hover\:no-underline>*:last-child{text-decoration-line:none}.\[\&\>ul\:first-of-type\]\:border-0>ul:first-of-type{border-width:0px}.\[\&\>ul\:first-of-type\]\:border-l-0>ul:first-of-type{border-left-width:0px}.\[\&\[type\=password\]\:not\(\:-moz-placeholder-shown\)\]\:text-\[28px\][type=password]:not(:-moz-placeholder-shown){font-size:28px}.\[\&\[type\=password\]\:not\(\:placeholder-shown\)\]\:text-\[28px\][type=password]:not(:placeholder-shown){font-size:28px}.\[\&\[type\=password\]\:not\(\:-moz-placeholder-shown\)\]\:tracking-\[4px\][type=password]:not(:-moz-placeholder-shown){letter-spacing:4px}.\[\&\[type\=password\]\:not\(\:placeholder-shown\)\]\:tracking-\[4px\][type=password]:not(:placeholder-shown){letter-spacing:4px}.\[\&\[type\=password\]\]\:w-full[type=password]{width:100%}.ris-dialog-content svg:first-child{flex:none}input+small{font-size:14px;font-weight:400;line-height:1.25;margin-top:.125rem;display:flex;align-items:center;gap:.25rem;--tw-text-opacity: 1;color:rgb(78 89 106 / var(--tw-text-opacity))}input[aria-invalid=true]+small{--tw-text-opacity: 1;color:rgb(142 0 27 / var(--tw-text-opacity))}textarea+small{font-size:14px;font-weight:400;line-height:1.25;margin-top:.125rem;display:flex;align-items:center;gap:.25rem;--tw-text-opacity: 1;color:rgb(78 89 106 / var(--tw-text-opacity))}textarea[aria-invalid=true]+small{--tw-text-opacity: 1;color:rgb(142 0 27 / var(--tw-text-opacity))}div+small{font-size:14px;font-weight:400;line-height:1.25;margin-top:.25rem;display:flex;align-items:center;gap:.25rem;--tw-text-opacity: 1;color:rgb(78 89 106 / var(--tw-text-opacity))}div[aria-invalid=true]+small{--tw-text-opacity: 1;color:rgb(142 0 27 / var(--tw-text-opacity))}div[data-pc-section=nodecontent]:has(+ul[data-pc-section=nodechildren] li div[data-pc-section=nodecontent][data-p-selected=true]){--tw-border-opacity: 1;border-left-color:rgb(184 189 195 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(246 247 248 / var(--tw-bg-opacity))}div[data-pc-section=nodecontent]:has(+ul[data-pc-section=nodechildren] li div[data-pc-section=nodecontent][data-p-selected=true]):hover{--tw-bg-opacity: 1;background-color:rgb(236 241 244 / var(--tw-bg-opacity))}._truncate_186wk_2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:var(--4da4d868)}
1
+ *,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(179 201 214 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(179 201 214 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#eff2f4}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#dcdee1}input::placeholder,textarea::placeholder{opacity:1;color:#dcdee1}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}body{color:#0b0c0c;font-family:BundesSansWeb,Calibri,Verdana,Arial,Helvetica,sans-serif}::-moz-placeholder{font-family:BundesSansWeb,Calibri,Verdana,Arial,Helvetica,sans-serif;font-style:normal}::placeholder{font-family:BundesSansWeb,Calibri,Verdana,Arial,Helvetica,sans-serif;font-style:normal}:root{--ris-icon-warn: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 5.99L19.53 19H4.47zM12 2L1 21h22z'/%3E%3Cpath fill='%23000' d='M13 16h-2v2h2zm0-6h-2v5h2z'/%3E%3C/svg%3E");--ris-icon-error: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%238E001B' d='M12 5.99L19.53 19H4.47zM12 2L1 21h22z'/%3E%3Cpath fill='%238E001B' d='M13 16h-2v2h2zm0-6h-2v5h2z'/%3E%3C/svg%3E");--ris-icon-info: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3Cpath fill='%23004B76' d='M11 7h2v2h-2zm0 4h2v6h-2zm1-9C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10S17.52 2 12 2m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8s8 3.59 8 8s-3.59 8-8 8'/%3E%3C/svg%3E");--ris-icon-success: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3Cpath fill='%23005E34' d='M9 16.17L4.83 12l-1.42 1.41L9 19L21 7l-1.41-1.41z'/%3E%3C/svg%3E")}.ris-title-regular{font-size:64px;font-weight:400;line-height:1.1875}.ris-heading1-regular{font-size:48px;font-weight:400;line-height:1.2}.ris-heading1-bold{font-size:48px;font-weight:700;line-height:1.2}.ris-heading2-regular{font-size:32px;font-weight:400;line-height:1.1875}.ris-heading2-bold{font-size:32px;font-weight:700;line-height:1.1875}.ris-heading3-regular{font-size:26px;font-weight:400;line-height:1.23}.ris-heading3-bold{font-size:26px;font-weight:700;line-height:1.23}.ris-subhead-regular{font-size:20px;font-weight:400;line-height:1.5}.ris-body1-regular{font-size:18px;font-weight:400;line-height:1.5}.ris-body1-bold{font-size:18px;font-weight:700;line-height:1.5}.ris-body2-regular{font-size:16px;font-weight:400;line-height:1.5}.ris-body2-bold{font-size:16px;font-weight:700;line-height:1.5}.ris-body3-regular{font-size:14px;font-weight:400;line-height:1.5}.ris-body3-bold{font-size:14px;font-weight:700;line-height:1.5}.ris-label1-regular{font-size:18px;font-weight:400;line-height:1.25}.ris-label1-bold{font-size:18px;font-weight:700;line-height:1.25}.ris-label2-regular{font-size:16px;font-weight:400;line-height:1.25}.ris-label2-bold{font-size:16px;font-weight:700;line-height:1.25}.ris-label3-regular{font-size:14px;font-weight:400;line-height:1.25}.ris-label3-bold{font-size:14px;font-weight:700;line-height:1.25}.ris-link1-regular{color:#004b76;font-size:18px;font-weight:400;line-height:1.5;text-decoration:underline}.ris-link1-bold{color:#004b76;font-size:18px;font-weight:700;line-height:1.5;text-decoration:underline}.ris-link2-regular{color:#004b76;font-size:16px;font-weight:400;line-height:1.5;text-decoration:underline}.ris-link2-bold{color:#004b76;font-size:16px;font-weight:700;line-height:1.5;text-decoration:underline}.ris-link3-regular{color:#004b76;font-size:14px;font-weight:400;line-height:1.5;text-decoration:underline}.ris-link3-bold{color:#004b76;font-size:14px;font-weight:700;line-height:1.5;text-decoration:underline}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.collapse{visibility:collapse}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0rem;right:0rem;bottom:0rem;left:0rem}.inset-y-0{top:0rem;bottom:0rem}.right-12{right:.75rem}.right-16{right:1rem}.-order-1{order:-1}.m-0{margin:0rem}.mx-2{margin-left:.125rem;margin-right:.125rem}.mx-6{margin-left:.375rem;margin-right:.375rem}.mx-auto{margin-left:auto;margin-right:auto}.my-2{margin-top:.125rem;margin-bottom:.125rem}.my-auto{margin-top:auto;margin-bottom:auto}.-ml-2{margin-left:-.125rem}.mb-1{margin-bottom:.0625rem}.mb-16{margin-bottom:1rem}.mb-24{margin-bottom:1.5rem}.mb-4{margin-bottom:.25rem}.mb-6{margin-bottom:.375rem}.mb-8{margin-bottom:.5rem}.ml-28{margin-left:1.75rem}.mr-2{margin-right:.125rem}.mt-16{margin-top:1rem}.mt-2{margin-top:.125rem}.mt-4{margin-top:.25rem}.mt-40{margin-top:2.5rem}.mt-8{margin-top:.5rem}.line-clamp-1{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.hidden{display:none}.h-12{height:.75rem}.h-16{height:1rem}.h-20{height:1.25rem}.h-24{height:1.5rem}.h-28{height:1.75rem}.h-32{height:2rem}.h-48{height:3rem}.h-64{height:4rem}.h-\[1\.34em\]{height:1.34em}.h-\[44px\]{height:44px}.h-\[60px\]{height:60px}.h-full{height:100%}.max-h-56{max-height:3.5rem}.max-h-\[90dvh\]{max-height:90dvh}.min-h-24{min-height:1.5rem}.min-h-48{min-height:3rem}.min-h-56{min-height:3.5rem}.w-1\/2{width:50%}.w-1\/4{width:25%}.w-12{width:.75rem}.w-128{width:8rem}.w-16{width:1rem}.w-2\/5{width:40%}.w-20{width:1.25rem}.w-24{width:1.5rem}.w-28{width:1.75rem}.w-32{width:2rem}.w-320{width:20rem}.w-48{width:3rem}.w-64{width:4rem}.w-\[1\.34em\]{width:1.34em}.w-\[95dvw\]{width:95dvw}.w-full{width:100%}.min-w-24{min-width:1.5rem}.min-w-288{min-width:18rem}.max-w-320{max-width:20rem}.max-w-\[25rem\]{max-width:25rem}.max-w-full{max-width:100%}.flex-1{flex:1 1 0%}.flex-none{flex:none}.shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.list-none{list-style-type:none}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-10{gap:.625rem}.gap-12{gap:.75rem}.gap-16{gap:1rem}.gap-2{gap:.125rem}.gap-24{gap:1.5rem}.gap-32{gap:2rem}.gap-4{gap:.25rem}.gap-8{gap:.5rem}.space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.overflow-auto{overflow:auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.break-all{word-break:break-all}.rounded-full{border-radius:9999px}.rounded-none{border-radius:0}.rounded-sm{border-radius:.125rem}.border{border-width:1px}.border-0{border-width:0px}.border-2{border-width:2px}.border-l{border-left-width:1px}.border-l-4{border-left-width:4px}.border-blue-500{--tw-border-opacity: 1;border-color:rgb(179 201 214 / var(--tw-border-opacity))}.border-blue-800{--tw-border-opacity: 1;border-color:rgb(0 75 118 / var(--tw-border-opacity))}.border-gray-600{--tw-border-opacity: 1;border-color:rgb(184 189 195 / var(--tw-border-opacity))}.border-red-800{--tw-border-opacity: 1;border-color:rgb(176 36 63 / var(--tw-border-opacity))}.border-transparent{border-color:transparent}.border-l-blue-800{--tw-border-opacity: 1;border-left-color:rgb(0 75 118 / var(--tw-border-opacity))}.border-l-blue-900{--tw-border-opacity: 1;border-left-color:rgb(0 51 80 / var(--tw-border-opacity))}.border-l-green-800{--tw-border-opacity: 1;border-left-color:rgb(0 101 56 / var(--tw-border-opacity))}.border-l-green-900{--tw-border-opacity: 1;border-left-color:rgb(0 62 34 / var(--tw-border-opacity))}.border-l-red-800{--tw-border-opacity: 1;border-left-color:rgb(176 36 63 / var(--tw-border-opacity))}.border-l-red-900{--tw-border-opacity: 1;border-left-color:rgb(142 0 27 / var(--tw-border-opacity))}.border-l-yellow-800{--tw-border-opacity: 1;border-left-color:rgb(218 194 60 / var(--tw-border-opacity))}.border-l-yellow-900{--tw-border-opacity: 1;border-left-color:rgb(195 169 30 / var(--tw-border-opacity))}.bg-black\/40{background-color:#0b0c0c66}.bg-blue-200{--tw-bg-opacity: 1;background-color:rgb(236 241 244 / var(--tw-bg-opacity))}.bg-blue-800{--tw-bg-opacity: 1;background-color:rgb(0 75 118 / var(--tw-bg-opacity))}.bg-current{background-color:currentColor}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(246 247 248 / var(--tw-bg-opacity))}.bg-green-200{--tw-bg-opacity: 1;background-color:rgb(204 235 221 / var(--tw-bg-opacity))}.bg-red-200{--tw-bg-opacity: 1;background-color:rgb(249 229 236 / var(--tw-bg-opacity))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.bg-yellow-200{--tw-bg-opacity: 1;background-color:rgb(255 249 210 / var(--tw-bg-opacity))}.bg-\[length\:20px\]{background-size:20px}.bg-\[16px_18px\]{background-position:16px 18px}.bg-no-repeat{background-repeat:no-repeat}.fill-transparent{fill:transparent}.stroke-current{stroke:currentColor}.stroke-\[4px\]{stroke-width:4px}.p-0{padding:0rem}.p-16{padding:1rem}.p-2{padding:.125rem}.p-4{padding:.25rem}.px-12{padding-left:.75rem;padding-right:.75rem}.px-14{padding-left:.875rem;padding-right:.875rem}.px-16{padding-left:1rem;padding-right:1rem}.px-20{padding-left:1.25rem;padding-right:1.25rem}.px-24{padding-left:1.5rem;padding-right:1.5rem}.px-4{padding-left:.25rem;padding-right:.25rem}.px-56{padding-left:3.5rem;padding-right:3.5rem}.px-8{padding-left:.5rem;padding-right:.5rem}.py-0{padding-top:0rem;padding-bottom:0rem}.py-10{padding-top:.625rem;padding-bottom:.625rem}.py-12{padding-top:.75rem;padding-bottom:.75rem}.py-14{padding-top:.875rem;padding-bottom:.875rem}.py-16{padding-top:1rem;padding-bottom:1rem}.py-24{padding-top:1.5rem;padding-bottom:1.5rem}.py-4{padding-top:.25rem;padding-bottom:.25rem}.py-44{padding-top:2.75rem;padding-bottom:2.75rem}.py-8{padding-top:.5rem;padding-bottom:.5rem}.pb-12{padding-bottom:.75rem}.pl-10{padding-left:.625rem}.pl-12{padding-left:.75rem}.pl-16{padding-left:1rem}.pl-36{padding-left:2.25rem}.pl-44{padding-left:2.75rem}.pr-12{padding-right:.75rem}.pr-20{padding-right:1.25rem}.pt-8{padding-top:.5rem}.text-left{text-align:left}.text-center{text-align:center}.leading-none{line-height:1}.text-black{--tw-text-opacity: 1;color:rgb(11 12 12 / var(--tw-text-opacity))}.text-blue-500{--tw-text-opacity: 1;color:rgb(179 201 214 / var(--tw-text-opacity))}.text-blue-800{--tw-text-opacity: 1;color:rgb(0 75 118 / var(--tw-text-opacity))}.text-gray-600{--tw-text-opacity: 1;color:rgb(184 189 195 / var(--tw-text-opacity))}.text-gray-900{--tw-text-opacity: 1;color:rgb(78 89 106 / var(--tw-text-opacity))}.text-green-800{--tw-text-opacity: 1;color:rgb(0 101 56 / var(--tw-text-opacity))}.text-red-800{--tw-text-opacity: 1;color:rgb(176 36 63 / var(--tw-text-opacity))}.text-transparent{color:transparent}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.underline{text-decoration-line:underline}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.outline-2{outline-width:2px}.outline-4{outline-width:4px}.-outline-offset-4{outline-offset:-4px}.outline-offset-4{outline-offset:4px}.outline-blue-800{outline-color:#004b76}.outline-gray-500{outline-color:#cacdd2}.outline-red-800{outline-color:#b0243f}.\[stroke-dasharray\:200\]{stroke-dasharray:200}.\[stroke-dashoffset\:100\]{stroke-dashoffset:100}.\[\&\+label\]\:ris-label1-regular+label{font-size:18px;font-weight:400;line-height:1.25}.\*\:w-full>*{width:100%}.\*\:outline-none>*{outline:2px solid transparent;outline-offset:2px}.placeholder\:text-gray-800::-moz-placeholder{--tw-text-opacity: 1;color:rgb(111 119 133 / var(--tw-text-opacity))}.placeholder\:text-gray-800::placeholder{--tw-text-opacity: 1;color:rgb(111 119 133 / var(--tw-text-opacity))}.placeholder\:text-gray-900::-moz-placeholder{--tw-text-opacity: 1;color:rgb(78 89 106 / var(--tw-text-opacity))}.placeholder\:text-gray-900::placeholder{--tw-text-opacity: 1;color:rgb(78 89 106 / var(--tw-text-opacity))}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:-bottom-1:after{content:var(--tw-content);bottom:-.0625rem}.after\:left-16:after{content:var(--tw-content);left:1rem}.after\:left-8:after{content:var(--tw-content);left:.5rem}.after\:right-16:after{content:var(--tw-content);right:1rem}.after\:right-8:after{content:var(--tw-content);right:.5rem}.after\:border-b:after{content:var(--tw-content);border-bottom-width:1px}.after\:border-gray-300:after{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(237 238 240 / var(--tw-border-opacity))}.after\:content-\[\'\'\]:after{--tw-content: "";content:var(--tw-content)}.last\:mb-0:last-child{margin-bottom:0rem}.last\:after\:border-b-0:last-child:after{content:var(--tw-content);border-bottom-width:0px}.read-only\:cursor-not-allowed:-moz-read-only{cursor:not-allowed}.read-only\:cursor-not-allowed:read-only{cursor:not-allowed}.read-only\:border-blue-300:-moz-read-only{--tw-border-opacity: 1;border-color:rgb(220 232 239 / var(--tw-border-opacity))}.read-only\:border-blue-300:read-only{--tw-border-opacity: 1;border-color:rgb(220 232 239 / var(--tw-border-opacity))}.read-only\:bg-blue-300:-moz-read-only{--tw-bg-opacity: 1;background-color:rgb(220 232 239 / var(--tw-bg-opacity))}.read-only\:bg-blue-300:read-only{--tw-bg-opacity: 1;background-color:rgb(220 232 239 / var(--tw-bg-opacity))}.hover\:border-gray-500:hover{--tw-border-opacity: 1;border-color:rgb(202 205 210 / var(--tw-border-opacity))}.hover\:bg-blue-100:hover{--tw-bg-opacity: 1;background-color:rgb(242 246 248 / var(--tw-bg-opacity))}.hover\:bg-blue-200:hover{--tw-bg-opacity: 1;background-color:rgb(236 241 244 / var(--tw-bg-opacity))}.hover\:bg-blue-300:hover{--tw-bg-opacity: 1;background-color:rgb(220 232 239 / var(--tw-bg-opacity))}.hover\:bg-blue-400:hover{--tw-bg-opacity: 1;background-color:rgb(204 219 228 / var(--tw-bg-opacity))}.hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(51 111 145 / var(--tw-bg-opacity))}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(246 247 248 / var(--tw-bg-opacity))}.hover\:bg-gray-200:hover{--tw-bg-opacity: 1;background-color:rgb(239 242 244 / var(--tw-bg-opacity))}.hover\:bg-green-400:hover{--tw-bg-opacity: 1;background-color:rgb(151 204 180 / var(--tw-bg-opacity))}.hover\:bg-red-400:hover{--tw-bg-opacity: 1;background-color:rgb(236 179 197 / var(--tw-bg-opacity))}.hover\:bg-white:hover{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.hover\:bg-yellow-400:hover{--tw-bg-opacity: 1;background-color:rgb(247 230 125 / var(--tw-bg-opacity))}.hover\:text-black:hover{--tw-text-opacity: 1;color:rgb(11 12 12 / var(--tw-text-opacity))}.hover\:underline:hover{text-decoration-line:underline}.hover\:outline:hover{outline-style:solid}.focus\:border-gray-500:focus{--tw-border-opacity: 1;border-color:rgb(202 205 210 / var(--tw-border-opacity))}.focus\:bg-gray-200:focus{--tw-bg-opacity: 1;background-color:rgb(239 242 244 / var(--tw-bg-opacity))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:outline:focus{outline-style:solid}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:outline-4:focus-visible{outline-width:4px}.focus-visible\:outline-offset-4:focus-visible{outline-offset:4px}.focus-visible\:outline-blue-800:focus-visible{outline-color:#004b76}.active\:border-white:active{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}.active\:bg-blue-500:active{--tw-bg-opacity: 1;background-color:rgb(179 201 214 / var(--tw-bg-opacity))}.active\:bg-green-500:active{--tw-bg-opacity: 1;background-color:rgb(101 180 145 / var(--tw-bg-opacity))}.active\:bg-red-500:active{--tw-bg-opacity: 1;background-color:rgb(230 153 177 / var(--tw-bg-opacity))}.active\:bg-white:active{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.active\:bg-yellow-500:active{--tw-bg-opacity: 1;background-color:rgb(245 224 93 / var(--tw-bg-opacity))}.active\:text-blue-800:active{--tw-text-opacity: 1;color:rgb(0 75 118 / var(--tw-text-opacity))}.active\:outline-none:active{outline:2px solid transparent;outline-offset:2px}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:border-blue-500:disabled{--tw-border-opacity: 1;border-color:rgb(179 201 214 / var(--tw-border-opacity))}.disabled\:border-gray-600:disabled{--tw-border-opacity: 1;border-color:rgb(184 189 195 / var(--tw-border-opacity))}.disabled\:bg-gray-400:disabled{--tw-bg-opacity: 1;background-color:rgb(220 222 225 / var(--tw-bg-opacity))}.disabled\:bg-transparent:disabled{background-color:transparent}.disabled\:bg-white:disabled{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.disabled\:text-blue-500:disabled{--tw-text-opacity: 1;color:rgb(179 201 214 / var(--tw-text-opacity))}.disabled\:text-gray-500:disabled{--tw-text-opacity: 1;color:rgb(202 205 210 / var(--tw-text-opacity))}.disabled\:text-gray-600:disabled{--tw-text-opacity: 1;color:rgb(184 189 195 / var(--tw-text-opacity))}.disabled\:outline-none:disabled{outline:2px solid transparent;outline-offset:2px}.disabled\:hover\:bg-white:hover:disabled{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.group:hover .group-hover\:text-black{--tw-text-opacity: 1;color:rgb(11 12 12 / var(--tw-text-opacity))}.peer:checked~.peer-checked\:text-blue-800{--tw-text-opacity: 1;color:rgb(0 75 118 / var(--tw-text-opacity))}.peer:disabled~.peer-disabled\:text-gray-600{--tw-text-opacity: 1;color:rgb(184 189 195 / var(--tw-text-opacity))}.has-\[svg\:first-child\]\:flex:has(svg:first-child){display:flex}.has-\[svg\:first-child\]\:gap-8:has(svg:first-child){gap:.5rem}.has-\[\[aria-invalid\]\]\:border-red-800:has([aria-invalid]){--tw-border-opacity: 1;border-color:rgb(176 36 63 / var(--tw-border-opacity))}.has-\[input\:disabled\]\:border-blue-500:has(input:disabled){--tw-border-opacity: 1;border-color:rgb(179 201 214 / var(--tw-border-opacity))}.has-\[input\:-moz-read-only\]\:border-blue-300:has(input:-moz-read-only){--tw-border-opacity: 1;border-color:rgb(220 232 239 / var(--tw-border-opacity))}.has-\[input\:read-only\]\:border-blue-300:has(input:read-only){--tw-border-opacity: 1;border-color:rgb(220 232 239 / var(--tw-border-opacity))}.has-\[\[aria-invalid\]\]\:bg-red-200:has([aria-invalid]){--tw-bg-opacity: 1;background-color:rgb(249 229 236 / var(--tw-bg-opacity))}.has-\[input\:disabled\]\:bg-white:has(input:disabled){--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.has-\[input\:-moz-read-only\]\:bg-blue-300:has(input:-moz-read-only){--tw-bg-opacity: 1;background-color:rgb(220 232 239 / var(--tw-bg-opacity))}.has-\[input\:read-only\]\:bg-blue-300:has(input:read-only){--tw-bg-opacity: 1;background-color:rgb(220 232 239 / var(--tw-bg-opacity))}.has-\[\[data-size\=large\]\]\:px-24:has([data-size=large]){padding-left:1.5rem;padding-right:1.5rem}.has-\[input\:disabled\]\:text-blue-500:has(input:disabled){--tw-text-opacity: 1;color:rgb(179 201 214 / var(--tw-text-opacity))}.has-\[input\:disabled\]\:outline-none:has(input:disabled){outline:2px solid transparent;outline-offset:2px}.has-\[\:focus\]\:outline:has(:focus){outline-style:solid}.has-\[\:hover\]\:outline:has(:hover){outline-style:solid}.has-\[\[aria-invalid\]\]\:outline-red-800:has([aria-invalid]){outline-color:#b0243f}.aria-\[invalid\]\:border-red-800[aria-invalid]{--tw-border-opacity: 1;border-color:rgb(176 36 63 / var(--tw-border-opacity))}.aria-\[invalid\]\:bg-red-200[aria-invalid]{--tw-bg-opacity: 1;background-color:rgb(249 229 236 / var(--tw-bg-opacity))}.aria-\[invalid\]\:outline-red-800[aria-invalid]{outline-color:#b0243f}.aria-\[invalid\]\:active\:outline-none:active[aria-invalid]{outline:2px solid transparent;outline-offset:2px}.aria-\[invalid\]\:disabled\:outline-none:disabled[aria-invalid]{outline:2px solid transparent;outline-offset:2px}.peer[aria-invalid]~.peer-aria-\[invalid\]\:text-red-800{--tw-text-opacity: 1;color:rgb(176 36 63 / var(--tw-text-opacity))}.data-\[variant\=active\]\:border-blue-800[data-variant=active]{--tw-border-opacity: 1;border-color:rgb(0 75 118 / var(--tw-border-opacity))}.data-\[p-focus\=true\]\:bg-blue-200[data-p-focus=true],.data-\[variant\=active\]\:bg-blue-200[data-variant=active]{--tw-bg-opacity: 1;background-color:rgb(236 241 244 / var(--tw-bg-opacity))}.\[\&\+label\]\:ml-8+label{margin-left:.5rem}.\[\&\:not\(ul\)\]\:pl-0:not(ul){padding-left:0rem}.group:hover .\[\&\>\*\:first-child\]\:group-hover\:underline>*:first-child{text-decoration-line:underline}.\[\&\>\*\:last-child\:is\(span\)\]\:text-gray-900>*:last-child:is(span){--tw-text-opacity: 1;color:rgb(78 89 106 / var(--tw-text-opacity))}.group:hover .\[\&\>\*\:last-child\]\:group-hover\:text-black>*:last-child{--tw-text-opacity: 1;color:rgb(11 12 12 / var(--tw-text-opacity))}.group:hover .\[\&\>\*\:last-child\]\:group-hover\:no-underline>*:last-child{text-decoration-line:none}.\[\&\>ul\:first-of-type\]\:border-0>ul:first-of-type{border-width:0px}.\[\&\>ul\:first-of-type\]\:border-l-0>ul:first-of-type{border-left-width:0px}.\[\&\[type\=password\]\:not\(\:-moz-placeholder-shown\)\]\:text-\[28px\][type=password]:not(:-moz-placeholder-shown){font-size:28px}.\[\&\[type\=password\]\:not\(\:placeholder-shown\)\]\:text-\[28px\][type=password]:not(:placeholder-shown){font-size:28px}.\[\&\[type\=password\]\:not\(\:-moz-placeholder-shown\)\]\:tracking-\[4px\][type=password]:not(:-moz-placeholder-shown){letter-spacing:4px}.\[\&\[type\=password\]\:not\(\:placeholder-shown\)\]\:tracking-\[4px\][type=password]:not(:placeholder-shown){letter-spacing:4px}.\[\&\[type\=password\]\]\:w-full[type=password]{width:100%}.ris-dialog-content svg:first-child{flex:none}input+small{font-size:14px;font-weight:400;line-height:1.25;margin-top:.125rem;display:flex;align-items:center;gap:.25rem;--tw-text-opacity: 1;color:rgb(78 89 106 / var(--tw-text-opacity))}input[aria-invalid=true]+small{--tw-text-opacity: 1;color:rgb(142 0 27 / var(--tw-text-opacity))}textarea+small{font-size:14px;font-weight:400;line-height:1.25;margin-top:.125rem;display:flex;align-items:center;gap:.25rem;--tw-text-opacity: 1;color:rgb(78 89 106 / var(--tw-text-opacity))}textarea[aria-invalid=true]+small{--tw-text-opacity: 1;color:rgb(142 0 27 / var(--tw-text-opacity))}div+small{font-size:14px;font-weight:400;line-height:1.25;margin-top:.25rem;display:flex;align-items:center;gap:.25rem;--tw-text-opacity: 1;color:rgb(78 89 106 / var(--tw-text-opacity))}div[aria-invalid=true]+small{--tw-text-opacity: 1;color:rgb(142 0 27 / var(--tw-text-opacity))}div[data-pc-section=nodecontent]:has(+ul[data-pc-section=nodechildren] li div[data-pc-section=nodecontent][data-p-selected=true]){--tw-border-opacity: 1;border-left-color:rgb(184 189 195 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(246 247 248 / var(--tw-bg-opacity))}div[data-pc-section=nodecontent]:has(+ul[data-pc-section=nodechildren] li div[data-pc-section=nodecontent][data-p-selected=true]):hover{--tw-bg-opacity: 1;background-color:rgb(236 241 244 / var(--tw-bg-opacity))}._truncate_186wk_2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:var(--4da4d868)}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digitalservicebund/ris-ui",
3
- "version": "1.5.1",
3
+ "version": "1.6.1",
4
4
  "description": "Component library for NeuRIS",
5
5
  "author": "digitalservicebund",
6
6
  "license": "GPL-3.0-only",
@@ -43,7 +43,7 @@
43
43
  "build:storybook": "storybook build",
44
44
  "prettier:check": "prettier --check .",
45
45
  "prettier:fix": "prettier --write --ignore-unknown .",
46
- "eslint:check": "eslint",
46
+ "eslint:check": "eslint --max-warnings=0",
47
47
  "eslint:fix": "npm run eslint:check -- --fix",
48
48
  "audit:licenses": "license-checker --production --excludePrivatePackages --excludePackages @digitalservicebund/ris-ui@$(cat package.json | jq -r '.version') --onlyAllow \"$(. ./parse-allowed-licenses.sh)\" --csv --out ./frontend-license-report.csv",
49
49
  "typecheck": "vue-tsc",