new design implement for login screen, organization onboarding form changes, new filter implement in all screens, remove icons from validation,
This commit is contained in:
@@ -15,6 +15,7 @@ export type IconPosition = 'left' | 'right';
|
||||
export type ButtonVariant =
|
||||
| 'primary'
|
||||
| 'primary-full'
|
||||
| 'outline-primary'
|
||||
| 'secondary'
|
||||
| 'secondary-full'
|
||||
| 'success'
|
||||
@@ -201,6 +202,9 @@ const BUTTON_ACTION_CONFIG: Record<ButtonAction, ButtonActionConfig> = {
|
||||
standalone: true,
|
||||
templateUrl: './button.html',
|
||||
styleUrl: './button.scss',
|
||||
host: {
|
||||
'[class.w-full]': 'fullWidth()'
|
||||
},
|
||||
changeDetection: ChangeDetectionStrategy.OnPush
|
||||
})
|
||||
export class Button {
|
||||
@@ -293,6 +297,7 @@ export class Button {
|
||||
const variants: Record<ButtonVariant, string> = {
|
||||
primary: 'ti-btn-primary',
|
||||
'primary-full': 'ti-btn-primary-full',
|
||||
'outline-primary': 'ti-btn-outline-primary',
|
||||
|
||||
secondary: 'ti-btn-secondary',
|
||||
'secondary-full': 'ti-btn-secondary-full',
|
||||
|
||||
Reference in New Issue
Block a user