Skip to content

Commit cca4341

Browse files
Merge pull request topcoder-archive#1 from topcoder-platform/qa-accessibility
Qa accessibility
2 parents 4da7384 + 8df7ee5 commit cca4341

File tree

4 files changed

+34
-30
lines changed

4 files changed

+34
-30
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- attach_workspace:
3131
at: .
3232
- run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
33-
- run: npm publish
33+
- run: npm publish --tag=qa-accessibility
3434

3535
workflows:
3636
version: 2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"lint:scss": "./node_modules/.bin/stylelint **/*.scss --syntax scss",
3333
"test": "npm run lint && npm run jest"
3434
},
35-
"version": "0.5.10",
35+
"version": "1.0.3",
3636
"dependencies": {
3737
"prop-types": "^15.6.2",
3838
"react": "^16.4.1",

src/shared/components/buttons/themes/primary.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
@import "default";
66

77
@mixin button {
8-
background: $tc-dark-blue;
8+
background: $tc-dark-blue-110;
99
border-color: transparent;
1010
color: $tc-white;
1111
}

src/styles/_mixins/variables.scss

Lines changed: 31 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ $tc-black: #151516;
2424
$tc-gray-90: #2a2a2b;
2525
$tc-gray-80: #404041;
2626
$tc-gray-70: #555;
27+
$tc-gray-75: #006dea;
2728
$tc-gray-60: #6b6b6b;
2829
$tc-gray-50: #808080;
2930
$tc-gray-40: #959596;
@@ -36,31 +37,33 @@ $tc-gray-neutral-light: #fafafb;
3637
$tc-white: #fff;
3738

3839
/* Accents & Shades. */
39-
$tc-dark-blue-110: #006dea;
40+
$tc-dark-blue-120: #006ad7;
41+
$tc-dark-blue-110: #006ad7;
42+
$tc-dark-blue-105: #006feb;
4043
$tc-dark-blue-100: #0681ff;
4144
$tc-dark-blue-70: #55a5ff;
4245
$tc-dark-blue-30: #cee6ff;
4346
$tc-dark-blue-10: #f4f9ff;
4447

4548
/* Light Blue - design color code. */
46-
$tc-light-blue-110: #169ed9;
47-
$tc-light-blue-100: #26ade9;
48-
$tc-light-blue-70: #67c5ef;
49-
$tc-light-blue-30: #bde6f8;
49+
$tc-light-blue-110: #009ddc;
50+
$tc-light-blue-100: #15acec;
51+
$tc-light-blue-70: #63c4f1;
52+
$tc-light-blue-30: #bce6f9;
5053
$tc-light-blue-10: #e9f6fc;
5154

5255
/* Warm Orange - data science color code. */
53-
$tc-orange-110: #f26500;
54-
$tc-orange-100: #fb7d22;
55-
$tc-orange-70: #fda464;
56-
$tc-orange-30: #fee3d0;
56+
$tc-orange-110: #ba4c00;
57+
$tc-orange-100: #fd7d00;
58+
$tc-orange-70: #ffa45d;
59+
$tc-orange-30: #ffe3cf;
5760
$tc-orange-10: #fff0eb;
5861

5962
/* Red - used for warnings/ */
6063
$tc-red-110: #ea1900;
61-
$tc-red-100: #f22f24;
62-
$tc-red-70: #ff5b52;
63-
$tc-red-30: #ffd4d1;
64+
$tc-red-100: #f52c14;
65+
$tc-red-70: #ff5a4c;
66+
$tc-red-30: #ffd4d0;
6467
$tc-red-10: #fff4f4;
6568

6669
/* Yellow. */
@@ -71,25 +74,26 @@ $tc-yellow-30: #fff8ca;
7174
$tc-yellow-10: #fffde5;
7275

7376
/* Greens - development color code. */
74-
$tc-green-110: #55b000;
75-
$tc-green-100: #60c700;
76-
$tc-green-70: #96d957;
77-
$tc-green-30: #cfefb2;
78-
$tc-green-10: #effae5;
77+
$tc-green-120: #328732;
78+
$tc-green-110: #258025;
79+
$tc-green-100: #5cc900;
80+
$tc-green-70: #94db4e;
81+
$tc-green-30: #cef0af;
82+
$tc-green-10: #effae4;
7983

8084
/* Purples. */
81-
$tc-purple-110: #9050a3;
82-
$tc-purple-100: #9050a3;
83-
$tc-purple-70: #b47dd6;
84-
$tc-purple-30: #e2c7f2;
85+
$tc-purple-110: #753488;
86+
$tc-purple-100: #914da5;
87+
$tc-purple-70: #b57ad8;
88+
$tc-purple-30: #e2c6f3;
8589
$tc-purple-10: #f8f2fb;
8690

8791
/* TC Metal colors - Badges.
8892
*
8993
* For metals the level 100 is the base metal color; 110 is for text inside
9094
* the metal-colored areas; and 130 is for small text inside metal-colored
9195
* areas, for better visibility. */
92-
$tc-gold-130: #865e07;
96+
$tc-gold-130: #9a6d00;
9397
$tc-gold-110: #c99014;
9498
$tc-gold-100: #ffd84d;
9599

@@ -99,13 +103,13 @@ $tc-silver-100: #d1d0cf;
99103

100104
$tc-bronze-130: #733d17;
101105
$tc-bronze-110: #854e29;
102-
$tc-bronze-100: #d98d64;
106+
$tc-bronze-100: #d98f64;
103107

104108
/* Pastel colors, used for levels. */
105-
$tc-pastel-green: #25c089;
106-
$tc-pastel-blue: #666eff;
107-
$tc-pastel-yellow: #fcb816;
108-
$tc-pastel-crimson: #e6175c;
109+
$tc-pastel-green: #12c188;
110+
$tc-pastel-blue: #5656f4;
111+
$tc-pastel-yellow: #feb900;
112+
$tc-pastel-crimson: #e90c5a;
109113

110114
/* Color aliases. */
111115

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy