@mittwald/flow-design-tokens 0.2.0-alpha.5 → 0.2.0-alpha.51

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.
@@ -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%);
@@ -434,6 +435,7 @@
434
435
  --heading--font-weight: var(--font-weight--bold);
435
436
  --illustrated-message--padding: var(--size-px--m);
436
437
  --illustrated-message--spacing: var(--size-rem--m);
438
+ --image--border-style: var(--border-style--default);
437
439
  --initials--font-weight: var(--font-weight--bold);
438
440
  --label--font-size: var(--font-size-text--s);
439
441
  --label--font-weight: var(--font-weight--bold);
@@ -441,12 +443,16 @@
441
443
  --labeled-value--label-to-value-spacing: var(--size-rem--xxs);
442
444
  --labeled-value--value-to-action-spacing: var(--size-rem--xs);
443
445
  --markdown--spacing: var(--size-rem--m);
446
+ --message-thread--spacing: var(--size-rem--l);
444
447
  --message--padding-y: var(--size-px--s);
445
448
  --message--padding-x: var(--size-px--m);
446
449
  --message--spacing-y: var(--size-rem--s);
447
450
  --message--spacing-x: var(--size-rem--m);
448
451
  --message--background-color-responder: var(--color--gray--400);
449
452
  --message--background-color-sender: var(--color--hosting-blue--200);
453
+ --text--blockquote-border-style: var(--border-style--default);
454
+ --text--blockquote-padding: var(--size-rem--s);
455
+ --text--list-padding: var(--size-rem--l);
450
456
  --focus--outline-offset: var(--size-px--xxs);
451
457
  --line-height--m: calc(var(--font-size-text--m) * 1.5);
452
458
  --line-height--s: calc(var(--font-size-text--s) * 1.5);
@@ -493,7 +499,7 @@
493
499
  --header-navigation--spacing: var(--size-rem--m);
494
500
  --header-navigation--corner-radius-round: var(--corner-radius--round);
495
501
  --header-navigation--font-weight-current: var(--font-weight--bold);
496
- --link--font-size: var(--font-size-text--s);
502
+ --link--icon-height: calc(var(--font-size-text--m) * 1.25);
497
503
  --link--font-weight: var(--font-weight--bold);
498
504
  --link--spacing: var(--size-rem--xs);
499
505
  --link--color-dark--default: var(--dark--color--800);
@@ -643,6 +649,8 @@
643
649
  --align--avatar-text--spacing: var(--size-rem--s);
644
650
  --align--input-button--spacing: var(--size-px--m);
645
651
  --align--text-copyButton--spacing: var(--size-rem--xs);
652
+ --align--icon-text--spacing: var(--size-rem--s);
653
+ --align--text-contextualHelp--spacing: var(--size-rem--xs);
646
654
  --column-layout--gap--s: var(--size-px--s);
647
655
  --column-layout--gap--m: var(--size-px--m);
648
656
  --column-layout--gap--l: var(--size-px--l);
@@ -657,7 +665,8 @@
657
665
  --list-item--subtitle-font-size: var(--font-size-text--s);
658
666
  --section--section-to-section-spacing: var(--size-rem--xl);
659
667
  --section--spacing: var(--size-rem--m);
660
- --section--sub-heading-spacing: var(--size-rem--m);
668
+ --section--sub-heading-spacing-m: var(--size-rem--l);
669
+ --section--sub-heading-spacing-s: var(--size-rem--s);
661
670
  --section-header--action-to-action-spacing: var(--size-rem--s);
662
671
  --section-header--heading-to-action-spacing: var(--size-rem--m);
663
672
  --table--border-style: var(--border-style--default);
@@ -670,6 +679,9 @@
670
679
  --file-card--spacing: var(--size-rem--s);
671
680
  --file-card--border-style: var(--border-style--default);
672
681
  --file-card--sub-title-font-size: var(--font-size-text--s);
682
+ --file-drop-zone--padding: var(--size-px--m);
683
+ --file-drop-zone--border-style--default: var(--border-style--dashed);
684
+ --file-drop-zone--border-style--target: var(--border-style--default);
673
685
  --button--corner-radius: var(--corner-radius--default);
674
686
  --button--pending-icon-color: var(--neutral--color--1000);
675
687
  --button--succeeded-icon-color: var(--success--color--800);
@@ -865,6 +877,7 @@
865
877
  --disabled-outline-border-color: var(--neutral--color--400);
