@royaloperahouse/chord 1.6.2 → 1.6.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/chord.cjs.development.js +2 -0
- package/dist/chord.cjs.development.js.map +1 -1
- package/dist/chord.cjs.production.min.js +1 -1
- package/dist/chord.cjs.production.min.js.map +1 -1
- package/dist/chord.esm.js +2 -1
- package/dist/chord.esm.js.map +1 -1
- package/dist/index.d.ts +2 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5206,6 +5206,7 @@ var Cards = function Cards(_ref) {
|
|
|
5206
5206
|
}, /*#__PURE__*/React__default.createElement(Card, {
|
|
5207
5207
|
size: size,
|
|
5208
5208
|
image: card.image,
|
|
5209
|
+
imageAltText: card.imageAltText,
|
|
5209
5210
|
progress: card.progress,
|
|
5210
5211
|
title: card.title,
|
|
5211
5212
|
subtitle: card.subtitle,
|
|
@@ -7310,4 +7311,5 @@ exports.Tickbox = Tickbox;
|
|
|
7310
7311
|
exports.TitleWithCTA = TitleWithCTA;
|
|
7311
7312
|
exports.TypeTags = TypeTags;
|
|
7312
7313
|
exports.devices = devices;
|
|
7314
|
+
exports.zIndexes = zIndexes;
|
|
7313
7315
|
//# sourceMappingURL=chord.cjs.development.js.map
|