@warp-ds/css 1.7.0 → 1.7.1-next.10

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.
@@ -1,510 +1,520 @@
1
1
  export namespace pageIndicator {
2
- const wrapper: string;
3
- const dot: string;
4
- const inactive: string;
5
- const active: string;
2
+ let wrapper: string;
3
+ let dot: string;
4
+ let inactive: string;
5
+ let active: string;
6
6
  }
7
7
  export namespace ribbon {
8
- const base: string;
9
- const info: string;
10
- const success: string;
11
- const warning: string;
12
- const error: string;
13
- const disabled: string;
14
- const sponsored: string;
15
- const neutral: string;
16
- const roundedTopRightBottomLeft: string;
17
- const roundedTopLeftBottomRight: string;
8
+ let base: string;
9
+ let info: string;
10
+ let success: string;
11
+ let warning: string;
12
+ let error: string;
13
+ let disabled: string;
14
+ let sponsored: string;
15
+ let neutral: string;
16
+ let roundedTopRightBottomLeft: string;
17
+ let roundedTopLeftBottomRight: string;
18
18
  }
19
19
  export namespace badge {
20
- const base_1: string;
20
+ let base_1: string;
21
21
  export { base_1 as base };
22
- const neutral_1: string;
22
+ let neutral_1: string;
23
23
  export { neutral_1 as neutral };
24
- const info_1: string;
24
+ let info_1: string;
25
25
  export { info_1 as info };
26
- export const positive: string;
27
- const warning_1: string;
26
+ export let positive: string;
27
+ let warning_1: string;
28
28
  export { warning_1 as warning };
29
- export const negative: string;
30
- const disabled_1: string;
29
+ export let negative: string;
30
+ let disabled_1: string;
31
31
  export { disabled_1 as disabled };
32
- export const price: string;
33
- export const notification: string;
34
- export const positionBase: string;
35
- export const positionTL: string;
36
- export const positionTR: string;
37
- export const positionBR: string;
38
- export const positionBL: string;
32
+ export let price: string;
33
+ let sponsored_1: string;
34
+ export { sponsored_1 as sponsored };
35
+ export let notification: string;
36
+ export let positionBase: string;
37
+ export let positionTL: string;
38
+ export let positionTR: string;
39
+ export let positionBR: string;
40
+ export let positionBL: string;
39
41
  }
40
42
  export namespace slider {
41
- const wrapper_1: string;
43
+ let wrapper_1: string;
42
44
  export { wrapper_1 as wrapper };
43
- export const track: string;
44
- export const trackDisabled: string;
45
- export const activeTrack: string;
46
- export const activeTrackDisabled: string;
47
- export const thumb: string;
48
- export const thumbEnabled: string;
49
- export const thumbDisabled: string;
45
+ export let track: string;
46
+ export let trackDisabled: string;
47
+ export let activeTrack: string;
48
+ export let activeTrackDisabled: string;
49
+ export let thumb: string;
50
+ export let thumbEnabled: string;
51
+ export let thumbDisabled: string;
50
52
  }
51
53
  export namespace box {
52
- export const box: string;
53
- export const bleed: string;
54
- const info_2: string;
54
+ export let box: string;
55
+ export let bleed: string;
56
+ let info_2: string;
55
57
  export { info_2 as info };
56
- const neutral_2: string;
58
+ let neutral_2: string;
57
59
  export { neutral_2 as neutral };
58
- export const bordered: string;
59
- export const infoClickable: string;
60
- export const neutralClickable: string;
61
- export const borderedClickable: string;
60
+ export let bordered: string;
61
+ export let infoClickable: string;
62
+ export let neutralClickable: string;
63
+ export let borderedClickable: string;
62
64
  }
63
65
  export namespace pill {
64
- const pill: string;
65
- const button: string;
66
- const suggestion: string;
67
- const filter: string;
68
- const label: string;
69
- const labelWithoutClose: string;
70
- const labelWithClose: string;
71
- const close: string;
72
- const a11y: string;
66
+ let pill: string;
67
+ let button: string;
68
+ let suggestion: string;
69
+ let filter: string;
70
+ let label: string;
71
+ let labelWithoutClose: string;
72
+ let labelWithClose: string;
73
+ let close: string;
74
+ let a11y: string;
73
75
  }
