@coveord/plasma-mantine
Version:
A Plasma flavoured Mantine theme
43 lines (42 loc) • 1.99 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "PlasmaComboboxChevron", {
enumerable: true,
get: function() {
return PlasmaComboboxChevron;
}
});
var _interop_require_default = require("@swc/helpers/_/_interop_require_default");
var _object_spread = require("@swc/helpers/_/_object_spread");
var _object_spread_props = require("@swc/helpers/_/_object_spread_props");
var _object_without_properties = require("@swc/helpers/_/_object_without_properties");
var _sliced_to_array = require("@swc/helpers/_/_sliced_to_array");
var _to_array = require("@swc/helpers/_/_to_array");
var _jsxruntime = require("react/jsx-runtime");
var _plasmareacticons = require("@coveord/plasma-react-icons");
var _clsx = /*#__PURE__*/ _interop_require_default._(require("clsx"));
var _react = require("react");
var _PlasmaComboboxChevronmodulecss = /*#__PURE__*/ _interop_require_default._(require("./PlasmaComboboxChevron.module.css"));
var PlasmaComboboxChevron = /*#__PURE__*/ (0, _react.forwardRef)(function(_0, _1) {
var _ref = [
_0,
_1
], _ref1 = _to_array._(_ref), _ref2 = _ref1[0], _rest = _ref1.slice(1), _children = _ref2.children, className = _ref2.className, _fill = _ref2.fill, _viewBox = _ref2.viewBox, _xmlns = _ref2.xmlns, props = _object_without_properties._(_ref2, [
"children",
"className",
"fill",
"viewBox",
"xmlns"
]), _rest1 = _sliced_to_array._(_rest, 1), ref = _rest1[0];
return /*#__PURE__*/ (0, _jsxruntime.jsx)(_plasmareacticons.IconChevronDown, _object_spread_props._(_object_spread._({}, props), {
ref: ref,
className: (0, _clsx.default)(_PlasmaComboboxChevronmodulecss.default.root, className),
"data-plasma-combobox-chevron": true,
size: 16,
"aria-hidden": "true"
}));
});
PlasmaComboboxChevron.displayName = 'PlasmaComboboxChevron';
//# sourceMappingURL=PlasmaComboboxChevron.js.map