@apolitical/component-library 1.18.8 → 2.0.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/communities/join-button/join-button.d.ts +1 -1
- package/context/user/index.d.ts +1 -1
- package/discussion/components/likes/likes.d.ts +1 -1
- package/discussion/feeds/activities-feed/activities-feed.d.ts +7 -0
- package/discussion/feeds/replies-feed/nested-replies-feed/nested-replies-feed.d.ts +6 -0
- package/discussion/feeds/replies-feed/replies-feed.d.ts +8 -0
- package/form/components/email-helper-text-box/email-helper-text-box.d.ts +1 -1
- package/form/components/form/components/field-wrapper/field-wrapper.d.ts +3 -0
- package/form/components/form/components/field-wrapper/index.d.ts +1 -0
- package/form/components/form/components/fields/checkbox/checkbox.d.ts +31 -0
- package/form/components/form/components/fields/checkbox/index.d.ts +1 -0
- package/form/components/form/components/fields/dropdown-menu/components/index.d.ts +1 -0
- package/form/components/form/components/fields/dropdown-menu/components/rotating-chevron/index.d.ts +1 -0
- package/form/components/form/components/fields/dropdown-menu/components/rotating-chevron/rotating-chevron.d.ts +6 -0
- package/form/components/form/components/fields/dropdown-menu/dropdown-menu.d.ts +3 -0
- package/form/components/form/components/fields/dropdown-menu/index.d.ts +1 -0
- package/form/components/form/components/fields/index.d.ts +5 -0
- package/form/components/form/components/fields/input/index.d.ts +1 -0
- package/form/components/form/components/fields/input/input.d.ts +39 -0
- package/form/components/form/components/fields/multiple-options/index.d.ts +1 -0
- package/form/components/form/components/fields/multiple-options/multiple-options.d.ts +3 -0
- package/form/components/form/components/fields/password/index.d.ts +1 -0
- package/form/components/form/components/fields/password/password.d.ts +3 -0
- package/form/components/form/components/index.d.ts +2 -0
- package/form/components/form/form.d.ts +3 -0
- package/form/components/form/form.mocks.d.ts +18 -0
- package/form/components/form/form.reducer.d.ts +3 -0
- package/form/components/form/form.types.d.ts +189 -0
- package/form/components/form/index.d.ts +1 -0
- package/form/components/index.d.ts +1 -0
- package/form/components/password-rules/password-rules.d.ts +1 -1
- package/form/components/rating/rating.d.ts +1 -1
- package/form/types/contact-form/contact-form.d.ts +12 -0
- package/form/types/contact-form/index.d.ts +1 -0
- package/form/types/index.d.ts +3 -1
- package/form/types/signup-form/components/index.d.ts +1 -0
- package/form/types/signup-form/components/success-message.d.ts +4 -0
- package/form/types/signup-form/index.d.ts +1 -0
- package/form/types/signup-form/signup-form.d.ts +25 -0
- package/form/types/signup-form/signup-form.helpers.d.ts +41 -0
- package/form/types/signup-form/signup-form.helpers.get-fields.d.ts +56 -0
- package/general/buttons/button/button.d.ts +1 -1
- package/helpers/in-development.d.ts +1 -0
- package/helpers/index.d.ts +4 -3
- package/index.js +34 -15
- package/index.mjs +5422 -2940
- package/layout/content-layout/contact-footer/contact-footer.d.ts +5 -0
- package/layout/content-layout/contact-footer/index.d.ts +1 -0
- package/layout/content-layout/index.d.ts +1 -0
- package/mappers/index.d.ts +1 -1
- package/mappers/{mapGetSteamData.d.ts → map-get-steam-data.d.ts} +1 -1
- package/modals/index.d.ts +1 -1
- package/navigation/filters/filters.d.ts +1 -1
- package/navigation/more-menu/more-menu.d.ts +1 -1
- package/package.json +2 -1
- package/sections/full-width-section/full-width-section.d.ts +2 -0
- package/sections/logo-section/logo-section.d.ts +1 -1
- package/style.css +1 -1
- package/styles/README.md +28 -0
- package/styles/base/_accessibility.scss +21 -11
- package/styles/base/_blockquotes.scss +31 -20
- package/styles/base/_fonts.scss +10 -6
- package/styles/base/_hr.scss +9 -8
- package/styles/base/_index.scss +2 -13
- package/styles/base/_layout.scss +5 -4
- package/styles/base/_links.scss +11 -13
- package/styles/base/_lists.scss +26 -13
- package/styles/base/_overlays.scss +34 -32
- package/styles/base/_table.scss +40 -27
- package/styles/base/_text.scss +128 -63
- package/styles/base/_titles.scss +192 -114
- package/styles/base/buttons/_button-wrapper.scss +23 -18
- package/styles/base/buttons/_buttons.scss +246 -169
- package/styles/base/buttons/_icons.scss +26 -26
- package/styles/base/buttons/_index.scss +1 -2
- package/styles/base/buttons/_mixins.scss +9 -3
- package/styles/base/buttons/_sizes.scss +47 -8
- package/styles/base/form/_fields.scss +50 -41
- package/styles/base/form/_form.scss +26 -0
- package/styles/base/form/_index.scss +1 -2
- package/styles/base/form/_labels.scss +12 -0
- package/styles/base/form/_search-button.scss +17 -17
- package/styles/functions/_index.scss +1 -1
- package/styles/functions/_maps.scss +25 -0
- package/styles/functions/_size-conversions.scss +3 -3
- package/styles/index.scss +3 -5
- package/styles/mixins/_animations.scss +1 -1
- package/styles/mixins/_backgrounds.scss +8 -2
- package/styles/mixins/_breakpoints.scss +1 -1
- package/styles/mixins/_browsers.scss +4 -2
- package/styles/mixins/_containers.scss +0 -1
- package/styles/mixins/_index.scss +2 -8
- package/styles/mixins/_queries.scss +11 -0
- package/styles/mixins/_selectors.scss +1 -1
- package/styles/mixins/_styles.scss +23 -21
- package/styles/mixins/_transitions.scss +19 -15
- package/styles/reset/_index.scss +1 -1
- package/styles/reset/_reset.scss +104 -20
- package/styles/variables/_index.scss +1 -3
- package/styles/variables/assets/_assets.scss +0 -1
- package/styles/variables/assets/_index.scss +1 -1
- package/styles/variables/colors/_colors.scss +53 -53
- package/styles/variables/colors/_index.scss +1 -1
- package/styles/variables/colors/theme/_banners.scss +26 -0
- package/styles/variables/colors/theme/_base.scss +88 -0
- package/styles/variables/colors/theme/_cards.scss +24 -0
- package/styles/variables/colors/theme/_communities.scss +7 -0
- package/styles/variables/colors/theme/_discussion.scss +20 -0
- package/styles/variables/colors/theme/_form.scss +25 -0
- package/styles/variables/colors/theme/_general.scss +9 -0
- package/styles/variables/colors/theme/_index.scss +8 -0
- package/styles/variables/colors/theme/_layout.scss +50 -0
- package/styles/variables/colors/theme/_loaders.scss +20 -0
- package/styles/variables/colors/theme/_modals.scss +14 -0
- package/styles/variables/colors/theme/_navigation.scss +41 -0
- package/styles/variables/colors/theme/_pages.scss +9 -0
- package/styles/variables/colors/theme/_text.scss +47 -0
- package/styles/variables/colors/theme/_user.scss +16 -0
- package/styles/variables/sizes/_common.scss +1 -1
- package/styles/variables/sizes/_index.scss +1 -1
- package/text/helper-text-box/helper-text-box.d.ts +1 -1
- package/text/hide-show-text-box/hide-show-text-box.d.ts +1 -1
- package/types/index.d.ts +1 -0
- package/styles/variables/colors/_theme.scss +0 -312
|
@@ -1,312 +0,0 @@
|
|
|
1
|
-
@use 'sass:color';
|
|
2
|
-
@use 'sass:map';
|
|
3
|
-
@import 'colors';
|
|
4
|
-
|
|
5
|
-
$c: $default-colors;
|
|
6
|
-
$theme: (
|
|
7
|
-
// Base styles
|
|
8
|
-
default_focus: map.get($c, 'b100'),
|
|
9
|
-
background: map.get($c, 'white'),
|
|
10
|
-
|
|
11
|
-
highlight_bg: map.get($c, 'g300'),
|
|
12
|
-
|
|
13
|
-
title: map.get($c, 'n900'),
|
|
14
|
-
subtitle: map.get($c, 'n800'),
|
|
15
|
-
text: map.get($c, 'n900'),
|
|
16
|
-
text_error: map.get($c, 'error600'),
|
|
17
|
-
text_line: map.get($c, 'g50'),
|
|
18
|
-
text_line_dark: map.get($c, 'b700'),
|
|
19
|
-
link: map.get($c, 'b700'),
|
|
20
|
-
link_hover: map.get($c, 'b800'),
|
|
21
|
-
button_primary: map.get($c, 'white'),
|
|
22
|
-
button_primary_bg: map.get($c, 'b700'),
|
|
23
|
-
button_primary_bg_hover: map.get($c, 'b500'),
|
|
24
|
-
button_primary_bg_active: map.get($c, 'b800'),
|
|
25
|
-
button_primary_bg_focus: map.get($c, 'b600'),
|
|
26
|
-
button_primary_bg_disabled: map.get($c, 'b700'),
|
|
27
|
-
button_primary_destructive: map.get($c, 'white'),
|
|
28
|
-
button_primary_destructive_bg: map.get($c, 'error600'),
|
|
29
|
-
button_primary_destructive_bg_hover: map.get($c, 'error700'),
|
|
30
|
-
button_primary_destructive_box-shadow: map.get($c, 'error50'),
|
|
31
|
-
button_secondary: map.get($c, 'b700'),
|
|
32
|
-
button_secondary_focus: map.get($c, 'white'),
|
|
33
|
-
button_secondary_muted: map.get($c, 'n600'),
|
|
34
|
-
button_secondary_muted_hover: map.get($c, 'n700'),
|
|
35
|
-
button_secondary_destructive: map.get($c, 'error600'),
|
|
36
|
-
button_secondary_disabled: map.get($c, 'b700'),
|
|
37
|
-
button_secondary_bg: map.get($c, 'white'),
|
|
38
|
-
button_secondary_bg_hover: map.get($c, 'b200'),
|
|
39
|
-
button_secondary_bg_focus: map.get($c, 'b600'),
|
|
40
|
-
button_secondary_bg_active: map.get($c, 'b800'),
|
|
41
|
-
button_secondary_bg_muted: map.get($c, 'white'),
|
|
42
|
-
button_secondary_bg_muted_hover: map.get($c, 'n200'),
|
|
43
|
-
button_secondary_bg_disabled: map.get($c, 'white'),
|
|
44
|
-
button_secondary_bg_destructive: map.get($c, 'error50'),
|
|
45
|
-
button_secondary_border: map.get($c, 'b700'),
|
|
46
|
-
button_secondary_border_focus: transparent,
|
|
47
|
-
button_secondary_border_muted: map.get($c, 'n200'),
|
|
48
|
-
button_secondary_border_muted_hover: map.get($c, 'n500'),
|
|
49
|
-
button_secondary_border_disabled: map.get($c, 'b700'),
|
|
50
|
-
button_secondary_border_destructive: map.get($c, 'error600'),
|
|
51
|
-
button_tertiary: map.get($c, 'b700'),
|
|
52
|
-
button_tertiary_hover: map.get($c, 'b500'),
|
|
53
|
-
button_tertiary_active: map.get($c, 'b800'),
|
|
54
|
-
button_tertiary_muted: map.get($c, 'n600'),
|
|
55
|
-
button_tertiary_muted_hover: map.get($c, 'b500'),
|
|
56
|
-
button_tertiary_disabled: map.get($c, 'b700'),
|
|
57
|
-
button_tertiary_bg: none,
|
|
58
|
-
button_tertiary_disabled_bg: none,
|
|
59
|
-
button_tertiary_text-decoration: transparent,
|
|
60
|
-
button_tertiary_disabled_text-decoration: transparent,
|
|
61
|
-
|
|
62
|
-
blockquote: map.get($c, 'n900'),
|
|
63
|
-
'blockquote_border': map.get($c, 'g300'),
|
|
64
|
-
divider: map.get($c, 'n100'),
|
|
65
|
-
form_input: map.get($c, 'n900'),
|
|
66
|
-
form_input_placeholder: map.get($c, 'n600'),
|
|
67
|
-
form_input_bg: map.get($c, 'white'),
|
|
68
|
-
form_input_border: map.get($c, 'n200'),
|
|
69
|
-
form_input_focus_border: map.get($c, 'b500'),
|
|
70
|
-
form_input_error_border: map.get($c, 'error600'),
|
|
71
|
-
form_input_focus_box-shadow: map.get($c, 'b100'),
|
|
72
|
-
form_search-button_bg: map.get($c, 'n900'),
|
|
73
|
-
table_border: map.get($c, 'n200'),
|
|
74
|
-
table_th: map.get($c, 'white'),
|
|
75
|
-
table_th_bg: map.get($c, 'n600'),
|
|
76
|
-
overlay: rgb(21 25 33 / 25%),
|
|
77
|
-
// Banners
|
|
78
|
-
banner-section: map.get($c, 'white'),
|
|
79
|
-
banner-section_light: map.get($c, 'n700'),
|
|
80
|
-
banner-section_bg: map.get($c, 'b700'),
|
|
81
|
-
banner-section_light_bg: map.get($c, 'white'),
|
|
82
|
-
banner-section_overlay: map.get($c, 'n900'),
|
|
83
|
-
banner-section_eyebrow: map.get($c, 'y300'),
|
|
84
|
-
banner-section_light_eyebrow: map.get($c, 'b700'),
|
|
85
|
-
banner-section_light_title: map.get($c, 'n900'),
|
|
86
|
-
marketing-block_title: map.get($c, 'n900'),
|
|
87
|
-
marketing-block_tertiary_title: map.get($c, 'white'),
|
|
88
|
-
marketing-block_text: map.get($c, 'n700'),
|
|
89
|
-
marketing-block_tertiary_text: map.get($c, 'b100'),
|
|
90
|
-
marketing-block_circle: map.get($c, 'b700'),
|
|
91
|
-
marketing-block_tertiary_circle: map.get($c, 'g300'),
|
|
92
|
-
marketing-block_primary_bg_1: map.get($c, 'g100'),
|
|
93
|
-
marketing-block_secondary_bg_1: map.get($c, 'p100'),
|
|
94
|
-
marketing-block_tertiary_bg_1: map.get($c, 'b700'),
|
|
95
|
-
marketing-block_primary_bg_2: map.get($c, 'y300'),
|
|
96
|
-
marketing-block_secondary_bg_2: map.get($c, 'g100'),
|
|
97
|
-
marketing-block_tertiary_bg_2: map.get($c, 'p600'),
|
|
98
|
-
|
|
99
|
-
// Cards
|
|
100
|
-
card: map.get($c, 'n600'),
|
|
101
|
-
card_bg: map.get($c, 'sand'),
|
|
102
|
-
card_hover_bg: map.get($c, 'n50'),
|
|
103
|
-
card_label: map.get($c, 'n700'),
|
|
104
|
-
card_img_bg: map.get($c, 'b50'),
|
|
105
|
-
|
|
106
|
-
carousel_arrow: map.get($c, 'n600'),
|
|
107
|
-
carousel_arrow_disabled: map.get($c, 'n200'),
|
|
108
|
-
carousel_arrow_bg: map.get($c, 'white'),
|
|
109
|
-
carousel_arrow_hover_bg: map.get($c, 'b100'),
|
|
110
|
-
carousel_arrow_active_bg: map.get($c, 'b300'),
|
|
111
|
-
carousel_arrow_disabled_bg: map.get($c, 'n50'),
|
|
112
|
-
carousel_arrow_border: map.get($c, 'n100'),
|
|
113
|
-
carousel_arrow_hover_border: map.get($c, 'b300'),
|
|
114
|
-
carousel_arrow_active_border: map.get($c, 'b500'),
|
|
115
|
-
carousel_arrow_disabled_border: map.get($c, 'b100'),
|
|
116
|
-
carousel_pagination_bg: map.get($c, 'n100'),
|
|
117
|
-
carousel_pagination_hover_bg: map.get($c, 'b200'),
|
|
118
|
-
carousel_pagination_selected_bg: map.get($c, 'b500'),
|
|
119
|
-
// Communities
|
|
120
|
-
community-details_link_hover: map.get($c, 'b500'),
|
|
121
|
-
// Discussion
|
|
122
|
-
discussion-post_highlighted_bg: map.get($c, 'g50'),
|
|
123
|
-
discussion-post_fading_bg: color.adjust(map.get($c, 'g50'), $alpha: -0.9),
|
|
124
|
-
discussion-actions: map.get($c, 'n600'),
|
|
125
|
-
discussion-actions_hover_bg: map.get($c, 'b100'),
|
|
126
|
-
discussion-actions_likes_liked: map.get($c, 'p500'),
|
|
127
|
-
discussion-actions_likes_liked_bg: map.get($c, 'p500'),
|
|
128
|
-
discussion-form_bg: map.get($c, 'b50'),
|
|
129
|
-
discussion-form_placeholder: map.get($c, 'n500'),
|
|
130
|
-
discussion-form_small: map.get($c, 'n700'),
|
|
131
|
-
discussion-question_bg: map.get($c, 'sand'),
|
|
132
|
-
discussion-responses-heading_p: map.get($c, 'n600'),
|
|
133
|
-
discussion-responses-heading_icon: map.get($c, 'n700'),
|
|
134
|
-
discussion-thread_border: map.get($c, 'n200'),
|
|
135
|
-
// Form
|
|
136
|
-
password-rules: map.get($c, 'error600'),
|
|
137
|
-
password-rules_matches: map.get($c, 'success500'),
|
|
138
|
-
password-rules_small: map.get($c, 'n600'),
|
|
139
|
-
rating: map.get($c, 'n600'),
|
|
140
|
-
rating_hover_button: map.get($c, 'n500'),
|
|
141
|
-
rating_selected_button: map.get($c, 'b700'),
|
|
142
|
-
rating_shadow: map.get($c, 'b500'),
|
|
143
|
-
search_button_hover_bg: map.get($c, 'b700'),
|
|
144
|
-
search_clear-button_bg: map.get($c, 'n500'),
|
|
145
|
-
search_search-button_bg: map.get($c, 'n600'),
|
|
146
|
-
search_search-button_active_bg: map.get($c, 'white'),
|
|
147
|
-
// Invite Form
|
|
148
|
-
invite_form_border_focus: map.get($c, 'b500'),
|
|
149
|
-
invite_form_shadow: map.get($c, 'b100'),
|
|
150
|
-
invite_form_remove_email_button: map.get($c, 'n700'),
|
|
151
|
-
invite_form_email_bg: map.get($c, 'n50'),
|
|
152
|
-
invite_form_email_color: map.get($c, 'n700'),
|
|
153
|
-
invite_form_email_input_border: map.get($c, 'n200'),
|
|
154
|
-
// General
|
|
155
|
-
tooltip: map.get($c, 'white'),
|
|
156
|
-
tooltip_bg: rgb(21 25 33 / 90%),
|
|
157
|
-
// Layout
|
|
158
|
-
cookie-banner_bg: map.get($c, 'n50'),
|
|
159
|
-
cookie-banner_shadow: rgb(107 91 82 / 40%),
|
|
160
|
-
cookie-banner_title_border: map.get($c, 'n100'),
|
|
161
|
-
download-section_bg: map.get($c, 'g300'),
|
|
162
|
-
footer: map.get($c, 'g300'),
|
|
163
|
-
footer_bg: map.get($c, 'b800'),
|
|
164
|
-
footer_before_bg:
|
|
165
|
-
linear-gradient(90deg, map.get($c, 'b700') 0%, map.get($c, 'g300') 100%),
|
|
166
|
-
footer_title: map.get($c, 'y300'),
|
|
167
|
-
footer_link: map.get($c, 'g300'),
|
|
168
|
-
footer_dt: map.get($c, 'white'),
|
|
169
|
-
footer_dd: map.get($c, 'g300'),
|
|
170
|
-
footer_hr: map.get($c, 'y300'),
|
|
171
|
-
footer_small: map.get($c, 'b200'),
|
|
172
|
-
header: map.get($c, 'n900'),
|
|
173
|
-
header_bg: map.get($c, 'white'),
|
|
174
|
-
header_link: map.get($c, 'n900'),
|
|
175
|
-
header_link_hover: map.get($c, 'b500'),
|
|
176
|
-
header_link_active: map.get($c, 'b700'),
|
|
177
|
-
header_button_hover_bg: map.get($c, 'b700'),
|
|
178
|
-
header_account-button_bg: map.get($c, 'n700'),
|
|
179
|
-
header_account-button_border: map.get($c, 'n700'),
|
|
180
|
-
header_menu-button_bg: map.get($c, 'n900'),
|
|
181
|
-
header_parent_hover: map.get($c, 'b700'),
|
|
182
|
-
header_child: map.get($c, 'n700'),
|
|
183
|
-
header_child_divider: map.get($c, 'n100'),
|
|
184
|
-
header_border: map.get($c, 'n100'),
|
|
185
|
-
logos_title: map.get($c, 'n700'),
|
|
186
|
-
logos_small: map.get($c, 'n600'),
|
|
187
|
-
page-layout_gradient_bg_1: map.get($c, 'n50'),
|
|
188
|
-
page-layout_gradient_bg_2: rgb(240 245 255 / 0%),
|
|
189
|
-
page-layout_bold: map.get($c, 'white'),
|
|
190
|
-
page-layout_bold_bg: map.get($c, 'b700'),
|
|
191
|
-
page-layout_inverted_bg: map.get($c, 'g300'),
|
|
192
|
-
page-layout_bold_circle: map.get($c, 'g300'),
|
|
193
|
-
page-layout_inverted_circle: map.get($c, 'b700'),
|
|
194
|
-
page-layout_alt-1_circle: map.get($c, 'y300'),
|
|
195
|
-
page-layout_alt-2_circle: map.get($c, 'p300'),
|
|
196
|
-
// Loaders
|
|
197
|
-
loading-block_icon_bg: map.get($c, 'n600'),
|
|
198
|
-
loading-placeholder_bg: map.get($c, 'n10'),
|
|
199
|
-
loading-placeholder_after_bg:
|
|
200
|
-
linear-gradient(90deg, transparent, rgba(255 255 255 / 20%), transparent),
|
|
201
|
-
progress-bar_bg: map.get($c, 'n50'),
|
|
202
|
-
progress-bar_before_bg: map.get($c, 'n200'),
|
|
203
|
-
progress-bar_25_bg_1: map.get($c, 'p100'),
|
|
204
|
-
progress-bar_25_bg_2: map.get($c, 'g100'),
|
|
205
|
-
progress-bar_50_bg_1: map.get($c, 'g100'),
|
|
206
|
-
progress-bar_50_bg_2: map.get($c, 'y300'),
|
|
207
|
-
progress-bar_75_bg_1: map.get($c, 'y300'),
|
|
208
|
-
progress-bar_75_bg_2: map.get($c, 'b200'),
|
|
209
|
-
progress-bar_100_bg_1: map.get($c, 'b200'),
|
|
210
|
-
progress-bar_100_bg_2: map.get($c, 'g100'),
|
|
211
|
-
// Modals
|
|
212
|
-
modal_bg: map.get($c, 'white'),
|
|
213
|
-
modal_shadow: rgba(42 49 65 / 30%),
|
|
214
|
-
modal_close: map.get($c, 'n700'),
|
|
215
|
-
modal_close_hover_bg: map.get($c, 'b100'),
|
|
216
|
-
modal_success_title: map.get($c, 'success600'),
|
|
217
|
-
modal_success_title_background: map.get($c, 'g100'),
|
|
218
|
-
modal_success_icon_background: map.get($c, 'success600'),
|
|
219
|
-
// Navigation
|
|
220
|
-
breadcrumbs: map.get($c, 'n600'),
|
|
221
|
-
breadcrumbs_hover: map.get($c, 'b500'),
|
|
222
|
-
filters: map.get($c, 'n700'),
|
|
223
|
-
filters_selected: map.get($c, 'g700'),
|
|
224
|
-
filters_active: map.get($c, 'n700'),
|
|
225
|
-
filters_bg: map.get($c, 'n50'),
|
|
226
|
-
filters_selected_bg: map.get($c, 'g100'),
|
|
227
|
-
filters_hover_bg: map.get($c, 'n100'),
|
|
228
|
-
filters_active_bg: map.get($c, 'g300'),
|
|
229
|
-
filters_outline: map.get($c, 'n200'),
|
|
230
|
-
filters_selected_outline: map.get($c, 'g200'),
|
|
231
|
-
language-switcher_bg: map.get($c, 'n50'),
|
|
232
|
-
language-switcher_a: map.get($c, 'n900'),
|
|
233
|
-
language-switcher_a_selected: map.get($c, 'b700'),
|
|
234
|
-
language-switcher_a_hover: map.get($c, 'b800'),
|
|
235
|
-
more-menu: map.get($c, 'n700'),
|
|
236
|
-
more-menu_hover_button_bg: map.get($c, 'b100'),
|
|
237
|
-
more-menu_menu_bg: map.get($c, 'white'),
|
|
238
|
-
more-menu_menu_shadow: rgba(0 0 0 / 10%),
|
|
239
|
-
navigation-menu: map.get($c, 'n700'),
|
|
240
|
-
navigation-menu_active: map.get($c, 'b700'),
|
|
241
|
-
navigation-menu_bg: map.get($c, 'white'),
|
|
242
|
-
navigation-menu_link_bg: map.get($c, 'white'),
|
|
243
|
-
navigation-menu_link_hover_bg: map.get($c, 'n50'),
|
|
244
|
-
navigation-menu_link_active_bg: map.get($c, 'b100'),
|
|
245
|
-
navigation-menu_profile-picture_border: map.get($c, 'n700'),
|
|
246
|
-
share-links: map.get($c, 'n800'),
|
|
247
|
-
share-links_muted: map.get($c, 'n600'),
|
|
248
|
-
tabs: map.get($c, 'n700'),
|
|
249
|
-
tabs_selected: map.get($c, 'b700'),
|
|
250
|
-
tabs_bg: map.get($c, 'white'),
|
|
251
|
-
tabs_selected_bg: map.get($c, 'b100'),
|
|
252
|
-
tabs_border: map.get($c, 'n100'),
|
|
253
|
-
tags: map.get($c, 'b700'),
|
|
254
|
-
tags_light: map.get($c, 'p500'),
|
|
255
|
-
// Text
|
|
256
|
-
collapsible-section_bg: map.get($c, 'white'),
|
|
257
|
-
collapsible-section_border: map.get($c, 'n500'),
|
|
258
|
-
collapsible-section_icon: map.get($c, 'n900'),
|
|
259
|
-
collapsible-section_icon_hover: map.get($c, 'b100'),
|
|
260
|
-
collapsible-section_discrete-links_link_hover: map.get($c, 'b700'),
|
|
261
|
-
empty-state-box: map.get($c, 'n700'),
|
|
262
|
-
empty-state-box_error_border: map.get($c, 'error600'),
|
|
263
|
-
helper-text-box: map.get($c, 'n700'),
|
|
264
|
-
helper-text-box_bg: map.get($c, 'info50'),
|
|
265
|
-
helper-text-box_warning_bg: map.get($c, 'warning50'),
|
|
266
|
-
helper-text-box_error_bg: map.get($c, 'error50'),
|
|
267
|
-
helper-text-box_success_bg: map.get($c, 'success50'),
|
|
268
|
-
highlighted-text-box_bg: map.get($c, 'n50'),
|
|
269
|
-
highlighted-text-box_secondary_bg: map.get($c, 'y50'),
|
|
270
|
-
highlighted-text-box_tertiary_bg: map.get($c, 'error50'),
|
|
271
|
-
highlighted-text-box_subtle_bg: map.get($c, 'white'),
|
|
272
|
-
highlighted-text-box_bold_bg:
|
|
273
|
-
linear-gradient(135deg, map.get($c, 'b100'), map.get($c, 'g50')),
|
|
274
|
-
highlighted-text-box_subtle_gradient:
|
|
275
|
-
linear-gradient(rgba(255 255 255 / 0%), rgba(255 255 255 / 100%)),
|
|
276
|
-
highlighted-text-box_bold_icon: map.get($c, 'b500'),
|
|
277
|
-
highlighted-text-box_subtle_border: map.get($c, 'n100'),
|
|
278
|
-
highlighted-text-box_muted_bg: map.get($c, 'n40'),
|
|
279
|
-
highlighted-text-box_muted_icon: map.get($c, 'n600'),
|
|
280
|
-
page-heading_bg: linear-gradient(180deg, map.get($c, 'n50') 0%, rgb(240 245 255 / 0%) 100%),
|
|
281
|
-
page-heading_subtitle: map.get($c, 'n700'),
|
|
282
|
-
pill: map.get($c, 'n900'),
|
|
283
|
-
pill_highlighted: map.get($c, 'n700'),
|
|
284
|
-
pill_registered: map.get($c, 'g700'),
|
|
285
|
-
pill_bg: map.get($c, 'n200'),
|
|
286
|
-
pill_subtle_bg: map.get($c, 'white'),
|
|
287
|
-
pill_highlighted_bg: map.get($c, 'y300'),
|
|
288
|
-
pill_information_bg: map.get($c, 'g100'),
|
|
289
|
-
pill_registered_bg: map.get($c, 'g50'),
|
|
290
|
-
pill_subtle_border: map.get($c, 'n200'),
|
|
291
|
-
status-banner_bg: map.get($c, 'y50'),
|
|
292
|
-
status-banner_success_bg: map.get($c, 'success50'),
|
|
293
|
-
status-banner_success_icon: map.get($c, 'success600'),
|
|
294
|
-
status-banner_error_bg: map.get($c, 'error50'),
|
|
295
|
-
status-banner_error_icon: map.get($c, 'error600'),
|
|
296
|
-
// User
|
|
297
|
-
contributor: map.get($c, 'n700'),
|
|
298
|
-
contributor_bg: map.get($c, 'white'),
|
|
299
|
-
contributor_medium_bg: map.get($c, 'n200'),
|
|
300
|
-
contributor_border: map.get($c, 'white'),
|
|
301
|
-
contributor_inner-border: map.get($c, 'n200'),
|
|
302
|
-
contributor_label: map.get($c, 'n600'),
|
|
303
|
-
member_highlighted_name: map.get($c, 'p500'),
|
|
304
|
-
member_additional-content: map.get($c, 'n700'),
|
|
305
|
-
member_small: map.get($c, 'n700'),
|
|
306
|
-
|
|
307
|
-
profile-picture_img_bg: map.get($c, 'b50'),
|
|
308
|
-
// Pages
|
|
309
|
-
not-found_title: map.get($c, 'y300'),
|
|
310
|
-
not-found_subtitle: map.get($c, 'white'),
|
|
311
|
-
not-found_appended_bg: map.get($c, 'white')
|
|
312
|
-
);
|