narrat 2.5.0 → 2.5.1

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/dist/config.d.ts CHANGED
@@ -199,6 +199,7 @@ export interface ButtonConfig {
199
199
  enabled: boolean;
200
200
  background?: string;
201
201
  text?: string;
202
+ cssClass?: string;
202
203
  position: {
203
204
  left: number;
204
205
  top: number;