C3 AI Documentation Home

Change log for cssLibrary

All notable changes to the package cssLibrary are documented here.

Version 8.9.0

Bug Fixes

  • Design tokens
    • Updated design token values for font family to fix icon rendering issue

Version 8.8.11

Bug Fixes

  • _inAppDocumentation
    • Fixed an issue where in app doc side panel displayed 2 scrollbars when the content overflowed.

Version 8.8

Bug Fixes

  • _selectField.scss
    • Fixed an issue where dropdowns label was not being truncated for single mode.
  • _mixins.scss
    • Updated box shadow to be static and compliant with the design spec, instead of relying on the current nested level (legacy behavior).
  • _cardList.scss
    • Grid layout card styles defined in this file now only apply to the card list component.
  • _numberField.scss
    • Fixed issue with up/down arrows not being properly aligned

Version 8.7

Bug Fixes

  • _grid.scss
    • Fixed style issue in the data grid where the sort icon was not aligned with the title.
  • _gridLayout.scss
    • Fixed an issue in grid layout using vertical container where it was not fully wrapping all its content when this has overflow and container is sticky.

Version 8.6.0

Bug Fixes

  • _nav.scss
    • Fixed an issue with the scrollbar where it was pushing content elements when this was displayed.
  • _error.scss
    • Created _error.scss
  • _collapsibleNavigation.scss
    • Added grid layout specific styles.
  • _selectField.scss
    • Fixed style issue in dropdowns where search icon overlaps text when is displayed inside content frame in legacy layout.

Version 8.5.0

Bug Fixes

  • _grid.scss
    • Fixed an issue where rows height was changing when row is in hover state.
  • _checkboxRadio.scss
    • Fixed an issue where checkbox tree was adding indentation even if there weren't nested nodes.
  • _selectField.scss
    • Fixed caret icon to be placed at the top of the dropdown.

Version 8.4.1

Deprecations

New Features

  • UiSdlThemeTemplate
    • Added 8 new color tokens:
      • colorFgAccentStrong
      • colorFgAccentWeak
      • colorFgSuccessStrong
      • colorFgSuccessWeak
      • colorFgDangerStrong
      • colorFgDangerWeak
      • colorFgWarningStrong
      • colorFgWarningWeak

Bug Fixes

  • _collapsibleComponent.scss
    • Fixed missing top space in title when component is expanded in legacy layout.
  • _modal.scss
    • Fixed extra margin top on form inputs.
  • _button.scss
    • Fix correct paddings for small and condensed buttons.

Version 8.4.0

Bug Fixes

  • _button.scss
    • Added book icon and its corresponding selector c3-button-book.
    • Fix correct paddings for small and condensed buttons.
  • _contentFrame.scss
    • Fix styling and presentational issue when using single search component in Content Frame.
  • _grid.scss
    • Removed kendo sort icon when DataGrid is under Grid Layout.
  • _checkboxRadio
    • Checkbox tree focus is apparently non-existent in Legacy Layout.
  • _messageContainer
    • Fixed overlapping message containers.
  • _cardList.scss
    • Fixed white scrollbar when content is long.

Improvements

  • _button.scss
    • Updated right and left paddings for small buttons.
    • Removed c3-button-iconName to c3-icon-iconName mapping. Buttons will now use c3-icon-iconName class name for icons. The DOM element is still going to have the c3-button-iconName class to keep selectors working for both tests and custom styles.
  • _atomicButton.scss
    • Updated right and left paddings for small buttons.
  • _collapsibleNavigation.scss
    • Fixed redirect link styling to be in line with spec.
    • Added highlighting for clicked navigation item.
    • Fixed horizontal instability for accordion up/down arrows.
    • Added new semantic token to allow styling of collapsibleNavigation background color: colorBgCollapsibleNav
  • _nav.scss
    • Fixed nav collapse button to be horizontally center aligned when collapsed, and vertically top aligned when opened

Version 8.3.3

Bug Fixes

  • _tabBar.scss
    • Fix issue when switch tabs it slightly moved.
  • _gridLayout.scss
  • _sidePanel.scss
    • Fix issue where sidePanel component didn't reach to its full height in Grid Layout.
  • _button.scss
    • Button styling in Grid Layout now is consistent, now setting the styling in Grid Layout even if the component is not wrapped in a Grid Container.
Was this page helpful?