@rocket.chat/fuselage 0.32.0-dev.354 → 0.32.0-dev.356
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Contextualbar.d.ts","sourceRoot":"","sources":["../../../src/components/Contextualbar/Contextualbar.tsx"],"names":[],"mappings":"AACA,OAAO,KAAe,MAAM,OAAO,CAAC;;;;;;;;
|
|
1
|
+
{"version":3,"file":"Contextualbar.d.ts","sourceRoot":"","sources":["../../../src/components/Contextualbar/Contextualbar.tsx"],"names":[],"mappings":"AACA,OAAO,KAAe,MAAM,OAAO,CAAC;;;;;;;;AAkCpC,wBAAmC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SelectAria.d.ts","sourceRoot":"","sources":["../../../src/components/Select/SelectAria.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAE3D,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AACjC,OAAO,KAAK,MAAM,OAAO,CAAC;AAgB1B,OAAO,EAAE,IAAI,EAAE,MAAM,eAAe,CAAC;AAErC,eAAO,MAAM,UAAU;;;;sBAWH,GAAG,KAAK,GAAG;
|
|
1
|
+
{"version":3,"file":"SelectAria.d.ts","sourceRoot":"","sources":["../../../src/components/Select/SelectAria.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAE3D,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AACjC,OAAO,KAAK,MAAM,OAAO,CAAC;AAgB1B,OAAO,EAAE,IAAI,EAAE,MAAM,eAAe,CAAC;AAErC,eAAO,MAAM,UAAU;;;;sBAWH,GAAG,KAAK,GAAG;wDAsE9B,CAAC"}
|
|
@@ -5097,7 +5097,7 @@ var __rest = (undefined && undefined.__rest) || function (s, e) {
|
|
|
5097
5097
|
|
|
5098
5098
|
var Contextualbar = function (_a) {
|
|
5099
5099
|
var children = _a.children, width = _a.width, position = _a.position, _b = _a.bg, bg = _b === void 0 ? 'room' : _b, props = __rest(_a, ["children", "width", "position", "bg"]);
|
|
5100
|
-
return (react__WEBPACK_IMPORTED_MODULE_0___default().createElement(___WEBPACK_IMPORTED_MODULE_1__.Box, __assign({ "rcx-vertical-bar": true, bg: bg, display: 'flex', flexDirection: 'column', flexShrink: 0, width: width,
|
|
5100
|
+
return (react__WEBPACK_IMPORTED_MODULE_0___default().createElement(___WEBPACK_IMPORTED_MODULE_1__.Box, __assign({ "rcx-vertical-bar": true, bg: bg, display: 'flex', flexDirection: 'column', flexShrink: 0, width: width, borderInlineStartWidth: 'default', borderInlineStartColor: 'extra-light', borderInlineStartStyle: 'solid', height: 'full', position: position, insetInlineEnd: 'none', insetBlockStart: 'none', zIndex: 5 }, props), children));
|
|
5101
5101
|
};
|
|
5102
5102
|
/* harmony default export */ __webpack_exports__["default"] = ((0,react__WEBPACK_IMPORTED_MODULE_0__.memo)(Contextualbar));
|
|
5103
5103
|
|
|
@@ -12758,9 +12758,9 @@ var SelectAria = function SelectAria(_a) {
|
|
|
12758
12758
|
var _c = (0,react_aria__WEBPACK_IMPORTED_MODULE_2__.useSelect)(props, state, ref), triggerProps = _c.triggerProps, valueProps = _c.valueProps, menuProps = _c.menuProps;
|
|
12759
12759
|
var buttonProps = (0,react_aria__WEBPACK_IMPORTED_MODULE_2__.useButton)(triggerProps, ref).buttonProps;
|
|
12760
12760
|
var _d = (0,react_aria__WEBPACK_IMPORTED_MODULE_2__.useFocusRing)(), focusProps = _d.focusProps, isFocusVisible = _d.isFocusVisible;
|
|
12761
|
-
return (react__WEBPACK_IMPORTED_MODULE_1___default().createElement(
|
|
12761
|
+
return (react__WEBPACK_IMPORTED_MODULE_1___default().createElement((react__WEBPACK_IMPORTED_MODULE_1___default().Fragment), null,
|
|
12762
12762
|
react__WEBPACK_IMPORTED_MODULE_1___default().createElement(react_aria__WEBPACK_IMPORTED_MODULE_2__.HiddenSelect, { state: state, triggerRef: ref, label: props.label, name: props.name }),
|
|
12763
|
-
react__WEBPACK_IMPORTED_MODULE_1___default().createElement(_Box_Box__WEBPACK_IMPORTED_MODULE_4__["default"], __assign({ disabled: disabled, "rcx-select": true }, (0,react_aria__WEBPACK_IMPORTED_MODULE_2__.mergeProps)(buttonProps, focusProps), { is: 'button', display: 'flex', flexDirection: 'row', fontScale: 'p2', ref: ref, justifyContent: 'space-between',
|
|
12763
|
+
react__WEBPACK_IMPORTED_MODULE_1___default().createElement(_Box_Box__WEBPACK_IMPORTED_MODULE_4__["default"], __assign({ disabled: disabled, "rcx-select": true }, (0,react_aria__WEBPACK_IMPORTED_MODULE_2__.mergeProps)(buttonProps, focusProps), { is: 'button', display: 'flex', flexDirection: 'row', fontScale: 'p2', ref: ref, justifyContent: 'space-between', className: [
|
|
12764
12764
|
error && 'invalid',
|
|
12765
12765
|
disabled && 'disabled',
|
|
12766
12766
|
(isFocusVisible || state.isOpen) && 'focus',
|