Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jun 27, 2023
1 parent 24e333f commit 4162a4d
Show file tree
Hide file tree
Showing 164 changed files with 4,479 additions and 4,479 deletions.
2 changes: 1 addition & 1 deletion Accordion.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ export declare namespace AccordionProps {
onExpandedChange: (expanded: boolean, e: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
};
}
/** @see <https://react-dsfr-components.etalab.studio/?path=/docs/components-accordion> */
/** @see <https://components.react-dsfr.fr/?path=/docs/components-accordion> */
export declare const Accordion: React.MemoExoticComponent<React.ForwardRefExoticComponent<AccordionProps & React.RefAttributes<HTMLDivElement>>>;
export default Accordion;
2 changes: 1 addition & 1 deletion Accordion.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Accordion.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion AgentConnectButton.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export declare namespace AgentConnectButtonProps {
};
export {};
}
/** @see <https://react-dsfr-components.etalab.studio/?path=/docs/components-franceconnectbutton> */
/** @see <https://components.react-dsfr.fr/?path=/docs/components-franceconnectbutton> */
export declare const AgentConnectButton: React.MemoExoticComponent<React.ForwardRefExoticComponent<AgentConnectButtonProps & React.RefAttributes<HTMLDivElement>>>;
export default AgentConnectButton;
declare const addAgentConnectButtonTranslations: (params: {
Expand Down
2 changes: 1 addition & 1 deletion AgentConnectButton.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion AgentConnectButton.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Alert.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export declare namespace AlertProps {
export type Severity = ExtractSeverity<FrClassName>;
export {};
}
/** @see <https://react-dsfr-components.etalab.studio/?path=/docs/components-alert> */
/** @see <https://components.react-dsfr.fr/?path=/docs/components-alert> */
export declare const Alert: React.MemoExoticComponent<React.ForwardRefExoticComponent<AlertProps & React.RefAttributes<HTMLDivElement>>>;
export default Alert;
declare const addAlertTranslations: (params: {
Expand Down
2 changes: 1 addition & 1 deletion Alert.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Alert.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Badge.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ export type BadgeProps = {
noIcon?: boolean;
children: NonNullable<ReactNode>;
};
/** @see <https://react-dsfr-components.etalab.studio/?path=/docs/components-badge> */
/** @see <https://components.react-dsfr.fr/?path=/docs/components-badge> */
export declare const Badge: React.MemoExoticComponent<React.ForwardRefExoticComponent<BadgeProps & React.RefAttributes<HTMLDivElement>>>;
export default Badge;
2 changes: 1 addition & 1 deletion Badge.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Badge.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4162a4d

Please sign in to comment.