@rocket.chat/fuselage 0.32.0-dev.333 → 0.32.0-dev.335

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.
@@ -6,5 +6,11 @@ export declare const AudioPlayer: React.ForwardRefExoticComponent<{
6
6
  minPlaybackSpeed?: number | undefined;
7
7
  playbackSpeedStep?: number | undefined;
8
8
  download?: boolean | undefined;
9
+ playLabel?: string | undefined;
10
+ pauseLabel?: string | undefined;
11
+ audioPlaybackRangeLabel?: string | undefined;
12
+ reducePlaybackSpeedLabel?: string | undefined;
13
+ increasePlaybackSpeedLabel?: string | undefined;
14
+ downloadAudioFileLabel?: string | undefined;
9
15
  } & React.RefAttributes<HTMLAudioElement>>;
10
16
  //# sourceMappingURL=AudioPlayer.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"AudioPlayer.d.ts","sourceRoot":"","sources":["../../../src/components/AudioPlayer/AudioPlayer.tsx"],"names":[],"mappings":"AACA,OAAO,KAAuC,MAAM,OAAO,CAAC;AA6B5D,eAAO,MAAM,WAAW;SAGf,MAAM;;;;;;0CAmKd,CAAC"}
1
+ {"version":3,"file":"AudioPlayer.d.ts","sourceRoot":"","sources":["../../../src/components/AudioPlayer/AudioPlayer.tsx"],"names":[],"mappings":"AACA,OAAO,KAAuC,MAAM,OAAO,CAAC;AA6B5D,eAAO,MAAM,WAAW;SAGf,MAAM;;;;;;;;;;;;0CAoLd,CAAC"}
@@ -1,7 +1,7 @@
1
- import type { ReactNode } from 'react';
1
+ import type { AllHTMLAttributes, ReactNode } from 'react';
2
2
  type StatesProps = {
3
3
  children?: ReactNode;
4
- };
5
- declare const States: ({ children }: StatesProps) => JSX.Element;
4
+ } & AllHTMLAttributes<HTMLDivElement>;
5
+ declare const States: ({ children, ...props }: StatesProps) => JSX.Element;
6
6
  export default States;
7
7
  //# sourceMappingURL=States.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"States.d.ts","sourceRoot":"","sources":["../../../src/components/States/States.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGvC,KAAK,WAAW,GAAG;IACjB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF,QAAA,MAAM,MAAM,iBAAkB,WAAW,gBAExC,CAAC;AAEF,eAAe,MAAM,CAAC"}
