@chayns-components/date 5.2.4 → 5.2.8-alpha.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/lib/types/components/calendar/Calendar.styles.d.ts +5 -5
- package/lib/types/components/calendar/month-wrapper/MonthWrapper.styles.d.ts +13 -6
- package/lib/types/components/calendar/month-wrapper/month/Month.styles.d.ts +10 -7
- package/lib/types/components/calendar/month-wrapper/month/day-wrapper/DayWrapper.styles.d.ts +1 -1
- package/lib/types/components/calendar/month-wrapper/month/day-wrapper/day/Day.styles.d.ts +27 -11
- package/lib/types/components/calendar/month-wrapper/month/day-wrapper/day/category/Category.styles.d.ts +9 -6
- package/lib/types/components/calendar/month-wrapper/month/weekday-wrapper/WeekdayWrapper.styles.d.ts +1 -1
- package/lib/types/components/calendar/month-wrapper/month/weekday-wrapper/weekday/Weekday.styles.d.ts +4 -2
- package/lib/types/components/opening-times/OpeningTimes.styles.d.ts +15 -10
- package/lib/types/components/opening-times/hint-text/HintText.styles.d.ts +4 -2
- package/lib/types/components/opening-times/opening-inputs/OpeningInputs.styles.d.ts +15 -8
- package/lib/types/components/opening-times/opening-inputs/opening-input/OpeningInput.styles.d.ts +14 -9
- package/package.json +4 -4
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
type StyledCalendarProps = {
|
|
2
2
|
$isDisabled?: boolean;
|
|
3
3
|
};
|
|
4
|
-
export declare const StyledCalendar: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components
|
|
5
|
-
export declare const StyledCalendarIconWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never
|
|
6
|
-
export declare const StyledCalendarIconWrapperContent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never
|
|
7
|
-
export declare const StyledCalendarIconWrapperPseudo: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never
|
|
8
|
-
export declare const StyledPseudoMonthYearPicker: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never
|
|
4
|
+
export declare const StyledCalendar: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "$isDisabled"> & StyledCalendarProps, never> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "$isDisabled"> & StyledCalendarProps, never>>> & string;
|
|
5
|
+
export declare const StyledCalendarIconWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & Partial<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>> & string;
|
|
6
|
+
export declare const StyledCalendarIconWrapperContent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & Partial<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>> & string;
|
|
7
|
+
export declare const StyledCalendarIconWrapperPseudo: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & Partial<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>> & string;
|
|
8
|
+
export declare const StyledPseudoMonthYearPicker: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & Partial<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>> & string;
|
|
9
9
|
export {};
|
|
@@ -1,13 +1,20 @@
|
|
|
1
|
-
import
|
|
2
|
-
type StyledMonthWrapperProps = WithTheme<{
|
|
1
|
+
export declare const StyledMonthWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "$height" | "theme" | "$width"> & {
|
|
3
2
|
$height: number;
|
|
4
3
|
$width: number;
|
|
5
|
-
}
|
|
6
|
-
|
|
4
|
+
} & {
|
|
5
|
+
theme: import("@chayns-components/core").Theme;
|
|
6
|
+
}, never> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "$height" | "theme" | "$width"> & {
|
|
7
|
+
$height: number;
|
|
8
|
+
$width: number;
|
|
9
|
+
} & {
|
|
10
|
+
theme: import("@chayns-components/core").Theme;
|
|
11
|
+
}, never>>> & string;
|
|
7
12
|
type StyledMotionWrapperProps = {
|
|
8
13
|
$isDisabled?: boolean;
|
|
9
14
|
};
|
|
10
|
-
export declare const StyledMotionWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components
|
|
15
|
+
export declare const StyledMotionWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<Omit<Omit<import("motion/react").HTMLMotionProps<"div">, "ref"> & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
|
|
16
|
+
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;
|
|
17
|
+
}, "$isDisabled"> & StyledMotionWrapperProps, never> & Partial<Pick<import("styled-components").FastOmit<Omit<Omit<import("motion/react").HTMLMotionProps<"div">, "ref"> & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
|
|
11
18
|
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;
|
|
12
|
-
}, StyledMotionWrapperProps
|
|
19
|
+
}, "$isDisabled"> & StyledMotionWrapperProps, never>>> & string & Omit<import("motion/react").ForwardRefComponent<HTMLDivElement, import("motion/react").HTMLMotionProps<"div">>, keyof import("react").Component<any, {}, any>>;
|
|
13
20
|
export {};
|
|
@@ -1,8 +1,11 @@
|
|
|
1
|
-
import
|
|
2
|
-
type StyledMonthProps = WithTheme<{
|
|
1
|
+
export declare const StyledMonth: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "$height" | "theme"> & {
|
|
3
2
|
$height: number;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
3
|
+
} & {
|
|
4
|
+
theme: import("@chayns-components/core").Theme;
|
|
5
|
+
}, never> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "$height" | "theme"> & {
|
|
6
|
+
$height: number;
|
|
7
|
+
} & {
|
|
8
|
+
theme: import("@chayns-components/core").Theme;
|
|
9
|
+
}, never>>> & string;
|
|
10
|
+
export declare const StyledMonthHead: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & Partial<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>> & string;
|
|
11
|
+
export declare const StyledMonthName: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & Partial<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>> & string;
|
package/lib/types/components/calendar/month-wrapper/month/day-wrapper/DayWrapper.styles.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const StyledDayWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never
|
|
1
|
+
export declare const StyledDayWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & Partial<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>> & string;
|
|
@@ -1,24 +1,40 @@
|
|
|
1
|
-
import type { WithTheme } from '@chayns-components/core';
|
|
2
1
|
import type { CSSProperties } from 'react';
|
|
3
2
|
import { CustomThumbColors } from '../../../../../../types/calendar';
|
|
4
|
-
|
|
3
|
+
export declare const StyledDay: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "$isDisabled" | "theme" | "$isSameMonth" | "$backgroundColor" | "$textColor"> & {
|
|
5
4
|
$isSameMonth: boolean;
|
|
6
|
-
$backgroundColor?: CSSProperties[
|
|
7
|
-
$textColor?: CSSProperties[
|
|
5
|
+
$backgroundColor?: CSSProperties["backgroundColor"];
|
|
6
|
+
$textColor?: CSSProperties["color"];
|
|
8
7
|
$isDisabled: boolean;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
|
|
8
|
+
} & {
|
|
9
|
+
theme: import("@chayns-components/core").Theme;
|
|
10
|
+
}, never> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "$isDisabled" | "theme" | "$isSameMonth" | "$backgroundColor" | "$textColor"> & {
|
|
11
|
+
$isSameMonth: boolean;
|
|
12
|
+
$backgroundColor?: CSSProperties["backgroundColor"];
|
|
13
|
+
$textColor?: CSSProperties["color"];
|
|
14
|
+
$isDisabled: boolean;
|
|
15
|
+
} & {
|
|
16
|
+
theme: import("@chayns-components/core").Theme;
|
|
17
|
+
}, never>>> & string;
|
|
18
|
+
export declare const StyledDayNumber: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$isSelected" | "$isIntervalEnd" | "$isIntervalStart" | "$isWithinIntervalSelection" | "$customThumbColors"> & {
|
|
19
|
+
$isSelected: boolean;
|
|
20
|
+
$isIntervalEnd: boolean;
|
|
21
|
+
$isIntervalStart: boolean;
|
|
22
|
+
$isWithinIntervalSelection: boolean;
|
|
23
|
+
$customThumbColors?: CustomThumbColors;
|
|
24
|
+
} & {
|
|
25
|
+
theme: import("@chayns-components/core").Theme;
|
|
26
|
+
}, never> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$isSelected" | "$isIntervalEnd" | "$isIntervalStart" | "$isWithinIntervalSelection" | "$customThumbColors"> & {
|
|
12
27
|
$isSelected: boolean;
|
|
13
28
|
$isIntervalEnd: boolean;
|
|
14
29
|
$isIntervalStart: boolean;
|
|
15
30
|
$isWithinIntervalSelection: boolean;
|
|
16
31
|
$customThumbColors?: CustomThumbColors;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
|
|
32
|
+
} & {
|
|
33
|
+
theme: import("@chayns-components/core").Theme;
|
|
34
|
+
}, never>>> & string;
|
|
35
|
+
export declare const StyledDayCategoryWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & Partial<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>> & string;
|
|
20
36
|
type StyledCurrentDayProps = {
|
|
21
37
|
$backgroundColor: CSSProperties['backgroundColor'];
|
|
22
38
|
};
|
|
23
|
-
export declare const StyledCurrentDay: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components
|
|
39
|
+
export declare const StyledCurrentDay: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "$backgroundColor"> & StyledCurrentDayProps, never> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "$backgroundColor"> & StyledCurrentDayProps, never>>> & string;
|
|
24
40
|
export {};
|
|
@@ -1,7 +1,10 @@
|
|
|
1
|
-
import type { WithTheme } from '@chayns-components/core';
|
|
2
1
|
import type { CSSProperties } from 'react';
|
|
3
|
-
|
|
4
|
-
$color: CSSProperties[
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
|
|
2
|
+
export declare const StyledCategory: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$color"> & {
|
|
3
|
+
$color: CSSProperties["color"];
|
|
4
|
+
} & {
|
|
5
|
+
theme: import("@chayns-components/core").Theme;
|
|
6
|
+
}, never> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$color"> & {
|
|
7
|
+
$color: CSSProperties["color"];
|
|
8
|
+
} & {
|
|
9
|
+
theme: import("@chayns-components/core").Theme;
|
|
10
|
+
}, never>>> & string;
|
package/lib/types/components/calendar/month-wrapper/month/weekday-wrapper/WeekdayWrapper.styles.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const StyledWeekdayWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never
|
|
1
|
+
export declare const StyledWeekdayWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & Partial<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>> & string;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
-
export declare const StyledWeekday: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components
|
|
1
|
+
export declare const StyledWeekday: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme"> & {
|
|
2
2
|
theme: import("@chayns-components/core").Theme;
|
|
3
|
-
}
|
|
3
|
+
}, never> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme"> & {
|
|
4
|
+
theme: import("@chayns-components/core").Theme;
|
|
5
|
+
}, never>>> & string;
|
|
@@ -1,11 +1,16 @@
|
|
|
1
|
-
import
|
|
2
|
-
type StyledSliderButtonProps = WithTheme<{
|
|
1
|
+
export declare const StyledOpeningTimes: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "$isDisabled" | "theme"> & {
|
|
3
2
|
$isDisabled?: boolean;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
theme: import("@chayns-components/core").Theme;
|
|
10
|
-
}
|
|
11
|
-
export
|
|
3
|
+
} & {
|
|
4
|
+
theme: import("@chayns-components/core").Theme;
|
|
5
|
+
}, never> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "$isDisabled" | "theme"> & {
|
|
6
|
+
$isDisabled?: boolean;
|
|
7
|
+
} & {
|
|
8
|
+
theme: import("@chayns-components/core").Theme;
|
|
9
|
+
}, never>>> & string;
|
|
10
|
+
export declare const StyledOpeningTimesWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & Partial<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>> & string;
|
|
11
|
+
export declare const StyledOpeningTimesTooltipContent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & Partial<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>> & string;
|
|
12
|
+
export declare const StyledOpeningTimesWeekDay: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme"> & {
|
|
13
|
+
theme: import("@chayns-components/core").Theme;
|
|
14
|
+
}, never> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme"> & {
|
|
15
|
+
theme: import("@chayns-components/core").Theme;
|
|
16
|
+
}, never>>> & string;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
-
export declare const StyledHintText: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components
|
|
1
|
+
export declare const StyledHintText: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme"> & {
|
|
2
2
|
theme: import("@chayns-components/core").Theme;
|
|
3
|
-
}
|
|
3
|
+
}, never> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme"> & {
|
|
4
|
+
theme: import("@chayns-components/core").Theme;
|
|
5
|
+
}, never>>> & string;
|
|
@@ -1,11 +1,18 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
export declare const StyledOpeningInputs: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<Omit<Omit<import("motion/react").HTMLMotionProps<"div">, "ref"> & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
|
|
2
|
+
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;
|
|
3
|
+
}, "theme" | "$editMode"> & {
|
|
3
4
|
$editMode: boolean;
|
|
4
|
-
}
|
|
5
|
-
|
|
5
|
+
} & {
|
|
6
|
+
theme: import("@chayns-components/core").Theme;
|
|
7
|
+
}, never> & Partial<Pick<import("styled-components").FastOmit<Omit<Omit<import("motion/react").HTMLMotionProps<"div">, "ref"> & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
|
|
6
8
|
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;
|
|
7
|
-
},
|
|
8
|
-
|
|
9
|
+
}, "theme" | "$editMode"> & {
|
|
10
|
+
$editMode: boolean;
|
|
11
|
+
} & {
|
|
12
|
+
theme: import("@chayns-components/core").Theme;
|
|
13
|
+
}, never>>> & string & Omit<import("motion/react").ForwardRefComponent<HTMLDivElement, import("motion/react").HTMLMotionProps<"div">>, keyof import("react").Component<any, {}, any>>;
|
|
14
|
+
export declare const StyledOpeningInputPreview: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme"> & {
|
|
15
|
+
theme: import("@chayns-components/core").Theme;
|
|
16
|
+
}, never> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme"> & {
|
|
9
17
|
theme: import("@chayns-components/core").Theme;
|
|
10
|
-
}
|
|
11
|
-
export {};
|
|
18
|
+
}, never>>> & string;
|
package/lib/types/components/opening-times/opening-inputs/opening-input/OpeningInput.styles.d.ts
CHANGED
|
@@ -1,12 +1,17 @@
|
|
|
1
|
-
import type { WithTheme } from '@chayns-components/core';
|
|
2
1
|
export declare const StyledOpeningInput: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<Omit<import("motion/react").HTMLMotionProps<"div">, "ref"> & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
|
|
3
2
|
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;
|
|
4
|
-
}, never
|
|
5
|
-
|
|
6
|
-
|
|
3
|
+
}, never> & Partial<Pick<Omit<Omit<import("motion/react").HTMLMotionProps<"div">, "ref"> & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
|
|
4
|
+
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;
|
|
5
|
+
}, never>>> & string & Omit<import("motion/react").ForwardRefComponent<HTMLDivElement, import("motion/react").HTMLMotionProps<"div">>, keyof import("react").Component<any, {}, any>>;
|
|
6
|
+
export declare const StyledOpeningInputWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & Partial<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>> & string;
|
|
7
|
+
export declare const StyledOpeningInputText: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "$isDisabled" | "theme"> & {
|
|
8
|
+
$isDisabled?: boolean;
|
|
9
|
+
} & {
|
|
10
|
+
theme: import("@chayns-components/core").Theme;
|
|
11
|
+
}, never> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "$isDisabled" | "theme"> & {
|
|
7
12
|
$isDisabled?: boolean;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
export declare const
|
|
12
|
-
export
|
|
13
|
+
} & {
|
|
14
|
+
theme: import("@chayns-components/core").Theme;
|
|
15
|
+
}, never>>> & string;
|
|
16
|
+
export declare const StyledOpeningInputButtonWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & Partial<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>> & string;
|
|
17
|
+
export declare const StyledOpeningInputPseudoButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & Partial<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>> & string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chayns-components/date",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.8-alpha.0",
|
|
4
4
|
"description": "A set of beautiful React components for developing your own applications with chayns.",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"browserslist": [
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@babel/cli": "^7.28.6",
|
|
56
56
|
"@babel/core": "^7.29.0",
|
|
57
|
-
"@babel/preset-env": "^7.29.
|
|
57
|
+
"@babel/preset-env": "^7.29.5",
|
|
58
58
|
"@babel/preset-react": "^7.28.5",
|
|
59
59
|
"@babel/preset-typescript": "^7.28.5",
|
|
60
60
|
"@types/react": "^18.3.28",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"typescript": "^5.9.3"
|
|
71
71
|
},
|
|
72
72
|
"dependencies": {
|
|
73
|
-
"@chayns-components/core": "^5.2.
|
|
73
|
+
"@chayns-components/core": "^5.2.8-alpha.0",
|
|
74
74
|
"react-compiler-runtime": "^1.0.0",
|
|
75
75
|
"uuid": "^10.0.0"
|
|
76
76
|
},
|
|
@@ -84,5 +84,5 @@
|
|
|
84
84
|
"publishConfig": {
|
|
85
85
|
"access": "public"
|
|
86
86
|
},
|
|
87
|
-
"gitHead": "
|
|
87
|
+
"gitHead": "1c8fe6448a297b7837d271b23e00347b68f2214a"
|
|
88
88
|
}
|