@skyux/icon 12.0.0-alpha.0 → 12.0.0-alpha.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,6 +2,7 @@
2
2
  "anchorIds": {
3
3
  "SkyIconModule": "class-skyiconmodule",
4
4
  "SkyIconComponent": "class-skyiconcomponent",
5
+ "SkyIconSize": "type-alias-skyiconsize",
5
6
  "SkyIconType": "type-alias-skyicontype",
6
7
  "SkyIconVariantType": "type-alias-skyiconvarianttype",
7
8
  "SkyIconHarness": "class-skyiconharness",
@@ -15,7 +16,7 @@
15
16
  "flags": {},
16
17
  "children": [
17
18
  {
18
- "id": 6,
19
+ "id": 3,
19
20
  "name": "SkyIconModule",
20
21
  "variant": "declaration",
21
22
  "kind": 128,
@@ -25,36 +26,36 @@
25
26
  {
26
27
  "title": "Constructors",
27
28
  "children": [
28
- 7
29
+ 4
29
30
  ]
30
31
  }
31
32
  ],
32
33
  "sources": [
33
34
  {
34
35
  "fileName": "projects/icon/src/modules/icon/icon.module.ts",
35
- "line": 14,
36
+ "line": 13,
36
37
  "character": 13,
37
- "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/icon/src/lib/modules/icon/icon.module.ts#L14"
38
+ "url": "https://github.com/blackbaud/skyux/blob/2cf2231/libs/components/icon/src/lib/modules/icon/icon.module.ts#L13"
38
39
  }
39
40
  ],
40
41
  "decorators": [
41
42
  {
42
43
  "name": "NgModule",
43
44
  "arguments": {
44
- "obj": "@NgModule({\n declarations: [SkyIconClassListPipe, SkyIconComponent, SkyIconStackComponent],\n imports: [CommonModule, SkyIconSvgComponent],\n exports: [SkyIconComponent, SkyIconStackComponent],\n})"
45
+ "obj": "@NgModule({\n declarations: [SkyIconClassListPipe, SkyIconComponent],\n imports: [CommonModule, SkyIconSvgComponent],\n exports: [SkyIconComponent],\n})"
45
46
  }
46
47
  }
47
48
  ]
48
49
  },
49
50
  {
50
- "id": 11,
51
+ "id": 17,
51
52
  "name": "SkyIconComponent",
52
53
  "variant": "declaration",
53
54
  "kind": 128,
54
55
  "flags": {},
55
56
  "children": [
56
57
  {
57
- "id": 18,
58
+ "id": 24,
58
59
  "name": "fixedWidth",
59
60
  "variant": "declaration",
60
61
  "kind": 1024,
@@ -77,15 +78,28 @@
77
78
  "text": "```ts\nfalse\n```"
78
79
  }
79
80
  ]
81
+ },
82
+ {
83
+ "tag": "@deprecated",
84
+ "content": [
85
+ {
86
+ "kind": "code",
87
+ "text": "`fixedWidth`"
88
+ },
89
+ {
90
+ "kind": "text",
91
+ "text": " is a Font Awesome input and will be removed when Font Awesome support is dropped in SKY UX 13.\nAll icons using iconName are automatically fixed width."
92
+ }
93
+ ]
80
94
  }
81
95
  ]
82
96
  },
83
97
  "sources": [
84
98
  {
85
99
  "fileName": "projects/icon/src/modules/icon/icon.component.ts",
86
- "line": 60,
100
+ "line": 64,
87
101
  "character": 9,
88
- "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/icon/src/lib/modules/icon/icon.component.ts#L60"
102
+ "url": "https://github.com/blackbaud/skyux/blob/2cf2231/libs/components/icon/src/lib/modules/icon/icon.component.ts#L64"
89
103
  }
90
104
  ],
91
105
  "type": {
@@ -99,7 +113,7 @@
99
113
  ]
100
114
  },
101
115
  {
102
- "id": 14,
116
+ "id": 20,
103
117
  "name": "icon",
104
118
  "variant": "declaration",
105
119
  "kind": 1024,
@@ -123,17 +137,56 @@
123
137
  ],
124
138
  "blockTags": [
125
139
  {
126
- "tag": "@required",
127
- "content": []
140
+ "tag": "@deprecated",
141
+ "content": [
142
+ {
143
+ "kind": "text",
144
+ "text": "Font Awesome support will be removed in SKY UX 13. Use iconName instead."
145
+ }
146
+ ]
147
+ }
148
+ ]
149
+ },
150
+ "sources": [
151
+ {
152
+ "fileName": "projects/icon/src/modules/icon/icon.component.ts",
153
+ "line": 29,
154
+ "character": 9,
155
+ "url": "https://github.com/blackbaud/skyux/blob/2cf2231/libs/components/icon/src/lib/modules/icon/icon.component.ts#L29"
156
+ }
157
+ ],
158
+ "type": {
159
+ "type": "intrinsic",
160
+ "name": "string"
161
+ },
162
+ "decorators": [
163
+ {
164
+ "name": "Input"
165
+ }
166
+ ]
167
+ },
168
+ {
169
+ "id": 21,
170
+ "name": "iconName",
171
+ "variant": "declaration",
172
+ "kind": 1024,
173
+ "flags": {
174
+ "isPublic": true
175
+ },
176
+ "comment": {
177
+ "summary": [
178
+ {
179
+ "kind": "text",
180
+ "text": "The name of the Blackbaud SVG icon to display."
128
181
  }
129
182
  ]
130
183
  },
131
184
  "sources": [
132
185
  {
133
186
  "fileName": "projects/icon/src/modules/icon/icon.component.ts",
134
- "line": 27,
187
+ "line": 35,
135
188
  "character": 9,
136
- "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/icon/src/lib/modules/icon/icon.component.ts#L27"
189
+ "url": "https://github.com/blackbaud/skyux/blob/2cf2231/libs/components/icon/src/lib/modules/icon/icon.component.ts#L35"
137
190
  }
138
191
  ],
139
192
  "type": {
@@ -147,7 +200,52 @@
147
200
  ]
148
201
  },
