@cccsaurora/howler-ui 2.19.0-cases.862 → 2.19.0-cases.863

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.
@@ -196,7 +196,7 @@ const createRouter = () => createBrowserRouter([
196
196
  },
197
197
  {
198
198
  path: 'cases/:id',
199
- element: _jsx(CaseViewer, {}),
199
+ element: _jsx(ParameterProvider, { children: _jsx(CaseViewer, {}) }),
200
200
  children: [
201
201
  {
202
202
  index: true,
package/package.json CHANGED
@@ -96,7 +96,7 @@
96
96
  "internal-slot": "1.0.7"
97
97
  },
98
98
  "type": "module",
99
- "version": "2.19.0-cases.862",
99
+ "version": "2.19.0-cases.863",
100
100
  "exports": {
101
101
  "./i18n": "./i18n.js",
102
102
  "./index.css": "./index.css",