gantri-components 2.177.0 → 2.178.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/color-picker/components/color-picker-item/color-picker-item.styles.d.ts +2 -2
- package/dist/components/table/components/table-row/helpers/get-row-component-props/get-row-component-props.d.ts +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.esm.js +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/styles/button-css-variables.d.ts +7 -0
- package/dist/styles/css-variables.d.ts +6 -0
- package/dist/styles/index.d.ts +4 -0
- package/package.json +1 -1
package/dist/components/color-picker/components/color-picker-item/color-picker-item.styles.d.ts
CHANGED
|
@@ -10,6 +10,7 @@ export declare const StyledColorOutline: import("styled-components/dist/types").
|
|
|
10
10
|
$variant?: ColorPickerVariant | undefined;
|
|
11
11
|
}>> & string;
|
|
12
12
|
export declare const StyledColor: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react-spring").AnimatedProps<{
|
|
13
|
+
key?: import("react").Key | null | undefined;
|
|
13
14
|
hidden?: boolean | undefined;
|
|
14
15
|
color?: string | undefined;
|
|
15
16
|
content?: string | undefined;
|
|
@@ -922,7 +923,7 @@ export declare const StyledColor: import("styled-components/dist/types").IStyled
|
|
|
922
923
|
"aria-description"?: string | undefined;
|
|
923
924
|
"aria-details"?: string | undefined;
|
|
924
925
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
925
|
-
"aria-dropeffect"?: "
|
|
926
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
926
927
|
"aria-errormessage"?: string | undefined;
|
|
927
928
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
928
929
|
"aria-flowto"?: string | undefined;
|
|
@@ -1121,7 +1122,6 @@ export declare const StyledColor: import("styled-components/dist/types").IStyled
|
|
|
1121
1122
|
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLSpanElement> | undefined;
|
|
1122
1123
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLSpanElement> | undefined;
|
|
1123
1124
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLSpanElement> | undefined;
|
|
1124
|
-
key?: import("react").Key | null | undefined;
|
|
1125
1125
|
ref?: ((instance: HTMLSpanElement | null) => void) | import("react").RefObject<HTMLSpanElement> | null | undefined;
|
|
1126
1126
|
}> & {
|
|
1127
1127
|
scrollTop?: number | import("@react-spring/shared/dist/declarations/src/fluids").FluidValue<number, any> | undefined;
|
|
@@ -72,7 +72,7 @@ export declare const getRowComponentProps: <TData extends RowData<import("../../
|
|
|
72
72
|
"aria-description"?: string | undefined;
|
|
73
73
|
"aria-details"?: string | undefined;
|
|
74
74
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
75
|
-
"aria-dropeffect"?: "
|
|
75
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
76
76
|
"aria-errormessage"?: string | undefined;
|
|
77
77
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
78
78
|
"aria-flowto"?: string | undefined;
|