@altrex-ui/styling 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/tokens.styl +13 -0
  2. package/package.json +1 -1
package/dist/tokens.styl CHANGED
@@ -99,6 +99,19 @@ $altrex-breakpoints-lg = 1024px
99
99
  $altrex-breakpoints-xl = 1280px
100
100
  $altrex-breakpoints-2xl = 1536px
101
101
 
102
+ // Component-specific tokens
103
+ $altrex-border-radius-button-default = $altrex-borderRadius-default
104
+ $altrex-border-radius-button-pill = $altrex-borderRadius-full
105
+
106
+ // Typography
107
+ $altrex-font-family-body = -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif
108
+ $altrex-font-size-body-1 = $altrex-fontSize-base
109
+ $altrex-font-size-body-2 = $altrex-fontSize-sm
110
+ $altrex-font-size-caption = $altrex-fontSize-xs
111
+
112
+ // Transitions
113
+ $altrex-transition-default = 0.2s ease-in-out
114
+
102
115
  // Icon size mixins
103
116
  altrex-icon-s()
104
117
  height: 16px
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@altrex-ui/styling",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Core design tokens for the Altrex design system",
5
5
  "main": "dist/index.js",
6
6
  "exports": {