jamespot-react-components 1.0.229 → 1.0.230
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.
|
@@ -27,6 +27,7 @@ export type JRCTabsProps<T extends string = string> = DataCy & {
|
|
|
27
27
|
entries?: ItemEntriesProps<T>[];
|
|
28
28
|
activeItem?: T;
|
|
29
29
|
direction: 'horizontal' | 'vertical';
|
|
30
|
+
align?: 'center' | 'left';
|
|
30
31
|
callback: (key: T) => void;
|
|
31
32
|
};
|
|
32
33
|
/**
|
|
@@ -34,7 +35,7 @@ export type JRCTabsProps<T extends string = string> = DataCy & {
|
|
|
34
35
|
* @param {entries, activeItem, direction} props, @see JRCTabsProps interface
|
|
35
36
|
* @returns JSX.Element
|
|
36
37
|
*/
|
|
37
|
-
export declare const JRCTabs: <T extends string = string>({ entries, activeItem, direction, callback, dataCy, }: JRCTabsProps<T>) => JSX.Element;
|
|
38
|
+
export declare const JRCTabs: <T extends string = string>({ entries, activeItem, direction, align, callback, dataCy, }: JRCTabsProps<T>) => JSX.Element;
|
|
38
39
|
/**
|
|
39
40
|
* Interface to provide JRCTabPanel props
|
|
40
41
|
* @member active whether the tab is active
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jamespot-react-components",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.230",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./build/jamespot-react-components.js",
|
|
6
6
|
"types": "./build/src/index.d.ts",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"chroma-js": "^2.1.1",
|
|
81
81
|
"classnames": "^2.3.1",
|
|
82
82
|
"dompurify": "^3.0.5",
|
|
83
|
-
"jamespot-user-api": "^1.0.
|
|
83
|
+
"jamespot-user-api": "^1.0.207",
|
|
84
84
|
"moment": "2.29.4",
|
|
85
85
|
"react": "^17.x",
|
|
86
86
|
"react-beautiful-dnd": "^13.1.1",
|