@sistent/sistent 0.14.202 → 0.14.203
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.d.mts +5 -2
- package/dist/index.d.ts +5 -2
- package/dist/index.js +27 -27
- package/dist/index.mjs +31 -31
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1731,8 +1731,11 @@ interface PerformersSectionButtonProps {
|
|
|
1731
1731
|
open: boolean;
|
|
1732
1732
|
handleClick: () => void;
|
|
1733
1733
|
}
|
|
1734
|
+
interface OpenLeaderBoardButtonProps {
|
|
1735
|
+
handleClick: () => void;
|
|
1736
|
+
}
|
|
1734
1737
|
declare const PerformersSectionButton: React__default.FC<PerformersSectionButtonProps>;
|
|
1735
|
-
declare const OpenLeaderBoardButton: React__default.FC<
|
|
1738
|
+
declare const OpenLeaderBoardButton: React__default.FC<OpenLeaderBoardButtonProps>;
|
|
1736
1739
|
|
|
1737
1740
|
interface SetupItem {
|
|
1738
1741
|
heading: string;
|
|
@@ -1826,7 +1829,7 @@ interface UserSearchFieldProps$1 {
|
|
|
1826
1829
|
declare const UserShareSearch: React__default.FC<UserSearchFieldProps$1>;
|
|
1827
1830
|
|
|
1828
1831
|
interface User$1 {
|
|
1829
|
-
|
|
1832
|
+
user_id: string;
|
|
1830
1833
|
first_name: string;
|
|
1831
1834
|
last_name: string;
|
|
1832
1835
|
email: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -1731,8 +1731,11 @@ interface PerformersSectionButtonProps {
|
|
|
1731
1731
|
open: boolean;
|
|
1732
1732
|
handleClick: () => void;
|
|
1733
1733
|
}
|
|
1734
|
+
interface OpenLeaderBoardButtonProps {
|
|
1735
|
+
handleClick: () => void;
|
|
1736
|
+
}
|
|
1734
1737
|
declare const PerformersSectionButton: React__default.FC<PerformersSectionButtonProps>;
|
|
1735
|
-
declare const OpenLeaderBoardButton: React__default.FC<
|
|
1738
|
+
declare const OpenLeaderBoardButton: React__default.FC<OpenLeaderBoardButtonProps>;
|
|
1736
1739
|
|
|
1737
1740
|
interface SetupItem {
|
|
1738
1741
|
heading: string;
|
|
@@ -1826,7 +1829,7 @@ interface UserSearchFieldProps$1 {
|
|
|
1826
1829
|
declare const UserShareSearch: React__default.FC<UserSearchFieldProps$1>;
|
|
1827
1830
|
|
|
1828
1831
|
interface User$1 {
|
|
1829
|
-
|
|
1832
|
+
user_id: string;
|
|
1830
1833
|
first_name: string;
|
|
1831
1834
|
last_name: string;
|
|
1832
1835
|
email: string;
|