-
Notifications
You must be signed in to change notification settings - Fork 167
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(fuselage, fuselage-tokens): Update primitive tokens (#1128)
- Loading branch information
1 parent
80a42f6
commit 6db5cb2
Showing
25 changed files
with
702 additions
and
1,111 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
"@rocket.chat/fuselage-tokens": minor | ||
"@rocket.chat/fuselage": minor | ||
"@rocket.chat/logo": patch | ||
--- | ||
|
||
feat(fuselage, fuselage-tokens): Update primitive tokens |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,132 +1,74 @@ | ||
'use strict'; | ||
|
||
module.exports = { | ||
'd100': '#FFE9EC', | ||
'd200': '#FFC1C9', | ||
'd300': '#F98F9D', | ||
'd400': '#F5495F', | ||
'd500': '#EC0D2A', | ||
'd550': '#F5455C', | ||
'd600': '#D40C26', | ||
'd650': '#DA1F37', | ||
'd700': '#BB0B21', | ||
'd800': '#9B1325', | ||
'd900': '#8B0719', | ||
'i100': '#E8F2FF', | ||
'i200': '#D1EBFE', | ||
'i300': '#76B7FC', | ||
'i400': '#549DF9', | ||
'i500': '#156FF5', | ||
'i600': '#095AD2', | ||
'i700': '#10529E', | ||
'i800': '#01336B', | ||
'i900': '#012247', | ||
'n100': '#f7f8fa', | ||
'n200': '#f2f3f5', | ||
'n250': '#EBECEF', | ||
'n300': '#eeeff1', | ||
'n400': '#e4e7ea', | ||
'n450': '#d7dbe0', | ||
'n500': '#cbced1', | ||
'n600': '#9ea2a8', | ||
'n700': '#6c727a', | ||
'n800': '#2f343d', | ||
'n850': '#2f343d80', | ||
'n900': '#1f2329', | ||
'p100': '#E8F2FF', | ||
'p200': '#D1EBFE', | ||
'p300': '#76B7FC', | ||
'p400': '#549DF9', | ||
'p500': '#156FF5', | ||
'p550': '#1D74F5', | ||
'p600': '#095AD2', | ||
'p700': '#10529E', | ||
'p800': '#01336B', | ||
'p900': '#012247', | ||
's100': '#E5FBF4', | ||
's200': '#C0F6E4', | ||
's300': '#96F0D2', | ||
's400': '#6CE9C0', | ||
's500': '#2DE0A5', | ||
's600': '#1ECB92', | ||
's650': '#158D65', | ||
's700': '#19AC7C', | ||
's800': '#148660', | ||
's900': '#106D4F', | ||
's1000': '#0D5940', | ||
's1-100': '#FDE8D7', | ||
's1-200': '#FAD1B0', | ||
's1-300': '#F7B27B', | ||
's1-400': '#F59B53', | ||
's1-500': '#F38C39', | ||
's1-600': '#E26D0E', | ||
's1-700': '#BD5A0B', | ||
's1-800': '#974809', | ||
's1-900': '#713607', | ||
's2-100': '#F9EFFC', | ||
's2-200': '#EDD0F7', | ||
's2-300': '#DCA0EF', | ||
's2-400': '#CA71E7', | ||
's2-500': '#9F22C7', | ||
's2-600': '#7F1B9F', | ||
's2-700': '#5F1477', | ||
's2-800': '#4A105D', | ||
's2-900': '#350B42', | ||
'w100': '#FFF6D6', | ||
'w150': '#FFF8E0', | ||
'w200': '#FFECAD', | ||
'w300': '#FFE383', | ||
'w400': '#FFD95A', | ||
'w500': '#FFD031', | ||
'w600': '#F3BE08', | ||
'w650': '#AC892F', | ||
'w700': '#DFAC00', | ||
'w800': '#B68D00', | ||
'w900': '#8E6300', | ||
'white': '#ffffff', | ||
'b100': '#e8f2ff', | ||
'b200': '#d1ebfe', | ||
'b300': '#76b7fc', | ||
'b400': '#549df9', | ||
'b500': '#1d74f5', | ||
'b600': '#095ad2', | ||
'b700': '#10529e', | ||
'b800': '#01336b', | ||
'b900': '#012247', | ||
'g100': '#e5fbf4', | ||
'g200': '#c0f6e4', | ||
'g300': '#96f0d2', | ||
'g400': '#6ce9c0', | ||
'g500': '#2de0a5', | ||
'g600': '#1ecb92', | ||
'g700': '#19ac7c', | ||
'g800': '#158d65', | ||
'g900': '#106d4f', | ||
'r100': '#fddade', | ||
'r200': '#fbb5be', | ||
'r300': '#f98f9d', | ||
'r400': '#f76a7d', | ||
'r500': '#f5455c', | ||
'r600': '#db0c27', | ||
'r700': '#b30a20', | ||
'r800': '#8b0719', | ||
'r900': '#630512', | ||
'y100': '#fff6d6', | ||
'y200': '#ffecad', | ||
'y300': '#ffe383', | ||
'y400': '#ffd95a', | ||
'y500': '#ffd031', | ||
'y600': '#f3be08', | ||
'y700': '#dfac00', | ||
'y800': '#b68d00', | ||
'y900': '#8e6d00', | ||
'o100': '#fde8d7', | ||
'o200': '#fad1b0', | ||
'o300': '#f7b27b', | ||
'o400': '#f59b53', | ||
'o500': '#f38c39', | ||
'o600': '#e26d0e', | ||
'o700': '#bd5a0b', | ||
'o800': '#974809', | ||
'o900': '#713607', | ||
white: '#FFFFFF', | ||
n100: '#F7F8FA', | ||
n200: '#F2F3F5', | ||
n250: '#EBECEF', | ||
n300: '#EEEFF1', | ||
n400: '#E4E7EA', | ||
n450: '#D7DBE0', | ||
n500: '#CBCED1', | ||
n600: '#9EA2A8', | ||
n700: '#6C737A', | ||
n800: '#2F343D', | ||
n900: '#1F2329', | ||
r100: '#FFE9EC', | ||
r200: '#FFC1C9', | ||
r300: '#F98F9D', | ||
r400: '#F5455C', | ||
r500: '#EC0D2A', | ||
r600: '#D40C26', | ||
r700: '#BB0B21', | ||
r800: '#9B1325', | ||
r900: '#8B0719', | ||
r1000: '#6B0513', | ||
o100: '#FDE8D7', | ||
o200: '#FAD1B0', | ||
o300: '#F7B27B', | ||
o400: '#F59B53', | ||
o500: '#F38C39', | ||
o600: '#E26D0E', | ||
o700: '#BD5A0B', | ||
o800: '#974809', | ||
o900: '#713607', | ||
o1000: '#5B2C06', | ||
p100: '#F9EFFC', | ||
p200: '#EDD0F7', | ||
p300: '#DCA0EF', | ||
p400: '#CA71E7', | ||
p500: '#9F22C7', | ||
p600: '#7F1B9F', | ||
p700: '#5F1477', | ||
p800: '#4A105D', | ||
p900: '#350B42', | ||
y100: '#FFF8E0', | ||
y200: '#FFECAD', | ||
y300: '#FFE383', | ||
y400: '#FFD95A', | ||
y500: '#FFD031', | ||
y600: '#F3BE08', | ||
y700: '#DFAC00', | ||
y800: '#AC892F', | ||
y900: '#8E6300', | ||
y1000: '#573D00', | ||
g100: '#E5FBF4', | ||
g200: '#C0F6E4', | ||
g300: '#96F0D2', | ||
g400: '#6CE9C0', | ||
g500: '#2DE0A5', | ||
g600: '#1ECB92', | ||
g700: '#19AC7C', | ||
g800: '#148660', | ||
g900: '#106D4F', | ||
g1000: '#0D5940', | ||
b100: '#E8F2FF', | ||
b200: '#D1EBFE', | ||
b300: '#76B7FC', | ||
b400: '#549DF9', | ||
b500: '#156FF5', | ||
b600: '#095AD2', | ||
b700: '#10529E', | ||
b800: '#01336B', | ||
b900: '#012247', | ||
}; |
Oops, something went wrong.