Add support for card icons to Axo Block and move the Change Card Link handling to the store. Also migrate the Change Card Link markup management logic to React

This commit is contained in:
Daniel Dudzic 2024-10-16 12:51:26 +02:00
parent 53af77897f
commit 42805c4fb5
No known key found for this signature in database
GPG key ID: 31B40D33E3465483
17 changed files with 172 additions and 120 deletions

View file

@ -1,4 +1,2 @@
export { default as Card } from './Card';
export { default as CardChangeButton } from './CardChangeButton';
export { default as CardChangeButtonManager } from './CardChangeButtonManager';
export { injectCardChangeButton, removeCardChangeButton } from './utils';