74
76
  export namespace step {
75
- const step: string;
76
- const stepVertical: string;
77
- const stepVerticalLeft: string;
78
- const stepVerticalRight: string;
79
- const stepHorizontal: string;
80
- const stepDot: string;
81
- const stepDotVerticalRight: string;
82
- const stepDotHorizontal: string;
83
- const stepDotActive: string;
84
- const stepDotIncomplete: string;
85
- const stepLine: string;
86
- const stepLineVertical: string;
87
- const stepLineVerticalRight: string;
88
- const stepLineHorizontal: string;
89
- const stepLineHorizontalRight: string;
90
- const stepLineHorizontalLeft: string;
91
- const stepLineIncomplete: string;
92
- const stepLineComplete: string;
93
- const content: string;
94
- const contentVertical: string;
95
- const contentHorizontal: string;
77
+ let step: string;
78
+ let stepVertical: string;
79
+ let stepVerticalLeft: string;
80
+ let stepVerticalRight: string;
81
+ let stepHorizontal: string;
82
+ let stepDot: string;
83
+ let stepDotVerticalRight: string;
84
+ let stepDotHorizontal: string;
85
+ let stepDotActive: string;
86
+ let stepDotIncomplete: string;
87
+ let stepLine: string;
88
+ let stepLineVertical: string;
89
+ let stepLineVerticalRight: string;
90
+ let stepLineHorizontal: string;
91
+ let stepLineHorizontalRight: string;
92
+ let stepLineHorizontalLeft: string;
93
+ let stepLineIncomplete: string;
94
+ let stepLineComplete: string;
95
+ let content: string;
96
+ let contentVertical: string;
97
+ let contentHorizontal: string;
96
98
  }
97
99
  export namespace steps {
98
- const steps: string;
99
- const stepsHorizontal: string;
100
+ let steps: string;
101
+ let stepsHorizontal: string;
100
102
  }
101
103
  export namespace card {
102
- export const card: string;
103
- export const cardShadow: string;
104
- export const cardFlat: string;
105
- export const cardFlatUnselected: string;
106
- export const cardFlatSelected: string;
107
- export const cardUnselected: string;
108
- export const cardSelected: string;
109
- export const cardOutline: string;
110
- export const cardOutlineUnselected: string;
111
- export const cardOutlineSelected: string;
112
- const a11y_1: string;
104
+ export let card: string;
105
+ export let cardShadow: string;
106
+ export let cardFlat: string;
107
+ export let cardFlatUnselected: string;
108
+ export let cardFlatSelected: string;
109
+ export let cardUnselected: string;
110
+ export let cardSelected: string;
111
+ export let cardOutline: string;
112
+ export let cardOutlineUnselected: string;
113
+ export let cardOutlineSelected: string;
114
+ let a11y_1: string;
113
115
  export { a11y_1 as a11y };
114
116
  }
115
117
  export namespace switchToggle {
116
- const _switch: string;
118
+ let _switch: string;
117
119
  export { _switch as switch };
118
- const label_1: string;
120
+ let label_1: string;
119
121
  export { label_1 as label };
120
- export const labelDisabled: string;
121
- const track_1: string;
122
+ export let labelDisabled: string;
123
+ let track_1: string;
122
124
  export { track_1 as track };
123
- export const trackActive: string;
124
- export const trackInactive: string;
125
- const trackDisabled_1: string;
125
+ export let trackActive: string;
126
+ export let trackInactive: string;
127
+ let trackDisabled_1: string;
126
128
  export { trackDisabled_1 as trackDisabled };
127
- export const handle: string;
128
- export const handleSelected: string;
129
- export const handleNotDisabled: string;
130
- export const handleDisabled: string;
131
- const a11y_2: string;
129
+ export let handle: string;
130
+ export let handleSelected: string;
131
+ export let handleNotDisabled: string;
132
+ export let handleDisabled: string;
133
+ let a11y_2: string;
132
134
  export { a11y_2 as a11y };
133
135
  }
