stable
Clone or download
Read-only
request #20906: Split TLP popovers to its own library
No functional change expected. Apps using TLP's popovers still work as before. Change-Id: I968106f548841a6478857740c9b4de0a18fda0c1
Modified Files
Name | ||||
---|---|---|---|---|
M | src/package.json | +1 | −0 | Go to diff View file |
M | src/scripts/FlamingParrot/index.js | +1 | −1 | Go to diff View file |
A | src/scripts/lib/tlp-popovers/.gitignore | +2 | −0 | Go to diff View file |
A | src/scripts/lib/tlp-popovers/jest.config.js | +25 | −0 | Go to diff View file |
A | src/scripts/lib/tlp-popovers/package-lock.json | +13 | −0 | Go to diff View file |
A | src/scripts/lib/tlp-popovers/package.json | +28 | −0 | Go to diff View file |
A | src/scripts/lib/tlp-popovers/src/index.ts | +29 | −0 | Go to diff View file |
R | src/themes/tlp/src/js/popovers.test.ts | Go to diff View file | ||
R | src/themes/tlp/src/js/popovers.ts | Go to diff View file | ||
A | src/scripts/lib/tlp-popovers/themes/style.scss | +250 | −0 | Go to diff View file |
A | src/scripts/lib/tlp-popovers/tsconfig.json | +10 | −0 | Go to diff View file |
A | src/scripts/lib/tlp-popovers/vite.config.ts | +38 | −0 | Go to diff View file |
M | src/themes/FlamingParrot/css/utils/_navbar.scss | +0 | −2 | Go to diff View file |
M | src/themes/FlamingParrot/css/utils/_pre-definitions.scss | +1 | −0 | Go to diff View file |
M | src/themes/tlp/package-lock.json | +0 | −5 | Go to diff View file |
M | src/themes/tlp/package.json | +1 | −1 | Go to diff View file |
M | src/themes/tlp/src/js/index.ts | +1 | −9 | Go to diff View file |
M | src/themes/tlp/src/scss/_components.scss | +2 | −1 | Go to diff View file |