@getflip/swirl-components-angular 0.10.0 → 0.12.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.
Files changed (24) hide show
  1. package/.turbo/turbo-build.log +2 -2
  2. package/CHANGELOG.md +88 -0
  3. package/dist/component-library/esm2020/lib/component-library.module.mjs +3 -3
  4. package/dist/component-library/esm2020/lib/stencil-generated/boolean-value-accessor.mjs +3 -3
  5. package/dist/component-library/esm2020/lib/stencil-generated/components.mjs +1583 -1286
  6. package/dist/component-library/esm2020/lib/stencil-generated/index.mjs +170 -158
  7. package/dist/component-library/esm2020/lib/stencil-generated/select-value-accessor.mjs +3 -3
  8. package/dist/component-library/esm2020/lib/stencil-generated/text-value-accessor.mjs +3 -3
  9. package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs +1591 -1294
  10. package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs.map +1 -1
  11. package/dist/component-library/fesm2020/getflip-swirl-components-angular.mjs +1591 -1294
  12. package/dist/component-library/fesm2020/getflip-swirl-components-angular.mjs.map +1 -1
  13. package/dist/component-library/lib/component-library.module.d.ts +1 -1
  14. package/dist/component-library/lib/stencil-generated/boolean-value-accessor.d.ts +1 -1
  15. package/dist/component-library/lib/stencil-generated/components.d.ts +752 -633
  16. package/dist/component-library/lib/stencil-generated/index.d.ts +1 -1
  17. package/dist/component-library/lib/stencil-generated/select-value-accessor.d.ts +1 -1
  18. package/dist/component-library/lib/stencil-generated/text-value-accessor.d.ts +1 -1
  19. package/package.json +2 -2
  20. package/projects/component-library/src/lib/stencil-generated/boolean-value-accessor.ts +1 -1
  21. package/projects/component-library/src/lib/stencil-generated/components.ts +764 -505
  22. package/projects/component-library/src/lib/stencil-generated/index.ts +169 -157
  23. package/projects/component-library/src/lib/stencil-generated/select-value-accessor.ts +1 -1
  24. package/projects/component-library/src/lib/stencil-generated/text-value-accessor.ts +1 -1
@@ -27,17 +27,17 @@ export class FileManager {
27
27
  }
28
28
 
29
29
 
30
- export declare interface FlipActionList extends Components.FlipActionList {}
30
+ export declare interface SwirlActionList extends Components.SwirlActionList {}
31
31
 
32
32
  @ProxyCmp({
33
33
  defineCustomElementFn: undefined
34
34
  })
35
35
  @Component({
36
- selector: 'flip-action-list',
36
+ selector: 'swirl-action-list',
37
37
  changeDetection: ChangeDetectionStrategy.OnPush,
38
38
  template: '<ng-content></ng-content>'
39
39
  })
