Skip to content

Commit

Permalink
tailwind default exports
Browse files Browse the repository at this point in the history
  • Loading branch information
oddvernes committed Nov 21, 2023
1 parent a16326e commit 0eb17e8
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion packages/eds-tokens/build/css/eds-density-spacious.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Mon, 20 Nov 2023 13:05:34 GMT
* Generated on Tue, 21 Nov 2023 13:48:18 GMT
* @tokens SpacingSpacious
* @presenter Spacing
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/eds-tokens/build/css/eds-theme-dark.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Mon, 20 Nov 2023 13:05:34 GMT
* Generated on Tue, 21 Nov 2023 13:48:18 GMT
* @tokens ColorsDark
* @presenter Color
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/eds-tokens/build/css/eds-theme-light.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Mon, 20 Nov 2023 13:05:34 GMT
* Generated on Tue, 21 Nov 2023 13:48:18 GMT
* @tokens Colors
* @presenter Color
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/eds-tokens/build/css/eds-tokens-border.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Mon, 20 Nov 2023 13:05:34 GMT
* Generated on Tue, 21 Nov 2023 13:48:18 GMT
* @tokens Borders
* @presenter Border
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/eds-tokens/build/css/eds-tokens-shadow.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Mon, 20 Nov 2023 13:05:34 GMT
* Generated on Tue, 21 Nov 2023 13:48:18 GMT
* @tokens Shadows
* @presenter Shadow
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/eds-tokens/build/css/eds-tokens-typography.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Mon, 20 Nov 2023 13:05:34 GMT
* Generated on Tue, 21 Nov 2023 13:48:18 GMT
* @tokens Fonts
* @presenter FontSize
*/
Expand Down
10 changes: 5 additions & 5 deletions packages/eds-tokens/build/css/eds-tokens.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Mon, 20 Nov 2023 13:05:34 GMT
* Generated on Tue, 21 Nov 2023 13:48:18 GMT
* @tokens SpacingSpacious
* @presenter Spacing
*/
Expand Down Expand Up @@ -96,7 +96,7 @@
}
/**
* Do not edit directly
* Generated on Mon, 20 Nov 2023 13:05:34 GMT
* Generated on Tue, 21 Nov 2023 13:48:18 GMT
* @tokens Colors
* @presenter Color
*/
Expand Down Expand Up @@ -372,7 +372,7 @@
}
/**
* Do not edit directly
* Generated on Mon, 20 Nov 2023 13:05:34 GMT
* Generated on Tue, 21 Nov 2023 13:48:18 GMT
* @tokens Borders
* @presenter Border
*/
Expand All @@ -390,7 +390,7 @@
}
/**
* Do not edit directly
* Generated on Mon, 20 Nov 2023 13:05:34 GMT
* Generated on Tue, 21 Nov 2023 13:48:18 GMT
* @tokens Shadows
* @presenter Shadow
*/
Expand All @@ -405,7 +405,7 @@
}
/**
* Do not edit directly
* Generated on Mon, 20 Nov 2023 13:05:34 GMT
* Generated on Tue, 21 Nov 2023 13:48:18 GMT
* @tokens Fonts
* @presenter FontSize
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
* For more information, check out https://tailwindcss.com/docs/dark-mode.
*
* Do not edit directly
* Generated on Mon, 20 Nov 2023 13:05:34 GMT
* Generated on Tue, 21 Nov 2023 13:48:18 GMT
*/

module.exports = {
export default {
"neutral-0": "rgba(255, 255, 255, 1)",
"neutral-100": "rgba(247, 247, 247, 1)",
"neutral-200": "rgba(234, 234, 234, 1)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
* For use as value of fontFamily property in a Tailwind theme/extend object
*
* Do not edit directly
* Generated on Mon, 20 Nov 2023 13:05:34 GMT
* Generated on Tue, 21 Nov 2023 13:48:18 GMT
*/

module.exports = {
export default {
"sans": "\"Equinor Variable\"",
"mono": "\"Equinor Mono\""
};
4 changes: 2 additions & 2 deletions packages/eds-tokens/build/tailwind/eds-typography.tailwind.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
* For use as value of fontSize property in a Tailwind theme/extend object
*
* Do not edit directly
* Generated on Mon, 20 Nov 2023 13:05:34 GMT
* Generated on Tue, 21 Nov 2023 13:48:18 GMT
*/

module.exports = {
export default {
"lg": ["18.5px",{"lineHeight":"24px","fontWeight":386}],
"lg-bolder": ["18.5px",{"lineHeight":"24px","fontWeight":469}],
"lg-squished": ["18.5px",{"lineHeight":"20px","fontWeight":386}],
Expand Down

0 comments on commit 0eb17e8

Please sign in to comment.