@theroutingcompany/components 0.0.139-alpha.5 → 0.0.140-alpha.1
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/trc-components.es.js +8762 -8648
- package/dist/trc-components.es.js.map +1 -1
- package/dist/trc-components.umd.js +407 -488
- package/dist/trc-components.umd.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
- package/types/{src/components → components}/Banner/Banner.d.ts +1 -0
- package/types/{src/components → components}/ButtonGroup/ButtonGroup.d.ts +1 -0
- package/types/{src/components → components}/ButtonMenu/ButtonMenu.d.ts +1 -0
- package/types/{src/components → components}/ButtonV2/ButtonV2.d.ts +1 -0
- package/types/{src/components → components}/Checkbox/Checkbox.d.ts +1 -0
- package/types/{src/components → components}/DropdownMenu/DropdownMenu.d.ts +1 -0
- package/types/{src/components → components}/FileUpload/FileUpload.d.ts +1 -0
- package/types/{src/components → components}/FormControl/FormControl.d.ts +3 -3
- package/types/{src/components → components}/GoogleInput/GoogleInput.d.ts +1 -1
- package/types/{src/components → components}/IconButton/IconButton.d.ts +1 -0
- package/types/components/Input/DateTimeInput/DateTimeInput.d.ts +31 -0
- package/types/components/Input/DateTimeInput/index.d.ts +1 -0
- package/types/{src/components → components}/Input/InlineEdit/InlineEdit.d.ts +1 -5
- package/types/{src/components → components}/Paginator/Paginator.d.ts +1 -0
- package/types/{src/components → components}/Popover/Popover.d.ts +1 -0
- package/types/{src/components → components}/Portal/Portal.d.ts +1 -0
- package/types/{src/components → components}/RadioGroup/RadioGroup.d.ts +1 -0
- package/types/{src/components → components}/Search/Search.d.ts +1 -0
- package/types/{src/components → components}/Switch/Switch.d.ts +1 -0
- package/types/{src/components → components}/Tooltip/Tooltip.d.ts +1 -0
- package/types/{src/components → components}/index.d.ts +1 -1
- package/types/src/components/SearchableSelect/SearchableSelect.d.ts +0 -26
- package/types/src/components/SearchableSelect/SearchableSelect.test.d.ts +0 -1
- package/types/src/components/SearchableSelect/index.d.ts +0 -1
- package/types/vitest.config.d.ts +0 -2
- /package/types/{src/components → components}/AccessibleIcon/AccessibleIcon.d.ts +0 -0
- /package/types/{src/components → components}/Accordion/Accordion.d.ts +0 -0
- /package/types/{src/components → components}/Accordion/index.d.ts +0 -0
- /package/types/{src/components → components}/AlertDialog/AlertDialog.d.ts +0 -0
- /package/types/{src/components → components}/Avatar/Avatar.d.ts +0 -0
- /package/types/{src/components → components}/Badge/Badge.d.ts +0 -0
- /package/types/{src/components → components}/Banner/Action.d.ts +0 -0
- /package/types/{src/components → components}/Banner/styles.d.ts +0 -0
- /package/types/{src/components → components}/Box/Box.d.ts +0 -0
- /package/types/{src/components → components}/Box/index.d.ts +0 -0
- /package/types/{src/components → components}/BoxPopover/BoxPopover.d.ts +0 -0
- /package/types/{src/components → components}/Button/Button.d.ts +0 -0
- /package/types/{src/components → components}/Button/ButtonBase.d.ts +0 -0
- /package/types/{src/components → components}/Button/HighEmphasisButton/HighEmphasisButton.d.ts +0 -0
- /package/types/{src/components → components}/Button/LowEmphasisButton/LowEmphasisButton.d.ts +0 -0
- /package/types/{src/components → components}/Button/MediumEmphasisButton/MediumEmphasisButton.d.ts +0 -0
- /package/types/{src/components → components}/ButtonV2/Icon.d.ts +0 -0
- /package/types/{src/components → components}/ButtonV2/styles.d.ts +0 -0
- /package/types/{src/components → components}/Calendar/Calendar.d.ts +0 -0
- /package/types/{src/components → components}/Calendar/CalendarCell.d.ts +0 -0
- /package/types/{src/components → components}/Calendar/CalendarGrid.d.ts +0 -0
- /package/types/{src/components → components}/Calendar/CalendarHeader.d.ts +0 -0
- /package/types/{src/components → components}/Calendar/RangeCalendar.d.ts +0 -0
- /package/types/{src/components → components}/Calendar/index.d.ts +0 -0
- /package/types/{src/components → components}/Checkbox/index.d.ts +0 -0
- /package/types/{src/components → components}/ComboBox/ComboBox.d.ts +0 -0
- /package/types/{src/components → components}/ComboBox/index.d.ts +0 -0
- /package/types/{src/components → components}/Connect/Connect.d.ts +0 -0
- /package/types/{src/components → components}/Dialog/Dialog.d.ts +0 -0
- /package/types/{src/components → components}/Divider/Divider.d.ts +0 -0
- /package/types/{src/components → components}/Drawer/Content.d.ts +0 -0
- /package/types/{src/components → components}/Drawer/Drawer.d.ts +0 -0
- /package/types/{src/components → components}/Drawer/Footer.d.ts +0 -0
- /package/types/{src/components → components}/Drawer/Header.d.ts +0 -0
- /package/types/{src/components → components}/Drawer/context.d.ts +0 -0
- /package/types/{src/components → components}/Drawer/index.d.ts +0 -0
- /package/types/{src/components → components}/Drawer/styles.d.ts +0 -0
- /package/types/{src/components → components}/Fieldset/Fieldset.d.ts +0 -0
- /package/types/{src/components → components}/Flex/Flex.d.ts +0 -0
- /package/types/{src/components → components}/Form/Form.d.ts +0 -0
- /package/types/{src/components → components}/FormControl/useFormInput.d.ts +0 -0
- /package/types/{src/components → components}/GoogleInput/index.d.ts +0 -0
- /package/types/{src/components → components}/Grid/Grid.d.ts +0 -0
- /package/types/{src/components → components}/Input/DateInput/DateInput.d.ts +0 -0
- /package/types/{src/components → components}/Input/InputBase.d.ts +0 -0
- /package/types/{src/components → components}/Input/NumberInput/NumberInput.d.ts +0 -0
- /package/types/{src/components → components}/Input/TextArea/TextArea.d.ts +0 -0
- /package/types/{src/components → components}/Input/TextInput/TextInput.d.ts +0 -0
- /package/types/{src/components → components}/Input/TimeInput/TimeInput.d.ts +0 -0
- /package/types/{src/components → components}/Label/Label.d.ts +0 -0
- /package/types/{src/components → components}/LabeledText/LabeledText.d.ts +0 -0
- /package/types/{src/components → components}/LabeledText/index.d.ts +0 -0
- /package/types/{src/components → components}/ListBox/ListBox.d.ts +0 -0
- /package/types/{src/components → components}/ListBox/timezones.d.ts +0 -0
- /package/types/{src/components → components}/Modal/Content.d.ts +0 -0
- /package/types/{src/components → components}/Modal/Footer.d.ts +0 -0
- /package/types/{src/components → components}/Modal/Header.d.ts +0 -0
- /package/types/{src/components → components}/Modal/Modal.d.ts +0 -0
- /package/types/{src/components → components}/Modal/context.d.ts +0 -0
- /package/types/{src/components → components}/Modal/index.d.ts +0 -0
- /package/types/{src/components → components}/Modal/styles.d.ts +0 -0
- /package/types/{src/components → components}/MultiSelect/MultiSelect.d.ts +0 -0
- /package/types/{src/components → components}/MultiSelect/MultiSelectListBox.d.ts +0 -0
- /package/types/{src/components → components}/MultiSelect/MultiSelectPopover.d.ts +0 -0
- /package/types/{src/components → components}/MultiSelect/useMultiSelect.d.ts +0 -0
- /package/types/{src/components → components}/MultiSelect/useMultiSelectListState.d.ts +0 -0
- /package/types/{src/components → components}/MultiSelect/useMultiSelectState.d.ts +0 -0
- /package/types/{src/components → components}/NavigationMenu/NavigationMenu.d.ts +0 -0
- /package/types/{src/components → components}/Page/Page.d.ts +0 -0
- /package/types/{src/components → components}/Page/PageHeader.d.ts +0 -0
- /package/types/{src/components → components}/Panel/Panel.d.ts +0 -0
- /package/types/{src/components → components}/Panel/styles.d.ts +0 -0
- /package/types/{src/components → components}/Portal/index.d.ts +0 -0
- /package/types/{src/components → components}/ReactAriaButton/ReactAriaButton.d.ts +0 -0
- /package/types/{src/components → components}/SingleSelect/SingleSelect.d.ts +0 -0
- /package/types/{src/components → components}/Skeleton/Skeleton.d.ts +0 -0
- /package/types/{src/components → components}/Skeleton/index.d.ts +0 -0
- /package/types/{src/components → components}/Stack/Stack.d.ts +0 -0
- /package/types/{src/components → components}/TabList/TabList.d.ts +0 -0
- /package/types/{src/components → components}/Table/Table.d.ts +0 -0
- /package/types/{src/components → components}/Tabs/Tabs.d.ts +0 -0
- /package/types/{src/components → components}/Text/Text.d.ts +0 -0
- /package/types/{src/components → components}/Title/Title.d.ts +0 -0
- /package/types/{src/components → components}/Toast/Toast.d.ts +0 -0
- /package/types/{src/components → components}/Tooltip/IconTooltip.d.ts +0 -0
- /package/types/{src/components → components}/UnstyledLink/UnstyledLink.d.ts +0 -0
- /package/types/{src/helpers → helpers}/css.d.ts +0 -0
- /package/types/{src/helpers → helpers}/index.d.ts +0 -0
- /package/types/{src/helpers → helpers}/interactionStates.d.ts +0 -0
- /package/types/{src/helpers → helpers}/keyEvents.d.ts +0 -0
- /package/types/{src/helpers → helpers}/noop.d.ts +0 -0
- /package/types/{src/helpers → helpers}/props.d.ts +0 -0
- /package/types/{src/helpers → helpers}/string.d.ts +0 -0
- /package/types/{src/helpers → helpers}/tokenUtils.d.ts +0 -0
- /package/types/{src/helpers → helpers}/typeHelpers.d.ts +0 -0
- /package/types/{src/helpers → helpers}/window.d.ts +0 -0
- /package/types/{src/hooks → hooks}/index.d.ts +0 -0
- /package/types/{src/hooks → hooks}/useOnEscapeKey.d.ts +0 -0
- /package/types/{src/hooks → hooks}/usePrevious.d.ts +0 -0
- /package/types/{src/hooks → hooks}/useWindowEvent.d.ts +0 -0
- /package/types/{src/index.d.ts → index.d.ts} +0 -0
- /package/types/{src/styles → styles}/index.d.ts +0 -0
- /package/types/{src/test → test}/setup.d.ts +0 -0
- /package/types/{src/utils → utils}/index.d.ts +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theroutingcompany/components",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.140-alpha.1",
|
|
4
4
|
"description": "The Routing Company Components",
|
|
5
5
|
"main": "./dist/trc-components.umd.js",
|
|
6
6
|
"module": "./dist/trc-components.es.js",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"build:types": "tsc --incremental",
|
|
42
42
|
"build:components": "vite build",
|
|
43
43
|
"build": "npm run clean && npm run build:components && npm run build:types",
|
|
44
|
-
"test": "vitest",
|
|
44
|
+
"test": "vitest --run",
|
|
45
45
|
"test:ui": "vitest --ui",
|
|
46
46
|
"test:coverage": "vitest --coverage"
|
|
47
47
|
},
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import * as ToggleGroup from '@radix-ui/react-toggle-group';
|
|
2
3
|
export declare const StyledButtonGroup: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<(ToggleGroup.ToggleGroupSingleProps | ToggleGroup.ToggleGroupMultipleProps) & import("react").RefAttributes<HTMLDivElement>>, any, {}, never>;
|
|
3
4
|
export type ButtonGroupProps = Omit<ToggleGroup.ToggleGroupSingleProps, 'type' | 'style' | 'className'> & {
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import * as DropdownMenuPrimitive from '@radix-ui/react-dropdown-menu';
|
|
2
3
|
export type { DropdownMenuCheckboxItemProps, DropdownMenuContentProps, DropdownMenuItemIndicatorProps, DropdownMenuLabelProps, MenuSubTriggerProps, MenuSubContentProps, MenuSeparatorProps, } from '@radix-ui/react-dropdown-menu';
|
|
3
4
|
export declare const DropdownMenuContent: import("react").ForwardRefExoticComponent<DropdownMenuPrimitive.DropdownMenuContentProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
@@ -27,9 +27,9 @@ export declare const TextAreaFormControl: import("react").ForwardRefExoticCompon
|
|
|
27
27
|
pattern?: string | undefined;
|
|
28
28
|
id?: string | undefined;
|
|
29
29
|
name?: string | undefined;
|
|
30
|
-
type?: "text" | (string & {}) | "
|
|
30
|
+
type?: "search" | "text" | (string & {}) | "tel" | "url" | "email" | "password" | undefined;
|
|
31
31
|
'aria-activedescendant'?: string | undefined;
|
|
32
|
-
'aria-autocomplete'?: "
|
|
32
|
+
'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
|
|
33
33
|
'aria-describedby'?: string | undefined;
|
|
34
34
|
'aria-details'?: string | undefined;
|
|
35
35
|
'aria-errormessage'?: string | undefined;
|
|
@@ -53,7 +53,7 @@ export declare const TextAreaFormControl: import("react").ForwardRefExoticCompon
|
|
|
53
53
|
defaultValue?: string | undefined;
|
|
54
54
|
autoFocus?: boolean | undefined;
|
|
55
55
|
placeholder?: string | undefined;
|
|
56
|
-
inputMode?: "
|
|
56
|
+
inputMode?: "search" | "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
57
57
|
disabled?: boolean | undefined;
|
|
58
58
|
value?: string | undefined;
|
|
59
59
|
autoComplete?: string | undefined;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/// <reference types="
|
|
1
|
+
/// <reference types="google.maps" />
|
|
2
2
|
import { type ReactNode } from 'react';
|
|
3
3
|
declare const PlaceResult: import("styled-components").StyledComponent<import("components/Text/Text").PolymorphicText, any, {}, never>;
|
|
4
4
|
export declare const getSelectedName: (selected: google.maps.places.PlaceResult) => string | undefined;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { CalendarDate, Time } from '@internationalized/date';
|
|
2
|
+
export declare const parseUserInput: (input: string) => {
|
|
3
|
+
date: CalendarDate;
|
|
4
|
+
time: Time;
|
|
5
|
+
} | null;
|
|
6
|
+
interface DateTimeInputProps {
|
|
7
|
+
label?: string;
|
|
8
|
+
name?: string;
|
|
9
|
+
labelId?: string;
|
|
10
|
+
inputId?: string;
|
|
11
|
+
hideLabel?: boolean;
|
|
12
|
+
boldLabel?: boolean;
|
|
13
|
+
isInvalid?: boolean;
|
|
14
|
+
isDisabled?: boolean;
|
|
15
|
+
required?: boolean;
|
|
16
|
+
hideIcon?: boolean;
|
|
17
|
+
errorMessage?: string;
|
|
18
|
+
placeholder?: string;
|
|
19
|
+
tooltipIcon?: string;
|
|
20
|
+
tooltipContent?: string;
|
|
21
|
+
onChange?: (value: string) => void;
|
|
22
|
+
onDateTimeChange?: (date?: CalendarDate, time?: Time) => void;
|
|
23
|
+
defaultDate?: CalendarDate;
|
|
24
|
+
defaultTime?: Time;
|
|
25
|
+
defaultISO?: string;
|
|
26
|
+
usePortal?: boolean;
|
|
27
|
+
outsideClickIgnoreSelectors?: string[];
|
|
28
|
+
closeOnOutsideClick?: boolean;
|
|
29
|
+
}
|
|
30
|
+
export declare function DateTimeInput({ label, name, labelId, inputId, hideLabel, boldLabel, onChange, isInvalid, isDisabled, required, hideIcon, errorMessage, placeholder, tooltipIcon, tooltipContent, onDateTimeChange, defaultDate, defaultTime, defaultISO, usePortal, outsideClickIgnoreSelectors, closeOnOutsideClick, ...props }: DateTimeInputProps): import("react/jsx-runtime").JSX.Element;
|
|
31
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { DateTimeInput } from './DateTimeInput';
|
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
import { type ButtonPropsV2 } from 'components/ButtonV2/ButtonV2';
|
|
2
2
|
import type { ReactNode } from 'react';
|
|
3
|
-
|
|
4
|
-
* TODO:
|
|
5
|
-
* - Get escape and enter keys canceling/saving (difficult because we have to take into account the component API we've put together for where we add that code)
|
|
6
|
-
*/
|
|
7
|
-
export declare const EditButtonRight: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("components/Button/Button").ButtonProps & import("react").RefAttributes<HTMLButtonElement>>, any, {}, never>;
|
|
3
|
+
export declare const EditButtonRight: import("styled-components").StyledComponent<import("components/ButtonV2/ButtonV2").PolymorphicButton, any, {}, never>;
|
|
8
4
|
export interface InlineEditProps extends ButtonPropsV2 {
|
|
9
5
|
'data-id'?: string;
|
|
10
6
|
children: ReactNode;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import * as PopoverPrimitive from '@radix-ui/react-popover';
|
|
2
3
|
export type { PopoverCloseProps, PopoverContentProps, } from '@radix-ui/react-popover';
|
|
3
4
|
export declare function PopoverContent({ children, forceMount, ...props }: PopoverPrimitive.PopoverContentProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import * as RadioGroupPrimitive from '@radix-ui/react-radio-group';
|
|
2
3
|
export declare const RadioGroupRadio: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<RadioGroupPrimitive.RadioGroupItemProps & import("react").RefAttributes<HTMLButtonElement>>, any, {}, never>;
|
|
3
4
|
export declare const RadioGroupIndicator: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<RadioGroupPrimitive.RadioGroupIndicatorProps & import("react").RefAttributes<HTMLSpanElement>>, any, {}, never>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import * as SwitchPrimitive from '@radix-ui/react-switch';
|
|
2
3
|
export type { SwitchProps } from '@radix-ui/react-switch';
|
|
3
4
|
export declare const Switch: import("react").ForwardRefExoticComponent<SwitchPrimitive.SwitchProps & import("react").RefAttributes<HTMLButtonElement>>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import * as TooltipPrimitive from '@radix-ui/react-tooltip';
|
|
2
3
|
export type { TooltipContentProps, TooltipProps, } from '@radix-ui/react-tooltip';
|
|
3
4
|
declare function Content({ children, ...props }: TooltipPrimitive.TooltipContentProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -28,6 +28,7 @@ export * from './Input/NumberInput/NumberInput';
|
|
|
28
28
|
export * from './Input/TextInput/TextInput';
|
|
29
29
|
export * from './Input/TimeInput/TimeInput';
|
|
30
30
|
export * from './Input/DateInput/DateInput';
|
|
31
|
+
export * from './Input/DateTimeInput/DateTimeInput';
|
|
31
32
|
export * from './Label/Label';
|
|
32
33
|
export * from './Modal';
|
|
33
34
|
export * from './LabeledText';
|
|
@@ -40,7 +41,6 @@ export * from './Panel/Panel';
|
|
|
40
41
|
export * from './Popover/Popover';
|
|
41
42
|
export * from './RadioGroup/RadioGroup';
|
|
42
43
|
export * from './Search/Search';
|
|
43
|
-
export * from './SearchableSelect';
|
|
44
44
|
export * from './SingleSelect/SingleSelect';
|
|
45
45
|
export * from './Skeleton';
|
|
46
46
|
export * from './Stack/Stack';
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { type AriaTextFieldProps } from '@react-types/textfield';
|
|
2
|
-
import * as React from 'react';
|
|
3
|
-
interface SearchableSelectProps<T> extends Omit<AriaTextFieldProps, 'onChange' | 'value' | 'onSelect'> {
|
|
4
|
-
label?: string;
|
|
5
|
-
tooltipContent?: React.ReactNode;
|
|
6
|
-
placeholder?: string;
|
|
7
|
-
items: T[];
|
|
8
|
-
isLoading?: boolean;
|
|
9
|
-
onSearch: (query: string) => void;
|
|
10
|
-
onSelect: (item: T | null) => void;
|
|
11
|
-
getItemKey: (item: T) => string | number;
|
|
12
|
-
getItemLabel: (item: T) => string;
|
|
13
|
-
renderItem?: (item: T) => React.ReactNode;
|
|
14
|
-
selectedItem?: T | null;
|
|
15
|
-
errorMessage?: string;
|
|
16
|
-
boldLabel?: boolean;
|
|
17
|
-
inputValue?: string;
|
|
18
|
-
onInputChange?: (value: string) => void;
|
|
19
|
-
usePortal?: boolean;
|
|
20
|
-
isInvalid?: boolean;
|
|
21
|
-
required?: boolean;
|
|
22
|
-
onBlur?: React.FocusEventHandler<HTMLInputElement>;
|
|
23
|
-
onFocus?: React.FocusEventHandler<HTMLInputElement>;
|
|
24
|
-
}
|
|
25
|
-
export default function SearchableSelect<T>(props: SearchableSelectProps<T>): import("react/jsx-runtime").JSX.Element;
|
|
26
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as SearchableSelect } from './SearchableSelect';
|
package/types/vitest.config.d.ts
DELETED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/types/{src/components → components}/Button/HighEmphasisButton/HighEmphasisButton.d.ts
RENAMED
|
File without changes
|
/package/types/{src/components → components}/Button/LowEmphasisButton/LowEmphasisButton.d.ts
RENAMED
|
File without changes
|
/package/types/{src/components → components}/Button/MediumEmphasisButton/MediumEmphasisButton.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|