@aic-kits/react 0.28.5 → 0.28.6
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 +0 -1
- package/dist/index.js +0 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -454,7 +454,6 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
454
454
|
justify-content: center;
|
|
455
455
|
`,Iv=ge(N)`
|
|
456
456
|
z-index: 2001; // Ensure it's above the backdrop
|
|
457
|
-
min-width: 300px; // Basic min-width
|
|
458
457
|
max-height: 100vh; // Prevent overly tall modals
|
|
459
458
|
overflow-y: auto;
|
|
460
459
|
`,Fv=({open:n,onClose:o,children:i,"data-testid":s,...l})=>{if(!n)return null;const c=d=>{d.target===d.currentTarget&&(o==null||o())};return b.jsx(Ov,{onClick:c,"data-testid":s?`${s}-backdrop`:void 0,children:b.jsx(Iv,{"data-testid":s,children:b.jsx(N,{...l,children:i})})})},Mv=({children:n,description:o,placement:i,backgroundColor:s,color:l})=>{const d=ue().__hd__.tooltip,g=i??d.defaultPlacement,v=s??d.defaultBackgroundColor,m=l??d.defaultTextColor,_=h.useRef(null),S=xi(_),$=d.positioning.placements[g];return b.jsxs(N,{display:"inline-block",position:"relative",ref:_,children:[n,S&&b.jsx(N,{position:"absolute",bgColor:v,p:d.container.padding,r:d.container.borderRadius,boxShadow:d.container.shadow,zIndex:d.container.zIndex,width:"max-content",maxWidth:d.container.maxWidth,...$,children:b.jsx(We,{color:m,fontSize:d.text.fontSize,children:o})})]})};exports.Accordion=hv;exports.Art=St;exports.Avatar=Lc;exports.Base=f3;exports.Box=N;exports.Brand=yc;exports.Button=Xo;exports.Carousel=uv;exports.Checkbox=vv;exports.DEFAULT_VIMEO_CONFIG=Y3;exports.Divider=Fc;exports.Emoji=xc;exports.Grid=nf;exports.Header=jc;exports.HeaderAuth=zc;exports.HeaderLogo=Bc;exports.HeaderNav=Wc;exports.Icon=la;exports.Image=Pc;exports.Input=Dc;exports.List=v3;exports.Loading=da;exports.Modal=Fv;exports.Pagination=Tv;exports.PaginationItem=rf;exports.Progress=Lv;exports.RESPONSIVE_BREAKPOINTS=pr;exports.RESPONSIVE_BREAKPOINT_KEYS=fr;exports.SUPPORTED_RICH_TEXT_TAGS=Rc;exports.Select=xv;exports.SelectDropdownItem=Jc;exports.SelectInputDisplay=ef;exports.Skeleton=fa;exports.StyledBox=hc;exports.Svg=kc;exports.Tag=mv;exports.Text=We;exports.ThemeProvider=um;exports.Tooltip=Mv;exports.Touchable=Et;exports.VIMEO_HOST=Q3;exports.Vimeo=J3;exports.accordionTheme=Iu;exports.artTheme=Fu;exports.avatarTheme=Mu;exports.baseTheme=zu;exports.buttonTheme=Bu;exports.carouselTheme=Wu;exports.checkboxTheme=ju;exports.configKeys=fc;exports.css=Ye;exports.cssPropsKey=sc;exports.customBoxPropsConfig=lc;exports.customBoxPropsKey=sa;exports.defaultColorPalette=gi;exports.defaultGradientColorPalette=ku;exports.defaultScale=Xt;exports.defaultTheme=si;exports.dividerTheme=Du;exports.genBoxStyle=dc;exports.generateResponsiveStyles=aa;exports.getBorderWidths=Yo;exports.getComponentsTheme=ec;exports.getFontSizes=mi;exports.getFontWeights=ra;exports.getFonts=ta;exports.getGlobalTheme=J2;exports.getLineHeights=na;exports.getPaginationTheme=Uu;exports.getRadii=Qo;exports.getResponsiveValue=ic;exports.getSelectStyles=tf;exports.getShadows=Lu;exports.getSizeValue=Ve;exports.getSizes=Jo;exports.getSpaces=ea;exports.getTextColor=bi;exports.getTheme=tc;exports.getThemeValue=uc;exports.headerTheme=Hu;exports.inferResponsiveValues=rc;exports.inputTheme=Zu;exports.isBorderWidth=D2;exports.isColor=Pu;exports.isEmoji=pc;exports.isFontSize=Y2;exports.isFontWeight=Q2;exports.isGradientColor=H2;exports.isIcon=gc;exports.isImage=mc;exports.isRadius=Ru;exports.isResponsiveValue=vi;exports.isSSR=dt;exports.isShadow=K2;exports.isSize=En;exports.isSpace=Ou;exports.isSvg=vc;exports.keyframes=ia;exports.listTheme=Nu;exports.loadingTheme=Vu;exports.mapStylePropToThemeValue=cc;exports.populateResponsiveValue=oa;exports.progressTheme=Gu;exports.reduceResponsiveValue=oc;exports.selectTheme=qu;exports.shouldForwardProp=nc;exports.skeletonTheme=Xu;exports.styled=ge;exports.tagTheme=Ku;exports.tooltipTheme=Yu;exports.touchableTheme=Qu;exports.transformResponsiveValue=ft;exports.transposeObject=Go;exports.useEventListener=qo;exports.useHover=xi;exports.useIsomorphicLayoutEffect=Ic;exports.useMediaQuery=q8;exports.useResponsiveBreakpoint=yi;exports.useSelectState=Qc;exports.useTheme=ue;exports.useWindowDimensions=Oc;exports.vimeoTheme=Ju;
|
package/dist/index.js
CHANGED
|
@@ -11868,7 +11868,6 @@ const bi = ge(Dt)`
|
|
|
11868
11868
|
justify-content: center;
|
|
11869
11869
|
`, O6 = ge(V)`
|
|
11870
11870
|
z-index: 2001; // Ensure it's above the backdrop
|
|
11871
|
-
min-width: 300px; // Basic min-width
|
|
11872
11871
|
max-height: 100vh; // Prevent overly tall modals
|
|
11873
11872
|
overflow-y: auto;
|
|
11874
11873
|
`, iv = ({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aic-kits/react",
|
|
3
|
-
"version": "0.28.
|
|
3
|
+
"version": "0.28.6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"publishConfig": {
|
|
@@ -53,5 +53,5 @@
|
|
|
53
53
|
"vite-plugin-dts": "^4.3.0",
|
|
54
54
|
"vitest": "^2.1.8"
|
|
55
55
|
},
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "99283e43e8b0afaef560428ee4a464daff003ba4"
|
|
57
57
|
}
|