Skip to content

Commit

Permalink
docs(styles): add horizon tag for btp components [ci visual]
Browse files Browse the repository at this point in the history
  • Loading branch information
droshev committed Sep 12, 2023
1 parent 45dc562 commit 8114c5c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions packages/configuration/src/lib/tags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,10 @@ export const tags = {
"name": "I&CX",
"title": "I&CX Visual Design",
"color": 9
},
"horizon-only": {
"name": "horizon only",
"title": "Horizon Themes support only",
"color": 2
}
}
2 changes: 1 addition & 1 deletion packages/styles/stories/BTP/avatar/avatar.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default {
<br><br><br>
`,
tags: ['btp']
tags: ['btp','horizon-only']
}
};
export const Icon = () => iconExampleHtml;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default {
title: 'Dev/Navigation Menu',
parameters: {
description: ``,
tags: ['btp', 'development']
tags: ['btp', 'development','horizon-only']
}
};
export const NavigationMenuItem = () => navigationMenuItemExampleHtml;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default {
- <code>fd-tool-header__separator</code> -&nbsp; The Separator is an optional element that adds space between the <b>Custom Actions Area</b> (optional), <b>System Actions Area</b> (optional) and <b>User Avatar</b> (required).
`,
tags: ['btp']
tags: ['btp','horizon-only']
}
};
export const Desktop = () => desktopExampleHtml;
Expand Down

0 comments on commit 8114c5c

Please sign in to comment.