@box/blueprint-web-assets 4.62.4 → 4.63.1
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/tokens/BP2/dark_mode_value/px-tokens.d.ts +24 -12
- package/dist/tokens/BP2/dark_mode_value/px-tokens.js +29 -17
- package/dist/tokens/BP2/dark_mode_value/tokens.css +29 -17
- package/dist/tokens/BP2/dark_mode_value/tokens.d.ts +24 -12
- package/dist/tokens/BP2/dark_mode_value/tokens.js +29 -17
- package/dist/tokens/BP2/dark_mode_value/tokens.json +29 -17
- package/dist/tokens/BP2/light_mode_value/px-tokens.d.ts +24 -12
- package/dist/tokens/BP2/light_mode_value/px-tokens.js +29 -17
- package/dist/tokens/BP2/light_mode_value/tokens.css +29 -17
- package/dist/tokens/BP2/light_mode_value/tokens.d.ts +24 -12
- package/dist/tokens/BP2/light_mode_value/tokens.js +29 -17
- package/dist/tokens/BP2/light_mode_value/tokens.json +29 -17
- package/dist/tokens/px-tokens.d.ts +24 -12
- package/dist/tokens/px-tokens.js +29 -17
- package/dist/tokens/tokens-css-vars.scss +29 -17
- package/dist/tokens/tokens.d.ts +24 -12
- package/dist/tokens/tokens.js +29 -17
- package/dist/tokens/tokens.json +29 -17
- package/package.json +2 -2
|
@@ -44,6 +44,7 @@
|
|
|
44
44
|
"BpBorderFilterChipBorderMultiOn": "#99c0ee",
|
|
45
45
|
"BpBorderFilterChipBorderMultiOnHover": "#99c0ee",
|
|
46
46
|
"BpBorderGridThumbnailBorder": "#e8e8e8",
|
|
47
|
+
"BpBorderInlineTableBorder": "#e8e8e8",
|
|
47
48
|
"BpBorderInputBorder": "#909090",
|
|
48
49
|
"BpBorderInputBorderError": "#ed3757",
|
|
49
50
|
"BpBorderInputBorderErrorFocus": "#ed3757",
|
|
@@ -90,6 +91,7 @@
|
|
|
90
91
|
"BpBorderSwitchBorder": "#bcbcbc",
|
|
91
92
|
"BpBorderSwitchBorderHover": "#bcbcbc",
|
|
92
93
|
"BpBorderTabBorder": "#e8e8e8",
|
|
94
|
+
"BpBorderTabBorderFocus": "#bcbcbc",
|
|
93
95
|
"BpBorderTabBorderHover": "#bcbcbc",
|
|
94
96
|
"BpBorderTabBorderSelected": "#0061d5",
|
|
95
97
|
"BpBorderTabBorderSelectedFocus": "#0061d5",
|
|
@@ -104,6 +106,7 @@
|
|
|
104
106
|
"BpBorderToggleTextBorderOn": "#99c0ee",
|
|
105
107
|
"BpBorderToggleTextBorderOnHover": "#99c0ee",
|
|
106
108
|
"BpBorderToggleTextBorderOnPressed": "#99c0ee",
|
|
109
|
+
"BpBorderToolbarBorder": "#e8e8e8",
|
|
107
110
|
"BpBorderTooltipBorderError": "#f69bab",
|
|
108
111
|
"BpBorderBorderAccordionHover": "#e8e8e8",
|
|
109
112
|
"BpBorder00": "0",
|
|
@@ -151,14 +154,8 @@
|
|
|
151
154
|
"BpSurfaceAccordionSurfaceCollapsedHover": "rgba(0, 0, 0, 0.08)",
|
|
152
155
|
"BpSurfaceAccordionSurfaceExpanded": "#ffffff",
|
|
153
156
|
"BpSurfaceAccordionSurfaceExpandedHover": "#ffffff",
|
|
154
|
-
"BpSurfaceBadgeIllustratorSurface": "#051e25",
|
|
155
|
-
"BpSurfaceBadgeIndesignSurface": "#131415",
|
|
156
|
-
"BpSurfaceBadgeNumbersSurface": "#00a650",
|
|
157
|
-
"BpSurfaceBadgePhotoshopSurface": "#131415",
|
|
158
|
-
"BpSurfaceBadgePowerpointSurface": "#c43e1c",
|
|
159
|
-
"BpSurfaceBadgePresentationSurface": "#d97417",
|
|
160
|
-
"BpSurfaceBadgeSpreadsheetSurface": "#3fb87f",
|
|
161
157
|
"BpSurfaceBadgeSurfaceAdmin": "#003c84",
|
|
158
|
+
"BpSurfaceBadgeSurfaceAlert": "#d97417",
|
|
162
159
|
"BpSurfaceBadgeSurfaceAnnotation": "#f5b31b",
|
|
163
160
|
"BpSurfaceBadgeSurfaceAudio": "#9f3fed",
|
|
164
161
|
"BpSurfaceBadgeSurfaceBookmark": "#0061d5",
|
|
@@ -177,29 +174,38 @@
|
|
|
177
174
|
"BpSurfaceBadgeSurfaceExternal": "#909090",
|
|
178
175
|
"BpSurfaceBadgeSurfaceFolderexternal": "#6f6f6f",
|
|
179
176
|
"BpSurfaceBadgeSurfaceFoldershared": "#2486fc",
|
|
177
|
+
"BpSurfaceBadgeSurfaceForward": "#d97417",
|
|
180
178
|
"BpSurfaceBadgeSurfaceHubs": "#0061d5",
|
|
179
|
+
"BpSurfaceBadgeSurfaceIllustrator": "#051e25",
|
|
181
180
|
"BpSurfaceBadgeSurfaceImage": "#1e9b67",
|
|
181
|
+
"BpSurfaceBadgeSurfaceInProgress": "#2486fc",
|
|
182
|
+
"BpSurfaceBadgeSurfaceIndesign": "#131415",
|
|
182
183
|
"BpSurfaceBadgeSurfaceKeynote": "#0a84ff",
|
|
183
184
|
"BpSurfaceBadgeSurfaceMention": "#1d6bca",
|
|
184
185
|
"BpSurfaceBadgeSurfaceNotification": "#d5324e",
|
|
186
|
+
"BpSurfaceBadgeSurfaceNumbers": "#00a650",
|
|
185
187
|
"BpSurfaceBadgeSurfaceOffline": "#26c281",
|
|
186
188
|
"BpSurfaceBadgeSurfaceOnline": "#1e9b67",
|
|
187
189
|
"BpSurfaceBadgeSurfacePages": "#ff9500",
|
|
188
190
|
"BpSurfaceBadgeSurfacePdf": "#d0021b",
|
|
191
|
+
"BpSurfaceBadgeSurfacePhotoshop": "#131415",
|
|
189
192
|
"BpSurfaceBadgeSurfacePin": "#e8e8e8",
|
|
193
|
+
"BpSurfaceBadgeSurfacePowerpoint": "#c43e1c",
|
|
194
|
+
"BpSurfaceBadgeSurfacePresentation": "#d97417",
|
|
190
195
|
"BpSurfaceBadgeSurfaceProgress": "#f5b31b",
|
|
191
196
|
"BpSurfaceBadgeSurfaceRejected": "#d5324e",
|
|
192
197
|
"BpSurfaceBadgeSurfaceRelay": "#1d6bca",
|
|
193
198
|
"BpSurfaceBadgeSurfaceSheets": "#21a464",
|
|
194
199
|
"BpSurfaceBadgeSurfaceSlides": "#f7ba00",
|
|
200
|
+
"BpSurfaceBadgeSurfaceSpreadsheet": "#3fb87f",
|
|
195
201
|
"BpSurfaceBadgeSurfaceTask": "#2486fc",
|
|
196
202
|
"BpSurfaceBadgeSurfaceTaskapproval": "#1d6bca",
|
|
203
|
+
"BpSurfaceBadgeSurfaceText": "#0061d5",
|
|
204
|
+
"BpSurfaceBadgeSurfaceThreeD": "#d97417",
|
|
205
|
+
"BpSurfaceBadgeSurfaceVector": "#d97417",
|
|
197
206
|
"BpSurfaceBadgeSurfaceVideo": "#009aed",
|
|
198
|
-
"
|
|
199
|
-
"
|
|
200
|
-
"BpSurfaceBadgeVectorSurface": "#d97417",
|
|
201
|
-
"BpSurfaceBadgeWordSurface": "#185abd",
|
|
202
|
-
"BpSurfaceBadgeZipSurface": "#6f6f6f",
|
|
207
|
+
"BpSurfaceBadgeSurfaceWord": "#185abd",
|
|
208
|
+
"BpSurfaceBadgeSurfaceZip": "#6f6f6f",
|
|
203
209
|
"BpSurfaceCalendarSurface": "#ffffff",
|
|
204
210
|
"BpSurfaceCardSurface": "rgba(255, 255, 255, 0.7)",
|
|
205
211
|
"BpSurfaceCardSurfaceFocus": "#f2f7fd",
|
|
@@ -296,12 +302,16 @@
|
|
|
296
302
|
"BpSurfaceFilterChipSurfaceSingleOnHover": "#0061d5",
|
|
297
303
|
"BpSurfaceGhostSurface": "#fbfbfb",
|
|
298
304
|
"BpSurfaceGhostSurfaceSecondary": "#f4f4f4",
|
|
305
|
+
"BpSurfaceIconButtonSurface": "rgba(0, 0, 0, 0)",
|
|
306
|
+
"BpSurfaceIconButtonSurfaceHover": "rgba(0, 0, 0, 0.04)",
|
|
307
|
+
"BpSurfaceIconButtonSurfacePressed": "rgba(0, 0, 0, 0.08)",
|
|
299
308
|
"BpSurfaceIllustrationSurfaceBox": "#0061d5",
|
|
300
309
|
"BpSurfaceIllustrationSurfaceBoxNeutral": "#0061d5",
|
|
301
310
|
"BpSurfaceInlineNoticeSurfaceError": "#fdebee",
|
|
302
311
|
"BpSurfaceInlineNoticeSurfaceInfo": "#e9f2fe",
|
|
303
312
|
"BpSurfaceInlineNoticeSurfaceSuccess": "#e9f8f2",
|
|
304
313
|
"BpSurfaceInlineNoticeSurfaceWarning": "#fffbe5",
|
|
314
|
+
"BpSurfaceInlineTableSurface": "#ffffff",
|
|
305
315
|
"BpSurfaceInputSurface": "#ffffff",
|
|
306
316
|
"BpSurfaceInputSurfaceError": "#ffffff",
|
|
307
317
|
"BpSurfaceInputSurfaceErrorFocus": "#ffffff",
|
|
@@ -356,6 +366,7 @@
|
|
|
356
366
|
"BpSurfaceSearchSurfaceComplete": "#f4f4f4",
|
|
357
367
|
"BpSurfaceSearchSurfaceHover": "#fbfbfb",
|
|
358
368
|
"BpSurfaceSelectSurface": "#ffffff",
|
|
369
|
+
"BpSurfaceSidePanelSurface": "#fbfbfb",
|
|
359
370
|
"BpSurfaceSliderThumbSurface": "#0061d5",
|
|
360
371
|
"BpSurfaceSliderThumbSurfaceHover": "#2486fc",
|
|
361
372
|
"BpSurfaceSliderTrackSurface": "#6f6f6f",
|
|
@@ -399,8 +410,8 @@
|
|
|
399
410
|
"BpSurfaceSwitchSurfaceOffHover": "#bcbcbc",
|
|
400
411
|
"BpSurfaceSwitchSurfaceOn": "#0061d5",
|
|
401
412
|
"BpSurfaceSwitchSurfaceOnHover": "#2079e3",
|
|
402
|
-
"BpSurfaceTabSurfaceHover": "
|
|
403
|
-
"BpSurfaceTabSurfacePressed": "
|
|
413
|
+
"BpSurfaceTabSurfaceHover": "rgba(255, 255, 255, 0)",
|
|
414
|
+
"BpSurfaceTabSurfacePressed": "rgba(255, 255, 255, 0)",
|
|
404
415
|
"BpSurfaceTextHighlightSurface": "#fff7cc",
|
|
405
416
|
"BpSurfaceToggleSurface": "#ffffff",
|
|
406
417
|
"BpSurfaceToggleSurfaceHover": "#f4f4f4",
|
|
@@ -417,11 +428,12 @@
|
|
|
417
428
|
"BpSurfaceToggleTextSurfaceOn": "#e5effa",
|
|
418
429
|
"BpSurfaceToggleTextSurfaceOnHover": "#ccdff7",
|
|
419
430
|
"BpSurfaceToggleTextSurfaceOnPressed": "#b2cff2",
|
|
420
|
-
"BpSurfaceToolbarSurface": "#
|
|
421
|
-
"BpSurfaceTooltipSurface": "
|
|
422
|
-
"BpSurfaceTooltipSurfaceError": "
|
|
431
|
+
"BpSurfaceToolbarSurface": "#ffffff",
|
|
432
|
+
"BpSurfaceTooltipSurface": "#222222",
|
|
433
|
+
"BpSurfaceTooltipSurfaceError": "#fac3cd",
|
|
423
434
|
"BpSurfaceUploadSurfaceBrandNeutral": "#0061d5",
|
|
424
435
|
"BpSurfaceSurface": "#ffffff",
|
|
436
|
+
"BpSurfaceSurfaceAvatar": "rgba(0, 0, 0, 0.04)",
|
|
425
437
|
"BpSurfaceSurfaceBrand": "#0061d5",
|
|
426
438
|
"BpSurfaceSurfaceBrandBusy": "#0061d5",
|
|
427
439
|
"BpSurfaceSurfaceBrandDisabled": "#0061d5",
|
|
@@ -48,6 +48,7 @@ export const bpBorderDropdownBorderHover: string;
|
|
|
48
48
|
export const bpBorderFilterChipBorderMultiOn: string;
|
|
49
49
|
export const bpBorderFilterChipBorderMultiOnHover: string;
|
|
50
50
|
export const bpBorderGridThumbnailBorder: string;
|
|
51
|
+
export const bpBorderInlineTableBorder: string;
|
|
51
52
|
export const bpBorderInputBorder: string;
|
|
52
53
|
export const bpBorderInputBorderError: string;
|
|
53
54
|
export const bpBorderInputBorderErrorFocus: string;
|
|
@@ -94,6 +95,7 @@ export const bpBorderStatusBorderHover: string;
|
|
|
94
95
|
export const bpBorderSwitchBorder: string;
|
|
95
96
|
export const bpBorderSwitchBorderHover: string;
|
|
96
97
|
export const bpBorderTabBorder: string;
|
|
98
|
+
export const bpBorderTabBorderFocus: string;
|
|
97
99
|
export const bpBorderTabBorderHover: string;
|
|
98
100
|
export const bpBorderTabBorderSelected: string;
|
|
99
101
|
export const bpBorderTabBorderSelectedFocus: string;
|
|
@@ -108,6 +110,7 @@ export const bpBorderToggleTextBorderOffPressed: string;
|
|
|
108
110
|
export const bpBorderToggleTextBorderOn: string;
|
|
109
111
|
export const bpBorderToggleTextBorderOnHover: string;
|
|
110
112
|
export const bpBorderToggleTextBorderOnPressed: string;
|
|
113
|
+
export const bpBorderToolbarBorder: string;
|
|
111
114
|
export const bpBorderTooltipBorderError: string;
|
|
112
115
|
export const bpBorderBorderAccordionHover: string;
|
|
113
116
|
export const bpBorder00: string;
|
|
@@ -155,14 +158,8 @@ export const bpSurfaceAccordionSurfaceCollapsed: string;
|
|
|
155
158
|
export const bpSurfaceAccordionSurfaceCollapsedHover: string;
|
|
156
159
|
export const bpSurfaceAccordionSurfaceExpanded: string;
|
|
157
160
|
export const bpSurfaceAccordionSurfaceExpandedHover: string;
|
|
158
|
-
export const bpSurfaceBadgeIllustratorSurface: string;
|
|
159
|
-
export const bpSurfaceBadgeIndesignSurface: string;
|
|
160
|
-
export const bpSurfaceBadgeNumbersSurface: string;
|
|
161
|
-
export const bpSurfaceBadgePhotoshopSurface: string;
|
|
162
|
-
export const bpSurfaceBadgePowerpointSurface: string;
|
|
163
|
-
export const bpSurfaceBadgePresentationSurface: string;
|
|
164
|
-
export const bpSurfaceBadgeSpreadsheetSurface: string;
|
|
165
161
|
export const bpSurfaceBadgeSurfaceAdmin: string;
|
|
162
|
+
export const bpSurfaceBadgeSurfaceAlert: string;
|
|
166
163
|
export const bpSurfaceBadgeSurfaceAnnotation: string;
|
|
167
164
|
export const bpSurfaceBadgeSurfaceAudio: string;
|
|
168
165
|
export const bpSurfaceBadgeSurfaceBookmark: string;
|
|
@@ -181,29 +178,38 @@ export const bpSurfaceBadgeSurfaceExcel: string;
|
|
|
181
178
|
export const bpSurfaceBadgeSurfaceExternal: string;
|
|
182
179
|
export const bpSurfaceBadgeSurfaceFolderexternal: string;
|
|
183
180
|
export const bpSurfaceBadgeSurfaceFoldershared: string;
|
|
181
|
+
export const bpSurfaceBadgeSurfaceForward: string;
|
|
184
182
|
export const bpSurfaceBadgeSurfaceHubs: string;
|
|
183
|
+
export const bpSurfaceBadgeSurfaceIllustrator: string;
|
|
185
184
|
export const bpSurfaceBadgeSurfaceImage: string;
|
|
185
|
+
export const bpSurfaceBadgeSurfaceInProgress: string;
|
|
186
|
+
export const bpSurfaceBadgeSurfaceIndesign: string;
|
|
186
187
|
export const bpSurfaceBadgeSurfaceKeynote: string;
|
|
187
188
|
export const bpSurfaceBadgeSurfaceMention: string;
|
|
188
189
|
export const bpSurfaceBadgeSurfaceNotification: string;
|
|
190
|
+
export const bpSurfaceBadgeSurfaceNumbers: string;
|
|
189
191
|
export const bpSurfaceBadgeSurfaceOffline: string;
|
|
190
192
|
export const bpSurfaceBadgeSurfaceOnline: string;
|
|
191
193
|
export const bpSurfaceBadgeSurfacePages: string;
|
|
192
194
|
export const bpSurfaceBadgeSurfacePdf: string;
|
|
195
|
+
export const bpSurfaceBadgeSurfacePhotoshop: string;
|
|
193
196
|
export const bpSurfaceBadgeSurfacePin: string;
|
|
197
|
+
export const bpSurfaceBadgeSurfacePowerpoint: string;
|
|
198
|
+
export const bpSurfaceBadgeSurfacePresentation: string;
|
|
194
199
|
export const bpSurfaceBadgeSurfaceProgress: string;
|
|
195
200
|
export const bpSurfaceBadgeSurfaceRejected: string;
|
|
196
201
|
export const bpSurfaceBadgeSurfaceRelay: string;
|
|
197
202
|
export const bpSurfaceBadgeSurfaceSheets: string;
|
|
198
203
|
export const bpSurfaceBadgeSurfaceSlides: string;
|
|
204
|
+
export const bpSurfaceBadgeSurfaceSpreadsheet: string;
|
|
199
205
|
export const bpSurfaceBadgeSurfaceTask: string;
|
|
200
206
|
export const bpSurfaceBadgeSurfaceTaskapproval: string;
|
|
207
|
+
export const bpSurfaceBadgeSurfaceText: string;
|
|
208
|
+
export const bpSurfaceBadgeSurfaceThreeD: string;
|
|
209
|
+
export const bpSurfaceBadgeSurfaceVector: string;
|
|
201
210
|
export const bpSurfaceBadgeSurfaceVideo: string;
|
|
202
|
-
export const
|
|
203
|
-
export const
|
|
204
|
-
export const bpSurfaceBadgeVectorSurface: string;
|
|
205
|
-
export const bpSurfaceBadgeWordSurface: string;
|
|
206
|
-
export const bpSurfaceBadgeZipSurface: string;
|
|
211
|
+
export const bpSurfaceBadgeSurfaceWord: string;
|
|
212
|
+
export const bpSurfaceBadgeSurfaceZip: string;
|
|
207
213
|
export const bpSurfaceCalendarSurface: string;
|
|
208
214
|
export const bpSurfaceCardSurface: string;
|
|
209
215
|
export const bpSurfaceCardSurfaceFocus: string;
|
|
@@ -300,12 +306,16 @@ export const bpSurfaceFilterChipSurfaceSingleOn: string;
|
|
|
300
306
|
export const bpSurfaceFilterChipSurfaceSingleOnHover: string;
|
|
301
307
|
export const bpSurfaceGhostSurface: string;
|
|
302
308
|
export const bpSurfaceGhostSurfaceSecondary: string;
|
|
309
|
+
export const bpSurfaceIconButtonSurface: string;
|
|
310
|
+
export const bpSurfaceIconButtonSurfaceHover: string;
|
|
311
|
+
export const bpSurfaceIconButtonSurfacePressed: string;
|
|
303
312
|
export const bpSurfaceIllustrationSurfaceBox: string;
|
|
304
313
|
export const bpSurfaceIllustrationSurfaceBoxNeutral: string;
|
|
305
314
|
export const bpSurfaceInlineNoticeSurfaceError: string;
|
|
306
315
|
export const bpSurfaceInlineNoticeSurfaceInfo: string;
|
|
307
316
|
export const bpSurfaceInlineNoticeSurfaceSuccess: string;
|
|
308
317
|
export const bpSurfaceInlineNoticeSurfaceWarning: string;
|
|
318
|
+
export const bpSurfaceInlineTableSurface: string;
|
|
309
319
|
export const bpSurfaceInputSurface: string;
|
|
310
320
|
export const bpSurfaceInputSurfaceError: string;
|
|
311
321
|
export const bpSurfaceInputSurfaceErrorFocus: string;
|
|
@@ -360,6 +370,7 @@ export const bpSurfaceSearchSurfaceActive: string;
|
|
|
360
370
|
export const bpSurfaceSearchSurfaceComplete: string;
|
|
361
371
|
export const bpSurfaceSearchSurfaceHover: string;
|
|
362
372
|
export const bpSurfaceSelectSurface: string;
|
|
373
|
+
export const bpSurfaceSidePanelSurface: string;
|
|
363
374
|
export const bpSurfaceSliderThumbSurface: string;
|
|
364
375
|
export const bpSurfaceSliderThumbSurfaceHover: string;
|
|
365
376
|
export const bpSurfaceSliderTrackSurface: string;
|
|
@@ -426,6 +437,7 @@ export const bpSurfaceTooltipSurface: string;
|
|
|
426
437
|
export const bpSurfaceTooltipSurfaceError: string;
|
|
427
438
|
export const bpSurfaceUploadSurfaceBrandNeutral: string;
|
|
428
439
|
export const bpSurfaceSurface: string;
|
|
440
|
+
export const bpSurfaceSurfaceAvatar: string;
|
|
429
441
|
export const bpSurfaceSurfaceBrand: string;
|
|
430
442
|
export const bpSurfaceSurfaceBrandBusy: string;
|
|
431
443
|
export const bpSurfaceSurfaceBrandDisabled: string;
|
|
@@ -48,6 +48,7 @@ export const bpBorderDropdownBorderHover = '#6f6f6f';
|
|
|
48
48
|
export const bpBorderFilterChipBorderMultiOn = '#99c0ee';
|
|
49
49
|
export const bpBorderFilterChipBorderMultiOnHover = '#99c0ee';
|
|
50
50
|
export const bpBorderGridThumbnailBorder = '#e8e8e8';
|
|
51
|
+
export const bpBorderInlineTableBorder = '#e8e8e8';
|
|
51
52
|
export const bpBorderInputBorder = '#909090';
|
|
52
53
|
export const bpBorderInputBorderError = '#ed3757';
|
|
53
54
|
export const bpBorderInputBorderErrorFocus = '#ed3757';
|
|
@@ -94,6 +95,7 @@ export const bpBorderStatusBorderHover = 'rgba(0, 0, 0, 0.04)';
|
|
|
94
95
|
export const bpBorderSwitchBorder = '#bcbcbc';
|
|
95
96
|
export const bpBorderSwitchBorderHover = '#bcbcbc';
|
|
96
97
|
export const bpBorderTabBorder = '#e8e8e8';
|
|
98
|
+
export const bpBorderTabBorderFocus = '#bcbcbc';
|
|
97
99
|
export const bpBorderTabBorderHover = '#bcbcbc';
|
|
98
100
|
export const bpBorderTabBorderSelected = '#0061d5';
|
|
99
101
|
export const bpBorderTabBorderSelectedFocus = '#0061d5';
|
|
@@ -108,6 +110,7 @@ export const bpBorderToggleTextBorderOffPressed = '#e8e8e8';
|
|
|
108
110
|
export const bpBorderToggleTextBorderOn = '#99c0ee';
|
|
109
111
|
export const bpBorderToggleTextBorderOnHover = '#99c0ee';
|
|
110
112
|
export const bpBorderToggleTextBorderOnPressed = '#99c0ee';
|
|
113
|
+
export const bpBorderToolbarBorder = '#e8e8e8';
|
|
111
114
|
export const bpBorderTooltipBorderError = '#f69bab';
|
|
112
115
|
export const bpBorderBorderAccordionHover = '#e8e8e8';
|
|
113
116
|
export const bpBorder00 = '0px';
|
|
@@ -155,14 +158,8 @@ export const bpSurfaceAccordionSurfaceCollapsed = 'rgba(0, 0, 0, 0.04)';
|
|
|
155
158
|
export const bpSurfaceAccordionSurfaceCollapsedHover = 'rgba(0, 0, 0, 0.08)';
|
|
156
159
|
export const bpSurfaceAccordionSurfaceExpanded = '#ffffff';
|
|
157
160
|
export const bpSurfaceAccordionSurfaceExpandedHover = '#ffffff';
|
|
158
|
-
export const bpSurfaceBadgeIllustratorSurface = '#051e25';
|
|
159
|
-
export const bpSurfaceBadgeIndesignSurface = '#131415';
|
|
160
|
-
export const bpSurfaceBadgeNumbersSurface = '#00a650';
|
|
161
|
-
export const bpSurfaceBadgePhotoshopSurface = '#131415';
|
|
162
|
-
export const bpSurfaceBadgePowerpointSurface = '#c43e1c';
|
|
163
|
-
export const bpSurfaceBadgePresentationSurface = '#d97417';
|
|
164
|
-
export const bpSurfaceBadgeSpreadsheetSurface = '#3fb87f';
|
|
165
161
|
export const bpSurfaceBadgeSurfaceAdmin = '#003c84';
|
|
162
|
+
export const bpSurfaceBadgeSurfaceAlert = '#d97417';
|
|
166
163
|
export const bpSurfaceBadgeSurfaceAnnotation = '#f5b31b';
|
|
167
164
|
export const bpSurfaceBadgeSurfaceAudio = '#9f3fed';
|
|
168
165
|
export const bpSurfaceBadgeSurfaceBookmark = '#0061d5';
|
|
@@ -181,29 +178,38 @@ export const bpSurfaceBadgeSurfaceExcel = '#107c41';
|
|
|
181
178
|
export const bpSurfaceBadgeSurfaceExternal = '#909090';
|
|
182
179
|
export const bpSurfaceBadgeSurfaceFolderexternal = '#6f6f6f';
|
|
183
180
|
export const bpSurfaceBadgeSurfaceFoldershared = '#2486fc';
|
|
181
|
+
export const bpSurfaceBadgeSurfaceForward = '#d97417';
|
|
184
182
|
export const bpSurfaceBadgeSurfaceHubs = '#0061d5';
|
|
183
|
+
export const bpSurfaceBadgeSurfaceIllustrator = '#051e25';
|
|
185
184
|
export const bpSurfaceBadgeSurfaceImage = '#1e9b67';
|
|
185
|
+
export const bpSurfaceBadgeSurfaceInProgress = '#2486fc';
|
|
186
|
+
export const bpSurfaceBadgeSurfaceIndesign = '#131415';
|
|
186
187
|
export const bpSurfaceBadgeSurfaceKeynote = '#0a84ff';
|
|
187
188
|
export const bpSurfaceBadgeSurfaceMention = '#1d6bca';
|
|
188
189
|
export const bpSurfaceBadgeSurfaceNotification = '#d5324e';
|
|
190
|
+
export const bpSurfaceBadgeSurfaceNumbers = '#00a650';
|
|
189
191
|
export const bpSurfaceBadgeSurfaceOffline = '#26c281';
|
|
190
192
|
export const bpSurfaceBadgeSurfaceOnline = '#1e9b67';
|
|
191
193
|
export const bpSurfaceBadgeSurfacePages = '#ff9500';
|
|
192
194
|
export const bpSurfaceBadgeSurfacePdf = '#d0021b';
|
|
195
|
+
export const bpSurfaceBadgeSurfacePhotoshop = '#131415';
|
|
193
196
|
export const bpSurfaceBadgeSurfacePin = '#e8e8e8';
|
|
197
|
+
export const bpSurfaceBadgeSurfacePowerpoint = '#c43e1c';
|
|
198
|
+
export const bpSurfaceBadgeSurfacePresentation = '#d97417';
|
|
194
199
|
export const bpSurfaceBadgeSurfaceProgress = '#f5b31b';
|
|
195
200
|
export const bpSurfaceBadgeSurfaceRejected = '#d5324e';
|
|
196
201
|
export const bpSurfaceBadgeSurfaceRelay = '#1d6bca';
|
|
197
202
|
export const bpSurfaceBadgeSurfaceSheets = '#21a464';
|
|
198
203
|
export const bpSurfaceBadgeSurfaceSlides = '#f7ba00';
|
|
204
|
+
export const bpSurfaceBadgeSurfaceSpreadsheet = '#3fb87f';
|
|
199
205
|
export const bpSurfaceBadgeSurfaceTask = '#2486fc';
|
|
200
206
|
export const bpSurfaceBadgeSurfaceTaskapproval = '#1d6bca';
|
|
207
|
+
export const bpSurfaceBadgeSurfaceText = '#0061d5';
|
|
208
|
+
export const bpSurfaceBadgeSurfaceThreeD = '#d97417';
|
|
209
|
+
export const bpSurfaceBadgeSurfaceVector = '#d97417';
|
|
201
210
|
export const bpSurfaceBadgeSurfaceVideo = '#009aed';
|
|
202
|
-
export const
|
|
203
|
-
export const
|
|
204
|
-
export const bpSurfaceBadgeVectorSurface = '#d97417';
|
|
205
|
-
export const bpSurfaceBadgeWordSurface = '#185abd';
|
|
206
|
-
export const bpSurfaceBadgeZipSurface = '#6f6f6f';
|
|
211
|
+
export const bpSurfaceBadgeSurfaceWord = '#185abd';
|
|
212
|
+
export const bpSurfaceBadgeSurfaceZip = '#6f6f6f';
|
|
207
213
|
export const bpSurfaceCalendarSurface = '#ffffff';
|
|
208
214
|
export const bpSurfaceCardSurface = 'rgba(255, 255, 255, 0.7)';
|
|
209
215
|
export const bpSurfaceCardSurfaceFocus = '#f2f7fd';
|
|
@@ -300,12 +306,16 @@ export const bpSurfaceFilterChipSurfaceSingleOn = '#0061d5';
|
|
|
300
306
|
export const bpSurfaceFilterChipSurfaceSingleOnHover = '#0061d5';
|
|
301
307
|
export const bpSurfaceGhostSurface = '#fbfbfb';
|
|
302
308
|
export const bpSurfaceGhostSurfaceSecondary = '#f4f4f4';
|
|
309
|
+
export const bpSurfaceIconButtonSurface = 'rgba(0, 0, 0, 0)';
|
|
310
|
+
export const bpSurfaceIconButtonSurfaceHover = 'rgba(0, 0, 0, 0.04)';
|
|
311
|
+
export const bpSurfaceIconButtonSurfacePressed = 'rgba(0, 0, 0, 0.08)';
|
|
303
312
|
export const bpSurfaceIllustrationSurfaceBox = '#0061d5';
|
|
304
313
|
export const bpSurfaceIllustrationSurfaceBoxNeutral = '#0061d5';
|
|
305
314
|
export const bpSurfaceInlineNoticeSurfaceError = '#fdebee';
|
|
306
315
|
export const bpSurfaceInlineNoticeSurfaceInfo = '#e9f2fe';
|
|
307
316
|
export const bpSurfaceInlineNoticeSurfaceSuccess = '#e9f8f2';
|
|
308
317
|
export const bpSurfaceInlineNoticeSurfaceWarning = '#fffbe5';
|
|
318
|
+
export const bpSurfaceInlineTableSurface = '#ffffff';
|
|
309
319
|
export const bpSurfaceInputSurface = '#ffffff';
|
|
310
320
|
export const bpSurfaceInputSurfaceError = '#ffffff';
|
|
311
321
|
export const bpSurfaceInputSurfaceErrorFocus = '#ffffff';
|
|
@@ -360,6 +370,7 @@ export const bpSurfaceSearchSurfaceActive = '#ffffff';
|
|
|
360
370
|
export const bpSurfaceSearchSurfaceComplete = '#f4f4f4';
|
|
361
371
|
export const bpSurfaceSearchSurfaceHover = '#fbfbfb';
|
|
362
372
|
export const bpSurfaceSelectSurface = '#ffffff';
|
|
373
|
+
export const bpSurfaceSidePanelSurface = '#fbfbfb';
|
|
363
374
|
export const bpSurfaceSliderThumbSurface = '#0061d5';
|
|
364
375
|
export const bpSurfaceSliderThumbSurfaceHover = '#2486fc';
|
|
365
376
|
export const bpSurfaceSliderTrackSurface = '#6f6f6f';
|
|
@@ -403,8 +414,8 @@ export const bpSurfaceSwitchSurfaceOff = '#d3d3d3';
|
|
|
403
414
|
export const bpSurfaceSwitchSurfaceOffHover = '#bcbcbc';
|
|
404
415
|
export const bpSurfaceSwitchSurfaceOn = '#0061d5';
|
|
405
416
|
export const bpSurfaceSwitchSurfaceOnHover = '#2079e3';
|
|
406
|
-
export const bpSurfaceTabSurfaceHover = '
|
|
407
|
-
export const bpSurfaceTabSurfacePressed = '
|
|
417
|
+
export const bpSurfaceTabSurfaceHover = 'rgba(0, 0, 0, 0)';
|
|
418
|
+
export const bpSurfaceTabSurfacePressed = 'rgba(0, 0, 0, 0)';
|
|
408
419
|
export const bpSurfaceTextHighlightSurface = '#fff7cc';
|
|
409
420
|
export const bpSurfaceToggleSurface = '#ffffff';
|
|
410
421
|
export const bpSurfaceToggleSurfaceHover = '#f4f4f4';
|
|
@@ -421,11 +432,12 @@ export const bpSurfaceToggleTextSurfaceOffPressed = '#e8e8e8';
|
|
|
421
432
|
export const bpSurfaceToggleTextSurfaceOn = '#e5effa';
|
|
422
433
|
export const bpSurfaceToggleTextSurfaceOnHover = '#ccdff7';
|
|
423
434
|
export const bpSurfaceToggleTextSurfaceOnPressed = '#b2cff2';
|
|
424
|
-
export const bpSurfaceToolbarSurface = '#
|
|
425
|
-
export const bpSurfaceTooltipSurface = '
|
|
426
|
-
export const bpSurfaceTooltipSurfaceError = '
|
|
435
|
+
export const bpSurfaceToolbarSurface = '#ffffff';
|
|
436
|
+
export const bpSurfaceTooltipSurface = '#222222';
|
|
437
|
+
export const bpSurfaceTooltipSurfaceError = '#fac3cd';
|
|
427
438
|
export const bpSurfaceUploadSurfaceBrandNeutral = '#0061d5';
|
|
428
439
|
export const bpSurfaceSurface = '#ffffff';
|
|
440
|
+
export const bpSurfaceSurfaceAvatar = 'rgba(0, 0, 0, 0.04)';
|
|
429
441
|
export const bpSurfaceSurfaceBrand = '#0061d5';
|
|
430
442
|
export const bpSurfaceSurfaceBrandBusy = '#0061d5';
|
|
431
443
|
export const bpSurfaceSurfaceBrandDisabled = '#0061d5';
|
|
@@ -17,23 +17,24 @@
|
|
|
17
17
|
--bp-icon-icon-illustrator: #ff9400;
|
|
18
18
|
--bp-icon-icon-indesign: #ff57a1;
|
|
19
19
|
--bp-icon-icon-photoshop: #26c9ff;
|
|
20
|
-
--bp-surface-badge-illustrator-surface: #051e25;
|
|
21
|
-
--bp-surface-badge-indesign-surface: #131415;
|
|
22
|
-
--bp-surface-badge-numbers-surface: #00a650;
|
|
23
|
-
--bp-surface-badge-photoshop-surface: #131415;
|
|
24
|
-
--bp-surface-badge-powerpoint-surface: #c43e1c;
|
|
25
|
-
--bp-surface-badge-spreadsheet-surface: #3fb87f;
|
|
26
20
|
--bp-surface-badge-surface-docs: #4083f7;
|
|
27
21
|
--bp-surface-badge-surface-drawing: #009aed;
|
|
28
22
|
--bp-surface-badge-surface-excel: #107c41;
|
|
23
|
+
--bp-surface-badge-surface-illustrator: #051e25;
|
|
24
|
+
--bp-surface-badge-surface-indesign: #131415;
|
|
29
25
|
--bp-surface-badge-surface-keynote: #0a84ff;
|
|
26
|
+
--bp-surface-badge-surface-numbers: #00a650;
|
|
30
27
|
--bp-surface-badge-surface-pages: #ff9500;
|
|
31
28
|
--bp-surface-badge-surface-pdf: #d0021b;
|
|
29
|
+
--bp-surface-badge-surface-photoshop: #131415;
|
|
30
|
+
--bp-surface-badge-surface-powerpoint: #c43e1c;
|
|
32
31
|
--bp-surface-badge-surface-sheets: #21a464;
|
|
33
32
|
--bp-surface-badge-surface-slides: #f7ba00;
|
|
33
|
+
--bp-surface-badge-surface-spreadsheet: #3fb87f;
|
|
34
34
|
--bp-surface-badge-surface-video: #009aed;
|
|
35
|
-
--bp-surface-badge-word
|
|
35
|
+
--bp-surface-badge-surface-word: #185abd;
|
|
36
36
|
--bp-surface-cursor-cursor-on-light: #000;
|
|
37
|
+
--bp-surface-toolbar-surface: #fff;
|
|
37
38
|
--bp-surface-surface-brand: #0061d5;
|
|
38
39
|
--bp-surface-surface-brand-busy: #0061d5;
|
|
39
40
|
--bp-surface-surface-brand-disabled: #0061d5;
|
|
@@ -618,6 +619,7 @@
|
|
|
618
619
|
--bp-border-filter-chip-border-multi-on: var(--bp-box-blue-40);
|
|
619
620
|
--bp-border-filter-chip-border-multi-on-hover: var(--bp-box-blue-40);
|
|
620
621
|
--bp-border-grid-thumbnail-border: var(--bp-gray-10);
|
|
622
|
+
--bp-border-inline-table-border: var(--bp-gray-10);
|
|
621
623
|
--bp-border-input-border: var(--bp-gray-50);
|
|
622
624
|
--bp-border-input-border-error: var(--bp-watermelon-red-100);
|
|
623
625
|
--bp-border-input-border-error-focus: var(--bp-watermelon-red-100);
|
|
@@ -664,6 +666,7 @@
|
|
|
664
666
|
--bp-border-switch-border: var(--bp-gray-30);
|
|
665
667
|
--bp-border-switch-border-hover: var(--bp-gray-30);
|
|
666
668
|
--bp-border-tab-border: var(--bp-gray-10);
|
|
669
|
+
--bp-border-tab-border-focus: var(--bp-gray-30);
|
|
667
670
|
--bp-border-tab-border-hover: var(--bp-gray-30);
|
|
668
671
|
--bp-border-tab-border-selected: var(--bp-box-blue-100);
|
|
669
672
|
--bp-border-tab-border-selected-focus: var(--bp-box-blue-100);
|
|
@@ -678,6 +681,7 @@
|
|
|
678
681
|
--bp-border-toggle-text-border-on: var(--bp-box-blue-40);
|
|
679
682
|
--bp-border-toggle-text-border-on-hover: var(--bp-box-blue-40);
|
|
680
683
|
--bp-border-toggle-text-border-on-pressed: var(--bp-box-blue-40);
|
|
684
|
+
--bp-border-toolbar-border: var(--bp-gray-10);
|
|
681
685
|
--bp-border-tooltip-border-error: var(--bp-watermelon-red-50);
|
|
682
686
|
--bp-border-border-accordion-hover: var(--bp-gray-10);
|
|
683
687
|
--bp-icon-cta-icon: var(--bp-gray-65);
|
|
@@ -713,8 +717,8 @@
|
|
|
713
717
|
--bp-surface-accordion-surface-collapsed-hover: var(--bp-black-opacity-08);
|
|
714
718
|
--bp-surface-accordion-surface-expanded: var(--bp-gray-white);
|
|
715
719
|
--bp-surface-accordion-surface-expanded-hover: var(--bp-gray-white);
|
|
716
|
-
--bp-surface-badge-presentation-surface: var(--bp-orange-110);
|
|
717
720
|
--bp-surface-badge-surface-admin: var(--bp-dark-blue-100);
|
|
721
|
+
--bp-surface-badge-surface-alert: var(--bp-orange-110);
|
|
718
722
|
--bp-surface-badge-surface-annotation: var(--bp-yellorange-100);
|
|
719
723
|
--bp-surface-badge-surface-audio: var(--bp-purple-rain-100);
|
|
720
724
|
--bp-surface-badge-surface-bookmark: var(--bp-box-blue-100);
|
|
@@ -730,22 +734,25 @@
|
|
|
730
734
|
--bp-surface-badge-surface-external: var(--bp-gray-50);
|
|
731
735
|
--bp-surface-badge-surface-folderexternal: var(--bp-gray-65);
|
|
732
736
|
--bp-surface-badge-surface-foldershared: var(--bp-light-blue-100);
|
|
737
|
+
--bp-surface-badge-surface-forward: var(--bp-orange-110);
|
|
733
738
|
--bp-surface-badge-surface-hubs: var(--bp-box-blue-100);
|
|
734
739
|
--bp-surface-badge-surface-image: var(--bp-green-light-120);
|
|
740
|
+
--bp-surface-badge-surface-in-progress: var(--bp-light-blue-100);
|
|
735
741
|
--bp-surface-badge-surface-mention: var(--bp-light-blue-120);
|
|
736
742
|
--bp-surface-badge-surface-notification: var(--bp-watermelon-red-110);
|
|
737
743
|
--bp-surface-badge-surface-offline: var(--bp-green-light-100);
|
|
738
744
|
--bp-surface-badge-surface-online: var(--bp-green-light-120);
|
|
739
745
|
--bp-surface-badge-surface-pin: var(--bp-gray-10);
|
|
746
|
+
--bp-surface-badge-surface-presentation: var(--bp-orange-110);
|
|
740
747
|
--bp-surface-badge-surface-progress: var(--bp-yellorange-100);
|
|
741
748
|
--bp-surface-badge-surface-rejected: var(--bp-watermelon-red-110);
|
|
742
749
|
--bp-surface-badge-surface-relay: var(--bp-light-blue-120);
|
|
743
750
|
--bp-surface-badge-surface-task: var(--bp-light-blue-100);
|
|
744
751
|
--bp-surface-badge-surface-taskapproval: var(--bp-light-blue-120);
|
|
745
|
-
--bp-surface-badge-text
|
|
746
|
-
--bp-surface-badge-three-d
|
|
747
|
-
--bp-surface-badge-vector
|
|
748
|
-
--bp-surface-badge-zip
|
|
752
|
+
--bp-surface-badge-surface-text: var(--bp-box-blue-100);
|
|
753
|
+
--bp-surface-badge-surface-three-d: var(--bp-orange-110);
|
|
754
|
+
--bp-surface-badge-surface-vector: var(--bp-orange-110);
|
|
755
|
+
--bp-surface-badge-surface-zip: var(--bp-gray-65);
|
|
749
756
|
--bp-surface-calendar-surface: var(--bp-gray-white);
|
|
750
757
|
--bp-surface-card-surface: var(--bp-white-opacity-70);
|
|
751
758
|
--bp-surface-card-surface-focus: var(--bp-box-blue-05);
|
|
@@ -841,12 +848,16 @@
|
|
|
841
848
|
--bp-surface-filter-chip-surface-single-on-hover: var(--bp-box-blue-100);
|
|
842
849
|
--bp-surface-ghost-surface: var(--bp-gray-02);
|
|
843
850
|
--bp-surface-ghost-surface-secondary: var(--bp-gray-05);
|
|
851
|
+
--bp-surface-icon-button-surface: var(--bp-black-opacity-00);
|
|
852
|
+
--bp-surface-icon-button-surface-hover: var(--bp-black-opacity-04);
|
|
853
|
+
--bp-surface-icon-button-surface-pressed: var(--bp-black-opacity-08);
|
|
844
854
|
--bp-surface-illustration-surface-box: var(--bp-box-blue-100);
|
|
845
855
|
--bp-surface-illustration-surface-box-neutral: var(--bp-box-blue-100);
|
|
846
856
|
--bp-surface-inline-notice-surface-error: var(--bp-watermelon-red-10);
|
|
847
857
|
--bp-surface-inline-notice-surface-info: var(--bp-light-blue-10);
|
|
848
858
|
--bp-surface-inline-notice-surface-success: var(--bp-green-light-10);
|
|
849
859
|
--bp-surface-inline-notice-surface-warning: var(--bp-yellow-10);
|
|
860
|
+
--bp-surface-inline-table-surface: var(--bp-gray-white);
|
|
850
861
|
--bp-surface-input-surface: var(--bp-gray-white);
|
|
851
862
|
--bp-surface-input-surface-error: var(--bp-gray-white);
|
|
852
863
|
--bp-surface-input-surface-error-focus: var(--bp-gray-white);
|
|
@@ -901,6 +912,7 @@
|
|
|
901
912
|
--bp-surface-search-surface-complete: var(--bp-gray-05);
|
|
902
913
|
--bp-surface-search-surface-hover: var(--bp-gray-02);
|
|
903
914
|
--bp-surface-select-surface: var(--bp-gray-white);
|
|
915
|
+
--bp-surface-side-panel-surface: var(--bp-gray-02);
|
|
904
916
|
--bp-surface-slider-thumb-surface: var(--bp-box-blue-100);
|
|
905
917
|
--bp-surface-slider-thumb-surface-hover: var(--bp-light-blue-100);
|
|
906
918
|
--bp-surface-slider-track-surface: var(--bp-gray-65);
|
|
@@ -944,8 +956,8 @@
|
|
|
944
956
|
--bp-surface-switch-surface-off-hover: var(--bp-gray-30);
|
|
945
957
|
--bp-surface-switch-surface-on: var(--bp-box-blue-100);
|
|
946
958
|
--bp-surface-switch-surface-on-hover: var(--bp-light-blue-110);
|
|
947
|
-
--bp-surface-tab-surface-hover: var(--bp-
|
|
948
|
-
--bp-surface-tab-surface-pressed: var(--bp-
|
|
959
|
+
--bp-surface-tab-surface-hover: var(--bp-black-opacity-00);
|
|
960
|
+
--bp-surface-tab-surface-pressed: var(--bp-black-opacity-00);
|
|
949
961
|
--bp-surface-text-highlight-surface: var(--bp-yellow-20);
|
|
950
962
|
--bp-surface-toggle-surface: var(--bp-gray-white);
|
|
951
963
|
--bp-surface-toggle-surface-hover: var(--bp-gray-05);
|
|
@@ -962,11 +974,11 @@
|
|
|
962
974
|
--bp-surface-toggle-text-surface-on: var(--bp-box-blue-10);
|
|
963
975
|
--bp-surface-toggle-text-surface-on-hover: var(--bp-box-blue-20);
|
|
964
976
|
--bp-surface-toggle-text-surface-on-pressed: var(--bp-box-blue-30);
|
|
965
|
-
--bp-surface-
|
|
966
|
-
--bp-surface-tooltip-surface: var(--bp-
|
|
967
|
-
--bp-surface-tooltip-surface-error: var(--bp-watermelon-red-opacity-20);
|
|
977
|
+
--bp-surface-tooltip-surface: var(--bp-gray-100);
|
|
978
|
+
--bp-surface-tooltip-surface-error: var(--bp-watermelon-red-30);
|
|
968
979
|
--bp-surface-upload-surface-brand-neutral: var(--bp-box-blue-100);
|
|
969
980
|
--bp-surface-surface: var(--bp-gray-white);
|
|
981
|
+
--bp-surface-surface-avatar: var(--bp-black-opacity-04);
|
|
970
982
|
--bp-surface-surface-brand-secondary: var(--bp-box-blue-10);
|
|
971
983
|
--bp-surface-surface-hover: var(--bp-gray-05);
|
|
972
984
|
--bp-surface-surface-quaternary: var(--bp-gray-20);
|
|
@@ -44,6 +44,7 @@ export const bpBorderDropdownBorderHover: string;
|
|
|
44
44
|
export const bpBorderFilterChipBorderMultiOn: string;
|
|
45
45
|
export const bpBorderFilterChipBorderMultiOnHover: string;
|
|
46
46
|
export const bpBorderGridThumbnailBorder: string;
|
|
47
|
+
export const bpBorderInlineTableBorder: string;
|
|
47
48
|
export const bpBorderInputBorder: string;
|
|
48
49
|
export const bpBorderInputBorderError: string;
|
|
49
50
|
export const bpBorderInputBorderErrorFocus: string;
|
|
@@ -90,6 +91,7 @@ export const bpBorderStatusBorderHover: string;
|
|
|
90
91
|
export const bpBorderSwitchBorder: string;
|
|
91
92
|
export const bpBorderSwitchBorderHover: string;
|
|
92
93
|
export const bpBorderTabBorder: string;
|
|
94
|
+
export const bpBorderTabBorderFocus: string;
|
|
93
95
|
export const bpBorderTabBorderHover: string;
|
|
94
96
|
export const bpBorderTabBorderSelected: string;
|
|
95
97
|
export const bpBorderTabBorderSelectedFocus: string;
|
|
@@ -104,6 +106,7 @@ export const bpBorderToggleTextBorderOffPressed: string;
|
|
|
104
106
|
export const bpBorderToggleTextBorderOn: string;
|
|
105
107
|
export const bpBorderToggleTextBorderOnHover: string;
|
|
106
108
|
export const bpBorderToggleTextBorderOnPressed: string;
|
|
109
|
+
export const bpBorderToolbarBorder: string;
|
|
107
110
|
export const bpBorderTooltipBorderError: string;
|
|
108
111
|
export const bpBorderBorderAccordionHover: string;
|
|
109
112
|
export const bpBorder00: string;
|
|
@@ -151,14 +154,8 @@ export const bpSurfaceAccordionSurfaceCollapsed: string;
|
|
|
151
154
|
export const bpSurfaceAccordionSurfaceCollapsedHover: string;
|
|
152
155
|
export const bpSurfaceAccordionSurfaceExpanded: string;
|
|
153
156
|
export const bpSurfaceAccordionSurfaceExpandedHover: string;
|
|
154
|
-
export const bpSurfaceBadgeIllustratorSurface: string;
|
|
155
|
-
export const bpSurfaceBadgeIndesignSurface: string;
|
|
156
|
-
export const bpSurfaceBadgeNumbersSurface: string;
|
|
157
|
-
export const bpSurfaceBadgePhotoshopSurface: string;
|
|
158
|
-
export const bpSurfaceBadgePowerpointSurface: string;
|
|
159
|
-
export const bpSurfaceBadgePresentationSurface: string;
|
|
160
|
-
export const bpSurfaceBadgeSpreadsheetSurface: string;
|
|
161
157
|
export const bpSurfaceBadgeSurfaceAdmin: string;
|
|
158
|
+
export const bpSurfaceBadgeSurfaceAlert: string;
|
|
162
159
|
export const bpSurfaceBadgeSurfaceAnnotation: string;
|
|
163
160
|
export const bpSurfaceBadgeSurfaceAudio: string;
|
|
164
161
|
export const bpSurfaceBadgeSurfaceBookmark: string;
|
|
@@ -177,29 +174,38 @@ export const bpSurfaceBadgeSurfaceExcel: string;
|
|
|
177
174
|
export const bpSurfaceBadgeSurfaceExternal: string;
|
|
178
175
|
export const bpSurfaceBadgeSurfaceFolderexternal: string;
|
|
179
176
|
export const bpSurfaceBadgeSurfaceFoldershared: string;
|
|
177
|
+
export const bpSurfaceBadgeSurfaceForward: string;
|
|
180
178
|
export const bpSurfaceBadgeSurfaceHubs: string;
|
|
179
|
+
export const bpSurfaceBadgeSurfaceIllustrator: string;
|
|
181
180
|
export const bpSurfaceBadgeSurfaceImage: string;
|
|
181
|
+
export const bpSurfaceBadgeSurfaceInProgress: string;
|
|
182
|
+
export const bpSurfaceBadgeSurfaceIndesign: string;
|
|
182
183
|
export const bpSurfaceBadgeSurfaceKeynote: string;
|
|
183
184
|
export const bpSurfaceBadgeSurfaceMention: string;
|
|
184
185
|
export const bpSurfaceBadgeSurfaceNotification: string;
|
|
186
|
+
export const bpSurfaceBadgeSurfaceNumbers: string;
|
|
185
187
|
export const bpSurfaceBadgeSurfaceOffline: string;
|
|
186
188
|
export const bpSurfaceBadgeSurfaceOnline: string;
|
|
187
189
|
export const bpSurfaceBadgeSurfacePages: string;
|
|
188
190
|
export const bpSurfaceBadgeSurfacePdf: string;
|
|
191
|
+
export const bpSurfaceBadgeSurfacePhotoshop: string;
|
|
189
192
|
export const bpSurfaceBadgeSurfacePin: string;
|
|
193
|
+
export const bpSurfaceBadgeSurfacePowerpoint: string;
|
|
194
|
+
export const bpSurfaceBadgeSurfacePresentation: string;
|
|
190
195
|
export const bpSurfaceBadgeSurfaceProgress: string;
|
|
191
196
|
export const bpSurfaceBadgeSurfaceRejected: string;
|
|
192
197
|
export const bpSurfaceBadgeSurfaceRelay: string;
|
|
193
198
|
export const bpSurfaceBadgeSurfaceSheets: string;
|
|
194
199
|
export const bpSurfaceBadgeSurfaceSlides: string;
|
|
200
|
+
export const bpSurfaceBadgeSurfaceSpreadsheet: string;
|
|
195
201
|
export const bpSurfaceBadgeSurfaceTask: string;
|
|
196
202
|
export const bpSurfaceBadgeSurfaceTaskapproval: string;
|
|
203
|
+
export const bpSurfaceBadgeSurfaceText: string;
|
|
204
|
+
export const bpSurfaceBadgeSurfaceThreeD: string;
|
|
205
|
+
export const bpSurfaceBadgeSurfaceVector: string;
|
|
197
206
|
export const bpSurfaceBadgeSurfaceVideo: string;
|
|
198
|
-
export const
|
|
199
|
-
export const
|
|
200
|
-
export const bpSurfaceBadgeVectorSurface: string;
|
|
201
|
-
export const bpSurfaceBadgeWordSurface: string;
|
|
202
|
-
export const bpSurfaceBadgeZipSurface: string;
|
|
207
|
+
export const bpSurfaceBadgeSurfaceWord: string;
|
|
208
|
+
export const bpSurfaceBadgeSurfaceZip: string;
|
|
203
209
|
export const bpSurfaceCalendarSurface: string;
|
|
204
210
|
export const bpSurfaceCardSurface: string;
|
|
205
211
|
export const bpSurfaceCardSurfaceFocus: string;
|
|
@@ -296,12 +302,16 @@ export const bpSurfaceFilterChipSurfaceSingleOn: string;
|
|
|
296
302
|
export const bpSurfaceFilterChipSurfaceSingleOnHover: string;
|
|
297
303
|
export const bpSurfaceGhostSurface: string;
|
|
298
304
|
export const bpSurfaceGhostSurfaceSecondary: string;
|
|
305
|
+
export const bpSurfaceIconButtonSurface: string;
|
|
306
|
+
export const bpSurfaceIconButtonSurfaceHover: string;
|
|
307
|
+
export const bpSurfaceIconButtonSurfacePressed: string;
|
|
299
308
|
export const bpSurfaceIllustrationSurfaceBox: string;
|
|
300
309
|
export const bpSurfaceIllustrationSurfaceBoxNeutral: string;
|
|
301
310
|
export const bpSurfaceInlineNoticeSurfaceError: string;
|
|
302
311
|
export const bpSurfaceInlineNoticeSurfaceInfo: string;
|
|
303
312
|
export const bpSurfaceInlineNoticeSurfaceSuccess: string;
|
|
304
313
|
export const bpSurfaceInlineNoticeSurfaceWarning: string;
|
|
314
|
+
export const bpSurfaceInlineTableSurface: string;
|
|
305
315
|
export const bpSurfaceInputSurface: string;
|
|
306
316
|
export const bpSurfaceInputSurfaceError: string;
|
|
307
317
|
export const bpSurfaceInputSurfaceErrorFocus: string;
|
|
@@ -356,6 +366,7 @@ export const bpSurfaceSearchSurfaceActive: string;
|
|
|
356
366
|
export const bpSurfaceSearchSurfaceComplete: string;
|
|
357
367
|
export const bpSurfaceSearchSurfaceHover: string;
|
|
358
368
|
export const bpSurfaceSelectSurface: string;
|
|
369
|
+
export const bpSurfaceSidePanelSurface: string;
|
|
359
370
|
export const bpSurfaceSliderThumbSurface: string;
|
|
360
371
|
export const bpSurfaceSliderThumbSurfaceHover: string;
|
|
361
372
|
export const bpSurfaceSliderTrackSurface: string;
|
|
@@ -422,6 +433,7 @@ export const bpSurfaceTooltipSurface: string;
|
|
|
422
433
|
export const bpSurfaceTooltipSurfaceError: string;
|
|
423
434
|
export const bpSurfaceUploadSurfaceBrandNeutral: string;
|
|
424
435
|
export const bpSurfaceSurface: string;
|
|
436
|
+
export const bpSurfaceSurfaceAvatar: string;
|
|
425
437
|
export const bpSurfaceSurfaceBrand: string;
|
|
426
438
|
export const bpSurfaceSurfaceBrandBusy: string;
|
|
427
439
|
export const bpSurfaceSurfaceBrandDisabled: string;
|