@xsolla/xui-core 0.153.1 → 0.153.2
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.js +5 -5
- package/index.js.map +1 -1
- package/index.mjs +5 -5
- package/index.mjs.map +1 -1
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -2114,7 +2114,7 @@ var themeConfig = (mode = "dark", productContext = defaultProductContext) => {
|
|
|
2114
2114
|
fontSize: 18,
|
|
2115
2115
|
sublabelFontSize: 16,
|
|
2116
2116
|
spinnerSize: 24,
|
|
2117
|
-
iconSize:
|
|
2117
|
+
iconSize: 28,
|
|
2118
2118
|
iconContainerSize: 56,
|
|
2119
2119
|
iconPadding: 20,
|
|
2120
2120
|
loadingPadding: 36,
|
|
@@ -2128,11 +2128,11 @@ var themeConfig = (mode = "dark", productContext = defaultProductContext) => {
|
|
|
2128
2128
|
fontSize: 16,
|
|
2129
2129
|
sublabelFontSize: 14,
|
|
2130
2130
|
spinnerSize: 20,
|
|
2131
|
-
iconSize:
|
|
2131
|
+
iconSize: 24,
|
|
2132
2132
|
iconContainerSize: 48,
|
|
2133
2133
|
iconPadding: 20,
|
|
2134
2134
|
loadingPadding: 32,
|
|
2135
|
-
borderRadius:
|
|
2135
|
+
borderRadius: 6,
|
|
2136
2136
|
labelIconSize: 14,
|
|
2137
2137
|
labelIconGap: 4
|
|
2138
2138
|
},
|
|
@@ -2142,7 +2142,7 @@ var themeConfig = (mode = "dark", productContext = defaultProductContext) => {
|
|
|
2142
2142
|
fontSize: 14,
|
|
2143
2143
|
sublabelFontSize: 12,
|
|
2144
2144
|
spinnerSize: 16,
|
|
2145
|
-
iconSize:
|
|
2145
|
+
iconSize: 20,
|
|
2146
2146
|
iconContainerSize: 40,
|
|
2147
2147
|
iconPadding: 20,
|
|
2148
2148
|
loadingPadding: 28,
|
|
@@ -2156,7 +2156,7 @@ var themeConfig = (mode = "dark", productContext = defaultProductContext) => {
|
|
|
2156
2156
|
fontSize: 12,
|
|
2157
2157
|
sublabelFontSize: 10,
|
|
2158
2158
|
spinnerSize: 16,
|
|
2159
|
-
iconSize:
|
|
2159
|
+
iconSize: 16,
|
|
2160
2160
|
iconContainerSize: 32,
|
|
2161
2161
|
iconPadding: 20,
|
|
2162
2162
|
loadingPadding: 28,
|