dripsy icon indicating copy to clipboard operation
dripsy copied to clipboard

🍷 Responsive, unstyled UI primitives for React Native + Web.

Results 40 dripsy issues
Sort by recently updated
recently updated
newest added

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.1 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...

dependencies

Bumps [prismjs](https://github.com/PrismJS/prism) from 1.25.0 to 1.27.0. Release notes Sourced from prismjs's releases. v1.27.0 Release 1.27.0 v1.26.0 Release 1.26.0 Changelog Sourced from prismjs's changelog. 1.27.0 (2022-02-17) New components UO Razor Script...

dependencies

Bumps [next](https://github.com/vercel/next.js) from 11.1.1 to 12.1.0. Release notes Sourced from next's releases. v12.1.0 Core Changes Relay Support in Rust Compiler: #33702 fix eslint link-passhref rule: #33857 update webpack: #33831 Flush...

dependencies

Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.25 to 3.2.0. Changelog Sourced from nanoid's changelog. Change Log This project adheres to Semantic Versioning. 3.2 Added --size and --alphabet arguments to binary (by Vitaly Baev)....

dependencies

Bumps [tar](https://github.com/npm/node-tar) from 4.4.13 to 4.4.19. Commits 9a6faa0 4.4.19 70ef812 drop dirCache for symlink on all platforms 3e35515 4.4.18 52b09e3 fix: prevent path escape using drive-relative paths bb93ba2 fix: reserve...

dependencies

Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 5.0.0 to 5.0.1. Release notes Sourced from ansi-regex's releases. v5.0.1 Fixes (backport of 6.0.1 to v5) This is a backport of the minor ReDos vulnerability in ansi-regex@<6.0.1,...

dependencies

Hi @nandorojo First of all, thank you for your work on this great project! I found a typing issue with the `Sx` prop related to aliases. For now, only the...

When I tried to upgrade from `[email protected]` (officially supported by expo) to `[email protected]` the development client failed to launch with error `reading from '_value' directly is possible only on UI...

I stumbled upon an issue where creating nexted Texts don't work like they do in React-Native. Eg. this snippet: ``` import {Text} from 'dripsy'; ... Demo 1 Demo 2 ```...

Added several missed scale properties and aliases for them. Also, exported `VariantProp` type as it may be quite useful for devs, to not write something like that: ```diff - Required['varaint']...