prism-design 2.13.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/CHANGELOG.md +292 -0
- package/LICENSE +21 -0
- package/README.md +203 -0
- package/bin/clone-architect.mjs +476 -0
- package/bin/prism.mjs +467 -0
- package/catalog/index.json +1155 -0
- package/extractions/airbnb.com/DESIGN.md +1068 -0
- package/extractions/airbnb.com/tokens.json +507 -0
- package/extractions/attio.com/DESIGN.md +1295 -0
- package/extractions/attio.com/tokens.json +438 -0
- package/extractions/auroxdashboard.com/DESIGN.md +724 -0
- package/extractions/auroxdashboard.com/tokens.json +195 -0
- package/extractions/careerexplorer.com/DESIGN.md +1178 -0
- package/extractions/careerexplorer.com/tokens.json +141 -0
- package/extractions/chance.co/DESIGN.md +1209 -0
- package/extractions/chance.co/tokens.json +160 -0
- package/extractions/choisis-ton-avenir.com/DESIGN.md +1265 -0
- package/extractions/choisis-ton-avenir.com/tokens.json +227 -0
- package/extractions/example.com/DESIGN.md +436 -0
- package/extractions/example.com/tokens.json +91 -0
- package/extractions/getdesign.md/DESIGN.md +1009 -0
- package/extractions/getdesign.md/tokens.json +219 -0
- package/extractions/github.com/DESIGN.md +1130 -0
- package/extractions/github.com/tokens.json +2092 -0
- package/extractions/hello-charly.com/DESIGN.md +1146 -0
- package/extractions/hello-charly.com/tokens.json +322 -0
- package/extractions/hyperliquid.xyz/DESIGN.md +779 -0
- package/extractions/hyperliquid.xyz/tokens.json +598 -0
- package/extractions/instagram.com/DESIGN.md +996 -0
- package/extractions/instagram.com/tokens.json +1240 -0
- package/extractions/jobirl.com/DESIGN.md +1160 -0
- package/extractions/jobirl.com/tokens.json +139 -0
- package/extractions/life360.com/DESIGN.md +1133 -0
- package/extractions/life360.com/tokens.json +491 -0
- package/extractions/lifesum.com/DESIGN.md +965 -0
- package/extractions/lifesum.com/tokens.json +170 -0
- package/extractions/linear.app/DESIGN.md +1301 -0
- package/extractions/linear.app/tokens.json +732 -0
- package/extractions/mavoie.org/DESIGN.md +1148 -0
- package/extractions/mavoie.org/tokens.json +128 -0
- package/extractions/miro.com/DESIGN.md +1237 -0
- package/extractions/miro.com/tokens.json +401 -0
- package/extractions/notion.so/DESIGN.md +1319 -0
- package/extractions/notion.so/tokens.json +906 -0
- package/extractions/onetonline.org/DESIGN.md +909 -0
- package/extractions/onetonline.org/tokens.json +280 -0
- package/extractions/posthog.com/DESIGN.md +1024 -0
- package/extractions/posthog.com/tokens.json +197 -0
- package/extractions/revolut.com/DESIGN.md +1080 -0
- package/extractions/revolut.com/tokens.json +401 -0
- package/extractions/stripe.com/DESIGN.md +1272 -0
- package/extractions/stripe.com/tokens.json +794 -0
- package/extractions/switchcollective.com/DESIGN.md +1040 -0
- package/extractions/switchcollective.com/tokens.json +98 -0
- package/extractions/truity.com/DESIGN.md +970 -0
- package/extractions/truity.com/tokens.json +166 -0
- package/extractions/uniquekicks.be/DESIGN.md +1171 -0
- package/extractions/uniquekicks.be/tokens.json +237 -0
- package/package.json +122 -0
- package/scripts/analyze.ts +281 -0
- package/scripts/bank-register.ts +379 -0
- package/scripts/bank.ts +374 -0
- package/scripts/browser-stealth.ts +189 -0
- package/scripts/clone.ts +198 -0
- package/scripts/compare-vs-gd-final.ts +273 -0
- package/scripts/compare-vs-gd.ts +269 -0
- package/scripts/compare.ts +405 -0
- package/scripts/deploy-site.ts +181 -0
- package/scripts/diff-snapshots.ts +340 -0
- package/scripts/enrich-catalog.ts +212 -0
- package/scripts/extract.ts +2038 -0
- package/scripts/extractors/advanced.ts +524 -0
- package/scripts/extractors/widgets.ts +711 -0
- package/scripts/generate-design-md.ts +5775 -0
- package/scripts/generate-final-pdf.ts +274 -0
- package/scripts/generate-og-image.ts +87 -0
- package/scripts/generate-showcase.ts +1588 -0
- package/scripts/generate-site.ts +847 -0
- package/scripts/mass-extract.sh +91 -0
- package/scripts/post-process-all.sh +55 -0
- package/scripts/regen-catalog.ts +203 -0
- package/scripts/shared/cache.ts +149 -0
- package/scripts/shared/css-helpers.ts +263 -0
- package/scripts/shared/logger.ts +57 -0
- package/scripts/shared/named-colors.ts +355 -0
- package/scripts/shared/types.ts +220 -0
- package/scripts/sync-catalog.ts +105 -0
- package/scripts/tokenize.ts +988 -0
- package/templates/layout-template.md +52 -0
- package/templates/tokens-template.json +34 -0
|
@@ -0,0 +1,1240 @@
|
|
|
1
|
+
{
|
|
2
|
+
"meta": {
|
|
3
|
+
"source": "https://www.instagram.com/p/DY936iSjPPd/",
|
|
4
|
+
"domain": "instagram.com",
|
|
5
|
+
"extractedAt": "2026-05-31T05:50:44.714Z",
|
|
6
|
+
"tokenizedAt": "2026-05-31T05:50:50.256Z"
|
|
7
|
+
},
|
|
8
|
+
"colors": {
|
|
9
|
+
"background": {
|
|
10
|
+
"primary": "rgb(255, 255, 255)",
|
|
11
|
+
"secondary": "rgb(243, 245, 247)",
|
|
12
|
+
"tertiary": "rgb(239, 239, 239)"
|
|
13
|
+
},
|
|
14
|
+
"text": {
|
|
15
|
+
"primary": "rgb(0, 0, 0)",
|
|
16
|
+
"secondary": "rgb(38, 38, 38)",
|
|
17
|
+
"muted": "#8E8E8E"
|
|
18
|
+
},
|
|
19
|
+
"accent": {
|
|
20
|
+
"primary": "rgb(65, 80, 247)",
|
|
21
|
+
"secondary": "rgb(74, 93, 249)"
|
|
22
|
+
},
|
|
23
|
+
"border": "rgba(43, 48, 54, 0.8)",
|
|
24
|
+
"shadow": "rgba(0,0,0,0.1)",
|
|
25
|
+
"semantic": {
|
|
26
|
+
"success": "#31A24C"
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
"typography": {
|
|
30
|
+
"fontFamily": {
|
|
31
|
+
"primary": "Roboto",
|
|
32
|
+
"secondary": "-apple-system",
|
|
33
|
+
"mono": "monospace"
|
|
34
|
+
},
|
|
35
|
+
"fontSize": {
|
|
36
|
+
"xs": "12px",
|
|
37
|
+
"sm": "13px",
|
|
38
|
+
"base": "14px",
|
|
39
|
+
"lg": "24px",
|
|
40
|
+
"xl": "26px",
|
|
41
|
+
"2xl": "28px",
|
|
42
|
+
"3xl": "32px",
|
|
43
|
+
"4xl": "42px"
|
|
44
|
+
},
|
|
45
|
+
"fontWeight": {
|
|
46
|
+
"normal": "400",
|
|
47
|
+
"medium": "500",
|
|
48
|
+
"semibold": "600",
|
|
49
|
+
"bold": "600"
|
|
50
|
+
},
|
|
51
|
+
"lineHeight": {
|
|
52
|
+
"tight": "1.25",
|
|
53
|
+
"normal": "1.29",
|
|
54
|
+
"relaxed": "1.75"
|
|
55
|
+
},
|
|
56
|
+
"letterSpacing": {
|
|
57
|
+
"tight": "-0.025em",
|
|
58
|
+
"normal": "0em",
|
|
59
|
+
"wide": "0.025em"
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
"spacing": {
|
|
63
|
+
"xxs": "2px",
|
|
64
|
+
"xs": "8px",
|
|
65
|
+
"sm": "16px",
|
|
66
|
+
"md": "12px",
|
|
67
|
+
"base": "16px",
|
|
68
|
+
"lg": "24px",
|
|
69
|
+
"xl": "32px",
|
|
70
|
+
"2xl": "48px",
|
|
71
|
+
"3xl": "64px"
|
|
72
|
+
},
|
|
73
|
+
"borderRadius": {
|
|
74
|
+
"none": "0px",
|
|
75
|
+
"xs": "2px",
|
|
76
|
+
"sm": "8px",
|
|
77
|
+
"md": "12px",
|
|
78
|
+
"lg": "20px",
|
|
79
|
+
"xl": "32px",
|
|
80
|
+
"full": "9999px"
|
|
81
|
+
},
|
|
82
|
+
"shadows": {},
|
|
83
|
+
"transitions": {
|
|
84
|
+
"transition-1": "all",
|
|
85
|
+
"transition-2": "height 0.2s ease-in-out",
|
|
86
|
+
"transition-3": "opacity 0.1s ease-out",
|
|
87
|
+
"transition-4": "transform 0.15s ease-out",
|
|
88
|
+
"transition-5": "0.2s ease-in-out"
|
|
89
|
+
},
|
|
90
|
+
"layout": {
|
|
91
|
+
"maxWidth": "935px",
|
|
92
|
+
"headerHeight": "64px",
|
|
93
|
+
"sidebarWidth": "0px",
|
|
94
|
+
"gap": "normal",
|
|
95
|
+
"containerPadding": "0px"
|
|
96
|
+
},
|
|
97
|
+
"cssCustomProperties": {
|
|
98
|
+
"--xiessm1": "8px",
|
|
99
|
+
"--input-background-error-active": "",
|
|
100
|
+
"--x1pbyom4": "5px",
|
|
101
|
+
"--always-gray-40": "#65676B",
|
|
102
|
+
"--ig-toggle-outline-prism": "219, 223, 228",
|
|
103
|
+
"--system-26-font-size": "26px",
|
|
104
|
+
"--fds-blue-60": "#1877F2",
|
|
105
|
+
"--xzubya6": "50px",
|
|
106
|
+
"--glimmer-spinner-icon": "#65676B",
|
|
107
|
+
"--card-corner-radius": "4px",
|
|
108
|
+
"--creation-padding-y": "112px",
|
|
109
|
+
"--yellow-secondary": "rgb(72,59,12)",
|
|
110
|
+
"--media-hover": "rgba(68, 73, 80, 0.15)",
|
|
111
|
+
"--yellow-tertiary": "rgb(255,246,161)",
|
|
112
|
+
"--ig-focus-stroke": "168, 168, 168",
|
|
113
|
+
"--xalic96": "4px",
|
|
114
|
+
"--ig-colors-button-primary-background--pressed": "65, 80, 247",
|
|
115
|
+
"--font-family-default": "Helvetica, Arial, sans-serif",
|
|
116
|
+
"--chat-bubble-padding-vertical": "8px",
|
|
117
|
+
"--tab-underline-height": "3px",
|
|
118
|
+
"--x1ikr0bq": "12px",
|
|
119
|
+
"--x1nkglug": "8px",
|
|
120
|
+
"--messenger-card-spacing": "16px",
|
|
121
|
+
"--fds-slow": "400ms",
|
|
122
|
+
"--ig-subscribers-only": "118, 56, 250",
|
|
123
|
+
"--fds-black-alpha-80": "rgba(0, 0, 0, 0.8)",
|
|
124
|
+
"--xn98y3a": "12px",
|
|
125
|
+
"--x1iy7589": "#FFFFFF",
|
|
126
|
+
"--border-focused": "#65676B",
|
|
127
|
+
"--x1wk4hzn": "32px",
|
|
128
|
+
"--x1adnsjm": "8px",
|
|
129
|
+
"--polaris-site-padding-top": "30px",
|
|
130
|
+
"--ig-highlight-background": "239, 239, 239",
|
|
131
|
+
"--fds-blue-70": "#2851A3",
|
|
132
|
+
"--xdg47pa": "transparent",
|
|
133
|
+
"--button-corner-radius-large": "12px",
|
|
134
|
+
"--popover-background": "#FFFFFF",
|
|
135
|
+
"--section-header-addOnStart-margin-horizontal": "12px",
|
|
136
|
+
"--x14ttt0u": "#3CBC224D",
|
|
137
|
+
"--x82vd9a": "6px",
|
|
138
|
+
"--card-box-shadow": "0 12px 28px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.1)",
|
|
139
|
+
"--x6jkwj7": "5px",
|
|
140
|
+
"--x1xbp41d": "system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif",
|
|
141
|
+
"--xm2qnaw": ".4s",
|
|
142
|
+
"--orange-secondary": "rgb(94,49,14)",
|
|
143
|
+
"--button-height-large": "40px",
|
|
144
|
+
"--ig-menu-text-color": "12, 16, 20",
|
|
145
|
+
"--fb-wordmark": "#0866FF",
|
|
146
|
+
"--fds-black-alpha-05": "rgba(0, 0, 0, 0.05)",
|
|
147
|
+
"--messenger-sidebar-expanded-width": "240px",
|
|
148
|
+
"--x1n945xb": "5px",
|
|
149
|
+
"--x1rqbjtg": "min(334px, 100vw - 48px)",
|
|
150
|
+
"--messenger-application-max-width": "2560px",
|
|
151
|
+
"--x1oyn4z3": "16px",
|
|
152
|
+
"--green-secondary": "rgb(26,68,27)",
|
|
153
|
+
"--progress-ring-on-media-foreground": "#FFFFFF",
|
|
154
|
+
"--x15bmxmr": "#000000",
|
|
155
|
+
"--font-weight-system-medium": "500",
|
|
156
|
+
"--text-badge-success-background": "#31A24C",
|
|
157
|
+
"--text-secondary": "153, 153, 153",
|
|
158
|
+
"--teal-primary": "rgb(0,152,124)",
|
|
159
|
+
"--x1o6ias2": "none",
|
|
160
|
+
"--site-width-wide": "935px",
|
|
161
|
+
"--separator-menu-item-margin-horizontal": "16px",
|
|
162
|
+
"--x97wcsu": "transparent",
|
|
163
|
+
"--x1h50e4l": "#080809",
|
|
164
|
+
"--xx6r3m5": "rgba(0, 0, 0, .06)",
|
|
165
|
+
"--base-pink": "#FF66BF",
|
|
166
|
+
"--menu-item-base-padding-horizontal": "8px",
|
|
167
|
+
"--x6pwzom": "12px",
|
|
168
|
+
"--ig-text-input-border-hover-prism": "12, 16, 20",
|
|
169
|
+
"--font-family-segoe": "Segoe UI Historic, Segoe UI, Helvetica, Arial, sans-serif",
|
|
170
|
+
"--x1jzxkya": "#147B29",
|
|
171
|
+
"--hosted-view-selected-state": "rgba(45, 136, 255, 0.1)",
|
|
172
|
+
"--search-modal-height": "362px",
|
|
173
|
+
"--progress-ring-disabled-background": "rgba(190,195,201, 0.2)",
|
|
174
|
+
"--chat-bubble-emphasis-ring-after": "black",
|
|
175
|
+
"--xo0722j": "8px",
|
|
176
|
+
"--x1u0655h": "0px",
|
|
177
|
+
"--font-weight-system-light": "300",
|
|
178
|
+
"--fb-logo": "#0866FF",
|
|
179
|
+
"--xoir9yd": "12px",
|
|
180
|
+
"--x1g8fdq7": "0px",
|
|
181
|
+
"--system-13-font-size": "12px",
|
|
182
|
+
"--popover-border-width": "0px",
|
|
183
|
+
"--ig-colors-button-primary-text--disabled": "white-00",
|
|
184
|
+
"--polaris-large-screen-min": "876px",
|
|
185
|
+
"--media-info": "335px",
|
|
186
|
+
"--text-input-outside-label": "#000000",
|
|
187
|
+
"--fds-gray-80": "#444950",
|
|
188
|
+
"--x1j99h4o": "50%",
|
|
189
|
+
"--fds-white-alpha-05": "rgba(255, 255, 255, 0.05)",
|
|
190
|
+
"--fds-gray-30": "#BEC3C9",
|
|
191
|
+
"--secondary-button-pressed": "rgba(0, 0, 0, 0.05)",
|
|
192
|
+
"--x1t4c8kb": "#4507A9",
|
|
193
|
+
"--xkjoe7p": "8px",
|
|
194
|
+
"--system-11-line-height": "13px",
|
|
195
|
+
"--ig-primary-icon": "38, 38, 38",
|
|
196
|
+
"--always-gray-95": "#F0F2F5",
|
|
197
|
+
"--fds-spectrum-lemon-tint-70": "#FEF2D1",
|
|
198
|
+
"--x1tkfw0i": "8px",
|
|
199
|
+
"--system-24-line-height": "27px",
|
|
200
|
+
"--non-media-pressed-on-dark": "rgba(255, 255, 255, 0.3)",
|
|
201
|
+
"--xmypfwe": "2s",
|
|
202
|
+
"--x1pwsir7": "#cdcfd1",
|
|
203
|
+
"--fds-white-alpha-10": "rgba(255, 255, 255, 0.1)",
|
|
204
|
+
"--primary-button-background": "#0095F6",
|
|
205
|
+
"--xez4x4z": "5px",
|
|
206
|
+
"--base-tomato": "#FB724B",
|
|
207
|
+
"--shadow-base": "0 1px 2px rgba(0, 0, 0, 0.2)",
|
|
208
|
+
"--polaris-breakpoint-medium-width": "1536px",
|
|
209
|
+
"--xnrljl1": "16px",
|
|
210
|
+
"--x11tx24z": ".4",
|
|
211
|
+
"--polaris-feed-with-padding-threshold-min": "640px",
|
|
212
|
+
"--x1wtafy2": "6px",
|
|
213
|
+
"--x1upcoxv": "rgba(0, 0, 0, .05)",
|
|
214
|
+
"--primary-web-focus-indicator": "#D24294",
|
|
215
|
+
"--grey-1": "239, 239, 239",
|
|
216
|
+
"--ig-hover-overlay": "0, 0, 0, .05",
|
|
217
|
+
"--xw6x4cz": "transparent",
|
|
218
|
+
"--xwbpd4y": "12px",
|
|
219
|
+
"--blue-secondary": "rgb(4,59,114)",
|
|
220
|
+
"--xt15msc": "#FFFFFF",
|
|
221
|
+
"--ig-input-disabled-background-color": "243, 245, 247",
|
|
222
|
+
"--x1epajyq": "50%",
|
|
223
|
+
"--x15nmaec": "8px",
|
|
224
|
+
"--xs0bd1e": "0",
|
|
225
|
+
"--polaris-tablet-screen-max": "1136px",
|
|
226
|
+
"--xiqovf7": "18px",
|
|
227
|
+
"--x1if4rky": "16px",
|
|
228
|
+
"--teal-secondary": "rgb(10,68,56)",
|
|
229
|
+
"--fds-black": "#000000",
|
|
230
|
+
"--x1prtngd": "10px",
|
|
231
|
+
"--text-input-field-font-size": "1rem",
|
|
232
|
+
"--fds-dark-mode-gray-100": "#1C1C1C",
|
|
233
|
+
"--filter-secondary-button-icon-on-media": "invert(100%)",
|
|
234
|
+
"--fds-unified-blue-35": "#1455B0",
|
|
235
|
+
"--xju61ic": "8px",
|
|
236
|
+
"--ig-primary-background": "255, 255, 255",
|
|
237
|
+
"--xjnrlz3": "5px",
|
|
238
|
+
"--toggle-active-background": "#E7F3FF",
|
|
239
|
+
"--xn93tna": "#CCD3DB",
|
|
240
|
+
"--filter-warning-icon": "invert(77%) sepia(29%) saturate(200%) saturate(200%) saturate(200%) saturate(200%) saturate(200%) saturate(128%) hue-rotate(359deg) brightness(102%) contrast(107%)",
|
|
241
|
+
"--input-background-hover": "#FFFFFF",
|
|
242
|
+
"--xusudzu": "#5D2E04",
|
|
243
|
+
"--live-video-border-radius": "4px",
|
|
244
|
+
"--fds-black-alpha-60": "rgba(0, 0, 0, 0.6)",
|
|
245
|
+
"--popover-border-style": "none",
|
|
246
|
+
"--ig-badge": "255, 48, 64",
|
|
247
|
+
"--creation-modal-min-height": "391px",
|
|
248
|
+
"--font-family-system": "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif",
|
|
249
|
+
"--text-highlight": "rgba(24, 119, 242, 0.2)",
|
|
250
|
+
"--progress-ring-neutral-background": "rgba(0, 0, 0, 0.2)",
|
|
251
|
+
"--ig-elevated-highlight-background": "239 239 239",
|
|
252
|
+
"--fds-spectrum-teal-tint-70": "#D2F0EA",
|
|
253
|
+
"--text-input-padding-vertical": "12px",
|
|
254
|
+
"--x1y1vcbx": "#0A1317",
|
|
255
|
+
"--x139ry6a": "50%",
|
|
256
|
+
"--toaster-view-max-width": "328px",
|
|
257
|
+
"--input-background": "#FFFFFF",
|
|
258
|
+
"--xafjmui": "28px",
|
|
259
|
+
"--section-header-addOnEnd-margin-horizontal": "8px",
|
|
260
|
+
"--font-family-code": "ui-monospace, Menlo, Consolas, Monaco, monospace",
|
|
261
|
+
"--xbnnbcs": "1px",
|
|
262
|
+
"--x18uyjkh": "32px",
|
|
263
|
+
"--xpenkto": "0",
|
|
264
|
+
"--in-feed-story-item-padding": "12px",
|
|
265
|
+
"--grey-4": "168, 168, 168",
|
|
266
|
+
"--radio-border-color-selected": "#0095F6",
|
|
267
|
+
"--x1bxvvwh": "#000000",
|
|
268
|
+
"--primary-deemphasized-button-pressed": "rgba(0, 149, 246, 0.05)",
|
|
269
|
+
"--xm07qmq": "#FFFFFF",
|
|
270
|
+
"--fds-spectrum-orange-tint-70": "#FCDEC5",
|
|
271
|
+
"--toast-container-padding-horizontal": "10px",
|
|
272
|
+
"--always-gray-75": "#BCC0C4",
|
|
273
|
+
"--igds-dialog-border-radius": "24px",
|
|
274
|
+
"--fds-spectrum-lime": "#A3CE71",
|
|
275
|
+
"--placeholder-image": "rgb(164, 167, 171)",
|
|
276
|
+
"--fds-animation-swap-shuffle-in": "cubic-bezier(0.14, 1, 0.34, 1)",
|
|
277
|
+
"--glimmer-animation-duration": "1000ms",
|
|
278
|
+
"--medium-screen-max": "875px",
|
|
279
|
+
"--alert-banner-corner-radius": "8px",
|
|
280
|
+
"--xtkxyfg": ".2s",
|
|
281
|
+
"--popover-card-background": "#FFFFFF",
|
|
282
|
+
"--purple-primary": "rgb(125,116,255)",
|
|
283
|
+
"--ig-input-border-primary": "33, 35, 40",
|
|
284
|
+
"--xdvz3pk": "#0866FF",
|
|
285
|
+
"--x1wb1v04": "#080809",
|
|
286
|
+
"--xbx14lq": "auto",
|
|
287
|
+
"--x11l78wh": "#FB7D874D",
|
|
288
|
+
"--fuschia-secondary": "rgb(118,14,62)",
|
|
289
|
+
"--glimmer-animation-timing-function": "steps(10, end)",
|
|
290
|
+
"--menu-base-list-item-padding-vertical": "12px",
|
|
291
|
+
"--xzsxl4p": "rgba(0, 0, 0, .05)",
|
|
292
|
+
"--web-overlay-on-media": "38, 38, 38",
|
|
293
|
+
"--nav-medium-width": "244px",
|
|
294
|
+
"--x82mkzn": "32px",
|
|
295
|
+
"--xu3wp72": "50%",
|
|
296
|
+
"--radio-checked-icon-color": "#0095F6",
|
|
297
|
+
"--dataviz-blue-secondary": "#043B72",
|
|
298
|
+
"--ig-stroke-prism": "255, 255, 255",
|
|
299
|
+
"--system-14-line-height": "18px",
|
|
300
|
+
"--base-teal": "#2ABBA7",
|
|
301
|
+
"--toggle-active-text": "rgb(24, 119, 242)",
|
|
302
|
+
"--list-cell-corner-radius": "8px",
|
|
303
|
+
"--xd9u4s4": "#E2E5E9",
|
|
304
|
+
"--xcqs4f3": "transform 50ms linear",
|
|
305
|
+
"--filter-accent": "invert(39%) sepia(57%) saturate(200%) saturate(200%) saturate(200%) saturate(200%) saturate(200%) saturate(147.75%) hue-rotate(202deg) brightness(97%) contrast(96%)",
|
|
306
|
+
"--fds-animation-move-out": "cubic-bezier(0.17, 0.17, 0, 1)",
|
|
307
|
+
"--cyan-tertiary": "rgb(231,245,255)",
|
|
308
|
+
"--small-screen-min": "414px",
|
|
309
|
+
"--dataviz-supplementary-4": "rgb(51,51,52)",
|
|
310
|
+
"--xa3t32q": "0px",
|
|
311
|
+
"--system-10-line-height": "12px",
|
|
312
|
+
"--dataviz-primary-1": "rgb(0,174,143)",
|
|
313
|
+
"--ig-bubble-background": "255, 255, 255",
|
|
314
|
+
"--dataviz-secondary-2": "rgb(103,96,228)",
|
|
315
|
+
"--shadow-2": "rgba(0, 0, 0, 0.2)",
|
|
316
|
+
"--primary-deemphasized-button-background": "rgba(0, 149, 246, 0.1)",
|
|
317
|
+
"--radio-checked-icon-color-disabled": "rgba(0, 149, 246, 0.3)",
|
|
318
|
+
"--toast-text": "#1C2B33",
|
|
319
|
+
"--xxqa0dq": "32px",
|
|
320
|
+
"--system-18-font-size": "18px",
|
|
321
|
+
"--ig-primary-button": "0, 149, 246",
|
|
322
|
+
"--toast-addon-padding-vertical": "6px",
|
|
323
|
+
"--input-background-warn-hover": "",
|
|
324
|
+
"--fb-signup-page-profile-pic-size": "88px",
|
|
325
|
+
"--xza3hsg": "#0171E3",
|
|
326
|
+
"--xcv04am": "rgba(0, 0, 0, .05)",
|
|
327
|
+
"--text-badge-info-background": "hsl(214, 89%, 52%)",
|
|
328
|
+
"--desktop-story-tray-bottom-margin": "48px",
|
|
329
|
+
"--x1151t8p": "10px",
|
|
330
|
+
"--nav-medium-screen-min": "1264px",
|
|
331
|
+
"--xwkvfc1": "36px",
|
|
332
|
+
"--focus-ring-blue": "#1877F2",
|
|
333
|
+
"--xfe8al5": "#0143B5",
|
|
334
|
+
"--messenger-reply-background": "#F0F2F5",
|
|
335
|
+
"--comment-bubble": "18px",
|
|
336
|
+
"--image-corner-radius": "4px",
|
|
337
|
+
"--x7vh06b": "#7B0210",
|
|
338
|
+
"--small-screen-max": "735px",
|
|
339
|
+
"--system-32-line-height": "40px",
|
|
340
|
+
"--base-grape": "#9360F7",
|
|
341
|
+
"--x1ba17e0": "2px",
|
|
342
|
+
"--tab-underline-color": "transparent",
|
|
343
|
+
"--ig-duration-extra-extra-short-in": "100ms",
|
|
344
|
+
"--web-wash": "#FAFAFA",
|
|
345
|
+
"--fds-duration-extra-short-out": "150ms",
|
|
346
|
+
"--xt2duer": "transparent",
|
|
347
|
+
"--global-panel-width": "0px",
|
|
348
|
+
"--ig-menu-background-color": "248, 249, 249",
|
|
349
|
+
"--disabled-button-text": "#FFFFFF",
|
|
350
|
+
"--xud6c83": "#042F97",
|
|
351
|
+
"--x158zvr2": "#2B3D46B2",
|
|
352
|
+
"--gradient-pink": "255, 1, 105",
|
|
353
|
+
"--xqpeelq": "12px",
|
|
354
|
+
"--text-input-label-line-height": "1.2941",
|
|
355
|
+
"--focus-ring-outline-link": "2px auto #1877F2",
|
|
356
|
+
"--x9mpi4i": "#CCD3DB",
|
|
357
|
+
"--xiyjxiy": "50%",
|
|
358
|
+
"--ig-colors-button-borderless-text--disabled": "184, 205, 255",
|
|
359
|
+
"--scroll-shadow": "0 1px 2px rgba(0, 0, 0, 0.1), 0 -1px rgba(0, 0, 0, 0.1) inset",
|
|
360
|
+
"--xrxntdb": "100%",
|
|
361
|
+
"--section-header-addOnEnd-button-padding-horizontal": "0px",
|
|
362
|
+
"--x18tv962": "rgba(0, 0, 0, .05)",
|
|
363
|
+
"--shadow-responsive": "0px 8px 16px 0px rgba(0, 0, 0, 0.1)",
|
|
364
|
+
"--web-secondary-action": "224, 241, 255",
|
|
365
|
+
"--grey-6": "115, 115, 115",
|
|
366
|
+
"--button-icon-padding-medium": "16px",
|
|
367
|
+
"--header-height": "0px",
|
|
368
|
+
"--ig-input-border-width": "1px",
|
|
369
|
+
"--toast-border-style": "none",
|
|
370
|
+
"--ig-incoming-message-bubble": "243, 245, 247",
|
|
371
|
+
"--xakqpoz": "x19100ke-B",
|
|
372
|
+
"--list-cell-padding-vertical-with-addon": "14px",
|
|
373
|
+
"--fds-animation-enter-exit-out": "cubic-bezier(0.45, 0.1, 0.2, 1)",
|
|
374
|
+
"--x127c7k2": "#FBCE03",
|
|
375
|
+
"--x8jlfy6": "1",
|
|
376
|
+
"--feed-sidebar-width": "319px",
|
|
377
|
+
"--shadow-emphasis": "0 2px 12px rgba(0, 0, 0, 0.2)",
|
|
378
|
+
"--ig-colors-button-primary-link-text--hover": "37, 54, 208",
|
|
379
|
+
"--x198yf9l": "5px",
|
|
380
|
+
"--gradient-lavender": "211, 0, 197",
|
|
381
|
+
"--x1hg3a3i": "#8494A3",
|
|
382
|
+
"--ig-banner-highlight-background": "239 239 239",
|
|
383
|
+
"--challenge-link": "54, 54, 54",
|
|
384
|
+
"--xo3rck8": "0px",
|
|
385
|
+
"--x16si9m3": "0px",
|
|
386
|
+
"--site-width-narrow": "600px",
|
|
387
|
+
"--popover-border-color": "transparent",
|
|
388
|
+
"--x1sie9h7": "#748695",
|
|
389
|
+
"--input-label-color-error": "hsl(350, 87%, 55%)",
|
|
390
|
+
"--polaris-small-screen-max": "735px",
|
|
391
|
+
"--radio-border-color-disabled": "rgba(0, 149, 246, 0.3)",
|
|
392
|
+
"--x1aumypx": "transparent",
|
|
393
|
+
"--xh6bbig": "#0457CB",
|
|
394
|
+
"--polaris-medium-screen-min": "736px",
|
|
395
|
+
"--progress-ring-blue-foreground": "hsl(214, 89%, 52%)",
|
|
396
|
+
"--text-input-label-font-size-scale-multiplier": "0.75",
|
|
397
|
+
"--x1bt26c2": ".2",
|
|
398
|
+
"--xqg8v9z": "#F1F4F7",
|
|
399
|
+
"--pink-5": "209, 8, 105",
|
|
400
|
+
"--nav-list-cell-min-height": "0px",
|
|
401
|
+
"--always-dark-gradient": "linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.6))",
|
|
402
|
+
"--x1y02xta": "transparent",
|
|
403
|
+
"--x1y5o4kb": "#FFFFFF",
|
|
404
|
+
"--filter-negative": "invert(25%) sepia(33%) saturate(200%) saturate(200%) saturate(200%) saturate(200%) saturate(200%) saturate(200%) saturate(110%) hue-rotate(345deg) brightness(132%) contrast(96%)",
|
|
405
|
+
"--divider": "#DBDBDB",
|
|
406
|
+
"--text-input-caption-margin-top": "10px",
|
|
407
|
+
"--nav-bar-background": "#FFFFFF",
|
|
408
|
+
"--x1ihezxe": "#FFFFFF",
|
|
409
|
+
"--xwlrjka": "#0A13171F",
|
|
410
|
+
"--xca3acd": "#0A131726",
|
|
411
|
+
"--xkg1yw": "#FFE3DE",
|
|
412
|
+
"--ig-live-badge": "255, 1, 105",
|
|
413
|
+
"--xlucz4u": "transparent",
|
|
414
|
+
"--glimmer-high-contrast-base-opaque": "#65686C",
|
|
415
|
+
"--x1wp4dm2": "0px",
|
|
416
|
+
"--x1it9t5o": "8px",
|
|
417
|
+
"--wash": "#FAFAFA",
|
|
418
|
+
"--barcelona-primary-button": "0, 0, 0",
|
|
419
|
+
"--grey-3": "199, 199, 199",
|
|
420
|
+
"--polaris-medium-screen-max": "875px",
|
|
421
|
+
"--toast-corner-radius": "8px",
|
|
422
|
+
"--x4bzwim": "2px",
|
|
423
|
+
"--text-badge-attention-background": "hsl(40, 89%, 52%)",
|
|
424
|
+
"--secondary-button-text": "#0095F6",
|
|
425
|
+
"--fds-soft": "cubic-bezier(.08,.52,.52,1)",
|
|
426
|
+
"--x18kqi07": "12px",
|
|
427
|
+
"--text-input-field-line-height": "1.2941",
|
|
428
|
+
"--background-deemphasized": "#F0F2F5",
|
|
429
|
+
"--x19q6y20": "8px",
|
|
430
|
+
"--shadow-persistent": "0px 0px 12px rgba(52, 72, 84, 0.05)",
|
|
431
|
+
"--font-weight-system-bold": "700",
|
|
432
|
+
"--xgam6tz": "16px",
|
|
433
|
+
"--fds-dark-mode-gray-90": "#282828",
|
|
434
|
+
"--font-family-system-fds": "system-ui, -apple-system, BlinkMacSystemFont, Segoe UI Historic, Segoe UI, Helvetica, Arial, sans-serif",
|
|
435
|
+
"--ig-elevated-separator": "219, 219, 219",
|
|
436
|
+
"--shadow-inset": "rgba(255, 255, 255, 0.5)",
|
|
437
|
+
"--xjen6ej": "3px",
|
|
438
|
+
"--text-badge-padding-vertical": "6px",
|
|
439
|
+
"--fds-unified-gray-20": "#323436",
|
|
440
|
+
"--x3j9qmu": "6px",
|
|
441
|
+
"--messenger-card-background": "#FFFFFF",
|
|
442
|
+
"--x1dka7z": "0px",
|
|
443
|
+
"--x1lgju46": "transparent",
|
|
444
|
+
"--x1xj48ei": "#FFFFFF",
|
|
445
|
+
"--x1sbw8zh": "#FFFFFFCC",
|
|
446
|
+
"--tooltip-box-shadow": "0 2px 4px 0 rgba(0, 0, 0, 0.5)",
|
|
447
|
+
"--ig-colors-button-secondary-link-text": "12, 16, 20",
|
|
448
|
+
"--chip-corner-radius": "6px",
|
|
449
|
+
"--green-tertiary": "rgb(227,250,224)",
|
|
450
|
+
"--fds-spectrum-lime-tint-70": "#E4F0D5",
|
|
451
|
+
"--xw4mkmd": "transparent",
|
|
452
|
+
"--x19jd6gk": "5px",
|
|
453
|
+
"--glimmer-opacity-min": "0.25",
|
|
454
|
+
"--revamp-nav-bottom-toolbar-height": "50px",
|
|
455
|
+
"--xtyhzte": "374px",
|
|
456
|
+
"--xyowug9": "0px",
|
|
457
|
+
"--x1f8hdz3": "transparent",
|
|
458
|
+
"--blue-6": "0, 116, 204",
|
|
459
|
+
"--ig-colors-button-secondary-background--pressed": "231, 234, 238",
|
|
460
|
+
"--magenta-secondary": "rgb(96,36,91)",
|
|
461
|
+
"--grey-5": "142, 142, 142",
|
|
462
|
+
"--x1b39yh6": "linear-gradient(90deg, grey, white, grey)",
|
|
463
|
+
"--xeq63j5": "rgba(0, 0, 0, .05)",
|
|
464
|
+
"--revamp-feed-item-spacing": "20px",
|
|
465
|
+
"--x1hcq818": "12px",
|
|
466
|
+
"--magenta-tertiary": "rgb(255,239,254)",
|
|
467
|
+
"--xtgk73w": "#0A131773",
|
|
468
|
+
"--x12pvdnb": "auto",
|
|
469
|
+
"--ig-colors-button-primary-background": "74, 93, 249",
|
|
470
|
+
"--xeh2i4f": "#1C2B33",
|
|
471
|
+
"--toast-background": "#FFFFFF",
|
|
472
|
+
"--x1kdnp2l": "36px",
|
|
473
|
+
"--primary-icon": "#262626",
|
|
474
|
+
"--chat-incoming-message-bubble-background-color": "#F0F0F0",
|
|
475
|
+
"--disabled-button-background": "rgba(0, 149, 246, 0.3)",
|
|
476
|
+
"--radio-border-width": "2px",
|
|
477
|
+
"--badge-background-color-green": "#31A24C",
|
|
478
|
+
"--breakpoint-medium-width": "1536px",
|
|
479
|
+
"--barcelona-logo": "0, 0, 0",
|
|
480
|
+
"--ig-colors-button-primary-link-text--disabled": "163, 188, 255",
|
|
481
|
+
"--search-result-list-width": "375px",
|
|
482
|
+
"--input-border-radius": "6px",
|
|
483
|
+
"--feed-width-story": "630px",
|
|
484
|
+
"--modal-border-radius": "12px",
|
|
485
|
+
"--messenger-card-corner-radius": "8px",
|
|
486
|
+
"--ig-input-text-and-icon-secondary": "106, 113, 122",
|
|
487
|
+
"--fds-duration-extra-short-in": "200ms",
|
|
488
|
+
"--x1lzl6ls": "3px",
|
|
489
|
+
"--xg3eg28": "8px",
|
|
490
|
+
"--xz9lgvt": "#0171E3",
|
|
491
|
+
"--xexklgv": "0px",
|
|
492
|
+
"--x1rl2gpv": "system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif",
|
|
493
|
+
"--glimmer-corner-radius": "8px",
|
|
494
|
+
"--gradient-red": "255, 48, 64",
|
|
495
|
+
"--always-white": "#FFFFFF",
|
|
496
|
+
"--always-black": "black",
|
|
497
|
+
"--ig-colors-button-borderless-background--disabled": "220, 224, 229",
|
|
498
|
+
"--card-padding-vertical": "20px",
|
|
499
|
+
"--fds-gray-00": "#F5F6F7",
|
|
500
|
+
"--x1gepq4w": "0px",
|
|
501
|
+
"--secondary-button-background": "transparent",
|
|
502
|
+
"--input-label-color-highlighted": "hsl(214, 89%, 52%)",
|
|
503
|
+
"--x3e6wff": "40px",
|
|
504
|
+
"--xkca2vv": "36px",
|
|
505
|
+
"--x1mhjrx2": ".4",
|
|
506
|
+
"--typeahead-list-outer-padding-vertical": "2px",
|
|
507
|
+
"--toast-text-link": "#216FDB",
|
|
508
|
+
"--dialog-size-medium-width": "100%",
|
|
509
|
+
"--ig-banner-background": "255, 255, 255",
|
|
510
|
+
"--post-separator": "239, 239, 239",
|
|
511
|
+
"--focus-ring-outline-forced-colors": "2px auto transparent",
|
|
512
|
+
"--x5muypq": "32px",
|
|
513
|
+
"--text-badge-padding-horizontal": "6px",
|
|
514
|
+
"--fds-white-alpha-60": "rgba(255, 255, 255, 0.6)",
|
|
515
|
+
"--toast-container-min-width": "288px",
|
|
516
|
+
"--medium-screen-min": "736px",
|
|
517
|
+
"--x1wabinx": "#cdcfd1",
|
|
518
|
+
"--primary-deemphasized-button-pressed-overlay": "rgba(0, 149, 246, 0.15)",
|
|
519
|
+
"--fds-animation-expand-collapse-in": "cubic-bezier(0.17, 0.17, 0, 1)",
|
|
520
|
+
"--search-box-height": "40px",
|
|
521
|
+
"--section-header-addOnEnd-button-padding-vertical": "0px",
|
|
522
|
+
"--x1gy3fwr": "#FFFFFF",
|
|
523
|
+
"--messenger-sidebar-collapsed-width": "44px",
|
|
524
|
+
"--fds-gray-25": "#CCD0D5",
|
|
525
|
+
"--menu-item-base-overlay-radius": "4px",
|
|
526
|
+
"--x1rlt156": "#FBCE034D",
|
|
527
|
+
"--fds-white-alpha-20": "rgba(255, 255, 255, 0.2)",
|
|
528
|
+
"--global-panel-width-expanded": "0px",
|
|
529
|
+
"--filter-secondary-icon": "invert(39%) sepia(21%) saturate(200%) saturate(109.5%) hue-rotate(174deg) brightness(94%) contrast(86%)",
|
|
530
|
+
"--x1f9f2th": "0px",
|
|
531
|
+
"--ig-colors-button-borderless-text--pressed": "31, 40, 173",
|
|
532
|
+
"--dataviz-primary-3": "rgb(73,156,255)",
|
|
533
|
+
"--ig-secondary-button": "38, 38, 38",
|
|
534
|
+
"--shadow-elevated": "0 8px 20px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.1)",
|
|
535
|
+
"--fds-white": "#FFFFFF",
|
|
536
|
+
"--ig-error-or-destructive": "237, 73, 86",
|
|
537
|
+
"--x16izkdv": "#1C2B33E6",
|
|
538
|
+
"--input-background-error-hover": "",
|
|
539
|
+
"--base-unit": "4px",
|
|
540
|
+
"--nav-narrow-screen-min": "768px",
|
|
541
|
+
"--glimmer-opacity-high-contrast-max": "1",
|
|
542
|
+
"--fds-blue-40": "#77A7FF",
|
|
543
|
+
"--x10124fl": "24px",
|
|
544
|
+
"--fds-animation-quick-move-out": "cubic-bezier(0.1, 0.9, 0.2, 1)",
|
|
545
|
+
"--fds-animation-fade-in": "cubic-bezier(0, 0, 1, 1)",
|
|
546
|
+
"--xzbtx9w": "64px",
|
|
547
|
+
"--menu-item-base-margin-horizontal": "8px",
|
|
548
|
+
"--x3nbg8q": "0",
|
|
549
|
+
"--fds-highlight": "#3578E5",
|
|
550
|
+
"--x10e0ozs": "2s",
|
|
551
|
+
"--list-cell-chevron": "#65676B",
|
|
552
|
+
"--filter-placeholder-icon": "invert(59%) sepia(11%) saturate(200%) saturate(135%) hue-rotate(176deg) brightness(96%) contrast(94%)",
|
|
553
|
+
"--xs2xjav": "5px",
|
|
554
|
+
"--x1yfdafw": "4px",
|
|
555
|
+
"--fds-black-alpha-20": "rgba(0, 0, 0, 0.2)",
|
|
556
|
+
"--x19fognk": "#080809",
|
|
557
|
+
"--x19gqeph": "1",
|
|
558
|
+
"--x1bu8lrs": "0px",
|
|
559
|
+
"--x8scjvk": "5px",
|
|
560
|
+
"--ig-toggle-background-disabled-off-prism": "233, 237, 240",
|
|
561
|
+
"--shadow-5": "rgba(0, 0, 0, 0.5)",
|
|
562
|
+
"--placeholder-text-on-media": "rgba(255, 255, 255, 0.5)",
|
|
563
|
+
"--x1hmaw5b": "5px",
|
|
564
|
+
"--fds-dark-mode-gray-35": "#CCCCCC",
|
|
565
|
+
"--fds-dark-mode-gray-70": "#4A4A4A",
|
|
566
|
+
"--badge-background-color-dark-gray": "#8E8E8E",
|
|
567
|
+
"--card-padding-horizontal": "10px",
|
|
568
|
+
"--xjvkmi1": "4px",
|
|
569
|
+
"--fds-fast": "200ms",
|
|
570
|
+
"--xqfjaf7": "5px",
|
|
571
|
+
"--fds-dark-mode-gray-80": "#373737",
|
|
572
|
+
"--notification-badge": "#e41e3f",
|
|
573
|
+
"--xgtnwqa": "4px",
|
|
574
|
+
"--xuvcqbj": "0%",
|
|
575
|
+
"--x1f2g9z6": "#DDE2E8",
|
|
576
|
+
"--fds-gray-10": "#EBEDF0",
|
|
577
|
+
"--section-header-subtitle-margin-vertical": "14px",
|
|
578
|
+
"--xjl0f5w": ".4",
|
|
579
|
+
"--fds-duration-extra-long-in": "1000ms",
|
|
580
|
+
"--x1p8ippb": "#f6f8fa",
|
|
581
|
+
"--status-positive": "0, 142, 40",
|
|
582
|
+
"--fds-highlight-cell-background": "#ECF3FF",
|
|
583
|
+
"--system-16-font-size": "16px",
|
|
584
|
+
"--nav-list-cell-padding-vertical-with-addon": "16px",
|
|
585
|
+
"--toast-border-width": "0px",
|
|
586
|
+
"--menu-base-size-full-margin-end": "48px",
|
|
587
|
+
"--ig-secondary-icon": "142, 142, 142",
|
|
588
|
+
"--badge-background-color-yellow": "#F7B928",
|
|
589
|
+
"--x84l2g7": "250px",
|
|
590
|
+
"--ig-toast-prism-background-color": "rgba(43, 48, 54, 0.5)",
|
|
591
|
+
"--x4cdsqv": "rgba(0, 0, 0, .15)",
|
|
592
|
+
"--badge-background-color-blue": "#0095F6",
|
|
593
|
+
"--ig-toggle-background-disabled-on-prism": "162, 170, 180",
|
|
594
|
+
"--x287wji": "0px",
|
|
595
|
+
"--ig-colors-button-primary-text": "255, 255, 255",
|
|
596
|
+
"--nux-card-body-padding-end": "24px",
|
|
597
|
+
"--positive": "#31A24C",
|
|
598
|
+
"--ig-colors-button-secondary-link-text--disabled": "94, 100, 109",
|
|
599
|
+
"--x189z1lz": "0 2px 4px 0 rgba(0, 0, 0, .5)",
|
|
600
|
+
"--xa6vsrr": "5px",
|
|
601
|
+
"--toast-addon-padding-horizontal": "6px",
|
|
602
|
+
"--feed-sidebar-padding-familiar": "64px",
|
|
603
|
+
"--xe31vrr": "#E2E5E9",
|
|
604
|
+
"--xbakyew": "transparent",
|
|
605
|
+
"--x1602v8z": "5px",
|
|
606
|
+
"--orange-5": "253, 141, 50",
|
|
607
|
+
"--x16dxbju": "4px",
|
|
608
|
+
"--green-4": "120, 222, 69",
|
|
609
|
+
"--x7z3nr7": "12px",
|
|
610
|
+
"--hover-overlay": "rgba(0, 0, 0, 0.05)",
|
|
611
|
+
"--inverse-text": "#FFFFFF",
|
|
612
|
+
"--dataviz-secondary-1": "rgb(83,78,191)",
|
|
613
|
+
"--x79phgq": "16px",
|
|
614
|
+
"--x1nycba7": "transparent",
|
|
615
|
+
"--fds-duration-short-out": "200ms",
|
|
616
|
+
"--radio-border-color": "#262626",
|
|
617
|
+
"--xg3aput": "0ms",
|
|
618
|
+
"--font-family-apple": "system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', sans-serif",
|
|
619
|
+
"--mwp-header-button-color": "#0095F6",
|
|
620
|
+
"--x14ofxiu": "16px",
|
|
621
|
+
"--ig-text-input-border-prism": "219, 223, 228",
|
|
622
|
+
"--fds-spectrum-grape-tint-90": "#F4F1FA",
|
|
623
|
+
"--dataviz-orange": "#D06C14",
|
|
624
|
+
"--comment-background": "#F0F2F5",
|
|
625
|
+
"--x1qhsdun": "1px",
|
|
626
|
+
"--blue-7": "0, 87, 163",
|
|
627
|
+
"--blue-1": "224, 241, 255",
|
|
628
|
+
"--hero-banner-background": "#FFFFFF",
|
|
629
|
+
"--button-inner-icon-spacing-large": "3px",
|
|
630
|
+
"--x18ttt0t": "5px",
|
|
631
|
+
"--filter-primary-icon": "invert(8%) sepia(10%) saturate(200%) saturate(200%) saturate(166%) hue-rotate(177deg) brightness(104%) contrast(91%)",
|
|
632
|
+
"--button-inner-icon-spacing-medium": "3px",
|
|
633
|
+
"--progress-ring-on-media-background": "rgba(255, 255, 255, 0.2)",
|
|
634
|
+
"--x11psvdz": "#65676B",
|
|
635
|
+
"--new-notification-background": "#E7F3FF",
|
|
636
|
+
"--xmdq6we": "#0A1317",
|
|
637
|
+
"--media-inner-border": "rgba(0, 0, 0, 0.1)",
|
|
638
|
+
"--system-18-line-height": "24px",
|
|
639
|
+
"--ig-colors-button-secondary-background--disabled": "220, 224, 229",
|
|
640
|
+
"--chat-replied-message-background-color": "rgba(0, 0, 0, 0.03)",
|
|
641
|
+
"--x1iqrbwf": "12px",
|
|
642
|
+
"--badge-background-color-light-blue": "#E7F3FF",
|
|
643
|
+
"--ig-stroke-disabled-on-prism": "233, 237, 240",
|
|
644
|
+
"--x1a730wv": "20px",
|
|
645
|
+
"--blue-link": "#00376B",
|
|
646
|
+
"--filter-disabled-icon": "invert(80%) sepia(6%) saturate(200%) saturate(120%) hue-rotate(173deg) brightness(98%) contrast(89%)",
|
|
647
|
+
"--desktop-grid-item-margin": "28px",
|
|
648
|
+
"--x4ach5t": "64px",
|
|
649
|
+
"--polaris-site-width-wide": "935px",
|
|
650
|
+
"--x13w4mq5": "32px",
|
|
651
|
+
"--x1f8qg8u": "transparent",
|
|
652
|
+
"--fds-animation-expand-collapse-out": "cubic-bezier(0.17, 0.17, 0, 1)",
|
|
653
|
+
"--radio-checked-icon-size-medium": "12px",
|
|
654
|
+
"--cyan-primary": "rgb(0,142,213)",
|
|
655
|
+
"--xuc1hzd": "#AFD7FF4D",
|
|
656
|
+
"--ig-tertiary-button-background": "255, 255, 255",
|
|
657
|
+
"--ig-stroke-disabled-off-prism": "248, 249, 249",
|
|
658
|
+
"--system-22-line-height": "26px",
|
|
659
|
+
"--x5suos6": "400% auto",
|
|
660
|
+
"--dataviz-supplementary-3": "rgb(36,131,44)",
|
|
661
|
+
"--xdaiwkk": "12px",
|
|
662
|
+
"--fds-animation-swap-shuffle-out": "cubic-bezier(0.45, 0.1, 0.2, 1)",
|
|
663
|
+
"--x1fx80fs": "0px",
|
|
664
|
+
"--x18os2xs": "#DBECFF",
|
|
665
|
+
"--input-label-color-inside": "#8E8E8E",
|
|
666
|
+
"--text-input-field-font-family": "Placeholder Font",
|
|
667
|
+
"--x198b9t9": "#FFE3DE",
|
|
668
|
+
"--focus-ring-shadow-default": "0 0 0 2px #FFFFFF, 0 0 0 4px #1877F2",
|
|
669
|
+
"--x61we9e": "x16ddlwn-B",
|
|
670
|
+
"--x1r17ggk": "#E2E5E9",
|
|
671
|
+
"--fds-spectrum-teal-tint-90": "#F0FAF8",
|
|
672
|
+
"--ig-input-border-secondary": "219, 223, 228",
|
|
673
|
+
"--x1e5o1xa": "8px",
|
|
674
|
+
"--modal-z-index": "100",
|
|
675
|
+
"--fuschia-primary": "rgb(250,45,138)",
|
|
676
|
+
"--polaris-challenge-width": "460px",
|
|
677
|
+
"--x1fowau0": "#FFFFFF",
|
|
678
|
+
"--dialog-size-small-width": "100%",
|
|
679
|
+
"--x6slekt": "linear",
|
|
680
|
+
"--progress-ring-blue-background": "rgba(24, 119, 242, 0.2)",
|
|
681
|
+
"--xa5yyo8": "#4BA9FE4D",
|
|
682
|
+
"--x1pkp4r4": "12px",
|
|
683
|
+
"--ig-primary-button-hover": "24, 119, 242",
|
|
684
|
+
"--magenta-primary": "rgb(215,77,204)",
|
|
685
|
+
"--x18og1a8": "10px",
|
|
686
|
+
"--attachment-footer-background": "#F0F2F5",
|
|
687
|
+
"--gradient-purple": "118, 56, 250",
|
|
688
|
+
"--segmented-bar-chart-secondary": "88, 6, 224",
|
|
689
|
+
"--x11zsdp1": "x1gpjdt6-B",
|
|
690
|
+
"--text-input-field-font-stretch": "",
|
|
691
|
+
"--x1glbl71": "#042F97",
|
|
692
|
+
"--xiv1y0m": "#B0B3B8",
|
|
693
|
+
"--fds-duration-none": "0ms",
|
|
694
|
+
"--primary-button-icon": "#FFFFFF",
|
|
695
|
+
"--x1apez3n": "5px",
|
|
696
|
+
"--secondary-text-on-media": "rgba(255, 255, 255, 0.9)",
|
|
697
|
+
"--base-cherry": "#F3425F",
|
|
698
|
+
"--non-media-pressed": "rgba(68, 73, 80, 0.15)",
|
|
699
|
+
"--xy5yvoz": "32px",
|
|
700
|
+
"--x1kpccw5": "#000000",
|
|
701
|
+
"--primary-text-on-media": "#FFFFFF",
|
|
702
|
+
"--menu-item-base-margin-vertical": "0px",
|
|
703
|
+
"--fds-spectrum-orange-tint-90": "#FEF4EC",
|
|
704
|
+
"--x1uzztpd": "95%",
|
|
705
|
+
"--x1y8ex37": "#44566480",
|
|
706
|
+
"--fds-white-alpha-40": "rgba(255, 255, 255, 0.4)",
|
|
707
|
+
"--scroll-thumb": "#BCC0C4",
|
|
708
|
+
"--tab-height": "60px",
|
|
709
|
+
"--tab-icon-padding-end": "0px",
|
|
710
|
+
"--ig-text-on-media": "255, 255, 255",
|
|
711
|
+
"--xjziy7d": "24px",
|
|
712
|
+
"--tos-box-shadow": "0, 0, 0",
|
|
713
|
+
"--tooltip-corner-radius": "8px",
|
|
714
|
+
"--fds-animation-enter-exit-in": "cubic-bezier(0.14, 1, 0.34, 1)",
|
|
715
|
+
"--menu-item-base-with-icon-padding-horizontal": "8px",
|
|
716
|
+
"--fds-spectrum-cherry-tint-70": "#FBCCD2",
|
|
717
|
+
"--xj6fmph": "#5D6C7B",
|
|
718
|
+
"--base-blue": "#1877F2",
|
|
719
|
+
"--input-background-warn-active": "",
|
|
720
|
+
"--blue-9": "0, 41, 82",
|
|
721
|
+
"--surface-background": "#FFFFFF",
|
|
722
|
+
"--font-weight-system-regular": "400",
|
|
723
|
+
"--system-16-line-height": "24px",
|
|
724
|
+
"--fds-strong": "cubic-bezier(.12,.8,.32,1)",
|
|
725
|
+
"--ig-colors-link-text": "65, 80, 247",
|
|
726
|
+
"--x10y4ran": "12px",
|
|
727
|
+
"--text-input-label-font-size": "17px",
|
|
728
|
+
"--x17re1hs": "5px",
|
|
729
|
+
"--nav-wide-screen-min": "1920px",
|
|
730
|
+
"--story-gallery-preview-scale-correction": "2.5",
|
|
731
|
+
"--nav-list-cell-corner-radius": "8px",
|
|
732
|
+
"--x1r0jlc1": "32px",
|
|
733
|
+
"--accent": "#0095F6",
|
|
734
|
+
"--messenger-card-box-shadow": "0px 1px 2px 0px #0000001A",
|
|
735
|
+
"--fds-blue-80": "#1D3C78",
|
|
736
|
+
"--ig-temporary-highlight": "245, 251, 255",
|
|
737
|
+
"--fds-black-alpha-15": "rgba(0, 0, 0, 0.15)",
|
|
738
|
+
"--secondary-button-background-floating": "#ffffff",
|
|
739
|
+
"--ig-stroke-on-media": "255, 255, 255",
|
|
740
|
+
"--chat-text-blockquote-color-text-primary-media": "rgba(255, 255, 255, 0.7)",
|
|
741
|
+
"--filter-primary-accent": "invert(39%) sepia(57%) saturate(200%) saturate(200%) saturate(200%) saturate(200%) saturate(200%) saturate(147.75%) hue-rotate(202deg) brightness(97%) contrast(96%)",
|
|
742
|
+
"--button-icon-padding-large": "16px",
|
|
743
|
+
"--red-7": "167, 3, 17",
|
|
744
|
+
"--progress-ring-disabled-foreground": "#BEC3C9",
|
|
745
|
+
"--fds-button-text": "#444950",
|
|
746
|
+
"--base-lemon": "#F7B928",
|
|
747
|
+
"--blue-8": "0, 55, 107",
|
|
748
|
+
"--chat-bubble-padding-horizontal": "12px",
|
|
749
|
+
"--ig-text-input-padding-vertical": "20px",
|
|
750
|
+
"--xfsprpa": "transparent",
|
|
751
|
+
"--x1m69m10": "8px",
|
|
752
|
+
"--direct-message-max-width": "236px",
|
|
753
|
+
"--system-20-line-height": "25px",
|
|
754
|
+
"--x1dxmqov": "#CCD3DB",
|
|
755
|
+
"--x1et33sf": "5px",
|
|
756
|
+
"--text-input-multi-padding-scrollbar": "16px",
|
|
757
|
+
"--x2v0w26": "transparent",
|
|
758
|
+
"--x125vgxg": "#000000",
|
|
759
|
+
"--xgwz7a": "16px",
|
|
760
|
+
"--x1pfwwdm": "reverse",
|
|
761
|
+
"--xlq2kmo": "#FFFFFF",
|
|
762
|
+
"--x6ulrhq": "50%",
|
|
763
|
+
"--input-border-color": "#CED0D4",
|
|
764
|
+
"--chat-outgoing-message-bubble-background-color": "#0095F6",
|
|
765
|
+
"--x15j2dhm": "#CED0D4",
|
|
766
|
+
"--nav-narrow-width": "72px",
|
|
767
|
+
"--font-weight-system-semibold": "600",
|
|
768
|
+
"--ig-secondary-button-background": "239, 239, 239",
|
|
769
|
+
"--text-input-label-font-family": "Placeholder Font",
|
|
770
|
+
"--fds-black-alpha-30": "rgba(0, 0, 0, 0.3)",
|
|
771
|
+
"--x6axvlg": "#042F97",
|
|
772
|
+
"--ig-colors-button-secondary-background--hover": "231, 234, 238",
|
|
773
|
+
"--xbxt6u0": "5px",
|
|
774
|
+
"--modal-backdrop-dark": "rgba(0, 0, 0, .85)",
|
|
775
|
+
"--photo": "600px",
|
|
776
|
+
"--ig-tab-underline-active": "12, 16, 20",
|
|
777
|
+
"--xik8ccv": "0px",
|
|
778
|
+
"--primary-deemphasized-button-text": "#0095F6",
|
|
779
|
+
"--xovr52e": "0px",
|
|
780
|
+
"--x1tc54p7": "75%",
|
|
781
|
+
"--chat-bubble-border-radius": "18px",
|
|
782
|
+
"--toast-container-max-width": "100%",
|
|
783
|
+
"--filter-blue-link-icon": "invert(30%) sepia(98%) saturate(200%) saturate(200%) saturate(200%) saturate(166.5%) hue-rotate(192deg) brightness(91%) contrast(101%)",
|
|
784
|
+
"--system-12-font-size": "12px",
|
|
785
|
+
"--x1ciwlvv": "50%",
|
|
786
|
+
"--x6a00ex": "cubic-bezier(.08, .52, .52, 1)",
|
|
787
|
+
"--secondary-text": "#8E8E8E",
|
|
788
|
+
"--toggle-active-icon": "rgb(24, 119, 242)",
|
|
789
|
+
"--divider-on-color": "#CED0D4",
|
|
790
|
+
"--right-rail-width": "352px",
|
|
791
|
+
"--negative": "hsl(350, 87%, 55%)",
|
|
792
|
+
"--xz5hhjv": "24px",
|
|
793
|
+
"--fds-spectrum-teal-dark-2": "#31A38D",
|
|
794
|
+
"--x6tbpgk": "#FFFFFF99",
|
|
795
|
+
"--yellow-5": "253, 203, 92",
|
|
796
|
+
"--ig-secondary-button-hover": "219, 219, 219",
|
|
797
|
+
"--x4utseb": "3px",
|
|
798
|
+
"--badge-background-color-gray": "#BCC0C4",
|
|
799
|
+
"--fds-black-alpha-50": "rgba(0, 0, 0, 0.5)",
|
|
800
|
+
"--cyan-5": "39, 196, 245",
|
|
801
|
+
"--x1487n2n": "#0457CB",
|
|
802
|
+
"--x1pemqhl": "#0A1317",
|
|
803
|
+
"--x5yrerl": "3px",
|
|
804
|
+
"--input-background-disabled": "#F0F2F5",
|
|
805
|
+
"--xer23z7": "rgba(0, 0, 0, .06)",
|
|
806
|
+
"--cyan-secondary": "rgb(15,63,93)",
|
|
807
|
+
"--text-badge-critical-background": "#e41e3f",
|
|
808
|
+
"--revamp-feed-card-dense-padding": "16px",
|
|
809
|
+
"--radio-size-large": "24px",
|
|
810
|
+
"--x126rt5m": "transparent",
|
|
811
|
+
"--input-background-active": "",
|
|
812
|
+
"--x1s60eyr": "10px",
|
|
813
|
+
"--xbdgffm": "#1C2B33",
|
|
814
|
+
"--x17xti0e": "transparent",
|
|
815
|
+
"--mobile-grid-item-margin": "2px",
|
|
816
|
+
"--blue-0": "245, 251, 255",
|
|
817
|
+
"--fds-duration-short-in": "280ms",
|
|
818
|
+
"--fds-comment-background": "#F2F3F5",
|
|
819
|
+
"--system-26-line-height": "28px",
|
|
820
|
+
"--xzdavdm": "#8A8D91",
|
|
821
|
+
"--always-light-overlay": "rgba(255, 255, 255, 0.4)",
|
|
822
|
+
"--grey-10": "26, 26, 26",
|
|
823
|
+
"--fds-green-60": "#31A73B",
|
|
824
|
+
"--nav-list-cell-padding-vertical": "16px",
|
|
825
|
+
"--purple-tertiary": "rgb(245,241,255)",
|
|
826
|
+
"--dataviz-supplementary-2": "rgb(161,132,0)",
|
|
827
|
+
"--x1iz8wdo": "rgba(0, 0, 0, .05)",
|
|
828
|
+
"--blueprint-button-height-large": "48px",
|
|
829
|
+
"--fds-spectrum-blue-gray-tint-70": "#CFD1D5",
|
|
830
|
+
"--buttonSendBackgroundColor": "#0866FF",
|
|
831
|
+
"--fds-gray-45": "#8D949E",
|
|
832
|
+
"--fds-red-55": "#FA383E",
|
|
833
|
+
"--x6cgvui": "5px",
|
|
834
|
+
"--polaris-small-screen-min": "414px",
|
|
835
|
+
"--x1clyshj": "rgba(0, 0, 0, .05)",
|
|
836
|
+
"--x1lst64k": "6px",
|
|
837
|
+
"--x1mxho3s": "#000000",
|
|
838
|
+
"--xxknqzc": "#0000008C",
|
|
839
|
+
"--ig-elevated-background": "255, 255, 255",
|
|
840
|
+
"--ig-text-on-color": "255, 255, 255",
|
|
841
|
+
"--x17s2s01": "10px",
|
|
842
|
+
"--x9igmjo": "#09441F",
|
|
843
|
+
"--x8gv6bx": "0px",
|
|
844
|
+
"--blue-2": "179, 219, 255",
|
|
845
|
+
"--fds-duration-long-out": "350ms",
|
|
846
|
+
"--xq6rgv9": "transparent",
|
|
847
|
+
"--nav-wide-width": "335px",
|
|
848
|
+
"--xdstih4": "rgba(21, 33, 39, .2)",
|
|
849
|
+
"--green-primary": "rgb(43,154,53)",
|
|
850
|
+
"--creation-min-padding-x": "32px",
|
|
851
|
+
"--xwxij5g": "linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .5))",
|
|
852
|
+
"--nav-bottom-screen-max": "767px",
|
|
853
|
+
"--x1esmk3j": "#D31130",
|
|
854
|
+
"--x1ad7l02": ".4",
|
|
855
|
+
"--shadow-1": "rgba(0, 0, 0, 0.1)",
|
|
856
|
+
"--polaris-post-modal-large-screen-min": "1536px",
|
|
857
|
+
"--system-15-font-size": "15px",
|
|
858
|
+
"--overlay-alpha-80": "rgba(12, 16, 20, 0.7)",
|
|
859
|
+
"--x666kwq": "#E6EBEF",
|
|
860
|
+
"--ig-secondary-text": "115, 115, 115",
|
|
861
|
+
"--modal-backdrop-default": "rgba(0, 0, 0, .65)",
|
|
862
|
+
"--disabled-text": "#BCC0C4",
|
|
863
|
+
"--bubbleContentUserBackgroundColor": "#000000",
|
|
864
|
+
"--infochip-medium-radius": "12px",
|
|
865
|
+
"--system-12-line-height": "16px",
|
|
866
|
+
"--page-footer-padding-vertical": "16px",
|
|
867
|
+
"--ig-colors-button-primary-link-text": "49, 67, 227",
|
|
868
|
+
"--fds-gray-90": "#303338",
|
|
869
|
+
"--xyaxlxh": "#FFFFFF",
|
|
870
|
+
"--card-background": "#FFFFFF",
|
|
871
|
+
"--x1napzm8": "5px",
|
|
872
|
+
"--section-header-padding-vertical": "16px",
|
|
873
|
+
"--xnzvq2j": "1",
|
|
874
|
+
"--nav-bar-background-gradient": "linear-gradient(to top, #FFFFFF, rgba(255,255,255.9), rgba(255,255,255,.7), rgba(255,255,255,.4), rgba(255,255,255,0))",
|
|
875
|
+
"--xvv23fx": ".1s",
|
|
876
|
+
"--xh7z1na": "32px",
|
|
877
|
+
"--grey-8": "54, 54, 54",
|
|
878
|
+
"--x1h184of": "768px",
|
|
879
|
+
"--base-lime": "#45BD62",
|
|
880
|
+
"--xeytzu2": "#F1F4F74D",
|
|
881
|
+
"--mwp-message-row-background": "#FFFFFF",
|
|
882
|
+
"--purple-secondary": "rgb(55,50,121)",
|
|
883
|
+
"--fds-spectrum-lemon-dark-1": "#F5C33B",
|
|
884
|
+
"--fds-duration-extra-long-out": "1000ms",
|
|
885
|
+
"--chartreuse-tertiary": "rgb(226,255,152)",
|
|
886
|
+
"--fds-black-alpha-10": "rgba(0, 0, 0, 0.1)",
|
|
887
|
+
"--x1osw725": "8s",
|
|
888
|
+
"--tooltip-background": "rgba(244, 244, 244, 0.8)",
|
|
889
|
+
"--press-overlay": "rgba(0, 0, 0, 0.10)",
|
|
890
|
+
"--x17h09wl": "#445664",
|
|
891
|
+
"--system-28-font-size": "28px",
|
|
892
|
+
"--system-24-font-size": "24px",
|
|
893
|
+
"--ig-tertiary-icon": "199, 199, 199",
|
|
894
|
+
"--fds-duration-extra-extra-short-in": "100ms",
|
|
895
|
+
"--glimmer-animation-direction": "alternate",
|
|
896
|
+
"--x19huaox": "24px",
|
|
897
|
+
"--x3ytj5f": "8px",
|
|
898
|
+
"--blue-4": "71, 175, 255",
|
|
899
|
+
"--ig-secondary-background": "243, 245, 247",
|
|
900
|
+
"--xios89i": "32px",
|
|
901
|
+
"--x1ttpv1t": "6px",
|
|
902
|
+
"--fds-yellow-20": "#FFBA00",
|
|
903
|
+
"--xftuvfa": "#080809",
|
|
904
|
+
"--glimmer-opacity-high-contrast-min": "0.08",
|
|
905
|
+
"--x1rhfrof": "#000000",
|
|
906
|
+
"--fds-duration-medium-in": "400ms",
|
|
907
|
+
"--radio-size-medium": "20px",
|
|
908
|
+
"--creation-padding-x": "64px",
|
|
909
|
+
"--system-14-font-size": "14px",
|
|
910
|
+
"--xlxghfy": "50%",
|
|
911
|
+
"--x15843vv": "10px",
|
|
912
|
+
"--toggle-button-active-background": "#E7F3FF",
|
|
913
|
+
"--xo7axmw": ".2s",
|
|
914
|
+
"--input-border-width": "1px",
|
|
915
|
+
"--ig-link": "0, 55, 107",
|
|
916
|
+
"--event-date": "#F3425F",
|
|
917
|
+
"--x1sb3civ": "0px",
|
|
918
|
+
"--xadhof8": "#F53947",
|
|
919
|
+
"--dataviz-supplementary-1": "rgb(253,91,67)",
|
|
920
|
+
"--story-progressbar-update-tick": ".1s",
|
|
921
|
+
"--x1ev4bvd": "#F0F0F0",
|
|
922
|
+
"--purple-5": "163, 7, 186",
|
|
923
|
+
"--x1t42zyj": "transparent",
|
|
924
|
+
"--x16mvtsk": "5px",
|
|
925
|
+
"--system-30-line-height": "36px",
|
|
926
|
+
"--fds-white-alpha-50": "rgba(255, 255, 255, 0.5)",
|
|
927
|
+
"--scrollable-content-header-height-large": "72px",
|
|
928
|
+
"--input-border-color-hover": "#65676B",
|
|
929
|
+
"--x10brjbm": "auto",
|
|
930
|
+
"--secondary-icon": "#8E8E8E",
|
|
931
|
+
"--x1ruj3lq": "50%",
|
|
932
|
+
"--x1a4bunx": "#000000",
|
|
933
|
+
"--x1s825o0": "12px",
|
|
934
|
+
"--x19dpyk1": "64px",
|
|
935
|
+
"--ig-success": "88, 195, 34",
|
|
936
|
+
"--ig-colors-button-secondary-text": "12, 16, 20",
|
|
937
|
+
"--xz27ylr": "transparent",
|
|
938
|
+
"--xmqvuy9": "#FFFFFF",
|
|
939
|
+
"--search-result-height": "50px",
|
|
940
|
+
"--red-6": "198, 35, 48",
|
|
941
|
+
"--xl8uc24": "50%",
|
|
942
|
+
"--xlx7u6e": "0px",
|
|
943
|
+
"--dataviz-blue-primary": "#1D85FC",
|
|
944
|
+
"--xqu9v5": "#E2E5E9",
|
|
945
|
+
"--primary-button-pressed": "#77A7FF",
|
|
946
|
+
"--status-alert": "224, 1, 13",
|
|
947
|
+
"--font-weight-system-extra-light": "200",
|
|
948
|
+
"--polaris-extra-small-screen-max": "413px",
|
|
949
|
+
"--x1k4myr1": "1px",
|
|
950
|
+
"--grey-2": "219, 219, 219",
|
|
951
|
+
"--disabled-icon": "#BCC0C4",
|
|
952
|
+
"--x9yfhik": "8px",
|
|
953
|
+
"--toast-border-color": "transparent",
|
|
954
|
+
"--text-input-field-font-weight": "500",
|
|
955
|
+
"--fds-spectrum-teal": "#6BCEBB",
|
|
956
|
+
"--stylex-logical-start": "left",
|
|
957
|
+
"--x1axk1tg": "32px",
|
|
958
|
+
"--fds-duration-medium-out": "350ms",
|
|
959
|
+
"--blue-primary": "rgb(0,136,244)",
|
|
960
|
+
"--ig-facebook-blue": "53, 121, 234",
|
|
961
|
+
"--radio-checked-icon-size-large": "12px",
|
|
962
|
+
"--xwutvj3": "12px",
|
|
963
|
+
"--font-weight-system-extra-bold": "800",
|
|
964
|
+
"--placeholder-text": "#65676B",
|
|
965
|
+
"--system-10-font-size": "10px",
|
|
966
|
+
"--secondary-button-stroke": "transparent",
|
|
967
|
+
"--warning": "hsl(40, 89%, 52%)",
|
|
968
|
+
"--shadow-primary": "0px 5px 12px rgba(52, 72, 84, 0.2)",
|
|
969
|
+
"--fds-white-alpha-30": "rgba(255, 255, 255, 0.3)",
|
|
970
|
+
"--text-input-multi-padding-between-text-scrollbar": "20px",
|
|
971
|
+
"--polaris-post-modal-large-height-max": "1032px",
|
|
972
|
+
"--ig-colors-button-borderless-text": "65, 80, 247",
|
|
973
|
+
"--fds-spectrum-aluminum-tint-70": "#E4F0F6",
|
|
974
|
+
"--x8g8wmh": "0px",
|
|
975
|
+
"--dataviz-primary-2": "rgb(156,219,255)",
|
|
976
|
+
"--xl9ojqf": "#080809",
|
|
977
|
+
"--x1drzc3": "#F0F0F0",
|
|
978
|
+
"--section-header-subtitle-with-addOnEnd-margin-vertical": "6px",
|
|
979
|
+
"--x154p3i6": "transparent",
|
|
980
|
+
"--ig-strong-shadow": "0 4px 32px 0 rgba(11, 16, 20, 0.16)",
|
|
981
|
+
"--menu-base-list-item-padding-horizontal": "8px",
|
|
982
|
+
"--x1ftodw5": "4px",
|
|
983
|
+
"--fds-animation-passive-move-out": "cubic-bezier(0.5, 0, 0.1, 1)",
|
|
984
|
+
"--desktop-story-tray-bottom-margin-denser": "24px",
|
|
985
|
+
"--x1tixki8": "50%",
|
|
986
|
+
"--switch-inactive": "#DBDBDB",
|
|
987
|
+
"--section-header-text": "#4B4C4F",
|
|
988
|
+
"--x19rz69o": "none",
|
|
989
|
+
"--fds-animation-quick-move-in": "cubic-bezier(0.1, 0.9, 0.2, 1)",
|
|
990
|
+
"--glimmer-base-opaque": "#979A9F",
|
|
991
|
+
"--blue-tertiary": "rgb(235,245,255)",
|
|
992
|
+
"--x24fn9h": "#A197FF4D",
|
|
993
|
+
"--fds-spectrum-teal-dark-1": "#4DBBA6",
|
|
994
|
+
"--shadow-8": "rgba(0, 0, 0, 0.8)",
|
|
995
|
+
"--messenger-card-min-width": "300px",
|
|
996
|
+
"--web-always-white": "255, 255, 255",
|
|
997
|
+
"--gradient-yellow": "255, 214, 0",
|
|
998
|
+
"--placeholder-icon": "#65676B",
|
|
999
|
+
"--xlev17u": "#F1F4F7CC",
|
|
1000
|
+
"--x1hiqbtc": "#647685",
|
|
1001
|
+
"--ig-colors-button-primary-background--hover": "65, 80, 247",
|
|
1002
|
+
"--ig-colors-button-secondary-link-text--hover": "12, 16, 20",
|
|
1003
|
+
"--nav-bar-background-gradient-wash": "linear-gradient(to top, #F0F2F5, rgba(240,242,245.9), rgba(240,242,245,.7), rgba(240,242,245,.4), rgba(240,242,245,0))",
|
|
1004
|
+
"--xqt9fth": "#F53947",
|
|
1005
|
+
"--dialog-anchor-vertical-padding": "56px",
|
|
1006
|
+
"--chat-text-blockquote-color-background-line": "rgba(0, 0, 0, 0.12)",
|
|
1007
|
+
"--blue-3": "112, 188, 255",
|
|
1008
|
+
"--ig-tertiary-button-text": "38, 38, 38",
|
|
1009
|
+
"--switch-unchecked-background-color": "#8F9297",
|
|
1010
|
+
"--xepydxb": "#F1F4F766",
|
|
1011
|
+
"--x1bom0sp": "0px",
|
|
1012
|
+
"--xiw6jcg": "#323436",
|
|
1013
|
+
"--card-background-flat": "#F7F8FA",
|
|
1014
|
+
"--x168tnhs": "4px",
|
|
1015
|
+
"--x19wb9r": "0s",
|
|
1016
|
+
"--fds-duration-extra-extra-short-out": "100ms",
|
|
1017
|
+
"--fds-spectrum-tomato-tint-30": "#F38E7B",
|
|
1018
|
+
"--green-5": "88, 195, 34",
|
|
1019
|
+
"--blueprint-button-height-medium": "40px",
|
|
1020
|
+
"--chartreuse-secondary": "rgb(50,65,19)",
|
|
1021
|
+
"--xt2qcoh": "#0A131726",
|
|
1022
|
+
"--system-28-line-height": "32px",
|
|
1023
|
+
"--ig-colors-button-primary-link-text--pressed": "31, 40, 173",
|
|
1024
|
+
"--progress-ring-neutral-foreground": "#000000",
|
|
1025
|
+
"--glimmer-opacity-max": "1",
|
|
1026
|
+
"--filter-always-white": "invert(100%)",
|
|
1027
|
+
"--mwp-header-background-color": "#FFFFFF",
|
|
1028
|
+
"--xk37jod": "auto",
|
|
1029
|
+
"--ig-separator": "219, 219, 219",
|
|
1030
|
+
"--ig-primary-text": "0, 0, 0",
|
|
1031
|
+
"--x12qb30c": "#FFFFFF",
|
|
1032
|
+
"--button-padding-horizontal-large": "16px",
|
|
1033
|
+
"--toast-container-padding-vertical": "16px",
|
|
1034
|
+
"--x1evxk78": "#FFFFFF",
|
|
1035
|
+
"--fds-green-55": "#00A400",
|
|
1036
|
+
"--fds-spectrum-slate-dark-2": "#89A1AC",
|
|
1037
|
+
"--x1clm63l": "linear",
|
|
1038
|
+
"--system-32-font-size": "32px",
|
|
1039
|
+
"--yellow-primary": "rgb(161,132,0)",
|
|
1040
|
+
"--web-always-black": "0, 0, 0",
|
|
1041
|
+
"--fds-spectrum-slate-tint-70": "#EAEFF2",
|
|
1042
|
+
"--fds-spectrum-seafoam-tint-70": "#CAEEF9",
|
|
1043
|
+
"--polaris-nav-bottom-screen-max": "767px",
|
|
1044
|
+
"--xlcg5hk": "50%",
|
|
1045
|
+
"--challenge-width": "460px",
|
|
1046
|
+
"--dialog-corner-radius": "8px",
|
|
1047
|
+
"--red-5": "237, 73, 86",
|
|
1048
|
+
"--ig-outgoing-message-bubble": "74, 93, 249",
|
|
1049
|
+
"--fds-gray-20": "#DADDE1",
|
|
1050
|
+
"--ig-tablist-border": "219, 223, 228",
|
|
1051
|
+
"--x4jee19": "4px",
|
|
1052
|
+
"--xx5vayt": "cubic-bezier(.08, .52, .52, 1)",
|
|
1053
|
+
"--ig-animation-move-in": "cubic-bezier(0.17, 0.17, 0, 1)",
|
|
1054
|
+
"--button-corner-radius-medium": "10px",
|
|
1055
|
+
"--desktop-nav-height": "60px",
|
|
1056
|
+
"--x32uek6": "transparent",
|
|
1057
|
+
"--orange-tertiary": "rgb(255,241,239)",
|
|
1058
|
+
"--ig-toggle-background-on-prism": "12, 16, 20",
|
|
1059
|
+
"--bubbleContentUserColor": "#FFFFFF",
|
|
1060
|
+
"--xdemnd9": "1px",
|
|
1061
|
+
"--xr0fzoy": "32px",
|
|
1062
|
+
"--x4yl131": "4px",
|
|
1063
|
+
"--fds-duration-long-in": "500ms",
|
|
1064
|
+
"--x1196mbi": "#FFFFFF",
|
|
1065
|
+
"--x132c4bx": ".5",
|
|
1066
|
+
"--xyil8vw": "#CCD3DB",
|
|
1067
|
+
"--ig-colors-button-secondary-text--disabled": "94, 100, 109",
|
|
1068
|
+
"--text-input-label-font-stretch": "",
|
|
1069
|
+
"--x1m0kmm": "5px",
|
|
1070
|
+
"--xpa06uk": "#4E606F",
|
|
1071
|
+
"--input-label-color-disabled": "#BCC0C4",
|
|
1072
|
+
"--shadow-on-media": "0px 0px 1px rgba(0, 0, 0, 0.62)",
|
|
1073
|
+
"--system-20-font-size": "20px",
|
|
1074
|
+
"--secondary-button-background-on-dark": "rgba(0, 0, 0, 0.4)",
|
|
1075
|
+
"--polaris-breakpoint-small-width": "1024px",
|
|
1076
|
+
"--ig-background-blur": "248, 249, 249, .8",
|
|
1077
|
+
"--xeuc15l": "0px",
|
|
1078
|
+
"--ig-dropdown-background": "243, 245, 247",
|
|
1079
|
+
"--button-padding-icon-only": "16px",
|
|
1080
|
+
"--list-cell-min-height": "52px",
|
|
1081
|
+
"--modal-padding": "16px",
|
|
1082
|
+
"--feed-width-wide-story": "930px",
|
|
1083
|
+
"--desktop-grid-item-margin-slim": "4px",
|
|
1084
|
+
"--ig-tertiary-button-border": "219, 219, 219",
|
|
1085
|
+
"--chartreuse-primary": "rgb(106,147,22)",
|
|
1086
|
+
"--breakpoint-small-width": "1024px",
|
|
1087
|
+
"--xzq5v5e": "#5D6C7B",
|
|
1088
|
+
"--x178rz4h": "5px",
|
|
1089
|
+
"--stylex-logical-end": "right",
|
|
1090
|
+
"--x11nuaxw": "rgba(0, 0, 0, .05)",
|
|
1091
|
+
"--primary-button-text": "#FFFFFF",
|
|
1092
|
+
"--xv29y53": "8px",
|
|
1093
|
+
"--red-4": "255, 104, 116",
|
|
1094
|
+
"--fds-spectrum-tomato-tint-90": "#FDEFED",
|
|
1095
|
+
"--x1d6k8u6": "14px",
|
|
1096
|
+
"--search-modal-top-offset": "12px",
|
|
1097
|
+
"--red-secondary": "rgb(118,22,27)",
|
|
1098
|
+
"--x16oxp5a": "#F0F0F0",
|
|
1099
|
+
"--fds-white-alpha-80": "rgba(255, 255, 255, 0.8)",
|
|
1100
|
+
"--ig-toggle-background-off-prism": "219, 223, 228",
|
|
1101
|
+
"--font-family-system-prism": "\"Instagram Sans UI\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif",
|
|
1102
|
+
"--scrollable-content-header-height-med": "49px",
|
|
1103
|
+
"--x1cqce2t": "24px",
|
|
1104
|
+
"--separator-menu-item-margin-vertical": "4px",
|
|
1105
|
+
"--xe5i04x": "#8A8D91",
|
|
1106
|
+
"--x215qz1": "#0866FF",
|
|
1107
|
+
"--system-30-font-size": "30px",
|
|
1108
|
+
"--x155matd": "4px",
|
|
1109
|
+
"--always-dark-overlay": "rgba(43, 48, 54, 0.8)",
|
|
1110
|
+
"--fds-blue-30": "#AAC9FF",
|
|
1111
|
+
"--ig-background-always-dark-blur": "rgba(43, 48, 54, 0.5)",
|
|
1112
|
+
"--x6ixmsi": "12px",
|
|
1113
|
+
"--green-6": "55, 166, 0",
|
|
1114
|
+
"--xiyfnn2": "50%",
|
|
1115
|
+
"--footer-width-wide": "1150px",
|
|
1116
|
+
"--tab-text-icon-gap": "4px",
|
|
1117
|
+
"--x149dqt": "#FFFFFF",
|
|
1118
|
+
"--teal-tertiary": "rgb(227,247,241)",
|
|
1119
|
+
"--fds-blue-05": "#ECF3FF",
|
|
1120
|
+
"--blue-5": "0, 149, 246",
|
|
1121
|
+
"--fuschia-tertiary": "rgb(255,241,246)",
|
|
1122
|
+
"--button-corner-radius": "4px",
|
|
1123
|
+
"--red-tertiary": "rgb(255,241,239)",
|
|
1124
|
+
"--x1f1vpbm": "transparent",
|
|
1125
|
+
"--ig-colors-button-borderless-text--hover": "37, 54, 208",
|
|
1126
|
+
"--comment-footer-background": "#F6F9FA",
|
|
1127
|
+
"--ig-colors-button-secondary-link-text--pressed": "12, 16, 20",
|
|
1128
|
+
"--xmo9kjt": "6px",
|
|
1129
|
+
"--xacx6cu": "transparent",
|
|
1130
|
+
"--igds-menu-border-radius": "20px",
|
|
1131
|
+
"--xyeoegy": "5px",
|
|
1132
|
+
"--messenger-card-max-width": "480px",
|
|
1133
|
+
"--grey-0": "245, 245, 245",
|
|
1134
|
+
"--ig-colors-button-secondary-background": "240, 242, 245",
|
|
1135
|
+
"--fds-black-alpha-40": "rgba(0, 0, 0, 0.4)",
|
|
1136
|
+
"--x4cz878": "16px",
|
|
1137
|
+
"--media-outer-border": "#FFFFFF",
|
|
1138
|
+
"--ig-tertiary-text": "199, 199, 199",
|
|
1139
|
+
"--x1h23lpg": "10px",
|
|
1140
|
+
"--base-seafoam": "#54C7EC",
|
|
1141
|
+
"--x1pap48z": "72px",
|
|
1142
|
+
"--xc79r3t": "0px",
|
|
1143
|
+
"--ig-duration-extra-extra-short-out": "100ms",
|
|
1144
|
+
"--negative-background": "hsl(350, 87%, 55%, 20%)",
|
|
1145
|
+
"--ig-input-border-radius": "12px",
|
|
1146
|
+
"--xn9bwek": "16px",
|
|
1147
|
+
"--gradient-orange": "255, 122, 0",
|
|
1148
|
+
"--x1d8jg19": "24px",
|
|
1149
|
+
"--filter-positive": "invert(37%) sepia(61%) saturate(200%) saturate(200%) saturate(200%) saturate(200%) saturate(115%) hue-rotate(91deg) brightness(97%) contrast(105%)",
|
|
1150
|
+
"--ig-colors-button-primary-background--disabled": "184, 205, 255",
|
|
1151
|
+
"--x15etoab": "32px",
|
|
1152
|
+
"--switch-active": "hsl(214, 89%, 52%)",
|
|
1153
|
+
"--fds-gray-70": "#606770",
|
|
1154
|
+
"--highlight-bg": "#E7F3FF",
|
|
1155
|
+
"--filter-primary-deemphasized-button-icon": "invert(28%) sepia(100%) saturate(6042%) hue-rotate(202deg) brightness(96%) contrast(101%)",
|
|
1156
|
+
"--system-22-font-size": "22px",
|
|
1157
|
+
"--x1hvovgm": "12px",
|
|
1158
|
+
"--xpoq6yp": "400",
|
|
1159
|
+
"--fds-spectrum-tomato": "#FB724B",
|
|
1160
|
+
"--story-swap-animation-duration": ".35s",
|
|
1161
|
+
"--fds-green-65": "#51CE70",
|
|
1162
|
+
"--xo864yi": "transparent",
|
|
1163
|
+
"--polaris-site-width-narrow": "600px",
|
|
1164
|
+
"--button-height-medium": "36px",
|
|
1165
|
+
"--creation-settings-width": "340px",
|
|
1166
|
+
"--x16xtl57": "5px",
|
|
1167
|
+
"--fds-primary-icon": "#1C1E21",
|
|
1168
|
+
"--xsl46bp": "#080809",
|
|
1169
|
+
"--menu-item-base-padding-vertical": "12px",
|
|
1170
|
+
"--system-11-font-size": "11px",
|
|
1171
|
+
"--fds-spectrum-grape-tint-70": "#DDD5F0",
|
|
1172
|
+
"--xkvygis": "#65686C",
|
|
1173
|
+
"--x10tbaz9": "16px",
|
|
1174
|
+
"--text-badge-corner-radius": "4px",
|
|
1175
|
+
"--input-corner-radius": "6px",
|
|
1176
|
+
"--xkd1r8e": "5px",
|
|
1177
|
+
"--xekrhsr": "linear",
|
|
1178
|
+
"--x1c4lz48": "8px",
|
|
1179
|
+
"--creation-header-height": "43px",
|
|
1180
|
+
"--fds-primary-text": "#1C1E21",
|
|
1181
|
+
"--list-cell-padding-vertical": "20px",
|
|
1182
|
+
"--x5lf19y": "#FFFFFF",
|
|
1183
|
+
"--x1s39hm7": "#e1e4e8",
|
|
1184
|
+
"--x9huxp1": "10px",
|
|
1185
|
+
"--revamp-feed-card-media-min-width": "390px",
|
|
1186
|
+
"--x1hcjaay": ".4s",
|
|
1187
|
+
"--ig-input-text-and-icon-primary": "12, 16, 20",
|
|
1188
|
+
"--fds-gray-100": "#1C1E21",
|
|
1189
|
+
"--rating-star-active": "#EB660D",
|
|
1190
|
+
"--x1ikcymc": "#0457CB",
|
|
1191
|
+
"--xk3by9m": "#F1F4F7B2",
|
|
1192
|
+
"--positive-background": "#DEEFE1",
|
|
1193
|
+
"--segmented-bar-chart-primary": "211, 0, 197",
|
|
1194
|
+
"--text-input-label-font-weight": "400",
|
|
1195
|
+
"--overlay-on-media": "rgba(0, 0, 0, 0.6)",
|
|
1196
|
+
"--orange-primary": "rgb(208,108,20)",
|
|
1197
|
+
"--xh89adf": "8px",
|
|
1198
|
+
"--fds-gray-05": "#F2F3F5",
|
|
1199
|
+
"--ig-close-friends-refreshed": "28, 209, 79",
|
|
1200
|
+
"--mobile-nav-height": "45px",
|
|
1201
|
+
"--fds-animation-passive-move-in": "cubic-bezier(0.5, 0, 0.1, 1)",
|
|
1202
|
+
"--xqx1b3w": "#cdcfd1",
|
|
1203
|
+
"--focus-ring-shadow-inset": "0 0 0 2px #1877F2 inset, 0 0 0 4px #FFFFFF inset",
|
|
1204
|
+
"--x17m3bg8": "0px",
|
|
1205
|
+
"--xdt1ml": "12px",
|
|
1206
|
+
"--scrollable-content-header-height": "44px",
|
|
1207
|
+
"--primary-text": "#262626",
|
|
1208
|
+
"--grey-9": "38, 38, 38",
|
|
1209
|
+
"--x5bxsh4": "#44566480",
|
|
1210
|
+
"--fds-spectrum-cherry": "#F35369",
|
|
1211
|
+
"--x6x6ilv": "#0A13174D",
|
|
1212
|
+
"--x13t7dcq": "rgba(0, 0, 0, .05)",
|
|
1213
|
+
"--ig-stroke": "219, 219, 219",
|
|
1214
|
+
"--creation-modal-max-height": "898px",
|
|
1215
|
+
"--text-input-bar-background": "#F0F2F5",
|
|
1216
|
+
"--x117ptrb": "opacity .2s ease",
|
|
1217
|
+
"--chat-bubble-emphasis-ring-before": "white",
|
|
1218
|
+
"--button-padding-horizontal-medium": "16px",
|
|
1219
|
+
"--xfrk6k2": "solid",
|
|
1220
|
+
"--media-pressed": "rgba(68, 73, 80, 0.35)",
|
|
1221
|
+
"--dataviz-secondary-3": "rgb(119,45,88)",
|
|
1222
|
+
"--x1p42rpq": "#FFFFFF",
|
|
1223
|
+
"--fds-animation-fade-out": "cubic-bezier(0, 0, 1, 1)",
|
|
1224
|
+
"--fds-animation-move-in": "cubic-bezier(0.17, 0.17, 0, 1)",
|
|
1225
|
+
"--red-primary": "rgb(251,60,68)",
|
|
1226
|
+
"--feed-width": "470px",
|
|
1227
|
+
"--ig-toggle-outline-disabled-prism": "243, 245, 247",
|
|
1228
|
+
"--small-layout-max": "1079px",
|
|
1229
|
+
"--badge-background-color-red": "#e41e3f",
|
|
1230
|
+
"--xik0f35": "8px",
|
|
1231
|
+
"--grey-7": "85, 85, 85",
|
|
1232
|
+
"--x6r21d0": "#0759F2",
|
|
1233
|
+
"--xbdfujg": "#000000",
|
|
1234
|
+
"--ig-tertiary-button-hover": "245, 245, 245",
|
|
1235
|
+
"--ig-animation-move-out": "cubic-bezier(0.17, 0.17, 0, 1)",
|
|
1236
|
+
"--polaris-post-modal-small-screen-max": "1366px",
|
|
1237
|
+
"--fds-dark-mode-gray-50": "#828282",
|
|
1238
|
+
"--search-modal-height-expanded": "450px"
|
|
1239
|
+
}
|
|
1240
|
+
}
|