PHP 8.2.30
Preview: table-head.tsx Size: 617 B
//proc/thread-self/root/home/byroehnu/.trash/node_modules11/@adminjs/design-system/src/atoms/table/table-head.tsx

import { styled } from '@styled-components'

import { cssClass } from '../../utils/css-class.js'

/**
 * @component
 * @private
 */
const TableHead = styled.thead`
  background: rgba(0, 0, 0, 0.01);
  
  & td, & a {
    color: ${({ theme }) => theme.colors.text};
    font-size: ${({ theme }) => theme.fontSizes.sm};
    font-weight: ${({ theme }) => theme.fontWeights.bold};
    text-decoration: none;
    white-space: nowrap;
    
    &:hover {
      text-decoration: none;
    }
  }
`

TableHead.defaultProps = {
  className: cssClass('TableHead'),
}

TableHead.displayName = 'TableHead'

export default TableHead

Directory Contents

Dirs: 0 × Files: 8

Name Size Perms Modified Actions
331 B lrw-r--r-- 2026-02-28 00:31:46
Edit Download
296 B lrw-r--r-- 2026-02-28 00:32:00
Edit Download
1002 B lrw-r--r-- 2026-02-28 00:32:00
Edit Download
887 B lrw-r--r-- 2026-02-28 00:32:00
Edit Download
617 B lrw-r--r-- 2026-02-28 00:32:00
Edit Download
477 B lrw-r--r-- 2026-02-28 00:32:00
Edit Download
2.05 KB lrw-r--r-- 2026-02-28 00:32:00
Edit Download
2.80 KB lrw-r--r-- 2026-02-28 00:32:00
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).