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

@react-spectrum/progress

Package Overview
Dependencies
Maintainers
0
Versions
842
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-spectrum/progress - npm Package Compare versions

Comparing version 3.0.0-nightly-4baa1b08e-241029 to 3.0.0-nightly-4dd0993da-241224

dist/vars.7c2bdd7c.css

10

dist/ProgressBar.main.js
var $3d86ae6a9356cc8a$exports = require("./ProgressBarBase.main.js");
require("./vars.67d165e1.css");
require("./vars.7c2bdd7c.css");
var $9f78a6c009f32d0a$exports = require("./barloader_vars_css.main.js");

@@ -33,3 +33,3 @@ var $24n0W$reactspectrumutils = require("@react-spectrum/utils");

function $08d0cdc7f7a792a7$var$ProgressBar(props, ref) {
const $08d0cdc7f7a792a7$export$c17561cb55d4db30 = /*#__PURE__*/ (0, ($parcel$interopDefault($24n0W$react))).forwardRef(function ProgressBar(props, ref) {
let { staticColor: staticColor, variant: variant, ...otherProps } = props;

@@ -48,9 +48,5 @@ const { progressBarProps: progressBarProps, labelProps: labelProps } = (0, $24n0W$reactariaprogress.useProgressBar)(props);

});
}
/**
* ProgressBars show the progression of a system operation: downloading, uploading, processing, etc., in a visual way.
* They can represent either determinate or indeterminate progress.
*/ let $08d0cdc7f7a792a7$export$c17561cb55d4db30 = /*#__PURE__*/ (0, ($parcel$interopDefault($24n0W$react))).forwardRef($08d0cdc7f7a792a7$var$ProgressBar);
});
//# sourceMappingURL=ProgressBar.main.js.map
import {ProgressBarBase as $ddf9337e928b5fe6$export$7c6ed87244065f3a} from "./ProgressBarBase.module.js";
import "./vars.67d165e1.css";
import "./vars.7c2bdd7c.css";
import $b214y$barloader_vars_cssmodulejs from "./barloader_vars_css.module.js";

@@ -27,3 +27,3 @@ import {classNames as $b214y$classNames} from "@react-spectrum/utils";

function $551ca31cb687f352$var$ProgressBar(props, ref) {
const $551ca31cb687f352$export$c17561cb55d4db30 = /*#__PURE__*/ (0, $b214y$react).forwardRef(function ProgressBar(props, ref) {
let { staticColor: staticColor, variant: variant, ...otherProps } = props;

@@ -42,7 +42,3 @@ const { progressBarProps: progressBarProps, labelProps: labelProps } = (0, $b214y$useProgressBar)(props);

});
}
/**
* ProgressBars show the progression of a system operation: downloading, uploading, processing, etc., in a visual way.
* They can represent either determinate or indeterminate progress.
*/ let $551ca31cb687f352$export$c17561cb55d4db30 = /*#__PURE__*/ (0, $b214y$react).forwardRef($551ca31cb687f352$var$ProgressBar);
});

@@ -49,0 +45,0 @@

@@ -1,2 +0,2 @@

require("./vars.67d165e1.css");
require("./vars.7c2bdd7c.css");
var $9f78a6c009f32d0a$exports = require("./barloader_vars_css.main.js");

@@ -31,4 +31,3 @@ var $jAYvx$reactariautils = require("@react-aria/utils");

