@mittwald/flow-design-tokens 0.1.0-alpha.350 → 0.1.0-alpha.352
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 +3 -0
- package/dist/variables.json +59 -0
- package/package.json +2 -2
package/dist/variables.css
CHANGED
|
@@ -275,6 +275,7 @@
|
|
|
275
275
|
--column-layout--gap--m: var(--size-px--m);
|
|
276
276
|
--column-layout--gap--s: var(--size-px--s);
|
|
277
277
|
--column-layout--content-to-content-spacing: var(--size-rem--m);
|
|
278
|
+
--align--avatar-text--spacing: var(--size-rem--s);
|
|
278
279
|
--accordion--content-padding: var(--size-px--s);
|
|
279
280
|
--accordion--header-padding-y: var(--size-px--xs);
|
|
280
281
|
--accordion--header-padding-x: var(--size-px--s);
|
|
@@ -472,8 +473,10 @@
|
|
|
472
473
|
--calendar--spacing: var(--size-rem--xs);
|
|
473
474
|
--date-picker--date-segment-corner-radius: var(--size-px--xs);
|
|
474
475
|
--font-size-text--default: var(--font-size-text--m);
|
|
476
|
+
--line-height--s: calc(var(--font-size-text--s) * 1.5);
|
|
475
477
|
--line-height--m: calc(var(--font-size-text--m) * 1.5);
|
|
476
478
|
--focus--outline-offset: var(--size-px--xxs);
|
|
479
|
+
--markdown--spacing: var(--size-rem--m);
|
|
477
480
|
--labeled-value--value-to-action-spacing: var(--size-rem--xs);
|
|
478
481
|
--labeled-value--label-to-value-spacing: var(--size-rem--xxs);
|
|
479
482
|
--label--spacing: var(--size-rem--xs);
|
package/dist/variables.json
CHANGED
|
@@ -13529,6 +13529,25 @@
|
|
|
13529
13529
|
]
|
|
13530
13530
|
}
|
|
13531
13531
|
},
|
|
13532
|
+
"markdown": {
|
|
13533
|
+
"spacing": {
|
|
13534
|
+
"value": "1rem",
|
|
13535
|
+
"filePath": "src/content/markdown.yml",
|
|
13536
|
+
"isSource": true,
|
|
13537
|
+
"original": {
|
|
13538
|
+
"value": "{size-rem.m}"
|
|
13539
|
+
},
|
|
13540
|
+
"name": "MarkdownSpacing",
|
|
13541
|
+
"attributes": {
|
|
13542
|
+
"category": "markdown",
|
|
13543
|
+
"type": "spacing"
|
|
13544
|
+
},
|
|
13545
|
+
"path": [
|
|
13546
|
+
"markdown",
|
|
13547
|
+
"spacing"
|
|
13548
|
+
]
|
|
13549
|
+
}
|
|
13550
|
+
},
|
|
13532
13551
|
"text": {
|
|
13533
13552
|
"color": {
|
|
13534
13553
|
"default": {
|
|
@@ -13749,6 +13768,23 @@
|
|
|
13749
13768
|
"line-height",
|
|
13750
13769
|
"m"
|
|
13751
13770
|
]
|
|
13771
|
+
},
|
|
13772
|
+
"s": {
|
|
13773
|
+
"value": "calc(0.875rem * 1.5)",
|
|
13774
|
+
"filePath": "src/font.yml",
|
|
13775
|
+
"isSource": true,
|
|
13776
|
+
"original": {
|
|
13777
|
+
"value": "calc({font-size-text.s} * 1.5)"
|
|
13778
|
+
},
|
|
13779
|
+
"name": "LineHeightS",
|
|
13780
|
+
"attributes": {
|
|
13781
|
+
"category": "line-height",
|
|
13782
|
+
"type": "s"
|
|
13783
|
+
},
|
|
13784
|
+
"path": [
|
|
13785
|
+
"line-height",
|
|
13786
|
+
"s"
|
|
13787
|
+
]
|
|
13752
13788
|
}
|
|
13753
13789
|
},
|
|
13754
13790
|
"font-size-text": {
|
|
@@ -21453,6 +21489,29 @@
|
|
|
21453
21489
|
]
|
|
21454
21490
|
}
|
|
21455
21491
|
},
|
|
21492
|
+
"align": {
|
|
21493
|
+
"avatar-text": {
|
|
21494
|
+
"spacing": {
|
|
21495
|
+
"value": "0.5rem",
|
|
21496
|
+
"filePath": "src/structure/align.yml",
|
|
21497
|
+
"isSource": true,
|
|
21498
|
+
"original": {
|
|
21499
|
+
"value": "{size-rem.s}"
|
|
21500
|
+
},
|
|
21501
|
+
"name": "AlignAvatarTextSpacing",
|
|
21502
|
+
"attributes": {
|
|
21503
|
+
"category": "align",
|
|
21504
|
+
"type": "avatar-text",
|
|
21505
|
+
"item": "spacing"
|
|
21506
|
+
},
|
|
21507
|
+
"path": [
|
|
21508
|
+
"align",
|
|
21509
|
+
"avatar-text",
|
|
21510
|
+
"spacing"
|
|
21511
|
+
]
|
|
21512
|
+
}
|
|
21513
|
+
}
|
|
21514
|
+
},
|
|
21456
21515
|
"column-layout": {
|
|
21457
21516
|
"content-to-content-spacing": {
|
|
21458
21517
|
"value": "1rem",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/flow-design-tokens",
|
|
3
|
-
"version": "0.1.0-alpha.
|
|
3
|
+
"version": "0.1.0-alpha.352",
|
|
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",
|
|
@@ -21,5 +21,5 @@
|
|
|
21
21
|
"nx": "^20.0.0",
|
|
22
22
|
"style-dictionary": "^4.1.3"
|
|
23
23
|
},
|
|
24
|
-
"gitHead": "
|
|
24
|
+
"gitHead": "13fbaba57ead5d7ad58e3d0f7c7515e08f4501c5"
|
|
25
25
|
}
|