@arolariu/components
Version:
🎨 70+ beautiful, accessible React components built on Base UI. TypeScript-first, CSS Modules styling, tree-shakeable, SSR-ready. Perfect for modern web apps, design systems & rapid prototyping. Zero config, maximum flexibility! ⚡
1 lines • 2.09 kB
Source Map (JSON)
{"version":3,"sources":["webpack://./src/components/ui/table.module.css"],"names":[],"mappings":"AAAA;EACE,WAAW;EACX,kBAAkB;EAClB,cAAc;AAChB;;AAEA;EACE,yBAAyB;EACzB,oBAAoB;EACpB,4BAA4B;EAC5B,WAAW;AACb;;AAEA;EACE,yCAAyC;AAC3C;;AAEA;EACE,gBAAgB;AAClB;;AAEA;EACE,qEAAqE;EACrE,sCAAsC;EACtC,gBAAgB;AAClB;;AAEA;EACE,gBAAgB;AAClB;;AAEA;EACE,yCAAyC;EACzC,sDAAsD;AACxD;;AAEA;EACE;IACE,qEAAqE;EACvE;AACF;;AAEA;EACE,qEAAqE;AACvE;;AAEA;EACE,iCAAiC;EACjC,4BAA4B;EAC5B,8BAA8B;EAC9B,4BAA4B;EAC5B,gBAAgB;EAChB,gBAAgB;AAClB;;AAGA;EAAE,sBAAsB;AACxB;;AADA;EAIE,0BAA0B;AAC5B;;AAAA;EAGE,iCAAiC;EACjC,4BAA4B;EAC5B,6BAA6B;AAC/B","sourcesContent":[".container {\r\n position: relative;\r\n width: 100%;\r\n overflow: auto;\r\n}\r\n\r\n.table {\r\n width: 100%;\r\n border-collapse: collapse;\r\n caption-side: bottom;\r\n font-size: var(--ac-text-sm);\r\n}\r\n\r\n.header :where(tr) {\r\n border-bottom: 1px solid var(--ac-border);\r\n}\r\n\r\n.body :where(tr:last-child) {\r\n border-bottom: 0;\r\n}\r\n\r\n.footer {\r\n border-top: 1px solid var(--ac-border);\r\n background-color: color-mix(in oklch, var(--ac-muted), transparent 35%);\r\n font-weight: 500;\r\n}\r\n\r\n.footer > tr:last-child {\r\n border-bottom: 0;\r\n}\r\n\r\n.row {\r\n border-bottom: 1px solid var(--ac-border);\r\n transition: background-color var(--ac-transition-fast);\r\n}\r\n\r\n@media (hover: hover) {\r\n .row:hover {\r\n background-color: color-mix(in oklch, var(--ac-muted), transparent 45%);\r\n }\r\n}\r\n\r\n.row[data-state=\"selected\"] {\r\n background-color: color-mix(in oklch, var(--ac-muted), transparent 30%);\r\n}\r\n\r\n.head {\r\n height: var(--ac-size-default);\r\n padding: 0 var(--ac-space-2);\r\n text-align: left;\r\n vertical-align: middle;\r\n color: var(--ac-muted-foreground);\r\n font-size: var(--ac-text-sm);\r\n font-weight: 500;\r\n}\r\n\r\n.cell {\r\n padding: var(--ac-space-2);\r\n vertical-align: middle;\r\n}\r\n\r\n.caption {\r\n margin-top: var(--ac-space-4);\r\n color: var(--ac-muted-foreground);\r\n font-size: var(--ac-text-sm);\r\n}\r\n"],"sourceRoot":""}