@ornikar/kitt-universal 32.5.3 → 32.6.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.
@@ -10248,6 +10248,12 @@ function createKittNativeBaseCustomTheme(theme, appTheme) {
10248
10248
  '3xl': Number.MAX_SAFE_INTEGER,
10249
10249
  xs: Number.MAX_SAFE_INTEGER
10250
10250
  }, spaces.positive), {}, {
10251
+ // Bumper retrofitting
10252
+ 'radius.none': 0,
10253
+ 'radius.s': 2,
10254
+ 'radius.m': 4,
10255
+ 'radius.l': 8,
10256
+ 'radius.circle': 1000,
10251
10257
  kitt: {
10252
10258
  actionCard: {
10253
10259
  borderRadius: theme.actionCard.borderRadius
@@ -10651,6 +10657,19 @@ function createKittNativeBaseCustomTheme(theme, appTheme) {
10651
10657
  app: appTheme === null || appTheme === void 0 ? void 0 : appTheme.borderWidths
10652
10658
  },
10653
10659
  sizes: _objectSpread(_objectSpread(_objectSpread(_objectSpread({}, spaces.positive), spaces.negative), overridenNativeBaseSizeandSpaceScale), {}, {
10660
+ // Bumper retrofitting
10661
+ 'size.16': 16,
10662
+ 'size.20': 20,
10663
+ 'size.24': 24,
10664
+ 'size.32': 32,
10665
+ 'size.48': 48,
10666
+ 'size.64': 64,
10667
+ 'size.80': 80,
10668
+ 'size.96': 96,
10669
+ 'size.120': 120,
10670
+ 'size.144': 144,
10671
+ 'size.176': 176,
10672
+ 'size.208': 208,
10654
10673
  kitt: {
10655
10674
  avatar: {
10656
10675
  size: theme.avatar.size,
@@ -11052,6 +11071,20 @@ function createKittNativeBaseCustomTheme(theme, appTheme) {
11052
11071
  app: appTheme === null || appTheme === void 0 ? void 0 : appTheme.sizes
11053
11072
  }),
11054
11073
  space: _objectSpread(_objectSpread(_objectSpread(_objectSpread({}, spaces.positive), spaces.negative), overridenNativeBaseSizeandSpaceScale), {}, {
11074
+ // Bumper retrofitting
11075
+ 'space.none': 0,
11076
+ 'space.2': 2,
11077
+ 'space.4': 4,
11078
+ 'space.8': 8,
11079
+ 'space.12': 12,
11080
+ 'space.16': 16,
11081
+ 'space.24': 24,
11082
+ 'space.32': 32,
11083
+ 'space.40': 40,
11084
+ 'space.48': 48,
11085
+ 'space.56': 56,
11086
+ 'space.64': 64,
11087
+ 'space.80': 80,
11055
11088
  kitt: {
11056
11089
  bottomSheet: {
11057
11090
  container: {