@box/blueprint-web-assets 4.56.8 → 4.57.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/icons/Medium/ChevronDown.d.ts +3 -0
- package/dist/icons/Medium/ChevronDown.js +5 -0
- package/dist/icons/Medium/ChevronLeft.d.ts +3 -0
- package/dist/icons/Medium/ChevronLeft.js +5 -0
- package/dist/icons/Medium/ChevronRight.d.ts +3 -0
- package/dist/icons/Medium/ChevronRight.js +5 -0
- package/dist/icons/Medium/ChevronUp.d.ts +3 -0
- package/dist/icons/Medium/ChevronUp.js +5 -0
- package/dist/icons/Medium/index.d.ts +4 -0
- package/dist/icons/Medium/index.js +4 -0
- package/dist/tokens/BP2/dark_mode_value/px-tokens.d.ts +187 -114
- package/dist/tokens/BP2/dark_mode_value/px-tokens.js +199 -126
- package/dist/tokens/BP2/dark_mode_value/tokens.css +195 -122
- package/dist/tokens/BP2/dark_mode_value/tokens.d.ts +187 -114
- package/dist/tokens/BP2/dark_mode_value/tokens.js +199 -126
- package/dist/tokens/BP2/dark_mode_value/tokens.json +199 -126
- package/dist/tokens/BP2/light_mode_value/px-tokens.d.ts +187 -114
- package/dist/tokens/BP2/light_mode_value/px-tokens.js +199 -126
- package/dist/tokens/BP2/light_mode_value/tokens.css +194 -121
- package/dist/tokens/BP2/light_mode_value/tokens.d.ts +187 -114
- package/dist/tokens/BP2/light_mode_value/tokens.js +199 -126
- package/dist/tokens/BP2/light_mode_value/tokens.json +199 -126
- package/dist/tokens/px-tokens.js +199 -126
- package/dist/tokens/tokens-css-vars.scss +194 -121
- package/dist/tokens/tokens.js +199 -126
- package/dist/tokens/tokens.json +199 -126
- package/package.json +2 -2
|
@@ -14,8 +14,9 @@ export const bpBorderCheckboxBorder: string;
|
|
|
14
14
|
export const bpBorderCheckboxBorderHover: string;
|
|
15
15
|
export const bpBorderCheckboxBorderSelected: string;
|
|
16
16
|
export const bpBorderCheckboxBorderSelectedHover: string;
|
|
17
|
-
export const
|
|
18
|
-
export const
|
|
17
|
+
export const bpBorderCollapsibleSectionBorder: string;
|
|
18
|
+
export const bpBorderContentButtonBorderHoverActive: string;
|
|
19
|
+
export const bpBorderContentButtonBorderSelected: string;
|
|
19
20
|
export const bpBorderCtaBorderOutline: string;
|
|
20
21
|
export const bpBorderCtaBorderOutlineDisabled: string;
|
|
21
22
|
export const bpBorderCtaBorderOutlineHover: string;
|
|
@@ -24,27 +25,40 @@ export const bpBorderCtaBorderSecondary: string;
|
|
|
24
25
|
export const bpBorderCtaBorderSecondaryDisabled: string;
|
|
25
26
|
export const bpBorderCtaBorderSecondaryHover: string;
|
|
26
27
|
export const bpBorderCtaBorderSecondaryPressed: string;
|
|
28
|
+
export const bpBorderDatePickerDayBorderFocus: string;
|
|
29
|
+
export const bpBorderDatePickerDayBorderSelectedFocus: string;
|
|
30
|
+
export const bpBorderDatePickerBorderActive: string;
|
|
31
|
+
export const bpBorderDatePickerBorderComplete: string;
|
|
32
|
+
export const bpBorderDatePickerBorderDefault: string;
|
|
33
|
+
export const bpBorderDatePickerBorderDisabled: string;
|
|
34
|
+
export const bpBorderDatePickerBorderError: string;
|
|
35
|
+
export const bpBorderDatePickerBorderFocus: string;
|
|
36
|
+
export const bpBorderDatePickerBorderHover: string;
|
|
27
37
|
export const bpBorderDividerBorder: string;
|
|
28
38
|
export const bpBorderDividerBorderBrand: string;
|
|
39
|
+
export const bpBorderDropdownSecondaryBorder: string;
|
|
29
40
|
export const bpBorderDropdownBorder: string;
|
|
30
41
|
export const bpBorderDropdownBorderError: string;
|
|
31
42
|
export const bpBorderDropdownBorderErrorFocus: string;
|
|
32
43
|
export const bpBorderDropdownBorderErrorHover: string;
|
|
33
44
|
export const bpBorderDropdownBorderFocus: string;
|
|
34
45
|
export const bpBorderDropdownBorderHover: string;
|
|
35
|
-
export const
|
|
36
|
-
export const
|
|
37
|
-
export const
|
|
46
|
+
export const bpBorderFilterChipBorderMultiOn: string;
|
|
47
|
+
export const bpBorderFilterChipBorderMultiOnHover: string;
|
|
48
|
+
export const bpBorderGridThumbnailBorder: string;
|
|
38
49
|
export const bpBorderInputBorder: string;
|
|
39
50
|
export const bpBorderInputBorderError: string;
|
|
40
51
|
export const bpBorderInputBorderErrorFocus: string;
|
|
41
52
|
export const bpBorderInputBorderErrorHover: string;
|
|
42
53
|
export const bpBorderInputBorderFocus: string;
|
|
43
54
|
export const bpBorderInputBorderHover: string;
|
|
44
|
-
export const
|
|
55
|
+
export const bpBorderInputChipBorderError: string;
|
|
56
|
+
export const bpBorderItemSmallBorderSelected: string;
|
|
45
57
|
export const bpBorderItemBorderHover: string;
|
|
46
58
|
export const bpBorderItemBorderSelected: string;
|
|
47
|
-
export const
|
|
59
|
+
export const bpBorderListItemBorder: string;
|
|
60
|
+
export const bpBorderListItemBorderSelected: string;
|
|
61
|
+
export const bpBorderMenuBorder: string;
|
|
48
62
|
export const bpBorderMessageBorderError: string;
|
|
49
63
|
export const bpBorderMessageBorderErrorSecondary: string;
|
|
50
64
|
export const bpBorderMessageBorderGeneric: string;
|
|
@@ -59,12 +73,18 @@ export const bpBorderRadioBorder: string;
|
|
|
59
73
|
export const bpBorderRadioBorderHover: string;
|
|
60
74
|
export const bpBorderRadioBorderSelected: string;
|
|
61
75
|
export const bpBorderRadioBorderSelectedHover: string;
|
|
62
|
-
export const
|
|
63
|
-
export const
|
|
64
|
-
export const
|
|
76
|
+
export const bpBorderRadioTileBorder: string;
|
|
77
|
+
export const bpBorderRadioTileBorderHover: string;
|
|
78
|
+
export const bpBorderRadioTileBorderSelected: string;
|
|
79
|
+
export const bpBorderSearchGlobalBorderHover: string;
|
|
65
80
|
export const bpBorderSearchBorder: string;
|
|
66
81
|
export const bpBorderSearchBorderHover: string;
|
|
67
|
-
export const
|
|
82
|
+
export const bpBorderSelectBorderActive: string;
|
|
83
|
+
export const bpBorderSelectBorderDefault: string;
|
|
84
|
+
export const bpBorderSelectBorderDisabled: string;
|
|
85
|
+
export const bpBorderSelectBorderError: string;
|
|
86
|
+
export const bpBorderSelectBorderHover: string;
|
|
87
|
+
export const bpBorderSelectBorderReadOnly: string;
|
|
68
88
|
export const bpBorderStatusBorderHover: string;
|
|
69
89
|
export const bpBorderSwitchBorder: string;
|
|
70
90
|
export const bpBorderSwitchBorderHover: string;
|
|
@@ -74,14 +94,15 @@ export const bpBorderTabBorderSelected: string;
|
|
|
74
94
|
export const bpBorderTabBorderSelectedFocus: string;
|
|
75
95
|
export const bpBorderTabBorderSelectedHover: string;
|
|
76
96
|
export const bpBorderToggleBorder: string;
|
|
97
|
+
export const bpBorderToggleBorderOff: string;
|
|
77
98
|
export const bpBorderToggleBorderOn: string;
|
|
78
|
-
export const
|
|
79
|
-
export const
|
|
80
|
-
export const
|
|
81
|
-
export const
|
|
82
|
-
export const
|
|
83
|
-
export const
|
|
84
|
-
export const
|
|
99
|
+
export const bpBorderToggleTextBorderOff: string;
|
|
100
|
+
export const bpBorderToggleTextBorderOffAi: string;
|
|
101
|
+
export const bpBorderToggleTextBorderOffHover: string;
|
|
102
|
+
export const bpBorderToggleTextBorderOffPressed: string;
|
|
103
|
+
export const bpBorderToggleTextBorderOn: string;
|
|
104
|
+
export const bpBorderToggleTextBorderOnHover: string;
|
|
105
|
+
export const bpBorderToggleTextBorderOnPressed: string;
|
|
85
106
|
export const bpBorderTooltipBorderError: string;
|
|
86
107
|
export const bpBorder00: string;
|
|
87
108
|
export const bpBorder01: string;
|
|
@@ -101,14 +122,6 @@ export const bpIconCtaIconPressed: string;
|
|
|
101
122
|
export const bpIconCtaIconUtility: string;
|
|
102
123
|
export const bpIconCtaIconUtilityHover: string;
|
|
103
124
|
export const bpIconCtaIconUtilityPressed: string;
|
|
104
|
-
export const bpIconIconBlue: string;
|
|
105
|
-
export const bpIconIconDestructiveOnLight: string;
|
|
106
|
-
export const bpIconIconErrorOnLight: string;
|
|
107
|
-
export const bpIconIconOnDark: string;
|
|
108
|
-
export const bpIconIconOnLight: string;
|
|
109
|
-
export const bpIconIconOnLightSecondary: string;
|
|
110
|
-
export const bpIconIconOnLightTertiary: string;
|
|
111
|
-
export const bpIconIconRequiredOnLight: string;
|
|
112
125
|
export const bpIconNavIconOnDark: string;
|
|
113
126
|
export const bpIconNavIconOnDarkFocus: string;
|
|
114
127
|
export const bpIconNavIconOnDarkHover: string;
|
|
@@ -117,40 +130,73 @@ export const bpIconNavIconOnLight: string;
|
|
|
117
130
|
export const bpIconNavIconOnLightFocus: string;
|
|
118
131
|
export const bpIconNavIconOnLightHover: string;
|
|
119
132
|
export const bpIconNavIconOnLightSelected: string;
|
|
133
|
+
export const bpIconIconBlue: string;
|
|
134
|
+
export const bpIconIconDestructiveOnLight: string;
|
|
135
|
+
export const bpIconIconErrorOnLight: string;
|
|
136
|
+
export const bpIconIconIllustrator: string;
|
|
137
|
+
export const bpIconIconIndesign: string;
|
|
138
|
+
export const bpIconIconOnDark: string;
|
|
139
|
+
export const bpIconIconOnLight: string;
|
|
140
|
+
export const bpIconIconOnLightSecondary: string;
|
|
141
|
+
export const bpIconIconOnLightTertiary: string;
|
|
142
|
+
export const bpIconIconPhotoshop: string;
|
|
143
|
+
export const bpIconIconRequiredOnLight: string;
|
|
120
144
|
export const bpOutlineFocusOnDark: string;
|
|
121
145
|
export const bpOutlineFocusOnLight: string;
|
|
122
146
|
export const bpOverlayModalOverlay: string;
|
|
123
|
-
export const
|
|
147
|
+
export const bpOverlaySidePanelOverlay: string;
|
|
124
148
|
export const bpSurfaceAccordionSurface: string;
|
|
125
149
|
export const bpSurfaceAccordionSurfaceHover: string;
|
|
126
|
-
export const
|
|
127
|
-
export const
|
|
128
|
-
export const
|
|
129
|
-
export const
|
|
130
|
-
export const
|
|
131
|
-
export const
|
|
132
|
-
export const
|
|
133
|
-
export const
|
|
134
|
-
export const
|
|
135
|
-
export const
|
|
136
|
-
export const
|
|
137
|
-
export const
|
|
138
|
-
export const
|
|
139
|
-
export const
|
|
140
|
-
export const
|
|
141
|
-
export const
|
|
142
|
-
export const
|
|
143
|
-
export const
|
|
144
|
-
export const
|
|
145
|
-
export const
|
|
146
|
-
export const
|
|
147
|
-
export const
|
|
148
|
-
export const
|
|
149
|
-
export const
|
|
150
|
-
export const
|
|
151
|
-
export const
|
|
152
|
-
export const
|
|
153
|
-
export const
|
|
150
|
+
export const bpSurfaceBadgeIllustratorSurface: string;
|
|
151
|
+
export const bpSurfaceBadgeIndesignSurface: string;
|
|
152
|
+
export const bpSurfaceBadgeNumbersSurface: string;
|
|
153
|
+
export const bpSurfaceBadgePhotoshopSurface: string;
|
|
154
|
+
export const bpSurfaceBadgePowerpointSurface: string;
|
|
155
|
+
export const bpSurfaceBadgePresentationSurface: string;
|
|
156
|
+
export const bpSurfaceBadgeSpreadsheetSurface: string;
|
|
157
|
+
export const bpSurfaceBadgeSurfaceAdmin: string;
|
|
158
|
+
export const bpSurfaceBadgeSurfaceAnnotation: string;
|
|
159
|
+
export const bpSurfaceBadgeSurfaceAudio: string;
|
|
160
|
+
export const bpSurfaceBadgeSurfaceBookmark: string;
|
|
161
|
+
export const bpSurfaceBadgeSurfaceBoxapps: string;
|
|
162
|
+
export const bpSurfaceBadgeSurfaceBoxnote: string;
|
|
163
|
+
export const bpSurfaceBadgeSurfaceCanvas: string;
|
|
164
|
+
export const bpSurfaceBadgeSurfaceCoadmin: string;
|
|
165
|
+
export const bpSurfaceBadgeSurfaceCode: string;
|
|
166
|
+
export const bpSurfaceBadgeSurfaceCollection: string;
|
|
167
|
+
export const bpSurfaceBadgeSurfaceCompleted: string;
|
|
168
|
+
export const bpSurfaceBadgeSurfaceDefault: string;
|
|
169
|
+
export const bpSurfaceBadgeSurfaceDocs: string;
|
|
170
|
+
export const bpSurfaceBadgeSurfaceDrawing: string;
|
|
171
|
+
export const bpSurfaceBadgeSurfaceError: string;
|
|
172
|
+
export const bpSurfaceBadgeSurfaceExcel: string;
|
|
173
|
+
export const bpSurfaceBadgeSurfaceExternal: string;
|
|
174
|
+
export const bpSurfaceBadgeSurfaceFolderexternal: string;
|
|
175
|
+
export const bpSurfaceBadgeSurfaceFoldershared: string;
|
|
176
|
+
export const bpSurfaceBadgeSurfaceHubs: string;
|
|
177
|
+
export const bpSurfaceBadgeSurfaceImage: string;
|
|
178
|
+
export const bpSurfaceBadgeSurfaceKeynote: string;
|
|
179
|
+
export const bpSurfaceBadgeSurfaceMention: string;
|
|
180
|
+
export const bpSurfaceBadgeSurfaceNotification: string;
|
|
181
|
+
export const bpSurfaceBadgeSurfaceOffline: string;
|
|
182
|
+
export const bpSurfaceBadgeSurfaceOnline: string;
|
|
183
|
+
export const bpSurfaceBadgeSurfacePages: string;
|
|
184
|
+
export const bpSurfaceBadgeSurfacePdf: string;
|
|
185
|
+
export const bpSurfaceBadgeSurfacePin: string;
|
|
186
|
+
export const bpSurfaceBadgeSurfaceProgress: string;
|
|
187
|
+
export const bpSurfaceBadgeSurfaceRejected: string;
|
|
188
|
+
export const bpSurfaceBadgeSurfaceRelay: string;
|
|
189
|
+
export const bpSurfaceBadgeSurfaceSheets: string;
|
|
190
|
+
export const bpSurfaceBadgeSurfaceSlides: string;
|
|
191
|
+
export const bpSurfaceBadgeSurfaceTask: string;
|
|
192
|
+
export const bpSurfaceBadgeSurfaceTaskapproval: string;
|
|
193
|
+
export const bpSurfaceBadgeSurfaceVideo: string;
|
|
194
|
+
export const bpSurfaceBadgeTextSurface: string;
|
|
195
|
+
export const bpSurfaceBadgeThreeDSurface: string;
|
|
196
|
+
export const bpSurfaceBadgeVectorSurface: string;
|
|
197
|
+
export const bpSurfaceBadgeWordSurface: string;
|
|
198
|
+
export const bpSurfaceBadgeZipSurface: string;
|
|
199
|
+
export const bpSurfaceCalendarSurface: string;
|
|
154
200
|
export const bpSurfaceCardSurface: string;
|
|
155
201
|
export const bpSurfaceCardSurfaceFocus: string;
|
|
156
202
|
export const bpSurfaceCardSurfaceHover: string;
|
|
@@ -161,9 +207,16 @@ export const bpSurfaceCheckboxSurfaceSelected: string;
|
|
|
161
207
|
export const bpSurfaceCheckboxSurfaceSelectedHover: string;
|
|
162
208
|
export const bpSurfaceChipButtonSurface: string;
|
|
163
209
|
export const bpSurfaceChipButtonSurfaceHover: string;
|
|
164
|
-
export const
|
|
165
|
-
export const
|
|
166
|
-
export const
|
|
210
|
+
export const bpSurfaceComboboxSurface: string;
|
|
211
|
+
export const bpSurfaceContentButtonSurfaceFocus: string;
|
|
212
|
+
export const bpSurfaceContentButtonSurfaceFocusDefault: string;
|
|
213
|
+
export const bpSurfaceContentButtonSurfaceHoverActive: string;
|
|
214
|
+
export const bpSurfaceContentButtonSurfaceHoverDefault: string;
|
|
215
|
+
export const bpSurfaceContentButtonSurfaceSelected: string;
|
|
216
|
+
export const bpSurfaceContentSwitcherSurface: string;
|
|
217
|
+
export const bpSurfaceCtaDestructiveSurfaceTeratiaryHover: string;
|
|
218
|
+
export const bpSurfaceCtaDestructiveSurfaceTeratiaryPressed: string;
|
|
219
|
+
export const bpSurfaceCtaDestructiveSurfaceTertiary: string;
|
|
167
220
|
export const bpSurfaceCtaSurfaceIcon: string;
|
|
168
221
|
export const bpSurfaceCtaSurfaceIconDisabled: string;
|
|
169
222
|
export const bpSurfaceCtaSurfaceIconHover: string;
|
|
@@ -172,7 +225,6 @@ export const bpSurfaceCtaSurfaceIconUtility: string;
|
|
|
172
225
|
export const bpSurfaceCtaSurfaceIconUtilityHover: string;
|
|
173
226
|
export const bpSurfaceCtaSurfaceIconUtilityPressed: string;
|
|
174
227
|
export const bpSurfaceCtaSurfaceOutline: string;
|
|
175
|
-
export const bpSurfaceCtaSurfaceOutline2: string;
|
|
176
228
|
export const bpSurfaceCtaSurfaceOutlineHover: string;
|
|
177
229
|
export const bpSurfaceCtaSurfaceOutlinePressed: string;
|
|
178
230
|
export const bpSurfaceCtaSurfacePromo: string;
|
|
@@ -195,18 +247,27 @@ export const bpSurfaceCtaSurfaceTertiaryPromoFocus: string;
|
|
|
195
247
|
export const bpSurfaceCtaSurfaceTertiaryPromoFocusPressed: string;
|
|
196
248
|
export const bpSurfaceCtaSurfaceTertiaryPromoHover: string;
|
|
197
249
|
export const bpSurfaceCtaSurfaceTertiaryPromoPressed: string;
|
|
198
|
-
export const
|
|
199
|
-
export const
|
|
200
|
-
export const
|
|
201
|
-
export const
|
|
202
|
-
export const
|
|
203
|
-
export const
|
|
204
|
-
export const
|
|
250
|
+
export const bpSurfaceDatePickerDaySurfaceDefault: string;
|
|
251
|
+
export const bpSurfaceDatePickerDaySurfaceDisabled: string;
|
|
252
|
+
export const bpSurfaceDatePickerDaySurfaceFocus: string;
|
|
253
|
+
export const bpSurfaceDatePickerDaySurfaceHover: string;
|
|
254
|
+
export const bpSurfaceDatePickerDaySurfaceSelected: string;
|
|
255
|
+
export const bpSurfaceDatePickerDaySurfaceSelectedFocus: string;
|
|
256
|
+
export const bpSurfaceDatePickerDaySurfaceSelectedHover: string;
|
|
257
|
+
export const bpSurfaceDatePickerSurfaceActive: string;
|
|
258
|
+
export const bpSurfaceDatePickerSurfaceComplete: string;
|
|
259
|
+
export const bpSurfaceDatePickerSurfaceDefault: string;
|
|
260
|
+
export const bpSurfaceDatePickerSurfaceDisabled: string;
|
|
261
|
+
export const bpSurfaceDatePickerSurfaceError: string;
|
|
262
|
+
export const bpSurfaceDatePickerSurfaceFocus: string;
|
|
263
|
+
export const bpSurfaceDatePickerSurfaceHover: string;
|
|
205
264
|
export const bpSurfaceDropdownPrimarySurfaceHover: string;
|
|
206
265
|
export const bpSurfaceDropdownPrimarySurfacePressed: string;
|
|
207
266
|
export const bpSurfaceDropdownSecondarySurface: string;
|
|
208
267
|
export const bpSurfaceDropdownSecondarySurfaceHover: string;
|
|
209
268
|
export const bpSurfaceDropdownSecondarySurfacePressed: string;
|
|
269
|
+
export const bpSurfaceDropdownTertiarySurfaceHover: string;
|
|
270
|
+
export const bpSurfaceDropdownTertiarySurfacePressed: string;
|
|
210
271
|
export const bpSurfaceDropdownSurface: string;
|
|
211
272
|
export const bpSurfaceDropdownSurfaceError: string;
|
|
212
273
|
export const bpSurfaceDropdownSurfaceErrorFocus: string;
|
|
@@ -218,43 +279,47 @@ export const bpSurfaceFilterSurfaceFocus: string;
|
|
|
218
279
|
export const bpSurfaceFilterSurfaceHover: string;
|
|
219
280
|
export const bpSurfaceFilterSurfaceSelected: string;
|
|
220
281
|
export const bpSurfaceFilterSurfaceSelectedFocus: string;
|
|
221
|
-
export const
|
|
222
|
-
export const
|
|
223
|
-
export const
|
|
224
|
-
export const
|
|
225
|
-
export const
|
|
226
|
-
export const
|
|
227
|
-
export const
|
|
228
|
-
export const
|
|
282
|
+
export const bpSurfaceFilterChipSurfaceMulti: string;
|
|
283
|
+
export const bpSurfaceFilterChipSurfaceMultiHover: string;
|
|
284
|
+
export const bpSurfaceFilterChipSurfaceMultiOn: string;
|
|
285
|
+
export const bpSurfaceFilterChipSurfaceMultiOnHover: string;
|
|
286
|
+
export const bpSurfaceFilterChipSurfaceSingle: string;
|
|
287
|
+
export const bpSurfaceFilterChipSurfaceSingleHover: string;
|
|
288
|
+
export const bpSurfaceFilterChipSurfaceSingleOn: string;
|
|
289
|
+
export const bpSurfaceFilterChipSurfaceSingleOnHover: string;
|
|
229
290
|
export const bpSurfaceGhostSurface: string;
|
|
230
291
|
export const bpSurfaceGhostSurfaceSecondary: string;
|
|
231
292
|
export const bpSurfaceIllustrationSurfaceBox: string;
|
|
232
293
|
export const bpSurfaceIllustrationSurfaceBoxNeutral: string;
|
|
294
|
+
export const bpSurfaceInlineNoticeSurfaceError: string;
|
|
295
|
+
export const bpSurfaceInlineNoticeSurfaceInfo: string;
|
|
296
|
+
export const bpSurfaceInlineNoticeSurfaceSuccess: string;
|
|
297
|
+
export const bpSurfaceInlineNoticeSurfaceWarning: string;
|
|
298
|
+
export const bpSurfaceInputSearchSurface: string;
|
|
299
|
+
export const bpSurfaceInputSearchSurfaceFocus: string;
|
|
300
|
+
export const bpSurfaceInputSearchSurfaceFocusPressed: string;
|
|
301
|
+
export const bpSurfaceInputSearchSurfaceHover: string;
|
|
233
302
|
export const bpSurfaceInputSurface: string;
|
|
234
303
|
export const bpSurfaceInputSurfaceError: string;
|
|
235
304
|
export const bpSurfaceInputSurfaceErrorFocus: string;
|
|
236
305
|
export const bpSurfaceInputSurfaceErrorHover: string;
|
|
237
306
|
export const bpSurfaceInputSurfaceFocus: string;
|
|
238
307
|
export const bpSurfaceInputSurfaceHover: string;
|
|
239
|
-
export const
|
|
240
|
-
export const
|
|
241
|
-
export const
|
|
308
|
+
export const bpSurfaceInputChipSurface: string;
|
|
309
|
+
export const bpSurfaceInputChipSurfaceError: string;
|
|
310
|
+
export const bpSurfaceInputChipSurfaceHover: string;
|
|
242
311
|
export const bpSurfaceItemSmallSurface: string;
|
|
243
312
|
export const bpSurfaceItemSmallSurfaceHover: string;
|
|
244
313
|
export const bpSurfaceItemSmallSurfaceSelected: string;
|
|
245
314
|
export const bpSurfaceItemSurfaceHover: string;
|
|
246
315
|
export const bpSurfaceItemSurfaceSelected: string;
|
|
316
|
+
export const bpSurfaceListItemSurface: string;
|
|
317
|
+
export const bpSurfaceListItemSurfaceSelected: string;
|
|
247
318
|
export const bpSurfaceMenuSurface: string;
|
|
248
|
-
export const
|
|
249
|
-
export const
|
|
250
|
-
export const
|
|
251
|
-
export const
|
|
252
|
-
export const bpSurfaceMessageSurfaceGeneric: string;
|
|
253
|
-
export const bpSurfaceMessageSurfaceGenericSecondary: string;
|
|
254
|
-
export const bpSurfaceMessageSurfaceInfoSecondary: string;
|
|
255
|
-
export const bpSurfaceMessageSurfacePromoSecondary: string;
|
|
256
|
-
export const bpSurfaceMessageSurfaceSuccessSecondary: string;
|
|
257
|
-
export const bpSurfaceMessageSurfaceWarningSecondary: string;
|
|
319
|
+
export const bpSurfaceMenuItemSurfaceDefault: string;
|
|
320
|
+
export const bpSurfaceMenuItemSurfaceHover: string;
|
|
321
|
+
export const bpSurfaceMenuItemSurfaceLoading: string;
|
|
322
|
+
export const bpSurfaceMenuItemSurfacePressed: string;
|
|
258
323
|
export const bpSurfaceNavSurfaceBrand: string;
|
|
259
324
|
export const bpSurfaceOptionGridSurfaceHover: string;
|
|
260
325
|
export const bpSurfaceOptionGridSurfaceSelected: string;
|
|
@@ -262,22 +327,28 @@ export const bpSurfacePageSurface: string;
|
|
|
262
327
|
export const bpSurfacePillSurface: string;
|
|
263
328
|
export const bpSurfacePillSurfaceFocus: string;
|
|
264
329
|
export const bpSurfacePillSurfaceHover: string;
|
|
265
|
-
export const
|
|
330
|
+
export const bpSurfaceProgressBarSurfaceBrand: string;
|
|
266
331
|
export const bpSurfaceRadioSurface: string;
|
|
267
332
|
export const bpSurfaceRadioSurfaceHover: string;
|
|
268
333
|
export const bpSurfaceRadioSurfaceSelected: string;
|
|
269
334
|
export const bpSurfaceRadioSurfaceSelectedHover: string;
|
|
270
|
-
export const
|
|
271
|
-
export const
|
|
272
|
-
export const
|
|
335
|
+
export const bpSurfaceRadioTileSurface: string;
|
|
336
|
+
export const bpSurfaceRadioTileSurfaceHover: string;
|
|
337
|
+
export const bpSurfaceRadioTileSurfaceSelected: string;
|
|
273
338
|
export const bpSurfaceScrollbarSurface: string;
|
|
274
339
|
export const bpSurfaceSearchGlobalSurface: string;
|
|
275
340
|
export const bpSurfaceSearchSurface: string;
|
|
276
341
|
export const bpSurfaceSearchSurfaceFocused: string;
|
|
277
342
|
export const bpSurfaceSearchSurfaceHover: string;
|
|
278
|
-
export const
|
|
279
|
-
export const
|
|
280
|
-
export const
|
|
343
|
+
export const bpSurfaceSelectSurfaceActive: string;
|
|
344
|
+
export const bpSurfaceSelectSurfaceDefault: string;
|
|
345
|
+
export const bpSurfaceSelectSurfaceDisabled: string;
|
|
346
|
+
export const bpSurfaceSelectSurfaceError: string;
|
|
347
|
+
export const bpSurfaceSelectSurfaceHover: string;
|
|
348
|
+
export const bpSurfaceSelectSurfaceReadOnly: string;
|
|
349
|
+
export const bpSurfaceSliderThumbSurface: string;
|
|
350
|
+
export const bpSurfaceSliderThumbSurfaceHover: string;
|
|
351
|
+
export const bpSurfaceSliderTrackSurface: string;
|
|
281
352
|
export const bpSurfaceStatusSurfaceBoxblue: string;
|
|
282
353
|
export const bpSurfaceStatusSurfaceBoxblueFocus: string;
|
|
283
354
|
export const bpSurfaceStatusSurfaceBoxblueHover: string;
|
|
@@ -312,19 +383,6 @@ export const bpSurfaceStatusSurfaceUploading: string;
|
|
|
312
383
|
export const bpSurfaceStatusSurfaceYellow: string;
|
|
313
384
|
export const bpSurfaceStatusSurfaceYellowFocus: string;
|
|
314
385
|
export const bpSurfaceStatusSurfaceYellowHover: string;
|
|
315
|
-
export const bpSurfaceSurface: string;
|
|
316
|
-
export const bpSurfaceSurfaceBrand: string;
|
|
317
|
-
export const bpSurfaceSurfaceBrandBusy: string;
|
|
318
|
-
export const bpSurfaceSurfaceBrandDisabled: string;
|
|
319
|
-
export const bpSurfaceSurfaceBrandHover: string;
|
|
320
|
-
export const bpSurfaceSurfaceBrandPressed: string;
|
|
321
|
-
export const bpSurfaceSurfaceBrandSecondary: string;
|
|
322
|
-
export const bpSurfaceSurfaceHover: string;
|
|
323
|
-
export const bpSurfaceSurfaceQuaternary: string;
|
|
324
|
-
export const bpSurfaceSurfaceSecondary: string;
|
|
325
|
-
export const bpSurfaceSurfaceSecondaryFocus: string;
|
|
326
|
-
export const bpSurfaceSurfaceSecondaryHover: string;
|
|
327
|
-
export const bpSurfaceSurfaceTertiary: string;
|
|
328
386
|
export const bpSurfaceSwitchSurface: string;
|
|
329
387
|
export const bpSurfaceSwitchSurfaceHover: string;
|
|
330
388
|
export const bpSurfaceSwitchSurfaceOff: string;
|
|
@@ -343,16 +401,29 @@ export const bpSurfaceToggleSurfaceOnHover: string;
|
|
|
343
401
|
export const bpSurfaceToggleSurfaceOnPressed: string;
|
|
344
402
|
export const bpSurfaceToggleSurfacePressed: string;
|
|
345
403
|
export const bpSurfaceToggleSurfacePressedHover: string;
|
|
346
|
-
export const
|
|
347
|
-
export const
|
|
348
|
-
export const
|
|
349
|
-
export const
|
|
350
|
-
export const
|
|
351
|
-
export const
|
|
404
|
+
export const bpSurfaceToggleTextSurfaceOff: string;
|
|
405
|
+
export const bpSurfaceToggleTextSurfaceOffHover: string;
|
|
406
|
+
export const bpSurfaceToggleTextSurfaceOffPressed: string;
|
|
407
|
+
export const bpSurfaceToggleTextSurfaceOn: string;
|
|
408
|
+
export const bpSurfaceToggleTextSurfaceOnHover: string;
|
|
409
|
+
export const bpSurfaceToggleTextSurfaceOnPressed: string;
|
|
352
410
|
export const bpSurfaceToolbarSurface: string;
|
|
353
411
|
export const bpSurfaceTooltipSurface: string;
|
|
354
412
|
export const bpSurfaceTooltipSurfaceError: string;
|
|
355
413
|
export const bpSurfaceUploadSurfaceBrandNeutral: string;
|
|
414
|
+
export const bpSurfaceSurface: string;
|
|
415
|
+
export const bpSurfaceSurfaceBrand: string;
|
|
416
|
+
export const bpSurfaceSurfaceBrandBusy: string;
|
|
417
|
+
export const bpSurfaceSurfaceBrandDisabled: string;
|
|
418
|
+
export const bpSurfaceSurfaceBrandHover: string;
|
|
419
|
+
export const bpSurfaceSurfaceBrandPressed: string;
|
|
420
|
+
export const bpSurfaceSurfaceBrandSecondary: string;
|
|
421
|
+
export const bpSurfaceSurfaceHover: string;
|
|
422
|
+
export const bpSurfaceSurfaceQuaternary: string;
|
|
423
|
+
export const bpSurfaceSurfaceSecondary: string;
|
|
424
|
+
export const bpSurfaceSurfaceSecondaryFocus: string;
|
|
425
|
+
export const bpSurfaceSurfaceSecondaryHover: string;
|
|
426
|
+
export const bpSurfaceSurfaceTertiary: string;
|
|
356
427
|
export const bpTextCtaLink: string;
|
|
357
428
|
export const bpTextCtaLinkDisabled: string;
|
|
358
429
|
export const bpTextCtaLinkHover: string;
|
|
@@ -369,6 +440,7 @@ export const bpTextNavTextOnLight: string;
|
|
|
369
440
|
export const bpTextNavTextOnLightFocus: string;
|
|
370
441
|
export const bpTextNavTextOnLightHover: string;
|
|
371
442
|
export const bpTextNavTextOnLightSelected: string;
|
|
443
|
+
export const bpTextToggleTextText: string;
|
|
372
444
|
export const bpTextTextBrandOnColor: string;
|
|
373
445
|
export const bpTextTextDestructiveOnLight: string;
|
|
374
446
|
export const bpTextTextErrorOnLight: string;
|
|
@@ -378,7 +450,6 @@ export const bpTextTextOnLightDisabled: string;
|
|
|
378
450
|
export const bpTextTextOnLightSecondary: string;
|
|
379
451
|
export const bpTextTextOnLightSecondaryHover: string;
|
|
380
452
|
export const bpTextTextOnLightTertiary: string;
|
|
381
|
-
export const bpTextToggletextText: string;
|
|
382
453
|
export const bpBoxBlue10: string;
|
|
383
454
|
export const bpBoxBlue20: string;
|
|
384
455
|
export const bpBoxBlue30: string;
|
|
@@ -676,6 +747,8 @@ export const bpFontLineHeight04: string;
|
|
|
676
747
|
export const bpFontLineHeight05: string;
|
|
677
748
|
export const bpFontLineHeight06: string;
|
|
678
749
|
export const bpFontLineHeight07: string;
|
|
750
|
+
export const bpFontSize10: string;
|
|
751
|
+
export const bpFontSize11: string;
|
|
679
752
|
export const bpFontSize01: string;
|
|
680
753
|
export const bpFontSize02: string;
|
|
681
754
|
export const bpFontSize03: string;
|