Skip to content

Commit cfdd695

Browse files
committed
feat: create component alert message (in progress)
1 parent 05104d7 commit cfdd695

31 files changed

Lines changed: 2482 additions & 803 deletions

app/lib/l10n/gen/ouds_flutter_app_localizations.dart

Lines changed: 60 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -601,6 +601,66 @@ abstract class AppLocalizations {
601601
/// **'Trailing action count'**
602602
String get app_components_common_trailingActionCount_label;
603603

604+
/// No description provided for @app_components_common_description_tech.
605+
///
606+
/// In en, this message translates to:
607+
/// **'Description'**
608+
String get app_components_common_description_tech;
609+
610+
/// No description provided for @app_components_alert_tech.
611+
///
612+
/// In en, this message translates to:
613+
/// **'Alert'**
614+
String get app_components_alert_tech;
615+
616+
/// No description provided for @app_components_alert_description_text.
617+
///
618+
/// In en, this message translates to:
619+
/// **'Alert components are UI elements that display information, system feedback or status changes.'**
620+
String get app_components_alert_description_text;
621+
622+
/// No description provided for @app_components_alert_alertMessage_tech.
623+
///
624+
/// In en, this message translates to:
625+
/// **'Alert message'**
626+
String get app_components_alert_alertMessage_tech;
627+
628+
/// No description provided for @app_components_alert_alertMessage_description_text.
629+
///
630+
/// In en, this message translates to:
631+
/// **'Alert message is a UI element that displays system feedback, status changes or required action; throughout detailed, prominent, persistent and actionable communication.'**
632+
String get app_components_alert_alertMessage_description_text;
633+
634+
/// No description provided for @app_components_alert_alertMessage_closeButton_tech.
635+
///
636+
/// In en, this message translates to:
637+
/// **'Close button'**
638+
String get app_components_alert_alertMessage_closeButton_tech;
639+
640+
/// No description provided for @app_components_alert_alertMessage_statusIcon_tech.
641+
///
642+
/// In en, this message translates to:
643+
/// **'Status icon'**
644+
String get app_components_alert_alertMessage_statusIcon_tech;
645+
646+
/// No description provided for @app_components_alert_alertMessage_actionLink_tech.
647+
///
648+
/// In en, this message translates to:
649+
/// **'Action link'**
650+
String get app_components_alert_alertMessage_actionLink_tech;
651+
652+
/// No description provided for @app_components_alert_alertMessage_actionLinkPosition_tech.
653+
///
654+
/// In en, this message translates to:
655+
/// **'Action link position'**
656+
String get app_components_alert_alertMessage_actionLinkPosition_tech;
657+
658+
/// No description provided for @app_components_alert_alertMessage_bullet_tech.
659+
///
660+
/// In en, this message translates to:
661+
/// **'Bullet {bulletNumber}'**
662+
String app_components_alert_alertMessage_bullet_tech(int bulletNumber);
663+
604664
/// No description provided for @app_components_button_label.
605665
///
606666
/// In en, this message translates to:
@@ -655,12 +715,6 @@ abstract class AppLocalizations {
655715
/// **'Indeterminate checkbox item'**
656716
String get app_components_checkbox_indeterminateCheckboxItem_label;
657717

658-
/// No description provided for @app_components_controlItem_description_label.
659-
///
660-
/// In en, this message translates to:
661-
/// **'Description'**
662-
String get app_components_controlItem_description_label;
663-
664718
/// No description provided for @app_components_controlItem_icon_label.
665719
///
666720
/// In en, this message translates to:

0 commit comments

Comments
 (0)