Skip to content

Commit

Permalink
docs: add storybook link to tag descriptions (#2164)
Browse files Browse the repository at this point in the history
  • Loading branch information
LuLaValva committed May 2, 2024
1 parent 032a71d commit fbcb0dd
Show file tree
Hide file tree
Showing 67 changed files with 134 additions and 67 deletions.
3 changes: 2 additions & 1 deletion src/components/ebay-3d-viewer/marko-tag.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
"@a11y-text": "string",
"@a11y-start-text": "string",
"@a11y-load-text": "string",
"@error-text": "string"
"@error-text": "string",
"description": "[view documentation](https://ebay.github.io/ebayui-core/?path=/story/media-ebay-3d-viewer)"
}
3 changes: 2 additions & 1 deletion src/components/ebay-alert-dialog/marko-tag.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@
"type": "expression"
},
"@html-attributes": "expression"
}
},
"description": "[view documentation](https://ebay.github.io/ebayui-core/?path=/story/dialogs-ebay-alert-dialog)"
}
3 changes: 2 additions & 1 deletion src/components/ebay-avatar/marko-tag.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@
"type": "expression"
},
"@html-attributes": "expression"
}
},
"description": "[view documentation](https://ebay.github.io/ebayui-core/?path=/story/graphics-icons-ebay-avatar)"
}
3 changes: 2 additions & 1 deletion src/components/ebay-badge/marko-tag.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
"@type": {
"enum": ["icon"]
},
"@number": "number"
"@number": "number",
"description": "[view documentation](https://ebay.github.io/ebayui-core/?path=/story/graphics-icons-ebay-badge)"
}
3 changes: 2 additions & 1 deletion src/components/ebay-breadcrumbs/marko-tag.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,6 @@
"@rel": "#html-rel",
"@target": "#html-target",
"@aria-current": "never"
}
},
"description": "[view documentation](https://ebay.github.io/ebayui-core/?path=/story/navigation-disclosure-ebay-breadcrumbs)"
}
3 changes: 2 additions & 1 deletion src/components/ebay-button/marko-tag.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,6 @@
"enum": ["none", "loading", "expand"]
},
"@target": "#html-target",
"@aria-disabled": "never"
"@aria-disabled": "never",
"description": "[view documentation](https://ebay.github.io/ebayui-core/?path=/story/buttons-ebay-button)"
}
3 changes: 2 additions & 1 deletion src/components/ebay-calendar/marko-tag.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@
"a11yTodayText": "string",
"a11yDisabledText": "string",
"a11ySeparator": "string"
}
},
"description": "[view documentation](https://ebay.github.io/ebayui-core/?path=/story/dialogs-ebay-date-textbox)"
}
3 changes: 2 additions & 1 deletion src/components/ebay-carousel/marko-tag.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@
"@class": "string",
"@style": "string",
"@key": "string"
}
},
"description": "[view documentation](https://ebay.github.io/ebayui-core/?path=/story/navigation-disclosure-ebay-carousel)"
}
3 changes: 2 additions & 1 deletion src/components/ebay-checkbox/marko-tag.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@
"@name": "#html-name",
"@readonly": "#html-readonly",
"@value": "#html-value",
"@type": "never"
"@type": "never",
"description": "[view documentation](https://ebay.github.io/ebayui-core/?path=/story/form-input-ebay-checkbox)"
}
3 changes: 2 additions & 1 deletion src/components/ebay-chip/marko-tag.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"type": "expression"
},
"@html-attributes": "expression",
"@a11y-delete-button": "string"
"@a11y-delete-button": "string",
"description": "[view documentation](https://ebay.github.io/ebayui-core/?path=/story/building-blocks-ebay-chip)"
}
3 changes: 2 additions & 1 deletion src/components/ebay-chips-combobox/marko-tag.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
},
"@html-attributes": "expression"
},
"@selected": "array"
"@selected": "array",
"description": "[view documentation](https://ebay.github.io/ebayui-core/?path=/story/form-input-ebay-combobox)"
}
3 changes: 2 additions & 1 deletion src/components/ebay-combobox/marko-tag.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@
"@role": "never",
"@aria-selected": "never",
"@sticky": "boolean"
}
},
"description": "[view documentation](https://ebay.github.io/ebayui-core/?path=/story/form-input-ebay-combobox)"
}
3 changes: 2 additions & 1 deletion src/components/ebay-confirm-dialog/marko-tag.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@
"type": "expression"
},
"@html-attributes": "expression"
}
},
"description": "[view documentation](https://ebay.github.io/ebayui-core/?path=/story/dialogs-ebay-confirm-dialog)"
}
3 changes: 2 additions & 1 deletion src/components/ebay-cta-button/marko-tag.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
"@ping": "#html-ping",
"@referrerpolicy": "#html-referrerpolicy",
"@rel": "#html-rel",
"@target": "#html-target"
"@target": "#html-target",
"description": "[view documentation](https://ebay.github.io/ebayui-core/?path=/story/buttons-ebay-cta-button)"
}
3 changes: 2 additions & 1 deletion src/components/ebay-date-textbox/marko-tag.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@
"a11yInRangeText": "string",
"a11yRangeEndText": "string",
"a11ySeparator": "string"
}
},
"description": "[view documentation](https://ebay.github.io/ebayui-core/?path=/story/dialogs-ebay-date-textbox)"
}
3 changes: 2 additions & 1 deletion src/components/ebay-details/marko-tag.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
},
"@text": "string",
"@as": "string",
"@open": "boolean"
"@open": "boolean",
"description": "[view documentation](https://ebay.github.io/ebayui-core/?path=/story/navigation-disclosure-ebay-details)"
}
3 changes: 2 additions & 1 deletion src/components/ebay-drawer-dialog/marko-tag.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@
"type": "expression"
},
"@html-attributes": "expression"
}
},
"description": "[view documentation](https://ebay.github.io/ebayui-core/?path=/story/dialogs-ebay-drawer-dialog)"
}
3 changes: 2 additions & 1 deletion src/components/ebay-education-notice/marko-tag.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,6 @@
},
"@html-attributes": "expression"
},
"@dismissed": "bool"
"@dismissed": "bool",
"description": "[view documentation](https://ebay.github.io/ebayui-core/?path=/story/notices-tips-ebay-education-notice)"
}
3 changes: 2 additions & 1 deletion src/components/ebay-eek/marko-tag.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
"@html-attributes": "expression",
"@top": "string",
"@bottom": "string",
"@range": "string"
"@range": "string",
"description": "[view documentation](https://ebay.github.io/ebayui-core/?path=/story/graphics-icons-ebay-eek)"
}
3 changes: 2 additions & 1 deletion src/components/ebay-fake-link/marko-tag.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@
"@referrerpolicy": "#html-referrerpolicy",
"@rel": "#html-rel",
"@target": "#html-target",
"@aria-disabled": "never"
"@aria-disabled": "never",
"description": "[view documentation](https://ebay.github.io/ebayui-core/?path=/story/buttons-ebay-fake-link)"
}
3 changes: 2 additions & 1 deletion src/components/ebay-fake-menu-button/marko-tag.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,6 @@
"@class": "string",
"@style": "string",
"@separator": "boolean"
}
},
"description": "[view documentation](https://ebay.github.io/ebayui-core/?path=/story/buttons-ebay-fake-menu-button)"
}
3 changes: 2 additions & 1 deletion src/components/ebay-fake-menu/marko-tag.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@
"@class": "string",
"@style": "string",
"@separator": "boolean"
}
},
"description": "[view documentation](https://ebay.github.io/ebayui-core/?path=/story/building-blocks-ebay-fake-menu)"
}
3 changes: 2 additions & 1 deletion src/components/ebay-fake-tabs/marko-tag.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
},
"@html-attributes": "expression",
"@href": "#html-href"
}
},
"description": "[view documentation](https://ebay.github.io/ebayui-core/?path=/story/navigation-disclosure-ebay-fake-tabs)"
}
3 changes: 2 additions & 1 deletion src/components/ebay-filter-menu-button/marko-tag.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@
"type": "expression"
},
"@html-attributes": "expression"
}
},
"description": "[view documentation](https://ebay.github.io/ebayui-core/?path=/story/buttons-ebay-filter-menu-button)"
}
3 changes: 2 additions & 1 deletion src/components/ebay-filter-menu/marko-tag.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@
"@role": "never",
"@aria-checked": "never",
"@for": "never"
}
},
"description": "[view documentation](https://ebay.github.io/ebayui-core/?path=/story/building-blocks-ebay-filter-menu)"
}
3 changes: 2 additions & 1 deletion src/components/ebay-filter/marko-tag.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@
"@rel": "#html-rel",
"@target": "#html-target",
"@aria-pressed": "never",
"@useAriaPressed": "boolean"
"@useAriaPressed": "boolean",
"description": "[view documentation](https://ebay.github.io/ebayui-core/?path=/story/building-blocks-ebay-filter)"
}
3 changes: 2 additions & 1 deletion src/components/ebay-flag/marko-tag.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
},
"@html-attributes": "expression",
"@value": "#html-value",
"@a11y-text": "string"
"@a11y-text": "string",
"description": "[view documentation](https://ebay.github.io/ebayui-core/?path=/story/graphics-icons-ebay-flag)"
}
3 changes: 2 additions & 1 deletion src/components/ebay-fullscreen-dialog/marko-tag.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@
"type": "expression"
},
"@html-attributes": "expression"
}
},
"description": "[view documentation](https://ebay.github.io/ebayui-core/?path=/story/dialogs-ebay-fullscreen-dialog)"
}
3 changes: 2 additions & 1 deletion src/components/ebay-icon-button/marko-tag.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@
"@referrerpolicy": "#html-referrerpolicy",
"@rel": "#html-rel",
"@target": "#html-target",
"@aria-disabled": "never"
"@aria-disabled": "never",
"description": "[view documentation](https://ebay.github.io/ebayui-core/?path=/story/buttons-ebay-icon-button)"
}
3 changes: 2 additions & 1 deletion src/components/ebay-icon/marko-tag.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
"@_themes": "expression",
"@_def": "expression",
"@role": "never",
"@aria-labelledby": "never"
"@aria-labelledby": "never",
"description": "[view documentation](https://ebay.github.io/ebayui-core/?path=/story/graphics-icons-ebay-icon)"
}
3 changes: 2 additions & 1 deletion src/components/ebay-image-placeholder/marko-tag.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
"@no-skin-classes": "boolean",
"@_themes": "expression",
"@role": "never",
"@aria-labelledby": "never"
"@aria-labelledby": "never",
"description": "[view documentation](https://ebay.github.io/ebayui-core/?path=/story/graphics-icons-ebay-image-placeholder)"
}
3 changes: 2 additions & 1 deletion src/components/ebay-infotip/marko-tag.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,6 @@
"type": "expression"
},
"@html-attributes": "expression"
}
},
"description": "[view documentation](https://ebay.github.io/ebayui-core/?path=/story/buttons-ebay-infotip)"
}
3 changes: 2 additions & 1 deletion src/components/ebay-inline-notice/marko-tag.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
},
"@icon": "string",
"@a11y-text": "string",
"@aria-labelledby": "never"
"@aria-labelledby": "never",
"description": "[view documentation](https://ebay.github.io/ebayui-core/?path=/story/notices-tips-ebay-inline-notice)"
}
3 changes: 2 additions & 1 deletion src/components/ebay-lightbox-dialog/marko-tag.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@
"type": "expression"
},
"@html-attributes": "expression"
}
},
"description": "[view documentation](https://ebay.github.io/ebayui-core/?path=/story/dialogs-ebay-lightbox-dialog)"
}
3 changes: 2 additions & 1 deletion src/components/ebay-listbox-button/marko-tag.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,6 @@
"@role": "never",
"@tabindex": "never",
"@aria-selected": "never"
}
},
"description": "[view documentation](https://ebay.github.io/ebayui-core/?path=/story/buttons-ebay-listbox-button)"
}
3 changes: 2 additions & 1 deletion src/components/ebay-listbox/marko-tag.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,6 @@
"@role": "never",
"@tabindex": "never",
"@aria-selected": "never"
}
},
"description": "[view documentation](https://ebay.github.io/ebayui-core/?path=/story/building-blocks-ebay-listbox)"
}
3 changes: 2 additions & 1 deletion src/components/ebay-menu-button/marko-tag.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,6 @@
"@class": "string",
"@style": "string",
"@separator": "boolean"
}
},
"description": "[view documentation](https://ebay.github.io/ebayui-core/?path=/story/buttons-ebay-menu-button)"
}
3 changes: 2 additions & 1 deletion src/components/ebay-menu/marko-tag.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@
"@class": "string",
"@style": "string",
"@separator": "boolean"
}
},
"description": "[view documentation](https://ebay.github.io/ebayui-core/?path=/story/building-blocks-ebay-menu)"
}
3 changes: 2 additions & 1 deletion src/components/ebay-page-notice/marko-tag.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@
},
"@html-attributes": "expression"
},
"@dismissed": "bool"
"@dismissed": "bool",
"description": "[view documentation](https://ebay.github.io/ebayui-core/?path=/story/notices-tips-ebay-page-notice)"
}
3 changes: 2 additions & 1 deletion src/components/ebay-pagination/marko-tag.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@
"@rel": "#html-rel",
"@target": "#html-target",
"@aria-current": "never"
}
},
"description": "[view documentation](https://ebay.github.io/ebayui-core/?path=/story/navigation-disclosure-ebay-pagination)"
}
3 changes: 2 additions & 1 deletion src/components/ebay-panel-dialog/marko-tag.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@
"type": "expression"
},
"@html-attributes": "expression"
}
},
"description": "[view documentation](https://ebay.github.io/ebayui-core/?path=/story/dialogs-ebay-panel-dialog)"
}
3 changes: 2 additions & 1 deletion src/components/ebay-phone-input/marko-tag.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
"@floating-label": "string",
"@country-code": "string",
"@value": "string",
"@aria-disabled": "never"
"@aria-disabled": "never",
"description": "[view documentation](https://ebay.github.io/ebayui-core/?path=/story/form-input-ebay-phone-input-button)"
}
3 changes: 2 additions & 1 deletion src/components/ebay-progress-bar-expressive/marko-tag.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
"@size": {
"enum": ["large", "medium"]
},
"@a11yText": "string"
"@a11yText": "string",
"description": "[view documentation](https://ebay.github.io/ebayui-core/?path=/story/progress-ebay-progress-bar-expressive)"
}
3 changes: 2 additions & 1 deletion src/components/ebay-progress-bar/marko-tag.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"@html-attributes": "expression",
"@role": "never",
"@value": "#html-value",
"@max": "#html-max"
"@max": "#html-max",
"description": "[view documentation](https://ebay.github.io/ebayui-core/?path=/story/progress-ebay-progress-bar)"
}
3 changes: 2 additions & 1 deletion src/components/ebay-progress-spinner/marko-tag.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
"type": "expression"
},
"@html-attributes": "expression",
"@role": "never"
"@role": "never",
"description": "[view documentation](https://ebay.github.io/ebayui-core/?path=/story/progress-ebay-progress-spinner)"
}
3 changes: 2 additions & 1 deletion src/components/ebay-progress-stepper/marko-tag.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@
"@current": "boolean",
"@a11y-text": "string",
"@number": "number"
}
},
"description": "[view documentation](https://ebay.github.io/ebayui-core/?path=/story/progress-ebay-progress-stepper)"
}
3 changes: 2 additions & 1 deletion src/components/ebay-radio/marko-tag.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
"@name": "#html-name",
"@readonly": "#html-readonly",
"@value": "#html-value",
"@type": "never"
"@type": "never",
"description": "[view documentation](https://ebay.github.io/ebayui-core/?path=/story/form-input-ebay-radio)"
}
3 changes: 2 additions & 1 deletion src/components/ebay-section-notice/marko-tag.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@
},
"@html-attributes": "expression"
},
"@dismissed": "bool"
"@dismissed": "bool",
"description": "[view documentation](https://ebay.github.io/ebayui-core/?path=/story/notices-tips-ebay-section-notice)"
}
3 changes: 2 additions & 1 deletion src/components/ebay-section-title/marko-tag.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,6 @@
"type": "expression"
},
"@html-attributes": "expression"
}
},
"description": "[view documentation](https://ebay.github.io/ebayui-core/?path=/story/navigation-disclosure-ebay-section-title)"
}
3 changes: 2 additions & 1 deletion src/components/ebay-segmented-buttons/marko-tag.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@
}
},
"@target": "#html-target",
"@aria-disabled": "never"
"@aria-disabled": "never",
"description": "[view documentation](https://ebay.github.io/ebayui-core/?path=/story/buttons-ebay-segmented-buttons)"
}

0 comments on commit fbcb0dd

Please sign in to comment.