Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into chore/updates
Browse files Browse the repository at this point in the history
  • Loading branch information
thelukewalton committed Feb 2, 2024
2 parents 6d9ad76 + 86eba6f commit 3321dc8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.1+23"
".": "0.2.0"
}
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ Co-authored-by: github-actions <[email protected]> _(commit by [@genovev

* Menu Items - horizontal & vertical

* [automated commit] lint format and import sort
The ZetaDefaults class was updated to Zeta inheriting from InheritedWidget. This change allows easy access to the Zeta theme settings (contrast, theme mode, theme data, color set) from anywhere in the widget tree. The ZetaAppBuilder function was updated to take in ThemeData and ThemeMode. The ZetaProvider was added to provide Zeta theming and contrast data down the widget tree. The code for the color and typography examples was adjusted to use the new Zeta context extension, instead of using Theme.of(context) to get colorScheme. This change was crucial to simplify the process of adapting the application visuals to different themes."

---

Expand All @@ -690,7 +690,7 @@ Co-authored-by: github-actions <[email protected]> _(commit by [@genovev

* fix sizings and replace icons with zeta icons

* [automated commit] lint format and import sort
- Refactor color swatch generation to utilize zeta

---

Expand Down
16 changes: 0 additions & 16 deletions example/macos/Flutter/GeneratedPluginRegistrant.swift

This file was deleted.

2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: zeta_flutter
version: 0.1.1+23
version: 0.2.0
description: Zeta is the new, formal, standardized Zebra Design System based off
the successes of ZDS (Zebra Design System). This package is in pre-release,
and so many aspects are incomplete.
Expand Down

0 comments on commit 3321dc8

Please sign in to comment.