@blerp/design 1.2.74 → 1.2.76
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/Blerp/BlerpImageRow.js +167 -0
- package/dist/cjs/Blerp/BlerpSavePopup.js +157 -0
- package/dist/cjs/Blerp/BlerpTitleRow.js +116 -0
- package/dist/cjs/Blerp/BlerpTopRow.js +246 -0
- package/dist/cjs/Blerp.js +239 -0
- package/dist/cjs/BlerpAudioContextProvider.js +141 -0
- package/dist/cjs/BlerpListView.js +357 -0
- package/dist/cjs/BlerpListViewPremium.js +404 -0
- package/dist/cjs/BlerpListViewSkeleton.js +27 -0
- package/dist/cjs/BlerpSkeleton.js +23 -0
- package/dist/cjs/CollectionCard.js +402 -0
- package/dist/cjs/CollectionListViewPremium.js +368 -0
- package/dist/cjs/CollectionSkeleton.js +28 -0
- package/dist/cjs/Dropdown.js +283 -0
- package/dist/cjs/EllipsisLoader.js +51 -0
- package/dist/cjs/GroupCard.js +172 -0
- package/dist/cjs/Icons/Icons.js +606 -0
- package/dist/cjs/ImageUploadModal.js +278 -0
- package/dist/cjs/Lotties/JiggleLock.json.js +2762 -0
- package/dist/cjs/Lotties/LottieAnimation.js +32 -0
- package/dist/cjs/NewBlerp.js +740 -0
- package/dist/cjs/NewBlerpTest.js +808 -0
- package/dist/cjs/NewCollectionModal.js +403 -0
- package/dist/cjs/PremiumCollectionCard.js +511 -0
- package/dist/cjs/PurchaseModals/CheckoutModal.js +39 -0
- package/dist/cjs/PurchaseModals/PremiumBlerpCheckoutModal.js +39 -0
- package/dist/cjs/PurchaseModals/PremiumCollectionCheckoutModal.js +39 -0
- package/dist/cjs/PurchaseModals/PremiumSubscriptionCheckoutModal.js +39 -0
- package/dist/cjs/ReactionButtons.js +65 -0
- package/dist/cjs/ScreenSizeHook.js +34 -0
- package/dist/cjs/SnackbarContextProvider.js +166 -0
- package/dist/cjs/Theme.js +255 -0
- package/dist/cjs/Toggle.js +59 -0
- package/dist/cjs/UserCard.js +141 -0
- package/dist/cjs/UserPage/LibraryControls.js +315 -0
- package/dist/cjs/UserPage/UserLibraryHeader.js +93 -0
- package/dist/cjs/UserPage/UserProfileHeader.js +283 -0
- package/dist/cjs/UsernameWithPopout.js +93 -0
- package/dist/cjs/colors.js +368 -0
- package/dist/cjs/icons.js +161 -0
- package/dist/cjs/index.js +449 -0
- package/dist/esm/Blerp/BlerpImageRow.js +157 -0
- package/dist/esm/Blerp/BlerpSavePopup.js +147 -0
- package/dist/esm/Blerp/BlerpTitleRow.js +108 -0
- package/dist/esm/Blerp/BlerpTopRow.js +236 -0
- package/dist/esm/Blerp.js +230 -0
- package/dist/esm/BlerpAudioContextProvider.js +132 -0
- package/dist/esm/BlerpListView.js +344 -0
- package/dist/esm/BlerpListViewPremium.js +391 -0
- package/dist/esm/BlerpListViewSkeleton.js +17 -0
- package/dist/esm/BlerpSkeleton.js +13 -0
- package/dist/esm/CollectionCard.js +392 -0
- package/dist/esm/CollectionListViewPremium.js +354 -0
- package/dist/esm/CollectionSkeleton.js +18 -0
- package/dist/esm/Dropdown.js +273 -0
- package/dist/esm/EllipsisLoader.js +41 -0
- package/dist/esm/GroupCard.js +162 -0
- package/dist/esm/Icons/Icons.js +571 -0
- package/dist/esm/ImageUploadModal.js +265 -0
- package/dist/esm/Lotties/JiggleLock.json.js +2747 -0
- package/dist/esm/Lotties/LottieAnimation.js +25 -0
- package/dist/esm/NewBlerp.js +719 -0
- package/dist/esm/NewBlerpTest.js +787 -0
- package/dist/esm/NewCollectionModal.js +391 -0
- package/dist/esm/PremiumCollectionCard.js +498 -0
- package/dist/esm/PurchaseModals/CheckoutModal.js +33 -0
- package/dist/esm/PurchaseModals/PremiumBlerpCheckoutModal.js +33 -0
- package/dist/esm/PurchaseModals/PremiumCollectionCheckoutModal.js +33 -0
- package/dist/esm/PurchaseModals/PremiumSubscriptionCheckoutModal.js +33 -0
- package/dist/esm/ReactionButtons.js +57 -0
- package/dist/esm/ScreenSizeHook.js +30 -0
- package/dist/esm/SnackbarContextProvider.js +154 -0
- package/dist/esm/Theme.js +246 -0
- package/dist/esm/Toggle.js +49 -0
- package/dist/esm/UserCard.js +133 -0
- package/dist/esm/UserPage/LibraryControls.js +301 -0
- package/dist/esm/UserPage/UserLibraryHeader.js +87 -0
- package/dist/esm/UserPage/UserProfileHeader.js +268 -0
- package/dist/esm/UsernameWithPopout.js +85 -0
- package/dist/esm/colors.js +360 -0
- package/dist/esm/icons.js +159 -0
- package/dist/esm/index.js +336 -0
- package/package.json +2 -1
|
@@ -0,0 +1,368 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
let colors = {
|
|
6
|
+
white: "#ffffff",
|
|
7
|
+
waxing: "#F3F3F3",
|
|
8
|
+
waxwing: "#F3F3F3",
|
|
9
|
+
grey1: "#F0F2F2",
|
|
10
|
+
grey1Dark: "#F0F2F2",
|
|
11
|
+
grey2: "#E6E6E6",
|
|
12
|
+
grey2Dark: "#1A1E1F",
|
|
13
|
+
grey2LightReal: "#E2E6E7",
|
|
14
|
+
// Until we fix the UI
|
|
15
|
+
darkerWhite: "#E2E6E7",
|
|
16
|
+
// Until we fix the UI
|
|
17
|
+
grey2DarkReal: "#E2E6E7",
|
|
18
|
+
// Until we fix the UI
|
|
19
|
+
grey3: "#C6CBCC",
|
|
20
|
+
grey3Dark: "#C6CBCC",
|
|
21
|
+
grey4: "#8A9193",
|
|
22
|
+
grey4Dark: "#8A9193",
|
|
23
|
+
grey5: "#676F70",
|
|
24
|
+
grey5Dark: "#676F70",
|
|
25
|
+
grey6: "#474D4F",
|
|
26
|
+
grey6Dark: "#474D4F",
|
|
27
|
+
grey7: "#2C3233",
|
|
28
|
+
grey7Dark: "#2C3233",
|
|
29
|
+
grey8: "#1A1E1F",
|
|
30
|
+
grey8Dark: "#1A1E1F",
|
|
31
|
+
grey9: "#000000",
|
|
32
|
+
grey9Dark: "#050908",
|
|
33
|
+
notBlack: "#121212",
|
|
34
|
+
notBlackDark: "#1A1E1F",
|
|
35
|
+
black: "#000000",
|
|
36
|
+
discordGrey: "#2C3034",
|
|
37
|
+
secondaryButtonDarkGrey: "#21000C",
|
|
38
|
+
secondaryButtonGrey: "#8A8587",
|
|
39
|
+
thirdButtonGrey: "#BEBEBC",
|
|
40
|
+
ibisRed: "#FE295C",
|
|
41
|
+
ibisRedDark: "#B43757",
|
|
42
|
+
starling: "#3507B4",
|
|
43
|
+
seafoam: "#0FEBC5",
|
|
44
|
+
seafoamDark: "#30645B",
|
|
45
|
+
buntingBlue: "#27AAFF",
|
|
46
|
+
popnYellow: "#FFD400"
|
|
47
|
+
};
|
|
48
|
+
let overrideColors = {
|
|
49
|
+
whiteOverride: colors.white,
|
|
50
|
+
waxwingOverride: colors.waxwing,
|
|
51
|
+
grey1Override: colors.grey1,
|
|
52
|
+
grey2Override: colors.grey2,
|
|
53
|
+
grey2DarkRealOverride: colors.grey2DarkReal,
|
|
54
|
+
grey3Override: colors.grey3,
|
|
55
|
+
grey4Override: colors.grey4,
|
|
56
|
+
grey5Override: colors.grey5,
|
|
57
|
+
grey6Override: colors.grey6,
|
|
58
|
+
grey7Override: colors.grey7,
|
|
59
|
+
grey8Override: colors.grey8,
|
|
60
|
+
grey9Override: colors.grey9,
|
|
61
|
+
notBlackOverride: colors.notBlack,
|
|
62
|
+
blackOverride: colors.black,
|
|
63
|
+
discordGreyOverride: colors.discordGrey,
|
|
64
|
+
secondaryButtonDarkGreyOverride: colors.secondaryButtonDarkGrey,
|
|
65
|
+
secondaryButtonGreyOverride: colors.secondaryButtonGrey,
|
|
66
|
+
thirdButtonGreyOverride: colors.thirdButtonGrey,
|
|
67
|
+
ibisRedOverride: colors.ibisRed,
|
|
68
|
+
ibisRedDarkOverride: colors.ibisRedDark,
|
|
69
|
+
starlingOverride: colors.starling,
|
|
70
|
+
seafoamOverride: colors.seafoam,
|
|
71
|
+
seafoamDarkOverride: colors.seafoamDark,
|
|
72
|
+
buntingBlueOverride: colors.buntingBlue,
|
|
73
|
+
popnYellowOverride: colors.popnYellow
|
|
74
|
+
};
|
|
75
|
+
const lightColors = { ...colors,
|
|
76
|
+
...overrideColors
|
|
77
|
+
};
|
|
78
|
+
const darkColors = {
|
|
79
|
+
white: colors.black,
|
|
80
|
+
waxwing: colors.grey8Dark,
|
|
81
|
+
grey1: colors.grey1Dark,
|
|
82
|
+
grey2: colors.grey2Dark,
|
|
83
|
+
grey3: colors.grey3Dark,
|
|
84
|
+
grey4: colors.grey4Dark,
|
|
85
|
+
grey5: colors.grey5Dark,
|
|
86
|
+
grey6: colors.grey6Dark,
|
|
87
|
+
grey7: colors.grey7Dark,
|
|
88
|
+
grey8: colors.grey8Dark,
|
|
89
|
+
grey9: colors.grey9Dark,
|
|
90
|
+
notBlack: colors.notBlackDark,
|
|
91
|
+
secondaryButtonDarkGrey: colors.secondaryButtonGrey,
|
|
92
|
+
secondaryButtonGrey: colors.secondaryButtonGrey,
|
|
93
|
+
thirdButtonGrey: colors.thirdButtonGrey,
|
|
94
|
+
ibisRed: colors.ibisRed,
|
|
95
|
+
ibisRedDark: colors.ibisRedDark,
|
|
96
|
+
starling: colors.starling,
|
|
97
|
+
seafoam: colors.seafoam,
|
|
98
|
+
seafoamDark: colors.seafoamDark,
|
|
99
|
+
buntingBlue: colors.buntingBlue,
|
|
100
|
+
popnYellow: colors.popnYellow,
|
|
101
|
+
...overrideColors
|
|
102
|
+
};
|
|
103
|
+
const lightPalette = {
|
|
104
|
+
primary: {
|
|
105
|
+
light: colors.ibisRed,
|
|
106
|
+
main: colors.ibisRed,
|
|
107
|
+
dark: "#DB0F3F",
|
|
108
|
+
contrastText: "#fff"
|
|
109
|
+
},
|
|
110
|
+
secondary: {
|
|
111
|
+
light: colors.notBlack,
|
|
112
|
+
main: colors.notBlack,
|
|
113
|
+
dark: colors.notBlack,
|
|
114
|
+
contrastText: "#000"
|
|
115
|
+
},
|
|
116
|
+
whiteOverride: {
|
|
117
|
+
light: colors.white,
|
|
118
|
+
main: colors.white,
|
|
119
|
+
dark: colors.white,
|
|
120
|
+
override: colors.white,
|
|
121
|
+
contrastText: "#fff"
|
|
122
|
+
},
|
|
123
|
+
white: {
|
|
124
|
+
light: colors.white,
|
|
125
|
+
main: colors.white,
|
|
126
|
+
dark: colors.white,
|
|
127
|
+
override: colors.white,
|
|
128
|
+
contrastText: "#fff"
|
|
129
|
+
},
|
|
130
|
+
neutral: {
|
|
131
|
+
main: "#64748B",
|
|
132
|
+
contrastText: "#fff"
|
|
133
|
+
},
|
|
134
|
+
darkerWhite: {
|
|
135
|
+
light: colors.grey2LightReal,
|
|
136
|
+
main: colors.grey2DarkReal,
|
|
137
|
+
dark: colors.notBlackDark,
|
|
138
|
+
override: colors.grey2DarkReal
|
|
139
|
+
},
|
|
140
|
+
waxwing: {
|
|
141
|
+
main: colors.waxing,
|
|
142
|
+
override: colors.waxing,
|
|
143
|
+
real: colors.grey1
|
|
144
|
+
},
|
|
145
|
+
grey1: {
|
|
146
|
+
main: colors.grey1,
|
|
147
|
+
override: colors.grey1
|
|
148
|
+
},
|
|
149
|
+
grey2: {
|
|
150
|
+
main: colors.grey2,
|
|
151
|
+
override: colors.grey2LightReal,
|
|
152
|
+
real: colors.grey2
|
|
153
|
+
},
|
|
154
|
+
grey3: {
|
|
155
|
+
main: colors.grey3,
|
|
156
|
+
override: colors.grey3,
|
|
157
|
+
real: colors.grey3
|
|
158
|
+
},
|
|
159
|
+
grey4: {
|
|
160
|
+
main: colors.grey4,
|
|
161
|
+
override: colors.grey4,
|
|
162
|
+
real: colors.grey4
|
|
163
|
+
},
|
|
164
|
+
grey5: {
|
|
165
|
+
main: colors.grey5,
|
|
166
|
+
override: colors.grey5,
|
|
167
|
+
real: colors.grey5
|
|
168
|
+
},
|
|
169
|
+
grey6: {
|
|
170
|
+
main: colors.grey6,
|
|
171
|
+
override: colors.grey6,
|
|
172
|
+
real: colors.grey6
|
|
173
|
+
},
|
|
174
|
+
grey7: {
|
|
175
|
+
main: colors.grey7,
|
|
176
|
+
override: colors.grey7,
|
|
177
|
+
real: colors.grey7
|
|
178
|
+
},
|
|
179
|
+
grey8: {
|
|
180
|
+
main: colors.grey8,
|
|
181
|
+
override: colors.grey8,
|
|
182
|
+
real: colors.grey8
|
|
183
|
+
},
|
|
184
|
+
grey9: {
|
|
185
|
+
main: colors.grey9,
|
|
186
|
+
override: colors.grey9,
|
|
187
|
+
real: colors.grey9
|
|
188
|
+
},
|
|
189
|
+
notBlack: {
|
|
190
|
+
light: colors.notBlack,
|
|
191
|
+
main: colors.notBlack,
|
|
192
|
+
dark: colors.notBlack,
|
|
193
|
+
override: colors.notBlack,
|
|
194
|
+
contrastText: "#fff"
|
|
195
|
+
},
|
|
196
|
+
ibisRed: {
|
|
197
|
+
main: colors.ibisRed
|
|
198
|
+
},
|
|
199
|
+
ibisRedDark: {
|
|
200
|
+
main: colors.ibisRedDark
|
|
201
|
+
},
|
|
202
|
+
seafoam: {
|
|
203
|
+
light: colors.seafoam,
|
|
204
|
+
main: colors.seafoam,
|
|
205
|
+
dark: colors.seafoam,
|
|
206
|
+
contrastText: "#000"
|
|
207
|
+
},
|
|
208
|
+
seafoamDark: {
|
|
209
|
+
light: colors.seafoamDark,
|
|
210
|
+
main: colors.seafoamDark,
|
|
211
|
+
dark: colors.seafoamDark,
|
|
212
|
+
contrastText: "#000"
|
|
213
|
+
},
|
|
214
|
+
buntingBlue: {
|
|
215
|
+
light: colors.buntingBlue,
|
|
216
|
+
main: colors.buntingBlue,
|
|
217
|
+
dark: colors.buntingBlue,
|
|
218
|
+
contrastText: "#fff"
|
|
219
|
+
},
|
|
220
|
+
starling: {
|
|
221
|
+
light: colors.starling,
|
|
222
|
+
main: colors.starling,
|
|
223
|
+
dark: colors.starling,
|
|
224
|
+
contrastText: "#fff"
|
|
225
|
+
},
|
|
226
|
+
popnYellow: {
|
|
227
|
+
main: colors.popnYellow
|
|
228
|
+
}
|
|
229
|
+
};
|
|
230
|
+
const darkPalette = {
|
|
231
|
+
primary: {
|
|
232
|
+
light: colors.ibisRed,
|
|
233
|
+
main: colors.ibisRed,
|
|
234
|
+
dark: colors.ibisRed,
|
|
235
|
+
contrastText: "#fff"
|
|
236
|
+
},
|
|
237
|
+
secondary: {
|
|
238
|
+
light: colors.notBlack,
|
|
239
|
+
main: colors.notBlack,
|
|
240
|
+
dark: colors.notBlack,
|
|
241
|
+
contrastText: "#000"
|
|
242
|
+
},
|
|
243
|
+
whiteOverride: {
|
|
244
|
+
light: colors.white,
|
|
245
|
+
main: colors.white,
|
|
246
|
+
dark: colors.white,
|
|
247
|
+
override: colors.white,
|
|
248
|
+
contrastText: "#fff"
|
|
249
|
+
},
|
|
250
|
+
white: {
|
|
251
|
+
light: "#000000",
|
|
252
|
+
main: "#000000",
|
|
253
|
+
dark: "#000000",
|
|
254
|
+
override: colors.white,
|
|
255
|
+
contrastText: "#fff"
|
|
256
|
+
},
|
|
257
|
+
neutral: {
|
|
258
|
+
main: "#64748B",
|
|
259
|
+
contrastText: "#fff"
|
|
260
|
+
},
|
|
261
|
+
lighterBlack: {
|
|
262
|
+
light: colors.grey2LightReal,
|
|
263
|
+
main: colors.grey2DarkReal,
|
|
264
|
+
dark: colors.notBlackDark,
|
|
265
|
+
override: colors.grey2DarkReal
|
|
266
|
+
},
|
|
267
|
+
waxwing: {
|
|
268
|
+
main: colors.notBlack,
|
|
269
|
+
override: colors.waxwing,
|
|
270
|
+
real: colors.grey1
|
|
271
|
+
},
|
|
272
|
+
grey1: {
|
|
273
|
+
main: colors.grey9Dark,
|
|
274
|
+
override: colors.grey1Dark,
|
|
275
|
+
real: colors.grey1
|
|
276
|
+
},
|
|
277
|
+
grey2: {
|
|
278
|
+
main: colors.grey8Dark,
|
|
279
|
+
override: colors.grey2DarkReal,
|
|
280
|
+
real: colors.grey2
|
|
281
|
+
},
|
|
282
|
+
grey3: {
|
|
283
|
+
main: colors.grey7Dark,
|
|
284
|
+
override: colors.grey3Dark,
|
|
285
|
+
real: colors.grey3
|
|
286
|
+
},
|
|
287
|
+
grey4: {
|
|
288
|
+
main: colors.grey6Dark,
|
|
289
|
+
override: colors.grey4Dark,
|
|
290
|
+
real: colors.grey4
|
|
291
|
+
},
|
|
292
|
+
grey5: {
|
|
293
|
+
main: colors.grey5Dark,
|
|
294
|
+
override: colors.grey5Dark,
|
|
295
|
+
real: colors.grey5
|
|
296
|
+
},
|
|
297
|
+
grey6: {
|
|
298
|
+
main: colors.grey4Dark,
|
|
299
|
+
override: colors.grey6Dark,
|
|
300
|
+
real: colors.grey6
|
|
301
|
+
},
|
|
302
|
+
grey7: {
|
|
303
|
+
main: colors.grey3Dark,
|
|
304
|
+
override: colors.grey7Dark,
|
|
305
|
+
real: colors.grey7
|
|
306
|
+
},
|
|
307
|
+
grey8: {
|
|
308
|
+
main: colors.grey2Dark,
|
|
309
|
+
override: colors.grey8Dark,
|
|
310
|
+
real: colors.grey8
|
|
311
|
+
},
|
|
312
|
+
grey9: {
|
|
313
|
+
main: colors.grey1Dark,
|
|
314
|
+
override: colors.grey9Dark,
|
|
315
|
+
real: colors.grey9
|
|
316
|
+
},
|
|
317
|
+
notBlack: {
|
|
318
|
+
light: colors.waxwing,
|
|
319
|
+
main: colors.waxwing,
|
|
320
|
+
dark: colors.waxwing,
|
|
321
|
+
override: colors.notBlack,
|
|
322
|
+
contrastText: "#000"
|
|
323
|
+
},
|
|
324
|
+
black: {
|
|
325
|
+
main: "#ffffff",
|
|
326
|
+
contrastText: "#000"
|
|
327
|
+
},
|
|
328
|
+
ibisRed: {
|
|
329
|
+
main: colors.ibisRed
|
|
330
|
+
},
|
|
331
|
+
ibisRedDark: {
|
|
332
|
+
main: colors.ibisRedDark
|
|
333
|
+
},
|
|
334
|
+
seafoam: {
|
|
335
|
+
light: colors.seafoam,
|
|
336
|
+
main: colors.seafoam,
|
|
337
|
+
dark: colors.seafoam,
|
|
338
|
+
contrastText: "#000"
|
|
339
|
+
},
|
|
340
|
+
seafoamDark: {
|
|
341
|
+
light: colors.seafoamDark,
|
|
342
|
+
main: colors.seafoamDark,
|
|
343
|
+
dark: colors.seafoamDark,
|
|
344
|
+
contrastText: "#000"
|
|
345
|
+
},
|
|
346
|
+
buntingBlue: {
|
|
347
|
+
light: colors.buntingBlue,
|
|
348
|
+
main: colors.buntingBlue,
|
|
349
|
+
dark: colors.buntingBlue,
|
|
350
|
+
contrastText: "#fff"
|
|
351
|
+
},
|
|
352
|
+
starling: {
|
|
353
|
+
light: colors.starling,
|
|
354
|
+
main: colors.starling,
|
|
355
|
+
dark: colors.starling,
|
|
356
|
+
contrastText: "#fff"
|
|
357
|
+
},
|
|
358
|
+
popnYellow: {
|
|
359
|
+
main: colors.popnYellow
|
|
360
|
+
}
|
|
361
|
+
};
|
|
362
|
+
|
|
363
|
+
exports.darkColors = darkColors;
|
|
364
|
+
exports.darkPalette = darkPalette;
|
|
365
|
+
exports.default = colors;
|
|
366
|
+
exports.lightColors = lightColors;
|
|
367
|
+
exports.lightPalette = lightPalette;
|
|
368
|
+
exports.overrideColors = overrideColors;
|
|
@@ -0,0 +1,161 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
const icons = {
|
|
4
|
+
white: {
|
|
5
|
+
account: "https://cdn.blerp.com/blerp_products/Icons/Account-White.svg",
|
|
6
|
+
arrowDown: "https://cdn.blerp.com/blerp_products/Icons/Arrowdown-White.svg",
|
|
7
|
+
arrowLeft: "https://cdn.blerp.com/blerp_products/Icons/Arrowleft-White.svg",
|
|
8
|
+
arrowRight: "https://cdn.blerp.com/blerp_products/Icons/Arrowright-White.svg",
|
|
9
|
+
arrowUp: "https://cdn.blerp.com/blerp_products/Icons/Arrowup-White.svg",
|
|
10
|
+
dashboardArrow: "https://cdn.blerp.com/blerp_products/Icons/ChartArrowUp-White.svg",
|
|
11
|
+
backArrow: "https://cdn.blerp.com/blerp_products/Icons/Backarrow-White.svg",
|
|
12
|
+
bitPrice: "https://cdn.blerp.com/blerp_products/Icons/Bitprice-white.svg",
|
|
13
|
+
blerpBlast: "https://cdn.blerp.com/blerp_products/Icons/Blerpblast-white.svg",
|
|
14
|
+
blerpLogo: "https://cdn.blerp.com/blerp_products/Icons/Blerpssmall-White.svg",
|
|
15
|
+
beetBasket: "https://cdn.blerp.com/blerp_products/Icons/BasketoBeets-White.svg",
|
|
16
|
+
block: "https://cdn.blerp.com/blerp_products/Icons/Blockbig-White.svg",
|
|
17
|
+
discordLogo: "https://cdn.blerp.com/blerp_products/Icons/Discord-Logo-White",
|
|
18
|
+
playSolid: "https://cdn.blerp.com/blerp_products/Icons/Boardssmall-White.svg",
|
|
19
|
+
playOutline: "https://cdn.blerp.com/blerp_products/Icons/Play-White.svg",
|
|
20
|
+
copy: "https://cdn.blerp.com/blerp_products/Icons/Copy-White.svg",
|
|
21
|
+
edit: "https://cdn.blerp.com/blerp_products/Icons/Edit-White.svg",
|
|
22
|
+
heart: "https://cdn.blerp.com/blerp_products/Icons/Favoritessmall-White.svg",
|
|
23
|
+
twitchGlitch: "https://cdn.blerp.com/blerp_products/Icons/TwitchGlitchWhite.svg",
|
|
24
|
+
menu2Bars: "https://cdn.blerp.com/blerp_products/Icons/Menu-White.svg",
|
|
25
|
+
pause: "https://cdn.blerp.com/blerp_products/Icons/Pause-White.svg",
|
|
26
|
+
plus: "https://cdn.blerp.com/blerp_products/Icons/Plus-White.svg",
|
|
27
|
+
questionMarkWithCircle: "https://cdn.blerp.com/blerp_products/Icons/Questionmark-White.svg",
|
|
28
|
+
share: "https://cdn.blerp.com/blerp_products/Icons/Share-White.svg",
|
|
29
|
+
volume: "https://cdn.blerp.com/blerp_products/Icons/Volume-White.svg",
|
|
30
|
+
close: "https://cdn.blerp.com/blerp_products/Web/Navbar/close-button-white.svg",
|
|
31
|
+
wrench: "https://cdn.blerp.com/blerp_products/Icons/Wrench-White.svg",
|
|
32
|
+
beet: "https://cdn.blerp.com/blerp_products/Icons/Beet-White.svg",
|
|
33
|
+
check: "https://cdn.blerp.com/blerp_products/Icons/Checkmark-White.svg",
|
|
34
|
+
settings: "https://cdn.blerp.com/blerp_products/Twitch/Twitch%20Version%202.0/Settings%20icon%20white.svg",
|
|
35
|
+
walkOn: "https://cdn.blerp.com/blerp_products/Icons/WalkOn-White.svg",
|
|
36
|
+
channelPoints: "https://cdn.blerp.com/blerp_products/Icons/ChannelPoints-White.svg",
|
|
37
|
+
shortCut: "https://cdn.blerp.com/blerp_products/Icons/ShortCut-White.svg",
|
|
38
|
+
swap: "https://cdn.blerp.com/blerp_products/Icons/Swap-White.svg",
|
|
39
|
+
swapVertical: "https://cdn.blerp.com/blerp_products/Icons/SwapVertical-White.svg",
|
|
40
|
+
trash: "https://cdn.blerp.com/blerp_products/Icons/Trash-White.svg",
|
|
41
|
+
bell: "https://cdn.blerp.com/blerp_products/Icons/Bell-White.svg",
|
|
42
|
+
controlKey: "https://cdn.blerp.com/blerp_products/Icons/Control-White.svg",
|
|
43
|
+
commandKey: "https://cdn.blerp.com/blerp_products/Icons/Command-White.svg",
|
|
44
|
+
altKey: "https://cdn.blerp.com/blerp_products/Icons/Alt-White.svg",
|
|
45
|
+
shiftKey: "https://cdn.blerp.com/blerp_products/Icons/Shift-Grey3.svg",
|
|
46
|
+
stop: "https://cdn.blerp.com/blerp_products/Web/Blerps/stop%20square.svg",
|
|
47
|
+
shareTo: "https://cdn.blerp.com/blerp_products/Icons/Share%20to-White.svg",
|
|
48
|
+
computer: "https://cdn.blerp.com/blerp_products/Icons/SharetoComputer-White.svg",
|
|
49
|
+
obs: "https://cdn.blerp.com/blerp_products/Icons/SharetoOBS-White.svg"
|
|
50
|
+
},
|
|
51
|
+
grey: {
|
|
52
|
+
threeDot: "https://cdn.blerp.com/blerp_products/Icons/3dot-Grey.svg",
|
|
53
|
+
blerpFullWordWaterMark: "https://cdn.blerp.com/blerp_products/Icons/Blerpfullwordmark-Grey.svg",
|
|
54
|
+
eyeActive: "https://cdn.blerp.com/blerp_products/Icons/Eyeactive-Grey.svg",
|
|
55
|
+
eyeDeactive: "https://cdn.blerp.com/blerp_products/Icons/Eyedeactive-grey.svg",
|
|
56
|
+
plusWithCircle: "https://cdn.blerp.com/blerp_products/Icons/Pluscircle-Grey.svg",
|
|
57
|
+
beetBasket: "https://cdn.blerp.com/blerp_products/Icons/BasketoBeets-Grey7.svg",
|
|
58
|
+
beet: "https://cdn.blerp.com/blerp_products/Icons/Beet-Grey5.svg",
|
|
59
|
+
shortCut: "https://cdn.blerp.com/blerp_products/Icons/Shortcut-grey3.svg",
|
|
60
|
+
search: "https://cdn.blerp.com/blerp_products/Icons/Search-Grey3.svg",
|
|
61
|
+
home: "https://cdn.blerp.com/blerp_products/Icons/Home-Grey3.svg",
|
|
62
|
+
heart: "https://cdn.blerp.com/blerp_products/Icons/Heart-Grey3.svg",
|
|
63
|
+
create: "https://cdn.blerp.com/blerp_products/Icons/Create-Grey3.svg",
|
|
64
|
+
library: "https://cdn.blerp.com/blerp_products/Icons/Library-Grey3.svg",
|
|
65
|
+
boards: "https://cdn.blerp.com/blerp_products/Icons/Boards-Grey3.svg",
|
|
66
|
+
tabView: "https://cdn.blerp.com/blerp_products/Icons/TabView-Grey4.svg",
|
|
67
|
+
share: "https://cdn.blerp.com/blerp_products/Icons/Recent-Grey3.svg",
|
|
68
|
+
blerpLogo: "https://cdn.blerp.com/blerp_products/Icons/Blerp-Grey3.svg",
|
|
69
|
+
bell: "https://cdn.blerp.com/blerp_products/Icons/Bell-Grey5.svg",
|
|
70
|
+
tabView: "https://cdn.blerp.com/blerp_products/Icons/TabView-Grey4.svg",
|
|
71
|
+
controlKey: "https://cdn.blerp.com/blerp_products/Icons/Control-Grey3.svg",
|
|
72
|
+
commandKey: "https://cdn.blerp.com/blerp_products/Icons/Command-Grey3.svg",
|
|
73
|
+
altKey: "https://cdn.blerp.com/blerp_products/Icons/Alt-Grey3.svg",
|
|
74
|
+
shiftKey: "https://cdn.blerp.com/blerp_products/Icons/Shift-Grey3.svg",
|
|
75
|
+
close: "https://cdn.blerp.com/blerp_products/Icons/Xclose-Grey4.svg",
|
|
76
|
+
shortcutsOff: "https://cdn.blerp.com/blerp_products/Icons/ShortCutsOff-Grey.svg"
|
|
77
|
+
},
|
|
78
|
+
black: {
|
|
79
|
+
computer: "https://cdn.blerp.com/blerp_products/Icons/SharetoComputer-NotBlack.svg",
|
|
80
|
+
audioLevels: "https://cdn.blerp.com/blerp_products/Icons/Audiolevels-NotBlack.svg",
|
|
81
|
+
account: "https://cdn.blerp.com/blerp_products/Icons/Account-Black.svg",
|
|
82
|
+
apps: "https://cdn.blerp.com/blerp_products/Icons/Apps-Black.svg",
|
|
83
|
+
arrowLeft: "https://cdn.blerp.com/blerp_products/Icons/Arrowleft-Black.svg",
|
|
84
|
+
arrowRight: "https://cdn.blerp.com/blerp_products/Icons/Arrowright-Black.svg",
|
|
85
|
+
arrowDown: "https://cdn.blerp.com/blerp_products/Twitch/Assets/Arrows/Chevron_DarkGrey_Down.svg",
|
|
86
|
+
arrowUp: "https://cdn.blerp.com/blerp_products/Twitch/Assets/Arrows/Chevron_DarkGrey_Up.svg",
|
|
87
|
+
dashboardArrow: "https://cdn.blerp.com/blerp_products/Icons/ChartArrowUp-NotBlack.svg",
|
|
88
|
+
backArrow: "https://cdn.blerp.com/blerp_products/Icons/Backarrow-Black.svg",
|
|
89
|
+
blerpLogo: "https://cdn.blerp.com/blerp_products/Icons/Blerpssmall-Black.svg",
|
|
90
|
+
block: "https://cdn.blerp.com/blerp_products/Icons/Blockbig-Black.svg",
|
|
91
|
+
discordLogo: "https://cdn.blerp.com/blerp_products/Icons/Discord-Logo-Black",
|
|
92
|
+
playSolid: "https://cdn.blerp.com/blerp_products/Icons/Boardssmall-Black.svg",
|
|
93
|
+
playOutline: "https://cdn.blerp.com/blerp_products/Icons/Play-Black.svg",
|
|
94
|
+
edit: "https://cdn.blerp.com/blerp_products/Icons/Edit-Black.svg",
|
|
95
|
+
heart: "https://cdn.blerp.com/blerp_products/Icons/Favoritessmall-Black.svg",
|
|
96
|
+
menu2Bars: "https://cdn.blerp.com/blerp_products/Icons/Menu-Black.svg",
|
|
97
|
+
pause: "https://cdn.blerp.com/blerp_products/Icons/Pause-Black.svg",
|
|
98
|
+
questionMarkWithCircle: "https://cdn.blerp.com/blerp_products/Icons/Questionmark-Black.svg",
|
|
99
|
+
share: "https://cdn.blerp.com/blerp_products/Icons/Share-Black.svg",
|
|
100
|
+
soundEmotes: "https://cdn.blerp.com/blerp_products/Crm/SoundBars-NotBlack.svg",
|
|
101
|
+
threeBars: "https://cdn.blerp.com/blerp_products/Crm/SoundBars-NotBlack.svg",
|
|
102
|
+
plus: "https://cdn.blerp.com/blerp_products/Crm/Plus-NotBlack.svg",
|
|
103
|
+
twitchGlitch: "https://cdn.blerp.com/blerp_products/Icons/TwitchGlitchBlackOps.svg",
|
|
104
|
+
volume: "https://cdn.blerp.com/blerp_products/Icons/Volume-Black.svg",
|
|
105
|
+
close: "https://cdn.blerp.com/blerp_products/Web/Blerp%20Page/x%20close.svg",
|
|
106
|
+
settings: "https://cdn.blerp.com/blerp_products/Twitch/Twitch%20Version%202.0/Settings%20icon%20Black.svg",
|
|
107
|
+
wrench: "https://cdn.blerp.com/blerp_products/Icons/Wrench-NotBlack.svg",
|
|
108
|
+
beet: "https://cdn.blerp.com/blerp_products/Icons/Beet-NotBlack.svg",
|
|
109
|
+
check: "https://cdn.blerp.com/blerp_products/Icons/Checkmark-Black.svg",
|
|
110
|
+
walkOn: "https://cdn.blerp.com/blerp_products/Icons/WalkOn-NotBlack.svg",
|
|
111
|
+
channelPoints: "https://cdn.blerp.com/blerp_products/Icons/ChannelPoints-NotBlack.svg",
|
|
112
|
+
link: "https://cdn.blerp.com/blerp_products/Icons/Linked-NotBlack.svg",
|
|
113
|
+
unLink: "https://cdn.blerp.com/blerp_products/Icons/Ulinked-NotBlack.svg",
|
|
114
|
+
trash: "https://cdn.blerp.com/blerp_products/Icons/Trash-grey7.svg",
|
|
115
|
+
threeDot: "https://cdn.blerp.com/blerp_products/Icons/3dot-NotBlack.svg",
|
|
116
|
+
error: "https://cdn.blerp.com/blerp_products/Icons/Error-NotBlack.svg",
|
|
117
|
+
reload: "https://cdn.blerp.com/blerp_products/Icons/Reload-NotBlack.svg",
|
|
118
|
+
shortCut: "https://cdn.blerp.com/blerp_products/Icons/Shortcut-Notblack.svg",
|
|
119
|
+
search: "https://cdn.blerp.com/blerp_products/Icons/Search-Notblack.svg",
|
|
120
|
+
home: "https://cdn.blerp.com/blerp_products/Icons/Home-NotBlack.svg",
|
|
121
|
+
create: "https://cdn.blerp.com/blerp_products/Icons/Create-NotBlack.svg",
|
|
122
|
+
library: "https://cdn.blerp.com/blerp_products/Icons/Library-NotBlack.svg",
|
|
123
|
+
boards: "https://cdn.blerp.com/blerp_products/Icons/Board-Notblack.svg",
|
|
124
|
+
swap: "https://cdn.blerp.com/blerp_products/Icons/Swap-Notblack.svg",
|
|
125
|
+
maximize: "https://cdn.blerp.com/blerp_products/Icons/Maximize-NotBlack.svg",
|
|
126
|
+
minimize: "https://cdn.blerp.com/blerp_products/Icons/Minimize-NotBlack.svg",
|
|
127
|
+
bell: "https://cdn.blerp.com/blerp_products/Icons/Bell-NotBlack.svg",
|
|
128
|
+
controlKey: "https://cdn.blerp.com/blerp_products/Icons/Control-NotBlack.svg",
|
|
129
|
+
commandKey: "https://cdn.blerp.com/blerp_products/Icons/Command-NotBlack.svg",
|
|
130
|
+
altKey: "https://cdn.blerp.com/blerp_products/Icons/Alt-NotBlack.svg",
|
|
131
|
+
shiftKey: "https://cdn.blerp.com/blerp_products/Icons/Shift-NotBlack.svg",
|
|
132
|
+
shareTo: "https://cdn.blerp.com/blerp_products/Icons/Share%20to-Notblack.svg"
|
|
133
|
+
},
|
|
134
|
+
ibis: {
|
|
135
|
+
settings: "https://cdn.blerp.com/blerp_products/Icons/Settings-IbisRed.svg",
|
|
136
|
+
bell: "https://cdn.blerp.com/blerp_products/Icons/Bell-IbisRed.svg",
|
|
137
|
+
audioLevels: "https://cdn.blerp.com/blerp_products/Icons/Audiolevels-Ibis.svg",
|
|
138
|
+
blerpLogo: "https://cdn.blerp.com/blerp_products/Icons/Blerpblip-Ibis.svg",
|
|
139
|
+
error: "https://cdn.blerp.com/blerp_products/Icons/Error-Ibis.svg"
|
|
140
|
+
},
|
|
141
|
+
seafoam: {
|
|
142
|
+
update: "https://cdn.blerp.com/blerp_products/Icons/Update-Seafoam.svg"
|
|
143
|
+
},
|
|
144
|
+
yellow: {
|
|
145
|
+
warning: "https://cdn.blerp.com/blerp_products/Icons/Warning-Yellow.svg"
|
|
146
|
+
},
|
|
147
|
+
starling: {
|
|
148
|
+
tabView: "https://cdn.blerp.com/blerp_products/Icons/Tabview-Starling.svg"
|
|
149
|
+
},
|
|
150
|
+
other: {
|
|
151
|
+
subStarTier1: "https://cdn.blerp.com/blerp_products/Icons/Substartier1-purple.svg",
|
|
152
|
+
subStarTier2: "https://cdn.blerp.com/blerp_products/Icons/Substartier2-purple.svg",
|
|
153
|
+
subStarTier3: "https://cdn.blerp.com/blerp_products/Icons/Substartier3-purple.svg",
|
|
154
|
+
twitchGlitch: "https://cdn.blerp.com/blerp_products/Icons/Twitchglitch-Purple.svg",
|
|
155
|
+
discordLogo: "https://cdn.blerp.com/blerp_products/Web/Landing%20Pages/Discord/Discord%20logo.svg",
|
|
156
|
+
rainbow: "https://cdn.blerp.com/blerp_products/Crm/Overview-Rainbow.svg",
|
|
157
|
+
tabView: "https://cdn.blerp.com/blerp_products/Icons/Tabview-Starling.svg"
|
|
158
|
+
}
|
|
159
|
+
};
|
|
160
|
+
|
|
161
|
+
module.exports = icons;
|