@cronocode/react-box 0.0.3 → 0.0.5
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/box.d.ts +1 -0
- package/dist/index.es.js +3 -2
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
package/dist/box.d.ts
CHANGED
|
@@ -111,6 +111,7 @@ interface Props<TTag extends keyof React.ReactHTML> extends BoxDisplay, BoxPosit
|
|
|
111
111
|
}) => React.ReactNode);
|
|
112
112
|
tag?: TTag;
|
|
113
113
|
props?: React.ComponentProps<TTag>;
|
|
114
|
+
className?: string;
|
|
114
115
|
}
|
|
115
116
|
export default function Box<TTag extends keyof React.ReactHTML = 'div'>(boxProps: Props<TTag>): React.DetailedReactHTMLElement<{
|
|
116
117
|
className: string;
|
package/dist/index.es.js
CHANGED
|
@@ -2668,9 +2668,10 @@ function Box(boxProps) {
|
|
|
2668
2668
|
const {
|
|
2669
2669
|
tag,
|
|
2670
2670
|
children,
|
|
2671
|
-
props
|
|
2671
|
+
props,
|
|
2672
|
+
className
|
|
2672
2673
|
} = boxProps;
|
|
2673
|
-
const classNames = [classes.box];
|
|
2674
|
+
const classNames = className ? [className, classes.box] : [classes.box];
|
|
2674
2675
|
Object.entries(boxProps).forEach(([key, value]) => {
|
|
2675
2676
|
const classToAdd = classes[key + value];
|
|
2676
2677
|
classToAdd && classNames.push(classToAdd);
|
package/dist/index.umd.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(t,o){typeof exports=="object"&&typeof module!="undefined"?module.exports=o(require("react")):typeof define=="function"&&define.amd?define(["react"],o):(t=typeof globalThis!="undefined"?globalThis:t||self,t["react-box"]=o(t.React))})(this,function(t){"use strict";var H=Object.defineProperty,k=Object.defineProperties;var x=Object.getOwnPropertyDescriptors;var g=Object.getOwnPropertySymbols;var L=Object.prototype.hasOwnProperty,w=Object.prototype.propertyIsEnumerable;var p=(t,o,r)=>o in t?H(t,o,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[o]=r,d=(t,o)=>{for(var r in o||(o={}))L.call(o,r)&&p(t,r,o[r]);if(g)for(var r of g(o))w.call(o,r)&&p(t,r,o[r]);return t},u=(t,o)=>k(t,x(o));function o(n){return n&&typeof n=="object"&&"default"in n?n:{default:n}}var r=o(t),b={box:"a",displaynone:"b",displayblock:"c","displayinline-block":"d",displayflex:"e","displayinline-flex":"f",displaygrid:"g",positionstatic:"h",positionrelative:"i",positionabsolute:"j",positionfixed:"k",positionsticky:"l",widthfit:"m","widthfit-screen":"n",widthauto:"o","widthfit-content":"p","widthmax-content":"q","widthmin-content":"r",heightfit:"s","heightfit-screen":"t",heightauto:"u","heightfit-content":"v","heightmax-content":"w","heightmin-content":"x","min-widthfit":"y","min-widthfit-screen":"z","min-widthauto":"A","min-widthfit-content":"B","min-widthmax-content":"C","min-widthmin-content":"D","min-heightfit":"E","min-heightfit-screen":"F","min-heightauto":"G","min-heightfit-content":"H","min-heightmax-content":"I","min-heightmin-content":"J","max-widthfit":"K","max-widthfit-screen":"L","max-widthauto":"M","max-widthfit-content":"N","max-widthmax-content":"O","max-widthmin-content":"P","max-heightfit":"Q","max-heightfit-screen":"R","max-heightauto":"S","max-heightfit-content":"T","max-heightmax-content":"U","max-heightmin-content":"V",top0:"W",top1:"X",top2:"Y",top3:"Z",top4:"aa",top5:"ab",top6:"ac",top7:"ad",top8:"ae",top9:"af",top10:"ag",top11:"ah",top12:"ai",top13:"aj",top14:"ak",top15:"al",top16:"am",top17:"an",top18:"ao",top19:"ap",top20:"aq",right0:"ar",right1:"as",right2:"at",right3:"au",right4:"av",right5:"aw",right6:"ax",right7:"ay",right8:"az",right9:"aA",right10:"aB",right11:"aC",right12:"aD",right13:"aE",right14:"aF",right15:"aG",right16:"aH",right17:"aI",right18:"aJ",right19:"aK",right20:"aL",bottom0:"aM",bottom1:"aN",bottom2:"aO",bottom3:"aP",bottom4:"aQ",bottom5:"aR",bottom6:"aS",bottom7:"aT",bottom8:"aU",bottom9:"aV",bottom10:"aW",bottom11:"aX",bottom12:"aY",bottom13:"aZ",bottom14:"a0",bottom15:"a1",bottom16:"a2",bottom17:"a3",bottom18:"a4",bottom19:"a5",bottom20:"a6",left0:"a7",left1:"a8",left2:"a9",left3:"ba",left4:"bb",left5:"bc",left6:"bd",left7:"be",left8:"bf",left9:"bg",left10:"bh",left11:"bi",left12:"bj",left13:"bk",left14:"bl",left15:"bm",left16:"bn",left17:"bo",left18:"bp",left19:"bq",left20:"br",m0:"bs",m1:"bt",m2:"bu",m3:"bv",m4:"bw",m5:"bx",m6:"by",m7:"bz",m8:"bA",m9:"bB",m10:"bC",m11:"bD",m12:"bE",m13:"bF",m14:"bG",m15:"bH",m16:"bI",m17:"bJ",m18:"bK",m19:"bL",m20:"bM",mx0:"bN",my0:"bO",mx1:"bP",my1:"bQ",mx2:"bR",my2:"bS",mx3:"bT",my3:"bU",mx4:"bV",my4:"bW",mx5:"bX",my5:"bY",mx6:"bZ",my6:"b0",mx7:"b1",my7:"b2",mx8:"b3",my8:"b4",mx9:"b5",my9:"b6",mx10:"b7",my10:"b8",mx11:"b9",my11:"ca",mx12:"cb",my12:"cc",mx13:"cd",my13:"ce",mx14:"cf",my14:"cg",mx15:"ch",my15:"ci",mx16:"cj",my16:"ck",mx17:"cl",my17:"cm",mx18:"cn",my18:"co",mx19:"cp",my19:"cq",mx20:"cr",my20:"cs",mt0:"ct",mr0:"cu",mb0:"cv",ml0:"cw",mt1:"cx",mr1:"cy",mb1:"cz",ml1:"cA",mt2:"cB",mr2:"cC",mb2:"cD",ml2:"cE",mt3:"cF",mr3:"cG",mb3:"cH",ml3:"cI",mt4:"cJ",mr4:"cK",mb4:"cL",ml4:"cM",mt5:"cN",mr5:"cO",mb5:"cP",ml5:"cQ",mt6:"cR",mr6:"cS",mb6:"cT",ml6:"cU",mt7:"cV",mr7:"cW",mb7:"cX",ml7:"cY",mt8:"cZ",mr8:"c0",mb8:"c1",ml8:"c2",mt9:"c3",mr9:"c4",mb9:"c5",ml9:"c6",mt10:"c7",mr10:"c8",mb10:"c9",ml10:"da",mt11:"db",mr11:"dc",mb11:"dd",ml11:"de",mt12:"df",mr12:"dg",mb12:"dh",ml12:"di",mt13:"dj",mr13:"dk",mb13:"dl",ml13:"dm",mt14:"dn",mr14:"do",mb14:"dp",ml14:"dq",mt15:"dr",mr15:"ds",mb15:"dt",ml15:"du",mt16:"dv",mr16:"dw",mb16:"dx",ml16:"dy",mt17:"dz",mr17:"dA",mb17:"dB",ml17:"dC",mt18:"dD",mr18:"dE",mb18:"dF",ml18:"dG",mt19:"dH",mr19:"dI",mb19:"dJ",ml19:"dK",mt20:"dL",mr20:"dM",mb20:"dN",ml20:"dO",p0:"dP",p1:"dQ",p2:"dR",p3:"dS",p4:"dT",p5:"dU",p6:"dV",p7:"dW",p8:"dX",p9:"dY",p10:"dZ",p11:"d0",p12:"d1",p13:"d2",p14:"d3",p15:"d4",p16:"d5",p17:"d6",p18:"d7",p19:"d8",p20:"d9",px0:"ea",py0:"eb",px1:"ec",py1:"ed",px2:"ee",py2:"ef",px3:"eg",py3:"eh",px4:"ei",py4:"ej",px5:"ek",py5:"el",px6:"em",py6:"en",px7:"eo",py7:"ep",px8:"eq",py8:"er",px9:"es",py9:"et",px10:"eu",py10:"ev",px11:"ew",py11:"ex",px12:"ey",py12:"ez",px13:"eA",py13:"eB",px14:"eC",py14:"eD",px15:"eE",py15:"eF",px16:"eG",py16:"eH",px17:"eI",py17:"eJ",px18:"eK",py18:"eL",px19:"eM",py19:"eN",px20:"eO",py20:"eP",pt0:"eQ",pr0:"eR",pb0:"eS",pl0:"eT",pt1:"eU",pr1:"eV",pb1:"eW",pl1:"eX",pt2:"eY",pr2:"eZ",pb2:"e0",pl2:"e1",pt3:"e2",pr3:"e3",pb3:"e4",pl3:"e5",pt4:"e6",pr4:"e7",pb4:"e8",pl4:"e9",pt5:"fa",pr5:"fb",pb5:"fc",pl5:"fd",pt6:"fe",pr6:"ff",pb6:"fg",pl6:"fh",pt7:"fi",pr7:"fj",pb7:"fk",pl7:"fl",pt8:"fm",pr8:"fn",pb8:"fo",pl8:"fp",pt9:"fq",pr9:"fr",pb9:"fs",pl9:"ft",pt10:"fu",pr10:"fv",pb10:"fw",pl10:"fx",pt11:"fy",pr11:"fz",pb11:"fA",pl11:"fB",pt12:"fC",pr12:"fD",pb12:"fE",pl12:"fF",pt13:"fG",pr13:"fH",pb13:"fI",pl13:"fJ",pt14:"fK",pr14:"fL",pb14:"fM",pl14:"fN",pt15:"fO",pr15:"fP",pb15:"fQ",pl15:"fR",pt16:"fS",pr16:"fT",pb16:"fU",pl16:"fV",pt17:"fW",pr17:"fX",pb17:"fY",pl17:"fZ",pt18:"f0",pr18:"f1",pb18:"f2",pl18:"f3",pt19:"f4",pr19:"f5",pb19:"f6",pl19:"f7",pt20:"f8",pr20:"f9",pb20:"ga",pl20:"gb",b0:"gc",b1:"gd",b2:"ge",b3:"gf",b4:"gg",b5:"gh",b6:"gi",b7:"gj",b8:"gk",b9:"gl",b10:"gm",b11:"gn",b12:"go",b13:"gp",b14:"gq",b15:"gr",b16:"gs",b17:"gt",b18:"gu",b19:"gv",b20:"gw",bx0:"gx",by0:"gy",bx1:"gz",by1:"gA",bx2:"gB",by2:"gC",bx3:"gD",by3:"gE",bx4:"gF",by4:"gG",bx5:"gH",by5:"gI",bx6:"gJ",by6:"gK",bx7:"gL",by7:"gM",bx8:"gN",by8:"gO",bx9:"gP",by9:"gQ",bx10:"gR",by10:"gS",bx11:"gT",by11:"gU",bx12:"gV",by12:"gW",bx13:"gX",by13:"gY",bx14:"gZ",by14:"g0",bx15:"g1",by15:"g2",bx16:"g3",by16:"g4",bx17:"g5",by17:"g6",bx18:"g7",by18:"g8",bx19:"g9",by19:"ha",bx20:"hb",by20:"hc",bt0:"hd",br0:"he",bb0:"hf",bl0:"hg",bt1:"hh",br1:"hi",bb1:"hj",bl1:"hk",bt2:"hl",br2:"hm",bb2:"hn",bl2:"ho",bt3:"hp",br3:"hq",bb3:"hr",bl3:"hs",bt4:"ht",br4:"hu",bb4:"hv",bl4:"hw",bt5:"hx",br5:"hy",bb5:"hz",bl5:"hA",bt6:"hB",br6:"hC",bb6:"hD",bl6:"hE",bt7:"hF",br7:"hG",bb7:"hH",bl7:"hI",bt8:"hJ",br8:"hK",bb8:"hL",bl8:"hM",bt9:"hN",br9:"hO",bb9:"hP",bl9:"hQ",bt10:"hR",br10:"hS",bb10:"hT",bl10:"hU",bt11:"hV",br11:"hW",bb11:"hX",bl11:"hY",bt12:"hZ",br12:"h0",bb12:"h1",bl12:"h2",bt13:"h3",br13:"h4",bb13:"h5",bl13:"h6",bt14:"h7",br14:"h8",bb14:"h9",bl14:"ia",bt15:"ib",br15:"ic",bb15:"id",bl15:"ie",bt16:"if",br16:"ig",bb16:"ih",bl16:"ii",bt17:"ij",br17:"ik",bb17:"il",bl17:"im",bt18:"in",br18:"io",bb18:"ip",bl18:"iq",bt19:"ir",br19:"is",bb19:"it",bl19:"iu",bt20:"iv",br20:"iw",bb20:"ix",bl20:"iy",bStylesolid:"iz",bStyledashed:"iA",bStyledotted:"iB",bStyledouble:"iC",bRadius0:"iD",bRadius1:"iE",bRadius2:"iF",bRadius3:"iG",bRadius4:"iH",bRadius5:"iI",bRadius6:"iJ",bRadius7:"iK",bRadius8:"iL",bRadius9:"iM",bRadius10:"iN",bRadius11:"iO",bRadius12:"iP",bRadius13:"iQ",bRadius14:"iR",bRadius15:"iS",bRadius16:"iT",bRadius17:"iU",bRadius18:"iV",bRadius19:"iW",bRadius20:"iX",bRadiusTop0:"iY",bRadiusTop1:"iZ",bRadiusTop2:"i0",bRadiusTop3:"i1",bRadiusTop4:"i2",bRadiusTop5:"i3",bRadiusTop6:"i4",bRadiusTop7:"i5",bRadiusTop8:"i6",bRadiusTop9:"i7",bRadiusTop10:"i8",bRadiusTop11:"i9",bRadiusTop12:"ja",bRadiusTop13:"jb",bRadiusTop14:"jc",bRadiusTop15:"jd",bRadiusTop16:"je",bRadiusTop17:"jf",bRadiusTop18:"jg",bRadiusTop19:"jh",bRadiusTop20:"ji",bRadiusRight0:"jj",bRadiusRight1:"jk",bRadiusRight2:"jl",bRadiusRight3:"jm",bRadiusRight4:"jn",bRadiusRight5:"jo",bRadiusRight6:"jp",bRadiusRight7:"jq",bRadiusRight8:"jr",bRadiusRight9:"js",bRadiusRight10:"jt",bRadiusRight11:"ju",bRadiusRight12:"jv",bRadiusRight13:"jw",bRadiusRight14:"jx",bRadiusRight15:"jy",bRadiusRight16:"jz",bRadiusRight17:"jA",bRadiusRight18:"jB",bRadiusRight19:"jC",bRadiusRight20:"jD",bRadiusBottom0:"jE",bRadiusBottom1:"jF",bRadiusBottom2:"jG",bRadiusBottom3:"jH",bRadiusBottom4:"jI",bRadiusBottom5:"jJ",bRadiusBottom6:"jK",bRadiusBottom7:"jL",bRadiusBottom8:"jM",bRadiusBottom9:"jN",bRadiusBottom10:"jO",bRadiusBottom11:"jP",bRadiusBottom12:"jQ",bRadiusBottom13:"jR",bRadiusBottom14:"jS",bRadiusBottom15:"jT",bRadiusBottom16:"jU",bRadiusBottom17:"jV",bRadiusBottom18:"jW",bRadiusBottom19:"jX",bRadiusBottom20:"jY",bRadiusLeft0:"jZ",bRadiusLeft1:"j0",bRadiusLeft2:"j1",bRadiusLeft3:"j2",bRadiusLeft4:"j3",bRadiusLeft5:"j4",bRadiusLeft6:"j5",bRadiusLeft7:"j6",bRadiusLeft8:"j7",bRadiusLeft9:"j8",bRadiusLeft10:"j9",bRadiusLeft11:"ka",bRadiusLeft12:"kb",bRadiusLeft13:"kc",bRadiusLeft14:"kd",bRadiusLeft15:"ke",bRadiusLeft16:"kf",bRadiusLeft17:"kg",bRadiusLeft18:"kh",bRadiusLeft19:"ki",bRadiusLeft20:"kj",bRadiusTopRight0:"kk",bRadiusTopLeft0:"kl",bRadiusBottomRight0:"km",bRadiusBottomLeft0:"kn",bRadiusTopRight1:"ko",bRadiusTopLeft1:"kp",bRadiusBottomRight1:"kq",bRadiusBottomLeft1:"kr",bRadiusTopRight2:"ks",bRadiusTopLeft2:"kt",bRadiusBottomRight2:"ku",bRadiusBottomLeft2:"kv",bRadiusTopRight3:"kw",bRadiusTopLeft3:"kx",bRadiusBottomRight3:"ky",bRadiusBottomLeft3:"kz",bRadiusTopRight4:"kA",bRadiusTopLeft4:"kB",bRadiusBottomRight4:"kC",bRadiusBottomLeft4:"kD",bRadiusTopRight5:"kE",bRadiusTopLeft5:"kF",bRadiusBottomRight5:"kG",bRadiusBottomLeft5:"kH",bRadiusTopRight6:"kI",bRadiusTopLeft6:"kJ",bRadiusBottomRight6:"kK",bRadiusBottomLeft6:"kL",bRadiusTopRight7:"kM",bRadiusTopLeft7:"kN",bRadiusBottomRight7:"kO",bRadiusBottomLeft7:"kP",bRadiusTopRight8:"kQ",bRadiusTopLeft8:"kR",bRadiusBottomRight8:"kS",bRadiusBottomLeft8:"kT",bRadiusTopRight9:"kU",bRadiusTopLeft9:"kV",bRadiusBottomRight9:"kW",bRadiusBottomLeft9:"kX",bRadiusTopRight10:"kY",bRadiusTopLeft10:"kZ",bRadiusBottomRight10:"k0",bRadiusBottomLeft10:"k1",bRadiusTopRight11:"k2",bRadiusTopLeft11:"k3",bRadiusBottomRight11:"k4",bRadiusBottomLeft11:"k5",bRadiusTopRight12:"k6",bRadiusTopLeft12:"k7",bRadiusBottomRight12:"k8",bRadiusBottomLeft12:"k9",bRadiusTopRight13:"la",bRadiusTopLeft13:"lb",bRadiusBottomRight13:"lc",bRadiusBottomLeft13:"ld",bRadiusTopRight14:"le",bRadiusTopLeft14:"lf",bRadiusBottomRight14:"lg",bRadiusBottomLeft14:"lh",bRadiusTopRight15:"li",bRadiusTopLeft15:"lj",bRadiusBottomRight15:"lk",bRadiusBottomLeft15:"ll",bRadiusTopRight16:"lm",bRadiusTopLeft16:"ln",bRadiusBottomRight16:"lo",bRadiusBottomLeft16:"lp",bRadiusTopRight17:"lq",bRadiusTopLeft17:"lr",bRadiusBottomRight17:"ls",bRadiusBottomLeft17:"lt",bRadiusTopRight18:"lu",bRadiusTopLeft18:"lv",bRadiusBottomRight18:"lw",bRadiusBottomLeft18:"lx",bRadiusTopRight19:"ly",bRadiusTopLeft19:"lz",bRadiusBottomRight19:"lA",bRadiusBottomLeft19:"lB",bRadiusTopRight20:"lC",bRadiusTopLeft20:"lD",bRadiusBottomRight20:"lE",bRadiusBottomLeft20:"lF",colorprimary:"lG",colorHoverprimary:"lH",bgColorprimary:"lI",bgColorHoverprimary:"lJ",bColorprimary:"lK",bColorHoverprimary:"lL",colorprimaryLight:"lM",colorHoverprimaryLight:"lN",bgColorprimaryLight:"lO",bgColorHoverprimaryLight:"lP",bColorprimaryLight:"lQ",bColorHoverprimaryLight:"lR",colorprimaryDark:"lS",colorHoverprimaryDark:"lT",bgColorprimaryDark:"lU",bgColorHoverprimaryDark:"lV",bColorprimaryDark:"lW",bColorHoverprimaryDark:"lX",colorsecondary:"lY",colorHoversecondary:"lZ",bgColorsecondary:"l0",bgColorHoversecondary:"l1",bColorsecondary:"l2",bColorHoversecondary:"l3",colorsecondaryLight:"l4",colorHoversecondaryLight:"l5",bgColorsecondaryLight:"l6",bgColorHoversecondaryLight:"l7",bColorsecondaryLight:"l8",bColorHoversecondaryLight:"l9",colorsecondaryDark:"ma",colorHoversecondaryDark:"mb",bgColorsecondaryDark:"mc",bgColorHoversecondaryDark:"md",bColorsecondaryDark:"me",bColorHoversecondaryDark:"mf",colortertiary:"mg",colorHovertertiary:"mh",bgColortertiary:"mi",bgColorHovertertiary:"mj",bColortertiary:"mk",bColorHovertertiary:"ml",colortertiaryLight:"mm",colorHovertertiaryLight:"mn",bgColortertiaryLight:"mo",bgColorHovertertiaryLight:"mp",bColortertiaryLight:"mq",bColorHovertertiaryLight:"mr",colortertiaryDark:"ms",colorHovertertiaryDark:"mt",bgColortertiaryDark:"mu",bgColorHovertertiaryDark:"mv",bColortertiaryDark:"mw",bColorHovertertiaryDark:"mx",colorblue:"my",colorHoverblue:"mz",bgColorblue:"mA",bgColorHoverblue:"mB",bColorblue:"mC",bColorHoverblue:"mD",colorblueLight:"mE",colorHoverblueLight:"mF",bgColorblueLight:"mG",bgColorHoverblueLight:"mH",bColorblueLight:"mI",bColorHoverblueLight:"mJ",colorblueDark:"mK",colorHoverblueDark:"mL",bgColorblueDark:"mM",bgColorHoverblueDark:"mN",bColorblueDark:"mO",bColorHoverblueDark:"mP",colorred:"mQ",colorHoverred:"mR",bgColorred:"mS",bgColorHoverred:"mT",bColorred:"mU",bColorHoverred:"mV",colorredLight:"mW",colorHoverredLight:"mX",bgColorredLight:"mY",bgColorHoverredLight:"mZ",bColorredLight:"m0",bColorHoverredLight:"m1",colorredDark:"m2",colorHoverredDark:"m3",bgColorredDark:"m4",bgColorHoverredDark:"m5",bColorredDark:"m6",bColorHoverredDark:"m7",colorpurple:"m8",colorHoverpurple:"m9",bgColorpurple:"na",bgColorHoverpurple:"nb",bColorpurple:"nc",bColorHoverpurple:"nd",colorpurpleLight:"ne",colorHoverpurpleLight:"nf",bgColorpurpleLight:"ng",bgColorHoverpurpleLight:"nh",bColorpurpleLight:"ni",bColorHoverpurpleLight:"nj",colorpurpleDark:"nk",colorHoverpurpleDark:"nl",bgColorpurpleDark:"nm",bgColorHoverpurpleDark:"nn",bColorpurpleDark:"no",bColorHoverpurpleDark:"np",coloryellow:"nq",colorHoveryellow:"nr",bgColoryellow:"ns",bgColorHoveryellow:"nt",bColoryellow:"nu",bColorHoveryellow:"nv",coloryellowLight:"nw",colorHoveryellowLight:"nx",bgColoryellowLight:"ny",bgColorHoveryellowLight:"nz",bColoryellowLight:"nA",bColorHoveryellowLight:"nB",coloryellowDark:"nC",colorHoveryellowDark:"nD",bgColoryellowDark:"nE",bgColorHoveryellowDark:"nF",bColoryellowDark:"nG",bColorHoveryellowDark:"nH",colorpink:"nI",colorHoverpink:"nJ",bgColorpink:"nK",bgColorHoverpink:"nL",bColorpink:"nM",bColorHoverpink:"nN",colorpinkLight:"nO",colorHoverpinkLight:"nP",bgColorpinkLight:"nQ",bgColorHoverpinkLight:"nR",bColorpinkLight:"nS",bColorHoverpinkLight:"nT",colorpinkDark:"nU",colorHoverpinkDark:"nV",bgColorpinkDark:"nW",bgColorHoverpinkDark:"nX",bColorpinkDark:"nY",bColorHoverpinkDark:"nZ",colorgreen:"n0",colorHovergreen:"n1",bgColorgreen:"n2",bgColorHovergreen:"n3",bColorgreen:"n4",bColorHovergreen:"n5",colorgreenLight:"n6",colorHovergreenLight:"n7",bgColorgreenLight:"n8",bgColorHovergreenLight:"n9",bColorgreenLight:"oa",bColorHovergreenLight:"ob",colorgreenDark:"oc",colorHovergreenDark:"od",bgColorgreenDark:"oe",bgColorHovergreenDark:"of",bColorgreenDark:"og",bColorHovergreenDark:"oh",colororange:"oi",colorHoverorange:"oj",bgColororange:"ok",bgColorHoverorange:"ol",bColororange:"om",bColorHoverorange:"on",colororangeLight:"oo",colorHoverorangeLight:"op",bgColororangeLight:"oq",bgColorHoverorangeLight:"or",bColororangeLight:"os",bColorHoverorangeLight:"ot",colororangeDark:"ou",colorHoverorangeDark:"ov",bgColororangeDark:"ow",bgColorHoverorangeDark:"ox",bColororangeDark:"oy",bColorHoverorangeDark:"oz",colornavy:"oA",colorHovernavy:"oB",bgColornavy:"oC",bgColorHovernavy:"oD",bColornavy:"oE",bColorHovernavy:"oF",colornavyLight:"oG",colorHovernavyLight:"oH",bgColornavyLight:"oI",bgColorHovernavyLight:"oJ",bColornavyLight:"oK",bColorHovernavyLight:"oL",colornavyDark:"oM",colorHovernavyDark:"oN",bgColornavyDark:"oO",bgColorHovernavyDark:"oP",bColornavyDark:"oQ",bColorHovernavyDark:"oR",colorteal:"oS",colorHoverteal:"oT",bgColorteal:"oU",bgColorHoverteal:"oV",bColorteal:"oW",bColorHoverteal:"oX",colortealLight:"oY",colorHovertealLight:"oZ",bgColortealLight:"o0",bgColorHovertealLight:"o1",bColortealLight:"o2",bColorHovertealLight:"o3",colortealDark:"o4",colorHovertealDark:"o5",bgColortealDark:"o6",bgColorHovertealDark:"o7",bColortealDark:"o8",bColorHovertealDark:"o9",colorviolet:"pa",colorHoverviolet:"pb",bgColorviolet:"pc",bgColorHoverviolet:"pd",bColorviolet:"pe",bColorHoverviolet:"pf",colorvioletLight:"pg",colorHovervioletLight:"ph",bgColorvioletLight:"pi",bgColorHovervioletLight:"pj",bColorvioletLight:"pk",bColorHovervioletLight:"pl",colorvioletDark:"pm",colorHovervioletDark:"pn",bgColorvioletDark:"po",bgColorHovervioletDark:"pp",bColorvioletDark:"pq",bColorHovervioletDark:"pr",colorblack:"ps",colorHoverblack:"pt",bgColorblack:"pu",bgColorHoverblack:"pv",bColorblack:"pw",bColorHoverblack:"px",colorwhite:"py",colorHoverwhite:"pz",bgColorwhite:"pA",bgColorHoverwhite:"pB",bColorwhite:"pC",bColorHoverwhite:"pD",colorgray:"pE",colorHovergray:"pF",bgColorgray:"pG",bgColorHovergray:"pH",bColorgray:"pI",bColorHovergray:"pJ",colorgrayLight:"pK",colorHovergrayLight:"pL",bgColorgrayLight:"pM",bgColorHovergrayLight:"pN",bColorgrayLight:"pO",bColorHovergrayLight:"pP",colorgrayDark:"pQ",colorHovergrayDark:"pR",bgColorgrayDark:"pS",bgColorHovergrayDark:"pT",bColorgrayDark:"pU",bColorHovergrayDark:"pV",colorbrown:"pW",colorHoverbrown:"pX",bgColorbrown:"pY",bgColorHoverbrown:"pZ",bColorbrown:"p0",bColorHoverbrown:"p1",colorbrownLight:"p2",colorHoverbrownLight:"p3",bgColorbrownLight:"p4",bgColorHoverbrownLight:"p5",bColorbrownLight:"p6",bColorHoverbrownLight:"p7",colorbrownDark:"p8",colorHoverbrownDark:"p9",bgColorbrownDark:"qa",bgColorHoverbrownDark:"qb",bColorbrownDark:"qc",bColorHoverbrownDark:"qd",lineHeight0:"qe",lineHeight1:"qf",lineHeight2:"qg",lineHeight3:"qh",lineHeight4:"qi",lineHeight5:"qj",lineHeight6:"qk",lineHeight7:"ql",lineHeight8:"qm",lineHeight9:"qn",lineHeight10:"qo",lineHeight11:"qp",lineHeight12:"qq",lineHeight13:"qr",lineHeight14:"qs",lineHeight15:"qt",lineHeight16:"qu",lineHeight17:"qv",lineHeight18:"qw",lineHeight19:"qx",lineHeight20:"qy",cursorauto:"qz",cursordefault:"qA",cursornone:"qB","cursorcontext-menu":"qC",cursorhelp:"qD",cursorpointer:"qE",cursorprogress:"qF",cursorwait:"qG",cursorcell:"qH",cursorcrosshair:"qI",cursortext:"qJ","cursorvertical-text":"qK",cursoralias:"qL",cursorcopy:"qM",cursormove:"qN","cursorno-drop":"qO","cursornot-allowed":"qP","cursore-resize":"qQ","cursorn-resize":"qR","cursorne-resize":"qS","cursornw-resize":"qT","cursors-resize":"qU","cursorse-resize":"qV","cursorsw-resize":"qW","cursorw-resize":"qX","cursorew-resize":"qY","cursorns-resize":"qZ","cursornesw-resize":"q0","cursornwse-resize":"q1","cursorcol-resize":"q2","cursorrow-resize":"q3","cursorall-scroll":"q4","cursorzoom-in":"q5","cursorzoom-out":"q6",cursorgrab:"q7",cursorgrabbing:"q8",zIndex0:"q9",zIndex1:"ra",zIndex2:"rb",zIndex3:"rc",zIndex4:"rd",zIndex5:"re",zIndex6:"rf",zIndex7:"rg",zIndex8:"rh",zIndex9:"ri",zIndex10:"rj",zIndex11:"rk",zIndex12:"rl",zIndex13:"rm",zIndex14:"rn",zIndex15:"ro",zIndex16:"rp",zIndex17:"rq",zIndex18:"rr",zIndex19:"rs",zIndex20:"rt",overflowauto:"ru",overflowXauto:"rv",overflowYauto:"rw",overflowhidden:"rx",overflowXhidden:"ry",overflowYhidden:"rz",overflowscroll:"rA",overflowXscroll:"rB",overflowYscroll:"rC",overflowvisible:"rD",overflowXvisible:"rE",overflowYvisible:"rF",opacity10:"rG",opacity20:"rH",opacity30:"rI",opacity40:"rJ",opacity50:"rK",opacity60:"rL",opacity70:"rM",opacity80:"rN",opacity90:"rO",opacity100:"rP",fontSize6:"rQ",fontSize8:"rR",fontSize10:"rS",fontSize12:"rT",fontSize14:"rU",fontSize16:"rV",fontSize18:"rW",fontSize20:"rX",fontSize22:"rY",fontSize24:"rZ",fontSize26:"r0",fontSize28:"r1",fontSize30:"r2",fontSize32:"r3",fontSize34:"r4",fontSize36:"r5",fontSize38:"r6",fontSize40:"r7",fontSize42:"r8",fontSize44:"r9",fontSize46:"sa",fontSize48:"sb",fontSize50:"sc",fontWeight100:"sd",fontWeight200:"se",fontWeight300:"sf",fontWeight400:"sg",fontWeight500:"sh",fontWeight600:"si",fontWeight700:"sj",fontWeight800:"sk",fontWeight900:"sl",textDecorationnone:"sm",textDecorationunderline:"sn",textAlignleft:"so",textAlignright:"sp",textAligncenter:"sq",textTransformnone:"sr",textTransformcapitalize:"ss",textTransformlowercase:"st",textTransformuppercase:"su",flexWrapnowrap:"sv",flexWrapwrap:"sw","flexWrapwrap-reverse":"sx",justifyContentstart:"sy",justifyContentend:"sz","justifyContentflex-start":"sA","justifyContentflex-end":"sB",justifyContentcenter:"sC",justifyContentleft:"sD",justifyContentright:"sE","justifyContentspace-between":"sF","justifyContentspace-around":"sG","justifyContentspace-evenly":"sH",justifyContentstretch:"sI",alignItemsstretch:"sJ","alignItemsflex-start":"sK","alignItemsflex-end":"sL",alignItemscenter:"sM",alignItemsbaseline:"sN",alignItemsstart:"sO",alignItemsend:"sP","alignItemsself-start":"sQ","alignItemsself-end":"sR","alignContentflex-start":"sS","alignContentflex-end":"sT",alignContentcenter:"sU","alignContentspace-between":"sV","alignContentspace-around":"sW","alignContentspace-evenly":"sX",alignContentstretch:"sY",alignContentstart:"sZ",alignContentend:"s0",alignContentbaseline:"s1",flex1true:"s2",directionrow:"s3","directionrow-reverse":"s4",directioncolumn:"s5","directioncolumn-reverse":"s6",gap0:"s7",rowGap0:"s8",columnGap0:"s9",order0:"ta",flexGrow0:"tb",flexShrink0:"tc",gap1:"td",rowGap1:"te",columnGap1:"tf",order1:"tg",flexGrow1:"th",flexShrink1:"ti",gap2:"tj",rowGap2:"tk",columnGap2:"tl",order2:"tm",flexGrow2:"tn",flexShrink2:"to",gap3:"tp",rowGap3:"tq",columnGap3:"tr",order3:"ts",flexGrow3:"tt",flexShrink3:"tu",gap4:"tv",rowGap4:"tw",columnGap4:"tx",order4:"ty",flexGrow4:"tz",flexShrink4:"tA",gap5:"tB",rowGap5:"tC",columnGap5:"tD",order5:"tE",flexGrow5:"tF",flexShrink5:"tG",gap6:"tH",rowGap6:"tI",columnGap6:"tJ",order6:"tK",flexGrow6:"tL",flexShrink6:"tM",gap7:"tN",rowGap7:"tO",columnGap7:"tP",order7:"tQ",flexGrow7:"tR",flexShrink7:"tS",gap8:"tT",rowGap8:"tU",columnGap8:"tV",order8:"tW",flexGrow8:"tX",flexShrink8:"tY",gap9:"tZ",rowGap9:"t0",columnGap9:"t1",order9:"t2",flexGrow9:"t3",flexShrink9:"t4",gap10:"t5",rowGap10:"t6",columnGap10:"t7",order10:"t8",flexGrow10:"t9",flexShrink10:"ua",gap11:"ub",rowGap11:"uc",columnGap11:"ud",order11:"ue",flexGrow11:"uf",flexShrink11:"ug",gap12:"uh",rowGap12:"ui",columnGap12:"uj",order12:"uk",flexGrow12:"ul",flexShrink12:"um",gap13:"un",rowGap13:"uo",columnGap13:"up",order13:"uq",flexGrow13:"ur",flexShrink13:"us",gap14:"ut",rowGap14:"uu",columnGap14:"uv",order14:"uw",flexGrow14:"ux",flexShrink14:"uy",gap15:"uz",rowGap15:"uA",columnGap15:"uB",order15:"uC",flexGrow15:"uD",flexShrink15:"uE",gap16:"uF",rowGap16:"uG",columnGap16:"uH",order16:"uI",flexGrow16:"uJ",flexShrink16:"uK",gap17:"uL",rowGap17:"uM",columnGap17:"uN",order17:"uO",flexGrow17:"uP",flexShrink17:"uQ",gap18:"uR",rowGap18:"uS",columnGap18:"uT",order18:"uU",flexGrow18:"uV",flexShrink18:"uW",gap19:"uX",rowGap19:"uY",columnGap19:"uZ",order19:"u0",flexGrow19:"u1",flexShrink19:"u2",gap20:"u3",rowGap20:"u4",columnGap20:"u5",order20:"u6",flexGrow20:"u7",flexShrink20:"u8",alignSelfauto:"u9","alignSelfflex-start":"va","alignSelfflex-end":"vb",alignSelfcenter:"vc",alignSelfbaseline:"vd",alignSelfstretch:"ve"};function m(n){const{tag:h,children:e,props:R}=n,i=[b.box];Object.entries(n).forEach(([y,v])=>{const a=b[y+v];a&&i.push(a)});const f=h||"div",s=u(d({},R),{className:i.join(" ")}),[C,l]=t.useState(!1),c=typeof e=="function";return c&&(s.onMouseEnter=()=>l(!0),s.onMouseLeave=()=>l(!1)),r.default.createElement(f,s,c?e({isHover:C}):e)}return m});
|
|
1
|
+
(function(t,o){typeof exports=="object"&&typeof module!="undefined"?module.exports=o(require("react")):typeof define=="function"&&define.amd?define(["react"],o):(t=typeof globalThis!="undefined"?globalThis:t||self,t["react-box"]=o(t.React))})(this,function(t){"use strict";var k=Object.defineProperty,x=Object.defineProperties;var L=Object.getOwnPropertyDescriptors;var p=Object.getOwnPropertySymbols;var w=Object.prototype.hasOwnProperty,D=Object.prototype.propertyIsEnumerable;var d=(t,o,r)=>o in t?k(t,o,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[o]=r,u=(t,o)=>{for(var r in o||(o={}))w.call(o,r)&&d(t,r,o[r]);if(p)for(var r of p(o))D.call(o,r)&&d(t,r,o[r]);return t},m=(t,o)=>x(t,L(o));function o(n){return n&&typeof n=="object"&&"default"in n?n:{default:n}}var r=o(t),e={box:"a",displaynone:"b",displayblock:"c","displayinline-block":"d",displayflex:"e","displayinline-flex":"f",displaygrid:"g",positionstatic:"h",positionrelative:"i",positionabsolute:"j",positionfixed:"k",positionsticky:"l",widthfit:"m","widthfit-screen":"n",widthauto:"o","widthfit-content":"p","widthmax-content":"q","widthmin-content":"r",heightfit:"s","heightfit-screen":"t",heightauto:"u","heightfit-content":"v","heightmax-content":"w","heightmin-content":"x","min-widthfit":"y","min-widthfit-screen":"z","min-widthauto":"A","min-widthfit-content":"B","min-widthmax-content":"C","min-widthmin-content":"D","min-heightfit":"E","min-heightfit-screen":"F","min-heightauto":"G","min-heightfit-content":"H","min-heightmax-content":"I","min-heightmin-content":"J","max-widthfit":"K","max-widthfit-screen":"L","max-widthauto":"M","max-widthfit-content":"N","max-widthmax-content":"O","max-widthmin-content":"P","max-heightfit":"Q","max-heightfit-screen":"R","max-heightauto":"S","max-heightfit-content":"T","max-heightmax-content":"U","max-heightmin-content":"V",top0:"W",top1:"X",top2:"Y",top3:"Z",top4:"aa",top5:"ab",top6:"ac",top7:"ad",top8:"ae",top9:"af",top10:"ag",top11:"ah",top12:"ai",top13:"aj",top14:"ak",top15:"al",top16:"am",top17:"an",top18:"ao",top19:"ap",top20:"aq",right0:"ar",right1:"as",right2:"at",right3:"au",right4:"av",right5:"aw",right6:"ax",right7:"ay",right8:"az",right9:"aA",right10:"aB",right11:"aC",right12:"aD",right13:"aE",right14:"aF",right15:"aG",right16:"aH",right17:"aI",right18:"aJ",right19:"aK",right20:"aL",bottom0:"aM",bottom1:"aN",bottom2:"aO",bottom3:"aP",bottom4:"aQ",bottom5:"aR",bottom6:"aS",bottom7:"aT",bottom8:"aU",bottom9:"aV",bottom10:"aW",bottom11:"aX",bottom12:"aY",bottom13:"aZ",bottom14:"a0",bottom15:"a1",bottom16:"a2",bottom17:"a3",bottom18:"a4",bottom19:"a5",bottom20:"a6",left0:"a7",left1:"a8",left2:"a9",left3:"ba",left4:"bb",left5:"bc",left6:"bd",left7:"be",left8:"bf",left9:"bg",left10:"bh",left11:"bi",left12:"bj",left13:"bk",left14:"bl",left15:"bm",left16:"bn",left17:"bo",left18:"bp",left19:"bq",left20:"br",m0:"bs",m1:"bt",m2:"bu",m3:"bv",m4:"bw",m5:"bx",m6:"by",m7:"bz",m8:"bA",m9:"bB",m10:"bC",m11:"bD",m12:"bE",m13:"bF",m14:"bG",m15:"bH",m16:"bI",m17:"bJ",m18:"bK",m19:"bL",m20:"bM",mx0:"bN",my0:"bO",mx1:"bP",my1:"bQ",mx2:"bR",my2:"bS",mx3:"bT",my3:"bU",mx4:"bV",my4:"bW",mx5:"bX",my5:"bY",mx6:"bZ",my6:"b0",mx7:"b1",my7:"b2",mx8:"b3",my8:"b4",mx9:"b5",my9:"b6",mx10:"b7",my10:"b8",mx11:"b9",my11:"ca",mx12:"cb",my12:"cc",mx13:"cd",my13:"ce",mx14:"cf",my14:"cg",mx15:"ch",my15:"ci",mx16:"cj",my16:"ck",mx17:"cl",my17:"cm",mx18:"cn",my18:"co",mx19:"cp",my19:"cq",mx20:"cr",my20:"cs",mt0:"ct",mr0:"cu",mb0:"cv",ml0:"cw",mt1:"cx",mr1:"cy",mb1:"cz",ml1:"cA",mt2:"cB",mr2:"cC",mb2:"cD",ml2:"cE",mt3:"cF",mr3:"cG",mb3:"cH",ml3:"cI",mt4:"cJ",mr4:"cK",mb4:"cL",ml4:"cM",mt5:"cN",mr5:"cO",mb5:"cP",ml5:"cQ",mt6:"cR",mr6:"cS",mb6:"cT",ml6:"cU",mt7:"cV",mr7:"cW",mb7:"cX",ml7:"cY",mt8:"cZ",mr8:"c0",mb8:"c1",ml8:"c2",mt9:"c3",mr9:"c4",mb9:"c5",ml9:"c6",mt10:"c7",mr10:"c8",mb10:"c9",ml10:"da",mt11:"db",mr11:"dc",mb11:"dd",ml11:"de",mt12:"df",mr12:"dg",mb12:"dh",ml12:"di",mt13:"dj",mr13:"dk",mb13:"dl",ml13:"dm",mt14:"dn",mr14:"do",mb14:"dp",ml14:"dq",mt15:"dr",mr15:"ds",mb15:"dt",ml15:"du",mt16:"dv",mr16:"dw",mb16:"dx",ml16:"dy",mt17:"dz",mr17:"dA",mb17:"dB",ml17:"dC",mt18:"dD",mr18:"dE",mb18:"dF",ml18:"dG",mt19:"dH",mr19:"dI",mb19:"dJ",ml19:"dK",mt20:"dL",mr20:"dM",mb20:"dN",ml20:"dO",p0:"dP",p1:"dQ",p2:"dR",p3:"dS",p4:"dT",p5:"dU",p6:"dV",p7:"dW",p8:"dX",p9:"dY",p10:"dZ",p11:"d0",p12:"d1",p13:"d2",p14:"d3",p15:"d4",p16:"d5",p17:"d6",p18:"d7",p19:"d8",p20:"d9",px0:"ea",py0:"eb",px1:"ec",py1:"ed",px2:"ee",py2:"ef",px3:"eg",py3:"eh",px4:"ei",py4:"ej",px5:"ek",py5:"el",px6:"em",py6:"en",px7:"eo",py7:"ep",px8:"eq",py8:"er",px9:"es",py9:"et",px10:"eu",py10:"ev",px11:"ew",py11:"ex",px12:"ey",py12:"ez",px13:"eA",py13:"eB",px14:"eC",py14:"eD",px15:"eE",py15:"eF",px16:"eG",py16:"eH",px17:"eI",py17:"eJ",px18:"eK",py18:"eL",px19:"eM",py19:"eN",px20:"eO",py20:"eP",pt0:"eQ",pr0:"eR",pb0:"eS",pl0:"eT",pt1:"eU",pr1:"eV",pb1:"eW",pl1:"eX",pt2:"eY",pr2:"eZ",pb2:"e0",pl2:"e1",pt3:"e2",pr3:"e3",pb3:"e4",pl3:"e5",pt4:"e6",pr4:"e7",pb4:"e8",pl4:"e9",pt5:"fa",pr5:"fb",pb5:"fc",pl5:"fd",pt6:"fe",pr6:"ff",pb6:"fg",pl6:"fh",pt7:"fi",pr7:"fj",pb7:"fk",pl7:"fl",pt8:"fm",pr8:"fn",pb8:"fo",pl8:"fp",pt9:"fq",pr9:"fr",pb9:"fs",pl9:"ft",pt10:"fu",pr10:"fv",pb10:"fw",pl10:"fx",pt11:"fy",pr11:"fz",pb11:"fA",pl11:"fB",pt12:"fC",pr12:"fD",pb12:"fE",pl12:"fF",pt13:"fG",pr13:"fH",pb13:"fI",pl13:"fJ",pt14:"fK",pr14:"fL",pb14:"fM",pl14:"fN",pt15:"fO",pr15:"fP",pb15:"fQ",pl15:"fR",pt16:"fS",pr16:"fT",pb16:"fU",pl16:"fV",pt17:"fW",pr17:"fX",pb17:"fY",pl17:"fZ",pt18:"f0",pr18:"f1",pb18:"f2",pl18:"f3",pt19:"f4",pr19:"f5",pb19:"f6",pl19:"f7",pt20:"f8",pr20:"f9",pb20:"ga",pl20:"gb",b0:"gc",b1:"gd",b2:"ge",b3:"gf",b4:"gg",b5:"gh",b6:"gi",b7:"gj",b8:"gk",b9:"gl",b10:"gm",b11:"gn",b12:"go",b13:"gp",b14:"gq",b15:"gr",b16:"gs",b17:"gt",b18:"gu",b19:"gv",b20:"gw",bx0:"gx",by0:"gy",bx1:"gz",by1:"gA",bx2:"gB",by2:"gC",bx3:"gD",by3:"gE",bx4:"gF",by4:"gG",bx5:"gH",by5:"gI",bx6:"gJ",by6:"gK",bx7:"gL",by7:"gM",bx8:"gN",by8:"gO",bx9:"gP",by9:"gQ",bx10:"gR",by10:"gS",bx11:"gT",by11:"gU",bx12:"gV",by12:"gW",bx13:"gX",by13:"gY",bx14:"gZ",by14:"g0",bx15:"g1",by15:"g2",bx16:"g3",by16:"g4",bx17:"g5",by17:"g6",bx18:"g7",by18:"g8",bx19:"g9",by19:"ha",bx20:"hb",by20:"hc",bt0:"hd",br0:"he",bb0:"hf",bl0:"hg",bt1:"hh",br1:"hi",bb1:"hj",bl1:"hk",bt2:"hl",br2:"hm",bb2:"hn",bl2:"ho",bt3:"hp",br3:"hq",bb3:"hr",bl3:"hs",bt4:"ht",br4:"hu",bb4:"hv",bl4:"hw",bt5:"hx",br5:"hy",bb5:"hz",bl5:"hA",bt6:"hB",br6:"hC",bb6:"hD",bl6:"hE",bt7:"hF",br7:"hG",bb7:"hH",bl7:"hI",bt8:"hJ",br8:"hK",bb8:"hL",bl8:"hM",bt9:"hN",br9:"hO",bb9:"hP",bl9:"hQ",bt10:"hR",br10:"hS",bb10:"hT",bl10:"hU",bt11:"hV",br11:"hW",bb11:"hX",bl11:"hY",bt12:"hZ",br12:"h0",bb12:"h1",bl12:"h2",bt13:"h3",br13:"h4",bb13:"h5",bl13:"h6",bt14:"h7",br14:"h8",bb14:"h9",bl14:"ia",bt15:"ib",br15:"ic",bb15:"id",bl15:"ie",bt16:"if",br16:"ig",bb16:"ih",bl16:"ii",bt17:"ij",br17:"ik",bb17:"il",bl17:"im",bt18:"in",br18:"io",bb18:"ip",bl18:"iq",bt19:"ir",br19:"is",bb19:"it",bl19:"iu",bt20:"iv",br20:"iw",bb20:"ix",bl20:"iy",bStylesolid:"iz",bStyledashed:"iA",bStyledotted:"iB",bStyledouble:"iC",bRadius0:"iD",bRadius1:"iE",bRadius2:"iF",bRadius3:"iG",bRadius4:"iH",bRadius5:"iI",bRadius6:"iJ",bRadius7:"iK",bRadius8:"iL",bRadius9:"iM",bRadius10:"iN",bRadius11:"iO",bRadius12:"iP",bRadius13:"iQ",bRadius14:"iR",bRadius15:"iS",bRadius16:"iT",bRadius17:"iU",bRadius18:"iV",bRadius19:"iW",bRadius20:"iX",bRadiusTop0:"iY",bRadiusTop1:"iZ",bRadiusTop2:"i0",bRadiusTop3:"i1",bRadiusTop4:"i2",bRadiusTop5:"i3",bRadiusTop6:"i4",bRadiusTop7:"i5",bRadiusTop8:"i6",bRadiusTop9:"i7",bRadiusTop10:"i8",bRadiusTop11:"i9",bRadiusTop12:"ja",bRadiusTop13:"jb",bRadiusTop14:"jc",bRadiusTop15:"jd",bRadiusTop16:"je",bRadiusTop17:"jf",bRadiusTop18:"jg",bRadiusTop19:"jh",bRadiusTop20:"ji",bRadiusRight0:"jj",bRadiusRight1:"jk",bRadiusRight2:"jl",bRadiusRight3:"jm",bRadiusRight4:"jn",bRadiusRight5:"jo",bRadiusRight6:"jp",bRadiusRight7:"jq",bRadiusRight8:"jr",bRadiusRight9:"js",bRadiusRight10:"jt",bRadiusRight11:"ju",bRadiusRight12:"jv",bRadiusRight13:"jw",bRadiusRight14:"jx",bRadiusRight15:"jy",bRadiusRight16:"jz",bRadiusRight17:"jA",bRadiusRight18:"jB",bRadiusRight19:"jC",bRadiusRight20:"jD",bRadiusBottom0:"jE",bRadiusBottom1:"jF",bRadiusBottom2:"jG",bRadiusBottom3:"jH",bRadiusBottom4:"jI",bRadiusBottom5:"jJ",bRadiusBottom6:"jK",bRadiusBottom7:"jL",bRadiusBottom8:"jM",bRadiusBottom9:"jN",bRadiusBottom10:"jO",bRadiusBottom11:"jP",bRadiusBottom12:"jQ",bRadiusBottom13:"jR",bRadiusBottom14:"jS",bRadiusBottom15:"jT",bRadiusBottom16:"jU",bRadiusBottom17:"jV",bRadiusBottom18:"jW",bRadiusBottom19:"jX",bRadiusBottom20:"jY",bRadiusLeft0:"jZ",bRadiusLeft1:"j0",bRadiusLeft2:"j1",bRadiusLeft3:"j2",bRadiusLeft4:"j3",bRadiusLeft5:"j4",bRadiusLeft6:"j5",bRadiusLeft7:"j6",bRadiusLeft8:"j7",bRadiusLeft9:"j8",bRadiusLeft10:"j9",bRadiusLeft11:"ka",bRadiusLeft12:"kb",bRadiusLeft13:"kc",bRadiusLeft14:"kd",bRadiusLeft15:"ke",bRadiusLeft16:"kf",bRadiusLeft17:"kg",bRadiusLeft18:"kh",bRadiusLeft19:"ki",bRadiusLeft20:"kj",bRadiusTopRight0:"kk",bRadiusTopLeft0:"kl",bRadiusBottomRight0:"km",bRadiusBottomLeft0:"kn",bRadiusTopRight1:"ko",bRadiusTopLeft1:"kp",bRadiusBottomRight1:"kq",bRadiusBottomLeft1:"kr",bRadiusTopRight2:"ks",bRadiusTopLeft2:"kt",bRadiusBottomRight2:"ku",bRadiusBottomLeft2:"kv",bRadiusTopRight3:"kw",bRadiusTopLeft3:"kx",bRadiusBottomRight3:"ky",bRadiusBottomLeft3:"kz",bRadiusTopRight4:"kA",bRadiusTopLeft4:"kB",bRadiusBottomRight4:"kC",bRadiusBottomLeft4:"kD",bRadiusTopRight5:"kE",bRadiusTopLeft5:"kF",bRadiusBottomRight5:"kG",bRadiusBottomLeft5:"kH",bRadiusTopRight6:"kI",bRadiusTopLeft6:"kJ",bRadiusBottomRight6:"kK",bRadiusBottomLeft6:"kL",bRadiusTopRight7:"kM",bRadiusTopLeft7:"kN",bRadiusBottomRight7:"kO",bRadiusBottomLeft7:"kP",bRadiusTopRight8:"kQ",bRadiusTopLeft8:"kR",bRadiusBottomRight8:"kS",bRadiusBottomLeft8:"kT",bRadiusTopRight9:"kU",bRadiusTopLeft9:"kV",bRadiusBottomRight9:"kW",bRadiusBottomLeft9:"kX",bRadiusTopRight10:"kY",bRadiusTopLeft10:"kZ",bRadiusBottomRight10:"k0",bRadiusBottomLeft10:"k1",bRadiusTopRight11:"k2",bRadiusTopLeft11:"k3",bRadiusBottomRight11:"k4",bRadiusBottomLeft11:"k5",bRadiusTopRight12:"k6",bRadiusTopLeft12:"k7",bRadiusBottomRight12:"k8",bRadiusBottomLeft12:"k9",bRadiusTopRight13:"la",bRadiusTopLeft13:"lb",bRadiusBottomRight13:"lc",bRadiusBottomLeft13:"ld",bRadiusTopRight14:"le",bRadiusTopLeft14:"lf",bRadiusBottomRight14:"lg",bRadiusBottomLeft14:"lh",bRadiusTopRight15:"li",bRadiusTopLeft15:"lj",bRadiusBottomRight15:"lk",bRadiusBottomLeft15:"ll",bRadiusTopRight16:"lm",bRadiusTopLeft16:"ln",bRadiusBottomRight16:"lo",bRadiusBottomLeft16:"lp",bRadiusTopRight17:"lq",bRadiusTopLeft17:"lr",bRadiusBottomRight17:"ls",bRadiusBottomLeft17:"lt",bRadiusTopRight18:"lu",bRadiusTopLeft18:"lv",bRadiusBottomRight18:"lw",bRadiusBottomLeft18:"lx",bRadiusTopRight19:"ly",bRadiusTopLeft19:"lz",bRadiusBottomRight19:"lA",bRadiusBottomLeft19:"lB",bRadiusTopRight20:"lC",bRadiusTopLeft20:"lD",bRadiusBottomRight20:"lE",bRadiusBottomLeft20:"lF",colorprimary:"lG",colorHoverprimary:"lH",bgColorprimary:"lI",bgColorHoverprimary:"lJ",bColorprimary:"lK",bColorHoverprimary:"lL",colorprimaryLight:"lM",colorHoverprimaryLight:"lN",bgColorprimaryLight:"lO",bgColorHoverprimaryLight:"lP",bColorprimaryLight:"lQ",bColorHoverprimaryLight:"lR",colorprimaryDark:"lS",colorHoverprimaryDark:"lT",bgColorprimaryDark:"lU",bgColorHoverprimaryDark:"lV",bColorprimaryDark:"lW",bColorHoverprimaryDark:"lX",colorsecondary:"lY",colorHoversecondary:"lZ",bgColorsecondary:"l0",bgColorHoversecondary:"l1",bColorsecondary:"l2",bColorHoversecondary:"l3",colorsecondaryLight:"l4",colorHoversecondaryLight:"l5",bgColorsecondaryLight:"l6",bgColorHoversecondaryLight:"l7",bColorsecondaryLight:"l8",bColorHoversecondaryLight:"l9",colorsecondaryDark:"ma",colorHoversecondaryDark:"mb",bgColorsecondaryDark:"mc",bgColorHoversecondaryDark:"md",bColorsecondaryDark:"me",bColorHoversecondaryDark:"mf",colortertiary:"mg",colorHovertertiary:"mh",bgColortertiary:"mi",bgColorHovertertiary:"mj",bColortertiary:"mk",bColorHovertertiary:"ml",colortertiaryLight:"mm",colorHovertertiaryLight:"mn",bgColortertiaryLight:"mo",bgColorHovertertiaryLight:"mp",bColortertiaryLight:"mq",bColorHovertertiaryLight:"mr",colortertiaryDark:"ms",colorHovertertiaryDark:"mt",bgColortertiaryDark:"mu",bgColorHovertertiaryDark:"mv",bColortertiaryDark:"mw",bColorHovertertiaryDark:"mx",colorblue:"my",colorHoverblue:"mz",bgColorblue:"mA",bgColorHoverblue:"mB",bColorblue:"mC",bColorHoverblue:"mD",colorblueLight:"mE",colorHoverblueLight:"mF",bgColorblueLight:"mG",bgColorHoverblueLight:"mH",bColorblueLight:"mI",bColorHoverblueLight:"mJ",colorblueDark:"mK",colorHoverblueDark:"mL",bgColorblueDark:"mM",bgColorHoverblueDark:"mN",bColorblueDark:"mO",bColorHoverblueDark:"mP",colorred:"mQ",colorHoverred:"mR",bgColorred:"mS",bgColorHoverred:"mT",bColorred:"mU",bColorHoverred:"mV",colorredLight:"mW",colorHoverredLight:"mX",bgColorredLight:"mY",bgColorHoverredLight:"mZ",bColorredLight:"m0",bColorHoverredLight:"m1",colorredDark:"m2",colorHoverredDark:"m3",bgColorredDark:"m4",bgColorHoverredDark:"m5",bColorredDark:"m6",bColorHoverredDark:"m7",colorpurple:"m8",colorHoverpurple:"m9",bgColorpurple:"na",bgColorHoverpurple:"nb",bColorpurple:"nc",bColorHoverpurple:"nd",colorpurpleLight:"ne",colorHoverpurpleLight:"nf",bgColorpurpleLight:"ng",bgColorHoverpurpleLight:"nh",bColorpurpleLight:"ni",bColorHoverpurpleLight:"nj",colorpurpleDark:"nk",colorHoverpurpleDark:"nl",bgColorpurpleDark:"nm",bgColorHoverpurpleDark:"nn",bColorpurpleDark:"no",bColorHoverpurpleDark:"np",coloryellow:"nq",colorHoveryellow:"nr",bgColoryellow:"ns",bgColorHoveryellow:"nt",bColoryellow:"nu",bColorHoveryellow:"nv",coloryellowLight:"nw",colorHoveryellowLight:"nx",bgColoryellowLight:"ny",bgColorHoveryellowLight:"nz",bColoryellowLight:"nA",bColorHoveryellowLight:"nB",coloryellowDark:"nC",colorHoveryellowDark:"nD",bgColoryellowDark:"nE",bgColorHoveryellowDark:"nF",bColoryellowDark:"nG",bColorHoveryellowDark:"nH",colorpink:"nI",colorHoverpink:"nJ",bgColorpink:"nK",bgColorHoverpink:"nL",bColorpink:"nM",bColorHoverpink:"nN",colorpinkLight:"nO",colorHoverpinkLight:"nP",bgColorpinkLight:"nQ",bgColorHoverpinkLight:"nR",bColorpinkLight:"nS",bColorHoverpinkLight:"nT",colorpinkDark:"nU",colorHoverpinkDark:"nV",bgColorpinkDark:"nW",bgColorHoverpinkDark:"nX",bColorpinkDark:"nY",bColorHoverpinkDark:"nZ",colorgreen:"n0",colorHovergreen:"n1",bgColorgreen:"n2",bgColorHovergreen:"n3",bColorgreen:"n4",bColorHovergreen:"n5",colorgreenLight:"n6",colorHovergreenLight:"n7",bgColorgreenLight:"n8",bgColorHovergreenLight:"n9",bColorgreenLight:"oa",bColorHovergreenLight:"ob",colorgreenDark:"oc",colorHovergreenDark:"od",bgColorgreenDark:"oe",bgColorHovergreenDark:"of",bColorgreenDark:"og",bColorHovergreenDark:"oh",colororange:"oi",colorHoverorange:"oj",bgColororange:"ok",bgColorHoverorange:"ol",bColororange:"om",bColorHoverorange:"on",colororangeLight:"oo",colorHoverorangeLight:"op",bgColororangeLight:"oq",bgColorHoverorangeLight:"or",bColororangeLight:"os",bColorHoverorangeLight:"ot",colororangeDark:"ou",colorHoverorangeDark:"ov",bgColororangeDark:"ow",bgColorHoverorangeDark:"ox",bColororangeDark:"oy",bColorHoverorangeDark:"oz",colornavy:"oA",colorHovernavy:"oB",bgColornavy:"oC",bgColorHovernavy:"oD",bColornavy:"oE",bColorHovernavy:"oF",colornavyLight:"oG",colorHovernavyLight:"oH",bgColornavyLight:"oI",bgColorHovernavyLight:"oJ",bColornavyLight:"oK",bColorHovernavyLight:"oL",colornavyDark:"oM",colorHovernavyDark:"oN",bgColornavyDark:"oO",bgColorHovernavyDark:"oP",bColornavyDark:"oQ",bColorHovernavyDark:"oR",colorteal:"oS",colorHoverteal:"oT",bgColorteal:"oU",bgColorHoverteal:"oV",bColorteal:"oW",bColorHoverteal:"oX",colortealLight:"oY",colorHovertealLight:"oZ",bgColortealLight:"o0",bgColorHovertealLight:"o1",bColortealLight:"o2",bColorHovertealLight:"o3",colortealDark:"o4",colorHovertealDark:"o5",bgColortealDark:"o6",bgColorHovertealDark:"o7",bColortealDark:"o8",bColorHovertealDark:"o9",colorviolet:"pa",colorHoverviolet:"pb",bgColorviolet:"pc",bgColorHoverviolet:"pd",bColorviolet:"pe",bColorHoverviolet:"pf",colorvioletLight:"pg",colorHovervioletLight:"ph",bgColorvioletLight:"pi",bgColorHovervioletLight:"pj",bColorvioletLight:"pk",bColorHovervioletLight:"pl",colorvioletDark:"pm",colorHovervioletDark:"pn",bgColorvioletDark:"po",bgColorHovervioletDark:"pp",bColorvioletDark:"pq",bColorHovervioletDark:"pr",colorblack:"ps",colorHoverblack:"pt",bgColorblack:"pu",bgColorHoverblack:"pv",bColorblack:"pw",bColorHoverblack:"px",colorwhite:"py",colorHoverwhite:"pz",bgColorwhite:"pA",bgColorHoverwhite:"pB",bColorwhite:"pC",bColorHoverwhite:"pD",colorgray:"pE",colorHovergray:"pF",bgColorgray:"pG",bgColorHovergray:"pH",bColorgray:"pI",bColorHovergray:"pJ",colorgrayLight:"pK",colorHovergrayLight:"pL",bgColorgrayLight:"pM",bgColorHovergrayLight:"pN",bColorgrayLight:"pO",bColorHovergrayLight:"pP",colorgrayDark:"pQ",colorHovergrayDark:"pR",bgColorgrayDark:"pS",bgColorHovergrayDark:"pT",bColorgrayDark:"pU",bColorHovergrayDark:"pV",colorbrown:"pW",colorHoverbrown:"pX",bgColorbrown:"pY",bgColorHoverbrown:"pZ",bColorbrown:"p0",bColorHoverbrown:"p1",colorbrownLight:"p2",colorHoverbrownLight:"p3",bgColorbrownLight:"p4",bgColorHoverbrownLight:"p5",bColorbrownLight:"p6",bColorHoverbrownLight:"p7",colorbrownDark:"p8",colorHoverbrownDark:"p9",bgColorbrownDark:"qa",bgColorHoverbrownDark:"qb",bColorbrownDark:"qc",bColorHoverbrownDark:"qd",lineHeight0:"qe",lineHeight1:"qf",lineHeight2:"qg",lineHeight3:"qh",lineHeight4:"qi",lineHeight5:"qj",lineHeight6:"qk",lineHeight7:"ql",lineHeight8:"qm",lineHeight9:"qn",lineHeight10:"qo",lineHeight11:"qp",lineHeight12:"qq",lineHeight13:"qr",lineHeight14:"qs",lineHeight15:"qt",lineHeight16:"qu",lineHeight17:"qv",lineHeight18:"qw",lineHeight19:"qx",lineHeight20:"qy",cursorauto:"qz",cursordefault:"qA",cursornone:"qB","cursorcontext-menu":"qC",cursorhelp:"qD",cursorpointer:"qE",cursorprogress:"qF",cursorwait:"qG",cursorcell:"qH",cursorcrosshair:"qI",cursortext:"qJ","cursorvertical-text":"qK",cursoralias:"qL",cursorcopy:"qM",cursormove:"qN","cursorno-drop":"qO","cursornot-allowed":"qP","cursore-resize":"qQ","cursorn-resize":"qR","cursorne-resize":"qS","cursornw-resize":"qT","cursors-resize":"qU","cursorse-resize":"qV","cursorsw-resize":"qW","cursorw-resize":"qX","cursorew-resize":"qY","cursorns-resize":"qZ","cursornesw-resize":"q0","cursornwse-resize":"q1","cursorcol-resize":"q2","cursorrow-resize":"q3","cursorall-scroll":"q4","cursorzoom-in":"q5","cursorzoom-out":"q6",cursorgrab:"q7",cursorgrabbing:"q8",zIndex0:"q9",zIndex1:"ra",zIndex2:"rb",zIndex3:"rc",zIndex4:"rd",zIndex5:"re",zIndex6:"rf",zIndex7:"rg",zIndex8:"rh",zIndex9:"ri",zIndex10:"rj",zIndex11:"rk",zIndex12:"rl",zIndex13:"rm",zIndex14:"rn",zIndex15:"ro",zIndex16:"rp",zIndex17:"rq",zIndex18:"rr",zIndex19:"rs",zIndex20:"rt",overflowauto:"ru",overflowXauto:"rv",overflowYauto:"rw",overflowhidden:"rx",overflowXhidden:"ry",overflowYhidden:"rz",overflowscroll:"rA",overflowXscroll:"rB",overflowYscroll:"rC",overflowvisible:"rD",overflowXvisible:"rE",overflowYvisible:"rF",opacity10:"rG",opacity20:"rH",opacity30:"rI",opacity40:"rJ",opacity50:"rK",opacity60:"rL",opacity70:"rM",opacity80:"rN",opacity90:"rO",opacity100:"rP",fontSize6:"rQ",fontSize8:"rR",fontSize10:"rS",fontSize12:"rT",fontSize14:"rU",fontSize16:"rV",fontSize18:"rW",fontSize20:"rX",fontSize22:"rY",fontSize24:"rZ",fontSize26:"r0",fontSize28:"r1",fontSize30:"r2",fontSize32:"r3",fontSize34:"r4",fontSize36:"r5",fontSize38:"r6",fontSize40:"r7",fontSize42:"r8",fontSize44:"r9",fontSize46:"sa",fontSize48:"sb",fontSize50:"sc",fontWeight100:"sd",fontWeight200:"se",fontWeight300:"sf",fontWeight400:"sg",fontWeight500:"sh",fontWeight600:"si",fontWeight700:"sj",fontWeight800:"sk",fontWeight900:"sl",textDecorationnone:"sm",textDecorationunderline:"sn",textAlignleft:"so",textAlignright:"sp",textAligncenter:"sq",textTransformnone:"sr",textTransformcapitalize:"ss",textTransformlowercase:"st",textTransformuppercase:"su",flexWrapnowrap:"sv",flexWrapwrap:"sw","flexWrapwrap-reverse":"sx",justifyContentstart:"sy",justifyContentend:"sz","justifyContentflex-start":"sA","justifyContentflex-end":"sB",justifyContentcenter:"sC",justifyContentleft:"sD",justifyContentright:"sE","justifyContentspace-between":"sF","justifyContentspace-around":"sG","justifyContentspace-evenly":"sH",justifyContentstretch:"sI",alignItemsstretch:"sJ","alignItemsflex-start":"sK","alignItemsflex-end":"sL",alignItemscenter:"sM",alignItemsbaseline:"sN",alignItemsstart:"sO",alignItemsend:"sP","alignItemsself-start":"sQ","alignItemsself-end":"sR","alignContentflex-start":"sS","alignContentflex-end":"sT",alignContentcenter:"sU","alignContentspace-between":"sV","alignContentspace-around":"sW","alignContentspace-evenly":"sX",alignContentstretch:"sY",alignContentstart:"sZ",alignContentend:"s0",alignContentbaseline:"s1",flex1true:"s2",directionrow:"s3","directionrow-reverse":"s4",directioncolumn:"s5","directioncolumn-reverse":"s6",gap0:"s7",rowGap0:"s8",columnGap0:"s9",order0:"ta",flexGrow0:"tb",flexShrink0:"tc",gap1:"td",rowGap1:"te",columnGap1:"tf",order1:"tg",flexGrow1:"th",flexShrink1:"ti",gap2:"tj",rowGap2:"tk",columnGap2:"tl",order2:"tm",flexGrow2:"tn",flexShrink2:"to",gap3:"tp",rowGap3:"tq",columnGap3:"tr",order3:"ts",flexGrow3:"tt",flexShrink3:"tu",gap4:"tv",rowGap4:"tw",columnGap4:"tx",order4:"ty",flexGrow4:"tz",flexShrink4:"tA",gap5:"tB",rowGap5:"tC",columnGap5:"tD",order5:"tE",flexGrow5:"tF",flexShrink5:"tG",gap6:"tH",rowGap6:"tI",columnGap6:"tJ",order6:"tK",flexGrow6:"tL",flexShrink6:"tM",gap7:"tN",rowGap7:"tO",columnGap7:"tP",order7:"tQ",flexGrow7:"tR",flexShrink7:"tS",gap8:"tT",rowGap8:"tU",columnGap8:"tV",order8:"tW",flexGrow8:"tX",flexShrink8:"tY",gap9:"tZ",rowGap9:"t0",columnGap9:"t1",order9:"t2",flexGrow9:"t3",flexShrink9:"t4",gap10:"t5",rowGap10:"t6",columnGap10:"t7",order10:"t8",flexGrow10:"t9",flexShrink10:"ua",gap11:"ub",rowGap11:"uc",columnGap11:"ud",order11:"ue",flexGrow11:"uf",flexShrink11:"ug",gap12:"uh",rowGap12:"ui",columnGap12:"uj",order12:"uk",flexGrow12:"ul",flexShrink12:"um",gap13:"un",rowGap13:"uo",columnGap13:"up",order13:"uq",flexGrow13:"ur",flexShrink13:"us",gap14:"ut",rowGap14:"uu",columnGap14:"uv",order14:"uw",flexGrow14:"ux",flexShrink14:"uy",gap15:"uz",rowGap15:"uA",columnGap15:"uB",order15:"uC",flexGrow15:"uD",flexShrink15:"uE",gap16:"uF",rowGap16:"uG",columnGap16:"uH",order16:"uI",flexGrow16:"uJ",flexShrink16:"uK",gap17:"uL",rowGap17:"uM",columnGap17:"uN",order17:"uO",flexGrow17:"uP",flexShrink17:"uQ",gap18:"uR",rowGap18:"uS",columnGap18:"uT",order18:"uU",flexGrow18:"uV",flexShrink18:"uW",gap19:"uX",rowGap19:"uY",columnGap19:"uZ",order19:"u0",flexGrow19:"u1",flexShrink19:"u2",gap20:"u3",rowGap20:"u4",columnGap20:"u5",order20:"u6",flexGrow20:"u7",flexShrink20:"u8",alignSelfauto:"u9","alignSelfflex-start":"va","alignSelfflex-end":"vb",alignSelfcenter:"vc",alignSelfbaseline:"vd",alignSelfstretch:"ve"};function h(n){const{tag:R,children:s,props:f,className:i}=n,l=i?[i,e.box]:[e.box];Object.entries(n).forEach(([v,H])=>{const g=e[v+H];g&&l.push(g)});const C=R||"div",b=m(u({},f),{className:l.join(" ")}),[y,c]=t.useState(!1),a=typeof s=="function";return a&&(b.onMouseEnter=()=>c(!0),b.onMouseLeave=()=>c(!1)),r.default.createElement(C,b,a?s({isHover:y}):s)}return h});
|