variant icon indicating copy to clipboard operation
variant copied to clipboard

Variant types in TypeScript

Results 36 variant issues
Sort by recently updated
recently updated
newest added

Right now the documentation is pulled from the `docs` folder of 3.0. While this was convenient at first, it is sloppy. - It confuses the documentation commits with the code...

documentation

Evaluate how well the library can be tree-shaken. While the library is already pretty small (3kb gzipped) this would be nice to have, especially since many users are likely unaware...

20%

Custom discriminants (using `kind` instead of `type`) are pretty well supported with `variantCosmos` (see #17). Now the task becomes—how should we include the most common variants (hehe) without tripling the...

Bumps [terser](https://github.com/terser/terser) from 4.6.13 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...

dependencies

I've begun work on version `3.0` which will be a mild to moderate rewrite of some of variant's core. **** Changes now accessible with `variant@dev` **** ## Changes ### Name...

enhancement
help wanted
feedback needed

Scoped variants, while functional, were created before TS had template literal types. Now that we live in that world, there are most likely better ways to implement scoped variants and...

enhancement
design

The catalog function is documented, but only its behavior. Ideally it should also show: 1. How to use a pre-existing catalog as the basis for a variant's keys. This can...

documentation
help wanted
good first issue

From personal experience, variant works smoothly with [observables](https://rxjs.dev/). We should capture this experience with examples and put them in the docs, under the related libraries section. https://paarthenon.github.io/variant/docs/next/libraries/rxjs I use these...

documentation

Hello everyone, I want to start by thanking you all for using variant. I'm here to provide a little update. Over the past few months I have been experiencing health...

Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.4.0 to 16.7.0. Release notes Sourced from jsdom's releases. Version 16.7.0 Added AbortSignal.abort(). (ninevra) Added dummy x and y properties to the return value of getBoundingClientRect(). (eiko)...

dependencies