gantri-components 2.119.3 → 2.120.0
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/components/aspect-ratio/aspect-ratio.styles.d.ts +6 -3
- package/dist/components/badge/badge.styles.d.ts +3 -1
- package/dist/components/box/box.adapters.d.ts +1 -0
- package/dist/components/box/box.styles.d.ts +3 -1
- package/dist/components/breadcrumbs/breadcrumbs.styles.d.ts +6 -1
- package/dist/components/button/button.styles.d.ts +5 -2
- package/dist/components/button-menu/button-menu.styles.d.ts +2 -1
- package/dist/components/cell/cell.styles.d.ts +4 -1
- package/dist/components/checkbox/checkbox.styles.d.ts +13 -3
- package/dist/components/circular-progress/circular-progress.styles.d.ts +4 -1
- package/dist/components/color-picker/color-picker.styles.d.ts +3 -2
- package/dist/components/color-picker/components/color-picker-item/color-picker-item.styles.d.ts +1131 -2
- package/dist/components/confirmation-modal/confirmationModal.types.d.ts +2 -1
- package/dist/components/dropdown/dropdown.styles.d.ts +23 -4
- package/dist/components/dropdown-menu/dropdown-menu.styles.d.ts +16 -3
- package/dist/components/filter-button/filter-button.styles.d.ts +2 -1
- package/dist/components/flex/flex.styles.d.ts +5 -1
- package/dist/components/grid/grid.styles.d.ts +4 -1
- package/dist/components/icon/icon.styles.d.ts +12 -1
- package/dist/components/image/image.styles.d.ts +8 -4
- package/dist/components/image/image.types.d.ts +1 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/components/input-group/input-group.styles.d.ts +7 -2
- package/dist/components/line/line.styles.d.ts +3 -1
- package/dist/components/linear-progress/linear-progress.styles.d.ts +8 -2
- package/dist/components/max-width/max-width.styles.d.ts +9 -2
- package/dist/components/modal/modal.styles.d.ts +33 -9
- package/dist/components/multi-select-list/multi-select-list.styles.d.ts +4 -1
- package/dist/components/overlay/overlay.styles.d.ts +8 -4
- package/dist/components/pills/components/pill/pill.styles.d.ts +4 -1
- package/dist/components/pills/pills.styles.d.ts +2 -1
- package/dist/components/quantity/quantity.styles.d.ts +2 -1
- package/dist/components/radio/radio.styles.d.ts +13 -5
- package/dist/components/radio-list/radio-list.styles.d.ts +6 -1
- package/dist/components/search-field/search-field.styles.d.ts +3 -2
- package/dist/components/slider/slider.styles.styles.d.ts +5 -3
- package/dist/components/table/components/custom-columns-toggle/components/user-preferences-toggle/components/preference-item-drag-handle/preference-item-drag-handle.styles.d.ts +2 -1
- package/dist/components/table/components/custom-columns-toggle/components/user-preferences-toggle/components/preference-item-overlay/preference-item-overlay.styles.d.ts +2 -1
- package/dist/components/table/components/custom-columns-toggle/components/user-preferences-toggle/components/sortable-preference-item/sortable-preference-item.styles.d.ts +2 -1
- package/dist/components/table/components/custom-columns-toggle/components/user-preferences-toggle/components/user-preferences-modal/user-preferences-modal.styles.d.ts +10 -5
- package/dist/components/table/components/custom-columns-toggle/components/user-preferences-toggle/user-preferences-toggle.styles.d.ts +4 -1
- package/dist/components/table/components/custom-columns-toggle/custom-columns-toggle.styles.d.ts +4 -1
- package/dist/components/table/components/table-actions-wrapper/components/clear-selected-rows/clear-selected-rows.styles.d.ts +6 -1
- package/dist/components/table/components/table-actions-wrapper/components/paging/paging.styles.d.ts +5 -2
- package/dist/components/table/components/table-actions-wrapper/components/search/search.styles.d.ts +5 -1
- package/dist/components/table/components/table-actions-wrapper/components/sort/sort.styles.d.ts +4 -1
- package/dist/components/table/components/table-actions-wrapper/table-actions-wrapper.styles.d.ts +6 -1
- package/dist/components/table/components/table-header/table-header.styles.d.ts +8 -2
- package/dist/components/table/components/table-row/helpers/get-row-component-props/get-row-component-props.d.ts +24 -24
- package/dist/components/table/components/table-row-cells/components/selectable-row-cell-wrapper/selectable-row-cell-wrapper.styles.d.ts +4 -1
- package/dist/components/table/components/table-row-cells/table-row-cells.styles.d.ts +3 -1
- package/dist/components/table/components/table-row-overlay/table-row-overlay.styles.d.ts +2 -1
- package/dist/components/table/table.styles.d.ts +19 -8
- package/dist/components/tabs/components/tab/tab.styled.d.ts +5 -1
- package/dist/components/tabs/components/tab-panel/tab-panel.styles.d.ts +2 -1
- package/dist/components/tabs/components/tabs-list/tabs-list.styles.d.ts +9 -2
- package/dist/components/text-area/text-area.styles.d.ts +6 -4
- package/dist/components/text-field/text-field.styles.d.ts +5 -3
- package/dist/components/toggle/toggle.styles.styles.d.ts +10 -3
- package/dist/components/tooltip/tooltip.styles.d.ts +8 -1
- package/dist/components/typography/typography.styles.d.ts +7 -2
- package/dist/components/video/video.presets.d.ts +1 -2
- package/dist/components/video/video.styles.d.ts +18 -3
- package/dist/components/video/video.types.d.ts +24 -23
- package/dist/helpers/layout.helpers.d.ts +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/styles/animations.d.ts +1 -1
- package/dist/styles/base.d.ts +6 -1
- package/dist/styles/hooks/use-theme-defaults.d.ts +2 -1
- package/dist/styles/theme.d.ts +40 -40
- package/package.json +6 -6
|
@@ -1,5 +1,8 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { Property } from 'csstype';
|
|
2
3
|
import { ResolutionAwareProp } from '../../types/resolution-aware-prop.type';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
export declare const
|
|
4
|
+
import { AspectRatioProps } from './aspect-ratio.types';
|
|
5
|
+
import { PropsWithHidden } from '../box/box.types';
|
|
6
|
+
export declare const populateAspectRatioStyles: (aspectRatio: ResolutionAwareProp<string>, height?: ResolutionAwareProp<Property.Height>) => import("styled-components").RuleSet<object>;
|
|
7
|
+
export declare const StyledAspectRatio: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Partial<PropsWithHidden<AspectRatioProps>>>> & string;
|
|
8
|
+
export declare const StyledAspectRatioContent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
@@ -1 +1,3 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { BadgeProps } from './badge.types';
|
|
3
|
+
export declare const StyledBadge: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, Pick<BadgeProps, "color" | "size" | "minWidth" | "width" | "variant" | "opacity" | "borderColor" | "textColor">>> & string;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { DefaultTheme } from 'styled-components';
|
|
1
2
|
import { ExtractStyleFromResolutionAwarePropEntry } from '../../types/layout';
|
|
2
3
|
import { ElementSpacingProps } from './box.types';
|
|
3
4
|
export declare const extractStylePropEntriesFromSpacingProps: (spacingArgs: ElementSpacingProps, theme: DefaultTheme) => ExtractStyleFromResolutionAwarePropEntry[];
|
|
@@ -1 +1,3 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { BoxProps, PropsWithHidden } from './box.types';
|
|
3
|
+
export declare const StyledBoxContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, PropsWithHidden<BoxProps>>> & string;
|
|
@@ -1 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { Property } from 'csstype';
|
|
3
|
+
export declare const StyledBreadcrumb: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
4
|
+
$gap?: Property.Gap<0 | (string & {})> | undefined;
|
|
5
|
+
$separator?: string | undefined;
|
|
6
|
+
}>> & string;
|
|
@@ -1,2 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { ButtonProps } from './button.types';
|
|
3
|
+
import { PropsWithHidden } from '../box/box.types';
|
|
4
|
+
export declare const StyledButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, Partial<PropsWithHidden<ButtonProps>>>> & string;
|
|
5
|
+
export declare const StyledButtonContent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, ButtonProps>> & string;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const StyledButtonMenuWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
@@ -1 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { CellProps } from './cell.types';
|
|
3
|
+
import { PropsWithHidden } from '../box/box.types';
|
|
4
|
+
export declare const StyledCell: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, PropsWithHidden<CellProps>>> & string;
|
|
@@ -1,3 +1,13 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
export declare const
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { CheckboxVariant } from './checkbox.types';
|
|
3
|
+
export declare const StyledCheckboxWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, {
|
|
4
|
+
$hasError: boolean;
|
|
5
|
+
}>> & string;
|
|
6
|
+
export declare const StyledCheckbox: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
7
|
+
$checked: boolean;
|
|
8
|
+
$hasError?: boolean | undefined;
|
|
9
|
+
$variant?: CheckboxVariant | undefined;
|
|
10
|
+
}>> & string;
|
|
11
|
+
export declare const StyledCheckboxContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
12
|
+
disabled: boolean;
|
|
13
|
+
}>> & string;
|
|
@@ -1 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const StyledCircularProgressIcon: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("../icon/icon.types").IconProps, "ref"> & {
|
|
3
|
+
ref?: ((instance: any) => void) | import("react").RefObject<any> | null | undefined;
|
|
4
|
+
}, never>> & string & Omit<import("react").FC<import("../icon/icon.types").IconProps>, keyof import("react").Component<any, {}, any>>;
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const StyledColorPicker: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
3
|
+
export declare const StyledColorList: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|