@react-spectrum/well
Advanced tools
Comparing version 3.0.0-nightly-c904e066c-240917 to 3.0.0-nightly-cc08a8dbc-250208
@@ -31,3 +31,3 @@ require("./vars.61a672da.css"); | ||
function $fb0fd853f763d005$var$Well(props, ref) { | ||
const $fb0fd853f763d005$export$d89c679ee2f73242 = /*#__PURE__*/ (0, $44ml7$react.forwardRef)(function Well(props, ref) { | ||
let { children: children, role: role, ...otherProps } = props; | ||
@@ -46,9 +46,5 @@ let domRef = (0, $44ml7$reactspectrumutils.useDOMRef)(ref); | ||
}, children); | ||
} | ||
/** | ||
* A Well is a content container that displays non-editable content separate from other content on the screen. | ||
* Often this is used to display preformatted text, such as code/markup examples on a documentation page. | ||
*/ const $fb0fd853f763d005$export$d89c679ee2f73242 = /*#__PURE__*/ (0, $44ml7$react.forwardRef)($fb0fd853f763d005$var$Well); | ||
}); | ||
//# sourceMappingURL=Well.main.js.map |
@@ -25,3 +25,3 @@ import "./vars.61a672da.css"; | ||
function $126c538221395de1$var$Well(props, ref) { | ||
const $126c538221395de1$export$d89c679ee2f73242 = /*#__PURE__*/ (0, $8Snfj$forwardRef)(function Well(props, ref) { | ||
let { children: children, role: role, ...otherProps } = props; | ||
@@ -40,7 +40,3 @@ let domRef = (0, $8Snfj$useDOMRef)(ref); | ||
}, children); | ||
} | ||
/** | ||
* A Well is a content container that displays non-editable content separate from other content on the screen. | ||
* Often this is used to display preformatted text, such as code/markup examples on a documentation page. | ||
*/ const $126c538221395de1$export$d89c679ee2f73242 = /*#__PURE__*/ (0, $8Snfj$forwardRef)($126c538221395de1$var$Well); | ||
}); | ||
@@ -47,0 +43,0 @@ |
{ | ||
"name": "@react-spectrum/well", | ||
"version": "3.0.0-nightly-c904e066c-240917", | ||
"version": "3.0.0-nightly-cc08a8dbc-250208", | ||
"description": "Spectrum UI components in React", | ||
@@ -39,6 +39,6 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@react-aria/utils": "^3.0.0-nightly-c904e066c-240917", | ||
"@react-spectrum/utils": "^3.0.0-nightly-c904e066c-240917", | ||
"@react-types/shared": "^3.0.0-nightly-c904e066c-240917", | ||
"@react-types/well": "^3.0.0-nightly-c904e066c-240917", | ||
"@react-aria/utils": "3.0.0-nightly-cc08a8dbc-250208", | ||
"@react-spectrum/utils": "3.0.0-nightly-cc08a8dbc-250208", | ||
"@react-types/shared": "3.0.0-nightly-cc08a8dbc-250208", | ||
"@react-types/well": "3.0.0-nightly-cc08a8dbc-250208", | ||
"@swc/helpers": "^0.5.0" | ||
@@ -50,8 +50,8 @@ }, | ||
"peerDependencies": { | ||
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0" | ||
"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.4.16" | ||
} | ||
} |
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
34895
7
374
+ Added@internationalized/date@3.0.0-nightly-cc08a8dbc-250208(transitive)
+ Added@internationalized/message@3.0.0-nightly-cc08a8dbc-250208(transitive)
+ Added@internationalized/number@3.0.0-nightly-cc08a8dbc-250208(transitive)
+ Added@internationalized/string@3.0.0-nightly-cc08a8dbc-250208(transitive)
+ Added@react-aria/i18n@3.0.0-nightly-cc08a8dbc-250208(transitive)
+ Added@react-aria/ssr@3.0.0-nightly-cc08a8dbc-250208(transitive)
+ Added@react-aria/utils@3.0.0-nightly-cc08a8dbc-250208(transitive)
+ Added@react-spectrum/utils@3.0.0-nightly-cc08a8dbc-250208(transitive)
+ Added@react-stately/flags@3.0.0-nightly-cc08a8dbc-250208(transitive)
+ Added@react-stately/utils@3.0.0-nightly-cc08a8dbc-250208(transitive)
+ Added@react-types/shared@3.0.0-nightly-cc08a8dbc-250208(transitive)
+ Added@react-types/well@3.0.0-nightly-cc08a8dbc-250208(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/i18n@3.12.5(transitive)
- Removed@react-aria/ssr@3.9.7(transitive)
- Removed@react-aria/utils@3.27.0(transitive)
- Removed@react-spectrum/utils@3.12.1(transitive)
- Removed@react-stately/utils@3.10.5(transitive)
- Removed@react-types/shared@3.27.0(transitive)
- Removed@react-types/well@3.3.14(transitive)