-
Notifications
You must be signed in to change notification settings - Fork 4
chore: Deprecate existing Menu
#636
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🎉 Snyk checks have passed. No issues have been found so far.✅ security/snyk check is complete. No issues have been found. (View Details) ✅ license/snyk check is complete. No issues have been found. (View Details) ✅ code/snyk check is complete. No issues have been found. (View Details) |
bfa6464
to
5d8e2f4
Compare
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesFootnotes
|
5d8e2f4
to
255b2d3
Compare
@@ -1,6 +1,6 @@ | |||
{ | |||
"name": "@reapit/elements", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
note: forgot to do this after the last release.
@@ -7,7 +7,7 @@ import { AppSwitcherYourAppsMenuGroup } from './your-apps-menu-group' | |||
import { ElAppSwitcherSectionDivider } from './styles' | |||
import { getDisplayableProductsForYourAppsGroup } from './get-displayable-products-for-your-apps-group' | |||
import { getDisplayableProductsForExploreGroup } from './get-displayable-products-for-explore-group' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
note: lots of changes like this...
@@ -16,7 +15,4 @@ export const ElDialogBody = styled.article` | |||
[data-size='full-screen'] & { | |||
padding: var(--spacing-5); | |||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
note: CSS lint error. Not sure why it wasn't erroring on this works original builds 🤔
@@ -1,4 +1,4 @@ | |||
export const DRAWER_CSS_CONTAINER_NAME = 'drawer' | |||
export const DRAWER_CSS_CONTAINER_NAME = '--drawer' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
note: small scout
@@ -16,6 +16,10 @@ We will publish release version history and changes here. Where possible, we wil | |||
|
|||
Beta versions should be relatively stable but subject to occssional breaking changes. | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
note: forgot to set this section up after the last release.
@@ -25,7 +25,7 @@ export default { | |||
'at-rule-descriptor-no-unknown': true, | |||
'at-rule-descriptor-value-no-unknown': true, | |||
'at-rule-no-unknown': true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
note: not sure why these rules weren't having problems when I added the new match media helpers 🤷
Context
This PR
Menu
and renames it toDeprecatedMenu
.