npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@cygnus-reach/ngx-session-ui

v2.0.0

Published

Streamline the creation of Reach℠ remote support web apps in the Angular framework with a customizable UI library.

Readme

Cygnus Reach Session UI for Angular

This library provides configurable UI components designed to work with the Reach Session web library, allowing for the creation of Reach portals and "zero-install" web apps for use by support agents and technicians alike. This library was built with Angular 18.2.13 and has been tested in Angular 18 and 20.

Usage

UI components in this library are designed for use with the SessionService Angular service provided in this library, which extends the Reach Session library's implementation for optimized use in an Angular context. Theming can be customized using CSS variables and classes described here, alongside text and iconography customization.

Changelog

  • 2.0.0
    • Updated to rxjs 7.x
    • Removed dependencies on @swimlane/ngx-datatable and ngx-toastr
    • Widened support for Angular versions to 18-21.
    • Replaced lib- selector prefix with cyg-rs- prefix across full library
    • Revised styling system to fully support runtime editing and light and dark modes. This represents the 2026 Constellation Design System, simplifying the color and typography styling systems, alongside numerous other changes.
    • Reduced scope of items exposed for public use, hiding a number of low-level internal components, models, and utilities that were not intended for external usage.
    • Aligned all component inputs with icons and text model, affecting SessionHistory, SessionResources, SessionView, and ConnectedMediaEditor
    • Introduced new component for session creation and invitation process: CreateSession. Also exposed two underlying components for customization, InvitationGrid and InvitationDialog.
    • Introduced new output for SessionResources, StreamUnit, and ConnectedMediaEditor to replace internal display of toasts. Now, components wishing to display momentary pop-up notifications in the UI will emit events with NotificationEvent payloads.
  • 1.5.1 (Beta releases only)
    • Reverted renaming of EnterSession, TextTabs, and IconTabs.
    • Renamed input interfaces for SessionView and SessionViewHeader to reflect new component names.
    • Fixed inconsistent fields in MediaViewIcons, removing an unused delete field and adding a missing edit field. This affects the MediaView and SessionResources components.
    • Reverted changes to field names in EnterSessionText and SessionInviteText, replacing btnText with previous context-based names.
    • Fixed bug in SessionHistory that caused errors when mediaText input was not provided.
    • Fixed bug in SessionInviteUser that caused phone number formatting to not be shown.
    • Updated GenericMatDataTable styling to better fit into customizable styling.
    • Reorganized exported text defaults to group them by functional area. Items formerly in TextDefaults are now available in:
      • ChatTextDefaults
      • DeviceTextDefaults
      • HistoryTextDefaults
      • MediaTextDefaults
      • NoteTextDefaults
      • SessionTextDefaults
      • StreamTextDefaults
      • ConnectedUITextDefaults
      • SharedTextDefaults
    • Removed a number of deprecated and unused models and constants:
      • Tab enumeration: SessionTab should be used in its place.
      • User class.
      • Various deprecated internal screen drawing constants:
        • DEFAULT_ERASER_WIDTH
        • DEFAULT_ERASER_COLOR
        • DESTINATION_OUT
        • SOURCE_OVER
  • 1.5.0
    • Updated to Angular 18.2.13.
    • Renamed various components:
      • EnterSessionStartSession
      • TextTabsTextTab
      • IconTabsIconTab
      • ArchivedSessionViewSessionView
      • ArchivedSessionHeaderSessionViewHeader
    • Revised SessionView component to not include SessionViewHeader by default.
    • Introduced new table component, GenericMatDataTable, which now serves as the basis for the SessionHistoryTable component.
    • Introduced new button utility components: BaseButton, ChatInputButton, ChatMediaButton, and MediaEditorRoundButton.
    • Changed button-related field names in EnterSessionText and SessionInviteText to btnText.
  • 1.4.4
    • Re-release to fix configuration error.
  • 1.4.3
    • Revised SMS phone number validation (not published).
  • 1.4.2
    • Updated dependencies.
  • 1.4.1
    • Improved functionality of drag-to-download feature on media cards, providing increased support for images dragged into programs.
    • Bugfix to ChatInput, keeping the submit event from being fired without canSend being set.
    • Fixed bug causing viewing a session within SessionHistory to affect recording of history.
  • 1.4.0
    • Revised stream units to use improved start/end share system, ensuring browser permissions are released when not in use.
    • Added UI for pending stream source state.
    • Added optional input-configured drag-to-download system for session media (in history or resources), supported by Google Chrome and some other Chromium-based browsers.
  • 1.3.1
    • Request state handling added to stream units.
    • Welcome text configuration added to stream units.
    • Bugfixes to icon inheritance in media file display grids and generic dialog close icons.
  • 1.3.0
    • Small fix to GenericDialog configuration.
  • 1.2.1
    • Update to session service configuration with regards to session invitations.
  • 1.2.0
    • Initial release.