@theroutingcompany/components 0.0.139-alpha.4 → 0.0.140-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.
Files changed (135) hide show
  1. package/dist/trc-components.es.js +8770 -8647
  2. package/dist/trc-components.es.js.map +1 -1
  3. package/dist/trc-components.umd.js +407 -488
  4. package/dist/trc-components.umd.js.map +1 -1
  5. package/dist/tsconfig.tsbuildinfo +1 -1
  6. package/package.json +2 -2
  7. package/types/{src/components → components}/Banner/Banner.d.ts +1 -0
  8. package/types/{src/components → components}/ButtonGroup/ButtonGroup.d.ts +1 -0
  9. package/types/{src/components → components}/ButtonMenu/ButtonMenu.d.ts +1 -0
  10. package/types/{src/components → components}/ButtonV2/ButtonV2.d.ts +1 -0
  11. package/types/{src/components → components}/Checkbox/Checkbox.d.ts +1 -0
  12. package/types/{src/components → components}/DropdownMenu/DropdownMenu.d.ts +1 -0
  13. package/types/{src/components → components}/FileUpload/FileUpload.d.ts +1 -0
  14. package/types/{src/components → components}/FormControl/FormControl.d.ts +3 -3
  15. package/types/{src/components → components}/GoogleInput/GoogleInput.d.ts +1 -1
  16. package/types/{src/components → components}/IconButton/IconButton.d.ts +1 -0
  17. package/types/components/Input/DateTimeInput/DateTimeInput.d.ts +31 -0
  18. package/types/components/Input/DateTimeInput/index.d.ts +1 -0
  19. package/types/{src/components → components}/Input/InlineEdit/InlineEdit.d.ts +1 -5
  20. package/types/{src/components → components}/Paginator/Paginator.d.ts +1 -0
  21. package/types/{src/components → components}/Popover/Popover.d.ts +1 -0
  22. package/types/{src/components → components}/Portal/Portal.d.ts +1 -0
  23. package/types/{src/components → components}/RadioGroup/RadioGroup.d.ts +1 -0
  24. package/types/{src/components → components}/Search/Search.d.ts +1 -0
  25. package/types/{src/components → components}/Switch/Switch.d.ts +1 -0
  26. package/types/{src/components → components}/Tooltip/Tooltip.d.ts +1 -0
  27. package/types/{src/components → components}/index.d.ts +1 -1
  28. package/types/src/components/SearchableSelect/SearchableSelect.d.ts +0 -24
  29. package/types/src/components/SearchableSelect/SearchableSelect.test.d.ts +0 -1
  30. package/types/src/components/SearchableSelect/index.d.ts +0 -1
  31. package/types/vitest.config.d.ts +0 -2
  32. /package/types/{src/components → components}/AccessibleIcon/AccessibleIcon.d.ts +0 -0
  33. /package/types/{src/components → components}/Accordion/Accordion.d.ts +0 -0
  34. /package/types/{src/components → components}/Accordion/index.d.ts +0 -0
  35. /package/types/{src/components → components}/AlertDialog/AlertDialog.d.ts +0 -0
  36. /package/types/{src/components → components}/Avatar/Avatar.d.ts +0 -0
  37. /package/types/{src/components → components}/Badge/Badge.d.ts +0 -0
  38. /package/types/{src/components → components}/Banner/Action.d.ts +0 -0
  39. /package/types/{src/components → components}/Banner/styles.d.ts +0 -0
  40. /package/types/{src/components → components}/Box/Box.d.ts +0 -0
  41. /package/types/{src/components → components}/Box/index.d.ts +0 -0
  42. /package/types/{src/components → components}/BoxPopover/BoxPopover.d.ts +0 -0
  43. /package/types/{src/components → components}/Button/Button.d.ts +0 -0
  44. /package/types/{src/components → components}/Button/ButtonBase.d.ts +0 -0
  45. /package/types/{src/components → components}/Button/HighEmphasisButton/HighEmphasisButton.d.ts +0 -0
  46. /package/types/{src/components → components}/Button/LowEmphasisButton/LowEmphasisButton.d.ts +0 -0
  47. /package/types/{src/components → components}/Button/MediumEmphasisButton/MediumEmphasisButton.d.ts +0 -0
  48. /package/types/{src/components → components}/ButtonV2/Icon.d.ts +0 -0
  49. /package/types/{src/components → components}/ButtonV2/styles.d.ts +0 -0
  50. /package/types/{src/components → components}/Calendar/Calendar.d.ts +0 -0
  51. /package/types/{src/components → components}/Calendar/CalendarCell.d.ts +0 -0
  52. /package/types/{src/components → components}/Calendar/CalendarGrid.d.ts +0 -0
  53. /package/types/{src/components → components}/Calendar/CalendarHeader.d.ts +0 -0
  54. /package/types/{src/components → components}/Calendar/RangeCalendar.d.ts +0 -0
  55. /package/types/{src/components → components}/Calendar/index.d.ts +0 -0
  56. /package/types/{src/components → components}/Checkbox/index.d.ts +0 -0
  57. /package/types/{src/components → components}/ComboBox/ComboBox.d.ts +0 -0
  58. /package/types/{src/components → components}/ComboBox/index.d.ts +0 -0
  59. /package/types/{src/components → components}/Connect/Connect.d.ts +0 -0
  60. /package/types/{src/components → components}/Dialog/Dialog.d.ts +0 -0
  61. /package/types/{src/components → components}/Divider/Divider.d.ts +0 -0
  62. /package/types/{src/components → components}/Drawer/Content.d.ts +0 -0
  63. /package/types/{src/components → components}/Drawer/Drawer.d.ts +0 -0
  64. /package/types/{src/components → components}/Drawer/Footer.d.ts +0 -0
  65. /package/types/{src/components → components}/Drawer/Header.d.ts +0 -0
  66. /package/types/{src/components → components}/Drawer/context.d.ts +0 -0
  67. /package/types/{src/components → components}/Drawer/index.d.ts +0 -0
  68. /package/types/{src/components → components}/Drawer/styles.d.ts +0 -0
  69. /package/types/{src/components → components}/Fieldset/Fieldset.d.ts +0 -0
  70. /package/types/{src/components → components}/Flex/Flex.d.ts +0 -0
  71. /package/types/{src/components → components}/Form/Form.d.ts +0 -0
  72. /package/types/{src/components → components}/FormControl/useFormInput.d.ts +0 -0
  73. /package/types/{src/components → components}/GoogleInput/index.d.ts +0 -0
  74. /package/types/{src/components → components}/Grid/Grid.d.ts +0 -0
  75. /package/types/{src/components → components}/Input/DateInput/DateInput.d.ts +0 -0
  76. /package/types/{src/components → components}/Input/InputBase.d.ts +0 -0
  77. /package/types/{src/components → components}/Input/NumberInput/NumberInput.d.ts +0 -0
  78. /package/types/{src/components → components}/Input/TextArea/TextArea.d.ts +0 -0
  79. /package/types/{src/components → components}/Input/TextInput/TextInput.d.ts +0 -0
  80. /package/types/{src/components → components}/Input/TimeInput/TimeInput.d.ts +0 -0
  81. /package/types/{src/components → components}/Label/Label.d.ts +0 -0
  82. /package/types/{src/components → components}/LabeledText/LabeledText.d.ts +0 -0
  83. /package/types/{src/components → components}/LabeledText/index.d.ts +0 -0
  84. /package/types/{src/components → components}/ListBox/ListBox.d.ts +0 -0
  85. /package/types/{src/components → components}/ListBox/timezones.d.ts +0 -0
  86. /package/types/{src/components → components}/Modal/Content.d.ts +0 -0
  87. /package/types/{src/components → components}/Modal/Footer.d.ts +0 -0
  88. /package/types/{src/components → components}/Modal/Header.d.ts +0 -0
  89. /package/types/{src/components → components}/Modal/Modal.d.ts +0 -0
  90. /package/types/{src/components → components}/Modal/context.d.ts +0 -0
  91. /package/types/{src/components → components}/Modal/index.d.ts +0 -0
  92. /package/types/{src/components → components}/Modal/styles.d.ts +0 -0
  93. /package/types/{src/components → components}/MultiSelect/MultiSelect.d.ts +0 -0
  94. /package/types/{src/components → components}/MultiSelect/MultiSelectListBox.d.ts +0 -0
  95. /package/types/{src/components → components}/MultiSelect/MultiSelectPopover.d.ts +0 -0
  96. /package/types/{src/components → components}/MultiSelect/useMultiSelect.d.ts +0 -0
  97. /package/types/{src/components → components}/MultiSelect/useMultiSelectListState.d.ts +0 -0
  98. /package/types/{src/components → components}/MultiSelect/useMultiSelectState.d.ts +0 -0
  99. /package/types/{src/components → components}/NavigationMenu/NavigationMenu.d.ts +0 -0
  100. /package/types/{src/components → components}/Page/Page.d.ts +0 -0
  101. /package/types/{src/components → components}/Page/PageHeader.d.ts +0 -0
  102. /package/types/{src/components → components}/Panel/Panel.d.ts +0 -0
  103. /package/types/{src/components → components}/Panel/styles.d.ts +0 -0
  104. /package/types/{src/components → components}/Portal/index.d.ts +0 -0
  105. /package/types/{src/components → components}/ReactAriaButton/ReactAriaButton.d.ts +0 -0
  106. /package/types/{src/components → components}/SingleSelect/SingleSelect.d.ts +0 -0
  107. /package/types/{src/components → components}/Skeleton/Skeleton.d.ts +0 -0
  108. /package/types/{src/components → components}/Skeleton/index.d.ts +0 -0
  109. /package/types/{src/components → components}/Stack/Stack.d.ts +0 -0
  110. /package/types/{src/components → components}/TabList/TabList.d.ts +0 -0
  111. /package/types/{src/components → components}/Table/Table.d.ts +0 -0
  112. /package/types/{src/components → components}/Tabs/Tabs.d.ts +0 -0
  113. /package/types/{src/components → components}/Text/Text.d.ts +0 -0
  114. /package/types/{src/components → components}/Title/Title.d.ts +0 -0
  115. /package/types/{src/components → components}/Toast/Toast.d.ts +0 -0
  116. /package/types/{src/components → components}/Tooltip/IconTooltip.d.ts +0 -0
  117. /package/types/{src/components → components}/UnstyledLink/UnstyledLink.d.ts +0 -0
  118. /package/types/{src/helpers → helpers}/css.d.ts +0 -0
  119. /package/types/{src/helpers → helpers}/index.d.ts +0 -0
  120. /package/types/{src/helpers → helpers}/interactionStates.d.ts +0 -0
  121. /package/types/{src/helpers → helpers}/keyEvents.d.ts +0 -0
  122. /package/types/{src/helpers → helpers}/noop.d.ts +0 -0
  123. /package/types/{src/helpers → helpers}/props.d.ts +0 -0
  124. /package/types/{src/helpers → helpers}/string.d.ts +0 -0
  125. /package/types/{src/helpers → helpers}/tokenUtils.d.ts +0 -0
  126. /package/types/{src/helpers → helpers}/typeHelpers.d.ts +0 -0
  127. /package/types/{src/helpers → helpers}/window.d.ts +0 -0
  128. /package/types/{src/hooks → hooks}/index.d.ts +0 -0
  129. /package/types/{src/hooks → hooks}/useOnEscapeKey.d.ts +0 -0
  130. /package/types/{src/hooks → hooks}/usePrevious.d.ts +0 -0
  131. /package/types/{src/hooks → hooks}/useWindowEvent.d.ts +0 -0
  132. /package/types/{src/index.d.ts → index.d.ts} +0 -0
  133. /package/types/{src/styles → styles}/index.d.ts +0 -0
  134. /package/types/{src/test → test}/setup.d.ts +0 -0
  135. /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.139-alpha.4",