134
136
  export namespace toaster {
135
- export const container: string;
136
- const content_1: string;
137
+ export let container: string;
138
+ let content_1: string;
137
139
  export { content_1 as content };
138
- export const toaster: string;
140
+ export let toaster: string;
139
141
  }
140
142
  export namespace toast {
141
- const wrapper_2: string;
143
+ let wrapper_2: string;
142
144
  export { wrapper_2 as wrapper };
143
- export const toast: string;
144
- const positive_1: string;
145
+ export let toast: string;
146
+ let positive_1: string;
145
147
  export { positive_1 as positive };
146
- const warning_2: string;
148
+ let warning_2: string;
147
149
  export { warning_2 as warning };
148
- const negative_1: string;
150
+ let negative_1: string;
149
151
  export { negative_1 as negative };
150
- export const icon: string;
151
- export const iconPositive: string;
152
- export const iconWarning: string;
153
- export const iconNegative: string;
154
- export const iconLoading: string;
155
- const content_2: string;
152
+ export let icon: string;
153
+ export let iconPositive: string;
154
+ export let iconWarning: string;
155
+ export let iconNegative: string;
156
+ export let iconLoading: string;
157
+ let content_2: string;
156
158
  export { content_2 as content };
157
- const close_1: string;
159
+ let close_1: string;
158
160
  export { close_1 as close };
159
161
  }
160
162
  export namespace tabs {
161
- const tabContainer: string;
162
- const wunderbar: string;
163
- const wrapperUnderlined: string;
163
+ let tabContainer: string;
164
+ let wunderbar: string;
165
+ let wrapperUnderlined: string;
164
166
  }
165
167
  export namespace tab {
166
- export const tab: string;
167
- export const tabActive: string;
168
- const icon_1: string;
168
+ export let tab: string;
169
+ export let tabActive: string;
170
+ let icon_1: string;
169
171
  export { icon_1 as icon };
170
- export const iconUnderlinedActive: string;
171
- const content_3: string;
172
+ export let iconUnderlinedActive: string;
173
+ let content_3: string;
172
174
  export { content_3 as content };
173
- export const contentUnderlined: string;
174
- export const contentUnderlinedActive: string;
175
+ export let contentUnderlined: string;
176
+ export let contentUnderlinedActive: string;
175
177
  }
176
178
  export namespace gridLayout {
177
- const cols1: string;
178
- const cols2: string;
179
- const cols3: string;
180
- const cols4: string;
181
- const cols5: string;
182
- const cols6: string;
183
- const cols7: string;
184
- const cols8: string;
185
- const cols9: string;
179
+ let cols1: string;
180
+ let cols2: string;
181
+ let cols3: string;
182
+ let cols4: string;
183
+ let cols5: string;
184
+ let cols6: string;
185
+ let cols7: string;
186
+ let cols8: string;
187
+ let cols9: string;
186
188
  }
187
189
  export const buttonReset: "focus:outline-none appearance-none cursor-pointer bg-transparent border-0 m-0 p-0 inline-block";
188
190
  export namespace expandable {
189
- export const expandable: string;
190
- export const expandableTitle: string;
191
- export const expandableBox: string;
191
+ export let expandable: string;
192
+ export let expandableTitle: string;
193
+ export let expandableBox: string;
192
194
  import expandableBleed = box.bleed;
193
195
  export { expandableBleed };
194
- export const chevron: string;
195
- export const chevronNonBox: string;
196
- export const chevronBox: string;
197
- export const chevronTransform: string;
198
- export const chevronExpand: string;
199
- export const chevronCollapse: string;
200
- export const elementsTransformChevronDownPart: string;
201
- export const elementsChevronDownExpandPart: string;
202
- export const elementsTransformChevronUpPart: string;
203
- export const elementsChevronUpCollapsePart: string;
204
- export const expansion: string;
205
- export const expansionNotExpanded: string;
206
- const button_1: string;
196
+ export let chevron: string;
197
+ export let chevronNonBox: string;
198
+ export let chevronBox: string;
199
+ export let chevronTransform: string;
200
+ export let chevronExpand: string;
201
+ export let chevronCollapse: string;
202
+ export let elementsTransformChevronDownPart: string;
203
+ export let elementsChevronDownExpandPart: string;
204
+ export let elementsTransformChevronUpPart: string;
205
+ export let elementsChevronUpCollapsePart: string;
206
+ export let expansion: string;
207
+ export let expansionNotExpanded: string;
208
+ let button_1: string;
207
209
  export { button_1 as button };
208
- export const buttonBox: string;
209
- export const paddingTop: string;
210
- export const title: string;
211
- export const titleType: string;
210
+ export let buttonBox: string;
211
+ export let paddingTop: string;
212
+ export let title: string;
213
+ export let titleType: string;
212
214
  }
