-
Notifications
You must be signed in to change notification settings - Fork 51
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
new 254 branch #74
Open
avneshshakya
wants to merge
168
commits into
master
Choose a base branch
from
254
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
new 254 branch #74
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
W-10027913 - changed position of asterisk to right for components
On of the most common tasks all people do when customizing newport is disable the animated labels. Unfortunately it's not a straightforward task. So this PR is making it straight forward by adding a simple boolean config property to turn them on or off. I need this for the OS Zen Garden css files because in the ones I'm creating them all need the animated labels turned off. So doing this saves a lot of time. In addition, the way the webpack generation was happening, it was incredibly slow because it had to rebuild the entire JS React app if a css change was made due to the CSS being included in preview.js. So I've sped it up by adding some simple JS into the preview-head.html which listens for a rebuild command and updates the css that way. The additional benefit of this is that this css also includes SourceMaps so chrome and other browsers will now nicely link back to the source file for specific files! Also tidied up commented out dead code.
A common initial change after removing the animated labels is to get back to bordered slds style input boxes. This is another config switch I've added to support this. Since bordered inputs never make sense with the animated logo, it's controlled by the animated logo property too. So both have to be set to false for it to work.
For some reason the stories had an extra depth to it that it doesn't need in main.js The omniscript.lwc.stories.js wasn't correctly detecting the changes and therefore missed the necessary class.
Also need to update version to 236 now.
… change and not cleaning itself up. This meant that it would slowly grind to a slow halt after a few changes.
This page talks about how to get started with the css zengarden demo. It covers how to checkout the branch, include the OS we rebranded as a datapack, the steps taken to rebrand it. I've also fixed up styling of code samples. Also for some reason the docs had been removed from the previewer so added them back in.
@W-9802333 : Adding max-height and overflow-y to be consistent with slds
Leon changed the way step chart items are rendered in v236 so that the elements are now divs wrapped in an li As a part of this PR I've cleaned up all the special attributes that LWC adds as it was causing the following erros to be reported in storybook: ``` [BABEL] Note: The code generator has deoptimised the styling of /Users/mgoldspink/development/newport-design-system/ui/components/omniscript/lwc/omniscript.lwc.stories.js as it exceeds the max of 500KB. ``` I also formatted the indentations so it's easier to read properly
W-9894880 - Adding docs page on css zen garden
W-9900484 - fixing up styling of step chart
…ined_input_config
…put_config W-9894880 - config option to render bordered input
W-10046261 Shorten the stepchart labels if it's on a mobile device
W-9891061 => style changes for fix now button
… into conflicts/232.6tov236
W-10211997: Merge 232.6 to v236 after resolving conflicts
… not rendered completely in the UI
…gory_list_bug W-13175172: Signature - 44553461 - Bell Canada - Catalog hierarchy is not rendered completely in the UI
…ock colour contrast changes
changes for step-chart color, success and warning messages and Editblock color contrast (@W-13633873)
Added colour contrast fix for Radio group, Type ahead and knowledge component (@W-13628944)
Edit block bug fix (@ W-13212546)
cc for cancel button border (@W-13212546)
@W-13119960 Updated README.md for branch name
@W-15551913: changed readonly radio button color to light grey color
@W-17037877 Text Input Element is Capitalizing Required Error Labels by default
Signed-off-by: siddhartha.majumdar <[email protected]>
siddhartha-majumdar-sf
force-pushed
the
254
branch
from
December 5, 2024 10:05
94dc512
to
9651b4a
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.