New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@leafygreen-ui/icon-button

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@leafygreen-ui/icon-button - npm Package Compare versions

Comparing version

to
15.0.6

# @leafygreen-ui/icon-button
## 15.0.6
### Patch Changes
- bf2fedf6d: Version bumps lib
- Updated dependencies [51c544e2e]
- Updated dependencies [bf2fedf6d]
- @leafygreen-ui/a11y@1.4.0
- @leafygreen-ui/leafygreen-provider@3.1.1
## 15.0.5

@@ -4,0 +14,0 @@

{
"name": "@leafygreen-ui/icon-button",
"version": "15.0.5",
"version": "15.0.6",
"description": "LeafyGreen UI Kit Icon Buttons",

@@ -23,7 +23,7 @@ "main": "./dist/index.js",

"dependencies": {
"@leafygreen-ui/a11y": "^1.3.4",
"@leafygreen-ui/a11y": "^1.4.0",
"@leafygreen-ui/box": "^3.1.1",
"@leafygreen-ui/emotion": "^4.0.3",
"@leafygreen-ui/icon": "^11.12.4",
"@leafygreen-ui/lib": "^10.0.0",
"@leafygreen-ui/lib": "^10.1.0",
"@leafygreen-ui/palette": "^3.4.7",

@@ -33,3 +33,3 @@ "@leafygreen-ui/tokens": "^2.0.0"

"peerDependencies": {
"@leafygreen-ui/leafygreen-provider": "^3.1.0"
"@leafygreen-ui/leafygreen-provider": "^3.1.1"
},

@@ -36,0 +36,0 @@ "homepage": "https://github.com/mongodb/leafygreen-ui/tree/main/packages/icon-button",

@@ -8,7 +8,39 @@ [

"props": {
"HTMLAttributes": "https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes",
"AnchorHTMLAttributes": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a",
"HTMLAttributes": "https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes",
"AriaAttributes": "https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes",
"DOMAttributes": "https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes",
"BaseIconButtonProps": {
"href": {
"name": "href",
"defaultValue": null,
"description": "`href` property for the button. If this value is set, the IconButton will be rendered with an anchor tag.",
"required": false,
"type": {
"name": "string"
},
"tags": {}
},
"className": {
"name": "className",
"defaultValue": null,
"description": "",
"required": false,
"type": {
"name": "string"
},
"tags": {}
},
"tabIndex": {
"name": "tabIndex",
"defaultValue": {
"value": 0
},
"description": "Sets the tabIndex for IconButton component.",
"required": false,
"type": {
"name": "number"
},
"tags": {}
},
"children": {

@@ -63,34 +95,2 @@ "name": "children",

},
"href": {
"name": "href",
"defaultValue": null,
"description": "`href` property for the button. If this value is set, the IconButton will be rendered with an anchor tag.",
"required": false,
"type": {
"name": "string"
},
"tags": {}
},
"className": {
"name": "className",
"defaultValue": null,
"description": "",
"required": false,
"type": {
"name": "string"
},
"tags": {}
},
"tabIndex": {
"name": "tabIndex",
"defaultValue": {
"value": 0
},
"description": "Sets the tabIndex for IconButton component.",
"required": false,
"type": {
"name": "number"
},
"tags": {}
},
"onClick": {

@@ -122,26 +122,2 @@ "name": "onClick",

{
"value": "\"big\""
},
{
"value": "\"link\""
},
{
"value": "\"small\""
},
{
"value": "\"sub\""
},
{
"value": "\"sup\""
},
{
"value": "\"map\""
},
{
"value": "\"filter\""
},
{
"value": "\"text\""
},
{
"value": "\"a\""

@@ -180,2 +156,5 @@ },

{
"value": "\"big\""
},
{
"value": "\"blockquote\""

@@ -325,5 +304,11 @@ },

{
"value": "\"link\""
},
{
"value": "\"main\""
},
{
"value": "\"map\""
},
{
"value": "\"mark\""

@@ -410,2 +395,5 @@ },

{
"value": "\"small\""
},
{
"value": "\"source\""

@@ -423,5 +411,11 @@ },

{
"value": "\"sub\""
},
{
"value": "\"summary\""
},
{
"value": "\"sup\""
},
{
"value": "\"table\""

@@ -583,2 +577,5 @@ },

{
"value": "\"filter\""
},
{
"value": "\"foreignObject\""

@@ -635,2 +632,5 @@ },

{
"value": "\"text\""
},
{
"value": "\"textPath\""

@@ -637,0 +637,0 @@ },

Sorry, the diff of this file is not supported yet