Releases: jpmorganchase/salt-ds
@salt-ds/[email protected]
Patch Changes
- 1e9ef1a: Fix duplicate Salt libraries being installed when multiple libraries are installed
@salt-ds/[email protected]
Patch Changes
- 1e9ef1a: Fix duplicate Salt libraries being installed when multiple libraries are installed
@salt-ds/[email protected]
@salt-ds/[email protected]
Minor Changes
- 2e04f9b: Moved
useFormFieldPropsNext
andFormFieldContextNext
to./form-field-context-next
Movea11yValueAriaProps
,A11yValueProps
toFormFieldContextNext
- b8ef52a: Add
emptyReadOnlyMarker
prop toInputNext
- c3b945f: Removed
startAdornment
andendAdornment
props in InputNext; adornments will come in Input v2
Patch Changes
@salt-ds/[email protected]
Patch Changes
- 1e9ef1a: Fix duplicate Salt libraries being installed when multiple libraries are installed
@salt-ds/[email protected]
Minor Changes
- d7ed50d: Remove text decoration of inner text in Card when wrapped in a link
Patch Changes
- 9f3800d: Update Tooltip props to account for the new content attribute introduced in @types/[email protected]
- 528aa92: Fix Checkbox having incorrect icon style when in the disabled state and hovered over
- 7f83323: Fix mergeProps not respecting null values
@salt-ds/[email protected]
Minor Changes
-
562ddb0: Added
endAdornment
andstartAdornment
props toInputNext
-
eeb4542: Switch
FormFieldNext
to use a compositional based API<FormFieldNext {...props}> <FormFieldLabel>My label</FormFieldLabel> <InputNext defaultValue="Value" /> <FormFieldHelperText>Helper text</FormFieldHelperText> </FormFieldNext>
Removed
helperText
,label
props fromFormFieldNext
Removed
FormFieldLabelProps
RemovedFormFieldHelperTextProps
-
d0f9731: Added
validationStatus
toInputNext
,FormFieldNext
,FormFieldContextNext
Added
StatusAdornment
,ErrorAdornment
,SuccessAdornment
,WarningAdornment
componentsRemoved
disabled
prop fromFormFieldHelperText
,FormFieldLabel
Renamed
useA11yValueValue
toa11yValueAriaProps
Removeddisabled
andreadOnly
out ofa11yValueAriaProps
and separated outdisabled
,readOnly
withinFormFieldContextNext
RemoveduseA11yValue
hookRemoved
type
,onChange
prop from InputNext
@salt-ds/[email protected]
Minor Changes
-
8bcc9d0: Deprecated tertiary editable tokens
Deprecatedtertiary
variant in FormField -
bf66b57: Deprecated -emphasize tokens in status and palette; replaced with default tokens
--salt-status-error-background-emphasize
replaced with--salt-status-error-background
--salt-status-info-background-emphasize
replaced with--salt-status-info-background
--salt-status-success-background-emphasize
replaced with--salt-status-success-background
--salt-status-warning-background-emphasize
replaced with--salt-status-warning-background
--salt-palette-error-background-emphasize
replaced with--salt-palette-error-background
--salt-palette-info-background-emphasize
replaced with--salt-palette-info-background
--salt-palette-success-background-emphasize
replaced with--salt-palette-success-background
--salt-palette-warning-background-emphasize
replaced with--salt-palette-warning-background
-
ea857f2: Deprecated
--salt-size-icon-base
, replaced with--salt-icon-size-base
Added--salt-icon-size-status-adornment
@salt-ds/[email protected]
Minor Changes
- ea857f2: Deprecated
--salt-size-icon-base
, replaced with--salt-icon-size-base
Added--salt-icon-size-status-adornment
@salt-ds/[email protected]
Minor Changes
-
bf66b57: Deprecated -emphasize tokens in status and palette; replaced with default tokens
--salt-status-error-background-emphasize
replaced with--salt-status-error-background
--salt-status-info-background-emphasize
replaced with--salt-status-info-background
--salt-status-success-background-emphasize
replaced with--salt-status-success-background
--salt-status-warning-background-emphasize
replaced with--salt-status-warning-background
--salt-palette-error-background-emphasize
replaced with--salt-palette-error-background
--salt-palette-info-background-emphasize
replaced with--salt-palette-info-background
--salt-palette-success-background-emphasize
replaced with--salt-palette-success-background
--salt-palette-warning-background-emphasize
replaced with--salt-palette-warning-background
-
ea857f2: Deprecated
--salt-size-icon-base
, replaced with--salt-icon-size-base
Added--salt-icon-size-status-adornment
-
47132c2: Added
FormFieldNext
component with associatedFormFieldLabel
andFormFieldHelperText
components
AddedFormFieldContextNext
,useFormFieldPropsNext
AddedInputNext
component -
a6ede40: Render Tooltip in a portal to avoid it being cut off
Add mergeProps to utils.
Upgraded @floating-ui//react to v0.23.0
Patch Changes
- fe818c6: Fix Tooltip having incorrect text styles when being nested in elements with custom text styles.