From 610c23801793834ce07affa59c2e59a09a95c4a0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 13:13:34 +0100 Subject: [PATCH] feat: Design Tokens Update 7.2.0 (#700) 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 0ec1e70a..38431a56 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 Mon, 02 Sep 2024 13:49:23 GMT +// Generated on Wed, 23 Oct 2024 14:40:40 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 96c7d752..74c10556 100644 --- a/optimus/lib/src/tokens/tokens_dark.dart +++ b/optimus/lib/src/tokens/tokens_dark.dart @@ -5,7 +5,7 @@ // ignore_for_file: avoid-duplicate-constant-values // Do not edit directly -// Generated on Mon, 02 Sep 2024 13:49:23 GMT +// Generated on Wed, 23 Oct 2024 14:40:39 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 7965b277..b129a591 100644 --- a/optimus/lib/src/tokens/tokens_light.dart +++ b/optimus/lib/src/tokens/tokens_light.dart @@ -5,7 +5,7 @@ // ignore_for_file: avoid-duplicate-constant-values // Do not edit directly -// Generated on Mon, 02 Sep 2024 13:49:22 GMT +// Generated on Wed, 23 Oct 2024 14:40:39 GMT import 'package:flutter/widgets.dart';