@eqtylab/equality 1.1.7 → 1.1.8

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.
@@ -71,7 +71,7 @@
71
71
  padding-block: calc(0.25rem * 2);
72
72
  }
73
73
  .actions {
74
- margin-right: calc(0.25rem * 0.5);
74
+ margin-right: calc(0.25rem * 1);
75
75
  display: flex;
76
76
  align-items: center;
77
77
  }
@@ -37,19 +37,19 @@
37
37
  display: flex;
38
38
  }
39
39
  .size--sm {
40
- width: calc(0.25rem * 8);
41
- height: calc(0.25rem * 8);
40
+ width: calc(0.25rem * 7);
41
+ height: calc(0.25rem * 7);
42
42
  border-radius: var(--radius-md, 0.375rem);
43
43
  }
44
44
  .size--md {
45
45
  width: calc(0.25rem * 10);
46
46
  height: calc(0.25rem * 10);
47
- border-radius: 0.5rem;
47
+ border-radius: 8.5px;
48
48
  }
49
49
  .size--lg {
50
- width: calc(0.25rem * 12);
51
- height: calc(0.25rem * 12);
52
- border-radius: 0.75rem;
50
+ width: calc(0.25rem * 11);
51
+ height: calc(0.25rem * 11);
52
+ border-radius: 9.5px;
53
53
  }
54
54
  .icon-btn--primary {
55
55
  color: var(--color-text-primary);
package/dist/index.cjs CHANGED
@@ -949,8 +949,8 @@ var iconButtonVariants = classVarianceAuthority.cva(styles13__default.default["i
949
949
  });
950
950
  var iconSizeMap = {
951
951
  sm: 16,
952
- md: 20,
953
- lg: 32
952
+ md: 22,
953
+ lg: 26
954
954
  };
955
955
  function IconButton({
956
956
  className,