213
215
  export namespace button {
214
- export const secondary: string;
215
- export const secondaryHref: string;
216
- export const secondaryDisabled: string;
217
- export const secondarySmall: string;
218
- export const secondarySmallDisabled: string;
219
- export const secondaryQuiet: string;
220
- export const secondaryQuietDisabled: string;
221
- export const secondarySmallQuiet: string;
222
- export const secondarySmallQuietDisabled: string;
223
- export const secondaryLoading: string;
224
- export const secondarySmallLoading: string;
225
- export const secondarySmallQuietLoading: string;
226
- export const secondaryQuietLoading: string;
227
- export const primary: string;
228
- export const primaryDisabled: string;
229
- export const primarySmall: string;
230
- export const primarySmallDisabled: string;
231
- export const primaryQuiet: string;
232
- export const primaryQuietDisabled: string;
233
- export const primarySmallQuiet: string;
234
- export const primarySmallQuietDisabled: string;
235
- export const primaryLoading: string;
236
- export const primarySmallLoading: string;
237
- export const primarySmallQuietLoading: string;
238
- export const primaryQuietLoading: string;
239
- export const utility: string;
240
- export const utilityDisabled: string;
241
- export const utilityQuiet: string;
242
- export const utilityQuietDisabled: string;
243
- export const utilitySmall: string;
244
- export const utilitySmallDisabled: string;
245
- export const utilitySmallQuiet: string;
246
- export const utilitySmallQuietDisabled: string;
247
- export const utilityLoading: string;
248
- export const utilitySmallLoading: string;
249
- export const utilityQuietLoading: string;
250
- export const utilitySmallQuietLoading: string;
251
- const negative_2: string;
216
+ export let secondary: string;
217
+ export let secondaryHref: string;
218
+ export let secondaryDisabled: string;
219
+ export let secondarySmall: string;
220
+ export let secondarySmallDisabled: string;
221
+ export let secondaryQuiet: string;
222
+ export let secondaryQuietDisabled: string;
223
+ export let secondarySmallQuiet: string;
224
+ export let secondarySmallQuietDisabled: string;
225
+ export let secondaryLoading: string;
226
+ export let secondarySmallLoading: string;
227
+ export let secondarySmallQuietLoading: string;
228
+ export let secondaryQuietLoading: string;
229
+ export let primary: string;
230
+ export let primaryDisabled: string;
231
+ export let primarySmall: string;
232
+ export let primarySmallDisabled: string;
233
+ export let primaryQuiet: string;
234
+ export let primaryQuietDisabled: string;
235
+ export let primarySmallQuiet: string;
236
+ export let primarySmallQuietDisabled: string;
237
+ export let primaryLoading: string;
238
+ export let primarySmallLoading: string;
239
+ export let primarySmallQuietLoading: string;
240
+ export let primaryQuietLoading: string;
241
+ export let utility: string;
242
+ export let utilityDisabled: string;
243
+ export let utilityQuiet: string;
244
+ export let utilityQuietDisabled: string;
245
+ export let utilitySmall: string;
246
+ export let utilitySmallDisabled: string;
247
+ export let utilitySmallQuiet: string;
248
+ export let utilitySmallQuietDisabled: string;
249
+ export let utilityLoading: string;
250
+ export let utilitySmallLoading: string;
251
+ export let utilityQuietLoading: string;
252
+ export let utilitySmallQuietLoading: string;
253
+ let negative_2: string;
252
254
  export { negative_2 as negative };
253
- export const negativeDisabled: string;
254
- export const negativeQuiet: string;
255
- export const negativeQuietDisabled: string;
256
- export const negativeSmall: string;
257
- export const negativeSmallDisabled: string;
258
- export const negativeSmallQuiet: string;
259
- export const negativeSmallQuietDisabled: string;
260
- export const negativeLoading: string;
261
- export const negativeSmallLoading: string;
262
- export const negativeQuietLoading: string;
263
- export const negativeSmallQuietLoading: string;
264
- const pill_1: string;
255
+ export let negativeDisabled: string;
256
+ export let negativeQuiet: string;
257
+ export let negativeQuietDisabled: string;
258
+ export let negativeSmall: string;
259
+ export let negativeSmallDisabled: string;
260
+ export let negativeSmallQuiet: string;
261
+ export let negativeSmallQuietDisabled: string;
262
+ export let negativeLoading: string;
263
+ export let negativeSmallLoading: string;
264
+ export let negativeQuietLoading: string;
265
+ export let negativeSmallQuietLoading: string;
266
+ let pill_1: string;
265
267
  export { pill_1 as pill };
266
- export const pillSmall: string;
267
- export const pillLoading: string;
268
- export const pillSmallLoading: string;
269
- export const link: string;
270
- export const linkSmall: string;
271
- export const linkAsButton: string;
272
- const a11y_3: string;
268
+ export let pillSmall: string;
269
+ export let pillLoading: string;
270
+ export let pillSmallLoading: string;
271
+ export let link: string;
272
+ export let linkSmall: string;
273
+ export let linkAsButton: string;
274
+ let a11y_3: string;
273
275
  export { a11y_3 as a11y };
274
- export const fullWidth: string;
275
- export const contentWidth: string;
276
+ export let fullWidth: string;
277
+ export let contentWidth: string;
276
278
  }