40
- export class FlipActionList {
40
+ export class SwirlActionList {
41
41
  protected el: HTMLElement;
42
42
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
43
43
  c.detach();
@@ -46,19 +46,19 @@ export class FlipActionList {
46
46
  }
47
47
 
48
48
 
49
- export declare interface FlipActionListItem extends Components.FlipActionListItem {}
49
+ export declare interface SwirlActionListItem extends Components.SwirlActionListItem {}
50
50
 
51
51
  @ProxyCmp({
52
52
  defineCustomElementFn: undefined,
53
53
  inputs: ['description', 'disabled', 'icon', 'intent', 'label', 'size', 'suffix']
54
54
  })
55
55
  @Component({
56
- selector: 'flip-action-list-item',
56
+ selector: 'swirl-action-list-item',
57
57
  changeDetection: ChangeDetectionStrategy.OnPush,
58
58
  template: '<ng-content></ng-content>',
59
59
  inputs: ['description', 'disabled', 'icon', 'intent', 'label', 'size', 'suffix']
60
60
  })
61
- export class FlipActionListItem {
61
+ export class SwirlActionListItem {
62
62
  protected el: HTMLElement;
63
63
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
64
64
  c.detach();
@@ -67,19 +67,19 @@ export class FlipActionListItem {
67
67
  }
68
68
 
69
69
 
70
- export declare interface FlipActionListSection extends Components.FlipActionListSection {}
70
+ export declare interface SwirlActionListSection extends Components.SwirlActionListSection {}
71
71
 
72
72
  @ProxyCmp({
73
73
  defineCustomElementFn: undefined,
74
74
  inputs: ['label']
75
75
  })
76
76
  @Component({
77
- selector: 'flip-action-list-section',
77
+ selector: 'swirl-action-list-section',
78
78
  changeDetection: ChangeDetectionStrategy.OnPush,
79
79
  template: '<ng-content></ng-content>',
80
80
  inputs: ['label']
81
81
  })
82
- export class FlipActionListSection {
82
+ export class SwirlActionListSection {
83
83
  protected el: HTMLElement;
84
84
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
85
85
  c.detach();
@@ -87,8 +87,8 @@ export class FlipActionListSection {
87
87
  }
88
88
  }
89
89
 
90
- import type { FlipAppLayoutMobileView as IFlipAppLayoutFlipAppLayoutMobileView } from '@getflip/swirl-components';
91
- export declare interface FlipAppLayout extends Components.FlipAppLayout {
90
+ import type { SwirlAppLayoutMobileView as ISwirlAppLayoutSwirlAppLayoutMobileView } from '@getflip/swirl-components';
91
+ export declare interface SwirlAppLayout extends Components.SwirlAppLayout {
92
92
  /**
93
93
  *
94
94
  */
@@ -96,7 +96,7 @@ export declare interface FlipAppLayout extends Components.FlipAppLayout {
96
96
  /**
97
97
  *
98
98
  */
99
- mobileViewChange: EventEmitter<CustomEvent<IFlipAppLayoutFlipAppLayoutMobileView>>;
99
+ mobileViewChange: EventEmitter<CustomEvent<ISwirlAppLayoutSwirlAppLayoutMobileView>>;
100
100
  /**
101
101
  *
102
102
  */
@@ -114,12 +114,12 @@ export declare interface FlipAppLayout extends Components.FlipAppLayout {
114
114
  methods: ['showSidebar', 'hideSidebar', 'toggleSidebar', 'changeMobileView']
115
115
  })
116
116
  @Component({
117
- selector: 'flip-app-layout',
117
+ selector: 'swirl-app-layout',
118
118
  changeDetection: ChangeDetectionStrategy.OnPush,
119
119
  template: '<ng-content></ng-content>',
120
120
  inputs: ['appBarMedia', 'appName', 'backToNavigationViewButtonLabel', 'ctaIcon', 'ctaLabel', 'heading', 'navigationBackButtonLabel', 'navigationLabel', 'showNavigationBackButton', 'sidebarCloseButtonLabel', 'sidebarHeading', 'subheading', 'transitionStyle']
121
121
  })
122
- export class FlipAppLayout {
122
+ export class SwirlAppLayout {
123
123
  protected el: HTMLElement;
124
124
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
125
125
  c.detach();
@@ -129,7 +129,7 @@ export class FlipAppLayout {
129
129
  }
130
130
 
131
131
 
132
- export declare interface FlipAutocomplete extends Components.FlipAutocomplete {
132
+ export declare interface SwirlAutocomplete extends Components.SwirlAutocomplete {
133
133
  /**
134
134
  *
135
135
  */
@@ -139,15 +139,15 @@ export declare interface FlipAutocomplete extends Components.FlipAutocomplete {
139
139
 
140
140
  @ProxyCmp({
141
141
  defineCustomElementFn: undefined,
142
- inputs: ['autoSelect', 'clearButtonLabel', 'clearable', 'disabled', 'flipAriaDescribedby', 'generateSuggestions', 'invalid', 'maxLength', 'menuLabel', 'mode', 'required', 'spellCheck', 'value']
142
+ inputs: ['autoSelect', 'clearButtonLabel', 'clearable', 'disabled', 'generateSuggestions', 'inline', 'invalid', 'maxLength', 'menuLabel', 'mode', 'required', 'spellCheck', 'swirlAriaDescribedby', 'value']
143
143
  })
144
144
  @Component({
145
- selector: 'flip-autocomplete',
145
+ selector: 'swirl-autocomplete',
146
146
  changeDetection: ChangeDetectionStrategy.OnPush,
147
147
  template: '<ng-content></ng-content>',
148
- inputs: ['autoSelect', 'clearButtonLabel', 'clearable', 'disabled', 'flipAriaDescribedby', 'generateSuggestions', 'invalid', 'maxLength', 'menuLabel', 'mode', 'required', 'spellCheck', 'value']
148
+ inputs: ['autoSelect', 'clearButtonLabel', 'clearable', 'disabled', 'generateSuggestions', 'inline', 'invalid', 'maxLength', 'menuLabel', 'mode', 'required', 'spellCheck', 'swirlAriaDescribedby', 'value']
149
149
  })
150
- export class FlipAutocomplete {
150
+ export class SwirlAutocomplete {
151
151
  protected el: HTMLElement;
152
152
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
153
153
  c.detach();
@@ -157,19 +157,19 @@ export class FlipAutocomplete {
157
157
  }
158
158
 
159
159
 
160
- export declare interface FlipAvatar extends Components.FlipAvatar {}
160
+ export declare interface SwirlAvatar extends Components.SwirlAvatar {}
161
161
 
162
162
  @ProxyCmp({
163
163
  defineCustomElementFn: undefined,
164
164
  inputs: ['badge', 'badgePosition', 'color', 'icon', 'initials', 'interactive', 'label', 'showLabel', 'size', 'src', 'variant']
165
165
  })
166
166
  @Component({
167
- selector: 'flip-avatar',
167
+ selector: 'swirl-avatar',
168
168
  changeDetection: ChangeDetectionStrategy.OnPush,
169
169
  template: '<ng-content></ng-content>',
170
170
  inputs: ['badge', 'badgePosition', 'color', 'icon', 'initials', 'interactive', 'label', 'showLabel', 'size', 'src', 'variant']
171
171
  })
172
- export class FlipAvatar {
172
+ export class SwirlAvatar {
173
173
  protected el: HTMLElement;
174
174
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
175
175
  c.detach();
@@ -178,19 +178,19 @@ export class FlipAvatar {
178
178
  }
179
179
 
180
180
 
181
- export declare interface FlipAvatarGroup extends Components.FlipAvatarGroup {}
181
+ export declare interface SwirlAvatarGroup extends Components.SwirlAvatarGroup {}
182
182
 
183
183
  @ProxyCmp({
184
184
  defineCustomElementFn: undefined,
185
185
  inputs: ['badge']
186
186
  })
187
187
  @Component({
188
- selector: 'flip-avatar-group',
188
+ selector: 'swirl-avatar-group',
189
189
  changeDetection: ChangeDetectionStrategy.OnPush,
190
190
  template: '<ng-content></ng-content>',
191
191
  inputs: ['badge']
192
192
  })
193
- export class FlipAvatarGroup {
193
+ export class SwirlAvatarGroup {
194
194
  protected el: HTMLElement;
195
195
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
196
196
  c.detach();
@@ -199,19 +199,19 @@ export class FlipAvatarGroup {
199
199
  }
200
200
 
201
201
 
202
- export declare interface FlipBadge extends Components.FlipBadge {}
202
+ export declare interface SwirlBadge extends Components.SwirlBadge {}
203
203
 
204
204
  @ProxyCmp({
205
205
  defineCustomElementFn: undefined,
206
206
  inputs: ['icon', 'intent', 'label', 'size', 'variant']
207
207
  })
208
208
  @Component({
209
- selector: 'flip-badge',
209
+ selector: 'swirl-badge',
210
210
  changeDetection: ChangeDetectionStrategy.OnPush,
211
211
  template: '<ng-content></ng-content>',
212
212
  inputs: ['icon', 'intent', 'label', 'size', 'variant']
213
213
  })
214
- export class FlipBadge {
214
+ export class SwirlBadge {
215
215
  protected el: HTMLElement;
216
216
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
217
217
  c.detach();
@@ -220,7 +220,7 @@ export class FlipBadge {
220
220
  }
221
221
 
222
222
 
223
- export declare interface FlipBanner extends Components.FlipBanner {
223
+ export declare interface SwirlBanner extends Components.SwirlBanner {
224
224
  /**
225
225
  *
226
226
  */
@@ -237,12 +237,12 @@ export declare interface FlipBanner extends Components.FlipBanner {
237
237
  inputs: ['actionLabel', 'content', 'dismissLabel', 'dismissable', 'importance', 'intent', 'showIcon']
238
238
  })
239
239
  @Component({
240
- selector: 'flip-banner',
240
+ selector: 'swirl-banner',
241
241
  changeDetection: ChangeDetectionStrategy.OnPush,
242
242
  template: '<ng-content></ng-content>',
243
243
  inputs: ['actionLabel', 'content', 'dismissLabel', 'dismissable', 'importance', 'intent', 'showIcon']
244
244
  })
245
- export class FlipBanner {
245
+ export class SwirlBanner {
246
246
  protected el: HTMLElement;
247
247
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
248
248
  c.detach();
@@ -252,19 +252,19 @@ export class FlipBanner {
252
252
  }
253
253
 
254
254
 
255
- export declare interface FlipBox extends Components.FlipBox {}
255
+ export declare interface SwirlBox extends Components.SwirlBox {}
256
256
 
257
257
  @ProxyCmp({
258
258
  defineCustomElementFn: undefined,
259
- inputs: ['as', 'bordered', 'centerBlock', 'centerInline', 'cover', 'padding']
259
+ inputs: ['as', 'bordered', 'centerBlock', 'centerInline', 'cover', 'overflow', 'padding']
260
260
  })
261
261
  @Component({
262
- selector: 'flip-box',
262
+ selector: 'swirl-box',
263
263
  changeDetection: ChangeDetectionStrategy.OnPush,
264
264
  template: '<ng-content></ng-content>',
265
- inputs: ['as', 'bordered', 'centerBlock', 'centerInline', 'cover', 'padding']
265
+ inputs: ['as', 'bordered', 'centerBlock', 'centerInline', 'cover', 'overflow', 'padding']
266
266
  })
267
- export class FlipBox {
267
+ export class SwirlBox {
268
268
  protected el: HTMLElement;
269
269
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
270
270
  c.detach();
@@ -273,19 +273,19 @@ export class FlipBox {
273
273
  }
274
274
 
275
275
 
276
- export declare interface FlipButton extends Components.FlipButton {}
276
+ export declare interface SwirlButton extends Components.SwirlButton {}
277
277
 
278
278
  @ProxyCmp({
279
279
  defineCustomElementFn: undefined,
280
- inputs: ['disabled', 'download', 'flipAriaDescribedby', 'flipAriaExpanded', 'flipAriaLabel', 'form', 'hideLabel', 'href', 'icon', 'iconPosition', 'intent', 'label', 'name', 'size', 'target', 'type', 'value', 'variant']
280
+ inputs: ['disabled', 'download', 'form', 'hideLabel', 'href', 'icon', 'iconPosition', 'intent', 'label', 'name', 'pill', 'size', 'swirlAriaDescribedby', 'swirlAriaExpanded', 'swirlAriaLabel', 'target', 'type', 'value', 'variant']
281
281
  })
282
282
  @Component({
283
- selector: 'flip-button',
283
+ selector: 'swirl-button',
284
284
  changeDetection: ChangeDetectionStrategy.OnPush,
285
285
  template: '<ng-content></ng-content>',
286
- inputs: ['disabled', 'download', 'flipAriaDescribedby', 'flipAriaExpanded', 'flipAriaLabel', 'form', 'hideLabel', 'href', 'icon', 'iconPosition', 'intent', 'label', 'name', 'size', 'target', 'type', 'value', 'variant']
286
+ inputs: ['disabled', 'download', 'form', 'hideLabel', 'href', 'icon', 'iconPosition', 'intent', 'label', 'name', 'pill', 'size', 'swirlAriaDescribedby', 'swirlAriaExpanded', 'swirlAriaLabel', 'target', 'type', 'value', 'variant']
287
287
  })
288
- export class FlipButton {
288
+ export class SwirlButton {
289
289
  protected el: HTMLElement;
290
290
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
291
291
  c.detach();
@@ -294,19 +294,19 @@ export class FlipButton {
294
294
  }
295
295
 
296
296
 
297
- export declare interface FlipButtonGroup extends Components.FlipButtonGroup {}
297
+ export declare interface SwirlButtonGroup extends Components.SwirlButtonGroup {}
298
298
 
299
299
  @ProxyCmp({
300
300
  defineCustomElementFn: undefined,
301
301
  inputs: ['orientation', 'segmented', 'stretch', 'wrap']
302
302
  })
303
303
  @Component({
304
- selector: 'flip-button-group',
304
+ selector: 'swirl-button-group',
305
305
  changeDetection: ChangeDetectionStrategy.OnPush,
306
306
  template: '<ng-content></ng-content>',
307
307
  inputs: ['orientation', 'segmented', 'stretch', 'wrap']
308
308
  })
309
- export class FlipButtonGroup {
309
+ export class SwirlButtonGroup {
310
310
  protected el: HTMLElement;
311
311
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
312
312
  c.detach();
@@ -315,19 +315,19 @@ export class FlipButtonGroup {
315
315
  }
316
316
 
317
317
 
318
- export declare interface FlipCard extends Components.FlipCard {}
318
+ export declare interface SwirlCard extends Components.SwirlCard {}
319
319
 
320
320
  @ProxyCmp({
321
321
  defineCustomElementFn: undefined,
322
322
  inputs: ['as', 'elevated', 'href', 'interactive', 'linkTarget']
323
323
  })
324
324
  @Component({
325
- selector: 'flip-card',
325
+ selector: 'swirl-card',
326
326
  changeDetection: ChangeDetectionStrategy.OnPush,
327
327
  template: '<ng-content></ng-content>',
328
328
  inputs: ['as', 'elevated', 'href', 'interactive', 'linkTarget']
329
329
  })
330
- export class FlipCard {
330
+ export class SwirlCard {
331
331
  protected el: HTMLElement;
332
332
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
333
333
  c.detach();
@@ -336,7 +336,7 @@ export class FlipCard {
336
336
  }
337
337
 
338
338
 
339
- export declare interface FlipCheckbox extends Components.FlipCheckbox {
339
+ export declare interface SwirlCheckbox extends Components.SwirlCheckbox {
340
340
  /**
341
341
  *
342
342
  */
@@ -346,15 +346,15 @@ export declare interface FlipCheckbox extends Components.FlipCheckbox {
346
346
 
347
347
  @ProxyCmp({
348
348
  defineCustomElementFn: undefined,
349
- inputs: ['checked', 'description', 'disabled', 'flipAriaDescribedby', 'inputId', 'inputName', 'invalid', 'label', 'value']
349
+ inputs: ['checked', 'description', 'disabled', 'inputId', 'inputName', 'invalid', 'label', 'swirlAriaDescribedby', 'swirlAriaLabel', 'value']
350
350
  })
351
351
  @Component({
352
- selector: 'flip-checkbox',
352
+ selector: 'swirl-checkbox',
353
353
  changeDetection: ChangeDetectionStrategy.OnPush,
354
354
  template: '<ng-content></ng-content>',
355
- inputs: ['checked', 'description', 'disabled', 'flipAriaDescribedby', 'inputId', 'inputName', 'invalid', 'label', 'value']
355
+ inputs: ['checked', 'description', 'disabled', 'inputId', 'inputName', 'invalid', 'label', 'swirlAriaDescribedby', 'swirlAriaLabel', 'value']
356
356
  })
357
- export class FlipCheckbox {
357
+ export class SwirlCheckbox {
358
358
  protected el: HTMLElement;
359
359
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
360
360
  c.detach();
@@ -364,19 +364,19 @@ export class FlipCheckbox {
364
364
  }
365
365
 
366
366
 
367
- export declare interface FlipChip extends Components.FlipChip {}
367
+ export declare interface SwirlChip extends Components.SwirlChip {}
368
368
 
369
369
  @ProxyCmp({
370
370
  defineCustomElementFn: undefined,
371
371
  inputs: ['avatar', 'icon', 'intent', 'interactive', 'label']
372
372
  })
373
373
  @Component({
374
- selector: 'flip-chip',
374
+ selector: 'swirl-chip',
375
375
  changeDetection: ChangeDetectionStrategy.OnPush,
376
376
  template: '<ng-content></ng-content>',
377
377
  inputs: ['avatar', 'icon', 'intent', 'interactive', 'label']
378
378
  })
379
- export class FlipChip {
379
+ export class SwirlChip {
380
380
  protected el: HTMLElement;
381
381
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
382
382
  c.detach();
@@ -385,7 +385,7 @@ export class FlipChip {
385
385
  }
386
386
 
387
387
 
388
- export declare interface FlipConsoleLayout extends Components.FlipConsoleLayout {
388
+ export declare interface SwirlConsoleLayout extends Components.SwirlConsoleLayout {
389
389
  /**
390
390
  *
391
391
  */
@@ -403,12 +403,12 @@ export declare interface FlipConsoleLayout extends Components.FlipConsoleLayout
403
403
  methods: ['toggleSidebar', 'showSidebar', 'hideSidebar']
404
404
  })
405
405
  @Component({
406
- selector: 'flip-console-layout',
406
+ selector: 'swirl-console-layout',
407
407
  changeDetection: ChangeDetectionStrategy.OnPush,
408
408
  template: '<ng-content></ng-content>',
409
409
  inputs: ['appName', 'backButonLabel', 'heading', 'helpButonLabel', 'hideNavigationButtonLabel', 'logoText', 'navigationLabel', 'showBackButton', 'showHelpButton', 'showNavigationButtonLabel', 'subheading']
410
410
  })
411
- export class FlipConsoleLayout {
411
+ export class SwirlConsoleLayout {
412
412
  protected el: HTMLElement;
413
413
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
414
414
  c.detach();
@@ -418,7 +418,7 @@ export class FlipConsoleLayout {
418
418
  }
419
419
 
420
420
 
421
- export declare interface FlipDateInput extends Components.FlipDateInput {
421
+ export declare interface SwirlDateInput extends Components.SwirlDateInput {
422
422
  /**
423
423
  *
424
424
  */
@@ -428,15 +428,15 @@ export declare interface FlipDateInput extends Components.FlipDateInput {
428
428
 
429
429
  @ProxyCmp({
430
430
  defineCustomElementFn: undefined,
431
- inputs: ['autoFocus', 'autoSelect', 'datePickerLabel', 'disabled', 'flipAriaDescribedby', 'format', 'invalid', 'locale', 'placeholder', 'required', 'value']
431
+ inputs: ['autoFocus', 'autoSelect', 'datePickerLabel', 'datePickerTriggerLabel', 'disabled', 'format', 'inline', 'invalid', 'labels', 'locale', 'placeholder', 'required', 'swirlAriaDescribedby', 'value']
432
432
  })
433
433
  @Component({
434
- selector: 'flip-date-input',
434
+ selector: 'swirl-date-input',
435
435
  changeDetection: ChangeDetectionStrategy.OnPush,
436
436
  template: '<ng-content></ng-content>',
437
- inputs: ['autoFocus', 'autoSelect', 'datePickerLabel', 'disabled', 'flipAriaDescribedby', 'format', 'invalid', 'locale', 'placeholder', 'required', 'value']
437
+ inputs: ['autoFocus', 'autoSelect', 'datePickerLabel', 'datePickerTriggerLabel', 'disabled', 'format', 'inline', 'invalid', 'labels', 'locale', 'placeholder', 'required', 'swirlAriaDescribedby', 'value']
438
438
  })
439
- export class FlipDateInput {
439
+ export class SwirlDateInput {
440
440
  protected el: HTMLElement;
441
441
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
442
442
  c.detach();
@@ -446,7 +446,7 @@ export class FlipDateInput {
446
446
  }
447
447
 
448
448
 
449
- export declare interface FlipDatePicker extends Components.FlipDatePicker {
449
+ export declare interface SwirlDatePicker extends Components.SwirlDatePicker {
450
450
  /**
451
451
  *
452
452
  */
@@ -456,15 +456,15 @@ export declare interface FlipDatePicker extends Components.FlipDatePicker {
456
456
 
457
457
  @ProxyCmp({
458
458
  defineCustomElementFn: undefined,
459
- inputs: ['locale', 'maxDate', 'minDate', 'range', 'startDate', 'value']
459
+ inputs: ['labels', 'locale', 'range', 'startDate', 'value']
460
460
  })
461
461
  @Component({
462
- selector: 'flip-date-picker',
462
+ selector: 'swirl-date-picker',
463
463
  changeDetection: ChangeDetectionStrategy.OnPush,
464
464
  template: '<ng-content></ng-content>',
465
- inputs: ['locale', 'maxDate', 'minDate', 'range', 'startDate', 'value']
465
+ inputs: ['labels', 'locale', 'range', 'startDate', 'value']
466
466
  })
467
- export class FlipDatePicker {
467
+ export class SwirlDatePicker {
468
468
  protected el: HTMLElement;
469
469
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
470
470
  c.detach();
@@ -474,17 +474,17 @@ export class FlipDatePicker {
474
474
  }
475
475
 
476
476
 
477
- export declare interface FlipDescriptionList extends Components.FlipDescriptionList {}
477
+ export declare interface SwirlDescriptionList extends Components.SwirlDescriptionList {}
478
478
 
479
479
  @ProxyCmp({
480
480
  defineCustomElementFn: undefined
481
481
  })
482
482
  @Component({
483
- selector: 'flip-description-list',
483
+ selector: 'swirl-description-list',
484
484
  changeDetection: ChangeDetectionStrategy.OnPush,
485
485
  template: '<ng-content></ng-content>'
486
486
  })
487
- export class FlipDescriptionList {
487
+ export class SwirlDescriptionList {
488
488
  protected el: HTMLElement;
489
489
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
490
490
  c.detach();
@@ -493,19 +493,19 @@ export class FlipDescriptionList {
493
493
  }
494
494
 
495
495
 
496
- export declare interface FlipDescriptionListItem extends Components.FlipDescriptionListItem {}
496
+ export declare interface SwirlDescriptionListItem extends Components.SwirlDescriptionListItem {}
497
497
 
498
498
  @ProxyCmp({
499
499
  defineCustomElementFn: undefined,
500
500
  inputs: ['term']
501
501
  })
502
502
  @Component({
503
- selector: 'flip-description-list-item',
503
+ selector: 'swirl-description-list-item',
504
504
  changeDetection: ChangeDetectionStrategy.OnPush,
505
505
  template: '<ng-content></ng-content>',
506
506
  inputs: ['term']
507
507
  })
508
- export class FlipDescriptionListItem {
508
+ export class SwirlDescriptionListItem {
509
509
  protected el: HTMLElement;
510
510
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
511
511
  c.detach();
@@ -514,7 +514,7 @@ export class FlipDescriptionListItem {
514
514
  }
515
515
 
516
516
 
517
- export declare interface FlipDialog extends Components.FlipDialog {
517
+ export declare interface SwirlDialog extends Components.SwirlDialog {
518
518
  /**
519
519
  *
520
520
  */
@@ -532,12 +532,12 @@ export declare interface FlipDialog extends Components.FlipDialog {
532
532
  methods: ['open', 'close']
533
533
  })
534
534
  @Component({
535
- selector: 'flip-dialog',
535
+ selector: 'swirl-dialog',
536
536
  changeDetection: ChangeDetectionStrategy.OnPush,
537
537
  template: '<ng-content></ng-content>',
538
538
  inputs: ['hideLabel', 'intent', 'label', 'primaryActionLabel', 'secondaryActionLabel']
539
539
  })
540
- export class FlipDialog {
540
+ export class SwirlDialog {
541
541
  protected el: HTMLElement;
542
542
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
543
543
  c.detach();
@@ -547,19 +547,19 @@ export class FlipDialog {
547
547
  }
548
548
 
549
549
 
550
- export declare interface FlipEmptyState extends Components.FlipEmptyState {}
550
+ export declare interface SwirlEmptyState extends Components.SwirlEmptyState {}
551
551
 
552
552
  @ProxyCmp({
553
553
  defineCustomElementFn: undefined,
554
554
  inputs: ['heading', 'illustration']
555
555
  })
556
556
  @Component({
557
- selector: 'flip-empty-state',
557
+ selector: 'swirl-empty-state',
558
558
  changeDetection: ChangeDetectionStrategy.OnPush,
559
559
  template: '<ng-content></ng-content>',
560
560
  inputs: ['heading', 'illustration']
561
561
  })
562
- export class FlipEmptyState {
562
+ export class SwirlEmptyState {
563
563
  protected el: HTMLElement;
564
564
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
565
565
  c.detach();
@@ -568,7 +568,7 @@ export class FlipEmptyState {
568
568
  }
569
569
 
570
570
 
571
- export declare interface FlipFileUploader extends Components.FlipFileUploader {
571
+ export declare interface SwirlFileUploader extends Components.SwirlFileUploader {
572
572
  /**
573
573
  *
574
574
  */
@@ -582,12 +582,12 @@ export declare interface FlipFileUploader extends Components.FlipFileUploader {
582
582
  methods: ['reset']
583
583
  })
584
584
  @Component({
585
- selector: 'flip-file-uploader',
585
+ selector: 'swirl-file-uploader',
586
586
  changeDetection: ChangeDetectionStrategy.OnPush,
587
587
  template: '<ng-content></ng-content>',
588
588
  inputs: ['accept', 'ctaLabel', 'description', 'disabled', 'dragDropLabel', 'inputId', 'inputName', 'label', 'multiple', 'showDropzone', 'uploadButtonLabel']
589
589
  })
590
- export class FlipFileUploader {
590
+ export class SwirlFileUploader {
591
591
  protected el: HTMLElement;
592
592
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
593
593
  c.detach();
@@ -597,7 +597,7 @@ export class FlipFileUploader {
597
597
  }
598
598
 
599
599
 
600
- export declare interface FlipFileViewer extends Components.FlipFileViewer {
600
+ export declare interface SwirlFileViewer extends Components.SwirlFileViewer {
601
601
  /**
602
602
  *
603
603
  */
@@ -611,12 +611,12 @@ export declare interface FlipFileViewer extends Components.FlipFileViewer {
611
611
  methods: ['download', 'print']
612
612
  })
613
613
  @Component({
614
- selector: 'flip-file-viewer',
614
+ selector: 'swirl-file-viewer',
615
615
  changeDetection: ChangeDetectionStrategy.OnPush,
616
616
  template: '<ng-content></ng-content>',
617
617
  inputs: ['active', 'autoplay', 'description', 'errorMessage', 'file', 'type', 'typeUnsupportedMessage', 'zoom']
618
618
  })
619
- export class FlipFileViewer {
619
+ export class SwirlFileViewer {
620
620
  protected el: HTMLElement;
621
621
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
622
622
  c.detach();
@@ -626,7 +626,7 @@ export class FlipFileViewer {
626
626
  }
627
627
 
628
628
 
629
- export declare interface FlipFileViewerAudio extends Components.FlipFileViewerAudio {
629
+ export declare interface SwirlFileViewerAudio extends Components.SwirlFileViewerAudio {
630
630
  /**
631
631
  *
632
632
  */
@@ -639,12 +639,12 @@ export declare interface FlipFileViewerAudio extends Components.FlipFileViewerAu
639
639
  inputs: ['autoplay', 'file', 'type']
640
640
  })
641
641
  @Component({
642
- selector: 'flip-file-viewer-audio',
642
+ selector: 'swirl-file-viewer-audio',
643
643
  changeDetection: ChangeDetectionStrategy.OnPush,
644
644
  template: '<ng-content></ng-content>',
645
645
  inputs: ['autoplay', 'file', 'type']
646
646
  })
647
- export class FlipFileViewerAudio {
647
+ export class SwirlFileViewerAudio {
648
648
  protected el: HTMLElement;
649
649
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
650
650
  c.detach();
@@ -654,7 +654,7 @@ export class FlipFileViewerAudio {
654
654
  }
655
655
 
656
656
 
657
- export declare interface FlipFileViewerCsv extends Components.FlipFileViewerCsv {
657
+ export declare interface SwirlFileViewerCsv extends Components.SwirlFileViewerCsv {
658
658
  /**
659
659
  *
660
660
  */
@@ -667,12 +667,12 @@ export declare interface FlipFileViewerCsv extends Components.FlipFileViewerCsv
667
667
  inputs: ['errorMessage', 'file']
668
668
  })
669
669
  @Component({
670
- selector: 'flip-file-viewer-csv',
670
+ selector: 'swirl-file-viewer-csv',
671
671
  changeDetection: ChangeDetectionStrategy.OnPush,
672
672
  template: '<ng-content></ng-content>',
673
673
  inputs: ['errorMessage', 'file']
674
674
  })
675
- export class FlipFileViewerCsv {
675
+ export class SwirlFileViewerCsv {
676
676
  protected el: HTMLElement;
677
677
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
678
678
  c.detach();
@@ -682,7 +682,7 @@ export class FlipFileViewerCsv {
682
682
  }
683
683
 
684
684
 
685
- export declare interface FlipFileViewerImage extends Components.FlipFileViewerImage {
685
+ export declare interface SwirlFileViewerImage extends Components.SwirlFileViewerImage {
686
686
  /**
687
687
  *
688
688
  */
@@ -696,12 +696,12 @@ export declare interface FlipFileViewerImage extends Components.FlipFileViewerIm
696
696
  methods: ['getZoom', 'resetZoom']
697
697
  })
698
698
  @Component({
699
- selector: 'flip-file-viewer-image',
699
+ selector: 'swirl-file-viewer-image',
700
700
  changeDetection: ChangeDetectionStrategy.OnPush,
701
701
  template: '<ng-content></ng-content>',
702
702
  inputs: ['description', 'errorMessage', 'file', 'maxZoom']
703
703
  })
704
- export class FlipFileViewerImage {
704
+ export class SwirlFileViewerImage {
705
705
  protected el: HTMLElement;
706
706
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
707
707
  c.detach();
@@ -711,7 +711,7 @@ export class FlipFileViewerImage {
711
711
  }
712
712
 
713
713
 
714
- export declare interface FlipFileViewerPdf extends Components.FlipFileViewerPdf {
714
+ export declare interface SwirlFileViewerPdf extends Components.SwirlFileViewerPdf {
715
715
  /**
716
716
  *
717
717
  */
@@ -725,12 +725,12 @@ export declare interface FlipFileViewerPdf extends Components.FlipFileViewerPdf
725
725
  methods: ['print', 'nextPage', 'previousPage', 'setPage']
726
726
  })
727
727
  @Component({
728
- selector: 'flip-file-viewer-pdf',
728
+ selector: 'swirl-file-viewer-pdf',
729
729
  changeDetection: ChangeDetectionStrategy.OnPush,
730
730
  template: '<ng-content></ng-content>',
731
731
  inputs: ['errorMessage', 'file', 'singlePageMode', 'zoom']
732
732
  })
733
- export class FlipFileViewerPdf {
733
+ export class SwirlFileViewerPdf {
734
734
  protected el: HTMLElement;
735
735
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
736
736
  c.detach();
@@ -740,7 +740,7 @@ export class FlipFileViewerPdf {
740
740
  }
741
741
 
742
742
 
743
- export declare interface FlipFileViewerText extends Components.FlipFileViewerText {
743
+ export declare interface SwirlFileViewerText extends Components.SwirlFileViewerText {
744
744
  /**
745
745
  *
746
746
  */
@@ -753,12 +753,12 @@ export declare interface FlipFileViewerText extends Components.FlipFileViewerTex
753
753
  inputs: ['errorMessage', 'file']
754
754
  })
755
755
  @Component({
756
- selector: 'flip-file-viewer-text',
756
+ selector: 'swirl-file-viewer-text',
757
757
  changeDetection: ChangeDetectionStrategy.OnPush,
758
758
  template: '<ng-content></ng-content>',
759
759
  inputs: ['errorMessage', 'file']
760
760
  })
761
- export class FlipFileViewerText {
761
+ export class SwirlFileViewerText {
762
762
  protected el: HTMLElement;
763
763
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
764
764
  c.detach();
@@ -768,7 +768,7 @@ export class FlipFileViewerText {
768
768
  }
769
769
 
770
770
 
771
- export declare interface FlipFileViewerVideo extends Components.FlipFileViewerVideo {
771
+ export declare interface SwirlFileViewerVideo extends Components.SwirlFileViewerVideo {
772
772
  /**
773
773
  *
774
774
  */
@@ -781,12 +781,12 @@ export declare interface FlipFileViewerVideo extends Components.FlipFileViewerVi
781
781
  inputs: ['autoplay', 'file', 'type']
782
782
  })
783
783
  @Component({
784
- selector: 'flip-file-viewer-video',
784
+ selector: 'swirl-file-viewer-video',
785
785
  changeDetection: ChangeDetectionStrategy.OnPush,
786
786
  template: '<ng-content></ng-content>',
787
787
  inputs: ['autoplay', 'file', 'type']
788
788
  })
789
- export class FlipFileViewerVideo {
789
+ export class SwirlFileViewerVideo {
790
790
  protected el: HTMLElement;
791
791
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
792
792
  c.detach();
@@ -796,19 +796,19 @@ export class FlipFileViewerVideo {
796
796
  }
797
797
 
798
798
 
799
- export declare interface FlipFormControl extends Components.FlipFormControl {}
799
+ export declare interface SwirlFormControl extends Components.SwirlFormControl {}
800
800
 
801
801
  @ProxyCmp({
802
802
  defineCustomElementFn: undefined,
803
- inputs: ['description', 'disabled', 'errorMessage', 'invalid', 'label']
803
+ inputs: ['description', 'disabled', 'errorMessage', 'inline', 'invalid', 'label']
804
804
  })
805
805
  @Component({
806
- selector: 'flip-form-control',
806
+ selector: 'swirl-form-control',
807
807
  changeDetection: ChangeDetectionStrategy.OnPush,
808
808
  template: '<ng-content></ng-content>',
809
- inputs: ['description', 'disabled', 'errorMessage', 'invalid', 'label']
809
+ inputs: ['description', 'disabled', 'errorMessage', 'inline', 'invalid', 'label']
810
810
  })
811
- export class FlipFormControl {
811
+ export class SwirlFormControl {
812
812
  protected el: HTMLElement;
813
813
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
814
814
  c.detach();
@@ -817,19 +817,19 @@ export class FlipFormControl {
817
817
  }
818
818
 
819
819
 
820
- export declare interface FlipFormGroup extends Components.FlipFormGroup {}
820
+ export declare interface SwirlFormGroup extends Components.SwirlFormGroup {}
821
821
 
822
822
  @ProxyCmp({
823
823
  defineCustomElementFn: undefined,
824
824
  inputs: ['orientation']
825
825
  })
826
826
  @Component({
827
- selector: 'flip-form-group',
827
+ selector: 'swirl-form-group',
828
828
  changeDetection: ChangeDetectionStrategy.OnPush,
829
829
  template: '<ng-content></ng-content>',
830
830
  inputs: ['orientation']
831
831
  })
832
- export class FlipFormGroup {
832
+ export class SwirlFormGroup {
833
833
  protected el: HTMLElement;
834
834
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
835
835
  c.detach();
@@ -838,19 +838,19 @@ export class FlipFormGroup {
838
838
  }
839
839
 
840
840
 
841
- export declare interface FlipHeading extends Components.FlipHeading {}
841
+ export declare interface SwirlHeading extends Components.SwirlHeading {}
842
842
 
843
843
  @ProxyCmp({
844
844
  defineCustomElementFn: undefined,
845
- inputs: ['align', 'as', 'headingId', 'level', 'text']
845
+ inputs: ['align', 'as', 'balance', 'headingId', 'level', 'text']
846
846
  })
847
847
  @Component({
848
- selector: 'flip-heading',
848
+ selector: 'swirl-heading',
849
849
  changeDetection: ChangeDetectionStrategy.OnPush,
850
850
  template: '<ng-content></ng-content>',
851
- inputs: ['align', 'as', 'headingId', 'level', 'text']
851
+ inputs: ['align', 'as', 'balance', 'headingId', 'level', 'text']
852
852
  })
853
- export class FlipHeading {
853
+ export class SwirlHeading {
854
854
  protected el: HTMLElement;
855
855
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
856
856
  c.detach();
@@ -859,19 +859,19 @@ export class FlipHeading {
859
859
  }
860
860
 
861
861
 
862
- export declare interface FlipIconAdd extends Components.FlipIconAdd {}
862
+ export declare interface SwirlIconAdd extends Components.SwirlIconAdd {}
863
863
 
864
864
  @ProxyCmp({
865
865
  defineCustomElementFn: undefined,
866
866
  inputs: ['size']
867
867
  })
868
868
  @Component({
869
- selector: 'flip-icon-add',
869
+ selector: 'swirl-icon-add',
870
870
  changeDetection: ChangeDetectionStrategy.OnPush,
871
871
  template: '<ng-content></ng-content>',
872
872
  inputs: ['size']
873
873
  })
874
- export class FlipIconAdd {
874
+ export class SwirlIconAdd {
875
875
  protected el: HTMLElement;
876
876
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
877
877
  c.detach();
@@ -880,19 +880,19 @@ export class FlipIconAdd {
880
880
  }
881
881
 
882
882
 
883
- export declare interface FlipIconAddPhoto extends Components.FlipIconAddPhoto {}
883
+ export declare interface SwirlIconAddPhoto extends Components.SwirlIconAddPhoto {}
884
884
 
885
885
  @ProxyCmp({
886
886
  defineCustomElementFn: undefined,
887
887
  inputs: ['size']
888
888
  })
889
889
  @Component({
890
- selector: 'flip-icon-add-photo',
890
+ selector: 'swirl-icon-add-photo',
891
891
  changeDetection: ChangeDetectionStrategy.OnPush,
892
892
  template: '<ng-content></ng-content>',
893
893
  inputs: ['size']
894
894
  })
895
- export class FlipIconAddPhoto {
895
+ export class SwirlIconAddPhoto {
896
896
  protected el: HTMLElement;
897
897
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
898
898
  c.detach();
@@ -901,19 +901,19 @@ export class FlipIconAddPhoto {
901
901
  }
902
902
 
903
903
 
904
- export declare interface FlipIconAdminPanelSettings extends Components.FlipIconAdminPanelSettings {}
904
+ export declare interface SwirlIconAdminPanelSettings extends Components.SwirlIconAdminPanelSettings {}
905
905
 
906
906
  @ProxyCmp({
907
907
  defineCustomElementFn: undefined,
908
908
  inputs: ['size']
909
909
  })
910
910
  @Component({
911
- selector: 'flip-icon-admin-panel-settings',
911
+ selector: 'swirl-icon-admin-panel-settings',
912
912
  changeDetection: ChangeDetectionStrategy.OnPush,
913
913
  template: '<ng-content></ng-content>',
914
914
  inputs: ['size']
915
915
  })
916
- export class FlipIconAdminPanelSettings {
916
+ export class SwirlIconAdminPanelSettings {
917
917
  protected el: HTMLElement;
918
918
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
919
919
  c.detach();
@@ -922,19 +922,19 @@ export class FlipIconAdminPanelSettings {
922
922
  }
923
923
 
924
924
 
925
- export declare interface FlipIconArrowBack extends Components.FlipIconArrowBack {}
925
+ export declare interface SwirlIconArrowBack extends Components.SwirlIconArrowBack {}
926
926
 
927
927
  @ProxyCmp({
928
928
  defineCustomElementFn: undefined,
929
929
  inputs: ['size']
930
930
  })
931
931
  @Component({
932
- selector: 'flip-icon-arrow-back',
932
+ selector: 'swirl-icon-arrow-back',
933
933
  changeDetection: ChangeDetectionStrategy.OnPush,
934
934
  template: '<ng-content></ng-content>',
935
935
  inputs: ['size']
936
936
  })
937
- export class FlipIconArrowBack {
937
+ export class SwirlIconArrowBack {
938
938
  protected el: HTMLElement;
939
939
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
940
940
  c.detach();
@@ -943,19 +943,19 @@ export class FlipIconArrowBack {
943
943
  }
944
944
 
945
945
 
946
- export declare interface FlipIconArrowForward extends Components.FlipIconArrowForward {}
946
+ export declare interface SwirlIconArrowDownward extends Components.SwirlIconArrowDownward {}
947
947
 
948
948
  @ProxyCmp({
949
949
  defineCustomElementFn: undefined,
950
950
  inputs: ['size']
951
951
  })
952
952
  @Component({
953
- selector: 'flip-icon-arrow-forward',
953
+ selector: 'swirl-icon-arrow-downward',
954
954
  changeDetection: ChangeDetectionStrategy.OnPush,
955
955
  template: '<ng-content></ng-content>',
956
956
  inputs: ['size']
957
957
  })
958
- export class FlipIconArrowForward {
958
+ export class SwirlIconArrowDownward {
959
959
  protected el: HTMLElement;
960
960
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
961
961
  c.detach();
@@ -964,19 +964,19 @@ export class FlipIconArrowForward {
964
964
  }
965
965
 
966
966
 
967
- export declare interface FlipIconArrowLeft extends Components.FlipIconArrowLeft {}
967
+ export declare interface SwirlIconArrowForward extends Components.SwirlIconArrowForward {}
968
968
 
969
969
  @ProxyCmp({
970
970
  defineCustomElementFn: undefined,
971
971
  inputs: ['size']
972
972
  })
973
973
  @Component({
974
- selector: 'flip-icon-arrow-left',
974
+ selector: 'swirl-icon-arrow-forward',
975
975
  changeDetection: ChangeDetectionStrategy.OnPush,
976
976
  template: '<ng-content></ng-content>',
977
977
  inputs: ['size']
978
978
  })
979
- export class FlipIconArrowLeft {
979
+ export class SwirlIconArrowForward {
980
980
  protected el: HTMLElement;
981
981
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
982
982
  c.detach();
@@ -985,19 +985,19 @@ export class FlipIconArrowLeft {
985
985
  }
986
986
 
987
987
 
988
- export declare interface FlipIconArrowRight extends Components.FlipIconArrowRight {}
988
+ export declare interface SwirlIconArrowLeft extends Components.SwirlIconArrowLeft {}
989
989
 
990
990
  @ProxyCmp({
991
991
  defineCustomElementFn: undefined,
992
992
  inputs: ['size']
993
993
  })
994
994
  @Component({
995
- selector: 'flip-icon-arrow-right',
995
+ selector: 'swirl-icon-arrow-left',
996
996
  changeDetection: ChangeDetectionStrategy.OnPush,
997
997
  template: '<ng-content></ng-content>',
998
998
  inputs: ['size']
999
999
  })
1000
- export class FlipIconArrowRight {
1000
+ export class SwirlIconArrowLeft {
1001
1001
  protected el: HTMLElement;
1002
1002
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
1003
1003
  c.detach();
@@ -1006,19 +1006,19 @@ export class FlipIconArrowRight {
1006
1006
  }
1007
1007
 
1008
1008
 
1009
- export declare interface FlipIconArrowRightSmall extends Components.FlipIconArrowRightSmall {}
1009
+ export declare interface SwirlIconArrowRight extends Components.SwirlIconArrowRight {}
1010
1010
 
1011
1011
  @ProxyCmp({
1012
1012
  defineCustomElementFn: undefined,
1013
1013
  inputs: ['size']
1014
1014
  })
1015
1015
  @Component({
1016
- selector: 'flip-icon-arrow-right-small',
1016
+ selector: 'swirl-icon-arrow-right',
1017
1017
  changeDetection: ChangeDetectionStrategy.OnPush,
1018
1018
  template: '<ng-content></ng-content>',
1019
1019
  inputs: ['size']
1020
1020
  })
1021
- export class FlipIconArrowRightSmall {
1021
+ export class SwirlIconArrowRight {
1022
1022
  protected el: HTMLElement;
1023
1023
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
1024
1024
  c.detach();
@@ -1027,19 +1027,19 @@ export class FlipIconArrowRightSmall {
1027
1027
  }
1028
1028
 
1029
1029
 
1030
- export declare interface FlipIconAttachment extends Components.FlipIconAttachment {}
1030
+ export declare interface SwirlIconArrowRightSmall extends Components.SwirlIconArrowRightSmall {}
1031
1031
 
1032
1032
  @ProxyCmp({
1033
1033
  defineCustomElementFn: undefined,
1034
1034
  inputs: ['size']
1035
1035
  })
1036
1036
  @Component({
1037
- selector: 'flip-icon-attachment',
1037
+ selector: 'swirl-icon-arrow-right-small',
1038
1038
  changeDetection: ChangeDetectionStrategy.OnPush,
1039
1039
  template: '<ng-content></ng-content>',
1040
1040
  inputs: ['size']
1041
1041
  })
1042
- export class FlipIconAttachment {
1042
+ export class SwirlIconArrowRightSmall {
1043
1043
  protected el: HTMLElement;
1044
1044
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
1045
1045
  c.detach();
@@ -1048,19 +1048,19 @@ export class FlipIconAttachment {
1048
1048
  }
1049
1049
 
1050
1050
 
1051
- export declare interface FlipIconBlock extends Components.FlipIconBlock {}
1051
+ export declare interface SwirlIconArrowUpward extends Components.SwirlIconArrowUpward {}
1052
1052
 
1053
1053
  @ProxyCmp({
1054
1054
  defineCustomElementFn: undefined,
1055
1055
  inputs: ['size']
1056
1056
  })
1057
1057
  @Component({
1058
- selector: 'flip-icon-block',
1058
+ selector: 'swirl-icon-arrow-upward',
1059
1059
  changeDetection: ChangeDetectionStrategy.OnPush,
1060
1060
  template: '<ng-content></ng-content>',
1061
1061
  inputs: ['size']
1062
1062
  })
1063
- export class FlipIconBlock {
1063
+ export class SwirlIconArrowUpward {
1064
1064
  protected el: HTMLElement;
1065
1065
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
1066
1066
  c.detach();
@@ -1069,19 +1069,19 @@ export class FlipIconBlock {
1069
1069
  }
1070
1070
 
1071
1071
 
1072
- export declare interface FlipIconCancel extends Components.FlipIconCancel {}
1072
+ export declare interface SwirlIconAttachment extends Components.SwirlIconAttachment {}
1073
1073
 
1074
1074
  @ProxyCmp({
1075
1075
  defineCustomElementFn: undefined,
1076
1076
  inputs: ['size']
1077
1077
  })
1078
1078
  @Component({
1079
- selector: 'flip-icon-cancel',
1079
+ selector: 'swirl-icon-attachment',
1080
1080
  changeDetection: ChangeDetectionStrategy.OnPush,
1081
1081
  template: '<ng-content></ng-content>',
1082
1082
  inputs: ['size']
1083
1083
  })
1084
- export class FlipIconCancel {
1084
+ export class SwirlIconAttachment {
1085
1085
  protected el: HTMLElement;
1086
1086
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
1087
1087
  c.detach();
@@ -1090,19 +1090,19 @@ export class FlipIconCancel {
1090
1090
  }
1091
1091
 
1092
1092
 
1093
- export declare interface FlipIconChatBubble extends Components.FlipIconChatBubble {}
1093
+ export declare interface SwirlIconBlock extends Components.SwirlIconBlock {}
1094
1094
 
1095
1095
  @ProxyCmp({
1096
1096
  defineCustomElementFn: undefined,
1097
1097
  inputs: ['size']
1098
1098
  })
1099
1099
  @Component({
1100
- selector: 'flip-icon-chat-bubble',
1100
+ selector: 'swirl-icon-block',
1101
1101
  changeDetection: ChangeDetectionStrategy.OnPush,
1102
1102
  template: '<ng-content></ng-content>',
1103
1103
  inputs: ['size']
1104
1104
  })
1105
- export class FlipIconChatBubble {
1105
+ export class SwirlIconBlock {
1106
1106
  protected el: HTMLElement;
1107
1107
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
1108
1108
  c.detach();
@@ -1111,19 +1111,19 @@ export class FlipIconChatBubble {
1111
1111
  }
1112
1112
 
1113
1113
 
1114
- export declare interface FlipIconChatsFilled extends Components.FlipIconChatsFilled {}
1114
+ export declare interface SwirlIconCancel extends Components.SwirlIconCancel {}
1115
1115
 
1116
1116
  @ProxyCmp({
1117
1117
  defineCustomElementFn: undefined,
1118
1118
  inputs: ['size']
1119
1119
  })
1120
1120
  @Component({
1121
- selector: 'flip-icon-chats-filled',
1121
+ selector: 'swirl-icon-cancel',
1122
1122
  changeDetection: ChangeDetectionStrategy.OnPush,
1123
1123
  template: '<ng-content></ng-content>',
1124
1124
  inputs: ['size']
1125
1125
  })
1126
- export class FlipIconChatsFilled {
1126
+ export class SwirlIconCancel {
1127
1127
  protected el: HTMLElement;
1128
1128
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
1129
1129
  c.detach();
@@ -1132,19 +1132,19 @@ export class FlipIconChatsFilled {
1132
1132
  }
1133
1133
 
1134
1134
 
1135
- export declare interface FlipIconChatsOutlined extends Components.FlipIconChatsOutlined {}
1135
+ export declare interface SwirlIconChatBubble extends Components.SwirlIconChatBubble {}
1136
1136
 
1137
1137
  @ProxyCmp({
1138
1138
  defineCustomElementFn: undefined,
1139
1139
  inputs: ['size']
1140
1140
  })
1141
1141
  @Component({
1142
- selector: 'flip-icon-chats-outlined',
1142
+ selector: 'swirl-icon-chat-bubble',
1143
1143
  changeDetection: ChangeDetectionStrategy.OnPush,
1144
1144
  template: '<ng-content></ng-content>',
1145
1145
  inputs: ['size']
1146
1146
  })
1147
- export class FlipIconChatsOutlined {
1147
+ export class SwirlIconChatBubble {
1148
1148
  protected el: HTMLElement;
1149
1149
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
1150
1150
  c.detach();
@@ -1153,19 +1153,19 @@ export class FlipIconChatsOutlined {
1153
1153
  }
1154
1154
 
1155
1155
 
1156
- export declare interface FlipIconCheck extends Components.FlipIconCheck {}
1156
+ export declare interface SwirlIconChatsFilled extends Components.SwirlIconChatsFilled {}
1157
1157
 
1158
1158
  @ProxyCmp({
1159
1159
  defineCustomElementFn: undefined,
1160
1160
  inputs: ['size']
1161
1161
  })
1162
1162
  @Component({
1163
- selector: 'flip-icon-check',
1163
+ selector: 'swirl-icon-chats-filled',
1164
1164
  changeDetection: ChangeDetectionStrategy.OnPush,
1165
1165
  template: '<ng-content></ng-content>',
1166
1166
  inputs: ['size']
1167
1167
  })
1168
- export class FlipIconCheck {
1168
+ export class SwirlIconChatsFilled {
1169
1169
  protected el: HTMLElement;
1170
1170
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
1171
1171
  c.detach();
@@ -1174,19 +1174,19 @@ export class FlipIconCheck {
1174
1174
  }
1175
1175
 
1176
1176
 
1177
- export declare interface FlipIconCheckCircle extends Components.FlipIconCheckCircle {}
1177
+ export declare interface SwirlIconChatsOutlined extends Components.SwirlIconChatsOutlined {}
1178
1178
 
1179
1179
  @ProxyCmp({
1180
1180
  defineCustomElementFn: undefined,
1181
1181
  inputs: ['size']
1182
1182
  })
1183
1183
  @Component({
1184
- selector: 'flip-icon-check-circle',
1184
+ selector: 'swirl-icon-chats-outlined',
1185
1185
  changeDetection: ChangeDetectionStrategy.OnPush,
1186
1186
  template: '<ng-content></ng-content>',
1187
1187
  inputs: ['size']
1188
1188
  })
1189
- export class FlipIconCheckCircle {
1189
+ export class SwirlIconChatsOutlined {
1190
1190
  protected el: HTMLElement;
1191
1191
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
1192
1192
  c.detach();
@@ -1195,19 +1195,19 @@ export class FlipIconCheckCircle {
1195
1195
  }
1196
1196
 
1197
1197
 
1198
- export declare interface FlipIconCheckSmall extends Components.FlipIconCheckSmall {}
1198
+ export declare interface SwirlIconCheck extends Components.SwirlIconCheck {}
1199
1199
 
1200
1200
  @ProxyCmp({
1201
1201
  defineCustomElementFn: undefined,
1202
1202
  inputs: ['size']
1203
1203
  })
1204
1204
  @Component({
1205
- selector: 'flip-icon-check-small',
1205
+ selector: 'swirl-icon-check',
1206
1206
  changeDetection: ChangeDetectionStrategy.OnPush,
1207
1207
  template: '<ng-content></ng-content>',
1208
1208
  inputs: ['size']
1209
1209
  })
1210
- export class FlipIconCheckSmall {
1210
+ export class SwirlIconCheck {
1211
1211
  protected el: HTMLElement;
1212
1212
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
1213
1213
  c.detach();
@@ -1216,19 +1216,19 @@ export class FlipIconCheckSmall {
1216
1216
  }
1217
1217
 
1218
1218
 
1219
- export declare interface FlipIconCheckStrong extends Components.FlipIconCheckStrong {}
1219
+ export declare interface SwirlIconCheckCircle extends Components.SwirlIconCheckCircle {}
1220
1220
 
1221
1221
  @ProxyCmp({
1222
1222
  defineCustomElementFn: undefined,
1223
1223
  inputs: ['size']
1224
1224
  })
1225
1225
  @Component({
1226
- selector: 'flip-icon-check-strong',
1226
+ selector: 'swirl-icon-check-circle',
1227
1227
  changeDetection: ChangeDetectionStrategy.OnPush,
1228
1228
  template: '<ng-content></ng-content>',
1229
1229
  inputs: ['size']
1230
1230
  })
1231
- export class FlipIconCheckStrong {
1231
+ export class SwirlIconCheckCircle {
1232
1232
  protected el: HTMLElement;
1233
1233
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
1234
1234
  c.detach();
@@ -1237,19 +1237,19 @@ export class FlipIconCheckStrong {
1237
1237
  }
1238
1238
 
1239
1239
 
1240
- export declare interface FlipIconChevronLeft extends Components.FlipIconChevronLeft {}
1240
+ export declare interface SwirlIconCheckSmall extends Components.SwirlIconCheckSmall {}
1241
1241
 
1242
1242
  @ProxyCmp({
1243
1243
  defineCustomElementFn: undefined,
1244
1244
  inputs: ['size']
1245
1245
  })
1246
1246
  @Component({
1247
- selector: 'flip-icon-chevron-left',
1247
+ selector: 'swirl-icon-check-small',
1248
1248
  changeDetection: ChangeDetectionStrategy.OnPush,
1249
1249
  template: '<ng-content></ng-content>',
1250
1250
  inputs: ['size']
1251
1251
  })
1252
- export class FlipIconChevronLeft {
1252
+ export class SwirlIconCheckSmall {
1253
1253
  protected el: HTMLElement;
1254
1254
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
1255
1255
  c.detach();
@@ -1258,19 +1258,19 @@ export class FlipIconChevronLeft {
1258
1258
  }
1259
1259
 
1260
1260
 
1261
- export declare interface FlipIconChevronRight extends Components.FlipIconChevronRight {}
1261
+ export declare interface SwirlIconCheckStrong extends Components.SwirlIconCheckStrong {}
1262
1262
 
1263
1263
  @ProxyCmp({
1264
1264
  defineCustomElementFn: undefined,
1265
1265
  inputs: ['size']
1266
1266
  })
1267
1267
  @Component({
1268
- selector: 'flip-icon-chevron-right',
1268
+ selector: 'swirl-icon-check-strong',
1269
1269
  changeDetection: ChangeDetectionStrategy.OnPush,
1270
1270
  template: '<ng-content></ng-content>',
1271
1271
  inputs: ['size']
1272
1272
  })
1273
- export class FlipIconChevronRight {
1273
+ export class SwirlIconCheckStrong {
1274
1274
  protected el: HTMLElement;
1275
1275
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
1276
1276
  c.detach();
@@ -1279,19 +1279,19 @@ export class FlipIconChevronRight {
1279
1279
  }
1280
1280
 
1281
1281
 
1282
- export declare interface FlipIconClose extends Components.FlipIconClose {}
1282
+ export declare interface SwirlIconChevronLeft extends Components.SwirlIconChevronLeft {}
1283
1283
 
1284
1284
  @ProxyCmp({
1285
1285
  defineCustomElementFn: undefined,
1286
1286
  inputs: ['size']
1287
1287
  })
1288
1288
  @Component({
1289
- selector: 'flip-icon-close',
1289
+ selector: 'swirl-icon-chevron-left',
1290
1290
  changeDetection: ChangeDetectionStrategy.OnPush,
1291
1291
  template: '<ng-content></ng-content>',
1292
1292
  inputs: ['size']
1293
1293
  })
1294
- export class FlipIconClose {
1294
+ export class SwirlIconChevronLeft {
1295
1295
  protected el: HTMLElement;
1296
1296
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
1297
1297
  c.detach();
@@ -1300,19 +1300,19 @@ export class FlipIconClose {
1300
1300
  }
1301
1301
 
1302
1302
 
1303
- export declare interface FlipIconCloseSmall extends Components.FlipIconCloseSmall {}
1303
+ export declare interface SwirlIconChevronRight extends Components.SwirlIconChevronRight {}
1304
1304
 
1305
1305
  @ProxyCmp({
1306
1306
  defineCustomElementFn: undefined,
1307
1307
  inputs: ['size']
1308
1308
  })
1309
1309
  @Component({
1310
- selector: 'flip-icon-close-small',
1310
+ selector: 'swirl-icon-chevron-right',
1311
1311
  changeDetection: ChangeDetectionStrategy.OnPush,
1312
1312
  template: '<ng-content></ng-content>',
1313
1313
  inputs: ['size']
1314
1314
  })
1315
- export class FlipIconCloseSmall {
1315
+ export class SwirlIconChevronRight {
1316
1316
  protected el: HTMLElement;
1317
1317
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
1318
1318
  c.detach();
@@ -1321,19 +1321,19 @@ export class FlipIconCloseSmall {
1321
1321
  }
1322
1322
 
1323
1323
 
1324
- export declare interface FlipIconCloudUpload extends Components.FlipIconCloudUpload {}
1324
+ export declare interface SwirlIconClose extends Components.SwirlIconClose {}
1325
1325
 
1326
1326
  @ProxyCmp({
1327
1327
  defineCustomElementFn: undefined,
1328
1328
  inputs: ['size']
1329
1329
  })
1330
1330
  @Component({
1331
- selector: 'flip-icon-cloud-upload',
1331
+ selector: 'swirl-icon-close',
1332
1332
  changeDetection: ChangeDetectionStrategy.OnPush,
1333
1333
  template: '<ng-content></ng-content>',
1334
1334
  inputs: ['size']
1335
1335
  })
1336
- export class FlipIconCloudUpload {
1336
+ export class SwirlIconClose {
1337
1337
  protected el: HTMLElement;
1338
1338
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
1339
1339
  c.detach();
@@ -1342,19 +1342,19 @@ export class FlipIconCloudUpload {
1342
1342
  }
1343
1343
 
1344
1344
 
1345
- export declare interface FlipIconComment extends Components.FlipIconComment {}
1345
+ export declare interface SwirlIconCloseSmall extends Components.SwirlIconCloseSmall {}
1346
1346
 
1347
1347
  @ProxyCmp({
1348
1348
  defineCustomElementFn: undefined,
1349
1349
  inputs: ['size']
1350
1350
  })
1351
1351
  @Component({
1352
- selector: 'flip-icon-comment',
1352
+ selector: 'swirl-icon-close-small',
1353
1353
  changeDetection: ChangeDetectionStrategy.OnPush,
1354
1354
  template: '<ng-content></ng-content>',
1355
1355
  inputs: ['size']
1356
1356
  })
1357
- export class FlipIconComment {
1357
+ export class SwirlIconCloseSmall {
1358
1358
  protected el: HTMLElement;
1359
1359
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
1360
1360
  c.detach();
@@ -1363,19 +1363,19 @@ export class FlipIconComment {
1363
1363
  }
1364
1364
 
1365
1365
 
1366
- export declare interface FlipIconCopy extends Components.FlipIconCopy {}
1366
+ export declare interface SwirlIconCloudUpload extends Components.SwirlIconCloudUpload {}
1367
1367
 
1368
1368
  @ProxyCmp({
1369
1369
  defineCustomElementFn: undefined,
1370
1370
  inputs: ['size']
1371
1371
  })
1372
1372
  @Component({
1373
- selector: 'flip-icon-copy',
1373
+ selector: 'swirl-icon-cloud-upload',
1374
1374
  changeDetection: ChangeDetectionStrategy.OnPush,
1375
1375
  template: '<ng-content></ng-content>',
1376
1376
  inputs: ['size']
1377
1377
  })
1378
- export class FlipIconCopy {
1378
+ export class SwirlIconCloudUpload {
1379
1379
  protected el: HTMLElement;
1380
1380
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
1381
1381
  c.detach();
@@ -1384,19 +1384,19 @@ export class FlipIconCopy {
1384
1384
  }
1385
1385
 
1386
1386
 
1387
- export declare interface FlipIconDateRange extends Components.FlipIconDateRange {}
1387
+ export declare interface SwirlIconColumn extends Components.SwirlIconColumn {}
1388
1388
 
1389
1389
  @ProxyCmp({
1390
1390
  defineCustomElementFn: undefined,
1391
1391
  inputs: ['size']
1392
1392
  })
1393
1393
  @Component({
1394
- selector: 'flip-icon-date-range',
1394
+ selector: 'swirl-icon-column',
1395
1395
  changeDetection: ChangeDetectionStrategy.OnPush,
1396
1396
  template: '<ng-content></ng-content>',
1397
1397
  inputs: ['size']
1398
1398
  })
1399
- export class FlipIconDateRange {
1399
+ export class SwirlIconColumn {
1400
1400
  protected el: HTMLElement;
1401
1401
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
1402
1402
  c.detach();
@@ -1405,19 +1405,19 @@ export class FlipIconDateRange {
1405
1405
  }
1406
1406
 
1407
1407
 
1408
- export declare interface FlipIconDelete extends Components.FlipIconDelete {}
1408
+ export declare interface SwirlIconComment extends Components.SwirlIconComment {}
1409
1409
 
1410
1410
  @ProxyCmp({
1411
1411
  defineCustomElementFn: undefined,
1412
1412
  inputs: ['size']
1413
1413
  })
1414
1414
  @Component({
1415
- selector: 'flip-icon-delete',
1415
+ selector: 'swirl-icon-comment',
1416
1416
  changeDetection: ChangeDetectionStrategy.OnPush,
1417
1417
  template: '<ng-content></ng-content>',
1418
1418
  inputs: ['size']
1419
1419
  })
1420
- export class FlipIconDelete {
1420
+ export class SwirlIconComment {
1421
1421
  protected el: HTMLElement;
1422
1422
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
1423
1423
  c.detach();
@@ -1426,19 +1426,19 @@ export class FlipIconDelete {
1426
1426
  }
1427
1427
 
1428
1428
 
1429
- export declare interface FlipIconDescription extends Components.FlipIconDescription {}
1429
+ export declare interface SwirlIconCopy extends Components.SwirlIconCopy {}
1430
1430
 
1431
1431
  @ProxyCmp({
1432
1432
  defineCustomElementFn: undefined,
1433
1433
  inputs: ['size']
1434
1434
  })
1435
1435
  @Component({
1436
- selector: 'flip-icon-description',
1436
+ selector: 'swirl-icon-copy',
1437
1437
  changeDetection: ChangeDetectionStrategy.OnPush,
1438
1438
  template: '<ng-content></ng-content>',
1439
1439
  inputs: ['size']
1440
1440
  })
1441
- export class FlipIconDescription {
1441
+ export class SwirlIconCopy {
1442
1442
  protected el: HTMLElement;
1443
1443
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
1444
1444
  c.detach();
@@ -1447,19 +1447,19 @@ export class FlipIconDescription {
1447
1447
  }
1448
1448
 
1449
1449
 
1450
- export declare interface FlipIconDownload extends Components.FlipIconDownload {}
1450
+ export declare interface SwirlIconDateRange extends Components.SwirlIconDateRange {}
1451
1451
 
1452
1452
  @ProxyCmp({
1453
1453
  defineCustomElementFn: undefined,
1454
1454
  inputs: ['size']
1455
1455
  })
1456
1456
  @Component({
1457
- selector: 'flip-icon-download',
1457
+ selector: 'swirl-icon-date-range',
1458
1458
  changeDetection: ChangeDetectionStrategy.OnPush,
1459
1459
  template: '<ng-content></ng-content>',
1460
1460
  inputs: ['size']
1461
1461
  })
1462
- export class FlipIconDownload {
1462
+ export class SwirlIconDateRange {
1463
1463
  protected el: HTMLElement;
1464
1464
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
1465
1465
  c.detach();
@@ -1468,19 +1468,19 @@ export class FlipIconDownload {
1468
1468
  }
1469
1469
 
1470
1470
 
1471
- export declare interface FlipIconEdit extends Components.FlipIconEdit {}
1471
+ export declare interface SwirlIconDelete extends Components.SwirlIconDelete {}
1472
1472
 
1473
1473
  @ProxyCmp({
1474
1474
  defineCustomElementFn: undefined,
1475
1475
  inputs: ['size']
1476
1476
  })
1477
1477
  @Component({
1478
- selector: 'flip-icon-edit',
1478
+ selector: 'swirl-icon-delete',
1479
1479
  changeDetection: ChangeDetectionStrategy.OnPush,
1480
1480
  template: '<ng-content></ng-content>',
1481
1481
  inputs: ['size']
1482
1482
  })
1483
- export class FlipIconEdit {
1483
+ export class SwirlIconDelete {
1484
1484
  protected el: HTMLElement;
1485
1485
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
1486
1486
  c.detach();
@@ -1489,19 +1489,19 @@ export class FlipIconEdit {
1489
1489
  }
1490
1490
 
1491
1491
 
1492
- export declare interface FlipIconEmojiMood extends Components.FlipIconEmojiMood {}
1492
+ export declare interface SwirlIconDescription extends Components.SwirlIconDescription {}
1493
1493
 
1494
1494
  @ProxyCmp({
1495
1495
  defineCustomElementFn: undefined,
1496
1496
  inputs: ['size']
1497
1497
  })
1498
1498
  @Component({
1499
- selector: 'flip-icon-emoji-mood',
1499
+ selector: 'swirl-icon-description',
1500
1500
  changeDetection: ChangeDetectionStrategy.OnPush,
1501
1501
  template: '<ng-content></ng-content>',
1502
1502
  inputs: ['size']
1503
1503
  })
1504
- export class FlipIconEmojiMood {
1504
+ export class SwirlIconDescription {
1505
1505
  protected el: HTMLElement;
1506
1506
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
1507
1507
  c.detach();
@@ -1510,19 +1510,19 @@ export class FlipIconEmojiMood {
1510
1510
  }
1511
1511
 
1512
1512
 
1513
- export declare interface FlipIconEmojiSatisfied extends Components.FlipIconEmojiSatisfied {}
1513
+ export declare interface SwirlIconDownload extends Components.SwirlIconDownload {}
1514
1514
 
1515
1515
  @ProxyCmp({
1516
1516
  defineCustomElementFn: undefined,
1517
1517
  inputs: ['size']
1518
1518
  })
1519
1519
  @Component({
1520
- selector: 'flip-icon-emoji-satisfied',
1520
+ selector: 'swirl-icon-download',
1521
1521
  changeDetection: ChangeDetectionStrategy.OnPush,
1522
1522
  template: '<ng-content></ng-content>',
1523
1523
  inputs: ['size']
1524
1524
  })
1525
- export class FlipIconEmojiSatisfied {
1525
+ export class SwirlIconDownload {
1526
1526
  protected el: HTMLElement;
1527
1527
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
1528
1528
  c.detach();
@@ -1531,19 +1531,19 @@ export class FlipIconEmojiSatisfied {
1531
1531
  }
1532
1532
 
1533
1533
 
1534
- export declare interface FlipIconError extends Components.FlipIconError {}
1534
+ export declare interface SwirlIconDragHandle extends Components.SwirlIconDragHandle {}
1535
1535
 
1536
1536
  @ProxyCmp({
1537
1537
  defineCustomElementFn: undefined,
1538
1538
  inputs: ['size']
1539
1539
  })
1540
1540
  @Component({
1541
- selector: 'flip-icon-error',
1541
+ selector: 'swirl-icon-drag-handle',
1542
1542
  changeDetection: ChangeDetectionStrategy.OnPush,
1543
1543
  template: '<ng-content></ng-content>',
1544
1544
  inputs: ['size']
1545
1545
  })
1546
- export class FlipIconError {
1546
+ export class SwirlIconDragHandle {
1547
1547
  protected el: HTMLElement;
1548
1548
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
1549
1549
  c.detach();
@@ -1552,19 +1552,19 @@ export class FlipIconError {
1552
1552
  }
1553
1553
 
1554
1554
 
1555
- export declare interface FlipIconExpandLess extends Components.FlipIconExpandLess {}
1555
+ export declare interface SwirlIconEdit extends Components.SwirlIconEdit {}
1556
1556
 
1557
1557
  @ProxyCmp({
1558
1558
  defineCustomElementFn: undefined,
1559
1559
  inputs: ['size']
1560
1560
  })
1561
1561
  @Component({
1562
- selector: 'flip-icon-expand-less',
1562
+ selector: 'swirl-icon-edit',
1563
1563
  changeDetection: ChangeDetectionStrategy.OnPush,
1564
1564
  template: '<ng-content></ng-content>',
1565
1565
  inputs: ['size']
1566
1566
  })
1567
- export class FlipIconExpandLess {
1567
+ export class SwirlIconEdit {
1568
1568
  protected el: HTMLElement;
1569
1569
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
1570
1570
  c.detach();
@@ -1573,19 +1573,19 @@ export class FlipIconExpandLess {
1573
1573
  }
1574
1574
 
1575
1575
 
1576
- export declare interface FlipIconExpandMore extends Components.FlipIconExpandMore {}
1576
+ export declare interface SwirlIconEmojiMood extends Components.SwirlIconEmojiMood {}
1577
1577
 
1578
1578
  @ProxyCmp({
1579
1579
  defineCustomElementFn: undefined,
1580
1580
  inputs: ['size']
1581
1581
  })
1582
1582
  @Component({
1583
- selector: 'flip-icon-expand-more',
1583
+ selector: 'swirl-icon-emoji-mood',
1584
1584
  changeDetection: ChangeDetectionStrategy.OnPush,
1585
1585
  template: '<ng-content></ng-content>',
1586
1586
  inputs: ['size']
1587
1587
  })
1588
- export class FlipIconExpandMore {
1588
+ export class SwirlIconEmojiMood {
1589
1589
  protected el: HTMLElement;
1590
1590
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
1591
1591
  c.detach();
@@ -1594,19 +1594,19 @@ export class FlipIconExpandMore {
1594
1594
  }
1595
1595
 
1596
1596
 
1597
- export declare interface FlipIconFile extends Components.FlipIconFile {}
1597
+ export declare interface SwirlIconEmojiSatisfied extends Components.SwirlIconEmojiSatisfied {}
1598
1598
 
1599
1599
  @ProxyCmp({
1600
1600
  defineCustomElementFn: undefined,
1601
1601
  inputs: ['size']
1602
1602
  })
1603
1603
  @Component({
1604
- selector: 'flip-icon-file',
1604
+ selector: 'swirl-icon-emoji-satisfied',
1605
1605
  changeDetection: ChangeDetectionStrategy.OnPush,
1606
1606
  template: '<ng-content></ng-content>',
1607
1607
  inputs: ['size']
1608
1608
  })
1609
- export class FlipIconFile {
1609
+ export class SwirlIconEmojiSatisfied {
1610
1610
  protected el: HTMLElement;
1611
1611
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
1612
1612
  c.detach();
@@ -1615,19 +1615,19 @@ export class FlipIconFile {
1615
1615
  }
1616
1616
 
1617
1617
 
1618
- export declare interface FlipIconFolderShared extends Components.FlipIconFolderShared {}
1618
+ export declare interface SwirlIconError extends Components.SwirlIconError {}
1619
1619
 
1620
1620
  @ProxyCmp({
1621
1621
  defineCustomElementFn: undefined,
1622
1622
  inputs: ['size']
1623
1623
  })
1624
1624
  @Component({
1625
- selector: 'flip-icon-folder-shared',
1625
+ selector: 'swirl-icon-error',
1626
1626
  changeDetection: ChangeDetectionStrategy.OnPush,
1627
1627
  template: '<ng-content></ng-content>',
1628
1628
  inputs: ['size']
1629
1629
  })
1630
- export class FlipIconFolderShared {
1630
+ export class SwirlIconError {
1631
1631
  protected el: HTMLElement;
1632
1632
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
1633
1633
  c.detach();
@@ -1636,19 +1636,19 @@ export class FlipIconFolderShared {
1636
1636
  }
1637
1637
 
1638
1638
 
1639
- export declare interface FlipIconFullscreen extends Components.FlipIconFullscreen {}
1639
+ export declare interface SwirlIconExpandLess extends Components.SwirlIconExpandLess {}
1640
1640
 
1641
1641
  @ProxyCmp({
1642
1642
  defineCustomElementFn: undefined,
1643
1643
  inputs: ['size']
1644
1644
  })
1645
1645
  @Component({
1646
- selector: 'flip-icon-fullscreen',
1646
+ selector: 'swirl-icon-expand-less',
1647
1647
  changeDetection: ChangeDetectionStrategy.OnPush,
1648
1648
  template: '<ng-content></ng-content>',
1649
1649
  inputs: ['size']
1650
1650
  })
1651
- export class FlipIconFullscreen {
1651
+ export class SwirlIconExpandLess {
1652
1652
  protected el: HTMLElement;
1653
1653
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
1654
1654
  c.detach();
@@ -1657,19 +1657,19 @@ export class FlipIconFullscreen {
1657
1657
  }
1658
1658
 
1659
1659
 
1660
- export declare interface FlipIconFullscreenExit extends Components.FlipIconFullscreenExit {}
1660
+ export declare interface SwirlIconExpandMore extends Components.SwirlIconExpandMore {}
1661
1661
 
1662
1662
  @ProxyCmp({
1663
1663
  defineCustomElementFn: undefined,
1664
1664
  inputs: ['size']
1665
1665
  })
1666
1666
  @Component({
1667
- selector: 'flip-icon-fullscreen-exit',
1667
+ selector: 'swirl-icon-expand-more',
1668
1668
  changeDetection: ChangeDetectionStrategy.OnPush,
1669
1669
  template: '<ng-content></ng-content>',
1670
1670
  inputs: ['size']
1671
1671
  })
1672
- export class FlipIconFullscreenExit {
1672
+ export class SwirlIconExpandMore {
1673
1673
  protected el: HTMLElement;
1674
1674
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
1675
1675
  c.detach();
@@ -1678,19 +1678,19 @@ export class FlipIconFullscreenExit {
1678
1678
  }
1679
1679
 
1680
1680
 
1681
- export declare interface FlipIconGroupAssign extends Components.FlipIconGroupAssign {}
1681
+ export declare interface SwirlIconFile extends Components.SwirlIconFile {}
1682
1682
 
1683
1683
  @ProxyCmp({
1684
1684
  defineCustomElementFn: undefined,
1685
1685
  inputs: ['size']
1686
1686
  })
1687
1687
  @Component({
1688
- selector: 'flip-icon-group-assign',
1688
+ selector: 'swirl-icon-file',
1689
1689
  changeDetection: ChangeDetectionStrategy.OnPush,
1690
1690
  template: '<ng-content></ng-content>',
1691
1691
  inputs: ['size']
1692
1692
  })
1693
- export class FlipIconGroupAssign {
1693
+ export class SwirlIconFile {
1694
1694
  protected el: HTMLElement;
1695
1695
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
1696
1696
  c.detach();
@@ -1699,19 +1699,19 @@ export class FlipIconGroupAssign {
1699
1699
  }
1700
1700
 
1701
1701
 
1702
- export declare interface FlipIconGroups extends Components.FlipIconGroups {}
1702
+ export declare interface SwirlIconFilter extends Components.SwirlIconFilter {}
1703
1703
 
1704
1704
  @ProxyCmp({
1705
1705
  defineCustomElementFn: undefined,
1706
1706
  inputs: ['size']
1707
1707
  })
1708
1708
  @Component({
1709
- selector: 'flip-icon-groups',
1709
+ selector: 'swirl-icon-filter',
1710
1710
  changeDetection: ChangeDetectionStrategy.OnPush,
1711
1711
  template: '<ng-content></ng-content>',
1712
1712
  inputs: ['size']
1713
1713
  })
1714
- export class FlipIconGroups {
1714
+ export class SwirlIconFilter {
1715
1715
  protected el: HTMLElement;
1716
1716
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
1717
1717
  c.detach();
@@ -1720,19 +1720,19 @@ export class FlipIconGroups {
1720
1720
  }
1721
1721
 
1722
1722
 
1723
- export declare interface FlipIconGroupsCustom extends Components.FlipIconGroupsCustom {}
1723
+ export declare interface SwirlIconFolderShared extends Components.SwirlIconFolderShared {}
1724
1724
 
1725
1725
  @ProxyCmp({
1726
1726
  defineCustomElementFn: undefined,
1727
1727
  inputs: ['size']
1728
1728
  })
1729
1729
  @Component({
1730
- selector: 'flip-icon-groups-custom',
1730
+ selector: 'swirl-icon-folder-shared',
1731
1731
  changeDetection: ChangeDetectionStrategy.OnPush,
1732
1732
  template: '<ng-content></ng-content>',
1733
1733
  inputs: ['size']
1734
1734
  })
1735
- export class FlipIconGroupsCustom {
1735
+ export class SwirlIconFolderShared {
1736
1736
  protected el: HTMLElement;
1737
1737
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
1738
1738
  c.detach();
@@ -1741,19 +1741,19 @@ export class FlipIconGroupsCustom {
1741
1741
  }
1742
1742
 
1743
1743
 
1744
- export declare interface FlipIconGroupsFilled extends Components.FlipIconGroupsFilled {}
1744
+ export declare interface SwirlIconFullscreen extends Components.SwirlIconFullscreen {}
1745
1745
 
1746
1746
  @ProxyCmp({
1747
1747
  defineCustomElementFn: undefined,
1748
1748
  inputs: ['size']
1749
1749
  })
1750
1750
  @Component({
1751
- selector: 'flip-icon-groups-filled',
1751
+ selector: 'swirl-icon-fullscreen',
1752
1752
  changeDetection: ChangeDetectionStrategy.OnPush,
1753
1753
  template: '<ng-content></ng-content>',
1754
1754
  inputs: ['size']
1755
1755
  })
1756
- export class FlipIconGroupsFilled {
1756
+ export class SwirlIconFullscreen {
1757
1757
  protected el: HTMLElement;
1758
1758
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
1759
1759
  c.detach();
@@ -1762,19 +1762,19 @@ export class FlipIconGroupsFilled {
1762
1762
  }
1763
1763
 
1764
1764
 
1765
- export declare interface FlipIconGroupsOutlined extends Components.FlipIconGroupsOutlined {}
1765
+ export declare interface SwirlIconFullscreenExit extends Components.SwirlIconFullscreenExit {}
1766
1766
 
1767
1767
  @ProxyCmp({
1768
1768
  defineCustomElementFn: undefined,
1769
1769
  inputs: ['size']
1770
1770
  })
1771
1771
  @Component({
1772
- selector: 'flip-icon-groups-outlined',
1772
+ selector: 'swirl-icon-fullscreen-exit',
1773
1773
  changeDetection: ChangeDetectionStrategy.OnPush,
1774
1774
  template: '<ng-content></ng-content>',
1775
1775
  inputs: ['size']
1776
1776
  })
1777
- export class FlipIconGroupsOutlined {
1777
+ export class SwirlIconFullscreenExit {
1778
1778
  protected el: HTMLElement;
1779
1779
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
1780
1780
  c.detach();
@@ -1783,19 +1783,19 @@ export class FlipIconGroupsOutlined {
1783
1783
  }
1784
1784
 
1785
1785
 
1786
- export declare interface FlipIconHelp extends Components.FlipIconHelp {}
1786
+ export declare interface SwirlIconGroupAssign extends Components.SwirlIconGroupAssign {}
1787
1787
 
1788
1788
  @ProxyCmp({
1789
1789
  defineCustomElementFn: undefined,
1790
1790
  inputs: ['size']
1791
1791
  })
1792
1792
  @Component({
1793
- selector: 'flip-icon-help',
1793
+ selector: 'swirl-icon-group-assign',
1794
1794
  changeDetection: ChangeDetectionStrategy.OnPush,
1795
1795
  template: '<ng-content></ng-content>',
1796
1796
  inputs: ['size']
1797
1797
  })
1798
- export class FlipIconHelp {
1798
+ export class SwirlIconGroupAssign {
1799
1799
  protected el: HTMLElement;
1800
1800
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
1801
1801
  c.detach();
@@ -1804,19 +1804,19 @@ export class FlipIconHelp {
1804
1804
  }
1805
1805
 
1806
1806
 
1807
- export declare interface FlipIconImage extends Components.FlipIconImage {}
1807
+ export declare interface SwirlIconGroups extends Components.SwirlIconGroups {}
1808
1808
 
1809
1809
  @ProxyCmp({
1810
1810
  defineCustomElementFn: undefined,
1811
1811
  inputs: ['size']
1812
1812
  })
1813
1813
  @Component({
1814
- selector: 'flip-icon-image',
1814
+ selector: 'swirl-icon-groups',
1815
1815
  changeDetection: ChangeDetectionStrategy.OnPush,
1816
1816
  template: '<ng-content></ng-content>',
1817
1817
  inputs: ['size']
1818
1818
  })
1819
- export class FlipIconImage {
1819
+ export class SwirlIconGroups {
1820
1820
  protected el: HTMLElement;
1821
1821
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
1822
1822
  c.detach();
@@ -1825,19 +1825,19 @@ export class FlipIconImage {
1825
1825
  }
1826
1826
 
1827
1827
 
1828
- export declare interface FlipIconInfo extends Components.FlipIconInfo {}
1828
+ export declare interface SwirlIconGroupsCustom extends Components.SwirlIconGroupsCustom {}
1829
1829
 
1830
1830
  @ProxyCmp({
1831
1831
  defineCustomElementFn: undefined,
1832
1832
  inputs: ['size']
1833
1833
  })
1834
1834
  @Component({
1835
- selector: 'flip-icon-info',
1835
+ selector: 'swirl-icon-groups-custom',
1836
1836
  changeDetection: ChangeDetectionStrategy.OnPush,
1837
1837
  template: '<ng-content></ng-content>',
1838
1838
  inputs: ['size']
1839
1839
  })
1840
- export class FlipIconInfo {
1840
+ export class SwirlIconGroupsCustom {
1841
1841
  protected el: HTMLElement;
1842
1842
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
1843
1843
  c.detach();
@@ -1846,19 +1846,19 @@ export class FlipIconInfo {
1846
1846
  }
1847
1847
 
1848
1848
 
1849
- export declare interface FlipIconInventory extends Components.FlipIconInventory {}
1849
+ export declare interface SwirlIconGroupsFilled extends Components.SwirlIconGroupsFilled {}
1850
1850
 
1851
1851
  @ProxyCmp({
1852
1852
  defineCustomElementFn: undefined,
1853
1853
  inputs: ['size']
1854
1854
  })
1855
1855
  @Component({
1856
- selector: 'flip-icon-inventory',
1856
+ selector: 'swirl-icon-groups-filled',
1857
1857
  changeDetection: ChangeDetectionStrategy.OnPush,
1858
1858
  template: '<ng-content></ng-content>',
1859
1859
  inputs: ['size']
1860
1860
  })
1861
- export class FlipIconInventory {
1861
+ export class SwirlIconGroupsFilled {
1862
1862
  protected el: HTMLElement;
1863
1863
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
1864
1864
  c.detach();
@@ -1867,19 +1867,19 @@ export class FlipIconInventory {
1867
1867
  }
1868
1868
 
1869
1869
 
1870
- export declare interface FlipIconLike extends Components.FlipIconLike {}
1870
+ export declare interface SwirlIconGroupsOutlined extends Components.SwirlIconGroupsOutlined {}
1871
1871
 
1872
1872
  @ProxyCmp({
1873
1873
  defineCustomElementFn: undefined,
1874
1874
  inputs: ['size']
1875
1875
  })
1876
1876
  @Component({
1877
- selector: 'flip-icon-like',
1877
+ selector: 'swirl-icon-groups-outlined',
1878
1878
  changeDetection: ChangeDetectionStrategy.OnPush,
1879
1879
  template: '<ng-content></ng-content>',
1880
1880
  inputs: ['size']
1881
1881
  })
1882
- export class FlipIconLike {
1882
+ export class SwirlIconGroupsOutlined {
1883
1883
  protected el: HTMLElement;
1884
1884
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
1885
1885
  c.detach();
@@ -1888,19 +1888,19 @@ export class FlipIconLike {
1888
1888
  }
1889
1889
 
1890
1890
 
1891
- export declare interface FlipIconLink extends Components.FlipIconLink {}
1891
+ export declare interface SwirlIconHelp extends Components.SwirlIconHelp {}
1892
1892
 
1893
1893
  @ProxyCmp({
1894
1894
  defineCustomElementFn: undefined,
1895
1895
  inputs: ['size']
1896
1896
  })
1897
1897
  @Component({
1898
- selector: 'flip-icon-link',
1898
+ selector: 'swirl-icon-help',
1899
1899
  changeDetection: ChangeDetectionStrategy.OnPush,
1900
1900
  template: '<ng-content></ng-content>',
1901
1901
  inputs: ['size']
1902
1902
  })
1903
- export class FlipIconLink {
1903
+ export class SwirlIconHelp {
1904
1904
  protected el: HTMLElement;
1905
1905
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
1906
1906
  c.detach();
@@ -1909,19 +1909,19 @@ export class FlipIconLink {
1909
1909
  }
1910
1910
 
1911
1911
 
1912
- export declare interface FlipIconLock extends Components.FlipIconLock {}
1912
+ export declare interface SwirlIconImage extends Components.SwirlIconImage {}
1913
1913
 
1914
1914
  @ProxyCmp({
1915
1915
  defineCustomElementFn: undefined,
1916
1916
  inputs: ['size']
1917
1917
  })
1918
1918
  @Component({
1919
- selector: 'flip-icon-lock',
1919
+ selector: 'swirl-icon-image',
1920
1920
  changeDetection: ChangeDetectionStrategy.OnPush,
1921
1921
  template: '<ng-content></ng-content>',
1922
1922
  inputs: ['size']
1923
1923
  })
1924
- export class FlipIconLock {
1924
+ export class SwirlIconImage {
1925
1925
  protected el: HTMLElement;
1926
1926
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
1927
1927
  c.detach();
@@ -1930,19 +1930,19 @@ export class FlipIconLock {
1930
1930
  }
1931
1931
 
1932
1932
 
1933
- export declare interface FlipIconLogout extends Components.FlipIconLogout {}
1933
+ export declare interface SwirlIconInfo extends Components.SwirlIconInfo {}
1934
1934
 
1935
1935
  @ProxyCmp({
1936
1936
  defineCustomElementFn: undefined,
1937
1937
  inputs: ['size']
1938
1938
  })
1939
1939
  @Component({
1940
- selector: 'flip-icon-logout',
1940
+ selector: 'swirl-icon-info',
1941
1941
  changeDetection: ChangeDetectionStrategy.OnPush,
1942
1942
  template: '<ng-content></ng-content>',
1943
1943
  inputs: ['size']
1944
1944
  })
1945
- export class FlipIconLogout {
1945
+ export class SwirlIconInfo {
1946
1946
  protected el: HTMLElement;
1947
1947
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
1948
1948
  c.detach();
@@ -1951,19 +1951,19 @@ export class FlipIconLogout {
1951
1951
  }
1952
1952
 
1953
1953
 
1954
- export declare interface FlipIconMail extends Components.FlipIconMail {}
1954
+ export declare interface SwirlIconInventory extends Components.SwirlIconInventory {}
1955
1955
 
1956
1956
  @ProxyCmp({
1957
1957
  defineCustomElementFn: undefined,
1958
1958
  inputs: ['size']
1959
1959
  })
1960
1960
  @Component({
1961
- selector: 'flip-icon-mail',
1961
+ selector: 'swirl-icon-inventory',
1962
1962
  changeDetection: ChangeDetectionStrategy.OnPush,
1963
1963
  template: '<ng-content></ng-content>',
1964
1964
  inputs: ['size']
1965
1965
  })
1966
- export class FlipIconMail {
1966
+ export class SwirlIconInventory {
1967
1967
  protected el: HTMLElement;
1968
1968
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
1969
1969
  c.detach();
@@ -1972,19 +1972,19 @@ export class FlipIconMail {
1972
1972
  }
1973
1973
 
1974
1974
 
1975
- export declare interface FlipIconManageAccounts extends Components.FlipIconManageAccounts {}
1975
+ export declare interface SwirlIconLike extends Components.SwirlIconLike {}
1976
1976
 
1977
1977
  @ProxyCmp({
1978
1978
  defineCustomElementFn: undefined,
1979
1979
  inputs: ['size']
1980
1980
  })
1981
1981
  @Component({
1982
- selector: 'flip-icon-manage-accounts',
1982
+ selector: 'swirl-icon-like',
1983
1983
  changeDetection: ChangeDetectionStrategy.OnPush,
1984
1984
  template: '<ng-content></ng-content>',
1985
1985
  inputs: ['size']
1986
1986
  })
1987
- export class FlipIconManageAccounts {
1987
+ export class SwirlIconLike {
1988
1988
  protected el: HTMLElement;
1989
1989
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
1990
1990
  c.detach();
@@ -1993,19 +1993,19 @@ export class FlipIconManageAccounts {
1993
1993
  }
1994
1994
 
1995
1995
 
1996
- export declare interface FlipIconMention extends Components.FlipIconMention {}
1996
+ export declare interface SwirlIconLink extends Components.SwirlIconLink {}
1997
1997
 
1998
1998
  @ProxyCmp({
1999
1999
  defineCustomElementFn: undefined,
2000
2000
  inputs: ['size']
2001
2001
  })
2002
2002
  @Component({
2003
- selector: 'flip-icon-mention',
2003
+ selector: 'swirl-icon-link',
2004
2004
  changeDetection: ChangeDetectionStrategy.OnPush,
2005
2005
  template: '<ng-content></ng-content>',
2006
2006
  inputs: ['size']
2007
2007
  })
2008
- export class FlipIconMention {
2008
+ export class SwirlIconLink {
2009
2009
  protected el: HTMLElement;
2010
2010
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
2011
2011
  c.detach();
@@ -2014,19 +2014,19 @@ export class FlipIconMention {
2014
2014
  }
2015
2015
 
2016
2016
 
2017
- export declare interface FlipIconMenu extends Components.FlipIconMenu {}
2017
+ export declare interface SwirlIconLock extends Components.SwirlIconLock {}
2018
2018
 
2019
2019
  @ProxyCmp({
2020
2020
  defineCustomElementFn: undefined,
2021
2021
  inputs: ['size']
2022
2022
  })
2023
2023
  @Component({
2024
- selector: 'flip-icon-menu',
2024
+ selector: 'swirl-icon-lock',
2025
2025
  changeDetection: ChangeDetectionStrategy.OnPush,
2026
2026
  template: '<ng-content></ng-content>',
2027
2027
  inputs: ['size']
2028
2028
  })
2029
- export class FlipIconMenu {
2029
+ export class SwirlIconLock {
2030
2030
  protected el: HTMLElement;
2031
2031
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
2032
2032
  c.detach();
@@ -2035,19 +2035,19 @@ export class FlipIconMenu {
2035
2035
  }
2036
2036
 
2037
2037
 
2038
- export declare interface FlipIconMenuFilled extends Components.FlipIconMenuFilled {}
2038
+ export declare interface SwirlIconLogout extends Components.SwirlIconLogout {}
2039
2039
 
2040
2040
  @ProxyCmp({
2041
2041
  defineCustomElementFn: undefined,
2042
2042
  inputs: ['size']
2043
2043
  })
2044
2044
  @Component({
2045
- selector: 'flip-icon-menu-filled',
2045
+ selector: 'swirl-icon-logout',
2046
2046
  changeDetection: ChangeDetectionStrategy.OnPush,
2047
2047
  template: '<ng-content></ng-content>',
2048
2048
  inputs: ['size']
2049
2049
  })
2050
- export class FlipIconMenuFilled {
2050
+ export class SwirlIconLogout {
2051
2051
  protected el: HTMLElement;
2052
2052
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
2053
2053
  c.detach();
@@ -2056,19 +2056,19 @@ export class FlipIconMenuFilled {
2056
2056
  }
2057
2057
 
2058
2058
 
2059
- export declare interface FlipIconMenuOutlined extends Components.FlipIconMenuOutlined {}
2059
+ export declare interface SwirlIconMail extends Components.SwirlIconMail {}
2060
2060
 
2061
2061
  @ProxyCmp({
2062
2062
  defineCustomElementFn: undefined,
2063
2063
  inputs: ['size']
2064
2064
  })
2065
2065
  @Component({
2066
- selector: 'flip-icon-menu-outlined',
2066
+ selector: 'swirl-icon-mail',
2067
2067
  changeDetection: ChangeDetectionStrategy.OnPush,
2068
2068
  template: '<ng-content></ng-content>',
2069
2069
  inputs: ['size']
2070
2070
  })
2071
- export class FlipIconMenuOutlined {
2071
+ export class SwirlIconMail {
2072
2072
  protected el: HTMLElement;
2073
2073
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
2074
2074
  c.detach();
@@ -2077,19 +2077,19 @@ export class FlipIconMenuOutlined {
2077
2077
  }
2078
2078
 
2079
2079
 
2080
- export declare interface FlipIconMessage extends Components.FlipIconMessage {}
2080
+ export declare interface SwirlIconManageAccounts extends Components.SwirlIconManageAccounts {}
2081
2081
 
2082
2082
  @ProxyCmp({
2083
2083
  defineCustomElementFn: undefined,
2084
2084
  inputs: ['size']
2085
2085
  })
2086
2086
  @Component({
2087
- selector: 'flip-icon-message',
2087
+ selector: 'swirl-icon-manage-accounts',
2088
2088
  changeDetection: ChangeDetectionStrategy.OnPush,
2089
2089
  template: '<ng-content></ng-content>',
2090
2090
  inputs: ['size']
2091
2091
  })
2092
- export class FlipIconMessage {
2092
+ export class SwirlIconManageAccounts {
2093
2093
  protected el: HTMLElement;
2094
2094
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
2095
2095
  c.detach();
@@ -2098,19 +2098,19 @@ export class FlipIconMessage {
2098
2098
  }
2099
2099
 
2100
2100
 
2101
- export declare interface FlipIconMoreHorizontal extends Components.FlipIconMoreHorizontal {}
2101
+ export declare interface SwirlIconMention extends Components.SwirlIconMention {}
2102
2102
 
2103
2103
  @ProxyCmp({
2104
2104
  defineCustomElementFn: undefined,
2105
2105
  inputs: ['size']
2106
2106
  })
2107
2107
  @Component({
2108
- selector: 'flip-icon-more-horizontal',
2108
+ selector: 'swirl-icon-mention',
2109
2109
  changeDetection: ChangeDetectionStrategy.OnPush,
2110
2110
  template: '<ng-content></ng-content>',
2111
2111
  inputs: ['size']
2112
2112
  })
2113
- export class FlipIconMoreHorizontal {
2113
+ export class SwirlIconMention {
2114
2114
  protected el: HTMLElement;
2115
2115
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
2116
2116
  c.detach();
@@ -2119,19 +2119,19 @@ export class FlipIconMoreHorizontal {
2119
2119
  }
2120
2120
 
2121
2121
 
2122
- export declare interface FlipIconMoreVertikal extends Components.FlipIconMoreVertikal {}
2122
+ export declare interface SwirlIconMenu extends Components.SwirlIconMenu {}
2123
2123
 
2124
2124
  @ProxyCmp({
2125
2125
  defineCustomElementFn: undefined,
2126
2126
  inputs: ['size']
2127
2127
  })
2128
2128
  @Component({
2129
- selector: 'flip-icon-more-vertikal',
2129
+ selector: 'swirl-icon-menu',
2130
2130
  changeDetection: ChangeDetectionStrategy.OnPush,
2131
2131
  template: '<ng-content></ng-content>',
2132
2132
  inputs: ['size']
2133
2133
  })
2134
- export class FlipIconMoreVertikal {
2134
+ export class SwirlIconMenu {
2135
2135
  protected el: HTMLElement;
2136
2136
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
2137
2137
  c.detach();
@@ -2140,19 +2140,19 @@ export class FlipIconMoreVertikal {
2140
2140
  }
2141
2141
 
2142
2142
 
2143
- export declare interface FlipIconNewsFilled extends Components.FlipIconNewsFilled {}
2143
+ export declare interface SwirlIconMenuFilled extends Components.SwirlIconMenuFilled {}
2144
2144
 
2145
2145
  @ProxyCmp({
2146
2146
  defineCustomElementFn: undefined,
2147
2147
  inputs: ['size']
2148
2148
  })
2149
2149
  @Component({
2150
- selector: 'flip-icon-news-filled',
2150
+ selector: 'swirl-icon-menu-filled',
2151
2151
  changeDetection: ChangeDetectionStrategy.OnPush,
2152
2152
  template: '<ng-content></ng-content>',
2153
2153
  inputs: ['size']
2154
2154
  })
2155
- export class FlipIconNewsFilled {
2155
+ export class SwirlIconMenuFilled {
2156
2156
  protected el: HTMLElement;
2157
2157
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
2158
2158
  c.detach();
@@ -2161,19 +2161,19 @@ export class FlipIconNewsFilled {
2161
2161
  }
2162
2162
 
2163
2163
 
2164
- export declare interface FlipIconNewsOutlined extends Components.FlipIconNewsOutlined {}
2164
+ export declare interface SwirlIconMenuOutlined extends Components.SwirlIconMenuOutlined {}
2165
2165
 
2166
2166
  @ProxyCmp({
2167
2167
  defineCustomElementFn: undefined,
2168
2168
  inputs: ['size']
2169
2169
  })
2170
2170
  @Component({
2171
- selector: 'flip-icon-news-outlined',
2171
+ selector: 'swirl-icon-menu-outlined',
2172
2172
  changeDetection: ChangeDetectionStrategy.OnPush,
2173
2173
  template: '<ng-content></ng-content>',
2174
2174
  inputs: ['size']
2175
2175
  })
2176
- export class FlipIconNewsOutlined {
2176
+ export class SwirlIconMenuOutlined {
2177
2177
  protected el: HTMLElement;
2178
2178
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
2179
2179
  c.detach();
@@ -2182,19 +2182,19 @@ export class FlipIconNewsOutlined {
2182
2182
  }
2183
2183
 
2184
2184
 
2185
- export declare interface FlipIconNotifications extends Components.FlipIconNotifications {}
2185
+ export declare interface SwirlIconMessage extends Components.SwirlIconMessage {}
2186
2186
 
2187
2187
  @ProxyCmp({
2188
2188
  defineCustomElementFn: undefined,
2189
2189
  inputs: ['size']
2190
2190
  })
2191
2191
  @Component({
2192
- selector: 'flip-icon-notifications',
2192
+ selector: 'swirl-icon-message',
2193
2193
  changeDetection: ChangeDetectionStrategy.OnPush,
2194
2194
  template: '<ng-content></ng-content>',
2195
2195
  inputs: ['size']
2196
2196
  })
2197
- export class FlipIconNotifications {
2197
+ export class SwirlIconMessage {
2198
2198
  protected el: HTMLElement;
2199
2199
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
2200
2200
  c.detach();
@@ -2203,19 +2203,19 @@ export class FlipIconNotifications {
2203
2203
  }
2204
2204
 
2205
2205
 
2206
- export declare interface FlipIconNotificationsActive extends Components.FlipIconNotificationsActive {}
2206
+ export declare interface SwirlIconMoreHorizontal extends Components.SwirlIconMoreHorizontal {}
2207
2207
 
2208
2208
  @ProxyCmp({
2209
2209
  defineCustomElementFn: undefined,
2210
2210
  inputs: ['size']
2211
2211
  })
2212
2212
  @Component({
2213
- selector: 'flip-icon-notifications-active',
2213
+ selector: 'swirl-icon-more-horizontal',
2214
2214
  changeDetection: ChangeDetectionStrategy.OnPush,
2215
2215
  template: '<ng-content></ng-content>',
2216
2216
  inputs: ['size']
2217
2217
  })
2218
- export class FlipIconNotificationsActive {
2218
+ export class SwirlIconMoreHorizontal {
2219
2219
  protected el: HTMLElement;
2220
2220
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
2221
2221
  c.detach();
@@ -2224,19 +2224,19 @@ export class FlipIconNotificationsActive {
2224
2224
  }
2225
2225
 
2226
2226
 
2227
- export declare interface FlipIconNotificationsOff extends Components.FlipIconNotificationsOff {}
2227
+ export declare interface SwirlIconMoreVertikal extends Components.SwirlIconMoreVertikal {}
2228
2228
 
2229
2229
  @ProxyCmp({
2230
2230
  defineCustomElementFn: undefined,
2231
2231
  inputs: ['size']
2232
2232
  })
2233
2233
  @Component({
2234
- selector: 'flip-icon-notifications-off',
2234
+ selector: 'swirl-icon-more-vertikal',
2235
2235
  changeDetection: ChangeDetectionStrategy.OnPush,
2236
2236
  template: '<ng-content></ng-content>',
2237
2237
  inputs: ['size']
2238
2238
  })
2239
- export class FlipIconNotificationsOff {
2239
+ export class SwirlIconMoreVertikal {
2240
2240
  protected el: HTMLElement;
2241
2241
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
2242
2242
  c.detach();
@@ -2245,19 +2245,19 @@ export class FlipIconNotificationsOff {
2245
2245
  }
2246
2246
 
2247
2247
 
2248
- export declare interface FlipIconOpenInNew extends Components.FlipIconOpenInNew {}
2248
+ export declare interface SwirlIconNewsFilled extends Components.SwirlIconNewsFilled {}
2249
2249
 
2250
2250
  @ProxyCmp({
2251
2251
  defineCustomElementFn: undefined,
2252
2252
  inputs: ['size']
2253
2253
  })
2254
2254
  @Component({
2255
- selector: 'flip-icon-open-in-new',
2255
+ selector: 'swirl-icon-news-filled',
2256
2256
  changeDetection: ChangeDetectionStrategy.OnPush,
2257
2257
  template: '<ng-content></ng-content>',
2258
2258
  inputs: ['size']
2259
2259
  })
2260
- export class FlipIconOpenInNew {
2260
+ export class SwirlIconNewsFilled {
2261
2261
  protected el: HTMLElement;
2262
2262
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
2263
2263
  c.detach();
@@ -2266,19 +2266,19 @@ export class FlipIconOpenInNew {
2266
2266
  }
2267
2267
 
2268
2268
 
2269
- export declare interface FlipIconPeopleAlt extends Components.FlipIconPeopleAlt {}
2269
+ export declare interface SwirlIconNewsOutlined extends Components.SwirlIconNewsOutlined {}
2270
2270
 
2271
2271
  @ProxyCmp({
2272
2272
  defineCustomElementFn: undefined,
2273
2273
  inputs: ['size']
2274
2274
  })
2275
2275
  @Component({
2276
- selector: 'flip-icon-people-alt',
2276
+ selector: 'swirl-icon-news-outlined',
2277
2277
  changeDetection: ChangeDetectionStrategy.OnPush,
2278
2278
  template: '<ng-content></ng-content>',
2279
2279
  inputs: ['size']
2280
2280
  })
2281
- export class FlipIconPeopleAlt {
2281
+ export class SwirlIconNewsOutlined {
2282
2282
  protected el: HTMLElement;
2283
2283
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
2284
2284
  c.detach();
@@ -2287,19 +2287,19 @@ export class FlipIconPeopleAlt {
2287
2287
  }
2288
2288
 
2289
2289
 
2290
- export declare interface FlipIconPerson extends Components.FlipIconPerson {}
2290
+ export declare interface SwirlIconNotifications extends Components.SwirlIconNotifications {}
2291
2291
 
2292
2292
  @ProxyCmp({
2293
2293
  defineCustomElementFn: undefined,
2294
2294
  inputs: ['size']
2295
2295
  })
2296
2296
  @Component({
2297
- selector: 'flip-icon-person',
2297
+ selector: 'swirl-icon-notifications',
2298
2298
  changeDetection: ChangeDetectionStrategy.OnPush,
2299
2299
  template: '<ng-content></ng-content>',
2300
2300
  inputs: ['size']
2301
2301
  })
2302
- export class FlipIconPerson {
2302
+ export class SwirlIconNotifications {
2303
2303
  protected el: HTMLElement;
2304
2304
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
2305
2305
  c.detach();
@@ -2308,19 +2308,19 @@ export class FlipIconPerson {
2308
2308
  }
2309
2309
 
2310
2310
 
2311
- export declare interface FlipIconPersonOff extends Components.FlipIconPersonOff {}
2311
+ export declare interface SwirlIconNotificationsActive extends Components.SwirlIconNotificationsActive {}
2312
2312
 
2313
2313
  @ProxyCmp({
2314
2314
  defineCustomElementFn: undefined,
2315
2315
  inputs: ['size']
2316
2316
  })
2317
2317
  @Component({
2318
- selector: 'flip-icon-person-off',
2318
+ selector: 'swirl-icon-notifications-active',
2319
2319
  changeDetection: ChangeDetectionStrategy.OnPush,
2320
2320
  template: '<ng-content></ng-content>',
2321
2321
  inputs: ['size']
2322
2322
  })
2323
- export class FlipIconPersonOff {
2323
+ export class SwirlIconNotificationsActive {
2324
2324
  protected el: HTMLElement;
2325
2325
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
2326
2326
  c.detach();
@@ -2329,19 +2329,19 @@ export class FlipIconPersonOff {
2329
2329
  }
2330
2330
 
2331
2331
 
2332
- export declare interface FlipIconPhone extends Components.FlipIconPhone {}
2332
+ export declare interface SwirlIconNotificationsOff extends Components.SwirlIconNotificationsOff {}
2333
2333
 
2334
2334
  @ProxyCmp({
2335
2335
  defineCustomElementFn: undefined,
2336
2336
  inputs: ['size']
2337
2337
  })
2338
2338
  @Component({
2339
- selector: 'flip-icon-phone',
2339
+ selector: 'swirl-icon-notifications-off',
2340
2340
  changeDetection: ChangeDetectionStrategy.OnPush,
2341
2341
  template: '<ng-content></ng-content>',
2342
2342
  inputs: ['size']
2343
2343
  })
2344
- export class FlipIconPhone {
2344
+ export class SwirlIconNotificationsOff {
2345
2345
  protected el: HTMLElement;
2346
2346
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
2347
2347
  c.detach();
@@ -2350,19 +2350,19 @@ export class FlipIconPhone {
2350
2350
  }
2351
2351
 
2352
2352
 
2353
- export declare interface FlipIconPoll extends Components.FlipIconPoll {}
2353
+ export declare interface SwirlIconOpenInNew extends Components.SwirlIconOpenInNew {}
2354
2354
 
2355
2355
  @ProxyCmp({
2356
2356
  defineCustomElementFn: undefined,
2357
2357
  inputs: ['size']
2358
2358
  })
2359
2359
  @Component({
2360
- selector: 'flip-icon-poll',
2360
+ selector: 'swirl-icon-open-in-new',
2361
2361
  changeDetection: ChangeDetectionStrategy.OnPush,
2362
2362
  template: '<ng-content></ng-content>',
2363
2363
  inputs: ['size']
2364
2364
  })
2365
- export class FlipIconPoll {
2365
+ export class SwirlIconOpenInNew {
2366
2366
  protected el: HTMLElement;
2367
2367
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
2368
2368
  c.detach();
@@ -2371,19 +2371,19 @@ export class FlipIconPoll {
2371
2371
  }
2372
2372
 
2373
2373
 
2374
- export declare interface FlipIconPrint extends Components.FlipIconPrint {}
2374
+ export declare interface SwirlIconPeopleAlt extends Components.SwirlIconPeopleAlt {}
2375
2375
 
2376
2376
  @ProxyCmp({
2377
2377
  defineCustomElementFn: undefined,
2378
2378
  inputs: ['size']
2379
2379
  })
2380
2380
  @Component({
2381
- selector: 'flip-icon-print',
2381
+ selector: 'swirl-icon-people-alt',
2382
2382
  changeDetection: ChangeDetectionStrategy.OnPush,
2383
2383
  template: '<ng-content></ng-content>',
2384
2384
  inputs: ['size']
2385
2385
  })
2386
- export class FlipIconPrint {
2386
+ export class SwirlIconPeopleAlt {
2387
2387
  protected el: HTMLElement;
2388
2388
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
2389
2389
  c.detach();
@@ -2392,19 +2392,19 @@ export class FlipIconPrint {
2392
2392
  }
2393
2393
 
2394
2394
 
2395
- export declare interface FlipIconRecieved extends Components.FlipIconRecieved {}
2395
+ export declare interface SwirlIconPerson extends Components.SwirlIconPerson {}
2396
2396
 
2397
2397
  @ProxyCmp({
2398
2398
  defineCustomElementFn: undefined,
2399
2399
  inputs: ['size']
2400
2400
  })
2401
2401
  @Component({
2402
- selector: 'flip-icon-recieved',
2402
+ selector: 'swirl-icon-person',
2403
2403
  changeDetection: ChangeDetectionStrategy.OnPush,
2404
2404
  template: '<ng-content></ng-content>',
2405
2405
  inputs: ['size']
2406
2406
  })
2407
- export class FlipIconRecieved {
2407
+ export class SwirlIconPerson {
2408
2408
  protected el: HTMLElement;
2409
2409
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
2410
2410
  c.detach();
@@ -2413,19 +2413,19 @@ export class FlipIconRecieved {
2413
2413
  }
2414
2414
 
2415
2415
 
2416
- export declare interface FlipIconRemove extends Components.FlipIconRemove {}
2416
+ export declare interface SwirlIconPersonOff extends Components.SwirlIconPersonOff {}
2417
2417
 
2418
2418
  @ProxyCmp({
2419
2419
  defineCustomElementFn: undefined,
2420
2420
  inputs: ['size']
2421
2421
  })
2422
2422
  @Component({
2423
- selector: 'flip-icon-remove',
2423
+ selector: 'swirl-icon-person-off',
2424
2424
  changeDetection: ChangeDetectionStrategy.OnPush,
2425
2425
  template: '<ng-content></ng-content>',
2426
2426
  inputs: ['size']
2427
2427
  })
2428
- export class FlipIconRemove {
2428
+ export class SwirlIconPersonOff {
2429
2429
  protected el: HTMLElement;
2430
2430
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
2431
2431
  c.detach();
@@ -2434,19 +2434,19 @@ export class FlipIconRemove {
2434
2434
  }
2435
2435
 
2436
2436
 
2437
- export declare interface FlipIconSearch extends Components.FlipIconSearch {}
2437
+ export declare interface SwirlIconPhone extends Components.SwirlIconPhone {}
2438
2438
 
2439
2439
  @ProxyCmp({
2440
2440
  defineCustomElementFn: undefined,
2441
2441
  inputs: ['size']
2442
2442
  })
2443
2443
  @Component({
2444
- selector: 'flip-icon-search',
2444
+ selector: 'swirl-icon-phone',
2445
2445
  changeDetection: ChangeDetectionStrategy.OnPush,
2446
2446
  template: '<ng-content></ng-content>',
2447
2447
  inputs: ['size']
2448
2448
  })
2449
- export class FlipIconSearch {
2449
+ export class SwirlIconPhone {
2450
2450
  protected el: HTMLElement;
2451
2451
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
2452
2452
  c.detach();
@@ -2455,19 +2455,19 @@ export class FlipIconSearch {
2455
2455
  }
2456
2456
 
2457
2457
 
2458
- export declare interface FlipIconSearchStrong extends Components.FlipIconSearchStrong {}
2458
+ export declare interface SwirlIconPoll extends Components.SwirlIconPoll {}
2459
2459
 
2460
2460
  @ProxyCmp({
2461
2461
  defineCustomElementFn: undefined,
2462
2462
  inputs: ['size']
2463
2463
  })
2464
2464
  @Component({
2465
- selector: 'flip-icon-search-strong',
2465
+ selector: 'swirl-icon-poll',
2466
2466
  changeDetection: ChangeDetectionStrategy.OnPush,
2467
2467
  template: '<ng-content></ng-content>',
2468
2468
  inputs: ['size']
2469
2469
  })
2470
- export class FlipIconSearchStrong {
2470
+ export class SwirlIconPoll {
2471
2471
  protected el: HTMLElement;
2472
2472
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
2473
2473
  c.detach();
@@ -2476,19 +2476,19 @@ export class FlipIconSearchStrong {
2476
2476
  }
2477
2477
 
2478
2478
 
2479
- export declare interface FlipIconSend extends Components.FlipIconSend {}
2479
+ export declare interface SwirlIconPrint extends Components.SwirlIconPrint {}
2480
2480
 
2481
2481
  @ProxyCmp({
2482
2482
  defineCustomElementFn: undefined,
2483
2483
  inputs: ['size']
2484
2484
  })
2485
2485
  @Component({
2486
- selector: 'flip-icon-send',
2486
+ selector: 'swirl-icon-print',
2487
2487
  changeDetection: ChangeDetectionStrategy.OnPush,
2488
2488
  template: '<ng-content></ng-content>',
2489
2489
  inputs: ['size']
2490
2490
  })
2491
- export class FlipIconSend {
2491
+ export class SwirlIconPrint {
2492
2492
  protected el: HTMLElement;
2493
2493
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
2494
2494
  c.detach();
@@ -2497,19 +2497,19 @@ export class FlipIconSend {
2497
2497
  }
2498
2498
 
2499
2499
 
2500
- export declare interface FlipIconSettings extends Components.FlipIconSettings {}
2500
+ export declare interface SwirlIconRecieved extends Components.SwirlIconRecieved {}
2501
2501
 
2502
2502
  @ProxyCmp({
2503
2503
  defineCustomElementFn: undefined,
2504
2504
  inputs: ['size']
2505
2505
  })
2506
2506
  @Component({
2507
- selector: 'flip-icon-settings',
2507
+ selector: 'swirl-icon-recieved',
2508
2508
  changeDetection: ChangeDetectionStrategy.OnPush,
2509
2509
  template: '<ng-content></ng-content>',
2510
2510
  inputs: ['size']
2511
2511
  })
2512
- export class FlipIconSettings {
2512
+ export class SwirlIconRecieved {
2513
2513
  protected el: HTMLElement;
2514
2514
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
2515
2515
  c.detach();
@@ -2518,19 +2518,19 @@ export class FlipIconSettings {
2518
2518
  }
2519
2519
 
2520
2520
 
2521
- export declare interface FlipIconTasksFilled extends Components.FlipIconTasksFilled {}
2521
+ export declare interface SwirlIconRemove extends Components.SwirlIconRemove {}
2522
2522
 
2523
2523
  @ProxyCmp({
2524
2524
  defineCustomElementFn: undefined,
2525
2525
  inputs: ['size']
2526
2526
  })
2527
2527
  @Component({
2528
- selector: 'flip-icon-tasks-filled',
2528
+ selector: 'swirl-icon-remove',
2529
2529
  changeDetection: ChangeDetectionStrategy.OnPush,
2530
2530
  template: '<ng-content></ng-content>',
2531
2531
  inputs: ['size']
2532
2532
  })
2533
- export class FlipIconTasksFilled {
2533
+ export class SwirlIconRemove {
2534
2534
  protected el: HTMLElement;
2535
2535
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
2536
2536
  c.detach();
@@ -2539,19 +2539,19 @@ export class FlipIconTasksFilled {
2539
2539
  }
2540
2540
 
2541
2541
 
2542
- export declare interface FlipIconTasksOutlined extends Components.FlipIconTasksOutlined {}
2542
+ export declare interface SwirlIconSearch extends Components.SwirlIconSearch {}
2543
2543
 
2544
2544
  @ProxyCmp({
2545
2545
  defineCustomElementFn: undefined,
2546
2546
  inputs: ['size']
2547
2547
  })
2548
2548
  @Component({
2549
- selector: 'flip-icon-tasks-outlined',
2549
+ selector: 'swirl-icon-search',
2550
2550
  changeDetection: ChangeDetectionStrategy.OnPush,
2551
2551
  template: '<ng-content></ng-content>',
2552
2552
  inputs: ['size']
2553
2553
  })
2554
- export class FlipIconTasksOutlined {
2554
+ export class SwirlIconSearch {
2555
2555
  protected el: HTMLElement;
2556
2556
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
2557
2557
  c.detach();
@@ -2560,19 +2560,19 @@ export class FlipIconTasksOutlined {
2560
2560
  }
2561
2561
 
2562
2562
 
2563
- export declare interface FlipIconTimeFilled extends Components.FlipIconTimeFilled {}
2563
+ export declare interface SwirlIconSearchStrong extends Components.SwirlIconSearchStrong {}
2564
2564
 
2565
2565
  @ProxyCmp({
2566
2566
  defineCustomElementFn: undefined,
2567
2567
  inputs: ['size']
2568
2568
  })
2569
2569
  @Component({
2570
- selector: 'flip-icon-time-filled',
2570
+ selector: 'swirl-icon-search-strong',
2571
2571
  changeDetection: ChangeDetectionStrategy.OnPush,
2572
2572
  template: '<ng-content></ng-content>',
2573
2573
  inputs: ['size']
2574
2574
  })
2575
- export class FlipIconTimeFilled {
2575
+ export class SwirlIconSearchStrong {
2576
2576
  protected el: HTMLElement;
2577
2577
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
2578
2578
  c.detach();
@@ -2581,19 +2581,19 @@ export class FlipIconTimeFilled {
2581
2581
  }
2582
2582
 
2583
2583
 
2584
- export declare interface FlipIconTimeOutlined extends Components.FlipIconTimeOutlined {}
2584
+ export declare interface SwirlIconSend extends Components.SwirlIconSend {}
2585
2585
 
2586
2586
  @ProxyCmp({
2587
2587
  defineCustomElementFn: undefined,
2588
2588
  inputs: ['size']
2589
2589
  })
2590
2590
  @Component({
2591
- selector: 'flip-icon-time-outlined',
2591
+ selector: 'swirl-icon-send',
2592
2592
  changeDetection: ChangeDetectionStrategy.OnPush,
2593
2593
  template: '<ng-content></ng-content>',
2594
2594
  inputs: ['size']
2595
2595
  })
2596
- export class FlipIconTimeOutlined {
2596
+ export class SwirlIconSend {
2597
2597
  protected el: HTMLElement;
2598
2598
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
2599
2599
  c.detach();
@@ -2602,19 +2602,19 @@ export class FlipIconTimeOutlined {
2602
2602
  }
2603
2603
 
2604
2604
 
2605
- export declare interface FlipIconToday extends Components.FlipIconToday {}
2605
+ export declare interface SwirlIconSettings extends Components.SwirlIconSettings {}
2606
2606
 
2607
2607
  @ProxyCmp({
2608
2608
  defineCustomElementFn: undefined,
2609
2609
  inputs: ['size']
2610
2610
  })
2611
2611
  @Component({
2612
- selector: 'flip-icon-today',
2612
+ selector: 'swirl-icon-settings',
2613
2613
  changeDetection: ChangeDetectionStrategy.OnPush,
2614
2614
  template: '<ng-content></ng-content>',
2615
2615
  inputs: ['size']
2616
2616
  })
2617
- export class FlipIconToday {
2617
+ export class SwirlIconSettings {
2618
2618
  protected el: HTMLElement;
2619
2619
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
2620
2620
  c.detach();
@@ -2623,19 +2623,19 @@ export class FlipIconToday {
2623
2623
  }
2624
2624
 
2625
2625
 
2626
- export declare interface FlipIconUserAssign extends Components.FlipIconUserAssign {}
2626
+ export declare interface SwirlIconSync extends Components.SwirlIconSync {}
2627
2627
 
2628
2628
  @ProxyCmp({
2629
2629
  defineCustomElementFn: undefined,
2630
2630
  inputs: ['size']
2631
2631
  })
2632
2632
  @Component({
2633
- selector: 'flip-icon-user-assign',
2633
+ selector: 'swirl-icon-sync',
2634
2634
  changeDetection: ChangeDetectionStrategy.OnPush,
2635
2635
  template: '<ng-content></ng-content>',
2636
2636
  inputs: ['size']
2637
2637
  })
2638
- export class FlipIconUserAssign {
2638
+ export class SwirlIconSync {
2639
2639
  protected el: HTMLElement;
2640
2640
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
2641
2641
  c.detach();
@@ -2644,19 +2644,19 @@ export class FlipIconUserAssign {
2644
2644
  }
2645
2645
 
2646
2646
 
2647
- export declare interface FlipIconVideoCamera extends Components.FlipIconVideoCamera {}
2647
+ export declare interface SwirlIconTasksFilled extends Components.SwirlIconTasksFilled {}
2648
2648
 
2649
2649
  @ProxyCmp({
2650
2650
  defineCustomElementFn: undefined,
2651
2651
  inputs: ['size']
2652
2652
  })
2653
2653
  @Component({
2654
- selector: 'flip-icon-video-camera',
2654
+ selector: 'swirl-icon-tasks-filled',
2655
2655
  changeDetection: ChangeDetectionStrategy.OnPush,
2656
2656
  template: '<ng-content></ng-content>',
2657
2657
  inputs: ['size']
2658
2658
  })
2659
- export class FlipIconVideoCamera {
2659
+ export class SwirlIconTasksFilled {
2660
2660
  protected el: HTMLElement;
2661
2661
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
2662
2662
  c.detach();
@@ -2665,19 +2665,19 @@ export class FlipIconVideoCamera {
2665
2665
  }
2666
2666
 
2667
2667
 
2668
- export declare interface FlipIconVisibility extends Components.FlipIconVisibility {}
2668
+ export declare interface SwirlIconTasksOutlined extends Components.SwirlIconTasksOutlined {}
2669
2669
 
2670
2670
  @ProxyCmp({
2671
2671
  defineCustomElementFn: undefined,
2672
2672
  inputs: ['size']
2673
2673
  })
2674
2674
  @Component({
2675
- selector: 'flip-icon-visibility',
2675
+ selector: 'swirl-icon-tasks-outlined',
2676
2676
  changeDetection: ChangeDetectionStrategy.OnPush,
2677
2677
  template: '<ng-content></ng-content>',
2678
2678
  inputs: ['size']
2679
2679
  })
2680
- export class FlipIconVisibility {
2680
+ export class SwirlIconTasksOutlined {
2681
2681
  protected el: HTMLElement;
2682
2682
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
2683
2683
  c.detach();
@@ -2686,19 +2686,19 @@ export class FlipIconVisibility {
2686
2686
  }
2687
2687
 
2688
2688
 
2689
- export declare interface FlipIconVisibilityOff extends Components.FlipIconVisibilityOff {}
2689
+ export declare interface SwirlIconTimeFilled extends Components.SwirlIconTimeFilled {}
2690
2690
 
2691
2691
  @ProxyCmp({
2692
2692
  defineCustomElementFn: undefined,
2693
2693
  inputs: ['size']
2694
2694
  })
2695
2695
  @Component({
2696
- selector: 'flip-icon-visibility-off',
2696
+ selector: 'swirl-icon-time-filled',
2697
2697
  changeDetection: ChangeDetectionStrategy.OnPush,
2698
2698
  template: '<ng-content></ng-content>',
2699
2699
  inputs: ['size']
2700
2700
  })
2701
- export class FlipIconVisibilityOff {
2701
+ export class SwirlIconTimeFilled {
2702
2702
  protected el: HTMLElement;
2703
2703
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
2704
2704
  c.detach();
@@ -2707,19 +2707,19 @@ export class FlipIconVisibilityOff {
2707
2707
  }
2708
2708
 
2709
2709
 
2710
- export declare interface FlipIconWarning extends Components.FlipIconWarning {}
2710
+ export declare interface SwirlIconTimeOutlined extends Components.SwirlIconTimeOutlined {}
2711
2711
 
2712
2712
  @ProxyCmp({
2713
2713
  defineCustomElementFn: undefined,
2714
2714
  inputs: ['size']
2715
2715
  })
2716
2716
  @Component({
2717
- selector: 'flip-icon-warning',
2717
+ selector: 'swirl-icon-time-outlined',
2718
2718
  changeDetection: ChangeDetectionStrategy.OnPush,
2719
2719
  template: '<ng-content></ng-content>',
2720
2720
  inputs: ['size']
2721
2721
  })
2722
- export class FlipIconWarning {
2722
+ export class SwirlIconTimeOutlined {
2723
2723
  protected el: HTMLElement;
2724
2724
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
2725
2725
  c.detach();
@@ -2728,19 +2728,145 @@ export class FlipIconWarning {
2728
2728
  }
2729
2729
 
2730
2730
 
2731
- export declare interface FlipInlineError extends Components.FlipInlineError {}
2731
+ export declare interface SwirlIconToday extends Components.SwirlIconToday {}
2732
+
2733
+ @ProxyCmp({
2734
+ defineCustomElementFn: undefined,
2735
+ inputs: ['size']
2736
+ })
2737
+ @Component({
2738
+ selector: 'swirl-icon-today',
2739
+ changeDetection: ChangeDetectionStrategy.OnPush,
2740
+ template: '<ng-content></ng-content>',
2741
+ inputs: ['size']
2742
+ })
2743
+ export class SwirlIconToday {
2744
+ protected el: HTMLElement;
2745
+ constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
2746
+ c.detach();
2747
+ this.el = r.nativeElement;
2748
+ }
2749
+ }
2750
+
2751
+
2752
+ export declare interface SwirlIconUserAssign extends Components.SwirlIconUserAssign {}
2753
+
2754
+ @ProxyCmp({
2755
+ defineCustomElementFn: undefined,
2756
+ inputs: ['size']
2757
+ })
2758
+ @Component({
2759
+ selector: 'swirl-icon-user-assign',
2760
+ changeDetection: ChangeDetectionStrategy.OnPush,
2761
+ template: '<ng-content></ng-content>',
2762
+ inputs: ['size']
2763
+ })
2764
+ export class SwirlIconUserAssign {
2765
+ protected el: HTMLElement;
2766
+ constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
2767
+ c.detach();
2768
+ this.el = r.nativeElement;
2769
+ }
2770
+ }
2771
+
2772
+
2773
+ export declare interface SwirlIconVideoCamera extends Components.SwirlIconVideoCamera {}
2774
+
2775
+ @ProxyCmp({
2776
+ defineCustomElementFn: undefined,
2777
+ inputs: ['size']
2778
+ })
2779
+ @Component({
2780
+ selector: 'swirl-icon-video-camera',
2781
+ changeDetection: ChangeDetectionStrategy.OnPush,
2782
+ template: '<ng-content></ng-content>',
2783
+ inputs: ['size']
2784
+ })
2785
+ export class SwirlIconVideoCamera {
2786
+ protected el: HTMLElement;
2787
+ constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
2788
+ c.detach();
2789
+ this.el = r.nativeElement;
2790
+ }
2791
+ }
2792
+
2793
+
2794
+ export declare interface SwirlIconVisibility extends Components.SwirlIconVisibility {}
2795
+
2796
+ @ProxyCmp({
2797
+ defineCustomElementFn: undefined,
2798
+ inputs: ['size']
2799
+ })
2800
+ @Component({
2801
+ selector: 'swirl-icon-visibility',
2802
+ changeDetection: ChangeDetectionStrategy.OnPush,
2803
+ template: '<ng-content></ng-content>',
2804
+ inputs: ['size']
2805
+ })
2806
+ export class SwirlIconVisibility {
2807
+ protected el: HTMLElement;
2808
+ constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
2809
+ c.detach();
2810
+ this.el = r.nativeElement;
2811
+ }
2812
+ }
2813
+
2814
+
2815
+ export declare interface SwirlIconVisibilityOff extends Components.SwirlIconVisibilityOff {}
2816
+
2817
+ @ProxyCmp({
2818
+ defineCustomElementFn: undefined,
2819
+ inputs: ['size']
2820
+ })
2821
+ @Component({
2822
+ selector: 'swirl-icon-visibility-off',
2823
+ changeDetection: ChangeDetectionStrategy.OnPush,
2824
+ template: '<ng-content></ng-content>',
2825
+ inputs: ['size']
2826
+ })
2827
+ export class SwirlIconVisibilityOff {
2828
+ protected el: HTMLElement;
2829
+ constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
2830
+ c.detach();
2831
+ this.el = r.nativeElement;
2832
+ }
2833
+ }
2834
+
2835
+
2836
+ export declare interface SwirlIconWarning extends Components.SwirlIconWarning {}
2837
+
2838
+ @ProxyCmp({
2839
+ defineCustomElementFn: undefined,
2840
+ inputs: ['size']
2841
+ })
2842
+ @Component({
2843
+ selector: 'swirl-icon-warning',
2844
+ changeDetection: ChangeDetectionStrategy.OnPush,
2845
+ template: '<ng-content></ng-content>',
2846
+ inputs: ['size']
2847
+ })
2848
+ export class SwirlIconWarning {
2849
+ protected el: HTMLElement;
2850
+ constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
2851
+ c.detach();
2852
+ this.el = r.nativeElement;
2853
+ }
2854
+ }
2855
+
2856
+
2857
+ export declare interface SwirlInlineError extends Components.SwirlInlineError {}
2732
2858
 
2733
2859
  @ProxyCmp({
2734
2860
  defineCustomElementFn: undefined,
2735
2861
  inputs: ['message', 'size']
2736
2862
  })
2737
2863
  @Component({
2738
- selector: 'flip-inline-error',
2864
+ selector: 'swirl-inline-error',
2739
2865
  changeDetection: ChangeDetectionStrategy.OnPush,
2740
2866
  template: '<ng-content></ng-content>',
2741
2867
  inputs: ['message', 'size']
2742
2868
  })
2743
- export class FlipInlineError {
2869
+ export class SwirlInlineError {
2744
2870
  protected el: HTMLElement;
2745
2871
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
2746
2872
  c.detach();
@@ -2749,7 +2875,7 @@ export class FlipInlineError {
2749
2875
  }
2750
2876
 
2751
2877
 
2752
- export declare interface FlipLightbox extends Components.FlipLightbox {}
2878
+ export declare interface SwirlLightbox extends Components.SwirlLightbox {}
2753
2879
 
2754
2880
  @ProxyCmp({
2755
2881
  defineCustomElementFn: undefined,
@@ -2757,12 +2883,12 @@ export declare interface FlipLightbox extends Components.FlipLightbox {}
2757
2883
  methods: ['open', 'close', 'activateSlide']
2758
2884
  })
2759
2885
  @Component({
2760
- selector: 'flip-lightbox',
2886
+ selector: 'swirl-lightbox',
2761
2887
  changeDetection: ChangeDetectionStrategy.OnPush,
2762
2888
  template: '<ng-content></ng-content>',
2763
2889
  inputs: ['closeButtonLabel', 'downloadButtonLabel', 'label', 'nextSlideButtonLabel', 'previousSlideButtonLabel']
2764
2890
  })
2765
- export class FlipLightbox {
2891
+ export class SwirlLightbox {
2766
2892
  protected el: HTMLElement;
2767
2893
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
2768
2894
  c.detach();
@@ -2771,19 +2897,19 @@ export class FlipLightbox {
2771
2897
  }
2772
2898
 
2773
2899
 
2774
- export declare interface FlipLink extends Components.FlipLink {}
2900
+ export declare interface SwirlLink extends Components.SwirlLink {}
2775
2901
 
2776
2902
  @ProxyCmp({
2777
2903
  defineCustomElementFn: undefined,
2778
2904
  inputs: ['href', 'label', 'target']
2779
2905
  })
2780
2906
  @Component({
2781
- selector: 'flip-link',
2907
+ selector: 'swirl-link',
2782
2908
  changeDetection: ChangeDetectionStrategy.OnPush,
2783
2909
  template: '<ng-content></ng-content>',
2784
2910
  inputs: ['href', 'label', 'target']
2785
2911
  })
2786
- export class FlipLink {
2912
+ export class SwirlLink {
2787
2913
  protected el: HTMLElement;
2788
2914
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
2789
2915
  c.detach();
@@ -2792,17 +2918,17 @@ export class FlipLink {
2792
2918
  }
2793
2919
 
2794
2920
 
2795
- export declare interface FlipList extends Components.FlipList {}
2921
+ export declare interface SwirlList extends Components.SwirlList {}
2796
2922
 
2797
2923
  @ProxyCmp({
2798
2924
  defineCustomElementFn: undefined
2799
2925
  })
2800
2926
  @Component({
2801
- selector: 'flip-list',
2927
+ selector: 'swirl-list',
2802
2928
  changeDetection: ChangeDetectionStrategy.OnPush,
2803
2929
  template: '<ng-content></ng-content>'
2804
2930
  })
2805
- export class FlipList {
2931
+ export class SwirlList {
2806
2932
  protected el: HTMLElement;
2807
2933
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
2808
2934
  c.detach();
@@ -2811,7 +2937,7 @@ export class FlipList {
2811
2937
  }
2812
2938
 
2813
2939
 
2814
- export declare interface FlipModal extends Components.FlipModal {
2940
+ export declare interface SwirlModal extends Components.SwirlModal {
2815
2941
  /**
2816
2942
  *
2817
2943
  */
@@ -2837,12 +2963,12 @@ export declare interface FlipModal extends Components.FlipModal {
2837
2963
  methods: ['open', 'close']
2838
2964
  })
2839
2965
  @Component({
2840
- selector: 'flip-modal',
2966
+ selector: 'swirl-modal',
2841
2967
  changeDetection: ChangeDetectionStrategy.OnPush,
2842
2968
  template: '<ng-content></ng-content>',
2843
2969
  inputs: ['closeButtonLabel', 'label', 'primaryActionLabel', 'secondaryActionLabel']
2844
2970
  })
2845
- export class FlipModal {
2971
+ export class SwirlModal {
2846
2972
  protected el: HTMLElement;
2847
2973
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
2848
2974
  c.detach();
@@ -2852,7 +2978,11 @@ export class FlipModal {
2852
2978
  }
2853
2979
 
2854
2980
 
2855
- export declare interface FlipOptionList extends Components.FlipOptionList {
2981
+ export declare interface SwirlOptionList extends Components.SwirlOptionList {
2982
+ /**
2983
+ *
2984
+ */
2985
+ itemDrop: EventEmitter<CustomEvent<{ oldIndex: number; newIndex: number }>>;
2856
2986
  /**
2857
2987
  *
2858
2988
  */
@@ -2862,58 +2992,65 @@ export declare interface FlipOptionList extends Components.FlipOptionList {
2862
2992
 
2863
2993
  @ProxyCmp({
2864
2994
  defineCustomElementFn: undefined,
2865
- inputs: ['disabled', 'label', 'multiSelect', 'optionListId', 'value']
2995
+ inputs: ['allowDrag', 'assistiveTextItemGrabbed', 'assistiveTextItemMoved', 'assistiveTextItemMoving', 'disabled', 'label', 'multiSelect', 'optionListId', 'value']
2866
2996
  })
2867
2997
  @Component({
2868
- selector: 'flip-option-list',
2998
+ selector: 'swirl-option-list',
2869
2999
  changeDetection: ChangeDetectionStrategy.OnPush,
2870
3000
  template: '<ng-content></ng-content>',
2871
- inputs: ['disabled', 'label', 'multiSelect', 'optionListId', 'value']
3001
+ inputs: ['allowDrag', 'assistiveTextItemGrabbed', 'assistiveTextItemMoved', 'assistiveTextItemMoving', 'disabled', 'label', 'multiSelect', 'optionListId', 'value']
2872
3002
  })
2873
- export class FlipOptionList {
3003
+ export class SwirlOptionList {
2874
3004
  protected el: HTMLElement;
2875
3005
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
2876
3006
  c.detach();
2877
3007
  this.el = r.nativeElement;
2878
- proxyOutputs(this, this.el, ['valueChange']);
3008
+ proxyOutputs(this, this.el, ['itemDrop', 'valueChange']);
2879
3009
  }
2880
3010
  }
2881
3011
 
2882
3012
 
2883
- export declare interface FlipOptionListItem extends Components.FlipOptionListItem {}
3013
+ export declare interface SwirlOptionListItem extends Components.SwirlOptionListItem {
3014
+ /**
3015
+ *
3016
+ */
3017
+ toggleDrag: EventEmitter<CustomEvent<HTMLSwirlOptionListItemElement>>;
3018
+
3019
+ }
2884
3020
 
2885
3021
  @ProxyCmp({
2886
3022
  defineCustomElementFn: undefined,
2887
- inputs: ['context', 'disabled', 'icon', 'label', 'selected', 'value']
3023
+ inputs: ['allowDrag', 'context', 'disabled', 'dragHandleDescription', 'dragHandleLabel', 'dragging', 'icon', 'label', 'selected', 'value']
2888
3024
  })
2889
3025
  @Component({
2890
- selector: 'flip-option-list-item',
3026
+ selector: 'swirl-option-list-item',
2891
3027
  changeDetection: ChangeDetectionStrategy.OnPush,
2892
3028
  template: '<ng-content></ng-content>',
2893
- inputs: ['context', 'disabled', 'icon', 'label', 'selected', 'value']
3029
+ inputs: ['allowDrag', 'context', 'disabled', 'dragHandleDescription', 'dragHandleLabel', 'dragging', 'icon', 'label', 'selected', 'value']
2894
3030
  })
2895
- export class FlipOptionListItem {
3031
+ export class SwirlOptionListItem {
2896
3032
  protected el: HTMLElement;
2897
3033
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
2898
3034
  c.detach();
2899
3035
  this.el = r.nativeElement;
3036
+ proxyOutputs(this, this.el, ['toggleDrag']);
2900
3037
  }
2901
3038
  }
2902
3039
 
2903
3040
 
2904
- export declare interface FlipOptionListSection extends Components.FlipOptionListSection {}
3041
+ export declare interface SwirlOptionListSection extends Components.SwirlOptionListSection {}
2905
3042
 
2906
3043
  @ProxyCmp({
2907
3044
  defineCustomElementFn: undefined,
2908
3045
  inputs: ['label']
2909
3046
  })
2910
3047
  @Component({
2911
- selector: 'flip-option-list-section',
3048
+ selector: 'swirl-option-list-section',
2912
3049
  changeDetection: ChangeDetectionStrategy.OnPush,
2913
3050
  template: '<ng-content></ng-content>',
2914
3051
  inputs: ['label']
2915
3052
  })
2916
- export class FlipOptionListSection {
3053
+ export class SwirlOptionListSection {
2917
3054
  protected el: HTMLElement;
2918
3055
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
2919
3056
  c.detach();
@@ -2922,7 +3059,7 @@ export class FlipOptionListSection {
2922
3059
  }
2923
3060
 
2924
3061
 
2925
- export declare interface FlipPagination extends Components.FlipPagination {
3062
+ export declare interface SwirlPagination extends Components.SwirlPagination {
2926
3063
  /**
2927
3064
  *
2928
3065
  */
@@ -2935,12 +3072,12 @@ export declare interface FlipPagination extends Components.FlipPagination {
2935
3072
  inputs: ['accessibleNextButtonLabel', 'accessiblePrevButtonLabel', 'label', 'nextButtonLabel', 'page', 'pageLabel', 'pageSelectLabel', 'pages', 'prevButtonLabel', 'variant']
2936
3073
  })
2937
3074
  @Component({
2938
- selector: 'flip-pagination',
3075
+ selector: 'swirl-pagination',
2939
3076
  changeDetection: ChangeDetectionStrategy.OnPush,
2940
3077
  template: '<ng-content></ng-content>',
2941
3078
  inputs: ['accessibleNextButtonLabel', 'accessiblePrevButtonLabel', 'label', 'nextButtonLabel', 'page', 'pageLabel', 'pageSelectLabel', 'pages', 'prevButtonLabel', 'variant']
2942
3079
  })
2943
- export class FlipPagination {
3080
+ export class SwirlPagination {
2944
3081
  protected el: HTMLElement;
2945
3082
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
2946
3083
  c.detach();
@@ -2950,7 +3087,7 @@ export class FlipPagination {
2950
3087
  }
2951
3088
 
2952
3089
 
2953
- export declare interface FlipPdfReader extends Components.FlipPdfReader {}
3090
+ export declare interface SwirlPdfReader extends Components.SwirlPdfReader {}
2954
3091
 
2955
3092
  @ProxyCmp({
2956
3093
  defineCustomElementFn: undefined,
@@ -2958,12 +3095,12 @@ export declare interface FlipPdfReader extends Components.FlipPdfReader {}
2958
3095
  methods: ['open', 'close']
2959
3096
  })
2960
3097
  @Component({
2961
- selector: 'flip-pdf-reader',
3098
+ selector: 'swirl-pdf-reader',
2962
3099
  changeDetection: ChangeDetectionStrategy.OnPush,
2963
3100
  template: '<ng-content></ng-content>',
2964
3101
  inputs: ['autoZoomLabel', 'closeButtonLabel', 'downloadButtonLabel', 'file', 'label', 'printButtonLabel', 'zoomInButtonLabel', 'zoomOutButtonLabel', 'zoomSelectLabel']
2965
3102
  })
2966
- export class FlipPdfReader {
3103
+ export class SwirlPdfReader {
2967
3104
  protected el: HTMLElement;
2968
3105
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
2969
3106
  c.detach();
@@ -2972,7 +3109,7 @@ export class FlipPdfReader {
2972
3109
  }
2973
3110
 
2974
3111
 
2975
- export declare interface FlipPopover extends Components.FlipPopover {
3112
+ export declare interface SwirlPopover extends Components.SwirlPopover {
2976
3113
  /**
2977
3114
  *
2978
3115
  */
@@ -2990,12 +3127,12 @@ export declare interface FlipPopover extends Components.FlipPopover {
2990
3127
  methods: ['close', 'open']
2991
3128
  })
2992
3129
  @Component({
2993
- selector: 'flip-popover',
3130
+ selector: 'swirl-popover',
2994
3131
  changeDetection: ChangeDetectionStrategy.OnPush,
2995
3132
  template: '<ng-content></ng-content>',
2996
3133
  inputs: ['animation', 'enableFlip', 'label', 'offset', 'placement', 'popoverId', 'trigger', 'useContainerWidth']
2997
3134
  })
2998
- export class FlipPopover {
3135
+ export class SwirlPopover {
2999
3136
  protected el: HTMLElement;
3000
3137
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
3001
3138
  c.detach();
@@ -3005,19 +3142,19 @@ export class FlipPopover {
3005
3142
  }
3006
3143
 
3007
3144
 
3008
- export declare interface FlipProgressIndicator extends Components.FlipProgressIndicator {}
3145
+ export declare interface SwirlProgressIndicator extends Components.SwirlProgressIndicator {}
3009
3146
 
3010
3147
  @ProxyCmp({
3011
3148
  defineCustomElementFn: undefined,
3012
3149
  inputs: ['label', 'size', 'value', 'variant']
3013
3150
  })
3014
3151
  @Component({
3015
- selector: 'flip-progress-indicator',
3152
+ selector: 'swirl-progress-indicator',
3016
3153
  changeDetection: ChangeDetectionStrategy.OnPush,
3017
3154
  template: '<ng-content></ng-content>',
3018
3155
  inputs: ['label', 'size', 'value', 'variant']
3019
3156
  })
3020
- export class FlipProgressIndicator {
3157
+ export class SwirlProgressIndicator {
3021
3158
  protected el: HTMLElement;
3022
3159
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
3023
3160
  c.detach();
@@ -3026,7 +3163,7 @@ export class FlipProgressIndicator {
3026
3163
  }
3027
3164
 
3028
3165
 
3029
- export declare interface FlipRadio extends Components.FlipRadio {
3166
+ export declare interface SwirlRadio extends Components.SwirlRadio {
3030
3167
  /**
3031
3168
  *
3032
3169
  */
@@ -3039,12 +3176,12 @@ export declare interface FlipRadio extends Components.FlipRadio {
3039
3176
  inputs: ['checked', 'description', 'disabled', 'inputId', 'inputName', 'invalid', 'label', 'value']
3040
3177
  })
3041
3178
  @Component({
3042
- selector: 'flip-radio',
3179
+ selector: 'swirl-radio',
3043
3180
  changeDetection: ChangeDetectionStrategy.OnPush,
3044
3181
  template: '<ng-content></ng-content>',
3045
3182
  inputs: ['checked', 'description', 'disabled', 'inputId', 'inputName', 'invalid', 'label', 'value']
3046
3183
  })
3047
- export class FlipRadio {
3184
+ export class SwirlRadio {
3048
3185
  protected el: HTMLElement;
3049
3186
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
3050
3187
  c.detach();
@@ -3054,7 +3191,7 @@ export class FlipRadio {
3054
3191
  }
3055
3192
 
3056
3193
 
3057
- export declare interface FlipRadioGroup extends Components.FlipRadioGroup {
3194
+ export declare interface SwirlRadioGroup extends Components.SwirlRadioGroup {
3058
3195
  /**
3059
3196
  *
3060
3197
  */
@@ -3064,15 +3201,15 @@ export declare interface FlipRadioGroup extends Components.FlipRadioGroup {
3064
3201
 
3065
3202
  @ProxyCmp({
3066
3203
  defineCustomElementFn: undefined,
3067
- inputs: ['flipAriaDescribedby', 'value']
3204
+ inputs: ['swirlAriaDescribedby', 'value']
3068
3205
  })
3069
3206
  @Component({
3070
- selector: 'flip-radio-group',
3207
+ selector: 'swirl-radio-group',
3071
3208
  changeDetection: ChangeDetectionStrategy.OnPush,
3072
3209
  template: '<ng-content></ng-content>',
3073
- inputs: ['flipAriaDescribedby', 'value']
3210
+ inputs: ['swirlAriaDescribedby', 'value']
3074
3211
  })
3075
- export class FlipRadioGroup {
3212
+ export class SwirlRadioGroup {
3076
3213
  protected el: HTMLElement;
3077
3214
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
3078
3215
  c.detach();
@@ -3082,19 +3219,19 @@ export class FlipRadioGroup {
3082
3219
  }
3083
3220
 
3084
3221
 
3085
- export declare interface FlipResourceList extends Components.FlipResourceList {}
3222
+ export declare interface SwirlResourceList extends Components.SwirlResourceList {}
3086
3223
 
3087
3224
  @ProxyCmp({
3088
3225
  defineCustomElementFn: undefined,
3089
3226
  inputs: ['label']
3090
3227
  })
3091
3228
  @Component({
3092
- selector: 'flip-resource-list',
3229
+ selector: 'swirl-resource-list',
3093
3230
  changeDetection: ChangeDetectionStrategy.OnPush,
3094
3231
  template: '<ng-content></ng-content>',
3095
3232
  inputs: ['label']
3096
3233
  })
3097
- export class FlipResourceList {
3234
+ export class SwirlResourceList {
3098
3235
  protected el: HTMLElement;
3099
3236
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
3100
3237
  c.detach();
@@ -3103,7 +3240,7 @@ export class FlipResourceList {
3103
3240
  }
3104
3241
 
3105
3242
 
3106
- export declare interface FlipResourceListFileItem extends Components.FlipResourceListFileItem {
3243
+ export declare interface SwirlResourceListFileItem extends Components.SwirlResourceListFileItem {
3107
3244
  /**
3108
3245
  *
3109
3246
  */
@@ -3116,12 +3253,12 @@ export declare interface FlipResourceListFileItem extends Components.FlipResourc
3116
3253
  inputs: ['description', 'errorMessage', 'icon', 'label', 'loading', 'removable', 'removeButtonLabel']
3117
3254
  })
3118
3255
  @Component({
3119
- selector: 'flip-resource-list-file-item',
3256
+ selector: 'swirl-resource-list-file-item',
3120
3257
  changeDetection: ChangeDetectionStrategy.OnPush,
3121
3258
  template: '<ng-content></ng-content>',
3122
3259
  inputs: ['description', 'errorMessage', 'icon', 'label', 'loading', 'removable', 'removeButtonLabel']
3123
3260
  })
3124
- export class FlipResourceListFileItem {
3261
+ export class SwirlResourceListFileItem {
3125
3262
  protected el: HTMLElement;
3126
3263
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
3127
3264
  c.detach();
@@ -3131,7 +3268,7 @@ export class FlipResourceListFileItem {
3131
3268
  }
3132
3269
 
3133
3270
 
3134
- export declare interface FlipResourceListItem extends Components.FlipResourceListItem {
3271
+ export declare interface SwirlResourceListItem extends Components.SwirlResourceListItem {
3135
3272
  /**
3136
3273
  *
3137
3274
  */
@@ -3144,12 +3281,12 @@ export declare interface FlipResourceListItem extends Components.FlipResourceLis
3144
3281
  inputs: ['checked', 'description', 'disabled', 'hideDivider', 'href', 'label', 'media', 'menuTriggerId', 'menuTriggerLabel', 'meta', 'selectable', 'value']
3145
3282
  })
3146
3283
  @Component({
3147
- selector: 'flip-resource-list-item',
3284
+ selector: 'swirl-resource-list-item',
3148
3285
  changeDetection: ChangeDetectionStrategy.OnPush,
3149
3286
  template: '<ng-content></ng-content>',
3150
3287
  inputs: ['checked', 'description', 'disabled', 'hideDivider', 'href', 'label', 'media', 'menuTriggerId', 'menuTriggerLabel', 'meta', 'selectable', 'value']
3151
3288
  })
3152
- export class FlipResourceListItem {
3289
+ export class SwirlResourceListItem {
3153
3290
  protected el: HTMLElement;
3154
3291
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
3155
3292
  c.detach();
@@ -3159,7 +3296,7 @@ export class FlipResourceListItem {
3159
3296
  }
3160
3297
 
3161
3298
 
3162
- export declare interface FlipSearch extends Components.FlipSearch {
3299
+ export declare interface SwirlSearch extends Components.SwirlSearch {
3163
3300
  /**
3164
3301
  *
3165
3302
  */
@@ -3180,12 +3317,12 @@ export declare interface FlipSearch extends Components.FlipSearch {
3180
3317
  inputs: ['autoFocus', 'clearButtonLabel', 'disabled', 'inputId', 'inputName', 'label', 'placeholder', 'value']
3181
3318
  })
3182
3319
  @Component({
3183
- selector: 'flip-search',
3320
+ selector: 'swirl-search',
3184
3321
  changeDetection: ChangeDetectionStrategy.OnPush,
3185
3322
  template: '<ng-content></ng-content>',
3186
3323
  inputs: ['autoFocus', 'clearButtonLabel', 'disabled', 'inputId', 'inputName', 'label', 'placeholder', 'value']
3187
3324
  })
3188
- export class FlipSearch {
3325
+ export class SwirlSearch {
3189
3326
  protected el: HTMLElement;
3190
3327
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
3191
3328
  c.detach();
@@ -3195,7 +3332,7 @@ export class FlipSearch {
3195
3332
  }
3196
3333
 
3197
3334
 
3198
- export declare interface FlipSelect extends Components.FlipSelect {
3335
+ export declare interface SwirlSelect extends Components.SwirlSelect {
3199
3336
  /**
3200
3337
  *
3201
3338
  */
@@ -3205,15 +3342,15 @@ export declare interface FlipSelect extends Components.FlipSelect {
3205
3342
 
3206
3343
  @ProxyCmp({
3207
3344
  defineCustomElementFn: undefined,
3208
- inputs: ['disabled', 'flipAriaDescribedby', 'invalid', 'label', 'multiSelect', 'required', 'value']
3345
+ inputs: ['disabled', 'inline', 'invalid', 'label', 'multiSelect', 'required', 'swirlAriaDescribedby', 'value']
3209
3346
  })
3210
3347
  @Component({
3211
- selector: 'flip-select',
3348
+ selector: 'swirl-select',
3212
3349
  changeDetection: ChangeDetectionStrategy.OnPush,
3213
3350
  template: '<ng-content></ng-content>',
3214
- inputs: ['disabled', 'flipAriaDescribedby', 'invalid', 'label', 'multiSelect', 'required', 'value']
3351
+ inputs: ['disabled', 'inline', 'invalid', 'label', 'multiSelect', 'required', 'swirlAriaDescribedby', 'value']
3215
3352
  })
3216
- export class FlipSelect {
3353
+ export class SwirlSelect {
3217
3354
  protected el: HTMLElement;
3218
3355
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
3219
3356
  c.detach();
@@ -3223,19 +3360,38 @@ export class FlipSelect {
3223
3360
  }
3224
3361
 
3225
3362
 
3226
- export declare interface FlipSpinner extends Components.FlipSpinner {}
3363
+ export declare interface SwirlSeparator extends Components.SwirlSeparator {}
3364
+
3365
+ @ProxyCmp({
3366
+ defineCustomElementFn: undefined
3367
+ })
3368
+ @Component({
3369
+ selector: 'swirl-separator',
3370
+ changeDetection: ChangeDetectionStrategy.OnPush,
3371
+ template: '<ng-content></ng-content>'
3372
+ })
3373
+ export class SwirlSeparator {
3374
+ protected el: HTMLElement;
3375
+ constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
3376
+ c.detach();
3377
+ this.el = r.nativeElement;
3378
+ }
3379
+ }
3380
+
3381
+
3382
+ export declare interface SwirlSpinner extends Components.SwirlSpinner {}
3227
3383
 
3228
3384
  @ProxyCmp({
3229
3385
  defineCustomElementFn: undefined,
3230
3386
  inputs: ['label', 'size']
3231
3387
  })
3232
3388
  @Component({
3233
- selector: 'flip-spinner',
3389
+ selector: 'swirl-spinner',
3234
3390
  changeDetection: ChangeDetectionStrategy.OnPush,
3235
3391
  template: '<ng-content></ng-content>',
3236
3392
  inputs: ['label', 'size']
3237
3393
  })
3238
- export class FlipSpinner {
3394
+ export class SwirlSpinner {
3239
3395
  protected el: HTMLElement;
3240
3396
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
3241
3397
  c.detach();
@@ -3244,19 +3400,19 @@ export class FlipSpinner {
3244
3400
  }
3245
3401
 
3246
3402
 
3247
- export declare interface FlipStack extends Components.FlipStack {}
3403
+ export declare interface SwirlStack extends Components.SwirlStack {}
3248
3404
 
3249
3405
  @ProxyCmp({
3250
3406
  defineCustomElementFn: undefined,
3251
3407
  inputs: ['align', 'as', 'justify', 'orientation', 'spacing', 'wrap']
3252
3408
  })
3253
3409
  @Component({
3254
- selector: 'flip-stack',
3410
+ selector: 'swirl-stack',
3255
3411
  changeDetection: ChangeDetectionStrategy.OnPush,
3256
3412
  template: '<ng-content></ng-content>',
3257
3413
  inputs: ['align', 'as', 'justify', 'orientation', 'spacing', 'wrap']
3258
3414
  })
3259
- export class FlipStack {
3415
+ export class SwirlStack {
3260
3416
  protected el: HTMLElement;
3261
3417
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
3262
3418
  c.detach();
@@ -3265,7 +3421,7 @@ export class FlipStack {
3265
3421
  }
3266
3422
 
3267
3423
 
3268
- export declare interface FlipSwitch extends Components.FlipSwitch {
3424
+ export declare interface SwirlSwitch extends Components.SwirlSwitch {
3269
3425
  /**
3270
3426
  *
3271
3427
  */
@@ -3278,12 +3434,12 @@ export declare interface FlipSwitch extends Components.FlipSwitch {
3278
3434
  inputs: ['checked', 'disabled', 'inputId', 'inputName', 'label', 'size', 'value']
3279
3435
  })
3280
3436
  @Component({
3281
- selector: 'flip-switch',
3437
+ selector: 'swirl-switch',
3282
3438
  changeDetection: ChangeDetectionStrategy.OnPush,
3283
3439
  template: '<ng-content></ng-content>',
3284
3440
  inputs: ['checked', 'disabled', 'inputId', 'inputName', 'label', 'size', 'value']
3285
3441
  })
3286
- export class FlipSwitch {
3442
+ export class SwirlSwitch {
3287
3443
  protected el: HTMLElement;
3288
3444
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
3289
3445
  c.detach();
@@ -3293,19 +3449,122 @@ export class FlipSwitch {
3293
3449
  }
3294
3450
 
3295
3451
 
3296
- export declare interface FlipTab extends Components.FlipTab {}
3452
+ export declare interface SwirlTab extends Components.SwirlTab {}
3297
3453
 
3298
3454
  @ProxyCmp({
3299
3455
  defineCustomElementFn: undefined,
3300
3456
  inputs: ['active', 'label', 'tabId']
3301
3457
  })
3302
3458
  @Component({
3303
- selector: 'flip-tab',
3459
+ selector: 'swirl-tab',
3304
3460
  changeDetection: ChangeDetectionStrategy.OnPush,
3305
3461
  template: '<ng-content></ng-content>',
3306
3462
  inputs: ['active', 'label', 'tabId']
3307
3463
  })
3308
- export class FlipTab {
3464
+ export class SwirlTab {
3465
+ protected el: HTMLElement;
3466
+ constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
3467
+ c.detach();
3468
+ this.el = r.nativeElement;
3469
+ }
3470
+ }
3471
+
3472
+
3473
+ export declare interface SwirlTable extends Components.SwirlTable {}
3474
+
3475
+ @ProxyCmp({
3476
+ defineCustomElementFn: undefined,
3477
+ inputs: ['caption', 'emptyStateLabel', 'label']
3478
+ })
3479
+ @Component({
3480
+ selector: 'swirl-table',
3481
+ changeDetection: ChangeDetectionStrategy.OnPush,
3482
+ template: '<ng-content></ng-content>',
3483
+ inputs: ['caption', 'emptyStateLabel', 'label']
3484
+ })
3485
+ export class SwirlTable {
3486
+ protected el: HTMLElement;
3487
+ constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
3488
+ c.detach();
3489
+ this.el = r.nativeElement;
3490
+ }
3491
+ }
3492
+
3493
+
3494
+ export declare interface SwirlTableCell extends Components.SwirlTableCell {}
3495
+
3496
+ @ProxyCmp({
3497
+ defineCustomElementFn: undefined
3498
+ })
3499
+ @Component({
3500
+ selector: 'swirl-table-cell',
3501
+ changeDetection: ChangeDetectionStrategy.OnPush,
3502
+ template: '<ng-content></ng-content>'
3503
+ })
3504
+ export class SwirlTableCell {
3505
+ protected el: HTMLElement;
3506
+ constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
3507
+ c.detach();
3508
+ this.el = r.nativeElement;
3509
+ }
3510
+ }
3511
+
3512
+
3513
+ export declare interface SwirlTableColumn extends Components.SwirlTableColumn {}
3514
+
3515
+ @ProxyCmp({
3516
+ defineCustomElementFn: undefined,
3517
+ inputs: ['maxWidth', 'minWidth', 'sort', 'sortable', 'sticky', 'width']
3518
+ })
3519
+ @Component({
3520
+ selector: 'swirl-table-column',
3521
+ changeDetection: ChangeDetectionStrategy.OnPush,
3522
+ template: '<ng-content></ng-content>',
3523
+ inputs: ['maxWidth', 'minWidth', 'sort', 'sortable', 'sticky', 'width']
3524
+ })
3525
+ export class SwirlTableColumn {
3526
+ protected el: HTMLElement;
3527
+ constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
3528
+ c.detach();
3529
+ this.el = r.nativeElement;
3530
+ }
3531
+ }
3532
+
3533
+
3534
+ export declare interface SwirlTableRow extends Components.SwirlTableRow {}
3535
+
3536
+ @ProxyCmp({
3537
+ defineCustomElementFn: undefined,
3538
+ inputs: ['highlighted', 'index']
3539
+ })
3540
+ @Component({
3541
+ selector: 'swirl-table-row',
3542
+ changeDetection: ChangeDetectionStrategy.OnPush,
3543
+ template: '<ng-content></ng-content>',
3544
+ inputs: ['highlighted', 'index']
3545
+ })
3546
+ export class SwirlTableRow {
3547
+ protected el: HTMLElement;
3548
+ constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
3549
+ c.detach();
3550
+ this.el = r.nativeElement;
3551
+ }
3552
+ }
3553
+
3554
+
3555
+ export declare interface SwirlTableRowGroup extends Components.SwirlTableRowGroup {}
3556
+
3557
+ @ProxyCmp({
3558
+ defineCustomElementFn: undefined,
3559
+ inputs: ['label']
3560
+ })
3561
+ @Component({
3562
+ selector: 'swirl-table-row-group',
3563
+ changeDetection: ChangeDetectionStrategy.OnPush,
3564
+ template: '<ng-content></ng-content>',
3565
+ inputs: ['label']
3566
+ })
3567
+ export class SwirlTableRowGroup {
3309
3568
  protected el: HTMLElement;
3310
3569
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
3311
3570
  c.detach();
@@ -3314,11 +3573,11 @@ export class FlipTab {
3314
3573
  }
3315
3574
 
3316
3575
 
3317
- export declare interface FlipTabs extends Components.FlipTabs {
3576
+ export declare interface SwirlTabs extends Components.SwirlTabs {
3318
3577
  /**
3319
3578
  *
3320
3579
  */
3321
- tabActivated: EventEmitter<CustomEvent<HTMLFlipTabElement>>;
3580
+ tabActivated: EventEmitter<CustomEvent<HTMLSwirlTabElement>>;
3322
3581
 
3323
3582
  }
3324
3583
 
@@ -3328,12 +3587,12 @@ export declare interface FlipTabs extends Components.FlipTabs {
3328
3587
  methods: ['activateTab']
3329
3588
  })
3330
3589
  @Component({
3331
- selector: 'flip-tabs',
3590
+ selector: 'swirl-tabs',
3332
3591
  changeDetection: ChangeDetectionStrategy.OnPush,
3333
3592
  template: '<ng-content></ng-content>',
3334
3593
  inputs: ['initialTab', 'label']
3335
3594
  })
3336
- export class FlipTabs {
3595
+ export class SwirlTabs {
3337
3596
  protected el: HTMLElement;
3338
3597
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
3339
3598
  c.detach();
@@ -3343,7 +3602,7 @@ export class FlipTabs {
3343
3602
  }
3344
3603
 
3345
3604
 
3346
- export declare interface FlipTag extends Components.FlipTag {
3605
+ export declare interface SwirlTag extends Components.SwirlTag {
3347
3606
  /**
3348
3607
  *
3349
3608
  */
@@ -3356,12 +3615,12 @@ export declare interface FlipTag extends Components.FlipTag {
3356
3615
  inputs: ['intent', 'label', 'removable', 'removalButtonLabel']
3357
3616
  })
3358
3617
  @Component({
3359
- selector: 'flip-tag',
3618
+ selector: 'swirl-tag',
3360
3619
  changeDetection: ChangeDetectionStrategy.OnPush,
3361
3620
  template: '<ng-content></ng-content>',
3362
3621
  inputs: ['intent', 'label', 'removable', 'removalButtonLabel']
3363
3622
  })
3364
- export class FlipTag {
3623
+ export class SwirlTag {
3365
3624
  protected el: HTMLElement;
3366
3625
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
3367
3626
  c.detach();
@@ -3371,19 +3630,19 @@ export class FlipTag {
3371
3630
  }
3372
3631
 
3373
3632
 
3374
- export declare interface FlipText extends Components.FlipText {}
3633
+ export declare interface SwirlText extends Components.SwirlText {}
3375
3634
 
3376
3635
  @ProxyCmp({
3377
3636
  defineCustomElementFn: undefined,
3378
- inputs: ['align', 'as', 'color', 'fontStyle', 'size', 'truncate', 'weight']
3637
+ inputs: ['align', 'as', 'balance', 'color', 'fontStyle', 'size', 'truncate', 'weight']
3379
3638
  })
3380
3639
  @Component({
3381
- selector: 'flip-text',
3640
+ selector: 'swirl-text',
3382
3641
  changeDetection: ChangeDetectionStrategy.OnPush,
3383
3642
  template: '<ng-content></ng-content>',
3384
- inputs: ['align', 'as', 'color', 'fontStyle', 'size', 'truncate', 'weight']
3643
+ inputs: ['align', 'as', 'balance', 'color', 'fontStyle', 'size', 'truncate', 'weight']
3385
3644
  })
3386
- export class FlipText {
3645
+ export class SwirlText {
3387
3646
  protected el: HTMLElement;
3388
3647
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
3389
3648
  c.detach();
@@ -3392,7 +3651,7 @@ export class FlipText {
3392
3651
  }
3393
3652
 
3394
3653
 
3395
- export declare interface FlipTextInput extends Components.FlipTextInput {
3654
+ export declare interface SwirlTextInput extends Components.SwirlTextInput {
3396
3655
  /**
3397
3656
  *
3398
3657
  */
@@ -3410,15 +3669,15 @@ export declare interface FlipTextInput extends Components.FlipTextInput {
3410
3669
 
3411
3670
  @ProxyCmp({
3412
3671
  defineCustomElementFn: undefined,
3413
- inputs: ['autoComplete', 'autoFocus', 'autoSelect', 'clearButtonLabel', 'clearable', 'disableDynamicWidth', 'disabled', 'flipAriaAutocomplete', 'flipAriaControls', 'flipAriaDescribedby', 'flipAriaExpanded', 'flipRole', 'invalid', 'max', 'maxLength', 'min', 'mode', 'passwordToggleLabel', 'prefixLabel', 'required', 'rows', 'showCharacterCounter', 'spellCheck', 'step', 'suffixLabel', 'type', 'value']
3672
+ inputs: ['autoComplete', 'autoFocus', 'autoSelect', 'clearButtonLabel', 'clearable', 'disableDynamicWidth', 'disabled', 'inline', 'invalid', 'max', 'maxLength', 'min', 'mode', 'passwordToggleLabel', 'prefixLabel', 'required', 'rows', 'showCharacterCounter', 'spellCheck', 'step', 'suffixLabel', 'swirlAriaAutocomplete', 'swirlAriaControls', 'swirlAriaDescribedby', 'swirlAriaExpanded', 'swirlRole', 'type', 'value']
3414
3673
  })
3415
3674
  @Component({
3416
- selector: 'flip-text-input',
3675
+ selector: 'swirl-text-input',
3417
3676
  changeDetection: ChangeDetectionStrategy.OnPush,
3418
3677
  template: '<ng-content></ng-content>',
3419
- inputs: ['autoComplete', 'autoFocus', 'autoSelect', 'clearButtonLabel', 'clearable', 'disableDynamicWidth', 'disabled', 'flipAriaAutocomplete', 'flipAriaControls', 'flipAriaDescribedby', 'flipAriaExpanded', 'flipRole', 'invalid', 'max', 'maxLength', 'min', 'mode', 'passwordToggleLabel', 'prefixLabel', 'required', 'rows', 'showCharacterCounter', 'spellCheck', 'step', 'suffixLabel', 'type', 'value']
3678
+ inputs: ['autoComplete', 'autoFocus', 'autoSelect', 'clearButtonLabel', 'clearable', 'disableDynamicWidth', 'disabled', 'inline', 'invalid', 'max', 'maxLength', 'min', 'mode', 'passwordToggleLabel', 'prefixLabel', 'required', 'rows', 'showCharacterCounter', 'spellCheck', 'step', 'suffixLabel', 'swirlAriaAutocomplete', 'swirlAriaControls', 'swirlAriaDescribedby', 'swirlAriaExpanded', 'swirlRole', 'type', 'value']
3420
3679
  })
3421
- export class FlipTextInput {
3680
+ export class SwirlTextInput {
3422
3681
  protected el: HTMLElement;
3423
3682
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
3424
3683
  c.detach();
@@ -3427,12 +3686,12 @@ export class FlipTextInput {
3427
3686
  }
3428
3687
  }
3429
3688
 
3430
- import type { FlipThemeChangeEventData as IFlipThemeProviderFlipThemeChangeEventData } from '@getflip/swirl-components';
3431
- export declare interface FlipThemeProvider extends Components.FlipThemeProvider {
3689
+ import type { SwirlThemeChangeEventData as ISwirlThemeProviderSwirlThemeChangeEventData } from '@getflip/swirl-components';
3690
+ export declare interface SwirlThemeProvider extends Components.SwirlThemeProvider {
3432
3691
  /**
3433
3692
  *
3434
3693
  */
3435
- themeChange: EventEmitter<CustomEvent<IFlipThemeProviderFlipThemeChangeEventData>>;
3694
+ themeChange: EventEmitter<CustomEvent<ISwirlThemeProviderSwirlThemeChangeEventData>>;
3436
3695
 
3437
3696
  }
3438
3697
 
@@ -3442,12 +3701,12 @@ export declare interface FlipThemeProvider extends Components.FlipThemeProvider
3442
3701
  methods: ['getActiveTheme', 'getPreferredTheme', 'setPreferredTheme', 'resetPreferredTheme']
3443
3702
  })
3444
3703
  @Component({
3445
- selector: 'flip-theme-provider',
3704
+ selector: 'swirl-theme-provider',
3446
3705
  changeDetection: ChangeDetectionStrategy.OnPush,
3447
3706
  template: '<ng-content></ng-content>',
3448
3707
  inputs: ['config']
3449
3708
  })
3450
- export class FlipThemeProvider {
3709
+ export class SwirlThemeProvider {
3451
3710
  protected el: HTMLElement;
3452
3711
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
3453
3712
  c.detach();
@@ -3457,19 +3716,19 @@ export class FlipThemeProvider {
3457
3716
  }
3458
3717
 
3459
3718
 
3460
- export declare interface FlipThumbnail extends Components.FlipThumbnail {}
3719
+ export declare interface SwirlThumbnail extends Components.SwirlThumbnail {}
3461
3720
 
3462
3721
  @ProxyCmp({
3463
3722
  defineCustomElementFn: undefined,
3464
3723
  inputs: ['alt', 'format', 'size', 'src']
3465
3724
  })
3466
3725
  @Component({
3467
- selector: 'flip-thumbnail',
3726
+ selector: 'swirl-thumbnail',
3468
3727
  changeDetection: ChangeDetectionStrategy.OnPush,
3469
3728
  template: '<ng-content></ng-content>',
3470
3729
  inputs: ['alt', 'format', 'size', 'src']
3471
3730
  })
3472
- export class FlipThumbnail {
3731
+ export class SwirlThumbnail {
3473
3732
  protected el: HTMLElement;
3474
3733
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
3475
3734
  c.detach();
@@ -3478,7 +3737,7 @@ export class FlipThumbnail {
3478
3737
  }
3479
3738
 
3480
3739
 
3481
- export declare interface FlipToast extends Components.FlipToast {
3740
+ export declare interface SwirlToast extends Components.SwirlToast {
3482
3741
  /**
3483
3742
  *
3484
3743
  */
@@ -3491,12 +3750,12 @@ export declare interface FlipToast extends Components.FlipToast {
3491
3750
  inputs: ['accessibleDismissLabel', 'content', 'dismissLabel', 'duration', 'icon', 'intent', 'toastId']
3492
3751
  })
3493
3752
  @Component({
3494
- selector: 'flip-toast',
3753
+ selector: 'swirl-toast',
3495
3754
  changeDetection: ChangeDetectionStrategy.OnPush,
3496
3755
  template: '<ng-content></ng-content>',
3497
3756
  inputs: ['accessibleDismissLabel', 'content', 'dismissLabel', 'duration', 'icon', 'intent', 'toastId']
3498
3757
  })
3499
- export class FlipToast {
3758
+ export class SwirlToast {
3500
3759
  protected el: HTMLElement;
3501
3760
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
3502
3761
  c.detach();
@@ -3506,7 +3765,7 @@ export class FlipToast {
3506
3765
  }
3507
3766
 
3508
3767
 
3509
- export declare interface FlipToastProvider extends Components.FlipToastProvider {}
3768
+ export declare interface SwirlToastProvider extends Components.SwirlToastProvider {}
3510
3769
 
3511
3770
  @ProxyCmp({
3512
3771
  defineCustomElementFn: undefined,
@@ -3514,12 +3773,12 @@ export declare interface FlipToastProvider extends Components.FlipToastProvider
3514
3773
  methods: ['clearAll', 'dismiss', 'toast']
3515
3774
  })
3516
3775
  @Component({
3517
- selector: 'flip-toast-provider',
3776
+ selector: 'swirl-toast-provider',
3518
3777
  changeDetection: ChangeDetectionStrategy.OnPush,
3519
3778
  template: '<ng-content></ng-content>',
3520
3779
  inputs: ['globalDuration']
3521
3780
  })
3522
- export class FlipToastProvider {
3781
+ export class SwirlToastProvider {
3523
3782
  protected el: HTMLElement;
3524
3783
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
3525
3784
  c.detach();
@@ -3528,19 +3787,19 @@ export class FlipToastProvider {
3528
3787
  }
3529
3788
 
3530
3789
 
3531
- export declare interface FlipTooltip extends Components.FlipTooltip {}
3790
+ export declare interface SwirlTooltip extends Components.SwirlTooltip {}
3532
3791
 
3533
3792
  @ProxyCmp({
3534
3793
  defineCustomElementFn: undefined,
3535
3794
  inputs: ['content', 'delay', 'position']
3536
3795
  })
3537
3796
  @Component({
3538
- selector: 'flip-tooltip',
3797
+ selector: 'swirl-tooltip',
3539
3798
  changeDetection: ChangeDetectionStrategy.OnPush,
3540
3799
  template: '<ng-content></ng-content>',
3541
3800
  inputs: ['content', 'delay', 'position']
3542
3801
  })
3543
- export class FlipTooltip {
3802
+ export class SwirlTooltip {
3544
3803
  protected el: HTMLElement;
3545
3804
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
3546
3805
  c.detach();
@@ -3549,19 +3808,19 @@ export class FlipTooltip {
3549
3808
  }
3550
3809
 
3551
3810
 
3552
- export declare interface FlipTreeNavigationItem extends Components.FlipTreeNavigationItem {}
3811
+ export declare interface SwirlTreeNavigationItem extends Components.SwirlTreeNavigationItem {}
3553
3812
 
3554
3813
  @ProxyCmp({
3555
3814
  defineCustomElementFn: undefined,
3556
3815
  inputs: ['active', 'icon', 'label']
3557
3816
  })
3558
3817
  @Component({
3559
- selector: 'flip-tree-navigation-item',
3818
+ selector: 'swirl-tree-navigation-item',
3560
3819
  changeDetection: ChangeDetectionStrategy.OnPush,
3561
3820
  template: '<ng-content></ng-content>',
3562
3821
  inputs: ['active', 'icon', 'label']
3563
3822
  })
3564
- export class FlipTreeNavigationItem {
3823
+ export class SwirlTreeNavigationItem {
3565
3824
  protected el: HTMLElement;
3566
3825
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
3567
3826
  c.detach();
@@ -3570,19 +3829,19 @@ export class FlipTreeNavigationItem {
3570
3829
  }
3571
3830
 
3572
3831
 
3573
- export declare interface FlipVideoThumbnail extends Components.FlipVideoThumbnail {}
3832
+ export declare interface SwirlVideoThumbnail extends Components.SwirlVideoThumbnail {}
3574
3833
 
3575
3834
  @ProxyCmp({
3576
3835
  defineCustomElementFn: undefined,
3577
3836
  inputs: ['duration', 'durationLabel', 'label', 'src']
3578
3837
  })
3579
3838
  @Component({
3580
- selector: 'flip-video-thumbnail',
3839
+ selector: 'swirl-video-thumbnail',
3581
3840
  changeDetection: ChangeDetectionStrategy.OnPush,
3582
3841
  template: '<ng-content></ng-content>',
3583
3842
  inputs: ['duration', 'durationLabel', 'label', 'src']
3584
3843
  })
3585
- export class FlipVideoThumbnail {
3844
+ export class SwirlVideoThumbnail {
3586
3845
  protected el: HTMLElement;
3587
3846
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
3588
3847
  c.detach();
@@ -3591,17 +3850,17 @@ export class FlipVideoThumbnail {
3591
3850
  }
3592
3851
 
3593
3852
 
3594
- export declare interface FlipVisuallyHidden extends Components.FlipVisuallyHidden {}
3853
+ export declare interface SwirlVisuallyHidden extends Components.SwirlVisuallyHidden {}
3595
3854
 
3596
3855
  @ProxyCmp({
3597
3856
  defineCustomElementFn: undefined
3598
3857
  })
3599
3858
  @Component({
3600
- selector: 'flip-visually-hidden',
3859
+ selector: 'swirl-visually-hidden',
3601
3860
  changeDetection: ChangeDetectionStrategy.OnPush,
3602
3861
  template: '<ng-content></ng-content>'
3603
3862
  })
3604
- export class FlipVisuallyHidden {
3863
+ export class SwirlVisuallyHidden {
3605
3864
  protected el: HTMLElement;
3606
3865
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
3607
3866
  c.detach();