ala'n (Alexey Stsefanovich)
ala'n (Alexey Stsefanovich)
As an ESL consumer, I want to be able to have ESL modules CSS export configurable. ### Scope In the bounds of the epic esl modules styles primary export became...
Followup of https://github.com/exadel-inc/esl/issues/2010 Both `esl-popup` / `esl-tooltip` modules are in the beta stage but already have non-beta usage on the projects. The goal of the story is the following points:...
As an ESL consumer, I want to be able to have an "anchor" placeholder tag to access the original esl-modal in case it is moved to the body
As an ESL marketing member, I want to have ready to use 'components'/'modules' to build a site
**Input Code** ```ts class Test { @decorate(debounce, 100) // TS: type are incompatible protected async update(): Promise { // ... await } } ``` **Expected behavior/code** Should wrap async method...
As an ESL marketing activities member, I want to have a page to use in performance showcases. Page requirements: - `>80%` ESL components were used - page should be realistic...
As an ESL contributor, I want stable and correct HTML linting. Unfortunately, as for now, there is a couple of related problems: - lint-space behaves incorrectly for .njk files right...
As an ESL consumer, I want to be able to get the next or previous panel easily. Initial use case: carousel-like behavior based on `esl-panel-group` element. No OOTB trigger for...