Skip to content

Commit

Permalink
fix(styles): add toggletip to carbon styles index (#11696)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
alisonjoseph and kodiakhq[bot] authored Jul 5, 2022
1 parent d009f8c commit a0ece2d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 7 deletions.
10 changes: 3 additions & 7 deletions packages/react/carbon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -490,20 +490,16 @@ assets:
action: link
url: https://react.carbondesignsystem.com/?path=/docs/components-toggle
toggletip:
name: Toggletip
framework: react
externalDocsUrl: https://www.carbondesignsystem.com/components/toggletip/usage
status: stable
type: component
platform: web
thumbnailPath: ./thumbnails/toggletip.svg
externalDocsUrl: https://www.carbondesignsystem.com/components/toggletip/usage
framework: react
demoLinks:
- type: storybook
name: Storybook
action: link
url: https://react.carbondesignsystem.com/?path=/docs/components-toggletip
tags:
- content-element
- content-element
tooltip:
status: stable
externalDocsUrl: https://www.carbondesignsystem.com/components/tooltip/usage
Expand Down
15 changes: 15 additions & 0 deletions packages/styles/carbon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,21 @@ assets:
stylePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/toggle/style.mdx
codePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/toggle/code.mdx
accessibilityPath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/toggle/accessibility.mdx
toggletip:
name: Toggletip
description: Toggletips use the disclosure pattern to toggle the visibility of a popover. They display additional, hidden information upon the click of a UI trigger element and can contain interactive elements.
externalDocsUrl: https://carbondesignsystem.com/components/toggletip/usage/
status: stable
type: component
platform: web
noIndex: true
thumbnailPath: ./thumbnails/toggletip.svg
tags:
- content-element
docs:
usagePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/toggletip/usage.mdx
stylePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/toggletip/style.mdx
codePath: https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/components/toggletip/code.mdx
tooltip:
name: Tooltip
description: Tooltips display additional information upon hover or focus. The information included should be contextual, helpful, and nonessential while providing that extra ability to communicate and give clarity to a user.
Expand Down
File renamed without changes

0 comments on commit a0ece2d

Please sign in to comment.