Autodesk / orion-ui

UI Components that work seamlessly in multiple UI frameworks
https://goo.gl/shxHPB
Other
22 stars 6 forks source link

Remove references to Container & update necessary code & tests #233

Closed shannonwells closed 7 years ago

shannonwells commented 7 years ago

Description

After removing Container from hig.web, this required corresponding updates to orion, including updating snapshots, tests, as well as removing all references to Container, and telling GlobalNav it's now responsible for all the things Container was taking care of.

How Has This Been Tested?

npm run test is passing; we also made a pending test run and it is passing (due to previous changes) Also we tested with npm run playground and did a cursory check of the features, as well as made sure there were no console warnings or errors.

Types of changes

Bug fix / Update (non-breaking change which fixes an issue)

Checklist: