ui-box icon indicating copy to clipboard operation
ui-box copied to clipboard

Blazing Fast React UI Primitive

Results 19 ui-box issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 4.8.0 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) Commits See full diff in compare...

dependencies

Hey, I love the concept of Evergreen being built on one single primitive. This could also make react-native compatibility a bit easier. I'd love to hear if you've ever considered...

This change adds a new concept of Plugins to `ui-box` to enable arbitrary userland processing of selectors and styles. The plugin structure closely resembles that of glamor, which it was...

In some cases where a `ui-box` (in my case via evergreen) lives on a page that has other CSS on it the `ui-box` styles can be overridden. With glamor, you...

**An update to the safeHref functionality to better support our users** - Removed `data:` protocol from safe protocols to further protect users - Added ability to pass custom "safe" protocols...

Hello, Just wanted to say that ui-box is so convenient for CSS-in-JS. My question is can we do media queries using props? We are currently using other CSS-in-JS libraries and...

I'd like to use Evergreen (which uses this library) with my existing CSS-in-JS solution used in a project. This is because the pipeline may already do things like extract to...

In Evergreen we try to lock things down a bit more: ```javascript import React, { PureComponent } from 'react' import PropTypes from 'prop-types' import cx from 'classnames' import Box, {...

enhancement

Bumps [browserify-sign](https://github.com/crypto-browserify/browserify-sign) from 4.0.4 to 4.2.2. Changelog Sourced from browserify-sign's changelog. v4.2.2 - 2023-10-25 Fixed [Tests] log when openssl doesn't support cipher [#37](https://github.com/crypto-browserify/browserify-sign/issues/37) Commits Only apps should have lockfiles 09a8995...

dependencies