@xsolla/xui-core 0.149.0 → 0.149.1

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.mjs CHANGED
@@ -2358,7 +2358,6 @@ var themeConfig = (mode = "dark", productContext = defaultProductContext) => {
2358
2358
  const configs = {
2359
2359
  xl: {
2360
2360
  box: 200,
2361
- wideWidth: 440,
2362
2361
  padding: 14,
2363
2362
  gap: 10,
2364
2363
  iconSize: 32,
@@ -2374,7 +2373,6 @@ var themeConfig = (mode = "dark", productContext = defaultProductContext) => {
2374
2373
  },
2375
2374
  lg: {
2376
2375
  box: 168,
2377
- wideWidth: 440,
2378
2376
  padding: 14,
2379
2377
  gap: 10,
2380
2378
  iconSize: 24,
@@ -2390,7 +2388,6 @@ var themeConfig = (mode = "dark", productContext = defaultProductContext) => {
2390
2388
  },
2391
2389
  md: {
2392
2390
  box: 136,
2393
- wideWidth: 400,
2394
2391
  padding: 12,
2395
2392
  gap: 8,
2396
2393
  iconSize: 24,
@@ -2406,7 +2403,6 @@ var themeConfig = (mode = "dark", productContext = defaultProductContext) => {
2406
2403
  },
2407
2404
  sm: {
2408
2405
  box: 104,
2409
- wideWidth: 320,
2410
2406
  padding: 10,
2411
2407
  gap: 6,
2412
2408
  iconSize: 18,
@@ -2417,12 +2413,11 @@ var themeConfig = (mode = "dark", productContext = defaultProductContext) => {
2417
2413
  errorFontSize: 12,
2418
2414
  errorLineHeight: 14,
2419
2415
  errorGap: 6,
2420
- radius: 8,
2416
+ radius: 4,
2421
2417
  borderWidth: 1
2422
2418
  },
2423
2419
  xs: {
2424
2420
  box: 72,
2425
- wideWidth: 240,
2426
2421
  padding: 8,
2427
2422
  gap: 4,
2428
2423
  iconSize: 18,
@@ -2433,7 +2428,7 @@ var themeConfig = (mode = "dark", productContext = defaultProductContext) => {
2433
2428
  errorFontSize: 11,
2434
2429
  errorLineHeight: 13,
2435
2430
  errorGap: 4,
2436
- radius: 8,
2431
+ radius: 4,
2437
2432
  borderWidth: 1
2438
2433
  }
2439
2434
  };