AuthProvidersForm.constants.ts16 lines · main
| 1 | export const ProviderCollapsibleClasses = [ |
| 2 | 'bg-surface-100', |
| 3 | 'hover:bg-overlay-hover', |
| 4 | 'data-open:bg-selection', |
| 5 | 'border-default', |
| 6 | 'hover:border-strong data-open:border-strong', |
| 7 | 'data-open:pb-px col-span-12 mx-auto', |
| 8 | '-space-y-px overflow-hidden', |
| 9 | 'border shadow-sm', |
| 10 | 'transition', |
| 11 | 'first:rounded-tl', |
| 12 | 'first:rounded-tr', |
| 13 | 'last:rounded-bl', |
| 14 | 'last:rounded-br', |
| 15 | 'hover:z-50', |
| 16 | ] |