@kingsoft-ai/design 0.1.14 → 0.1.15
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/dist/index.cjs +322 -278
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +2278 -2281
- package/dist/index.mjs.map +1 -1
- package/dist/style.css +1 -0
- package/dist/styles.css +1 -0
- package/dist/types/button/Button.style.d.ts +6 -6
- package/dist/types/card/Card.d.ts +8 -1
- package/dist/types/card/Card.style.d.ts +12 -14
- package/dist/types/index.d.ts +1 -0
- package/dist/types/tag/Tag.style.d.ts +6 -6
- package/package.json +5 -2
package/dist/index.cjs
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i=require("react/jsx-runtime"),c=require("react"),X=require("react-aria"),b=require("@emotion/styled"),C=require("@emotion/react"),Qt=require("react-dom"),ae=require("@kingsoft-ai/theme");function to(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const r in e)if(r!=="default"){const o=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,o.get?o:{enumerable:!0,get:()=>e[r]})}}return t.default=e,Object.freeze(t)}const pt=to(i),ze=to(c),ke=typeof document<"u"?c.useLayoutEffect:()=>{};let Ot=new Map;typeof FinalizationRegistry<"u"&&new FinalizationRegistry(e=>{Ot.delete(e)});function Tn(e,t){if(e===t)return e;let r=Ot.get(e);if(r)return r.forEach(n=>n.current=t),t;let o=Ot.get(t);return o?(o.forEach(n=>n.current=e),e):t}function Rn(...e){return(...t)=>{for(let r of e)typeof r=="function"&&r(...t)}}const de=e=>{var t;return(t=e==null?void 0:e.ownerDocument)!==null&&t!==void 0?t:document},ht=e=>e&&"window"in e&&e.window===e?e:de(e).defaultView||window;function Ln(e){return e!==null&&typeof e=="object"&&"nodeType"in e&&typeof e.nodeType=="number"}function Mn(e){return Ln(e)&&e.nodeType===Node.DOCUMENT_FRAGMENT_NODE&&"host"in e}let In=!1;function xt(){return In}function $r(e,t){if(!xt())return t&&e?e.contains(t):!1;if(!e||!t)return!1;let r=t;for(;r!==null;){if(r===e)return!0;r.tagName==="SLOT"&&r.assignedSlot?r=r.assignedSlot.parentNode:Mn(r)?r=r.host:r=r.parentNode}return!1}const ve=(e=document)=>{var t;if(!xt())return e.activeElement;let r=e.activeElement;for(;r&&"shadowRoot"in r&&(!((t=r.shadowRoot)===null||t===void 0)&&t.activeElement);)r=r.shadowRoot.activeElement;return r};function Be(e){return xt()&&e.target.shadowRoot&&e.composedPath?e.composedPath()[0]:e.target}class Nn{get currentNode(){return this._currentNode}set currentNode(t){if(!$r(this.root,t))throw new Error("Cannot set currentNode to a node that is not contained by the root node.");const r=[];let o=t,n=t;for(this._currentNode=t;o&&o!==this.root;)if(o.nodeType===Node.DOCUMENT_FRAGMENT_NODE){const a=o,l=this._doc.createTreeWalker(a,this.whatToShow,{acceptNode:this._acceptNode});r.push(l),l.currentNode=n,this._currentSetFor.add(l),o=n=a.host}else o=o.parentNode;const s=this._doc.createTreeWalker(this.root,this.whatToShow,{acceptNode:this._acceptNode});r.push(s),s.currentNode=n,this._currentSetFor.add(s),this._walkerStack=r}get doc(){return this._doc}firstChild(){let t=this.currentNode,r=this.nextNode();return $r(t,r)?(r&&(this.currentNode=r),r):(this.currentNode=t,null)}lastChild(){let r=this._walkerStack[0].lastChild();return r&&(this.currentNode=r),r}nextNode(){const t=this._walkerStack[0].nextNode();if(t){if(t.shadowRoot){var r;let n;if(typeof this.filter=="function"?n=this.filter(t):!((r=this.filter)===null||r===void 0)&&r.acceptNode&&(n=this.filter.acceptNode(t)),n===NodeFilter.FILTER_ACCEPT)return this.currentNode=t,t;let s=this.nextNode();return s&&(this.currentNode=s),s}return t&&(this.currentNode=t),t}else if(this._walkerStack.length>1){this._walkerStack.shift();let o=this.nextNode();return o&&(this.currentNode=o),o}else return null}previousNode(){const t=this._walkerStack[0];if(t.currentNode===t.root){if(this._currentSetFor.has(t))if(this._currentSetFor.delete(t),this._walkerStack.length>1){this._walkerStack.shift();let n=this.previousNode();return n&&(this.currentNode=n),n}else return null;return null}const r=t.previousNode();if(r){if(r.shadowRoot){var o;let s;if(typeof this.filter=="function"?s=this.filter(r):!((o=this.filter)===null||o===void 0)&&o.acceptNode&&(s=this.filter.acceptNode(r)),s===NodeFilter.FILTER_ACCEPT)return r&&(this.currentNode=r),r;let a=this.lastChild();return a&&(this.currentNode=a),a}return r&&(this.currentNode=r),r}else if(this._walkerStack.length>1){this._walkerStack.shift();let n=this.previousNode();return n&&(this.currentNode=n),n}else return null}nextSibling(){return null}previousSibling(){return null}parentNode(){return null}constructor(t,r,o,n){this._walkerStack=[],this._currentSetFor=new Set,this._acceptNode=a=>{if(a.nodeType===Node.ELEMENT_NODE){const u=a.shadowRoot;if(u){const d=this._doc.createTreeWalker(u,this.whatToShow,{acceptNode:this._acceptNode});return this._walkerStack.unshift(d),NodeFilter.FILTER_ACCEPT}else{var l;if(typeof this.filter=="function")return this.filter(a);if(!((l=this.filter)===null||l===void 0)&&l.acceptNode)return this.filter.acceptNode(a);if(this.filter===null)return NodeFilter.FILTER_ACCEPT}}return NodeFilter.FILTER_SKIP},this._doc=t,this.root=r,this.filter=n??null,this.whatToShow=o??NodeFilter.SHOW_ALL,this._currentNode=r,this._walkerStack.unshift(t.createTreeWalker(r,o,this._acceptNode));const s=r.shadowRoot;if(s){const a=this._doc.createTreeWalker(s,this.whatToShow,{acceptNode:this._acceptNode});this._walkerStack.unshift(a)}}}function Pn(e,t,r,o){return xt()?new Nn(e,t,r,o):e.createTreeWalker(t,r,o)}function ro(e){var t,r,o="";if(typeof e=="string"||typeof e=="number")o+=e;else if(typeof e=="object")if(Array.isArray(e)){var n=e.length;for(t=0;t<n;t++)e[t]&&(r=ro(e[t]))&&(o&&(o+=" "),o+=r)}else for(r in e)e[r]&&(o&&(o+=" "),o+=r);return o}function An(){for(var e,t,r=0,o="",n=arguments.length;r<n;r++)(e=arguments[r])&&(t=ro(e))&&(o&&(o+=" "),o+=t);return o}function Re(...e){let t={...e[0]};for(let r=1;r<e.length;r++){let o=e[r];for(let n in o){let s=t[n],a=o[n];typeof s=="function"&&typeof a=="function"&&n[0]==="o"&&n[1]==="n"&&n.charCodeAt(2)>=65&&n.charCodeAt(2)<=90?t[n]=Rn(s,a):(n==="className"||n==="UNSAFE_className")&&typeof s=="string"&&typeof a=="string"?t[n]=An(s,a):n==="id"&&s&&a?t.id=Tn(s,a):t[n]=a!==void 0?a:s}}return t}function Bt(e){if(Fn())e.focus({preventScroll:!0});else{let t=Dn(e);e.focus(),On(t)}}let at=null;function Fn(){if(at==null){at=!1;try{document.createElement("div").focus({get preventScroll(){return at=!0,!0}})}catch{}}return at}function Dn(e){let t=e.parentNode,r=[],o=document.scrollingElement||document.documentElement;for(;t instanceof HTMLElement&&t!==o;)(t.offsetHeight<t.scrollHeight||t.offsetWidth<t.scrollWidth)&&r.push({element:t,scrollTop:t.scrollTop,scrollLeft:t.scrollLeft}),t=t.parentNode;return o instanceof HTMLElement&&r.push({element:o,scrollTop:o.scrollTop,scrollLeft:o.scrollLeft}),r}function On(e){for(let{element:t,scrollTop:r,scrollLeft:o}of e)t.scrollTop=r,t.scrollLeft=o}function yt(e){var t;if(typeof window>"u"||window.navigator==null)return!1;let r=(t=window.navigator.userAgentData)===null||t===void 0?void 0:t.brands;return Array.isArray(r)&&r.some(o=>e.test(o.brand))||e.test(window.navigator.userAgent)}function er(e){var t;return typeof window<"u"&&window.navigator!=null?e.test(((t=window.navigator.userAgentData)===null||t===void 0?void 0:t.platform)||window.navigator.platform):!1}function Le(e){if(process.env.NODE_ENV==="test")return e;let t=null;return()=>(t==null&&(t=e()),t)}const tr=Le(function(){return er(/^Mac/i)}),Bn=Le(function(){return er(/^iPhone/i)}),Kn=Le(function(){return er(/^iPad/i)||tr()&&navigator.maxTouchPoints>1}),Vn=Le(function(){return Bn()||Kn()});Le(function(){return tr()||Vn()});Le(function(){return yt(/AppleWebKit/i)&&!oo()});const oo=Le(function(){return yt(/Chrome/i)}),no=Le(function(){return yt(/Android/i)});Le(function(){return yt(/Firefox/i)});let Ne=new Map,Kt=new Set;function wr(){if(typeof window>"u")return;function e(o){return"propertyName"in o}let t=o=>{if(!e(o)||!o.target)return;let n=Ne.get(o.target);n||(n=new Set,Ne.set(o.target,n),o.target.addEventListener("transitioncancel",r,{once:!0})),n.add(o.propertyName)},r=o=>{if(!e(o)||!o.target)return;let n=Ne.get(o.target);if(n&&(n.delete(o.propertyName),n.size===0&&(o.target.removeEventListener("transitioncancel",r),Ne.delete(o.target)),Ne.size===0)){for(let s of Kt)s();Kt.clear()}};document.body.addEventListener("transitionrun",t),document.body.addEventListener("transitionend",r)}typeof document<"u"&&(document.readyState!=="loading"?wr():document.addEventListener("DOMContentLoaded",wr));function _n(){for(const[e]of Ne)"isConnected"in e&&!e.isConnected&&Ne.delete(e)}function Hn(e){requestAnimationFrame(()=>{_n(),Ne.size===0?e():Kt.add(e)})}function Wn(e){return e.pointerType===""&&e.isTrusted?!0:no()&&e.pointerType?e.type==="click"&&e.buttons===1:e.detail===0&&!e.pointerType}const Un=typeof Element<"u"&&"checkVisibility"in Element.prototype;function Yn(e){const t=ht(e);if(!(e instanceof t.HTMLElement)&&!(e instanceof t.SVGElement))return!1;let{display:r,visibility:o}=e.style,n=r!=="none"&&o!=="hidden"&&o!=="collapse";if(n){const{getComputedStyle:s}=e.ownerDocument.defaultView;let{display:a,visibility:l}=s(e);n=a!=="none"&&l!=="hidden"&&l!=="collapse"}return n}function Zn(e,t){return!e.hasAttribute("hidden")&&!e.hasAttribute("data-react-aria-prevent-focus")&&(e.nodeName==="DETAILS"&&t&&t.nodeName!=="SUMMARY"?e.hasAttribute("open"):!0)}function rr(e,t){return Un?e.checkVisibility({visibilityProperty:!0})&&!e.closest("[data-react-aria-prevent-focus]"):e.nodeName!=="#comment"&&Yn(e)&&Zn(e,t)&&(!e.parentElement||rr(e.parentElement,e))}const or=["input:not([disabled]):not([type=hidden])","select:not([disabled])","textarea:not([disabled])","button:not([disabled])","a[href]","area[href]","summary","iframe","object","embed","audio[controls]","video[controls]",'[contenteditable]:not([contenteditable^="false"])',"permission"],Xn=or.join(":not([hidden]),")+",[tabindex]:not([disabled]):not([hidden])";or.push('[tabindex]:not([tabindex="-1"]):not([disabled])');const Gn=or.join(':not([hidden]):not([tabindex="-1"]),');function qn(e){return e.matches(Xn)&&rr(e)&&!io(e)}function Jn(e){return e.matches(Gn)&&rr(e)&&!io(e)}function io(e){let t=e;for(;t!=null;){if(t instanceof t.ownerDocument.defaultView.HTMLElement&&t.inert)return!0;t=t.parentElement}return!1}function vt(e,t,r){let[o,n]=c.useState(e||t),s=c.useRef(e!==void 0),a=e!==void 0;c.useEffect(()=>{let d=s.current;d!==a&&process.env.NODE_ENV!=="production"&&console.warn(`WARN: A component changed from ${d?"controlled":"uncontrolled"} to ${a?"controlled":"uncontrolled"}.`),s.current=a},[a]);let l=a?e:o,u=c.useCallback((d,...h)=>{let p=(f,...x)=>{r&&(Object.is(l,f)||r(f,...x)),a||(l=f)};typeof d=="function"?(process.env.NODE_ENV!=="production"&&console.warn("We can not support a function callback. See Github Issues for details https://github.com/adobe/react-spectrum/issues/2320"),n((x,...m)=>{let g=d(a?l:x,...m);return p(g,...h),a?x:g})):(a||n(d),p(d,...h))},[a,l,r]);return[l,u]}const Qn=["primary","secondary","text","danger","gradient"],ei=["sm","md","lg"],ti=(e,t)=>{const r=t.components.button[e],o="shadow"in r;if(e==="gradient"){const d=r,h=d.shadow.default,p=d.shadow.hover;return C.css`
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i=require("react/jsx-runtime"),c=require("react"),X=require("react-aria"),b=require("@emotion/styled"),S=require("@emotion/react"),Qt=require("react-dom"),ae=require("@kingsoft-ai/theme");function to(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const r in e)if(r!=="default"){const o=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,o.get?o:{enumerable:!0,get:()=>e[r]})}}return t.default=e,Object.freeze(t)}const pt=to(i),ze=to(c),ke=typeof document<"u"?c.useLayoutEffect:()=>{};let Ot=new Map;typeof FinalizationRegistry<"u"&&new FinalizationRegistry(e=>{Ot.delete(e)});function Tn(e,t){if(e===t)return e;let r=Ot.get(e);if(r)return r.forEach(n=>n.current=t),t;let o=Ot.get(t);return o?(o.forEach(n=>n.current=e),e):t}function Rn(...e){return(...t)=>{for(let r of e)typeof r=="function"&&r(...t)}}const de=e=>{var t;return(t=e==null?void 0:e.ownerDocument)!==null&&t!==void 0?t:document},ht=e=>e&&"window"in e&&e.window===e?e:de(e).defaultView||window;function Ln(e){return e!==null&&typeof e=="object"&&"nodeType"in e&&typeof e.nodeType=="number"}function Mn(e){return Ln(e)&&e.nodeType===Node.DOCUMENT_FRAGMENT_NODE&&"host"in e}let In=!1;function xt(){return In}function $r(e,t){if(!xt())return t&&e?e.contains(t):!1;if(!e||!t)return!1;let r=t;for(;r!==null;){if(r===e)return!0;r.tagName==="SLOT"&&r.assignedSlot?r=r.assignedSlot.parentNode:Mn(r)?r=r.host:r=r.parentNode}return!1}const ye=(e=document)=>{var t;if(!xt())return e.activeElement;let r=e.activeElement;for(;r&&"shadowRoot"in r&&(!((t=r.shadowRoot)===null||t===void 0)&&t.activeElement);)r=r.shadowRoot.activeElement;return r};function Be(e){return xt()&&e.target.shadowRoot&&e.composedPath?e.composedPath()[0]:e.target}class Nn{get currentNode(){return this._currentNode}set currentNode(t){if(!$r(this.root,t))throw new Error("Cannot set currentNode to a node that is not contained by the root node.");const r=[];let o=t,n=t;for(this._currentNode=t;o&&o!==this.root;)if(o.nodeType===Node.DOCUMENT_FRAGMENT_NODE){const a=o,l=this._doc.createTreeWalker(a,this.whatToShow,{acceptNode:this._acceptNode});r.push(l),l.currentNode=n,this._currentSetFor.add(l),o=n=a.host}else o=o.parentNode;const s=this._doc.createTreeWalker(this.root,this.whatToShow,{acceptNode:this._acceptNode});r.push(s),s.currentNode=n,this._currentSetFor.add(s),this._walkerStack=r}get doc(){return this._doc}firstChild(){let t=this.currentNode,r=this.nextNode();return $r(t,r)?(r&&(this.currentNode=r),r):(this.currentNode=t,null)}lastChild(){let r=this._walkerStack[0].lastChild();return r&&(this.currentNode=r),r}nextNode(){const t=this._walkerStack[0].nextNode();if(t){if(t.shadowRoot){var r;let n;if(typeof this.filter=="function"?n=this.filter(t):!((r=this.filter)===null||r===void 0)&&r.acceptNode&&(n=this.filter.acceptNode(t)),n===NodeFilter.FILTER_ACCEPT)return this.currentNode=t,t;let s=this.nextNode();return s&&(this.currentNode=s),s}return t&&(this.currentNode=t),t}else if(this._walkerStack.length>1){this._walkerStack.shift();let o=this.nextNode();return o&&(this.currentNode=o),o}else return null}previousNode(){const t=this._walkerStack[0];if(t.currentNode===t.root){if(this._currentSetFor.has(t))if(this._currentSetFor.delete(t),this._walkerStack.length>1){this._walkerStack.shift();let n=this.previousNode();return n&&(this.currentNode=n),n}else return null;return null}const r=t.previousNode();if(r){if(r.shadowRoot){var o;let s;if(typeof this.filter=="function"?s=this.filter(r):!((o=this.filter)===null||o===void 0)&&o.acceptNode&&(s=this.filter.acceptNode(r)),s===NodeFilter.FILTER_ACCEPT)return r&&(this.currentNode=r),r;let a=this.lastChild();return a&&(this.currentNode=a),a}return r&&(this.currentNode=r),r}else if(this._walkerStack.length>1){this._walkerStack.shift();let n=this.previousNode();return n&&(this.currentNode=n),n}else return null}nextSibling(){return null}previousSibling(){return null}parentNode(){return null}constructor(t,r,o,n){this._walkerStack=[],this._currentSetFor=new Set,this._acceptNode=a=>{if(a.nodeType===Node.ELEMENT_NODE){const d=a.shadowRoot;if(d){const u=this._doc.createTreeWalker(d,this.whatToShow,{acceptNode:this._acceptNode});return this._walkerStack.unshift(u),NodeFilter.FILTER_ACCEPT}else{var l;if(typeof this.filter=="function")return this.filter(a);if(!((l=this.filter)===null||l===void 0)&&l.acceptNode)return this.filter.acceptNode(a);if(this.filter===null)return NodeFilter.FILTER_ACCEPT}}return NodeFilter.FILTER_SKIP},this._doc=t,this.root=r,this.filter=n??null,this.whatToShow=o??NodeFilter.SHOW_ALL,this._currentNode=r,this._walkerStack.unshift(t.createTreeWalker(r,o,this._acceptNode));const s=r.shadowRoot;if(s){const a=this._doc.createTreeWalker(s,this.whatToShow,{acceptNode:this._acceptNode});this._walkerStack.unshift(a)}}}function Pn(e,t,r,o){return xt()?new Nn(e,t,r,o):e.createTreeWalker(t,r,o)}function ro(e){var t,r,o="";if(typeof e=="string"||typeof e=="number")o+=e;else if(typeof e=="object")if(Array.isArray(e)){var n=e.length;for(t=0;t<n;t++)e[t]&&(r=ro(e[t]))&&(o&&(o+=" "),o+=r)}else for(r in e)e[r]&&(o&&(o+=" "),o+=r);return o}function An(){for(var e,t,r=0,o="",n=arguments.length;r<n;r++)(e=arguments[r])&&(t=ro(e))&&(o&&(o+=" "),o+=t);return o}function Re(...e){let t={...e[0]};for(let r=1;r<e.length;r++){let o=e[r];for(let n in o){let s=t[n],a=o[n];typeof s=="function"&&typeof a=="function"&&n[0]==="o"&&n[1]==="n"&&n.charCodeAt(2)>=65&&n.charCodeAt(2)<=90?t[n]=Rn(s,a):(n==="className"||n==="UNSAFE_className")&&typeof s=="string"&&typeof a=="string"?t[n]=An(s,a):n==="id"&&s&&a?t.id=Tn(s,a):t[n]=a!==void 0?a:s}}return t}function Bt(e){if(Fn())e.focus({preventScroll:!0});else{let t=Dn(e);e.focus(),On(t)}}let at=null;function Fn(){if(at==null){at=!1;try{document.createElement("div").focus({get preventScroll(){return at=!0,!0}})}catch{}}return at}function Dn(e){let t=e.parentNode,r=[],o=document.scrollingElement||document.documentElement;for(;t instanceof HTMLElement&&t!==o;)(t.offsetHeight<t.scrollHeight||t.offsetWidth<t.scrollWidth)&&r.push({element:t,scrollTop:t.scrollTop,scrollLeft:t.scrollLeft}),t=t.parentNode;return o instanceof HTMLElement&&r.push({element:o,scrollTop:o.scrollTop,scrollLeft:o.scrollLeft}),r}function On(e){for(let{element:t,scrollTop:r,scrollLeft:o}of e)t.scrollTop=r,t.scrollLeft=o}function vt(e){var t;if(typeof window>"u"||window.navigator==null)return!1;let r=(t=window.navigator.userAgentData)===null||t===void 0?void 0:t.brands;return Array.isArray(r)&&r.some(o=>e.test(o.brand))||e.test(window.navigator.userAgent)}function er(e){var t;return typeof window<"u"&&window.navigator!=null?e.test(((t=window.navigator.userAgentData)===null||t===void 0?void 0:t.platform)||window.navigator.platform):!1}function Le(e){if(process.env.NODE_ENV==="test")return e;let t=null;return()=>(t==null&&(t=e()),t)}const tr=Le(function(){return er(/^Mac/i)}),Bn=Le(function(){return er(/^iPhone/i)}),Kn=Le(function(){return er(/^iPad/i)||tr()&&navigator.maxTouchPoints>1}),Vn=Le(function(){return Bn()||Kn()});Le(function(){return tr()||Vn()});Le(function(){return vt(/AppleWebKit/i)&&!oo()});const oo=Le(function(){return vt(/Chrome/i)}),no=Le(function(){return vt(/Android/i)});Le(function(){return vt(/Firefox/i)});let Ne=new Map,Kt=new Set;function wr(){if(typeof window>"u")return;function e(o){return"propertyName"in o}let t=o=>{if(!e(o)||!o.target)return;let n=Ne.get(o.target);n||(n=new Set,Ne.set(o.target,n),o.target.addEventListener("transitioncancel",r,{once:!0})),n.add(o.propertyName)},r=o=>{if(!e(o)||!o.target)return;let n=Ne.get(o.target);if(n&&(n.delete(o.propertyName),n.size===0&&(o.target.removeEventListener("transitioncancel",r),Ne.delete(o.target)),Ne.size===0)){for(let s of Kt)s();Kt.clear()}};document.body.addEventListener("transitionrun",t),document.body.addEventListener("transitionend",r)}typeof document<"u"&&(document.readyState!=="loading"?wr():document.addEventListener("DOMContentLoaded",wr));function _n(){for(const[e]of Ne)"isConnected"in e&&!e.isConnected&&Ne.delete(e)}function Hn(e){requestAnimationFrame(()=>{_n(),Ne.size===0?e():Kt.add(e)})}function Wn(e){return e.pointerType===""&&e.isTrusted?!0:no()&&e.pointerType?e.type==="click"&&e.buttons===1:e.detail===0&&!e.pointerType}const Un=typeof Element<"u"&&"checkVisibility"in Element.prototype;function Yn(e){const t=ht(e);if(!(e instanceof t.HTMLElement)&&!(e instanceof t.SVGElement))return!1;let{display:r,visibility:o}=e.style,n=r!=="none"&&o!=="hidden"&&o!=="collapse";if(n){const{getComputedStyle:s}=e.ownerDocument.defaultView;let{display:a,visibility:l}=s(e);n=a!=="none"&&l!=="hidden"&&l!=="collapse"}return n}function Zn(e,t){return!e.hasAttribute("hidden")&&!e.hasAttribute("data-react-aria-prevent-focus")&&(e.nodeName==="DETAILS"&&t&&t.nodeName!=="SUMMARY"?e.hasAttribute("open"):!0)}function rr(e,t){return Un?e.checkVisibility({visibilityProperty:!0})&&!e.closest("[data-react-aria-prevent-focus]"):e.nodeName!=="#comment"&&Yn(e)&&Zn(e,t)&&(!e.parentElement||rr(e.parentElement,e))}const or=["input:not([disabled]):not([type=hidden])","select:not([disabled])","textarea:not([disabled])","button:not([disabled])","a[href]","area[href]","summary","iframe","object","embed","audio[controls]","video[controls]",'[contenteditable]:not([contenteditable^="false"])',"permission"],Xn=or.join(":not([hidden]),")+",[tabindex]:not([disabled]):not([hidden])";or.push('[tabindex]:not([tabindex="-1"]):not([disabled])');const Gn=or.join(':not([hidden]):not([tabindex="-1"]),');function qn(e){return e.matches(Xn)&&rr(e)&&!io(e)}function Jn(e){return e.matches(Gn)&&rr(e)&&!io(e)}function io(e){let t=e;for(;t!=null;){if(t instanceof t.ownerDocument.defaultView.HTMLElement&&t.inert)return!0;t=t.parentElement}return!1}function yt(e,t,r){let[o,n]=c.useState(e||t),s=c.useRef(e!==void 0),a=e!==void 0;c.useEffect(()=>{let u=s.current;u!==a&&process.env.NODE_ENV!=="production"&&console.warn(`WARN: A component changed from ${u?"controlled":"uncontrolled"} to ${a?"controlled":"uncontrolled"}.`),s.current=a},[a]);let l=a?e:o,d=c.useCallback((u,...h)=>{let p=(f,...x)=>{r&&(Object.is(l,f)||r(f,...x)),a||(l=f)};typeof u=="function"?(process.env.NODE_ENV!=="production"&&console.warn("We can not support a function callback. See Github Issues for details https://github.com/adobe/react-spectrum/issues/2320"),n((x,...m)=>{let g=u(a?l:x,...m);return p(g,...h),a?x:g})):(a||n(u),p(u,...h))},[a,l,r]);return[l,d]}const Qn=["primary","secondary","text","danger","gradient"],ei=["sm","md","lg"],ti=e=>{if(e==="gradient")return S.css`
|
|
2
2
|
position: relative;
|
|
3
|
-
color:
|
|
4
|
-
border-color: transparent;
|
|
5
|
-
box-shadow:
|
|
3
|
+
color: var(--ksd-button-gradient-text);
|
|
4
|
+
border-color: transparent;
|
|
5
|
+
box-shadow: none;
|
|
6
6
|
|
|
7
7
|
/* 默认渐变背景 */
|
|
8
8
|
background: linear-gradient(
|
|
9
9
|
90deg,
|
|
10
|
-
|
|
11
|
-
|
|
10
|
+
var(--ksd-button-gradient-from) 0%,
|
|
11
|
+
var(--ksd-button-gradient-to) 100%
|
|
12
12
|
);
|
|
13
13
|
background-origin: border-box;
|
|
14
14
|
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
border-radius: inherit;
|
|
24
24
|
background: linear-gradient(
|
|
25
25
|
90deg,
|
|
26
|
-
|
|
27
|
-
|
|
26
|
+
var(--ksd-button-gradient-to) 0%,
|
|
27
|
+
var(--ksd-button-gradient-from) 100%
|
|
28
28
|
);
|
|
29
29
|
opacity: 0;
|
|
30
30
|
transition: opacity 0.6s ease;
|
|
@@ -41,10 +41,6 @@
|
|
|
41
41
|
&:hover:not(:disabled):not([data-loading='true'])::before {
|
|
42
42
|
opacity: 1;
|
|
43
43
|
}
|
|
44
|
-
|
|
45
|
-
&:hover:not(:disabled):not([data-loading='true']) {
|
|
46
|
-
box-shadow: ${p};
|
|
47
|
-
}
|
|
48
44
|
|
|
49
45
|
/* Active/Pressed 状态(点击态) */
|
|
50
46
|
&:active:not(:disabled):not([data-loading='true']),
|
|
@@ -52,55 +48,109 @@
|
|
|
52
48
|
box-shadow: none;
|
|
53
49
|
transform: translateY(1px);
|
|
54
50
|
}
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
box-shadow: ${l};
|
|
51
|
+
`;const t={primary:S.css`
|
|
52
|
+
background: var(--ksd-button-primary-bg);
|
|
53
|
+
color: var(--ksd-button-primary-text);
|
|
54
|
+
border-color: var(--ksd-button-primary-border);
|
|
60
55
|
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
border-color: ${s("hover")};
|
|
65
|
-
box-shadow: ${u};
|
|
66
|
-
}
|
|
56
|
+
&:hover:not(:disabled):not([data-loading='true']) {
|
|
57
|
+
background: var(--ksd-button-primary-bg-hover);
|
|
58
|
+
}
|
|
67
59
|
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
height: ${r.height};
|
|
78
|
-
font-size: ${r.fontSize};
|
|
79
|
-
padding-inline: ${r.paddingInline};
|
|
60
|
+
&:active:not(:disabled):not([data-loading='true']),
|
|
61
|
+
&[data-pressed='true']:not(:disabled):not([data-loading='true']) {
|
|
62
|
+
background: var(--ksd-button-primary-bg-active);
|
|
63
|
+
transform: translateY(1px);
|
|
64
|
+
}
|
|
65
|
+
`,secondary:S.css`
|
|
66
|
+
background: var(--ksd-button-secondary-bg);
|
|
67
|
+
color: var(--ksd-button-secondary-text);
|
|
68
|
+
border-color: var(--ksd-button-secondary-border);
|
|
80
69
|
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
70
|
+
&:hover:not(:disabled):not([data-loading='true']) {
|
|
71
|
+
background: var(--ksd-button-secondary-bg-hover);
|
|
72
|
+
border-color: var(--ksd-button-secondary-border-hover);
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
&:active:not(:disabled):not([data-loading='true']),
|
|
76
|
+
&[data-pressed='true']:not(:disabled):not([data-loading='true']) {
|
|
77
|
+
background: var(--ksd-button-secondary-bg-active);
|
|
78
|
+
border-color: var(--ksd-button-secondary-border-active);
|
|
79
|
+
transform: translateY(1px);
|
|
80
|
+
}
|
|
81
|
+
`,text:S.css`
|
|
82
|
+
background: var(--ksd-button-text-bg);
|
|
83
|
+
color: var(--ksd-button-text-text);
|
|
84
|
+
border-color: var(--ksd-button-text-border);
|
|
85
|
+
|
|
86
|
+
&:hover:not(:disabled):not([data-loading='true']) {
|
|
87
|
+
background: var(--ksd-button-text-bg-hover);
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
&:active:not(:disabled):not([data-loading='true']),
|
|
91
|
+
&[data-pressed='true']:not(:disabled):not([data-loading='true']) {
|
|
92
|
+
background: var(--ksd-button-text-bg-active);
|
|
93
|
+
transform: translateY(1px);
|
|
94
|
+
}
|
|
95
|
+
`,danger:S.css`
|
|
96
|
+
background: var(--ksd-button-danger-bg);
|
|
97
|
+
color: var(--ksd-button-danger-text);
|
|
98
|
+
border-color: var(--ksd-button-danger-border);
|
|
99
|
+
|
|
100
|
+
&:hover:not(:disabled):not([data-loading='true']) {
|
|
101
|
+
background: var(--ksd-button-danger-bg-hover);
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
&:active:not(:disabled):not([data-loading='true']),
|
|
105
|
+
&[data-pressed='true']:not(:disabled):not([data-loading='true']) {
|
|
106
|
+
background: var(--ksd-button-danger-bg-active);
|
|
107
|
+
transform: translateY(1px);
|
|
108
|
+
}
|
|
109
|
+
`};return t[e]||t.primary},ri=e=>{const t={sm:S.css`
|
|
110
|
+
height: var(--ksd-button-sm-height);
|
|
111
|
+
font-size: var(--ksd-button-sm-font-size);
|
|
112
|
+
padding-inline: var(--ksd-button-sm-padding-inline);
|
|
113
|
+
|
|
114
|
+
svg {
|
|
115
|
+
width: var(--ksd-button-sm-icon-size);
|
|
116
|
+
height: var(--ksd-button-sm-icon-size);
|
|
117
|
+
}
|
|
118
|
+
`,md:S.css`
|
|
119
|
+
height: var(--ksd-button-md-height);
|
|
120
|
+
font-size: var(--ksd-button-md-font-size);
|
|
121
|
+
padding-inline: var(--ksd-button-md-padding-inline);
|
|
122
|
+
|
|
123
|
+
svg {
|
|
124
|
+
width: var(--ksd-button-md-icon-size);
|
|
125
|
+
height: var(--ksd-button-md-icon-size);
|
|
126
|
+
}
|
|
127
|
+
`,lg:S.css`
|
|
128
|
+
height: var(--ksd-button-lg-height);
|
|
129
|
+
font-size: var(--ksd-button-lg-font-size);
|
|
130
|
+
padding-inline: var(--ksd-button-lg-padding-inline);
|
|
131
|
+
|
|
132
|
+
svg {
|
|
133
|
+
width: var(--ksd-button-lg-icon-size);
|
|
134
|
+
height: var(--ksd-button-lg-icon-size);
|
|
135
|
+
}
|
|
136
|
+
`};return t[e]||t.md},oi=b.button`
|
|
137
|
+
/* 基础样式 */
|
|
88
138
|
position: relative;
|
|
89
139
|
display: inline-flex;
|
|
90
140
|
align-items: center;
|
|
91
141
|
justify-content: center;
|
|
92
142
|
box-sizing: border-box;
|
|
93
143
|
|
|
94
|
-
/* 字体样式 */
|
|
95
|
-
font-family:
|
|
96
|
-
font-weight:
|
|
144
|
+
/* 字体样式 - 使用 CSS 变量 */
|
|
145
|
+
font-family: var(--ksd-typography-font-family);
|
|
146
|
+
font-weight: var(--ksd-button-font-weight);
|
|
97
147
|
line-height: 1;
|
|
98
148
|
white-space: nowrap;
|
|
99
149
|
|
|
100
150
|
/* 边框样式 */
|
|
101
151
|
border-width: 1px;
|
|
102
152
|
border-style: solid;
|
|
103
|
-
border-radius:
|
|
153
|
+
border-radius: var(--ksd-button-border-radius);
|
|
104
154
|
|
|
105
155
|
/* 交互样式 */
|
|
106
156
|
cursor: pointer;
|
|
@@ -109,34 +159,34 @@
|
|
|
109
159
|
|
|
110
160
|
/* 过渡动画 */
|
|
111
161
|
transition:
|
|
112
|
-
background
|
|
113
|
-
border-color
|
|
114
|
-
box-shadow
|
|
115
|
-
transform
|
|
162
|
+
background var(--ksd-button-transition),
|
|
163
|
+
border-color var(--ksd-button-transition),
|
|
164
|
+
box-shadow var(--ksd-button-transition),
|
|
165
|
+
transform var(--ksd-button-transition);
|
|
116
166
|
|
|
117
167
|
/* 变体样式 */
|
|
118
|
-
${({variant:e
|
|
168
|
+
${({variant:e})=>ti(e)}
|
|
119
169
|
|
|
120
170
|
/* 尺寸样式 */
|
|
121
|
-
${({size:e
|
|
171
|
+
${({size:e})=>ri(e)}
|
|
122
172
|
|
|
123
173
|
/* 全宽模式 */
|
|
124
|
-
${({fullWidth:e})=>e&&
|
|
174
|
+
${({fullWidth:e})=>e&&S.css`
|
|
125
175
|
width: 100%;
|
|
126
176
|
`}
|
|
127
177
|
|
|
128
178
|
/* Focus 可见状态 - 键盘导航时显示 */
|
|
129
179
|
&:focus-visible {
|
|
130
|
-
outline: 2px solid
|
|
180
|
+
outline: 2px solid var(--ksd-brand-primary);
|
|
131
181
|
outline-offset: 2px;
|
|
132
182
|
}
|
|
133
183
|
|
|
134
184
|
/* 禁用状态 */
|
|
135
185
|
&:disabled {
|
|
136
186
|
cursor: not-allowed;
|
|
137
|
-
opacity:
|
|
138
|
-
background:
|
|
139
|
-
color:
|
|
187
|
+
opacity: var(--ksd-button-disabled-opacity);
|
|
188
|
+
background: var(--ksd-button-disabled-bg);
|
|
189
|
+
color: var(--ksd-button-disabled-text);
|
|
140
190
|
border-color: transparent;
|
|
141
191
|
box-shadow: none;
|
|
142
192
|
}
|
|
@@ -152,8 +202,8 @@
|
|
|
152
202
|
position: absolute;
|
|
153
203
|
inset: 0;
|
|
154
204
|
cursor: wait;
|
|
155
|
-
pointer-events: auto;
|
|
156
|
-
z-index: 10;
|
|
205
|
+
pointer-events: auto;
|
|
206
|
+
z-index: 10;
|
|
157
207
|
}
|
|
158
208
|
|
|
159
209
|
/* 添加旋转动画的关键帧 */
|
|
@@ -166,7 +216,7 @@
|
|
|
166
216
|
display: inline-flex;
|
|
167
217
|
align-items: center;
|
|
168
218
|
justify-content: center;
|
|
169
|
-
gap:
|
|
219
|
+
gap: var(--ksd-button-gap);
|
|
170
220
|
position: relative;
|
|
171
221
|
`,kr=b.span`
|
|
172
222
|
display: inline-flex;
|
|
@@ -174,9 +224,9 @@
|
|
|
174
224
|
justify-content: center;
|
|
175
225
|
flex-shrink: 0;
|
|
176
226
|
|
|
177
|
-
transition: opacity
|
|
227
|
+
transition: opacity var(--ksd-button-transition);
|
|
178
228
|
|
|
179
|
-
${({isLoading:e})=>e&&
|
|
229
|
+
${({isLoading:e})=>e&&S.css`
|
|
180
230
|
opacity: 0;
|
|
181
231
|
pointer-events: none;
|
|
182
232
|
`}
|
|
@@ -185,22 +235,22 @@
|
|
|
185
235
|
align-items: center;
|
|
186
236
|
justify-content: center;
|
|
187
237
|
|
|
188
|
-
transition: opacity
|
|
238
|
+
transition: opacity var(--ksd-button-transition);
|
|
189
239
|
|
|
190
|
-
${({isLoading:e})=>e&&
|
|
240
|
+
${({isLoading:e})=>e&&S.css`
|
|
191
241
|
opacity: 0.4;
|
|
192
242
|
`}
|
|
193
|
-
`,si=Qn,ai=ei,so=c.forwardRef(({variant:e="primary",size:t="md",icon:r,loading:o=!1,fullWidth:n=!1,disabled:s,isDisabled:a,className:l,children:u
|
|
243
|
+
`,si=Qn,ai=ei,so=c.forwardRef(({variant:e="primary",size:t="md",icon:r,loading:o=!1,fullWidth:n=!1,disabled:s,isDisabled:a,className:l,children:d,...u},h)=>{const p=c.useRef(null),f=h||p,x=(s??a)||o,{buttonProps:m,isPressed:g}=X.useButton({...u,isDisabled:x,elementType:"button"},p);return i.jsx(oi,{...Re(m,{ref:f,className:l}),variant:e,size:t,fullWidth:n,isPressed:g,isDisabled:x,isLoading:o,"data-variant":e,"data-size":t,"data-loading":o?"true":void 0,"data-pressed":g?"true":void 0,children:i.jsxs(ni,{children:[r&&i.jsx(kr,{isLoading:o,"aria-hidden":"true",children:r}),i.jsx(ii,{isLoading:o,children:d}),o&&i.jsx(kr,{isLoading:!1,"aria-label":"加载中",role:"status",children:i.jsx("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{animation:"spin 0.8s linear infinite"},children:i.jsx("circle",{cx:"8",cy:"8",r:"6",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeDasharray:"30 10"})})})]})})});so.displayName="Button";const li=["solid","outline","ghost"],ci=["primary","neutral","danger"],di=["sm","md","lg"],ui=(e,t,r)=>{var h,p;const o=r.components.iconButton.appearance[e][t],n=f=>({background:o.background[f],border:o.border[f]??o.border.hover??o.border.default,icon:o.icon[f]??o.icon.hover??o.icon.default}),s=n("default"),a=n("hover"),l=n("active"),d=((h=o.shadow)==null?void 0:h.default)??"none",u=((p=o.shadow)==null?void 0:p.hover)??d;return S.css`
|
|
194
244
|
background: ${s.background};
|
|
195
245
|
border-color: ${s.border};
|
|
196
246
|
color: ${s.icon};
|
|
197
|
-
box-shadow: ${
|
|
247
|
+
box-shadow: ${d};
|
|
198
248
|
|
|
199
249
|
&:hover:not(:disabled):not([data-loading='true']) {
|
|
200
250
|
background: ${a.background};
|
|
201
251
|
border-color: ${a.border};
|
|
202
252
|
color: ${a.icon};
|
|
203
|
-
box-shadow: ${
|
|
253
|
+
box-shadow: ${u};
|
|
204
254
|
}
|
|
205
255
|
|
|
206
256
|
&:active:not(:disabled):not([data-loading='true']),
|
|
@@ -211,7 +261,7 @@
|
|
|
211
261
|
box-shadow: none;
|
|
212
262
|
transform: translateY(1px);
|
|
213
263
|
}
|
|
214
|
-
`},fi=(e,t)=>{const r=t.components.iconButton.size[e];return
|
|
264
|
+
`},fi=(e,t)=>{const r=t.components.iconButton.size[e];return S.css`
|
|
215
265
|
--icon-button-icon-size: ${r.iconSize};
|
|
216
266
|
width: ${r.edge};
|
|
217
267
|
height: ${r.edge};
|
|
@@ -278,7 +328,7 @@
|
|
|
278
328
|
transition: opacity ${({theme:e})=>e.components.iconButton.transition};
|
|
279
329
|
pointer-events: none;
|
|
280
330
|
|
|
281
|
-
${({isHidden:e})=>e&&
|
|
331
|
+
${({isHidden:e})=>e&&S.css`
|
|
282
332
|
opacity: 0;
|
|
283
333
|
`}
|
|
284
334
|
`,bi=b.span`
|
|
@@ -295,21 +345,21 @@
|
|
|
295
345
|
height: var(--icon-button-icon-size);
|
|
296
346
|
animation: icon-button-spin 0.8s linear infinite;
|
|
297
347
|
}
|
|
298
|
-
`,gi=li,mi=ci,xi=di,ao=c.forwardRef(({appearance:e="solid",tone:t="primary",size:r="md",icon:o,label:n,loading:s=!1,loadingLabel:a="加载中",isDisabled:l,className:u,...d},h)=>{const p=c.useMemo(()=>{var y,j;return typeof globalThis>"u"?!0:((j=(y=globalThis.process)==null?void 0:y.env)==null?void 0:j.NODE_ENV)!=="production"},[]),f=c.useRef(null),x=h||f,m=l||s;if(p){const k=d["aria-label"],y=d["aria-labelledby"];!n&&!k&&!y&&console.warn("IconButton 需要可感知的文本。请传入 label、aria-label 或 aria-labelledby。")}const{buttonProps:g,isPressed:$}=X.useButton({...d,isDisabled:m,elementType:"button"},f);return i.jsxs(pi,{...Re(g,{ref:x,className:u}),appearance:e,tone:t,size:r,isPressed:$,isDisabled:!!m,isLoading:s,"data-appearance":e,"data-tone":t,"data-size":r,"data-loading":s?"true":void 0,"data-pressed":$?"true":void 0,children:[i.jsx(hi,{isHidden:s,"aria-hidden":"true",children:o}),s&&i.jsx(bi,{role:"status","aria-live":"polite","aria-label":a,children:i.jsx("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:i.jsx("circle",{cx:"8",cy:"8",r:"6",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeDasharray:"30 10"})})}),n?i.jsx(X.VisuallyHidden,{children:n}):null]})});ao.displayName="IconButton";function yi(e){if(e.sheet)return e.sheet;for(var t=0;t<document.styleSheets.length;t++)if(document.styleSheets[t].ownerNode===e)return document.styleSheets[t]}function vi(e){var t=document.createElement("style");return t.setAttribute("data-emotion",e.key),e.nonce!==void 0&&t.setAttribute("nonce",e.nonce),t.appendChild(document.createTextNode("")),t.setAttribute("data-s",""),t}var $i=function(){function e(r){var o=this;this._insertTag=function(n){var s;o.tags.length===0?o.insertionPoint?s=o.insertionPoint.nextSibling:o.prepend?s=o.container.firstChild:s=o.before:s=o.tags[o.tags.length-1].nextSibling,o.container.insertBefore(n,s),o.tags.push(n)},this.isSpeedy=r.speedy===void 0?!0:r.speedy,this.tags=[],this.ctr=0,this.nonce=r.nonce,this.key=r.key,this.container=r.container,this.prepend=r.prepend,this.insertionPoint=r.insertionPoint,this.before=null}var t=e.prototype;return t.hydrate=function(o){o.forEach(this._insertTag)},t.insert=function(o){this.ctr%(this.isSpeedy?65e3:1)===0&&this._insertTag(vi(this));var n=this.tags[this.tags.length-1];if(this.isSpeedy){var s=yi(n);try{s.insertRule(o,s.cssRules.length)}catch{}}else n.appendChild(document.createTextNode(o));this.ctr++},t.flush=function(){this.tags.forEach(function(o){var n;return(n=o.parentNode)==null?void 0:n.removeChild(o)}),this.tags=[],this.ctr=0},e}(),ue="-ms-",bt="-moz-",H="-webkit-",lo="comm",nr="rule",ir="decl",wi="@import",co="@keyframes",ki="@layer",Si=Math.abs,$t=String.fromCharCode,Ci=Object.assign;function ji(e,t){return ce(e,0)^45?(((t<<2^ce(e,0))<<2^ce(e,1))<<2^ce(e,2))<<2^ce(e,3):0}function uo(e){return e.trim()}function Ei(e,t){return(e=t.exec(e))?e[0]:e}function W(e,t,r){return e.replace(t,r)}function Vt(e,t){return e.indexOf(t)}function ce(e,t){return e.charCodeAt(t)|0}function Je(e,t,r){return e.slice(t,r)}function $e(e){return e.length}function sr(e){return e.length}function lt(e,t){return t.push(e),e}function zi(e,t){return e.map(t).join("")}var wt=1,Ve=1,fo=0,fe=0,ie=0,We="";function kt(e,t,r,o,n,s,a){return{value:e,root:t,parent:r,type:o,props:n,children:s,line:wt,column:Ve,length:a,return:""}}function Ye(e,t){return Ci(kt("",null,null,"",null,null,0),e,{length:-e.length},t)}function Ti(){return ie}function Ri(){return ie=fe>0?ce(We,--fe):0,Ve--,ie===10&&(Ve=1,wt--),ie}function pe(){return ie=fe<fo?ce(We,fe++):0,Ve++,ie===10&&(Ve=1,wt++),ie}function Se(){return ce(We,fe)}function dt(){return fe}function ot(e,t){return Je(We,e,t)}function Qe(e){switch(e){case 0:case 9:case 10:case 13:case 32:return 5;case 33:case 43:case 44:case 47:case 62:case 64:case 126:case 59:case 123:case 125:return 4;case 58:return 3;case 34:case 39:case 40:case 91:return 2;case 41:case 93:return 1}return 0}function po(e){return wt=Ve=1,fo=$e(We=e),fe=0,[]}function ho(e){return We="",e}function ut(e){return uo(ot(fe-1,_t(e===91?e+2:e===40?e+1:e)))}function Li(e){for(;(ie=Se())&&ie<33;)pe();return Qe(e)>2||Qe(ie)>3?"":" "}function Mi(e,t){for(;--t&&pe()&&!(ie<48||ie>102||ie>57&&ie<65||ie>70&&ie<97););return ot(e,dt()+(t<6&&Se()==32&&pe()==32))}function _t(e){for(;pe();)switch(ie){case e:return fe;case 34:case 39:e!==34&&e!==39&&_t(ie);break;case 40:e===41&&_t(e);break;case 92:pe();break}return fe}function Ii(e,t){for(;pe()&&e+ie!==57;)if(e+ie===84&&Se()===47)break;return"/*"+ot(t,fe-1)+"*"+$t(e===47?e:pe())}function Ni(e){for(;!Qe(Se());)pe();return ot(e,fe)}function Pi(e){return ho(ft("",null,null,null,[""],e=po(e),0,[0],e))}function ft(e,t,r,o,n,s,a,l,u){for(var d=0,h=0,p=a,f=0,x=0,m=0,g=1,$=1,k=1,y=0,j="",w=n,v=s,R=o,z=j;$;)switch(m=y,y=pe()){case 40:if(m!=108&&ce(z,p-1)==58){Vt(z+=W(ut(y),"&","&\f"),"&\f")!=-1&&(k=-1);break}case 34:case 39:case 91:z+=ut(y);break;case 9:case 10:case 13:case 32:z+=Li(m);break;case 92:z+=Mi(dt()-1,7);continue;case 47:switch(Se()){case 42:case 47:lt(Ai(Ii(pe(),dt()),t,r),u);break;default:z+="/"}break;case 123*g:l[d++]=$e(z)*k;case 125*g:case 59:case 0:switch(y){case 0:case 125:$=0;case 59+h:k==-1&&(z=W(z,/\f/g,"")),x>0&&$e(z)-p&<(x>32?Cr(z+";",o,r,p-1):Cr(W(z," ","")+";",o,r,p-2),u);break;case 59:z+=";";default:if(lt(R=Sr(z,t,r,d,h,n,l,j,w=[],v=[],p),s),y===123)if(h===0)ft(z,t,R,R,w,s,p,l,v);else switch(f===99&&ce(z,3)===110?100:f){case 100:case 108:case 109:case 115:ft(e,R,R,o&<(Sr(e,R,R,0,0,n,l,j,n,w=[],p),v),n,v,p,l,o?w:v);break;default:ft(z,R,R,R,[""],v,0,l,v)}}d=h=x=0,g=k=1,j=z="",p=a;break;case 58:p=1+$e(z),x=m;default:if(g<1){if(y==123)--g;else if(y==125&&g++==0&&Ri()==125)continue}switch(z+=$t(y),y*g){case 38:k=h>0?1:(z+="\f",-1);break;case 44:l[d++]=($e(z)-1)*k,k=1;break;case 64:Se()===45&&(z+=ut(pe())),f=Se(),h=p=$e(j=z+=Ni(dt())),y++;break;case 45:m===45&&$e(z)==2&&(g=0)}}return s}function Sr(e,t,r,o,n,s,a,l,u,d,h){for(var p=n-1,f=n===0?s:[""],x=sr(f),m=0,g=0,$=0;m<o;++m)for(var k=0,y=Je(e,p+1,p=Si(g=a[m])),j=e;k<x;++k)(j=uo(g>0?f[k]+" "+y:W(y,/&\f/g,f[k])))&&(u[$++]=j);return kt(e,t,r,n===0?nr:l,u,d,h)}function Ai(e,t,r){return kt(e,t,r,lo,$t(Ti()),Je(e,2,-2),0)}function Cr(e,t,r,o){return kt(e,t,r,ir,Je(e,0,o),Je(e,o+1,-1),o)}function Ke(e,t){for(var r="",o=sr(e),n=0;n<o;n++)r+=t(e[n],n,e,t)||"";return r}function Fi(e,t,r,o){switch(e.type){case ki:if(e.children.length)break;case wi:case ir:return e.return=e.return||e.value;case lo:return"";case co:return e.return=e.value+"{"+Ke(e.children,o)+"}";case nr:e.value=e.props.join(",")}return $e(r=Ke(e.children,o))?e.return=e.value+"{"+r+"}":""}function Di(e){var t=sr(e);return function(r,o,n,s){for(var a="",l=0;l<t;l++)a+=e[l](r,o,n,s)||"";return a}}function Oi(e){return function(t){t.root||(t=t.return)&&e(t)}}function Bi(e){var t=Object.create(null);return function(r){return t[r]===void 0&&(t[r]=e(r)),t[r]}}var Ki=function(t,r,o){for(var n=0,s=0;n=s,s=Se(),n===38&&s===12&&(r[o]=1),!Qe(s);)pe();return ot(t,fe)},Vi=function(t,r){var o=-1,n=44;do switch(Qe(n)){case 0:n===38&&Se()===12&&(r[o]=1),t[o]+=Ki(fe-1,r,o);break;case 2:t[o]+=ut(n);break;case 4:if(n===44){t[++o]=Se()===58?"&\f":"",r[o]=t[o].length;break}default:t[o]+=$t(n)}while(n=pe());return t},_i=function(t,r){return ho(Vi(po(t),r))},jr=new WeakMap,Hi=function(t){if(!(t.type!=="rule"||!t.parent||t.length<1)){for(var r=t.value,o=t.parent,n=t.column===o.column&&t.line===o.line;o.type!=="rule";)if(o=o.parent,!o)return;if(!(t.props.length===1&&r.charCodeAt(0)!==58&&!jr.get(o))&&!n){jr.set(t,!0);for(var s=[],a=_i(r,s),l=o.props,u=0,d=0;u<a.length;u++)for(var h=0;h<l.length;h++,d++)t.props[d]=s[u]?a[u].replace(/&\f/g,l[h]):l[h]+" "+a[u]}}},Wi=function(t){if(t.type==="decl"){var r=t.value;r.charCodeAt(0)===108&&r.charCodeAt(2)===98&&(t.return="",t.value="")}};function bo(e,t){switch(ji(e,t)){case 5103:return H+"print-"+e+e;case 5737:case 4201:case 3177:case 3433:case 1641:case 4457:case 2921:case 5572:case 6356:case 5844:case 3191:case 6645:case 3005:case 6391:case 5879:case 5623:case 6135:case 4599:case 4855:case 4215:case 6389:case 5109:case 5365:case 5621:case 3829:return H+e+e;case 5349:case 4246:case 4810:case 6968:case 2756:return H+e+bt+e+ue+e+e;case 6828:case 4268:return H+e+ue+e+e;case 6165:return H+e+ue+"flex-"+e+e;case 5187:return H+e+W(e,/(\w+).+(:[^]+)/,H+"box-$1$2"+ue+"flex-$1$2")+e;case 5443:return H+e+ue+"flex-item-"+W(e,/flex-|-self/,"")+e;case 4675:return H+e+ue+"flex-line-pack"+W(e,/align-content|flex-|-self/,"")+e;case 5548:return H+e+ue+W(e,"shrink","negative")+e;case 5292:return H+e+ue+W(e,"basis","preferred-size")+e;case 6060:return H+"box-"+W(e,"-grow","")+H+e+ue+W(e,"grow","positive")+e;case 4554:return H+W(e,/([^-])(transform)/g,"$1"+H+"$2")+e;case 6187:return W(W(W(e,/(zoom-|grab)/,H+"$1"),/(image-set)/,H+"$1"),e,"")+e;case 5495:case 3959:return W(e,/(image-set\([^]*)/,H+"$1$`$1");case 4968:return W(W(e,/(.+:)(flex-)?(.*)/,H+"box-pack:$3"+ue+"flex-pack:$3"),/s.+-b[^;]+/,"justify")+H+e+e;case 4095:case 3583:case 4068:case 2532:return W(e,/(.+)-inline(.+)/,H+"$1$2")+e;case 8116:case 7059:case 5753:case 5535:case 5445:case 5701:case 4933:case 4677:case 5533:case 5789:case 5021:case 4765:if($e(e)-1-t>6)switch(ce(e,t+1)){case 109:if(ce(e,t+4)!==45)break;case 102:return W(e,/(.+:)(.+)-([^]+)/,"$1"+H+"$2-$3$1"+bt+(ce(e,t+3)==108?"$3":"$2-$3"))+e;case 115:return~Vt(e,"stretch")?bo(W(e,"stretch","fill-available"),t)+e:e}break;case 4949:if(ce(e,t+1)!==115)break;case 6444:switch(ce(e,$e(e)-3-(~Vt(e,"!important")&&10))){case 107:return W(e,":",":"+H)+e;case 101:return W(e,/(.+:)([^;!]+)(;|!.+)?/,"$1"+H+(ce(e,14)===45?"inline-":"")+"box$3$1"+H+"$2$3$1"+ue+"$2box$3")+e}break;case 5936:switch(ce(e,t+11)){case 114:return H+e+ue+W(e,/[svh]\w+-[tblr]{2}/,"tb")+e;case 108:return H+e+ue+W(e,/[svh]\w+-[tblr]{2}/,"tb-rl")+e;case 45:return H+e+ue+W(e,/[svh]\w+-[tblr]{2}/,"lr")+e}return H+e+ue+e+e}return e}var Ui=function(t,r,o,n){if(t.length>-1&&!t.return)switch(t.type){case ir:t.return=bo(t.value,t.length);break;case co:return Ke([Ye(t,{value:W(t.value,"@","@"+H)})],n);case nr:if(t.length)return zi(t.props,function(s){switch(Ei(s,/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":return Ke([Ye(t,{props:[W(s,/:(read-\w+)/,":"+bt+"$1")]})],n);case"::placeholder":return Ke([Ye(t,{props:[W(s,/:(plac\w+)/,":"+H+"input-$1")]}),Ye(t,{props:[W(s,/:(plac\w+)/,":"+bt+"$1")]}),Ye(t,{props:[W(s,/:(plac\w+)/,ue+"input-$1")]})],n)}return""})}},Yi=[Ui],Zi=function(t){var r=t.key;if(r==="css"){var o=document.querySelectorAll("style[data-emotion]:not([data-s])");Array.prototype.forEach.call(o,function(g){var $=g.getAttribute("data-emotion");$.indexOf(" ")!==-1&&(document.head.appendChild(g),g.setAttribute("data-s",""))})}var n=t.stylisPlugins||Yi,s={},a,l=[];a=t.container||document.head,Array.prototype.forEach.call(document.querySelectorAll('style[data-emotion^="'+r+' "]'),function(g){for(var $=g.getAttribute("data-emotion").split(" "),k=1;k<$.length;k++)s[$[k]]=!0;l.push(g)});var u,d=[Hi,Wi];{var h,p=[Fi,Oi(function(g){h.insert(g)})],f=Di(d.concat(n,p)),x=function($){return Ke(Pi($),f)};u=function($,k,y,j){h=y,x($?$+"{"+k.styles+"}":k.styles),j&&(m.inserted[k.name]=!0)}}var m={key:r,sheet:new $i({key:r,container:a,nonce:t.nonce,speedy:t.speedy,prepend:t.prepend,insertionPoint:t.insertionPoint}),nonce:t.nonce,inserted:s,registered:{},insert:u};return m.sheet.hydrate(l),m};function Xi(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Ht={exports:{}},Y={};/** @license React v16.13.1
|
|
348
|
+
`,gi=li,mi=ci,xi=di,ao=c.forwardRef(({appearance:e="solid",tone:t="primary",size:r="md",icon:o,label:n,loading:s=!1,loadingLabel:a="加载中",isDisabled:l,className:d,...u},h)=>{const p=c.useMemo(()=>{var v,j;return typeof globalThis>"u"?!0:((j=(v=globalThis.process)==null?void 0:v.env)==null?void 0:j.NODE_ENV)!=="production"},[]),f=c.useRef(null),x=h||f,m=l||s;if(p){const k=u["aria-label"],v=u["aria-labelledby"];!n&&!k&&!v&&console.warn("IconButton 需要可感知的文本。请传入 label、aria-label 或 aria-labelledby。")}const{buttonProps:g,isPressed:$}=X.useButton({...u,isDisabled:m,elementType:"button"},f);return i.jsxs(pi,{...Re(g,{ref:x,className:d}),appearance:e,tone:t,size:r,isPressed:$,isDisabled:!!m,isLoading:s,"data-appearance":e,"data-tone":t,"data-size":r,"data-loading":s?"true":void 0,"data-pressed":$?"true":void 0,children:[i.jsx(hi,{isHidden:s,"aria-hidden":"true",children:o}),s&&i.jsx(bi,{role:"status","aria-live":"polite","aria-label":a,children:i.jsx("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:i.jsx("circle",{cx:"8",cy:"8",r:"6",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeDasharray:"30 10"})})}),n?i.jsx(X.VisuallyHidden,{children:n}):null]})});ao.displayName="IconButton";function vi(e){if(e.sheet)return e.sheet;for(var t=0;t<document.styleSheets.length;t++)if(document.styleSheets[t].ownerNode===e)return document.styleSheets[t]}function yi(e){var t=document.createElement("style");return t.setAttribute("data-emotion",e.key),e.nonce!==void 0&&t.setAttribute("nonce",e.nonce),t.appendChild(document.createTextNode("")),t.setAttribute("data-s",""),t}var $i=function(){function e(r){var o=this;this._insertTag=function(n){var s;o.tags.length===0?o.insertionPoint?s=o.insertionPoint.nextSibling:o.prepend?s=o.container.firstChild:s=o.before:s=o.tags[o.tags.length-1].nextSibling,o.container.insertBefore(n,s),o.tags.push(n)},this.isSpeedy=r.speedy===void 0?!0:r.speedy,this.tags=[],this.ctr=0,this.nonce=r.nonce,this.key=r.key,this.container=r.container,this.prepend=r.prepend,this.insertionPoint=r.insertionPoint,this.before=null}var t=e.prototype;return t.hydrate=function(o){o.forEach(this._insertTag)},t.insert=function(o){this.ctr%(this.isSpeedy?65e3:1)===0&&this._insertTag(yi(this));var n=this.tags[this.tags.length-1];if(this.isSpeedy){var s=vi(n);try{s.insertRule(o,s.cssRules.length)}catch{}}else n.appendChild(document.createTextNode(o));this.ctr++},t.flush=function(){this.tags.forEach(function(o){var n;return(n=o.parentNode)==null?void 0:n.removeChild(o)}),this.tags=[],this.ctr=0},e}(),ue="-ms-",bt="-moz-",H="-webkit-",lo="comm",nr="rule",ir="decl",wi="@import",co="@keyframes",ki="@layer",Si=Math.abs,$t=String.fromCharCode,Ci=Object.assign;function ji(e,t){return ce(e,0)^45?(((t<<2^ce(e,0))<<2^ce(e,1))<<2^ce(e,2))<<2^ce(e,3):0}function uo(e){return e.trim()}function Ei(e,t){return(e=t.exec(e))?e[0]:e}function W(e,t,r){return e.replace(t,r)}function Vt(e,t){return e.indexOf(t)}function ce(e,t){return e.charCodeAt(t)|0}function Je(e,t,r){return e.slice(t,r)}function $e(e){return e.length}function sr(e){return e.length}function lt(e,t){return t.push(e),e}function zi(e,t){return e.map(t).join("")}var wt=1,Ve=1,fo=0,fe=0,ie=0,We="";function kt(e,t,r,o,n,s,a){return{value:e,root:t,parent:r,type:o,props:n,children:s,line:wt,column:Ve,length:a,return:""}}function Ye(e,t){return Ci(kt("",null,null,"",null,null,0),e,{length:-e.length},t)}function Ti(){return ie}function Ri(){return ie=fe>0?ce(We,--fe):0,Ve--,ie===10&&(Ve=1,wt--),ie}function pe(){return ie=fe<fo?ce(We,fe++):0,Ve++,ie===10&&(Ve=1,wt++),ie}function Se(){return ce(We,fe)}function dt(){return fe}function ot(e,t){return Je(We,e,t)}function Qe(e){switch(e){case 0:case 9:case 10:case 13:case 32:return 5;case 33:case 43:case 44:case 47:case 62:case 64:case 126:case 59:case 123:case 125:return 4;case 58:return 3;case 34:case 39:case 40:case 91:return 2;case 41:case 93:return 1}return 0}function po(e){return wt=Ve=1,fo=$e(We=e),fe=0,[]}function ho(e){return We="",e}function ut(e){return uo(ot(fe-1,_t(e===91?e+2:e===40?e+1:e)))}function Li(e){for(;(ie=Se())&&ie<33;)pe();return Qe(e)>2||Qe(ie)>3?"":" "}function Mi(e,t){for(;--t&&pe()&&!(ie<48||ie>102||ie>57&&ie<65||ie>70&&ie<97););return ot(e,dt()+(t<6&&Se()==32&&pe()==32))}function _t(e){for(;pe();)switch(ie){case e:return fe;case 34:case 39:e!==34&&e!==39&&_t(ie);break;case 40:e===41&&_t(e);break;case 92:pe();break}return fe}function Ii(e,t){for(;pe()&&e+ie!==57;)if(e+ie===84&&Se()===47)break;return"/*"+ot(t,fe-1)+"*"+$t(e===47?e:pe())}function Ni(e){for(;!Qe(Se());)pe();return ot(e,fe)}function Pi(e){return ho(ft("",null,null,null,[""],e=po(e),0,[0],e))}function ft(e,t,r,o,n,s,a,l,d){for(var u=0,h=0,p=a,f=0,x=0,m=0,g=1,$=1,k=1,v=0,j="",w=n,y=s,R=o,z=j;$;)switch(m=v,v=pe()){case 40:if(m!=108&&ce(z,p-1)==58){Vt(z+=W(ut(v),"&","&\f"),"&\f")!=-1&&(k=-1);break}case 34:case 39:case 91:z+=ut(v);break;case 9:case 10:case 13:case 32:z+=Li(m);break;case 92:z+=Mi(dt()-1,7);continue;case 47:switch(Se()){case 42:case 47:lt(Ai(Ii(pe(),dt()),t,r),d);break;default:z+="/"}break;case 123*g:l[u++]=$e(z)*k;case 125*g:case 59:case 0:switch(v){case 0:case 125:$=0;case 59+h:k==-1&&(z=W(z,/\f/g,"")),x>0&&$e(z)-p&<(x>32?Cr(z+";",o,r,p-1):Cr(W(z," ","")+";",o,r,p-2),d);break;case 59:z+=";";default:if(lt(R=Sr(z,t,r,u,h,n,l,j,w=[],y=[],p),s),v===123)if(h===0)ft(z,t,R,R,w,s,p,l,y);else switch(f===99&&ce(z,3)===110?100:f){case 100:case 108:case 109:case 115:ft(e,R,R,o&<(Sr(e,R,R,0,0,n,l,j,n,w=[],p),y),n,y,p,l,o?w:y);break;default:ft(z,R,R,R,[""],y,0,l,y)}}u=h=x=0,g=k=1,j=z="",p=a;break;case 58:p=1+$e(z),x=m;default:if(g<1){if(v==123)--g;else if(v==125&&g++==0&&Ri()==125)continue}switch(z+=$t(v),v*g){case 38:k=h>0?1:(z+="\f",-1);break;case 44:l[u++]=($e(z)-1)*k,k=1;break;case 64:Se()===45&&(z+=ut(pe())),f=Se(),h=p=$e(j=z+=Ni(dt())),v++;break;case 45:m===45&&$e(z)==2&&(g=0)}}return s}function Sr(e,t,r,o,n,s,a,l,d,u,h){for(var p=n-1,f=n===0?s:[""],x=sr(f),m=0,g=0,$=0;m<o;++m)for(var k=0,v=Je(e,p+1,p=Si(g=a[m])),j=e;k<x;++k)(j=uo(g>0?f[k]+" "+v:W(v,/&\f/g,f[k])))&&(d[$++]=j);return kt(e,t,r,n===0?nr:l,d,u,h)}function Ai(e,t,r){return kt(e,t,r,lo,$t(Ti()),Je(e,2,-2),0)}function Cr(e,t,r,o){return kt(e,t,r,ir,Je(e,0,o),Je(e,o+1,-1),o)}function Ke(e,t){for(var r="",o=sr(e),n=0;n<o;n++)r+=t(e[n],n,e,t)||"";return r}function Fi(e,t,r,o){switch(e.type){case ki:if(e.children.length)break;case wi:case ir:return e.return=e.return||e.value;case lo:return"";case co:return e.return=e.value+"{"+Ke(e.children,o)+"}";case nr:e.value=e.props.join(",")}return $e(r=Ke(e.children,o))?e.return=e.value+"{"+r+"}":""}function Di(e){var t=sr(e);return function(r,o,n,s){for(var a="",l=0;l<t;l++)a+=e[l](r,o,n,s)||"";return a}}function Oi(e){return function(t){t.root||(t=t.return)&&e(t)}}function Bi(e){var t=Object.create(null);return function(r){return t[r]===void 0&&(t[r]=e(r)),t[r]}}var Ki=function(t,r,o){for(var n=0,s=0;n=s,s=Se(),n===38&&s===12&&(r[o]=1),!Qe(s);)pe();return ot(t,fe)},Vi=function(t,r){var o=-1,n=44;do switch(Qe(n)){case 0:n===38&&Se()===12&&(r[o]=1),t[o]+=Ki(fe-1,r,o);break;case 2:t[o]+=ut(n);break;case 4:if(n===44){t[++o]=Se()===58?"&\f":"",r[o]=t[o].length;break}default:t[o]+=$t(n)}while(n=pe());return t},_i=function(t,r){return ho(Vi(po(t),r))},jr=new WeakMap,Hi=function(t){if(!(t.type!=="rule"||!t.parent||t.length<1)){for(var r=t.value,o=t.parent,n=t.column===o.column&&t.line===o.line;o.type!=="rule";)if(o=o.parent,!o)return;if(!(t.props.length===1&&r.charCodeAt(0)!==58&&!jr.get(o))&&!n){jr.set(t,!0);for(var s=[],a=_i(r,s),l=o.props,d=0,u=0;d<a.length;d++)for(var h=0;h<l.length;h++,u++)t.props[u]=s[d]?a[d].replace(/&\f/g,l[h]):l[h]+" "+a[d]}}},Wi=function(t){if(t.type==="decl"){var r=t.value;r.charCodeAt(0)===108&&r.charCodeAt(2)===98&&(t.return="",t.value="")}};function bo(e,t){switch(ji(e,t)){case 5103:return H+"print-"+e+e;case 5737:case 4201:case 3177:case 3433:case 1641:case 4457:case 2921:case 5572:case 6356:case 5844:case 3191:case 6645:case 3005:case 6391:case 5879:case 5623:case 6135:case 4599:case 4855:case 4215:case 6389:case 5109:case 5365:case 5621:case 3829:return H+e+e;case 5349:case 4246:case 4810:case 6968:case 2756:return H+e+bt+e+ue+e+e;case 6828:case 4268:return H+e+ue+e+e;case 6165:return H+e+ue+"flex-"+e+e;case 5187:return H+e+W(e,/(\w+).+(:[^]+)/,H+"box-$1$2"+ue+"flex-$1$2")+e;case 5443:return H+e+ue+"flex-item-"+W(e,/flex-|-self/,"")+e;case 4675:return H+e+ue+"flex-line-pack"+W(e,/align-content|flex-|-self/,"")+e;case 5548:return H+e+ue+W(e,"shrink","negative")+e;case 5292:return H+e+ue+W(e,"basis","preferred-size")+e;case 6060:return H+"box-"+W(e,"-grow","")+H+e+ue+W(e,"grow","positive")+e;case 4554:return H+W(e,/([^-])(transform)/g,"$1"+H+"$2")+e;case 6187:return W(W(W(e,/(zoom-|grab)/,H+"$1"),/(image-set)/,H+"$1"),e,"")+e;case 5495:case 3959:return W(e,/(image-set\([^]*)/,H+"$1$`$1");case 4968:return W(W(e,/(.+:)(flex-)?(.*)/,H+"box-pack:$3"+ue+"flex-pack:$3"),/s.+-b[^;]+/,"justify")+H+e+e;case 4095:case 3583:case 4068:case 2532:return W(e,/(.+)-inline(.+)/,H+"$1$2")+e;case 8116:case 7059:case 5753:case 5535:case 5445:case 5701:case 4933:case 4677:case 5533:case 5789:case 5021:case 4765:if($e(e)-1-t>6)switch(ce(e,t+1)){case 109:if(ce(e,t+4)!==45)break;case 102:return W(e,/(.+:)(.+)-([^]+)/,"$1"+H+"$2-$3$1"+bt+(ce(e,t+3)==108?"$3":"$2-$3"))+e;case 115:return~Vt(e,"stretch")?bo(W(e,"stretch","fill-available"),t)+e:e}break;case 4949:if(ce(e,t+1)!==115)break;case 6444:switch(ce(e,$e(e)-3-(~Vt(e,"!important")&&10))){case 107:return W(e,":",":"+H)+e;case 101:return W(e,/(.+:)([^;!]+)(;|!.+)?/,"$1"+H+(ce(e,14)===45?"inline-":"")+"box$3$1"+H+"$2$3$1"+ue+"$2box$3")+e}break;case 5936:switch(ce(e,t+11)){case 114:return H+e+ue+W(e,/[svh]\w+-[tblr]{2}/,"tb")+e;case 108:return H+e+ue+W(e,/[svh]\w+-[tblr]{2}/,"tb-rl")+e;case 45:return H+e+ue+W(e,/[svh]\w+-[tblr]{2}/,"lr")+e}return H+e+ue+e+e}return e}var Ui=function(t,r,o,n){if(t.length>-1&&!t.return)switch(t.type){case ir:t.return=bo(t.value,t.length);break;case co:return Ke([Ye(t,{value:W(t.value,"@","@"+H)})],n);case nr:if(t.length)return zi(t.props,function(s){switch(Ei(s,/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":return Ke([Ye(t,{props:[W(s,/:(read-\w+)/,":"+bt+"$1")]})],n);case"::placeholder":return Ke([Ye(t,{props:[W(s,/:(plac\w+)/,":"+H+"input-$1")]}),Ye(t,{props:[W(s,/:(plac\w+)/,":"+bt+"$1")]}),Ye(t,{props:[W(s,/:(plac\w+)/,ue+"input-$1")]})],n)}return""})}},Yi=[Ui],Zi=function(t){var r=t.key;if(r==="css"){var o=document.querySelectorAll("style[data-emotion]:not([data-s])");Array.prototype.forEach.call(o,function(g){var $=g.getAttribute("data-emotion");$.indexOf(" ")!==-1&&(document.head.appendChild(g),g.setAttribute("data-s",""))})}var n=t.stylisPlugins||Yi,s={},a,l=[];a=t.container||document.head,Array.prototype.forEach.call(document.querySelectorAll('style[data-emotion^="'+r+' "]'),function(g){for(var $=g.getAttribute("data-emotion").split(" "),k=1;k<$.length;k++)s[$[k]]=!0;l.push(g)});var d,u=[Hi,Wi];{var h,p=[Fi,Oi(function(g){h.insert(g)})],f=Di(u.concat(n,p)),x=function($){return Ke(Pi($),f)};d=function($,k,v,j){h=v,x($?$+"{"+k.styles+"}":k.styles),j&&(m.inserted[k.name]=!0)}}var m={key:r,sheet:new $i({key:r,container:a,nonce:t.nonce,speedy:t.speedy,prepend:t.prepend,insertionPoint:t.insertionPoint}),nonce:t.nonce,inserted:s,registered:{},insert:d};return m.sheet.hydrate(l),m};function Xi(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Ht={exports:{}},Y={};/** @license React v16.13.1
|
|
299
349
|
* react-is.production.min.js
|
|
300
350
|
*
|
|
301
351
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
302
352
|
*
|
|
303
353
|
* This source code is licensed under the MIT license found in the
|
|
304
354
|
* LICENSE file in the root directory of this source tree.
|
|
305
|
-
*/var Er;function Gi(){if(Er)return Y;Er=1;var e=typeof Symbol=="function"&&Symbol.for,t=e?Symbol.for("react.element"):60103,r=e?Symbol.for("react.portal"):60106,o=e?Symbol.for("react.fragment"):60107,n=e?Symbol.for("react.strict_mode"):60108,s=e?Symbol.for("react.profiler"):60114,a=e?Symbol.for("react.provider"):60109,l=e?Symbol.for("react.context"):60110,
|
|
355
|
+
*/var Er;function Gi(){if(Er)return Y;Er=1;var e=typeof Symbol=="function"&&Symbol.for,t=e?Symbol.for("react.element"):60103,r=e?Symbol.for("react.portal"):60106,o=e?Symbol.for("react.fragment"):60107,n=e?Symbol.for("react.strict_mode"):60108,s=e?Symbol.for("react.profiler"):60114,a=e?Symbol.for("react.provider"):60109,l=e?Symbol.for("react.context"):60110,d=e?Symbol.for("react.async_mode"):60111,u=e?Symbol.for("react.concurrent_mode"):60111,h=e?Symbol.for("react.forward_ref"):60112,p=e?Symbol.for("react.suspense"):60113,f=e?Symbol.for("react.suspense_list"):60120,x=e?Symbol.for("react.memo"):60115,m=e?Symbol.for("react.lazy"):60116,g=e?Symbol.for("react.block"):60121,$=e?Symbol.for("react.fundamental"):60117,k=e?Symbol.for("react.responder"):60118,v=e?Symbol.for("react.scope"):60119;function j(y){if(typeof y=="object"&&y!==null){var R=y.$$typeof;switch(R){case t:switch(y=y.type,y){case d:case u:case o:case s:case n:case p:return y;default:switch(y=y&&y.$$typeof,y){case l:case h:case m:case x:case a:return y;default:return R}}case r:return R}}}function w(y){return j(y)===u}return Y.AsyncMode=d,Y.ConcurrentMode=u,Y.ContextConsumer=l,Y.ContextProvider=a,Y.Element=t,Y.ForwardRef=h,Y.Fragment=o,Y.Lazy=m,Y.Memo=x,Y.Portal=r,Y.Profiler=s,Y.StrictMode=n,Y.Suspense=p,Y.isAsyncMode=function(y){return w(y)||j(y)===d},Y.isConcurrentMode=w,Y.isContextConsumer=function(y){return j(y)===l},Y.isContextProvider=function(y){return j(y)===a},Y.isElement=function(y){return typeof y=="object"&&y!==null&&y.$$typeof===t},Y.isForwardRef=function(y){return j(y)===h},Y.isFragment=function(y){return j(y)===o},Y.isLazy=function(y){return j(y)===m},Y.isMemo=function(y){return j(y)===x},Y.isPortal=function(y){return j(y)===r},Y.isProfiler=function(y){return j(y)===s},Y.isStrictMode=function(y){return j(y)===n},Y.isSuspense=function(y){return j(y)===p},Y.isValidElementType=function(y){return typeof y=="string"||typeof y=="function"||y===o||y===u||y===s||y===n||y===p||y===f||typeof y=="object"&&y!==null&&(y.$$typeof===m||y.$$typeof===x||y.$$typeof===a||y.$$typeof===l||y.$$typeof===h||y.$$typeof===$||y.$$typeof===k||y.$$typeof===v||y.$$typeof===g)},Y.typeOf=j,Y}var Z={};/** @license React v16.13.1
|
|
306
356
|
* react-is.development.js
|
|
307
357
|
*
|
|
308
358
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
309
359
|
*
|
|
310
360
|
* This source code is licensed under the MIT license found in the
|
|
311
361
|
* LICENSE file in the root directory of this source tree.
|
|
312
|
-
*/var zr;function qi(){return zr||(zr=1,process.env.NODE_ENV!=="production"&&function(){var e=typeof Symbol=="function"&&Symbol.for,t=e?Symbol.for("react.element"):60103,r=e?Symbol.for("react.portal"):60106,o=e?Symbol.for("react.fragment"):60107,n=e?Symbol.for("react.strict_mode"):60108,s=e?Symbol.for("react.profiler"):60114,a=e?Symbol.for("react.provider"):60109,l=e?Symbol.for("react.context"):60110,
|
|
362
|
+
*/var zr;function qi(){return zr||(zr=1,process.env.NODE_ENV!=="production"&&function(){var e=typeof Symbol=="function"&&Symbol.for,t=e?Symbol.for("react.element"):60103,r=e?Symbol.for("react.portal"):60106,o=e?Symbol.for("react.fragment"):60107,n=e?Symbol.for("react.strict_mode"):60108,s=e?Symbol.for("react.profiler"):60114,a=e?Symbol.for("react.provider"):60109,l=e?Symbol.for("react.context"):60110,d=e?Symbol.for("react.async_mode"):60111,u=e?Symbol.for("react.concurrent_mode"):60111,h=e?Symbol.for("react.forward_ref"):60112,p=e?Symbol.for("react.suspense"):60113,f=e?Symbol.for("react.suspense_list"):60120,x=e?Symbol.for("react.memo"):60115,m=e?Symbol.for("react.lazy"):60116,g=e?Symbol.for("react.block"):60121,$=e?Symbol.for("react.fundamental"):60117,k=e?Symbol.for("react.responder"):60118,v=e?Symbol.for("react.scope"):60119;function j(P){return typeof P=="string"||typeof P=="function"||P===o||P===u||P===s||P===n||P===p||P===f||typeof P=="object"&&P!==null&&(P.$$typeof===m||P.$$typeof===x||P.$$typeof===a||P.$$typeof===l||P.$$typeof===h||P.$$typeof===$||P.$$typeof===k||P.$$typeof===v||P.$$typeof===g)}function w(P){if(typeof P=="object"&&P!==null){var se=P.$$typeof;switch(se){case t:var he=P.type;switch(he){case d:case u:case o:case s:case n:case p:return he;default:var Ce=he&&he.$$typeof;switch(Ce){case l:case h:case m:case x:case a:return Ce;default:return se}}case r:return se}}}var y=d,R=u,z=l,A=a,O=t,L=h,B=o,U=m,re=x,K=r,V=s,Q=n,D=p,I=!1;function F(P){return I||(I=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")),_(P)||w(P)===d}function _(P){return w(P)===u}function q(P){return w(P)===l}function C(P){return w(P)===a}function E(P){return typeof P=="object"&&P!==null&&P.$$typeof===t}function M(P){return w(P)===h}function T(P){return w(P)===o}function N(P){return w(P)===m}function J(P){return w(P)===x}function oe(P){return w(P)===r}function le(P){return w(P)===s}function Me(P){return w(P)===n}function Ie(P){return w(P)===p}Z.AsyncMode=y,Z.ConcurrentMode=R,Z.ContextConsumer=z,Z.ContextProvider=A,Z.Element=O,Z.ForwardRef=L,Z.Fragment=B,Z.Lazy=U,Z.Memo=re,Z.Portal=K,Z.Profiler=V,Z.StrictMode=Q,Z.Suspense=D,Z.isAsyncMode=F,Z.isConcurrentMode=_,Z.isContextConsumer=q,Z.isContextProvider=C,Z.isElement=E,Z.isForwardRef=M,Z.isFragment=T,Z.isLazy=N,Z.isMemo=J,Z.isPortal=oe,Z.isProfiler=le,Z.isStrictMode=Me,Z.isSuspense=Ie,Z.isValidElementType=j,Z.typeOf=w}()),Z}process.env.NODE_ENV==="production"?Ht.exports=Gi():Ht.exports=qi();var Ji=Ht.exports,go=Ji,Qi={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},es={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},mo={};mo[go.ForwardRef]=Qi;mo[go.Memo]=es;var ts=!0;function rs(e,t,r){var o="";return r.split(" ").forEach(function(n){e[n]!==void 0?t.push(e[n]+";"):n&&(o+=n+" ")}),o}var xo=function(t,r,o){var n=t.key+"-"+r.name;(o===!1||ts===!1)&&t.registered[n]===void 0&&(t.registered[n]=r.styles)},os=function(t,r,o){xo(t,r,o);var n=t.key+"-"+r.name;if(t.inserted[r.name]===void 0){var s=r;do t.insert(r===s?"."+n:"",s,t.sheet,!0),s=s.next;while(s!==void 0)}};function ns(e){for(var t=0,r,o=0,n=e.length;n>=4;++o,n-=4)r=e.charCodeAt(o)&255|(e.charCodeAt(++o)&255)<<8|(e.charCodeAt(++o)&255)<<16|(e.charCodeAt(++o)&255)<<24,r=(r&65535)*1540483477+((r>>>16)*59797<<16),r^=r>>>24,t=(r&65535)*1540483477+((r>>>16)*59797<<16)^(t&65535)*1540483477+((t>>>16)*59797<<16);switch(n){case 3:t^=(e.charCodeAt(o+2)&255)<<16;case 2:t^=(e.charCodeAt(o+1)&255)<<8;case 1:t^=e.charCodeAt(o)&255,t=(t&65535)*1540483477+((t>>>16)*59797<<16)}return t^=t>>>13,t=(t&65535)*1540483477+((t>>>16)*59797<<16),((t^t>>>15)>>>0).toString(36)}var is={animationIterationCount:1,aspectRatio:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,scale:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1},ss=/[A-Z]|^ms/g,as=/_EMO_([^_]+?)_([^]*?)_EMO_/g,vo=function(t){return t.charCodeAt(1)===45},Tr=function(t){return t!=null&&typeof t!="boolean"},Tt=Bi(function(e){return vo(e)?e:e.replace(ss,"-$&").toLowerCase()}),Rr=function(t,r){switch(t){case"animation":case"animationName":if(typeof r=="string")return r.replace(as,function(o,n,s){return we={name:n,styles:s,next:we},n})}return is[t]!==1&&!vo(t)&&typeof r=="number"&&r!==0?r+"px":r};function et(e,t,r){if(r==null)return"";var o=r;if(o.__emotion_styles!==void 0)return o;switch(typeof r){case"boolean":return"";case"object":{var n=r;if(n.anim===1)return we={name:n.name,styles:n.styles,next:we},n.name;var s=r;if(s.styles!==void 0){var a=s.next;if(a!==void 0)for(;a!==void 0;)we={name:a.name,styles:a.styles,next:we},a=a.next;var l=s.styles+";";return l}return ls(e,t,r)}case"function":{if(e!==void 0){var d=we,u=r(e);return we=d,et(e,t,u)}break}}var h=r;return h}function ls(e,t,r){var o="";if(Array.isArray(r))for(var n=0;n<r.length;n++)o+=et(e,t,r[n])+";";else for(var s in r){var a=r[s];if(typeof a!="object"){var l=a;Tr(l)&&(o+=Tt(s)+":"+Rr(s,l)+";")}else if(Array.isArray(a)&&typeof a[0]=="string"&&t==null)for(var d=0;d<a.length;d++)Tr(a[d])&&(o+=Tt(s)+":"+Rr(s,a[d])+";");else{var u=et(e,t,a);switch(s){case"animation":case"animationName":{o+=Tt(s)+":"+u+";";break}default:o+=s+"{"+u+"}"}}}return o}var Lr=/label:\s*([^\s;{]+)\s*(;|$)/g,we;function cs(e,t,r){if(e.length===1&&typeof e[0]=="object"&&e[0]!==null&&e[0].styles!==void 0)return e[0];var o=!0,n="";we=void 0;var s=e[0];if(s==null||s.raw===void 0)o=!1,n+=et(r,t,s);else{var a=s;n+=a[0]}for(var l=1;l<e.length;l++)if(n+=et(r,t,e[l]),o){var d=s;n+=d[l]}Lr.lastIndex=0;for(var u="",h;(h=Lr.exec(n))!==null;)u+="-"+h[1];var p=ns(n)+u;return{name:p,styles:n,next:we}}var ds=function(t){return t()},us=ze.useInsertionEffect?ze.useInsertionEffect:!1,fs=us||ds,yo=ze.createContext(typeof HTMLElement<"u"?Zi({key:"css"}):null);yo.Provider;var ps=function(t){return c.forwardRef(function(r,o){var n=c.useContext(yo);return t(r,n,o)})},hs=ze.createContext({}),St={}.hasOwnProperty,Wt="__EMOTION_TYPE_PLEASE_DO_NOT_USE__",$o=function(t,r){var o={};for(var n in r)St.call(r,n)&&(o[n]=r[n]);return o[Wt]=t,o},bs=function(t){var r=t.cache,o=t.serialized,n=t.isStringTag;return xo(r,o,n),fs(function(){return os(r,o,n)}),null},gs=ps(function(e,t,r){var o=e.css;typeof o=="string"&&t.registered[o]!==void 0&&(o=t.registered[o]);var n=e[Wt],s=[o],a="";typeof e.className=="string"?a=rs(t.registered,s,e.className):e.className!=null&&(a=e.className+" ");var l=cs(s,void 0,ze.useContext(hs));a+=t.key+"-"+l.name;var d={};for(var u in e)St.call(e,u)&&u!=="css"&&u!==Wt&&(d[u]=e[u]);return d.className=a,r&&(d.ref=r),ze.createElement(ze.Fragment,null,ze.createElement(bs,{cache:t,serialized:l,isStringTag:typeof n=="string"}),ze.createElement(n,d))}),wo=gs,me=function(t,r,o){return St.call(r,"css")?pt.jsx(wo,$o(t,r),o):pt.jsx(t,r,o)},Ut=function(t,r,o){return St.call(r,"css")?pt.jsxs(wo,$o(t,r),o):pt.jsxs(t,r,o)};const ms=S.css`
|
|
313
363
|
display: inline-flex;
|
|
314
364
|
align-items: center;
|
|
315
365
|
cursor: pointer;
|
|
@@ -336,7 +386,7 @@
|
|
|
336
386
|
&[data-disabled="true"] {
|
|
337
387
|
cursor: not-allowed;
|
|
338
388
|
}
|
|
339
|
-
`,xs=e=>
|
|
389
|
+
`,xs=e=>S.css`
|
|
340
390
|
position: relative;
|
|
341
391
|
display: inline-flex;
|
|
342
392
|
align-items: center;
|
|
@@ -383,7 +433,7 @@
|
|
|
383
433
|
input:focus-visible + & {
|
|
384
434
|
box-shadow: ${e.components.checkbox.focusRing};
|
|
385
435
|
}
|
|
386
|
-
`,ko=e=>
|
|
436
|
+
`,ko=e=>S.css`
|
|
387
437
|
color: ${e.components.checkbox.control.icon.color};
|
|
388
438
|
width: ${e.components.checkbox.control.icon.size};
|
|
389
439
|
height: ${e.components.checkbox.control.icon.size};
|
|
@@ -395,7 +445,7 @@
|
|
|
395
445
|
opacity: 1;
|
|
396
446
|
transform: scale(1);
|
|
397
447
|
}
|
|
398
|
-
`,
|
|
448
|
+
`,vs=e=>S.css`
|
|
399
449
|
margin-left: ${e.components.checkbox.gap};
|
|
400
450
|
font-size: ${e.components.checkbox.text.label.fontSize};
|
|
401
451
|
line-height: ${e.components.checkbox.text.label.lineHeight};
|
|
@@ -406,7 +456,7 @@
|
|
|
406
456
|
&[data-disabled="true"] {
|
|
407
457
|
color: ${e.components.checkbox.text.label.disabled};
|
|
408
458
|
}
|
|
409
|
-
`,vs=({checked:e})=>{const t=C.useTheme();return me("svg",{css:ko(t),"data-checked":e,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:me("path",{d:"M13.3332 4.5L5.99984 11.8333L2.6665 8.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})},$s=({checked:e})=>{const t=C.useTheme();return me("svg",{css:ko(t),"data-checked":e,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:me("path",{d:"M3.5 8H12.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"})})},De=c.forwardRef((e,t)=>{const{checked:r,defaultChecked:o=!1,indeterminate:n=!1,disabled:s=!1,label:a,onChange:l,className:u,style:d,...h}=e,p=C.useTheme(),f=c.useRef(null),[x,m]=c.useState(!1),[g,$]=c.useState(o),k=r!==void 0,y=k?r:g;return c.useEffect(()=>{t&&(typeof t=="function"?t(f.current):t.current=f.current)},[t]),c.useEffect(()=>{f.current&&(f.current.indeterminate=n)},[n]),Ut("label",{css:ms,"data-disabled":s,className:u,style:d,onMouseEnter:()=>!s&&m(!0),onMouseLeave:()=>!s&&m(!1),children:[me("input",{ref:f,type:"checkbox",checked:y,disabled:s,onChange:w=>{if(s)return;const v=w.target.checked;k||$(v),l==null||l(v,w)},...h}),me("span",{css:xs(p),"data-hover":x,"data-checked":y&&!n,"data-indeterminate":n,"data-disabled":s,children:n?me($s,{checked:!0}):me(vs,{checked:y})}),a&&me("span",{css:ys(p),"data-disabled":s,children:a})]})});De.displayName="Checkbox";const G=c.forwardRef(({children:e,size:t=24,color:r="currentColor",viewBox:o="0 0 24 24",useFill:n=!1,strokeWidth:s=1.5,...a},l)=>{const u={ref:l,xmlns:"http://www.w3.org/2000/svg",width:t,height:t,viewBox:o,...a};return n?i.jsx("svg",{...u,fill:r,children:e}):i.jsx("svg",{...u,fill:"none",stroke:r,strokeWidth:s,strokeLinecap:"round",strokeLinejoin:"round",children:e})});G.displayName="IconBase";const ws=c.forwardRef((e,t)=>i.jsx(G,{ref:t,...e,viewBox:"0 0 22 22",useFill:!0,children:i.jsx("path",{d:"M0.31074 10.9704C0.310783 10.5562 0.646483 10.2205 1.06066 10.2205L10.2213 10.2218L10.222 1.06742C10.2223 0.653481 10.5579 0.317504 10.9719 0.317505C11.3858 0.317611 11.7215 0.653547 11.7218 1.06742L11.7211 10.2218L20.8824 10.2225C21.2965 10.2227 21.6324 10.5583 21.6324 10.9724C21.6323 11.3865 21.2965 11.7222 20.8824 11.7224L11.7211 11.7217L11.7218 20.8706C11.7218 21.2847 11.386 21.6204 10.9719 21.6205C10.5577 21.6205 10.222 21.2847 10.222 20.8706L10.2213 11.7217L1.06066 11.7203C0.646473 11.7202 0.310739 11.3845 0.31074 10.9704Z",fill:"currentColor"})}));ws.displayName="AddOutline";const ks=c.forwardRef((e,t)=>i.jsx(G,{ref:t,...e,children:i.jsx("path",{d:"M5 12h14m0 0l-7-7m7 7l-7 7"})}));ks.displayName="ArrowRightOutline";const Ss=c.forwardRef((e,t)=>i.jsx(G,{ref:t,...e,children:i.jsx("path",{d:"M19 12H5m0 0l7-7m-7 7l7 7"})}));Ss.displayName="ArrowLeftOutline";const Cs=c.forwardRef((e,t)=>i.jsxs(G,{ref:t,...e,useFill:!0,children:[i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.80273 8.19824C3.38873 8.19824 3.05273 7.86224 3.05273 7.44824V5.30124C3.06573 2.36324 5.44173 0.000244141 8.35473 0.000244141H8.37473C10.6307 0.000244141 12.6447 1.43324 13.3837 3.56724C13.5197 3.95824 13.3117 4.38524 12.9197 4.52124C12.5287 4.65824 12.1017 4.44924 11.9657 4.05724C11.4367 2.52824 9.99173 1.50024 8.37173 1.50024H8.35773C6.26573 1.50024 4.56173 3.19424 4.55273 5.28424V7.44824C4.55273 7.86224 4.21673 8.19824 3.80273 8.19824Z"}),i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.542 8.12695C2.864 8.12695 1.5 9.49195 1.5 11.17V15.458C1.5 17.136 2.864 18.501 4.542 18.501H12.184C13.861 18.501 15.226 17.136 15.226 15.458V11.17C15.226 9.49195 13.861 8.12695 12.184 8.12695H4.542ZM12.184 20.001H4.542C2.037 20.001 0 17.963 0 15.458V11.17C0 8.66495 2.037 6.62695 4.542 6.62695H12.184C14.688 6.62695 16.726 8.66495 16.726 11.17V15.458C16.726 17.963 14.688 20.001 12.184 20.001Z"}),i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.36328 15.1748C7.94928 15.1748 7.61328 14.8388 7.61328 14.4248V12.2028C7.61328 11.7888 7.94928 11.4528 8.36328 11.4528C8.77728 11.4528 9.11328 11.7888 9.11328 12.2028V14.4248C9.11328 14.8388 8.77728 15.1748 8.36328 15.1748Z"})]}));Cs.displayName="UnlockOutline";const js=c.forwardRef((e,t)=>i.jsxs(G,{ref:t,...e,useFill:!0,children:[i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10 1.5C5.313 1.5 1.5 5.313 1.5 10C1.5 14.687 5.313 18.5 10 18.5C14.687 18.5 18.5 14.687 18.5 10C18.5 5.313 14.687 1.5 10 1.5ZM10 20C4.486 20 0 15.514 0 10C0 4.486 4.486 0 10 0C15.514 0 20 4.486 20 10C20 15.514 15.514 20 10 20Z"}),i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.55858 14.2207C8.36658 14.2207 8.17358 14.1477 8.02758 13.9997C7.73558 13.7057 7.73658 13.2317 8.02958 12.9397L10.9816 9.99968L8.02958 7.06068C7.73658 6.76868 7.73558 6.29368 8.02758 5.99968C8.31958 5.70468 8.79358 5.70668 9.08758 5.99768L12.5736 9.46868C12.7146 9.60968 12.7936 9.80068 12.7936 9.99968C12.7936 10.1997 12.7146 10.3907 12.5736 10.5317L9.08758 14.0017C8.94158 14.1477 8.74958 14.2207 8.55858 14.2207Z"})]}));js.displayName="ArrowRightCircleOutline";const Ee=c.forwardRef((e,t)=>i.jsx(G,{ref:t,...e,children:i.jsx("path",{d:"M9 6l6 6-6 6"})}));Ee.displayName="ChevronRightOutline";const Ge=c.forwardRef((e,t)=>i.jsx(G,{ref:t,...e,children:i.jsx("path",{d:"M15 6l-6 6 6 6"})}));Ge.displayName="ChevronLeftOutline";const nt=c.forwardRef((e,t)=>i.jsx(G,{ref:t,...e,children:i.jsx("path",{d:"M6 9l6 6 6-6"})}));nt.displayName="ChevronDownOutline";const ar=c.forwardRef((e,t)=>i.jsx(G,{ref:t,...e,children:i.jsx("path",{d:"M18 15l-6-6-6 6"})}));ar.displayName="ChevronUpOutline";const lr=c.forwardRef((e,t)=>i.jsx(G,{ref:t,...e,children:i.jsx("path",{d:"M12 5v14m-7-7h14",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}));lr.displayName="PlusOutline";const Es=c.forwardRef((e,t)=>i.jsxs(G,{ref:t,...e,children:[i.jsx("path",{d:"M11 2H9C4 2 2 4 2 9v6c0 5 2 7 7 7h6c5 0 7-2 7-7v-2",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),i.jsx("path",{d:"M16.04 3.02001L8.16 10.9C7.86 11.2 7.56 11.79 7.5 12.22L7.07 15.23C6.91 16.32 7.68 17.08 8.77 16.93L11.78 16.5C12.2 16.44 12.79 16.14 13.1 15.84L20.98 7.96001C22.34 6.60001 22.98 5.02001 20.98 3.02001C18.98 1.02001 17.4 1.66001 16.04 3.02001Z",stroke:"currentColor",strokeWidth:"1.5",strokeMiterlimit:"10",strokeLinecap:"round",strokeLinejoin:"round"}),i.jsx("path",{d:"M14.91 4.1499C15.58 6.5399 17.45 8.4099 19.85 9.0899",stroke:"currentColor",strokeWidth:"1.5",strokeMiterlimit:"10",strokeLinecap:"round",strokeLinejoin:"round"})]}));Es.displayName="EditSquareOutline";const zs=c.forwardRef((e,t)=>i.jsxs(G,{ref:t,...e,children:[i.jsx("path",{d:"M13.26 3.6L5.05 12.29C4.74 12.62 4.44 13.27 4.38 13.72L4.01 16.96C3.88 18.13 4.72 18.93 5.88 18.73L9.1 18.18C9.55 18.1 10.18 17.77 10.49 17.43L18.7 8.74C20.12 7.24 20.76 5.53 18.55 3.44C16.35 1.37 14.68 2.1 13.26 3.6Z",stroke:"currentColor",strokeWidth:"1.5",strokeMiterlimit:"10",strokeLinecap:"round",strokeLinejoin:"round"}),i.jsx("path",{d:"M11.89 5.05C12.32 7.81 14.56 9.92 17.34 10.2",stroke:"currentColor",strokeWidth:"1.5",strokeMiterlimit:"10",strokeLinecap:"round",strokeLinejoin:"round"}),i.jsx("path",{d:"M3 22H21",stroke:"currentColor",strokeWidth:"1.5",strokeMiterlimit:"10",strokeLinecap:"round",strokeLinejoin:"round"})]}));zs.displayName="EditOutline";const So=c.forwardRef((e,t)=>i.jsx(G,{ref:t,...e,children:i.jsx("path",{d:"M21 5.98C17.67 5.65 14.32 5.48 10.98 5.48C9 5.48 7.02 5.58 5.04 5.78L3 5.98M8.5 4.97L8.72 3.66C8.88 2.71 9 2 10.69 2H13.31C15 2 15.13 2.75 15.28 3.67L15.5 4.97M18.85 9.14L18.2 19.21C18.09 20.78 18 22 15.21 22H8.79C6 22 5.91 20.78 5.8 19.21L5.15 9.14M10.33 16.5H13.66M9.5 12.5H14.5"})}));So.displayName="DeleteOutline";const Ts=c.forwardRef((e,t)=>i.jsxs(G,{ref:t,...e,children:[i.jsx("path",{d:"M17 20.5H7C4 20.5 2 19 2 15.5V8.5C2 5 4 3.5 7 3.5H17C20 3.5 22 5 22 8.5V15.5C22 19 20 20.5 17 20.5Z",stroke:"currentColor",strokeWidth:"1.5",strokeMiterlimit:"10",strokeLinecap:"round",strokeLinejoin:"round",fill:"none"}),i.jsx("path",{d:"M17 9L13.87 11.5C12.84 12.32 11.15 12.32 10.12 11.5L7 9",stroke:"currentColor",strokeWidth:"1.5",strokeMiterlimit:"10",strokeLinecap:"round",strokeLinejoin:"round",fill:"none"})]}));Ts.displayName="MessageOutline";const Co=c.forwardRef((e,t)=>i.jsxs(G,{ref:t,...e,children:[i.jsx("circle",{cx:"11.7666",cy:"11.7666",r:"8.98856",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round",fill:"none"}),i.jsx("path",{d:"M18.0183 18.4851L21.5423 22",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round",fill:"none"})]}));Co.displayName="SearchOutline";const Rs=c.forwardRef((e,t)=>i.jsxs(G,{ref:t,...e,viewBox:"0 0 22 22",useFill:!0,children:[i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.5979 15.5596C7.1839 15.5596 6.8479 15.2236 6.8479 14.8096V11.0646C6.8479 10.6506 7.1839 10.3146 7.5979 10.3146C8.0119 10.3146 8.3479 10.6506 8.3479 11.0646V14.8096C8.3479 15.2236 8.0119 15.5596 7.5979 15.5596Z",fill:"currentColor"}),i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.50862 13.6865H5.68762C5.27362 13.6865 4.93762 13.3505 4.93762 12.9365C4.93762 12.5225 5.27362 12.1865 5.68762 12.1865H9.50862C9.92262 12.1865 10.2586 12.5225 10.2586 12.9365C10.2586 13.3505 9.92262 13.6865 9.50862 13.6865Z",fill:"currentColor"}),i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14.116 11.9287H14.009C13.595 11.9287 13.259 11.5927 13.259 11.1787C13.259 10.7647 13.595 10.4287 14.009 10.4287H14.116C14.53 10.4287 14.866 10.7647 14.866 11.1787C14.866 11.5927 14.53 11.9287 14.116 11.9287Z",fill:"currentColor"}),i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15.9295 15.5029H15.8225C15.4085 15.5029 15.0725 15.1669 15.0725 14.7529C15.0725 14.3389 15.4085 14.0029 15.8225 14.0029H15.9295C16.3435 14.0029 16.6795 14.3389 16.6795 14.7529C16.6795 15.1669 16.3435 15.5029 15.9295 15.5029Z",fill:"currentColor"}),i.jsx("mask",{id:"mask0_6909_3794",style:{maskType:"luminance"},maskUnits:"userSpaceOnUse",x:"6",y:"0",width:"7",height:"6",children:i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.07166 0H12.1117V5.5879H6.07166V0Z",fill:"white"})}),i.jsx("g",{mask:"url(#mask0_6909_3794)",children:i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.3617 5.58788C10.9477 5.58788 10.6117 5.25188 10.6117 4.83788V4.16288C10.6087 3.43888 9.99466 2.84388 9.24366 2.84088H8.18966C7.02266 2.84088 6.07166 1.90288 6.07166 0.749878C6.07166 0.335878 6.40766 -0.00012207 6.82166 -0.00012207C7.23666 -0.00012207 7.57166 0.335878 7.57166 0.749878C7.57166 1.07588 7.84866 1.34088 8.18966 1.34088H9.24666C10.8197 1.34588 12.1047 2.60988 12.1117 4.15888V4.83788C12.1117 5.25188 11.7757 5.58788 11.3617 5.58788Z",fill:"currentColor"})}),i.jsx("mask",{id:"mask1_6909_3794",style:{maskType:"luminance"},maskUnits:"userSpaceOnUse",x:"0",y:"4",width:"22",height:"18",children:i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0 4.37329H21.4998V21.5H0V4.37329Z",fill:"white"})}),i.jsx("g",{mask:"url(#mask1_6909_3794)",children:i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.701 5.87304C9.225 5.87304 7.767 5.88604 6.335 5.91004C3.528 5.91004 1.5 7.88804 1.5 10.612V15.262C1.5 17.985 3.528 19.963 6.323 19.963C9.27 20.012 12.241 20.012 15.165 19.963H15.178C17.972 19.963 20 17.985 20 15.262V10.612C20 7.88804 17.972 5.91004 15.178 5.91004C13.674 5.88604 12.179 5.87304 10.701 5.87304ZM10.754 21.5C9.271 21.5 7.786 21.487 6.31 21.463C2.659 21.463 0 18.854 0 15.262V10.612C0 7.01904 2.659 4.41004 6.323 4.41004C9.192 4.36104 12.18 4.36104 15.19 4.41004C18.841 4.41004 21.5 7.01904 21.5 10.612V15.262C21.5 18.852 18.845 21.46 15.184 21.463C13.716 21.487 12.236 21.5 10.754 21.5Z",fill:"currentColor"})})]}));Rs.displayName="GameOutline";const cr=c.forwardRef((e,t)=>i.jsx(G,{ref:t,...e,viewBox:"0 0 12 12",useFill:!0,children:i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.41575 3.81219C9.53779 3.93423 9.53779 4.1321 9.41575 4.25414L4.90757 8.76231L2.58467 6.4468C2.46243 6.32496 2.46212 6.12709 2.58396 6.00486L2.93695 5.65074C3.05879 5.52851 3.25666 5.52819 3.37889 5.65004L3.46421 5.73508L4.90631 7.17259L8.62025 3.45864C8.74229 3.3366 8.94015 3.3366 9.06219 3.45864L9.41575 3.81219Z",fill:"currentColor"})}));cr.displayName="CheckOutline";const dr=c.forwardRef((e,t)=>i.jsx(G,{ref:t,...e,children:i.jsx("path",{d:"M18 6L6 18M6 6l12 12"})}));dr.displayName="CloseOutline";const Ls=c.forwardRef((e,t)=>i.jsx(G,{ref:t,...e,viewBox:"0 0 20 19",useFill:!0,children:i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.74992 1.5C9.65892 1.5 9.43492 1.525 9.31592 1.763L7.48992 5.414C7.20092 5.991 6.64392 6.392 5.99992 6.484L1.91192 7.073C1.64192 7.112 1.54992 7.312 1.52192 7.396C1.49692 7.477 1.45692 7.683 1.64292 7.861L4.59892 10.701C5.06992 11.154 5.28392 11.807 5.17192 12.446L4.47592 16.456C4.43292 16.707 4.58992 16.853 4.65992 16.903C4.73392 16.959 4.93192 17.07 5.17692 16.942L8.83192 15.047C9.40792 14.75 10.0939 14.75 10.6679 15.047L14.3219 16.941C14.5679 17.068 14.7659 16.957 14.8409 16.903C14.9109 16.853 15.0679 16.707 15.0249 16.456L14.3269 12.446C14.2149 11.807 14.4289 11.154 14.8999 10.701L17.8559 7.861C18.0429 7.683 18.0029 7.476 17.9769 7.396C17.9499 7.312 17.8579 7.112 17.5879 7.073L13.4999 6.484C12.8569 6.392 12.2999 5.991 12.0109 5.413L10.1829 1.763C10.0649 1.525 9.84092 1.5 9.74992 1.5ZM4.94692 18.5C4.53392 18.5 4.12392 18.37 3.77292 18.114C3.16692 17.67 2.86992 16.937 2.99892 16.199L3.69492 12.189C3.72092 12.04 3.66992 11.889 3.55992 11.783L0.603916 8.943C0.0599161 8.422 -0.135084 7.652 0.0949161 6.937C0.326916 6.214 0.940916 5.697 1.69792 5.589L5.78592 5C5.94392 4.978 6.07992 4.881 6.14792 4.743L7.97492 1.091C8.31192 0.418 8.99192 0 9.74992 0C10.5079 0 11.1879 0.418 11.5249 1.091L13.3529 4.742C13.4219 4.881 13.5569 4.978 13.7139 5L17.8019 5.589C18.5589 5.697 19.1729 6.214 19.4049 6.937C19.6349 7.652 19.4389 8.422 18.8949 8.943L15.9389 11.783C15.8289 11.889 15.7789 12.04 15.8049 12.188L16.5019 16.199C16.6299 16.938 16.3329 17.671 15.7259 18.114C15.1109 18.565 14.3099 18.626 13.6309 18.272L9.97792 16.379C9.83492 16.305 9.66392 16.305 9.52092 16.379L5.86792 18.273C5.57592 18.425 5.26092 18.5 4.94692 18.5Z",fill:"currentColor"})}));Ls.displayName="StartOutline";const Ms=c.forwardRef((e,t)=>i.jsxs(G,{ref:t,...e,viewBox:"0 0 20 19",useFill:!0,children:[i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1.5 11.979V14.024C1.5 14.73 1.774 15.393 2.273 15.892C2.772 16.391 3.436 16.666 4.141 16.666H15.857C17.313 16.666 18.499 15.482 18.5 14.026V11.978C17.214 11.645 16.261 10.474 16.26 9.085C16.26 7.696 17.213 6.525 18.499 6.191L18.5 4.146C18.501 2.688 17.318 1.501 15.861 1.5H4.144C2.687 1.5 1.501 2.685 1.5 4.142V6.259C1.986 6.375 2.437 6.614 2.812 6.964C3.381 7.495 3.709 8.215 3.737 8.993C3.74 10.459 2.787 11.643 1.5 11.979ZM15.857 18.166H4.142C3.035 18.166 1.995 17.736 1.212 16.953C0.43 16.17 0 15.13 0 14.024V11.324C0 10.91 0.336 10.574 0.75 10.574C1.574 10.573 2.24 9.905 2.239 9.085C2.225 8.667 2.065 8.319 1.789 8.061C1.514 7.803 1.158 7.662 0.776 7.683C0.569 7.685 0.375 7.614 0.229 7.473C0.083 7.332 0 7.136 0 6.933V4.143C0.001 1.858 1.86 0 4.144 0H15.856C18.146 0.001 20.002 1.863 20 4.147V6.846C20 7.26 19.664 7.596 19.25 7.596C18.429 7.596 17.76 8.264 17.76 9.084C17.761 9.906 18.429 10.574 19.25 10.574C19.664 10.574 20 10.91 20 11.324V14.024C19.999 16.308 18.14 18.166 15.857 18.166Z"}),i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.10395 8.38103L8.61295 8.87703C8.88895 9.14803 9.01395 9.53403 8.94795 9.91103L8.82795 10.609L9.45695 10.278C9.79595 10.097 10.203 10.098 10.545 10.28L11.17 10.608L11.05 9.90903C10.987 9.52603 11.113 9.14303 11.386 8.87703L11.8949 8.38103L11.1899 8.27903C10.812 8.22403 10.484 7.98603 10.3149 7.64103L9.99995 7.00403L9.68495 7.64203C9.51595 7.98603 9.18795 8.22403 8.80795 8.27903L8.10395 8.38103ZM11.6179 12.387C11.432 12.387 11.246 12.342 11.074 12.251L9.99995 11.688L8.92495 12.252C8.52895 12.459 8.05795 12.426 7.69795 12.164C7.33695 11.901 7.15995 11.465 7.23495 11.025L7.43995 9.82903L6.57095 8.98203C6.25195 8.67103 6.13795 8.21403 6.27495 7.79003C6.41295 7.36503 6.77295 7.06003 7.21395 6.99603L8.41795 6.82003L8.95495 5.73103C9.15195 5.33103 9.55195 5.08203 9.99995 5.08203C10.446 5.08203 10.847 5.33103 11.044 5.73203L11.582 6.82003L12.784 6.99603C13.226 7.06003 13.5869 7.36503 13.7239 7.79003C13.8609 8.21403 13.748 8.67103 13.4279 8.98303L12.558 9.83003L12.7639 11.025C12.8389 11.466 12.661 11.903 12.299 12.165C12.095 12.312 11.8569 12.387 11.6179 12.387Z"})]}));Ms.displayName="TicketOutline";const Is=c.forwardRef((e,t)=>i.jsxs(G,{ref:t,...e,viewBox:"0 0 20 20",useFill:!0,children:[i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10 1.5C5.313 1.5 1.5 5.313 1.5 10C1.5 14.687 5.313 18.5 10 18.5C14.687 18.5 18.5 14.687 18.5 10C18.5 5.313 14.687 1.5 10 1.5ZM10 20C4.486 20 0 15.514 0 10C0 4.486 4.486 0 10 0C15.514 0 20 4.486 20 10C20 15.514 15.514 20 10 20Z",fill:"currentColor"}),i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.9482 11.0137C13.3952 11.0137 12.9432 10.5667 12.9432 10.0137C12.9432 9.46067 13.3862 9.01367 13.9382 9.01367H13.9482C14.5012 9.01367 14.9482 9.46067 14.9482 10.0137C14.9482 10.5667 14.5012 11.0137 13.9482 11.0137Z",fill:"currentColor"}),i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.93845 11.0137C9.38545 11.0137 8.93445 10.5667 8.93445 10.0137C8.93445 9.46067 9.37645 9.01367 9.92945 9.01367H9.93845C10.4914 9.01367 10.9384 9.46067 10.9384 10.0137C10.9384 10.5667 10.4914 11.0137 9.93845 11.0137Z",fill:"currentColor"}),i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.92968 11.0137C5.37668 11.0137 4.92468 10.5667 4.92468 10.0137C4.92468 9.46067 5.36768 9.01367 5.92068 9.01367H5.92968C6.48268 9.01367 6.92968 9.46067 6.92968 10.0137C6.92968 10.5667 6.48268 11.0137 5.92968 11.0137Z",fill:"currentColor"})]}));Is.displayName="MoreCircleOutline";const Ns=c.forwardRef((e,t)=>i.jsxs(G,{ref:t,...e,children:[i.jsx("path",{d:"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z"}),i.jsx("circle",{cx:"15.5",cy:"12",r:"1"}),i.jsx("circle",{cx:"11.5",cy:"12",r:"1"}),i.jsx("circle",{cx:"7.5",cy:"12",r:"1"})]}));Ns.displayName="MoreSquareOutline";const Ps=c.forwardRef((e,t)=>i.jsx(G,{ref:t,...e,viewBox:"0 0 19 19",useFill:!0,children:i.jsx("path",{d:"M12.2871 7.28027C11.9093 7.28115 11.596 7.00252 11.543 6.63965L11.5352 6.5293L11.5488 0.749023C11.5498 0.33481 11.8866 -0.000957489 12.3008 0C12.6771 0.00109291 12.9883 0.279963 13.041 0.641602L13.0488 0.751953L13.0371 5.77832L18.0635 5.76758C18.4777 5.76662 18.8145 6.10141 18.8154 6.51562C18.8163 6.89214 18.5392 7.20439 18.1777 7.25879L18.0674 7.26758L12.2871 7.28027ZM6.51465 18.8164C6.1383 18.8153 5.82712 18.5364 5.77441 18.1748L5.7666 18.0645L5.77832 13.0371L0.751953 13.0488C0.375542 13.0497 0.0633717 12.7734 0.00878906 12.4121L0 12.3008C-0.000797272 11.9243 0.276207 11.612 0.637695 11.5576L0.748047 11.5488L6.52832 11.5361C6.90611 11.5353 7.2194 11.8139 7.27246 12.1768L7.28027 12.2871L7.2666 18.0674C7.26564 18.4816 6.92886 18.8174 6.51465 18.8164Z"})}));Ps.displayName="ShrinkOutline";const As=c.forwardRef((e,t)=>i.jsx(G,{ref:t,...e,children:i.jsx("path",{d:"M21 9V3h-6M3 15v6h6M21 3l-7 7M10 14l-7 7"})}));As.displayName="ExpandOutline";const Fs=c.forwardRef((e,t)=>i.jsx(G,{ref:t,...e,viewBox:"0 0 20 20",useFill:!0,children:i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.773 9.59876C6.791 9.61476 6.808 9.62976 6.825 9.64776C7.904 10.7538 8.499 12.2188 8.499 13.7738V17.7578L10.735 16.5398C10.911 16.4438 11.02 16.2558 11.02 16.0488V13.7618C11.02 12.2128 11.609 10.7528 12.678 9.65276L17.515 4.50776C17.828 4.17476 18 3.73776 18 3.27676V2.34076C18 1.87676 17.634 1.49976 17.186 1.49976H2.315C1.866 1.49976 1.5 1.87676 1.5 2.34076V3.27676C1.5 3.73776 1.672 4.17476 1.985 4.50676L6.773 9.59876ZM8.146 19.5008C7.944 19.5008 7.744 19.4468 7.562 19.3388C7.21 19.1288 6.999 18.7578 6.999 18.3458V13.7738C6.999 12.6388 6.576 11.5698 5.805 10.7508C5.782 10.7318 5.759 10.7108 5.739 10.6888L0.893 5.53576C0.317 4.92376 0 4.12076 0 3.27676V2.34076C0 1.04976 1.039 -0.000244141 2.315 -0.000244141H17.186C18.461 -0.000244141 19.5 1.04976 19.5 2.34076V3.27676C19.5 4.11976 19.183 4.92176 18.609 5.53476L13.762 10.6888C12.959 11.5168 12.52 12.6058 12.52 13.7618V16.0488C12.52 16.8048 12.111 17.4968 11.453 17.8568L8.692 19.3608C8.52 19.4538 8.333 19.5008 8.146 19.5008Z",fill:"currentColor"})}));Fs.displayName="FunnelOutline";const jo=c.forwardRef((e,t)=>i.jsx(G,{ref:t,...e,children:i.jsx("path",{d:"M2 12H22",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}));jo.displayName="MinusOutline";const Ds=c.forwardRef((e,t)=>i.jsxs(G,{ref:t,useFill:!0,...e,children:[i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.25 12a.75.75 0 0 1 .75-.75h14a.75.75 0 0 1 0 1.5H5a.75.75 0 0 1-.75-.75Z"}),i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12.47 4.47a.75.75 0 0 1 1.06 0l7 7a.75.75 0 0 1 0 1.06l-7 7a.75.75 0 1 1-1.06-1.06L18.94 12l-6.47-6.47a.75.75 0 0 1 0-1.06Z"})]}));Ds.displayName="ArrowRightBold";const Os=c.forwardRef((e,t)=>i.jsx(G,{ref:t,...e,children:i.jsx("path",{d:"M5 12h7m5 0h2m-2 0l-7-7m7 7l-7 7"})}));Os.displayName="ArrowRightBroken";const ur={sm:{paddingX:12,paddingY:5,gap:8,minHeight:28,fontSize:12,lineHeight:18,checkmarkSize:10,checkmarkIcon:7},md:{paddingX:16,paddingY:7,gap:10,minHeight:32,fontSize:12,lineHeight:18,checkmarkSize:12,checkmarkIcon:8},lg:{paddingX:20,paddingY:9,gap:12,minHeight:38,fontSize:14,lineHeight:20,checkmarkSize:14,checkmarkIcon:9}},Bs=C.css`
|
|
459
|
+
`,ys=({checked:e})=>{const t=S.useTheme();return me("svg",{css:ko(t),"data-checked":e,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:me("path",{d:"M13.3332 4.5L5.99984 11.8333L2.6665 8.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})},$s=({checked:e})=>{const t=S.useTheme();return me("svg",{css:ko(t),"data-checked":e,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:me("path",{d:"M3.5 8H12.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"})})},De=c.forwardRef((e,t)=>{const{checked:r,defaultChecked:o=!1,indeterminate:n=!1,disabled:s=!1,label:a,onChange:l,className:d,style:u,...h}=e,p=S.useTheme(),f=c.useRef(null),[x,m]=c.useState(!1),[g,$]=c.useState(o),k=r!==void 0,v=k?r:g;return c.useEffect(()=>{t&&(typeof t=="function"?t(f.current):t.current=f.current)},[t]),c.useEffect(()=>{f.current&&(f.current.indeterminate=n)},[n]),Ut("label",{css:ms,"data-disabled":s,className:d,style:u,onMouseEnter:()=>!s&&m(!0),onMouseLeave:()=>!s&&m(!1),children:[me("input",{ref:f,type:"checkbox",checked:v,disabled:s,onChange:w=>{if(s)return;const y=w.target.checked;k||$(y),l==null||l(y,w)},...h}),me("span",{css:xs(p),"data-hover":x,"data-checked":v&&!n,"data-indeterminate":n,"data-disabled":s,children:n?me($s,{checked:!0}):me(ys,{checked:v})}),a&&me("span",{css:vs(p),"data-disabled":s,children:a})]})});De.displayName="Checkbox";const G=c.forwardRef(({children:e,size:t=24,color:r="currentColor",viewBox:o="0 0 24 24",useFill:n=!1,strokeWidth:s=1.5,...a},l)=>{const d={ref:l,xmlns:"http://www.w3.org/2000/svg",width:t,height:t,viewBox:o,...a};return n?i.jsx("svg",{...d,fill:r,children:e}):i.jsx("svg",{...d,fill:"none",stroke:r,strokeWidth:s,strokeLinecap:"round",strokeLinejoin:"round",children:e})});G.displayName="IconBase";const ws=c.forwardRef((e,t)=>i.jsx(G,{ref:t,...e,viewBox:"0 0 22 22",useFill:!0,children:i.jsx("path",{d:"M0.31074 10.9704C0.310783 10.5562 0.646483 10.2205 1.06066 10.2205L10.2213 10.2218L10.222 1.06742C10.2223 0.653481 10.5579 0.317504 10.9719 0.317505C11.3858 0.317611 11.7215 0.653547 11.7218 1.06742L11.7211 10.2218L20.8824 10.2225C21.2965 10.2227 21.6324 10.5583 21.6324 10.9724C21.6323 11.3865 21.2965 11.7222 20.8824 11.7224L11.7211 11.7217L11.7218 20.8706C11.7218 21.2847 11.386 21.6204 10.9719 21.6205C10.5577 21.6205 10.222 21.2847 10.222 20.8706L10.2213 11.7217L1.06066 11.7203C0.646473 11.7202 0.310739 11.3845 0.31074 10.9704Z",fill:"currentColor"})}));ws.displayName="AddOutline";const ks=c.forwardRef((e,t)=>i.jsx(G,{ref:t,...e,children:i.jsx("path",{d:"M5 12h14m0 0l-7-7m7 7l-7 7"})}));ks.displayName="ArrowRightOutline";const Ss=c.forwardRef((e,t)=>i.jsx(G,{ref:t,...e,children:i.jsx("path",{d:"M19 12H5m0 0l7-7m-7 7l7 7"})}));Ss.displayName="ArrowLeftOutline";const Cs=c.forwardRef((e,t)=>i.jsxs(G,{ref:t,...e,useFill:!0,children:[i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.80273 8.19824C3.38873 8.19824 3.05273 7.86224 3.05273 7.44824V5.30124C3.06573 2.36324 5.44173 0.000244141 8.35473 0.000244141H8.37473C10.6307 0.000244141 12.6447 1.43324 13.3837 3.56724C13.5197 3.95824 13.3117 4.38524 12.9197 4.52124C12.5287 4.65824 12.1017 4.44924 11.9657 4.05724C11.4367 2.52824 9.99173 1.50024 8.37173 1.50024H8.35773C6.26573 1.50024 4.56173 3.19424 4.55273 5.28424V7.44824C4.55273 7.86224 4.21673 8.19824 3.80273 8.19824Z"}),i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.542 8.12695C2.864 8.12695 1.5 9.49195 1.5 11.17V15.458C1.5 17.136 2.864 18.501 4.542 18.501H12.184C13.861 18.501 15.226 17.136 15.226 15.458V11.17C15.226 9.49195 13.861 8.12695 12.184 8.12695H4.542ZM12.184 20.001H4.542C2.037 20.001 0 17.963 0 15.458V11.17C0 8.66495 2.037 6.62695 4.542 6.62695H12.184C14.688 6.62695 16.726 8.66495 16.726 11.17V15.458C16.726 17.963 14.688 20.001 12.184 20.001Z"}),i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.36328 15.1748C7.94928 15.1748 7.61328 14.8388 7.61328 14.4248V12.2028C7.61328 11.7888 7.94928 11.4528 8.36328 11.4528C8.77728 11.4528 9.11328 11.7888 9.11328 12.2028V14.4248C9.11328 14.8388 8.77728 15.1748 8.36328 15.1748Z"})]}));Cs.displayName="UnlockOutline";const js=c.forwardRef((e,t)=>i.jsxs(G,{ref:t,...e,useFill:!0,children:[i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10 1.5C5.313 1.5 1.5 5.313 1.5 10C1.5 14.687 5.313 18.5 10 18.5C14.687 18.5 18.5 14.687 18.5 10C18.5 5.313 14.687 1.5 10 1.5ZM10 20C4.486 20 0 15.514 0 10C0 4.486 4.486 0 10 0C15.514 0 20 4.486 20 10C20 15.514 15.514 20 10 20Z"}),i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.55858 14.2207C8.36658 14.2207 8.17358 14.1477 8.02758 13.9997C7.73558 13.7057 7.73658 13.2317 8.02958 12.9397L10.9816 9.99968L8.02958 7.06068C7.73658 6.76868 7.73558 6.29368 8.02758 5.99968C8.31958 5.70468 8.79358 5.70668 9.08758 5.99768L12.5736 9.46868C12.7146 9.60968 12.7936 9.80068 12.7936 9.99968C12.7936 10.1997 12.7146 10.3907 12.5736 10.5317L9.08758 14.0017C8.94158 14.1477 8.74958 14.2207 8.55858 14.2207Z"})]}));js.displayName="ArrowRightCircleOutline";const Ee=c.forwardRef((e,t)=>i.jsx(G,{ref:t,...e,children:i.jsx("path",{d:"M9 6l6 6-6 6"})}));Ee.displayName="ChevronRightOutline";const Ge=c.forwardRef((e,t)=>i.jsx(G,{ref:t,...e,children:i.jsx("path",{d:"M15 6l-6 6 6 6"})}));Ge.displayName="ChevronLeftOutline";const nt=c.forwardRef((e,t)=>i.jsx(G,{ref:t,...e,children:i.jsx("path",{d:"M6 9l6 6 6-6"})}));nt.displayName="ChevronDownOutline";const ar=c.forwardRef((e,t)=>i.jsx(G,{ref:t,...e,children:i.jsx("path",{d:"M18 15l-6-6-6 6"})}));ar.displayName="ChevronUpOutline";const lr=c.forwardRef((e,t)=>i.jsx(G,{ref:t,...e,children:i.jsx("path",{d:"M12 5v14m-7-7h14",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}));lr.displayName="PlusOutline";const Es=c.forwardRef((e,t)=>i.jsxs(G,{ref:t,...e,children:[i.jsx("path",{d:"M11 2H9C4 2 2 4 2 9v6c0 5 2 7 7 7h6c5 0 7-2 7-7v-2",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),i.jsx("path",{d:"M16.04 3.02001L8.16 10.9C7.86 11.2 7.56 11.79 7.5 12.22L7.07 15.23C6.91 16.32 7.68 17.08 8.77 16.93L11.78 16.5C12.2 16.44 12.79 16.14 13.1 15.84L20.98 7.96001C22.34 6.60001 22.98 5.02001 20.98 3.02001C18.98 1.02001 17.4 1.66001 16.04 3.02001Z",stroke:"currentColor",strokeWidth:"1.5",strokeMiterlimit:"10",strokeLinecap:"round",strokeLinejoin:"round"}),i.jsx("path",{d:"M14.91 4.1499C15.58 6.5399 17.45 8.4099 19.85 9.0899",stroke:"currentColor",strokeWidth:"1.5",strokeMiterlimit:"10",strokeLinecap:"round",strokeLinejoin:"round"})]}));Es.displayName="EditSquareOutline";const zs=c.forwardRef((e,t)=>i.jsxs(G,{ref:t,...e,children:[i.jsx("path",{d:"M13.26 3.6L5.05 12.29C4.74 12.62 4.44 13.27 4.38 13.72L4.01 16.96C3.88 18.13 4.72 18.93 5.88 18.73L9.1 18.18C9.55 18.1 10.18 17.77 10.49 17.43L18.7 8.74C20.12 7.24 20.76 5.53 18.55 3.44C16.35 1.37 14.68 2.1 13.26 3.6Z",stroke:"currentColor",strokeWidth:"1.5",strokeMiterlimit:"10",strokeLinecap:"round",strokeLinejoin:"round"}),i.jsx("path",{d:"M11.89 5.05C12.32 7.81 14.56 9.92 17.34 10.2",stroke:"currentColor",strokeWidth:"1.5",strokeMiterlimit:"10",strokeLinecap:"round",strokeLinejoin:"round"}),i.jsx("path",{d:"M3 22H21",stroke:"currentColor",strokeWidth:"1.5",strokeMiterlimit:"10",strokeLinecap:"round",strokeLinejoin:"round"})]}));zs.displayName="EditOutline";const So=c.forwardRef((e,t)=>i.jsx(G,{ref:t,...e,children:i.jsx("path",{d:"M21 5.98C17.67 5.65 14.32 5.48 10.98 5.48C9 5.48 7.02 5.58 5.04 5.78L3 5.98M8.5 4.97L8.72 3.66C8.88 2.71 9 2 10.69 2H13.31C15 2 15.13 2.75 15.28 3.67L15.5 4.97M18.85 9.14L18.2 19.21C18.09 20.78 18 22 15.21 22H8.79C6 22 5.91 20.78 5.8 19.21L5.15 9.14M10.33 16.5H13.66M9.5 12.5H14.5"})}));So.displayName="DeleteOutline";const Ts=c.forwardRef((e,t)=>i.jsxs(G,{ref:t,...e,children:[i.jsx("path",{d:"M17 20.5H7C4 20.5 2 19 2 15.5V8.5C2 5 4 3.5 7 3.5H17C20 3.5 22 5 22 8.5V15.5C22 19 20 20.5 17 20.5Z",stroke:"currentColor",strokeWidth:"1.5",strokeMiterlimit:"10",strokeLinecap:"round",strokeLinejoin:"round",fill:"none"}),i.jsx("path",{d:"M17 9L13.87 11.5C12.84 12.32 11.15 12.32 10.12 11.5L7 9",stroke:"currentColor",strokeWidth:"1.5",strokeMiterlimit:"10",strokeLinecap:"round",strokeLinejoin:"round",fill:"none"})]}));Ts.displayName="MessageOutline";const Co=c.forwardRef((e,t)=>i.jsxs(G,{ref:t,...e,children:[i.jsx("circle",{cx:"11.7666",cy:"11.7666",r:"8.98856",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round",fill:"none"}),i.jsx("path",{d:"M18.0183 18.4851L21.5423 22",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round",fill:"none"})]}));Co.displayName="SearchOutline";const Rs=c.forwardRef((e,t)=>i.jsxs(G,{ref:t,...e,viewBox:"0 0 22 22",useFill:!0,children:[i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.5979 15.5596C7.1839 15.5596 6.8479 15.2236 6.8479 14.8096V11.0646C6.8479 10.6506 7.1839 10.3146 7.5979 10.3146C8.0119 10.3146 8.3479 10.6506 8.3479 11.0646V14.8096C8.3479 15.2236 8.0119 15.5596 7.5979 15.5596Z",fill:"currentColor"}),i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.50862 13.6865H5.68762C5.27362 13.6865 4.93762 13.3505 4.93762 12.9365C4.93762 12.5225 5.27362 12.1865 5.68762 12.1865H9.50862C9.92262 12.1865 10.2586 12.5225 10.2586 12.9365C10.2586 13.3505 9.92262 13.6865 9.50862 13.6865Z",fill:"currentColor"}),i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14.116 11.9287H14.009C13.595 11.9287 13.259 11.5927 13.259 11.1787C13.259 10.7647 13.595 10.4287 14.009 10.4287H14.116C14.53 10.4287 14.866 10.7647 14.866 11.1787C14.866 11.5927 14.53 11.9287 14.116 11.9287Z",fill:"currentColor"}),i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15.9295 15.5029H15.8225C15.4085 15.5029 15.0725 15.1669 15.0725 14.7529C15.0725 14.3389 15.4085 14.0029 15.8225 14.0029H15.9295C16.3435 14.0029 16.6795 14.3389 16.6795 14.7529C16.6795 15.1669 16.3435 15.5029 15.9295 15.5029Z",fill:"currentColor"}),i.jsx("mask",{id:"mask0_6909_3794",style:{maskType:"luminance"},maskUnits:"userSpaceOnUse",x:"6",y:"0",width:"7",height:"6",children:i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.07166 0H12.1117V5.5879H6.07166V0Z",fill:"white"})}),i.jsx("g",{mask:"url(#mask0_6909_3794)",children:i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.3617 5.58788C10.9477 5.58788 10.6117 5.25188 10.6117 4.83788V4.16288C10.6087 3.43888 9.99466 2.84388 9.24366 2.84088H8.18966C7.02266 2.84088 6.07166 1.90288 6.07166 0.749878C6.07166 0.335878 6.40766 -0.00012207 6.82166 -0.00012207C7.23666 -0.00012207 7.57166 0.335878 7.57166 0.749878C7.57166 1.07588 7.84866 1.34088 8.18966 1.34088H9.24666C10.8197 1.34588 12.1047 2.60988 12.1117 4.15888V4.83788C12.1117 5.25188 11.7757 5.58788 11.3617 5.58788Z",fill:"currentColor"})}),i.jsx("mask",{id:"mask1_6909_3794",style:{maskType:"luminance"},maskUnits:"userSpaceOnUse",x:"0",y:"4",width:"22",height:"18",children:i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0 4.37329H21.4998V21.5H0V4.37329Z",fill:"white"})}),i.jsx("g",{mask:"url(#mask1_6909_3794)",children:i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.701 5.87304C9.225 5.87304 7.767 5.88604 6.335 5.91004C3.528 5.91004 1.5 7.88804 1.5 10.612V15.262C1.5 17.985 3.528 19.963 6.323 19.963C9.27 20.012 12.241 20.012 15.165 19.963H15.178C17.972 19.963 20 17.985 20 15.262V10.612C20 7.88804 17.972 5.91004 15.178 5.91004C13.674 5.88604 12.179 5.87304 10.701 5.87304ZM10.754 21.5C9.271 21.5 7.786 21.487 6.31 21.463C2.659 21.463 0 18.854 0 15.262V10.612C0 7.01904 2.659 4.41004 6.323 4.41004C9.192 4.36104 12.18 4.36104 15.19 4.41004C18.841 4.41004 21.5 7.01904 21.5 10.612V15.262C21.5 18.852 18.845 21.46 15.184 21.463C13.716 21.487 12.236 21.5 10.754 21.5Z",fill:"currentColor"})})]}));Rs.displayName="GameOutline";const cr=c.forwardRef((e,t)=>i.jsx(G,{ref:t,...e,viewBox:"0 0 12 12",useFill:!0,children:i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.41575 3.81219C9.53779 3.93423 9.53779 4.1321 9.41575 4.25414L4.90757 8.76231L2.58467 6.4468C2.46243 6.32496 2.46212 6.12709 2.58396 6.00486L2.93695 5.65074C3.05879 5.52851 3.25666 5.52819 3.37889 5.65004L3.46421 5.73508L4.90631 7.17259L8.62025 3.45864C8.74229 3.3366 8.94015 3.3366 9.06219 3.45864L9.41575 3.81219Z",fill:"currentColor"})}));cr.displayName="CheckOutline";const dr=c.forwardRef((e,t)=>i.jsx(G,{ref:t,...e,children:i.jsx("path",{d:"M18 6L6 18M6 6l12 12"})}));dr.displayName="CloseOutline";const Ls=c.forwardRef((e,t)=>i.jsx(G,{ref:t,...e,viewBox:"0 0 20 19",useFill:!0,children:i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.74992 1.5C9.65892 1.5 9.43492 1.525 9.31592 1.763L7.48992 5.414C7.20092 5.991 6.64392 6.392 5.99992 6.484L1.91192 7.073C1.64192 7.112 1.54992 7.312 1.52192 7.396C1.49692 7.477 1.45692 7.683 1.64292 7.861L4.59892 10.701C5.06992 11.154 5.28392 11.807 5.17192 12.446L4.47592 16.456C4.43292 16.707 4.58992 16.853 4.65992 16.903C4.73392 16.959 4.93192 17.07 5.17692 16.942L8.83192 15.047C9.40792 14.75 10.0939 14.75 10.6679 15.047L14.3219 16.941C14.5679 17.068 14.7659 16.957 14.8409 16.903C14.9109 16.853 15.0679 16.707 15.0249 16.456L14.3269 12.446C14.2149 11.807 14.4289 11.154 14.8999 10.701L17.8559 7.861C18.0429 7.683 18.0029 7.476 17.9769 7.396C17.9499 7.312 17.8579 7.112 17.5879 7.073L13.4999 6.484C12.8569 6.392 12.2999 5.991 12.0109 5.413L10.1829 1.763C10.0649 1.525 9.84092 1.5 9.74992 1.5ZM4.94692 18.5C4.53392 18.5 4.12392 18.37 3.77292 18.114C3.16692 17.67 2.86992 16.937 2.99892 16.199L3.69492 12.189C3.72092 12.04 3.66992 11.889 3.55992 11.783L0.603916 8.943C0.0599161 8.422 -0.135084 7.652 0.0949161 6.937C0.326916 6.214 0.940916 5.697 1.69792 5.589L5.78592 5C5.94392 4.978 6.07992 4.881 6.14792 4.743L7.97492 1.091C8.31192 0.418 8.99192 0 9.74992 0C10.5079 0 11.1879 0.418 11.5249 1.091L13.3529 4.742C13.4219 4.881 13.5569 4.978 13.7139 5L17.8019 5.589C18.5589 5.697 19.1729 6.214 19.4049 6.937C19.6349 7.652 19.4389 8.422 18.8949 8.943L15.9389 11.783C15.8289 11.889 15.7789 12.04 15.8049 12.188L16.5019 16.199C16.6299 16.938 16.3329 17.671 15.7259 18.114C15.1109 18.565 14.3099 18.626 13.6309 18.272L9.97792 16.379C9.83492 16.305 9.66392 16.305 9.52092 16.379L5.86792 18.273C5.57592 18.425 5.26092 18.5 4.94692 18.5Z",fill:"currentColor"})}));Ls.displayName="StartOutline";const Ms=c.forwardRef((e,t)=>i.jsxs(G,{ref:t,...e,viewBox:"0 0 20 19",useFill:!0,children:[i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1.5 11.979V14.024C1.5 14.73 1.774 15.393 2.273 15.892C2.772 16.391 3.436 16.666 4.141 16.666H15.857C17.313 16.666 18.499 15.482 18.5 14.026V11.978C17.214 11.645 16.261 10.474 16.26 9.085C16.26 7.696 17.213 6.525 18.499 6.191L18.5 4.146C18.501 2.688 17.318 1.501 15.861 1.5H4.144C2.687 1.5 1.501 2.685 1.5 4.142V6.259C1.986 6.375 2.437 6.614 2.812 6.964C3.381 7.495 3.709 8.215 3.737 8.993C3.74 10.459 2.787 11.643 1.5 11.979ZM15.857 18.166H4.142C3.035 18.166 1.995 17.736 1.212 16.953C0.43 16.17 0 15.13 0 14.024V11.324C0 10.91 0.336 10.574 0.75 10.574C1.574 10.573 2.24 9.905 2.239 9.085C2.225 8.667 2.065 8.319 1.789 8.061C1.514 7.803 1.158 7.662 0.776 7.683C0.569 7.685 0.375 7.614 0.229 7.473C0.083 7.332 0 7.136 0 6.933V4.143C0.001 1.858 1.86 0 4.144 0H15.856C18.146 0.001 20.002 1.863 20 4.147V6.846C20 7.26 19.664 7.596 19.25 7.596C18.429 7.596 17.76 8.264 17.76 9.084C17.761 9.906 18.429 10.574 19.25 10.574C19.664 10.574 20 10.91 20 11.324V14.024C19.999 16.308 18.14 18.166 15.857 18.166Z"}),i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.10395 8.38103L8.61295 8.87703C8.88895 9.14803 9.01395 9.53403 8.94795 9.91103L8.82795 10.609L9.45695 10.278C9.79595 10.097 10.203 10.098 10.545 10.28L11.17 10.608L11.05 9.90903C10.987 9.52603 11.113 9.14303 11.386 8.87703L11.8949 8.38103L11.1899 8.27903C10.812 8.22403 10.484 7.98603 10.3149 7.64103L9.99995 7.00403L9.68495 7.64203C9.51595 7.98603 9.18795 8.22403 8.80795 8.27903L8.10395 8.38103ZM11.6179 12.387C11.432 12.387 11.246 12.342 11.074 12.251L9.99995 11.688L8.92495 12.252C8.52895 12.459 8.05795 12.426 7.69795 12.164C7.33695 11.901 7.15995 11.465 7.23495 11.025L7.43995 9.82903L6.57095 8.98203C6.25195 8.67103 6.13795 8.21403 6.27495 7.79003C6.41295 7.36503 6.77295 7.06003 7.21395 6.99603L8.41795 6.82003L8.95495 5.73103C9.15195 5.33103 9.55195 5.08203 9.99995 5.08203C10.446 5.08203 10.847 5.33103 11.044 5.73203L11.582 6.82003L12.784 6.99603C13.226 7.06003 13.5869 7.36503 13.7239 7.79003C13.8609 8.21403 13.748 8.67103 13.4279 8.98303L12.558 9.83003L12.7639 11.025C12.8389 11.466 12.661 11.903 12.299 12.165C12.095 12.312 11.8569 12.387 11.6179 12.387Z"})]}));Ms.displayName="TicketOutline";const Is=c.forwardRef((e,t)=>i.jsxs(G,{ref:t,...e,viewBox:"0 0 20 20",useFill:!0,children:[i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10 1.5C5.313 1.5 1.5 5.313 1.5 10C1.5 14.687 5.313 18.5 10 18.5C14.687 18.5 18.5 14.687 18.5 10C18.5 5.313 14.687 1.5 10 1.5ZM10 20C4.486 20 0 15.514 0 10C0 4.486 4.486 0 10 0C15.514 0 20 4.486 20 10C20 15.514 15.514 20 10 20Z",fill:"currentColor"}),i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.9482 11.0137C13.3952 11.0137 12.9432 10.5667 12.9432 10.0137C12.9432 9.46067 13.3862 9.01367 13.9382 9.01367H13.9482C14.5012 9.01367 14.9482 9.46067 14.9482 10.0137C14.9482 10.5667 14.5012 11.0137 13.9482 11.0137Z",fill:"currentColor"}),i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.93845 11.0137C9.38545 11.0137 8.93445 10.5667 8.93445 10.0137C8.93445 9.46067 9.37645 9.01367 9.92945 9.01367H9.93845C10.4914 9.01367 10.9384 9.46067 10.9384 10.0137C10.9384 10.5667 10.4914 11.0137 9.93845 11.0137Z",fill:"currentColor"}),i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.92968 11.0137C5.37668 11.0137 4.92468 10.5667 4.92468 10.0137C4.92468 9.46067 5.36768 9.01367 5.92068 9.01367H5.92968C6.48268 9.01367 6.92968 9.46067 6.92968 10.0137C6.92968 10.5667 6.48268 11.0137 5.92968 11.0137Z",fill:"currentColor"})]}));Is.displayName="MoreCircleOutline";const Ns=c.forwardRef((e,t)=>i.jsxs(G,{ref:t,...e,children:[i.jsx("path",{d:"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z"}),i.jsx("circle",{cx:"15.5",cy:"12",r:"1"}),i.jsx("circle",{cx:"11.5",cy:"12",r:"1"}),i.jsx("circle",{cx:"7.5",cy:"12",r:"1"})]}));Ns.displayName="MoreSquareOutline";const Ps=c.forwardRef((e,t)=>i.jsx(G,{ref:t,...e,viewBox:"0 0 19 19",useFill:!0,children:i.jsx("path",{d:"M12.2871 7.28027C11.9093 7.28115 11.596 7.00252 11.543 6.63965L11.5352 6.5293L11.5488 0.749023C11.5498 0.33481 11.8866 -0.000957489 12.3008 0C12.6771 0.00109291 12.9883 0.279963 13.041 0.641602L13.0488 0.751953L13.0371 5.77832L18.0635 5.76758C18.4777 5.76662 18.8145 6.10141 18.8154 6.51562C18.8163 6.89214 18.5392 7.20439 18.1777 7.25879L18.0674 7.26758L12.2871 7.28027ZM6.51465 18.8164C6.1383 18.8153 5.82712 18.5364 5.77441 18.1748L5.7666 18.0645L5.77832 13.0371L0.751953 13.0488C0.375542 13.0497 0.0633717 12.7734 0.00878906 12.4121L0 12.3008C-0.000797272 11.9243 0.276207 11.612 0.637695 11.5576L0.748047 11.5488L6.52832 11.5361C6.90611 11.5353 7.2194 11.8139 7.27246 12.1768L7.28027 12.2871L7.2666 18.0674C7.26564 18.4816 6.92886 18.8174 6.51465 18.8164Z"})}));Ps.displayName="ShrinkOutline";const As=c.forwardRef((e,t)=>i.jsx(G,{ref:t,...e,children:i.jsx("path",{d:"M21 9V3h-6M3 15v6h6M21 3l-7 7M10 14l-7 7"})}));As.displayName="ExpandOutline";const Fs=c.forwardRef((e,t)=>i.jsx(G,{ref:t,...e,viewBox:"0 0 20 20",useFill:!0,children:i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.773 9.59876C6.791 9.61476 6.808 9.62976 6.825 9.64776C7.904 10.7538 8.499 12.2188 8.499 13.7738V17.7578L10.735 16.5398C10.911 16.4438 11.02 16.2558 11.02 16.0488V13.7618C11.02 12.2128 11.609 10.7528 12.678 9.65276L17.515 4.50776C17.828 4.17476 18 3.73776 18 3.27676V2.34076C18 1.87676 17.634 1.49976 17.186 1.49976H2.315C1.866 1.49976 1.5 1.87676 1.5 2.34076V3.27676C1.5 3.73776 1.672 4.17476 1.985 4.50676L6.773 9.59876ZM8.146 19.5008C7.944 19.5008 7.744 19.4468 7.562 19.3388C7.21 19.1288 6.999 18.7578 6.999 18.3458V13.7738C6.999 12.6388 6.576 11.5698 5.805 10.7508C5.782 10.7318 5.759 10.7108 5.739 10.6888L0.893 5.53576C0.317 4.92376 0 4.12076 0 3.27676V2.34076C0 1.04976 1.039 -0.000244141 2.315 -0.000244141H17.186C18.461 -0.000244141 19.5 1.04976 19.5 2.34076V3.27676C19.5 4.11976 19.183 4.92176 18.609 5.53476L13.762 10.6888C12.959 11.5168 12.52 12.6058 12.52 13.7618V16.0488C12.52 16.8048 12.111 17.4968 11.453 17.8568L8.692 19.3608C8.52 19.4538 8.333 19.5008 8.146 19.5008Z",fill:"currentColor"})}));Fs.displayName="FunnelOutline";const jo=c.forwardRef((e,t)=>i.jsx(G,{ref:t,...e,children:i.jsx("path",{d:"M2 12H22",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}));jo.displayName="MinusOutline";const Ds=c.forwardRef((e,t)=>i.jsxs(G,{ref:t,useFill:!0,...e,children:[i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.25 12a.75.75 0 0 1 .75-.75h14a.75.75 0 0 1 0 1.5H5a.75.75 0 0 1-.75-.75Z"}),i.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12.47 4.47a.75.75 0 0 1 1.06 0l7 7a.75.75 0 0 1 0 1.06l-7 7a.75.75 0 1 1-1.06-1.06L18.94 12l-6.47-6.47a.75.75 0 0 1 0-1.06Z"})]}));Ds.displayName="ArrowRightBold";const Os=c.forwardRef((e,t)=>i.jsx(G,{ref:t,...e,children:i.jsx("path",{d:"M5 12h7m5 0h2m-2 0l-7-7m7 7l-7 7"})}));Os.displayName="ArrowRightBroken";const ur={sm:{paddingX:12,paddingY:5,gap:8,minHeight:28,fontSize:12,lineHeight:18,checkmarkSize:10,checkmarkIcon:7},md:{paddingX:16,paddingY:7,gap:10,minHeight:32,fontSize:12,lineHeight:18,checkmarkSize:12,checkmarkIcon:8},lg:{paddingX:20,paddingY:9,gap:12,minHeight:38,fontSize:14,lineHeight:20,checkmarkSize:14,checkmarkIcon:9}},Bs=S.css`
|
|
410
460
|
display: inline-flex;
|
|
411
461
|
cursor: pointer;
|
|
412
462
|
user-select: none;
|
|
@@ -433,7 +483,7 @@
|
|
|
433
483
|
&[data-disabled="true"] {
|
|
434
484
|
cursor: not-allowed;
|
|
435
485
|
}
|
|
436
|
-
`,Ks=(e,t="md")=>{const r=ur[t];return
|
|
486
|
+
`,Ks=(e,t="md")=>{const r=ur[t];return S.css`
|
|
437
487
|
position: relative;
|
|
438
488
|
display: inline-flex;
|
|
439
489
|
align-items: center;
|
|
@@ -498,7 +548,7 @@
|
|
|
498
548
|
outline: 2px solid ${e.global.colors.blue[500]};
|
|
499
549
|
outline-offset: 2px;
|
|
500
550
|
}
|
|
501
|
-
`},Vs=(e,t="md")=>{const{checkmarkSize:r,checkmarkIcon:o}=ur[t];return
|
|
551
|
+
`},Vs=(e,t="md")=>{const{checkmarkSize:r,checkmarkIcon:o}=ur[t];return S.css`
|
|
502
552
|
position: absolute;
|
|
503
553
|
bottom: 0;
|
|
504
554
|
right: 0;
|
|
@@ -548,7 +598,7 @@
|
|
|
548
598
|
&[data-disabled="true"] svg {
|
|
549
599
|
color: ${e.global.colors.neutral[100]}; /* #f0f2f4 */
|
|
550
600
|
}
|
|
551
|
-
`},Eo=c.forwardRef((e,t)=>{const{checked:r,defaultChecked:o=!1,disabled:n=!1,label:s,size:a="md",onChange:l,className:
|
|
601
|
+
`},Eo=c.forwardRef((e,t)=>{const{checked:r,defaultChecked:o=!1,disabled:n=!1,label:s,size:a="md",onChange:l,className:d,style:u,...h}=e,p=S.useTheme(),f=c.useRef(null),[x,m]=c.useState(!1),[g,$]=c.useState(o),k=r!==void 0,v=k?r:g;c.useEffect(()=>{t&&(typeof t=="function"?t(f.current):t.current=f.current)},[t]);const j=y=>{if(n)return;const R=y.target.checked;k||$(R),l==null||l(R,y)},w=ur[a];return Ut("label",{css:Bs,"data-disabled":n,className:d,style:u,onMouseEnter:()=>!n&&m(!0),onMouseLeave:()=>!n&&m(!1),children:[me("input",{ref:f,type:"checkbox",checked:v,disabled:n,onChange:j,...h}),Ut("span",{css:Ks(p,a),"data-hover":x,"data-checked":v,"data-disabled":n,"data-size":a,children:[s,v&&me("span",{css:Vs(p,a),"data-disabled":n,"data-size":a,children:me(cr,{size:w.checkmarkIcon})})]})]})});Eo.displayName="CheckboxButton";const _s=S.keyframes`
|
|
552
602
|
from {
|
|
553
603
|
opacity: 0;
|
|
554
604
|
transform: translateY(-8px);
|
|
@@ -557,7 +607,7 @@
|
|
|
557
607
|
opacity: 1;
|
|
558
608
|
transform: translateY(0);
|
|
559
609
|
}
|
|
560
|
-
`,Hs=
|
|
610
|
+
`,Hs=S.keyframes`
|
|
561
611
|
from {
|
|
562
612
|
opacity: 1;
|
|
563
613
|
transform: translateY(0);
|
|
@@ -566,14 +616,14 @@
|
|
|
566
616
|
opacity: 0;
|
|
567
617
|
transform: translateY(-8px);
|
|
568
618
|
}
|
|
569
|
-
`;
|
|
619
|
+
`;S.keyframes`
|
|
570
620
|
from {
|
|
571
621
|
transform: rotate(-90deg);
|
|
572
622
|
}
|
|
573
623
|
to {
|
|
574
624
|
transform: rotate(0deg);
|
|
575
625
|
}
|
|
576
|
-
`;
|
|
626
|
+
`;S.keyframes`
|
|
577
627
|
from {
|
|
578
628
|
transform: rotate(0deg);
|
|
579
629
|
}
|
|
@@ -598,7 +648,7 @@
|
|
|
598
648
|
transition: background ${({theme:e})=>e.components.collapse.transition};
|
|
599
649
|
|
|
600
650
|
/* Hover 状态 */
|
|
601
|
-
${({isDisabled:e,theme:t})=>!e&&
|
|
651
|
+
${({isDisabled:e,theme:t})=>!e&&S.css`
|
|
602
652
|
&:hover {
|
|
603
653
|
background: ${t.components.collapse.background.hover};
|
|
604
654
|
}
|
|
@@ -611,7 +661,7 @@
|
|
|
611
661
|
}
|
|
612
662
|
|
|
613
663
|
/* 禁用状态 */
|
|
614
|
-
${({isDisabled:e})=>e&&
|
|
664
|
+
${({isDisabled:e})=>e&&S.css`
|
|
615
665
|
opacity: 0.5;
|
|
616
666
|
`}
|
|
617
667
|
`,Zs=b.div`
|
|
@@ -656,9 +706,9 @@
|
|
|
656
706
|
padding: ${({theme:e})=>e.components.collapse.padding.content};
|
|
657
707
|
border-top: 1px solid ${({theme:e})=>e.components.collapse.divider};
|
|
658
708
|
|
|
659
|
-
${({isExpanded:e})=>e?
|
|
709
|
+
${({isExpanded:e})=>e?S.css`
|
|
660
710
|
animation: ${_s} 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
|
|
661
|
-
`:
|
|
711
|
+
`:S.css`
|
|
662
712
|
animation: ${Hs} 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
|
|
663
713
|
`}
|
|
664
714
|
`,ea=b.div`
|
|
@@ -674,7 +724,7 @@
|
|
|
674
724
|
margin-bottom: 0;
|
|
675
725
|
}
|
|
676
726
|
}
|
|
677
|
-
`,zo=c.forwardRef(({activeKey:e,defaultActiveKey:t=[],accordion:r=!1,onChange:o,children:n,className:s},a)=>{const[l,
|
|
727
|
+
`,zo=c.forwardRef(({activeKey:e,defaultActiveKey:t=[],accordion:r=!1,onChange:o,children:n,className:s},a)=>{const[l,d]=c.useState(t),u=e!==void 0,h=u?e:l,p=Array.isArray(h)?h:[h],f=(m,g)=>{let $;if(r)$=g?m:"";else{const k=Array.isArray(h)?[...h]:h?[h]:[];g?$=[...k,m]:$=k.filter(v=>v!==m)}u||d($),o==null||o($)},x=()=>{const m=c.Children.toArray(n).filter(c.isValidElement),g=m.length;return m.map(($,k)=>{const v=$.props.itemKey,j=p.includes(v),w=k===g-1;return c.cloneElement($,{...$.props,expanded:j,last:w,onChange:f})})};return i.jsx(Ws,{ref:a,className:s,role:"region",children:x()})});zo.displayName="Collapse";const To=c.forwardRef(({itemKey:e,title:t,children:r,suffix:o,expanded:n=!1,disabled:s=!1,last:a=!1,onChange:l,className:d},u)=>{const h=c.useRef(null),[p,f]=c.useState(0);c.useEffect(()=>{h.current&&f(h.current.scrollHeight)},[r,n]);const x=()=>{s||l==null||l(e,!n)},m=g=>{s||(g.key===" "||g.key==="Enter")&&(g.preventDefault(),x())};return i.jsxs(Us,{ref:u,isLast:a,className:d,children:[i.jsxs(Ys,{isExpanded:n,isDisabled:s,onClick:x,onKeyDown:m,role:"button",tabIndex:s?-1:0,"aria-expanded":n,"aria-disabled":s,"aria-controls":`collapse-content-${e}`,children:[i.jsx(Zs,{isExpanded:n,"aria-hidden":"true",children:i.jsx(nt,{})}),i.jsx(Xs,{children:typeof t=="string"?i.jsx(Gs,{children:t}):t}),o&&i.jsx(qs,{children:o})]}),i.jsx(Js,{isExpanded:n,contentHeight:p,id:`collapse-content-${e}`,role:"region","aria-labelledby":`collapse-header-${e}`,children:i.jsx(Qs,{ref:h,isExpanded:n,children:typeof r=="string"?i.jsx(ea,{children:r}):r})})]})});To.displayName="CollapseItem";const ta=["default","primary"],ra=["circle","square"],oa=(e,t)=>{const r=t.components.floatButton[e];return S.css`
|
|
678
728
|
background-color: ${r.background.default};
|
|
679
729
|
color: ${r.text.default};
|
|
680
730
|
border: 1px solid ${r.border.default};
|
|
@@ -690,11 +740,11 @@
|
|
|
690
740
|
background-color: ${r.background.active};
|
|
691
741
|
transform: scale(0.95);
|
|
692
742
|
}
|
|
693
|
-
`},na=(e,t,r)=>{const o=r.components.floatButton.size[t];return e==="circle"?
|
|
743
|
+
`},na=(e,t,r)=>{const o=r.components.floatButton.size[t];return e==="circle"?S.css`
|
|
694
744
|
width: ${o.size};
|
|
695
745
|
height: ${o.size};
|
|
696
746
|
border-radius: 50%;
|
|
697
|
-
`:
|
|
747
|
+
`:S.css`
|
|
698
748
|
width: ${o.size};
|
|
699
749
|
height: ${o.size};
|
|
700
750
|
border-radius: ${r.global.radii.r2};
|
|
@@ -758,22 +808,22 @@
|
|
|
758
808
|
`,ca=b.div`
|
|
759
809
|
position: relative;
|
|
760
810
|
display: inline-flex;
|
|
761
|
-
`,da=e=>{switch(e){case"top":return
|
|
811
|
+
`,da=e=>{switch(e){case"top":return S.css`
|
|
762
812
|
bottom: 100%;
|
|
763
813
|
left: 50%;
|
|
764
814
|
transform: translateX(-50%);
|
|
765
815
|
margin-bottom: 8px;
|
|
766
|
-
`;case"bottom":return
|
|
816
|
+
`;case"bottom":return S.css`
|
|
767
817
|
top: 100%;
|
|
768
818
|
left: 50%;
|
|
769
819
|
transform: translateX(-50%);
|
|
770
820
|
margin-top: 8px;
|
|
771
|
-
`;case"left":return
|
|
821
|
+
`;case"left":return S.css`
|
|
772
822
|
right: 100%;
|
|
773
823
|
top: 50%;
|
|
774
824
|
transform: translateY(-50%);
|
|
775
825
|
margin-right: 8px;
|
|
776
|
-
`;case"right":return
|
|
826
|
+
`;case"right":return S.css`
|
|
777
827
|
left: 100%;
|
|
778
828
|
top: 50%;
|
|
779
829
|
transform: translateY(-50%);
|
|
@@ -803,28 +853,28 @@
|
|
|
803
853
|
opacity: 1;
|
|
804
854
|
}
|
|
805
855
|
}
|
|
806
|
-
`,fa=e=>{switch(e){case"top":return
|
|
856
|
+
`,fa=e=>{switch(e){case"top":return S.css`
|
|
807
857
|
bottom: -${5}px;
|
|
808
858
|
left: 50%;
|
|
809
859
|
transform: translateX(-50%);
|
|
810
860
|
border-left: ${5}px solid transparent;
|
|
811
861
|
border-right: ${5}px solid transparent;
|
|
812
862
|
border-top: ${5}px solid currentColor;
|
|
813
|
-
`;case"bottom":return
|
|
863
|
+
`;case"bottom":return S.css`
|
|
814
864
|
top: -${5}px;
|
|
815
865
|
left: 50%;
|
|
816
866
|
transform: translateX(-50%);
|
|
817
867
|
border-left: ${5}px solid transparent;
|
|
818
868
|
border-right: ${5}px solid transparent;
|
|
819
869
|
border-bottom: ${5}px solid currentColor;
|
|
820
|
-
`;case"left":return
|
|
870
|
+
`;case"left":return S.css`
|
|
821
871
|
right: -${5}px;
|
|
822
872
|
top: 50%;
|
|
823
873
|
transform: translateY(-50%);
|
|
824
874
|
border-top: ${5}px solid transparent;
|
|
825
875
|
border-bottom: ${5}px solid transparent;
|
|
826
876
|
border-left: ${5}px solid currentColor;
|
|
827
|
-
`;case"right":return
|
|
877
|
+
`;case"right":return S.css`
|
|
828
878
|
left: -${5}px;
|
|
829
879
|
top: 50%;
|
|
830
880
|
transform: translateY(-50%);
|
|
@@ -838,7 +888,7 @@
|
|
|
838
888
|
color: ${({$color:e})=>e||"rgba(0, 0, 0, 0.85)"};
|
|
839
889
|
|
|
840
890
|
${({$placement:e})=>fa(e)}
|
|
841
|
-
`,ha=ta,ba=ra,Ro=c.forwardRef(({buttonType:e="default",shape:t="circle",size:r="md",icon:o,description:n,tooltip:s,disabled:a,isDisabled:l,className:
|
|
891
|
+
`,ha=ta,ba=ra,Ro=c.forwardRef(({buttonType:e="default",shape:t="circle",size:r="md",icon:o,description:n,tooltip:s,disabled:a,isDisabled:l,className:d,style:u,...h},p)=>{const f=c.useRef(null),x=p||f,[m,g]=c.useState(!1),$=a??l,{buttonProps:k,isPressed:v}=X.useButton({...h,isDisabled:$,elementType:"button"},f),j=typeof s=="object"&&s!==null&&"title"in s,w=j?s:null,y=(w==null?void 0:w.title)??(j?null:s),R=w==null?void 0:w.color,z=(w==null?void 0:w.placement)??"top",A=!!y;return i.jsxs(ca,{onMouseEnter:()=>A&&g(!0),onMouseLeave:()=>A&&g(!1),children:[A&&m&&i.jsxs(ua,{$placement:z,$color:R,children:[y,i.jsx(pa,{$placement:z,$color:R})]}),i.jsx(ia,{...Re(k,{ref:x,className:d,style:u}),$buttonType:e,$shape:t,$size:r,$isPressed:v,children:i.jsxs(sa,{children:[o&&i.jsx(aa,{children:o}),n&&i.jsx(la,{children:n})]})})]})});Ro.displayName="FloatButton";const ga=(e,t,r,o,n)=>r?n.components.input.border.disabled:t?n.components.input.border.error:e?n.components.input.border.focus:o?n.components.input.border.hover:n.components.input.border.default,ma=(e,t)=>{const r=t.components.input.size[e];return S.css`
|
|
842
892
|
height: ${r.height};
|
|
843
893
|
font-size: ${r.fontSize};
|
|
844
894
|
padding-inline: ${r.paddingInline};
|
|
@@ -874,22 +924,22 @@
|
|
|
874
924
|
${({size:e,theme:t})=>ma(e,t)}
|
|
875
925
|
|
|
876
926
|
/* 禁用状态 */
|
|
877
|
-
${({isDisabled:e})=>e&&
|
|
927
|
+
${({isDisabled:e})=>e&&S.css`
|
|
878
928
|
cursor: not-allowed;
|
|
879
929
|
opacity: 0.6;
|
|
880
930
|
`}
|
|
881
931
|
|
|
882
932
|
/* 全宽模式 */
|
|
883
|
-
${({fullWidth:e})=>e&&
|
|
933
|
+
${({fullWidth:e})=>e&&S.css`
|
|
884
934
|
width: 100%;
|
|
885
935
|
`}
|
|
886
|
-
`,
|
|
936
|
+
`,va=b.div`
|
|
887
937
|
display: flex;
|
|
888
938
|
align-items: center;
|
|
889
939
|
gap: ${({theme:e})=>e.components.input.gap};
|
|
890
940
|
width: 100%;
|
|
891
941
|
height: 100%;
|
|
892
|
-
`,
|
|
942
|
+
`,ya=b.input`
|
|
893
943
|
/* 重置默认样式 */
|
|
894
944
|
flex: 1;
|
|
895
945
|
min-width: 0;
|
|
@@ -912,7 +962,7 @@
|
|
|
912
962
|
}
|
|
913
963
|
|
|
914
964
|
/* 禁用状态 */
|
|
915
|
-
${({isDisabled:e})=>e&&
|
|
965
|
+
${({isDisabled:e})=>e&&S.css`
|
|
916
966
|
cursor: not-allowed;
|
|
917
967
|
user-select: none;
|
|
918
968
|
`}
|
|
@@ -1003,7 +1053,7 @@
|
|
|
1003
1053
|
|
|
1004
1054
|
/* 颜色 */
|
|
1005
1055
|
color: ${({isError:e,isDisabled:t,theme:r})=>t?r.components.input.text.disabled:e?r.components.input.text.error:r.components.input.text.counter};
|
|
1006
|
-
`,ka=()=>i.jsx("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:i.jsx("path",{d:"M12 4L4 12M4 4L12 12",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}),fr=c.forwardRef(({size:e="md",prefix:t,suffix:r,clearable:o=!1,error:n=!1,errorMessage:s,showCounter:a=!1,fullWidth:l=!1,disabled:
|
|
1056
|
+
`,ka=()=>i.jsx("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:i.jsx("path",{d:"M12 4L4 12M4 4L12 12",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}),fr=c.forwardRef(({size:e="md",prefix:t,suffix:r,clearable:o=!1,error:n=!1,errorMessage:s,showCounter:a=!1,fullWidth:l=!1,disabled:d,className:u,type:h="text",value:p,defaultValue:f,onChange:x,onFocus:m,onBlur:g,maxLength:$,label:k,description:v,id:j,"aria-label":w,"aria-describedby":y,...R},z)=>{const A=c.useRef(null),O=z||A,L=c.useRef(`input-${Math.random().toString(36).slice(2,9)}`),[B,U]=c.useState(!1),[re,K]=c.useState(!1),[V,Q]=c.useState(f||""),D=p!==void 0,I=String(D?p:V),F=le=>{D||Q(le.target.value),x==null||x(le)},_=le=>{U(!0),m==null||m(le)},q=le=>{U(!1),g==null||g(le)},C=()=>{var Ie;if(d||!O.current)return;const le=(Ie=Object.getOwnPropertyDescriptor(window.HTMLInputElement.prototype,"value"))==null?void 0:Ie.set;le==null||le.call(O.current,"");const Me=new Event("input",{bubbles:!0});Object.defineProperty(Me,"target",{writable:!1,value:O.current}),D||Q(""),x==null||x(Me),O.current.focus()},E=I.length,M=o&&E>0&&!d,T=j||L.current,N=v?`${T}-description`:void 0,J=s&&n?`${T}-error`:void 0,oe=[y,N,J].filter(Boolean).join(" ")||void 0;return i.jsxs("div",{children:[k&&i.jsx("label",{htmlFor:T,style:{display:"block",marginBottom:4},children:k}),i.jsx(xa,{size:e,fullWidth:l,isFocused:B,isError:n,isDisabled:!!d,isHovered:re,className:u,onMouseEnter:()=>K(!0),onMouseLeave:()=>K(!1),children:i.jsxs(va,{children:[t&&i.jsx(Mr,{isError:n,isDisabled:!!d,position:"prefix","aria-hidden":"true",children:t}),i.jsx(ya,{...R,ref:O,id:T,type:h,value:p,defaultValue:f,onChange:F,onFocus:_,onBlur:q,maxLength:$,disabled:d,"aria-label":w,"aria-describedby":oe,"aria-invalid":n,isError:n,isDisabled:!!d}),M&&i.jsx($a,{type:"button",onClick:C,"aria-label":"清除内容",isError:n,tabIndex:-1,children:i.jsx(ka,{})}),r&&i.jsx(Mr,{isError:n,isDisabled:!!d,position:"suffix","aria-hidden":"true",children:r}),a&&$!==void 0&&i.jsxs(wa,{isError:n,isDisabled:!!d,"aria-live":"polite","aria-atomic":"true",children:[E,"/",$]})]})}),v&&i.jsx("div",{id:N,style:{marginTop:4,fontSize:12},children:v}),s&&n&&i.jsx("div",{id:J,role:"alert",style:{marginTop:4,fontSize:12,color:"inherit"},children:s})]})});fr.displayName="Input";const Sa=b.div`
|
|
1007
1057
|
display: flex;
|
|
1008
1058
|
flex-direction: column;
|
|
1009
1059
|
width: ${({collapsed:e,theme:t})=>e?t.components.menu.container.width.collapsed:t.components.menu.container.width.expanded};
|
|
@@ -1253,7 +1303,7 @@
|
|
|
1253
1303
|
outline: 2px solid ${({theme:e})=>e.semantic.colors.brand.primary};
|
|
1254
1304
|
outline-offset: -2px;
|
|
1255
1305
|
}
|
|
1256
|
-
`,Lo=c.forwardRef(({collapsed:e=!1,children:t,className:r,style:o},n)=>i.jsx(Sa,{ref:n,collapsed:e,className:r,style:o,role:"navigation","aria-label":"主导航",children:i.jsx(Ca,{role:"menu",children:t})}));Lo.displayName="Menu";const pr=({visible:e,anchorRef:t,children:r,onClose:o,onMouseEnter:n,onMouseLeave:s})=>{const a=c.useRef(null),[l,
|
|
1306
|
+
`,Lo=c.forwardRef(({collapsed:e=!1,children:t,className:r,style:o},n)=>i.jsx(Sa,{ref:n,collapsed:e,className:r,style:o,role:"navigation","aria-label":"主导航",children:i.jsx(Ca,{role:"menu",children:t})}));Lo.displayName="Menu";const pr=({visible:e,anchorRef:t,children:r,onClose:o,onMouseEnter:n,onMouseLeave:s})=>{const a=c.useRef(null),[l,d]=c.useState({top:0,left:0});return c.useEffect(()=>{if(!e||!t.current)return;const u=()=>{if(!t.current)return;const h=t.current.getBoundingClientRect();d({top:h.top,left:h.right+4})};return u(),window.addEventListener("scroll",u,!0),window.addEventListener("resize",u),()=>{window.removeEventListener("scroll",u,!0),window.removeEventListener("resize",u)}},[e,t]),c.useEffect(()=>{if(!e)return;const u=p=>{a.current&&!a.current.contains(p.target)&&t.current&&!t.current.contains(p.target)&&(o==null||o())},h=setTimeout(()=>{document.addEventListener("mousedown",u)},100);return()=>{clearTimeout(h),document.removeEventListener("mousedown",u)}},[e,o,t]),e?Qt.createPortal(i.jsx(Ia,{ref:a,style:{top:l.top,left:l.left},role:"menu","aria-label":"子菜单",onMouseEnter:n,onMouseLeave:s,children:i.jsx(Na,{children:r})}),document.body):null};pr.displayName="SubMenuPopover";const Mo=c.forwardRef(({id:e,icon:t,label:r,active:o=!1,disabled:n=!1,isSubItem:s=!1,showArrow:a=!1,arrowExpanded:l=!1,collapsed:d=!1,subMenu:u,onClick:h,className:p},f)=>{const x=c.useRef(null),[m,g]=c.useState(!1),$=c.useRef(void 0),k=c.useRef(void 0),v=()=>{$.current&&(clearTimeout($.current),$.current=void 0),k.current&&(clearTimeout(k.current),k.current=void 0)},j=()=>{if(v(),d&&u){if(m)return;$.current=setTimeout(()=>{g(!0)},200)}},w=()=>{v(),k.current=setTimeout(()=>{g(!1)},100)};return i.jsxs(i.Fragment,{children:[i.jsxs(ja,{ref:y=>{typeof f=="function"?f(y):f&&(f.current=y),y&&(x.current=y)},id:e,active:o,disabled:n,isSubItem:s,onClick:h,collapsed:d,className:p,role:"menuitem","aria-disabled":n,"aria-current":o?"page":void 0,"aria-haspopup":d&&u?"menu":void 0,type:"button",onMouseEnter:j,onMouseLeave:w,children:[t&&i.jsx(Ea,{"aria-hidden":"true",children:t}),i.jsx(za,{collapsed:d,children:r}),a&&!d&&i.jsx(Ta,{collapsed:d,expanded:l,"aria-hidden":"true",children:i.jsx("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:i.jsx("path",{d:"M5.25 3.5L8.75 7L5.25 10.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})})]}),d&&u&&i.jsx(pr,{visible:m,anchorRef:x,onClose:()=>g(!1),onMouseEnter:j,onMouseLeave:w,children:u})]})});Mo.displayName="MenuItem";const Io=({title:e,children:t,collapsed:r=!1,className:o})=>i.jsxs(Ra,{className:o,role:"group","aria-label":e,children:[e&&i.jsx(La,{collapsed:r,"aria-hidden":r,children:e}),i.jsx(Ma,{children:t})]});Io.displayName="MenuGroup";const No=({id:e,label:t,active:r=!1,onClick:o,className:n})=>i.jsx(Pa,{id:e,active:r,onClick:o,className:n,role:"menuitem","aria-current":r?"page":void 0,type:"button",children:t});No.displayName="SubMenuItem";const Aa=(e,t)=>{const r=t.components.link.variant[e];return S.css`
|
|
1257
1307
|
color: ${r.text.default};
|
|
1258
1308
|
text-decoration: ${r.decoration.default};
|
|
1259
1309
|
|
|
@@ -1270,7 +1320,7 @@
|
|
|
1270
1320
|
color: ${r.text.disabled};
|
|
1271
1321
|
cursor: not-allowed;
|
|
1272
1322
|
}
|
|
1273
|
-
`},Fa=(e,t)=>{const r=t.components.link.size[e];return
|
|
1323
|
+
`},Fa=(e,t)=>{const r=t.components.link.size[e];return S.css`
|
|
1274
1324
|
font-size: ${r.fontSize};
|
|
1275
1325
|
`},Po=b.a`
|
|
1276
1326
|
/* 基础样式 */
|
|
@@ -1304,10 +1354,10 @@
|
|
|
1304
1354
|
outline: 2px solid ${({theme:e})=>{var t,r,o;return((o=(r=(t=e==null?void 0:e.components)==null?void 0:t.link)==null?void 0:r.focusRing)==null?void 0:o.color)||"#1677ff"}};
|
|
1305
1355
|
outline-offset: ${({theme:e})=>{var t,r,o;return((o=(r=(t=e==null?void 0:e.components)==null?void 0:t.link)==null?void 0:r.focusRing)==null?void 0:o.offset)||"2px"}};
|
|
1306
1356
|
}
|
|
1307
|
-
`,Ao=c.forwardRef(({variant:e="primary",size:t="md",disabled:r,className:o,children:n,isDisabled:s,...a},l)=>{const u=c.useRef(null),d=l||u,h=r??s,{linkProps:p}=X.useLink({...a,isDisabled:h,elementType:"a"},u);return i.jsx(Po,{ref:d,as:"a",className:o,variant:e,size:t,...Re(p,{ariaDisabled:h}),children:n})});Ao.displayName="Link";let Da=!1,it=null,Oa=new Set,qe=new Map,Oe=!1,Yt=!1;function hr(e,t){for(let r of Oa)r(e,t)}function Ba(e){return!(e.metaKey||!tr()&&e.altKey||e.ctrlKey||e.key==="Control"||e.key==="Shift"||e.key==="Meta")}function gt(e){Oe=!0,Ba(e)&&(it="keyboard",hr("keyboard",e))}function ge(e){it="pointer",(e.type==="mousedown"||e.type==="pointerdown")&&(Oe=!0,hr("pointer",e))}function Fo(e){Wn(e)&&(Oe=!0,it="virtual")}function Do(e){e.target===window||e.target===document||Da||!e.isTrusted||(!Oe&&!Yt&&(it="virtual",hr("virtual",e)),Oe=!1,Yt=!1)}function Oo(){Oe=!1,Yt=!0}function Ir(e){if(typeof window>"u"||typeof document>"u"||qe.get(ht(e)))return;const t=ht(e),r=de(e);let o=t.HTMLElement.prototype.focus;t.HTMLElement.prototype.focus=function(){Oe=!0,o.apply(this,arguments)},r.addEventListener("keydown",gt,!0),r.addEventListener("keyup",gt,!0),r.addEventListener("click",Fo,!0),t.addEventListener("focus",Do,!0),t.addEventListener("blur",Oo,!1),typeof PointerEvent<"u"?(r.addEventListener("pointerdown",ge,!0),r.addEventListener("pointermove",ge,!0),r.addEventListener("pointerup",ge,!0)):process.env.NODE_ENV==="test"&&(r.addEventListener("mousedown",ge,!0),r.addEventListener("mousemove",ge,!0),r.addEventListener("mouseup",ge,!0)),t.addEventListener("beforeunload",()=>{Bo(e)},{once:!0}),qe.set(t,{focus:o})}const Bo=(e,t)=>{const r=ht(e),o=de(e);t&&o.removeEventListener("DOMContentLoaded",t),qe.has(r)&&(r.HTMLElement.prototype.focus=qe.get(r).focus,o.removeEventListener("keydown",gt,!0),o.removeEventListener("keyup",gt,!0),o.removeEventListener("click",Fo,!0),r.removeEventListener("focus",Do,!0),r.removeEventListener("blur",Oo,!1),typeof PointerEvent<"u"?(o.removeEventListener("pointerdown",ge,!0),o.removeEventListener("pointermove",ge,!0),o.removeEventListener("pointerup",ge,!0)):process.env.NODE_ENV==="test"&&(o.removeEventListener("mousedown",ge,!0),o.removeEventListener("mousemove",ge,!0),o.removeEventListener("mouseup",ge,!0)),qe.delete(r))};function Ka(e){const t=de(e);let r;return t.readyState!=="loading"?Ir(e):(r=()=>{Ir(e)},t.addEventListener("DOMContentLoaded",r)),()=>Bo(e,r)}typeof document<"u"&&Ka();function Ko(){return it}function Va(e){const t=de(e),r=ve(t);if(Ko()==="virtual"){let o=r;Hn(()=>{ve(t)===o&&e.isConnected&&Bt(e)})}else Bt(e)}const Nr=c.createContext(null),Zt="react-aria-focus-scope-restore";let ee=null;function _a(e){let{children:t,contain:r,restoreFocus:o,autoFocus:n}=e,s=c.useRef(null),a=c.useRef(null),l=c.useRef([]),{parentNode:u}=c.useContext(Nr)||{},d=c.useMemo(()=>new Gt({scopeRef:l}),[l]);ke(()=>{let f=u||ne.root;if(ne.getTreeNode(f.scopeRef)&&ee&&!mt(ee,f.scopeRef)){let x=ne.getTreeNode(ee);x&&(f=x)}f.addChild(d),ne.addNode(d)},[d,u]),ke(()=>{let f=ne.getTreeNode(l);f&&(f.contain=!!r)},[r]),ke(()=>{var f;let x=(f=s.current)===null||f===void 0?void 0:f.nextSibling,m=[],g=$=>$.stopPropagation();for(;x&&x!==a.current;)m.push(x),x.addEventListener(Zt,g),x=x.nextSibling;return l.current=m,()=>{for(let $ of m)$.removeEventListener(Zt,g)}},[t]),Za(l,o,r),Ua(l,r),Xa(l,o,r),Ya(l,n),c.useEffect(()=>{const f=ve(de(l.current?l.current[0]:void 0));let x=null;if(xe(f,l.current)){for(let m of ne.traverse())m.scopeRef&&xe(f,m.scopeRef.current)&&(x=m);x===ne.getTreeNode(l)&&(ee=x.scopeRef)}},[l]),ke(()=>()=>{var f,x,m;let g=(m=(x=ne.getTreeNode(l))===null||x===void 0||(f=x.parent)===null||f===void 0?void 0:f.scopeRef)!==null&&m!==void 0?m:null;(l===ee||mt(l,ee))&&(!g||ne.getTreeNode(g))&&(ee=g),ne.removeTreeNode(l)},[l]);let h=c.useMemo(()=>Ha(l),[]),p=c.useMemo(()=>({focusManager:h,parentNode:d}),[d,h]);return c.createElement(Nr.Provider,{value:p},c.createElement("span",{"data-focus-scope-start":!0,hidden:!0,ref:s}),t,c.createElement("span",{"data-focus-scope-end":!0,hidden:!0,ref:a}))}function Ha(e){return{focusNext(t={}){let r=e.current,{from:o,tabbable:n,wrap:s,accept:a}=t;var l;let u=o||ve(de((l=r[0])!==null&&l!==void 0?l:void 0)),d=r[0].previousElementSibling,h=Ae(r),p=Pe(h,{tabbable:n,accept:a},r);p.currentNode=xe(u,r)?u:d;let f=p.nextNode();return!f&&s&&(p.currentNode=d,f=p.nextNode()),f&&Te(f,!0),f},focusPrevious(t={}){let r=e.current,{from:o,tabbable:n,wrap:s,accept:a}=t;var l;let u=o||ve(de((l=r[0])!==null&&l!==void 0?l:void 0)),d=r[r.length-1].nextElementSibling,h=Ae(r),p=Pe(h,{tabbable:n,accept:a},r);p.currentNode=xe(u,r)?u:d;let f=p.previousNode();return!f&&s&&(p.currentNode=d,f=p.previousNode()),f&&Te(f,!0),f},focusFirst(t={}){let r=e.current,{tabbable:o,accept:n}=t,s=Ae(r),a=Pe(s,{tabbable:o,accept:n},r);a.currentNode=r[0].previousElementSibling;let l=a.nextNode();return l&&Te(l,!0),l},focusLast(t={}){let r=e.current,{tabbable:o,accept:n}=t,s=Ae(r),a=Pe(s,{tabbable:o,accept:n},r);a.currentNode=r[r.length-1].nextElementSibling;let l=a.previousNode();return l&&Te(l,!0),l}}}function Ae(e){return e[0].parentElement}function Xe(e){let t=ne.getTreeNode(ee);for(;t&&t.scopeRef!==e;){if(t.contain)return!1;t=t.parent}return!0}function Wa(e){if(e.checked)return!0;let t=[];if(!e.form)t=[...de(e).querySelectorAll(`input[type="radio"][name="${CSS.escape(e.name)}"]`)].filter(s=>!s.form);else{var r,o;let s=(o=e.form)===null||o===void 0||(r=o.elements)===null||r===void 0?void 0:r.namedItem(e.name);t=[...s??[]]}return t?!t.some(s=>s.checked):!1}function Ua(e,t){let r=c.useRef(void 0),o=c.useRef(void 0);ke(()=>{let n=e.current;if(!t){o.current&&(cancelAnimationFrame(o.current),o.current=void 0);return}const s=de(n?n[0]:void 0);let a=d=>{if(d.key!=="Tab"||d.altKey||d.ctrlKey||d.metaKey||!Xe(e)||d.isComposing)return;let h=ve(s),p=e.current;if(!p||!xe(h,p))return;let f=Ae(p),x=Pe(f,{tabbable:!0},p);if(!h)return;x.currentNode=h;let m=d.shiftKey?x.previousNode():x.nextNode();m||(x.currentNode=d.shiftKey?p[p.length-1].nextElementSibling:p[0].previousElementSibling,m=d.shiftKey?x.previousNode():x.nextNode()),d.preventDefault(),m&&Te(m,!0)},l=d=>{(!ee||mt(ee,e))&&xe(Be(d),e.current)?(ee=e,r.current=Be(d)):Xe(e)&&!Fe(Be(d),e)?r.current?r.current.focus():ee&&ee.current&&Xt(ee.current):Xe(e)&&(r.current=Be(d))},u=d=>{o.current&&cancelAnimationFrame(o.current),o.current=requestAnimationFrame(()=>{let h=Ko(),p=(h==="virtual"||h===null)&&no()&&oo(),f=ve(s);if(!p&&f&&Xe(e)&&!Fe(f,e)){ee=e;let m=Be(d);if(m&&m.isConnected){var x;r.current=m,(x=r.current)===null||x===void 0||x.focus()}else ee.current&&Xt(ee.current)}})};return s.addEventListener("keydown",a,!1),s.addEventListener("focusin",l,!1),n==null||n.forEach(d=>d.addEventListener("focusin",l,!1)),n==null||n.forEach(d=>d.addEventListener("focusout",u,!1)),()=>{s.removeEventListener("keydown",a,!1),s.removeEventListener("focusin",l,!1),n==null||n.forEach(d=>d.removeEventListener("focusin",l,!1)),n==null||n.forEach(d=>d.removeEventListener("focusout",u,!1))}},[e,t]),ke(()=>()=>{o.current&&cancelAnimationFrame(o.current)},[o])}function Vo(e){return Fe(e)}function xe(e,t){return!e||!t?!1:t.some(r=>r.contains(e))}function Fe(e,t=null){if(e instanceof Element&&e.closest("[data-react-aria-top-layer]"))return!0;for(let{scopeRef:r}of ne.traverse(ne.getTreeNode(t)))if(r&&xe(e,r.current))return!0;return!1}function mt(e,t){var r;let o=(r=ne.getTreeNode(t))===null||r===void 0?void 0:r.parent;for(;o;){if(o.scopeRef===e)return!0;o=o.parent}return!1}function Te(e,t=!1){if(e!=null&&!t)try{Va(e)}catch{}else if(e!=null)try{e.focus()}catch{}}function _o(e,t=!0){let r=e[0].previousElementSibling,o=Ae(e),n=Pe(o,{tabbable:t},e);n.currentNode=r;let s=n.nextNode();return t&&!s&&(o=Ae(e),n=Pe(o,{tabbable:!1},e),n.currentNode=r,s=n.nextNode()),s}function Xt(e,t=!0){Te(_o(e,t))}function Ya(e,t){const r=c.useRef(t);c.useEffect(()=>{if(r.current){ee=e;const o=de(e.current?e.current[0]:void 0);!xe(ve(o),ee.current)&&e.current&&Xt(e.current)}r.current=!1},[e])}function Za(e,t,r){ke(()=>{if(t||r)return;let o=e.current;const n=de(o?o[0]:void 0);let s=a=>{let l=Be(a);xe(l,e.current)?ee=e:Vo(l)||(ee=null)};return n.addEventListener("focusin",s,!1),o==null||o.forEach(a=>a.addEventListener("focusin",s,!1)),()=>{n.removeEventListener("focusin",s,!1),o==null||o.forEach(a=>a.removeEventListener("focusin",s,!1))}},[e,t,r])}function Pr(e){let t=ne.getTreeNode(ee);for(;t&&t.scopeRef!==e;){if(t.nodeToRestore)return!1;t=t.parent}return(t==null?void 0:t.scopeRef)===e}function Xa(e,t,r){const o=c.useRef(typeof document<"u"?ve(de(e.current?e.current[0]:void 0)):null);ke(()=>{let n=e.current;const s=de(n?n[0]:void 0);if(!t||r)return;let a=()=>{(!ee||mt(ee,e))&&xe(ve(s),e.current)&&(ee=e)};return s.addEventListener("focusin",a,!1),n==null||n.forEach(l=>l.addEventListener("focusin",a,!1)),()=>{s.removeEventListener("focusin",a,!1),n==null||n.forEach(l=>l.removeEventListener("focusin",a,!1))}},[e,r]),ke(()=>{const n=de(e.current?e.current[0]:void 0);if(!t)return;let s=a=>{if(a.key!=="Tab"||a.altKey||a.ctrlKey||a.metaKey||!Xe(e)||a.isComposing)return;let l=n.activeElement;if(!Fe(l,e)||!Pr(e))return;let u=ne.getTreeNode(e);if(!u)return;let d=u.nodeToRestore,h=Pe(n.body,{tabbable:!0});h.currentNode=l;let p=a.shiftKey?h.previousNode():h.nextNode();if((!d||!d.isConnected||d===n.body)&&(d=void 0,u.nodeToRestore=void 0),(!p||!Fe(p,e))&&d){h.currentNode=d;do p=a.shiftKey?h.previousNode():h.nextNode();while(Fe(p,e));a.preventDefault(),a.stopPropagation(),p?Te(p,!0):Vo(d)?Te(d,!0):l.blur()}};return r||n.addEventListener("keydown",s,!0),()=>{r||n.removeEventListener("keydown",s,!0)}},[e,t,r]),ke(()=>{const n=de(e.current?e.current[0]:void 0);if(!t)return;let s=ne.getTreeNode(e);if(s){var a;return s.nodeToRestore=(a=o.current)!==null&&a!==void 0?a:void 0,()=>{let l=ne.getTreeNode(e);if(!l)return;let u=l.nodeToRestore,d=ve(n);if(t&&u&&(d&&Fe(d,e)||d===n.body&&Pr(e))){let h=ne.clone();requestAnimationFrame(()=>{if(n.activeElement===n.body){let p=h.getTreeNode(e);for(;p;){if(p.nodeToRestore&&p.nodeToRestore.isConnected){Ar(p.nodeToRestore);return}p=p.parent}for(p=h.getTreeNode(e);p;){if(p.scopeRef&&p.scopeRef.current&&ne.getTreeNode(p.scopeRef)){let f=_o(p.scopeRef.current,!0);Ar(f);return}p=p.parent}}})}}}},[e,t])}function Ar(e){e.dispatchEvent(new CustomEvent(Zt,{bubbles:!0,cancelable:!0}))&&Te(e)}function Pe(e,t,r){let o=t!=null&&t.tabbable?Jn:qn,n=(e==null?void 0:e.nodeType)===Node.ELEMENT_NODE?e:null,s=de(n),a=Pn(s,e||s,NodeFilter.SHOW_ELEMENT,{acceptNode(l){var u;return!(t==null||(u=t.from)===null||u===void 0)&&u.contains(l)||t!=null&&t.tabbable&&l.tagName==="INPUT"&&l.getAttribute("type")==="radio"&&(!Wa(l)||a.currentNode.tagName==="INPUT"&&a.currentNode.type==="radio"&&a.currentNode.name===l.name)?NodeFilter.FILTER_REJECT:o(l)&&(!r||xe(l,r))&&(!(t!=null&&t.accept)||t.accept(l))?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});return t!=null&&t.from&&(a.currentNode=t.from),a}class br{get size(){return this.fastMap.size}getTreeNode(t){return this.fastMap.get(t)}addTreeNode(t,r,o){let n=this.fastMap.get(r??null);if(!n)return;let s=new Gt({scopeRef:t});n.addChild(s),s.parent=n,this.fastMap.set(t,s),o&&(s.nodeToRestore=o)}addNode(t){this.fastMap.set(t.scopeRef,t)}removeTreeNode(t){if(t===null)return;let r=this.fastMap.get(t);if(!r)return;let o=r.parent;for(let s of this.traverse())s!==r&&r.nodeToRestore&&s.nodeToRestore&&r.scopeRef&&r.scopeRef.current&&xe(s.nodeToRestore,r.scopeRef.current)&&(s.nodeToRestore=r.nodeToRestore);let n=r.children;o&&(o.removeChild(r),n.size>0&&n.forEach(s=>o&&o.addChild(s))),this.fastMap.delete(r.scopeRef)}*traverse(t=this.root){if(t.scopeRef!=null&&(yield t),t.children.size>0)for(let r of t.children)yield*this.traverse(r)}clone(){var t;let r=new br;var o;for(let n of this.traverse())r.addTreeNode(n.scopeRef,(o=(t=n.parent)===null||t===void 0?void 0:t.scopeRef)!==null&&o!==void 0?o:null,n.nodeToRestore);return r}constructor(){this.fastMap=new Map,this.root=new Gt({scopeRef:null}),this.fastMap.set(null,this.root)}}class Gt{addChild(t){this.children.add(t),t.parent=this}removeChild(t){this.children.delete(t),t.parent=void 0}constructor(t){this.children=new Set,this.contain=!1,this.scopeRef=t.scopeRef}}let ne=new br;const Ga=C.keyframes`
|
|
1357
|
+
`,Ao=c.forwardRef(({variant:e="primary",size:t="md",disabled:r,className:o,children:n,isDisabled:s,...a},l)=>{const d=c.useRef(null),u=l||d,h=r??s,{linkProps:p}=X.useLink({...a,isDisabled:h,elementType:"a"},d);return i.jsx(Po,{ref:u,as:"a",className:o,variant:e,size:t,...Re(p,{ariaDisabled:h}),children:n})});Ao.displayName="Link";let Da=!1,it=null,Oa=new Set,qe=new Map,Oe=!1,Yt=!1;function hr(e,t){for(let r of Oa)r(e,t)}function Ba(e){return!(e.metaKey||!tr()&&e.altKey||e.ctrlKey||e.key==="Control"||e.key==="Shift"||e.key==="Meta")}function gt(e){Oe=!0,Ba(e)&&(it="keyboard",hr("keyboard",e))}function ge(e){it="pointer",(e.type==="mousedown"||e.type==="pointerdown")&&(Oe=!0,hr("pointer",e))}function Fo(e){Wn(e)&&(Oe=!0,it="virtual")}function Do(e){e.target===window||e.target===document||Da||!e.isTrusted||(!Oe&&!Yt&&(it="virtual",hr("virtual",e)),Oe=!1,Yt=!1)}function Oo(){Oe=!1,Yt=!0}function Ir(e){if(typeof window>"u"||typeof document>"u"||qe.get(ht(e)))return;const t=ht(e),r=de(e);let o=t.HTMLElement.prototype.focus;t.HTMLElement.prototype.focus=function(){Oe=!0,o.apply(this,arguments)},r.addEventListener("keydown",gt,!0),r.addEventListener("keyup",gt,!0),r.addEventListener("click",Fo,!0),t.addEventListener("focus",Do,!0),t.addEventListener("blur",Oo,!1),typeof PointerEvent<"u"?(r.addEventListener("pointerdown",ge,!0),r.addEventListener("pointermove",ge,!0),r.addEventListener("pointerup",ge,!0)):process.env.NODE_ENV==="test"&&(r.addEventListener("mousedown",ge,!0),r.addEventListener("mousemove",ge,!0),r.addEventListener("mouseup",ge,!0)),t.addEventListener("beforeunload",()=>{Bo(e)},{once:!0}),qe.set(t,{focus:o})}const Bo=(e,t)=>{const r=ht(e),o=de(e);t&&o.removeEventListener("DOMContentLoaded",t),qe.has(r)&&(r.HTMLElement.prototype.focus=qe.get(r).focus,o.removeEventListener("keydown",gt,!0),o.removeEventListener("keyup",gt,!0),o.removeEventListener("click",Fo,!0),r.removeEventListener("focus",Do,!0),r.removeEventListener("blur",Oo,!1),typeof PointerEvent<"u"?(o.removeEventListener("pointerdown",ge,!0),o.removeEventListener("pointermove",ge,!0),o.removeEventListener("pointerup",ge,!0)):process.env.NODE_ENV==="test"&&(o.removeEventListener("mousedown",ge,!0),o.removeEventListener("mousemove",ge,!0),o.removeEventListener("mouseup",ge,!0)),qe.delete(r))};function Ka(e){const t=de(e);let r;return t.readyState!=="loading"?Ir(e):(r=()=>{Ir(e)},t.addEventListener("DOMContentLoaded",r)),()=>Bo(e,r)}typeof document<"u"&&Ka();function Ko(){return it}function Va(e){const t=de(e),r=ye(t);if(Ko()==="virtual"){let o=r;Hn(()=>{ye(t)===o&&e.isConnected&&Bt(e)})}else Bt(e)}const Nr=c.createContext(null),Zt="react-aria-focus-scope-restore";let ee=null;function _a(e){let{children:t,contain:r,restoreFocus:o,autoFocus:n}=e,s=c.useRef(null),a=c.useRef(null),l=c.useRef([]),{parentNode:d}=c.useContext(Nr)||{},u=c.useMemo(()=>new Gt({scopeRef:l}),[l]);ke(()=>{let f=d||ne.root;if(ne.getTreeNode(f.scopeRef)&&ee&&!mt(ee,f.scopeRef)){let x=ne.getTreeNode(ee);x&&(f=x)}f.addChild(u),ne.addNode(u)},[u,d]),ke(()=>{let f=ne.getTreeNode(l);f&&(f.contain=!!r)},[r]),ke(()=>{var f;let x=(f=s.current)===null||f===void 0?void 0:f.nextSibling,m=[],g=$=>$.stopPropagation();for(;x&&x!==a.current;)m.push(x),x.addEventListener(Zt,g),x=x.nextSibling;return l.current=m,()=>{for(let $ of m)$.removeEventListener(Zt,g)}},[t]),Za(l,o,r),Ua(l,r),Xa(l,o,r),Ya(l,n),c.useEffect(()=>{const f=ye(de(l.current?l.current[0]:void 0));let x=null;if(xe(f,l.current)){for(let m of ne.traverse())m.scopeRef&&xe(f,m.scopeRef.current)&&(x=m);x===ne.getTreeNode(l)&&(ee=x.scopeRef)}},[l]),ke(()=>()=>{var f,x,m;let g=(m=(x=ne.getTreeNode(l))===null||x===void 0||(f=x.parent)===null||f===void 0?void 0:f.scopeRef)!==null&&m!==void 0?m:null;(l===ee||mt(l,ee))&&(!g||ne.getTreeNode(g))&&(ee=g),ne.removeTreeNode(l)},[l]);let h=c.useMemo(()=>Ha(l),[]),p=c.useMemo(()=>({focusManager:h,parentNode:u}),[u,h]);return c.createElement(Nr.Provider,{value:p},c.createElement("span",{"data-focus-scope-start":!0,hidden:!0,ref:s}),t,c.createElement("span",{"data-focus-scope-end":!0,hidden:!0,ref:a}))}function Ha(e){return{focusNext(t={}){let r=e.current,{from:o,tabbable:n,wrap:s,accept:a}=t;var l;let d=o||ye(de((l=r[0])!==null&&l!==void 0?l:void 0)),u=r[0].previousElementSibling,h=Ae(r),p=Pe(h,{tabbable:n,accept:a},r);p.currentNode=xe(d,r)?d:u;let f=p.nextNode();return!f&&s&&(p.currentNode=u,f=p.nextNode()),f&&Te(f,!0),f},focusPrevious(t={}){let r=e.current,{from:o,tabbable:n,wrap:s,accept:a}=t;var l;let d=o||ye(de((l=r[0])!==null&&l!==void 0?l:void 0)),u=r[r.length-1].nextElementSibling,h=Ae(r),p=Pe(h,{tabbable:n,accept:a},r);p.currentNode=xe(d,r)?d:u;let f=p.previousNode();return!f&&s&&(p.currentNode=u,f=p.previousNode()),f&&Te(f,!0),f},focusFirst(t={}){let r=e.current,{tabbable:o,accept:n}=t,s=Ae(r),a=Pe(s,{tabbable:o,accept:n},r);a.currentNode=r[0].previousElementSibling;let l=a.nextNode();return l&&Te(l,!0),l},focusLast(t={}){let r=e.current,{tabbable:o,accept:n}=t,s=Ae(r),a=Pe(s,{tabbable:o,accept:n},r);a.currentNode=r[r.length-1].nextElementSibling;let l=a.previousNode();return l&&Te(l,!0),l}}}function Ae(e){return e[0].parentElement}function Xe(e){let t=ne.getTreeNode(ee);for(;t&&t.scopeRef!==e;){if(t.contain)return!1;t=t.parent}return!0}function Wa(e){if(e.checked)return!0;let t=[];if(!e.form)t=[...de(e).querySelectorAll(`input[type="radio"][name="${CSS.escape(e.name)}"]`)].filter(s=>!s.form);else{var r,o;let s=(o=e.form)===null||o===void 0||(r=o.elements)===null||r===void 0?void 0:r.namedItem(e.name);t=[...s??[]]}return t?!t.some(s=>s.checked):!1}function Ua(e,t){let r=c.useRef(void 0),o=c.useRef(void 0);ke(()=>{let n=e.current;if(!t){o.current&&(cancelAnimationFrame(o.current),o.current=void 0);return}const s=de(n?n[0]:void 0);let a=u=>{if(u.key!=="Tab"||u.altKey||u.ctrlKey||u.metaKey||!Xe(e)||u.isComposing)return;let h=ye(s),p=e.current;if(!p||!xe(h,p))return;let f=Ae(p),x=Pe(f,{tabbable:!0},p);if(!h)return;x.currentNode=h;let m=u.shiftKey?x.previousNode():x.nextNode();m||(x.currentNode=u.shiftKey?p[p.length-1].nextElementSibling:p[0].previousElementSibling,m=u.shiftKey?x.previousNode():x.nextNode()),u.preventDefault(),m&&Te(m,!0)},l=u=>{(!ee||mt(ee,e))&&xe(Be(u),e.current)?(ee=e,r.current=Be(u)):Xe(e)&&!Fe(Be(u),e)?r.current?r.current.focus():ee&&ee.current&&Xt(ee.current):Xe(e)&&(r.current=Be(u))},d=u=>{o.current&&cancelAnimationFrame(o.current),o.current=requestAnimationFrame(()=>{let h=Ko(),p=(h==="virtual"||h===null)&&no()&&oo(),f=ye(s);if(!p&&f&&Xe(e)&&!Fe(f,e)){ee=e;let m=Be(u);if(m&&m.isConnected){var x;r.current=m,(x=r.current)===null||x===void 0||x.focus()}else ee.current&&Xt(ee.current)}})};return s.addEventListener("keydown",a,!1),s.addEventListener("focusin",l,!1),n==null||n.forEach(u=>u.addEventListener("focusin",l,!1)),n==null||n.forEach(u=>u.addEventListener("focusout",d,!1)),()=>{s.removeEventListener("keydown",a,!1),s.removeEventListener("focusin",l,!1),n==null||n.forEach(u=>u.removeEventListener("focusin",l,!1)),n==null||n.forEach(u=>u.removeEventListener("focusout",d,!1))}},[e,t]),ke(()=>()=>{o.current&&cancelAnimationFrame(o.current)},[o])}function Vo(e){return Fe(e)}function xe(e,t){return!e||!t?!1:t.some(r=>r.contains(e))}function Fe(e,t=null){if(e instanceof Element&&e.closest("[data-react-aria-top-layer]"))return!0;for(let{scopeRef:r}of ne.traverse(ne.getTreeNode(t)))if(r&&xe(e,r.current))return!0;return!1}function mt(e,t){var r;let o=(r=ne.getTreeNode(t))===null||r===void 0?void 0:r.parent;for(;o;){if(o.scopeRef===e)return!0;o=o.parent}return!1}function Te(e,t=!1){if(e!=null&&!t)try{Va(e)}catch{}else if(e!=null)try{e.focus()}catch{}}function _o(e,t=!0){let r=e[0].previousElementSibling,o=Ae(e),n=Pe(o,{tabbable:t},e);n.currentNode=r;let s=n.nextNode();return t&&!s&&(o=Ae(e),n=Pe(o,{tabbable:!1},e),n.currentNode=r,s=n.nextNode()),s}function Xt(e,t=!0){Te(_o(e,t))}function Ya(e,t){const r=c.useRef(t);c.useEffect(()=>{if(r.current){ee=e;const o=de(e.current?e.current[0]:void 0);!xe(ye(o),ee.current)&&e.current&&Xt(e.current)}r.current=!1},[e])}function Za(e,t,r){ke(()=>{if(t||r)return;let o=e.current;const n=de(o?o[0]:void 0);let s=a=>{let l=Be(a);xe(l,e.current)?ee=e:Vo(l)||(ee=null)};return n.addEventListener("focusin",s,!1),o==null||o.forEach(a=>a.addEventListener("focusin",s,!1)),()=>{n.removeEventListener("focusin",s,!1),o==null||o.forEach(a=>a.removeEventListener("focusin",s,!1))}},[e,t,r])}function Pr(e){let t=ne.getTreeNode(ee);for(;t&&t.scopeRef!==e;){if(t.nodeToRestore)return!1;t=t.parent}return(t==null?void 0:t.scopeRef)===e}function Xa(e,t,r){const o=c.useRef(typeof document<"u"?ye(de(e.current?e.current[0]:void 0)):null);ke(()=>{let n=e.current;const s=de(n?n[0]:void 0);if(!t||r)return;let a=()=>{(!ee||mt(ee,e))&&xe(ye(s),e.current)&&(ee=e)};return s.addEventListener("focusin",a,!1),n==null||n.forEach(l=>l.addEventListener("focusin",a,!1)),()=>{s.removeEventListener("focusin",a,!1),n==null||n.forEach(l=>l.removeEventListener("focusin",a,!1))}},[e,r]),ke(()=>{const n=de(e.current?e.current[0]:void 0);if(!t)return;let s=a=>{if(a.key!=="Tab"||a.altKey||a.ctrlKey||a.metaKey||!Xe(e)||a.isComposing)return;let l=n.activeElement;if(!Fe(l,e)||!Pr(e))return;let d=ne.getTreeNode(e);if(!d)return;let u=d.nodeToRestore,h=Pe(n.body,{tabbable:!0});h.currentNode=l;let p=a.shiftKey?h.previousNode():h.nextNode();if((!u||!u.isConnected||u===n.body)&&(u=void 0,d.nodeToRestore=void 0),(!p||!Fe(p,e))&&u){h.currentNode=u;do p=a.shiftKey?h.previousNode():h.nextNode();while(Fe(p,e));a.preventDefault(),a.stopPropagation(),p?Te(p,!0):Vo(u)?Te(u,!0):l.blur()}};return r||n.addEventListener("keydown",s,!0),()=>{r||n.removeEventListener("keydown",s,!0)}},[e,t,r]),ke(()=>{const n=de(e.current?e.current[0]:void 0);if(!t)return;let s=ne.getTreeNode(e);if(s){var a;return s.nodeToRestore=(a=o.current)!==null&&a!==void 0?a:void 0,()=>{let l=ne.getTreeNode(e);if(!l)return;let d=l.nodeToRestore,u=ye(n);if(t&&d&&(u&&Fe(u,e)||u===n.body&&Pr(e))){let h=ne.clone();requestAnimationFrame(()=>{if(n.activeElement===n.body){let p=h.getTreeNode(e);for(;p;){if(p.nodeToRestore&&p.nodeToRestore.isConnected){Ar(p.nodeToRestore);return}p=p.parent}for(p=h.getTreeNode(e);p;){if(p.scopeRef&&p.scopeRef.current&&ne.getTreeNode(p.scopeRef)){let f=_o(p.scopeRef.current,!0);Ar(f);return}p=p.parent}}})}}}},[e,t])}function Ar(e){e.dispatchEvent(new CustomEvent(Zt,{bubbles:!0,cancelable:!0}))&&Te(e)}function Pe(e,t,r){let o=t!=null&&t.tabbable?Jn:qn,n=(e==null?void 0:e.nodeType)===Node.ELEMENT_NODE?e:null,s=de(n),a=Pn(s,e||s,NodeFilter.SHOW_ELEMENT,{acceptNode(l){var d;return!(t==null||(d=t.from)===null||d===void 0)&&d.contains(l)||t!=null&&t.tabbable&&l.tagName==="INPUT"&&l.getAttribute("type")==="radio"&&(!Wa(l)||a.currentNode.tagName==="INPUT"&&a.currentNode.type==="radio"&&a.currentNode.name===l.name)?NodeFilter.FILTER_REJECT:o(l)&&(!r||xe(l,r))&&(!(t!=null&&t.accept)||t.accept(l))?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});return t!=null&&t.from&&(a.currentNode=t.from),a}class br{get size(){return this.fastMap.size}getTreeNode(t){return this.fastMap.get(t)}addTreeNode(t,r,o){let n=this.fastMap.get(r??null);if(!n)return;let s=new Gt({scopeRef:t});n.addChild(s),s.parent=n,this.fastMap.set(t,s),o&&(s.nodeToRestore=o)}addNode(t){this.fastMap.set(t.scopeRef,t)}removeTreeNode(t){if(t===null)return;let r=this.fastMap.get(t);if(!r)return;let o=r.parent;for(let s of this.traverse())s!==r&&r.nodeToRestore&&s.nodeToRestore&&r.scopeRef&&r.scopeRef.current&&xe(s.nodeToRestore,r.scopeRef.current)&&(s.nodeToRestore=r.nodeToRestore);let n=r.children;o&&(o.removeChild(r),n.size>0&&n.forEach(s=>o&&o.addChild(s))),this.fastMap.delete(r.scopeRef)}*traverse(t=this.root){if(t.scopeRef!=null&&(yield t),t.children.size>0)for(let r of t.children)yield*this.traverse(r)}clone(){var t;let r=new br;var o;for(let n of this.traverse())r.addTreeNode(n.scopeRef,(o=(t=n.parent)===null||t===void 0?void 0:t.scopeRef)!==null&&o!==void 0?o:null,n.nodeToRestore);return r}constructor(){this.fastMap=new Map,this.root=new Gt({scopeRef:null}),this.fastMap.set(null,this.root)}}class Gt{addChild(t){this.children.add(t),t.parent=this}removeChild(t){this.children.delete(t),t.parent=void 0}constructor(t){this.children=new Set,this.contain=!1,this.scopeRef=t.scopeRef}}let ne=new br;const Ga=S.keyframes`
|
|
1308
1358
|
from { opacity: 0; }
|
|
1309
1359
|
to { opacity: 1; }
|
|
1310
|
-
`,qa=
|
|
1360
|
+
`,qa=S.keyframes`
|
|
1311
1361
|
from {
|
|
1312
1362
|
opacity: 0;
|
|
1313
1363
|
transform: translateY(6px) scale(0.985);
|
|
@@ -1451,7 +1501,7 @@
|
|
|
1451
1501
|
&::-webkit-scrollbar-thumb:hover {
|
|
1452
1502
|
background: ${({theme:e})=>e.semantic.colors.text.disabled};
|
|
1453
1503
|
}
|
|
1454
|
-
`,il=()=>i.jsx("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:i.jsx("path",{d:"M12 4L4 12M4 4L12 12",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})});function sl(e,t){if(e){if(typeof e=="function"){e(t);return}try{e.current=t}catch{}}}const Ho=c.forwardRef(({open:e,onOpenChange:t,children:r,title:o,hideHeader:n=!1,isDismissable:s=!0,closeOnEsc:a=!0,closeOnOverlay:l=!0,closeOnOutside:
|
|
1504
|
+
`,il=()=>i.jsx("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:i.jsx("path",{d:"M12 4L4 12M4 4L12 12",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})});function sl(e,t){if(e){if(typeof e=="function"){e(t);return}try{e.current=t}catch{}}}const Ho=c.forwardRef(({open:e,onOpenChange:t,children:r,title:o,hideHeader:n=!1,isDismissable:s=!0,closeOnEsc:a=!0,closeOnOverlay:l=!0,closeOnOutside:d=!0,shouldCloseOnInteractOutside:u,portalContainer:h,overlayClassName:p,overlayStyle:f,dialogClassName:x,dialogStyle:m,closeButtonClassName:g,closeButtonStyle:$},k)=>{if(typeof document>"u")return null;const j=c.useRef(null),w=c.useId(),y=c.useCallback(F=>{t(!1)},[t]),R=c.useMemo(()=>h||document.body,[h]);X.usePreventScroll({isDisabled:!e});const z=s===!0,A=z&&a,O=z&&d,{overlayProps:L,underlayProps:B}=X.useOverlay({isOpen:e,onClose:()=>y("reactAria"),isKeyboardDismissDisabled:!A,isDismissable:O,shouldCloseOnInteractOutside:O?u:()=>!1},j),{modalProps:U}=X.useModal(),{dialogProps:re,titleProps:K}=X.useDialog({"aria-label":n&&o?typeof o=="string"?o:"Modal":o?void 0:"Modal","aria-labelledby":!n&&o?w:void 0},j),V=c.useCallback(()=>{z&&y("closeButton")},[z,y]),Q=Re(L,re,U,{ref:F=>{j.current=F,sl(k,F)},className:x,style:m,"data-open":"true"}),D=c.useMemo(()=>{const{onPointerDown:F,onMouseDown:_,...q}=B;return l?B:q},[B,l]),I=i.jsxs(Ja,{children:[i.jsx(Qa,{...Re(D,{className:p,style:f,"data-open":"true"})}),i.jsx(_a,{contain:!0,restoreFocus:!0,autoFocus:!0,children:i.jsxs(el,{...Q,children:[!n&&(o||z)&&i.jsxs(tl,{children:[o?i.jsx(rl,{...K,id:w,children:o}):i.jsx("span",{}),z?i.jsx(ol,{type:"button",onClick:V,className:g,style:$,"aria-label":"关闭",children:i.jsx(il,{})}):null]}),i.jsx(nl,{children:r})]})})]});return!e||!R?null:Qt.createPortal(I,R)});Ho.displayName="Modal";const Ct=e=>{var t,r,o,n;return{cursor:"not-allowed",backgroundColor:((r=(t=e.components.numberfield)==null?void 0:t.background)==null?void 0:r.disabled)??"#f5f5f5",color:((n=(o=e.components.numberfield)==null?void 0:o.text)==null?void 0:n.disabled)??"#9aa0a6",opacity:.6}},al=b.div`
|
|
1455
1505
|
display: inline-flex;
|
|
1456
1506
|
flex-direction: column;
|
|
1457
1507
|
`,ll=b.label`
|
|
@@ -1472,7 +1522,7 @@
|
|
|
1472
1522
|
font-size: ${({theme:e,size:t})=>{var r,o,n,s,a,l;return t==="md"?((n=(o=(r=e.components.numberfield)==null?void 0:r.size)==null?void 0:o.md)==null?void 0:n.fontSize)??"12px":((l=(a=(s=e.components.numberfield)==null?void 0:s.size)==null?void 0:a.lg)==null?void 0:l.fontSize)??"14px"}};
|
|
1473
1523
|
|
|
1474
1524
|
// 优化宽度设置逻辑:先判断控件类型,再根据size设置不同宽度
|
|
1475
|
-
width: ${({controls:e,size:t,theme:r})=>{var o,n,s,a,l,u,
|
|
1525
|
+
width: ${({controls:e,size:t,theme:r})=>{var o,n,s,a,l,d,u,h,p,f,x,m;return e==="arrows"?t==="md"?(s=(n=(o=r.components.numberfield)==null?void 0:o.control)==null?void 0:n.arrows)==null?void 0:s.widthsm:(d=(l=(a=r.components.numberfield)==null?void 0:a.control)==null?void 0:l.arrows)==null?void 0:d.widthLg:t==="md"?(p=(h=(u=r.components.numberfield)==null?void 0:u.control)==null?void 0:h.side)==null?void 0:p.widthsm:(m=(x=(f=r.components.numberfield)==null?void 0:f.control)==null?void 0:x.side)==null?void 0:m.widthLg}};
|
|
1476
1526
|
|
|
1477
1527
|
// 状态样式
|
|
1478
1528
|
&:disabled,
|
|
@@ -1539,8 +1589,8 @@
|
|
|
1539
1589
|
display: inline-flex;
|
|
1540
1590
|
align-items: center;
|
|
1541
1591
|
justify-content: center;
|
|
1542
|
-
width: ${({theme:e,size:t})=>{var o,n,s,a,l,
|
|
1543
|
-
height: ${({theme:e,size:t})=>{var o,n,s,a,l,
|
|
1592
|
+
width: ${({theme:e,size:t})=>{var o,n,s,a,l,d;return`calc(${t==="md"?(s=(n=(o=e.components.numberfield)==null?void 0:o.control)==null?void 0:n.arrows)==null?void 0:s.buttonSizeSm:(d=(l=(a=e.components.numberfield)==null?void 0:a.control)==null?void 0:l.arrows)==null?void 0:d.buttonSizeLg} * 2)`}};
|
|
1593
|
+
height: ${({theme:e,size:t})=>{var o,n,s,a,l,d;return t==="md"?(s=(n=(o=e.components.numberfield)==null?void 0:o.control)==null?void 0:n.arrows)==null?void 0:s.buttonSizeSm:(d=(l=(a=e.components.numberfield)==null?void 0:a.control)==null?void 0:l.arrows)==null?void 0:d.buttonSizeLg}};
|
|
1544
1594
|
color: ${({theme:e})=>{var t;return((t=e.components.numberfield)==null?void 0:t.border.default)??"#0A1833"}};
|
|
1545
1595
|
cursor: pointer;
|
|
1546
1596
|
// 使用主题中numberfield定义的transition参数
|
|
@@ -1610,14 +1660,14 @@
|
|
|
1610
1660
|
50% { transform: scale(1.1); }
|
|
1611
1661
|
100% { transform: scale(1); }
|
|
1612
1662
|
}
|
|
1613
|
-
`,pl=lr,hl=jo,bl=ar,gl=nt,Wo=c.forwardRef(({min:e,max:t,step:r=1,value:o,defaultValue:n,onChange:s,onValueChange:a,onChangeValue:l,disabled:
|
|
1663
|
+
`,pl=lr,hl=jo,bl=ar,gl=nt,Wo=c.forwardRef(({min:e,max:t,step:r=1,value:o,defaultValue:n,onChange:s,onValueChange:a,onChangeValue:l,disabled:d,className:u,label:h,description:p,error:f=!1,id:x,controls:m="buttons",size:g="md",...$},k)=>{const v=c.useRef(null);c.useEffect(()=>{k&&(typeof k=="function"?k(v.current):k.current=v.current)},[k]);const j=o!==void 0,[w,y]=c.useState(n),R=j?o:w,z=D=>{let I=D;return e!==void 0&&(I=Math.max(I,e)),t!==void 0&&(I=Math.min(I,t)),I},A=D=>{a==null||a(D),l==null||l(D)},O=D=>{var I;if(j||y(D),v.current){const F=(I=Object.getOwnPropertyDescriptor(window.HTMLInputElement.prototype,"value"))==null?void 0:I.set;F==null||F.call(v.current,D===void 0?"":String(D));const _=new Event("input",{bubbles:!0});Object.defineProperty(_,"target",{writable:!1,value:v.current}),s==null||s(_)}A(D)},L=D=>{const I=D.target.value,F=I===""?e!==void 0?e:0:Number(I),_=Number.isNaN(F)?e!==void 0?e:0:z(F);j||y(_),A(_),s==null||s(D)},B=()=>{const I=z((R??0)+(r??1));O(I)},U=()=>{const I=z((R??0)-(r??1));O(I)},re=D=>{D.key==="ArrowUp"?(D.preventDefault(),B()):D.key==="ArrowDown"&&(D.preventDefault(),U())},K=x||`number-${Math.random().toString(36).slice(2,9)}`,V=R!==void 0&&e!==void 0&&R<=e,Q=R!==void 0&&t!==void 0&&R>=t;return i.jsxs(al,{className:u,children:[h&&i.jsx(ll,{htmlFor:K,"aria-hidden":!1,children:h}),i.jsxs(cl,{className:`controls-${m} size-${g}`,size:g,disabled:d,controls:m,children:[m==="buttons"&&i.jsx(Dr,{className:"btn-decrement",pos:"left",size:g,type:"button",onClick:U,disabled:d||V,children:i.jsx(hl,{size:g==="lg"?12:8.571})}),i.jsx(dl,{...$,id:K,ref:v,type:"number",value:R===void 0?"":String(R),onChange:L,onKeyDown:re,min:e,max:t,step:r,disabled:d,"aria-invalid":f,"aria-describedby":p?`${K}-desc`:void 0,className:m==="buttons"?"with-side-controls":void 0,"data-size":g}),m==="buttons"&&i.jsx(Dr,{className:"btn-increment",pos:"right",size:g,type:"button",onClick:B,disabled:d||Q,children:i.jsx(pl,{size:g==="lg"?12:8.571})}),m==="arrows"&&i.jsxs(fl,{className:"arrow-group",children:[i.jsx(Fr,{direction:"up",type:"button",size:g,onClick:B,disabled:d||Q,className:"arrow-up",children:i.jsx(bl,{})}),i.jsx(Fr,{direction:"down",type:"button","aria-label":"减小",title:"减小",size:g,onClick:U,disabled:d||V,className:"arrow-down",children:i.jsx(gl,{})})]})]}),p&&i.jsx(ul,{id:`${K}-desc`,children:p})]})});Wo.displayName="NumberInput";const ml=b("label",{shouldForwardProp:e=>e!=="disabled"})(({theme:e,disabled:t})=>({display:"inline-flex",alignItems:"center",gap:e.components.radio.gap,cursor:t?"not-allowed":"pointer",opacity:t?e.components.radio.disabled.opacity:1,transition:`opacity ${e.components.radio.transition}`})),xl=b("span",{shouldForwardProp:e=>e!=="disabled"})(({theme:e,disabled:t})=>({position:"relative",display:"inline-flex",alignItems:"center",justifyContent:"center",width:e.components.radio.control.size,height:e.components.radio.control.size,borderRadius:e.components.radio.control.borderRadius,borderWidth:e.components.radio.control.borderWidth,borderStyle:"solid",borderColor:t?e.components.radio.control.borderColor.disabled:e.components.radio.control.borderColor.default,background:e.components.radio.control.background,transition:`border-color ${e.components.radio.transition}, box-shadow ${e.components.radio.transition}, transform ${e.components.radio.transition}`,flexShrink:0})),vl=b("input")(({theme:e})=>({position:"absolute",inset:0,width:"100%",height:"100%",margin:0,opacity:0,cursor:"inherit","&:focus-visible + span":{boxShadow:e.components.radio.focusRing},"&:hover:not(:disabled) + span":{borderColor:e.components.radio.control.borderColor.hover,transform:"translateY(-0.5px)"},"&:checked + span":{borderColor:e.components.radio.control.borderColor.checked},"&:checked + span::after":{transform:"translate(-50%, -50%) scale(1)",opacity:1},"&:disabled + span":{borderColor:e.components.radio.control.borderColor.disabled},"&:disabled + span::after":{background:e.components.radio.control.indicator.disabled}})),yl=b("span")(({theme:e})=>({position:"relative",inset:0,width:"100%",height:"100%",borderRadius:"inherit",boxShadow:"none","&::after":{content:'""',position:"absolute",top:"50%",left:"50%",width:e.components.radio.control.indicator.size,height:e.components.radio.control.indicator.size,background:e.components.radio.control.indicator.color,borderRadius:"inherit",transform:"translate(-50%, -50%) scale(0.35)",opacity:0,transition:`transform ${e.components.radio.transition}, opacity ${e.components.radio.transition}`}})),$l=b("span")({display:"flex",flexDirection:"column",gap:"0.25rem",minWidth:0}),wl=b("span",{shouldForwardProp:e=>e!=="disabled"})(({theme:e,disabled:t})=>({fontSize:e.components.radio.text.label.fontSize,fontWeight:e.components.radio.text.label.fontWeight,color:t?e.components.radio.text.label.disabled:e.components.radio.text.label.color,lineHeight:1.5,transition:`color ${e.components.radio.transition}`})),kl=b("span",{shouldForwardProp:e=>e!=="disabled"})(({theme:e,disabled:t})=>({margin:0,color:t?e.components.radio.text.description.disabled:e.components.radio.text.description.color,fontSize:e.components.radio.text.description.fontSize,lineHeight:1.4,transition:`color ${e.components.radio.transition}`})),gr=c.forwardRef(({label:e,description:t,className:r,...o},n)=>{const s=!!o.disabled;return i.jsxs(ml,{disabled:s,className:r,"data-disabled":s?"true":void 0,children:[i.jsxs(xl,{disabled:s,children:[i.jsx(vl,{ref:n,type:"radio",disabled:s,...o}),i.jsx(yl,{"aria-hidden":!0})]}),(e||t)&&i.jsxs($l,{children:[e?i.jsx(wl,{disabled:s,children:e}):null,t?i.jsx(kl,{disabled:s,children:t}):null]})]})});gr.displayName="Radio";const Sl=["rect","text","circle"],Cl=["sm","md","lg","pill"],jl=S.keyframes`
|
|
1614
1664
|
0% {
|
|
1615
1665
|
transform: translateX(-100%);
|
|
1616
1666
|
}
|
|
1617
1667
|
100% {
|
|
1618
1668
|
transform: translateX(100%);
|
|
1619
1669
|
}
|
|
1620
|
-
`,Uo=({theme:e})=>
|
|
1670
|
+
`,Uo=({theme:e})=>S.css`
|
|
1621
1671
|
&::after {
|
|
1622
1672
|
content: '';
|
|
1623
1673
|
position: absolute;
|
|
@@ -1649,7 +1699,7 @@
|
|
|
1649
1699
|
width: ${({$variant:e,$width:t,theme:r})=>e==="circle"?t??r.components.skeleton.circle.size:t??"100%"};
|
|
1650
1700
|
height: ${({$variant:e,$height:t,theme:r})=>e==="circle"?t??r.components.skeleton.circle.size:e==="text"?t??r.components.skeleton.text.lineHeight:t??r.components.skeleton.block.height};
|
|
1651
1701
|
|
|
1652
|
-
${({$animate:e,theme:t})=>e&&
|
|
1702
|
+
${({$animate:e,theme:t})=>e&&S.css`
|
|
1653
1703
|
${Uo({theme:t})}
|
|
1654
1704
|
`}
|
|
1655
1705
|
`,zl=b.div`
|
|
@@ -1666,10 +1716,10 @@
|
|
|
1666
1716
|
border-radius: ${({theme:e})=>e.components.skeleton.radius.pill};
|
|
1667
1717
|
width: ${({$customWidth:e,$isLast:t,theme:r})=>e??(t?r.components.skeleton.text.lastLineWidth:"100%")};
|
|
1668
1718
|
|
|
1669
|
-
${({$animate:e,theme:t})=>e&&
|
|
1719
|
+
${({$animate:e,theme:t})=>e&&S.css`
|
|
1670
1720
|
${Uo({theme:t})}
|
|
1671
1721
|
`}
|
|
1672
|
-
`,Or=e=>{if(e!==void 0)return typeof e=="number"?`${e}px`:e},Yo=c.forwardRef(({variant:e="rect",width:t,height:r,lines:o=e==="text"?3:1,animate:n=!0,radius:s="md",loaded:a=!1,className:l,children:
|
|
1722
|
+
`,Or=e=>{if(e!==void 0)return typeof e=="number"?`${e}px`:e},Yo=c.forwardRef(({variant:e="rect",width:t,height:r,lines:o=e==="text"?3:1,animate:n=!0,radius:s="md",loaded:a=!1,className:l,children:d,style:u,...h},p)=>{const f=Or(t),x=Or(r),m=Math.max(1,o),g=e==="text"&&m>1;if(a)return d?i.jsx("div",{ref:p,className:l,style:u,...h,children:d}):null;const $={role:"status","aria-live":"polite","aria-busy":!0};return g?i.jsx(zl,{ref:p,className:l,style:u,$width:f,"data-variant":"text",...$,...h,children:Array.from({length:m}).map((k,v)=>i.jsx(Tl,{$animate:n,$isLast:v===m-1,$customWidth:v===m-1?f:void 0,"aria-hidden":"true"},v))}):i.jsx(El,{ref:p,className:l,style:u,$variant:e,$animate:n,$radius:s,$width:f,$height:x,"data-variant":e,...$,...h})});Yo.displayName="Skeleton";const Br=S.keyframes`
|
|
1673
1723
|
0% {
|
|
1674
1724
|
transform: scale(1);
|
|
1675
1725
|
opacity: 0.6;
|
|
@@ -1687,7 +1737,7 @@
|
|
|
1687
1737
|
flex-direction: ${({orientation:e})=>e==="vertical"?"column":"row"};
|
|
1688
1738
|
width: 100%;
|
|
1689
1739
|
|
|
1690
|
-
${({orientation:e})=>e==="horizontal"&&
|
|
1740
|
+
${({orientation:e})=>e==="horizontal"&&S.css`
|
|
1691
1741
|
align-items: flex-start;
|
|
1692
1742
|
`}
|
|
1693
1743
|
`,Ll=b.div`
|
|
@@ -1715,7 +1765,7 @@
|
|
|
1715
1765
|
transition: all 0.2s ease;
|
|
1716
1766
|
|
|
1717
1767
|
/* Colors based on Status */
|
|
1718
|
-
${({theme:e,status:t,variant:r})=>{const o=e.components.stepper,n=o.state[t];let s=n.color,a="transparent",l=n.color;return r==="dot"?(t==="wait"?a=o.line.color.default:a=n.color,l="transparent",
|
|
1768
|
+
${({theme:e,status:t,variant:r})=>{const o=e.components.stepper,n=o.state[t];let s=n.color,a="transparent",l=n.color;return r==="dot"?(t==="wait"?a=o.line.color.default:a=n.color,l="transparent",S.css`
|
|
1719
1769
|
background-color: ${a};
|
|
1720
1770
|
color: ${l};
|
|
1721
1771
|
${t==="process"?`
|
|
@@ -1730,7 +1780,7 @@
|
|
|
1730
1780
|
z-index: -1;
|
|
1731
1781
|
}
|
|
1732
1782
|
`:""}
|
|
1733
|
-
`):(t==="process"?(s=n.color,a=n.bg,l=e.global.colors.common.white):t==="finish"?(s=n.color,a=n.bg,l=n.color):(t==="error"&&(s=n.color,a=n.bg),l=n.color),
|
|
1783
|
+
`):(t==="process"?(s=n.color,a=n.bg,l=e.global.colors.common.white):t==="finish"?(s=n.color,a=n.bg,l=n.color):(t==="error"&&(s=n.color,a=n.bg),l=n.color),S.css`
|
|
1734
1784
|
border-color: ${s};
|
|
1735
1785
|
background-color: ${a};
|
|
1736
1786
|
color: ${l};
|
|
@@ -1764,13 +1814,13 @@
|
|
|
1764
1814
|
flex-direction: column;
|
|
1765
1815
|
justify-content: center;
|
|
1766
1816
|
|
|
1767
|
-
${({orientation:e,labelPlacement:t})=>e==="horizontal"&&t==="bottom"&&
|
|
1817
|
+
${({orientation:e,labelPlacement:t})=>e==="horizontal"&&t==="bottom"&&S.css`
|
|
1768
1818
|
align-items: center;
|
|
1769
1819
|
text-align: center;
|
|
1770
1820
|
padding-top: 4px; /* Space between icon and text */
|
|
1771
1821
|
`}
|
|
1772
1822
|
|
|
1773
|
-
${({orientation:e,labelPlacement:t})=>(e==="vertical"||t==="right")&&
|
|
1823
|
+
${({orientation:e,labelPlacement:t})=>(e==="vertical"||t==="right")&&S.css`
|
|
1774
1824
|
padding-left: 4px; /* Space between icon and text */
|
|
1775
1825
|
/* Adjust for vertical alignment with icon center if needed */
|
|
1776
1826
|
padding-top: 4px;
|
|
@@ -1789,21 +1839,21 @@
|
|
|
1789
1839
|
`,Nt=b.div`
|
|
1790
1840
|
transition: background-color 0.2s ease;
|
|
1791
1841
|
|
|
1792
|
-
${({orientation:e,theme:t,isFinished:r,size:o,labelPlacement:n,variant:s})=>{const a=s==="dot"?t.components.stepper.dot.size[o]:t.components.stepper.circle.size[o],
|
|
1842
|
+
${({orientation:e,theme:t,isFinished:r,size:o,labelPlacement:n,variant:s})=>{const a=s==="dot"?t.components.stepper.dot.size[o]:t.components.stepper.circle.size[o],d=parseInt(a)/2;return e==="horizontal"?S.css`
|
|
1793
1843
|
flex: 1;
|
|
1794
1844
|
height: 1px;
|
|
1795
1845
|
background-color: ${r?t.components.stepper.line.color.active:t.components.stepper.line.color.default};
|
|
1796
1846
|
margin: 0 ${t.components.stepper.gap};
|
|
1797
|
-
margin-top: ${
|
|
1847
|
+
margin-top: ${d}px;
|
|
1798
1848
|
${n==="bottom"?"align-self: flex-start;":""}
|
|
1799
|
-
`:
|
|
1849
|
+
`:S.css`
|
|
1800
1850
|
width: 1px;
|
|
1801
1851
|
min-height: 40px;
|
|
1802
1852
|
flex: 1;
|
|
1803
1853
|
background-color: ${r?t.components.stepper.line.color.active:t.components.stepper.line.color.default};
|
|
1804
1854
|
margin-top: 4px;
|
|
1805
1855
|
`}}
|
|
1806
|
-
`,Zo=c.forwardRef((e,t)=>{const{active:r=0,orientation:o="horizontal",labelPlacement:n="right",size:s="md",variant:a="default",children:l,className:
|
|
1856
|
+
`,Zo=c.forwardRef((e,t)=>{const{active:r=0,orientation:o="horizontal",labelPlacement:n="right",size:s="md",variant:a="default",children:l,className:d,onChange:u,...h}=e,p=c.Children.toArray(l).filter(c.isValidElement);return i.jsx(Rl,{ref:t,orientation:o,className:d,role:"list","aria-label":"Progress",...h,children:p.map((f,x)=>{const m=f.props;let g="wait";return m.status?g=m.status:x<r?g="finish":x===r?g="process":g="wait",c.cloneElement(f,{index:x,last:x===p.length-1,orientation:o,labelPlacement:o==="vertical"?"right":n,size:s,status:g,variant:a,onClick:()=>{var $;u&&!m.disabled&&u(x),($=m.onClick)==null||$.call(m)}})})})});Zo.displayName="Stepper";const Xo=c.forwardRef((e,t)=>{const{title:r,description:o,icon:n,status:s="wait",index:a=0,orientation:l="horizontal",labelPlacement:d="right",size:u="md",last:h=!1,variant:p="default",className:f,onClick:x,...m}=e,g=()=>{if(n)return n;switch(s){case"finish":return i.jsx(cr,{});case"error":return i.jsx(dr,{});default:return i.jsx("span",{children:a+1})}},$=l==="horizontal"&&p==="dot"?"bottom":d,v=!(p==="dot"&&!n)?g():null,j=l==="vertical"&&!h,w=l==="horizontal"&&!h;return i.jsxs(Ll,{ref:t,className:f,orientation:l,labelPlacement:$,status:s,isLast:h,variant:p,onClick:x,role:"listitem","aria-current":s==="process"?"step":void 0,...m,children:[l==="vertical"&&i.jsxs(i.Fragment,{children:[i.jsxs("div",{style:{display:"flex",flexDirection:"column",alignItems:"center",flexShrink:0,minHeight:h?"auto":"80px"},children:[i.jsx(Rt,{status:s,size:u,variant:p,children:v}),j&&i.jsx(Nt,{orientation:"vertical",labelPlacement:$,isFinished:s==="finish",size:u,variant:p})]}),i.jsxs(Lt,{orientation:l,labelPlacement:$,children:[i.jsx(Mt,{status:s,children:r}),o&&i.jsx(It,{children:o})]})]}),l==="horizontal"&&i.jsx(i.Fragment,{children:$==="bottom"?i.jsxs("div",{style:{display:"flex",flexDirection:"row",alignItems:"center",width:"100%"},children:[i.jsxs("div",{style:{display:"flex",flexDirection:"column",alignItems:"center",flexShrink:0},children:[i.jsx(Rt,{status:s,size:u,variant:p,children:v}),i.jsxs(Lt,{orientation:l,labelPlacement:$,children:[i.jsx(Mt,{status:s,children:r}),o&&i.jsx(It,{children:o})]})]}),w&&i.jsx(Nt,{orientation:"horizontal",labelPlacement:$,isFinished:s==="finish",size:u,variant:p})]}):i.jsxs(i.Fragment,{children:[i.jsx(Rt,{status:s,size:u,variant:p,children:v}),i.jsxs(Lt,{orientation:l,labelPlacement:$,children:[i.jsx(Mt,{status:s,children:r}),o&&i.jsx(It,{children:o})]}),w&&i.jsx(Nt,{orientation:"horizontal",labelPlacement:$,isFinished:s==="finish",size:u,variant:p})]})})]})});Xo.displayName="Step";const Ml=["line","circle"],Il=["sm","md","lg"],Nl=["normal","error","warning","success"],jt=(e,t)=>({normal:t.semantic.colors.brand.primary,error:t.semantic.colors.state.danger,warning:t.semantic.colors.state.warning,success:t.semantic.colors.state.success})[e],Pl=b.div`
|
|
1807
1857
|
display: flex;
|
|
1808
1858
|
align-items: center;
|
|
1809
1859
|
gap: 16px;
|
|
@@ -1815,9 +1865,9 @@
|
|
|
1815
1865
|
border-radius: 5px;
|
|
1816
1866
|
overflow: hidden;
|
|
1817
1867
|
|
|
1818
|
-
${({size:e})=>e==="sm"?
|
|
1868
|
+
${({size:e})=>e==="sm"?S.css`
|
|
1819
1869
|
height: 6px;
|
|
1820
|
-
`:
|
|
1870
|
+
`:S.css`
|
|
1821
1871
|
height: 8px;
|
|
1822
1872
|
`}
|
|
1823
1873
|
`,Fl=b.div`
|
|
@@ -1857,13 +1907,13 @@
|
|
|
1857
1907
|
align-items: center;
|
|
1858
1908
|
justify-content: center;
|
|
1859
1909
|
|
|
1860
|
-
${({size:e})=>e==="sm"?
|
|
1910
|
+
${({size:e})=>e==="sm"?S.css`
|
|
1861
1911
|
width: 24px;
|
|
1862
1912
|
height: 24px;
|
|
1863
|
-
`:e==="md"?
|
|
1913
|
+
`:e==="md"?S.css`
|
|
1864
1914
|
width: 80px;
|
|
1865
1915
|
height: 80px;
|
|
1866
|
-
`:
|
|
1916
|
+
`:S.css`
|
|
1867
1917
|
width: 160px;
|
|
1868
1918
|
height: 160px;
|
|
1869
1919
|
`}
|
|
@@ -1888,16 +1938,16 @@
|
|
|
1888
1938
|
align-items: center;
|
|
1889
1939
|
justify-content: center;
|
|
1890
1940
|
|
|
1891
|
-
${({size:e,theme:t})=>e==="sm"?
|
|
1941
|
+
${({size:e,theme:t})=>e==="sm"?S.css`
|
|
1892
1942
|
width: 16px;
|
|
1893
1943
|
height: 16px;
|
|
1894
|
-
`:e==="md"?
|
|
1944
|
+
`:e==="md"?S.css`
|
|
1895
1945
|
font-family: 'Barlow', ${t.global.typography.fontFamily};
|
|
1896
1946
|
font-size: 20px;
|
|
1897
1947
|
font-weight: 500;
|
|
1898
1948
|
line-height: 30px;
|
|
1899
1949
|
color: ${t.semantic.colors.text.secondary};
|
|
1900
|
-
`:
|
|
1950
|
+
`:S.css`
|
|
1901
1951
|
font-family: 'Barlow', ${t.global.typography.fontFamily};
|
|
1902
1952
|
font-size: 36px;
|
|
1903
1953
|
font-weight: 500;
|
|
@@ -1914,72 +1964,71 @@
|
|
|
1914
1964
|
width: 100%;
|
|
1915
1965
|
height: 100%;
|
|
1916
1966
|
}
|
|
1917
|
-
`,Yl=Ml,Zl=Il,Xl=Nl,Gl=()=>i.jsxs("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[i.jsx("circle",{cx:"8",cy:"8",r:"8",fill:"currentColor"}),i.jsx("path",{d:"M11.3333 5.5L6.75 10.0833L4.66667 8",stroke:"white",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),ql=()=>i.jsxs("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[i.jsx("circle",{cx:"8",cy:"8",r:"8",fill:"currentColor"}),i.jsx("path",{d:"M10 6L6 10M6 6L10 10",stroke:"white",strokeWidth:"1.5",strokeLinecap:"round"})]}),Jl=()=>i.jsxs("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[i.jsx("circle",{cx:"8",cy:"8",r:"8",fill:"currentColor"}),i.jsx("path",{d:"M8 4.66667V8.66667M8 11.3333H8.00667",stroke:"white",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),Ql=e=>{switch(e){case"success":return i.jsx(Gl,{});case"error":return i.jsx(ql,{});case"warning":return i.jsx(Jl,{});default:return null}},Go=c.forwardRef(({type:e="line",size:t="md",status:r="normal",value:o=0,showPercent:n=!0,showIcon:s=!0,className:a,...l},u)=>{const d=Math.min(Math.max(o,0),100),{progressBarProps:h,labelProps:p}=X.useProgressBar({...l,value:d,minValue:0,maxValue:100}),f=s&&r!=="normal",x=f?Ql(r):null;if(e==="line")return i.jsxs(Pl,{...h,ref:u,size:t,className:a,role:"progressbar","aria-valuenow":d,"aria-valuemin":0,"aria-valuemax":100,children:[i.jsx(Al,{size:t,children:i.jsx(Fl,{status:r,percent:d})}),i.jsxs(Bl,{children:[n&&i.jsxs(Dl,{...p,children:[Math.round(d),"%"]}),f&&x&&i.jsx(Ol,{status:r,children:x})]})]});const m=()=>{switch(t){case"sm":return{circleSize:24,strokeWidth:3};case"md":return{circleSize:80,strokeWidth:6};case"lg":return{circleSize:160,strokeWidth:8};default:return{circleSize:80,strokeWidth:6}}},{circleSize:g,strokeWidth:$}=m(),k=(g-$)/2,y=2*Math.PI*k,j=y-d/100*y,w=t!=="sm";return i.jsxs(Kl,{...h,ref:u,size:t,className:a,role:"progressbar","aria-valuenow":d,"aria-valuemin":0,"aria-valuemax":100,children:[i.jsxs(Vl,{children:[i.jsx(_l,{cx:g/2,cy:g/2,r:k,strokeWidth:$}),i.jsx(Hl,{status:r,cx:g/2,cy:g/2,r:k,strokeWidth:$,strokeDasharray:y,strokeDashoffset:j})]}),i.jsx(Wl,{size:t,children:w?n&&i.jsxs("span",{...p,children:[Math.round(d),"%"]}):f&&x&&i.jsx(Ul,{status:r,children:x})})]})});Go.displayName="Progress";const qo={badInput:!1,customError:!1,patternMismatch:!1,rangeOverflow:!1,rangeUnderflow:!1,stepMismatch:!1,tooLong:!1,tooShort:!1,typeMismatch:!1,valueMissing:!1,valid:!0},Jo={...qo,customError:!0,valid:!1},Ze={isInvalid:!1,validationDetails:qo,validationErrors:[]},ec=c.createContext({}),Kr="__formValidationState"+Date.now();function tc(e){if(e[Kr]){let{realtimeValidation:t,displayValidation:r,updateValidation:o,resetValidation:n,commitValidation:s}=e[Kr];return{realtimeValidation:t,displayValidation:r,updateValidation:o,resetValidation:n,commitValidation:s}}return rc(e)}function rc(e){let{isInvalid:t,validationState:r,name:o,value:n,builtinValidation:s,validate:a,validationBehavior:l="aria"}=e;r&&(t||(t=r==="invalid"));let u=t!==void 0?{isInvalid:t,validationErrors:[],validationDetails:Jo}:null,d=c.useMemo(()=>{if(!a||n==null)return null;let L=oc(a,n);return Vr(L)},[a,n]);s!=null&&s.validationDetails.valid&&(s=void 0);let h=c.useContext(ec),p=c.useMemo(()=>o?Array.isArray(o)?o.flatMap(L=>qt(h[L])):qt(h[o]):[],[h,o]),[f,x]=c.useState(h),[m,g]=c.useState(!1);h!==f&&(x(h),g(!1));let $=c.useMemo(()=>Vr(m?[]:p),[m,p]),k=c.useRef(Ze),[y,j]=c.useState(Ze),w=c.useRef(Ze),v=()=>{if(!R)return;z(!1);let L=d||s||k.current;Pt(L,w.current)||(w.current=L,j(L))},[R,z]=c.useState(!1);return c.useEffect(v),{realtimeValidation:u||$||d||s||Ze,displayValidation:l==="native"?u||$||y:u||$||d||s||y,updateValidation(L){l==="aria"&&!Pt(y,L)?j(L):k.current=L},resetValidation(){let L=Ze;Pt(L,w.current)||(w.current=L,j(L)),l==="native"&&z(!1),g(!0)},commitValidation(){l==="native"&&z(!0),g(!0)}}}function qt(e){return e?Array.isArray(e)?e:[e]:[]}function oc(e,t){if(typeof e=="function"){let r=e(t);if(r&&typeof r!="boolean")return qt(r)}return[]}function Vr(e){return e.length?{isInvalid:!0,validationErrors:e,validationDetails:Jo}:null}function Pt(e,t){return e===t?!0:!!e&&!!t&&e.isInvalid===t.isInvalid&&e.validationErrors.length===t.validationErrors.length&&e.validationErrors.every((r,o)=>r===t.validationErrors[o])&&Object.entries(e.validationDetails).every(([r,o])=>t.validationDetails[r]===o)}class _r{*[Symbol.iterator](){yield*this.iterable}get size(){return this._size}getKeys(){return this.keyMap.keys()}getKeyBefore(t){let r=this.keyMap.get(t);var o;return r&&(o=r.prevKey)!==null&&o!==void 0?o:null}getKeyAfter(t){let r=this.keyMap.get(t);var o;return r&&(o=r.nextKey)!==null&&o!==void 0?o:null}getFirstKey(){return this.firstKey}getLastKey(){return this.lastKey}getItem(t){var r;return(r=this.keyMap.get(t))!==null&&r!==void 0?r:null}at(t){const r=[...this.getKeys()];return this.getItem(r[t])}getChildren(t){let r=this.keyMap.get(t);return(r==null?void 0:r.childNodes)||[]}constructor(t){this.keyMap=new Map,this.firstKey=null,this.lastKey=null,this.iterable=t;let r=l=>{if(this.keyMap.set(l.key,l),l.childNodes&&l.type==="section")for(let u of l.childNodes)r(u)};for(let l of t)r(l);let o=null,n=0,s=0;for(let[l,u]of this.keyMap)o?(o.nextKey=l,u.prevKey=o.key):(this.firstKey=l,u.prevKey=void 0),u.type==="item"&&(u.index=n++),(u.type==="section"||u.type==="item")&&s++,o=u,o.nextKey=void 0;this._size=s;var a;this.lastKey=(a=o==null?void 0:o.key)!==null&&a!==void 0?a:null}}class ye extends Set{constructor(t,r,o){super(t),t instanceof ye?(this.anchorKey=r??t.anchorKey,this.currentKey=o??t.currentKey):(this.anchorKey=r??null,this.currentKey=o??null)}}function nc(e,t){if(e.size!==t.size)return!1;for(let r of e)if(!t.has(r))return!1;return!0}function ic(e){let{selectionMode:t="none",disallowEmptySelection:r=!1,allowDuplicateSelectionEvents:o,selectionBehavior:n="toggle",disabledBehavior:s="all"}=e,a=c.useRef(!1),[,l]=c.useState(!1),u=c.useRef(null),d=c.useRef(null),[,h]=c.useState(null),p=c.useMemo(()=>Hr(e.selectedKeys),[e.selectedKeys]),f=c.useMemo(()=>Hr(e.defaultSelectedKeys,new ye),[e.defaultSelectedKeys]),[x,m]=vt(p,f,e.onSelectionChange),g=c.useMemo(()=>e.disabledKeys?new Set(e.disabledKeys):new Set,[e.disabledKeys]),[$,k]=c.useState(n);n==="replace"&&$==="toggle"&&typeof x=="object"&&x.size===0&&k("replace");let y=c.useRef(n);return c.useEffect(()=>{n!==y.current&&(k(n),y.current=n)},[n]),{selectionMode:t,disallowEmptySelection:r,selectionBehavior:$,setSelectionBehavior:k,get isFocused(){return a.current},setFocused(j){a.current=j,l(j)},get focusedKey(){return u.current},get childFocusStrategy(){return d.current},setFocusedKey(j,w="first"){u.current=j,d.current=w,h(j)},selectedKeys:x,setSelectedKeys(j){(o||!nc(j,x))&&m(j)},disabledKeys:g,disabledBehavior:s}}function Hr(e,t){return e?e==="all"?"all":new ye(e):t}function Qo(e){return null}Qo.getCollectionNode=function*(t,r){let{childItems:o,title:n,children:s}=t,a=t.title||t.children,l=t.textValue||(typeof a=="string"?a:"")||t["aria-label"]||"";!l&&!(r!=null&&r.suppressTextValueWarning)&&process.env.NODE_ENV!=="production"&&console.warn("<Item> with non-plain text contents is unsupported by type to select for accessibility. Please add a `textValue` prop."),yield{type:"item",props:t,rendered:a,textValue:l,"aria-label":t["aria-label"],hasChildNodes:sc(t),*childNodes(){if(o)for(let u of o)yield{type:"item",value:u};else if(n){let u=[];c.Children.forEach(s,d=>{u.push({type:"item",element:d})}),yield*u}}}};function sc(e){return e.hasChildItems!=null?e.hasChildItems:!!(e.childItems||e.title&&c.Children.count(e.children)>0)}let en=Qo;function tn(e){return null}tn.getCollectionNode=function*(t){let{children:r,title:o,items:n}=t;yield{type:"section",props:t,hasChildNodes:!0,rendered:o,"aria-label":t["aria-label"],*childNodes(){if(typeof r=="function"){if(!n)throw new Error("props.children was a function but props.items is missing");for(let s of n)yield{type:"item",value:s,renderer:r}}else{let s=[];c.Children.forEach(r,a=>{s.push({type:"item",element:a})}),yield*s}}}};let ac=tn;class lc{build(t,r){return this.context=r,Wr(()=>this.iterateCollection(t))}*iterateCollection(t){let{children:r,items:o}=t;if(c.isValidElement(r)&&r.type===c.Fragment)yield*this.iterateCollection({children:r.props.children,items:o});else if(typeof r=="function"){if(!o)throw new Error("props.children was a function but props.items is missing");let n=0;for(let s of o)yield*this.getFullNode({value:s,index:n},{renderer:r}),n++}else{let n=[];c.Children.forEach(r,a=>{a&&n.push(a)});let s=0;for(let a of n){let l=this.getFullNode({element:a,index:s},{});for(let u of l)s++,yield u}}}getKey(t,r,o,n){if(t.key!=null)return t.key;if(r.type==="cell"&&r.key!=null)return`${n}${r.key}`;let s=r.value;if(s!=null){var a;let l=(a=s.key)!==null&&a!==void 0?a:s.id;if(l==null)throw new Error("No key found for item");return l}return n?`${n}.${r.index}`:`$.${r.index}`}getChildState(t,r){return{renderer:r.renderer||t.renderer}}*getFullNode(t,r,o,n){if(c.isValidElement(t.element)&&t.element.type===c.Fragment){let $=[];c.Children.forEach(t.element.props.children,y=>{$.push(y)});var s;let k=(s=t.index)!==null&&s!==void 0?s:0;for(const y of $)yield*this.getFullNode({element:y,index:k++},r,o,n);return}let a=t.element;if(!a&&t.value&&r&&r.renderer){let $=this.cache.get(t.value);if($&&(!$.shouldInvalidate||!$.shouldInvalidate(this.context))){$.index=t.index,$.parentKey=n?n.key:null,yield $;return}a=r.renderer(t.value)}if(c.isValidElement(a)){let $=a.type;if(typeof $!="function"&&typeof $.getCollectionNode!="function"){let w=a.type;throw new Error(`Unknown element <${w}> in collection.`)}let k=$.getCollectionNode(a.props,this.context);var l;let y=(l=t.index)!==null&&l!==void 0?l:0,j=k.next();for(;!j.done&&j.value;){let w=j.value;t.index=y;var u;let v=(u=w.key)!==null&&u!==void 0?u:null;v==null&&(v=w.element?null:this.getKey(a,t,r,o));let z=[...this.getFullNode({...w,key:v,index:y,wrapper:cc(t.wrapper,w.wrapper)},this.getChildState(r,w),o?`${o}${a.key}`:a.key,n)];for(let A of z){var d,h;A.value=(h=(d=w.value)!==null&&d!==void 0?d:t.value)!==null&&h!==void 0?h:null,A.value&&this.cache.set(A.value,A);var p;if(t.type&&A.type!==t.type)throw new Error(`Unsupported type <${At(A.type)}> in <${At((p=n==null?void 0:n.type)!==null&&p!==void 0?p:"unknown parent type")}>. Only <${At(t.type)}> is supported.`);y++,yield A}j=k.next(z)}return}if(t.key==null||t.type==null)return;let f=this;var x,m;let g={type:t.type,props:t.props,key:t.key,parentKey:n?n.key:null,value:(x=t.value)!==null&&x!==void 0?x:null,level:n?n.level+1:0,index:t.index,rendered:t.rendered,textValue:(m=t.textValue)!==null&&m!==void 0?m:"","aria-label":t["aria-label"],wrapper:t.wrapper,shouldInvalidate:t.shouldInvalidate,hasChildNodes:t.hasChildNodes||!1,childNodes:Wr(function*(){if(!t.hasChildNodes||!t.childNodes)return;let $=0;for(let k of t.childNodes()){k.key!=null&&(k.key=`${g.key}${k.key}`);let y=f.getFullNode({...k,index:$},f.getChildState(r,k),g.key,g);for(let j of y)$++,yield j}})};yield g}constructor(){this.cache=new WeakMap}}function Wr(e){let t=[],r=null;return{*[Symbol.iterator](){for(let o of t)yield o;r||(r=e());for(let o of r)t.push(o),yield o}}}function cc(e,t){if(e&&t)return r=>e(t(r));if(e)return e;if(t)return t}function At(e){return e[0].toUpperCase()+e.slice(1)}function dc(e,t,r){let o=c.useMemo(()=>new lc,[]),{children:n,items:s,collection:a}=e;return c.useMemo(()=>{if(a)return a;let u=o.build({children:n,items:s},r);return t(u)},[o,n,s,a,r,t])}function uc(e,t){return typeof t.getChildren=="function"?t.getChildren(e.key):e.childNodes}function fc(e){return pc(e)}function pc(e,t){for(let r of e)return r}function Ft(e,t,r){if(t.parentKey===r.parentKey)return t.index-r.index;let o=[...Ur(e,t),t],n=[...Ur(e,r),r],s=o.slice(0,n.length).findIndex((a,l)=>a!==n[l]);return s!==-1?(t=o[s],r=n[s],t.index-r.index):o.findIndex(a=>a===r)>=0?1:(n.findIndex(a=>a===t)>=0,-1)}function Ur(e,t){let r=[],o=t;for(;(o==null?void 0:o.parentKey)!=null;)o=e.getItem(o.parentKey),o&&r.unshift(o);return r}class mr{get selectionMode(){return this.state.selectionMode}get disallowEmptySelection(){return this.state.disallowEmptySelection}get selectionBehavior(){return this.state.selectionBehavior}setSelectionBehavior(t){this.state.setSelectionBehavior(t)}get isFocused(){return this.state.isFocused}setFocused(t){this.state.setFocused(t)}get focusedKey(){return this.state.focusedKey}get childFocusStrategy(){return this.state.childFocusStrategy}setFocusedKey(t,r){(t==null||this.collection.getItem(t))&&this.state.setFocusedKey(t,r)}get selectedKeys(){return this.state.selectedKeys==="all"?new Set(this.getSelectAllKeys()):this.state.selectedKeys}get rawSelection(){return this.state.selectedKeys}isSelected(t){if(this.state.selectionMode==="none")return!1;let r=this.getKey(t);return r==null?!1:this.state.selectedKeys==="all"?this.canSelectItem(r):this.state.selectedKeys.has(r)}get isEmpty(){return this.state.selectedKeys!=="all"&&this.state.selectedKeys.size===0}get isSelectAll(){if(this.isEmpty)return!1;if(this.state.selectedKeys==="all")return!0;if(this._isSelectAll!=null)return this._isSelectAll;let t=this.getSelectAllKeys(),r=this.state.selectedKeys;return this._isSelectAll=t.every(o=>r.has(o)),this._isSelectAll}get firstSelectedKey(){let t=null;for(let o of this.state.selectedKeys){let n=this.collection.getItem(o);(!t||n&&Ft(this.collection,n,t)<0)&&(t=n)}var r;return(r=t==null?void 0:t.key)!==null&&r!==void 0?r:null}get lastSelectedKey(){let t=null;for(let o of this.state.selectedKeys){let n=this.collection.getItem(o);(!t||n&&Ft(this.collection,n,t)>0)&&(t=n)}var r;return(r=t==null?void 0:t.key)!==null&&r!==void 0?r:null}get disabledKeys(){return this.state.disabledKeys}get disabledBehavior(){return this.state.disabledBehavior}extendSelection(t){if(this.selectionMode==="none")return;if(this.selectionMode==="single"){this.replaceSelection(t);return}let r=this.getKey(t);if(r==null)return;let o;if(this.state.selectedKeys==="all")o=new ye([r],r,r);else{let a=this.state.selectedKeys;var n;let l=(n=a.anchorKey)!==null&&n!==void 0?n:r;o=new ye(a,l,r);var s;for(let u of this.getKeyRange(l,(s=a.currentKey)!==null&&s!==void 0?s:r))o.delete(u);for(let u of this.getKeyRange(r,l))this.canSelectItem(u)&&o.add(u)}this.state.setSelectedKeys(o)}getKeyRange(t,r){let o=this.collection.getItem(t),n=this.collection.getItem(r);return o&&n?Ft(this.collection,o,n)<=0?this.getKeyRangeInternal(t,r):this.getKeyRangeInternal(r,t):[]}getKeyRangeInternal(t,r){var o;if(!((o=this.layoutDelegate)===null||o===void 0)&&o.getKeyRange)return this.layoutDelegate.getKeyRange(t,r);let n=[],s=t;for(;s!=null;){let a=this.collection.getItem(s);if(a&&(a.type==="item"||a.type==="cell"&&this.allowsCellSelection)&&n.push(s),s===r)return n;s=this.collection.getKeyAfter(s)}return[]}getKey(t){let r=this.collection.getItem(t);if(!r||r.type==="cell"&&this.allowsCellSelection)return t;for(;r&&r.type!=="item"&&r.parentKey!=null;)r=this.collection.getItem(r.parentKey);return!r||r.type!=="item"?null:r.key}toggleSelection(t){if(this.selectionMode==="none")return;if(this.selectionMode==="single"&&!this.isSelected(t)){this.replaceSelection(t);return}let r=this.getKey(t);if(r==null)return;let o=new ye(this.state.selectedKeys==="all"?this.getSelectAllKeys():this.state.selectedKeys);o.has(r)?o.delete(r):this.canSelectItem(r)&&(o.add(r),o.anchorKey=r,o.currentKey=r),!(this.disallowEmptySelection&&o.size===0)&&this.state.setSelectedKeys(o)}replaceSelection(t){if(this.selectionMode==="none")return;let r=this.getKey(t);if(r==null)return;let o=this.canSelectItem(r)?new ye([r],r,r):new ye;this.state.setSelectedKeys(o)}setSelectedKeys(t){if(this.selectionMode==="none")return;let r=new ye;for(let o of t){let n=this.getKey(o);if(n!=null&&(r.add(n),this.selectionMode==="single"))break}this.state.setSelectedKeys(r)}getSelectAllKeys(){let t=[],r=o=>{for(;o!=null;){if(this.canSelectItem(o)){var n;let a=this.collection.getItem(o);(a==null?void 0:a.type)==="item"&&t.push(o);var s;a!=null&&a.hasChildNodes&&(this.allowsCellSelection||a.type!=="item")&&r((s=(n=fc(uc(a,this.collection)))===null||n===void 0?void 0:n.key)!==null&&s!==void 0?s:null)}o=this.collection.getKeyAfter(o)}};return r(this.collection.getFirstKey()),t}selectAll(){!this.isSelectAll&&this.selectionMode==="multiple"&&this.state.setSelectedKeys("all")}clearSelection(){!this.disallowEmptySelection&&(this.state.selectedKeys==="all"||this.state.selectedKeys.size>0)&&this.state.setSelectedKeys(new ye)}toggleSelectAll(){this.isSelectAll?this.clearSelection():this.selectAll()}select(t,r){this.selectionMode!=="none"&&(this.selectionMode==="single"?this.isSelected(t)&&!this.disallowEmptySelection?this.toggleSelection(t):this.replaceSelection(t):this.selectionBehavior==="toggle"||r&&(r.pointerType==="touch"||r.pointerType==="virtual")?this.toggleSelection(t):this.replaceSelection(t))}isSelectionEqual(t){if(t===this.state.selectedKeys)return!0;let r=this.selectedKeys;if(t.size!==r.size)return!1;for(let o of t)if(!r.has(o))return!1;for(let o of r)if(!t.has(o))return!1;return!0}canSelectItem(t){var r;if(this.state.selectionMode==="none"||this.state.disabledKeys.has(t))return!1;let o=this.collection.getItem(t);return!(!o||!(o==null||(r=o.props)===null||r===void 0)&&r.isDisabled||o.type==="cell"&&!this.allowsCellSelection)}isDisabled(t){var r,o;return this.state.disabledBehavior==="all"&&(this.state.disabledKeys.has(t)||!!(!((o=this.collection.getItem(t))===null||o===void 0||(r=o.props)===null||r===void 0)&&r.isDisabled))}isLink(t){var r,o;return!!(!((o=this.collection.getItem(t))===null||o===void 0||(r=o.props)===null||r===void 0)&&r.href)}getItemProps(t){var r;return(r=this.collection.getItem(t))===null||r===void 0?void 0:r.props}withCollection(t){return new mr(t,this.state,{allowsCellSelection:this.allowsCellSelection,layoutDelegate:this.layoutDelegate||void 0})}constructor(t,r,o){this.collection=t,this.state=r;var n;this.allowsCellSelection=(n=o==null?void 0:o.allowsCellSelection)!==null&&n!==void 0?n:!1,this._isSelectAll=null,this.layoutDelegate=(o==null?void 0:o.layoutDelegate)||null}}function rn(e){let{filter:t,layoutDelegate:r}=e,o=ic(e),n=c.useMemo(()=>e.disabledKeys?new Set(e.disabledKeys):new Set,[e.disabledKeys]),s=c.useCallback(d=>t?new _r(t(d)):new _r(d),[t]),a=c.useMemo(()=>({suppressTextValueWarning:e.suppressTextValueWarning}),[e.suppressTextValueWarning]),l=dc(e,s,a),u=c.useMemo(()=>new mr(l,o,{layoutDelegate:r}),[l,o,r]);return hc(l,u),{collection:l,disabledKeys:n,selectionManager:u}}function hc(e,t){const r=c.useRef(null);c.useEffect(()=>{if(t.focusedKey!=null&&!e.getItem(t.focusedKey)&&r.current){const h=r.current.getItem(t.focusedKey),p=[...r.current.getKeys()].map(k=>{const y=r.current.getItem(k);return(y==null?void 0:y.type)==="item"?y:null}).filter(k=>k!==null),f=[...e.getKeys()].map(k=>{const y=e.getItem(k);return(y==null?void 0:y.type)==="item"?y:null}).filter(k=>k!==null);var o,n;const x=((o=p==null?void 0:p.length)!==null&&o!==void 0?o:0)-((n=f==null?void 0:f.length)!==null&&n!==void 0?n:0);var s,a,l;let m=Math.min(x>1?Math.max(((s=h==null?void 0:h.index)!==null&&s!==void 0?s:0)-x+1,0):(a=h==null?void 0:h.index)!==null&&a!==void 0?a:0,((l=f==null?void 0:f.length)!==null&&l!==void 0?l:0)-1),g=null,$=!1;for(;m>=0;){if(!t.isDisabled(f[m].key)){g=f[m];break}if(m<f.length-1&&!$)m++;else{$=!0;var u,d;m>((u=h==null?void 0:h.index)!==null&&u!==void 0?u:0)&&(m=(d=h==null?void 0:h.index)!==null&&d!==void 0?d:0),m--}}t.setFocusedKey(g?g.key:null)}r.current=e},[e,t])}function bc(e){let[t,r]=vt(e.isOpen,e.defaultOpen||!1,e.onOpenChange);const o=c.useCallback(()=>{r(!0)},[r]),n=c.useCallback(()=>{r(!1)},[r]),s=c.useCallback(()=>{r(!t)},[r,t]);return{isOpen:t,setOpen:r,open:o,close:n,toggle:s}}function gc(e){let{selectionMode:t="single"}=e,r=bc(e),[o,n]=c.useState(null),s=c.useMemo(()=>{var w;return e.defaultValue!==void 0?e.defaultValue:t==="single"?(w=e.defaultSelectedKey)!==null&&w!==void 0?w:null:[]},[e.defaultValue,e.defaultSelectedKey,t]),a=c.useMemo(()=>e.value!==void 0?e.value:t==="single"?e.selectedKey:void 0,[e.value,e.selectedKey,t]),[l,u]=vt(a,s,e.onChange),d=t==="single"&&Array.isArray(l)?l[0]:l,h=w=>{if(t==="single"){var v,R;let z=Array.isArray(w)?(R=w[0])!==null&&R!==void 0?R:null:w;u(z),z!==d&&((v=e.onSelectionChange)===null||v===void 0||v.call(e,z))}else{let z=[];Array.isArray(w)?z=w:w!=null&&(z=[w]),u(z)}},p=rn({...e,selectionMode:t,disallowEmptySelection:t==="single",allowDuplicateSelectionEvents:!0,selectedKeys:c.useMemo(()=>mc(d),[d]),onSelectionChange:w=>{if(w!=="all"){if(t==="single"){var v;let R=(v=w.values().next().value)!==null&&v!==void 0?v:null;h(R),r.close()}else h([...w]);m.commitValidation()}}}),f=p.selectionManager.firstSelectedKey,x=c.useMemo(()=>[...p.selectionManager.selectedKeys].map(w=>p.collection.getItem(w)).filter(w=>w!=null),[p.selectionManager.selectedKeys,p.collection]),m=tc({...e,value:Array.isArray(d)&&d.length===0?null:d}),[g,$]=c.useState(!1),[k]=c.useState(d);var y,j;return{...m,...p,...r,value:d,defaultValue:s??k,setValue:h,selectedKey:f,setSelectedKey:h,selectedItem:(y=x[0])!==null&&y!==void 0?y:null,selectedItems:x,defaultSelectedKey:(j=e.defaultSelectedKey)!==null&&j!==void 0?j:e.selectionMode==="single"?k:null,focusStrategy:o,open(w=null){p.collection.size!==0&&(n(w),r.open())},toggle(w=null){p.collection.size!==0&&(n(w),r.toggle())},isFocused:g,setFocused:$}}function mc(e){if(e!==void 0)return e===null?[]:Array.isArray(e)?e:[e]}const xc=(e,t,r,o,n)=>{const s=n.components.tag.colors[t];return e==="checkable"?o?C.css`
|
|
1918
|
-
background:
|
|
1919
|
-
color:
|
|
1920
|
-
border-color:
|
|
1967
|
+
`,Yl=Ml,Zl=Il,Xl=Nl,Gl=()=>i.jsxs("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[i.jsx("circle",{cx:"8",cy:"8",r:"8",fill:"currentColor"}),i.jsx("path",{d:"M11.3333 5.5L6.75 10.0833L4.66667 8",stroke:"white",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),ql=()=>i.jsxs("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[i.jsx("circle",{cx:"8",cy:"8",r:"8",fill:"currentColor"}),i.jsx("path",{d:"M10 6L6 10M6 6L10 10",stroke:"white",strokeWidth:"1.5",strokeLinecap:"round"})]}),Jl=()=>i.jsxs("svg",{viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[i.jsx("circle",{cx:"8",cy:"8",r:"8",fill:"currentColor"}),i.jsx("path",{d:"M8 4.66667V8.66667M8 11.3333H8.00667",stroke:"white",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),Ql=e=>{switch(e){case"success":return i.jsx(Gl,{});case"error":return i.jsx(ql,{});case"warning":return i.jsx(Jl,{});default:return null}},Go=c.forwardRef(({type:e="line",size:t="md",status:r="normal",value:o=0,showPercent:n=!0,showIcon:s=!0,className:a,...l},d)=>{const u=Math.min(Math.max(o,0),100),{progressBarProps:h,labelProps:p}=X.useProgressBar({...l,value:u,minValue:0,maxValue:100}),f=s&&r!=="normal",x=f?Ql(r):null;if(e==="line")return i.jsxs(Pl,{...h,ref:d,size:t,className:a,role:"progressbar","aria-valuenow":u,"aria-valuemin":0,"aria-valuemax":100,children:[i.jsx(Al,{size:t,children:i.jsx(Fl,{status:r,percent:u})}),i.jsxs(Bl,{children:[n&&i.jsxs(Dl,{...p,children:[Math.round(u),"%"]}),f&&x&&i.jsx(Ol,{status:r,children:x})]})]});const m=()=>{switch(t){case"sm":return{circleSize:24,strokeWidth:3};case"md":return{circleSize:80,strokeWidth:6};case"lg":return{circleSize:160,strokeWidth:8};default:return{circleSize:80,strokeWidth:6}}},{circleSize:g,strokeWidth:$}=m(),k=(g-$)/2,v=2*Math.PI*k,j=v-u/100*v,w=t!=="sm";return i.jsxs(Kl,{...h,ref:d,size:t,className:a,role:"progressbar","aria-valuenow":u,"aria-valuemin":0,"aria-valuemax":100,children:[i.jsxs(Vl,{children:[i.jsx(_l,{cx:g/2,cy:g/2,r:k,strokeWidth:$}),i.jsx(Hl,{status:r,cx:g/2,cy:g/2,r:k,strokeWidth:$,strokeDasharray:v,strokeDashoffset:j})]}),i.jsx(Wl,{size:t,children:w?n&&i.jsxs("span",{...p,children:[Math.round(u),"%"]}):f&&x&&i.jsx(Ul,{status:r,children:x})})]})});Go.displayName="Progress";const qo={badInput:!1,customError:!1,patternMismatch:!1,rangeOverflow:!1,rangeUnderflow:!1,stepMismatch:!1,tooLong:!1,tooShort:!1,typeMismatch:!1,valueMissing:!1,valid:!0},Jo={...qo,customError:!0,valid:!1},Ze={isInvalid:!1,validationDetails:qo,validationErrors:[]},ec=c.createContext({}),Kr="__formValidationState"+Date.now();function tc(e){if(e[Kr]){let{realtimeValidation:t,displayValidation:r,updateValidation:o,resetValidation:n,commitValidation:s}=e[Kr];return{realtimeValidation:t,displayValidation:r,updateValidation:o,resetValidation:n,commitValidation:s}}return rc(e)}function rc(e){let{isInvalid:t,validationState:r,name:o,value:n,builtinValidation:s,validate:a,validationBehavior:l="aria"}=e;r&&(t||(t=r==="invalid"));let d=t!==void 0?{isInvalid:t,validationErrors:[],validationDetails:Jo}:null,u=c.useMemo(()=>{if(!a||n==null)return null;let L=oc(a,n);return Vr(L)},[a,n]);s!=null&&s.validationDetails.valid&&(s=void 0);let h=c.useContext(ec),p=c.useMemo(()=>o?Array.isArray(o)?o.flatMap(L=>qt(h[L])):qt(h[o]):[],[h,o]),[f,x]=c.useState(h),[m,g]=c.useState(!1);h!==f&&(x(h),g(!1));let $=c.useMemo(()=>Vr(m?[]:p),[m,p]),k=c.useRef(Ze),[v,j]=c.useState(Ze),w=c.useRef(Ze),y=()=>{if(!R)return;z(!1);let L=u||s||k.current;Pt(L,w.current)||(w.current=L,j(L))},[R,z]=c.useState(!1);return c.useEffect(y),{realtimeValidation:d||$||u||s||Ze,displayValidation:l==="native"?d||$||v:d||$||u||s||v,updateValidation(L){l==="aria"&&!Pt(v,L)?j(L):k.current=L},resetValidation(){let L=Ze;Pt(L,w.current)||(w.current=L,j(L)),l==="native"&&z(!1),g(!0)},commitValidation(){l==="native"&&z(!0),g(!0)}}}function qt(e){return e?Array.isArray(e)?e:[e]:[]}function oc(e,t){if(typeof e=="function"){let r=e(t);if(r&&typeof r!="boolean")return qt(r)}return[]}function Vr(e){return e.length?{isInvalid:!0,validationErrors:e,validationDetails:Jo}:null}function Pt(e,t){return e===t?!0:!!e&&!!t&&e.isInvalid===t.isInvalid&&e.validationErrors.length===t.validationErrors.length&&e.validationErrors.every((r,o)=>r===t.validationErrors[o])&&Object.entries(e.validationDetails).every(([r,o])=>t.validationDetails[r]===o)}class _r{*[Symbol.iterator](){yield*this.iterable}get size(){return this._size}getKeys(){return this.keyMap.keys()}getKeyBefore(t){let r=this.keyMap.get(t);var o;return r&&(o=r.prevKey)!==null&&o!==void 0?o:null}getKeyAfter(t){let r=this.keyMap.get(t);var o;return r&&(o=r.nextKey)!==null&&o!==void 0?o:null}getFirstKey(){return this.firstKey}getLastKey(){return this.lastKey}getItem(t){var r;return(r=this.keyMap.get(t))!==null&&r!==void 0?r:null}at(t){const r=[...this.getKeys()];return this.getItem(r[t])}getChildren(t){let r=this.keyMap.get(t);return(r==null?void 0:r.childNodes)||[]}constructor(t){this.keyMap=new Map,this.firstKey=null,this.lastKey=null,this.iterable=t;let r=l=>{if(this.keyMap.set(l.key,l),l.childNodes&&l.type==="section")for(let d of l.childNodes)r(d)};for(let l of t)r(l);let o=null,n=0,s=0;for(let[l,d]of this.keyMap)o?(o.nextKey=l,d.prevKey=o.key):(this.firstKey=l,d.prevKey=void 0),d.type==="item"&&(d.index=n++),(d.type==="section"||d.type==="item")&&s++,o=d,o.nextKey=void 0;this._size=s;var a;this.lastKey=(a=o==null?void 0:o.key)!==null&&a!==void 0?a:null}}class ve extends Set{constructor(t,r,o){super(t),t instanceof ve?(this.anchorKey=r??t.anchorKey,this.currentKey=o??t.currentKey):(this.anchorKey=r??null,this.currentKey=o??null)}}function nc(e,t){if(e.size!==t.size)return!1;for(let r of e)if(!t.has(r))return!1;return!0}function ic(e){let{selectionMode:t="none",disallowEmptySelection:r=!1,allowDuplicateSelectionEvents:o,selectionBehavior:n="toggle",disabledBehavior:s="all"}=e,a=c.useRef(!1),[,l]=c.useState(!1),d=c.useRef(null),u=c.useRef(null),[,h]=c.useState(null),p=c.useMemo(()=>Hr(e.selectedKeys),[e.selectedKeys]),f=c.useMemo(()=>Hr(e.defaultSelectedKeys,new ve),[e.defaultSelectedKeys]),[x,m]=yt(p,f,e.onSelectionChange),g=c.useMemo(()=>e.disabledKeys?new Set(e.disabledKeys):new Set,[e.disabledKeys]),[$,k]=c.useState(n);n==="replace"&&$==="toggle"&&typeof x=="object"&&x.size===0&&k("replace");let v=c.useRef(n);return c.useEffect(()=>{n!==v.current&&(k(n),v.current=n)},[n]),{selectionMode:t,disallowEmptySelection:r,selectionBehavior:$,setSelectionBehavior:k,get isFocused(){return a.current},setFocused(j){a.current=j,l(j)},get focusedKey(){return d.current},get childFocusStrategy(){return u.current},setFocusedKey(j,w="first"){d.current=j,u.current=w,h(j)},selectedKeys:x,setSelectedKeys(j){(o||!nc(j,x))&&m(j)},disabledKeys:g,disabledBehavior:s}}function Hr(e,t){return e?e==="all"?"all":new ve(e):t}function Qo(e){return null}Qo.getCollectionNode=function*(t,r){let{childItems:o,title:n,children:s}=t,a=t.title||t.children,l=t.textValue||(typeof a=="string"?a:"")||t["aria-label"]||"";!l&&!(r!=null&&r.suppressTextValueWarning)&&process.env.NODE_ENV!=="production"&&console.warn("<Item> with non-plain text contents is unsupported by type to select for accessibility. Please add a `textValue` prop."),yield{type:"item",props:t,rendered:a,textValue:l,"aria-label":t["aria-label"],hasChildNodes:sc(t),*childNodes(){if(o)for(let d of o)yield{type:"item",value:d};else if(n){let d=[];c.Children.forEach(s,u=>{d.push({type:"item",element:u})}),yield*d}}}};function sc(e){return e.hasChildItems!=null?e.hasChildItems:!!(e.childItems||e.title&&c.Children.count(e.children)>0)}let en=Qo;function tn(e){return null}tn.getCollectionNode=function*(t){let{children:r,title:o,items:n}=t;yield{type:"section",props:t,hasChildNodes:!0,rendered:o,"aria-label":t["aria-label"],*childNodes(){if(typeof r=="function"){if(!n)throw new Error("props.children was a function but props.items is missing");for(let s of n)yield{type:"item",value:s,renderer:r}}else{let s=[];c.Children.forEach(r,a=>{s.push({type:"item",element:a})}),yield*s}}}};let ac=tn;class lc{build(t,r){return this.context=r,Wr(()=>this.iterateCollection(t))}*iterateCollection(t){let{children:r,items:o}=t;if(c.isValidElement(r)&&r.type===c.Fragment)yield*this.iterateCollection({children:r.props.children,items:o});else if(typeof r=="function"){if(!o)throw new Error("props.children was a function but props.items is missing");let n=0;for(let s of o)yield*this.getFullNode({value:s,index:n},{renderer:r}),n++}else{let n=[];c.Children.forEach(r,a=>{a&&n.push(a)});let s=0;for(let a of n){let l=this.getFullNode({element:a,index:s},{});for(let d of l)s++,yield d}}}getKey(t,r,o,n){if(t.key!=null)return t.key;if(r.type==="cell"&&r.key!=null)return`${n}${r.key}`;let s=r.value;if(s!=null){var a;let l=(a=s.key)!==null&&a!==void 0?a:s.id;if(l==null)throw new Error("No key found for item");return l}return n?`${n}.${r.index}`:`$.${r.index}`}getChildState(t,r){return{renderer:r.renderer||t.renderer}}*getFullNode(t,r,o,n){if(c.isValidElement(t.element)&&t.element.type===c.Fragment){let $=[];c.Children.forEach(t.element.props.children,v=>{$.push(v)});var s;let k=(s=t.index)!==null&&s!==void 0?s:0;for(const v of $)yield*this.getFullNode({element:v,index:k++},r,o,n);return}let a=t.element;if(!a&&t.value&&r&&r.renderer){let $=this.cache.get(t.value);if($&&(!$.shouldInvalidate||!$.shouldInvalidate(this.context))){$.index=t.index,$.parentKey=n?n.key:null,yield $;return}a=r.renderer(t.value)}if(c.isValidElement(a)){let $=a.type;if(typeof $!="function"&&typeof $.getCollectionNode!="function"){let w=a.type;throw new Error(`Unknown element <${w}> in collection.`)}let k=$.getCollectionNode(a.props,this.context);var l;let v=(l=t.index)!==null&&l!==void 0?l:0,j=k.next();for(;!j.done&&j.value;){let w=j.value;t.index=v;var d;let y=(d=w.key)!==null&&d!==void 0?d:null;y==null&&(y=w.element?null:this.getKey(a,t,r,o));let z=[...this.getFullNode({...w,key:y,index:v,wrapper:cc(t.wrapper,w.wrapper)},this.getChildState(r,w),o?`${o}${a.key}`:a.key,n)];for(let A of z){var u,h;A.value=(h=(u=w.value)!==null&&u!==void 0?u:t.value)!==null&&h!==void 0?h:null,A.value&&this.cache.set(A.value,A);var p;if(t.type&&A.type!==t.type)throw new Error(`Unsupported type <${At(A.type)}> in <${At((p=n==null?void 0:n.type)!==null&&p!==void 0?p:"unknown parent type")}>. Only <${At(t.type)}> is supported.`);v++,yield A}j=k.next(z)}return}if(t.key==null||t.type==null)return;let f=this;var x,m;let g={type:t.type,props:t.props,key:t.key,parentKey:n?n.key:null,value:(x=t.value)!==null&&x!==void 0?x:null,level:n?n.level+1:0,index:t.index,rendered:t.rendered,textValue:(m=t.textValue)!==null&&m!==void 0?m:"","aria-label":t["aria-label"],wrapper:t.wrapper,shouldInvalidate:t.shouldInvalidate,hasChildNodes:t.hasChildNodes||!1,childNodes:Wr(function*(){if(!t.hasChildNodes||!t.childNodes)return;let $=0;for(let k of t.childNodes()){k.key!=null&&(k.key=`${g.key}${k.key}`);let v=f.getFullNode({...k,index:$},f.getChildState(r,k),g.key,g);for(let j of v)$++,yield j}})};yield g}constructor(){this.cache=new WeakMap}}function Wr(e){let t=[],r=null;return{*[Symbol.iterator](){for(let o of t)yield o;r||(r=e());for(let o of r)t.push(o),yield o}}}function cc(e,t){if(e&&t)return r=>e(t(r));if(e)return e;if(t)return t}function At(e){return e[0].toUpperCase()+e.slice(1)}function dc(e,t,r){let o=c.useMemo(()=>new lc,[]),{children:n,items:s,collection:a}=e;return c.useMemo(()=>{if(a)return a;let d=o.build({children:n,items:s},r);return t(d)},[o,n,s,a,r,t])}function uc(e,t){return typeof t.getChildren=="function"?t.getChildren(e.key):e.childNodes}function fc(e){return pc(e)}function pc(e,t){for(let r of e)return r}function Ft(e,t,r){if(t.parentKey===r.parentKey)return t.index-r.index;let o=[...Ur(e,t),t],n=[...Ur(e,r),r],s=o.slice(0,n.length).findIndex((a,l)=>a!==n[l]);return s!==-1?(t=o[s],r=n[s],t.index-r.index):o.findIndex(a=>a===r)>=0?1:(n.findIndex(a=>a===t)>=0,-1)}function Ur(e,t){let r=[],o=t;for(;(o==null?void 0:o.parentKey)!=null;)o=e.getItem(o.parentKey),o&&r.unshift(o);return r}class mr{get selectionMode(){return this.state.selectionMode}get disallowEmptySelection(){return this.state.disallowEmptySelection}get selectionBehavior(){return this.state.selectionBehavior}setSelectionBehavior(t){this.state.setSelectionBehavior(t)}get isFocused(){return this.state.isFocused}setFocused(t){this.state.setFocused(t)}get focusedKey(){return this.state.focusedKey}get childFocusStrategy(){return this.state.childFocusStrategy}setFocusedKey(t,r){(t==null||this.collection.getItem(t))&&this.state.setFocusedKey(t,r)}get selectedKeys(){return this.state.selectedKeys==="all"?new Set(this.getSelectAllKeys()):this.state.selectedKeys}get rawSelection(){return this.state.selectedKeys}isSelected(t){if(this.state.selectionMode==="none")return!1;let r=this.getKey(t);return r==null?!1:this.state.selectedKeys==="all"?this.canSelectItem(r):this.state.selectedKeys.has(r)}get isEmpty(){return this.state.selectedKeys!=="all"&&this.state.selectedKeys.size===0}get isSelectAll(){if(this.isEmpty)return!1;if(this.state.selectedKeys==="all")return!0;if(this._isSelectAll!=null)return this._isSelectAll;let t=this.getSelectAllKeys(),r=this.state.selectedKeys;return this._isSelectAll=t.every(o=>r.has(o)),this._isSelectAll}get firstSelectedKey(){let t=null;for(let o of this.state.selectedKeys){let n=this.collection.getItem(o);(!t||n&&Ft(this.collection,n,t)<0)&&(t=n)}var r;return(r=t==null?void 0:t.key)!==null&&r!==void 0?r:null}get lastSelectedKey(){let t=null;for(let o of this.state.selectedKeys){let n=this.collection.getItem(o);(!t||n&&Ft(this.collection,n,t)>0)&&(t=n)}var r;return(r=t==null?void 0:t.key)!==null&&r!==void 0?r:null}get disabledKeys(){return this.state.disabledKeys}get disabledBehavior(){return this.state.disabledBehavior}extendSelection(t){if(this.selectionMode==="none")return;if(this.selectionMode==="single"){this.replaceSelection(t);return}let r=this.getKey(t);if(r==null)return;let o;if(this.state.selectedKeys==="all")o=new ve([r],r,r);else{let a=this.state.selectedKeys;var n;let l=(n=a.anchorKey)!==null&&n!==void 0?n:r;o=new ve(a,l,r);var s;for(let d of this.getKeyRange(l,(s=a.currentKey)!==null&&s!==void 0?s:r))o.delete(d);for(let d of this.getKeyRange(r,l))this.canSelectItem(d)&&o.add(d)}this.state.setSelectedKeys(o)}getKeyRange(t,r){let o=this.collection.getItem(t),n=this.collection.getItem(r);return o&&n?Ft(this.collection,o,n)<=0?this.getKeyRangeInternal(t,r):this.getKeyRangeInternal(r,t):[]}getKeyRangeInternal(t,r){var o;if(!((o=this.layoutDelegate)===null||o===void 0)&&o.getKeyRange)return this.layoutDelegate.getKeyRange(t,r);let n=[],s=t;for(;s!=null;){let a=this.collection.getItem(s);if(a&&(a.type==="item"||a.type==="cell"&&this.allowsCellSelection)&&n.push(s),s===r)return n;s=this.collection.getKeyAfter(s)}return[]}getKey(t){let r=this.collection.getItem(t);if(!r||r.type==="cell"&&this.allowsCellSelection)return t;for(;r&&r.type!=="item"&&r.parentKey!=null;)r=this.collection.getItem(r.parentKey);return!r||r.type!=="item"?null:r.key}toggleSelection(t){if(this.selectionMode==="none")return;if(this.selectionMode==="single"&&!this.isSelected(t)){this.replaceSelection(t);return}let r=this.getKey(t);if(r==null)return;let o=new ve(this.state.selectedKeys==="all"?this.getSelectAllKeys():this.state.selectedKeys);o.has(r)?o.delete(r):this.canSelectItem(r)&&(o.add(r),o.anchorKey=r,o.currentKey=r),!(this.disallowEmptySelection&&o.size===0)&&this.state.setSelectedKeys(o)}replaceSelection(t){if(this.selectionMode==="none")return;let r=this.getKey(t);if(r==null)return;let o=this.canSelectItem(r)?new ve([r],r,r):new ve;this.state.setSelectedKeys(o)}setSelectedKeys(t){if(this.selectionMode==="none")return;let r=new ve;for(let o of t){let n=this.getKey(o);if(n!=null&&(r.add(n),this.selectionMode==="single"))break}this.state.setSelectedKeys(r)}getSelectAllKeys(){let t=[],r=o=>{for(;o!=null;){if(this.canSelectItem(o)){var n;let a=this.collection.getItem(o);(a==null?void 0:a.type)==="item"&&t.push(o);var s;a!=null&&a.hasChildNodes&&(this.allowsCellSelection||a.type!=="item")&&r((s=(n=fc(uc(a,this.collection)))===null||n===void 0?void 0:n.key)!==null&&s!==void 0?s:null)}o=this.collection.getKeyAfter(o)}};return r(this.collection.getFirstKey()),t}selectAll(){!this.isSelectAll&&this.selectionMode==="multiple"&&this.state.setSelectedKeys("all")}clearSelection(){!this.disallowEmptySelection&&(this.state.selectedKeys==="all"||this.state.selectedKeys.size>0)&&this.state.setSelectedKeys(new ve)}toggleSelectAll(){this.isSelectAll?this.clearSelection():this.selectAll()}select(t,r){this.selectionMode!=="none"&&(this.selectionMode==="single"?this.isSelected(t)&&!this.disallowEmptySelection?this.toggleSelection(t):this.replaceSelection(t):this.selectionBehavior==="toggle"||r&&(r.pointerType==="touch"||r.pointerType==="virtual")?this.toggleSelection(t):this.replaceSelection(t))}isSelectionEqual(t){if(t===this.state.selectedKeys)return!0;let r=this.selectedKeys;if(t.size!==r.size)return!1;for(let o of t)if(!r.has(o))return!1;for(let o of r)if(!t.has(o))return!1;return!0}canSelectItem(t){var r;if(this.state.selectionMode==="none"||this.state.disabledKeys.has(t))return!1;let o=this.collection.getItem(t);return!(!o||!(o==null||(r=o.props)===null||r===void 0)&&r.isDisabled||o.type==="cell"&&!this.allowsCellSelection)}isDisabled(t){var r,o;return this.state.disabledBehavior==="all"&&(this.state.disabledKeys.has(t)||!!(!((o=this.collection.getItem(t))===null||o===void 0||(r=o.props)===null||r===void 0)&&r.isDisabled))}isLink(t){var r,o;return!!(!((o=this.collection.getItem(t))===null||o===void 0||(r=o.props)===null||r===void 0)&&r.href)}getItemProps(t){var r;return(r=this.collection.getItem(t))===null||r===void 0?void 0:r.props}withCollection(t){return new mr(t,this.state,{allowsCellSelection:this.allowsCellSelection,layoutDelegate:this.layoutDelegate||void 0})}constructor(t,r,o){this.collection=t,this.state=r;var n;this.allowsCellSelection=(n=o==null?void 0:o.allowsCellSelection)!==null&&n!==void 0?n:!1,this._isSelectAll=null,this.layoutDelegate=(o==null?void 0:o.layoutDelegate)||null}}function rn(e){let{filter:t,layoutDelegate:r}=e,o=ic(e),n=c.useMemo(()=>e.disabledKeys?new Set(e.disabledKeys):new Set,[e.disabledKeys]),s=c.useCallback(u=>t?new _r(t(u)):new _r(u),[t]),a=c.useMemo(()=>({suppressTextValueWarning:e.suppressTextValueWarning}),[e.suppressTextValueWarning]),l=dc(e,s,a),d=c.useMemo(()=>new mr(l,o,{layoutDelegate:r}),[l,o,r]);return hc(l,d),{collection:l,disabledKeys:n,selectionManager:d}}function hc(e,t){const r=c.useRef(null);c.useEffect(()=>{if(t.focusedKey!=null&&!e.getItem(t.focusedKey)&&r.current){const h=r.current.getItem(t.focusedKey),p=[...r.current.getKeys()].map(k=>{const v=r.current.getItem(k);return(v==null?void 0:v.type)==="item"?v:null}).filter(k=>k!==null),f=[...e.getKeys()].map(k=>{const v=e.getItem(k);return(v==null?void 0:v.type)==="item"?v:null}).filter(k=>k!==null);var o,n;const x=((o=p==null?void 0:p.length)!==null&&o!==void 0?o:0)-((n=f==null?void 0:f.length)!==null&&n!==void 0?n:0);var s,a,l;let m=Math.min(x>1?Math.max(((s=h==null?void 0:h.index)!==null&&s!==void 0?s:0)-x+1,0):(a=h==null?void 0:h.index)!==null&&a!==void 0?a:0,((l=f==null?void 0:f.length)!==null&&l!==void 0?l:0)-1),g=null,$=!1;for(;m>=0;){if(!t.isDisabled(f[m].key)){g=f[m];break}if(m<f.length-1&&!$)m++;else{$=!0;var d,u;m>((d=h==null?void 0:h.index)!==null&&d!==void 0?d:0)&&(m=(u=h==null?void 0:h.index)!==null&&u!==void 0?u:0),m--}}t.setFocusedKey(g?g.key:null)}r.current=e},[e,t])}function bc(e){let[t,r]=yt(e.isOpen,e.defaultOpen||!1,e.onOpenChange);const o=c.useCallback(()=>{r(!0)},[r]),n=c.useCallback(()=>{r(!1)},[r]),s=c.useCallback(()=>{r(!t)},[r,t]);return{isOpen:t,setOpen:r,open:o,close:n,toggle:s}}function gc(e){let{selectionMode:t="single"}=e,r=bc(e),[o,n]=c.useState(null),s=c.useMemo(()=>{var w;return e.defaultValue!==void 0?e.defaultValue:t==="single"?(w=e.defaultSelectedKey)!==null&&w!==void 0?w:null:[]},[e.defaultValue,e.defaultSelectedKey,t]),a=c.useMemo(()=>e.value!==void 0?e.value:t==="single"?e.selectedKey:void 0,[e.value,e.selectedKey,t]),[l,d]=yt(a,s,e.onChange),u=t==="single"&&Array.isArray(l)?l[0]:l,h=w=>{if(t==="single"){var y,R;let z=Array.isArray(w)?(R=w[0])!==null&&R!==void 0?R:null:w;d(z),z!==u&&((y=e.onSelectionChange)===null||y===void 0||y.call(e,z))}else{let z=[];Array.isArray(w)?z=w:w!=null&&(z=[w]),d(z)}},p=rn({...e,selectionMode:t,disallowEmptySelection:t==="single",allowDuplicateSelectionEvents:!0,selectedKeys:c.useMemo(()=>mc(u),[u]),onSelectionChange:w=>{if(w!=="all"){if(t==="single"){var y;let R=(y=w.values().next().value)!==null&&y!==void 0?y:null;h(R),r.close()}else h([...w]);m.commitValidation()}}}),f=p.selectionManager.firstSelectedKey,x=c.useMemo(()=>[...p.selectionManager.selectedKeys].map(w=>p.collection.getItem(w)).filter(w=>w!=null),[p.selectionManager.selectedKeys,p.collection]),m=tc({...e,value:Array.isArray(u)&&u.length===0?null:u}),[g,$]=c.useState(!1),[k]=c.useState(u);var v,j;return{...m,...p,...r,value:u,defaultValue:s??k,setValue:h,selectedKey:f,setSelectedKey:h,selectedItem:(v=x[0])!==null&&v!==void 0?v:null,selectedItems:x,defaultSelectedKey:(j=e.defaultSelectedKey)!==null&&j!==void 0?j:e.selectionMode==="single"?k:null,focusStrategy:o,open(w=null){p.collection.size!==0&&(n(w),r.open())},toggle(w=null){p.collection.size!==0&&(n(w),r.toggle())},isFocused:g,setFocused:$}}function mc(e){if(e!==void 0)return e===null?[]:Array.isArray(e)?e:[e]}const xc=(e,t,r,o)=>t==="checkable"?o?S.css`
|
|
1968
|
+
background: var(--ksd-tag-${e}-bg-checked, var(--ksd-tag-default-bg-checked));
|
|
1969
|
+
color: var(--ksd-tag-${e}-text-checked, var(--ksd-tag-default-text-checked));
|
|
1970
|
+
border-color: var(--ksd-tag-${e}-border-checked, var(--ksd-tag-default-border-checked));
|
|
1921
1971
|
|
|
1922
|
-
&:hover:not(:disabled) {
|
|
1923
|
-
background:
|
|
1924
|
-
border-color:
|
|
1972
|
+
&:hover:not(:disabled):not([data-disabled='true']) {
|
|
1973
|
+
background: var(--ksd-tag-${e}-bg-checked-hover, var(--ksd-tag-default-bg-checked-hover));
|
|
1974
|
+
border-color: var(--ksd-tag-${e}-border-checked-hover, var(--ksd-tag-default-border-checked-hover));
|
|
1925
1975
|
}
|
|
1926
1976
|
|
|
1927
|
-
&:active:not(:disabled) {
|
|
1928
|
-
background:
|
|
1929
|
-
border-color:
|
|
1977
|
+
&:active:not(:disabled):not([data-disabled='true']) {
|
|
1978
|
+
background: var(--ksd-tag-${e}-bg-checked-active, var(--ksd-tag-default-bg-checked-active));
|
|
1979
|
+
border-color: var(--ksd-tag-${e}-border-checked-active, var(--ksd-tag-default-border-checked-active));
|
|
1930
1980
|
}
|
|
1931
|
-
`:
|
|
1932
|
-
background:
|
|
1933
|
-
color:
|
|
1934
|
-
border-color:
|
|
1981
|
+
`:S.css`
|
|
1982
|
+
background: var(--ksd-tag-${e}-bg);
|
|
1983
|
+
color: var(--ksd-tag-${e}-text);
|
|
1984
|
+
border-color: var(--ksd-tag-${e}-border);
|
|
1935
1985
|
cursor: pointer;
|
|
1936
1986
|
|
|
1937
|
-
&:hover:not(:disabled) {
|
|
1938
|
-
background:
|
|
1939
|
-
border-color:
|
|
1987
|
+
&:hover:not(:disabled):not([data-disabled='true']) {
|
|
1988
|
+
background: var(--ksd-tag-${e}-bg-hover);
|
|
1989
|
+
border-color: var(--ksd-tag-${e}-border-hover, var(--ksd-tag-${e}-border));
|
|
1940
1990
|
}
|
|
1941
1991
|
|
|
1942
|
-
&:active:not(:disabled) {
|
|
1943
|
-
background:
|
|
1944
|
-
border-color:
|
|
1992
|
+
&:active:not(:disabled):not([data-disabled='true']) {
|
|
1993
|
+
background: var(--ksd-tag-${e}-bg-active);
|
|
1994
|
+
border-color: var(--ksd-tag-${e}-border-active, var(--ksd-tag-${e}-border));
|
|
1945
1995
|
}
|
|
1946
|
-
`:r?
|
|
1947
|
-
background:
|
|
1948
|
-
color:
|
|
1949
|
-
border-color:
|
|
1950
|
-
`:
|
|
1951
|
-
background:
|
|
1952
|
-
color:
|
|
1996
|
+
`:r?S.css`
|
|
1997
|
+
background: var(--ksd-tag-${e}-bg);
|
|
1998
|
+
color: var(--ksd-tag-${e}-text);
|
|
1999
|
+
border-color: var(--ksd-tag-${e}-border);
|
|
2000
|
+
`:S.css`
|
|
2001
|
+
background: var(--ksd-tag-${e}-bg);
|
|
2002
|
+
color: var(--ksd-tag-${e}-text);
|
|
1953
2003
|
border-color: transparent;
|
|
1954
|
-
|
|
1955
|
-
height:
|
|
1956
|
-
font-size:
|
|
1957
|
-
line-height:
|
|
1958
|
-
padding-inline:
|
|
1959
|
-
gap:
|
|
2004
|
+
`,vc=e=>S.css`
|
|
2005
|
+
height: var(--ksd-tag-${e}-height);
|
|
2006
|
+
font-size: var(--ksd-tag-${e}-font-size);
|
|
2007
|
+
line-height: var(--ksd-tag-${e}-line-height);
|
|
2008
|
+
padding-inline: var(--ksd-tag-${e}-padding-inline);
|
|
2009
|
+
gap: var(--ksd-tag-${e}-gap);
|
|
1960
2010
|
|
|
1961
|
-
/* 图标尺寸 */
|
|
1962
2011
|
svg {
|
|
1963
|
-
width:
|
|
1964
|
-
height:
|
|
2012
|
+
width: var(--ksd-tag-${e}-icon-size);
|
|
2013
|
+
height: var(--ksd-tag-${e}-icon-size);
|
|
1965
2014
|
}
|
|
1966
|
-
|
|
1967
|
-
/* 基础样式
|
|
2015
|
+
`,yc=b.span`
|
|
2016
|
+
/* 基础样式 */
|
|
1968
2017
|
position: relative;
|
|
1969
2018
|
display: inline-flex;
|
|
1970
2019
|
align-items: center;
|
|
1971
2020
|
justify-content: center;
|
|
1972
2021
|
box-sizing: border-box;
|
|
1973
2022
|
|
|
1974
|
-
/* 字体样式 */
|
|
1975
|
-
font-family:
|
|
1976
|
-
font-weight:
|
|
2023
|
+
/* 字体样式 - 使用 CSS 变量 */
|
|
2024
|
+
font-family: var(--ksd-typography-font-family);
|
|
2025
|
+
font-weight: var(--ksd-tag-font-weight);
|
|
1977
2026
|
white-space: nowrap;
|
|
1978
2027
|
|
|
1979
2028
|
/* 边框样式 */
|
|
1980
2029
|
border-width: 1px;
|
|
1981
2030
|
border-style: solid;
|
|
1982
|
-
border-radius:
|
|
2031
|
+
border-radius: var(--ksd-tag-border-radius);
|
|
1983
2032
|
|
|
1984
2033
|
/* 交互样式 */
|
|
1985
2034
|
user-select: none;
|
|
@@ -1987,19 +2036,19 @@
|
|
|
1987
2036
|
|
|
1988
2037
|
/* 过渡动画 */
|
|
1989
2038
|
transition:
|
|
1990
|
-
background
|
|
1991
|
-
border-color
|
|
1992
|
-
color
|
|
1993
|
-
opacity
|
|
2039
|
+
background var(--ksd-tag-transition),
|
|
2040
|
+
border-color var(--ksd-tag-transition),
|
|
2041
|
+
color var(--ksd-tag-transition),
|
|
2042
|
+
opacity var(--ksd-tag-transition);
|
|
1994
2043
|
|
|
1995
|
-
/*
|
|
1996
|
-
${({
|
|
2044
|
+
/* 颜色样式 */
|
|
2045
|
+
${({color:e,variant:t,bordered:r,checked:o})=>xc(e,t,r,o)}
|
|
1997
2046
|
|
|
1998
2047
|
/* 尺寸样式 */
|
|
1999
|
-
${({size:e
|
|
2048
|
+
${({size:e})=>vc(e)}
|
|
2000
2049
|
|
|
2001
2050
|
/* 可选择标签的 cursor */
|
|
2002
|
-
${({variant:e,checked:t})=>e==="checkable"&&!t&&
|
|
2051
|
+
${({variant:e,checked:t})=>e==="checkable"&&!t&&S.css`
|
|
2003
2052
|
cursor: pointer;
|
|
2004
2053
|
`}
|
|
2005
2054
|
|
|
@@ -2007,12 +2056,12 @@
|
|
|
2007
2056
|
&:disabled,
|
|
2008
2057
|
&[data-disabled='true'] {
|
|
2009
2058
|
cursor: not-allowed;
|
|
2010
|
-
opacity:
|
|
2059
|
+
opacity: var(--ksd-tag-disabled-opacity);
|
|
2011
2060
|
}
|
|
2012
2061
|
|
|
2013
2062
|
/* Focus 可见状态 - 键盘导航时显示 */
|
|
2014
2063
|
&:focus-visible {
|
|
2015
|
-
outline: 2px solid
|
|
2064
|
+
outline: 2px solid var(--ksd-tag-default-border-checked);
|
|
2016
2065
|
outline-offset: 2px;
|
|
2017
2066
|
}
|
|
2018
2067
|
`,$c=b.span`
|
|
@@ -2039,7 +2088,7 @@
|
|
|
2039
2088
|
cursor: pointer;
|
|
2040
2089
|
color: inherit;
|
|
2041
2090
|
|
|
2042
|
-
transition: opacity
|
|
2091
|
+
transition: opacity var(--ksd-tag-transition);
|
|
2043
2092
|
|
|
2044
2093
|
&:hover {
|
|
2045
2094
|
opacity: 0.7;
|
|
@@ -2051,62 +2100,62 @@
|
|
|
2051
2100
|
|
|
2052
2101
|
/* 图标尺寸 */
|
|
2053
2102
|
svg {
|
|
2054
|
-
width:
|
|
2055
|
-
height:
|
|
2103
|
+
width: var(--ksd-tag-${({size:e})=>e}-close-icon-size);
|
|
2104
|
+
height: var(--ksd-tag-${({size:e})=>e}-close-icon-size);
|
|
2056
2105
|
}
|
|
2057
2106
|
`,Sc=b.button`
|
|
2058
2107
|
display: inline-flex;
|
|
2059
2108
|
align-items: center;
|
|
2060
2109
|
justify-content: center;
|
|
2061
2110
|
box-sizing: border-box;
|
|
2062
|
-
gap:
|
|
2111
|
+
gap: var(--ksd-tag-${({size:e})=>e}-gap);
|
|
2063
2112
|
|
|
2064
|
-
height:
|
|
2065
|
-
padding-inline:
|
|
2113
|
+
height: var(--ksd-tag-${({size:e})=>e}-height);
|
|
2114
|
+
padding-inline: var(--ksd-tag-${({size:e})=>e}-padding-inline);
|
|
2066
2115
|
|
|
2067
|
-
font-family:
|
|
2068
|
-
font-size:
|
|
2069
|
-
line-height:
|
|
2070
|
-
font-weight:
|
|
2071
|
-
color:
|
|
2116
|
+
font-family: var(--ksd-typography-font-family);
|
|
2117
|
+
font-size: var(--ksd-tag-${({size:e})=>e}-font-size);
|
|
2118
|
+
line-height: var(--ksd-tag-${({size:e})=>e}-line-height);
|
|
2119
|
+
font-weight: var(--ksd-tag-font-weight);
|
|
2120
|
+
color: var(--ksd-tag-default-text);
|
|
2072
2121
|
|
|
2073
|
-
background:
|
|
2074
|
-
border: 1px solid
|
|
2075
|
-
border-radius:
|
|
2122
|
+
background: var(--ksd-tag-default-bg);
|
|
2123
|
+
border: 1px solid var(--ksd-tag-default-border);
|
|
2124
|
+
border-radius: var(--ksd-tag-border-radius);
|
|
2076
2125
|
|
|
2077
2126
|
cursor: pointer;
|
|
2078
2127
|
user-select: none;
|
|
2079
2128
|
white-space: nowrap;
|
|
2080
2129
|
|
|
2081
2130
|
transition:
|
|
2082
|
-
background
|
|
2083
|
-
border-color
|
|
2131
|
+
background var(--ksd-tag-transition),
|
|
2132
|
+
border-color var(--ksd-tag-transition);
|
|
2084
2133
|
|
|
2085
2134
|
&:hover:not(:disabled) {
|
|
2086
|
-
background:
|
|
2087
|
-
border-color:
|
|
2135
|
+
background: var(--ksd-tag-default-bg-hover);
|
|
2136
|
+
border-color: var(--ksd-tag-default-border-hover);
|
|
2088
2137
|
}
|
|
2089
2138
|
|
|
2090
2139
|
&:active:not(:disabled) {
|
|
2091
|
-
background:
|
|
2092
|
-
border-color:
|
|
2140
|
+
background: var(--ksd-tag-default-bg-active);
|
|
2141
|
+
border-color: var(--ksd-tag-default-border-active);
|
|
2093
2142
|
}
|
|
2094
2143
|
|
|
2095
2144
|
&:disabled {
|
|
2096
2145
|
cursor: not-allowed;
|
|
2097
|
-
opacity:
|
|
2146
|
+
opacity: var(--ksd-tag-disabled-opacity);
|
|
2098
2147
|
}
|
|
2099
2148
|
|
|
2100
2149
|
&:focus-visible {
|
|
2101
|
-
outline: 2px solid
|
|
2150
|
+
outline: 2px solid var(--ksd-tag-default-border-checked);
|
|
2102
2151
|
outline-offset: 2px;
|
|
2103
2152
|
}
|
|
2104
2153
|
|
|
2105
2154
|
svg {
|
|
2106
|
-
width:
|
|
2107
|
-
height:
|
|
2155
|
+
width: var(--ksd-tag-${({size:e})=>e}-icon-size);
|
|
2156
|
+
height: var(--ksd-tag-${({size:e})=>e}-icon-size);
|
|
2108
2157
|
}
|
|
2109
|
-
`,tt=c.forwardRef(({variant:e="default",size:t="md",color:r="default",bordered:o=!1,closable:n=!1,checkable:s=!1,checked:a=!1,icon:l,disabled:
|
|
2158
|
+
`,tt=c.forwardRef(({variant:e="default",size:t="md",color:r="default",bordered:o=!1,closable:n=!1,checkable:s=!1,checked:a=!1,icon:l,disabled:d=!1,className:u,children:h,onClose:p,onChange:f,onClick:x},m)=>{const g=s?"checkable":e,$=s?a:!1,k=()=>{d||(s&&f&&f(!$),x&&x())},v=w=>{d||g==="checkable"&&(w.key==="Enter"||w.key===" ")&&(w.preventDefault(),k())},j=w=>{w.stopPropagation(),p&&!d&&p()};return i.jsx(yc,{ref:m,variant:g,size:t,color:r,bordered:o,checked:$,closable:n,isDisabled:d,className:u,onClick:g==="checkable"?k:x,onKeyDown:v,"data-variant":g,"data-size":t,"data-color":r,"data-checked":$?"true":void 0,"data-disabled":d?"true":void 0,tabIndex:g==="checkable"&&!d?0:void 0,role:g==="checkable"?"checkbox":void 0,"aria-checked":g==="checkable"?$:void 0,"aria-disabled":d,children:i.jsxs($c,{children:[l&&i.jsx(wc,{"aria-hidden":"true",children:l}),h,n&&i.jsx(kc,{size:t,onClick:j,"aria-label":"关闭",role:"button",tabIndex:d?-1:0,onKeyDown:w=>{!d&&(w.key==="Enter"||w.key===" ")&&(w.preventDefault(),j(w))},"aria-disabled":d,children:i.jsx(dr,{})})]})})});tt.displayName="Tag";const xr=c.forwardRef(({size:e="md",className:t,children:r="New Tag",...o},n)=>{const s=c.useRef(null),a=n||s,{buttonProps:l}=X.useButton({...o,elementType:"button"},s);return i.jsxs(Sc,{...Re(l,{ref:a,className:t}),size:e,"data-size":e,children:[i.jsx(lr,{}),r]})});xr.displayName="Tag.Add";tt.Add=xr;const Cc=["sm","md","lg"],jc=(e,t,r,o,n)=>r?n.components.select.border.disabled:t?n.components.select.border.error:e?n.components.select.border.focus:o?n.components.select.border.hover:n.components.select.border.default,Ec=(e,t,r)=>{const o=r.components.select.size[e];return S.css`
|
|
2110
2159
|
${t?`min-height: ${o.height};`:`height: ${o.height};`}
|
|
2111
2160
|
font-size: ${o.fontSize};
|
|
2112
2161
|
padding-inline: ${o.paddingInline};
|
|
@@ -2149,7 +2198,7 @@
|
|
|
2149
2198
|
${({size:e,isMultiple:t,theme:r})=>Ec(e,!!t,r)}
|
|
2150
2199
|
|
|
2151
2200
|
/* 禁用状态 */
|
|
2152
|
-
${({isDisabled:e})=>e&&
|
|
2201
|
+
${({isDisabled:e})=>e&&S.css`
|
|
2153
2202
|
opacity: 0.6;
|
|
2154
2203
|
`}
|
|
2155
2204
|
`,Jt=b.span`
|
|
@@ -2186,7 +2235,7 @@
|
|
|
2186
2235
|
max-height: 300px;
|
|
2187
2236
|
display: flex;
|
|
2188
2237
|
flex-direction: column;
|
|
2189
|
-
`,
|
|
2238
|
+
`,vr=b.ul`
|
|
2190
2239
|
margin: 0;
|
|
2191
2240
|
padding: 0;
|
|
2192
2241
|
list-style: none;
|
|
@@ -2267,7 +2316,7 @@
|
|
|
2267
2316
|
margin-right: 8px;
|
|
2268
2317
|
flex-shrink: 0;
|
|
2269
2318
|
pointer-events: none;
|
|
2270
|
-
`;function Tc({children:e,state:t,offset:r=4,triggerRef:o,placement:n="bottom start",...s}){const a=c.useRef(null),[l,
|
|
2319
|
+
`;function Tc({children:e,state:t,offset:r=4,triggerRef:o,placement:n="bottom start",...s}){const a=c.useRef(null),[l,d]=c.useState(void 0);c.useLayoutEffect(()=>{o.current&&d(o.current.getBoundingClientRect().width)},[o,t.isOpen]);const{overlayProps:u}=X.useOverlay({...s,shouldCloseOnBlur:!1,isDismissable:!0,onClose:t.close},a),{overlayProps:h,placement:p}=X.useOverlayPosition({targetRef:o,overlayRef:a,placement:n,offset:r,isOpen:t.isOpen,onClose:t.close});return c.useEffect(()=>{if(!t.isOpen)return;const f=x=>{const m=x.target,g=a.current,$=o.current;g&&!g.contains(m)&&$&&!$.contains(m)&&t.close()};return document.addEventListener("mousedown",f),document.addEventListener("focusin",f),()=>{document.removeEventListener("mousedown",f),document.removeEventListener("focusin",f)}},[t.isOpen,t.close,o]),i.jsx(X.Overlay,{children:i.jsx(X.FocusScope,{restoreFocus:!0,children:i.jsxs(an,{...u,...h,ref:a,"data-placement":p,style:{...h.style,zIndex:1e4,width:l?`${l}px`:"auto",minWidth:l?`${l}px`:"120px"},children:[i.jsx(X.DismissButton,{onDismiss:t.close}),e,i.jsx(X.DismissButton,{onDismiss:t.close})]})})})}function Rc({state:e,...t}){const r=c.useRef(null),{listBoxProps:o}=X.useListBox(t,e,r);return i.jsx(vr,{...o,ref:r,children:[...e.collection].map(n=>i.jsx(hn,{item:n,state:e},n.key))})}function hn({item:e,state:t,isMultiple:r}){const o=c.useRef(null),{optionProps:n,isSelected:s,isFocused:a,isDisabled:l}=X.useOption({key:e.key},t,o);return i.jsxs(ln,{...n,ref:o,isSelected:s,isFocused:a,isDisabled:l,children:[r&&i.jsx(pn,{"aria-hidden":"true",onClick:d=>d.stopPropagation(),children:i.jsx(De,{checked:s,disabled:l,tabIndex:-1})}),i.jsx(cn,{children:e.rendered}),!r&&s&&i.jsx(dn,{"aria-hidden":"true",children:i.jsx("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:i.jsx("path",{d:"M10 3L4.5 8.5L2 6",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})})]})}function Lc({state:e}){const t=c.useRef(null),{listBoxProps:r}=X.useListBox({selectionMode:"multiple"},e,t);return i.jsx(vr,{...r,ref:t,children:[...e.collection].map(o=>i.jsx(hn,{item:o,state:e,isMultiple:!0},o.key))})}const Mc=c.forwardRef(function(t,r){const{selectionMode:o="single",loading:n,disabled:s,size:a="md",fullWidth:l=!1,width:d,className:u,style:h,placeholder:p="请选择",label:f,description:x,errorMessage:m,maxTagCount:g,value:$,defaultValue:k,onChange:v,selectedKey:j,defaultSelectedKey:w,selectedKeys:y,defaultSelectedKeys:R,onSelectionChange:z,options:A,children:O}=t,L=o==="multiple",B=L?void 0:$??j,U=L?$??y:void 0,re=L?void 0:k??w,K=L?k??R:void 0,V=te=>{v==null||v(te),z==null||z(te)},Q=c.useMemo(()=>A&&A.length>0?A.map(te=>i.jsx(en,{textValue:typeof te.label=="string"?te.label:String(te.value),children:te.label},te.value)):O,[A,O]),D={...t,children:Q,selectedKey:B,defaultSelectedKey:re,onSelectionChange:V},I=c.useRef(null),F=r||I,_=c.useRef(null),q=gc(D),C=rn({...D,selectionMode:"multiple",selectedKeys:U,defaultSelectedKeys:K,onSelectionChange:V}),[E,M]=c.useState(!1),T=L?E:q.isOpen,N=c.useMemo(()=>{if(!L)return[];const te=[],je=C.selectionManager.selectedKeys;for(const Ue of C.collection)je.has(Ue.key)&&te.push({key:Ue.key,rendered:Ue.rendered});return te},[L,C.selectionManager.selectedKeys,C.collection]),{visibleTags:J,overflowCount:oe}=c.useMemo(()=>!L||N.length===0?{visibleTags:[],overflowCount:0}:g!==void 0&&N.length>g?{visibleTags:N.slice(0,g),overflowCount:N.length-g}:{visibleTags:N,overflowCount:0},[L,N,g]),{labelProps:le,triggerProps:Me,valueProps:Ie,menuProps:P,descriptionProps:se,errorMessageProps:he}=X.useSelect(D,q,F),Ce=te=>{_.current=te.pointerType,te.pointerType!=="touch"&&te.pointerType!=="keyboard"&&F.current&&Bt(F.current)},st=te=>{const je=te.pointerType||_.current;if(je!=="keyboard")if(L)M(!E);else{const Ue=je==="mouse"||je==="pen"?null:"first";q.toggle(Ue)}},{buttonProps:zt}=X.useButton({...Me,onPressStart:Ce,onPress:st},F),jn=te=>{const je=new Set(C.selectionManager.selectedKeys);je.delete(te),C.selectionManager.setSelectedKeys(je),V(je)},En=()=>L?N.length===0?i.jsx(Jt,{isPlaceholder:!0,children:p}):i.jsxs(fn,{children:[J.map(te=>i.jsx(tt,{size:"sm",closable:!0,onClose:()=>jn(te.key),children:te.rendered},te.key)),oe>0&&i.jsxs(tt,{size:"sm",children:["+",oe]})]}):i.jsx(Jt,{...Ie,isPlaceholder:!q.selectedItem,children:q.selectedItem?q.selectedItem.rendered:p}),zn=L?{isOpen:E,close:()=>M(!1)}:q;return i.jsxs(on,{fullWidth:l,className:u,style:{width:d,...h},children:[f&&i.jsx("label",{...le,style:{fontSize:"12px",marginBottom:"4px",display:"block",color:"inherit"},children:f}),!L&&i.jsx(X.HiddenSelect,{state:q,triggerRef:F,label:f,name:t.name,isDisabled:s}),i.jsxs(nn,{...zt,ref:F,size:a,fullWidth:l,isOpen:T,isDisabled:s,isError:!!m,isMultiple:L,children:[En(),i.jsx(sn,{isOpen:T,"aria-hidden":"true",size:a,children:i.jsx(nt,{width:12,height:12})})]}),T&&i.jsx(Tc,{state:zn,triggerRef:F,placement:"bottom start",offset:4,children:n?i.jsxs(un,{children:[i.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{animation:"spin 1s linear infinite",marginRight:8},children:[i.jsx("style",{children:"@keyframes spin { 100% { transform: rotate(360deg); } }"}),i.jsx("path",{d:"M8 1.5C4.41015 1.5 1.5 4.41015 1.5 8C1.5 11.5899 4.41015 14.5 8 14.5C11.5899 14.5 14.5 11.5899 14.5 8",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})]}),"加载中..."]}):L?i.jsx(Lc,{state:C}):i.jsx(Rc,{...P,state:q})}),x&&i.jsx("div",{...se,style:{fontSize:"12px",marginTop:"4px",opacity:.6},children:x}),m&&i.jsx("div",{...he,style:{fontSize:"12px",marginTop:"4px",color:"#ff4d4f"},children:m})]})}),Et=Mc;Et.Item=en;Et.Section=ac;const Ic=["sm","md","lg"],Nc=["default","bordered","striped"],Pc={sm:4,md:4,lg:6},_e=e=>`${Pc[e??"md"]}px`,Yr=b.div`
|
|
2271
2320
|
width: ${e=>e.fullWidth?"100%":"auto"};
|
|
2272
2321
|
overflow: auto;
|
|
2273
2322
|
/* 移除边框,设计稿中表格没有外围边框 */
|
|
@@ -2290,16 +2339,16 @@
|
|
|
2290
2339
|
background: transparent;
|
|
2291
2340
|
}
|
|
2292
2341
|
|
|
2293
|
-
${e=>e.scrollX&&
|
|
2342
|
+
${e=>e.scrollX&&S.css`
|
|
2294
2343
|
max-width: ${typeof e.scrollX=="number"?`${e.scrollX}px`:e.scrollX};
|
|
2295
2344
|
`}
|
|
2296
2345
|
|
|
2297
|
-
${e=>e.scrollY&&
|
|
2346
|
+
${e=>e.scrollY&&S.css`
|
|
2298
2347
|
max-height: ${typeof e.scrollY=="number"?`${e.scrollY}px`:e.scrollY};
|
|
2299
2348
|
`}
|
|
2300
2349
|
`,Ac=b.table`
|
|
2301
2350
|
width: 100%;
|
|
2302
|
-
${e=>e.scrollX&&
|
|
2351
|
+
${e=>e.scrollX&&S.css`
|
|
2303
2352
|
min-width: ${typeof e.scrollX=="number"?`${e.scrollX}px`:e.scrollX};
|
|
2304
2353
|
`}
|
|
2305
2354
|
border-collapse: separate;
|
|
@@ -2308,12 +2357,12 @@
|
|
|
2308
2357
|
font-family: ${({theme:e})=>e.semantic.typography.component.fontSizeSm};
|
|
2309
2358
|
background-color: ${({theme:e})=>e.semantic.colors.background.surface};
|
|
2310
2359
|
|
|
2311
|
-
${e=>e.variant==="bordered"&&
|
|
2360
|
+
${e=>e.variant==="bordered"&&S.css`
|
|
2312
2361
|
border: 1px solid ${e.theme.semantic.colors.border.primary};
|
|
2313
2362
|
border-radius: ${_e(e.size)} ${_e(e.size)} 0 0;
|
|
2314
2363
|
`}
|
|
2315
2364
|
|
|
2316
|
-
${e=>e.variant==="striped"&&
|
|
2365
|
+
${e=>e.variant==="striped"&&S.css`
|
|
2317
2366
|
tbody tr:nth-of-type(even) {
|
|
2318
2367
|
--row-bg: ${e.theme.semantic.colors.background.surfaceSubtle};
|
|
2319
2368
|
}
|
|
@@ -2336,24 +2385,24 @@
|
|
|
2336
2385
|
position: ${e=>e.fixed?"sticky":"static"};
|
|
2337
2386
|
background-color: ${({theme:e})=>e.semantic.colors.background.surfaceSubtle};
|
|
2338
2387
|
|
|
2339
|
-
${e=>e.width&&
|
|
2388
|
+
${e=>e.width&&S.css`
|
|
2340
2389
|
width: ${typeof e.width=="number"?`${e.width}px`:e.width};
|
|
2341
2390
|
`}
|
|
2342
2391
|
|
|
2343
|
-
${e=>e.fixed==="left"&&
|
|
2392
|
+
${e=>e.fixed==="left"&&S.css`
|
|
2344
2393
|
left: 0;
|
|
2345
2394
|
z-index: 11;
|
|
2346
2395
|
/* 调整固定列阴影,使其更柔和 */
|
|
2347
2396
|
box-shadow: 4px 0 8px -4px rgba(0, 0, 0, 0.1);
|
|
2348
2397
|
`}
|
|
2349
2398
|
|
|
2350
|
-
${e=>e.fixed==="right"&&
|
|
2399
|
+
${e=>e.fixed==="right"&&S.css`
|
|
2351
2400
|
right: 0;
|
|
2352
2401
|
z-index: 11;
|
|
2353
2402
|
box-shadow: -4px 0 8px -4px rgba(0, 0, 0, 0.1);
|
|
2354
2403
|
`}
|
|
2355
2404
|
|
|
2356
|
-
${e=>e.sortable&&
|
|
2405
|
+
${e=>e.sortable&&S.css`
|
|
2357
2406
|
cursor: pointer;
|
|
2358
2407
|
transition: background-color 0.15s ease;
|
|
2359
2408
|
|
|
@@ -2394,11 +2443,11 @@
|
|
|
2394
2443
|
/* 定义背景色变量,用于同步固定列的背景 */
|
|
2395
2444
|
--row-bg: ${({theme:e})=>e.semantic.colors.background.surface};
|
|
2396
2445
|
|
|
2397
|
-
${e=>e.isSubRow&&
|
|
2446
|
+
${e=>e.isSubRow&&S.css`
|
|
2398
2447
|
--row-bg: ${e.theme.semantic.colors.background.surfaceSubtle};
|
|
2399
2448
|
`}
|
|
2400
2449
|
|
|
2401
|
-
${e=>e.selected&&
|
|
2450
|
+
${e=>e.selected&&S.css`
|
|
2402
2451
|
--row-bg: ${e.theme.semantic.colors.brand.primarySubtle};
|
|
2403
2452
|
`}
|
|
2404
2453
|
|
|
@@ -2414,11 +2463,11 @@
|
|
|
2414
2463
|
border-bottom: none;
|
|
2415
2464
|
}
|
|
2416
2465
|
|
|
2417
|
-
${e=>(e.selectable||e.expandable)&&
|
|
2466
|
+
${e=>(e.selectable||e.expandable)&&S.css`
|
|
2418
2467
|
cursor: pointer;
|
|
2419
2468
|
`}
|
|
2420
2469
|
|
|
2421
|
-
${e=>
|
|
2470
|
+
${e=>S.css`
|
|
2422
2471
|
&:hover {
|
|
2423
2472
|
--row-bg: ${e.selected?e.theme.semantic.colors.brand.primarySubtle:e.theme.semantic.colors.background.surfaceSubtle};
|
|
2424
2473
|
}
|
|
@@ -2430,7 +2479,7 @@
|
|
|
2430
2479
|
`,ct=b.td`
|
|
2431
2480
|
padding: ${e=>{switch(e.size){case"sm":return"8px 12px";case"lg":return"16px 16px";case"md":default:return"12px 16px"}}};
|
|
2432
2481
|
|
|
2433
|
-
${e=>e.level&&e.level>0&&
|
|
2482
|
+
${e=>e.level&&e.level>0&&S.css`
|
|
2434
2483
|
padding-left: ${16+e.level*24}px;
|
|
2435
2484
|
`}
|
|
2436
2485
|
|
|
@@ -2442,17 +2491,17 @@
|
|
|
2442
2491
|
background-color: ${e=>e.fixed?"var(--row-bg, inherit)":"inherit"};
|
|
2443
2492
|
transition: background-color 0.15s ease;
|
|
2444
2493
|
|
|
2445
|
-
${e=>e.width&&
|
|
2494
|
+
${e=>e.width&&S.css`
|
|
2446
2495
|
width: ${typeof e.width=="number"?`${e.width}px`:e.width};
|
|
2447
2496
|
`}
|
|
2448
2497
|
|
|
2449
|
-
${e=>e.fixed==="left"&&
|
|
2498
|
+
${e=>e.fixed==="left"&&S.css`
|
|
2450
2499
|
left: 0;
|
|
2451
2500
|
z-index: 9;
|
|
2452
2501
|
box-shadow: 4px 0 8px -4px rgba(0, 0, 0, 0.1);
|
|
2453
2502
|
`}
|
|
2454
2503
|
|
|
2455
|
-
${e=>e.fixed==="right"&&
|
|
2504
|
+
${e=>e.fixed==="right"&&S.css`
|
|
2456
2505
|
right: 0;
|
|
2457
2506
|
z-index: 9;
|
|
2458
2507
|
box-shadow: -4px 0 8px -4px rgba(0, 0, 0, 0.1);
|
|
@@ -2491,17 +2540,17 @@
|
|
|
2491
2540
|
color: ${({theme:e})=>e.semantic.colors.text.tertiary};
|
|
2492
2541
|
font-size: 12px;
|
|
2493
2542
|
`,_c=b.div`
|
|
2494
|
-
${e=>e.ellipsis&&
|
|
2543
|
+
${e=>e.ellipsis&&S.css`
|
|
2495
2544
|
overflow: hidden;
|
|
2496
2545
|
text-overflow: ellipsis;
|
|
2497
2546
|
white-space: nowrap;
|
|
2498
2547
|
`}
|
|
2499
2548
|
|
|
2500
|
-
${e=>e.wrapText&&
|
|
2549
|
+
${e=>e.wrapText&&S.css`
|
|
2501
2550
|
white-space: normal;
|
|
2502
2551
|
word-break: break-word;
|
|
2503
2552
|
`}
|
|
2504
|
-
`,Hc=Ic,Wc=Nc;function Uc({columns:e,dataSource:t,size:r="md",variant:o="default",bordered:n=!1,fullWidth:s=!0,scroll:a,selectable:l=!1,selectionMode:
|
|
2553
|
+
`,Hc=Ic,Wc=Nc;function Uc({columns:e,dataSource:t,size:r="md",variant:o="default",bordered:n=!1,fullWidth:s=!0,scroll:a,selectable:l=!1,selectionMode:d="multiple",selectedKeys:u,onSelectionChange:h,expandable:p=!1,expandedKeys:f,onExpandChange:x,expandedRowRender:m,sortConfig:g,onSortChange:$,onRowClick:k,emptyText:v="暂无数据",className:j,wrapText:w=!1,loading:y=!1},R){const[z,A]=c.useState(new Set),[O,L]=c.useState(new Set),[B,U]=c.useState(!1),re=c.useRef(null),K=c.useRef(null),V=u??z,Q=c.useCallback(E=>{const M=E==="all"?new Set(t.map(T=>T.id)):E;u||A(M),h==null||h(M)},[u,h,t]),D=f??O,I=c.useCallback(E=>{const M=new Set(D);M.has(E)?M.delete(E):M.add(E),f||L(M),x==null||x(M)},[D,f,x]),F=c.useCallback(E=>{if(!$)return;let M="asc";(g==null?void 0:g.key)===E&&(g.direction==="asc"?M="desc":g.direction==="desc"&&(M=null)),$(E,M)},[g,$]),_=c.useMemo(()=>!l||d==="single"?!1:V==="all"?!0:t.length===0?!1:t.every(E=>V.has(E.id)),[l,d,V,t]),q=c.useMemo(()=>{if(!l||d==="single"||V==="all"||t.length===0)return!1;const E=t.filter(M=>V.has(M.id)).length;return E>0&&E<t.length},[l,d,V,t]);c.useEffect(()=>{const E=re.current;if(!E)return;const M=()=>{U(!0),K.current&&window.clearTimeout(K.current),K.current=window.setTimeout(()=>{U(!1)},800)};return E.addEventListener("scroll",M,{passive:!0}),()=>{E.removeEventListener("scroll",M),K.current&&window.clearTimeout(K.current)}},[]);const C=c.useCallback((E,M=0)=>E.flatMap((T,N)=>{const J=D.has(T.id),oe=V instanceof Set&&V.has(T.id),le=T.children&&T.children.length>0,Me=i.jsxs(Dt,{selectable:l,selected:oe,expandable:p,expanded:J,level:M,onClick:()=>{l&&d==="single"&&Q(new Set([T.id])),k==null||k(T,N)},children:[l&&i.jsx(ct,{size:r,width:48,align:"center",children:i.jsx(Xr,{onClick:se=>se.stopPropagation(),children:d==="single"?i.jsx(gr,{checked:oe,onChange:()=>{Q(new Set([T.id]))}}):i.jsx(De,{checked:oe,onChange:se=>{const he=new Set(V==="all"?t.map(Ce=>Ce.id):V);se?he.add(T.id):he.delete(T.id),Q(he)}})})},"selection-column"),e.map((se,he)=>{const Ce=T[se.key],st=he===0;return i.jsx(ct,{size:r,fixed:se.fixed,align:se.align,width:se.width,level:st?M:0,children:i.jsxs("div",{style:{display:"flex",alignItems:"center"},children:[st&&p&&le&&i.jsx(Kc,{expanded:J,onClick:zt=>{zt.stopPropagation(),I(T.id)},"aria-label":J?"收起":"展开",children:i.jsx(Ee,{})}),i.jsx(_c,{ellipsis:se.ellipsis,wrapText:w,children:se.render?se.render(Ce,T,N):Ce})]})},se.key)})]},T.id),Ie=J&&m&&i.jsx(Dt,{isSubRow:!0,children:i.jsx(ct,{colSpan:e.length+(l?1:0),size:r,children:m(T,N)})},`${T.id}-expanded`),P=J&&le?C(T.children,M+1):[];return[Me,Ie,...P].filter(Boolean)}),[e,r,p,D,V,l,d,m,w,I,Q,k]);return t.length===0&&!y?i.jsx(Yr,{size:r,ref:re,fullWidth:s,scrollX:a==null?void 0:a.x,scrollY:a==null?void 0:a.y,showScrollbar:B,className:j,children:i.jsx(Vc,{children:v})}):i.jsx(Yr,{size:r,ref:re,fullWidth:s,scrollX:a==null?void 0:a.x,scrollY:a==null?void 0:a.y,showScrollbar:B,className:j,children:i.jsxs(Ac,{ref:R,size:r,variant:n?"bordered":o,scrollX:a==null?void 0:a.x,children:[i.jsx(Fc,{children:i.jsxs(Dc,{children:[l&&i.jsx(Zr,{size:r,width:48,align:"center",children:d==="multiple"&&i.jsx(Xr,{children:i.jsx(De,{checked:_,indeterminate:q,onChange:E=>{Q(E?"all":new Set)}})})},"selection-column"),e.map(E=>i.jsx(Zr,{size:r,fixed:E.fixed,align:E.align,width:E.width,sortable:E.sortable,onClick:()=>E.sortable&&F(E.key),children:i.jsxs("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",gap:"8px"},children:[i.jsx("span",{children:E.title}),E.sortable&&i.jsxs(Oc,{direction:(g==null?void 0:g.key)===E.key?g.direction:void 0,children:[i.jsx(ar,{"data-active":(g==null?void 0:g.key)===E.key&&g.direction==="asc"}),i.jsx(nt,{"data-active":(g==null?void 0:g.key)===E.key&&g.direction==="desc"})]})]})},E.key))]})}),i.jsx(Bc,{children:y?i.jsx(Dt,{children:i.jsx(ct,{colSpan:e.length+(l?1:0),size:r,children:i.jsx("div",{style:{textAlign:"center",padding:"24px"},children:"加载中..."})})}):C(t)})]})})}const bn=c.forwardRef(Uc);bn.displayName="Table";const Yc=bn;function Zc(e={}){let{isReadOnly:t}=e,[r,o]=yt(e.isSelected,e.defaultSelected||!1,e.onChange),[n]=c.useState(r);function s(d){t||o(d)}function a(){t||o(!r)}var l;return{isSelected:r,defaultSelected:(l=e.defaultSelected)!==null&&l!==void 0?l:n,setSelected:s,toggle:a}}const Xc=["sm","md"],Gc=(e,t)=>{const r=t.components.switch.size[e];return S.css`
|
|
2505
2554
|
/* 提供尺寸相关的 CSS 变量,方便内部元素计算占位 */
|
|
2506
2555
|
--switch-thumb-size: ${r.thumbSize};
|
|
2507
2556
|
--switch-inner-gap: ${t.components.switch.gap};
|
|
@@ -2535,10 +2584,10 @@
|
|
|
2535
2584
|
* - 上下始终3px
|
|
2536
2585
|
*/
|
|
2537
2586
|
padding: 3px;
|
|
2538
|
-
${({hasInnerLabel:e,isSelected:t})=>e?
|
|
2587
|
+
${({hasInnerLabel:e,isSelected:t})=>e?S.css`
|
|
2539
2588
|
padding-left: ${t?"8px":"3px"};
|
|
2540
2589
|
padding-right: ${t?"3px":"8px"};
|
|
2541
|
-
`:
|
|
2590
|
+
`:S.css`
|
|
2542
2591
|
padding-left: 3px;
|
|
2543
2592
|
padding-right: 3px;
|
|
2544
2593
|
`}
|
|
@@ -2550,13 +2599,13 @@
|
|
|
2550
2599
|
${({size:e,theme:t})=>Gc(e,t)}
|
|
2551
2600
|
|
|
2552
2601
|
/* Focus 可见状态 - 键盘导航时显示 */
|
|
2553
|
-
${({isFocusVisible:e,theme:t})=>e&&
|
|
2602
|
+
${({isFocusVisible:e,theme:t})=>e&&S.css`
|
|
2554
2603
|
outline: none;
|
|
2555
2604
|
box-shadow: 0 0 0 ${t.components.switch.focusRing.offset} ${t.components.switch.focusRing.color};
|
|
2556
2605
|
`}
|
|
2557
2606
|
|
|
2558
2607
|
/* 禁用状态 */
|
|
2559
|
-
${({isDisabled:e,theme:t})=>e&&
|
|
2608
|
+
${({isDisabled:e,theme:t})=>e&&S.css`
|
|
2560
2609
|
opacity: ${t.components.switch.disabled.opacity};
|
|
2561
2610
|
cursor: not-allowed;
|
|
2562
2611
|
`}
|
|
@@ -2570,13 +2619,13 @@
|
|
|
2570
2619
|
|
|
2571
2620
|
/* 当存在内部文字时,为滑块预留占位,避免文字与滑块重叠
|
|
2572
2621
|
预留尺寸 = 滑块尺寸 + 设计间距 */
|
|
2573
|
-
${({hasInnerLabel:e,isSelected:t,theme:r})=>e&&
|
|
2622
|
+
${({hasInnerLabel:e,isSelected:t,theme:r})=>e&&S.css`
|
|
2574
2623
|
padding-right: ${t?`calc(var(--switch-thumb-size) + ${r.components.switch.gap})`:"0"};
|
|
2575
2624
|
padding-left: ${t?"0":`calc(var(--switch-thumb-size) + ${r.components.switch.gap})`};
|
|
2576
2625
|
`}
|
|
2577
2626
|
|
|
2578
2627
|
/* 有文字时,根据选中状态调整文字位置 */
|
|
2579
|
-
${({hasInnerLabel:e,isSelected:t})=>e&&
|
|
2628
|
+
${({hasInnerLabel:e,isSelected:t})=>e&&S.css`
|
|
2580
2629
|
justify-content: ${t?"flex-start":"flex-end"};
|
|
2581
2630
|
`}
|
|
2582
2631
|
`,Qc=b.span`
|
|
@@ -2600,10 +2649,10 @@
|
|
|
2600
2649
|
box-shadow: ${({theme:e})=>e.components.switch.thumb.shadow};
|
|
2601
2650
|
|
|
2602
2651
|
/* 位置控制:未选中在左,选中在右 */
|
|
2603
|
-
${({isSelected:e})=>e?
|
|
2652
|
+
${({isSelected:e})=>e?S.css`
|
|
2604
2653
|
right: 0;
|
|
2605
2654
|
left: auto;
|
|
2606
|
-
`:
|
|
2655
|
+
`:S.css`
|
|
2607
2656
|
left: 0;
|
|
2608
2657
|
right: auto;
|
|
2609
2658
|
`}
|
|
@@ -2620,7 +2669,7 @@
|
|
|
2620
2669
|
color: ${({isDisabled:e,theme:t})=>e?t.semantic.colors.text.disabled:t.semantic.colors.text.primary};
|
|
2621
2670
|
user-select: none;
|
|
2622
2671
|
cursor: ${({isDisabled:e})=>e?"not-allowed":"pointer"};
|
|
2623
|
-
`,od=Xc,gn=c.forwardRef(({size:e="md",checkedLabel:t,uncheckedLabel:r,disabled:o=!1,value:n,defaultValue:s,children:a,className:l,isSelected:
|
|
2672
|
+
`,od=Xc,gn=c.forwardRef(({size:e="md",checkedLabel:t,uncheckedLabel:r,disabled:o=!1,value:n,defaultValue:s,children:a,className:l,isSelected:d,defaultSelected:u,...h},p)=>{const m=Zc({...h,isSelected:n??d,defaultSelected:s??u}),g=c.useRef(null),$=p||g,{inputProps:k}=X.useSwitch({...h,isDisabled:o},m,g),{isFocusVisible:v,focusProps:j}=X.useFocusRing(),w=m.isSelected?t:r,y=!!(t||r),R=i.jsxs(qc,{size:e,isSelected:m.isSelected,isDisabled:o,isFocusVisible:v,hasInnerLabel:y,className:l,"data-selected":m.isSelected?"true":void 0,"data-disabled":o?"true":void 0,children:[i.jsx(X.VisuallyHidden,{children:i.jsx("input",{...Re(k,j),ref:$})}),i.jsxs(Jc,{isSelected:m.isSelected,hasInnerLabel:y,children:[i.jsx(ed,{isSelected:m.isSelected,"data-thumb":!0,"aria-hidden":"true"}),y&&w&&i.jsx(Qc,{isSelected:m.isSelected,children:w})]})]});return a?i.jsxs(td,{children:[R,i.jsx(rd,{isDisabled:o,onClick:()=>{o||m.toggle()},children:a})]}):R});gn.displayName="Switch";const nd=b.div`
|
|
2624
2673
|
display: flex;
|
|
2625
2674
|
align-items: center;
|
|
2626
2675
|
gap: ${({theme:e})=>e.components.transfer.container.gap};
|
|
@@ -2794,11 +2843,11 @@
|
|
|
2794
2843
|
flex-shrink: 0;
|
|
2795
2844
|
font-size: 12px;
|
|
2796
2845
|
color: ${({theme:e})=>e.semantic.colors.text.secondary};
|
|
2797
|
-
`,
|
|
2846
|
+
`,vd=b.div`
|
|
2798
2847
|
display: flex;
|
|
2799
2848
|
align-items: center;
|
|
2800
2849
|
gap: 8px;
|
|
2801
|
-
`,
|
|
2850
|
+
`,yd=b.div`
|
|
2802
2851
|
display: flex;
|
|
2803
2852
|
align-items: center;
|
|
2804
2853
|
gap: 4px;
|
|
@@ -2838,7 +2887,7 @@
|
|
|
2838
2887
|
&:hover {
|
|
2839
2888
|
border-color: ${({theme:e})=>e.semantic.colors.brand.primary};
|
|
2840
2889
|
}
|
|
2841
|
-
`;const qr=({direction:e,dataSource:t,selectedKeys:r,disabled:o,showSearch:n,searchPlaceholder:s,filterOption:a,render:l,onItemSelectChange:
|
|
2890
|
+
`;const qr=({direction:e,dataSource:t,selectedKeys:r,disabled:o,showSearch:n,searchPlaceholder:s,filterOption:a,render:l,onItemSelectChange:d,title:u,showSelectAll:h=!0,footer:p,locale:f,header:x,onClearAll:m,clearMode:g="all",oneWay:$=!1,onItemDelete:k,pagination:v})=>{const j=S.useTheme(),[w,y]=c.useState(""),[R,z]=c.useState(1),[A,O]=c.useState(typeof v=="object"&&v.pageSize?v.pageSize:10),L=c.useMemo(()=>w?a?t.filter(T=>a(w,T)):t.filter(T=>{const N=String(T.title||""),J=String(T.description||"");return N.toLowerCase().includes(w.toLowerCase())||J.toLowerCase().includes(w.toLowerCase())}):t,[t,w,a]),B=c.useMemo(()=>L.filter(T=>!T.disabled),[L]),U=v&&!l,re=c.useMemo(()=>{if(!U)return L;const T=(R-1)*A,N=T+A;return L.slice(T,N)},[L,R,A,U]),K=U?re:L,V=c.useMemo(()=>U?Math.ceil(L.length/A):1,[L.length,A,U]),Q=c.useCallback(T=>{z(T)},[]),D=c.useCallback(T=>{O(T),z(1)},[]),I=c.useMemo(()=>B.length===0?!1:B.every(T=>r.has(T.key)),[B,r]),F=c.useMemo(()=>{const T=B.filter(N=>r.has(N.key)).length;return T>0&&T<B.length},[B,r]),_=c.useCallback(T=>{const N=new Set(r);B.forEach(J=>{T?N.add(J.key):N.delete(J.key)}),d(N)},[B,r,d]),q=c.useCallback(T=>{const N=new Set(r);N.has(T)?N.delete(T):N.add(T),d(N)},[r,d]),C=T=>l?l(T):T.title,E=B.filter(T=>r.has(T.key)).length,M=()=>i.jsxs(sd,{children:[i.jsxs(ad,{children:[h&&B.length>0&&i.jsx(De,{checked:I,indeterminate:F,onChange:_,disabled:o}),u]}),i.jsxs(ld,{children:[E,"/",t.length]})]});return i.jsxs(id,{children:[x?x({direction:e,selectedCount:E,totalCount:t.length,selectedKeys:r,onSelectAll:_,title:u,showSelectAll:h,disabled:o,onClearAll:m,clearMode:g}):M(),n&&i.jsx(cd,{children:i.jsx(fr,{suffix:i.jsx(Co,{style:{color:j.components.transfer.search.iconColor}}),size:"sm",value:w,onChange:T=>y(T.target.value),placeholder:s||(f==null?void 0:f.searchPlaceholder)||"请输入搜索内容",disabled:o,"aria-label":"搜索输入框",fullWidth:!0})}),i.jsx(dd,{children:K.length===0?i.jsx(md,{children:(f==null?void 0:f.notFoundContent)||"暂无数据"}):K.map(T=>i.jsxs(ud,{disabled:o||T.disabled,selected:r.has(T.key),onClick:()=>{!o&&!T.disabled&&q(T.key)},children:[i.jsxs(pd,{children:[(!$||e==="left")&&i.jsx(De,{checked:r.has(T.key),disabled:o||T.disabled,onClick:N=>{N.stopPropagation()}}),i.jsx(fd,{children:C(T)})]}),$&&e==="right"&&k&&i.jsx(hd,{onClick:N=>{N.stopPropagation(),!o&&!T.disabled&&k(T.key)},disabled:o||T.disabled,children:i.jsx(So,{})})]},T.key))}),U&&L.length>0&&i.jsxs(xd,{children:[i.jsxs(vd,{children:[typeof v=="object"&&v.showPageInfo!==!1&&i.jsxs("span",{children:[(R-1)*A+1,"-",Math.min(R*A,L.length)," / ",L.length]}),typeof v=="object"&&v.showSizeChanger&&i.jsx(Et,{value:A.toString(),onChange:T=>D(Number(T)),options:(v.pageSizeOptions||[10,20,50]).map(T=>({value:T.toString(),label:`${T} 条/页`})),style:{width:"80px",height:"24px",minWidth:"80px"},disabled:o})]}),i.jsxs(yd,{children:[i.jsx(Gr,{onClick:()=>Q(R-1),disabled:R===1,children:i.jsx(Ge,{})}),i.jsxs("span",{children:[R," / ",V]}),i.jsx(Gr,{onClick:()=>Q(R+1),disabled:R===V,children:i.jsx(Ee,{})})]})]}),p&&i.jsx(gd,{children:p({direction:e})})]})},mn=({dataSource:e=[],targetKeys:t,defaultTargetKeys:r=[],onChange:o,titles:n=["源列表","目标列表"],showSearch:s=!1,searchPlaceholder:a=["搜索源列表","搜索目标列表"],filterOption:l,render:d,disabled:u=!1,className:h,style:p,operations:f,showSelectAll:x=!0,footer:m,locale:g,header:$,oneWay:k=!1,actions:v,pagination:j})=>{const[w,y]=c.useState(new Set(r)),R=t!==void 0,z=c.useMemo(()=>R?new Set(t):w,[R,t,w]),[A,O]=c.useState(new Set),[L,B]=c.useState(new Set),U=c.useMemo(()=>e.filter(C=>!z.has(C.key)),[e,z]),re=c.useMemo(()=>e.filter(C=>z.has(C.key)),[e,z]),K=c.useCallback(()=>{const C=new Set(z),E=Array.from(A);E.forEach(M=>{C.add(M)}),R||y(C),O(new Set),o==null||o(Array.from(C),"right",E)},[z,A,R,o]),V=c.useCallback(()=>{const C=new Set(z),E=Array.from(L);E.forEach(M=>{C.delete(M)}),R||y(C),B(new Set),o==null||o(Array.from(C),"left",E)},[z,L,R,o]),Q=c.useCallback(()=>{const C=new Set(z),E=U.filter(M=>!M.disabled).map(M=>M.key);E.forEach(M=>{C.add(M)}),R||y(C),O(new Set),o==null||o(Array.from(C),"right",E)},[z,U,R,o]),D=c.useCallback(()=>{const C=new Set(z),E=Array.from(z).filter(M=>{const T=e.find(N=>N.key===M);return T&&!T.disabled});E.forEach(M=>{C.delete(M)}),R||y(C),B(new Set),o==null||o(Array.from(C),"left",E)},[z,e,R,o]),I=c.useCallback(C=>{const E=new Set(z);E.delete(C),R||y(E),o==null||o(Array.from(E),"left",[C])},[z,R,o]),F=A.size>0&&!u,_=L.size>0&&!u,q=()=>{if(v&&typeof v=="object"&&!Array.isArray(v)){const{left:C,right:E}=v;return k?E?typeof E=="function"?i.jsx(c.Fragment,{children:E(Array.from(A))},"right"):i.jsx(c.Fragment,{children:E},"right"):i.jsxs(be,{onClick:K,disabled:!F,children:[i.jsx(Ee,{}),f==null?void 0:f[0]]}):i.jsxs(i.Fragment,{children:[C?typeof C=="function"?i.jsx(c.Fragment,{children:C(Array.from(A))},"left"):i.jsx(c.Fragment,{children:C},"left"):i.jsxs(be,{onClick:K,disabled:!F,children:[i.jsx(Ee,{}),f==null?void 0:f[0]]}),E?typeof E=="function"?i.jsx(c.Fragment,{children:E(Array.from(L))},"right"):i.jsx(c.Fragment,{children:E},"right"):i.jsxs(be,{onClick:V,disabled:!_,children:[i.jsx(Ge,{}),f==null?void 0:f[1]]})]})}if(v&&Array.isArray(v)){if(k){const M=v[0];return M?typeof M=="string"?i.jsx(be,{onClick:K,disabled:!F,children:M}):c.isValidElement(M)?i.jsx(c.Fragment,{children:M},"action-0"):typeof M=="function"?i.jsx(c.Fragment,{children:M(Array.from(A))},"action-0"):i.jsx(c.Fragment,{children:M},"action-0"):i.jsxs(be,{onClick:K,disabled:!F,children:[i.jsx(Ee,{}),f==null?void 0:f[0]]})}const C=v[0],E=v[1];return i.jsxs(i.Fragment,{children:[C?typeof C=="string"?i.jsx(be,{onClick:K,disabled:!F,children:C}):c.isValidElement(C)?i.jsx(c.Fragment,{children:C},"left"):typeof C=="function"?i.jsx(c.Fragment,{children:C(Array.from(A))},"left"):i.jsx(c.Fragment,{children:C},"left"):i.jsxs(be,{onClick:K,disabled:!F,children:[i.jsx(Ee,{}),f==null?void 0:f[0]]}),E?typeof E=="string"?i.jsx(be,{onClick:V,disabled:!_,children:E}):c.isValidElement(E)?i.jsx(c.Fragment,{children:E},"right"):typeof E=="function"?i.jsx(c.Fragment,{children:E(Array.from(L))},"right"):i.jsx(c.Fragment,{children:E},"right"):i.jsxs(be,{onClick:V,disabled:!_,children:[i.jsx(Ge,{}),f==null?void 0:f[1]]})]})}return k?i.jsxs(be,{onClick:K,disabled:!F,children:[i.jsx(Ee,{}),f==null?void 0:f[0]]}):i.jsxs(i.Fragment,{children:[i.jsxs(be,{onClick:K,disabled:!F,children:[i.jsx(Ee,{}),f==null?void 0:f[0]]}),i.jsxs(be,{onClick:V,disabled:!_,children:[i.jsx(Ge,{}),f==null?void 0:f[1]]})]})};return i.jsxs(nd,{className:h,style:p,children:[i.jsx(qr,{direction:"left",dataSource:U,selectedKeys:A,disabled:u,showSearch:s,searchPlaceholder:a[0],filterOption:l,render:d,onItemSelectChange:O,title:n[0],showSelectAll:x,footer:m,locale:g,header:$,onClearAll:Q,clearMode:"all",oneWay:k,pagination:j}),i.jsx(bd,{children:q()}),i.jsx(qr,{direction:"right",dataSource:re,selectedKeys:L,disabled:u,showSearch:s,searchPlaceholder:a[1],filterOption:l,render:d,onItemSelectChange:B,title:n[1],showSelectAll:x,footer:m,locale:g,header:$,onClearAll:D,clearMode:"all",oneWay:k,onItemDelete:k?I:void 0,pagination:j})]})};mn.displayName="Transfer";const $d=["idle","uploading","success","error"],wd=b.div`
|
|
2842
2891
|
width: 100%;
|
|
2843
2892
|
`,kd=b.div`
|
|
2844
2893
|
position: relative;
|
|
@@ -2855,7 +2904,7 @@
|
|
|
2855
2904
|
transition: all 0.2s ease;
|
|
2856
2905
|
outline: none;
|
|
2857
2906
|
|
|
2858
|
-
${({isDisabled:e,theme:t})=>!e&&
|
|
2907
|
+
${({isDisabled:e,theme:t})=>!e&&S.css`
|
|
2859
2908
|
&:hover {
|
|
2860
2909
|
border-color: ${t.semantic.colors.brand.primary};
|
|
2861
2910
|
}
|
|
@@ -2866,7 +2915,7 @@
|
|
|
2866
2915
|
}
|
|
2867
2916
|
`}
|
|
2868
2917
|
|
|
2869
|
-
${({isDisabled:e,theme:t})=>e&&
|
|
2918
|
+
${({isDisabled:e,theme:t})=>e&&S.css`
|
|
2870
2919
|
opacity: 0.5;
|
|
2871
2920
|
background: ${t.semantic.colors.background.secondary};
|
|
2872
2921
|
`}
|
|
@@ -3006,48 +3055,45 @@
|
|
|
3006
3055
|
clip: rect(0, 0, 0, 0);
|
|
3007
3056
|
white-space: nowrap;
|
|
3008
3057
|
border-width: 0;
|
|
3009
|
-
`,Od=$d,Bd=()=>i.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"100",height:"100",viewBox:"0 0 100 100",fill:"none",children:[i.jsxs("g",{clipPath:"url(#clip0_6955_14967)",children:[i.jsx("path",{d:"M6.25 63.1836L28.525 52.195C28.8475 52.0359 29.2023 51.9531 29.5619 51.9531H70.6424C71.0049 51.9531 71.3625 52.0372 71.687 52.1988L93.75 63.1836V91.4062C93.75 92.7007 92.7007 93.75 91.4062 93.75H8.59375C7.29932 93.75 6.25 92.7007 6.25 91.4062V63.1836Z",fill:"#F0F0F0"}),i.jsx("path",{d:"M6.25 63.1836H34.4859C35.7804 63.1836 36.8297 64.2329 36.8297 65.5273V69.8906C36.8297 71.185 37.879 72.2344 39.1734 72.2344H60.7687C62.0632 72.2344 63.1125 71.185 63.1125 69.8906V65.5273C63.1125 64.2329 64.1618 63.1836 65.4562 63.1836H93.75V92.9688C93.75 93.176 93.6677 93.3747 93.5212 93.5212C93.3747 93.6677 93.1759 93.75 92.9688 93.75H7.03125C6.82405 93.75 6.62534 93.6677 6.47882 93.5212C6.33231 93.3747 6.25 93.176 6.25 92.9688V63.1836Z",fill:"#FAFAFB"}),i.jsx("path",{d:"M19.1445 39.9733C19.3009 39.41 20.0994 39.41 20.2558 39.9733C20.797 41.9242 22.3218 43.449 24.2727 43.9902C24.836 44.1466 24.836 44.9451 24.2727 45.1015C22.3218 45.6427 20.797 47.1675 20.2558 49.1184C20.0994 49.6817 19.3009 49.6817 19.1445 49.1184C18.6033 47.1675 17.0785 45.6427 15.1276 45.1015C14.5642 44.9451 14.5643 44.1466 15.1276 43.9902C17.0785 43.449 18.6033 41.9242 19.1445 39.9733Z",fill:"#F0F0F0"}),i.jsx("path",{d:"M78.1066 35.6488C78.3468 34.7837 79.573 34.7837 79.8132 35.6488C80.6443 38.6449 82.9858 40.9864 85.9819 41.8175C86.8469 42.0577 86.8469 43.2839 85.9819 43.5241C82.9858 44.3552 80.6443 46.6968 79.8132 49.6929C79.573 50.5579 78.3468 50.5579 78.1066 49.6929C77.2755 46.6968 74.9339 44.3552 71.9379 43.5241C71.0728 43.2839 71.0728 42.0577 71.9379 41.8175C74.9339 40.9864 77.2755 38.6449 78.1066 35.6488Z",fill:"#F0F0F0"}),i.jsx("path",{d:"M49.0173 14.5685C49.733 13.8105 50.9389 13.8105 51.6547 14.5685L62.8375 26.4101C63.9294 27.5668 63.1096 29.469 61.5188 29.4691H57.591C56.0884 29.4691 54.8704 30.6871 54.8704 32.1897L54.8703 41C54.8703 41.5523 54.4226 42 53.8703 42H46.8015C46.2492 42 45.8015 41.5523 45.8015 41L45.8016 32.1897C45.8016 30.6871 44.5835 29.4691 43.0809 29.4691H39.1532C37.5623 29.4691 36.7424 27.5669 37.8345 26.4101L49.0173 14.5685Z",fill:"#F0F0F0"})]}),i.jsx("defs",{children:i.jsx("clipPath",{id:"clip0_6955_14967",children:i.jsx("rect",{width:"100",height:"100",fill:"white"})})})]}),Kd=()=>i.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[i.jsx("path",{d:"M9 1H3.5C2.67157 1 2 1.67157 2 2.5V13.5C2 14.3284 2.67157 15 3.5 15H12.5C13.3284 15 14 14.3284 14 13.5V6M9 1L14 6M9 1V6H14",stroke:"currentColor",strokeWidth:"1.2",strokeLinecap:"round",strokeLinejoin:"round"}),i.jsx("path",{d:"M5 7H7",stroke:"currentColor",strokeWidth:"1.2",strokeLinecap:"round"}),i.jsx("path",{d:"M5 10H11",stroke:"currentColor",strokeWidth:"1.2",strokeLinecap:"round"})]}),Vd=()=>i.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[i.jsx("circle",{cx:"8",cy:"8",r:"8",fill:"currentColor"}),i.jsx("path",{d:"M11.3333 5.5L6.75 10.0833L4.66667 8",stroke:"white",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),_d=()=>i.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[i.jsx("circle",{cx:"8",cy:"8",r:"8",fill:"currentColor"}),i.jsx("path",{d:"M10 6L6 10M6 6L10 10",stroke:"white",strokeWidth:"1.5",strokeLinecap:"round"})]}),Hd=()=>i.jsx("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:i.jsx("path",{d:"M3.5 4.5H12.5M6.5 7V11.5M9.5 7V11.5M10.5 4.5V2.5C10.5 2.22386 10.2761 2 10 2H6C5.72386 2 5.5 2.22386 5.5 2.5V4.5M4.5 4.5H11.5V13C11.5 13.2761 11.2761 13.5 11 13.5H5C4.72386 13.5 4.5 13.2761 4.5 13V4.5Z",stroke:"currentColor",strokeWidth:"1.2",strokeLinecap:"round",strokeLinejoin:"round"})}),Wd=()=>`upload-${Date.now()}-${Math.random().toString(36).slice(2,9)}`,xn=c.forwardRef(({accept:e,multiple:t=!1,maxSize:r,maxCount:o,disabled:n=!1,fileList:s,defaultFileList:a=[],onChange:l,beforeUpload:
|
|
3010
|
-
background:
|
|
3011
|
-
border: ${({
|
|
3012
|
-
box-shadow: ${({
|
|
3013
|
-
border-radius:
|
|
3014
|
-
transition:
|
|
3058
|
+
`,Od=$d,Bd=()=>i.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"100",height:"100",viewBox:"0 0 100 100",fill:"none",children:[i.jsxs("g",{clipPath:"url(#clip0_6955_14967)",children:[i.jsx("path",{d:"M6.25 63.1836L28.525 52.195C28.8475 52.0359 29.2023 51.9531 29.5619 51.9531H70.6424C71.0049 51.9531 71.3625 52.0372 71.687 52.1988L93.75 63.1836V91.4062C93.75 92.7007 92.7007 93.75 91.4062 93.75H8.59375C7.29932 93.75 6.25 92.7007 6.25 91.4062V63.1836Z",fill:"#F0F0F0"}),i.jsx("path",{d:"M6.25 63.1836H34.4859C35.7804 63.1836 36.8297 64.2329 36.8297 65.5273V69.8906C36.8297 71.185 37.879 72.2344 39.1734 72.2344H60.7687C62.0632 72.2344 63.1125 71.185 63.1125 69.8906V65.5273C63.1125 64.2329 64.1618 63.1836 65.4562 63.1836H93.75V92.9688C93.75 93.176 93.6677 93.3747 93.5212 93.5212C93.3747 93.6677 93.1759 93.75 92.9688 93.75H7.03125C6.82405 93.75 6.62534 93.6677 6.47882 93.5212C6.33231 93.3747 6.25 93.176 6.25 92.9688V63.1836Z",fill:"#FAFAFB"}),i.jsx("path",{d:"M19.1445 39.9733C19.3009 39.41 20.0994 39.41 20.2558 39.9733C20.797 41.9242 22.3218 43.449 24.2727 43.9902C24.836 44.1466 24.836 44.9451 24.2727 45.1015C22.3218 45.6427 20.797 47.1675 20.2558 49.1184C20.0994 49.6817 19.3009 49.6817 19.1445 49.1184C18.6033 47.1675 17.0785 45.6427 15.1276 45.1015C14.5642 44.9451 14.5643 44.1466 15.1276 43.9902C17.0785 43.449 18.6033 41.9242 19.1445 39.9733Z",fill:"#F0F0F0"}),i.jsx("path",{d:"M78.1066 35.6488C78.3468 34.7837 79.573 34.7837 79.8132 35.6488C80.6443 38.6449 82.9858 40.9864 85.9819 41.8175C86.8469 42.0577 86.8469 43.2839 85.9819 43.5241C82.9858 44.3552 80.6443 46.6968 79.8132 49.6929C79.573 50.5579 78.3468 50.5579 78.1066 49.6929C77.2755 46.6968 74.9339 44.3552 71.9379 43.5241C71.0728 43.2839 71.0728 42.0577 71.9379 41.8175C74.9339 40.9864 77.2755 38.6449 78.1066 35.6488Z",fill:"#F0F0F0"}),i.jsx("path",{d:"M49.0173 14.5685C49.733 13.8105 50.9389 13.8105 51.6547 14.5685L62.8375 26.4101C63.9294 27.5668 63.1096 29.469 61.5188 29.4691H57.591C56.0884 29.4691 54.8704 30.6871 54.8704 32.1897L54.8703 41C54.8703 41.5523 54.4226 42 53.8703 42H46.8015C46.2492 42 45.8015 41.5523 45.8015 41L45.8016 32.1897C45.8016 30.6871 44.5835 29.4691 43.0809 29.4691H39.1532C37.5623 29.4691 36.7424 27.5669 37.8345 26.4101L49.0173 14.5685Z",fill:"#F0F0F0"})]}),i.jsx("defs",{children:i.jsx("clipPath",{id:"clip0_6955_14967",children:i.jsx("rect",{width:"100",height:"100",fill:"white"})})})]}),Kd=()=>i.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[i.jsx("path",{d:"M9 1H3.5C2.67157 1 2 1.67157 2 2.5V13.5C2 14.3284 2.67157 15 3.5 15H12.5C13.3284 15 14 14.3284 14 13.5V6M9 1L14 6M9 1V6H14",stroke:"currentColor",strokeWidth:"1.2",strokeLinecap:"round",strokeLinejoin:"round"}),i.jsx("path",{d:"M5 7H7",stroke:"currentColor",strokeWidth:"1.2",strokeLinecap:"round"}),i.jsx("path",{d:"M5 10H11",stroke:"currentColor",strokeWidth:"1.2",strokeLinecap:"round"})]}),Vd=()=>i.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[i.jsx("circle",{cx:"8",cy:"8",r:"8",fill:"currentColor"}),i.jsx("path",{d:"M11.3333 5.5L6.75 10.0833L4.66667 8",stroke:"white",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),_d=()=>i.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[i.jsx("circle",{cx:"8",cy:"8",r:"8",fill:"currentColor"}),i.jsx("path",{d:"M10 6L6 10M6 6L10 10",stroke:"white",strokeWidth:"1.5",strokeLinecap:"round"})]}),Hd=()=>i.jsx("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:i.jsx("path",{d:"M3.5 4.5H12.5M6.5 7V11.5M9.5 7V11.5M10.5 4.5V2.5C10.5 2.22386 10.2761 2 10 2H6C5.72386 2 5.5 2.22386 5.5 2.5V4.5M4.5 4.5H11.5V13C11.5 13.2761 11.2761 13.5 11 13.5H5C4.72386 13.5 4.5 13.2761 4.5 13V4.5Z",stroke:"currentColor",strokeWidth:"1.2",strokeLinecap:"round",strokeLinejoin:"round"})}),Wd=()=>`upload-${Date.now()}-${Math.random().toString(36).slice(2,9)}`,xn=c.forwardRef(({accept:e,multiple:t=!1,maxSize:r,maxCount:o,disabled:n=!1,fileList:s,defaultFileList:a=[],onChange:l,beforeUpload:d,customRequest:u,mainText:h,secondaryText:p,fileTypeHint:f,downloadTemplateText:x,onDownloadTemplate:m,className:g,icon:$},k)=>{const v=c.useRef(null),j=c.useRef(null),[w,y]=c.useState(a),[R,z]=c.useState(!1),A=s!==void 0,O=A?s:w,L=C=>{A||y(C),l==null||l(C)},B=async C=>{if(!C||C.length===0)return;const E=Array.from(C);if(o&&O.length+E.length>o){console.warn(`最多只能上传 ${o} 个文件`);return}const M=[];for(const N of E){if(r&&N.size>r){console.warn(`文件 ${N.name} 超过大小限制`);continue}if(d)try{if(!await d(N))continue}catch(oe){console.error("beforeUpload error:",oe);continue}const J={uid:Wd(),name:N.name,file:N,status:"uploading",percent:0};M.push(J)}if(M.length===0)return;const T=[...O,...M];L(T),M.forEach(N=>{u?u({file:N.file,onProgress:J=>{L(T.map(oe=>oe.uid===N.uid?{...oe,percent:J}:oe))},onSuccess:()=>{L(T.map(J=>J.uid===N.uid?{...J,status:"success",percent:100}:J))},onError:J=>{L(T.map(oe=>oe.uid===N.uid?{...oe,status:"error",error:J.message}:oe))}}):U(N.uid,T)})},U=(C,E)=>{let M=0;const T=setInterval(()=>{M+=10,M>=100?(clearInterval(T),L(E.map(N=>N.uid===C?{...N,status:"success",percent:100}:N))):L(E.map(N=>N.uid===C?{...N,percent:M}:N))},200)},re=C=>{B(C.target.files),v.current&&(v.current.value="")},K=C=>{C.preventDefault(),C.stopPropagation(),n||z(!0)},V=C=>{C.preventDefault(),C.stopPropagation(),z(!1)},Q=C=>{C.preventDefault(),C.stopPropagation()},D=C=>{if(C.preventDefault(),C.stopPropagation(),z(!1),n)return;const E=C.dataTransfer.files;B(E)},I=()=>{var C;n||(C=v.current)==null||C.click()},F=C=>{const E=O.filter(M=>M.uid!==C);L(E)},{buttonProps:_}=X.useButton({onPress:I,isDisabled:n},j),q=C=>{switch(C){case"success":return i.jsx(Vd,{});case"error":return i.jsx(_d,{});default:return null}};return i.jsxs(wd,{ref:k,className:g,children:[i.jsxs(kd,{..._,ref:j,isDragActive:R,isDisabled:n,onDragEnter:K,onDragLeave:V,onDragOver:Q,onDrop:D,role:"button",tabIndex:n?-1:0,"aria-label":"上传文件区域",children:[i.jsx(Sd,{children:$||i.jsx(Bd,{})}),i.jsxs(Cd,{children:[i.jsx(jd,{children:h||i.jsxs(i.Fragment,{children:["将文件拖到此处,或",i.jsx(Qr,{children:"点击上传"})]})}),p&&i.jsx(Jr,{children:p}),(f||x)&&i.jsxs(Jr,{children:[f,x&&m&&i.jsxs(i.Fragment,{children:[" ",i.jsx(Qr,{onClick:C=>{C.stopPropagation(),m()},children:x})]})]})]}),i.jsx(Dd,{ref:v,type:"file",accept:e,multiple:t,onChange:re,disabled:n,"aria-hidden":"true"})]}),O.length>0&&i.jsx(Ed,{children:O.map(C=>i.jsxs(zd,{status:C.status,children:[i.jsxs(Td,{status:C.status,children:[i.jsx(Rd,{children:i.jsx(Kd,{})}),i.jsx(Ld,{status:C.status,children:C.name}),(C.status==="success"||C.status==="error")&&i.jsxs(i.Fragment,{children:[i.jsx(Md,{status:C.status,children:q(C.status)}),i.jsx(Id,{onClick:()=>F(C.uid),"aria-label":`删除文件 ${C.name}`,children:i.jsx(Hd,{})})]})]}),C.status==="uploading"&&i.jsxs(Nd,{children:[i.jsx(Pd,{children:i.jsx(Ad,{percent:C.percent||0})}),i.jsxs(Fd,{children:[C.percent||0,"%"]})]})]},C.uid))})]})});xn.displayName="Upload";const Ud=b.div`
|
|
3059
|
+
background: var(--ksd-card-bg);
|
|
3060
|
+
border: ${({variant:e})=>e==="outlined"?"1px solid var(--ksd-card-border)":"none"};
|
|
3061
|
+
box-shadow: ${({variant:e})=>e==="elevated"?"var(--ksd-card-shadow-elevated)":"none"};
|
|
3062
|
+
border-radius: var(--ksd-card-radius);
|
|
3063
|
+
transition: var(--ksd-card-transition);
|
|
3015
3064
|
display: flex;
|
|
3016
3065
|
flex-direction: column;
|
|
3017
|
-
overflow: hidden;
|
|
3066
|
+
overflow: hidden;
|
|
3018
3067
|
|
|
3019
|
-
${({hoverable:e,
|
|
3068
|
+
${({hoverable:e,variant:t})=>e&&`
|
|
3020
3069
|
cursor: pointer;
|
|
3021
3070
|
&:hover {
|
|
3022
|
-
box-shadow: ${
|
|
3023
|
-
border-color: ${
|
|
3071
|
+
box-shadow: ${t==="elevated"?"var(--ksd-card-shadow-elevated-hover)":"none"};
|
|
3072
|
+
border-color: ${t==="outlined"?"var(--ksd-card-border-hover)":"transparent"};
|
|
3024
3073
|
}
|
|
3025
3074
|
`}
|
|
3026
3075
|
`,Yd=b.div`
|
|
3027
3076
|
display: flex;
|
|
3028
3077
|
align-items: center;
|
|
3029
3078
|
justify-content: space-between;
|
|
3030
|
-
padding:
|
|
3031
|
-
border-bottom:
|
|
3032
|
-
/* Removed min-height to allow content to dictate height */
|
|
3079
|
+
padding: var(--ksd-card-header-padding);
|
|
3080
|
+
border-bottom: var(--ksd-card-header-border-bottom);
|
|
3033
3081
|
`,Zd=b.div`
|
|
3034
|
-
color:
|
|
3035
|
-
font-size:
|
|
3036
|
-
font-weight:
|
|
3082
|
+
color: var(--ksd-card-title-color);
|
|
3083
|
+
font-size: var(--ksd-card-title-font-size);
|
|
3084
|
+
font-weight: var(--ksd-card-title-font-weight);
|
|
3037
3085
|
flex: 1;
|
|
3038
|
-
/* Allow title to wrap if needed, or keep ellipsis */
|
|
3039
3086
|
overflow: hidden;
|
|
3040
3087
|
text-overflow: ellipsis;
|
|
3041
3088
|
white-space: nowrap;
|
|
3042
3089
|
`,Xd=b.div`
|
|
3043
|
-
color:
|
|
3044
|
-
font-size:
|
|
3090
|
+
color: var(--ksd-card-extra-color);
|
|
3091
|
+
font-size: var(--ksd-card-extra-font-size);
|
|
3045
3092
|
margin-left: 16px;
|
|
3046
3093
|
`,Gd=b.div`
|
|
3047
|
-
padding: ${({
|
|
3094
|
+
padding: ${({padding:e})=>e||"var(--ksd-card-padding-md)"};
|
|
3048
3095
|
flex: 1;
|
|
3049
|
-
|
|
3050
|
-
color: ${({tokens:e})=>e.header.title.color};
|
|
3096
|
+
color: var(--ksd-card-title-color);
|
|
3051
3097
|
font-size: 14px;
|
|
3052
3098
|
line-height: 1.6;
|
|
3053
3099
|
`,qd=b.div`
|
|
@@ -3057,21 +3103,19 @@
|
|
|
3057
3103
|
> * {
|
|
3058
3104
|
display: block;
|
|
3059
3105
|
width: 100%;
|
|
3060
|
-
/* Ensure image covers the area nicely */
|
|
3061
3106
|
object-fit: cover;
|
|
3062
3107
|
}
|
|
3063
3108
|
|
|
3064
3109
|
img {
|
|
3065
|
-
/* If it's the first child, top radius matches card */
|
|
3066
3110
|
&:first-of-type {
|
|
3067
|
-
border-radius:
|
|
3111
|
+
border-radius: var(--ksd-card-cover-radius);
|
|
3068
3112
|
}
|
|
3069
3113
|
}
|
|
3070
3114
|
`,Jd=b.div`
|
|
3071
|
-
padding:
|
|
3072
|
-
background:
|
|
3073
|
-
border-top:
|
|
3074
|
-
`,
|
|
3115
|
+
padding: var(--ksd-card-footer-padding);
|
|
3116
|
+
background: var(--ksd-card-footer-bg);
|
|
3117
|
+
border-top: var(--ksd-card-footer-border-top);
|
|
3118
|
+
`,vn=c.forwardRef(({title:e,extra:t,cover:r,footer:o,hoverable:n=!1,variant:s="elevated",bodyPadding:a,children:l,className:d,...u},h)=>i.jsxs(Ud,{ref:h,variant:s,hoverable:n,className:d,...u,children:[r&&i.jsx(qd,{children:r}),(e||t)&&i.jsxs(Yd,{children:[e&&i.jsx(Zd,{children:e}),t&&i.jsx(Xd,{children:t})]}),i.jsx(Gd,{padding:a,children:l}),o&&i.jsx(Jd,{children:o})]}));vn.displayName="Card";const yn=({global:e,semantic:t})=>({container:{background:{default:t.colors.background.surface},border:{default:t.colors.border.primary,hover:t.colors.border.strong},shadow:{elevated:"0px 4px 24px 0px rgba(0, 0, 0, 0.04)",elevatedHover:"0px 8px 32px 0px rgba(0, 0, 0, 0.08)",outlined:"none",filled:"none"},radius:e.radii.r6,transition:"all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1)"},padding:{sm:e.spacing.md,md:e.spacing.xl,lg:e.spacing.xxl},header:{padding:`${e.spacing.lg} ${e.spacing.xl} ${e.spacing.md}`,borderBottom:"none",title:{color:t.colors.text.primary,fontSize:e.typography.fontSize.md,fontWeight:e.typography.fontWeight.semibold},extra:{color:t.colors.text.secondary,fontSize:e.typography.fontSize.sm}},cover:{radius:`${e.radii.r6} ${e.radii.r6} 0 0`},footer:{padding:`${e.spacing.md} ${e.spacing.xl}`,background:"transparent",borderTop:`1px solid ${t.colors.border.primary}`}}),Qd=S.keyframes`
|
|
3075
3119
|
from {
|
|
3076
3120
|
opacity: 0;
|
|
3077
3121
|
transform: scale(0.96);
|
|
@@ -3135,5 +3179,5 @@
|
|
|
3135
3179
|
top: 50%;
|
|
3136
3180
|
transform: translateY(-50%);
|
|
3137
3181
|
`;default:return""}}}
|
|
3138
|
-
`,$n=c.forwardRef(({children:e,content:t,placement:r="top",offset:o=8,delay:n=0,closeDelay:s=0,disabled:a=!1,showArrow:l=!0,open:u,defaultOpen:d=!1,onOpenChange:h,className:p,style:f},x)=>{if(typeof document>"u")return e;const[m,g]=c.useState(d),$=u!==void 0,k=$?u:m,y=c.useRef(null),j=c.useRef(null),w=c.useRef(null),v=c.useRef(null),[R,z]=c.useState({top:0,left:0}),A=c.useCallback(()=>{w.current&&(clearTimeout(w.current),w.current=null),v.current&&(clearTimeout(v.current),v.current=null)},[]),O=c.useCallback(I=>{a||($||g(I),h==null||h(I))},[a,$,h]),L=c.useCallback(()=>{a||(A(),n>0?w.current=setTimeout(()=>{O(!0)},n):O(!0))},[a,n,A,O]),B=c.useCallback(()=>{A(),s>0?v.current=setTimeout(()=>{O(!1)},s):O(!1)},[s,A,O]),{hoverProps:U}=X.useHover({isDisabled:a,onHoverStart:L,onHoverEnd:B}),{focusWithinProps:re}=X.useFocusWithin({isDisabled:a,onFocusWithin:()=>L(),onBlurWithin:()=>B()}),K=c.useCallback(()=>{if(!y.current||!j.current)return;const I=y.current.getBoundingClientRect(),F=j.current.getBoundingClientRect(),_=window.scrollX,q=window.scrollY;let S=0,E=0;switch(r){case"top":S=I.top+q-F.height-o,E=I.left+_+(I.width-F.width)/2;break;case"bottom":S=I.bottom+q+o,E=I.left+_+(I.width-F.width)/2;break;case"left":S=I.top+q+(I.height-F.height)/2,E=I.left+_-F.width-o;break;case"right":S=I.top+q+(I.height-F.height)/2,E=I.right+_+o;break}z({top:S,left:E})},[r,o]);if(c.useEffect(()=>{if(!k)return;K();const I=()=>K();return window.addEventListener("scroll",I,!0),window.addEventListener("resize",I),()=>{window.removeEventListener("scroll",I,!0),window.removeEventListener("resize",I)}},[k,K]),c.useEffect(()=>()=>A(),[A]),!c.isValidElement(e))return console.warn("Tooltip: children must be a valid React element"),e;const V=Re(U,re,{ref:y,"aria-describedby":k?"kai-tooltip":void 0}),Q=i.jsx("span",{...V,style:{display:"inline-block"},children:e}),D=k&&!a&&t?Qt.createPortal(i.jsxs(eu,{ref:I=>{j.current=I,typeof x=="function"?x(I):x&&(x.current=I)},id:"kai-tooltip",role:"tooltip",placement:r,className:p,style:{...f,position:"absolute",top:R.top,left:R.left},"data-placement":r,children:[l&&i.jsx(tu,{placement:r}),t]}),document.body):null;return i.jsxs(i.Fragment,{children:[Q,D]})});$n.displayName="Tooltip";const ru=({global:e,semantic:t})=>({primary:{background:{default:t.colors.brand.primary,hover:t.colors.brand.primaryHover,active:t.colors.brand.primaryActive},text:{default:t.colors.text.onBrand},border:{default:"transparent"},shadow:{default:"none",hover:"none"}},secondary:{background:{default:t.colors.background.surface,hover:t.colors.background.surfaceSubtle,active:t.colors.background.surfaceSubtle},text:{default:t.colors.brand.primary},border:{default:t.colors.border.primary,hover:t.colors.brand.primary,active:t.colors.brand.primaryActive},shadow:{default:"none"}},text:{background:{default:"transparent",hover:t.colors.brand.primarySubtle,active:"#F0F0F0"},text:{default:t.colors.brand.primary},border:{default:"transparent",hover:"transparent",active:"transparent"}},danger:{background:{default:t.colors.state.danger,hover:t.colors.state.dangerHover,active:t.colors.state.dangerActive},text:{default:t.colors.state.dangerOn},border:{default:"transparent"},shadow:{default:"none",hover:"none"}},gradient:{background:{default:e.gradients.blueViolet,gradientFrom:"#0194FF",gradientTo:"#D581FF"},text:{default:e.colors.common.white},border:{default:"transparent"},shadow:{default:"none",hover:"none"}},disabled:{background:{default:t.colors.border.primary},text:{default:t.colors.text.disabled},opacity:.6},size:{sm:{height:"24px",fontSize:e.typography.fontSize.sm,paddingInline:e.spacing.lg,iconSize:"16px"},md:{height:"32px",fontSize:e.typography.fontSize.sm,paddingInline:e.spacing.lg,iconSize:"16px"},lg:{height:"40px",fontSize:e.typography.fontSize.sm,paddingInline:e.spacing.lg,iconSize:"16px"}},borderRadius:e.radii.r3,fontWeight:e.typography.fontWeight.regular,gap:e.spacing.sm,transition:"0.2s ease"}),ou=({global:e,semantic:t})=>({appearance:{solid:{primary:{background:{default:t.colors.brand.primary,hover:t.colors.brand.primaryHover,active:t.colors.brand.primaryActive},border:{default:"transparent"},icon:{default:t.colors.text.onBrand}},neutral:{background:{default:t.colors.background.surface,hover:t.colors.background.surfaceSubtle,active:t.colors.background.surfaceStrong},border:{default:"transparent"},icon:{default:t.colors.text.primary}},danger:{background:{default:t.colors.state.danger,hover:t.colors.state.dangerHover,active:t.colors.state.dangerActive},border:{default:"transparent"},icon:{default:t.colors.state.dangerOn}}},outline:{primary:{background:{default:"transparent",hover:t.colors.brand.primarySubtle,active:"rgba(44, 111, 231, 0.16)"},border:{default:t.colors.brand.primary,hover:t.colors.brand.primary,active:t.colors.brand.primary},icon:{default:t.colors.brand.primary,hover:t.colors.brand.primaryHover,active:t.colors.brand.primaryActive}},neutral:{background:{default:"transparent",hover:t.colors.background.surfaceSubtle,active:t.colors.background.surfaceStrong},border:{default:t.colors.border.primary,hover:t.colors.border.strong,active:t.colors.border.strong},icon:{default:t.colors.text.primary,hover:t.colors.text.primary,active:t.colors.text.primary}},danger:{background:{default:"transparent",hover:t.colors.state.dangerSubtle,active:"rgba(237, 28, 28, 0.18)"},border:{default:t.colors.state.danger,hover:t.colors.state.danger,active:t.colors.state.danger},icon:{default:t.colors.state.danger,hover:t.colors.state.dangerHover,active:t.colors.state.dangerActive}}},ghost:{primary:{background:{default:"transparent",hover:t.colors.brand.primarySubtle,active:"rgba(44, 111, 231, 0.16)"},border:{default:"transparent"},icon:{default:t.colors.brand.primary,hover:t.colors.brand.primaryHover,active:t.colors.brand.primaryActive}},neutral:{background:{default:"transparent",hover:"rgba(10, 24, 51, 0.05)",active:"rgba(10, 24, 51, 0.1)"},border:{default:"transparent"},icon:{default:t.colors.text.primary}},danger:{background:{default:"transparent",hover:t.colors.state.dangerSubtle,active:"rgba(237, 28, 28, 0.18)"},border:{default:"transparent"},icon:{default:t.colors.state.danger,hover:t.colors.state.dangerHover,active:t.colors.state.dangerActive}}}},disabled:{background:t.colors.background.surfaceSubtle,border:t.colors.border.primary,icon:t.colors.text.disabled,opacity:.6},size:{sm:{edge:"24px",iconSize:"16px"},md:{edge:"32px",iconSize:"18px"},lg:{edge:"40px",iconSize:"20px"}},borderRadius:e.radii.r3,transition:"0.2s ease",focusRing:{color:"rgba(44, 111, 231, 0.35)",offset:"2px",width:"2px"}}),nu=({global:e,semantic:t})=>({default:{background:{default:t.colors.background.surface,hover:t.colors.background.surfaceSubtle,active:t.colors.background.surfaceSubtle},text:{default:t.colors.text.primary},border:{default:t.colors.border.primary},shadow:{default:e.shadows.l1,hover:e.shadows.l3}},primary:{background:{default:t.colors.brand.primary,hover:t.colors.brand.primaryHover,active:t.colors.brand.primaryActive},text:{default:t.colors.text.onBrand},border:{default:"transparent"},shadow:{default:e.shadows.l1,hover:e.shadows.l3}},disabled:{background:{default:t.colors.border.primary},text:{default:t.colors.text.disabled},opacity:.6},size:{sm:{size:"32px"},md:{size:"40px"},lg:{size:"48px"}},icon:{size:e.typography.fontSize.lg},description:{fontSize:e.typography.fontSize.xs,lineHeight:`${e.typography.lineHeight.tight}`}}),iu=({global:e,semantic:t})=>({control:{size:"16px",borderRadius:e.radii.r2,borderWidth:"1px",background:{default:e.colors.common.white,checked:t.colors.brand.primary,disabled:e.colors.neutral[100],disabledChecked:e.colors.blue[200]},borderColor:{default:e.colors.neutral[400],hover:t.colors.brand.primary,checked:t.colors.brand.primary,disabled:e.colors.neutral[400],disabledChecked:e.colors.blue[200]},icon:{color:e.colors.common.white,size:"10px"}},focusRing:"0 0 0 4px rgba(44, 111, 231, 0.18)",gap:e.spacing.sm,text:{label:{fontSize:e.typography.fontSize.xs,lineHeight:"18px",color:e.colors.word[900],disabled:e.colors.word[300],fontWeight:e.typography.fontWeight.regular}},transition:"0.16s ease"}),su=({global:e})=>({control:{size:"16px",borderRadius:"999px",borderWidth:"1.5px",background:e.colors.common.white,borderColor:{default:e.colors.neutral[300],hover:e.colors.blue[500],checked:e.colors.blue[500],disabled:e.colors.neutral[200]},indicator:{size:"8px",color:e.colors.blue[500],disabled:e.colors.word[300]}},focusRing:"0 0 0 4px rgba(44, 111, 231, 0.18)",gap:"0.5rem",text:{label:{fontSize:e.typography.fontSize.xs,color:e.colors.word[900],disabled:e.colors.word[300],fontWeight:e.typography.fontWeight.regular},description:{color:e.colors.word[600],disabled:e.colors.word[300],fontSize:e.typography.fontSize.xs}},disabled:{opacity:.55},transition:"0.16s ease"}),au=({global:e,semantic:t})=>({size:{sm:{width:"36px",height:"20px",thumbSize:"16px",fontSize:e.typography.fontSize.xs,paddingInline:"6px"},md:{width:"44px",height:"24px",thumbSize:"18px",fontSize:e.typography.fontSize.xs,paddingInline:"8px"}},background:{unchecked:e.colors.neutral[300],checked:t.colors.brand.primary,disabled:e.colors.neutral[200]},thumb:{background:e.colors.common.white,shadow:"0 1px 3px rgba(0, 0, 0, 0.12)"},text:{color:e.colors.common.white,fontSize:e.typography.fontSize.xs,fontWeight:e.typography.fontWeight.regular},borderRadius:e.radii.r5,gap:e.spacing.xs,transition:"0.2s cubic-bezier(0.4, 0, 0.2, 1)",disabled:{opacity:.5},focusRing:{color:"rgba(44, 111, 231, 0.3)",offset:"2px"}}),lu=({global:e,semantic:t})=>({size:{sm:{height:"24px",fontSize:e.typography.fontSize.xs,paddingInline:e.spacing.md,iconSize:"14px"},md:{height:"32px",fontSize:e.typography.fontSize.xs,paddingInline:e.spacing.md,iconSize:"16px"},lg:{height:"40px",fontSize:e.typography.fontSize.xs,paddingInline:e.spacing.md,iconSize:"18px"}},border:{default:t.colors.border.primary,hover:t.colors.border.strong,focus:t.colors.brand.primary,error:t.colors.state.danger,disabled:t.colors.border.primary},background:{default:t.colors.background.surface,disabled:t.colors.background.secondary},text:{default:t.colors.text.primary,placeholder:t.colors.text.placeholder,disabled:t.colors.text.disabled,error:t.colors.state.danger,counter:t.colors.text.caption},borderRadius:e.radii.r3,gap:e.spacing.sm,transition:"0.2s ease"}),cu=({global:e,semantic:t})=>({size:{sm:{height:"24px",fontSize:e.typography.fontSize.xs,paddingInline:e.spacing.md,iconSize:"14px"},md:{height:"32px",fontSize:e.typography.fontSize.xs,paddingInline:e.spacing.md,iconSize:"16px"},lg:{height:"40px",fontSize:e.typography.fontSize.xs,paddingInline:e.spacing.md,iconSize:"18px"}},border:{default:t.colors.border.primary,hover:t.colors.border.strong,focus:t.colors.brand.primary,error:t.colors.state.danger,disabled:t.colors.border.primary},background:{default:t.colors.background.surface,hover:t.colors.background.surface,disabled:t.colors.background.secondary},text:{default:t.colors.text.primary,placeholder:t.colors.text.placeholder,disabled:t.colors.text.disabled,error:t.colors.state.danger},borderRadius:e.radii.r3,gap:e.spacing.sm,transition:"0.2s ease",popover:{background:t.colors.background.surface,border:`1px solid ${t.colors.border.primary}`,borderRadius:e.radii.r3,boxShadow:"0 4px 12px rgba(0, 0, 0, 0.08)",padding:"4px"},option:{height:"32px",paddingInline:"8px",fontSize:e.typography.fontSize.xs,borderRadius:e.radii.r2,gap:"8px",background:{default:"transparent",hover:t.colors.background.surfaceSubtle,selected:t.colors.brand.primarySubtle,focused:t.colors.background.surfaceSubtle},text:{default:t.colors.text.primary,hover:t.colors.text.primary,selected:t.colors.brand.primary,disabled:t.colors.text.disabled}}}),du=({global:e,semantic:t})=>({controls:{default:"buttons"},size:{md:{height:"24px",fontSize:e.typography.fontSize.xs,paddingInline:e.spacing.sm},lg:{height:"32px",fontSize:e.typography.fontSize.sm,paddingInline:e.spacing.sm}},input:{width:"40px",height:"18px",paddingInline:e.spacing.sm,fontSize:e.typography.fontSize.xs,fontWeight:e.typography.fontWeight.regular,lineHeight:"18px",fontFamily:e.typography.fontFamily},control:{side:{buttonSizeSm:"20px",buttonSizeLg:"28px",inset:"1px",gap:"8px",iconSize:"12px",widthsm:"100px",widthLg:"116px"},arrows:{buttonSizeSm:"10px",buttonSizeLg:"14px",iconSize:"12px",gap:"0px",widthsm:"72px",widthLg:"80px"}},borderRadius:e.radii.r3,border:{default:t.colors.border.strong,hover:t.colors.brand.primaryHover,disabled:t.colors.border.strong},background:{default:t.colors.background.surface,hover:t.colors.background.surfaceSubtle,disabled:t.colors.background.secondary},text:{default:t.colors.text.primary,placeholder:t.colors.text.placeholder,disabled:t.colors.text.disabled},transition:"0.2s ease"}),uu=({global:e,semantic:t})=>({border:{default:t.colors.border.primary},background:{default:t.colors.background.surface,hover:t.colors.background.surfaceSubtle},text:{default:t.colors.text.secondary,title:t.colors.text.primary},divider:t.colors.border.primary,arrow:{default:t.colors.text.secondary},padding:{header:"12px 24px",content:"0 24px 12px 24px"},borderRadius:e.radii.r3,gap:e.spacing.sm,transition:"0.3s cubic-bezier(0.4, 0, 0.2, 1)",arrowSize:"16px"}),fu=({global:e,semantic:t,mode:r})=>{const o=r==="dark";return{colors:{default:{background:{default:o?"rgba(148, 163, 184, 0.15)":e.colors.neutral[100],hover:o?"rgba(148, 163, 184, 0.2)":e.colors.neutral[200],active:o?"rgba(148, 163, 184, 0.25)":e.colors.neutral[300],checked:t.colors.brand.primary,checkedHover:t.colors.brand.primaryHover,checkedActive:t.colors.brand.primaryActive},text:{default:o?e.colors.word[100]:"rgba(10, 24, 51, 0.7)",checked:e.colors.common.white},border:{default:o?"rgba(148, 163, 184, 0.28)":e.colors.neutral[400],hover:o?"rgba(148, 163, 184, 0.38)":e.colors.neutral[500],active:o?"rgba(148, 163, 184, 0.48)":e.colors.word[600],checked:t.colors.brand.primary,checkedHover:t.colors.brand.primaryHover,checkedActive:t.colors.brand.primaryActive}},red:{background:{default:o?"rgba(170, 14, 41, 0.12)":"rgba(170, 14, 41, 0.08)",hover:o?"rgba(170, 14, 41, 0.16)":"rgba(170, 14, 41, 0.12)",active:o?"rgba(170, 14, 41, 0.2)":"rgba(170, 14, 41, 0.16)"},text:{default:o?e.colors.red[300]:e.colors.red[700]},border:{default:o?"rgba(170, 14, 41, 0.3)":"rgba(170, 14, 41, 0.25)"}},orange:{background:{default:o?"rgba(237, 154, 0, 0.12)":"rgba(237, 154, 0, 0.08)",hover:o?"rgba(237, 154, 0, 0.16)":"rgba(237, 154, 0, 0.12)",active:o?"rgba(237, 154, 0, 0.2)":"rgba(237, 154, 0, 0.16)"},text:{default:o?e.colors.orange[300]:e.colors.orange[500]},border:{default:o?"rgba(237, 154, 0, 0.3)":"rgba(237, 154, 0, 0.25)"}},yellow:{background:{default:o?"rgba(250, 208, 0, 0.12)":"rgba(250, 208, 0, 0.08)",hover:o?"rgba(250, 208, 0, 0.16)":"rgba(250, 208, 0, 0.12)",active:o?"rgba(250, 208, 0, 0.2)":"rgba(250, 208, 0, 0.16)"},text:{default:o?e.colors.yellow[300]:e.colors.yellow[500]},border:{default:o?"rgba(250, 208, 0, 0.3)":"rgba(250, 208, 0, 0.25)"}},green:{background:{default:o?"rgba(51, 189, 72, 0.12)":"rgba(51, 189, 72, 0.08)",hover:o?"rgba(51, 189, 72, 0.16)":"rgba(51, 189, 72, 0.12)",active:o?"rgba(51, 189, 72, 0.2)":"rgba(51, 189, 72, 0.16)"},text:{default:o?e.colors.green[300]:e.colors.green[500]},border:{default:o?"rgba(51, 189, 72, 0.3)":"rgba(51, 189, 72, 0.25)"}},lavender:{background:{default:o?"rgba(99, 79, 214, 0.12)":"rgba(99, 79, 214, 0.08)",hover:o?"rgba(99, 79, 214, 0.16)":"rgba(99, 79, 214, 0.12)",active:o?"rgba(99, 79, 214, 0.2)":"rgba(99, 79, 214, 0.16)"},text:{default:o?e.colors.lavender[300]:e.colors.lavender[500]},border:{default:o?"rgba(99, 79, 214, 0.3)":"rgba(99, 79, 214, 0.25)"}},lilac:{background:{default:o?"rgba(159, 58, 214, 0.12)":"rgba(159, 58, 214, 0.08)",hover:o?"rgba(159, 58, 214, 0.16)":"rgba(159, 58, 214, 0.12)",active:o?"rgba(159, 58, 214, 0.2)":"rgba(159, 58, 214, 0.16)"},text:{default:o?e.colors.lilac[300]:e.colors.lilac[500]},border:{default:o?"rgba(159, 58, 214, 0.3)":"rgba(159, 58, 214, 0.25)"}},carmine:{background:{default:o?"rgba(214, 58, 191, 0.12)":"rgba(214, 58, 191, 0.08)",hover:o?"rgba(214, 58, 191, 0.16)":"rgba(214, 58, 191, 0.12)",active:o?"rgba(214, 58, 191, 0.2)":"rgba(214, 58, 191, 0.16)"},text:{default:o?e.colors.carmine[300]:e.colors.carmine[500]},border:{default:o?"rgba(214, 58, 191, 0.3)":"rgba(214, 58, 191, 0.25)"}},rose:{background:{default:o?"rgba(229, 30, 100, 0.12)":"rgba(229, 30, 100, 0.08)",hover:o?"rgba(229, 30, 100, 0.16)":"rgba(229, 30, 100, 0.12)",active:o?"rgba(229, 30, 100, 0.2)":"rgba(229, 30, 100, 0.16)"},text:{default:o?e.colors.rose[300]:e.colors.rose[500]},border:{default:o?"rgba(229, 30, 100, 0.3)":"rgba(229, 30, 100, 0.25)"}},mint:{background:{default:o?"rgba(71, 192, 214, 0.12)":"rgba(71, 192, 214, 0.08)",hover:o?"rgba(71, 192, 214, 0.16)":"rgba(71, 192, 214, 0.12)",active:o?"rgba(71, 192, 214, 0.2)":"rgba(71, 192, 214, 0.16)"},text:{default:o?e.colors.mint[300]:e.colors.mint[500]},border:{default:o?"rgba(71, 192, 214, 0.3)":"rgba(71, 192, 214, 0.25)"}},olive:{background:{default:o?"rgba(187, 214, 36, 0.12)":"rgba(187, 214, 36, 0.08)",hover:o?"rgba(187, 214, 36, 0.16)":"rgba(187, 214, 36, 0.12)",active:o?"rgba(187, 214, 36, 0.2)":"rgba(187, 214, 36, 0.16)"},text:{default:o?e.colors.olive[300]:e.colors.olive[500]},border:{default:o?"rgba(187, 214, 36, 0.3)":"rgba(187, 214, 36, 0.25)"}},blue:{background:{default:o?"rgba(44, 111, 231, 0.12)":"rgba(44, 111, 231, 0.08)",hover:o?"rgba(44, 111, 231, 0.16)":"rgba(44, 111, 231, 0.12)",active:o?"rgba(44, 111, 231, 0.2)":"rgba(44, 111, 231, 0.16)"},text:{default:t.colors.brand.primary},border:{default:o?"rgba(44, 111, 231, 0.3)":"rgba(44, 111, 231, 0.25)"}}},size:{sm:{height:"18px",fontSize:"10px",lineHeight:"16px",paddingInline:e.spacing.sm,gap:e.spacing.xs,iconSize:"12px",closeIconSize:"8px"},md:{height:"24px",fontSize:"10px",lineHeight:"16px",paddingInline:e.spacing.sm,gap:e.spacing.xs,iconSize:"14px",closeIconSize:"10px"},lg:{height:"32px",fontSize:e.typography.fontSize.xs,lineHeight:"20px",paddingInline:e.spacing.md,gap:e.spacing.sm,iconSize:"16px",closeIconSize:"12px"}},fontWeight:e.typography.fontWeight.regular,borderRadius:e.radii.r2,transition:"0.2s ease",disabled:{opacity:.5}}},pu=({global:e,mode:t})=>{const r=t==="dark";return{background:{base:r?"rgba(148, 163, 184, 0.12)":"rgba(10, 24, 51, 0.05)",highlight:r?"rgba(148, 163, 184, 0.22)":"rgba(10, 24, 51, 0.12)"},animation:{duration:"1.4s",easing:"ease-in-out"},radius:{sm:e.radii.r2,md:e.radii.r3,lg:e.radii.r4,pill:e.radii.r5,circle:e.radii.r0},block:{height:"16px"},text:{lineHeight:"12px",gap:e.spacing.sm,lastLineWidth:"62%"},circle:{size:"40px"}}},hu=({global:e,semantic:t,mode:r})=>{const o=r==="dark";return{circle:{size:{md:"32px",sm:"24px"},fontSize:{md:e.typography.fontSize.sm,sm:e.typography.fontSize.xs},iconSize:{md:"14px",sm:"10px"}},dot:{size:{md:"10px",sm:"8px"},pulseColor:o?"rgba(44, 111, 231, 0.35)":"rgba(44, 111, 231, 0.25)"},line:{color:{default:t.colors.border.primary,active:t.colors.brand.primary},size:"1px"},text:{title:{color:{default:t.colors.text.primary,active:t.colors.brand.primary,error:t.colors.state.danger,waiting:t.colors.text.tertiary},fontWeight:e.typography.fontWeight.medium,fontSize:e.typography.fontSize.sm},description:{color:t.colors.text.secondary,fontSize:e.typography.fontSize.xs}},state:{process:{color:t.colors.brand.primary,bg:t.colors.brand.primary},wait:{color:t.colors.text.tertiary,bg:o?"rgba(148, 163, 184, 0.2)":e.colors.neutral[200]},finish:{color:t.colors.brand.primary,bg:o?"rgba(44, 111, 231, 0.15)":t.colors.brand.primarySubtle},error:{color:t.colors.state.danger,bg:o?"rgba(170, 14, 41, 0.15)":t.colors.state.dangerSubtle}},gap:e.spacing.sm}},bu=({global:e,semantic:t,mode:r})=>{const o=r==="dark";return{container:{width:{expanded:"240px",collapsed:"68px"},background:o?t.colors.background.surface:e.colors.common.white,border:`1px solid ${t.colors.border.primary}`,padding:e.spacing.lg},item:{height:"40px",paddingInline:e.spacing.lg,fontSize:e.typography.fontSize.sm,fontWeight:e.typography.fontWeight.regular,iconSize:"20px",gap:e.spacing.sm,borderRadius:e.radii.r3,background:{default:"transparent",hover:o?t.colors.background.surfaceStrong:t.colors.background.surfaceSubtle,active:o?"linear-gradient(90deg, rgba(1, 148, 255, 0) 0%, rgba(1, 148, 255, 0.2) 100%)":"linear-gradient(90deg, rgba(1, 148, 255, 0) 0%, rgba(1, 148, 255, 0.15) 100%)"},text:{default:t.colors.text.primary,hover:t.colors.text.primary,active:t.colors.text.primary},transition:"0.2s ease"},subItem:{paddingLeft:"20px",background:{default:"transparent",hover:o?t.colors.background.surfaceStrong:t.colors.background.surfaceSubtle,active:o?"linear-gradient(90deg, rgba(1, 148, 255, 0) 0%, rgba(1, 148, 255, 0.2) 100%)":"linear-gradient(90deg, rgba(1, 148, 255, 0) 0%, rgba(1, 148, 255, 0.15) 100%)"}},group:{marginTop:e.spacing.xl,marginBottom:e.spacing.md,gap:e.spacing.xs},groupTitle:{height:"18px",fontSize:e.typography.fontSize.xs,fontWeight:e.typography.fontWeight.regular,color:t.colors.text.secondary,paddingInline:"0",marginBottom:e.spacing.sm},scrollbar:{width:"8px",thumbColor:o?"rgba(255, 255, 255, 0.2)":"rgba(0, 0, 0, 0.2)",trackColor:"transparent"},popover:{background:o?t.colors.background.surface:e.colors.common.white,border:`1px solid ${t.colors.border.primary}`,borderRadius:e.radii.r4,boxShadow:o?"0 4px 12px rgba(0, 0, 0, 0.4)":"0 4px 12px rgba(0, 0, 0, 0.08)",padding:e.spacing.xs,item:{background:{default:"transparent",hover:o?t.colors.background.surfaceStrong:t.colors.background.surfaceSubtle,active:o?"linear-gradient(90deg, rgba(1, 148, 255, 0) 0%, rgba(1, 148, 255, 0.2) 100%)":"linear-gradient(90deg, rgba(1, 148, 255, 0) 0%, rgba(1, 148, 255, 0.15) 100%)"},text:{default:t.colors.text.primary,hover:t.colors.text.primary,active:t.colors.brand.primary}}}}},gu=({semantic:e})=>({variant:{primary:{text:{default:e.colors.brand.primary,hover:"#2468f2",active:"#2055c6",disabled:e.colors.text.disabled},decoration:{default:"none",hover:"none"}},neutral:{text:{default:e.colors.text.primary,hover:e.colors.brand.primary,active:"#2055c6",disabled:e.colors.text.disabled},decoration:{default:"none",hover:"none"}}},size:{sm:{fontSize:"12px"},md:{fontSize:"14px"},lg:{fontSize:"16px"}},transition:"0.2s ease",borderRadius:"4px",focusRing:{color:e.colors.brand.primary,offset:"2px"}}),mu=({global:e,semantic:t})=>({container:{gap:e.spacing.lg},panel:{width:"204px",height:"240px",background:t.colors.background.surface,border:`1px solid ${t.colors.border.neutral}`,borderRadius:e.radii.r2},header:{height:"40px",padding:"11px 16px",fontSize:e.typography.fontSize.xs,color:t.colors.text.transferHeader,background:t.colors.background.surfaceSubtle},list:{height:"calc(100% - 100px)",gap:e.spacing.sm,padding:"0px 16px 8px 16px"},item:{height:e.spacing.xxl,fontSize:e.typography.fontSize.xs,borderRadius:e.radii.r2,gap:e.spacing.sm,padding:`${e.spacing.sm} 0px`,text:{default:t.colors.text.transferHeader,selected:t.colors.text.primary,disabled:t.colors.text.disabled},checkboxSize:e.spacing.lg},operations:{gap:e.spacing.sm,borderRadius:e.radii.r2,borderColor:{default:t.colors.border.neutral,disabled:t.colors.border.neutral,active:t.colors.brand.primary},backgroundColor:{default:t.colors.background.surface,disabled:e.colors.word[50],active:t.colors.background.surface},width:e.spacing.xxl,height:e.spacing.xxl,iconSize:e.spacing.lg,iconColor:{default:e.colors.word[700],disabled:t.colors.text.transferOperationDisabled,active:e.colors.blue[500]}},footer:{height:e.spacing.xxl,paddingInline:e.spacing.sm,fontSize:e.typography.fontSize.xs,color:t.colors.text.secondary,borderTop:`1px solid ${t.colors.border.divider}`,marginTop:e.spacing.md},empty:{color:t.colors.text.tertiary,fontSize:e.typography.fontSize.sm},search:{width:"184px",iconColor:`${e.colors.word[900]}66`},transition:"all 0.2s ease"}),xu=({global:e,semantic:t,mode:r})=>({size:{sm:{width:"400px",maxWidth:"90vw",padding:e.spacing.lg,headerPadding:`${e.spacing.lg} ${e.spacing.xl}`,footerPadding:`${e.spacing.md} ${e.spacing.xl}`,titleFontSize:e.typography.fontSize.md},md:{width:"520px",maxWidth:"90vw",padding:e.spacing.xl,headerPadding:`${e.spacing.lg} ${e.spacing.xl}`,footerPadding:`${e.spacing.md} ${e.spacing.xl}`,titleFontSize:e.typography.fontSize.lg},lg:{width:"720px",maxWidth:"90vw",padding:e.spacing.xl,headerPadding:`20px ${e.spacing.xl}`,footerPadding:`${e.spacing.lg} ${e.spacing.xl}`,titleFontSize:e.typography.fontSize.lg},xl:{width:"920px",maxWidth:"90vw",padding:e.spacing.xxl,headerPadding:`${e.spacing.xl} ${e.spacing.xxl}`,footerPadding:`${e.spacing.lg} ${e.spacing.xxl}`,titleFontSize:e.typography.fontSize.lg},fullscreen:{width:"100vw",maxWidth:"100vw",padding:e.spacing.xxl,headerPadding:`${e.spacing.xl} ${e.spacing.xxl}`,footerPadding:`${e.spacing.lg} ${e.spacing.xxl}`,titleFontSize:e.typography.fontSize.lg}},overlay:{background:r==="light"?"rgba(10, 24, 51, 0.38)":"rgba(0, 0, 0, 0.55)",backdropFilter:"blur(4px)"},container:{background:t.colors.background.surface,borderRadius:e.radii.r5,boxShadow:r==="light"?e.shadows.l3:t.shadows.elevation.medium,border:r==="light"?"none":`1px solid ${t.colors.border.primary}`,maxHeight:"85vh"},header:{background:"transparent",borderBottom:`1px solid ${t.colors.border.divider}`,minHeight:"56px",gap:e.spacing.sm},title:{color:t.colors.text.primary,fontWeight:e.typography.fontWeight.semibold,lineHeight:"1.4"},description:{color:t.colors.text.secondary,fontSize:e.typography.fontSize.sm,lineHeight:"1.5",marginTop:e.spacing.xs},closeButton:{size:"32px",iconSize:"16px",color:t.colors.text.tertiary,hoverColor:t.colors.text.primary,hoverBackground:t.colors.background.surfaceStrong,borderRadius:e.radii.r3},content:{color:t.colors.text.primary,fontSize:e.typography.fontSize.sm,lineHeight:"1.6",maxHeight:"calc(85vh - 160px)"},footer:{background:"transparent",borderTop:`1px solid ${t.colors.border.divider}`,minHeight:"56px",gap:e.spacing.sm,justifyContent:"flex-end"},animation:{duration:"0.22s",easing:"cubic-bezier(0.22, 0.61, 0.36, 1)",scaleFrom:"0.95",scaleTo:"1"},zIndex:{overlay:1e3,container:1001},transition:"0.2s ease"}),yu=({global:e,semantic:t,mode:r})=>({background:r==="light"?"rgba(10, 24, 51, 0.9)":"rgba(255, 255, 255, 0.92)",color:r==="light"?"#ffffff":t.colors.text.primary,borderRadius:e.radii.r3,boxShadow:r==="light"?"0 4px 12px rgba(0, 0, 0, 0.15)":"0 4px 12px rgba(0, 0, 0, 0.3)",padding:`${e.spacing.xs} ${e.spacing.sm}`,maxWidth:"280px",fontSize:e.typography.fontSize.sm,lineHeight:"1.5",arrow:{size:"8px"},animation:{duration:"0.15s",easing:"cubic-bezier(0.16, 1, 0.3, 1)"},zIndex:1100}),wn=e=>({button:ru(e),floatButton:nu(e),iconButton:ou(e),checkbox:iu(e),radio:su(e),switch:au(e),input:lu(e),select:cu(e),numberfield:du(e),collapse:uu(e),tag:fu(e),skeleton:pu(e),stepper:hu(e),menu:bu(e),link:gu(e),transfer:mu(e),modal:xu(e),card:vn(e),tooltip:yu(e)}),vr=(e,t="light")=>{const r={colors:ae.globalColors,spacing:ae.globalSpacing,radii:ae.globalRadii,typography:ae.globalTypography,shadows:ae.globalShadows,gradients:ae.globalGradients};return{global:r,semantic:e,components:wn({global:r,semantic:e,mode:t})}},kn=vr(ae.lightSemantic,"light"),Sn=vr(ae.darkSemantic,"dark");var vu=function(t){return $u(t)&&!wu(t)};function $u(e){return!!e&&typeof e=="object"}function wu(e){var t=Object.prototype.toString.call(e);return t==="[object RegExp]"||t==="[object Date]"||Cu(e)}var ku=typeof Symbol=="function"&&Symbol.for,Su=ku?Symbol.for("react.element"):60103;function Cu(e){return e.$$typeof===Su}function ju(e){return Array.isArray(e)?[]:{}}function rt(e,t){return t.clone!==!1&&t.isMergeableObject(e)?He(ju(e),e,t):e}function Eu(e,t,r){return e.concat(t).map(function(o){return rt(o,r)})}function zu(e,t){if(!t.customMerge)return He;var r=t.customMerge(e);return typeof r=="function"?r:He}function Tu(e){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(e).filter(function(t){return Object.propertyIsEnumerable.call(e,t)}):[]}function eo(e){return Object.keys(e).concat(Tu(e))}function Cn(e,t){try{return t in e}catch{return!1}}function Ru(e,t){return Cn(e,t)&&!(Object.hasOwnProperty.call(e,t)&&Object.propertyIsEnumerable.call(e,t))}function Lu(e,t,r){var o={};return r.isMergeableObject(e)&&eo(e).forEach(function(n){o[n]=rt(e[n],r)}),eo(t).forEach(function(n){Ru(e,n)||(Cn(e,n)&&r.isMergeableObject(t[n])?o[n]=zu(n,r)(e[n],t[n],r):o[n]=rt(t[n],r))}),o}function He(e,t,r){r=r||{},r.arrayMerge=r.arrayMerge||Eu,r.isMergeableObject=r.isMergeableObject||vu,r.cloneUnlessOtherwiseSpecified=rt;var o=Array.isArray(t),n=Array.isArray(e),s=o===n;return s?o?r.arrayMerge(e,t,r):Lu(e,t,r):rt(t,r)}He.all=function(t,r){if(!Array.isArray(t))throw new Error("first argument should be an array");return t.reduce(function(o,n){return He(o,n,r)},{})};var Mu=He,Iu=Mu;const Nu=Xi(Iu),Pu=({children:e,mode:t="light",theme:r})=>{const o=t==="dark"?Sn:kn,n=c.useMemo(()=>r?Nu(o,r):o,[o,r]);return i.jsx(ae.CustomThemeProvider,{theme:n,children:i.jsx(X.OverlayProvider,{style:{display:"contents"},children:e})})};Object.defineProperty(exports,"CustomThemeProvider",{enumerable:!0,get:()=>ae.CustomThemeProvider});Object.defineProperty(exports,"darkSemantic",{enumerable:!0,get:()=>ae.darkSemantic});Object.defineProperty(exports,"globalColors",{enumerable:!0,get:()=>ae.globalColors});Object.defineProperty(exports,"globalGradients",{enumerable:!0,get:()=>ae.globalGradients});Object.defineProperty(exports,"globalRadii",{enumerable:!0,get:()=>ae.globalRadii});Object.defineProperty(exports,"globalShadows",{enumerable:!0,get:()=>ae.globalShadows});Object.defineProperty(exports,"globalSpacing",{enumerable:!0,get:()=>ae.globalSpacing});Object.defineProperty(exports,"globalTypography",{enumerable:!0,get:()=>ae.globalTypography});Object.defineProperty(exports,"lightSemantic",{enumerable:!0,get:()=>ae.lightSemantic});exports.BUTTON_SIZES=ai;exports.BUTTON_VARIANTS=si;exports.Button=so;exports.Card=yn;exports.Checkbox=De;exports.CheckboxButton=Eo;exports.CheckboxWrapper=pn;exports.Collapse=zo;exports.CollapseItem=To;exports.DesignThemeProvider=Pu;exports.EmptyState=zc;exports.FloatButton=Ro;exports.ICON_BUTTON_APPEARANCES=gi;exports.ICON_BUTTON_SIZES=xi;exports.ICON_BUTTON_TONES=mi;exports.IconButton=ao;exports.Input=fr;exports.Link=Ao;exports.LinkRoot=Po;exports.ListBoxContent=yr;exports.ListBoxPopup=an;exports.LoadingWrapper=un;exports.Menu=Lo;exports.MenuGroup=Io;exports.MenuItem=Mo;exports.Modal=Ho;exports.NumberInput=Wo;exports.OptionIcon=dn;exports.OptionItem=ln;exports.OptionText=cn;exports.PROGRESS_SIZES=Zl;exports.PROGRESS_STATUSES=Xl;exports.PROGRESS_TYPES=Yl;exports.Progress=Go;exports.Radio=gr;exports.SHAPES=ba;exports.SWITCH_SIZES=od;exports.Select=Et;exports.SelectIcon=sn;exports.SelectTrigger=nn;exports.SelectValue=Jt;exports.SelectWrapper=on;exports.Skeleton=Yo;exports.Step=Xo;exports.Stepper=Zo;exports.SubMenuItem=No;exports.SubMenuPopover=pr;exports.Switch=gn;exports.TABLE_SIZES=Hc;exports.TABLE_VARIANTS=Wc;exports.TYPES=ha;exports.Table=Yc;exports.Tag=tt;exports.TagAdd=xr;exports.TagsContainer=fn;exports.Tooltip=$n;exports.Transfer=mn;exports.UPLOAD_STATUSES=Od;exports.Upload=xn;exports.createComponentTokens=wn;exports.createDesignTheme=vr;exports.defaultDarkDesignTheme=Sn;exports.defaultLightDesignTheme=kn;exports.getCardTokens=vn;exports.selectSizes=Cc;exports.skeletonRadii=Cl;exports.skeletonVariants=Sl;
|
|
3182
|
+
`,$n=c.forwardRef(({children:e,content:t,placement:r="top",offset:o=8,delay:n=0,closeDelay:s=0,disabled:a=!1,showArrow:l=!0,open:d,defaultOpen:u=!1,onOpenChange:h,className:p,style:f},x)=>{if(typeof document>"u")return e;const[m,g]=c.useState(u),$=d!==void 0,k=$?d:m,v=c.useRef(null),j=c.useRef(null),w=c.useRef(null),y=c.useRef(null),[R,z]=c.useState({top:0,left:0}),A=c.useCallback(()=>{w.current&&(clearTimeout(w.current),w.current=null),y.current&&(clearTimeout(y.current),y.current=null)},[]),O=c.useCallback(I=>{a||($||g(I),h==null||h(I))},[a,$,h]),L=c.useCallback(()=>{a||(A(),n>0?w.current=setTimeout(()=>{O(!0)},n):O(!0))},[a,n,A,O]),B=c.useCallback(()=>{A(),s>0?y.current=setTimeout(()=>{O(!1)},s):O(!1)},[s,A,O]),{hoverProps:U}=X.useHover({isDisabled:a,onHoverStart:L,onHoverEnd:B}),{focusWithinProps:re}=X.useFocusWithin({isDisabled:a,onFocusWithin:()=>L(),onBlurWithin:()=>B()}),K=c.useCallback(()=>{if(!v.current||!j.current)return;const I=v.current.getBoundingClientRect(),F=j.current.getBoundingClientRect(),_=window.scrollX,q=window.scrollY;let C=0,E=0;switch(r){case"top":C=I.top+q-F.height-o,E=I.left+_+(I.width-F.width)/2;break;case"bottom":C=I.bottom+q+o,E=I.left+_+(I.width-F.width)/2;break;case"left":C=I.top+q+(I.height-F.height)/2,E=I.left+_-F.width-o;break;case"right":C=I.top+q+(I.height-F.height)/2,E=I.right+_+o;break}z({top:C,left:E})},[r,o]);if(c.useEffect(()=>{if(!k)return;K();const I=()=>K();return window.addEventListener("scroll",I,!0),window.addEventListener("resize",I),()=>{window.removeEventListener("scroll",I,!0),window.removeEventListener("resize",I)}},[k,K]),c.useEffect(()=>()=>A(),[A]),!c.isValidElement(e))return console.warn("Tooltip: children must be a valid React element"),e;const V=Re(U,re,{ref:v,"aria-describedby":k?"kai-tooltip":void 0}),Q=i.jsx("span",{...V,style:{display:"inline-block"},children:e}),D=k&&!a&&t?Qt.createPortal(i.jsxs(eu,{ref:I=>{j.current=I,typeof x=="function"?x(I):x&&(x.current=I)},id:"kai-tooltip",role:"tooltip",placement:r,className:p,style:{...f,position:"absolute",top:R.top,left:R.left},"data-placement":r,children:[l&&i.jsx(tu,{placement:r}),t]}),document.body):null;return i.jsxs(i.Fragment,{children:[Q,D]})});$n.displayName="Tooltip";const ru=({global:e,semantic:t})=>({primary:{background:{default:t.colors.brand.primary,hover:t.colors.brand.primaryHover,active:t.colors.brand.primaryActive},text:{default:t.colors.text.onBrand},border:{default:"transparent"},shadow:{default:"none",hover:"none"}},secondary:{background:{default:t.colors.background.surface,hover:t.colors.background.surfaceSubtle,active:t.colors.background.surfaceSubtle},text:{default:t.colors.brand.primary},border:{default:t.colors.border.primary,hover:t.colors.brand.primary,active:t.colors.brand.primaryActive},shadow:{default:"none"}},text:{background:{default:"transparent",hover:t.colors.brand.primarySubtle,active:"#F0F0F0"},text:{default:t.colors.brand.primary},border:{default:"transparent",hover:"transparent",active:"transparent"}},danger:{background:{default:t.colors.state.danger,hover:t.colors.state.dangerHover,active:t.colors.state.dangerActive},text:{default:t.colors.state.dangerOn},border:{default:"transparent"},shadow:{default:"none",hover:"none"}},gradient:{background:{default:e.gradients.blueViolet,gradientFrom:"#0194FF",gradientTo:"#D581FF"},text:{default:e.colors.common.white},border:{default:"transparent"},shadow:{default:"none",hover:"none"}},disabled:{background:{default:t.colors.border.primary},text:{default:t.colors.text.disabled},opacity:.6},size:{sm:{height:"24px",fontSize:e.typography.fontSize.sm,paddingInline:e.spacing.lg,iconSize:"16px"},md:{height:"32px",fontSize:e.typography.fontSize.sm,paddingInline:e.spacing.lg,iconSize:"16px"},lg:{height:"40px",fontSize:e.typography.fontSize.sm,paddingInline:e.spacing.lg,iconSize:"16px"}},borderRadius:e.radii.r3,fontWeight:e.typography.fontWeight.regular,gap:e.spacing.sm,transition:"0.2s ease"}),ou=({global:e,semantic:t})=>({appearance:{solid:{primary:{background:{default:t.colors.brand.primary,hover:t.colors.brand.primaryHover,active:t.colors.brand.primaryActive},border:{default:"transparent"},icon:{default:t.colors.text.onBrand}},neutral:{background:{default:t.colors.background.surface,hover:t.colors.background.surfaceSubtle,active:t.colors.background.surfaceStrong},border:{default:"transparent"},icon:{default:t.colors.text.primary}},danger:{background:{default:t.colors.state.danger,hover:t.colors.state.dangerHover,active:t.colors.state.dangerActive},border:{default:"transparent"},icon:{default:t.colors.state.dangerOn}}},outline:{primary:{background:{default:"transparent",hover:t.colors.brand.primarySubtle,active:"rgba(44, 111, 231, 0.16)"},border:{default:t.colors.brand.primary,hover:t.colors.brand.primary,active:t.colors.brand.primary},icon:{default:t.colors.brand.primary,hover:t.colors.brand.primaryHover,active:t.colors.brand.primaryActive}},neutral:{background:{default:"transparent",hover:t.colors.background.surfaceSubtle,active:t.colors.background.surfaceStrong},border:{default:t.colors.border.primary,hover:t.colors.border.strong,active:t.colors.border.strong},icon:{default:t.colors.text.primary,hover:t.colors.text.primary,active:t.colors.text.primary}},danger:{background:{default:"transparent",hover:t.colors.state.dangerSubtle,active:"rgba(237, 28, 28, 0.18)"},border:{default:t.colors.state.danger,hover:t.colors.state.danger,active:t.colors.state.danger},icon:{default:t.colors.state.danger,hover:t.colors.state.dangerHover,active:t.colors.state.dangerActive}}},ghost:{primary:{background:{default:"transparent",hover:t.colors.brand.primarySubtle,active:"rgba(44, 111, 231, 0.16)"},border:{default:"transparent"},icon:{default:t.colors.brand.primary,hover:t.colors.brand.primaryHover,active:t.colors.brand.primaryActive}},neutral:{background:{default:"transparent",hover:"rgba(10, 24, 51, 0.05)",active:"rgba(10, 24, 51, 0.1)"},border:{default:"transparent"},icon:{default:t.colors.text.primary}},danger:{background:{default:"transparent",hover:t.colors.state.dangerSubtle,active:"rgba(237, 28, 28, 0.18)"},border:{default:"transparent"},icon:{default:t.colors.state.danger,hover:t.colors.state.dangerHover,active:t.colors.state.dangerActive}}}},disabled:{background:t.colors.background.surfaceSubtle,border:t.colors.border.primary,icon:t.colors.text.disabled,opacity:.6},size:{sm:{edge:"24px",iconSize:"16px"},md:{edge:"32px",iconSize:"18px"},lg:{edge:"40px",iconSize:"20px"}},borderRadius:e.radii.r3,transition:"0.2s ease",focusRing:{color:"rgba(44, 111, 231, 0.35)",offset:"2px",width:"2px"}}),nu=({global:e,semantic:t})=>({default:{background:{default:t.colors.background.surface,hover:t.colors.background.surfaceSubtle,active:t.colors.background.surfaceSubtle},text:{default:t.colors.text.primary},border:{default:t.colors.border.primary},shadow:{default:e.shadows.l1,hover:e.shadows.l3}},primary:{background:{default:t.colors.brand.primary,hover:t.colors.brand.primaryHover,active:t.colors.brand.primaryActive},text:{default:t.colors.text.onBrand},border:{default:"transparent"},shadow:{default:e.shadows.l1,hover:e.shadows.l3}},disabled:{background:{default:t.colors.border.primary},text:{default:t.colors.text.disabled},opacity:.6},size:{sm:{size:"32px"},md:{size:"40px"},lg:{size:"48px"}},icon:{size:e.typography.fontSize.lg},description:{fontSize:e.typography.fontSize.xs,lineHeight:`${e.typography.lineHeight.tight}`}}),iu=({global:e,semantic:t})=>({control:{size:"16px",borderRadius:e.radii.r2,borderWidth:"1px",background:{default:e.colors.common.white,checked:t.colors.brand.primary,disabled:e.colors.neutral[100],disabledChecked:e.colors.blue[200]},borderColor:{default:e.colors.neutral[400],hover:t.colors.brand.primary,checked:t.colors.brand.primary,disabled:e.colors.neutral[400],disabledChecked:e.colors.blue[200]},icon:{color:e.colors.common.white,size:"10px"}},focusRing:"0 0 0 4px rgba(44, 111, 231, 0.18)",gap:e.spacing.sm,text:{label:{fontSize:e.typography.fontSize.xs,lineHeight:"18px",color:e.colors.word[900],disabled:e.colors.word[300],fontWeight:e.typography.fontWeight.regular}},transition:"0.16s ease"}),su=({global:e})=>({control:{size:"16px",borderRadius:"999px",borderWidth:"1.5px",background:e.colors.common.white,borderColor:{default:e.colors.neutral[300],hover:e.colors.blue[500],checked:e.colors.blue[500],disabled:e.colors.neutral[200]},indicator:{size:"8px",color:e.colors.blue[500],disabled:e.colors.word[300]}},focusRing:"0 0 0 4px rgba(44, 111, 231, 0.18)",gap:"0.5rem",text:{label:{fontSize:e.typography.fontSize.xs,color:e.colors.word[900],disabled:e.colors.word[300],fontWeight:e.typography.fontWeight.regular},description:{color:e.colors.word[600],disabled:e.colors.word[300],fontSize:e.typography.fontSize.xs}},disabled:{opacity:.55},transition:"0.16s ease"}),au=({global:e,semantic:t})=>({size:{sm:{width:"36px",height:"20px",thumbSize:"16px",fontSize:e.typography.fontSize.xs,paddingInline:"6px"},md:{width:"44px",height:"24px",thumbSize:"18px",fontSize:e.typography.fontSize.xs,paddingInline:"8px"}},background:{unchecked:e.colors.neutral[300],checked:t.colors.brand.primary,disabled:e.colors.neutral[200]},thumb:{background:e.colors.common.white,shadow:"0 1px 3px rgba(0, 0, 0, 0.12)"},text:{color:e.colors.common.white,fontSize:e.typography.fontSize.xs,fontWeight:e.typography.fontWeight.regular},borderRadius:e.radii.r5,gap:e.spacing.xs,transition:"0.2s cubic-bezier(0.4, 0, 0.2, 1)",disabled:{opacity:.5},focusRing:{color:"rgba(44, 111, 231, 0.3)",offset:"2px"}}),lu=({global:e,semantic:t})=>({size:{sm:{height:"24px",fontSize:e.typography.fontSize.xs,paddingInline:e.spacing.md,iconSize:"14px"},md:{height:"32px",fontSize:e.typography.fontSize.xs,paddingInline:e.spacing.md,iconSize:"16px"},lg:{height:"40px",fontSize:e.typography.fontSize.xs,paddingInline:e.spacing.md,iconSize:"18px"}},border:{default:t.colors.border.primary,hover:t.colors.border.strong,focus:t.colors.brand.primary,error:t.colors.state.danger,disabled:t.colors.border.primary},background:{default:t.colors.background.surface,disabled:t.colors.background.secondary},text:{default:t.colors.text.primary,placeholder:t.colors.text.placeholder,disabled:t.colors.text.disabled,error:t.colors.state.danger,counter:t.colors.text.caption},borderRadius:e.radii.r3,gap:e.spacing.sm,transition:"0.2s ease"}),cu=({global:e,semantic:t})=>({size:{sm:{height:"24px",fontSize:e.typography.fontSize.xs,paddingInline:e.spacing.md,iconSize:"14px"},md:{height:"32px",fontSize:e.typography.fontSize.xs,paddingInline:e.spacing.md,iconSize:"16px"},lg:{height:"40px",fontSize:e.typography.fontSize.xs,paddingInline:e.spacing.md,iconSize:"18px"}},border:{default:t.colors.border.primary,hover:t.colors.border.strong,focus:t.colors.brand.primary,error:t.colors.state.danger,disabled:t.colors.border.primary},background:{default:t.colors.background.surface,hover:t.colors.background.surface,disabled:t.colors.background.secondary},text:{default:t.colors.text.primary,placeholder:t.colors.text.placeholder,disabled:t.colors.text.disabled,error:t.colors.state.danger},borderRadius:e.radii.r3,gap:e.spacing.sm,transition:"0.2s ease",popover:{background:t.colors.background.surface,border:`1px solid ${t.colors.border.primary}`,borderRadius:e.radii.r3,boxShadow:"0 4px 12px rgba(0, 0, 0, 0.08)",padding:"4px"},option:{height:"32px",paddingInline:"8px",fontSize:e.typography.fontSize.xs,borderRadius:e.radii.r2,gap:"8px",background:{default:"transparent",hover:t.colors.background.surfaceSubtle,selected:t.colors.brand.primarySubtle,focused:t.colors.background.surfaceSubtle},text:{default:t.colors.text.primary,hover:t.colors.text.primary,selected:t.colors.brand.primary,disabled:t.colors.text.disabled}}}),du=({global:e,semantic:t})=>({controls:{default:"buttons"},size:{md:{height:"24px",fontSize:e.typography.fontSize.xs,paddingInline:e.spacing.sm},lg:{height:"32px",fontSize:e.typography.fontSize.sm,paddingInline:e.spacing.sm}},input:{width:"40px",height:"18px",paddingInline:e.spacing.sm,fontSize:e.typography.fontSize.xs,fontWeight:e.typography.fontWeight.regular,lineHeight:"18px",fontFamily:e.typography.fontFamily},control:{side:{buttonSizeSm:"20px",buttonSizeLg:"28px",inset:"1px",gap:"8px",iconSize:"12px",widthsm:"100px",widthLg:"116px"},arrows:{buttonSizeSm:"10px",buttonSizeLg:"14px",iconSize:"12px",gap:"0px",widthsm:"72px",widthLg:"80px"}},borderRadius:e.radii.r3,border:{default:t.colors.border.strong,hover:t.colors.brand.primaryHover,disabled:t.colors.border.strong},background:{default:t.colors.background.surface,hover:t.colors.background.surfaceSubtle,disabled:t.colors.background.secondary},text:{default:t.colors.text.primary,placeholder:t.colors.text.placeholder,disabled:t.colors.text.disabled},transition:"0.2s ease"}),uu=({global:e,semantic:t})=>({border:{default:t.colors.border.primary},background:{default:t.colors.background.surface,hover:t.colors.background.surfaceSubtle},text:{default:t.colors.text.secondary,title:t.colors.text.primary},divider:t.colors.border.primary,arrow:{default:t.colors.text.secondary},padding:{header:"12px 24px",content:"0 24px 12px 24px"},borderRadius:e.radii.r3,gap:e.spacing.sm,transition:"0.3s cubic-bezier(0.4, 0, 0.2, 1)",arrowSize:"16px"}),fu=({global:e,semantic:t,mode:r})=>{const o=r==="dark";return{colors:{default:{background:{default:o?"rgba(148, 163, 184, 0.15)":e.colors.neutral[100],hover:o?"rgba(148, 163, 184, 0.2)":e.colors.neutral[200],active:o?"rgba(148, 163, 184, 0.25)":e.colors.neutral[300],checked:t.colors.brand.primary,checkedHover:t.colors.brand.primaryHover,checkedActive:t.colors.brand.primaryActive},text:{default:o?e.colors.word[100]:"rgba(10, 24, 51, 0.7)",checked:e.colors.common.white},border:{default:o?"rgba(148, 163, 184, 0.28)":e.colors.neutral[400],hover:o?"rgba(148, 163, 184, 0.38)":e.colors.neutral[500],active:o?"rgba(148, 163, 184, 0.48)":e.colors.word[600],checked:t.colors.brand.primary,checkedHover:t.colors.brand.primaryHover,checkedActive:t.colors.brand.primaryActive}},red:{background:{default:o?"rgba(170, 14, 41, 0.12)":"rgba(170, 14, 41, 0.08)",hover:o?"rgba(170, 14, 41, 0.16)":"rgba(170, 14, 41, 0.12)",active:o?"rgba(170, 14, 41, 0.2)":"rgba(170, 14, 41, 0.16)"},text:{default:o?e.colors.red[300]:e.colors.red[700]},border:{default:o?"rgba(170, 14, 41, 0.3)":"rgba(170, 14, 41, 0.25)"}},orange:{background:{default:o?"rgba(237, 154, 0, 0.12)":"rgba(237, 154, 0, 0.08)",hover:o?"rgba(237, 154, 0, 0.16)":"rgba(237, 154, 0, 0.12)",active:o?"rgba(237, 154, 0, 0.2)":"rgba(237, 154, 0, 0.16)"},text:{default:o?e.colors.orange[300]:e.colors.orange[500]},border:{default:o?"rgba(237, 154, 0, 0.3)":"rgba(237, 154, 0, 0.25)"}},yellow:{background:{default:o?"rgba(250, 208, 0, 0.12)":"rgba(250, 208, 0, 0.08)",hover:o?"rgba(250, 208, 0, 0.16)":"rgba(250, 208, 0, 0.12)",active:o?"rgba(250, 208, 0, 0.2)":"rgba(250, 208, 0, 0.16)"},text:{default:o?e.colors.yellow[300]:e.colors.yellow[500]},border:{default:o?"rgba(250, 208, 0, 0.3)":"rgba(250, 208, 0, 0.25)"}},green:{background:{default:o?"rgba(51, 189, 72, 0.12)":"rgba(51, 189, 72, 0.08)",hover:o?"rgba(51, 189, 72, 0.16)":"rgba(51, 189, 72, 0.12)",active:o?"rgba(51, 189, 72, 0.2)":"rgba(51, 189, 72, 0.16)"},text:{default:o?e.colors.green[300]:e.colors.green[500]},border:{default:o?"rgba(51, 189, 72, 0.3)":"rgba(51, 189, 72, 0.25)"}},lavender:{background:{default:o?"rgba(99, 79, 214, 0.12)":"rgba(99, 79, 214, 0.08)",hover:o?"rgba(99, 79, 214, 0.16)":"rgba(99, 79, 214, 0.12)",active:o?"rgba(99, 79, 214, 0.2)":"rgba(99, 79, 214, 0.16)"},text:{default:o?e.colors.lavender[300]:e.colors.lavender[500]},border:{default:o?"rgba(99, 79, 214, 0.3)":"rgba(99, 79, 214, 0.25)"}},lilac:{background:{default:o?"rgba(159, 58, 214, 0.12)":"rgba(159, 58, 214, 0.08)",hover:o?"rgba(159, 58, 214, 0.16)":"rgba(159, 58, 214, 0.12)",active:o?"rgba(159, 58, 214, 0.2)":"rgba(159, 58, 214, 0.16)"},text:{default:o?e.colors.lilac[300]:e.colors.lilac[500]},border:{default:o?"rgba(159, 58, 214, 0.3)":"rgba(159, 58, 214, 0.25)"}},carmine:{background:{default:o?"rgba(214, 58, 191, 0.12)":"rgba(214, 58, 191, 0.08)",hover:o?"rgba(214, 58, 191, 0.16)":"rgba(214, 58, 191, 0.12)",active:o?"rgba(214, 58, 191, 0.2)":"rgba(214, 58, 191, 0.16)"},text:{default:o?e.colors.carmine[300]:e.colors.carmine[500]},border:{default:o?"rgba(214, 58, 191, 0.3)":"rgba(214, 58, 191, 0.25)"}},rose:{background:{default:o?"rgba(229, 30, 100, 0.12)":"rgba(229, 30, 100, 0.08)",hover:o?"rgba(229, 30, 100, 0.16)":"rgba(229, 30, 100, 0.12)",active:o?"rgba(229, 30, 100, 0.2)":"rgba(229, 30, 100, 0.16)"},text:{default:o?e.colors.rose[300]:e.colors.rose[500]},border:{default:o?"rgba(229, 30, 100, 0.3)":"rgba(229, 30, 100, 0.25)"}},mint:{background:{default:o?"rgba(71, 192, 214, 0.12)":"rgba(71, 192, 214, 0.08)",hover:o?"rgba(71, 192, 214, 0.16)":"rgba(71, 192, 214, 0.12)",active:o?"rgba(71, 192, 214, 0.2)":"rgba(71, 192, 214, 0.16)"},text:{default:o?e.colors.mint[300]:e.colors.mint[500]},border:{default:o?"rgba(71, 192, 214, 0.3)":"rgba(71, 192, 214, 0.25)"}},olive:{background:{default:o?"rgba(187, 214, 36, 0.12)":"rgba(187, 214, 36, 0.08)",hover:o?"rgba(187, 214, 36, 0.16)":"rgba(187, 214, 36, 0.12)",active:o?"rgba(187, 214, 36, 0.2)":"rgba(187, 214, 36, 0.16)"},text:{default:o?e.colors.olive[300]:e.colors.olive[500]},border:{default:o?"rgba(187, 214, 36, 0.3)":"rgba(187, 214, 36, 0.25)"}},blue:{background:{default:o?"rgba(44, 111, 231, 0.12)":"rgba(44, 111, 231, 0.08)",hover:o?"rgba(44, 111, 231, 0.16)":"rgba(44, 111, 231, 0.12)",active:o?"rgba(44, 111, 231, 0.2)":"rgba(44, 111, 231, 0.16)"},text:{default:t.colors.brand.primary},border:{default:o?"rgba(44, 111, 231, 0.3)":"rgba(44, 111, 231, 0.25)"}}},size:{sm:{height:"18px",fontSize:"10px",lineHeight:"16px",paddingInline:e.spacing.sm,gap:e.spacing.xs,iconSize:"12px",closeIconSize:"8px"},md:{height:"24px",fontSize:"10px",lineHeight:"16px",paddingInline:e.spacing.sm,gap:e.spacing.xs,iconSize:"14px",closeIconSize:"10px"},lg:{height:"32px",fontSize:e.typography.fontSize.xs,lineHeight:"20px",paddingInline:e.spacing.md,gap:e.spacing.sm,iconSize:"16px",closeIconSize:"12px"}},fontWeight:e.typography.fontWeight.regular,borderRadius:e.radii.r2,transition:"0.2s ease",disabled:{opacity:.5}}},pu=({global:e,mode:t})=>{const r=t==="dark";return{background:{base:r?"rgba(148, 163, 184, 0.12)":"rgba(10, 24, 51, 0.05)",highlight:r?"rgba(148, 163, 184, 0.22)":"rgba(10, 24, 51, 0.12)"},animation:{duration:"1.4s",easing:"ease-in-out"},radius:{sm:e.radii.r2,md:e.radii.r3,lg:e.radii.r4,pill:e.radii.r5,circle:e.radii.r0},block:{height:"16px"},text:{lineHeight:"12px",gap:e.spacing.sm,lastLineWidth:"62%"},circle:{size:"40px"}}},hu=({global:e,semantic:t,mode:r})=>{const o=r==="dark";return{circle:{size:{md:"32px",sm:"24px"},fontSize:{md:e.typography.fontSize.sm,sm:e.typography.fontSize.xs},iconSize:{md:"14px",sm:"10px"}},dot:{size:{md:"10px",sm:"8px"},pulseColor:o?"rgba(44, 111, 231, 0.35)":"rgba(44, 111, 231, 0.25)"},line:{color:{default:t.colors.border.primary,active:t.colors.brand.primary},size:"1px"},text:{title:{color:{default:t.colors.text.primary,active:t.colors.brand.primary,error:t.colors.state.danger,waiting:t.colors.text.tertiary},fontWeight:e.typography.fontWeight.medium,fontSize:e.typography.fontSize.sm},description:{color:t.colors.text.secondary,fontSize:e.typography.fontSize.xs}},state:{process:{color:t.colors.brand.primary,bg:t.colors.brand.primary},wait:{color:t.colors.text.tertiary,bg:o?"rgba(148, 163, 184, 0.2)":e.colors.neutral[200]},finish:{color:t.colors.brand.primary,bg:o?"rgba(44, 111, 231, 0.15)":t.colors.brand.primarySubtle},error:{color:t.colors.state.danger,bg:o?"rgba(170, 14, 41, 0.15)":t.colors.state.dangerSubtle}},gap:e.spacing.sm}},bu=({global:e,semantic:t,mode:r})=>{const o=r==="dark";return{container:{width:{expanded:"240px",collapsed:"68px"},background:o?t.colors.background.surface:e.colors.common.white,border:`1px solid ${t.colors.border.primary}`,padding:e.spacing.lg},item:{height:"40px",paddingInline:e.spacing.lg,fontSize:e.typography.fontSize.sm,fontWeight:e.typography.fontWeight.regular,iconSize:"20px",gap:e.spacing.sm,borderRadius:e.radii.r3,background:{default:"transparent",hover:o?t.colors.background.surfaceStrong:t.colors.background.surfaceSubtle,active:o?"linear-gradient(90deg, rgba(1, 148, 255, 0) 0%, rgba(1, 148, 255, 0.2) 100%)":"linear-gradient(90deg, rgba(1, 148, 255, 0) 0%, rgba(1, 148, 255, 0.15) 100%)"},text:{default:t.colors.text.primary,hover:t.colors.text.primary,active:t.colors.text.primary},transition:"0.2s ease"},subItem:{paddingLeft:"20px",background:{default:"transparent",hover:o?t.colors.background.surfaceStrong:t.colors.background.surfaceSubtle,active:o?"linear-gradient(90deg, rgba(1, 148, 255, 0) 0%, rgba(1, 148, 255, 0.2) 100%)":"linear-gradient(90deg, rgba(1, 148, 255, 0) 0%, rgba(1, 148, 255, 0.15) 100%)"}},group:{marginTop:e.spacing.xl,marginBottom:e.spacing.md,gap:e.spacing.xs},groupTitle:{height:"18px",fontSize:e.typography.fontSize.xs,fontWeight:e.typography.fontWeight.regular,color:t.colors.text.secondary,paddingInline:"0",marginBottom:e.spacing.sm},scrollbar:{width:"8px",thumbColor:o?"rgba(255, 255, 255, 0.2)":"rgba(0, 0, 0, 0.2)",trackColor:"transparent"},popover:{background:o?t.colors.background.surface:e.colors.common.white,border:`1px solid ${t.colors.border.primary}`,borderRadius:e.radii.r4,boxShadow:o?"0 4px 12px rgba(0, 0, 0, 0.4)":"0 4px 12px rgba(0, 0, 0, 0.08)",padding:e.spacing.xs,item:{background:{default:"transparent",hover:o?t.colors.background.surfaceStrong:t.colors.background.surfaceSubtle,active:o?"linear-gradient(90deg, rgba(1, 148, 255, 0) 0%, rgba(1, 148, 255, 0.2) 100%)":"linear-gradient(90deg, rgba(1, 148, 255, 0) 0%, rgba(1, 148, 255, 0.15) 100%)"},text:{default:t.colors.text.primary,hover:t.colors.text.primary,active:t.colors.brand.primary}}}}},gu=({semantic:e})=>({variant:{primary:{text:{default:e.colors.brand.primary,hover:"#2468f2",active:"#2055c6",disabled:e.colors.text.disabled},decoration:{default:"none",hover:"none"}},neutral:{text:{default:e.colors.text.primary,hover:e.colors.brand.primary,active:"#2055c6",disabled:e.colors.text.disabled},decoration:{default:"none",hover:"none"}}},size:{sm:{fontSize:"12px"},md:{fontSize:"14px"},lg:{fontSize:"16px"}},transition:"0.2s ease",borderRadius:"4px",focusRing:{color:e.colors.brand.primary,offset:"2px"}}),mu=({global:e,semantic:t})=>({container:{gap:e.spacing.lg},panel:{width:"204px",height:"240px",background:t.colors.background.surface,border:`1px solid ${t.colors.border.neutral}`,borderRadius:e.radii.r2},header:{height:"40px",padding:"11px 16px",fontSize:e.typography.fontSize.xs,color:t.colors.text.transferHeader,background:t.colors.background.surfaceSubtle},list:{height:"calc(100% - 100px)",gap:e.spacing.sm,padding:"0px 16px 8px 16px"},item:{height:e.spacing.xxl,fontSize:e.typography.fontSize.xs,borderRadius:e.radii.r2,gap:e.spacing.sm,padding:`${e.spacing.sm} 0px`,text:{default:t.colors.text.transferHeader,selected:t.colors.text.primary,disabled:t.colors.text.disabled},checkboxSize:e.spacing.lg},operations:{gap:e.spacing.sm,borderRadius:e.radii.r2,borderColor:{default:t.colors.border.neutral,disabled:t.colors.border.neutral,active:t.colors.brand.primary},backgroundColor:{default:t.colors.background.surface,disabled:e.colors.word[50],active:t.colors.background.surface},width:e.spacing.xxl,height:e.spacing.xxl,iconSize:e.spacing.lg,iconColor:{default:e.colors.word[700],disabled:t.colors.text.transferOperationDisabled,active:e.colors.blue[500]}},footer:{height:e.spacing.xxl,paddingInline:e.spacing.sm,fontSize:e.typography.fontSize.xs,color:t.colors.text.secondary,borderTop:`1px solid ${t.colors.border.divider}`,marginTop:e.spacing.md},empty:{color:t.colors.text.tertiary,fontSize:e.typography.fontSize.sm},search:{width:"184px",iconColor:`${e.colors.word[900]}66`},transition:"all 0.2s ease"}),xu=({global:e,semantic:t,mode:r})=>({size:{sm:{width:"400px",maxWidth:"90vw",padding:e.spacing.lg,headerPadding:`${e.spacing.lg} ${e.spacing.xl}`,footerPadding:`${e.spacing.md} ${e.spacing.xl}`,titleFontSize:e.typography.fontSize.md},md:{width:"520px",maxWidth:"90vw",padding:e.spacing.xl,headerPadding:`${e.spacing.lg} ${e.spacing.xl}`,footerPadding:`${e.spacing.md} ${e.spacing.xl}`,titleFontSize:e.typography.fontSize.lg},lg:{width:"720px",maxWidth:"90vw",padding:e.spacing.xl,headerPadding:`20px ${e.spacing.xl}`,footerPadding:`${e.spacing.lg} ${e.spacing.xl}`,titleFontSize:e.typography.fontSize.lg},xl:{width:"920px",maxWidth:"90vw",padding:e.spacing.xxl,headerPadding:`${e.spacing.xl} ${e.spacing.xxl}`,footerPadding:`${e.spacing.lg} ${e.spacing.xxl}`,titleFontSize:e.typography.fontSize.lg},fullscreen:{width:"100vw",maxWidth:"100vw",padding:e.spacing.xxl,headerPadding:`${e.spacing.xl} ${e.spacing.xxl}`,footerPadding:`${e.spacing.lg} ${e.spacing.xxl}`,titleFontSize:e.typography.fontSize.lg}},overlay:{background:r==="light"?"rgba(10, 24, 51, 0.38)":"rgba(0, 0, 0, 0.55)",backdropFilter:"blur(4px)"},container:{background:t.colors.background.surface,borderRadius:e.radii.r5,boxShadow:r==="light"?e.shadows.l3:t.shadows.elevation.medium,border:r==="light"?"none":`1px solid ${t.colors.border.primary}`,maxHeight:"85vh"},header:{background:"transparent",borderBottom:`1px solid ${t.colors.border.divider}`,minHeight:"56px",gap:e.spacing.sm},title:{color:t.colors.text.primary,fontWeight:e.typography.fontWeight.semibold,lineHeight:"1.4"},description:{color:t.colors.text.secondary,fontSize:e.typography.fontSize.sm,lineHeight:"1.5",marginTop:e.spacing.xs},closeButton:{size:"32px",iconSize:"16px",color:t.colors.text.tertiary,hoverColor:t.colors.text.primary,hoverBackground:t.colors.background.surfaceStrong,borderRadius:e.radii.r3},content:{color:t.colors.text.primary,fontSize:e.typography.fontSize.sm,lineHeight:"1.6",maxHeight:"calc(85vh - 160px)"},footer:{background:"transparent",borderTop:`1px solid ${t.colors.border.divider}`,minHeight:"56px",gap:e.spacing.sm,justifyContent:"flex-end"},animation:{duration:"0.22s",easing:"cubic-bezier(0.22, 0.61, 0.36, 1)",scaleFrom:"0.95",scaleTo:"1"},zIndex:{overlay:1e3,container:1001},transition:"0.2s ease"}),vu=({global:e,semantic:t,mode:r})=>({background:r==="light"?"rgba(10, 24, 51, 0.9)":"rgba(255, 255, 255, 0.92)",color:r==="light"?"#ffffff":t.colors.text.primary,borderRadius:e.radii.r3,boxShadow:r==="light"?"0 4px 12px rgba(0, 0, 0, 0.15)":"0 4px 12px rgba(0, 0, 0, 0.3)",padding:`${e.spacing.xs} ${e.spacing.sm}`,maxWidth:"280px",fontSize:e.typography.fontSize.sm,lineHeight:"1.5",arrow:{size:"8px"},animation:{duration:"0.15s",easing:"cubic-bezier(0.16, 1, 0.3, 1)"},zIndex:1100}),wn=e=>({button:ru(e),floatButton:nu(e),iconButton:ou(e),checkbox:iu(e),radio:su(e),switch:au(e),input:lu(e),select:cu(e),numberfield:du(e),collapse:uu(e),tag:fu(e),skeleton:pu(e),stepper:hu(e),menu:bu(e),link:gu(e),transfer:mu(e),modal:xu(e),card:yn(e),tooltip:vu(e)}),yr=(e,t="light")=>{const r={colors:ae.globalColors,spacing:ae.globalSpacing,radii:ae.globalRadii,typography:ae.globalTypography,shadows:ae.globalShadows,gradients:ae.globalGradients};return{global:r,semantic:e,components:wn({global:r,semantic:e,mode:t})}},kn=yr(ae.lightSemantic,"light"),Sn=yr(ae.darkSemantic,"dark");var yu=function(t){return $u(t)&&!wu(t)};function $u(e){return!!e&&typeof e=="object"}function wu(e){var t=Object.prototype.toString.call(e);return t==="[object RegExp]"||t==="[object Date]"||Cu(e)}var ku=typeof Symbol=="function"&&Symbol.for,Su=ku?Symbol.for("react.element"):60103;function Cu(e){return e.$$typeof===Su}function ju(e){return Array.isArray(e)?[]:{}}function rt(e,t){return t.clone!==!1&&t.isMergeableObject(e)?He(ju(e),e,t):e}function Eu(e,t,r){return e.concat(t).map(function(o){return rt(o,r)})}function zu(e,t){if(!t.customMerge)return He;var r=t.customMerge(e);return typeof r=="function"?r:He}function Tu(e){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(e).filter(function(t){return Object.propertyIsEnumerable.call(e,t)}):[]}function eo(e){return Object.keys(e).concat(Tu(e))}function Cn(e,t){try{return t in e}catch{return!1}}function Ru(e,t){return Cn(e,t)&&!(Object.hasOwnProperty.call(e,t)&&Object.propertyIsEnumerable.call(e,t))}function Lu(e,t,r){var o={};return r.isMergeableObject(e)&&eo(e).forEach(function(n){o[n]=rt(e[n],r)}),eo(t).forEach(function(n){Ru(e,n)||(Cn(e,n)&&r.isMergeableObject(t[n])?o[n]=zu(n,r)(e[n],t[n],r):o[n]=rt(t[n],r))}),o}function He(e,t,r){r=r||{},r.arrayMerge=r.arrayMerge||Eu,r.isMergeableObject=r.isMergeableObject||yu,r.cloneUnlessOtherwiseSpecified=rt;var o=Array.isArray(t),n=Array.isArray(e),s=o===n;return s?o?r.arrayMerge(e,t,r):Lu(e,t,r):rt(t,r)}He.all=function(t,r){if(!Array.isArray(t))throw new Error("first argument should be an array");return t.reduce(function(o,n){return He(o,n,r)},{})};var Mu=He,Iu=Mu;const Nu=Xi(Iu),Pu=({children:e,mode:t="light",theme:r})=>{const o=t==="dark"?Sn:kn,n=c.useMemo(()=>r?Nu(o,r):o,[o,r]);return i.jsx(ae.CustomThemeProvider,{theme:n,children:i.jsx(X.OverlayProvider,{style:{display:"contents"},children:e})})};Object.defineProperty(exports,"CustomThemeProvider",{enumerable:!0,get:()=>ae.CustomThemeProvider});Object.defineProperty(exports,"darkSemantic",{enumerable:!0,get:()=>ae.darkSemantic});Object.defineProperty(exports,"globalColors",{enumerable:!0,get:()=>ae.globalColors});Object.defineProperty(exports,"globalGradients",{enumerable:!0,get:()=>ae.globalGradients});Object.defineProperty(exports,"globalRadii",{enumerable:!0,get:()=>ae.globalRadii});Object.defineProperty(exports,"globalShadows",{enumerable:!0,get:()=>ae.globalShadows});Object.defineProperty(exports,"globalSpacing",{enumerable:!0,get:()=>ae.globalSpacing});Object.defineProperty(exports,"globalTypography",{enumerable:!0,get:()=>ae.globalTypography});Object.defineProperty(exports,"lightSemantic",{enumerable:!0,get:()=>ae.lightSemantic});exports.BUTTON_SIZES=ai;exports.BUTTON_VARIANTS=si;exports.Button=so;exports.Card=vn;exports.Checkbox=De;exports.CheckboxButton=Eo;exports.CheckboxWrapper=pn;exports.Collapse=zo;exports.CollapseItem=To;exports.DesignThemeProvider=Pu;exports.EmptyState=zc;exports.FloatButton=Ro;exports.ICON_BUTTON_APPEARANCES=gi;exports.ICON_BUTTON_SIZES=xi;exports.ICON_BUTTON_TONES=mi;exports.IconButton=ao;exports.Input=fr;exports.Link=Ao;exports.LinkRoot=Po;exports.ListBoxContent=vr;exports.ListBoxPopup=an;exports.LoadingWrapper=un;exports.Menu=Lo;exports.MenuGroup=Io;exports.MenuItem=Mo;exports.Modal=Ho;exports.NumberInput=Wo;exports.OptionIcon=dn;exports.OptionItem=ln;exports.OptionText=cn;exports.PROGRESS_SIZES=Zl;exports.PROGRESS_STATUSES=Xl;exports.PROGRESS_TYPES=Yl;exports.Progress=Go;exports.Radio=gr;exports.SHAPES=ba;exports.SWITCH_SIZES=od;exports.Select=Et;exports.SelectIcon=sn;exports.SelectTrigger=nn;exports.SelectValue=Jt;exports.SelectWrapper=on;exports.Skeleton=Yo;exports.Step=Xo;exports.Stepper=Zo;exports.SubMenuItem=No;exports.SubMenuPopover=pr;exports.Switch=gn;exports.TABLE_SIZES=Hc;exports.TABLE_VARIANTS=Wc;exports.TYPES=ha;exports.Table=Yc;exports.Tag=tt;exports.TagAdd=xr;exports.TagsContainer=fn;exports.Tooltip=$n;exports.Transfer=mn;exports.UPLOAD_STATUSES=Od;exports.Upload=xn;exports.createComponentTokens=wn;exports.createDesignTheme=yr;exports.defaultDarkDesignTheme=Sn;exports.defaultLightDesignTheme=kn;exports.getCardTokens=yn;exports.selectSizes=Cc;exports.skeletonRadii=Cl;exports.skeletonVariants=Sl;
|
|
3139
3183
|
//# sourceMappingURL=index.cjs.map
|