@skyux/pages 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 +4 -134
  2. package/package.json +6 -6
@@ -38,29 +38,7 @@
38
38
  }
39
39
  }
40
40
  ],
41
- "children": [
42
- {
43
- "id": 28,
44
- "name": "constructor",
45
- "kind": 512,
46
- "kindString": "Constructor",
47
- "flags": {},
48
- "signatures": [
49
- {
50
- "id": 29,
51
- "name": "new SkyActionHubModule",
52
- "kind": 16384,
53
- "kindString": "Constructor signature",
54
- "flags": {},
55
- "type": {
56
- "type": "reference",
57
- "id": 27,
58
- "name": "SkyActionHubModule"
59
- }
60
- }
61
- ]
62
- }
63
- ],
41
+ "children": [],
64
42
  "groups": [
65
43
  {
66
44
  "title": "Constructors",
@@ -98,29 +76,7 @@
98
76
  }
99
77
  }
100
78
  ],
101
- "children": [
102
- {
103
- "id": 60,
104
- "name": "constructor",
105
- "kind": 512,
106
- "kindString": "Constructor",
107
- "flags": {},
108
- "signatures": [
109
- {
110
- "id": 61,
111
- "name": "new SkyPageHeaderModule",
112
- "kind": 16384,
113
- "kindString": "Constructor signature",
114
- "flags": {},
115
- "type": {
116
- "type": "reference",
117
- "id": 59,
118
- "name": "SkyPageHeaderModule"
119
- }
120
- }
121
- ]
122
- }
123
- ],
79
+ "children": [],
124
80
  "groups": [
125
81
  {
126
82
  "title": "Constructors",
@@ -162,27 +118,6 @@
162
118
  }
163
119
  ],
164
120
  "children": [
165
- {
166
- "id": 2,
167
- "name": "constructor",
168
- "kind": 512,
169
- "kindString": "Constructor",
170
- "flags": {},
171
- "signatures": [
172
- {
173
- "id": 3,
174
- "name": "SkyActionHubComponent",
175
- "kind": 16384,
176
- "kindString": "Constructor signature",
177
- "flags": {},
178
- "type": {
179
- "type": "reference",
180
- "id": 1,
181
- "name": "SkyActionHubComponent"
182
- }
183
- }
184
- ]
185
- },
186
121
  {
187
122
  "id": 4,
188
123
  "name": "needsAttention",
@@ -616,29 +551,7 @@
616
551
  }
617
552
  }
618
553
  ],
619
- "children": [
620
- {
621
- "id": 17,
622
- "name": "constructor",
623
- "kind": 512,
624
- "kindString": "Constructor",
625
- "flags": {},
626
- "signatures": [
627
- {
628
- "id": 18,
629
- "name": "SkyActionHubButtonsComponent",
630
- "kind": 16384,
631
- "kindString": "Constructor signature",
632
- "flags": {},
633
- "type": {
634
- "type": "reference",
635
- "id": 16,
636
- "name": "SkyActionHubButtonsComponent"
637
- }
638
- }
639
- ]
640
- }
641
- ],
554
+ "children": [],
642
555
  "groups": [
643
556
  {
644
557
  "title": "Constructors",
@@ -679,29 +592,7 @@
679
592
  }
680
593
  }
681
594
  ],
682
- "children": [
683
- {
684
- "id": 20,
685
- "name": "constructor",
686
- "kind": 512,
687
- "kindString": "Constructor",
688
- "flags": {},
689
- "signatures": [
690
- {
691
- "id": 21,
692
- "name": "SkyActionHubContentComponent",
693
- "kind": 16384,
694
- "kindString": "Constructor signature",
695
- "flags": {},
696
- "type": {
697
- "type": "reference",
698
- "id": 19,
699
- "name": "SkyActionHubContentComponent"
700
- }
701
- }
702
- ]
703
- }
704
- ],
595
+ "children": [],
705
596
  "groups": [
706
597
  {
707
598
  "title": "Constructors",
@@ -740,27 +631,6 @@
740
631
  }
741
632
  ],
742
633
  "children": [
743
- {
744
- "id": 23,
745
- "name": "constructor",
746
- "kind": 512,
747
- "kindString": "Constructor",
748
- "flags": {},
749
- "signatures": [
750
- {
751
- "id": 24,
752
- "name": "SkyPageHeaderComponent",
753
- "kind": 16384,
754
- "kindString": "Constructor signature",
755
- "flags": {},
756
- "type": {
757
- "type": "reference",
758
- "id": 22,
759
- "name": "SkyPageHeaderComponent"
760
- }
761
- }
762
- ]
763
- },
764
634
  {
765
635
  "id": 26,
766
636
  "name": "pageTitle",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/pages",
3
- "version": "5.6.1",
3
+ "version": "5.6.2",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -19,11 +19,11 @@
19
19
  "@angular/common": "^12.2.16",
20
20
  "@angular/core": "^12.2.16",
21
21
  "@angular/router": "^12.2.16",
22
- "@skyux/i18n": "5.6.1",
23
- "@skyux/indicators": "5.6.1",
24
- "@skyux/layout": "5.6.1",
25
- "@skyux/router": "5.6.1",
26
- "@skyux/theme": "5.6.1"
22
+ "@skyux/i18n": "5.6.2",
23
+ "@skyux/indicators": "5.6.2",
24
+ "@skyux/layout": "5.6.2",
25
+ "@skyux/router": "5.6.2",
26
+ "@skyux/theme": "5.6.2"
27
27
  },
28
28
  "dependencies": {
29
29
  "tslib": "^2.3.1"