@castlabs/ui 7.7.0 → 7.9.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.
@@ -1,3 +1,5 @@
1
+ /* @castlabs/ui v7.9.0 */
2
+
1
3
  /*!
2
4
  * Bootstrap v5.3.8 (https://getbootstrap.com/)
3
5
  * Copyright 2011-2025 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
@@ -305,6 +307,27 @@ function getColIndex (col) {
305
307
  return colNo
306
308
  }
307
309
 
310
+ const CONST = {
311
+ COLOR: {
312
+ ASH: '#6d5e5e',
313
+ BERRY: '#6e1c3b',
314
+ BRICK: '#ba4f4f',
315
+ CLAY: '#cfc8c8',
316
+ EGGSHELL: '#fbf9f2',
317
+ HAZE: '#eeece6',
318
+ HONEY: '#dc9404',
319
+ LEAF: '#53965d',
320
+ NIGHT: '#262a35',
321
+ ORCHID: '#b271bf',
322
+ PETROL: '#096174',
323
+ RED: '#fa423c',
324
+ SAND: '#fdf5cf',
325
+ SEA: '#5d9dd1',
326
+ SKY: '#71c0ff',
327
+ STEEL: '#a0a0a0'
328
+ }
329
+ }
330
+
308
331
 
309
332
 
310
333
  // -----------------------------------------------------------------------------