stable
Clone or download
Read-only
part of request #26742 Split TLP dropdowns to its own library No functional change expected on TLP dropdowns and Help dropdown (help button in bottom right of the screen). TLP popover bundle should be a little smaller (@floating-ui/dom is external now). Change-Id: I21d6f75d121e662ea786d40d9bc23a2006ab8dc1
Modified Files
Name | ||||
---|---|---|---|---|
A | lib/frontend/tlp-dropdown/.gitignore | +1 | −0 | Go to diff View file |
R | src/themes/tlp/jest.config.js | Go to diff View file | ||
A | lib/frontend/tlp-dropdown/package.json | +23 | −0 | Go to diff View file |
A | lib/frontend/tlp-dropdown/pnpm-lock.yaml | +23 | −0 | Go to diff View file |
R | src/themes/tlp/src/js/dropdowns.test.ts | Go to diff View file | ||
R | src/themes/tlp/src/js/dropdowns.ts | Go to diff View file | ||
A | lib/frontend/tlp-dropdown/src/index.ts | +28 | −0 | Go to diff View file |
R | src/themes/tlp/src/scss/components/_dropdowns.scss | Go to diff View file | ||
A | lib/frontend/tlp-dropdown/tsconfig.json | +8 | −0 | Go to diff View file |
A | lib/frontend/tlp-dropdown/vite.config.ts | +40 | −0 | Go to diff View file |
M | lib/frontend/tlp-popovers/tsconfig.json | +0 | −1 | Go to diff View file |
M | lib/frontend/tlp-popovers/vite.config.ts | +2 | −2 | Go to diff View file |
M | src/package.json | +1 | −0 | Go to diff View file |
M | src/pnpm-lock.yaml | +2 | −0 | Go to diff View file |
M | src/scripts/FlamingParrot/help-dropdown.ts | +3 | −3 | Go to diff View file |
M | src/themes/FlamingParrot/css/utils/_definitions.scss | +1 | −1 | Go to diff View file |
M | src/themes/FlamingParrot/css/utils/_help-dropdown.scss | +1 | −18 | Go to diff View file |
M | src/themes/tlp/package.json | +2 | −3 | Go to diff View file |
M | src/themes/tlp/pnpm-lock.yaml | +2 | −12 | Go to diff View file |
M | src/themes/tlp/src/js/index.ts | +1 | −8 | Go to diff View file |
M | src/themes/tlp/src/scss/_components.scss | +2 | −1 | Go to diff View file |
A | src/themes/tlp/src/scss/components/_datepicker.scss | +222 | −0 | Go to diff View file |