@chloe0592/pebble 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +319 -0
- package/dist/index.d.ts +162 -0
- package/dist/pebble.es.js +838 -0
- package/dist/pebble.umd.js +1 -0
- package/dist/style.css +1 -0
- package/package.json +64 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(function(p,e){typeof exports=="object"&&typeof module<"u"?e(exports,require("react/jsx-runtime"),require("react"),require("react-dom")):typeof define=="function"&&define.amd?define(["exports","react/jsx-runtime","react","react-dom"],e):(p=typeof globalThis<"u"?globalThis:p||self,e(p.Pebble={},p.ReactJSXRuntime,p.React,p.ReactDOM))})(this,function(p,e,t,ne){"use strict";const q={spinner:"_spinner_10ctt_1","pb-spin":"_pb-spin_10ctt_1",track:"_track_10ctt_10","pb-pulse":"_pb-pulse_10ctt_1",arc:"_arc_10ctt_18",xs:"_xs_10ctt_24",sm:"_sm_10ctt_25",md:"_md_10ctt_26",lg:"_lg_10ctt_27",xl:"_xl_10ctt_28"},le={xs:12,sm:16,md:24,lg:32,xl:48},F=t.forwardRef(({size:s="md",label:r="Loading…",className:o=""},n)=>{const a=le[s],i=t.useId().replace(/:/g,"");return e.jsxs("svg",{ref:n,className:[q.spinner,q[s],o].filter(Boolean).join(" "),width:a,height:a,viewBox:"0 0 24 24",fill:"none","aria-label":r,role:"status",children:[e.jsx("defs",{children:e.jsxs("linearGradient",{id:i,x1:"12",y1:"3",x2:"21",y2:"12",gradientUnits:"userSpaceOnUse",children:[e.jsx("stop",{offset:"0%",stopColor:"#6366f1",stopOpacity:"0"}),e.jsx("stop",{offset:"40%",stopColor:"#6366f1",stopOpacity:"1"}),e.jsx("stop",{offset:"100%",stopColor:"#a855f7",stopOpacity:"1"})]})}),e.jsx("circle",{className:q.track,cx:"12",cy:"12",r:"9",strokeWidth:"2.5"}),e.jsx("path",{className:q.arc,d:"M12 3a9 9 0 0 1 9 9",strokeWidth:"2.5",strokeLinecap:"round",stroke:`url(#${i})`})]})});F.displayName="Spinner";const B={button:"_button_s5t2n_1",sm:"_sm_s5t2n_47",md:"_md_s5t2n_55",lg:"_lg_s5t2n_62",primary:"_primary_s5t2n_73",secondary:"_secondary_s5t2n_108",ghost:"_ghost_s5t2n_148",outline:"_outline_s5t2n_166",danger:"_danger_s5t2n_187",fullWidth:"_fullWidth_s5t2n_234",loading:"_loading_s5t2n_238",iconLeft:"_iconLeft_s5t2n_244",iconRight:"_iconRight_s5t2n_245",label:"_label_s5t2n_258"},G=t.forwardRef(({variant:s="primary",size:r="md",isLoading:o=!1,leftIcon:n,rightIcon:a,fullWidth:i=!1,children:d,disabled:_,className:u="",...v},h)=>{const b=[B.button,B[s],B[r],i?B.fullWidth:"",o?B.loading:"",u].filter(Boolean).join(" ");return e.jsxs("button",{ref:h,className:b,disabled:_||o,"aria-busy":o||void 0,...v,children:[o?e.jsx(F,{size:"sm",label:"Loading"}):n&&e.jsx("span",{className:B.iconLeft,"aria-hidden":"true",children:n}),d&&e.jsx("span",{className:B.label,children:d}),!o&&a&&e.jsx("span",{className:B.iconRight,"aria-hidden":"true",children:a})]})});G.displayName="Button";const k={wrapper:"_wrapper_5z8qu_3",label:"_label_5z8qu_10",inputWrapper:"_inputWrapper_5z8qu_21",error:"_error_5z8qu_39",disabled:"_disabled_5z8qu_39",sm:"_sm_5z8qu_70",md:"_md_5z8qu_71",lg:"_lg_5z8qu_72",input:"_input_5z8qu_21",hasLeft:"_hasLeft_5z8qu_109",hasRight:"_hasRight_5z8qu_110",iconLeft:"_iconLeft_5z8qu_114",iconRight:"_iconRight_5z8qu_115",helperText:"_helperText_5z8qu_134",errorText:"_errorText_5z8qu_142"},H=t.forwardRef(({label:s,helperText:r,errorText:o,leftIcon:n,rightIcon:a,size:i="md",className:d="",id:_,disabled:u,...v},h)=>{const b=t.useId(),l=_??b,w=`${l}-helper`,g=`${l}-error`,N=!!o,D=[N?g:"",r?w:""].filter(Boolean).join(" ")||void 0;return e.jsxs("div",{className:[k.wrapper,d].filter(Boolean).join(" "),children:[s&&e.jsx("label",{htmlFor:l,className:k.label,children:s}),e.jsxs("div",{className:[k.inputWrapper,k[i],N?k.error:"",u?k.disabled:""].filter(Boolean).join(" "),children:[n&&e.jsx("span",{className:k.iconLeft,"aria-hidden":"true",children:n}),e.jsx("input",{ref:h,id:l,className:[k.input,n?k.hasLeft:"",a?k.hasRight:""].filter(Boolean).join(" "),disabled:u,"aria-invalid":N||void 0,"aria-describedby":D,...v}),a&&e.jsx("span",{className:k.iconRight,"aria-hidden":"true",children:a})]}),N?e.jsx("p",{id:g,className:k.errorText,role:"alert",children:o}):r?e.jsx("p",{id:w,className:k.helperText,children:r}):null]})});H.displayName="Input";const I={wrapper:"_wrapper_1566g_3",label:"_label_1566g_10",textarea:"_textarea_1566g_19",error:"_error_1566g_47",disabled:"_disabled_1566g_47",helperText:"_helperText_1566g_82",errorText:"_errorText_1566g_90"},K=t.forwardRef(({label:s,helperText:r,errorText:o,resize:n="vertical",className:a="",id:i,disabled:d,rows:_=4,...u},v)=>{const h=t.useId(),b=i??h,l=`${b}-helper`,w=`${b}-error`,g=!!o,N=[g?w:"",r?l:""].filter(Boolean).join(" ")||void 0;return e.jsxs("div",{className:[I.wrapper,a].filter(Boolean).join(" "),children:[s&&e.jsx("label",{htmlFor:b,className:I.label,children:s}),e.jsx("textarea",{ref:v,id:b,rows:_,className:[I.textarea,g?I.error:"",d?I.disabled:""].filter(Boolean).join(" "),style:{resize:n},disabled:d,"aria-invalid":g||void 0,"aria-describedby":N,...u}),g?e.jsx("p",{id:w,className:I.errorText,role:"alert",children:o}):r?e.jsx("p",{id:l,className:I.helperText,children:r}):null]})});K.displayName="Textarea";const x={backdrop:"_backdrop_1v4s9_3","pb-backdrop-in":"_pb-backdrop-in_1v4s9_1",dialog:"_dialog_1v4s9_17","pb-dialog-in":"_pb-dialog-in_1v4s9_1",sm:"_sm_1v4s9_37",md:"_md_1v4s9_38",lg:"_lg_1v4s9_39",full:"_full_1v4s9_40",closeBtn:"_closeBtn_1v4s9_50",header:"_header_1v4s9_92",title:"_title_1v4s9_97",description:"_description_1v4s9_107",body:"_body_1v4s9_117",footer:"_footer_1v4s9_133"},J=({isOpen:s,onClose:r,title:o,description:n,size:a="md",closeOnBackdrop:i=!0,children:d,footer:_,className:u=""})=>{const v=t.useId(),h=t.useId(),b=t.useRef(null);return t.useEffect(()=>{if(!s)return;const l=b.current;if(!l)return;const w=l.querySelector('button, [href], input, select, textarea, [tabindex]:not([tabindex="-1"])');w?w.focus():l.focus()},[s]),t.useEffect(()=>{if(!s)return;const l=w=>{w.key==="Escape"&&r()};return document.addEventListener("keydown",l),()=>document.removeEventListener("keydown",l)},[s,r]),t.useEffect(()=>(s?document.body.style.overflow="hidden":document.body.style.overflow="",()=>{document.body.style.overflow=""}),[s]),s?ne.createPortal(e.jsx("div",{className:x.backdrop,onClick:i?r:void 0,"aria-hidden":"true",children:e.jsxs("div",{ref:b,role:"dialog","aria-modal":"true","aria-labelledby":o?v:void 0,"aria-describedby":n?h:void 0,className:[x.dialog,x[a],u].filter(Boolean).join(" "),tabIndex:-1,onClick:l=>l.stopPropagation(),children:[e.jsx("button",{className:x.closeBtn,onClick:r,"aria-label":"Close modal",children:e.jsx("svg",{width:"18",height:"18",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",children:e.jsx("path",{d:"M18 6 6 18M6 6l12 12"})})}),(o||n)&&e.jsxs("div",{className:x.header,children:[o&&e.jsx("h2",{id:v,className:x.title,children:o}),n&&e.jsx("p",{id:h,className:x.description,children:n})]}),e.jsx("div",{className:x.body,children:d}),_&&e.jsx("div",{className:x.footer,children:_})]})}),document.body):null};J.displayName="Modal";const L={card:"_card_i6i72_3",default:"_default_i6i72_15",elevated:"_elevated_i6i72_25",bordered:"_bordered_i6i72_36",flat:"_flat_i6i72_48",hoverable:"_hoverable_i6i72_60",clickable:"_clickable_i6i72_68",header:"_header_i6i72_96",body:"_body_i6i72_105",footer:"_footer_i6i72_112"},X=({children:s,className:r="",...o})=>e.jsx("div",{className:[L.header,r].filter(Boolean).join(" "),...o,children:s});X.displayName="Card.Header";const Q=({children:s,className:r="",...o})=>e.jsx("div",{className:[L.body,r].filter(Boolean).join(" "),...o,children:s});Q.displayName="Card.Body";const Y=({children:s,className:r="",...o})=>e.jsx("div",{className:[L.footer,r].filter(Boolean).join(" "),...o,children:s});Y.displayName="Card.Footer";const E=t.forwardRef(({variant:s="default",hoverable:r=!1,clickable:o=!1,children:n,className:a="",...i},d)=>{const _=[L.card,L[s],r?L.hoverable:"",o?L.clickable:"",a].filter(Boolean).join(" ");return e.jsx("div",{ref:d,className:_,role:o?"button":void 0,tabIndex:o?0:void 0,...i,children:n})});E.displayName="Card",E.Header=X,E.Body=Q,E.Footer=Y;const z={badge:"_badge_1uusg_3",sm:"_sm_1uusg_20",md:"_md_1uusg_25",dot:"_dot_1uusg_32",default:"_default_1uusg_49",primary:"_primary_1uusg_56",success:"_success_1uusg_63",warning:"_warning_1uusg_70",danger:"_danger_1uusg_77",info:"_info_1uusg_84"},Z=t.forwardRef(({variant:s="default",size:r="md",dot:o=!1,children:n,className:a="",...i},d)=>{const _=[z.badge,z[s],z[r],o?z.dot:"",a].filter(Boolean).join(" ");return e.jsx("span",{ref:d,className:_,...i,children:o?null:n})});Z.displayName="Badge";const $={avatar:"_avatar_n1f99_3",xs:"_xs_n1f99_25",sm:"_sm_n1f99_26",md:"_md_n1f99_27",lg:"_lg_n1f99_28",xl:"_xl_n1f99_29",image:"_image_n1f99_33",initials:"_initials_n1f99_42",fallbackIcon:"_fallbackIcon_n1f99_57",status:"_status_n1f99_65","status-online":"_status-online_n1f99_79","status-offline":"_status-offline_n1f99_83","status-busy":"_status-busy_n1f99_84","status-away":"_status-away_n1f99_88",overflow:"_overflow_n1f99_95",group:"_group_n1f99_107"};function ce(s){const r=s.trim().split(/\s+/);return r.length===1?r[0].charAt(0).toUpperCase():(r[0].charAt(0)+r[r.length-1].charAt(0)).toUpperCase()}const R=t.forwardRef(({src:s,alt:r="",name:o,size:n="md",status:a,className:i=""},d)=>{const[_,u]=t.useState(!1),v=s&&!_,h=o?ce(o):null;return e.jsxs("div",{ref:d,className:[$.avatar,$[n],i].filter(Boolean).join(" "),"aria-label":o??r,title:o??r,children:[v?e.jsx("img",{src:s,alt:r||o||"",className:$.image,onError:()=>u(!0)}):h?e.jsx("span",{className:$.initials,"aria-hidden":"true",children:h}):e.jsx("svg",{className:$.fallbackIcon,viewBox:"0 0 24 24",fill:"currentColor","aria-hidden":"true",children:e.jsx("path",{d:"M12 12a5 5 0 1 0 0-10 5 5 0 0 0 0 10zm0 2c-5.33 0-8 2.67-8 4v1h16v-1c0-1.33-2.67-4-8-4z"})}),a&&e.jsx("span",{className:[$.status,$[`status-${a}`]].join(" "),"aria-label":a})]})});R.displayName="Avatar";const ee=({children:s,max:r,size:o="md",className:n=""})=>{const a=t.Children.toArray(s),i=r?a.slice(0,r):a,d=r&&a.length>r?a.length-r:0;return e.jsxs("div",{className:[$.group,n].filter(Boolean).join(" "),children:[i,d>0&&e.jsx("div",{className:[$.avatar,$[o],$.overflow].join(" "),children:e.jsxs("span",{className:$.initials,children:["+",d]})})]})};ee.displayName="AvatarGroup";const A={wrapper:"_wrapper_4w97v_8",tooltip:"_tooltip_4w97v_17",arrow:"_arrow_4w97v_49",top:"_top_4w97v_58",bottom:"_bottom_4w97v_77",left:"_left_4w97v_96",right:"_right_4w97v_115"},re=({content:s,placement:r="top",children:o,className:n=""})=>{const a=t.useId(),i=t.cloneElement(o,{"aria-describedby":a});return e.jsxs("div",{className:[A.wrapper,n].filter(Boolean).join(" "),children:[i,e.jsxs("div",{id:a,role:"tooltip",className:[A.tooltip,A[r]].join(" "),children:[s,e.jsx("span",{className:A.arrow,"aria-hidden":"true"})]})]})};re.displayName="Tooltip";const f={wrapper:"_wrapper_kn5iw_3",label:"_label_kn5iw_12",triggerWrapper:"_triggerWrapper_kn5iw_23",trigger:"_trigger_kn5iw_23",open:"_open_kn5iw_64",error:"_error_kn5iw_71",disabled:"_disabled_kn5iw_78",sm:"_sm_kn5iw_90",md:"_md_kn5iw_91",lg:"_lg_kn5iw_92",triggerValue:"_triggerValue_kn5iw_96",triggerPlaceholder:"_triggerPlaceholder_kn5iw_103",chevron:"_chevron_kn5iw_113",chevronOpen:"_chevronOpen_kn5iw_124",dropdown:"_dropdown_kn5iw_135",option:"_option_kn5iw_159",optionDisabled:"_optionDisabled_kn5iw_173",optionSelected:"_optionSelected_kn5iw_177",optionLabel:"_optionLabel_kn5iw_192",checkmark:"_checkmark_kn5iw_196",helperText:"_helperText_kn5iw_206",errorText:"_errorText_kn5iw_214"};function ie(s){return t.Children.toArray(s).filter(r=>t.isValidElement(r)&&r.type==="option"&&!r.props.disabled).map(r=>({value:String(r.props.value??""),label:String(r.props.children??""),disabled:!!r.props.disabled})).filter(r=>r.value!=="")}function de(s){const r=t.Children.toArray(s).find(o=>t.isValidElement(o)&&o.type==="option"&&(o.props.value===""||o.props.value==null)&&o.props.disabled);return r?String(r.props.children):void 0}const oe=t.forwardRef(({label:s,helperText:r,errorText:o,placeholder:n,size:a="md",className:i="",id:d,disabled:_,value:u,defaultValue:v,onChange:h,children:b},l)=>{const w=t.useId(),g=d??w,N=`${g}-listbox`,D=`${g}-helper`,te=`${g}-error`,M=!!o,W=ie(b),_e=n??de(b)??"Select…",[j,T]=t.useState(!1),[pe,fe]=t.useState(String(v??u??"")),P=u!==void 0?String(u):pe,O=W.find(c=>c.value===P),V=t.useRef(null),ae=t.useRef(null),he=c=>{ae.current=c,typeof l=="function"?l(c):l&&(l.current=c)};t.useEffect(()=>{if(!j)return;const c=m=>{V.current&&!V.current.contains(m.target)&&T(!1)};return document.addEventListener("pointerdown",c),()=>document.removeEventListener("pointerdown",c)},[j]);const U=t.useCallback(c=>{var m;u===void 0&&fe(c),T(!1),(m=ae.current)==null||m.focus(),h==null||h({target:{value:c}})},[u,h]),ue=c=>{if(!_)switch(c.key){case"Enter":case" ":c.preventDefault(),T(m=>!m);break;case"Escape":T(!1);break;case"ArrowDown":{if(c.preventDefault(),!j){T(!0);break}const m=W.findIndex(C=>C.value===P),S=W.slice(m+1).find(C=>!C.disabled);S&&U(S.value);break}case"ArrowUp":{if(c.preventDefault(),!j){T(!0);break}const m=W.findIndex(C=>C.value===P),S=W.slice(0,m).reverse().find(C=>!C.disabled);S&&U(S.value);break}case"Tab":T(!1);break}},be=[M?te:"",r?D:""].filter(Boolean).join(" ")||void 0;return e.jsxs("div",{ref:V,className:[f.wrapper,i].filter(Boolean).join(" "),children:[s&&e.jsx("label",{id:`${g}-label`,htmlFor:g,className:f.label,children:s}),e.jsxs("div",{className:f.triggerWrapper,children:[e.jsxs("button",{ref:he,type:"button",id:g,role:"combobox","aria-haspopup":"listbox","aria-expanded":j,"aria-controls":N,"aria-labelledby":s?`${g}-label`:void 0,"aria-describedby":be,"aria-invalid":M||void 0,disabled:_,className:[f.trigger,f[a],M?f.error:"",_?f.disabled:"",j?f.open:""].filter(Boolean).join(" "),onClick:()=>!_&&T(c=>!c),onKeyDown:ue,children:[e.jsx("span",{className:O?f.triggerValue:f.triggerPlaceholder,children:(O==null?void 0:O.label)??_e}),e.jsx("span",{className:[f.chevron,j?f.chevronOpen:""].filter(Boolean).join(" "),"aria-hidden":"true",children:e.jsx("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:e.jsx("path",{d:"m6 9 6 6 6-6"})})})]}),j&&e.jsx("ul",{id:N,role:"listbox","aria-labelledby":s?`${g}-label`:void 0,className:f.dropdown,children:W.map(c=>{const m=c.value===P;return e.jsxs("li",{role:"option","aria-selected":m,"aria-disabled":c.disabled,className:[f.option,m?f.optionSelected:"",c.disabled?f.optionDisabled:""].filter(Boolean).join(" "),onPointerDown:S=>{S.preventDefault(),c.disabled||U(c.value)},children:[e.jsx("span",{className:f.optionLabel,children:c.label}),m&&e.jsx("span",{className:f.checkmark,"aria-hidden":"true",children:e.jsx("svg",{width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.5",strokeLinecap:"round",strokeLinejoin:"round",children:e.jsx("path",{d:"M20 6 9 17l-5-5"})})})]},c.value)})})]}),M?e.jsx("p",{id:te,className:f.errorText,role:"alert",children:o}):r?e.jsx("p",{id:D,className:f.helperText,children:r}):null]})});oe.displayName="Select";const y={wrapper:"_wrapper_cefjy_3",checkboxRow:"_checkboxRow_cefjy_10",sm:"_sm_cefjy_18",checkboxBox:"_checkboxBox_cefjy_18",label:"_label_cefjy_22",md:"_md_cefjy_26",checkboxOuter:"_checkboxOuter_cefjy_36",input:"_input_cefjy_46",checkmark:"_checkmark_cefjy_142",dash:"_dash_cefjy_143",disabled:"_disabled_cefjy_174",helperText:"_helperText_cefjy_181"},se=t.forwardRef(({label:s,indeterminate:r=!1,size:o="md",helperText:n,className:a="",id:i,disabled:d,..._},u)=>{const v=t.useId(),h=i??v,b=t.useRef(null),l=u??b;return t.useEffect(()=>{l&&"current"in l&&l.current&&(l.current.indeterminate=r)},[r,l]),e.jsxs("div",{className:[y.wrapper,y[o],d?y.disabled:"",a].filter(Boolean).join(" "),children:[e.jsxs("div",{className:y.checkboxRow,children:[e.jsxs("div",{className:y.checkboxOuter,children:[e.jsx("input",{ref:l,id:h,type:"checkbox",className:y.input,disabled:d,..._}),e.jsxs("div",{className:y.checkboxBox,"aria-hidden":"true",children:[e.jsx("svg",{className:y.checkmark,viewBox:"0 0 12 12",fill:"none",children:e.jsx("path",{d:"M2 6l3 3 5-5",stroke:"currentColor",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round"})}),e.jsx("svg",{className:y.dash,viewBox:"0 0 12 12",fill:"none",children:e.jsx("path",{d:"M2.5 6h7",stroke:"currentColor",strokeWidth:"1.8",strokeLinecap:"round"})})]})]}),s&&e.jsx("label",{htmlFor:h,className:y.label,children:s})]}),n&&e.jsx("p",{className:y.helperText,children:n})]})});se.displayName="Checkbox",p.Avatar=R,p.AvatarGroup=ee,p.Badge=Z,p.Button=G,p.Card=E,p.Checkbox=se,p.Input=H,p.Modal=J,p.Select=oe,p.Spinner=F,p.Textarea=K,p.Tooltip=re,Object.defineProperty(p,Symbol.toStringTag,{value:"Module"})});
|
package/dist/style.css
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._spinner_10ctt_1{display:inline-block;flex-shrink:0;animation:_pb-spin_10ctt_1 .8s linear infinite;overflow:visible}._track_10ctt_10{stroke:#6366f11f;fill:none;animation:_pb-pulse_10ctt_1 1.5s ease-in-out infinite}._arc_10ctt_18{fill:none}@keyframes _pb-spin_10ctt_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes _pb-pulse_10ctt_1{0%,to{opacity:.3}50%{opacity:.6}}[data-theme=dark] ._track_10ctt_10{stroke:#6366f126}@media (prefers-color-scheme: dark){:root:not([data-theme=light]) ._track_10ctt_10{stroke:#6366f126}}._button_s5t2n_1{display:inline-flex;align-items:center;justify-content:center;gap:var(--pb-space-2);font-family:var(--pb-font-sans);font-weight:var(--pb-font-semibold);border-radius:var(--pb-radius-full);border:1px solid transparent;cursor:pointer;transition:transform var(--pb-ease-spring-bounce),box-shadow var(--pb-ease-base),background var(--pb-ease-base),border-color var(--pb-ease-base),opacity var(--pb-ease-base);position:relative;overflow:hidden;-webkit-user-select:none;user-select:none;white-space:nowrap;text-decoration:none;outline:none;letter-spacing:-.02em;-webkit-tap-highlight-color:transparent}._button_s5t2n_1:hover:not(:disabled){transform:scale(1.025)}._button_s5t2n_1:active:not(:disabled){transform:scale(.95);transition:transform var(--pb-ease-press),box-shadow var(--pb-ease-base),background var(--pb-ease-base),opacity var(--pb-ease-base)}._button_s5t2n_1:focus-visible{box-shadow:var(--pb-focus-ring);outline:none}._sm_s5t2n_47{padding:0 var(--pb-space-4);font-size:var(--pb-text-xs);line-height:1;height:32px;gap:var(--pb-space-1)}._md_s5t2n_55{padding:0 var(--pb-space-5);font-size:var(--pb-text-sm);line-height:1;height:40px}._lg_s5t2n_62{padding:0 var(--pb-space-6);font-size:var(--pb-text-base);line-height:1;height:50px;gap:var(--pb-space-3)}._primary_s5t2n_73{background:linear-gradient(135deg,#6366f1,#a855f7);color:#fff;box-shadow:0 0 18px 2px #8b5cf64d,inset 0 1px #ffffff4d;transition:all .2s cubic-bezier(.34,1.56,.64,1)}._primary_s5t2n_73:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#ffffff2e,#fff0 60%);pointer-events:none}._primary_s5t2n_73:hover:not(:disabled){background:linear-gradient(135deg,#5457ee,#9c3cf6);box-shadow:0 0 24px 3px #8b5cf66b,inset 0 1px #ffffff4d}._primary_s5t2n_73:active:not(:disabled){box-shadow:0 0 8px 1px #8b5cf638,inset 0 1px #ffffff38}._secondary_s5t2n_108{background:linear-gradient(135deg,#7864c81f,#5a46aa14);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.4);color:#3d3580;box-shadow:inset 0 1px #ffffff80,0 2px 8px #7864c81f;transition:all .2s cubic-bezier(.34,1.56,.64,1)}._secondary_s5t2n_108:hover:not(:disabled){background:linear-gradient(135deg,#9682e629,#6e5ac81a);border-color:#ffffff8c;box-shadow:inset 0 1px #ffffffa6,0 6px 16px 4px #7864c829}._secondary_s5t2n_108:active:not(:disabled){background:linear-gradient(135deg,#7864c814,#5a46aa0d);box-shadow:inset 0 1px #ffffff59,0 1px 4px #7864c814}._ghost_s5t2n_148{background:transparent;border-color:transparent;color:var(--pb-stone-700)}._ghost_s5t2n_148:hover:not(:disabled){background:#0000000d;border-color:#0000000d;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}._ghost_s5t2n_148:active:not(:disabled){background:#00000014}._outline_s5t2n_166{background:transparent;border-color:#6366f166;color:var(--pb-primary-600);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:all .2s cubic-bezier(.34,1.56,.64,1)}._outline_s5t2n_166:hover:not(:disabled){background:#818cf81f;border-color:#a855f780;box-shadow:0 0 0 3px #818cf81f}._outline_s5t2n_166:active:not(:disabled){background:#818cf814;box-shadow:none}._danger_s5t2n_187{background:var(--pb-gradient-danger);border-color:transparent;color:#fff;box-shadow:0 0 12px 2px #f43f5e4d,inset 0 1px #ffffff47}._danger_s5t2n_187:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#ffffff2e,#fff0 60%);pointer-events:none}._danger_s5t2n_187:hover:not(:disabled){background:linear-gradient(160deg,#f43f5e,#e11d48 55%,#9f1239);box-shadow:0 0 18px 3px #f43f5e6b,inset 0 1px #ffffff47}._danger_s5t2n_187:active:not(:disabled){box-shadow:0 0 8px 1px #f43f5e38,inset 0 1px #fff3}._danger_s5t2n_187:focus-visible{box-shadow:var(--pb-focus-ring-danger)}._button_s5t2n_1:disabled{opacity:.4;cursor:not-allowed;transform:none;filter:saturate(.6)}._fullWidth_s5t2n_234{width:100%}._loading_s5t2n_238{cursor:wait}._iconLeft_s5t2n_244,._iconRight_s5t2n_245{display:inline-flex;align-items:center;flex-shrink:0;line-height:0}._iconLeft_s5t2n_244 svg,._iconRight_s5t2n_245 svg{width:1em;height:1em}._label_s5t2n_258{display:inline-block}[data-theme=dark] ._secondary_s5t2n_108{background:#ffffff14;border:1px solid rgba(255,255,255,.15);color:var(--pb-primary-300);box-shadow:inset 0 1px #ffffff1a}[data-theme=dark] ._secondary_s5t2n_108:hover:not(:disabled){background:#ffffff1f;border-color:#ffffff38;box-shadow:inset 0 1px #ffffff26,0 4px 16px #8b5cf638}[data-theme=dark] ._ghost_s5t2n_148{color:var(--pb-stone-300)}[data-theme=dark] ._ghost_s5t2n_148:hover:not(:disabled){background:#ffffff0f;border-color:#ffffff14}[data-theme=dark] ._outline_s5t2n_166{background:transparent;border-color:#6366f173;color:var(--pb-primary-300)}[data-theme=dark] ._outline_s5t2n_166:hover:not(:disabled){background:#818cf824;border-color:#818cf880;box-shadow:0 0 0 3px #818cf81f}@media (prefers-color-scheme: dark){:root:not([data-theme=light]) ._secondary_s5t2n_108{background:#ffffff14;border:1px solid rgba(255,255,255,.15);color:var(--pb-primary-300);box-shadow:inset 0 1px #ffffff1a}:root:not([data-theme=light]) ._secondary_s5t2n_108:hover:not(:disabled){background:#ffffff1f;border-color:#ffffff38;box-shadow:inset 0 1px #ffffff26,0 4px 16px #8b5cf638}:root:not([data-theme=light]) ._ghost_s5t2n_148{color:var(--pb-stone-300)}:root:not([data-theme=light]) ._ghost_s5t2n_148:hover:not(:disabled){background:#ffffff0f;border-color:#ffffff14}:root:not([data-theme=light]) ._outline_s5t2n_166{background:transparent;border-color:#6366f173;color:var(--pb-primary-300)}:root:not([data-theme=light]) ._outline_s5t2n_166:hover:not(:disabled){background:#818cf824;border-color:#818cf880;box-shadow:0 0 0 3px #818cf81f}}._wrapper_5z8qu_3{display:flex;flex-direction:column;gap:var(--pb-space-1);width:100%}._label_5z8qu_10{font-family:var(--pb-font-sans);font-size:var(--pb-text-sm);font-weight:var(--pb-font-medium);color:var(--pb-label-color);line-height:var(--pb-leading-snug);letter-spacing:-.01em}._inputWrapper_5z8qu_21{position:relative;display:flex;align-items:center;background:#7864c812;border:1px solid rgba(255,255,255,.7);border-radius:var(--pb-radius-xl);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:inset 0 1px #ffffffe6,inset 0 -1px #7864c814,0 1px 3px #5046781a;transition:border-color .2s cubic-bezier(.34,1.56,.64,1),box-shadow .2s cubic-bezier(.34,1.56,.64,1)}._inputWrapper_5z8qu_21:focus-within:not(._error_5z8qu_39):not(._disabled_5z8qu_39){border-color:#6366f199;box-shadow:0 0 0 3px #6366f11f,inset 0 1px #fffc}._inputWrapper_5z8qu_21._error_5z8qu_39{border-color:#ef444499;box-shadow:0 0 0 3px #ef44441a,inset 0 1px #fffc,0 0 16px #ef444426}._inputWrapper_5z8qu_21._error_5z8qu_39:focus-within{border-color:#ef444499;box-shadow:0 0 0 3px #ef44441a,inset 0 1px #fffc,0 0 16px #ef444426}._inputWrapper_5z8qu_21._disabled_5z8qu_39{background:var(--pb-bg-disabled);backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:none;cursor:not-allowed}._sm_5z8qu_70{height:var(--pb-input-height-sm)}._md_5z8qu_71{height:var(--pb-input-height-md)}._lg_5z8qu_72{height:var(--pb-input-height-lg)}._input_5z8qu_21{flex:1;min-width:0;width:100%;border:none;outline:none;background:transparent;font-family:var(--pb-font-sans);font-size:var(--pb-text-sm);color:var(--pb-text-primary);line-height:var(--pb-leading-normal);padding:0 var(--pb-space-3)}._sm_5z8qu_70 ._input_5z8qu_21{font-size:var(--pb-text-xs);padding:0 var(--pb-space-2)}._lg_5z8qu_72 ._input_5z8qu_21{font-size:var(--pb-text-base);padding:0 var(--pb-space-4)}._input_5z8qu_21::placeholder{color:var(--pb-icon-color)}._input_5z8qu_21:disabled{cursor:not-allowed;color:var(--pb-text-disabled)}._input_5z8qu_21._hasLeft_5z8qu_109{padding-left:var(--pb-space-1)}._input_5z8qu_21._hasRight_5z8qu_110{padding-right:var(--pb-space-1)}._iconLeft_5z8qu_114,._iconRight_5z8qu_115{display:inline-flex;align-items:center;flex-shrink:0;color:var(--pb-icon-color);line-height:0}._iconLeft_5z8qu_114{padding-left:var(--pb-space-3)}._iconRight_5z8qu_115{padding-right:var(--pb-space-3)}._iconLeft_5z8qu_114 svg,._iconRight_5z8qu_115 svg{width:16px;height:16px}._helperText_5z8qu_134{margin:0;font-family:var(--pb-font-sans);font-size:var(--pb-text-xs);color:var(--pb-text-secondary);line-height:var(--pb-leading-snug)}._errorText_5z8qu_142{margin:0;font-family:var(--pb-font-sans);font-size:var(--pb-text-xs);color:var(--pb-text-error);line-height:var(--pb-leading-snug)}[data-theme=dark] ._inputWrapper_5z8qu_21{background:#7864c81a;border-color:#ffffff1f;box-shadow:inset 0 1px #ffffff0f,0 2px 8px #0000004d}[data-theme=dark] ._inputWrapper_5z8qu_21:focus-within:not(._error_5z8qu_39):not(._disabled_5z8qu_39){border-color:#6366f199;box-shadow:0 0 0 3px #6366f133,inset 0 1px #ffffff0f}[data-theme=dark] ._inputWrapper_5z8qu_21._error_5z8qu_39{border-color:#ef444499;box-shadow:0 0 0 3px #ef444426,inset 0 1px #ffffff0f,0 0 16px #ef444433}@media (prefers-color-scheme: dark){:root:not([data-theme=light]) ._inputWrapper_5z8qu_21{background:#7864c81a;border-color:#ffffff1f;box-shadow:inset 0 1px #ffffff0f,0 2px 8px #0000004d}:root:not([data-theme=light]) ._inputWrapper_5z8qu_21:focus-within:not(._error_5z8qu_39):not(._disabled_5z8qu_39){border-color:#6366f199;box-shadow:0 0 0 3px #6366f133,inset 0 1px #ffffff0f}:root:not([data-theme=light]) ._inputWrapper_5z8qu_21._error_5z8qu_39{border-color:#ef444499;box-shadow:0 0 0 3px #ef444426,inset 0 1px #ffffff0f,0 0 16px #ef444433}}._wrapper_1566g_3{display:flex;flex-direction:column;gap:var(--pb-space-1);width:100%}._label_1566g_10{font-family:var(--pb-font-sans);font-size:var(--pb-text-sm);font-weight:var(--pb-font-medium);color:var(--pb-label-color);line-height:var(--pb-leading-snug);letter-spacing:-.01em}._textarea_1566g_19{width:100%;box-sizing:border-box;background:#7864c812;border:1px solid rgba(255,255,255,.6);border-radius:var(--pb-radius-xl);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:inset 0 1px #fffc,0 2px 8px #50467814;font-family:var(--pb-font-sans);font-size:var(--pb-text-sm);color:var(--pb-text-primary);line-height:var(--pb-leading-relaxed);padding:var(--pb-space-3) var(--pb-space-3);outline:none;resize:vertical;transition:border-color .2s cubic-bezier(.34,1.56,.64,1),box-shadow .2s cubic-bezier(.34,1.56,.64,1);min-height:80px}._textarea_1566g_19::placeholder{color:var(--pb-icon-color)}._textarea_1566g_19:focus:not(._error_1566g_47):not(._disabled_1566g_47){border-color:#6366f199;box-shadow:0 0 0 3px #6366f11f,inset 0 1px #fffc}._textarea_1566g_19._error_1566g_47{border-color:#ef444499;box-shadow:0 0 0 3px #ef44441a,inset 0 1px #fffc,0 0 16px #ef444426}._textarea_1566g_19._error_1566g_47:focus{border-color:#ef444499;box-shadow:0 0 0 3px #ef44441a,inset 0 1px #fffc,0 0 16px #ef444426}._textarea_1566g_19._disabled_1566g_47,._textarea_1566g_19._readonly_1566g_71{background:#c8c3d726;border:1px solid rgba(200,195,215,.3);backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:none;color:var(--pb-text-disabled);cursor:not-allowed;resize:none}._helperText_1566g_82{margin:0;font-family:var(--pb-font-sans);font-size:var(--pb-text-xs);color:var(--pb-text-secondary);line-height:var(--pb-leading-snug)}._errorText_1566g_90{margin:0;font-family:var(--pb-font-sans);font-size:var(--pb-text-xs);color:var(--pb-text-error);line-height:var(--pb-leading-snug)}[data-theme=dark] ._textarea_1566g_19{background:#7864c81a;border-color:#ffffff1f;box-shadow:inset 0 1px #ffffff0f,0 2px 8px #0000004d}[data-theme=dark] ._textarea_1566g_19:focus:not(._error_1566g_47):not(._disabled_1566g_47){border-color:#6366f199;box-shadow:0 0 0 3px #6366f133,inset 0 1px #ffffff0f}[data-theme=dark] ._textarea_1566g_19._error_1566g_47{border-color:#ef444499;box-shadow:0 0 0 3px #ef444426,inset 0 1px #ffffff0f,0 0 16px #ef444433}[data-theme=dark] ._textarea_1566g_19._disabled_1566g_47,[data-theme=dark] ._textarea_1566g_19._readonly_1566g_71{background:#ffffff0a;border-color:#ffffff12}@media (prefers-color-scheme: dark){:root:not([data-theme=light]) ._textarea_1566g_19{background:#7864c81a;border-color:#ffffff1f;box-shadow:inset 0 1px #ffffff0f,0 2px 8px #0000004d}:root:not([data-theme=light]) ._textarea_1566g_19:focus:not(._error_1566g_47):not(._disabled_1566g_47){border-color:#6366f199;box-shadow:0 0 0 3px #6366f133,inset 0 1px #ffffff0f}:root:not([data-theme=light]) ._textarea_1566g_19._error_1566g_47{border-color:#ef444499;box-shadow:0 0 0 3px #ef444426,inset 0 1px #ffffff0f,0 0 16px #ef444433}:root:not([data-theme=light]) ._textarea_1566g_19._disabled_1566g_47,:root:not([data-theme=light]) ._textarea_1566g_19._readonly_1566g_71{background:#ffffff0a;border-color:#ffffff12}}._backdrop_1v4s9_3{position:fixed;top:0;right:0;bottom:0;left:0;background:#1e143c73;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:var(--pb-space-4);z-index:var(--pb-z-modal);animation:_pb-backdrop-in_1v4s9_1 var(--pb-ease-base) both}._dialog_1v4s9_17{position:relative;background:#f8f6ffd9;border:1px solid rgba(255,255,255,.6);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:var(--pb-radius-3xl);box-shadow:inset 0 1px #ffffffe6,0 8px 40px #1e143c40;display:flex;flex-direction:column;max-height:calc(100vh - var(--pb-space-8));overflow:hidden;outline:none;animation:_pb-dialog-in_1v4s9_1 .32s cubic-bezier(.34,1.56,.64,1) both}._sm_1v4s9_37{width:100%;max-width:400px}._md_1v4s9_38{width:100%;max-width:560px}._lg_1v4s9_39{width:100%;max-width:720px}._full_1v4s9_40{width:calc(100vw - var(--pb-space-8));height:calc(100vh - var(--pb-space-8));max-width:none;max-height:none;border-radius:var(--pb-radius-2xl)}._closeBtn_1v4s9_50{position:absolute;top:var(--pb-space-3);right:var(--pb-space-3);display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:var(--pb-radius-full);border:1px solid rgba(255,255,255,.5);background:#ffffff80;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:var(--pb-text-secondary);cursor:pointer;transition:transform var(--pb-ease-spring-bounce),background var(--pb-ease-base),color var(--pb-ease-base);z-index:1}._closeBtn_1v4s9_50:hover{background:#fffc;border-color:#ffffffb3;color:var(--pb-text-primary);transform:scale(1.08)}._closeBtn_1v4s9_50:active{transform:scale(.94);transition:transform var(--pb-ease-press)}._closeBtn_1v4s9_50:focus-visible{outline:none;box-shadow:var(--pb-focus-ring)}._header_1v4s9_92{padding:var(--pb-space-6) var(--pb-space-6) 0;padding-right:calc(var(--pb-space-6) + 32px + var(--pb-space-2))}._title_1v4s9_97{margin:0 0 var(--pb-space-1);font-family:var(--pb-font-sans);font-size:var(--pb-text-lg);font-weight:var(--pb-font-semibold);color:var(--pb-text-primary);line-height:var(--pb-leading-tight);letter-spacing:-.02em}._description_1v4s9_107{margin:0;font-family:var(--pb-font-sans);font-size:var(--pb-text-sm);color:var(--pb-text-secondary);line-height:var(--pb-leading-relaxed)}._body_1v4s9_117{padding:var(--pb-space-4) var(--pb-space-6) var(--pb-space-6);overflow-y:auto;flex:1;font-family:var(--pb-font-sans);font-size:var(--pb-text-sm);color:var(--pb-text-primary);line-height:var(--pb-leading-relaxed)}._header_1v4s9_92+._body_1v4s9_117{padding-top:var(--pb-space-4)}._footer_1v4s9_133{padding:var(--pb-space-4) var(--pb-space-6);border-top:1px solid rgba(200,195,220,.5);background:#ffffff4d;display:flex;align-items:center;justify-content:flex-end;gap:var(--pb-space-3);flex-shrink:0}@keyframes _pb-backdrop-in_1v4s9_1{0%{opacity:0}to{opacity:1}}@keyframes _pb-dialog-in_1v4s9_1{0%{opacity:0;transform:scale(.9) translateY(16px)}to{opacity:1;transform:scale(1) translateY(0)}}[data-theme=dark] ._backdrop_1v4s9_3{background:#0a081499;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}[data-theme=dark] ._dialog_1v4s9_17{background:#282341d9;border-color:#ffffff1f;box-shadow:inset 0 1px #ffffff26,0 8px 32px #00000080}[data-theme=dark] ._title_1v4s9_97{color:#fff}[data-theme=dark] ._description_1v4s9_107{color:#ffffff80}[data-theme=dark] ._body_1v4s9_117{color:#a8a0c8;--pb-stone-600: #a8a0c8}[data-theme=dark] ._closeBtn_1v4s9_50{background:#ffffff12;border-color:#ffffff1a;color:var(--pb-stone-400)}[data-theme=dark] ._closeBtn_1v4s9_50:hover{background:#ffffff21;border-color:#ffffff2e;color:var(--pb-stone-100)}[data-theme=dark] ._footer_1v4s9_133{border-top-color:#ffffff14;background:#0003}@media (prefers-color-scheme: dark){:root:not([data-theme=light]) ._backdrop_1v4s9_3{background:#0a081499;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}:root:not([data-theme=light]) ._dialog_1v4s9_17{background:#282341d9;border-color:#ffffff1f;box-shadow:inset 0 1px #ffffff26,0 8px 32px #00000080}:root:not([data-theme=light]) ._title_1v4s9_97{color:#fff}:root:not([data-theme=light]) ._description_1v4s9_107{color:#ffffff80}:root:not([data-theme=light]) ._body_1v4s9_117{color:#a8a0c8;--pb-stone-600: #a8a0c8}:root:not([data-theme=light]) ._closeBtn_1v4s9_50{background:#ffffff12;border-color:#ffffff1a;color:var(--pb-stone-400)}:root:not([data-theme=light]) ._closeBtn_1v4s9_50:hover{background:#ffffff21;border-color:#ffffff2e;color:var(--pb-stone-100)}:root:not([data-theme=light]) ._footer_1v4s9_133{border-top-color:#ffffff14;background:#0003}}._card_i6i72_3{border-radius:var(--pb-radius-2xl);overflow:hidden;font-family:var(--pb-font-sans);transition:box-shadow var(--pb-ease-spring-bounce),transform var(--pb-ease-spring-bounce),background var(--pb-ease-base)}._default_i6i72_15{background:#fff9;border:1px solid rgba(255,255,255,.7);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:inset 0 1px #ffffffe6,0 4px 24px #50467814}._elevated_i6i72_25{background:#fff9;border:1px solid rgba(255,255,255,.7);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:inset 0 1px #ffffffe6,0 4px 24px #50467814,0 8px 40px #5046781a}._bordered_i6i72_36{background:#fff9;border:1px solid rgba(255,255,255,.7);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:inset 0 1px #ffffffe6,0 4px 24px #50467814;outline:1px solid rgba(120,100,200,.15);outline-offset:-1px}._flat_i6i72_48{background:#f8f6ffb3;border:1px solid rgba(255,255,255,.6);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:inset 0 1px #fffc,0 2px 12px #5046780f}._hoverable_i6i72_60:hover{transform:translateY(-3px) scale(1.01);box-shadow:0 8px 30px #818cf82e,0 2px 8px #00000014,inset 0 1px #ffffffe6}._clickable_i6i72_68{cursor:pointer;outline:none}._clickable_i6i72_68:hover{transform:translateY(-3px) scale(1.01);box-shadow:0 8px 30px #818cf82e,0 2px 8px #00000014,inset 0 1px #ffffffe6}._clickable_i6i72_68:active{transform:scale(.98);box-shadow:0 1px 4px #00000012,inset 0 1px #fffc;transition:transform var(--pb-ease-press),box-shadow var(--pb-ease-base)}._clickable_i6i72_68:focus-visible{box-shadow:var(--pb-focus-ring),0 4px 20px #0000001a;outline:none}._header_i6i72_96{padding:var(--pb-space-4) var(--pb-space-5);border-bottom:1px solid rgba(200,200,210,.3);font-size:var(--pb-text-sm);font-weight:var(--pb-font-semibold);color:var(--pb-text-primary);letter-spacing:-.01em}._body_i6i72_105{padding:var(--pb-space-5);font-size:var(--pb-text-sm);color:var(--pb-text-primary);line-height:var(--pb-leading-relaxed)}._footer_i6i72_112{padding:var(--pb-space-4) var(--pb-space-5);border-top:1px solid rgba(200,200,210,.3);background:#ffffff4d;display:flex;align-items:center;gap:var(--pb-space-3)}[data-theme=dark] ._default_i6i72_15{background:#ffffff12;border-color:#ffffff1f;box-shadow:inset 0 1px #ffffff1a,inset 0 -1px #00000026,0 4px 24px #00000059,0 1px 3px #0003,0 0 28px #7864c81a}[data-theme=dark] ._elevated_i6i72_25{background:#ffffff17;border-color:#ffffff24;box-shadow:inset 0 1px #ffffff1f,inset 0 -1px #0003,0 8px 32px #0006,0 2px 8px #00000040,0 16px 48px #5046782e,0 0 40px #7864c821}[data-theme=dark] ._bordered_i6i72_36{background:#ffffff12;border-color:#ffffff1f;box-shadow:inset 0 1px #ffffff1a,inset 0 -1px #00000026,0 4px 24px #00000059,0 1px 3px #0003,0 0 28px #818cf81a;outline-color:#818cf84d}[data-theme=dark] ._flat_i6i72_48{background:#7864c81a;border-color:#ffffff14;box-shadow:inset 0 1px #ffffff12,0 2px 12px #00000040,0 0 20px #7864c814}[data-theme=dark] ._hoverable_i6i72_60:hover,[data-theme=dark] ._clickable_i6i72_68:hover{box-shadow:inset 0 1px #ffffff24,0 8px 32px #00000080,0 2px 8px #0000004d,0 0 40px #7864c833,0 16px 48px #50467833}[data-theme=dark] ._header_i6i72_96{border-bottom-color:#ffffff14}[data-theme=dark] ._footer_i6i72_112{border-top-color:#ffffff14;background:#0003}@media (prefers-color-scheme: dark){:root:not([data-theme=light]) ._default_i6i72_15{background:#ffffff12;border-color:#ffffff1f;box-shadow:inset 0 1px #ffffff1a,inset 0 -1px #00000026,0 4px 24px #00000059,0 1px 3px #0003,0 0 28px #7864c81a}:root:not([data-theme=light]) ._elevated_i6i72_25{background:#ffffff17;border-color:#ffffff24;box-shadow:inset 0 1px #ffffff1f,inset 0 -1px #0003,0 8px 32px #0006,0 2px 8px #00000040,0 16px 48px #5046782e,0 0 40px #7864c821}:root:not([data-theme=light]) ._bordered_i6i72_36{background:#ffffff12;border-color:#ffffff1f;box-shadow:inset 0 1px #ffffff1a,inset 0 -1px #00000026,0 4px 24px #00000059,0 1px 3px #0003,0 0 28px #818cf81a;outline-color:#818cf84d}:root:not([data-theme=light]) ._flat_i6i72_48{background:#7864c81a;border-color:#ffffff14;box-shadow:inset 0 1px #ffffff12,0 2px 12px #00000040,0 0 20px #7864c814}:root:not([data-theme=light]) ._hoverable_i6i72_60:hover,:root:not([data-theme=light]) ._clickable_i6i72_68:hover{box-shadow:inset 0 1px #ffffff24,0 8px 32px #00000080,0 2px 8px #0000004d,0 0 40px #7864c833,0 16px 48px #50467833}:root:not([data-theme=light]) ._header_i6i72_96{border-bottom-color:#ffffff14}:root:not([data-theme=light]) ._footer_i6i72_112{border-top-color:#ffffff14;background:#0003}}._badge_1uusg_3{display:inline-flex;align-items:center;justify-content:center;font-family:var(--pb-font-sans);font-weight:var(--pb-font-semibold);border-radius:var(--pb-radius-full);white-space:nowrap;letter-spacing:-.01em;line-height:1;border:1px solid transparent;backdrop-filter:blur(8px) saturate(180%);-webkit-backdrop-filter:blur(8px) saturate(180%)}._sm_1uusg_20{padding:2px var(--pb-space-2);font-size:11px}._md_1uusg_25{padding:3px var(--pb-space-2);font-size:var(--pb-text-xs)}._dot_1uusg_32{width:5px;height:5px;padding:0;border-radius:var(--pb-radius-full);border-width:1.5px;backdrop-filter:none;-webkit-backdrop-filter:none}._dot_1uusg_32._md_1uusg_25{width:6px;height:6px}._default_1uusg_49{background:#f1f1f6d1;border-color:#a0a0b98c;color:var(--pb-stone-700);box-shadow:inset 0 1px #ffffffd9}._primary_1uusg_56{background:var(--pb-gradient-primary);border-color:transparent;color:#fff;box-shadow:0 1px 8px #818cf859,inset 0 1px #ffffff47}._success_1uusg_63{background:#dcfce7e0;border-color:#22c55e73;color:var(--pb-success-700);box-shadow:inset 0 1px #ffffffe6,0 1px 6px #22c55e1f}._warning_1uusg_70{background:#fef3c7e0;border-color:#f59e0b73;color:var(--pb-warning-700);box-shadow:inset 0 1px #ffffffe6,0 1px 6px #f59e0b1f}._danger_1uusg_77{background:#ffe4e6e0;border-color:#f43f5e73;color:var(--pb-danger-700);box-shadow:inset 0 1px #ffffffe6,0 1px 6px #f43f5e1f}._info_1uusg_84{background:#e0f2fee0;border-color:#0ea5e973;color:var(--pb-info-700);box-shadow:inset 0 1px #ffffffe6,0 1px 6px #0ea5e91f}._dot_1uusg_32._default_1uusg_49{background:var(--pb-stone-300);border-color:transparent}._dot_1uusg_32._primary_1uusg_56{background:#818cf8;border-color:#818cf84d;box-shadow:0 0 6px #818cf880}._dot_1uusg_32._success_1uusg_63{background:var(--pb-success-500);border-color:#22c55e4d;box-shadow:0 0 6px #22c55e73}._dot_1uusg_32._warning_1uusg_70{background:var(--pb-warning-500);border-color:#f59e0b4d;box-shadow:0 0 6px #f59e0b73}._dot_1uusg_32._danger_1uusg_77{background:var(--pb-danger-500);border-color:#f43f5e4d;box-shadow:0 0 6px #f43f5e73}._dot_1uusg_32._info_1uusg_84{background:var(--pb-info-500);border-color:#0ea5e94d;box-shadow:0 0 6px #0ea5e973}[data-theme=dark] ._default_1uusg_49{background:#ffffff1a;border-color:#ffffff2e;color:var(--pb-stone-300)}[data-theme=dark] ._success_1uusg_63{background:#15803d4d;border-color:#22c55e80;color:#bbf7d0}[data-theme=dark] ._warning_1uusg_70{background:#b453094d;border-color:#f59e0b80;color:#fde68a}[data-theme=dark] ._danger_1uusg_77{background:#be123c4d;border-color:#f43f5e80;color:#fecdd3}[data-theme=dark] ._info_1uusg_84{background:#0369a14d;border-color:#0ea5e980;color:#bae6fd}@media (prefers-color-scheme: dark){:root:not([data-theme=light]) ._default_1uusg_49{background:#ffffff1a;border-color:#ffffff2e;color:var(--pb-stone-300)}:root:not([data-theme=light]) ._success_1uusg_63{background:#15803d4d;border-color:#22c55e80;color:#bbf7d0}:root:not([data-theme=light]) ._warning_1uusg_70{background:#b453094d;border-color:#f59e0b80;color:#fde68a}:root:not([data-theme=light]) ._danger_1uusg_77{background:#be123c4d;border-color:#f43f5e80;color:#fecdd3}:root:not([data-theme=light]) ._info_1uusg_84{background:#0369a14d;border-color:#0ea5e980;color:#bae6fd}}._avatar_n1f99_3{position:relative;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--pb-radius-full);overflow:hidden;background:linear-gradient(135deg,#60a5fa2e,#818cf82e,#a855f72e);color:var(--pb-primary-700);flex-shrink:0;-webkit-user-select:none;user-select:none;transition:box-shadow var(--pb-ease-spring-bounce)}._avatar_n1f99_3:hover{box-shadow:0 0 0 2px var(--pb-bg-surface),0 0 0 4px #818cf873}._xs_n1f99_25{width:24px;height:24px}._sm_n1f99_26{width:32px;height:32px}._md_n1f99_27{width:40px;height:40px}._lg_n1f99_28{width:56px;height:56px}._xl_n1f99_29{width:72px;height:72px}._image_n1f99_33{width:100%;height:100%;object-fit:cover;border-radius:inherit}._initials_n1f99_42{font-family:var(--pb-font-sans);font-weight:var(--pb-font-semibold);line-height:1;letter-spacing:-.02em}._xs_n1f99_25 ._initials_n1f99_42{font-size:9px}._sm_n1f99_26 ._initials_n1f99_42{font-size:11px}._md_n1f99_27 ._initials_n1f99_42{font-size:14px}._lg_n1f99_28 ._initials_n1f99_42{font-size:18px}._xl_n1f99_29 ._initials_n1f99_42{font-size:22px}._fallbackIcon_n1f99_57{width:55%;height:55%;color:var(--pb-primary-400)}._status_n1f99_65{position:absolute;bottom:0;right:0;border-radius:var(--pb-radius-full);border:2px solid var(--pb-bg-surface);width:28%;height:28%;min-width:8px;min-height:8px;max-width:14px;max-height:14px}._status-online_n1f99_79{background-color:var(--pb-success-500);box-shadow:0 0 6px #22c55e99}._status-offline_n1f99_83{background-color:var(--pb-stone-400)}._status-busy_n1f99_84{background-color:var(--pb-danger-500);box-shadow:0 0 6px #f43f5e8c}._status-away_n1f99_88{background-color:var(--pb-warning-500);box-shadow:0 0 6px #f59e0b8c}._overflow_n1f99_95{background:#ffffffa6 padding-box,linear-gradient(135deg,#c8c8d273,#b4b4c347) border-box;border:1px solid transparent;color:var(--pb-stone-600);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}._group_n1f99_107{display:flex;flex-direction:row}._group_n1f99_107>*{border:2px solid var(--pb-bg-surface);margin-left:-8px}._group_n1f99_107>*:first-child{margin-left:0}[data-theme=dark] ._avatar_n1f99_3{background:linear-gradient(135deg,#60a5fa1f,#818cf81f,#a855f71f);color:var(--pb-primary-200)}[data-theme=dark] ._fallbackIcon_n1f99_57{color:var(--pb-primary-300)}[data-theme=dark] ._overflow_n1f99_95{background:#ffffff12 padding-box,linear-gradient(135deg,#ffffff24,#ffffff0d) border-box;color:var(--pb-stone-200)}@media (prefers-color-scheme: dark){:root:not([data-theme=light]) ._avatar_n1f99_3{background:linear-gradient(135deg,#60a5fa1f,#818cf81f,#a855f71f);color:var(--pb-primary-200)}:root:not([data-theme=light]) ._fallbackIcon_n1f99_57{color:var(--pb-primary-300)}:root:not([data-theme=light]) ._overflow_n1f99_95{background:#ffffff12 padding-box,linear-gradient(135deg,#ffffff24,#ffffff0d) border-box;color:var(--pb-stone-200)}}:root{--pb-tooltip-bg: rgba(55, 48, 90, .92)}._wrapper_4w97v_8{position:relative;display:inline-flex;align-items:center;justify-content:center}._tooltip_4w97v_17{position:absolute;z-index:var(--pb-z-tooltip);background:var(--pb-tooltip-bg);border:1px solid rgba(255,255,255,.12);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:#ffffffeb;font-family:var(--pb-font-sans);font-size:12px;font-weight:var(--pb-font-medium);line-height:1.4;padding:6px 10px;border-radius:8px;pointer-events:none;opacity:0;transition:opacity var(--pb-ease-base),transform var(--pb-ease-spring-bounce);box-shadow:0 4px 16px #0000004d;max-width:200px;white-space:normal;text-align:left}._wrapper_4w97v_8:hover ._tooltip_4w97v_17,._wrapper_4w97v_8:focus-within ._tooltip_4w97v_17{opacity:1}._arrow_4w97v_49{position:absolute;width:0;height:0}._top_4w97v_58{bottom:calc(100% + 8px);left:50%;transform:translate(-50%) translateY(6px)}._wrapper_4w97v_8:hover ._top_4w97v_58,._wrapper_4w97v_8:focus-within ._top_4w97v_58{transform:translate(-50%) translateY(0)}._top_4w97v_58 ._arrow_4w97v_49{top:100%;left:50%;transform:translate(-50%);border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid var(--pb-tooltip-bg)}._bottom_4w97v_77{top:calc(100% + 8px);left:50%;transform:translate(-50%) translateY(-6px)}._wrapper_4w97v_8:hover ._bottom_4w97v_77,._wrapper_4w97v_8:focus-within ._bottom_4w97v_77{transform:translate(-50%) translateY(0)}._bottom_4w97v_77 ._arrow_4w97v_49{bottom:100%;left:50%;transform:translate(-50%);border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid var(--pb-tooltip-bg)}._left_4w97v_96{right:calc(100% + 8px);top:50%;transform:translateY(-50%) translate(6px)}._wrapper_4w97v_8:hover ._left_4w97v_96,._wrapper_4w97v_8:focus-within ._left_4w97v_96{transform:translateY(-50%) translate(0)}._left_4w97v_96 ._arrow_4w97v_49{left:100%;top:50%;transform:translateY(-50%);border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:5px solid var(--pb-tooltip-bg)}._right_4w97v_115{left:calc(100% + 8px);top:50%;transform:translateY(-50%) translate(-6px)}._wrapper_4w97v_8:hover ._right_4w97v_115,._wrapper_4w97v_8:focus-within ._right_4w97v_115{transform:translateY(-50%) translate(0)}._right_4w97v_115 ._arrow_4w97v_49{right:100%;top:50%;transform:translateY(-50%);border-top:5px solid transparent;border-bottom:5px solid transparent;border-right:5px solid var(--pb-tooltip-bg)}[data-theme=dark]{--pb-tooltip-bg: rgba(40, 35, 75, .95)}@media (prefers-color-scheme: dark){:root:not([data-theme=light]){--pb-tooltip-bg: rgba(40, 35, 75, .95)}}._wrapper_kn5iw_3{position:relative;display:flex;flex-direction:column;gap:var(--pb-space-1);width:100%;isolation:isolate}._label_kn5iw_12{font-family:var(--pb-font-sans);font-size:var(--pb-text-sm);font-weight:var(--pb-font-medium);color:var(--pb-label-color);line-height:var(--pb-leading-snug);letter-spacing:-.01em}._triggerWrapper_kn5iw_23{position:relative;z-index:1}._trigger_kn5iw_23{position:relative;display:flex;align-items:center;justify-content:space-between;width:100%;padding:0 var(--pb-space-3);background:#7864c812;border:1px solid rgba(255,255,255,.7);border-radius:var(--pb-radius-xl);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:inset 0 1px #ffffffe6,inset 0 -1px #7864c814,0 1px 3px #5046781a;font-family:var(--pb-font-sans);font-size:var(--pb-text-sm);color:var(--pb-text-primary);cursor:pointer;text-align:left;transition:border-color .2s cubic-bezier(.34,1.56,.64,1),box-shadow .2s cubic-bezier(.34,1.56,.64,1)}._trigger_kn5iw_23:focus-visible{outline:none;border-color:#6366f199;box-shadow:0 0 0 3px #6366f11f,inset 0 1px #fffc}._trigger_kn5iw_23._open_kn5iw_64{border-color:#6366f199;box-shadow:0 0 0 3px #6366f11f,inset 0 1px #fffc}._trigger_kn5iw_23._error_kn5iw_71{border-color:#ef444499;box-shadow:0 0 0 3px #ef44441a,inset 0 1px #fffc}._trigger_kn5iw_23._disabled_kn5iw_78{background:#c8c3d726;border-color:#c8c3d74d;backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:none;color:var(--pb-text-disabled);cursor:not-allowed}._sm_kn5iw_90{height:var(--pb-input-height-sm);font-size:var(--pb-text-xs)}._md_kn5iw_91{height:var(--pb-input-height-md)}._lg_kn5iw_92{height:var(--pb-input-height-lg);font-size:var(--pb-text-base)}._triggerValue_kn5iw_96{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._triggerPlaceholder_kn5iw_103{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--pb-icon-color)}._chevron_kn5iw_113{display:inline-flex;align-items:center;flex-shrink:0;margin-left:var(--pb-space-2);color:var(--pb-text-secondary);transition:transform .2s cubic-bezier(.34,1.56,.64,1),color .2s}._chevronOpen_kn5iw_124{transform:rotate(180deg);color:#818cf8}._trigger_kn5iw_23._disabled_kn5iw_78 ._chevron_kn5iw_113{color:var(--pb-text-disabled)}._dropdown_kn5iw_135{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:50;list-style:none;margin:0;padding:var(--pb-space-2);display:flex;flex-direction:column;gap:2px;background:#f5f2ffbf;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.7);box-shadow:0 8px 32px #50467826,inset 0 1px #ffffffe6;border-radius:12px}._option_kn5iw_159{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;border-radius:8px;cursor:pointer;font-family:var(--pb-font-sans);font-size:var(--pb-text-sm);color:var(--pb-text-primary);transition:background .15s;-webkit-user-select:none;user-select:none}._option_kn5iw_159:hover:not(._optionDisabled_kn5iw_173){background:#6366f114}._optionSelected_kn5iw_177{background:#6366f11f;color:#6366f1;font-weight:var(--pb-font-medium)}._optionSelected_kn5iw_177:hover{background:#6366f12e}._optionDisabled_kn5iw_173{opacity:.4;cursor:not-allowed}._optionLabel_kn5iw_192{flex:1}._checkmark_kn5iw_196{display:inline-flex;align-items:center;color:#6366f1;flex-shrink:0;margin-left:var(--pb-space-2)}._helperText_kn5iw_206{margin:0;font-family:var(--pb-font-sans);font-size:var(--pb-text-xs);color:var(--pb-text-secondary);line-height:var(--pb-leading-snug)}._errorText_kn5iw_214{margin:0;font-family:var(--pb-font-sans);font-size:var(--pb-text-xs);color:var(--pb-text-error);line-height:var(--pb-leading-snug)}[data-theme=dark] ._trigger_kn5iw_23{background:#7864c81a;border-color:#ffffff1f;box-shadow:inset 0 1px #ffffff0f,0 2px 8px #0000004d}[data-theme=dark] ._trigger_kn5iw_23._open_kn5iw_64,[data-theme=dark] ._trigger_kn5iw_23:focus-visible{border-color:#6366f199;box-shadow:0 0 0 3px #6366f133,inset 0 1px #ffffff0f}[data-theme=dark] ._trigger_kn5iw_23._error_kn5iw_71{border-color:#ef444499;box-shadow:0 0 0 3px #ef444426,inset 0 1px #ffffff0f}[data-theme=dark] ._trigger_kn5iw_23._disabled_kn5iw_78{background:#ffffff0a;border-color:#ffffff12}[data-theme=dark] ._dropdown_kn5iw_135{background:#282341e6;border-color:#ffffff1a;box-shadow:0 8px 32px #0000004d,inset 0 1px #ffffff14}[data-theme=dark] ._option_kn5iw_159{color:#ffffffbf}[data-theme=dark] ._option_kn5iw_159:hover:not(._optionDisabled_kn5iw_173){background:#ffffff0f}[data-theme=dark] ._optionSelected_kn5iw_177{background:#6366f133;color:#818cf8}[data-theme=dark] ._optionSelected_kn5iw_177:hover{background:#6366f147}[data-theme=dark] ._checkmark_kn5iw_196{color:#818cf8}@media (prefers-color-scheme: dark){:root:not([data-theme=light]) ._trigger_kn5iw_23{background:#7864c81a;border-color:#ffffff1f;box-shadow:inset 0 1px #ffffff0f,0 2px 8px #0000004d}:root:not([data-theme=light]) ._trigger_kn5iw_23._open_kn5iw_64,:root:not([data-theme=light]) ._trigger_kn5iw_23:focus-visible{border-color:#6366f199;box-shadow:0 0 0 3px #6366f133,inset 0 1px #ffffff0f}:root:not([data-theme=light]) ._trigger_kn5iw_23._error_kn5iw_71{border-color:#ef444499;box-shadow:0 0 0 3px #ef444426,inset 0 1px #ffffff0f}:root:not([data-theme=light]) ._trigger_kn5iw_23._disabled_kn5iw_78{background:#ffffff0a;border-color:#ffffff12}:root:not([data-theme=light]) ._dropdown_kn5iw_135{background:#282341e6;border-color:#ffffff1a;box-shadow:0 8px 32px #0000004d,inset 0 1px #ffffff14}:root:not([data-theme=light]) ._option_kn5iw_159{color:#ffffffbf}:root:not([data-theme=light]) ._option_kn5iw_159:hover:not(._optionDisabled_kn5iw_173){background:#ffffff0f}:root:not([data-theme=light]) ._optionSelected_kn5iw_177{background:#6366f133;color:#818cf8}:root:not([data-theme=light]) ._optionSelected_kn5iw_177:hover{background:#6366f147}:root:not([data-theme=light]) ._checkmark_kn5iw_196{color:#818cf8}}._wrapper_cefjy_3{display:inline-flex;flex-direction:column;gap:var(--pb-space-1);font-family:var(--pb-font-sans)}._checkboxRow_cefjy_10{display:inline-flex;align-items:center;gap:var(--pb-space-2)}._sm_cefjy_18 ._checkboxBox_cefjy_18{width:14px;height:14px}._sm_cefjy_18 ._label_cefjy_22{font-size:var(--pb-text-xs)}._md_cefjy_26 ._checkboxBox_cefjy_18{width:18px;height:18px}._md_cefjy_26 ._label_cefjy_22{font-size:var(--pb-text-sm)}._checkboxOuter_cefjy_36{position:relative;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}._input_cefjy_46{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer;margin:0;z-index:1}._input_cefjy_46:disabled{cursor:not-allowed}._checkboxBox_cefjy_18{display:flex;align-items:center;justify-content:center;border-radius:6px;background:#7864c812;border:1.5px solid rgba(150,140,180,.4);box-shadow:inset 0 1px #fff9;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:all .2s cubic-bezier(.34,1.56,.64,1);pointer-events:none}._input_cefjy_46:hover:not(:disabled):not(:checked)~._checkboxBox_cefjy_18{background:#7864c81f;border-color:#6366f180}._input_cefjy_46:focus-visible~._checkboxBox_cefjy_18{box-shadow:var(--pb-focus-ring),inset 0 1px #fff9;border-color:#6366f199;outline:none}._input_cefjy_46:checked~._checkboxBox_cefjy_18{background:linear-gradient(135deg,#6366f1,#a855f7);border:1.5px solid transparent;border-radius:6px;box-shadow:0 0 12px #8b5cf666,inset 0 1px #fff3}._input_cefjy_46:checked:hover:not(:disabled)~._checkboxBox_cefjy_18{background:linear-gradient(135deg,#818cf8,#c084fc);box-shadow:0 0 16px #8b5cf680,inset 0 1px #ffffff40}._input_cefjy_46:indeterminate~._checkboxBox_cefjy_18{background:linear-gradient(135deg,#6366f1,#a855f7);border:1.5px solid transparent;border-radius:6px;box-shadow:0 0 12px #8b5cf666,inset 0 1px #fff3}._input_cefjy_46:indeterminate:hover:not(:disabled)~._checkboxBox_cefjy_18{background:linear-gradient(135deg,#818cf8,#c084fc);box-shadow:0 0 16px #8b5cf680,inset 0 1px #ffffff40}._input_cefjy_46:disabled~._checkboxBox_cefjy_18{background:var(--pb-bg-disabled);border:1.5px solid var(--pb-text-disabled);-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none}._input_cefjy_46:disabled:checked~._checkboxBox_cefjy_18{background:var(--pb-bg-muted);border-color:transparent;box-shadow:none}._checkmark_cefjy_142,._dash_cefjy_143{width:70%;height:70%;color:#fff;opacity:0;transform:scale(.5);transition:opacity var(--pb-ease-spring-bounce),transform var(--pb-ease-spring-bounce);position:absolute}._input_cefjy_46:checked~._checkboxBox_cefjy_18 ._checkmark_cefjy_142{opacity:1;transform:scale(1)}._input_cefjy_46:indeterminate~._checkboxBox_cefjy_18 ._dash_cefjy_143{opacity:1;transform:scale(1)}._label_cefjy_22{color:var(--pb-text-primary);line-height:var(--pb-leading-snug);cursor:pointer;-webkit-user-select:none;user-select:none}._disabled_cefjy_174 ._label_cefjy_22{color:var(--pb-text-disabled);cursor:not-allowed}._helperText_cefjy_181{margin:0;font-size:var(--pb-text-xs);color:var(--pb-text-secondary);line-height:var(--pb-leading-snug);padding-left:calc(18px + var(--pb-space-2))}._sm_cefjy_18 ._helperText_cefjy_181{padding-left:calc(14px + var(--pb-space-2))}[data-theme=dark] ._checkboxBox_cefjy_18{background:#7864c81f;border-color:#ffffff26;box-shadow:inset 0 1px #ffffff14}[data-theme=dark] ._input_cefjy_46:hover:not(:disabled):not(:checked):not(:indeterminate)~._checkboxBox_cefjy_18{background:#7864c833;border-color:#6366f180}[data-theme=dark] ._input_cefjy_46:checked:hover:not(:disabled)~._checkboxBox_cefjy_18,[data-theme=dark] ._input_cefjy_46:indeterminate:hover:not(:disabled)~._checkboxBox_cefjy_18{background:linear-gradient(135deg,#818cf8,#c084fc);box-shadow:0 0 16px #8b5cf680,inset 0 1px #ffffff40}@media (prefers-color-scheme: dark){:root:not([data-theme=light]) ._input_cefjy_46:hover:not(:disabled):not(:checked):not(:indeterminate)~._checkboxBox_cefjy_18{background:#7864c833;border-color:#6366f180}:root:not([data-theme=light]) ._input_cefjy_46:checked:hover:not(:disabled)~._checkboxBox_cefjy_18,:root:not([data-theme=light]) ._input_cefjy_46:indeterminate:hover:not(:disabled)~._checkboxBox_cefjy_18{background:linear-gradient(135deg,#818cf8,#c084fc);box-shadow:0 0 16px #8b5cf680,inset 0 1px #ffffff40}}
|
package/package.json
ADDED
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@chloe0592/pebble",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"description": "A compact, thoughtfully designed React component library",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"main": "./dist/pebble.umd.js",
|
|
7
|
+
"module": "./dist/pebble.es.js",
|
|
8
|
+
"types": "./dist/index.d.ts",
|
|
9
|
+
"exports": {
|
|
10
|
+
".": {
|
|
11
|
+
"import": "./dist/pebble.es.js",
|
|
12
|
+
"require": "./dist/pebble.umd.js",
|
|
13
|
+
"types": "./dist/index.d.ts"
|
|
14
|
+
},
|
|
15
|
+
"./styles": "./dist/style.css"
|
|
16
|
+
},
|
|
17
|
+
"files": [
|
|
18
|
+
"dist"
|
|
19
|
+
],
|
|
20
|
+
"engines": {
|
|
21
|
+
"node": ">=18.0.0"
|
|
22
|
+
},
|
|
23
|
+
"repository": {
|
|
24
|
+
"type": "git",
|
|
25
|
+
"url": "https://github.com/kljevar/pebble.git"
|
|
26
|
+
},
|
|
27
|
+
"keywords": [
|
|
28
|
+
"react",
|
|
29
|
+
"components",
|
|
30
|
+
"design-system",
|
|
31
|
+
"typescript",
|
|
32
|
+
"ui",
|
|
33
|
+
"pebble"
|
|
34
|
+
],
|
|
35
|
+
"scripts": {
|
|
36
|
+
"dev": "storybook dev -p 6006",
|
|
37
|
+
"build": "tsc --noEmit && vite build",
|
|
38
|
+
"build:storybook": "storybook build",
|
|
39
|
+
"lint": "eslint src --ext .ts,.tsx",
|
|
40
|
+
"preview": "vite preview",
|
|
41
|
+
"prepare": "vite build"
|
|
42
|
+
},
|
|
43
|
+
"peerDependencies": {
|
|
44
|
+
"react": ">=18.0.0",
|
|
45
|
+
"react-dom": ">=18.0.0"
|
|
46
|
+
},
|
|
47
|
+
"devDependencies": {
|
|
48
|
+
"@storybook/addon-essentials": "^8.4.7",
|
|
49
|
+
"@storybook/addon-interactions": "^8.4.7",
|
|
50
|
+
"@storybook/blocks": "^8.4.7",
|
|
51
|
+
"@storybook/react": "^8.4.7",
|
|
52
|
+
"@storybook/react-vite": "^8.4.7",
|
|
53
|
+
"@storybook/test": "^8.4.7",
|
|
54
|
+
"@types/react": "^18.3.12",
|
|
55
|
+
"@types/react-dom": "^18.3.1",
|
|
56
|
+
"@vitejs/plugin-react": "^4.3.3",
|
|
57
|
+
"react": "^19.0.0",
|
|
58
|
+
"react-dom": "^19.0.0",
|
|
59
|
+
"storybook": "^8.4.7",
|
|
60
|
+
"typescript": "^5.6.3",
|
|
61
|
+
"vite": "^5.4.11",
|
|
62
|
+
"vite-plugin-dts": "^4.3.0"
|
|
63
|
+
}
|
|
64
|
+
}
|