Name Description Size
moz-promo.css Bug 1972702: Remove the following TODOs TODO: need dark mode theming for the following: color-violet-80 (message-text-color) color-violet-0 (background-color) color-violet-30 (border-color) TODO: need a grey for default --promo-background-color TODO: need HCM styles 2555
moz-promo.mjs A promotional callout element. @tagname moz-promo @property {string} type - The type of promo, can be either "default" or "vibrant". Determines the colors of the promotional element @property {string} heading - The heading of the promo element. @property {string} message - The message of the promo element. @property {string} imageSrc - The main image of the promo element. @property {string} iconAlignment - How the icon should be aligned. Can be "start", "end", "center". 2298
moz-promo.stories.mjs 3161