@react-spectrum/s2
Version:
Spectrum 2 UI components in React
46 lines (37 loc) • 2.04 kB
JavaScript
import $68beb800197700a0$export$2e2bcd8739ae039 from "./internal/S2_fill_brightnessContrast_generic2_160.mjs";
import $c1f8ef77e719f5b5$export$2e2bcd8739ae039 from "./internal/S2_fill_brightnessContrast_generic2_96.mjs";
import $375aa0bb3da800f4$export$2e2bcd8739ae039 from "./internal/S2_fill_brightnessContrast_generic2_48.mjs";
import {IllustrationContext as $ac8c32e6775ddd1f$export$207c7561471de4bd} from "../../../icons/Icon.mjs";
import {jsx as $8si0N$jsx} from "react/jsx-runtime";
import {useContextProps as $8si0N$useContextProps} from "react-aria-components";
/*
* Copyright 2024 Adobe. All rights reserved.
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. You may obtain a copy
* of the License at http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
* OF ANY KIND, either express or implied. See the License for the specific language
* governing permissions and limitations under the License.
*/
function $33cc945d0e62eb44$export$2e2bcd8739ae039(props) {
[props] = (0, $8si0N$useContextProps)(props, null, (0, $ac8c32e6775ddd1f$export$207c7561471de4bd));
let { size: size = 'M', ...otherProps } = props;
switch(size){
case 'L':
return /*#__PURE__*/ (0, $8si0N$jsx)((0, $68beb800197700a0$export$2e2bcd8739ae039), {
...otherProps
});
case 'S':
return /*#__PURE__*/ (0, $8si0N$jsx)((0, $375aa0bb3da800f4$export$2e2bcd8739ae039), {
...otherProps
});
case 'M':
return /*#__PURE__*/ (0, $8si0N$jsx)((0, $c1f8ef77e719f5b5$export$2e2bcd8739ae039), {
...otherProps
});
}
}
export {$33cc945d0e62eb44$export$2e2bcd8739ae039 as default};
//# sourceMappingURL=BrightnessContrast.mjs.map