@mittwald/flow-design-tokens 0.2.0-alpha.52 → 0.2.0-alpha.53
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 -0
- package/dist/variables.json +17 -0
- package/package.json +2 -2
package/dist/variables.css
CHANGED
|
@@ -444,6 +444,7 @@
|
|
|
444
444
|
--labeled-value--value-to-action-spacing: var(--size-rem--xs);
|
|
445
445
|
--markdown--spacing: var(--size-rem--m);
|
|
446
446
|
--message-thread--spacing: var(--size-rem--l);
|
|
447
|
+
--message-thread--indentation: var(--size-px--m);
|
|
447
448
|
--message--padding-y: var(--size-px--s);
|
|
448
449
|
--message--padding-x: var(--size-px--m);
|
|
449
450
|
--message--spacing-y: var(--size-rem--s);
|
package/dist/variables.json
CHANGED
|
@@ -13635,6 +13635,23 @@
|
|
|
13635
13635
|
"message-thread",
|
|
13636
13636
|
"spacing"
|
|
13637
13637
|
]
|
|
13638
|
+
},
|
|
13639
|
+
"indentation": {
|
|
13640
|
+
"value": "16px",
|
|
13641
|
+
"filePath": "src/content/message-thread.yml",
|
|
13642
|
+
"isSource": true,
|
|
13643
|
+
"original": {
|
|
13644
|
+
"value": "{size-px.m}"
|
|
13645
|
+
},
|
|
13646
|
+
"name": "MessageThreadIndentation",
|
|
13647
|
+
"attributes": {
|
|
13648
|
+
"category": "message-thread",
|
|
13649
|
+
"type": "indentation"
|
|
13650
|
+
},
|
|
13651
|
+
"path": [
|
|
13652
|
+
"message-thread",
|
|
13653
|
+
"indentation"
|
|
13654
|
+
]
|
|
13638
13655
|
}
|
|
13639
13656
|
},
|
|
13640
13657
|
"message": {
|
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.53",
|
|
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": "4067a1581957a748290b38f3e214b30e38d4047b"
|
|
28
28
|
}
|