@mittwald/flow-design-tokens 0.2.0-alpha.77 → 0.2.0-alpha.79
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.
- package/dist/variables.css +1 -2
- package/dist/variables.json +4 -25
- package/package.json +2 -2
package/dist/variables.css
CHANGED
|
@@ -660,9 +660,8 @@
|
|
|
660
660
|
--accordion--padding-y: var(--size-px--xs);
|
|
661
661
|
--align--avatar-text--spacing: var(--size-rem--s);
|
|
662
662
|
--align--input-button--spacing: var(--size-px--m);
|
|
663
|
-
--align--text-
|
|
663
|
+
--align--text-button--spacing: var(--size-rem--xs);
|
|
664
664
|
--align--icon-text--spacing: var(--size-rem--s);
|
|
665
|
-
--align--text-contextualHelp--spacing: var(--size-rem--xs);
|
|
666
665
|
--column-layout--gap--s: var(--size-px--s);
|
|
667
666
|
--column-layout--gap--m: var(--size-px--m);
|
|
668
667
|
--column-layout--gap--l: var(--size-px--l);
|
package/dist/variables.json
CHANGED
|
@@ -21831,7 +21831,7 @@
|
|
|
21831
21831
|
]
|
|
21832
21832
|
}
|
|
21833
21833
|
},
|
|
21834
|
-
"text-
|
|
21834
|
+
"text-button": {
|
|
21835
21835
|
"spacing": {
|
|
21836
21836
|
"value": "0.25rem",
|
|
21837
21837
|
"filePath": "src/structure/align.yml",
|
|
@@ -21839,15 +21839,15 @@
|
|
|
21839
21839
|
"original": {
|
|
21840
21840
|
"value": "{size-rem.xs}"
|
|
21841
21841
|
},
|
|
21842
|
-
"name": "
|
|
21842
|
+
"name": "AlignTextButtonSpacing",
|
|
21843
21843
|
"attributes": {
|
|
21844
21844
|
"category": "align",
|
|
21845
|
-
"type": "text-
|
|
21845
|
+
"type": "text-button",
|
|
21846
21846
|
"item": "spacing"
|
|
21847
21847
|
},
|
|
21848
21848
|
"path": [
|
|
21849
21849
|
"align",
|
|
21850
|
-
"text-
|
|
21850
|
+
"text-button",
|
|
21851
21851
|
"spacing"
|
|
21852
21852
|
]
|
|
21853
21853
|
}
|
|
@@ -21872,27 +21872,6 @@
|
|
|
21872
21872
|
"spacing"
|
|
21873
21873
|
]
|
|
21874
21874
|
}
|
|
21875
|
-
},
|
|
21876
|
-
"text-contextualHelp": {
|
|
21877
|
-
"spacing": {
|
|
21878
|
-
"value": "0.25rem",
|
|
21879
|
-
"filePath": "src/structure/align.yml",
|
|
21880
|
-
"isSource": true,
|
|
21881
|
-
"original": {
|
|
21882
|
-
"value": "{size-rem.xs}"
|
|
21883
|
-
},
|
|
21884
|
-
"name": "AlignTextContextualHelpSpacing",
|
|
21885
|
-
"attributes": {
|
|
21886
|
-
"category": "align",
|
|
21887
|
-
"type": "text-contextualHelp",
|
|
21888
|
-
"item": "spacing"
|
|
21889
|
-
},
|
|
21890
|
-
"path": [
|
|
21891
|
-
"align",
|
|
21892
|
-
"text-contextualHelp",
|
|
21893
|
-
"spacing"
|
|
21894
|
-
]
|
|
21895
|
-
}
|
|
21896
21875
|
}
|
|
21897
21876
|
},
|
|
21898
21877
|
"column-layout": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/flow-design-tokens",
|
|
3
|
-
"version": "0.2.0-alpha.
|
|
3
|
+
"version": "0.2.0-alpha.79",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "The design tokens used in Flow, mittwald’s design system",
|
|
6
6
|
"homepage": "https://github.com/mittwald/flow/tree/main/packages/design-tokens",
|
|
@@ -24,5 +24,5 @@
|
|
|
24
24
|
"rimraf": "^6.0.1",
|
|
25
25
|
"style-dictionary": "^4.3.3"
|
|
26
26
|
},
|
|
27
|
-
"gitHead": "
|
|
27
|
+
"gitHead": "982432ec35d7e0ec630d905786576a685e3a3d22"
|
|
28
28
|
}
|