@access-ci/ui 0.16.0 → 0.18.0
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/README.md +5 -1
- package/dist/access-ci-ui.bundle.js +231 -98
- package/dist/access-ci-ui.js +4 -4
- package/dist/access-ci-ui.umd.cjs +220 -87
- package/dist/access-qa-bot-joJZ-oTE.js +9855 -0
- package/dist/{icon-Dasjn7HU.js → icon-CapWmpVp.js} +1 -1
- package/dist/{index-Cde7qLQy.js → index-T34fr9d9.js} +1861 -1855
- package/dist/{resource-group-detail-DUrIFF32.js → resource-group-detail-rhphmKhB.js} +2 -2
- package/dist/{resource-home-DH7UHcaq.js → resource-home-ChHDwtIu.js} +2 -2
- package/package.json +3 -2
- package/dist/access-qa-bot-C2_M7p-h.js +0 -8090
package/README.md
CHANGED
|
@@ -59,7 +59,7 @@ The library includes functions for rendering common ACCESS user interface compon
|
|
|
59
59
|
tableOfContents,
|
|
60
60
|
universalMenuItems,
|
|
61
61
|
universalMenus,
|
|
62
|
-
} from "https://unpkg.com/@access-ci/ui@0.
|
|
62
|
+
} from "https://unpkg.com/@access-ci/ui@0.17.0/dist/access-ci-ui.js";
|
|
63
63
|
|
|
64
64
|
const siteItems = [
|
|
65
65
|
{
|
|
@@ -137,6 +137,10 @@ The library includes functions for rendering common ACCESS user interface compon
|
|
|
137
137
|
accessId: "jdoe123",
|
|
138
138
|
isLoggedIn: true,
|
|
139
139
|
welcome: "Welcome to the ACCESS Q&A Bot!",
|
|
140
|
+
onAnalyticsEvent: (event) => {
|
|
141
|
+
window.dataLayer = window.dataLayer || [];
|
|
142
|
+
window.dataLayer.push(event);
|
|
143
|
+
},
|
|
140
144
|
});
|
|
141
145
|
</script>
|
|
142
146
|
```
|