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

new 254 branch #74

Open
wants to merge 168 commits into
base: master
Choose a base branch
from
Open

new 254 branch #74

wants to merge 168 commits into from

Conversation

avneshshakya
Copy link
Contributor

No description provided.

mgoldspink-salesforce and others added 30 commits September 22, 2021 13:36
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
…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
W-10211997: Merge 232.6 to v236 after resolving conflicts
mgoldspink-salesforce and others added 29 commits May 3, 2023 16:43
…gory_list_bug

W-13175172: Signature - 44553461 - Bell Canada - Catalog hierarchy is not rendered completely in the UI
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)
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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.