@castlabs/ui 7.9.0 → 7.9.2

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.
@@ -1,4 +1,4 @@
1
- /* @castlabs/ui v7.9.0 */
1
+ /* @castlabs/ui v7.9.2 */
2
2
 
3
3
  /*!
4
4
  * Bootstrap v5.3.8 (https://getbootstrap.com/)
@@ -325,6 +325,15 @@ export const CONST = {
325
325
  SEA: '#5d9dd1',
326
326
  SKY: '#71c0ff',
327
327
  STEEL: '#a0a0a0'
328
+ },
329
+ SPACING: {
330
+ HUGE: '48px',
331
+ LARGE: '32px',
332
+ MEDIUM: '24px',
333
+ SMALL: '16px',
334
+ TINY: '8px',
335
+ MICRO: '4px',
336
+ NONE: '0px'
328
337
  }
329
338
  }
330
339