@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.d.mts +7 -0
- package/index.d.ts +7 -0
- package/index.js +9 -1
- package/index.js.map +1 -1
- package/index.mjs +9 -1
- package/index.mjs.map +1 -1
- package/package.json +1 -1
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 = {
|