Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@stardust-ui/react-component-event-listener

Package Overview
Dependencies
Maintainers
6
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stardust-ui/react-component-event-listener - npm Package Versions

234

0.40.7

Diff

miroslavstastny
published 0.40.0 •

Changelog

Source

v0.40.0 (2019-10-09)

Compare changes

BREAKING CHANGES

  • Remove onReduceItems prop from Toolbar @miroslavstastny (#2010)

Fixes

  • Fix bodyBackground color for Teams dark theme to be the correct grey value @codepretty (#1961)
  • Updating Button styles for Teams dark & high contrast themes to match design @notandrew (#1933)
  • Update Office brand icons in Teams theme with latest version @notandrew (#1954)
  • Fix various component documentation issues @davezuko (#1992)
  • Fix accessibility issue by adding border to reactions in Teams high contrast theme @codepretty (#2001)

Features

  • Add experimental runtime accessibility attributes validation (the initial step validates the Button component only) @mshoho (#1911)
  • Add sync icon to Teams theme @codepretty (#1973)
  • Updating category colors palette and schemes in Teams theme @codepretty (#1994)
  • Add bell icon to Teams theme @codepretty (#1993)
  • Simplify rendering when tooltip is not visible @jurokapsiar (#1981)
  • Add thumbtack, thumbtack-slash and question-circle icons to Teams theme @codepretty (#2000)
  • Add overflow prop to Toolbar @levithomason @miroslavstastny @layershifter (#2010)

Documentation

  • Copy to clipboard prototype - attached confirmation @jurokapsiar (#1900)
  • Add EditorToolbar prototype @layershifter (#2010)
<!--------------------------------[ v0.39.0 ]------------------------------- -->
miroslavstastny
published 0.39.0 •

Changelog

Source

v0.39.0 (2019-09-23)

Compare changes

BREAKING CHANGES

  • Remove base theme and move everything to teams theme @mnajdova (#1908)

Fixes

  • Fix Menu and Submenu to use correct indicator icon and have correct width behavior [redlines] @bcalvery (#1831)
  • Fix CreateShorthandOptions should be typed @lucivpav (#1886)
  • Add shadowLevel1Dark in Teams themes @notandrew (#1887)
  • When merging themes use deep merge for site and component variables @miroslavstastny (#1907)
  • Fix styles for Teams theme for Textarea and add support for inverted, fluid and resize props @codepretty (#1922)
  • Fix Dropdown to properly accept id on searchInput @silviuavram (#1938)
  • Fix white flash when activating Embed component @lucivpav (#1909)
  • Fix comparison of custom objects in Dropdown @lucivpav (#1943)

Features

  • Add TextArea component @lucivpav (#1897)
  • Export bell-slash and bell-snooze icon to Teams theme @musingh (#1921)
  • Add support for radio & checkbox groups to Toolbar component @layershifter (#1920)
  • Add support for Popup in ToolbarMenu @lucivpav (#1927)
  • Add behaviors for Tree as list and linked them using childBehaviors @silviuavram (#1928)
  • Add notes icon and update link icon in Teams theme @codepretty (#1953)

Documentation

  • Remove Usage tab @lucivpav (#1948)
  • Put props on a single page, fix props links @lucivpav (#1892)
  • Remove cancel button in a Dialog example with a close action @lucivpav (#1949)
<!--------------------------------[ v0.38.2 ]------------------------------- -->
layershifter
published 0.38.0 •

Changelog

Source

v0.38.0 (2019-09-06)

Compare changes

BREAKING CHANGES

  • Alert, Attachment, Button, ChatMessage, Checkbox, Embed, Grid, ListItem, RadioGroupItem, Reaction, Slider, ToolbarCustomItem, ToolbarItem, ToolbarMenuItem do not have isFromKeyboard in their style functions anymore @layershifter (#1850)
  • AttachmentState, ButtonState, GridState, ListItemState, ReactionState, ToolbarCustomItemState, ToolbarItemState, ToolbarMenuItemState interfaces are no longer exported @layershifter (#1850)

Fixes

  • Fix muted prop in Video component @layershifter (#1847)
  • Fix felaRenderer is used in Provider explicitly @lucivpav (#1842)
  • Fix selectableListBehavior to set tabindex=-1 to List's container to work correctly with screen readers @sophieH29 (#1858)
  • Fix Checkbox changed to be vertically aligned to the top of it's content @bcalvery (#1857)
  • Fix Dropdown context by passing custom window to Downshift @silviuavram (#1884)
  • Fix createShorthandFactory types @lucivpav (#1875)
  • Fix Toolbar overflow screener test @lucivpav (#1879)

Features

  • Add yellow, green, orange, pink, amethyst, silver and onyx color schemes in Teams theme @mnajdova (#1826)
  • Add Tree component that is flat DOM structured @silviuavram (#1779)
  • Add fitted prop to Alert component @layershifter (#1872)
  • Add backdrop and closeOnOutsideClick props to Dialog component @layershifter (#1847)

Performance

  • Use Object.assign in @babel/plugin-proposal-object-rest-spread @layershifter (#1895)

Documentation

  • Add usage example regarding Checkbox in Form @lucivpav (#1845)
  • Fix styles in code-sandbox package @lucivpav (#1853)
  • Adding accessibility tab content @kolaps33 (#1840)
  • Fix CodeSandbox examples versions mismatch @lucivpav (#1849)
  • Update documentation regarding renderSelectedItem prop in Dropdown @lucivpav (#1856)
  • Fix navigation links pointing to wrong direction @lucivpav (#1868)
  • Add Copy To Clipboard prototype @lucivpav (#1860)
<!--------------------------------[ v0.37.0 ]------------------------------- -->
miroslavstastny
published 0.37.0 •

Changelog

Source

v0.37.0 (2019-08-26)

Compare changes

BREAKING CHANGES

  • Rename action slot to dismissAction in Alert component @layershifter (#1823)
  • To make dismissAction slot visible in Alert component dismissible prop is required now @layershifter (#1823)
  • Fix Tooltip shadow incorrect - removed boxShadowStart, boxShadowColor, boxShadowEnd from tooltipContentVariables, replaced with boxShadow [redlines] @bcalvery (#1825)

Fixes

  • Update text Button styles for Teams Theme to match [redlines] @codepretty (#1719)
  • Fix Menu and MenuItem styles to match [redlines] @bcalvery (#1712)
  • Make Embed focusable via keyboard @lucivpav (#1758)
  • Update screener tests for Input to only capture Teams themes @codepretty (#1801)
  • Fix Checkbox style bug in background color [redlines] @bcalvery (#1796)
  • Fix bidirectional FocusZone to land focus correctly on DOWN key press after series of UP arrow keys @sophieH29 (#1794)
  • Fix hand icon in Teams theme @lucivpav (#1782)
  • ESC key should close the last opened Popup or Dialog if body has focus @sophieH29 (#1807)
  • Fix switching modes in Dropdown @layershifter (#1830)
  • Fix a runtime error if context is missing @layershifter (#1837)
  • Fix RTL mode in Dialog @lucivpav (#1828)
  • Do not scroll the page when spacebar is pressed on focused MenuItem, fix submenu not closing @lucivpav (#1735)

Features

  • Add overwrite prop to Provider @layershifter (#1780)
  • Upgrade FocusZone to the latest version from fabric-ui @sophieH29 (#1772)
  • Add inverted prop to Input for changing the background color [redlines] @codepretty (#1684)
  • Edit buttonBehavior Adding aria-disabled when button has loading state @kolaps33 (#1789)
  • Added audio-off and clipboard-copied-to icon to Teams theme @bcalvery (#1792)
  • Added window-maximize, window-minimize and window-restore icons to Teams theme @codepretty (#1803)
  • Export FocusTrapZoneProps and AutoFocusZoneProps from the main package @sophieH29 (#1795)
  • Add checkable and checkableIndicator to the Dropdown and DropdownItem components @mnajdova (#1738)
  • Add unified ramp of category colors and category color schemes: foreground, foreground1, background to the Teams themes @natashamayurshah (#1711)
  • Upgrade FocusTrapZone to the latest version from fabric-ui @sophieH29 (#1790)
  • Add visible prop to Alert @layershifter (#1823)
  • Add actions slot to Alert @layershifter (#1823)
  • Add header and icon slots to Alert component @lucivpav (#1821)

Documentation

  • Restore docs for Ref component @layershifter (#1777)
  • Add prototype for expandable control messages in Chat @sophieH29 (#1765)
  • Remove Font Awesome icons from docs examples @lucivpav (#1764)
  • Improve QuickStart code example @lucivpav (#1797)
  • Implement component tab UI @lucivpav (#1784)
  • Fix sidebar search input element's background color @lucivpav (#1836)
  • Improve an example on CodeSandbox @layershifter (#1844)
<!--------------------------------[ v0.36.3 ]------------------------------- -->
miroslavstastny
published 0.36.0 •

Changelog

Source

v0.36.0 (2019-08-08)

Compare changes

BREAKING CHANGES

  • Fix firstFocusableSelector in FocusTrapZone and AutoFocusZone @sophieH29 (#1732)
  • Rename Popup shouldTriggerBeTabbable prop to tabbableTrigger @jurokapsiar (#1696)
  • StackableEventListener is removed @layershifter (#1755)
  • Rename Tree to HierarchicalTree @silviuavram (#1752)

Fixes

  • Require name prop in Icon component @lucivpav (#1723)
  • Export broadcast icon in Teams theme @miroslavstastny (#1737)
  • Ensure actionsMenu is not cut-off by the edge of viewport for ChatMessage @kuzhelov (#1739)
  • FocusZone should respect elements with contenteditable attribute on Home/End key press @sophieH29 (#1749)
  • Fix incorrect order of plugin execution in felaRenderer @lucivpav (#1741)

Features

  • Expose isFromKeyboard in Grid component @sophieH29 (#1729)
  • Add onActiveIndexChange prop to Tree component @lucivpav (#1728)
  • Add horizontal prop for List component @mnajdova (#1721)
  • Export call-blocked icon to Teams theme @francescopalmiotto (#1736)
  • Add support for component styles debugging @kuzhelov (#1726)
  • Use FocusZone in selectable list @jurokapsiar (#1757)
  • Add MenuButton component @jurokapsiar (#1696)
  • Add useEventListener hook @layershifter (#1755)

Documentation

  • Fix code in changing component variables section of theming examples @lucivpav (#1626)
  • Fix layout issue rendering extra space when viewing documentation in Firefox @notandrew (#1427)
  • Add search capability @lucivpav (#1682)
  • Improve Theme it section under component examples @layershifter (#1748)
<!--------------------------------[ v0.35.0 ]------------------------------- -->
miroslavstastny
published 0.35.0 •

Changelog

Source

v0.35.0 (2019-07-26)

Compare changes

BREAKING CHANGES

  • Add trapFocus and autoFocus props to Popup and remove popupFocusTrapBehavior and popupAutoFocusBehavior @sophieH29 (#1565)
  • defaultBehavior was removed @layershifter (#1600)
  • ReactElements are now handled in the same way as string in all shorthands @layershifter (#1513)
  • Props param is required in ShorthandValue and ShorthandCollection @layershifter (#1605)
  • LoaderPosition type is no longer exported @layershifter (#1634)
  • Changed values for textAlign prop and renamed it to align for Header component @Bugaa92 (#1668)
  • paddingLeftRightValue variable in buttonVariables was renamed to padding in Teams theme @layershifter (#1716)

Features

  • Split action handlers with "OR" condition in accessibility behaviors @sophieH29 (#1622)
  • Add headerAction slot to the Dialog component @mnajdova (#1617)
  • Add Slider component @Bugaa92 (#1559)
  • Add tooltipAsLabelBehavior accessibility behavior for Tooltip @sophieH29 (#1635)
  • Add outline version of menu icon and files-visio icon to Teams theme @notandrew (#1623)
  • Add amethyst color to the Teams theme color palette @mnajdova (#1650)
  • Export onedrive icon to Teams theme @chughkartikey (#1680)
  • Add image-unavailable icon to Teams Theme @joheredi (#1633)
  • Add bidirectional navigation following DOM in FocusZone @sophieH29 (#1637)
  • Open Popup on contextmenu @jurokapsiar (#1524)
  • Add align prop for Text component @Bugaa92 (#1668)
  • Add size prop for Button component @layershifter (#1716)
  • Add target prop on Provider, allows to specify a document where styles should be renderer @layershifter (#1252)

Fixes

  • Fix ChatMessage's focus border overlays actionMenu in Teams theme @mnajdova (#1637)
  • Update Checkbox files for Teams Theme to match [redlines] @bcalvery (#1656)
  • Add color prop to Segment typings @layershifter (#1702)
  • Remove color prop from Dialog typings @layershifter (#1702)
  • Loader uses Text component for label slot instead of Box @layershifter (#1701)
  • Fix test cut off in Button component @layershifter (#1716)
  • Close Toolbar's menu when it looses focus @sophieH29 (#1688)

Documentation

  • Make sidebar categories collapsible @lucivpav (#1611)
  • Fix code in nesting themes section of theming examples @lucivpav (#1616)
  • Make prototypes conditionally public and move them below Behaviors @lucivpav (#1627)
  • Refine component descriptions @kuzhelov (#1629)
  • Add best practices and form usage example for Slider component @Bugaa92 (#1641)
  • Add examples with Tooltip for the actionable components @mnajdova (#1636)
  • Fix broken fragments on CodeSandbox @lucivpav (#1655)
  • Improve a table with component props in docs @layershifter (#1634)
  • Improve rendering performance for docs examples @Bugaa92 (#1654)
  • Add FAQ entry for Flex, Grid, Layout, Box, Segment @lucivpav (#1646)
<!--------------------------------[ v0.34.3 ]------------------------------- -->
miroslavstastny
published 0.34.0 •

Changelog

Source

v0.34.0 (2019-06-26)

Compare changes

BREAKING CHANGES

  • Type FontFaceStyle was renamed to FontFaceProps @layershifter (#1487)
  • Type style was renamed to props on FontFace @layershifter (#1487)
  • Remove boxShadowColor variable for Segment component @Bugaa92 (#1516)
  • Rename prop forceFocusInsideTrap to forceFocusInsideTrapOnOutsideFocus in FocusTrapZone @sophieH29 (#1505)

Fixes

  • Fix prop types of Tooltip component @kuzhelov (#1499)
  • Fix Popup styling with pointer when it is wrapped by FocusZones @layershifter (#1492)
  • Fix Attachment more option button invoke correctly action on space/enter @kolaps33 (#1452)
  • Apply custom focus style on TreeItem and TreeTitle @silviuavram (#1506)
  • Fix theme types, remove duplication @kuzhelov (#1508)
  • Fix RadioGroup first item should be tabbable by default when none of the items selected @sophieH29 (#1515)
  • Export all accessibility behaviors @jurokapsiar (#1538)
  • Fix FocusTrapZone sets focus into zone correctly for lazy loaded content @sophieH29 (#1505)
  • Replace css-shorthand-expand with bundled version to make it work in IE11 @layershifter (#1542)

Features

  • Add 'poll' and 'to-do-list' icons to Teams theme @natashamayurshah (#1498)
  • Add toolbarBehavior for Toolbar component and apply buttonBehavior for ToolbarItem component @sophieH29 (#1468)
  • Integrate ARIA HTML design pattern in the Tree component @silviuavram (#1488)
  • Add 'broadcast' icon to Teams theme @lawrencecushman (#1509)
  • Add disabled prop for Segment component @Bugaa92 (#1516)
  • Add qna outlined icon to the Teams theme @lawrencecushman (#1546)
  • Add menu prop to Toolbar @miroslavstastny (#1518)

Performance

  • Use single Fela renderer for LTR & RTL @layershifter (#1459)

Documentation

  • Add dedicated docs for the color palette and color schema @mnajdova (#1494)
<!--------------------------------[ v0.33.0 ]------------------------------- -->
miroslavstastny
published 0.33.0 •

Changelog

Source

v0.33.0 (2019-06-13)

Compare changes

BREAKING CHANGES

  • Rename toolbarBehavior to menuAsToolbarBehavior and toolbarButtonBehavior to menuItemAsToolbarButtonBehavior @miroslavstastny (#1393)
  • Rename types related to accessibility @layershifter (#1421)
  • Moved the rtl and renderer props from the theme prop object to the Provider's props API @mnajdova (#1377)

Fixes

  • Fix click handling on focus for action slot in Attachment component @Bugaa92 (#1444)
  • Fix Teams' theme list item end media styles @mnajdova (#1448)
  • Fix the order of the fela plugin @mnajdova (#1461)
  • Fix active styles for iconOnly MenuItem in Teams theme @mnajdova (#1464)
  • Fix keypress/click handling for Popup content @kuzhelov (#1482)
  • Fix PopupContent background color in Teams theme @mnajdova (#1484)
  • Fix merging of item variables in Menu and Toolbar @miroslavstastny (#1447)
  • Generate IDs for header and content slots once in Dialog component @layershifter (#1449)

Features

  • Define types for accessibility behaviors props. Do not render aria-disabled if the value is false @sophieH29 (#1481)
  • Add Toolbar component @miroslavstastny (#1408)
  • Add popup prop to Toolbar component @miroslavstastny (#1408)
  • Add disableAnimations boolean prop on the Provider @mnajdova (#1377)
  • Integrate Dropdown with Form.Field @silviuavram (#1446)
  • Add expand/collapse and navigation with ArrowUp and ArrowDown to Tree @silviuavram (#1457)
  • Expand all Tree siblings on asterisk key @silviuavram (#1457)
  • Add 'data-is-focusable' attribute to attachmentBehavior @sophieH29 (#1445)
  • Improve accessibility for Checkbox @jurokapsiar (1479)
  • Add unstable_pinned prop to Popup and Dropdown components @Bugaa92 (#1471)
  • Add Tooltip component @mnajdova (#1455)
  • Add 'call-control-release' and 'call-control-request' icon to Teams theme @jay-howe (#1490)

Documentation

  • Remove unfinished themes from the docs themes dropdown on components examples pages @alinais (#1473)
  • Adding table of contents to FAQ page @hughreeling (#1291)

Performance

  • Use minified version of normalize.css and update it to 8.0.1 @layershifter (#1476)
<!--------------------------------[ v0.32.0 ]------------------------------- -->
miroslavstastny
published 0.32.1-rc1 •

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc