Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@leafygreen-ui/lib

Package Overview
Dependencies
Maintainers
4
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@leafygreen-ui/lib - npm Package Compare versions

Comparing version 9.5.2 to 10.0.0

6

CHANGELOG.md
# @leafygreen-ui/lib
## 10.0.0
### Major Changes
- f2d63a60: Removes leafygreen data attributes (prefixed with `data-leafygreen-ui-`), and replaces them with deterministic classNames (prefixed with `lg-ui-`)
## 9.5.2

@@ -4,0 +10,0 @@

2

dist/index.d.ts

@@ -66,2 +66,4 @@ /// <reference types="react" />

* @param {string} name Name of element we want to reference.
*
* @deprecated
*/

@@ -68,0 +70,0 @@ export declare function createDataProp(name: string): {

2

package.json
{
"name": "@leafygreen-ui/lib",
"version": "9.5.2",
"version": "10.0.0",
"description": "leafyGreen UI Kit Internal Library",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

@@ -89,2 +89,4 @@ import once from 'lodash/once';

* @param {string} name Name of element we want to reference.
*
* @deprecated
*/

@@ -91,0 +93,0 @@ export function createDataProp(name: string) {

@@ -450,4 +450,4 @@ [

},
"__@unscopables@116402": {
"name": "__@unscopables@116402",
"__@unscopables@176491": {
"name": "__@unscopables@176491",
"defaultValue": null,

@@ -517,3 +517,4 @@ "description": "Returns an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",

"tags": {
"param": "name Name of element we want to reference."
"param": "name Name of element we want to reference.",
"deprecated": ""
},

@@ -966,4 +967,4 @@ "description": "Utility for making it easier to couple a React Component to a css selector.\nUseful when writing css selectors that rely on interactivity, i.e. :hover.\nExample:\n const checkBoxWrapper = createDataProp('checkbox-wrapper');\n // Used as selector:\n css`&:hover ${checkboxWrapper.selector} { }`\n // Used on React Component\n <div {...checkboxWrapper.prop} />",

},
"__@unscopables@116402": {
"name": "__@unscopables@116402",
"__@unscopables@176491": {
"name": "__@unscopables@176491",
"defaultValue": null,

@@ -970,0 +971,0 @@ "description": "Returns an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc