@warp-ds/elements 2.2.0-next.7 → 2.2.0-next.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (67) hide show
  1. package/dist/api.js +1 -1
  2. package/dist/api.js.map +4 -4
  3. package/dist/custom-elements.json +1826 -1424
  4. package/dist/index.d.ts +1 -0
  5. package/dist/index.js +1256 -137
  6. package/dist/index.js.map +4 -4
  7. package/dist/packages/alert/index.js.map +1 -1
  8. package/dist/packages/alert/react.js.map +1 -1
  9. package/dist/packages/attention/attention.stories.d.ts +5 -0
  10. package/dist/packages/attention/attention.test.d.ts +1 -0
  11. package/dist/packages/attention/index.d.ts +48 -89
  12. package/dist/packages/attention/index.js +3354 -16
  13. package/dist/packages/attention/index.js.map +4 -4
  14. package/dist/packages/attention/layout-styles.d.ts +1 -0
  15. package/dist/packages/attention/react.d.ts +1 -0
  16. package/dist/packages/attention/react.js +3405 -0
  17. package/dist/packages/attention/react.js.map +7 -0
  18. package/dist/packages/attention/styles.d.ts +1 -0
  19. package/dist/packages/button/index.d.ts +1 -0
  20. package/dist/packages/button/index.js +214 -9
  21. package/dist/packages/button/index.js.map +4 -4
  22. package/dist/packages/button/react.js +213 -8
  23. package/dist/packages/button/react.js.map +4 -4
  24. package/dist/packages/datepicker/DatePicker.test.d.ts +1 -0
  25. package/dist/packages/datepicker/datepicker.d.ts +9 -0
  26. package/dist/packages/datepicker/index.js +87 -83
  27. package/dist/packages/datepicker/index.js.map +3 -3
  28. package/dist/packages/datepicker/react.d.ts +2 -0
  29. package/dist/packages/datepicker/react.js +2805 -0
  30. package/dist/packages/datepicker/react.js.map +7 -0
  31. package/dist/packages/link/index.d.ts +39 -0
  32. package/dist/packages/link/index.js +2646 -0
  33. package/dist/packages/link/index.js.map +7 -0
  34. package/dist/packages/link/link.stories.d.ts +20 -0
  35. package/dist/packages/link/link.test.d.ts +1 -0
  36. package/dist/packages/link/react.d.ts +2 -0
  37. package/dist/packages/link/react.js +2666 -0
  38. package/dist/packages/link/react.js.map +7 -0
  39. package/dist/packages/link/styles.d.ts +1 -0
  40. package/dist/packages/steps/index.d.ts +43 -0
  41. package/dist/packages/steps/index.js +2465 -0
  42. package/dist/packages/steps/index.js.map +7 -0
  43. package/dist/packages/steps/locales/da/messages.d.mts +1 -0
  44. package/dist/packages/steps/locales/en/messages.d.mts +1 -0
  45. package/dist/packages/steps/locales/fi/messages.d.mts +1 -0
  46. package/dist/packages/steps/locales/nb/messages.d.mts +1 -0
  47. package/dist/packages/steps/locales/sv/messages.d.mts +1 -0
  48. package/dist/packages/steps/react.d.ts +3 -0
  49. package/dist/packages/steps/react.js +2485 -0
  50. package/dist/packages/steps/react.js.map +7 -0
  51. package/dist/packages/steps/steps.stories.d.ts +12 -0
  52. package/dist/packages/steps/styles.d.ts +1 -0
  53. package/dist/packages/textfield/index.js +1 -1
  54. package/dist/packages/textfield/index.js.map +2 -2
  55. package/dist/packages/textfield/react.js +1 -1
  56. package/dist/packages/textfield/react.js.map +2 -2
  57. package/dist/packages/toast/api.d.ts +4 -45
  58. package/dist/packages/toast/index.d.ts +3 -3
  59. package/dist/packages/toast/index.js +2461 -22
  60. package/dist/packages/toast/index.js.map +4 -4
  61. package/dist/packages/toast/styles.d.ts +1 -0
  62. package/dist/packages/toast/toast-container.d.ts +12 -78
  63. package/dist/packages/toast/toast.d.ts +16 -29
  64. package/dist/packages/toast/types.d.ts +15 -0
  65. package/dist/vscode.html-custom-data.json +86 -34
  66. package/dist/web-types.json +199 -99
  67. package/package.json +11 -9
