ymy-components 0.0.28 → 0.0.29
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/buttons/CircleIconButton.styles.d.ts +2 -2
- package/dist/index.cjs.js +19 -18
- package/dist/index.es.js +850 -862
- package/package.json +1 -1
|
@@ -854,6 +854,7 @@ export declare const StyledCircleButton: import('styled-components/dist/types').
|
|
|
854
854
|
children?: import('react').ReactNode;
|
|
855
855
|
hidden?: boolean | undefined | undefined;
|
|
856
856
|
color?: string | undefined | undefined;
|
|
857
|
+
translate?: "yes" | "no" | undefined | undefined;
|
|
857
858
|
suppressHydrationWarning?: boolean | undefined | undefined;
|
|
858
859
|
className?: string | undefined | undefined;
|
|
859
860
|
id?: string | undefined | undefined;
|
|
@@ -1088,7 +1089,6 @@ export declare const StyledCircleButton: import('styled-components/dist/types').
|
|
|
1088
1089
|
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined | undefined;
|
|
1089
1090
|
nonce?: string | undefined | undefined;
|
|
1090
1091
|
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
1091
|
-
translate?: "yes" | "no" | undefined | undefined;
|
|
1092
1092
|
radioGroup?: string | undefined | undefined;
|
|
1093
1093
|
about?: string | undefined | undefined;
|
|
1094
1094
|
datatype?: string | undefined | undefined;
|
|
@@ -1112,7 +1112,7 @@ export declare const StyledCircleButton: import('styled-components/dist/types').
|
|
|
1112
1112
|
unselectable?: "on" | "off" | undefined | undefined;
|
|
1113
1113
|
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined | undefined;
|
|
1114
1114
|
is?: string | undefined | undefined;
|
|
1115
|
-
ref?:
|
|
1115
|
+
ref?: ((instance: HTMLDivElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLDivElement> | null | undefined;
|
|
1116
1116
|
}> & {
|
|
1117
1117
|
scrollTop?: number | import('@react-spring/shared').FluidValue<number, any> | undefined;
|
|
1118
1118
|
scrollLeft?: number | import('@react-spring/shared').FluidValue<number, any> | undefined;
|