@react-spectrum/well
Advanced tools
Comparing version 3.0.0-nightly.3114 to 3.0.0-nightly-016590a4a-250131
@@ -18,10 +18,10 @@ | ||
var $b516e4acb09598d3$export$98e76d3873e01aa9; | ||
$b516e4acb09598d3$export$f39a09f249340e2a = `SWvLfG_focus-ring`; | ||
$b516e4acb09598d3$export$8c4ee2c50c22c514 = `SWvLfG_i18nFontFamily`; | ||
$b516e4acb09598d3$export$4109102f950813a6 = `SWvLfG_spectrum-FocusRing-ring`; | ||
$b516e4acb09598d3$export$24c7f46a6e3605dd = `SWvLfG_spectrum-FocusRing ${$b516e4acb09598d3$export$4109102f950813a6}`; | ||
$b516e4acb09598d3$export$2927016961429360 = `SWvLfG_spectrum-FocusRing--quiet`; | ||
$b516e4acb09598d3$export$98e76d3873e01aa9 = `SWvLfG_spectrum-Well`; | ||
$b516e4acb09598d3$export$f39a09f249340e2a = `LHIA7q_focus-ring`; | ||
$b516e4acb09598d3$export$8c4ee2c50c22c514 = `LHIA7q_i18nFontFamily`; | ||
$b516e4acb09598d3$export$4109102f950813a6 = `LHIA7q_spectrum-FocusRing-ring`; | ||
$b516e4acb09598d3$export$24c7f46a6e3605dd = `LHIA7q_spectrum-FocusRing ${$b516e4acb09598d3$export$4109102f950813a6}`; | ||
$b516e4acb09598d3$export$2927016961429360 = `LHIA7q_spectrum-FocusRing--quiet`; | ||
$b516e4acb09598d3$export$98e76d3873e01aa9 = `LHIA7q_spectrum-Well`; | ||
//# sourceMappingURL=well_vars_css.main.js.map |
@@ -19,8 +19,8 @@ | ||
var $f53ecf77408821c3$export$98e76d3873e01aa9; | ||
$f53ecf77408821c3$export$f39a09f249340e2a = `SWvLfG_focus-ring`; | ||
$f53ecf77408821c3$export$8c4ee2c50c22c514 = `SWvLfG_i18nFontFamily`; | ||
$f53ecf77408821c3$export$4109102f950813a6 = `SWvLfG_spectrum-FocusRing-ring`; | ||
$f53ecf77408821c3$export$24c7f46a6e3605dd = `SWvLfG_spectrum-FocusRing ${$f53ecf77408821c3$export$4109102f950813a6}`; | ||
$f53ecf77408821c3$export$2927016961429360 = `SWvLfG_spectrum-FocusRing--quiet`; | ||
$f53ecf77408821c3$export$98e76d3873e01aa9 = `SWvLfG_spectrum-Well`; | ||
$f53ecf77408821c3$export$f39a09f249340e2a = `LHIA7q_focus-ring`; | ||
$f53ecf77408821c3$export$8c4ee2c50c22c514 = `LHIA7q_i18nFontFamily`; | ||
$f53ecf77408821c3$export$4109102f950813a6 = `LHIA7q_spectrum-FocusRing-ring`; | ||
$f53ecf77408821c3$export$24c7f46a6e3605dd = `LHIA7q_spectrum-FocusRing ${$f53ecf77408821c3$export$4109102f950813a6}`; | ||
$f53ecf77408821c3$export$2927016961429360 = `LHIA7q_spectrum-FocusRing--quiet`; | ||
$f53ecf77408821c3$export$98e76d3873e01aa9 = `LHIA7q_spectrum-Well`; | ||
@@ -27,0 +27,0 @@ |
@@ -1,2 +0,2 @@ | ||
require("./vars.f22d6188.css"); | ||
require("./vars.61a672da.css"); | ||
var $b516e4acb09598d3$exports = require("./well_vars_css.main.js"); | ||
@@ -31,3 +31,3 @@ var $44ml7$reactspectrumutils = require("@react-spectrum/utils"); | ||
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 |
@@ -1,2 +0,2 @@ | ||
import "./vars.f22d6188.css"; | ||
import "./vars.61a672da.css"; | ||
import $8Snfj$well_vars_cssmodulejs from "./well_vars_css.module.js"; | ||
@@ -25,3 +25,3 @@ import {useDOMRef as $8Snfj$useDOMRef, useStyleProps as $8Snfj$useStyleProps, classNames as $8Snfj$classNames} from "@react-spectrum/utils"; | ||
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.3114+68403fe55", | ||
"version": "3.0.0-nightly-016590a4a-250131", | ||
"description": "Spectrum UI components in React", | ||
@@ -39,18 +39,18 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@react-aria/utils": "3.0.0-nightly.3114+68403fe55", | ||
"@react-spectrum/utils": "3.0.0-nightly.3114+68403fe55", | ||
"@react-types/shared": "3.0.0-nightly.3114+68403fe55", | ||
"@react-types/well": "3.3.12-nightly.5042+68403fe55", | ||
"@react-aria/utils": "3.0.0-nightly-016590a4a-250131", | ||
"@react-spectrum/utils": "3.0.0-nightly-016590a4a-250131", | ||
"@react-types/shared": "3.0.0-nightly-016590a4a-250131", | ||
"@react-types/well": "3.0.0-nightly-016590a4a-250131", | ||
"@swc/helpers": "^0.5.0" | ||
}, | ||
"devDependencies": { | ||
"@adobe/spectrum-css-temp": "3.0.0-nightly.3114+68403fe55" | ||
"@adobe/spectrum-css-temp": "3.0.0-alpha.1" | ||
}, | ||
"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" | ||
}, | ||
"gitHead": "68403fe55489dce3de1b3094c957d598ad719861" | ||
} | ||
} | ||
} |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
0
34895
7
23
374
+ Added@formatjs/ecma402-abstract@2.3.3(transitive)
+ Added@formatjs/fast-memoize@2.2.6(transitive)
+ Added@formatjs/icu-messageformat-parser@2.11.1(transitive)
+ Added@formatjs/icu-skeleton-parser@1.8.13(transitive)
+ Added@formatjs/intl-localematcher@0.6.0(transitive)
+ Added@internationalized/date@3.0.0-nightly-016590a4a-250131(transitive)
+ Added@internationalized/message@3.0.0-nightly-016590a4a-250131(transitive)
+ Added@internationalized/number@3.0.0-nightly-016590a4a-250131(transitive)
+ Added@internationalized/string@3.0.0-nightly-016590a4a-250131(transitive)
+ Added@react-aria/i18n@3.0.0-nightly-016590a4a-250131(transitive)
+ Added@react-aria/ssr@3.0.0-nightly-016590a4a-250131(transitive)
+ Added@react-aria/utils@3.0.0-nightly-016590a4a-250131(transitive)
+ Added@react-spectrum/utils@3.0.0-nightly-016590a4a-250131(transitive)
+ Added@react-stately/utils@3.0.0-nightly-016590a4a-250131(transitive)
+ Added@react-types/shared@3.0.0-nightly-016590a4a-250131(transitive)
+ Added@react-types/well@3.0.0-nightly-016590a4a-250131(transitive)
+ Addedclsx@2.1.1(transitive)
+ Addeddecimal.js@10.5.0(transitive)
+ Addedintl-messageformat@10.7.15(transitive)
+ Addedreact-dom@19.0.0(transitive)
+ Addedscheduler@0.25.0(transitive)