@worldcoin/mini-apps-ui-kit-react 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +78 -0
- package/dist/_virtual/_commonjsHelpers.js +6 -0
- package/dist/_virtual/create-plugin.js +4 -0
- package/dist/_virtual/createPlugin.js +4 -0
- package/dist/_virtual/dynamic-import-helper.js +16 -0
- package/dist/components/Button/Button.d.ts +49 -0
- package/dist/components/Button/Button.js +103 -0
- package/dist/components/Button/Spinner.d.ts +8 -0
- package/dist/components/Button/Spinner.js +36 -0
- package/dist/components/Button/index.d.ts +1 -0
- package/dist/components/Button/index.js +4 -0
- package/dist/components/Checkbox/Checkbox.d.ts +19 -0
- package/dist/components/Checkbox/Checkbox.js +23 -0
- package/dist/components/Checkbox/index.d.ts +1 -0
- package/dist/components/Checkbox/index.js +4 -0
- package/dist/components/Chip/Chip.d.ts +25 -0
- package/dist/components/Chip/Chip.js +31 -0
- package/dist/components/Chip/index.d.ts +1 -0
- package/dist/components/Chip/index.js +4 -0
- package/dist/components/ColorPicker/ColorPicker.d.ts +16 -0
- package/dist/components/ColorPicker/ColorPicker.js +41 -0
- package/dist/components/ColorPicker/index.d.ts +1 -0
- package/dist/components/ColorPicker/index.js +5 -0
- package/dist/components/Drawer/Drawer.d.ts +6 -0
- package/dist/components/Drawer/Drawer.js +31 -0
- package/dist/components/Drawer/index.d.ts +1 -0
- package/dist/components/Drawer/index.js +7 -0
- package/dist/components/Flag/Flag.d.ts +14 -0
- package/dist/components/Flag/Flag.js +12 -0
- package/dist/components/Flag/LazyFlag.d.ts +13 -0
- package/dist/components/Flag/LazyFlag.js +25 -0
- package/dist/components/Flag/constants.d.ts +2 -0
- package/dist/components/Flag/constants.js +7 -0
- package/dist/components/Flag/flag-components/ad.d.ts +3 -0
- package/dist/components/Flag/flag-components/ad.js +56 -0
- package/dist/components/Flag/flag-components/ae.d.ts +3 -0
- package/dist/components/Flag/flag-components/ae.js +48 -0
- package/dist/components/Flag/flag-components/af.d.ts +3 -0
- package/dist/components/Flag/flag-components/af.js +55 -0
- package/dist/components/Flag/flag-components/ag.d.ts +3 -0
- package/dist/components/Flag/flag-components/ag.js +62 -0
- package/dist/components/Flag/flag-components/ai.d.ts +3 -0
- package/dist/components/Flag/flag-components/ai.js +90 -0
- package/dist/components/Flag/flag-components/al.d.ts +3 -0
- package/dist/components/Flag/flag-components/al.js +34 -0
- package/dist/components/Flag/flag-components/am.d.ts +3 -0
- package/dist/components/Flag/flag-components/am.js +41 -0
- package/dist/components/Flag/flag-components/ao.d.ts +3 -0
- package/dist/components/Flag/flag-components/ao.js +55 -0
- package/dist/components/Flag/flag-components/ar.d.ts +3 -0
- package/dist/components/Flag/flag-components/ar.js +48 -0
- package/dist/components/Flag/flag-components/as.d.ts +3 -0
- package/dist/components/Flag/flag-components/as.js +62 -0
- package/dist/components/Flag/flag-components/at.d.ts +3 -0
- package/dist/components/Flag/flag-components/at.js +41 -0
- package/dist/components/Flag/flag-components/au.d.ts +3 -0
- package/dist/components/Flag/flag-components/au.js +98 -0
- package/dist/components/Flag/flag-components/aw.d.ts +3 -0
- package/dist/components/Flag/flag-components/aw.js +62 -0
- package/dist/components/Flag/flag-components/ax.d.ts +3 -0
- package/dist/components/Flag/flag-components/ax.js +62 -0
- package/dist/components/Flag/flag-components/az.d.ts +3 -0
- package/dist/components/Flag/flag-components/az.js +55 -0
- package/dist/components/Flag/flag-components/ba.d.ts +3 -0
- package/dist/components/Flag/flag-components/ba.js +48 -0
- package/dist/components/Flag/flag-components/bb.d.ts +3 -0
- package/dist/components/Flag/flag-components/bb.js +48 -0
- package/dist/components/Flag/flag-components/bd.d.ts +3 -0
- package/dist/components/Flag/flag-components/bd.js +34 -0
- package/dist/components/Flag/flag-components/be.d.ts +3 -0
- package/dist/components/Flag/flag-components/be.js +41 -0
- package/dist/components/Flag/flag-components/bf.d.ts +3 -0
- package/dist/components/Flag/flag-components/bf.js +49 -0
- package/dist/components/Flag/flag-components/bg.d.ts +3 -0
- package/dist/components/Flag/flag-components/bg.js +41 -0
- package/dist/components/Flag/flag-components/bh.d.ts +3 -0
- package/dist/components/Flag/flag-components/bh.js +34 -0
- package/dist/components/Flag/flag-components/bi.d.ts +3 -0
- package/dist/components/Flag/flag-components/bi.js +83 -0
- package/dist/components/Flag/flag-components/bj.d.ts +3 -0
- package/dist/components/Flag/flag-components/bj.js +41 -0
- package/dist/components/Flag/flag-components/bl.d.ts +3 -0
- package/dist/components/Flag/flag-components/bl.js +71 -0
- package/dist/components/Flag/flag-components/bm.d.ts +3 -0
- package/dist/components/Flag/flag-components/bm.js +85 -0
- package/dist/components/Flag/flag-components/bn.d.ts +3 -0
- package/dist/components/Flag/flag-components/bn.js +66 -0
- package/dist/components/Flag/flag-components/bo.d.ts +3 -0
- package/dist/components/Flag/flag-components/bo.js +41 -0
- package/dist/components/Flag/flag-components/bq.d.ts +3 -0
- package/dist/components/Flag/flag-components/bq.js +55 -0
- package/dist/components/Flag/flag-components/br.d.ts +3 -0
- package/dist/components/Flag/flag-components/br.js +55 -0
- package/dist/components/Flag/flag-components/bs.d.ts +3 -0
- package/dist/components/Flag/flag-components/bs.js +48 -0
- package/dist/components/Flag/flag-components/bt.d.ts +3 -0
- package/dist/components/Flag/flag-components/bt.js +48 -0
- package/dist/components/Flag/flag-components/bw.d.ts +3 -0
- package/dist/components/Flag/flag-components/bw.js +48 -0
- package/dist/components/Flag/flag-components/by.d.ts +3 -0
- package/dist/components/Flag/flag-components/by.js +83 -0
- package/dist/components/Flag/flag-components/bz.d.ts +3 -0
- package/dist/components/Flag/flag-components/bz.js +70 -0
- package/dist/components/Flag/flag-components/ca.d.ts +3 -0
- package/dist/components/Flag/flag-components/ca.js +48 -0
- package/dist/components/Flag/flag-components/cc.d.ts +3 -0
- package/dist/components/Flag/flag-components/cc.js +90 -0
- package/dist/components/Flag/flag-components/cd.d.ts +3 -0
- package/dist/components/Flag/flag-components/cd.js +55 -0
- package/dist/components/Flag/flag-components/cf.d.ts +3 -0
- package/dist/components/Flag/flag-components/cf.js +85 -0
- package/dist/components/Flag/flag-components/cg.d.ts +3 -0
- package/dist/components/Flag/flag-components/cg.js +41 -0
- package/dist/components/Flag/flag-components/ch.d.ts +3 -0
- package/dist/components/Flag/flag-components/ch.js +34 -0
- package/dist/components/Flag/flag-components/ci.d.ts +3 -0
- package/dist/components/Flag/flag-components/ci.js +41 -0
- package/dist/components/Flag/flag-components/ck.d.ts +3 -0
- package/dist/components/Flag/flag-components/ck.js +111 -0
- package/dist/components/Flag/flag-components/cl.d.ts +3 -0
- package/dist/components/Flag/flag-components/cl.js +48 -0
- package/dist/components/Flag/flag-components/cm.d.ts +3 -0
- package/dist/components/Flag/flag-components/cm.js +48 -0
- package/dist/components/Flag/flag-components/cn.d.ts +3 -0
- package/dist/components/Flag/flag-components/cn.js +62 -0
- package/dist/components/Flag/flag-components/co.d.ts +3 -0
- package/dist/components/Flag/flag-components/co.js +41 -0
- package/dist/components/Flag/flag-components/cr.d.ts +3 -0
- package/dist/components/Flag/flag-components/cr.js +48 -0
- package/dist/components/Flag/flag-components/cu.d.ts +3 -0
- package/dist/components/Flag/flag-components/cu.js +63 -0
- package/dist/components/Flag/flag-components/cv.d.ts +3 -0
- package/dist/components/Flag/flag-components/cv.js +118 -0
- package/dist/components/Flag/flag-components/cw.d.ts +3 -0
- package/dist/components/Flag/flag-components/cw.js +55 -0
- package/dist/components/Flag/flag-components/cy.d.ts +3 -0
- package/dist/components/Flag/flag-components/cy.js +41 -0
- package/dist/components/Flag/flag-components/cz.d.ts +3 -0
- package/dist/components/Flag/flag-components/cz.js +41 -0
- package/dist/components/Flag/flag-components/de.d.ts +3 -0
- package/dist/components/Flag/flag-components/de.js +41 -0
- package/dist/components/Flag/flag-components/dj.d.ts +3 -0
- package/dist/components/Flag/flag-components/dj.js +48 -0
- package/dist/components/Flag/flag-components/dk.d.ts +3 -0
- package/dist/components/Flag/flag-components/dk.js +55 -0
- package/dist/components/Flag/flag-components/dm.d.ts +3 -0
- package/dist/components/Flag/flag-components/dm.js +195 -0
- package/dist/components/Flag/flag-components/do.d.ts +3 -0
- package/dist/components/Flag/flag-components/do.js +76 -0
- package/dist/components/Flag/flag-components/dz.d.ts +3 -0
- package/dist/components/Flag/flag-components/dz.js +48 -0
- package/dist/components/Flag/flag-components/ec.d.ts +3 -0
- package/dist/components/Flag/flag-components/ec.js +62 -0
- package/dist/components/Flag/flag-components/ee.d.ts +3 -0
- package/dist/components/Flag/flag-components/ee.js +41 -0
- package/dist/components/Flag/flag-components/eg.d.ts +3 -0
- package/dist/components/Flag/flag-components/eg.js +48 -0
- package/dist/components/Flag/flag-components/er.d.ts +3 -0
- package/dist/components/Flag/flag-components/er.js +48 -0
- package/dist/components/Flag/flag-components/es.d.ts +3 -0
- package/dist/components/Flag/flag-components/es.js +41 -0
- package/dist/components/Flag/flag-components/et.d.ts +3 -0
- package/dist/components/Flag/flag-components/et.js +62 -0
- package/dist/components/Flag/flag-components/fi.d.ts +3 -0
- package/dist/components/Flag/flag-components/fi.js +34 -0
- package/dist/components/Flag/flag-components/fj.d.ts +3 -0
- package/dist/components/Flag/flag-components/fj.js +77 -0
- package/dist/components/Flag/flag-components/fk.d.ts +3 -0
- package/dist/components/Flag/flag-components/fk.js +83 -0
- package/dist/components/Flag/flag-components/fm.d.ts +3 -0
- package/dist/components/Flag/flag-components/fm.js +55 -0
- package/dist/components/Flag/flag-components/fo.d.ts +3 -0
- package/dist/components/Flag/flag-components/fo.js +41 -0
- package/dist/components/Flag/flag-components/fr.d.ts +3 -0
- package/dist/components/Flag/flag-components/fr.js +41 -0
- package/dist/components/Flag/flag-components/ga.d.ts +3 -0
- package/dist/components/Flag/flag-components/ga.js +41 -0
- package/dist/components/Flag/flag-components/gb.d.ts +3 -0
- package/dist/components/Flag/flag-components/gb.js +118 -0
- package/dist/components/Flag/flag-components/gd.d.ts +3 -0
- package/dist/components/Flag/flag-components/gd.js +140 -0
- package/dist/components/Flag/flag-components/ge.d.ts +3 -0
- package/dist/components/Flag/flag-components/ge.js +62 -0
- package/dist/components/Flag/flag-components/gg.d.ts +3 -0
- package/dist/components/Flag/flag-components/gg.js +41 -0
- package/dist/components/Flag/flag-components/gh.d.ts +3 -0
- package/dist/components/Flag/flag-components/gh.js +48 -0
- package/dist/components/Flag/flag-components/gi.d.ts +3 -0
- package/dist/components/Flag/flag-components/gi.js +48 -0
- package/dist/components/Flag/flag-components/gl.d.ts +3 -0
- package/dist/components/Flag/flag-components/gl.js +48 -0
- package/dist/components/Flag/flag-components/gm.d.ts +3 -0
- package/dist/components/Flag/flag-components/gm.js +48 -0
- package/dist/components/Flag/flag-components/gn.d.ts +3 -0
- package/dist/components/Flag/flag-components/gn.js +41 -0
- package/dist/components/Flag/flag-components/gp.d.ts +3 -0
- package/dist/components/Flag/flag-components/gp.js +41 -0
- package/dist/components/Flag/flag-components/gq.d.ts +3 -0
- package/dist/components/Flag/flag-components/gq.js +63 -0
- package/dist/components/Flag/flag-components/gr.d.ts +3 -0
- package/dist/components/Flag/flag-components/gr.js +62 -0
- package/dist/components/Flag/flag-components/gt.d.ts +3 -0
- package/dist/components/Flag/flag-components/gt.js +55 -0
- package/dist/components/Flag/flag-components/gu.d.ts +3 -0
- package/dist/components/Flag/flag-components/gu.js +71 -0
- package/dist/components/Flag/flag-components/gw.d.ts +3 -0
- package/dist/components/Flag/flag-components/gw.js +55 -0
- package/dist/components/Flag/flag-components/gy.d.ts +3 -0
- package/dist/components/Flag/flag-components/gy.js +62 -0
- package/dist/components/Flag/flag-components/hk.d.ts +3 -0
- package/dist/components/Flag/flag-components/hk.js +62 -0
- package/dist/components/Flag/flag-components/hn.d.ts +3 -0
- package/dist/components/Flag/flag-components/hn.js +76 -0
- package/dist/components/Flag/flag-components/hr.d.ts +3 -0
- package/dist/components/Flag/flag-components/hr.js +108 -0
- package/dist/components/Flag/flag-components/ht.d.ts +3 -0
- package/dist/components/Flag/flag-components/ht.js +64 -0
- package/dist/components/Flag/flag-components/hu.d.ts +3 -0
- package/dist/components/Flag/flag-components/hu.js +41 -0
- package/dist/components/Flag/flag-components/id.d.ts +3 -0
- package/dist/components/Flag/flag-components/id.js +34 -0
- package/dist/components/Flag/flag-components/ie.d.ts +3 -0
- package/dist/components/Flag/flag-components/ie.js +41 -0
- package/dist/components/Flag/flag-components/il.d.ts +3 -0
- package/dist/components/Flag/flag-components/il.js +48 -0
- package/dist/components/Flag/flag-components/im.d.ts +3 -0
- package/dist/components/Flag/flag-components/im.js +34 -0
- package/dist/components/Flag/flag-components/in.d.ts +3 -0
- package/dist/components/Flag/flag-components/in.js +62 -0
- package/dist/components/Flag/flag-components/index.d.ts +231 -0
- package/dist/components/Flag/flag-components/index.js +464 -0
- package/dist/components/Flag/flag-components/io.d.ts +3 -0
- package/dist/components/Flag/flag-components/io.js +136 -0
- package/dist/components/Flag/flag-components/iq.d.ts +3 -0
- package/dist/components/Flag/flag-components/iq.js +62 -0
- package/dist/components/Flag/flag-components/ir.d.ts +3 -0
- package/dist/components/Flag/flag-components/ir.js +48 -0
- package/dist/components/Flag/flag-components/is.d.ts +3 -0
- package/dist/components/Flag/flag-components/is.js +62 -0
- package/dist/components/Flag/flag-components/it.d.ts +3 -0
- package/dist/components/Flag/flag-components/it.js +41 -0
- package/dist/components/Flag/flag-components/je.d.ts +3 -0
- package/dist/components/Flag/flag-components/je.js +48 -0
- package/dist/components/Flag/flag-components/jm.d.ts +3 -0
- package/dist/components/Flag/flag-components/jm.js +55 -0
- package/dist/components/Flag/flag-components/jo.d.ts +3 -0
- package/dist/components/Flag/flag-components/jo.js +55 -0
- package/dist/components/Flag/flag-components/jp.d.ts +3 -0
- package/dist/components/Flag/flag-components/jp.js +34 -0
- package/dist/components/Flag/flag-components/ke.d.ts +3 -0
- package/dist/components/Flag/flag-components/ke.js +90 -0
- package/dist/components/Flag/flag-components/kg.d.ts +3 -0
- package/dist/components/Flag/flag-components/kg.js +69 -0
- package/dist/components/Flag/flag-components/kh.d.ts +3 -0
- package/dist/components/Flag/flag-components/kh.js +48 -0
- package/dist/components/Flag/flag-components/ki.d.ts +3 -0
- package/dist/components/Flag/flag-components/ki.js +76 -0
- package/dist/components/Flag/flag-components/km.d.ts +3 -0
- package/dist/components/Flag/flag-components/km.js +90 -0
- package/dist/components/Flag/flag-components/kp.d.ts +3 -0
- package/dist/components/Flag/flag-components/kp.js +62 -0
- package/dist/components/Flag/flag-components/kr.d.ts +3 -0
- package/dist/components/Flag/flag-components/kr.js +167 -0
- package/dist/components/Flag/flag-components/kw.d.ts +3 -0
- package/dist/components/Flag/flag-components/kw.js +48 -0
- package/dist/components/Flag/flag-components/ky.d.ts +3 -0
- package/dist/components/Flag/flag-components/ky.js +91 -0
- package/dist/components/Flag/flag-components/kz.d.ts +3 -0
- package/dist/components/Flag/flag-components/kz.js +48 -0
- package/dist/components/Flag/flag-components/la.d.ts +3 -0
- package/dist/components/Flag/flag-components/la.js +48 -0
- package/dist/components/Flag/flag-components/lb.d.ts +3 -0
- package/dist/components/Flag/flag-components/lb.js +48 -0
- package/dist/components/Flag/flag-components/lc.d.ts +3 -0
- package/dist/components/Flag/flag-components/lc.js +30 -0
- package/dist/components/Flag/flag-components/li.d.ts +3 -0
- package/dist/components/Flag/flag-components/li.js +41 -0
- package/dist/components/Flag/flag-components/lk.d.ts +3 -0
- package/dist/components/Flag/flag-components/lk.js +50 -0
- package/dist/components/Flag/flag-components/lr.d.ts +3 -0
- package/dist/components/Flag/flag-components/lr.js +118 -0
- package/dist/components/Flag/flag-components/ls.d.ts +3 -0
- package/dist/components/Flag/flag-components/ls.js +48 -0
- package/dist/components/Flag/flag-components/lt.d.ts +3 -0
- package/dist/components/Flag/flag-components/lt.js +41 -0
- package/dist/components/Flag/flag-components/lu.d.ts +3 -0
- package/dist/components/Flag/flag-components/lu.js +41 -0
- package/dist/components/Flag/flag-components/lv.d.ts +3 -0
- package/dist/components/Flag/flag-components/lv.js +41 -0
- package/dist/components/Flag/flag-components/ly.d.ts +3 -0
- package/dist/components/Flag/flag-components/ly.js +55 -0
- package/dist/components/Flag/flag-components/ma.d.ts +3 -0
- package/dist/components/Flag/flag-components/ma.js +34 -0
- package/dist/components/Flag/flag-components/mc.d.ts +3 -0
- package/dist/components/Flag/flag-components/mc.js +34 -0
- package/dist/components/Flag/flag-components/md.d.ts +3 -0
- package/dist/components/Flag/flag-components/md.js +56 -0
- package/dist/components/Flag/flag-components/me.d.ts +3 -0
- package/dist/components/Flag/flag-components/me.js +56 -0
- package/dist/components/Flag/flag-components/mg.d.ts +3 -0
- package/dist/components/Flag/flag-components/mg.js +41 -0
- package/dist/components/Flag/flag-components/mh.d.ts +3 -0
- package/dist/components/Flag/flag-components/mh.js +48 -0
- package/dist/components/Flag/flag-components/mk.d.ts +3 -0
- package/dist/components/Flag/flag-components/mk.js +97 -0
- package/dist/components/Flag/flag-components/ml.d.ts +3 -0
- package/dist/components/Flag/flag-components/ml.js +41 -0
- package/dist/components/Flag/flag-components/mm.d.ts +3 -0
- package/dist/components/Flag/flag-components/mm.js +48 -0
- package/dist/components/Flag/flag-components/mn.d.ts +3 -0
- package/dist/components/Flag/flag-components/mn.js +66 -0
- package/dist/components/Flag/flag-components/mo.d.ts +3 -0
- package/dist/components/Flag/flag-components/mo.js +83 -0
- package/dist/components/Flag/flag-components/mp.d.ts +3 -0
- package/dist/components/Flag/flag-components/mp.js +55 -0
- package/dist/components/Flag/flag-components/mq.d.ts +3 -0
- package/dist/components/Flag/flag-components/mq.js +83 -0
- package/dist/components/Flag/flag-components/mr.d.ts +3 -0
- package/dist/components/Flag/flag-components/mr.js +41 -0
- package/dist/components/Flag/flag-components/ms.d.ts +3 -0
- package/dist/components/Flag/flag-components/ms.js +76 -0
- package/dist/components/Flag/flag-components/mt.d.ts +3 -0
- package/dist/components/Flag/flag-components/mt.js +41 -0
- package/dist/components/Flag/flag-components/mu.d.ts +3 -0
- package/dist/components/Flag/flag-components/mu.js +48 -0
- package/dist/components/Flag/flag-components/mv.d.ts +3 -0
- package/dist/components/Flag/flag-components/mv.js +35 -0
- package/dist/components/Flag/flag-components/mw.d.ts +3 -0
- package/dist/components/Flag/flag-components/mw.js +48 -0
- package/dist/components/Flag/flag-components/mx.d.ts +3 -0
- package/dist/components/Flag/flag-components/mx.js +55 -0
- package/dist/components/Flag/flag-components/my.d.ts +3 -0
- package/dist/components/Flag/flag-components/my.js +76 -0
- package/dist/components/Flag/flag-components/mz.d.ts +3 -0
- package/dist/components/Flag/flag-components/mz.js +70 -0
- package/dist/components/Flag/flag-components/na.d.ts +3 -0
- package/dist/components/Flag/flag-components/na.js +55 -0
- package/dist/components/Flag/flag-components/ne.d.ts +3 -0
- package/dist/components/Flag/flag-components/ne.js +48 -0
- package/dist/components/Flag/flag-components/nf.d.ts +3 -0
- package/dist/components/Flag/flag-components/nf.js +48 -0
- package/dist/components/Flag/flag-components/ng.d.ts +3 -0
- package/dist/components/Flag/flag-components/ng.js +41 -0
- package/dist/components/Flag/flag-components/ni.d.ts +3 -0
- package/dist/components/Flag/flag-components/ni.js +63 -0
- package/dist/components/Flag/flag-components/nl.d.ts +3 -0
- package/dist/components/Flag/flag-components/nl.js +41 -0
- package/dist/components/Flag/flag-components/no.d.ts +3 -0
- package/dist/components/Flag/flag-components/no.js +62 -0
- package/dist/components/Flag/flag-components/np.d.ts +3 -0
- package/dist/components/Flag/flag-components/np.js +63 -0
- package/dist/components/Flag/flag-components/nr.d.ts +3 -0
- package/dist/components/Flag/flag-components/nr.js +55 -0
- package/dist/components/Flag/flag-components/nu.d.ts +3 -0
- package/dist/components/Flag/flag-components/nu.js +91 -0
- package/dist/components/Flag/flag-components/nz.d.ts +3 -0
- package/dist/components/Flag/flag-components/nz.js +83 -0
- package/dist/components/Flag/flag-components/om.d.ts +3 -0
- package/dist/components/Flag/flag-components/om.js +62 -0
- package/dist/components/Flag/flag-components/pa.d.ts +3 -0
- package/dist/components/Flag/flag-components/pa.js +55 -0
- package/dist/components/Flag/flag-components/pe.d.ts +3 -0
- package/dist/components/Flag/flag-components/pe.js +41 -0
- package/dist/components/Flag/flag-components/pf.d.ts +3 -0
- package/dist/components/Flag/flag-components/pf.js +58 -0
- package/dist/components/Flag/flag-components/pg.d.ts +3 -0
- package/dist/components/Flag/flag-components/pg.js +76 -0
- package/dist/components/Flag/flag-components/ph.d.ts +3 -0
- package/dist/components/Flag/flag-components/ph.js +69 -0
- package/dist/components/Flag/flag-components/pk.d.ts +3 -0
- package/dist/components/Flag/flag-components/pk.js +55 -0
- package/dist/components/Flag/flag-components/pl.d.ts +3 -0
- package/dist/components/Flag/flag-components/pl.js +34 -0
- package/dist/components/Flag/flag-components/pn.d.ts +3 -0
- package/dist/components/Flag/flag-components/pn.js +83 -0
- package/dist/components/Flag/flag-components/pr.d.ts +3 -0
- package/dist/components/Flag/flag-components/pr.js +62 -0
- package/dist/components/Flag/flag-components/ps.d.ts +3 -0
- package/dist/components/Flag/flag-components/ps.js +48 -0
- package/dist/components/Flag/flag-components/pt.d.ts +3 -0
- package/dist/components/Flag/flag-components/pt.js +55 -0
- package/dist/components/Flag/flag-components/pw.d.ts +3 -0
- package/dist/components/Flag/flag-components/pw.js +34 -0
- package/dist/components/Flag/flag-components/py.d.ts +3 -0
- package/dist/components/Flag/flag-components/py.js +55 -0
- package/dist/components/Flag/flag-components/qa.d.ts +3 -0
- package/dist/components/Flag/flag-components/qa.js +34 -0
- package/dist/components/Flag/flag-components/ro.d.ts +3 -0
- package/dist/components/Flag/flag-components/ro.js +41 -0
- package/dist/components/Flag/flag-components/rs.d.ts +3 -0
- package/dist/components/Flag/flag-components/rs.js +69 -0
- package/dist/components/Flag/flag-components/ru.d.ts +3 -0
- package/dist/components/Flag/flag-components/ru.js +41 -0
- package/dist/components/Flag/flag-components/rw.d.ts +3 -0
- package/dist/components/Flag/flag-components/rw.js +48 -0
- package/dist/components/Flag/flag-components/sa.d.ts +3 -0
- package/dist/components/Flag/flag-components/sa.js +57 -0
- package/dist/components/Flag/flag-components/sb.d.ts +3 -0
- package/dist/components/Flag/flag-components/sb.js +76 -0
- package/dist/components/Flag/flag-components/sc.d.ts +3 -0
- package/dist/components/Flag/flag-components/sc.js +55 -0
- package/dist/components/Flag/flag-components/sd.d.ts +3 -0
- package/dist/components/Flag/flag-components/sd.js +48 -0
- package/dist/components/Flag/flag-components/se.d.ts +3 -0
- package/dist/components/Flag/flag-components/se.js +63 -0
- package/dist/components/Flag/flag-components/sg.d.ts +3 -0
- package/dist/components/Flag/flag-components/sg.js +76 -0
- package/dist/components/Flag/flag-components/si.d.ts +3 -0
- package/dist/components/Flag/flag-components/si.js +48 -0
- package/dist/components/Flag/flag-components/sk.d.ts +3 -0
- package/dist/components/Flag/flag-components/sk.js +69 -0
- package/dist/components/Flag/flag-components/sl.d.ts +3 -0
- package/dist/components/Flag/flag-components/sl.js +41 -0
- package/dist/components/Flag/flag-components/sm.d.ts +3 -0
- package/dist/components/Flag/flag-components/sm.js +69 -0
- package/dist/components/Flag/flag-components/sn.d.ts +3 -0
- package/dist/components/Flag/flag-components/sn.js +48 -0
- package/dist/components/Flag/flag-components/so.d.ts +3 -0
- package/dist/components/Flag/flag-components/so.js +34 -0
- package/dist/components/Flag/flag-components/sr.d.ts +3 -0
- package/dist/components/Flag/flag-components/sr.js +55 -0
- package/dist/components/Flag/flag-components/ss.d.ts +3 -0
- package/dist/components/Flag/flag-components/ss.js +62 -0
- package/dist/components/Flag/flag-components/st.d.ts +3 -0
- package/dist/components/Flag/flag-components/st.js +62 -0
- package/dist/components/Flag/flag-components/sv.d.ts +3 -0
- package/dist/components/Flag/flag-components/sv.js +56 -0
- package/dist/components/Flag/flag-components/sx.d.ts +3 -0
- package/dist/components/Flag/flag-components/sx.js +76 -0
- package/dist/components/Flag/flag-components/sy.d.ts +3 -0
- package/dist/components/Flag/flag-components/sy.js +55 -0
- package/dist/components/Flag/flag-components/sz.d.ts +3 -0
- package/dist/components/Flag/flag-components/sz.js +80 -0
- package/dist/components/Flag/flag-components/tc.d.ts +3 -0
- package/dist/components/Flag/flag-components/tc.js +90 -0
- package/dist/components/Flag/flag-components/td.d.ts +3 -0
- package/dist/components/Flag/flag-components/td.js +41 -0
- package/dist/components/Flag/flag-components/tg.d.ts +3 -0
- package/dist/components/Flag/flag-components/tg.js +62 -0
- package/dist/components/Flag/flag-components/th.d.ts +3 -0
- package/dist/components/Flag/flag-components/th.js +48 -0
- package/dist/components/Flag/flag-components/tj.d.ts +3 -0
- package/dist/components/Flag/flag-components/tj.js +97 -0
- package/dist/components/Flag/flag-components/tk.d.ts +3 -0
- package/dist/components/Flag/flag-components/tk.js +62 -0
- package/dist/components/Flag/flag-components/tl.d.ts +3 -0
- package/dist/components/Flag/flag-components/tl.js +48 -0
- package/dist/components/Flag/flag-components/tm.d.ts +3 -0
- package/dist/components/Flag/flag-components/tm.js +161 -0
- package/dist/components/Flag/flag-components/tn.d.ts +3 -0
- package/dist/components/Flag/flag-components/tn.js +48 -0
- package/dist/components/Flag/flag-components/to.d.ts +3 -0
- package/dist/components/Flag/flag-components/to.js +41 -0
- package/dist/components/Flag/flag-components/tr.d.ts +3 -0
- package/dist/components/Flag/flag-components/tr.js +41 -0
- package/dist/components/Flag/flag-components/tt.d.ts +3 -0
- package/dist/components/Flag/flag-components/tt.js +48 -0
- package/dist/components/Flag/flag-components/tv.d.ts +3 -0
- package/dist/components/Flag/flag-components/tv.js +120 -0
- package/dist/components/Flag/flag-components/tw.d.ts +3 -0
- package/dist/components/Flag/flag-components/tw.js +55 -0
- package/dist/components/Flag/flag-components/tz.d.ts +3 -0
- package/dist/components/Flag/flag-components/tz.js +48 -0
- package/dist/components/Flag/flag-components/ua.d.ts +3 -0
- package/dist/components/Flag/flag-components/ua.js +34 -0
- package/dist/components/Flag/flag-components/ug.d.ts +3 -0
- package/dist/components/Flag/flag-components/ug.js +69 -0
- package/dist/components/Flag/flag-components/us.d.ts +3 -0
- package/dist/components/Flag/flag-components/us.js +62 -0
- package/dist/components/Flag/flag-components/uy.d.ts +3 -0
- package/dist/components/Flag/flag-components/uy.js +69 -0
- package/dist/components/Flag/flag-components/uz.d.ts +3 -0
- package/dist/components/Flag/flag-components/uz.js +146 -0
- package/dist/components/Flag/flag-components/va.d.ts +3 -0
- package/dist/components/Flag/flag-components/va.js +48 -0
- package/dist/components/Flag/flag-components/vc.d.ts +3 -0
- package/dist/components/Flag/flag-components/vc.js +70 -0
- package/dist/components/Flag/flag-components/ve.d.ts +3 -0
- package/dist/components/Flag/flag-components/ve.js +97 -0
- package/dist/components/Flag/flag-components/vg.d.ts +3 -0
- package/dist/components/Flag/flag-components/vg.js +83 -0
- package/dist/components/Flag/flag-components/vn.d.ts +3 -0
- package/dist/components/Flag/flag-components/vn.js +34 -0
- package/dist/components/Flag/flag-components/vu.d.ts +3 -0
- package/dist/components/Flag/flag-components/vu.js +189 -0
- package/dist/components/Flag/flag-components/ws.d.ts +3 -0
- package/dist/components/Flag/flag-components/ws.js +69 -0
- package/dist/components/Flag/flag-components/xk.d.ts +3 -0
- package/dist/components/Flag/flag-components/xk.js +76 -0
- package/dist/components/Flag/flag-components/ye.d.ts +3 -0
- package/dist/components/Flag/flag-components/ye.js +41 -0
- package/dist/components/Flag/flag-components/za.d.ts +3 -0
- package/dist/components/Flag/flag-components/za.js +62 -0
- package/dist/components/Flag/flag-components/zm.d.ts +3 -0
- package/dist/components/Flag/flag-components/zm.js +55 -0
- package/dist/components/Flag/flag-components/zw.d.ts +3 -0
- package/dist/components/Flag/flag-components/zw.js +97 -0
- package/dist/components/Flag/index.d.ts +3 -0
- package/dist/components/Flag/index.js +6 -0
- package/dist/components/Flag/utils.d.ts +2 -0
- package/dist/components/Flag/utils.js +5 -0
- package/dist/components/Form/Form.d.ts +12 -0
- package/dist/components/Form/Form.js +39 -0
- package/dist/components/Form/index.d.ts +2 -0
- package/dist/components/Form/index.js +4 -0
- package/dist/components/Icons/Magnifier.d.ts +8 -0
- package/dist/components/Icons/Magnifier.js +31 -0
- package/dist/components/Icons/Tick.d.ts +8 -0
- package/dist/components/Icons/Tick.js +29 -0
- package/dist/components/Input/Input.d.ts +54 -0
- package/dist/components/Input/Input.js +98 -0
- package/dist/components/Input/index.d.ts +1 -0
- package/dist/components/Input/index.js +6 -0
- package/dist/components/ListItem/ListItem.d.ts +9 -0
- package/dist/components/ListItem/ListItem.js +25 -0
- package/dist/components/ListItem/index.d.ts +1 -0
- package/dist/components/ListItem/index.js +4 -0
- package/dist/components/NumberPad/Delete.d.ts +8 -0
- package/dist/components/NumberPad/Delete.js +27 -0
- package/dist/components/NumberPad/NumberPad.d.ts +16 -0
- package/dist/components/NumberPad/NumberPad.js +47 -0
- package/dist/components/NumberPad/index.d.ts +1 -0
- package/dist/components/NumberPad/index.js +4 -0
- package/dist/components/OTPField/OTPField.d.ts +55 -0
- package/dist/components/OTPField/OTPField.js +47 -0
- package/dist/components/OTPField/index.d.ts +1 -0
- package/dist/components/OTPField/index.js +4 -0
- package/dist/components/PasteButton/PasteButton.d.ts +20 -0
- package/dist/components/PasteButton/PasteButton.js +37 -0
- package/dist/components/PasteButton/index.d.ts +1 -0
- package/dist/components/PasteButton/index.js +4 -0
- package/dist/components/PhoneField/ArrowDown.d.ts +2 -0
- package/dist/components/PhoneField/ArrowDown.js +27 -0
- package/dist/components/PhoneField/CountryListItem.d.ts +13 -0
- package/dist/components/PhoneField/CountryListItem.js +39 -0
- package/dist/components/PhoneField/CountrySelectorButton.d.ts +9 -0
- package/dist/components/PhoneField/CountrySelectorButton.js +41 -0
- package/dist/components/PhoneField/PhoneField.d.ts +64 -0
- package/dist/components/PhoneField/PhoneField.js +204 -0
- package/dist/components/PhoneField/constants.d.ts +4 -0
- package/dist/components/PhoneField/constants.js +26 -0
- package/dist/components/PhoneField/index.d.ts +1 -0
- package/dist/components/PhoneField/index.js +4 -0
- package/dist/components/PhoneField/utils.d.ts +4 -0
- package/dist/components/PhoneField/utils.js +14 -0
- package/dist/components/Pill/Pill.d.ts +19 -0
- package/dist/components/Pill/Pill.js +40 -0
- package/dist/components/Pill/index.d.ts +1 -0
- package/dist/components/Pill/index.js +4 -0
- package/dist/components/RadioGroup/RadioGroup.d.ts +34 -0
- package/dist/components/RadioGroup/RadioGroup.js +47 -0
- package/dist/components/RadioGroup/RadioGroupItem.d.ts +13 -0
- package/dist/components/RadioGroup/RadioGroupItem.js +37 -0
- package/dist/components/RadioGroup/index.d.ts +2 -0
- package/dist/components/RadioGroup/index.js +6 -0
- package/dist/components/SearchField/SearchField.d.ts +23 -0
- package/dist/components/SearchField/SearchField.js +43 -0
- package/dist/components/SearchField/index.d.ts +1 -0
- package/dist/components/SearchField/index.js +4 -0
- package/dist/components/Select/ArrowDown.d.ts +2 -0
- package/dist/components/Select/ArrowDown.js +27 -0
- package/dist/components/Select/Select.d.ts +65 -0
- package/dist/components/Select/Select.js +121 -0
- package/dist/components/Select/index.d.ts +1 -0
- package/dist/components/Select/index.js +4 -0
- package/dist/components/Switch/Switch.d.ts +19 -0
- package/dist/components/Switch/Switch.js +23 -0
- package/dist/components/Switch/index.d.ts +1 -0
- package/dist/components/Switch/index.js +4 -0
- package/dist/components/Token/Token.d.ts +13 -0
- package/dist/components/Token/Token.js +10 -0
- package/dist/components/Token/icons/btc.d.ts +3 -0
- package/dist/components/Token/icons/btc.js +74 -0
- package/dist/components/Token/icons/eth.d.ts +3 -0
- package/dist/components/Token/icons/eth.js +76 -0
- package/dist/components/Token/icons/index.d.ts +4 -0
- package/dist/components/Token/icons/index.js +10 -0
- package/dist/components/Token/icons/usdc.d.ts +3 -0
- package/dist/components/Token/icons/usdc.js +74 -0
- package/dist/components/Token/icons/wld.d.ts +3 -0
- package/dist/components/Token/icons/wld.js +58 -0
- package/dist/components/Token/index.d.ts +1 -0
- package/dist/components/Token/index.js +4 -0
- package/dist/components/Typography/Typography.d.ts +41 -0
- package/dist/components/Typography/Typography.js +150 -0
- package/dist/components/Typography/index.d.ts +1 -0
- package/dist/components/Typography/index.js +5 -0
- package/dist/index.d.ts +20 -0
- package/dist/index.js +53 -0
- package/dist/lib/constants/dropdownStyles.d.ts +1 -0
- package/dist/lib/constants/dropdownStyles.js +4 -0
- package/dist/lib/utils.d.ts +2 -0
- package/dist/lib/utils.js +8 -0
- package/dist/node_modules/.pnpm/@floating-ui_core@1.6.8/node_modules/@floating-ui/core/dist/floating-ui.core.js +525 -0
- package/dist/node_modules/.pnpm/@floating-ui_dom@1.6.12/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +392 -0
- package/dist/node_modules/.pnpm/@floating-ui_react-dom@2.1.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js +207 -0
- package/dist/node_modules/.pnpm/@floating-ui_utils@0.2.8/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +131 -0
- package/dist/node_modules/.pnpm/@floating-ui_utils@0.2.8/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +129 -0
- package/dist/node_modules/.pnpm/@radix-ui_number@1.1.0/node_modules/@radix-ui/number/dist/index.js +6 -0
- package/dist/node_modules/.pnpm/@radix-ui_primitive@1.1.1/node_modules/@radix-ui/primitive/dist/index.js +9 -0
- package/dist/node_modules/.pnpm/@radix-ui_react-arrow@1.1.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.1_wfj52omijboqejc6zhpwkjvyjq/node_modules/@radix-ui/react-arrow/dist/index.js +24 -0
- package/dist/node_modules/.pnpm/@radix-ui_react-checkbox@1.1.3_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18._5vtvszwgvdmnkk62ia2dob365m/node_modules/@radix-ui/react-checkbox/dist/index.js +136 -0
- package/dist/node_modules/.pnpm/@radix-ui_react-collection@1.1.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@1_du3umibpgknzrmwryvhzp3lgou/node_modules/@radix-ui/react-collection/dist/index.js +49 -0
- package/dist/node_modules/.pnpm/@radix-ui_react-compose-refs@1.1.1_@types_react@18.3.18_react@18.3.1/node_modules/@radix-ui/react-compose-refs/dist/index.js +29 -0
- package/dist/node_modules/.pnpm/@radix-ui_react-context@1.1.1_@types_react@18.3.18_react@18.3.1/node_modules/@radix-ui/react-context/dist/index.js +70 -0
- package/dist/node_modules/.pnpm/@radix-ui_react-dialog@1.1.4_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3._vurlugjqrhlu53o6edaj3yx2bq/node_modules/@radix-ui/react-dialog/dist/index.js +262 -0
- package/dist/node_modules/.pnpm/@radix-ui_react-direction@1.1.0_@types_react@18.3.18_react@18.3.1/node_modules/@radix-ui/react-direction/dist/index.js +10 -0
- package/dist/node_modules/.pnpm/@radix-ui_react-dismissable-layer@1.1.3_@types_react-dom@18.3.5_@types_react@18.3.18__@types__ejthwt4vwbnzwtfufv7q3bddiy/node_modules/@radix-ui/react-dismissable-layer/dist/index.js +128 -0
- package/dist/node_modules/.pnpm/@radix-ui_react-focus-guards@1.1.1_@types_react@18.3.18_react@18.3.1/node_modules/@radix-ui/react-focus-guards/dist/index.js +18 -0
- package/dist/node_modules/.pnpm/@radix-ui_react-focus-scope@1.1.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@_4owg5o3kd7femmpae5yic5inii/node_modules/@radix-ui/react-focus-scope/dist/index.js +138 -0
- package/dist/node_modules/.pnpm/@radix-ui_react-form@0.1.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_z32yjmfa36dn2egycaeb5u52lm/node_modules/@radix-ui/react-form/dist/index.js +316 -0
- package/dist/node_modules/.pnpm/@radix-ui_react-id@1.1.0_@types_react@18.3.18_react@18.3.1/node_modules/@radix-ui/react-id/dist/index.js +13 -0
- package/dist/node_modules/.pnpm/@radix-ui_react-label@2.1.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.1_qr7n7ocfbwauilv6obluyms2qy/node_modules/@radix-ui/react-label/dist/index.js +19 -0
- package/dist/node_modules/.pnpm/@radix-ui_react-popper@1.2.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3._z2gu7tymhfvx6ebd6lqqykecmq/node_modules/@radix-ui/react-popper/dist/index.js +221 -0
- package/dist/node_modules/.pnpm/@radix-ui_react-portal@1.1.3_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3._jmui37rk6fvzofztyauznikgpi/node_modules/@radix-ui/react-portal/dist/index.js +17 -0
- package/dist/node_modules/.pnpm/@radix-ui_react-presence@1.1.2_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18._pqwkltkxenlrsgmgun6icjiigu/node_modules/@radix-ui/react-presence/dist/index.js +72 -0
- package/dist/node_modules/.pnpm/@radix-ui_react-primitive@2.0.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18_sspjpiczol7qxzbuuyfihuep4u/node_modules/@radix-ui/react-primitive/dist/index.js +35 -0
- package/dist/node_modules/.pnpm/@radix-ui_react-radio-group@1.2.2_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@_2u6lfd2xt65wmbxn7lgvaxqbmy/node_modules/@radix-ui/react-radio-group/dist/index.js +225 -0
- package/dist/node_modules/.pnpm/@radix-ui_react-roving-focus@1.1.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react_bkbd3syfptkiebtjifbhjosaba/node_modules/@radix-ui/react-roving-focus/dist/index.js +181 -0
- package/dist/node_modules/.pnpm/@radix-ui_react-select@2.1.4_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3._atdh45n5c7sked5b6tbwgdz7re/node_modules/@radix-ui/react-select/dist/index.js +846 -0
- package/dist/node_modules/.pnpm/@radix-ui_react-slot@1.1.1_@types_react@18.3.18_react@18.3.1/node_modules/@radix-ui/react-slot/dist/index.js +48 -0
- package/dist/node_modules/.pnpm/@radix-ui_react-switch@1.1.2_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3._udl6ccyllphugejc6sszfrese4/node_modules/@radix-ui/react-switch/dist/index.js +119 -0
- package/dist/node_modules/.pnpm/@radix-ui_react-use-callback-ref@1.1.0_@types_react@18.3.18_react@18.3.1/node_modules/@radix-ui/react-use-callback-ref/dist/index.js +13 -0
- package/dist/node_modules/.pnpm/@radix-ui_react-use-controllable-state@1.1.0_@types_react@18.3.18_react@18.3.1/node_modules/@radix-ui/react-use-controllable-state/dist/index.js +32 -0
- package/dist/node_modules/.pnpm/@radix-ui_react-use-escape-keydown@1.1.0_@types_react@18.3.18_react@18.3.1/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js +14 -0
- package/dist/node_modules/.pnpm/@radix-ui_react-use-layout-effect@1.1.0_@types_react@18.3.18_react@18.3.1/node_modules/@radix-ui/react-use-layout-effect/dist/index.js +6 -0
- package/dist/node_modules/.pnpm/@radix-ui_react-use-previous@1.1.0_@types_react@18.3.18_react@18.3.1/node_modules/@radix-ui/react-use-previous/dist/index.js +8 -0
- package/dist/node_modules/.pnpm/@radix-ui_react-use-size@1.1.0_@types_react@18.3.18_react@18.3.1/node_modules/@radix-ui/react-use-size/dist/index.js +27 -0
- package/dist/node_modules/.pnpm/@radix-ui_react-visually-hidden@1.1.1_@types_react-dom@18.3.5_@types_react@18.3.18__@types_re_m7thze522i3jfpb2tnge6dybgi/node_modules/@radix-ui/react-visually-hidden/dist/index.js +30 -0
- package/dist/node_modules/.pnpm/aria-hidden@1.2.4/node_modules/aria-hidden/dist/es2015/index.js +52 -0
- package/dist/node_modules/.pnpm/class-variance-authority@0.7.1/node_modules/class-variance-authority/dist/index.js +35 -0
- package/dist/node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.js +17 -0
- package/dist/node_modules/.pnpm/countries-list@3.1.1/node_modules/countries-list/mjs/index.js +8 -0
- package/dist/node_modules/.pnpm/get-nonce@1.0.1/node_modules/get-nonce/dist/es2015/index.js +7 -0
- package/dist/node_modules/.pnpm/input-otp@1.4.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/input-otp/dist/index.js +197 -0
- package/dist/node_modules/.pnpm/react-international-phone@4.4.0_react@18.3.1/node_modules/react-international-phone/dist/index.js +335 -0
- package/dist/node_modules/.pnpm/react-remove-scroll-bar@2.3.8_@types_react@18.3.18_react@18.3.1/node_modules/react-remove-scroll-bar/dist/es2015/component.js +71 -0
- package/dist/node_modules/.pnpm/react-remove-scroll-bar@2.3.8_@types_react@18.3.18_react@18.3.1/node_modules/react-remove-scroll-bar/dist/es2015/constants.js +7 -0
- package/dist/node_modules/.pnpm/react-remove-scroll-bar@2.3.8_@types_react@18.3.18_react@18.3.1/node_modules/react-remove-scroll-bar/dist/es2015/utils.js +25 -0
- package/dist/node_modules/.pnpm/react-remove-scroll@2.6.2_@types_react@18.3.18_react@18.3.1/node_modules/react-remove-scroll/dist/es2015/Combination.js +11 -0
- package/dist/node_modules/.pnpm/react-remove-scroll@2.6.2_@types_react@18.3.18_react@18.3.1/node_modules/react-remove-scroll/dist/es2015/SideEffect.js +112 -0
- package/dist/node_modules/.pnpm/react-remove-scroll@2.6.2_@types_react@18.3.18_react@18.3.1/node_modules/react-remove-scroll/dist/es2015/UI.js +31 -0
- package/dist/node_modules/.pnpm/react-remove-scroll@2.6.2_@types_react@18.3.18_react@18.3.1/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js +16 -0
- package/dist/node_modules/.pnpm/react-remove-scroll@2.6.2_@types_react@18.3.18_react@18.3.1/node_modules/react-remove-scroll/dist/es2015/handleScroll.js +64 -0
- package/dist/node_modules/.pnpm/react-remove-scroll@2.6.2_@types_react@18.3.18_react@18.3.1/node_modules/react-remove-scroll/dist/es2015/medium.js +5 -0
- package/dist/node_modules/.pnpm/react-remove-scroll@2.6.2_@types_react@18.3.18_react@18.3.1/node_modules/react-remove-scroll/dist/es2015/sidecar.js +7 -0
- package/dist/node_modules/.pnpm/react-style-singleton@2.2.3_@types_react@18.3.18_react@18.3.1/node_modules/react-style-singleton/dist/es2015/component.js +11 -0
- package/dist/node_modules/.pnpm/react-style-singleton@2.2.3_@types_react@18.3.18_react@18.3.1/node_modules/react-style-singleton/dist/es2015/hook.js +15 -0
- package/dist/node_modules/.pnpm/react-style-singleton@2.2.3_@types_react@18.3.18_react@18.3.1/node_modules/react-style-singleton/dist/es2015/singleton.js +30 -0
- package/dist/node_modules/.pnpm/tailwind-merge@2.6.0/node_modules/tailwind-merge/dist/bundle-mjs.js +2265 -0
- package/dist/node_modules/.pnpm/tailwindcss@3.4.17/node_modules/tailwindcss/lib/public/create-plugin.js +20 -0
- package/dist/node_modules/.pnpm/tailwindcss@3.4.17/node_modules/tailwindcss/lib/util/createPlugin.js +28 -0
- package/dist/node_modules/.pnpm/tailwindcss@3.4.17/node_modules/tailwindcss/plugin.js +9 -0
- package/dist/node_modules/.pnpm/tslib@2.8.1/node_modules/tslib/tslib.es6.js +27 -0
- package/dist/node_modules/.pnpm/use-callback-ref@1.3.3_@types_react@18.3.18_react@18.3.1/node_modules/use-callback-ref/dist/es2015/assignRef.js +6 -0
- package/dist/node_modules/.pnpm/use-callback-ref@1.3.3_@types_react@18.3.18_react@18.3.1/node_modules/use-callback-ref/dist/es2015/useMergeRef.js +26 -0
- package/dist/node_modules/.pnpm/use-callback-ref@1.3.3_@types_react@18.3.18_react@18.3.1/node_modules/use-callback-ref/dist/es2015/useRef.js +25 -0
- package/dist/node_modules/.pnpm/use-sidecar@1.1.3_@types_react@18.3.18_react@18.3.1/node_modules/use-sidecar/dist/es2015/exports.js +18 -0
- package/dist/node_modules/.pnpm/use-sidecar@1.1.3_@types_react@18.3.18_react@18.3.1/node_modules/use-sidecar/dist/es2015/medium.js +67 -0
- package/dist/node_modules/.pnpm/vaul@1.1.2_@types_react-dom@18.3.5_@types_react@18.3.18__@types_react@18.3.18_react-dom@18.3._7iqkcrcg5qjc3n2ixm6rnrnx3e/node_modules/vaul/dist/index.js +1066 -0
- package/dist/tailwind/index.d.ts +5 -0
- package/dist/tailwind/index.js +104 -0
- package/package.json +172 -0
- package/public/SFMono-Regular.otf +0 -0
- package/public/globals.css +1885 -0
package/dist/node_modules/.pnpm/tailwind-merge@2.6.0/node_modules/tailwind-merge/dist/bundle-mjs.js
ADDED
@@ -0,0 +1,2265 @@
|
|
1
|
+
const B = "-", oe = (e) => {
|
2
|
+
const r = se(e), {
|
3
|
+
conflictingClassGroups: t,
|
4
|
+
conflictingClassGroupModifiers: o
|
5
|
+
} = e;
|
6
|
+
return {
|
7
|
+
getClassGroupId: (i) => {
|
8
|
+
const s = i.split(B);
|
9
|
+
return s[0] === "" && s.length !== 1 && s.shift(), Y(s, r) || ne(i);
|
10
|
+
},
|
11
|
+
getConflictingClassGroupIds: (i, s) => {
|
12
|
+
const u = t[i] || [];
|
13
|
+
return s && o[i] ? [...u, ...o[i]] : u;
|
14
|
+
}
|
15
|
+
};
|
16
|
+
}, Y = (e, r) => {
|
17
|
+
var i;
|
18
|
+
if (e.length === 0)
|
19
|
+
return r.classGroupId;
|
20
|
+
const t = e[0], o = r.nextPart.get(t), a = o ? Y(e.slice(1), o) : void 0;
|
21
|
+
if (a)
|
22
|
+
return a;
|
23
|
+
if (r.validators.length === 0)
|
24
|
+
return;
|
25
|
+
const n = e.join(B);
|
26
|
+
return (i = r.validators.find(({
|
27
|
+
validator: s
|
28
|
+
}) => s(n))) == null ? void 0 : i.classGroupId;
|
29
|
+
}, K = /^\[(.+)\]$/, ne = (e) => {
|
30
|
+
if (K.test(e)) {
|
31
|
+
const r = K.exec(e)[1], t = r == null ? void 0 : r.substring(0, r.indexOf(":"));
|
32
|
+
if (t)
|
33
|
+
return "arbitrary.." + t;
|
34
|
+
}
|
35
|
+
}, se = (e) => {
|
36
|
+
const {
|
37
|
+
theme: r,
|
38
|
+
prefix: t
|
39
|
+
} = e, o = {
|
40
|
+
nextPart: /* @__PURE__ */ new Map(),
|
41
|
+
validators: []
|
42
|
+
};
|
43
|
+
return ie(Object.entries(e.classGroups), t).forEach(([n, i]) => {
|
44
|
+
$(i, o, n, r);
|
45
|
+
}), o;
|
46
|
+
}, $ = (e, r, t, o) => {
|
47
|
+
e.forEach((a) => {
|
48
|
+
if (typeof a == "string") {
|
49
|
+
const n = a === "" ? r : Q(r, a);
|
50
|
+
n.classGroupId = t;
|
51
|
+
return;
|
52
|
+
}
|
53
|
+
if (typeof a == "function") {
|
54
|
+
if (le(a)) {
|
55
|
+
$(a(o), r, t, o);
|
56
|
+
return;
|
57
|
+
}
|
58
|
+
r.validators.push({
|
59
|
+
validator: a,
|
60
|
+
classGroupId: t
|
61
|
+
});
|
62
|
+
return;
|
63
|
+
}
|
64
|
+
Object.entries(a).forEach(([n, i]) => {
|
65
|
+
$(i, Q(r, n), t, o);
|
66
|
+
});
|
67
|
+
});
|
68
|
+
}, Q = (e, r) => {
|
69
|
+
let t = e;
|
70
|
+
return r.split(B).forEach((o) => {
|
71
|
+
t.nextPart.has(o) || t.nextPart.set(o, {
|
72
|
+
nextPart: /* @__PURE__ */ new Map(),
|
73
|
+
validators: []
|
74
|
+
}), t = t.nextPart.get(o);
|
75
|
+
}), t;
|
76
|
+
}, le = (e) => e.isThemeGetter, ie = (e, r) => r ? e.map(([t, o]) => {
|
77
|
+
const a = o.map((n) => typeof n == "string" ? r + n : typeof n == "object" ? Object.fromEntries(Object.entries(n).map(([i, s]) => [r + i, s])) : n);
|
78
|
+
return [t, a];
|
79
|
+
}) : e, ae = (e) => {
|
80
|
+
if (e < 1)
|
81
|
+
return {
|
82
|
+
get: () => {
|
83
|
+
},
|
84
|
+
set: () => {
|
85
|
+
}
|
86
|
+
};
|
87
|
+
let r = 0, t = /* @__PURE__ */ new Map(), o = /* @__PURE__ */ new Map();
|
88
|
+
const a = (n, i) => {
|
89
|
+
t.set(n, i), r++, r > e && (r = 0, o = t, t = /* @__PURE__ */ new Map());
|
90
|
+
};
|
91
|
+
return {
|
92
|
+
get(n) {
|
93
|
+
let i = t.get(n);
|
94
|
+
if (i !== void 0)
|
95
|
+
return i;
|
96
|
+
if ((i = o.get(n)) !== void 0)
|
97
|
+
return a(n, i), i;
|
98
|
+
},
|
99
|
+
set(n, i) {
|
100
|
+
t.has(n) ? t.set(n, i) : a(n, i);
|
101
|
+
}
|
102
|
+
};
|
103
|
+
}, D = "!", ce = (e) => {
|
104
|
+
const {
|
105
|
+
separator: r,
|
106
|
+
experimentalParseClassName: t
|
107
|
+
} = e, o = r.length === 1, a = r[0], n = r.length, i = (s) => {
|
108
|
+
const u = [];
|
109
|
+
let g = 0, m = 0, y;
|
110
|
+
for (let p = 0; p < s.length; p++) {
|
111
|
+
let f = s[p];
|
112
|
+
if (g === 0) {
|
113
|
+
if (f === a && (o || s.slice(p, p + n) === r)) {
|
114
|
+
u.push(s.slice(m, p)), m = p + n;
|
115
|
+
continue;
|
116
|
+
}
|
117
|
+
if (f === "/") {
|
118
|
+
y = p;
|
119
|
+
continue;
|
120
|
+
}
|
121
|
+
}
|
122
|
+
f === "[" ? g++ : f === "]" && g--;
|
123
|
+
}
|
124
|
+
const x = u.length === 0 ? s : s.substring(m), v = x.startsWith(D), w = v ? x.substring(1) : x, b = y && y > m ? y - m : void 0;
|
125
|
+
return {
|
126
|
+
modifiers: u,
|
127
|
+
hasImportantModifier: v,
|
128
|
+
baseClassName: w,
|
129
|
+
maybePostfixModifierPosition: b
|
130
|
+
};
|
131
|
+
};
|
132
|
+
return t ? (s) => t({
|
133
|
+
className: s,
|
134
|
+
parseClassName: i
|
135
|
+
}) : i;
|
136
|
+
}, de = (e) => {
|
137
|
+
if (e.length <= 1)
|
138
|
+
return e;
|
139
|
+
const r = [];
|
140
|
+
let t = [];
|
141
|
+
return e.forEach((o) => {
|
142
|
+
o[0] === "[" ? (r.push(...t.sort(), o), t = []) : t.push(o);
|
143
|
+
}), r.push(...t.sort()), r;
|
144
|
+
}, pe = (e) => ({
|
145
|
+
cache: ae(e.cacheSize),
|
146
|
+
parseClassName: ce(e),
|
147
|
+
...oe(e)
|
148
|
+
}), ue = /\s+/, be = (e, r) => {
|
149
|
+
const {
|
150
|
+
parseClassName: t,
|
151
|
+
getClassGroupId: o,
|
152
|
+
getConflictingClassGroupIds: a
|
153
|
+
} = r, n = [], i = e.trim().split(ue);
|
154
|
+
let s = "";
|
155
|
+
for (let u = i.length - 1; u >= 0; u -= 1) {
|
156
|
+
const g = i[u], {
|
157
|
+
modifiers: m,
|
158
|
+
hasImportantModifier: y,
|
159
|
+
baseClassName: x,
|
160
|
+
maybePostfixModifierPosition: v
|
161
|
+
} = t(g);
|
162
|
+
let w = !!v, b = o(w ? x.substring(0, v) : x);
|
163
|
+
if (!b) {
|
164
|
+
if (!w) {
|
165
|
+
s = g + (s.length > 0 ? " " + s : s);
|
166
|
+
continue;
|
167
|
+
}
|
168
|
+
if (b = o(x), !b) {
|
169
|
+
s = g + (s.length > 0 ? " " + s : s);
|
170
|
+
continue;
|
171
|
+
}
|
172
|
+
w = !1;
|
173
|
+
}
|
174
|
+
const p = de(m).join(":"), f = y ? p + D : p, h = f + b;
|
175
|
+
if (n.includes(h))
|
176
|
+
continue;
|
177
|
+
n.push(h);
|
178
|
+
const R = a(b, w);
|
179
|
+
for (let A = 0; A < R.length; ++A) {
|
180
|
+
const E = R[A];
|
181
|
+
n.push(f + E);
|
182
|
+
}
|
183
|
+
s = g + (s.length > 0 ? " " + s : s);
|
184
|
+
}
|
185
|
+
return s;
|
186
|
+
};
|
187
|
+
function ge() {
|
188
|
+
let e = 0, r, t, o = "";
|
189
|
+
for (; e < arguments.length; )
|
190
|
+
(r = arguments[e++]) && (t = ee(r)) && (o && (o += " "), o += t);
|
191
|
+
return o;
|
192
|
+
}
|
193
|
+
const ee = (e) => {
|
194
|
+
if (typeof e == "string")
|
195
|
+
return e;
|
196
|
+
let r, t = "";
|
197
|
+
for (let o = 0; o < e.length; o++)
|
198
|
+
e[o] && (r = ee(e[o])) && (t && (t += " "), t += r);
|
199
|
+
return t;
|
200
|
+
};
|
201
|
+
function fe(e, ...r) {
|
202
|
+
let t, o, a, n = i;
|
203
|
+
function i(u) {
|
204
|
+
const g = r.reduce((m, y) => y(m), e());
|
205
|
+
return t = pe(g), o = t.cache.get, a = t.cache.set, n = s, s(u);
|
206
|
+
}
|
207
|
+
function s(u) {
|
208
|
+
const g = o(u);
|
209
|
+
if (g)
|
210
|
+
return g;
|
211
|
+
const m = be(u, t);
|
212
|
+
return a(u, m), m;
|
213
|
+
}
|
214
|
+
return function() {
|
215
|
+
return n(ge.apply(null, arguments));
|
216
|
+
};
|
217
|
+
}
|
218
|
+
const c = (e) => {
|
219
|
+
const r = (t) => t[e] || [];
|
220
|
+
return r.isThemeGetter = !0, r;
|
221
|
+
}, re = /^\[(?:([a-z-]+):)?(.+)\]$/i, me = /^\d+\/\d+$/, he = /* @__PURE__ */ new Set(["px", "full", "screen"]), ye = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, xe = /\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/, we = /^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/, ve = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, ke = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, C = (e) => M(e) || he.has(e) || me.test(e), z = (e) => G(e, "length", Ie), M = (e) => !!e && !Number.isNaN(Number(e)), _ = (e) => G(e, "number", M), P = (e) => !!e && Number.isInteger(Number(e)), Ce = (e) => e.endsWith("%") && M(e.slice(0, -1)), l = (e) => re.test(e), S = (e) => ye.test(e), ze = /* @__PURE__ */ new Set(["length", "size", "percentage"]), Se = (e) => G(e, ze, te), Ae = (e) => G(e, "position", te), Me = /* @__PURE__ */ new Set(["image", "url"]), Ge = (e) => G(e, Me, je), Re = (e) => G(e, "", Pe), j = () => !0, G = (e, r, t) => {
|
222
|
+
const o = re.exec(e);
|
223
|
+
return o ? o[1] ? typeof r == "string" ? o[1] === r : r.has(o[1]) : t(o[2]) : !1;
|
224
|
+
}, Ie = (e) => (
|
225
|
+
// `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
|
226
|
+
// For example, `hsl(0 0% 0%)` would be classified as a length without this check.
|
227
|
+
// I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
|
228
|
+
xe.test(e) && !we.test(e)
|
229
|
+
), te = () => !1, Pe = (e) => ve.test(e), je = (e) => ke.test(e), Ee = () => {
|
230
|
+
const e = c("colors"), r = c("spacing"), t = c("blur"), o = c("brightness"), a = c("borderColor"), n = c("borderRadius"), i = c("borderSpacing"), s = c("borderWidth"), u = c("contrast"), g = c("grayscale"), m = c("hueRotate"), y = c("invert"), x = c("gap"), v = c("gradientColorStops"), w = c("gradientColorStopPositions"), b = c("inset"), p = c("margin"), f = c("opacity"), h = c("padding"), R = c("saturate"), A = c("scale"), E = c("sepia"), U = c("skew"), F = c("space"), q = c("translate"), L = () => ["auto", "contain", "none"], W = () => ["auto", "hidden", "clip", "visible", "scroll"], V = () => ["auto", l, r], d = () => [l, r], J = () => ["", C, z], N = () => ["auto", M, l], X = () => ["bottom", "center", "left", "left-bottom", "left-top", "right", "right-bottom", "right-top", "top"], T = () => ["solid", "dashed", "dotted", "double", "none"], Z = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], O = () => ["start", "end", "center", "between", "around", "evenly", "stretch"], I = () => ["", "0", l], H = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], k = () => [M, l];
|
231
|
+
return {
|
232
|
+
cacheSize: 500,
|
233
|
+
separator: ":",
|
234
|
+
theme: {
|
235
|
+
colors: [j],
|
236
|
+
spacing: [C, z],
|
237
|
+
blur: ["none", "", S, l],
|
238
|
+
brightness: k(),
|
239
|
+
borderColor: [e],
|
240
|
+
borderRadius: ["none", "", "full", S, l],
|
241
|
+
borderSpacing: d(),
|
242
|
+
borderWidth: J(),
|
243
|
+
contrast: k(),
|
244
|
+
grayscale: I(),
|
245
|
+
hueRotate: k(),
|
246
|
+
invert: I(),
|
247
|
+
gap: d(),
|
248
|
+
gradientColorStops: [e],
|
249
|
+
gradientColorStopPositions: [Ce, z],
|
250
|
+
inset: V(),
|
251
|
+
margin: V(),
|
252
|
+
opacity: k(),
|
253
|
+
padding: d(),
|
254
|
+
saturate: k(),
|
255
|
+
scale: k(),
|
256
|
+
sepia: I(),
|
257
|
+
skew: k(),
|
258
|
+
space: d(),
|
259
|
+
translate: d()
|
260
|
+
},
|
261
|
+
classGroups: {
|
262
|
+
// Layout
|
263
|
+
/**
|
264
|
+
* Aspect Ratio
|
265
|
+
* @see https://tailwindcss.com/docs/aspect-ratio
|
266
|
+
*/
|
267
|
+
aspect: [{
|
268
|
+
aspect: ["auto", "square", "video", l]
|
269
|
+
}],
|
270
|
+
/**
|
271
|
+
* Container
|
272
|
+
* @see https://tailwindcss.com/docs/container
|
273
|
+
*/
|
274
|
+
container: ["container"],
|
275
|
+
/**
|
276
|
+
* Columns
|
277
|
+
* @see https://tailwindcss.com/docs/columns
|
278
|
+
*/
|
279
|
+
columns: [{
|
280
|
+
columns: [S]
|
281
|
+
}],
|
282
|
+
/**
|
283
|
+
* Break After
|
284
|
+
* @see https://tailwindcss.com/docs/break-after
|
285
|
+
*/
|
286
|
+
"break-after": [{
|
287
|
+
"break-after": H()
|
288
|
+
}],
|
289
|
+
/**
|
290
|
+
* Break Before
|
291
|
+
* @see https://tailwindcss.com/docs/break-before
|
292
|
+
*/
|
293
|
+
"break-before": [{
|
294
|
+
"break-before": H()
|
295
|
+
}],
|
296
|
+
/**
|
297
|
+
* Break Inside
|
298
|
+
* @see https://tailwindcss.com/docs/break-inside
|
299
|
+
*/
|
300
|
+
"break-inside": [{
|
301
|
+
"break-inside": ["auto", "avoid", "avoid-page", "avoid-column"]
|
302
|
+
}],
|
303
|
+
/**
|
304
|
+
* Box Decoration Break
|
305
|
+
* @see https://tailwindcss.com/docs/box-decoration-break
|
306
|
+
*/
|
307
|
+
"box-decoration": [{
|
308
|
+
"box-decoration": ["slice", "clone"]
|
309
|
+
}],
|
310
|
+
/**
|
311
|
+
* Box Sizing
|
312
|
+
* @see https://tailwindcss.com/docs/box-sizing
|
313
|
+
*/
|
314
|
+
box: [{
|
315
|
+
box: ["border", "content"]
|
316
|
+
}],
|
317
|
+
/**
|
318
|
+
* Display
|
319
|
+
* @see https://tailwindcss.com/docs/display
|
320
|
+
*/
|
321
|
+
display: ["block", "inline-block", "inline", "flex", "inline-flex", "table", "inline-table", "table-caption", "table-cell", "table-column", "table-column-group", "table-footer-group", "table-header-group", "table-row-group", "table-row", "flow-root", "grid", "inline-grid", "contents", "list-item", "hidden"],
|
322
|
+
/**
|
323
|
+
* Floats
|
324
|
+
* @see https://tailwindcss.com/docs/float
|
325
|
+
*/
|
326
|
+
float: [{
|
327
|
+
float: ["right", "left", "none", "start", "end"]
|
328
|
+
}],
|
329
|
+
/**
|
330
|
+
* Clear
|
331
|
+
* @see https://tailwindcss.com/docs/clear
|
332
|
+
*/
|
333
|
+
clear: [{
|
334
|
+
clear: ["left", "right", "both", "none", "start", "end"]
|
335
|
+
}],
|
336
|
+
/**
|
337
|
+
* Isolation
|
338
|
+
* @see https://tailwindcss.com/docs/isolation
|
339
|
+
*/
|
340
|
+
isolation: ["isolate", "isolation-auto"],
|
341
|
+
/**
|
342
|
+
* Object Fit
|
343
|
+
* @see https://tailwindcss.com/docs/object-fit
|
344
|
+
*/
|
345
|
+
"object-fit": [{
|
346
|
+
object: ["contain", "cover", "fill", "none", "scale-down"]
|
347
|
+
}],
|
348
|
+
/**
|
349
|
+
* Object Position
|
350
|
+
* @see https://tailwindcss.com/docs/object-position
|
351
|
+
*/
|
352
|
+
"object-position": [{
|
353
|
+
object: [...X(), l]
|
354
|
+
}],
|
355
|
+
/**
|
356
|
+
* Overflow
|
357
|
+
* @see https://tailwindcss.com/docs/overflow
|
358
|
+
*/
|
359
|
+
overflow: [{
|
360
|
+
overflow: W()
|
361
|
+
}],
|
362
|
+
/**
|
363
|
+
* Overflow X
|
364
|
+
* @see https://tailwindcss.com/docs/overflow
|
365
|
+
*/
|
366
|
+
"overflow-x": [{
|
367
|
+
"overflow-x": W()
|
368
|
+
}],
|
369
|
+
/**
|
370
|
+
* Overflow Y
|
371
|
+
* @see https://tailwindcss.com/docs/overflow
|
372
|
+
*/
|
373
|
+
"overflow-y": [{
|
374
|
+
"overflow-y": W()
|
375
|
+
}],
|
376
|
+
/**
|
377
|
+
* Overscroll Behavior
|
378
|
+
* @see https://tailwindcss.com/docs/overscroll-behavior
|
379
|
+
*/
|
380
|
+
overscroll: [{
|
381
|
+
overscroll: L()
|
382
|
+
}],
|
383
|
+
/**
|
384
|
+
* Overscroll Behavior X
|
385
|
+
* @see https://tailwindcss.com/docs/overscroll-behavior
|
386
|
+
*/
|
387
|
+
"overscroll-x": [{
|
388
|
+
"overscroll-x": L()
|
389
|
+
}],
|
390
|
+
/**
|
391
|
+
* Overscroll Behavior Y
|
392
|
+
* @see https://tailwindcss.com/docs/overscroll-behavior
|
393
|
+
*/
|
394
|
+
"overscroll-y": [{
|
395
|
+
"overscroll-y": L()
|
396
|
+
}],
|
397
|
+
/**
|
398
|
+
* Position
|
399
|
+
* @see https://tailwindcss.com/docs/position
|
400
|
+
*/
|
401
|
+
position: ["static", "fixed", "absolute", "relative", "sticky"],
|
402
|
+
/**
|
403
|
+
* Top / Right / Bottom / Left
|
404
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
405
|
+
*/
|
406
|
+
inset: [{
|
407
|
+
inset: [b]
|
408
|
+
}],
|
409
|
+
/**
|
410
|
+
* Right / Left
|
411
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
412
|
+
*/
|
413
|
+
"inset-x": [{
|
414
|
+
"inset-x": [b]
|
415
|
+
}],
|
416
|
+
/**
|
417
|
+
* Top / Bottom
|
418
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
419
|
+
*/
|
420
|
+
"inset-y": [{
|
421
|
+
"inset-y": [b]
|
422
|
+
}],
|
423
|
+
/**
|
424
|
+
* Start
|
425
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
426
|
+
*/
|
427
|
+
start: [{
|
428
|
+
start: [b]
|
429
|
+
}],
|
430
|
+
/**
|
431
|
+
* End
|
432
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
433
|
+
*/
|
434
|
+
end: [{
|
435
|
+
end: [b]
|
436
|
+
}],
|
437
|
+
/**
|
438
|
+
* Top
|
439
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
440
|
+
*/
|
441
|
+
top: [{
|
442
|
+
top: [b]
|
443
|
+
}],
|
444
|
+
/**
|
445
|
+
* Right
|
446
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
447
|
+
*/
|
448
|
+
right: [{
|
449
|
+
right: [b]
|
450
|
+
}],
|
451
|
+
/**
|
452
|
+
* Bottom
|
453
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
454
|
+
*/
|
455
|
+
bottom: [{
|
456
|
+
bottom: [b]
|
457
|
+
}],
|
458
|
+
/**
|
459
|
+
* Left
|
460
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
461
|
+
*/
|
462
|
+
left: [{
|
463
|
+
left: [b]
|
464
|
+
}],
|
465
|
+
/**
|
466
|
+
* Visibility
|
467
|
+
* @see https://tailwindcss.com/docs/visibility
|
468
|
+
*/
|
469
|
+
visibility: ["visible", "invisible", "collapse"],
|
470
|
+
/**
|
471
|
+
* Z-Index
|
472
|
+
* @see https://tailwindcss.com/docs/z-index
|
473
|
+
*/
|
474
|
+
z: [{
|
475
|
+
z: ["auto", P, l]
|
476
|
+
}],
|
477
|
+
// Flexbox and Grid
|
478
|
+
/**
|
479
|
+
* Flex Basis
|
480
|
+
* @see https://tailwindcss.com/docs/flex-basis
|
481
|
+
*/
|
482
|
+
basis: [{
|
483
|
+
basis: V()
|
484
|
+
}],
|
485
|
+
/**
|
486
|
+
* Flex Direction
|
487
|
+
* @see https://tailwindcss.com/docs/flex-direction
|
488
|
+
*/
|
489
|
+
"flex-direction": [{
|
490
|
+
flex: ["row", "row-reverse", "col", "col-reverse"]
|
491
|
+
}],
|
492
|
+
/**
|
493
|
+
* Flex Wrap
|
494
|
+
* @see https://tailwindcss.com/docs/flex-wrap
|
495
|
+
*/
|
496
|
+
"flex-wrap": [{
|
497
|
+
flex: ["wrap", "wrap-reverse", "nowrap"]
|
498
|
+
}],
|
499
|
+
/**
|
500
|
+
* Flex
|
501
|
+
* @see https://tailwindcss.com/docs/flex
|
502
|
+
*/
|
503
|
+
flex: [{
|
504
|
+
flex: ["1", "auto", "initial", "none", l]
|
505
|
+
}],
|
506
|
+
/**
|
507
|
+
* Flex Grow
|
508
|
+
* @see https://tailwindcss.com/docs/flex-grow
|
509
|
+
*/
|
510
|
+
grow: [{
|
511
|
+
grow: I()
|
512
|
+
}],
|
513
|
+
/**
|
514
|
+
* Flex Shrink
|
515
|
+
* @see https://tailwindcss.com/docs/flex-shrink
|
516
|
+
*/
|
517
|
+
shrink: [{
|
518
|
+
shrink: I()
|
519
|
+
}],
|
520
|
+
/**
|
521
|
+
* Order
|
522
|
+
* @see https://tailwindcss.com/docs/order
|
523
|
+
*/
|
524
|
+
order: [{
|
525
|
+
order: ["first", "last", "none", P, l]
|
526
|
+
}],
|
527
|
+
/**
|
528
|
+
* Grid Template Columns
|
529
|
+
* @see https://tailwindcss.com/docs/grid-template-columns
|
530
|
+
*/
|
531
|
+
"grid-cols": [{
|
532
|
+
"grid-cols": [j]
|
533
|
+
}],
|
534
|
+
/**
|
535
|
+
* Grid Column Start / End
|
536
|
+
* @see https://tailwindcss.com/docs/grid-column
|
537
|
+
*/
|
538
|
+
"col-start-end": [{
|
539
|
+
col: ["auto", {
|
540
|
+
span: ["full", P, l]
|
541
|
+
}, l]
|
542
|
+
}],
|
543
|
+
/**
|
544
|
+
* Grid Column Start
|
545
|
+
* @see https://tailwindcss.com/docs/grid-column
|
546
|
+
*/
|
547
|
+
"col-start": [{
|
548
|
+
"col-start": N()
|
549
|
+
}],
|
550
|
+
/**
|
551
|
+
* Grid Column End
|
552
|
+
* @see https://tailwindcss.com/docs/grid-column
|
553
|
+
*/
|
554
|
+
"col-end": [{
|
555
|
+
"col-end": N()
|
556
|
+
}],
|
557
|
+
/**
|
558
|
+
* Grid Template Rows
|
559
|
+
* @see https://tailwindcss.com/docs/grid-template-rows
|
560
|
+
*/
|
561
|
+
"grid-rows": [{
|
562
|
+
"grid-rows": [j]
|
563
|
+
}],
|
564
|
+
/**
|
565
|
+
* Grid Row Start / End
|
566
|
+
* @see https://tailwindcss.com/docs/grid-row
|
567
|
+
*/
|
568
|
+
"row-start-end": [{
|
569
|
+
row: ["auto", {
|
570
|
+
span: [P, l]
|
571
|
+
}, l]
|
572
|
+
}],
|
573
|
+
/**
|
574
|
+
* Grid Row Start
|
575
|
+
* @see https://tailwindcss.com/docs/grid-row
|
576
|
+
*/
|
577
|
+
"row-start": [{
|
578
|
+
"row-start": N()
|
579
|
+
}],
|
580
|
+
/**
|
581
|
+
* Grid Row End
|
582
|
+
* @see https://tailwindcss.com/docs/grid-row
|
583
|
+
*/
|
584
|
+
"row-end": [{
|
585
|
+
"row-end": N()
|
586
|
+
}],
|
587
|
+
/**
|
588
|
+
* Grid Auto Flow
|
589
|
+
* @see https://tailwindcss.com/docs/grid-auto-flow
|
590
|
+
*/
|
591
|
+
"grid-flow": [{
|
592
|
+
"grid-flow": ["row", "col", "dense", "row-dense", "col-dense"]
|
593
|
+
}],
|
594
|
+
/**
|
595
|
+
* Grid Auto Columns
|
596
|
+
* @see https://tailwindcss.com/docs/grid-auto-columns
|
597
|
+
*/
|
598
|
+
"auto-cols": [{
|
599
|
+
"auto-cols": ["auto", "min", "max", "fr", l]
|
600
|
+
}],
|
601
|
+
/**
|
602
|
+
* Grid Auto Rows
|
603
|
+
* @see https://tailwindcss.com/docs/grid-auto-rows
|
604
|
+
*/
|
605
|
+
"auto-rows": [{
|
606
|
+
"auto-rows": ["auto", "min", "max", "fr", l]
|
607
|
+
}],
|
608
|
+
/**
|
609
|
+
* Gap
|
610
|
+
* @see https://tailwindcss.com/docs/gap
|
611
|
+
*/
|
612
|
+
gap: [{
|
613
|
+
gap: [x]
|
614
|
+
}],
|
615
|
+
/**
|
616
|
+
* Gap X
|
617
|
+
* @see https://tailwindcss.com/docs/gap
|
618
|
+
*/
|
619
|
+
"gap-x": [{
|
620
|
+
"gap-x": [x]
|
621
|
+
}],
|
622
|
+
/**
|
623
|
+
* Gap Y
|
624
|
+
* @see https://tailwindcss.com/docs/gap
|
625
|
+
*/
|
626
|
+
"gap-y": [{
|
627
|
+
"gap-y": [x]
|
628
|
+
}],
|
629
|
+
/**
|
630
|
+
* Justify Content
|
631
|
+
* @see https://tailwindcss.com/docs/justify-content
|
632
|
+
*/
|
633
|
+
"justify-content": [{
|
634
|
+
justify: ["normal", ...O()]
|
635
|
+
}],
|
636
|
+
/**
|
637
|
+
* Justify Items
|
638
|
+
* @see https://tailwindcss.com/docs/justify-items
|
639
|
+
*/
|
640
|
+
"justify-items": [{
|
641
|
+
"justify-items": ["start", "end", "center", "stretch"]
|
642
|
+
}],
|
643
|
+
/**
|
644
|
+
* Justify Self
|
645
|
+
* @see https://tailwindcss.com/docs/justify-self
|
646
|
+
*/
|
647
|
+
"justify-self": [{
|
648
|
+
"justify-self": ["auto", "start", "end", "center", "stretch"]
|
649
|
+
}],
|
650
|
+
/**
|
651
|
+
* Align Content
|
652
|
+
* @see https://tailwindcss.com/docs/align-content
|
653
|
+
*/
|
654
|
+
"align-content": [{
|
655
|
+
content: ["normal", ...O(), "baseline"]
|
656
|
+
}],
|
657
|
+
/**
|
658
|
+
* Align Items
|
659
|
+
* @see https://tailwindcss.com/docs/align-items
|
660
|
+
*/
|
661
|
+
"align-items": [{
|
662
|
+
items: ["start", "end", "center", "baseline", "stretch"]
|
663
|
+
}],
|
664
|
+
/**
|
665
|
+
* Align Self
|
666
|
+
* @see https://tailwindcss.com/docs/align-self
|
667
|
+
*/
|
668
|
+
"align-self": [{
|
669
|
+
self: ["auto", "start", "end", "center", "stretch", "baseline"]
|
670
|
+
}],
|
671
|
+
/**
|
672
|
+
* Place Content
|
673
|
+
* @see https://tailwindcss.com/docs/place-content
|
674
|
+
*/
|
675
|
+
"place-content": [{
|
676
|
+
"place-content": [...O(), "baseline"]
|
677
|
+
}],
|
678
|
+
/**
|
679
|
+
* Place Items
|
680
|
+
* @see https://tailwindcss.com/docs/place-items
|
681
|
+
*/
|
682
|
+
"place-items": [{
|
683
|
+
"place-items": ["start", "end", "center", "baseline", "stretch"]
|
684
|
+
}],
|
685
|
+
/**
|
686
|
+
* Place Self
|
687
|
+
* @see https://tailwindcss.com/docs/place-self
|
688
|
+
*/
|
689
|
+
"place-self": [{
|
690
|
+
"place-self": ["auto", "start", "end", "center", "stretch"]
|
691
|
+
}],
|
692
|
+
// Spacing
|
693
|
+
/**
|
694
|
+
* Padding
|
695
|
+
* @see https://tailwindcss.com/docs/padding
|
696
|
+
*/
|
697
|
+
p: [{
|
698
|
+
p: [h]
|
699
|
+
}],
|
700
|
+
/**
|
701
|
+
* Padding X
|
702
|
+
* @see https://tailwindcss.com/docs/padding
|
703
|
+
*/
|
704
|
+
px: [{
|
705
|
+
px: [h]
|
706
|
+
}],
|
707
|
+
/**
|
708
|
+
* Padding Y
|
709
|
+
* @see https://tailwindcss.com/docs/padding
|
710
|
+
*/
|
711
|
+
py: [{
|
712
|
+
py: [h]
|
713
|
+
}],
|
714
|
+
/**
|
715
|
+
* Padding Start
|
716
|
+
* @see https://tailwindcss.com/docs/padding
|
717
|
+
*/
|
718
|
+
ps: [{
|
719
|
+
ps: [h]
|
720
|
+
}],
|
721
|
+
/**
|
722
|
+
* Padding End
|
723
|
+
* @see https://tailwindcss.com/docs/padding
|
724
|
+
*/
|
725
|
+
pe: [{
|
726
|
+
pe: [h]
|
727
|
+
}],
|
728
|
+
/**
|
729
|
+
* Padding Top
|
730
|
+
* @see https://tailwindcss.com/docs/padding
|
731
|
+
*/
|
732
|
+
pt: [{
|
733
|
+
pt: [h]
|
734
|
+
}],
|
735
|
+
/**
|
736
|
+
* Padding Right
|
737
|
+
* @see https://tailwindcss.com/docs/padding
|
738
|
+
*/
|
739
|
+
pr: [{
|
740
|
+
pr: [h]
|
741
|
+
}],
|
742
|
+
/**
|
743
|
+
* Padding Bottom
|
744
|
+
* @see https://tailwindcss.com/docs/padding
|
745
|
+
*/
|
746
|
+
pb: [{
|
747
|
+
pb: [h]
|
748
|
+
}],
|
749
|
+
/**
|
750
|
+
* Padding Left
|
751
|
+
* @see https://tailwindcss.com/docs/padding
|
752
|
+
*/
|
753
|
+
pl: [{
|
754
|
+
pl: [h]
|
755
|
+
}],
|
756
|
+
/**
|
757
|
+
* Margin
|
758
|
+
* @see https://tailwindcss.com/docs/margin
|
759
|
+
*/
|
760
|
+
m: [{
|
761
|
+
m: [p]
|
762
|
+
}],
|
763
|
+
/**
|
764
|
+
* Margin X
|
765
|
+
* @see https://tailwindcss.com/docs/margin
|
766
|
+
*/
|
767
|
+
mx: [{
|
768
|
+
mx: [p]
|
769
|
+
}],
|
770
|
+
/**
|
771
|
+
* Margin Y
|
772
|
+
* @see https://tailwindcss.com/docs/margin
|
773
|
+
*/
|
774
|
+
my: [{
|
775
|
+
my: [p]
|
776
|
+
}],
|
777
|
+
/**
|
778
|
+
* Margin Start
|
779
|
+
* @see https://tailwindcss.com/docs/margin
|
780
|
+
*/
|
781
|
+
ms: [{
|
782
|
+
ms: [p]
|
783
|
+
}],
|
784
|
+
/**
|
785
|
+
* Margin End
|
786
|
+
* @see https://tailwindcss.com/docs/margin
|
787
|
+
*/
|
788
|
+
me: [{
|
789
|
+
me: [p]
|
790
|
+
}],
|
791
|
+
/**
|
792
|
+
* Margin Top
|
793
|
+
* @see https://tailwindcss.com/docs/margin
|
794
|
+
*/
|
795
|
+
mt: [{
|
796
|
+
mt: [p]
|
797
|
+
}],
|
798
|
+
/**
|
799
|
+
* Margin Right
|
800
|
+
* @see https://tailwindcss.com/docs/margin
|
801
|
+
*/
|
802
|
+
mr: [{
|
803
|
+
mr: [p]
|
804
|
+
}],
|
805
|
+
/**
|
806
|
+
* Margin Bottom
|
807
|
+
* @see https://tailwindcss.com/docs/margin
|
808
|
+
*/
|
809
|
+
mb: [{
|
810
|
+
mb: [p]
|
811
|
+
}],
|
812
|
+
/**
|
813
|
+
* Margin Left
|
814
|
+
* @see https://tailwindcss.com/docs/margin
|
815
|
+
*/
|
816
|
+
ml: [{
|
817
|
+
ml: [p]
|
818
|
+
}],
|
819
|
+
/**
|
820
|
+
* Space Between X
|
821
|
+
* @see https://tailwindcss.com/docs/space
|
822
|
+
*/
|
823
|
+
"space-x": [{
|
824
|
+
"space-x": [F]
|
825
|
+
}],
|
826
|
+
/**
|
827
|
+
* Space Between X Reverse
|
828
|
+
* @see https://tailwindcss.com/docs/space
|
829
|
+
*/
|
830
|
+
"space-x-reverse": ["space-x-reverse"],
|
831
|
+
/**
|
832
|
+
* Space Between Y
|
833
|
+
* @see https://tailwindcss.com/docs/space
|
834
|
+
*/
|
835
|
+
"space-y": [{
|
836
|
+
"space-y": [F]
|
837
|
+
}],
|
838
|
+
/**
|
839
|
+
* Space Between Y Reverse
|
840
|
+
* @see https://tailwindcss.com/docs/space
|
841
|
+
*/
|
842
|
+
"space-y-reverse": ["space-y-reverse"],
|
843
|
+
// Sizing
|
844
|
+
/**
|
845
|
+
* Width
|
846
|
+
* @see https://tailwindcss.com/docs/width
|
847
|
+
*/
|
848
|
+
w: [{
|
849
|
+
w: ["auto", "min", "max", "fit", "svw", "lvw", "dvw", l, r]
|
850
|
+
}],
|
851
|
+
/**
|
852
|
+
* Min-Width
|
853
|
+
* @see https://tailwindcss.com/docs/min-width
|
854
|
+
*/
|
855
|
+
"min-w": [{
|
856
|
+
"min-w": [l, r, "min", "max", "fit"]
|
857
|
+
}],
|
858
|
+
/**
|
859
|
+
* Max-Width
|
860
|
+
* @see https://tailwindcss.com/docs/max-width
|
861
|
+
*/
|
862
|
+
"max-w": [{
|
863
|
+
"max-w": [l, r, "none", "full", "min", "max", "fit", "prose", {
|
864
|
+
screen: [S]
|
865
|
+
}, S]
|
866
|
+
}],
|
867
|
+
/**
|
868
|
+
* Height
|
869
|
+
* @see https://tailwindcss.com/docs/height
|
870
|
+
*/
|
871
|
+
h: [{
|
872
|
+
h: [l, r, "auto", "min", "max", "fit", "svh", "lvh", "dvh"]
|
873
|
+
}],
|
874
|
+
/**
|
875
|
+
* Min-Height
|
876
|
+
* @see https://tailwindcss.com/docs/min-height
|
877
|
+
*/
|
878
|
+
"min-h": [{
|
879
|
+
"min-h": [l, r, "min", "max", "fit", "svh", "lvh", "dvh"]
|
880
|
+
}],
|
881
|
+
/**
|
882
|
+
* Max-Height
|
883
|
+
* @see https://tailwindcss.com/docs/max-height
|
884
|
+
*/
|
885
|
+
"max-h": [{
|
886
|
+
"max-h": [l, r, "min", "max", "fit", "svh", "lvh", "dvh"]
|
887
|
+
}],
|
888
|
+
/**
|
889
|
+
* Size
|
890
|
+
* @see https://tailwindcss.com/docs/size
|
891
|
+
*/
|
892
|
+
size: [{
|
893
|
+
size: [l, r, "auto", "min", "max", "fit"]
|
894
|
+
}],
|
895
|
+
// Typography
|
896
|
+
/**
|
897
|
+
* Font Size
|
898
|
+
* @see https://tailwindcss.com/docs/font-size
|
899
|
+
*/
|
900
|
+
"font-size": [{
|
901
|
+
text: ["base", S, z]
|
902
|
+
}],
|
903
|
+
/**
|
904
|
+
* Font Smoothing
|
905
|
+
* @see https://tailwindcss.com/docs/font-smoothing
|
906
|
+
*/
|
907
|
+
"font-smoothing": ["antialiased", "subpixel-antialiased"],
|
908
|
+
/**
|
909
|
+
* Font Style
|
910
|
+
* @see https://tailwindcss.com/docs/font-style
|
911
|
+
*/
|
912
|
+
"font-style": ["italic", "not-italic"],
|
913
|
+
/**
|
914
|
+
* Font Weight
|
915
|
+
* @see https://tailwindcss.com/docs/font-weight
|
916
|
+
*/
|
917
|
+
"font-weight": [{
|
918
|
+
font: ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black", _]
|
919
|
+
}],
|
920
|
+
/**
|
921
|
+
* Font Family
|
922
|
+
* @see https://tailwindcss.com/docs/font-family
|
923
|
+
*/
|
924
|
+
"font-family": [{
|
925
|
+
font: [j]
|
926
|
+
}],
|
927
|
+
/**
|
928
|
+
* Font Variant Numeric
|
929
|
+
* @see https://tailwindcss.com/docs/font-variant-numeric
|
930
|
+
*/
|
931
|
+
"fvn-normal": ["normal-nums"],
|
932
|
+
/**
|
933
|
+
* Font Variant Numeric
|
934
|
+
* @see https://tailwindcss.com/docs/font-variant-numeric
|
935
|
+
*/
|
936
|
+
"fvn-ordinal": ["ordinal"],
|
937
|
+
/**
|
938
|
+
* Font Variant Numeric
|
939
|
+
* @see https://tailwindcss.com/docs/font-variant-numeric
|
940
|
+
*/
|
941
|
+
"fvn-slashed-zero": ["slashed-zero"],
|
942
|
+
/**
|
943
|
+
* Font Variant Numeric
|
944
|
+
* @see https://tailwindcss.com/docs/font-variant-numeric
|
945
|
+
*/
|
946
|
+
"fvn-figure": ["lining-nums", "oldstyle-nums"],
|
947
|
+
/**
|
948
|
+
* Font Variant Numeric
|
949
|
+
* @see https://tailwindcss.com/docs/font-variant-numeric
|
950
|
+
*/
|
951
|
+
"fvn-spacing": ["proportional-nums", "tabular-nums"],
|
952
|
+
/**
|
953
|
+
* Font Variant Numeric
|
954
|
+
* @see https://tailwindcss.com/docs/font-variant-numeric
|
955
|
+
*/
|
956
|
+
"fvn-fraction": ["diagonal-fractions", "stacked-fractions"],
|
957
|
+
/**
|
958
|
+
* Letter Spacing
|
959
|
+
* @see https://tailwindcss.com/docs/letter-spacing
|
960
|
+
*/
|
961
|
+
tracking: [{
|
962
|
+
tracking: ["tighter", "tight", "normal", "wide", "wider", "widest", l]
|
963
|
+
}],
|
964
|
+
/**
|
965
|
+
* Line Clamp
|
966
|
+
* @see https://tailwindcss.com/docs/line-clamp
|
967
|
+
*/
|
968
|
+
"line-clamp": [{
|
969
|
+
"line-clamp": ["none", M, _]
|
970
|
+
}],
|
971
|
+
/**
|
972
|
+
* Line Height
|
973
|
+
* @see https://tailwindcss.com/docs/line-height
|
974
|
+
*/
|
975
|
+
leading: [{
|
976
|
+
leading: ["none", "tight", "snug", "normal", "relaxed", "loose", C, l]
|
977
|
+
}],
|
978
|
+
/**
|
979
|
+
* List Style Image
|
980
|
+
* @see https://tailwindcss.com/docs/list-style-image
|
981
|
+
*/
|
982
|
+
"list-image": [{
|
983
|
+
"list-image": ["none", l]
|
984
|
+
}],
|
985
|
+
/**
|
986
|
+
* List Style Type
|
987
|
+
* @see https://tailwindcss.com/docs/list-style-type
|
988
|
+
*/
|
989
|
+
"list-style-type": [{
|
990
|
+
list: ["none", "disc", "decimal", l]
|
991
|
+
}],
|
992
|
+
/**
|
993
|
+
* List Style Position
|
994
|
+
* @see https://tailwindcss.com/docs/list-style-position
|
995
|
+
*/
|
996
|
+
"list-style-position": [{
|
997
|
+
list: ["inside", "outside"]
|
998
|
+
}],
|
999
|
+
/**
|
1000
|
+
* Placeholder Color
|
1001
|
+
* @deprecated since Tailwind CSS v3.0.0
|
1002
|
+
* @see https://tailwindcss.com/docs/placeholder-color
|
1003
|
+
*/
|
1004
|
+
"placeholder-color": [{
|
1005
|
+
placeholder: [e]
|
1006
|
+
}],
|
1007
|
+
/**
|
1008
|
+
* Placeholder Opacity
|
1009
|
+
* @see https://tailwindcss.com/docs/placeholder-opacity
|
1010
|
+
*/
|
1011
|
+
"placeholder-opacity": [{
|
1012
|
+
"placeholder-opacity": [f]
|
1013
|
+
}],
|
1014
|
+
/**
|
1015
|
+
* Text Alignment
|
1016
|
+
* @see https://tailwindcss.com/docs/text-align
|
1017
|
+
*/
|
1018
|
+
"text-alignment": [{
|
1019
|
+
text: ["left", "center", "right", "justify", "start", "end"]
|
1020
|
+
}],
|
1021
|
+
/**
|
1022
|
+
* Text Color
|
1023
|
+
* @see https://tailwindcss.com/docs/text-color
|
1024
|
+
*/
|
1025
|
+
"text-color": [{
|
1026
|
+
text: [e]
|
1027
|
+
}],
|
1028
|
+
/**
|
1029
|
+
* Text Opacity
|
1030
|
+
* @see https://tailwindcss.com/docs/text-opacity
|
1031
|
+
*/
|
1032
|
+
"text-opacity": [{
|
1033
|
+
"text-opacity": [f]
|
1034
|
+
}],
|
1035
|
+
/**
|
1036
|
+
* Text Decoration
|
1037
|
+
* @see https://tailwindcss.com/docs/text-decoration
|
1038
|
+
*/
|
1039
|
+
"text-decoration": ["underline", "overline", "line-through", "no-underline"],
|
1040
|
+
/**
|
1041
|
+
* Text Decoration Style
|
1042
|
+
* @see https://tailwindcss.com/docs/text-decoration-style
|
1043
|
+
*/
|
1044
|
+
"text-decoration-style": [{
|
1045
|
+
decoration: [...T(), "wavy"]
|
1046
|
+
}],
|
1047
|
+
/**
|
1048
|
+
* Text Decoration Thickness
|
1049
|
+
* @see https://tailwindcss.com/docs/text-decoration-thickness
|
1050
|
+
*/
|
1051
|
+
"text-decoration-thickness": [{
|
1052
|
+
decoration: ["auto", "from-font", C, z]
|
1053
|
+
}],
|
1054
|
+
/**
|
1055
|
+
* Text Underline Offset
|
1056
|
+
* @see https://tailwindcss.com/docs/text-underline-offset
|
1057
|
+
*/
|
1058
|
+
"underline-offset": [{
|
1059
|
+
"underline-offset": ["auto", C, l]
|
1060
|
+
}],
|
1061
|
+
/**
|
1062
|
+
* Text Decoration Color
|
1063
|
+
* @see https://tailwindcss.com/docs/text-decoration-color
|
1064
|
+
*/
|
1065
|
+
"text-decoration-color": [{
|
1066
|
+
decoration: [e]
|
1067
|
+
}],
|
1068
|
+
/**
|
1069
|
+
* Text Transform
|
1070
|
+
* @see https://tailwindcss.com/docs/text-transform
|
1071
|
+
*/
|
1072
|
+
"text-transform": ["uppercase", "lowercase", "capitalize", "normal-case"],
|
1073
|
+
/**
|
1074
|
+
* Text Overflow
|
1075
|
+
* @see https://tailwindcss.com/docs/text-overflow
|
1076
|
+
*/
|
1077
|
+
"text-overflow": ["truncate", "text-ellipsis", "text-clip"],
|
1078
|
+
/**
|
1079
|
+
* Text Wrap
|
1080
|
+
* @see https://tailwindcss.com/docs/text-wrap
|
1081
|
+
*/
|
1082
|
+
"text-wrap": [{
|
1083
|
+
text: ["wrap", "nowrap", "balance", "pretty"]
|
1084
|
+
}],
|
1085
|
+
/**
|
1086
|
+
* Text Indent
|
1087
|
+
* @see https://tailwindcss.com/docs/text-indent
|
1088
|
+
*/
|
1089
|
+
indent: [{
|
1090
|
+
indent: d()
|
1091
|
+
}],
|
1092
|
+
/**
|
1093
|
+
* Vertical Alignment
|
1094
|
+
* @see https://tailwindcss.com/docs/vertical-align
|
1095
|
+
*/
|
1096
|
+
"vertical-align": [{
|
1097
|
+
align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", l]
|
1098
|
+
}],
|
1099
|
+
/**
|
1100
|
+
* Whitespace
|
1101
|
+
* @see https://tailwindcss.com/docs/whitespace
|
1102
|
+
*/
|
1103
|
+
whitespace: [{
|
1104
|
+
whitespace: ["normal", "nowrap", "pre", "pre-line", "pre-wrap", "break-spaces"]
|
1105
|
+
}],
|
1106
|
+
/**
|
1107
|
+
* Word Break
|
1108
|
+
* @see https://tailwindcss.com/docs/word-break
|
1109
|
+
*/
|
1110
|
+
break: [{
|
1111
|
+
break: ["normal", "words", "all", "keep"]
|
1112
|
+
}],
|
1113
|
+
/**
|
1114
|
+
* Hyphens
|
1115
|
+
* @see https://tailwindcss.com/docs/hyphens
|
1116
|
+
*/
|
1117
|
+
hyphens: [{
|
1118
|
+
hyphens: ["none", "manual", "auto"]
|
1119
|
+
}],
|
1120
|
+
/**
|
1121
|
+
* Content
|
1122
|
+
* @see https://tailwindcss.com/docs/content
|
1123
|
+
*/
|
1124
|
+
content: [{
|
1125
|
+
content: ["none", l]
|
1126
|
+
}],
|
1127
|
+
// Backgrounds
|
1128
|
+
/**
|
1129
|
+
* Background Attachment
|
1130
|
+
* @see https://tailwindcss.com/docs/background-attachment
|
1131
|
+
*/
|
1132
|
+
"bg-attachment": [{
|
1133
|
+
bg: ["fixed", "local", "scroll"]
|
1134
|
+
}],
|
1135
|
+
/**
|
1136
|
+
* Background Clip
|
1137
|
+
* @see https://tailwindcss.com/docs/background-clip
|
1138
|
+
*/
|
1139
|
+
"bg-clip": [{
|
1140
|
+
"bg-clip": ["border", "padding", "content", "text"]
|
1141
|
+
}],
|
1142
|
+
/**
|
1143
|
+
* Background Opacity
|
1144
|
+
* @deprecated since Tailwind CSS v3.0.0
|
1145
|
+
* @see https://tailwindcss.com/docs/background-opacity
|
1146
|
+
*/
|
1147
|
+
"bg-opacity": [{
|
1148
|
+
"bg-opacity": [f]
|
1149
|
+
}],
|
1150
|
+
/**
|
1151
|
+
* Background Origin
|
1152
|
+
* @see https://tailwindcss.com/docs/background-origin
|
1153
|
+
*/
|
1154
|
+
"bg-origin": [{
|
1155
|
+
"bg-origin": ["border", "padding", "content"]
|
1156
|
+
}],
|
1157
|
+
/**
|
1158
|
+
* Background Position
|
1159
|
+
* @see https://tailwindcss.com/docs/background-position
|
1160
|
+
*/
|
1161
|
+
"bg-position": [{
|
1162
|
+
bg: [...X(), Ae]
|
1163
|
+
}],
|
1164
|
+
/**
|
1165
|
+
* Background Repeat
|
1166
|
+
* @see https://tailwindcss.com/docs/background-repeat
|
1167
|
+
*/
|
1168
|
+
"bg-repeat": [{
|
1169
|
+
bg: ["no-repeat", {
|
1170
|
+
repeat: ["", "x", "y", "round", "space"]
|
1171
|
+
}]
|
1172
|
+
}],
|
1173
|
+
/**
|
1174
|
+
* Background Size
|
1175
|
+
* @see https://tailwindcss.com/docs/background-size
|
1176
|
+
*/
|
1177
|
+
"bg-size": [{
|
1178
|
+
bg: ["auto", "cover", "contain", Se]
|
1179
|
+
}],
|
1180
|
+
/**
|
1181
|
+
* Background Image
|
1182
|
+
* @see https://tailwindcss.com/docs/background-image
|
1183
|
+
*/
|
1184
|
+
"bg-image": [{
|
1185
|
+
bg: ["none", {
|
1186
|
+
"gradient-to": ["t", "tr", "r", "br", "b", "bl", "l", "tl"]
|
1187
|
+
}, Ge]
|
1188
|
+
}],
|
1189
|
+
/**
|
1190
|
+
* Background Color
|
1191
|
+
* @see https://tailwindcss.com/docs/background-color
|
1192
|
+
*/
|
1193
|
+
"bg-color": [{
|
1194
|
+
bg: [e]
|
1195
|
+
}],
|
1196
|
+
/**
|
1197
|
+
* Gradient Color Stops From Position
|
1198
|
+
* @see https://tailwindcss.com/docs/gradient-color-stops
|
1199
|
+
*/
|
1200
|
+
"gradient-from-pos": [{
|
1201
|
+
from: [w]
|
1202
|
+
}],
|
1203
|
+
/**
|
1204
|
+
* Gradient Color Stops Via Position
|
1205
|
+
* @see https://tailwindcss.com/docs/gradient-color-stops
|
1206
|
+
*/
|
1207
|
+
"gradient-via-pos": [{
|
1208
|
+
via: [w]
|
1209
|
+
}],
|
1210
|
+
/**
|
1211
|
+
* Gradient Color Stops To Position
|
1212
|
+
* @see https://tailwindcss.com/docs/gradient-color-stops
|
1213
|
+
*/
|
1214
|
+
"gradient-to-pos": [{
|
1215
|
+
to: [w]
|
1216
|
+
}],
|
1217
|
+
/**
|
1218
|
+
* Gradient Color Stops From
|
1219
|
+
* @see https://tailwindcss.com/docs/gradient-color-stops
|
1220
|
+
*/
|
1221
|
+
"gradient-from": [{
|
1222
|
+
from: [v]
|
1223
|
+
}],
|
1224
|
+
/**
|
1225
|
+
* Gradient Color Stops Via
|
1226
|
+
* @see https://tailwindcss.com/docs/gradient-color-stops
|
1227
|
+
*/
|
1228
|
+
"gradient-via": [{
|
1229
|
+
via: [v]
|
1230
|
+
}],
|
1231
|
+
/**
|
1232
|
+
* Gradient Color Stops To
|
1233
|
+
* @see https://tailwindcss.com/docs/gradient-color-stops
|
1234
|
+
*/
|
1235
|
+
"gradient-to": [{
|
1236
|
+
to: [v]
|
1237
|
+
}],
|
1238
|
+
// Borders
|
1239
|
+
/**
|
1240
|
+
* Border Radius
|
1241
|
+
* @see https://tailwindcss.com/docs/border-radius
|
1242
|
+
*/
|
1243
|
+
rounded: [{
|
1244
|
+
rounded: [n]
|
1245
|
+
}],
|
1246
|
+
/**
|
1247
|
+
* Border Radius Start
|
1248
|
+
* @see https://tailwindcss.com/docs/border-radius
|
1249
|
+
*/
|
1250
|
+
"rounded-s": [{
|
1251
|
+
"rounded-s": [n]
|
1252
|
+
}],
|
1253
|
+
/**
|
1254
|
+
* Border Radius End
|
1255
|
+
* @see https://tailwindcss.com/docs/border-radius
|
1256
|
+
*/
|
1257
|
+
"rounded-e": [{
|
1258
|
+
"rounded-e": [n]
|
1259
|
+
}],
|
1260
|
+
/**
|
1261
|
+
* Border Radius Top
|
1262
|
+
* @see https://tailwindcss.com/docs/border-radius
|
1263
|
+
*/
|
1264
|
+
"rounded-t": [{
|
1265
|
+
"rounded-t": [n]
|
1266
|
+
}],
|
1267
|
+
/**
|
1268
|
+
* Border Radius Right
|
1269
|
+
* @see https://tailwindcss.com/docs/border-radius
|
1270
|
+
*/
|
1271
|
+
"rounded-r": [{
|
1272
|
+
"rounded-r": [n]
|
1273
|
+
}],
|
1274
|
+
/**
|
1275
|
+
* Border Radius Bottom
|
1276
|
+
* @see https://tailwindcss.com/docs/border-radius
|
1277
|
+
*/
|
1278
|
+
"rounded-b": [{
|
1279
|
+
"rounded-b": [n]
|
1280
|
+
}],
|
1281
|
+
/**
|
1282
|
+
* Border Radius Left
|
1283
|
+
* @see https://tailwindcss.com/docs/border-radius
|
1284
|
+
*/
|
1285
|
+
"rounded-l": [{
|
1286
|
+
"rounded-l": [n]
|
1287
|
+
}],
|
1288
|
+
/**
|
1289
|
+
* Border Radius Start Start
|
1290
|
+
* @see https://tailwindcss.com/docs/border-radius
|
1291
|
+
*/
|
1292
|
+
"rounded-ss": [{
|
1293
|
+
"rounded-ss": [n]
|
1294
|
+
}],
|
1295
|
+
/**
|
1296
|
+
* Border Radius Start End
|
1297
|
+
* @see https://tailwindcss.com/docs/border-radius
|
1298
|
+
*/
|
1299
|
+
"rounded-se": [{
|
1300
|
+
"rounded-se": [n]
|
1301
|
+
}],
|
1302
|
+
/**
|
1303
|
+
* Border Radius End End
|
1304
|
+
* @see https://tailwindcss.com/docs/border-radius
|
1305
|
+
*/
|
1306
|
+
"rounded-ee": [{
|
1307
|
+
"rounded-ee": [n]
|
1308
|
+
}],
|
1309
|
+
/**
|
1310
|
+
* Border Radius End Start
|
1311
|
+
* @see https://tailwindcss.com/docs/border-radius
|
1312
|
+
*/
|
1313
|
+
"rounded-es": [{
|
1314
|
+
"rounded-es": [n]
|
1315
|
+
}],
|
1316
|
+
/**
|
1317
|
+
* Border Radius Top Left
|
1318
|
+
* @see https://tailwindcss.com/docs/border-radius
|
1319
|
+
*/
|
1320
|
+
"rounded-tl": [{
|
1321
|
+
"rounded-tl": [n]
|
1322
|
+
}],
|
1323
|
+
/**
|
1324
|
+
* Border Radius Top Right
|
1325
|
+
* @see https://tailwindcss.com/docs/border-radius
|
1326
|
+
*/
|
1327
|
+
"rounded-tr": [{
|
1328
|
+
"rounded-tr": [n]
|
1329
|
+
}],
|
1330
|
+
/**
|
1331
|
+
* Border Radius Bottom Right
|
1332
|
+
* @see https://tailwindcss.com/docs/border-radius
|
1333
|
+
*/
|
1334
|
+
"rounded-br": [{
|
1335
|
+
"rounded-br": [n]
|
1336
|
+
}],
|
1337
|
+
/**
|
1338
|
+
* Border Radius Bottom Left
|
1339
|
+
* @see https://tailwindcss.com/docs/border-radius
|
1340
|
+
*/
|
1341
|
+
"rounded-bl": [{
|
1342
|
+
"rounded-bl": [n]
|
1343
|
+
}],
|
1344
|
+
/**
|
1345
|
+
* Border Width
|
1346
|
+
* @see https://tailwindcss.com/docs/border-width
|
1347
|
+
*/
|
1348
|
+
"border-w": [{
|
1349
|
+
border: [s]
|
1350
|
+
}],
|
1351
|
+
/**
|
1352
|
+
* Border Width X
|
1353
|
+
* @see https://tailwindcss.com/docs/border-width
|
1354
|
+
*/
|
1355
|
+
"border-w-x": [{
|
1356
|
+
"border-x": [s]
|
1357
|
+
}],
|
1358
|
+
/**
|
1359
|
+
* Border Width Y
|
1360
|
+
* @see https://tailwindcss.com/docs/border-width
|
1361
|
+
*/
|
1362
|
+
"border-w-y": [{
|
1363
|
+
"border-y": [s]
|
1364
|
+
}],
|
1365
|
+
/**
|
1366
|
+
* Border Width Start
|
1367
|
+
* @see https://tailwindcss.com/docs/border-width
|
1368
|
+
*/
|
1369
|
+
"border-w-s": [{
|
1370
|
+
"border-s": [s]
|
1371
|
+
}],
|
1372
|
+
/**
|
1373
|
+
* Border Width End
|
1374
|
+
* @see https://tailwindcss.com/docs/border-width
|
1375
|
+
*/
|
1376
|
+
"border-w-e": [{
|
1377
|
+
"border-e": [s]
|
1378
|
+
}],
|
1379
|
+
/**
|
1380
|
+
* Border Width Top
|
1381
|
+
* @see https://tailwindcss.com/docs/border-width
|
1382
|
+
*/
|
1383
|
+
"border-w-t": [{
|
1384
|
+
"border-t": [s]
|
1385
|
+
}],
|
1386
|
+
/**
|
1387
|
+
* Border Width Right
|
1388
|
+
* @see https://tailwindcss.com/docs/border-width
|
1389
|
+
*/
|
1390
|
+
"border-w-r": [{
|
1391
|
+
"border-r": [s]
|
1392
|
+
}],
|
1393
|
+
/**
|
1394
|
+
* Border Width Bottom
|
1395
|
+
* @see https://tailwindcss.com/docs/border-width
|
1396
|
+
*/
|
1397
|
+
"border-w-b": [{
|
1398
|
+
"border-b": [s]
|
1399
|
+
}],
|
1400
|
+
/**
|
1401
|
+
* Border Width Left
|
1402
|
+
* @see https://tailwindcss.com/docs/border-width
|
1403
|
+
*/
|
1404
|
+
"border-w-l": [{
|
1405
|
+
"border-l": [s]
|
1406
|
+
}],
|
1407
|
+
/**
|
1408
|
+
* Border Opacity
|
1409
|
+
* @see https://tailwindcss.com/docs/border-opacity
|
1410
|
+
*/
|
1411
|
+
"border-opacity": [{
|
1412
|
+
"border-opacity": [f]
|
1413
|
+
}],
|
1414
|
+
/**
|
1415
|
+
* Border Style
|
1416
|
+
* @see https://tailwindcss.com/docs/border-style
|
1417
|
+
*/
|
1418
|
+
"border-style": [{
|
1419
|
+
border: [...T(), "hidden"]
|
1420
|
+
}],
|
1421
|
+
/**
|
1422
|
+
* Divide Width X
|
1423
|
+
* @see https://tailwindcss.com/docs/divide-width
|
1424
|
+
*/
|
1425
|
+
"divide-x": [{
|
1426
|
+
"divide-x": [s]
|
1427
|
+
}],
|
1428
|
+
/**
|
1429
|
+
* Divide Width X Reverse
|
1430
|
+
* @see https://tailwindcss.com/docs/divide-width
|
1431
|
+
*/
|
1432
|
+
"divide-x-reverse": ["divide-x-reverse"],
|
1433
|
+
/**
|
1434
|
+
* Divide Width Y
|
1435
|
+
* @see https://tailwindcss.com/docs/divide-width
|
1436
|
+
*/
|
1437
|
+
"divide-y": [{
|
1438
|
+
"divide-y": [s]
|
1439
|
+
}],
|
1440
|
+
/**
|
1441
|
+
* Divide Width Y Reverse
|
1442
|
+
* @see https://tailwindcss.com/docs/divide-width
|
1443
|
+
*/
|
1444
|
+
"divide-y-reverse": ["divide-y-reverse"],
|
1445
|
+
/**
|
1446
|
+
* Divide Opacity
|
1447
|
+
* @see https://tailwindcss.com/docs/divide-opacity
|
1448
|
+
*/
|
1449
|
+
"divide-opacity": [{
|
1450
|
+
"divide-opacity": [f]
|
1451
|
+
}],
|
1452
|
+
/**
|
1453
|
+
* Divide Style
|
1454
|
+
* @see https://tailwindcss.com/docs/divide-style
|
1455
|
+
*/
|
1456
|
+
"divide-style": [{
|
1457
|
+
divide: T()
|
1458
|
+
}],
|
1459
|
+
/**
|
1460
|
+
* Border Color
|
1461
|
+
* @see https://tailwindcss.com/docs/border-color
|
1462
|
+
*/
|
1463
|
+
"border-color": [{
|
1464
|
+
border: [a]
|
1465
|
+
}],
|
1466
|
+
/**
|
1467
|
+
* Border Color X
|
1468
|
+
* @see https://tailwindcss.com/docs/border-color
|
1469
|
+
*/
|
1470
|
+
"border-color-x": [{
|
1471
|
+
"border-x": [a]
|
1472
|
+
}],
|
1473
|
+
/**
|
1474
|
+
* Border Color Y
|
1475
|
+
* @see https://tailwindcss.com/docs/border-color
|
1476
|
+
*/
|
1477
|
+
"border-color-y": [{
|
1478
|
+
"border-y": [a]
|
1479
|
+
}],
|
1480
|
+
/**
|
1481
|
+
* Border Color S
|
1482
|
+
* @see https://tailwindcss.com/docs/border-color
|
1483
|
+
*/
|
1484
|
+
"border-color-s": [{
|
1485
|
+
"border-s": [a]
|
1486
|
+
}],
|
1487
|
+
/**
|
1488
|
+
* Border Color E
|
1489
|
+
* @see https://tailwindcss.com/docs/border-color
|
1490
|
+
*/
|
1491
|
+
"border-color-e": [{
|
1492
|
+
"border-e": [a]
|
1493
|
+
}],
|
1494
|
+
/**
|
1495
|
+
* Border Color Top
|
1496
|
+
* @see https://tailwindcss.com/docs/border-color
|
1497
|
+
*/
|
1498
|
+
"border-color-t": [{
|
1499
|
+
"border-t": [a]
|
1500
|
+
}],
|
1501
|
+
/**
|
1502
|
+
* Border Color Right
|
1503
|
+
* @see https://tailwindcss.com/docs/border-color
|
1504
|
+
*/
|
1505
|
+
"border-color-r": [{
|
1506
|
+
"border-r": [a]
|
1507
|
+
}],
|
1508
|
+
/**
|
1509
|
+
* Border Color Bottom
|
1510
|
+
* @see https://tailwindcss.com/docs/border-color
|
1511
|
+
*/
|
1512
|
+
"border-color-b": [{
|
1513
|
+
"border-b": [a]
|
1514
|
+
}],
|
1515
|
+
/**
|
1516
|
+
* Border Color Left
|
1517
|
+
* @see https://tailwindcss.com/docs/border-color
|
1518
|
+
*/
|
1519
|
+
"border-color-l": [{
|
1520
|
+
"border-l": [a]
|
1521
|
+
}],
|
1522
|
+
/**
|
1523
|
+
* Divide Color
|
1524
|
+
* @see https://tailwindcss.com/docs/divide-color
|
1525
|
+
*/
|
1526
|
+
"divide-color": [{
|
1527
|
+
divide: [a]
|
1528
|
+
}],
|
1529
|
+
/**
|
1530
|
+
* Outline Style
|
1531
|
+
* @see https://tailwindcss.com/docs/outline-style
|
1532
|
+
*/
|
1533
|
+
"outline-style": [{
|
1534
|
+
outline: ["", ...T()]
|
1535
|
+
}],
|
1536
|
+
/**
|
1537
|
+
* Outline Offset
|
1538
|
+
* @see https://tailwindcss.com/docs/outline-offset
|
1539
|
+
*/
|
1540
|
+
"outline-offset": [{
|
1541
|
+
"outline-offset": [C, l]
|
1542
|
+
}],
|
1543
|
+
/**
|
1544
|
+
* Outline Width
|
1545
|
+
* @see https://tailwindcss.com/docs/outline-width
|
1546
|
+
*/
|
1547
|
+
"outline-w": [{
|
1548
|
+
outline: [C, z]
|
1549
|
+
}],
|
1550
|
+
/**
|
1551
|
+
* Outline Color
|
1552
|
+
* @see https://tailwindcss.com/docs/outline-color
|
1553
|
+
*/
|
1554
|
+
"outline-color": [{
|
1555
|
+
outline: [e]
|
1556
|
+
}],
|
1557
|
+
/**
|
1558
|
+
* Ring Width
|
1559
|
+
* @see https://tailwindcss.com/docs/ring-width
|
1560
|
+
*/
|
1561
|
+
"ring-w": [{
|
1562
|
+
ring: J()
|
1563
|
+
}],
|
1564
|
+
/**
|
1565
|
+
* Ring Width Inset
|
1566
|
+
* @see https://tailwindcss.com/docs/ring-width
|
1567
|
+
*/
|
1568
|
+
"ring-w-inset": ["ring-inset"],
|
1569
|
+
/**
|
1570
|
+
* Ring Color
|
1571
|
+
* @see https://tailwindcss.com/docs/ring-color
|
1572
|
+
*/
|
1573
|
+
"ring-color": [{
|
1574
|
+
ring: [e]
|
1575
|
+
}],
|
1576
|
+
/**
|
1577
|
+
* Ring Opacity
|
1578
|
+
* @see https://tailwindcss.com/docs/ring-opacity
|
1579
|
+
*/
|
1580
|
+
"ring-opacity": [{
|
1581
|
+
"ring-opacity": [f]
|
1582
|
+
}],
|
1583
|
+
/**
|
1584
|
+
* Ring Offset Width
|
1585
|
+
* @see https://tailwindcss.com/docs/ring-offset-width
|
1586
|
+
*/
|
1587
|
+
"ring-offset-w": [{
|
1588
|
+
"ring-offset": [C, z]
|
1589
|
+
}],
|
1590
|
+
/**
|
1591
|
+
* Ring Offset Color
|
1592
|
+
* @see https://tailwindcss.com/docs/ring-offset-color
|
1593
|
+
*/
|
1594
|
+
"ring-offset-color": [{
|
1595
|
+
"ring-offset": [e]
|
1596
|
+
}],
|
1597
|
+
// Effects
|
1598
|
+
/**
|
1599
|
+
* Box Shadow
|
1600
|
+
* @see https://tailwindcss.com/docs/box-shadow
|
1601
|
+
*/
|
1602
|
+
shadow: [{
|
1603
|
+
shadow: ["", "inner", "none", S, Re]
|
1604
|
+
}],
|
1605
|
+
/**
|
1606
|
+
* Box Shadow Color
|
1607
|
+
* @see https://tailwindcss.com/docs/box-shadow-color
|
1608
|
+
*/
|
1609
|
+
"shadow-color": [{
|
1610
|
+
shadow: [j]
|
1611
|
+
}],
|
1612
|
+
/**
|
1613
|
+
* Opacity
|
1614
|
+
* @see https://tailwindcss.com/docs/opacity
|
1615
|
+
*/
|
1616
|
+
opacity: [{
|
1617
|
+
opacity: [f]
|
1618
|
+
}],
|
1619
|
+
/**
|
1620
|
+
* Mix Blend Mode
|
1621
|
+
* @see https://tailwindcss.com/docs/mix-blend-mode
|
1622
|
+
*/
|
1623
|
+
"mix-blend": [{
|
1624
|
+
"mix-blend": [...Z(), "plus-lighter", "plus-darker"]
|
1625
|
+
}],
|
1626
|
+
/**
|
1627
|
+
* Background Blend Mode
|
1628
|
+
* @see https://tailwindcss.com/docs/background-blend-mode
|
1629
|
+
*/
|
1630
|
+
"bg-blend": [{
|
1631
|
+
"bg-blend": Z()
|
1632
|
+
}],
|
1633
|
+
// Filters
|
1634
|
+
/**
|
1635
|
+
* Filter
|
1636
|
+
* @deprecated since Tailwind CSS v3.0.0
|
1637
|
+
* @see https://tailwindcss.com/docs/filter
|
1638
|
+
*/
|
1639
|
+
filter: [{
|
1640
|
+
filter: ["", "none"]
|
1641
|
+
}],
|
1642
|
+
/**
|
1643
|
+
* Blur
|
1644
|
+
* @see https://tailwindcss.com/docs/blur
|
1645
|
+
*/
|
1646
|
+
blur: [{
|
1647
|
+
blur: [t]
|
1648
|
+
}],
|
1649
|
+
/**
|
1650
|
+
* Brightness
|
1651
|
+
* @see https://tailwindcss.com/docs/brightness
|
1652
|
+
*/
|
1653
|
+
brightness: [{
|
1654
|
+
brightness: [o]
|
1655
|
+
}],
|
1656
|
+
/**
|
1657
|
+
* Contrast
|
1658
|
+
* @see https://tailwindcss.com/docs/contrast
|
1659
|
+
*/
|
1660
|
+
contrast: [{
|
1661
|
+
contrast: [u]
|
1662
|
+
}],
|
1663
|
+
/**
|
1664
|
+
* Drop Shadow
|
1665
|
+
* @see https://tailwindcss.com/docs/drop-shadow
|
1666
|
+
*/
|
1667
|
+
"drop-shadow": [{
|
1668
|
+
"drop-shadow": ["", "none", S, l]
|
1669
|
+
}],
|
1670
|
+
/**
|
1671
|
+
* Grayscale
|
1672
|
+
* @see https://tailwindcss.com/docs/grayscale
|
1673
|
+
*/
|
1674
|
+
grayscale: [{
|
1675
|
+
grayscale: [g]
|
1676
|
+
}],
|
1677
|
+
/**
|
1678
|
+
* Hue Rotate
|
1679
|
+
* @see https://tailwindcss.com/docs/hue-rotate
|
1680
|
+
*/
|
1681
|
+
"hue-rotate": [{
|
1682
|
+
"hue-rotate": [m]
|
1683
|
+
}],
|
1684
|
+
/**
|
1685
|
+
* Invert
|
1686
|
+
* @see https://tailwindcss.com/docs/invert
|
1687
|
+
*/
|
1688
|
+
invert: [{
|
1689
|
+
invert: [y]
|
1690
|
+
}],
|
1691
|
+
/**
|
1692
|
+
* Saturate
|
1693
|
+
* @see https://tailwindcss.com/docs/saturate
|
1694
|
+
*/
|
1695
|
+
saturate: [{
|
1696
|
+
saturate: [R]
|
1697
|
+
}],
|
1698
|
+
/**
|
1699
|
+
* Sepia
|
1700
|
+
* @see https://tailwindcss.com/docs/sepia
|
1701
|
+
*/
|
1702
|
+
sepia: [{
|
1703
|
+
sepia: [E]
|
1704
|
+
}],
|
1705
|
+
/**
|
1706
|
+
* Backdrop Filter
|
1707
|
+
* @deprecated since Tailwind CSS v3.0.0
|
1708
|
+
* @see https://tailwindcss.com/docs/backdrop-filter
|
1709
|
+
*/
|
1710
|
+
"backdrop-filter": [{
|
1711
|
+
"backdrop-filter": ["", "none"]
|
1712
|
+
}],
|
1713
|
+
/**
|
1714
|
+
* Backdrop Blur
|
1715
|
+
* @see https://tailwindcss.com/docs/backdrop-blur
|
1716
|
+
*/
|
1717
|
+
"backdrop-blur": [{
|
1718
|
+
"backdrop-blur": [t]
|
1719
|
+
}],
|
1720
|
+
/**
|
1721
|
+
* Backdrop Brightness
|
1722
|
+
* @see https://tailwindcss.com/docs/backdrop-brightness
|
1723
|
+
*/
|
1724
|
+
"backdrop-brightness": [{
|
1725
|
+
"backdrop-brightness": [o]
|
1726
|
+
}],
|
1727
|
+
/**
|
1728
|
+
* Backdrop Contrast
|
1729
|
+
* @see https://tailwindcss.com/docs/backdrop-contrast
|
1730
|
+
*/
|
1731
|
+
"backdrop-contrast": [{
|
1732
|
+
"backdrop-contrast": [u]
|
1733
|
+
}],
|
1734
|
+
/**
|
1735
|
+
* Backdrop Grayscale
|
1736
|
+
* @see https://tailwindcss.com/docs/backdrop-grayscale
|
1737
|
+
*/
|
1738
|
+
"backdrop-grayscale": [{
|
1739
|
+
"backdrop-grayscale": [g]
|
1740
|
+
}],
|
1741
|
+
/**
|
1742
|
+
* Backdrop Hue Rotate
|
1743
|
+
* @see https://tailwindcss.com/docs/backdrop-hue-rotate
|
1744
|
+
*/
|
1745
|
+
"backdrop-hue-rotate": [{
|
1746
|
+
"backdrop-hue-rotate": [m]
|
1747
|
+
}],
|
1748
|
+
/**
|
1749
|
+
* Backdrop Invert
|
1750
|
+
* @see https://tailwindcss.com/docs/backdrop-invert
|
1751
|
+
*/
|
1752
|
+
"backdrop-invert": [{
|
1753
|
+
"backdrop-invert": [y]
|
1754
|
+
}],
|
1755
|
+
/**
|
1756
|
+
* Backdrop Opacity
|
1757
|
+
* @see https://tailwindcss.com/docs/backdrop-opacity
|
1758
|
+
*/
|
1759
|
+
"backdrop-opacity": [{
|
1760
|
+
"backdrop-opacity": [f]
|
1761
|
+
}],
|
1762
|
+
/**
|
1763
|
+
* Backdrop Saturate
|
1764
|
+
* @see https://tailwindcss.com/docs/backdrop-saturate
|
1765
|
+
*/
|
1766
|
+
"backdrop-saturate": [{
|
1767
|
+
"backdrop-saturate": [R]
|
1768
|
+
}],
|
1769
|
+
/**
|
1770
|
+
* Backdrop Sepia
|
1771
|
+
* @see https://tailwindcss.com/docs/backdrop-sepia
|
1772
|
+
*/
|
1773
|
+
"backdrop-sepia": [{
|
1774
|
+
"backdrop-sepia": [E]
|
1775
|
+
}],
|
1776
|
+
// Tables
|
1777
|
+
/**
|
1778
|
+
* Border Collapse
|
1779
|
+
* @see https://tailwindcss.com/docs/border-collapse
|
1780
|
+
*/
|
1781
|
+
"border-collapse": [{
|
1782
|
+
border: ["collapse", "separate"]
|
1783
|
+
}],
|
1784
|
+
/**
|
1785
|
+
* Border Spacing
|
1786
|
+
* @see https://tailwindcss.com/docs/border-spacing
|
1787
|
+
*/
|
1788
|
+
"border-spacing": [{
|
1789
|
+
"border-spacing": [i]
|
1790
|
+
}],
|
1791
|
+
/**
|
1792
|
+
* Border Spacing X
|
1793
|
+
* @see https://tailwindcss.com/docs/border-spacing
|
1794
|
+
*/
|
1795
|
+
"border-spacing-x": [{
|
1796
|
+
"border-spacing-x": [i]
|
1797
|
+
}],
|
1798
|
+
/**
|
1799
|
+
* Border Spacing Y
|
1800
|
+
* @see https://tailwindcss.com/docs/border-spacing
|
1801
|
+
*/
|
1802
|
+
"border-spacing-y": [{
|
1803
|
+
"border-spacing-y": [i]
|
1804
|
+
}],
|
1805
|
+
/**
|
1806
|
+
* Table Layout
|
1807
|
+
* @see https://tailwindcss.com/docs/table-layout
|
1808
|
+
*/
|
1809
|
+
"table-layout": [{
|
1810
|
+
table: ["auto", "fixed"]
|
1811
|
+
}],
|
1812
|
+
/**
|
1813
|
+
* Caption Side
|
1814
|
+
* @see https://tailwindcss.com/docs/caption-side
|
1815
|
+
*/
|
1816
|
+
caption: [{
|
1817
|
+
caption: ["top", "bottom"]
|
1818
|
+
}],
|
1819
|
+
// Transitions and Animation
|
1820
|
+
/**
|
1821
|
+
* Tranisition Property
|
1822
|
+
* @see https://tailwindcss.com/docs/transition-property
|
1823
|
+
*/
|
1824
|
+
transition: [{
|
1825
|
+
transition: ["none", "all", "", "colors", "opacity", "shadow", "transform", l]
|
1826
|
+
}],
|
1827
|
+
/**
|
1828
|
+
* Transition Duration
|
1829
|
+
* @see https://tailwindcss.com/docs/transition-duration
|
1830
|
+
*/
|
1831
|
+
duration: [{
|
1832
|
+
duration: k()
|
1833
|
+
}],
|
1834
|
+
/**
|
1835
|
+
* Transition Timing Function
|
1836
|
+
* @see https://tailwindcss.com/docs/transition-timing-function
|
1837
|
+
*/
|
1838
|
+
ease: [{
|
1839
|
+
ease: ["linear", "in", "out", "in-out", l]
|
1840
|
+
}],
|
1841
|
+
/**
|
1842
|
+
* Transition Delay
|
1843
|
+
* @see https://tailwindcss.com/docs/transition-delay
|
1844
|
+
*/
|
1845
|
+
delay: [{
|
1846
|
+
delay: k()
|
1847
|
+
}],
|
1848
|
+
/**
|
1849
|
+
* Animation
|
1850
|
+
* @see https://tailwindcss.com/docs/animation
|
1851
|
+
*/
|
1852
|
+
animate: [{
|
1853
|
+
animate: ["none", "spin", "ping", "pulse", "bounce", l]
|
1854
|
+
}],
|
1855
|
+
// Transforms
|
1856
|
+
/**
|
1857
|
+
* Transform
|
1858
|
+
* @see https://tailwindcss.com/docs/transform
|
1859
|
+
*/
|
1860
|
+
transform: [{
|
1861
|
+
transform: ["", "gpu", "none"]
|
1862
|
+
}],
|
1863
|
+
/**
|
1864
|
+
* Scale
|
1865
|
+
* @see https://tailwindcss.com/docs/scale
|
1866
|
+
*/
|
1867
|
+
scale: [{
|
1868
|
+
scale: [A]
|
1869
|
+
}],
|
1870
|
+
/**
|
1871
|
+
* Scale X
|
1872
|
+
* @see https://tailwindcss.com/docs/scale
|
1873
|
+
*/
|
1874
|
+
"scale-x": [{
|
1875
|
+
"scale-x": [A]
|
1876
|
+
}],
|
1877
|
+
/**
|
1878
|
+
* Scale Y
|
1879
|
+
* @see https://tailwindcss.com/docs/scale
|
1880
|
+
*/
|
1881
|
+
"scale-y": [{
|
1882
|
+
"scale-y": [A]
|
1883
|
+
}],
|
1884
|
+
/**
|
1885
|
+
* Rotate
|
1886
|
+
* @see https://tailwindcss.com/docs/rotate
|
1887
|
+
*/
|
1888
|
+
rotate: [{
|
1889
|
+
rotate: [P, l]
|
1890
|
+
}],
|
1891
|
+
/**
|
1892
|
+
* Translate X
|
1893
|
+
* @see https://tailwindcss.com/docs/translate
|
1894
|
+
*/
|
1895
|
+
"translate-x": [{
|
1896
|
+
"translate-x": [q]
|
1897
|
+
}],
|
1898
|
+
/**
|
1899
|
+
* Translate Y
|
1900
|
+
* @see https://tailwindcss.com/docs/translate
|
1901
|
+
*/
|
1902
|
+
"translate-y": [{
|
1903
|
+
"translate-y": [q]
|
1904
|
+
}],
|
1905
|
+
/**
|
1906
|
+
* Skew X
|
1907
|
+
* @see https://tailwindcss.com/docs/skew
|
1908
|
+
*/
|
1909
|
+
"skew-x": [{
|
1910
|
+
"skew-x": [U]
|
1911
|
+
}],
|
1912
|
+
/**
|
1913
|
+
* Skew Y
|
1914
|
+
* @see https://tailwindcss.com/docs/skew
|
1915
|
+
*/
|
1916
|
+
"skew-y": [{
|
1917
|
+
"skew-y": [U]
|
1918
|
+
}],
|
1919
|
+
/**
|
1920
|
+
* Transform Origin
|
1921
|
+
* @see https://tailwindcss.com/docs/transform-origin
|
1922
|
+
*/
|
1923
|
+
"transform-origin": [{
|
1924
|
+
origin: ["center", "top", "top-right", "right", "bottom-right", "bottom", "bottom-left", "left", "top-left", l]
|
1925
|
+
}],
|
1926
|
+
// Interactivity
|
1927
|
+
/**
|
1928
|
+
* Accent Color
|
1929
|
+
* @see https://tailwindcss.com/docs/accent-color
|
1930
|
+
*/
|
1931
|
+
accent: [{
|
1932
|
+
accent: ["auto", e]
|
1933
|
+
}],
|
1934
|
+
/**
|
1935
|
+
* Appearance
|
1936
|
+
* @see https://tailwindcss.com/docs/appearance
|
1937
|
+
*/
|
1938
|
+
appearance: [{
|
1939
|
+
appearance: ["none", "auto"]
|
1940
|
+
}],
|
1941
|
+
/**
|
1942
|
+
* Cursor
|
1943
|
+
* @see https://tailwindcss.com/docs/cursor
|
1944
|
+
*/
|
1945
|
+
cursor: [{
|
1946
|
+
cursor: ["auto", "default", "pointer", "wait", "text", "move", "help", "not-allowed", "none", "context-menu", "progress", "cell", "crosshair", "vertical-text", "alias", "copy", "no-drop", "grab", "grabbing", "all-scroll", "col-resize", "row-resize", "n-resize", "e-resize", "s-resize", "w-resize", "ne-resize", "nw-resize", "se-resize", "sw-resize", "ew-resize", "ns-resize", "nesw-resize", "nwse-resize", "zoom-in", "zoom-out", l]
|
1947
|
+
}],
|
1948
|
+
/**
|
1949
|
+
* Caret Color
|
1950
|
+
* @see https://tailwindcss.com/docs/just-in-time-mode#caret-color-utilities
|
1951
|
+
*/
|
1952
|
+
"caret-color": [{
|
1953
|
+
caret: [e]
|
1954
|
+
}],
|
1955
|
+
/**
|
1956
|
+
* Pointer Events
|
1957
|
+
* @see https://tailwindcss.com/docs/pointer-events
|
1958
|
+
*/
|
1959
|
+
"pointer-events": [{
|
1960
|
+
"pointer-events": ["none", "auto"]
|
1961
|
+
}],
|
1962
|
+
/**
|
1963
|
+
* Resize
|
1964
|
+
* @see https://tailwindcss.com/docs/resize
|
1965
|
+
*/
|
1966
|
+
resize: [{
|
1967
|
+
resize: ["none", "y", "x", ""]
|
1968
|
+
}],
|
1969
|
+
/**
|
1970
|
+
* Scroll Behavior
|
1971
|
+
* @see https://tailwindcss.com/docs/scroll-behavior
|
1972
|
+
*/
|
1973
|
+
"scroll-behavior": [{
|
1974
|
+
scroll: ["auto", "smooth"]
|
1975
|
+
}],
|
1976
|
+
/**
|
1977
|
+
* Scroll Margin
|
1978
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
1979
|
+
*/
|
1980
|
+
"scroll-m": [{
|
1981
|
+
"scroll-m": d()
|
1982
|
+
}],
|
1983
|
+
/**
|
1984
|
+
* Scroll Margin X
|
1985
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
1986
|
+
*/
|
1987
|
+
"scroll-mx": [{
|
1988
|
+
"scroll-mx": d()
|
1989
|
+
}],
|
1990
|
+
/**
|
1991
|
+
* Scroll Margin Y
|
1992
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
1993
|
+
*/
|
1994
|
+
"scroll-my": [{
|
1995
|
+
"scroll-my": d()
|
1996
|
+
}],
|
1997
|
+
/**
|
1998
|
+
* Scroll Margin Start
|
1999
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
2000
|
+
*/
|
2001
|
+
"scroll-ms": [{
|
2002
|
+
"scroll-ms": d()
|
2003
|
+
}],
|
2004
|
+
/**
|
2005
|
+
* Scroll Margin End
|
2006
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
2007
|
+
*/
|
2008
|
+
"scroll-me": [{
|
2009
|
+
"scroll-me": d()
|
2010
|
+
}],
|
2011
|
+
/**
|
2012
|
+
* Scroll Margin Top
|
2013
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
2014
|
+
*/
|
2015
|
+
"scroll-mt": [{
|
2016
|
+
"scroll-mt": d()
|
2017
|
+
}],
|
2018
|
+
/**
|
2019
|
+
* Scroll Margin Right
|
2020
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
2021
|
+
*/
|
2022
|
+
"scroll-mr": [{
|
2023
|
+
"scroll-mr": d()
|
2024
|
+
}],
|
2025
|
+
/**
|
2026
|
+
* Scroll Margin Bottom
|
2027
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
2028
|
+
*/
|
2029
|
+
"scroll-mb": [{
|
2030
|
+
"scroll-mb": d()
|
2031
|
+
}],
|
2032
|
+
/**
|
2033
|
+
* Scroll Margin Left
|
2034
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
2035
|
+
*/
|
2036
|
+
"scroll-ml": [{
|
2037
|
+
"scroll-ml": d()
|
2038
|
+
}],
|
2039
|
+
/**
|
2040
|
+
* Scroll Padding
|
2041
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
2042
|
+
*/
|
2043
|
+
"scroll-p": [{
|
2044
|
+
"scroll-p": d()
|
2045
|
+
}],
|
2046
|
+
/**
|
2047
|
+
* Scroll Padding X
|
2048
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
2049
|
+
*/
|
2050
|
+
"scroll-px": [{
|
2051
|
+
"scroll-px": d()
|
2052
|
+
}],
|
2053
|
+
/**
|
2054
|
+
* Scroll Padding Y
|
2055
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
2056
|
+
*/
|
2057
|
+
"scroll-py": [{
|
2058
|
+
"scroll-py": d()
|
2059
|
+
}],
|
2060
|
+
/**
|
2061
|
+
* Scroll Padding Start
|
2062
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
2063
|
+
*/
|
2064
|
+
"scroll-ps": [{
|
2065
|
+
"scroll-ps": d()
|
2066
|
+
}],
|
2067
|
+
/**
|
2068
|
+
* Scroll Padding End
|
2069
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
2070
|
+
*/
|
2071
|
+
"scroll-pe": [{
|
2072
|
+
"scroll-pe": d()
|
2073
|
+
}],
|
2074
|
+
/**
|
2075
|
+
* Scroll Padding Top
|
2076
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
2077
|
+
*/
|
2078
|
+
"scroll-pt": [{
|
2079
|
+
"scroll-pt": d()
|
2080
|
+
}],
|
2081
|
+
/**
|
2082
|
+
* Scroll Padding Right
|
2083
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
2084
|
+
*/
|
2085
|
+
"scroll-pr": [{
|
2086
|
+
"scroll-pr": d()
|
2087
|
+
}],
|
2088
|
+
/**
|
2089
|
+
* Scroll Padding Bottom
|
2090
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
2091
|
+
*/
|
2092
|
+
"scroll-pb": [{
|
2093
|
+
"scroll-pb": d()
|
2094
|
+
}],
|
2095
|
+
/**
|
2096
|
+
* Scroll Padding Left
|
2097
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
2098
|
+
*/
|
2099
|
+
"scroll-pl": [{
|
2100
|
+
"scroll-pl": d()
|
2101
|
+
}],
|
2102
|
+
/**
|
2103
|
+
* Scroll Snap Align
|
2104
|
+
* @see https://tailwindcss.com/docs/scroll-snap-align
|
2105
|
+
*/
|
2106
|
+
"snap-align": [{
|
2107
|
+
snap: ["start", "end", "center", "align-none"]
|
2108
|
+
}],
|
2109
|
+
/**
|
2110
|
+
* Scroll Snap Stop
|
2111
|
+
* @see https://tailwindcss.com/docs/scroll-snap-stop
|
2112
|
+
*/
|
2113
|
+
"snap-stop": [{
|
2114
|
+
snap: ["normal", "always"]
|
2115
|
+
}],
|
2116
|
+
/**
|
2117
|
+
* Scroll Snap Type
|
2118
|
+
* @see https://tailwindcss.com/docs/scroll-snap-type
|
2119
|
+
*/
|
2120
|
+
"snap-type": [{
|
2121
|
+
snap: ["none", "x", "y", "both"]
|
2122
|
+
}],
|
2123
|
+
/**
|
2124
|
+
* Scroll Snap Type Strictness
|
2125
|
+
* @see https://tailwindcss.com/docs/scroll-snap-type
|
2126
|
+
*/
|
2127
|
+
"snap-strictness": [{
|
2128
|
+
snap: ["mandatory", "proximity"]
|
2129
|
+
}],
|
2130
|
+
/**
|
2131
|
+
* Touch Action
|
2132
|
+
* @see https://tailwindcss.com/docs/touch-action
|
2133
|
+
*/
|
2134
|
+
touch: [{
|
2135
|
+
touch: ["auto", "none", "manipulation"]
|
2136
|
+
}],
|
2137
|
+
/**
|
2138
|
+
* Touch Action X
|
2139
|
+
* @see https://tailwindcss.com/docs/touch-action
|
2140
|
+
*/
|
2141
|
+
"touch-x": [{
|
2142
|
+
"touch-pan": ["x", "left", "right"]
|
2143
|
+
}],
|
2144
|
+
/**
|
2145
|
+
* Touch Action Y
|
2146
|
+
* @see https://tailwindcss.com/docs/touch-action
|
2147
|
+
*/
|
2148
|
+
"touch-y": [{
|
2149
|
+
"touch-pan": ["y", "up", "down"]
|
2150
|
+
}],
|
2151
|
+
/**
|
2152
|
+
* Touch Action Pinch Zoom
|
2153
|
+
* @see https://tailwindcss.com/docs/touch-action
|
2154
|
+
*/
|
2155
|
+
"touch-pz": ["touch-pinch-zoom"],
|
2156
|
+
/**
|
2157
|
+
* User Select
|
2158
|
+
* @see https://tailwindcss.com/docs/user-select
|
2159
|
+
*/
|
2160
|
+
select: [{
|
2161
|
+
select: ["none", "text", "all", "auto"]
|
2162
|
+
}],
|
2163
|
+
/**
|
2164
|
+
* Will Change
|
2165
|
+
* @see https://tailwindcss.com/docs/will-change
|
2166
|
+
*/
|
2167
|
+
"will-change": [{
|
2168
|
+
"will-change": ["auto", "scroll", "contents", "transform", l]
|
2169
|
+
}],
|
2170
|
+
// SVG
|
2171
|
+
/**
|
2172
|
+
* Fill
|
2173
|
+
* @see https://tailwindcss.com/docs/fill
|
2174
|
+
*/
|
2175
|
+
fill: [{
|
2176
|
+
fill: [e, "none"]
|
2177
|
+
}],
|
2178
|
+
/**
|
2179
|
+
* Stroke Width
|
2180
|
+
* @see https://tailwindcss.com/docs/stroke-width
|
2181
|
+
*/
|
2182
|
+
"stroke-w": [{
|
2183
|
+
stroke: [C, z, _]
|
2184
|
+
}],
|
2185
|
+
/**
|
2186
|
+
* Stroke
|
2187
|
+
* @see https://tailwindcss.com/docs/stroke
|
2188
|
+
*/
|
2189
|
+
stroke: [{
|
2190
|
+
stroke: [e, "none"]
|
2191
|
+
}],
|
2192
|
+
// Accessibility
|
2193
|
+
/**
|
2194
|
+
* Screen Readers
|
2195
|
+
* @see https://tailwindcss.com/docs/screen-readers
|
2196
|
+
*/
|
2197
|
+
sr: ["sr-only", "not-sr-only"],
|
2198
|
+
/**
|
2199
|
+
* Forced Color Adjust
|
2200
|
+
* @see https://tailwindcss.com/docs/forced-color-adjust
|
2201
|
+
*/
|
2202
|
+
"forced-color-adjust": [{
|
2203
|
+
"forced-color-adjust": ["auto", "none"]
|
2204
|
+
}]
|
2205
|
+
},
|
2206
|
+
conflictingClassGroups: {
|
2207
|
+
overflow: ["overflow-x", "overflow-y"],
|
2208
|
+
overscroll: ["overscroll-x", "overscroll-y"],
|
2209
|
+
inset: ["inset-x", "inset-y", "start", "end", "top", "right", "bottom", "left"],
|
2210
|
+
"inset-x": ["right", "left"],
|
2211
|
+
"inset-y": ["top", "bottom"],
|
2212
|
+
flex: ["basis", "grow", "shrink"],
|
2213
|
+
gap: ["gap-x", "gap-y"],
|
2214
|
+
p: ["px", "py", "ps", "pe", "pt", "pr", "pb", "pl"],
|
2215
|
+
px: ["pr", "pl"],
|
2216
|
+
py: ["pt", "pb"],
|
2217
|
+
m: ["mx", "my", "ms", "me", "mt", "mr", "mb", "ml"],
|
2218
|
+
mx: ["mr", "ml"],
|
2219
|
+
my: ["mt", "mb"],
|
2220
|
+
size: ["w", "h"],
|
2221
|
+
"font-size": ["leading"],
|
2222
|
+
"fvn-normal": ["fvn-ordinal", "fvn-slashed-zero", "fvn-figure", "fvn-spacing", "fvn-fraction"],
|
2223
|
+
"fvn-ordinal": ["fvn-normal"],
|
2224
|
+
"fvn-slashed-zero": ["fvn-normal"],
|
2225
|
+
"fvn-figure": ["fvn-normal"],
|
2226
|
+
"fvn-spacing": ["fvn-normal"],
|
2227
|
+
"fvn-fraction": ["fvn-normal"],
|
2228
|
+
"line-clamp": ["display", "overflow"],
|
2229
|
+
rounded: ["rounded-s", "rounded-e", "rounded-t", "rounded-r", "rounded-b", "rounded-l", "rounded-ss", "rounded-se", "rounded-ee", "rounded-es", "rounded-tl", "rounded-tr", "rounded-br", "rounded-bl"],
|
2230
|
+
"rounded-s": ["rounded-ss", "rounded-es"],
|
2231
|
+
"rounded-e": ["rounded-se", "rounded-ee"],
|
2232
|
+
"rounded-t": ["rounded-tl", "rounded-tr"],
|
2233
|
+
"rounded-r": ["rounded-tr", "rounded-br"],
|
2234
|
+
"rounded-b": ["rounded-br", "rounded-bl"],
|
2235
|
+
"rounded-l": ["rounded-tl", "rounded-bl"],
|
2236
|
+
"border-spacing": ["border-spacing-x", "border-spacing-y"],
|
2237
|
+
"border-w": ["border-w-s", "border-w-e", "border-w-t", "border-w-r", "border-w-b", "border-w-l"],
|
2238
|
+
"border-w-x": ["border-w-r", "border-w-l"],
|
2239
|
+
"border-w-y": ["border-w-t", "border-w-b"],
|
2240
|
+
"border-color": ["border-color-s", "border-color-e", "border-color-t", "border-color-r", "border-color-b", "border-color-l"],
|
2241
|
+
"border-color-x": ["border-color-r", "border-color-l"],
|
2242
|
+
"border-color-y": ["border-color-t", "border-color-b"],
|
2243
|
+
"scroll-m": ["scroll-mx", "scroll-my", "scroll-ms", "scroll-me", "scroll-mt", "scroll-mr", "scroll-mb", "scroll-ml"],
|
2244
|
+
"scroll-mx": ["scroll-mr", "scroll-ml"],
|
2245
|
+
"scroll-my": ["scroll-mt", "scroll-mb"],
|
2246
|
+
"scroll-p": ["scroll-px", "scroll-py", "scroll-ps", "scroll-pe", "scroll-pt", "scroll-pr", "scroll-pb", "scroll-pl"],
|
2247
|
+
"scroll-px": ["scroll-pr", "scroll-pl"],
|
2248
|
+
"scroll-py": ["scroll-pt", "scroll-pb"],
|
2249
|
+
touch: ["touch-x", "touch-y", "touch-pz"],
|
2250
|
+
"touch-x": ["touch"],
|
2251
|
+
"touch-y": ["touch"],
|
2252
|
+
"touch-pz": ["touch"]
|
2253
|
+
},
|
2254
|
+
conflictingClassGroupModifiers: {
|
2255
|
+
"font-size": ["leading"]
|
2256
|
+
}
|
2257
|
+
};
|
2258
|
+
}, Ne = /* @__PURE__ */ fe(Ee);
|
2259
|
+
export {
|
2260
|
+
fe as createTailwindMerge,
|
2261
|
+
c as fromTheme,
|
2262
|
+
Ee as getDefaultConfig,
|
2263
|
+
ge as twJoin,
|
2264
|
+
Ne as twMerge
|
2265
|
+
};
|