Skip to content
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

feat: Layers #1923

Closed
wants to merge 24 commits into from
Closed

feat: Layers #1923

wants to merge 24 commits into from

Conversation

talkor
Copy link
Member

@talkor talkor commented Feb 4, 2024

No description provided.

@talkor talkor changed the title Layers feat: LayerProvider Feb 4, 2024
@talkor talkor added the feature label Feb 4, 2024
Copy link
Contributor

github-actions bot commented Feb 5, 2024

A new prerelease version of this PR has been published: 2.86.3-layers-556f4df5f5.0

// To install this prerelease version using npm, please run the following command in your terminal:
npm i monday-ui-react-core@2.86.3-layers-556f4df5f5.0
// If you prefer using Yarn, you can use the following command instead:
yarn add monday-ui-react-core@2.86.3-layers-556f4df5f5.0

Copy link
Contributor

A new prerelease version of this PR has been published! 🎉

To install this prerelease version, run the following command in your terminal with any one of the packages changed in this PR:

npm i <package_name>@layers

Or:

yarn add <package_name>@layers

For example:

yarn add monday-ui-react-core@layers

@@ -1,6 +1,8 @@
@import "../../styles/typography";

$tooltip-z-index: 9999999999999999;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was unused

// don't remove old classname - override from Monolith
className={cx("monday-style-dialog-content-wrapper", styles.contentWrapper, wrapperClassName)}
className={cx(
"monday-style-dialog-content-wrapper",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove

@@ -1,6 +1,8 @@
@import "../../styles/typography";

$tooltip-z-index: 9999999999999999;
.tooltipLayer {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.layerProvider .toltipLayer

@talkor talkor changed the title feat: LayerProvider feat: Layers Apr 9, 2024
@talkor talkor closed this Aug 18, 2024
@talkor talkor deleted the layers branch August 25, 2024 11:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant