@warp-ds/css 2.4.2-next.1 → 2.5.0-next.2
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/component-classes/index.d.ts +463 -463
- package/dist/tokens/blocket-se-dark.css +1 -1
- package/dist/tokens/blocket-se.css +1 -1
- package/dist/tokens/dba-dk-dark.css +1 -1
- package/dist/tokens/dba-dk.css +1 -1
- package/dist/tokens/finn-no-dark.css +1 -1
- package/dist/tokens/finn-no.css +1 -1
- package/dist/tokens/neutral-com-dark.css +1 -1
- package/dist/tokens/neutral-com.css +1 -1
- package/dist/tokens/tori-fi-dark.css +1 -1
- package/dist/tokens/tori-fi.css +1 -1
- package/dist/tokens/vend-com-dark.css +1 -1
- package/dist/tokens/vend-com.css +1 -1
- package/package.json +3 -3
|
@@ -1,532 +1,532 @@
|
|
|
1
1
|
export namespace pageIndicator {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
let wrapper: string;
|
|
3
|
+
let dot: string;
|
|
4
|
+
let inactive: string;
|
|
5
|
+
let active: string;
|
|
6
6
|
}
|
|
7
7
|
export namespace badge {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
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;
|
|
22
22
|
}
|
|
23
23
|
export namespace slider {
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
24
|
+
let wrapper_1: string;
|
|
25
|
+
export { wrapper_1 as wrapper };
|
|
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;
|
|
34
34
|
}
|
|
35
35
|
export namespace box {
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
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;
|
|
44
44
|
}
|
|
45
45
|
export namespace pill {
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
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;
|
|
56
56
|
}
|
|
57
57
|
export namespace step {
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
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;
|
|
81
81
|
}
|
|
82
82
|
export namespace steps {
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
83
|
+
let wrapper_3: string;
|
|
84
|
+
export { wrapper_3 as wrapper };
|
|
85
|
+
let horizontal_1: string;
|
|
86
|
+
export { horizontal_1 as horizontal };
|
|
87
87
|
}
|
|
88
88
|
export namespace card {
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
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;
|
|
100
|
+
export { a11y_1 as a11y };
|
|
101
101
|
}
|
|
102
102
|
export namespace switchToggle {
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
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;
|
|
108
|
+
export { track_1 as track };
|
|
109
|
+
export let trackActive: string;
|
|
110
|
+
export let trackInactive: string;
|
|
111
|
+
let trackDisabled_1: string;
|
|
112
|
+
export { trackDisabled_1 as trackDisabled };
|
|
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;
|
|
118
|
+
export { a11y_2 as a11y };
|
|
119
119
|
}
|
|
120
120
|
export namespace toaster {
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
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 };
|
|
127
127
|
}
|
|
128
128
|
export namespace toast {
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
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;
|
|
134
|
+
export { positive_1 as positive };
|
|
135
|
+
let warning_1: string;
|
|
136
|
+
export { warning_1 as warning };
|
|
137
|
+
let negative_1: string;
|
|
138
|
+
export { negative_1 as negative };
|
|
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;
|
|
147
|
+
export { close_1 as close };
|
|
148
148
|
}
|
|
149
149
|
export namespace tabs {
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
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;
|
|
155
155
|
}
|
|
156
156
|
export namespace tab {
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
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;
|
|
167
167
|
}
|
|
168
168
|
export namespace gridLayout {
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
}
|
|
179
|
-
export const buttonReset:
|
|
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;
|
|
178
|
+
}
|
|
179
|
+
export const buttonReset: 'focus:outline-none appearance-none cursor-pointer bg-transparent border-0 m-0 p-0 inline-block';
|
|
180
180
|
export namespace expandable {
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
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;
|
|
198
|
+
export { button_1 as button };
|
|
199
|
+
export let buttonBox: string;
|
|
200
|
+
export let contentWithTitle: string;
|
|
201
|
+
export let title: string;
|
|
202
|
+
export let titleType: string;
|
|
203
203
|
}
|
|
204
204
|
export namespace button {
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
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;
|
|
243
|
+
export { negative_2 as negative };
|
|
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;
|
|
263
|
+
export { a11y_3 as a11y };
|
|
264
|
+
export let fullWidth: string;
|
|
265
|
+
export let contentWidth: string;
|
|
266
266
|
}
|
|
267
267
|
export namespace buttonGroup {
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
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;
|
|
275
275
|
}
|
|
276
276
|
export namespace buttonGroupItem {
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
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 };
|
|
289
289
|
}
|
|
290
290
|
export namespace modal {
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
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;
|
|
301
|
+
export { title_1 as title };
|
|
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
308
|
}
|
|
309
309
|
export namespace modalElement {
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
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
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
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;
|
|
332
|
+
export { title_2 as title };
|
|
333
|
+
let icon_1: string;
|
|
334
|
+
export { icon_1 as icon };
|
|
335
|
+
let negative_3: string;
|
|
336
|
+
export { negative_3 as negative };
|
|
337
|
+
export let negativeIcon: string;
|
|
338
|
+
let positive_2: string;
|
|
339
|
+
export { positive_2 as positive };
|
|
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;
|
|
347
347
|
}
|
|
348
348
|
export namespace input {
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
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;
|
|
354
|
+
export { _default as default };
|
|
355
|
+
let disabled_2: string;
|
|
356
|
+
export { disabled_2 as disabled };
|
|
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;
|
|
363
363
|
}
|
|
364
364
|
export namespace select {
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
365
|
+
let base_11: string;
|
|
366
|
+
export { base_11 as base };
|
|
367
|
+
let _default_1: string;
|
|
368
|
+
export { _default_1 as default };
|
|
369
|
+
let disabled_3: string;
|
|
370
|
+
export { disabled_3 as disabled };
|
|
371
|
+
let invalid_1: string;
|
|
372
|
+
export { invalid_1 as invalid };
|
|
373
|
+
let readOnly_1: string;
|
|
374
|
+
export { readOnly_1 as readOnly };
|
|
375
|
+
let wrapper_12: string;
|
|
376
|
+
export { wrapper_12 as wrapper };
|
|
377
|
+
export let selectWrapper: string;
|
|
378
|
+
let chevron_1: string;
|
|
379
|
+
export { chevron_1 as chevron };
|
|
380
|
+
export let chevronDisabled: string;
|
|
381
381
|
}
|
|
382
382
|
export namespace label {
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
383
|
+
let base_12: string;
|
|
384
|
+
export { base_12 as base };
|
|
385
|
+
export let optional: string;
|
|
386
386
|
}
|
|
387
387
|
export namespace helpText {
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
388
|
+
let base_13: string;
|
|
389
|
+
export { base_13 as base };
|
|
390
|
+
export let color: string;
|
|
391
|
+
export let colorInvalid: string;
|
|
392
392
|
}
|
|
393
393
|
export namespace suffix {
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
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 };
|
|
400
400
|
}
|
|
401
401
|
export namespace prefix {
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
402
|
+
let wrapper_14: string;
|
|
403
|
+
export { wrapper_14 as wrapper };
|
|
404
|
+
let wrapperWithLabel_1: string;
|
|
405
|
+
export { wrapperWithLabel_1 as wrapperWithLabel };
|
|
406
|
+
let wrapperWithIcon_1: string;
|
|
407
|
+
export { wrapperWithIcon_1 as wrapperWithIcon };
|
|
408
|
+
let label_2: string;
|
|
409
|
+
export { label_2 as label };
|
|
410
410
|
}
|
|
411
411
|
export namespace breadcrumbs {
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
412
|
+
let wrapper_15: string;
|
|
413
|
+
export { wrapper_15 as wrapper };
|
|
414
|
+
export let text: string;
|
|
415
|
+
let link_1: string;
|
|
416
|
+
export { link_1 as link };
|
|
417
|
+
export let separator: string;
|
|
418
|
+
let a11y_4: string;
|
|
419
|
+
export { a11y_4 as a11y };
|
|
420
420
|
}
|
|
421
421
|
export namespace toggle {
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
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;
|
|
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
447
|
}
|
|
448
448
|
export namespace deadToggle {
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
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;
|
|
457
457
|
}
|
|
458
458
|
export namespace clickable {
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
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;
|
|
464
464
|
}
|
|
465
465
|
export namespace combobox {
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
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;
|
|
476
|
+
export { a11y_6 as a11y };
|
|
477
477
|
}
|
|
478
478
|
export namespace attention {
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
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
506
|
}
|
|
507
507
|
export namespace pagination {
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
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
520
|
}
|
|
521
521
|
export namespace backwardsCompatibleClasses {
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
522
|
+
export let removedActiveTrack: string;
|
|
523
|
+
let label_5: string;
|
|
524
|
+
export { label_5 as label };
|
|
525
|
+
let checkbox_1: string;
|
|
526
|
+
export { checkbox_1 as checkbox };
|
|
527
|
+
let radio_1: string;
|
|
528
|
+
export { radio_1 as radio };
|
|
529
|
+
let input_2: string;
|
|
530
|
+
export { input_2 as input };
|
|
531
|
+
export let select: string;
|
|
532
532
|
}
|