@rocket.chat/fuselage 0.32.0-dev.365 → 0.32.0-dev.366
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.
- package/dist/components/Table/Table.d.ts +1 -20
- package/dist/components/Table/Table.d.ts.map +1 -1
- package/dist/components/Table/TableCell.d.ts +1 -1
- package/dist/components/Table/TableCell.d.ts.map +1 -1
- package/dist/components/Table/index.d.ts +0 -55
- package/dist/components/Table/index.d.ts.map +1 -1
- package/dist/components/index.d.ts +1 -1
- package/dist/components/index.d.ts.map +1 -1
- package/dist/fuselage.development.js +8 -28
- package/dist/fuselage.development.js.map +1 -1
- package/dist/fuselage.production.js +1 -1
- package/package.json +11 -11
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import type { ComponentProps, CSSProperties } from 'react';
|
|
2
|
-
import React from 'react';
|
|
3
2
|
import Box from '../Box';
|
|
4
3
|
export declare const style: CSSProperties;
|
|
5
4
|
export type TableProps = ComponentProps<typeof Box> & {
|
|
@@ -7,23 +6,5 @@ export type TableProps = ComponentProps<typeof Box> & {
|
|
|
7
6
|
sticky?: boolean;
|
|
8
7
|
fixed?: boolean;
|
|
9
8
|
};
|
|
10
|
-
export declare const Table: {
|
|
11
|
-
({ striped, sticky, fixed, ...props }: TableProps): JSX.Element;
|
|
12
|
-
Selection: ({ children, text, ...props }: {
|
|
13
|
-
is?: React.ElementType | undefined;
|
|
14
|
-
className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | false | 0 | (<T extends readonly unknown[]>(...args: T) => string) | null | undefined)[] | undefined;
|
|
15
|
-
animated?: boolean | undefined;
|
|
16
|
-
withRichContent?: boolean | "inlineWithoutBreaks" | undefined;
|
|
17
|
-
htmlSize?: number | undefined;
|
|
18
|
-
} & Partial<import("../Box/stylingProps").StylingProps> & Omit<React.AllHTMLAttributes<HTMLElement>, "ref" | "is" | "className" | "size" | "elevation"> & Omit<React.SVGAttributes<SVGElement>, "elevation" | keyof React.AllHTMLAttributes<HTMLElement>> & React.RefAttributes<any> & {
|
|
19
|
-
text?: string | undefined;
|
|
20
|
-
}) => JSX.Element;
|
|
21
|
-
Button: (props: {
|
|
22
|
-
is?: React.ElementType | undefined;
|
|
23
|
-
className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | false | 0 | (<T extends readonly unknown[]>(...args: T) => string) | null | undefined)[] | undefined;
|
|
24
|
-
animated?: boolean | undefined;
|
|
25
|
-
withRichContent?: boolean | "inlineWithoutBreaks" | undefined;
|
|
26
|
-
htmlSize?: number | undefined;
|
|
27
|
-
} & Partial<import("../Box/stylingProps").StylingProps> & Omit<React.AllHTMLAttributes<HTMLElement>, "ref" | "is" | "className" | "size" | "elevation"> & Omit<React.SVGAttributes<SVGElement>, "elevation" | keyof React.AllHTMLAttributes<HTMLElement>> & React.RefAttributes<any>) => JSX.Element;
|
|
28
|
-
};
|
|
9
|
+
export declare const Table: ({ striped, sticky, fixed, ...props }: TableProps) => JSX.Element;
|
|
29
10
|
//# sourceMappingURL=Table.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Table.d.ts","sourceRoot":"","sources":["../../../src/components/Table/Table.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"Table.d.ts","sourceRoot":"","sources":["../../../src/components/Table/Table.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAG3D,OAAO,GAAG,MAAM,QAAQ,CAAC;AAEzB,eAAO,MAAM,KAAK,EAAE,aAInB,CAAC;AAEF,MAAM,MAAM,UAAU,GAAG,cAAc,CAAC,OAAO,GAAG,CAAC,GAAG;IACpD,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB,CAAC;AAEF,eAAO,MAAM,KAAK,yCAKf,UAAU,gBAWZ,CAAC"}
|
|
@@ -3,6 +3,6 @@ type TableCellProps = TableProps & {
|
|
|
3
3
|
align?: 'start' | 'center' | 'end' | 'justify' | object;
|
|
4
4
|
clickable?: boolean;
|
|
5
5
|
};
|
|
6
|
-
export declare const TableCell: ({ align, clickable, ...props }: TableCellProps) => JSX.Element;
|
|
6
|
+
export declare const TableCell: ({ align, clickable, children, ...props }: TableCellProps) => JSX.Element;
|
|
7
7
|
export {};
|
|
8
8
|
//# sourceMappingURL=TableCell.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TableCell.d.ts","sourceRoot":"","sources":["../../../src/components/Table/TableCell.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAG1C,KAAK,cAAc,GAAG,UAAU,GAAG;IACjC,KAAK,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,KAAK,GAAG,SAAS,GAAG,MAAM,CAAC;IACxD,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC;AAEF,eAAO,MAAM,SAAS,
|
|
1
|
+
{"version":3,"file":"TableCell.d.ts","sourceRoot":"","sources":["../../../src/components/Table/TableCell.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAG1C,KAAK,cAAc,GAAG,UAAU,GAAG;IACjC,KAAK,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,KAAK,GAAG,SAAS,GAAG,MAAM,CAAC;IACxD,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC;AAEF,eAAO,MAAM,SAAS,6CAKnB,cAAc,gBAmBhB,CAAC"}
|
|
@@ -1,64 +1,9 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
export * from './Table';
|
|
3
2
|
export * from './TableBody';
|
|
4
3
|
export * from './TableCell';
|
|
5
4
|
export * from './TableFoot';
|
|
6
5
|
export * from './TableHead';
|
|
7
6
|
export * from './TableRow';
|
|
8
|
-
export * from './TableRow';
|
|
9
7
|
export * from './TableSelection';
|
|
10
8
|
export * from './TableSelectionButton';
|
|
11
|
-
declare const _default: {
|
|
12
|
-
({ striped, sticky, fixed, ...props }: import("./Table").TableProps): JSX.Element;
|
|
13
|
-
Selection: ({ children, text, ...props }: {
|
|
14
|
-
is?: import("react").ElementType | undefined;
|
|
15
|
-
className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | false | 0 | (<T extends readonly unknown[]>(...args: T) => string) | null | undefined)[] | undefined;
|
|
16
|
-
animated?: boolean | undefined;
|
|
17
|
-
withRichContent?: boolean | "inlineWithoutBreaks" | undefined;
|
|
18
|
-
htmlSize?: number | undefined;
|
|
19
|
-
} & Partial<import("../Box/stylingProps").StylingProps> & Omit<import("react").AllHTMLAttributes<HTMLElement>, "ref" | "is" | "className" | "size" | "elevation"> & Omit<import("react").SVGAttributes<SVGElement>, "elevation" | keyof import("react").AllHTMLAttributes<HTMLElement>> & import("react").RefAttributes<any> & {
|
|
20
|
-
text?: string | undefined;
|
|
21
|
-
}) => JSX.Element;
|
|
22
|
-
Button: (props: {
|
|
23
|
-
is?: import("react").ElementType | undefined;
|
|
24
|
-
className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | false | 0 | (<T extends readonly unknown[]>(...args: T) => string) | null | undefined)[] | undefined;
|
|
25
|
-
animated?: boolean | undefined;
|
|
26
|
-
withRichContent?: boolean | "inlineWithoutBreaks" | undefined;
|
|
27
|
-
htmlSize?: number | undefined;
|
|
28
|
-
} & Partial<import("../Box/stylingProps").StylingProps> & Omit<import("react").AllHTMLAttributes<HTMLElement>, "ref" | "is" | "className" | "size" | "elevation"> & Omit<import("react").SVGAttributes<SVGElement>, "elevation" | keyof import("react").AllHTMLAttributes<HTMLElement>> & import("react").RefAttributes<any>) => JSX.Element;
|
|
29
|
-
} & {
|
|
30
|
-
/** @deprecated */
|
|
31
|
-
Head: (props: import("./Table").TableProps) => JSX.Element;
|
|
32
|
-
/** @deprecated */
|
|
33
|
-
Body: (props: import("./Table").TableProps) => JSX.Element;
|
|
34
|
-
/** @deprecated */
|
|
35
|
-
Foot: (props: import("./Table").TableProps) => JSX.Element;
|
|
36
|
-
/** @deprecated */
|
|
37
|
-
Row: ({ action, selected, ...props }: Omit<{
|
|
38
|
-
is?: import("react").ElementType | undefined;
|
|
39
|
-
className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | false | 0 | (<T extends readonly unknown[]>(...args: T) => string) | null | undefined)[] | undefined;
|
|
40
|
-
animated?: boolean | undefined;
|
|
41
|
-
withRichContent?: boolean | "inlineWithoutBreaks" | undefined;
|
|
42
|
-
htmlSize?: number | undefined;
|
|
43
|
-
} & Partial<import("../Box/stylingProps").StylingProps> & Omit<import("react").AllHTMLAttributes<HTMLElement>, "ref" | "is" | "className" | "size" | "elevation"> & Omit<import("react").SVGAttributes<SVGElement>, "elevation" | keyof import("react").AllHTMLAttributes<HTMLElement>> & import("react").RefAttributes<any>, "action"> & {
|
|
44
|
-
action?: boolean | undefined;
|
|
45
|
-
hasAction?: boolean | undefined;
|
|
46
|
-
}) => JSX.Element;
|
|
47
|
-
/** @deprecated */
|
|
48
|
-
Cell: ({ align, clickable, ...props }: {
|
|
49
|
-
is?: import("react").ElementType | undefined;
|
|
50
|
-
className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | false | 0 | (<T extends readonly unknown[]>(...args: T) => string) | null | undefined)[] | undefined;
|
|
51
|
-
animated?: boolean | undefined;
|
|
52
|
-
withRichContent?: boolean | "inlineWithoutBreaks" | undefined;
|
|
53
|
-
htmlSize?: number | undefined;
|
|
54
|
-
} & Partial<import("../Box/stylingProps").StylingProps> & Omit<import("react").AllHTMLAttributes<HTMLElement>, "ref" | "is" | "className" | "size" | "elevation"> & Omit<import("react").SVGAttributes<SVGElement>, "elevation" | keyof import("react").AllHTMLAttributes<HTMLElement>> & import("react").RefAttributes<any> & {
|
|
55
|
-
striped?: boolean | undefined;
|
|
56
|
-
sticky?: boolean | undefined;
|
|
57
|
-
fixed?: boolean | undefined;
|
|
58
|
-
} & {
|
|
59
|
-
align?: object | "start" | "end" | "center" | "justify" | undefined;
|
|
60
|
-
clickable?: boolean | undefined;
|
|
61
|
-
}) => JSX.Element;
|
|
62
|
-
};
|
|
63
|
-
export default _default;
|
|
64
9
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Table/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Table/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,kBAAkB,CAAC;AACjC,cAAc,wBAAwB,CAAC"}
|
|
@@ -54,7 +54,7 @@ export { default as Sidebar } from './Sidebar';
|
|
|
54
54
|
export * from './Sidebar';
|
|
55
55
|
export * from './Skeleton';
|
|
56
56
|
export * from './States';
|
|
57
|
-
export
|
|
57
|
+
export * from './Table';
|
|
58
58
|
export * from './Tabs';
|
|
59
59
|
export * from './Tag';
|
|
60
60
|
export * from './TelephoneInput';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AACrE,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,UAAU,CAAC;AAC7C,OAAO,EAAE,OAAO,IAAI,GAAG,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,EAAE,yBAAyB,EAAE,MAAM,oCAAoC,CAAC;AAC/E,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,YAAY,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AACvE,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,eAAe,CAAC;AACvD,cAAc,iBAAiB,CAAC;AAChC,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,QAAQ,CAAC;AACzC,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,SAAS,CAAC;AAC3C,cAAc,cAAc,CAAC;AAC7B,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,QAAQ,CAAC;AACzC,cAAc,QAAQ,CAAC;AACvB,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC;AACxB,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,WAAW,CAAC;AAC/C,cAAc,QAAQ,CAAC;AACvB,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,WAAW,CAAC;AAC/C,cAAc,WAAW,CAAC;AAC1B,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,SAAS,CAAC;AAC3C,cAAc,SAAS,CAAC;AACxB,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,WAAW,CAAC;AAC/C,cAAc,WAAW,CAAC;AAC1B,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,UAAU,CAAC;AAC7C,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAC3D,cAAc,gBAAgB,CAAC;AAC/B,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,YAAY,CAAC;AACjD,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACjE,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,cAAc,CAAC;AACrD,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC;AAC9B,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,WAAW,CAAC;AAC/C,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -15129,8 +15129,6 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
15129
15129
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ "react");
|
|
15130
15130
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
15131
15131
|
/* harmony import */ var _Box__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../Box */ "./src/components/Box/index.tsx");
|
|
15132
|
-
/* harmony import */ var _TableSelection__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./TableSelection */ "./src/components/Table/TableSelection.tsx");
|
|
15133
|
-
/* harmony import */ var _TableSelectionButton__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./TableSelectionButton */ "./src/components/Table/TableSelectionButton.tsx");
|
|
15134
15132
|
var __assign = (undefined && undefined.__assign) || function () {
|
|
15135
15133
|
__assign = Object.assign || function(t) {
|
|
15136
15134
|
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
@@ -15155,8 +15153,6 @@ var __rest = (undefined && undefined.__rest) || function (s, e) {
|
|
|
15155
15153
|
};
|
|
15156
15154
|
|
|
15157
15155
|
|
|
15158
|
-
|
|
15159
|
-
|
|
15160
15156
|
var style = {
|
|
15161
15157
|
overflow: 'hidden',
|
|
15162
15158
|
textOverflow: 'ellipsis',
|
|
@@ -15167,8 +15163,6 @@ var Table = function (_a) {
|
|
|
15167
15163
|
return (react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_Box__WEBPACK_IMPORTED_MODULE_1__["default"], { "rcx-table__wrapper": true },
|
|
15168
15164
|
react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_Box__WEBPACK_IMPORTED_MODULE_1__["default"], __assign({ is: 'table', "rcx-table": true, "rcx-table--fixed": fixed, "rcx-table--sticky": sticky, "rcx-table--striped": striped }, props))));
|
|
15169
15165
|
};
|
|
15170
|
-
Table.Selection = _TableSelection__WEBPACK_IMPORTED_MODULE_2__.TableSelection;
|
|
15171
|
-
Table.Button = _TableSelectionButton__WEBPACK_IMPORTED_MODULE_3__.TableSelectionButton;
|
|
15172
15166
|
|
|
15173
15167
|
|
|
15174
15168
|
/***/ }),
|
|
@@ -15244,9 +15238,10 @@ var __rest = (undefined && undefined.__rest) || function (s, e) {
|
|
|
15244
15238
|
|
|
15245
15239
|
|
|
15246
15240
|
var TableCell = function (_a) {
|
|
15247
|
-
var align = _a.align, clickable = _a.clickable, props = __rest(_a, ["align", "clickable"]);
|
|
15241
|
+
var align = _a.align, clickable = _a.clickable, children = _a.children, props = __rest(_a, ["align", "clickable", "children"]);
|
|
15248
15242
|
var isInsideHead = (0,react__WEBPACK_IMPORTED_MODULE_0__.useContext)(_TableHead__WEBPACK_IMPORTED_MODULE_2__.TableHeadContext);
|
|
15249
|
-
|
|
15243
|
+
var innerElement = (children !== null && children !== void 0 ? children : !isInsideHead) ? (react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_Box__WEBPACK_IMPORTED_MODULE_1__["default"], { is: 'hr', width: 'x14', borderWidth: 1 })) : undefined;
|
|
15244
|
+
return (react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_Box__WEBPACK_IMPORTED_MODULE_1__["default"], __assign({ is: isInsideHead ? 'th' : 'td', "rcx-table__cell": true, "rcx-table__cell--align": align, "rcx-table__cell--header": isInsideHead, "rcx-table__cell--clickable": clickable, children: innerElement }, props)));
|
|
15250
15245
|
};
|
|
15251
15246
|
|
|
15252
15247
|
|
|
@@ -15482,25 +15477,6 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
15482
15477
|
|
|
15483
15478
|
|
|
15484
15479
|
|
|
15485
|
-
|
|
15486
|
-
|
|
15487
|
-
|
|
15488
|
-
|
|
15489
|
-
|
|
15490
|
-
/* harmony default export */ __webpack_exports__["default"] = (Object.assign(_Table__WEBPACK_IMPORTED_MODULE_0__.Table, {
|
|
15491
|
-
/** @deprecated */
|
|
15492
|
-
Head: _TableHead__WEBPACK_IMPORTED_MODULE_4__.TableHead,
|
|
15493
|
-
/** @deprecated */
|
|
15494
|
-
Body: _TableBody__WEBPACK_IMPORTED_MODULE_1__.TableBody,
|
|
15495
|
-
/** @deprecated */
|
|
15496
|
-
Foot: _TableFoot__WEBPACK_IMPORTED_MODULE_3__.TableFoot,
|
|
15497
|
-
/** @deprecated */
|
|
15498
|
-
Row: _TableRow__WEBPACK_IMPORTED_MODULE_5__.TableRow,
|
|
15499
|
-
/** @deprecated */
|
|
15500
|
-
Cell: _TableCell__WEBPACK_IMPORTED_MODULE_2__.TableCell,
|
|
15501
|
-
}));
|
|
15502
|
-
|
|
15503
|
-
|
|
15504
15480
|
/***/ }),
|
|
15505
15481
|
|
|
15506
15482
|
/***/ "./src/components/Tabs/Tabs.tsx":
|
|
@@ -16437,11 +16413,12 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
16437
16413
|
/* harmony export */ "StatesSuggestionText": function() { return /* reexport safe */ _States__WEBPACK_IMPORTED_MODULE_50__.StatesSuggestionText; },
|
|
16438
16414
|
/* harmony export */ "StatesTitle": function() { return /* reexport safe */ _States__WEBPACK_IMPORTED_MODULE_50__.StatesTitle; },
|
|
16439
16415
|
/* harmony export */ "StatusBullet": function() { return /* reexport safe */ _StatusBullet__WEBPACK_IMPORTED_MODULE_37__.StatusBullet; },
|
|
16440
|
-
/* harmony export */ "Table": function() { return /* reexport safe */ _Table__WEBPACK_IMPORTED_MODULE_51__
|
|
16416
|
+
/* harmony export */ "Table": function() { return /* reexport safe */ _Table__WEBPACK_IMPORTED_MODULE_51__.Table; },
|
|
16441
16417
|
/* harmony export */ "TableBody": function() { return /* reexport safe */ _Table__WEBPACK_IMPORTED_MODULE_51__.TableBody; },
|
|
16442
16418
|
/* harmony export */ "TableCell": function() { return /* reexport safe */ _Table__WEBPACK_IMPORTED_MODULE_51__.TableCell; },
|
|
16443
16419
|
/* harmony export */ "TableFoot": function() { return /* reexport safe */ _Table__WEBPACK_IMPORTED_MODULE_51__.TableFoot; },
|
|
16444
16420
|
/* harmony export */ "TableHead": function() { return /* reexport safe */ _Table__WEBPACK_IMPORTED_MODULE_51__.TableHead; },
|
|
16421
|
+
/* harmony export */ "TableHeadContext": function() { return /* reexport safe */ _Table__WEBPACK_IMPORTED_MODULE_51__.TableHeadContext; },
|
|
16445
16422
|
/* harmony export */ "TableRow": function() { return /* reexport safe */ _Table__WEBPACK_IMPORTED_MODULE_51__.TableRow; },
|
|
16446
16423
|
/* harmony export */ "TableSelection": function() { return /* reexport safe */ _Table__WEBPACK_IMPORTED_MODULE_51__.TableSelection; },
|
|
16447
16424
|
/* harmony export */ "TableSelectionButton": function() { return /* reexport safe */ _Table__WEBPACK_IMPORTED_MODULE_51__.TableSelectionButton; },
|
|
@@ -16473,6 +16450,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
16473
16450
|
/* harmony export */ "TopBarToolBox": function() { return /* reexport safe */ _Sidebar__WEBPACK_IMPORTED_MODULE_48__.TopBarToolBox; },
|
|
16474
16451
|
/* harmony export */ "UrlInput": function() { return /* reexport safe */ _UrlInput__WEBPACK_IMPORTED_MODULE_62__["default"]; },
|
|
16475
16452
|
/* harmony export */ "Wrapper": function() { return /* reexport safe */ _InputBox__WEBPACK_IMPORTED_MODULE_25__.Wrapper; },
|
|
16453
|
+
/* harmony export */ "style": function() { return /* reexport safe */ _Table__WEBPACK_IMPORTED_MODULE_51__.style; },
|
|
16476
16454
|
/* harmony export */ "useArrayLikeClassNameProp": function() { return /* reexport safe */ _hooks_useArrayLikeClassNameProp__WEBPACK_IMPORTED_MODULE_8__.useArrayLikeClassNameProp; },
|
|
16477
16455
|
/* harmony export */ "useCursor": function() { return /* reexport safe */ _Options__WEBPACK_IMPORTED_MODULE_33__.useCursor; }
|
|
16478
16456
|
/* harmony export */ });
|
|
@@ -17390,6 +17368,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
17390
17368
|
/* harmony export */ "TableCell": function() { return /* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_0__.TableCell; },
|
|
17391
17369
|
/* harmony export */ "TableFoot": function() { return /* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_0__.TableFoot; },
|
|
17392
17370
|
/* harmony export */ "TableHead": function() { return /* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_0__.TableHead; },
|
|
17371
|
+
/* harmony export */ "TableHeadContext": function() { return /* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_0__.TableHeadContext; },
|
|
17393
17372
|
/* harmony export */ "TableRow": function() { return /* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_0__.TableRow; },
|
|
17394
17373
|
/* harmony export */ "TableSelection": function() { return /* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_0__.TableSelection; },
|
|
17395
17374
|
/* harmony export */ "TableSelectionButton": function() { return /* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_0__.TableSelectionButton; },
|
|
@@ -17434,6 +17413,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
17434
17413
|
/* harmony export */ "padding": function() { return /* reexport safe */ _styleTokens__WEBPACK_IMPORTED_MODULE_1__.padding; },
|
|
17435
17414
|
/* harmony export */ "size": function() { return /* reexport safe */ _styleTokens__WEBPACK_IMPORTED_MODULE_1__.size; },
|
|
17436
17415
|
/* harmony export */ "strokeColor": function() { return /* reexport safe */ _styleTokens__WEBPACK_IMPORTED_MODULE_1__.strokeColor; },
|
|
17416
|
+
/* harmony export */ "style": function() { return /* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_0__.style; },
|
|
17437
17417
|
/* harmony export */ "useArrayLikeClassNameProp": function() { return /* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_0__.useArrayLikeClassNameProp; },
|
|
17438
17418
|
/* harmony export */ "useCursor": function() { return /* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_0__.useCursor; }
|
|
17439
17419
|
/* harmony export */ });
|