@loja-integrada/admin-components 1.3.13 → 1.3.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/chunk-4LSJ2H6J.js +10 -0
- package/dist/{chunk-FGWYMPW3.js → chunk-N2HGNCMP.js} +2 -2
- package/dist/chunk-WYU4N3LM.js +8 -0
- package/dist/components/Tabs/index.js +1 -1
- package/dist/components/index.js +1 -1
- package/dist/forms/Calendar/index.js +1 -1
- package/dist/forms/InputCurrency/InputCurrency.client.d.ts +0 -1
- package/dist/forms/InputCurrency/index.js +1 -1
- package/dist/forms/TextArea/TextArea.d.ts +4 -0
- package/dist/forms/TextArea/index.js +1 -1
- package/dist/forms/index.js +3 -3
- package/dist/index.js +3 -3
- package/package.json +1 -1
- package/dist/chunk-FSAQLD3H.js +0 -10
- package/dist/chunk-WPEH6OZ2.js +0 -7
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { a } from './chunk-2VQ6QMMA.js';
|
|
2
|
+
import { a as a$1 } from './chunk-BW4TJLAD.js';
|
|
3
|
+
import { a as a$2 } from './chunk-AGCI6C3Z.js';
|
|
4
|
+
import { cva } from 'class-variance-authority';
|
|
5
|
+
import H, { useMemo, useRef, useEffect } from 'react';
|
|
6
|
+
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
7
|
+
|
|
8
|
+
var n=24,k=cva("relative appearance-none overflow-hidden rounded border border-card-stroke bg-base-1 px-4 py-3 shadow-none outline-none transition-colors focus-within:border-inverted-1 focus:border-inverted-1",{variants:{hasErrorState:{true:"border-danger focus:border-danger [&~.adornment]:border-danger [&~.adornment]:focus:border-danger"},disabled:{true:"pointer-events-none bg-base-3 text-on-base-2"},readOnly:{true:"bg-base-2"}},defaultVariants:{hasErrorState:!1,disabled:!1,readOnly:!1}}),G=({className:T="",formGroupClassName:v="",label:w,labelComplement:y,helpText:E,hasError:I=!1,errorMessage:c,required:p=!1,defaultValue:s,id:A,name:f,disabled:m,readOnly:h,minLines:i=2,maxLines:u=5,...N},L)=>{let R=useMemo(()=>Math.random().toString(36).substring(7),[]),b=A||f||R,l=I||!!c,P=jsx(a,{label:w,labelComplement:y,required:p,hasError:l,htmlFor:b,className:"mb-1"}),M=jsx(a$1,{helpText:c||E,hasError:l,className:"mt-2"}),o=useRef(null),C=()=>{let e=o.current;if(e){let r=u*n,t=i*n;e.scrollHeight>r?(e.style.height="auto",e.style.height=`${r}px`):e.scrollHeight<=t?(e.style.height="auto",e.style.height=`${t}px`):(e.style.height="auto",e.style.height=`${e.scrollHeight}px`);}};return useEffect(()=>{let e=o.current;if(e){let r=i*n;if(s){let t=u*n;e.scrollHeight>t?r=t:e.scrollHeight>r&&(r=e.scrollHeight);}e.style.height=`${r}px`;}},[o,i,s]),jsxs("div",{className:a$2("form-group flex flex-col ",v),ref:L,children:[P,jsx("div",{className:a$2("relative appearance-none overflow-hidden rounded border border-card-stroke bg-base-1 px-4 py-3 shadow-none outline-none transition-colors focus-within:border-inverted-1 focus:border-inverted-1",k({hasErrorState:l,disabled:m,readOnly:h,className:T})),children:jsx("textarea",{...N,ref:o,onInput:C,className:"peer text-f6 flex w-full min-w-0 resize-none bg-transparent text-on-base shadow-none outline-none transition-colors focus-within:border-inverted-1 focus:border-inverted-1",id:b,name:f,required:p,disabled:m,readOnly:h,defaultValue:s})}),M]})},V=H.forwardRef(G),q=H.memo(V);q.displayName="TextArea";
|
|
9
|
+
|
|
10
|
+
export { q as a };
|
|
@@ -3,6 +3,6 @@ import { b } from './chunk-AGCI6C3Z.js';
|
|
|
3
3
|
import K, { useCallback, useState, useMemo, useEffect } from 'react';
|
|
4
4
|
import { jsx } from 'react/jsx-runtime';
|
|
5
5
|
|
|
6
|
-
function C(u,r){let a=r.format,o=new globalThis.Intl.NumberFormat(r.locale,a).resolvedOptions();return u.toLocaleString(r.locale,{...o,style:"decimal"})}var I=1e15,m={BRL:{locale:"pt-BR",format:{style:"currency",currency:"BRL",minimumFractionDigits:2,maximumFractionDigits:2}},USD:{locale:"en-US",format:{style:"currency",currency:"USD",minimumFractionDigits:2,maximumFractionDigits:2}}};var H=({value:u=0,defaultValue:r,currency:a$1="BRL",max:o=I,autoFocus:f=!1,autoSelect:V=!1,autoReset:
|
|
6
|
+
function C(u,r){let a=r.format,o=new globalThis.Intl.NumberFormat(r.locale,a).resolvedOptions();return u.toLocaleString(r.locale,{...o,style:"decimal"})}var I=1e15,m={BRL:{locale:"pt-BR",format:{style:"currency",currency:"BRL",minimumFractionDigits:2,maximumFractionDigits:2}},USD:{locale:"en-US",format:{style:"currency",currency:"USD",minimumFractionDigits:2,maximumFractionDigits:2}}};var H=({value:u=0,defaultValue:r,currency:a$1="BRL",max:o=I,autoFocus:f=!1,autoSelect:V=!1,autoReset:F=!1,onChange:x=()=>null,onBlur:k=()=>null,onFocus:v=()=>null,onKeyPress:R=()=>null,...D},h)=>{let s=m[a$1],M=useCallback(e=>{let t=e===document.activeElement;e&&f&&!t&&e.focus();},[f]),[B,i]=useState("0"),g=useMemo(()=>()=>{let{format:{maximumFractionDigits:e}}=s,t={...m[a$1],...s};return t.format.minimumFractionDigits=e,t},[a$1,s]),p=e=>typeof e=="number"?e:Number(e.toString().replace(/[^0-9-]/g,"")),E=e=>{let{format:{maximumFractionDigits:t}}=g(),n=e;return typeof e=="string"?(n=p(e),n%1!==0&&(n=n.toFixed(t))):n=Number.isInteger(e)?Number(e)*10**t:e.toFixed(t),p(n)/10**t},l=e=>{let t=E(e),n=C(t,g());return [t,n]},c=e=>{let[t,n]=l(e);if(!o&&o!==0||t<=o)return i(n),[t,n];{let[U,d]=l(o);return i(d),[U,d]}},S=e=>{e.preventDefault();let[t,n]=c(e.target.value);n&&x(e,t,n);},L=e=>{let[t,n]=c(e.target.value);F&&l(0),n&&k(e,t,n);},P=e=>{V&&e.target.select();let[t,n]=c(e.target.value);n&&v(e,t,n);},N=e=>R(e,e.key,e.keyCode);return useEffect(()=>{let e=u||r||0;Array.isArray(e)&&(e=e[0]??0);let[,t]=l(e.toString());i(t);},[a$1,u,r,s]),jsx(a,{...D,ref:b(M,h),value:B,onChange:S,onBlur:L,onFocus:P,onKeyUp:N,inputMode:"decimal"})},Y=K.forwardRef(H);
|
|
7
7
|
|
|
8
|
-
export {
|
|
8
|
+
export { Y as a };
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { a } from './chunk-AGCI6C3Z.js';
|
|
2
|
+
import { memo, useRef, useState, useEffect } from 'react';
|
|
3
|
+
import { cva } from 'class-variance-authority';
|
|
4
|
+
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
5
|
+
|
|
6
|
+
var C=cva("tabs-item group min-w-0 shrink-0 overflow-x-hidden text-transparent -outline-offset-1 hover:text-on-base focus:outline-focus",{variants:{active:{true:"tabs-item-active text-on-base",false:"cursor-pointer"},disabled:{true:"pointer-events-none opacity-50",false:""}}}),L=cva("text-f6 relative block break-words px-2 py-2 font-semibold lg:py-4",{variants:{active:{true:"",false:"before:absolute before:block before:translate-x-px before:overflow-hidden before:font-normal before:text-inverted-2 before:opacity-100 before:content-[attr(data-title)] hover:before:opacity-0"}}}),k=({id:i,title:a$1,titleComplement:t,active:n=!1,disabled:o=!1,onChange:b,className:r=""})=>{let f=c=>typeof t=="function"?t(c):t;return jsx("button",{type:"button",id:`btnTab${i}`,className:a(C({active:n,disabled:o,className:r})),onClick:()=>b(i),disabled:o,children:jsxs("span",{className:a(L({active:n})),"data-title":a$1,children:[a$1,t?jsx("span",{className:"ml-2",children:f(n)}):null]})})},p=memo(k);p.displayName="TabsItem";var W=({className:i="",items:a$1,activeItem:t,onChange:n})=>{let o=useRef(null),b=useRef(null),[r,f]=useState(t),[c,y]=useState(0),[I,x]=useState(0);useEffect(()=>{f(t);},[t]),useEffect(()=>{let e=document.querySelector(`#btnTab${r}`);if(o?.current&&e){let l=o.current.getBoundingClientRect(),m=parseFloat(window.getComputedStyle(o.current,null).getPropertyValue("padding-left")),N=e?.offsetLeft-l.left;o.current.scrollTo({left:N-l.width/2+e.offsetWidth/2,behavior:"smooth"}),x(e?.clientWidth||0),y(e?.offsetLeft<m?m:e?.offsetLeft);}},[t,r]);let w=e=>{e!==r&&(f(e),n?.(e));};return !a$1||!Array.isArray(a$1)?null:jsxs("div",{ref:o,className:a("relative tabs flex w-full flex-nowrap lg:gap-4 gap-2 overflow-x-auto border-b border-card-stroke bg-base-1",i),children:[jsx("div",{ref:b,id:"bottom-border",className:"absolute bottom-0 h-1 bg-primary",style:{left:c,width:I,transition:"all 0.15s ease"}}),a$1?.map((e,l)=>(e.id||(e.id=encodeURI(e.title)),jsx(p,{...e,onChange:w,active:r===e.id},`tab-item-${l}`)))]})},E=memo(W);E.displayName="Tabs";
|
|
7
|
+
|
|
8
|
+
export { E as a };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use client";export { a as Tabs } from '../../chunk-
|
|
1
|
+
"use client";export { a as Tabs } from '../../chunk-WYU4N3LM.js';
|
|
2
2
|
import '../../chunk-AGCI6C3Z.js';
|
package/dist/components/index.js
CHANGED
|
@@ -8,7 +8,7 @@ import '../chunk-BW4TJLAD.js';
|
|
|
8
8
|
export { a as Modal } from '../chunk-ZNDZCIEX.js';
|
|
9
9
|
export { a as SidebarFixed } from '../chunk-6Z2GJXT6.js';
|
|
10
10
|
export { a as Table, d as TableBody, h as TableCaption, g as TableCell, e as TableFooter, c as TableHead, b as TableHeader, f as TableRow } from '../chunk-TJKZQP6P.js';
|
|
11
|
-
export { a as Tabs } from '../chunk-
|
|
11
|
+
export { a as Tabs } from '../chunk-WYU4N3LM.js';
|
|
12
12
|
export { a as Timeline } from '../chunk-7JT6B2LQ.js';
|
|
13
13
|
export { a as LoadingPlaceholder } from '../chunk-VFFDRP2O.js';
|
|
14
14
|
import '../chunk-LTWCICTK.js';
|
|
@@ -17,7 +17,7 @@ import '../../chunk-BW4TJLAD.js';
|
|
|
17
17
|
import '../../chunk-ZNDZCIEX.js';
|
|
18
18
|
import '../../chunk-6Z2GJXT6.js';
|
|
19
19
|
import '../../chunk-TJKZQP6P.js';
|
|
20
|
-
import '../../chunk-
|
|
20
|
+
import '../../chunk-WYU4N3LM.js';
|
|
21
21
|
import '../../chunk-7JT6B2LQ.js';
|
|
22
22
|
import '../../chunk-VFFDRP2O.js';
|
|
23
23
|
import '../../chunk-LTWCICTK.js';
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { InputProps } from '../Input';
|
|
3
3
|
import { defaultIntlConfig } from './utils';
|
|
4
|
-
export declare const InputCurrencyComponent: ({ value, defaultValue, currency, max, autoFocus, autoSelect, autoReset, onChange, onBlur, onFocus, onKeyPress, ...otherProps }: InputCurrencyProps, ref: React.ForwardedRef<HTMLInputElement>) => import("react/jsx-runtime").JSX.Element;
|
|
5
4
|
export declare const InputCurrency: React.ForwardRefExoticComponent<InputCurrencyProps & React.RefAttributes<HTMLInputElement>>;
|
|
6
5
|
export interface InputCurrencyProps extends Omit<InputProps, 'onChange' | 'onBlur' | 'onFocus' | 'onKeyPress'> {
|
|
7
6
|
/** Currency to format value to
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use client";export {
|
|
1
|
+
"use client";export { a as InputCurrency } from '../../chunk-N2HGNCMP.js';
|
|
2
2
|
import '../../chunk-4WHAFSRB.js';
|
|
3
3
|
import '../../chunk-2VQ6QMMA.js';
|
|
4
4
|
import '../../chunk-BW4TJLAD.js';
|
|
@@ -3,6 +3,10 @@ import { InputHelpTextProps } from '../InputHelpText';
|
|
|
3
3
|
import { InputLabelProps } from '../InputLabel';
|
|
4
4
|
declare const TextArea: React.MemoExoticComponent<React.ForwardRefExoticComponent<TextAreaProps & React.RefAttributes<HTMLDivElement>>>;
|
|
5
5
|
interface TextAreaProps extends InputLabelProps, InputHelpTextProps, Omit<React.TextareaHTMLAttributes<HTMLTextAreaElement>, 'prefix'> {
|
|
6
|
+
/**
|
|
7
|
+
* Input default value
|
|
8
|
+
* */
|
|
9
|
+
defaultValue?: string;
|
|
6
10
|
/**
|
|
7
11
|
* Input custom class name
|
|
8
12
|
* */
|
package/dist/forms/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import '../chunk-PO2FGDAP.js';
|
|
2
|
-
export { a as TextArea } from '../chunk-
|
|
2
|
+
export { a as TextArea } from '../chunk-4LSJ2H6J.js';
|
|
3
3
|
export { b as Select, a as SelectComponent } from '../chunk-RMHFUFTQ.js';
|
|
4
4
|
export { a as Calendar } from '../chunk-XJGUMBPQ.js';
|
|
5
5
|
import '../chunk-KN7DOGNL.js';
|
|
@@ -10,7 +10,7 @@ import '../chunk-ZWW7VJFD.js';
|
|
|
10
10
|
import '../chunk-B3V3TXJU.js';
|
|
11
11
|
import '../chunk-NXRYURC6.js';
|
|
12
12
|
import '../chunk-L6H2NDVS.js';
|
|
13
|
-
export {
|
|
13
|
+
export { a as InputCurrency } from '../chunk-N2HGNCMP.js';
|
|
14
14
|
export { a as DEFAULT_UNITS, b as InputWithUnit } from '../chunk-PLY7AVVE.js';
|
|
15
15
|
export { a as Dropdown } from '../chunk-XH5SAPCB.js';
|
|
16
16
|
export { a as InputMask } from '../chunk-ACI4XQMS.js';
|
|
@@ -24,7 +24,7 @@ export { a as InputHelpText } from '../chunk-BW4TJLAD.js';
|
|
|
24
24
|
import '../chunk-ZNDZCIEX.js';
|
|
25
25
|
import '../chunk-6Z2GJXT6.js';
|
|
26
26
|
import '../chunk-TJKZQP6P.js';
|
|
27
|
-
import '../chunk-
|
|
27
|
+
import '../chunk-WYU4N3LM.js';
|
|
28
28
|
import '../chunk-7JT6B2LQ.js';
|
|
29
29
|
import '../chunk-VFFDRP2O.js';
|
|
30
30
|
import '../chunk-LTWCICTK.js';
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import './chunk-PO2FGDAP.js';
|
|
2
|
-
export { a as TextArea } from './chunk-
|
|
2
|
+
export { a as TextArea } from './chunk-4LSJ2H6J.js';
|
|
3
3
|
import './chunk-7RP4L6ZM.js';
|
|
4
4
|
import './chunk-4PUGMMDC.js';
|
|
5
5
|
export { c as DEFAULT_OPTIONS, d as Pagination, a as PaginationInfo, b as PaginationNav } from './chunk-OHHCT7ID.js';
|
|
@@ -19,7 +19,7 @@ export { a as Button } from './chunk-ZWW7VJFD.js';
|
|
|
19
19
|
export { b as Box, d as BoxContent, c as BoxHeader, a as BoxSeparator } from './chunk-B3V3TXJU.js';
|
|
20
20
|
export { a as Container, b as ContainerHeader } from './chunk-NXRYURC6.js';
|
|
21
21
|
import './chunk-L6H2NDVS.js';
|
|
22
|
-
export {
|
|
22
|
+
export { a as InputCurrency } from './chunk-N2HGNCMP.js';
|
|
23
23
|
export { a as DEFAULT_UNITS, b as InputWithUnit } from './chunk-PLY7AVVE.js';
|
|
24
24
|
export { a as Dropdown } from './chunk-XH5SAPCB.js';
|
|
25
25
|
export { a as InputMask } from './chunk-ACI4XQMS.js';
|
|
@@ -35,7 +35,7 @@ export { a as InputHelpText } from './chunk-BW4TJLAD.js';
|
|
|
35
35
|
export { a as Modal } from './chunk-ZNDZCIEX.js';
|
|
36
36
|
export { a as SidebarFixed } from './chunk-6Z2GJXT6.js';
|
|
37
37
|
export { a as Table, d as TableBody, h as TableCaption, g as TableCell, e as TableFooter, c as TableHead, b as TableHeader, f as TableRow } from './chunk-TJKZQP6P.js';
|
|
38
|
-
export { a as Tabs } from './chunk-
|
|
38
|
+
export { a as Tabs } from './chunk-WYU4N3LM.js';
|
|
39
39
|
export { a as Timeline } from './chunk-7JT6B2LQ.js';
|
|
40
40
|
export { a as LoadingPlaceholder } from './chunk-VFFDRP2O.js';
|
|
41
41
|
import './chunk-LTWCICTK.js';
|
package/package.json
CHANGED
package/dist/chunk-FSAQLD3H.js
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { a } from './chunk-2VQ6QMMA.js';
|
|
2
|
-
import { a as a$1 } from './chunk-BW4TJLAD.js';
|
|
3
|
-
import { a as a$2 } from './chunk-AGCI6C3Z.js';
|
|
4
|
-
import { cva } from 'class-variance-authority';
|
|
5
|
-
import x, { useMemo, useRef, useEffect } from 'react';
|
|
6
|
-
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
7
|
-
|
|
8
|
-
var i=24,O=cva("relative appearance-none overflow-hidden rounded border border-card-stroke bg-base-1 px-4 py-3 shadow-none outline-none transition-colors focus-within:border-inverted-1 focus:border-inverted-1",{variants:{hasErrorState:{true:"border-danger focus:border-danger [&~.adornment]:border-danger [&~.adornment]:focus:border-danger"},disabled:{true:"pointer-events-none bg-base-3 text-on-base-2"},readOnly:{true:"bg-base-2"}},defaultVariants:{hasErrorState:!1,disabled:!1,readOnly:!1}}),k=({className:g="",formGroupClassName:T="",label:v,labelComplement:H,helpText:w,hasError:y=!1,errorMessage:l,required:d=!1,id:E,name:p,disabled:c,readOnly:f,minLines:n=2,maxLines:I=5,...A},L)=>{let N=useMemo(()=>Math.random().toString(36).substring(7),[]),m=E||p||N,a$3=y||!!l,R=jsx(a,{label:v,labelComplement:H,required:d,hasError:a$3,htmlFor:m,className:"mb-1"}),P=jsx(a$1,{helpText:l||w,hasError:a$3,className:"mt-2"}),r=useRef(null),M=()=>{let e=r.current;if(e){let t=I*i,u=n*i;e.scrollHeight>t?(e.style.height="auto",e.style.height=`${t}px`):e.scrollHeight<=u?(e.style.height="auto",e.style.height=`${u}px`):(e.style.height="auto",e.style.height=`${e.scrollHeight}px`);}};return useEffect(()=>{let e=r.current;if(e){let t=n*i;e.style.height=`${t}px`;}},[r,n]),jsxs("div",{className:a$2("form-group flex flex-col ",T),ref:L,children:[R,jsx("div",{className:a$2("relative appearance-none overflow-hidden rounded border border-card-stroke bg-base-1 px-4 py-3 shadow-none outline-none transition-colors focus-within:border-inverted-1 focus:border-inverted-1",O({hasErrorState:a$3,disabled:c,readOnly:f,className:g})),children:jsx("textarea",{ref:r,onInput:M,className:"peer text-f6 flex w-full min-w-0 resize-none bg-transparent text-on-base shadow-none outline-none transition-colors focus-within:border-inverted-1 focus:border-inverted-1",id:m,name:p,required:d,disabled:c,readOnly:f,...A})}),P]})},G=x.forwardRef(k),V=x.memo(G);V.displayName="TextArea";
|
|
9
|
-
|
|
10
|
-
export { V as a };
|
package/dist/chunk-WPEH6OZ2.js
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { a } from './chunk-AGCI6C3Z.js';
|
|
2
|
-
import { memo, useRef, useState, useEffect } from 'react';
|
|
3
|
-
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
4
|
-
|
|
5
|
-
var g=({id:b,title:r,titleComplement:t,active:n=!1,disabled:o=!1,onChange:f,className:i=""})=>{let c=e=>typeof t=="function"?t(e):t;return jsx("button",{type:"button",id:`btnTab${b}`,className:a("tabs-item group min-w-0 shrink-0 overflow-x-hidden text-transparent hover:text-on-base focus:outline-focus -outline-offset-1",n&&"tabs-item-active text-on-base",o&&"opacity-50 pointer-events-none",i),onClick:()=>f(b),disabled:o,children:jsxs("span",{className:a("text-f6 relative block break-words border-b-4 px-2 lg:py-4 py-2 font-semibold",!n&&"before:absolute before:content-[attr(data-title)] before:block before:font-normal before:overflow-hidden before:text-inverted-2 hover:before:opacity-0 before:opacity-100 before:translate-x-px",n?"border-primary":"border-transparent"),"data-title":r,children:[r,t?jsx("span",{className:"ml-2",children:c(n)}):null]})})},l=memo(g);l.displayName="TabsItem";var w=({className:b="",items:r,activeItem:t,onChange:n})=>{let o=useRef(null),[f,i]=useState(t);useEffect(()=>{i(t);},[t]);let c=e=>{if(e===f)return;i(e),n?.(e);let a=document.querySelector(`#btnTab${e}`);if(o?.current&&a){let p=o.current.getBoundingClientRect(),u=a?.offsetLeft-p.left;o.current.scrollTo({left:u-p.width/2+a.offsetWidth/2,behavior:"smooth"});}};return !r||!Array.isArray(r)?null:jsx("div",{ref:o,className:a("tabs flex w-full flex-nowrap lg:gap-4 gap-2 overflow-x-auto border-b border-card-stroke bg-base-1",b),children:r?.map((e,a)=>(e.id||(e.id=encodeURI(e.title)),jsx(l,{...e,onChange:c,active:f===e.id},`tab-item-${a}`)))})},N=memo(w);N.displayName="Tabs";
|
|
6
|
-
|
|
7
|
-
export { N as a };
|