149
202
  {
150
- "id": 16,
203
+ "id": 26,
204
+ "name": "iconSize",
205
+ "variant": "declaration",
206
+ "kind": 1024,
207
+ "flags": {
208
+ "isPublic": true,
209
+ "isReadonly": true
210
+ },
211
+ "comment": {
212
+ "summary": [
213
+ {
214
+ "kind": "text",
215
+ "text": "The icon size. Size is independent of font size."
216
+ }
217
+ ]
218
+ },
219
+ "sources": [
220
+ {
221
+ "fileName": "projects/icon/src/modules/icon/icon.component.ts",
222
+ "line": 76,
223
+ "character": 18,
224
+ "url": "https://github.com/blackbaud/skyux/blob/2cf2231/libs/components/icon/src/lib/modules/icon/icon.component.ts#L76"
225
+ }
226
+ ],
227
+ "type": {
228
+ "type": "reference",
229
+ "target": {
230
+ "sourceFileName": "node_modules/@angular/core/index.d.ts",
231
+ "qualifiedName": "InputSignal"
232
+ },
233
+ "typeArguments": [
234
+ {
235
+ "type": "reference",
236
+ "target": 6,
237
+ "name": "SkyIconSize",
238
+ "package": "@skyux/icon"
239
+ }
240
+ ],
241
+ "name": "InputSignal",
242
+ "package": "@angular/core"
243
+ },
244
+ "defaultValue": "...",
245
+ "decorators": []
246
+ },
247
+ {
248
+ "id": 22,
151
249
  "name": "iconType",
152
250
  "variant": "declaration",
153
251
  "kind": 1024,
@@ -192,7 +290,7 @@
192
290
  "content": [
193
291
  {
194
292
  "kind": "text",
195
- "text": "The icon component now automatically infers which type of icon to use based on the current theme. This input will be removed in a future version."
293
+ "text": "The icon component now automatically infers which type of icon to use based on the current theme. This input will be removed in SKY UX 13."
196
294
  }
197
295
  ]
198
296
  }
@@ -201,14 +299,14 @@
201
299
  "sources": [
202
300
  {
203
301
  "fileName": "projects/icon/src/modules/icon/icon.component.ts",
204
- "line": 44,
302
+ "line": 45,
205
303
  "character": 9,
206
- "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/icon/src/lib/modules/icon/icon.component.ts#L44"
304
+ "url": "https://github.com/blackbaud/skyux/blob/2cf2231/libs/components/icon/src/lib/modules/icon/icon.component.ts#L45"
207
305
  }
208
306
  ],
209
307
  "type": {
210
308
  "type": "reference",
211
- "target": 9,
309
+ "target": 7,
212
310
  "name": "SkyIconType",
213
311
  "package": "@skyux/icon"
214
312
  },
@@ -219,7 +317,7 @@
219
317
  ]
220
318
  },
221
319
  {
222
- "id": 17,
320
+ "id": 23,
223
321
  "name": "size",
224
322
  "variant": "declaration",
225
323
  "kind": 1024,
@@ -230,7 +328,7 @@
230
328
  "summary": [
231
329
  {
232
330
  "kind": "text",
233
- "text": "The size of the icon using\n[Font Awesome sizes](https://fontawesome.com/v4/examples/). Do not prefix the size with "
331
+ "text": "The size of the icon using\n[Font Awesome sizes](https://fontawesome.com/v4/examples/). Size is relative to the font size. Do not prefix the size with "
234
332
  },
235
333
  {
236
334
  "kind": "code",
@@ -240,14 +338,37 @@
240
338
  "kind": "text",
241
339
  "text": "."
242
340
  }
341
+ ],
342
+ "blockTags": [
343
+ {
344
+ "tag": "@deprecated",
345
+ "content": [
346
+ {
347
+ "kind": "code",
348
+ "text": "`size`"
349
+ },
350
+ {
351
+ "kind": "text",
352
+ "text": " is deprecated and will be removed in SKY UX 13. Use "
353
+ },
354
+ {
355
+ "kind": "code",
356
+ "text": "`iconSize`"
357
+ },
358
+ {
359
+ "kind": "text",
360
+ "text": " to set a specific size that does not scale with font size instead."
361
+ }
362
+ ]
363
+ }
243
364
  ]
244
365
  },
245
366
  "sources": [
246
367
  {
247
368
  "fileName": "projects/icon/src/modules/icon/icon.component.ts",
248
- "line": 51,
369
+ "line": 53,
249
370
  "character": 9,
250
- "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/icon/src/lib/modules/icon/icon.component.ts#L51"
371
+ "url": "https://github.com/blackbaud/skyux/blob/2cf2231/libs/components/icon/src/lib/modules/icon/icon.component.ts#L53"
251
372
  }
252
373
  ],
253
374
  "type": {
@@ -261,7 +382,7 @@
261
382
  ]
262
383
  },
