UNPKG

@atlaskit/link

Version:

A link takes people to a new location in the product or another website.

53 lines (51 loc) 1.07 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; // A list of display variations used for VR and testing generation purposes var displayVariations = [{ name: 'Default', props: { href: 'https://www.atlassian.com', children: 'Link' } }, { name: 'Subtle', props: { href: 'https://www.atlassian.com', children: 'Link', appearance: 'subtle' } }, { name: 'Inverse', props: { href: 'https://www.atlassian.com', children: 'Link', appearance: 'inverse' } }, { name: 'Opens in new tab', props: { href: 'https://www.atlassian.com', children: 'Link', target: '_blank' } }, { name: 'Opens in new tab, subtle', props: { href: 'https://www.atlassian.com', children: 'Link', target: '_blank', appearance: 'subtle' } }, { name: 'Opens in new tab, inverse', props: { href: 'https://www.atlassian.com', children: 'Link', target: '_blank', appearance: 'inverse' } }]; var _default = exports.default = displayVariations;