@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.
- package/component-classes/classes.js +7 -10
- package/component-classes/index.d.ts +431 -382
- package/component-classes/index.js +315 -278
- package/component-classes/shortcuts.js +20 -13
- package/dist/components.css +1 -0
- package/dist/index.html +547 -0
- package/dist/resets.css +1 -0
- package/dist/tokens/blocket-se.css +1 -0
- package/dist/tokens/dba-dk.css +1 -0
- package/dist/tokens/finn-no.css +1 -0
- package/dist/tokens/tori-fi.css +1 -0
- package/package.json +29 -26
|
@@ -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
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
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
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
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
|
-
|
|
24
|
+
let wrapper_1: string;
|
|
59
25
|
export { wrapper_1 as wrapper };
|
|
60
|
-
export
|
|
61
|
-
export
|
|
62
|
-
export
|
|
63
|
-
export
|
|
64
|
-
export
|
|
65
|
-
export
|
|
66
|
-
export
|
|
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
|
-
|
|
70
|
-
export
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
export
|
|
76
|
-
export
|
|
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
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
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
|
-
|
|
93
|
-
export
|
|
94
|
-
export
|
|
95
|
-
export
|
|
96
|
-
export
|
|
97
|
-
export
|
|
98
|
-
|
|
99
|
-
export
|
|
100
|
-
export
|
|
101
|
-
export
|
|
102
|
-
export
|
|
103
|
-
export
|
|
104
|
-
export
|
|
105
|
-
export
|
|
106
|
-
export
|
|
107
|
-
export
|
|
108
|
-
export
|
|
109
|
-
export
|
|
110
|
-
|
|
111
|
-
export
|
|
112
|
-
export
|
|
113
|
-
export
|
|
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
|
-
|
|
117
|
-
|
|
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
|
-
|
|
121
|
-
export
|
|
122
|
-
export
|
|
123
|
-
export
|
|
124
|
-
export
|
|
125
|
-
export
|
|
126
|
-
export
|
|
127
|
-
export
|
|
128
|
-
export
|
|
129
|
-
|
|
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
|
-
|
|
134
|
-
export {
|
|
135
|
-
|
|
136
|
-
export {
|
|
137
|
-
|
|
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
|
|
141
|
-
export
|
|
142
|
-
|
|
109
|
+
export let trackActive: string;
|
|
110
|
+
export let trackInactive: string;
|
|
111
|
+
let trackDisabled_1: string;
|
|
143
112
|
export { trackDisabled_1 as trackDisabled };
|
|
144
|
-
export
|
|
145
|
-
export
|
|
146
|
-
export
|
|
147
|
-
export
|
|
148
|
-
|
|
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
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
export
|
|
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
|
-
|
|
159
|
-
export {
|
|
160
|
-
|
|
161
|
-
|
|
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
|
-
|
|
164
|
-
export {
|
|
165
|
-
|
|
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
|
|
168
|
-
export
|
|
169
|
-
export
|
|
170
|
-
export
|
|
171
|
-
export
|
|
172
|
-
|
|
173
|
-
export {
|
|
174
|
-
|
|
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
|
-
|
|
179
|
-
|
|
180
|
-
|
|
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
|
-
|
|
184
|
-
export
|
|
185
|
-
|
|
186
|
-
export {
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
export
|
|
190
|
-
|
|
191
|
-
export
|
|
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
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
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
|
-
|
|
207
|
-
export
|
|
208
|
-
export
|
|
209
|
-
|
|
210
|
-
export {
|
|
211
|
-
export
|
|
212
|
-
export
|
|
213
|
-
export
|
|
214
|
-
export
|
|
215
|
-
export
|
|
216
|
-
export
|
|
217
|
-
|
|
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
|
|
220
|
-
export
|
|
221
|
-
export
|
|
222
|
-
export
|
|
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
|
|
226
|
-
export
|
|
227
|
-
export
|
|
228
|
-
export
|
|
229
|
-
export
|
|
230
|
-
export
|
|
231
|
-
export
|
|
232
|
-
export
|
|
233
|
-
export
|
|
234
|
-
export
|
|
235
|
-
export
|
|
236
|
-
export
|
|
237
|
-
export
|
|
238
|
-
export
|
|
239
|
-
export
|
|
240
|
-
export
|
|
241
|
-
export
|
|
242
|
-
export
|
|
243
|
-
export
|
|
244
|
-
export
|
|
245
|
-
export
|
|
246
|
-
export
|
|
247
|
-
export
|
|
248
|
-
export
|
|
249
|
-
export
|
|
250
|
-
export
|
|
251
|
-
export
|
|
252
|
-
export
|
|
253
|
-
export
|
|
254
|
-
export
|
|
255
|
-
export
|
|
256
|
-
export
|
|
257
|
-
export
|
|
258
|
-
export
|
|
259
|
-
export
|
|
260
|
-
export
|
|
261
|
-
export
|
|
262
|
-
|
|
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
|
|
265
|
-
export
|
|
266
|
-
export
|
|
267
|
-
export
|
|
268
|
-
export
|
|
269
|
-
export
|
|
270
|
-
export
|
|
271
|
-
export
|
|
272
|
-
export
|
|
273
|
-
export
|
|
274
|
-
export
|
|
275
|
-
|
|
276
|
-
export
|
|
277
|
-
export
|
|
278
|
-
export
|
|
279
|
-
export
|
|
280
|
-
export
|
|
281
|
-
export
|
|
282
|
-
|
|
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
|
|
286
|
-
export
|
|
264
|
+
export let fullWidth: string;
|
|
265
|
+
export let contentWidth: string;
|
|
287
266
|
}
|
|
288
267
|
export namespace buttonGroup {
|
|
289
|
-
|
|
290
|
-
export {
|
|
291
|
-
export
|
|
292
|
-
|
|
293
|
-
export
|
|
294
|
-
export
|
|
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
|
-
|
|
298
|
-
export {
|
|
299
|
-
export
|
|
300
|
-
export
|
|
301
|
-
export
|
|
302
|
-
export
|
|
303
|
-
export
|
|
304
|
-
export
|
|
305
|
-
export
|
|
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
|
|
309
|
-
|
|
310
|
-
export
|
|
311
|
-
|
|
312
|
-
export {
|
|
313
|
-
export
|
|
314
|
-
export
|
|
315
|
-
export
|
|
316
|
-
export
|
|
317
|
-
|
|
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
|
|
320
|
-
export
|
|
321
|
-
export
|
|
322
|
-
export
|
|
323
|
-
export
|
|
324
|
-
export
|
|
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
|
-
|
|
328
|
-
export
|
|
329
|
-
export
|
|
330
|
-
|
|
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
|
-
|
|
333
|
-
export {
|
|
334
|
-
|
|
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
|
|
337
|
-
|
|
337
|
+
export let negativeIcon: string;
|
|
338
|
+
let positive_2: string;
|
|
338
339
|
export { positive_2 as positive };
|
|
339
|
-
export
|
|
340
|
-
|
|
341
|
-
export {
|
|
342
|
-
export
|
|
343
|
-
|
|
344
|
-
export {
|
|
345
|
-
export
|
|
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
|
-
|
|
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
|
-
|
|
351
|
-
const disabled_2: string;
|
|
355
|
+
let disabled_2: string;
|
|
352
356
|
export { disabled_2 as disabled };
|
|
353
|
-
export
|
|
354
|
-
export
|
|
355
|
-
export
|
|
356
|
-
|
|
357
|
-
export
|
|
358
|
-
export
|
|
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
|
-
|
|
365
|
+
let base_11: string;
|
|
366
|
+
export { base_11 as base };
|
|
367
|
+
let _default_1: string;
|
|
363
368
|
export { _default_1 as default };
|
|
364
|
-
|
|
369
|
+
let disabled_3: string;
|
|
365
370
|
export { disabled_3 as disabled };
|
|
366
|
-
|
|
371
|
+
let invalid_1: string;
|
|
367
372
|
export { invalid_1 as invalid };
|
|
368
|
-
|
|
373
|
+
let readOnly_1: string;
|
|
369
374
|
export { readOnly_1 as readOnly };
|
|
370
|
-
|
|
371
|
-
export {
|
|
372
|
-
export
|
|
373
|
-
|
|
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
|
|
380
|
+
export let chevronDisabled: string;
|
|
376
381
|
}
|
|
377
382
|
export namespace label {
|
|
378
|
-
|
|
379
|
-
export {
|
|
380
|
-
export
|
|
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
|
-
|
|
385
|
-
|
|
386
|
-
|
|
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
|
-
|
|
390
|
-
export {
|
|
391
|
-
export
|
|
392
|
-
export
|
|
393
|
-
|
|
394
|
-
export {
|
|
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
|
-
|
|
398
|
-
export {
|
|
399
|
-
|
|
402
|
+
let wrapper_14: string;
|
|
403
|
+
export { wrapper_14 as wrapper };
|
|
404
|
+
let wrapperWithLabel_1: string;
|
|
400
405
|
export { wrapperWithLabel_1 as wrapperWithLabel };
|
|
401
|
-
|
|
406
|
+
let wrapperWithIcon_1: string;
|
|
402
407
|
export { wrapperWithIcon_1 as wrapperWithIcon };
|
|
403
|
-
|
|
404
|
-
export {
|
|
408
|
+
let label_2: string;
|
|
409
|
+
export { label_2 as label };
|
|
405
410
|
}
|
|
406
411
|
export namespace breadcrumbs {
|
|
407
|
-
|
|
408
|
-
export {
|
|
409
|
-
export
|
|
410
|
-
|
|
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
|
|
413
|
-
|
|
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
|
|
418
|
-
|
|
419
|
-
export {
|
|
420
|
-
export
|
|
421
|
-
export
|
|
422
|
-
export
|
|
423
|
-
export
|
|
424
|
-
export
|
|
425
|
-
|
|
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
|
|
456
|
-
|
|
457
|
-
export {
|
|
458
|
-
export
|
|
459
|
-
export
|
|
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
|
-
|
|
463
|
-
export {
|
|
464
|
-
|
|
465
|
-
export
|
|
466
|
-
export
|
|
467
|
-
export
|
|
468
|
-
export
|
|
469
|
-
|
|
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
|
+
}
|