diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9010c32fb..9cdcb312f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
## [Unreleased]
+## [0.2.7] - January 12th 2023
+
## [0.2.6] - January 10th 2023
## [0.2.5] - December 20th 2022
@@ -37,5 +39,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
[0.2.4]: https://github.com/Esri/solution.js/compare/v0.2.3...v0.2.4 "v0.2.4"
[0.2.5]: https://github.com/Esri/solution.js/compare/v0.2.4...v0.2.5 "v0.2.5"
[0.2.6]: https://github.com/Esri/solution.js/compare/v0.2.5...v0.2.6 "v0.2.6"
-[Unreleased]: https://github.com/Esri/solution.js/compare/v0.2.6...HEAD "Unreleased Changes"
+[0.2.6]: https://github.com/Esri/solution.js/compare/v0.2.6...v0.2.7 "v0.2.6"
+[Unreleased]: https://github.com/Esri/solution.js/compare/v0.2.7...HEAD "Unreleased Changes"
diff --git a/package-lock.json b/package-lock.json
index 4861b81a4..6e834f70b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,21 +1,22 @@
{
"name": "@esri/solutions-components",
- "version": "0.2.6",
+ "version": "0.2.7",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@esri/solutions-components",
- "version": "0.2.6",
+ "version": "0.2.7",
"license": "Apache-2.0",
"dependencies": {
"@arcgis/core": "4.25.0-next.20221031",
+ "@stencil/core": "^2.20.0",
+ "focus-trap": "7.2.0",
"minimist": "^1.2.6"
},
"devDependencies": {
"@esri/eslint-plugin-calcite-components": "^0.2.2",
"@esri/solution-common": "1.5.3",
- "@stencil/core": "^2.18.1",
"@stencil/postcss": "^2.1.0",
"@stencil/sass": "^2.0.0",
"@stencil/store": "^2.0.1",
@@ -94,6 +95,14 @@
"sortablejs": "~1.15.0"
}
},
+ "node_modules/@arcgis/core/node_modules/focus-trap": {
+ "version": "7.0.0",
+ "resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-7.0.0.tgz",
+ "integrity": "sha512-uT4Bl8TwU+5vVAx/DHil/1eVS54k9unqhK/vGy2KSh7esPmqgC0koAB9J2sJ+vtj8+vmiFyGk2unLkhNLQaxoA==",
+ "dependencies": {
+ "tabbable": "^6.0.0"
+ }
+ },
"node_modules/@babel/code-frame": {
"version": "7.18.6",
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.18.6.tgz",
@@ -1718,7 +1727,6 @@
"version": "2.21.0",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.21.0.tgz",
"integrity": "sha512-c4mVCl87wTV8u7ExQqiiQU5XrkzXjq8ll8skPlFHlJ7+5hGWhRpuVqKgVYJPN1mC/ucRqCUfjzSNUD7cFKHhkw==",
- "dev": true,
"bin": {
"stencil": "bin/stencil"
},
@@ -3104,9 +3112,9 @@
}
},
"node_modules/caniuse-lite": {
- "version": "1.0.30001442",
- "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001442.tgz",
- "integrity": "sha512-239m03Pqy0hwxYPYR5JwOIxRJfLTWtle9FV8zosfV5pHg+/51uD4nxcUlM8+mWWGfwKtt8lJNHnD3cWw9VZ6ow==",
+ "version": "1.0.30001443",
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001443.tgz",
+ "integrity": "sha512-jUo8svymO8+Mkj3qbUbVjR8zv8LUGpGkUM/jKvc9SO2BvjCI980dp9fQbf/dyLs6RascPzgR4nhAKFA4OHeSaA==",
"dev": true,
"funding": [
{
@@ -5186,11 +5194,11 @@
"dev": true
},
"node_modules/focus-trap": {
- "version": "7.0.0",
- "resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-7.0.0.tgz",
- "integrity": "sha512-uT4Bl8TwU+5vVAx/DHil/1eVS54k9unqhK/vGy2KSh7esPmqgC0koAB9J2sJ+vtj8+vmiFyGk2unLkhNLQaxoA==",
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-7.2.0.tgz",
+ "integrity": "sha512-v4wY6HDDYvzkBy4735kW5BUEuw6Yz9ABqMYLuTNbzAFPcBOGiGHwwcNVMvUz4G0kgSYh13wa/7TG3XwTeT4O/A==",
"dependencies": {
- "tabbable": "^6.0.0"
+ "tabbable": "^6.0.1"
}
},
"node_modules/for-each": {
@@ -12806,6 +12814,16 @@
"focus-trap": "~7.0.0",
"luxon": "~3.0.4",
"sortablejs": "~1.15.0"
+ },
+ "dependencies": {
+ "focus-trap": {
+ "version": "7.0.0",
+ "resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-7.0.0.tgz",
+ "integrity": "sha512-uT4Bl8TwU+5vVAx/DHil/1eVS54k9unqhK/vGy2KSh7esPmqgC0koAB9J2sJ+vtj8+vmiFyGk2unLkhNLQaxoA==",
+ "requires": {
+ "tabbable": "^6.0.0"
+ }
+ }
}
},
"@babel/code-frame": {
@@ -14115,8 +14133,7 @@
"@stencil/core": {
"version": "2.21.0",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.21.0.tgz",
- "integrity": "sha512-c4mVCl87wTV8u7ExQqiiQU5XrkzXjq8ll8skPlFHlJ7+5hGWhRpuVqKgVYJPN1mC/ucRqCUfjzSNUD7cFKHhkw==",
- "dev": true
+ "integrity": "sha512-c4mVCl87wTV8u7ExQqiiQU5XrkzXjq8ll8skPlFHlJ7+5hGWhRpuVqKgVYJPN1mC/ucRqCUfjzSNUD7cFKHhkw=="
},
"@stencil/postcss": {
"version": "2.1.0",
@@ -15147,9 +15164,9 @@
"dev": true
},
"caniuse-lite": {
- "version": "1.0.30001442",
- "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001442.tgz",
- "integrity": "sha512-239m03Pqy0hwxYPYR5JwOIxRJfLTWtle9FV8zosfV5pHg+/51uD4nxcUlM8+mWWGfwKtt8lJNHnD3cWw9VZ6ow==",
+ "version": "1.0.30001443",
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001443.tgz",
+ "integrity": "sha512-jUo8svymO8+Mkj3qbUbVjR8zv8LUGpGkUM/jKvc9SO2BvjCI980dp9fQbf/dyLs6RascPzgR4nhAKFA4OHeSaA==",
"dev": true
},
"capture-exit": {
@@ -16745,11 +16762,11 @@
"dev": true
},
"focus-trap": {
- "version": "7.0.0",
- "resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-7.0.0.tgz",
- "integrity": "sha512-uT4Bl8TwU+5vVAx/DHil/1eVS54k9unqhK/vGy2KSh7esPmqgC0koAB9J2sJ+vtj8+vmiFyGk2unLkhNLQaxoA==",
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-7.2.0.tgz",
+ "integrity": "sha512-v4wY6HDDYvzkBy4735kW5BUEuw6Yz9ABqMYLuTNbzAFPcBOGiGHwwcNVMvUz4G0kgSYh13wa/7TG3XwTeT4O/A==",
"requires": {
- "tabbable": "^6.0.0"
+ "tabbable": "^6.0.1"
}
},
"for-each": {
diff --git a/package.json b/package.json
index 6bbc13356..de57831ab 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@esri/solutions-components",
- "version": "0.2.6",
+ "version": "0.2.7",
"description": "Web Components for Esri's Solutions Applications",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
@@ -31,7 +31,6 @@
},
"devDependencies": {
"@esri/eslint-plugin-calcite-components": "^0.2.2",
- "@stencil/core": "^2.18.1",
"@stencil/postcss": "^2.1.0",
"@stencil/sass": "^2.0.0",
"@stencil/store": "^2.0.1",
@@ -68,7 +67,9 @@
},
"dependencies": {
"@arcgis/core": "4.25.0-next.20221031",
- "minimist": "^1.2.6"
+ "minimist": "^1.2.6",
+ "@stencil/core": "^2.20.0",
+ "focus-trap": "7.2.0"
},
"peerDependencies": {
"@esri/arcgis-rest-auth": "^3.4.2",
diff --git a/src/demos/new-public-notification.html b/src/demos/new-public-notification.html
index 8fcd64c7e..8627ff004 100644
--- a/src/demos/new-public-notification.html
+++ b/src/demos/new-public-notification.html
@@ -55,14 +55,14 @@
-
+
-
-
+
+