866
878
  --disabled-soft-background-color: var(--neutral--color--300);
867
879
  --disabled-soft-content-color: var(--neutral--color--500);
880
+ --avatar-stack--border-width: var(--border-width--200);
868
881
  --code--line-height: var(--line-height--m);
869
882
  --code--corner-radius: var(--corner-radius--default);
870
883
  --code--light-background-color: var(--light-soft-background-color--default);
@@ -880,12 +893,15 @@
880
893
  --illustrated-message--danger-heading-color: var(--danger--color--1000);
881
894
  --illustrated-message--dark-icon-color: var(--dark-plain-content-color);
882
895
  --illustrated-message--light-icon-color: var(--light-plain-content-color);
896
+ --image--corner-radius: var(--corner-radius--default);
897
+ --image--border-width: var(--border-width--100);
883
898
  --label--line-height: var(--line-height--m);
884
899
  --label--color--default: var(--neutral--color--800);
885
900
  --message--corner-radius: var(--corner-radius--default);
886
901
  --text--color--default: var(--neutral--color--1000);
887
902
  --text--color--light: var(--light-plain-content-color);
888
903
  --text--color--dark: var(--dark-plain-content-color);
904
+ --text--blockquote-border-width: var(--border-width--300);
889
905
  --focus--outline-color: var(--primary--color--800);
890
906
  --focus--outline-width: var(--border-width--200);
891
907
  --choice--icon-color--selected: var(--primary--color--800);
@@ -987,6 +1003,9 @@
987
1003
  --file-card--corner-radius: var(--corner-radius--default);
988
1004
  --file-card--border-width: var(--border-width--100);
989
1005
  --file-card--background-color--default: var(--neutral--color--100);
1006
+ --file-drop-zone--corner-radius: var(--corner-radius--default);
1007
+ --file-drop-zone--border-width: var(--border-width--100);
1008
+ --file-drop-zone--border-color--target: var(--primary--color--800);
990
1009
  --button--accent-solid-background-color--default: var(--success-solid-background-color--default);
991
1010
  --button--accent-solid-background-color--hover: var(--success-solid-background-color--hover);
992
1011
  --button--accent-solid-background-color--pressed: var(--success-solid-background-color--pressed);
@@ -1120,8 +1139,10 @@
1120
1139
  --illustrated-message--primary-heading-color: var(--heading--color);
1121
1140
  --illustrated-message--dark-heading-color: var(--heading--color-dark);
1122
1141
  --illustrated-message--light-heading-color: var(--heading--color-light);
1142
+ --image--border-color: var(--neutral-outline-border-color);
1123
1143
  --label--color--disabled: var(--disabled-plain-content-color);
1124
1144
  --text--color--disabled: var(--disabled-plain-content-color);
1145
+ --text--blockquote-border-color: var(--info-outline-border-color);
1125
1146
  --choice--icon-color--default: var(--icon--color);
1126
1147
  --choice--icon-color--disabled: var(--disabled-outline-content-color);
1127
1148
  --date-picker--date-segment-background-color--focused: var(--primary-plain-background-color--pressed);
@@ -1233,4 +1254,7 @@
1233
1254
  --file-card--border-color: var(--neutral-outline-border-color);
1234
1255
  --file-card--background-color--hover: var(--neutral-outline-background-color--hover);
1235
1256
  --file-card--background-color--pressed: var(--neutral-outline-background-color--pressed);
1257
+ --file-drop-zone--background-color--default: var(--form-control--background-color--default);
1258
+ --file-drop-zone--background-color--target: var(--form-control--background-color--hover);
1259
+ --file-drop-zone--border-color--default: var(--form-control--border-color--default);
1236
1260
  }
@@ -4781,6 +4781,23 @@
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
+ ]
4784
4801
  }
4785
4802
  },
4786
4803
  "primary": {
@@ -11105,6 +11122,25 @@
11105
11122
  ]
11106
11123
  }
11107
11124
  },
11125
+ "avatar-stack": {
11126
+ "border-width": {
11127
+ "value": "2px",
11128
+ "filePath": "src/content/avatar-stack.yml",
11129
+ "isSource": true,
11130
+ "original": {
11131
+ "value": "{border-width.200}"
11132
+ },
11133
+ "name": "AvatarStackBorderWidth",
11134
+ "attributes": {
11135
+ "category": "avatar-stack",
11136
+ "type": "border-width"
11137
+ },
11138
+ "path": [
11139
+ "avatar-stack",
11140
+ "border-width"
11141
+ ]
11142
+ }
11143
+ },
11108
11144
  "avatar": {
11109
11145
  "size": {
11110
11146
  "xs": {
@@ -13328,6 +13364,76 @@
13328
13364
  ]
13329
13365
  }
13330
13366
  },
