@gainsight-hub/design-tokens 0.1.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/README.md +305 -0
- package/dist/applyTheme.d.ts +14 -0
- package/dist/applyTheme.js +66 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +3 -0
- package/dist/styles.css +457 -0
- package/dist/tailwind.preset.cjs +289 -0
- package/dist/tailwind.preset.mjs +289 -0
- package/dist/theme-manifest.json +212 -0
- package/dist/themes/antd.css +48 -0
- package/dist/themes/antd.css.d.ts +2 -0
- package/dist/themes/dark.css +47 -0
- package/dist/themes/dark.css.d.ts +2 -0
- package/dist/themes/legacy.css +165 -0
- package/dist/themes/legacy.css.d.ts +2 -0
- package/dist/themes/mui.css +48 -0
- package/dist/themes/mui.css.d.ts +2 -0
- package/dist/themes/spectrum.css +48 -0
- package/dist/themes/spectrum.css.d.ts +2 -0
- package/dist/themes.css +8 -0
- package/dist/token-catalog.json +5107 -0
- package/dist/tokens.d.ts +525 -0
- package/dist/tokens.js +371 -0
- package/dist/tokens.json +617 -0
- package/dist/tokens.scss +360 -0
- package/package.json +55 -0
package/dist/tokens.js
ADDED
|
@@ -0,0 +1,371 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not edit directly, this file was auto-generated.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
export const BorderWidth100 = "1px";
|
|
6
|
+
export const BorderWidth200 = "2px";
|
|
7
|
+
export const ColorBrand100 = "#E9F2FF";
|
|
8
|
+
export const ColorBrand200 = "#CCE0FF";
|
|
9
|
+
export const ColorBrand300 = "#85B8FF";
|
|
10
|
+
export const ColorBrand400 = "#579DFF";
|
|
11
|
+
export const ColorBrand500 = "#388BFF";
|
|
12
|
+
export const ColorBrand600 = "#1D7AFC";
|
|
13
|
+
export const ColorBrand700 = "#0C66E4";
|
|
14
|
+
export const ColorBrand800 = "#0055CC";
|
|
15
|
+
export const ColorBrand900 = "#09326C";
|
|
16
|
+
export const ColorBrand1000 = "#1C2B41";
|
|
17
|
+
export const ColorNeutral0 = "#FFFFFF";
|
|
18
|
+
export const ColorNeutral100 = "#FAFAFA";
|
|
19
|
+
export const ColorNeutral200 = "#F4F5F6";
|
|
20
|
+
export const ColorNeutral300 = "#DEDFE2";
|
|
21
|
+
export const ColorNeutral400 = "#B8BBC2";
|
|
22
|
+
export const ColorNeutral500 = "#8D919B";
|
|
23
|
+
export const ColorNeutral600 = "#7B808E";
|
|
24
|
+
export const ColorNeutral700 = "#696E7C";
|
|
25
|
+
export const ColorNeutral800 = "#4F5663";
|
|
26
|
+
export const ColorNeutral900 = "#3B4254";
|
|
27
|
+
export const ColorNeutral1000 = "#2B3346";
|
|
28
|
+
export const ColorNeutralA100 = "#2b33460a";
|
|
29
|
+
export const ColorNeutralA200 = "#2b334614";
|
|
30
|
+
export const ColorNeutralA300 = "#2b334629";
|
|
31
|
+
export const ColorNeutralA400 = "#2b334652";
|
|
32
|
+
export const ColorNeutralA500 = "#2b33467a";
|
|
33
|
+
export const ColorBlue100 = "#e9f2ff";
|
|
34
|
+
export const ColorBlue200 = "#cce0ff";
|
|
35
|
+
export const ColorBlue300 = "#85b8ff";
|
|
36
|
+
export const ColorBlue400 = "#579dff";
|
|
37
|
+
export const ColorBlue500 = "#388bff";
|
|
38
|
+
export const ColorBlue600 = "#1d7afc";
|
|
39
|
+
export const ColorBlue700 = "#0c66e4";
|
|
40
|
+
export const ColorBlue800 = "#0055cc";
|
|
41
|
+
export const ColorBlue900 = "#09326c";
|
|
42
|
+
export const ColorBlue1000 = "#1c2b41";
|
|
43
|
+
export const ColorGreen100 = "#dcffeb";
|
|
44
|
+
export const ColorGreen200 = "#baf3d2";
|
|
45
|
+
export const ColorGreen300 = "#7ee2a6";
|
|
46
|
+
export const ColorGreen400 = "#4bce7f";
|
|
47
|
+
export const ColorGreen500 = "#2abb62";
|
|
48
|
+
export const ColorGreen600 = "#22a052";
|
|
49
|
+
export const ColorGreen700 = "#1f8444";
|
|
50
|
+
export const ColorGreen800 = "#216e3d";
|
|
51
|
+
export const ColorGreen900 = "#164b29";
|
|
52
|
+
export const ColorGreen1000 = "#1c3324";
|
|
53
|
+
export const ColorRed100 = "#ffeceb";
|
|
54
|
+
export const ColorRed200 = "#ffd3d2";
|
|
55
|
+
export const ColorRed300 = "#fd9391";
|
|
56
|
+
export const ColorRed400 = "#f86a68";
|
|
57
|
+
export const ColorRed500 = "#f15050";
|
|
58
|
+
export const ColorRed600 = "#e23d3d";
|
|
59
|
+
export const ColorRed700 = "#c92c2f";
|
|
60
|
+
export const ColorRed800 = "#ae2426";
|
|
61
|
+
export const ColorRed900 = "#5d1a1c";
|
|
62
|
+
export const ColorRed1000 = "#421f21";
|
|
63
|
+
export const ColorYellow100 = "#fff7d6";
|
|
64
|
+
export const ColorYellow200 = "#f8e6a0";
|
|
65
|
+
export const ColorYellow300 = "#f5cd47";
|
|
66
|
+
export const ColorYellow400 = "#e2b203";
|
|
67
|
+
export const ColorYellow500 = "#cf9f02";
|
|
68
|
+
export const ColorYellow600 = "#b38600";
|
|
69
|
+
export const ColorYellow700 = "#946f00";
|
|
70
|
+
export const ColorYellow800 = "#7f5f01";
|
|
71
|
+
export const ColorYellow900 = "#533f04";
|
|
72
|
+
export const ColorYellow1000 = "#332e1b";
|
|
73
|
+
export const ColorActionPrimaryDefault = "#0C66E4"; // default color used for the most prominent call-to-action in the interface
|
|
74
|
+
export const ColorActionPrimaryHover = "#0055CC"; // color used when a primary action is hovered
|
|
75
|
+
export const ColorActionPrimaryPressed = "#09326C"; // color used when a primary action is actively pressed
|
|
76
|
+
export const ColorActionNeutralDefault = "#FFFFFF"; // color used for less prominent actions that support the primary action
|
|
77
|
+
export const ColorActionNeutralHover = "#FAFAFA"; // color used when a secondary action is hovered
|
|
78
|
+
export const ColorActionNeutralPressed = "#F4F5F6"; // color used when a secondary action is actively pressed
|
|
79
|
+
export const ColorActionDestructiveDefault = "#c92c2f"; // color used for actions that perform irreversible or potentially harmful operations
|
|
80
|
+
export const ColorActionDestructiveHover = "#ae2426"; // color used when a destructive action is hovered
|
|
81
|
+
export const ColorActionDestructivePressed = "#5d1a1c"; // color used when a destructive action is actively pressed
|
|
82
|
+
export const ColorSurfacePage = "#FAFAFA"; // application canvas background used behind all UI surfaces
|
|
83
|
+
export const ColorSurfaceDefault = "#FFFFFF"; // default container surface for standard UI sections (cards, panels, content areas)
|
|
84
|
+
export const ColorSurfaceMuted = "#F4F5F6"; // sub-surface used inside containers to visually group secondary areas (e.g., comment/reply bubbles)
|
|
85
|
+
export const ColorSurfaceDisabled = "#F4F5F6"; // background of disabled interactive elements such as inputs, buttons, or selection controls
|
|
86
|
+
export const ColorSurfaceOverlay = "#FFFFFF"; // elevated surface for overlays and floating layers (modals, dropdowns, popovers).
|
|
87
|
+
export const ColorSurfaceInverse = "#2B3346"; // color used for inverse surfaces such as tooltips and high-contrast floating UI
|
|
88
|
+
export const ColorContentDefault = "#2B3346"; // default color used for primary body text and high-emphasis content
|
|
89
|
+
export const ColorContentSubtle = "#4F5663"; // color used for secondary text such as helper text, metadata, or supporting information
|
|
90
|
+
export const ColorContentSubtlest = "#696E7C"; // color used for low-emphasis text such as placeholders or less important UI copy
|
|
91
|
+
export const ColorContentHeadingDefault = "#2B3346"; // default color used for section and component headings
|
|
92
|
+
export const ColorContentHeadingHero = "#FFFFFF"; // color used for prominent page-level headings displayed on hero or banner areas
|
|
93
|
+
export const ColorContentInverse = "#FFFFFF"; // color used for text displayed on high-contrast or brand-colored backgrounds
|
|
94
|
+
export const ColorContentDisabled = "#B8BBC2"; // color used for text on disabled elements or unavailable content
|
|
95
|
+
export const ColorLineDefault = "#DEDFE2"; // default border and divider color used for standard UI boundaries, separators, and component outlines
|
|
96
|
+
export const ColorLineDisabled = "#DEDFE2"; // border and divider color used for disabled components or non-interactive states where visual emphasis is reduced
|
|
97
|
+
export const ColorStatusSuccessBold = "#1f8444"; // high-emphasis color used to communicate successful outcomes or confirmations
|
|
98
|
+
export const ColorStatusInformationBold = "#0c66e4"; // high-emphasis color used to indicate errors or critical issues
|
|
99
|
+
export const ColorStatusDangerBold = "#c92c2f"; // high-emphasis color used for neutral informational messages
|
|
100
|
+
export const ColorCommunityAnswered = "#1f8444"; // color used to indicate that a question or thread has received an accepted answer
|
|
101
|
+
export const ColorCommunityUnanswered = "#696E7C"; // color used to indicate that a question or thread has not yet received a response
|
|
102
|
+
export const ColorCommunityHighlighted = "#0C66E4"; // color used to highlight content that is featured or editorially promoted
|
|
103
|
+
export const ColorCommunityPinned = "#0C66E4"; // color used to indicate content that is pinned and prioritized in listings
|
|
104
|
+
export const ColorLinkDefault = "#0C66E4"; // default color used for interactive text links
|
|
105
|
+
export const ColorLinkHover = "#0055CC"; // color used for interactive text links on hover
|
|
106
|
+
export const ColorFocusRing = "#388bff"; // default color used for focus rings on interactive elements
|
|
107
|
+
export const ColorOverlayBackdrop = "#2b33467a"; // semi-transparent color displayed behind modals to obscure background content
|
|
108
|
+
export const ColorOverlayInteractiveHover = "#2b33460a"; // overlay color applied to interactive elements to indicate a hover state
|
|
109
|
+
export const ColorOverlayInteractivePressed = "#2b334614"; // overlay color applied to interactive elements to indicate an active or pressed state
|
|
110
|
+
export const ColorSkeletonDefault = "#F4F5F6"; // base color used for loading placeholders while content is being fetched
|
|
111
|
+
export const ColorSkeletonSubtle = "#2b33460a"; // highlight color used in animated skeleton states to simulate loading progress
|
|
112
|
+
export const FontFamilySans = "Roboto";
|
|
113
|
+
export const FontFamilyMono = "Roboto Mono";
|
|
114
|
+
export const FontWeightRegular = 400;
|
|
115
|
+
export const FontWeightMedium = 500;
|
|
116
|
+
export const FontWeightBold = 700;
|
|
117
|
+
export const FontSize100 = "0.75rem";
|
|
118
|
+
export const FontSize200 = "0.875rem";
|
|
119
|
+
export const FontSize300 = "1rem";
|
|
120
|
+
export const FontSize400 = "1.25rem";
|
|
121
|
+
export const FontSize500 = "1.5rem";
|
|
122
|
+
export const FontSize600 = "1.75rem";
|
|
123
|
+
export const FontSize700 = "2rem";
|
|
124
|
+
export const LineHeightRatioTight = 1.25;
|
|
125
|
+
export const LineHeightRatioRelaxed = 1.5;
|
|
126
|
+
export const LineHeightGrid100 = "1rem";
|
|
127
|
+
export const LineHeightGrid200 = "1.25rem";
|
|
128
|
+
export const LineHeightGrid300 = "1.5rem";
|
|
129
|
+
export const LineHeightGrid400 = "1.75rem";
|
|
130
|
+
export const LineHeightGrid500 = "2rem";
|
|
131
|
+
export const LineHeightGrid600 = "2.25rem";
|
|
132
|
+
export const LineHeightGrid700 = "2.5rem";
|
|
133
|
+
export const Radius100 = "8px";
|
|
134
|
+
export const Radius150 = "12px";
|
|
135
|
+
export const Radius200 = "16px";
|
|
136
|
+
export const Radius025 = "2px";
|
|
137
|
+
export const Radius050 = "4px";
|
|
138
|
+
export const RadiusFull = "9999px";
|
|
139
|
+
export const Shadow100 =
|
|
140
|
+
"0px 2px 4px -2px rgba(0, 0, 0, 0.1), 0px 4px 6px -1px rgba(0, 0, 0, 0.1)";
|
|
141
|
+
export const Shadow200 =
|
|
142
|
+
"0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1)";
|
|
143
|
+
export const Shadow300 =
|
|
144
|
+
"0px 8px 10px -6px rgba(0, 0, 0, 0.1), 0px 20px 25px -5px rgba(0, 0, 0, 0.1)";
|
|
145
|
+
export const Space0 = "0px";
|
|
146
|
+
export const Space100 = "8px";
|
|
147
|
+
export const Space125 = "12px";
|
|
148
|
+
export const Space200 = "16px";
|
|
149
|
+
export const Space250 = "20px";
|
|
150
|
+
export const Space300 = "24px";
|
|
151
|
+
export const Space400 = "32px";
|
|
152
|
+
export const Space500 = "40px";
|
|
153
|
+
export const Space600 = "48px";
|
|
154
|
+
export const Space800 = "64px";
|
|
155
|
+
export const Space1000 = "80px";
|
|
156
|
+
export const Space025 = "2px";
|
|
157
|
+
export const Space050 = "4px";
|
|
158
|
+
export const Space075 = "6px";
|
|
159
|
+
export const SpaceLayoutGutter = "12px"; // space used as the default gap between columns or layout elements
|
|
160
|
+
export const Elevation1 =
|
|
161
|
+
"0px 2px 4px -2px rgba(0, 0, 0, 0.1), 0px 4px 6px -1px rgba(0, 0, 0, 0.1)"; // low elevation used for raised surfaces above the base layout
|
|
162
|
+
export const Elevation2 =
|
|
163
|
+
"0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1)"; // medium elevation used for floating surfaces above regular content
|
|
164
|
+
export const Elevation3 =
|
|
165
|
+
"0px 8px 10px -6px rgba(0, 0, 0, 0.1), 0px 20px 25px -5px rgba(0, 0, 0, 0.1)"; // high elevation used for top-level surfaces above other floating elements
|
|
166
|
+
export const TextHeroFontFamily = "Roboto";
|
|
167
|
+
export const TextHeroFontWeight = 700;
|
|
168
|
+
export const TextHeroFontSize = "2rem";
|
|
169
|
+
export const TextHeroLineHeight = 1.25;
|
|
170
|
+
export const TextHeadingSmallFontFamily = "Roboto";
|
|
171
|
+
export const TextHeadingSmallFontWeight = 500;
|
|
172
|
+
export const TextHeadingSmallFontSize = "1.25rem";
|
|
173
|
+
export const TextHeadingSmallLineHeight = 1.25;
|
|
174
|
+
export const TextHeadingMediumFontFamily = "Roboto";
|
|
175
|
+
export const TextHeadingMediumFontWeight = 500;
|
|
176
|
+
export const TextHeadingMediumFontSize = "1.5rem";
|
|
177
|
+
export const TextHeadingMediumLineHeight = 1.25;
|
|
178
|
+
export const TextHeadingLargeFontFamily = "Roboto";
|
|
179
|
+
export const TextHeadingLargeFontWeight = 700;
|
|
180
|
+
export const TextHeadingLargeFontSize = "1.75rem";
|
|
181
|
+
export const TextHeadingLargeLineHeight = 1.25;
|
|
182
|
+
export const TextHeadingXlargeFontFamily = "Roboto";
|
|
183
|
+
export const TextHeadingXlargeFontWeight = 700;
|
|
184
|
+
export const TextHeadingXlargeFontSize = "2rem";
|
|
185
|
+
export const TextHeadingXlargeLineHeight = 1.25;
|
|
186
|
+
export const TextBodySmallFontFamily = "Roboto";
|
|
187
|
+
export const TextBodySmallFontWeight = 400;
|
|
188
|
+
export const TextBodySmallFontSize = "0.875rem";
|
|
189
|
+
export const TextBodySmallLineHeight = 1.5;
|
|
190
|
+
export const TextBodyMediumFontFamily = "Roboto";
|
|
191
|
+
export const TextBodyMediumFontWeight = 400;
|
|
192
|
+
export const TextBodyMediumFontSize = "1rem";
|
|
193
|
+
export const TextBodyMediumLineHeight = 1.5;
|
|
194
|
+
export const TextBodyLargeFontFamily = "Roboto";
|
|
195
|
+
export const TextBodyLargeFontWeight = 400;
|
|
196
|
+
export const TextBodyLargeFontSize = "1.25rem";
|
|
197
|
+
export const TextBodyLargeLineHeight = 1.5;
|
|
198
|
+
export const TextNavigationFontFamily = "Roboto";
|
|
199
|
+
export const TextNavigationFontWeight = 400;
|
|
200
|
+
export const TextNavigationFontSize = "0.875rem";
|
|
201
|
+
export const TextNavigationLineHeight = "1.25rem";
|
|
202
|
+
export const TextMenuFontFamily = "Roboto";
|
|
203
|
+
export const TextMenuFontWeight = 400;
|
|
204
|
+
export const TextMenuFontSize = "0.875rem";
|
|
205
|
+
export const TextMenuLineHeight = "1.25rem";
|
|
206
|
+
export const TextButtonFontFamily = "Roboto";
|
|
207
|
+
export const TextButtonFontWeight = 500;
|
|
208
|
+
export const TextButtonFontSize = "0.875rem";
|
|
209
|
+
export const TextButtonLineHeight = "1.25rem";
|
|
210
|
+
export const TextLabelSmallFontFamily = "Roboto";
|
|
211
|
+
export const TextLabelSmallFontWeight = 500;
|
|
212
|
+
export const TextLabelSmallFontSize = "0.875rem";
|
|
213
|
+
export const TextLabelSmallLineHeight = "1.25rem";
|
|
214
|
+
export const TextLabelMediumFontFamily = "Roboto";
|
|
215
|
+
export const TextLabelMediumFontWeight = 500;
|
|
216
|
+
export const TextLabelMediumFontSize = "1rem";
|
|
217
|
+
export const TextLabelMediumLineHeight = "1.5rem";
|
|
218
|
+
export const TextCaptionFontFamily = "Roboto";
|
|
219
|
+
export const TextCaptionFontWeight = 400;
|
|
220
|
+
export const TextCaptionFontSize = "0.75rem";
|
|
221
|
+
export const TextCaptionLineHeight = "1rem";
|
|
222
|
+
export const TextCodeFontFamily = "Roboto Mono";
|
|
223
|
+
export const TextCodeFontWeight = 400;
|
|
224
|
+
export const TextCodeFontSize = "1rem";
|
|
225
|
+
export const TextCodeLineHeight = 1.5;
|
|
226
|
+
export const BacktotopBackground = "#2B3346"; // Back-to-top button background.
|
|
227
|
+
export const BacktotopContent = "#FFFFFF"; // Back-to-top button icon/content color.
|
|
228
|
+
export const ButtonRadius = "8px"; // Border radius used for all button variants.
|
|
229
|
+
export const ButtonBorderWidth = "1px"; // Border width used for all button variants.
|
|
230
|
+
export const ButtonFontWeight = 500; // Font weight used for button labels across all variants.
|
|
231
|
+
export const ButtonTextTransform = "none"; // Text transform applied to button labels (e.g., none/uppercase).
|
|
232
|
+
export const ButtonPrimaryBackgroundDefault = "#0C66E4"; // Primary button background in default state.
|
|
233
|
+
export const ButtonPrimaryBackgroundHover = "#0055CC"; // Primary button background on hover.
|
|
234
|
+
export const ButtonPrimaryBackgroundPressed = "#09326C"; // Primary button background on press.
|
|
235
|
+
export const ButtonPrimaryContentDefault = "#FFFFFF"; // Primary button label/icon color in default state.
|
|
236
|
+
export const ButtonPrimaryContentHover = "#FFFFFF"; // Primary button label/icon color on hover.
|
|
237
|
+
export const ButtonPrimaryContentPressed = "#FFFFFF"; // Primary button label/icon color on press.
|
|
238
|
+
export const ButtonPrimaryBorderDefault = "#00000000"; // Primary button border color in default state (no visible border).
|
|
239
|
+
export const ButtonPrimaryBorderHover = "#00000000"; // Primary button border color on hover (no visible border).
|
|
240
|
+
export const ButtonPrimaryBorderPressed = "#00000000"; // Primary button border color on press (no visible border).
|
|
241
|
+
export const ButtonPrimaryShadow = "none"; // Primary button shadow (none).
|
|
242
|
+
export const ButtonSecondaryBackgroundDefault = "#FFFFFF"; // Secondary button background in default state.
|
|
243
|
+
export const ButtonSecondaryBackgroundHover = "#FAFAFA"; // Secondary button background on hover.
|
|
244
|
+
export const ButtonSecondaryBackgroundPressed = "#F4F5F6"; // Secondary button background on press.
|
|
245
|
+
export const ButtonSecondaryContentDefault = "#2B3346"; // Secondary button label/icon color in default state.
|
|
246
|
+
export const ButtonSecondaryContentHover = "#2B3346"; // Secondary button label/icon color on hover.
|
|
247
|
+
export const ButtonSecondaryContentPressed = "#2B3346"; // Secondary button label/icon color on press.
|
|
248
|
+
export const ButtonSecondaryBorderDefault = "#DEDFE2"; // Secondary button border color in default state.
|
|
249
|
+
export const ButtonSecondaryBorderHover = "#DEDFE2"; // Secondary button border color on hover.
|
|
250
|
+
export const ButtonSecondaryBorderPressed = "#DEDFE2"; // Secondary button border color on press.
|
|
251
|
+
export const ButtonSecondaryShadow = "none"; // Secondary button shadow (none).
|
|
252
|
+
export const ButtonDestructiveBackgroundDefault = "#c92c2f"; // Destructive button background in default state.
|
|
253
|
+
export const ButtonDestructiveBackgroundHover = "#ae2426"; // Destructive button background on hover.
|
|
254
|
+
export const ButtonDestructiveBackgroundPressed = "#5d1a1c"; // Destructive button background on press.
|
|
255
|
+
export const ButtonDestructiveContentDefault = "#FFFFFF"; // Destructive button label/icon color in default state.
|
|
256
|
+
export const ButtonDestructiveContentHover = "#FFFFFF"; // Destructive button label/icon color on hover.
|
|
257
|
+
export const ButtonDestructiveContentPressed = "#FFFFFF"; // Destructive button label/icon color on press.
|
|
258
|
+
export const ButtonDestructiveBorderDefault = "#00000000"; // Destructive button border color in default state (no visible border).
|
|
259
|
+
export const ButtonDestructiveBorderHover = "#00000000"; // Destructive button border color on hover (no visible border).
|
|
260
|
+
export const ButtonDestructiveBorderPressed = "#00000000"; // Destructive button border color on press (no visible border).
|
|
261
|
+
export const ButtonDestructiveShadow = "none"; // Destructive button shadow (none).
|
|
262
|
+
export const ButtonVoteBackgroundDefault = "#FFFFFF"; // Vote button background in default state.
|
|
263
|
+
export const ButtonVoteBackgroundHover = "#FAFAFA"; // Vote button background on hover.
|
|
264
|
+
export const ButtonVoteBackgroundPressed = "#F4F5F6"; // Vote button background on press.
|
|
265
|
+
export const ButtonVoteContentDefault = "#2B3346"; // Vote button content color in default state.
|
|
266
|
+
export const ButtonVoteContentHover = "#2B3346"; // Vote button content color on hover.
|
|
267
|
+
export const ButtonVoteContentPressed = "#2B3346"; // Vote button content color on press.
|
|
268
|
+
export const ButtonVoteBorderDefault = "#DEDFE2"; // Vote button border color in default state.
|
|
269
|
+
export const ButtonVoteBorderHover = "#DEDFE2"; // Vote button border color on hover.
|
|
270
|
+
export const ButtonVoteBorderPressed = "#DEDFE2"; // Vote button border color on press.
|
|
271
|
+
export const ButtonVoteShadowDefault = "none"; // Vote button shadow in default state (none).
|
|
272
|
+
export const ButtonVoteShadowHover = "none"; // Vote button shadow on hover (none).
|
|
273
|
+
export const ButtonVoteShadowPressed = "none"; // Vote button shadow on press (none).
|
|
274
|
+
export const ButtonVoteSelectedBackgroundDefault = "#0C66E4"; // Vote button background when selected (default).
|
|
275
|
+
export const ButtonVoteSelectedBackgroundHover = "#0055CC"; // Vote button background when selected (hovered).
|
|
276
|
+
export const ButtonVoteSelectedBackgroundPressed = "#09326C"; // Vote button background when selected (pressed).
|
|
277
|
+
export const ButtonVoteSelectedContentDefault = "#FFFFFF"; // Vote button content color when selected (default).
|
|
278
|
+
export const ButtonVoteSelectedContentHover = "#FFFFFF"; // Vote button content color when selected (hovered).
|
|
279
|
+
export const ButtonVoteSelectedContentPressed = "#FFFFFF"; // Vote button content color when selected (pressed).
|
|
280
|
+
export const ButtonVoteSelectedBorderDefault = "#00000000"; // Vote button border when selected (default) (no visible border).
|
|
281
|
+
export const ButtonVoteSelectedBorderHover = "#00000000"; // Vote button border when selected (hovered) (no visible border).
|
|
282
|
+
export const ButtonVoteSelectedBorderPressed = "#00000000"; // Vote button border when selected (pressed) (no visible border).
|
|
283
|
+
export const ButtonVoteSelectedShadowDefault = "none"; // Vote button shadow when selected (default) (none).
|
|
284
|
+
export const ButtonVoteSelectedShadowHover = "none"; // Vote button shadow when selected (hovered) (none).
|
|
285
|
+
export const ButtonVoteSelectedShadowPressed = "none"; // Vote button shadow when selected (pressed) (none).
|
|
286
|
+
export const CardRadius = "8px"; // Border radius used for cards.
|
|
287
|
+
export const CardBorderWidth = "1px"; // Border width used for cards.
|
|
288
|
+
export const CardBorderDefault = "#DEDFE2"; // Card border color in default state.
|
|
289
|
+
export const CardBorderHover = "#DEDFE2"; // Card border color on hover.
|
|
290
|
+
export const CardBorderPressed = "#DEDFE2"; // Card border color on press.
|
|
291
|
+
export const CardBackgroundDefault = "#FFFFFF"; // Card background in default state.
|
|
292
|
+
export const CardBackgroundHover = "#FFFFFF"; // Card background on hover.
|
|
293
|
+
export const CardBackgroundPressed = "#FFFFFF"; // Card background on press.
|
|
294
|
+
export const CardTitleDefault = "#2B3346"; // Card title color in default state.
|
|
295
|
+
export const CardTitleHover = "#0C66E4"; // Card title color on hover (link styling).
|
|
296
|
+
export const CardTitlePressed = "#2B3346"; // Card title color on press.
|
|
297
|
+
export const CardContentDefault = "#2B3346"; // Card body/content color in default state.
|
|
298
|
+
export const CardContentHover = "#2B3346"; // Card body/content color on hover.
|
|
299
|
+
export const CardContentPressed = "#0055CC"; // Card body/content color on press (link hovered styling).
|
|
300
|
+
export const CardShadowDefault = "none"; // Card shadow in default state (none).
|
|
301
|
+
export const CardShadowHover =
|
|
302
|
+
"0px 2px 4px -2px rgba(0, 0, 0, 0.1), 0px 4px 6px -1px rgba(0, 0, 0, 0.1)"; // Card shadow on hover.
|
|
303
|
+
export const CardShadowPressed =
|
|
304
|
+
"0px 2px 4px -2px rgba(0, 0, 0, 0.1), 0px 4px 6px -1px rgba(0, 0, 0, 0.1)"; // Card shadow on press.
|
|
305
|
+
export const FeedContainerRadius = "8px"; // Border radius used for the feed container.
|
|
306
|
+
export const FeedContainerBorderWidth = "1px"; // Border width used for the feed container.
|
|
307
|
+
export const FeedContainerBorderColor = "#DEDFE2"; // Feed container border color.
|
|
308
|
+
export const FeedContainerBackground = "#FFFFFF"; // Feed container background.
|
|
309
|
+
export const FeedContainerShadow = "none"; // Feed container shadow (none).
|
|
310
|
+
export const FeedItemRadius = "8px"; // Border radius used for feed items.
|
|
311
|
+
export const FeedItemBorderWidth = "1px"; // Border width used for feed items.
|
|
312
|
+
export const FeedItemBorderDefault = "#DEDFE2"; // Feed item border color in default state.
|
|
313
|
+
export const FeedItemBorderHover = "#DEDFE2"; // Feed item border color on hover.
|
|
314
|
+
export const FeedItemBorderPressed = "#DEDFE2"; // Feed item border color on press.
|
|
315
|
+
export const FeedItemBackgroundDefault = "#FFFFFF"; // Feed item background in default state.
|
|
316
|
+
export const FeedItemBackgroundHover = "#FFFFFF"; // Feed item background on hover.
|
|
317
|
+
export const FeedItemBackgroundPressed = "#FFFFFF"; // Feed item background on press.
|
|
318
|
+
export const FeedItemTitleDefault = "#2B3346"; // Feed item title color in default state.
|
|
319
|
+
export const FeedItemTitleHover = "#0C66E4"; // Feed item title color on hover (link styling).
|
|
320
|
+
export const FeedItemTitlePressed = "#0055CC"; // Feed item title color on press (link hovered styling).
|
|
321
|
+
export const FeedItemContentDefault = "#2B3346"; // Feed item content color in default state.
|
|
322
|
+
export const FeedItemContentHover = "#2B3346"; // Feed item content color on hover.
|
|
323
|
+
export const FeedItemContentPressed = "#0055CC"; // Feed item content color on press (link hovered styling).
|
|
324
|
+
export const FeedItemShadowDefault = "none"; // Feed item shadow in default state (none).
|
|
325
|
+
export const FeedItemShadowHover =
|
|
326
|
+
"0px 2px 4px -2px rgba(0, 0, 0, 0.1), 0px 4px 6px -1px rgba(0, 0, 0, 0.1)"; // Feed item shadow on hover.
|
|
327
|
+
export const FeedItemShadowPressed =
|
|
328
|
+
"0px 2px 4px -2px rgba(0, 0, 0, 0.1), 0px 4px 6px -1px rgba(0, 0, 0, 0.1)"; // Feed item shadow on press.
|
|
329
|
+
export const NavigationBackground = "#FFFFFF"; // Navigation bar background.
|
|
330
|
+
export const NavigationContent = "#2B3346"; // Navigation bar content color (text/icons).
|
|
331
|
+
export const NavigationDropdownBackground = "#FFFFFF"; // Navigation dropdown background.
|
|
332
|
+
export const NavigationDropdownContent = "#2B3346"; // Navigation dropdown content color.
|
|
333
|
+
export const NavigationBorderTop = "#00000000"; // Top border of navigation (transparent).
|
|
334
|
+
export const NavigationBorderBottom = "#DEDFE2"; // Bottom border of navigation.
|
|
335
|
+
export const WidgetTitle = "#2B3346"; // Default widget title color.
|
|
336
|
+
export const WidgetSubtitle = "#2B3346"; // Default widget subtitle color.
|
|
337
|
+
export const WidgetBackground = "#FAFAFA"; // Default widget background.
|
|
338
|
+
export const WidgetShadow = "none"; // Default widget shadow (none).
|
|
339
|
+
export const WidgetHeroTitle = "#FFFFFF"; // Hero widget title color.
|
|
340
|
+
export const WidgetHeroSubtitle = "#FFFFFF"; // Hero widget subtitle color.
|
|
341
|
+
export const WidgetHeroContentShadow = "none"; // Hero widget content shadow (none; handled by image/overlay as needed).
|
|
342
|
+
export const WidgetHeroBackground = "uploaded image"; // Background of the hero section.
|
|
343
|
+
export const WidgetHeroHeight = "240px"; // Height of the hero section.
|
|
344
|
+
export const WidgetFeaturedBackground = "#0c66e4"; // Featured topic widget background.
|
|
345
|
+
export const WidgetFeaturedContent = "#FFFFFF"; // Featured topic widget content color.
|
|
346
|
+
export const WidgetIntroductionBackground = "#FFFFFF"; // Introduction widget background.
|
|
347
|
+
export const WidgetIntroductionContent = "#2B3346"; // Introduction widget body/content color.
|
|
348
|
+
export const WidgetIntroductionIconBackground = "#1f8444"; // Introduction widget icon container background.
|
|
349
|
+
export const WidgetIntroductionIconContent = "#FFFFFF"; // Introduction widget icon color.
|
|
350
|
+
export const WidgetIntroductionCloseContent = "#696E7C"; // Introduction widget close button color.
|
|
351
|
+
export const ThemeBrand100 = "#E9F2FF";
|
|
352
|
+
export const ThemeBrand200 = "#CCE0FF";
|
|
353
|
+
export const ThemeBrand300 = "#85B8FF";
|
|
354
|
+
export const ThemeBrand400 = "#579DFF";
|
|
355
|
+
export const ThemeBrand500 = "#388BFF";
|
|
356
|
+
export const ThemeBrand600 = "#1D7AFC";
|
|
357
|
+
export const ThemeBrand700 = "#0C66E4";
|
|
358
|
+
export const ThemeBrand800 = "#0055CC";
|
|
359
|
+
export const ThemeBrand900 = "#09326C";
|
|
360
|
+
export const ThemeBrand1000 = "#1C2B41";
|
|
361
|
+
export const ThemeNeutral0 = "#FFFFFF";
|
|
362
|
+
export const ThemeNeutral100 = "#FAFAFA";
|
|
363
|
+
export const ThemeNeutral200 = "#F4F5F6";
|
|
364
|
+
export const ThemeNeutral300 = "#DEDFE2";
|
|
365
|
+
export const ThemeNeutral400 = "#B8BBC2";
|
|
366
|
+
export const ThemeNeutral500 = "#8D919B";
|
|
367
|
+
export const ThemeNeutral600 = "#7B808E";
|
|
368
|
+
export const ThemeNeutral700 = "#696E7C";
|
|
369
|
+
export const ThemeNeutral800 = "#4F5663";
|
|
370
|
+
export const ThemeNeutral900 = "#3B4254";
|
|
371
|
+
export const ThemeNeutral1000 = "#2B3346";
|