@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,51 +1,142 @@
|
|
|
1
1
|
export declare const colors: {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
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;
|
|
13
|
+
blue100: string;
|
|
14
|
+
blue090: string;
|
|
15
|
+
blue080: string;
|
|
8
16
|
blue070: string;
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
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;
|
|
53
|
+
green100: string;
|
|
54
|
+
green090: string;
|
|
13
55
|
green080: string;
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
56
|
+
green070: string;
|
|
57
|
+
green060: string;
|
|
58
|
+
green050: string;
|
|
59
|
+
green040: string;
|
|
60
|
+
green030: string;
|
|
61
|
+
green020: string;
|
|
62
|
+
green010: string;
|
|
20
63
|
neutral100: string;
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
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;
|
|
93
|
+
socialReddit: string;
|
|
94
|
+
socialWhatsapp: string;
|
|
95
|
+
socialYoutube: string;
|
|
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
|
+
timesplus010: string;
|
|
26
106
|
inkBase: string;
|
|
27
107
|
inkContrast: string;
|
|
28
108
|
inkSubtle: string;
|
|
29
109
|
inkNonEssential: string;
|
|
110
|
+
inkInverse: string;
|
|
111
|
+
inkLight010: string;
|
|
112
|
+
inkDark010: string;
|
|
113
|
+
inkPositive: string;
|
|
114
|
+
inkNegative: string;
|
|
30
115
|
inkNotice: string;
|
|
31
116
|
inkInformative: string;
|
|
32
117
|
inkBrand010: string;
|
|
33
118
|
inkBrand020: string;
|
|
119
|
+
interfaceBackground: string;
|
|
120
|
+
interface010: string;
|
|
121
|
+
interface020: string;
|
|
122
|
+
interface030: string;
|
|
123
|
+
interface040: string;
|
|
124
|
+
interface050: string;
|
|
125
|
+
interface060: string;
|
|
34
126
|
interfaceBrand010: string;
|
|
35
127
|
interfaceBrand020: string;
|
|
36
|
-
interfaceInformative010: string;
|
|
37
|
-
interfaceInformative020: string;
|
|
38
|
-
interfaceNotice010: string;
|
|
39
|
-
interfaceNotice020: string;
|
|
40
|
-
interfaceNegative010: string;
|
|
41
|
-
interfaceNegative020: string;
|
|
42
128
|
interfacePositive010: string;
|
|
43
129
|
interfacePositive020: string;
|
|
44
|
-
|
|
45
|
-
|
|
130
|
+
interfaceNegative010: string;
|
|
131
|
+
interfaceNegative020: string;
|
|
132
|
+
interfaceNotice010: string;
|
|
133
|
+
interfaceNotice020: string;
|
|
134
|
+
interfaceInformative010: string;
|
|
135
|
+
interfaceInformative020: string;
|
|
46
136
|
interfaceNeutral010: string;
|
|
47
137
|
interfaceNeutral020: string;
|
|
48
|
-
|
|
138
|
+
interfaceSkeleton010: string;
|
|
139
|
+
interfaceSkeleton020: string;
|
|
49
140
|
interactivePrimary010: string;
|
|
50
141
|
interactivePrimary020: string;
|
|
51
142
|
interactivePrimary030: string;
|
|
@@ -56,22 +147,30 @@ export declare const colors: {
|
|
|
56
147
|
interactiveSecondary030: string;
|
|
57
148
|
interactiveSecondary040: string;
|
|
58
149
|
interactiveSecondary050: string;
|
|
59
|
-
interactiveNegative010: string;
|
|
60
|
-
interactiveNegative020: string;
|
|
61
|
-
interactiveNegative030: string;
|
|
62
|
-
interactiveNegative040: string;
|
|
63
|
-
interactiveNegative050: string;
|
|
64
150
|
interactivePositive010: string;
|
|
65
151
|
interactivePositive020: string;
|
|
66
152
|
interactivePositive030: string;
|
|
67
153
|
interactivePositive040: string;
|
|
68
154
|
interactivePositive050: string;
|
|
69
|
-
|
|
155
|
+
interactiveNegative010: string;
|
|
156
|
+
interactiveNegative020: string;
|
|
157
|
+
interactiveNegative030: string;
|
|
158
|
+
interactiveNegative040: string;
|
|
159
|
+
interactiveNegative050: string;
|
|
70
160
|
interactiveDisabled010: string;
|
|
161
|
+
interactiveVisited010: string;
|
|
162
|
+
interactiveFocus010: string;
|
|
163
|
+
interactiveInverse010: string;
|
|
164
|
+
interactiveInverse020: string;
|
|
165
|
+
interactiveInverse030: string;
|
|
71
166
|
interactiveInverse040: string;
|
|
72
167
|
interactiveInverse050: string;
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
168
|
+
interactiveLink010: string;
|
|
169
|
+
interactiveLink020: string;
|
|
170
|
+
interactiveLink030: string;
|
|
171
|
+
interactiveInput010: string;
|
|
172
|
+
interactiveInput020: string;
|
|
173
|
+
interactiveInput030: string;
|
|
174
|
+
interactiveInput040: string;
|
|
175
|
+
interactiveInput050: string;
|
|
77
176
|
};
|
|
@@ -1,78 +1,177 @@
|
|
|
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
|
-
|
|
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,71,107,1)',
|
|
14
|
+
blue090: 'rgba(0,82,122,1)',
|
|
15
|
+
blue080: 'rgba(0,92,138,1)',
|
|
16
|
+
blue070: 'rgba(0,102,153,1)',
|
|
17
|
+
blue060: 'rgba(21,115,162,1)',
|
|
18
|
+
blue050: 'rgba(43,128,170,1)',
|
|
19
|
+
blue040: 'rgba(75,159,201,1)',
|
|
20
|
+
blue030: 'rgba(116,186,222,1)',
|
|
21
|
+
blue020: 'rgba(147,203,232,1)',
|
|
22
|
+
blue010: 'rgba(190,222,237,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(128,84,0,1)',
|
|
34
|
+
amber090: 'rgba(159,104,0,1)',
|
|
35
|
+
amber080: 'rgba(191,124,0,1)',
|
|
36
|
+
amber070: 'rgba(223,144,0,1)',
|
|
37
|
+
amber060: 'rgba(255,163,0,1)',
|
|
38
|
+
amber050: 'rgba(255,179,41,1)',
|
|
39
|
+
amber040: 'rgba(255,194,82,1)',
|
|
40
|
+
amber030: 'rgba(255,209,122,1)',
|
|
41
|
+
amber020: 'rgba(255,224,163,1)',
|
|
42
|
+
amber010: 'rgba(255,238,207,1)',
|
|
43
|
+
red100: 'rgba(128,0,0,1)',
|
|
44
|
+
red090: 'rgba(159,0,0,1)',
|
|
45
|
+
red080: 'rgba(191,0,0,1)',
|
|
46
|
+
red070: 'rgba(223,0,0,1)',
|
|
47
|
+
red060: 'rgba(255,0,0,1)',
|
|
48
|
+
red050: 'rgba(255,43,43,1)',
|
|
49
|
+
red040: 'rgba(255,86,86,1)',
|
|
50
|
+
red030: 'rgba(255,129,129,1)',
|
|
51
|
+
red020: 'rgba(255,171,171,1)',
|
|
52
|
+
red010: 'rgba(255,214,214,1)',
|
|
53
|
+
green100: 'rgba(0,78,81,1)',
|
|
54
|
+
green090: 'rgba(0,94,97,1)',
|
|
55
|
+
green080: 'rgba(0,108,111,1)',
|
|
56
|
+
green070: 'rgba(0,120,124,1)',
|
|
57
|
+
green060: 'rgba(0,131,135,1)',
|
|
58
|
+
green050: 'rgba(72,171,174,1)',
|
|
59
|
+
green040: 'rgba(108,190,192,1)',
|
|
60
|
+
green030: 'rgba(145,207,209,1)',
|
|
61
|
+
green020: 'rgba(181,224,225,1)',
|
|
62
|
+
green010: 'rgba(217,240,240,1)',
|
|
63
|
+
neutral100: 'rgba(1,0,13,1)',
|
|
64
|
+
neutral090: 'rgba(29,29,27,1)',
|
|
65
|
+
neutral080: 'rgba(51,51,51,1)',
|
|
66
|
+
neutral070: 'rgba(105,105,105,1)',
|
|
67
|
+
neutral060: 'rgba(170,170,170,1)',
|
|
68
|
+
neutral050: 'rgba(194,194,194,1)',
|
|
69
|
+
neutral040: 'rgba(204,204,204,1)',
|
|
70
|
+
neutral030: 'rgba(228,228,228,1)',
|
|
71
|
+
neutral020: 'rgba(238,238,238,1)',
|
|
72
|
+
neutral010: 'rgba(245,245,245,1)',
|
|
73
|
+
black: 'rgba(10,10,10,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
|
+
timesplus010: 'rgba(23,162,184,1)',
|
|
26
106
|
inkBase: '{{colors.neutral080}}',
|
|
27
107
|
inkContrast: '{{colors.neutral090}}',
|
|
28
108
|
inkSubtle: '{{colors.neutral070}}',
|
|
29
109
|
inkNonEssential: '{{colors.neutral050}}',
|
|
110
|
+
inkInverse: '{{colors.white}}',
|
|
111
|
+
inkLight010: '{{colors.white}}',
|
|
112
|
+
inkDark010: '{{colors.neutral100}}',
|
|
113
|
+
inkPositive: '{{colors.green080}}',
|
|
114
|
+
inkNegative: '{{colors.red080}}',
|
|
30
115
|
inkNotice: '{{colors.amber060}}',
|
|
31
116
|
inkInformative: '{{colors.blue070}}',
|
|
32
117
|
inkBrand010: '{{colors.neutral100}}',
|
|
33
118
|
inkBrand020: '{{colors.blue070}}',
|
|
119
|
+
interfaceBackground: '{{colors.white}}',
|
|
120
|
+
interface010: '{{colors.white}}',
|
|
121
|
+
interface020: '{{colors.neutral010}}',
|
|
122
|
+
interface030: '{{colors.neutral020}}',
|
|
123
|
+
interface040: '{{colors.neutral030}}',
|
|
124
|
+
interface050: '{{colors.neutral040}}',
|
|
125
|
+
interface060: '{{colors.neutral100}}',
|
|
34
126
|
interfaceBrand010: '{{colors.neutral100}}',
|
|
35
127
|
interfaceBrand020: '{{colors.blue070}}',
|
|
36
|
-
interfaceInformative010: '{{colors.blue060}}',
|
|
37
|
-
interfaceInformative020: '{{colors.blue010}}',
|
|
38
|
-
interfaceNotice010: '{{colors.amber060}}',
|
|
39
|
-
interfaceNotice020: '{{colors.amber010}}',
|
|
40
|
-
interfaceNegative010: '{{colors.red060}}',
|
|
41
|
-
interfaceNegative020: '{{colors.red010}}',
|
|
42
128
|
interfacePositive010: '{{colors.green060}}',
|
|
43
129
|
interfacePositive020: '{{colors.green010}}',
|
|
44
|
-
|
|
45
|
-
|
|
130
|
+
interfaceNegative010: '{{colors.red080}}',
|
|
131
|
+
interfaceNegative020: '{{colors.red010}}',
|
|
132
|
+
interfaceNotice010: '{{colors.amber060}}',
|
|
133
|
+
interfaceNotice020: '{{colors.amber010}}',
|
|
134
|
+
interfaceInformative010: '{{colors.blue060}}',
|
|
135
|
+
interfaceInformative020: '{{colors.blue010}}',
|
|
46
136
|
interfaceNeutral010: '{{colors.neutral080}}',
|
|
47
137
|
interfaceNeutral020: '{{colors.neutral010}}',
|
|
48
|
-
|
|
138
|
+
interfaceSkeleton010: '{{colors.neutral010}}',
|
|
139
|
+
interfaceSkeleton020: '{{colors.neutral030}}',
|
|
49
140
|
interactivePrimary010: '{{colors.neutral010}}',
|
|
50
141
|
interactivePrimary020: '{{colors.neutral020}}',
|
|
51
|
-
interactivePrimary030: '{{colors.
|
|
142
|
+
interactivePrimary030: '{{colors.blue060}}',
|
|
52
143
|
interactivePrimary040: '{{colors.blue070}}',
|
|
53
|
-
interactivePrimary050: '{{colors.
|
|
54
|
-
interactiveSecondary010: '{{colors.
|
|
55
|
-
interactiveSecondary020: '{{colors.
|
|
56
|
-
interactiveSecondary030: '{{colors.
|
|
57
|
-
interactiveSecondary040: '{{colors.
|
|
58
|
-
interactiveSecondary050: '{{colors.
|
|
59
|
-
interactiveNegative010: '{{colors.red010}}',
|
|
60
|
-
interactiveNegative020: '{{colors.red020}}',
|
|
61
|
-
interactiveNegative030: '{{colors.red060}}',
|
|
62
|
-
interactiveNegative040: '{{colors.red070}}',
|
|
63
|
-
interactiveNegative050: '{{colors.red080}}',
|
|
144
|
+
interactivePrimary050: '{{colors.blue080}}',
|
|
145
|
+
interactiveSecondary010: '{{colors.neutral030}}',
|
|
146
|
+
interactiveSecondary020: '{{colors.neutral040}}',
|
|
147
|
+
interactiveSecondary030: '{{colors.neutral100}}',
|
|
148
|
+
interactiveSecondary040: '{{colors.blue070}}',
|
|
149
|
+
interactiveSecondary050: '{{colors.blue070}}',
|
|
64
150
|
interactivePositive010: '{{colors.green010}}',
|
|
65
151
|
interactivePositive020: '{{colors.green020}}',
|
|
66
152
|
interactivePositive030: '{{colors.green060}}',
|
|
67
153
|
interactivePositive040: '{{colors.green070}}',
|
|
68
154
|
interactivePositive050: '{{colors.green080}}',
|
|
69
|
-
|
|
155
|
+
interactiveNegative010: '{{colors.red010}}',
|
|
156
|
+
interactiveNegative020: '{{colors.red020}}',
|
|
157
|
+
interactiveNegative030: '{{colors.red080}}',
|
|
158
|
+
interactiveNegative040: '{{colors.red090}}',
|
|
159
|
+
interactiveNegative050: '{{colors.red100}}',
|
|
70
160
|
interactiveDisabled010: '{{colors.neutral020}}',
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
161
|
+
interactiveVisited010: '{{colors.red070}}',
|
|
162
|
+
interactiveFocus010: '{{colors.focus010}}',
|
|
163
|
+
interactiveInverse010: '{{colors.whiteTint010}}',
|
|
164
|
+
interactiveInverse020: '{{colors.whiteTint020}}',
|
|
165
|
+
interactiveInverse030: '{{colors.white}}',
|
|
166
|
+
interactiveInverse040: '{{colors.whiteTint070}}',
|
|
167
|
+
interactiveInverse050: '{{colors.whiteTint080}}',
|
|
168
|
+
interactiveLink010: '{{colors.blue060}}',
|
|
169
|
+
interactiveLink020: '{{colors.blue070}}',
|
|
170
|
+
interactiveLink030: '{{colors.blue080}}',
|
|
171
|
+
interactiveInput010: '{{colors.neutral010}}',
|
|
172
|
+
interactiveInput020: '{{colors.neutral040}}',
|
|
173
|
+
interactiveInput030: '{{colors.blue010}}',
|
|
174
|
+
interactiveInput040: '{{colors.blue060}}',
|
|
175
|
+
interactiveInput050: '{{colors.blue070}}',
|
|
77
176
|
};
|
|
78
177
|
//# sourceMappingURL=colors.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"colors.js","sourceRoot":"","sources":["../../../../src/theme/timesTheme/colors.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,IAAM,MAAM,GAAG;IACpB,QAAQ,EAAE,SAAS;
|
|
1
|
+
{"version":3,"file":"colors.js","sourceRoot":"","sources":["../../../../src/theme/timesTheme/colors.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,IAAM,MAAM,GAAG;IACpB,QAAQ,EAAE,oBAAoB;IAC9B,SAAS,EAAE,kBAAkB;IAC7B,SAAS,EAAE,kBAAkB;IAC7B,SAAS,EAAE,kBAAkB;IAC7B,SAAS,EAAE,mBAAmB;IAC9B,SAAS,EAAE,mBAAmB;IAC9B,SAAS,EAAE,mBAAmB;IAC9B,SAAS,EAAE,mBAAmB;IAC9B,SAAS,EAAE,qBAAqB;IAChC,SAAS,EAAE,qBAAqB;IAChC,SAAS,EAAE,qBAAqB;IAChC,OAAO,EAAE,kBAAkB;IAC3B,OAAO,EAAE,kBAAkB;IAC3B,OAAO,EAAE,kBAAkB;IAC3B,OAAO,EAAE,mBAAmB;IAC5B,OAAO,EAAE,oBAAoB;IAC7B,OAAO,EAAE,oBAAoB;IAC7B,OAAO,EAAE,oBAAoB;IAC7B,OAAO,EAAE,qBAAqB;IAC9B,OAAO,EAAE,qBAAqB;IAC9B,OAAO,EAAE,qBAAqB;IAC9B,OAAO,EAAE,iBAAiB;IAC1B,OAAO,EAAE,iBAAiB;IAC1B,OAAO,EAAE,mBAAmB;IAC5B,OAAO,EAAE,oBAAoB;IAC7B,OAAO,EAAE,oBAAoB;IAC7B,OAAO,EAAE,oBAAoB;IAC7B,OAAO,EAAE,qBAAqB;IAC9B,OAAO,EAAE,qBAAqB;IAC9B,OAAO,EAAE,qBAAqB;IAC9B,OAAO,EAAE,qBAAqB;IAC9B,QAAQ,EAAE,kBAAkB;IAC5B,QAAQ,EAAE,mBAAmB;IAC7B,QAAQ,EAAE,mBAAmB;IAC7B,QAAQ,EAAE,mBAAmB;IAC7B,QAAQ,EAAE,mBAAmB;IAC7B,QAAQ,EAAE,oBAAoB;IAC9B,QAAQ,EAAE,oBAAoB;IAC9B,QAAQ,EAAE,qBAAqB;IAC/B,QAAQ,EAAE,qBAAqB;IAC/B,QAAQ,EAAE,qBAAqB;IAC/B,MAAM,EAAE,iBAAiB;IACzB,MAAM,EAAE,iBAAiB;IACzB,MAAM,EAAE,iBAAiB;IACzB,MAAM,EAAE,iBAAiB;IACzB,MAAM,EAAE,iBAAiB;IACzB,MAAM,EAAE,mBAAmB;IAC3B,MAAM,EAAE,mBAAmB;IAC3B,MAAM,EAAE,qBAAqB;IAC7B,MAAM,EAAE,qBAAqB;IAC7B,MAAM,EAAE,qBAAqB;IAC7B,QAAQ,EAAE,iBAAiB;IAC3B,QAAQ,EAAE,iBAAiB;IAC3B,QAAQ,EAAE,mBAAmB;IAC7B,QAAQ,EAAE,mBAAmB;IAC7B,QAAQ,EAAE,mBAAmB;IAC7B,QAAQ,EAAE,oBAAoB;IAC9B,QAAQ,EAAE,qBAAqB;IAC/B,QAAQ,EAAE,qBAAqB;IAC/B,QAAQ,EAAE,qBAAqB;IAC/B,QAAQ,EAAE,qBAAqB;IAC/B,UAAU,EAAE,gBAAgB;IAC5B,UAAU,EAAE,kBAAkB;IAC9B,UAAU,EAAE,kBAAkB;IAC9B,UAAU,EAAE,qBAAqB;IACjC,UAAU,EAAE,qBAAqB;IACjC,UAAU,EAAE,qBAAqB;IACjC,UAAU,EAAE,qBAAqB;IACjC,UAAU,EAAE,qBAAqB;IACjC,UAAU,EAAE,qBAAqB;IACjC,UAAU,EAAE,qBAAqB;IACjC,KAAK,EAAE,kBAAkB;IACzB,KAAK,EAAE,qBAAqB;IAC5B,YAAY,EAAE,uBAAuB;IACrC,YAAY,EAAE,uBAAuB;IACrC,YAAY,EAAE,uBAAuB;IACrC,YAAY,EAAE,uBAAuB;IACrC,YAAY,EAAE,uBAAuB;IACrC,YAAY,EAAE,uBAAuB;IACrC,YAAY,EAAE,uBAAuB;IACrC,YAAY,EAAE,uBAAuB;IACrC,YAAY,EAAE,uBAAuB;IACrC,YAAY,EAAE,iBAAiB;IAC/B,YAAY,EAAE,iBAAiB;IAC/B,YAAY,EAAE,iBAAiB;IAC/B,YAAY,EAAE,iBAAiB;IAC/B,YAAY,EAAE,iBAAiB;IAC/B,YAAY,EAAE,iBAAiB;IAC/B,YAAY,EAAE,iBAAiB;IAC/B,YAAY,EAAE,iBAAiB;IAC/B,YAAY,EAAE,iBAAiB;IAC/B,YAAY,EAAE,kBAAkB;IAChC,cAAc,EAAE,oBAAoB;IACpC,aAAa,EAAE,iBAAiB;IAChC,eAAe,EAAE,oBAAoB;IACrC,cAAc,EAAE,oBAAoB;IACpC,aAAa,EAAE,oBAAoB;IACnC,YAAY,EAAE,eAAe;IAC7B,WAAW,EAAE,eAAe;IAC5B,gBAAgB,EAAE,oBAAoB;IACtC,eAAe,EAAE,mBAAmB;IACpC,kBAAkB,EAAE,mBAAmB;IACvC,iBAAiB,EAAE,mBAAmB;IACtC,YAAY,EAAE,oBAAoB;IAClC,OAAO,EAAE,uBAAuB;IAChC,WAAW,EAAE,uBAAuB;IACpC,SAAS,EAAE,uBAAuB;IAClC,eAAe,EAAE,uBAAuB;IACxC,UAAU,EAAE,kBAAkB;IAC9B,WAAW,EAAE,kBAAkB;IAC/B,UAAU,EAAE,uBAAuB;IACnC,WAAW,EAAE,qBAAqB;IAClC,WAAW,EAAE,mBAAmB;IAChC,SAAS,EAAE,qBAAqB;IAChC,cAAc,EAAE,oBAAoB;IACpC,WAAW,EAAE,uBAAuB;IACpC,WAAW,EAAE,oBAAoB;IACjC,mBAAmB,EAAE,kBAAkB;IACvC,YAAY,EAAE,kBAAkB;IAChC,YAAY,EAAE,uBAAuB;IACrC,YAAY,EAAE,uBAAuB;IACrC,YAAY,EAAE,uBAAuB;IACrC,YAAY,EAAE,uBAAuB;IACrC,YAAY,EAAE,uBAAuB;IACrC,iBAAiB,EAAE,uBAAuB;IAC1C,iBAAiB,EAAE,oBAAoB;IACvC,oBAAoB,EAAE,qBAAqB;IAC3C,oBAAoB,EAAE,qBAAqB;IAC3C,oBAAoB,EAAE,mBAAmB;IACzC,oBAAoB,EAAE,mBAAmB;IACzC,kBAAkB,EAAE,qBAAqB;IACzC,kBAAkB,EAAE,qBAAqB;IACzC,uBAAuB,EAAE,oBAAoB;IAC7C,uBAAuB,EAAE,oBAAoB;IAC7C,mBAAmB,EAAE,uBAAuB;IAC5C,mBAAmB,EAAE,uBAAuB;IAC5C,oBAAoB,EAAE,uBAAuB;IAC7C,oBAAoB,EAAE,uBAAuB;IAC7C,qBAAqB,EAAE,uBAAuB;IAC9C,qBAAqB,EAAE,uBAAuB;IAC9C,qBAAqB,EAAE,oBAAoB;IAC3C,qBAAqB,EAAE,oBAAoB;IAC3C,qBAAqB,EAAE,oBAAoB;IAC3C,uBAAuB,EAAE,uBAAuB;IAChD,uBAAuB,EAAE,uBAAuB;IAChD,uBAAuB,EAAE,uBAAuB;IAChD,uBAAuB,EAAE,oBAAoB;IAC7C,uBAAuB,EAAE,oBAAoB;IAC7C,sBAAsB,EAAE,qBAAqB;IAC7C,sBAAsB,EAAE,qBAAqB;IAC7C,sBAAsB,EAAE,qBAAqB;IAC7C,sBAAsB,EAAE,qBAAqB;IAC7C,sBAAsB,EAAE,qBAAqB;IAC7C,sBAAsB,EAAE,mBAAmB;IAC3C,sBAAsB,EAAE,mBAAmB;IAC3C,sBAAsB,EAAE,mBAAmB;IAC3C,sBAAsB,EAAE,mBAAmB;IAC3C,sBAAsB,EAAE,mBAAmB;IAC3C,sBAAsB,EAAE,uBAAuB;IAC/C,qBAAqB,EAAE,mBAAmB;IAC1C,mBAAmB,EAAE,qBAAqB;IAC1C,qBAAqB,EAAE,yBAAyB;IAChD,qBAAqB,EAAE,yBAAyB;IAChD,qBAAqB,EAAE,kBAAkB;IACzC,qBAAqB,EAAE,yBAAyB;IAChD,qBAAqB,EAAE,yBAAyB;IAChD,kBAAkB,EAAE,oBAAoB;IACxC,kBAAkB,EAAE,oBAAoB;IACxC,kBAAkB,EAAE,oBAAoB;IACxC,mBAAmB,EAAE,uBAAuB;IAC5C,mBAAmB,EAAE,uBAAuB;IAC5C,mBAAmB,EAAE,oBAAoB;IACzC,mBAAmB,EAAE,oBAAoB;IACzC,mBAAmB,EAAE,oBAAoB;CAC1C,CAAA"}
|
|
@@ -1,26 +1,45 @@
|
|
|
1
1
|
export declare const fonts: {
|
|
2
2
|
fontFamily010: {
|
|
3
3
|
fontFamily: string;
|
|
4
|
-
cropConfig: {
|
|
5
|
-
top: number;
|
|
6
|
-
bottom: number;
|
|
7
|
-
};
|
|
8
4
|
};
|
|
9
5
|
fontFamily020: {
|
|
10
6
|
fontFamily: string;
|
|
11
|
-
cropConfig: {
|
|
12
|
-
top: number;
|
|
13
|
-
bottom: number;
|
|
14
|
-
};
|
|
15
7
|
};
|
|
16
8
|
fontFamily030: {
|
|
17
9
|
fontFamily: string;
|
|
18
|
-
cropConfig: {
|
|
19
|
-
top: number;
|
|
20
|
-
bottom: number;
|
|
21
|
-
};
|
|
22
|
-
};
|
|
23
|
-
fontFamily040: {
|
|
24
|
-
fontFamily: string;
|
|
25
10
|
};
|
|
11
|
+
fontWeight010: number;
|
|
12
|
+
fontWeight020: number;
|
|
13
|
+
fontWeight030: number;
|
|
14
|
+
fontWeight040: number;
|
|
15
|
+
fontSize010: string;
|
|
16
|
+
fontSize020: string;
|
|
17
|
+
fontSize030: string;
|
|
18
|
+
fontSize040: string;
|
|
19
|
+
fontSize050: string;
|
|
20
|
+
fontSize060: string;
|
|
21
|
+
fontSize070: string;
|
|
22
|
+
fontSize080: string;
|
|
23
|
+
fontSize090: string;
|
|
24
|
+
fontSize100: string;
|
|
25
|
+
fontSize110: string;
|
|
26
|
+
fontSize120: string;
|
|
27
|
+
fontSize125: string;
|
|
28
|
+
fontSize130: string;
|
|
29
|
+
fontSize140: string;
|
|
30
|
+
fontSize150: string;
|
|
31
|
+
fontSize155: string;
|
|
32
|
+
fontSize160: string;
|
|
33
|
+
fontSize170: string;
|
|
34
|
+
fontLineHeight010: number;
|
|
35
|
+
fontLineHeight020: number;
|
|
36
|
+
fontLineHeight030: number;
|
|
37
|
+
fontLineHeight040: number;
|
|
38
|
+
fontLineHeight050: number;
|
|
39
|
+
fontLineHeight060: number;
|
|
40
|
+
fontLetterSpacing010: string;
|
|
41
|
+
fontLetterSpacing020: string;
|
|
42
|
+
fontLetterSpacing030: string;
|
|
43
|
+
fontLetterSpacing040: string;
|
|
44
|
+
fontLetterSpacing050: string;
|
|
26
45
|
};
|
|
@@ -1,27 +1,46 @@
|
|
|
1
1
|
export var fonts = {
|
|
2
2
|
fontFamily010: {
|
|
3
|
-
fontFamily: '
|
|
4
|
-
cropConfig: {
|
|
5
|
-
top: 8,
|
|
6
|
-
bottom: 8,
|
|
7
|
-
},
|
|
3
|
+
fontFamily: 'Times Modern',
|
|
8
4
|
},
|
|
9
5
|
fontFamily020: {
|
|
10
|
-
fontFamily: '
|
|
11
|
-
cropConfig: {
|
|
12
|
-
top: 7,
|
|
13
|
-
bottom: 9,
|
|
14
|
-
},
|
|
6
|
+
fontFamily: 'Times Digital W04 Regular',
|
|
15
7
|
},
|
|
16
8
|
fontFamily030: {
|
|
17
|
-
fontFamily: '
|
|
18
|
-
cropConfig: {
|
|
19
|
-
top: 8,
|
|
20
|
-
bottom: 9,
|
|
21
|
-
},
|
|
22
|
-
},
|
|
23
|
-
fontFamily040: {
|
|
24
|
-
fontFamily: 'TimesDigitalW04-Regular',
|
|
9
|
+
fontFamily: 'Gill Sans MT Std',
|
|
25
10
|
},
|
|
11
|
+
fontWeight010: 400,
|
|
12
|
+
fontWeight020: 500,
|
|
13
|
+
fontWeight030: 600,
|
|
14
|
+
fontWeight040: 700,
|
|
15
|
+
fontSize010: '12px',
|
|
16
|
+
fontSize020: '14px',
|
|
17
|
+
fontSize030: '16px',
|
|
18
|
+
fontSize040: '18px',
|
|
19
|
+
fontSize050: '20px',
|
|
20
|
+
fontSize060: '22px',
|
|
21
|
+
fontSize070: '24px',
|
|
22
|
+
fontSize080: '28px',
|
|
23
|
+
fontSize090: '32px',
|
|
24
|
+
fontSize100: '36px',
|
|
25
|
+
fontSize110: '40px',
|
|
26
|
+
fontSize120: '44px',
|
|
27
|
+
fontSize125: '45px',
|
|
28
|
+
fontSize130: '48px',
|
|
29
|
+
fontSize140: '56px',
|
|
30
|
+
fontSize150: '64px',
|
|
31
|
+
fontSize155: '70px',
|
|
32
|
+
fontSize160: '80px',
|
|
33
|
+
fontSize170: '85px',
|
|
34
|
+
fontLineHeight010: 1,
|
|
35
|
+
fontLineHeight020: 1.125,
|
|
36
|
+
fontLineHeight030: 1.25,
|
|
37
|
+
fontLineHeight040: 1.5,
|
|
38
|
+
fontLineHeight050: 1.75,
|
|
39
|
+
fontLineHeight060: 2,
|
|
40
|
+
fontLetterSpacing010: '-0.5px',
|
|
41
|
+
fontLetterSpacing020: '-0.25px',
|
|
42
|
+
fontLetterSpacing030: '0',
|
|
43
|
+
fontLetterSpacing040: '0.25px',
|
|
44
|
+
fontLetterSpacing050: '0.5px',
|
|
26
45
|
};
|
|
27
46
|
//# sourceMappingURL=fonts.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fonts.js","sourceRoot":"","sources":["../../../../src/theme/timesTheme/fonts.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,IAAM,KAAK,GAAG;IACnB,aAAa,EAAE;QACb,UAAU,EAAE,
|
|
1
|
+
{"version":3,"file":"fonts.js","sourceRoot":"","sources":["../../../../src/theme/timesTheme/fonts.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,IAAM,KAAK,GAAG;IACnB,aAAa,EAAE;QACb,UAAU,EAAE,cAAc;KAC3B;IACD,aAAa,EAAE;QACb,UAAU,EAAE,2BAA2B;KACxC;IACD,aAAa,EAAE;QACb,UAAU,EAAE,kBAAkB;KAC/B;IAED,aAAa,EAAE,GAAG;IAClB,aAAa,EAAE,GAAG;IAClB,aAAa,EAAE,GAAG;IAClB,aAAa,EAAE,GAAG;IAElB,WAAW,EAAE,MAAM;IACnB,WAAW,EAAE,MAAM;IACnB,WAAW,EAAE,MAAM;IACnB,WAAW,EAAE,MAAM;IACnB,WAAW,EAAE,MAAM;IACnB,WAAW,EAAE,MAAM;IACnB,WAAW,EAAE,MAAM;IACnB,WAAW,EAAE,MAAM;IACnB,WAAW,EAAE,MAAM;IACnB,WAAW,EAAE,MAAM;IACnB,WAAW,EAAE,MAAM;IACnB,WAAW,EAAE,MAAM;IACnB,WAAW,EAAE,MAAM;IACnB,WAAW,EAAE,MAAM;IACnB,WAAW,EAAE,MAAM;IACnB,WAAW,EAAE,MAAM;IACnB,WAAW,EAAE,MAAM;IACnB,WAAW,EAAE,MAAM;IACnB,WAAW,EAAE,MAAM;IAEnB,iBAAiB,EAAE,CAAC;IACpB,iBAAiB,EAAE,KAAK;IACxB,iBAAiB,EAAE,IAAI;IACvB,iBAAiB,EAAE,GAAG;IACtB,iBAAiB,EAAE,IAAI;IACvB,iBAAiB,EAAE,CAAC;IAEpB,oBAAoB,EAAE,QAAQ;IAC9B,oBAAoB,EAAE,SAAS;IAC/B,oBAAoB,EAAE,GAAG;IACzB,oBAAoB,EAAE,QAAQ;IAC9B,oBAAoB,EAAE,OAAO;CAC9B,CAAA"}
|
|
@@ -14,6 +14,8 @@ import { sharedPresets } from '../sharedPresets';
|
|
|
14
14
|
import { colors } from './colors';
|
|
15
15
|
import { borders } from './borders';
|
|
16
16
|
import { fonts } from './fonts';
|
|
17
|
+
import { overlays } from './overlays';
|
|
18
|
+
import { shadows } from './shadows';
|
|
17
19
|
import { typographyPresets } from './typographyPresets';
|
|
18
20
|
import { componentDefaults } from './componentDefaults';
|
|
19
21
|
import { stylePresets } from './stylePresets';
|
|
@@ -32,6 +34,8 @@ export var timesTheme = createTheme({
|
|
|
32
34
|
fonts: fonts,
|
|
33
35
|
typographyPresets: typographyPresets,
|
|
34
36
|
componentDefaults: componentDefaults,
|
|
37
|
+
overlays: overlays,
|
|
38
|
+
shadows: shadows,
|
|
35
39
|
stylePresets: __assign(__assign({}, stylePresets), sharedPresets),
|
|
36
40
|
},
|
|
37
41
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/theme/timesTheme/index.ts"],"names":[],"mappings":";;;;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;AACrC,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAA;AAChD,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAA;AACjC,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAA;AACnC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAA;AAC/B,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAA;AACvD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAA;AACvD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAE7C,MAAM,CAAC,IAAM,UAAU,GAAG,WAAW,CAAC;IACpC,IAAI,EAAE,WAAW;IACjB,SAAS,EAAE;QACT,WAAW,EAAE;YACX,EAAE,EAAE,CAAC;YACL,EAAE,EAAE,GAAG;YACP,EAAE,EAAE,GAAG;YACP,EAAE,EAAE,IAAI;YACR,EAAE,EAAE,IAAI;SACT;QACD,OAAO,SAAA;QACP,MAAM,QAAA;QACN,KAAK,OAAA;QACL,iBAAiB,mBAAA;QACjB,iBAAiB,mBAAA;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/theme/timesTheme/index.ts"],"names":[],"mappings":";;;;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;AACrC,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAA;AAChD,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAA;AACjC,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAA;AACnC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAA;AAC/B,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAA;AACrC,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAA;AACnC,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAA;AACvD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAA;AACvD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAE7C,MAAM,CAAC,IAAM,UAAU,GAAG,WAAW,CAAC;IACpC,IAAI,EAAE,WAAW;IACjB,SAAS,EAAE;QACT,WAAW,EAAE;YACX,EAAE,EAAE,CAAC;YACL,EAAE,EAAE,GAAG;YACP,EAAE,EAAE,GAAG;YACP,EAAE,EAAE,IAAI;YACR,EAAE,EAAE,IAAI;SACT;QACD,OAAO,SAAA;QACP,MAAM,QAAA;QACN,KAAK,OAAA;QACL,iBAAiB,mBAAA;QACjB,iBAAiB,mBAAA;QACjB,QAAQ,UAAA;QACR,OAAO,SAAA;QACP,YAAY,wBACP,YAAY,GACZ,aAAa,CACjB;KACF;CACF,CAAC,CAAA"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export declare const overlays: {
|
|
2
|
+
overlayTintBase010: string;
|
|
3
|
+
overlayTintBase020: string;
|
|
4
|
+
overlayTintBase030: string;
|
|
5
|
+
overlayTintBase040: string;
|
|
6
|
+
overlayTintInverse010: string;
|
|
7
|
+
overlayTintInverse020: string;
|
|
8
|
+
overlayTintInverse030: string;
|
|
9
|
+
overlayTintInverse040: string;
|
|
10
|
+
overlayGradientBaseHorizontal: string;
|
|
11
|
+
overlayGradientBaseVertical: string;
|
|
12
|
+
overlayGradientInverseHorizontal: string;
|
|
13
|
+
overlayGradientInverseVertical: string;
|
|
14
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export var overlays = {
|
|
2
|
+
overlayTintBase010: 'rgba(10,10,10,0.2)',
|
|
3
|
+
overlayTintBase020: 'rgba(10,10,10,0.4)',
|
|
4
|
+
overlayTintBase030: 'rgba(10,10,10,0.6)',
|
|
5
|
+
overlayTintBase040: 'rgba(10,10,10,0.8)',
|
|
6
|
+
overlayTintInverse010: 'rgba(255,255,255,0.2)',
|
|
7
|
+
overlayTintInverse020: 'rgba(255,255,255,0.4)',
|
|
8
|
+
overlayTintInverse030: 'rgba(255,255,255,0.6)',
|
|
9
|
+
overlayTintInverse040: 'rgba(255,255,255,0.8)',
|
|
10
|
+
overlayGradientBaseHorizontal: 'linear-gradient(-90deg, rgba(255,255,255,0.00) 0%,rgba(255,255,255,0.01) 8.59%,rgba(255,255,255,0.05) 17.48%,rgba(255,255,255,0.10) 26.53%,rgba(255,255,255,0.18) 35.61%,rgba(255,255,255,0.26) 44.59%,rgba(255,255,255,0.35) 53.34%,rgba(255,255,255,0.45) 61.73%,rgba(255,255,255,0.55) 69.63%,rgba(255,255,255,0.65) 76.90%,rgba(255,255,255,0.74) 83.41%,rgba(255,255,255,0.82) 89.03%,rgba(255,255,255,0.90) 93.63%,rgba(255,255,255,0.95) 97.08%,rgba(255,255,255,0.99) 99.25%,rgba(255,255,255,1.00) 100%)',
|
|
11
|
+
overlayGradientBaseVertical: 'linear-gradient(180deg, rgba(255,255,255,0.00) 0%,rgba(255,255,255,0.01) 8.59%,rgba(255,255,255,0.05) 17.48%,rgba(255,255,255,0.10) 26.53%,rgba(255,255,255,0.18) 35.61%,rgba(255,255,255,0.26) 44.59%,rgba(255,255,255,0.35) 53.34%,rgba(255,255,255,0.45) 61.73%,rgba(255,255,255,0.56) 69.63%,rgba(255,255,255,0.65) 76.90%,rgba(255,255,255,0.74) 83.41%,rgba(255,255,255,0.82) 89.03%,rgba(255,255,255,0.90) 93.63%,rgba(255,255,255,0.95) 97.08%,rgba(255,255,255,1.00) 100%)',
|
|
12
|
+
overlayGradientInverseHorizontal: 'linear-gradient(-90deg, rgba(10,10,10,0.00) 0%,rgba(10,10,10,0.01) 8.59%,rgba(10,10,10,0.05) 17.48%,rgba(10,10,10,0.10) 26.53%,rgba(10,10,10,0.18) 35.61%,rgba(10,10,10,0.26) 44.59%,rgba(10,10,10,0.35) 53.34%,rgba(10,10,10,0.45) 61.73%,rgba(10,10,10,0.55) 69.63%,rgba(10,10,10,0.65) 76.90%,rgba(10,10,10,0.74) 83.41%,rgba(10,10,10,0.82) 89.03%,rgba(10,10,10,0.90) 93.63%,rgba(10,10,10,0.95) 97.08%,rgba(10,10,10,0.99) 99.25%,rgba(10,10,10,1.00) 100%)',
|
|
13
|
+
overlayGradientInverseVertical: 'linear-gradient(180deg, rgba(10,10,10,0.00) 0%,rgba(10,10,10,0.01) 8.59%,rgba(10,10,10,0.05) 17.48%,rgba(10,10,10,0.10) 26.53%,rgba(10,10,10,0.18) 35.61%,rgba(10,10,10,0.26) 44.59%,rgba(10,10,10,0.35) 53.34%,rgba(10,10,10,0.45) 61.73%,rgba(10,10,10,0.55) 69.63%,rgba(10,10,10,0.65) 76.90%,rgba(10,10,10,0.74) 83.41%,rgba(10,10,10,0.82) 89.03%,rgba(10,10,10,0.90) 93.63%,rgba(10,10,10,0.95) 97.08%,rgba(10,10,10,0.99) 99.25%,rgba(10,10,10,1.00) 100%)',
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=overlays.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"overlays.js","sourceRoot":"","sources":["../../../../src/theme/timesTheme/overlays.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,IAAM,QAAQ,GAAG;IACtB,kBAAkB,EAAE,oBAAoB;IACxC,kBAAkB,EAAE,oBAAoB;IACxC,kBAAkB,EAAE,oBAAoB;IACxC,kBAAkB,EAAE,oBAAoB;IACxC,qBAAqB,EAAE,uBAAuB;IAC9C,qBAAqB,EAAE,uBAAuB;IAC9C,qBAAqB,EAAE,uBAAuB;IAC9C,qBAAqB,EAAE,uBAAuB;IAC9C,6BAA6B,EAC3B,mfAAmf;IACrf,2BAA2B,EACzB,qdAAqd;IACvd,gCAAgC,EAC9B,mcAAmc;IACrc,8BAA8B,EAC5B,mcAAmc;CACtc,CAAA"}
|