Skip to content

Commit

Permalink
chore(tokens): change to link text decoration
Browse files Browse the repository at this point in the history
  • Loading branch information
mcoker committed Jul 18, 2024
1 parent 9a812d6 commit f9073d1
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/module/build/css/tokens-charts-dark.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// Do not edit directly
// Generated on Tue, 16 Jul 2024 23:44:44 GMT
// Generated on Thu, 18 Jul 2024 22:27:54 GMT

@mixin pf-v6-tokens {
--pf-t--chart--global--BorderWidth--lg: 8;
Expand Down
2 changes: 1 addition & 1 deletion packages/module/build/css/tokens-charts.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// Do not edit directly
// Generated on Tue, 16 Jul 2024 23:44:44 GMT
// Generated on Thu, 18 Jul 2024 22:27:54 GMT

@mixin pf-v6-tokens {
--pf-t--chart--global--BorderWidth--lg: 8;
Expand Down
2 changes: 1 addition & 1 deletion packages/module/build/css/tokens-dark.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// Do not edit directly
// Generated on Tue, 16 Jul 2024 23:44:44 GMT
// Generated on Thu, 18 Jul 2024 22:27:54 GMT

@mixin pf-v6-tokens {
--pf-t--global--background--color--action--plain--default: rgba(0, 0, 0, 0.0000);
Expand Down
6 changes: 3 additions & 3 deletions packages/module/build/css/tokens-default.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// Do not edit directly
// Generated on Tue, 16 Jul 2024 23:44:44 GMT
// Generated on Thu, 18 Jul 2024 22:27:54 GMT

@mixin pf-v6-tokens {
--pf-t--global--background--color--500: rgba(21, 21, 21, 0.2000);
Expand Down Expand Up @@ -300,8 +300,8 @@
--pf-t--global--text-decoration--help-text--line--hover: var(--pf-t--global--text-decoration--line--200);
--pf-t--global--text-decoration--help-text--style--default: var(--pf-t--global--text-decoration--style--200);
--pf-t--global--text-decoration--help-text--style--hover: var(--pf-t--global--text-decoration--style--200);
--pf-t--global--text-decoration--link--line--default: var(--pf-t--global--text-decoration--style--200);
--pf-t--global--text-decoration--link--line--hover: var(--pf-t--global--text-decoration--style--200);
--pf-t--global--text-decoration--link--line--default: var(--pf-t--global--text-decoration--line--200);
--pf-t--global--text-decoration--link--line--hover: var(--pf-t--global--text-decoration--line--200);
--pf-t--global--text-decoration--link--style--default: var(--pf-t--global--text-decoration--style--100);
--pf-t--global--text-decoration--link--style--hover: var(--pf-t--global--text-decoration--style--100);
--pf-t--global--z-index--2xl: var(--pf-t--global--z-index--600);
Expand Down
2 changes: 1 addition & 1 deletion packages/module/build/css/tokens-palette.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// Do not edit directly
// Generated on Tue, 16 Jul 2024 23:44:44 GMT
// Generated on Thu, 18 Jul 2024 22:27:54 GMT

@mixin pf-v6-tokens {
--pf-t--color--black: #000000;
Expand Down
4 changes: 2 additions & 2 deletions packages/module/tokens/default/semantic.dimension.json
Original file line number Diff line number Diff line change
Expand Up @@ -919,11 +919,11 @@
"line": {
"default": {
"type": "number",
"value": "{global.text-decoration.style.200}"
"value": "{global.text-decoration.line.200}"
},
"hover": {
"type": "number",
"value": "{global.text-decoration.style.200}"
"value": "{global.text-decoration.line.200}"
}
},
"style": {
Expand Down

0 comments on commit f9073d1

Please sign in to comment.