@skyux/popovers 8.2.2 → 8.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/documentation.json +4 -4
- package/package.json +6 -6
package/documentation.json
CHANGED
|
@@ -4018,7 +4018,7 @@
|
|
|
4018
4018
|
"sources": [
|
|
4019
4019
|
{
|
|
4020
4020
|
"fileName": "projects/popovers/src/testing/dropdown/harness/dropdown-harness.ts",
|
|
4021
|
-
"line":
|
|
4021
|
+
"line": 78,
|
|
4022
4022
|
"character": 15
|
|
4023
4023
|
}
|
|
4024
4024
|
],
|
|
@@ -4059,7 +4059,7 @@
|
|
|
4059
4059
|
"sources": [
|
|
4060
4060
|
{
|
|
4061
4061
|
"fileName": "projects/popovers/src/testing/dropdown/harness/dropdown-harness.ts",
|
|
4062
|
-
"line":
|
|
4062
|
+
"line": 95,
|
|
4063
4063
|
"character": 15
|
|
4064
4064
|
}
|
|
4065
4065
|
],
|
|
@@ -4147,7 +4147,7 @@
|
|
|
4147
4147
|
"sources": [
|
|
4148
4148
|
{
|
|
4149
4149
|
"fileName": "projects/popovers/src/testing/dropdown/harness/dropdown-harness.ts",
|
|
4150
|
-
"line":
|
|
4150
|
+
"line": 102,
|
|
4151
4151
|
"character": 15
|
|
4152
4152
|
}
|
|
4153
4153
|
],
|
|
@@ -4187,7 +4187,7 @@
|
|
|
4187
4187
|
"sources": [
|
|
4188
4188
|
{
|
|
4189
4189
|
"fileName": "projects/popovers/src/testing/dropdown/harness/dropdown-harness.ts",
|
|
4190
|
-
"line":
|
|
4190
|
+
"line": 111,
|
|
4191
4191
|
"character": 15
|
|
4192
4192
|
}
|
|
4193
4193
|
],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux/popovers",
|
|
3
|
-
"version": "8.2.
|
|
3
|
+
"version": "8.2.4",
|
|
4
4
|
"author": "Blackbaud, Inc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"blackbaud",
|
|
@@ -45,11 +45,11 @@
|
|
|
45
45
|
"@angular/common": "^15.2.9",
|
|
46
46
|
"@angular/core": "^15.2.9",
|
|
47
47
|
"@angular/platform-browser": "^15.2.9",
|
|
48
|
-
"@skyux-sdk/testing": "8.2.
|
|
49
|
-
"@skyux/core": "8.2.
|
|
50
|
-
"@skyux/i18n": "8.2.
|
|
51
|
-
"@skyux/indicators": "8.2.
|
|
52
|
-
"@skyux/theme": "8.2.
|
|
48
|
+
"@skyux-sdk/testing": "8.2.4",
|
|
49
|
+
"@skyux/core": "8.2.4",
|
|
50
|
+
"@skyux/i18n": "8.2.4",
|
|
51
|
+
"@skyux/indicators": "8.2.4",
|
|
52
|
+
"@skyux/theme": "8.2.4"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"tslib": "^2.5.0"
|