Skip to content

Releases: GSA/sam-styles

v0.0.96

22 Jan 21:30
ae6fd18
Compare
Choose a tag to compare

Bug Fixes

  • use numbers instead of strings for margins and padding in header.scss #401

Documentation

v0.0.95

22 Jan 18:18
fbe9d35
Compare
Choose a tag to compare

Bug Fixes

  • remove overflow auto in system alerts container #397

The alerts container was originally added simply to align with rest of the header items - Removes overflow auto styling to prevent unnecessary scrolling in IE

Other

  • update version to v0.0.95 #399
  • dialog-scroll-line-height updated #398
  • add case to fix double scrollbar in ie11 #396

Have confirmed this fixes the noted issue by using developer tools in IE to apply the styles contained in PR and issue no longer presented.

  • display page example #392
  • update stacked icon css #394

Updating css to better center icons

  • add sds stackblitz icon #393

v0.0.94

11 Jan 18:58
2ccc07d
Compare
Choose a tag to compare

Bug Fixes

  • iae-45479: add position on checkbox in firefox to prevent double scrollbar #386

Addresses GSA/sam-design-system#467.

USWDS hides browser input by applying { position: absolute; left: -999em; } to push the input far to the left.

sds-dialog-container has a position defined, this position is inherited by its non-positioned descendants on all browsers except Firefox. Per MDN, "It [an element with position:absolute] is positioned relative to its closest positioned ancestor, if any; otherwise, it is placed relative to the initial containing block." As a result of that behavior and the lack of the position being inherited by descendants on Firefox, the inputs try and position themselves relative to their closest positioned ancestor, resulting in the double scrollbar

Screen Shot 2021-01-06 at 12 04 31 PM

  • update margins for alert header #388

Adds max width to header alerts and center aligns contents to match alignment with header

  • replace messages with notifications #390

Replaces messages with notifications in UI. The name of the icon is still messages, and decided to keep it since sam-ui-common is likely using it in their header, and would break if the icon name changed.

Features

  • update icon stylesheet to enable stacking of icons #389

Other

  • update sam styles to 0.0.94 #391

v0.0.93

05 Jan 17:43
cbfc6e2
Compare
Choose a tag to compare

Other

  • updated version to 0.0.93 #385
  • footer logo alignment updated #383

v0.0.92

29 Dec 15:34
459c88e
Compare
Choose a tag to compare

Other

  • add text-align-end style for checkboxes #381

Added to ensure "Show Inactive Filter Values" checkbox is right aligned on More Filters dialog

v0.0.91

21 Dec 17:44
34f774f
Compare
Choose a tag to compare

Bug Fixes

  • removed layered icons #378

Features

  • bs icon library #375

Other

  • iae-44731 update to show scrollbar if needed on mac #377

By default, mac does not show scrollbar unless the user is actively scrolling. With this update, if there is content that can be scrolled into view, the scrollbar is displayed at all times. The scrollbar will be shown even if the user is not actively scrolling

v0.0.90

07 Dec 21:40
ef02fdc
Compare
Choose a tag to compare

Enhancement

  • Responsive Sidenav layout #372

Bug Fixes

  • remove fixed width from alert header #373

The min-width would cause the alert to go out of page bounds in mobile mode.

  • fix(settings): allow override of root font #374

Allow override of root font.

This is needed for sites that have set the root font to a specific pixel size and need components to be calculated using this font pixel size instead of the default 100%

Other

  • update package version to 0.0.90 #376

v0.0.89

25 Nov 15:47
7472abf
Compare
Choose a tag to compare

Other

  • updated version to 0.0.89 #371
  • update subheader styles #370

In this PR the menu component styles and the layout of the subheader are being updated per design updates

  • add styling for hidden header logo #368

Adds styling for when header logo is hidden. A min height is applied to account for spacing to take up header when logo is hidden, adjust margin of header submenus, and ensure the hamburger menu is right aligned on mobile view when logo is not present.

  • iae-43474 css adjustment #369

https://cm-jira.usa.gov/browse/IAE-43474

Screen Shot 2020-11-17 at 11 17 23 AM

fixes this issue where text-align isn't center

after:

Screen Shot 2020-11-17 at 11 20 52 AM

  • add new team members #367

v0.0.88

27 Oct 14:06
7f9c2b4
Compare
Choose a tag to compare

Bug Fixes

  • fix: angular build issues #365

Other

  • updated version to 0.0.88 #364
  • ng toasts #355

v0.0.87

22 Oct 20:27
ba0899e
Compare
Choose a tag to compare

No changelog for this release.