Skip to content

Commit

Permalink
Merge pull request #27 from ZebraDevs/ci(backstage)/catalog-info
Browse files Browse the repository at this point in the history
ci(backstage): added catalog-info.yaml
  • Loading branch information
benken authored Sep 17, 2024
2 parents 7ddb3c9 + d3a2cc0 commit c746534
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 2 deletions.
29 changes: 29 additions & 0 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: zeta-icons
title: Zeta Icons Library
description: |
A library of Zebra Design System Icons
This library is intended to be used by any Zebra app to ensure a consistent look and feel by using the icons defined in the Zebra Design System User Experience.
links:
- url: https://www.npmjs.com/package/@zebra-fed/zeta-icons
title: npmjs
- url: https://design.zebra.com/icons
title: Zeta Icons Website
tags:
- svg
- typescript
- javascript
- dart
annotations:
github.com/project-slug: ZebraDevs/zeta-icons
github.com/team-slug: zebratechnologies/front-end-development
# backstage.io/techdocs-ref: dir:.
spec:
type: library
owner: group:DMO-FED
lifecycle: experimental
system: zeta
dependsOn:
- Resource:zeta-figma
2 changes: 1 addition & 1 deletion outputs/flutter/icons.g.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import 'package:flutter/material.dart';
const zetaIconsVersion = '0.5.6';
// x-release-please-end

/// Zeta Icons. Full list of icons can be found at [Zeta Icons](https://zeta-icons.web.app/).
/// Zeta Icons. Full list of icons can be found at [Zeta Icons](https://design.zebra.com/icons/).
/// {@category Assets}
abstract class ZetaIcons {
/// Default icon font name
Expand Down
2 changes: 1 addition & 1 deletion scripts/templates/icons.dart.template
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import 'package:flutter/material.dart';
const zetaIconsVersion = '0.5.6';
// x-release-please-end

/// Zeta Icons. Full list of icons can be found at [Zeta Icons](https://zeta-icons.web.app/).
/// Zeta Icons. Full list of icons can be found at [Zeta Icons](https://design.zebra.com/icons/).
/// {@category Assets}
abstract class ZetaIcons {
/// Default icon font name
Expand Down

0 comments on commit c746534

Please sign in to comment.