Releases: US-CBP/cbp-theme
Releases · US-CBP/cbp-theme
Updates to table and left side bar
Minor patch for labels and radio button
Refactor Cards, Accessibility Fixes, Font Adjustment
Header and Notification Accessibility
Fix for jquery and removal of kitchensink dist directory
Move font-awesome to dependencies from devDependencies
Per #95
Font Awesome library is a dependency and not a devDependency
Refactor of SASS files, Allow for Layout without Application Header
Fixes for tables, input masks, miscellaneous
The following fixes were made:
- Input Field and Select Underline color consistency #82
- updates for th tags in rows to ensure they were not right aligned or bold #84
- Static labels no longer disappear when value is entered #87
- Placeholder label does not dissappear on focus with Input Mask #93
- Updates to Developer Guide with correct port #96
Fix for SASS imports referencing node_modules paths
This patch release fixes #90
-
Referencing npm modules without using relative node_modules path so that users of cpb-theme may use individual scss files portably
-
Resolve aliases collide with scss npm module import - our workaround is to use the alias that is different from the npm module name.
It is a webpack node-sass/loader-sass issue.
Added SASS files to the distribution
Added SASS files to the distribution to support other projects also using SASS to facilitate use of variables and extension.