jamespot-react-components 1.0.253 → 1.0.254
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/build/jamespot-react-components.js +3 -6
- package/build/jamespot-react-components.js.map +1 -1
- package/build/src/components/Widgets/JRCWidgetLuccaAbsence/JRCWidgetLuccaAbsence.d.ts +0 -1
- package/build/src/components/Widgets/JRCWidgetLuccaAbsence/JRCWidgetLuccaAbsenceEditor.d.ts +1 -2
- package/package.json +2 -2
|
@@ -7,7 +7,6 @@ export declare const UIListItemNoAvatar: import("styled-components").StyledCompo
|
|
|
7
7
|
bgColor: string;
|
|
8
8
|
}, never>;
|
|
9
9
|
export declare const UIListItemData: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
|
|
10
|
-
export declare const getInitial: (username: string) => string;
|
|
11
10
|
export declare const JRCWidgetLuccaAbsence: ({ list }: {
|
|
12
11
|
list: WidgetLuccaAbsenceUser[];
|
|
13
12
|
}) => React.JSX.Element;
|
|
@@ -1,3 +1,2 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
|
|
3
|
-
export declare const JRCWidgetLuccaAbsenceEditor: ({ url, onChange, }: WidgetLuccaAbsenceContent & WidgetEditorActions<WidgetLuccaAbsenceContent>) => React.JSX.Element;
|
|
2
|
+
export declare const JRCWidgetLuccaAbsenceEditor: () => React.JSX.Element;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jamespot-react-components",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.254",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./build/jamespot-react-components.js",
|
|
6
6
|
"types": "./build/src/index.d.ts",
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"chroma-js": "^2.1.1",
|
|
83
83
|
"classnames": "^2.3.1",
|
|
84
84
|
"dompurify": "^3.0.5",
|
|
85
|
-
"jamespot-user-api": "^1.0.
|
|
85
|
+
"jamespot-user-api": "^1.0.226",
|
|
86
86
|
"moment": "2.29.4",
|
|
87
87
|
"react": "^17.x",
|
|
88
88
|
"react-beautiful-dnd": "^13.1.1",
|