@mittwald/flow-design-tokens 0.2.0-alpha.4 → 0.2.0-alpha.41

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);
@@ -447,6 +449,10 @@
447
449
  --message--spacing-x: var(--size-rem--m);
448
450
  --message--background-color-responder: var(--color--gray--400);
449
451
  --message--background-color-sender: var(--color--hosting-blue--200);
452
+ --message-thread--spacing: var(--size-rem--l);
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);
@@ -880,12 +892,15 @@
880
892
  --illustrated-message--danger-heading-color: var(--danger--color--1000);
881
893
  --illustrated-message--dark-icon-color: var(--dark-plain-content-color);
882
894
  --illustrated-message--light-icon-color: var(--light-plain-content-color);
895
+ --image--corner-radius: var(--corner-radius--default);
896
+ --image--border-width: var(--border-width--100);
883
897
  --label--line-height: var(--line-height--m);
884
898
  --label--color--default: var(--neutral--color--800);
885
899
  --message--corner-radius: var(--corner-radius--default);
886
900
  --text--color--default: var(--neutral--color--1000);
887
901
  --text--color--light: var(--light-plain-content-color);
888
902
  --text--color--dark: var(--dark-plain-content-color);
903
+ --text--blockquote-border-width: var(--border-width--300);
889
904
  --focus--outline-color: var(--primary--color--800);
890
905
  --focus--outline-width: var(--border-width--200);
891
906
  --choice--icon-color--selected: var(--primary--color--800);
@@ -987,6 +1002,9 @@
987
1002
  --file-card--corner-radius: var(--corner-radius--default);
988
1003
  --file-card--border-width: var(--border-width--100);
989
1004
  --file-card--background-color--default: var(--neutral--color--100);
1005
+ --file-drop-zone--corner-radius: var(--corner-radius--default);
1006
+ --file-drop-zone--border-width: var(--border-width--100);
1007
+ --file-drop-zone--border-color--target: var(--primary--color--800);
990
1008
  --button--accent-solid-background-color--default: var(--success-solid-background-color--default);
991
1009
  --button--accent-solid-background-color--hover: var(--success-solid-background-color--hover);
992
1010
  --button--accent-solid-background-color--pressed: var(--success-solid-background-color--pressed);
@@ -1120,8 +1138,10 @@
1120
1138
  --illustrated-message--primary-heading-color: var(--heading--color);
1121
1139
  --illustrated-message--dark-heading-color: var(--heading--color-dark);
1122
1140
  --illustrated-message--light-heading-color: var(--heading--color-light);
1141
+ --image--border-color: var(--neutral-outline-border-color);
1123
1142
  --label--color--disabled: var(--disabled-plain-content-color);
1124
1143
  --text--color--disabled: var(--disabled-plain-content-color);
1144
+ --text--blockquote-border-color: var(--info-outline-border-color);
1125
1145
  --choice--icon-color--default: var(--icon--color);
1126
1146
  --choice--icon-color--disabled: var(--disabled-outline-content-color);
1127
1147
  --date-picker--date-segment-background-color--focused: var(--primary-plain-background-color--pressed);
@@ -1233,4 +1253,7 @@
1233
1253
  --file-card--border-color: var(--neutral-outline-border-color);
1234
1254
  --file-card--background-color--hover: var(--neutral-outline-background-color--hover);
1235
1255
  --file-card--background-color--pressed: var(--neutral-outline-background-color--pressed);
1256
+ --file-drop-zone--background-color--default: var(--form-control--background-color--default);
1257
+ --file-drop-zone--background-color--target: var(--form-control--background-color--hover);
1258
+ --file-drop-zone--border-color--default: var(--form-control--border-color--default);
1236
1259
  }
@@ -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": {
@@ -13328,6 +13345,76 @@
13328
13345
  ]
13329
13346
  }
13330
13347
  },