13367
+ "image": {
13368
+ "corner-radius": {
13369
+ "value": "4px",
13370
+ "filePath": "src/content/image.yml",
13371
+ "isSource": true,
13372
+ "original": {
13373
+ "value": "{corner-radius.default}"
13374
+ },
13375
+ "name": "ImageCornerRadius",
13376
+ "attributes": {
13377
+ "category": "image",
13378
+ "type": "corner-radius"
13379
+ },
13380
+ "path": [
13381
+ "image",
13382
+ "corner-radius"
13383
+ ]
13384
+ },
13385
+ "border-width": {
13386
+ "value": "1px",
13387
+ "filePath": "src/content/image.yml",
13388
+ "isSource": true,
13389
+ "original": {
13390
+ "value": "{border-width.100}"
13391
+ },
13392
+ "name": "ImageBorderWidth",
13393
+ "attributes": {
13394
+ "category": "image",
13395
+ "type": "border-width"
13396
+ },
13397
+ "path": [
13398
+ "image",
13399
+ "border-width"
13400
+ ]
13401
+ },
13402
+ "border-style": {
13403
+ "value": "solid",
13404
+ "filePath": "src/content/image.yml",
13405
+ "isSource": true,
13406
+ "original": {
13407
+ "value": "{border-style.default}"
13408
+ },
13409
+ "name": "ImageBorderStyle",
13410
+ "attributes": {
13411
+ "category": "image",
13412
+ "type": "border-style"
13413
+ },
13414
+ "path": [
13415
+ "image",
13416
+ "border-style"
13417
+ ]
13418
+ },
13419
+ "border-color": {
13420
+ "value": "#909090",
13421
+ "filePath": "src/content/image.yml",
13422
+ "isSource": true,
13423
+ "original": {
13424
+ "value": "{neutral-outline-border-color}"
13425
+ },
13426
+ "name": "ImageBorderColor",
13427
+ "attributes": {
13428
+ "category": "image",
13429
+ "type": "border-color"
13430
+ },
13431
+ "path": [
13432
+ "image",
13433
+ "border-color"
13434
+ ]
13435
+ }
13436
+ },
13331
13437
  "initials": {
13332
13438
  "font-weight": {
13333
13439
  "value": "bold",
@@ -13512,6 +13618,25 @@
13512
13618
  ]
13513
13619
  }
13514
13620
  },
