@mittwald/flow-design-tokens 0.2.0-alpha.6 → 0.2.0-alpha.61
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 +39 -9
- package/dist/variables.json +692 -144
- package/package.json +8 -6
package/dist/variables.css
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
--image-button--brightness--pressed: 50%;
|
|
8
8
|
--corner-radius--round: 50%;
|
|
9
9
|
--border-style--default: solid;
|
|
10
|
+
--border-style--dashed: dashed;
|
|
10
11
|
--dark--color--100: rgb(0 0 0 / 12.5%);
|
|
11
12
|
--dark--color--200: rgb(0 0 0 / 25%);
|
|
12
13
|
--dark--color--300: rgb(0 0 0 / 37.5%);
|
|
@@ -275,6 +276,17 @@
|
|
|
275
276
|
--border-width--200: var(--size-px--xxs);
|
|
276
277
|
--border-width--300: var(--size-px--xs);
|
|
277
278
|
--border-width--400: var(--size-px--s);
|
|
279
|
+
--chat--spacing: var(--size-px--m);
|
|
280
|
+
--message-separator--font-size: var(--font-size-text--s);
|
|
281
|
+
--message-separator--padding: var(--size-px--m);
|
|
282
|
+
--message-thread--spacing: var(--size-rem--l);
|
|
283
|
+
--message-thread--indentation: var(--size-px--m);
|
|
284
|
+
--message--padding-y: var(--size-px--s);
|
|
285
|
+
--message--padding-x: var(--size-px--m);
|
|
286
|
+
--message--spacing-y: var(--size-rem--s);
|
|
287
|
+
--message--spacing-x: var(--size-rem--m);
|
|
288
|
+
--message--background-color-responder: var(--color--gray--400);
|
|
289
|
+
--message--background-color-sender: var(--color--hosting-blue--200);
|
|
278
290
|
--primary--color--100: var(--color--hosting-blue--100);
|
|
279
291
|
--primary--color--200: var(--color--hosting-blue--200);
|
|
280
292
|
--primary--color--300: var(--color--hosting-blue--300);
|
|
@@ -434,6 +446,7 @@
|
|
|
434
446
|
--heading--font-weight: var(--font-weight--bold);
|
|
435
447
|
--illustrated-message--padding: var(--size-px--m);
|
|
436
448
|
--illustrated-message--spacing: var(--size-rem--m);
|
|
449
|
+
--image--border-style: var(--border-style--default);
|
|
437
450
|
--initials--font-weight: var(--font-weight--bold);
|
|
438
451
|
--label--font-size: var(--font-size-text--s);
|
|
439
452
|
--label--font-weight: var(--font-weight--bold);
|
|
@@ -441,12 +454,9 @@
|
|
|
441
454
|
--labeled-value--label-to-value-spacing: var(--size-rem--xxs);
|
|
442
455
|
--labeled-value--value-to-action-spacing: var(--size-rem--xs);
|
|
443
456
|
--markdown--spacing: var(--size-rem--m);
|
|
444
|
-
--
|
|
445
|
-
--
|
|
446
|
-
--
|
|
447
|
-
--message--spacing-x: var(--size-rem--m);
|
|
448
|
-
--message--background-color-responder: var(--color--gray--400);
|
|
449
|
-
--message--background-color-sender: var(--color--hosting-blue--200);
|
|
457
|
+
--text--blockquote-border-style: var(--border-style--default);
|
|
458
|
+
--text--blockquote-padding: var(--size-rem--s);
|
|
459
|
+
--text--list-padding: var(--size-rem--l);
|
|
450
460
|
--focus--outline-offset: var(--size-px--xxs);
|
|
451
461
|
--line-height--m: calc(var(--font-size-text--m) * 1.5);
|
|
452
462
|
--line-height--s: calc(var(--font-size-text--s) * 1.5);
|
|
@@ -493,7 +503,7 @@
|
|
|
493
503
|
--header-navigation--spacing: var(--size-rem--m);
|
|
494
504
|
--header-navigation--corner-radius-round: var(--corner-radius--round);
|
|
495
505
|
--header-navigation--font-weight-current: var(--font-weight--bold);
|
|
496
|
-
--link--
|
|
506
|
+
--link--icon-height: calc(var(--font-size-text--m) * 1.25);
|
|
497
507
|
--link--font-weight: var(--font-weight--bold);
|
|
498
508
|
--link--spacing: var(--size-rem--xs);
|
|
499
509
|
--link--color-dark--default: var(--dark--color--800);
|
|
@@ -643,6 +653,8 @@
|
|
|
643
653
|
--align--avatar-text--spacing: var(--size-rem--s);
|
|
644
654
|
--align--input-button--spacing: var(--size-px--m);
|
|
645
655
|
--align--text-copyButton--spacing: var(--size-rem--xs);
|
|
656
|
+
--align--icon-text--spacing: var(--size-rem--s);
|
|
657
|
+
--align--text-contextualHelp--spacing: var(--size-rem--xs);
|
|
646
658
|
--column-layout--gap--s: var(--size-px--s);
|
|
647
659
|
--column-layout--gap--m: var(--size-px--m);
|
|
648
660
|
--column-layout--gap--l: var(--size-px--l);
|
|
@@ -657,7 +669,8 @@
|
|
|
657
669
|
--list-item--subtitle-font-size: var(--font-size-text--s);
|
|
658
670
|
--section--section-to-section-spacing: var(--size-rem--xl);
|
|
659
671
|
--section--spacing: var(--size-rem--m);
|
|
660
|
-
--section--sub-heading-spacing: var(--size-rem--
|
|
672
|
+
--section--sub-heading-spacing-m: var(--size-rem--l);
|
|
673
|
+
--section--sub-heading-spacing-s: var(--size-rem--s);
|
|
661
674
|
--section-header--action-to-action-spacing: var(--size-rem--s);
|
|
662
675
|
--section-header--heading-to-action-spacing: var(--size-rem--m);
|
|
663
676
|
--table--border-style: var(--border-style--default);
|
|
@@ -670,6 +683,9 @@
|
|
|
670
683
|
--file-card--spacing: var(--size-rem--s);
|
|
671
684
|
--file-card--border-style: var(--border-style--default);
|
|
672
685
|
--file-card--sub-title-font-size: var(--font-size-text--s);
|
|
686
|
+
--file-drop-zone--padding: var(--size-px--m);
|
|
687
|
+
--file-drop-zone--border-style--default: var(--border-style--dashed);
|
|
688
|
+
--file-drop-zone--border-style--target: var(--border-style--default);
|
|
673
689
|
--button--corner-radius: var(--corner-radius--default);
|
|
674
690
|
--button--pending-icon-color: var(--neutral--color--1000);
|
|
675
691
|
--button--succeeded-icon-color: var(--success--color--800);
|
|
@@ -760,6 +776,9 @@
|
|
|
760
776
|
--menu-item--icon-color--default: var(--neutral--color--800);
|
|
761
777
|
--menu-item--icon-color--current: var(--primary--color--800);
|
|
762
778
|
--menu-item--disabled-background-color: var(--disabled-plain-background-color);
|
|
779
|
+
--message-separator--background-color: var(--neutral--color--100);
|
|
780
|
+
--message-separator--color: var(--neutral--color--800);
|
|
781
|
+
--message--corner-radius: var(--corner-radius--default);
|
|
763
782
|
--primary-solid-background-color--default: var(--primary--color--800);
|
|
764
783
|
--primary-solid-background-color--hover: var(--primary--color--900);
|
|
765
784
|
--primary-solid-background-color--pressed: var(--primary--color--1000);
|
|
@@ -865,6 +884,7 @@
|
|
|
865
884
|
--disabled-outline-border-color: var(--neutral--color--400);
|
|
866
885
|
--disabled-soft-background-color: var(--neutral--color--300);
|
|
867
886
|
--disabled-soft-content-color: var(--neutral--color--500);
|
|
887
|
+
--avatar-stack--border-width: var(--border-width--200);
|
|
868
888
|
--code--line-height: var(--line-height--m);
|
|
869
889
|
--code--corner-radius: var(--corner-radius--default);
|
|
870
890
|
--code--light-background-color: var(--light-soft-background-color--default);
|
|
@@ -880,12 +900,14 @@
|
|
|
880
900
|
--illustrated-message--danger-heading-color: var(--danger--color--1000);
|
|
881
901
|
--illustrated-message--dark-icon-color: var(--dark-plain-content-color);
|
|
882
902
|
--illustrated-message--light-icon-color: var(--light-plain-content-color);
|
|
903
|
+
--image--corner-radius: var(--corner-radius--default);
|
|
904
|
+
--image--border-width: var(--border-width--100);
|
|
883
905
|
--label--line-height: var(--line-height--m);
|
|
884
906
|
--label--color--default: var(--neutral--color--800);
|
|
885
|
-
--message--corner-radius: var(--corner-radius--default);
|
|
886
907
|
--text--color--default: var(--neutral--color--1000);
|
|
887
908
|
--text--color--light: var(--light-plain-content-color);
|
|
888
909
|
--text--color--dark: var(--dark-plain-content-color);
|
|
910
|
+
--text--blockquote-border-width: var(--border-width--300);
|
|
889
911
|
--focus--outline-color: var(--primary--color--800);
|
|
890
912
|
--focus--outline-width: var(--border-width--200);
|
|
891
913
|
--choice--icon-color--selected: var(--primary--color--800);
|
|
@@ -987,6 +1009,9 @@
|
|
|
987
1009
|
--file-card--corner-radius: var(--corner-radius--default);
|
|
988
1010
|
--file-card--border-width: var(--border-width--100);
|
|
989
1011
|
--file-card--background-color--default: var(--neutral--color--100);
|
|
1012
|
+
--file-drop-zone--corner-radius: var(--corner-radius--default);
|
|
1013
|
+
--file-drop-zone--border-width: var(--border-width--100);
|
|
1014
|
+
--file-drop-zone--border-color--target: var(--primary--color--800);
|
|
990
1015
|
--button--accent-solid-background-color--default: var(--success-solid-background-color--default);
|
|
991
1016
|
--button--accent-solid-background-color--hover: var(--success-solid-background-color--hover);
|
|
992
1017
|
--button--accent-solid-background-color--pressed: var(--success-solid-background-color--pressed);
|
|
@@ -1120,8 +1145,10 @@
|
|
|
1120
1145
|
--illustrated-message--primary-heading-color: var(--heading--color);
|
|
1121
1146
|
--illustrated-message--dark-heading-color: var(--heading--color-dark);
|
|
1122
1147
|
--illustrated-message--light-heading-color: var(--heading--color-light);
|
|
1148
|
+
--image--border-color: var(--neutral-outline-border-color);
|
|
1123
1149
|
--label--color--disabled: var(--disabled-plain-content-color);
|
|
1124
1150
|
--text--color--disabled: var(--disabled-plain-content-color);
|
|
1151
|
+
--text--blockquote-border-color: var(--info-outline-border-color);
|
|
1125
1152
|
--choice--icon-color--default: var(--icon--color);
|
|
1126
1153
|
--choice--icon-color--disabled: var(--disabled-outline-content-color);
|
|
1127
1154
|
--date-picker--date-segment-background-color--focused: var(--primary-plain-background-color--pressed);
|
|
@@ -1233,4 +1260,7 @@
|
|
|
1233
1260
|
--file-card--border-color: var(--neutral-outline-border-color);
|
|
1234
1261
|
--file-card--background-color--hover: var(--neutral-outline-background-color--hover);
|
|
1235
1262
|
--file-card--background-color--pressed: var(--neutral-outline-background-color--pressed);
|
|
1263
|
+
--file-drop-zone--background-color--default: var(--form-control--background-color--default);
|
|
1264
|
+
--file-drop-zone--background-color--target: var(--form-control--background-color--hover);
|
|
1265
|
+
--file-drop-zone--border-color--default: var(--form-control--border-color--default);
|
|
1236
1266
|
}
|
package/dist/variables.json
CHANGED
|
@@ -4781,6 +4781,269 @@
|
|
|
4781
4781
|
"border-style",
|
|
4782
4782
|
"default"
|
|
4783
4783
|
]
|
|
4784
|
+
},
|
|
4785
|
+
"dashed": {
|
|
4786
|
+
"value": "dashed",
|
|
4787
|
+
"filePath": "src/border.yml",
|
|
4788
|
+
"isSource": true,
|
|
4789
|
+
"original": {
|
|
4790
|
+
"value": "dashed"
|
|
4791
|
+
},
|
|
4792
|
+
"name": "BorderStyleDashed",
|
|
4793
|
+
"attributes": {
|
|
4794
|
+
"category": "border-style",
|
|
4795
|
+
"type": "dashed"
|
|
4796
|
+
},
|
|
4797
|
+
"path": [
|
|
4798
|
+
"border-style",
|
|
4799
|
+
"dashed"
|
|
4800
|
+
]
|
|
4801
|
+
}
|
|
4802
|
+
},
|
|
4803
|
+
"chat": {
|
|
4804
|
+
"spacing": {
|
|
4805
|
+
"value": "16px",
|
|
4806
|
+
"filePath": "src/chat/chat.yml",
|
|
4807
|
+
"isSource": true,
|
|
4808
|
+
"original": {
|
|
4809
|
+
"value": "{size-px.m}"
|
|
4810
|
+
},
|
|
4811
|
+
"name": "ChatSpacing",
|
|
4812
|
+
"attributes": {
|
|
4813
|
+
"category": "chat",
|
|
4814
|
+
"type": "spacing"
|
|
4815
|
+
},
|
|
4816
|
+
"path": [
|
|
4817
|
+
"chat",
|
|
4818
|
+
"spacing"
|
|
4819
|
+
]
|
|
4820
|
+
}
|
|
4821
|
+
},
|
|
4822
|
+
"message-separator": {
|
|
4823
|
+
"background-color": {
|
|
4824
|
+
"value": "#FFFFFF",
|
|
4825
|
+
"filePath": "src/chat/message-separator.yml",
|
|
4826
|
+
"isSource": true,
|
|
4827
|
+
"original": {
|
|
4828
|
+
"value": "{neutral.color.100}"
|
|
4829
|
+
},
|
|
4830
|
+
"name": "MessageSeparatorBackgroundColor",
|
|
4831
|
+
"attributes": {
|
|
4832
|
+
"category": "message-separator",
|
|
4833
|
+
"type": "background-color"
|
|
4834
|
+
},
|
|
4835
|
+
"path": [
|
|
4836
|
+
"message-separator",
|
|
4837
|
+
"background-color"
|
|
4838
|
+
]
|
|
4839
|
+
},
|
|
4840
|
+
"font-size": {
|
|
4841
|
+
"value": "0.875rem",
|
|
4842
|
+
"filePath": "src/chat/message-separator.yml",
|
|
4843
|
+
"isSource": true,
|
|
4844
|
+
"original": {
|
|
4845
|
+
"value": "{font-size-text.s}"
|
|
4846
|
+
},
|
|
4847
|
+
"name": "MessageSeparatorFontSize",
|
|
4848
|
+
"attributes": {
|
|
4849
|
+
"category": "message-separator",
|
|
4850
|
+
"type": "font-size"
|
|
4851
|
+
},
|
|
4852
|
+
"path": [
|
|
4853
|
+
"message-separator",
|
|
4854
|
+
"font-size"
|
|
4855
|
+
]
|
|
4856
|
+
},
|
|
4857
|
+
"padding": {
|
|
4858
|
+
"value": "16px",
|
|
4859
|
+
"filePath": "src/chat/message-separator.yml",
|
|
4860
|
+
"isSource": true,
|
|
4861
|
+
"original": {
|
|
4862
|
+
"value": "{size-px.m}"
|
|
4863
|
+
},
|
|
4864
|
+
"name": "MessageSeparatorPadding",
|
|
4865
|
+
"attributes": {
|
|
4866
|
+
"category": "message-separator",
|
|
4867
|
+
"type": "padding"
|
|
4868
|
+
},
|
|
4869
|
+
"path": [
|
|
4870
|
+
"message-separator",
|
|
4871
|
+
"padding"
|
|
4872
|
+
]
|
|
4873
|
+
},
|
|
4874
|
+
"color": {
|
|
4875
|
+
"value": "#6D6D6D",
|
|
4876
|
+
"filePath": "src/chat/message-separator.yml",
|
|
4877
|
+
"isSource": true,
|
|
4878
|
+
"original": {
|
|
4879
|
+
"value": "{neutral.color.800}"
|
|
4880
|
+
},
|
|
4881
|
+
"name": "MessageSeparatorColor",
|
|
4882
|
+
"attributes": {
|
|
4883
|
+
"category": "message-separator",
|
|
4884
|
+
"type": "color"
|
|
4885
|
+
},
|
|
4886
|
+
"path": [
|
|
4887
|
+
"message-separator",
|
|
4888
|
+
"color"
|
|
4889
|
+
]
|
|
4890
|
+
}
|
|
4891
|
+
},
|
|
4892
|
+
"message-thread": {
|
|
4893
|
+
"spacing": {
|
|
4894
|
+
"value": "1.5rem",
|
|
4895
|
+
"filePath": "src/chat/message-thread.yml",
|
|
4896
|
+
"isSource": true,
|
|
4897
|
+
"original": {
|
|
4898
|
+
"value": "{size-rem.l}"
|
|
4899
|
+
},
|
|
4900
|
+
"name": "MessageThreadSpacing",
|
|
4901
|
+
"attributes": {
|
|
4902
|
+
"category": "message-thread",
|
|
4903
|
+
"type": "spacing"
|
|
4904
|
+
},
|
|
4905
|
+
"path": [
|
|
4906
|
+
"message-thread",
|
|
4907
|
+
"spacing"
|
|
4908
|
+
]
|
|
4909
|
+
},
|
|
4910
|
+
"indentation": {
|
|
4911
|
+
"value": "16px",
|
|
4912
|
+
"filePath": "src/chat/message-thread.yml",
|
|
4913
|
+
"isSource": true,
|
|
4914
|
+
"original": {
|
|
4915
|
+
"value": "{size-px.m}"
|
|
4916
|
+
},
|
|
4917
|
+
"name": "MessageThreadIndentation",
|
|
4918
|
+
"attributes": {
|
|
4919
|
+
"category": "message-thread",
|
|
4920
|
+
"type": "indentation"
|
|
4921
|
+
},
|
|
4922
|
+
"path": [
|
|
4923
|
+
"message-thread",
|
|
4924
|
+
"indentation"
|
|
4925
|
+
]
|
|
4926
|
+
}
|
|
4927
|
+
},
|
|
4928
|
+
"message": {
|
|
4929
|
+
"corner-radius": {
|
|
4930
|
+
"value": "4px",
|
|
4931
|
+
"filePath": "src/chat/message.yml",
|
|
4932
|
+
"isSource": true,
|
|
4933
|
+
"original": {
|
|
4934
|
+
"value": "{corner-radius.default}"
|
|
4935
|
+
},
|
|
4936
|
+
"name": "MessageCornerRadius",
|
|
4937
|
+
"attributes": {
|
|
4938
|
+
"category": "message",
|
|
4939
|
+
"type": "corner-radius"
|
|
4940
|
+
},
|
|
4941
|
+
"path": [
|
|
4942
|
+
"message",
|
|
4943
|
+
"corner-radius"
|
|
4944
|
+
]
|
|
4945
|
+
},
|
|
4946
|
+
"padding-y": {
|
|
4947
|
+
"value": "8px",
|
|
4948
|
+
"filePath": "src/chat/message.yml",
|
|
4949
|
+
"isSource": true,
|
|
4950
|
+
"original": {
|
|
4951
|
+
"value": "{size-px.s}"
|
|
4952
|
+
},
|
|
4953
|
+
"name": "MessagePaddingY",
|
|
4954
|
+
"attributes": {
|
|
4955
|
+
"category": "message",
|
|
4956
|
+
"type": "padding-y"
|
|
4957
|
+
},
|
|
4958
|
+
"path": [
|
|
4959
|
+
"message",
|
|
4960
|
+
"padding-y"
|
|
4961
|
+
]
|
|
4962
|
+
},
|
|
4963
|
+
"padding-x": {
|
|
4964
|
+
"value": "16px",
|
|
4965
|
+
"filePath": "src/chat/message.yml",
|
|
4966
|
+
"isSource": true,
|
|
4967
|
+
"original": {
|
|
4968
|
+
"value": "{size-px.m}"
|
|
4969
|
+
},
|
|
4970
|
+
"name": "MessagePaddingX",
|
|
4971
|
+
"attributes": {
|
|
4972
|
+
"category": "message",
|
|
4973
|
+
"type": "padding-x"
|
|
4974
|
+
},
|
|
4975
|
+
"path": [
|
|
4976
|
+
"message",
|
|
4977
|
+
"padding-x"
|
|
4978
|
+
]
|
|
4979
|
+
},
|
|
4980
|
+
"spacing-y": {
|
|
4981
|
+
"value": "0.5rem",
|
|
4982
|
+
"filePath": "src/chat/message.yml",
|
|
4983
|
+
"isSource": true,
|
|
4984
|
+
"original": {
|
|
4985
|
+
"value": "{size-rem.s}"
|
|
4986
|
+
},
|
|
4987
|
+
"name": "MessageSpacingY",
|
|
4988
|
+
"attributes": {
|
|
4989
|
+
"category": "message",
|
|
4990
|
+
"type": "spacing-y"
|
|
4991
|
+
},
|
|
4992
|
+
"path": [
|
|
4993
|
+
"message",
|
|
4994
|
+
"spacing-y"
|
|
4995
|
+
]
|
|
4996
|
+
},
|
|
4997
|
+
"spacing-x": {
|
|
4998
|
+
"value": "1rem",
|
|
4999
|
+
"filePath": "src/chat/message.yml",
|
|
5000
|
+
"isSource": true,
|
|
5001
|
+
"original": {
|
|
5002
|
+
"value": "{size-rem.m}"
|
|
5003
|
+
},
|
|
5004
|
+
"name": "MessageSpacingX",
|
|
5005
|
+
"attributes": {
|
|
5006
|
+
"category": "message",
|
|
5007
|
+
"type": "spacing-x"
|
|
5008
|
+
},
|
|
5009
|
+
"path": [
|
|
5010
|
+
"message",
|
|
5011
|
+
"spacing-x"
|
|
5012
|
+
]
|
|
5013
|
+
},
|
|
5014
|
+
"background-color-responder": {
|
|
5015
|
+
"value": "#E6E6E6",
|
|
5016
|
+
"filePath": "src/chat/message.yml",
|
|
5017
|
+
"isSource": true,
|
|
5018
|
+
"original": {
|
|
5019
|
+
"value": "{color.gray.400}"
|
|
5020
|
+
},
|
|
5021
|
+
"name": "MessageBackgroundColorResponder",
|
|
5022
|
+
"attributes": {
|
|
5023
|
+
"category": "message",
|
|
5024
|
+
"type": "background-color-responder"
|
|
5025
|
+
},
|
|
5026
|
+
"path": [
|
|
5027
|
+
"message",
|
|
5028
|
+
"background-color-responder"
|
|
5029
|
+
]
|
|
5030
|
+
},
|
|
5031
|
+
"background-color-sender": {
|
|
5032
|
+
"value": "#E0EBFF",
|
|
5033
|
+
"filePath": "src/chat/message.yml",
|
|
5034
|
+
"isSource": true,
|
|
5035
|
+
"original": {
|
|
5036
|
+
"value": "{color.hosting-blue.200}"
|
|
5037
|
+
},
|
|
5038
|
+
"name": "MessageBackgroundColorSender",
|
|
5039
|
+
"attributes": {
|
|
5040
|
+
"category": "message",
|
|
5041
|
+
"type": "background-color-sender"
|
|
5042
|
+
},
|
|
5043
|
+
"path": [
|
|
5044
|
+
"message",
|
|
5045
|
+
"background-color-sender"
|
|
5046
|
+
]
|
|
4784
5047
|
}
|
|
4785
5048
|
},
|
|
4786
5049
|
"primary": {
|
|
@@ -11105,6 +11368,25 @@
|
|
|
11105
11368
|
]
|
|
11106
11369
|
}
|
|
11107
11370
|
},
|
|
11371
|
+
"avatar-stack": {
|
|
11372
|
+
"border-width": {
|
|
11373
|
+
"value": "2px",
|
|
11374
|
+
"filePath": "src/content/avatar-stack.yml",
|
|
11375
|
+
"isSource": true,
|
|
11376
|
+
"original": {
|
|
11377
|
+
"value": "{border-width.200}"
|
|
11378
|
+
},
|
|
11379
|
+
"name": "AvatarStackBorderWidth",
|
|
11380
|
+
"attributes": {
|
|
11381
|
+
"category": "avatar-stack",
|
|
11382
|
+
"type": "border-width"
|
|
11383
|
+
},
|
|
11384
|
+
"path": [
|
|
11385
|
+
"avatar-stack",
|
|
11386
|
+
"border-width"
|
|
11387
|
+
]
|
|
11388
|
+
}
|
|
11389
|
+
},
|
|
11108
11390
|
"avatar": {
|
|
11109
11391
|
"size": {
|
|
11110
11392
|
"xs": {
|
|
@@ -13328,6 +13610,76 @@
|
|
|
13328
13610
|
]
|
|
13329
13611
|
}
|
|
13330
13612
|
},
|
|
13613
|
+
"image": {
|
|
13614
|
+
"corner-radius": {
|
|
13615
|
+
"value": "4px",
|
|
13616
|
+
"filePath": "src/content/image.yml",
|
|
13617
|
+
"isSource": true,
|
|
13618
|
+
"original": {
|
|
13619
|
+
"value": "{corner-radius.default}"
|
|
13620
|
+
},
|
|
13621
|
+
"name": "ImageCornerRadius",
|
|
13622
|
+
"attributes": {
|
|
13623
|
+
"category": "image",
|
|
13624
|
+
"type": "corner-radius"
|
|
13625
|
+
},
|
|
13626
|
+
"path": [
|
|
13627
|
+
"image",
|
|
13628
|
+
"corner-radius"
|
|
13629
|
+
]
|
|
13630
|
+
},
|
|
13631
|
+
"border-width": {
|
|
13632
|
+
"value": "1px",
|
|
13633
|
+
"filePath": "src/content/image.yml",
|
|
13634
|
+
"isSource": true,
|
|
13635
|
+
"original": {
|
|
13636
|
+
"value": "{border-width.100}"
|
|
13637
|
+
},
|
|
13638
|
+
"name": "ImageBorderWidth",
|
|
13639
|
+
"attributes": {
|
|
13640
|
+
"category": "image",
|
|
13641
|
+
"type": "border-width"
|
|
13642
|
+
},
|
|
13643
|
+
"path": [
|
|
13644
|
+
"image",
|
|
13645
|
+
"border-width"
|
|
13646
|
+
]
|
|
13647
|
+
},
|
|
13648
|
+
"border-style": {
|
|
13649
|
+
"value": "solid",
|
|
13650
|
+
"filePath": "src/content/image.yml",
|
|
13651
|
+
"isSource": true,
|
|
13652
|
+
"original": {
|
|
13653
|
+
"value": "{border-style.default}"
|
|
13654
|
+
},
|
|
13655
|
+
"name": "ImageBorderStyle",
|
|
13656
|
+
"attributes": {
|
|
13657
|
+
"category": "image",
|
|
13658
|
+
"type": "border-style"
|
|
13659
|
+
},
|
|
13660
|
+
"path": [
|
|
13661
|
+
"image",
|
|
13662
|
+
"border-style"
|
|
13663
|
+
]
|
|
13664
|
+
},
|
|
13665
|
+
"border-color": {
|
|
13666
|
+
"value": "#909090",
|
|
13667
|
+
"filePath": "src/content/image.yml",
|
|
13668
|
+
"isSource": true,
|
|
13669
|
+
"original": {
|
|
13670
|
+
"value": "{neutral-outline-border-color}"
|
|
13671
|
+
},
|
|
13672
|
+
"name": "ImageBorderColor",
|
|
13673
|
+
"attributes": {
|
|
13674
|
+
"category": "image",
|
|
13675
|
+
"type": "border-color"
|
|
13676
|
+
},
|
|
13677
|
+
"path": [
|
|
13678
|
+
"image",
|
|
13679
|
+
"border-color"
|
|
13680
|
+
]
|
|
13681
|
+
}
|
|
13682
|
+
},
|
|
13331
13683
|
"initials": {
|
|
13332
13684
|
"font-weight": {
|
|
13333
13685
|
"value": "bold",
|
|
@@ -13502,134 +13854,13 @@
|
|
|
13502
13854
|
"value": "{size-rem.m}"
|
|
13503
13855
|
},
|
|
13504
13856
|
"name": "MarkdownSpacing",
|
|
13505
|
-
"attributes": {
|
|
13506
|
-
"category": "markdown",
|
|
13507
|
-
"type": "spacing"
|
|
13508
|
-
},
|
|
13509
|
-
"path": [
|
|
13510
|
-
"markdown",
|
|
13511
|
-
"spacing"
|
|
13512
|
-
]
|
|
13513
|
-
}
|
|
13514
|
-
},
|
|
13515
|
-
"message": {
|
|
13516
|
-
"corner-radius": {
|
|
13517
|
-
"value": "4px",
|
|
13518
|
-
"filePath": "src/content/message.yml",
|
|
13519
|
-
"isSource": true,
|
|
13520
|
-
"original": {
|
|
13521
|
-
"value": "{corner-radius.default}"
|
|
13522
|
-
},
|
|
13523
|
-
"name": "MessageCornerRadius",
|
|
13524
|
-
"attributes": {
|
|
13525
|
-
"category": "message",
|
|
13526
|
-
"type": "corner-radius"
|
|
13527
|
-
},
|
|
13528
|
-
"path": [
|
|
13529
|
-
"message",
|
|
13530
|
-
"corner-radius"
|
|
13531
|
-
]
|
|
13532
|
-
},
|
|
13533
|
-
"padding-y": {
|
|
13534
|
-
"value": "8px",
|
|
13535
|
-
"filePath": "src/content/message.yml",
|
|
13536
|
-
"isSource": true,
|
|
13537
|
-
"original": {
|
|
13538
|
-
"value": "{size-px.s}"
|
|
13539
|
-
},
|
|
13540
|
-
"name": "MessagePaddingY",
|
|
13541
|
-
"attributes": {
|
|
13542
|
-
"category": "message",
|
|
13543
|
-
"type": "padding-y"
|
|
13544
|
-
},
|
|
13545
|
-
"path": [
|
|
13546
|
-
"message",
|
|
13547
|
-
"padding-y"
|
|
13548
|
-
]
|
|
13549
|
-
},
|
|
13550
|
-
"padding-x": {
|
|
13551
|
-
"value": "16px",
|
|
13552
|
-
"filePath": "src/content/message.yml",
|
|
13553
|
-
"isSource": true,
|
|
13554
|
-
"original": {
|
|
13555
|
-
"value": "{size-px.m}"
|
|
13556
|
-
},
|
|
13557
|
-
"name": "MessagePaddingX",
|
|
13558
|
-
"attributes": {
|
|
13559
|
-
"category": "message",
|
|
13560
|
-
"type": "padding-x"
|
|
13561
|
-
},
|
|
13562
|
-
"path": [
|
|
13563
|
-
"message",
|
|
13564
|
-
"padding-x"
|
|
13565
|
-
]
|
|
13566
|
-
},
|
|
13567
|
-
"spacing-y": {
|
|
13568
|
-
"value": "0.5rem",
|
|
13569
|
-
"filePath": "src/content/message.yml",
|
|
13570
|
-
"isSource": true,
|
|
13571
|
-
"original": {
|
|
13572
|
-
"value": "{size-rem.s}"
|
|
13573
|
-
},
|
|
13574
|
-
"name": "MessageSpacingY",
|
|
13575
|
-
"attributes": {
|
|
13576
|
-
"category": "message",
|
|
13577
|
-
"type": "spacing-y"
|
|
13578
|
-
},
|
|
13579
|
-
"path": [
|
|
13580
|
-
"message",
|
|
13581
|
-
"spacing-y"
|
|
13582
|
-
]
|
|
13583
|
-
},
|
|
13584
|
-
"spacing-x": {
|
|
13585
|
-
"value": "1rem",
|
|
13586
|
-
"filePath": "src/content/message.yml",
|
|
13587
|
-
"isSource": true,
|
|
13588
|
-
"original": {
|
|
13589
|
-
"value": "{size-rem.m}"
|
|
13590
|
-
},
|
|
13591
|
-
"name": "MessageSpacingX",
|
|
13592
|
-
"attributes": {
|
|
13593
|
-
"category": "message",
|
|
13594
|
-
"type": "spacing-x"
|
|
13595
|
-
},
|
|
13596
|
-
"path": [
|
|
13597
|
-
"message",
|
|
13598
|
-
"spacing-x"
|
|
13599
|
-
]
|
|
13600
|
-
},
|
|
13601
|
-
"background-color-responder": {
|
|
13602
|
-
"value": "#E6E6E6",
|
|
13603
|
-
"filePath": "src/content/message.yml",
|
|
13604
|
-
"isSource": true,
|
|
13605
|
-
"original": {
|
|
13606
|
-
"value": "{color.gray.400}"
|
|
13607
|
-
},
|
|
13608
|
-
"name": "MessageBackgroundColorResponder",
|
|
13609
|
-
"attributes": {
|
|
13610
|
-
"category": "message",
|
|
13611
|
-
"type": "background-color-responder"
|
|
13612
|
-
},
|
|
13613
|
-
"path": [
|
|
13614
|
-
"message",
|
|
13615
|
-
"background-color-responder"
|
|
13616
|
-
]
|
|
13617
|
-
},
|
|
13618
|
-
"background-color-sender": {
|
|
13619
|
-
"value": "#E0EBFF",
|
|
13620
|
-
"filePath": "src/content/message.yml",
|
|
13621
|
-
"isSource": true,
|
|
13622
|
-
"original": {
|
|
13623
|
-
"value": "{color.hosting-blue.200}"
|
|
13624
|
-
},
|
|
13625
|
-
"name": "MessageBackgroundColorSender",
|
|
13626
|
-
"attributes": {
|
|
13627
|
-
"category": "message",
|
|
13628
|
-
"type": "background-color-sender"
|
|
13857
|
+
"attributes": {
|
|
13858
|
+
"category": "markdown",
|
|
13859
|
+
"type": "spacing"
|
|
13629
13860
|
},
|
|
13630
13861
|
"path": [
|
|
13631
|
-
"
|
|
13632
|
-
"
|
|
13862
|
+
"markdown",
|
|
13863
|
+
"spacing"
|
|
13633
13864
|
]
|
|
13634
13865
|
}
|
|
13635
13866
|
},
|
|
@@ -13728,6 +13959,91 @@
|
|
|
13728
13959
|
"text",
|
|
13729
13960
|
"max-width"
|
|
13730
13961
|
]
|
|
13962
|
+
},
|
|
13963
|
+
"blockquote-border-width": {
|
|
13964
|
+
"value": "4px",
|
|
13965
|
+
"filePath": "src/content/text.yml",
|
|
13966
|
+
"isSource": true,
|
|
13967
|
+
"original": {
|
|
13968
|
+
"value": "{border-width.300}"
|
|
13969
|
+
},
|
|
13970
|
+
"name": "TextBlockquoteBorderWidth",
|
|
13971
|
+
"attributes": {
|
|
13972
|
+
"category": "text",
|
|
13973
|
+
"type": "blockquote-border-width"
|
|
13974
|
+
},
|
|
13975
|
+
"path": [
|
|
13976
|
+
"text",
|
|
13977
|
+
"blockquote-border-width"
|
|
13978
|
+
]
|
|
13979
|
+
},
|
|
13980
|
+
"blockquote-border-style": {
|
|
13981
|
+
"value": "solid",
|
|
13982
|
+
"filePath": "src/content/text.yml",
|
|
13983
|
+
"isSource": true,
|
|
13984
|
+
"original": {
|
|
13985
|
+
"value": "{border-style.default}"
|
|
13986
|
+
},
|
|
13987
|
+
"name": "TextBlockquoteBorderStyle",
|
|
13988
|
+
"attributes": {
|
|
13989
|
+
"category": "text",
|
|
13990
|
+
"type": "blockquote-border-style"
|
|
13991
|
+
},
|
|
13992
|
+
"path": [
|
|
13993
|
+
"text",
|
|
13994
|
+
"blockquote-border-style"
|
|
13995
|
+
]
|
|
13996
|
+
},
|
|
13997
|
+
"blockquote-border-color": {
|
|
13998
|
+
"value": "#0054F5",
|
|
13999
|
+
"filePath": "src/content/text.yml",
|
|
14000
|
+
"isSource": true,
|
|
14001
|
+
"original": {
|
|
14002
|
+
"value": "{info-outline-border-color}"
|
|
14003
|
+
},
|
|
14004
|
+
"name": "TextBlockquoteBorderColor",
|
|
14005
|
+
"attributes": {
|
|
14006
|
+
"category": "text",
|
|
14007
|
+
"type": "blockquote-border-color"
|
|
14008
|
+
},
|
|
14009
|
+
"path": [
|
|
14010
|
+
"text",
|
|
14011
|
+
"blockquote-border-color"
|
|
14012
|
+
]
|
|
14013
|
+
},
|
|
14014
|
+
"blockquote-padding": {
|
|
14015
|
+
"value": "0.5rem",
|
|
14016
|
+
"filePath": "src/content/text.yml",
|
|
14017
|
+
"isSource": true,
|
|
14018
|
+
"original": {
|
|
14019
|
+
"value": "{size-rem.s}"
|
|
14020
|
+
},
|
|
14021
|
+
"name": "TextBlockquotePadding",
|
|
14022
|
+
"attributes": {
|
|
14023
|
+
"category": "text",
|
|
14024
|
+
"type": "blockquote-padding"
|
|
14025
|
+
},
|
|
14026
|
+
"path": [
|
|
14027
|
+
"text",
|
|
14028
|
+
"blockquote-padding"
|
|
14029
|
+
]
|
|
14030
|
+
},
|
|
14031
|
+
"list-padding": {
|
|
14032
|
+
"value": "1.5rem",
|
|
14033
|
+
"filePath": "src/content/text.yml",
|
|
14034
|
+
"isSource": true,
|
|
14035
|
+
"original": {
|
|
14036
|
+
"value": "{size-rem.l}"
|
|
14037
|
+
},
|
|
14038
|
+
"name": "TextListPadding",
|
|
14039
|
+
"attributes": {
|
|
14040
|
+
"category": "text",
|
|
14041
|
+
"type": "list-padding"
|
|
14042
|
+
},
|
|
14043
|
+
"path": [
|
|
14044
|
+
"text",
|
|
14045
|
+
"list-padding"
|
|
14046
|
+
]
|
|
13731
14047
|
}
|
|
13732
14048
|
},
|
|
13733
14049
|
"focus": {
|
|
@@ -16149,38 +16465,38 @@
|
|
|
16149
16465
|
}
|
|
16150
16466
|
},
|
|
16151
16467
|
"link": {
|
|
16152
|
-
"
|
|
16153
|
-
"value": "
|
|
16468
|
+
"line-height": {
|
|
16469
|
+
"value": "calc(1rem * 1.5)",
|
|
16154
16470
|
"filePath": "src/navigation/link.yml",
|
|
16155
16471
|
"isSource": true,
|
|
16156
16472
|
"original": {
|
|
16157
|
-
"value": "{
|
|
16473
|
+
"value": "{line-height.m}"
|
|
16158
16474
|
},
|
|
16159
|
-
"name": "
|
|
16475
|
+
"name": "LinkLineHeight",
|
|
16160
16476
|
"attributes": {
|
|
16161
16477
|
"category": "link",
|
|
16162
|
-
"type": "
|
|
16478
|
+
"type": "line-height"
|
|
16163
16479
|
},
|
|
16164
16480
|
"path": [
|
|
16165
16481
|
"link",
|
|
16166
|
-
"
|
|
16482
|
+
"line-height"
|
|
16167
16483
|
]
|
|
16168
16484
|
},
|
|
16169
|
-
"
|
|
16170
|
-
"value": "calc(1rem * 1.
|
|
16485
|
+
"icon-height": {
|
|
16486
|
+
"value": "calc(1rem * 1.25)",
|
|
16171
16487
|
"filePath": "src/navigation/link.yml",
|
|
16172
16488
|
"isSource": true,
|
|
16173
16489
|
"original": {
|
|
16174
|
-
"value": "{
|
|
16490
|
+
"value": "calc({font-size-text.m} * 1.25)"
|
|
16175
16491
|
},
|
|
16176
|
-
"name": "
|
|
16492
|
+
"name": "LinkIconHeight",
|
|
16177
16493
|
"attributes": {
|
|
16178
16494
|
"category": "link",
|
|
16179
|
-
"type": "
|
|
16495
|
+
"type": "icon-height"
|
|
16180
16496
|
},
|
|
16181
16497
|
"path": [
|
|
16182
16498
|
"link",
|
|
16183
|
-
"
|
|
16499
|
+
"icon-height"
|
|
16184
16500
|
]
|
|
16185
16501
|
},
|
|
16186
16502
|
"font-weight": {
|
|
@@ -21518,6 +21834,48 @@
|
|
|
21518
21834
|
"spacing"
|
|
21519
21835
|
]
|
|
21520
21836
|
}
|
|
21837
|
+
},
|
|
21838
|
+
"icon-text": {
|
|
21839
|
+
"spacing": {
|
|
21840
|
+
"value": "0.5rem",
|
|
21841
|
+
"filePath": "src/structure/align.yml",
|
|
21842
|
+
"isSource": true,
|
|
21843
|
+
"original": {
|
|
21844
|
+
"value": "{size-rem.s}"
|
|
21845
|
+
},
|
|
21846
|
+
"name": "AlignIconTextSpacing",
|
|
21847
|
+
"attributes": {
|
|
21848
|
+
"category": "align",
|
|
21849
|
+
"type": "icon-text",
|
|
21850
|
+
"item": "spacing"
|
|
21851
|
+
},
|
|
21852
|
+
"path": [
|
|
21853
|
+
"align",
|
|
21854
|
+
"icon-text",
|
|
21855
|
+
"spacing"
|
|
21856
|
+
]
|
|
21857
|
+
}
|
|
21858
|
+
},
|
|
21859
|
+
"text-contextualHelp": {
|
|
21860
|
+
"spacing": {
|
|
21861
|
+
"value": "0.25rem",
|
|
21862
|
+
"filePath": "src/structure/align.yml",
|
|
21863
|
+
"isSource": true,
|
|
21864
|
+
"original": {
|
|
21865
|
+
"value": "{size-rem.xs}"
|
|
21866
|
+
},
|
|
21867
|
+
"name": "AlignTextContextualHelpSpacing",
|
|
21868
|
+
"attributes": {
|
|
21869
|
+
"category": "align",
|
|
21870
|
+
"type": "text-contextualHelp",
|
|
21871
|
+
"item": "spacing"
|
|
21872
|
+
},
|
|
21873
|
+
"path": [
|
|
21874
|
+
"align",
|
|
21875
|
+
"text-contextualHelp",
|
|
21876
|
+
"spacing"
|
|
21877
|
+
]
|
|
21878
|
+
}
|
|
21521
21879
|
}
|
|
21522
21880
|
},
|
|
21523
21881
|
"column-layout": {
|
|
@@ -21938,21 +22296,38 @@
|
|
|
21938
22296
|
"spacing"
|
|
21939
22297
|
]
|
|
21940
22298
|
},
|
|
21941
|
-
"sub-heading-spacing": {
|
|
21942
|
-
"value": "
|
|
22299
|
+
"sub-heading-spacing-m": {
|
|
22300
|
+
"value": "1.5rem",
|
|
21943
22301
|
"filePath": "src/structure/section.yml",
|
|
21944
22302
|
"isSource": true,
|
|
21945
22303
|
"original": {
|
|
21946
|
-
"value": "{size-rem.
|
|
22304
|
+
"value": "{size-rem.l}"
|
|
22305
|
+
},
|
|
22306
|
+
"name": "SectionSubHeadingSpacingM",
|
|
22307
|
+
"attributes": {
|
|
22308
|
+
"category": "section",
|
|
22309
|
+
"type": "sub-heading-spacing-m"
|
|
22310
|
+
},
|
|
22311
|
+
"path": [
|
|
22312
|
+
"section",
|
|
22313
|
+
"sub-heading-spacing-m"
|
|
22314
|
+
]
|
|
22315
|
+
},
|
|
22316
|
+
"sub-heading-spacing-s": {
|
|
22317
|
+
"value": "0.5rem",
|
|
22318
|
+
"filePath": "src/structure/section.yml",
|
|
22319
|
+
"isSource": true,
|
|
22320
|
+
"original": {
|
|
22321
|
+
"value": "{size-rem.s}"
|
|
21947
22322
|
},
|
|
21948
|
-
"name": "
|
|
22323
|
+
"name": "SectionSubHeadingSpacingS",
|
|
21949
22324
|
"attributes": {
|
|
21950
22325
|
"category": "section",
|
|
21951
|
-
"type": "sub-heading-spacing"
|
|
22326
|
+
"type": "sub-heading-spacing-s"
|
|
21952
22327
|
},
|
|
21953
22328
|
"path": [
|
|
21954
22329
|
"section",
|
|
21955
|
-
"sub-heading-spacing"
|
|
22330
|
+
"sub-heading-spacing-s"
|
|
21956
22331
|
]
|
|
21957
22332
|
}
|
|
21958
22333
|
},
|
|
@@ -22472,5 +22847,178 @@
|
|
|
22472
22847
|
]
|
|
22473
22848
|
}
|
|
22474
22849
|
}
|
|
22850
|
+
},
|
|
22851
|
+
"file-drop-zone": {
|
|
22852
|
+
"corner-radius": {
|
|
22853
|
+
"value": "4px",
|
|
22854
|
+
"filePath": "src/upload/file-drop-zone.yml",
|
|
22855
|
+
"isSource": true,
|
|
22856
|
+
"original": {
|
|
22857
|
+
"value": "{corner-radius.default}"
|
|
22858
|
+
},
|
|
22859
|
+
"name": "FileDropZoneCornerRadius",
|
|
22860
|
+
"attributes": {
|
|
22861
|
+
"category": "file-drop-zone",
|
|
22862
|
+
"type": "corner-radius"
|
|
22863
|
+
},
|
|
22864
|
+
"path": [
|
|
22865
|
+
"file-drop-zone",
|
|
22866
|
+
"corner-radius"
|
|
22867
|
+
]
|
|
22868
|
+
},
|
|
22869
|
+
"padding": {
|
|
22870
|
+
"value": "16px",
|
|
22871
|
+
"filePath": "src/upload/file-drop-zone.yml",
|
|
22872
|
+
"isSource": true,
|
|
22873
|
+
"original": {
|
|
22874
|
+
"value": "{size-px.m}"
|
|
22875
|
+
},
|
|
22876
|
+
"name": "FileDropZonePadding",
|
|
22877
|
+
"attributes": {
|
|
22878
|
+
"category": "file-drop-zone",
|
|
22879
|
+
"type": "padding"
|
|
22880
|
+
},
|
|
22881
|
+
"path": [
|
|
22882
|
+
"file-drop-zone",
|
|
22883
|
+
"padding"
|
|
22884
|
+
]
|
|
22885
|
+
},
|
|
22886
|
+
"background-color": {
|
|
22887
|
+
"default": {
|
|
22888
|
+
"value": "#F8F8F8",
|
|
22889
|
+
"filePath": "src/upload/file-drop-zone.yml",
|
|
22890
|
+
"isSource": true,
|
|
22891
|
+
"original": {
|
|
22892
|
+
"value": "{form-control.background-color.default}"
|
|
22893
|
+
},
|
|
22894
|
+
"name": "FileDropZoneBackgroundColorDefault",
|
|
22895
|
+
"attributes": {
|
|
22896
|
+
"category": "file-drop-zone",
|
|
22897
|
+
"type": "background-color",
|
|
22898
|
+
"item": "default"
|
|
22899
|
+
},
|
|
22900
|
+
"path": [
|
|
22901
|
+
"file-drop-zone",
|
|
22902
|
+
"background-color",
|
|
22903
|
+
"default"
|
|
22904
|
+
]
|
|
22905
|
+
},
|
|
22906
|
+
"target": {
|
|
22907
|
+
"value": "#F0F5FF",
|
|
22908
|
+
"filePath": "src/upload/file-drop-zone.yml",
|
|
22909
|
+
"isSource": true,
|
|
22910
|
+
"original": {
|
|
22911
|
+
"value": "{form-control.background-color.hover}"
|
|
22912
|
+
},
|
|
22913
|
+
"name": "FileDropZoneBackgroundColorTarget",
|
|
22914
|
+
"attributes": {
|
|
22915
|
+
"category": "file-drop-zone",
|
|
22916
|
+
"type": "background-color",
|
|
22917
|
+
"item": "target"
|
|
22918
|
+
},
|
|
22919
|
+
"path": [
|
|
22920
|
+
"file-drop-zone",
|
|
22921
|
+
"background-color",
|
|
22922
|
+
"target"
|
|
22923
|
+
]
|
|
22924
|
+
}
|
|
22925
|
+
},
|
|
22926
|
+
"border-width": {
|
|
22927
|
+
"value": "1px",
|
|
22928
|
+
"filePath": "src/upload/file-drop-zone.yml",
|
|
22929
|
+
"isSource": true,
|
|
22930
|
+
"original": {
|
|
22931
|
+
"value": "{border-width.100}"
|
|
22932
|
+
},
|
|
22933
|
+
"name": "FileDropZoneBorderWidth",
|
|
22934
|
+
"attributes": {
|
|
22935
|
+
"category": "file-drop-zone",
|
|
22936
|
+
"type": "border-width"
|
|
22937
|
+
},
|
|
22938
|
+
"path": [
|
|
22939
|
+
"file-drop-zone",
|
|
22940
|
+
"border-width"
|
|
22941
|
+
]
|
|
22942
|
+
},
|
|
22943
|
+
"border-style": {
|
|
22944
|
+
"default": {
|
|
22945
|
+
"value": "dashed",
|
|
22946
|
+
"filePath": "src/upload/file-drop-zone.yml",
|
|
22947
|
+
"isSource": true,
|
|
22948
|
+
"original": {
|
|
22949
|
+
"value": "{border-style.dashed}"
|
|
22950
|
+
},
|
|
22951
|
+
"name": "FileDropZoneBorderStyleDefault",
|
|
22952
|
+
"attributes": {
|
|
22953
|
+
"category": "file-drop-zone",
|
|
22954
|
+
"type": "border-style",
|
|
22955
|
+
"item": "default"
|
|
22956
|
+
},
|
|
22957
|
+
"path": [
|
|
22958
|
+
"file-drop-zone",
|
|
22959
|
+
"border-style",
|
|
22960
|
+
"default"
|
|
22961
|
+
]
|
|
22962
|
+
},
|
|
22963
|
+
"target": {
|
|
22964
|
+
"value": "solid",
|
|
22965
|
+
"filePath": "src/upload/file-drop-zone.yml",
|
|
22966
|
+
"isSource": true,
|
|
22967
|
+
"original": {
|
|
22968
|
+
"value": "{border-style.default}"
|
|
22969
|
+
},
|
|
22970
|
+
"name": "FileDropZoneBorderStyleTarget",
|
|
22971
|
+
"attributes": {
|
|
22972
|
+
"category": "file-drop-zone",
|
|
22973
|
+
"type": "border-style",
|
|
22974
|
+
"item": "target"
|
|
22975
|
+
},
|
|
22976
|
+
"path": [
|
|
22977
|
+
"file-drop-zone",
|
|
22978
|
+
"border-style",
|
|
22979
|
+
"target"
|
|
22980
|
+
]
|
|
22981
|
+
}
|
|
22982
|
+
},
|
|
22983
|
+
"border-color": {
|
|
22984
|
+
"default": {
|
|
22985
|
+
"value": "#909090",
|
|
22986
|
+
"filePath": "src/upload/file-drop-zone.yml",
|
|
22987
|
+
"isSource": true,
|
|
22988
|
+
"original": {
|
|
22989
|
+
"value": "{form-control.border-color.default}"
|
|
22990
|
+
},
|
|
22991
|
+
"name": "FileDropZoneBorderColorDefault",
|
|
22992
|
+
"attributes": {
|
|
22993
|
+
"category": "file-drop-zone",
|
|
22994
|
+
"type": "border-color",
|
|
22995
|
+
"item": "default"
|
|
22996
|
+
},
|
|
22997
|
+
"path": [
|
|
22998
|
+
"file-drop-zone",
|
|
22999
|
+
"border-color",
|
|
23000
|
+
"default"
|
|
23001
|
+
]
|
|
23002
|
+
},
|
|
23003
|
+
"target": {
|
|
23004
|
+
"value": "#0054F5",
|
|
23005
|
+
"filePath": "src/upload/file-drop-zone.yml",
|
|
23006
|
+
"isSource": true,
|
|
23007
|
+
"original": {
|
|
23008
|
+
"value": "{primary.color.800}"
|
|
23009
|
+
},
|
|
23010
|
+
"name": "FileDropZoneBorderColorTarget",
|
|
23011
|
+
"attributes": {
|
|
23012
|
+
"category": "file-drop-zone",
|
|
23013
|
+
"type": "border-color",
|
|
23014
|
+
"item": "target"
|
|
23015
|
+
},
|
|
23016
|
+
"path": [
|
|
23017
|
+
"file-drop-zone",
|
|
23018
|
+
"border-color",
|
|
23019
|
+
"target"
|
|
23020
|
+
]
|
|
23021
|
+
}
|
|
23022
|
+
}
|
|
22475
23023
|
}
|
|
22476
23024
|
}
|
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.61",
|
|
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",
|
|
@@ -13,14 +13,16 @@
|
|
|
13
13
|
"dist"
|
|
14
14
|
],
|
|
15
15
|
"scripts": {
|
|
16
|
-
"build": "
|
|
16
|
+
"build": "style-dictionary build -c style-dictionary.config.js",
|
|
17
|
+
"clean": "rimraf dist"
|
|
17
18
|
},
|
|
18
19
|
"devDependencies": {
|
|
19
20
|
"@types/js-yaml": "^4.0.9",
|
|
20
21
|
"js-yaml": "^4.1.0",
|
|
21
|
-
"nx": "^20.
|
|
22
|
-
"prettier": "^3.
|
|
23
|
-
"
|
|
22
|
+
"nx": "^20.4.5",
|
|
23
|
+
"prettier": "^3.5.1",
|
|
24
|
+
"rimraf": "^6.0.1",
|
|
25
|
+
"style-dictionary": "^4.3.3"
|
|
24
26
|
},
|
|
25
|
-
"gitHead": "
|
|
27
|
+
"gitHead": "24a0f6b4ab09c04086e8ccce31214ec2f6bae06d"
|
|
26
28
|
}
|