Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit a21d879

Browse files
authored
chore: added comments to drawer and fullscreen dialog about future removal (#2540)
1 parent b6f7744 commit a21d879

File tree

5 files changed

+11
-2
lines changed

5 files changed

+11
-2
lines changed

.changeset/curvy-experts-smell.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@ebay/skin": major
3+
---
4+
5+
chore: added comment to deprecated components about their removal

dist/drawer-dialog/drawer-dialog.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/*! DEPRECATED COMPONENT. Will be removed next major version */
12
:root {
23
--dialog-scrim-color-hide: rgba(17, 24, 32, 0);
34
--dialog-scrim-color-show: rgba(17, 24, 32, 0.7);

dist/fullscreen-dialog/fullscreen-dialog.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/*! DEPRECATED COMPONENT. Will be removed next major version */
12
:root {
23
--dialog-scrim-color-hide: rgba(17, 24, 32, 0);
34
--dialog-scrim-color-show: rgba(17, 24, 32, 0.7);

src/sass/drawer-dialog/drawer-dialog.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/*! DEPRECATED COMPONENT. Will be removed next major version */
2+
13
@import "../variables/variables";
24
@import "../mixins/private/dialog-mixins";
35
@import "../mixins/private/token-mixins";

src/sass/fullscreen-dialog/fullscreen-dialog.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1+
/*! DEPRECATED COMPONENT. Will be removed next major version */
2+
13
@import "../variables/variables";
24
@import "../mixins/private/dialog-mixins";
35
@import "../mixins/private/token-mixins";
46

5-
// DEPRECATED (whole component needs to be removed)
6-
77
.fullscreen-dialog[role="dialog"] {
88
@include dialog-base();
99
}

0 commit comments

Comments
 (0)