@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.
@@ -4767,6 +4767,17 @@ function getBorderColor$2({
4767
4767
  return 'transparent';
4768
4768
  }
4769
4769
 
4770
+ const getSize = size => {
4771
+ switch (size) {
4772
+ case 'small':
4773
+ return 'kitt.2';
4774
+ case 'xsmall':
4775
+ return 2;
4776
+ default:
4777
+ return 'kitt.4';
4778
+ }
4779
+ };
4780
+
4770
4781
  function AnimatedChoiceItemView({
4771
4782
  children,
4772
4783
  size,
@@ -4793,7 +4804,7 @@ function AnimatedChoiceItemView({
4793
4804
  isHovered,
4794
4805
  isPressed
4795
4806
  }),
4796
- padding: size === 'small' ? 'kitt.2' : 'kitt.4',
4807
+ padding: getSize(size),
4797
4808
  flexGrow: shouldExpand ? 1 : undefined,
4798
4809
  flexShrink: shouldExpand ? 1 : undefined,
4799
4810
  _web: {
@@ -13073,6 +13084,10 @@ function Tag({
13073
13084
  deepPurple: {
13074
13085
  background: kittTheme.kitt.palettes.deepPurple['deepPurple.8'],
13075
13086
  font: kittTheme.kitt.palettes.deepPurple['beige.1']
13087
+ },
13088
+ mauve: {
13089
+ background: kittTheme.kitt.palettes.deepPurple['mauve.3'],
13090
+ font: kittTheme.kitt.palettes.deepPurple['grey.9']
13076
13091
  }
13077
13092
  };
13078
13093
  return /*#__PURE__*/jsxRuntime.jsxs(HStack, {