@cagatayfdn/flora-components 0.0.57 → 0.0.58
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/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +8 -3
- package/dist/index.es.js +3 -3
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -19,6 +19,7 @@ import { NiceModalHocProps } from '@ebay/nice-modal-react';
|
|
|
19
19
|
import { default as React_2 } from 'react';
|
|
20
20
|
import { ReactNode } from 'react';
|
|
21
21
|
import { SelectItemRenderer } from 'react-dropdown-select';
|
|
22
|
+
import { SelectRenderer } from 'react-dropdown-select';
|
|
22
23
|
import { SetStateAction } from 'react';
|
|
23
24
|
import { TFunction } from 'i18next';
|
|
24
25
|
import { TFunctionResult } from 'i18next';
|
|
@@ -811,7 +812,7 @@ export declare type NavigatorCardProps = {
|
|
|
811
812
|
|
|
812
813
|
export { NiceModal }
|
|
813
814
|
|
|
814
|
-
export declare function NoResult(): JSX_2.Element;
|
|
815
|
+
export declare function NoResult({ text }: Props): JSX_2.Element;
|
|
815
816
|
|
|
816
817
|
declare const Notification_2: (props: NotificationProps) => void;
|
|
817
818
|
export { Notification_2 as Notification }
|
|
@@ -886,7 +887,7 @@ export declare type PermalinkProps = {
|
|
|
886
887
|
|
|
887
888
|
export declare const PermFallBack: () => JSX_2.Element;
|
|
888
889
|
|
|
889
|
-
export declare function Permission(props:
|
|
890
|
+
export declare function Permission(props: Props_2): JSX_2.Element;
|
|
890
891
|
|
|
891
892
|
declare interface Permissions_2 {
|
|
892
893
|
default: boolean;
|
|
@@ -1101,7 +1102,11 @@ declare enum ProjectAppAddonTypeSlugs {
|
|
|
1101
1102
|
MAIL = 'mail',
|
|
1102
1103
|
}
|
|
1103
1104
|
|
|
1104
|
-
declare type Props = {
|
|
1105
|
+
declare type Props = Partial<SelectRenderer<OptionProps>> & {
|
|
1106
|
+
text?: string;
|
|
1107
|
+
};
|
|
1108
|
+
|
|
1109
|
+
declare type Props_2 = {
|
|
1105
1110
|
id: string;
|
|
1106
1111
|
tooltipText?: string;
|
|
1107
1112
|
} & CanProps;
|
package/dist/index.es.js
CHANGED
|
@@ -21761,9 +21761,9 @@ function Uq({
|
|
|
21761
21761
|
const Kq = "_noResult_19yve_1", qq = {
|
|
21762
21762
|
noResult: Kq
|
|
21763
21763
|
};
|
|
21764
|
-
function hb() {
|
|
21765
|
-
const { t
|
|
21766
|
-
return /* @__PURE__ */ v.jsx("
|
|
21764
|
+
function hb({ text: n }) {
|
|
21765
|
+
const { t } = yt(), e = n || t("text.no_results");
|
|
21766
|
+
return /* @__PURE__ */ v.jsx("div", { "data-testid": "noresult", className: qq.noResult, children: /* @__PURE__ */ v.jsx("span", { children: e }) });
|
|
21767
21767
|
}
|
|
21768
21768
|
const $q = "_typography_1wwcb_1", e8 = "_ellipsis_1wwcb_6", t8 = "_success_1wwcb_12", n8 = "_copy_1wwcb_17", i8 = "_checkCopy_1wwcb_21", r8 = "_code_1wwcb_25", Li = {
|
|
21769
21769
|
typography: $q,
|