@warp-ds/css 2.0.0-v2.1 → 2.0.0

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