@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.
@@ -9765,6 +9765,12 @@ function createKittNativeBaseCustomTheme(theme, appTheme) {
9765
9765
  '3xl': Number.MAX_SAFE_INTEGER,
9766
9766
  xs: Number.MAX_SAFE_INTEGER
9767
9767
  }, spaces.positive), {}, {
9768
+ // Bumper retrofitting
9769
+ 'radius.none': 0,
9770
+ 'radius.s': 2,
9771
+ 'radius.m': 4,
9772
+ 'radius.l': 8,
9773
+ 'radius.circle': 1000,
9768
9774
  kitt: {
9769
9775
  actionCard: {
9770
9776
  borderRadius: theme.actionCard.borderRadius
@@ -10168,6 +10174,19 @@ function createKittNativeBaseCustomTheme(theme, appTheme) {
10168
10174
  app: appTheme === null || appTheme === void 0 ? void 0 : appTheme.borderWidths
10169
10175
  },
10170
10176
  sizes: _objectSpread(_objectSpread(_objectSpread(_objectSpread({}, spaces.positive), spaces.negative), overridenNativeBaseSizeandSpaceScale), {}, {
10177
+ // Bumper retrofitting
10178
+ 'size.16': 16,
10179
+ 'size.20': 20,
10180
+ 'size.24': 24,
10181
+ 'size.32': 32,
10182
+ 'size.48': 48,
10183
+ 'size.64': 64,
10184
+ 'size.80': 80,
10185
+ 'size.96': 96,
10186
+ 'size.120': 120,
10187
+ 'size.144': 144,
10188
+ 'size.176': 176,
10189
+ 'size.208': 208,
10171
10190
  kitt: {
10172
10191
  avatar: {
10173
10192
  size: theme.avatar.size,
@@ -10569,6 +10588,20 @@ function createKittNativeBaseCustomTheme(theme, appTheme) {
10569
10588
  app: appTheme === null || appTheme === void 0 ? void 0 : appTheme.sizes
10570
10589
  }),
10571
10590
  space: _objectSpread(_objectSpread(_objectSpread(_objectSpread({}, spaces.positive), spaces.negative), overridenNativeBaseSizeandSpaceScale), {}, {
10591
+ // Bumper retrofitting
10592
+ 'space.none': 0,
10593
+ 'space.2': 2,
10594
+ 'space.4': 4,
10595
+ 'space.8': 8,
10596
+ 'space.12': 12,
10597
+ 'space.16': 16,
10598
+ 'space.24': 24,
10599
+ 'space.32': 32,
10600
+ 'space.40': 40,
10601
+ 'space.48': 48,
10602
+ 'space.56': 56,
10603
+ 'space.64': 64,
10604
+ 'space.80': 80,
10572
10605
  kitt: {
10573
10606
  bottomSheet: {
10574
10607
  container: {