@skyux/progress-indicator 5.6.1 → 5.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/documentation.json +2 -62
  2. package/package.json +5 -5
@@ -298,22 +298,6 @@
298
298
  }
299
299
  }
300
300
  ]
301
- },
302
- {
303
- "id": 171,
304
- "name": "advance",
305
- "kind": 1024,
306
- "kindString": "Property",
307
- "flags": {
308
- "isPublic": true,
309
- "isReadonly": true
310
- },
311
- "type": {
312
- "type": "reference",
313
- "qualifiedName": "Function",
314
- "package": "typescript",
315
- "name": "Function"
316
- }
317
301
  }
318
302
  ],
319
303
  "groups": [
@@ -360,29 +344,7 @@
360
344
  }
361
345
  }
362
346
  ],
363
- "children": [
364
- {
365
- "id": 162,
366
- "name": "constructor",
367
- "kind": 512,
368
- "kindString": "Constructor",
369
- "flags": {},
370
- "signatures": [
371
- {
372
- "id": 163,
373
- "name": "new SkyProgressIndicatorModule",
374
- "kind": 16384,
375
- "kindString": "Constructor signature",
376
- "flags": {},
377
- "type": {
378
- "type": "reference",
379
- "id": 161,
380
- "name": "SkyProgressIndicatorModule"
381
- }
382
- }
383
- ]
384
- }
385
- ],
347
+ "children": [],
386
348
  "groups": [
387
349
  {
388
350
  "title": "Constructors",
@@ -2686,29 +2648,7 @@
2686
2648
  }
2687
2649
  }
2688
2650
  ],
2689
- "children": [
2690
- {
2691
- "id": 159,
2692
- "name": "constructor",
2693
- "kind": 512,
2694
- "kindString": "Constructor",
2695
- "flags": {},
2696
- "signatures": [
2697
- {
2698
- "id": 160,
2699
- "name": "SkyProgressIndicatorTitleComponent",
2700
- "kind": 16384,
2701
- "kindString": "Constructor signature",
2702
- "flags": {},
2703
- "type": {
2704
- "type": "reference",
2705
- "id": 158,
2706
- "name": "SkyProgressIndicatorTitleComponent"
2707
- }
2708
- }
2709
- ]
2710
- }
2711
- ],
2651
+ "children": [],
2712
2652
  "groups": [
2713
2653
  {
2714
2654
  "title": "Constructors",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/progress-indicator",
3
- "version": "5.6.1",
3
+ "version": "5.6.2",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -18,10 +18,10 @@
18
18
  "peerDependencies": {
19
19
  "@angular/common": "^12.2.16",
20
20
  "@angular/core": "^12.2.16",
21
- "@skyux/core": "5.6.1",
22
- "@skyux/i18n": "5.6.1",
23
- "@skyux/indicators": "5.6.1",
24
- "@skyux/theme": "5.6.1"
21
+ "@skyux/core": "5.6.2",
22
+ "@skyux/i18n": "5.6.2",
23
+ "@skyux/indicators": "5.6.2",
24
+ "@skyux/theme": "5.6.2"
25
25
  },
26
26
  "dependencies": {
27
27
  "tslib": "^2.3.1"