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

ci(backstage): added catalog-info.yaml #27

Merged
merged 1 commit into from
Sep 17, 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
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