13621
+ "message-thread": {
13622
+ "spacing": {
13623
+ "value": "1.5rem",
13624
+ "filePath": "src/content/message-thread.yml",
13625
+ "isSource": true,
13626
+ "original": {
13627
+ "value": "{size-rem.l}"
13628
+ },
13629
+ "name": "MessageThreadSpacing",
13630
+ "attributes": {
13631
+ "category": "message-thread",
13632
+ "type": "spacing"
13633
+ },
13634
+ "path": [
13635
+ "message-thread",
13636
+ "spacing"
13637
+ ]
13638
+ }
13639
+ },
13515
13640
  "message": {
13516
13641
  "corner-radius": {
13517
13642
  "value": "4px",
@@ -13728,6 +13853,91 @@
13728
13853
  "text",
13729
13854
  "max-width"
13730
13855
  ]
13856
+ },
13857
+ "blockquote-border-width": {
13858
+ "value": "4px",
13859
+ "filePath": "src/content/text.yml",
13860
+ "isSource": true,
13861
+ "original": {
13862
+ "value": "{border-width.300}"
13863
+ },
13864
+ "name": "TextBlockquoteBorderWidth",
13865
+ "attributes": {
13866
+ "category": "text",
13867
+ "type": "blockquote-border-width"
13868
+ },
13869
+ "path": [
13870
+ "text",
13871
+ "blockquote-border-width"
13872
+ ]
13873
+ },
13874
+ "blockquote-border-style": {
13875
+ "value": "solid",
13876
+ "filePath": "src/content/text.yml",
13877
+ "isSource": true,
13878
+ "original": {
13879
+ "value": "{border-style.default}"
13880
+ },
13881
+ "name": "TextBlockquoteBorderStyle",
13882
+ "attributes": {
13883
+ "category": "text",
13884
+ "type": "blockquote-border-style"
13885
+ },
13886
+ "path": [
13887
+ "text",
13888
+ "blockquote-border-style"
13889
+ ]
13890
+ },
13891
+ "blockquote-border-color": {
13892
+ "value": "#0054F5",
13893
+ "filePath": "src/content/text.yml",
13894
+ "isSource": true,
13895
+ "original": {
13896
+ "value": "{info-outline-border-color}"
13897
+ },
13898
+ "name": "TextBlockquoteBorderColor",
13899
+ "attributes": {
13900
+ "category": "text",
13901
+ "type": "blockquote-border-color"
13902
+ },
13903
+ "path": [
13904
+ "text",
13905
+ "blockquote-border-color"
13906
+ ]
13907
+ },
13908
+ "blockquote-padding": {
13909
+ "value": "0.5rem",
13910
+ "filePath": "src/content/text.yml",
13911
+ "isSource": true,
13912
+ "original": {
13913
+ "value": "{size-rem.s}"
13914
+ },
13915
+ "name": "TextBlockquotePadding",
13916
+ "attributes": {
13917
+ "category": "text",
13918
+ "type": "blockquote-padding"
13919
+ },
13920
+ "path": [
13921
+ "text",
13922
+ "blockquote-padding"
13923
+ ]
13924
+ },
13925
+ "list-padding": {
13926
+ "value": "1.5rem",
13927
+ "filePath": "src/content/text.yml",
13928
+ "isSource": true,
13929
+ "original": {
13930
+ "value": "{size-rem.l}"
13931
+ },
13932
+ "name": "TextListPadding",
13933
+ "attributes": {
13934
+ "category": "text",
13935
+ "type": "list-padding"
13936
+ },
13937
+ "path": [
13938
+ "text",
13939
+ "list-padding"
13940
+ ]
13731
13941
  }
13732
13942
  },
13733
13943
  "focus": {
@@ -16149,38 +16359,38 @@
16149
16359
  }
16150
16360
  },
16151
16361
  "link": {
16152
- "font-size": {
16153
- "value": "0.875rem",
16362
+ "line-height": {
16363
+ "value": "calc(1rem * 1.5)",
16154
16364
  "filePath": "src/navigation/link.yml",
16155
16365
  "isSource": true,
16156
16366
  "original": {
16157
- "value": "{font-size-text.s}"
16367
+ "value": "{line-height.m}"
16158
16368
  },
16159
- "name": "LinkFontSize",
16369
+ "name": "LinkLineHeight",
16160
16370
  "attributes": {
16161
16371
  "category": "link",
16162
- "type": "font-size"
16372
+ "type": "line-height"
16163
16373
  },
16164
16374
  "path": [
16165
16375
  "link",
16166
- "font-size"
16376
+ "line-height"
16167
16377
  ]
16168
16378
  },
16169
- "line-height": {
16170
- "value": "calc(1rem * 1.5)",
16379
+ "icon-height": {
16380
+ "value": "calc(1rem * 1.25)",
16171
16381
  "filePath": "src/navigation/link.yml",
16172
16382
  "isSource": true,
16173
16383
  "original": {
16174
- "value": "{line-height.m}"
16384
+ "value": "calc({font-size-text.m} * 1.25)"
16175
16385
  },
16176
- "name": "LinkLineHeight",
16386
+ "name": "LinkIconHeight",
16177
16387
  "attributes": {
16178
16388
  "category": "link",
16179
- "type": "line-height"
16389
+ "type": "icon-height"
16180
16390
  },
16181
16391
  "path": [
16182
16392
  "link",
16183
- "line-height"
16393
+ "icon-height"
16184
16394
  ]
16185
16395
  },
16186
16396
  "font-weight": {
@@ -21518,6 +21728,48 @@
21518
21728
  "spacing"
21519
21729
  ]
21520
21730
  }
21731
+ },
21732
+ "icon-text": {
21733
+ "spacing": {
21734
+ "value": "0.5rem",
21735
+ "filePath": "src/structure/align.yml",
21736
+ "isSource": true,
21737
+ "original": {
21738
+ "value": "{size-rem.s}"
21739
+ },
21740
+ "name": "AlignIconTextSpacing",
21741
+ "attributes": {
21742
+ "category": "align",
21743
+ "type": "icon-text",
21744
+ "item": "spacing"
21745
+ },
21746
+ "path": [
21747
+ "align",
21748
+ "icon-text",
21749
+ "spacing"
21750
+ ]
21751
+ }
21752
+ },
21753
+ "text-contextualHelp": {
21754
+ "spacing": {
21755
+ "value": "0.25rem",
21756
+ "filePath": "src/structure/align.yml",
21757
+ "isSource": true,
21758
+ "original": {
21759
+ "value": "{size-rem.xs}"
21760
+ },
21761
+ "name": "AlignTextContextualHelpSpacing",
21762
+ "attributes": {
21763
+ "category": "align",
21764
+ "type": "text-contextualHelp",
21765
+ "item": "spacing"
21766
+ },
21767
+ "path": [
21768
+ "align",
21769
+ "text-contextualHelp",
21770
+ "spacing"
21771
+ ]
21772
+ }
21521
21773
  }
21522
21774
  },
