@mittwald/flow-design-tokens 0.2.0-alpha.53 → 0.2.0-alpha.54
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 +11 -7
- package/dist/variables.json +191 -121
- package/package.json +2 -2
package/dist/variables.css
CHANGED
|
@@ -445,12 +445,6 @@
|
|
|
445
445
|
--markdown--spacing: var(--size-rem--m);
|
|
446
446
|
--message-thread--spacing: var(--size-rem--l);
|
|
447
447
|
--message-thread--indentation: var(--size-px--m);
|
|
448
|
-
--message--padding-y: var(--size-px--s);
|
|
449
|
-
--message--padding-x: var(--size-px--m);
|
|
450
|
-
--message--spacing-y: var(--size-rem--s);
|
|
451
|
-
--message--spacing-x: var(--size-rem--m);
|
|
452
|
-
--message--background-color-responder: var(--color--gray--400);
|
|
453
|
-
--message--background-color-sender: var(--color--hosting-blue--200);
|
|
454
448
|
--text--blockquote-border-style: var(--border-style--default);
|
|
455
449
|
--text--blockquote-padding: var(--size-rem--s);
|
|
456
450
|
--text--list-padding: var(--size-rem--l);
|
|
@@ -487,6 +481,14 @@
|
|
|
487
481
|
--switch--label-to-track-spacing: var(--size-rem--s);
|
|
488
482
|
--switch--track-padding: var(--size-rem--xxs);
|
|
489
483
|
--time-field--date-segment-corner-radius: var(--size-px--xs);
|
|
484
|
+
--message-separator--font-size: var(--font-size-text--s);
|
|
485
|
+
--message-separator--padding: var(--size-px--m);
|
|
486
|
+
--message--padding-y: var(--size-px--s);
|
|
487
|
+
--message--padding-x: var(--size-px--m);
|
|
488
|
+
--message--spacing-y: var(--size-rem--s);
|
|
489
|
+
--message--spacing-x: var(--size-rem--m);
|
|
490
|
+
--message--background-color-responder: var(--color--gray--400);
|
|
491
|
+
--message--background-color-sender: var(--color--hosting-blue--200);
|
|
490
492
|
--breadcrumb--color-light--default: var(--light--color--800);
|
|
491
493
|
--breadcrumb--color-light--hover: var(--light--color--700);
|
|
492
494
|
--breadcrumb--color-light--pressed: var(--light--color--600);
|
|
@@ -898,7 +900,6 @@
|
|
|
898
900
|
--image--border-width: var(--border-width--100);
|
|
899
901
|
--label--line-height: var(--line-height--m);
|
|
900
902
|
--label--color--default: var(--neutral--color--800);
|
|
901
|
-
--message--corner-radius: var(--corner-radius--default);
|
|
902
903
|
--text--color--default: var(--neutral--color--1000);
|
|
903
904
|
--text--color--light: var(--light-plain-content-color);
|
|
904
905
|
--text--color--dark: var(--dark-plain-content-color);
|
|
@@ -927,6 +928,9 @@
|
|
|
927
928
|
--switch--handle-color--disabled: var(--neutral--color--500);
|
|
928
929
|
--switch--handle-background-color--default: var(--neutral--color--100);
|
|
929
930
|
--switch--handle-background-color--disabled: var(--neutral--color--300);
|
|
931
|
+
--message-separator--background-color: var(--neutral--color--100);
|
|
932
|
+
--message-separator--color: var(--neutral--color--800);
|
|
933
|
+
--message--corner-radius: var(--corner-radius--default);
|
|
930
934
|
--breadcrumb--color-primary--default: var(--primary--color--1000);
|
|
931
935
|
--breadcrumb--color-primary--hover: var(--primary--color--900);
|
|
932
936
|
--breadcrumb--color-primary--pressed: var(--primary--color--800);
|
package/dist/variables.json
CHANGED
|
@@ -13654,127 +13654,6 @@
|
|
|
13654
13654
|
]
|
|
13655
13655
|
}
|
|
13656
13656
|
},
|
|
13657
|
-
"message": {
|
|
13658
|
-
"corner-radius": {
|
|
13659
|
-
"value": "4px",
|
|
13660
|
-
"filePath": "src/content/message.yml",
|
|
13661
|
-
"isSource": true,
|
|
13662
|
-
"original": {
|
|
13663
|
-
"value": "{corner-radius.default}"
|
|
13664
|
-
},
|
|
13665
|
-
"name": "MessageCornerRadius",
|
|
13666
|
-
"attributes": {
|
|
13667
|
-
"category": "message",
|
|
13668
|
-
"type": "corner-radius"
|
|
13669
|
-
},
|
|
13670
|
-
"path": [
|
|
13671
|
-
"message",
|
|
13672
|
-
"corner-radius"
|
|
13673
|
-
]
|
|
13674
|
-
},
|
|
13675
|
-
"padding-y": {
|
|
13676
|
-
"value": "8px",
|
|
13677
|
-
"filePath": "src/content/message.yml",
|
|
13678
|
-
"isSource": true,
|
|
13679
|
-
"original": {
|
|
13680
|
-
"value": "{size-px.s}"
|
|
13681
|
-
},
|
|
13682
|
-
"name": "MessagePaddingY",
|
|
13683
|
-
"attributes": {
|
|
13684
|
-
"category": "message",
|
|
13685
|
-
"type": "padding-y"
|
|
13686
|
-
},
|
|
13687
|
-
"path": [
|
|
13688
|
-
"message",
|
|
13689
|
-
"padding-y"
|
|
13690
|
-
]
|
|
13691
|
-
},
|
|
13692
|
-
"padding-x": {
|
|
13693
|
-
"value": "16px",
|
|
13694
|
-
"filePath": "src/content/message.yml",
|
|
13695
|
-
"isSource": true,
|
|
13696
|
-
"original": {
|
|
13697
|
-
"value": "{size-px.m}"
|
|
13698
|
-
},
|
|
13699
|
-
"name": "MessagePaddingX",
|
|
13700
|
-
"attributes": {
|
|
13701
|
-
"category": "message",
|
|
13702
|
-
"type": "padding-x"
|
|
13703
|
-
},
|
|
13704
|
-
"path": [
|
|
13705
|
-
"message",
|
|
13706
|
-
"padding-x"
|
|
13707
|
-
]
|
|
13708
|
-
},
|
|
13709
|
-
"spacing-y": {
|
|
13710
|
-
"value": "0.5rem",
|
|
13711
|
-
"filePath": "src/content/message.yml",
|
|
13712
|
-
"isSource": true,
|
|
13713
|
-
"original": {
|
|
13714
|
-
"value": "{size-rem.s}"
|
|
13715
|
-
},
|
|
13716
|
-
"name": "MessageSpacingY",
|
|
13717
|
-
"attributes": {
|
|
13718
|
-
"category": "message",
|
|
13719
|
-
"type": "spacing-y"
|
|
13720
|
-
},
|
|
13721
|
-
"path": [
|
|
13722
|
-
"message",
|
|
13723
|
-
"spacing-y"
|
|
13724
|
-
]
|
|
13725
|
-
},
|
|
13726
|
-
"spacing-x": {
|
|
13727
|
-
"value": "1rem",
|
|
13728
|
-
"filePath": "src/content/message.yml",
|
|
13729
|
-
"isSource": true,
|
|
13730
|
-
"original": {
|
|
13731
|
-
"value": "{size-rem.m}"
|
|
13732
|
-
},
|
|
13733
|
-
"name": "MessageSpacingX",
|
|
13734
|
-
"attributes": {
|
|
13735
|
-
"category": "message",
|
|
13736
|
-
"type": "spacing-x"
|
|
13737
|
-
},
|
|
13738
|
-
"path": [
|
|
13739
|
-
"message",
|
|
13740
|
-
"spacing-x"
|
|
13741
|
-
]
|
|
13742
|
-
},
|
|
13743
|
-
"background-color-responder": {
|
|
13744
|
-
"value": "#E6E6E6",
|
|
13745
|
-
"filePath": "src/content/message.yml",
|
|
13746
|
-
"isSource": true,
|
|
13747
|
-
"original": {
|
|
13748
|
-
"value": "{color.gray.400}"
|
|
13749
|
-
},
|
|
13750
|
-
"name": "MessageBackgroundColorResponder",
|
|
13751
|
-
"attributes": {
|
|
13752
|
-
"category": "message",
|
|
13753
|
-
"type": "background-color-responder"
|
|
13754
|
-
},
|
|
13755
|
-
"path": [
|
|
13756
|
-
"message",
|
|
13757
|
-
"background-color-responder"
|
|
13758
|
-
]
|
|
13759
|
-
},
|
|
13760
|
-
"background-color-sender": {
|
|
13761
|
-
"value": "#E0EBFF",
|
|
13762
|
-
"filePath": "src/content/message.yml",
|
|
13763
|
-
"isSource": true,
|
|
13764
|
-
"original": {
|
|
13765
|
-
"value": "{color.hosting-blue.200}"
|
|
13766
|
-
},
|
|
13767
|
-
"name": "MessageBackgroundColorSender",
|
|
13768
|
-
"attributes": {
|
|
13769
|
-
"category": "message",
|
|
13770
|
-
"type": "background-color-sender"
|
|
13771
|
-
},
|
|
13772
|
-
"path": [
|
|
13773
|
-
"message",
|
|
13774
|
-
"background-color-sender"
|
|
13775
|
-
]
|
|
13776
|
-
}
|
|
13777
|
-
},
|
|
13778
13657
|
"text": {
|
|
13779
13658
|
"color": {
|
|
13780
13659
|
"default": {
|
|
@@ -15864,6 +15743,197 @@
|
|
|
15864
15743
|
]
|
|
15865
15744
|
}
|
|
15866
15745
|
},
|
|
15746
|
+
"message-separator": {
|
|
15747
|
+
"background-color": {
|
|
15748
|
+
"value": "#FFFFFF",
|
|
15749
|
+
"filePath": "src/message/message-separator.yml",
|
|
15750
|
+
"isSource": true,
|
|
15751
|
+
"original": {
|
|
15752
|
+
"value": "{neutral.color.100}"
|
|
15753
|
+
},
|
|
15754
|
+
"name": "MessageSeparatorBackgroundColor",
|
|
15755
|
+
"attributes": {
|
|
15756
|
+
"category": "message-separator",
|
|
15757
|
+
"type": "background-color"
|
|
15758
|
+
},
|
|
15759
|
+
"path": [
|
|
15760
|
+
"message-separator",
|
|
15761
|
+
"background-color"
|
|
15762
|
+
]
|
|
15763
|
+
},
|
|
15764
|
+
"font-size": {
|
|
15765
|
+
"value": "0.875rem",
|
|
15766
|
+
"filePath": "src/message/message-separator.yml",
|
|
15767
|
+
"isSource": true,
|
|
15768
|
+
"original": {
|
|
15769
|
+
"value": "{font-size-text.s}"
|
|
15770
|
+
},
|
|
15771
|
+
"name": "MessageSeparatorFontSize",
|
|
15772
|
+
"attributes": {
|
|
15773
|
+
"category": "message-separator",
|
|
15774
|
+
"type": "font-size"
|
|
15775
|
+
},
|
|
15776
|
+
"path": [
|
|
15777
|
+
"message-separator",
|
|
15778
|
+
"font-size"
|
|
15779
|
+
]
|
|
15780
|
+
},
|
|
15781
|
+
"padding": {
|
|
15782
|
+
"value": "16px",
|
|
15783
|
+
"filePath": "src/message/message-separator.yml",
|
|
15784
|
+
"isSource": true,
|
|
15785
|
+
"original": {
|
|
15786
|
+
"value": "{size-px.m}"
|
|
15787
|
+
},
|
|
15788
|
+
"name": "MessageSeparatorPadding",
|
|
15789
|
+
"attributes": {
|
|
15790
|
+
"category": "message-separator",
|
|
15791
|
+
"type": "padding"
|
|
15792
|
+
},
|
|
15793
|
+
"path": [
|
|
15794
|
+
"message-separator",
|
|
15795
|
+
"padding"
|
|
15796
|
+
]
|
|
15797
|
+
},
|
|
15798
|
+
"color": {
|
|
15799
|
+
"value": "#6D6D6D",
|
|
15800
|
+
"filePath": "src/message/message-separator.yml",
|
|
15801
|
+
"isSource": true,
|
|
15802
|
+
"original": {
|
|
15803
|
+
"value": "{neutral.color.800}"
|
|
15804
|
+
},
|
|
15805
|
+
"name": "MessageSeparatorColor",
|
|
15806
|
+
"attributes": {
|
|
15807
|
+
"category": "message-separator",
|
|
15808
|
+
"type": "color"
|
|
15809
|
+
},
|
|
15810
|
+
"path": [
|
|
15811
|
+
"message-separator",
|
|
15812
|
+
"color"
|
|
15813
|
+
]
|
|
15814
|
+
}
|
|
15815
|
+
},
|
|
15816
|
+
"message": {
|
|
15817
|
+
"corner-radius": {
|
|
15818
|
+
"value": "4px",
|
|
15819
|
+
"filePath": "src/message/message.yml",
|
|
15820
|
+
"isSource": true,
|
|
15821
|
+
"original": {
|
|
15822
|
+
"value": "{corner-radius.default}"
|
|
15823
|
+
},
|
|
15824
|
+
"name": "MessageCornerRadius",
|
|
15825
|
+
"attributes": {
|
|
15826
|
+
"category": "message",
|
|
15827
|
+
"type": "corner-radius"
|
|
15828
|
+
},
|
|
15829
|
+
"path": [
|
|
15830
|
+
"message",
|
|
15831
|
+
"corner-radius"
|
|
15832
|
+
]
|
|
15833
|
+
},
|
|
15834
|
+
"padding-y": {
|
|
15835
|
+
"value": "8px",
|
|
15836
|
+
"filePath": "src/message/message.yml",
|
|
15837
|
+
"isSource": true,
|
|
15838
|
+
"original": {
|
|
15839
|
+
"value": "{size-px.s}"
|
|
15840
|
+
},
|
|
15841
|
+
"name": "MessagePaddingY",
|
|
15842
|
+
"attributes": {
|
|
15843
|
+
"category": "message",
|
|
15844
|
+
"type": "padding-y"
|
|
15845
|
+
},
|
|
15846
|
+
"path": [
|
|
15847
|
+
"message",
|
|
15848
|
+
"padding-y"
|
|
15849
|
+
]
|
|
15850
|
+
},
|
|
15851
|
+
"padding-x": {
|
|
15852
|
+
"value": "16px",
|
|
15853
|
+
"filePath": "src/message/message.yml",
|
|
15854
|
+
"isSource": true,
|
|
15855
|
+
"original": {
|
|
15856
|
+
"value": "{size-px.m}"
|
|
15857
|
+
},
|
|
15858
|
+
"name": "MessagePaddingX",
|
|
15859
|
+
"attributes": {
|
|
15860
|
+
"category": "message",
|
|
15861
|
+
"type": "padding-x"
|
|
15862
|
+
},
|
|
15863
|
+
"path": [
|
|
15864
|
+
"message",
|
|
15865
|
+
"padding-x"
|
|
15866
|
+
]
|
|
15867
|
+
},
|
|
15868
|
+
"spacing-y": {
|
|
15869
|
+
"value": "0.5rem",
|
|
15870
|
+
"filePath": "src/message/message.yml",
|
|
15871
|
+
"isSource": true,
|
|
15872
|
+
"original": {
|
|
15873
|
+
"value": "{size-rem.s}"
|
|
15874
|
+
},
|
|
15875
|
+
"name": "MessageSpacingY",
|
|
15876
|
+
"attributes": {
|
|
15877
|
+
"category": "message",
|
|
15878
|
+
"type": "spacing-y"
|
|
15879
|
+
},
|
|
15880
|
+
"path": [
|
|
15881
|
+
"message",
|
|
15882
|
+
"spacing-y"
|
|
15883
|
+
]
|
|
15884
|
+
},
|
|
15885
|
+
"spacing-x": {
|
|
15886
|
+
"value": "1rem",
|
|
15887
|
+
"filePath": "src/message/message.yml",
|
|
15888
|
+
"isSource": true,
|
|
15889
|
+
"original": {
|
|
15890
|
+
"value": "{size-rem.m}"
|
|
15891
|
+
},
|
|
15892
|
+
"name": "MessageSpacingX",
|
|
15893
|
+
"attributes": {
|
|
15894
|
+
"category": "message",
|
|
15895
|
+
"type": "spacing-x"
|
|
15896
|
+
},
|
|
15897
|
+
"path": [
|
|
15898
|
+
"message",
|
|
15899
|
+
"spacing-x"
|
|
15900
|
+
]
|
|
15901
|
+
},
|
|
15902
|
+
"background-color-responder": {
|
|
15903
|
+
"value": "#E6E6E6",
|
|
15904
|
+
"filePath": "src/message/message.yml",
|
|
15905
|
+
"isSource": true,
|
|
15906
|
+
"original": {
|
|
15907
|
+
"value": "{color.gray.400}"
|
|
15908
|
+
},
|
|
15909
|
+
"name": "MessageBackgroundColorResponder",
|
|
15910
|
+
"attributes": {
|
|
15911
|
+
"category": "message",
|
|
15912
|
+
"type": "background-color-responder"
|
|
15913
|
+
},
|
|
15914
|
+
"path": [
|
|
15915
|
+
"message",
|
|
15916
|
+
"background-color-responder"
|
|
15917
|
+
]
|
|
15918
|
+
},
|
|
15919
|
+
"background-color-sender": {
|
|
15920
|
+
"value": "#E0EBFF",
|
|
15921
|
+
"filePath": "src/message/message.yml",
|
|
15922
|
+
"isSource": true,
|
|
15923
|
+
"original": {
|
|
15924
|
+
"value": "{color.hosting-blue.200}"
|
|
15925
|
+
},
|
|
15926
|
+
"name": "MessageBackgroundColorSender",
|
|
15927
|
+
"attributes": {
|
|
15928
|
+
"category": "message",
|
|
15929
|
+
"type": "background-color-sender"
|
|
15930
|
+
},
|
|
15931
|
+
"path": [
|
|
15932
|
+
"message",
|
|
15933
|
+
"background-color-sender"
|
|
15934
|
+
]
|
|
15935
|
+
}
|
|
15936
|
+
},
|
|
15867
15937
|
"breadcrumb": {
|
|
15868
15938
|
"color-primary": {
|
|
15869
15939
|
"default": {
|
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.54",
|
|
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": "ad7320572cb86d0a5350f07bfa2ee4c03e85b21f"
|
|
28
28
|
}
|