@xsolla/xui-core 0.170.1 → 0.170.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.mjs CHANGED
@@ -3754,51 +3754,51 @@ var themeConfig = (mode = "dark", productContext = defaultProductContext) => {
3754
3754
  const configs = {
3755
3755
  xl: {
3756
3756
  height: 64,
3757
- paddingHorizontal: 18,
3757
+ paddingHorizontal: 21,
3758
3758
  fontSize: 20,
3759
3759
  lineHeight: 22,
3760
- iconSize: 24,
3760
+ iconSize: 22,
3761
3761
  gap: 6,
3762
3762
  borderRadius: shape.toggleButtonGroup.xl.borderRadius,
3763
3763
  itemGap: 8
3764
3764
  },
3765
3765
  lg: {
3766
3766
  height: 56,
3767
- paddingHorizontal: 16,
3767
+ paddingHorizontal: 18,
3768
3768
  fontSize: 18,
3769
3769
  lineHeight: 20,
3770
- iconSize: 24,
3770
+ iconSize: 20,
3771
3771
  gap: 4,
3772
3772
  borderRadius: shape.toggleButtonGroup.lg.borderRadius,
3773
3773
  itemGap: 8
3774
3774
  },
3775
3775
  md: {
3776
3776
  height: 48,
3777
- paddingHorizontal: 16,
3777
+ paddingHorizontal: 15,
3778
3778
  fontSize: 16,
3779
3779
  lineHeight: 18,
3780
- iconSize: 24,
3780
+ iconSize: 18,
3781
3781
  gap: 4,
3782
3782
  borderRadius: shape.toggleButtonGroup.md.borderRadius,
3783
- itemGap: 8
3783
+ itemGap: 6
3784
3784
  },
3785
3785
  sm: {
3786
3786
  height: 40,
3787
3787
  paddingHorizontal: 12,
3788
3788
  fontSize: 14,
3789
3789
  lineHeight: 16,
3790
- iconSize: 24,
3791
- gap: 2,
3790
+ iconSize: 16,
3791
+ gap: 4,
3792
3792
  borderRadius: shape.toggleButtonGroup.sm.borderRadius,
3793
3793
  itemGap: 4
3794
3794
  },
3795
3795
  xs: {
3796
3796
  height: 32,
3797
- paddingHorizontal: 12,
3798
- fontSize: 14,
3799
- lineHeight: 16,
3800
- iconSize: 24,
3801
- gap: 2,
3797
+ paddingHorizontal: 9,
3798
+ fontSize: 12,
3799
+ lineHeight: 14,
3800
+ iconSize: 14,
3801
+ gap: 4,
3802
3802
  borderRadius: shape.toggleButtonGroup.xs.borderRadius,
3803
3803
  itemGap: 4
3804
3804
  }