gitextract_jyj6cf0v/ ├── .gitignore ├── .hophoprc ├── .smooth-releaserc ├── CHANGELOG.md ├── LICENSE ├── README.md ├── ci/ │ ├── pipeline.yml │ ├── test.sh │ └── test.yml ├── examples/ │ ├── Examples.md │ └── examples.scss ├── package.json ├── src/ │ ├── BannerContent.tsx │ ├── CookieBanner.tsx │ ├── CookieBannerUniversal.tsx │ ├── README.md │ ├── index.ts │ └── styleUtils.ts ├── styleguide/ │ ├── index.html │ └── setup.ts ├── styleguide.config.js ├── test/ │ ├── setup.js │ └── tests/ │ ├── CookieBanner.test.tsx │ └── __snapshots__/ │ └── CookieBanner.test.tsx.snap ├── tsconfig.json ├── typings/ │ └── react-cookie.d.ts └── webpack.config.js