@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 • 1.13 kB
Source Map (JSON)
{"version":3,"sources":["webpack://./src/components/ui/meter.module.css"],"names":[],"mappings":"AAAA;EACE,sBAAsB;EACtB,aAAa;AACf;;AAEA;EACE,2BAA2B;EAC3B,4BAA4B;EAC5B,gBAAgB;EAChB,gBAAgB;AAClB;;AAEA;EACE,qCAAqC;EACrC,gFAAgF;EAChF,qBAAqB;EACrB,WAAW;EACX,aAAa;EACb,kBAAkB;EAClB,gBAAgB;AAClB;;AAEA;EACE,0GAA0G;EAC1G,sBAAsB;EACtB,eAAe;EACf,2CAA2C;AAC7C","sourcesContent":[".root {\r\n display: grid;\r\n gap: var(--ac-space-2);\r\n}\r\n\r\n.label {\r\n color: var(--ac-foreground);\r\n font-size: var(--ac-text-sm);\r\n font-weight: 500;\r\n line-height: 1.4;\r\n}\r\n\r\n.track {\r\n position: relative;\r\n width: 100%;\r\n height: 0.5rem;\r\n overflow: hidden;\r\n border-radius: 9999px;\r\n background-color: var(--ac-secondary);\r\n box-shadow: inset 0 0 0 1px color-mix(in oklch, var(--ac-border), transparent 20%);\r\n}\r\n\r\n.indicator {\r\n height: inherit;\r\n border-radius: inherit;\r\n background: linear-gradient(\r\n 90deg,\r\n color-mix(in oklch, var(--ac-primary), white 10%) 0%,\r\n var(--ac-primary) 100%\r\n );\r\n transition: width var(--ac-transition-slow);\r\n}\r\n"],"sourceRoot":""}