React based Components and Hooks
import { AfterDelay } from '@webextensions/react/components/AfterDelay/AfterDelay.js';
import { ClickToShow } from '@webextensions/react/components/ClickToShow/ClickToShow.js';
import { CopyIcon } from '@webextensions/react/components/CopyIcon/CopyIcon.js';
import '@webextensions/react/components/Loading/Loading.css';
import { Loading } from '@webextensions/react/components/Loading/Loading.js';
import { useAjax } from '@webextensions/react/hooks/useAjax/useAjax.js';
import { useLocalStorage } from '@webextensions/react/hooks/useLocalStorage/useLocalStorage.js';
import { useMinHeight } from '@webextensions/react/hooks/useMinHeight/useMinHeight.js';
Steps to publish:
$ npm install
$ npm test
$ npm run install-without-peerDependencies
$ npm start
$ npm version <patch/minor/major/...>
$ npm publish