277
279
  export namespace buttonGroup {
278
- const wrapper_3: string;
280
+ let wrapper_3: string;
279
281
  export { wrapper_3 as wrapper };
280
- export const raised: string;
281
- export const vertical: string;
282
- export const nonOutlinedVertical: string;
283
- export const nonOutlinedHorizontal: string;
282
+ export let raised: string;
283
+ export let vertical: string;
284
+ export let nonOutlinedVertical: string;
285
+ export let nonOutlinedHorizontal: string;
284
286
  }
285
287
  export namespace buttonGroupItem {
286
- const wrapper_4: string;
288
+ let wrapper_4: string;
287
289
  export { wrapper_4 as wrapper };
288
- export const outlined: string;
289
- export const outlinedVertical: string;
290
- export const outlinedHorizontal: string;
291
- export const outlinedVerticalResets: string;
292
- export const outlinedHorizontalResets: string;
293
- export const outlinedSelected: string;
294
- export const selected: string;
290
+ export let outlined: string;
291
+ export let outlinedVertical: string;
292
+ export let outlinedHorizontal: string;
293
+ export let outlinedVerticalResets: string;
294
+ export let outlinedHorizontalResets: string;
295
+ export let outlinedSelected: string;
296
+ export let selected: string;
295
297
  }
296
298
  export namespace modal {
297
- export const transparentBg: string;
298
- export const backdrop: string;
299
- export const modal: string;
300
- const content_4: string;
299
+ export let transparentBg: string;
300
+ export let backdrop: string;
301
+ export let modal: string;
302
+ let content_4: string;
301
303
  export { content_4 as content };
302
- export const footer: string;
303
- export const transitionTitle: string;
304
- export const transitionTitleCenter: string;
305
- export const transitionTitleColSpan: string;
306
- const title_1: string;
304
+ export let footer: string;
305
+ export let transitionTitle: string;
306
+ export let transitionTitleCenter: string;
307
+ export let transitionTitleColSpan: string;
308
+ let title_1: string;
307
309
  export { title_1 as title };
308
- export const titleText: string;
309
- export const titleButton: string;
310
- export const titleButtonLeft: string;
311
- export const titleButtonRight: string;
312
- export const titleButtonIcon: string;
313
- export const titleButtonIconRotated: string;
310
+ export let titleText: string;
311
+ export let titleButton: string;
312
+ export let titleButtonLeft: string;
313
+ export let titleButtonRight: string;
314
+ export let titleButtonIcon: string;
315
+ export let titleButtonIconRotated: string;
314
316
  }
