@mittwald/flow-design-tokens 0.1.0-alpha.358 → 0.1.0-alpha.359
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 +7 -0
- package/dist/variables.json +121 -0
- package/package.json +2 -2
package/dist/variables.css
CHANGED
|
@@ -442,6 +442,12 @@
|
|
|
442
442
|
--labeled-value--label-to-value-spacing: var(--size-rem--xxs);
|
|
443
443
|
--labeled-value--value-to-action-spacing: var(--size-rem--xs);
|
|
444
444
|
--markdown--spacing: var(--size-rem--m);
|
|
445
|
+
--message--padding-y: var(--size-px--s);
|
|
446
|
+
--message--padding-x: var(--size-px--m);
|
|
447
|
+
--message--spacing-y: var(--size-rem--s);
|
|
448
|
+
--message--spacing-x: var(--size-rem--m);
|
|
449
|
+
--message--background-color-responder: var(--color--gray--400);
|
|
450
|
+
--message--background-color-sender: var(--color--hosting-blue--200);
|
|
445
451
|
--focus--outline-offset: var(--size-px--xxs);
|
|
446
452
|
--line-height--m: calc(var(--font-size-text--m) * 1.5);
|
|
447
453
|
--line-height--s: calc(var(--font-size-text--s) * 1.5);
|
|
@@ -882,6 +888,7 @@
|
|
|
882
888
|
--illustrated-message--light-icon-color: var(--light-plain-content-color);
|
|
883
889
|
--label--line-height: var(--line-height--m);
|
|
884
890
|
--label--color--default: var(--neutral--color--800);
|
|
891
|
+
--message--corner-radius: var(--corner-radius--default);
|
|
885
892
|
--text--color--default: var(--neutral--color--1000);
|
|
886
893
|
--text--color--light: var(--light-plain-content-color);
|
|
887
894
|
--text--color--dark: var(--dark-plain-content-color);
|
package/dist/variables.json
CHANGED
|
@@ -13548,6 +13548,127 @@
|
|
|
13548
13548
|
]
|
|
13549
13549
|
}
|
|
13550
13550
|
},
|
|
13551
|
+
"message": {
|
|
13552
|
+
"corner-radius": {
|
|
13553
|
+
"value": "4px",
|
|
13554
|
+
"filePath": "src/content/message.yml",
|
|
13555
|
+
"isSource": true,
|
|
13556
|
+
"original": {
|
|
13557
|
+
"value": "{corner-radius.default}"
|
|
13558
|
+
},
|
|
13559
|
+
"name": "MessageCornerRadius",
|
|
13560
|
+
"attributes": {
|
|
13561
|
+
"category": "message",
|
|
13562
|
+
"type": "corner-radius"
|
|
13563
|
+
},
|
|
13564
|
+
"path": [
|
|
13565
|
+
"message",
|
|
13566
|
+
"corner-radius"
|
|
13567
|
+
]
|
|
13568
|
+
},
|
|
13569
|
+
"padding-y": {
|
|
13570
|
+
"value": "8px",
|
|
13571
|
+
"filePath": "src/content/message.yml",
|
|
13572
|
+
"isSource": true,
|
|
13573
|
+
"original": {
|
|
13574
|
+
"value": "{size-px.s}"
|
|
13575
|
+
},
|
|
13576
|
+
"name": "MessagePaddingY",
|
|
13577
|
+
"attributes": {
|
|
13578
|
+
"category": "message",
|
|
13579
|
+
"type": "padding-y"
|
|
13580
|
+
},
|
|
13581
|
+
"path": [
|
|
13582
|
+
"message",
|
|
13583
|
+
"padding-y"
|
|
13584
|
+
]
|
|
13585
|
+
},
|
|
13586
|
+
"padding-x": {
|
|
13587
|
+
"value": "16px",
|
|
13588
|
+
"filePath": "src/content/message.yml",
|
|
13589
|
+
"isSource": true,
|
|
13590
|
+
"original": {
|
|
13591
|
+
"value": "{size-px.m}"
|
|
13592
|
+
},
|
|
13593
|
+
"name": "MessagePaddingX",
|
|
13594
|
+
"attributes": {
|
|
13595
|
+
"category": "message",
|
|
13596
|
+
"type": "padding-x"
|
|
13597
|
+
},
|
|
13598
|
+
"path": [
|
|
13599
|
+
"message",
|
|
13600
|
+
"padding-x"
|
|
13601
|
+
]
|
|
13602
|
+
},
|
|
13603
|
+
"spacing-y": {
|
|
13604
|
+
"value": "0.5rem",
|
|
13605
|
+
"filePath": "src/content/message.yml",
|
|
13606
|
+
"isSource": true,
|
|
13607
|
+
"original": {
|
|
13608
|
+
"value": "{size-rem.s}"
|
|
13609
|
+
},
|
|
13610
|
+
"name": "MessageSpacingY",
|
|
13611
|
+
"attributes": {
|
|
13612
|
+
"category": "message",
|
|
13613
|
+
"type": "spacing-y"
|
|
13614
|
+
},
|
|
13615
|
+
"path": [
|
|
13616
|
+
"message",
|
|
13617
|
+
"spacing-y"
|
|
13618
|
+
]
|
|
13619
|
+
},
|
|
13620
|
+
"spacing-x": {
|
|
13621
|
+
"value": "1rem",
|
|
13622
|
+
"filePath": "src/content/message.yml",
|
|
13623
|
+
"isSource": true,
|
|
13624
|
+
"original": {
|
|
13625
|
+
"value": "{size-rem.m}"
|
|
13626
|
+
},
|
|
13627
|
+
"name": "MessageSpacingX",
|
|
13628
|
+
"attributes": {
|
|
13629
|
+
"category": "message",
|
|
13630
|
+
"type": "spacing-x"
|
|
13631
|
+
},
|
|
13632
|
+
"path": [
|
|
13633
|
+
"message",
|
|
13634
|
+
"spacing-x"
|
|
13635
|
+
]
|
|
13636
|
+
},
|
|
13637
|
+
"background-color-responder": {
|
|
13638
|
+
"value": "#E6E6E6",
|
|
13639
|
+
"filePath": "src/content/message.yml",
|
|
13640
|
+
"isSource": true,
|
|
13641
|
+
"original": {
|
|
13642
|
+
"value": "{color.gray.400}"
|
|
13643
|
+
},
|
|
13644
|
+
"name": "MessageBackgroundColorResponder",
|
|
13645
|
+
"attributes": {
|
|
13646
|
+
"category": "message",
|
|
13647
|
+
"type": "background-color-responder"
|
|
13648
|
+
},
|
|
13649
|
+
"path": [
|
|
13650
|
+
"message",
|
|
13651
|
+
"background-color-responder"
|
|
13652
|
+
]
|
|
13653
|
+
},
|
|
13654
|
+
"background-color-sender": {
|
|
13655
|
+
"value": "#E0EBFF",
|
|
13656
|
+
"filePath": "src/content/message.yml",
|
|
13657
|
+
"isSource": true,
|
|
13658
|
+
"original": {
|
|
13659
|
+
"value": "{color.hosting-blue.200}"
|
|
13660
|
+
},
|
|
13661
|
+
"name": "MessageBackgroundColorSender",
|
|
13662
|
+
"attributes": {
|
|
13663
|
+
"category": "message",
|
|
13664
|
+
"type": "background-color-sender"
|
|
13665
|
+
},
|
|
13666
|
+
"path": [
|
|
13667
|
+
"message",
|
|
13668
|
+
"background-color-sender"
|
|
13669
|
+
]
|
|
13670
|
+
}
|
|
13671
|
+
},
|
|
13551
13672
|
"text": {
|
|
13552
13673
|
"color": {
|
|
13553
13674
|
"default": {
|
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.359",
|
|
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",
|
|
@@ -22,5 +22,5 @@
|
|
|
22
22
|
"prettier": "^3.4.0",
|
|
23
23
|
"style-dictionary": "^4.2.0"
|
|
24
24
|
},
|
|
25
|
-
"gitHead": "
|
|
25
|
+
"gitHead": "873ee92fed2b742deddd25f2b0f2f5ae1537af77"
|
|
26
26
|
}
|