@xsolla/xui-core 0.138.0 → 0.138.1-pr235.1776777591
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/README.md +0 -2
- package/index.js +10 -10
- package/index.js.map +1 -1
- package/index.mjs +10 -10
- package/index.mjs.map +1 -1
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -2501,37 +2501,37 @@ var themeConfig = (mode = "dark", productContext = defaultProductContext) => {
|
|
|
2501
2501
|
xl: {
|
|
2502
2502
|
size: 64,
|
|
2503
2503
|
fontSize: 20,
|
|
2504
|
-
iconSize:
|
|
2504
|
+
iconSize: 32,
|
|
2505
2505
|
badgeSize: 20,
|
|
2506
2506
|
badgeOffsetCircle: { right: -4, top: -4 },
|
|
2507
2507
|
badgeOffsetSquare: { right: -8, top: -8 },
|
|
2508
|
-
borderRadiusSquare:
|
|
2508
|
+
borderRadiusSquare: 8,
|
|
2509
2509
|
borderRadiusCircle: radius.avatarCircle
|
|
2510
2510
|
},
|
|
2511
2511
|
lg: {
|
|
2512
2512
|
size: 56,
|
|
2513
2513
|
fontSize: 20,
|
|
2514
|
-
iconSize:
|
|
2514
|
+
iconSize: 28,
|
|
2515
2515
|
badgeSize: 20,
|
|
2516
2516
|
badgeOffsetCircle: { right: -4, top: -4 },
|
|
2517
2517
|
badgeOffsetSquare: { right: -8, top: -8 },
|
|
2518
|
-
borderRadiusSquare:
|
|
2518
|
+
borderRadiusSquare: 6,
|
|
2519
2519
|
borderRadiusCircle: radius.avatarCircle
|
|
2520
2520
|
},
|
|
2521
2521
|
md: {
|
|
2522
2522
|
size: 48,
|
|
2523
2523
|
fontSize: 18,
|
|
2524
|
-
iconSize:
|
|
2524
|
+
iconSize: 24,
|
|
2525
2525
|
badgeSize: 20,
|
|
2526
2526
|
badgeOffsetCircle: { right: -5, top: -5 },
|
|
2527
2527
|
badgeOffsetSquare: { right: -8, top: -8 },
|
|
2528
|
-
borderRadiusSquare:
|
|
2528
|
+
borderRadiusSquare: 6,
|
|
2529
2529
|
borderRadiusCircle: radius.avatarCircle
|
|
2530
2530
|
},
|
|
2531
2531
|
sm: {
|
|
2532
2532
|
size: 40,
|
|
2533
2533
|
fontSize: 16,
|
|
2534
|
-
iconSize:
|
|
2534
|
+
iconSize: 20,
|
|
2535
2535
|
badgeSize: 20,
|
|
2536
2536
|
badgeOffsetCircle: { right: -6, top: -6 },
|
|
2537
2537
|
badgeOffsetSquare: { right: -8, top: -8 },
|
|
@@ -2541,7 +2541,7 @@ var themeConfig = (mode = "dark", productContext = defaultProductContext) => {
|
|
|
2541
2541
|
xs: {
|
|
2542
2542
|
size: 32,
|
|
2543
2543
|
fontSize: 12,
|
|
2544
|
-
iconSize:
|
|
2544
|
+
iconSize: 16,
|
|
2545
2545
|
badgeSize: 8,
|
|
2546
2546
|
badgeOffsetCircle: { right: -1, top: -1 },
|
|
2547
2547
|
badgeOffsetSquare: { right: -3, top: -3 },
|
|
@@ -2551,11 +2551,11 @@ var themeConfig = (mode = "dark", productContext = defaultProductContext) => {
|
|
|
2551
2551
|
xxs: {
|
|
2552
2552
|
size: 24,
|
|
2553
2553
|
fontSize: 10,
|
|
2554
|
-
iconSize:
|
|
2554
|
+
iconSize: 12,
|
|
2555
2555
|
badgeSize: 6,
|
|
2556
2556
|
badgeOffsetCircle: { right: -1, top: -1 },
|
|
2557
2557
|
badgeOffsetSquare: { right: -2, top: -2 },
|
|
2558
|
-
borderRadiusSquare:
|
|
2558
|
+
borderRadiusSquare: 2,
|
|
2559
2559
|
borderRadiusCircle: radius.avatarCircle
|
|
2560
2560
|
}
|
|
2561
2561
|
};
|