SAP / ui5-webcomponents

UI5 Web Components - the enterprise-flavored sugar on top of native APIs! Build SAP Fiori user interfaces with the technology of your choice.
https://sap.github.io/ui5-webcomponents/
Apache License 2.0
1.46k stars 253 forks source link

refactor(ui5-illustrated-message): rename IllustrationMessageSize enum #9302

Closed dobrinyonkov closed 1 day ago

dobrinyonkov commented 2 days ago

As follow up of #8605 the enumeration of the design property is renamed to IllustrationMessageDesign

Additionally, since tags are adjusted to 2.0.0

BREAKING CHANGE: The enum IllustrationMessageSize is renamed to IllustrationMessageDesign. If you have previously imported the enum:

import IllustrationMessageSize from "@ui5/webcomponents-base/dist/types/IllustrationMessageSize.js";

Now import IllustrationMessageDesign instead:

import IllustrationMessageDesign from "@ui5/webcomponents-base/dist/types/IllustrationMessageDesign.js";

Related to https://github.com/SAP/ui5-webcomponents/issues/8461, https://github.com/SAP/ui5-webcomponents/issues/7887