stable

Clone or download

Read-only

feat: storybook, dropdowns

part of request #37211 Replace TLP-doc documentation run 'pnpm --filter=tlp-doc-v2 run storybook' Dropdowns added to section fly over. Function 'destroy()' added to dropdowns. It was necessary in our Wrapper custom element where we call 'createDropdown()' several times on the same target. Change-Id: I91a6e066567570259be6c686952218fd91587d1f

Modified Files

Name
M lib/frontend/tlp-dropdown/src/dropdowns.ts +96 −44 Go to diff View file
M src/scripts/tlp-doc-v2/package.json +1 −0 Go to diff View file
M src/scripts/tlp-doc-v2/pnpm-lock.yaml +3 −0 Go to diff View file
A src/scripts/tlp-doc-v2/stories/TLP/fly-over/dropdowns/DropdownWrapper.ts +80 −0 Go to diff View file
A src/scripts/tlp-doc-v2/stories/TLP/fly-over/dropdowns/dropdown.scss +38 −0 Go to diff View file
A src/scripts/tlp-doc-v2/stories/TLP/fly-over/dropdowns/tlp-dropdown.mdx +79 −0 Go to diff View file
A src/scripts/tlp-doc-v2/stories/TLP/fly-over/dropdowns/tlp-dropdown.stories.ts +301 −0 Go to diff View file