@infomaniak-design-system/tokens 0.0.4 → 0.0.6-dev.1781768331109

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/package.json +1 -1
  2. package/tailwind.css +8 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infomaniak-design-system/tokens",
3
- "version": "0.0.4",
3
+ "version": "0.0.6-dev.1781768331109",
4
4
  "type": "module",
5
5
  "description": "Infomaniak's Design System - Tokens",
6
6
  "keywords": [
package/tailwind.css CHANGED
@@ -3,7 +3,13 @@
3
3
  */
4
4
 
5
5
  @theme inline {
6
- --*: initial;
6
+ --color-*: initial;
7
+ --font-*: initial;
8
+ --text-*: initial;
9
+ --font-weight-*: initial;
10
+ --tracking-*: initial;
11
+ --spacing-*: initial;
12
+ --radius-*: initial;
7
13
  --color-background-elevation-surface-pressed: var(--esds-color-background-elevation-surface-pressed);
8
14
  --color-background-elevation-surface-hover: var(--esds-color-background-elevation-surface-hover);
9
15
  --color-background-elevation-surface-default: var(--esds-color-background-elevation-surface-default);
@@ -137,5 +143,5 @@
137
143
  --text-4xl--line-height: var(--esds-text-4xl-line-height);
138
144
  --text-5xl: var(--esds-text-5xl-size);
139
145
  --text-5xl--line-height: var(--esds-text-5xl-line-height);
140
- --spacing: 1px;
146
+ --spacing: 0.25rem;
141
147
  }