3
+ "version": "0.0.140-alpha.0",
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 Action from './Action';
2
3
  declare const DEFAULT_VARIANT = "default";
3
4
  declare const INFO_VARIANT = "info";
@@ -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 { type ButtonPropsV2 } from '../ButtonV2/ButtonV2';
2
3
  export type MenuPlacement = 'start' | 'center' | 'end';
3
4
  export interface ButtonMenuProps extends Omit<ButtonPropsV2, 'onClick'> {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { type BoxProps } from 'components/Box/Box';
2
3
  import { type ClickHandler, type FocusHandler, type ForwardRefComponent } from 'helpers';
3
4
  export type ButtonVariant = 'primary' | 'secondary' | 'tertiary' | 'danger';
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { type AriaCheckboxProps } from '@react-aria/checkbox';
2
3
  export interface CheckboxProps extends AriaCheckboxProps {
3
4
  dir?: 'ltr' | 'rtl';
@@ -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>>;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export type FileDescription = {
2
3
  name: string;
3
4
  mime: `${string}/${string}`;
@@ -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 & {}) | "search" | "tel" | "url" | "email" | "password" | undefined;
30
+ type?: "search" | "text" | (string & {}) | "tel" | "url" | "email" | "password" | undefined;
31
31
  'aria-activedescendant'?: string | undefined;
32
- 'aria-autocomplete'?: "none" | "list" | "inline" | "both" | undefined;
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?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
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="@types/google.maps" />
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;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { type AriaButtonProps } from '@react-aria/button';
2
3
  type Size = 'small' | 'large';
3
4
  type Variant = 'primary' | 'secondary' | 'danger' | 'inverse';
@@ -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 { type ButtonProps } from '../../components';
2
3
  type PaginatorButtonProps = ButtonProps & {
3
4
  label: string;
@@ -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
  export type PortalProps = {
2
3
  /**
3
4
  * ID of the target portal container. Appends a new portal to document body if not provided.
@@ -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 { type AriaSearchFieldProps } from '@react-aria/searchfield';
2
3
  export declare const Search: import("react").ForwardRefExoticComponent<{
3
4
  boldLabel?: boolean | undefined;
@@ -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,24 +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
- }
23
- export default function SearchableSelect<T>(props: SearchableSelectProps<T>): import("react/jsx-runtime").JSX.Element;
24
- export {};
@@ -1 +0,0 @@
1
- export { default as SearchableSelect } from './SearchableSelect';
@@ -1,2 +0,0 @@
1
- declare const _default: import("vite").UserConfig;
2
- export default _default;
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