@xsolla/xui-core 0.153.1 → 0.153.2-pr276.1778727383
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.js
CHANGED
|
@@ -2182,7 +2182,7 @@ var themeConfig = (mode = "dark", productContext = defaultProductContext) => {
|
|
|
2182
2182
|
fontSize: 18,
|
|
2183
2183
|
sublabelFontSize: 16,
|
|
2184
2184
|
spinnerSize: 24,
|
|
2185
|
-
iconSize:
|
|
2185
|
+
iconSize: 28,
|
|
2186
2186
|
iconContainerSize: 56,
|
|
2187
2187
|
iconPadding: 20,
|
|
2188
2188
|
loadingPadding: 36,
|
|
@@ -2196,11 +2196,11 @@ var themeConfig = (mode = "dark", productContext = defaultProductContext) => {
|
|
|
2196
2196
|
fontSize: 16,
|
|
2197
2197
|
sublabelFontSize: 14,
|
|
2198
2198
|
spinnerSize: 20,
|
|
2199
|
-
iconSize:
|
|
2199
|
+
iconSize: 24,
|
|
2200
2200
|
iconContainerSize: 48,
|
|
2201
2201
|
iconPadding: 20,
|
|
2202
2202
|
loadingPadding: 32,
|
|
2203
|
-
borderRadius:
|
|
2203
|
+
borderRadius: 6,
|
|
2204
2204
|
labelIconSize: 14,
|
|
2205
2205
|
labelIconGap: 4
|
|
2206
2206
|
},
|
|
@@ -2210,7 +2210,7 @@ var themeConfig = (mode = "dark", productContext = defaultProductContext) => {
|
|
|
2210
2210
|
fontSize: 14,
|
|
2211
2211
|
sublabelFontSize: 12,
|
|
2212
2212
|
spinnerSize: 16,
|
|
2213
|
-
iconSize:
|
|
2213
|
+
iconSize: 20,
|
|
2214
2214
|
iconContainerSize: 40,
|
|
2215
2215
|
iconPadding: 20,
|
|
2216
2216
|
loadingPadding: 28,
|
|
@@ -2224,7 +2224,7 @@ var themeConfig = (mode = "dark", productContext = defaultProductContext) => {
|
|
|
2224
2224
|
fontSize: 12,
|
|
2225
2225
|
sublabelFontSize: 10,
|
|
2226
2226
|
spinnerSize: 16,
|
|
2227
|
-
iconSize:
|
|
2227
|
+
iconSize: 16,
|
|
2228
2228
|
iconContainerSize: 32,
|
|
2229
2229
|
iconPadding: 20,
|
|
2230
2230
|
loadingPadding: 28,
|