@pantheon-systems/pds-toolkit-react 1.0.0-dev.254 → 1.0.0-dev.255
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/_dist/components/icons/Icon/Icon.d.ts +1 -1
- package/_dist/components/navigation/DashboardNav/dashboard-nav-utilities.d.ts +0 -1
- package/_dist/components/navigation/navigation-types.d.ts +0 -1
- package/_dist/components/navigation/navigation-utilities.d.ts +0 -1
- package/_dist/components/notifications/Toaster/useToast.d.ts +1 -5
- package/_dist/css/pds-core.css +1 -1
- package/_dist/index.js +1 -1
- package/_dist/index.js.map +1 -1
- package/_dist/libs/components/sb-docs-toc-layout.d.ts +4 -0
- package/package.json +3 -2
package/_dist/index.js
CHANGED
|
@@ -3743,7 +3743,7 @@ var Ot = { exports: {} };
|
|
|
3743
3743
|
currentScript: function() {
|
|
3744
3744
|
if (typeof document == "undefined")
|
|
3745
3745
|
return null;
|
|
3746
|
-
if (
|
|
3746
|
+
if (document.currentScript && document.currentScript.tagName === "SCRIPT")
|
|
3747
3747
|
return (
|
|
3748
3748
|
/** @type {any} */
|
|
3749
3749
|
document.currentScript
|