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

@geoffcox/sterling-svelte-themes

v2.0.15

Published

A modern theme for the sterling-svelte component library.

Readme

sterling-svelte-themes

A modern theme for the sterling-svelte component library.

To learn how to use this theme, please see the Sterling Theme documentation.

Installation

npm install @geoffcox/sterling-svelte-themes

Light and Dark Modes

Version 2.0 supports light and dark modes automatically. A single set of CSS vars that leverage the light-dark() function to pick colors based on the color-scheme property set on the root document element.

Repository

https://github.com/GeoffCox/sterling-svelte-themes

Change Log

2.0.15

  • Fixed issue with checkbox and radio button styles to ensure hidden input fills button area and can be clicked.

2.0.13/2.0.14

  • Removed spurious min-width on slider

2.0.12

  • Fix to hide slider thumb when value is undefined

2.0.11

  • Fix put 1px transparent border on checkbox and radio button variants to match Button layout and size.

2.0.10

  • Fix to sizing of checkbox and radio button variant inputs

2.0.9

  • Fix in radio button hover style

2.0.8

  • Added styles for checkbox button variant
  • Added styles for radio button variant
  • Cleaned up disabled styles for checkbox and radio

2.0.7

  • Added styles for new Splitter component

2.0.6

  • Fixed a few of invalid CSS declarations for background and border colors

2.0.5

  • Fixed issue with new button disabled state not applying due to specificity of colors and variants

2.0.4

  • Standardized disabled styles: Removed no-step diagonal stripes in favor of traditional background, border, and color.

  • Removed progress disabled styling (progress is not interactive)

  • Fixed MenuItem disabled styling selector issue

  • Improved layout of Label to help content/input responsd to width changes

  • Improved layout of Label with boxed style to display message across the bottom.

  • Fixed modifies of button colors to separate multiple modifiers with multiple double dashes (e.g. --blue-hover => --blue--hover)

  • Fixed Switch hover, active, selected background colors for better contrast

  • Improved focus styles of Slider, Switch to focus on button/thumb element

  • Added border width variables for common, button, and input.

  • Fixed missing use of outline border width variable across all styles.

  • Reduced border and outline width from 2px to 1px to avoid heaviness with border styles

  • Fixed bug in Pagination missing input:hover style

  • Updated drop shadows to be consistent for Callout, Dialog, Dropdown, Menu, Select, and Tooltip.

2.0.3

  • Slider - support for reverse direction of slider

2.0.2

  • Autocomplete - added styles

2.0.1

  • Label - fix justification of text vs chilren in horizontal layout
  • Label - fixed spacing between text and children in horizontal and vertical layouts
  • Label - fixed CSS specifier for required reason inside Tooltip
  • Label - increased min-width of required indicator to made hover easier

2.0.0

  • light-dark() theme support

1.0.4

  • Dropdown - added classes for button and icon slots, dropdown content
  • MenuItem - moved MenuItemDisplay.css styles into MenuItem.defaultItem.css
  • Pagination - added styles
  • Select - added class for select content

1.0.3

  • Button, Checkbox, Dialog, Input, Label, MenuItem, Radio, Switch, Tab, and TextArea - Added appearance:none to avoid built-in styles in some browsers

1.0.2

  • Reorganization of CSS
  • Label - Fixed css var typos
  • Button - added colors

1.0.1

  • Fixed CSS exports in package

1.0.0

  • Moved CSS into this package to separate Sterling Theme from sterling-svelte