Skip to content

Commit

Permalink
refactor: removed unused Sass imports, fixed Storybook reloading errors
Browse files Browse the repository at this point in the history
Merge in SUN/veera-components from refactor-EBS-440-EBS-442 to master

Squashed commit of the following:

commit 41786f7cbeb61ef86b97183a81ecc60df49afddf
Author: Aleksandr Beliaev <[email protected]>
Date:   Sun Jan 15 03:01:30 2023 +0200

    fix(storybook): compodoc must skip properties called onDestroy to avoid broken stories when a story is refreshed

    See storybookjs/storybook#17004

commit 2afe86619d3b545abe63ad5a9f7ca2f05cb46a3d
Author: Aleksandr Beliaev <[email protected]>
Date:   Sat Jan 14 16:49:11 2023 +0200

    refactor: removed unused Sass c-radio import (EBS-440)

commit 8e54211a46bc74ad2e82a3bc5767cfb4fe96216c
Author: Aleksandr Beliaev <[email protected]>
Date:   Sat Jan 14 16:21:41 2023 +0200

    fix(storybook): compodoc must skip properties called onDestroy to avoid broken stories when a story is refreshed

    See storybookjs/storybook#17004

commit 55698cbd8fc04523dbc3b3e55a5ef7caeb8c1e8b
Author: Aleksandr Beliaev <[email protected]>
Date:   Sat Jan 14 16:01:31 2023 +0200

    refactor: removed unused Sass imports from previous version of Veera (EBS-440)
  • Loading branch information
Aleksandr Beliaev authored and Aleksandr Beliaev committed Jan 16, 2023
1 parent b355df7 commit 19f6674
Show file tree
Hide file tree
Showing 18 changed files with 15 additions and 930 deletions.
2 changes: 1 addition & 1 deletion apps/ui-e2e/src/component/radio-button.component.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ describe('RadioButtonComponent', () => {
it('Renders default radio button and checks it', () => {
cy.loadStory('Angular Radio Button', 'Default')
.get('veera-ng-radio-button')
.shouldHaveClasses('input', 'c-radio')
.shouldHaveClasses('input', 'veera-radio-group__item-control')
.should('not.be.checked')
.check()
.should('be.checked');
Expand Down
2 changes: 1 addition & 1 deletion apps/ui-e2e/src/component/radio-group.component.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ describe('RadioGroupComponent', () => {
.runRadioGroupCommonTest('regular')
.get('[data-cy="option_1"]')
.shouldHaveClasses('label', 'veera-radio-group__item-inner')
.shouldHaveClasses('input', 'c-radio');
.shouldHaveClasses('input', 'veera-radio-group__item-control');

cy.get('[type="radio"]')
.first()
Expand Down
259 changes: 0 additions & 259 deletions libs/styles/src/lib/scss/components/_cards.scss

This file was deleted.

64 changes: 0 additions & 64 deletions libs/styles/src/lib/scss/components/_checkbox.scss

This file was deleted.

48 changes: 0 additions & 48 deletions libs/styles/src/lib/scss/components/_dropdown.scss

This file was deleted.

Loading

0 comments on commit 19f6674

Please sign in to comment.