315
317
  export namespace alert {
316
- export const alert: string;
317
- export const willChangeHeight: string;
318
- export const textWrapper: string;
319
- const title_2: string;
318
+ export let alert: string;
319
+ export let willChangeHeight: string;
320
+ export let textWrapper: string;
321
+ let title_2: string;
320
322
  export { title_2 as title };
321
- const icon_2: string;
323
+ let icon_2: string;
322
324
  export { icon_2 as icon };
323
- const negative_3: string;
325
+ let negative_3: string;
324
326
  export { negative_3 as negative };
325
- export const negativeIcon: string;
326
- const positive_2: string;
327
+ export let negativeIcon: string;
328
+ let positive_2: string;
327
329
  export { positive_2 as positive };
328
- export const positiveIcon: string;
329
- const warning_3: string;
330
+ export let positiveIcon: string;
331
+ let warning_3: string;
330
332
  export { warning_3 as warning };
331
- export const warningIcon: string;
332
- const info_3: string;
333
+ export let warningIcon: string;
334
+ let info_3: string;
333
335
  export { info_3 as info };
334
- export const infoIcon: string;
336
+ export let infoIcon: string;
335
337
  }
336
338
  export namespace input {
337
- const _default: string;
339
+ let _default: string;
338
340
  export { _default as default };
339
- export const textArea: string;
340
- const disabled_2: string;
341
+ export let textArea: string;
342
+ let disabled_2: string;
341
343
  export { disabled_2 as disabled };
342
- export const invalid: string;
343
- export const readOnly: string;
344
- export const placeholder: string;
345
- const wrapper_5: string;
344
+ export let invalid: string;
345
+ export let readOnly: string;
346
+ export let placeholder: string;
347
+ let wrapper_5: string;
346
348
  export { wrapper_5 as wrapper };
347
- export const suffix: string;
348
- export const prefix: string;
349
+ export let suffix: string;
350
+ export let prefix: string;
349
351
  }
350
352
  export namespace select {
351
- const _default_1: string;
353
+ let _default_1: string;
352
354
  export { _default_1 as default };
353
- const disabled_3: string;
355
+ let disabled_3: string;
354
356
  export { disabled_3 as disabled };
355
- const invalid_1: string;
357
+ let invalid_1: string;
356
358
  export { invalid_1 as invalid };
357
- const readOnly_1: string;
359
+ let readOnly_1: string;
358
360
  export { readOnly_1 as readOnly };
359
- const wrapper_6: string;
361
+ let wrapper_6: string;
360
362
  export { wrapper_6 as wrapper };
361
- export const selectWrapper: string;
362
- const chevron_1: string;
363
+ export let selectWrapper: string;
364
+ let chevron_1: string;
363
365
  export { chevron_1 as chevron };
364
- export const chevronDisabled: string;
366
+ export let chevronDisabled: string;
365
367
  }
366
368
  export namespace label {
367
- const label_2: string;
369
+ let label_2: string;
368
370
  export { label_2 as label };
369
- export const labelInvalid: string;
370
- export const optional: string;
371
+ export let labelInvalid: string;
372
+ export let optional: string;
371
373
  }
372
374
  export namespace helpText {
373
- const helpText: string;
374
- const helpTextValid: string;
375
- const helpTextInvalid: string;
375
+ let helpText: string;
376
+ let helpTextValid: string;
377
+ let helpTextInvalid: string;
376
378
  }
377
379
  export namespace suffix {
378
- const wrapper_7: string;
380
+ let wrapper_7: string;
379
381
  export { wrapper_7 as wrapper };
380
- export const wrapperWithLabel: string;
381
- export const wrapperWithIcon: string;
382
- const label_3: string;
382
+ export let wrapperWithLabel: string;
383
+ export let wrapperWithIcon: string;
384
+ let label_3: string;
383
385
  export { label_3 as label };
384
386
  }