21523
21775
  "column-layout": {
@@ -21938,21 +22190,38 @@
21938
22190
  "spacing"
21939
22191
  ]
21940
22192
  },
21941
- "sub-heading-spacing": {
21942
- "value": "1rem",
22193
+ "sub-heading-spacing-m": {
22194
+ "value": "1.5rem",
21943
22195
  "filePath": "src/structure/section.yml",
21944
22196
  "isSource": true,
21945
22197
  "original": {
21946
- "value": "{size-rem.m}"
22198
+ "value": "{size-rem.l}"
21947
22199
  },
21948
- "name": "SectionSubHeadingSpacing",
22200
+ "name": "SectionSubHeadingSpacingM",
21949
22201
  "attributes": {
21950
22202
  "category": "section",
21951
- "type": "sub-heading-spacing"
22203
+ "type": "sub-heading-spacing-m"
21952
22204
  },
21953
22205
  "path": [
21954
22206
  "section",
21955
- "sub-heading-spacing"
22207
+ "sub-heading-spacing-m"
22208
+ ]
22209
+ },
22210
+ "sub-heading-spacing-s": {
22211
+ "value": "0.5rem",
22212
+ "filePath": "src/structure/section.yml",
22213
+ "isSource": true,
22214
+ "original": {
22215
+ "value": "{size-rem.s}"
22216
+ },
22217
+ "name": "SectionSubHeadingSpacingS",
22218
+ "attributes": {
22219
+ "category": "section",
22220
+ "type": "sub-heading-spacing-s"
22221
+ },
22222
+ "path": [
22223
+ "section",
22224
+ "sub-heading-spacing-s"
21956
22225
  ]
21957
22226
  }
21958
22227
  },
@@ -22472,5 +22741,178 @@
22472
22741
  ]
22473
22742
  }
22474
22743
  }
