Socket
Book a DemoInstallSign in
Socket

@react-spectrum/progress

Package Overview
Dependencies
Maintainers
2
Versions
1085
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

to
3.0.0-nightly-da4ef7644-250826

dist/progress.e9f8ae49.css

2

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

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

import {ProgressBarBase as $ddf9337e928b5fe6$export$7c6ed87244065f3a} from "./ProgressBarBase.module.js";
import "./vars.7c2bdd7c.css";
import "./progress.fc185de6.css";
import $b214y$barloader_vars_cssmodulejs from "./barloader_vars_css.module.js";

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

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

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

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

// are not supported in ProgressCircle which shares that hook...
if (!label && !ariaLabel && !ariaLabelledby) console.warn('If you do not provide a visible label via children, you must specify an aria-label or aria-labelledby attribute for accessibility');
if (!label && !ariaLabel && !ariaLabelledby && process.env.NODE_ENV !== 'production') console.warn('If you do not provide a visible label via children, you must specify an aria-label or aria-labelledby attribute for accessibility');
// use inline style for fit-content because cssnano is too smart for us and will strip out the -moz prefix in css files

@@ -46,0 +46,0 @@ return /*#__PURE__*/ (0, ($parcel$interopDefault($jAYvx$react))).createElement("div", {

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

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

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

// are not supported in ProgressCircle which shares that hook...
if (!label && !ariaLabel && !ariaLabelledby) console.warn('If you do not provide a visible label via children, you must specify an aria-label or aria-labelledby attribute for accessibility');
if (!label && !ariaLabel && !ariaLabelledby && process.env.NODE_ENV !== 'production') console.warn('If you do not provide a visible label via children, you must specify an aria-label or aria-labelledby attribute for accessibility');
// use inline style for fit-content because cssnano is too smart for us and will strip out the -moz prefix in css files

@@ -40,0 +40,0 @@ return /*#__PURE__*/ (0, $hlUTw$react).createElement("div", {

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

require("./vars.74a64330.css");
require("./progress.e9f8ae49.css");
var $f4d8d13edf2d3ca2$exports = require("./circleloader_vars_css.main.js");

@@ -57,3 +57,3 @@ var $eahRj$reactariautils = require("@react-aria/utils");

}
if (!ariaLabel && !ariaLabelledby) console.warn('ProgressCircle requires an aria-label or aria-labelledby attribute for accessibility');
if (!ariaLabel && !ariaLabelledby && process.env.NODE_ENV !== 'production') console.warn('ProgressCircle requires an aria-label or aria-labelledby attribute for accessibility');
return /*#__PURE__*/ (0, ($parcel$interopDefault($eahRj$react))).createElement("div", {

@@ -60,0 +60,0 @@ ...styleProps,

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

import "./vars.74a64330.css";
import "./progress.e9f8ae49.css";
import $a4QS8$circleloader_vars_cssmodulejs from "./circleloader_vars_css.module.js";

@@ -51,3 +51,3 @@ import {clamp as $a4QS8$clamp} from "@react-aria/utils";

}
if (!ariaLabel && !ariaLabelledby) console.warn('ProgressCircle requires an aria-label or aria-labelledby attribute for accessibility');
if (!ariaLabel && !ariaLabelledby && process.env.NODE_ENV !== 'production') console.warn('ProgressCircle requires an aria-label or aria-labelledby attribute for accessibility');
return /*#__PURE__*/ (0, $a4QS8$react).createElement("div", {

@@ -54,0 +54,0 @@ ...styleProps,

{
"name": "@react-spectrum/progress",
"version": "3.0.0-nightly-d87cc4422-250109",
"version": "3.0.0-nightly-da4ef7644-250826",
"description": "Spectrum UI components in React",

@@ -9,3 +9,7 @@ "license": "Apache-2.0",

"exports": {
"types": "./dist/types.d.ts",
"source": "./src/index.ts",
"types": [
"./dist/types.d.ts",
"./src/index.ts"
],
"import": "./dist/import.mjs",

@@ -40,7 +44,7 @@ "require": "./dist/main.js"

"dependencies": {
"@react-aria/progress": "3.0.0-nightly-d87cc4422-250109",
"@react-aria/utils": "3.0.0-nightly-d87cc4422-250109",
"@react-spectrum/utils": "3.0.0-nightly-d87cc4422-250109",
"@react-types/progress": "3.0.0-nightly-d87cc4422-250109",
"@react-types/shared": "3.0.0-nightly-d87cc4422-250109",
"@react-aria/progress": "3.0.0-nightly-da4ef7644-250826",
"@react-aria/utils": "3.0.0-nightly-da4ef7644-250826",
"@react-spectrum/utils": "3.0.0-nightly-da4ef7644-250826",
"@react-types/progress": "3.0.0-nightly-da4ef7644-250826",
"@react-types/shared": "3.0.0-nightly-da4ef7644-250826",
"@swc/helpers": "^0.5.0"

@@ -52,4 +56,5 @@ },

"peerDependencies": {
"@react-spectrum/provider": "3.0.0-nightly-d87cc4422-250109",
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
"@react-spectrum/provider": "3.0.0-nightly-da4ef7644-250826",
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
},

@@ -56,0 +61,0 @@ "publishConfig": {

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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.