Skip to content

Commit

Permalink
deps(automated): Update icons (#221)
Browse files Browse the repository at this point in the history
* deps(automated): Update icons 12 Dec 2024, 13:43:20

* chore(automated): Lint commit and format

* deps(automated): Update icons 12 Dec 2024, 14:33:24

* chore(automated): Lint commit and format

* locked flutter version

---------

Co-authored-by: zeta-icons-bot <[email protected]>
Co-authored-by: github-actions <[email protected]>
Co-authored-by: mikecoomber <[email protected]>
  • Loading branch information
4 people authored Dec 12, 2024
1 parent 1bd8bfa commit 10cc97c
Show file tree
Hide file tree
Showing 11 changed files with 923 additions and 885 deletions.
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

0 comments on commit 10cc97c

Please sign in to comment.