Skip to content

Commit 8ddc041

Browse files
authored
fix: datepicker components import [skip chromatic] (#2631)
<!-- ## Title: Please consider adding the [skip chromatic] flag to the PR title in case you dont need chromatic testing your changes. --> ## Description: <!-- *PR notes: Please describe the changes in this PR.* --> ## Definition of Reviewable: <!-- *PR notes: Irrelevant elements should be removed.* --> - [ ] Documentation is created/updated - [ ] Migration Guide is created/updated <!-- *PR notes: If this PR includes a BREAKING CHANGE, a migration guide is needed to explain how users can migrate between versions. * --> - [ ] E2E tests (features, a11y, bug fixes) are created/updated <!-- *If this PR includes a bug fix, an E2E test is necessary to verify the change. If the fix is purely visual, ensuring it is captured within our chromatic screenshot tests is sufficient.* --> - [ ] Stories (features, a11y) are created/updated - [ ] relevant tickets are linked
1 parent ce8a639 commit 8ddc041

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

.changeset/honest-drinks-arrive.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@solid-design-system/components': patch
3+
---
4+
5+
Import components used inside `sd-datepicker` to ensure stability when cherry picking.

packages/components/src/components/datepicker/datepicker.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
import '../divider/divider';
2+
import '../icon/icon';
3+
import '../popup/popup';
14
import { css, html, nothing } from 'lit';
25
import { customElement } from '../../internal/register-custom-element';
36
import { DateUtils } from '../../utilities/date';

0 commit comments

Comments
 (0)