Skip to content

Releases: GSA/sam-styles

v0.0.86

22 Oct 17:46
3655cc5
Compare
Choose a tag to compare

Other

v0.0.85

12 Oct 17:02
30be00f
Compare
Choose a tag to compare

Bug Fixes

  • fix: don't bold expanded row text #354
  • added sds-sidenav__label #347

class for sidenav items that are not links

Other

  • sam-style version updated to 0.0.85 #359

v0.0.84

28 Sep 20:49
f32d8c3
Compare
Choose a tag to compare

Bug Fixes

  • sds-filter component #350

Features

  • iae 41462 toasts #351

working on the toasts

Other

  • updated version 0.84 #353
  • 40469 design the history common component #348
  • update footer to be aligned with uswds implementation #336

Updated USWDS JS version (2.8.0)
Removed existing HTML / CSS
Overrides for SDS CSS

v0.0.83

14 Sep 21:09
da7b8b9
Compare
Choose a tag to compare

Bug Fixes

  • fix overflow for toolbar - autocomplete #346

Other

  • releasing 0.0.83 #349

v0.0.82

31 Aug 19:53
d8f4287
Compare
Choose a tag to compare

Bug Fixes

  • fix(tile): update padding mixin to fix sass compile issue #344

Close https://cm-jira.usa.gov/browse/IAE-40569

  • 40147 mfe content page heading margins #343
  • icon list #339

icon list font size fix

v0.0.81

24 Aug 20:01
1f407a8
Compare
Choose a tag to compare

Bug Fixes

  • re-enabled standard margin class utitlities #338

There are two options now when using margin utitlities : for example margin-2 and margin-2em are equivalent

Code Refactoring

BREAKING CHANGES

  • enhancement(table): updated styling for sds-table #340

Breaking Changes/Updates:

  • table border no longer set by table itself - instead wrap table in div with class sds-table__container shown below

Added:

  • add div wrapping table with class sds-table__container
    • adds table border (unless modified with sds-table__container--borderless)
    • inherits height of parent element
    • sets scroll for x and y overflow
  • add sds-table__row class to all tr elements
    • adds striping for table cells
  • add sds-table__subsection class to all tbody elements of tables with multiple sections

Depreciated classes:

  • sds-table__head
  • sds-table__subsection-title

Checked in Firefox, Chrome, Safari, IE, and Edge
508 Testing using Wave and AMP

Enhancement

  • iae 39544 sam styles update subheader #333

v0.0.80

07 Aug 20:28
61f3d02
Compare
Choose a tag to compare

Other

  • updated version to 80 #335
  • class name changes: selected->highlighted, chosen -> selected #334

v0.0.79

31 Jul 20:29
f0078c4
Compare
Choose a tag to compare

Bug Fixes

  • svg reference fix #330

Other

  • allow disabled groups #332

v0.0.78

31 Jul 18:03
9f203d8
Compare
Choose a tag to compare

Other

  • add styles to align chips with an input element #327

This was done to avoid using autocomplete item classes on a chip element.

  • iae-38747 update -darken- result list divider #326

Added class "fine" to hr.

  • autocomplete group styles and refactor #324

v0.0.77

28 Jul 19:16
Compare
Choose a tag to compare

Code Refactoring

Refactor landing page HTML structure
-- check after typography settings PR

  • typography settings #317

Addresses refactors in IAE-38190 and IAE-38191

Cleanup

  • removed sam-content preview page
  • removed all instances of usa-prose class
  • removed unused config and readme files
  • updated typography settings page from USWDS 2.2 to 2.6
  • updated typography settings based on PI-27 Master Sketch and measure based on guidance from Christy

Typography Demos

  • updated fields typography table to match Sketch file
  • fixed heading link typography table to match Sketch file
  • corrected heading link a tag
  • updated link example to use reusable link component
  • updated typesetting paragraph measure to reflect SDS setting
  • removed table demo from typesetting since it's now its own component
  • most changes to typesetting page are just spacing corrections

Components

  • updated icon collators for new spacing
  • updated card title top margin for use with new typography settings

SCSS

  • refactored hardcoded font-weight
  • removed text styling where settings are used
  • added list item line height since different from default
  • refactored typography header to avoid unintended consequences of using @extends
  • HTML in page example needs to be refactored. Designers are aware that it may look a little different until changes are made to its structure

Checked in:

  • Chrome
  • Firefox
  • Safari
  • IE
  • Edge
  • refactor(error-dark): corrected error dark hex code #311
  • refactor(iae-37766 usa-prose): #309

Replaced sam-content preview in components where doing so didn't create conflicts
Checked in Chrome, Safari, Firefox, Edge, and IE