Skip to content

Commit

Permalink
refactor: checked Pagination component
Browse files Browse the repository at this point in the history
  • Loading branch information
PKulkoRaccoonGang committed May 15, 2024
1 parent 12ddbb6 commit 9fdce59
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion styles/css/core/custom-media-breakpoints.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* IMPORTANT: This file is the result of assembling design tokens
* Do not edit directly
* Generated on Tue, 14 May 2024 13:30:13 GMT
* Generated on Tue, 14 May 2024 16:40:20 GMT
*/

@custom-media --pgn-size-breakpoint-min-width-xs (min-width: 0);
Expand Down
3 changes: 1 addition & 2 deletions styles/css/core/variables.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* IMPORTANT: This file is the result of assembling design tokens
* Do not edit directly
* Generated on Tue, 14 May 2024 13:30:13 GMT
* Generated on Tue, 14 May 2024 16:40:20 GMT
*/

:root {
Expand Down Expand Up @@ -306,7 +306,6 @@
--pgn-size-popover-icon-height: 1rem;
--pgn-size-popover-max-width: 480px;
--pgn-size-pagination-focus-outline: 0;
--pgn-size-pagination-focus-border-width: .125rem;
--pgn-size-pagination-toggle-border-sm: .25rem;
--pgn-size-pagination-toggle-border-base: .3125rem;
--pgn-size-pagination-reduced-dropdown-min-width: 6rem;
Expand Down
2 changes: 1 addition & 1 deletion styles/css/themes/light/utility-classes.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* IMPORTANT: This file is the result of assembling design tokens
* Do not edit directly
* Generated on Tue, 14 May 2024 13:30:14 GMT
* Generated on Tue, 14 May 2024 16:40:20 GMT
*/

.bg-accent-a {
Expand Down
2 changes: 1 addition & 1 deletion styles/css/themes/light/variables.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* IMPORTANT: This file is the result of assembling design tokens
* Do not edit directly
* Generated on Tue, 14 May 2024 13:30:14 GMT
* Generated on Tue, 14 May 2024 16:40:20 GMT
*/

:root {
Expand Down
1 change: 0 additions & 1 deletion tokens/src/core/components/Pagination.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
}
},
"focus": {
"border-width": { "value": ".125rem", "type": "dimension", "source": "$pagination-focus-border-width" },
"outline": { "value": "0", "type": "dimension", "source": "$pagination-focus-outline" }
}
}
Expand Down

0 comments on commit 9fdce59

Please sign in to comment.