@sps-woodland/core 8.10.4 → 8.11.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/lib/components/reorder-wrapper/ReorderWrapper.d.ts +7 -0
- package/lib/index.cjs.js +2 -2
- package/lib/index.d.ts +1 -0
- package/lib/index.es.js +212 -173
- package/lib/style.css +1 -1
- package/lib/utils/modChildren.d.ts +2 -2
- package/package.json +3 -3
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { ComponentProps } from "../../utils/ComponentProps";
|
|
3
|
+
export declare function ReorderWrapper({ className, children, onOrderChange, list, setList, ...rest }: ComponentProps<{
|
|
4
|
+
onOrderChange: (event: string, indexToMove: string | null, newIndex: number) => void;
|
|
5
|
+
list: Array<any>;
|
|
6
|
+
setList: (list: Array<any>) => void;
|
|
7
|
+
}, HTMLDivElement>): React.ReactElement;
|
package/lib/index.cjs.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const m=require("react"),_=require("@spscommerce/utils"),y=require("@sps-woodland/tokens"),W=require("react-dom");function H(e){const n=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const r=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(n,t,r.get?r:{enumerable:!0,get:()=>e[t]})}}return n.default=e,Object.freeze(n)}const s=H(m),b=Symbol("WoodlandComponentMetadata"),d=Object.freeze({isWoodlandComponent(e){return e!==null&&typeof e<"u"&&e.hasOwnProperty(b)},get(e){return e[b]},set(e,n){Object.assign(e,{[b]:n})}});function v(...e){return e.filter(Boolean).map(String).join(" ")}const k=function({children:e,elements:n}){if(n.length===0)return s.createElement(s.Fragment,null,e);const[t,r]=Array.isArray(n[0])?n[0]:[n[0]];return s.createElement(t,{...r??{}},s.createElement(k,{elements:n.slice(1)},e))};function T({children:e,providers:n=[],...t}){return s.createElement("div",{...t},s.createElement(k,{elements:n},e))}function U(e,{type:n,props:t={},custom:r}){return r?r(e.type):e.type===n?Object.keys(t).every(c=>t[c]===e.props[c]):!1}function P(e){return e!==null?e.hasOwnProperty("type")&&e.type===m.Fragment?e.props.children??[]:e:[]}function h(e=[],n=[],t=!1){var a;const r=Array.isArray(e)?e.map(P):P(e),c=Array.isArray(r)?_.flatten(r):[r],i=n.map(l=>Array.isArray(l)?l:[l]),o=new Array(i.length+1).fill(null).map(()=>[]);for(const l of c){let u=!1;for(let p=0;p<i.length;p+=1){for(const f of i[p])if(u=U(l,f),u){o[p].push(l);break}if(u)break}if(u||o[o.length-1].push(l),t&&((a=l==null?void 0:l.props)!=null&&a.children)){const p=h(l.props.children,n,!0);for(let f=0;f<p.length;f+=1)o[f].push(...p[f])}}return o}function G(e,n,t){return n in e?Object.defineProperty(e,n,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[n]=t,e}function S(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n&&(r=r.filter(function(c){return Object.getOwnPropertyDescriptor(e,c).enumerable})),t.push.apply(t,r)}return t}function E(e){for(var n=1;n<arguments.length;n++){var t=arguments[n]!=null?arguments[n]:{};n%2?S(Object(t),!0).forEach(function(r){G(e,r,t[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):S(Object(t)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))})}return e}var Y=(e,n,t)=>{for(var r of Object.keys(e)){var c;if(e[r]!==((c=n[r])!==null&&c!==void 0?c:t[r]))return!1}return!0},C=e=>n=>{var t=e.defaultClassName,r=E(E({},e.defaultVariants),n);for(var c in r){var i,o=(i=r[c])!==null&&i!==void 0?i:e.defaultVariants[c];if(o!=null){var a=o;typeof a=="boolean"&&(a=a===!0?"true":"false");var l=e.variantClassNames[c][a];l&&(t+=" "+l)}}for(var[u,p]of e.compoundVariants)Y(u,r,e.defaultVariants)&&(t+=" "+p);return t},Z="g5vsg4",J=C({defaultClassName:"g5vsg0",variantClassNames:{fullWidth:{true:"g5vsg1"},verticalProductBar:{true:"g5vsg2"}},defaultVariants:{},compoundVariants:[]}),X="g5vsg3";function N({children:e,className:n,fullWidth:t,...r}){const[c,i]=h(e,[{custom:a=>d.isWoodlandComponent(a)&&d.get(a).name==="ProductBarVertical"}]),o=c.length>0;return s.createElement(T,{className:v(J({fullWidth:t,verticalProductBar:o}),n),...r},o?s.createElement(s.Fragment,null,s.createElement("div",{className:X},c),s.createElement("div",{className:Z},i)):e)}d.set(N,{name:"AppRoot",props:{fullWidth:{type:"boolean",default:"false"},providers:"React.ElementType[]"}});const K=["alignItems","display","flex","flexWrap","justifyContent","textAlign"],Q=new Set(K),A=s.forwardRef(({children:e,className:n,inline:t,style:r,...c},i)=>{const[o,a,l]=Object.keys(c).reduce(([u,p,f],q)=>y.sprinkles.properties.has(q)?[{...u,[q]:c[q]},p,f]:Q.has(q)?[u,{...p,[q]:c[q]},f]:[u,p,{...f,[q]:c[q]}],[{},{...t?{display:"inline"}:null,...r},{}]);return s.createElement("div",{ref:i,className:v(y.sprinkles(o),n),style:a,...l},e)});d.set(A,{name:"Box"});var O={root:"w9p2pg0",title:"w9p2pg1"};function R({className:e,children:n,...t}){return s.createElement("div",{className:v(O.root,e),...t},n)}d.set(R,{name:"CapContent"});function I({className:e,children:n,...t}){return s.createElement("div",{className:v(O.title,e),...t},n)}d.set(I,{name:"CapContentTitle"});var $="o0pwg0";const z=s.forwardRef(({children:e,className:n,...t},r)=>s.createElement("div",{ref:r,className:v($,n),...t},e));d.set(z,{name:"Content"});function g(e,n,t=!0){if(Array.isArray(e))return e.map(u=>g(u,n));if(["boolean","string"].includes(typeof e))return e;const r=e,c=r.props.hasOwnProperty("children")?[].concat(r.props.children):[],[i,o]=n(r,c),a=Array.isArray(o)?o:c,l=t?a.map(u=>g(u,n)):a;return m.cloneElement(r,i,...l)}var ee="g4awnh0";function ne({children:e,className:n,...t}){const[r,c]=h(e,[{custom:o=>d.isWoodlandComponent(o)&&!!d.get(o).panellable}]);if(c.length>0)throw new Error("InputPanel only accepts panellable children");const i=g(r,o=>d.isWoodlandComponent(o.type)&&d.get(o.type).name==="Button"&&["icon","link"].includes(o.props.kind)?[{kind:"default"}]:[{}]);return s.createElement("div",{className:v(ee,n),...t},i)}var te=C({defaultClassName:"_6qnc0v5u",variantClassNames:{iconName:{ai:"_6qnc0v0","angle-left":"_6qnc0v1","angle-right":"_6qnc0v2",archive:"_6qnc0v3","arrow-down":"_6qnc0v4","arrow-left-circle":"_6qnc0v5","arrow-left":"_6qnc0v6","arrow-right":"_6qnc0v7","arrow-up":"_6qnc0v8",asterisk:"_6qnc0v9",ban:"_6qnc0va",barcode:"_6qnc0vb",bell:"_6qnc0vc",bold:"_6qnc0vd",bolt:"_6qnc0ve",book:"_6qnc0vf",building:"_6qnc0vg","burst-bolt":"_6qnc0vh",burst:"_6qnc0vi","calendar-blank":"_6qnc0vj",calendar:"_6qnc0vk",camera:"_6qnc0vl","chart-area":"_6qnc0vm","chart-bar":"_6qnc0vn","chart-line":"_6qnc0vo","chart-pie":"_6qnc0vp",checkmark:"_6qnc0vq","chevron-down":"_6qnc0vr","chevron-left":"_6qnc0vs","chevron-right":"_6qnc0vt","chevron-up":"_6qnc0vu","circle-outline":"_6qnc0vv","clear-formatting":"_6qnc0vw",clock:"_6qnc0vx","code-fork":"_6qnc0vy","comment-bubble-exclamation":"_6qnc0vz","comment-bubble-question":"_6qnc0v10","comment-bubble":"_6qnc0v11","complete-file":"_6qnc0v12",conversation:"_6qnc0v13","column-switcher":"_6qnc0v14","credit-card":"_6qnc0v15",dashboard:"_6qnc0v16",database:"_6qnc0v17",disk:"_6qnc0v18","dollar-sign":"_6qnc0v19","double-angle-left":"_6qnc0v1a","double-angle-right":"_6qnc0v1b","download-cloud":"_6qnc0v1c",drill:"_6qnc0v1d",duplicate:"_6qnc0v1e",ellipses:"_6qnc0v1f",envelope:"_6qnc0v1g",exchange:"_6qnc0v1h","expand-collapse":"_6qnc0v1i",eye:"_6qnc0v1j","file-duplicate":"_6qnc0v1k","file-pdf":"_6qnc0v1l","file-presentation":"_6qnc0v1m","file-size":"_6qnc0v1n","file-solid-text":"_6qnc0v1o","file-solid":"_6qnc0v1p","file-spreadsheet":"_6qnc0v1q","file-text":"_6qnc0v1r",file:"_6qnc0v1s",filter:"_6qnc0v1t",flag:"_6qnc0v1u","flag-outline":"_6qnc0v1v","folder-open":"_6qnc0v1w","folder-solid-open":"_6qnc0v1x","folder-solid":"_6qnc0v1y",folder:"_6qnc0v1z",gear:"_6qnc0v20",globe:"_6qnc0v21",grid:"_6qnc0v22",group:"_6qnc0v23","hand-stop":"_6qnc0v24",handshake:"_6qnc0v25",hat:"_6qnc0v26",heart:"_6qnc0v27","heart-outline":"_6qnc0v28",history:"_6qnc0v29","i-made-this":"_6qnc0v2a",inbox:"_6qnc0v2b",incoming:"_6qnc0v2c","info-circle":"_6qnc0v2d",intercom:"_6qnc0v2e",italics:"_6qnc0v2f","item-tag":"_6qnc0v2g",key:"_6qnc0v2h","life-preserver":"_6qnc0v2i",lightbulb:"_6qnc0v2j",link:"_6qnc0v2k",linkedin:"_6qnc0v2l","list-cards":"_6qnc0v2m","list-columns":"_6qnc0v2n","list-indent":"_6qnc0v2o","list-ordered":"_6qnc0v2p","list-outdent":"_6qnc0v2q","list-unordered":"_6qnc0v2r","list-summary":"_6qnc0v2s","list-table":"_6qnc0v2t",list:"_6qnc0v2u",location:"_6qnc0v2v",locked:"_6qnc0v2w","map-marker":"_6qnc0v2x",map:"_6qnc0v2y",maximize:"_6qnc0v2z","microphone-off":"_6qnc0v30","microphone-on":"_6qnc0v31",minimize:"_6qnc0v32","minus-circle":"_6qnc0v33",minus:"_6qnc0v34","new-file":"_6qnc0v35","new-screen":"_6qnc0v36",outgoing:"_6qnc0v37","paper-plane":"_6qnc0v38",pencil:"_6qnc0v39",photo:"_6qnc0v3a",pinterest:"_6qnc0v3b",play:"_6qnc0v3c","plus-circle":"_6qnc0v3d","plus-sign":"_6qnc0v3e",presentation:"_6qnc0v3f",printer:"_6qnc0v3g","qr-code":"_6qnc0v3h","question-circle":"_6qnc0v3i","quote-left":"_6qnc0v3j","quote-right":"_6qnc0v3k",random:"_6qnc0v3l",redo:"_6qnc0v3m",refresh:"_6qnc0v3n",rocket:"_6qnc0v3o","saved-circle":"_6qnc0v3p","search-plus":"_6qnc0v3q",search:"_6qnc0v3r",share:"_6qnc0v3s","shopping-cart":"_6qnc0v3t","sort-alpha-asc":"_6qnc0v3u","sort-alpha-desc":"_6qnc0v3v","sort-num-asc":"_6qnc0v3w","sort-num-desc":"_6qnc0v3x","star-outline":"_6qnc0v3y",star:"_6qnc0v3z","archive-circle":"_6qnc0v40","x-circle":"_6qnc0v41","exclamation-circle":"_6qnc0v42","descending-ellipses-circle":"_6qnc0v43","double-angle-right-circle":"_6qnc0v44","locked-circle":"_6qnc0v45","asterisk-circle":"_6qnc0v46","checkmark-circle":"_6qnc0v47","clock-circle":"_6qnc0v48","calendar-blank-circle":"_6qnc0v49","ban-circle":"_6qnc0v4a","disk-circle":"_6qnc0v4b","template-circle":"_6qnc0v4c","exclamation-triangle":"_6qnc0v4d",table:"_6qnc0v4e",tabs:"_6qnc0v4f","thumbs-down-outline":"_6qnc0v4g","thumbs-down":"_6qnc0v4h","thumbs-up-outline":"_6qnc0v4i","thumbs-up":"_6qnc0v4j",trash:"_6qnc0v4k","truck-shipping":"_6qnc0v4l",twitter:"_6qnc0v4m",unarchive:"_6qnc0v4n",undo:"_6qnc0v4o",unlocked:"_6qnc0v4p",unlink:"_6qnc0v4q","upload-cloud":"_6qnc0v4r",wrench:"_6qnc0v4s",x:"_6qnc0v4t","arrow-right-circle":"_6qnc0v4u","calendar-select":"_6qnc0v4v",tag:"_6qnc0v4w",user:"_6qnc0v4x","eye-slash":"_6qnc0v4y","bell-filled":"_6qnc0v4z","nested-list":"_6qnc0v50",pin:"_6qnc0v51","pin-outline":"_6qnc0v52","user-impersonation":"_6qnc0v53","volume-full":"_6qnc0v54","volume-low":"_6qnc0v55","volume-medium":"_6qnc0v56","volume-off":"_6qnc0v57",workflow:"_6qnc0v58","workflow-complete":"_6qnc0v59","status-archived":"_6qnc0v5a","status-cancelled":"_6qnc0v5b","status-error":"_6qnc0v5c","status-in-process":"_6qnc0v5d","status-in-transit":"_6qnc0v5e","status-locked":"_6qnc0v5f","status-new":"_6qnc0v5g","status-ok":"_6qnc0v5h","status-on-hold":"_6qnc0v5i","status-outdated":"_6qnc0v5j","status-preview":"_6qnc0v5k","status-rejected":"_6qnc0v5l","status-saved":"_6qnc0v5m","status-saving":"_6qnc0v5n","status-template":"_6qnc0v5o","status-warning":"_6qnc0v5p"},size:{xs:"_6qnc0v5q",sm:"_6qnc0v5r",md:"_6qnc0v5s",lg:"_6qnc0v5t"}},defaultVariants:{size:"md"},compoundVariants:[]});function j({className:e,color:n,icon:t,size:r="md",...c}){return s.createElement("i",{className:v(te({iconName:t,size:r}),y.sprinkles({color:n}),e),"aria-hidden":"true",...c})}d.set(j,{name:"Icon",props:{icon:{type:"IconName",required:!0},size:{type:"IconSize",default:'"md"'},color:"Color"}});const re={addToList:{noDataZeroStateColumnTitle:"This Column is Empty",noDataZeroStateOnColumnSubheading:"Move options from the {{columnName}}",noDataZeroStateOffColumnSubheading:"Remove options from the {{columnName}}",moveAllItemsToCol:'Move All to "{{columnName}}"',onColumnHeader:"On Column",offColumnHeader:"Off Column",disabledDragTooltip:"Drag and drop are disabled when filters are engaged"},advancedSearch:{clear:"Clear Fields",search:"Search"},button:{spinningTitle:"Loading…"},columnChooser:{removeButton:"Remove {{elementName}}"},columnManager:{title:"Manage Table Columns",filterText:"Find a Column",onListHeader:"Visible Columns",offListHeader:"Hidden Columns",cancelButton:"Cancel",saveButton:"Save"},contentRow:{collapse:"Collapse",expand:"Expand"},datepicker:{calendar:{prevMonth:"View Previous Month",nextMonth:"View Next Month"},preset:{custom:"Custom",today:"Today",before:"Before",after:"After",sevenDays:"Last 7 days",thirtyDays:"Last 30 days",sixtyDays:"Last 60 days",ninetyDays:"Last 90 days",oneYear:"Last year"},presetsLabel:"Ranges"},fileUpload:{acceptedTypes:"{{fileTypes}} format accepted",acceptedTypes_plural:"{{fileTypes}} formats accepted",cancelled:"File Upload Failed",cancelled_plural:"File Upload(s) Failed",close:"Close",instructions:"Drag and drop your file here or |browse for a file| on your desktop.",instructions_plural:"Drag and drop your files here or |browse for files| on your desktop.",maximumSize:"{{size}} maximum",processing:"Processing Upload…",title:"Upload Your {{description}}"},filterPanel:{clear:"Clear Filters",title:"Filters",filterPlaceholder:"Filter options"},focusedTask:{close:"Close"},growler:{dismiss:"Dismiss"},insightCard:{all:"ALL",partnerCount:"{{count}} |of| {{total}}",partners:"PARTNERS"},insightTile:{all:"ALL",partnerCount:"{{count}} |of| {{total}}",partners:"PARTNERS"},label:{errors:{dateConstraint:{max:"Please enter a date on or prior to {{context.maxExceeded}}.",min:"Please enter a date on or after {{context.minExceeded}}."},dateFormat:"Please enter a date in the format {{context}}.",dateRangeOrder:"End date cannot be before start date.",dateValidity:"Please enter a valid date.",max:"Please enter a value no greater than {{context}}.",maxLength:"Please enter no more than {{context}} characters.",min:"Please enter a value no less than {{context}}.",minLength:"Please enter at least {{context}} characters.",required:"This field is required."},preventativeErrors:{maxLength:"This field accepts a maximum number of characters.",alpha:"This field accepts only alphabetic values.",numeric:"This field accepts only numerical values.",nonNumeric:"This field accepts only non-numerical values."},stronglySuggested:"This field is strongly suggested."},listActionBar:{clearSelected:"Clear Selected",itemsSelected:"Items Selected"},listToolbar:{advancedSearchToggle:"Advanced Search"},modal:{close:"Close modal",defaultButtonLabel:"Okay",defaultTitle:{general:"Action",info:"Info",success:"Success",warning:"Warning","serious-warning":"Warning"}},pagination:{nextPage:"Next Page",ofMany:"of many",ofPageCount:"of {{pageCount}}",page:"Page",prevPage:"Previous Page"},progressBar:{closeButtonTitle:"Close progress bar"},searchResultsBar:{clear:"Clear",clearResults:"Clear Results",count:"{{count}} of {{total}}",matchingResults:"Matching results",noAdvancedSearchSelections:"No Advanced Search Selections",results:"Results:"},select:{defaultPlaceholder:"Select one…"},slackLink:{label:"Chat"},spinner:{defaultAltText:"Loading…"},taskQueue:{clearCompleted:"Clear Completed",newTask:"You have a new task in your queue.",noTasks:"There are currently no tasks in your queue."}},V={t(e,n){const t=_.getPath(re,e.replace(/^design-system:/,""));return n?_.template(t)(n):t}},L=s.createContext(V);function B(e){const n=e==null?void 0:e["data-testid"];return m.useCallback(t=>n?{"data-testid":`${n}__${t}`}:{},[n])}var ae=C({defaultClassName:"_9gd2pg2",variantClassNames:{size:{sm:"_9gd2pg3",md:"_9gd2pg4",lg:"_9gd2pg5"},color:{dark:"_9gd2pg6",light:"_9gd2pg7"}},defaultVariants:{size:"md",color:"dark"},compoundVariants:[]}),ce="_9gd2pg1";function x({alt:e,className:n,size:t,title:r,color:c,...i}){const{t:o}=s.useContext(L),a=e||r||o("design-system:spinner.defaultAltText"),l=B(i);return s.createElement("div",{className:v(ce,n),...i},s.createElement("i",{className:ae({size:t,color:c}),...l("icon"),title:a}))}d.set(x,{name:"Spinner",props:{alt:"string",size:{type:'"sm" | "md" | "lg"',default:'"md"'},title:"string",color:{type:'"dark | light"',default:'"dark"'}}});var oe=C({defaultClassName:"iddzk90",variantClassNames:{size:{xl:"iddzk91",lg:"iddzk92",md:"iddzk93",sm:"iddzk94",xs:"iddzk95",xxs:"iddzk96"}},defaultVariants:{},compoundVariants:[]});function D({children:e,className:n,size:t="md",...r}){return s.createElement("div",{className:v(oe({size:t}),n),...r},e)}d.set(D,{name:"Title",props:{kind:{type:"TitleSize",default:"md"}}});var le="_17ntd80";function w({className:e,...n}){return s.createElement("div",{className:v(le,e),...n})}function se(e){return s.createElement(w,{...e})}d.set(w,{name:"VerticalRule"});function ie(e,n){return m.cloneElement(e,{className:v(e.props.className,n)})}function ue(e,n){return m.cloneElement(e,n)}function de(e,n,t=[]){return s.useMemo(()=>{function r(c){return s.createElement(e,{...c,...n},c.children)}return r},t)}function pe(...e){return function(n){for(const t of e)t&&t(n)}}function ve(e,...n){return typeof e=="function"?e(...n):e}const me=e=>{const n=/(auto|scroll)/,t=(a,l)=>a.parentNode===null?l:t(a.parentNode,l.concat([a])),r=(a,l)=>getComputedStyle(a,null).getPropertyValue(l),c=a=>r(a,"overflow")+r(a,"overflow-y"),i=a=>n.test(c(a));return(a=>{if(!(a instanceof HTMLElement||a instanceof SVGElement))return;const l=t(a.parentNode,[]);for(let u=0;u<l.length;u+=1)if(i(l[u]))return l[u];return null})(e)};let fe=(e=21)=>crypto.getRandomValues(new Uint8Array(e)).reduce((n,t)=>(t&=63,t<36?n+=t.toString(36):t<62?n+=(t-26).toString(36).toUpperCase():t>62?n+="-":n+="_",n),"");function qe(e){return m.useRef(e||fe())}function _e(e,n){return{...e,...n}}function ge(e){return m.useReducer(_e,e)}const M=m.createContext(null);function he(e,n=[]){const t=m.useContext(M);return m.useMemo(()=>r=>{const i=t&&t.parentElementRef&&t.parentElementRef.current||document.body;let o=null,a=i.lastElementChild;for(;a!==i.firstElementChild;){if(a&&a.hasAttribute("data-portalid")&&a.getAttribute("data-portalid")===e){o=a;break}a&&(a=a.previousElementSibling)}if(o)i.contains(o)||i.appendChild(o);else{o=document.createElement("div"),o.setAttribute("data-portalid",e);for(const l of n)o.classList.add(l);i.appendChild(o)}return W.createPortal(r,o)},[t])}var F=(e=>(e.ASCENDING="ascending",e.DESCENDING="descending",e))(F||{});function Ce(e){return e.hasOwnProperty("react")}function be(e){return e.hasOwnProperty("jsx")}const ye={components:[x],examples:{basic:{examples:{small:{react:_.code`
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const f=require("react"),_=require("@spscommerce/utils"),y=require("@sps-woodland/tokens"),H=require("react-dom");function U(e){const n=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const r=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(n,t,r.get?r:{enumerable:!0,get:()=>e[t]})}}return n.default=e,Object.freeze(n)}const i=U(f),b=Symbol("WoodlandComponentMetadata"),v=Object.freeze({isWoodlandComponent(e){return e!==null&&typeof e<"u"&&e.hasOwnProperty(b)},get(e){return e[b]},set(e,n){Object.assign(e,{[b]:n})}});function m(...e){return e.filter(Boolean).map(String).join(" ")}const k=function({children:e,elements:n}){if(n.length===0)return i.createElement(i.Fragment,null,e);const[t,r]=Array.isArray(n[0])?n[0]:[n[0]];return i.createElement(t,{...r??{}},i.createElement(k,{elements:n.slice(1)},e))};function T({children:e,providers:n=[],...t}){return i.createElement("div",{...t},i.createElement(k,{elements:n},e))}function G(e,{type:n,props:t={},custom:r}){return r?r(e.type):e.type===n?Object.keys(t).every(o=>t[o]===e.props[o]):!1}function P(e){return e!==null?e.hasOwnProperty("type")&&e.type===f.Fragment?e.props.children??[]:e:[]}function h(e=[],n=[],t=!1){var a;const r=Array.isArray(e)?e.map(P):P(e),o=Array.isArray(r)?_.flatten(r):[r],s=n.map(l=>Array.isArray(l)?l:[l]),c=new Array(s.length+1).fill(null).map(()=>[]);for(const l of o){let u=!1;for(let p=0;p<s.length;p+=1){for(const d of s[p])if(u=G(l,d),u){c[p].push(l);break}if(u)break}if(u||c[c.length-1].push(l),t&&((a=l==null?void 0:l.props)!=null&&a.children)){const p=h(l.props.children,n,!0);for(let d=0;d<p.length;d+=1)c[d].push(...p[d])}}return c}function Y(e,n,t){return n in e?Object.defineProperty(e,n,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[n]=t,e}function E(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n&&(r=r.filter(function(o){return Object.getOwnPropertyDescriptor(e,o).enumerable})),t.push.apply(t,r)}return t}function S(e){for(var n=1;n<arguments.length;n++){var t=arguments[n]!=null?arguments[n]:{};n%2?E(Object(t),!0).forEach(function(r){Y(e,r,t[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):E(Object(t)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))})}return e}var Z=(e,n,t)=>{for(var r of Object.keys(e)){var o;if(e[r]!==((o=n[r])!==null&&o!==void 0?o:t[r]))return!1}return!0},C=e=>n=>{var t=e.defaultClassName,r=S(S({},e.defaultVariants),n);for(var o in r){var s,c=(s=r[o])!==null&&s!==void 0?s:e.defaultVariants[o];if(c!=null){var a=c;typeof a=="boolean"&&(a=a===!0?"true":"false");var l=e.variantClassNames[o][a];l&&(t+=" "+l)}}for(var[u,p]of e.compoundVariants)Z(u,r,e.defaultVariants)&&(t+=" "+p);return t},J="g5vsg4",X=C({defaultClassName:"g5vsg0",variantClassNames:{fullWidth:{true:"g5vsg1"},verticalProductBar:{true:"g5vsg2"}},defaultVariants:{},compoundVariants:[]}),K="g5vsg3";function N({children:e,className:n,fullWidth:t,...r}){const[o,s]=h(e,[{custom:a=>v.isWoodlandComponent(a)&&v.get(a).name==="ProductBarVertical"}]),c=o.length>0;return i.createElement(T,{className:m(X({fullWidth:t,verticalProductBar:c}),n),...r},c?i.createElement(i.Fragment,null,i.createElement("div",{className:K},o),i.createElement("div",{className:J},s)):e)}v.set(N,{name:"AppRoot",props:{fullWidth:{type:"boolean",default:"false"},providers:"React.ElementType[]"}});const Q=["alignItems","display","flex","flexWrap","justifyContent","textAlign"],$=new Set(Q),A=i.forwardRef(({children:e,className:n,inline:t,style:r,...o},s)=>{const[c,a,l]=Object.keys(o).reduce(([u,p,d],q)=>y.sprinkles.properties.has(q)?[{...u,[q]:o[q]},p,d]:$.has(q)?[u,{...p,[q]:o[q]},d]:[u,p,{...d,[q]:o[q]}],[{},{...t?{display:"inline"}:null,...r},{}]);return i.createElement("div",{ref:s,className:m(y.sprinkles(c),n),style:a,...l},e)});v.set(A,{name:"Box"});var O={root:"w9p2pg0",title:"w9p2pg1"};function R({className:e,children:n,...t}){return i.createElement("div",{className:m(O.root,e),...t},n)}v.set(R,{name:"CapContent"});function I({className:e,children:n,...t}){return i.createElement("div",{className:m(O.title,e),...t},n)}v.set(I,{name:"CapContentTitle"});var ee="o0pwg0";const z=i.forwardRef(({children:e,className:n,...t},r)=>i.createElement("div",{ref:r,className:m(ee,n),...t},e));v.set(z,{name:"Content"});function g(e,n,t=!0,r){if(Array.isArray(e))return e.map((p,d)=>g(p,n,t,d));if(["boolean","string"].includes(typeof e))return e;const o=e,s=o.props.hasOwnProperty("children")?[].concat(o.props.children):[],[c,a]=n(o,s,r),l=Array.isArray(a)?a:s,u=t?l.map((p,d)=>g(p,n,t,d)):l;return f.cloneElement(o,c,...u)}var ne="g4awnh0";function te({children:e,className:n,...t}){const[r,o]=h(e,[{custom:c=>v.isWoodlandComponent(c)&&!!v.get(c).panellable}]);if(o.length>0)throw new Error("InputPanel only accepts panellable children");const s=g(r,c=>v.isWoodlandComponent(c.type)&&v.get(c.type).name==="Button"&&["icon","link"].includes(c.props.kind)?[{kind:"default"}]:[{}]);return i.createElement("div",{className:m(ne,n),...t},s)}var re=C({defaultClassName:"_6qnc0v5u",variantClassNames:{iconName:{ai:"_6qnc0v0","angle-left":"_6qnc0v1","angle-right":"_6qnc0v2",archive:"_6qnc0v3","arrow-down":"_6qnc0v4","arrow-left-circle":"_6qnc0v5","arrow-left":"_6qnc0v6","arrow-right":"_6qnc0v7","arrow-up":"_6qnc0v8",asterisk:"_6qnc0v9",ban:"_6qnc0va",barcode:"_6qnc0vb",bell:"_6qnc0vc",bold:"_6qnc0vd",bolt:"_6qnc0ve",book:"_6qnc0vf",building:"_6qnc0vg","burst-bolt":"_6qnc0vh",burst:"_6qnc0vi","calendar-blank":"_6qnc0vj",calendar:"_6qnc0vk",camera:"_6qnc0vl","chart-area":"_6qnc0vm","chart-bar":"_6qnc0vn","chart-line":"_6qnc0vo","chart-pie":"_6qnc0vp",checkmark:"_6qnc0vq","chevron-down":"_6qnc0vr","chevron-left":"_6qnc0vs","chevron-right":"_6qnc0vt","chevron-up":"_6qnc0vu","circle-outline":"_6qnc0vv","clear-formatting":"_6qnc0vw",clock:"_6qnc0vx","code-fork":"_6qnc0vy","comment-bubble-exclamation":"_6qnc0vz","comment-bubble-question":"_6qnc0v10","comment-bubble":"_6qnc0v11","complete-file":"_6qnc0v12",conversation:"_6qnc0v13","column-switcher":"_6qnc0v14","credit-card":"_6qnc0v15",dashboard:"_6qnc0v16",database:"_6qnc0v17",disk:"_6qnc0v18","dollar-sign":"_6qnc0v19","double-angle-left":"_6qnc0v1a","double-angle-right":"_6qnc0v1b","download-cloud":"_6qnc0v1c",drill:"_6qnc0v1d",duplicate:"_6qnc0v1e",ellipses:"_6qnc0v1f",envelope:"_6qnc0v1g",exchange:"_6qnc0v1h","expand-collapse":"_6qnc0v1i",eye:"_6qnc0v1j","file-duplicate":"_6qnc0v1k","file-pdf":"_6qnc0v1l","file-presentation":"_6qnc0v1m","file-size":"_6qnc0v1n","file-solid-text":"_6qnc0v1o","file-solid":"_6qnc0v1p","file-spreadsheet":"_6qnc0v1q","file-text":"_6qnc0v1r",file:"_6qnc0v1s",filter:"_6qnc0v1t",flag:"_6qnc0v1u","flag-outline":"_6qnc0v1v","folder-open":"_6qnc0v1w","folder-solid-open":"_6qnc0v1x","folder-solid":"_6qnc0v1y",folder:"_6qnc0v1z",gear:"_6qnc0v20",globe:"_6qnc0v21",grid:"_6qnc0v22",group:"_6qnc0v23","hand-stop":"_6qnc0v24",handshake:"_6qnc0v25",hat:"_6qnc0v26",heart:"_6qnc0v27","heart-outline":"_6qnc0v28",history:"_6qnc0v29","i-made-this":"_6qnc0v2a",inbox:"_6qnc0v2b",incoming:"_6qnc0v2c","info-circle":"_6qnc0v2d",intercom:"_6qnc0v2e",italics:"_6qnc0v2f","item-tag":"_6qnc0v2g",key:"_6qnc0v2h","life-preserver":"_6qnc0v2i",lightbulb:"_6qnc0v2j",link:"_6qnc0v2k",linkedin:"_6qnc0v2l","list-cards":"_6qnc0v2m","list-columns":"_6qnc0v2n","list-indent":"_6qnc0v2o","list-ordered":"_6qnc0v2p","list-outdent":"_6qnc0v2q","list-unordered":"_6qnc0v2r","list-summary":"_6qnc0v2s","list-table":"_6qnc0v2t",list:"_6qnc0v2u",location:"_6qnc0v2v",locked:"_6qnc0v2w","map-marker":"_6qnc0v2x",map:"_6qnc0v2y",maximize:"_6qnc0v2z","microphone-off":"_6qnc0v30","microphone-on":"_6qnc0v31",minimize:"_6qnc0v32","minus-circle":"_6qnc0v33",minus:"_6qnc0v34","new-file":"_6qnc0v35","new-screen":"_6qnc0v36",outgoing:"_6qnc0v37","paper-plane":"_6qnc0v38",pencil:"_6qnc0v39",photo:"_6qnc0v3a",pinterest:"_6qnc0v3b",play:"_6qnc0v3c","plus-circle":"_6qnc0v3d","plus-sign":"_6qnc0v3e",presentation:"_6qnc0v3f",printer:"_6qnc0v3g","qr-code":"_6qnc0v3h","question-circle":"_6qnc0v3i","quote-left":"_6qnc0v3j","quote-right":"_6qnc0v3k",random:"_6qnc0v3l",redo:"_6qnc0v3m",refresh:"_6qnc0v3n",rocket:"_6qnc0v3o","saved-circle":"_6qnc0v3p","search-plus":"_6qnc0v3q",search:"_6qnc0v3r",share:"_6qnc0v3s","shopping-cart":"_6qnc0v3t","sort-alpha-asc":"_6qnc0v3u","sort-alpha-desc":"_6qnc0v3v","sort-num-asc":"_6qnc0v3w","sort-num-desc":"_6qnc0v3x","star-outline":"_6qnc0v3y",star:"_6qnc0v3z","archive-circle":"_6qnc0v40","x-circle":"_6qnc0v41","exclamation-circle":"_6qnc0v42","descending-ellipses-circle":"_6qnc0v43","double-angle-right-circle":"_6qnc0v44","locked-circle":"_6qnc0v45","asterisk-circle":"_6qnc0v46","checkmark-circle":"_6qnc0v47","clock-circle":"_6qnc0v48","calendar-blank-circle":"_6qnc0v49","ban-circle":"_6qnc0v4a","disk-circle":"_6qnc0v4b","template-circle":"_6qnc0v4c","exclamation-triangle":"_6qnc0v4d",table:"_6qnc0v4e",tabs:"_6qnc0v4f","thumbs-down-outline":"_6qnc0v4g","thumbs-down":"_6qnc0v4h","thumbs-up-outline":"_6qnc0v4i","thumbs-up":"_6qnc0v4j",trash:"_6qnc0v4k","truck-shipping":"_6qnc0v4l",twitter:"_6qnc0v4m",unarchive:"_6qnc0v4n",undo:"_6qnc0v4o",unlocked:"_6qnc0v4p",unlink:"_6qnc0v4q","upload-cloud":"_6qnc0v4r",wrench:"_6qnc0v4s",x:"_6qnc0v4t","arrow-right-circle":"_6qnc0v4u","calendar-select":"_6qnc0v4v",tag:"_6qnc0v4w",user:"_6qnc0v4x","eye-slash":"_6qnc0v4y","bell-filled":"_6qnc0v4z","nested-list":"_6qnc0v50",pin:"_6qnc0v51","pin-outline":"_6qnc0v52","user-impersonation":"_6qnc0v53","volume-full":"_6qnc0v54","volume-low":"_6qnc0v55","volume-medium":"_6qnc0v56","volume-off":"_6qnc0v57",workflow:"_6qnc0v58","workflow-complete":"_6qnc0v59","status-archived":"_6qnc0v5a","status-cancelled":"_6qnc0v5b","status-error":"_6qnc0v5c","status-in-process":"_6qnc0v5d","status-in-transit":"_6qnc0v5e","status-locked":"_6qnc0v5f","status-new":"_6qnc0v5g","status-ok":"_6qnc0v5h","status-on-hold":"_6qnc0v5i","status-outdated":"_6qnc0v5j","status-preview":"_6qnc0v5k","status-rejected":"_6qnc0v5l","status-saved":"_6qnc0v5m","status-saving":"_6qnc0v5n","status-template":"_6qnc0v5o","status-warning":"_6qnc0v5p"},size:{xs:"_6qnc0v5q",sm:"_6qnc0v5r",md:"_6qnc0v5s",lg:"_6qnc0v5t"}},defaultVariants:{size:"md"},compoundVariants:[]});function j({className:e,color:n,icon:t,size:r="md",...o}){return i.createElement("i",{className:m(re({iconName:t,size:r}),y.sprinkles({color:n}),e),"aria-hidden":"true",...o})}v.set(j,{name:"Icon",props:{icon:{type:"IconName",required:!0},size:{type:"IconSize",default:'"md"'},color:"Color"}});function M({className:e,children:n,onOrderChange:t,list:r,setList:o,...s}){const[c]=h(n,[{custom:u=>v.isWoodlandComponent(u)&&v.get(u).name==="Content Row"}]);function a(u,p){let d=[...r];const[q]=d.splice(u,1);d.splice(p,0,q),o(d)}const l=g(c,(u,p,d)=>[{__reorderable:!0,__onOrderChange:a,__index:d,__canBeMovedUp:d!==0,__canBeMovedDown:d!==r.length-1}]);return i.createElement("div",{className:m(e),...s},l)}v.set(M,{name:"ReorderWrapper",props:{onOrderChange:{type:"(event: string, indexToMove: string | null, newIndex: number) => void",required:!0}}});const ae={addToList:{noDataZeroStateColumnTitle:"This Column is Empty",noDataZeroStateOnColumnSubheading:"Move options from the {{columnName}}",noDataZeroStateOffColumnSubheading:"Remove options from the {{columnName}}",moveAllItemsToCol:'Move All to "{{columnName}}"',onColumnHeader:"On Column",offColumnHeader:"Off Column",disabledDragTooltip:"Drag and drop are disabled when filters are engaged"},advancedSearch:{clear:"Clear Fields",search:"Search"},button:{spinningTitle:"Loading…"},columnChooser:{removeButton:"Remove {{elementName}}"},columnManager:{title:"Manage Table Columns",filterText:"Find a Column",onListHeader:"Visible Columns",offListHeader:"Hidden Columns",cancelButton:"Cancel",saveButton:"Save"},contentRow:{collapse:"Collapse",expand:"Expand"},datepicker:{calendar:{prevMonth:"View Previous Month",nextMonth:"View Next Month"},preset:{custom:"Custom",today:"Today",before:"Before",after:"After",sevenDays:"Last 7 days",thirtyDays:"Last 30 days",sixtyDays:"Last 60 days",ninetyDays:"Last 90 days",oneYear:"Last year"},presetsLabel:"Ranges"},fileUpload:{acceptedTypes:"{{fileTypes}} format accepted",acceptedTypes_plural:"{{fileTypes}} formats accepted",cancelled:"File Upload Failed",cancelled_plural:"File Upload(s) Failed",close:"Close",instructions:"Drag and drop your file here or |browse for a file| on your desktop.",instructions_plural:"Drag and drop your files here or |browse for files| on your desktop.",maximumSize:"{{size}} maximum",processing:"Processing Upload…",title:"Upload Your {{description}}"},filterPanel:{clear:"Clear Filters",title:"Filters",filterPlaceholder:"Filter options"},focusedTask:{close:"Close"},growler:{dismiss:"Dismiss"},insightCard:{all:"ALL",partnerCount:"{{count}} |of| {{total}}",partners:"PARTNERS"},insightTile:{all:"ALL",partnerCount:"{{count}} |of| {{total}}",partners:"PARTNERS"},label:{errors:{dateConstraint:{max:"Please enter a date on or prior to {{context.maxExceeded}}.",min:"Please enter a date on or after {{context.minExceeded}}."},dateFormat:"Please enter a date in the format {{context}}.",dateRangeOrder:"End date cannot be before start date.",dateValidity:"Please enter a valid date.",max:"Please enter a value no greater than {{context}}.",maxLength:"Please enter no more than {{context}} characters.",min:"Please enter a value no less than {{context}}.",minLength:"Please enter at least {{context}} characters.",required:"This field is required."},preventativeErrors:{maxLength:"This field accepts a maximum number of characters.",alpha:"This field accepts only alphabetic values.",numeric:"This field accepts only numerical values.",nonNumeric:"This field accepts only non-numerical values."},stronglySuggested:"This field is strongly suggested."},listActionBar:{clearSelected:"Clear Selected",itemsSelected:"Items Selected"},listToolbar:{advancedSearchToggle:"Advanced Search"},modal:{close:"Close modal",defaultButtonLabel:"Okay",defaultTitle:{general:"Action",info:"Info",success:"Success",warning:"Warning","serious-warning":"Warning"}},pagination:{nextPage:"Next Page",ofMany:"of many",ofPageCount:"of {{pageCount}}",page:"Page",prevPage:"Previous Page"},progressBar:{closeButtonTitle:"Close progress bar"},searchResultsBar:{clear:"Clear",clearResults:"Clear Results",count:"{{count}} of {{total}}",matchingResults:"Matching results",noAdvancedSearchSelections:"No Advanced Search Selections",results:"Results:"},select:{defaultPlaceholder:"Select one…"},slackLink:{label:"Chat"},spinner:{defaultAltText:"Loading…"},taskQueue:{clearCompleted:"Clear Completed",newTask:"You have a new task in your queue.",noTasks:"There are currently no tasks in your queue."}},V={t(e,n){const t=_.getPath(ae,e.replace(/^design-system:/,""));return n?_.template(t)(n):t}},B=i.createContext(V);function L(e){const n=e==null?void 0:e["data-testid"];return f.useCallback(t=>n?{"data-testid":`${n}__${t}`}:{},[n])}var oe=C({defaultClassName:"_9gd2pg2",variantClassNames:{size:{sm:"_9gd2pg3",md:"_9gd2pg4",lg:"_9gd2pg5"},color:{dark:"_9gd2pg6",light:"_9gd2pg7"}},defaultVariants:{size:"md",color:"dark"},compoundVariants:[]}),ce="_9gd2pg1";function x({alt:e,className:n,size:t,title:r,color:o,...s}){const{t:c}=i.useContext(B),a=e||r||c("design-system:spinner.defaultAltText"),l=L(s);return i.createElement("div",{className:m(ce,n),...s},i.createElement("i",{className:oe({size:t,color:o}),...l("icon"),title:a}))}v.set(x,{name:"Spinner",props:{alt:"string",size:{type:'"sm" | "md" | "lg"',default:'"md"'},title:"string",color:{type:'"dark | light"',default:'"dark"'}}});var le=C({defaultClassName:"iddzk90",variantClassNames:{size:{xl:"iddzk91",lg:"iddzk92",md:"iddzk93",sm:"iddzk94",xs:"iddzk95",xxs:"iddzk96"}},defaultVariants:{},compoundVariants:[]});function D({children:e,className:n,size:t="md",...r}){return i.createElement("div",{className:m(le({size:t}),n),...r},e)}v.set(D,{name:"Title",props:{kind:{type:"TitleSize",default:"md"}}});var se="_17ntd80";function w({className:e,...n}){return i.createElement("div",{className:m(se,e),...n})}function ie(e){return i.createElement(w,{...e})}v.set(w,{name:"VerticalRule"});function ue(e,n){return f.cloneElement(e,{className:m(e.props.className,n)})}function de(e,n){return f.cloneElement(e,n)}function pe(e,n,t=[]){return i.useMemo(()=>{function r(o){return i.createElement(e,{...o,...n},o.children)}return r},t)}function ve(...e){return function(n){for(const t of e)t&&t(n)}}function me(e,...n){return typeof e=="function"?e(...n):e}const fe=e=>{const n=/(auto|scroll)/,t=(a,l)=>a.parentNode===null?l:t(a.parentNode,l.concat([a])),r=(a,l)=>getComputedStyle(a,null).getPropertyValue(l),o=a=>r(a,"overflow")+r(a,"overflow-y"),s=a=>n.test(o(a));return(a=>{if(!(a instanceof HTMLElement||a instanceof SVGElement))return;const l=t(a.parentNode,[]);for(let u=0;u<l.length;u+=1)if(s(l[u]))return l[u];return null})(e)};let qe=(e=21)=>crypto.getRandomValues(new Uint8Array(e)).reduce((n,t)=>(t&=63,t<36?n+=t.toString(36):t<62?n+=(t-26).toString(36).toUpperCase():t>62?n+="-":n+="_",n),"");function _e(e){return f.useRef(e||qe())}function ge(e,n){return{...e,...n}}function he(e){return f.useReducer(ge,e)}const W=f.createContext(null);function Ce(e,n=[]){const t=f.useContext(W);return f.useMemo(()=>r=>{const s=t&&t.parentElementRef&&t.parentElementRef.current||document.body;let c=null,a=s.lastElementChild;for(;a!==s.firstElementChild;){if(a&&a.hasAttribute("data-portalid")&&a.getAttribute("data-portalid")===e){c=a;break}a&&(a=a.previousElementSibling)}if(c)s.contains(c)||s.appendChild(c);else{c=document.createElement("div"),c.setAttribute("data-portalid",e);for(const l of n)c.classList.add(l);s.appendChild(c)}return H.createPortal(r,c)},[t])}var F=(e=>(e.ASCENDING="ascending",e.DESCENDING="descending",e))(F||{});function be(e){return e.hasOwnProperty("react")}function ye(e){return e.hasOwnProperty("jsx")}const xe={components:[x],examples:{basic:{examples:{small:{react:_.code`
|
|
2
2
|
import { Spinner } from "@sps-woodland/core";
|
|
3
3
|
function Component() {
|
|
4
4
|
return (
|
|
@@ -22,4 +22,4 @@
|
|
|
22
22
|
<Spinner size="lg" alt="Loading content…" />
|
|
23
23
|
);
|
|
24
24
|
}
|
|
25
|
-
`}}}}},
|
|
25
|
+
`}}}}},we={Spinner:xe};exports.AppRoot=N;exports.Box=A;exports.CapContent=R;exports.CapContentTitle=I;exports.Content=z;exports.I18nContext=B;exports.Icon=j;exports.InputPanel=te;exports.MANIFEST=we;exports.Metadata=v;exports.PortalContext=W;exports.Provide=T;exports.ReorderWrapper=M;exports.SortDirection=F;exports.Spinner=x;exports.Title=D;exports.VerticalRule=w;exports.Vr=ie;exports.addClassName=ue;exports.addProps=de;exports.bindProps=pe;exports.cl=m;exports.combineEventHandlers=ve;exports.contentOf=me;exports.exampleIsReactComponentExample=be;exports.exampleIsReactJSXExample=ye;exports.getScrollParent=fe;exports.modChildren=g;exports.noI18nI18n=V;exports.selectChildren=h;exports.useChildTestIdAttrBuilder=L;exports.useElementId=_e;exports.usePatchReducer=he;exports.usePortal=Ce;
|
package/lib/index.d.ts
CHANGED
|
@@ -14,6 +14,7 @@ export * from "./components/cap-content/CapContentTitle";
|
|
|
14
14
|
export * from "./components/content/Content";
|
|
15
15
|
export * from "./components/input-panel/InputPanel";
|
|
16
16
|
export * from "./components/icon/Icon";
|
|
17
|
+
export * from "./components/reorder-wrapper/ReorderWrapper";
|
|
17
18
|
export * from "./components/spinner/Spinner";
|
|
18
19
|
export * from "./components/title/Title";
|
|
19
20
|
export * from "./components/vertical-rule/VerticalRule";
|
package/lib/index.es.js
CHANGED
|
@@ -1,67 +1,67 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as i from "react";
|
|
2
2
|
import { Fragment as T, cloneElement as y, useCallback as A, useRef as O, useReducer as R, createContext as z, useContext as L, useMemo as V } from "react";
|
|
3
|
-
import { flatten as j, getPath as
|
|
4
|
-
import { sprinkles as
|
|
5
|
-
import { createPortal as
|
|
6
|
-
const
|
|
3
|
+
import { flatten as j, getPath as B, template as I, code as h } from "@spscommerce/utils";
|
|
4
|
+
import { sprinkles as b } from "@sps-woodland/tokens";
|
|
5
|
+
import { createPortal as M } from "react-dom";
|
|
6
|
+
const C = Symbol("WoodlandComponentMetadata"), p = Object.freeze({
|
|
7
7
|
isWoodlandComponent(e) {
|
|
8
|
-
return e !== null && typeof e < "u" && e.hasOwnProperty(
|
|
8
|
+
return e !== null && typeof e < "u" && e.hasOwnProperty(C);
|
|
9
9
|
},
|
|
10
10
|
get(e) {
|
|
11
|
-
return e[
|
|
11
|
+
return e[C];
|
|
12
12
|
},
|
|
13
13
|
set(e, n) {
|
|
14
|
-
Object.assign(e, { [
|
|
14
|
+
Object.assign(e, { [C]: n });
|
|
15
15
|
}
|
|
16
16
|
});
|
|
17
|
-
function
|
|
17
|
+
function m(...e) {
|
|
18
18
|
return e.filter(Boolean).map(String).join(" ");
|
|
19
19
|
}
|
|
20
|
-
const
|
|
20
|
+
const E = function({
|
|
21
21
|
children: e,
|
|
22
22
|
elements: n
|
|
23
23
|
}) {
|
|
24
24
|
if (n.length === 0)
|
|
25
|
-
return /* @__PURE__ */
|
|
25
|
+
return /* @__PURE__ */ i.createElement(i.Fragment, null, e);
|
|
26
26
|
const [t, r] = Array.isArray(n[0]) ? n[0] : [n[0]];
|
|
27
|
-
return /* @__PURE__ */
|
|
27
|
+
return /* @__PURE__ */ i.createElement(t, { ...r ?? {} }, /* @__PURE__ */ i.createElement(E, { elements: n.slice(1) }, e));
|
|
28
28
|
};
|
|
29
|
-
function
|
|
29
|
+
function D({
|
|
30
30
|
children: e,
|
|
31
31
|
providers: n = [],
|
|
32
32
|
...t
|
|
33
33
|
}) {
|
|
34
|
-
return /* @__PURE__ */
|
|
34
|
+
return /* @__PURE__ */ i.createElement("div", { ...t }, /* @__PURE__ */ i.createElement(E, { elements: n }, e));
|
|
35
35
|
}
|
|
36
|
-
function
|
|
37
|
-
return r ? r(e.type) : e.type === n ? Object.keys(t).every((
|
|
36
|
+
function W(e, { type: n, props: t = {}, custom: r }) {
|
|
37
|
+
return r ? r(e.type) : e.type === n ? Object.keys(t).every((o) => t[o] === e.props[o]) : !1;
|
|
38
38
|
}
|
|
39
39
|
function w(e) {
|
|
40
40
|
return e !== null ? e.hasOwnProperty("type") && e.type === T ? e.props.children ?? [] : e : [];
|
|
41
41
|
}
|
|
42
|
-
function
|
|
42
|
+
function _(e = [], n = [], t = !1) {
|
|
43
43
|
var a;
|
|
44
|
-
const r = Array.isArray(e) ? e.map(w) : w(e),
|
|
45
|
-
for (const l of
|
|
44
|
+
const r = Array.isArray(e) ? e.map(w) : w(e), o = Array.isArray(r) ? j(r) : [r], s = n.map((l) => Array.isArray(l) ? l : [l]), c = new Array(s.length + 1).fill(null).map(() => []);
|
|
45
|
+
for (const l of o) {
|
|
46
46
|
let u = !1;
|
|
47
|
-
for (let v = 0; v <
|
|
48
|
-
for (const
|
|
49
|
-
if (u =
|
|
50
|
-
|
|
47
|
+
for (let v = 0; v < s.length; v += 1) {
|
|
48
|
+
for (const d of s[v])
|
|
49
|
+
if (u = W(l, d), u) {
|
|
50
|
+
c[v].push(l);
|
|
51
51
|
break;
|
|
52
52
|
}
|
|
53
53
|
if (u)
|
|
54
54
|
break;
|
|
55
55
|
}
|
|
56
|
-
if (u ||
|
|
57
|
-
const v =
|
|
58
|
-
for (let
|
|
59
|
-
|
|
56
|
+
if (u || c[c.length - 1].push(l), t && ((a = l == null ? void 0 : l.props) != null && a.children)) {
|
|
57
|
+
const v = _(l.props.children, n, !0);
|
|
58
|
+
for (let d = 0; d < v.length; d += 1)
|
|
59
|
+
c[d].push(...v[d]);
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
|
-
return
|
|
62
|
+
return c;
|
|
63
63
|
}
|
|
64
|
-
function
|
|
64
|
+
function F(e, n, t) {
|
|
65
65
|
return n in e ? Object.defineProperty(e, n, {
|
|
66
66
|
value: t,
|
|
67
67
|
enumerable: !0,
|
|
@@ -73,8 +73,8 @@ function x(e, n) {
|
|
|
73
73
|
var t = Object.keys(e);
|
|
74
74
|
if (Object.getOwnPropertySymbols) {
|
|
75
75
|
var r = Object.getOwnPropertySymbols(e);
|
|
76
|
-
n && (r = r.filter(function(
|
|
77
|
-
return Object.getOwnPropertyDescriptor(e,
|
|
76
|
+
n && (r = r.filter(function(o) {
|
|
77
|
+
return Object.getOwnPropertyDescriptor(e, o).enumerable;
|
|
78
78
|
})), t.push.apply(t, r);
|
|
79
79
|
}
|
|
80
80
|
return t;
|
|
@@ -83,52 +83,52 @@ function P(e) {
|
|
|
83
83
|
for (var n = 1; n < arguments.length; n++) {
|
|
84
84
|
var t = arguments[n] != null ? arguments[n] : {};
|
|
85
85
|
n % 2 ? x(Object(t), !0).forEach(function(r) {
|
|
86
|
-
|
|
86
|
+
F(e, r, t[r]);
|
|
87
87
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : x(Object(t)).forEach(function(r) {
|
|
88
88
|
Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r));
|
|
89
89
|
});
|
|
90
90
|
}
|
|
91
91
|
return e;
|
|
92
92
|
}
|
|
93
|
-
var
|
|
93
|
+
var U = (e, n, t) => {
|
|
94
94
|
for (var r of Object.keys(e)) {
|
|
95
|
-
var
|
|
96
|
-
if (e[r] !== ((
|
|
95
|
+
var o;
|
|
96
|
+
if (e[r] !== ((o = n[r]) !== null && o !== void 0 ? o : t[r]))
|
|
97
97
|
return !1;
|
|
98
98
|
}
|
|
99
99
|
return !0;
|
|
100
|
-
},
|
|
100
|
+
}, g = (e) => (n) => {
|
|
101
101
|
var t = e.defaultClassName, r = P(P({}, e.defaultVariants), n);
|
|
102
|
-
for (var
|
|
103
|
-
var
|
|
104
|
-
if (
|
|
105
|
-
var a =
|
|
102
|
+
for (var o in r) {
|
|
103
|
+
var s, c = (s = r[o]) !== null && s !== void 0 ? s : e.defaultVariants[o];
|
|
104
|
+
if (c != null) {
|
|
105
|
+
var a = c;
|
|
106
106
|
typeof a == "boolean" && (a = a === !0 ? "true" : "false");
|
|
107
107
|
var l = (
|
|
108
108
|
// @ts-expect-error
|
|
109
|
-
e.variantClassNames[
|
|
109
|
+
e.variantClassNames[o][a]
|
|
110
110
|
);
|
|
111
111
|
l && (t += " " + l);
|
|
112
112
|
}
|
|
113
113
|
}
|
|
114
114
|
for (var [u, v] of e.compoundVariants)
|
|
115
|
-
|
|
115
|
+
U(u, r, e.defaultVariants) && (t += " " + v);
|
|
116
116
|
return t;
|
|
117
|
-
},
|
|
117
|
+
}, H = "g5vsg4", G = g({ defaultClassName: "g5vsg0", variantClassNames: { fullWidth: { true: "g5vsg1" }, verticalProductBar: { true: "g5vsg2" } }, defaultVariants: {}, compoundVariants: [] }), Y = "g5vsg3";
|
|
118
118
|
function Z({
|
|
119
119
|
children: e,
|
|
120
120
|
className: n,
|
|
121
121
|
fullWidth: t,
|
|
122
122
|
...r
|
|
123
123
|
}) {
|
|
124
|
-
const [
|
|
124
|
+
const [o, s] = _(e, [
|
|
125
125
|
{
|
|
126
|
-
custom: (a) =>
|
|
126
|
+
custom: (a) => p.isWoodlandComponent(a) && p.get(a).name === "ProductBarVertical"
|
|
127
127
|
}
|
|
128
|
-
]),
|
|
129
|
-
return /* @__PURE__ */
|
|
128
|
+
]), c = o.length > 0;
|
|
129
|
+
return /* @__PURE__ */ i.createElement(D, { className: m(G({ fullWidth: t, verticalProductBar: c }), n), ...r }, c ? /* @__PURE__ */ i.createElement(i.Fragment, null, /* @__PURE__ */ i.createElement("div", { className: Y }, o), /* @__PURE__ */ i.createElement("div", { className: H }, s)) : e);
|
|
130
130
|
}
|
|
131
|
-
|
|
131
|
+
p.set(Z, {
|
|
132
132
|
name: "AppRoot",
|
|
133
133
|
props: {
|
|
134
134
|
fullWidth: { type: "boolean", default: "false" },
|
|
@@ -142,34 +142,34 @@ const J = [
|
|
|
142
142
|
"flexWrap",
|
|
143
143
|
"justifyContent",
|
|
144
144
|
"textAlign"
|
|
145
|
-
], K = new Set(J), Q =
|
|
145
|
+
], K = new Set(J), Q = i.forwardRef(
|
|
146
146
|
({
|
|
147
147
|
children: e,
|
|
148
148
|
className: n,
|
|
149
149
|
inline: t,
|
|
150
150
|
style: r,
|
|
151
|
-
...
|
|
152
|
-
},
|
|
151
|
+
...o
|
|
152
|
+
}, s) => {
|
|
153
153
|
const [
|
|
154
|
-
|
|
154
|
+
c,
|
|
155
155
|
a,
|
|
156
156
|
l
|
|
157
|
-
] = Object.keys(
|
|
157
|
+
] = Object.keys(o).reduce(([
|
|
158
158
|
u,
|
|
159
159
|
v,
|
|
160
|
-
|
|
161
|
-
], f) =>
|
|
162
|
-
{ ...u, [f]:
|
|
160
|
+
d
|
|
161
|
+
], f) => b.properties.has(f) ? [
|
|
162
|
+
{ ...u, [f]: o[f] },
|
|
163
163
|
v,
|
|
164
|
-
|
|
164
|
+
d
|
|
165
165
|
] : K.has(f) ? [
|
|
166
166
|
u,
|
|
167
|
-
{ ...v, [f]:
|
|
168
|
-
|
|
167
|
+
{ ...v, [f]: o[f] },
|
|
168
|
+
d
|
|
169
169
|
] : [
|
|
170
170
|
u,
|
|
171
171
|
v,
|
|
172
|
-
{ ...
|
|
172
|
+
{ ...d, [f]: o[f] }
|
|
173
173
|
], [
|
|
174
174
|
{},
|
|
175
175
|
{
|
|
@@ -178,11 +178,11 @@ const J = [
|
|
|
178
178
|
},
|
|
179
179
|
{}
|
|
180
180
|
]);
|
|
181
|
-
return /* @__PURE__ */
|
|
181
|
+
return /* @__PURE__ */ i.createElement(
|
|
182
182
|
"div",
|
|
183
183
|
{
|
|
184
|
-
ref:
|
|
185
|
-
className:
|
|
184
|
+
ref: s,
|
|
185
|
+
className: m(b(c), n),
|
|
186
186
|
style: a,
|
|
187
187
|
...l
|
|
188
188
|
},
|
|
@@ -190,81 +190,81 @@ const J = [
|
|
|
190
190
|
);
|
|
191
191
|
}
|
|
192
192
|
);
|
|
193
|
-
|
|
194
|
-
var
|
|
193
|
+
p.set(Q, { name: "Box" });
|
|
194
|
+
var k = { root: "w9p2pg0", title: "w9p2pg1" };
|
|
195
195
|
function X({
|
|
196
196
|
className: e,
|
|
197
197
|
children: n,
|
|
198
198
|
...t
|
|
199
199
|
}) {
|
|
200
|
-
return /* @__PURE__ */
|
|
200
|
+
return /* @__PURE__ */ i.createElement("div", { className: m(k.root, e), ...t }, n);
|
|
201
201
|
}
|
|
202
|
-
|
|
202
|
+
p.set(X, { name: "CapContent" });
|
|
203
203
|
function $({
|
|
204
204
|
className: e,
|
|
205
205
|
children: n,
|
|
206
206
|
...t
|
|
207
207
|
}) {
|
|
208
|
-
return /* @__PURE__ */
|
|
208
|
+
return /* @__PURE__ */ i.createElement("div", { className: m(k.title, e), ...t }, n);
|
|
209
209
|
}
|
|
210
|
-
|
|
210
|
+
p.set($, { name: "CapContentTitle" });
|
|
211
211
|
var ee = "o0pwg0";
|
|
212
|
-
const ne =
|
|
212
|
+
const ne = i.forwardRef(
|
|
213
213
|
({
|
|
214
214
|
children: e,
|
|
215
215
|
className: n,
|
|
216
216
|
...t
|
|
217
|
-
}, r) => /* @__PURE__ */
|
|
217
|
+
}, r) => /* @__PURE__ */ i.createElement("div", { ref: r, className: m(ee, n), ...t }, e)
|
|
218
218
|
);
|
|
219
|
-
|
|
220
|
-
function
|
|
219
|
+
p.set(ne, { name: "Content" });
|
|
220
|
+
function q(e, n, t = !0, r) {
|
|
221
221
|
if (Array.isArray(e))
|
|
222
|
-
return e.map((
|
|
222
|
+
return e.map((v, d) => q(v, n, t, d));
|
|
223
223
|
if (["boolean", "string"].includes(typeof e))
|
|
224
224
|
return e;
|
|
225
|
-
const
|
|
226
|
-
return y(
|
|
225
|
+
const o = e, s = o.props.hasOwnProperty("children") ? [].concat(o.props.children) : [], [c, a] = n(o, s, r), l = Array.isArray(a) ? a : s, u = t ? l.map((v, d) => q(v, n, t, d)) : l;
|
|
226
|
+
return y(o, c, ...u);
|
|
227
227
|
}
|
|
228
228
|
var te = "g4awnh0";
|
|
229
|
-
function
|
|
229
|
+
function xe({
|
|
230
230
|
children: e,
|
|
231
231
|
className: n,
|
|
232
232
|
...t
|
|
233
233
|
}) {
|
|
234
|
-
const [r,
|
|
234
|
+
const [r, o] = _(e, [
|
|
235
235
|
{
|
|
236
|
-
custom: (
|
|
236
|
+
custom: (c) => p.isWoodlandComponent(c) && !!p.get(c).panellable
|
|
237
237
|
}
|
|
238
238
|
]);
|
|
239
|
-
if (
|
|
239
|
+
if (o.length > 0)
|
|
240
240
|
throw new Error("InputPanel only accepts panellable children");
|
|
241
|
-
const
|
|
241
|
+
const s = q(r, (c) => p.isWoodlandComponent(c.type) && p.get(c.type).name === "Button" && ["icon", "link"].includes(c.props.kind) ? [{
|
|
242
242
|
kind: "default"
|
|
243
243
|
}] : [{}]);
|
|
244
|
-
return /* @__PURE__ */
|
|
244
|
+
return /* @__PURE__ */ i.createElement("div", { className: m(te, n), ...t }, s);
|
|
245
245
|
}
|
|
246
|
-
var re =
|
|
246
|
+
var re = g({ defaultClassName: "_6qnc0v5u", variantClassNames: { iconName: { ai: "_6qnc0v0", "angle-left": "_6qnc0v1", "angle-right": "_6qnc0v2", archive: "_6qnc0v3", "arrow-down": "_6qnc0v4", "arrow-left-circle": "_6qnc0v5", "arrow-left": "_6qnc0v6", "arrow-right": "_6qnc0v7", "arrow-up": "_6qnc0v8", asterisk: "_6qnc0v9", ban: "_6qnc0va", barcode: "_6qnc0vb", bell: "_6qnc0vc", bold: "_6qnc0vd", bolt: "_6qnc0ve", book: "_6qnc0vf", building: "_6qnc0vg", "burst-bolt": "_6qnc0vh", burst: "_6qnc0vi", "calendar-blank": "_6qnc0vj", calendar: "_6qnc0vk", camera: "_6qnc0vl", "chart-area": "_6qnc0vm", "chart-bar": "_6qnc0vn", "chart-line": "_6qnc0vo", "chart-pie": "_6qnc0vp", checkmark: "_6qnc0vq", "chevron-down": "_6qnc0vr", "chevron-left": "_6qnc0vs", "chevron-right": "_6qnc0vt", "chevron-up": "_6qnc0vu", "circle-outline": "_6qnc0vv", "clear-formatting": "_6qnc0vw", clock: "_6qnc0vx", "code-fork": "_6qnc0vy", "comment-bubble-exclamation": "_6qnc0vz", "comment-bubble-question": "_6qnc0v10", "comment-bubble": "_6qnc0v11", "complete-file": "_6qnc0v12", conversation: "_6qnc0v13", "column-switcher": "_6qnc0v14", "credit-card": "_6qnc0v15", dashboard: "_6qnc0v16", database: "_6qnc0v17", disk: "_6qnc0v18", "dollar-sign": "_6qnc0v19", "double-angle-left": "_6qnc0v1a", "double-angle-right": "_6qnc0v1b", "download-cloud": "_6qnc0v1c", drill: "_6qnc0v1d", duplicate: "_6qnc0v1e", ellipses: "_6qnc0v1f", envelope: "_6qnc0v1g", exchange: "_6qnc0v1h", "expand-collapse": "_6qnc0v1i", eye: "_6qnc0v1j", "file-duplicate": "_6qnc0v1k", "file-pdf": "_6qnc0v1l", "file-presentation": "_6qnc0v1m", "file-size": "_6qnc0v1n", "file-solid-text": "_6qnc0v1o", "file-solid": "_6qnc0v1p", "file-spreadsheet": "_6qnc0v1q", "file-text": "_6qnc0v1r", file: "_6qnc0v1s", filter: "_6qnc0v1t", flag: "_6qnc0v1u", "flag-outline": "_6qnc0v1v", "folder-open": "_6qnc0v1w", "folder-solid-open": "_6qnc0v1x", "folder-solid": "_6qnc0v1y", folder: "_6qnc0v1z", gear: "_6qnc0v20", globe: "_6qnc0v21", grid: "_6qnc0v22", group: "_6qnc0v23", "hand-stop": "_6qnc0v24", handshake: "_6qnc0v25", hat: "_6qnc0v26", heart: "_6qnc0v27", "heart-outline": "_6qnc0v28", history: "_6qnc0v29", "i-made-this": "_6qnc0v2a", inbox: "_6qnc0v2b", incoming: "_6qnc0v2c", "info-circle": "_6qnc0v2d", intercom: "_6qnc0v2e", italics: "_6qnc0v2f", "item-tag": "_6qnc0v2g", key: "_6qnc0v2h", "life-preserver": "_6qnc0v2i", lightbulb: "_6qnc0v2j", link: "_6qnc0v2k", linkedin: "_6qnc0v2l", "list-cards": "_6qnc0v2m", "list-columns": "_6qnc0v2n", "list-indent": "_6qnc0v2o", "list-ordered": "_6qnc0v2p", "list-outdent": "_6qnc0v2q", "list-unordered": "_6qnc0v2r", "list-summary": "_6qnc0v2s", "list-table": "_6qnc0v2t", list: "_6qnc0v2u", location: "_6qnc0v2v", locked: "_6qnc0v2w", "map-marker": "_6qnc0v2x", map: "_6qnc0v2y", maximize: "_6qnc0v2z", "microphone-off": "_6qnc0v30", "microphone-on": "_6qnc0v31", minimize: "_6qnc0v32", "minus-circle": "_6qnc0v33", minus: "_6qnc0v34", "new-file": "_6qnc0v35", "new-screen": "_6qnc0v36", outgoing: "_6qnc0v37", "paper-plane": "_6qnc0v38", pencil: "_6qnc0v39", photo: "_6qnc0v3a", pinterest: "_6qnc0v3b", play: "_6qnc0v3c", "plus-circle": "_6qnc0v3d", "plus-sign": "_6qnc0v3e", presentation: "_6qnc0v3f", printer: "_6qnc0v3g", "qr-code": "_6qnc0v3h", "question-circle": "_6qnc0v3i", "quote-left": "_6qnc0v3j", "quote-right": "_6qnc0v3k", random: "_6qnc0v3l", redo: "_6qnc0v3m", refresh: "_6qnc0v3n", rocket: "_6qnc0v3o", "saved-circle": "_6qnc0v3p", "search-plus": "_6qnc0v3q", search: "_6qnc0v3r", share: "_6qnc0v3s", "shopping-cart": "_6qnc0v3t", "sort-alpha-asc": "_6qnc0v3u", "sort-alpha-desc": "_6qnc0v3v", "sort-num-asc": "_6qnc0v3w", "sort-num-desc": "_6qnc0v3x", "star-outline": "_6qnc0v3y", star: "_6qnc0v3z", "archive-circle": "_6qnc0v40", "x-circle": "_6qnc0v41", "exclamation-circle": "_6qnc0v42", "descending-ellipses-circle": "_6qnc0v43", "double-angle-right-circle": "_6qnc0v44", "locked-circle": "_6qnc0v45", "asterisk-circle": "_6qnc0v46", "checkmark-circle": "_6qnc0v47", "clock-circle": "_6qnc0v48", "calendar-blank-circle": "_6qnc0v49", "ban-circle": "_6qnc0v4a", "disk-circle": "_6qnc0v4b", "template-circle": "_6qnc0v4c", "exclamation-triangle": "_6qnc0v4d", table: "_6qnc0v4e", tabs: "_6qnc0v4f", "thumbs-down-outline": "_6qnc0v4g", "thumbs-down": "_6qnc0v4h", "thumbs-up-outline": "_6qnc0v4i", "thumbs-up": "_6qnc0v4j", trash: "_6qnc0v4k", "truck-shipping": "_6qnc0v4l", twitter: "_6qnc0v4m", unarchive: "_6qnc0v4n", undo: "_6qnc0v4o", unlocked: "_6qnc0v4p", unlink: "_6qnc0v4q", "upload-cloud": "_6qnc0v4r", wrench: "_6qnc0v4s", x: "_6qnc0v4t", "arrow-right-circle": "_6qnc0v4u", "calendar-select": "_6qnc0v4v", tag: "_6qnc0v4w", user: "_6qnc0v4x", "eye-slash": "_6qnc0v4y", "bell-filled": "_6qnc0v4z", "nested-list": "_6qnc0v50", pin: "_6qnc0v51", "pin-outline": "_6qnc0v52", "user-impersonation": "_6qnc0v53", "volume-full": "_6qnc0v54", "volume-low": "_6qnc0v55", "volume-medium": "_6qnc0v56", "volume-off": "_6qnc0v57", workflow: "_6qnc0v58", "workflow-complete": "_6qnc0v59", "status-archived": "_6qnc0v5a", "status-cancelled": "_6qnc0v5b", "status-error": "_6qnc0v5c", "status-in-process": "_6qnc0v5d", "status-in-transit": "_6qnc0v5e", "status-locked": "_6qnc0v5f", "status-new": "_6qnc0v5g", "status-ok": "_6qnc0v5h", "status-on-hold": "_6qnc0v5i", "status-outdated": "_6qnc0v5j", "status-preview": "_6qnc0v5k", "status-rejected": "_6qnc0v5l", "status-saved": "_6qnc0v5m", "status-saving": "_6qnc0v5n", "status-template": "_6qnc0v5o", "status-warning": "_6qnc0v5p" }, size: { xs: "_6qnc0v5q", sm: "_6qnc0v5r", md: "_6qnc0v5s", lg: "_6qnc0v5t" } }, defaultVariants: { size: "md" }, compoundVariants: [] });
|
|
247
247
|
function ae({
|
|
248
248
|
className: e,
|
|
249
249
|
color: n,
|
|
250
250
|
icon: t,
|
|
251
251
|
size: r = "md",
|
|
252
|
-
...
|
|
252
|
+
...o
|
|
253
253
|
}) {
|
|
254
|
-
return /* @__PURE__ */
|
|
254
|
+
return /* @__PURE__ */ i.createElement(
|
|
255
255
|
"i",
|
|
256
256
|
{
|
|
257
|
-
className:
|
|
257
|
+
className: m(
|
|
258
258
|
re({ iconName: t, size: r }),
|
|
259
|
-
|
|
259
|
+
b({ color: n }),
|
|
260
260
|
e
|
|
261
261
|
),
|
|
262
262
|
"aria-hidden": "true",
|
|
263
|
-
...
|
|
263
|
+
...o
|
|
264
264
|
}
|
|
265
265
|
);
|
|
266
266
|
}
|
|
267
|
-
|
|
267
|
+
p.set(ae, {
|
|
268
268
|
name: "Icon",
|
|
269
269
|
props: {
|
|
270
270
|
icon: { type: "IconName", required: !0 },
|
|
@@ -272,6 +272,44 @@ d.set(ae, {
|
|
|
272
272
|
color: "Color"
|
|
273
273
|
}
|
|
274
274
|
});
|
|
275
|
+
function oe({
|
|
276
|
+
className: e,
|
|
277
|
+
children: n,
|
|
278
|
+
onOrderChange: t,
|
|
279
|
+
list: r,
|
|
280
|
+
setList: o,
|
|
281
|
+
...s
|
|
282
|
+
}) {
|
|
283
|
+
const [c] = _(n, [
|
|
284
|
+
{
|
|
285
|
+
custom: (u) => p.isWoodlandComponent(u) && p.get(u).name === "Content Row"
|
|
286
|
+
}
|
|
287
|
+
]);
|
|
288
|
+
function a(u, v) {
|
|
289
|
+
let d = [...r];
|
|
290
|
+
const [f] = d.splice(u, 1);
|
|
291
|
+
d.splice(v, 0, f), o(d);
|
|
292
|
+
}
|
|
293
|
+
const l = q(c, (u, v, d) => [
|
|
294
|
+
{
|
|
295
|
+
__reorderable: !0,
|
|
296
|
+
__onOrderChange: a,
|
|
297
|
+
__index: d,
|
|
298
|
+
__canBeMovedUp: d !== 0,
|
|
299
|
+
__canBeMovedDown: d !== r.length - 1
|
|
300
|
+
}
|
|
301
|
+
]);
|
|
302
|
+
return /* @__PURE__ */ i.createElement("div", { className: m(e), ...s }, l);
|
|
303
|
+
}
|
|
304
|
+
p.set(oe, {
|
|
305
|
+
name: "ReorderWrapper",
|
|
306
|
+
props: {
|
|
307
|
+
onOrderChange: {
|
|
308
|
+
type: "(event: string, indexToMove: string | null, newIndex: number) => void",
|
|
309
|
+
required: !0
|
|
310
|
+
}
|
|
311
|
+
}
|
|
312
|
+
});
|
|
275
313
|
const ce = {
|
|
276
314
|
addToList: {
|
|
277
315
|
noDataZeroStateColumnTitle: "This Column is Empty",
|
|
@@ -386,36 +424,36 @@ const ce = {
|
|
|
386
424
|
newTask: "You have a new task in your queue.",
|
|
387
425
|
noTasks: "There are currently no tasks in your queue."
|
|
388
426
|
}
|
|
389
|
-
},
|
|
427
|
+
}, le = {
|
|
390
428
|
t(e, n) {
|
|
391
|
-
const t =
|
|
392
|
-
return n ?
|
|
429
|
+
const t = B(ce, e.replace(/^design-system:/, ""));
|
|
430
|
+
return n ? I(t)(n) : t;
|
|
393
431
|
}
|
|
394
|
-
},
|
|
395
|
-
function
|
|
432
|
+
}, se = i.createContext(le);
|
|
433
|
+
function ie(e) {
|
|
396
434
|
const n = e == null ? void 0 : e["data-testid"];
|
|
397
435
|
return A((t) => n ? { "data-testid": `${n}__${t}` } : {}, [n]);
|
|
398
436
|
}
|
|
399
|
-
var
|
|
437
|
+
var ue = g({ defaultClassName: "_9gd2pg2", variantClassNames: { size: { sm: "_9gd2pg3", md: "_9gd2pg4", lg: "_9gd2pg5" }, color: { dark: "_9gd2pg6", light: "_9gd2pg7" } }, defaultVariants: { size: "md", color: "dark" }, compoundVariants: [] }), de = "_9gd2pg1";
|
|
400
438
|
function S({
|
|
401
439
|
alt: e,
|
|
402
440
|
className: n,
|
|
403
441
|
size: t,
|
|
404
442
|
title: r,
|
|
405
|
-
color:
|
|
406
|
-
...
|
|
443
|
+
color: o,
|
|
444
|
+
...s
|
|
407
445
|
}) {
|
|
408
|
-
const { t:
|
|
409
|
-
return /* @__PURE__ */
|
|
446
|
+
const { t: c } = i.useContext(se), a = e || r || c("design-system:spinner.defaultAltText"), l = ie(s);
|
|
447
|
+
return /* @__PURE__ */ i.createElement("div", { className: m(de, n), ...s }, /* @__PURE__ */ i.createElement(
|
|
410
448
|
"i",
|
|
411
449
|
{
|
|
412
|
-
className:
|
|
450
|
+
className: ue({ size: t, color: o }),
|
|
413
451
|
...l("icon"),
|
|
414
452
|
title: a
|
|
415
453
|
}
|
|
416
454
|
));
|
|
417
455
|
}
|
|
418
|
-
|
|
456
|
+
p.set(S, {
|
|
419
457
|
name: "Spinner",
|
|
420
458
|
props: {
|
|
421
459
|
alt: "string",
|
|
@@ -424,123 +462,123 @@ d.set(S, {
|
|
|
424
462
|
color: { type: '"dark | light"', default: '"dark"' }
|
|
425
463
|
}
|
|
426
464
|
});
|
|
427
|
-
var
|
|
428
|
-
function
|
|
465
|
+
var ve = g({ defaultClassName: "iddzk90", variantClassNames: { size: { xl: "iddzk91", lg: "iddzk92", md: "iddzk93", sm: "iddzk94", xs: "iddzk95", xxs: "iddzk96" } }, defaultVariants: {}, compoundVariants: [] });
|
|
466
|
+
function pe({
|
|
429
467
|
children: e,
|
|
430
468
|
className: n,
|
|
431
469
|
size: t = "md",
|
|
432
470
|
...r
|
|
433
471
|
}) {
|
|
434
|
-
return /* @__PURE__ */
|
|
472
|
+
return /* @__PURE__ */ i.createElement("div", { className: m(ve({ size: t }), n), ...r }, e);
|
|
435
473
|
}
|
|
436
|
-
|
|
474
|
+
p.set(pe, {
|
|
437
475
|
name: "Title",
|
|
438
476
|
props: {
|
|
439
477
|
kind: { type: "TitleSize", default: "md" }
|
|
440
478
|
}
|
|
441
479
|
});
|
|
442
|
-
var
|
|
480
|
+
var me = "_17ntd80";
|
|
443
481
|
function N({
|
|
444
482
|
className: e,
|
|
445
483
|
...n
|
|
446
484
|
}) {
|
|
447
|
-
return /* @__PURE__ */
|
|
485
|
+
return /* @__PURE__ */ i.createElement("div", { className: m(me, e), ...n });
|
|
448
486
|
}
|
|
449
|
-
function
|
|
450
|
-
return /* @__PURE__ */
|
|
487
|
+
function Pe(e) {
|
|
488
|
+
return /* @__PURE__ */ i.createElement(N, { ...e });
|
|
451
489
|
}
|
|
452
|
-
|
|
453
|
-
function
|
|
490
|
+
p.set(N, { name: "VerticalRule" });
|
|
491
|
+
function Ee(e, n) {
|
|
454
492
|
return y(e, {
|
|
455
|
-
className:
|
|
493
|
+
className: m(e.props.className, n)
|
|
456
494
|
});
|
|
457
495
|
}
|
|
458
496
|
function ke(e, n) {
|
|
459
497
|
return y(e, n);
|
|
460
498
|
}
|
|
461
|
-
function
|
|
462
|
-
return
|
|
463
|
-
function r(
|
|
464
|
-
return /* @__PURE__ */
|
|
499
|
+
function Se(e, n, t = []) {
|
|
500
|
+
return i.useMemo(() => {
|
|
501
|
+
function r(o) {
|
|
502
|
+
return /* @__PURE__ */ i.createElement(e, { ...o, ...n }, o.children);
|
|
465
503
|
}
|
|
466
504
|
return r;
|
|
467
505
|
}, t);
|
|
468
506
|
}
|
|
469
|
-
function
|
|
507
|
+
function Ne(...e) {
|
|
470
508
|
return function(n) {
|
|
471
509
|
for (const t of e)
|
|
472
510
|
t && t(n);
|
|
473
511
|
};
|
|
474
512
|
}
|
|
475
|
-
function
|
|
513
|
+
function Te(e, ...n) {
|
|
476
514
|
return typeof e == "function" ? e(...n) : e;
|
|
477
515
|
}
|
|
478
|
-
const
|
|
479
|
-
const n = /(auto|scroll)/, t = (a, l) => a.parentNode === null ? l : t(a.parentNode, l.concat([a])), r = (a, l) => getComputedStyle(a, null).getPropertyValue(l),
|
|
516
|
+
const Ae = (e) => {
|
|
517
|
+
const n = /(auto|scroll)/, t = (a, l) => a.parentNode === null ? l : t(a.parentNode, l.concat([a])), r = (a, l) => getComputedStyle(a, null).getPropertyValue(l), o = (a) => r(a, "overflow") + r(a, "overflow-y"), s = (a) => n.test(o(a));
|
|
480
518
|
return ((a) => {
|
|
481
519
|
if (!(a instanceof HTMLElement || a instanceof SVGElement))
|
|
482
520
|
return;
|
|
483
521
|
const l = t(a.parentNode, []);
|
|
484
522
|
for (let u = 0; u < l.length; u += 1)
|
|
485
|
-
if (
|
|
523
|
+
if (s(l[u]))
|
|
486
524
|
return l[u];
|
|
487
525
|
return null;
|
|
488
526
|
})(e);
|
|
489
527
|
};
|
|
490
|
-
let
|
|
491
|
-
function
|
|
492
|
-
return O(e ||
|
|
528
|
+
let fe = (e = 21) => crypto.getRandomValues(new Uint8Array(e)).reduce((n, t) => (t &= 63, t < 36 ? n += t.toString(36) : t < 62 ? n += (t - 26).toString(36).toUpperCase() : t > 62 ? n += "-" : n += "_", n), "");
|
|
529
|
+
function Oe(e) {
|
|
530
|
+
return O(e || fe());
|
|
493
531
|
}
|
|
494
|
-
function
|
|
532
|
+
function qe(e, n) {
|
|
495
533
|
return { ...e, ...n };
|
|
496
534
|
}
|
|
497
|
-
function
|
|
535
|
+
function Re(e) {
|
|
498
536
|
return R(
|
|
499
|
-
|
|
537
|
+
qe,
|
|
500
538
|
e
|
|
501
539
|
);
|
|
502
540
|
}
|
|
503
|
-
const
|
|
504
|
-
function
|
|
505
|
-
const t = L(
|
|
541
|
+
const _e = z(null);
|
|
542
|
+
function ze(e, n = []) {
|
|
543
|
+
const t = L(_e);
|
|
506
544
|
return V(
|
|
507
545
|
() => (r) => {
|
|
508
|
-
const
|
|
509
|
-
let
|
|
510
|
-
for (; a !==
|
|
546
|
+
const s = t && t.parentElementRef && t.parentElementRef.current || document.body;
|
|
547
|
+
let c = null, a = s.lastElementChild;
|
|
548
|
+
for (; a !== s.firstElementChild; ) {
|
|
511
549
|
if (a && a.hasAttribute("data-portalid") && a.getAttribute("data-portalid") === e) {
|
|
512
|
-
|
|
550
|
+
c = a;
|
|
513
551
|
break;
|
|
514
552
|
}
|
|
515
553
|
a && (a = a.previousElementSibling);
|
|
516
554
|
}
|
|
517
|
-
if (
|
|
518
|
-
|
|
555
|
+
if (c)
|
|
556
|
+
s.contains(c) || s.appendChild(c);
|
|
519
557
|
else {
|
|
520
|
-
|
|
558
|
+
c = document.createElement("div"), c.setAttribute("data-portalid", e);
|
|
521
559
|
for (const l of n)
|
|
522
|
-
|
|
523
|
-
|
|
560
|
+
c.classList.add(l);
|
|
561
|
+
s.appendChild(c);
|
|
524
562
|
}
|
|
525
|
-
return
|
|
563
|
+
return M(r, c);
|
|
526
564
|
},
|
|
527
565
|
[t]
|
|
528
566
|
);
|
|
529
567
|
}
|
|
530
|
-
var
|
|
531
|
-
function
|
|
568
|
+
var ge = /* @__PURE__ */ ((e) => (e.ASCENDING = "ascending", e.DESCENDING = "descending", e))(ge || {});
|
|
569
|
+
function Le(e) {
|
|
532
570
|
return e.hasOwnProperty("react");
|
|
533
571
|
}
|
|
534
|
-
function
|
|
572
|
+
function Ve(e) {
|
|
535
573
|
return e.hasOwnProperty("jsx");
|
|
536
574
|
}
|
|
537
|
-
const
|
|
575
|
+
const he = {
|
|
538
576
|
components: [S],
|
|
539
577
|
examples: {
|
|
540
578
|
basic: {
|
|
541
579
|
examples: {
|
|
542
580
|
small: {
|
|
543
|
-
react:
|
|
581
|
+
react: h`
|
|
544
582
|
import { Spinner } from "@sps-woodland/core";
|
|
545
583
|
function Component() {
|
|
546
584
|
return (
|
|
@@ -550,7 +588,7 @@ const ge = {
|
|
|
550
588
|
`
|
|
551
589
|
},
|
|
552
590
|
medium: {
|
|
553
|
-
react:
|
|
591
|
+
react: h`
|
|
554
592
|
import { Spinner } from "@sps-woodland/core";
|
|
555
593
|
function Component() {
|
|
556
594
|
return (
|
|
@@ -563,7 +601,7 @@ const ge = {
|
|
|
563
601
|
`
|
|
564
602
|
},
|
|
565
603
|
large: {
|
|
566
|
-
react:
|
|
604
|
+
react: h`
|
|
567
605
|
import { Spinner } from "@sps-woodland/core";
|
|
568
606
|
function Component() {
|
|
569
607
|
return (
|
|
@@ -575,8 +613,8 @@ const ge = {
|
|
|
575
613
|
}
|
|
576
614
|
}
|
|
577
615
|
}
|
|
578
|
-
},
|
|
579
|
-
Spinner:
|
|
616
|
+
}, je = {
|
|
617
|
+
Spinner: he
|
|
580
618
|
};
|
|
581
619
|
export {
|
|
582
620
|
Z as AppRoot,
|
|
@@ -584,32 +622,33 @@ export {
|
|
|
584
622
|
X as CapContent,
|
|
585
623
|
$ as CapContentTitle,
|
|
586
624
|
ne as Content,
|
|
587
|
-
|
|
625
|
+
se as I18nContext,
|
|
588
626
|
ae as Icon,
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
627
|
+
xe as InputPanel,
|
|
628
|
+
je as MANIFEST,
|
|
629
|
+
p as Metadata,
|
|
630
|
+
_e as PortalContext,
|
|
631
|
+
D as Provide,
|
|
632
|
+
oe as ReorderWrapper,
|
|
633
|
+
ge as SortDirection,
|
|
595
634
|
S as Spinner,
|
|
596
|
-
|
|
635
|
+
pe as Title,
|
|
597
636
|
N as VerticalRule,
|
|
598
|
-
|
|
599
|
-
|
|
637
|
+
Pe as Vr,
|
|
638
|
+
Ee as addClassName,
|
|
600
639
|
ke as addProps,
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
640
|
+
Se as bindProps,
|
|
641
|
+
m as cl,
|
|
642
|
+
Ne as combineEventHandlers,
|
|
643
|
+
Te as contentOf,
|
|
644
|
+
Le as exampleIsReactComponentExample,
|
|
645
|
+
Ve as exampleIsReactJSXExample,
|
|
646
|
+
Ae as getScrollParent,
|
|
647
|
+
q as modChildren,
|
|
648
|
+
le as noI18nI18n,
|
|
649
|
+
_ as selectChildren,
|
|
650
|
+
ie as useChildTestIdAttrBuilder,
|
|
651
|
+
Oe as useElementId,
|
|
652
|
+
Re as usePatchReducer,
|
|
653
|
+
ze as usePortal
|
|
615
654
|
};
|
package/lib/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
b{font-family:Source Sans Pro,sans-serif;font-weight:600}@font-face{font-family:Source Sans Pro;font-style:normal;font-weight:400;src:url(https://cdn.dev.spsc.io/web/framework/design-system/ds/8.10.4/assets/fonts/source-sans-pro-v9-latin-regular.woff2) format("woff2"),url(https://cdn.dev.spsc.io/web/framework/design-system/ds/8.10.4/assets/fonts/source-sans-pro-v9-latin-regular.woff) format("woff");font-display:fallback}@font-face{font-family:Source Sans Pro;font-style:italic;font-weight:400;src:url(https://cdn.dev.spsc.io/web/framework/design-system/ds/8.10.4/assets/fonts/source-sans-pro-v9-latin-italic.woff2) format("woff2"),url(https://cdn.dev.spsc.io/web/framework/design-system/ds/8.10.4/assets/fonts/source-sans-pro-v9-latin-italic.woff) format("woff");font-display:fallback}@font-face{font-family:Source Sans Pro;font-style:normal;font-weight:600;src:url(https://cdn.dev.spsc.io/web/framework/design-system/ds/8.10.4/assets/fonts/source-sans-pro-v9-latin-600.woff2) format("woff2"),url(https://cdn.dev.spsc.io/web/framework/design-system/ds/8.10.4/assets/fonts/source-sans-pro-v9-latin-600.woff) format("woff");font-display:fallback}@font-face{font-family:Source Sans Pro;font-style:italic;font-weight:600;src:url(https://cdn.dev.spsc.io/web/framework/design-system/ds/8.10.4/assets/fonts/source-sans-pro-v9-latin-600italic.woff2) format("woff2"),url(https://cdn.dev.spsc.io/web/framework/design-system/ds/8.10.4/assets/fonts/source-sans-pro-v9-latin-600italic.woff) format("woff");font-display:fallback}@font-face{font-family:Source Code Pro;font-style:normal;font-weight:400;src:url(https://cdn.dev.spsc.io/web/framework/design-system/ds/8.10.4/assets/fonts/source-code-pro-v6-latin-regular.woff2) format("woff2"),url(https://cdn.dev.spsc.io/web/framework/design-system/ds/8.10.4/assets/fonts/source-code-pro-v6-latin-regular.woff) format("woff");font-display:fallback}@font-face{font-family:Source Code Pro;font-style:italic;font-weight:400;src:url(https://cdn.dev.spsc.io/web/framework/design-system/ds/8.10.4/assets/fonts/source-code-pro-v6-latin-italic.woff2) format("woff2"),url(https://cdn.dev.spsc.io/web/framework/design-system/ds/8.10.4/assets/fonts/source-code-pro-v6-latin-italic.woff) format("woff");font-display:fallback}@font-face{font-family:Source Code Pro;font-style:normal;font-weight:600;src:url(https://cdn.dev.spsc.io/web/framework/design-system/ds/8.10.4/assets/fonts/source-code-pro-v6-latin-600.woff2) format("woff2"),url(https://cdn.dev.spsc.io/web/framework/design-system/ds/8.10.4/assets/fonts/source-code-pro-v6-latin-600.woff) format("woff");font-display:fallback}@font-face{font-family:Source Code Pro;font-style:italic;font-weight:600;src:url(https://cdn.dev.spsc.io/web/framework/design-system/ds/8.10.4/assets/fonts/source-code-pro-v6-latin-600italic.woff2) format("woff2"),url(https://cdn.dev.spsc.io/web/framework/design-system/ds/8.10.4/assets/fonts/source-code-pro-v6-latin-600italic.woff) format("woff");font-display:fallback}@font-face{font-family:SPS-Icons;font-style:normal;font-weight:400;src:url(https://cdn.dev.spsc.io/web/framework/design-system/ds/8.10.4/assets/fonts/icomoon-sps-icons.svg) format("svg"),url(https://cdn.dev.spsc.io/web/framework/design-system/ds/8.10.4/assets/fonts/icomoon-sps-icons.truetype) format("undefined"),url(https://cdn.dev.spsc.io/web/framework/design-system/ds/8.10.4/assets/fonts/icomoon-sps-icons.woff) format("woff"),url(https://cdn.dev.spsc.io/web/framework/design-system/ds/8.10.4/assets/fonts/icomoon-sps-icons.woff2) format("woff2");font-display:fallback}*{font-family:Source Sans Pro,sans-serif}.r5chkp0,.r5chkp1:hover{border-color:#fbe6ea}.r5chkp2:focus{border-color:#fbe6ea}.r5chkp3,.r5chkp4:hover{border-color:#de012e}.r5chkp5:focus{border-color:#de012e}.r5chkp6,.r5chkp7:hover{border-color:#a30d2d}.r5chkp8:focus{border-color:#a30d2d}.r5chkp9,.r5chkpa:hover{border-color:#f2f8fb}.r5chkpb:focus{border-color:#f2f8fb}.r5chkpc,.r5chkpd:hover{border-color:#e6f2f8}.r5chkpe:focus{border-color:#e6f2f8}.r5chkpf,.r5chkpg:hover{border-color:#027db8}.r5chkph:focus{border-color:#027db8}.r5chkpi,.r5chkpj:hover{border-color:#08638d}.r5chkpk:focus{border-color:#08638d}.r5chkpl,.r5chkpm:hover{border-color:#e7f3ec}.r5chkpn:focus{border-color:#e7f3ec}.r5chkpo,.r5chkpp:hover{border-color:#0b8940}.r5chkpq:focus{border-color:#0b8940}.r5chkpr,.r5chkps:hover{border-color:#0f6b39}.r5chkpt:focus{border-color:#0f6b39}.r5chkpu,.r5chkpv:hover{border-color:#f4ecf2}.r5chkpw:focus{border-color:#f4ecf2}.r5chkpx,.r5chkpy:hover{border-color:#e3d0de}.r5chkpz:focus{border-color:#e3d0de}.r5chkp10,.r5chkp11:hover{border-color:#91467f}.r5chkp12:focus{border-color:#91467f}.r5chkp13,.r5chkp14:hover{border-color:#6e3c65}.r5chkp15:focus{border-color:#6e3c65}.r5chkp16,.r5chkp17:hover{border-color:#fcf1e7}.r5chkp18:focus{border-color:#fcf1e7}.r5chkp19,.r5chkp1a:hover{border-color:#e77609}.r5chkp1b:focus{border-color:#e77609}.r5chkp1c,.r5chkp1d:hover{border-color:#aa5e13}.r5chkp1e:focus{border-color:#aa5e13}.r5chkp1f,.r5chkp1g:hover{border-color:#f3f4f4}.r5chkp1h:focus{border-color:#f3f4f4}.r5chkp1i,.r5chkp1j:hover{border-color:#e9e9ea}.r5chkp1k:focus{border-color:#e9e9ea}.r5chkp1l,.r5chkp1m:hover{border-color:#d2d4d4}.r5chkp1n:focus{border-color:#d2d4d4}.r5chkp1o,.r5chkp1p:hover{border-color:#717779}.r5chkp1q:focus{border-color:#717779}.r5chkp1r,.r5chkp1s:hover{border-color:#4b5356}.r5chkp1t:focus{border-color:#4b5356}.r5chkp1u,.r5chkp1v:hover{border-color:#1f282c}.r5chkp1w:focus{border-color:#1f282c}.r5chkp1x,.r5chkp1y:hover{border-color:#1f282c1a}.r5chkp1z:focus{border-color:#1f282c1a}.r5chkp20,.r5chkp21:hover{border-color:#1f282c40}.r5chkp22:focus{border-color:#1f282c40}.r5chkp23,.r5chkp24:hover{border-color:#1f282c80}.r5chkp25:focus{border-color:#1f282c80}.r5chkp26,.r5chkp27:hover{border-color:#fff8e0}.r5chkp28:focus{border-color:#fff8e0}.r5chkp29,.r5chkp2a:hover{border-color:#ffcc07}.r5chkp2b:focus{border-color:#ffcc07}.r5chkp2c,.r5chkp2d:hover{border-color:#fff}.r5chkp2e:focus{border-color:#fff}.r5chkp2f,.r5chkp2g:hover{border-color:#fffc}.r5chkp2h:focus{border-color:#fffc}.r5chkp2i,.r5chkp2j:hover{border-color:#000}.r5chkp2k:focus{border-color:#000}.r5chkp2l,.r5chkp2m:hover{border-color:transparent}.r5chkp2n:focus{border-color:transparent}.r5chkp2o,.r5chkp2p:hover{border-bottom-color:#fbe6ea}.r5chkp2q:focus{border-bottom-color:#fbe6ea}.r5chkp2r,.r5chkp2s:hover{border-bottom-color:#de012e}.r5chkp2t:focus{border-bottom-color:#de012e}.r5chkp2u,.r5chkp2v:hover{border-bottom-color:#a30d2d}.r5chkp2w:focus{border-bottom-color:#a30d2d}.r5chkp2x,.r5chkp2y:hover{border-bottom-color:#f2f8fb}.r5chkp2z:focus{border-bottom-color:#f2f8fb}.r5chkp30,.r5chkp31:hover{border-bottom-color:#e6f2f8}.r5chkp32:focus{border-bottom-color:#e6f2f8}.r5chkp33,.r5chkp34:hover{border-bottom-color:#027db8}.r5chkp35:focus{border-bottom-color:#027db8}.r5chkp36,.r5chkp37:hover{border-bottom-color:#08638d}.r5chkp38:focus{border-bottom-color:#08638d}.r5chkp39,.r5chkp3a:hover{border-bottom-color:#e7f3ec}.r5chkp3b:focus{border-bottom-color:#e7f3ec}.r5chkp3c,.r5chkp3d:hover{border-bottom-color:#0b8940}.r5chkp3e:focus{border-bottom-color:#0b8940}.r5chkp3f,.r5chkp3g:hover{border-bottom-color:#0f6b39}.r5chkp3h:focus{border-bottom-color:#0f6b39}.r5chkp3i,.r5chkp3j:hover{border-bottom-color:#f4ecf2}.r5chkp3k:focus{border-bottom-color:#f4ecf2}.r5chkp3l,.r5chkp3m:hover{border-bottom-color:#e3d0de}.r5chkp3n:focus{border-bottom-color:#e3d0de}.r5chkp3o,.r5chkp3p:hover{border-bottom-color:#91467f}.r5chkp3q:focus{border-bottom-color:#91467f}.r5chkp3r,.r5chkp3s:hover{border-bottom-color:#6e3c65}.r5chkp3t:focus{border-bottom-color:#6e3c65}.r5chkp3u,.r5chkp3v:hover{border-bottom-color:#fcf1e7}.r5chkp3w:focus{border-bottom-color:#fcf1e7}.r5chkp3x,.r5chkp3y:hover{border-bottom-color:#e77609}.r5chkp3z:focus{border-bottom-color:#e77609}.r5chkp40,.r5chkp41:hover{border-bottom-color:#aa5e13}.r5chkp42:focus{border-bottom-color:#aa5e13}.r5chkp43,.r5chkp44:hover{border-bottom-color:#f3f4f4}.r5chkp45:focus{border-bottom-color:#f3f4f4}.r5chkp46,.r5chkp47:hover{border-bottom-color:#e9e9ea}.r5chkp48:focus{border-bottom-color:#e9e9ea}.r5chkp49,.r5chkp4a:hover{border-bottom-color:#d2d4d4}.r5chkp4b:focus{border-bottom-color:#d2d4d4}.r5chkp4c,.r5chkp4d:hover{border-bottom-color:#717779}.r5chkp4e:focus{border-bottom-color:#717779}.r5chkp4f,.r5chkp4g:hover{border-bottom-color:#4b5356}.r5chkp4h:focus{border-bottom-color:#4b5356}.r5chkp4i,.r5chkp4j:hover{border-bottom-color:#1f282c}.r5chkp4k:focus{border-bottom-color:#1f282c}.r5chkp4l,.r5chkp4m:hover{border-bottom-color:#1f282c1a}.r5chkp4n:focus{border-bottom-color:#1f282c1a}.r5chkp4o,.r5chkp4p:hover{border-bottom-color:#1f282c40}.r5chkp4q:focus{border-bottom-color:#1f282c40}.r5chkp4r,.r5chkp4s:hover{border-bottom-color:#1f282c80}.r5chkp4t:focus{border-bottom-color:#1f282c80}.r5chkp4u,.r5chkp4v:hover{border-bottom-color:#fff8e0}.r5chkp4w:focus{border-bottom-color:#fff8e0}.r5chkp4x,.r5chkp4y:hover{border-bottom-color:#ffcc07}.r5chkp4z:focus{border-bottom-color:#ffcc07}.r5chkp50,.r5chkp51:hover{border-bottom-color:#fff}.r5chkp52:focus{border-bottom-color:#fff}.r5chkp53,.r5chkp54:hover{border-bottom-color:#fffc}.r5chkp55:focus{border-bottom-color:#fffc}.r5chkp56,.r5chkp57:hover{border-bottom-color:#000}.r5chkp58:focus{border-bottom-color:#000}.r5chkp59,.r5chkp5a:hover{border-bottom-color:transparent}.r5chkp5b:focus{border-bottom-color:transparent}.r5chkp5c,.r5chkp5d:hover{border-left-color:#fbe6ea}.r5chkp5e:focus{border-left-color:#fbe6ea}.r5chkp5f,.r5chkp5g:hover{border-left-color:#de012e}.r5chkp5h:focus{border-left-color:#de012e}.r5chkp5i,.r5chkp5j:hover{border-left-color:#a30d2d}.r5chkp5k:focus{border-left-color:#a30d2d}.r5chkp5l,.r5chkp5m:hover{border-left-color:#f2f8fb}.r5chkp5n:focus{border-left-color:#f2f8fb}.r5chkp5o,.r5chkp5p:hover{border-left-color:#e6f2f8}.r5chkp5q:focus{border-left-color:#e6f2f8}.r5chkp5r,.r5chkp5s:hover{border-left-color:#027db8}.r5chkp5t:focus{border-left-color:#027db8}.r5chkp5u,.r5chkp5v:hover{border-left-color:#08638d}.r5chkp5w:focus{border-left-color:#08638d}.r5chkp5x,.r5chkp5y:hover{border-left-color:#e7f3ec}.r5chkp5z:focus{border-left-color:#e7f3ec}.r5chkp60,.r5chkp61:hover{border-left-color:#0b8940}.r5chkp62:focus{border-left-color:#0b8940}.r5chkp63,.r5chkp64:hover{border-left-color:#0f6b39}.r5chkp65:focus{border-left-color:#0f6b39}.r5chkp66,.r5chkp67:hover{border-left-color:#f4ecf2}.r5chkp68:focus{border-left-color:#f4ecf2}.r5chkp69,.r5chkp6a:hover{border-left-color:#e3d0de}.r5chkp6b:focus{border-left-color:#e3d0de}.r5chkp6c,.r5chkp6d:hover{border-left-color:#91467f}.r5chkp6e:focus{border-left-color:#91467f}.r5chkp6f,.r5chkp6g:hover{border-left-color:#6e3c65}.r5chkp6h:focus{border-left-color:#6e3c65}.r5chkp6i,.r5chkp6j:hover{border-left-color:#fcf1e7}.r5chkp6k:focus{border-left-color:#fcf1e7}.r5chkp6l,.r5chkp6m:hover{border-left-color:#e77609}.r5chkp6n:focus{border-left-color:#e77609}.r5chkp6o,.r5chkp6p:hover{border-left-color:#aa5e13}.r5chkp6q:focus{border-left-color:#aa5e13}.r5chkp6r,.r5chkp6s:hover{border-left-color:#f3f4f4}.r5chkp6t:focus{border-left-color:#f3f4f4}.r5chkp6u,.r5chkp6v:hover{border-left-color:#e9e9ea}.r5chkp6w:focus{border-left-color:#e9e9ea}.r5chkp6x,.r5chkp6y:hover{border-left-color:#d2d4d4}.r5chkp6z:focus{border-left-color:#d2d4d4}.r5chkp70,.r5chkp71:hover{border-left-color:#717779}.r5chkp72:focus{border-left-color:#717779}.r5chkp73,.r5chkp74:hover{border-left-color:#4b5356}.r5chkp75:focus{border-left-color:#4b5356}.r5chkp76,.r5chkp77:hover{border-left-color:#1f282c}.r5chkp78:focus{border-left-color:#1f282c}.r5chkp79,.r5chkp7a:hover{border-left-color:#1f282c1a}.r5chkp7b:focus{border-left-color:#1f282c1a}.r5chkp7c,.r5chkp7d:hover{border-left-color:#1f282c40}.r5chkp7e:focus{border-left-color:#1f282c40}.r5chkp7f,.r5chkp7g:hover{border-left-color:#1f282c80}.r5chkp7h:focus{border-left-color:#1f282c80}.r5chkp7i,.r5chkp7j:hover{border-left-color:#fff8e0}.r5chkp7k:focus{border-left-color:#fff8e0}.r5chkp7l,.r5chkp7m:hover{border-left-color:#ffcc07}.r5chkp7n:focus{border-left-color:#ffcc07}.r5chkp7o,.r5chkp7p:hover{border-left-color:#fff}.r5chkp7q:focus{border-left-color:#fff}.r5chkp7r,.r5chkp7s:hover{border-left-color:#fffc}.r5chkp7t:focus{border-left-color:#fffc}.r5chkp7u,.r5chkp7v:hover{border-left-color:#000}.r5chkp7w:focus{border-left-color:#000}.r5chkp7x,.r5chkp7y:hover{border-left-color:transparent}.r5chkp7z:focus{border-left-color:transparent}.r5chkp80,.r5chkp81:hover{border-right-color:#fbe6ea}.r5chkp82:focus{border-right-color:#fbe6ea}.r5chkp83,.r5chkp84:hover{border-right-color:#de012e}.r5chkp85:focus{border-right-color:#de012e}.r5chkp86,.r5chkp87:hover{border-right-color:#a30d2d}.r5chkp88:focus{border-right-color:#a30d2d}.r5chkp89,.r5chkp8a:hover{border-right-color:#f2f8fb}.r5chkp8b:focus{border-right-color:#f2f8fb}.r5chkp8c,.r5chkp8d:hover{border-right-color:#e6f2f8}.r5chkp8e:focus{border-right-color:#e6f2f8}.r5chkp8f,.r5chkp8g:hover{border-right-color:#027db8}.r5chkp8h:focus{border-right-color:#027db8}.r5chkp8i,.r5chkp8j:hover{border-right-color:#08638d}.r5chkp8k:focus{border-right-color:#08638d}.r5chkp8l,.r5chkp8m:hover{border-right-color:#e7f3ec}.r5chkp8n:focus{border-right-color:#e7f3ec}.r5chkp8o,.r5chkp8p:hover{border-right-color:#0b8940}.r5chkp8q:focus{border-right-color:#0b8940}.r5chkp8r,.r5chkp8s:hover{border-right-color:#0f6b39}.r5chkp8t:focus{border-right-color:#0f6b39}.r5chkp8u,.r5chkp8v:hover{border-right-color:#f4ecf2}.r5chkp8w:focus{border-right-color:#f4ecf2}.r5chkp8x,.r5chkp8y:hover{border-right-color:#e3d0de}.r5chkp8z:focus{border-right-color:#e3d0de}.r5chkp90,.r5chkp91:hover{border-right-color:#91467f}.r5chkp92:focus{border-right-color:#91467f}.r5chkp93,.r5chkp94:hover{border-right-color:#6e3c65}.r5chkp95:focus{border-right-color:#6e3c65}.r5chkp96,.r5chkp97:hover{border-right-color:#fcf1e7}.r5chkp98:focus{border-right-color:#fcf1e7}.r5chkp99,.r5chkp9a:hover{border-right-color:#e77609}.r5chkp9b:focus{border-right-color:#e77609}.r5chkp9c,.r5chkp9d:hover{border-right-color:#aa5e13}.r5chkp9e:focus{border-right-color:#aa5e13}.r5chkp9f,.r5chkp9g:hover{border-right-color:#f3f4f4}.r5chkp9h:focus{border-right-color:#f3f4f4}.r5chkp9i,.r5chkp9j:hover{border-right-color:#e9e9ea}.r5chkp9k:focus{border-right-color:#e9e9ea}.r5chkp9l,.r5chkp9m:hover{border-right-color:#d2d4d4}.r5chkp9n:focus{border-right-color:#d2d4d4}.r5chkp9o,.r5chkp9p:hover{border-right-color:#717779}.r5chkp9q:focus{border-right-color:#717779}.r5chkp9r,.r5chkp9s:hover{border-right-color:#4b5356}.r5chkp9t:focus{border-right-color:#4b5356}.r5chkp9u,.r5chkp9v:hover{border-right-color:#1f282c}.r5chkp9w:focus{border-right-color:#1f282c}.r5chkp9x,.r5chkp9y:hover{border-right-color:#1f282c1a}.r5chkp9z:focus{border-right-color:#1f282c1a}.r5chkpa0,.r5chkpa1:hover{border-right-color:#1f282c40}.r5chkpa2:focus{border-right-color:#1f282c40}.r5chkpa3,.r5chkpa4:hover{border-right-color:#1f282c80}.r5chkpa5:focus{border-right-color:#1f282c80}.r5chkpa6,.r5chkpa7:hover{border-right-color:#fff8e0}.r5chkpa8:focus{border-right-color:#fff8e0}.r5chkpa9,.r5chkpaa:hover{border-right-color:#ffcc07}.r5chkpab:focus{border-right-color:#ffcc07}.r5chkpac,.r5chkpad:hover{border-right-color:#fff}.r5chkpae:focus{border-right-color:#fff}.r5chkpaf,.r5chkpag:hover{border-right-color:#fffc}.r5chkpah:focus{border-right-color:#fffc}.r5chkpai,.r5chkpaj:hover{border-right-color:#000}.r5chkpak:focus{border-right-color:#000}.r5chkpal,.r5chkpam:hover{border-right-color:transparent}.r5chkpan:focus{border-right-color:transparent}.r5chkpao,.r5chkpap:hover{border-top-color:#fbe6ea}.r5chkpaq:focus{border-top-color:#fbe6ea}.r5chkpar,.r5chkpas:hover{border-top-color:#de012e}.r5chkpat:focus{border-top-color:#de012e}.r5chkpau,.r5chkpav:hover{border-top-color:#a30d2d}.r5chkpaw:focus{border-top-color:#a30d2d}.r5chkpax,.r5chkpay:hover{border-top-color:#f2f8fb}.r5chkpaz:focus{border-top-color:#f2f8fb}.r5chkpb0,.r5chkpb1:hover{border-top-color:#e6f2f8}.r5chkpb2:focus{border-top-color:#e6f2f8}.r5chkpb3,.r5chkpb4:hover{border-top-color:#027db8}.r5chkpb5:focus{border-top-color:#027db8}.r5chkpb6,.r5chkpb7:hover{border-top-color:#08638d}.r5chkpb8:focus{border-top-color:#08638d}.r5chkpb9,.r5chkpba:hover{border-top-color:#e7f3ec}.r5chkpbb:focus{border-top-color:#e7f3ec}.r5chkpbc,.r5chkpbd:hover{border-top-color:#0b8940}.r5chkpbe:focus{border-top-color:#0b8940}.r5chkpbf,.r5chkpbg:hover{border-top-color:#0f6b39}.r5chkpbh:focus{border-top-color:#0f6b39}.r5chkpbi,.r5chkpbj:hover{border-top-color:#f4ecf2}.r5chkpbk:focus{border-top-color:#f4ecf2}.r5chkpbl,.r5chkpbm:hover{border-top-color:#e3d0de}.r5chkpbn:focus{border-top-color:#e3d0de}.r5chkpbo,.r5chkpbp:hover{border-top-color:#91467f}.r5chkpbq:focus{border-top-color:#91467f}.r5chkpbr,.r5chkpbs:hover{border-top-color:#6e3c65}.r5chkpbt:focus{border-top-color:#6e3c65}.r5chkpbu,.r5chkpbv:hover{border-top-color:#fcf1e7}.r5chkpbw:focus{border-top-color:#fcf1e7}.r5chkpbx,.r5chkpby:hover{border-top-color:#e77609}.r5chkpbz:focus{border-top-color:#e77609}.r5chkpc0,.r5chkpc1:hover{border-top-color:#aa5e13}.r5chkpc2:focus{border-top-color:#aa5e13}.r5chkpc3,.r5chkpc4:hover{border-top-color:#f3f4f4}.r5chkpc5:focus{border-top-color:#f3f4f4}.r5chkpc6,.r5chkpc7:hover{border-top-color:#e9e9ea}.r5chkpc8:focus{border-top-color:#e9e9ea}.r5chkpc9,.r5chkpca:hover{border-top-color:#d2d4d4}.r5chkpcb:focus{border-top-color:#d2d4d4}.r5chkpcc,.r5chkpcd:hover{border-top-color:#717779}.r5chkpce:focus{border-top-color:#717779}.r5chkpcf,.r5chkpcg:hover{border-top-color:#4b5356}.r5chkpch:focus{border-top-color:#4b5356}.r5chkpci,.r5chkpcj:hover{border-top-color:#1f282c}.r5chkpck:focus{border-top-color:#1f282c}.r5chkpcl,.r5chkpcm:hover{border-top-color:#1f282c1a}.r5chkpcn:focus{border-top-color:#1f282c1a}.r5chkpco,.r5chkpcp:hover{border-top-color:#1f282c40}.r5chkpcq:focus{border-top-color:#1f282c40}.r5chkpcr,.r5chkpcs:hover{border-top-color:#1f282c80}.r5chkpct:focus{border-top-color:#1f282c80}.r5chkpcu,.r5chkpcv:hover{border-top-color:#fff8e0}.r5chkpcw:focus{border-top-color:#fff8e0}.r5chkpcx,.r5chkpcy:hover{border-top-color:#ffcc07}.r5chkpcz:focus{border-top-color:#ffcc07}.r5chkpd0,.r5chkpd1:hover{border-top-color:#fff}.r5chkpd2:focus{border-top-color:#fff}.r5chkpd3,.r5chkpd4:hover{border-top-color:#fffc}.r5chkpd5:focus{border-top-color:#fffc}.r5chkpd6,.r5chkpd7:hover{border-top-color:#000}.r5chkpd8:focus{border-top-color:#000}.r5chkpd9,.r5chkpda:hover{border-top-color:transparent}.r5chkpdb:focus{border-top-color:transparent}.r5chkpdc,.r5chkpdd:hover{border-radius:0}.r5chkpde:focus{border-radius:0}.r5chkpdf,.r5chkpdg:hover{border-radius:.125rem}.r5chkpdh:focus{border-radius:.125rem}.r5chkpdi,.r5chkpdj:hover{border-radius:.25rem}.r5chkpdk:focus{border-radius:.25rem}.r5chkpdl,.r5chkpdm:hover{border-width:0}.r5chkpdn:focus{border-width:0}.r5chkpdo,.r5chkpdp:hover{border-width:.0625rem}.r5chkpdq:focus{border-width:.0625rem}.r5chkpdr,.r5chkpds:hover{border-top-width:0}.r5chkpdt:focus{border-top-width:0}.r5chkpdu,.r5chkpdv:hover{border-top-width:.0625rem}.r5chkpdw:focus{border-top-width:.0625rem}.r5chkpdx,.r5chkpdy:hover{border-right-width:0}.r5chkpdz:focus{border-right-width:0}.r5chkpe0,.r5chkpe1:hover{border-right-width:.0625rem}.r5chkpe2:focus{border-right-width:.0625rem}.r5chkpe3,.r5chkpe4:hover{border-bottom-width:0}.r5chkpe5:focus{border-bottom-width:0}.r5chkpe6,.r5chkpe7:hover{border-bottom-width:.0625rem}.r5chkpe8:focus{border-bottom-width:.0625rem}.r5chkpe9,.r5chkpea:hover{border-left-width:0}.r5chkpeb:focus{border-left-width:0}.r5chkpec,.r5chkped:hover{border-left-width:.0625rem}.r5chkpee:focus{border-left-width:.0625rem}.r5chkpef,.r5chkpeg:hover{border-top-left-radius:0}.r5chkpeh:focus{border-top-left-radius:0}.r5chkpei,.r5chkpej:hover{border-top-left-radius:.125rem}.r5chkpek:focus{border-top-left-radius:.125rem}.r5chkpel,.r5chkpem:hover{border-top-left-radius:.25rem}.r5chkpen:focus{border-top-left-radius:.25rem}.r5chkpeo,.r5chkpep:hover{border-top-right-radius:0}.r5chkpeq:focus{border-top-right-radius:0}.r5chkper,.r5chkpes:hover{border-top-right-radius:.125rem}.r5chkpet:focus{border-top-right-radius:.125rem}.r5chkpeu,.r5chkpev:hover{border-top-right-radius:.25rem}.r5chkpew:focus{border-top-right-radius:.25rem}.r5chkpex,.r5chkpey:hover{border-bottom-right-radius:0}.r5chkpez:focus{border-bottom-right-radius:0}.r5chkpf0,.r5chkpf1:hover{border-bottom-right-radius:.125rem}.r5chkpf2:focus{border-bottom-right-radius:.125rem}.r5chkpf3,.r5chkpf4:hover{border-bottom-right-radius:.25rem}.r5chkpf5:focus{border-bottom-right-radius:.25rem}.r5chkpf6,.r5chkpf7:hover{border-bottom-left-radius:0}.r5chkpf8:focus{border-bottom-left-radius:0}.r5chkpf9,.r5chkpfa:hover{border-bottom-left-radius:.125rem}.r5chkpfb:focus{border-bottom-left-radius:.125rem}.r5chkpfc,.r5chkpfd:hover{border-bottom-left-radius:.25rem}.r5chkpfe:focus{border-bottom-left-radius:.25rem}._11lkjuc0,._11lkjuc1:hover{background-color:#fbe6ea}._11lkjuc2:focus{background-color:#fbe6ea}._11lkjuc3,._11lkjuc4:hover{background-color:#de012e}._11lkjuc5:focus{background-color:#de012e}._11lkjuc6,._11lkjuc7:hover{background-color:#a30d2d}._11lkjuc8:focus{background-color:#a30d2d}._11lkjuc9,._11lkjuca:hover{background-color:#f2f8fb}._11lkjucb:focus{background-color:#f2f8fb}._11lkjucc,._11lkjucd:hover{background-color:#e6f2f8}._11lkjuce:focus{background-color:#e6f2f8}._11lkjucf,._11lkjucg:hover{background-color:#027db8}._11lkjuch:focus{background-color:#027db8}._11lkjuci,._11lkjucj:hover{background-color:#08638d}._11lkjuck:focus{background-color:#08638d}._11lkjucl,._11lkjucm:hover{background-color:#e7f3ec}._11lkjucn:focus{background-color:#e7f3ec}._11lkjuco,._11lkjucp:hover{background-color:#0b8940}._11lkjucq:focus{background-color:#0b8940}._11lkjucr,._11lkjucs:hover{background-color:#0f6b39}._11lkjuct:focus{background-color:#0f6b39}._11lkjucu,._11lkjucv:hover{background-color:#f4ecf2}._11lkjucw:focus{background-color:#f4ecf2}._11lkjucx,._11lkjucy:hover{background-color:#e3d0de}._11lkjucz:focus{background-color:#e3d0de}._11lkjuc10,._11lkjuc11:hover{background-color:#91467f}._11lkjuc12:focus{background-color:#91467f}._11lkjuc13,._11lkjuc14:hover{background-color:#6e3c65}._11lkjuc15:focus{background-color:#6e3c65}._11lkjuc16,._11lkjuc17:hover{background-color:#fcf1e7}._11lkjuc18:focus{background-color:#fcf1e7}._11lkjuc19,._11lkjuc1a:hover{background-color:#e77609}._11lkjuc1b:focus{background-color:#e77609}._11lkjuc1c,._11lkjuc1d:hover{background-color:#aa5e13}._11lkjuc1e:focus{background-color:#aa5e13}._11lkjuc1f,._11lkjuc1g:hover{background-color:#f3f4f4}._11lkjuc1h:focus{background-color:#f3f4f4}._11lkjuc1i,._11lkjuc1j:hover{background-color:#e9e9ea}._11lkjuc1k:focus{background-color:#e9e9ea}._11lkjuc1l,._11lkjuc1m:hover{background-color:#d2d4d4}._11lkjuc1n:focus{background-color:#d2d4d4}._11lkjuc1o,._11lkjuc1p:hover{background-color:#717779}._11lkjuc1q:focus{background-color:#717779}._11lkjuc1r,._11lkjuc1s:hover{background-color:#4b5356}._11lkjuc1t:focus{background-color:#4b5356}._11lkjuc1u,._11lkjuc1v:hover{background-color:#1f282c}._11lkjuc1w:focus{background-color:#1f282c}._11lkjuc1x,._11lkjuc1y:hover{background-color:#1f282c1a}._11lkjuc1z:focus{background-color:#1f282c1a}._11lkjuc20,._11lkjuc21:hover{background-color:#1f282c40}._11lkjuc22:focus{background-color:#1f282c40}._11lkjuc23,._11lkjuc24:hover{background-color:#1f282c80}._11lkjuc25:focus{background-color:#1f282c80}._11lkjuc26,._11lkjuc27:hover{background-color:#fff8e0}._11lkjuc28:focus{background-color:#fff8e0}._11lkjuc29,._11lkjuc2a:hover{background-color:#ffcc07}._11lkjuc2b:focus{background-color:#ffcc07}._11lkjuc2c,._11lkjuc2d:hover{background-color:#fff}._11lkjuc2e:focus{background-color:#fff}._11lkjuc2f,._11lkjuc2g:hover{background-color:#fffc}._11lkjuc2h:focus{background-color:#fffc}._11lkjuc2i,._11lkjuc2j:hover{background-color:#000}._11lkjuc2k:focus{background-color:#000}._11lkjuc2l,._11lkjuc2m:hover{background-color:transparent}._11lkjuc2n:focus{background-color:transparent}._11lkjuc2o,._11lkjuc2p:hover{color:#fbe6ea}._11lkjuc2q:focus{color:#fbe6ea}._11lkjuc2r,._11lkjuc2s:hover{color:#de012e}._11lkjuc2t:focus{color:#de012e}._11lkjuc2u,._11lkjuc2v:hover{color:#a30d2d}._11lkjuc2w:focus{color:#a30d2d}._11lkjuc2x,._11lkjuc2y:hover{color:#f2f8fb}._11lkjuc2z:focus{color:#f2f8fb}._11lkjuc30,._11lkjuc31:hover{color:#e6f2f8}._11lkjuc32:focus{color:#e6f2f8}._11lkjuc33,._11lkjuc34:hover{color:#027db8}._11lkjuc35:focus{color:#027db8}._11lkjuc36,._11lkjuc37:hover{color:#08638d}._11lkjuc38:focus{color:#08638d}._11lkjuc39,._11lkjuc3a:hover{color:#e7f3ec}._11lkjuc3b:focus{color:#e7f3ec}._11lkjuc3c,._11lkjuc3d:hover{color:#0b8940}._11lkjuc3e:focus{color:#0b8940}._11lkjuc3f,._11lkjuc3g:hover{color:#0f6b39}._11lkjuc3h:focus{color:#0f6b39}._11lkjuc3i,._11lkjuc3j:hover{color:#f4ecf2}._11lkjuc3k:focus{color:#f4ecf2}._11lkjuc3l,._11lkjuc3m:hover{color:#e3d0de}._11lkjuc3n:focus{color:#e3d0de}._11lkjuc3o,._11lkjuc3p:hover{color:#91467f}._11lkjuc3q:focus{color:#91467f}._11lkjuc3r,._11lkjuc3s:hover{color:#6e3c65}._11lkjuc3t:focus{color:#6e3c65}._11lkjuc3u,._11lkjuc3v:hover{color:#fcf1e7}._11lkjuc3w:focus{color:#fcf1e7}._11lkjuc3x,._11lkjuc3y:hover{color:#e77609}._11lkjuc3z:focus{color:#e77609}._11lkjuc40,._11lkjuc41:hover{color:#aa5e13}._11lkjuc42:focus{color:#aa5e13}._11lkjuc43,._11lkjuc44:hover{color:#f3f4f4}._11lkjuc45:focus{color:#f3f4f4}._11lkjuc46,._11lkjuc47:hover{color:#e9e9ea}._11lkjuc48:focus{color:#e9e9ea}._11lkjuc49,._11lkjuc4a:hover{color:#d2d4d4}._11lkjuc4b:focus{color:#d2d4d4}._11lkjuc4c,._11lkjuc4d:hover{color:#717779}._11lkjuc4e:focus{color:#717779}._11lkjuc4f,._11lkjuc4g:hover{color:#4b5356}._11lkjuc4h:focus{color:#4b5356}._11lkjuc4i,._11lkjuc4j:hover{color:#1f282c}._11lkjuc4k:focus{color:#1f282c}._11lkjuc4l,._11lkjuc4m:hover{color:#1f282c1a}._11lkjuc4n:focus{color:#1f282c1a}._11lkjuc4o,._11lkjuc4p:hover{color:#1f282c40}._11lkjuc4q:focus{color:#1f282c40}._11lkjuc4r,._11lkjuc4s:hover{color:#1f282c80}._11lkjuc4t:focus{color:#1f282c80}._11lkjuc4u,._11lkjuc4v:hover{color:#fff8e0}._11lkjuc4w:focus{color:#fff8e0}._11lkjuc4x,._11lkjuc4y:hover{color:#ffcc07}._11lkjuc4z:focus{color:#ffcc07}._11lkjuc50,._11lkjuc51:hover{color:#fff}._11lkjuc52:focus{color:#fff}._11lkjuc53,._11lkjuc54:hover{color:#fffc}._11lkjuc55:focus{color:#fffc}._11lkjuc56,._11lkjuc57:hover{color:#000}._11lkjuc58:focus{color:#000}._11lkjuc59,._11lkjuc5a:hover{color:transparent}._11lkjuc5b:focus{color:transparent}.ztktm30{column-gap:.25rem}.ztktm31{column-gap:.5rem}.ztktm32{column-gap:1rem}.ztktm33{column-gap:2rem}.ztktm34{column-gap:0}.ztktm35{column-gap:auto}.ztktm36{row-gap:.25rem}.ztktm37{row-gap:.5rem}.ztktm38{row-gap:1rem}.ztktm39{row-gap:2rem}.ztktm3a{row-gap:0}.ztktm3b{row-gap:auto}._2obqyp0,._2obqyp1:first-child{margin-bottom:.25rem}._2obqyp2:not(:first-child){margin-bottom:.25rem}._2obqyp3:last-child{margin-bottom:.25rem}._2obqyp4:not(:last-child){margin-bottom:.25rem}._2obqyp5:not(:first-child):not(:last-child){margin-bottom:.25rem}._2obqyp6,._2obqyp7:first-child{margin-bottom:.5rem}._2obqyp8:not(:first-child){margin-bottom:.5rem}._2obqyp9:last-child{margin-bottom:.5rem}._2obqypa:not(:last-child){margin-bottom:.5rem}._2obqypb:not(:first-child):not(:last-child){margin-bottom:.5rem}._2obqypc,._2obqypd:first-child{margin-bottom:1rem}._2obqype:not(:first-child){margin-bottom:1rem}._2obqypf:last-child{margin-bottom:1rem}._2obqypg:not(:last-child){margin-bottom:1rem}._2obqyph:not(:first-child):not(:last-child){margin-bottom:1rem}._2obqypi,._2obqypj:first-child{margin-bottom:2rem}._2obqypk:not(:first-child){margin-bottom:2rem}._2obqypl:last-child{margin-bottom:2rem}._2obqypm:not(:last-child){margin-bottom:2rem}._2obqypn:not(:first-child):not(:last-child){margin-bottom:2rem}._2obqypo,._2obqypp:first-child{margin-bottom:0}._2obqypq:not(:first-child){margin-bottom:0}._2obqypr:last-child{margin-bottom:0}._2obqyps:not(:last-child){margin-bottom:0}._2obqypt:not(:first-child):not(:last-child){margin-bottom:0}._2obqypu,._2obqypv:first-child{margin-bottom:auto}._2obqypw:not(:first-child){margin-bottom:auto}._2obqypx:last-child{margin-bottom:auto}._2obqypy:not(:last-child){margin-bottom:auto}._2obqypz:not(:first-child):not(:last-child){margin-bottom:auto}._2obqyp10,._2obqyp11:first-child{margin-left:.25rem}._2obqyp12:not(:first-child){margin-left:.25rem}._2obqyp13:last-child{margin-left:.25rem}._2obqyp14:not(:last-child){margin-left:.25rem}._2obqyp15:not(:first-child):not(:last-child){margin-left:.25rem}._2obqyp16,._2obqyp17:first-child{margin-left:.5rem}._2obqyp18:not(:first-child){margin-left:.5rem}._2obqyp19:last-child{margin-left:.5rem}._2obqyp1a:not(:last-child){margin-left:.5rem}._2obqyp1b:not(:first-child):not(:last-child){margin-left:.5rem}._2obqyp1c,._2obqyp1d:first-child{margin-left:1rem}._2obqyp1e:not(:first-child){margin-left:1rem}._2obqyp1f:last-child{margin-left:1rem}._2obqyp1g:not(:last-child){margin-left:1rem}._2obqyp1h:not(:first-child):not(:last-child){margin-left:1rem}._2obqyp1i,._2obqyp1j:first-child{margin-left:2rem}._2obqyp1k:not(:first-child){margin-left:2rem}._2obqyp1l:last-child{margin-left:2rem}._2obqyp1m:not(:last-child){margin-left:2rem}._2obqyp1n:not(:first-child):not(:last-child){margin-left:2rem}._2obqyp1o,._2obqyp1p:first-child{margin-left:0}._2obqyp1q:not(:first-child){margin-left:0}._2obqyp1r:last-child{margin-left:0}._2obqyp1s:not(:last-child){margin-left:0}._2obqyp1t:not(:first-child):not(:last-child){margin-left:0}._2obqyp1u,._2obqyp1v:first-child{margin-left:auto}._2obqyp1w:not(:first-child){margin-left:auto}._2obqyp1x:last-child{margin-left:auto}._2obqyp1y:not(:last-child){margin-left:auto}._2obqyp1z:not(:first-child):not(:last-child){margin-left:auto}._2obqyp20,._2obqyp21:first-child{margin-right:.25rem}._2obqyp22:not(:first-child){margin-right:.25rem}._2obqyp23:last-child{margin-right:.25rem}._2obqyp24:not(:last-child){margin-right:.25rem}._2obqyp25:not(:first-child):not(:last-child){margin-right:.25rem}._2obqyp26,._2obqyp27:first-child{margin-right:.5rem}._2obqyp28:not(:first-child){margin-right:.5rem}._2obqyp29:last-child{margin-right:.5rem}._2obqyp2a:not(:last-child){margin-right:.5rem}._2obqyp2b:not(:first-child):not(:last-child){margin-right:.5rem}._2obqyp2c,._2obqyp2d:first-child{margin-right:1rem}._2obqyp2e:not(:first-child){margin-right:1rem}._2obqyp2f:last-child{margin-right:1rem}._2obqyp2g:not(:last-child){margin-right:1rem}._2obqyp2h:not(:first-child):not(:last-child){margin-right:1rem}._2obqyp2i,._2obqyp2j:first-child{margin-right:2rem}._2obqyp2k:not(:first-child){margin-right:2rem}._2obqyp2l:last-child{margin-right:2rem}._2obqyp2m:not(:last-child){margin-right:2rem}._2obqyp2n:not(:first-child):not(:last-child){margin-right:2rem}._2obqyp2o,._2obqyp2p:first-child{margin-right:0}._2obqyp2q:not(:first-child){margin-right:0}._2obqyp2r:last-child{margin-right:0}._2obqyp2s:not(:last-child){margin-right:0}._2obqyp2t:not(:first-child):not(:last-child){margin-right:0}._2obqyp2u,._2obqyp2v:first-child{margin-right:auto}._2obqyp2w:not(:first-child){margin-right:auto}._2obqyp2x:last-child{margin-right:auto}._2obqyp2y:not(:last-child){margin-right:auto}._2obqyp2z:not(:first-child):not(:last-child){margin-right:auto}._2obqyp30,._2obqyp31:first-child{margin-top:.25rem}._2obqyp32:not(:first-child){margin-top:.25rem}._2obqyp33:last-child{margin-top:.25rem}._2obqyp34:not(:last-child){margin-top:.25rem}._2obqyp35:not(:first-child):not(:last-child){margin-top:.25rem}._2obqyp36,._2obqyp37:first-child{margin-top:.5rem}._2obqyp38:not(:first-child){margin-top:.5rem}._2obqyp39:last-child{margin-top:.5rem}._2obqyp3a:not(:last-child){margin-top:.5rem}._2obqyp3b:not(:first-child):not(:last-child){margin-top:.5rem}._2obqyp3c,._2obqyp3d:first-child{margin-top:1rem}._2obqyp3e:not(:first-child){margin-top:1rem}._2obqyp3f:last-child{margin-top:1rem}._2obqyp3g:not(:last-child){margin-top:1rem}._2obqyp3h:not(:first-child):not(:last-child){margin-top:1rem}._2obqyp3i,._2obqyp3j:first-child{margin-top:2rem}._2obqyp3k:not(:first-child){margin-top:2rem}._2obqyp3l:last-child{margin-top:2rem}._2obqyp3m:not(:last-child){margin-top:2rem}._2obqyp3n:not(:first-child):not(:last-child){margin-top:2rem}._2obqyp3o,._2obqyp3p:first-child{margin-top:0}._2obqyp3q:not(:first-child){margin-top:0}._2obqyp3r:last-child{margin-top:0}._2obqyp3s:not(:last-child){margin-top:0}._2obqyp3t:not(:first-child):not(:last-child){margin-top:0}._2obqyp3u,._2obqyp3v:first-child{margin-top:auto}._2obqyp3w:not(:first-child){margin-top:auto}._2obqyp3x:last-child{margin-top:auto}._2obqyp3y:not(:last-child){margin-top:auto}._2obqyp3z:not(:first-child):not(:last-child){margin-top:auto}._180f0od0,._180f0od1:first-child{padding-bottom:.25rem}._180f0od2:not(:first-child){padding-bottom:.25rem}._180f0od3:last-child{padding-bottom:.25rem}._180f0od4:not(:last-child){padding-bottom:.25rem}._180f0od5:not(:first-child):not(:last-child){padding-bottom:.25rem}._180f0od6,._180f0od7:first-child{padding-bottom:.5rem}._180f0od8:not(:first-child){padding-bottom:.5rem}._180f0od9:last-child{padding-bottom:.5rem}._180f0oda:not(:last-child){padding-bottom:.5rem}._180f0odb:not(:first-child):not(:last-child){padding-bottom:.5rem}._180f0odc,._180f0odd:first-child{padding-bottom:1rem}._180f0ode:not(:first-child){padding-bottom:1rem}._180f0odf:last-child{padding-bottom:1rem}._180f0odg:not(:last-child){padding-bottom:1rem}._180f0odh:not(:first-child):not(:last-child){padding-bottom:1rem}._180f0odi,._180f0odj:first-child{padding-bottom:2rem}._180f0odk:not(:first-child){padding-bottom:2rem}._180f0odl:last-child{padding-bottom:2rem}._180f0odm:not(:last-child){padding-bottom:2rem}._180f0odn:not(:first-child):not(:last-child){padding-bottom:2rem}._180f0odo,._180f0odp:first-child{padding-bottom:0}._180f0odq:not(:first-child){padding-bottom:0}._180f0odr:last-child{padding-bottom:0}._180f0ods:not(:last-child){padding-bottom:0}._180f0odt:not(:first-child):not(:last-child){padding-bottom:0}._180f0odu,._180f0odv:first-child{padding-bottom:auto}._180f0odw:not(:first-child){padding-bottom:auto}._180f0odx:last-child{padding-bottom:auto}._180f0ody:not(:last-child){padding-bottom:auto}._180f0odz:not(:first-child):not(:last-child){padding-bottom:auto}._180f0od10,._180f0od11:first-child{padding-left:.25rem}._180f0od12:not(:first-child){padding-left:.25rem}._180f0od13:last-child{padding-left:.25rem}._180f0od14:not(:last-child){padding-left:.25rem}._180f0od15:not(:first-child):not(:last-child){padding-left:.25rem}._180f0od16,._180f0od17:first-child{padding-left:.5rem}._180f0od18:not(:first-child){padding-left:.5rem}._180f0od19:last-child{padding-left:.5rem}._180f0od1a:not(:last-child){padding-left:.5rem}._180f0od1b:not(:first-child):not(:last-child){padding-left:.5rem}._180f0od1c,._180f0od1d:first-child{padding-left:1rem}._180f0od1e:not(:first-child){padding-left:1rem}._180f0od1f:last-child{padding-left:1rem}._180f0od1g:not(:last-child){padding-left:1rem}._180f0od1h:not(:first-child):not(:last-child){padding-left:1rem}._180f0od1i,._180f0od1j:first-child{padding-left:2rem}._180f0od1k:not(:first-child){padding-left:2rem}._180f0od1l:last-child{padding-left:2rem}._180f0od1m:not(:last-child){padding-left:2rem}._180f0od1n:not(:first-child):not(:last-child){padding-left:2rem}._180f0od1o,._180f0od1p:first-child{padding-left:0}._180f0od1q:not(:first-child){padding-left:0}._180f0od1r:last-child{padding-left:0}._180f0od1s:not(:last-child){padding-left:0}._180f0od1t:not(:first-child):not(:last-child){padding-left:0}._180f0od1u,._180f0od1v:first-child{padding-left:auto}._180f0od1w:not(:first-child){padding-left:auto}._180f0od1x:last-child{padding-left:auto}._180f0od1y:not(:last-child){padding-left:auto}._180f0od1z:not(:first-child):not(:last-child){padding-left:auto}._180f0od20,._180f0od21:first-child{padding-right:.25rem}._180f0od22:not(:first-child){padding-right:.25rem}._180f0od23:last-child{padding-right:.25rem}._180f0od24:not(:last-child){padding-right:.25rem}._180f0od25:not(:first-child):not(:last-child){padding-right:.25rem}._180f0od26,._180f0od27:first-child{padding-right:.5rem}._180f0od28:not(:first-child){padding-right:.5rem}._180f0od29:last-child{padding-right:.5rem}._180f0od2a:not(:last-child){padding-right:.5rem}._180f0od2b:not(:first-child):not(:last-child){padding-right:.5rem}._180f0od2c,._180f0od2d:first-child{padding-right:1rem}._180f0od2e:not(:first-child){padding-right:1rem}._180f0od2f:last-child{padding-right:1rem}._180f0od2g:not(:last-child){padding-right:1rem}._180f0od2h:not(:first-child):not(:last-child){padding-right:1rem}._180f0od2i,._180f0od2j:first-child{padding-right:2rem}._180f0od2k:not(:first-child){padding-right:2rem}._180f0od2l:last-child{padding-right:2rem}._180f0od2m:not(:last-child){padding-right:2rem}._180f0od2n:not(:first-child):not(:last-child){padding-right:2rem}._180f0od2o,._180f0od2p:first-child{padding-right:0}._180f0od2q:not(:first-child){padding-right:0}._180f0od2r:last-child{padding-right:0}._180f0od2s:not(:last-child){padding-right:0}._180f0od2t:not(:first-child):not(:last-child){padding-right:0}._180f0od2u,._180f0od2v:first-child{padding-right:auto}._180f0od2w:not(:first-child){padding-right:auto}._180f0od2x:last-child{padding-right:auto}._180f0od2y:not(:last-child){padding-right:auto}._180f0od2z:not(:first-child):not(:last-child){padding-right:auto}._180f0od30,._180f0od31:first-child{padding-top:.25rem}._180f0od32:not(:first-child){padding-top:.25rem}._180f0od33:last-child{padding-top:.25rem}._180f0od34:not(:last-child){padding-top:.25rem}._180f0od35:not(:first-child):not(:last-child){padding-top:.25rem}._180f0od36,._180f0od37:first-child{padding-top:.5rem}._180f0od38:not(:first-child){padding-top:.5rem}._180f0od39:last-child{padding-top:.5rem}._180f0od3a:not(:last-child){padding-top:.5rem}._180f0od3b:not(:first-child):not(:last-child){padding-top:.5rem}._180f0od3c,._180f0od3d:first-child{padding-top:1rem}._180f0od3e:not(:first-child){padding-top:1rem}._180f0od3f:last-child{padding-top:1rem}._180f0od3g:not(:last-child){padding-top:1rem}._180f0od3h:not(:first-child):not(:last-child){padding-top:1rem}._180f0od3i,._180f0od3j:first-child{padding-top:2rem}._180f0od3k:not(:first-child){padding-top:2rem}._180f0od3l:last-child{padding-top:2rem}._180f0od3m:not(:last-child){padding-top:2rem}._180f0od3n:not(:first-child):not(:last-child){padding-top:2rem}._180f0od3o,._180f0od3p:first-child{padding-top:0}._180f0od3q:not(:first-child){padding-top:0}._180f0od3r:last-child{padding-top:0}._180f0od3s:not(:last-child){padding-top:0}._180f0od3t:not(:first-child):not(:last-child){padding-top:0}._180f0od3u,._180f0od3v:first-child{padding-top:auto}._180f0od3w:not(:first-child){padding-top:auto}._180f0od3x:last-child{padding-top:auto}._180f0od3y:not(:last-child){padding-top:auto}._180f0od3z:not(:first-child):not(:last-child){padding-top:auto}._1dkuq2z0{font-size:.75rem}._1dkuq2z1{font-size:.875rem}._1dkuq2z2,._1dkuq2z3{font-size:.75rem}._1dkuq2z4{font-size:.875rem}._1dkuq2z5{font-size:1rem}._1dkuq2z6{font-size:1.125rem}._1dkuq2z7{font-size:1.25rem}._1dkuq2z8{font-size:1.5rem}._1dkuq2z9{font-weight:400}._1dkuq2za{font-weight:600}._1dkuq2zb{line-height:1.125rem}._1dkuq2zc{line-height:1.25rem}._1dkuq2zd{line-height:.875rem}._1dkuq2ze{line-height:.75rem}._1dkuq2zf{line-height:.875rem}._1dkuq2zg{line-height:1rem}._1dkuq2zh{line-height:1.125rem}._1dkuq2zi{line-height:1.25rem}._1dkuq2zj{line-height:1.5rem}._1gri89m10{border-style:solid}.mvou5q0{display:grid;gap:1rem;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr}.mvou5q1{grid-column:span 1}.mvou5q2{grid-column:span 2}.mvou5q3{grid-column:span 3}.mvou5q4{grid-column:span 4}.mvou5q5{grid-column:span 5}.mvou5q6{grid-column:span 6}.mvou5q7{grid-column:span 7}.mvou5q8{grid-column:span 8}.mvou5q9{grid-column:span 9}.mvou5qa{grid-column:span 10}.mvou5qb{grid-column:span 11}.mvou5qc{grid-column:span 12}.g5vsg0{margin:3.75rem auto 3.125rem;max-width:77.5rem;min-width:0;padding:1.25rem}.g5vsg1{max-width:100%}.g5vsg2{max-width:100%;display:flex;margin:0;padding:0}.g5vsg3{flex:0 0 308px}.g5vsg4{min-width:0;padding:20px;max-width:1280px;margin:0 auto;flex:1 1 auto}.w9p2pg0{display:flex;font-size:.75rem;line-height:1.875rem;padding:.5rem}.w9p2pg1{align-items:center;display:flex;flex:1;padding-left:.5rem}.o0pwg0{height:100%;padding:1rem}.o0pwg0 p:last-child{margin-bottom:0}.o0pwg0>section{flex-wrap:wrap;margin-top:0;margin-right:-1rem;margin-bottom:0;margin-left:-1rem;padding:1rem}.o0pwg0>section:first-child{margin-top:-1rem}.o0pwg0>section:last-child{margin-bottom:-1rem}.o0pwg0>section+section{border-top-style:solid;border-top-width:.0625rem;border-top-color:#d2d4d4}.o0pwg0>section>section{flex:1;margin-top:-1rem;margin-right:0;margin-bottom:-1rem;margin-left:0;padding:1rem}.o0pwg0>section>section:first-child{margin-left:-1rem}.o0pwg0>section>section:last-child{margin-right:-1rem}.o0pwg0>section>section+section{border-left-style:solid;border-left-width:.0625rem;border-left-color:#d2d4d4}.o0pwg0>section:has(>section+section){display:flex}.g4awnh0>*:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.g4awnh0>*:not(:first-child){border-left-width:0;border-top-left-radius:0;border-bottom-left-radius:0}._6qnc0v0:before{content:""}._6qnc0v1:before{content:""}._6qnc0v2:before{content:""}._6qnc0v3:before{content:""}._6qnc0v4:before{content:""}._6qnc0v5:before{content:""}._6qnc0v6:before{content:""}._6qnc0v7:before{content:""}._6qnc0v8:before{content:""}._6qnc0v9:before{content:""}._6qnc0va:before{content:""}._6qnc0vb:before{content:""}._6qnc0vc:before{content:""}._6qnc0vd:before{content:""}._6qnc0ve:before{content:""}._6qnc0vf:before{content:""}._6qnc0vg:before{content:""}._6qnc0vh:before{content:""}._6qnc0vi:before{content:""}._6qnc0vj:before{content:""}._6qnc0vk:before{content:""}._6qnc0vl:before{content:""}._6qnc0vm:before{content:""}._6qnc0vn:before{content:""}._6qnc0vo:before{content:""}._6qnc0vp:before{content:""}._6qnc0vq:before{content:""}._6qnc0vr:before{content:""}._6qnc0vs:before{content:""}._6qnc0vt:before{content:""}._6qnc0vu:before{content:""}._6qnc0vv:before{content:""}._6qnc0vw:before{content:""}._6qnc0vx:before{content:""}._6qnc0vy:before{content:""}._6qnc0vz:before{content:""}._6qnc0v10:before{content:""}._6qnc0v11:before{content:""}._6qnc0v12:before{content:""}._6qnc0v13:before{content:""}._6qnc0v14:before{content:""}._6qnc0v15:before{content:""}._6qnc0v16:before{content:""}._6qnc0v17:before{content:""}._6qnc0v18:before{content:""}._6qnc0v19:before{content:""}._6qnc0v1a:before{content:""}._6qnc0v1b:before{content:""}._6qnc0v1c:before{content:""}._6qnc0v1d:before{content:""}._6qnc0v1e:before{content:""}._6qnc0v1f:before{content:""}._6qnc0v1g:before{content:""}._6qnc0v1h:before{content:""}._6qnc0v1i:before{content:""}._6qnc0v1j:before{content:""}._6qnc0v1k:before{content:""}._6qnc0v1l:before{content:""}._6qnc0v1m:before{content:""}._6qnc0v1n:before{content:""}._6qnc0v1o:before{content:""}._6qnc0v1p:before{content:""}._6qnc0v1q:before{content:""}._6qnc0v1r:before{content:""}._6qnc0v1s:before{content:""}._6qnc0v1t:before{content:""}._6qnc0v1u:before{content:""}._6qnc0v1v:before{content:""}._6qnc0v1w:before{content:""}._6qnc0v1x:before{content:""}._6qnc0v1y:before{content:""}._6qnc0v1z:before{content:""}._6qnc0v20:before{content:""}._6qnc0v21:before{content:""}._6qnc0v22:before{content:""}._6qnc0v23:before{content:""}._6qnc0v24:before{content:""}._6qnc0v25:before{content:""}._6qnc0v26:before{content:""}._6qnc0v27:before{content:""}._6qnc0v28:before{content:""}._6qnc0v29:before{content:""}._6qnc0v2a:before{content:""}._6qnc0v2b:before{content:""}._6qnc0v2c:before{content:""}._6qnc0v2d:before{content:""}._6qnc0v2e:before{content:""}._6qnc0v2f:before{content:""}._6qnc0v2g:before{content:""}._6qnc0v2h:before{content:""}._6qnc0v2i:before{content:""}._6qnc0v2j:before{content:""}._6qnc0v2k:before{content:""}._6qnc0v2l:before{content:""}._6qnc0v2m:before{content:""}._6qnc0v2n:before{content:""}._6qnc0v2o:before{content:""}._6qnc0v2p:before{content:""}._6qnc0v2q:before{content:""}._6qnc0v2r:before{content:""}._6qnc0v2s:before{content:""}._6qnc0v2t:before{content:""}._6qnc0v2u:before{content:""}._6qnc0v2v:before{content:""}._6qnc0v2w:before{content:""}._6qnc0v2x:before{content:""}._6qnc0v2y:before{content:""}._6qnc0v2z:before{content:""}._6qnc0v30:before{content:""}._6qnc0v31:before{content:""}._6qnc0v32:before{content:""}._6qnc0v33:before{content:""}._6qnc0v34:before{content:""}._6qnc0v35:before{content:""}._6qnc0v36:before{content:""}._6qnc0v37:before{content:""}._6qnc0v38:before{content:""}._6qnc0v39:before{content:""}._6qnc0v3a:before{content:""}._6qnc0v3b:before{content:""}._6qnc0v3c:before{content:""}._6qnc0v3d:before{content:""}._6qnc0v3e:before{content:""}._6qnc0v3f:before{content:""}._6qnc0v3g:before{content:""}._6qnc0v3h:before{content:""}._6qnc0v3i:before{content:""}._6qnc0v3j:before{content:""}._6qnc0v3k:before{content:""}._6qnc0v3l:before{content:""}._6qnc0v3m:before{content:""}._6qnc0v3n:before{content:""}._6qnc0v3o:before{content:""}._6qnc0v3p:before{content:""}._6qnc0v3q:before{content:""}._6qnc0v3r:before{content:""}._6qnc0v3s:before{content:""}._6qnc0v3t:before{content:""}._6qnc0v3u:before{content:""}._6qnc0v3v:before{content:""}._6qnc0v3w:before{content:""}._6qnc0v3x:before{content:""}._6qnc0v3y:before{content:""}._6qnc0v3z:before{content:""}._6qnc0v40:before{content:""}._6qnc0v41:before{content:""}._6qnc0v42:before{content:""}._6qnc0v43:before{content:""}._6qnc0v44:before{content:""}._6qnc0v45:before{content:""}._6qnc0v46:before{content:""}._6qnc0v47:before{content:""}._6qnc0v48:before{content:""}._6qnc0v49:before{content:""}._6qnc0v4a:before{content:""}._6qnc0v4b:before{content:""}._6qnc0v4c:before{content:""}._6qnc0v4d:before{content:""}._6qnc0v4e:before{content:""}._6qnc0v4f:before{content:""}._6qnc0v4g:before{content:""}._6qnc0v4h:before{content:""}._6qnc0v4i:before{content:""}._6qnc0v4j:before{content:""}._6qnc0v4k:before{content:""}._6qnc0v4l:before{content:""}._6qnc0v4m:before{content:""}._6qnc0v4n:before{content:""}._6qnc0v4o:before{content:""}._6qnc0v4p:before{content:""}._6qnc0v4q:before{content:""}._6qnc0v4r:before{content:""}._6qnc0v4s:before{content:""}._6qnc0v4t:before{content:""}._6qnc0v4u:before{content:""}._6qnc0v4v:before{content:""}._6qnc0v4w:before{content:""}._6qnc0v4x:before{content:""}._6qnc0v4y:before{content:""}._6qnc0v4z:before{content:""}._6qnc0v50:before{content:""}._6qnc0v51:before{content:""}._6qnc0v52:before{content:""}._6qnc0v53:before{content:""}._6qnc0v54:before{content:""}._6qnc0v55:before{content:""}._6qnc0v56:before{content:""}._6qnc0v57:before{content:""}._6qnc0v58:before{content:""}._6qnc0v59:before{content:""}._6qnc0v5a:before{content:""}._6qnc0v5b:before{content:""}._6qnc0v5c:before{content:""}._6qnc0v5d:before{content:""}._6qnc0v5e:before{content:""}._6qnc0v5f:before{content:""}._6qnc0v5g:before{content:""}._6qnc0v5h:before{content:""}._6qnc0v5i:before{content:""}._6qnc0v5j:before{content:""}._6qnc0v5k:before{content:""}._6qnc0v5l:before{content:""}._6qnc0v5m:before{content:""}._6qnc0v5n:before{content:""}._6qnc0v5o:before{content:""}._6qnc0v5p:before{content:""}._6qnc0v5q{font-size:.75rem}._6qnc0v5r{font-size:.875rem}._6qnc0v5s{font-size:1rem}._6qnc0v5t{font-size:1.25rem}._6qnc0v5u{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:SPS-Icons;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}@keyframes _9gd2pg0{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._9gd2pg1{display:flex}._9gd2pg2{animation:_9gd2pg0 .75s infinite linear;border-radius:50%;border-style:solid;margin:auto}._9gd2pg3{border-width:.125rem;height:1.125rem;width:1.125rem}._9gd2pg4{border-width:.25rem;height:2.25rem;width:2.25rem}._9gd2pg5{border-width:.5rem;height:4.5rem;width:4.5rem}._9gd2pg6{border-top-color:#91467f;border-right-color:#91467f;border-left-color:#91467f;border-bottom-color:#f4ecf2}._9gd2pg7{border-top-color:#fffc;border-right-color:#fffc;border-left-color:#fffc;border-bottom-color:#fff}@media (prefers-reduced-motion){._9gd2pg2{animation:none}}.iddzk90{font-weight:600;margin-top:.5rem;margin-bottom:.5rem}.iddzk91{font-size:1.5rem;line-height:1.5rem}.iddzk92{font-size:1.25rem;line-height:1.25rem}.iddzk93{font-size:1.125rem;line-height:1.125rem}.iddzk94{font-size:1rem;line-height:1rem}.iddzk95{font-size:.875rem;line-height:.875rem}.iddzk96{font-size:.75rem;line-height:.75rem}.iddzk90>i{align-self:flex-start;font-size:1.125rem;line-height:1.5rem;margin-right:.25rem}.iddzk90>.iddzk90{color:#4b5356;font-size:1.125rem;font-weight:400;line-height:1.125rem;margin-top:.25rem}.iddzk90>.iddzk90>i{font-size:.75rem;line-height:1.125rem;margin-left:.25rem;margin-right:.25rem}._17ntd80{background-color:#d2d4d4;display:inline-block;height:2rem;margin-left:.25rem;margin-right:.25rem;vertical-align:middle;width:.0625rem}
|
|
1
|
+
b{font-family:Source Sans Pro,sans-serif;font-weight:600}@font-face{font-family:Source Sans Pro;font-style:normal;font-weight:400;src:url(https://cdn.dev.spsc.io/web/framework/design-system/ds/8.11.0/assets/fonts/source-sans-pro-v9-latin-regular.woff2) format("woff2"),url(https://cdn.dev.spsc.io/web/framework/design-system/ds/8.11.0/assets/fonts/source-sans-pro-v9-latin-regular.woff) format("woff");font-display:fallback}@font-face{font-family:Source Sans Pro;font-style:italic;font-weight:400;src:url(https://cdn.dev.spsc.io/web/framework/design-system/ds/8.11.0/assets/fonts/source-sans-pro-v9-latin-italic.woff2) format("woff2"),url(https://cdn.dev.spsc.io/web/framework/design-system/ds/8.11.0/assets/fonts/source-sans-pro-v9-latin-italic.woff) format("woff");font-display:fallback}@font-face{font-family:Source Sans Pro;font-style:normal;font-weight:600;src:url(https://cdn.dev.spsc.io/web/framework/design-system/ds/8.11.0/assets/fonts/source-sans-pro-v9-latin-600.woff2) format("woff2"),url(https://cdn.dev.spsc.io/web/framework/design-system/ds/8.11.0/assets/fonts/source-sans-pro-v9-latin-600.woff) format("woff");font-display:fallback}@font-face{font-family:Source Sans Pro;font-style:italic;font-weight:600;src:url(https://cdn.dev.spsc.io/web/framework/design-system/ds/8.11.0/assets/fonts/source-sans-pro-v9-latin-600italic.woff2) format("woff2"),url(https://cdn.dev.spsc.io/web/framework/design-system/ds/8.11.0/assets/fonts/source-sans-pro-v9-latin-600italic.woff) format("woff");font-display:fallback}@font-face{font-family:Source Code Pro;font-style:normal;font-weight:400;src:url(https://cdn.dev.spsc.io/web/framework/design-system/ds/8.11.0/assets/fonts/source-code-pro-v6-latin-regular.woff2) format("woff2"),url(https://cdn.dev.spsc.io/web/framework/design-system/ds/8.11.0/assets/fonts/source-code-pro-v6-latin-regular.woff) format("woff");font-display:fallback}@font-face{font-family:Source Code Pro;font-style:italic;font-weight:400;src:url(https://cdn.dev.spsc.io/web/framework/design-system/ds/8.11.0/assets/fonts/source-code-pro-v6-latin-italic.woff2) format("woff2"),url(https://cdn.dev.spsc.io/web/framework/design-system/ds/8.11.0/assets/fonts/source-code-pro-v6-latin-italic.woff) format("woff");font-display:fallback}@font-face{font-family:Source Code Pro;font-style:normal;font-weight:600;src:url(https://cdn.dev.spsc.io/web/framework/design-system/ds/8.11.0/assets/fonts/source-code-pro-v6-latin-600.woff2) format("woff2"),url(https://cdn.dev.spsc.io/web/framework/design-system/ds/8.11.0/assets/fonts/source-code-pro-v6-latin-600.woff) format("woff");font-display:fallback}@font-face{font-family:Source Code Pro;font-style:italic;font-weight:600;src:url(https://cdn.dev.spsc.io/web/framework/design-system/ds/8.11.0/assets/fonts/source-code-pro-v6-latin-600italic.woff2) format("woff2"),url(https://cdn.dev.spsc.io/web/framework/design-system/ds/8.11.0/assets/fonts/source-code-pro-v6-latin-600italic.woff) format("woff");font-display:fallback}@font-face{font-family:SPS-Icons;font-style:normal;font-weight:400;src:url(https://cdn.dev.spsc.io/web/framework/design-system/ds/8.11.0/assets/fonts/icomoon-sps-icons.svg) format("svg"),url(https://cdn.dev.spsc.io/web/framework/design-system/ds/8.11.0/assets/fonts/icomoon-sps-icons.truetype) format("undefined"),url(https://cdn.dev.spsc.io/web/framework/design-system/ds/8.11.0/assets/fonts/icomoon-sps-icons.woff) format("woff"),url(https://cdn.dev.spsc.io/web/framework/design-system/ds/8.11.0/assets/fonts/icomoon-sps-icons.woff2) format("woff2");font-display:fallback}*{font-family:Source Sans Pro,sans-serif}.r5chkp0,.r5chkp1:hover{border-color:#fbe6ea}.r5chkp2:focus{border-color:#fbe6ea}.r5chkp3,.r5chkp4:hover{border-color:#de012e}.r5chkp5:focus{border-color:#de012e}.r5chkp6,.r5chkp7:hover{border-color:#a30d2d}.r5chkp8:focus{border-color:#a30d2d}.r5chkp9,.r5chkpa:hover{border-color:#f2f8fb}.r5chkpb:focus{border-color:#f2f8fb}.r5chkpc,.r5chkpd:hover{border-color:#e6f2f8}.r5chkpe:focus{border-color:#e6f2f8}.r5chkpf,.r5chkpg:hover{border-color:#027db8}.r5chkph:focus{border-color:#027db8}.r5chkpi,.r5chkpj:hover{border-color:#08638d}.r5chkpk:focus{border-color:#08638d}.r5chkpl,.r5chkpm:hover{border-color:#e7f3ec}.r5chkpn:focus{border-color:#e7f3ec}.r5chkpo,.r5chkpp:hover{border-color:#0b8940}.r5chkpq:focus{border-color:#0b8940}.r5chkpr,.r5chkps:hover{border-color:#0f6b39}.r5chkpt:focus{border-color:#0f6b39}.r5chkpu,.r5chkpv:hover{border-color:#f4ecf2}.r5chkpw:focus{border-color:#f4ecf2}.r5chkpx,.r5chkpy:hover{border-color:#e3d0de}.r5chkpz:focus{border-color:#e3d0de}.r5chkp10,.r5chkp11:hover{border-color:#91467f}.r5chkp12:focus{border-color:#91467f}.r5chkp13,.r5chkp14:hover{border-color:#6e3c65}.r5chkp15:focus{border-color:#6e3c65}.r5chkp16,.r5chkp17:hover{border-color:#fcf1e7}.r5chkp18:focus{border-color:#fcf1e7}.r5chkp19,.r5chkp1a:hover{border-color:#e77609}.r5chkp1b:focus{border-color:#e77609}.r5chkp1c,.r5chkp1d:hover{border-color:#aa5e13}.r5chkp1e:focus{border-color:#aa5e13}.r5chkp1f,.r5chkp1g:hover{border-color:#f3f4f4}.r5chkp1h:focus{border-color:#f3f4f4}.r5chkp1i,.r5chkp1j:hover{border-color:#e9e9ea}.r5chkp1k:focus{border-color:#e9e9ea}.r5chkp1l,.r5chkp1m:hover{border-color:#d2d4d4}.r5chkp1n:focus{border-color:#d2d4d4}.r5chkp1o,.r5chkp1p:hover{border-color:#717779}.r5chkp1q:focus{border-color:#717779}.r5chkp1r,.r5chkp1s:hover{border-color:#4b5356}.r5chkp1t:focus{border-color:#4b5356}.r5chkp1u,.r5chkp1v:hover{border-color:#1f282c}.r5chkp1w:focus{border-color:#1f282c}.r5chkp1x,.r5chkp1y:hover{border-color:#1f282c1a}.r5chkp1z:focus{border-color:#1f282c1a}.r5chkp20,.r5chkp21:hover{border-color:#1f282c40}.r5chkp22:focus{border-color:#1f282c40}.r5chkp23,.r5chkp24:hover{border-color:#1f282c80}.r5chkp25:focus{border-color:#1f282c80}.r5chkp26,.r5chkp27:hover{border-color:#fff8e0}.r5chkp28:focus{border-color:#fff8e0}.r5chkp29,.r5chkp2a:hover{border-color:#ffcc07}.r5chkp2b:focus{border-color:#ffcc07}.r5chkp2c,.r5chkp2d:hover{border-color:#fff}.r5chkp2e:focus{border-color:#fff}.r5chkp2f,.r5chkp2g:hover{border-color:#fffc}.r5chkp2h:focus{border-color:#fffc}.r5chkp2i,.r5chkp2j:hover{border-color:#000}.r5chkp2k:focus{border-color:#000}.r5chkp2l,.r5chkp2m:hover{border-color:transparent}.r5chkp2n:focus{border-color:transparent}.r5chkp2o,.r5chkp2p:hover{border-bottom-color:#fbe6ea}.r5chkp2q:focus{border-bottom-color:#fbe6ea}.r5chkp2r,.r5chkp2s:hover{border-bottom-color:#de012e}.r5chkp2t:focus{border-bottom-color:#de012e}.r5chkp2u,.r5chkp2v:hover{border-bottom-color:#a30d2d}.r5chkp2w:focus{border-bottom-color:#a30d2d}.r5chkp2x,.r5chkp2y:hover{border-bottom-color:#f2f8fb}.r5chkp2z:focus{border-bottom-color:#f2f8fb}.r5chkp30,.r5chkp31:hover{border-bottom-color:#e6f2f8}.r5chkp32:focus{border-bottom-color:#e6f2f8}.r5chkp33,.r5chkp34:hover{border-bottom-color:#027db8}.r5chkp35:focus{border-bottom-color:#027db8}.r5chkp36,.r5chkp37:hover{border-bottom-color:#08638d}.r5chkp38:focus{border-bottom-color:#08638d}.r5chkp39,.r5chkp3a:hover{border-bottom-color:#e7f3ec}.r5chkp3b:focus{border-bottom-color:#e7f3ec}.r5chkp3c,.r5chkp3d:hover{border-bottom-color:#0b8940}.r5chkp3e:focus{border-bottom-color:#0b8940}.r5chkp3f,.r5chkp3g:hover{border-bottom-color:#0f6b39}.r5chkp3h:focus{border-bottom-color:#0f6b39}.r5chkp3i,.r5chkp3j:hover{border-bottom-color:#f4ecf2}.r5chkp3k:focus{border-bottom-color:#f4ecf2}.r5chkp3l,.r5chkp3m:hover{border-bottom-color:#e3d0de}.r5chkp3n:focus{border-bottom-color:#e3d0de}.r5chkp3o,.r5chkp3p:hover{border-bottom-color:#91467f}.r5chkp3q:focus{border-bottom-color:#91467f}.r5chkp3r,.r5chkp3s:hover{border-bottom-color:#6e3c65}.r5chkp3t:focus{border-bottom-color:#6e3c65}.r5chkp3u,.r5chkp3v:hover{border-bottom-color:#fcf1e7}.r5chkp3w:focus{border-bottom-color:#fcf1e7}.r5chkp3x,.r5chkp3y:hover{border-bottom-color:#e77609}.r5chkp3z:focus{border-bottom-color:#e77609}.r5chkp40,.r5chkp41:hover{border-bottom-color:#aa5e13}.r5chkp42:focus{border-bottom-color:#aa5e13}.r5chkp43,.r5chkp44:hover{border-bottom-color:#f3f4f4}.r5chkp45:focus{border-bottom-color:#f3f4f4}.r5chkp46,.r5chkp47:hover{border-bottom-color:#e9e9ea}.r5chkp48:focus{border-bottom-color:#e9e9ea}.r5chkp49,.r5chkp4a:hover{border-bottom-color:#d2d4d4}.r5chkp4b:focus{border-bottom-color:#d2d4d4}.r5chkp4c,.r5chkp4d:hover{border-bottom-color:#717779}.r5chkp4e:focus{border-bottom-color:#717779}.r5chkp4f,.r5chkp4g:hover{border-bottom-color:#4b5356}.r5chkp4h:focus{border-bottom-color:#4b5356}.r5chkp4i,.r5chkp4j:hover{border-bottom-color:#1f282c}.r5chkp4k:focus{border-bottom-color:#1f282c}.r5chkp4l,.r5chkp4m:hover{border-bottom-color:#1f282c1a}.r5chkp4n:focus{border-bottom-color:#1f282c1a}.r5chkp4o,.r5chkp4p:hover{border-bottom-color:#1f282c40}.r5chkp4q:focus{border-bottom-color:#1f282c40}.r5chkp4r,.r5chkp4s:hover{border-bottom-color:#1f282c80}.r5chkp4t:focus{border-bottom-color:#1f282c80}.r5chkp4u,.r5chkp4v:hover{border-bottom-color:#fff8e0}.r5chkp4w:focus{border-bottom-color:#fff8e0}.r5chkp4x,.r5chkp4y:hover{border-bottom-color:#ffcc07}.r5chkp4z:focus{border-bottom-color:#ffcc07}.r5chkp50,.r5chkp51:hover{border-bottom-color:#fff}.r5chkp52:focus{border-bottom-color:#fff}.r5chkp53,.r5chkp54:hover{border-bottom-color:#fffc}.r5chkp55:focus{border-bottom-color:#fffc}.r5chkp56,.r5chkp57:hover{border-bottom-color:#000}.r5chkp58:focus{border-bottom-color:#000}.r5chkp59,.r5chkp5a:hover{border-bottom-color:transparent}.r5chkp5b:focus{border-bottom-color:transparent}.r5chkp5c,.r5chkp5d:hover{border-left-color:#fbe6ea}.r5chkp5e:focus{border-left-color:#fbe6ea}.r5chkp5f,.r5chkp5g:hover{border-left-color:#de012e}.r5chkp5h:focus{border-left-color:#de012e}.r5chkp5i,.r5chkp5j:hover{border-left-color:#a30d2d}.r5chkp5k:focus{border-left-color:#a30d2d}.r5chkp5l,.r5chkp5m:hover{border-left-color:#f2f8fb}.r5chkp5n:focus{border-left-color:#f2f8fb}.r5chkp5o,.r5chkp5p:hover{border-left-color:#e6f2f8}.r5chkp5q:focus{border-left-color:#e6f2f8}.r5chkp5r,.r5chkp5s:hover{border-left-color:#027db8}.r5chkp5t:focus{border-left-color:#027db8}.r5chkp5u,.r5chkp5v:hover{border-left-color:#08638d}.r5chkp5w:focus{border-left-color:#08638d}.r5chkp5x,.r5chkp5y:hover{border-left-color:#e7f3ec}.r5chkp5z:focus{border-left-color:#e7f3ec}.r5chkp60,.r5chkp61:hover{border-left-color:#0b8940}.r5chkp62:focus{border-left-color:#0b8940}.r5chkp63,.r5chkp64:hover{border-left-color:#0f6b39}.r5chkp65:focus{border-left-color:#0f6b39}.r5chkp66,.r5chkp67:hover{border-left-color:#f4ecf2}.r5chkp68:focus{border-left-color:#f4ecf2}.r5chkp69,.r5chkp6a:hover{border-left-color:#e3d0de}.r5chkp6b:focus{border-left-color:#e3d0de}.r5chkp6c,.r5chkp6d:hover{border-left-color:#91467f}.r5chkp6e:focus{border-left-color:#91467f}.r5chkp6f,.r5chkp6g:hover{border-left-color:#6e3c65}.r5chkp6h:focus{border-left-color:#6e3c65}.r5chkp6i,.r5chkp6j:hover{border-left-color:#fcf1e7}.r5chkp6k:focus{border-left-color:#fcf1e7}.r5chkp6l,.r5chkp6m:hover{border-left-color:#e77609}.r5chkp6n:focus{border-left-color:#e77609}.r5chkp6o,.r5chkp6p:hover{border-left-color:#aa5e13}.r5chkp6q:focus{border-left-color:#aa5e13}.r5chkp6r,.r5chkp6s:hover{border-left-color:#f3f4f4}.r5chkp6t:focus{border-left-color:#f3f4f4}.r5chkp6u,.r5chkp6v:hover{border-left-color:#e9e9ea}.r5chkp6w:focus{border-left-color:#e9e9ea}.r5chkp6x,.r5chkp6y:hover{border-left-color:#d2d4d4}.r5chkp6z:focus{border-left-color:#d2d4d4}.r5chkp70,.r5chkp71:hover{border-left-color:#717779}.r5chkp72:focus{border-left-color:#717779}.r5chkp73,.r5chkp74:hover{border-left-color:#4b5356}.r5chkp75:focus{border-left-color:#4b5356}.r5chkp76,.r5chkp77:hover{border-left-color:#1f282c}.r5chkp78:focus{border-left-color:#1f282c}.r5chkp79,.r5chkp7a:hover{border-left-color:#1f282c1a}.r5chkp7b:focus{border-left-color:#1f282c1a}.r5chkp7c,.r5chkp7d:hover{border-left-color:#1f282c40}.r5chkp7e:focus{border-left-color:#1f282c40}.r5chkp7f,.r5chkp7g:hover{border-left-color:#1f282c80}.r5chkp7h:focus{border-left-color:#1f282c80}.r5chkp7i,.r5chkp7j:hover{border-left-color:#fff8e0}.r5chkp7k:focus{border-left-color:#fff8e0}.r5chkp7l,.r5chkp7m:hover{border-left-color:#ffcc07}.r5chkp7n:focus{border-left-color:#ffcc07}.r5chkp7o,.r5chkp7p:hover{border-left-color:#fff}.r5chkp7q:focus{border-left-color:#fff}.r5chkp7r,.r5chkp7s:hover{border-left-color:#fffc}.r5chkp7t:focus{border-left-color:#fffc}.r5chkp7u,.r5chkp7v:hover{border-left-color:#000}.r5chkp7w:focus{border-left-color:#000}.r5chkp7x,.r5chkp7y:hover{border-left-color:transparent}.r5chkp7z:focus{border-left-color:transparent}.r5chkp80,.r5chkp81:hover{border-right-color:#fbe6ea}.r5chkp82:focus{border-right-color:#fbe6ea}.r5chkp83,.r5chkp84:hover{border-right-color:#de012e}.r5chkp85:focus{border-right-color:#de012e}.r5chkp86,.r5chkp87:hover{border-right-color:#a30d2d}.r5chkp88:focus{border-right-color:#a30d2d}.r5chkp89,.r5chkp8a:hover{border-right-color:#f2f8fb}.r5chkp8b:focus{border-right-color:#f2f8fb}.r5chkp8c,.r5chkp8d:hover{border-right-color:#e6f2f8}.r5chkp8e:focus{border-right-color:#e6f2f8}.r5chkp8f,.r5chkp8g:hover{border-right-color:#027db8}.r5chkp8h:focus{border-right-color:#027db8}.r5chkp8i,.r5chkp8j:hover{border-right-color:#08638d}.r5chkp8k:focus{border-right-color:#08638d}.r5chkp8l,.r5chkp8m:hover{border-right-color:#e7f3ec}.r5chkp8n:focus{border-right-color:#e7f3ec}.r5chkp8o,.r5chkp8p:hover{border-right-color:#0b8940}.r5chkp8q:focus{border-right-color:#0b8940}.r5chkp8r,.r5chkp8s:hover{border-right-color:#0f6b39}.r5chkp8t:focus{border-right-color:#0f6b39}.r5chkp8u,.r5chkp8v:hover{border-right-color:#f4ecf2}.r5chkp8w:focus{border-right-color:#f4ecf2}.r5chkp8x,.r5chkp8y:hover{border-right-color:#e3d0de}.r5chkp8z:focus{border-right-color:#e3d0de}.r5chkp90,.r5chkp91:hover{border-right-color:#91467f}.r5chkp92:focus{border-right-color:#91467f}.r5chkp93,.r5chkp94:hover{border-right-color:#6e3c65}.r5chkp95:focus{border-right-color:#6e3c65}.r5chkp96,.r5chkp97:hover{border-right-color:#fcf1e7}.r5chkp98:focus{border-right-color:#fcf1e7}.r5chkp99,.r5chkp9a:hover{border-right-color:#e77609}.r5chkp9b:focus{border-right-color:#e77609}.r5chkp9c,.r5chkp9d:hover{border-right-color:#aa5e13}.r5chkp9e:focus{border-right-color:#aa5e13}.r5chkp9f,.r5chkp9g:hover{border-right-color:#f3f4f4}.r5chkp9h:focus{border-right-color:#f3f4f4}.r5chkp9i,.r5chkp9j:hover{border-right-color:#e9e9ea}.r5chkp9k:focus{border-right-color:#e9e9ea}.r5chkp9l,.r5chkp9m:hover{border-right-color:#d2d4d4}.r5chkp9n:focus{border-right-color:#d2d4d4}.r5chkp9o,.r5chkp9p:hover{border-right-color:#717779}.r5chkp9q:focus{border-right-color:#717779}.r5chkp9r,.r5chkp9s:hover{border-right-color:#4b5356}.r5chkp9t:focus{border-right-color:#4b5356}.r5chkp9u,.r5chkp9v:hover{border-right-color:#1f282c}.r5chkp9w:focus{border-right-color:#1f282c}.r5chkp9x,.r5chkp9y:hover{border-right-color:#1f282c1a}.r5chkp9z:focus{border-right-color:#1f282c1a}.r5chkpa0,.r5chkpa1:hover{border-right-color:#1f282c40}.r5chkpa2:focus{border-right-color:#1f282c40}.r5chkpa3,.r5chkpa4:hover{border-right-color:#1f282c80}.r5chkpa5:focus{border-right-color:#1f282c80}.r5chkpa6,.r5chkpa7:hover{border-right-color:#fff8e0}.r5chkpa8:focus{border-right-color:#fff8e0}.r5chkpa9,.r5chkpaa:hover{border-right-color:#ffcc07}.r5chkpab:focus{border-right-color:#ffcc07}.r5chkpac,.r5chkpad:hover{border-right-color:#fff}.r5chkpae:focus{border-right-color:#fff}.r5chkpaf,.r5chkpag:hover{border-right-color:#fffc}.r5chkpah:focus{border-right-color:#fffc}.r5chkpai,.r5chkpaj:hover{border-right-color:#000}.r5chkpak:focus{border-right-color:#000}.r5chkpal,.r5chkpam:hover{border-right-color:transparent}.r5chkpan:focus{border-right-color:transparent}.r5chkpao,.r5chkpap:hover{border-top-color:#fbe6ea}.r5chkpaq:focus{border-top-color:#fbe6ea}.r5chkpar,.r5chkpas:hover{border-top-color:#de012e}.r5chkpat:focus{border-top-color:#de012e}.r5chkpau,.r5chkpav:hover{border-top-color:#a30d2d}.r5chkpaw:focus{border-top-color:#a30d2d}.r5chkpax,.r5chkpay:hover{border-top-color:#f2f8fb}.r5chkpaz:focus{border-top-color:#f2f8fb}.r5chkpb0,.r5chkpb1:hover{border-top-color:#e6f2f8}.r5chkpb2:focus{border-top-color:#e6f2f8}.r5chkpb3,.r5chkpb4:hover{border-top-color:#027db8}.r5chkpb5:focus{border-top-color:#027db8}.r5chkpb6,.r5chkpb7:hover{border-top-color:#08638d}.r5chkpb8:focus{border-top-color:#08638d}.r5chkpb9,.r5chkpba:hover{border-top-color:#e7f3ec}.r5chkpbb:focus{border-top-color:#e7f3ec}.r5chkpbc,.r5chkpbd:hover{border-top-color:#0b8940}.r5chkpbe:focus{border-top-color:#0b8940}.r5chkpbf,.r5chkpbg:hover{border-top-color:#0f6b39}.r5chkpbh:focus{border-top-color:#0f6b39}.r5chkpbi,.r5chkpbj:hover{border-top-color:#f4ecf2}.r5chkpbk:focus{border-top-color:#f4ecf2}.r5chkpbl,.r5chkpbm:hover{border-top-color:#e3d0de}.r5chkpbn:focus{border-top-color:#e3d0de}.r5chkpbo,.r5chkpbp:hover{border-top-color:#91467f}.r5chkpbq:focus{border-top-color:#91467f}.r5chkpbr,.r5chkpbs:hover{border-top-color:#6e3c65}.r5chkpbt:focus{border-top-color:#6e3c65}.r5chkpbu,.r5chkpbv:hover{border-top-color:#fcf1e7}.r5chkpbw:focus{border-top-color:#fcf1e7}.r5chkpbx,.r5chkpby:hover{border-top-color:#e77609}.r5chkpbz:focus{border-top-color:#e77609}.r5chkpc0,.r5chkpc1:hover{border-top-color:#aa5e13}.r5chkpc2:focus{border-top-color:#aa5e13}.r5chkpc3,.r5chkpc4:hover{border-top-color:#f3f4f4}.r5chkpc5:focus{border-top-color:#f3f4f4}.r5chkpc6,.r5chkpc7:hover{border-top-color:#e9e9ea}.r5chkpc8:focus{border-top-color:#e9e9ea}.r5chkpc9,.r5chkpca:hover{border-top-color:#d2d4d4}.r5chkpcb:focus{border-top-color:#d2d4d4}.r5chkpcc,.r5chkpcd:hover{border-top-color:#717779}.r5chkpce:focus{border-top-color:#717779}.r5chkpcf,.r5chkpcg:hover{border-top-color:#4b5356}.r5chkpch:focus{border-top-color:#4b5356}.r5chkpci,.r5chkpcj:hover{border-top-color:#1f282c}.r5chkpck:focus{border-top-color:#1f282c}.r5chkpcl,.r5chkpcm:hover{border-top-color:#1f282c1a}.r5chkpcn:focus{border-top-color:#1f282c1a}.r5chkpco,.r5chkpcp:hover{border-top-color:#1f282c40}.r5chkpcq:focus{border-top-color:#1f282c40}.r5chkpcr,.r5chkpcs:hover{border-top-color:#1f282c80}.r5chkpct:focus{border-top-color:#1f282c80}.r5chkpcu,.r5chkpcv:hover{border-top-color:#fff8e0}.r5chkpcw:focus{border-top-color:#fff8e0}.r5chkpcx,.r5chkpcy:hover{border-top-color:#ffcc07}.r5chkpcz:focus{border-top-color:#ffcc07}.r5chkpd0,.r5chkpd1:hover{border-top-color:#fff}.r5chkpd2:focus{border-top-color:#fff}.r5chkpd3,.r5chkpd4:hover{border-top-color:#fffc}.r5chkpd5:focus{border-top-color:#fffc}.r5chkpd6,.r5chkpd7:hover{border-top-color:#000}.r5chkpd8:focus{border-top-color:#000}.r5chkpd9,.r5chkpda:hover{border-top-color:transparent}.r5chkpdb:focus{border-top-color:transparent}.r5chkpdc,.r5chkpdd:hover{border-radius:0}.r5chkpde:focus{border-radius:0}.r5chkpdf,.r5chkpdg:hover{border-radius:.125rem}.r5chkpdh:focus{border-radius:.125rem}.r5chkpdi,.r5chkpdj:hover{border-radius:.25rem}.r5chkpdk:focus{border-radius:.25rem}.r5chkpdl,.r5chkpdm:hover{border-width:0}.r5chkpdn:focus{border-width:0}.r5chkpdo,.r5chkpdp:hover{border-width:.0625rem}.r5chkpdq:focus{border-width:.0625rem}.r5chkpdr,.r5chkpds:hover{border-top-width:0}.r5chkpdt:focus{border-top-width:0}.r5chkpdu,.r5chkpdv:hover{border-top-width:.0625rem}.r5chkpdw:focus{border-top-width:.0625rem}.r5chkpdx,.r5chkpdy:hover{border-right-width:0}.r5chkpdz:focus{border-right-width:0}.r5chkpe0,.r5chkpe1:hover{border-right-width:.0625rem}.r5chkpe2:focus{border-right-width:.0625rem}.r5chkpe3,.r5chkpe4:hover{border-bottom-width:0}.r5chkpe5:focus{border-bottom-width:0}.r5chkpe6,.r5chkpe7:hover{border-bottom-width:.0625rem}.r5chkpe8:focus{border-bottom-width:.0625rem}.r5chkpe9,.r5chkpea:hover{border-left-width:0}.r5chkpeb:focus{border-left-width:0}.r5chkpec,.r5chkped:hover{border-left-width:.0625rem}.r5chkpee:focus{border-left-width:.0625rem}.r5chkpef,.r5chkpeg:hover{border-top-left-radius:0}.r5chkpeh:focus{border-top-left-radius:0}.r5chkpei,.r5chkpej:hover{border-top-left-radius:.125rem}.r5chkpek:focus{border-top-left-radius:.125rem}.r5chkpel,.r5chkpem:hover{border-top-left-radius:.25rem}.r5chkpen:focus{border-top-left-radius:.25rem}.r5chkpeo,.r5chkpep:hover{border-top-right-radius:0}.r5chkpeq:focus{border-top-right-radius:0}.r5chkper,.r5chkpes:hover{border-top-right-radius:.125rem}.r5chkpet:focus{border-top-right-radius:.125rem}.r5chkpeu,.r5chkpev:hover{border-top-right-radius:.25rem}.r5chkpew:focus{border-top-right-radius:.25rem}.r5chkpex,.r5chkpey:hover{border-bottom-right-radius:0}.r5chkpez:focus{border-bottom-right-radius:0}.r5chkpf0,.r5chkpf1:hover{border-bottom-right-radius:.125rem}.r5chkpf2:focus{border-bottom-right-radius:.125rem}.r5chkpf3,.r5chkpf4:hover{border-bottom-right-radius:.25rem}.r5chkpf5:focus{border-bottom-right-radius:.25rem}.r5chkpf6,.r5chkpf7:hover{border-bottom-left-radius:0}.r5chkpf8:focus{border-bottom-left-radius:0}.r5chkpf9,.r5chkpfa:hover{border-bottom-left-radius:.125rem}.r5chkpfb:focus{border-bottom-left-radius:.125rem}.r5chkpfc,.r5chkpfd:hover{border-bottom-left-radius:.25rem}.r5chkpfe:focus{border-bottom-left-radius:.25rem}._11lkjuc0,._11lkjuc1:hover{background-color:#fbe6ea}._11lkjuc2:focus{background-color:#fbe6ea}._11lkjuc3,._11lkjuc4:hover{background-color:#de012e}._11lkjuc5:focus{background-color:#de012e}._11lkjuc6,._11lkjuc7:hover{background-color:#a30d2d}._11lkjuc8:focus{background-color:#a30d2d}._11lkjuc9,._11lkjuca:hover{background-color:#f2f8fb}._11lkjucb:focus{background-color:#f2f8fb}._11lkjucc,._11lkjucd:hover{background-color:#e6f2f8}._11lkjuce:focus{background-color:#e6f2f8}._11lkjucf,._11lkjucg:hover{background-color:#027db8}._11lkjuch:focus{background-color:#027db8}._11lkjuci,._11lkjucj:hover{background-color:#08638d}._11lkjuck:focus{background-color:#08638d}._11lkjucl,._11lkjucm:hover{background-color:#e7f3ec}._11lkjucn:focus{background-color:#e7f3ec}._11lkjuco,._11lkjucp:hover{background-color:#0b8940}._11lkjucq:focus{background-color:#0b8940}._11lkjucr,._11lkjucs:hover{background-color:#0f6b39}._11lkjuct:focus{background-color:#0f6b39}._11lkjucu,._11lkjucv:hover{background-color:#f4ecf2}._11lkjucw:focus{background-color:#f4ecf2}._11lkjucx,._11lkjucy:hover{background-color:#e3d0de}._11lkjucz:focus{background-color:#e3d0de}._11lkjuc10,._11lkjuc11:hover{background-color:#91467f}._11lkjuc12:focus{background-color:#91467f}._11lkjuc13,._11lkjuc14:hover{background-color:#6e3c65}._11lkjuc15:focus{background-color:#6e3c65}._11lkjuc16,._11lkjuc17:hover{background-color:#fcf1e7}._11lkjuc18:focus{background-color:#fcf1e7}._11lkjuc19,._11lkjuc1a:hover{background-color:#e77609}._11lkjuc1b:focus{background-color:#e77609}._11lkjuc1c,._11lkjuc1d:hover{background-color:#aa5e13}._11lkjuc1e:focus{background-color:#aa5e13}._11lkjuc1f,._11lkjuc1g:hover{background-color:#f3f4f4}._11lkjuc1h:focus{background-color:#f3f4f4}._11lkjuc1i,._11lkjuc1j:hover{background-color:#e9e9ea}._11lkjuc1k:focus{background-color:#e9e9ea}._11lkjuc1l,._11lkjuc1m:hover{background-color:#d2d4d4}._11lkjuc1n:focus{background-color:#d2d4d4}._11lkjuc1o,._11lkjuc1p:hover{background-color:#717779}._11lkjuc1q:focus{background-color:#717779}._11lkjuc1r,._11lkjuc1s:hover{background-color:#4b5356}._11lkjuc1t:focus{background-color:#4b5356}._11lkjuc1u,._11lkjuc1v:hover{background-color:#1f282c}._11lkjuc1w:focus{background-color:#1f282c}._11lkjuc1x,._11lkjuc1y:hover{background-color:#1f282c1a}._11lkjuc1z:focus{background-color:#1f282c1a}._11lkjuc20,._11lkjuc21:hover{background-color:#1f282c40}._11lkjuc22:focus{background-color:#1f282c40}._11lkjuc23,._11lkjuc24:hover{background-color:#1f282c80}._11lkjuc25:focus{background-color:#1f282c80}._11lkjuc26,._11lkjuc27:hover{background-color:#fff8e0}._11lkjuc28:focus{background-color:#fff8e0}._11lkjuc29,._11lkjuc2a:hover{background-color:#ffcc07}._11lkjuc2b:focus{background-color:#ffcc07}._11lkjuc2c,._11lkjuc2d:hover{background-color:#fff}._11lkjuc2e:focus{background-color:#fff}._11lkjuc2f,._11lkjuc2g:hover{background-color:#fffc}._11lkjuc2h:focus{background-color:#fffc}._11lkjuc2i,._11lkjuc2j:hover{background-color:#000}._11lkjuc2k:focus{background-color:#000}._11lkjuc2l,._11lkjuc2m:hover{background-color:transparent}._11lkjuc2n:focus{background-color:transparent}._11lkjuc2o,._11lkjuc2p:hover{color:#fbe6ea}._11lkjuc2q:focus{color:#fbe6ea}._11lkjuc2r,._11lkjuc2s:hover{color:#de012e}._11lkjuc2t:focus{color:#de012e}._11lkjuc2u,._11lkjuc2v:hover{color:#a30d2d}._11lkjuc2w:focus{color:#a30d2d}._11lkjuc2x,._11lkjuc2y:hover{color:#f2f8fb}._11lkjuc2z:focus{color:#f2f8fb}._11lkjuc30,._11lkjuc31:hover{color:#e6f2f8}._11lkjuc32:focus{color:#e6f2f8}._11lkjuc33,._11lkjuc34:hover{color:#027db8}._11lkjuc35:focus{color:#027db8}._11lkjuc36,._11lkjuc37:hover{color:#08638d}._11lkjuc38:focus{color:#08638d}._11lkjuc39,._11lkjuc3a:hover{color:#e7f3ec}._11lkjuc3b:focus{color:#e7f3ec}._11lkjuc3c,._11lkjuc3d:hover{color:#0b8940}._11lkjuc3e:focus{color:#0b8940}._11lkjuc3f,._11lkjuc3g:hover{color:#0f6b39}._11lkjuc3h:focus{color:#0f6b39}._11lkjuc3i,._11lkjuc3j:hover{color:#f4ecf2}._11lkjuc3k:focus{color:#f4ecf2}._11lkjuc3l,._11lkjuc3m:hover{color:#e3d0de}._11lkjuc3n:focus{color:#e3d0de}._11lkjuc3o,._11lkjuc3p:hover{color:#91467f}._11lkjuc3q:focus{color:#91467f}._11lkjuc3r,._11lkjuc3s:hover{color:#6e3c65}._11lkjuc3t:focus{color:#6e3c65}._11lkjuc3u,._11lkjuc3v:hover{color:#fcf1e7}._11lkjuc3w:focus{color:#fcf1e7}._11lkjuc3x,._11lkjuc3y:hover{color:#e77609}._11lkjuc3z:focus{color:#e77609}._11lkjuc40,._11lkjuc41:hover{color:#aa5e13}._11lkjuc42:focus{color:#aa5e13}._11lkjuc43,._11lkjuc44:hover{color:#f3f4f4}._11lkjuc45:focus{color:#f3f4f4}._11lkjuc46,._11lkjuc47:hover{color:#e9e9ea}._11lkjuc48:focus{color:#e9e9ea}._11lkjuc49,._11lkjuc4a:hover{color:#d2d4d4}._11lkjuc4b:focus{color:#d2d4d4}._11lkjuc4c,._11lkjuc4d:hover{color:#717779}._11lkjuc4e:focus{color:#717779}._11lkjuc4f,._11lkjuc4g:hover{color:#4b5356}._11lkjuc4h:focus{color:#4b5356}._11lkjuc4i,._11lkjuc4j:hover{color:#1f282c}._11lkjuc4k:focus{color:#1f282c}._11lkjuc4l,._11lkjuc4m:hover{color:#1f282c1a}._11lkjuc4n:focus{color:#1f282c1a}._11lkjuc4o,._11lkjuc4p:hover{color:#1f282c40}._11lkjuc4q:focus{color:#1f282c40}._11lkjuc4r,._11lkjuc4s:hover{color:#1f282c80}._11lkjuc4t:focus{color:#1f282c80}._11lkjuc4u,._11lkjuc4v:hover{color:#fff8e0}._11lkjuc4w:focus{color:#fff8e0}._11lkjuc4x,._11lkjuc4y:hover{color:#ffcc07}._11lkjuc4z:focus{color:#ffcc07}._11lkjuc50,._11lkjuc51:hover{color:#fff}._11lkjuc52:focus{color:#fff}._11lkjuc53,._11lkjuc54:hover{color:#fffc}._11lkjuc55:focus{color:#fffc}._11lkjuc56,._11lkjuc57:hover{color:#000}._11lkjuc58:focus{color:#000}._11lkjuc59,._11lkjuc5a:hover{color:transparent}._11lkjuc5b:focus{color:transparent}.ztktm30{column-gap:.25rem}.ztktm31{column-gap:.5rem}.ztktm32{column-gap:1rem}.ztktm33{column-gap:2rem}.ztktm34{column-gap:0}.ztktm35{column-gap:auto}.ztktm36{row-gap:.25rem}.ztktm37{row-gap:.5rem}.ztktm38{row-gap:1rem}.ztktm39{row-gap:2rem}.ztktm3a{row-gap:0}.ztktm3b{row-gap:auto}._2obqyp0,._2obqyp1:first-child{margin-bottom:.25rem}._2obqyp2:not(:first-child){margin-bottom:.25rem}._2obqyp3:last-child{margin-bottom:.25rem}._2obqyp4:not(:last-child){margin-bottom:.25rem}._2obqyp5:not(:first-child):not(:last-child){margin-bottom:.25rem}._2obqyp6,._2obqyp7:first-child{margin-bottom:.5rem}._2obqyp8:not(:first-child){margin-bottom:.5rem}._2obqyp9:last-child{margin-bottom:.5rem}._2obqypa:not(:last-child){margin-bottom:.5rem}._2obqypb:not(:first-child):not(:last-child){margin-bottom:.5rem}._2obqypc,._2obqypd:first-child{margin-bottom:1rem}._2obqype:not(:first-child){margin-bottom:1rem}._2obqypf:last-child{margin-bottom:1rem}._2obqypg:not(:last-child){margin-bottom:1rem}._2obqyph:not(:first-child):not(:last-child){margin-bottom:1rem}._2obqypi,._2obqypj:first-child{margin-bottom:2rem}._2obqypk:not(:first-child){margin-bottom:2rem}._2obqypl:last-child{margin-bottom:2rem}._2obqypm:not(:last-child){margin-bottom:2rem}._2obqypn:not(:first-child):not(:last-child){margin-bottom:2rem}._2obqypo,._2obqypp:first-child{margin-bottom:0}._2obqypq:not(:first-child){margin-bottom:0}._2obqypr:last-child{margin-bottom:0}._2obqyps:not(:last-child){margin-bottom:0}._2obqypt:not(:first-child):not(:last-child){margin-bottom:0}._2obqypu,._2obqypv:first-child{margin-bottom:auto}._2obqypw:not(:first-child){margin-bottom:auto}._2obqypx:last-child{margin-bottom:auto}._2obqypy:not(:last-child){margin-bottom:auto}._2obqypz:not(:first-child):not(:last-child){margin-bottom:auto}._2obqyp10,._2obqyp11:first-child{margin-left:.25rem}._2obqyp12:not(:first-child){margin-left:.25rem}._2obqyp13:last-child{margin-left:.25rem}._2obqyp14:not(:last-child){margin-left:.25rem}._2obqyp15:not(:first-child):not(:last-child){margin-left:.25rem}._2obqyp16,._2obqyp17:first-child{margin-left:.5rem}._2obqyp18:not(:first-child){margin-left:.5rem}._2obqyp19:last-child{margin-left:.5rem}._2obqyp1a:not(:last-child){margin-left:.5rem}._2obqyp1b:not(:first-child):not(:last-child){margin-left:.5rem}._2obqyp1c,._2obqyp1d:first-child{margin-left:1rem}._2obqyp1e:not(:first-child){margin-left:1rem}._2obqyp1f:last-child{margin-left:1rem}._2obqyp1g:not(:last-child){margin-left:1rem}._2obqyp1h:not(:first-child):not(:last-child){margin-left:1rem}._2obqyp1i,._2obqyp1j:first-child{margin-left:2rem}._2obqyp1k:not(:first-child){margin-left:2rem}._2obqyp1l:last-child{margin-left:2rem}._2obqyp1m:not(:last-child){margin-left:2rem}._2obqyp1n:not(:first-child):not(:last-child){margin-left:2rem}._2obqyp1o,._2obqyp1p:first-child{margin-left:0}._2obqyp1q:not(:first-child){margin-left:0}._2obqyp1r:last-child{margin-left:0}._2obqyp1s:not(:last-child){margin-left:0}._2obqyp1t:not(:first-child):not(:last-child){margin-left:0}._2obqyp1u,._2obqyp1v:first-child{margin-left:auto}._2obqyp1w:not(:first-child){margin-left:auto}._2obqyp1x:last-child{margin-left:auto}._2obqyp1y:not(:last-child){margin-left:auto}._2obqyp1z:not(:first-child):not(:last-child){margin-left:auto}._2obqyp20,._2obqyp21:first-child{margin-right:.25rem}._2obqyp22:not(:first-child){margin-right:.25rem}._2obqyp23:last-child{margin-right:.25rem}._2obqyp24:not(:last-child){margin-right:.25rem}._2obqyp25:not(:first-child):not(:last-child){margin-right:.25rem}._2obqyp26,._2obqyp27:first-child{margin-right:.5rem}._2obqyp28:not(:first-child){margin-right:.5rem}._2obqyp29:last-child{margin-right:.5rem}._2obqyp2a:not(:last-child){margin-right:.5rem}._2obqyp2b:not(:first-child):not(:last-child){margin-right:.5rem}._2obqyp2c,._2obqyp2d:first-child{margin-right:1rem}._2obqyp2e:not(:first-child){margin-right:1rem}._2obqyp2f:last-child{margin-right:1rem}._2obqyp2g:not(:last-child){margin-right:1rem}._2obqyp2h:not(:first-child):not(:last-child){margin-right:1rem}._2obqyp2i,._2obqyp2j:first-child{margin-right:2rem}._2obqyp2k:not(:first-child){margin-right:2rem}._2obqyp2l:last-child{margin-right:2rem}._2obqyp2m:not(:last-child){margin-right:2rem}._2obqyp2n:not(:first-child):not(:last-child){margin-right:2rem}._2obqyp2o,._2obqyp2p:first-child{margin-right:0}._2obqyp2q:not(:first-child){margin-right:0}._2obqyp2r:last-child{margin-right:0}._2obqyp2s:not(:last-child){margin-right:0}._2obqyp2t:not(:first-child):not(:last-child){margin-right:0}._2obqyp2u,._2obqyp2v:first-child{margin-right:auto}._2obqyp2w:not(:first-child){margin-right:auto}._2obqyp2x:last-child{margin-right:auto}._2obqyp2y:not(:last-child){margin-right:auto}._2obqyp2z:not(:first-child):not(:last-child){margin-right:auto}._2obqyp30,._2obqyp31:first-child{margin-top:.25rem}._2obqyp32:not(:first-child){margin-top:.25rem}._2obqyp33:last-child{margin-top:.25rem}._2obqyp34:not(:last-child){margin-top:.25rem}._2obqyp35:not(:first-child):not(:last-child){margin-top:.25rem}._2obqyp36,._2obqyp37:first-child{margin-top:.5rem}._2obqyp38:not(:first-child){margin-top:.5rem}._2obqyp39:last-child{margin-top:.5rem}._2obqyp3a:not(:last-child){margin-top:.5rem}._2obqyp3b:not(:first-child):not(:last-child){margin-top:.5rem}._2obqyp3c,._2obqyp3d:first-child{margin-top:1rem}._2obqyp3e:not(:first-child){margin-top:1rem}._2obqyp3f:last-child{margin-top:1rem}._2obqyp3g:not(:last-child){margin-top:1rem}._2obqyp3h:not(:first-child):not(:last-child){margin-top:1rem}._2obqyp3i,._2obqyp3j:first-child{margin-top:2rem}._2obqyp3k:not(:first-child){margin-top:2rem}._2obqyp3l:last-child{margin-top:2rem}._2obqyp3m:not(:last-child){margin-top:2rem}._2obqyp3n:not(:first-child):not(:last-child){margin-top:2rem}._2obqyp3o,._2obqyp3p:first-child{margin-top:0}._2obqyp3q:not(:first-child){margin-top:0}._2obqyp3r:last-child{margin-top:0}._2obqyp3s:not(:last-child){margin-top:0}._2obqyp3t:not(:first-child):not(:last-child){margin-top:0}._2obqyp3u,._2obqyp3v:first-child{margin-top:auto}._2obqyp3w:not(:first-child){margin-top:auto}._2obqyp3x:last-child{margin-top:auto}._2obqyp3y:not(:last-child){margin-top:auto}._2obqyp3z:not(:first-child):not(:last-child){margin-top:auto}._180f0od0,._180f0od1:first-child{padding-bottom:.25rem}._180f0od2:not(:first-child){padding-bottom:.25rem}._180f0od3:last-child{padding-bottom:.25rem}._180f0od4:not(:last-child){padding-bottom:.25rem}._180f0od5:not(:first-child):not(:last-child){padding-bottom:.25rem}._180f0od6,._180f0od7:first-child{padding-bottom:.5rem}._180f0od8:not(:first-child){padding-bottom:.5rem}._180f0od9:last-child{padding-bottom:.5rem}._180f0oda:not(:last-child){padding-bottom:.5rem}._180f0odb:not(:first-child):not(:last-child){padding-bottom:.5rem}._180f0odc,._180f0odd:first-child{padding-bottom:1rem}._180f0ode:not(:first-child){padding-bottom:1rem}._180f0odf:last-child{padding-bottom:1rem}._180f0odg:not(:last-child){padding-bottom:1rem}._180f0odh:not(:first-child):not(:last-child){padding-bottom:1rem}._180f0odi,._180f0odj:first-child{padding-bottom:2rem}._180f0odk:not(:first-child){padding-bottom:2rem}._180f0odl:last-child{padding-bottom:2rem}._180f0odm:not(:last-child){padding-bottom:2rem}._180f0odn:not(:first-child):not(:last-child){padding-bottom:2rem}._180f0odo,._180f0odp:first-child{padding-bottom:0}._180f0odq:not(:first-child){padding-bottom:0}._180f0odr:last-child{padding-bottom:0}._180f0ods:not(:last-child){padding-bottom:0}._180f0odt:not(:first-child):not(:last-child){padding-bottom:0}._180f0odu,._180f0odv:first-child{padding-bottom:auto}._180f0odw:not(:first-child){padding-bottom:auto}._180f0odx:last-child{padding-bottom:auto}._180f0ody:not(:last-child){padding-bottom:auto}._180f0odz:not(:first-child):not(:last-child){padding-bottom:auto}._180f0od10,._180f0od11:first-child{padding-left:.25rem}._180f0od12:not(:first-child){padding-left:.25rem}._180f0od13:last-child{padding-left:.25rem}._180f0od14:not(:last-child){padding-left:.25rem}._180f0od15:not(:first-child):not(:last-child){padding-left:.25rem}._180f0od16,._180f0od17:first-child{padding-left:.5rem}._180f0od18:not(:first-child){padding-left:.5rem}._180f0od19:last-child{padding-left:.5rem}._180f0od1a:not(:last-child){padding-left:.5rem}._180f0od1b:not(:first-child):not(:last-child){padding-left:.5rem}._180f0od1c,._180f0od1d:first-child{padding-left:1rem}._180f0od1e:not(:first-child){padding-left:1rem}._180f0od1f:last-child{padding-left:1rem}._180f0od1g:not(:last-child){padding-left:1rem}._180f0od1h:not(:first-child):not(:last-child){padding-left:1rem}._180f0od1i,._180f0od1j:first-child{padding-left:2rem}._180f0od1k:not(:first-child){padding-left:2rem}._180f0od1l:last-child{padding-left:2rem}._180f0od1m:not(:last-child){padding-left:2rem}._180f0od1n:not(:first-child):not(:last-child){padding-left:2rem}._180f0od1o,._180f0od1p:first-child{padding-left:0}._180f0od1q:not(:first-child){padding-left:0}._180f0od1r:last-child{padding-left:0}._180f0od1s:not(:last-child){padding-left:0}._180f0od1t:not(:first-child):not(:last-child){padding-left:0}._180f0od1u,._180f0od1v:first-child{padding-left:auto}._180f0od1w:not(:first-child){padding-left:auto}._180f0od1x:last-child{padding-left:auto}._180f0od1y:not(:last-child){padding-left:auto}._180f0od1z:not(:first-child):not(:last-child){padding-left:auto}._180f0od20,._180f0od21:first-child{padding-right:.25rem}._180f0od22:not(:first-child){padding-right:.25rem}._180f0od23:last-child{padding-right:.25rem}._180f0od24:not(:last-child){padding-right:.25rem}._180f0od25:not(:first-child):not(:last-child){padding-right:.25rem}._180f0od26,._180f0od27:first-child{padding-right:.5rem}._180f0od28:not(:first-child){padding-right:.5rem}._180f0od29:last-child{padding-right:.5rem}._180f0od2a:not(:last-child){padding-right:.5rem}._180f0od2b:not(:first-child):not(:last-child){padding-right:.5rem}._180f0od2c,._180f0od2d:first-child{padding-right:1rem}._180f0od2e:not(:first-child){padding-right:1rem}._180f0od2f:last-child{padding-right:1rem}._180f0od2g:not(:last-child){padding-right:1rem}._180f0od2h:not(:first-child):not(:last-child){padding-right:1rem}._180f0od2i,._180f0od2j:first-child{padding-right:2rem}._180f0od2k:not(:first-child){padding-right:2rem}._180f0od2l:last-child{padding-right:2rem}._180f0od2m:not(:last-child){padding-right:2rem}._180f0od2n:not(:first-child):not(:last-child){padding-right:2rem}._180f0od2o,._180f0od2p:first-child{padding-right:0}._180f0od2q:not(:first-child){padding-right:0}._180f0od2r:last-child{padding-right:0}._180f0od2s:not(:last-child){padding-right:0}._180f0od2t:not(:first-child):not(:last-child){padding-right:0}._180f0od2u,._180f0od2v:first-child{padding-right:auto}._180f0od2w:not(:first-child){padding-right:auto}._180f0od2x:last-child{padding-right:auto}._180f0od2y:not(:last-child){padding-right:auto}._180f0od2z:not(:first-child):not(:last-child){padding-right:auto}._180f0od30,._180f0od31:first-child{padding-top:.25rem}._180f0od32:not(:first-child){padding-top:.25rem}._180f0od33:last-child{padding-top:.25rem}._180f0od34:not(:last-child){padding-top:.25rem}._180f0od35:not(:first-child):not(:last-child){padding-top:.25rem}._180f0od36,._180f0od37:first-child{padding-top:.5rem}._180f0od38:not(:first-child){padding-top:.5rem}._180f0od39:last-child{padding-top:.5rem}._180f0od3a:not(:last-child){padding-top:.5rem}._180f0od3b:not(:first-child):not(:last-child){padding-top:.5rem}._180f0od3c,._180f0od3d:first-child{padding-top:1rem}._180f0od3e:not(:first-child){padding-top:1rem}._180f0od3f:last-child{padding-top:1rem}._180f0od3g:not(:last-child){padding-top:1rem}._180f0od3h:not(:first-child):not(:last-child){padding-top:1rem}._180f0od3i,._180f0od3j:first-child{padding-top:2rem}._180f0od3k:not(:first-child){padding-top:2rem}._180f0od3l:last-child{padding-top:2rem}._180f0od3m:not(:last-child){padding-top:2rem}._180f0od3n:not(:first-child):not(:last-child){padding-top:2rem}._180f0od3o,._180f0od3p:first-child{padding-top:0}._180f0od3q:not(:first-child){padding-top:0}._180f0od3r:last-child{padding-top:0}._180f0od3s:not(:last-child){padding-top:0}._180f0od3t:not(:first-child):not(:last-child){padding-top:0}._180f0od3u,._180f0od3v:first-child{padding-top:auto}._180f0od3w:not(:first-child){padding-top:auto}._180f0od3x:last-child{padding-top:auto}._180f0od3y:not(:last-child){padding-top:auto}._180f0od3z:not(:first-child):not(:last-child){padding-top:auto}._1dkuq2z0{font-size:.75rem}._1dkuq2z1{font-size:.875rem}._1dkuq2z2,._1dkuq2z3{font-size:.75rem}._1dkuq2z4{font-size:.875rem}._1dkuq2z5{font-size:1rem}._1dkuq2z6{font-size:1.125rem}._1dkuq2z7{font-size:1.25rem}._1dkuq2z8{font-size:1.5rem}._1dkuq2z9{font-weight:400}._1dkuq2za{font-weight:600}._1dkuq2zb{line-height:1.125rem}._1dkuq2zc{line-height:1.25rem}._1dkuq2zd{line-height:.875rem}._1dkuq2ze{line-height:.75rem}._1dkuq2zf{line-height:.875rem}._1dkuq2zg{line-height:1rem}._1dkuq2zh{line-height:1.125rem}._1dkuq2zi{line-height:1.25rem}._1dkuq2zj{line-height:1.5rem}._1gri89m10{border-style:solid}.mvou5q0{display:grid;gap:1rem;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr}.mvou5q1{grid-column:span 1}.mvou5q2{grid-column:span 2}.mvou5q3{grid-column:span 3}.mvou5q4{grid-column:span 4}.mvou5q5{grid-column:span 5}.mvou5q6{grid-column:span 6}.mvou5q7{grid-column:span 7}.mvou5q8{grid-column:span 8}.mvou5q9{grid-column:span 9}.mvou5qa{grid-column:span 10}.mvou5qb{grid-column:span 11}.mvou5qc{grid-column:span 12}.g5vsg0{margin:3.75rem auto 3.125rem;max-width:77.5rem;min-width:0;padding:1.25rem}.g5vsg1{max-width:100%}.g5vsg2{max-width:100%;display:flex;margin:0;padding:0}.g5vsg3{flex:0 0 308px}.g5vsg4{min-width:0;padding:20px;max-width:1280px;margin:0 auto;flex:1 1 auto}.w9p2pg0{display:flex;font-size:.75rem;line-height:1.875rem;padding:.5rem}.w9p2pg1{align-items:center;display:flex;flex:1;padding-left:.5rem}.o0pwg0{height:100%;padding:1rem}.o0pwg0 p:last-child{margin-bottom:0}.o0pwg0>section{flex-wrap:wrap;margin-top:0;margin-right:-1rem;margin-bottom:0;margin-left:-1rem;padding:1rem}.o0pwg0>section:first-child{margin-top:-1rem}.o0pwg0>section:last-child{margin-bottom:-1rem}.o0pwg0>section+section{border-top-style:solid;border-top-width:.0625rem;border-top-color:#d2d4d4}.o0pwg0>section>section{flex:1;margin-top:-1rem;margin-right:0;margin-bottom:-1rem;margin-left:0;padding:1rem}.o0pwg0>section>section:first-child{margin-left:-1rem}.o0pwg0>section>section:last-child{margin-right:-1rem}.o0pwg0>section>section+section{border-left-style:solid;border-left-width:.0625rem;border-left-color:#d2d4d4}.o0pwg0>section:has(>section+section){display:flex}.g4awnh0>*:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.g4awnh0>*:not(:first-child){border-left-width:0;border-top-left-radius:0;border-bottom-left-radius:0}._6qnc0v0:before{content:""}._6qnc0v1:before{content:""}._6qnc0v2:before{content:""}._6qnc0v3:before{content:""}._6qnc0v4:before{content:""}._6qnc0v5:before{content:""}._6qnc0v6:before{content:""}._6qnc0v7:before{content:""}._6qnc0v8:before{content:""}._6qnc0v9:before{content:""}._6qnc0va:before{content:""}._6qnc0vb:before{content:""}._6qnc0vc:before{content:""}._6qnc0vd:before{content:""}._6qnc0ve:before{content:""}._6qnc0vf:before{content:""}._6qnc0vg:before{content:""}._6qnc0vh:before{content:""}._6qnc0vi:before{content:""}._6qnc0vj:before{content:""}._6qnc0vk:before{content:""}._6qnc0vl:before{content:""}._6qnc0vm:before{content:""}._6qnc0vn:before{content:""}._6qnc0vo:before{content:""}._6qnc0vp:before{content:""}._6qnc0vq:before{content:""}._6qnc0vr:before{content:""}._6qnc0vs:before{content:""}._6qnc0vt:before{content:""}._6qnc0vu:before{content:""}._6qnc0vv:before{content:""}._6qnc0vw:before{content:""}._6qnc0vx:before{content:""}._6qnc0vy:before{content:""}._6qnc0vz:before{content:""}._6qnc0v10:before{content:""}._6qnc0v11:before{content:""}._6qnc0v12:before{content:""}._6qnc0v13:before{content:""}._6qnc0v14:before{content:""}._6qnc0v15:before{content:""}._6qnc0v16:before{content:""}._6qnc0v17:before{content:""}._6qnc0v18:before{content:""}._6qnc0v19:before{content:""}._6qnc0v1a:before{content:""}._6qnc0v1b:before{content:""}._6qnc0v1c:before{content:""}._6qnc0v1d:before{content:""}._6qnc0v1e:before{content:""}._6qnc0v1f:before{content:""}._6qnc0v1g:before{content:""}._6qnc0v1h:before{content:""}._6qnc0v1i:before{content:""}._6qnc0v1j:before{content:""}._6qnc0v1k:before{content:""}._6qnc0v1l:before{content:""}._6qnc0v1m:before{content:""}._6qnc0v1n:before{content:""}._6qnc0v1o:before{content:""}._6qnc0v1p:before{content:""}._6qnc0v1q:before{content:""}._6qnc0v1r:before{content:""}._6qnc0v1s:before{content:""}._6qnc0v1t:before{content:""}._6qnc0v1u:before{content:""}._6qnc0v1v:before{content:""}._6qnc0v1w:before{content:""}._6qnc0v1x:before{content:""}._6qnc0v1y:before{content:""}._6qnc0v1z:before{content:""}._6qnc0v20:before{content:""}._6qnc0v21:before{content:""}._6qnc0v22:before{content:""}._6qnc0v23:before{content:""}._6qnc0v24:before{content:""}._6qnc0v25:before{content:""}._6qnc0v26:before{content:""}._6qnc0v27:before{content:""}._6qnc0v28:before{content:""}._6qnc0v29:before{content:""}._6qnc0v2a:before{content:""}._6qnc0v2b:before{content:""}._6qnc0v2c:before{content:""}._6qnc0v2d:before{content:""}._6qnc0v2e:before{content:""}._6qnc0v2f:before{content:""}._6qnc0v2g:before{content:""}._6qnc0v2h:before{content:""}._6qnc0v2i:before{content:""}._6qnc0v2j:before{content:""}._6qnc0v2k:before{content:""}._6qnc0v2l:before{content:""}._6qnc0v2m:before{content:""}._6qnc0v2n:before{content:""}._6qnc0v2o:before{content:""}._6qnc0v2p:before{content:""}._6qnc0v2q:before{content:""}._6qnc0v2r:before{content:""}._6qnc0v2s:before{content:""}._6qnc0v2t:before{content:""}._6qnc0v2u:before{content:""}._6qnc0v2v:before{content:""}._6qnc0v2w:before{content:""}._6qnc0v2x:before{content:""}._6qnc0v2y:before{content:""}._6qnc0v2z:before{content:""}._6qnc0v30:before{content:""}._6qnc0v31:before{content:""}._6qnc0v32:before{content:""}._6qnc0v33:before{content:""}._6qnc0v34:before{content:""}._6qnc0v35:before{content:""}._6qnc0v36:before{content:""}._6qnc0v37:before{content:""}._6qnc0v38:before{content:""}._6qnc0v39:before{content:""}._6qnc0v3a:before{content:""}._6qnc0v3b:before{content:""}._6qnc0v3c:before{content:""}._6qnc0v3d:before{content:""}._6qnc0v3e:before{content:""}._6qnc0v3f:before{content:""}._6qnc0v3g:before{content:""}._6qnc0v3h:before{content:""}._6qnc0v3i:before{content:""}._6qnc0v3j:before{content:""}._6qnc0v3k:before{content:""}._6qnc0v3l:before{content:""}._6qnc0v3m:before{content:""}._6qnc0v3n:before{content:""}._6qnc0v3o:before{content:""}._6qnc0v3p:before{content:""}._6qnc0v3q:before{content:""}._6qnc0v3r:before{content:""}._6qnc0v3s:before{content:""}._6qnc0v3t:before{content:""}._6qnc0v3u:before{content:""}._6qnc0v3v:before{content:""}._6qnc0v3w:before{content:""}._6qnc0v3x:before{content:""}._6qnc0v3y:before{content:""}._6qnc0v3z:before{content:""}._6qnc0v40:before{content:""}._6qnc0v41:before{content:""}._6qnc0v42:before{content:""}._6qnc0v43:before{content:""}._6qnc0v44:before{content:""}._6qnc0v45:before{content:""}._6qnc0v46:before{content:""}._6qnc0v47:before{content:""}._6qnc0v48:before{content:""}._6qnc0v49:before{content:""}._6qnc0v4a:before{content:""}._6qnc0v4b:before{content:""}._6qnc0v4c:before{content:""}._6qnc0v4d:before{content:""}._6qnc0v4e:before{content:""}._6qnc0v4f:before{content:""}._6qnc0v4g:before{content:""}._6qnc0v4h:before{content:""}._6qnc0v4i:before{content:""}._6qnc0v4j:before{content:""}._6qnc0v4k:before{content:""}._6qnc0v4l:before{content:""}._6qnc0v4m:before{content:""}._6qnc0v4n:before{content:""}._6qnc0v4o:before{content:""}._6qnc0v4p:before{content:""}._6qnc0v4q:before{content:""}._6qnc0v4r:before{content:""}._6qnc0v4s:before{content:""}._6qnc0v4t:before{content:""}._6qnc0v4u:before{content:""}._6qnc0v4v:before{content:""}._6qnc0v4w:before{content:""}._6qnc0v4x:before{content:""}._6qnc0v4y:before{content:""}._6qnc0v4z:before{content:""}._6qnc0v50:before{content:""}._6qnc0v51:before{content:""}._6qnc0v52:before{content:""}._6qnc0v53:before{content:""}._6qnc0v54:before{content:""}._6qnc0v55:before{content:""}._6qnc0v56:before{content:""}._6qnc0v57:before{content:""}._6qnc0v58:before{content:""}._6qnc0v59:before{content:""}._6qnc0v5a:before{content:""}._6qnc0v5b:before{content:""}._6qnc0v5c:before{content:""}._6qnc0v5d:before{content:""}._6qnc0v5e:before{content:""}._6qnc0v5f:before{content:""}._6qnc0v5g:before{content:""}._6qnc0v5h:before{content:""}._6qnc0v5i:before{content:""}._6qnc0v5j:before{content:""}._6qnc0v5k:before{content:""}._6qnc0v5l:before{content:""}._6qnc0v5m:before{content:""}._6qnc0v5n:before{content:""}._6qnc0v5o:before{content:""}._6qnc0v5p:before{content:""}._6qnc0v5q{font-size:.75rem}._6qnc0v5r{font-size:.875rem}._6qnc0v5s{font-size:1rem}._6qnc0v5t{font-size:1.25rem}._6qnc0v5u{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:SPS-Icons;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}@keyframes _9gd2pg0{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._9gd2pg1{display:flex}._9gd2pg2{animation:_9gd2pg0 .75s infinite linear;border-radius:50%;border-style:solid;margin:auto}._9gd2pg3{border-width:.125rem;height:1.125rem;width:1.125rem}._9gd2pg4{border-width:.25rem;height:2.25rem;width:2.25rem}._9gd2pg5{border-width:.5rem;height:4.5rem;width:4.5rem}._9gd2pg6{border-top-color:#91467f;border-right-color:#91467f;border-left-color:#91467f;border-bottom-color:#f4ecf2}._9gd2pg7{border-top-color:#fffc;border-right-color:#fffc;border-left-color:#fffc;border-bottom-color:#fff}@media (prefers-reduced-motion){._9gd2pg2{animation:none}}.iddzk90{font-weight:600;margin-top:.5rem;margin-bottom:.5rem}.iddzk91{font-size:1.5rem;line-height:1.5rem}.iddzk92{font-size:1.25rem;line-height:1.25rem}.iddzk93{font-size:1.125rem;line-height:1.125rem}.iddzk94{font-size:1rem;line-height:1rem}.iddzk95{font-size:.875rem;line-height:.875rem}.iddzk96{font-size:.75rem;line-height:.75rem}.iddzk90>i{align-self:flex-start;font-size:1.125rem;line-height:1.5rem;margin-right:.25rem}.iddzk90>.iddzk90{color:#4b5356;font-size:1.125rem;font-weight:400;line-height:1.125rem;margin-top:.25rem}.iddzk90>.iddzk90>i{font-size:.75rem;line-height:1.125rem;margin-left:.25rem;margin-right:.25rem}._17ntd80{background-color:#d2d4d4;display:inline-block;height:2rem;margin-left:.25rem;margin-right:.25rem;vertical-align:middle;width:.0625rem}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import type { ReactNode, FunctionComponentElement } from "react";
|
|
2
|
-
declare type ElementModifier<P = any> = (node: FunctionComponentElement<P>, children: ReactNode[]) => [Partial<P>?, ReactNode[]?];
|
|
3
|
-
export declare function modChildren(node: ReactNode | ReactNode[], modifier: ElementModifier, recurse?: boolean): ReactNode;
|
|
2
|
+
declare type ElementModifier<P = any> = (node: FunctionComponentElement<P>, children: ReactNode[], index?: number) => [Partial<P>?, ReactNode[]?];
|
|
3
|
+
export declare function modChildren(node: ReactNode | ReactNode[], modifier: ElementModifier, recurse?: boolean, index?: number): ReactNode;
|
|
4
4
|
export {};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sps-woodland/core",
|
|
3
3
|
"description": "SPS Woodland Design System core library code",
|
|
4
|
-
"version": "8.
|
|
4
|
+
"version": "8.11.0",
|
|
5
5
|
"author": "SPS Commerce",
|
|
6
6
|
"license": "UNLICENSED",
|
|
7
7
|
"repository": "https://github.com/SPSCommerce/woodland/tree/main/packages/@sps-woodland/core",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"@spscommerce/utils": "^7.0.0",
|
|
30
30
|
"react": "^16.14.0",
|
|
31
31
|
"react-dom": "^16.14.0",
|
|
32
|
-
"@sps-woodland/tokens": "8.
|
|
32
|
+
"@sps-woodland/tokens": "8.11.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@spscommerce/utils": "^7.0.0",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"@vanilla-extract/recipes": "^0.2.5",
|
|
38
38
|
"react": "^16.14.0",
|
|
39
39
|
"react-dom": "^16.14.0",
|
|
40
|
-
"@sps-woodland/tokens": "8.
|
|
40
|
+
"@sps-woodland/tokens": "8.11.0"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"nanoid": "^3.3.4"
|