Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 18, 2023
1 parent 86345e4 commit 02123eb
Show file tree
Hide file tree
Showing 20 changed files with 4,882 additions and 4,917 deletions.
7,470 changes: 3,735 additions & 3,735 deletions dsfr/utility/icons/icons.json

Large diffs are not rendered by default.

17 changes: 13 additions & 4 deletions fr/breakpoints.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,19 @@ export declare const breakpoints: {
only: (key: BreakpointKeys) => "@media (min-width:36em)" | "@media (min-width:48em)" | "@media (min-width:62em)" | "@media (min-width:78em)" | `@media (min-width:0em) and (max-width:${number}em)` | `@media (min-width:36em) and (max-width:${number}em)` | `@media (min-width:48em) and (max-width:${number}em)` | `@media (min-width:62em) and (max-width:${number}em)` | `@media (min-width:78em) and (max-width:${number}em)`;
not: (key: BreakpointKeys) => string;
values: {
xl: "78em";
lg: "62em";
md: "48em";
sm: "36em";
readonly xl: "78em";
readonly lg: "62em";
readonly md: "48em";
readonly sm: "36em";
readonly xs: "0em";
};
valuesUnit: string;
emValues: {
readonly xs: 0;
readonly sm: 36;
readonly md: 48;
readonly lg: 62;
readonly xl: 78;
};
/**
* Returns the breakpoint values in px.
Expand Down
10 changes: 9 additions & 1 deletion fr/breakpoints.js

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

2 changes: 1 addition & 1 deletion fr/breakpoints.js.map

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

Loading

0 comments on commit 02123eb

Please sign in to comment.