@warp-ds/elements 2.2.0-next.8 → 2.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +188 -26
- package/dist/.storybook/utilities.js +52 -0
- package/dist/api.js +1 -1
- package/dist/api.js.map +4 -4
- package/dist/custom-elements.json +1517 -2876
- package/dist/index.d.ts +942 -25
- package/dist/packages/affix/affix.react.stories.d.ts +9 -0
- package/dist/packages/affix/affix.react.stories.js +10 -0
- package/dist/packages/affix/affix.stories.js +25 -0
- package/dist/packages/affix/affix.test.js +9 -0
- package/dist/packages/affix/index.d.ts +0 -17
- package/dist/packages/affix/index.js +5 -5
- package/dist/packages/affix/index.js.map +4 -4
- package/dist/packages/affix/react.d.ts +1 -1
- package/dist/packages/affix/react.js +15 -2482
- package/dist/packages/affix/styles.js +2 -0
- package/dist/packages/alert/alert.react.stories.d.ts +13 -0
- package/dist/packages/alert/alert.react.stories.js +44 -0
- package/dist/packages/alert/alert.stories.js +68 -0
- package/dist/packages/alert/alert.test.js +18 -0
- package/dist/packages/alert/index.d.ts +1 -6
- package/dist/packages/alert/index.js +4 -4
- package/dist/packages/alert/index.js.map +4 -4
- package/dist/packages/alert/react.d.ts +1 -1
- package/dist/packages/alert/react.js +11 -2492
- package/dist/packages/alert/styles.js +2 -0
- package/dist/packages/attention/attention.react.stories.d.ts +15 -0
- package/dist/packages/attention/attention.react.stories.js +92 -0
- package/dist/packages/attention/attention.stories.d.ts +6 -0
- package/dist/packages/attention/attention.stories.js +180 -0
- package/dist/packages/attention/attention.test.js +11 -0
- package/dist/packages/attention/index.d.ts +24 -91
- package/dist/packages/attention/index.js +3585 -17
- package/dist/packages/attention/index.js.map +4 -4
- package/dist/packages/attention/layout-styles.js +905 -0
- package/dist/packages/attention/locales/da/messages.mjs +1 -0
- package/dist/packages/attention/locales/en/messages.mjs +1 -0
- package/dist/packages/attention/locales/fi/messages.mjs +1 -0
- package/dist/packages/attention/locales/nb/messages.mjs +1 -0
- package/dist/packages/attention/locales/sv/messages.mjs +1 -0
- package/dist/packages/attention/react.d.ts +15 -0
- package/dist/packages/attention/react.js +17 -0
- package/dist/packages/attention/styles.js +2 -0
- package/dist/packages/badge/badge.react.stories.d.ts +18 -0
- package/dist/packages/badge/badge.react.stories.js +60 -0
- package/dist/packages/badge/badge.stories.js +68 -0
- package/dist/packages/badge/badge.test.js +9 -0
- package/dist/packages/badge/index.d.ts +0 -5
- package/dist/packages/badge/index.js +1 -1
- package/dist/packages/badge/index.js.map +4 -4
- package/dist/packages/badge/react.d.ts +1 -1
- package/dist/packages/badge/react.js +11 -2465
- package/dist/packages/badge/styles.js +2 -0
- package/dist/packages/box/box.react.stories.d.ts +15 -0
- package/dist/packages/box/box.react.stories.js +45 -0
- package/dist/packages/box/box.stories.js +59 -0
- package/dist/packages/box/box.test.js +9 -0
- package/dist/packages/box/index.d.ts +0 -5
- package/dist/packages/box/index.js +11 -4
- package/dist/packages/box/index.js.map +4 -4
- package/dist/packages/box/react.d.ts +1 -1
- package/dist/packages/box/react.js +11 -2465
- package/dist/packages/box/slot.test.js +9 -0
- package/dist/packages/box/styles.js +2 -0
- package/dist/packages/breadcrumbs/breadcrumbs.react.stories.d.ts +13 -0
- package/dist/packages/breadcrumbs/breadcrumbs.react.stories.js +40 -0
- package/dist/packages/breadcrumbs/breadcrumbs.stories.js +60 -0
- package/dist/packages/breadcrumbs/breadcrumbs.test.js +16 -0
- package/dist/packages/breadcrumbs/index.d.ts +0 -12
- package/dist/packages/breadcrumbs/index.js +6 -6
- package/dist/packages/breadcrumbs/index.js.map +4 -4
- package/dist/packages/breadcrumbs/locales/da/messages.mjs +1 -0
- package/dist/packages/breadcrumbs/locales/en/messages.mjs +1 -0
- package/dist/packages/breadcrumbs/locales/fi/messages.mjs +1 -0
- package/dist/packages/breadcrumbs/locales/nb/messages.mjs +1 -0
- package/dist/packages/breadcrumbs/locales/sv/messages.mjs +1 -0
- package/dist/packages/breadcrumbs/react.d.ts +1 -1
- package/dist/packages/breadcrumbs/react.js +11 -2475
- package/dist/packages/breadcrumbs/styles.js +2 -0
- package/dist/packages/button/button.react.stories.d.ts +22 -0
- package/dist/packages/button/button.react.stories.js +102 -0
- package/dist/packages/button/button.stories.d.ts +4 -0
- package/dist/packages/button/button.stories.js +151 -0
- package/dist/packages/button/button.test.js +25 -0
- package/dist/packages/button/index.d.ts +0 -66
- package/dist/packages/button/index.js +17 -11
- package/dist/packages/button/index.js.map +4 -4
- package/dist/packages/button/locales/da/messages.mjs +1 -0
- package/dist/packages/button/locales/en/messages.mjs +1 -0
- package/dist/packages/button/locales/fi/messages.mjs +1 -0
- package/dist/packages/button/locales/nb/messages.mjs +1 -0
- package/dist/packages/button/locales/sv/messages.mjs +1 -0
- package/dist/packages/button/react.d.ts +1 -1
- package/dist/packages/button/react.js +10 -2684
- package/dist/packages/button/styles.js +2 -0
- package/dist/packages/card/card.react.stories.d.ts +16 -0
- package/dist/packages/card/card.react.stories.js +63 -0
- package/dist/packages/card/card.stories.js +82 -0
- package/dist/packages/card/card.test.js +9 -0
- package/dist/packages/card/index.d.ts +1 -18
- package/dist/packages/card/index.js +4 -4
- package/dist/packages/card/index.js.map +4 -4
- package/dist/packages/card/locales/da/messages.mjs +1 -0
- package/dist/packages/card/locales/en/messages.mjs +1 -0
- package/dist/packages/card/locales/fi/messages.mjs +1 -0
- package/dist/packages/card/locales/nb/messages.mjs +1 -0
- package/dist/packages/card/locales/sv/messages.mjs +1 -0
- package/dist/packages/card/react.d.ts +1 -1
- package/dist/packages/card/react.js +11 -2487
- package/dist/packages/card/styles.js +2 -0
- package/dist/packages/expandable/expandable.react.stories.d.ts +18 -0
- package/dist/packages/expandable/expandable.react.stories.js +103 -0
- package/dist/packages/expandable/expandable.stories.js +132 -0
- package/dist/packages/expandable/expandable.test.js +24 -0
- package/dist/packages/expandable/index.d.ts +2 -33
- package/dist/packages/expandable/index.js +20 -11
- package/dist/packages/expandable/index.js.map +4 -4
- package/dist/packages/expandable/react.d.ts +1 -1
- package/dist/packages/expandable/react.js +11 -2495
- package/dist/packages/expandable/styles.js +2 -0
- package/dist/packages/i18n.js +45 -0
- package/dist/packages/link/index.d.ts +0 -5
- package/dist/packages/link/index.js +93 -2640
- package/dist/packages/link/styles.js +200 -0
- package/dist/packages/modal/index.js +24 -41
- package/dist/packages/modal/index.js.map +4 -4
- package/dist/packages/modal/locales/da/messages.mjs +1 -0
- package/dist/packages/modal/locales/en/messages.mjs +1 -0
- package/dist/packages/modal/locales/fi/messages.mjs +1 -0
- package/dist/packages/modal/locales/nb/messages.mjs +1 -0
- package/dist/packages/modal/locales/sv/messages.mjs +1 -0
- package/dist/packages/modal/modal-footer.d.ts +0 -5
- package/dist/packages/{dead-toggle/index.js → modal/modal-footer.js} +20 -47
- package/dist/packages/modal/modal-footer.js.map +7 -0
- package/dist/packages/modal/modal-header.d.ts +0 -5
- package/dist/packages/{steps/index.js → modal/modal-header.js} +122 -20
- package/dist/packages/modal/modal-header.js.map +7 -0
- package/dist/packages/modal/modal-main.d.ts +0 -5
- package/dist/packages/{dead-toggle/react.js → modal/modal-main.js} +124 -59
- package/dist/packages/{box/react.js.map → modal/modal-main.js.map} +4 -4
- package/dist/packages/modal/modal.react.stories.d.ts +14 -0
- package/dist/packages/modal/modal.react.stories.js +27 -0
- package/dist/packages/modal/modal.stories.d.ts +3 -3
- package/dist/packages/modal/modal.stories.js +254 -0
- package/dist/packages/modal/react.d.ts +11 -3
- package/dist/packages/modal/react.js +31 -2754
- package/dist/packages/modal/util.js +21 -0
- package/dist/packages/pill/index.d.ts +0 -17
- package/dist/packages/pill/index.js +5 -5
- package/dist/packages/pill/index.js.map +2 -2
- package/dist/packages/pill/locales/da/messages.mjs +1 -0
- package/dist/packages/pill/locales/en/messages.mjs +1 -0
- package/dist/packages/pill/locales/fi/messages.mjs +1 -0
- package/dist/packages/pill/locales/nb/messages.mjs +1 -0
- package/dist/packages/pill/locales/sv/messages.mjs +1 -0
- package/dist/packages/pill/pill.react.stories.d.ts +23 -0
- package/dist/packages/pill/pill.react.stories.js +22 -0
- package/dist/packages/pill/pill.stories.js +33 -0
- package/dist/packages/pill/pill.test.js +25 -0
- package/dist/packages/pill/react.d.ts +7 -0
- package/dist/packages/pill/react.js +17 -0
- package/dist/packages/pill/styles.js +2 -0
- package/dist/packages/select/index.d.ts +4 -29
- package/dist/packages/select/index.js +25 -18
- package/dist/packages/select/index.js.map +3 -3
- package/dist/packages/select/locales/da/messages.mjs +1 -0
- package/dist/packages/select/locales/en/messages.mjs +1 -0
- package/dist/packages/select/locales/fi/messages.mjs +1 -0
- package/dist/packages/select/locales/nb/messages.mjs +1 -0
- package/dist/packages/select/locales/sv/messages.mjs +1 -0
- package/dist/packages/select/react.d.ts +6 -2
- package/dist/packages/select/react.js +20 -2494
- package/dist/packages/select/select.react.stories.d.ts +18 -0
- package/dist/packages/select/select.react.stories.js +28 -0
- package/dist/packages/select/select.stories.d.ts +7 -0
- package/dist/packages/select/select.stories.js +100 -0
- package/dist/packages/select/select.test.js +31 -0
- package/dist/packages/select/styles.js +2 -0
- package/dist/packages/{switch/index.js → styles.js} +5 -18
- package/dist/packages/textfield/index.d.ts +12 -26
- package/dist/packages/textfield/index.js +86 -28
- package/dist/packages/textfield/index.js.map +4 -4
- package/dist/packages/textfield/react.d.ts +11 -2
- package/dist/packages/textfield/react.js +21 -2490
- package/dist/packages/textfield/styles/w-textfield.styles.d.ts +1 -0
- package/dist/packages/textfield/styles/w-textfield.styles.js +55 -0
- package/dist/packages/textfield/styles.js +2 -0
- package/dist/packages/textfield/textfield.react.stories.d.ts +37 -0
- package/dist/packages/textfield/textfield.react.stories.js +88 -0
- package/dist/packages/textfield/textfield.stories.d.ts +1 -0
- package/dist/packages/textfield/textfield.stories.js +105 -0
- package/dist/packages/textfield/textfield.test.d.ts +1 -0
- package/dist/packages/textfield/textfield.test.js +68 -0
- package/dist/packages/toast/api.d.ts +4 -45
- package/dist/packages/toast/api.js +41 -0
- package/dist/packages/toast/index.d.ts +3 -3
- package/dist/packages/toast/index.js +2463 -24
- package/dist/packages/toast/index.js.map +4 -4
- package/dist/packages/toast/locales/da/messages.mjs +1 -0
- package/dist/packages/toast/locales/en/messages.mjs +1 -0
- package/dist/packages/toast/locales/fi/messages.mjs +1 -0
- package/dist/packages/toast/locales/nb/messages.mjs +1 -0
- package/dist/packages/toast/locales/sv/messages.mjs +1 -0
- package/dist/packages/toast/styles.js +2 -0
- package/dist/packages/toast/toast-container.d.ts +12 -78
- package/dist/packages/{switch/react.js → toast/toast-container.js} +21 -38
- package/dist/packages/toast/toast-container.js.map +7 -0
- package/dist/packages/toast/toast.d.ts +16 -29
- package/dist/packages/{pagination/index.js → toast/toast.js} +21 -49
- package/dist/packages/toast/toast.js.map +7 -0
- package/dist/packages/toast/toast.stories.js +50 -0
- package/dist/packages/toast/types.d.ts +15 -0
- package/dist/packages/toast/types.js +1 -0
- package/dist/packages/utils/expand-transition.d.ts +3 -3
- package/dist/packages/utils/expand-transition.js +59 -0
- package/dist/packages/utils/index.js +37 -0
- package/dist/packages/utils/unstyled-heading.d.ts +2 -3
- package/dist/packages/utils/unstyled-heading.js +22 -0
- package/dist/packages/utils/window-exists.js +1 -0
- package/dist/setup-tests.js +1 -0
- package/dist/web-types.json +225 -510
- package/package.json +39 -32
- package/dist/index.css +0 -2
- package/dist/index.css.map +0 -7
- package/dist/index.js +0 -3386
- package/dist/index.js.map +0 -7
- package/dist/packages/affix/react.js.map +0 -7
- package/dist/packages/alert/react.js.map +0 -7
- package/dist/packages/badge/react.js.map +0 -7
- package/dist/packages/breadcrumbs/react.js.map +0 -7
- package/dist/packages/button/react.js.map +0 -7
- package/dist/packages/card/react.js.map +0 -7
- package/dist/packages/datepicker/DatePicker.test.d.ts +0 -1
- package/dist/packages/datepicker/datepicker.d.ts +0 -107
- package/dist/packages/datepicker/datepicker.stories.d.ts +0 -11
- package/dist/packages/datepicker/datepicker.test.d.ts +0 -2
- package/dist/packages/datepicker/index.d.ts +0 -1
- package/dist/packages/datepicker/index.js +0 -2785
- package/dist/packages/datepicker/index.js.map +0 -7
- package/dist/packages/datepicker/locales/da/messages.d.mts +0 -1
- package/dist/packages/datepicker/locales/en/messages.d.mts +0 -1
- package/dist/packages/datepicker/locales/fi/messages.d.mts +0 -1
- package/dist/packages/datepicker/locales/nb/messages.d.mts +0 -1
- package/dist/packages/datepicker/locales/sv/messages.d.mts +0 -1
- package/dist/packages/datepicker/react.d.ts +0 -2
- package/dist/packages/datepicker/react.js +0 -2805
- package/dist/packages/datepicker/react.js.map +0 -7
- package/dist/packages/datepicker/styles/w-datepicker-calendar.styles.d.ts +0 -1
- package/dist/packages/datepicker/styles/w-datepicker-day.styles.d.ts +0 -1
- package/dist/packages/datepicker/styles/w-datepicker-month.styles.d.ts +0 -1
- package/dist/packages/datepicker/styles/w-datepicker.styles.d.ts +0 -1
- package/dist/packages/datepicker/utils.d.ts +0 -13
- package/dist/packages/dead-toggle/dead-toggle.stories.d.ts +0 -10
- package/dist/packages/dead-toggle/index.d.ts +0 -21
- package/dist/packages/dead-toggle/index.js.map +0 -7
- package/dist/packages/dead-toggle/react.d.ts +0 -2
- package/dist/packages/dead-toggle/react.js.map +0 -7
- package/dist/packages/expandable/react.js.map +0 -7
- package/dist/packages/link/index.js.map +0 -7
- package/dist/packages/link/link.stories.d.ts +0 -20
- package/dist/packages/link/link.test.d.ts +0 -1
- package/dist/packages/link/react.d.ts +0 -2
- package/dist/packages/link/react.js +0 -2666
- package/dist/packages/link/react.js.map +0 -7
- package/dist/packages/modal/react.js.map +0 -7
- package/dist/packages/pageindicator/index.d.ts +0 -14
- package/dist/packages/pageindicator/index.js +0 -32
- package/dist/packages/pageindicator/index.js.map +0 -7
- package/dist/packages/pageindicator/pageindicator.stories.d.ts +0 -32
- package/dist/packages/pageindicator/react.d.ts +0 -2
- package/dist/packages/pageindicator/react.js +0 -52
- package/dist/packages/pageindicator/react.js.map +0 -7
- package/dist/packages/pagination/index.d.ts +0 -37
- package/dist/packages/pagination/index.js.map +0 -7
- package/dist/packages/pagination/locales/da/messages.d.mts +0 -1
- package/dist/packages/pagination/locales/en/messages.d.mts +0 -1
- package/dist/packages/pagination/locales/fi/messages.d.mts +0 -1
- package/dist/packages/pagination/locales/nb/messages.d.mts +0 -1
- package/dist/packages/pagination/locales/sv/messages.d.mts +0 -1
- package/dist/packages/pagination/pagination.stories.d.ts +0 -14
- package/dist/packages/pagination/pagination.test.d.ts +0 -1
- package/dist/packages/pagination/react.d.ts +0 -2
- package/dist/packages/pagination/react.js +0 -2514
- package/dist/packages/pagination/react.js.map +0 -7
- package/dist/packages/rip-and-tear-checkbox/checkbox.d.ts +0 -64
- package/dist/packages/rip-and-tear-checkbox/index.css +0 -2
- package/dist/packages/rip-and-tear-checkbox/index.css.map +0 -7
- package/dist/packages/rip-and-tear-checkbox/index.d.ts +0 -6
- package/dist/packages/rip-and-tear-checkbox/index.js +0 -36
- package/dist/packages/rip-and-tear-checkbox/index.js.map +0 -7
- package/dist/packages/rip-and-tear-radio/base-element.d.ts +0 -46
- package/dist/packages/rip-and-tear-radio/custom-error-validator.d.ts +0 -6
- package/dist/packages/rip-and-tear-radio/form-associated-element.d.ts +0 -103
- package/dist/packages/rip-and-tear-radio/index.css +0 -2
- package/dist/packages/rip-and-tear-radio/index.css.map +0 -7
- package/dist/packages/rip-and-tear-radio/index.d.ts +0 -8
- package/dist/packages/rip-and-tear-radio/index.js +0 -34
- package/dist/packages/rip-and-tear-radio/index.js.map +0 -7
- package/dist/packages/rip-and-tear-radio/invalid.d.ts +0 -8
- package/dist/packages/rip-and-tear-radio/math.d.ts +0 -1
- package/dist/packages/rip-and-tear-radio/radio-group.d.ts +0 -72
- package/dist/packages/rip-and-tear-radio/radio.d.ts +0 -38
- package/dist/packages/rip-and-tear-radio/required-validator.d.ts +0 -11
- package/dist/packages/rip-and-tear-radio/slot.d.ts +0 -20
- package/dist/packages/rip-and-tear-radio/watch.d.ts +0 -26
- package/dist/packages/select/react.js.map +0 -7
- package/dist/packages/steps/index.d.ts +0 -43
- package/dist/packages/steps/index.js.map +0 -7
- package/dist/packages/steps/locales/da/messages.d.mts +0 -1
- package/dist/packages/steps/locales/en/messages.d.mts +0 -1
- package/dist/packages/steps/locales/fi/messages.d.mts +0 -1
- package/dist/packages/steps/locales/nb/messages.d.mts +0 -1
- package/dist/packages/steps/locales/sv/messages.d.mts +0 -1
- package/dist/packages/steps/react.d.ts +0 -3
- package/dist/packages/steps/react.js +0 -2485
- package/dist/packages/steps/react.js.map +0 -7
- package/dist/packages/steps/steps.stories.d.ts +0 -12
- package/dist/packages/switch/index.d.ts +0 -20
- package/dist/packages/switch/index.js.map +0 -7
- package/dist/packages/switch/react.d.ts +0 -2
- package/dist/packages/switch/react.js.map +0 -7
- package/dist/packages/switch/styles.d.ts +0 -1
- package/dist/packages/switch/switch.stories.d.ts +0 -9
- package/dist/packages/textfield/react.js.map +0 -7
- package/dist/vscode.css-custom-data.json +0 -6
- package/dist/vscode.html-custom-data.json +0 -418
- /package/dist/packages/{dead-toggle/dead-toggle.test.d.ts → attention/attention.test.d.ts} +0 -0
- /package/dist/packages/{pageindicator/style.d.ts → attention/layout-styles.d.ts} +0 -0
- /package/dist/packages/{pagination → attention}/styles.d.ts +0 -0
- /package/dist/packages/{steps → toast}/styles.d.ts +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
var
|
|
2
|
-
`],["r","\r"],["t"," "],["v","\v"],["0","\0"]]);function
|
|
1
|
+
var Yr=Object.create;var dt=Object.defineProperty;var $t=Object.getOwnPropertyDescriptor;var Xr=Object.getOwnPropertyNames;var Zr=Object.getPrototypeOf,Jr=Object.prototype.hasOwnProperty;var _t=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports);var Gr=(e,t,r,o)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of Xr(t))!Jr.call(e,i)&&i!==r&&dt(e,i,{get:()=>t[i],enumerable:!(o=$t(t,i))||o.enumerable});return e};var Wr=(e,t,r)=>(r=e!=null?Yr(Zr(e)):{},Gr(t||!e||!e.__esModule?dt(r,"default",{value:e,enumerable:!0}):r,e));var $=(e,t,r,o)=>{for(var i=o>1?void 0:o?$t(t,r):t,a=e.length-1,n;a>=0;a--)(n=e[a])&&(i=(o?n(t,r,i):n(i))||i);return o&&i&&dt(t,r,i),i};var Ct=_t(pe=>{"use strict";Object.defineProperty(pe,"__esModule",{value:!0});pe.errorMessages=pe.ErrorType=void 0;var ke;(function(e){e.MalformedUnicode="MALFORMED_UNICODE",e.MalformedHexadecimal="MALFORMED_HEXADECIMAL",e.CodePointLimit="CODE_POINT_LIMIT",e.OctalDeprecation="OCTAL_DEPRECATION",e.EndOfString="END_OF_STRING"})(ke=pe.ErrorType||(pe.ErrorType={}));pe.errorMessages=new Map([[ke.MalformedUnicode,"malformed Unicode character escape sequence"],[ke.MalformedHexadecimal,"malformed hexadecimal character escape sequence"],[ke.CodePointLimit,"Unicode codepoint must not be greater than 0x10FFFF in escape sequence"],[ke.OctalDeprecation,'"0"-prefixed octal literals and octal escape sequences are deprecated; for octal literals use the "0o" prefix instead'],[ke.EndOfString,"malformed escape sequence at end of string"]])});var Lt=_t(se=>{"use strict";Object.defineProperty(se,"__esModule",{value:!0});se.unraw=se.errorMessages=se.ErrorType=void 0;var H=Ct();Object.defineProperty(se,"ErrorType",{enumerable:!0,get:function(){return H.ErrorType}});Object.defineProperty(se,"errorMessages",{enumerable:!0,get:function(){return H.errorMessages}});function Kr(e){return!e.match(/[^a-f0-9]/i)?parseInt(e,16):NaN}function Re(e,t,r){let o=Kr(e);if(Number.isNaN(o)||r!==void 0&&r!==e.length)throw new SyntaxError(H.errorMessages.get(t));return o}function eo(e){let t=Re(e,H.ErrorType.MalformedHexadecimal,2);return String.fromCharCode(t)}function St(e,t){let r=Re(e,H.ErrorType.MalformedUnicode,4);if(t!==void 0){let o=Re(t,H.ErrorType.MalformedUnicode,4);return String.fromCharCode(r,o)}return String.fromCharCode(r)}function to(e){return e.charAt(0)==="{"&&e.charAt(e.length-1)==="}"}function ro(e){if(!to(e))throw new SyntaxError(H.errorMessages.get(H.ErrorType.MalformedUnicode));let t=e.slice(1,-1),r=Re(t,H.ErrorType.MalformedUnicode);try{return String.fromCodePoint(r)}catch(o){throw o instanceof RangeError?new SyntaxError(H.errorMessages.get(H.ErrorType.CodePointLimit)):o}}function oo(e,t=!1){if(t)throw new SyntaxError(H.errorMessages.get(H.ErrorType.OctalDeprecation));let r=parseInt(e,8);return String.fromCharCode(r)}var io=new Map([["b","\b"],["f","\f"],["n",`
|
|
2
|
+
`],["r","\r"],["t"," "],["v","\v"],["0","\0"]]);function no(e){return io.get(e)||e}var ao=/\\(?:(\\)|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 Et(e,t=!1){return e.replace(ao,function(r,o,i,a,n,s,l,d,c){if(o!==void 0)return"\\";if(i!==void 0)return eo(i);if(a!==void 0)return ro(a);if(n!==void 0)return St(n,s);if(l!==void 0)return St(l);if(d==="0")return"\0";if(d!==void 0)return oo(d,!t);if(c!==void 0)return no(c);throw new SyntaxError(H.errorMessages.get(H.ErrorType.EndOfString))})}se.unraw=Et;se.default=Et});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(i){return o[i]?i:""}):"")},[]).join(" ")};var Dt=Wr(Lt(),1);var ue=e=>typeof e=="string",so=e=>typeof e=="function",Ot=new Map,zt="en";function pt(e){return[...Array.isArray(e)?e:[e],zt]}function ht(e,t,r){let o=pt(e);r||(r="default");let i;if(typeof r=="string")switch(i={day:"numeric",month:"short",year:"numeric"},r){case"full":i.weekday="long";case"long":i.month="long";break;case"short":i.month="numeric";break}else i=r;return je(()=>Fe("date",o,r),()=>new Intl.DateTimeFormat(o,i)).format(ue(t)?new Date(t):t)}function lo(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 ht(e,t,o)}function ut(e,t,r){let o=pt(e);return je(()=>Fe("number",o,r),()=>new Intl.NumberFormat(o,r)).format(t)}function At(e,t,r,{offset:o=0,...i}){var s,l;let a=pt(e),n=t?je(()=>Fe("plural-ordinal",a),()=>new Intl.PluralRules(a,{type:"ordinal"})):je(()=>Fe("plural-cardinal",a),()=>new Intl.PluralRules(a,{type:"cardinal"}));return(l=(s=i[r])!=null?s:i[n.select(r-o)])!=null?l:i.other}function je(e,t){let r=e(),o=Ot.get(r);return o||(o=t(),Ot.set(r,o)),o}function Fe(e,t,r){let o=t.join("-");return`${e}-${o}-${JSON.stringify(r)}`}var Tt=/\\u[a-fA-F0-9]{4}|\\x[a-fA-F0-9]{2}/,Mt="%__lingui_octothorpe__%",co=(e,t,r={})=>{let o=t||e,i=n=>typeof n=="object"?n:r[n],a=(n,s)=>{let l=Object.keys(r).length?i("number"):void 0,d=ut(o,n,l);return s.replace(new RegExp(Mt,"g"),d)};return{plural:(n,s)=>{let{offset:l=0}=s,d=At(o,!1,n,s);return a(n-l,d)},selectordinal:(n,s)=>{let{offset:l=0}=s,d=At(o,!0,n,s);return a(n-l,d)},select:uo,number:(n,s)=>ut(o,n,i(s)||{style:s}),date:(n,s)=>ht(o,n,i(s)||s),time:(n,s)=>lo(o,n,i(s)||s)}},uo=(e,t)=>{var r;return(r=t[e])!=null?r:t.other};function go(e,t,r){return(o={},i)=>{let a=co(t,r,i),n=(l,d=!1)=>Array.isArray(l)?l.reduce((c,g)=>{if(g==="#"&&d)return c+Mt;if(ue(g))return c+g;let[f,u,b]=g,x={};u==="plural"||u==="selectordinal"||u==="select"?Object.entries(b).forEach(([_,C])=>{x[_]=n(C,u==="plural"||u==="selectordinal")}):x=b;let v;if(u){let _=a[u];v=_(o[f],x)}else v=o[f];return v==null?c:c+v},""):l,s=n(e);return ue(s)&&Tt.test(s)?(0,Dt.unraw)(s):ue(s)?s:s?String(s):""}}var mo=Object.defineProperty,po=(e,t,r)=>t in e?mo(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,ho=(e,t,r)=>(po(e,typeof t!="symbol"?t+"":t,r),r),gt=class{constructor(){ho(this,"_events",{})}on(t,r){var i;var o;return(i=(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 i=o.indexOf(r);~i&&o.splice(i,1)}emit(t,...r){let o=this._getListeners(t);o&&o.map(i=>i.apply(this,r))}_getListeners(t){let r=this._events[t];return Array.isArray(r)?r:!1}},bo=Object.defineProperty,fo=(e,t,r)=>t in e?bo(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,he=(e,t,r)=>(fo(e,typeof t!="symbol"?t+"":t,r),r),mt=class extends gt{constructor(t){var r;super(),he(this,"_locale",""),he(this,"_locales"),he(this,"_localeData",{}),he(this,"_messages",{}),he(this,"_missing"),he(this,"_messageCompiler"),he(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:zt,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,i])=>this._load(o,i)),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 i=o==null?void 0:o.message;t||(t=""),ue(t)||(r=t.values||r,i=t.message,t=t.id);let a=this.messages[t],n=a===void 0,s=this._missing;if(s&&n)return so(s)?s(this._locale,t):s;n&&this.emit("missing",{id:t,locale:this._locale});let l=a||i||t;return ue(l)&&(this._messageCompiler?l=this._messageCompiler(l):console.warn(`Uncompiled message detected! Message:
|
|
3
3
|
|
|
4
4
|
> ${l}
|
|
5
5
|
|
|
@@ -7,41 +7,3609 @@ 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
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
10
|
+
`)),ue(l)&&Tt.test(l)?JSON.parse(`"${l}"`):ue(l)?l:go(l,this._locale,this._locales)(r,o==null?void 0:o.formats)}date(t,r){return ht(this._locales||this._locale,t,r)}number(t,r){return ut(this._locales||this._locale,t,r)}};function vo(e={}){return new mt(e)}var P=vo();var jt=["top","right","bottom","left"];var le=Math.min,Y=Math.max,Oe=Math.round;var re=e=>({x:e,y:e}),wo={left:"right",right:"left",bottom:"top",top:"bottom"},xo={start:"end",end:"start"};function qe(e,t,r){return Y(e,le(t,r))}function ge(e,t){return typeof e=="function"?e(t):e}function ce(e){return e.split("-")[0]}function be(e){return e.split("-")[1]}function bt(e){return e==="x"?"y":"x"}function Ve(e){return e==="y"?"height":"width"}var yo=new Set(["top","bottom"]);function ne(e){return yo.has(ce(e))?"y":"x"}function Qe(e){return bt(ne(e))}function Ft(e,t,r){r===void 0&&(r=!1);let o=be(e),i=Qe(e),a=Ve(i),n=i==="x"?o===(r?"end":"start")?"right":"left":o==="start"?"bottom":"top";return t.reference[a]>t.floating[a]&&(n=Le(n)),[n,Le(n)]}function Nt(e){let t=Le(e);return[Ne(e),t,Ne(t)]}function Ne(e){return e.replace(/start|end/g,t=>xo[t])}var Pt=["left","right"],Rt=["right","left"],ko=["top","bottom"],$o=["bottom","top"];function _o(e,t,r){switch(e){case"top":case"bottom":return r?t?Rt:Pt:t?Pt:Rt;case"left":case"right":return t?ko:$o;default:return[]}}function qt(e,t,r,o){let i=be(e),a=_o(ce(e),r==="start",o);return i&&(a=a.map(n=>n+"-"+i),t&&(a=a.concat(a.map(Ne)))),a}function Le(e){return e.replace(/left|right|bottom|top/g,t=>wo[t])}function Co(e){return{top:0,right:0,bottom:0,left:0,...e}}function ft(e){return typeof e!="number"?Co(e):{top:e,right:e,bottom:e,left:e}}function fe(e){let{x:t,y:r,width:o,height:i}=e;return{width:o,height:i,top:r,left:t,right:t+o,bottom:r+i,x:t,y:r}}function Vt(e,t,r){let{reference:o,floating:i}=e,a=ne(t),n=Qe(t),s=Ve(n),l=ce(t),d=a==="y",c=o.x+o.width/2-i.width/2,g=o.y+o.height/2-i.height/2,f=o[s]/2-i[s]/2,u;switch(l){case"top":u={x:c,y:o.y-i.height};break;case"bottom":u={x:c,y:o.y+o.height};break;case"right":u={x:o.x+o.width,y:g};break;case"left":u={x:o.x-i.width,y:g};break;default:u={x:o.x,y:o.y}}switch(be(t)){case"start":u[n]-=f*(r&&d?-1:1);break;case"end":u[n]+=f*(r&&d?-1:1);break}return u}var Ht=async(e,t,r)=>{let{placement:o="bottom",strategy:i="absolute",middleware:a=[],platform:n}=r,s=a.filter(Boolean),l=await(n.isRTL==null?void 0:n.isRTL(t)),d=await n.getElementRects({reference:e,floating:t,strategy:i}),{x:c,y:g}=Vt(d,o,l),f=o,u={},b=0;for(let x=0;x<s.length;x++){let{name:v,fn:_}=s[x],{x:C,y:E,data:q,reset:D}=await _({x:c,y:g,initialPlacement:o,placement:f,strategy:i,middlewareData:u,rects:d,platform:n,elements:{reference:e,floating:t}});c=C!=null?C:c,g=E!=null?E:g,u={...u,[v]:{...u[v],...q}},D&&b<=50&&(b++,typeof D=="object"&&(D.placement&&(f=D.placement),D.rects&&(d=D.rects===!0?await n.getElementRects({reference:e,floating:t,strategy:i}):D.rects),{x:c,y:g}=Vt(d,f,l)),x=-1)}return{x:c,y:g,placement:f,strategy:i,middlewareData:u}};async function $e(e,t){var r;t===void 0&&(t={});let{x:o,y:i,platform:a,rects:n,elements:s,strategy:l}=e,{boundary:d="clippingAncestors",rootBoundary:c="viewport",elementContext:g="floating",altBoundary:f=!1,padding:u=0}=ge(t,e),b=ft(u),v=s[f?g==="floating"?"reference":"floating":g],_=fe(await a.getClippingRect({element:(r=await(a.isElement==null?void 0:a.isElement(v)))==null||r?v:v.contextElement||await(a.getDocumentElement==null?void 0:a.getDocumentElement(s.floating)),boundary:d,rootBoundary:c,strategy:l})),C=g==="floating"?{x:o,y:i,width:n.floating.width,height:n.floating.height}:n.reference,E=await(a.getOffsetParent==null?void 0:a.getOffsetParent(s.floating)),q=await(a.isElement==null?void 0:a.isElement(E))?await(a.getScale==null?void 0:a.getScale(E))||{x:1,y:1}:{x:1,y:1},D=fe(a.convertOffsetParentRelativeRectToViewportRelativeRect?await a.convertOffsetParentRelativeRectToViewportRelativeRect({elements:s,rect:C,offsetParent:E,strategy:l}):C);return{top:(_.top-D.top+b.top)/q.y,bottom:(D.bottom-_.bottom+b.bottom)/q.y,left:(_.left-D.left+b.left)/q.x,right:(D.right-_.right+b.right)/q.x}}var It=e=>({name:"arrow",options:e,async fn(t){let{x:r,y:o,placement:i,rects:a,platform:n,elements:s,middlewareData:l}=t,{element:d,padding:c=0}=ge(e,t)||{};if(d==null)return{};let g=ft(c),f={x:r,y:o},u=Qe(i),b=Ve(u),x=await n.getDimensions(d),v=u==="y",_=v?"top":"left",C=v?"bottom":"right",E=v?"clientHeight":"clientWidth",q=a.reference[b]+a.reference[u]-f[u]-a.floating[b],D=f[u]-a.reference[u],w=await(n.getOffsetParent==null?void 0:n.getOffsetParent(d)),y=w?w[E]:0;(!y||!await(n.isElement==null?void 0:n.isElement(w)))&&(y=s.floating[E]||a.floating[b]);let L=q/2-D/2,A=y/2-x[b]/2-1,z=le(g[_],A),I=le(g[C],A),Q=z,U=y-x[b]-I,j=y/2-x[b]/2+L,M=qe(Q,j,U),Z=!l.arrow&&be(i)!=null&&j!==M&&a.reference[b]/2-(j<Q?z:I)-x[b]/2<0,F=Z?j<Q?j-Q:j-U:0;return{[u]:f[u]+F,data:{[u]:M,centerOffset:j-M-F,...Z&&{alignmentOffset:F}},reset:Z}}});var Ut=function(e){return e===void 0&&(e={}),{name:"flip",options:e,async fn(t){var r,o;let{placement:i,middlewareData:a,rects:n,initialPlacement:s,platform:l,elements:d}=t,{mainAxis:c=!0,crossAxis:g=!0,fallbackPlacements:f,fallbackStrategy:u="bestFit",fallbackAxisSideDirection:b="none",flipAlignment:x=!0,...v}=ge(e,t);if((r=a.arrow)!=null&&r.alignmentOffset)return{};let _=ce(i),C=ne(s),E=ce(s)===s,q=await(l.isRTL==null?void 0:l.isRTL(d.floating)),D=f||(E||!x?[Le(s)]:Nt(s)),w=b!=="none";!f&&w&&D.push(...qt(s,x,b,q));let y=[s,...D],L=await $e(t,v),A=[],z=((o=a.flip)==null?void 0:o.overflows)||[];if(c&&A.push(L[_]),g){let j=Ft(i,n,q);A.push(L[j[0]],L[j[1]])}if(z=[...z,{placement:i,overflows:A}],!A.every(j=>j<=0)){var I,Q;let j=(((I=a.flip)==null?void 0:I.index)||0)+1,M=y[j];if(M&&(!(g==="alignment"?C!==ne(M):!1)||z.every(W=>ne(W.placement)===C?W.overflows[0]>0:!0)))return{data:{index:j,overflows:z},reset:{placement:M}};let Z=(Q=z.filter(F=>F.overflows[0]<=0).sort((F,W)=>F.overflows[1]-W.overflows[1])[0])==null?void 0:Q.placement;if(!Z)switch(u){case"bestFit":{var U;let F=(U=z.filter(W=>{if(w){let K=ne(W.placement);return K===C||K==="y"}return!0}).map(W=>[W.placement,W.overflows.filter(K=>K>0).reduce((K,Ur)=>K+Ur,0)]).sort((W,K)=>W[1]-K[1])[0])==null?void 0:U[0];F&&(Z=F);break}case"initialPlacement":Z=s;break}if(i!==Z)return{reset:{placement:Z}}}return{}}}};function Qt(e,t){return{top:e.top-t.height,right:e.right-t.width,bottom:e.bottom-t.height,left:e.left-t.width}}function Bt(e){return jt.some(t=>e[t]>=0)}var Yt=function(e){return e===void 0&&(e={}),{name:"hide",options:e,async fn(t){let{rects:r}=t,{strategy:o="referenceHidden",...i}=ge(e,t);switch(o){case"referenceHidden":{let a=await $e(t,{...i,elementContext:"reference"}),n=Qt(a,r.reference);return{data:{referenceHiddenOffsets:n,referenceHidden:Bt(n)}}}case"escaped":{let a=await $e(t,{...i,altBoundary:!0}),n=Qt(a,r.floating);return{data:{escapedOffsets:n,escaped:Bt(n)}}}default:return{}}}}};var So=new Set(["left","top"]);async function Eo(e,t){let{placement:r,platform:o,elements:i}=e,a=await(o.isRTL==null?void 0:o.isRTL(i.floating)),n=ce(r),s=be(r),l=ne(r)==="y",d=So.has(n)?-1:1,c=a&&l?-1:1,g=ge(t,e),{mainAxis:f,crossAxis:u,alignmentAxis:b}=typeof g=="number"?{mainAxis:g,crossAxis:0,alignmentAxis:null}:{mainAxis:g.mainAxis||0,crossAxis:g.crossAxis||0,alignmentAxis:g.alignmentAxis};return s&&typeof b=="number"&&(u=s==="end"?b*-1:b),l?{x:u*c,y:f*d}:{x:f*d,y:u*c}}var Xt=function(e){return e===void 0&&(e=0),{name:"offset",options:e,async fn(t){var r,o;let{x:i,y:a,placement:n,middlewareData:s}=t,l=await Eo(t,e);return n===((r=s.offset)==null?void 0:r.placement)&&(o=s.arrow)!=null&&o.alignmentOffset?{}:{x:i+l.x,y:a+l.y,data:{...l,placement:n}}}}},Zt=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){let{x:r,y:o,placement:i}=t,{mainAxis:a=!0,crossAxis:n=!1,limiter:s={fn:v=>{let{x:_,y:C}=v;return{x:_,y:C}}},...l}=ge(e,t),d={x:r,y:o},c=await $e(t,l),g=ne(ce(i)),f=bt(g),u=d[f],b=d[g];if(a){let v=f==="y"?"top":"left",_=f==="y"?"bottom":"right",C=u+c[v],E=u-c[_];u=qe(C,u,E)}if(n){let v=g==="y"?"top":"left",_=g==="y"?"bottom":"right",C=b+c[v],E=b-c[_];b=qe(C,b,E)}let x=s.fn({...t,[f]:u,[g]:b});return{...x,data:{x:x.x-r,y:x.y-o,enabled:{[f]:a,[g]:n}}}}}};var Jt=function(e){return e===void 0&&(e={}),{name:"size",options:e,async fn(t){var r,o;let{placement:i,rects:a,platform:n,elements:s}=t,{apply:l=()=>{},...d}=ge(e,t),c=await $e(t,d),g=ce(i),f=be(i),u=ne(i)==="y",{width:b,height:x}=a.floating,v,_;g==="top"||g==="bottom"?(v=g,_=f===(await(n.isRTL==null?void 0:n.isRTL(s.floating))?"start":"end")?"left":"right"):(_=g,v=f==="end"?"top":"bottom");let C=x-c.top-c.bottom,E=b-c.left-c.right,q=le(x-c[v],C),D=le(b-c[_],E),w=!t.middlewareData.shift,y=q,L=D;if((r=t.middlewareData.shift)!=null&&r.enabled.x&&(L=E),(o=t.middlewareData.shift)!=null&&o.enabled.y&&(y=C),w&&!f){let z=Y(c.left,0),I=Y(c.right,0),Q=Y(c.top,0),U=Y(c.bottom,0);u?L=b-2*(z!==0||I!==0?z+I:Y(c.left,c.right)):y=x-2*(Q!==0||U!==0?Q+U:Y(c.top,c.bottom))}await l({...t,availableWidth:L,availableHeight:y});let A=await n.getDimensions(s.floating);return b!==A.width||x!==A.height?{reset:{rects:!0}}:{}}}};function He(){return typeof window!="undefined"}function ve(e){return Wt(e)?(e.nodeName||"").toLowerCase():"#document"}function X(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function ae(e){var t;return(t=(Wt(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function Wt(e){return He()?e instanceof Node||e instanceof X(e).Node:!1}function ee(e){return He()?e instanceof Element||e instanceof X(e).Element:!1}function oe(e){return He()?e instanceof HTMLElement||e instanceof X(e).HTMLElement:!1}function Gt(e){return!He()||typeof ShadowRoot=="undefined"?!1:e instanceof ShadowRoot||e instanceof X(e).ShadowRoot}var Lo=new Set(["inline","contents"]);function _e(e){let{overflow:t,overflowX:r,overflowY:o,display:i}=te(e);return/auto|scroll|overlay|hidden|clip/.test(t+o+r)&&!Lo.has(i)}var Oo=new Set(["table","td","th"]);function Kt(e){return Oo.has(ve(e))}var Ao=[":popover-open",":modal"];function Ae(e){return Ao.some(t=>{try{return e.matches(t)}catch(r){return!1}})}var Do=["transform","translate","scale","rotate","perspective"],zo=["transform","translate","scale","rotate","perspective","filter"],To=["paint","layout","strict","content"];function Ie(e){let t=Ue(),r=ee(e)?te(e):e;return Do.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)||zo.some(o=>(r.willChange||"").includes(o))||To.some(o=>(r.contain||"").includes(o))}function er(e){let t=de(e);for(;oe(t)&&!we(t);){if(Ie(t))return t;if(Ae(t))return null;t=de(t)}return null}function Ue(){return typeof CSS=="undefined"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}var Mo=new Set(["html","body","#document"]);function we(e){return Mo.has(ve(e))}function te(e){return X(e).getComputedStyle(e)}function De(e){return ee(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function de(e){if(ve(e)==="html")return e;let t=e.assignedSlot||e.parentNode||Gt(e)&&e.host||ae(e);return Gt(t)?t.host:t}function tr(e){let t=de(e);return we(t)?e.ownerDocument?e.ownerDocument.body:e.body:oe(t)&&_e(t)?t:tr(t)}function Be(e,t,r){var o;t===void 0&&(t=[]),r===void 0&&(r=!0);let i=tr(e),a=i===((o=e.ownerDocument)==null?void 0:o.body),n=X(i);if(a){let s=Ye(n);return t.concat(n,n.visualViewport||[],_e(i)?i:[],s&&r?Be(s):[])}return t.concat(i,Be(i,[],r))}function Ye(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function nr(e){let t=te(e),r=parseFloat(t.width)||0,o=parseFloat(t.height)||0,i=oe(e),a=i?e.offsetWidth:r,n=i?e.offsetHeight:o,s=Oe(r)!==a||Oe(o)!==n;return s&&(r=a,o=n),{width:r,height:o,$:s}}function ar(e){return ee(e)?e:e.contextElement}function Ce(e){let t=ar(e);if(!oe(t))return re(1);let r=t.getBoundingClientRect(),{width:o,height:i,$:a}=nr(t),n=(a?Oe(r.width):r.width)/o,s=(a?Oe(r.height):r.height)/i;return(!n||!Number.isFinite(n))&&(n=1),(!s||!Number.isFinite(s))&&(s=1),{x:n,y:s}}var Po=re(0);function sr(e){let t=X(e);return!Ue()||!t.visualViewport?Po:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function Ro(e,t,r){return t===void 0&&(t=!1),!r||t&&r!==X(e)?!1:t}function ze(e,t,r,o){t===void 0&&(t=!1),r===void 0&&(r=!1);let i=e.getBoundingClientRect(),a=ar(e),n=re(1);t&&(o?ee(o)&&(n=Ce(o)):n=Ce(e));let s=Ro(a,r,o)?sr(a):re(0),l=(i.left+s.x)/n.x,d=(i.top+s.y)/n.y,c=i.width/n.x,g=i.height/n.y;if(a){let f=X(a),u=o&&ee(o)?X(o):o,b=f,x=Ye(b);for(;x&&o&&u!==b;){let v=Ce(x),_=x.getBoundingClientRect(),C=te(x),E=_.left+(x.clientLeft+parseFloat(C.paddingLeft))*v.x,q=_.top+(x.clientTop+parseFloat(C.paddingTop))*v.y;l*=v.x,d*=v.y,c*=v.x,g*=v.y,l+=E,d+=q,b=X(x),x=Ye(b)}}return fe({width:c,height:g,x:l,y:d})}function Xe(e,t){let r=De(e).scrollLeft;return t?t.left+r:ze(ae(e)).left+r}function lr(e,t){let r=e.getBoundingClientRect(),o=r.left+t.scrollLeft-Xe(e,r),i=r.top+t.scrollTop;return{x:o,y:i}}function jo(e){let{elements:t,rect:r,offsetParent:o,strategy:i}=e,a=i==="fixed",n=ae(o),s=t?Ae(t.floating):!1;if(o===n||s&&a)return r;let l={scrollLeft:0,scrollTop:0},d=re(1),c=re(0),g=oe(o);if((g||!g&&!a)&&((ve(o)!=="body"||_e(n))&&(l=De(o)),oe(o))){let u=ze(o);d=Ce(o),c.x=u.x+o.clientLeft,c.y=u.y+o.clientTop}let f=n&&!g&&!a?lr(n,l):re(0);return{width:r.width*d.x,height:r.height*d.y,x:r.x*d.x-l.scrollLeft*d.x+c.x+f.x,y:r.y*d.y-l.scrollTop*d.y+c.y+f.y}}function Fo(e){return Array.from(e.getClientRects())}function No(e){let t=ae(e),r=De(e),o=e.ownerDocument.body,i=Y(t.scrollWidth,t.clientWidth,o.scrollWidth,o.clientWidth),a=Y(t.scrollHeight,t.clientHeight,o.scrollHeight,o.clientHeight),n=-r.scrollLeft+Xe(e),s=-r.scrollTop;return te(o).direction==="rtl"&&(n+=Y(t.clientWidth,o.clientWidth)-i),{width:i,height:a,x:n,y:s}}var rr=25;function qo(e,t){let r=X(e),o=ae(e),i=r.visualViewport,a=o.clientWidth,n=o.clientHeight,s=0,l=0;if(i){a=i.width,n=i.height;let c=Ue();(!c||c&&t==="fixed")&&(s=i.offsetLeft,l=i.offsetTop)}let d=Xe(o);if(d<=0){let c=o.ownerDocument,g=c.body,f=getComputedStyle(g),u=c.compatMode==="CSS1Compat"&&parseFloat(f.marginLeft)+parseFloat(f.marginRight)||0,b=Math.abs(o.clientWidth-g.clientWidth-u);b<=rr&&(a-=b)}else d<=rr&&(a+=d);return{width:a,height:n,x:s,y:l}}var Vo=new Set(["absolute","fixed"]);function Qo(e,t){let r=ze(e,!0,t==="fixed"),o=r.top+e.clientTop,i=r.left+e.clientLeft,a=oe(e)?Ce(e):re(1),n=e.clientWidth*a.x,s=e.clientHeight*a.y,l=i*a.x,d=o*a.y;return{width:n,height:s,x:l,y:d}}function or(e,t,r){let o;if(t==="viewport")o=qo(e,r);else if(t==="document")o=No(ae(e));else if(ee(t))o=Qo(t,r);else{let i=sr(e);o={x:t.x-i.x,y:t.y-i.y,width:t.width,height:t.height}}return fe(o)}function cr(e,t){let r=de(e);return r===t||!ee(r)||we(r)?!1:te(r).position==="fixed"||cr(r,t)}function Bo(e,t){let r=t.get(e);if(r)return r;let o=Be(e,[],!1).filter(s=>ee(s)&&ve(s)!=="body"),i=null,a=te(e).position==="fixed",n=a?de(e):e;for(;ee(n)&&!we(n);){let s=te(n),l=Ie(n);!l&&s.position==="fixed"&&(i=null),(a?!l&&!i:!l&&s.position==="static"&&!!i&&Vo.has(i.position)||_e(n)&&!l&&cr(e,n))?o=o.filter(c=>c!==n):i=s,n=de(n)}return t.set(e,o),o}function Ho(e){let{element:t,boundary:r,rootBoundary:o,strategy:i}=e,n=[...r==="clippingAncestors"?Ae(t)?[]:Bo(t,this._c):[].concat(r),o],s=n[0],l=n.reduce((d,c)=>{let g=or(t,c,i);return d.top=Y(g.top,d.top),d.right=le(g.right,d.right),d.bottom=le(g.bottom,d.bottom),d.left=Y(g.left,d.left),d},or(t,s,i));return{width:l.right-l.left,height:l.bottom-l.top,x:l.left,y:l.top}}function Io(e){let{width:t,height:r}=nr(e);return{width:t,height:r}}function Uo(e,t,r){let o=oe(t),i=ae(t),a=r==="fixed",n=ze(e,!0,a,t),s={scrollLeft:0,scrollTop:0},l=re(0);function d(){l.x=Xe(i)}if(o||!o&&!a)if((ve(t)!=="body"||_e(i))&&(s=De(t)),o){let u=ze(t,!0,a,t);l.x=u.x+t.clientLeft,l.y=u.y+t.clientTop}else i&&d();a&&!o&&i&&d();let c=i&&!o&&!a?lr(i,s):re(0),g=n.left+s.scrollLeft-l.x-c.x,f=n.top+s.scrollTop-l.y-c.y;return{x:g,y:f,width:n.width,height:n.height}}function vt(e){return te(e).position==="static"}function ir(e,t){if(!oe(e)||te(e).position==="fixed")return null;if(t)return t(e);let r=e.offsetParent;return ae(e)===r&&(r=r.ownerDocument.body),r}function dr(e,t){let r=X(e);if(Ae(e))return r;if(!oe(e)){let i=de(e);for(;i&&!we(i);){if(ee(i)&&!vt(i))return i;i=de(i)}return r}let o=ir(e,t);for(;o&&Kt(o)&&vt(o);)o=ir(o,t);return o&&we(o)&&vt(o)&&!Ie(o)?r:o||er(e)||r}var Yo=async function(e){let t=this.getOffsetParent||dr,r=this.getDimensions,o=await r(e.floating);return{reference:Uo(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:o.width,height:o.height}}};function Xo(e){return te(e).direction==="rtl"}var Zo={convertOffsetParentRelativeRectToViewportRelativeRect:jo,getDocumentElement:ae,getClippingRect:Ho,getOffsetParent:dr,getElementRects:Yo,getClientRects:Fo,getDimensions:Io,getScale:Ce,isElement:ee,isRTL:Xo};var ur=Xt;var gr=Zt,mr=Ut,pr=Jt,hr=Yt,br=It;var fr=(e,t,r)=>{let o=new Map,i={platform:Zo,...r},a={...i.platform,_c:o};return Ht(e,t,{...i,platform:a})};var Je="top-start",Ge="top",We="top-end",Ke="right-start",et="right",tt="right-end",rt="bottom-start",Te="bottom",ot="bottom-end",it="left-start",nt="left",at="left-end",wt=[Je,Ge,We,Ke,et,tt,rt,Te,ot,it,nt,at],xe={[Je]:rt,[Ge]:Te,[We]:ot,[rt]:Je,[Te]:Ge,[ot]:We,[it]:Ke,[nt]:et,[at]:tt,[Ke]:it,[et]:nt,[tt]:at},Jo={[it]:-45,[nt]:-45,[at]:-45,[Je]:45,[Ge]:45,[We]:45,[Ke]:135,[et]:135,[tt]:135,[rt]:-135,[Te]:-135,[ot]:-135},xt=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},Go=e=>e.split("-")[0],Wo=e=>xe[Go(e)],wr=e=>xe[e],Ko=e=>Jo[wr(e)],ei=(e,t,r)=>{Object.assign(e==null?void 0:e.style,{borderTopLeftRadius:"4px",zIndex:1,[`margin${xt(Wo(r))}`]:"-0.5px",transform:`rotate(${t}deg)`})},vr=8,Ze=24;async function yt(e){var o,i,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 fr(t,r,{placement:(o=e==null?void 0:e.directionName)!=null?o:Te,middleware:[ur({mainAxis:(i=e==null?void 0:e.distance)!=null?i:8,crossAxis:(a=e==null?void 0:e.skidding)!=null?a:0}),(e==null?void 0:e.flip)&&mr({crossAxis:e==null?void 0:e.crossAxis,fallbackPlacements:e==null?void 0:e.fallbackPlacements}),(e==null?void 0:e.flip)&&gr({crossAxis:!0}),!(e!=null&&e.noArrow)&&(e==null?void 0:e.arrowEl)&&br({element:e==null?void 0:e.arrowEl}),hr(),pr({apply(){Object.assign(r.style,{paddingRight:`${vr}px`,paddingLeft:`${vr}px`})}})]}).then(({x:n,y:s,middlewareData:l,placement:d})=>{if(e.actualDirection=d,e!=null&&e.isCallout||Object.assign(r.style,{left:`${n}px`,top:`${s}px`}),l!=null&&l.hide&&!(e!=null&&e.isCallout)){let{referenceHidden:c}=l.hide;Object.assign(r.style,{visibility:c?"hidden":""})}if(l!=null&&l.arrow&&(e!=null&&e.arrowEl)){let c=e==null?void 0:e.arrowEl,{x:g,y:f}=l.arrow,u=window.getComputedStyle(r).direction==="rtl",b=wr(d).split("-")[1],x="",v="",_="",C="";if(b==="start"){let E=typeof g=="number"?`calc(${Ze}px - ${c.offsetWidth/2}px)`:"";x=typeof f=="number"?`calc(${Ze}px - ${c.offsetWidth/2}px)`:"",v=u?E:"",C=u?"":E}else if(b==="end"){let E=typeof g=="number"?`calc(${Ze}px - ${c.offsetWidth/2}px)`:"";v=u?"":E,C=u?E:"",_=typeof f=="number"?`calc(${Ze}px - ${c.offsetWidth/2}px)`:""}else C=typeof g=="number"?`${g}px`:"",x=typeof f=="number"?`${f}px`:"";Object.assign(c.style,{top:x,right:v,bottom:_,left:C}),ei(c,Ko(d),d)}}),e}import{css as _i,html as Ee,LitElement as Ci,nothing as Ir}from"lit";import{property as G}from"lit/decorators.js";import{ifDefined as Si}from"lit/directives/if-defined.js";var ti=["en","nb","fi","da","sv"],yr="en",xr=e=>ti.find(t=>e===t||e.toLowerCase().includes(t))||yr;function ri(){if(typeof window=="undefined"){let e=process.env.NMP_LANGUAGE||Intl.DateTimeFormat().resolvedOptions().locale;return xr(e)}try{let e=document.documentElement.lang;return xr(e)}catch(e){return console.warn("could not detect locale, falling back to source locale",e),yr}}var oi=(e,t,r,o,i,a)=>e==="nb"?r:e==="fi"?o:e==="da"?i:e==="sv"?a:t,st=(e,t,r,o,i)=>{let a=ri(),n=oi(a,e,t,r,o,i);P.load(a,n),P.activate(a)};import{css as kr}from"lit";var Se=kr`
|
|
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
|
+
`,rn=kr`*, :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 an}from"lit/directives/class-map.js";function $r(){return`m${Math.random().toString(36).slice(2)}`}import{css as ii}from"lit";var _r=ii`
|
|
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 Sr=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 Er=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 Lr=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 Or=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 ni}from"lit";var Ar=ni`*,: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)}.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 ai}from"lit";import{unsafeStatic as si,html as li}from"lit/static-html.js";var ci=JSON.parse('{"icon.title.close":["Kryss"]}'),di=JSON.parse('{"icon.title.close":["Cross"]}'),ui=JSON.parse('{"icon.title.close":["Rasti"]}'),gi=JSON.parse('{"icon.title.close":["Kryds"]}'),mi=JSON.parse('{"icon.title.close":["Kryss"]}'),Dr=["en","nb","fi","da","sv"],zr="en",pi=()=>{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},Tr=()=>{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":zr},kt=e=>Dr.find(t=>e===t||e.toLowerCase().includes(t))||Tr();function hi(){var e;if(typeof window=="undefined"){let t=pi();return kt(t)}try{let t=(e=document==null?void 0:document.documentElement)==null?void 0:e.lang,r=Tr();return Dr.includes(t)?kt(t!=null?t:r):(console.warn("Unsupported locale set in html lang tag, falling back to detection by hostname"),kt(r))}catch(t){return console.warn("could not detect locale, falling back to source locale",t),zr}}var bi=(e,t,r,o,i,a)=>e==="nb"?r:e==="fi"?o:e==="da"?i:e==="sv"?a:t,fi=(e,t,r,o,i)=>{let a=hi(),n=bi(a,e,t,r,o,i);P.load(a,n),P.activate(a)};fi(di,ci,ui,gi,mi);var vi=class extends ai{render(){let e=P.t({message:"Cross",id:"icon.title.close",comment:"Title for close icon"});return li`<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">${si(`<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",vi);var O=function(e,t,r,o){if(r==="a"&&!o)throw new TypeError("Private accessor was defined without a getter");if(typeof t=="function"?e!==t||!o:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return r==="m"?o:r==="a"?o.call(e):o?o.value:t.get(e)},R=function(e,t,r,o,i){if(o==="m")throw new TypeError("Private method is not writable");if(o==="a"&&!i)throw new TypeError("Private accessor was defined without a setter");if(typeof t=="function"?e!==t||!i:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return o==="a"?i.call(e,r):i?i.value=r:t.set(e,r),r};function lt(e){var t,r,o,i,a,n,s,l,d,c,g,f,u,b,x,v,_,C,E;class q extends e{constructor(...w){var y,L,A;super(...w),t.add(this),this.internals=this.attachInternals(),r.set(this,!1),o.set(this,!1),i.set(this,!1),a.set(this,void 0),n.set(this,void 0),s.set(this,!0),d.set(this,""),c.set(this,()=>{R(this,i,!0,"f"),R(this,r,!0,"f"),O(this,t,"m",v).call(this)}),g.set(this,()=>{R(this,r,!1,"f"),O(this,t,"m",_).call(this,this.shouldFormValueUpdate()?O(this,d,"f"):""),!this.validity.valid&&O(this,i,"f")&&R(this,o,!0,"f");let z=O(this,t,"m",v).call(this);this.validationMessageCallback&&this.validationMessageCallback(z?this.internals.validationMessage:"")}),f.set(this,()=>{var z;O(this,s,"f")&&this.validationTarget&&(this.internals.setValidity(this.validity,this.validationMessage,this.validationTarget),R(this,s,!1,"f")),R(this,i,!0,"f"),R(this,o,!0,"f"),O(this,t,"m",v).call(this),(z=this===null||this===void 0?void 0:this.validationMessageCallback)===null||z===void 0||z.call(this,this.showError?this.internals.validationMessage:"")}),u.set(this,void 0),b.set(this,!1),x.set(this,Promise.resolve()),(y=this.addEventListener)===null||y===void 0||y.call(this,"focus",O(this,c,"f")),(L=this.addEventListener)===null||L===void 0||L.call(this,"blur",O(this,g,"f")),(A=this.addEventListener)===null||A===void 0||A.call(this,"invalid",O(this,f,"f")),this.setValue(null)}static get formAssociated(){return!0}static get validators(){return this.formControlValidators||[]}static get observedAttributes(){let w=this.validators.map(A=>A.attribute).flat(),y=super.observedAttributes||[];return[...new Set([...y,...w])]}static getValidator(w){return this.validators.find(y=>y.attribute===w)||null}static getValidators(w){return this.validators.filter(y=>{var L;if(y.attribute===w||!((L=y.attribute)===null||L===void 0)&&L.includes(w))return!0})}get form(){return this.internals.form}get showError(){return O(this,t,"m",v).call(this)}checkValidity(){return this.internals.checkValidity()}get validity(){return this.internals.validity}get validationMessage(){return this.internals.validationMessage}attributeChangedCallback(w,y,L){var A;(A=super.attributeChangedCallback)===null||A===void 0||A.call(this,w,y,L);let I=this.constructor.getValidators(w);I!=null&&I.length&&this.validationTarget&&this.setValue(O(this,d,"f"))}setValue(w){var y;R(this,o,!1,"f"),(y=this.validationMessageCallback)===null||y===void 0||y.call(this,""),R(this,d,w,"f");let A=this.shouldFormValueUpdate()?w:null;this.internals.setFormValue(A),O(this,t,"m",_).call(this,A),this.valueChangedCallback&&this.valueChangedCallback(A),O(this,t,"m",v).call(this)}shouldFormValueUpdate(){return!0}get validationComplete(){return new Promise(w=>w(O(this,x,"f")))}formResetCallback(){var w,y;R(this,i,!1,"f"),R(this,o,!1,"f"),O(this,t,"m",v).call(this),(w=this.resetFormControl)===null||w===void 0||w.call(this),(y=this.validationMessageCallback)===null||y===void 0||y.call(this,O(this,t,"m",v).call(this)?this.validationMessage:"")}}return r=new WeakMap,o=new WeakMap,i=new WeakMap,a=new WeakMap,n=new WeakMap,s=new WeakMap,d=new WeakMap,c=new WeakMap,g=new WeakMap,f=new WeakMap,u=new WeakMap,b=new WeakMap,x=new WeakMap,t=new WeakSet,l=function(){let w=this.getRootNode(),y=`${this.localName}[name="${this.getAttribute("name")}"]`;return w.querySelectorAll(y)},v=function(){if(this.hasAttribute("disabled"))return!1;let w=O(this,o,"f")||O(this,i,"f")&&!this.validity.valid&&!O(this,r,"f");return w&&this.internals.states?this.internals.states.add("--show-error"):this.internals.states&&this.internals.states.delete("--show-error"),w},_=function(w){let y=this.constructor,L={},A=y.validators,z=[],I=A.some(M=>M.isValid instanceof Promise);O(this,b,"f")||(R(this,x,new Promise(M=>{R(this,u,M,"f")}),"f"),R(this,b,!0,"f")),O(this,a,"f")&&(O(this,a,"f").abort(),R(this,n,O(this,a,"f"),"f"));let Q=new AbortController;R(this,a,Q,"f");let U,j=!1;A.length&&(A.forEach(M=>{let Z=M.key||"customError",F=M.isValid(this,w,Q.signal);F instanceof Promise?(z.push(F),F.then(K=>{K!=null&&(L[Z]=!K,U=O(this,t,"m",E).call(this,M,w),O(this,t,"m",C).call(this,L,U))})):(L[Z]=!F,this.validity[Z]!==!F&&(j=!0),!F&&!U&&(U=O(this,t,"m",E).call(this,M,w)))}),Promise.allSettled(z).then(()=>{var M;Q!=null&&Q.signal.aborted||(R(this,b,!1,"f"),(M=O(this,u,"f"))===null||M===void 0||M.call(this))}),(j||!I)&&O(this,t,"m",C).call(this,L,U))},C=function(w,y){if(this.validationTarget)this.internals.setValidity(w,y,this.validationTarget),R(this,s,!1,"f");else{if(this.internals.setValidity(w,y),this.internals.validity.valid)return;R(this,s,!0,"f")}},E=function(w,y){if(this.validityCallback){let L=this.validityCallback(w.key||"customError");if(L)return L}return w.message instanceof Function?w.message(this,y):w.message},q}import{html as ct,LitElement as Br,css as $i}from"lit";import{property as J}from"lit/decorators.js";import{html as xi,LitElement as Pr}from"lit";import{property as ie}from"lit/decorators.js";import{classMap as yi}from"lit/directives/class-map.js";import{css as wi}from"lit";var Mr=wi`.w-button,
|
|
3350
|
+
.w-button--secondary {
|
|
3351
|
+
/* Local scoped variables, given the default button (the secondary variant) as a default */
|
|
3352
|
+
--_background: var(--background, var(--w-s-color-background));
|
|
3353
|
+
--_background-hover: var(--background-hover, var(--w-s-color-background-hover));
|
|
3354
|
+
--_background-active: var(--background-active, var(--w-s-color-background-active));
|
|
3355
|
+
--_text-color: var(--color, var(--w-s-color-text-link));
|
|
3356
|
+
--_border-width: var(--border-width, 2px);
|
|
3357
|
+
--_border: var(--border, var(--w-s-color-border));
|
|
3358
|
+
--_border-hover: var(--border-hover, var(--w-s-color-border-hover));
|
|
3359
|
+
--_border-active: var(--border-active, var(--w-s-color-border-active));
|
|
3360
|
+
--_border-radius: var(--border-radius, 8px);
|
|
3361
|
+
--_font-size: var(--font-size, var(--w-font-size-m));
|
|
3362
|
+
--_line-height: var(--line-height, var(--w-line-height-m));
|
|
3363
|
+
--_font-weight: var(--font-weight, bold);
|
|
3364
|
+
--_padding-x: var(--padding-x, 16px);
|
|
3365
|
+
--_padding-y: var(--padding-y, 13px);
|
|
3366
|
+
|
|
3367
|
+
/* Base setup for all buttons */
|
|
3368
|
+
display: inline-flex;
|
|
3369
|
+
justify-content: center;
|
|
3370
|
+
align-items: center;
|
|
3371
|
+
text-align: center;
|
|
3372
|
+
cursor: pointer;
|
|
3373
|
+
transition:
|
|
3374
|
+
color 150ms cubic-bezier(0.4, 0, 0.2, 1),
|
|
3375
|
+
background-color 150ms cubic-bezier(0.4, 0, 0.2, 1),
|
|
3376
|
+
border-color 150ms cubic-bezier(0.4, 0, 0.2, 1),
|
|
3377
|
+
fill 150ms cubic-bezier(0.4, 0, 0.2, 1),
|
|
3378
|
+
stroke 150ms cubic-bezier(0.4, 0, 0.2, 1);
|
|
3379
|
+
|
|
3380
|
+
/* Hook the local vars up to the button stuff */
|
|
3381
|
+
background-color: var(--_background);
|
|
3382
|
+
color: var(--_text-color);
|
|
3383
|
+
border: var(--_border-width) solid var(--_border);
|
|
3384
|
+
border-radius: var(--_border-radius);
|
|
3385
|
+
padding: calc(var(--_padding-y) - var(--_border-width)) calc(var(--_padding-x) - var(--_border-width));
|
|
3386
|
+
font-size: var(--_font-size);
|
|
3387
|
+
line-height: var(--_line-height);
|
|
3388
|
+
font-weight: var(--_font-weight);
|
|
3389
|
+
}
|
|
3390
|
+
|
|
3391
|
+
.w-button:hover {
|
|
3392
|
+
background-color: var(--_background-hover);
|
|
3393
|
+
border-color: var(--_border-hover);
|
|
3394
|
+
}
|
|
3395
|
+
|
|
3396
|
+
.w-button:active {
|
|
3397
|
+
background-color: var(--_background-active);
|
|
3398
|
+
border-color: var(--_border-active);
|
|
3399
|
+
}
|
|
3400
|
+
|
|
3401
|
+
.w-button:focus-visible {
|
|
3402
|
+
outline: 2px solid var(--w-s-color-border-focus);
|
|
3403
|
+
outline-offset: var(--w-outline-offset, 1px);
|
|
3404
|
+
}
|
|
3405
|
+
|
|
3406
|
+
/* Variants config */
|
|
3407
|
+
.w-button--primary {
|
|
3408
|
+
--background: var(--w-s-color-background-primary);
|
|
3409
|
+
--background-hover: var(--w-s-color-background-primary-hover);
|
|
3410
|
+
--background-active: var(--w-s-color-background-primary-active);
|
|
3411
|
+
--color: var(--w-s-color-text-inverted);
|
|
3412
|
+
--border-width: 0px;
|
|
3413
|
+
}
|
|
3414
|
+
.w-button--negative {
|
|
3415
|
+
--background: var(--w-s-color-background-negative);
|
|
3416
|
+
--background-hover: var(--w-s-color-background-negative-hover);
|
|
3417
|
+
--background-active: var(--w-s-color-background-negative-active);
|
|
3418
|
+
--color: var(--w-s-color-text-inverted);
|
|
3419
|
+
--border-width: 0px;
|
|
3420
|
+
}
|
|
3421
|
+
.w-button--negative-quiet {
|
|
3422
|
+
--background: transparent;
|
|
3423
|
+
--background-hover: var(--w-s-color-background-negative-subtle-hover);
|
|
3424
|
+
--background-active: var(--w-s-color-background-negative-subtle-active);
|
|
3425
|
+
--color: var(--w-s-color-text-negative);
|
|
3426
|
+
--border-width: 0px;
|
|
3427
|
+
}
|
|
3428
|
+
.w-button--utility {
|
|
3429
|
+
--background: var(--w-s-color-background);
|
|
3430
|
+
--background-hover: var(--w-s-color-background-hover);
|
|
3431
|
+
--background-active: var(--w-s-color-background-active);
|
|
3432
|
+
--color: var(--w-s-color-text);
|
|
3433
|
+
--border-radius: 4px;
|
|
3434
|
+
--border-width: 1px;
|
|
3435
|
+
}
|
|
3436
|
+
.w-button--utility-quiet {
|
|
3437
|
+
--background: transparent;
|
|
3438
|
+
--color: var(--w-s-color-text);
|
|
3439
|
+
--border-width: 0px;
|
|
3440
|
+
}
|
|
3441
|
+
.w-button--overlay {
|
|
3442
|
+
--background: var(--w-color-background);
|
|
3443
|
+
--background-hover: var(--w-color-background-hover);
|
|
3444
|
+
--background-active: var(--w-color-background-active);
|
|
3445
|
+
--color: var(--w-s-color-text);
|
|
3446
|
+
--border-radius: 9999px;
|
|
3447
|
+
--border-width: 0px;
|
|
3448
|
+
}
|
|
3449
|
+
.w-button--overlay-quiet {
|
|
3450
|
+
--background: transparent;
|
|
3451
|
+
--background-hover: var(--w-s-color-background-hover);
|
|
3452
|
+
--background-active: var(--w-s-color-background-active);
|
|
3453
|
+
--color: var(--w-s-color-text);
|
|
3454
|
+
--border-radius: 9999px;
|
|
3455
|
+
--border-width: 0px;
|
|
3456
|
+
}
|
|
3457
|
+
.w-button--overlay-inverted {
|
|
3458
|
+
--background: var(--w-s-color-background-inverted);
|
|
3459
|
+
--background-hover: var(--w-s-color-background-inverted-hover);
|
|
3460
|
+
--background-active: var(--w-s-color-background-inverted-active);
|
|
3461
|
+
--color: var(--w-s-color-text-inverted);
|
|
3462
|
+
--border-radius: 9999px;
|
|
3463
|
+
--border-width: 0px;
|
|
3464
|
+
}
|
|
3465
|
+
.w-button--overlay-inverted-quiet {
|
|
3466
|
+
--background: transparent;
|
|
3467
|
+
--background-hover: var(--w-s-color-background-inverted-hover);
|
|
3468
|
+
--background-active: var(--w-s-color-background-inverted-active);
|
|
3469
|
+
--color: var(--w-s-color-text-inverted);
|
|
3470
|
+
--border-radius: 9999px;
|
|
3471
|
+
--border-width: 0px;
|
|
3472
|
+
}
|
|
3473
|
+
|
|
3474
|
+
.w-button--link {
|
|
3475
|
+
--background: none;
|
|
3476
|
+
--background-hover: none;
|
|
3477
|
+
--background-active: none;
|
|
3478
|
+
--border-width: 0;
|
|
3479
|
+
--font-weight: normal;
|
|
3480
|
+
display: inline;
|
|
3481
|
+
}
|
|
3482
|
+
|
|
3483
|
+
/* States config, selects --loading as well since loading is always supposed to be disabled */
|
|
3484
|
+
.w-button:disabled,
|
|
3485
|
+
.w-button--disabled,
|
|
3486
|
+
.w-button--loading {
|
|
3487
|
+
--background: var(--w-s-color-background-disabled);
|
|
3488
|
+
--background-hover: var(--w-s-color-background-disabled);
|
|
3489
|
+
--background-active: var(--w-s-color-background-disabled);
|
|
3490
|
+
--color: var(--w-s-color-text-inverted);
|
|
3491
|
+
--border-width: 0px;
|
|
3492
|
+
pointer-events: none;
|
|
3493
|
+
}
|
|
3494
|
+
|
|
3495
|
+
.w-button--link:hover {
|
|
3496
|
+
text-decoration: underline;
|
|
3497
|
+
}
|
|
3498
|
+
|
|
3499
|
+
/* Sizes config */
|
|
3500
|
+
.w-button--small {
|
|
3501
|
+
--padding-x: 12px;
|
|
3502
|
+
--padding-y: 8px;
|
|
3503
|
+
--font-size: var(--w-font-size-xs);
|
|
3504
|
+
--line-height: var(--w-line-height-xs);
|
|
3505
|
+
}
|
|
3506
|
+
|
|
3507
|
+
/* Width config */
|
|
3508
|
+
.w-button--full-width {
|
|
3509
|
+
width: 100%;
|
|
3510
|
+
max-width: 100%;
|
|
3511
|
+
}
|
|
3512
|
+
|
|
3513
|
+
.w-button--has-icon-only {
|
|
3514
|
+
width: auto;
|
|
3515
|
+
max-width: none;
|
|
3516
|
+
--_padding-x: var(--_padding-y);
|
|
3517
|
+
aspect-ratio: 1 / 1;
|
|
3518
|
+
}
|
|
3519
|
+
|
|
3520
|
+
a.w-button {
|
|
3521
|
+
text-decoration: none !important;
|
|
3522
|
+
}
|
|
3523
|
+
|
|
3524
|
+
/* Copy of loading animation from warp */
|
|
3525
|
+
.w-button--loading {
|
|
3526
|
+
background-image: linear-gradient(
|
|
3527
|
+
135deg,
|
|
3528
|
+
rgba(0, 0, 0, 0.05) 25%,
|
|
3529
|
+
transparent 25%,
|
|
3530
|
+
transparent 50%,
|
|
3531
|
+
rgba(0, 0, 0, 0.05) 50%,
|
|
3532
|
+
rgba(0, 0, 0, 0.05) 75%,
|
|
3533
|
+
transparent 75%,
|
|
3534
|
+
transparent
|
|
3535
|
+
);
|
|
3536
|
+
background-size: 30px 30px;
|
|
3537
|
+
animation: animate-inprogress 3s linear infinite;
|
|
3538
|
+
}
|
|
3539
|
+
|
|
3540
|
+
@keyframes animate-inprogress {
|
|
3541
|
+
0% {
|
|
3542
|
+
background-position: 0 0;
|
|
3543
|
+
}
|
|
3544
|
+
100% {
|
|
3545
|
+
background-position: 60px 0;
|
|
3546
|
+
}
|
|
3547
|
+
}`;var Rr=["primary","secondary","negative","negativeQuiet","utility","utilityQuiet","pill","link"],B=class extends lt(Pr){constructor(){super(),this.variant="secondary"}connectedCallback(){if(super.connectedCallback(),!Rr.includes(this.variant))throw new Error(`Invalid "variant" attribute. Set its value to one of the following:
|
|
3548
|
+
${Rr.join(", ")}.`)}firstUpdated(){this.autofocus&&setTimeout(()=>this.focus(),0)}render(){let t={"w-button":this.variant!=="link","w-button--primary":this.variant==="primary","w-button--secondary":this.variant==="secondary","w-button--negative":this.variant==="negative","w-button--utility":this.variant==="utility","w-button--quiet":this.variant==="quiet","w-button--negative-quiet":this.variant==="negativeQuiet","w-button--utility-quiet":this.variant==="utilityQuiet","w-button--small":this.small,"w-button--full-width":this.fullWidth,"w-button--disabled":this.disabled};return xi`<a
|
|
3549
|
+
href=${this.href}
|
|
3550
|
+
target=${this.target}
|
|
3551
|
+
rel=${this.target==="_blank"?this.rel||"noopener":void 0}
|
|
3552
|
+
class=${yi(t)}>
|
|
3553
|
+
<slot></slot>
|
|
3554
|
+
</a>`}};B.shadowRootOptions={...Pr.shadowRootOptions,delegatesFocus:!0},B.styles=[Se,Mr],$([ie({type:Boolean,reflect:!0})],B.prototype,"autofocus",2),$([ie({reflect:!0})],B.prototype,"variant",2),$([ie({type:Boolean,reflect:!0})],B.prototype,"quiet",2),$([ie({type:Boolean,reflect:!0})],B.prototype,"small",2),$([ie({reflect:!0})],B.prototype,"href",2),$([ie({type:Boolean,reflect:!0})],B.prototype,"disabled",2),$([ie({reflect:!0})],B.prototype,"target",2),$([ie({reflect:!0})],B.prototype,"rel",2),$([ie({attribute:"full-width",type:Boolean,reflect:!0})],B.prototype,"fullWidth",2),$([ie({attribute:"button-class",reflect:!0})],B.prototype,"buttonClass",2),$([ie({reflect:!0})],B.prototype,"name",2);customElements.get("w-link")||customElements.define("w-link",B);var jr=JSON.parse('{"button.aria.loading":["Indl\xE6ser..."]}');var Fr=JSON.parse('{"button.aria.loading":["Loading..."]}');var Nr=JSON.parse('{"button.aria.loading":["Ladataan..."]}');var qr=JSON.parse('{"button.aria.loading":["Laster..."]}');var Vr=JSON.parse('{"button.aria.loading":["Laddar ..."]}');import{css as ki}from"lit";var Qr=ki`*,: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}.text-center{text-align:center}.animate-inprogress{background-size:30px 30px;animation:3s linear infinite animate-inprogress;background-image:linear-gradient(135deg,#0000000d 25%,#0000 0 50%,#0000000d 0 75%,#0000 0,#0000)!important}@keyframes animate-inprogress{0%{background-position:0 0}to{background-position:60px 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)}.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-transparent{border-color:#0000}.rounded-4{border-radius:4px}.rounded-8{border-radius:8px}.rounded-full{border-radius:9999px}.inline-block{display:inline-block}.inline{display:inline}.inline-flex{display:inline-flex}.hover\\:underline:hover,.focus\\:underline:focus,.active\\:underline:active{text-decoration-line:underline}.hover\\:no-underline:hover,.focus\\:no-underline:focus,.active\\:no-underline:active{text-decoration:none}.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-center{align-items:center}.justify-center{justify-content:center}.static{position:static}.s-bg{background-color:var(--w-s-color-background)}.s-bg-disabled{background-color:var(--w-s-color-background-disabled)}.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-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)}.max-w-full{max-width:100%}.max-w-max{max-width:max-content}.min-h-32{min-height:3.2rem}.min-w-32{min-width:3.2rem}.w-full{width:100%}.min-h-\\[44px\\]{min-height:44px}.min-w-\\[44px\\]{min-width:44px}.p-0{padding:0}.p-4{padding:.4rem}.px-14{padding-left:1.4rem;padding-right:1.4rem}.px-16{padding-left:1.6rem;padding-right:1.6rem}.py-10{padding-top:1rem;padding-bottom:1rem}.py-12{padding-top:1.2rem;padding-bottom:1.2rem}.py-6{padding-top:.6rem;padding-bottom:.6rem}.py-8{padding-top:.8rem;padding-bottom:.8rem}.px-\\[15px\\]{padding-left:15px;padding-right:15px}.py-\\[11px\\]{padding-top:11px;padding-bottom:11px}.py-\\[7px\\]{padding-top:7px;padding-bottom:7px}.cursor-default{cursor:default}.font-bold{font-weight:700}.pointer-events-none{pointer-events:none}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.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}`;var Hr=["primary","secondary","negative","utility","pill","link"],me="font-bold focusable justify-center transition-colors ease-in-out",T={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"},S={primary:`border-0 rounded-8 ${me}`,secondary:`border-2 rounded-8 ${me}`,utility:`border rounded-4 ${me}`,negative:`border-0 rounded-8 ${me}`,pill:`p-4 rounded-full border-0 inline-flex items-center justify-center hover:bg-clip-padding ${me}`,link:`bg-transparent focusable ease-in-out inline active:underline hover:underline focus:underline ${T.link}`},p={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"},h={medium:"text-m leading-[24]",xsmall:"text-xs"},m={inProgress:`border-transparent animate-inprogress pointer-events-none ${T.loading}`,quiet:`border-0 rounded-8 ${me}`,utilityQuiet:`border-0 rounded-4 ${me}`,negativeQuiet:`border-0 rounded-8 ${me}`,isDisabled:`font-bold justify-center transition-colors ease-in-out cursor-default pointer-events-none ${T.disabled}`},k={secondary:`${p.medium} ${h.medium} ${S.secondary} ${T.secondary}`,secondaryHref:`${p.medium} ${h.medium} ${S.secondary} ${T.secondary}`,secondaryDisabled:`${p.medium} ${h.medium} ${S.secondary} ${m.isDisabled}`,secondarySmall:`${h.xsmall} ${p.xsmall} ${S.secondary} ${T.secondary}`,secondarySmallDisabled:`${h.xsmall} ${p.xsmall} ${S.secondary} ${m.isDisabled}`,secondaryQuiet:`${p.medium} ${h.medium} ${m.quiet} ${T.quiet}`,secondaryQuietDisabled:`${p.medium} ${h.medium} ${m.quiet} ${m.isDisabled}`,secondarySmallQuiet:`${h.xsmall} ${p.xsmall} ${m.quiet} ${T.quiet}`,secondarySmallQuietDisabled:`${h.xsmall} ${p.xsmall} ${m.quiet} ${m.isDisabled}`,secondaryLoading:`${p.medium} ${h.medium} ${S.secondary} ${m.inProgress}`,secondarySmallLoading:`${h.xsmall} ${p.xsmall} ${S.secondary} ${m.inProgress}`,secondarySmallQuietLoading:`${h.xsmall} ${p.xsmall} ${m.quiet} ${m.inProgress}`,secondaryQuietLoading:`${p.medium} ${h.medium} ${m.quiet} ${m.inProgress}`,primary:`${p.large} ${h.medium} ${S.primary} ${T.primary}`,primaryDisabled:`${p.large} ${h.medium} ${m.isDisabled} ${S.primary}`,primarySmall:`${p.small} ${h.xsmall} ${S.primary} ${T.primary}`,primarySmallDisabled:`${p.small} ${h.xsmall} ${m.isDisabled} ${S.primary} `,primaryQuiet:`${p.large} ${h.medium} ${m.quiet} ${T.quiet}`,primaryQuietDisabled:`${p.large} ${h.medium} ${m.quiet} ${m.isDisabled}`,primarySmallQuiet:`${p.small} ${h.xsmall} ${m.quiet} ${T.quiet}`,primarySmallQuietDisabled:`${p.small} ${h.xsmall} ${m.quiet} ${m.isDisabled}`,primaryLoading:`${p.large} ${h.medium} ${m.inProgress} ${S.primary}`,primarySmallLoading:`${p.small} ${h.xsmall} ${m.inProgress} ${S.primary}`,primarySmallQuietLoading:`${p.small} ${h.xsmall} ${m.quiet} ${m.inProgress} ${S.primary}`,primaryQuietLoading:`${p.large} ${h.medium} ${m.quiet} ${m.inProgress}`,utility:`${p.utility} ${h.medium} ${S.utility} ${T.utility}`,utilityDisabled:`${p.utility} ${h.medium} ${S.utility} ${m.isDisabled}`,utilityQuiet:`${p.large} ${h.medium} ${m.utilityQuiet} ${T.utilityQuiet}`,utilityQuietDisabled:`${p.large} ${h.medium} ${m.utilityQuiet} ${m.isDisabled}`,utilitySmall:`${p.smallUtility} ${h.xsmall} ${S.utility} ${T.utility}`,utilitySmallDisabled:`${p.smallUtility} ${h.xsmall} ${S.utility} ${m.isDisabled}`,utilitySmallQuiet:`${p.smallUtility} ${h.xsmall} ${m.utilityQuiet} ${T.utilityQuiet}`,utilitySmallQuietDisabled:`${p.smallUtility} ${h.xsmall} ${m.utilityQuiet} ${m.isDisabled}`,utilityLoading:`${p.large} ${h.medium} ${S.utility} ${m.inProgress}`,utilitySmallLoading:`${p.smallUtility} ${h.xsmall} ${S.utility} ${m.inProgress}`,utilityQuietLoading:`${p.large} ${h.medium} ${m.inProgress} ${m.utilityQuiet}`,utilitySmallQuietLoading:`${p.smallUtility} ${h.xsmall} ${m.inProgress} ${m.utilityQuiet}`,negative:`${p.large} ${h.medium} ${S.negative} ${T.destructive}`,negativeDisabled:`${p.large} ${h.medium} ${S.negative} ${m.isDisabled}`,negativeQuiet:`${p.large} ${h.medium} ${m.negativeQuiet} ${T.negativeQuiet}`,negativeQuietDisabled:`${p.large} ${h.medium} ${m.negativeQuiet}${m.isDisabled}`,negativeSmall:`${p.small} ${h.xsmall} ${S.negative} ${T.destructive}`,negativeSmallDisabled:`${p.small} ${h.xsmall} ${S.negative} ${m.isDisabled}`,negativeSmallQuiet:`${p.small} ${h.xsmall} ${m.negativeQuiet} ${T.negativeQuiet}`,negativeSmallQuietDisabled:`${p.small} ${h.xsmall} ${m.negativeQuiet} ${m.isDisabled}`,negativeLoading:`${p.large} ${h.medium} ${S.negative} ${m.inProgress}`,negativeSmallLoading:`${p.small} ${h.xsmall} ${m.inProgress} ${S.negative}`,negativeQuietLoading:`${p.large} ${h.medium} ${m.negativeQuiet} ${S.negative} ${m.inProgress}`,negativeSmallQuietLoading:`${p.small} ${h.xsmall} ${m.negativeQuiet} ${m.inProgress}`,pill:`${p.pill} ${h.medium} ${S.pill} ${T.pill}`,pillSmall:`${p.pillSmall} ${h.xsmall} ${S.pill} ${T.pill}`,pillLoading:`${p.pill} ${h.medium} ${S.pill} ${m.inProgress}`,pillSmallLoading:`${p.pillSmall} ${h.xsmall} ${S.pill} ${m.inProgress}`,link:`${p.link} ${h.medium} ${S.link}`,linkSmall:`${p.link} ${h.xsmall} ${S.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"},N=class extends lt(Br){constructor(){super();this.type="button";st(Fr,qr,Nr,jr,Vr),this.variant="secondary",this.ariaValueTextLoading=P._({id:"button.aria.loading",message:"Loading...",comment:"Screen reader message for buttons that are loading"})}updated(r){r.has("value")&&this.setValue(this.value)}connectedCallback(){if(super.connectedCallback(),!Hr.includes(this.variant))throw new Error(`Invalid "variant" attribute. Set its value to one of the following:
|
|
3555
|
+
${Hr.join(", ")}.`)}firstUpdated(){this.autofocus&&!this.href&&setTimeout(()=>this.focus(),0)}get _primaryClasses(){return[!this.small&&!this.quiet&&!this.loading&&k.primary,this.small&&!this.quiet&&!this.loading&&k.primarySmall,this.small&&this.quiet&&!this.loading&&k.primarySmallQuiet,this.small&&this.loading&&(this.quiet?k.primarySmallQuietLoading:k.primarySmallLoading),!this.small&&this.quiet&&!this.loading&&k.primaryQuiet,!this.small&&this.loading&&(this.quiet?k.primaryQuietLoading:k.primaryLoading)]}get _secondaryClasses(){return[!this.small&&!this.quiet&&!this.loading&&k.secondary,this.small&&!this.quiet&&!this.loading&&k.secondarySmall,this.small&&this.loading&&(this.quiet?k.secondarySmallQuietLoading:k.secondarySmallLoading),this.small&&this.quiet&&!this.loading&&k.secondarySmallQuiet,!this.small&&this.quiet&&!this.loading&&k.secondaryQuiet,!this.small&&this.loading&&(this.quiet?k.secondaryQuietLoading:k.secondaryLoading)]}get _utilityClasses(){return[!this.small&&!this.quiet&&!this.loading&&k.utility,this.small&&!this.quiet&&!this.loading&&k.utilitySmall,this.small&&this.quiet&&!this.loading&&k.utilitySmallQuiet,this.small&&this.loading&&(this.quiet?k.utilitySmallQuietLoading:k.utilitySmallLoading),!this.small&&this.quiet&&!this.loading&&k.utilityQuiet,!this.small&&this.loading&&(this.quiet?k.utilityQuietLoading:k.utilityLoading)]}get _negativeClasses(){return[!this.small&&!this.quiet&&!this.loading&&k.negative,this.small&&!this.quiet&&!this.loading&&k.negativeSmall,this.small&&this.quiet&&!this.loading&&k.negativeSmallQuiet,this.small&&this.loading&&(this.quiet?k.negativeSmallQuietLoading:k.negativeSmallLoading),!this.small&&this.quiet&&!this.loading&&k.negativeQuiet,!this.small&&this.loading&&(this.quiet?k.negativeQuietLoading:k.negativeLoading)]}get _pillClasses(){return[!this.loading&&(this.small?k.pillSmall:k.pill),this.loading&&(this.small?k.pillSmallLoading:k.pillLoading)]}get _linkClasses(){return[this.small?k.linkSmall:k.link]}get _classes(){return ye(this.buttonClass,[this.variant==="primary"&&this._primaryClasses,this.variant==="secondary"&&this._secondaryClasses,this.variant==="utility"&&this._utilityClasses,this.variant==="negative"&&this._negativeClasses,this.variant==="pill"&&this._pillClasses,this.variant==="link"&&this._linkClasses,this.href&&k.linkAsButton,this.fullWidth?k.fullWidth:k.contentWidth])}_handleButtonClick(){this.type==="submit"?this.internals.form.requestSubmit():this.type==="reset"&&this.internals.form.reset()}render(){return ct` ${this.href?ct`<w-link
|
|
3556
|
+
href=${this.href}
|
|
3557
|
+
target=${this.target}
|
|
3558
|
+
variant=${this.variant}
|
|
3559
|
+
?small=${this.small}
|
|
3560
|
+
?quiet=${this.quiet}
|
|
3561
|
+
?loading=${this.loading}
|
|
3562
|
+
?autofocus=${this.autofocus}
|
|
3563
|
+
?full-width=${this.fullWidth}
|
|
3564
|
+
class=${this.buttonClass}
|
|
3565
|
+
rel=${this.target==="_blank"?this.rel||"noopener":void 0}>
|
|
3566
|
+
<slot></slot>
|
|
3567
|
+
</w-link>`:ct`<button type=${this.type||"button"} class=${this._classes} @click="${this._handleButtonClick}">
|
|
3568
|
+
<slot></slot>
|
|
3569
|
+
</button>`}
|
|
3570
|
+
${this.loading?ct`<span class="sr-only" role="progressbar" aria-valuenow="{0}" aria-valuetext=${this.ariaValueTextLoading}></span>`:null}`}};N.shadowRootOptions={...Br.shadowRootOptions,delegatesFocus:!0},N.styles=[Se,Qr,$i`:host([full-width]) { width: 100%; }`],$([J({reflect:!0})],N.prototype,"type",2),$([J({type:Boolean,reflect:!0})],N.prototype,"autofocus",2),$([J({reflect:!0})],N.prototype,"variant",2),$([J({type:Boolean,reflect:!0})],N.prototype,"quiet",2),$([J({type:Boolean,reflect:!0})],N.prototype,"small",2),$([J({type:Boolean,reflect:!0})],N.prototype,"loading",2),$([J({reflect:!0})],N.prototype,"href",2),$([J({reflect:!0})],N.prototype,"target",2),$([J({reflect:!0})],N.prototype,"rel",2),$([J({attribute:"full-width",type:Boolean,reflect:!0})],N.prototype,"fullWidth",2),$([J({attribute:"button-class",reflect:!0})],N.prototype,"buttonClass",2),$([J({reflect:!0})],N.prototype,"name",2),$([J({reflect:!0})],N.prototype,"value",2);customElements.get("w-button")||customElements.define("w-button",N);var Ei={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"},Me="font-bold focusable justify-center transition-colors ease-in-out",$a={primary:`border-0 rounded-8 ${Me}`,secondary:`border-2 rounded-8 ${Me}`,utility:`border rounded-4 ${Me}`,negative:`border-0 rounded-8 ${Me}`,pill:`p-4 rounded-full border-0 inline-flex items-center justify-center hover:bg-clip-padding ${Me}`,link:`bg-transparent focusable ease-in-out inline active:underline hover:underline focus:underline ${Ei.link}`},Pe={base:"border-2 relative flex items-center",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"},V=class extends Ci{constructor(){super(),st(Sr,Lr,Er,Cr,Or),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(xe).includes(this.placement))throw new Error(`Invalid "placement" attribute. Set its value to one of the following:
|
|
3571
|
+
${JSON.stringify(Object.keys(xe))}`);if(this.fallbackPlacements&&!this.fallbackPlacements.every(t=>wt.includes(t)))throw new Error(`Invalid "fallbackPlacements" attribute. Set its value to an array with one or more of the following:
|
|
3572
|
+
${JSON.stringify(wt)}`);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?yt(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 xe[this._actualDirection]}get _arrowClasses(){return ye([Pe.arrowBase,this._activeVariantClasses.arrow,Pe[`arrowDirection${xt(this._arrowDirection)}`]])}get _arrowHtml(){return this.noArrow?"":Ee`<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:Pe[r],arrow:Pe[`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([Pe.base,this._activeVariantClasses.wrapper])}get _ariaClose(){return P._({id:"attention.aria.close",message:"Close",comment:"Aria label for the close button in attention"})}get _closeBtnHtml(){return Ee`
|
|
3573
|
+
<w-button
|
|
3574
|
+
aria-label="${this._ariaClose}"
|
|
3575
|
+
@click=${this.close}
|
|
3576
|
+
@keydown=${this.keypressed}
|
|
3577
|
+
variant="pill"
|
|
3578
|
+
small=""
|
|
3579
|
+
class="ml-8"
|
|
3580
|
+
>
|
|
3581
|
+
<w-icon-close-16
|
|
3582
|
+
style="height: 16px; width: 16px; display: flex;"
|
|
3583
|
+
></w-icon-close-16>
|
|
3584
|
+
</w-button>
|
|
3585
|
+
`}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},yt(this.attentionState)}pointingAtDirection(){switch(xe[this._actualDirection]){case"top-start":case"top":case"top-end":return P._({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 P._({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 P._({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 P._({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 P._({id:"attention.aria.tooltip",message:"tooltip",comment:"Default screenreader message for tooltip in the attention component"});case this.callout:return P._({id:"attention.aria.callout",message:"callout speech bubble",comment:"Default screenreader message for callout speech bubble in the attention component"});case this.popover:return P._({id:"attention.aria.popover",message:"popover speech bubble",comment:"Default screenreader message for popover speech bubble in the attention component"});case this.highlight:return P._({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=$r());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?Ee``:Ee`
|
|
3586
|
+
<div class=${Si(this.className?this.className:void 0)}>
|
|
3587
|
+
${this.placement==="right-start"||this.placement==="right"||this.placement==="right-end"||this.placement==="bottom-start"||this.placement==="bottom"||this.placement==="bottom-end"?Ee`
|
|
19
3588
|
<slot name="target"></slot>
|
|
20
3589
|
|
|
21
3590
|
<div id="attention" class="${this._wrapperClasses}">
|
|
22
3591
|
<div role="${this.tooltip?"tooltip":"img"}" aria-label="${this.defaultAriaLabel()}">${this._arrowHtml}</div>
|
|
23
3592
|
<slot name="message"></slot>
|
|
24
|
-
${this.canClose?this._closeBtnHtml:
|
|
3593
|
+
${this.canClose?this._closeBtnHtml:Ir}
|
|
25
3594
|
</div>
|
|
26
|
-
`:
|
|
3595
|
+
`:Ee`
|
|
27
3596
|
<div id="attention" class="${this._wrapperClasses}">
|
|
28
3597
|
<slot name="message"></slot>
|
|
29
3598
|
<div role="${this.tooltip?"tooltip":"img"}" aria-label="${this.defaultAriaLabel()}">${this._arrowHtml}</div>
|
|
30
|
-
${this.canClose?this._closeBtnHtml:
|
|
3599
|
+
${this.canClose?this._closeBtnHtml:Ir}
|
|
31
3600
|
</div>
|
|
32
3601
|
<slot name="target"></slot>
|
|
33
3602
|
`}
|
|
34
3603
|
</div>
|
|
35
|
-
`}};
|
|
3604
|
+
`}};V.styles=[Se,_r,Ar,_i`
|
|
36
3605
|
#attention {
|
|
37
3606
|
position: absolute;
|
|
38
3607
|
z-index: 50;
|
|
39
3608
|
visibility: var(--attention-visibility);
|
|
40
3609
|
display: var(--attention-display);
|
|
41
3610
|
}
|
|
42
|
-
|
|
43
3611
|
:host([popover]:not(:popover-open):not(dialog[open])) {
|
|
44
3612
|
display: contents;
|
|
45
3613
|
}
|
|
46
|
-
`]);customElements.get("w-attention")||customElements.define("w-attention",
|
|
3614
|
+
`],$([G({type:Boolean,reflect:!0})],V.prototype,"show",2),$([G({type:String,reflect:!0})],V.prototype,"placement",2),$([G({type:Boolean,reflect:!0})],V.prototype,"tooltip",2),$([G({type:Boolean,reflect:!0})],V.prototype,"callout",2),$([G({type:Boolean,reflect:!0})],V.prototype,"popover",2),$([G({type:Boolean,reflect:!0})],V.prototype,"highlight",2),$([G({attribute:"can-close",type:Boolean,reflect:!0})],V.prototype,"canClose",2),$([G({attribute:"no-arrow",type:Boolean,reflect:!0})],V.prototype,"noArrow",2),$([G({type:Number,reflect:!0})],V.prototype,"distance",2),$([G({type:Number,reflect:!0})],V.prototype,"skidding",2),$([G({type:Boolean,reflect:!0})],V.prototype,"flip",2),$([G({attribute:"cross-axis",type:Boolean,reflect:!0})],V.prototype,"crossAxis",2),$([G({attribute:"fallback-placements",type:Array,reflect:!0})],V.prototype,"fallbackPlacements",2);customElements.get("w-attention")||customElements.define("w-attention",V);export{V as WarpAttention};
|
|
47
3615
|
//# sourceMappingURL=index.js.map
|