@rocket.chat/fuselage 0.32.0-dev.2 → 0.32.0-dev.5
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/Box/withBoxStyling.d.ts +2 -1
- package/dist/components/Box/withBoxStyling.d.ts.map +1 -1
- package/dist/components/Chip/index.d.ts +1 -1
- package/dist/components/Message/Message.d.ts +3 -0
- package/dist/components/Message/Message.d.ts.map +1 -1
- package/dist/components/Message/ThreadMessage/index.d.ts +3 -0
- package/dist/components/Message/ThreadMessage/index.d.ts.map +1 -1
- package/dist/components/Message/index.d.ts +3 -0
- package/dist/components/Message/index.d.ts.map +1 -1
- package/dist/fuselage.development.js +7 -4
- package/dist/fuselage.development.js.map +1 -1
- package/dist/fuselage.production.js +1 -1
- package/package.json +13 -13
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
import type { ComponentType } from 'react';
|
|
2
|
-
|
|
2
|
+
import type { StylingProps } from './stylingProps';
|
|
3
|
+
export declare const withBoxStyling: <TProps>(component: ComponentType<TProps>) => ComponentType<TProps & Partial<StylingProps>>;
|
|
3
4
|
//# sourceMappingURL=withBoxStyling.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"withBoxStyling.d.ts","sourceRoot":"","sources":["../../../src/components/Box/withBoxStyling.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"withBoxStyling.d.ts","sourceRoot":"","sources":["../../../src/components/Box/withBoxStyling.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAI3C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAGnD,eAAO,MAAM,cAAc,6FAc1B,CAAC"}
|
|
@@ -5,6 +5,6 @@ declare const _default: import("react").ComponentType<Omit<import("react").HTMLA
|
|
|
5
5
|
url: string;
|
|
6
6
|
}) => import("react").ReactNode) | undefined;
|
|
7
7
|
renderDismissSymbol?: (() => import("react").ReactNode) | undefined;
|
|
8
|
-
}
|
|
8
|
+
} & Partial<import("../Box/stylingProps").StylingProps>>;
|
|
9
9
|
export default _default;
|
|
10
10
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -5,5 +5,8 @@ export declare const Message: React.ForwardRefExoticComponent<AllHTMLAttributes<
|
|
|
5
5
|
clickable?: boolean | undefined;
|
|
6
6
|
sequential?: boolean | undefined;
|
|
7
7
|
className?: string | undefined;
|
|
8
|
+
isSelected?: boolean | undefined;
|
|
9
|
+
isEditing?: boolean | undefined;
|
|
10
|
+
highlight?: boolean | undefined;
|
|
8
11
|
} & React.RefAttributes<HTMLDivElement>>;
|
|
9
12
|
//# sourceMappingURL=Message.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Message.d.ts","sourceRoot":"","sources":["../../../src/components/Message/Message.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAO,MAAM,OAAO,CAAC;AACpD,OAAO,KAAqB,MAAM,OAAO,CAAC;AAE1C,OAAO,wBAAwB,CAAC;
|
|
1
|
+
{"version":3,"file":"Message.d.ts","sourceRoot":"","sources":["../../../src/components/Message/Message.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAO,MAAM,OAAO,CAAC;AACpD,OAAO,KAAqB,MAAM,OAAO,CAAC;AAE1C,OAAO,wBAAwB,CAAC;AAahC,eAAO,MAAM,OAAO;;;;;;;wCA+BlB,CAAC"}
|
|
@@ -14,6 +14,9 @@ declare const _default: ((props: import("react").AllHTMLAttributes<HTMLDivElemen
|
|
|
14
14
|
clickable?: boolean | undefined;
|
|
15
15
|
sequential?: boolean | undefined;
|
|
16
16
|
className?: string | undefined;
|
|
17
|
+
isSelected?: boolean | undefined;
|
|
18
|
+
isEditing?: boolean | undefined;
|
|
19
|
+
highlight?: boolean | undefined;
|
|
17
20
|
} & import("react").RefAttributes<HTMLDivElement>) => JSX.Element) & {
|
|
18
21
|
Row: (props: import("react").HTMLAttributes<HTMLDivElement>) => JSX.Element;
|
|
19
22
|
Container: (props: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Message/ThreadMessage/index.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAEhE,QAAA,MAAM,0BAA0B;;4FAAuB,CAAC
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Message/ThreadMessage/index.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAEhE,QAAA,MAAM,0BAA0B;;4FAAuB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;AAExD,wBASG;AAEH,OAAO,EACL,aAAa,EACb,iBAAiB,EACjB,sBAAsB,EACtB,mBAAmB,EACnB,uBAAuB,EACvB,mBAAmB,EACnB,gBAAgB,EAChB,qBAAqB,EACrB,0BAA0B,GAC3B,CAAC"}
|
|
@@ -22,6 +22,9 @@ declare const _default: import("react").ForwardRefExoticComponent<import("react"
|
|
|
22
22
|
clickable?: boolean | undefined;
|
|
23
23
|
sequential?: boolean | undefined;
|
|
24
24
|
className?: string | undefined;
|
|
25
|
+
isSelected?: boolean | undefined;
|
|
26
|
+
isEditing?: boolean | undefined;
|
|
27
|
+
highlight?: boolean | undefined;
|
|
25
28
|
} & import("react").RefAttributes<HTMLDivElement>> & {
|
|
26
29
|
Metrics: ((props: import("react").HTMLAttributes<HTMLDivElement>) => JSX.Element) & {
|
|
27
30
|
Reply: (props: Pick<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Message/index.tsx"],"names":[],"mappings":";AAgBA,cAAc,kBAAkB,CAAC;AACjC,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AACzC,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,oBAAoB,CAAC;AACnC,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,oBAAoB,CAAC;AACnC,cAAc,yBAAyB,CAAC;AACxC,cAAc,iBAAiB,CAAC;AAChC,cAAc,wBAAwB,CAAC;AACvC,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Message/index.tsx"],"names":[],"mappings":";AAgBA,cAAc,kBAAkB,CAAC;AACjC,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AACzC,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,oBAAoB,CAAC;AACnC,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,oBAAoB,CAAC;AACnC,cAAc,yBAAyB,CAAC;AACxC,cAAc,iBAAiB,CAAC;AAChC,cAAc,wBAAwB,CAAC;AACvC,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAElC,wBAeG"}
|