263
384
  {
264
- "id": 19,
385
+ "id": 25,
265
386
  "name": "variant",
266
387
  "variant": "declaration",
267
388
  "kind": 1024,
@@ -279,14 +400,14 @@
279
400
  "sources": [
280
401
  {
281
402
  "fileName": "projects/icon/src/modules/icon/icon.component.ts",
282
- "line": 67,
403
+ "line": 71,
283
404
  "character": 9,
284
- "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/icon/src/lib/modules/icon/icon.component.ts#L67"
405
+ "url": "https://github.com/blackbaud/skyux/blob/2cf2231/libs/components/icon/src/lib/modules/icon/icon.component.ts#L71"
285
406
  }
286
407
  ],
287
408
  "type": {
288
409
  "type": "reference",
289
- "target": 10,
410
+ "target": 8,
290
411
  "name": "SkyIconVariantType",
291
412
  "package": "@skyux/icon"
292
413
  },
@@ -301,26 +422,28 @@
301
422
  {
302
423
  "title": "Constructors",
303
424
  "children": [
304
- 12
425
+ 18
305
426
  ]
306
427
  },
307
428
  {
308
429
  "title": "Properties",
309
430
  "children": [
310
- 18,
311
- 14,
312
- 16,
313
- 17,
314
- 19
431
+ 24,
432
+ 20,
433
+ 21,
434
+ 26,
435
+ 22,
436
+ 23,
437
+ 25
315
438
  ]
316
439
  }
317
440
  ],
318
441
  "sources": [
319
442
  {
320
443
  "fileName": "projects/icon/src/modules/icon/icon.component.ts",
321
- "line": 19,
444
+ "line": 21,
322
445
  "character": 13,
323
- "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/icon/src/lib/modules/icon/icon.component.ts#L19"
446
+ "url": "https://github.com/blackbaud/skyux/blob/2cf2231/libs/components/icon/src/lib/modules/icon/icon.component.ts#L21"
324
447
  }
325
448
  ],
326
449
  "decorators": [
@@ -333,10 +456,62 @@
333
456
  ]
334
457
  },
335
458
  {
336
- "id": 9,
459
+ "id": 6,
460
+ "name": "SkyIconSize",
461
+ "variant": "declaration",
462
+ "kind": 4194304,
463
+ "flags": {},
464
+ "sources": [
465
+ {
466
+ "fileName": "projects/icon/src/modules/icon/types/icon-size.ts",
467
+ "line": 1,
468
+ "character": 12,
469
+ "url": "https://github.com/blackbaud/skyux/blob/2cf2231/libs/components/icon/src/lib/modules/icon/types/icon-size.ts#L1"
470
+ }
471
+ ],
472
+ "type": {
473
+ "type": "union",
474
+ "types": [
475
+ {
476
+ "type": "literal",
477
+ "value": "xxxs"
478
+ },
479
+ {
480
+ "type": "literal",
481
+ "value": "xxs"
482
+ },
483
+ {
484
+ "type": "literal",
485
+ "value": "xs"
486
+ },
487
+ {
488
+ "type": "literal",
489
+ "value": "s"
490
+ },
491
+ {
492
+ "type": "literal",
493
+ "value": "m"
494
+ },
495
+ {
496
+ "type": "literal",
497
+ "value": "l"
498
+ },
499
+ {
500
+ "type": "literal",
501
+ "value": "xl"
502
+ },
503
+ {
504
+ "type": "literal",
505
+ "value": "xxl"
506
+ }
507
+ ]
508
+ }
509
+ },
510
+ {
511
+ "id": 7,
337
512
  "name": "SkyIconType",
338
513
  "variant": "declaration",
339
- "kind": 2097152,
514
+ "kind": 4194304,
340
515
  "flags": {},
341
516
  "comment": {
342
517
  "summary": [],
@@ -352,7 +527,7 @@
352
527
  "fileName": "projects/icon/src/modules/icon/types/icon-type.ts",
353
528
  "line": 4,
354
529
  "character": 12,
355
- "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/icon/src/lib/modules/icon/types/icon-type.ts#L4"
530
+ "url": "https://github.com/blackbaud/skyux/blob/2cf2231/libs/components/icon/src/lib/modules/icon/types/icon-type.ts#L4"
356
531
  }
357
532
  ],
358
533
  "type": {
@@ -370,17 +545,17 @@
370
545
  }
371
546
  },
372
547
  {
373
- "id": 10,
548
+ "id": 8,
374
549
  "name": "SkyIconVariantType",
375
550
  "variant": "declaration",
376
- "kind": 2097152,
551
+ "kind": 4194304,
377
552
  "flags": {},
378
553
  "sources": [
379
554
  {
380
555
  "fileName": "projects/icon/src/modules/icon/types/icon-variant-type.ts",
381
556
  "line": 1,
382
557
  "character": 12,
383
- "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/icon/src/lib/modules/icon/types/icon-variant-type.ts#L1"
558
+ "url": "https://github.com/blackbaud/skyux/blob/2cf2231/libs/components/icon/src/lib/modules/icon/types/icon-variant-type.ts#L1"
384
559
  }
385
560
  ],
386
561
  "type": {
@@ -489,7 +664,7 @@
489
664
  "fileName": "projects/icon/src/testing/modules/icon/icon-harness.ts",
490
665
  "line": 28,
491
666
  "character": 15,
492
- "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/icon/testing/src/modules/icon/icon-harness.ts#L28"
667
+ "url": "https://github.com/blackbaud/skyux/blob/2cf2231/libs/components/icon/testing/src/modules/icon/icon-harness.ts#L28"
493
668
  }
494
669
  ],
495
670
  "signatures": [
@@ -511,14 +686,14 @@
511
686
  {
512
687
  "fileName": "libs/components/icon/testing/src/modules/icon/icon-harness.ts",
513
688
  "line": 28,
514
- "character": 15,
515
- "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/icon/testing/src/modules/icon/icon-harness.ts#L28"
689
+ "character": 2,
690
+ "url": "https://github.com/blackbaud/skyux/blob/2cf2231/libs/components/icon/testing/src/modules/icon/icon-harness.ts#L28"
516
691
  }
517
692
  ],