385
387
  export namespace prefix {
386
- const wrapper_8: string;
388
+ let wrapper_8: string;
387
389
  export { wrapper_8 as wrapper };
388
- const wrapperWithLabel_1: string;
390
+ let wrapperWithLabel_1: string;
389
391
  export { wrapperWithLabel_1 as wrapperWithLabel };
390
- const wrapperWithIcon_1: string;
392
+ let wrapperWithIcon_1: string;
391
393
  export { wrapperWithIcon_1 as wrapperWithIcon };
392
- const label_4: string;
394
+ let label_4: string;
393
395
  export { label_4 as label };
394
396
  }
395
397
  export namespace breadcrumbs {
396
- const wrapper_9: string;
398
+ let wrapper_9: string;
397
399
  export { wrapper_9 as wrapper };
398
- export const text: string;
399
- const link_1: string;
400
+ export let text: string;
401
+ let link_1: string;
400
402
  export { link_1 as link };
401
- export const separator: string;
402
- const a11y_4: string;
403
+ export let separator: string;
404
+ let a11y_4: string;
403
405
  export { a11y_4 as a11y };
404
406
  }
405
407
  export namespace toggle {
406
- export const field: string;
407
- const wrapper_10: string;
408
+ export let field: string;
409
+ let wrapper_10: string;
408
410
  export { wrapper_10 as wrapper };
409
- export const deadToggleWrapper: string;
410
- export const input: string;
411
- export const deadToggleInput: string;
412
- export const inputDisabled: string;
413
- export const focusable: string;
414
- export const focusableWithin: string;
415
- const label_5: string;
411
+ export let deadToggleWrapper: string;
412
+ export let input: string;
413
+ export let deadToggleInput: string;
414
+ export let inputDisabled: string;
415
+ export let focusable: string;
416
+ export let focusableWithin: string;
417
+ let label_5: string;
416
418
  export { label_5 as label };
417
- export const deadToggleLabel: string;
418
- export const noContent: string;
419
- export const indeterminate: string;
420
- const labelDisabled_1: string;
419
+ export let deadToggleLabel: string;
420
+ export let noContent: string;
421
+ export let indeterminate: string;
422
+ let labelDisabled_1: string;
421
423
  export { labelDisabled_1 as labelDisabled };
422
- export const checkbox: string;
423
- export const checkboxChecked: string;
424
- export const checkboxInvalid: string;
425
- export const checkboxDisabled: string;
426
- export const labelCheckboxBorder: string;
427
- export const radio: string;
428
- export const radioChecked: string;
429
- export const radioInvalid: string;
430
- export const radioDisabled: string;
431
- export const labelRadioBorder: string;
432
- export const radioButtons: string;
433
- export const radioButtonsGroup: string;
434
- export const radioButtonsLabel: string;
435
- export const radioButtonsJustified: string;
436
- export const radioButtonsGroupJustified: string;
437
- export const radioButtonsLabelSmall: string;
438
- const icon_3: string;
424
+ export let checkbox: string;
425
+ export let checkboxChecked: string;
426
+ export let checkboxInvalid: string;
427
+ export let checkboxDisabled: string;
428
+ export let labelCheckboxBorder: string;
429
+ export let radio: string;
430
+ export let radioChecked: string;
431
+ export let radioInvalid: string;
432
+ export let radioDisabled: string;
433
+ export let labelRadioBorder: string;
434
+ export let radioButtons: string;
435
+ export let radioButtonsGroup: string;
436
+ export let radioButtonsLabel: string;
437
+ export let radioButtonsJustified: string;
438
+ export let radioButtonsGroupJustified: string;
439
+ export let radioButtonsLabelSmall: string;
440
+ let icon_3: string;
439
441
  export { icon_3 as icon };
440
- const a11y_5: string;
442
+ let a11y_5: string;
441
443
  export { a11y_5 as a11y };
442
444
  }
443
445
  export namespace clickable {
444
- export const toggle: string;
445
- const label_6: string;
446
+ export let toggle: string;
447
+ let label_6: string;
446
448
  export { label_6 as label };
447
- export const buttonOrLink: string;
448
- export const buttonOrLinkStretch: string;
449
+ export let buttonOrLink: string;
450
+ export let buttonOrLinkStretch: string;
449
451
  }
