@react-spectrum/inlinealert
Advanced tools
Comparing version 3.0.0-nightly-a626c2596-240926 to 3.0.0-nightly-a792c1ad5-250222
module.exports = { | ||
"info": `Teave`, | ||
"negative": `T\xf5rge`, | ||
"negative": `Viga`, | ||
"notice": `Hoiatus`, | ||
@@ -5,0 +5,0 @@ "positive": `Valmis` |
var $aa360d77330765aa$exports = {}; | ||
$aa360d77330765aa$exports = { | ||
"info": `Teave`, | ||
"negative": `T\xf5rge`, | ||
"negative": `Viga`, | ||
"notice": `Hoiatus`, | ||
@@ -6,0 +6,0 @@ "positive": `Valmis` |
var $cf1d087b199fc7c5$exports = require("./intlStrings.main.js"); | ||
require("./vars.d26a2e16.css"); | ||
require("./vars.5fcabb04.css"); | ||
var $8d976ce4ebad141b$exports = require("./inlinealert_vars_css.main.js"); | ||
@@ -53,3 +53,3 @@ var $9SIjx$spectrumiconsuiAlertMedium = require("@spectrum-icons/ui/AlertMedium"); | ||
}; | ||
function $5de8c6729f05c665$var$InlineAlert(props, ref) { | ||
const $5de8c6729f05c665$export$a3b2c96db9b0eb71 = /*#__PURE__*/ (0, ($parcel$interopDefault($9SIjx$react))).forwardRef(function InlineAlert(props, ref) { | ||
props = (0, $9SIjx$reactspectrumprovider.useProviderProps)(props); | ||
@@ -99,9 +99,5 @@ let { children: children, variant: variant = 'neutral', autoFocus: autoFocus, ...otherProps } = props; | ||
}), children)))); | ||
} | ||
/** | ||
* Inline alerts display a non-modal message associated with objects in a view. | ||
* These are often used in form validation, providing a place to aggregate feedback related to multiple fields. | ||
*/ const $5de8c6729f05c665$export$a3b2c96db9b0eb71 = /*#__PURE__*/ (0, ($parcel$interopDefault($9SIjx$react))).forwardRef($5de8c6729f05c665$var$InlineAlert); | ||
}); | ||
//# sourceMappingURL=InlineAlert.main.js.map |
import $8S3NB$intlStringsmodulejs from "./intlStrings.module.js"; | ||
import "./vars.d26a2e16.css"; | ||
import "./vars.5fcabb04.css"; | ||
import $8S3NB$inlinealert_vars_cssmodulejs from "./inlinealert_vars_css.module.js"; | ||
@@ -47,3 +47,3 @@ import $8S3NB$spectrumiconsuiAlertMedium from "@spectrum-icons/ui/AlertMedium"; | ||
}; | ||
function $abf1e6290496dda5$var$InlineAlert(props, ref) { | ||
const $abf1e6290496dda5$export$a3b2c96db9b0eb71 = /*#__PURE__*/ (0, $8S3NB$react).forwardRef(function InlineAlert(props, ref) { | ||
props = (0, $8S3NB$useProviderProps)(props); | ||
@@ -93,7 +93,3 @@ let { children: children, variant: variant = 'neutral', autoFocus: autoFocus, ...otherProps } = props; | ||
}), children)))); | ||
} | ||
/** | ||
* Inline alerts display a non-modal message associated with objects in a view. | ||
* These are often used in form validation, providing a place to aggregate feedback related to multiple fields. | ||
*/ const $abf1e6290496dda5$export$a3b2c96db9b0eb71 = /*#__PURE__*/ (0, $8S3NB$react).forwardRef($abf1e6290496dda5$var$InlineAlert); | ||
}); | ||
@@ -100,0 +96,0 @@ |
module.exports = { | ||
"info": `Informazioni`, | ||
"negative": `Errore`, | ||
"notice": `Avviso`, | ||
"notice": `Avvertenza`, | ||
"positive": `Operazione riuscita` | ||
@@ -6,0 +6,0 @@ }; |
@@ -5,3 +5,3 @@ var $2ebc0e35fdc040b7$exports = {}; | ||
"negative": `Errore`, | ||
"notice": `Avviso`, | ||
"notice": `Avvertenza`, | ||
"positive": `Operazione riuscita` | ||
@@ -8,0 +8,0 @@ }; |
{ | ||
"name": "@react-spectrum/inlinealert", | ||
"version": "3.0.0-nightly-a626c2596-240926", | ||
"version": "3.0.0-nightly-a792c1ad5-250222", | ||
"description": "Spectrum UI components in React", | ||
@@ -39,9 +39,9 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@react-aria/focus": "^3.0.0-nightly-a626c2596-240926", | ||
"@react-aria/i18n": "^3.0.0-nightly-a626c2596-240926", | ||
"@react-aria/utils": "^3.0.0-nightly-a626c2596-240926", | ||
"@react-spectrum/layout": "^3.0.0-nightly-a626c2596-240926", | ||
"@react-spectrum/utils": "^3.0.0-nightly-a626c2596-240926", | ||
"@react-types/shared": "^3.0.0-nightly-a626c2596-240926", | ||
"@spectrum-icons/ui": "^3.0.0-nightly-a626c2596-240926", | ||
"@react-aria/focus": "3.0.0-nightly-a792c1ad5-250222", | ||
"@react-aria/i18n": "3.0.0-nightly-a792c1ad5-250222", | ||
"@react-aria/utils": "3.0.0-nightly-a792c1ad5-250222", | ||
"@react-spectrum/layout": "3.0.0-nightly-a792c1ad5-250222", | ||
"@react-spectrum/utils": "3.0.0-nightly-a792c1ad5-250222", | ||
"@react-types/shared": "3.0.0-nightly-a792c1ad5-250222", | ||
"@spectrum-icons/ui": "3.0.0-nightly-a792c1ad5-250222", | ||
"@swc/helpers": "^0.5.0" | ||
@@ -53,9 +53,9 @@ }, | ||
"peerDependencies": { | ||
"@react-spectrum/provider": "^3.0.0-nightly-a626c2596-240926", | ||
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0" | ||
"@react-spectrum/provider": "3.0.0-nightly-a792c1ad5-250222", | ||
"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" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"stableVersion": "3.2.7" | ||
} | ||
} |
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
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
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
140261
11
1842
+ Added@internationalized/date@3.0.0-nightly-a792c1ad5-250222(transitive)
+ Added@internationalized/message@3.0.0-nightly-a792c1ad5-250222(transitive)
+ Added@internationalized/number@3.0.0-nightly-a792c1ad5-250222(transitive)
+ Added@internationalized/string@3.0.0-nightly-a792c1ad5-250222(transitive)
+ Added@react-aria/focus@3.0.0-nightly-a792c1ad5-250222(transitive)
+ Added@react-aria/i18n@3.0.0-nightly-a792c1ad5-250222(transitive)
+ Added@react-aria/interactions@3.0.0-nightly-a792c1ad5-250222(transitive)
+ Added@react-aria/overlays@3.0.0-nightly-a792c1ad5-250222(transitive)
+ Added@react-aria/ssr@3.0.0-nightly-a792c1ad5-250222(transitive)
+ Added@react-aria/utils@3.0.0-nightly-a792c1ad5-250222(transitive)
+ Added@react-aria/visually-hidden@3.0.0-nightly-a792c1ad5-250222(transitive)
+ Added@react-spectrum/icon@3.0.0-nightly-a792c1ad5-250222(transitive)
+ Added@react-spectrum/layout@3.0.0-nightly-a792c1ad5-250222(transitive)
+ Added@react-spectrum/provider@3.0.0-nightly-a792c1ad5-250222(transitive)
+ Added@react-spectrum/utils@3.0.0-nightly-a792c1ad5-250222(transitive)
+ Added@react-stately/flags@3.0.0-nightly-a792c1ad5-250222(transitive)
+ Added@react-stately/overlays@3.0.0-nightly-a792c1ad5-250222(transitive)
+ Added@react-stately/utils@3.0.0-nightly-a792c1ad5-250222(transitive)
+ Added@react-types/button@3.0.0-nightly-a792c1ad5-250222(transitive)
+ Added@react-types/layout@3.0.0-nightly-a792c1ad5-250222(transitive)
+ Added@react-types/overlays@3.0.0-nightly-a792c1ad5-250222(transitive)
+ Added@react-types/provider@3.0.0-nightly-a792c1ad5-250222(transitive)
+ Added@react-types/shared@3.0.0-nightly-a792c1ad5-250222(transitive)
+ Added@spectrum-icons/ui@3.0.0-nightly-a792c1ad5-250222(transitive)
- Removed@internationalized/date@3.7.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.1(transitive)
- Removed@react-aria/i18n@3.12.5(transitive)
- Removed@react-aria/interactions@3.23.0(transitive)
- Removed@react-aria/overlays@3.25.0(transitive)
- Removed@react-aria/ssr@3.9.7(transitive)
- Removed@react-aria/utils@3.27.0(transitive)
- Removed@react-aria/visually-hidden@3.8.19(transitive)
- Removed@react-spectrum/icon@3.8.1(transitive)
- Removed@react-spectrum/layout@3.6.11(transitive)
- Removed@react-spectrum/provider@3.10.1(transitive)
- Removed@react-spectrum/utils@3.12.1(transitive)
- Removed@react-stately/overlays@3.6.13(transitive)
- Removed@react-stately/utils@3.10.5(transitive)
- Removed@react-types/button@3.10.2(transitive)
- Removed@react-types/layout@3.3.20(transitive)
- Removed@react-types/overlays@3.8.12(transitive)
- Removed@react-types/provider@3.8.6(transitive)
- Removed@react-types/shared@3.27.0(transitive)
- Removed@spectrum-icons/ui@3.6.12(transitive)
Updated@react-spectrum/layout@3.0.0-nightly-a792c1ad5-250222