@indxsearch/systm 2.5.0 → 2.6.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/CHANGELOG.md CHANGED
@@ -5,6 +5,17 @@ All notable changes to @indxsearch/systm will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [2.6.0] - 2026-09-04
9
+
10
+ ### Added
11
+ - `Spinner`: nineteen new animations — accelerate, accordion,
12
+ circle-open-close, circle-rotate, clock, coffee, hourglass, loop, pacman,
13
+ pong, sliders, smile-wink, snake, snake-eight, spark, spectrum,
14
+ speedometer, terminal, wi-fi (all listed in `spinnerNames`).
15
+ - Keyframe generator understands Figma export quirks: `<defs>`/clipPath
16
+ rects and white cutouts are stripped, and `rotate()`/axis-aligned
17
+ `matrix()` rect transforms are folded into grid coordinates.
18
+
8
19
  ## [2.5.0] - 2026-09-03
9
20
 
10
21
  ### Added
@@ -6,11 +6,61 @@ export interface SpinnerDef {
6
6
  readonly frames: readonly string[];
7
7
  }
8
8
  export declare const spinners: {
9
+ accelerate: {
10
+ viewBox: string;
11
+ delay: number;
12
+ frames: string[];
13
+ };
14
+ accordion: {
15
+ viewBox: string;
16
+ delay: number;
17
+ frames: string[];
18
+ };
19
+ "circle-open-close": {
20
+ viewBox: string;
21
+ delay: number;
22
+ frames: string[];
23
+ };
24
+ "circle-rotate": {
25
+ viewBox: string;
26
+ delay: number;
27
+ frames: string[];
28
+ };
29
+ clock: {
30
+ viewBox: string;
31
+ delay: number;
32
+ frames: string[];
33
+ };
34
+ coffee: {
35
+ viewBox: string;
36
+ delay: number;
37
+ frames: string[];
38
+ };
9
39
  grow: {
10
40
  viewBox: string;
11
41
  delay: number;
12
42
  frames: string[];
13
43
  };
44
+ hourglass: {
45
+ viewBox: string;
46
+ delay: number;
47
+ frames: string[];
48
+ };
49
+ loop: {
50
+ viewBox: string;
51
+ delay: number;
52
+ frames: string[];
53
+ };
54
+ pacman: {
55
+ viewBox: string;
56
+ delay: number;
57
+ frames: string[];
58
+ };
59
+ pong: {
60
+ viewBox: string;
61
+ delay: number;
62
+ frames: string[];
63
+ };
14
64
  pulse: {
15
65
  viewBox: string;
16
66
  delay: number;
@@ -26,6 +76,51 @@ export declare const spinners: {
26
76
  delay: number;
27
77
  frames: string[];
28
78
  };
79
+ sliders: {
80
+ viewBox: string;
81
+ delay: number;
82
+ frames: string[];
83
+ };
84
+ "smile-wink": {
85
+ viewBox: string;
86
+ delay: number;
87
+ frames: string[];
88
+ };
89
+ snake: {
90
+ viewBox: string;
91
+ delay: number;
92
+ frames: string[];
93
+ };
94
+ "snake-eight": {
95
+ viewBox: string;
96
+ delay: number;
97
+ frames: string[];
98
+ };
99
+ spark: {
100
+ viewBox: string;
101
+ delay: number;
102
+ frames: string[];
103
+ };
104
+ spectrum: {
105
+ viewBox: string;
106
+ delay: number;
107
+ frames: string[];
108
+ };
109
+ speedometer: {
110
+ viewBox: string;
111
+ delay: number;
112
+ frames: string[];
113
+ };
114
+ terminal: {
115
+ viewBox: string;
116
+ delay: number;
117
+ frames: string[];
118
+ };
119
+ "wi-fi": {
120
+ viewBox: string;
121
+ delay: number;
122
+ frames: string[];
123
+ };
29
124
  };
30
125
  export type SpinnerName = keyof typeof spinners;
31
126
  export declare const spinnerNames: SpinnerName[];
package/dist/index.cjs.js CHANGED
@@ -1 +1 @@
1
- Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});var e=Object.create,t=Object.defineProperty,n=Object.getOwnPropertyDescriptor,r=Object.getOwnPropertyNames,i=Object.getPrototypeOf,a=Object.prototype.hasOwnProperty,o=(e,i,o,s)=>{if(i&&typeof i==`object`||typeof i==`function`)for(var c=r(i),l=0,u=c.length,d;l<u;l++)d=c[l],!a.call(e,d)&&d!==o&&t(e,d,{get:(e=>i[e]).bind(null,d),enumerable:!(s=n(i,d))||s.enumerable});return e},s=(n,r,a)=>(a=n==null?{}:e(i(n)),o(r||!n||!n.__esModule?t(a,`default`,{value:n,enumerable:!0}):a,n));let c=require("react");c=s(c,1);let l=require("react/jsx-runtime"),u=require("@indxsearch/pixl"),d=require("react-range"),f=require("@radix-ui/react-select");f=s(f,1);let p=require("@radix-ui/react-popover");p=s(p,1);let m=require("@radix-ui/react-tooltip");m=s(m,1);let h=require("@radix-ui/react-dialog");h=s(h,1);var g={button:`_button_1sns4_1`,micro:`_micro_1sns4_22`,default:`_default_1sns4_30`,large:`_large_1sns4_38`,primary:`_primary_1sns4_47`,secondary:`_secondary_1sns4_57`,ghost:`_ghost_1sns4_67`};function _(e){let{size:t=`default`,variant:n=`primary`,iconLeft:r,iconRight:i,className:a,children:o,...s}=e,{href:u}=s,d=`disabled`in s?s.disabled:!1,f=t===`micro`?`14px`:t===`large`?`21px`:`14px`,p=[g.button,g[t],g[n],d?`cursor-not-allowed`:`cursor-pointer`,a].filter(Boolean).join(` `);if(process.env.NODE_ENV!==`production`){let e=(r||i)&&!o,t=s[`aria-label`]||s[`aria-labelledby`];e&&!t&&console.warn(`Button: Icon-only buttons should have an aria-label or aria-labelledby for accessibility.`)}let m=(0,l.jsxs)(l.Fragment,{children:[r&&c.default.cloneElement(r,{size:f,color:`currentColor`}),o,i&&c.default.cloneElement(i,{size:f,color:`currentColor`})]});if(u){let{type:e,disabled:t,...n}=s;return(0,l.jsx)(`a`,{className:p,href:u,...n,"aria-disabled":d?`true`:void 0,onClick:d?e=>e.preventDefault():n.onClick,children:m})}let{type:h=`button`,..._}=s;return(0,l.jsx)(`button`,{className:p,type:h,..._,children:m})}var v={checkboxWrapper:`_checkboxWrapper_1vygn_1`,checkbox:`_checkbox_1vygn_1`,label:`_label_1vygn_44`,score:`_score_1vygn_48`,disabled:`_disabled_1vygn_55`},y=({label:e,score:t,className:n=``,id:r,"aria-label":i,...a})=>{let o=c.default.useId(),s=r||o,u=t?`${s}-score`:void 0,d=a.disabled;return e||t?(0,l.jsxs)(`label`,{htmlFor:s,className:`${v.checkboxWrapper} ${n} ${d?v.disabled:``} ${d?`cursor-not-allowed`:`cursor-pointer`}`,children:[(0,l.jsx)(`input`,{id:s,type:`checkbox`,className:v.checkbox,"aria-describedby":u,"aria-label":i,...a}),e&&(0,l.jsx)(`span`,{className:v.label,children:e}),t&&(0,l.jsx)(`span`,{id:u,className:v.score,children:t})]}):(0,l.jsx)(`input`,{id:s,type:`checkbox`,className:`${v.checkbox} ${n}`,"aria-label":i,disabled:d,...a})},b={container:`_container_dlzj1_1`,default:`_default_dlzj1_5`};function x({children:e,className:t}){return(0,l.jsx)(`div`,{className:`${b.container} ${b.default} ${t||``}`,children:e})}var S={container:`_container_10bfq_1`,header:`_header_10bfq_11`,title:`_title_10bfq_31`,toggleButton:`_toggleButton_10bfq_38`,body:`_body_10bfq_49`};function C({title:e,children:t,className:n=``,collapsible:r=!0,collapsed:i=!1}){let[a,o]=(0,c.useState)(()=>!i),s=c.default.useId();return(0,c.useEffect)(()=>{r&&o(!i)},[i,r]),(0,l.jsxs)(`div`,{className:`${S.container} ${n}`,children:[e&&(r?(0,l.jsxs)(`button`,{type:`button`,className:S.header,onClick:()=>{r&&o(e=>!e)},"aria-label":`${e}: ${a?`Collapse panel`:`Expand panel`}`,"aria-expanded":a,"aria-controls":s,children:[(0,l.jsx)(`div`,{className:S.title,children:e}),(0,l.jsx)(`span`,{"aria-hidden":`true`,children:a?(0,l.jsx)(u.Minus,{color:`var(--lv5)`,size:14}):(0,l.jsx)(u.Plus,{color:`var(--lv5)`,size:14})})]}):(0,l.jsx)(`div`,{className:S.header,children:(0,l.jsx)(`div`,{className:S.title,children:e})})),(!r||a)&&(0,l.jsx)(`div`,{id:s,className:S.body,role:`region`,"aria-label":e||`Filter panel content`,children:t})]})}var w={wrapper:`_wrapper_tf1yl_1`,label:`_label_tf1yl_7`,inputContainer:`_inputContainer_tf1yl_12`,input:`_input_tf1yl_12`,focus:`_focus_tf1yl_35`,searchIcon:`_searchIcon_tf1yl_52`,rightContent:`_rightContent_tf1yl_67`,sizeMicro:`_sizeMicro_tf1yl_78`,sizeDefault:`_sizeDefault_tf1yl_87`,error:`_error_tf1yl_110`,errorText:`_errorText_tf1yl_114`},T={micro:14,default:21};function E({label:e,error:t,className:n=``,showSearchIcon:r=!0,searchIcon:i,searchIconColor:a,inputSize:o=`default`,showFocusBorder:s=!1,children:d,id:f,type:p=`search`,...m}){let h=(0,c.useRef)(null),g=c.default.useId(),_=f||g,v=`${_}-error`,y=T[o],b={};a&&(b[`--search-icon-color`]=a);let x=i??(0,l.jsx)(u.Search,{}),S=o===`micro`?w.sizeMicro:w.sizeDefault;return(0,l.jsxs)(`div`,{className:`${w.wrapper} ${n}`,children:[e&&(0,l.jsx)(`label`,{htmlFor:_,className:w.label,children:e}),(0,l.jsxs)(`div`,{className:`${w.inputContainer} ${S}`,children:[r&&(0,l.jsx)(`span`,{className:w.searchIcon,"aria-hidden":`true`,children:c.default.cloneElement(x,{size:y,color:a??`var(--search-icon-color)`})}),(0,l.jsx)(`input`,{ref:h,id:_,type:p,className:`${w.input} ${s?w.focus:``} ${t?w.error:``}`,style:b,"aria-invalid":t?`true`:`false`,"aria-describedby":t?v:void 0,...m}),d&&(0,l.jsx)(`div`,{className:w.rightContent,children:d})]}),t&&(0,l.jsx)(`span`,{id:v,className:w.errorText,role:`alert`,children:t})]})}var D={wrapper:`_wrapper_su5p5_1`,label:`_label_su5p5_7`,input:`_input_su5p5_12`,error:`_error_su5p5_61`,errorText:`_errorText_su5p5_69`,borderBottom:`_borderBottom_su5p5_75`};function O({label:e,error:t,className:n=``,isValid:r=!0,variant:i=`default`,id:a,...o}){let s=c.default.useId(),u=a||s,d=`${u}-error`,f=t||!r;return(0,l.jsxs)(`div`,{className:`${D.wrapper} ${n}`,children:[e&&(0,l.jsxs)(`label`,{htmlFor:u,className:D.label,children:[e,o.required&&(0,l.jsx)(`span`,{"aria-label":`required`,children:` *`})]}),(0,l.jsx)(`input`,{id:u,className:`${D.input} ${i===`borderBottom`?D.borderBottom:``} ${f?D.error:``}`,"aria-invalid":f?`true`:`false`,"aria-describedby":t?d:void 0,...o}),t&&(0,l.jsx)(`span`,{id:d,className:D.errorText,role:`alert`,children:t})]})}var k={radioWrapper:`_radioWrapper_1faq0_1`,radioInput:`_radioInput_1faq0_9`,customRadio:`_customRadio_1faq0_23`,labelText:`_labelText_1faq0_57`,disabled:`_disabled_1faq0_63`},A=({id:e,name:t,value:n,label:r,checked:i=!1,onChange:a,disabled:o=!1,"aria-label":s})=>(0,l.jsxs)(`label`,{htmlFor:e,className:`${k.radioWrapper} ${o?k.disabled:``} ${o?`cursor-not-allowed`:`cursor-pointer`}`,children:[(0,l.jsx)(`input`,{id:e,type:`radio`,name:t,value:n,checked:i,onChange:a,disabled:o,"aria-label":s,className:k.radioInput}),(0,l.jsx)(`span`,{className:k.customRadio}),(0,l.jsx)(`span`,{className:k.labelText,children:r})]}),j={switch:`_switch_1xsea_1`,slider:`_slider_1xsea_23`,label:`_label_1xsea_28`,disabled:`_disabled_1xsea_43`},M=({id:e,checked:t,onChange:n,disabled:r=!1,label:i,"aria-label":a})=>{let o=c.default.useId(),s=e||o;return(0,l.jsxs)(`label`,{htmlFor:s,className:`${j.switch} ${r?j.disabled:``} ${r?`cursor-not-allowed`:`cursor-pointer`}`,children:[(0,l.jsx)(`input`,{id:s,type:`checkbox`,role:`switch`,"aria-checked":t,"aria-label":a,checked:t,onChange:e=>n(e.target.checked),disabled:r}),(0,l.jsx)(`span`,{className:j.slider,"aria-hidden":`true`}),i&&(0,l.jsx)(`span`,{className:j.label,children:i})]})},N={label:`_label_12as9_1`,basetrack:`_basetrack_12as9_8`,selectedtrack:`_selectedtrack_12as9_36`,livetrack:`_livetrack_12as9_43`,livetrackFaceted:`_livetrackFaceted_12as9_49`,livetrackDefault:`_livetrackDefault_12as9_52`,thumbs:`_thumbs_12as9_55`,disabled:`_disabled_12as9_89`},P=e=>{let{min:t,max:n,step:r=1,disabled:i=!1,className:a,activeMin:o,activeMax:s,isFaceted:u=!1,highlightFaceted:f=!0,onChange:p,onFinalChange:m,label:h,"aria-label":g,id:_}=e,v=c.default.useId(),y=_||v;if(process.env.NODE_ENV!==`production`&&!h&&!g&&console.warn(`Slider: Component should have either a label or aria-label for accessibility.`),`isRange`in e&&e.isRange){let c=e.value,[f,_]=c;return(0,l.jsxs)(`div`,{className:a,children:[h&&(0,l.jsx)(`label`,{htmlFor:y,className:N.label,children:h}),(0,l.jsx)(d.Range,{step:r,min:t,max:n,values:c,onChange:e=>p(e),onFinalChange:e=>m?.(e),disabled:i,renderTrack:({props:e,children:r})=>{let{key:i,...a}=e,c=n-t,d=(f-t)/c*100,p=(_-f)/c*100,m=0,h=0,g=typeof o==`number`&&typeof s==`number`&&s>o&&(o>t||s<n);return g&&(m=(o-t)/c*100,h=(s-o)/c*100),(0,l.jsxs)(`div`,{...a,className:N.basetrack,style:{...a.style},children:[!g&&(0,l.jsx)(`div`,{className:N.selectedtrack,style:{left:`${d}%`,width:`${p}%`,zIndex:`1`}}),g&&(0,l.jsx)(`div`,{className:`${N.livetrack} ${u?N.livetrackFaceted:N.livetrackDefault}`,style:{left:`${m}%`,width:`${h}%`,zIndex:`2`}}),r]},i)},renderThumb:({props:e,index:r})=>{let{key:a,...o}=e,s=r===0?f:_;return(0,l.jsx)(`div`,{...o,id:r===0?y:void 0,className:`${N.thumbs} ${i?N.disabled:``} ${i?`cursor-not-allowed`:`cursor-resize-col`}`,style:{...o.style,zIndex:`3`},"aria-label":g||(r===0?`Minimum value`:`Maximum value`),"aria-valuemin":t,"aria-valuemax":n,"aria-valuenow":s},a)}})]})}else{let c=e.value;return(0,l.jsxs)(`div`,{className:a,children:[h&&(0,l.jsx)(`label`,{htmlFor:y,className:N.label,children:h}),(0,l.jsx)(d.Range,{step:r,min:t,max:n,values:[c],onChange:e=>p(e[0]),onFinalChange:e=>m?.(e[0]),disabled:i,renderTrack:({props:e,children:r})=>{let{key:i,...a}=e,d=n-t,f=(c-t)/d*100,p=0,m=0,h=typeof o==`number`&&typeof s==`number`&&s>o&&(o>t||s<n);return h&&(p=(o-t)/d*100,m=(s-o)/d*100),(0,l.jsxs)(`div`,{...a,className:N.basetrack,style:{...a.style},children:[!h&&(0,l.jsx)(`div`,{className:N.selectedtrack,style:{left:`0%`,width:`${f}%`,zIndex:`1`}}),h&&(0,l.jsx)(`div`,{className:`${N.livetrack} ${u?N.livetrackFaceted:N.livetrackDefault}`,style:{left:`${p}%`,width:`${m}%`,zIndex:`2`}}),r]},i)},renderThumb:({props:e})=>{let{key:r,...a}=e;return(0,l.jsx)(`div`,{...a,id:y,className:`${N.thumbs} ${i?N.disabled:``} ${i?`cursor-not-allowed`:`cursor-resize-col`}`,style:{...a.style,zIndex:`3`},"aria-label":g,"aria-valuemin":t,"aria-valuemax":n,"aria-valuenow":c},r)}})]})}},F={wrapper:`_wrapper_15fsv_1`,label:`_label_15fsv_7`,trigger:`_trigger_15fsv_12`,micro:`_micro_15fsv_28`,default:`_default_15fsv_34`,large:`_large_15fsv_40`,icon:`_icon_15fsv_60`,content:`_content_15fsv_68`,viewport:`_viewport_15fsv_76`,item:`_item_15fsv_82`,itemIndicator:`_itemIndicator_15fsv_105`},ee=({value:e,onValueChange:t,options:n,placeholder:r=`Select...`,className:i=``,disabled:a=!1,label:o,size:s=`default`,"aria-label":d,id:p})=>{let m=c.default.useId(),h=p||m,g=`${h}-label`,_=n.find(t=>t.value===e),v=(0,l.jsxs)(f.Root,{value:e,onValueChange:t,disabled:a,children:[(0,l.jsxs)(f.Trigger,{id:h,className:`${F.trigger} ${F[s]} ${i} cursor-pointer`,...o?{"aria-labelledby":g}:d?{"aria-label":d}:{},children:[(0,l.jsxs)(`span`,{style:{display:`inline-flex`,alignItems:`center`,gap:6},children:[_?.icon,(0,l.jsx)(f.Value,{placeholder:r})]}),(0,l.jsx)(f.Icon,{className:F.icon,"aria-hidden":`true`,children:(0,l.jsx)(u.Chevron_down,{size:s===`large`?21:14,color:`currentColor`})})]}),(0,l.jsx)(f.Portal,{children:(0,l.jsx)(f.Content,{className:F.content,position:`popper`,side:`bottom`,align:`start`,sideOffset:4,children:(0,l.jsx)(f.Viewport,{className:F.viewport,children:n.map(e=>(0,l.jsxs)(f.Item,{value:e.value,className:F.item,children:[(0,l.jsxs)(`span`,{style:{display:`inline-flex`,alignItems:`center`,gap:6},children:[e.icon,(0,l.jsx)(f.ItemText,{children:e.label})]}),(0,l.jsx)(f.ItemIndicator,{className:F.itemIndicator,children:(0,l.jsx)(u.Check,{size:12,color:`currentColor`})})]},e.value))})})})]});return o?(0,l.jsxs)(`div`,{className:F.wrapper,children:[(0,l.jsx)(`label`,{id:g,htmlFor:h,className:F.label,children:o}),v]}):v},te={content:`_content_1qahr_1`},ne=({trigger:e,children:t,open:n,onOpenChange:r,align:i=`end`,side:a=`bottom`,sideOffset:o=5,className:s=``,"aria-label":c,"aria-describedby":u})=>(0,l.jsxs)(p.Root,{open:n,onOpenChange:r,children:[(0,l.jsx)(p.Trigger,{asChild:!0,children:e}),(0,l.jsx)(p.Portal,{children:(0,l.jsx)(p.Content,{className:`${te.content} ${s}`,align:i,side:a,sideOffset:o,"aria-label":c,"aria-describedby":u,children:t})})]}),I={table:`_table_1b0iq_1`,caption:`_caption_1b0iq_8`,headerRow:`_headerRow_1b0iq_25`,dataRow:`_dataRow_1b0iq_33`,cellInner:`_cellInner_1b0iq_41`,cellLabel:`_cellLabel_1b0iq_47`,cellContent:`_cellContent_1b0iq_52`,value:`_value_1b0iq_58`,icon:`_icon_1b0iq_64`};function L({children:e,caption:t,"aria-label":n}){return process.env.NODE_ENV!==`production`&&!t&&!n&&console.warn(`Table: Component should have either a caption or aria-label for accessibility.`),(0,l.jsxs)(`table`,{className:I.table,"aria-label":n,children:[t&&(0,l.jsx)(`caption`,{className:I.caption,children:t}),e]})}function re({children:e}){let t=c.default.Children.map(e,e=>c.default.isValidElement(e)&&e.type===`td`?(0,l.jsx)(`th`,{scope:`col`,...e.props}):e);return(0,l.jsx)(`thead`,{children:(0,l.jsx)(`tr`,{className:I.headerRow,children:t})})}function ie({children:e}){return(0,l.jsx)(`tr`,{className:I.dataRow,children:e})}function ae({label:e,children:t,isHeader:n=!1,scope:r}){let i=n?`th`:`td`,a=n&&r?{scope:r}:{};return e||t?(0,l.jsx)(i,{...a,children:(0,l.jsxs)(`div`,{className:I.cellInner,children:[e&&(0,l.jsx)(`span`,{className:I.cellLabel,children:e}),t&&(0,l.jsx)(`div`,{className:I.cellContent,children:t})]})}):(0,l.jsx)(i,{...a,children:t})}function oe({children:e}){return(0,l.jsx)(`span`,{className:I.value,children:e})}function se({children:e,"aria-label":t}){let n=!t;return(0,l.jsx)(`span`,{className:I.icon,"aria-hidden":n?`true`:void 0,"aria-label":t,children:c.default.cloneElement(e,{size:`14px`,color:`currentColor`})})}var R={tabs:`_tabs_11q71_1`,scrollable:`_scrollable_11q71_11`,tab:`_tab_11q71_1`,active:`_active_11q71_54`,micro:`_micro_11q71_60`,default:`_default_11q71_67`,large:`_large_11q71_74`};function ce({items:e,value:t,onValueChange:n,size:r=`default`,scrollable:i=!1}){let a=(0,c.useRef)(null),[o,s]=(0,c.useState)({start:!1,end:!1});return(0,c.useEffect)(()=>{let e=a.current;if(!i||!e)return;let t=()=>{let t=e.scrollLeft>1,n=Math.ceil(e.scrollLeft+e.clientWidth)<e.scrollWidth-1;s(e=>e.start===t&&e.end===n?e:{start:t,end:n})};t(),e.addEventListener(`scroll`,t,{passive:!0});let n=new ResizeObserver(t);return n.observe(e),()=>{e.removeEventListener(`scroll`,t),n.disconnect()}},[i,e.length]),(0,l.jsx)(`div`,{ref:a,className:`${R.tabs} ${i?R.scrollable:``}`,"data-overflow-start":i&&o.start?``:void 0,"data-overflow-end":i&&o.end?``:void 0,role:`tablist`,children:e.map(e=>(0,l.jsx)(`button`,{role:`tab`,type:`button`,"aria-selected":t===e.value,className:`${R.tab} ${R[r]} ${t===e.value?R.active:``}`,onClick:()=>n(e.value),children:e.label},e.value))})}var z={wrapper:`_wrapper_1a9jo_1`,track:`_track_1a9jo_8`,fill:`_fill_1a9jo_36`,label:`_label_1a9jo_46`};function le({value:e,showLabel:t=!1,fulfilledColor:n=!1,className:r=``}){let i=Math.min(100,Math.max(0,e)),a=`${Math.round(i)}%`,o=n&&i>=100?`var(--CPureBlue)`:void 0;return(0,l.jsxs)(`div`,{className:`${z.wrapper} ${r}`,role:`progressbar`,"aria-valuenow":i,"aria-valuemin":0,"aria-valuemax":100,children:[(0,l.jsx)(`div`,{className:z.track,children:(0,l.jsx)(`div`,{className:z.fill,style:{width:`${i}%`,backgroundColor:o}})}),t&&(0,l.jsx)(`span`,{className:z.label,"aria-hidden":`true`,children:a})]})}var B={chip:`_chip_iaxe0_1`,large:`_large_iaxe0_14`};function ue({children:e,color:t,textColor:n,className:r,icon:i,size:a=`default`}){let o={};return t&&(o.backgroundColor=t),n&&(o.color=n),(0,l.jsxs)(`span`,{className:[B.chip,a===`large`&&B.large,r].filter(Boolean).join(` `),style:o,children:[i&&c.default.cloneElement(i,{size:14,color:`currentColor`}),e]})}var V={tooltip:`_tooltip_1de7z_1`,arrow:`_arrow_1de7z_13`};function H({content:e,position:t=`top`,children:n,className:r}){return(0,l.jsx)(m.Provider,{delayDuration:80,children:(0,l.jsxs)(m.Root,{children:[(0,l.jsx)(m.Trigger,{asChild:!0,children:n}),(0,l.jsx)(m.Portal,{children:(0,l.jsxs)(m.Content,{side:t,sideOffset:7,className:[V.tooltip,r].filter(Boolean).join(` `),children:[e,(0,l.jsx)(m.Arrow,{className:V.arrow})]})})]})})}var U={wrapper:`_wrapper_1w5vh_1`,chart:`_chart_1w5vh_8`,svg:`_svg_1w5vh_33`,tooltip:`_tooltip_1w5vh_39`,tooltipLabel:`_tooltipLabel_1w5vh_49`,tooltipRow:`_tooltipRow_1w5vh_57`,tooltipDot:`_tooltipDot_1w5vh_64`,tooltipName:`_tooltipName_1w5vh_70`,tooltipValue:`_tooltipValue_1w5vh_76`,legend:`_legend_1w5vh_83`,legendItem:`_legendItem_1w5vh_90`,legendMark:`_legendMark_1w5vh_96`,legendLabel:`_legendLabel_1w5vh_102`},W=`var(--lv4)`,G=12,de=20,fe=8,pe=28,K=20;function me(e){return Number.isInteger(e)?String(e):e.toLocaleString(void 0,{maximumFractionDigits:2})}function he({series:e,labels:t,type:n=`line`,height:r=200,showLegend:i=!0,className:a}){let o=(0,c.useRef)(null),[s,u]=(0,c.useState)(0),[d,f]=(0,c.useState)(null);(0,c.useEffect)(()=>{let e=o.current;if(!e)return;let t=new ResizeObserver(([e])=>u(e.contentRect.width));return t.observe(e),u(e.clientWidth),()=>t.disconnect()},[]);let p=t?.length?pe:fe,m=Math.max(s-K-de,0),h=Math.max(r-G-p,0),g=e.flatMap(e=>e.data.filter(Number.isFinite)),_=g.length?Math.max(...g,0):1,v=n===`bar`?0:Math.min(...g,0),y=_-v||1,b=Math.max(...e.map(e=>e.data.length),0),x=e=>G+(1-(e-v)/y)*h,S=e=>b<=1?K+m/2:K+e/(b-1)*m,C=(0,c.useCallback)(e=>{if(b===0)return;let t=e.currentTarget.getBoundingClientRect(),r=e.clientX-t.left,i=e.clientY-t.top;if(n===`line`){let e=Math.round((r-K)/m*(b-1));f({index:Math.max(0,Math.min(b-1,e)),x:r,y:i})}else{let e=m/b,t=Math.floor((r-K)/e);f({index:Math.max(0,Math.min(b-1,t)),x:r,y:i})}},[n,b,m]),w=(0,c.useCallback)(()=>f(null),[]),T=(0,l.jsx)(`line`,{x1:K,y1:G+h*.5,x2:K+m,y2:G+h*.5,stroke:`var(--chart-midline)`,strokeWidth:`0.5`}),E=(0,l.jsx)(`line`,{x1:K,y1:G+h,x2:K+m,y2:G+h,stroke:`var(--chart-baseline)`,strokeWidth:`1`}),D=d&&n===`bar`?(()=>{let e=m/b;return(0,l.jsx)(`rect`,{x:K+d.index*e,y:G,width:e,height:h,fill:`var(--chart-column-hover)`})})():null,O=()=>e.map((e,t)=>{if(!e.data.length)return null;let n=e.color??W;return(0,l.jsxs)(`g`,{children:[(0,l.jsx)(`polyline`,{points:e.data.map((e,t)=>`${S(t).toFixed(2)},${x(e).toFixed(2)}`).join(` `),fill:`none`,stroke:n,strokeWidth:`1`,strokeLinejoin:`round`,strokeLinecap:`round`}),e.data.map((e,t)=>{let r=d?.index===t?10:5,i=r/2;return(0,l.jsx)(`rect`,{x:S(t)-i,y:x(e)-i,width:r,height:r,fill:n},t)})]},t)}),k=()=>{if(!b)return null;let t=e.length,n=m/b,r=Math.max((n-2*(t+1))/t,2),i=G+h;return e.map((e,t)=>e.data.map((a,o)=>{let s=K+o*n+2+t*(r+2),c=x(a);return(0,l.jsx)(`rect`,{x:s,y:c,width:r,height:Math.max(i-c,0),fill:e.color??`var(--chart-bar)`},`${t}-${o}`)}))},A=()=>{if(!t?.length)return null;let e=G+h+18;return t.map((t,r)=>(0,l.jsx)(`text`,{x:n===`line`?S(r):K+(r+.5)*(m/b),y:e,textAnchor:`middle`,fill:`var(--lv4)`,style:{font:`var(--text-2xs)`},children:t},r))},j=d&&n===`line`?(0,l.jsx)(`line`,{x1:S(d.index),y1:G,x2:S(d.index),y2:G+h,stroke:`var(--chart-crosshair)`,strokeWidth:`1`,strokeDasharray:`3 3`}):null,M=d?(()=>{let n=t?.[d.index]??String(d.index+1),r=Math.min(Math.max(d.x,60),s-60);return(0,l.jsxs)(`div`,{className:U.tooltip,style:d.y<80?{left:r,top:d.y+12,transform:`translate(-50%, 0)`}:{left:r,top:d.y-8,transform:`translate(-50%, -100%)`},children:[(0,l.jsx)(`div`,{className:U.tooltipLabel,children:n}),e.map((e,t)=>(0,l.jsxs)(`div`,{className:U.tooltipRow,children:[(0,l.jsx)(`span`,{className:U.tooltipDot,style:{background:e.color??W}}),(0,l.jsx)(`span`,{className:U.tooltipName,children:e.label}),(0,l.jsx)(`span`,{className:U.tooltipValue,children:me(e.data[d.index]??0)})]},t))]})})():null;return(0,l.jsxs)(`div`,{className:[U.wrapper,a].filter(Boolean).join(` `),children:[(0,l.jsxs)(`div`,{ref:o,className:U.chart,style:{height:r},children:[s>0&&(0,l.jsxs)(`svg`,{width:s,height:r,className:U.svg,onMouseMove:C,onMouseLeave:w,children:[T,E,D,j,n===`line`?O():k(),A()]}),M]}),i&&e.length>1&&(0,l.jsx)(`div`,{className:U.legend,children:e.map((e,t)=>(0,l.jsxs)(`div`,{className:U.legendItem,children:[(0,l.jsx)(`div`,{className:U.legendMark,style:{background:e.color??W}}),(0,l.jsx)(`span`,{className:U.legendLabel,children:e.label})]},t))})]})}var q={wrapper:`_wrapper_17ws4_1`,label:`_label_17ws4_7`,textarea:`_textarea_17ws4_12`,error:`_error_17ws4_48`,errorText:`_errorText_17ws4_56`};function ge({label:e,error:t,className:n=``,isValid:r=!0,id:i,rows:a=4,...o}){let s=c.default.useId(),u=i||s,d=`${u}-error`,f=t||!r;return(0,l.jsxs)(`div`,{className:`${q.wrapper} ${n}`,children:[e&&(0,l.jsxs)(`label`,{htmlFor:u,className:q.label,children:[e,o.required&&(0,l.jsx)(`span`,{"aria-label":`required`,children:` *`})]}),(0,l.jsx)(`textarea`,{id:u,rows:a,className:`${q.textarea} ${f?q.error:``}`,"aria-invalid":f?`true`:`false`,"aria-describedby":t?d:void 0,...o}),t&&(0,l.jsx)(`span`,{id:d,className:q.errorText,role:`alert`,children:t})]})}var J={overlay:`_overlay_xud7c_1`,content:`_content_xud7c_8`,title:`_title_xud7c_26`,description:`_description_xud7c_34`,close:`_close_xud7c_40`,srOnly:`_srOnly_xud7c_62`},_e=({trigger:e,children:t,open:n,onOpenChange:r,title:i,description:a,className:o=``,showClose:s=!0})=>(0,l.jsxs)(h.Root,{open:n,onOpenChange:r,children:[e&&(0,l.jsx)(h.Trigger,{asChild:!0,children:e}),(0,l.jsxs)(h.Portal,{children:[(0,l.jsx)(h.Overlay,{className:J.overlay}),(0,l.jsxs)(h.Content,{className:`${J.content} ${o}`,children:[(0,l.jsx)(h.Title,{className:i?J.title:J.srOnly,children:i||`Dialog`}),a&&(0,l.jsx)(h.Description,{className:J.description,children:a}),s&&(0,l.jsx)(h.Close,{className:J.close,"aria-label":`Close`,children:(0,l.jsx)(u.X_or_error,{size:16,color:`currentColor`})}),t]})]})]}),Y={wrapper:`_wrapper_aimna_1`,label:`_label_aimna_7`,trigger:`_trigger_aimna_12`,error:`_error_aimna_43`,placeholder:`_placeholder_aimna_47`,valueText:`_valueText_aimna_51`,calendar:`_calendar_aimna_55`,header:`_header_aimna_65`,monthLabel:`_monthLabel_aimna_71`,navButton:`_navButton_aimna_77`,weekdays:`_weekdays_aimna_95`,grid:`_grid_aimna_96`,weekday:`_weekday_aimna_95`,day:`_day_aimna_109`,outside:`_outside_aimna_127`,today:`_today_aimna_131`,selected:`_selected_aimna_136`,errorText:`_errorText_aimna_142`},ve=[`Mo`,`Tu`,`We`,`Th`,`Fr`,`Sa`,`Su`],ye=[`January`,`February`,`March`,`April`,`May`,`June`,`July`,`August`,`September`,`October`,`November`,`December`];function be(e){let t=String(e.getMonth()+1).padStart(2,`0`),n=String(e.getDate()).padStart(2,`0`);return`${e.getFullYear()}-${t}-${n}`}function X(e,t){return!!e&&!!t&&e.getFullYear()===t.getFullYear()&&e.getMonth()===t.getMonth()&&e.getDate()===t.getDate()}function xe(e,t){let n=(new Date(e,t,1).getDay()+6)%7,r=[];for(let i=0;i<42;i++)r.push(new Date(e,t,1-n+i));return r}var Se=({value:e,onChange:t,label:n,placeholder:r=`Select a date`,error:i,isValid:a=!0,disabled:o=!1,className:s=``,formatDate:d=be})=>{let f=`${c.default.useId()}-error`,m=!!i||!a,[h,g]=(0,c.useState)(!1),_=new Date,v=e??_,[y,b]=(0,c.useState)(v.getFullYear()),[x,S]=(0,c.useState)(v.getMonth());c.default.useEffect(()=>{h&&e&&(b(e.getFullYear()),S(e.getMonth()))},[h]);let C=()=>{x===0?(S(11),b(y-1)):S(x-1)},w=()=>{x===11?(S(0),b(y+1)):S(x+1)},T=e=>{t?.(e),g(!1)},E=xe(y,x);return(0,l.jsxs)(`div`,{className:`${Y.wrapper} ${s}`,children:[n&&(0,l.jsx)(`span`,{className:Y.label,children:n}),(0,l.jsxs)(p.Root,{open:h,onOpenChange:g,children:[(0,l.jsx)(p.Trigger,{asChild:!0,children:(0,l.jsxs)(`button`,{type:`button`,className:`${Y.trigger} ${m?Y.error:``}`,disabled:o,"aria-invalid":m?`true`:`false`,"aria-describedby":i?f:void 0,children:[(0,l.jsx)(`span`,{className:e?Y.valueText:Y.placeholder,children:e?d(e):r}),(0,l.jsx)(u.Chevron_down,{size:14,color:`currentColor`})]})}),(0,l.jsx)(p.Portal,{children:(0,l.jsxs)(p.Content,{className:Y.calendar,align:`start`,sideOffset:5,children:[(0,l.jsxs)(`div`,{className:Y.header,children:[(0,l.jsx)(`button`,{type:`button`,className:Y.navButton,onClick:C,"aria-label":`Previous month`,children:(0,l.jsx)(u.Chevron_left,{size:14,color:`currentColor`})}),(0,l.jsxs)(`span`,{className:Y.monthLabel,children:[ye[x],` `,y]}),(0,l.jsx)(`button`,{type:`button`,className:Y.navButton,onClick:w,"aria-label":`Next month`,children:(0,l.jsx)(u.Chevron_right,{size:14,color:`currentColor`})})]}),(0,l.jsx)(`div`,{className:Y.weekdays,children:ve.map(e=>(0,l.jsx)(`span`,{className:Y.weekday,children:e},e))}),(0,l.jsx)(`div`,{className:Y.grid,children:E.map(t=>{let n=t.getMonth()!==x,r=X(t,e),i=X(t,_);return(0,l.jsx)(`button`,{type:`button`,className:[Y.day,n?Y.outside:``,r?Y.selected:``,i&&!r?Y.today:``].filter(Boolean).join(` `),onClick:()=>T(t),children:t.getDate()},t.toISOString())})})]})})]}),i&&(0,l.jsx)(`span`,{id:f,className:Y.errorText,role:`alert`,children:i})]})},Z={spinner:`_spinner_wspyi_1`,frame:`_frame_wspyi_8`},Q={grow:{viewBox:`0 0 7 5`,delay:250,frames:[`M3 2H4V3H3V2Z`,`M4 5H3V4H4V5ZM2 3H1L1 2L2 2L2 3ZM4 3H3V2L4 2V3ZM6 3H5V2L6 2V3ZM4 1L3 1V0L4 0V1Z`,`M2 5H1L1 4H2L2 5ZM4 5H3V4H4V5ZM6 5H5V4H6V5ZM2 3H1L1 2L2 2L2 3ZM4 3H3V2L4 2V3ZM6 3H5V2L6 2V3ZM2 1L1 1L1 0L2 0V1ZM4 1L3 1V0L4 0V1ZM6 1L5 1V0L6 0V1Z`,`M1 0H6V5H1V0Z`,`M2 5H1L1 4H2L2 5ZM4 5H3V4H4V5ZM6 5H5V4H6V5ZM2 3H1L1 2L2 2L2 3ZM4 3H3V2L4 2V3ZM6 3H5V2L6 2V3ZM2 1L1 1L1 0L2 0V1ZM4 1L3 1V0L4 0V1ZM6 1L5 1V0L6 0V1Z`,`M4 5H3V4H4V5ZM2 3H1L1 2L2 2L2 3ZM4 3H3V2L4 2V3ZM6 3H5V2L6 2V3ZM4 1L3 1V0L4 0V1Z`]},pulse:{viewBox:`0 0 7 5`,delay:250,frames:[`M3 2H4V3H3V2Z`,`M2 2H3V3H2V2Z M3 1H4V2H3V1Z M4 2H5V3H4V2Z M3 3H4V4H3V3Z`,`M1 1H2V2H1V1Z M1 2H2V3H1V2Z M1 3H2V4H1V3Z M2 4H3V5H2V4Z M3 4H4V5H3V4Z M4 4H5V5H4V4Z M5 3H6V4H5V3Z M5 2H6V3H5V2Z M5 1H6V2H5V1Z M4 0H5V1H4V0Z M3 0H4V1H3V0Z M2 0H3V1H2V0Z`]},rotate:{viewBox:`0 0 7 5`,delay:250,frames:[`M1 0H2V1H1V0Z`,`M5 0H6V1H5V0Z`,`M5 4H6V5H5V4Z`,`M1 4H2V5H1V4Z`]},rowing:{viewBox:`0 0 7 5`,delay:250,frames:[`M4 2H7V5H1V4H2V3H1V4H0V2H3V1H4V2ZM5 1H4V0H5V1ZM3 4H6V3H3V4Z`,`M4 2H7V5H1V4H3V3H1V4H0V2H3V1H4V2ZM4 4H6V3H4V4ZM3 1H2V0H3V1Z`,`M4 2H7V5H1V4H4V3H1V4H0V2H3V1H4V2ZM5 4H6V3H5V4ZM3 1H2V0H3V1Z`,`M4 2H7V5H1V4H6V3H1V4H0V2H3V0H4V2Z`]}},$=Object.keys(Q);function Ce({name:e=$[0],size:t=21,color:n=`currentColor`,delay:r,className:i=``,"aria-label":a=`Loading`}){let o=Q[e],[,,s,c]=o.viewBox.split(` `).map(Number),u=c/s,d=typeof t==`number`?t*u:`calc(${t} * ${u})`,f=r??o.delay,p=o.frames.length,m=p*f;return(0,l.jsx)(`svg`,{className:`${Z.spinner} ${i}`,width:t,height:d,viewBox:o.viewBox,fill:`none`,role:`status`,"aria-label":a,xmlns:`http://www.w3.org/2000/svg`,children:o.frames.map((e,t)=>e?(0,l.jsx)(`path`,{className:Z.frame,d:e,fill:n,style:{animation:`indx-spinner-${p} ${m}ms step-end infinite`,animationDelay:`${t*f-m}ms`}},t):null)})}exports.Base=x,exports.Button=_,exports.Chart=he,exports.Checkbox=y,exports.Chip=ue,exports.DatePicker=Se,exports.FilterPanelBase=C,exports.InputField=O,exports.Modal=_e,exports.Popover=ne,exports.ProgressBar=le,exports.RadioButton=A,exports.SearchField=E,exports.Select=ee,exports.Slider=P,exports.Spinner=Ce,exports.Table=L,exports.TableCell=ae,exports.TableHeader=re,exports.TableIcon=se,exports.TableRow=ie,exports.TableValue=oe,exports.Tabs=ce,exports.Textarea=ge,exports.ToggleSwitch=M,exports.Tooltip=H,exports.spinnerNames=$;
1
+ Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});var e=Object.create,t=Object.defineProperty,n=Object.getOwnPropertyDescriptor,r=Object.getOwnPropertyNames,i=Object.getPrototypeOf,a=Object.prototype.hasOwnProperty,o=(e,i,o,s)=>{if(i&&typeof i==`object`||typeof i==`function`)for(var c=r(i),l=0,u=c.length,d;l<u;l++)d=c[l],!a.call(e,d)&&d!==o&&t(e,d,{get:(e=>i[e]).bind(null,d),enumerable:!(s=n(i,d))||s.enumerable});return e},s=(n,r,a)=>(a=n==null?{}:e(i(n)),o(r||!n||!n.__esModule?t(a,`default`,{value:n,enumerable:!0}):a,n));let c=require("react");c=s(c,1);let l=require("react/jsx-runtime"),u=require("@indxsearch/pixl"),d=require("react-range"),f=require("@radix-ui/react-select");f=s(f,1);let p=require("@radix-ui/react-popover");p=s(p,1);let m=require("@radix-ui/react-tooltip");m=s(m,1);let h=require("@radix-ui/react-dialog");h=s(h,1);var g={button:`_button_1sns4_1`,micro:`_micro_1sns4_22`,default:`_default_1sns4_30`,large:`_large_1sns4_38`,primary:`_primary_1sns4_47`,secondary:`_secondary_1sns4_57`,ghost:`_ghost_1sns4_67`};function _(e){let{size:t=`default`,variant:n=`primary`,iconLeft:r,iconRight:i,className:a,children:o,...s}=e,{href:u}=s,d=`disabled`in s?s.disabled:!1,f=t===`micro`?`14px`:t===`large`?`21px`:`14px`,p=[g.button,g[t],g[n],d?`cursor-not-allowed`:`cursor-pointer`,a].filter(Boolean).join(` `);if(process.env.NODE_ENV!==`production`){let e=(r||i)&&!o,t=s[`aria-label`]||s[`aria-labelledby`];e&&!t&&console.warn(`Button: Icon-only buttons should have an aria-label or aria-labelledby for accessibility.`)}let m=(0,l.jsxs)(l.Fragment,{children:[r&&c.default.cloneElement(r,{size:f,color:`currentColor`}),o,i&&c.default.cloneElement(i,{size:f,color:`currentColor`})]});if(u){let{type:e,disabled:t,...n}=s;return(0,l.jsx)(`a`,{className:p,href:u,...n,"aria-disabled":d?`true`:void 0,onClick:d?e=>e.preventDefault():n.onClick,children:m})}let{type:h=`button`,..._}=s;return(0,l.jsx)(`button`,{className:p,type:h,..._,children:m})}var v={checkboxWrapper:`_checkboxWrapper_1vygn_1`,checkbox:`_checkbox_1vygn_1`,label:`_label_1vygn_44`,score:`_score_1vygn_48`,disabled:`_disabled_1vygn_55`},y=({label:e,score:t,className:n=``,id:r,"aria-label":i,...a})=>{let o=c.default.useId(),s=r||o,u=t?`${s}-score`:void 0,d=a.disabled;return e||t?(0,l.jsxs)(`label`,{htmlFor:s,className:`${v.checkboxWrapper} ${n} ${d?v.disabled:``} ${d?`cursor-not-allowed`:`cursor-pointer`}`,children:[(0,l.jsx)(`input`,{id:s,type:`checkbox`,className:v.checkbox,"aria-describedby":u,"aria-label":i,...a}),e&&(0,l.jsx)(`span`,{className:v.label,children:e}),t&&(0,l.jsx)(`span`,{id:u,className:v.score,children:t})]}):(0,l.jsx)(`input`,{id:s,type:`checkbox`,className:`${v.checkbox} ${n}`,"aria-label":i,disabled:d,...a})},b={container:`_container_dlzj1_1`,default:`_default_dlzj1_5`};function x({children:e,className:t}){return(0,l.jsx)(`div`,{className:`${b.container} ${b.default} ${t||``}`,children:e})}var S={container:`_container_10bfq_1`,header:`_header_10bfq_11`,title:`_title_10bfq_31`,toggleButton:`_toggleButton_10bfq_38`,body:`_body_10bfq_49`};function C({title:e,children:t,className:n=``,collapsible:r=!0,collapsed:i=!1}){let[a,o]=(0,c.useState)(()=>!i),s=c.default.useId();return(0,c.useEffect)(()=>{r&&o(!i)},[i,r]),(0,l.jsxs)(`div`,{className:`${S.container} ${n}`,children:[e&&(r?(0,l.jsxs)(`button`,{type:`button`,className:S.header,onClick:()=>{r&&o(e=>!e)},"aria-label":`${e}: ${a?`Collapse panel`:`Expand panel`}`,"aria-expanded":a,"aria-controls":s,children:[(0,l.jsx)(`div`,{className:S.title,children:e}),(0,l.jsx)(`span`,{"aria-hidden":`true`,children:a?(0,l.jsx)(u.Minus,{color:`var(--lv5)`,size:14}):(0,l.jsx)(u.Plus,{color:`var(--lv5)`,size:14})})]}):(0,l.jsx)(`div`,{className:S.header,children:(0,l.jsx)(`div`,{className:S.title,children:e})})),(!r||a)&&(0,l.jsx)(`div`,{id:s,className:S.body,role:`region`,"aria-label":e||`Filter panel content`,children:t})]})}var w={wrapper:`_wrapper_tf1yl_1`,label:`_label_tf1yl_7`,inputContainer:`_inputContainer_tf1yl_12`,input:`_input_tf1yl_12`,focus:`_focus_tf1yl_35`,searchIcon:`_searchIcon_tf1yl_52`,rightContent:`_rightContent_tf1yl_67`,sizeMicro:`_sizeMicro_tf1yl_78`,sizeDefault:`_sizeDefault_tf1yl_87`,error:`_error_tf1yl_110`,errorText:`_errorText_tf1yl_114`},T={micro:14,default:21};function E({label:e,error:t,className:n=``,showSearchIcon:r=!0,searchIcon:i,searchIconColor:a,inputSize:o=`default`,showFocusBorder:s=!1,children:d,id:f,type:p=`search`,...m}){let h=(0,c.useRef)(null),g=c.default.useId(),_=f||g,v=`${_}-error`,y=T[o],b={};a&&(b[`--search-icon-color`]=a);let x=i??(0,l.jsx)(u.Search,{}),S=o===`micro`?w.sizeMicro:w.sizeDefault;return(0,l.jsxs)(`div`,{className:`${w.wrapper} ${n}`,children:[e&&(0,l.jsx)(`label`,{htmlFor:_,className:w.label,children:e}),(0,l.jsxs)(`div`,{className:`${w.inputContainer} ${S}`,children:[r&&(0,l.jsx)(`span`,{className:w.searchIcon,"aria-hidden":`true`,children:c.default.cloneElement(x,{size:y,color:a??`var(--search-icon-color)`})}),(0,l.jsx)(`input`,{ref:h,id:_,type:p,className:`${w.input} ${s?w.focus:``} ${t?w.error:``}`,style:b,"aria-invalid":t?`true`:`false`,"aria-describedby":t?v:void 0,...m}),d&&(0,l.jsx)(`div`,{className:w.rightContent,children:d})]}),t&&(0,l.jsx)(`span`,{id:v,className:w.errorText,role:`alert`,children:t})]})}var D={wrapper:`_wrapper_su5p5_1`,label:`_label_su5p5_7`,input:`_input_su5p5_12`,error:`_error_su5p5_61`,errorText:`_errorText_su5p5_69`,borderBottom:`_borderBottom_su5p5_75`};function O({label:e,error:t,className:n=``,isValid:r=!0,variant:i=`default`,id:a,...o}){let s=c.default.useId(),u=a||s,d=`${u}-error`,f=t||!r;return(0,l.jsxs)(`div`,{className:`${D.wrapper} ${n}`,children:[e&&(0,l.jsxs)(`label`,{htmlFor:u,className:D.label,children:[e,o.required&&(0,l.jsx)(`span`,{"aria-label":`required`,children:` *`})]}),(0,l.jsx)(`input`,{id:u,className:`${D.input} ${i===`borderBottom`?D.borderBottom:``} ${f?D.error:``}`,"aria-invalid":f?`true`:`false`,"aria-describedby":t?d:void 0,...o}),t&&(0,l.jsx)(`span`,{id:d,className:D.errorText,role:`alert`,children:t})]})}var k={radioWrapper:`_radioWrapper_1faq0_1`,radioInput:`_radioInput_1faq0_9`,customRadio:`_customRadio_1faq0_23`,labelText:`_labelText_1faq0_57`,disabled:`_disabled_1faq0_63`},A=({id:e,name:t,value:n,label:r,checked:i=!1,onChange:a,disabled:o=!1,"aria-label":s})=>(0,l.jsxs)(`label`,{htmlFor:e,className:`${k.radioWrapper} ${o?k.disabled:``} ${o?`cursor-not-allowed`:`cursor-pointer`}`,children:[(0,l.jsx)(`input`,{id:e,type:`radio`,name:t,value:n,checked:i,onChange:a,disabled:o,"aria-label":s,className:k.radioInput}),(0,l.jsx)(`span`,{className:k.customRadio}),(0,l.jsx)(`span`,{className:k.labelText,children:r})]}),j={switch:`_switch_1xsea_1`,slider:`_slider_1xsea_23`,label:`_label_1xsea_28`,disabled:`_disabled_1xsea_43`},M=({id:e,checked:t,onChange:n,disabled:r=!1,label:i,"aria-label":a})=>{let o=c.default.useId(),s=e||o;return(0,l.jsxs)(`label`,{htmlFor:s,className:`${j.switch} ${r?j.disabled:``} ${r?`cursor-not-allowed`:`cursor-pointer`}`,children:[(0,l.jsx)(`input`,{id:s,type:`checkbox`,role:`switch`,"aria-checked":t,"aria-label":a,checked:t,onChange:e=>n(e.target.checked),disabled:r}),(0,l.jsx)(`span`,{className:j.slider,"aria-hidden":`true`}),i&&(0,l.jsx)(`span`,{className:j.label,children:i})]})},N={label:`_label_12as9_1`,basetrack:`_basetrack_12as9_8`,selectedtrack:`_selectedtrack_12as9_36`,livetrack:`_livetrack_12as9_43`,livetrackFaceted:`_livetrackFaceted_12as9_49`,livetrackDefault:`_livetrackDefault_12as9_52`,thumbs:`_thumbs_12as9_55`,disabled:`_disabled_12as9_89`},P=e=>{let{min:t,max:n,step:r=1,disabled:i=!1,className:a,activeMin:o,activeMax:s,isFaceted:u=!1,highlightFaceted:f=!0,onChange:p,onFinalChange:m,label:h,"aria-label":g,id:_}=e,v=c.default.useId(),y=_||v;if(process.env.NODE_ENV!==`production`&&!h&&!g&&console.warn(`Slider: Component should have either a label or aria-label for accessibility.`),`isRange`in e&&e.isRange){let c=e.value,[f,_]=c;return(0,l.jsxs)(`div`,{className:a,children:[h&&(0,l.jsx)(`label`,{htmlFor:y,className:N.label,children:h}),(0,l.jsx)(d.Range,{step:r,min:t,max:n,values:c,onChange:e=>p(e),onFinalChange:e=>m?.(e),disabled:i,renderTrack:({props:e,children:r})=>{let{key:i,...a}=e,c=n-t,d=(f-t)/c*100,p=(_-f)/c*100,m=0,h=0,g=typeof o==`number`&&typeof s==`number`&&s>o&&(o>t||s<n);return g&&(m=(o-t)/c*100,h=(s-o)/c*100),(0,l.jsxs)(`div`,{...a,className:N.basetrack,style:{...a.style},children:[!g&&(0,l.jsx)(`div`,{className:N.selectedtrack,style:{left:`${d}%`,width:`${p}%`,zIndex:`1`}}),g&&(0,l.jsx)(`div`,{className:`${N.livetrack} ${u?N.livetrackFaceted:N.livetrackDefault}`,style:{left:`${m}%`,width:`${h}%`,zIndex:`2`}}),r]},i)},renderThumb:({props:e,index:r})=>{let{key:a,...o}=e,s=r===0?f:_;return(0,l.jsx)(`div`,{...o,id:r===0?y:void 0,className:`${N.thumbs} ${i?N.disabled:``} ${i?`cursor-not-allowed`:`cursor-resize-col`}`,style:{...o.style,zIndex:`3`},"aria-label":g||(r===0?`Minimum value`:`Maximum value`),"aria-valuemin":t,"aria-valuemax":n,"aria-valuenow":s},a)}})]})}else{let c=e.value;return(0,l.jsxs)(`div`,{className:a,children:[h&&(0,l.jsx)(`label`,{htmlFor:y,className:N.label,children:h}),(0,l.jsx)(d.Range,{step:r,min:t,max:n,values:[c],onChange:e=>p(e[0]),onFinalChange:e=>m?.(e[0]),disabled:i,renderTrack:({props:e,children:r})=>{let{key:i,...a}=e,d=n-t,f=(c-t)/d*100,p=0,m=0,h=typeof o==`number`&&typeof s==`number`&&s>o&&(o>t||s<n);return h&&(p=(o-t)/d*100,m=(s-o)/d*100),(0,l.jsxs)(`div`,{...a,className:N.basetrack,style:{...a.style},children:[!h&&(0,l.jsx)(`div`,{className:N.selectedtrack,style:{left:`0%`,width:`${f}%`,zIndex:`1`}}),h&&(0,l.jsx)(`div`,{className:`${N.livetrack} ${u?N.livetrackFaceted:N.livetrackDefault}`,style:{left:`${p}%`,width:`${m}%`,zIndex:`2`}}),r]},i)},renderThumb:({props:e})=>{let{key:r,...a}=e;return(0,l.jsx)(`div`,{...a,id:y,className:`${N.thumbs} ${i?N.disabled:``} ${i?`cursor-not-allowed`:`cursor-resize-col`}`,style:{...a.style,zIndex:`3`},"aria-label":g,"aria-valuemin":t,"aria-valuemax":n,"aria-valuenow":c},r)}})]})}},F={wrapper:`_wrapper_15fsv_1`,label:`_label_15fsv_7`,trigger:`_trigger_15fsv_12`,micro:`_micro_15fsv_28`,default:`_default_15fsv_34`,large:`_large_15fsv_40`,icon:`_icon_15fsv_60`,content:`_content_15fsv_68`,viewport:`_viewport_15fsv_76`,item:`_item_15fsv_82`,itemIndicator:`_itemIndicator_15fsv_105`},ee=({value:e,onValueChange:t,options:n,placeholder:r=`Select...`,className:i=``,disabled:a=!1,label:o,size:s=`default`,"aria-label":d,id:p})=>{let m=c.default.useId(),h=p||m,g=`${h}-label`,_=n.find(t=>t.value===e),v=(0,l.jsxs)(f.Root,{value:e,onValueChange:t,disabled:a,children:[(0,l.jsxs)(f.Trigger,{id:h,className:`${F.trigger} ${F[s]} ${i} cursor-pointer`,...o?{"aria-labelledby":g}:d?{"aria-label":d}:{},children:[(0,l.jsxs)(`span`,{style:{display:`inline-flex`,alignItems:`center`,gap:6},children:[_?.icon,(0,l.jsx)(f.Value,{placeholder:r})]}),(0,l.jsx)(f.Icon,{className:F.icon,"aria-hidden":`true`,children:(0,l.jsx)(u.Chevron_down,{size:s===`large`?21:14,color:`currentColor`})})]}),(0,l.jsx)(f.Portal,{children:(0,l.jsx)(f.Content,{className:F.content,position:`popper`,side:`bottom`,align:`start`,sideOffset:4,children:(0,l.jsx)(f.Viewport,{className:F.viewport,children:n.map(e=>(0,l.jsxs)(f.Item,{value:e.value,className:F.item,children:[(0,l.jsxs)(`span`,{style:{display:`inline-flex`,alignItems:`center`,gap:6},children:[e.icon,(0,l.jsx)(f.ItemText,{children:e.label})]}),(0,l.jsx)(f.ItemIndicator,{className:F.itemIndicator,children:(0,l.jsx)(u.Check,{size:12,color:`currentColor`})})]},e.value))})})})]});return o?(0,l.jsxs)(`div`,{className:F.wrapper,children:[(0,l.jsx)(`label`,{id:g,htmlFor:h,className:F.label,children:o}),v]}):v},te={content:`_content_1qahr_1`},ne=({trigger:e,children:t,open:n,onOpenChange:r,align:i=`end`,side:a=`bottom`,sideOffset:o=5,className:s=``,"aria-label":c,"aria-describedby":u})=>(0,l.jsxs)(p.Root,{open:n,onOpenChange:r,children:[(0,l.jsx)(p.Trigger,{asChild:!0,children:e}),(0,l.jsx)(p.Portal,{children:(0,l.jsx)(p.Content,{className:`${te.content} ${s}`,align:i,side:a,sideOffset:o,"aria-label":c,"aria-describedby":u,children:t})})]}),I={table:`_table_1b0iq_1`,caption:`_caption_1b0iq_8`,headerRow:`_headerRow_1b0iq_25`,dataRow:`_dataRow_1b0iq_33`,cellInner:`_cellInner_1b0iq_41`,cellLabel:`_cellLabel_1b0iq_47`,cellContent:`_cellContent_1b0iq_52`,value:`_value_1b0iq_58`,icon:`_icon_1b0iq_64`};function L({children:e,caption:t,"aria-label":n}){return process.env.NODE_ENV!==`production`&&!t&&!n&&console.warn(`Table: Component should have either a caption or aria-label for accessibility.`),(0,l.jsxs)(`table`,{className:I.table,"aria-label":n,children:[t&&(0,l.jsx)(`caption`,{className:I.caption,children:t}),e]})}function re({children:e}){let t=c.default.Children.map(e,e=>c.default.isValidElement(e)&&e.type===`td`?(0,l.jsx)(`th`,{scope:`col`,...e.props}):e);return(0,l.jsx)(`thead`,{children:(0,l.jsx)(`tr`,{className:I.headerRow,children:t})})}function ie({children:e}){return(0,l.jsx)(`tr`,{className:I.dataRow,children:e})}function ae({label:e,children:t,isHeader:n=!1,scope:r}){let i=n?`th`:`td`,a=n&&r?{scope:r}:{};return e||t?(0,l.jsx)(i,{...a,children:(0,l.jsxs)(`div`,{className:I.cellInner,children:[e&&(0,l.jsx)(`span`,{className:I.cellLabel,children:e}),t&&(0,l.jsx)(`div`,{className:I.cellContent,children:t})]})}):(0,l.jsx)(i,{...a,children:t})}function oe({children:e}){return(0,l.jsx)(`span`,{className:I.value,children:e})}function se({children:e,"aria-label":t}){let n=!t;return(0,l.jsx)(`span`,{className:I.icon,"aria-hidden":n?`true`:void 0,"aria-label":t,children:c.default.cloneElement(e,{size:`14px`,color:`currentColor`})})}var R={tabs:`_tabs_11q71_1`,scrollable:`_scrollable_11q71_11`,tab:`_tab_11q71_1`,active:`_active_11q71_54`,micro:`_micro_11q71_60`,default:`_default_11q71_67`,large:`_large_11q71_74`};function ce({items:e,value:t,onValueChange:n,size:r=`default`,scrollable:i=!1}){let a=(0,c.useRef)(null),[o,s]=(0,c.useState)({start:!1,end:!1});return(0,c.useEffect)(()=>{let e=a.current;if(!i||!e)return;let t=()=>{let t=e.scrollLeft>1,n=Math.ceil(e.scrollLeft+e.clientWidth)<e.scrollWidth-1;s(e=>e.start===t&&e.end===n?e:{start:t,end:n})};t(),e.addEventListener(`scroll`,t,{passive:!0});let n=new ResizeObserver(t);return n.observe(e),()=>{e.removeEventListener(`scroll`,t),n.disconnect()}},[i,e.length]),(0,l.jsx)(`div`,{ref:a,className:`${R.tabs} ${i?R.scrollable:``}`,"data-overflow-start":i&&o.start?``:void 0,"data-overflow-end":i&&o.end?``:void 0,role:`tablist`,children:e.map(e=>(0,l.jsx)(`button`,{role:`tab`,type:`button`,"aria-selected":t===e.value,className:`${R.tab} ${R[r]} ${t===e.value?R.active:``}`,onClick:()=>n(e.value),children:e.label},e.value))})}var z={wrapper:`_wrapper_1a9jo_1`,track:`_track_1a9jo_8`,fill:`_fill_1a9jo_36`,label:`_label_1a9jo_46`};function le({value:e,showLabel:t=!1,fulfilledColor:n=!1,className:r=``}){let i=Math.min(100,Math.max(0,e)),a=`${Math.round(i)}%`,o=n&&i>=100?`var(--CPureBlue)`:void 0;return(0,l.jsxs)(`div`,{className:`${z.wrapper} ${r}`,role:`progressbar`,"aria-valuenow":i,"aria-valuemin":0,"aria-valuemax":100,children:[(0,l.jsx)(`div`,{className:z.track,children:(0,l.jsx)(`div`,{className:z.fill,style:{width:`${i}%`,backgroundColor:o}})}),t&&(0,l.jsx)(`span`,{className:z.label,"aria-hidden":`true`,children:a})]})}var B={chip:`_chip_iaxe0_1`,large:`_large_iaxe0_14`};function ue({children:e,color:t,textColor:n,className:r,icon:i,size:a=`default`}){let o={};return t&&(o.backgroundColor=t),n&&(o.color=n),(0,l.jsxs)(`span`,{className:[B.chip,a===`large`&&B.large,r].filter(Boolean).join(` `),style:o,children:[i&&c.default.cloneElement(i,{size:14,color:`currentColor`}),e]})}var V={tooltip:`_tooltip_1de7z_1`,arrow:`_arrow_1de7z_13`};function H({content:e,position:t=`top`,children:n,className:r}){return(0,l.jsx)(m.Provider,{delayDuration:80,children:(0,l.jsxs)(m.Root,{children:[(0,l.jsx)(m.Trigger,{asChild:!0,children:n}),(0,l.jsx)(m.Portal,{children:(0,l.jsxs)(m.Content,{side:t,sideOffset:7,className:[V.tooltip,r].filter(Boolean).join(` `),children:[e,(0,l.jsx)(m.Arrow,{className:V.arrow})]})})]})})}var U={wrapper:`_wrapper_1w5vh_1`,chart:`_chart_1w5vh_8`,svg:`_svg_1w5vh_33`,tooltip:`_tooltip_1w5vh_39`,tooltipLabel:`_tooltipLabel_1w5vh_49`,tooltipRow:`_tooltipRow_1w5vh_57`,tooltipDot:`_tooltipDot_1w5vh_64`,tooltipName:`_tooltipName_1w5vh_70`,tooltipValue:`_tooltipValue_1w5vh_76`,legend:`_legend_1w5vh_83`,legendItem:`_legendItem_1w5vh_90`,legendMark:`_legendMark_1w5vh_96`,legendLabel:`_legendLabel_1w5vh_102`},W=`var(--lv4)`,G=12,de=20,fe=8,pe=28,K=20;function me(e){return Number.isInteger(e)?String(e):e.toLocaleString(void 0,{maximumFractionDigits:2})}function he({series:e,labels:t,type:n=`line`,height:r=200,showLegend:i=!0,className:a}){let o=(0,c.useRef)(null),[s,u]=(0,c.useState)(0),[d,f]=(0,c.useState)(null);(0,c.useEffect)(()=>{let e=o.current;if(!e)return;let t=new ResizeObserver(([e])=>u(e.contentRect.width));return t.observe(e),u(e.clientWidth),()=>t.disconnect()},[]);let p=t?.length?pe:fe,m=Math.max(s-K-de,0),h=Math.max(r-G-p,0),g=e.flatMap(e=>e.data.filter(Number.isFinite)),_=g.length?Math.max(...g,0):1,v=n===`bar`?0:Math.min(...g,0),y=_-v||1,b=Math.max(...e.map(e=>e.data.length),0),x=e=>G+(1-(e-v)/y)*h,S=e=>b<=1?K+m/2:K+e/(b-1)*m,C=(0,c.useCallback)(e=>{if(b===0)return;let t=e.currentTarget.getBoundingClientRect(),r=e.clientX-t.left,i=e.clientY-t.top;if(n===`line`){let e=Math.round((r-K)/m*(b-1));f({index:Math.max(0,Math.min(b-1,e)),x:r,y:i})}else{let e=m/b,t=Math.floor((r-K)/e);f({index:Math.max(0,Math.min(b-1,t)),x:r,y:i})}},[n,b,m]),w=(0,c.useCallback)(()=>f(null),[]),T=(0,l.jsx)(`line`,{x1:K,y1:G+h*.5,x2:K+m,y2:G+h*.5,stroke:`var(--chart-midline)`,strokeWidth:`0.5`}),E=(0,l.jsx)(`line`,{x1:K,y1:G+h,x2:K+m,y2:G+h,stroke:`var(--chart-baseline)`,strokeWidth:`1`}),D=d&&n===`bar`?(()=>{let e=m/b;return(0,l.jsx)(`rect`,{x:K+d.index*e,y:G,width:e,height:h,fill:`var(--chart-column-hover)`})})():null,O=()=>e.map((e,t)=>{if(!e.data.length)return null;let n=e.color??W;return(0,l.jsxs)(`g`,{children:[(0,l.jsx)(`polyline`,{points:e.data.map((e,t)=>`${S(t).toFixed(2)},${x(e).toFixed(2)}`).join(` `),fill:`none`,stroke:n,strokeWidth:`1`,strokeLinejoin:`round`,strokeLinecap:`round`}),e.data.map((e,t)=>{let r=d?.index===t?10:5,i=r/2;return(0,l.jsx)(`rect`,{x:S(t)-i,y:x(e)-i,width:r,height:r,fill:n},t)})]},t)}),k=()=>{if(!b)return null;let t=e.length,n=m/b,r=Math.max((n-2*(t+1))/t,2),i=G+h;return e.map((e,t)=>e.data.map((a,o)=>{let s=K+o*n+2+t*(r+2),c=x(a);return(0,l.jsx)(`rect`,{x:s,y:c,width:r,height:Math.max(i-c,0),fill:e.color??`var(--chart-bar)`},`${t}-${o}`)}))},A=()=>{if(!t?.length)return null;let e=G+h+18;return t.map((t,r)=>(0,l.jsx)(`text`,{x:n===`line`?S(r):K+(r+.5)*(m/b),y:e,textAnchor:`middle`,fill:`var(--lv4)`,style:{font:`var(--text-2xs)`},children:t},r))},j=d&&n===`line`?(0,l.jsx)(`line`,{x1:S(d.index),y1:G,x2:S(d.index),y2:G+h,stroke:`var(--chart-crosshair)`,strokeWidth:`1`,strokeDasharray:`3 3`}):null,M=d?(()=>{let n=t?.[d.index]??String(d.index+1),r=Math.min(Math.max(d.x,60),s-60);return(0,l.jsxs)(`div`,{className:U.tooltip,style:d.y<80?{left:r,top:d.y+12,transform:`translate(-50%, 0)`}:{left:r,top:d.y-8,transform:`translate(-50%, -100%)`},children:[(0,l.jsx)(`div`,{className:U.tooltipLabel,children:n}),e.map((e,t)=>(0,l.jsxs)(`div`,{className:U.tooltipRow,children:[(0,l.jsx)(`span`,{className:U.tooltipDot,style:{background:e.color??W}}),(0,l.jsx)(`span`,{className:U.tooltipName,children:e.label}),(0,l.jsx)(`span`,{className:U.tooltipValue,children:me(e.data[d.index]??0)})]},t))]})})():null;return(0,l.jsxs)(`div`,{className:[U.wrapper,a].filter(Boolean).join(` `),children:[(0,l.jsxs)(`div`,{ref:o,className:U.chart,style:{height:r},children:[s>0&&(0,l.jsxs)(`svg`,{width:s,height:r,className:U.svg,onMouseMove:C,onMouseLeave:w,children:[T,E,D,j,n===`line`?O():k(),A()]}),M]}),i&&e.length>1&&(0,l.jsx)(`div`,{className:U.legend,children:e.map((e,t)=>(0,l.jsxs)(`div`,{className:U.legendItem,children:[(0,l.jsx)(`div`,{className:U.legendMark,style:{background:e.color??W}}),(0,l.jsx)(`span`,{className:U.legendLabel,children:e.label})]},t))})]})}var q={wrapper:`_wrapper_17ws4_1`,label:`_label_17ws4_7`,textarea:`_textarea_17ws4_12`,error:`_error_17ws4_48`,errorText:`_errorText_17ws4_56`};function ge({label:e,error:t,className:n=``,isValid:r=!0,id:i,rows:a=4,...o}){let s=c.default.useId(),u=i||s,d=`${u}-error`,f=t||!r;return(0,l.jsxs)(`div`,{className:`${q.wrapper} ${n}`,children:[e&&(0,l.jsxs)(`label`,{htmlFor:u,className:q.label,children:[e,o.required&&(0,l.jsx)(`span`,{"aria-label":`required`,children:` *`})]}),(0,l.jsx)(`textarea`,{id:u,rows:a,className:`${q.textarea} ${f?q.error:``}`,"aria-invalid":f?`true`:`false`,"aria-describedby":t?d:void 0,...o}),t&&(0,l.jsx)(`span`,{id:d,className:q.errorText,role:`alert`,children:t})]})}var J={overlay:`_overlay_xud7c_1`,content:`_content_xud7c_8`,title:`_title_xud7c_26`,description:`_description_xud7c_34`,close:`_close_xud7c_40`,srOnly:`_srOnly_xud7c_62`},_e=({trigger:e,children:t,open:n,onOpenChange:r,title:i,description:a,className:o=``,showClose:s=!0})=>(0,l.jsxs)(h.Root,{open:n,onOpenChange:r,children:[e&&(0,l.jsx)(h.Trigger,{asChild:!0,children:e}),(0,l.jsxs)(h.Portal,{children:[(0,l.jsx)(h.Overlay,{className:J.overlay}),(0,l.jsxs)(h.Content,{className:`${J.content} ${o}`,children:[(0,l.jsx)(h.Title,{className:i?J.title:J.srOnly,children:i||`Dialog`}),a&&(0,l.jsx)(h.Description,{className:J.description,children:a}),s&&(0,l.jsx)(h.Close,{className:J.close,"aria-label":`Close`,children:(0,l.jsx)(u.X_or_error,{size:16,color:`currentColor`})}),t]})]})]}),Y={wrapper:`_wrapper_aimna_1`,label:`_label_aimna_7`,trigger:`_trigger_aimna_12`,error:`_error_aimna_43`,placeholder:`_placeholder_aimna_47`,valueText:`_valueText_aimna_51`,calendar:`_calendar_aimna_55`,header:`_header_aimna_65`,monthLabel:`_monthLabel_aimna_71`,navButton:`_navButton_aimna_77`,weekdays:`_weekdays_aimna_95`,grid:`_grid_aimna_96`,weekday:`_weekday_aimna_95`,day:`_day_aimna_109`,outside:`_outside_aimna_127`,today:`_today_aimna_131`,selected:`_selected_aimna_136`,errorText:`_errorText_aimna_142`},ve=[`Mo`,`Tu`,`We`,`Th`,`Fr`,`Sa`,`Su`],ye=[`January`,`February`,`March`,`April`,`May`,`June`,`July`,`August`,`September`,`October`,`November`,`December`];function be(e){let t=String(e.getMonth()+1).padStart(2,`0`),n=String(e.getDate()).padStart(2,`0`);return`${e.getFullYear()}-${t}-${n}`}function X(e,t){return!!e&&!!t&&e.getFullYear()===t.getFullYear()&&e.getMonth()===t.getMonth()&&e.getDate()===t.getDate()}function xe(e,t){let n=(new Date(e,t,1).getDay()+6)%7,r=[];for(let i=0;i<42;i++)r.push(new Date(e,t,1-n+i));return r}var Se=({value:e,onChange:t,label:n,placeholder:r=`Select a date`,error:i,isValid:a=!0,disabled:o=!1,className:s=``,formatDate:d=be})=>{let f=`${c.default.useId()}-error`,m=!!i||!a,[h,g]=(0,c.useState)(!1),_=new Date,v=e??_,[y,b]=(0,c.useState)(v.getFullYear()),[x,S]=(0,c.useState)(v.getMonth());c.default.useEffect(()=>{h&&e&&(b(e.getFullYear()),S(e.getMonth()))},[h]);let C=()=>{x===0?(S(11),b(y-1)):S(x-1)},w=()=>{x===11?(S(0),b(y+1)):S(x+1)},T=e=>{t?.(e),g(!1)},E=xe(y,x);return(0,l.jsxs)(`div`,{className:`${Y.wrapper} ${s}`,children:[n&&(0,l.jsx)(`span`,{className:Y.label,children:n}),(0,l.jsxs)(p.Root,{open:h,onOpenChange:g,children:[(0,l.jsx)(p.Trigger,{asChild:!0,children:(0,l.jsxs)(`button`,{type:`button`,className:`${Y.trigger} ${m?Y.error:``}`,disabled:o,"aria-invalid":m?`true`:`false`,"aria-describedby":i?f:void 0,children:[(0,l.jsx)(`span`,{className:e?Y.valueText:Y.placeholder,children:e?d(e):r}),(0,l.jsx)(u.Chevron_down,{size:14,color:`currentColor`})]})}),(0,l.jsx)(p.Portal,{children:(0,l.jsxs)(p.Content,{className:Y.calendar,align:`start`,sideOffset:5,children:[(0,l.jsxs)(`div`,{className:Y.header,children:[(0,l.jsx)(`button`,{type:`button`,className:Y.navButton,onClick:C,"aria-label":`Previous month`,children:(0,l.jsx)(u.Chevron_left,{size:14,color:`currentColor`})}),(0,l.jsxs)(`span`,{className:Y.monthLabel,children:[ye[x],` `,y]}),(0,l.jsx)(`button`,{type:`button`,className:Y.navButton,onClick:w,"aria-label":`Next month`,children:(0,l.jsx)(u.Chevron_right,{size:14,color:`currentColor`})})]}),(0,l.jsx)(`div`,{className:Y.weekdays,children:ve.map(e=>(0,l.jsx)(`span`,{className:Y.weekday,children:e},e))}),(0,l.jsx)(`div`,{className:Y.grid,children:E.map(t=>{let n=t.getMonth()!==x,r=X(t,e),i=X(t,_);return(0,l.jsx)(`button`,{type:`button`,className:[Y.day,n?Y.outside:``,r?Y.selected:``,i&&!r?Y.today:``].filter(Boolean).join(` `),onClick:()=>T(t),children:t.getDate()},t.toISOString())})})]})})]}),i&&(0,l.jsx)(`span`,{id:f,className:Y.errorText,role:`alert`,children:i})]})},Z={spinner:`_spinner_wspyi_1`,frame:`_frame_wspyi_8`},Q={accelerate:{viewBox:`0 0 7 5`,delay:50,frames:[`M0 2H1V3H0V2Z`,`M0 2H1V3H0V2Z`,`M0 2H1V3H0V2Z`,`M1 2H2V3H1V2Z M2 2H3V3H2V2Z`,`M1 2H2V3H1V2Z M2 2H3V3H2V2Z`,`M2 2H3V3H2V2Z M3 2H4V3H3V2Z M4 2H5V3H4V2Z`,`M4 2H5V3H4V2Z M5 2H6V3H5V2Z`,`M4 2H5V3H4V2Z M5 2H6V3H5V2Z`,`M6 2H7V3H6V2Z`,`M6 2H7V3H6V2Z`,`M6 2H7V3H6V2Z`,`M6 2H7V3H6V2Z`,`M6 2H7V3H6V2Z`,`M4 2H5V3H4V2Z M5 2H6V3H5V2Z`,`M4 2H5V3H4V2Z M5 2H6V3H5V2Z`,`M2 2H3V3H2V2Z M3 2H4V3H3V2Z M4 2H5V3H4V2Z`,`M1 2H2V3H1V2Z M2 2H3V3H2V2Z`,`M1 2H2V3H1V2Z M2 2H3V3H2V2Z`,`M0 2H1V3H0V2Z`,`M0 2H1V3H0V2Z`]},accordion:{viewBox:`0 0 7 5`,delay:100,frames:[`M0 2H1V3H0V2Z`,`M1 2H2V3H1V2Z`,`M2 2H3V3H2V2Z`,`M3 2H4V3H3V2Z`,`M4 2H5V3H4V2Z`,`M5 2H6V3H5V2Z`,`M6 2H7V3H6V2Z`,`M5 2H6V3H5V2Z`,`M4 2H5V3H4V2Z`,`M3 2H4V3H3V2Z`,`M2 2H3V3H2V2Z`,`M1 2H2V3H1V2Z`]},"circle-open-close":{viewBox:`0 0 7 5`,delay:100,frames:[`M1 0H2V1H1V0Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M1 1H2V2H1V1Z M3 1H4V2H3V1Z M4 1H5V2H4V1Z M5 1H6V2H5V1Z M1 2H2V3H1V2Z M2 2H3V3H2V2Z M3 2H4V3H3V2Z M4 2H5V3H4V2Z M5 2H6V3H5V2Z M1 3H2V4H1V3Z M2 3H3V4H2V3Z M3 3H4V4H3V3Z M4 3H5V4H4V3Z M5 3H6V4H5V3Z M1 4H2V5H1V4Z M2 4H3V5H2V4Z M3 4H4V5H3V4Z M4 4H5V5H4V4Z M5 4H6V5H5V4Z`,`M1 0H2V1H1V0Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M1 1H2V2H1V1Z M4 1H5V2H4V1Z M5 1H6V2H5V1Z M1 2H2V3H1V2Z M2 2H3V3H2V2Z M3 2H4V3H3V2Z M4 2H5V3H4V2Z M5 2H6V3H5V2Z M1 3H2V4H1V3Z M2 3H3V4H2V3Z M3 3H4V4H3V3Z M4 3H5V4H4V3Z M5 3H6V4H5V3Z M1 4H2V5H1V4Z M2 4H3V5H2V4Z M3 4H4V5H3V4Z M4 4H5V5H4V4Z M5 4H6V5H5V4Z`,`M1 0H2V1H1V0Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M1 1H2V2H1V1Z M5 1H6V2H5V1Z M1 2H2V3H1V2Z M2 2H3V3H2V2Z M3 2H4V3H3V2Z M4 2H5V3H4V2Z M5 2H6V3H5V2Z M1 3H2V4H1V3Z M2 3H3V4H2V3Z M3 3H4V4H3V3Z M4 3H5V4H4V3Z M5 3H6V4H5V3Z M1 4H2V5H1V4Z M2 4H3V5H2V4Z M3 4H4V5H3V4Z M4 4H5V5H4V4Z M5 4H6V5H5V4Z`,`M1 0H2V1H1V0Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M1 1H2V2H1V1Z M5 1H6V2H5V1Z M1 2H2V3H1V2Z M2 2H3V3H2V2Z M3 2H4V3H3V2Z M5 2H6V3H5V2Z M1 3H2V4H1V3Z M2 3H3V4H2V3Z M3 3H4V4H3V3Z M4 3H5V4H4V3Z M5 3H6V4H5V3Z M1 4H2V5H1V4Z M2 4H3V5H2V4Z M3 4H4V5H3V4Z M4 4H5V5H4V4Z M5 4H6V5H5V4Z`,`M1 0H2V1H1V0Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M1 1H2V2H1V1Z M5 1H6V2H5V1Z M1 2H2V3H1V2Z M2 2H3V3H2V2Z M3 2H4V3H3V2Z M5 2H6V3H5V2Z M1 3H2V4H1V3Z M2 3H3V4H2V3Z M3 3H4V4H3V3Z M5 3H6V4H5V3Z M1 4H2V5H1V4Z M2 4H3V5H2V4Z M3 4H4V5H3V4Z M4 4H5V5H4V4Z M5 4H6V5H5V4Z`,`M1 0H2V1H1V0Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M1 1H2V2H1V1Z M5 1H6V2H5V1Z M1 2H2V3H1V2Z M2 2H3V3H2V2Z M3 2H4V3H3V2Z M5 2H6V3H5V2Z M1 3H2V4H1V3Z M2 3H3V4H2V3Z M5 3H6V4H5V3Z M1 4H2V5H1V4Z M2 4H3V5H2V4Z M3 4H4V5H3V4Z M4 4H5V5H4V4Z M5 4H6V5H5V4Z`,`M1 0H2V1H1V0Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M1 1H2V2H1V1Z M5 1H6V2H5V1Z M1 2H2V3H1V2Z M2 2H3V3H2V2Z M3 2H4V3H3V2Z M5 2H6V3H5V2Z M1 3H2V4H1V3Z M5 3H6V4H5V3Z M1 4H2V5H1V4Z M2 4H3V5H2V4Z M3 4H4V5H3V4Z M4 4H5V5H4V4Z M5 4H6V5H5V4Z`,`M1 0H2V1H1V0Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M1 1H2V2H1V1Z M5 1H6V2H5V1Z M1 2H2V3H1V2Z M3 2H4V3H3V2Z M5 2H6V3H5V2Z M1 3H2V4H1V3Z M5 3H6V4H5V3Z M1 4H2V5H1V4Z M2 4H3V5H2V4Z M3 4H4V5H3V4Z M4 4H5V5H4V4Z M5 4H6V5H5V4Z`,`M1 0H2V1H1V0Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M1 1H2V2H1V1Z M5 1H6V2H5V1Z M1 2H2V3H1V2Z M3 2H4V3H3V2Z M2 1H3V2H2V1Z M5 2H6V3H5V2Z M1 3H2V4H1V3Z M5 3H6V4H5V3Z M1 4H2V5H1V4Z M2 4H3V5H2V4Z M3 4H4V5H3V4Z M4 4H5V5H4V4Z M5 4H6V5H5V4Z`,`M1 0H2V1H1V0Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M1 1H2V2H1V1Z M5 1H6V2H5V1Z M1 2H2V3H1V2Z M3 2H4V3H3V2Z M2 1H3V2H2V1Z M3 1H4V2H3V1Z M5 2H6V3H5V2Z M1 3H2V4H1V3Z M5 3H6V4H5V3Z M1 4H2V5H1V4Z M2 4H3V5H2V4Z M3 4H4V5H3V4Z M4 4H5V5H4V4Z M5 4H6V5H5V4Z`,`M1 0H2V1H1V0Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M1 1H2V2H1V1Z M5 1H6V2H5V1Z M1 2H2V3H1V2Z M3 2H4V3H3V2Z M2 1H3V2H2V1Z M3 1H4V2H3V1Z M4 1H5V2H4V1Z M5 2H6V3H5V2Z M1 3H2V4H1V3Z M5 3H6V4H5V3Z M1 4H2V5H1V4Z M2 4H3V5H2V4Z M3 4H4V5H3V4Z M4 4H5V5H4V4Z M5 4H6V5H5V4Z`,`M1 0H2V1H1V0Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M1 1H2V2H1V1Z M5 1H6V2H5V1Z M1 2H2V3H1V2Z M3 2H4V3H3V2Z M2 1H3V2H2V1Z M3 1H4V2H3V1Z M4 1H5V2H4V1Z M4 2H5V3H4V2Z M5 2H6V3H5V2Z M1 3H2V4H1V3Z M5 3H6V4H5V3Z M1 4H2V5H1V4Z M2 4H3V5H2V4Z M3 4H4V5H3V4Z M4 4H5V5H4V4Z M5 4H6V5H5V4Z`,`M1 0H2V1H1V0Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M1 1H2V2H1V1Z M5 1H6V2H5V1Z M1 2H2V3H1V2Z M3 2H4V3H3V2Z M2 1H3V2H2V1Z M3 1H4V2H3V1Z M4 1H5V2H4V1Z M4 2H5V3H4V2Z M4 3H5V4H4V3Z M5 2H6V3H5V2Z M1 3H2V4H1V3Z M5 3H6V4H5V3Z M1 4H2V5H1V4Z M2 4H3V5H2V4Z M3 4H4V5H3V4Z M4 4H5V5H4V4Z M5 4H6V5H5V4Z`,`M1 0H2V1H1V0Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M1 1H2V2H1V1Z M5 1H6V2H5V1Z M1 2H2V3H1V2Z M3 2H4V3H3V2Z M2 1H3V2H2V1Z M3 1H4V2H3V1Z M4 1H5V2H4V1Z M4 2H5V3H4V2Z M4 3H5V4H4V3Z M3 3H4V4H3V3Z M5 2H6V3H5V2Z M1 3H2V4H1V3Z M5 3H6V4H5V3Z M1 4H2V5H1V4Z M2 4H3V5H2V4Z M3 4H4V5H3V4Z M4 4H5V5H4V4Z M5 4H6V5H5V4Z`,`M1 0H2V1H1V0Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M1 1H2V2H1V1Z M5 1H6V2H5V1Z M1 2H2V3H1V2Z M3 2H4V3H3V2Z M2 1H3V2H2V1Z M3 1H4V2H3V1Z M4 1H5V2H4V1Z M4 2H5V3H4V2Z M4 3H5V4H4V3Z M3 3H4V4H3V3Z M2 3H3V4H2V3Z M5 2H6V3H5V2Z M1 3H2V4H1V3Z M5 3H6V4H5V3Z M1 4H2V5H1V4Z M2 4H3V5H2V4Z M3 4H4V5H3V4Z M4 4H5V5H4V4Z M5 4H6V5H5V4Z`,`M1 0H2V1H1V0Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M1 1H2V2H1V1Z M5 1H6V2H5V1Z M1 2H2V3H1V2Z M3 2H4V3H3V2Z M2 1H3V2H2V1Z M3 1H4V2H3V1Z M4 1H5V2H4V1Z M4 2H5V3H4V2Z M4 3H5V4H4V3Z M3 3H4V4H3V3Z M2 3H3V4H2V3Z M2 2H3V3H2V2Z M5 2H6V3H5V2Z M1 3H2V4H1V3Z M5 3H6V4H5V3Z M1 4H2V5H1V4Z M2 4H3V5H2V4Z M3 4H4V5H3V4Z M4 4H5V5H4V4Z M5 4H6V5H5V4Z`]},"circle-rotate":{viewBox:`0 0 7 5`,delay:100,frames:[`M1 0H2V1H1V0Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M1 1H2V2H1V1Z M3 1H4V2H3V1Z M4 1H5V2H4V1Z M5 1H6V2H5V1Z M1 2H2V3H1V2Z M2 2H3V3H2V2Z M3 2H4V3H3V2Z M4 2H5V3H4V2Z M5 2H6V3H5V2Z M1 3H2V4H1V3Z M2 3H3V4H2V3Z M3 3H4V4H3V3Z M4 3H5V4H4V3Z M5 3H6V4H5V3Z M1 4H2V5H1V4Z M2 4H3V5H2V4Z M3 4H4V5H3V4Z M4 4H5V5H4V4Z M5 4H6V5H5V4Z`,`M1 0H2V1H1V0Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M1 1H2V2H1V1Z M2 1H3V2H2V1Z M4 1H5V2H4V1Z M5 1H6V2H5V1Z M1 2H2V3H1V2Z M2 2H3V3H2V2Z M3 2H4V3H3V2Z M4 2H5V3H4V2Z M5 2H6V3H5V2Z M1 3H2V4H1V3Z M2 3H3V4H2V3Z M3 3H4V4H3V3Z M4 3H5V4H4V3Z M5 3H6V4H5V3Z M1 4H2V5H1V4Z M2 4H3V5H2V4Z M3 4H4V5H3V4Z M4 4H5V5H4V4Z M5 4H6V5H5V4Z`,`M1 0H2V1H1V0Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M1 1H2V2H1V1Z M2 1H3V2H2V1Z M3 1H4V2H3V1Z M5 1H6V2H5V1Z M1 2H2V3H1V2Z M2 2H3V3H2V2Z M3 2H4V3H3V2Z M4 2H5V3H4V2Z M5 2H6V3H5V2Z M1 3H2V4H1V3Z M2 3H3V4H2V3Z M3 3H4V4H3V3Z M4 3H5V4H4V3Z M5 3H6V4H5V3Z M1 4H2V5H1V4Z M2 4H3V5H2V4Z M3 4H4V5H3V4Z M4 4H5V5H4V4Z M5 4H6V5H5V4Z`,`M1 0H2V1H1V0Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M1 1H2V2H1V1Z M2 1H3V2H2V1Z M3 1H4V2H3V1Z M5 1H6V2H5V1Z M1 2H2V3H1V2Z M2 2H3V3H2V2Z M3 2H4V3H3V2Z M4 1H5V2H4V1Z M5 2H6V3H5V2Z M1 3H2V4H1V3Z M2 3H3V4H2V3Z M3 3H4V4H3V3Z M4 3H5V4H4V3Z M5 3H6V4H5V3Z M1 4H2V5H1V4Z M2 4H3V5H2V4Z M3 4H4V5H3V4Z M4 4H5V5H4V4Z M5 4H6V5H5V4Z`,`M1 0H2V1H1V0Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M1 1H2V2H1V1Z M2 1H3V2H2V1Z M3 1H4V2H3V1Z M5 1H6V2H5V1Z M1 2H2V3H1V2Z M2 2H3V3H2V2Z M3 2H4V3H3V2Z M4 1H5V2H4V1Z M5 2H6V3H5V2Z M1 3H2V4H1V3Z M2 3H3V4H2V3Z M3 3H4V4H3V3Z M4 2H5V3H4V2Z M5 3H6V4H5V3Z M1 4H2V5H1V4Z M2 4H3V5H2V4Z M3 4H4V5H3V4Z M4 4H5V5H4V4Z M5 4H6V5H5V4Z`,`M1 0H2V1H1V0Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M1 1H2V2H1V1Z M2 1H3V2H2V1Z M3 1H4V2H3V1Z M5 1H6V2H5V1Z M1 2H2V3H1V2Z M2 2H3V3H2V2Z M3 2H4V3H3V2Z M4 1H5V2H4V1Z M5 2H6V3H5V2Z M1 3H2V4H1V3Z M2 3H3V4H2V3Z M4 3H5V4H4V3Z M4 2H5V3H4V2Z M5 3H6V4H5V3Z M1 4H2V5H1V4Z M2 4H3V5H2V4Z M3 4H4V5H3V4Z M4 4H5V5H4V4Z M5 4H6V5H5V4Z`,`M1 0H2V1H1V0Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M1 1H2V2H1V1Z M2 1H3V2H2V1Z M3 1H4V2H3V1Z M5 1H6V2H5V1Z M1 2H2V3H1V2Z M2 2H3V3H2V2Z M3 2H4V3H3V2Z M4 1H5V2H4V1Z M5 2H6V3H5V2Z M1 3H2V4H1V3Z M3 3H4V4H3V3Z M4 3H5V4H4V3Z M4 2H5V3H4V2Z M5 3H6V4H5V3Z M1 4H2V5H1V4Z M2 4H3V5H2V4Z M3 4H4V5H3V4Z M4 4H5V5H4V4Z M5 4H6V5H5V4Z`,`M1 0H2V1H1V0Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M1 1H2V2H1V1Z M2 1H3V2H2V1Z M3 1H4V2H3V1Z M5 1H6V2H5V1Z M1 2H2V3H1V2Z M2 3H3V4H2V3Z M3 2H4V3H3V2Z M4 1H5V2H4V1Z M5 2H6V3H5V2Z M1 3H2V4H1V3Z M3 3H4V4H3V3Z M4 3H5V4H4V3Z M4 2H5V3H4V2Z M5 3H6V4H5V3Z M1 4H2V5H1V4Z M2 4H3V5H2V4Z M3 4H4V5H3V4Z M4 4H5V5H4V4Z M5 4H6V5H5V4Z`]},clock:{viewBox:`0 0 7 5`,delay:250,frames:[`M3 2H4V3H3V2Z M3 1H4V2H3V1Z M5 1H6V2H5V1Z M5 2H6V3H5V2Z M5 3H6V4H5V3Z M4 4H5V5H4V4Z M3 4H4V5H3V4Z M3 4H4V5H3V4Z M2 4H3V5H2V4Z M2 0H3V1H2V0Z M1 1H2V2H1V1Z M1 2H2V3H1V2Z M1 3H2V4H1V3Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z`,`M3 2H4V3H3V2Z M4 2H5V3H4V2Z M3 1H4V2H3V1Z M5 1H6V2H5V1Z M5 2H6V3H5V2Z M5 3H6V4H5V3Z M4 4H5V5H4V4Z M3 4H4V5H3V4Z M3 4H4V5H3V4Z M2 4H3V5H2V4Z M2 0H3V1H2V0Z M1 1H2V2H1V1Z M1 2H2V3H1V2Z M1 3H2V4H1V3Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z`,`M3 2H4V3H3V2Z M3 3H4V4H3V3Z M3 1H4V2H3V1Z M5 1H6V2H5V1Z M5 2H6V3H5V2Z M5 3H6V4H5V3Z M4 4H5V5H4V4Z M3 4H4V5H3V4Z M3 4H4V5H3V4Z M2 4H3V5H2V4Z M2 0H3V1H2V0Z M1 1H2V2H1V1Z M1 2H2V3H1V2Z M1 3H2V4H1V3Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z`,`M3 2H4V3H3V2Z M2 2H3V3H2V2Z M3 1H4V2H3V1Z M5 1H6V2H5V1Z M5 2H6V3H5V2Z M5 3H6V4H5V3Z M4 4H5V5H4V4Z M3 4H4V5H3V4Z M3 4H4V5H3V4Z M2 4H3V5H2V4Z M2 0H3V1H2V0Z M1 1H2V2H1V1Z M1 2H2V3H1V2Z M1 3H2V4H1V3Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z`]},coffee:{viewBox:`0 0 7 5`,delay:250,frames:[`M5 4H6V5H5V4Z M4 4H5V5H4V4Z M3 4H4V5H3V4Z M2 3H3V4H2V3Z M0 1H1V2H0V1Z M1 1H2V2H1V1Z M0 2H1V3H0V2Z M2 1H3V2H2V1Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M5 0H6V1H5V0Z M4 0H5V1H4V0Z M6 0H7V1H6V0Z M2 2H3V3H2V2Z M6 3H7V4H6V3Z M6 2H7V3H6V2Z M6 1H7V2H6V1Z`,`M5 4H6V5H5V4Z M4 4H5V5H4V4Z M3 4H4V5H3V4Z M3 3H6V4H3V3Z M2 3H3V4H2V3Z M0 1H1V2H0V1Z M1 1H2V2H1V1Z M0 2H1V3H0V2Z M2 1H3V2H2V1Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M5 0H6V1H5V0Z M4 0H5V1H4V0Z M6 0H7V1H6V0Z M2 2H3V3H2V2Z M6 3H7V4H6V3Z M6 2H7V3H6V2Z M6 1H7V2H6V1Z`,`M5 4H6V5H5V4Z M4 4H5V5H4V4Z M3 4H4V5H3V4Z M3 2H6V4H3V2Z M2 3H3V4H2V3Z M0 1H1V2H0V1Z M1 1H2V2H1V1Z M0 2H1V3H0V2Z M2 1H3V2H2V1Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M5 0H6V1H5V0Z M4 0H5V1H4V0Z M6 0H7V1H6V0Z M2 2H3V3H2V2Z M6 3H7V4H6V3Z M6 2H7V3H6V2Z M6 1H7V2H6V1Z`,`M5 4H6V5H5V4Z M4 4H5V5H4V4Z M3 4H4V5H3V4Z M3 1H6V4H3V1Z M2 3H3V4H2V3Z M0 1H1V2H0V1Z M1 1H2V2H1V1Z M0 2H1V3H0V2Z M2 1H3V2H2V1Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M5 0H6V1H5V0Z M4 0H5V1H4V0Z M6 0H7V1H6V0Z M2 2H3V3H2V2Z M6 3H7V4H6V3Z M6 2H7V3H6V2Z M6 1H7V2H6V1Z`,`M5 4H6V5H5V4Z M4 4H5V5H4V4Z M3 4H4V5H3V4Z M3 2H6V4H3V2Z M2 3H3V4H2V3Z M0 1H1V2H0V1Z M1 1H2V2H1V1Z M0 2H1V3H0V2Z M2 1H3V2H2V1Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M5 0H6V1H5V0Z M4 0H5V1H4V0Z M6 0H7V1H6V0Z M2 2H3V3H2V2Z M6 3H7V4H6V3Z M6 2H7V3H6V2Z M6 1H7V2H6V1Z`,`M5 4H6V5H5V4Z M4 4H5V5H4V4Z M3 4H4V5H3V4Z M3 3H6V4H3V3Z M2 3H3V4H2V3Z M0 1H1V2H0V1Z M1 1H2V2H1V1Z M0 2H1V3H0V2Z M2 1H3V2H2V1Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M5 0H6V1H5V0Z M4 0H5V1H4V0Z M6 0H7V1H6V0Z M2 2H3V3H2V2Z M6 3H7V4H6V3Z M6 2H7V3H6V2Z M6 1H7V2H6V1Z`]},grow:{viewBox:`0 0 7 5`,delay:250,frames:[`M3 2H4V3H3V2Z`,`M4 5H3V4H4V5ZM2 3H1L1 2L2 2L2 3ZM4 3H3V2L4 2V3ZM6 3H5V2L6 2V3ZM4 1L3 1V0L4 0V1Z`,`M2 5H1L1 4H2L2 5ZM4 5H3V4H4V5ZM6 5H5V4H6V5ZM2 3H1L1 2L2 2L2 3ZM4 3H3V2L4 2V3ZM6 3H5V2L6 2V3ZM2 1L1 1L1 0L2 0V1ZM4 1L3 1V0L4 0V1ZM6 1L5 1V0L6 0V1Z`,`M1 0H6V5H1V0Z`,`M2 5H1L1 4H2L2 5ZM4 5H3V4H4V5ZM6 5H5V4H6V5ZM2 3H1L1 2L2 2L2 3ZM4 3H3V2L4 2V3ZM6 3H5V2L6 2V3ZM2 1L1 1L1 0L2 0V1ZM4 1L3 1V0L4 0V1ZM6 1L5 1V0L6 0V1Z`,`M4 5H3V4H4V5ZM2 3H1L1 2L2 2L2 3ZM4 3H3V2L4 2V3ZM6 3H5V2L6 2V3ZM4 1L3 1V0L4 0V1Z`]},hourglass:{viewBox:`0 0 7 5`,delay:500,frames:[`M4 1H5V2H4V1Z M5 0H6V1H5V0Z M1 0H2V1H1V0Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M2 1H3V2H2V1Z M3 2H4V3H3V2Z M4 3H5V4H4V3Z M5 4H6V5H5V4Z M2 3H3V4H2V3Z M1 4H2V5H1V4Z M2 4H3V5H2V4Z M3 4H4V5H3V4Z M3 3H4V4H3V3Z M4 4H5V5H4V4Z M5 4H6V5H5V4Z`,`M4 1H5V2H4V1Z M5 0H6V1H5V0Z M1 0H2V1H1V0Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M2 1H3V2H2V1Z M3 2H4V3H3V2Z M4 3H5V4H4V3Z M5 4H6V5H5V4Z M2 3H3V4H2V3Z M1 4H2V5H1V4Z M2 4H3V5H2V4Z M3 4H4V5H3V4Z M3 2H4V3H3V2Z M4 4H5V5H4V4Z M5 4H6V5H5V4Z M3 1H4V2H3V1Z M3 3H4V4H3V3Z`,`M4 1H5V2H4V1Z M5 0H6V1H5V0Z M1 0H2V1H1V0Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M2 1H3V2H2V1Z M3 2H4V3H3V2Z M4 3H5V4H4V3Z M5 4H6V5H5V4Z M2 3H3V4H2V3Z M1 4H2V5H1V4Z M2 4H3V5H2V4Z M3 4H4V5H3V4Z M3 1H4V2H3V1Z M4 4H5V5H4V4Z M5 4H6V5H5V4Z`,`M3 3L3 4L2 4L2 5L1 5L1 -2.18557e-07L2 -1.74846e-07L2 1L3 1L3 2L4 2L4 3L3 3ZM5 5L5 4L4 4L4 3L5 3L5 2L4 2L4 1L5 1L5 -4.37114e-08L6 0L6 5L5 5Z`]},loop:{viewBox:`0 0 7 5`,delay:100,frames:`M3 0H4V1H3V0Z M2 1H3V2H2V1Z M2 2H3V3H2V2Z M4 1H5V2H4V1Z M4 2H5V3H4V2Z M3 3H4V4H3V3Z M5 4H6V5H5V4Z M6 3H7V4H6V3Z M6 2H7V3H6V2Z M1 4H2V5H1V4Z M2 4H3V5H2V4Z M4 4H5V5H4V4Z M0 3H1V4H0V3Z.M3 0H4V1H3V0Z M2 1H3V2H2V1Z M2 2H3V3H2V2Z M4 1H5V2H4V1Z M4 2H5V3H4V2Z M3 3H4V4H3V3Z M5 4H6V5H5V4Z M6 3H7V4H6V3Z M6 2H7V3H6V2Z M1 4H2V5H1V4Z M2 4H3V5H2V4Z M4 4H5V5H4V4Z M0 2H1V3H0V2Z.M3 0H4V1H3V0Z M2 1H3V2H2V1Z M2 2H3V3H2V2Z M4 1H5V2H4V1Z M4 2H5V3H4V2Z M3 3H4V4H3V3Z M5 4H6V5H5V4Z M6 3H7V4H6V3Z M6 2H7V3H6V2Z M0 3H1V4H0V3Z M2 4H3V5H2V4Z M4 4H5V5H4V4Z M0 2H1V3H0V2Z.M3 0H4V1H3V0Z M2 1H3V2H2V1Z M2 2H3V3H2V2Z M4 1H5V2H4V1Z M4 2H5V3H4V2Z M3 3H4V4H3V3Z M5 4H6V5H5V4Z M6 3H7V4H6V3Z M6 2H7V3H6V2Z M0 3H1V4H0V3Z M1 4H2V5H1V4Z M4 4H5V5H4V4Z M0 2H1V3H0V2Z.M3 0H4V1H3V0Z M2 1H3V2H2V1Z M2 2H3V3H2V2Z M4 1H5V2H4V1Z M4 2H5V3H4V2Z M2 4H3V5H2V4Z M5 4H6V5H5V4Z M6 3H7V4H6V3Z M6 2H7V3H6V2Z M0 3H1V4H0V3Z M1 4H2V5H1V4Z M4 4H5V5H4V4Z M0 2H1V3H0V2Z.M3 0H4V1H3V0Z M2 1H3V2H2V1Z M2 2H3V3H2V2Z M4 1H5V2H4V1Z M3 3H4V4H3V3Z M2 4H3V5H2V4Z M5 4H6V5H5V4Z M6 3H7V4H6V3Z M6 2H7V3H6V2Z M0 3H1V4H0V3Z M1 4H2V5H1V4Z M4 4H5V5H4V4Z M0 2H1V3H0V2Z.M3 0H4V1H3V0Z M2 1H3V2H2V1Z M2 2H3V3H2V2Z M4 2H5V3H4V2Z M3 3H4V4H3V3Z M2 4H3V5H2V4Z M5 4H6V5H5V4Z M6 3H7V4H6V3Z M6 2H7V3H6V2Z M0 3H1V4H0V3Z M1 4H2V5H1V4Z M4 4H5V5H4V4Z M0 2H1V3H0V2Z.M4 1H5V2H4V1Z M2 1H3V2H2V1Z M2 2H3V3H2V2Z M4 2H5V3H4V2Z M3 3H4V4H3V3Z M2 4H3V5H2V4Z M5 4H6V5H5V4Z M6 3H7V4H6V3Z M6 2H7V3H6V2Z M0 3H1V4H0V3Z M1 4H2V5H1V4Z M4 4H5V5H4V4Z M0 2H1V3H0V2Z.M4 1H5V2H4V1Z M3 0H4V1H3V0Z M2 2H3V3H2V2Z M4 2H5V3H4V2Z M3 3H4V4H3V3Z M2 4H3V5H2V4Z M5 4H6V5H5V4Z M6 3H7V4H6V3Z M6 2H7V3H6V2Z M0 3H1V4H0V3Z M1 4H2V5H1V4Z M4 4H5V5H4V4Z M0 2H1V3H0V2Z.M4 1H5V2H4V1Z M3 0H4V1H3V0Z M2 1H3V2H2V1Z M4 2H5V3H4V2Z M3 3H4V4H3V3Z M2 4H3V5H2V4Z M5 4H6V5H5V4Z M6 3H7V4H6V3Z M6 2H7V3H6V2Z M0 3H1V4H0V3Z M1 4H2V5H1V4Z M4 4H5V5H4V4Z M0 2H1V3H0V2Z.M4 1H5V2H4V1Z M3 0H4V1H3V0Z M2 1H3V2H2V1Z M4 2H5V3H4V2Z M2 2H3V3H2V2Z M2 4H3V5H2V4Z M5 4H6V5H5V4Z M6 3H7V4H6V3Z M6 2H7V3H6V2Z M0 3H1V4H0V3Z M1 4H2V5H1V4Z M4 4H5V5H4V4Z M0 2H1V3H0V2Z.M4 1H5V2H4V1Z M3 0H4V1H3V0Z M2 1H3V2H2V1Z M4 2H5V3H4V2Z M2 2H3V3H2V2Z M2 4H3V5H2V4Z M5 4H6V5H5V4Z M6 3H7V4H6V3Z M6 2H7V3H6V2Z M0 3H1V4H0V3Z M1 4H2V5H1V4Z M3 3H4V4H3V3Z M0 2H1V3H0V2Z.M4 1H5V2H4V1Z M3 0H4V1H3V0Z M2 1H3V2H2V1Z M4 2H5V3H4V2Z M2 2H3V3H2V2Z M2 4H3V5H2V4Z M4 4H5V5H4V4Z M6 3H7V4H6V3Z M6 2H7V3H6V2Z M0 3H1V4H0V3Z M1 4H2V5H1V4Z M3 3H4V4H3V3Z M0 2H1V3H0V2Z.M4 1H5V2H4V1Z M3 0H4V1H3V0Z M2 1H3V2H2V1Z M4 2H5V3H4V2Z M2 2H3V3H2V2Z M2 4H3V5H2V4Z M4 4H5V5H4V4Z M5 4H6V5H5V4Z M6 2H7V3H6V2Z M0 3H1V4H0V3Z M1 4H2V5H1V4Z M3 3H4V4H3V3Z M0 2H1V3H0V2Z.M4 1H5V2H4V1Z M3 0H4V1H3V0Z M2 1H3V2H2V1Z M4 2H5V3H4V2Z M2 2H3V3H2V2Z M2 4H3V5H2V4Z M4 4H5V5H4V4Z M5 4H6V5H5V4Z M6 3H7V4H6V3Z M0 3H1V4H0V3Z M1 4H2V5H1V4Z M3 3H4V4H3V3Z M0 2H1V3H0V2Z.M4 1H5V2H4V1Z M3 0H4V1H3V0Z M2 1H3V2H2V1Z M4 2H5V3H4V2Z M2 2H3V3H2V2Z M2 4H3V5H2V4Z M4 4H5V5H4V4Z M5 4H6V5H5V4Z M6 2H7V3H6V2Z M0 3H1V4H0V3Z M1 4H2V5H1V4Z M3 3H4V4H3V3Z M0 2H1V3H0V2Z.M4 1H5V2H4V1Z M3 0H4V1H3V0Z M2 1H3V2H2V1Z M4 2H5V3H4V2Z M2 2H3V3H2V2Z M2 4H3V5H2V4Z M4 4H5V5H4V4Z M6 3H7V4H6V3Z M6 2H7V3H6V2Z M0 3H1V4H0V3Z M1 4H2V5H1V4Z M3 3H4V4H3V3Z M0 2H1V3H0V2Z.M4 1H5V2H4V1Z M3 0H4V1H3V0Z M2 1H3V2H2V1Z M4 2H5V3H4V2Z M2 2H3V3H2V2Z M2 4H3V5H2V4Z M5 4H6V5H5V4Z M6 3H7V4H6V3Z M6 2H7V3H6V2Z M0 3H1V4H0V3Z M1 4H2V5H1V4Z M3 3H4V4H3V3Z M0 2H1V3H0V2Z.M4 1H5V2H4V1Z M3 0H4V1H3V0Z M2 1H3V2H2V1Z M4 2H5V3H4V2Z M2 2H3V3H2V2Z M2 4H3V5H2V4Z M5 4H6V5H5V4Z M6 3H7V4H6V3Z M6 2H7V3H6V2Z M0 3H1V4H0V3Z M1 4H2V5H1V4Z M4 4H5V5H4V4Z M0 2H1V3H0V2Z.M4 1H5V2H4V1Z M3 0H4V1H3V0Z M2 1H3V2H2V1Z M4 2H5V3H4V2Z M3 3H4V4H3V3Z M2 4H3V5H2V4Z M5 4H6V5H5V4Z M6 3H7V4H6V3Z M6 2H7V3H6V2Z M0 3H1V4H0V3Z M1 4H2V5H1V4Z M4 4H5V5H4V4Z M0 2H1V3H0V2Z.M4 1H5V2H4V1Z M3 0H4V1H3V0Z M2 2H3V3H2V2Z M4 2H5V3H4V2Z M3 3H4V4H3V3Z M2 4H3V5H2V4Z M5 4H6V5H5V4Z M6 3H7V4H6V3Z M6 2H7V3H6V2Z M0 3H1V4H0V3Z M1 4H2V5H1V4Z M4 4H5V5H4V4Z M0 2H1V3H0V2Z.M4 1H5V2H4V1Z M2 1H3V2H2V1Z M2 2H3V3H2V2Z M4 2H5V3H4V2Z M3 3H4V4H3V3Z M2 4H3V5H2V4Z M5 4H6V5H5V4Z M6 3H7V4H6V3Z M6 2H7V3H6V2Z M0 3H1V4H0V3Z M1 4H2V5H1V4Z M4 4H5V5H4V4Z M0 2H1V3H0V2Z.M3 0H4V1H3V0Z M2 1H3V2H2V1Z M2 2H3V3H2V2Z M4 2H5V3H4V2Z M3 3H4V4H3V3Z M2 4H3V5H2V4Z M5 4H6V5H5V4Z M6 3H7V4H6V3Z M6 2H7V3H6V2Z M0 3H1V4H0V3Z M1 4H2V5H1V4Z M4 4H5V5H4V4Z M0 2H1V3H0V2Z.M3 0H4V1H3V0Z M2 1H3V2H2V1Z M2 2H3V3H2V2Z M4 1H5V2H4V1Z M3 3H4V4H3V3Z M2 4H3V5H2V4Z M5 4H6V5H5V4Z M6 3H7V4H6V3Z M6 2H7V3H6V2Z M0 3H1V4H0V3Z M1 4H2V5H1V4Z M4 4H5V5H4V4Z M0 2H1V3H0V2Z.M3 0H4V1H3V0Z M2 1H3V2H2V1Z M2 2H3V3H2V2Z M4 1H5V2H4V1Z M4 2H5V3H4V2Z M2 4H3V5H2V4Z M5 4H6V5H5V4Z M6 3H7V4H6V3Z M6 2H7V3H6V2Z M0 3H1V4H0V3Z M1 4H2V5H1V4Z M4 4H5V5H4V4Z M0 2H1V3H0V2Z.M3 0H4V1H3V0Z M2 1H3V2H2V1Z M2 2H3V3H2V2Z M4 1H5V2H4V1Z M4 2H5V3H4V2Z M3 3H4V4H3V3Z M5 4H6V5H5V4Z M6 3H7V4H6V3Z M6 2H7V3H6V2Z M0 3H1V4H0V3Z M1 4H2V5H1V4Z M4 4H5V5H4V4Z M0 2H1V3H0V2Z.M3 0H4V1H3V0Z M2 1H3V2H2V1Z M2 2H3V3H2V2Z M4 1H5V2H4V1Z M4 2H5V3H4V2Z M3 3H4V4H3V3Z M5 4H6V5H5V4Z M6 3H7V4H6V3Z M6 2H7V3H6V2Z M0 3H1V4H0V3Z M2 4H3V5H2V4Z M4 4H5V5H4V4Z M0 2H1V3H0V2Z.M3 0H4V1H3V0Z M2 1H3V2H2V1Z M2 2H3V3H2V2Z M4 1H5V2H4V1Z M4 2H5V3H4V2Z M3 3H4V4H3V3Z M5 4H6V5H5V4Z M6 3H7V4H6V3Z M6 2H7V3H6V2Z M1 4H2V5H1V4Z M2 4H3V5H2V4Z M4 4H5V5H4V4Z M0 2H1V3H0V2Z`.split(`.`)},pacman:{viewBox:`0 0 7 5`,delay:250,frames:[`M1 1H2V2H1V1Z M2 1H3V2H2V1Z M2 0H3V1H2V0Z M5 2H6V3H5V2Z M3 1H4V2H3V1Z M4 0H5V1H4V0Z M3 0H4V1H3V0Z M1 2H2V3H1V2Z M2 2H3V3H2V2Z M1 3H2V4H1V3Z M2 3H3V4H2V3Z M2 4H3V5H2V4Z M3 4H4V5H3V4Z M4 4H5V5H4V4Z M3 3H4V4H3V3Z`,`M0 1H1V2H0V1Z M1 1H2V2H1V1Z M2 1H3V2H2V1Z M1 0H2V1H1V0Z M2 0H3V1H2V0Z M2 2H3V3H2V2Z M3 1H4V2H3V1Z M4 1H5V2H4V1Z M3 0H4V1H3V0Z M0 2H1V3H0V2Z M1 2H2V3H1V2Z M0 3H1V4H0V3Z M1 3H2V4H1V3Z M2 3H3V4H2V3Z M1 4H2V5H1V4Z M2 4H3V5H2V4Z M3 4H4V5H3V4Z M4 3H5V4H4V3Z M3 3H4V4H3V3Z M6 2H7V3H6V2Z`]},pong:{viewBox:`0 0 7 5`,delay:250,frames:[`M0 2H1V3H0V2Z M6 4H7V5H6V4Z M0 1H1V2H0V1Z M6 3H7V4H6V3Z M1 2H2V3H1V2Z M0 0H1V1H0V0Z M6 2H7V3H6V2Z`,`M0 3H1V4H0V3Z M6 3H7V4H6V3Z M0 2H1V3H0V2Z M6 2H7V3H6V2Z M3 2H4V3H3V2Z M0 1H1V2H0V1Z M6 1H7V2H6V1Z`,`M0 4H1V5H0V4Z M6 2H7V3H6V2Z M0 3H1V4H0V3Z M6 1H7V2H6V1Z M5 2H6V3H5V2Z M0 2H1V3H0V2Z M6 0H7V1H6V0Z`,`M0 3H1V4H0V3Z M6 3H7V4H6V3Z M0 2H1V3H0V2Z M6 2H7V3H6V2Z M3 2H4V3H3V2Z M0 1H1V2H0V1Z M6 1H7V2H6V1Z`]},pulse:{viewBox:`0 0 7 5`,delay:250,frames:[`M3 2H4V3H3V2Z`,`M2 2H3V3H2V2Z M3 1H4V2H3V1Z M4 2H5V3H4V2Z M3 3H4V4H3V3Z`,`M1 1H2V2H1V1Z M1 2H2V3H1V2Z M1 3H2V4H1V3Z M2 4H3V5H2V4Z M3 4H4V5H3V4Z M4 4H5V5H4V4Z M5 3H6V4H5V3Z M5 2H6V3H5V2Z M5 1H6V2H5V1Z M4 0H5V1H4V0Z M3 0H4V1H3V0Z M2 0H3V1H2V0Z`]},rotate:{viewBox:`0 0 7 5`,delay:250,frames:[`M1 0H2V1H1V0Z`,`M5 0H6V1H5V0Z`,`M5 4H6V5H5V4Z`,`M1 4H2V5H1V4Z`]},rowing:{viewBox:`0 0 7 5`,delay:250,frames:[`M4 2H7V5H1V4H2V3H1V4H0V2H3V1H4V2ZM5 1H4V0H5V1ZM3 4H6V3H3V4Z`,`M4 2H7V5H1V4H3V3H1V4H0V2H3V1H4V2ZM4 4H6V3H4V4ZM3 1H2V0H3V1Z`,`M4 2H7V5H1V4H4V3H1V4H0V2H3V1H4V2ZM5 4H6V3H5V4ZM3 1H2V0H3V1Z`,`M4 2H7V5H1V4H6V3H1V4H0V2H3V0H4V2Z`]},sliders:{viewBox:`0 0 7 5`,delay:250,frames:[`M0 0H1V1H0V0Z M4 3H5V4H4V3Z M0 2H1V3H0V2Z M4 1H5V2H4V1Z M2 2H3V3H2V2Z M6 1H7V2H6V1Z M2 0H3V1H2V0Z M6 3H7V4H6V3Z M1 0H2V1H1V0Z M5 3H6V4H5V3Z M2 1H3V2H2V1Z M6 2H7V3H6V2Z M1 2H2V3H1V2Z M5 1H6V2H5V1Z M1 3H2V4H1V3Z M1 4H2V5H1V4Z M5 0H6V1H5V0Z M5 4H6V5H5V4Z M0 1H1V2H0V1Z M4 2H5V3H4V2Z`,`M0 1H1V2H0V1Z M4 2H5V3H4V2Z M0 3H1V4H0V3Z M4 0H5V1H4V0Z M2 3H3V4H2V3Z M6 0H7V1H6V0Z M2 1H3V2H2V1Z M6 2H7V3H6V2Z M1 1H2V2H1V1Z M5 2H6V3H5V2Z M2 2H3V3H2V2Z M6 1H7V2H6V1Z M1 3H2V4H1V3Z M5 0H6V1H5V0Z M1 4H2V5H1V4Z M1 0H2V1H1V0Z M5 3H6V4H5V3Z M5 4H6V5H5V4Z M0 2H1V3H0V2Z M4 1H5V2H4V1Z`,`M0 2H1V3H0V2Z M4 3H5V4H4V3Z M0 4H1V5H0V4Z M4 1H5V2H4V1Z M2 4H3V5H2V4Z M6 1H7V2H6V1Z M2 2H3V3H2V2Z M6 3H7V4H6V3Z M1 2H2V3H1V2Z M5 3H6V4H5V3Z M2 3H3V4H2V3Z M6 2H7V3H6V2Z M1 4H2V5H1V4Z M5 1H6V2H5V1Z M1 1H2V2H1V1Z M1 0H2V1H1V0Z M5 0H6V1H5V0Z M5 4H6V5H5V4Z M0 3H1V4H0V3Z M4 2H5V3H4V2Z`,`M0 1H1V2H0V1Z M4 4H5V5H4V4Z M0 3H1V4H0V3Z M4 2H5V3H4V2Z M2 3H3V4H2V3Z M6 2H7V3H6V2Z M2 1H3V2H2V1Z M6 4H7V5H6V4Z M1 1H2V2H1V1Z M5 4H6V5H5V4Z M2 2H3V3H2V2Z M6 3H7V4H6V3Z M1 3H2V4H1V3Z M5 2H6V3H5V2Z M1 4H2V5H1V4Z M1 0H2V1H1V0Z M5 0H6V1H5V0Z M5 1H6V2H5V1Z M0 2H1V3H0V2Z M4 3H5V4H4V3Z`]},"smile-wink":{viewBox:`0 0 7 5`,delay:500,frames:[`M5 5H2V4H5V5ZM2 4H1V3H2V4ZM6 4H5V3H6V4ZM1 2H0V1H1V2ZM3 2H2V1H3V2ZM5 2H4V1H5V2ZM7 2H6V1H7V2ZM2 1H1V0H2V1ZM6 1H5V0H6V1Z`,`M5 5H2V4H5V5ZM2 4H1V3H2V4ZM6 4H5V3H6V4ZM1 2H0V1H1V2ZM3 2H2V1H3V2ZM7 2H4V1H7V2ZM2 1H1V0H2V1Z`]},snake:{viewBox:`0 0 7 5`,delay:100,frames:`M2 2H3V3H2V2Z M2 2H3V3H2V2Z.M0 0H1V1H0V0Z M2 2H3V3H2V2Z M2 2H3V3H2V2Z.M0 0H1V1H0V0Z M1 0H2V1H1V0Z M2 2H3V3H2V2Z M2 2H3V3H2V2Z.M0 0H1V1H0V0Z M1 0H2V1H1V0Z M2 0H3V1H2V0Z M2 2H3V3H2V2Z M2 2H3V3H2V2Z.M0 0H1V1H0V0Z M1 0H2V1H1V0Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M2 2H3V3H2V2Z M2 2H3V3H2V2Z.M0 0H1V1H0V0Z M1 0H2V1H1V0Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M2 2H3V3H2V2Z M2 2H3V3H2V2Z.M0 0H1V1H0V0Z M1 0H2V1H1V0Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M2 2H3V3H2V2Z M2 2H3V3H2V2Z.M0 0H1V1H0V0Z M1 0H2V1H1V0Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M5 1H6V2H5V1Z M2 2H3V3H2V2Z M2 2H3V3H2V2Z.M0 0H1V1H0V0Z M1 0H2V1H1V0Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M5 1H6V2H5V1Z M5 2H6V3H5V2Z M2 2H3V3H2V2Z M2 2H3V3H2V2Z.M0 0H1V1H0V0Z M1 0H2V1H1V0Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M5 1H6V2H5V1Z M5 2H6V3H5V2Z M5 3H6V4H5V3Z M2 2H3V3H2V2Z M2 2H3V3H2V2Z.M0 0H1V1H0V0Z M1 0H2V1H1V0Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M5 1H6V2H5V1Z M5 2H6V3H5V2Z M5 3H6V4H5V3Z M5 4H6V5H5V4Z M2 2H3V3H2V2Z M2 2H3V3H2V2Z.M1 0H2V1H1V0Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M5 1H6V2H5V1Z M5 2H6V3H5V2Z M5 3H6V4H5V3Z M5 4H6V5H5V4Z M4 4H5V5H4V4Z M2 2H3V3H2V2Z M2 2H3V3H2V2Z.M3 4H4V5H3V4Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M5 1H6V2H5V1Z M5 2H6V3H5V2Z M5 3H6V4H5V3Z M5 4H6V5H5V4Z M4 4H5V5H4V4Z M2 2H3V3H2V2Z M2 2H3V3H2V2Z.M3 4H4V5H3V4Z M2 4H3V5H2V4Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M5 1H6V2H5V1Z M5 2H6V3H5V2Z M5 3H6V4H5V3Z M5 4H6V5H5V4Z M4 4H5V5H4V4Z M2 2H3V3H2V2Z M2 2H3V3H2V2Z.M3 4H4V5H3V4Z M2 4H3V5H2V4Z M2 3H3V4H2V3Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M5 1H6V2H5V1Z M5 2H6V3H5V2Z M5 3H6V4H5V3Z M5 4H6V5H5V4Z M4 4H5V5H4V4Z M2 2H3V3H2V2Z M2 2H3V3H2V2Z.M3 4H4V5H3V4Z M2 4H3V5H2V4Z M2 3H3V4H2V3Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M5 1H6V2H5V1Z M5 2H6V3H5V2Z M5 3H6V4H5V3Z M5 4H6V5H5V4Z M4 4H5V5H4V4Z M2 2H3V3H2V2Z M2 2H3V3H2V2Z M2 1H3V2H2V1Z.M3 4H4V5H3V4Z M2 4H3V5H2V4Z M2 3H3V4H2V3Z M2 0H3V1H2V0Z M5 0H6V1H5V0Z M5 1H6V2H5V1Z M5 2H6V3H5V2Z M5 3H6V4H5V3Z M5 4H6V5H5V4Z M4 4H5V5H4V4Z M2 2H3V3H2V2Z M2 2H3V3H2V2Z M2 1H3V2H2V1Z.M3 4H4V5H3V4Z M2 4H3V5H2V4Z M2 3H3V4H2V3Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M5 1H6V2H5V1Z M5 2H6V3H5V2Z M5 3H6V4H5V3Z M5 4H6V5H5V4Z M4 4H5V5H4V4Z M2 2H3V3H2V2Z M2 2H3V3H2V2Z M2 1H3V2H2V1Z.M3 4H4V5H3V4Z M2 4H3V5H2V4Z M2 3H3V4H2V3Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 2H6V3H5V2Z M5 3H6V4H5V3Z M5 4H6V5H5V4Z M4 4H5V5H4V4Z M2 2H3V3H2V2Z M2 2H3V3H2V2Z M2 1H3V2H2V1Z.M3 4H4V5H3V4Z M2 4H3V5H2V4Z M2 3H3V4H2V3Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M5 3H6V4H5V3Z M5 4H6V5H5V4Z M4 4H5V5H4V4Z M2 2H3V3H2V2Z M2 2H3V3H2V2Z M2 1H3V2H2V1Z.M3 4H4V5H3V4Z M2 4H3V5H2V4Z M2 3H3V4H2V3Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M6 0H7V1H6V0Z M5 4H6V5H5V4Z M4 4H5V5H4V4Z M2 2H3V3H2V2Z M2 2H3V3H2V2Z M2 1H3V2H2V1Z.M3 4H4V5H3V4Z M2 4H3V5H2V4Z M2 3H3V4H2V3Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M6 0H7V1H6V0Z M4 4H5V5H4V4Z M2 2H3V3H2V2Z M2 2H3V3H2V2Z M2 1H3V2H2V1Z.M3 4H4V5H3V4Z M2 4H3V5H2V4Z M2 3H3V4H2V3Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M6 0H7V1H6V0Z M2 2H3V3H2V2Z M2 2H3V3H2V2Z M2 1H3V2H2V1Z.M2 4H3V5H2V4Z M2 3H3V4H2V3Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M6 0H7V1H6V0Z M2 2H3V3H2V2Z M2 2H3V3H2V2Z M2 1H3V2H2V1Z.M2 3H3V4H2V3Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M6 0H7V1H6V0Z M2 2H3V3H2V2Z M2 2H3V3H2V2Z M2 1H3V2H2V1Z.M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M6 0H7V1H6V0Z M2 2H3V3H2V2Z M2 2H3V3H2V2Z M2 1H3V2H2V1Z.M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M6 0H7V1H6V0Z M2 1H3V2H2V1Z.M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M6 0H7V1H6V0Z.M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M6 0H7V1H6V0Z.M4 0H5V1H4V0Z M5 0H6V1H5V0Z M6 0H7V1H6V0Z.M5 0H6V1H5V0Z M6 0H7V1H6V0Z.M6 0H7V1H6V0Z.M1 2H2V3H1V2Z M2 1H3V2H2V1Z M2 3H3V4H2V3Z M3 2H4V3H3V2Z.M1 2H2V3H1V2Z M2 1H3V2H2V1Z M2 3H3V4H2V3Z M3 2H4V3H3V2Z.M1 2H2V3H1V2Z M2 1H3V2H2V1Z M2 3H3V4H2V3Z M3 2H4V3H3V2Z.M2 2H3V3H2V2Z.M2 2H3V3H2V2Z`.split(`.`)},"snake-eight":{viewBox:`0 0 7 5`,delay:100,frames:`M0 0H1V1H0V0Z M1 0H2V1H1V0Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M3 1H4V2H3V1Z.M0 1H1V2H0V1Z M0 0H1V1H0V0Z M1 0H2V1H1V0Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z.M0 2H1V3H0V2Z M0 1H1V2H0V1Z M0 0H1V1H0V0Z M1 0H2V1H1V0Z M2 0H3V1H2V0Z.M0 3H1V4H0V3Z M0 2H1V3H0V2Z M0 1H1V2H0V1Z M0 0H1V1H0V0Z M1 0H2V1H1V0Z.M0 4H1V5H0V4Z M0 3H1V4H0V3Z M0 2H1V3H0V2Z M0 1H1V2H0V1Z M0 0H1V1H0V0Z.M1 4H2V5H1V4Z M0 4H1V5H0V4Z M0 3H1V4H0V3Z M0 2H1V3H0V2Z M0 1H1V2H0V1Z.M2 4H3V5H2V4Z M1 4H2V5H1V4Z M0 4H1V5H0V4Z M0 3H1V4H0V3Z M0 2H1V3H0V2Z.M3 4H4V5H3V4Z M2 4H3V5H2V4Z M1 4H2V5H1V4Z M0 4H1V5H0V4Z M0 3H1V4H0V3Z.M3 3H4V4H3V3Z M3 4H4V5H3V4Z M2 4H3V5H2V4Z M1 4H2V5H1V4Z M0 4H1V5H0V4Z.M3 2H4V3H3V2Z M3 3H4V4H3V3Z M3 4H4V5H3V4Z M2 4H3V5H2V4Z M1 4H2V5H1V4Z.M3 1H4V2H3V1Z M3 2H4V3H3V2Z M3 3H4V4H3V3Z M3 4H4V5H3V4Z M2 4H3V5H2V4Z.M3 0H4V1H3V0Z M3 1H4V2H3V1Z M3 2H4V3H3V2Z M3 3H4V4H3V3Z M3 4H4V5H3V4Z.M4 0H5V1H4V0Z M3 0H4V1H3V0Z M3 1H4V2H3V1Z M3 2H4V3H3V2Z M3 3H4V4H3V3Z.M5 0H6V1H5V0Z M4 0H5V1H4V0Z M3 0H4V1H3V0Z M3 1H4V2H3V1Z M3 2H4V3H3V2Z.M6 0H7V1H6V0Z M5 0H6V1H5V0Z M4 0H5V1H4V0Z M3 0H4V1H3V0Z M3 1H4V2H3V1Z.M6 1H7V2H6V1Z M6 0H7V1H6V0Z M5 0H6V1H5V0Z M4 0H5V1H4V0Z M3 0H4V1H3V0Z.M6 2H7V3H6V2Z M6 1H7V2H6V1Z M6 0H7V1H6V0Z M5 0H6V1H5V0Z M4 0H5V1H4V0Z.M6 3H7V4H6V3Z M6 2H7V3H6V2Z M6 1H7V2H6V1Z M6 0H7V1H6V0Z M5 0H6V1H5V0Z.M6 4H7V5H6V4Z M6 3H7V4H6V3Z M6 2H7V3H6V2Z M6 1H7V2H6V1Z M6 0H7V1H6V0Z.M5 4H6V5H5V4Z M6 4H7V5H6V4Z M6 3H7V4H6V3Z M6 2H7V3H6V2Z M6 1H7V2H6V1Z.M4 4H5V5H4V4Z M5 4H6V5H5V4Z M6 4H7V5H6V4Z M6 3H7V4H6V3Z M6 2H7V3H6V2Z.M3 4H4V5H3V4Z M4 4H5V5H4V4Z M5 4H6V5H5V4Z M6 4H7V5H6V4Z M6 3H7V4H6V3Z.M3 3H4V4H3V3Z M3 4H4V5H3V4Z M4 4H5V5H4V4Z M5 4H6V5H5V4Z M6 4H7V5H6V4Z.M3 2H4V3H3V2Z M3 3H4V4H3V3Z M3 4H4V5H3V4Z M4 4H5V5H4V4Z M5 4H6V5H5V4Z.M3 1H4V2H3V1Z M3 2H4V3H3V2Z M3 3H4V4H3V3Z M3 4H4V5H3V4Z M4 4H5V5H4V4Z.M3 0H4V1H3V0Z M3 1H4V2H3V1Z M3 2H4V3H3V2Z M3 3H4V4H3V3Z M3 4H4V5H3V4Z.M2 0H3V1H2V0Z M3 0H4V1H3V0Z M3 1H4V2H3V1Z M3 2H4V3H3V2Z M3 3H4V4H3V3Z.M1 0H2V1H1V0Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M3 1H4V2H3V1Z M3 2H4V3H3V2Z`.split(`.`)},spark:{viewBox:`0 0 7 5`,delay:250,frames:[`M1 0H2V1H1V0Z M3 1H4V2H3V1Z M5 0H6V1H5V0Z M0 2H1V3H0V2Z M6 2H7V3H6V2Z M3 3H4V4H3V3Z M1 4H2V5H1V4Z M2 2H3V3H2V2Z M4 2H5V3H4V2Z M5 4H6V5H5V4Z`,`M0 1H1V2H0V1Z M3 1H4V2H3V1Z M6 1H7V2H6V1Z M6 3H7V4H6V3Z M3 3H4V4H3V3Z M0 3H1V4H0V3Z M2 2H3V3H2V2Z M4 2H5V3H4V2Z`]},spectrum:{viewBox:`0 0 7 5`,delay:250,frames:[`M0 1H1V4H0V1Z M2 0H3V5H2V0Z M4 2H5V3H4V2Z M6 1H7V4H6V1Z`,`M0 2H1V3H0V2Z M2 1H3V4H2V1Z M4 1H5V4H4V1Z M6 0H7V5H6V0Z`,`M0 1H1V4H0V1Z M2 2H3V3H2V2Z M4 0H5V5H4V0Z M6 1H7V4H6V1Z`,`M0 0H1V5H0V0Z M2 1H3V4H2V1Z M4 1H5V4H4V1Z M6 2H7V3H6V2Z`]},speedometer:{viewBox:`0 0 7 5`,delay:250,frames:[`M1 4H2V5H1V4Z M0 2H1V3H0V2Z M1 1H2V2H1V1Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M6 2H7V3H6V2Z M6 3H7V4H6V3Z M5 4H6V5H5V4Z M0 3H1V4H0V3Z M3 3H4V4H3V3Z M2 2H3V3H2V2Z M4 0H5V1H4V0Z M5 1H6V2H5V1Z`,`M1 4H2V5H1V4Z M0 2H1V3H0V2Z M1 1H2V2H1V1Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M6 2H7V3H6V2Z M6 3H7V4H6V3Z M5 4H6V5H5V4Z M0 3H1V4H0V3Z M3 3H4V4H3V3Z M3 2H4V3H3V2Z M3 1H4V2H3V1Z M4 0H5V1H4V0Z M5 1H6V2H5V1Z`,`M1 4H2V5H1V4Z M0 2H1V3H0V2Z M1 1H2V2H1V1Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M6 2H7V3H6V2Z M6 3H7V4H6V3Z M5 4H6V5H5V4Z M0 3H1V4H0V3Z M3 3H4V4H3V3Z M4 2H5V3H4V2Z M4 0H5V1H4V0Z M5 1H6V2H5V1Z`,`M1 4H2V5H1V4Z M0 2H1V3H0V2Z M1 1H2V2H1V1Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M6 2H7V3H6V2Z M6 3H7V4H6V3Z M5 4H6V5H5V4Z M0 3H1V4H0V3Z M3 3H4V4H3V3Z M3 2H4V3H3V2Z M3 1H4V2H3V1Z M4 0H5V1H4V0Z M5 1H6V2H5V1Z`]},terminal:{viewBox:`0 0 7 5`,delay:500,frames:[`M1 2H2V3H1V2Z M1 0H2V1H1V0Z M1 4H2V5H1V4Z M2 3H3V4H2V3Z M2 1H3V2H2V1Z M2 0H3V1H2V0Z M3 0H4V5H3V0Z M4 0H5V3H4V0Z M4 4H5V5H4V4Z M5 0H6V3H5V0Z M5 4H6V5H5V4Z M6 0H7V5H6V0Z M2 4H3V5H2V4Z M0 0H1V5H0V0Z`,`M1 2H2V3H1V2Z M1 0H2V1H1V0Z M1 4H2V5H1V4Z M2 3H3V4H2V3Z M2 1H3V2H2V1Z M2 0H3V1H2V0Z M3 0H4V5H3V0Z M4 0H6V5H4V0Z M6 0H7V5H6V0Z M2 4H3V5H2V4Z M0 0H1V5H0V0Z`]},"wi-fi":{viewBox:`0 0 7 5`,delay:250,frames:[`M3 4H4V5H3V4Z`,`M3 4H4V5H3V4Z M5 3H6V4H5V3Z M1 3H2V4H1V3Z M2 2H5V3H2V2Z`,`M3 4H4V5H3V4Z M5 3H6V4H5V3Z M6 1H7V2H6V1Z M1 3H2V4H1V3Z M0 1H1V2H0V1Z M2 2H5V3H2V2Z M1 0H6V1H1V0Z`]}},$=Object.keys(Q);function Ce({name:e=$[0],size:t=21,color:n=`currentColor`,delay:r,className:i=``,"aria-label":a=`Loading`}){let o=Q[e],[,,s,c]=o.viewBox.split(` `).map(Number),u=c/s,d=typeof t==`number`?t*u:`calc(${t} * ${u})`,f=r??o.delay,p=o.frames.length,m=p*f;return(0,l.jsx)(`svg`,{className:`${Z.spinner} ${i}`,width:t,height:d,viewBox:o.viewBox,fill:`none`,role:`status`,"aria-label":a,xmlns:`http://www.w3.org/2000/svg`,children:o.frames.map((e,t)=>e?(0,l.jsx)(`path`,{className:Z.frame,d:e,fill:n,style:{animation:`indx-spinner-${p} ${m}ms step-end infinite`,animationDelay:`${t*f-m}ms`}},t):null)})}exports.Base=x,exports.Button=_,exports.Chart=he,exports.Checkbox=y,exports.Chip=ue,exports.DatePicker=Se,exports.FilterPanelBase=C,exports.InputField=O,exports.Modal=_e,exports.Popover=ne,exports.ProgressBar=le,exports.RadioButton=A,exports.SearchField=E,exports.Select=ee,exports.Slider=P,exports.Spinner=Ce,exports.Table=L,exports.TableCell=ae,exports.TableHeader=re,exports.TableIcon=se,exports.TableRow=ie,exports.TableValue=oe,exports.Tabs=ce,exports.Textarea=ge,exports.ToggleSwitch=M,exports.Tooltip=H,exports.spinnerNames=$;
package/dist/index.es.js CHANGED
@@ -1184,6 +1184,108 @@ var Ee = ({ value: t, onChange: n, label: r, placeholder: a = "Select a date", e
1184
1184
  spinner: "_spinner_wspyi_1",
1185
1185
  frame: "_frame_wspyi_8"
1186
1186
  }, $ = {
1187
+ accelerate: {
1188
+ viewBox: "0 0 7 5",
1189
+ delay: 50,
1190
+ frames: [
1191
+ "M0 2H1V3H0V2Z",
1192
+ "M0 2H1V3H0V2Z",
1193
+ "M0 2H1V3H0V2Z",
1194
+ "M1 2H2V3H1V2Z M2 2H3V3H2V2Z",
1195
+ "M1 2H2V3H1V2Z M2 2H3V3H2V2Z",
1196
+ "M2 2H3V3H2V2Z M3 2H4V3H3V2Z M4 2H5V3H4V2Z",
1197
+ "M4 2H5V3H4V2Z M5 2H6V3H5V2Z",
1198
+ "M4 2H5V3H4V2Z M5 2H6V3H5V2Z",
1199
+ "M6 2H7V3H6V2Z",
1200
+ "M6 2H7V3H6V2Z",
1201
+ "M6 2H7V3H6V2Z",
1202
+ "M6 2H7V3H6V2Z",
1203
+ "M6 2H7V3H6V2Z",
1204
+ "M4 2H5V3H4V2Z M5 2H6V3H5V2Z",
1205
+ "M4 2H5V3H4V2Z M5 2H6V3H5V2Z",
1206
+ "M2 2H3V3H2V2Z M3 2H4V3H3V2Z M4 2H5V3H4V2Z",
1207
+ "M1 2H2V3H1V2Z M2 2H3V3H2V2Z",
1208
+ "M1 2H2V3H1V2Z M2 2H3V3H2V2Z",
1209
+ "M0 2H1V3H0V2Z",
1210
+ "M0 2H1V3H0V2Z"
1211
+ ]
1212
+ },
1213
+ accordion: {
1214
+ viewBox: "0 0 7 5",
1215
+ delay: 100,
1216
+ frames: [
1217
+ "M0 2H1V3H0V2Z",
1218
+ "M1 2H2V3H1V2Z",
1219
+ "M2 2H3V3H2V2Z",
1220
+ "M3 2H4V3H3V2Z",
1221
+ "M4 2H5V3H4V2Z",
1222
+ "M5 2H6V3H5V2Z",
1223
+ "M6 2H7V3H6V2Z",
1224
+ "M5 2H6V3H5V2Z",
1225
+ "M4 2H5V3H4V2Z",
1226
+ "M3 2H4V3H3V2Z",
1227
+ "M2 2H3V3H2V2Z",
1228
+ "M1 2H2V3H1V2Z"
1229
+ ]
1230
+ },
1231
+ "circle-open-close": {
1232
+ viewBox: "0 0 7 5",
1233
+ delay: 100,
1234
+ frames: [
1235
+ "M1 0H2V1H1V0Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M1 1H2V2H1V1Z M3 1H4V2H3V1Z M4 1H5V2H4V1Z M5 1H6V2H5V1Z M1 2H2V3H1V2Z M2 2H3V3H2V2Z M3 2H4V3H3V2Z M4 2H5V3H4V2Z M5 2H6V3H5V2Z M1 3H2V4H1V3Z M2 3H3V4H2V3Z M3 3H4V4H3V3Z M4 3H5V4H4V3Z M5 3H6V4H5V3Z M1 4H2V5H1V4Z M2 4H3V5H2V4Z M3 4H4V5H3V4Z M4 4H5V5H4V4Z M5 4H6V5H5V4Z",
1236
+ "M1 0H2V1H1V0Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M1 1H2V2H1V1Z M4 1H5V2H4V1Z M5 1H6V2H5V1Z M1 2H2V3H1V2Z M2 2H3V3H2V2Z M3 2H4V3H3V2Z M4 2H5V3H4V2Z M5 2H6V3H5V2Z M1 3H2V4H1V3Z M2 3H3V4H2V3Z M3 3H4V4H3V3Z M4 3H5V4H4V3Z M5 3H6V4H5V3Z M1 4H2V5H1V4Z M2 4H3V5H2V4Z M3 4H4V5H3V4Z M4 4H5V5H4V4Z M5 4H6V5H5V4Z",
1237
+ "M1 0H2V1H1V0Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M1 1H2V2H1V1Z M5 1H6V2H5V1Z M1 2H2V3H1V2Z M2 2H3V3H2V2Z M3 2H4V3H3V2Z M4 2H5V3H4V2Z M5 2H6V3H5V2Z M1 3H2V4H1V3Z M2 3H3V4H2V3Z M3 3H4V4H3V3Z M4 3H5V4H4V3Z M5 3H6V4H5V3Z M1 4H2V5H1V4Z M2 4H3V5H2V4Z M3 4H4V5H3V4Z M4 4H5V5H4V4Z M5 4H6V5H5V4Z",
1238
+ "M1 0H2V1H1V0Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M1 1H2V2H1V1Z M5 1H6V2H5V1Z M1 2H2V3H1V2Z M2 2H3V3H2V2Z M3 2H4V3H3V2Z M5 2H6V3H5V2Z M1 3H2V4H1V3Z M2 3H3V4H2V3Z M3 3H4V4H3V3Z M4 3H5V4H4V3Z M5 3H6V4H5V3Z M1 4H2V5H1V4Z M2 4H3V5H2V4Z M3 4H4V5H3V4Z M4 4H5V5H4V4Z M5 4H6V5H5V4Z",
1239
+ "M1 0H2V1H1V0Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M1 1H2V2H1V1Z M5 1H6V2H5V1Z M1 2H2V3H1V2Z M2 2H3V3H2V2Z M3 2H4V3H3V2Z M5 2H6V3H5V2Z M1 3H2V4H1V3Z M2 3H3V4H2V3Z M3 3H4V4H3V3Z M5 3H6V4H5V3Z M1 4H2V5H1V4Z M2 4H3V5H2V4Z M3 4H4V5H3V4Z M4 4H5V5H4V4Z M5 4H6V5H5V4Z",
1240
+ "M1 0H2V1H1V0Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M1 1H2V2H1V1Z M5 1H6V2H5V1Z M1 2H2V3H1V2Z M2 2H3V3H2V2Z M3 2H4V3H3V2Z M5 2H6V3H5V2Z M1 3H2V4H1V3Z M2 3H3V4H2V3Z M5 3H6V4H5V3Z M1 4H2V5H1V4Z M2 4H3V5H2V4Z M3 4H4V5H3V4Z M4 4H5V5H4V4Z M5 4H6V5H5V4Z",
1241
+ "M1 0H2V1H1V0Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M1 1H2V2H1V1Z M5 1H6V2H5V1Z M1 2H2V3H1V2Z M2 2H3V3H2V2Z M3 2H4V3H3V2Z M5 2H6V3H5V2Z M1 3H2V4H1V3Z M5 3H6V4H5V3Z M1 4H2V5H1V4Z M2 4H3V5H2V4Z M3 4H4V5H3V4Z M4 4H5V5H4V4Z M5 4H6V5H5V4Z",
1242
+ "M1 0H2V1H1V0Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M1 1H2V2H1V1Z M5 1H6V2H5V1Z M1 2H2V3H1V2Z M3 2H4V3H3V2Z M5 2H6V3H5V2Z M1 3H2V4H1V3Z M5 3H6V4H5V3Z M1 4H2V5H1V4Z M2 4H3V5H2V4Z M3 4H4V5H3V4Z M4 4H5V5H4V4Z M5 4H6V5H5V4Z",
1243
+ "M1 0H2V1H1V0Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M1 1H2V2H1V1Z M5 1H6V2H5V1Z M1 2H2V3H1V2Z M3 2H4V3H3V2Z M2 1H3V2H2V1Z M5 2H6V3H5V2Z M1 3H2V4H1V3Z M5 3H6V4H5V3Z M1 4H2V5H1V4Z M2 4H3V5H2V4Z M3 4H4V5H3V4Z M4 4H5V5H4V4Z M5 4H6V5H5V4Z",
1244
+ "M1 0H2V1H1V0Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M1 1H2V2H1V1Z M5 1H6V2H5V1Z M1 2H2V3H1V2Z M3 2H4V3H3V2Z M2 1H3V2H2V1Z M3 1H4V2H3V1Z M5 2H6V3H5V2Z M1 3H2V4H1V3Z M5 3H6V4H5V3Z M1 4H2V5H1V4Z M2 4H3V5H2V4Z M3 4H4V5H3V4Z M4 4H5V5H4V4Z M5 4H6V5H5V4Z",
1245
+ "M1 0H2V1H1V0Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M1 1H2V2H1V1Z M5 1H6V2H5V1Z M1 2H2V3H1V2Z M3 2H4V3H3V2Z M2 1H3V2H2V1Z M3 1H4V2H3V1Z M4 1H5V2H4V1Z M5 2H6V3H5V2Z M1 3H2V4H1V3Z M5 3H6V4H5V3Z M1 4H2V5H1V4Z M2 4H3V5H2V4Z M3 4H4V5H3V4Z M4 4H5V5H4V4Z M5 4H6V5H5V4Z",
1246
+ "M1 0H2V1H1V0Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M1 1H2V2H1V1Z M5 1H6V2H5V1Z M1 2H2V3H1V2Z M3 2H4V3H3V2Z M2 1H3V2H2V1Z M3 1H4V2H3V1Z M4 1H5V2H4V1Z M4 2H5V3H4V2Z M5 2H6V3H5V2Z M1 3H2V4H1V3Z M5 3H6V4H5V3Z M1 4H2V5H1V4Z M2 4H3V5H2V4Z M3 4H4V5H3V4Z M4 4H5V5H4V4Z M5 4H6V5H5V4Z",
1247
+ "M1 0H2V1H1V0Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M1 1H2V2H1V1Z M5 1H6V2H5V1Z M1 2H2V3H1V2Z M3 2H4V3H3V2Z M2 1H3V2H2V1Z M3 1H4V2H3V1Z M4 1H5V2H4V1Z M4 2H5V3H4V2Z M4 3H5V4H4V3Z M5 2H6V3H5V2Z M1 3H2V4H1V3Z M5 3H6V4H5V3Z M1 4H2V5H1V4Z M2 4H3V5H2V4Z M3 4H4V5H3V4Z M4 4H5V5H4V4Z M5 4H6V5H5V4Z",
1248
+ "M1 0H2V1H1V0Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M1 1H2V2H1V1Z M5 1H6V2H5V1Z M1 2H2V3H1V2Z M3 2H4V3H3V2Z M2 1H3V2H2V1Z M3 1H4V2H3V1Z M4 1H5V2H4V1Z M4 2H5V3H4V2Z M4 3H5V4H4V3Z M3 3H4V4H3V3Z M5 2H6V3H5V2Z M1 3H2V4H1V3Z M5 3H6V4H5V3Z M1 4H2V5H1V4Z M2 4H3V5H2V4Z M3 4H4V5H3V4Z M4 4H5V5H4V4Z M5 4H6V5H5V4Z",
1249
+ "M1 0H2V1H1V0Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M1 1H2V2H1V1Z M5 1H6V2H5V1Z M1 2H2V3H1V2Z M3 2H4V3H3V2Z M2 1H3V2H2V1Z M3 1H4V2H3V1Z M4 1H5V2H4V1Z M4 2H5V3H4V2Z M4 3H5V4H4V3Z M3 3H4V4H3V3Z M2 3H3V4H2V3Z M5 2H6V3H5V2Z M1 3H2V4H1V3Z M5 3H6V4H5V3Z M1 4H2V5H1V4Z M2 4H3V5H2V4Z M3 4H4V5H3V4Z M4 4H5V5H4V4Z M5 4H6V5H5V4Z",
1250
+ "M1 0H2V1H1V0Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M1 1H2V2H1V1Z M5 1H6V2H5V1Z M1 2H2V3H1V2Z M3 2H4V3H3V2Z M2 1H3V2H2V1Z M3 1H4V2H3V1Z M4 1H5V2H4V1Z M4 2H5V3H4V2Z M4 3H5V4H4V3Z M3 3H4V4H3V3Z M2 3H3V4H2V3Z M2 2H3V3H2V2Z M5 2H6V3H5V2Z M1 3H2V4H1V3Z M5 3H6V4H5V3Z M1 4H2V5H1V4Z M2 4H3V5H2V4Z M3 4H4V5H3V4Z M4 4H5V5H4V4Z M5 4H6V5H5V4Z"
1251
+ ]
1252
+ },
1253
+ "circle-rotate": {
1254
+ viewBox: "0 0 7 5",
1255
+ delay: 100,
1256
+ frames: [
1257
+ "M1 0H2V1H1V0Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M1 1H2V2H1V1Z M3 1H4V2H3V1Z M4 1H5V2H4V1Z M5 1H6V2H5V1Z M1 2H2V3H1V2Z M2 2H3V3H2V2Z M3 2H4V3H3V2Z M4 2H5V3H4V2Z M5 2H6V3H5V2Z M1 3H2V4H1V3Z M2 3H3V4H2V3Z M3 3H4V4H3V3Z M4 3H5V4H4V3Z M5 3H6V4H5V3Z M1 4H2V5H1V4Z M2 4H3V5H2V4Z M3 4H4V5H3V4Z M4 4H5V5H4V4Z M5 4H6V5H5V4Z",
1258
+ "M1 0H2V1H1V0Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M1 1H2V2H1V1Z M2 1H3V2H2V1Z M4 1H5V2H4V1Z M5 1H6V2H5V1Z M1 2H2V3H1V2Z M2 2H3V3H2V2Z M3 2H4V3H3V2Z M4 2H5V3H4V2Z M5 2H6V3H5V2Z M1 3H2V4H1V3Z M2 3H3V4H2V3Z M3 3H4V4H3V3Z M4 3H5V4H4V3Z M5 3H6V4H5V3Z M1 4H2V5H1V4Z M2 4H3V5H2V4Z M3 4H4V5H3V4Z M4 4H5V5H4V4Z M5 4H6V5H5V4Z",
1259
+ "M1 0H2V1H1V0Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M1 1H2V2H1V1Z M2 1H3V2H2V1Z M3 1H4V2H3V1Z M5 1H6V2H5V1Z M1 2H2V3H1V2Z M2 2H3V3H2V2Z M3 2H4V3H3V2Z M4 2H5V3H4V2Z M5 2H6V3H5V2Z M1 3H2V4H1V3Z M2 3H3V4H2V3Z M3 3H4V4H3V3Z M4 3H5V4H4V3Z M5 3H6V4H5V3Z M1 4H2V5H1V4Z M2 4H3V5H2V4Z M3 4H4V5H3V4Z M4 4H5V5H4V4Z M5 4H6V5H5V4Z",
1260
+ "M1 0H2V1H1V0Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M1 1H2V2H1V1Z M2 1H3V2H2V1Z M3 1H4V2H3V1Z M5 1H6V2H5V1Z M1 2H2V3H1V2Z M2 2H3V3H2V2Z M3 2H4V3H3V2Z M4 1H5V2H4V1Z M5 2H6V3H5V2Z M1 3H2V4H1V3Z M2 3H3V4H2V3Z M3 3H4V4H3V3Z M4 3H5V4H4V3Z M5 3H6V4H5V3Z M1 4H2V5H1V4Z M2 4H3V5H2V4Z M3 4H4V5H3V4Z M4 4H5V5H4V4Z M5 4H6V5H5V4Z",
1261
+ "M1 0H2V1H1V0Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M1 1H2V2H1V1Z M2 1H3V2H2V1Z M3 1H4V2H3V1Z M5 1H6V2H5V1Z M1 2H2V3H1V2Z M2 2H3V3H2V2Z M3 2H4V3H3V2Z M4 1H5V2H4V1Z M5 2H6V3H5V2Z M1 3H2V4H1V3Z M2 3H3V4H2V3Z M3 3H4V4H3V3Z M4 2H5V3H4V2Z M5 3H6V4H5V3Z M1 4H2V5H1V4Z M2 4H3V5H2V4Z M3 4H4V5H3V4Z M4 4H5V5H4V4Z M5 4H6V5H5V4Z",
1262
+ "M1 0H2V1H1V0Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M1 1H2V2H1V1Z M2 1H3V2H2V1Z M3 1H4V2H3V1Z M5 1H6V2H5V1Z M1 2H2V3H1V2Z M2 2H3V3H2V2Z M3 2H4V3H3V2Z M4 1H5V2H4V1Z M5 2H6V3H5V2Z M1 3H2V4H1V3Z M2 3H3V4H2V3Z M4 3H5V4H4V3Z M4 2H5V3H4V2Z M5 3H6V4H5V3Z M1 4H2V5H1V4Z M2 4H3V5H2V4Z M3 4H4V5H3V4Z M4 4H5V5H4V4Z M5 4H6V5H5V4Z",
1263
+ "M1 0H2V1H1V0Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M1 1H2V2H1V1Z M2 1H3V2H2V1Z M3 1H4V2H3V1Z M5 1H6V2H5V1Z M1 2H2V3H1V2Z M2 2H3V3H2V2Z M3 2H4V3H3V2Z M4 1H5V2H4V1Z M5 2H6V3H5V2Z M1 3H2V4H1V3Z M3 3H4V4H3V3Z M4 3H5V4H4V3Z M4 2H5V3H4V2Z M5 3H6V4H5V3Z M1 4H2V5H1V4Z M2 4H3V5H2V4Z M3 4H4V5H3V4Z M4 4H5V5H4V4Z M5 4H6V5H5V4Z",
1264
+ "M1 0H2V1H1V0Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M1 1H2V2H1V1Z M2 1H3V2H2V1Z M3 1H4V2H3V1Z M5 1H6V2H5V1Z M1 2H2V3H1V2Z M2 3H3V4H2V3Z M3 2H4V3H3V2Z M4 1H5V2H4V1Z M5 2H6V3H5V2Z M1 3H2V4H1V3Z M3 3H4V4H3V3Z M4 3H5V4H4V3Z M4 2H5V3H4V2Z M5 3H6V4H5V3Z M1 4H2V5H1V4Z M2 4H3V5H2V4Z M3 4H4V5H3V4Z M4 4H5V5H4V4Z M5 4H6V5H5V4Z"
1265
+ ]
1266
+ },
1267
+ clock: {
1268
+ viewBox: "0 0 7 5",
1269
+ delay: 250,
1270
+ frames: [
1271
+ "M3 2H4V3H3V2Z M3 1H4V2H3V1Z M5 1H6V2H5V1Z M5 2H6V3H5V2Z M5 3H6V4H5V3Z M4 4H5V5H4V4Z M3 4H4V5H3V4Z M3 4H4V5H3V4Z M2 4H3V5H2V4Z M2 0H3V1H2V0Z M1 1H2V2H1V1Z M1 2H2V3H1V2Z M1 3H2V4H1V3Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z",
1272
+ "M3 2H4V3H3V2Z M4 2H5V3H4V2Z M3 1H4V2H3V1Z M5 1H6V2H5V1Z M5 2H6V3H5V2Z M5 3H6V4H5V3Z M4 4H5V5H4V4Z M3 4H4V5H3V4Z M3 4H4V5H3V4Z M2 4H3V5H2V4Z M2 0H3V1H2V0Z M1 1H2V2H1V1Z M1 2H2V3H1V2Z M1 3H2V4H1V3Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z",
1273
+ "M3 2H4V3H3V2Z M3 3H4V4H3V3Z M3 1H4V2H3V1Z M5 1H6V2H5V1Z M5 2H6V3H5V2Z M5 3H6V4H5V3Z M4 4H5V5H4V4Z M3 4H4V5H3V4Z M3 4H4V5H3V4Z M2 4H3V5H2V4Z M2 0H3V1H2V0Z M1 1H2V2H1V1Z M1 2H2V3H1V2Z M1 3H2V4H1V3Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z",
1274
+ "M3 2H4V3H3V2Z M2 2H3V3H2V2Z M3 1H4V2H3V1Z M5 1H6V2H5V1Z M5 2H6V3H5V2Z M5 3H6V4H5V3Z M4 4H5V5H4V4Z M3 4H4V5H3V4Z M3 4H4V5H3V4Z M2 4H3V5H2V4Z M2 0H3V1H2V0Z M1 1H2V2H1V1Z M1 2H2V3H1V2Z M1 3H2V4H1V3Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z"
1275
+ ]
1276
+ },
1277
+ coffee: {
1278
+ viewBox: "0 0 7 5",
1279
+ delay: 250,
1280
+ frames: [
1281
+ "M5 4H6V5H5V4Z M4 4H5V5H4V4Z M3 4H4V5H3V4Z M2 3H3V4H2V3Z M0 1H1V2H0V1Z M1 1H2V2H1V1Z M0 2H1V3H0V2Z M2 1H3V2H2V1Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M5 0H6V1H5V0Z M4 0H5V1H4V0Z M6 0H7V1H6V0Z M2 2H3V3H2V2Z M6 3H7V4H6V3Z M6 2H7V3H6V2Z M6 1H7V2H6V1Z",
1282
+ "M5 4H6V5H5V4Z M4 4H5V5H4V4Z M3 4H4V5H3V4Z M3 3H6V4H3V3Z M2 3H3V4H2V3Z M0 1H1V2H0V1Z M1 1H2V2H1V1Z M0 2H1V3H0V2Z M2 1H3V2H2V1Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M5 0H6V1H5V0Z M4 0H5V1H4V0Z M6 0H7V1H6V0Z M2 2H3V3H2V2Z M6 3H7V4H6V3Z M6 2H7V3H6V2Z M6 1H7V2H6V1Z",
1283
+ "M5 4H6V5H5V4Z M4 4H5V5H4V4Z M3 4H4V5H3V4Z M3 2H6V4H3V2Z M2 3H3V4H2V3Z M0 1H1V2H0V1Z M1 1H2V2H1V1Z M0 2H1V3H0V2Z M2 1H3V2H2V1Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M5 0H6V1H5V0Z M4 0H5V1H4V0Z M6 0H7V1H6V0Z M2 2H3V3H2V2Z M6 3H7V4H6V3Z M6 2H7V3H6V2Z M6 1H7V2H6V1Z",
1284
+ "M5 4H6V5H5V4Z M4 4H5V5H4V4Z M3 4H4V5H3V4Z M3 1H6V4H3V1Z M2 3H3V4H2V3Z M0 1H1V2H0V1Z M1 1H2V2H1V1Z M0 2H1V3H0V2Z M2 1H3V2H2V1Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M5 0H6V1H5V0Z M4 0H5V1H4V0Z M6 0H7V1H6V0Z M2 2H3V3H2V2Z M6 3H7V4H6V3Z M6 2H7V3H6V2Z M6 1H7V2H6V1Z",
1285
+ "M5 4H6V5H5V4Z M4 4H5V5H4V4Z M3 4H4V5H3V4Z M3 2H6V4H3V2Z M2 3H3V4H2V3Z M0 1H1V2H0V1Z M1 1H2V2H1V1Z M0 2H1V3H0V2Z M2 1H3V2H2V1Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M5 0H6V1H5V0Z M4 0H5V1H4V0Z M6 0H7V1H6V0Z M2 2H3V3H2V2Z M6 3H7V4H6V3Z M6 2H7V3H6V2Z M6 1H7V2H6V1Z",
1286
+ "M5 4H6V5H5V4Z M4 4H5V5H4V4Z M3 4H4V5H3V4Z M3 3H6V4H3V3Z M2 3H3V4H2V3Z M0 1H1V2H0V1Z M1 1H2V2H1V1Z M0 2H1V3H0V2Z M2 1H3V2H2V1Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M5 0H6V1H5V0Z M4 0H5V1H4V0Z M6 0H7V1H6V0Z M2 2H3V3H2V2Z M6 3H7V4H6V3Z M6 2H7V3H6V2Z M6 1H7V2H6V1Z"
1287
+ ]
1288
+ },
1187
1289
  grow: {
1188
1290
  viewBox: "0 0 7 5",
1189
1291
  delay: 250,
@@ -1196,6 +1298,36 @@ var Ee = ({ value: t, onChange: n, label: r, placeholder: a = "Select a date", e
1196
1298
  "M4 5H3V4H4V5ZM2 3H1L1 2L2 2L2 3ZM4 3H3V2L4 2V3ZM6 3H5V2L6 2V3ZM4 1L3 1V0L4 0V1Z"
1197
1299
  ]
1198
1300
  },
1301
+ hourglass: {
1302
+ viewBox: "0 0 7 5",
1303
+ delay: 500,
1304
+ frames: [
1305
+ "M4 1H5V2H4V1Z M5 0H6V1H5V0Z M1 0H2V1H1V0Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M2 1H3V2H2V1Z M3 2H4V3H3V2Z M4 3H5V4H4V3Z M5 4H6V5H5V4Z M2 3H3V4H2V3Z M1 4H2V5H1V4Z M2 4H3V5H2V4Z M3 4H4V5H3V4Z M3 3H4V4H3V3Z M4 4H5V5H4V4Z M5 4H6V5H5V4Z",
1306
+ "M4 1H5V2H4V1Z M5 0H6V1H5V0Z M1 0H2V1H1V0Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M2 1H3V2H2V1Z M3 2H4V3H3V2Z M4 3H5V4H4V3Z M5 4H6V5H5V4Z M2 3H3V4H2V3Z M1 4H2V5H1V4Z M2 4H3V5H2V4Z M3 4H4V5H3V4Z M3 2H4V3H3V2Z M4 4H5V5H4V4Z M5 4H6V5H5V4Z M3 1H4V2H3V1Z M3 3H4V4H3V3Z",
1307
+ "M4 1H5V2H4V1Z M5 0H6V1H5V0Z M1 0H2V1H1V0Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M2 1H3V2H2V1Z M3 2H4V3H3V2Z M4 3H5V4H4V3Z M5 4H6V5H5V4Z M2 3H3V4H2V3Z M1 4H2V5H1V4Z M2 4H3V5H2V4Z M3 4H4V5H3V4Z M3 1H4V2H3V1Z M4 4H5V5H4V4Z M5 4H6V5H5V4Z",
1308
+ "M3 3L3 4L2 4L2 5L1 5L1 -2.18557e-07L2 -1.74846e-07L2 1L3 1L3 2L4 2L4 3L3 3ZM5 5L5 4L4 4L4 3L5 3L5 2L4 2L4 1L5 1L5 -4.37114e-08L6 0L6 5L5 5Z"
1309
+ ]
1310
+ },
1311
+ loop: {
1312
+ viewBox: "0 0 7 5",
1313
+ delay: 100,
1314
+ frames: /* @__PURE__ */ "M3 0H4V1H3V0Z M2 1H3V2H2V1Z M2 2H3V3H2V2Z M4 1H5V2H4V1Z M4 2H5V3H4V2Z M3 3H4V4H3V3Z M5 4H6V5H5V4Z M6 3H7V4H6V3Z M6 2H7V3H6V2Z M1 4H2V5H1V4Z M2 4H3V5H2V4Z M4 4H5V5H4V4Z M0 3H1V4H0V3Z.M3 0H4V1H3V0Z M2 1H3V2H2V1Z M2 2H3V3H2V2Z M4 1H5V2H4V1Z M4 2H5V3H4V2Z M3 3H4V4H3V3Z M5 4H6V5H5V4Z M6 3H7V4H6V3Z M6 2H7V3H6V2Z M1 4H2V5H1V4Z M2 4H3V5H2V4Z M4 4H5V5H4V4Z M0 2H1V3H0V2Z.M3 0H4V1H3V0Z M2 1H3V2H2V1Z M2 2H3V3H2V2Z M4 1H5V2H4V1Z M4 2H5V3H4V2Z M3 3H4V4H3V3Z M5 4H6V5H5V4Z M6 3H7V4H6V3Z M6 2H7V3H6V2Z M0 3H1V4H0V3Z M2 4H3V5H2V4Z M4 4H5V5H4V4Z M0 2H1V3H0V2Z.M3 0H4V1H3V0Z M2 1H3V2H2V1Z M2 2H3V3H2V2Z M4 1H5V2H4V1Z M4 2H5V3H4V2Z M3 3H4V4H3V3Z M5 4H6V5H5V4Z M6 3H7V4H6V3Z M6 2H7V3H6V2Z M0 3H1V4H0V3Z M1 4H2V5H1V4Z M4 4H5V5H4V4Z M0 2H1V3H0V2Z.M3 0H4V1H3V0Z M2 1H3V2H2V1Z M2 2H3V3H2V2Z M4 1H5V2H4V1Z M4 2H5V3H4V2Z M2 4H3V5H2V4Z M5 4H6V5H5V4Z M6 3H7V4H6V3Z M6 2H7V3H6V2Z M0 3H1V4H0V3Z M1 4H2V5H1V4Z M4 4H5V5H4V4Z M0 2H1V3H0V2Z.M3 0H4V1H3V0Z M2 1H3V2H2V1Z M2 2H3V3H2V2Z M4 1H5V2H4V1Z M3 3H4V4H3V3Z M2 4H3V5H2V4Z M5 4H6V5H5V4Z M6 3H7V4H6V3Z M6 2H7V3H6V2Z M0 3H1V4H0V3Z M1 4H2V5H1V4Z M4 4H5V5H4V4Z M0 2H1V3H0V2Z.M3 0H4V1H3V0Z M2 1H3V2H2V1Z M2 2H3V3H2V2Z M4 2H5V3H4V2Z M3 3H4V4H3V3Z M2 4H3V5H2V4Z M5 4H6V5H5V4Z M6 3H7V4H6V3Z M6 2H7V3H6V2Z M0 3H1V4H0V3Z M1 4H2V5H1V4Z M4 4H5V5H4V4Z M0 2H1V3H0V2Z.M4 1H5V2H4V1Z M2 1H3V2H2V1Z M2 2H3V3H2V2Z M4 2H5V3H4V2Z M3 3H4V4H3V3Z M2 4H3V5H2V4Z M5 4H6V5H5V4Z M6 3H7V4H6V3Z M6 2H7V3H6V2Z M0 3H1V4H0V3Z M1 4H2V5H1V4Z M4 4H5V5H4V4Z M0 2H1V3H0V2Z.M4 1H5V2H4V1Z M3 0H4V1H3V0Z M2 2H3V3H2V2Z M4 2H5V3H4V2Z M3 3H4V4H3V3Z M2 4H3V5H2V4Z M5 4H6V5H5V4Z M6 3H7V4H6V3Z M6 2H7V3H6V2Z M0 3H1V4H0V3Z M1 4H2V5H1V4Z M4 4H5V5H4V4Z M0 2H1V3H0V2Z.M4 1H5V2H4V1Z M3 0H4V1H3V0Z M2 1H3V2H2V1Z M4 2H5V3H4V2Z M3 3H4V4H3V3Z M2 4H3V5H2V4Z M5 4H6V5H5V4Z M6 3H7V4H6V3Z M6 2H7V3H6V2Z M0 3H1V4H0V3Z M1 4H2V5H1V4Z M4 4H5V5H4V4Z M0 2H1V3H0V2Z.M4 1H5V2H4V1Z M3 0H4V1H3V0Z M2 1H3V2H2V1Z M4 2H5V3H4V2Z M2 2H3V3H2V2Z M2 4H3V5H2V4Z M5 4H6V5H5V4Z M6 3H7V4H6V3Z M6 2H7V3H6V2Z M0 3H1V4H0V3Z M1 4H2V5H1V4Z M4 4H5V5H4V4Z M0 2H1V3H0V2Z.M4 1H5V2H4V1Z M3 0H4V1H3V0Z M2 1H3V2H2V1Z M4 2H5V3H4V2Z M2 2H3V3H2V2Z M2 4H3V5H2V4Z M5 4H6V5H5V4Z M6 3H7V4H6V3Z M6 2H7V3H6V2Z M0 3H1V4H0V3Z M1 4H2V5H1V4Z M3 3H4V4H3V3Z M0 2H1V3H0V2Z.M4 1H5V2H4V1Z M3 0H4V1H3V0Z M2 1H3V2H2V1Z M4 2H5V3H4V2Z M2 2H3V3H2V2Z M2 4H3V5H2V4Z M4 4H5V5H4V4Z M6 3H7V4H6V3Z M6 2H7V3H6V2Z M0 3H1V4H0V3Z M1 4H2V5H1V4Z M3 3H4V4H3V3Z M0 2H1V3H0V2Z.M4 1H5V2H4V1Z M3 0H4V1H3V0Z M2 1H3V2H2V1Z M4 2H5V3H4V2Z M2 2H3V3H2V2Z M2 4H3V5H2V4Z M4 4H5V5H4V4Z M5 4H6V5H5V4Z M6 2H7V3H6V2Z M0 3H1V4H0V3Z M1 4H2V5H1V4Z M3 3H4V4H3V3Z M0 2H1V3H0V2Z.M4 1H5V2H4V1Z M3 0H4V1H3V0Z M2 1H3V2H2V1Z M4 2H5V3H4V2Z M2 2H3V3H2V2Z M2 4H3V5H2V4Z M4 4H5V5H4V4Z M5 4H6V5H5V4Z M6 3H7V4H6V3Z M0 3H1V4H0V3Z M1 4H2V5H1V4Z M3 3H4V4H3V3Z M0 2H1V3H0V2Z.M4 1H5V2H4V1Z M3 0H4V1H3V0Z M2 1H3V2H2V1Z M4 2H5V3H4V2Z M2 2H3V3H2V2Z M2 4H3V5H2V4Z M4 4H5V5H4V4Z M5 4H6V5H5V4Z M6 2H7V3H6V2Z M0 3H1V4H0V3Z M1 4H2V5H1V4Z M3 3H4V4H3V3Z M0 2H1V3H0V2Z.M4 1H5V2H4V1Z M3 0H4V1H3V0Z M2 1H3V2H2V1Z M4 2H5V3H4V2Z M2 2H3V3H2V2Z M2 4H3V5H2V4Z M4 4H5V5H4V4Z M6 3H7V4H6V3Z M6 2H7V3H6V2Z M0 3H1V4H0V3Z M1 4H2V5H1V4Z M3 3H4V4H3V3Z M0 2H1V3H0V2Z.M4 1H5V2H4V1Z M3 0H4V1H3V0Z M2 1H3V2H2V1Z M4 2H5V3H4V2Z M2 2H3V3H2V2Z M2 4H3V5H2V4Z M5 4H6V5H5V4Z M6 3H7V4H6V3Z M6 2H7V3H6V2Z M0 3H1V4H0V3Z M1 4H2V5H1V4Z M3 3H4V4H3V3Z M0 2H1V3H0V2Z.M4 1H5V2H4V1Z M3 0H4V1H3V0Z M2 1H3V2H2V1Z M4 2H5V3H4V2Z M2 2H3V3H2V2Z M2 4H3V5H2V4Z M5 4H6V5H5V4Z M6 3H7V4H6V3Z M6 2H7V3H6V2Z M0 3H1V4H0V3Z M1 4H2V5H1V4Z M4 4H5V5H4V4Z M0 2H1V3H0V2Z.M4 1H5V2H4V1Z M3 0H4V1H3V0Z M2 1H3V2H2V1Z M4 2H5V3H4V2Z M3 3H4V4H3V3Z M2 4H3V5H2V4Z M5 4H6V5H5V4Z M6 3H7V4H6V3Z M6 2H7V3H6V2Z M0 3H1V4H0V3Z M1 4H2V5H1V4Z M4 4H5V5H4V4Z M0 2H1V3H0V2Z.M4 1H5V2H4V1Z M3 0H4V1H3V0Z M2 2H3V3H2V2Z M4 2H5V3H4V2Z M3 3H4V4H3V3Z M2 4H3V5H2V4Z M5 4H6V5H5V4Z M6 3H7V4H6V3Z M6 2H7V3H6V2Z M0 3H1V4H0V3Z M1 4H2V5H1V4Z M4 4H5V5H4V4Z M0 2H1V3H0V2Z.M4 1H5V2H4V1Z M2 1H3V2H2V1Z M2 2H3V3H2V2Z M4 2H5V3H4V2Z M3 3H4V4H3V3Z M2 4H3V5H2V4Z M5 4H6V5H5V4Z M6 3H7V4H6V3Z M6 2H7V3H6V2Z M0 3H1V4H0V3Z M1 4H2V5H1V4Z M4 4H5V5H4V4Z M0 2H1V3H0V2Z.M3 0H4V1H3V0Z M2 1H3V2H2V1Z M2 2H3V3H2V2Z M4 2H5V3H4V2Z M3 3H4V4H3V3Z M2 4H3V5H2V4Z M5 4H6V5H5V4Z M6 3H7V4H6V3Z M6 2H7V3H6V2Z M0 3H1V4H0V3Z M1 4H2V5H1V4Z M4 4H5V5H4V4Z M0 2H1V3H0V2Z.M3 0H4V1H3V0Z M2 1H3V2H2V1Z M2 2H3V3H2V2Z M4 1H5V2H4V1Z M3 3H4V4H3V3Z M2 4H3V5H2V4Z M5 4H6V5H5V4Z M6 3H7V4H6V3Z M6 2H7V3H6V2Z M0 3H1V4H0V3Z M1 4H2V5H1V4Z M4 4H5V5H4V4Z M0 2H1V3H0V2Z.M3 0H4V1H3V0Z M2 1H3V2H2V1Z M2 2H3V3H2V2Z M4 1H5V2H4V1Z M4 2H5V3H4V2Z M2 4H3V5H2V4Z M5 4H6V5H5V4Z M6 3H7V4H6V3Z M6 2H7V3H6V2Z M0 3H1V4H0V3Z M1 4H2V5H1V4Z M4 4H5V5H4V4Z M0 2H1V3H0V2Z.M3 0H4V1H3V0Z M2 1H3V2H2V1Z M2 2H3V3H2V2Z M4 1H5V2H4V1Z M4 2H5V3H4V2Z M3 3H4V4H3V3Z M5 4H6V5H5V4Z M6 3H7V4H6V3Z M6 2H7V3H6V2Z M0 3H1V4H0V3Z M1 4H2V5H1V4Z M4 4H5V5H4V4Z M0 2H1V3H0V2Z.M3 0H4V1H3V0Z M2 1H3V2H2V1Z M2 2H3V3H2V2Z M4 1H5V2H4V1Z M4 2H5V3H4V2Z M3 3H4V4H3V3Z M5 4H6V5H5V4Z M6 3H7V4H6V3Z M6 2H7V3H6V2Z M0 3H1V4H0V3Z M2 4H3V5H2V4Z M4 4H5V5H4V4Z M0 2H1V3H0V2Z.M3 0H4V1H3V0Z M2 1H3V2H2V1Z M2 2H3V3H2V2Z M4 1H5V2H4V1Z M4 2H5V3H4V2Z M3 3H4V4H3V3Z M5 4H6V5H5V4Z M6 3H7V4H6V3Z M6 2H7V3H6V2Z M1 4H2V5H1V4Z M2 4H3V5H2V4Z M4 4H5V5H4V4Z M0 2H1V3H0V2Z".split(".")
1315
+ },
1316
+ pacman: {
1317
+ viewBox: "0 0 7 5",
1318
+ delay: 250,
1319
+ frames: ["M1 1H2V2H1V1Z M2 1H3V2H2V1Z M2 0H3V1H2V0Z M5 2H6V3H5V2Z M3 1H4V2H3V1Z M4 0H5V1H4V0Z M3 0H4V1H3V0Z M1 2H2V3H1V2Z M2 2H3V3H2V2Z M1 3H2V4H1V3Z M2 3H3V4H2V3Z M2 4H3V5H2V4Z M3 4H4V5H3V4Z M4 4H5V5H4V4Z M3 3H4V4H3V3Z", "M0 1H1V2H0V1Z M1 1H2V2H1V1Z M2 1H3V2H2V1Z M1 0H2V1H1V0Z M2 0H3V1H2V0Z M2 2H3V3H2V2Z M3 1H4V2H3V1Z M4 1H5V2H4V1Z M3 0H4V1H3V0Z M0 2H1V3H0V2Z M1 2H2V3H1V2Z M0 3H1V4H0V3Z M1 3H2V4H1V3Z M2 3H3V4H2V3Z M1 4H2V5H1V4Z M2 4H3V5H2V4Z M3 4H4V5H3V4Z M4 3H5V4H4V3Z M3 3H4V4H3V3Z M6 2H7V3H6V2Z"]
1320
+ },
1321
+ pong: {
1322
+ viewBox: "0 0 7 5",
1323
+ delay: 250,
1324
+ frames: [
1325
+ "M0 2H1V3H0V2Z M6 4H7V5H6V4Z M0 1H1V2H0V1Z M6 3H7V4H6V3Z M1 2H2V3H1V2Z M0 0H1V1H0V0Z M6 2H7V3H6V2Z",
1326
+ "M0 3H1V4H0V3Z M6 3H7V4H6V3Z M0 2H1V3H0V2Z M6 2H7V3H6V2Z M3 2H4V3H3V2Z M0 1H1V2H0V1Z M6 1H7V2H6V1Z",
1327
+ "M0 4H1V5H0V4Z M6 2H7V3H6V2Z M0 3H1V4H0V3Z M6 1H7V2H6V1Z M5 2H6V3H5V2Z M0 2H1V3H0V2Z M6 0H7V1H6V0Z",
1328
+ "M0 3H1V4H0V3Z M6 3H7V4H6V3Z M0 2H1V3H0V2Z M6 2H7V3H6V2Z M3 2H4V3H3V2Z M0 1H1V2H0V1Z M6 1H7V2H6V1Z"
1329
+ ]
1330
+ },
1199
1331
  pulse: {
1200
1332
  viewBox: "0 0 7 5",
1201
1333
  delay: 250,
@@ -1224,6 +1356,70 @@ var Ee = ({ value: t, onChange: n, label: r, placeholder: a = "Select a date", e
1224
1356
  "M4 2H7V5H1V4H4V3H1V4H0V2H3V1H4V2ZM5 4H6V3H5V4ZM3 1H2V0H3V1Z",
1225
1357
  "M4 2H7V5H1V4H6V3H1V4H0V2H3V0H4V2Z"
1226
1358
  ]
1359
+ },
1360
+ sliders: {
1361
+ viewBox: "0 0 7 5",
1362
+ delay: 250,
1363
+ frames: [
1364
+ "M0 0H1V1H0V0Z M4 3H5V4H4V3Z M0 2H1V3H0V2Z M4 1H5V2H4V1Z M2 2H3V3H2V2Z M6 1H7V2H6V1Z M2 0H3V1H2V0Z M6 3H7V4H6V3Z M1 0H2V1H1V0Z M5 3H6V4H5V3Z M2 1H3V2H2V1Z M6 2H7V3H6V2Z M1 2H2V3H1V2Z M5 1H6V2H5V1Z M1 3H2V4H1V3Z M1 4H2V5H1V4Z M5 0H6V1H5V0Z M5 4H6V5H5V4Z M0 1H1V2H0V1Z M4 2H5V3H4V2Z",
1365
+ "M0 1H1V2H0V1Z M4 2H5V3H4V2Z M0 3H1V4H0V3Z M4 0H5V1H4V0Z M2 3H3V4H2V3Z M6 0H7V1H6V0Z M2 1H3V2H2V1Z M6 2H7V3H6V2Z M1 1H2V2H1V1Z M5 2H6V3H5V2Z M2 2H3V3H2V2Z M6 1H7V2H6V1Z M1 3H2V4H1V3Z M5 0H6V1H5V0Z M1 4H2V5H1V4Z M1 0H2V1H1V0Z M5 3H6V4H5V3Z M5 4H6V5H5V4Z M0 2H1V3H0V2Z M4 1H5V2H4V1Z",
1366
+ "M0 2H1V3H0V2Z M4 3H5V4H4V3Z M0 4H1V5H0V4Z M4 1H5V2H4V1Z M2 4H3V5H2V4Z M6 1H7V2H6V1Z M2 2H3V3H2V2Z M6 3H7V4H6V3Z M1 2H2V3H1V2Z M5 3H6V4H5V3Z M2 3H3V4H2V3Z M6 2H7V3H6V2Z M1 4H2V5H1V4Z M5 1H6V2H5V1Z M1 1H2V2H1V1Z M1 0H2V1H1V0Z M5 0H6V1H5V0Z M5 4H6V5H5V4Z M0 3H1V4H0V3Z M4 2H5V3H4V2Z",
1367
+ "M0 1H1V2H0V1Z M4 4H5V5H4V4Z M0 3H1V4H0V3Z M4 2H5V3H4V2Z M2 3H3V4H2V3Z M6 2H7V3H6V2Z M2 1H3V2H2V1Z M6 4H7V5H6V4Z M1 1H2V2H1V1Z M5 4H6V5H5V4Z M2 2H3V3H2V2Z M6 3H7V4H6V3Z M1 3H2V4H1V3Z M5 2H6V3H5V2Z M1 4H2V5H1V4Z M1 0H2V1H1V0Z M5 0H6V1H5V0Z M5 1H6V2H5V1Z M0 2H1V3H0V2Z M4 3H5V4H4V3Z"
1368
+ ]
1369
+ },
1370
+ "smile-wink": {
1371
+ viewBox: "0 0 7 5",
1372
+ delay: 500,
1373
+ frames: ["M5 5H2V4H5V5ZM2 4H1V3H2V4ZM6 4H5V3H6V4ZM1 2H0V1H1V2ZM3 2H2V1H3V2ZM5 2H4V1H5V2ZM7 2H6V1H7V2ZM2 1H1V0H2V1ZM6 1H5V0H6V1Z", "M5 5H2V4H5V5ZM2 4H1V3H2V4ZM6 4H5V3H6V4ZM1 2H0V1H1V2ZM3 2H2V1H3V2ZM7 2H4V1H7V2ZM2 1H1V0H2V1Z"]
1374
+ },
1375
+ snake: {
1376
+ viewBox: "0 0 7 5",
1377
+ delay: 100,
1378
+ frames: /* @__PURE__ */ "M2 2H3V3H2V2Z M2 2H3V3H2V2Z.M0 0H1V1H0V0Z M2 2H3V3H2V2Z M2 2H3V3H2V2Z.M0 0H1V1H0V0Z M1 0H2V1H1V0Z M2 2H3V3H2V2Z M2 2H3V3H2V2Z.M0 0H1V1H0V0Z M1 0H2V1H1V0Z M2 0H3V1H2V0Z M2 2H3V3H2V2Z M2 2H3V3H2V2Z.M0 0H1V1H0V0Z M1 0H2V1H1V0Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M2 2H3V3H2V2Z M2 2H3V3H2V2Z.M0 0H1V1H0V0Z M1 0H2V1H1V0Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M2 2H3V3H2V2Z M2 2H3V3H2V2Z.M0 0H1V1H0V0Z M1 0H2V1H1V0Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M2 2H3V3H2V2Z M2 2H3V3H2V2Z.M0 0H1V1H0V0Z M1 0H2V1H1V0Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M5 1H6V2H5V1Z M2 2H3V3H2V2Z M2 2H3V3H2V2Z.M0 0H1V1H0V0Z M1 0H2V1H1V0Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M5 1H6V2H5V1Z M5 2H6V3H5V2Z M2 2H3V3H2V2Z M2 2H3V3H2V2Z.M0 0H1V1H0V0Z M1 0H2V1H1V0Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M5 1H6V2H5V1Z M5 2H6V3H5V2Z M5 3H6V4H5V3Z M2 2H3V3H2V2Z M2 2H3V3H2V2Z.M0 0H1V1H0V0Z M1 0H2V1H1V0Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M5 1H6V2H5V1Z M5 2H6V3H5V2Z M5 3H6V4H5V3Z M5 4H6V5H5V4Z M2 2H3V3H2V2Z M2 2H3V3H2V2Z.M1 0H2V1H1V0Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M5 1H6V2H5V1Z M5 2H6V3H5V2Z M5 3H6V4H5V3Z M5 4H6V5H5V4Z M4 4H5V5H4V4Z M2 2H3V3H2V2Z M2 2H3V3H2V2Z.M3 4H4V5H3V4Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M5 1H6V2H5V1Z M5 2H6V3H5V2Z M5 3H6V4H5V3Z M5 4H6V5H5V4Z M4 4H5V5H4V4Z M2 2H3V3H2V2Z M2 2H3V3H2V2Z.M3 4H4V5H3V4Z M2 4H3V5H2V4Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M5 1H6V2H5V1Z M5 2H6V3H5V2Z M5 3H6V4H5V3Z M5 4H6V5H5V4Z M4 4H5V5H4V4Z M2 2H3V3H2V2Z M2 2H3V3H2V2Z.M3 4H4V5H3V4Z M2 4H3V5H2V4Z M2 3H3V4H2V3Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M5 1H6V2H5V1Z M5 2H6V3H5V2Z M5 3H6V4H5V3Z M5 4H6V5H5V4Z M4 4H5V5H4V4Z M2 2H3V3H2V2Z M2 2H3V3H2V2Z.M3 4H4V5H3V4Z M2 4H3V5H2V4Z M2 3H3V4H2V3Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M5 1H6V2H5V1Z M5 2H6V3H5V2Z M5 3H6V4H5V3Z M5 4H6V5H5V4Z M4 4H5V5H4V4Z M2 2H3V3H2V2Z M2 2H3V3H2V2Z M2 1H3V2H2V1Z.M3 4H4V5H3V4Z M2 4H3V5H2V4Z M2 3H3V4H2V3Z M2 0H3V1H2V0Z M5 0H6V1H5V0Z M5 1H6V2H5V1Z M5 2H6V3H5V2Z M5 3H6V4H5V3Z M5 4H6V5H5V4Z M4 4H5V5H4V4Z M2 2H3V3H2V2Z M2 2H3V3H2V2Z M2 1H3V2H2V1Z.M3 4H4V5H3V4Z M2 4H3V5H2V4Z M2 3H3V4H2V3Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M5 1H6V2H5V1Z M5 2H6V3H5V2Z M5 3H6V4H5V3Z M5 4H6V5H5V4Z M4 4H5V5H4V4Z M2 2H3V3H2V2Z M2 2H3V3H2V2Z M2 1H3V2H2V1Z.M3 4H4V5H3V4Z M2 4H3V5H2V4Z M2 3H3V4H2V3Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 2H6V3H5V2Z M5 3H6V4H5V3Z M5 4H6V5H5V4Z M4 4H5V5H4V4Z M2 2H3V3H2V2Z M2 2H3V3H2V2Z M2 1H3V2H2V1Z.M3 4H4V5H3V4Z M2 4H3V5H2V4Z M2 3H3V4H2V3Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M5 3H6V4H5V3Z M5 4H6V5H5V4Z M4 4H5V5H4V4Z M2 2H3V3H2V2Z M2 2H3V3H2V2Z M2 1H3V2H2V1Z.M3 4H4V5H3V4Z M2 4H3V5H2V4Z M2 3H3V4H2V3Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M6 0H7V1H6V0Z M5 4H6V5H5V4Z M4 4H5V5H4V4Z M2 2H3V3H2V2Z M2 2H3V3H2V2Z M2 1H3V2H2V1Z.M3 4H4V5H3V4Z M2 4H3V5H2V4Z M2 3H3V4H2V3Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M6 0H7V1H6V0Z M4 4H5V5H4V4Z M2 2H3V3H2V2Z M2 2H3V3H2V2Z M2 1H3V2H2V1Z.M3 4H4V5H3V4Z M2 4H3V5H2V4Z M2 3H3V4H2V3Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M6 0H7V1H6V0Z M2 2H3V3H2V2Z M2 2H3V3H2V2Z M2 1H3V2H2V1Z.M2 4H3V5H2V4Z M2 3H3V4H2V3Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M6 0H7V1H6V0Z M2 2H3V3H2V2Z M2 2H3V3H2V2Z M2 1H3V2H2V1Z.M2 3H3V4H2V3Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M6 0H7V1H6V0Z M2 2H3V3H2V2Z M2 2H3V3H2V2Z M2 1H3V2H2V1Z.M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M6 0H7V1H6V0Z M2 2H3V3H2V2Z M2 2H3V3H2V2Z M2 1H3V2H2V1Z.M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M6 0H7V1H6V0Z M2 1H3V2H2V1Z.M2 0H3V1H2V0Z M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M6 0H7V1H6V0Z.M3 0H4V1H3V0Z M4 0H5V1H4V0Z M5 0H6V1H5V0Z M6 0H7V1H6V0Z.M4 0H5V1H4V0Z M5 0H6V1H5V0Z M6 0H7V1H6V0Z.M5 0H6V1H5V0Z M6 0H7V1H6V0Z.M6 0H7V1H6V0Z.M1 2H2V3H1V2Z M2 1H3V2H2V1Z M2 3H3V4H2V3Z M3 2H4V3H3V2Z.M1 2H2V3H1V2Z M2 1H3V2H2V1Z M2 3H3V4H2V3Z M3 2H4V3H3V2Z.M1 2H2V3H1V2Z M2 1H3V2H2V1Z M2 3H3V4H2V3Z M3 2H4V3H3V2Z.M2 2H3V3H2V2Z.M2 2H3V3H2V2Z".split(".")
1379
+ },
1380
+ "snake-eight": {
1381
+ viewBox: "0 0 7 5",
1382
+ delay: 100,
1383
+ frames: /* @__PURE__ */ "M0 0H1V1H0V0Z M1 0H2V1H1V0Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M3 1H4V2H3V1Z.M0 1H1V2H0V1Z M0 0H1V1H0V0Z M1 0H2V1H1V0Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z.M0 2H1V3H0V2Z M0 1H1V2H0V1Z M0 0H1V1H0V0Z M1 0H2V1H1V0Z M2 0H3V1H2V0Z.M0 3H1V4H0V3Z M0 2H1V3H0V2Z M0 1H1V2H0V1Z M0 0H1V1H0V0Z M1 0H2V1H1V0Z.M0 4H1V5H0V4Z M0 3H1V4H0V3Z M0 2H1V3H0V2Z M0 1H1V2H0V1Z M0 0H1V1H0V0Z.M1 4H2V5H1V4Z M0 4H1V5H0V4Z M0 3H1V4H0V3Z M0 2H1V3H0V2Z M0 1H1V2H0V1Z.M2 4H3V5H2V4Z M1 4H2V5H1V4Z M0 4H1V5H0V4Z M0 3H1V4H0V3Z M0 2H1V3H0V2Z.M3 4H4V5H3V4Z M2 4H3V5H2V4Z M1 4H2V5H1V4Z M0 4H1V5H0V4Z M0 3H1V4H0V3Z.M3 3H4V4H3V3Z M3 4H4V5H3V4Z M2 4H3V5H2V4Z M1 4H2V5H1V4Z M0 4H1V5H0V4Z.M3 2H4V3H3V2Z M3 3H4V4H3V3Z M3 4H4V5H3V4Z M2 4H3V5H2V4Z M1 4H2V5H1V4Z.M3 1H4V2H3V1Z M3 2H4V3H3V2Z M3 3H4V4H3V3Z M3 4H4V5H3V4Z M2 4H3V5H2V4Z.M3 0H4V1H3V0Z M3 1H4V2H3V1Z M3 2H4V3H3V2Z M3 3H4V4H3V3Z M3 4H4V5H3V4Z.M4 0H5V1H4V0Z M3 0H4V1H3V0Z M3 1H4V2H3V1Z M3 2H4V3H3V2Z M3 3H4V4H3V3Z.M5 0H6V1H5V0Z M4 0H5V1H4V0Z M3 0H4V1H3V0Z M3 1H4V2H3V1Z M3 2H4V3H3V2Z.M6 0H7V1H6V0Z M5 0H6V1H5V0Z M4 0H5V1H4V0Z M3 0H4V1H3V0Z M3 1H4V2H3V1Z.M6 1H7V2H6V1Z M6 0H7V1H6V0Z M5 0H6V1H5V0Z M4 0H5V1H4V0Z M3 0H4V1H3V0Z.M6 2H7V3H6V2Z M6 1H7V2H6V1Z M6 0H7V1H6V0Z M5 0H6V1H5V0Z M4 0H5V1H4V0Z.M6 3H7V4H6V3Z M6 2H7V3H6V2Z M6 1H7V2H6V1Z M6 0H7V1H6V0Z M5 0H6V1H5V0Z.M6 4H7V5H6V4Z M6 3H7V4H6V3Z M6 2H7V3H6V2Z M6 1H7V2H6V1Z M6 0H7V1H6V0Z.M5 4H6V5H5V4Z M6 4H7V5H6V4Z M6 3H7V4H6V3Z M6 2H7V3H6V2Z M6 1H7V2H6V1Z.M4 4H5V5H4V4Z M5 4H6V5H5V4Z M6 4H7V5H6V4Z M6 3H7V4H6V3Z M6 2H7V3H6V2Z.M3 4H4V5H3V4Z M4 4H5V5H4V4Z M5 4H6V5H5V4Z M6 4H7V5H6V4Z M6 3H7V4H6V3Z.M3 3H4V4H3V3Z M3 4H4V5H3V4Z M4 4H5V5H4V4Z M5 4H6V5H5V4Z M6 4H7V5H6V4Z.M3 2H4V3H3V2Z M3 3H4V4H3V3Z M3 4H4V5H3V4Z M4 4H5V5H4V4Z M5 4H6V5H5V4Z.M3 1H4V2H3V1Z M3 2H4V3H3V2Z M3 3H4V4H3V3Z M3 4H4V5H3V4Z M4 4H5V5H4V4Z.M3 0H4V1H3V0Z M3 1H4V2H3V1Z M3 2H4V3H3V2Z M3 3H4V4H3V3Z M3 4H4V5H3V4Z.M2 0H3V1H2V0Z M3 0H4V1H3V0Z M3 1H4V2H3V1Z M3 2H4V3H3V2Z M3 3H4V4H3V3Z.M1 0H2V1H1V0Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M3 1H4V2H3V1Z M3 2H4V3H3V2Z".split(".")
1384
+ },
1385
+ spark: {
1386
+ viewBox: "0 0 7 5",
1387
+ delay: 250,
1388
+ frames: ["M1 0H2V1H1V0Z M3 1H4V2H3V1Z M5 0H6V1H5V0Z M0 2H1V3H0V2Z M6 2H7V3H6V2Z M3 3H4V4H3V3Z M1 4H2V5H1V4Z M2 2H3V3H2V2Z M4 2H5V3H4V2Z M5 4H6V5H5V4Z", "M0 1H1V2H0V1Z M3 1H4V2H3V1Z M6 1H7V2H6V1Z M6 3H7V4H6V3Z M3 3H4V4H3V3Z M0 3H1V4H0V3Z M2 2H3V3H2V2Z M4 2H5V3H4V2Z"]
1389
+ },
1390
+ spectrum: {
1391
+ viewBox: "0 0 7 5",
1392
+ delay: 250,
1393
+ frames: [
1394
+ "M0 1H1V4H0V1Z M2 0H3V5H2V0Z M4 2H5V3H4V2Z M6 1H7V4H6V1Z",
1395
+ "M0 2H1V3H0V2Z M2 1H3V4H2V1Z M4 1H5V4H4V1Z M6 0H7V5H6V0Z",
1396
+ "M0 1H1V4H0V1Z M2 2H3V3H2V2Z M4 0H5V5H4V0Z M6 1H7V4H6V1Z",
1397
+ "M0 0H1V5H0V0Z M2 1H3V4H2V1Z M4 1H5V4H4V1Z M6 2H7V3H6V2Z"
1398
+ ]
1399
+ },
1400
+ speedometer: {
1401
+ viewBox: "0 0 7 5",
1402
+ delay: 250,
1403
+ frames: [
1404
+ "M1 4H2V5H1V4Z M0 2H1V3H0V2Z M1 1H2V2H1V1Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M6 2H7V3H6V2Z M6 3H7V4H6V3Z M5 4H6V5H5V4Z M0 3H1V4H0V3Z M3 3H4V4H3V3Z M2 2H3V3H2V2Z M4 0H5V1H4V0Z M5 1H6V2H5V1Z",
1405
+ "M1 4H2V5H1V4Z M0 2H1V3H0V2Z M1 1H2V2H1V1Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M6 2H7V3H6V2Z M6 3H7V4H6V3Z M5 4H6V5H5V4Z M0 3H1V4H0V3Z M3 3H4V4H3V3Z M3 2H4V3H3V2Z M3 1H4V2H3V1Z M4 0H5V1H4V0Z M5 1H6V2H5V1Z",
1406
+ "M1 4H2V5H1V4Z M0 2H1V3H0V2Z M1 1H2V2H1V1Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M6 2H7V3H6V2Z M6 3H7V4H6V3Z M5 4H6V5H5V4Z M0 3H1V4H0V3Z M3 3H4V4H3V3Z M4 2H5V3H4V2Z M4 0H5V1H4V0Z M5 1H6V2H5V1Z",
1407
+ "M1 4H2V5H1V4Z M0 2H1V3H0V2Z M1 1H2V2H1V1Z M2 0H3V1H2V0Z M3 0H4V1H3V0Z M6 2H7V3H6V2Z M6 3H7V4H6V3Z M5 4H6V5H5V4Z M0 3H1V4H0V3Z M3 3H4V4H3V3Z M3 2H4V3H3V2Z M3 1H4V2H3V1Z M4 0H5V1H4V0Z M5 1H6V2H5V1Z"
1408
+ ]
1409
+ },
1410
+ terminal: {
1411
+ viewBox: "0 0 7 5",
1412
+ delay: 500,
1413
+ frames: ["M1 2H2V3H1V2Z M1 0H2V1H1V0Z M1 4H2V5H1V4Z M2 3H3V4H2V3Z M2 1H3V2H2V1Z M2 0H3V1H2V0Z M3 0H4V5H3V0Z M4 0H5V3H4V0Z M4 4H5V5H4V4Z M5 0H6V3H5V0Z M5 4H6V5H5V4Z M6 0H7V5H6V0Z M2 4H3V5H2V4Z M0 0H1V5H0V0Z", "M1 2H2V3H1V2Z M1 0H2V1H1V0Z M1 4H2V5H1V4Z M2 3H3V4H2V3Z M2 1H3V2H2V1Z M2 0H3V1H2V0Z M3 0H4V5H3V0Z M4 0H6V5H4V0Z M6 0H7V5H6V0Z M2 4H3V5H2V4Z M0 0H1V5H0V0Z"]
1414
+ },
1415
+ "wi-fi": {
1416
+ viewBox: "0 0 7 5",
1417
+ delay: 250,
1418
+ frames: [
1419
+ "M3 4H4V5H3V4Z",
1420
+ "M3 4H4V5H3V4Z M5 3H6V4H5V3Z M1 3H2V4H1V3Z M2 2H5V3H2V2Z",
1421
+ "M3 4H4V5H3V4Z M5 3H6V4H5V3Z M6 1H7V2H6V1Z M1 3H2V4H1V3Z M0 1H1V2H0V1Z M2 2H5V3H2V2Z M1 0H6V1H1V0Z"
1422
+ ]
1227
1423
  }
1228
1424
  }, De = Object.keys($);
1229
1425
  //#endregion
package/dist/systm.css CHANGED
@@ -1,2 +1,2 @@
1
- :root{--spacing:5px;--radius:1px;--lv0:#fff;--lv1:#fbfbfb;--lv2:#efefef;--lv3:#cfcfcf;--lv4:#757575;--lv5:#4a4a50;--lv6:#1a1a21;--lv7:#121215;--lv8:#080809;--CSignal:#ff4238;--CTeal:#72f5c6;--CPureBlue:#00f;--font-family:"Inter", sans-serif;--text-2xs:350 10px/1.5 var(--font-family);--text-xs:350 11px/1.5 var(--font-family);--text-sm:350 13px/1.5 var(--font-family);--text-base:350 15px/1.5 var(--font-family);--text-lg:350 17px/1.4 var(--font-family);--text-xl:350 19px/1.4 var(--font-family);--text-2xl:350 24px/1.25 var(--font-family);--text-3xl:350 30px/1.2 var(--font-family);--text-4xl:350 36px/1.15 var(--font-family);--light:300;--book:350;--reg:400;--med:500;--semi:600;--bold:700}@media (prefers-color-scheme:dark){:root{--lv0:#080809;--lv1:#121215;--lv2:#1a1a21;--lv3:#393941;--lv4:#565661;--lv5:#8f8f97;--lv6:#efefef;--lv7:#fbfbfb;--lv8:#fff}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root{--pattern-checkerboard-light:url("data:image/svg+xml,%3Csvg width='2' height='2' viewBox='0 0 2 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='1' width='1' height='1' fill='%23080809'/%3E%3Crect x='1' width='1' height='1' fill='%23080809'/%3E%3C/svg%3E");--pattern-checkerboard-dark:url("data:image/svg+xml,%3Csvg width='2' height='2' viewBox='0 0 2 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='1' width='1' height='1' fill='%23ffffff'/%3E%3Crect x='1' width='1' height='1' fill='%23ffffff'/%3E%3C/svg%3E");--pattern-checkerboard-spaced-4-light:url("data:image/svg+xml,%3Csvg width='4' height='4' viewBox='0 0 4 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1' height='1' fill='%23080809'/%3E%3Crect x='2' y='2' width='1' height='1' fill='%23080809'/%3E%3C/svg%3E");--pattern-checkerboard-spaced-4-dark:url("data:image/svg+xml,%3Csvg width='4' height='4' viewBox='0 0 4 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1' height='1' fill='%23ffffff'/%3E%3Crect x='2' y='2' width='1' height='1' fill='%23ffffff'/%3E%3C/svg%3E");--pattern-checkerboard-spaced-6-light:url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1' height='1' fill='%23080809'/%3E%3Crect x='3' y='3' width='1' height='1' fill='%23080809'/%3E%3C/svg%3E");--pattern-checkerboard-spaced-6-dark:url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1' height='1' fill='%23ffffff'/%3E%3Crect x='3' y='3' width='1' height='1' fill='%23ffffff'/%3E%3C/svg%3E");--pattern-checkerboard-spaced-8-light:url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1' height='1' fill='%23080809'/%3E%3Crect x='4' y='4' width='1' height='1' fill='%23080809'/%3E%3C/svg%3E");--pattern-checkerboard-spaced-8-dark:url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1' height='1' fill='%23ffffff'/%3E%3Crect x='4' y='4' width='1' height='1' fill='%23ffffff'/%3E%3C/svg%3E");--pattern-checkerboard-spaced-10-light:url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1' height='1' fill='%23080809'/%3E%3Crect x='5' y='5' width='1' height='1' fill='%23080809'/%3E%3C/svg%3E");--pattern-checkerboard-spaced-10-dark:url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1' height='1' fill='%23ffffff'/%3E%3Crect x='5' y='5' width='1' height='1' fill='%23ffffff'/%3E%3C/svg%3E");--pattern-grid-6-light:url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1' height='1' fill='%23080809'/%3E%3C/svg%3E");--pattern-grid-6-dark:url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1' height='1' fill='%23ffffff'/%3E%3C/svg%3E");--pattern-grid-12-light:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1' height='1' fill='%23080809'/%3E%3C/svg%3E");--pattern-grid-12-dark:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1' height='1' fill='%23ffffff'/%3E%3C/svg%3E");--pattern-grid-24-light:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1' height='1' fill='%23080809'/%3E%3C/svg%3E");--pattern-grid-24-dark:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1' height='1' fill='%23ffffff'/%3E%3C/svg%3E")}._button_1sns4_1{cursor:pointer;border-radius:var(--radius);box-sizing:border-box;border:none;align-items:center;display:inline-flex}._button_1sns4_1:disabled{opacity:.5;cursor:not-allowed}._button_1sns4_1:focus-visible{outline:2px solid var(--lv5);outline-offset:2px}._micro_1sns4_22{font:var(--text-xs);font-weight:var(--med);gap:7px;height:30px;padding:0 10px}._default_1sns4_30{font:var(--text-sm);font-weight:var(--med);gap:10px;height:40px;padding:0 15px}._large_1sns4_38{font:var(--text-base);font-weight:var(--med);gap:10px;height:50px;padding:0 20px}._primary_1sns4_47{background:var(--lv7);color:var(--lv1);border:none}._primary_1sns4_47:hover:not(:disabled){opacity:.8}._secondary_1sns4_57{border:1px solid var(--lv3);color:var(--lv6);background:0 0}._secondary_1sns4_57:hover:not(:disabled){border-color:var(--lv4)}._ghost_1sns4_67{color:var(--lv5);background:0 0;border:none}._ghost_1sns4_67:hover:not(:disabled){background:var(--lv2)}._checkboxWrapper_1vygn_1{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:7px;display:flex}._checkbox_1vygn_1{border-radius:var(--radius);background:var(--lv2);appearance:none;cursor:pointer;width:17px;height:17px;position:relative}._checkboxWrapper_1vygn_1:hover ._checkbox_1vygn_1:not(:disabled),._checkbox_1vygn_1:checked{background-color:var(--lv3)}._checkbox_1vygn_1:checked:after{content:"";border-radius:var(--radius);background-color:var(--lv8);width:11px;height:11px;position:absolute;top:3px;left:3px}._checkbox_1vygn_1:focus-visible{outline:2px solid var(--lv5);outline-offset:2px}._label_1vygn_44{font:var(--text-sm);color:var(--lv7)}._score_1vygn_48{font:var(--text-xs);color:var(--lv5);padding-top:1px}._disabled_1vygn_55{cursor:not-allowed}._checkbox_1vygn_1:disabled{cursor:not-allowed;opacity:.5;pointer-events:none}._disabled_1vygn_55 ._label_1vygn_44,._disabled_1vygn_55 ._score_1vygn_48{opacity:.5}._container_dlzj1_1{border-radius:var(--radius);height:100%}._default_dlzj1_5{background:var(--lv2);padding:var(--spacing)}@media (prefers-color-scheme:dark){._default_dlzj1_5{background:var(--lv1)}}._container_10bfq_1{background:var(--lv0);border-radius:var(--radius);padding:calc(var(--spacing) * 3);margin-bottom:var(--spacing);flex-direction:column;gap:15px;display:flex}._header_10bfq_11{--lv5:var(--lv4);cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:0;display:flex}._header_10bfq_11:focus-visible{outline:2px solid var(--lv5);outline-offset:2px;border-radius:var(--radius)}._title_10bfq_31{font:var(--text-sm);color:var(--lv7);align-items:center;display:flex}._toggleButton_10bfq_38{all:unset;cursor:pointer;color:inherit;justify-content:center;align-items:center;display:inline-flex}._body_10bfq_49{gap:10px}._wrapper_tf1yl_1{flex-direction:column;gap:4px;display:flex}._label_tf1yl_7{font:var(--text-sm);color:var(--lv8)}._inputContainer_tf1yl_12{align-items:center;gap:8px;display:flex;position:relative}._input_tf1yl_12{width:100%;color:var(--lv8);box-sizing:border-box;caret-color:var(--lv7);background:0 0;border:none;border-radius:1px}._input_tf1yl_12[type=search]{appearance:none}._input_tf1yl_12:not(._focus_tf1yl_35):focus{outline:none}._input_tf1yl_12._focus_tf1yl_35:focus{outline:.5px solid var(--lv7);outline-offset:0;box-shadow:none;border-radius:1px}._input_tf1yl_12::placeholder{color:var(--lv4);transition:opacity .2s}._searchIcon_tf1yl_52{--search-icon-color:var(--lv4);height:100%;color:var(--search-icon-color);pointer-events:none;align-items:center;transition:color .2s;display:flex;position:absolute}._inputContainer_tf1yl_12:focus-within ._searchIcon_tf1yl_52{--search-icon-color:var(--lv7)}._rightContent_tf1yl_67{align-content:center;align-items:center;gap:10px;height:100%;display:flex;position:absolute;right:5px}._sizeMicro_tf1yl_78 ._input_tf1yl_12{font:var(--text-xs)!important;height:30px!important;padding-left:25px!important}._sizeMicro_tf1yl_78 ._searchIcon_tf1yl_52{left:5px}._sizeDefault_tf1yl_87 ._input_tf1yl_12{font:var(--text-base)!important;height:40px!important;padding-left:35px!important}._sizeDefault_tf1yl_87 ._searchIcon_tf1yl_52{left:7px}._input_tf1yl_12:focus::placeholder{opacity:0}._input_tf1yl_12::selection{background:var(--lv3)}._input_tf1yl_12:disabled{opacity:.6;cursor:not-allowed}._error_tf1yl_110{border-color:var(--CSignal)}._errorText_tf1yl_114{font:var(--text-2xs);color:var(--CSignal)}._wrapper_su5p5_1{flex-direction:column;gap:4px;display:flex}._label_su5p5_7{font:var(--text-xs);color:var(--lv6)}._input_su5p5_12{font:var(--text-xs);border:1px solid var(--lv3);border-radius:var(--radius);height:30px;color:var(--lv7);background:0 0;padding:10px}._input_su5p5_12:not(:disabled):hover,._input_su5p5_12:not(:disabled):active{border-color:var(--lv5)}._input_su5p5_12:focus{border-color:var(--lv5);outline:none}._input_su5p5_12::placeholder{color:var(--lv5)}._input_su5p5_12:disabled{opacity:.6;cursor:not-allowed}._input_su5p5_12::selection{background:var(--lv3)}._input_su5p5_12[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}._input_su5p5_12[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}._input_su5p5_12[type=number]{appearance:textfield}._error_su5p5_61,._error_su5p5_61:focus{border-color:var(--CSignal)}._errorText_su5p5_69{font:var(--text-2xs);color:var(--CSignal)}._borderBottom_su5p5_75{border:none;border-bottom:1px solid var(--lv3);border-radius:0;padding:0}._borderBottom_su5p5_75:not(:disabled):hover,._borderBottom_su5p5_75:not(:disabled):active{border-bottom-color:var(--lv5)}._borderBottom_su5p5_75:focus{border-bottom-color:var(--lv5);outline:none}._borderBottom_su5p5_75._error_su5p5_61,._borderBottom_su5p5_75._error_su5p5_61:focus{border-bottom-color:var(--CSignal)}._radioWrapper_1faq0_1{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:7px;display:flex}._radioInput_1faq0_9{opacity:0;cursor:pointer;width:17px;height:17px;position:absolute}._radioInput_1faq0_9:disabled{cursor:not-allowed}._radioInput_1faq0_9:focus-visible+._customRadio_1faq0_23{outline:2px solid var(--lv5);outline-offset:2px}._customRadio_1faq0_23{background:var(--lv2);appearance:none;cursor:pointer;border-radius:50%;width:17px;height:17px;position:relative}._radioWrapper_1faq0_1:hover ._radioInput_1faq0_9:not(:disabled):not(:checked)+._customRadio_1faq0_23,._radioInput_1faq0_9:checked+._customRadio_1faq0_23{background-color:var(--lv3)}._radioInput_1faq0_9:checked+._customRadio_1faq0_23:after{content:"";background-color:var(--lv8);border-radius:50%;width:11px;height:11px;position:absolute;top:3px;left:3px}._labelText_1faq0_57{font:var(--text-sm);color:var(--lv7)}._disabled_1faq0_63{cursor:not-allowed}._radioInput_1faq0_9:disabled+._customRadio_1faq0_23{opacity:.5;pointer-events:none}._disabled_1faq0_63 ._labelText_1faq0_57{opacity:.5}._switch_1xsea_1{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:7px;display:flex}._switch_1xsea_1 input{opacity:0;cursor:pointer;width:28px;height:18px;position:absolute}._switch_1xsea_1 input:disabled{cursor:not-allowed}._switch_1xsea_1 input:focus-visible+._slider_1xsea_23{outline:2px solid var(--lv5);outline-offset:2px}._label_1xsea_28{font:var(--text-sm);color:var(--lv7)}._slider_1xsea_23{background:var(--lv2);border-radius:var(--radius);width:28px;height:18px;display:inline-block;position:relative}._switch_1xsea_1:not(._disabled_1xsea_43):hover input:not(:checked)+._slider_1xsea_23{background-color:var(--lv3)}._slider_1xsea_23:before{content:"";background-color:var(--lv8);border-radius:var(--radius);width:12px;height:12px;transition:transform 20ms;position:absolute;top:3px;left:3px}._switch_1xsea_1 input:checked+._slider_1xsea_23{background-color:var(--lv3)}._switch_1xsea_1 input:checked+._slider_1xsea_23:before{transform:translate(10px)}._switch_1xsea_1 input:disabled+._slider_1xsea_23{opacity:.5;pointer-events:none}._switch_1xsea_1._disabled_1xsea_43{cursor:not-allowed}._switch_1xsea_1._disabled_1xsea_43 ._label_1xsea_28{opacity:.5}._label_12as9_1{font:var(--text-xs);color:var(--lv6);margin-bottom:4px;display:block}._basetrack_12as9_8{border-radius:1px;width:100%;height:5px;position:relative}._basetrack_12as9_8:before{content:"";background-image:var(--pattern-checkerboard-light);opacity:.3;pointer-events:none;z-index:0;background-repeat:repeat;background-size:2px 2px;border-radius:1px;position:absolute;inset:0}@media (prefers-color-scheme:dark){._basetrack_12as9_8:before{background-image:var(--pattern-checkerboard-dark)}}._selectedtrack_12as9_36{background-color:var(--lv5);pointer-events:none;border-radius:1px;height:100%;position:absolute}._livetrack_12as9_43{pointer-events:none;border-radius:1px;height:100%;position:absolute}._livetrackFaceted_12as9_49,._livetrackDefault_12as9_52{background-color:var(--lv5)}._thumbs_12as9_55{background-color:var(--lv7);cursor:grab;border-radius:1px;outline:none;width:18px;height:13px;position:relative}._thumbs_12as9_55:before{content:"";width:24px;height:19px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._thumbs_12as9_55:focus{outline:none}._thumbs_12as9_55:focus-visible{outline:2px solid var(--lv5);outline-offset:2px}._thumbs_12as9_55._disabled_12as9_89{background-color:var(--lv5);cursor:not-allowed}._wrapper_15fsv_1{flex-direction:column;gap:4px;display:flex}._label_15fsv_7{font:var(--text-xs);color:var(--lv6)}._trigger_15fsv_12{all:unset;box-sizing:border-box;background:var(--lv0);width:100%;color:var(--lv7);border:1px solid var(--lv3);border-radius:var(--radius);cursor:pointer;justify-content:space-between;align-items:center;gap:10px;display:inline-flex}._micro_15fsv_28{height:30px;font:var(--text-xs);padding:0 10px}._default_15fsv_34{height:40px;font:var(--text-sm);padding:0 15px}._large_15fsv_40{height:50px;font:var(--text-base);padding:0 20px}._trigger_15fsv_12:hover:not([data-disabled]){border-color:var(--lv4)}._trigger_15fsv_12:focus-visible{outline:2px solid var(--lv5);outline-offset:2px}._trigger_15fsv_12[data-disabled]{opacity:.5;cursor:not-allowed}._icon_15fsv_60{color:var(--lv5);align-items:center;display:flex}._content_15fsv_68{background:var(--lv2);border-radius:var(--radius);z-index:1000;padding:6px;overflow:hidden}._viewport_15fsv_76{flex-direction:column;gap:2px;display:flex}._item_15fsv_82{all:unset;font:var(--text-sm);color:var(--lv5);border-radius:var(--radius);-webkit-user-select:none;user-select:none;cursor:pointer;justify-content:space-between;align-items:center;gap:8px;padding:7px 9px;display:flex}._item_15fsv_82[data-highlighted]{background-color:var(--lv3);outline:none}._item_15fsv_82[data-state=checked]{color:var(--lv7)}._itemIndicator_15fsv_105{align-items:center;display:flex}@media (prefers-color-scheme:dark){._content_15fsv_68{background:var(--lv1)}._item_15fsv_82[data-highlighted]{background-color:var(--lv2)}}._content_1qahr_1{background:var(--lv3);border-radius:var(--radius);padding:var(--spacing);z-index:1000;box-sizing:border-box;animation-duration:0s!important}._table_1b0iq_1{border-collapse:collapse;width:100%;font:var(--text-sm);background-color:var(--lv0)}._caption_1b0iq_8{caption-side:top;text-align:left;font:var(--text-sm);font-weight:var(--med);color:var(--lv7);padding:10px 15px}._table_1b0iq_1 th,._table_1b0iq_1 td{text-align:left;border:.5px solid var(--lv3);height:40px;padding:0 15px}._headerRow_1b0iq_25{background-color:var(--lv2)}._headerRow_1b0iq_25 th{font-weight:var(--med)}._dataRow_1b0iq_33{background-color:#0000}._dataRow_1b0iq_33 td{font-weight:var(--reg)}._cellInner_1b0iq_41{justify-content:space-between;align-items:center;display:flex}._cellLabel_1b0iq_47{flex-shrink:0;min-width:50%}._cellContent_1b0iq_52{align-items:center;gap:8px;display:flex}._value_1b0iq_58{font:var(--text-xs);font-weight:var(--book);color:var(--lv5)}._icon_1b0iq_64{width:14px;height:14px;color:var(--lv6);justify-content:center;align-items:center;display:flex}._tabs_11q71_1{border-bottom:1px solid var(--lv3);display:flex}._scrollable_11q71_11{scrollbar-width:none;--tabs-fade-start:0px;--tabs-fade-end:0px;-webkit-mask-image:linear-gradient(to right, transparent 0, #000 var(--tabs-fade-start), #000 calc(100% - var(--tabs-fade-end)), transparent 100%);-webkit-mask-image:linear-gradient(to right, transparent 0, #000 var(--tabs-fade-start), #000 calc(100% - var(--tabs-fade-end)), transparent 100%);mask-image:linear-gradient(to right, transparent 0, #000 var(--tabs-fade-start), #000 calc(100% - var(--tabs-fade-end)), transparent 100%);overflow:auto hidden}._scrollable_11q71_11[data-overflow-start]{--tabs-fade-start:22px}._scrollable_11q71_11[data-overflow-end]{--tabs-fade-end:22px}._scrollable_11q71_11::-webkit-scrollbar{display:none}._scrollable_11q71_11 ._tab_11q71_1{flex-shrink:0}._tab_11q71_1{font-weight:var(--med);color:var(--lv5);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;margin-bottom:-1px;display:inline-flex}._tab_11q71_1:hover{color:var(--lv7)}._active_11q71_54{color:var(--lv7);border-bottom-color:var(--lv7)}._micro_11q71_60{font:var(--text-xs);font-weight:var(--med);height:30px;padding:0 10px}._default_11q71_67{font:var(--text-sm);font-weight:var(--med);height:40px;padding:0 15px}._large_11q71_74{font:var(--text-base);font-weight:var(--med);height:50px;padding:0 20px}._wrapper_1a9jo_1{align-items:center;gap:5px;width:100%;display:flex}._track_1a9jo_8{border-radius:1px;flex:1;height:8px;position:relative}._track_1a9jo_8:before{content:"";background-image:var(--pattern-checkerboard-light);opacity:.3;pointer-events:none;background-repeat:repeat;background-size:2px 2px;border-radius:1px;position:absolute;inset:0}@media (prefers-color-scheme:dark){._track_1a9jo_8:before{background-image:var(--pattern-checkerboard-dark)}}._fill_1a9jo_36{background-color:var(--lv6);pointer-events:none;border-radius:1px;height:100%;position:absolute;top:0;left:0}._label_1a9jo_46{font:var(--text-xs);color:var(--lv6);text-align:right;flex-shrink:0;width:30px}._chip_iaxe0_1{color:var(--lv6);background-color:var(--lv2);font:var(--text-xs);white-space:nowrap;border-radius:10px;align-items:center;gap:4px;padding:2px 6px;display:inline-flex}._large_iaxe0_14{padding:3px 9px}._tooltip_1de7z_1{background:var(--lv3);color:var(--lv6);font:var(--text-xs);font-weight:var(--med);white-space:nowrap;pointer-events:none;z-index:100;border-radius:0;padding:4px 8px}._arrow_1de7z_13{fill:var(--lv3)}._wrapper_1w5vh_1{flex-direction:column;gap:10px;width:100%;display:flex}._chart_1w5vh_8{box-sizing:border-box;background-color:var(--lv0);border:1px solid var(--lv2);--chart-bar:var(--lv5);--chart-column-hover:var(--lv2);--chart-midline:var(--lv2);--chart-baseline:var(--lv3);--chart-crosshair:var(--lv4);width:100%;position:relative;overflow:hidden}@media (prefers-color-scheme:dark){._chart_1w5vh_8{--chart-bar:var(--lv4);--chart-column-hover:var(--lv2);--chart-midline:var(--lv2);--chart-baseline:var(--lv3);--chart-crosshair:var(--lv4)}}._svg_1w5vh_33{display:block;overflow:visible}._tooltip_1w5vh_39{background:var(--lv0);border:1px solid var(--lv2);pointer-events:none;z-index:10;min-width:90px;padding:8px 10px;position:absolute}._tooltipLabel_1w5vh_49{font:var(--text-2xs);color:var(--lv4);text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px}._tooltipRow_1w5vh_57{align-items:center;gap:6px;line-height:1.6;display:flex}._tooltipDot_1w5vh_64{flex-shrink:0;width:5px;height:5px}._tooltipName_1w5vh_70{font:var(--text-xs);color:var(--lv5);flex:1}._tooltipValue_1w5vh_76{font:var(--text-xs);font-weight:var(--med);color:var(--lv6)}._legend_1w5vh_83{flex-wrap:wrap;gap:16px;padding-left:8px;display:flex}._legendItem_1w5vh_90{align-items:center;gap:6px;display:flex}._legendMark_1w5vh_96{flex-shrink:0;width:12px;height:2px}._legendLabel_1w5vh_102{font:var(--text-xs);color:var(--lv5)}._wrapper_17ws4_1{flex-direction:column;gap:4px;display:flex}._label_17ws4_7{font:var(--text-xs);color:var(--lv6)}._textarea_17ws4_12{font:var(--text-xs);border:1px solid var(--lv3);border-radius:var(--radius);min-height:80px;color:var(--lv7);resize:vertical;background:0 0;padding:10px;font-family:inherit;line-height:1.5}._textarea_17ws4_12:not(:disabled):hover{border-color:var(--lv5)}._textarea_17ws4_12:focus{border-color:var(--lv5);outline:none}._textarea_17ws4_12::placeholder{color:var(--lv5)}._textarea_17ws4_12:disabled{opacity:.6;cursor:not-allowed;resize:none}._textarea_17ws4_12::selection{background:var(--lv3)}._error_17ws4_48,._error_17ws4_48:focus{border-color:var(--CSignal)}._errorText_17ws4_56{font:var(--text-2xs);color:var(--CSignal)}._overlay_xud7c_1{z-index:1000;background:#00000080;position:fixed;inset:0}._content_xud7c_8{width:90vw;max-width:480px;max-height:85vh;padding:calc(var(--spacing) * 4);background:var(--lv1);border-radius:var(--radius);z-index:1001;flex-direction:column;gap:12px;display:flex;position:fixed;top:50%;left:50%;overflow-y:auto;transform:translate(-50%,-50%)}._title_xud7c_26{font:var(--text-lg);font-weight:var(--med);color:var(--lv7);margin:0;padding-right:28px}._description_xud7c_34{font:var(--text-sm);color:var(--lv5);margin:0}._close_xud7c_40{top:calc(var(--spacing) * 3);right:calc(var(--spacing) * 3);width:24px;height:24px;color:var(--lv5);cursor:pointer;border-radius:var(--radius);background:0 0;border:none;justify-content:center;align-items:center;display:inline-flex;position:absolute}._close_xud7c_40:hover{background:var(--lv2);color:var(--lv7)}._srOnly_xud7c_62{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}._wrapper_aimna_1{flex-direction:column;gap:4px;display:flex}._label_aimna_7{font:var(--text-xs);color:var(--lv6)}._trigger_aimna_12{font:var(--text-xs);border:1px solid var(--lv3);border-radius:var(--radius);min-width:160px;height:30px;color:var(--lv7);cursor:pointer;background:0 0;justify-content:space-between;align-items:center;gap:8px;padding:0 10px;font-family:inherit;display:flex}._trigger_aimna_12:not(:disabled):hover{border-color:var(--lv5)}._trigger_aimna_12:focus-visible{border-color:var(--lv5);outline:none}._trigger_aimna_12:disabled{opacity:.6;cursor:not-allowed}._trigger_aimna_12._error_aimna_43{border-color:var(--CSignal)}._placeholder_aimna_47{color:var(--lv5)}._valueText_aimna_51{color:var(--lv7)}._calendar_aimna_55{background:var(--lv1);border-radius:var(--radius);z-index:1000;flex-direction:column;gap:6px;padding:10px;display:flex}._header_aimna_65{justify-content:space-between;align-items:center;display:flex}._monthLabel_aimna_71{font:var(--text-xs);font-weight:var(--med);color:var(--lv7)}._navButton_aimna_77{width:24px;height:24px;color:var(--lv5);cursor:pointer;border-radius:var(--radius);background:0 0;border:none;justify-content:center;align-items:center;display:inline-flex}._navButton_aimna_77:hover{background:var(--lv2);color:var(--lv7)}._weekdays_aimna_95,._grid_aimna_96{grid-template-columns:repeat(7,1fr);gap:2px;display:grid}._weekday_aimna_95{font:var(--text-2xs);color:var(--lv4);text-align:center;padding:4px 0}._day_aimna_109{width:30px;height:30px;font:var(--text-xs);color:var(--lv7);cursor:pointer;border-radius:var(--radius);background:0 0;border:none;justify-content:center;align-items:center;display:inline-flex}._day_aimna_109:hover{background:var(--lv2)}._outside_aimna_127{color:var(--lv3)}._today_aimna_131{outline:1px solid var(--lv4);outline-offset:-1px}._selected_aimna_136,._selected_aimna_136:hover{background:var(--lv7);color:var(--lv1)}._errorText_aimna_142{font:var(--text-2xs);color:var(--CSignal)}._spinner_wspyi_1{flex-shrink:0;display:inline-block}._frame_wspyi_8{opacity:0}@media (prefers-reduced-motion:reduce){._frame_wspyi_8{animation:none!important}._frame_wspyi_8:first-of-type{opacity:1}}@keyframes indx-spinner-3{0%{opacity:1}33.3333%{opacity:0}to{opacity:0}}@keyframes indx-spinner-4{0%{opacity:1}25%{opacity:0}to{opacity:0}}@keyframes indx-spinner-6{0%{opacity:1}16.6667%{opacity:0}to{opacity:0}}
1
+ :root{--spacing:5px;--radius:1px;--lv0:#fff;--lv1:#fbfbfb;--lv2:#efefef;--lv3:#cfcfcf;--lv4:#757575;--lv5:#4a4a50;--lv6:#1a1a21;--lv7:#121215;--lv8:#080809;--CSignal:#ff4238;--CTeal:#72f5c6;--CPureBlue:#00f;--font-family:"Inter", sans-serif;--text-2xs:350 10px/1.5 var(--font-family);--text-xs:350 11px/1.5 var(--font-family);--text-sm:350 13px/1.5 var(--font-family);--text-base:350 15px/1.5 var(--font-family);--text-lg:350 17px/1.4 var(--font-family);--text-xl:350 19px/1.4 var(--font-family);--text-2xl:350 24px/1.25 var(--font-family);--text-3xl:350 30px/1.2 var(--font-family);--text-4xl:350 36px/1.15 var(--font-family);--light:300;--book:350;--reg:400;--med:500;--semi:600;--bold:700}@media (prefers-color-scheme:dark){:root{--lv0:#080809;--lv1:#121215;--lv2:#1a1a21;--lv3:#393941;--lv4:#565661;--lv5:#8f8f97;--lv6:#efefef;--lv7:#fbfbfb;--lv8:#fff}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root{--pattern-checkerboard-light:url("data:image/svg+xml,%3Csvg width='2' height='2' viewBox='0 0 2 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='1' width='1' height='1' fill='%23080809'/%3E%3Crect x='1' width='1' height='1' fill='%23080809'/%3E%3C/svg%3E");--pattern-checkerboard-dark:url("data:image/svg+xml,%3Csvg width='2' height='2' viewBox='0 0 2 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='1' width='1' height='1' fill='%23ffffff'/%3E%3Crect x='1' width='1' height='1' fill='%23ffffff'/%3E%3C/svg%3E");--pattern-checkerboard-spaced-4-light:url("data:image/svg+xml,%3Csvg width='4' height='4' viewBox='0 0 4 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1' height='1' fill='%23080809'/%3E%3Crect x='2' y='2' width='1' height='1' fill='%23080809'/%3E%3C/svg%3E");--pattern-checkerboard-spaced-4-dark:url("data:image/svg+xml,%3Csvg width='4' height='4' viewBox='0 0 4 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1' height='1' fill='%23ffffff'/%3E%3Crect x='2' y='2' width='1' height='1' fill='%23ffffff'/%3E%3C/svg%3E");--pattern-checkerboard-spaced-6-light:url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1' height='1' fill='%23080809'/%3E%3Crect x='3' y='3' width='1' height='1' fill='%23080809'/%3E%3C/svg%3E");--pattern-checkerboard-spaced-6-dark:url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1' height='1' fill='%23ffffff'/%3E%3Crect x='3' y='3' width='1' height='1' fill='%23ffffff'/%3E%3C/svg%3E");--pattern-checkerboard-spaced-8-light:url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1' height='1' fill='%23080809'/%3E%3Crect x='4' y='4' width='1' height='1' fill='%23080809'/%3E%3C/svg%3E");--pattern-checkerboard-spaced-8-dark:url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1' height='1' fill='%23ffffff'/%3E%3Crect x='4' y='4' width='1' height='1' fill='%23ffffff'/%3E%3C/svg%3E");--pattern-checkerboard-spaced-10-light:url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1' height='1' fill='%23080809'/%3E%3Crect x='5' y='5' width='1' height='1' fill='%23080809'/%3E%3C/svg%3E");--pattern-checkerboard-spaced-10-dark:url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1' height='1' fill='%23ffffff'/%3E%3Crect x='5' y='5' width='1' height='1' fill='%23ffffff'/%3E%3C/svg%3E");--pattern-grid-6-light:url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1' height='1' fill='%23080809'/%3E%3C/svg%3E");--pattern-grid-6-dark:url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1' height='1' fill='%23ffffff'/%3E%3C/svg%3E");--pattern-grid-12-light:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1' height='1' fill='%23080809'/%3E%3C/svg%3E");--pattern-grid-12-dark:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1' height='1' fill='%23ffffff'/%3E%3C/svg%3E");--pattern-grid-24-light:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1' height='1' fill='%23080809'/%3E%3C/svg%3E");--pattern-grid-24-dark:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1' height='1' fill='%23ffffff'/%3E%3C/svg%3E")}._button_1sns4_1{cursor:pointer;border-radius:var(--radius);box-sizing:border-box;border:none;align-items:center;display:inline-flex}._button_1sns4_1:disabled{opacity:.5;cursor:not-allowed}._button_1sns4_1:focus-visible{outline:2px solid var(--lv5);outline-offset:2px}._micro_1sns4_22{font:var(--text-xs);font-weight:var(--med);gap:7px;height:30px;padding:0 10px}._default_1sns4_30{font:var(--text-sm);font-weight:var(--med);gap:10px;height:40px;padding:0 15px}._large_1sns4_38{font:var(--text-base);font-weight:var(--med);gap:10px;height:50px;padding:0 20px}._primary_1sns4_47{background:var(--lv7);color:var(--lv1);border:none}._primary_1sns4_47:hover:not(:disabled){opacity:.8}._secondary_1sns4_57{border:1px solid var(--lv3);color:var(--lv6);background:0 0}._secondary_1sns4_57:hover:not(:disabled){border-color:var(--lv4)}._ghost_1sns4_67{color:var(--lv5);background:0 0;border:none}._ghost_1sns4_67:hover:not(:disabled){background:var(--lv2)}._checkboxWrapper_1vygn_1{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:7px;display:flex}._checkbox_1vygn_1{border-radius:var(--radius);background:var(--lv2);appearance:none;cursor:pointer;width:17px;height:17px;position:relative}._checkboxWrapper_1vygn_1:hover ._checkbox_1vygn_1:not(:disabled),._checkbox_1vygn_1:checked{background-color:var(--lv3)}._checkbox_1vygn_1:checked:after{content:"";border-radius:var(--radius);background-color:var(--lv8);width:11px;height:11px;position:absolute;top:3px;left:3px}._checkbox_1vygn_1:focus-visible{outline:2px solid var(--lv5);outline-offset:2px}._label_1vygn_44{font:var(--text-sm);color:var(--lv7)}._score_1vygn_48{font:var(--text-xs);color:var(--lv5);padding-top:1px}._disabled_1vygn_55{cursor:not-allowed}._checkbox_1vygn_1:disabled{cursor:not-allowed;opacity:.5;pointer-events:none}._disabled_1vygn_55 ._label_1vygn_44,._disabled_1vygn_55 ._score_1vygn_48{opacity:.5}._container_dlzj1_1{border-radius:var(--radius);height:100%}._default_dlzj1_5{background:var(--lv2);padding:var(--spacing)}@media (prefers-color-scheme:dark){._default_dlzj1_5{background:var(--lv1)}}._container_10bfq_1{background:var(--lv0);border-radius:var(--radius);padding:calc(var(--spacing) * 3);margin-bottom:var(--spacing);flex-direction:column;gap:15px;display:flex}._header_10bfq_11{--lv5:var(--lv4);cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:0;display:flex}._header_10bfq_11:focus-visible{outline:2px solid var(--lv5);outline-offset:2px;border-radius:var(--radius)}._title_10bfq_31{font:var(--text-sm);color:var(--lv7);align-items:center;display:flex}._toggleButton_10bfq_38{all:unset;cursor:pointer;color:inherit;justify-content:center;align-items:center;display:inline-flex}._body_10bfq_49{gap:10px}._wrapper_tf1yl_1{flex-direction:column;gap:4px;display:flex}._label_tf1yl_7{font:var(--text-sm);color:var(--lv8)}._inputContainer_tf1yl_12{align-items:center;gap:8px;display:flex;position:relative}._input_tf1yl_12{width:100%;color:var(--lv8);box-sizing:border-box;caret-color:var(--lv7);background:0 0;border:none;border-radius:1px}._input_tf1yl_12[type=search]{appearance:none}._input_tf1yl_12:not(._focus_tf1yl_35):focus{outline:none}._input_tf1yl_12._focus_tf1yl_35:focus{outline:.5px solid var(--lv7);outline-offset:0;box-shadow:none;border-radius:1px}._input_tf1yl_12::placeholder{color:var(--lv4);transition:opacity .2s}._searchIcon_tf1yl_52{--search-icon-color:var(--lv4);height:100%;color:var(--search-icon-color);pointer-events:none;align-items:center;transition:color .2s;display:flex;position:absolute}._inputContainer_tf1yl_12:focus-within ._searchIcon_tf1yl_52{--search-icon-color:var(--lv7)}._rightContent_tf1yl_67{align-content:center;align-items:center;gap:10px;height:100%;display:flex;position:absolute;right:5px}._sizeMicro_tf1yl_78 ._input_tf1yl_12{font:var(--text-xs)!important;height:30px!important;padding-left:25px!important}._sizeMicro_tf1yl_78 ._searchIcon_tf1yl_52{left:5px}._sizeDefault_tf1yl_87 ._input_tf1yl_12{font:var(--text-base)!important;height:40px!important;padding-left:35px!important}._sizeDefault_tf1yl_87 ._searchIcon_tf1yl_52{left:7px}._input_tf1yl_12:focus::placeholder{opacity:0}._input_tf1yl_12::selection{background:var(--lv3)}._input_tf1yl_12:disabled{opacity:.6;cursor:not-allowed}._error_tf1yl_110{border-color:var(--CSignal)}._errorText_tf1yl_114{font:var(--text-2xs);color:var(--CSignal)}._wrapper_su5p5_1{flex-direction:column;gap:4px;display:flex}._label_su5p5_7{font:var(--text-xs);color:var(--lv6)}._input_su5p5_12{font:var(--text-xs);border:1px solid var(--lv3);border-radius:var(--radius);height:30px;color:var(--lv7);background:0 0;padding:10px}._input_su5p5_12:not(:disabled):hover,._input_su5p5_12:not(:disabled):active{border-color:var(--lv5)}._input_su5p5_12:focus{border-color:var(--lv5);outline:none}._input_su5p5_12::placeholder{color:var(--lv5)}._input_su5p5_12:disabled{opacity:.6;cursor:not-allowed}._input_su5p5_12::selection{background:var(--lv3)}._input_su5p5_12[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}._input_su5p5_12[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}._input_su5p5_12[type=number]{appearance:textfield}._error_su5p5_61,._error_su5p5_61:focus{border-color:var(--CSignal)}._errorText_su5p5_69{font:var(--text-2xs);color:var(--CSignal)}._borderBottom_su5p5_75{border:none;border-bottom:1px solid var(--lv3);border-radius:0;padding:0}._borderBottom_su5p5_75:not(:disabled):hover,._borderBottom_su5p5_75:not(:disabled):active{border-bottom-color:var(--lv5)}._borderBottom_su5p5_75:focus{border-bottom-color:var(--lv5);outline:none}._borderBottom_su5p5_75._error_su5p5_61,._borderBottom_su5p5_75._error_su5p5_61:focus{border-bottom-color:var(--CSignal)}._radioWrapper_1faq0_1{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:7px;display:flex}._radioInput_1faq0_9{opacity:0;cursor:pointer;width:17px;height:17px;position:absolute}._radioInput_1faq0_9:disabled{cursor:not-allowed}._radioInput_1faq0_9:focus-visible+._customRadio_1faq0_23{outline:2px solid var(--lv5);outline-offset:2px}._customRadio_1faq0_23{background:var(--lv2);appearance:none;cursor:pointer;border-radius:50%;width:17px;height:17px;position:relative}._radioWrapper_1faq0_1:hover ._radioInput_1faq0_9:not(:disabled):not(:checked)+._customRadio_1faq0_23,._radioInput_1faq0_9:checked+._customRadio_1faq0_23{background-color:var(--lv3)}._radioInput_1faq0_9:checked+._customRadio_1faq0_23:after{content:"";background-color:var(--lv8);border-radius:50%;width:11px;height:11px;position:absolute;top:3px;left:3px}._labelText_1faq0_57{font:var(--text-sm);color:var(--lv7)}._disabled_1faq0_63{cursor:not-allowed}._radioInput_1faq0_9:disabled+._customRadio_1faq0_23{opacity:.5;pointer-events:none}._disabled_1faq0_63 ._labelText_1faq0_57{opacity:.5}._switch_1xsea_1{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:7px;display:flex}._switch_1xsea_1 input{opacity:0;cursor:pointer;width:28px;height:18px;position:absolute}._switch_1xsea_1 input:disabled{cursor:not-allowed}._switch_1xsea_1 input:focus-visible+._slider_1xsea_23{outline:2px solid var(--lv5);outline-offset:2px}._label_1xsea_28{font:var(--text-sm);color:var(--lv7)}._slider_1xsea_23{background:var(--lv2);border-radius:var(--radius);width:28px;height:18px;display:inline-block;position:relative}._switch_1xsea_1:not(._disabled_1xsea_43):hover input:not(:checked)+._slider_1xsea_23{background-color:var(--lv3)}._slider_1xsea_23:before{content:"";background-color:var(--lv8);border-radius:var(--radius);width:12px;height:12px;transition:transform 20ms;position:absolute;top:3px;left:3px}._switch_1xsea_1 input:checked+._slider_1xsea_23{background-color:var(--lv3)}._switch_1xsea_1 input:checked+._slider_1xsea_23:before{transform:translate(10px)}._switch_1xsea_1 input:disabled+._slider_1xsea_23{opacity:.5;pointer-events:none}._switch_1xsea_1._disabled_1xsea_43{cursor:not-allowed}._switch_1xsea_1._disabled_1xsea_43 ._label_1xsea_28{opacity:.5}._label_12as9_1{font:var(--text-xs);color:var(--lv6);margin-bottom:4px;display:block}._basetrack_12as9_8{border-radius:1px;width:100%;height:5px;position:relative}._basetrack_12as9_8:before{content:"";background-image:var(--pattern-checkerboard-light);opacity:.3;pointer-events:none;z-index:0;background-repeat:repeat;background-size:2px 2px;border-radius:1px;position:absolute;inset:0}@media (prefers-color-scheme:dark){._basetrack_12as9_8:before{background-image:var(--pattern-checkerboard-dark)}}._selectedtrack_12as9_36{background-color:var(--lv5);pointer-events:none;border-radius:1px;height:100%;position:absolute}._livetrack_12as9_43{pointer-events:none;border-radius:1px;height:100%;position:absolute}._livetrackFaceted_12as9_49,._livetrackDefault_12as9_52{background-color:var(--lv5)}._thumbs_12as9_55{background-color:var(--lv7);cursor:grab;border-radius:1px;outline:none;width:18px;height:13px;position:relative}._thumbs_12as9_55:before{content:"";width:24px;height:19px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._thumbs_12as9_55:focus{outline:none}._thumbs_12as9_55:focus-visible{outline:2px solid var(--lv5);outline-offset:2px}._thumbs_12as9_55._disabled_12as9_89{background-color:var(--lv5);cursor:not-allowed}._wrapper_15fsv_1{flex-direction:column;gap:4px;display:flex}._label_15fsv_7{font:var(--text-xs);color:var(--lv6)}._trigger_15fsv_12{all:unset;box-sizing:border-box;background:var(--lv0);width:100%;color:var(--lv7);border:1px solid var(--lv3);border-radius:var(--radius);cursor:pointer;justify-content:space-between;align-items:center;gap:10px;display:inline-flex}._micro_15fsv_28{height:30px;font:var(--text-xs);padding:0 10px}._default_15fsv_34{height:40px;font:var(--text-sm);padding:0 15px}._large_15fsv_40{height:50px;font:var(--text-base);padding:0 20px}._trigger_15fsv_12:hover:not([data-disabled]){border-color:var(--lv4)}._trigger_15fsv_12:focus-visible{outline:2px solid var(--lv5);outline-offset:2px}._trigger_15fsv_12[data-disabled]{opacity:.5;cursor:not-allowed}._icon_15fsv_60{color:var(--lv5);align-items:center;display:flex}._content_15fsv_68{background:var(--lv2);border-radius:var(--radius);z-index:1000;padding:6px;overflow:hidden}._viewport_15fsv_76{flex-direction:column;gap:2px;display:flex}._item_15fsv_82{all:unset;font:var(--text-sm);color:var(--lv5);border-radius:var(--radius);-webkit-user-select:none;user-select:none;cursor:pointer;justify-content:space-between;align-items:center;gap:8px;padding:7px 9px;display:flex}._item_15fsv_82[data-highlighted]{background-color:var(--lv3);outline:none}._item_15fsv_82[data-state=checked]{color:var(--lv7)}._itemIndicator_15fsv_105{align-items:center;display:flex}@media (prefers-color-scheme:dark){._content_15fsv_68{background:var(--lv1)}._item_15fsv_82[data-highlighted]{background-color:var(--lv2)}}._content_1qahr_1{background:var(--lv3);border-radius:var(--radius);padding:var(--spacing);z-index:1000;box-sizing:border-box;animation-duration:0s!important}._table_1b0iq_1{border-collapse:collapse;width:100%;font:var(--text-sm);background-color:var(--lv0)}._caption_1b0iq_8{caption-side:top;text-align:left;font:var(--text-sm);font-weight:var(--med);color:var(--lv7);padding:10px 15px}._table_1b0iq_1 th,._table_1b0iq_1 td{text-align:left;border:.5px solid var(--lv3);height:40px;padding:0 15px}._headerRow_1b0iq_25{background-color:var(--lv2)}._headerRow_1b0iq_25 th{font-weight:var(--med)}._dataRow_1b0iq_33{background-color:#0000}._dataRow_1b0iq_33 td{font-weight:var(--reg)}._cellInner_1b0iq_41{justify-content:space-between;align-items:center;display:flex}._cellLabel_1b0iq_47{flex-shrink:0;min-width:50%}._cellContent_1b0iq_52{align-items:center;gap:8px;display:flex}._value_1b0iq_58{font:var(--text-xs);font-weight:var(--book);color:var(--lv5)}._icon_1b0iq_64{width:14px;height:14px;color:var(--lv6);justify-content:center;align-items:center;display:flex}._tabs_11q71_1{border-bottom:1px solid var(--lv3);display:flex}._scrollable_11q71_11{scrollbar-width:none;--tabs-fade-start:0px;--tabs-fade-end:0px;-webkit-mask-image:linear-gradient(to right, transparent 0, #000 var(--tabs-fade-start), #000 calc(100% - var(--tabs-fade-end)), transparent 100%);-webkit-mask-image:linear-gradient(to right, transparent 0, #000 var(--tabs-fade-start), #000 calc(100% - var(--tabs-fade-end)), transparent 100%);mask-image:linear-gradient(to right, transparent 0, #000 var(--tabs-fade-start), #000 calc(100% - var(--tabs-fade-end)), transparent 100%);overflow:auto hidden}._scrollable_11q71_11[data-overflow-start]{--tabs-fade-start:22px}._scrollable_11q71_11[data-overflow-end]{--tabs-fade-end:22px}._scrollable_11q71_11::-webkit-scrollbar{display:none}._scrollable_11q71_11 ._tab_11q71_1{flex-shrink:0}._tab_11q71_1{font-weight:var(--med);color:var(--lv5);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;margin-bottom:-1px;display:inline-flex}._tab_11q71_1:hover{color:var(--lv7)}._active_11q71_54{color:var(--lv7);border-bottom-color:var(--lv7)}._micro_11q71_60{font:var(--text-xs);font-weight:var(--med);height:30px;padding:0 10px}._default_11q71_67{font:var(--text-sm);font-weight:var(--med);height:40px;padding:0 15px}._large_11q71_74{font:var(--text-base);font-weight:var(--med);height:50px;padding:0 20px}._wrapper_1a9jo_1{align-items:center;gap:5px;width:100%;display:flex}._track_1a9jo_8{border-radius:1px;flex:1;height:8px;position:relative}._track_1a9jo_8:before{content:"";background-image:var(--pattern-checkerboard-light);opacity:.3;pointer-events:none;background-repeat:repeat;background-size:2px 2px;border-radius:1px;position:absolute;inset:0}@media (prefers-color-scheme:dark){._track_1a9jo_8:before{background-image:var(--pattern-checkerboard-dark)}}._fill_1a9jo_36{background-color:var(--lv6);pointer-events:none;border-radius:1px;height:100%;position:absolute;top:0;left:0}._label_1a9jo_46{font:var(--text-xs);color:var(--lv6);text-align:right;flex-shrink:0;width:30px}._chip_iaxe0_1{color:var(--lv6);background-color:var(--lv2);font:var(--text-xs);white-space:nowrap;border-radius:10px;align-items:center;gap:4px;padding:2px 6px;display:inline-flex}._large_iaxe0_14{padding:3px 9px}._tooltip_1de7z_1{background:var(--lv3);color:var(--lv6);font:var(--text-xs);font-weight:var(--med);white-space:nowrap;pointer-events:none;z-index:100;border-radius:0;padding:4px 8px}._arrow_1de7z_13{fill:var(--lv3)}._wrapper_1w5vh_1{flex-direction:column;gap:10px;width:100%;display:flex}._chart_1w5vh_8{box-sizing:border-box;background-color:var(--lv0);border:1px solid var(--lv2);--chart-bar:var(--lv5);--chart-column-hover:var(--lv2);--chart-midline:var(--lv2);--chart-baseline:var(--lv3);--chart-crosshair:var(--lv4);width:100%;position:relative;overflow:hidden}@media (prefers-color-scheme:dark){._chart_1w5vh_8{--chart-bar:var(--lv4);--chart-column-hover:var(--lv2);--chart-midline:var(--lv2);--chart-baseline:var(--lv3);--chart-crosshair:var(--lv4)}}._svg_1w5vh_33{display:block;overflow:visible}._tooltip_1w5vh_39{background:var(--lv0);border:1px solid var(--lv2);pointer-events:none;z-index:10;min-width:90px;padding:8px 10px;position:absolute}._tooltipLabel_1w5vh_49{font:var(--text-2xs);color:var(--lv4);text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px}._tooltipRow_1w5vh_57{align-items:center;gap:6px;line-height:1.6;display:flex}._tooltipDot_1w5vh_64{flex-shrink:0;width:5px;height:5px}._tooltipName_1w5vh_70{font:var(--text-xs);color:var(--lv5);flex:1}._tooltipValue_1w5vh_76{font:var(--text-xs);font-weight:var(--med);color:var(--lv6)}._legend_1w5vh_83{flex-wrap:wrap;gap:16px;padding-left:8px;display:flex}._legendItem_1w5vh_90{align-items:center;gap:6px;display:flex}._legendMark_1w5vh_96{flex-shrink:0;width:12px;height:2px}._legendLabel_1w5vh_102{font:var(--text-xs);color:var(--lv5)}._wrapper_17ws4_1{flex-direction:column;gap:4px;display:flex}._label_17ws4_7{font:var(--text-xs);color:var(--lv6)}._textarea_17ws4_12{font:var(--text-xs);border:1px solid var(--lv3);border-radius:var(--radius);min-height:80px;color:var(--lv7);resize:vertical;background:0 0;padding:10px;font-family:inherit;line-height:1.5}._textarea_17ws4_12:not(:disabled):hover{border-color:var(--lv5)}._textarea_17ws4_12:focus{border-color:var(--lv5);outline:none}._textarea_17ws4_12::placeholder{color:var(--lv5)}._textarea_17ws4_12:disabled{opacity:.6;cursor:not-allowed;resize:none}._textarea_17ws4_12::selection{background:var(--lv3)}._error_17ws4_48,._error_17ws4_48:focus{border-color:var(--CSignal)}._errorText_17ws4_56{font:var(--text-2xs);color:var(--CSignal)}._overlay_xud7c_1{z-index:1000;background:#00000080;position:fixed;inset:0}._content_xud7c_8{width:90vw;max-width:480px;max-height:85vh;padding:calc(var(--spacing) * 4);background:var(--lv1);border-radius:var(--radius);z-index:1001;flex-direction:column;gap:12px;display:flex;position:fixed;top:50%;left:50%;overflow-y:auto;transform:translate(-50%,-50%)}._title_xud7c_26{font:var(--text-lg);font-weight:var(--med);color:var(--lv7);margin:0;padding-right:28px}._description_xud7c_34{font:var(--text-sm);color:var(--lv5);margin:0}._close_xud7c_40{top:calc(var(--spacing) * 3);right:calc(var(--spacing) * 3);width:24px;height:24px;color:var(--lv5);cursor:pointer;border-radius:var(--radius);background:0 0;border:none;justify-content:center;align-items:center;display:inline-flex;position:absolute}._close_xud7c_40:hover{background:var(--lv2);color:var(--lv7)}._srOnly_xud7c_62{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}._wrapper_aimna_1{flex-direction:column;gap:4px;display:flex}._label_aimna_7{font:var(--text-xs);color:var(--lv6)}._trigger_aimna_12{font:var(--text-xs);border:1px solid var(--lv3);border-radius:var(--radius);min-width:160px;height:30px;color:var(--lv7);cursor:pointer;background:0 0;justify-content:space-between;align-items:center;gap:8px;padding:0 10px;font-family:inherit;display:flex}._trigger_aimna_12:not(:disabled):hover{border-color:var(--lv5)}._trigger_aimna_12:focus-visible{border-color:var(--lv5);outline:none}._trigger_aimna_12:disabled{opacity:.6;cursor:not-allowed}._trigger_aimna_12._error_aimna_43{border-color:var(--CSignal)}._placeholder_aimna_47{color:var(--lv5)}._valueText_aimna_51{color:var(--lv7)}._calendar_aimna_55{background:var(--lv1);border-radius:var(--radius);z-index:1000;flex-direction:column;gap:6px;padding:10px;display:flex}._header_aimna_65{justify-content:space-between;align-items:center;display:flex}._monthLabel_aimna_71{font:var(--text-xs);font-weight:var(--med);color:var(--lv7)}._navButton_aimna_77{width:24px;height:24px;color:var(--lv5);cursor:pointer;border-radius:var(--radius);background:0 0;border:none;justify-content:center;align-items:center;display:inline-flex}._navButton_aimna_77:hover{background:var(--lv2);color:var(--lv7)}._weekdays_aimna_95,._grid_aimna_96{grid-template-columns:repeat(7,1fr);gap:2px;display:grid}._weekday_aimna_95{font:var(--text-2xs);color:var(--lv4);text-align:center;padding:4px 0}._day_aimna_109{width:30px;height:30px;font:var(--text-xs);color:var(--lv7);cursor:pointer;border-radius:var(--radius);background:0 0;border:none;justify-content:center;align-items:center;display:inline-flex}._day_aimna_109:hover{background:var(--lv2)}._outside_aimna_127{color:var(--lv3)}._today_aimna_131{outline:1px solid var(--lv4);outline-offset:-1px}._selected_aimna_136,._selected_aimna_136:hover{background:var(--lv7);color:var(--lv1)}._errorText_aimna_142{font:var(--text-2xs);color:var(--CSignal)}._spinner_wspyi_1{flex-shrink:0;display:inline-block}._frame_wspyi_8{opacity:0}@media (prefers-reduced-motion:reduce){._frame_wspyi_8{animation:none!important}._frame_wspyi_8:first-of-type{opacity:1}}@keyframes indx-spinner-2{0%{opacity:1}50%{opacity:0}to{opacity:0}}@keyframes indx-spinner-3{0%{opacity:1}33.3333%{opacity:0}to{opacity:0}}@keyframes indx-spinner-4{0%{opacity:1}25%{opacity:0}to{opacity:0}}@keyframes indx-spinner-6{0%{opacity:1}16.6667%{opacity:0}to{opacity:0}}@keyframes indx-spinner-8{0%{opacity:1}12.5%{opacity:0}to{opacity:0}}@keyframes indx-spinner-12{0%{opacity:1}8.3333%{opacity:0}to{opacity:0}}@keyframes indx-spinner-16{0%{opacity:1}6.25%{opacity:0}to{opacity:0}}@keyframes indx-spinner-20{0%{opacity:1}5%{opacity:0}to{opacity:0}}@keyframes indx-spinner-28{0%{opacity:1}3.5714%{opacity:0}to{opacity:0}}@keyframes indx-spinner-37{0%{opacity:1}2.7027%{opacity:0}to{opacity:0}}
2
2
  /*$vite$:1*/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indxsearch/systm",
3
- "version": "2.5.0",
3
+ "version": "2.6.0",
4
4
  "description": "Minimal design system and UI component library for React. Includes buttons, inputs, sliders, checkboxes, tables, and more. Built with CSS modules and customizable via CSS variables.",
5
5
  "keywords": [
6
6
  "indx",