@ornikar/kitt-universal 35.4.0 → 35.5.0

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.
@@ -4865,6 +4865,17 @@ function getBorderColor$2({
4865
4865
  return 'transparent';
4866
4866
  }
4867
4867
 
4868
+ const getSize = size => {
4869
+ switch (size) {
4870
+ case 'small':
4871
+ return 'kitt.2';
4872
+ case 'xsmall':
4873
+ return 2;
4874
+ default:
4875
+ return 'kitt.4';
4876
+ }
4877
+ };
4878
+
4868
4879
  function AnimatedChoiceItemView({
4869
4880
  children,
4870
4881
  size,
@@ -4892,7 +4903,7 @@ function AnimatedChoiceItemView({
4892
4903
  isHovered,
4893
4904
  isPressed
4894
4905
  }),
4895
- padding: size === 'small' ? 'kitt.2' : 'kitt.4',
4906
+ padding: getSize(size),
4896
4907
  flexGrow: shouldExpand ? 1 : undefined,
4897
4908
  flexShrink: shouldExpand ? 1 : undefined
4898
4909
  });
@@ -13670,6 +13681,10 @@ function Tag({
13670
13681
  deepPurple: {
13671
13682
  background: kittTheme.kitt.palettes.deepPurple['deepPurple.8'],
13672
13683
  font: kittTheme.kitt.palettes.deepPurple['beige.1']
13684
+ },
13685
+ mauve: {
13686
+ background: kittTheme.kitt.palettes.deepPurple['mauve.3'],
13687
+ font: kittTheme.kitt.palettes.deepPurple['grey.9']
13673
13688
  }
13674
13689
  };
13675
13690
  return /*#__PURE__*/jsxRuntime.jsxs(HStack, {