PHP 8.2.30
Preview: select-styles.ts Size: 1.24 KB
/home/byroehnu/.trash/node_modules11/@adminjs/design-system/src/utils/select-styles.ts

import type { Props } from 'react-select'
import type { DefaultTheme } from '@styled-components'

const selectStyles = (theme: DefaultTheme): Props['styles'] => ({
  control: (baseStyles) => ({
    ...baseStyles,
    boxShadow: 'none',
    background: 'transparent',
    borderColor: theme.colors.inputBorder,
  }),
  input: (baseStyles) => ({
    ...baseStyles,
    color: theme.colors.grey100,
  }),
  singleValue: (baseStyles) => ({
    ...baseStyles,
    color: theme.colors.grey100,
  }),
  menu: (baseStyles) => ({
    ...baseStyles,
    boxShadow: 'none',
    background: theme.colors.container,
    border: theme.borders.input,
    zIndex: 100,
  }),
})

const filterStyles = (theme: DefaultTheme): Props['styles'] => ({
  control: (provided) => ({
    ...provided,
    boxShadow: 'none',
    background: 'transparent',
    borderColor: theme.colors.inputBorder,
  }),
  input: () => ({
    color: theme.colors.grey100,
    gridArea: '1/1/2/3',
    gridTemplateColumns: '0px min-content',
  }),
  singleValue: () => ({
    color: theme.colors.grey100,
    gridArea: '1/1/2/3',
  }),
  menu: (provided) => ({
    ...provided,
    borderColor: theme.colors.border,
    background: theme.colors.filterBg,
    zIndex: 5,
  }),
})

export { filterStyles, selectStyles }

Directory Contents

Dirs: 0 × Files: 21

Name Size Perms Modified Actions
226 B lrw-r--r-- 2026-02-28 00:31:40
Edit Download
151 B lrw-r--r-- 2026-02-28 00:31:40
Edit Download
826 B lrw-r--r-- 2026-02-28 00:31:40
Edit Download
6.13 KB lrw-r--r-- 2026-02-28 00:31:40
Edit Download
930 B lrw-r--r-- 2026-02-28 00:31:40
Edit Download
1.51 KB lrw-r--r-- 2026-02-28 00:31:40
Edit Download
23.52 KB lrw-r--r-- 2026-02-28 00:31:40
Edit Download
638 B lrw-r--r-- 2026-02-28 00:31:40
Edit Download
65 B lrw-r--r-- 2026-02-28 00:31:40
Edit Download
287 B lrw-r--r-- 2026-02-28 00:31:42
Edit Download
394 B lrw-r--r-- 2026-02-28 00:31:42
Edit Download
1008 B lrw-r--r-- 2026-02-28 00:31:42
Edit Download
491 B lrw-r--r-- 2026-02-28 00:31:48
Edit Download
438 B lrw-r--r-- 2026-02-28 00:31:48
Edit Download
42.07 KB lrw-r--r-- 2026-02-28 00:31:48
Edit Download
1.18 KB lrw-r--r-- 2026-02-28 00:31:58
Edit Download
2.02 KB lrw-r--r-- 2026-02-28 00:31:48
Edit Download
1.24 KB lrw-r--r-- 2026-02-28 00:31:48
Edit Download
518 B lrw-r--r-- 2026-02-28 00:32:00
Edit Download
236 B lrw-r--r-- 2026-02-28 00:31:50
Edit Download
1.53 KB lrw-r--r-- 2026-02-28 00:31:50
Edit Download

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