// Base ProgressBar component shared with Meter.
function $3d86ae6a9356cc8a$var$ProgressBarBase(props, ref) {
const $3d86ae6a9356cc8a$export$7c6ed87244065f3a = /*#__PURE__*/ (0, ($parcel$interopDefault($jAYvx$react))).forwardRef(function ProgressBarBase(props, ref) {
let { value: value = 0, minValue: minValue = 0, maxValue: maxValue = 100, size: size = 'L', label: label, barClassName: barClassName, showValueLabel: showValueLabel = !!label, labelPosition: labelPosition = 'top', isIndeterminate: isIndeterminate = false, barProps: barProps, labelProps: labelProps, 'aria-label': ariaLabel, 'aria-labelledby': ariaLabelledby, ...otherProps } = props;

@@ -71,6 +70,5 @@ let domRef = (0, $jAYvx$reactspectrumutils.useDOMRef)(ref);

})));
}
let $3d86ae6a9356cc8a$export$7c6ed87244065f3a = /*#__PURE__*/ (0, ($parcel$interopDefault($jAYvx$react))).forwardRef($3d86ae6a9356cc8a$var$ProgressBarBase);
});
//# sourceMappingURL=ProgressBarBase.main.js.map

@@ -1,2 +0,2 @@

import "./vars.67d165e1.css";
import "./vars.7c2bdd7c.css";
import $hlUTw$barloader_vars_cssmodulejs from "./barloader_vars_css.module.js";

@@ -25,4 +25,3 @@ import {clamp as $hlUTw$clamp} from "@react-aria/utils";

// Base ProgressBar component shared with Meter.
function $ddf9337e928b5fe6$var$ProgressBarBase(props, ref) {
const $ddf9337e928b5fe6$export$7c6ed87244065f3a = /*#__PURE__*/ (0, $hlUTw$react).forwardRef(function ProgressBarBase(props, ref) {
let { value: value = 0, minValue: minValue = 0, maxValue: maxValue = 100, size: size = 'L', label: label, barClassName: barClassName, showValueLabel: showValueLabel = !!label, labelPosition: labelPosition = 'top', isIndeterminate: isIndeterminate = false, barProps: barProps, labelProps: labelProps, 'aria-label': ariaLabel, 'aria-labelledby': ariaLabelledby, ...otherProps } = props;

@@ -65,4 +64,3 @@ let domRef = (0, $hlUTw$useDOMRef)(ref);

})));
}
let $ddf9337e928b5fe6$export$7c6ed87244065f3a = /*#__PURE__*/ (0, $hlUTw$react).forwardRef($ddf9337e928b5fe6$var$ProgressBarBase);
});

@@ -69,0 +67,0 @@

@@ -33,3 +33,3 @@ require("./vars.74a64330.css");

function $365887133501f5a1$var$ProgressCircle(props, ref) {
const $365887133501f5a1$export$c79b9d6b4cc92af7 = /*#__PURE__*/ (0, ($parcel$interopDefault($eahRj$react))).forwardRef(function ProgressCircle(props, ref) {
let { value: value = 0, minValue: minValue = 0, maxValue: maxValue = 100, size: size = 'M', staticColor: staticColor, variant: variant, isIndeterminate: isIndeterminate = false, 'aria-label': ariaLabel, 'aria-labelledby': ariaLabelledby, ...otherProps } = props;

@@ -92,9 +92,5 @@ let domRef = (0, $eahRj$reactspectrumutils.useDOMRef)(ref);

})))));
}
/**
* ProgressCircles show the progression of a system operation such as downloading, uploading, or processing, in a visual way.
* They can represent determinate or indeterminate progress.
*/ let $365887133501f5a1$export$c79b9d6b4cc92af7 = /*#__PURE__*/ (0, ($parcel$interopDefault($eahRj$react))).forwardRef($365887133501f5a1$var$ProgressCircle);
});
//# sourceMappingURL=ProgressCircle.main.js.map

@@ -27,3 +27,3 @@ import "./vars.74a64330.css";

