export const name = 'unity/theme' export function unityFileHeader() { return [ ` ============================================================================= * Unity Themes: Default Theme * ============================================================================= * * @file unity.css * @description Auto-generated CSS styles for Unity * @copyright Copyright (c) 2025 PayFit. All rights reserved. * * ============================================================================= * LINKS * ============================================================================= * * GitHub Repository: https://github.com/PayFit/hr-apps/blob/master/libs/shared/unity/themes * Documentation: https://unity-theme.payfit.io/?path=/docs/1-introduction-1-welcome--docs * Issues/Support: https://payfit.atlassian.net/jira/software/c/projects/CEEFRE/boards/623 * * ============================================================================= * NOTICE * ============================================================================= * * This file is auto-generated. Manual changes to this file will be overwritten * when the build process runs again. To customize styles, please refer to the * source files or documentation. * * Generated by: ${process.env.npm_package_name} ${process.env.npm_package_version}`, ] }