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