13348
+ "image": {
13349
+ "corner-radius": {
13350
+ "value": "4px",
13351
+ "filePath": "src/content/image.yml",
13352
+ "isSource": true,
13353
+ "original": {
13354
+ "value": "{corner-radius.default}"
13355
+ },
13356
+ "name": "ImageCornerRadius",
13357
+ "attributes": {
13358
+ "category": "image",
13359
+ "type": "corner-radius"
13360
+ },
13361
+ "path": [
13362
+ "image",
13363
+ "corner-radius"
13364
+ ]
13365
+ },
13366
+ "border-width": {
13367
+ "value": "1px",
13368
+ "filePath": "src/content/image.yml",
13369
+ "isSource": true,
13370
+ "original": {
13371
+ "value": "{border-width.100}"
13372
+ },
13373
+ "name": "ImageBorderWidth",
13374
+ "attributes": {
13375
+ "category": "image",
13376
+ "type": "border-width"
13377
+ },
13378
+ "path": [
13379
+ "image",
13380
+ "border-width"
13381
+ ]
13382
+ },
13383
+ "border-style": {
13384
+ "value": "solid",
13385
+ "filePath": "src/content/image.yml",
13386
+ "isSource": true,
13387
+ "original": {
13388
+ "value": "{border-style.default}"
13389
+ },
13390
+ "name": "ImageBorderStyle",
13391
+ "attributes": {
13392
+ "category": "image",
13393
+ "type": "border-style"
13394
+ },
13395
+ "path": [
13396
+ "image",
13397
+ "border-style"
13398
+ ]
13399
+ },
13400
+ "border-color": {
13401
+ "value": "#909090",
13402
+ "filePath": "src/content/image.yml",
13403
+ "isSource": true,
13404
+ "original": {
13405
+ "value": "{neutral-outline-border-color}"
13406
+ },
13407
+ "name": "ImageBorderColor",
13408
+ "attributes": {
13409
+ "category": "image",
13410
+ "type": "border-color"
13411
+ },
13412
+ "path": [
13413
+ "image",
13414
+ "border-color"
13415
+ ]
13416
+ }
13417
+ },
13331
13418
  "initials": {
13332
13419
  "font-weight": {
13333
13420
  "value": "bold",
@@ -13633,6 +13720,25 @@
13633
13720
  ]
13634
13721
  }
13635
13722
  },
13723
+ "message-thread": {
13724
+ "spacing": {
13725
+ "value": "1.5rem",
13726
+ "filePath": "src/content/messageThread.yml",
13727
+ "isSource": true,
13728
+ "original": {
13729
+ "value": "{size-rem.l}"
13730
+ },
13731
+ "name": "MessageThreadSpacing",
13732
+ "attributes": {
13733
+ "category": "message-thread",
13734
+ "type": "spacing"
13735
+ },
13736
+ "path": [
13737
+ "message-thread",
13738
+ "spacing"
13739
+ ]
13740
+ }
13741
+ },
13636
13742
  "text": {
13637
13743
  "color": {
13638
13744
  "default": {
@@ -13728,6 +13834,91 @@
13728
13834
  "text",
13729
13835
  "max-width"
13730
13836
  ]
13837
+ },
13838
+ "blockquote-border-width": {
13839
+ "value": "4px",
13840
+ "filePath": "src/content/text.yml",
13841
+ "isSource": true,
13842
+ "original": {
13843
+ "value": "{border-width.300}"
13844
+ },
13845
+ "name": "TextBlockquoteBorderWidth",
13846
+ "attributes": {
13847
+ "category": "text",
13848
+ "type": "blockquote-border-width"
13849
+ },
13850
+ "path": [
13851
+ "text",
13852
+ "blockquote-border-width"
13853
+ ]
13854
+ },
13855
+ "blockquote-border-style": {
13856
+ "value": "solid",
13857
+ "filePath": "src/content/text.yml",
13858
+ "isSource": true,
13859
+ "original": {
13860
+ "value": "{border-style.default}"
13861
+ },
13862
+ "name": "TextBlockquoteBorderStyle",
13863
+ "attributes": {
13864
+ "category": "text",
13865
+ "type": "blockquote-border-style"
13866
+ },
13867
+ "path": [
13868
+ "text",
13869
+ "blockquote-border-style"
13870
+ ]
13871
+ },
13872
+ "blockquote-border-color": {
13873
+ "value": "#0054F5",
13874
+ "filePath": "src/content/text.yml",
13875
+ "isSource": true,
13876
+ "original": {
13877
+ "value": "{info-outline-border-color}"
13878
+ },
13879
+ "name": "TextBlockquoteBorderColor",
13880
+ "attributes": {
13881
+ "category": "text",
13882
+ "type": "blockquote-border-color"
13883
+ },
13884
+ "path": [
13885
+ "text",
13886
+ "blockquote-border-color"
13887
+ ]
13888
+ },
13889
+ "blockquote-padding": {
13890
+ "value": "0.5rem",
13891
+ "filePath": "src/content/text.yml",
13892
+ "isSource": true,
13893
+ "original": {
13894
+ "value": "{size-rem.s}"
13895
+ },
13896
+ "name": "TextBlockquotePadding",
13897
+ "attributes": {
13898
+ "category": "text",
13899
+ "type": "blockquote-padding"
13900
+ },
13901
+ "path": [
13902
+ "text",
13903
+ "blockquote-padding"
13904
+ ]
13905
+ },
13906
+ "list-padding": {
13907
+ "value": "1.5rem",
13908
+ "filePath": "src/content/text.yml",
13909
+ "isSource": true,
13910
+ "original": {
13911
+ "value": "{size-rem.l}"
13912
+ },
13913
+ "name": "TextListPadding",
13914
+ "attributes": {
13915
+ "category": "text",
13916
+ "type": "list-padding"
13917
+ },
13918
+ "path": [
13919
+ "text",
13920
+ "list-padding"
13921
+ ]
13731
13922
  }
13732
13923
  },