22744
+ },
22745
+ "file-drop-zone": {
22746
+ "corner-radius": {
22747
+ "value": "4px",
22748
+ "filePath": "src/upload/file-drop-zone.yml",
22749
+ "isSource": true,
22750
+ "original": {
22751
+ "value": "{corner-radius.default}"
22752
+ },
22753
+ "name": "FileDropZoneCornerRadius",
22754
+ "attributes": {
22755
+ "category": "file-drop-zone",
22756
+ "type": "corner-radius"
22757
+ },
22758
+ "path": [
22759
+ "file-drop-zone",
22760
+ "corner-radius"
22761
+ ]
22762
+ },
22763
+ "padding": {
22764
+ "value": "16px",
22765
+ "filePath": "src/upload/file-drop-zone.yml",
22766
+ "isSource": true,
22767
+ "original": {
22768
+ "value": "{size-px.m}"
22769
+ },
22770
+ "name": "FileDropZonePadding",
22771
+ "attributes": {
22772
+ "category": "file-drop-zone",
22773
+ "type": "padding"
22774
+ },
22775
+ "path": [
22776
+ "file-drop-zone",
22777
+ "padding"
22778
+ ]
22779
+ },
22780
+ "background-color": {
22781
+ "default": {
22782
+ "value": "#F8F8F8",
22783
+ "filePath": "src/upload/file-drop-zone.yml",
22784
+ "isSource": true,
22785
+ "original": {
22786
+ "value": "{form-control.background-color.default}"
22787
+ },
22788
+ "name": "FileDropZoneBackgroundColorDefault",
22789
+ "attributes": {
22790
+ "category": "file-drop-zone",
22791
+ "type": "background-color",
22792
+ "item": "default"
22793
+ },
22794
+ "path": [
22795
+ "file-drop-zone",
22796
+ "background-color",
22797
+ "default"
22798
+ ]
22799
+ },
22800
+ "target": {
22801
+ "value": "#F0F5FF",
22802
+ "filePath": "src/upload/file-drop-zone.yml",
22803
+ "isSource": true,
22804
+ "original": {
22805
+ "value": "{form-control.background-color.hover}"
22806
+ },
22807
+ "name": "FileDropZoneBackgroundColorTarget",
22808
+ "attributes": {
22809
+ "category": "file-drop-zone",
22810
+ "type": "background-color",
22811
+ "item": "target"
22812
+ },
22813
+ "path": [
22814
+ "file-drop-zone",
22815
+ "background-color",
22816
+ "target"
22817
+ ]
22818
+ }
22819
+ },
22820
+ "border-width": {
22821
+ "value": "1px",
22822
+ "filePath": "src/upload/file-drop-zone.yml",
22823
+ "isSource": true,
22824
+ "original": {
22825
+ "value": "{border-width.100}"
22826
+ },
22827
+ "name": "FileDropZoneBorderWidth",
22828
+ "attributes": {
22829
+ "category": "file-drop-zone",
22830
+ "type": "border-width"
22831
+ },
22832
+ "path": [
22833
+ "file-drop-zone",
22834
+ "border-width"
22835
+ ]
22836
+ },
22837
+ "border-style": {
22838
+ "default": {
22839
+ "value": "dashed",
22840
+ "filePath": "src/upload/file-drop-zone.yml",
22841
+ "isSource": true,
22842
+ "original": {
22843
+ "value": "{border-style.dashed}"
22844
+ },
22845
+ "name": "FileDropZoneBorderStyleDefault",
22846
+ "attributes": {
22847
+ "category": "file-drop-zone",
22848
+ "type": "border-style",
22849
+ "item": "default"
22850
+ },
22851
+ "path": [
22852
+ "file-drop-zone",
22853
+ "border-style",
22854
+ "default"
22855
+ ]
22856
+ },
22857
+ "target": {
22858
+ "value": "solid",
22859
+ "filePath": "src/upload/file-drop-zone.yml",
22860
+ "isSource": true,
22861
+ "original": {
22862
+ "value": "{border-style.default}"
22863
+ },
22864
+ "name": "FileDropZoneBorderStyleTarget",
22865
+ "attributes": {
22866
+ "category": "file-drop-zone",
22867
+ "type": "border-style",
22868
+ "item": "target"
22869
+ },
22870
+ "path": [
22871
+ "file-drop-zone",
22872
+ "border-style",
22873
+ "target"
22874
+ ]
22875
+ }
22876
+ },
22877
+ "border-color": {
22878
+ "default": {
22879
+ "value": "#909090",
22880
+ "filePath": "src/upload/file-drop-zone.yml",
22881
+ "isSource": true,
22882
+ "original": {
22883
+ "value": "{form-control.border-color.default}"
22884
+ },
22885
+ "name": "FileDropZoneBorderColorDefault",
22886
+ "attributes": {
22887
+ "category": "file-drop-zone",
22888
+ "type": "border-color",
22889
+ "item": "default"
22890
+ },
22891
+ "path": [
22892
+ "file-drop-zone",
22893
+ "border-color",
22894
+ "default"
22895
+ ]
22896
+ },
22897
+ "target": {
22898
+ "value": "#0054F5",
22899
+ "filePath": "src/upload/file-drop-zone.yml",
22900
+ "isSource": true,
22901
+ "original": {
22902
+ "value": "{primary.color.800}"
22903
+ },
22904
+ "name": "FileDropZoneBorderColorTarget",
22905
+ "attributes": {
22906
+ "category": "file-drop-zone",
22907
+ "type": "border-color",
22908
+ "item": "target"
22909
+ },
22910
+ "path": [
22911
+ "file-drop-zone",
22912
+ "border-color",
22913
+ "target"
22914
+ ]
22915
+ }
22916
+ }
22475
22917
  }
22476
22918
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-design-tokens",
3
- "version": "0.2.0-alpha.5",
3
+ "version": "0.2.0-alpha.51",
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": "run style-dictionary build -c style-dictionary.config.js"
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.3.1",
22
- "prettier": "^3.4.2",
23
- "style-dictionary": "^4.3.0"
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": "0ef99c4d3a9120c8568a38718e2622db4cf64746"
27
+ "gitHead": "8d3380d80ff91ce3c8c62d573fef2a7f6c37151b"
26
28
  }