@xsolla/xui-core 0.147.1 → 0.148.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 +8 -0
- package/index.d.ts +8 -0
- package/index.js +10 -6
- package/index.js.map +1 -1
- package/index.mjs +10 -6
- package/index.mjs.map +1 -1
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -2724,20 +2724,23 @@ var themeConfig = (mode = "dark", productContext = defaultProductContext) => {
|
|
|
2724
2724
|
xl: {
|
|
2725
2725
|
height: 64,
|
|
2726
2726
|
fontSize: 20,
|
|
2727
|
-
|
|
2728
|
-
|
|
2727
|
+
lineHeight: 22,
|
|
2728
|
+
iconSize: 24,
|
|
2729
|
+
gap: 10,
|
|
2729
2730
|
paddingHorizontal: 20
|
|
2730
2731
|
},
|
|
2731
2732
|
lg: {
|
|
2732
2733
|
height: 56,
|
|
2733
2734
|
fontSize: 18,
|
|
2734
|
-
|
|
2735
|
-
|
|
2735
|
+
lineHeight: 20,
|
|
2736
|
+
iconSize: 20,
|
|
2737
|
+
gap: 8,
|
|
2736
2738
|
paddingHorizontal: 20
|
|
2737
2739
|
},
|
|
2738
2740
|
md: {
|
|
2739
2741
|
height: 48,
|
|
2740
2742
|
fontSize: 16,
|
|
2743
|
+
lineHeight: 18,
|
|
2741
2744
|
iconSize: 18,
|
|
2742
2745
|
gap: 6,
|
|
2743
2746
|
paddingHorizontal: 20
|
|
@@ -2745,8 +2748,9 @@ var themeConfig = (mode = "dark", productContext = defaultProductContext) => {
|
|
|
2745
2748
|
sm: {
|
|
2746
2749
|
height: 40,
|
|
2747
2750
|
fontSize: 14,
|
|
2748
|
-
|
|
2749
|
-
|
|
2751
|
+
lineHeight: 16,
|
|
2752
|
+
iconSize: 16,
|
|
2753
|
+
gap: 4,
|
|
2750
2754
|
paddingHorizontal: 20
|
|
2751
2755
|
}
|
|
2752
2756
|
};
|