518
693
  "type": {
519
694
  "type": "reference",
520
695
  "target": {
521
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
696
+ "sourceFileName": "node_modules/@skyux/dev-infra-private/node_modules/typescript/lib/lib.es5.d.ts",
522
697
  "qualifiedName": "Promise"
523
698
  },
524
699
  "typeArguments": [
@@ -547,7 +722,7 @@
547
722
  "fileName": "projects/icon/src/testing/modules/icon/icon-harness.ts",
548
723
  "line": 37,
549
724
  "character": 15,
550
- "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/icon/testing/src/modules/icon/icon-harness.ts#L37"
725
+ "url": "https://github.com/blackbaud/skyux/blob/2cf2231/libs/components/icon/testing/src/modules/icon/icon-harness.ts#L37"
551
726
  }
552
727
  ],
553
728
  "signatures": [
@@ -569,14 +744,14 @@
569
744
  {
570
745
  "fileName": "libs/components/icon/testing/src/modules/icon/icon-harness.ts",
571
746
  "line": 37,
572
- "character": 15,
573
- "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/icon/testing/src/modules/icon/icon-harness.ts#L37"
747
+ "character": 2,
748
+ "url": "https://github.com/blackbaud/skyux/blob/2cf2231/libs/components/icon/testing/src/modules/icon/icon-harness.ts#L37"
574
749
  }
575
750
  ],
576
751
  "type": {
577
752
  "type": "reference",
578
753
  "target": {
579
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
754
+ "sourceFileName": "node_modules/@skyux/dev-infra-private/node_modules/typescript/lib/lib.es5.d.ts",
580
755
  "qualifiedName": "Promise"
581
756
  },
582
757
  "typeArguments": [
@@ -603,9 +778,9 @@
603
778
  "sources": [
604
779
  {
605
780
  "fileName": "projects/icon/src/testing/modules/icon/icon-harness.ts",
606
- "line": 54,
781
+ "line": 57,
607
782
  "character": 15,
608
- "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/icon/testing/src/modules/icon/icon-harness.ts#L54"
783
+ "url": "https://github.com/blackbaud/skyux/blob/2cf2231/libs/components/icon/testing/src/modules/icon/icon-harness.ts#L57"
609
784
  }
610
785
  ],
611
786
  "signatures": [
@@ -636,7 +811,7 @@
636
811
  },
637
812
  {
638
813
  "kind": "text",
639
- "text": " input is no longer used. This method will be removed in a future version."
814
+ "text": " input is no longer used. This method will be removed in SKY UX 13."
640
815
  }
641
816
  ]
642
817
  }
@@ -645,15 +820,15 @@
645
820
  "sources": [
646
821
  {
647
822
  "fileName": "libs/components/icon/testing/src/modules/icon/icon-harness.ts",
648
- "line": 54,
649
- "character": 15,
650
- "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/icon/testing/src/modules/icon/icon-harness.ts#L54"
823
+ "line": 57,
824
+ "character": 2,
825
+ "url": "https://github.com/blackbaud/skyux/blob/2cf2231/libs/components/icon/testing/src/modules/icon/icon-harness.ts#L57"
651
826
  }
652
827
  ],
