Skip to content

Releases: jpmorganchase/salt-ds

@salt-ds/[email protected]

23 Feb 14:07
0431d39
Compare
Choose a tag to compare
Pre-release

Minor Changes

  • b1c5c32: Move Spinner from lab to core

  • 598991f: Move SplitLayout from lab to core
    Changes in SplitLayout

    • Removed FlexItem wraps around SplitLayout children.
    • SplitLayout uses startItem and endItem props as children to allow for direction.
    • Added direction prop to SplitLayout.
    • Remove wrap since SplitLayout has direction to control wrap by breakpoints.
    • End Aligned endItem so the element is always at the end of the layout.

Patch Changes

  • 94423b3: Remove the small and medium size values from Spinner and add a default size.
  • 6c9e041: Refactor Tooltip to wrap around trigger. This is to simplify the use of Tooltip by not having to use to useTooltip hook to pass the props.
    Remove render and title props, replaced by content prop.
    Use '@floating-ui/react' instead of '@floating-ui/react-dom-interactions', as it's deprecated.
    Remove unused TooltipContext
  • f576be1: Move useFloatingUI from Popper to utils

@salt-ds/[email protected]

08 Feb 12:24
6af02dc
Compare
Choose a tag to compare

Minor Changes

  • edb17de: Add:

    • SearchSolid
    • SendSolid

    Edit:

    • AddDocument
    • AddDocumentSolid
    • ArrowDown
    • ArrowLeft
    • ArrowRight
    • ArrowUp
    • Attach
    • BarChart
    • Building
    • Chat
    • ChatSolid
    • Csv
    • CsvSolid
    • Dashboard
    • DashboardSolid
    • Delete
    • DeleteSolid
    • Document
    • DocumentSolid
    • DoubleChevronLeft
    • DoubleChevronRight
    • DoubleChevronUp
    • Edit
    • EditSolid
    • Expand
    • Export
    • ExportSolid
    • Flag
    • FlagSolid
    • GuideClosed
    • GuideClosedSolid
    • GuideOpen
    • Hidden
    • Home
    • HomeSolid
    • Image
    • ImageSolid
    • Import
    • ImportSolid
    • Key
    • Linked
    • List
    • Loader
    • Menu
    • Message
    • MessageSolid
    • MicroMenu
    • Minimize
    • MoveAll
    • MoveHorizontal
    • MoveVertical
    • Note
    • NoteSolid
    • Notification
    • NotificationSolid
    • Paste
    • PasteSolid
    • Pause
    • PauseSolid
    • Pdf
    • PdfSolid
    • Pin
    • PinSolid
    • Play
    • PlaySolid
    • Presentation
    • PresentationSolid
    • PriceLadder
    • Protection
    • ProtectionSolid
    • Redo
    • Remove
    • RemoveDocument
    • RemoveDocumentSolid
    • RunReport
    • RunReportSolid
    • ScheduleTime
    • ScheduleTimeSolid
    • Search
    • Send
    • Settings
    • SettingsSolid
    • Stackoverflow
    • Storage
    • StorageSolid
    • Sum
    • SumSolid
    • Symphony
    • Tree
    • TreeSolid
    • TriangleDown
    • TriangleLeft
    • TriangleRight
    • TriangleRightDown
    • TriangleUp
    • Undo
    • Unlinked
    • UserAdmin
    • UserAdminSolid
    • UserGroup
    • UserGroupSolid
    • Visible
    • VisibleSolid
    • VolumeUp
    • Xls
    • XlsSolid
    • Zip
    • ZipSolid

@salt-ds/[email protected]

08 Feb 12:24
6af02dc
Compare
Choose a tag to compare

Patch Changes

  • a072464: Fix SSR support
  • 03a5d0e: Made Grid dimension measurements more reliable
  • 00b5366: Fixed row selection not being announced by screenreaders

@salt-ds/[email protected]

08 Feb 12:24
6af02dc
Compare
Choose a tag to compare

