Monorail Release v0.0.18 - 'X Ambassadors'
Monorail Release v0.0.18 - 'X Ambassadors'
package.json
- Update:
”@types/styled-components": "4.4.0"
- Update:
"styled-components": "4.4.1"
- Update:
"typescript": "3.7.2"
src/pageComponents/ContentPage/ContentBody.tsx
- Add
scrollCSS
Dropdown
- Added
clearable?
prop that defaults to true, which displays a clearIconButton
within the dropdown component when an item is selected - Added
display?
prop that defaults toDisplayType.Edit
, which displays either regularDropdown
or read-only text of the selected value
src/visualComponents/inputs/CheckboxSelect.tsx
- Updated import to reflect changes to
Choice
src/visualComponents/inputs/Choice.tsx
- Removed
BB
andCC
prefixes from styled components - Converted component from
FCwDP
toFC
src/visualComponents/inputs/Label.tsx
- Added
display
prop soLabel
can conditionally display asterisk
src/visualComponents/inputs/RadioGroup.tsx
- Converted
SFC
toFC
- Added
display?
prop that defaults toDisplayType.Edit
, which displays either regularRadioGroup
or read-only text of the selected value
src/visualComponents/inputs/TextArea.tsx
- Added
display?
prop that defaults toDisplayType.Edit
, which displays either regularTextArea
or read-only text - Converted
class
toFC
src/visualComponents/inputs/TextField.tsx
- Added
display?
prop that defaults toDisplayType.Edit
, which displays either regularTextField
or read-only text
src/visualComponents/inputs/ViewInput.tsx
- Added component that displays read-only text or
None
src/visualComponents/inputs/inputTypes.ts
- Moved
DisplayType
declaration to Monorail
src/visualComponents/loading/Loading.tsx
- Rename:
loading.json
→loadingData.json
src/visualComponents/loading/LoadingGeneric.tsx
- Rename:
loadingGeneric.json
→loadingGenericData.json
src/visualComponents/modals/Modals.tsx
- Add ‘modal-’ className to allow global style customization to modal positioning