@carbon/colors 11.7.0-rc.0 → 11.7.1-rc.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.
Files changed (2) hide show
  1. package/index.scss +14 -14
  2. package/package.json +2 -2
package/index.scss CHANGED
@@ -259,10 +259,10 @@ $yellow-100-hover: #332600 !default;
259
259
  /// @access public
260
260
  /// @group @carbon/colors
261
261
  $colors: (
262
- 'black': (
262
+ black: (
263
263
  100: #000000,
264
264
  ),
265
- 'blue': (
265
+ blue: (
266
266
  10: #edf5ff,
267
267
  20: #d0e2ff,
268
268
  30: #a6c8ff,
@@ -274,7 +274,7 @@ $colors: (
274
274
  90: #001d6c,
275
275
  100: #001141,
276
276
  ),
277
- 'cool-gray': (
277
+ cool-gray: (
278
278
  10: #f2f4f8,
279
279
  20: #dde1e6,
280
280
  30: #c1c7cd,
@@ -286,7 +286,7 @@ $colors: (
286
286
  90: #21272a,
287
287
  100: #121619,
288
288
  ),
289
- 'cyan': (
289
+ cyan: (
290
290
  10: #e5f6ff,
291
291
  20: #bae6ff,
292
292
  30: #82cfff,
@@ -298,7 +298,7 @@ $colors: (
298
298
  90: #012749,
299
299
  100: #061727,
300
300
  ),
301
- 'gray': (
301
+ gray: (
302
302
  10: #f4f4f4,
303
303
  20: #e0e0e0,
304
304
  30: #c6c6c6,
@@ -310,7 +310,7 @@ $colors: (
310
310
  90: #262626,
311
311
  100: #161616,
312
312
  ),
313
- 'green': (
313
+ green: (
314
314
  10: #defbe6,
315
315
  20: #a7f0ba,
316
316
  30: #6fdc8c,
@@ -322,7 +322,7 @@ $colors: (
322
322
  90: #022d0d,
323
323
  100: #071908,
324
324
  ),
325
- 'magenta': (
325
+ magenta: (
326
326
  10: #fff0f7,
327
327
  20: #ffd6e8,
328
328
  30: #ffafd2,
@@ -334,7 +334,7 @@ $colors: (
334
334
  90: #510224,
335
335
  100: #2a0a18,
336
336
  ),
337
- 'orange': (
337
+ orange: (
338
338
  10: #fff2e8,
339
339
  20: #ffd9be,
340
340
  30: #ffb784,
@@ -346,7 +346,7 @@ $colors: (
346
346
  90: #3e1a00,
347
347
  100: #231000,
348
348
  ),
349
- 'purple': (
349
+ purple: (
350
350
  10: #f6f2ff,
351
351
  20: #e8daff,
352
352
  30: #d4bbff,
@@ -358,7 +358,7 @@ $colors: (
358
358
  90: #31135e,
359
359
  100: #1c0f30,
360
360
  ),
361
- 'red': (
361
+ red: (
362
362
  10: #fff1f1,
363
363
  20: #ffd7d9,
364
364
  30: #ffb3b8,
@@ -370,7 +370,7 @@ $colors: (
370
370
  90: #520408,
371
371
  100: #2d0709,
372
372
  ),
373
- 'teal': (
373
+ teal: (
374
374
  10: #d9fbfb,
375
375
  20: #9ef0f0,
376
376
  30: #3ddbd9,
@@ -382,7 +382,7 @@ $colors: (
382
382
  90: #022b30,
383
383
  100: #081a1c,
384
384
  ),
385
- 'warm-gray': (
385
+ warm-gray: (
386
386
  10: #f7f3f2,
387
387
  20: #e5e0df,
388
388
  30: #cac5c4,
@@ -394,10 +394,10 @@ $colors: (
394
394
  90: #272525,
395
395
  100: #171414,
396
396
  ),
397
- 'white': (
397
+ white: (
398
398
  0: #ffffff,
399
399
  ),
400
- 'yellow': (
400
+ yellow: (
401
401
  10: #fcf4d6,
402
402
  20: #fddc69,
403
403
  30: #f1c21b,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@carbon/colors",
3
3
  "description": "Colors for digital and software products using the Carbon Design System",
4
- "version": "11.7.0-rc.0",
4
+ "version": "11.7.1-rc.0",
5
5
  "license": "Apache-2.0",
6
6
  "main": "lib/index.js",
7
7
  "module": "es/index.js",
@@ -51,5 +51,5 @@
51
51
  "sassDir": "scss",
52
52
  "needs": "^1.3.0"
53
53
  },
54
- "gitHead": "a55b418b5a33d88d224b9c35f62ebd09c9586764"
54
+ "gitHead": "01475a0713de3b5243b747ffe7036f652ae5c22f"
55
55
  }