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

@spark-ui/button

Package Overview
Dependencies
Maintainers
7
Versions
267
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spark-ui/button - npm Package Compare versions

Comparing version

to
2.4.1

4

CHANGELOG.md

@@ -6,2 +6,6 @@ # Change Log

## [2.4.1](https://github.com/adevinta/spark/compare/@spark-ui/button@2.4.0...@spark-ui/button@2.4.1) (2023-12-05)
**Note:** Version bump only for package @spark-ui/button
# [2.4.0](https://github.com/adevinta/spark/compare/@spark-ui/button@2.3.1...@spark-ui/button@2.4.0) (2023-10-06)

@@ -8,0 +12,0 @@

@@ -21,4 +21,7 @@ import React, { ComponentPropsWithoutRef } from 'react';

loadingText?: string;
/**
* Placement for the spinner.
*/
spinnerPlacement?: 'left' | 'right';
}
export declare const Button: React.ForwardRefExoticComponent<ButtonProps & React.RefAttributes<HTMLButtonElement>>;

6

dist/public/docgen.json

@@ -90,3 +90,3 @@ {

},
"description": "",
"description": "Placement for the spinner.",
"name": "spinnerPlacement",

@@ -208,3 +208,3 @@ "parent": {

},
"description": "",
"description": "Shape of the button.",
"name": "shape",

@@ -233,3 +233,3 @@ "declarations": [],

},
"description": "",
"description": "Size of the button.",
"name": "size",

@@ -236,0 +236,0 @@ "declarations": [],

{
"name": "@spark-ui/button",
"version": "2.4.0",
"version": "2.4.1",
"description": "Button component is used to trigger an action or event, such as submitting a form, opening a Dialog, canceling an action, or performing a delete operation.",

@@ -28,3 +28,3 @@ "publishConfig": {

"@spark-ui/slot": "^1.7.0",
"@spark-ui/spinner": "^2.2.0",
"@spark-ui/spinner": "^2.2.1",
"class-variance-authority": "0.7.0"

@@ -52,3 +52,3 @@ },

"license": "MIT",
"gitHead": "6cc86f6560c0153fcf2311a964ecc40cdce6f904"
"gitHead": "e2fd654d551c09971906b3b0036f9a385369bb7a"
}