13733
13924
  "focus": {
@@ -16149,38 +16340,38 @@
16149
16340
  }
16150
16341
  },
16151
16342
  "link": {
16152
- "font-size": {
16153
- "value": "0.875rem",
16343
+ "line-height": {
16344
+ "value": "calc(1rem * 1.5)",
16154
16345
  "filePath": "src/navigation/link.yml",
16155
16346
  "isSource": true,
16156
16347
  "original": {
16157
- "value": "{font-size-text.s}"
16348
+ "value": "{line-height.m}"
16158
16349
  },
16159
- "name": "LinkFontSize",
16350
+ "name": "LinkLineHeight",
16160
16351
  "attributes": {
16161
16352
  "category": "link",
16162
- "type": "font-size"
16353
+ "type": "line-height"
16163
16354
  },
16164
16355
  "path": [
16165
16356
  "link",
16166
- "font-size"
16357
+ "line-height"
16167
16358
  ]
16168
16359
  },
16169
- "line-height": {
16170
- "value": "calc(1rem * 1.5)",
16360
+ "icon-height": {
16361
+ "value": "calc(1rem * 1.25)",
16171
16362
  "filePath": "src/navigation/link.yml",
16172
16363
  "isSource": true,
16173
16364
  "original": {
16174
- "value": "{line-height.m}"
16365
+ "value": "calc({font-size-text.m} * 1.25)"
16175
16366
  },
16176
- "name": "LinkLineHeight",
16367
+ "name": "LinkIconHeight",
16177
16368
  "attributes": {
16178
16369
  "category": "link",
16179
- "type": "line-height"
16370
+ "type": "icon-height"
16180
16371
  },
16181
16372
  "path": [
16182
16373
  "link",
16183
- "line-height"
16374
+ "icon-height"
16184
16375
  ]
16185
16376
  },
16186
16377
  "font-weight": {
@@ -21518,6 +21709,48 @@
21518
21709
  "spacing"
21519
21710
  ]
21520
21711
  }
21712
+ },
21713
+ "icon-text": {
21714
+ "spacing": {
21715
+ "value": "0.5rem",
21716
+ "filePath": "src/structure/align.yml",
21717
+ "isSource": true,
21718
+ "original": {
21719
+ "value": "{size-rem.s}"
21720
+ },
21721
+ "name": "AlignIconTextSpacing",
21722
+ "attributes": {
21723
+ "category": "align",
21724
+ "type": "icon-text",
21725
+ "item": "spacing"
21726
+ },
21727
+ "path": [
21728
+ "align",
21729
+ "icon-text",
21730
+ "spacing"
21731
+ ]
21732
+ }
21733
+ },
21734
+ "text-contextualHelp": {
21735
+ "spacing": {
21736
+ "value": "0.25rem",
21737
+ "filePath": "src/structure/align.yml",
21738
+ "isSource": true,
21739
+ "original": {
21740
+ "value": "{size-rem.xs}"
21741
+ },
21742
+ "name": "AlignTextContextualHelpSpacing",
21743
+ "attributes": {
21744
+ "category": "align",
21745
+ "type": "text-contextualHelp",
21746
+ "item": "spacing"
21747
+ },
21748
+ "path": [
21749
+ "align",
21750
+ "text-contextualHelp",
21751
+ "spacing"
21752
+ ]
21753
+ }
21521
21754
  }
21522
21755
  },