Minor Changes

  • dfecfc1: extending as property from FlexLayout to StackLayout and FlowLayout so they can use polymorphic behaviour

  • 380bbb9: Remove foundations from 'characteristic' type and add missing characteristic 'differential'

    -  "delay"
    -  "disabled"
    -  "icon"
    -  "shadow"
    -  "size"
    -  "spacing"
    +  "differential"
  • 7e660a8: More Card from lab to core

  • 4a282d1: - Removed div wrapper with display:content from FlexLayout childrens with separators. This allows styles like .classname > div to be passed.

    • Add separators to StackLayout.
    • Add direction to StackLayout to allow horizontal stacks.
  • b39e51b: Move Panel from lab to core

Patch Changes

  • 7a0effd: Fix Link not removing underline on hover or focus.
  • a072464: Fix SSR support
  • ed76bb2: Fixed an issue where Text styles would leak into nested text.

@salt-ds/[email protected]

08 Feb 12:24
6af02dc
Compare
Choose a tag to compare

Minor Changes

  • f13b23b: Add two new cell class names in salt ag-grid theme. These can be used instead of .editable-numeric-cell

    • .numeric-cell used on static cells that contain numeric values
    • .editable-cell used on editable cells

Patch Changes

  • 1acc0b0: Fix header focus outline in salt and uitk ag-grid themes
  • 4cca872: Fixed selected row's border color on row hover in salt ag-grid theme.

@salt-ds/[email protected]

08 Feb 12:24
6af02dc
Compare
Choose a tag to compare
Pre-release

Minor Changes

  • 7e660a8: More Card from lab to core
  • b39e51b: Move Panel from lab to core

Patch Changes

@salt-ds/[email protected]

15 Dec 13:47
31af9ff
Compare
Choose a tag to compare

Major Changes

  • c1bc747: Salt is the J.P. Morgan design system, an open-source solution for building exceptional products and digital experiences in financial services and other industries. It offers you well-documented, accessible components as well as comprehensive design templates, style libraries and assets.

    With this initial release we're providing:

    • AG Grid Theme
    • Border Layout
    • Button
    • Data Grid
    • Flex Layout
    • Flow Layout
    • Grid Layout
    • Icon
    • Link
    • Salt Provider
    • Stack Layout
    • Status Indicator
    • Text
    • Theme

    And a number of other lab components.

@salt-ds/[email protected]

15 Dec 13:47
31af9ff
Compare
Choose a tag to compare

Major Changes

  • c1bc747: Salt is the J.P. Morgan design system, an open-source solution for building exceptional products and digital experiences in financial services and other industries. It offers you well-documented, accessible components as well as comprehensive design templates, style libraries and assets.

    With this initial release we're providing:

    • AG Grid Theme
    • Border Layout
    • Button
    • Data Grid
    • Flex Layout
    • Flow Layout
    • Grid Layout
    • Icon
    • Link
    • Salt Provider
    • Stack Layout
    • Status Indicator
    • Text
    • Theme

    And a number of other lab components.

@salt-ds/[email protected]

15 Dec 13:47
31af9ff
Compare
Choose a tag to compare

Major Changes

  • c1bc747: Salt is the J.P. Morgan design system, an open-source solution for building exceptional products and digital experiences in financial services and other industries. It offers you well-documented, accessible components as well as comprehensive design templates, style libraries and assets.

    With this initial release we're providing:

    • AG Grid Theme
    • Border Layout
    • Button
    • Data Grid
    • Flex Layout
    • Flow Layout
    • Grid Layout
    • Icon
    • Link
    • Salt Provider
    • Stack Layout
    • Status Indicator
    • Text
    • Theme

    And a number of other lab components.

@salt-ds/[email protected]

15 Dec 13:47
31af9ff
Compare
Choose a tag to compare

Major Changes

  • c1bc747: Salt is the J.P. Morgan design system, an open-source solution for building exceptional products and digital experiences in financial services and other industries. It offers you well-documented, accessible components as well as comprehensive design templates, style libraries and assets.

    With this initial release we're providing:

    • AG Grid Theme
    • Border Layout
    • Button
    • Data Grid
    • Flex Layout
    • Flow Layout
    • Grid Layout
    • Icon
    • Link
    • Salt Provider
    • Stack Layout
    • Status Indicator
    • Text
    • Theme

    And a number of other lab components.