@newskit-render/shared-components 1.3.0 → 1.4.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.
- package/dist/cjs/theme/sunTheme/border-radius.js +1 -1
- package/dist/cjs/theme/sunTheme/border-radius.js.map +1 -1
- package/dist/cjs/theme/sunTheme/colors.d.ts +257 -88
- package/dist/cjs/theme/sunTheme/colors.js +276 -107
- package/dist/cjs/theme/sunTheme/colors.js.map +1 -1
- package/dist/cjs/theme/sunTheme/fonts.d.ts +19 -98
- package/dist/cjs/theme/sunTheme/fonts.js +36 -115
- package/dist/cjs/theme/sunTheme/fonts.js.map +1 -1
- package/dist/cjs/theme/sunTheme/overlays.d.ts +12 -10
- package/dist/cjs/theme/sunTheme/overlays.js +12 -10
- package/dist/cjs/theme/sunTheme/overlays.js.map +1 -1
- package/dist/cjs/theme/sunTheme/shadows.js +6 -6
- package/dist/cjs/theme/sunTheme/shadows.js.map +1 -1
- package/dist/cjs/theme/sunTheme/typography-presets.d.ts +181 -84
- package/dist/cjs/theme/sunTheme/typography-presets.js +275 -178
- package/dist/cjs/theme/sunTheme/typography-presets.js.map +1 -1
- package/dist/cjs/theme/timesTheme/colors.d.ts +139 -40
- package/dist/cjs/theme/timesTheme/colors.js +151 -52
- package/dist/cjs/theme/timesTheme/colors.js.map +1 -1
- package/dist/cjs/theme/timesTheme/fonts.d.ts +34 -15
- package/dist/cjs/theme/timesTheme/fonts.js +37 -18
- package/dist/cjs/theme/timesTheme/fonts.js.map +1 -1
- package/dist/cjs/theme/timesTheme/index.js +4 -0
- package/dist/cjs/theme/timesTheme/index.js.map +1 -1
- package/dist/cjs/theme/timesTheme/overlays.d.ts +14 -0
- package/dist/cjs/theme/timesTheme/overlays.js +18 -0
- package/dist/cjs/theme/timesTheme/overlays.js.map +1 -0
- package/dist/cjs/theme/timesTheme/shadows.d.ts +8 -0
- package/dist/cjs/theme/timesTheme/shadows.js +12 -0
- package/dist/cjs/theme/timesTheme/shadows.js.map +1 -0
- package/dist/cjs/theme/timesTheme/typographyPresets.d.ts +321 -0
- package/dist/cjs/theme/timesTheme/typographyPresets.js +329 -8
- package/dist/cjs/theme/timesTheme/typographyPresets.js.map +1 -1
- package/dist/cjs/theme/virginTheme/borders.d.ts +1 -1
- package/dist/cjs/theme/virginTheme/borders.js +1 -1
- package/dist/cjs/theme/virginTheme/borders.js.map +1 -1
- package/dist/cjs/theme/virginTheme/colors.d.ts +143 -131
- package/dist/cjs/theme/virginTheme/colors.js +157 -145
- package/dist/cjs/theme/virginTheme/colors.js.map +1 -1
- package/dist/cjs/theme/virginTheme/fonts.d.ts +11 -12
- package/dist/cjs/theme/virginTheme/fonts.js +22 -20
- package/dist/cjs/theme/virginTheme/fonts.js.map +1 -1
- package/dist/cjs/theme/virginTheme/overlays.d.ts +21 -3
- package/dist/cjs/theme/virginTheme/overlays.js +31 -13
- package/dist/cjs/theme/virginTheme/overlays.js.map +1 -1
- package/dist/cjs/theme/virginTheme/shadows.js +6 -6
- package/dist/cjs/theme/virginTheme/shadows.js.map +1 -1
- package/dist/cjs/theme/virginTheme/typographyPresets.d.ts +175 -85
- package/dist/cjs/theme/virginTheme/typographyPresets.js +200 -110
- package/dist/cjs/theme/virginTheme/typographyPresets.js.map +1 -1
- package/dist/esm/theme/sunTheme/border-radius.js +1 -1
- package/dist/esm/theme/sunTheme/border-radius.js.map +1 -1
- package/dist/esm/theme/sunTheme/colors.d.ts +257 -88
- package/dist/esm/theme/sunTheme/colors.js +276 -107
- package/dist/esm/theme/sunTheme/colors.js.map +1 -1
- package/dist/esm/theme/sunTheme/fonts.d.ts +19 -98
- package/dist/esm/theme/sunTheme/fonts.js +36 -115
- package/dist/esm/theme/sunTheme/fonts.js.map +1 -1
- package/dist/esm/theme/sunTheme/overlays.d.ts +12 -10
- package/dist/esm/theme/sunTheme/overlays.js +12 -10
- package/dist/esm/theme/sunTheme/overlays.js.map +1 -1
- package/dist/esm/theme/sunTheme/shadows.js +6 -6
- package/dist/esm/theme/sunTheme/shadows.js.map +1 -1
- package/dist/esm/theme/sunTheme/typography-presets.d.ts +181 -84
- package/dist/esm/theme/sunTheme/typography-presets.js +275 -178
- package/dist/esm/theme/sunTheme/typography-presets.js.map +1 -1
- package/dist/esm/theme/timesTheme/colors.d.ts +139 -40
- package/dist/esm/theme/timesTheme/colors.js +151 -52
- package/dist/esm/theme/timesTheme/colors.js.map +1 -1
- package/dist/esm/theme/timesTheme/fonts.d.ts +34 -15
- package/dist/esm/theme/timesTheme/fonts.js +37 -18
- package/dist/esm/theme/timesTheme/fonts.js.map +1 -1
- package/dist/esm/theme/timesTheme/index.js +4 -0
- package/dist/esm/theme/timesTheme/index.js.map +1 -1
- package/dist/esm/theme/timesTheme/overlays.d.ts +14 -0
- package/dist/esm/theme/timesTheme/overlays.js +15 -0
- package/dist/esm/theme/timesTheme/overlays.js.map +1 -0
- package/dist/esm/theme/timesTheme/shadows.d.ts +8 -0
- package/dist/esm/theme/timesTheme/shadows.js +9 -0
- package/dist/esm/theme/timesTheme/shadows.js.map +1 -0
- package/dist/esm/theme/timesTheme/typographyPresets.d.ts +321 -0
- package/dist/esm/theme/timesTheme/typographyPresets.js +329 -8
- package/dist/esm/theme/timesTheme/typographyPresets.js.map +1 -1
- package/dist/esm/theme/virginTheme/borders.d.ts +1 -1
- package/dist/esm/theme/virginTheme/borders.js +1 -1
- package/dist/esm/theme/virginTheme/borders.js.map +1 -1
- package/dist/esm/theme/virginTheme/colors.d.ts +143 -131
- package/dist/esm/theme/virginTheme/colors.js +157 -145
- package/dist/esm/theme/virginTheme/colors.js.map +1 -1
- package/dist/esm/theme/virginTheme/fonts.d.ts +11 -12
- package/dist/esm/theme/virginTheme/fonts.js +22 -20
- package/dist/esm/theme/virginTheme/fonts.js.map +1 -1
- package/dist/esm/theme/virginTheme/overlays.d.ts +21 -3
- package/dist/esm/theme/virginTheme/overlays.js +31 -13
- package/dist/esm/theme/virginTheme/overlays.js.map +1 -1
- package/dist/esm/theme/virginTheme/shadows.js +6 -6
- package/dist/esm/theme/virginTheme/shadows.js.map +1 -1
- package/dist/esm/theme/virginTheme/typographyPresets.d.ts +175 -85
- package/dist/esm/theme/virginTheme/typographyPresets.js +200 -110
- package/dist/esm/theme/virginTheme/typographyPresets.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,159 +1,150 @@
|
|
|
1
1
|
export declare const colors: {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
amber100: string;
|
|
14
|
-
black: string;
|
|
15
|
-
blackTint10: string;
|
|
16
|
-
blackTint20: string;
|
|
17
|
-
blackTint30: string;
|
|
18
|
-
blackTint40: string;
|
|
19
|
-
blackTint50: string;
|
|
20
|
-
blackTint60: string;
|
|
21
|
-
blackTint70: string;
|
|
22
|
-
blackTint80: string;
|
|
23
|
-
blackTint90: string;
|
|
24
|
-
white: string;
|
|
25
|
-
whiteTint10: string;
|
|
26
|
-
whiteTint20: string;
|
|
27
|
-
whiteTint30: string;
|
|
28
|
-
whiteTint40: string;
|
|
29
|
-
whiteTint50: string;
|
|
30
|
-
whiteTint60: string;
|
|
31
|
-
whiteTint70: string;
|
|
32
|
-
whiteTint80: string;
|
|
33
|
-
whiteTint90: string;
|
|
34
|
-
blue010: string;
|
|
35
|
-
blue020: string;
|
|
36
|
-
blue030: string;
|
|
37
|
-
blue040: string;
|
|
38
|
-
blue050: string;
|
|
39
|
-
blue060: string;
|
|
40
|
-
blue070: string;
|
|
41
|
-
blue080: string;
|
|
42
|
-
blue090: string;
|
|
2
|
+
focus010: string;
|
|
3
|
+
purple100: string;
|
|
4
|
+
purple090: string;
|
|
5
|
+
purple080: string;
|
|
6
|
+
purple070: string;
|
|
7
|
+
purple060: string;
|
|
8
|
+
purple050: string;
|
|
9
|
+
purple040: string;
|
|
10
|
+
purple030: string;
|
|
11
|
+
purple020: string;
|
|
12
|
+
purple010: string;
|
|
43
13
|
blue100: string;
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
14
|
+
blue090: string;
|
|
15
|
+
blue080: string;
|
|
16
|
+
blue070: string;
|
|
17
|
+
blue060: string;
|
|
18
|
+
blue050: string;
|
|
19
|
+
blue040: string;
|
|
20
|
+
blue030: string;
|
|
21
|
+
blue020: string;
|
|
22
|
+
blue010: string;
|
|
23
|
+
teal100: string;
|
|
24
|
+
teal090: string;
|
|
25
|
+
teal080: string;
|
|
26
|
+
teal070: string;
|
|
27
|
+
teal060: string;
|
|
28
|
+
teal050: string;
|
|
29
|
+
teal040: string;
|
|
30
|
+
teal030: string;
|
|
31
|
+
teal020: string;
|
|
32
|
+
teal010: string;
|
|
33
|
+
amber100: string;
|
|
34
|
+
amber090: string;
|
|
35
|
+
amber080: string;
|
|
36
|
+
amber070: string;
|
|
37
|
+
amber060: string;
|
|
38
|
+
amber050: string;
|
|
39
|
+
amber040: string;
|
|
40
|
+
amber030: string;
|
|
41
|
+
amber020: string;
|
|
42
|
+
amber010: string;
|
|
43
|
+
red100: string;
|
|
44
|
+
red090: string;
|
|
45
|
+
red080: string;
|
|
46
|
+
red070: string;
|
|
47
|
+
red060: string;
|
|
48
|
+
red050: string;
|
|
49
|
+
red040: string;
|
|
50
|
+
red030: string;
|
|
51
|
+
red020: string;
|
|
52
|
+
red010: string;
|
|
63
53
|
green100: string;
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
54
|
+
green090: string;
|
|
55
|
+
green080: string;
|
|
56
|
+
green070: string;
|
|
57
|
+
green060: string;
|
|
58
|
+
green050: string;
|
|
59
|
+
green040: string;
|
|
60
|
+
green030: string;
|
|
61
|
+
green020: string;
|
|
62
|
+
green010: string;
|
|
73
63
|
neutral100: string;
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
64
|
+
neutral090: string;
|
|
65
|
+
neutral080: string;
|
|
66
|
+
neutral070: string;
|
|
67
|
+
neutral060: string;
|
|
68
|
+
neutral050: string;
|
|
69
|
+
neutral040: string;
|
|
70
|
+
neutral030: string;
|
|
71
|
+
neutral020: string;
|
|
72
|
+
neutral010: string;
|
|
73
|
+
black: string;
|
|
74
|
+
white: string;
|
|
75
|
+
whiteTint090: string;
|
|
76
|
+
whiteTint080: string;
|
|
77
|
+
whiteTint070: string;
|
|
78
|
+
whiteTint060: string;
|
|
79
|
+
whiteTint050: string;
|
|
80
|
+
whiteTint040: string;
|
|
81
|
+
whiteTint030: string;
|
|
82
|
+
whiteTint020: string;
|
|
83
|
+
whiteTint010: string;
|
|
84
|
+
blackTint090: string;
|
|
85
|
+
blackTint080: string;
|
|
86
|
+
blackTint070: string;
|
|
87
|
+
blackTint060: string;
|
|
88
|
+
blackTint050: string;
|
|
89
|
+
blackTint040: string;
|
|
90
|
+
blackTint030: string;
|
|
91
|
+
blackTint020: string;
|
|
92
|
+
blackTint010: string;
|
|
96
93
|
socialReddit: string;
|
|
97
|
-
socialTwitter: string;
|
|
98
94
|
socialWhatsapp: string;
|
|
99
95
|
socialYoutube: string;
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
96
|
+
socialInstagram: string;
|
|
97
|
+
socialFacebook: string;
|
|
98
|
+
socialTwitter: string;
|
|
99
|
+
socialGithub: string;
|
|
100
|
+
socialApple: string;
|
|
101
|
+
socialGoogleBlue: string;
|
|
102
|
+
socialGoogleRed: string;
|
|
103
|
+
socialGoogleYellow: string;
|
|
104
|
+
socialGoogleGreen: string;
|
|
105
|
+
virginRed100: string;
|
|
106
|
+
virginRed090: string;
|
|
107
|
+
virginRed080: string;
|
|
108
|
+
virginRed070: string;
|
|
109
|
+
virginRed060: string;
|
|
110
|
+
virginRed050: string;
|
|
111
|
+
virginRed040: string;
|
|
112
|
+
virginRed030: string;
|
|
113
|
+
virginRed020: string;
|
|
114
|
+
virginRed010: string;
|
|
115
|
+
virginRedGradient: string;
|
|
112
116
|
inkBase: string;
|
|
113
|
-
inkBrand010: string;
|
|
114
|
-
inkBrand020: string;
|
|
115
117
|
inkContrast: string;
|
|
116
|
-
|
|
118
|
+
inkSubtle: string;
|
|
119
|
+
inkNonEssential: string;
|
|
117
120
|
inkInverse: string;
|
|
121
|
+
inkPositive: string;
|
|
118
122
|
inkNegative: string;
|
|
119
|
-
inkNonEssential: string;
|
|
120
123
|
inkNotice: string;
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
124
|
+
inkInformative: string;
|
|
125
|
+
inkBrand010: string;
|
|
126
|
+
inkBrand020: string;
|
|
127
|
+
interfaceBackground: string;
|
|
125
128
|
interface010: string;
|
|
126
129
|
interface020: string;
|
|
127
130
|
interface030: string;
|
|
128
131
|
interface040: string;
|
|
129
132
|
interface050: string;
|
|
130
133
|
interface060: string;
|
|
131
|
-
interfaceBackground: string;
|
|
132
134
|
interfaceBrand010: string;
|
|
133
135
|
interfaceBrand020: string;
|
|
134
|
-
|
|
136
|
+
interfacePositive010: string;
|
|
137
|
+
interfacePositive020: string;
|
|
135
138
|
interfaceNegative010: string;
|
|
136
139
|
interfaceNegative020: string;
|
|
137
|
-
interfaceNeutral010: string;
|
|
138
|
-
interfaceNeutral020: string;
|
|
139
140
|
interfaceNotice010: string;
|
|
140
141
|
interfaceNotice020: string;
|
|
141
|
-
|
|
142
|
-
|
|
142
|
+
interfaceInformative010: string;
|
|
143
|
+
interfaceInformative020: string;
|
|
144
|
+
interfaceNeutral010: string;
|
|
145
|
+
interfaceNeutral020: string;
|
|
143
146
|
interfaceSkeleton010: string;
|
|
144
147
|
interfaceSkeleton020: string;
|
|
145
|
-
transparent: string;
|
|
146
|
-
interactiveDisabled010: string;
|
|
147
|
-
interactiveNegative010: string;
|
|
148
|
-
interactiveNegative020: string;
|
|
149
|
-
interactiveNegative030: string;
|
|
150
|
-
interactiveNegative040: string;
|
|
151
|
-
interactiveNegative050: string;
|
|
152
|
-
interactivePositive010: string;
|
|
153
|
-
interactivePositive020: string;
|
|
154
|
-
interactivePositive030: string;
|
|
155
|
-
interactivePositive040: string;
|
|
156
|
-
interactivePositive050: string;
|
|
157
148
|
interactivePrimary010: string;
|
|
158
149
|
interactivePrimary020: string;
|
|
159
150
|
interactivePrimary030: string;
|
|
@@ -164,6 +155,27 @@ export declare const colors: {
|
|
|
164
155
|
interactiveSecondary030: string;
|
|
165
156
|
interactiveSecondary040: string;
|
|
166
157
|
interactiveSecondary050: string;
|
|
158
|
+
interactivePositive010: string;
|
|
159
|
+
interactivePositive020: string;
|
|
160
|
+
interactivePositive030: string;
|
|
161
|
+
interactivePositive040: string;
|
|
162
|
+
interactivePositive050: string;
|
|
163
|
+
interactiveNegative010: string;
|
|
164
|
+
interactiveNegative020: string;
|
|
165
|
+
interactiveNegative030: string;
|
|
166
|
+
interactiveNegative040: string;
|
|
167
|
+
interactiveNegative050: string;
|
|
168
|
+
interactiveDisabled010: string;
|
|
167
169
|
interactiveVisited010: string;
|
|
168
|
-
|
|
170
|
+
interactiveFocus010: string;
|
|
171
|
+
interactiveInverse010: string;
|
|
172
|
+
interactiveInverse020: string;
|
|
173
|
+
interactiveInverse030: string;
|
|
174
|
+
interactiveInverse040: string;
|
|
175
|
+
interactiveInverse050: string;
|
|
176
|
+
interactiveInput010: string;
|
|
177
|
+
interactiveInput020: string;
|
|
178
|
+
interactiveInput030: string;
|
|
179
|
+
interactiveInput040: string;
|
|
180
|
+
interactiveInput050: string;
|
|
169
181
|
};
|
|
@@ -1,170 +1,182 @@
|
|
|
1
1
|
export var colors = {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
green050: 'rgba(66,
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
neutral050: 'rgba(192,
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
2
|
+
focus010: 'rgba(55,104,251,1)',
|
|
3
|
+
purple100: 'rgba(64,12,48,1)',
|
|
4
|
+
purple090: 'rgba(79,16,73,1)',
|
|
5
|
+
purple080: 'rgba(84,20,93,1)',
|
|
6
|
+
purple070: 'rgba(80,25,107,1)',
|
|
7
|
+
purple060: 'rgba(71,30,121,1)',
|
|
8
|
+
purple050: 'rgba(80,59,140,1)',
|
|
9
|
+
purple040: 'rgba(93,88,159,1)',
|
|
10
|
+
purple030: 'rgba(117,124,177,1)',
|
|
11
|
+
purple020: 'rgba(147,161,195,1)',
|
|
12
|
+
purple010: 'rgba(178,195,213,1)',
|
|
13
|
+
blue100: 'rgba(0,10,20,1)',
|
|
14
|
+
blue090: 'rgba(0,33,65,1)',
|
|
15
|
+
blue080: 'rgba(1,57,110,1)',
|
|
16
|
+
blue070: 'rgba(2,80,155,1)',
|
|
17
|
+
blue060: 'rgba(10,104,193,1)',
|
|
18
|
+
blue050: 'rgba(53,140,222,1)',
|
|
19
|
+
blue040: 'rgba(110,178,242,1)',
|
|
20
|
+
blue030: 'rgba(171,213,252,1)',
|
|
21
|
+
blue020: 'rgba(213,235,255,1)',
|
|
22
|
+
blue010: 'rgba(230,244,255,1)',
|
|
23
|
+
teal100: 'rgba(7,49,55,1)',
|
|
24
|
+
teal090: 'rgba(9,65,74,1)',
|
|
25
|
+
teal080: 'rgba(14,97,110,1)',
|
|
26
|
+
teal070: 'rgba(18,130,147,1)',
|
|
27
|
+
teal060: 'rgba(23,162,184,1)',
|
|
28
|
+
teal050: 'rgba(69,181,198,1)',
|
|
29
|
+
teal040: 'rgba(116,199,212,1)',
|
|
30
|
+
teal030: 'rgba(162,218,227,1)',
|
|
31
|
+
teal020: 'rgba(209,236,241,1)',
|
|
32
|
+
teal010: 'rgba(232,246,248,1)',
|
|
33
|
+
amber100: 'rgba(255,75,0,1)',
|
|
34
|
+
amber090: 'rgba(255,96,0,1)',
|
|
35
|
+
amber080: 'rgba(255,114,0,1)',
|
|
36
|
+
amber070: 'rgba(255,130,0,1)',
|
|
37
|
+
amber060: 'rgba(255,143,0,1)',
|
|
38
|
+
amber050: 'rgba(255,153,0,1)',
|
|
39
|
+
amber040: 'rgba(255,173,44,1)',
|
|
40
|
+
amber030: 'rgba(255,192,88,1)',
|
|
41
|
+
amber020: 'rgba(255,219,157,1)',
|
|
42
|
+
amber010: 'rgba(255,238,207,1)',
|
|
43
|
+
red100: 'rgba(105,9,12,1)',
|
|
44
|
+
red090: 'rgba(142,12,18,1)',
|
|
45
|
+
red080: 'rgba(176,13,29,1)',
|
|
46
|
+
red070: 'rgba(195,24,40,1)',
|
|
47
|
+
red060: 'rgba(207,20,43,1)',
|
|
48
|
+
red050: 'rgba(225,41,50,1)',
|
|
49
|
+
red040: 'rgba(239,68,83,1)',
|
|
50
|
+
red030: 'rgba(252,147,152,1)',
|
|
51
|
+
red020: 'rgba(255,198,199,1)',
|
|
52
|
+
red010: 'rgba(255,247,248,1)',
|
|
53
|
+
green100: 'rgba(0,62,17,1)',
|
|
54
|
+
green090: 'rgba(0,93,28,1)',
|
|
55
|
+
green080: 'rgba(10,120,42,1)',
|
|
56
|
+
green070: 'rgba(20,143,57,1)',
|
|
57
|
+
green060: 'rgba(35,162,72,1)',
|
|
58
|
+
green050: 'rgba(66,186,103,1)',
|
|
59
|
+
green040: 'rgba(103,207,134,1)',
|
|
60
|
+
green030: 'rgba(142,225,166,1)',
|
|
61
|
+
green020: 'rgba(184,239,200,1)',
|
|
62
|
+
green010: 'rgba(230,250,235,1)',
|
|
63
|
+
neutral100: 'rgba(10,10,10,1)',
|
|
64
|
+
neutral090: 'rgba(46,46,46,1)',
|
|
65
|
+
neutral080: 'rgba(83,83,83,1)',
|
|
66
|
+
neutral070: 'rgba(119,119,119,1)',
|
|
67
|
+
neutral060: 'rgba(156,156,156,1)',
|
|
68
|
+
neutral050: 'rgba(192,192,192,1)',
|
|
69
|
+
neutral040: 'rgba(204,204,204,1)',
|
|
70
|
+
neutral030: 'rgba(222,222,222,1)',
|
|
71
|
+
neutral020: 'rgba(244,244,244,1)',
|
|
72
|
+
neutral010: 'rgba(250,250,250,1)',
|
|
73
|
+
black: 'rgba(0,0,0,1)',
|
|
74
|
+
white: 'rgba(255,255,255,1)',
|
|
75
|
+
whiteTint090: 'rgba(255,255,255,0.9)',
|
|
76
|
+
whiteTint080: 'rgba(255,255,255,0.8)',
|
|
77
|
+
whiteTint070: 'rgba(255,255,255,0.7)',
|
|
78
|
+
whiteTint060: 'rgba(255,255,255,0.6)',
|
|
79
|
+
whiteTint050: 'rgba(255,255,255,0.5)',
|
|
80
|
+
whiteTint040: 'rgba(255,255,255,0.4)',
|
|
81
|
+
whiteTint030: 'rgba(255,255,255,0.3)',
|
|
82
|
+
whiteTint020: 'rgba(255,255,255,0.2)',
|
|
83
|
+
whiteTint010: 'rgba(255,255,255,0.1)',
|
|
84
|
+
blackTint090: 'rgba(0,0,0,0.9)',
|
|
85
|
+
blackTint080: 'rgba(0,0,0,0.8)',
|
|
86
|
+
blackTint070: 'rgba(0,0,0,0.7)',
|
|
87
|
+
blackTint060: 'rgba(0,0,0,0.6)',
|
|
88
|
+
blackTint050: 'rgba(0,0,0,0.5)',
|
|
89
|
+
blackTint040: 'rgba(0,0,0,0.4)',
|
|
90
|
+
blackTint030: 'rgba(0,0,0,0.3)',
|
|
91
|
+
blackTint020: 'rgba(0,0,0,0.2)',
|
|
92
|
+
blackTint010: 'rgba(0,0,0,0.1)',
|
|
93
|
+
socialReddit: 'rgba(255,69,0,1)',
|
|
94
|
+
socialWhatsapp: 'rgba(37,211,102,1)',
|
|
95
|
+
socialYoutube: 'rgba(255,0,0,1)',
|
|
96
|
+
socialInstagram: 'rgba(195,42,163,1)',
|
|
97
|
+
socialFacebook: 'rgba(24,119,242,1)',
|
|
98
|
+
socialTwitter: 'rgba(29,161,242,1)',
|
|
99
|
+
socialGithub: 'rgba(0,0,0,1)',
|
|
100
|
+
socialApple: 'rgba(0,0,0,1)',
|
|
101
|
+
socialGoogleBlue: 'rgba(66,133,244,1)',
|
|
102
|
+
socialGoogleRed: 'rgba(219,68,55,1)',
|
|
103
|
+
socialGoogleYellow: 'rgba(244,180,0,1)',
|
|
104
|
+
socialGoogleGreen: 'rgba(15,157,88,1)',
|
|
105
|
+
virginRed100: 'rgba(128,0,0,1)',
|
|
106
|
+
virginRed090: 'rgba(159,0,0,1)',
|
|
107
|
+
virginRed080: 'rgba(190,0,0,1)',
|
|
108
|
+
virginRed070: 'rgba(209,0,0,1)',
|
|
109
|
+
virginRed060: 'rgba(225,10,10,1)',
|
|
110
|
+
virginRed050: 'rgba(230,54,54,1)',
|
|
111
|
+
virginRed040: 'rgba(236,98,98,1)',
|
|
112
|
+
virginRed030: 'rgba(241,142,142,1)',
|
|
113
|
+
virginRed020: 'rgba(247,186,186,1)',
|
|
114
|
+
virginRed010: 'rgba(252,231,231,1)',
|
|
115
|
+
virginRedGradient: 'linear-gradient(0deg, rgba(232,82,82,1.00) 0%,rgba(225,10,10,1.00) 100%)',
|
|
112
116
|
inkBase: '{{colors.neutral090}}',
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
inkInformative: '{{colors.teal070}}',
|
|
117
|
+
inkContrast: '{{colors.neutral100}}',
|
|
118
|
+
inkSubtle: '{{colors.neutral080}}',
|
|
119
|
+
inkNonEssential: '{{colors.neutral050}}',
|
|
117
120
|
inkInverse: '{{colors.white}}',
|
|
121
|
+
inkPositive: '{{colors.green080}}',
|
|
118
122
|
inkNegative: '{{colors.red070}}',
|
|
119
|
-
inkNonEssential: '{{colors.neutral050}}',
|
|
120
123
|
inkNotice: '{{colors.amber080}}',
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
124
|
+
inkInformative: '{{colors.teal070}}',
|
|
125
|
+
inkBrand010: '{{colors.virginRed060}}',
|
|
126
|
+
inkBrand020: '{{colors.virginRed060}}',
|
|
127
|
+
interfaceBackground: '{{colors.white}}',
|
|
125
128
|
interface010: '{{colors.white}}',
|
|
126
129
|
interface020: '{{colors.neutral010}}',
|
|
127
130
|
interface030: '{{colors.neutral020}}',
|
|
128
131
|
interface040: '{{colors.neutral030}}',
|
|
129
132
|
interface050: '{{colors.neutral040}}',
|
|
130
133
|
interface060: '{{colors.neutral100}}',
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
134
|
+
interfaceBrand010: '{{colors.virginRed060}}',
|
|
135
|
+
interfaceBrand020: '{{colors.virginRedGradient}}',
|
|
136
|
+
interfacePositive010: '{{colors.green080}}',
|
|
137
|
+
interfacePositive020: '{{colors.green010}}',
|
|
135
138
|
interfaceNegative010: '{{colors.red070}}',
|
|
136
139
|
interfaceNegative020: '{{colors.red010}}',
|
|
140
|
+
interfaceNotice010: '{{colors.amber090}}',
|
|
141
|
+
interfaceNotice020: '{{colors.amber010}}',
|
|
142
|
+
interfaceInformative010: '{{colors.teal070}}',
|
|
143
|
+
interfaceInformative020: '{{colors.teal010}}',
|
|
137
144
|
interfaceNeutral010: '{{colors.neutral080}}',
|
|
138
145
|
interfaceNeutral020: '{{colors.neutral010}}',
|
|
139
|
-
interfaceNotice010: '{{colors.amber080}}',
|
|
140
|
-
interfaceNotice020: '{{colors.amber010}}',
|
|
141
|
-
interfacePositive010: '{{colors.green080}}',
|
|
142
|
-
interfacePositive020: '{{colors.green010}}',
|
|
143
146
|
interfaceSkeleton010: '{{colors.neutral020}}',
|
|
144
147
|
interfaceSkeleton020: '{{colors.neutral030}}',
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
148
|
+
interactivePrimary010: '{{colors.virginRed010}}',
|
|
149
|
+
interactivePrimary020: '{{colors.virginRed020}}',
|
|
150
|
+
interactivePrimary030: '{{colors.virginRed060}}',
|
|
151
|
+
interactivePrimary040: '{{colors.virginRed070}}',
|
|
152
|
+
interactivePrimary050: '{{colors.virginRed080}}',
|
|
153
|
+
interactiveSecondary010: '{{colors.neutral010}}',
|
|
154
|
+
interactiveSecondary020: '{{colors.neutral020}}',
|
|
155
|
+
interactiveSecondary030: '{{colors.neutral080}}',
|
|
156
|
+
interactiveSecondary040: '{{colors.neutral090}}',
|
|
157
|
+
interactiveSecondary050: '{{colors.neutral100}}',
|
|
152
158
|
interactivePositive010: '{{colors.green010}}',
|
|
153
159
|
interactivePositive020: '{{colors.green020}}',
|
|
154
160
|
interactivePositive030: '{{colors.green060}}',
|
|
155
161
|
interactivePositive040: '{{colors.green070}}',
|
|
156
162
|
interactivePositive050: '{{colors.green080}}',
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
interactiveSecondary020: '{{colors.neutral020}}',
|
|
164
|
-
interactiveSecondary030: '{{colors.neutral080}}',
|
|
165
|
-
interactiveSecondary040: '{{colors.neutral090}}',
|
|
166
|
-
interactiveSecondary050: '{{colors.black}}',
|
|
163
|
+
interactiveNegative010: '{{colors.red010}}',
|
|
164
|
+
interactiveNegative020: '{{colors.red020}}',
|
|
165
|
+
interactiveNegative030: '{{colors.red060}}',
|
|
166
|
+
interactiveNegative040: '{{colors.red070}}',
|
|
167
|
+
interactiveNegative050: '{{colors.red080}}',
|
|
168
|
+
interactiveDisabled010: '{{colors.neutral030}}',
|
|
167
169
|
interactiveVisited010: '{{colors.purple050}}',
|
|
168
|
-
|
|
170
|
+
interactiveFocus010: '{{colors.focus010}}',
|
|
171
|
+
interactiveInverse010: '{{colors.whiteTint010}}',
|
|
172
|
+
interactiveInverse020: '{{colors.whiteTint020}}',
|
|
173
|
+
interactiveInverse030: '{{colors.white}}',
|
|
174
|
+
interactiveInverse040: '{{colors.whiteTint070}}',
|
|
175
|
+
interactiveInverse050: '{{colors.whiteTint080}}',
|
|
176
|
+
interactiveInput010: '{{colors.neutral010}}',
|
|
177
|
+
interactiveInput020: '{{colors.neutral040}}',
|
|
178
|
+
interactiveInput030: '{{colors.virginRed010}}',
|
|
179
|
+
interactiveInput040: '{{colors.virginRed060}}',
|
|
180
|
+
interactiveInput050: '{{colors.virginRed070}}',
|
|
169
181
|
};
|
|
170
182
|
//# sourceMappingURL=colors.js.map
|