function $79c16f64960b6385$var$ProgressCircle(props, ref) {
const $79c16f64960b6385$export$c79b9d6b4cc92af7 = /*#__PURE__*/ (0, $a4QS8$react).forwardRef(function ProgressCircle(props, ref) {
let { value: value = 0, minValue: minValue = 0, maxValue: maxValue = 100, size: size = 'M', staticColor: staticColor, variant: variant, isIndeterminate: isIndeterminate = false, 'aria-label': ariaLabel, 'aria-labelledby': ariaLabelledby, ...otherProps } = props;

@@ -86,7 +86,3 @@ let domRef = (0, $a4QS8$useDOMRef)(ref);

})))));
}
/**
* ProgressCircles show the progression of a system operation such as downloading, uploading, or processing, in a visual way.
* They can represent determinate or indeterminate progress.
*/ let $79c16f64960b6385$export$c79b9d6b4cc92af7 = /*#__PURE__*/ (0, $a4QS8$react).forwardRef($79c16f64960b6385$var$ProgressCircle);
});

@@ -93,0 +89,0 @@

@@ -9,3 +9,3 @@ import { ProgressBarProps, SpectrumProgressBarBaseProps, SpectrumProgressBarProps, SpectrumProgressCircleProps } from "@react-types/progress";

}
export let ProgressBarBase: React.ForwardRefExoticComponent<ProgressBarBaseProps & React.RefAttributes<DOMRefValue<HTMLDivElement>>>;
export const ProgressBarBase: React.ForwardRefExoticComponent<ProgressBarBaseProps & React.RefAttributes<DOMRefValue<HTMLDivElement>>>;
/**

@@ -15,3 +15,3 @@ * ProgressBars show the progression of a system operation: downloading, uploading, processing, etc., in a visual way.

*/
export let ProgressBar: React.ForwardRefExoticComponent<SpectrumProgressBarProps & React.RefAttributes<DOMRefValue<HTMLDivElement>>>;
export const ProgressBar: React.ForwardRefExoticComponent<SpectrumProgressBarProps & React.RefAttributes<DOMRefValue<HTMLDivElement>>>;
/**

@@ -21,5 +21,5 @@ * ProgressCircles show the progression of a system operation such as downloading, uploading, or processing, in a visual way.

*/
export let ProgressCircle: React.ForwardRefExoticComponent<SpectrumProgressCircleProps & React.RefAttributes<DOMRefValue<HTMLDivElement>>>;
export const ProgressCircle: React.ForwardRefExoticComponent<SpectrumProgressCircleProps & React.RefAttributes<DOMRefValue<HTMLDivElement>>>;
export type { SpectrumProgressBarProps, SpectrumProgressCircleProps } from '@react-types/progress';
//# sourceMappingURL=types.d.ts.map
{
"name": "@react-spectrum/progress",
"version": "3.0.0-nightly-4baa1b08e-241029",
"version": "3.0.0-nightly-4dd0993da-241224",
"description": "Spectrum UI components in React",

@@ -39,7 +39,7 @@ "license": "Apache-2.0",

"dependencies": {
"@react-aria/progress": "^3.0.0-nightly-4baa1b08e-241029",
"@react-aria/utils": "^3.0.0-nightly-4baa1b08e-241029",
"@react-spectrum/utils": "^3.0.0-nightly-4baa1b08e-241029",
"@react-types/progress": "^3.0.0-nightly-4baa1b08e-241029",
"@react-types/shared": "^3.0.0-nightly-4baa1b08e-241029",
"@react-aria/progress": "3.0.0-nightly-4dd0993da-241224",
"@react-aria/utils": "3.0.0-nightly-4dd0993da-241224",
"@react-spectrum/utils": "3.0.0-nightly-4dd0993da-241224",
"@react-types/progress": "3.0.0-nightly-4dd0993da-241224",
"@react-types/shared": "3.0.0-nightly-4dd0993da-241224",
"@swc/helpers": "^0.5.0"

@@ -51,9 +51,8 @@ },

"peerDependencies": {
"@react-spectrum/provider": "^3.0.0-nightly-4baa1b08e-241029",
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0"
"@react-spectrum/provider": "3.0.0-nightly-4dd0993da-241224",
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
},
"publishConfig": {
"access": "public"
},
"stableVersion": "3.7.10"
}
}

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

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

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

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

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