@@ -1,5 +1,5 @@
1
- var Eo=Object.create;var Ke=Object.defineProperty;var _o=Object.getOwnPropertyDescriptor;var So=Object.getOwnPropertyNames;var Ao=Object.getPrototypeOf,Do=Object.prototype.hasOwnProperty;var Co=(e,t,o)=>t in e?Ke(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o;var ut=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports);var Oo=(e,t,o,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let n of So(t))!Do.call(e,n)&&n!==o&&Ke(e,n,{get:()=>t[n],enumerable:!(r=_o(t,n))||r.enumerable});return e};var Lo=(e,t,o)=>(o=e!=null?Eo(Ao(e)):{},Oo(t||!e||!e.__esModule?Ke(o,"default",{value:e,enumerable:!0}):o,e));var Ye=(e,t,o)=>Co(e,typeof t!="symbol"?t+"":t,o);var ft=ut(ie=>{"use strict";Object.defineProperty(ie,"__esModule",{value:!0});ie.errorMessages=ie.ErrorType=void 0;var pe;(function(e){e.MalformedUnicode="MALFORMED_UNICODE",e.MalformedHexadecimal="MALFORMED_HEXADECIMAL",e.CodePointLimit="CODE_POINT_LIMIT",e.OctalDeprecation="OCTAL_DEPRECATION",e.EndOfString="END_OF_STRING"})(pe=ie.ErrorType||(ie.ErrorType={}));ie.errorMessages=new Map([[pe.MalformedUnicode,"malformed Unicode character escape sequence"],[pe.MalformedHexadecimal,"malformed hexadecimal character escape sequence"],[pe.CodePointLimit,"Unicode codepoint must not be greater than 0x10FFFF in escape sequence"],[pe.OctalDeprecation,'"0"-prefixed octal literals and octal escape sequences are deprecated; for octal literals use the "0o" prefix instead'],[pe.EndOfString,"malformed escape sequence at end of string"]])});var gt=ut(V=>{"use strict";Object.defineProperty(V,"__esModule",{value:!0});V.unraw=V.errorMessages=V.ErrorType=void 0;var C=ft();Object.defineProperty(V,"ErrorType",{enumerable:!0,get:function(){return C.ErrorType}});Object.defineProperty(V,"errorMessages",{enumerable:!0,get:function(){return C.errorMessages}});function To(e){return!e.match(/[^a-f0-9]/i)?parseInt(e,16):NaN}function Se(e,t,o){let r=To(e);if(Number.isNaN(r)||o!==void 0&&o!==e.length)throw new SyntaxError(C.errorMessages.get(t));return r}function Ro(e){let t=Se(e,C.ErrorType.MalformedHexadecimal,2);return String.fromCharCode(t)}function pt(e,t){let o=Se(e,C.ErrorType.MalformedUnicode,4);if(t!==void 0){let r=Se(t,C.ErrorType.MalformedUnicode,4);return String.fromCharCode(o,r)}return String.fromCharCode(o)}function Po(e){return e.charAt(0)==="{"&&e.charAt(e.length-1)==="}"}function Mo(e){if(!Po(e))throw new SyntaxError(C.errorMessages.get(C.ErrorType.MalformedUnicode));let t=e.slice(1,-1),o=Se(t,C.ErrorType.MalformedUnicode);try{return String.fromCodePoint(o)}catch(r){throw r instanceof RangeError?new SyntaxError(C.errorMessages.get(C.ErrorType.CodePointLimit)):r}}function Bo(e,t=!1){if(t)throw new SyntaxError(C.errorMessages.get(C.ErrorType.OctalDeprecation));let o=parseInt(e,8);return String.fromCharCode(o)}var No=new Map([["b","\b"],["f","\f"],["n",`
2
- `],["r","\r"],["t"," "],["v","\v"],["0","\0"]]);function jo(e){return No.get(e)||e}var Io=/\\(?:(\\)|x([\s\S]{0,2})|u(\{[^}]*\}?)|u([\s\S]{4})\\u([^{][\s\S]{0,3})|u([\s\S]{0,4})|([0-3]?[0-7]{1,2})|([\s\S])|$)/g;function mt(e,t=!1){return e.replace(Io,function(o,r,n,s,i,a,l,c,d){if(r!==void 0)return"\\";if(n!==void 0)return Ro(n);if(s!==void 0)return Mo(s);if(i!==void 0)return pt(i,a);if(l!==void 0)return pt(l);if(c==="0")return"\0";if(c!==void 0)return Bo(c,!t);if(d!==void 0)return jo(d);throw new SyntaxError(C.errorMessages.get(C.ErrorType.EndOfString))})}V.unraw=mt;V.default=mt});import{css as Gr,html as he,nothing as yo}from"lit";var _e=function(){for(var e=[],t=arguments.length;t--;)e[t]=arguments[t];return e.reduce(function(o,r){return o.concat(typeof r=="string"?r:Array.isArray(r)?_e.apply(void 0,r):typeof r=="object"&&r?Object.keys(r).map(function(n){return r[n]?n:""}):"")},[]).join(" ")};var vt=Lo(gt(),1);var ee=e=>typeof e=="string",Fo=e=>typeof e=="function",bt=new Map,wt="en";function tt(e){return[...Array.isArray(e)?e:[e],wt]}function ot(e,t,o){let r=tt(e);o||(o="default");let n;if(typeof o=="string")switch(n={day:"numeric",month:"short",year:"numeric"},o){case"full":n.weekday="long";case"long":n.month="long";break;case"short":n.month="numeric";break}else n=o;return Ae(()=>De("date",r,o),()=>new Intl.DateTimeFormat(r,n)).format(ee(t)?new Date(t):t)}function Ho(e,t,o){let r;if(o||(o="default"),typeof o=="string")switch(r={second:"numeric",minute:"numeric",hour:"numeric"},o){case"full":case"long":r.timeZoneName="short";break;case"short":delete r.second}else r=o;return ot(e,t,r)}function Xe(e,t,o){let r=tt(e);return Ae(()=>De("number",r,o),()=>new Intl.NumberFormat(r,o)).format(t)}function ht(e,t,o,{offset:r=0,...n}){var a,l;let s=tt(e),i=t?Ae(()=>De("plural-ordinal",s),()=>new Intl.PluralRules(s,{type:"ordinal"})):Ae(()=>De("plural-cardinal",s),()=>new Intl.PluralRules(s,{type:"cardinal"}));return(l=(a=n[o])!=null?a:n[i.select(o-r)])!=null?l:n.other}function Ae(e,t){let o=e(),r=bt.get(o);return r||(r=t(),bt.set(o,r)),r}function De(e,t,o){let r=t.join("-");return`${e}-${r}-${JSON.stringify(o)}`}var xt=/\\u[a-fA-F0-9]{4}|\\x[a-fA-F0-9]{2}/,yt="%__lingui_octothorpe__%",zo=(e,t,o={})=>{let r=t||e,n=i=>typeof i=="object"?i:o[i],s=(i,a)=>{let l=Object.keys(o).length?n("number"):void 0,c=Xe(r,i,l);return a.replace(new RegExp(yt,"g"),c)};return{plural:(i,a)=>{let{offset:l=0}=a,c=ht(r,!1,i,a);return s(i-l,c)},selectordinal:(i,a)=>{let{offset:l=0}=a,c=ht(r,!0,i,a);return s(i-l,c)},select:Qo,number:(i,a)=>Xe(r,i,n(a)||{style:a}),date:(i,a)=>ot(r,i,n(a)||a),time:(i,a)=>Ho(r,i,n(a)||a)}},Qo=(e,t)=>{var o;return(o=t[e])!=null?o:t.other};function Uo(e,t,o){return(r={},n)=>{let s=zo(t,o,n),i=(l,c=!1)=>Array.isArray(l)?l.reduce((d,u)=>{if(u==="#"&&c)return d+yt;if(ee(u))return d+u;let[b,f,h]=u,v={};f==="plural"||f==="selectordinal"||f==="select"?Object.entries(h).forEach(([y,$])=>{v[y]=i($,f==="plural"||f==="selectordinal")}):v=h;let w;if(f){let y=s[f];w=y(r[b],v)}else w=r[b];return w==null?d:d+w},""):l,a=i(e);return ee(a)&&xt.test(a)?(0,vt.unraw)(a):ee(a)?a:a?String(a):""}}var Wo=Object.defineProperty,Vo=(e,t,o)=>t in e?Wo(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,qo=(e,t,o)=>(Vo(e,typeof t!="symbol"?t+"":t,o),o),Ze=class{constructor(){qo(this,"_events",{})}on(t,o){var n;var r;return(n=(r=this._events)[t])!=null||(r[t]=[]),this._events[t].push(o),()=>this.removeListener(t,o)}removeListener(t,o){let r=this._getListeners(t);if(!r)return;let n=r.indexOf(o);~n&&r.splice(n,1)}emit(t,...o){let r=this._getListeners(t);r&&r.map(n=>n.apply(this,o))}_getListeners(t){let o=this._events[t];return Array.isArray(o)?o:!1}},Jo=Object.defineProperty,Go=(e,t,o)=>t in e?Jo(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,se=(e,t,o)=>(Go(e,typeof t!="symbol"?t+"":t,o),o),et=class extends Ze{constructor(t){var o;super(),se(this,"_locale",""),se(this,"_locales"),se(this,"_localeData",{}),se(this,"_messages",{}),se(this,"_missing"),se(this,"_messageCompiler"),se(this,"t",this._.bind(this)),t.missing!=null&&(this._missing=t.missing),t.messages!=null&&this.load(t.messages),t.localeData!=null&&this.loadLocaleData(t.localeData),(typeof t.locale=="string"||t.locales)&&this.activate((o=t.locale)!=null?o:wt,t.locales)}get locale(){return this._locale}get locales(){return this._locales}get messages(){var t;return(t=this._messages[this._locale])!=null?t:{}}get localeData(){var t;return(t=this._localeData[this._locale])!=null?t:{}}_loadLocaleData(t,o){let r=this._localeData[t];r?Object.assign(r,o):this._localeData[t]=o}setMessagesCompiler(t){return this._messageCompiler=t,this}loadLocaleData(t,o){typeof t=="string"?this._loadLocaleData(t,o):Object.keys(t).forEach(r=>this._loadLocaleData(r,t[r])),this.emit("change")}_load(t,o){let r=this._messages[t];r?Object.assign(r,o):this._messages[t]=o}load(t,o){typeof t=="string"&&typeof o=="object"?this._load(t,o):Object.entries(t).forEach(([r,n])=>this._load(r,n)),this.emit("change")}loadAndActivate({locale:t,locales:o,messages:r}){this._locale=t,this._locales=o||void 0,this._messages[this._locale]=r,this.emit("change")}activate(t,o){this._locale=t,this._locales=o,this.emit("change")}_(t,o,r){if(!this.locale)throw new Error("Lingui: Attempted to call a translation function without setting a locale.\nMake sure to call `i18n.activate(locale)` before using Lingui functions.\nThis issue may also occur due to a race condition in your initialization logic.");let n=r==null?void 0:r.message;t||(t=""),ee(t)||(o=t.values||o,n=t.message,t=t.id);let s=this.messages[t],i=s===void 0,a=this._missing;if(a&&i)return Fo(a)?a(this._locale,t):a;i&&this.emit("missing",{id:t,locale:this._locale});let l=s||n||t;return ee(l)&&(this._messageCompiler?l=this._messageCompiler(l):console.warn(`Uncompiled message detected! Message:
1
+ var yr=Object.create;var Ve=Object.defineProperty;var at=Object.getOwnPropertyDescriptor;var kr=Object.getOwnPropertyNames;var Er=Object.getPrototypeOf,_r=Object.prototype.hasOwnProperty;var st=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports);var Or=(e,t,r,o)=>{if(t&&typeof t=="object"||typeof t=="function")for(let n of kr(t))!_r.call(e,n)&&n!==r&&Ve(e,n,{get:()=>t[n],enumerable:!(o=at(t,n))||o.enumerable});return e};var Cr=(e,t,r)=>(r=e!=null?yr(Er(e)):{},Or(t||!e||!e.__esModule?Ve(r,"default",{value:e,enumerable:!0}):r,e));var C=(e,t,r,o)=>{for(var n=o>1?void 0:o?at(t,r):t,a=e.length-1,i;a>=0;a--)(i=e[a])&&(n=(o?i(t,r,n):i(n))||n);return o&&n&&Ve(t,r,n),n};var lt=st(te=>{"use strict";Object.defineProperty(te,"__esModule",{value:!0});te.errorMessages=te.ErrorType=void 0;var le;(function(e){e.MalformedUnicode="MALFORMED_UNICODE",e.MalformedHexadecimal="MALFORMED_HEXADECIMAL",e.CodePointLimit="CODE_POINT_LIMIT",e.OctalDeprecation="OCTAL_DEPRECATION",e.EndOfString="END_OF_STRING"})(le=te.ErrorType||(te.ErrorType={}));te.errorMessages=new Map([[le.MalformedUnicode,"malformed Unicode character escape sequence"],[le.MalformedHexadecimal,"malformed hexadecimal character escape sequence"],[le.CodePointLimit,"Unicode codepoint must not be greater than 0x10FFFF in escape sequence"],[le.OctalDeprecation,'"0"-prefixed octal literals and octal escape sequences are deprecated; for octal literals use the "0o" prefix instead'],[le.EndOfString,"malformed escape sequence at end of string"]])});var pt=st(U=>{"use strict";Object.defineProperty(U,"__esModule",{value:!0});U.unraw=U.errorMessages=U.ErrorType=void 0;var O=lt();Object.defineProperty(U,"ErrorType",{enumerable:!0,get:function(){return O.ErrorType}});Object.defineProperty(U,"errorMessages",{enumerable:!0,get:function(){return O.errorMessages}});function Ar(e){return!e.match(/[^a-f0-9]/i)?parseInt(e,16):NaN}function ke(e,t,r){let o=Ar(e);if(Number.isNaN(o)||r!==void 0&&r!==e.length)throw new SyntaxError(O.errorMessages.get(t));return o}function Sr(e){let t=ke(e,O.ErrorType.MalformedHexadecimal,2);return String.fromCharCode(t)}function ct(e,t){let r=ke(e,O.ErrorType.MalformedUnicode,4);if(t!==void 0){let o=ke(t,O.ErrorType.MalformedUnicode,4);return String.fromCharCode(r,o)}return String.fromCharCode(r)}function Lr(e){return e.charAt(0)==="{"&&e.charAt(e.length-1)==="}"}function Dr(e){if(!Lr(e))throw new SyntaxError(O.errorMessages.get(O.ErrorType.MalformedUnicode));let t=e.slice(1,-1),r=ke(t,O.ErrorType.MalformedUnicode);try{return String.fromCodePoint(r)}catch(o){throw o instanceof RangeError?new SyntaxError(O.errorMessages.get(O.ErrorType.CodePointLimit)):o}}function zr(e,t=!1){if(t)throw new SyntaxError(O.errorMessages.get(O.ErrorType.OctalDeprecation));let r=parseInt(e,8);return String.fromCharCode(r)}var Rr=new Map([["b","\b"],["f","\f"],["n",`
2
+ `],["r","\r"],["t"," "],["v","\v"],["0","\0"]]);function Tr(e){return Rr.get(e)||e}var Pr=/\\(?:(\\)|x([\s\S]{0,2})|u(\{[^}]*\}?)|u([\s\S]{4})\\u([^{][\s\S]{0,3})|u([\s\S]{0,4})|([0-3]?[0-7]{1,2})|([\s\S])|$)/g;function dt(e,t=!1){return e.replace(Pr,function(r,o,n,a,i,s,l,c,d){if(o!==void 0)return"\\";if(n!==void 0)return Sr(n);if(a!==void 0)return Dr(a);if(i!==void 0)return ct(i,s);if(l!==void 0)return ct(l);if(c==="0")return"\0";if(c!==void 0)return zr(c,!t);if(d!==void 0)return Tr(d);throw new SyntaxError(O.errorMessages.get(O.ErrorType.EndOfString))})}U.unraw=dt;U.default=dt});import{css as Vo,html as ge,LitElement as Zo,nothing as vr}from"lit";var ye=function(){for(var e=[],t=arguments.length;t--;)e[t]=arguments[t];return e.reduce(function(r,o){return r.concat(typeof o=="string"?o:Array.isArray(o)?ye.apply(void 0,o):typeof o=="object"&&o?Object.keys(o).map(function(n){return o[n]?n:""}):"")},[]).join(" ")};var ut=Cr(pt(),1);var G=e=>typeof e=="string",Mr=e=>typeof e=="function",gt=new Map,ft="en";function We(e){return[...Array.isArray(e)?e:[e],ft]}function Ke(e,t,r){let o=We(e);r||(r="default");let n;if(typeof r=="string")switch(n={day:"numeric",month:"short",year:"numeric"},r){case"full":n.weekday="long";case"long":n.month="long";break;case"short":n.month="numeric";break}else n=r;return Ee(()=>_e("date",o,r),()=>new Intl.DateTimeFormat(o,n)).format(G(t)?new Date(t):t)}function jr(e,t,r){let o;if(r||(r="default"),typeof r=="string")switch(o={second:"numeric",minute:"numeric",hour:"numeric"},r){case"full":case"long":o.timeZoneName="short";break;case"short":delete o.second}else o=r;return Ke(e,t,o)}function Ze(e,t,r){let o=We(e);return Ee(()=>_e("number",o,r),()=>new Intl.NumberFormat(o,r)).format(t)}function mt(e,t,r,{offset:o=0,...n}){var s,l;let a=We(e),i=t?Ee(()=>_e("plural-ordinal",a),()=>new Intl.PluralRules(a,{type:"ordinal"})):Ee(()=>_e("plural-cardinal",a),()=>new Intl.PluralRules(a,{type:"cardinal"}));return(l=(s=n[r])!=null?s:n[i.select(r-o)])!=null?l:n.other}function Ee(e,t){let r=e(),o=gt.get(r);return o||(o=t(),gt.set(r,o)),o}function _e(e,t,r){let o=t.join("-");return`${e}-${o}-${JSON.stringify(r)}`}var bt=/\\u[a-fA-F0-9]{4}|\\x[a-fA-F0-9]{2}/,ht="%__lingui_octothorpe__%",$r=(e,t,r={})=>{let o=t||e,n=i=>typeof i=="object"?i:r[i],a=(i,s)=>{let l=Object.keys(r).length?n("number"):void 0,c=Ze(o,i,l);return s.replace(new RegExp(ht,"g"),c)};return{plural:(i,s)=>{let{offset:l=0}=s,c=mt(o,!1,i,s);return a(i-l,c)},selectordinal:(i,s)=>{let{offset:l=0}=s,c=mt(o,!0,i,s);return a(i-l,c)},select:Nr,number:(i,s)=>Ze(o,i,n(s)||{style:s}),date:(i,s)=>Ke(o,i,n(s)||s),time:(i,s)=>jr(o,i,n(s)||s)}},Nr=(e,t)=>{var r;return(r=t[e])!=null?r:t.other};function Fr(e,t,r){return(o={},n)=>{let a=$r(t,r,n),i=(l,c=!1)=>Array.isArray(l)?l.reduce((d,p)=>{if(p==="#"&&c)return d+ht;if(G(p))return d+p;let[m,g,u]=p,f={};g==="plural"||g==="selectordinal"||g==="select"?Object.entries(u).forEach(([h,v])=>{f[h]=i(v,g==="plural"||g==="selectordinal")}):f=u;let b;if(g){let h=a[g];b=h(o[m],f)}else b=o[m];return b==null?d:d+b},""):l,s=i(e);return G(s)&&bt.test(s)?(0,ut.unraw)(s):G(s)?s:s?String(s):""}}var Br=Object.defineProperty,Hr=(e,t,r)=>t in e?Br(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,Yr=(e,t,r)=>(Hr(e,typeof t!="symbol"?t+"":t,r),r),qe=class{constructor(){Yr(this,"_events",{})}on(t,r){var n;var o;return(n=(o=this._events)[t])!=null||(o[t]=[]),this._events[t].push(r),()=>this.removeListener(t,r)}removeListener(t,r){let o=this._getListeners(t);if(!o)return;let n=o.indexOf(r);~n&&o.splice(n,1)}emit(t,...r){let o=this._getListeners(t);o&&o.map(n=>n.apply(this,r))}_getListeners(t){let r=this._events[t];return Array.isArray(r)?r:!1}},Ir=Object.defineProperty,Ur=(e,t,r)=>t in e?Ir(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,re=(e,t,r)=>(Ur(e,typeof t!="symbol"?t+"":t,r),r),Je=class extends qe{constructor(t){var r;super(),re(this,"_locale",""),re(this,"_locales"),re(this,"_localeData",{}),re(this,"_messages",{}),re(this,"_missing"),re(this,"_messageCompiler"),re(this,"t",this._.bind(this)),t.missing!=null&&(this._missing=t.missing),t.messages!=null&&this.load(t.messages),t.localeData!=null&&this.loadLocaleData(t.localeData),(typeof t.locale=="string"||t.locales)&&this.activate((r=t.locale)!=null?r:ft,t.locales)}get locale(){return this._locale}get locales(){return this._locales}get messages(){var t;return(t=this._messages[this._locale])!=null?t:{}}get localeData(){var t;return(t=this._localeData[this._locale])!=null?t:{}}_loadLocaleData(t,r){let o=this._localeData[t];o?Object.assign(o,r):this._localeData[t]=r}setMessagesCompiler(t){return this._messageCompiler=t,this}loadLocaleData(t,r){typeof t=="string"?this._loadLocaleData(t,r):Object.keys(t).forEach(o=>this._loadLocaleData(o,t[o])),this.emit("change")}_load(t,r){let o=this._messages[t];o?Object.assign(o,r):this._messages[t]=r}load(t,r){typeof t=="string"&&typeof r=="object"?this._load(t,r):Object.entries(t).forEach(([o,n])=>this._load(o,n)),this.emit("change")}loadAndActivate({locale:t,locales:r,messages:o}){this._locale=t,this._locales=r||void 0,this._messages[this._locale]=o,this.emit("change")}activate(t,r){this._locale=t,this._locales=r,this.emit("change")}_(t,r,o){if(!this.locale)throw new Error("Lingui: Attempted to call a translation function without setting a locale.\nMake sure to call `i18n.activate(locale)` before using Lingui functions.\nThis issue may also occur due to a race condition in your initialization logic.");let n=o==null?void 0:o.message;t||(t=""),G(t)||(r=t.values||r,n=t.message,t=t.id);let a=this.messages[t],i=a===void 0,s=this._missing;if(s&&i)return Mr(s)?s(this._locale,t):s;i&&this.emit("missing",{id:t,locale:this._locale});let l=a||n||t;return G(l)&&(this._messageCompiler?l=this._messageCompiler(l):console.warn(`Uncompiled message detected! Message:
3
3
 
4
4
  > ${l}
5
5
 
@@ -7,41 +7,3379 @@ That means you use raw catalog or your catalog doesn't have a translation for th
7
7
  ICU features such as interpolation and plurals will not work properly for that message.
8
8
 
9
9
  Please compile your catalog first.
10
- `)),ee(l)&&xt.test(l)?JSON.parse(`"${l}"`):ee(l)?l:Uo(l,this._locale,this._locales)(o,r==null?void 0:r.formats)}date(t,o){return ot(this._locales||this._locale,t,o)}number(t,o){return Xe(this._locales||this._locale,t,o)}};function Ko(e={}){return new et(e)}var S=Ko();var Et=["top","right","bottom","left"];var q=Math.min,O=Math.max,we=Math.round;var j=e=>({x:e,y:e}),Yo={left:"right",right:"left",bottom:"top",top:"bottom"},Xo={start:"end",end:"start"};function Oe(e,t,o){return O(e,q(t,o))}function te(e,t){return typeof e=="function"?e(t):e}function J(e){return e.split("-")[0]}function ae(e){return e.split("-")[1]}function rt(e){return e==="x"?"y":"x"}function Le(e){return e==="y"?"height":"width"}var Zo=new Set(["top","bottom"]);function z(e){return Zo.has(J(e))?"y":"x"}function Te(e){return rt(z(e))}function _t(e,t,o){o===void 0&&(o=!1);let r=ae(e),n=Te(e),s=Le(n),i=n==="x"?r===(o?"end":"start")?"right":"left":r==="start"?"bottom":"top";return t.reference[s]>t.floating[s]&&(i=ve(i)),[i,ve(i)]}function St(e){let t=ve(e);return[Ce(e),t,Ce(t)]}function Ce(e){return e.replace(/start|end/g,t=>Xo[t])}var $t=["left","right"],kt=["right","left"],er=["top","bottom"],tr=["bottom","top"];function or(e,t,o){switch(e){case"top":case"bottom":return o?t?kt:$t:t?$t:kt;case"left":case"right":return t?er:tr;default:return[]}}function At(e,t,o,r){let n=ae(e),s=or(J(e),o==="start",r);return n&&(s=s.map(i=>i+"-"+n),t&&(s=s.concat(s.map(Ce)))),s}function ve(e){return e.replace(/left|right|bottom|top/g,t=>Yo[t])}function rr(e){return{top:0,right:0,bottom:0,left:0,...e}}function nt(e){return typeof e!="number"?rr(e):{top:e,right:e,bottom:e,left:e}}function le(e){let{x:t,y:o,width:r,height:n}=e;return{width:r,height:n,top:o,left:t,right:t+r,bottom:o+n,x:t,y:o}}function Dt(e,t,o){let{reference:r,floating:n}=e,s=z(t),i=Te(t),a=Le(i),l=J(t),c=s==="y",d=r.x+r.width/2-n.width/2,u=r.y+r.height/2-n.height/2,b=r[a]/2-n[a]/2,f;switch(l){case"top":f={x:d,y:r.y-n.height};break;case"bottom":f={x:d,y:r.y+r.height};break;case"right":f={x:r.x+r.width,y:u};break;case"left":f={x:r.x-n.width,y:u};break;default:f={x:r.x,y:r.y}}switch(ae(t)){case"start":f[i]-=b*(o&&c?-1:1);break;case"end":f[i]+=b*(o&&c?-1:1);break}return f}var Lt=async(e,t,o)=>{let{placement:r="bottom",strategy:n="absolute",middleware:s=[],platform:i}=o,a=s.filter(Boolean),l=await(i.isRTL==null?void 0:i.isRTL(t)),c=await i.getElementRects({reference:e,floating:t,strategy:n}),{x:d,y:u}=Dt(c,r,l),b=r,f={},h=0;for(let v=0;v<a.length;v++){let{name:w,fn:y}=a[v],{x:$,y:k,data:A,reset:_}=await y({x:d,y:u,initialPlacement:r,placement:b,strategy:n,middlewareData:f,rects:c,platform:i,elements:{reference:e,floating:t}});d=$!=null?$:d,u=k!=null?k:u,f={...f,[w]:{...f[w],...A}},_&&h<=50&&(h++,typeof _=="object"&&(_.placement&&(b=_.placement),_.rects&&(c=_.rects===!0?await i.getElementRects({reference:e,floating:t,strategy:n}):_.rects),{x:d,y:u}=Dt(c,b,l)),v=-1)}return{x:d,y:u,placement:b,strategy:n,middlewareData:f}};async function me(e,t){var o;t===void 0&&(t={});let{x:r,y:n,platform:s,rects:i,elements:a,strategy:l}=e,{boundary:c="clippingAncestors",rootBoundary:d="viewport",elementContext:u="floating",altBoundary:b=!1,padding:f=0}=te(t,e),h=nt(f),w=a[b?u==="floating"?"reference":"floating":u],y=le(await s.getClippingRect({element:(o=await(s.isElement==null?void 0:s.isElement(w)))==null||o?w:w.contextElement||await(s.getDocumentElement==null?void 0:s.getDocumentElement(a.floating)),boundary:c,rootBoundary:d,strategy:l})),$=u==="floating"?{x:r,y:n,width:i.floating.width,height:i.floating.height}:i.reference,k=await(s.getOffsetParent==null?void 0:s.getOffsetParent(a.floating)),A=await(s.isElement==null?void 0:s.isElement(k))?await(s.getScale==null?void 0:s.getScale(k))||{x:1,y:1}:{x:1,y:1},_=le(s.convertOffsetParentRelativeRectToViewportRelativeRect?await s.convertOffsetParentRelativeRectToViewportRelativeRect({elements:a,rect:$,offsetParent:k,strategy:l}):$);return{top:(y.top-_.top+h.top)/A.y,bottom:(_.bottom-y.bottom+h.bottom)/A.y,left:(y.left-_.left+h.left)/A.x,right:(_.right-y.right+h.right)/A.x}}var Tt=e=>({name:"arrow",options:e,async fn(t){let{x:o,y:r,placement:n,rects:s,platform:i,elements:a,middlewareData:l}=t,{element:c,padding:d=0}=te(e,t)||{};if(c==null)return{};let u=nt(d),b={x:o,y:r},f=Te(n),h=Le(f),v=await i.getDimensions(c),w=f==="y",y=w?"top":"left",$=w?"bottom":"right",k=w?"clientHeight":"clientWidth",A=s.reference[h]+s.reference[f]-b[f]-s.floating[h],_=b[f]-s.reference[f],K=await(i.getOffsetParent==null?void 0:i.getOffsetParent(c)),M=K?K[k]:0;(!M||!await(i.isElement==null?void 0:i.isElement(K)))&&(M=a.floating[k]||s.floating[h]);let U=A/2-_/2,F=M/2-v[h]/2-1,T=q(u[y],F),Y=q(u[$],F),H=T,X=M-v[h]-Y,D=M/2-v[h]/2+U,ne=Oe(H,D,X),W=!l.arrow&&ae(n)!=null&&D!==ne&&s.reference[h]/2-(D<H?T:Y)-v[h]/2<0,B=W?D<H?D-H:D-X:0;return{[f]:b[f]+B,data:{[f]:ne,centerOffset:D-ne-B,...W&&{alignmentOffset:B}},reset:W}}});var Rt=function(e){return e===void 0&&(e={}),{name:"flip",options:e,async fn(t){var o,r;let{placement:n,middlewareData:s,rects:i,initialPlacement:a,platform:l,elements:c}=t,{mainAxis:d=!0,crossAxis:u=!0,fallbackPlacements:b,fallbackStrategy:f="bestFit",fallbackAxisSideDirection:h="none",flipAlignment:v=!0,...w}=te(e,t);if((o=s.arrow)!=null&&o.alignmentOffset)return{};let y=J(n),$=z(a),k=J(a)===a,A=await(l.isRTL==null?void 0:l.isRTL(c.floating)),_=b||(k||!v?[ve(a)]:St(a)),K=h!=="none";!b&&K&&_.push(...At(a,v,h,A));let M=[a,..._],U=await me(t,w),F=[],T=((r=s.flip)==null?void 0:r.overflows)||[];if(d&&F.push(U[y]),u){let D=_t(n,i,A);F.push(U[D[0]],U[D[1]])}if(T=[...T,{placement:n,overflows:F}],!F.every(D=>D<=0)){var Y,H;let D=(((Y=s.flip)==null?void 0:Y.index)||0)+1,ne=M[D];if(ne&&(!(u==="alignment"?$!==z(ne):!1)||T.every(N=>z(N.placement)===$?N.overflows[0]>0:!0)))return{data:{index:D,overflows:T},reset:{placement:ne}};let W=(H=T.filter(B=>B.overflows[0]<=0).sort((B,N)=>B.overflows[1]-N.overflows[1])[0])==null?void 0:H.placement;if(!W)switch(f){case"bestFit":{var X;let B=(X=T.filter(N=>{if(K){let Z=z(N.placement);return Z===$||Z==="y"}return!0}).map(N=>[N.placement,N.overflows.filter(Z=>Z>0).reduce((Z,ko)=>Z+ko,0)]).sort((N,Z)=>N[1]-Z[1])[0])==null?void 0:X[0];B&&(W=B);break}case"initialPlacement":W=a;break}if(n!==W)return{reset:{placement:W}}}return{}}}};function Ct(e,t){return{top:e.top-t.height,right:e.right-t.width,bottom:e.bottom-t.height,left:e.left-t.width}}function Ot(e){return Et.some(t=>e[t]>=0)}var Pt=function(e){return e===void 0&&(e={}),{name:"hide",options:e,async fn(t){let{rects:o}=t,{strategy:r="referenceHidden",...n}=te(e,t);switch(r){case"referenceHidden":{let s=await me(t,{...n,elementContext:"reference"}),i=Ct(s,o.reference);return{data:{referenceHiddenOffsets:i,referenceHidden:Ot(i)}}}case"escaped":{let s=await me(t,{...n,altBoundary:!0}),i=Ct(s,o.floating);return{data:{escapedOffsets:i,escaped:Ot(i)}}}default:return{}}}}};var nr=new Set(["left","top"]);async function ir(e,t){let{placement:o,platform:r,elements:n}=e,s=await(r.isRTL==null?void 0:r.isRTL(n.floating)),i=J(o),a=ae(o),l=z(o)==="y",c=nr.has(i)?-1:1,d=s&&l?-1:1,u=te(t,e),{mainAxis:b,crossAxis:f,alignmentAxis:h}=typeof u=="number"?{mainAxis:u,crossAxis:0,alignmentAxis:null}:{mainAxis:u.mainAxis||0,crossAxis:u.crossAxis||0,alignmentAxis:u.alignmentAxis};return a&&typeof h=="number"&&(f=a==="end"?h*-1:h),l?{x:f*d,y:b*c}:{x:b*c,y:f*d}}var Mt=function(e){return e===void 0&&(e=0),{name:"offset",options:e,async fn(t){var o,r;let{x:n,y:s,placement:i,middlewareData:a}=t,l=await ir(t,e);return i===((o=a.offset)==null?void 0:o.placement)&&(r=a.arrow)!=null&&r.alignmentOffset?{}:{x:n+l.x,y:s+l.y,data:{...l,placement:i}}}}},Bt=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){let{x:o,y:r,placement:n}=t,{mainAxis:s=!0,crossAxis:i=!1,limiter:a={fn:w=>{let{x:y,y:$}=w;return{x:y,y:$}}},...l}=te(e,t),c={x:o,y:r},d=await me(t,l),u=z(J(n)),b=rt(u),f=c[b],h=c[u];if(s){let w=b==="y"?"top":"left",y=b==="y"?"bottom":"right",$=f+d[w],k=f-d[y];f=Oe($,f,k)}if(i){let w=u==="y"?"top":"left",y=u==="y"?"bottom":"right",$=h+d[w],k=h-d[y];h=Oe($,h,k)}let v=a.fn({...t,[b]:f,[u]:h});return{...v,data:{x:v.x-o,y:v.y-r,enabled:{[b]:s,[u]:i}}}}}};var Nt=function(e){return e===void 0&&(e={}),{name:"size",options:e,async fn(t){var o,r;let{placement:n,rects:s,platform:i,elements:a}=t,{apply:l=()=>{},...c}=te(e,t),d=await me(t,c),u=J(n),b=ae(n),f=z(n)==="y",{width:h,height:v}=s.floating,w,y;u==="top"||u==="bottom"?(w=u,y=b===(await(i.isRTL==null?void 0:i.isRTL(a.floating))?"start":"end")?"left":"right"):(y=u,w=b==="end"?"top":"bottom");let $=v-d.top-d.bottom,k=h-d.left-d.right,A=q(v-d[w],$),_=q(h-d[y],k),K=!t.middlewareData.shift,M=A,U=_;if((o=t.middlewareData.shift)!=null&&o.enabled.x&&(U=k),(r=t.middlewareData.shift)!=null&&r.enabled.y&&(M=$),K&&!b){let T=O(d.left,0),Y=O(d.right,0),H=O(d.top,0),X=O(d.bottom,0);f?U=h-2*(T!==0||Y!==0?T+Y:O(d.left,d.right)):M=v-2*(H!==0||X!==0?H+X:O(d.top,d.bottom))}await l({...t,availableWidth:U,availableHeight:M});let F=await i.getDimensions(a.floating);return h!==F.width||v!==F.height?{reset:{rects:!0}}:{}}}};function Pe(){return typeof window!="undefined"}function ce(e){return It(e)?(e.nodeName||"").toLowerCase():"#document"}function L(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function Q(e){var t;return(t=(It(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function It(e){return Pe()?e instanceof Node||e instanceof L(e).Node:!1}function R(e){return Pe()?e instanceof Element||e instanceof L(e).Element:!1}function I(e){return Pe()?e instanceof HTMLElement||e instanceof L(e).HTMLElement:!1}function jt(e){return!Pe()||typeof ShadowRoot=="undefined"?!1:e instanceof ShadowRoot||e instanceof L(e).ShadowRoot}var sr=new Set(["inline","contents"]);function ge(e){let{overflow:t,overflowX:o,overflowY:r,display:n}=P(e);return/auto|scroll|overlay|hidden|clip/.test(t+r+o)&&!sr.has(n)}var ar=new Set(["table","td","th"]);function Ft(e){return ar.has(ce(e))}var lr=[":popover-open",":modal"];function xe(e){return lr.some(t=>{try{return e.matches(t)}catch(o){return!1}})}var cr=["transform","translate","scale","rotate","perspective"],dr=["transform","translate","scale","rotate","perspective","filter"],ur=["paint","layout","strict","content"];function Me(e){let t=Be(),o=R(e)?P(e):e;return cr.some(r=>o[r]?o[r]!=="none":!1)||(o.containerType?o.containerType!=="normal":!1)||!t&&(o.backdropFilter?o.backdropFilter!=="none":!1)||!t&&(o.filter?o.filter!=="none":!1)||dr.some(r=>(o.willChange||"").includes(r))||ur.some(r=>(o.contain||"").includes(r))}function Ht(e){let t=G(e);for(;I(t)&&!de(t);){if(Me(t))return t;if(xe(t))return null;t=G(t)}return null}function Be(){return typeof CSS=="undefined"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}var fr=new Set(["html","body","#document"]);function de(e){return fr.has(ce(e))}function P(e){return L(e).getComputedStyle(e)}function ye(e){return R(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function G(e){if(ce(e)==="html")return e;let t=e.assignedSlot||e.parentNode||jt(e)&&e.host||Q(e);return jt(t)?t.host:t}function zt(e){let t=G(e);return de(t)?e.ownerDocument?e.ownerDocument.body:e.body:I(t)&&ge(t)?t:zt(t)}function Re(e,t,o){var r;t===void 0&&(t=[]),o===void 0&&(o=!0);let n=zt(e),s=n===((r=e.ownerDocument)==null?void 0:r.body),i=L(n);if(s){let a=Ne(i);return t.concat(i,i.visualViewport||[],ge(n)?n:[],a&&o?Re(a):[])}return t.concat(n,Re(n,[],o))}function Ne(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function Wt(e){let t=P(e),o=parseFloat(t.width)||0,r=parseFloat(t.height)||0,n=I(e),s=n?e.offsetWidth:o,i=n?e.offsetHeight:r,a=we(o)!==s||we(r)!==i;return a&&(o=s,r=i),{width:o,height:r,$:a}}function Vt(e){return R(e)?e:e.contextElement}function be(e){let t=Vt(e);if(!I(t))return j(1);let o=t.getBoundingClientRect(),{width:r,height:n,$:s}=Wt(t),i=(s?we(o.width):o.width)/r,a=(s?we(o.height):o.height)/n;return(!i||!Number.isFinite(i))&&(i=1),(!a||!Number.isFinite(a))&&(a=1),{x:i,y:a}}var pr=j(0);function qt(e){let t=L(e);return!Be()||!t.visualViewport?pr:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function mr(e,t,o){return t===void 0&&(t=!1),!o||t&&o!==L(e)?!1:t}function $e(e,t,o,r){t===void 0&&(t=!1),o===void 0&&(o=!1);let n=e.getBoundingClientRect(),s=Vt(e),i=j(1);t&&(r?R(r)&&(i=be(r)):i=be(e));let a=mr(s,o,r)?qt(s):j(0),l=(n.left+a.x)/i.x,c=(n.top+a.y)/i.y,d=n.width/i.x,u=n.height/i.y;if(s){let b=L(s),f=r&&R(r)?L(r):r,h=b,v=Ne(h);for(;v&&r&&f!==h;){let w=be(v),y=v.getBoundingClientRect(),$=P(v),k=y.left+(v.clientLeft+parseFloat($.paddingLeft))*w.x,A=y.top+(v.clientTop+parseFloat($.paddingTop))*w.y;l*=w.x,c*=w.y,d*=w.x,u*=w.y,l+=k,c+=A,h=L(v),v=Ne(h)}}return le({width:d,height:u,x:l,y:c})}function st(e,t){let o=ye(e).scrollLeft;return t?t.left+o:$e(Q(e)).left+o}function Jt(e,t,o){o===void 0&&(o=!1);let r=e.getBoundingClientRect(),n=r.left+t.scrollLeft-(o?0:st(e,r)),s=r.top+t.scrollTop;return{x:n,y:s}}function gr(e){let{elements:t,rect:o,offsetParent:r,strategy:n}=e,s=n==="fixed",i=Q(r),a=t?xe(t.floating):!1;if(r===i||a&&s)return o;let l={scrollLeft:0,scrollTop:0},c=j(1),d=j(0),u=I(r);if((u||!u&&!s)&&((ce(r)!=="body"||ge(i))&&(l=ye(r)),I(r))){let f=$e(r);c=be(r),d.x=f.x+r.clientLeft,d.y=f.y+r.clientTop}let b=i&&!u&&!s?Jt(i,l,!0):j(0);return{width:o.width*c.x,height:o.height*c.y,x:o.x*c.x-l.scrollLeft*c.x+d.x+b.x,y:o.y*c.y-l.scrollTop*c.y+d.y+b.y}}function br(e){return Array.from(e.getClientRects())}function hr(e){let t=Q(e),o=ye(e),r=e.ownerDocument.body,n=O(t.scrollWidth,t.clientWidth,r.scrollWidth,r.clientWidth),s=O(t.scrollHeight,t.clientHeight,r.scrollHeight,r.clientHeight),i=-o.scrollLeft+st(e),a=-o.scrollTop;return P(r).direction==="rtl"&&(i+=O(t.clientWidth,r.clientWidth)-n),{width:n,height:s,x:i,y:a}}function vr(e,t){let o=L(e),r=Q(e),n=o.visualViewport,s=r.clientWidth,i=r.clientHeight,a=0,l=0;if(n){s=n.width,i=n.height;let c=Be();(!c||c&&t==="fixed")&&(a=n.offsetLeft,l=n.offsetTop)}return{width:s,height:i,x:a,y:l}}function wr(e,t){let o=$e(e,!0,t==="fixed"),r=o.top+e.clientTop,n=o.left+e.clientLeft,s=I(e)?be(e):j(1),i=e.clientWidth*s.x,a=e.clientHeight*s.y,l=n*s.x,c=r*s.y;return{width:i,height:a,x:l,y:c}}function Qt(e,t,o){let r;if(t==="viewport")r=vr(e,o);else if(t==="document")r=hr(Q(e));else if(R(t))r=wr(t,o);else{let n=qt(e);r={x:t.x-n.x,y:t.y-n.y,width:t.width,height:t.height}}return le(r)}function Gt(e,t){let o=G(e);return o===t||!R(o)||de(o)?!1:P(o).position==="fixed"||Gt(o,t)}function xr(e,t){let o=t.get(e);if(o)return o;let r=Re(e,[],!1).filter(a=>R(a)&&ce(a)!=="body"),n=null,s=P(e).position==="fixed",i=s?G(e):e;for(;R(i)&&!de(i);){let a=P(i),l=Me(i);!l&&a.position==="fixed"&&(n=null),(s?!l&&!n:!l&&a.position==="static"&&!!n&&["absolute","fixed"].includes(n.position)||ge(i)&&!l&&Gt(e,i))?r=r.filter(d=>d!==i):n=a,i=G(i)}return t.set(e,r),r}function yr(e){let{element:t,boundary:o,rootBoundary:r,strategy:n}=e,i=[...o==="clippingAncestors"?xe(t)?[]:xr(t,this._c):[].concat(o),r],a=i[0],l=i.reduce((c,d)=>{let u=Qt(t,d,n);return c.top=O(u.top,c.top),c.right=q(u.right,c.right),c.bottom=q(u.bottom,c.bottom),c.left=O(u.left,c.left),c},Qt(t,a,n));return{width:l.right-l.left,height:l.bottom-l.top,x:l.left,y:l.top}}function $r(e){let{width:t,height:o}=Wt(e);return{width:t,height:o}}function kr(e,t,o){let r=I(t),n=Q(t),s=o==="fixed",i=$e(e,!0,s,t),a={scrollLeft:0,scrollTop:0},l=j(0);if(r||!r&&!s)if((ce(t)!=="body"||ge(n))&&(a=ye(t)),r){let b=$e(t,!0,s,t);l.x=b.x+t.clientLeft,l.y=b.y+t.clientTop}else n&&(l.x=st(n));let c=n&&!r&&!s?Jt(n,a):j(0),d=i.left+a.scrollLeft-l.x-c.x,u=i.top+a.scrollTop-l.y-c.y;return{x:d,y:u,width:i.width,height:i.height}}function it(e){return P(e).position==="static"}function Ut(e,t){if(!I(e)||P(e).position==="fixed")return null;if(t)return t(e);let o=e.offsetParent;return Q(e)===o&&(o=o.ownerDocument.body),o}function Kt(e,t){let o=L(e);if(xe(e))return o;if(!I(e)){let n=G(e);for(;n&&!de(n);){if(R(n)&&!it(n))return n;n=G(n)}return o}let r=Ut(e,t);for(;r&&Ft(r)&&it(r);)r=Ut(r,t);return r&&de(r)&&it(r)&&!Me(r)?o:r||Ht(e)||o}var Er=async function(e){let t=this.getOffsetParent||Kt,o=this.getDimensions,r=await o(e.floating);return{reference:kr(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:r.width,height:r.height}}};function _r(e){return P(e).direction==="rtl"}var Sr={convertOffsetParentRelativeRectToViewportRelativeRect:gr,getDocumentElement:Q,getClippingRect:yr,getOffsetParent:Kt,getElementRects:Er,getClientRects:br,getDimensions:$r,getScale:be,isElement:R,isRTL:_r};var Yt=Mt;var Xt=Bt,Zt=Rt,eo=Nt,to=Pt,oo=Tt;var ro=(e,t,o)=>{let r=new Map,n={platform:Sr,...o},s={...n.platform,_c:r};return Lt(e,t,{...n,platform:s})};var Ie="top-start",Fe="top",He="top-end",ze="right-start",Qe="right",Ue="right-end",We="bottom-start",ke="bottom",Ve="bottom-end",qe="left-start",Je="left",Ge="left-end",at=[Ie,Fe,He,ze,Qe,Ue,We,ke,Ve,qe,Je,Ge],ue={[Ie]:We,[Fe]:ke,[He]:Ve,[We]:Ie,[ke]:Fe,[Ve]:He,[qe]:ze,[Je]:Qe,[Ge]:Ue,[ze]:qe,[Qe]:Je,[Ue]:Ge},Ar={[qe]:-45,[Je]:-45,[Ge]:-45,[Ie]:45,[Fe]:45,[He]:45,[ze]:135,[Qe]:135,[Ue]:135,[We]:-135,[ke]:-135,[Ve]:-135},lt=e=>{let t;return/-/.test(e)?t=e.split("-").map(o=>o.charAt(0).toUpperCase()+o.slice(1)).join(""):t=e.charAt(0).toUpperCase()+e.slice(1),t},Dr=e=>e.split("-")[0],Cr=e=>ue[Dr(e)],io=e=>ue[e],Or=e=>Ar[io(e)],Lr=(e,t,o)=>{Object.assign(e==null?void 0:e.style,{borderTopLeftRadius:"4px",zIndex:1,[`margin${lt(Cr(o))}`]:"-0.5px",transform:`rotate(${t}deg)`})},no=8,je=24;async function ct(e){var r,n,s;if(!(e!=null&&e.isShowing)||(e!=null&&e.waitForDOM&&await(e==null?void 0:e.waitForDOM()),!(e!=null&&e.targetEl)||!(e!=null&&e.attentionEl)))return;let t=e==null?void 0:e.targetEl,o=e.attentionEl;return ro(t,o,{placement:(r=e==null?void 0:e.directionName)!=null?r:ke,middleware:[Yt({mainAxis:(n=e==null?void 0:e.distance)!=null?n:8,crossAxis:(s=e==null?void 0:e.skidding)!=null?s:0}),(e==null?void 0:e.flip)&&Zt({crossAxis:e==null?void 0:e.crossAxis,fallbackPlacements:e==null?void 0:e.fallbackPlacements}),(e==null?void 0:e.flip)&&Xt({crossAxis:!0}),!(e!=null&&e.noArrow)&&(e==null?void 0:e.arrowEl)&&oo({element:e==null?void 0:e.arrowEl}),to(),eo({apply(){Object.assign(o.style,{paddingRight:`${no}px`,paddingLeft:`${no}px`})}})]}).then(({x:i,y:a,middlewareData:l,placement:c})=>{if(e.actualDirection=c,e!=null&&e.isCallout||Object.assign(o.style,{left:`${i}px`,top:`${a}px`}),l!=null&&l.hide&&!(e!=null&&e.isCallout)){let{referenceHidden:d}=l.hide;Object.assign(o.style,{visibility:d?"hidden":""})}if(l!=null&&l.arrow&&(e!=null&&e.arrowEl)){let d=e==null?void 0:e.arrowEl,{x:u,y:b}=l.arrow,f=window.getComputedStyle(o).direction==="rtl",h=io(c).split("-")[1],v="",w="",y="",$="";if(h==="start"){let k=typeof u=="number"?`calc(${je}px - ${d.offsetWidth/2}px)`:"";v=typeof b=="number"?`calc(${je}px - ${d.offsetWidth/2}px)`:"",w=f?k:"",$=f?"":k}else if(h==="end"){let k=typeof u=="number"?`calc(${je}px - ${d.offsetWidth/2}px)`:"";w=f?"":k,$=f?k:"",y=typeof b=="number"?`calc(${je}px - ${d.offsetWidth/2}px)`:""}else $=typeof u=="number"?`${u}px`:"",v=typeof b=="number"?`${b}px`:"";Object.assign(d.style,{top:v,right:w,bottom:y,left:$}),Lr(d,Or(c),c)}}),e}var re="font-bold focusable justify-center transition-colors ease-in-out",E={primary:"s-text-inverted bg-[--w-color-button-primary-background] hover:bg-[--w-color-button-primary-background-hover] active:bg-[--w-color-button-primary-background-active]",secondary:"s-text-link s-border s-bg hover:s-bg-hover hover:s-border-hover active:s-bg-active",utility:"s-text s-bg hover:s-bg-hover active:s-bg-active s-border hover:s-border-hover active:s-border-active",destructive:"s-bg-negative s-text-inverted hover:s-bg-negative-hover active:s-bg-negative-active",pill:"s-icon hover:s-icon-hover active:s-icon-active bg-transparent hover:bg-[--w-color-button-pill-background-hover] active:bg-[--w-color-button-pill-background-active]",disabled:"s-text-inverted s-bg-disabled",quiet:"bg-transparent s-text-link hover:s-bg-hover active:s-bg-active",utilityQuiet:"s-text bg-transparent hover:s-bg-hover active:s-bg-active",negativeQuiet:"bg-transparent s-text-negative hover:s-bg-negative-subtle-hover active:s-bg-negative-subtle-active",loading:"s-text s-bg-subtle",link:"s-text-link"},x={primary:`border-0 rounded-8 ${re}`,secondary:`border-2 rounded-8 ${re}`,utility:`border rounded-4 ${re}`,negative:`border-0 rounded-8 ${re}`,pill:`p-4 rounded-full border-0 inline-flex items-center justify-center hover:bg-clip-padding ${re}`,link:`bg-transparent focusable ease-in-out inline active:underline hover:underline focus:underline ${E.link}`},g={xsmall:"py-6 px-16",small:"py-8 px-16",medium:"py-10 px-14",large:"py-12 px-16",utility:"py-[11px] px-[15px]",smallUtility:"py-[7px] px-[15px]",pill:"min-h-[44px] min-w-[44px]",pillSmall:"min-h-32 min-w-32",link:"p-0"},m={medium:"text-m leading-[24]",xsmall:"text-xs"},p={inProgress:`border-transparent animate-inprogress pointer-events-none ${E.loading}`,quiet:`border-0 rounded-8 ${re}`,utilityQuiet:`border-0 rounded-4 ${re}`,negativeQuiet:`border-0 rounded-8 ${re}`,isDisabled:`font-bold justify-center transition-colors ease-in-out cursor-default pointer-events-none ${E.disabled}`},$n={secondary:`${g.medium} ${m.medium} ${x.secondary} ${E.secondary}`,secondaryHref:`${g.medium} ${m.medium} ${x.secondary} ${E.secondary}`,secondaryDisabled:`${g.medium} ${m.medium} ${x.secondary} ${p.isDisabled}`,secondarySmall:`${m.xsmall} ${g.xsmall} ${x.secondary} ${E.secondary}`,secondarySmallDisabled:`${m.xsmall} ${g.xsmall} ${x.secondary} ${p.isDisabled}`,secondaryQuiet:`${g.medium} ${m.medium} ${p.quiet} ${E.quiet}`,secondaryQuietDisabled:`${g.medium} ${m.medium} ${p.quiet} ${p.isDisabled}`,secondarySmallQuiet:`${m.xsmall} ${g.xsmall} ${p.quiet} ${E.quiet}`,secondarySmallQuietDisabled:`${m.xsmall} ${g.xsmall} ${p.quiet} ${p.isDisabled}`,secondaryLoading:`${g.medium} ${m.medium} ${x.secondary} ${p.inProgress}`,secondarySmallLoading:`${m.xsmall} ${g.xsmall} ${x.secondary} ${p.inProgress}`,secondarySmallQuietLoading:`${m.xsmall} ${g.xsmall} ${p.quiet} ${p.inProgress}`,secondaryQuietLoading:`${g.medium} ${m.medium} ${p.quiet} ${p.inProgress}`,primary:`${g.large} ${m.medium} ${x.primary} ${E.primary}`,primaryDisabled:`${g.large} ${m.medium} ${p.isDisabled} ${x.primary}`,primarySmall:`${g.small} ${m.xsmall} ${x.primary} ${E.primary}`,primarySmallDisabled:`${g.small} ${m.xsmall} ${p.isDisabled} ${x.primary} `,primaryQuiet:`${g.large} ${m.medium} ${p.quiet} ${E.quiet}`,primaryQuietDisabled:`${g.large} ${m.medium} ${p.quiet} ${p.isDisabled}`,primarySmallQuiet:`${g.small} ${m.xsmall} ${p.quiet} ${E.quiet}`,primarySmallQuietDisabled:`${g.small} ${m.xsmall} ${p.quiet} ${p.isDisabled}`,primaryLoading:`${g.large} ${m.medium} ${p.inProgress} ${x.primary}`,primarySmallLoading:`${g.small} ${m.xsmall} ${p.inProgress} ${x.primary}`,primarySmallQuietLoading:`${g.small} ${m.xsmall} ${p.quiet} ${p.inProgress} ${x.primary}`,primaryQuietLoading:`${g.large} ${m.medium} ${p.quiet} ${p.inProgress}`,utility:`${g.utility} ${m.medium} ${x.utility} ${E.utility}`,utilityDisabled:`${g.utility} ${m.medium} ${x.utility} ${p.isDisabled}`,utilityQuiet:`${g.large} ${m.medium} ${p.utilityQuiet} ${E.utilityQuiet}`,utilityQuietDisabled:`${g.large} ${m.medium} ${p.utilityQuiet} ${p.isDisabled}`,utilitySmall:`${g.smallUtility} ${m.xsmall} ${x.utility} ${E.utility}`,utilitySmallDisabled:`${g.smallUtility} ${m.xsmall} ${x.utility} ${p.isDisabled}`,utilitySmallQuiet:`${g.smallUtility} ${m.xsmall} ${p.utilityQuiet} ${E.utilityQuiet}`,utilitySmallQuietDisabled:`${g.smallUtility} ${m.xsmall} ${p.utilityQuiet} ${p.isDisabled}`,utilityLoading:`${g.large} ${m.medium} ${x.utility} ${p.inProgress}`,utilitySmallLoading:`${g.smallUtility} ${m.xsmall} ${x.utility} ${p.inProgress}`,utilityQuietLoading:`${g.large} ${m.medium} ${p.inProgress} ${p.utilityQuiet}`,utilitySmallQuietLoading:`${g.smallUtility} ${m.xsmall} ${p.inProgress} ${p.utilityQuiet}`,negative:`${g.large} ${m.medium} ${x.negative} ${E.destructive}`,negativeDisabled:`${g.large} ${m.medium} ${x.negative} ${p.isDisabled}`,negativeQuiet:`${g.large} ${m.medium} ${p.negativeQuiet} ${E.negativeQuiet}`,negativeQuietDisabled:`${g.large} ${m.medium} ${p.negativeQuiet}${p.isDisabled}`,negativeSmall:`${g.small} ${m.xsmall} ${x.negative} ${E.destructive}`,negativeSmallDisabled:`${g.small} ${m.xsmall} ${x.negative} ${p.isDisabled}`,negativeSmallQuiet:`${g.small} ${m.xsmall} ${p.negativeQuiet} ${E.negativeQuiet}`,negativeSmallQuietDisabled:`${g.small} ${m.xsmall} ${p.negativeQuiet} ${p.isDisabled}`,negativeLoading:`${g.large} ${m.medium} ${x.negative} ${p.inProgress}`,negativeSmallLoading:`${g.small} ${m.xsmall} ${p.inProgress} ${x.negative}`,negativeQuietLoading:`${g.large} ${m.medium} ${p.negativeQuiet} ${x.negative} ${p.inProgress}`,negativeSmallQuietLoading:`${g.small} ${m.xsmall} ${p.negativeQuiet} ${p.inProgress}`,pill:`${g.pill} ${m.medium} ${x.pill} ${E.pill}`,pillSmall:`${g.pillSmall} ${m.xsmall} ${x.pill} ${E.pill}`,pillLoading:`${g.pill} ${m.medium} ${x.pill} ${p.inProgress}`,pillSmallLoading:`${g.pillSmall} ${m.xsmall} ${x.pill} ${p.inProgress}`,link:`${g.link} ${m.medium} ${x.link}`,linkSmall:`${g.link} ${m.xsmall} ${x.link}`,linkAsButton:"inline-block active:no-underline hover:no-underline focus:no-underline text-center",a11y:"sr-only",fullWidth:"w-full max-w-full",contentWidth:"max-w-max"};var kn={backdrop:"fixed inset-0 flex sm:place-content-center sm:place-items-center items-end z-30 [--w-modal-max-height:80%] [--w-modal-width:640px] bg-[--w-black/25]",base:"pb-safe-[32] shadow-m max-h-[--w-modal-max-height] min-h-[--w-modal-min-height] w-[--w-modal-width] h-[--w-modal-height] relative transition-300 ease-in-out backface-hidden will-change-height rounded-8 mx-0 sm:mx-16 bg-[--w-s-color-surface-elevated-100] flex flex-col overflow-hidden outline-none space-y-16 pt-8 sm:pt-32 sm:pb-32 rounded-b-0 sm:rounded-b-8",content:"block overflow-y-auto overflow-x-hidden last-child:mb-0 grow shrink px-16 sm:px-32 relative",footer:"flex justify-end shrink-0 px-16 sm:px-32",transitionTitle:"transition-all duration-300",transitionTitleCenter:"justify-self-center self-center",transitionTitleColSpan:"col-span-2",title:"py-8 sm:py-0 -mt-4 sm:-mt-8 min-h-40 sm:min-h-48 grid gap-8 sm:gap-16 grid-cols-[auto_1fr_auto] items-start px-16 sm:px-32 border-b sm:border-b-0 shrink-0",titleText:"mb-0 h4 sm:h3",titleButton:`${m.medium} ${x.pill} ${E.pill} sm:min-h-[44px] sm:min-w-[44px] min-h-[32px] min-w-[32px]`,titleButtonLeft:"-ml-8 sm:-ml-12 justify-self-start",titleButtonRight:"-mr-8 sm:-mr-12 justify-self-end",titleButtonIcon:"h-16 w-16 sm:h-24 sm:w-24",titleButtonIconRotated:"transform rotate-90"};var so="absolute top-0 bottom-0 flex justify-center items-center focusable rounded-4 focus:[--w-outline-offset:-2px] bg-transparent ",En={wrapper:so+"right-0",wrapperWithLabel:"w-max pr-12",wrapperWithIcon:"w-40",label:"antialiased block relative cursor-default pb-0 font-bold text-xs s-text"},_n={wrapper:so+"left-0",wrapperWithLabel:"w-max pl-12",wrapperWithIcon:"w-40",label:"antialiased block relative cursor-default pb-0 font-bold text-xs s-text"};var oe={field:"relative text-m",wrapper:"relative py-1",wrapperRadioButtons:"inline-flex font-bold rounded-8 focus-within:focusable",wrapperRadioButtonsJustified:"flex font-bold rounded-8 focus-within:focusable",radioButtonsGroup:"group",radioButtonsGroupJustified:"grow-1 shrink-0 basis-auto",input:"peer",a11y:"sr-only",label:"peer-focus:focusable cursor-pointer text-m s-text s-border py-2 pl-28 select-none relative block before:border before:absolute before:transition-all before:left-0 before:w-20 before:h-20 before:top-2",labelBefore:'before:content-[""] before:block',checkbox:"before:s-bg before:rounded-2 hover:before:s-border-primary hover:before:s-bg-hover peer-checked:before:bg-center peer-checked:before:bg-[url(var(--w-icon-toggle-checked))] peer-checked:before:s-border-primary peer-checked:before:s-bg-primary peer-checked:peer-hover:before:s-border-primary-hover peer-checked:peer-hover:before:s-bg-primary-hover",checkboxInvalid:"before:s-bg before:s-border-negative before:rounded-2 hover:before:s-bg-negative-subtle-hover hover:before:s-border-negative-hover peer-checked:before:bg-center peer-checked:before:bg-[url(var(--w-icon-toggle-checked))] peer-checked:before:s-bg-negative peer-checked:before:s-border-negative peer-checked:peer-hover:before:s-bg-negative-hover peer-checked:peer-hover:before:s-border-negative-hover",checkboxDisabled:"before:s-bg-disabled-subtle before:s-border-disabled pointer-events-none before:rounded-2 peer-checked:before:bg-center peer-checked:before:bg-[url(var(--w-icon-toggle-checked))] peer-checked:before:s-border-disabled peer-checked:before:s-bg-disabled",indeterminate:'before:content-["\u2013"] before:rounded-2 before:leading-xs before:text-center before:font-bold before:s-icon-inverted peer-indeterminate:before:s-border-primary peer-indeterminate:before:s-bg-primary peer-indeterminate:hover:before:s-border-primary-hover peer-indeterminate:hover:before:s-bg-primary-hover',indeterminateInvalid:'before:content-["\u2013"] before:rounded-2 before:leading-xs before:text-center before:font-bold before:s-icon-inverted peer-indeterminate:before:s-border-negative peer-indeterminate:before:s-bg-negative peer-indeterminate:hover:before:s-border-negative-hover peer-indeterminate:hover:before:s-bg-negative-hover',indeterminateDisabled:'before:content-["\u2013"] before:rounded-2 before:leading-xs before:text-center before:font-bold pointer-events-none before:s-icon-inverted peer-indeterminate:before:s-border-disabled peer-indeterminate:before:s-bg-disabled',radio:"before:s-bg before:rounded-full peer-checked:before:border-[6] peer-checked:before:s-border-selected peer-checked:peer-hover:before:s-border-selected-hover peer-hover:before:s-border-primary peer-hover:before:s-bg-hover",radioInvalid:"before:s-bg before:s-border-negative before:rounded-full peer-checked:before:border-[6] peer-hover:before:s-bg-negative-subtle peer-hover:before:s-border-negative-hover peer-checked:before:s-border-negative peer-checked:peer-hover:before:s-border-negative-hover",radioDisabled:"before:s-bg-disabled-subtle before:s-border-disabled pointer-events-none before:rounded-full peer-checked:before:border-[6]",radioButtonsLabel:"peer-hover:peer-not-checked:s-bg-hover peer-checked:s-text-inverted peer-checked:s-bg-primary peer-checked:s-border-primary block relative font-bold cursor-pointer s-text-link text-center s-bg border-2 s-border group-first-of-type:rounded-tl-8 group-first-of-type:rounded-bl-8 group-last-of-type:rounded-tr-8 group-last-of-type:rounded-br-8 group-not-last-of-type:border-r-0 peer-checked:z-10 group-not-first:-ml-2",radioButtonsRegular:"text-s py-8 pl-12 pr-14",radioButtonsSmall:"text-xs py-[5px] px-[8px]"},Sn={wrapper:`${oe.wrapper} h-20 w-20 pointer-events-none`,input:`${oe.input} hidden`,inputVue:"hidden",labelVue:"-mt-2",labelRadio:`${oe.label} ${oe.labelBefore} ${oe.radio}`,labelCheckbox:`${oe.label} ${oe.labelBefore} ${oe.checkbox}`};var fe={base:"border-2 relative flex items-start",tooltip:"s-bg-inverted border-[--w-s-color-background-inverted] shadow-m s-text-inverted-static rounded-4 py-6 px-8",callout:"bg-[--w-color-callout-background] border-[--w-color-callout-border] s-text py-8 px-16 rounded-8",highlight:"bg-[--w-color-callout-background] border-[--w-color-callout-border] s-text py-8 px-16 rounded-8 drop-shadow-m translate-z-0",popover:"bg-[--w-s-color-surface-elevated-300] border-[--w-s-color-surface-elevated-300] s-text rounded-8 p-16 drop-shadow-m translate-z-0",arrowBase:"absolute h-[14px] w-[14px] border-2 border-b-0 border-r-0 rounded-tl-4 transform",arrowDirectionLeftStart:"-left-[8px]",arrowDirectionLeft:"-left-[8px]",arrowDirectionLeftEnd:"-left-[8px]",arrowDirectionRightStart:"-right-[8px]",arrowDirectionRight:"-right-[8px]",arrowDirectionRightEnd:"-right-[8px]",arrowDirectionBottomStart:"-bottom-[8px]",arrowDirectionBottom:"-bottom-[8px]",arrowDirectionBottomEnd:"-bottom-[8px]",arrowDirectionTopStart:"-top-[8px]",arrowDirectionTop:"-top-[8px]",arrowDirectionTopEnd:"-top-[8px]",arrowTooltip:"s-bg-inverted border-[--w-s-color-background-inverted]",arrowCallout:"bg-[--w-color-callout-background] border-[--w-color-callout-border]",arrowPopover:"bg-[--w-s-color-surface-elevated-300] border-[--w-s-color-surface-elevated-300]",arrowHighlight:"bg-[--w-color-callout-background] border-[--w-color-callout-border]",content:"last-child:mb-0",notCallout:"absolute z-50",closeBtn:`${m.medium} ${x.pill} ${E.pill} justify-self-end -mr-8 ml-8`};import $o from"@warp-ds/elements-core";import{ifDefined as Kr}from"lit/directives/if-defined.js";var Tr=["en","nb","fi","da","sv"],lo="en",ao=e=>Tr.find(t=>e===t||e.toLowerCase().includes(t))||lo;function Rr(){if(typeof window=="undefined"){let e=process.env.NMP_LANGUAGE||Intl.DateTimeFormat().resolvedOptions().locale;return ao(e)}try{let e=document.documentElement.lang;return ao(e)}catch(e){return console.warn("could not detect locale, falling back to source locale",e),lo}}var Pr=(e,t,o,r,n,s)=>e==="nb"?o:e==="fi"?r:e==="da"?n:e==="sv"?s:t,co=(e,t,o,r,n)=>{let s=Rr(),i=Pr(s,e,t,o,r,n);S.load(s,i),S.activate(s)};import{classMap as Tn}from"lit/directives/class-map.js";var Mr=e=>e.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase();function uo(e){return class extends e{static createProperty(t,o){let r=o;(typeof(o==null?void 0:o.attribute)=="undefined"||(o==null?void 0:o.attribute)===!0)&&(r=Object.assign({},o,{attribute:Mr(t.toString())})),super.createProperty(t,r)}}}function fo(){return`m${Math.random().toString(36).slice(2)}`}var po=JSON.parse('{"attention.aria.callout":["En gr\xF8n taleboble der introducerer noget nyt"],"attention.aria.close":["Luk"],"attention.aria.highlight":["En opm\xE6rksomhedsskabende taleboble med vigtig information"],"attention.aria.pointingDown":["peger nedad"],"attention.aria.pointingLeft":["peger til venstre"],"attention.aria.pointingRight":["peger til h\xF8jre"],"attention.aria.pointingUp":["peger opad"],"attention.aria.popover":["En hvid taleboble med mere information"],"attention.aria.tooltip":["En sort taleboble med flere oplysninger"]}');var mo=JSON.parse('{"attention.aria.callout":["A green speech bubble introducing something new"],"attention.aria.close":["Close"],"attention.aria.highlight":["An attention speech bubble with important information"],"attention.aria.pointingDown":["pointing down"],"attention.aria.pointingLeft":["pointing left"],"attention.aria.pointingRight":["pointing right"],"attention.aria.pointingUp":["pointing up"],"attention.aria.popover":["A white speech bubble providing additional information"],"attention.aria.tooltip":["A black speech bubble providing complementary information"]}');var go=JSON.parse('{"attention.aria.callout":["Vihre\xE4 puhekupla, joka esittelee jotain uutta"],"attention.aria.close":["Sulje"],"attention.aria.highlight":["Puhekupla, joka sis\xE4lt\xE4\xE4 t\xE4rke\xE4\xE4 tietoa"],"attention.aria.pointingDown":["osoittaa alas"],"attention.aria.pointingLeft":["osoittaa vasemmalle"],"attention.aria.pointingRight":["osoittaa oikealle"],"attention.aria.pointingUp":["osoittaa yl\xF6s"],"attention.aria.popover":["Valkoinen puhekupla, joka tarjoaa lis\xE4tietoa"],"attention.aria.tooltip":["Musta puhekupla, joka tarjoaa t\xE4ydent\xE4v\xE4\xE4 tietoa"]}');var bo=JSON.parse('{"attention.aria.callout":["Gr\xF8nn taleboble som introduserer noe nytt"],"attention.aria.close":["Lukk"],"attention.aria.highlight":["En uthevet taleboble med viktig informasjon"],"attention.aria.pointingDown":["peker ned"],"attention.aria.pointingLeft":["peker til venstre"],"attention.aria.pointingRight":["peker til h\xF8yre"],"attention.aria.pointingUp":["peker opp"],"attention.aria.popover":["En hvit taleboble som gir tilleggsinformasjon"],"attention.aria.tooltip":["En svart taleboble som forklarer konteksten"]}');var ho=JSON.parse('{"attention.aria.callout":["En gr\xF6n pratbubbla som introducerar n\xE5got nytt"],"attention.aria.close":["St\xE4ng"],"attention.aria.highlight":["En pratbubbla med viktig information"],"attention.aria.pointingDown":["pekar ned"],"attention.aria.pointingLeft":["pekar v\xE4nster"],"attention.aria.pointingRight":["pekar h\xF6ger"],"attention.aria.pointingUp":["pekar upp"],"attention.aria.popover":["En vit pratbubbla som ger ytterligare information"],"attention.aria.tooltip":["En svart pratbubbla som ger kompletterande information"]}');import{LitElement as Br}from"lit";import{unsafeStatic as Nr,html as jr}from"lit/static-html.js";var Ir=JSON.parse('{"icon.title.close":["Kryss"]}'),Fr=JSON.parse('{"icon.title.close":["Cross"]}'),Hr=JSON.parse('{"icon.title.close":["Rasti"]}'),zr=JSON.parse('{"icon.title.close":["Kryds"]}'),Qr=JSON.parse('{"icon.title.close":["Kryss"]}'),vo=["en","nb","fi","da","sv"],wo="en",Ur=()=>{var e;let t;switch((e=process==null?void 0:process.env)==null?void 0:e.NMP_BRAND){case"FINN":t="nb";break;case"TORI":t="fi";break;case"BLOCKET":t="sv";break;case"DBA":t="da";break;default:t="en"}return t},xo=()=>{var e;let t=(e=document==null?void 0:document.location)==null?void 0:e.hostname;return t!=null&&t.includes("finn")?"nb":t.includes("tori")?"fi":t.includes("blocket")?"sv":t.includes("dba")?"da":wo},dt=e=>vo.find(t=>e===t||e.toLowerCase().includes(t))||xo();function Wr(){var e;if(typeof window=="undefined"){let t=Ur();return dt(t)}try{let t=(e=document==null?void 0:document.documentElement)==null?void 0:e.lang,o=xo();return vo.includes(t)?dt(t!=null?t:o):(console.warn("Unsupported locale set in html lang tag, falling back to detection by hostname"),dt(o))}catch(t){return console.warn("could not detect locale, falling back to source locale",t),wo}}var Vr=(e,t,o,r,n,s)=>e==="nb"?o:e==="fi"?r:e==="da"?n:e==="sv"?s:t,qr=(e,t,o,r,n)=>{let s=Wr(),i=Vr(s,e,t,o,r,n);S.load(s,i),S.activate(s)};qr(Fr,Ir,Hr,zr,Qr);var Jr=class extends Br{render(){let e=S.t({message:"Cross",id:"icon.title.close",comment:"Title for close icon"});return jr`<svg xmlns="http://www.w3.org/2000/svg"width="16"height="16"fill="none"viewBox="0 0 16 16" part="w-icon-close-16-part">${Nr(`<title>${e}</title>`)}<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m12.5 3.5-9 9m0-9 9 9"></path></svg>`}};customElements.get("w-icon-close-16")||customElements.define("w-icon-close-16",Jr);var Ee=class extends uo($o){constructor(){super(),co(mo,bo,go,po,ho),this.handleDone=this.handleDone.bind(this),this.show=!1,this.placement="bottom",this.tooltip=!1,this.callout=!1,this.popover=!1,this.highlight=!1,this.canClose=!1,this.noArrow=!1,this.distance=8,this.skidding=0,this.flip=!1,this.crossAxis=!1,this._initialPlacement=this.placement,this._actualDirection=this.placement}connectedCallback(){if(super.connectedCallback(),this.placement&&!Object.keys(ue).includes(this.placement))throw new Error(`Invalid "placement" attribute. Set its value to one of the following:
11
- ${JSON.stringify(Object.keys(ue))}`);if(this.fallbackPlacements&&!this.fallbackPlacements.every(t=>at.includes(t)))throw new Error(`Invalid "fallbackPlacements" attribute. Set its value to an array with one or more of the following:
12
- ${JSON.stringify(at)}`);setTimeout(()=>{this.requestUpdate(),this.handleDone()},0),this.callout||(window.addEventListener("click",this.handleDone),window.addEventListener("scroll",this.handleDone),window.addEventListener("resize",this.handleDone),window.addEventListener("touch",this.handleDone)),this.tooltip&&(window.addEventListener("mouseover",this.handleDone),window.addEventListener("mouseout",this.handleDone))}disconnectedCallback(){window.removeEventListener("click",this.handleDone),window.removeEventListener("scroll",this.handleDone),window.removeEventListener("resize",this.handleDone),window.removeEventListener("touch",this.handleDone),window.removeEventListener("mouseover",this.handleDone),window.removeEventListener("mouseout",this.handleDone),super.disconnectedCallback()}handleDone(){window.requestAnimationFrame(()=>{this.show&&this._targetEl&&this._attentionEl?ct(this.attentionState).then(t=>{this._actualDirection=t==null?void 0:t.actualDirection}):this._actualDirection=this._initialPlacement})}get _actualDirection(){return this.placement}set _actualDirection(t){this.placement=t}get _arrowEl(){return this.renderRoot.querySelector("#arrow")}get _arrowDirection(){return ue[this._actualDirection]}get _arrowClasses(){return _e([fe.arrowBase,this._activeVariantClasses.arrow,fe[`arrowDirection${lt(this._arrowDirection)}`]])}get _arrowHtml(){return this.noArrow?"":he`<div id="arrow" class="${this._arrowClasses}"></div>`}get _activeVariantClasses(){let t={callout:this.callout,popover:this.popover,tooltip:this.tooltip,highlight:this.highlight},o=Object.keys(t).find(r=>!!t[r])||"";return{wrapper:fe[o],arrow:fe[`arrow${o.charAt(0).toUpperCase()+o.slice(1)}`]}}get _attentionEl(){return this.renderRoot.querySelector("#attention")}get _targetEl(){var o;let t=(o=this.renderRoot)==null?void 0:o.querySelector("slot[name='target']");return t?t.assignedNodes()[0]:null}get _messageEl(){let t=this.renderRoot.querySelector("slot[name='message']");return t?t.assignedNodes()[0]:null}get _wrapperClasses(){return _e([fe.base,this._activeVariantClasses.wrapper])}get _ariaClose(){return S._({id:"attention.aria.close",message:"Close",comment:"Aria label for the close button in attention"})}get _closeBtnHtml(){return he`
13
- <button aria-label="${this._ariaClose}" @click="${this.close}" @keydown=${this.keypressed} class="${fe.closeBtn}">
14
- <w-icon-close-16></w-icon-close-16>
10
+ `)),G(l)&&bt.test(l)?JSON.parse(`"${l}"`):G(l)?l:Fr(l,this._locale,this._locales)(r,o==null?void 0:o.formats)}date(t,r){return Ke(this._locales||this._locale,t,r)}number(t,r){return Ze(this._locales||this._locale,t,r)}};function Xr(e={}){return new Je(e)}var y=Xr();var xt=["top","right","bottom","left"];var X=Math.min,A=Math.max,fe=Math.round;var j=e=>({x:e,y:e}),Vr={left:"right",right:"left",bottom:"top",top:"bottom"},Zr={start:"end",end:"start"};function Ce(e,t,r){return A(e,X(t,r))}function Q(e,t){return typeof e=="function"?e(t):e}function V(e){return e.split("-")[0]}function oe(e){return e.split("-")[1]}function Ge(e){return e==="x"?"y":"x"}function Ae(e){return e==="y"?"height":"width"}var qr=new Set(["top","bottom"]);function B(e){return qr.has(V(e))?"y":"x"}function Se(e){return Ge(B(e))}function yt(e,t,r){r===void 0&&(r=!1);let o=oe(e),n=Se(e),a=Ae(n),i=n==="x"?o===(r?"end":"start")?"right":"left":o==="start"?"bottom":"top";return t.reference[a]>t.floating[a]&&(i=ue(i)),[i,ue(i)]}function kt(e){let t=ue(e);return[Oe(e),t,Oe(t)]}function Oe(e){return e.replace(/start|end/g,t=>Zr[t])}var vt=["left","right"],wt=["right","left"],Jr=["top","bottom"],Wr=["bottom","top"];function Kr(e,t,r){switch(e){case"top":case"bottom":return r?t?wt:vt:t?vt:wt;case"left":case"right":return t?Jr:Wr;default:return[]}}function Et(e,t,r,o){let n=oe(e),a=Kr(V(e),r==="start",o);return n&&(a=a.map(i=>i+"-"+n),t&&(a=a.concat(a.map(Oe)))),a}function ue(e){return e.replace(/left|right|bottom|top/g,t=>Vr[t])}function Gr(e){return{top:0,right:0,bottom:0,left:0,...e}}function Qe(e){return typeof e!="number"?Gr(e):{top:e,right:e,bottom:e,left:e}}function ne(e){let{x:t,y:r,width:o,height:n}=e;return{width:o,height:n,top:r,left:t,right:t+o,bottom:r+n,x:t,y:r}}function _t(e,t,r){let{reference:o,floating:n}=e,a=B(t),i=Se(t),s=Ae(i),l=V(t),c=a==="y",d=o.x+o.width/2-n.width/2,p=o.y+o.height/2-n.height/2,m=o[s]/2-n[s]/2,g;switch(l){case"top":g={x:d,y:o.y-n.height};break;case"bottom":g={x:d,y:o.y+o.height};break;case"right":g={x:o.x+o.width,y:p};break;case"left":g={x:o.x-n.width,y:p};break;default:g={x:o.x,y:o.y}}switch(oe(t)){case"start":g[i]-=m*(r&&c?-1:1);break;case"end":g[i]+=m*(r&&c?-1:1);break}return g}var At=async(e,t,r)=>{let{placement:o="bottom",strategy:n="absolute",middleware:a=[],platform:i}=r,s=a.filter(Boolean),l=await(i.isRTL==null?void 0:i.isRTL(t)),c=await i.getElementRects({reference:e,floating:t,strategy:n}),{x:d,y:p}=_t(c,o,l),m=o,g={},u=0;for(let f=0;f<s.length;f++){let{name:b,fn:h}=s[f],{x:v,y:w,data:E,reset:x}=await h({x:d,y:p,initialPlacement:o,placement:m,strategy:n,middlewareData:g,rects:c,platform:i,elements:{reference:e,floating:t}});d=v!=null?v:d,p=w!=null?w:p,g={...g,[b]:{...g[b],...E}},x&&u<=50&&(u++,typeof x=="object"&&(x.placement&&(m=x.placement),x.rects&&(c=x.rects===!0?await i.getElementRects({reference:e,floating:t,strategy:n}):x.rects),{x:d,y:p}=_t(c,m,l)),f=-1)}return{x:d,y:p,placement:m,strategy:n,middlewareData:g}};async function ce(e,t){var r;t===void 0&&(t={});let{x:o,y:n,platform:a,rects:i,elements:s,strategy:l}=e,{boundary:c="clippingAncestors",rootBoundary:d="viewport",elementContext:p="floating",altBoundary:m=!1,padding:g=0}=Q(t,e),u=Qe(g),b=s[m?p==="floating"?"reference":"floating":p],h=ne(await a.getClippingRect({element:(r=await(a.isElement==null?void 0:a.isElement(b)))==null||r?b:b.contextElement||await(a.getDocumentElement==null?void 0:a.getDocumentElement(s.floating)),boundary:c,rootBoundary:d,strategy:l})),v=p==="floating"?{x:o,y:n,width:i.floating.width,height:i.floating.height}:i.reference,w=await(a.getOffsetParent==null?void 0:a.getOffsetParent(s.floating)),E=await(a.isElement==null?void 0:a.isElement(w))?await(a.getScale==null?void 0:a.getScale(w))||{x:1,y:1}:{x:1,y:1},x=ne(a.convertOffsetParentRelativeRectToViewportRelativeRect?await a.convertOffsetParentRelativeRectToViewportRelativeRect({elements:s,rect:v,offsetParent:w,strategy:l}):v);return{top:(h.top-x.top+u.top)/E.y,bottom:(x.bottom-h.bottom+u.bottom)/E.y,left:(h.left-x.left+u.left)/E.x,right:(x.right-h.right+u.right)/E.x}}var St=e=>({name:"arrow",options:e,async fn(t){let{x:r,y:o,placement:n,rects:a,platform:i,elements:s,middlewareData:l}=t,{element:c,padding:d=0}=Q(e,t)||{};if(c==null)return{};let p=Qe(d),m={x:r,y:o},g=Se(n),u=Ae(g),f=await i.getDimensions(c),b=g==="y",h=b?"top":"left",v=b?"bottom":"right",w=b?"clientHeight":"clientWidth",E=a.reference[u]+a.reference[g]-m[g]-a.floating[u],x=m[g]-a.reference[g],q=await(i.getOffsetParent==null?void 0:i.getOffsetParent(c)),T=q?q[w]:0;(!T||!await(i.isElement==null?void 0:i.isElement(q)))&&(T=s.floating[w]||a.floating[u]);let Y=E/2-x/2,N=T/2-f[u]/2-1,D=X(p[h],N),J=X(p[v],N),F=D,W=T-f[u]-J,_=T/2-f[u]/2+Y,ee=Ce(F,_,W),I=!l.arrow&&oe(n)!=null&&_!==ee&&a.reference[u]/2-(_<F?D:J)-f[u]/2<0,P=I?_<F?_-F:_-W:0;return{[g]:m[g]+P,data:{[g]:ee,centerOffset:_-ee-P,...I&&{alignmentOffset:P}},reset:I}}});var Lt=function(e){return e===void 0&&(e={}),{name:"flip",options:e,async fn(t){var r,o;let{placement:n,middlewareData:a,rects:i,initialPlacement:s,platform:l,elements:c}=t,{mainAxis:d=!0,crossAxis:p=!0,fallbackPlacements:m,fallbackStrategy:g="bestFit",fallbackAxisSideDirection:u="none",flipAlignment:f=!0,...b}=Q(e,t);if((r=a.arrow)!=null&&r.alignmentOffset)return{};let h=V(n),v=B(s),w=V(s)===s,E=await(l.isRTL==null?void 0:l.isRTL(c.floating)),x=m||(w||!f?[ue(s)]:kt(s)),q=u!=="none";!m&&q&&x.push(...Et(s,f,u,E));let T=[s,...x],Y=await ce(t,b),N=[],D=((o=a.flip)==null?void 0:o.overflows)||[];if(d&&N.push(Y[h]),p){let _=yt(n,i,E);N.push(Y[_[0]],Y[_[1]])}if(D=[...D,{placement:n,overflows:N}],!N.every(_=>_<=0)){var J,F;let _=(((J=a.flip)==null?void 0:J.index)||0)+1,ee=T[_];if(ee&&(!(p==="alignment"?v!==B(ee):!1)||D.every(M=>B(M.placement)===v?M.overflows[0]>0:!0)))return{data:{index:_,overflows:D},reset:{placement:ee}};let I=(F=D.filter(P=>P.overflows[0]<=0).sort((P,M)=>P.overflows[1]-M.overflows[1])[0])==null?void 0:F.placement;if(!I)switch(g){case"bestFit":{var W;let P=(W=D.filter(M=>{if(q){let K=B(M.placement);return K===v||K==="y"}return!0}).map(M=>[M.placement,M.overflows.filter(K=>K>0).reduce((K,xr)=>K+xr,0)]).sort((M,K)=>M[1]-K[1])[0])==null?void 0:W[0];P&&(I=P);break}case"initialPlacement":I=s;break}if(n!==I)return{reset:{placement:I}}}return{}}}};function Ot(e,t){return{top:e.top-t.height,right:e.right-t.width,bottom:e.bottom-t.height,left:e.left-t.width}}function Ct(e){return xt.some(t=>e[t]>=0)}var Dt=function(e){return e===void 0&&(e={}),{name:"hide",options:e,async fn(t){let{rects:r}=t,{strategy:o="referenceHidden",...n}=Q(e,t);switch(o){case"referenceHidden":{let a=await ce(t,{...n,elementContext:"reference"}),i=Ot(a,r.reference);return{data:{referenceHiddenOffsets:i,referenceHidden:Ct(i)}}}case"escaped":{let a=await ce(t,{...n,altBoundary:!0}),i=Ot(a,r.floating);return{data:{escapedOffsets:i,escaped:Ct(i)}}}default:return{}}}}};var Qr=new Set(["left","top"]);async function eo(e,t){let{placement:r,platform:o,elements:n}=e,a=await(o.isRTL==null?void 0:o.isRTL(n.floating)),i=V(r),s=oe(r),l=B(r)==="y",c=Qr.has(i)?-1:1,d=a&&l?-1:1,p=Q(t,e),{mainAxis:m,crossAxis:g,alignmentAxis:u}=typeof p=="number"?{mainAxis:p,crossAxis:0,alignmentAxis:null}:{mainAxis:p.mainAxis||0,crossAxis:p.crossAxis||0,alignmentAxis:p.alignmentAxis};return s&&typeof u=="number"&&(g=s==="end"?u*-1:u),l?{x:g*d,y:m*c}:{x:m*c,y:g*d}}var zt=function(e){return e===void 0&&(e=0),{name:"offset",options:e,async fn(t){var r,o;let{x:n,y:a,placement:i,middlewareData:s}=t,l=await eo(t,e);return i===((r=s.offset)==null?void 0:r.placement)&&(o=s.arrow)!=null&&o.alignmentOffset?{}:{x:n+l.x,y:a+l.y,data:{...l,placement:i}}}}},Rt=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){let{x:r,y:o,placement:n}=t,{mainAxis:a=!0,crossAxis:i=!1,limiter:s={fn:b=>{let{x:h,y:v}=b;return{x:h,y:v}}},...l}=Q(e,t),c={x:r,y:o},d=await ce(t,l),p=B(V(n)),m=Ge(p),g=c[m],u=c[p];if(a){let b=m==="y"?"top":"left",h=m==="y"?"bottom":"right",v=g+d[b],w=g-d[h];g=Ce(v,g,w)}if(i){let b=p==="y"?"top":"left",h=p==="y"?"bottom":"right",v=u+d[b],w=u-d[h];u=Ce(v,u,w)}let f=s.fn({...t,[m]:g,[p]:u});return{...f,data:{x:f.x-r,y:f.y-o,enabled:{[m]:a,[p]:i}}}}}};var Tt=function(e){return e===void 0&&(e={}),{name:"size",options:e,async fn(t){var r,o;let{placement:n,rects:a,platform:i,elements:s}=t,{apply:l=()=>{},...c}=Q(e,t),d=await ce(t,c),p=V(n),m=oe(n),g=B(n)==="y",{width:u,height:f}=a.floating,b,h;p==="top"||p==="bottom"?(b=p,h=m===(await(i.isRTL==null?void 0:i.isRTL(s.floating))?"start":"end")?"left":"right"):(h=p,b=m==="end"?"top":"bottom");let v=f-d.top-d.bottom,w=u-d.left-d.right,E=X(f-d[b],v),x=X(u-d[h],w),q=!t.middlewareData.shift,T=E,Y=x;if((r=t.middlewareData.shift)!=null&&r.enabled.x&&(Y=w),(o=t.middlewareData.shift)!=null&&o.enabled.y&&(T=v),q&&!m){let D=A(d.left,0),J=A(d.right,0),F=A(d.top,0),W=A(d.bottom,0);g?Y=u-2*(D!==0||J!==0?D+J:A(d.left,d.right)):T=f-2*(F!==0||W!==0?F+W:A(d.top,d.bottom))}await l({...t,availableWidth:Y,availableHeight:T});let N=await i.getDimensions(s.floating);return u!==N.width||f!==N.height?{reset:{rects:!0}}:{}}}};function De(){return typeof window!="undefined"}function ie(e){return Mt(e)?(e.nodeName||"").toLowerCase():"#document"}function S(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function H(e){var t;return(t=(Mt(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function Mt(e){return De()?e instanceof Node||e instanceof S(e).Node:!1}function z(e){return De()?e instanceof Element||e instanceof S(e).Element:!1}function $(e){return De()?e instanceof HTMLElement||e instanceof S(e).HTMLElement:!1}function Pt(e){return!De()||typeof ShadowRoot=="undefined"?!1:e instanceof ShadowRoot||e instanceof S(e).ShadowRoot}var to=new Set(["inline","contents"]);function de(e){let{overflow:t,overflowX:r,overflowY:o,display:n}=R(e);return/auto|scroll|overlay|hidden|clip/.test(t+o+r)&&!to.has(n)}var ro=new Set(["table","td","th"]);function jt(e){return ro.has(ie(e))}var oo=[":popover-open",":modal"];function be(e){return oo.some(t=>{try{return e.matches(t)}catch(r){return!1}})}var no=["transform","translate","scale","rotate","perspective"],io=["transform","translate","scale","rotate","perspective","filter"],ao=["paint","layout","strict","content"];function ze(e){let t=Re(),r=z(e)?R(e):e;return no.some(o=>r[o]?r[o]!=="none":!1)||(r.containerType?r.containerType!=="normal":!1)||!t&&(r.backdropFilter?r.backdropFilter!=="none":!1)||!t&&(r.filter?r.filter!=="none":!1)||io.some(o=>(r.willChange||"").includes(o))||ao.some(o=>(r.contain||"").includes(o))}function $t(e){let t=Z(e);for(;$(t)&&!ae(t);){if(ze(t))return t;if(be(t))return null;t=Z(t)}return null}function Re(){return typeof CSS=="undefined"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}var so=new Set(["html","body","#document"]);function ae(e){return so.has(ie(e))}function R(e){return S(e).getComputedStyle(e)}function he(e){return z(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function Z(e){if(ie(e)==="html")return e;let t=e.assignedSlot||e.parentNode||Pt(e)&&e.host||H(e);return Pt(t)?t.host:t}function Nt(e){let t=Z(e);return ae(t)?e.ownerDocument?e.ownerDocument.body:e.body:$(t)&&de(t)?t:Nt(t)}function Le(e,t,r){var o;t===void 0&&(t=[]),r===void 0&&(r=!0);let n=Nt(e),a=n===((o=e.ownerDocument)==null?void 0:o.body),i=S(n);if(a){let s=Te(i);return t.concat(i,i.visualViewport||[],de(n)?n:[],s&&r?Le(s):[])}return t.concat(n,Le(n,[],r))}function Te(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function Ht(e){let t=R(e),r=parseFloat(t.width)||0,o=parseFloat(t.height)||0,n=$(e),a=n?e.offsetWidth:r,i=n?e.offsetHeight:o,s=fe(r)!==a||fe(o)!==i;return s&&(r=a,o=i),{width:r,height:o,$:s}}function Yt(e){return z(e)?e:e.contextElement}function pe(e){let t=Yt(e);if(!$(t))return j(1);let r=t.getBoundingClientRect(),{width:o,height:n,$:a}=Ht(t),i=(a?fe(r.width):r.width)/o,s=(a?fe(r.height):r.height)/n;return(!i||!Number.isFinite(i))&&(i=1),(!s||!Number.isFinite(s))&&(s=1),{x:i,y:s}}var lo=j(0);function It(e){let t=S(e);return!Re()||!t.visualViewport?lo:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function co(e,t,r){return t===void 0&&(t=!1),!r||t&&r!==S(e)?!1:t}function ve(e,t,r,o){t===void 0&&(t=!1),r===void 0&&(r=!1);let n=e.getBoundingClientRect(),a=Yt(e),i=j(1);t&&(o?z(o)&&(i=pe(o)):i=pe(e));let s=co(a,r,o)?It(a):j(0),l=(n.left+s.x)/i.x,c=(n.top+s.y)/i.y,d=n.width/i.x,p=n.height/i.y;if(a){let m=S(a),g=o&&z(o)?S(o):o,u=m,f=Te(u);for(;f&&o&&g!==u;){let b=pe(f),h=f.getBoundingClientRect(),v=R(f),w=h.left+(f.clientLeft+parseFloat(v.paddingLeft))*b.x,E=h.top+(f.clientTop+parseFloat(v.paddingTop))*b.y;l*=b.x,c*=b.y,d*=b.x,p*=b.y,l+=w,c+=E,u=S(f),f=Te(u)}}return ne({width:d,height:p,x:l,y:c})}function tt(e,t){let r=he(e).scrollLeft;return t?t.left+r:ve(H(e)).left+r}function Ut(e,t,r){r===void 0&&(r=!1);let o=e.getBoundingClientRect(),n=o.left+t.scrollLeft-(r?0:tt(e,o)),a=o.top+t.scrollTop;return{x:n,y:a}}function po(e){let{elements:t,rect:r,offsetParent:o,strategy:n}=e,a=n==="fixed",i=H(o),s=t?be(t.floating):!1;if(o===i||s&&a)return r;let l={scrollLeft:0,scrollTop:0},c=j(1),d=j(0),p=$(o);if((p||!p&&!a)&&((ie(o)!=="body"||de(i))&&(l=he(o)),$(o))){let g=ve(o);c=pe(o),d.x=g.x+o.clientLeft,d.y=g.y+o.clientTop}let m=i&&!p&&!a?Ut(i,l,!0):j(0);return{width:r.width*c.x,height:r.height*c.y,x:r.x*c.x-l.scrollLeft*c.x+d.x+m.x,y:r.y*c.y-l.scrollTop*c.y+d.y+m.y}}function go(e){return Array.from(e.getClientRects())}function mo(e){let t=H(e),r=he(e),o=e.ownerDocument.body,n=A(t.scrollWidth,t.clientWidth,o.scrollWidth,o.clientWidth),a=A(t.scrollHeight,t.clientHeight,o.scrollHeight,o.clientHeight),i=-r.scrollLeft+tt(e),s=-r.scrollTop;return R(o).direction==="rtl"&&(i+=A(t.clientWidth,o.clientWidth)-n),{width:n,height:a,x:i,y:s}}function uo(e,t){let r=S(e),o=H(e),n=r.visualViewport,a=o.clientWidth,i=o.clientHeight,s=0,l=0;if(n){a=n.width,i=n.height;let c=Re();(!c||c&&t==="fixed")&&(s=n.offsetLeft,l=n.offsetTop)}return{width:a,height:i,x:s,y:l}}function fo(e,t){let r=ve(e,!0,t==="fixed"),o=r.top+e.clientTop,n=r.left+e.clientLeft,a=$(e)?pe(e):j(1),i=e.clientWidth*a.x,s=e.clientHeight*a.y,l=n*a.x,c=o*a.y;return{width:i,height:s,x:l,y:c}}function Ft(e,t,r){let o;if(t==="viewport")o=uo(e,r);else if(t==="document")o=mo(H(e));else if(z(t))o=fo(t,r);else{let n=It(e);o={x:t.x-n.x,y:t.y-n.y,width:t.width,height:t.height}}return ne(o)}function Xt(e,t){let r=Z(e);return r===t||!z(r)||ae(r)?!1:R(r).position==="fixed"||Xt(r,t)}function bo(e,t){let r=t.get(e);if(r)return r;let o=Le(e,[],!1).filter(s=>z(s)&&ie(s)!=="body"),n=null,a=R(e).position==="fixed",i=a?Z(e):e;for(;z(i)&&!ae(i);){let s=R(i),l=ze(i);!l&&s.position==="fixed"&&(n=null),(a?!l&&!n:!l&&s.position==="static"&&!!n&&["absolute","fixed"].includes(n.position)||de(i)&&!l&&Xt(e,i))?o=o.filter(d=>d!==i):n=s,i=Z(i)}return t.set(e,o),o}function ho(e){let{element:t,boundary:r,rootBoundary:o,strategy:n}=e,i=[...r==="clippingAncestors"?be(t)?[]:bo(t,this._c):[].concat(r),o],s=i[0],l=i.reduce((c,d)=>{let p=Ft(t,d,n);return c.top=A(p.top,c.top),c.right=X(p.right,c.right),c.bottom=X(p.bottom,c.bottom),c.left=A(p.left,c.left),c},Ft(t,s,n));return{width:l.right-l.left,height:l.bottom-l.top,x:l.left,y:l.top}}function vo(e){let{width:t,height:r}=Ht(e);return{width:t,height:r}}function wo(e,t,r){let o=$(t),n=H(t),a=r==="fixed",i=ve(e,!0,a,t),s={scrollLeft:0,scrollTop:0},l=j(0);if(o||!o&&!a)if((ie(t)!=="body"||de(n))&&(s=he(t)),o){let m=ve(t,!0,a,t);l.x=m.x+t.clientLeft,l.y=m.y+t.clientTop}else n&&(l.x=tt(n));let c=n&&!o&&!a?Ut(n,s):j(0),d=i.left+s.scrollLeft-l.x-c.x,p=i.top+s.scrollTop-l.y-c.y;return{x:d,y:p,width:i.width,height:i.height}}function et(e){return R(e).position==="static"}function Bt(e,t){if(!$(e)||R(e).position==="fixed")return null;if(t)return t(e);let r=e.offsetParent;return H(e)===r&&(r=r.ownerDocument.body),r}function Vt(e,t){let r=S(e);if(be(e))return r;if(!$(e)){let n=Z(e);for(;n&&!ae(n);){if(z(n)&&!et(n))return n;n=Z(n)}return r}let o=Bt(e,t);for(;o&&jt(o)&&et(o);)o=Bt(o,t);return o&&ae(o)&&et(o)&&!ze(o)?r:o||$t(e)||r}var xo=async function(e){let t=this.getOffsetParent||Vt,r=this.getDimensions,o=await r(e.floating);return{reference:wo(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:o.width,height:o.height}}};function yo(e){return R(e).direction==="rtl"}var ko={convertOffsetParentRelativeRectToViewportRelativeRect:po,getDocumentElement:H,getClippingRect:ho,getOffsetParent:Vt,getElementRects:xo,getClientRects:go,getDimensions:vo,getScale:pe,isElement:z,isRTL:yo};var Zt=zt;var qt=Rt,Jt=Lt,Wt=Tt,Kt=Dt,Gt=St;var Qt=(e,t,r)=>{let o=new Map,n={platform:ko,...r},a={...n.platform,_c:o};return At(e,t,{...n,platform:a})};var Me="top-start",je="top",$e="top-end",Ne="right-start",Fe="right",Be="right-end",He="bottom-start",we="bottom",Ye="bottom-end",Ie="left-start",Ue="left",Xe="left-end",rt=[Me,je,$e,Ne,Fe,Be,He,we,Ye,Ie,Ue,Xe],se={[Me]:He,[je]:we,[$e]:Ye,[He]:Me,[we]:je,[Ye]:$e,[Ie]:Ne,[Ue]:Fe,[Xe]:Be,[Ne]:Ie,[Fe]:Ue,[Be]:Xe},Eo={[Ie]:-45,[Ue]:-45,[Xe]:-45,[Me]:45,[je]:45,[$e]:45,[Ne]:135,[Fe]:135,[Be]:135,[He]:-135,[we]:-135,[Ye]:-135},ot=e=>{let t;return/-/.test(e)?t=e.split("-").map(r=>r.charAt(0).toUpperCase()+r.slice(1)).join(""):t=e.charAt(0).toUpperCase()+e.slice(1),t},_o=e=>e.split("-")[0],Oo=e=>se[_o(e)],tr=e=>se[e],Co=e=>Eo[tr(e)],Ao=(e,t,r)=>{Object.assign(e==null?void 0:e.style,{borderTopLeftRadius:"4px",zIndex:1,[`margin${ot(Oo(r))}`]:"-0.5px",transform:`rotate(${t}deg)`})},er=8,Pe=24;async function nt(e){var o,n,a;if(!(e!=null&&e.isShowing)||(e!=null&&e.waitForDOM&&await(e==null?void 0:e.waitForDOM()),!(e!=null&&e.targetEl)||!(e!=null&&e.attentionEl)))return;let t=e==null?void 0:e.targetEl,r=e.attentionEl;return Qt(t,r,{placement:(o=e==null?void 0:e.directionName)!=null?o:we,middleware:[Zt({mainAxis:(n=e==null?void 0:e.distance)!=null?n:8,crossAxis:(a=e==null?void 0:e.skidding)!=null?a:0}),(e==null?void 0:e.flip)&&Jt({crossAxis:e==null?void 0:e.crossAxis,fallbackPlacements:e==null?void 0:e.fallbackPlacements}),(e==null?void 0:e.flip)&&qt({crossAxis:!0}),!(e!=null&&e.noArrow)&&(e==null?void 0:e.arrowEl)&&Gt({element:e==null?void 0:e.arrowEl}),Kt(),Wt({apply(){Object.assign(r.style,{paddingRight:`${er}px`,paddingLeft:`${er}px`})}})]}).then(({x:i,y:s,middlewareData:l,placement:c})=>{if(e.actualDirection=c,e!=null&&e.isCallout||Object.assign(r.style,{left:`${i}px`,top:`${s}px`}),l!=null&&l.hide&&!(e!=null&&e.isCallout)){let{referenceHidden:d}=l.hide;Object.assign(r.style,{visibility:d?"hidden":""})}if(l!=null&&l.arrow&&(e!=null&&e.arrowEl)){let d=e==null?void 0:e.arrowEl,{x:p,y:m}=l.arrow,g=window.getComputedStyle(r).direction==="rtl",u=tr(c).split("-")[1],f="",b="",h="",v="";if(u==="start"){let w=typeof p=="number"?`calc(${Pe}px - ${d.offsetWidth/2}px)`:"";f=typeof m=="number"?`calc(${Pe}px - ${d.offsetWidth/2}px)`:"",b=g?w:"",v=g?"":w}else if(u==="end"){let w=typeof p=="number"?`calc(${Pe}px - ${d.offsetWidth/2}px)`:"";b=g?"":w,v=g?w:"",h=typeof m=="number"?`calc(${Pe}px - ${d.offsetWidth/2}px)`:""}else v=typeof p=="number"?`${p}px`:"",f=typeof m=="number"?`${m}px`:"";Object.assign(d.style,{top:f,right:b,bottom:h,left:v}),Ao(d,Co(c),c)}}),e}import{property as L}from"lit/decorators.js";import{ifDefined as qo}from"lit/directives/if-defined.js";var So=["en","nb","fi","da","sv"],or="en",rr=e=>So.find(t=>e===t||e.toLowerCase().includes(t))||or;function Lo(){if(typeof window=="undefined"){let e=process.env.NMP_LANGUAGE||Intl.DateTimeFormat().resolvedOptions().locale;return rr(e)}try{let e=document.documentElement.lang;return rr(e)}catch(e){return console.warn("could not detect locale, falling back to source locale",e),or}}var Do=(e,t,r,o,n,a)=>e==="nb"?r:e==="fi"?o:e==="da"?n:e==="sv"?a:t,nr=(e,t,r,o,n)=>{let a=Lo(),i=Do(a,e,t,r,o,n);y.load(a,i),y.activate(a)};import{css as ir}from"lit";var ar=ir`
11
+ *,
12
+ :before,
13
+ :after {
14
+ box-sizing: border-box;
15
+ border-style: solid;
16
+ border-width: 0;
17
+ border-color: var(--w-s-color-border);
18
+ }
19
+ html {
20
+ font-size: 62.5%;
21
+ }
22
+ body {
23
+ background-color: var(--w-s-color-background);
24
+ min-height: 100%;
25
+ margin: 0;
26
+ overflow-y: scroll;
27
+ }
28
+ body,
29
+ :host {
30
+ -webkit-text-size-adjust: 100%;
31
+ tab-size: 4;
32
+ -webkit-tap-highlight-color: transparent;
33
+ font-family: var(--w-font-family);
34
+ font-size: var(--w-font-size-m);
35
+ line-height: var(--w-line-height-m);
36
+ color: var(--w-s-color-text);
37
+ }
38
+ hr {
39
+ color: inherit;
40
+ border-top-width: 1px;
41
+ height: 0;
42
+ }
43
+ abbr:where([title]) {
44
+ -webkit-text-decoration: underline dotted;
45
+ text-decoration: underline dotted;
46
+ }
47
+ h1,
48
+ h2,
49
+ h3,
50
+ h4,
51
+ h5,
52
+ h6 {
53
+ font-size: inherit;
54
+ font-weight: 700;
55
+ }
56
+ a {
57
+ cursor: pointer;
58
+ color: var(--w-s-color-text-link);
59
+ text-decoration: none;
60
+ }
61
+ a:hover,
62
+ a:focus,
63
+ a:active {
64
+ text-decoration: underline;
65
+ }
66
+ a:focus-visible {
67
+ outline: 2px solid var(--w-s-color-border-focus);
68
+ outline-offset: 1px;
69
+ }
70
+ b,
71
+ strong {
72
+ font-weight: 700;
73
+ }
74
+ code,
75
+ kbd,
76
+ samp,
77
+ pre {
78
+ font-family:
79
+ ui-monospace,
80
+ SFMono-Regular,
81
+ Menlo,
82
+ Monaco,
83
+ Consolas,
84
+ Liberation Mono,
85
+ Courier New,
86
+ monospace;
87
+ font-size: 1em;
88
+ }
89
+ sub,
90
+ sup {
91
+ vertical-align: baseline;
92
+ font-size: 75%;
93
+ line-height: 0;
94
+ position: relative;
95
+ }
96
+ sub {
97
+ bottom: -0.25em;
98
+ }
99
+ sup {
100
+ top: -0.5em;
101
+ }
102
+ table {
103
+ text-indent: 0;
104
+ border-color: inherit;
105
+ border-collapse: collapse;
106
+ }
107
+ button,
108
+ input,
109
+ optgroup,
110
+ select,
111
+ textarea {
112
+ font-family: inherit;
113
+ font-size: 100%;
114
+ font-weight: inherit;
115
+ line-height: inherit;
116
+ color: inherit;
117
+ margin: 0;
118
+ padding: 0;
119
+ }
120
+ button,
121
+ select {
122
+ text-transform: none;
123
+ }
124
+ button,
125
+ [type='button'],
126
+ [type='reset'],
127
+ [type='submit'] {
128
+ -webkit-appearance: button;
129
+ }
130
+ :-moz-focusring {
131
+ outline: auto;
132
+ }
133
+ :-moz-ui-invalid {
134
+ box-shadow: none;
135
+ }
136
+ progress {
137
+ vertical-align: baseline;
138
+ }
139
+ ::-webkit-inner-spin-button {
140
+ height: auto;
141
+ }
142
+ ::-webkit-outer-spin-button {
143
+ height: auto;
144
+ }
145
+ [type='search'] {
146
+ -webkit-appearance: textfield;
147
+ outline-offset: -2px;
148
+ }
149
+ ::-webkit-search-decoration {
150
+ -webkit-appearance: none;
151
+ }
152
+ ::-webkit-file-upload-button {
153
+ -webkit-appearance: button;
154
+ font: inherit;
155
+ }
156
+ summary {
157
+ display: list-item;
158
+ }
159
+ blockquote,
160
+ dl,
161
+ dd,
162
+ h1,
163
+ h2,
164
+ h3,
165
+ h4,
166
+ h5,
167
+ h6,
168
+ hr,
169
+ figure,
170
+ p,
171
+ pre {
172
+ margin: 0;
173
+ }
174
+ fieldset {
175
+ margin: 0;
176
+ padding: 0;
177
+ }
178
+ legend {
179
+ padding: 0;
180
+ }
181
+ ol,
182
+ ul,
183
+ menu {
184
+ margin: 0;
185
+ padding: 0;
186
+ list-style: none;
187
+ }
188
+ textarea {
189
+ resize: vertical;
190
+ }
191
+ input::placeholder,
192
+ textarea::placeholder {
193
+ opacity: 1;
194
+ color: var(--w-s-color-text-placeholder);
195
+ }
196
+ button,
197
+ [role='button'] {
198
+ cursor: pointer;
199
+ }
200
+ :disabled {
201
+ cursor: default;
202
+ }
203
+ img,
204
+ svg,
205
+ video,
206
+ canvas,
207
+ audio,
208
+ iframe,
209
+ embed,
210
+ object {
211
+ vertical-align: middle;
212
+ display: block;
213
+ }
214
+ img,
215
+ video {
216
+ max-width: 100%;
217
+ height: auto;
218
+ }
219
+ h1 {
220
+ font-size: var(--w-font-size-xxl);
221
+ line-height: var(--w-line-height-xxl);
222
+ }
223
+ h2 {
224
+ font-size: var(--w-font-size-xl);
225
+ line-height: var(--w-line-height-xl);
226
+ }
227
+ h3 {
228
+ font-size: var(--w-font-size-l);
229
+ line-height: var(--w-line-height-l);
230
+ }
231
+ h4 {
232
+ font-size: var(--w-font-size-m);
233
+ line-height: var(--w-line-height-m);
234
+ }
235
+ h5 {
236
+ font-size: var(--w-font-size-s);
237
+ line-height: var(--w-line-height-s);
238
+ }
239
+ dt,
240
+ dd {
241
+ margin: 0 16px;
242
+ }
243
+ h1,
244
+ h2,
245
+ h3,
246
+ h4,
247
+ h5,
248
+ ul,
249
+ ol,
250
+ dl,
251
+ p,
252
+ blockquote {
253
+ margin: 0 0 8px;
254
+ }
255
+ [hidden] {
256
+ display: none !important;
257
+ }
258
+ [tabindex='-1']:focus:not(:focus-visible) {
259
+ outline: none;
260
+ }
261
+ legend {
262
+ float: left;
263
+ width: 100%;
264
+ margin: 0;
265
+ padding: 0;
266
+ display: table;
267
+ }
268
+ legend + * {
269
+ clear: both;
270
+ }
271
+ fieldset {
272
+ border: 0;
273
+ min-width: 0;
274
+ margin: 0;
275
+ padding: 0.01em 0 0;
276
+ }
277
+ body:not(:-moz-handler-blocked) fieldset {
278
+ display: table-cell;
279
+ }
280
+ svg {
281
+ pointer-events: none;
282
+ }
283
+ `,Cn=ir`*, :before, :after {
284
+ --w-rotate: 0;
285
+ --w-rotate-x: 0;
286
+ --w-rotate-y: 0;
287
+ --w-rotate-z: 0;
288
+ --w-scale-x: 1;
289
+ --w-scale-y: 1;
290
+ --w-scale-z: 1;
291
+ --w-skew-x: 0;
292
+ --w-skew-y: 0;
293
+ --w-translate-x: 0;
294
+ --w-translate-y: 0;
295
+ --w-translate-z: 0
296
+ }
297
+
298
+ .h4, .t4 {
299
+ font-weight: 700;
300
+ font-size: var(--w-font-size-m);
301
+ line-height: var(--w-line-height-m)
302
+ }
303
+
304
+ .t3 {
305
+ font-weight: 700;
306
+ font-size: var(--w-font-size-l);
307
+ line-height: var(--w-line-height-l)
308
+ }
309
+
310
+ @media (min-width: 480px) {
311
+ .sm\\:h3 {
312
+ font-weight: 700;
313
+ font-size: var(--w-font-size-l);
314
+ line-height: var(--w-line-height-l)
315
+ }
316
+ }
317
+
318
+ .text-center {
319
+ text-align: center
320
+ }
321
+
322
+ .before\\:text-center:before {
323
+ text-align: center
324
+ }
325
+
326
+ .text-left {
327
+ text-align: left
328
+ }
329
+
330
+ .text-right {
331
+ text-align: right
332
+ }
333
+
334
+ .align-middle {
335
+ vertical-align: middle
336
+ }
337
+
338
+ .animate-inprogress {
339
+ background-image: linear-gradient(135deg, rgba(0, 0, 0, .05) 25%, transparent 0, transparent 50%, rgba(0, 0, 0, .05) 0, rgba(0, 0, 0, .05) 75%, transparent 0, transparent) !important;
340
+ background-size: 30px 30px;
341
+ animation: animate-inprogress 3s linear infinite
342
+ }
343
+
344
+ @keyframes animate-inprogress {
345
+ 0% {
346
+ background-position: 0 0
347
+ }
348
+ to {
349
+ background-position: 60px 0
350
+ }
351
+ }
352
+
353
+ .\\[--w-modal-max-height\\:80\\%\\] {
354
+ --w-modal-max-height: 80%
355
+ }
356
+
357
+ .\\[--w-modal-width\\:640px\\] {
358
+ --w-modal-width: 640px
359
+ }
360
+
361
+ .focus\\:\\[--w-outline-offset\\:-2px\\]:focus {
362
+ --w-outline-offset: -2px
363
+ }
364
+
365
+ .backdrop-blur {
366
+ -webkit-backdrop-filter: blur(4px);
367
+ backdrop-filter: blur(4px)
368
+ }
369
+
370
+ .peer:checked ~ .peer-checked\\:before\\:bg-center:before {
371
+ background-position: center
372
+ }
373
+
374
+ .hover\\:bg-clip-padding:hover {
375
+ -webkit-background-clip: padding-box;
376
+ background-clip: padding-box
377
+ }
378
+
379
+ .bg-transparent, .group\\/steph:first-child .group-first\\/steph\\:bg-transparent, .group\\/steph:last-child .group-last\\/steph\\:bg-transparent {
380
+ background-color: transparent
381
+ }
382
+
383
+ .bg-\\[--w-black\\/25\\] {
384
+ background-color: rgba(var(--w-rgb-black), .25)
385
+ }
386
+
387
+ .bg-\\[--w-black\\/70\\], .bg-\\[var\\(--w-black\\)\\/70\\] {
388
+ background-color: rgba(var(--w-rgb-black), .7)
389
+ }
390
+
391
+ .bg-\\[--w-color-badge-info-background\\] {
392
+ background-color: var(--w-color-badge-info-background)
393
+ }
394
+
395
+ .bg-\\[--w-color-badge-negative-background\\] {
396
+ background-color: var(--w-color-badge-negative-background)
397
+ }
398
+
399
+ .bg-\\[--w-color-badge-neutral-background\\] {
400
+ background-color: var(--w-color-badge-neutral-background)
401
+ }
402
+
403
+ .bg-\\[--w-color-badge-positive-background\\] {
404
+ background-color: var(--w-color-badge-positive-background)
405
+ }
406
+
407
+ .bg-\\[--w-color-badge-sponsored-background\\] {
408
+ background-color: var(--w-color-badge-sponsored-background)
409
+ }
410
+
411
+ .bg-\\[--w-color-badge-warning-background\\] {
412
+ background-color: var(--w-color-badge-warning-background)
413
+ }
414
+
415
+ .bg-\\[--w-color-button-primary-background\\] {
416
+ background-color: var(--w-color-button-primary-background)
417
+ }
418
+
419
+ .bg-\\[--w-color-buttongroup-utility-background-selected\\] {
420
+ background-color: var(--w-color-buttongroup-utility-background-selected)
421
+ }
422
+
423
+ .bg-\\[--w-color-callout-background\\] {
424
+ background-color: var(--w-color-callout-background)
425
+ }
426
+
427
+ .bg-\\[--w-color-pill-suggestion-background\\] {
428
+ background-color: var(--w-color-pill-suggestion-background)
429
+ }
430
+
431
+ .bg-\\[--w-color-switch-track-background\\] {
432
+ background-color: var(--w-color-switch-track-background)
433
+ }
434
+
435
+ .bg-\\[--w-s-color-surface-elevated-100\\] {
436
+ background-color: var(--w-s-color-surface-elevated-100)
437
+ }
438
+
439
+ .bg-\\[--w-s-color-surface-elevated-300\\] {
440
+ background-color: var(--w-s-color-surface-elevated-300)
441
+ }
442
+
443
+ .bg-\\[--w-s-icon-selected\\] {
444
+ background-color: var(--w-s-icon-selected)
445
+ }
446
+
447
+ .group:hover .group-hover\\:bg-\\[--w-color-switch-track-background-hover\\] {
448
+ background-color: var(--w-color-switch-track-background-hover)
449
+ }
450
+
451
+ .hover\\:bg-\\[--w-color-button-pill-background-hover\\]:hover {
452
+ background-color: var(--w-color-button-pill-background-hover)
453
+ }
454
+
455
+ .hover\\:bg-\\[--w-color-button-primary-background-hover\\]:hover {
456
+ background-color: var(--w-color-button-primary-background-hover)
457
+ }
458
+
459
+ .hover\\:bg-\\[--w-color-buttongroup-utility-background-hover\\]:hover {
460
+ background-color: var(--w-color-buttongroup-utility-background-hover)
461
+ }
462
+
463
+ .hover\\:bg-\\[--w-color-pill-suggestion-background-hover\\]:hover {
464
+ background-color: var(--w-color-pill-suggestion-background-hover)
465
+ }
466
+
467
+ .hover\\:bg-\\[--w-s-icon-subtle\\]:hover {
468
+ background-color: var(--w-s-icon-subtle)
469
+ }
470
+
471
+ .hover\\:bg-\\[var\\(--w-black\\)\\/85\\]:hover {
472
+ background-color: rgba(var(--w-rgb-black), .85)
473
+ }
474
+
475
+ .active\\:bg-\\[--w-color-button-pill-background-active\\]:active {
476
+ background-color: var(--w-color-button-pill-background-active)
477
+ }
478
+
479
+ .active\\:bg-\\[--w-color-button-primary-background-active\\]:active {
480
+ background-color: var(--w-color-button-primary-background-active)
481
+ }
482
+
483
+ .active\\:bg-\\[--w-color-buttongroup-utility-background-selected\\]:active {
484
+ background-color: var(--w-color-buttongroup-utility-background-selected)
485
+ }
486
+
487
+ .active\\:bg-\\[--w-color-pill-suggestion-background-active\\]:active {
488
+ background-color: var(--w-color-pill-suggestion-background-active)
489
+ }
490
+
491
+ .active\\:bg-\\[var\\(--w-black\\)\\]:active {
492
+ background-color: var(--w-black)
493
+ }
494
+
495
+ .peer:checked ~ .peer-checked\\:before\\:bg-\\[url\\(var\\(--w-icon-toggle-checked\\)\\)\\]:before {
496
+ background-image: var(--w-icon-toggle-checked)
497
+ }
498
+
499
+ .appearance-none {
500
+ -moz-appearance: none;
501
+ appearance: none;
502
+ -webkit-appearance: none
503
+ }
504
+
505
+ .will-change-height {
506
+ will-change: height
507
+ }
508
+
509
+ .border, .border-1 {
510
+ border-width: 1px
511
+ }
512
+
513
+ .border-b {
514
+ border-bottom-width: 1px
515
+ }
516
+
517
+ .before\\:border:before {
518
+ border-width: 1px
519
+ }
520
+
521
+ .border-0 {
522
+ border-width: 0
523
+ }
524
+
525
+ .border-2 {
526
+ border-width: 2px
527
+ }
528
+
529
+ .border-b-0 {
530
+ border-bottom-width: 0
531
+ }
532
+
533
+ .border-b-4 {
534
+ border-bottom-width: 4px
535
+ }
536
+
537
+ .border-l-4 {
538
+ border-left-width: 4px
539
+ }
540
+
541
+ .border-r-0, .group:not(:last-of-type) .group-not-last-of-type\\:border-r-0 {
542
+ border-right-width: 0
543
+ }
544
+
545
+ .peer:checked ~ .peer-checked\\:before\\:border-\\[6\\]:before {
546
+ border-width: .6rem
547
+ }
548
+
549
+ .border-transparent {
550
+ border-color: transparent
551
+ }
552
+
553
+ .border-\\[--w-color-buttongroup-utility-border\\] {
554
+ border-color: var(--w-color-buttongroup-utility-border)
555
+ }
556
+
557
+ .border-\\[--w-color-callout-border\\] {
558
+ border-color: var(--w-color-callout-border)
559
+ }
560
+
561
+ .border-\\[--w-s-color-background-inverted\\] {
562
+ border-color: var(--w-s-color-background-inverted)
563
+ }
564
+
565
+ .border-\\[--w-s-color-surface-elevated-300\\] {
566
+ border-color: var(--w-s-color-surface-elevated-300)
567
+ }
568
+
569
+ .active\\:border-\\[--w-color-buttongroup-utility-border-selected\\]:active {
570
+ border-color: var(--w-color-buttongroup-utility-border-selected)
571
+ }
572
+
573
+ .divide-x > * + * {
574
+ --w-divide-x-reverse: 0;
575
+ border-left-width: calc(1px * calc(1 - var(--w-divide-x-reverse)));
576
+ border-right-width: calc(1px * var(--w-divide-x-reverse))
577
+ }
578
+
579
+ .divide-y > * + * {
580
+ --w-divide-y-reverse: 0;
581
+ border-top-width: calc(1px * calc(1 - var(--w-divide-y-reverse)));
582
+ border-bottom-width: calc(1px * var(--w-divide-y-reverse))
583
+ }
584
+
585
+ .rounded-4 {
586
+ border-radius: 4px
587
+ }
588
+
589
+ .rounded-8 {
590
+ border-radius: 8px
591
+ }
592
+
593
+ .rounded-full {
594
+ border-radius: 9999px
595
+ }
596
+
597
+ .before\\:rounded-2:before {
598
+ border-radius: 2px
599
+ }
600
+
601
+ .before\\:rounded-full:before {
602
+ border-radius: 9999px
603
+ }
604
+
605
+ .rounded-b-0 {
606
+ border-bottom-left-radius: 0;
607
+ border-bottom-right-radius: 0
608
+ }
609
+
610
+ .rounded-bl-0 {
611
+ border-bottom-left-radius: 0
612
+ }
613
+
614
+ .rounded-br-0 {
615
+ border-bottom-right-radius: 0
616
+ }
617
+
618
+ .rounded-l-0 {
619
+ border-top-left-radius: 0;
620
+ border-bottom-left-radius: 0
621
+ }
622
+
623
+ .rounded-l-full {
624
+ border-top-left-radius: 9999px;
625
+ border-bottom-left-radius: 9999px
626
+ }
627
+
628
+ .rounded-r-0 {
629
+ border-top-right-radius: 0;
630
+ border-bottom-right-radius: 0
631
+ }
632
+
633
+ .rounded-r-full {
634
+ border-top-right-radius: 9999px;
635
+ border-bottom-right-radius: 9999px
636
+ }
637
+
638
+ .rounded-tl-0 {
639
+ border-top-left-radius: 0
640
+ }
641
+
642
+ .rounded-tl-4 {
643
+ border-top-left-radius: 4px
644
+ }
645
+
646
+ .rounded-tr-0 {
647
+ border-top-right-radius: 0
648
+ }
649
+
650
+ .group:first-of-type .group-first-of-type\\:rounded-bl-8 {
651
+ border-bottom-left-radius: 8px
652
+ }
653
+
654
+ .group:first-of-type .group-first-of-type\\:rounded-tl-8 {
655
+ border-top-left-radius: 8px
656
+ }
657
+
658
+ .first\\:rounded-lb-4:first-child {
659
+ border-bottom-left-radius: 4px
660
+ }
661
+
662
+ .first\\:rounded-lt-4:first-child {
663
+ border-top-left-radius: 4px
664
+ }
665
+
666
+ .first\\:rounded-rt-4:first-child {
667
+ border-top-right-radius: 4px
668
+ }
669
+
670
+ .group:last-of-type .group-last-of-type\\:rounded-br-8 {
671
+ border-bottom-right-radius: 8px
672
+ }
673
+
674
+ .group:last-of-type .group-last-of-type\\:rounded-tr-8 {
675
+ border-top-right-radius: 8px
676
+ }
677
+
678
+ .last\\:rounded-lb-4:last-child {
679
+ border-bottom-left-radius: 4px
680
+ }
681
+
682
+ .last\\:rounded-rb-4:last-child {
683
+ border-bottom-right-radius: 4px
684
+ }
685
+
686
+ .last\\:rounded-rt-4:last-child {
687
+ border-top-right-radius: 4px
688
+ }
689
+
690
+ .caret-current {
691
+ caret-color: currentColor
692
+ }
693
+
694
+ .opacity-25 {
695
+ opacity: 25%
696
+ }
697
+
698
+ .block {
699
+ display: block
700
+ }
701
+
702
+ .before\\:block:before {
703
+ display: block
704
+ }
705
+
706
+ .inline-block {
707
+ display: inline-block
708
+ }
709
+
710
+ .inline {
711
+ display: inline
712
+ }
713
+
714
+ .flex, .open\\:flex[open] {
715
+ display: flex
716
+ }
717
+
718
+ .inline-flex {
719
+ display: inline-flex
720
+ }
721
+
722
+ .grid {
723
+ display: grid
724
+ }
725
+
726
+ .inline-grid {
727
+ display: inline-grid
728
+ }
729
+
730
+ .hidden, .group\\/stepv:last-child .group-last\\/stepv\\:hidden {
731
+ display: none
732
+ }
733
+
734
+ .before\\:hidden:before {
735
+ display: none
736
+ }
737
+
738
+ .hover\\:underline:hover {
739
+ text-decoration-line: underline
740
+ }
741
+
742
+ .focus\\:underline:focus {
743
+ text-decoration-line: underline
744
+ }
745
+
746
+ .focus-visible\\:underline:focus-visible {
747
+ text-decoration-line: underline
748
+ }
749
+
750
+ .active\\:underline:active {
751
+ text-decoration-line: underline
752
+ }
753
+
754
+ .hover\\:no-underline:hover {
755
+ text-decoration: none
756
+ }
757
+
758
+ .focus\\:no-underline:focus {
759
+ text-decoration: none
760
+ }
761
+
762
+ .active\\:no-underline:active {
763
+ text-decoration: none
764
+ }
765
+
766
+ .flex-1 {
767
+ flex: 1 1 0%
768
+ }
769
+
770
+ .shrink {
771
+ flex-shrink: 1
772
+ }
773
+
774
+ .shrink-0 {
775
+ flex-shrink: 0
776
+ }
777
+
778
+ .shrink-0\\! {
779
+ flex-shrink: 0 !important
780
+ }
781
+
782
+ .grow, .grow-1 {
783
+ flex-grow: 1
784
+ }
785
+
786
+ .basis-auto {
787
+ flex-basis: auto
788
+ }
789
+
790
+ .flex-col {
791
+ flex-direction: column
792
+ }
793
+
794
+ .focus-within\\:focusable:focus-within {
795
+ outline: 2px solid var(--w-s-color-border-focus);
796
+ outline-offset: var(--w-outline-offset, 1px)
797
+ }
798
+
799
+ .focusable:focus, .focusable:focus-visible {
800
+ outline: 2px solid var(--w-s-color-border-focus);
801
+ outline-offset: var(--w-outline-offset, 1px)
802
+ }
803
+
804
+ .focusable:not(:focus-visible) {
805
+ outline: none
806
+ }
807
+
808
+ .peer:focus ~ .peer-focus\\:focusable, .peer:focus-visible ~ .peer-focus\\:focusable {
809
+ outline: 2px solid var(--w-s-color-border-focus);
810
+ outline-offset: var(--w-outline-offset, 1px)
811
+ }
812
+
813
+ .peer:not(:focus-visible) ~ .peer-focus\\:focusable {
814
+ outline: none
815
+ }
816
+
817
+ .focusable-inset {
818
+ --w-outline-offset: -3px
819
+ }
820
+
821
+ .gap-12 {
822
+ gap: 1.2rem
823
+ }
824
+
825
+ .gap-8 {
826
+ gap: .8rem
827
+ }
828
+
829
+ .gap-x-16 {
830
+ column-gap: 1.6rem
831
+ }
832
+
833
+ .gap-y-16 {
834
+ row-gap: 1.6rem
835
+ }
836
+
837
+ .row-span-2 {
838
+ grid-row: span 2/span 2
839
+ }
840
+
841
+ .col-span-2 {
842
+ grid-column: span 2/span 2
843
+ }
844
+
845
+ .col-span-3 {
846
+ grid-column: span 3/span 3
847
+ }
848
+
849
+ .row-start-1 {
850
+ grid-row-start: 1
851
+ }
852
+
853
+ .row-start-2 {
854
+ grid-row-start: 2
855
+ }
856
+
857
+ .col-start-2 {
858
+ grid-column-start: 2
859
+ }
860
+
861
+ .auto-rows-auto {
862
+ grid-auto-rows: auto
863
+ }
864
+
865
+ .grid-flow-col {
866
+ grid-auto-flow: column
867
+ }
868
+
869
+ .grid-rows-\\[20px_auto\\] {
870
+ grid-template-rows:20px auto
871
+ }
872
+
873
+ .grid-rows-\\[auto_20px\\] {
874
+ grid-template-rows:auto 20px
875
+ }
876
+
877
+ .grid-cols-\\[1fr_20px_1fr\\] {
878
+ grid-template-columns:1fr 20px 1fr
879
+ }
880
+
881
+ .grid-cols-\\[1fr_20px\\] {
882
+ grid-template-columns:1fr 20px
883
+ }
884
+
885
+ .grid-cols-\\[20px_1fr\\] {
886
+ grid-template-columns:20px 1fr
887
+ }
888
+
889
+ .grid-cols-\\[auto_1fr_auto\\] {
890
+ grid-template-columns:auto 1fr auto
891
+ }
892
+
893
+ .grid-cols-1 {
894
+ grid-template-columns:repeat(1, minmax(0, 1fr))
895
+ }
896
+
897
+ .grid-cols-2 {
898
+ grid-template-columns:repeat(2, minmax(0, 1fr))
899
+ }
900
+
901
+ .grid-cols-3 {
902
+ grid-template-columns:repeat(3, minmax(0, 1fr))
903
+ }
904
+
905
+ .grid-cols-4 {
906
+ grid-template-columns:repeat(4, minmax(0, 1fr))
907
+ }
908
+
909
+ .grid-cols-5 {
910
+ grid-template-columns:repeat(5, minmax(0, 1fr))
911
+ }
912
+
913
+ .grid-cols-6 {
914
+ grid-template-columns:repeat(6, minmax(0, 1fr))
915
+ }
916
+
917
+ .grid-cols-7 {
918
+ grid-template-columns:repeat(7, minmax(0, 1fr))
919
+ }
920
+
921
+ .grid-cols-8 {
922
+ grid-template-columns:repeat(8, minmax(0, 1fr))
923
+ }
924
+
925
+ .grid-cols-9 {
926
+ grid-template-columns:repeat(9, minmax(0, 1fr))
927
+ }
928
+
929
+ .overflow-hidden {
930
+ overflow: hidden
931
+ }
932
+
933
+ .overflow-x-hidden {
934
+ overflow-x: hidden
935
+ }
936
+
937
+ .overflow-y-auto {
938
+ overflow-y: auto
939
+ }
940
+
941
+ .list-none {
942
+ list-style-type: none
943
+ }
944
+
945
+ .outline-\\[--w-s-color-border-negative\\]\\! {
946
+ outline-color: var(--w-s-color-border-negative) !important
947
+ }
948
+
949
+ .outline-none {
950
+ outline: 2px solid transparent;
951
+ outline-offset: 2px
952
+ }
953
+
954
+ .focus\\:outline-none:focus {
955
+ outline: 2px solid transparent;
956
+ outline-offset: 2px
957
+ }
958
+
959
+ .items-start {
960
+ align-items: flex-start
961
+ }
962
+
963
+ .items-end {
964
+ align-items: flex-end
965
+ }
966
+
967
+ .items-center {
968
+ align-items: center
969
+ }
970
+
971
+ .self-center {
972
+ align-self: center
973
+ }
974
+
975
+ .inset-0 {
976
+ top: 0rem;
977
+ right: 0rem;
978
+ bottom: 0rem;
979
+ left: 0rem
980
+ }
981
+
982
+ .-bottom-0 {
983
+ bottom: -0rem
984
+ }
985
+
986
+ .bottom-0 {
987
+ bottom: 0rem
988
+ }
989
+
990
+ .bottom-10 {
991
+ bottom: 1rem
992
+ }
993
+
994
+ .bottom-16 {
995
+ bottom: 1.6rem
996
+ }
997
+
998
+ .left-0 {
999
+ left: 0rem
1000
+ }
1001
+
1002
+ .left-4 {
1003
+ left: .4rem
1004
+ }
1005
+
1006
+ .right-0 {
1007
+ right: 0rem
1008
+ }
1009
+
1010
+ .right-8 {
1011
+ right: .8rem
1012
+ }
1013
+
1014
+ .top-\\[1\\.92rem\\] {
1015
+ top: 1.92rem
1016
+ }
1017
+
1018
+ .top-0 {
1019
+ top: 0rem
1020
+ }
1021
+
1022
+ .top-20 {
1023
+ top: 2rem
1024
+ }
1025
+
1026
+ .top-4 {
1027
+ top: .4rem
1028
+ }
1029
+
1030
+ .top-8 {
1031
+ top: .8rem
1032
+ }
1033
+
1034
+ .before\\:bottom-0:before {
1035
+ bottom: 0rem
1036
+ }
1037
+
1038
+ .before\\:left-0:before {
1039
+ left: 0rem
1040
+ }
1041
+
1042
+ .before\\:right-0:before {
1043
+ right: 0rem
1044
+ }
1045
+
1046
+ .before\\:top-2:before {
1047
+ top: .2rem
1048
+ }
1049
+
1050
+ .-bottom-\\[8px\\] {
1051
+ bottom: -8px
1052
+ }
1053
+
1054
+ .-left-\\[8px\\] {
1055
+ left: -8px
1056
+ }
1057
+
1058
+ .-right-\\[8px\\] {
1059
+ right: -8px
1060
+ }
1061
+
1062
+ .-top-\\[8px\\] {
1063
+ top: -8px
1064
+ }
1065
+
1066
+ .top-\\[19px\\] {
1067
+ top: 19px
1068
+ }
1069
+
1070
+ .top-\\[30\\%\\] {
1071
+ top: 30%
1072
+ }
1073
+
1074
+ .justify-end {
1075
+ justify-content: flex-end
1076
+ }
1077
+
1078
+ .justify-center {
1079
+ justify-content: center
1080
+ }
1081
+
1082
+ .justify-between {
1083
+ justify-content: space-between
1084
+ }
1085
+
1086
+ .justify-items-center {
1087
+ justify-items: center
1088
+ }
1089
+
1090
+ .justify-self-start {
1091
+ justify-self: start
1092
+ }
1093
+
1094
+ .justify-self-end {
1095
+ justify-self: end
1096
+ }
1097
+
1098
+ .justify-self-center {
1099
+ justify-self: center
1100
+ }
1101
+
1102
+ .absolute {
1103
+ position: absolute
1104
+ }
1105
+
1106
+ .fixed {
1107
+ position: fixed
1108
+ }
1109
+
1110
+ .relative {
1111
+ position: relative
1112
+ }
1113
+
1114
+ .open\\:fixed[open] {
1115
+ position: fixed
1116
+ }
1117
+
1118
+ .before\\:absolute:before {
1119
+ position: absolute
1120
+ }
1121
+
1122
+ .z-10, .peer:checked ~ .peer-checked\\:z-10 {
1123
+ z-index: 10
1124
+ }
1125
+
1126
+ .z-30 {
1127
+ z-index: 30
1128
+ }
1129
+
1130
+ .z-50 {
1131
+ z-index: 50
1132
+ }
1133
+
1134
+ .hover\\:z-30:hover {
1135
+ z-index: 30
1136
+ }
1137
+
1138
+ .\\!s-bg-selected {
1139
+ background-color: var(--w-s-color-background-selected) !important
1140
+ }
1141
+
1142
+ .s-bg {
1143
+ background-color: var(--w-s-color-background)
1144
+ }
1145
+
1146
+ .s-bg-disabled {
1147
+ background-color: var(--w-s-color-background-disabled)
1148
+ }
1149
+
1150
+ .s-bg-disabled-subtle {
1151
+ background-color: var(--w-s-color-background-disabled-subtle)
1152
+ }
1153
+
1154
+ .s-bg-info-subtle {
1155
+ background-color: var(--w-s-color-background-info-subtle)
1156
+ }
1157
+
1158
+ .s-bg-inverted {
1159
+ background-color: var(--w-s-color-background-inverted)
1160
+ }
1161
+
1162
+ .s-bg-negative {
1163
+ background-color: var(--w-s-color-background-negative)
1164
+ }
1165
+
1166
+ .s-bg-negative-subtle {
1167
+ background-color: var(--w-s-color-background-negative-subtle)
1168
+ }
1169
+
1170
+ .s-bg-positive-subtle {
1171
+ background-color: var(--w-s-color-background-positive-subtle)
1172
+ }
1173
+
1174
+ .s-bg-primary, .peer:checked ~ .peer-checked\\:s-bg-primary {
1175
+ background-color: var(--w-s-color-background-primary)
1176
+ }
1177
+
1178
+ .s-bg-selected {
1179
+ background-color: var(--w-s-color-background-selected)
1180
+ }
1181
+
1182
+ .s-bg-subtle {
1183
+ background-color: var(--w-s-color-background-subtle)
1184
+ }
1185
+
1186
+ .s-bg-warning-subtle {
1187
+ background-color: var(--w-s-color-background-warning-subtle)
1188
+ }
1189
+
1190
+ .peer:checked:hover ~ .peer-checked\\:peer-hover\\:before\\:s-bg-negative-hover:before {
1191
+ background-color: var(--w-s-color-background-negative-hover)
1192
+ }
1193
+
1194
+ .peer:checked:hover ~ .peer-checked\\:peer-hover\\:before\\:s-bg-primary-hover:before {
1195
+ background-color: var(--w-s-color-background-primary-hover)
1196
+ }
1197
+
1198
+ .peer:checked ~ .peer-checked\\:before\\:s-bg-disabled:before {
1199
+ background-color: var(--w-s-color-background-disabled)
1200
+ }
1201
+
1202
+ .peer:checked ~ .peer-checked\\:before\\:s-bg-negative:before {
1203
+ background-color: var(--w-s-color-background-negative)
1204
+ }
1205
+
1206
+ .peer:checked ~ .peer-checked\\:before\\:s-bg-primary:before {
1207
+ background-color: var(--w-s-color-background-primary)
1208
+ }
1209
+
1210
+ .peer:indeterminate ~ .peer-indeterminate\\:before\\:s-bg-disabled:before {
1211
+ background-color: var(--w-s-color-background-disabled)
1212
+ }
1213
+
1214
+ .peer:indeterminate ~ .peer-indeterminate\\:before\\:s-bg-negative:before {
1215
+ background-color: var(--w-s-color-background-negative)
1216
+ }
1217
+
1218
+ .peer:indeterminate ~ .peer-indeterminate\\:before\\:s-bg-primary:before {
1219
+ background-color: var(--w-s-color-background-primary)
1220
+ }
1221
+
1222
+ .peer:indeterminate ~ .peer-indeterminate\\:hover\\:before\\:s-bg-negative-hover:hover:before {
1223
+ background-color: var(--w-s-color-background-negative-hover)
1224
+ }
1225
+
1226
+ .peer:indeterminate ~ .peer-indeterminate\\:hover\\:before\\:s-bg-primary-hover:hover:before {
1227
+ background-color: var(--w-s-color-background-primary-hover)
1228
+ }
1229
+
1230
+ .\\!hover\\:s-bg-selected-hover:hover {
1231
+ background-color: var(--w-s-color-background-selected-hover) !important
1232
+ }
1233
+
1234
+ .group:hover .group-hover\\:s-bg-primary-hover {
1235
+ background-color: var(--w-s-color-background-primary-hover)
1236
+ }
1237
+
1238
+ .hover\\:before\\:s-bg-hover:hover:before {
1239
+ background-color: var(--w-s-color-background-hover)
1240
+ }
1241
+
1242
+ .hover\\:before\\:s-bg-negative-subtle-hover:hover:before {
1243
+ background-color: var(--w-s-color-background-negative-subtle-hover)
1244
+ }
1245
+
1246
+ .hover\\:s-bg-hover:hover {
1247
+ background-color: var(--w-s-color-background-hover)
1248
+ }
1249
+
1250
+ .hover\\:s-bg-negative-hover:hover {
1251
+ background-color: var(--w-s-color-background-negative-hover)
1252
+ }
1253
+
1254
+ .hover\\:s-bg-negative-subtle-hover:hover {
1255
+ background-color: var(--w-s-color-background-negative-subtle-hover)
1256
+ }
1257
+
1258
+ .hover\\:s-bg-primary-hover:hover {
1259
+ background-color: var(--w-s-color-background-primary-hover)
1260
+ }
1261
+
1262
+ .hover\\:s-bg-selected-hover:hover {
1263
+ background-color: var(--w-s-color-background-selected-hover)
1264
+ }
1265
+
1266
+ .peer:hover:not(:checked) ~ .peer-hover\\:peer-not-checked\\:s-bg-hover {
1267
+ background-color: var(--w-s-color-background-hover)
1268
+ }
1269
+
1270
+ .peer:hover ~ .peer-hover\\:before\\:s-bg-hover:before {
1271
+ background-color: var(--w-s-color-background-hover)
1272
+ }
1273
+
1274
+ .peer:hover ~ .peer-hover\\:before\\:s-bg-negative-subtle:before {
1275
+ background-color: var(--w-s-color-background-negative-subtle)
1276
+ }
1277
+
1278
+ .focus\\:s-bg-primary-hover:focus {
1279
+ background-color: var(--w-s-color-background-primary-hover)
1280
+ }
1281
+
1282
+ .\\!active\\:s-bg-selected-active:active {
1283
+ background-color: var(--w-s-color-background-selected-active) !important
1284
+ }
1285
+
1286
+ .active\\:s-bg-active:active {
1287
+ background-color: var(--w-s-color-background-active)
1288
+ }
1289
+
1290
+ .active\\:s-bg-negative-active:active {
1291
+ background-color: var(--w-s-color-background-negative-active)
1292
+ }
1293
+
1294
+ .active\\:s-bg-negative-subtle-active:active {
1295
+ background-color: var(--w-s-color-background-negative-subtle-active)
1296
+ }
1297
+
1298
+ .active\\:s-bg-primary-active:active {
1299
+ background-color: var(--w-s-color-background-primary-active)
1300
+ }
1301
+
1302
+ .active\\:s-bg-selected-active:active {
1303
+ background-color: var(--w-s-color-background-selected-active)
1304
+ }
1305
+
1306
+ .before\\:s-bg-disabled-subtle:before {
1307
+ background-color: var(--w-s-color-background-disabled-subtle)
1308
+ }
1309
+
1310
+ .before\\:s-bg:before {
1311
+ background-color: var(--w-s-color-background)
1312
+ }
1313
+
1314
+ .s-text {
1315
+ color: var(--w-s-color-text)
1316
+ }
1317
+
1318
+ .s-text-disabled {
1319
+ color: var(--w-s-color-text-disabled)
1320
+ }
1321
+
1322
+ .s-text-inverted, .peer:checked ~ .peer-checked\\:s-text-inverted {
1323
+ color: var(--w-s-color-text-inverted)
1324
+ }
1325
+
1326
+ .s-text-inverted-static {
1327
+ color: var(--w-s-color-text-inverted-static)
1328
+ }
1329
+
1330
+ .s-text-link {
1331
+ color: var(--w-s-color-text-link)
1332
+ }
1333
+
1334
+ .s-text-negative {
1335
+ color: var(--w-s-color-text-negative)
1336
+ }
1337
+
1338
+ .s-text-subtle {
1339
+ color: var(--w-s-color-text-subtle)
1340
+ }
1341
+
1342
+ .hover\\:s-text-link:hover {
1343
+ color: var(--w-s-color-text-link)
1344
+ }
1345
+
1346
+ .active\\:s-text:active {
1347
+ color: var(--w-s-color-text)
1348
+ }
1349
+
1350
+ .placeholder\\:s-text-placeholder::placeholder {
1351
+ color: var(--w-s-color-text-placeholder)
1352
+ }
1353
+
1354
+ .s-icon {
1355
+ color: var(--w-s-color-icon)
1356
+ }
1357
+
1358
+ .s-icon-info {
1359
+ color: var(--w-s-color-icon-info)
1360
+ }
1361
+
1362
+ .s-icon-inverted {
1363
+ color: var(--w-s-color-icon-inverted)
1364
+ }
1365
+
1366
+ .s-icon-negative {
1367
+ color: var(--w-s-color-icon-negative)
1368
+ }
1369
+
1370
+ .s-icon-positive {
1371
+ color: var(--w-s-color-icon-positive)
1372
+ }
1373
+
1374
+ .s-icon-warning {
1375
+ color: var(--w-s-color-icon-warning)
1376
+ }
1377
+
1378
+ .hover\\:s-icon-hover:hover {
1379
+ color: var(--w-s-color-icon-hover)
1380
+ }
1381
+
1382
+ .active\\:s-icon-active:active {
1383
+ color: var(--w-s-color-icon-active)
1384
+ }
1385
+
1386
+ .before\\:s-icon-inverted:before {
1387
+ color: var(--w-s-color-icon-inverted)
1388
+ }
1389
+
1390
+ .s-border {
1391
+ border-color: var(--w-s-color-border)
1392
+ }
1393
+
1394
+ .s-border-disabled {
1395
+ border-color: var(--w-s-color-border-disabled)
1396
+ }
1397
+
1398
+ .s-border-info-subtle {
1399
+ border-color: var(--w-s-color-border-info-subtle)
1400
+ }
1401
+
1402
+ .s-border-l-info {
1403
+ border-left-color: var(--w-s-color-border-info)
1404
+ }
1405
+
1406
+ .s-border-l-negative {
1407
+ border-left-color: var(--w-s-color-border-negative)
1408
+ }
1409
+
1410
+ .s-border-l-positive {
1411
+ border-left-color: var(--w-s-color-border-positive)
1412
+ }
1413
+
1414
+ .s-border-l-warning {
1415
+ border-left-color: var(--w-s-color-border-warning)
1416
+ }
1417
+
1418
+ .s-border-negative {
1419
+ border-color: var(--w-s-color-border-negative)
1420
+ }
1421
+
1422
+ .s-border-negative-subtle {
1423
+ border-color: var(--w-s-color-border-negative-subtle)
1424
+ }
1425
+
1426
+ .s-border-positive-subtle {
1427
+ border-color: var(--w-s-color-border-positive-subtle)
1428
+ }
1429
+
1430
+ .s-border-primary, .peer:checked ~ .peer-checked\\:s-border-primary {
1431
+ border-color: var(--w-s-color-border-primary)
1432
+ }
1433
+
1434
+ .s-border-selected {
1435
+ border-color: var(--w-s-color-border-selected)
1436
+ }
1437
+
1438
+ .s-border-warning-subtle {
1439
+ border-color: var(--w-s-color-border-warning-subtle)
1440
+ }
1441
+
1442
+ .peer:checked:hover ~ .peer-checked\\:peer-hover\\:before\\:s-border-negative-hover:before {
1443
+ border-color: var(--w-s-color-border-negative-hover)
1444
+ }
1445
+
1446
+ .peer:checked:hover ~ .peer-checked\\:peer-hover\\:before\\:s-border-primary-hover:before {
1447
+ border-color: var(--w-s-color-border-primary-hover)
1448
+ }
1449
+
1450
+ .peer:checked:hover ~ .peer-checked\\:peer-hover\\:before\\:s-border-selected-hover:before {
1451
+ border-color: var(--w-s-color-border-selected-hover)
1452
+ }
1453
+
1454
+ .peer:checked ~ .peer-checked\\:before\\:s-border-disabled:before {
1455
+ border-color: var(--w-s-color-border-disabled)
1456
+ }
1457
+
1458
+ .peer:checked ~ .peer-checked\\:before\\:s-border-negative:before {
1459
+ border-color: var(--w-s-color-border-negative)
1460
+ }
1461
+
1462
+ .peer:checked ~ .peer-checked\\:before\\:s-border-primary:before {
1463
+ border-color: var(--w-s-color-border-primary)
1464
+ }
1465
+
1466
+ .peer:checked ~ .peer-checked\\:before\\:s-border-selected:before {
1467
+ border-color: var(--w-s-color-border-selected)
1468
+ }
1469
+
1470
+ .peer:indeterminate ~ .peer-indeterminate\\:before\\:s-border-disabled:before {
1471
+ border-color: var(--w-s-color-border-disabled)
1472
+ }
1473
+
1474
+ .peer:indeterminate ~ .peer-indeterminate\\:before\\:s-border-negative:before {
1475
+ border-color: var(--w-s-color-border-negative)
1476
+ }
1477
+
1478
+ .peer:indeterminate ~ .peer-indeterminate\\:before\\:s-border-primary:before {
1479
+ border-color: var(--w-s-color-border-primary)
1480
+ }
1481
+
1482
+ .peer:indeterminate ~ .peer-indeterminate\\:hover\\:before\\:s-border-negative-hover:hover:before {
1483
+ border-color: var(--w-s-color-border-negative-hover)
1484
+ }
1485
+
1486
+ .peer:indeterminate ~ .peer-indeterminate\\:hover\\:before\\:s-border-primary-hover:hover:before {
1487
+ border-color: var(--w-s-color-border-primary-hover)
1488
+ }
1489
+
1490
+ .group:hover .group-hover\\:s-border-selected-hover {
1491
+ border-color: var(--w-s-color-border-selected-hover)
1492
+ }
1493
+
1494
+ .hover\\:before\\:s-border-negative-hover:hover:before {
1495
+ border-color: var(--w-s-color-border-negative-hover)
1496
+ }
1497
+
1498
+ .hover\\:before\\:s-border-primary:hover:before {
1499
+ border-color: var(--w-s-color-border-primary)
1500
+ }
1501
+
1502
+ .hover\\:s-border-disabled:hover {
1503
+ border-color: var(--w-s-color-border-disabled)
1504
+ }
1505
+
1506
+ .hover\\:s-border-hover:hover {
1507
+ border-color: var(--w-s-color-border-hover)
1508
+ }
1509
+
1510
+ .hover\\:s-border-negative-hover:hover {
1511
+ border-color: var(--w-s-color-border-negative-hover)
1512
+ }
1513
+
1514
+ .hover\\:s-border-primary-hover:hover {
1515
+ border-color: var(--w-s-color-border-primary-hover)
1516
+ }
1517
+
1518
+ .hover\\:s-border-primary:hover {
1519
+ border-color: var(--w-s-color-border-primary)
1520
+ }
1521
+
1522
+ .hover\\:s-border-selected-hover:hover {
1523
+ border-color: var(--w-s-color-border-selected-hover)
1524
+ }
1525
+
1526
+ .peer:hover ~ .peer-hover\\:before\\:s-border-negative-hover:before {
1527
+ border-color: var(--w-s-color-border-negative-hover)
1528
+ }
1529
+
1530
+ .peer:hover ~ .peer-hover\\:before\\:s-border-primary:before {
1531
+ border-color: var(--w-s-color-border-primary)
1532
+ }
1533
+
1534
+ .focus\\:s-border-primary-hover:focus {
1535
+ border-color: var(--w-s-color-border-primary-hover)
1536
+ }
1537
+
1538
+ .active\\:s-border-active:active {
1539
+ border-color: var(--w-s-color-border-active)
1540
+ }
1541
+
1542
+ .active\\:s-border-disabled:active {
1543
+ border-color: var(--w-s-color-border-disabled)
1544
+ }
1545
+
1546
+ .active\\:s-border-primary-active:active {
1547
+ border-color: var(--w-s-color-border-primary-active)
1548
+ }
1549
+
1550
+ .active\\:s-border-selected-active:active {
1551
+ border-color: var(--w-s-color-border-selected-active)
1552
+ }
1553
+
1554
+ .active\\:s-border-selected:active {
1555
+ border-color: var(--w-s-color-border-selected)
1556
+ }
1557
+
1558
+ .group:active .group-active\\:s-border-active {
1559
+ border-color: var(--w-s-color-border-active)
1560
+ }
1561
+
1562
+ .group:active .group-active\\:s-border-selected-active {
1563
+ border-color: var(--w-s-color-border-selected-active)
1564
+ }
1565
+
1566
+ .before\\:s-border-disabled:before {
1567
+ border-color: var(--w-s-color-border-disabled)
1568
+ }
1569
+
1570
+ .before\\:s-border-negative:before {
1571
+ border-color: var(--w-s-color-border-negative)
1572
+ }
1573
+
1574
+ .s-surface-sunken {
1575
+ background-color: var(--w-s-color-surface-sunken)
1576
+ }
1577
+
1578
+ .s-surface-elevated-200 {
1579
+ background-color: var(--w-s-color-surface-elevated-200);
1580
+ box-shadow: var(--w-s-shadow-surface-elevated-200)
1581
+ }
1582
+
1583
+ .hover\\:s-surface-elevated-200-hover:hover {
1584
+ background-color: var(--w-s-color-surface-elevated-200-hover);
1585
+ box-shadow: var(--w-s-shadow-surface-elevated-200-hover)
1586
+ }
1587
+
1588
+ .active\\:s-surface-elevated-200-active:active {
1589
+ background-color: var(--w-s-color-surface-elevated-200-active);
1590
+ box-shadow: var(--w-s-shadow-surface-elevated-200-active)
1591
+ }
1592
+
1593
+ .drop-shadow-m {
1594
+ filter: drop-shadow(rgba(64, 64, 64, .24) 0 3px 8px) drop-shadow(rgba(64, 64, 64, .16) 0 3px 6px)
1595
+ }
1596
+
1597
+ .shadow-m {
1598
+ box-shadow: var(--w-shadow-m)
1599
+ }
1600
+
1601
+ .shadow-s {
1602
+ box-shadow: var(--w-shadow-s)
1603
+ }
1604
+
1605
+ .shadow-\\[--w-shadow-slider\\] {
1606
+ box-shadow: var(--w-shadow-slider)
1607
+ }
1608
+
1609
+ .hover\\:shadow-\\[--w-shadow-slider-handle-hover\\]:hover {
1610
+ box-shadow: var(--w-shadow-slider-handle-hover)
1611
+ }
1612
+
1613
+ .focus\\:shadow-\\[--w-shadow-slider-handle-hover\\]:focus {
1614
+ box-shadow: var(--w-shadow-slider-handle-hover)
1615
+ }
1616
+
1617
+ .active\\:shadow-\\[--w-shadow-slider-handle-active\\]:active {
1618
+ box-shadow: var(--w-shadow-slider-handle-active)
1619
+ }
1620
+
1621
+ .h-0 {
1622
+ height: 0rem
1623
+ }
1624
+
1625
+ .h-16 {
1626
+ height: 1.6rem
1627
+ }
1628
+
1629
+ .h-2 {
1630
+ height: .2rem
1631
+ }
1632
+
1633
+ .h-20 {
1634
+ height: 2rem
1635
+ }
1636
+
1637
+ .h-24 {
1638
+ height: 2.4rem
1639
+ }
1640
+
1641
+ .h-4 {
1642
+ height: .4rem
1643
+ }
1644
+
1645
+ .h-44 {
1646
+ height: 4.4rem
1647
+ }
1648
+
1649
+ .h-6 {
1650
+ height: .6rem
1651
+ }
1652
+
1653
+ .h-8 {
1654
+ height: .8rem
1655
+ }
1656
+
1657
+ .h-full {
1658
+ height: 100%
1659
+ }
1660
+
1661
+ .h-unset {
1662
+ height: unset
1663
+ }
1664
+
1665
+ .max-h-unset {
1666
+ max-height: unset
1667
+ }
1668
+
1669
+ .max-w-full {
1670
+ max-width: 100%
1671
+ }
1672
+
1673
+ .max-w-max {
1674
+ max-width: max-content
1675
+ }
1676
+
1677
+ .max-w-unset {
1678
+ max-width: unset
1679
+ }
1680
+
1681
+ .min-h-32 {
1682
+ min-height: 3.2rem
1683
+ }
1684
+
1685
+ .min-h-40 {
1686
+ min-height: 4rem
1687
+ }
1688
+
1689
+ .min-w-16 {
1690
+ min-width: 1.6rem
1691
+ }
1692
+
1693
+ .min-w-32 {
1694
+ min-width: 3.2rem
1695
+ }
1696
+
1697
+ .w-16 {
1698
+ width: 1.6rem
1699
+ }
1700
+
1701
+ .w-2 {
1702
+ width: .2rem
1703
+ }
1704
+
1705
+ .w-20 {
1706
+ width: 2rem
1707
+ }
1708
+
1709
+ .w-24 {
1710
+ width: 2.4rem
1711
+ }
1712
+
1713
+ .w-32 {
1714
+ width: 3.2rem
1715
+ }
1716
+
1717
+ .w-40 {
1718
+ width: 4rem
1719
+ }
1720
+
1721
+ .w-44 {
1722
+ width: 4.4rem
1723
+ }
1724
+
1725
+ .w-8 {
1726
+ width: .8rem
1727
+ }
1728
+
1729
+ .w-full {
1730
+ width: 100%
1731
+ }
1732
+
1733
+ .w-max {
1734
+ width: max-content
1735
+ }
1736
+
1737
+ .w-unset {
1738
+ width: unset
1739
+ }
1740
+
1741
+ .before\\:h-20:before {
1742
+ height: 2rem
1743
+ }
1744
+
1745
+ .before\\:h-full:before {
1746
+ height: 100%
1747
+ }
1748
+
1749
+ .before\\:w-20:before {
1750
+ width: 2rem
1751
+ }
1752
+
1753
+ .before\\:w-32:before {
1754
+ width: 3.2rem
1755
+ }
1756
+
1757
+ .h-\\[--w-modal-height\\] {
1758
+ height: var(--w-modal-height)
1759
+ }
1760
+
1761
+ .h-\\[14px\\] {
1762
+ height: 14px
1763
+ }
1764
+
1765
+ .h-\\[16px\\] {
1766
+ height: 16px
1767
+ }
1768
+
1769
+ .max-h-\\[--w-modal-max-height\\] {
1770
+ max-height: var(--w-modal-max-height)
1771
+ }
1772
+
1773
+ .min-h-\\[--w-modal-min-height\\] {
1774
+ min-height: var(--w-modal-min-height)
1775
+ }
1776
+
1777
+ .min-h-\\[32px\\] {
1778
+ min-height: 32px
1779
+ }
1780
+
1781
+ .min-h-\\[40px\\] {
1782
+ min-height: 40px
1783
+ }
1784
+
1785
+ .min-h-\\[42\\] {
1786
+ min-height: 4.2rem
1787
+ }
1788
+
1789
+ .min-h-\\[44px\\] {
1790
+ min-height: 44px
1791
+ }
1792
+
1793
+ .min-w-\\[32px\\] {
1794
+ min-width: 32px
1795
+ }
1796
+
1797
+ .min-w-\\[40px\\] {
1798
+ min-width: 40px
1799
+ }
1800
+
1801
+ .min-w-\\[44px\\] {
1802
+ min-width: 44px
1803
+ }
1804
+
1805
+ .w-\\[--w-modal-width\\] {
1806
+ width: var(--w-modal-width)
1807
+ }
1808
+
1809
+ .w-\\[14px\\] {
1810
+ width: 14px
1811
+ }
1812
+
1813
+ .w-\\[16px\\] {
1814
+ width: 16px
1815
+ }
1816
+
1817
+ .space-x-8 > :not([hidden]) ~ :not([hidden]) {
1818
+ --w-space-x-reverse: 0;
1819
+ margin-left: calc(.8rem * calc(1 - var(--w-space-x-reverse)));
1820
+ margin-right: calc(.8rem * var(--w-space-x-reverse))
1821
+ }
1822
+
1823
+ .space-y-16 > :not([hidden]) ~ :not([hidden]) {
1824
+ --w-space-y-reverse: 0;
1825
+ margin-top: calc(1.6rem * calc(1 - var(--w-space-y-reverse)));
1826
+ margin-bottom: calc(1.6rem * var(--w-space-y-reverse))
1827
+ }
1828
+
1829
+ .m-0 {
1830
+ margin: 0rem
1831
+ }
1832
+
1833
+ .m-auto {
1834
+ margin: auto
1835
+ }
1836
+
1837
+ .-mx-16 {
1838
+ margin-left: -1.6rem;
1839
+ margin-right: -1.6rem
1840
+ }
1841
+
1842
+ .mx-0 {
1843
+ margin-left: 0rem;
1844
+ margin-right: 0rem
1845
+ }
1846
+
1847
+ .mx-8 {
1848
+ margin-left: .8rem;
1849
+ margin-right: .8rem
1850
+ }
1851
+
1852
+ .mx-auto {
1853
+ margin-left: auto;
1854
+ margin-right: auto
1855
+ }
1856
+
1857
+ .-mb-1 {
1858
+ margin-bottom: -.1rem
1859
+ }
1860
+
1861
+ .-ml-8 {
1862
+ margin-left: -.8rem
1863
+ }
1864
+
1865
+ .-mr-1 {
1866
+ margin-right: -.1rem
1867
+ }
1868
+
1869
+ .-mr-8 {
1870
+ margin-right: -.8rem
1871
+ }
1872
+
1873
+ .-mt-2 {
1874
+ margin-top: -.2rem
1875
+ }
1876
+
1877
+ .-mt-4 {
1878
+ margin-top: -.4rem
1879
+ }
1880
+
1881
+ .last-child\\:mb-0 > :last-child, .mb-0 {
1882
+ margin-bottom: 0rem
1883
+ }
1884
+
1885
+ .mb-32 {
1886
+ margin-bottom: 3.2rem
1887
+ }
1888
+
1889
+ .ml-8 {
1890
+ margin-left: .8rem
1891
+ }
1892
+
1893
+ .ml-auto {
1894
+ margin-left: auto
1895
+ }
1896
+
1897
+ .mr-8 {
1898
+ margin-right: .8rem
1899
+ }
1900
+
1901
+ .mt-16 {
1902
+ margin-top: 1.6rem
1903
+ }
1904
+
1905
+ .mt-4 {
1906
+ margin-top: .4rem
1907
+ }
1908
+
1909
+ .group:not(:first-child) .group-not-first\\:-ml-2 {
1910
+ margin-left: -.2rem
1911
+ }
1912
+
1913
+ .last\\:mb-0:last-child {
1914
+ margin-bottom: 0rem
1915
+ }
1916
+
1917
+ .last\\:mr-0:last-child {
1918
+ margin-right: 0rem
1919
+ }
1920
+
1921
+ .m-\\[8px\\] {
1922
+ margin: 8px
1923
+ }
1924
+
1925
+ .p-0 {
1926
+ padding: 0rem
1927
+ }
1928
+
1929
+ .p-16 {
1930
+ padding: 1.6rem
1931
+ }
1932
+
1933
+ .p-4 {
1934
+ padding: .4rem
1935
+ }
1936
+
1937
+ .p-8 {
1938
+ padding: .8rem
1939
+ }
1940
+
1941
+ .px-0 {
1942
+ padding-left: 0rem;
1943
+ padding-right: 0rem
1944
+ }
1945
+
1946
+ .px-1 {
1947
+ padding-left: .1rem;
1948
+ padding-right: .1rem
1949
+ }
1950
+
1951
+ .px-12 {
1952
+ padding-left: 1.2rem;
1953
+ padding-right: 1.2rem
1954
+ }
1955
+
1956
+ .px-14 {
1957
+ padding-left: 1.4rem;
1958
+ padding-right: 1.4rem
1959
+ }
1960
+
1961
+ .px-16 {
1962
+ padding-left: 1.6rem;
1963
+ padding-right: 1.6rem
1964
+ }
1965
+
1966
+ .px-8 {
1967
+ padding-left: .8rem;
1968
+ padding-right: .8rem
1969
+ }
1970
+
1971
+ .py-0 {
1972
+ padding-top: 0rem;
1973
+ padding-bottom: 0rem
1974
+ }
1975
+
1976
+ .py-1 {
1977
+ padding-top: .1rem;
1978
+ padding-bottom: .1rem
1979
+ }
1980
+
1981
+ .py-10 {
1982
+ padding-top: 1rem;
1983
+ padding-bottom: 1rem
1984
+ }
1985
+
1986
+ .py-12 {
1987
+ padding-top: 1.2rem;
1988
+ padding-bottom: 1.2rem
1989
+ }
1990
+
1991
+ .py-2 {
1992
+ padding-top: .2rem;
1993
+ padding-bottom: .2rem
1994
+ }
1995
+
1996
+ .py-4 {
1997
+ padding-top: .4rem;
1998
+ padding-bottom: .4rem
1999
+ }
2000
+
2001
+ .py-6 {
2002
+ padding-top: .6rem;
2003
+ padding-bottom: .6rem
2004
+ }
2005
+
2006
+ .py-8 {
2007
+ padding-top: .8rem;
2008
+ padding-bottom: .8rem
2009
+ }
2010
+
2011
+ .pb-0 {
2012
+ padding-bottom: 0rem
2013
+ }
2014
+
2015
+ .pb-32 {
2016
+ padding-bottom: 3.2rem
2017
+ }
2018
+
2019
+ .pb-4 {
2020
+ padding-bottom: .4rem
2021
+ }
2022
+
2023
+ .pb-8 {
2024
+ padding-bottom: .8rem
2025
+ }
2026
+
2027
+ .pl-0 {
2028
+ padding-left: 0rem
2029
+ }
2030
+
2031
+ .pl-1 {
2032
+ padding-left: .1rem
2033
+ }
2034
+
2035
+ .pl-12 {
2036
+ padding-left: 1.2rem
2037
+ }
2038
+
2039
+ .pl-28 {
2040
+ padding-left: 2.8rem
2041
+ }
2042
+
2043
+ .pl-4 {
2044
+ padding-left: .4rem
2045
+ }
2046
+
2047
+ .pl-8 {
2048
+ padding-left: .8rem
2049
+ }
2050
+
2051
+ .pr-12 {
2052
+ padding-right: 1.2rem
2053
+ }
2054
+
2055
+ .pr-14 {
2056
+ padding-right: 1.4rem
2057
+ }
2058
+
2059
+ .pr-2 {
2060
+ padding-right: .2rem
2061
+ }
2062
+
2063
+ .pr-32 {
2064
+ padding-right: 3.2rem
2065
+ }
2066
+
2067
+ .pr-40 {
2068
+ padding-right: 4rem
2069
+ }
2070
+
2071
+ .pt-0 {
2072
+ padding-top: 0rem
2073
+ }
2074
+
2075
+ .pt-1 {
2076
+ padding-top: .1rem
2077
+ }
2078
+
2079
+ .pt-16 {
2080
+ padding-top: 1.6rem
2081
+ }
2082
+
2083
+ .pt-24 {
2084
+ padding-top: 2.4rem
2085
+ }
2086
+
2087
+ .pt-8 {
2088
+ padding-top: .8rem
2089
+ }
2090
+
2091
+ .group\\/step:last-child .group-last\\/step\\:last\\:pb-0:last-child {
2092
+ padding-bottom: 0rem
2093
+ }
2094
+
2095
+ .last\\:pb-1:last-child {
2096
+ padding-bottom: .1rem
2097
+ }
2098
+
2099
+ .last\\:pr-1:last-child {
2100
+ padding-right: .1rem
2101
+ }
2102
+
2103
+ .p-\\[8px\\] {
2104
+ padding: 8px
2105
+ }
2106
+
2107
+ .px-\\[15px\\] {
2108
+ padding-left: 15px;
2109
+ padding-right: 15px
2110
+ }
2111
+
2112
+ .px-\\[8px\\] {
2113
+ padding-left: 8px;
2114
+ padding-right: 8px
2115
+ }
2116
+
2117
+ .py-\\[11px\\] {
2118
+ padding-top: 11px;
2119
+ padding-bottom: 11px
2120
+ }
2121
+
2122
+ .py-\\[5px\\] {
2123
+ padding-top: 5px;
2124
+ padding-bottom: 5px
2125
+ }
2126
+
2127
+ .py-\\[7px\\] {
2128
+ padding-top: 7px;
2129
+ padding-bottom: 7px
2130
+ }
2131
+
2132
+ .pl-\\[var\\(--w-prefix-width\\,_40px\\)\\] {
2133
+ padding-left: var(--w-prefix-width, 40px)
2134
+ }
2135
+
2136
+ .invisible {
2137
+ visibility: hidden
2138
+ }
2139
+
2140
+ .backface-hidden {
2141
+ backface-visibility: hidden
2142
+ }
2143
+
2144
+ .break-words {
2145
+ overflow-wrap: break-word
2146
+ }
2147
+
2148
+ .before\\:content-\\[\\"–\\"\\]:before {
2149
+ content: "–"
2150
+ }
2151
+
2152
+ .before\\:content-\\[\\"\\"\\]:before {
2153
+ content: ""
2154
+ }
2155
+
2156
+ .cursor-default {
2157
+ cursor: default
2158
+ }
2159
+
2160
+ .cursor-pointer {
2161
+ cursor: pointer
2162
+ }
2163
+
2164
+ .antialiased {
2165
+ -webkit-font-smoothing: antialiased;
2166
+ -moz-osx-font-smoothing: grayscale;
2167
+ font-smoothing: grayscale
2168
+ }
2169
+
2170
+ .font-bold {
2171
+ font-weight: 700
2172
+ }
2173
+
2174
+ .before\\:font-bold:before {
2175
+ font-weight: 700
2176
+ }
2177
+
2178
+ .font-normal {
2179
+ font-weight: 400
2180
+ }
2181
+
2182
+ .pointer-events-auto {
2183
+ pointer-events: auto
2184
+ }
2185
+
2186
+ .pointer-events-none {
2187
+ pointer-events: none
2188
+ }
2189
+
2190
+ .before\\:pointer-events-none:before {
2191
+ pointer-events: none
2192
+ }
2193
+
2194
+ .pb-safe-\\[32\\] {
2195
+ padding-bottom: calc(32px + env(safe-area-inset-bottom, 0px))
2196
+ }
2197
+
2198
+ .sr-only {
2199
+ position: absolute;
2200
+ width: 1px;
2201
+ height: 1px;
2202
+ padding: 0;
2203
+ margin: -1px;
2204
+ overflow: hidden;
2205
+ clip: rect(0, 0, 0, 0);
2206
+ white-space: nowrap;
2207
+ border-width: 0
2208
+ }
2209
+
2210
+ .touch-pan-y {
2211
+ touch-action: pan-y
2212
+ }
2213
+
2214
+ .select-none {
2215
+ -webkit-user-select: none;
2216
+ user-select: none
2217
+ }
2218
+
2219
+ .translate-x-20 {
2220
+ --w-translate-x: 2rem;
2221
+ transform: translate(var(--w-translate-x)) translateY(var(--w-translate-y)) translateZ(var(--w-translate-z)) rotate(var(--w-rotate)) rotateX(var(--w-rotate-x)) rotateY(var(--w-rotate-y)) rotate(var(--w-rotate-z)) skew(var(--w-skew-x)) skewY(var(--w-skew-y)) scaleX(var(--w-scale-x)) scaleY(var(--w-scale-y)) scaleZ(var(--w-scale-z))
2222
+ }
2223
+
2224
+ .translate-z-0 {
2225
+ --w-translate-z: 0rem;
2226
+ transform: translate(var(--w-translate-x)) translateY(var(--w-translate-y)) translateZ(var(--w-translate-z)) rotate(var(--w-rotate)) rotateX(var(--w-rotate-x)) rotateY(var(--w-rotate-y)) rotate(var(--w-rotate-z)) skew(var(--w-skew-x)) skewY(var(--w-skew-y)) scaleX(var(--w-scale-x)) scaleY(var(--w-scale-y)) scaleZ(var(--w-scale-z))
2227
+ }
2228
+
2229
+ .-rotate-180, .part-\\[w-icon-chevron-down-16-part\\]\\:-rotate-180::part(w-icon-chevron-down-16-part) {
2230
+ --w-rotate-x: 0;
2231
+ --w-rotate-y: 0;
2232
+ --w-rotate-z: 0;
2233
+ --w-rotate: -180deg;
2234
+ transform: translate(var(--w-translate-x)) translateY(var(--w-translate-y)) translateZ(var(--w-translate-z)) rotate(var(--w-rotate)) rotateX(var(--w-rotate-x)) rotateY(var(--w-rotate-y)) rotate(var(--w-rotate-z)) skew(var(--w-skew-x)) skewY(var(--w-skew-y)) scaleX(var(--w-scale-x)) scaleY(var(--w-scale-y)) scaleZ(var(--w-scale-z))
2235
+ }
2236
+
2237
+ .part-\\[w-icon-chevron-up-16-part\\]\\:rotate-180::part(w-icon-chevron-up-16-part), .rotate-180 {
2238
+ --w-rotate-x: 0;
2239
+ --w-rotate-y: 0;
2240
+ --w-rotate-z: 0;
2241
+ --w-rotate: 180deg;
2242
+ transform: translate(var(--w-translate-x)) translateY(var(--w-translate-y)) translateZ(var(--w-translate-z)) rotate(var(--w-rotate)) rotateX(var(--w-rotate-x)) rotateY(var(--w-rotate-y)) rotate(var(--w-rotate-z)) skew(var(--w-skew-x)) skewY(var(--w-skew-y)) scaleX(var(--w-scale-x)) scaleY(var(--w-scale-y)) scaleZ(var(--w-scale-z))
2243
+ }
2244
+
2245
+ .rotate-90 {
2246
+ --w-rotate-x: 0;
2247
+ --w-rotate-y: 0;
2248
+ --w-rotate-z: 0;
2249
+ --w-rotate: 90deg;
2250
+ transform: translate(var(--w-translate-x)) translateY(var(--w-translate-y)) translateZ(var(--w-translate-z)) rotate(var(--w-rotate)) rotateX(var(--w-rotate-x)) rotateY(var(--w-rotate-y)) rotate(var(--w-rotate-z)) skew(var(--w-skew-x)) skewY(var(--w-skew-y)) scaleX(var(--w-scale-x)) scaleY(var(--w-scale-y)) scaleZ(var(--w-scale-z))
2251
+ }
2252
+
2253
+ .part-\\[w-icon-chevron-down-16-part\\]\\:transform::part(w-icon-chevron-down-16-part), .part-\\[w-icon-chevron-up-16-part\\]\\:transform::part(w-icon-chevron-up-16-part), .transform {
2254
+ transform: translate(var(--w-translate-x)) translateY(var(--w-translate-y)) translateZ(var(--w-translate-z)) rotate(var(--w-rotate)) rotateX(var(--w-rotate-x)) rotateY(var(--w-rotate-y)) rotate(var(--w-rotate-z)) skew(var(--w-skew-x)) skewY(var(--w-skew-y)) scaleX(var(--w-scale-x)) scaleY(var(--w-scale-y)) scaleZ(var(--w-scale-z))
2255
+ }
2256
+
2257
+ .part-\\[w-icon-chevron-down-16-part\\]\\:transform-gpu::part(w-icon-chevron-down-16-part), .part-\\[w-icon-chevron-up-16-part\\]\\:transform-gpu::part(w-icon-chevron-up-16-part), .transform-gpu {
2258
+ transform: translate3d(var(--w-translate-x), var(--w-translate-y), var(--w-translate-z)) rotate(var(--w-rotate)) rotateX(var(--w-rotate-x)) rotateY(var(--w-rotate-y)) rotate(var(--w-rotate-z)) skew(var(--w-skew-x)) skewY(var(--w-skew-y)) scaleX(var(--w-scale-x)) scaleY(var(--w-scale-y)) scaleZ(var(--w-scale-z))
2259
+ }
2260
+
2261
+ .part-\\[w-icon-chevron-down-16-part\\]\\:transition-transform::part(w-icon-chevron-down-16-part), .part-\\[w-icon-chevron-up-16-part\\]\\:transition-transform::part(w-icon-chevron-up-16-part), .transition-transform {
2262
+ transition-property: transform;
2263
+ transition-timing-function: cubic-bezier(.4, 0, .2, 1);
2264
+ transition-duration: .15s
2265
+ }
2266
+
2267
+ .transition-300 {
2268
+ transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
2269
+ transition-timing-function: cubic-bezier(.4, 0, .2, 1);
2270
+ transition-duration: .3s
2271
+ }
2272
+
2273
+ .transition-all {
2274
+ transition-property: all;
2275
+ transition-timing-function: cubic-bezier(.4, 0, .2, 1);
2276
+ transition-duration: .15s
2277
+ }
2278
+
2279
+ .transition-colors {
2280
+ transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
2281
+ transition-timing-function: cubic-bezier(.4, 0, .2, 1);
2282
+ transition-duration: .15s
2283
+ }
2284
+
2285
+ .transition-shadow {
2286
+ transition-property: box-shadow;
2287
+ transition-timing-function: cubic-bezier(.4, 0, .2, 1);
2288
+ transition-duration: .15s
2289
+ }
2290
+
2291
+ .before\\:transition-all:before {
2292
+ transition-property: all;
2293
+ transition-timing-function: cubic-bezier(.4, 0, .2, 1);
2294
+ transition-duration: .15s
2295
+ }
2296
+
2297
+ .duration-300 {
2298
+ transition-duration: .3s
2299
+ }
2300
+
2301
+ .ease-in-out, .part-\\[w-icon-chevron-down-16-part\\]\\:ease-in-out::part(w-icon-chevron-down-16-part), .part-\\[w-icon-chevron-up-16-part\\]\\:ease-in-out::part(w-icon-chevron-up-16-part) {
2302
+ transition-timing-function: cubic-bezier(.4, 0, .2, 1)
2303
+ }
2304
+
2305
+ .text-m {
2306
+ font-size: var(--w-font-size-m);
2307
+ line-height: var(--w-line-height-m)
2308
+ }
2309
+
2310
+ .text-s {
2311
+ font-size: var(--w-font-size-s);
2312
+ line-height: var(--w-line-height-s)
2313
+ }
2314
+
2315
+ .text-xs {
2316
+ font-size: var(--w-font-size-xs);
2317
+ line-height: var(--w-line-height-xs)
2318
+ }
2319
+
2320
+ .leading-m {
2321
+ line-height: var(--w-line-height-m)
2322
+ }
2323
+
2324
+ .before\\:leading-xs:before {
2325
+ line-height: var(--w-line-height-xs)
2326
+ }
2327
+
2328
+ .leading-\\[24\\] {
2329
+ line-height: 2.4rem
2330
+ }
2331
+
2332
+ @media (max-width: 479.9px) {
2333
+ .lt-sm\\:rounded-b-0 {
2334
+ border-bottom-left-radius: 0;
2335
+ border-bottom-right-radius: 0
2336
+ }
2337
+ }
2338
+ @media (min-width: 480px) {
2339
+ .sm\\:border-b-0 {
2340
+ border-bottom-width: 0
2341
+ }
2342
+
2343
+ .sm\\:rounded-8 {
2344
+ border-radius: 8px
2345
+ }
2346
+
2347
+ .sm\\:rounded-b-8 {
2348
+ border-bottom-left-radius: 8px;
2349
+ border-bottom-right-radius: 8px
2350
+ }
2351
+
2352
+ .sm\\:gap-16 {
2353
+ gap: 1.6rem
2354
+ }
2355
+
2356
+ .sm\\:place-content-center {
2357
+ place-content: center
2358
+ }
2359
+
2360
+ .sm\\:place-items-center {
2361
+ place-items: center
2362
+ }
2363
+
2364
+ .sm\\:h-24 {
2365
+ height: 2.4rem
2366
+ }
2367
+
2368
+ .sm\\:min-h-48 {
2369
+ min-height: 4.8rem
2370
+ }
2371
+
2372
+ .sm\\:w-24 {
2373
+ width: 2.4rem
2374
+ }
2375
+
2376
+ .sm\\:min-h-\\[32px\\] {
2377
+ min-height: 32px
2378
+ }
2379
+
2380
+ .sm\\:min-h-\\[44px\\] {
2381
+ min-height: 44px
2382
+ }
2383
+
2384
+ .sm\\:min-h-\\[45\\] {
2385
+ min-height: 4.5rem
2386
+ }
2387
+
2388
+ .sm\\:min-w-\\[32px\\] {
2389
+ min-width: 32px
2390
+ }
2391
+
2392
+ .sm\\:min-w-\\[44px\\] {
2393
+ min-width: 44px
2394
+ }
2395
+
2396
+ .sm\\:mx-0 {
2397
+ margin-left: 0rem;
2398
+ margin-right: 0rem
2399
+ }
2400
+
2401
+ .sm\\:mx-16 {
2402
+ margin-left: 1.6rem;
2403
+ margin-right: 1.6rem
2404
+ }
2405
+
2406
+ .sm\\:-ml-12 {
2407
+ margin-left: -1.2rem
2408
+ }
2409
+
2410
+ .sm\\:-mr-12 {
2411
+ margin-right: -1.2rem
2412
+ }
2413
+
2414
+ .sm\\:-mt-8 {
2415
+ margin-top: -.8rem
2416
+ }
2417
+
2418
+ .sm\\:px-32 {
2419
+ padding-left: 3.2rem;
2420
+ padding-right: 3.2rem
2421
+ }
2422
+
2423
+ .sm\\:py-0 {
2424
+ padding-top: 0rem;
2425
+ padding-bottom: 0rem
2426
+ }
2427
+
2428
+ .sm\\:pb-32 {
2429
+ padding-bottom: 3.2rem
2430
+ }
2431
+
2432
+ .sm\\:pt-24 {
2433
+ padding-top: 2.4rem
2434
+ }
2435
+
2436
+ .sm\\:pt-32 {
2437
+ padding-top: 3.2rem
2438
+ }
2439
+ }
2440
+ @media (min-width: 768px) {
2441
+ .md\\:block {
2442
+ display: block
2443
+ }
2444
+
2445
+ .md\\:hidden {
2446
+ display: none
2447
+ }
2448
+ }
2449
+ `;import{classMap as Ln}from"lit/directives/class-map.js";function sr(){return`m${Math.random().toString(36).slice(2)}`}import{css as zo}from"lit";var lr=zo`
2450
+ .place-self-auto {
2451
+ place-self: auto;
2452
+ }
2453
+ .place-self-start {
2454
+ place-self: start;
2455
+ }
2456
+ .place-self-end {
2457
+ place-self: end;
2458
+ }
2459
+ .place-self-center {
2460
+ place-self: center;
2461
+ }
2462
+ .place-self-stretch {
2463
+ place-self: stretch;
2464
+ }
2465
+
2466
+ .place-items-start {
2467
+ place-items: start;
2468
+ }
2469
+ .place-items-end {
2470
+ place-items: end;
2471
+ }
2472
+ .place-items-center {
2473
+ place-items: center;
2474
+ }
2475
+ .place-items-stretch {
2476
+ place-items: stretch;
2477
+ }
2478
+
2479
+ .place-content-center {
2480
+ place-content: center;
2481
+ }
2482
+ .place-content-start {
2483
+ place-content: start;
2484
+ }
2485
+ .place-content-end {
2486
+ place-content: end;
2487
+ }
2488
+ .place-content-between {
2489
+ place-content: space-between;
2490
+ }
2491
+ .place-content-around {
2492
+ place-content: space-around;
2493
+ }
2494
+ .place-content-evenly {
2495
+ place-content: space-evenly;
2496
+ }
2497
+
2498
+ .self-auto {
2499
+ align-self: auto;
2500
+ }
2501
+ .self-start {
2502
+ align-self: flex-start;
2503
+ }
2504
+ .self-center {
2505
+ align-self: center;
2506
+ }
2507
+ .self-end {
2508
+ align-self: flex-end;
2509
+ }
2510
+ .self-stretch {
2511
+ align-self: stretch;
2512
+ }
2513
+
2514
+ .items-baseline {
2515
+ align-items: baseline;
2516
+ }
2517
+ .items-stretch {
2518
+ align-items: stretch;
2519
+ }
2520
+ .items-start {
2521
+ align-items: flex-start;
2522
+ }
2523
+ .items-center {
2524
+ align-items: center;
2525
+ }
2526
+ .items-end {
2527
+ align-items: flex-end;
2528
+ }
2529
+
2530
+ .content-start {
2531
+ align-content: flex-start;
2532
+ }
2533
+ .content-center {
2534
+ align-content: center;
2535
+ }
2536
+ .content-end {
2537
+ align-content: flex-end;
2538
+ }
2539
+ .content-between {
2540
+ align-content: space-between;
2541
+ }
2542
+ .content-around {
2543
+ align-content: space-around;
2544
+ }
2545
+ .content-evenly {
2546
+ align-content: space-evenly;
2547
+ }
2548
+
2549
+ .justify-self-auto {
2550
+ justify-self: auto;
2551
+ }
2552
+ .justify-self-start {
2553
+ justify-self: start;
2554
+ }
2555
+ .justify-self-center {
2556
+ justify-self: center;
2557
+ }
2558
+ .justify-self-end {
2559
+ justify-self: end;
2560
+ }
2561
+ .justify-self-stretch {
2562
+ justify-self: stretch;
2563
+ }
2564
+
2565
+ .justify-items-start {
2566
+ justify-items: start;
2567
+ }
2568
+ .justify-items-center {
2569
+ justify-items: center;
2570
+ }
2571
+ .justify-items-end {
2572
+ justify-items: end;
2573
+ }
2574
+ .justify-items-stretch {
2575
+ justify-items: stretch;
2576
+ }
2577
+
2578
+ .justify-start {
2579
+ justify-content: flex-start;
2580
+ }
2581
+ .justify-center {
2582
+ justify-content: center;
2583
+ }
2584
+ .justify-end {
2585
+ justify-content: flex-end;
2586
+ }
2587
+ .justify-between {
2588
+ justify-content: space-between;
2589
+ }
2590
+ .justify-around {
2591
+ justify-content: space-around;
2592
+ }
2593
+ .justify-evenly {
2594
+ justify-content: space-evenly;
2595
+ }
2596
+
2597
+ .gap-0 {
2598
+ gap: 0;
2599
+ }
2600
+ .gap-1 {
2601
+ gap: 0.25rem;
2602
+ }
2603
+ .gap-2 {
2604
+ gap: 0.5rem;
2605
+ }
2606
+ .gap-4 {
2607
+ gap: 1rem;
2608
+ }
2609
+ .gap-6 {
2610
+ gap: 1.5rem;
2611
+ }
2612
+ .gap-8 {
2613
+ gap: 2rem;
2614
+ }
2615
+ .gap-10 {
2616
+ gap: 2.5rem;
2617
+ }
2618
+ .gap-12 {
2619
+ gap: 3rem;
2620
+ }
2621
+ .gap-14 {
2622
+ gap: 3.5rem;
2623
+ }
2624
+ .gap-16 {
2625
+ gap: 4rem;
2626
+ }
2627
+
2628
+ .gap-x-0 {
2629
+ column-gap: 0;
2630
+ }
2631
+ .gap-x-1 {
2632
+ column-gap: 0.25rem;
2633
+ }
2634
+ .gap-x-2 {
2635
+ column-gap: 0.5rem;
2636
+ }
2637
+ .gap-x-4 {
2638
+ column-gap: 1rem;
2639
+ }
2640
+ .gap-x-6 {
2641
+ column-gap: 1.5rem;
2642
+ }
2643
+ .gap-x-8 {
2644
+ column-gap: 2rem;
2645
+ }
2646
+ .gap-x-10 {
2647
+ column-gap: 2.5rem;
2648
+ }
2649
+ .gap-x-12 {
2650
+ column-gap: 3rem;
2651
+ }
2652
+ .gap-x-14 {
2653
+ column-gap: 3.5rem;
2654
+ }
2655
+ .gap-x-16 {
2656
+ column-gap: 4rem;
2657
+ }
2658
+
2659
+ .gap-y-0 {
2660
+ row-gap: 0;
2661
+ }
2662
+ .gap-y-1 {
2663
+ row-gap: 0.25rem;
2664
+ }
2665
+ .gap-y-2 {
2666
+ row-gap: 0.5rem;
2667
+ }
2668
+ .gap-y-4 {
2669
+ row-gap: 1rem;
2670
+ }
2671
+ .gap-y-6 {
2672
+ row-gap: 1.5rem;
2673
+ }
2674
+ .gap-y-8 {
2675
+ row-gap: 2rem;
2676
+ }
2677
+ .gap-y-10 {
2678
+ row-gap: 2.5rem;
2679
+ }
2680
+ .gap-y-12 {
2681
+ row-gap: 3rem;
2682
+ }
2683
+ .gap-y-14 {
2684
+ row-gap: 3.5rem;
2685
+ }
2686
+ .gap-y-16 {
2687
+ row-gap: 4rem;
2688
+ }
2689
+
2690
+ .order-1 {
2691
+ order: 1;
2692
+ }
2693
+ .order-2 {
2694
+ order: 2;
2695
+ }
2696
+ .order-3 {
2697
+ order: 3;
2698
+ }
2699
+ .order-4 {
2700
+ order: 4;
2701
+ }
2702
+ .order-5 {
2703
+ order: 5;
2704
+ }
2705
+ .order-6 {
2706
+ order: 6;
2707
+ }
2708
+ .order-7 {
2709
+ order: 7;
2710
+ }
2711
+ .order-8 {
2712
+ order: 8;
2713
+ }
2714
+ .order-9 {
2715
+ order: 9;
2716
+ }
2717
+ .order-10 {
2718
+ order: 10;
2719
+ }
2720
+ .order-11 {
2721
+ order: 11;
2722
+ }
2723
+ .order-12 {
2724
+ order: 12;
2725
+ }
2726
+ .order-none {
2727
+ order: 0;
2728
+ }
2729
+ .order-first {
2730
+ order: -9999;
2731
+ }
2732
+ .order-last {
2733
+ order: 9999;
2734
+ }
2735
+
2736
+ .flex-nowrap {
2737
+ flex-wrap: nowrap;
2738
+ }
2739
+ .flex-wrap {
2740
+ flex-wrap: wrap;
2741
+ }
2742
+ .flex-wrap-reverse {
2743
+ flex-wrap: wrap-reverse;
2744
+ }
2745
+
2746
+ .shrink {
2747
+ flex-shrink: 1;
2748
+ }
2749
+ .shrink-0 {
2750
+ flex-shrink: 0;
2751
+ }
2752
+
2753
+ .grow {
2754
+ flex-grow: 1;
2755
+ }
2756
+ .grow-0 {
2757
+ flex-grow: 0;
2758
+ }
2759
+
2760
+ .flex-row {
2761
+ flex-direction: row;
2762
+ }
2763
+ .flex-row-reverse {
2764
+ flex-direction: row-reverse;
2765
+ }
2766
+ .flex-col {
2767
+ flex-direction: column;
2768
+ }
2769
+ .flex-col-reverse {
2770
+ flex-direction: column-reverse;
2771
+ }
2772
+
2773
+ .basis-1 {
2774
+ flex-basis: 0.25rem;
2775
+ }
2776
+ .basis-2 {
2777
+ flex-basis: 0.5rem;
2778
+ }
2779
+ .basis-4 {
2780
+ flex-basis: 1rem;
2781
+ }
2782
+ .basis-8 {
2783
+ flex-basis: 2rem;
2784
+ }
2785
+ .basis-16 {
2786
+ flex-basis: 4rem;
2787
+ }
2788
+ .basis-1\/5 {
2789
+ flex-basis: 20%;
2790
+ }
2791
+
2792
+ .flex-initial {
2793
+ flex: 0 1 auto;
2794
+ }
2795
+ .flex-1 {
2796
+ flex: 1 1 0%;
2797
+ }
2798
+ .flex-auto {
2799
+ flex: 1 1 auto;
2800
+ }
2801
+ .flex-none {
2802
+ flex: none;
2803
+ }
2804
+
2805
+ .space-x-0 > * + * {
2806
+ margin-left: 0;
2807
+ }
2808
+ .space-x-1 > * + * {
2809
+ margin-left: 0.25rem;
2810
+ }
2811
+ .space-x-2 > * + * {
2812
+ margin-left: 0.5rem;
2813
+ }
2814
+ .space-x-4 > * + * {
2815
+ margin-left: 1rem;
2816
+ }
2817
+ .space-x-6 > * + * {
2818
+ margin-left: 1.5rem;
2819
+ }
2820
+ .space-x-8 > * + * {
2821
+ margin-left: 2rem;
2822
+ }
2823
+ .space-x-10 > * + * {
2824
+ margin-left: 2.5rem;
2825
+ }
2826
+ .space-x-12 > * + * {
2827
+ margin-left: 3rem;
2828
+ }
2829
+ .space-x-14 > * + * {
2830
+ margin-left: 3.5rem;
2831
+ }
2832
+ .space-x-16 > * + * {
2833
+ margin-left: 4rem;
2834
+ }
2835
+
2836
+ .space-y-0 > * + * {
2837
+ margin-top: 0;
2838
+ }
2839
+ .space-y-1 > * + * {
2840
+ margin-top: 0.25rem;
2841
+ }
2842
+ .space-y-2 > * + * {
2843
+ margin-top: 0.5rem;
2844
+ }
2845
+ .space-y-4 > * + * {
2846
+ margin-top: 1rem;
2847
+ }
2848
+ .space-y-6 > * + * {
2849
+ margin-top: 1.5rem;
2850
+ }
2851
+ .space-y-8 > * + * {
2852
+ margin-top: 2rem;
2853
+ }
2854
+ .space-y-10 > * + * {
2855
+ margin-top: 2.5rem;
2856
+ }
2857
+ .space-y-12 > * + * {
2858
+ margin-top: 3rem;
2859
+ }
2860
+ .space-y-14 > * + * {
2861
+ margin-top: 3.5rem;
2862
+ }
2863
+ .space-y-16 > * + * {
2864
+ margin-top: 4rem;
2865
+ }
2866
+
2867
+ .space-x-reverse > * + * {
2868
+ margin-right: 0;
2869
+ margin-left: 0;
2870
+ }
2871
+ .space-y-reverse > * + * {
2872
+ margin-bottom: 0;
2873
+ margin-top: 0;
2874
+ }
2875
+
2876
+ .m-0 {
2877
+ margin: 0;
2878
+ }
2879
+ .m-1 {
2880
+ margin: 0.25rem;
2881
+ }
2882
+ .m-2 {
2883
+ margin: 0.5rem;
2884
+ }
2885
+ .m-4 {
2886
+ margin: 1rem;
2887
+ }
2888
+ .m-6 {
2889
+ margin: 1.5rem;
2890
+ }
2891
+ .m-8 {
2892
+ margin: 2rem;
2893
+ }
2894
+ .m-10 {
2895
+ margin: 2.5rem;
2896
+ }
2897
+ .m-12 {
2898
+ margin: 3rem;
2899
+ }
2900
+ .m-14 {
2901
+ margin: 3.5rem;
2902
+ }
2903
+ .m-16 {
2904
+ margin: 4rem;
2905
+ }
2906
+
2907
+ .mt-0 {
2908
+ margin-top: 0;
2909
+ }
2910
+ .mt-1 {
2911
+ margin-top: 0.25rem;
2912
+ }
2913
+ .mt-2 {
2914
+ margin-top: 0.5rem;
2915
+ }
2916
+ .mt-4 {
2917
+ margin-top: 1rem;
2918
+ }
2919
+ .mt-6 {
2920
+ margin-top: 1.5rem;
2921
+ }
2922
+ .mt-8 {
2923
+ margin-top: 2rem;
2924
+ }
2925
+ .mt-10 {
2926
+ margin-top: 2.5rem;
2927
+ }
2928
+ .mt-12 {
2929
+ margin-top: 3rem;
2930
+ }
2931
+ .mt-14 {
2932
+ margin-top: 3.5rem;
2933
+ }
2934
+ .mt-16 {
2935
+ margin-top: 4rem;
2936
+ }
2937
+
2938
+ .mr-0 {
2939
+ margin-right: 0;
2940
+ }
2941
+ .mr-1 {
2942
+ margin-right: 0.25rem;
2943
+ }
2944
+ .mr-2 {
2945
+ margin-right: 0.5rem;
2946
+ }
2947
+ .mr-4 {
2948
+ margin-right: 1rem;
2949
+ }
2950
+ .mr-6 {
2951
+ margin-right: 1.5rem;
2952
+ }
2953
+ .mr-8 {
2954
+ margin-right: 2rem;
2955
+ }
2956
+ .mr-10 {
2957
+ margin-right: 2.5rem;
2958
+ }
2959
+ .mr-12 {
2960
+ margin-right: 3rem;
2961
+ }
2962
+ .mr-14 {
2963
+ margin-right: 3.5rem;
2964
+ }
2965
+ .mr-16 {
2966
+ margin-right: 4rem;
2967
+ }
2968
+
2969
+ .mb-0 {
2970
+ margin-bottom: 0;
2971
+ }
2972
+ .mb-1 {
2973
+ margin-bottom: 0.25rem;
2974
+ }
2975
+ .mb-2 {
2976
+ margin-bottom: 0.5rem;
2977
+ }
2978
+ .mb-4 {
2979
+ margin-bottom: 1rem;
2980
+ }
2981
+ .mb-6 {
2982
+ margin-bottom: 1.5rem;
2983
+ }
2984
+ .mb-8 {
2985
+ margin-bottom: 2rem;
2986
+ }
2987
+ .mb-10 {
2988
+ margin-bottom: 2.5rem;
2989
+ }
2990
+ .mb-12 {
2991
+ margin-bottom: 3rem;
2992
+ }
2993
+ .mb-14 {
2994
+ margin-bottom: 3.5rem;
2995
+ }
2996
+ .mb-16 {
2997
+ margin-bottom: 4rem;
2998
+ }
2999
+
3000
+ .ml-0 {
3001
+ margin-left: 0;
3002
+ }
3003
+ .ml-1 {
3004
+ margin-left: 0.25rem;
3005
+ }
3006
+ .ml-2 {
3007
+ margin-left: 0.5rem;
3008
+ }
3009
+ .ml-4 {
3010
+ margin-left: 1rem;
3011
+ }
3012
+ .ml-6 {
3013
+ margin-left: 1.5rem;
3014
+ }
3015
+ .ml-8 {
3016
+ margin-left: 2rem;
3017
+ }
3018
+ .ml-10 {
3019
+ margin-left: 2.5rem;
3020
+ }
3021
+ .ml-12 {
3022
+ margin-left: 3rem;
3023
+ }
3024
+ .ml-14 {
3025
+ margin-left: 3.5rem;
3026
+ }
3027
+ .ml-16 {
3028
+ margin-left: 4rem;
3029
+ }
3030
+
3031
+ .mx-0 {
3032
+ margin-left: 0;
3033
+ margin-right: 0;
3034
+ }
3035
+ .mx-1 {
3036
+ margin-left: 0.25rem;
3037
+ margin-right: 0.25rem;
3038
+ }
3039
+ .mx-2 {
3040
+ margin-left: 0.5rem;
3041
+ margin-right: 0.5rem;
3042
+ }
3043
+ .mx-4 {
3044
+ margin-left: 1rem;
3045
+ margin-right: 1rem;
3046
+ }
3047
+ .mx-6 {
3048
+ margin-left: 1.5rem;
3049
+ margin-right: 1.5rem;
3050
+ }
3051
+ .mx-8 {
3052
+ margin-left: 2rem;
3053
+ margin-right: 2rem;
3054
+ }
3055
+ .mx-10 {
3056
+ margin-left: 2.5rem;
3057
+ margin-right: 2.5rem;
3058
+ }
3059
+ .mx-12 {
3060
+ margin-left: 3rem;
3061
+ margin-right: 3rem;
3062
+ }
3063
+ .mx-14 {
3064
+ margin-left: 3.5rem;
3065
+ margin-right: 3.5rem;
3066
+ }
3067
+ .mx-16 {
3068
+ margin-left: 4rem;
3069
+ margin-right: 4rem;
3070
+ }
3071
+
3072
+ .my-0 {
3073
+ margin-top: 0;
3074
+ margin-bottom: 0;
3075
+ }
3076
+ .my-1 {
3077
+ margin-top: 0.25rem;
3078
+ margin-bottom: 0.25rem;
3079
+ }
3080
+ .my-2 {
3081
+ margin-top: 0.5rem;
3082
+ margin-bottom: 0.5rem;
3083
+ }
3084
+ .my-4 {
3085
+ margin-top: 1rem;
3086
+ margin-bottom: 1rem;
3087
+ }
3088
+ .my-6 {
3089
+ margin-top: 1.5rem;
3090
+ margin-bottom: 1.5rem;
3091
+ }
3092
+ .my-8 {
3093
+ margin-top: 2rem;
3094
+ margin-bottom: 2rem;
3095
+ }
3096
+ .my-10 {
3097
+ margin-top: 2.5rem;
3098
+ margin-bottom: 2.5rem;
3099
+ }
3100
+ .my-12 {
3101
+ margin-top: 3rem;
3102
+ margin-bottom: 3rem;
3103
+ }
3104
+ .my-14 {
3105
+ margin-top: 3.5rem;
3106
+ margin-bottom: 3.5rem;
3107
+ }
3108
+ .my-16 {
3109
+ margin-top: 4rem;
3110
+ margin-bottom: 4rem;
3111
+ }
3112
+
3113
+ .p-0 {
3114
+ padding: 0;
3115
+ }
3116
+ .p-1 {
3117
+ padding: 0.25rem;
3118
+ }
3119
+ .p-2 {
3120
+ padding: 0.5rem;
3121
+ }
3122
+ .p-4 {
3123
+ padding: 1rem;
3124
+ }
3125
+ .p-6 {
3126
+ padding: 1.5rem;
3127
+ }
3128
+ .p-8 {
3129
+ padding: 2rem;
3130
+ }
3131
+ .p-10 {
3132
+ padding: 2.5rem;
3133
+ }
3134
+ .p-12 {
3135
+ padding: 3rem;
3136
+ }
3137
+ .p-14 {
3138
+ padding: 3.5rem;
3139
+ }
3140
+ .p-16 {
3141
+ padding: 4rem;
3142
+ }
3143
+
3144
+ .pt-0 {
3145
+ padding-top: 0;
3146
+ }
3147
+ .pt-1 {
3148
+ padding-top: 0.25rem;
3149
+ }
3150
+ .pt-2 {
3151
+ padding-top: 0.5rem;
3152
+ }
3153
+ .pt-4 {
3154
+ padding-top: 1rem;
3155
+ }
3156
+ .pt-6 {
3157
+ padding-top: 1.5rem;
3158
+ }
3159
+ .pt-8 {
3160
+ padding-top: 2rem;
3161
+ }
3162
+ .pt-10 {
3163
+ padding-top: 2.5rem;
3164
+ }
3165
+ .pt-12 {
3166
+ padding-top: 3rem;
3167
+ }
3168
+ .pt-14 {
3169
+ padding-top: 3.5rem;
3170
+ }
3171
+ .pt-16 {
3172
+ padding-top: 4rem;
3173
+ }
3174
+
3175
+ .pr-0 {
3176
+ padding-right: 0;
3177
+ }
3178
+ .pr-1 {
3179
+ padding-right: 0.25rem;
3180
+ }
3181
+ .pr-2 {
3182
+ padding-right: 0.5rem;
3183
+ }
3184
+ .pr-4 {
3185
+ padding-right: 1rem;
3186
+ }
3187
+ .pr-6 {
3188
+ padding-right: 1.5rem;
3189
+ }
3190
+ .pr-8 {
3191
+ padding-right: 2rem;
3192
+ }
3193
+ .pr-10 {
3194
+ padding-right: 2.5rem;
3195
+ }
3196
+ .pr-12 {
3197
+ padding-right: 3rem;
3198
+ }
3199
+ .pr-14 {
3200
+ padding-right: 3.5rem;
3201
+ }
3202
+ .pr-16 {
3203
+ padding-right: 4rem;
3204
+ }
3205
+
3206
+ .pb-0 {
3207
+ padding-bottom: 0;
3208
+ }
3209
+ .pb-1 {
3210
+ padding-bottom: 0.25rem;
3211
+ }
3212
+ .pb-2 {
3213
+ padding-bottom: 0.5rem;
3214
+ }
3215
+ .pb-4 {
3216
+ padding-bottom: 1rem;
3217
+ }
3218
+ .pb-6 {
3219
+ padding-bottom: 1.5rem;
3220
+ }
3221
+ .pb-8 {
3222
+ padding-bottom: 2rem;
3223
+ }
3224
+ .pb-10 {
3225
+ padding-bottom: 2.5rem;
3226
+ }
3227
+ .pb-12 {
3228
+ padding-bottom: 3rem;
3229
+ }
3230
+ .pb-14 {
3231
+ padding-bottom: 3.5rem;
3232
+ }
3233
+ .pb-16 {
3234
+ padding-bottom: 4rem;
3235
+ }
3236
+
3237
+ .pl-0 {
3238
+ padding-left: 0;
3239
+ }
3240
+ .pl-1 {
3241
+ padding-left: 0.25rem;
3242
+ }
3243
+ .pl-2 {
3244
+ padding-left: 0.5rem;
3245
+ }
3246
+ .pl-4 {
3247
+ padding-left: 1rem;
3248
+ }
3249
+ .pl-6 {
3250
+ padding-left: 1.5rem;
3251
+ }
3252
+ .pl-8 {
3253
+ padding-left: 2rem;
3254
+ }
3255
+ .pl-10 {
3256
+ padding-left: 2.5rem;
3257
+ }
3258
+ .pl-12 {
3259
+ padding-left: 3rem;
3260
+ }
3261
+ .pl-14 {
3262
+ padding-left: 3.5rem;
3263
+ }
3264
+ .pl-16 {
3265
+ padding-left: 4rem;
3266
+ }
3267
+
3268
+ .px-0 {
3269
+ padding-left: 0;
3270
+ padding-right: 0;
3271
+ }
3272
+ .px-1 {
3273
+ padding-left: 0.25rem;
3274
+ padding-right: 0.25rem;
3275
+ }
3276
+ .px-2 {
3277
+ padding-left: 0.5rem;
3278
+ padding-right: 0.5rem;
3279
+ }
3280
+ .px-4 {
3281
+ padding-left: 1rem;
3282
+ padding-right: 1rem;
3283
+ }
3284
+ .px-6 {
3285
+ padding-left: 1.5rem;
3286
+ padding-right: 1.5rem;
3287
+ }
3288
+ .px-8 {
3289
+ padding-left: 2rem;
3290
+ padding-right: 2rem;
3291
+ }
3292
+ .px-10 {
3293
+ padding-left: 2.5rem;
3294
+ padding-right: 2.5rem;
3295
+ }
3296
+ .px-12 {
3297
+ padding-left: 3rem;
3298
+ padding-right: 3rem;
3299
+ }
3300
+ .px-14 {
3301
+ padding-left: 3.5rem;
3302
+ padding-right: 3.5rem;
3303
+ }
3304
+ .px-16 {
3305
+ padding-left: 4rem;
3306
+ padding-right: 4rem;
3307
+ }
3308
+
3309
+ .py-0 {
3310
+ padding-top: 0;
3311
+ padding-bottom: 0;
3312
+ }
3313
+ .py-1 {
3314
+ padding-top: 0.25rem;
3315
+ padding-bottom: 0.25rem;
3316
+ }
3317
+ .py-2 {
3318
+ padding-top: 0.5rem;
3319
+ padding-bottom: 0.5rem;
3320
+ }
3321
+ .py-4 {
3322
+ padding-top: 1rem;
3323
+ padding-bottom: 1rem;
3324
+ }
3325
+ .py-6 {
3326
+ padding-top: 1.5rem;
3327
+ padding-bottom: 1.5rem;
3328
+ }
3329
+ .py-8 {
3330
+ padding-top: 2rem;
3331
+ padding-bottom: 2rem;
3332
+ }
3333
+ .py-10 {
3334
+ padding-top: 2.5rem;
3335
+ padding-bottom: 2.5rem;
3336
+ }
3337
+ .py-12 {
3338
+ padding-top: 3rem;
3339
+ padding-bottom: 3rem;
3340
+ }
3341
+ .py-14 {
3342
+ padding-top: 3.5rem;
3343
+ padding-bottom: 3.5rem;
3344
+ }
3345
+ .py-16 {
3346
+ padding-top: 4rem;
3347
+ padding-bottom: 4rem;
3348
+ }
3349
+ `;var cr=JSON.parse('{"attention.aria.callout":["En gr\xF8n taleboble der introducerer noget nyt"],"attention.aria.close":["Luk"],"attention.aria.highlight":["En opm\xE6rksomhedsskabende taleboble med vigtig information"],"attention.aria.pointingDown":["peger nedad"],"attention.aria.pointingLeft":["peger til venstre"],"attention.aria.pointingRight":["peger til h\xF8jre"],"attention.aria.pointingUp":["peger opad"],"attention.aria.popover":["En hvid taleboble med mere information"],"attention.aria.tooltip":["En sort taleboble med flere oplysninger"]}');var dr=JSON.parse('{"attention.aria.callout":["A green speech bubble introducing something new"],"attention.aria.close":["Close"],"attention.aria.highlight":["An attention speech bubble with important information"],"attention.aria.pointingDown":["pointing down"],"attention.aria.pointingLeft":["pointing left"],"attention.aria.pointingRight":["pointing right"],"attention.aria.pointingUp":["pointing up"],"attention.aria.popover":["A white speech bubble providing additional information"],"attention.aria.tooltip":["A black speech bubble providing complementary information"]}');var pr=JSON.parse('{"attention.aria.callout":["Vihre\xE4 puhekupla, joka esittelee jotain uutta"],"attention.aria.close":["Sulje"],"attention.aria.highlight":["Puhekupla, joka sis\xE4lt\xE4\xE4 t\xE4rke\xE4\xE4 tietoa"],"attention.aria.pointingDown":["osoittaa alas"],"attention.aria.pointingLeft":["osoittaa vasemmalle"],"attention.aria.pointingRight":["osoittaa oikealle"],"attention.aria.pointingUp":["osoittaa yl\xF6s"],"attention.aria.popover":["Valkoinen puhekupla, joka tarjoaa lis\xE4tietoa"],"attention.aria.tooltip":["Musta puhekupla, joka tarjoaa t\xE4ydent\xE4v\xE4\xE4 tietoa"]}');var gr=JSON.parse('{"attention.aria.callout":["Gr\xF8nn taleboble som introduserer noe nytt"],"attention.aria.close":["Lukk"],"attention.aria.highlight":["En uthevet taleboble med viktig informasjon"],"attention.aria.pointingDown":["peker ned"],"attention.aria.pointingLeft":["peker til venstre"],"attention.aria.pointingRight":["peker til h\xF8yre"],"attention.aria.pointingUp":["peker opp"],"attention.aria.popover":["En hvit taleboble som gir tilleggsinformasjon"],"attention.aria.tooltip":["En svart taleboble som forklarer konteksten"]}');var mr=JSON.parse('{"attention.aria.callout":["En gr\xF6n pratbubbla som introducerar n\xE5got nytt"],"attention.aria.close":["St\xE4ng"],"attention.aria.highlight":["En pratbubbla med viktig information"],"attention.aria.pointingDown":["pekar ned"],"attention.aria.pointingLeft":["pekar v\xE4nster"],"attention.aria.pointingRight":["pekar h\xF6ger"],"attention.aria.pointingUp":["pekar upp"],"attention.aria.popover":["En vit pratbubbla som ger ytterligare information"],"attention.aria.tooltip":["En svart pratbubbla som ger kompletterande information"]}');import{css as Ro}from"lit";var ur=Ro`*,:before,:after{--w-rotate:0;--w-rotate-x:0;--w-rotate-y:0;--w-rotate-z:0;--w-scale-x:1;--w-scale-y:1;--w-scale-z:1;--w-skew-x:0;--w-skew-y:0;--w-translate-x:0;--w-translate-y:0;--w-translate-z:0}.hover\\:bg-clip-padding:hover{-webkit-background-clip:padding-box;background-clip:padding-box}.bg-transparent{background-color:#0000}.bg-\\[--w-color-button-primary-background\\]{background-color:var(--w-color-button-primary-background)}.bg-\\[--w-color-callout-background\\]{background-color:var(--w-color-callout-background)}.bg-\\[--w-s-color-surface-elevated-300\\]{background-color:var(--w-s-color-surface-elevated-300)}.hover\\:bg-\\[--w-color-button-pill-background-hover\\]:hover{background-color:var(--w-color-button-pill-background-hover)}.hover\\:bg-\\[--w-color-button-primary-background-hover\\]:hover{background-color:var(--w-color-button-primary-background-hover)}.active\\:bg-\\[--w-color-button-pill-background-active\\]:active{background-color:var(--w-color-button-pill-background-active)}.active\\:bg-\\[--w-color-button-primary-background-active\\]:active{background-color:var(--w-color-button-primary-background-active)}.border{border-width:1px}.border-0{border-width:0}.border-2{border-width:2px}.border-b-0{border-bottom-width:0}.border-r-0{border-right-width:0}.border-\\[--w-color-callout-border\\]{border-color:var(--w-color-callout-border)}.border-\\[--w-s-color-background-inverted\\]{border-color:var(--w-s-color-background-inverted)}.border-\\[--w-s-color-surface-elevated-300\\]{border-color:var(--w-s-color-surface-elevated-300)}.border-solid{border-style:solid}.rounded-4{border-radius:4px}.rounded-8{border-radius:8px}.rounded-full{border-radius:9999px}.rounded-tl-4{border-top-left-radius:4px}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.contents{display:contents}.hidden{display:none}.hover\\:underline:hover,.focus\\:underline:focus,.active\\:underline:active{text-decoration-line:underline}.focusable:focus{outline:2px solid var(--w-s-color-border-focus);outline-offset:var(--w-outline-offset,1px)}.focusable:focus-visible{outline:2px solid var(--w-s-color-border-focus);outline-offset:var(--w-outline-offset,1px)}.focusable:not(:focus-visible){outline:none}.items-start{align-items:flex-start}.items-center{align-items:center}.-bottom-\\[8px\\]{bottom:-8px}.-left-\\[8px\\]{left:-8px}.-right-\\[8px\\]{right:-8px}.-top-\\[8px\\]{top:-8px}.justify-center{justify-content:center}.justify-self-end{justify-self:end}.absolute{position:absolute}.relative{position:relative}.static{position:static}.z-50{z-index:50}.s-bg{background-color:var(--w-s-color-background)}.s-bg-disabled{background-color:var(--w-s-color-background-disabled)}.s-bg-inverted{background-color:var(--w-s-color-background-inverted)}.s-bg-negative{background-color:var(--w-s-color-background-negative)}.s-bg-subtle{background-color:var(--w-s-color-background-subtle)}.hover\\:s-bg-hover:hover{background-color:var(--w-s-color-background-hover)}.hover\\:s-bg-negative-hover:hover{background-color:var(--w-s-color-background-negative-hover)}.hover\\:s-bg-negative-subtle-hover:hover{background-color:var(--w-s-color-background-negative-subtle-hover)}.active\\:s-bg-active:active{background-color:var(--w-s-color-background-active)}.active\\:s-bg-negative-active:active{background-color:var(--w-s-color-background-negative-active)}.active\\:s-bg-negative-subtle-active:active{background-color:var(--w-s-color-background-negative-subtle-active)}.s-text{color:var(--w-s-color-text)}.s-text-inverted{color:var(--w-s-color-text-inverted)}.s-text-inverted-static{color:var(--w-s-color-text-inverted-static)}.s-text-link{color:var(--w-s-color-text-link)}.s-text-negative{color:var(--w-s-color-text-negative)}.s-icon{color:var(--w-s-color-icon)}.hover\\:s-icon-hover:hover{color:var(--w-s-color-icon-hover)}.active\\:s-icon-active:active{color:var(--w-s-color-icon-active)}.s-border{border-color:var(--w-s-color-border)}.hover\\:s-border-hover:hover{border-color:var(--w-s-color-border-hover)}.active\\:s-border-active:active{border-color:var(--w-s-color-border-active)}.drop-shadow-m{filter:drop-shadow(0 3px 8px #4040403d)drop-shadow(0 3px 6px #40404029)}.shadow-m{box-shadow:var(--w-shadow-m)}.h-\\[14px\\]{height:14px}.w-\\[14px\\]{width:14px}.-mr-8{margin-right:-.8rem}.last-child\\:mb-0>:last-child{margin-bottom:0}.ml-8{margin-left:.8rem}.p-16{padding:1.6rem}.p-4{padding:.4rem}.px-16{padding-left:1.6rem;padding-right:1.6rem}.px-8{padding-left:.8rem;padding-right:.8rem}.py-6{padding-top:.6rem;padding-bottom:.6rem}.py-8{padding-top:.8rem;padding-bottom:.8rem}.font-bold{font-weight:700}.resize{resize:both}.translate-z-0{--w-translate-z:0rem;transform:translateX(var(--w-translate-x))translateY(var(--w-translate-y))translateZ(var(--w-translate-z))rotate(var(--w-rotate))rotateX(var(--w-rotate-x))rotateY(var(--w-rotate-y))rotateZ(var(--w-rotate-z))skewX(var(--w-skew-x))skewY(var(--w-skew-y))scaleX(var(--w-scale-x))scaleY(var(--w-scale-y))scaleZ(var(--w-scale-z))}.transform{transform:translateX(var(--w-translate-x))translateY(var(--w-translate-y))translateZ(var(--w-translate-z))rotate(var(--w-rotate))rotateX(var(--w-rotate-x))rotateY(var(--w-rotate-y))rotateZ(var(--w-rotate-z))skewX(var(--w-skew-x))skewY(var(--w-skew-y))scaleX(var(--w-scale-x))scaleY(var(--w-scale-y))scaleZ(var(--w-scale-z))}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.text-m{font-size:var(--w-font-size-m);line-height:var(--w-line-height-m)}.text-xs{font-size:var(--w-font-size-xs);line-height:var(--w-line-height-xs)}.leading-\\[24\\]{line-height:2.4rem}`;import{LitElement as To}from"lit";import{unsafeStatic as Po,html as Mo}from"lit/static-html.js";var jo=JSON.parse('{"icon.title.close":["Kryss"]}'),$o=JSON.parse('{"icon.title.close":["Cross"]}'),No=JSON.parse('{"icon.title.close":["Rasti"]}'),Fo=JSON.parse('{"icon.title.close":["Kryds"]}'),Bo=JSON.parse('{"icon.title.close":["Kryss"]}'),fr=["en","nb","fi","da","sv"],br="en",Ho=()=>{var e;let t;switch((e=process==null?void 0:process.env)==null?void 0:e.NMP_BRAND){case"FINN":t="nb";break;case"TORI":t="fi";break;case"BLOCKET":t="sv";break;case"DBA":t="da";break;default:t="en"}return t},hr=()=>{var e;let t=(e=document==null?void 0:document.location)==null?void 0:e.hostname;return t!=null&&t.includes("finn")?"nb":t.includes("tori")?"fi":t.includes("blocket")?"sv":t.includes("dba")?"da":br},it=e=>fr.find(t=>e===t||e.toLowerCase().includes(t))||hr();function Yo(){var e;if(typeof window=="undefined"){let t=Ho();return it(t)}try{let t=(e=document==null?void 0:document.documentElement)==null?void 0:e.lang,r=hr();return fr.includes(t)?it(t!=null?t:r):(console.warn("Unsupported locale set in html lang tag, falling back to detection by hostname"),it(r))}catch(t){return console.warn("could not detect locale, falling back to source locale",t),br}}var Io=(e,t,r,o,n,a)=>e==="nb"?r:e==="fi"?o:e==="da"?n:e==="sv"?a:t,Uo=(e,t,r,o,n)=>{let a=Yo(),i=Io(a,e,t,r,o,n);y.load(a,i),y.activate(a)};Uo($o,jo,No,Fo,Bo);var Xo=class extends To{render(){let e=y.t({message:"Cross",id:"icon.title.close",comment:"Title for close icon"});return Mo`<svg xmlns="http://www.w3.org/2000/svg"width="16"height="16"fill="none"viewBox="0 0 16 16" part="w-icon-close-16-part">${Po(`<title>${e}</title>`)}<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m12.5 3.5-9 9m0-9 9 9"></path></svg>`}};customElements.get("w-icon-close-16")||customElements.define("w-icon-close-16",Xo);var Jo={medium:"text-m leading-[24]",xsmall:"text-xs"},wr={primary:"s-text-inverted bg-[--w-color-button-primary-background] hover:bg-[--w-color-button-primary-background-hover] active:bg-[--w-color-button-primary-background-active]",secondary:"s-text-link s-border s-bg hover:s-bg-hover hover:s-border-hover active:s-bg-active",utility:"s-text s-bg hover:s-bg-hover active:s-bg-active s-border hover:s-border-hover active:s-border-active",destructive:"s-bg-negative s-text-inverted hover:s-bg-negative-hover active:s-bg-negative-active",pill:"s-icon hover:s-icon-hover active:s-icon-active bg-transparent hover:bg-[--w-color-button-pill-background-hover] active:bg-[--w-color-button-pill-background-active]",disabled:"s-text-inverted s-bg-disabled",quiet:"bg-transparent s-text-link hover:s-bg-hover active:s-bg-active",utilityQuiet:"s-text bg-transparent hover:s-bg-hover active:s-bg-active",negativeQuiet:"bg-transparent s-text-negative hover:s-bg-negative-subtle-hover active:s-bg-negative-subtle-active",loading:"s-text s-bg-subtle",link:"s-text-link"},xe="font-bold focusable justify-center transition-colors ease-in-out",Wo={primary:`border-0 rounded-8 ${xe}`,secondary:`border-2 rounded-8 ${xe}`,utility:`border rounded-4 ${xe}`,negative:`border-0 rounded-8 ${xe}`,pill:`p-4 rounded-full border-0 inline-flex items-center justify-center hover:bg-clip-padding ${xe}`,link:`bg-transparent focusable ease-in-out inline active:underline hover:underline focus:underline ${wr.link}`},me={base:"border-2 relative flex items-start",tooltip:"s-bg-inverted border-[--w-s-color-background-inverted] shadow-m s-text-inverted-static rounded-4 py-6 px-8",callout:"bg-[--w-color-callout-background] border-[--w-color-callout-border] s-text py-8 px-16 rounded-8",highlight:"bg-[--w-color-callout-background] border-[--w-color-callout-border] s-text py-8 px-16 rounded-8 drop-shadow-m translate-z-0",popover:"bg-[--w-s-color-surface-elevated-300] border-[--w-s-color-surface-elevated-300] s-text rounded-8 p-16 drop-shadow-m translate-z-0",arrowBase:"absolute h-[14px] w-[14px] border-2 border-b-0 border-r-0 rounded-tl-4 transform",arrowDirectionLeftStart:"-left-[8px]",arrowDirectionLeft:"-left-[8px]",arrowDirectionLeftEnd:"-left-[8px]",arrowDirectionRightStart:"-right-[8px]",arrowDirectionRight:"-right-[8px]",arrowDirectionRightEnd:"-right-[8px]",arrowDirectionBottomStart:"-bottom-[8px]",arrowDirectionBottom:"-bottom-[8px]",arrowDirectionBottomEnd:"-bottom-[8px]",arrowDirectionTopStart:"-top-[8px]",arrowDirectionTop:"-top-[8px]",arrowDirectionTopEnd:"-top-[8px]",arrowTooltip:"s-bg-inverted border-[--w-s-color-background-inverted]",arrowCallout:"bg-[--w-color-callout-background] border-[--w-color-callout-border]",arrowPopover:"bg-[--w-s-color-surface-elevated-300] border-[--w-s-color-surface-elevated-300]",arrowHighlight:"bg-[--w-color-callout-background] border-[--w-color-callout-border]",content:"last-child:mb-0",notCallout:"absolute z-50",closeBtn:`${Jo.medium} ${Wo.pill} ${wr.pill} justify-self-end -mr-8 ml-8`},k=class extends Zo{constructor(){super(),nr(dr,gr,pr,cr,mr),this.handleDone=this.handleDone.bind(this),this.show=!1,this.placement="bottom",this.tooltip=!1,this.callout=!1,this.popover=!1,this.highlight=!1,this.canClose=!1,this.noArrow=!1,this.distance=8,this.skidding=0,this.flip=!1,this.crossAxis=!1,this._initialPlacement=this.placement,this._actualDirection=this.placement}connectedCallback(){if(super.connectedCallback(),this.placement&&!Object.keys(se).includes(this.placement))throw new Error(`Invalid "placement" attribute. Set its value to one of the following:
3350
+ ${JSON.stringify(Object.keys(se))}`);if(this.fallbackPlacements&&!this.fallbackPlacements.every(t=>rt.includes(t)))throw new Error(`Invalid "fallbackPlacements" attribute. Set its value to an array with one or more of the following:
3351
+ ${JSON.stringify(rt)}`);setTimeout(()=>{this.requestUpdate(),this.handleDone()},0),this.callout||(window.addEventListener("click",this.handleDone),window.addEventListener("scroll",this.handleDone),window.addEventListener("resize",this.handleDone),window.addEventListener("touch",this.handleDone)),this.tooltip&&(window.addEventListener("mouseover",this.handleDone),window.addEventListener("mouseout",this.handleDone))}disconnectedCallback(){window.removeEventListener("click",this.handleDone),window.removeEventListener("scroll",this.handleDone),window.removeEventListener("resize",this.handleDone),window.removeEventListener("touch",this.handleDone),window.removeEventListener("mouseover",this.handleDone),window.removeEventListener("mouseout",this.handleDone),super.disconnectedCallback()}handleDone(){window.requestAnimationFrame(()=>{this.show&&this._targetEl&&this._attentionEl?nt(this.attentionState).then(t=>{this._actualDirection=t==null?void 0:t.actualDirection}):this._actualDirection=this._initialPlacement})}get _actualDirection(){return this.placement}set _actualDirection(t){this.placement=t}get _arrowEl(){return this.renderRoot.querySelector("#arrow")}get _arrowDirection(){return se[this._actualDirection]}get _arrowClasses(){return ye([me.arrowBase,this._activeVariantClasses.arrow,me[`arrowDirection${ot(this._arrowDirection)}`]])}get _arrowHtml(){return this.noArrow?"":ge`<div id="arrow" class="${this._arrowClasses}"></div>`}get _activeVariantClasses(){let t={callout:this.callout,popover:this.popover,tooltip:this.tooltip,highlight:this.highlight},r=Object.keys(t).find(o=>!!t[o])||"";return{wrapper:me[r],arrow:me[`arrow${r.charAt(0).toUpperCase()+r.slice(1)}`]}}get _attentionEl(){return this.renderRoot.querySelector("#attention")}get _targetEl(){var r;let t=(r=this.renderRoot)==null?void 0:r.querySelector("slot[name='target']");return t?t.assignedElements()[0]:null}get _messageEl(){let t=this.renderRoot.querySelector("slot[name='message']");return t?t.assignedElements()[0]:null}get _wrapperClasses(){return ye([me.base,this._activeVariantClasses.wrapper])}get _ariaClose(){return y._({id:"attention.aria.close",message:"Close",comment:"Aria label for the close button in attention"})}get _closeBtnHtml(){return ge`
3352
+ <button aria-label="${this._ariaClose}" @click="${this.close}" @keydown=${this.keypressed} class="${me.closeBtn}">
3353
+ <w-icon-close-16 style="height: 16px; width: 16px; display: flex;"></w-icon-close-16>
15
3354
  </button>
16
- `}updated(){this.callout||this._attentionEl.style.setProperty("--attention-visibility",this.show?"":"hidden"),this.tooltip||this._attentionEl.style.setProperty("--attention-display",this.show?"flex":"none"),this.attentionState={isShowing:this.show,isCallout:this.callout,actualDirection:this._actualDirection,directionName:this.placement,arrowEl:this._arrowEl,attentionEl:this._attentionEl,targetEl:this._targetEl,noArrow:this.noArrow,distance:this.distance,skidding:this.skidding,flip:this.flip,crossAxis:this.crossAxis,fallbackPlacements:this.fallbackPlacements},ct(this.attentionState)}pointingAtDirection(){switch(ue[this._actualDirection]){case"top-start":case"top":case"top-end":return S._({id:"attention.aria.pointingUp",message:"pointing up",comment:"Default screenreader message for top direction in the attention component"});case"right-start":case"right":case"right-end":return S._({id:"attention.aria.pointingRight",message:"pointing right",comment:"Default screenreader message for right direction in the attention component"});case"bottom-start":case"bottom":case"bottom-end":return S._({id:"attention.aria.pointingDown",message:"pointing down",comment:"Default screenreader message for bottom direction in the attention component"});case"left-start":case"left":case"left-end":return S._({id:"attention.aria.pointingLeft",message:"pointing left",comment:"Default screenreader message for left direction in the attention component"});default:return""}}activeAttentionType(){switch(!0){case this.tooltip:return S._({id:"attention.aria.tooltip",message:"tooltip",comment:"Default screenreader message for tooltip in the attention component"});case this.callout:return S._({id:"attention.aria.callout",message:"callout speech bubble",comment:"Default screenreader message for callout speech bubble in the attention component"});case this.popover:return S._({id:"attention.aria.popover",message:"popover speech bubble",comment:"Default screenreader message for popover speech bubble in the attention component"});case this.highlight:return S._({id:"attention.aria.highlight",message:"highlighted speech bubble",comment:"Default screenreader message for highlighted speech bubble in the attention component"});default:return""}}defaultAriaLabel(){return`${this.activeAttentionType()} ${this.noArrow?"":this.pointingAtDirection()}`}setAriaLabels(){if(this._targetEl&&!this._targetEl.getAttribute("aria-details")){let t=this._messageEl.id||(this._messageEl.id=fo());this._targetEl.setAttribute("aria-details",t)}}firstUpdated(){this._initialPlacement=this.placement,this.setAriaLabels(),this.callout&&(this._attentionEl.style.position="relative")}close(){let t=new CustomEvent("close",{bubbles:!0,composed:!0});this.updateComplete.then(()=>this.dispatchEvent(t))}keypressed(t){this.canClose&&t.key==="Escape"&&(t.preventDefault(),this.close())}render(){return!this.callout&&this._targetEl===void 0?he``:he`
17
- <div class=${Kr(this.className?this.className:void 0)}>
18
- ${this.placement==="right-start"||this.placement==="right"||this.placement==="right-end"||this.placement==="bottom-start"||this.placement==="bottom"||this.placement==="bottom-end"?he`
3355
+ `}updated(){this.callout||this._attentionEl.style.setProperty("--attention-visibility",this.show?"":"hidden"),this.tooltip||this._attentionEl.style.setProperty("--attention-display",this.show?"flex":"none"),this.attentionState={isShowing:this.show,isCallout:this.callout,actualDirection:this._actualDirection,directionName:this.placement,arrowEl:this._arrowEl,attentionEl:this._attentionEl,targetEl:this._targetEl,noArrow:this.noArrow,distance:this.distance,skidding:this.skidding,flip:this.flip,crossAxis:this.crossAxis,fallbackPlacements:this.fallbackPlacements},nt(this.attentionState)}pointingAtDirection(){switch(se[this._actualDirection]){case"top-start":case"top":case"top-end":return y._({id:"attention.aria.pointingUp",message:"pointing up",comment:"Default screenreader message for top direction in the attention component"});case"right-start":case"right":case"right-end":return y._({id:"attention.aria.pointingRight",message:"pointing right",comment:"Default screenreader message for right direction in the attention component"});case"bottom-start":case"bottom":case"bottom-end":return y._({id:"attention.aria.pointingDown",message:"pointing down",comment:"Default screenreader message for bottom direction in the attention component"});case"left-start":case"left":case"left-end":return y._({id:"attention.aria.pointingLeft",message:"pointing left",comment:"Default screenreader message for left direction in the attention component"});default:return""}}activeAttentionType(){switch(!0){case this.tooltip:return y._({id:"attention.aria.tooltip",message:"tooltip",comment:"Default screenreader message for tooltip in the attention component"});case this.callout:return y._({id:"attention.aria.callout",message:"callout speech bubble",comment:"Default screenreader message for callout speech bubble in the attention component"});case this.popover:return y._({id:"attention.aria.popover",message:"popover speech bubble",comment:"Default screenreader message for popover speech bubble in the attention component"});case this.highlight:return y._({id:"attention.aria.highlight",message:"highlighted speech bubble",comment:"Default screenreader message for highlighted speech bubble in the attention component"});default:return""}}defaultAriaLabel(){return`${this.activeAttentionType()} ${this.noArrow?"":this.pointingAtDirection()}`}setAriaLabels(){if(this._targetEl&&!this._targetEl.getAttribute("aria-details")){let t=this._messageEl.id||(this._messageEl.id=sr());this._targetEl.setAttribute("aria-details",t)}}firstUpdated(){this._initialPlacement=this.placement,this.setAriaLabels(),this.callout&&(this._attentionEl.style.position="relative")}close(){let t=new CustomEvent("close",{bubbles:!0,composed:!0});this.updateComplete.then(()=>this.dispatchEvent(t))}keypressed(t){this.canClose&&t.key==="Escape"&&(t.preventDefault(),this.close())}render(){return!this.callout&&this._targetEl===void 0?ge``:ge`
3356
+ <div class=${qo(this.className?this.className:void 0)}>
3357
+ ${this.placement==="right-start"||this.placement==="right"||this.placement==="right-end"||this.placement==="bottom-start"||this.placement==="bottom"||this.placement==="bottom-end"?ge`
19
3358
  <slot name="target"></slot>
20
3359
 
21
3360
  <div id="attention" class="${this._wrapperClasses}">
22
3361
  <div role="${this.tooltip?"tooltip":"img"}" aria-label="${this.defaultAriaLabel()}">${this._arrowHtml}</div>
23
3362
  <slot name="message"></slot>
24
- ${this.canClose?this._closeBtnHtml:yo}
3363
+ ${this.canClose?this._closeBtnHtml:vr}
25
3364
  </div>
26
- `:he`
3365
+ `:ge`
27
3366
  <div id="attention" class="${this._wrapperClasses}">
28
3367
  <slot name="message"></slot>
29
3368
  <div role="${this.tooltip?"tooltip":"img"}" aria-label="${this.defaultAriaLabel()}">${this._arrowHtml}</div>
30
- ${this.canClose?this._closeBtnHtml:yo}
3369
+ ${this.canClose?this._closeBtnHtml:vr}
31
3370
  </div>
32
3371
  <slot name="target"></slot>
33
3372
  `}
34
3373
  </div>
35
- `}};Ye(Ee,"properties",{show:{type:Boolean,reflect:!0},placement:{type:String,reflect:!0},tooltip:{type:Boolean,reflect:!0},callout:{type:Boolean,reflect:!0},popover:{type:Boolean,reflect:!0},highlight:{type:Boolean,reflect:!0},canClose:{type:Boolean,reflect:!0},noArrow:{type:Boolean,reflect:!0},distance:{type:Number,reflect:!0},skidding:{type:Number,reflect:!0},flip:{type:Boolean,reflect:!0},crossAxis:{type:Boolean,reflect:!0},fallbackPlacements:{type:Array,reflect:!0}}),Ye(Ee,"styles",[$o.styles,Gr`
3374
+ `}};k.styles=[ar,lr,ur,Vo`
36
3375
  #attention {
37
3376
  position: absolute;
38
3377
  z-index: 50;
39
3378
  visibility: var(--attention-visibility);
40
3379
  display: var(--attention-display);
41
3380
  }
42
-
43
3381
  :host([popover]:not(:popover-open):not(dialog[open])) {
44
3382
  display: contents;
45
3383
  }
46
- `]);customElements.get("w-attention")||customElements.define("w-attention",Ee);export{Ee as WarpAttention};
3384
+ `],C([L({type:Boolean,reflect:!0})],k.prototype,"show",2),C([L({type:String,reflect:!0})],k.prototype,"placement",2),C([L({type:Boolean,reflect:!0})],k.prototype,"tooltip",2),C([L({type:Boolean,reflect:!0})],k.prototype,"callout",2),C([L({type:Boolean,reflect:!0})],k.prototype,"popover",2),C([L({type:Boolean,reflect:!0})],k.prototype,"highlight",2),C([L({attribute:"can-close",type:Boolean,reflect:!0})],k.prototype,"canClose",2),C([L({attribute:"no-arrow",type:Boolean,reflect:!0})],k.prototype,"noArrow",2),C([L({type:Number,reflect:!0})],k.prototype,"distance",2),C([L({type:Number,reflect:!0})],k.prototype,"skidding",2),C([L({type:Boolean,reflect:!0})],k.prototype,"flip",2),C([L({attribute:"cross-axis",type:Boolean,reflect:!0})],k.prototype,"crossAxis",2),C([L({attribute:"fallback-placements",type:Array,reflect:!0})],k.prototype,"fallbackPlacements",2);customElements.get("w-attention")||customElements.define("w-attention",k);export{k as WarpAttention,me as ccAttention};
47
3385
  //# sourceMappingURL=index.js.map