450
452
  export namespace combobox {
451
- const wrapper_11: string;
453
+ let wrapper_11: string;
452
454
  export { wrapper_11 as wrapper };
453
- export const combobox: string;
454
- export const textMatch: string;
455
- export const listbox: string;
456
- export const option: string;
457
- export const optionSelected: string;
458
- const a11y_6: string;
455
+ export let combobox: string;
456
+ export let textMatch: string;
457
+ export let listbox: string;
458
+ export let option: string;
459
+ export let optionSelected: string;
460
+ let a11y_6: string;
459
461
  export { a11y_6 as a11y };
460
462
  }
461
463
  export namespace attention {
462
- const base_2: string;
464
+ let base_2: string;
463
465
  export { base_2 as base };
464
- export const tooltip: string;
465
- export const callout: string;
466
- export const highlight: string;
467
- export const popover: string;
468
- export const arrowBase: string;
469
- export const arrowDirectionLeft: string;
470
- export const arrowDirectionRight: string;
471
- export const arrowDirectionBottom: string;
472
- export const arrowDirectionTop: string;
473
- export const arrowTooltip: string;
474
- export const arrowCallout: string;
475
- export const arrowPopover: string;
476
- export const arrowHighlight: string;
477
- const content_5: string;
466
+ export let tooltip: string;
467
+ export let callout: string;
468
+ export let highlight: string;
469
+ export let popover: string;
470
+ export let arrowBase: string;
471
+ export let arrowDirectionLeft: string;
472
+ export let arrowDirectionRight: string;
473
+ export let arrowDirectionBottom: string;
474
+ export let arrowDirectionTop: string;
475
+ export let arrowTooltip: string;
476
+ export let arrowCallout: string;
477
+ export let arrowPopover: string;
478
+ export let arrowHighlight: string;
479
+ let content_5: string;
478
480
  export { content_5 as content };
479
- export const notCallout: string;
480
- export const closeBtn: string;
481
+ export let notCallout: string;
482
+ export let closeBtn: string;
481
483
  }
482
484
  export namespace backwardsCompatibleClasses {
483
- export const modalBackdrop: string;
484
- const chevronBox_1: string;
485
+ export let modalBackdrop: string;
486
+ let chevronBox_1: string;
485
487
  export { chevronBox_1 as chevronBox };
486
- const chevronNonBox_1: string;
488
+ let chevronNonBox_1: string;
487
489
  export { chevronNonBox_1 as chevronNonBox };
488
- const checkboxInvalid_1: string;
490
+ let checkboxInvalid_1: string;
489
491
  export { checkboxInvalid_1 as checkboxInvalid };
490
- const radioInvalid_1: string;
492
+ let radioInvalid_1: string;
491
493
  export { radioInvalid_1 as radioInvalid };
492
- const radioDisabled_1: string;
494
+ let radioDisabled_1: string;
493
495
  export { radioDisabled_1 as radioDisabled };
494
- export const modalTitle: string;
495
- export const pillClose: string;
496
+ export let modalTitle: string;
497
+ export let pillClose: string;
498
+ export let removedAlertTokens: string;
499
+ export let removedBadgeTokens: string;
500
+ export let removedBoxTokens: string;
501
+ export let removedBreadcrumbsTokens: string;
502
+ export let removedButtonTokens: string;
503
+ export let removedButtonGroupTokens: string;
504
+ export let removedCalloutTokens: string;
505
+ export let removedCardTokens: string;
496
506
  }
497
507
  export namespace pagination {
498
- export const currentPage: string;
499
- const icon_4: string;
508
+ export let currentPage: string;
509
+ let icon_4: string;
500
510
  export { icon_4 as icon };
501
- export const containerNav: string;
502
- export const heading: string;
503
- export const pages: string;
504
- export const nextPage: string;
505
- export const firstPageButton: string;
506
- export const firstPageLabel: string;
507
- const active_1: string;
511
+ export let containerNav: string;
512
+ export let heading: string;
513
+ export let pages: string;
514
+ export let nextPage: string;
515
+ export let firstPageButton: string;
516
+ export let firstPageLabel: string;
517
+ let active_1: string;
508
518
  export { active_1 as active };
509
- export const defaultPage: string;
519
+ export let defaultPage: string;
510
520
  }