653
828
  "type": {
654
829
  "type": "reference",
655
830
  "target": {
656
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
831
+ "sourceFileName": "node_modules/@skyux/dev-infra-private/node_modules/typescript/lib/lib.es5.d.ts",
657
832
  "qualifiedName": "Promise"
658
833
  },
659
834
  "typeArguments": [
@@ -680,9 +855,9 @@
680
855
  "sources": [
681
856
  {
682
857
  "fileName": "projects/icon/src/testing/modules/icon/icon-harness.ts",
683
- "line": 61,
858
+ "line": 64,
684
859
  "character": 15,
685
- "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/icon/testing/src/modules/icon/icon-harness.ts#L61"
860
+ "url": "https://github.com/blackbaud/skyux/blob/2cf2231/libs/components/icon/testing/src/modules/icon/icon-harness.ts#L64"
686
861
  }
687
862
  ],
688
863
  "signatures": [
@@ -703,15 +878,15 @@
703
878
  "sources": [
704
879
  {
705
880
  "fileName": "libs/components/icon/testing/src/modules/icon/icon-harness.ts",
706
- "line": 61,
707
- "character": 15,
708
- "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/icon/testing/src/modules/icon/icon-harness.ts#L61"
881
+ "line": 64,
882
+ "character": 2,
883
+ "url": "https://github.com/blackbaud/skyux/blob/2cf2231/libs/components/icon/testing/src/modules/icon/icon-harness.ts#L64"
709
884
  }
710
885
  ],
711
886
  "type": {
712
887
  "type": "reference",
713
888
  "target": {
714
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
889
+ "sourceFileName": "node_modules/@skyux/dev-infra-private/node_modules/typescript/lib/lib.es5.d.ts",
715
890
  "qualifiedName": "Promise"
716
891
  },
717
892
  "typeArguments": [
@@ -732,9 +907,7 @@
732
907
  "name": "host",
733
908
  "variant": "declaration",
734
909
  "kind": 2048,
735
- "flags": {
736
- "isInherited": true
737
- },
910
+ "flags": {},
738
911
  "sources": [
739
912
  {
740
913
  "fileName": "node_modules/@angular/cdk/testing/index.d.ts",
@@ -748,9 +921,7 @@
748
921
  "name": "host",
749
922
  "variant": "signature",
750
923
  "kind": 4096,
751
- "flags": {
752
- "isInherited": true
753
- },
924
+ "flags": {},
754
925
  "comment": {
755
926
  "summary": [
756
927
  {
@@ -785,7 +956,7 @@
785
956
  "type": {
786
957
  "type": "reference",
787
958
  "target": {
788
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
959
+ "sourceFileName": "node_modules/@skyux/dev-infra-private/node_modules/typescript/lib/lib.es5.d.ts",
789
960
  "qualifiedName": "Promise"
790
961
  },
791
962
  "typeArguments": [
@@ -826,9 +997,9 @@
826
997
  "sources": [
827
998
  {
828
999
  "fileName": "projects/icon/src/testing/modules/icon/icon-harness.ts",
829
- "line": 76,
1000
+ "line": 81,
830
1001
  "character": 15,
831
- "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/icon/testing/src/modules/icon/icon-harness.ts#L76"
1002
+ "url": "https://github.com/blackbaud/skyux/blob/2cf2231/libs/components/icon/testing/src/modules/icon/icon-harness.ts#L81"
832
1003
  }
833
1004
  ],
834
1005
  "signatures": [
@@ -844,20 +1015,31 @@
844
1015
  "kind": "text",
845
1016
  "text": "Whether the icon has fixed width."
846
1017
  }
1018
+ ],
1019
+ "blockTags": [
1020
+ {
1021
+ "tag": "@deprecated",
1022
+ "content": [
1023
+ {
1024
+ "kind": "text",
1025
+ "text": "Font Awesome icons are deprecated, and all icons are now fixed width. This method will be removed in SKY UX 13."
1026
+ }
1027
+ ]
1028
+ }
847
1029
  ]
848
1030
  },
849
1031
  "sources": [
850
1032
  {
851
1033
  "fileName": "libs/components/icon/testing/src/modules/icon/icon-harness.ts",
852
- "line": 76,
853
- "character": 15,
854
- "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/icon/testing/src/modules/icon/icon-harness.ts#L76"
1034
+ "line": 81,
1035
+ "character": 2,
1036
+ "url": "https://github.com/blackbaud/skyux/blob/2cf2231/libs/components/icon/testing/src/modules/icon/icon-harness.ts#L81"
855
1037
  }
856
1038
  ],
857
1039
  "type": {
858
1040
  "type": "reference",
859
1041
  "target": {
860
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
1042
+ "sourceFileName": "node_modules/@skyux/dev-infra-private/node_modules/typescript/lib/lib.es5.d.ts",
861
1043
  "qualifiedName": "Promise"
862
1044
  },
863
1045
  "typeArguments": [
@@ -887,7 +1069,7 @@
887
1069
  "fileName": "projects/icon/src/testing/modules/icon/icon-harness.ts",
888
1070
  "line": 19,
889
1071
  "character": 16,
890
- "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/icon/testing/src/modules/icon/icon-harness.ts#L19"
1072
+ "url": "https://github.com/blackbaud/skyux/blob/2cf2231/libs/components/icon/testing/src/modules/icon/icon-harness.ts#L19"
891
1073
  }
892
1074
  ],
893
1075
  "signatures": [
@@ -925,8 +1107,8 @@
925
1107
  {
926
1108
  "fileName": "libs/components/icon/testing/src/modules/icon/icon-harness.ts",
927
1109
  "line": 19,
928
- "character": 16,
929
- "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/icon/testing/src/modules/icon/icon-harness.ts#L19"
1110
+ "character": 2,
1111
+ "url": "https://github.com/blackbaud/skyux/blob/2cf2231/libs/components/icon/testing/src/modules/icon/icon-harness.ts#L19"
930
1112
  }
931
1113
  ],
932
1114
  "parameters": [
@@ -991,7 +1173,7 @@
991
1173
  "fileName": "projects/icon/src/testing/modules/icon/icon-harness.ts",
992
1174
  "line": 9,
993
1175
  "character": 13,
994
- "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/icon/testing/src/modules/icon/icon-harness.ts#L9"
1176
+ "url": "https://github.com/blackbaud/skyux/blob/2cf2231/libs/components/icon/testing/src/modules/icon/icon-harness.ts#L9"
995
1177
  }
996
1178
  ],
997
1179
  "extendedTypes": [
@@ -1028,8 +1210,7 @@
1028
1210
  "variant": "declaration",
1029
1211
  "kind": 1024,
1030
1212
  "flags": {
1031
- "isOptional": true,
1032
- "isInherited": true
1213
+ "isOptional": true
1033
1214
  },
1034
1215
  "comment": {
1035
1216
  "summary": [
@@ -1062,8 +1243,7 @@
1062
1243
  "variant": "declaration",
1063
1244
  "kind": 1024,
1064
1245
  "flags": {
1065
- "isOptional": true,
1066
- "isInherited": true
1246
+ "isOptional": true
1067
1247
  },
1068
1248
  "comment": {
1069
1249
  "summary": [
@@ -1084,9 +1264,9 @@
1084
1264
  "sources": [
1085
1265
  {
1086
1266
  "fileName": "libs/components/core/testing/src/shared/harness-filters.ts",
1087
- "line": 11,
1267
+ "line": 10,
1088
1268
  "character": 2,
1089
- "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/core/testing/src/shared/harness-filters.ts#L11"
1269
+ "url": "https://github.com/blackbaud/skyux/blob/2cf2231/libs/components/core/testing/src/shared/harness-filters.ts#L10"
1090
1270
  }
1091
1271
  ],
1092
1272
  "type": {
@@ -1099,7 +1279,7 @@
1099
1279
  {
1100
1280
  "type": "reference",
1101
1281
  "target": {
1102
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
1282
+ "sourceFileName": "node_modules/@skyux/dev-infra-private/node_modules/typescript/lib/lib.es5.d.ts",
1103
1283
  "qualifiedName": "RegExp"
1104
1284
  },
1105
1285
  "name": "RegExp",
@@ -1119,8 +1299,7 @@
1119
1299
  "variant": "declaration",
1120
1300
  "kind": 1024,
1121
1301
  "flags": {
1122
- "isOptional": true,
1123
- "isInherited": true
1302
+ "isOptional": true
1124
1303
  },
1125
1304
  "comment": {
1126
1305
  "summary": [
@@ -1163,7 +1342,7 @@
1163
1342
  "fileName": "projects/icon/src/testing/modules/icon/icon-harness-filters.ts",
1164
1343
  "line": 7,
1165
1344
  "character": 17,
1166
- "url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/icon/testing/src/modules/icon/icon-harness-filters.ts#L7"
1345
+ "url": "https://github.com/blackbaud/skyux/blob/2cf2231/libs/components/icon/testing/src/modules/icon/icon-harness-filters.ts#L7"
1167
1346
  }
1168
1347
  ],
1169
1348
  "extendedTypes": [
@@ -1204,42 +1383,54 @@
1204
1383
  "sourceFileName": "libs/components/icon/testing/src/public-api.ts",
1205
1384
  "qualifiedName": ""
1206
1385
  },
1207
- "6": {
1386
+ "3": {
1208
1387
  "sourceFileName": "libs/components/icon/src/lib/modules/icon/icon.module.ts",
1209
1388
  "qualifiedName": "SkyIconModule"
1210
1389
  },
1211
- "9": {
1390
+ "6": {
1391
+ "sourceFileName": "libs/components/icon/src/lib/modules/icon/types/icon-size.ts",
1392
+ "qualifiedName": "SkyIconSize"
1393
+ },
1394
+ "7": {
1212
1395
  "sourceFileName": "libs/components/icon/src/lib/modules/icon/types/icon-type.ts",
1213
1396
  "qualifiedName": "SkyIconType"
1214
1397
  },
1215
- "10": {
1398
+ "8": {
1216
1399
  "sourceFileName": "libs/components/icon/src/lib/modules/icon/types/icon-variant-type.ts",
1217
1400
  "qualifiedName": "SkyIconVariantType"
1218
1401
  },
1219
- "11": {
1402
+ "17": {
1220
1403
  "sourceFileName": "libs/components/icon/src/lib/modules/icon/icon.component.ts",
1221
1404
  "qualifiedName": "SkyIconComponent"
1222
1405
  },
1223
- "14": {
1406
+ "20": {
1224
1407
  "sourceFileName": "libs/components/icon/src/lib/modules/icon/icon.component.ts",
1225
1408
  "qualifiedName": "SkyIconComponent.icon"
1226
1409
  },
1227
- "16": {
1410
+ "21": {
1411
+ "sourceFileName": "libs/components/icon/src/lib/modules/icon/icon.component.ts",
1412
+ "qualifiedName": "SkyIconComponent.iconName"
1413
+ },
1414
+ "22": {
1228
1415
  "sourceFileName": "libs/components/icon/src/lib/modules/icon/icon.component.ts",
1229
1416
  "qualifiedName": "SkyIconComponent.iconType"
1230
1417
  },
1231
- "17": {
1418
+ "23": {
1232
1419
  "sourceFileName": "libs/components/icon/src/lib/modules/icon/icon.component.ts",
1233
1420
  "qualifiedName": "SkyIconComponent.size"
1234
1421
  },
1235
- "18": {
1422
+ "24": {
1236
1423
  "sourceFileName": "libs/components/icon/src/lib/modules/icon/icon.component.ts",
1237
1424
  "qualifiedName": "SkyIconComponent.fixedWidth"
1238
1425
  },
1239
- "19": {
1426
+ "25": {
1240
1427
  "sourceFileName": "libs/components/icon/src/lib/modules/icon/icon.component.ts",
1241
1428
  "qualifiedName": "SkyIconComponent.variant"
1242
1429
  },
1430
+ "26": {
1431
+ "sourceFileName": "libs/components/icon/src/lib/modules/icon/icon.component.ts",
1432
+ "qualifiedName": "SkyIconComponent.iconSize"
1433
+ },
1243
1434
  "28": {
1244
1435
  "sourceFileName": "libs/components/icon/testing/src/modules/icon/icon-harness.ts",
1245
1436
  "qualifiedName": "SkyIconHarness"
@@ -1332,16 +1523,6 @@
1332
1523
  "sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
1333
1524
  "qualifiedName": "BaseHarnessFilters.ancestor"
1334
1525
  }
1335
- },
1336
- "files": {
1337
- "entries": {
1338
- "1": "libs/components/icon/src/index.ts",
1339
- "2": "libs/components/icon/testing/src/public-api.ts"
1340
- },
1341
- "reflections": {
1342
- "1": 1,
1343
- "2": 2
1344
- }
1345
1526
  }
1346
1527
  },
1347
1528
  "codeExamples": [
@@ -1353,7 +1534,7 @@
1353
1534
  {
1354
1535
  "fileName": "demo.component.spec.ts",
1355
1536
  "filePath": "/projects/icon/documentation/code-examples/icon-button/demo.component.spec.ts",
1356
- "rawContents": "import { TestbedHarnessEnvironment } from '@angular/cdk/testing/testbed';\nimport { ComponentFixture, TestBed } from '@angular/core/testing';\nimport { SkyIconHarness } from '@skyux/indicators/testing';\n\nimport { DemoComponent } from './demo.component';\n\ndescribe('Icon button', () => {\n async function setupTest(options: { dataSkyId?: string }): Promise<{\n iconHarness: SkyIconHarness;\n fixture: ComponentFixture<DemoComponent>;\n }> {\n const fixture = TestBed.createComponent(DemoComponent);\n const loader = TestbedHarnessEnvironment.loader(fixture);\n const iconHarness = await loader.getHarness(\n SkyIconHarness.with({\n dataSkyId: options?.dataSkyId,\n }),\n );\n\n return { iconHarness, fixture };\n }\n\n beforeEach(() => {\n TestBed.configureTestingModule({\n imports: [DemoComponent],\n });\n });\n\n it('should display the icon in the text icon button', async () => {\n const { iconHarness, fixture } = await setupTest({\n dataSkyId: 'text-button-icon',\n });\n\n fixture.detectChanges();\n\n await expectAsync(iconHarness.getIconName()).toBeResolvedTo('save');\n });\n\n it('should display the icon in the icon only button', async () => {\n const { iconHarness, fixture } = await setupTest({\n dataSkyId: 'button-icon',\n });\n\n fixture.detectChanges();\n\n await expectAsync(iconHarness.getIconName()).toBeResolvedTo('edit');\n });\n});\n"
1537
+ "rawContents": "import { TestbedHarnessEnvironment } from '@angular/cdk/testing/testbed';\nimport { ComponentFixture, TestBed } from '@angular/core/testing';\nimport { SkyIconHarness } from '@skyux/icon/testing';\n\nimport { DemoComponent } from './demo.component';\n\ndescribe('Icon button', () => {\n async function setupTest(options: { dataSkyId?: string }): Promise<{\n iconHarness: SkyIconHarness;\n fixture: ComponentFixture<DemoComponent>;\n }> {\n const fixture = TestBed.createComponent(DemoComponent);\n const loader = TestbedHarnessEnvironment.loader(fixture);\n const iconHarness = await loader.getHarness(\n SkyIconHarness.with({\n dataSkyId: options?.dataSkyId,\n }),\n );\n\n return { iconHarness, fixture };\n }\n\n beforeEach(() => {\n TestBed.configureTestingModule({\n imports: [DemoComponent],\n });\n });\n\n it('should display the icon in the text icon button', async () => {\n const { iconHarness, fixture } = await setupTest({\n dataSkyId: 'text-button-icon',\n });\n\n fixture.detectChanges();\n\n await expectAsync(iconHarness.getIconName()).toBeResolvedTo('save');\n });\n\n it('should display the icon in the icon only button', async () => {\n const { iconHarness, fixture } = await setupTest({\n dataSkyId: 'button-icon',\n });\n\n fixture.detectChanges();\n\n await expectAsync(iconHarness.getIconName()).toBeResolvedTo('edit');\n });\n});\n"
1357
1538
  },
1358
1539
  {
1359
1540
  "fileName": "demo.component.html",
@@ -1368,7 +1549,7 @@
1368
1549
  {
1369
1550
  "fileName": "demo.component.spec.ts",
1370
1551
  "filePath": "/projects/icon/documentation/code-examples/basic/demo.component.spec.ts",
1371
- "rawContents": "import { TestbedHarnessEnvironment } from '@angular/cdk/testing/testbed';\nimport { ComponentFixture, TestBed } from '@angular/core/testing';\nimport { SkyIconHarness } from '@skyux/indicators/testing';\n\nimport { DemoComponent } from './demo.component';\n\ndescribe('Basic icon', () => {\n async function setupTest(): Promise<{\n iconHarness: SkyIconHarness;\n fixture: ComponentFixture<DemoComponent>;\n }> {\n const fixture = TestBed.createComponent(DemoComponent);\n const loader = TestbedHarnessEnvironment.loader(fixture);\n const iconHarness = await loader.getHarness(\n SkyIconHarness.with({\n dataSkyId: 'icon-demo',\n }),\n );\n\n return { iconHarness, fixture };\n }\n\n beforeEach(() => {\n TestBed.configureTestingModule({\n imports: [DemoComponent],\n });\n });\n\n it('should display the correct icon', async () => {\n const { iconHarness, fixture } = await setupTest();\n\n fixture.detectChanges();\n\n await expectAsync(iconHarness.getIconName()).toBeResolvedTo('calendar');\n await expectAsync(iconHarness.getVariant()).toBeRejectedWithError(\n 'Variant cannot be determined because variants are only assigned to icons with type `skyux`.',\n );\n await expectAsync(iconHarness.getIconSize()).toBeResolvedTo('4x');\n await expectAsync(iconHarness.isFixedWidth()).toBeResolvedTo(true);\n });\n});\n"
1552
+ "rawContents": "import { TestbedHarnessEnvironment } from '@angular/cdk/testing/testbed';\nimport { ComponentFixture, TestBed } from '@angular/core/testing';\nimport { SkyIconHarness } from '@skyux/icon/testing';\n\nimport { DemoComponent } from './demo.component';\n\ndescribe('Basic icon', () => {\n async function setupTest(): Promise<{\n iconHarness: SkyIconHarness;\n fixture: ComponentFixture<DemoComponent>;\n }> {\n const fixture = TestBed.createComponent(DemoComponent);\n const loader = TestbedHarnessEnvironment.loader(fixture);\n const iconHarness = await loader.getHarness(\n SkyIconHarness.with({\n dataSkyId: 'icon-demo',\n }),\n );\n\n return { iconHarness, fixture };\n }\n\n beforeEach(() => {\n TestBed.configureTestingModule({\n imports: [DemoComponent],\n });\n });\n\n it('should display the correct icon', async () => {\n const { iconHarness, fixture } = await setupTest();\n\n fixture.detectChanges();\n\n await expectAsync(iconHarness.getIconName()).toBeResolvedTo('calendar');\n await expectAsync(iconHarness.getVariant()).toBeRejectedWithError(\n 'Variant cannot be determined because variants are only assigned to icons with type `skyux`.',\n );\n await expectAsync(iconHarness.getIconSize()).toBeResolvedTo('4x');\n await expectAsync(iconHarness.isFixedWidth()).toBeResolvedTo(true);\n });\n});\n"
1372
1553
  },
1373
1554
  {
1374
1555
  "fileName": "demo.component.html",
@@ -1378,32 +1559,26 @@
1378
1559
  ],
1379
1560
  "codeExampleDependencies": {
1380
1561
  "/projects/icon/documentation/code-examples/icon-button": {
1381
- "@angular-devkit/core": "19.0.6",
1382
- "@angular-devkit/schematics": "19.0.6",
1383
- "@angular/animations": "19.0.5",
1384
- "@angular/cdk": "19.0.4",
1385
- "@angular/cli": "19.0.6",
1386
- "@angular/common": "19.0.5",
1387
- "@angular/core": "19.0.5",
1388
- "@angular/platform-browser": "19.0.5",
1389
- "@angular/router": "19.0.5",
1390
- "@blackbaud/skyux-design-tokens": "0.0.42",
1391
- "@schematics/angular": "19.0.6",
1392
- "@skyux-sdk/testing": "12.0.0-alpha.0",
1393
- "@skyux/assets": "12.0.0-alpha.0",
1394
- "@skyux/core": "12.0.0-alpha.0",
1395
- "@skyux/help-inline": "12.0.0-alpha.0",
1396
- "@skyux/i18n": "12.0.0-alpha.0",
1397
- "@skyux/icon": "12.0.0-alpha.0",
1398
- "@skyux/icons": "7.8.0",
1399
- "@skyux/indicators": "12.0.0-alpha.0",
1400
- "@skyux/popovers": "12.0.0-alpha.0",
1401
- "@skyux/theme": "12.0.0-alpha.0",
1562
+ "@angular-devkit/core": "19.2.1",
1563
+ "@angular-devkit/schematics": "19.2.1",
1564
+ "@angular/animations": "19.2.1",
1565
+ "@angular/cdk": "19.2.2",
1566
+ "@angular/cli": "19.2.1",
1567
+ "@angular/common": "19.2.1",
1568
+ "@angular/core": "19.2.1",
1569
+ "@angular/platform-browser": "19.2.1",
1570
+ "@angular/router": "19.2.1",
1571
+ "@blackbaud/skyux-design-tokens": "0.0.45",
1572
+ "@schematics/angular": "19.2.1",
1573
+ "@skyux/assets": "12.0.0-alpha.10",
1574
+ "@skyux/core": "12.0.0-alpha.10",
1575
+ "@skyux/i18n": "12.0.0-alpha.10",
1576
+ "@skyux/icon": "12.0.0-alpha.10",
1577
+ "@skyux/icons": "7.14.1",
1578
+ "@skyux/theme": "12.0.0-alpha.10",
1402
1579
  "@types/node": "20.14.12",
1403
- "axe-core": "4.10.0",
1404
- "cross-spawn": "7.0.6",
1580
+ "ajv": "8.17.1",
1405
1581
  "fontfaceobserver": "2.3.0",
1406
- "glob": "11.0.0",
1407
1582
  "jsonc-parser": "3.3.1",
1408
1583
  "minimist": "1.2.8",
1409
1584
  "rxjs": "7.8.1",
@@ -1411,32 +1586,26 @@
1411
1586
  "zone.js": "0.15.0"
1412
1587
  },
1413
1588
  "/projects/icon/documentation/code-examples/basic": {
1414
- "@angular-devkit/core": "19.0.6",
1415
- "@angular-devkit/schematics": "19.0.6",
1416
- "@angular/animations": "19.0.5",
1417
- "@angular/cdk": "19.0.4",
1418
- "@angular/cli": "19.0.6",
1419
- "@angular/common": "19.0.5",
1420
- "@angular/core": "19.0.5",
1421
- "@angular/platform-browser": "19.0.5",
1422
- "@angular/router": "19.0.5",
1423
- "@blackbaud/skyux-design-tokens": "0.0.42",
1424
- "@schematics/angular": "19.0.6",
1425
- "@skyux-sdk/testing": "12.0.0-alpha.0",
1426
- "@skyux/assets": "12.0.0-alpha.0",
1427
- "@skyux/core": "12.0.0-alpha.0",
1428
- "@skyux/help-inline": "12.0.0-alpha.0",
1429
- "@skyux/i18n": "12.0.0-alpha.0",
1430
- "@skyux/icon": "12.0.0-alpha.0",
1431
- "@skyux/icons": "7.8.0",
1432
- "@skyux/indicators": "12.0.0-alpha.0",
1433
- "@skyux/popovers": "12.0.0-alpha.0",
1434
- "@skyux/theme": "12.0.0-alpha.0",
1589
+ "@angular-devkit/core": "19.2.1",
1590
+ "@angular-devkit/schematics": "19.2.1",
1591
+ "@angular/animations": "19.2.1",
1592
+ "@angular/cdk": "19.2.2",
1593
+ "@angular/cli": "19.2.1",
1594
+ "@angular/common": "19.2.1",
1595
+ "@angular/core": "19.2.1",
1596
+ "@angular/platform-browser": "19.2.1",
1597
+ "@angular/router": "19.2.1",
1598
+ "@blackbaud/skyux-design-tokens": "0.0.45",
1599
+ "@schematics/angular": "19.2.1",
1600
+ "@skyux/assets": "12.0.0-alpha.10",
1601
+ "@skyux/core": "12.0.0-alpha.10",
1602
+ "@skyux/i18n": "12.0.0-alpha.10",
1603
+ "@skyux/icon": "12.0.0-alpha.10",
1604
+ "@skyux/icons": "7.14.1",
1605
+ "@skyux/theme": "12.0.0-alpha.10",
1435
1606
  "@types/node": "20.14.12",
1436
- "axe-core": "4.10.0",
1437
- "cross-spawn": "7.0.6",
1607
+ "ajv": "8.17.1",
1438
1608
  "fontfaceobserver": "2.3.0",
1439
- "glob": "11.0.0",
1440
1609
  "jsonc-parser": "3.3.1",
1441
1610
  "minimist": "1.2.8",
1442
1611
  "rxjs": "7.8.1",