@xsolla/xui-core 0.176.1 → 0.178.0

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/index.mjs CHANGED
@@ -3435,7 +3435,15 @@ var themeConfig = (mode = "dark", productContext = defaultProductContext) => {
3435
3435
  titleFontSize: 16,
3436
3436
  titleLineHeight: 20,
3437
3437
  descriptionFontSize: 14,
3438
- descriptionLineHeight: 20
3438
+ descriptionLineHeight: 20,
3439
+ // Announcement variant: slim, single-line banner
3440
+ announcementPadding: 8,
3441
+ announcementGap: 16,
3442
+ announcementContentGap: 8,
3443
+ announcementIconSize: 16,
3444
+ announcementButtonsGap: 20,
3445
+ announcementCloseIconSize: 16,
3446
+ announcementBlurRadius: 4
3439
3447
  }),
3440
3448
  progress: (size) => {
3441
3449
  const configs = {