21523
21756
  "column-layout": {
@@ -21938,21 +22171,38 @@
21938
22171
  "spacing"
21939
22172
  ]
21940
22173
  },
21941
- "sub-heading-spacing": {
21942
- "value": "1rem",
22174
+ "sub-heading-spacing-m": {
22175
+ "value": "1.5rem",
21943
22176
  "filePath": "src/structure/section.yml",
21944
22177
  "isSource": true,
21945
22178
  "original": {
21946
- "value": "{size-rem.m}"
22179
+ "value": "{size-rem.l}"
22180
+ },
22181
+ "name": "SectionSubHeadingSpacingM",
22182
+ "attributes": {
22183
+ "category": "section",
22184
+ "type": "sub-heading-spacing-m"
22185
+ },
22186
+ "path": [
22187
+ "section",
22188
+ "sub-heading-spacing-m"
22189
+ ]
22190
+ },
22191
+ "sub-heading-spacing-s": {
22192
+ "value": "0.5rem",
22193
+ "filePath": "src/structure/section.yml",
22194
+ "isSource": true,
22195
+ "original": {
22196
+ "value": "{size-rem.s}"
21947
22197
  },
21948
- "name": "SectionSubHeadingSpacing",
22198
+ "name": "SectionSubHeadingSpacingS",
21949
22199
  "attributes": {
21950
22200
  "category": "section",
21951
- "type": "sub-heading-spacing"
22201
+ "type": "sub-heading-spacing-s"
21952
22202
  },
21953
22203
  "path": [
21954
22204
  "section",
21955
- "sub-heading-spacing"
22205
+ "sub-heading-spacing-s"
21956
22206
  ]
21957
22207
  }
21958
22208
  },
@@ -22472,5 +22722,178 @@
22472
22722
  ]
22473
22723
  }
22474
22724
  }
