Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps(automated): Update icons #221

Merged
merged 6 commits into from
Dec 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/on-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
- uses: subosito/flutter-action@v2
with:
cache: true
channel: stable
flutter-version: 3.24.x # TODO UX-1347
- name: Setup flutter
run: flutter pub get
- name: Build example app
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
uses: subosito/flutter-action@v2
with:
cache: true
channel: stable
flutter-version: 3.24.x # TODO UX-1347
- name: Install dependencies
run: flutter pub get
- name: Format code
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
- uses: subosito/flutter-action@v2
with:
cache: true
channel: stable
flutter-version: 3.24.x # TODO UX-1347
- run: dart run build_runner build --delete-conflicting-outputs
- uses: ZebraDevs/flutter-code-quality@main
with:
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
widgetbook: ^3.1.0
widgetbook: ^3.10.0

http: any
flutter:
Expand Down
1,786 changes: 903 additions & 883 deletions lib/generated/icons/icons.g.dart

Large diffs are not rendered by default.

Binary file modified lib/generated/icons/zeta-icons-round.ttf
Binary file not shown.
Binary file modified lib/generated/icons/zeta-icons-sharp.ttf
Binary file not shown.
2 changes: 1 addition & 1 deletion test/src/components/comms_button/comms_button_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ void main() {
'semanticLabel': 'null',
'type': 'positive',
'size': 'medium',
'icon': 'IconData(U+0E16E)',
'icon': 'IconData(U+0${ZetaIcons.phone.codePoint.toRadixString(16).toUpperCase()})',
};
debugFillPropertiesTest(
const ZetaCommsButton(
Expand Down
4 changes: 4 additions & 0 deletions test/src/components/tooltip/tooltip_test.mocks.dart
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ class MockZeta extends _i1.Mock implements _i2.Zeta {
String? prefixLineOne = r'',
String? prefixOtherLines,
_i4.DiagnosticLevel? minLevel = _i4.DiagnosticLevel.debug,
int? wrapWidth = 65,
}) =>
(super.noSuchMethod(
Invocation.method(
Expand All @@ -319,6 +320,7 @@ class MockZeta extends _i1.Mock implements _i2.Zeta {
#prefixLineOne: prefixLineOne,
#prefixOtherLines: prefixOtherLines,
#minLevel: minLevel,
#wrapWidth: wrapWidth,
},
),
returnValue: _i6.dummyValue<String>(
Expand All @@ -330,6 +332,7 @@ class MockZeta extends _i1.Mock implements _i2.Zeta {
#prefixLineOne: prefixLineOne,
#prefixOtherLines: prefixOtherLines,
#minLevel: minLevel,
#wrapWidth: wrapWidth,
},
),
),
Expand All @@ -342,6 +345,7 @@ class MockZeta extends _i1.Mock implements _i2.Zeta {
#prefixLineOne: prefixLineOne,
#prefixOtherLines: prefixOtherLines,
#minLevel: minLevel,
#wrapWidth: wrapWidth,
},
),
),
Expand Down
4 changes: 4 additions & 0 deletions test/src/utils/extensions_test.mocks.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1686,6 +1686,7 @@ class MockZeta extends _i1.Mock implements _i6.Zeta {
String? prefixLineOne = r'',
String? prefixOtherLines,
_i3.DiagnosticLevel? minLevel = _i3.DiagnosticLevel.debug,
int? wrapWidth = 65,
}) =>
(super.noSuchMethod(
Invocation.method(
Expand All @@ -1695,6 +1696,7 @@ class MockZeta extends _i1.Mock implements _i6.Zeta {
#prefixLineOne: prefixLineOne,
#prefixOtherLines: prefixOtherLines,
#minLevel: minLevel,
#wrapWidth: wrapWidth,
},
),
returnValue: _i10.dummyValue<String>(
Expand All @@ -1706,6 +1708,7 @@ class MockZeta extends _i1.Mock implements _i6.Zeta {
#prefixLineOne: prefixLineOne,
#prefixOtherLines: prefixOtherLines,
#minLevel: minLevel,
#wrapWidth: wrapWidth,
},
),
),
Expand All @@ -1718,6 +1721,7 @@ class MockZeta extends _i1.Mock implements _i6.Zeta {
#prefixLineOne: prefixLineOne,
#prefixOtherLines: prefixOtherLines,
#minLevel: minLevel,
#wrapWidth: wrapWidth,
},
),
),
Expand Down
4 changes: 4 additions & 0 deletions test/src/utils/rounded_test.mocks.dart
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ class MockZeta extends _i1.Mock implements _i2.Zeta {
String? prefixLineOne = r'',
String? prefixOtherLines,
_i4.DiagnosticLevel? minLevel = _i4.DiagnosticLevel.debug,
int? wrapWidth = 65,
}) =>
(super.noSuchMethod(
Invocation.method(
Expand All @@ -319,6 +320,7 @@ class MockZeta extends _i1.Mock implements _i2.Zeta {
#prefixLineOne: prefixLineOne,
#prefixOtherLines: prefixOtherLines,
#minLevel: minLevel,
#wrapWidth: wrapWidth,
},
),
returnValue: _i6.dummyValue<String>(
Expand All @@ -330,6 +332,7 @@ class MockZeta extends _i1.Mock implements _i2.Zeta {
#prefixLineOne: prefixLineOne,
#prefixOtherLines: prefixOtherLines,
#minLevel: minLevel,
#wrapWidth: wrapWidth,
},
),
),
Expand All @@ -342,6 +345,7 @@ class MockZeta extends _i1.Mock implements _i2.Zeta {
#prefixLineOne: prefixLineOne,
#prefixOtherLines: prefixOtherLines,
#minLevel: minLevel,
#wrapWidth: wrapWidth,
},
),
),
Expand Down
Loading