* started work on OcsBanner for docs.base.org
* matched banner style to implementation on base.org
* Added domain to href, fixed anchor style on hover
* updated designs and removed unnecessary isOnPage logic
* moved Sprig integration from apps/web to libs
* deleted unused Sprig integration code from apps/web
* refactored useSprig hook to take configurable environmentId parameter
* Integrated Sprig into base-docs
* refactored sprig domains CSP to be hardcoded in apps
* Refactored base-docs Sprig integration to address import statement issues and supported sprig domains in CSP
* updated yarn dependencies
* refactored the base-docs Sprig integration to be on the layout Root instead of the index page
* Deleted eslintrc file
* Add Coinbase cookie banner to Base Web.
* Base Web - Add cookie policy page and cookie manager. Init CCA with device ID cookie.
* Base Docs - Add cookie policy page and cookie manager. Init CCA with device ID cookie.
* Add custom CookieBanner theme to improve contrast.
* Ignore eslint rule affecting useCookie from @coinbase/cookie-manager.
* Explicitly set base.org domain for cookie.
* Remove domain param from setCookie.
* Add Coinbase cookie banner to Base Web.
* Base Web - Add cookie policy page and cookie manager. Init CCA with device ID cookie.
* Base Docs - Add cookie policy page and cookie manager. Init CCA with device ID cookie.
* Add custom CookieBanner theme to improve contrast.
* Ignore eslint rule affecting useCookie from @coinbase/cookie-manager.
* Explicitly set base.org domain for cookie.
* Add Coinbase cookie banner to Base Web.
* Base Web - Add cookie policy page and cookie manager. Init CCA with device ID cookie.
* Base Docs - Add cookie policy page and cookie manager. Init CCA with device ID cookie.
* Add custom CookieBanner theme to improve contrast.
* Ignore eslint rule affecting useCookie from @coinbase/cookie-manager.
* Add Client Analytics pageview tracking to Base Docs app.
* Add Client Analytics pageview tracking to Base Web app.
* Add import plugin to fix dotenv linting in docusaurus.config.js
* Switch to .ts files and disable type-checking and linting.
* Update initCCA file extension in docs config.
* Add execution environment check before using window variable.
* Replace process.env with publicRuntimeConfig.
* Remove Amplitude env vars. Remove device id from analytics init files.
* Remove duplicate dotenv call.