@newtonschool/grauity 1.0.1 → 1.0.3
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/common/types.d.ts +38 -0
- package/dist/common/types.d.ts.map +1 -0
- package/dist/fonts/grauity-icons.eot +0 -0
- package/dist/fonts/grauity-icons.ttf +0 -0
- package/dist/fonts/grauity-icons.woff +0 -0
- package/dist/fonts/grauity-icons.woff2 +0 -0
- package/dist/hooks/useDisableBodyScroll.d.ts +1 -1
- package/dist/hooks/useDisableBodyScroll.d.ts.map +1 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/main.cjs +1 -1
- package/dist/main.cjs.map +1 -1
- package/dist/main.css +1 -1
- package/dist/main.css.map +1 -1
- package/dist/module.css +1 -1
- package/dist/module.css.map +1 -1
- package/dist/module.mjs +1 -1
- package/dist/module.mjs.map +1 -1
- package/dist/stories/elements/Accordion/index.stories.d.ts +10 -0
- package/dist/stories/elements/Accordion/index.stories.d.ts.map +1 -0
- package/dist/stories/elements/BottomSheet/index.stories.d.ts +16 -0
- package/dist/stories/elements/BottomSheet/index.stories.d.ts.map +1 -0
- package/dist/stories/elements/Calendar/CalendarEvent/index.stories.d.ts +11 -0
- package/dist/stories/elements/Calendar/CalendarEvent/index.stories.d.ts.map +1 -0
- package/dist/stories/elements/Calendar/WeeklyCalendar/WithoutWeekControls.stories.d.ts +10 -0
- package/dist/stories/elements/Calendar/WeeklyCalendar/WithoutWeekControls.stories.d.ts.map +1 -0
- package/dist/stories/elements/Calendar/WeeklyCalendar/index.stories.d.ts +17 -0
- package/dist/stories/elements/Calendar/WeeklyCalendar/index.stories.d.ts.map +1 -0
- package/dist/stories/elements/Chip/Gallery.stories.d.ts +10 -0
- package/dist/stories/elements/Chip/Gallery.stories.d.ts.map +1 -0
- package/dist/stories/elements/Chip/index.stories.d.ts +9 -0
- package/dist/stories/elements/Chip/index.stories.d.ts.map +1 -0
- package/dist/stories/elements/PopOver/index.stories.d.ts +10 -0
- package/dist/stories/elements/PopOver/index.stories.d.ts.map +1 -0
- package/dist/ui/core/icons/iconTags.d.ts +2 -0
- package/dist/ui/core/icons/iconTags.d.ts.map +1 -1
- package/dist/ui/core/icons/iconTypes.d.ts +4 -2
- package/dist/ui/core/icons/iconTypes.d.ts.map +1 -1
- package/dist/ui/elements/Accordion/Accordion.d.ts +5 -0
- package/dist/ui/elements/Accordion/Accordion.d.ts.map +1 -0
- package/dist/ui/elements/Accordion/Accordion.styles.d.ts +6 -0
- package/dist/ui/elements/Accordion/Accordion.styles.d.ts.map +1 -0
- package/dist/ui/elements/Accordion/Accordion.test.d.ts +2 -0
- package/dist/ui/elements/Accordion/Accordion.test.d.ts.map +1 -0
- package/dist/ui/elements/Accordion/index.d.ts +3 -0
- package/dist/ui/elements/Accordion/index.d.ts.map +1 -0
- package/dist/ui/elements/Accordion/types.d.ts +32 -0
- package/dist/ui/elements/Accordion/types.d.ts.map +1 -0
- package/dist/ui/elements/BottomSheet/BottomSheet.d.ts +5 -0
- package/dist/ui/elements/BottomSheet/BottomSheet.d.ts.map +1 -0
- package/dist/ui/elements/BottomSheet/BottomSheet.styles.d.ts +8 -0
- package/dist/ui/elements/BottomSheet/BottomSheet.styles.d.ts.map +1 -0
- package/dist/ui/elements/BottomSheet/BottomSheet.test.d.ts +2 -0
- package/dist/ui/elements/BottomSheet/BottomSheet.test.d.ts.map +1 -0
- package/dist/ui/elements/BottomSheet/constants.d.ts +4 -0
- package/dist/ui/elements/BottomSheet/constants.d.ts.map +1 -0
- package/dist/ui/elements/BottomSheet/index.d.ts +3 -0
- package/dist/ui/elements/BottomSheet/index.d.ts.map +1 -0
- package/dist/ui/elements/BottomSheet/types.d.ts +56 -0
- package/dist/ui/elements/BottomSheet/types.d.ts.map +1 -0
- package/dist/ui/elements/Calendar/CalendarEvent/CalendarEvent.d.ts +5 -0
- package/dist/ui/elements/Calendar/CalendarEvent/CalendarEvent.d.ts.map +1 -0
- package/dist/ui/elements/Calendar/CalendarEvent/CalendarEvent.styles.d.ts +6 -0
- package/dist/ui/elements/Calendar/CalendarEvent/CalendarEvent.styles.d.ts.map +1 -0
- package/dist/ui/elements/Calendar/CalendarEvent/CalendarEvent.test.d.ts +2 -0
- package/dist/ui/elements/Calendar/CalendarEvent/CalendarEvent.test.d.ts.map +1 -0
- package/dist/ui/elements/Calendar/CalendarEvent/types.d.ts +69 -0
- package/dist/ui/elements/Calendar/CalendarEvent/types.d.ts.map +1 -0
- package/dist/ui/elements/Calendar/EventRenderer.d.ts +5 -0
- package/dist/ui/elements/Calendar/EventRenderer.d.ts.map +1 -0
- package/dist/ui/elements/Calendar/WeeklyCalendar.d.ts +4 -0
- package/dist/ui/elements/Calendar/WeeklyCalendar.d.ts.map +1 -0
- package/dist/ui/elements/Calendar/WeeklyCalendar.styles.d.ts +15 -0
- package/dist/ui/elements/Calendar/WeeklyCalendar.styles.d.ts.map +1 -0
- package/dist/ui/elements/Calendar/WeeklyCalendar.test.d.ts +2 -0
- package/dist/ui/elements/Calendar/WeeklyCalendar.test.d.ts.map +1 -0
- package/dist/ui/elements/Calendar/constants.d.ts +3 -0
- package/dist/ui/elements/Calendar/constants.d.ts.map +1 -0
- package/dist/ui/elements/Calendar/index.d.ts +5 -0
- package/dist/ui/elements/Calendar/index.d.ts.map +1 -0
- package/dist/ui/elements/Calendar/types.d.ts +67 -0
- package/dist/ui/elements/Calendar/types.d.ts.map +1 -0
- package/dist/ui/elements/Calendar/utils.d.ts +20 -0
- package/dist/ui/elements/Calendar/utils.d.ts.map +1 -0
- package/dist/ui/elements/Chip/Chip.d.ts +5 -0
- package/dist/ui/elements/Chip/Chip.d.ts.map +1 -0
- package/dist/ui/elements/Chip/Chip.styles.d.ts +3 -0
- package/dist/ui/elements/Chip/Chip.styles.d.ts.map +1 -0
- package/dist/ui/elements/Chip/Chip.test.d.ts +2 -0
- package/dist/ui/elements/Chip/Chip.test.d.ts.map +1 -0
- package/dist/ui/elements/Chip/constants.d.ts +34 -0
- package/dist/ui/elements/Chip/constants.d.ts.map +1 -0
- package/dist/ui/elements/Chip/index.d.ts +3 -0
- package/dist/ui/elements/Chip/index.d.ts.map +1 -0
- package/dist/ui/elements/Chip/types.d.ts +53 -0
- package/dist/ui/elements/Chip/types.d.ts.map +1 -0
- package/dist/ui/elements/MultiSelectDropdown/types.d.ts +6 -7
- package/dist/ui/elements/MultiSelectDropdown/types.d.ts.map +1 -1
- package/dist/ui/elements/PopOver/PopOver.d.ts +4 -0
- package/dist/ui/elements/PopOver/PopOver.d.ts.map +1 -0
- package/dist/ui/elements/PopOver/PopOver.styles.d.ts +3 -0
- package/dist/ui/elements/PopOver/PopOver.styles.d.ts.map +1 -0
- package/dist/ui/elements/PopOver/PopOver.test.d.ts +2 -0
- package/dist/ui/elements/PopOver/PopOver.test.d.ts.map +1 -0
- package/dist/ui/elements/PopOver/constants.d.ts +2 -0
- package/dist/ui/elements/PopOver/constants.d.ts.map +1 -0
- package/dist/ui/elements/PopOver/index.d.ts +3 -0
- package/dist/ui/elements/PopOver/index.d.ts.map +1 -0
- package/dist/ui/elements/PopOver/types.d.ts +63 -0
- package/dist/ui/elements/PopOver/types.d.ts.map +1 -0
- package/dist/ui/elements/SelectDropdown/SelectDropdown.styles.d.ts +2 -1
- package/dist/ui/elements/SelectDropdown/SelectDropdown.styles.d.ts.map +1 -1
- package/dist/ui/elements/SelectDropdown/types.d.ts +4 -8
- package/dist/ui/elements/SelectDropdown/types.d.ts.map +1 -1
- package/dist/ui/themes/GlobalStyle.d.ts +1 -1
- package/package.json +6 -1
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface CalendarEventProps {
|
|
3
|
+
/**
|
|
4
|
+
* The title of the calendar event.
|
|
5
|
+
*/
|
|
6
|
+
title: string;
|
|
7
|
+
/**
|
|
8
|
+
* Optional content to be displayed on a chip within the event.
|
|
9
|
+
* If not provided, the chip will not be displayed.
|
|
10
|
+
*/
|
|
11
|
+
chipContent?: string;
|
|
12
|
+
/**
|
|
13
|
+
* The start date and time of the event.
|
|
14
|
+
*/
|
|
15
|
+
start: Date;
|
|
16
|
+
/**
|
|
17
|
+
* The end date and time of the event.
|
|
18
|
+
*/
|
|
19
|
+
end: Date;
|
|
20
|
+
/**
|
|
21
|
+
* Optional click handler for the event.
|
|
22
|
+
*/
|
|
23
|
+
onClick?: () => void;
|
|
24
|
+
/**
|
|
25
|
+
* Indicates whether the event is focused.
|
|
26
|
+
*/
|
|
27
|
+
focused?: boolean;
|
|
28
|
+
/**
|
|
29
|
+
* Minimum duration (in milliseconds) required to display the event time.
|
|
30
|
+
*/
|
|
31
|
+
minDurationToDisplayTime?: number;
|
|
32
|
+
/**
|
|
33
|
+
* Text color of the event.
|
|
34
|
+
* @default 'var(--text-action2)'
|
|
35
|
+
*/
|
|
36
|
+
textColor?: string;
|
|
37
|
+
/**
|
|
38
|
+
* Background color of the event.
|
|
39
|
+
* @default 'var(--bg-action-brand)'
|
|
40
|
+
*/
|
|
41
|
+
backgroundColor?: string;
|
|
42
|
+
/**
|
|
43
|
+
* Border color of the event.
|
|
44
|
+
* @default 'var(--border)'
|
|
45
|
+
*/
|
|
46
|
+
borderColor?: string;
|
|
47
|
+
/**
|
|
48
|
+
* Text color of the chip content.
|
|
49
|
+
* @default 'var(--text-action2)'
|
|
50
|
+
*/
|
|
51
|
+
chipTextColor?: string;
|
|
52
|
+
/**
|
|
53
|
+
* Background color of the chip content.
|
|
54
|
+
* @default 'var(--color-brand-600)'
|
|
55
|
+
*/
|
|
56
|
+
chipBackgroundColor?: string;
|
|
57
|
+
}
|
|
58
|
+
export interface StyledDivProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
59
|
+
ref?: React.Ref<HTMLDivElement>;
|
|
60
|
+
}
|
|
61
|
+
export interface StyledCalendarEventWrapperProps extends StyledDivProps {
|
|
62
|
+
$textColor?: string;
|
|
63
|
+
$backgroundColor?: string;
|
|
64
|
+
$borderColor?: string;
|
|
65
|
+
$focused?: boolean;
|
|
66
|
+
$smallEvent?: boolean;
|
|
67
|
+
$extraSmallEvent?: boolean;
|
|
68
|
+
}
|
|
69
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../ui/elements/Calendar/CalendarEvent/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,WAAW,kBAAkB;IAC/B;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,KAAK,EAAE,IAAI,CAAC;IAEZ;;OAEG;IACH,GAAG,EAAE,IAAI,CAAC;IAEV;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IAErB;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB;;OAEG;IACH,wBAAwB,CAAC,EAAE,MAAM,CAAC;IAElC;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB;;;OAGG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;CAChC;AAED,MAAM,WAAW,cAAe,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;IACxE,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,cAAc,CAAC,CAAC;CACnC;AAED,MAAM,WAAW,+BAAgC,SAAQ,cAAc;IACnE,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC9B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EventRenderer.d.ts","sourceRoot":"","sources":["../../../../ui/elements/Calendar/EventRenderer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAE7C,QAAA,MAAM,aAAa,8BAGhB,kBAAkB,KAAG,MAAM,YAgB7B,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WeeklyCalendar.d.ts","sourceRoot":"","sources":["../../../../ui/elements/Calendar/WeeklyCalendar.tsx"],"names":[],"mappings":";AAKA,OAAO,EAA+B,mBAAmB,EAAE,MAAM,SAAS,CAAC;AA4B3E,MAAM,CAAC,OAAO,UAAU,cAAc,CAAC,CAAC,EAAE,KAAK,EAAE,mBAAmB,CAAC,CAAC,CAAC,eA6OtE"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { StyledCalendarBlockProps, StyledCalendarTimelineBlockProps, StyledDivProps, StyledEventWrapperProps } from './types';
|
|
2
|
+
export declare const StyledCalendarMonthButton: import("styled-components").StyledComponent<string, any, StyledDivProps, never>;
|
|
3
|
+
export declare const StyledCalendarWrapper: import("styled-components").StyledComponent<string, any, StyledDivProps, never>;
|
|
4
|
+
export declare const StyledCalendarHeader: import("styled-components").StyledComponent<string, any, StyledDivProps, never>;
|
|
5
|
+
export declare const StyledCalendarRow: import("styled-components").StyledComponent<string, any, StyledDivProps, never>;
|
|
6
|
+
export declare const StyledCalendarHeaderRow: import("styled-components").StyledComponent<string, any, StyledDivProps, never>;
|
|
7
|
+
export declare const StyledCalendarTimelineBlock: import("styled-components").StyledComponent<string, any, StyledCalendarTimelineBlockProps, never>;
|
|
8
|
+
export declare const StyledCalendarHeaderBlock: import("styled-components").StyledComponent<string, any, StyledCalendarBlockProps, never>;
|
|
9
|
+
export declare const StyledCalendarWeekLabel: import("styled-components").StyledComponent<string, any, StyledDivProps, never>;
|
|
10
|
+
export declare const StyledCalendarDateLabel: import("styled-components").StyledComponent<string, any, StyledCalendarBlockProps, never>;
|
|
11
|
+
export declare const StyledCalendarTimeline: import("styled-components").StyledComponent<string, any, StyledDivProps, never>;
|
|
12
|
+
export declare const StyledCalendarTimelineRow: import("styled-components").StyledComponent<string, any, StyledDivProps, never>;
|
|
13
|
+
export declare const StyledCalendarBlock: import("styled-components").StyledComponent<string, any, StyledCalendarBlockProps, never>;
|
|
14
|
+
export declare const StyledEventWrapper: import("styled-components").StyledComponent<string, any, StyledEventWrapperProps, never>;
|
|
15
|
+
//# sourceMappingURL=WeeklyCalendar.styles.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WeeklyCalendar.styles.d.ts","sourceRoot":"","sources":["../../../../ui/elements/Calendar/WeeklyCalendar.styles.ts"],"names":[],"mappings":"AAGA,OAAO,EACH,wBAAwB,EACxB,gCAAgC,EAChC,cAAc,EACd,uBAAuB,EAC1B,MAAM,SAAS,CAAC;AAEjB,eAAO,MAAM,yBAAyB,iFAOrC,CAAC;AAEF,eAAO,MAAM,qBAAqB,iFAajC,CAAC;AAEF,eAAO,MAAM,oBAAoB,iFAKhC,CAAC;AAEF,eAAO,MAAM,iBAAiB,iFAM7B,CAAC;AAEF,eAAO,MAAM,uBAAuB,iFAInC,CAAC;AAEF,eAAO,MAAM,2BAA2B,mGAiCvC,CAAC;AAEF,eAAO,MAAM,yBAAyB,2FAmBrC,CAAC;AAEF,eAAO,MAAM,uBAAuB,iFAMnC,CAAC;AAEF,eAAO,MAAM,uBAAuB,2FAenC,CAAC;AAEF,eAAO,MAAM,sBAAsB,iFAElC,CAAC;AAEF,eAAO,MAAM,yBAAyB,iFAIrC,CAAC;AAEF,eAAO,MAAM,mBAAmB,2FAyC/B,CAAC;AAEF,eAAO,MAAM,kBAAkB,0FAS9B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WeeklyCalendar.test.d.ts","sourceRoot":"","sources":["../../../../ui/elements/Calendar/WeeklyCalendar.test.tsx"],"names":[],"mappings":"AAAA,OAAO,2BAA2B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../ui/elements/Calendar/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,qBAAqB,KAAK,CAAC;AACxC,eAAO,MAAM,sBAAsB,KAAK,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export type { WeeklyCalendarProps } from './types';
|
|
2
|
+
export { default } from './WeeklyCalendar';
|
|
3
|
+
export { default as CalendarEvent } from './CalendarEvent/CalendarEvent';
|
|
4
|
+
export type { CalendarEventProps } from './CalendarEvent/types';
|
|
5
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../ui/elements/Calendar/index.ts"],"names":[],"mappings":"AACA,YAAY,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AACnD,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAG3C,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,+BAA+B,CAAC;AACzE,YAAY,EAAE,kBAAkB,EAAE,MAAM,uBAAuB,CAAC"}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export type EventRendererFn<T> = (event: CalendarEvent<T>) => React.ReactNode;
|
|
3
|
+
export interface CalendarEvent<T = {}> {
|
|
4
|
+
title?: string;
|
|
5
|
+
start: Date;
|
|
6
|
+
end: Date;
|
|
7
|
+
allDay?: boolean;
|
|
8
|
+
render?: EventRendererFn<T>;
|
|
9
|
+
}
|
|
10
|
+
export type CalendarEventRecord<T> = Record<number, CalendarEvent<T>[]>;
|
|
11
|
+
export type CalendarEventExtended<T> = CalendarEvent<T> & {
|
|
12
|
+
overlap: number;
|
|
13
|
+
index: number;
|
|
14
|
+
forcedEventData?: {
|
|
15
|
+
start: Date;
|
|
16
|
+
end: Date;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
export type CalendarEventRecordExtended<T> = Record<number, CalendarEventExtended<T>[]>;
|
|
20
|
+
export interface WeeklyCalendarProps<T = {}> {
|
|
21
|
+
/**
|
|
22
|
+
* An optional array of calendar events.
|
|
23
|
+
* @default []
|
|
24
|
+
*/
|
|
25
|
+
events?: CalendarEvent<T>[];
|
|
26
|
+
/**
|
|
27
|
+
* A function to render each event.
|
|
28
|
+
*/
|
|
29
|
+
eventRenderer?: EventRendererFn<T>;
|
|
30
|
+
/**
|
|
31
|
+
* A boolean indicating whether to show week controls.
|
|
32
|
+
* @default true
|
|
33
|
+
*/
|
|
34
|
+
shouldShowWeekControls?: boolean;
|
|
35
|
+
/**
|
|
36
|
+
* The offset for the week relative to current week, where 0 represents the current week.
|
|
37
|
+
* @default 0
|
|
38
|
+
*/
|
|
39
|
+
weekOffset?: number;
|
|
40
|
+
/**
|
|
41
|
+
* A callback function that is called when the week changes.
|
|
42
|
+
* @param weekOffset - The new week offset.
|
|
43
|
+
*/
|
|
44
|
+
onWeekChange?: (weekOffset: number) => void;
|
|
45
|
+
}
|
|
46
|
+
export interface EventRendererProps<T = {}> {
|
|
47
|
+
event?: CalendarEvent;
|
|
48
|
+
eventRenderer?: EventRendererFn<T>;
|
|
49
|
+
}
|
|
50
|
+
export interface StyledDivProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
51
|
+
ref?: React.Ref<HTMLDivElement>;
|
|
52
|
+
}
|
|
53
|
+
export interface StyledCalendarBlockProps extends StyledDivProps {
|
|
54
|
+
$active?: boolean;
|
|
55
|
+
$currentTimeStick?: number;
|
|
56
|
+
}
|
|
57
|
+
export interface StyledCalendarTimelineBlockProps extends StyledDivProps {
|
|
58
|
+
$text?: string;
|
|
59
|
+
$headerBlock?: boolean;
|
|
60
|
+
}
|
|
61
|
+
export interface StyledEventWrapperProps extends StyledDivProps {
|
|
62
|
+
$startPosition: number;
|
|
63
|
+
$height: number;
|
|
64
|
+
$widthFactor: number;
|
|
65
|
+
$indexFactor: number;
|
|
66
|
+
}
|
|
67
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../ui/elements/Calendar/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,MAAM,eAAe,CAAC,CAAC,IAAI,CAAC,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,KAAK,KAAK,CAAC,SAAS,CAAC;AAE9E,MAAM,WAAW,aAAa,CAAC,CAAC,GAAG,EAAE;IACjC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,IAAI,CAAC;IACZ,GAAG,EAAE,IAAI,CAAC;IACV,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,MAAM,CAAC,EAAE,eAAe,CAAC,CAAC,CAAC,CAAC;CAC/B;AAED,MAAM,MAAM,mBAAmB,CAAC,CAAC,IAAI,MAAM,CAAC,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC;AAExE,MAAM,MAAM,qBAAqB,CAAC,CAAC,IAAI,aAAa,CAAC,CAAC,CAAC,GAAG;IACtD,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,eAAe,CAAC,EAAE;QACd,KAAK,EAAE,IAAI,CAAC;QACZ,GAAG,EAAE,IAAI,CAAC;KACb,CAAC;CACL,CAAC;AAEF,MAAM,MAAM,2BAA2B,CAAC,CAAC,IAAI,MAAM,CAC/C,MAAM,EACN,qBAAqB,CAAC,CAAC,CAAC,EAAE,CAC7B,CAAC;AAEF,MAAM,WAAW,mBAAmB,CAAC,CAAC,GAAG,EAAE;IACvC;;;OAGG;IACH,MAAM,CAAC,EAAE,aAAa,CAAC,CAAC,CAAC,EAAE,CAAC;IAE5B;;OAEG;IACH,aAAa,CAAC,EAAE,eAAe,CAAC,CAAC,CAAC,CAAC;IAEnC;;;OAGG;IACH,sBAAsB,CAAC,EAAE,OAAO,CAAC;IAEjC;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,YAAY,CAAC,EAAE,CAAC,UAAU,EAAE,MAAM,KAAK,IAAI,CAAC;CAC/C;AAED,MAAM,WAAW,kBAAkB,CAAC,CAAC,GAAG,EAAE;IACtC,KAAK,CAAC,EAAE,aAAa,CAAC;IACtB,aAAa,CAAC,EAAE,eAAe,CAAC,CAAC,CAAC,CAAC;CACtC;AAED,MAAM,WAAW,cAAe,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;IACxE,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,cAAc,CAAC,CAAC;CACnC;AAED,MAAM,WAAW,wBAAyB,SAAQ,cAAc;IAC5D,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC9B;AAED,MAAM,WAAW,gCAAiC,SAAQ,cAAc;IACpE,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,OAAO,CAAC;CAC1B;AAED,MAAM,WAAW,uBAAwB,SAAQ,cAAc;IAC3D,cAAc,EAAE,MAAM,CAAC;IACvB,OAAO,EAAE,MAAM,CAAC;IAChB,YAAY,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,MAAM,CAAC;CACxB"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { CalendarEvent, CalendarEventExtended } from './types';
|
|
2
|
+
export declare const cloneDate: (date: Date) => Date;
|
|
3
|
+
export declare const getCurrentWeek: () => Date[];
|
|
4
|
+
export declare const getWeekDayLabel: (day: Date) => string;
|
|
5
|
+
export declare const getMonthLabel: (day: Date) => string;
|
|
6
|
+
export declare const getYearLabel: (day: Date) => string;
|
|
7
|
+
export declare const getMonthDetails: (day: Date) => string;
|
|
8
|
+
export declare const getDateFullLabel: (day: Date, offset?: number) => string;
|
|
9
|
+
export declare const checkIsToday: (day: Date) => boolean;
|
|
10
|
+
export declare const getWeekByOffset: (offset?: number) => Date[];
|
|
11
|
+
export declare const get12HourFormatFromDate: (date: Date) => string;
|
|
12
|
+
export declare const getDateStringInDDMMMYYYHHmmFormat: (date: Date) => string;
|
|
13
|
+
export declare const getTimeListIn12HourFormat: () => string[];
|
|
14
|
+
export declare const getDurationInMilliseconds: (start: Date, end: Date) => number;
|
|
15
|
+
export declare const getCurrentTimeStickPosition: () => number;
|
|
16
|
+
export declare const getStartTimestampOfHourBlock: (date: Date, hour: number) => number;
|
|
17
|
+
export declare const getEventBlockStartPosition: (event: CalendarEvent) => number;
|
|
18
|
+
export declare const getEventBlockHeight: (event: CalendarEvent) => number;
|
|
19
|
+
export declare function getOverlapInformationForDay<T>(events: CalendarEvent<T>[]): Promise<CalendarEventExtended<T>[]>;
|
|
20
|
+
//# sourceMappingURL=utils.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../ui/elements/Calendar/utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAC;AAE/D,eAAO,MAAM,SAAS,SAAU,IAAI,KAAG,IAAgC,CAAC;AAExE,eAAO,MAAM,cAAc,QAAO,IAAI,EASrC,CAAC;AAEF,eAAO,MAAM,eAAe,QAAS,IAAI,KAAG,MACa,CAAC;AAE1D,eAAO,MAAM,aAAa,QAAS,IAAI,KAAG,MACa,CAAC;AAExD,eAAO,MAAM,YAAY,QAAS,IAAI,KAAG,MAAsC,CAAC;AAEhF,eAAO,MAAM,eAAe,QAAS,IAAI,KAAG,MACI,CAAC;AAEjD,eAAO,MAAM,gBAAgB,QAAS,IAAI,WAAU,MAAM,KAAO,MAMhE,CAAC;AAEF,eAAO,MAAM,YAAY,QAAS,IAAI,KAAG,OAOxC,CAAC;AAEF,eAAO,MAAM,eAAe,YAAY,MAAM,KAAO,IAAI,EAUxD,CAAC;AAEF,eAAO,MAAM,uBAAuB,SAAU,IAAI,KAAG,MAOpD,CAAC;AAEF,eAAO,MAAM,iCAAiC,SAAU,IAAI,KAAG,MAK9D,CAAC;AAEF,eAAO,MAAM,yBAAyB,QAAO,MAAM,EAQlD,CAAC;AAEF,eAAO,MAAM,yBAAyB,UAAW,IAAI,OAAO,IAAI,KAAG,MAChC,CAAC;AAEpC,eAAO,MAAM,2BAA2B,QAAO,MAK9C,CAAC;AAEF,eAAO,MAAM,4BAA4B,SAC/B,IAAI,QACJ,MAAM,KACb,MAQF,CAAC;AAEF,eAAO,MAAM,0BAA0B,UAAW,aAAa,KAAG,MAKjE,CAAC;AAEF,eAAO,MAAM,mBAAmB,UAAW,aAAa,KAAG,MAI1D,CAAC;AAEF,wBAAsB,2BAA2B,CAAC,CAAC,EAC/C,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,EAAE,GAC3B,OAAO,CAAC,qBAAqB,CAAC,CAAC,CAAC,EAAE,CAAC,CA0CrC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Chip.d.ts","sourceRoot":"","sources":["../../../../ui/elements/Chip/Chip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAG1C,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC,QAAA,MAAM,IAAI,kFAyBT,CAAC;AAEF,eAAe,IAAI,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Chip.styles.d.ts","sourceRoot":"","sources":["../../../../ui/elements/Chip/Chip.styles.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAErC,eAAO,MAAM,aAAa,6EAyCzB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Chip.test.d.ts","sourceRoot":"","sources":["../../../../ui/elements/Chip/Chip.test.tsx"],"names":[],"mappings":"AAAA,OAAO,2BAA2B,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { ChipSizes, ChipVariants } from './types';
|
|
2
|
+
export declare enum CHIP_VARIANTS_ENUM {
|
|
3
|
+
BRAND = "brand",
|
|
4
|
+
SUCCESS = "success",
|
|
5
|
+
ERROR = "error",
|
|
6
|
+
WARNING = "warning",
|
|
7
|
+
YELLOW = "yellow",
|
|
8
|
+
PURPLE = "purple",
|
|
9
|
+
DISABLED = "disabled",
|
|
10
|
+
ACTION_BRAND = "action-brand",
|
|
11
|
+
ACTION_SUCCESS = "action-success",
|
|
12
|
+
ACTION_ERROR = "action-error",
|
|
13
|
+
ACTION_WARNING = "action-warning",
|
|
14
|
+
ACTION_YELLOW = "action-yellow",
|
|
15
|
+
ACTION_PURPLE = "action-purple"
|
|
16
|
+
}
|
|
17
|
+
export declare enum CHIP_SIZES_ENUM {
|
|
18
|
+
SMALL = "small",
|
|
19
|
+
MEDIUM = "medium",
|
|
20
|
+
LARGE = "large",
|
|
21
|
+
EXTRA_LARGE = "extra-large"
|
|
22
|
+
}
|
|
23
|
+
export declare const CHIP_VARIANT_STYLES_MAPPING: {
|
|
24
|
+
[variant in ChipVariants]: {
|
|
25
|
+
[cssSelector: string]: any;
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
export declare const CHIP_VARIANTS: CHIP_VARIANTS_ENUM[];
|
|
29
|
+
export declare const CHIP_FONT_SIZE_MAPPING: {
|
|
30
|
+
[size in ChipSizes]: {
|
|
31
|
+
[cssSelector: string]: any;
|
|
32
|
+
};
|
|
33
|
+
};
|
|
34
|
+
//# sourceMappingURL=constants.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../ui/elements/Chip/constants.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAElD,oBAAY,kBAAkB;IAC1B,KAAK,UAAU;IACf,OAAO,YAAY;IACnB,KAAK,UAAU;IACf,OAAO,YAAY;IACnB,MAAM,WAAW;IACjB,MAAM,WAAW;IACjB,QAAQ,aAAa;IACrB,YAAY,iBAAiB;IAC7B,cAAc,mBAAmB;IACjC,YAAY,iBAAiB;IAC7B,cAAc,mBAAmB;IACjC,aAAa,kBAAkB;IAC/B,aAAa,kBAAkB;CAClC;AAED,oBAAY,eAAe;IACvB,KAAK,UAAU;IACf,MAAM,WAAW;IACjB,KAAK,UAAU;IACf,WAAW,gBAAgB;CAC9B;AAED,eAAO,MAAM,2BAA2B,EAAE;KACrC,OAAO,IAAI,YAAY,GAAG;QAAE,CAAC,WAAW,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE;CAmE5D,CAAC;AAEF,eAAO,MAAM,aAAa,sBAczB,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE;KAChC,IAAI,IAAI,SAAS,GAAG;QAAE,CAAC,WAAW,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE;CAMtD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../ui/elements/Chip/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,QAAQ,CAAC;AACjC,YAAY,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC"}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { StyledDivProps } from '../../../common/types';
|
|
3
|
+
export type ChipVariants = 'brand' | 'success' | 'error' | 'warning' | 'yellow' | 'purple' | 'disabled' | 'action-brand' | 'action-success' | 'action-error' | 'action-warning' | 'action-yellow' | 'action-purple';
|
|
4
|
+
export type ChipSizes = 'small' | 'medium' | 'large' | 'extra-large';
|
|
5
|
+
/**
|
|
6
|
+
* Properties for the Chip component.
|
|
7
|
+
*/
|
|
8
|
+
export interface ChipProps {
|
|
9
|
+
/**
|
|
10
|
+
* Variant of the chip.
|
|
11
|
+
* @default 'brand'
|
|
12
|
+
*/
|
|
13
|
+
variant?: ChipVariants;
|
|
14
|
+
/**
|
|
15
|
+
* Size of the chip.
|
|
16
|
+
* @default 'medium'
|
|
17
|
+
*/
|
|
18
|
+
size?: ChipSizes;
|
|
19
|
+
/**
|
|
20
|
+
* Flag to determine if the chip should have a border.
|
|
21
|
+
* @default false
|
|
22
|
+
*/
|
|
23
|
+
hasBorder?: boolean;
|
|
24
|
+
/**
|
|
25
|
+
* Text color of the chip.
|
|
26
|
+
* @default null
|
|
27
|
+
*/
|
|
28
|
+
textColor?: string;
|
|
29
|
+
/**
|
|
30
|
+
* Background color of the chip.
|
|
31
|
+
* @default null
|
|
32
|
+
*/
|
|
33
|
+
backgroundColor?: string;
|
|
34
|
+
/**
|
|
35
|
+
* Border color of the chip.
|
|
36
|
+
* @default null
|
|
37
|
+
*/
|
|
38
|
+
borderColor?: string;
|
|
39
|
+
/**
|
|
40
|
+
* Content to be displayed inside the chip.
|
|
41
|
+
*/
|
|
42
|
+
children?: React.ReactNode;
|
|
43
|
+
}
|
|
44
|
+
export interface StyledChip extends StyledDivProps {
|
|
45
|
+
variant?: ChipVariants;
|
|
46
|
+
size?: ChipSizes;
|
|
47
|
+
hasBorder?: boolean;
|
|
48
|
+
textColor?: string | null;
|
|
49
|
+
backgroundColor?: string | null;
|
|
50
|
+
borderColor?: string | null;
|
|
51
|
+
ref?: React.Ref<HTMLDivElement>;
|
|
52
|
+
}
|
|
53
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../ui/elements/Chip/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AAEvD,MAAM,MAAM,YAAY,GAClB,OAAO,GACP,SAAS,GACT,OAAO,GACP,SAAS,GACT,QAAQ,GACR,QAAQ,GACR,UAAU,GACV,cAAc,GACd,gBAAgB,GAChB,cAAc,GACd,gBAAgB,GAChB,eAAe,GACf,eAAe,CAAC;AAEtB,MAAM,MAAM,SAAS,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,GAAG,aAAa,CAAC;AAErE;;GAEG;AACH,MAAM,WAAW,SAAS;IACtB;;;OAGG;IACH,OAAO,CAAC,EAAE,YAAY,CAAC;IAEvB;;;OAGG;IACH,IAAI,CAAC,EAAE,SAAS,CAAC;IAEjB;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC9B;AAED,MAAM,WAAW,UAAW,SAAQ,cAAc;IAC9C,OAAO,CAAC,EAAE,YAAY,CAAC;IACvB,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,cAAc,CAAC,CAAC;CACnC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { StyledButtonProps, StyledDivProps, StyledInputProps, StyledSelectProps } from '../../../common/types';
|
|
2
2
|
export interface DropdownOption {
|
|
3
3
|
id: string;
|
|
4
4
|
label: string;
|
|
@@ -55,16 +55,15 @@ export interface DropdownListItemProps {
|
|
|
55
55
|
onClickFn: () => void;
|
|
56
56
|
isSelected?: boolean;
|
|
57
57
|
}
|
|
58
|
-
export interface StyledDropdownWrapperProps extends
|
|
59
|
-
ref?: React.Ref<HTMLSelectElement>;
|
|
58
|
+
export interface StyledDropdownWrapperProps extends StyledSelectProps {
|
|
60
59
|
}
|
|
61
|
-
export interface StyledDropdownHeaderProps extends
|
|
60
|
+
export interface StyledDropdownHeaderProps extends StyledButtonProps {
|
|
62
61
|
}
|
|
63
|
-
export interface StyledDropdownListItemProps extends
|
|
62
|
+
export interface StyledDropdownListItemProps extends StyledButtonProps {
|
|
64
63
|
}
|
|
65
|
-
export interface StyledDropdownSearchInputProps extends
|
|
64
|
+
export interface StyledDropdownSearchInputProps extends StyledInputProps {
|
|
66
65
|
}
|
|
67
|
-
export interface StyledDropdownItemTextProps extends
|
|
66
|
+
export interface StyledDropdownItemTextProps extends StyledDivProps {
|
|
68
67
|
$selected?: boolean;
|
|
69
68
|
}
|
|
70
69
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../ui/elements/MultiSelectDropdown/types.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../ui/elements/MultiSelectDropdown/types.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,iBAAiB,EACjB,cAAc,EACd,gBAAgB,EAChB,iBAAiB,EACpB,MAAM,uBAAuB,CAAC;AAE/B,MAAM,WAAW,cAAc;IAC3B,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,wBAAwB;IACrC;;;OAGG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAE7B;;;OAGG;IACH,OAAO,CAAC,EAAE,GAAG,CAAC,cAAc,CAAC,CAAC;IAE9B;;;OAGG;IACH,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAE7B;;;OAGG;IACH,mBAAmB,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAE9C;;;OAGG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3B;;;OAGG;IACH,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAElC;;;OAGG;IACH,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAE7B;;;OAGG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB;;;OAGG;IACH,eAAe,CAAC,EAAE,CAAC,OAAO,EAAE,GAAG,CAAC,cAAc,CAAC,KAAK,IAAI,CAAC;CAC5D;AAED,MAAM,WAAW,qBAAqB;IAClC,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,IAAI,CAAC;IACtB,UAAU,CAAC,EAAE,OAAO,CAAC;CACxB;AAED,MAAM,WAAW,0BAA2B,SAAQ,iBAAiB;CAAG;AAExE,MAAM,WAAW,yBAA0B,SAAQ,iBAAiB;CAAG;AAEvE,MAAM,WAAW,2BAA4B,SAAQ,iBAAiB;CAAG;AAEzE,MAAM,WAAW,8BAA+B,SAAQ,gBAAgB;CAAG;AAE3E,MAAM,WAAW,2BAA4B,SAAQ,cAAc;IAC/D,SAAS,CAAC,EAAE,OAAO,CAAC;CACvB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PopOver.d.ts","sourceRoot":"","sources":["../../../../ui/elements/PopOver/PopOver.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAM3D,OAAO,EAAmC,YAAY,EAAE,MAAM,SAAS,CAAC;AAExE,MAAM,CAAC,OAAO,UAAU,OAAO,CAAC,KAAK,EAAE,YAAY,qBAiOlD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PopOver.styles.d.ts","sourceRoot":"","sources":["../../../../ui/elements/PopOver/PopOver.styles.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,2BAA2B,EAAE,MAAM,SAAS,CAAC;AAEtD,eAAO,MAAM,sBAAsB,8FAiBlC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PopOver.test.d.ts","sourceRoot":"","sources":["../../../../ui/elements/PopOver/PopOver.test.tsx"],"names":[],"mappings":"AAAA,OAAO,2BAA2B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../ui/elements/PopOver/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,+BAA+B,IAAI,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../ui/elements/PopOver/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,YAAY,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC"}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { StyledDivProps } from '../../../common/types';
|
|
3
|
+
export type PopOverDirection = 'top' | 'right' | 'bottom' | 'left';
|
|
4
|
+
export type PopOverOffset = {
|
|
5
|
+
top?: number;
|
|
6
|
+
left?: number;
|
|
7
|
+
bottom?: number;
|
|
8
|
+
right?: number;
|
|
9
|
+
};
|
|
10
|
+
export interface PopOverProps {
|
|
11
|
+
/**
|
|
12
|
+
* Whether the PopOver is open or not.
|
|
13
|
+
* @default false
|
|
14
|
+
*/
|
|
15
|
+
isOpen?: boolean;
|
|
16
|
+
/**
|
|
17
|
+
* Ref to the trigger element. Required to calculate the position of the PopOver.
|
|
18
|
+
* @default null
|
|
19
|
+
*/
|
|
20
|
+
triggerRef?: React.RefObject<any>;
|
|
21
|
+
/**
|
|
22
|
+
* Direction in which the PopOver should open.
|
|
23
|
+
* @default bottom
|
|
24
|
+
*/
|
|
25
|
+
direction?: PopOverDirection;
|
|
26
|
+
/**
|
|
27
|
+
* Content to be displayed inside the PopOver.
|
|
28
|
+
*/
|
|
29
|
+
children?: React.ReactNode;
|
|
30
|
+
/**
|
|
31
|
+
* Flag to enable or disable auto adjustment of the PopOver position.
|
|
32
|
+
* @default true
|
|
33
|
+
*/
|
|
34
|
+
autoAdjust?: boolean;
|
|
35
|
+
/**
|
|
36
|
+
* Ref to the parent element. Required to calculate the position of the PopOver.
|
|
37
|
+
* @default document.body
|
|
38
|
+
*/
|
|
39
|
+
parentRef?: React.RefObject<any>;
|
|
40
|
+
/**
|
|
41
|
+
* Minimum margin offset to be maintained from the parent container.
|
|
42
|
+
* @default { top: 0, left: 0, right: 0, bottom: 0 }
|
|
43
|
+
*/
|
|
44
|
+
minimumOffset?: PopOverOffset;
|
|
45
|
+
/**
|
|
46
|
+
* Flag to enable or disable closing the PopOver on outside click.
|
|
47
|
+
* @default true
|
|
48
|
+
*/
|
|
49
|
+
shouldCloseOnOutsideClick?: boolean;
|
|
50
|
+
/**
|
|
51
|
+
* Callback function triggered when the PopOver is closed.
|
|
52
|
+
*/
|
|
53
|
+
onClose?: () => void;
|
|
54
|
+
/**
|
|
55
|
+
* Flag to disable the background scroll when the PopOver is open.
|
|
56
|
+
* @default false
|
|
57
|
+
*/
|
|
58
|
+
disableBackgroundScroll?: boolean;
|
|
59
|
+
}
|
|
60
|
+
export interface StyledPopOverContainerProps extends StyledDivProps {
|
|
61
|
+
$offset?: PopOverOffset;
|
|
62
|
+
}
|
|
63
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../ui/elements/PopOver/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AAEvD,MAAM,MAAM,gBAAgB,GAAG,KAAK,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM,CAAC;AAEnE,MAAM,MAAM,aAAa,GAAG;IACxB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,MAAM,WAAW,YAAY;IACzB;;;OAGG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;IAEjB;;;OAGG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,GAAG,CAAC,CAAC;IAElC;;;OAGG;IACH,SAAS,CAAC,EAAE,gBAAgB,CAAC;IAE7B;;OAEG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAE3B;;;OAGG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IAErB;;;OAGG;IACH,SAAS,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,GAAG,CAAC,CAAC;IAEjC;;;OAGG;IACH,aAAa,CAAC,EAAE,aAAa,CAAC;IAE9B;;;OAGG;IACH,yBAAyB,CAAC,EAAE,OAAO,CAAC;IAEpC;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IAErB;;;OAGG;IACH,uBAAuB,CAAC,EAAE,OAAO,CAAC;CACrC;AAED,MAAM,WAAW,2BAA4B,SAAQ,cAAc;IAC/D,OAAO,CAAC,EAAE,aAAa,CAAC;CAC3B"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { StyledDivProps
|
|
2
|
+
import { StyledDivProps } from '../../../common/types';
|
|
3
|
+
import { StyledDropdownSearchInputProps, StyledSelectDropdownItemProps, StyledSelectDropdownWrapperProps } from './types';
|
|
3
4
|
export declare const StyledSelectDropdownWrapper: import("styled-components").StyledComponent<string, any, StyledSelectDropdownWrapperProps, never>;
|
|
4
5
|
export declare const StyledSelectDropdownButton: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../Button").ButtonProps & import("react").RefAttributes<HTMLButtonElement>>, any, {}, never>;
|
|
5
6
|
export declare const StyledSelectDropdownContainer: import("styled-components").StyledComponent<string, any, StyledDivProps, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SelectDropdown.styles.d.ts","sourceRoot":"","sources":["../../../../ui/elements/SelectDropdown/SelectDropdown.styles.ts"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"SelectDropdown.styles.d.ts","sourceRoot":"","sources":["../../../../ui/elements/SelectDropdown/SelectDropdown.styles.ts"],"names":[],"mappings":";AAEA,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AAEvD,OAAO,EACH,8BAA8B,EAC9B,6BAA6B,EAC7B,gCAAgC,EACnC,MAAM,SAAS,CAAC;AAEjB,eAAO,MAAM,2BAA2B,mGAIvC,CAAC;AAEF,eAAO,MAAM,0BAA0B,4LAGtC,CAAC;AAEF,eAAO,MAAM,6BAA6B,iFAoBzC,CAAC;AAEF,eAAO,MAAM,wBAAwB,qEAGpC,CAAC;AAEF,eAAO,MAAM,wBAAwB,gGA2BpC,CAAC;AAEF,eAAO,MAAM,6BAA6B,qEAWzC,CAAC;AAEF,eAAO,MAAM,yBAAyB,iGAQrC,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import { grauityIconName } from 'ui/core';
|
|
2
|
+
import { StyledButtonProps, StyledInputProps, StyledSelectProps } from '../../../common/types';
|
|
3
3
|
export interface DropdownOption {
|
|
4
4
|
id: number | string;
|
|
5
5
|
label: string;
|
|
@@ -45,15 +45,11 @@ export interface SelectDropdownProps {
|
|
|
45
45
|
*/
|
|
46
46
|
noOptionsText?: string;
|
|
47
47
|
}
|
|
48
|
-
export interface
|
|
49
|
-
ref?: React.Ref<HTMLDivElement>;
|
|
48
|
+
export interface StyledSelectDropdownWrapperProps extends StyledSelectProps {
|
|
50
49
|
}
|
|
51
|
-
export interface
|
|
52
|
-
ref?: React.Ref<HTMLSelectElement>;
|
|
53
|
-
}
|
|
54
|
-
export interface StyledSelectDropdownItemProps extends React.ButtonHTMLAttributes<HTMLButtonElement> {
|
|
50
|
+
export interface StyledSelectDropdownItemProps extends StyledButtonProps {
|
|
55
51
|
$disabled?: boolean;
|
|
56
52
|
}
|
|
57
|
-
export interface StyledDropdownSearchInputProps extends
|
|
53
|
+
export interface StyledDropdownSearchInputProps extends StyledInputProps {
|
|
58
54
|
}
|
|
59
55
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../ui/elements/SelectDropdown/types.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../ui/elements/SelectDropdown/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAE1C,OAAO,EACH,iBAAiB,EACjB,gBAAgB,EAChB,iBAAiB,EACpB,MAAM,uBAAuB,CAAC;AAE/B,MAAM,WAAW,cAAc;IAC3B,EAAE,EAAE,MAAM,GAAG,MAAM,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,mBAAmB;IAChC;;;OAGG;IACH,OAAO,CAAC,EAAE,GAAG,CAAC,cAAc,CAAC,CAAC;IAE9B;;OAEG;IACH,QAAQ,CAAC,EAAE,eAAe,CAAC;IAE3B;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;OAGG;IACH,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAE7B;;;OAGG;IACH,mBAAmB,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAE9C;;;OAGG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3B;;;OAGG;IACH,QAAQ,CAAC,EAAE,CAAC,MAAM,EAAE,cAAc,KAAK,IAAI,CAAC;IAE5C;;;OAGG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED,MAAM,WAAW,gCAAiC,SAAQ,iBAAiB;CAAG;AAE9E,MAAM,WAAW,6BAA8B,SAAQ,iBAAiB;IACpE,SAAS,CAAC,EAAE,OAAO,CAAC;CACvB;AAED,MAAM,WAAW,8BAA+B,SAAQ,gBAAgB;CAAG"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { CustomGlobalStyleInterface } from './types';
|
|
2
|
-
export declare const constantGlobalStyle = "\n --neutral-0: #FFFFFF;\n --neutral-100: #F6F7F9;\n --neutral-200: #EDEFF3;\n --neutral-300: #E1E5EA;\n --neutral-400: #C9CFD9;\n --neutral-500: #B2B9C7;\n --neutral-600: #8C95A6;\n --neutral-700: #5B6271;\n --neutral-750: #30363D;\n --neutral-800: #23282F;\n --neutral-900: #16191D;\n --neutral-1000: #0B0C0E;\n\n --brand-0: #E5F1FF;\n --brand-100: #C2DDFF;\n --brand-200: #94C4FF;\n --brand-300: #61A8FF;\n --brand-400: #2989FF;\n --brand-500: #0673F9;\n --brand-600: #005ED1;\n --brand-700: #004599;\n --brand-800: #003270;\n --brand-900: #002452;\n\n --error-0: #FFE5E7;\n --error-100: #FBBBBF;\n --error-200: #FA9499;\n --error-300: #F8636B;\n --error-400: #EE3F44;\n --error-500: #D22D3A;\n --error-600: #A01B22;\n --error-700: #7E1219;\n --error-800: #63080D;\n --error-900: #4A040A;\n\n --success-0: #D9FCED;\n --success-100: #ACF7D3;\n --success-200: #7EE7B8;\n --success-300: #50CE99;\n --success-400: #13B97C;\n --success-500: #009965;\n --success-600: #007A51;\n --success-700: #005C3D;\n --success-800: #003D29;\n --success-900: #002D1E;\n\n --warning-0: #FFF1E5;\n --warning-100: #FFD2BA;\n --warning-200: #FFB286;\n --warning-300: #FD9254;\n --warning-400: #F37216;\n --warning-500: #DE5A02;\n --warning-600: #A83E00;\n --warning-700: #802D00;\n --warning-800: #5C1F00;\n --warning-900: #441704;\n\n --yellow-0: #FFF3D6;\n --yellow-100: #FFE4AD;\n --yellow-200: #FFD580;\n --yellow-300: #FEC553;\n --yellow-400: #FEB000;\n --yellow-500: #F59700;\n --yellow-600: #D17300;\n --yellow-700: #944500;\n --yellow-800: #5C2900;\n --yellow-900: #3D1A00;\n\n --purple-0: #F5E5FF;\n --purple-100: #E1D1FF;\n --purple-200: #CEBCFE;\n --purple-300: #B49DFE;\n --purple-400: #967CFD;\n --purple-500: #7B55EE;\n --purple-600: #6138D3;\n --purple-700: #46279B;\n --purple-800: #331D72;\n --purple-900: #221056;\n\n --alpha-20: rgba(255, 255, 255, 0.20);\n --alpha-12: rgba(255, 255, 255, 0.12);\n --alpha-80: rgba(255, 255, 255, 0.80);\n --alpha-overlay: rgba(22, 25, 29, 0.80);\n\n --spacing-0px: 0px;\n --spacing-1px: 1px;\n --spacing-2px: 2px;\n --spacing-3px: 3px;\n --spacing-4px: 4px;\n --spacing-5px: 5px;\n --spacing-6px: 6px;\n --spacing-7px: 7px;\n --spacing-8px: 8px;\n --spacing-9px: 9px;\n --spacing-10px: 10px;\n --spacing-12px: 12px;\n --spacing-14px: 14px;\n --spacing-16px: 16px;\n --spacing-18px: 18px;\n --spacing-20px: 20px;\n --spacing-24px: 24px;\n --spacing-28px: 28px;\n --spacing-32px: 32px;\n --spacing-36px: 36px;\n --spacing-40px: 40px;\n --spacing-48px: 48px;\n --spacing-56px: 56px;\n --spacing-64px: 64px;\n --spacing-72px: 72px;\n --spacing-80px: 80px;\n --spacing-128px: 128px;\n --spacing-160px: 160px;\n\n --corner-radius-0px: 0px;\n --corner-radius-2px: 2px;\n --corner-radius-4px: 4px;\n --corner-radius-8px: 8px;\n --corner-radius-12px: 12px;\n --corner-radius-16px: 16px;\n --corner-radius-20px: 20px;\n --corner-radius-24px: 24px;\n --corner-radius-32px: 32px;\n --corner-radius-40px: 40px;\n --corner-radius-50percent: 50%;\n --corner-radius-100percent: 100%;\n\n --font-size-2px: 2px;\n --font-size-4px: 4px;\n --font-size-6px: 6px;\n --font-size-8px: 8px;\n --font-size-10px: 10px;\n --font-size-11px: 11px;\n --font-size-12px: 12px;\n --font-size-14px: 14px;\n --font-size-16px: 16px;\n --font-size-18px: 18px;\n --font-size-20px: 20px;\n --font-size-24px: 24px;\n --font-size-28px: 28px;\n --font-size-32px: 32px;\n --font-size-36px: 36px;\n --font-size-40px: 40px;\n --font-size-48px: 48px;\n --font-size-56px: 56px;\n --font-size-64px: 64px;\n --font-size-72px: 72px;\n --font-size-80px: 80px;\n --font-size-96px: 96px;\n\n --font-weight-100: 100;\n --font-weight-200: 200;\n --font-weight-300: 300;\n --font-weight-400: 400;\n --font-weight-450: 450;\n --font-weight-500: 500;\n --font-weight-550: 550;\n --font-weight-600: 600;\n --font-weight-650: 650;\n --font-weight-700: 700;\n --font-weight-800: 800;\n --font-weight-900: 900;\n\n --font-weight-medium: var(--font-weight-
|
|
2
|
+
export declare const constantGlobalStyle = "\n --neutral-0: #FFFFFF;\n --neutral-100: #F6F7F9;\n --neutral-200: #EDEFF3;\n --neutral-300: #E1E5EA;\n --neutral-400: #C9CFD9;\n --neutral-500: #B2B9C7;\n --neutral-600: #8C95A6;\n --neutral-700: #5B6271;\n --neutral-750: #30363D;\n --neutral-800: #23282F;\n --neutral-900: #16191D;\n --neutral-1000: #0B0C0E;\n\n --brand-0: #E5F1FF;\n --brand-100: #C2DDFF;\n --brand-200: #94C4FF;\n --brand-300: #61A8FF;\n --brand-400: #2989FF;\n --brand-500: #0673F9;\n --brand-600: #005ED1;\n --brand-700: #004599;\n --brand-800: #003270;\n --brand-900: #002452;\n\n --error-0: #FFE5E7;\n --error-100: #FBBBBF;\n --error-200: #FA9499;\n --error-300: #F8636B;\n --error-400: #EE3F44;\n --error-500: #D22D3A;\n --error-600: #A01B22;\n --error-700: #7E1219;\n --error-800: #63080D;\n --error-900: #4A040A;\n\n --success-0: #D9FCED;\n --success-100: #ACF7D3;\n --success-200: #7EE7B8;\n --success-300: #50CE99;\n --success-400: #13B97C;\n --success-500: #009965;\n --success-600: #007A51;\n --success-700: #005C3D;\n --success-800: #003D29;\n --success-900: #002D1E;\n\n --warning-0: #FFF1E5;\n --warning-100: #FFD2BA;\n --warning-200: #FFB286;\n --warning-300: #FD9254;\n --warning-400: #F37216;\n --warning-500: #DE5A02;\n --warning-600: #A83E00;\n --warning-700: #802D00;\n --warning-800: #5C1F00;\n --warning-900: #441704;\n\n --yellow-0: #FFF3D6;\n --yellow-100: #FFE4AD;\n --yellow-200: #FFD580;\n --yellow-300: #FEC553;\n --yellow-400: #FEB000;\n --yellow-500: #F59700;\n --yellow-600: #D17300;\n --yellow-700: #944500;\n --yellow-800: #5C2900;\n --yellow-900: #3D1A00;\n\n --purple-0: #F5E5FF;\n --purple-100: #E1D1FF;\n --purple-200: #CEBCFE;\n --purple-300: #B49DFE;\n --purple-400: #967CFD;\n --purple-500: #7B55EE;\n --purple-600: #6138D3;\n --purple-700: #46279B;\n --purple-800: #331D72;\n --purple-900: #221056;\n\n --alpha-20: rgba(255, 255, 255, 0.20);\n --alpha-12: rgba(255, 255, 255, 0.12);\n --alpha-80: rgba(255, 255, 255, 0.80);\n --alpha-overlay: rgba(22, 25, 29, 0.80);\n\n --spacing-0px: 0px;\n --spacing-1px: 1px;\n --spacing-2px: 2px;\n --spacing-3px: 3px;\n --spacing-4px: 4px;\n --spacing-5px: 5px;\n --spacing-6px: 6px;\n --spacing-7px: 7px;\n --spacing-8px: 8px;\n --spacing-9px: 9px;\n --spacing-10px: 10px;\n --spacing-12px: 12px;\n --spacing-14px: 14px;\n --spacing-16px: 16px;\n --spacing-18px: 18px;\n --spacing-20px: 20px;\n --spacing-24px: 24px;\n --spacing-28px: 28px;\n --spacing-32px: 32px;\n --spacing-36px: 36px;\n --spacing-40px: 40px;\n --spacing-48px: 48px;\n --spacing-56px: 56px;\n --spacing-64px: 64px;\n --spacing-72px: 72px;\n --spacing-80px: 80px;\n --spacing-128px: 128px;\n --spacing-160px: 160px;\n\n --corner-radius-0px: 0px;\n --corner-radius-2px: 2px;\n --corner-radius-4px: 4px;\n --corner-radius-8px: 8px;\n --corner-radius-12px: 12px;\n --corner-radius-16px: 16px;\n --corner-radius-20px: 20px;\n --corner-radius-24px: 24px;\n --corner-radius-32px: 32px;\n --corner-radius-40px: 40px;\n --corner-radius-50percent: 50%;\n --corner-radius-100percent: 100%;\n\n --font-size-2px: 2px;\n --font-size-4px: 4px;\n --font-size-6px: 6px;\n --font-size-8px: 8px;\n --font-size-10px: 10px;\n --font-size-11px: 11px;\n --font-size-12px: 12px;\n --font-size-14px: 14px;\n --font-size-16px: 16px;\n --font-size-18px: 18px;\n --font-size-20px: 20px;\n --font-size-24px: 24px;\n --font-size-28px: 28px;\n --font-size-32px: 32px;\n --font-size-36px: 36px;\n --font-size-40px: 40px;\n --font-size-48px: 48px;\n --font-size-56px: 56px;\n --font-size-64px: 64px;\n --font-size-72px: 72px;\n --font-size-80px: 80px;\n --font-size-96px: 96px;\n\n --font-weight-100: 100;\n --font-weight-200: 200;\n --font-weight-300: 300;\n --font-weight-400: 400;\n --font-weight-450: 450;\n --font-weight-500: 500;\n --font-weight-550: 550;\n --font-weight-600: 600;\n --font-weight-650: 650;\n --font-weight-700: 700;\n --font-weight-800: 800;\n --font-weight-900: 900;\n\n --font-weight-medium: var(--font-weight-450);\n --font-weight-semibold: var(--font-weight-550);\n --font-weight-bold: var(--font-weight-650);\n\n --backdrop-blur-0: blur(0px);\n --backdrop-blur-4px: blur(4px);\n --backdrop-blur-8px: blur(8px);\n --backdrop-blur-12px: blur(12px);\n --backdrop-blur-16px: blur(16px);\n --backdrop-blur-20px: blur(20px);\n\n --backdrop-blur: var(--backdrop-blur-8px);\n";
|
|
3
3
|
declare const GlobalStyle: import("styled-components").GlobalStyleComponent<CustomGlobalStyleInterface, import("styled-components").DefaultTheme>;
|
|
4
4
|
export default GlobalStyle;
|
|
5
5
|
//# sourceMappingURL=GlobalStyle.d.ts.map
|