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