@janovix/blocks 1.2.0-rc.18 → 1.2.0-rc.19

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/dist/index.cjs CHANGED
@@ -3431,21 +3431,21 @@ var defaultLabels = {
3431
3431
  };
3432
3432
  var sizeClasses = {
3433
3433
  sm: {
3434
- container: "h-7 p-0.5 gap-0.5",
3434
+ container: "h-7 p-0.5",
3435
3435
  button: "h-6 w-6",
3436
3436
  buttonMini: "h-7 w-7",
3437
3437
  icon: "h-3.5 w-3.5",
3438
3438
  iconMini: "h-3.5 w-3.5"
3439
3439
  },
3440
3440
  md: {
3441
- container: "h-8 p-1 gap-0.5",
3441
+ container: "h-8 p-1",
3442
3442
  button: "h-6 w-6",
3443
3443
  buttonMini: "h-8 w-8",
3444
3444
  icon: "h-4 w-4",
3445
3445
  iconMini: "h-4 w-4"
3446
3446
  },
3447
3447
  lg: {
3448
- container: "h-9 p-1 gap-1",
3448
+ container: "h-9 p-1",
3449
3449
  button: "h-7 w-7",
3450
3450
  buttonMini: "h-9 w-9",
3451
3451
  icon: "h-4 w-4",
@@ -3584,22 +3584,22 @@ var defaultLanguages = [
3584
3584
  ];
3585
3585
  var sizeClasses2 = {
3586
3586
  sm: {
3587
- container: "h-7 p-0.5 text-xs gap-0.5",
3588
- button: "h-6 px-1.5",
3587
+ container: "h-7 p-0.5 text-xs",
3588
+ button: "h-6 px-2",
3589
3589
  buttonMini: "h-7 w-7",
3590
3590
  icon: "size-3",
3591
3591
  iconMini: "size-3.5"
3592
3592
  },
3593
3593
  md: {
3594
- container: "h-8 p-0.5 text-xs gap-0.5",
3595
- button: "h-7 px-2",
3594
+ container: "h-8 p-0.5 text-xs",
3595
+ button: "h-7 px-2.5",
3596
3596
  buttonMini: "h-8 w-8",
3597
3597
  icon: "size-3.5",
3598
3598
  iconMini: "size-4"
3599
3599
  },
3600
3600
  lg: {
3601
- container: "h-9 p-0.5 text-sm gap-1",
3602
- button: "h-8 px-2.5",
3601
+ container: "h-9 p-0.5 text-sm",
3602
+ button: "h-8 px-3",
3603
3603
  buttonMini: "h-9 w-9",
3604
3604
  icon: "size-4",
3605
3605
  iconMini: "size-4.5"
@@ -3687,7 +3687,7 @@ function LanguageSwitcher({
3687
3687
  showIcon && /* @__PURE__ */ jsxRuntime.jsx(
3688
3688
  lucideReact.Languages,
3689
3689
  {
3690
- className: cn(sizes.icon, "ml-1.5 mr-0.5 text-muted-foreground")
3690
+ className: cn(sizes.icon, "ml-1.5 mr-1.5 text-muted-foreground")
3691
3691
  }
3692
3692
  ),
3693
3693
  languages.map(({ key, label }) => {