From 37c6a2b4e86fcdb00a319ab9fcd9745a8b538e76 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 14:32:44 +0200 Subject: [PATCH] feat: Design Tokens Update 7.1.0 (#670) Co-authored-by: mews-tech Co-authored-by: Vitalij Vascenko --- optimus/lib/src/theme/optimus_tokens.dart | 2 +- optimus/lib/src/tokens/tokens_dark.dart | 2 +- optimus/lib/src/tokens/tokens_light.dart | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/optimus/lib/src/theme/optimus_tokens.dart b/optimus/lib/src/theme/optimus_tokens.dart index e77556f5..0ec1e70a 100644 --- a/optimus/lib/src/theme/optimus_tokens.dart +++ b/optimus/lib/src/theme/optimus_tokens.dart @@ -10,7 +10,7 @@ import 'package:theme_tailor_annotation/theme_tailor_annotation.dart'; // // Do not edit directly -// Generated on Tue, 23 Jul 2024 22:41:41 GMT +// Generated on Mon, 02 Sep 2024 13:49:23 GMT part 'optimus_tokens.tailor.dart'; diff --git a/optimus/lib/src/tokens/tokens_dark.dart b/optimus/lib/src/tokens/tokens_dark.dart index ad20d683..24363dde 100644 --- a/optimus/lib/src/tokens/tokens_dark.dart +++ b/optimus/lib/src/tokens/tokens_dark.dart @@ -3,7 +3,7 @@ // // Do not edit directly -// Generated on Tue, 23 Jul 2024 22:41:40 GMT +// Generated on Mon, 02 Sep 2024 13:49:23 GMT import 'package:flutter/widgets.dart'; diff --git a/optimus/lib/src/tokens/tokens_light.dart b/optimus/lib/src/tokens/tokens_light.dart index aae17db6..e55732bf 100644 --- a/optimus/lib/src/tokens/tokens_light.dart +++ b/optimus/lib/src/tokens/tokens_light.dart @@ -3,7 +3,7 @@ // // Do not edit directly -// Generated on Tue, 23 Jul 2024 22:41:40 GMT +// Generated on Mon, 02 Sep 2024 13:49:22 GMT import 'package:flutter/widgets.dart';