22725
+ },
22726
+ "file-drop-zone": {
22727
+ "corner-radius": {
22728
+ "value": "4px",
22729
+ "filePath": "src/upload/file-drop-zone.yml",
22730
+ "isSource": true,
22731
+ "original": {
22732
+ "value": "{corner-radius.default}"
22733
+ },
22734
+ "name": "FileDropZoneCornerRadius",
22735
+ "attributes": {
22736
+ "category": "file-drop-zone",
22737
+ "type": "corner-radius"
22738
+ },
22739
+ "path": [
22740
+ "file-drop-zone",
22741
+ "corner-radius"
22742
+ ]
22743
+ },
22744
+ "padding": {
22745
+ "value": "16px",
22746
+ "filePath": "src/upload/file-drop-zone.yml",
22747
+ "isSource": true,
22748
+ "original": {
22749
+ "value": "{size-px.m}"
22750
+ },
22751
+ "name": "FileDropZonePadding",
22752
+ "attributes": {
22753
+ "category": "file-drop-zone",
22754
+ "type": "padding"
22755
+ },
22756
+ "path": [
22757
+ "file-drop-zone",
22758
+ "padding"
22759
+ ]
22760
+ },
22761
+ "background-color": {
22762
+ "default": {
22763
+ "value": "#F8F8F8",
22764
+ "filePath": "src/upload/file-drop-zone.yml",
22765
+ "isSource": true,
22766
+ "original": {
22767
+ "value": "{form-control.background-color.default}"
22768
+ },
22769
+ "name": "FileDropZoneBackgroundColorDefault",
22770
+ "attributes": {
22771
+ "category": "file-drop-zone",
22772
+ "type": "background-color",
22773
+ "item": "default"
22774
+ },
22775
+ "path": [
22776
+ "file-drop-zone",
22777
+ "background-color",
22778
+ "default"
22779
+ ]
22780
+ },
22781
+ "target": {
22782
+ "value": "#F0F5FF",
22783
+ "filePath": "src/upload/file-drop-zone.yml",
22784
+ "isSource": true,
22785
+ "original": {
22786
+ "value": "{form-control.background-color.hover}"
22787
+ },
22788
+ "name": "FileDropZoneBackgroundColorTarget",
22789
+ "attributes": {
22790
+ "category": "file-drop-zone",
22791
+ "type": "background-color",
22792
+ "item": "target"
22793
+ },
22794
+ "path": [
22795
+ "file-drop-zone",
22796
+ "background-color",
22797
+ "target"
22798
+ ]
22799
+ }
22800
+ },
22801
+ "border-width": {
22802
+ "value": "1px",
22803
+ "filePath": "src/upload/file-drop-zone.yml",
22804
+ "isSource": true,
22805
+ "original": {
22806
+ "value": "{border-width.100}"
22807
+ },
22808
+ "name": "FileDropZoneBorderWidth",
22809
+ "attributes": {
22810
+ "category": "file-drop-zone",
22811
+ "type": "border-width"
22812
+ },
22813
+ "path": [
22814
+ "file-drop-zone",
22815
+ "border-width"
22816
+ ]
22817
+ },
22818
+ "border-style": {
22819
+ "default": {
22820
+ "value": "dashed",
22821
+ "filePath": "src/upload/file-drop-zone.yml",
22822
+ "isSource": true,
22823
+ "original": {
22824
+ "value": "{border-style.dashed}"
22825
+ },
22826
+ "name": "FileDropZoneBorderStyleDefault",
22827
+ "attributes": {
22828
+ "category": "file-drop-zone",
22829
+ "type": "border-style",
22830
+ "item": "default"
22831
+ },
22832
+ "path": [
22833
+ "file-drop-zone",
22834
+ "border-style",
22835
+ "default"
22836
+ ]
22837
+ },
22838
+ "target": {
22839
+ "value": "solid",
22840
+ "filePath": "src/upload/file-drop-zone.yml",
22841
+ "isSource": true,
22842
+ "original": {
22843
+ "value": "{border-style.default}"
22844
+ },
22845
+ "name": "FileDropZoneBorderStyleTarget",
22846
+ "attributes": {
22847
+ "category": "file-drop-zone",
22848
+ "type": "border-style",
22849
+ "item": "target"
22850
+ },
22851
+ "path": [
22852
+ "file-drop-zone",
22853
+ "border-style",
22854
+ "target"
22855
+ ]
22856
+ }
22857
+ },
22858
+ "border-color": {
22859
+ "default": {
22860
+ "value": "#909090",
22861
+ "filePath": "src/upload/file-drop-zone.yml",
22862
+ "isSource": true,
22863
+ "original": {
22864
+ "value": "{form-control.border-color.default}"
22865
+ },
22866
+ "name": "FileDropZoneBorderColorDefault",
22867
+ "attributes": {
22868
+ "category": "file-drop-zone",
22869
+ "type": "border-color",
22870
+ "item": "default"
22871
+ },
22872
+ "path": [
22873
+ "file-drop-zone",
22874
+ "border-color",
22875
+ "default"
22876
+ ]
22877
+ },
22878
+ "target": {
22879
+ "value": "#0054F5",
22880
+ "filePath": "src/upload/file-drop-zone.yml",
22881
+ "isSource": true,
22882
+ "original": {
22883
+ "value": "{primary.color.800}"
22884
+ },
22885
+ "name": "FileDropZoneBorderColorTarget",
22886
+ "attributes": {
22887
+ "category": "file-drop-zone",
22888
+ "type": "border-color",
22889
+ "item": "target"
22890
+ },
22891
+ "path": [
22892
+ "file-drop-zone",
22893
+ "border-color",
22894
+ "target"
22895
+ ]
22896
+ }
22897
+ }
22475
22898
  }
22476
22899
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-design-tokens",
3
- "version": "0.2.0-alpha.4",
3
+ "version": "0.2.0-alpha.41",
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.4",
23
+ "prettier": "^3.5.1",
24
+ "rimraf": "^6.0.1",
25
+ "style-dictionary": "^4.3.3"
24
26
  },
25
- "gitHead": "24bbe11ee421ec40c75f32849d07f669600558cb"
27
+ "gitHead": "7ba077584e5d333b91062a1803d69c42edc28829"
26
28
  }