1
+ {"version":3,"file":"States.d.ts","sourceRoot":"","sources":["../../../src/components/States/States.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAG1D,KAAK,WAAW,GAAG;IACjB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,GAAG,iBAAiB,CAAC,cAAc,CAAC,CAAC;AAEtC,QAAA,MAAM,MAAM,2BAA4B,WAAW,gBAIlD,CAAC;AAEF,eAAe,MAAM,CAAC"}
@@ -1,6 +1,6 @@
1
1
  import type { ComponentProps } from 'react';
2
2
  import { Button } from '..';
3
3
  type StatesActionProps = ComponentProps<typeof Button>;
4
- declare const StatesAction: ({ ...props }: StatesActionProps) => JSX.Element;
4
+ declare const StatesAction: (props: StatesActionProps) => JSX.Element;
5
5
  export default StatesAction;
6
6
  //# sourceMappingURL=StatesAction.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"StatesAction.d.ts","sourceRoot":"","sources":["../../../src/components/States/StatesAction.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAG5C,OAAO,EAAE,MAAM,EAAE,MAAM,IAAI,CAAC;AAE5B,KAAK,iBAAiB,GAAG,cAAc,CAAC,OAAO,MAAM,CAAC,CAAC;AAEvD,QAAA,MAAM,YAAY,iBAAkB,iBAAiB,gBAEpD,CAAC;AAEF,eAAe,YAAY,CAAC"}
1
+ {"version":3,"file":"StatesAction.d.ts","sourceRoot":"","sources":["../../../src/components/States/StatesAction.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAG5C,OAAO,EAAE,MAAM,EAAE,MAAM,IAAI,CAAC;AAE5B,KAAK,iBAAiB,GAAG,cAAc,CAAC,OAAO,MAAM,CAAC,CAAC;AAEvD,QAAA,MAAM,YAAY,UAAW,iBAAiB,gBAE7C,CAAC;AAEF,eAAe,YAAY,CAAC"}
@@ -1,9 +1,8 @@
1
1
  import type { ComponentProps } from 'react';
2
2
  import { Icon } from '../Icon';
3
3
  type StatesIconProps = {
4
- name: ComponentProps<typeof Icon>['name'];
5
4
  variation?: 'danger' | 'success' | 'warning' | 'primary';
6
- };
7
- declare const StatesIcon: ({ name, variation }: StatesIconProps) => JSX.Element;
5
+ } & ComponentProps<typeof Icon>;
6
+ declare const StatesIcon: ({ variation, ...props }: StatesIconProps) => JSX.Element;
8
7
  export default StatesIcon;
9
8
  //# sourceMappingURL=StatesIcon.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"StatesIcon.d.ts","sourceRoot":"","sources":["../../../src/components/States/StatesIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAG5C,OAAO,EAAE,IAAI,EAAE,MAAM,SAAS,CAAC;AAE/B,KAAK,eAAe,GAAG;IACrB,IAAI,EAAE,cAAc,CAAC,OAAO,IAAI,CAAC,CAAC,MAAM,CAAC,CAAC;IAC1C,SAAS,CAAC,EAAE,QAAQ,GAAG,SAAS,GAAG,SAAS,GAAG,SAAS,CAAC;CAC1D,CAAC;AAEF,QAAA,MAAM,UAAU,wBAAyB,eAAe,gBAOvD,CAAC;AAEF,eAAe,UAAU,CAAC"}
1
+ {"version":3,"file":"StatesIcon.d.ts","sourceRoot":"","sources":["../../../src/components/States/StatesIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAG5C,OAAO,EAAE,IAAI,EAAE,MAAM,SAAS,CAAC;AAE/B,KAAK,eAAe,GAAG;IACrB,SAAS,CAAC,EAAE,QAAQ,GAAG,SAAS,GAAG,SAAS,GAAG,SAAS,CAAC;CAC1D,GAAG,cAAc,CAAC,OAAO,IAAI,CAAC,CAAC;AAEhC,QAAA,MAAM,UAAU,4BAA6B,eAAe,gBAO3D,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -1,7 +1,7 @@
1
- import type { ReactNode } from 'react';
1
+ import type { AllHTMLAttributes, ReactNode } from 'react';
2
2
  type StatesSubtitleProps = {
3
3
  children?: ReactNode;
4
- };
5
- declare const StatesSubtitle: ({ children }: StatesSubtitleProps) => JSX.Element;
4
+ } & AllHTMLAttributes<HTMLDivElement>;
5
+ declare const StatesSubtitle: ({ children, ...props }: StatesSubtitleProps) => JSX.Element;
6
6
  export default StatesSubtitle;
7
7
  //# sourceMappingURL=StatesSubtitle.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"StatesSubtitle.d.ts","sourceRoot":"","sources":["../../../src/components/States/StatesSubtitle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGvC,KAAK,mBAAmB,GAAG;IACzB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF,QAAA,MAAM,cAAc,iBAAkB,mBAAmB,gBAExD,CAAC;AAEF,eAAe,cAAc,CAAC"}
1
+ {"version":3,"file":"StatesSubtitle.d.ts","sourceRoot":"","sources":["../../../src/components/States/StatesSubtitle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAG1D,KAAK,mBAAmB,GAAG;IACzB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,GAAG,iBAAiB,CAAC,cAAc,CAAC,CAAC;AAEtC,QAAA,MAAM,cAAc,2BAA4B,mBAAmB,gBAIlE,CAAC;AAEF,eAAe,cAAc,CAAC"}
@@ -1,7 +1,7 @@
1
- import type { ReactNode } from 'react';
1
+ import type { ReactNode, AllHTMLAttributes } from 'react';
2
2
  type StatesSuggestionProps = {
3
3
  children?: ReactNode;
4
- };
5
- declare const StatesSuggestion: ({ children }: StatesSuggestionProps) => JSX.Element;
4
+ } & AllHTMLAttributes<HTMLDivElement>;
5
+ declare const StatesSuggestion: ({ children, ...props }: StatesSuggestionProps) => JSX.Element;
6
6
  export default StatesSuggestion;
7
7
  //# sourceMappingURL=StatesSuggestion.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"StatesSuggestion.d.ts","sourceRoot":"","sources":["../../../src/components/States/StatesSuggestion.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGvC,KAAK,qBAAqB,GAAG;IAC3B,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF,QAAA,MAAM,gBAAgB,iBAAkB,qBAAqB,gBAE5D,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
1
+ {"version":3,"file":"StatesSuggestion.d.ts","sourceRoot":"","sources":["../../../src/components/States/StatesSuggestion.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAG1D,KAAK,qBAAqB,GAAG;IAC3B,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,GAAG,iBAAiB,CAAC,cAAc,CAAC,CAAC;AAEtC,QAAA,MAAM,gBAAgB,2BAA4B,qBAAqB,gBAItE,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
@@ -1,7 +1,7 @@
1
- import type { ReactNode } from 'react';
1
+ import type { AllHTMLAttributes, ReactNode } from 'react';
2
2
  type StatesSuggestionListProps = {
3
3
  children?: ReactNode;
4
- };
5
- declare const StatesSuggestionList: ({ children }: StatesSuggestionListProps) => JSX.Element;
4
+ } & AllHTMLAttributes<HTMLUListElement>;
5
+ declare const StatesSuggestionList: ({ children, ...props }: StatesSuggestionListProps) => JSX.Element;
6
6
  export default StatesSuggestionList;
7
7
  //# sourceMappingURL=StatesSuggestionList.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"StatesSuggestionList.d.ts","sourceRoot":"","sources":["../../../src/components/States/StatesSuggestionList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGvC,KAAK,yBAAyB,GAAG;IAC/B,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF,QAAA,MAAM,oBAAoB,iBAAkB,yBAAyB,gBAEpE,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
1
+ {"version":3,"file":"StatesSuggestionList.d.ts","sourceRoot":"","sources":["../../../src/components/States/StatesSuggestionList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAG1D,KAAK,yBAAyB,GAAG;IAC/B,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,GAAG,iBAAiB,CAAC,gBAAgB,CAAC,CAAC;AAExC,QAAA,MAAM,oBAAoB,2BAGvB,yBAAyB,gBAI3B,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
@@ -1,7 +1,7 @@
1
- import type { ReactNode } from 'react';
1
+ import type { AllHTMLAttributes, ReactNode } from 'react';
2
2
  type StatesSuggestionListItemProps = {
3
3
  children?: ReactNode;
4
- };
5
- declare const StatesSuggestionListItem: ({ children, }: StatesSuggestionListItemProps) => JSX.Element;
4
+ } & AllHTMLAttributes<HTMLLIElement>;
5
+ declare const StatesSuggestionListItem: ({ children, ...props }: StatesSuggestionListItemProps) => JSX.Element;
6
6
  export default StatesSuggestionListItem;
7
7
  //# sourceMappingURL=StatesSuggestionListItem.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"StatesSuggestionListItem.d.ts","sourceRoot":"","sources":["../../../src/components/States/StatesSuggestionListItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGvC,KAAK,6BAA6B,GAAG;IACnC,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF,QAAA,MAAM,wBAAwB,kBAE3B,6BAA6B,gBAI/B,CAAC;AAEF,eAAe,wBAAwB,CAAC"}
1
+ {"version":3,"file":"StatesSuggestionListItem.d.ts","sourceRoot":"","sources":["../../../src/components/States/StatesSuggestionListItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAG1D,KAAK,6BAA6B,GAAG;IACnC,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,GAAG,iBAAiB,CAAC,aAAa,CAAC,CAAC;AAErC,QAAA,MAAM,wBAAwB,2BAG3B,6BAA6B,gBAI/B,CAAC;AAEF,eAAe,wBAAwB,CAAC"}
@@ -1,7 +1,7 @@
1
- import type { ReactNode } from 'react';
1
+ import type { AllHTMLAttributes, ReactNode } from 'react';
2
2
  type StatesSuggestionTextProps = {
3
3
  children?: ReactNode;
4
- };
5
- declare const StatesSuggestionText: ({ children }: StatesSuggestionTextProps) => JSX.Element;
4
+ } & AllHTMLAttributes<HTMLDivElement>;
5
+ declare const StatesSuggestionText: ({ children, ...props }: StatesSuggestionTextProps) => JSX.Element;
6
6
  export default StatesSuggestionText;
7
7
  //# sourceMappingURL=StatesSuggestionText.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"StatesSuggestionText.d.ts","sourceRoot":"","sources":["../../../src/components/States/StatesSuggestionText.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGvC,KAAK,yBAAyB,GAAG;IAC/B,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF,QAAA,MAAM,oBAAoB,iBAAkB,yBAAyB,gBAEpE,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
1
+ {"version":3,"file":"StatesSuggestionText.d.ts","sourceRoot":"","sources":["../../../src/components/States/StatesSuggestionText.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAG1D,KAAK,yBAAyB,GAAG;IAC/B,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,GAAG,iBAAiB,CAAC,cAAc,CAAC,CAAC;AAEtC,QAAA,MAAM,oBAAoB,2BAGvB,yBAAyB,gBAI3B,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
@@ -1,7 +1,7 @@
1
- import type { ReactNode } from 'react';
1
+ import type { AllHTMLAttributes, ReactNode } from 'react';
2
2
  type StatesTitleProps = {
3
3
  children?: ReactNode;
4
- };
5
- declare const StatesTitle: ({ children }: StatesTitleProps) => JSX.Element;
4
+ } & AllHTMLAttributes<HTMLHeadingElement>;
5
+ declare const StatesTitle: ({ children, ...props }: StatesTitleProps) => JSX.Element;
6
6
  export default StatesTitle;
7
7
  //# sourceMappingURL=StatesTitle.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"StatesTitle.d.ts","sourceRoot":"","sources":["../../../src/components/States/StatesTitle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGvC,KAAK,gBAAgB,GAAG;IACtB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF,QAAA,MAAM,WAAW,iBAAkB,gBAAgB,gBAElD,CAAC;AAEF,eAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"StatesTitle.d.ts","sourceRoot":"","sources":["../../../src/components/States/StatesTitle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAG1D,KAAK,gBAAgB,GAAG;IACtB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,GAAG,iBAAiB,CAAC,kBAAkB,CAAC,CAAC;AAE1C,QAAA,MAAM,WAAW,2BAA4B,gBAAgB,gBAI5D,CAAC;AAEF,eAAe,WAAW,CAAC"}