@react-spectrum/progress
Advanced tools
Comparing version 3.0.0-nightly-4baa1b08e-241029 to 3.0.0-nightly-4dd0993da-241224
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
164281
2110
+ Added@internationalized/date@3.0.0-nightly-4dd0993da-241224(transitive)
+ Added@internationalized/message@3.0.0-nightly-4dd0993da-241224(transitive)
+ Added@internationalized/number@3.0.0-nightly-4dd0993da-241224(transitive)
+ Added@internationalized/string@3.0.0-nightly-4dd0993da-241224(transitive)
+ Added@react-aria/focus@3.0.0-nightly-4dd0993da-241224(transitive)
+ Added@react-aria/i18n@3.0.0-nightly-4dd0993da-241224(transitive)
+ Added@react-aria/interactions@3.0.0-nightly-4dd0993da-241224(transitive)
+ Added@react-aria/label@3.0.0-nightly-4dd0993da-241224(transitive)
+ Added@react-aria/overlays@3.0.0-nightly-4dd0993da-241224(transitive)
+ Added@react-aria/progress@3.0.0-nightly-4dd0993da-241224(transitive)
+ Added@react-aria/ssr@3.0.0-nightly-4dd0993da-241224(transitive)
+ Added@react-aria/utils@3.0.0-nightly-4dd0993da-241224(transitive)
+ Added@react-aria/visually-hidden@3.0.0-nightly-4dd0993da-241224(transitive)
+ Added@react-spectrum/provider@3.0.0-nightly-4dd0993da-241224(transitive)
+ Added@react-spectrum/utils@3.0.0-nightly-4dd0993da-241224(transitive)
+ Added@react-stately/overlays@3.0.0-nightly-4dd0993da-241224(transitive)
+ Added@react-stately/utils@3.0.0-nightly-4dd0993da-241224(transitive)
+ Added@react-types/button@3.0.0-nightly-4dd0993da-241224(transitive)
+ Added@react-types/overlays@3.0.0-nightly-4dd0993da-241224(transitive)
+ Added@react-types/progress@3.0.0-nightly-4dd0993da-241224(transitive)
+ Added@react-types/provider@3.0.0-nightly-4dd0993da-241224(transitive)
+ Added@react-types/shared@3.0.0-nightly-4dd0993da-241224(transitive)
- Removed@internationalized/date@3.6.0(transitive)
- Removed@internationalized/message@3.1.6(transitive)
- Removed@internationalized/number@3.6.0(transitive)
- Removed@internationalized/string@3.2.5(transitive)
- Removed@react-aria/focus@3.19.0(transitive)
- Removed@react-aria/i18n@3.12.4(transitive)
- Removed@react-aria/interactions@3.22.5(transitive)
- Removed@react-aria/label@3.7.13(transitive)
- Removed@react-aria/overlays@3.24.0(transitive)
- Removed@react-aria/progress@3.4.18(transitive)
- Removed@react-aria/ssr@3.9.7(transitive)
- Removed@react-aria/utils@3.26.0(transitive)
- Removed@react-aria/visually-hidden@3.8.18(transitive)
- Removed@react-spectrum/provider@3.10.0(transitive)
- Removed@react-spectrum/utils@3.12.0(transitive)
- Removed@react-stately/overlays@3.6.12(transitive)
- Removed@react-stately/utils@3.10.5(transitive)
- Removed@react-types/button@3.10.1(transitive)
- Removed@react-types/overlays@3.8.11(transitive)
- Removed@react-types/progress@3.5.8(transitive)
- Removed@react-types/provider@3.8.5(transitive)
- Removed@react-types/shared@3.26.0(transitive)