@mittwald/flow-design-tokens 0.2.0-alpha.25 → 0.2.0-alpha.27

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%);
@@ -447,6 +448,9 @@
447
448
  --message--spacing-x: var(--size-rem--m);
448
449
  --message--background-color-responder: var(--color--gray--400);
449
450
  --message--background-color-sender: var(--color--hosting-blue--200);
451
+ --text--blockquote-border-style: var(--border-style--default);
452
+ --text--blockquote-padding: var(--size-rem--s);
453
+ --text--list-padding: var(--size-rem--l);
450
454
  --focus--outline-offset: var(--size-px--xxs);
451
455
  --line-height--m: calc(var(--font-size-text--m) * 1.5);
452
456
  --line-height--s: calc(var(--font-size-text--s) * 1.5);
@@ -670,6 +674,9 @@
670
674
  --file-card--spacing: var(--size-rem--s);
671
675
  --file-card--border-style: var(--border-style--default);
672
676
  --file-card--sub-title-font-size: var(--font-size-text--s);
677
+ --file-drop-zone--padding: var(--size-px--m);
678
+ --file-drop-zone--border-style--default: var(--border-style--dashed);
679
+ --file-drop-zone--border-style--target: var(--border-style--default);
673
680
  --button--corner-radius: var(--corner-radius--default);
674
681
  --button--pending-icon-color: var(--neutral--color--1000);
675
682
  --button--succeeded-icon-color: var(--success--color--800);
@@ -886,6 +893,7 @@
886
893
  --text--color--default: var(--neutral--color--1000);
887
894
  --text--color--light: var(--light-plain-content-color);
888
895
  --text--color--dark: var(--dark-plain-content-color);
896
+ --text--blockquote-border-width: var(--border-width--300);
889
897
  --focus--outline-color: var(--primary--color--800);
890
898
  --focus--outline-width: var(--border-width--200);
891
899
  --choice--icon-color--selected: var(--primary--color--800);
@@ -987,6 +995,9 @@
987
995
  --file-card--corner-radius: var(--corner-radius--default);
988
996
  --file-card--border-width: var(--border-width--100);
989
997
  --file-card--background-color--default: var(--neutral--color--100);
998
+ --file-drop-zone--corner-radius: var(--corner-radius--default);
999
+ --file-drop-zone--border-width: var(--border-width--100);
1000
+ --file-drop-zone--border-color--target: var(--primary--color--800);
990
1001
  --button--accent-solid-background-color--default: var(--success-solid-background-color--default);
991
1002
  --button--accent-solid-background-color--hover: var(--success-solid-background-color--hover);
992
1003
  --button--accent-solid-background-color--pressed: var(--success-solid-background-color--pressed);
@@ -1122,6 +1133,7 @@
1122
1133
  --illustrated-message--light-heading-color: var(--heading--color-light);
1123
1134
  --label--color--disabled: var(--disabled-plain-content-color);
1124
1135
  --text--color--disabled: var(--disabled-plain-content-color);
1136
+ --text--blockquote-border-color: var(--info-outline-border-color);
1125
1137
  --choice--icon-color--default: var(--icon--color);
1126
1138
  --choice--icon-color--disabled: var(--disabled-outline-content-color);
1127
1139
  --date-picker--date-segment-background-color--focused: var(--primary-plain-background-color--pressed);
@@ -1233,4 +1245,7 @@
1233
1245
  --file-card--border-color: var(--neutral-outline-border-color);
1234
1246
  --file-card--background-color--hover: var(--neutral-outline-background-color--hover);
1235
1247
  --file-card--background-color--pressed: var(--neutral-outline-background-color--pressed);
1248
+ --file-drop-zone--background-color--default: var(--form-control--background-color--default);
1249
+ --file-drop-zone--background-color--target: var(--form-control--background-color--hover);
1250
+ --file-drop-zone--border-color--default: var(--form-control--border-color--default);
1236
1251
  }
@@ -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": {
@@ -13728,6 +13745,91 @@
13728
13745
  "text",
13729
13746
  "max-width"
13730
13747
  ]
13748
+ },
13749
+ "blockquote-border-width": {
13750
+ "value": "4px",
13751
+ "filePath": "src/content/text.yml",
13752
+ "isSource": true,
13753
+ "original": {
13754
+ "value": "{border-width.300}"
13755
+ },
13756
+ "name": "TextBlockquoteBorderWidth",
13757
+ "attributes": {
13758
+ "category": "text",
13759
+ "type": "blockquote-border-width"
13760
+ },
13761
+ "path": [
13762
+ "text",
13763
+ "blockquote-border-width"
13764
+ ]
13765
+ },
13766
+ "blockquote-border-style": {
13767
+ "value": "solid",
13768
+ "filePath": "src/content/text.yml",
13769
+ "isSource": true,
13770
+ "original": {
13771
+ "value": "{border-style.default}"
13772
+ },
13773
+ "name": "TextBlockquoteBorderStyle",
13774
+ "attributes": {
13775
+ "category": "text",
13776
+ "type": "blockquote-border-style"
13777
+ },
13778
+ "path": [
13779
+ "text",
13780
+ "blockquote-border-style"
13781
+ ]
13782
+ },
13783
+ "blockquote-border-color": {
13784
+ "value": "#0054F5",
13785
+ "filePath": "src/content/text.yml",
13786
+ "isSource": true,
13787
+ "original": {
13788
+ "value": "{info-outline-border-color}"
13789
+ },
13790
+ "name": "TextBlockquoteBorderColor",
13791
+ "attributes": {
13792
+ "category": "text",
13793
+ "type": "blockquote-border-color"
13794
+ },
13795
+ "path": [
13796
+ "text",
13797
+ "blockquote-border-color"
13798
+ ]
13799
+ },
13800
+ "blockquote-padding": {
13801
+ "value": "0.5rem",
13802
+ "filePath": "src/content/text.yml",
13803
+ "isSource": true,
13804
+ "original": {
13805
+ "value": "{size-rem.s}"
13806
+ },
13807
+ "name": "TextBlockquotePadding",
13808
+ "attributes": {
13809
+ "category": "text",
13810
+ "type": "blockquote-padding"
13811
+ },
13812
+ "path": [
13813
+ "text",
13814
+ "blockquote-padding"
13815
+ ]
13816
+ },
13817
+ "list-padding": {
13818
+ "value": "1.5rem",
13819
+ "filePath": "src/content/text.yml",
13820
+ "isSource": true,
13821
+ "original": {
13822
+ "value": "{size-rem.l}"
13823
+ },
13824
+ "name": "TextListPadding",
13825
+ "attributes": {
13826
+ "category": "text",
13827
+ "type": "list-padding"
13828
+ },
13829
+ "path": [
13830
+ "text",
13831
+ "list-padding"
13832
+ ]
13731
13833
  }
13732
13834
  },
13733
13835
  "focus": {
@@ -22472,5 +22574,178 @@
22472
22574
  ]
22473
22575
  }
22474
22576
  }
22577
+ },
22578
+ "file-drop-zone": {
22579
+ "corner-radius": {
22580
+ "value": "4px",
22581
+ "filePath": "src/upload/file-drop-zone.yml",
22582
+ "isSource": true,
22583
+ "original": {
22584
+ "value": "{corner-radius.default}"
22585
+ },
22586
+ "name": "FileDropZoneCornerRadius",
22587
+ "attributes": {
22588
+ "category": "file-drop-zone",
22589
+ "type": "corner-radius"
22590
+ },
22591
+ "path": [
22592
+ "file-drop-zone",
22593
+ "corner-radius"
22594
+ ]
22595
+ },
22596
+ "padding": {
22597
+ "value": "16px",
22598
+ "filePath": "src/upload/file-drop-zone.yml",
22599
+ "isSource": true,
22600
+ "original": {
22601
+ "value": "{size-px.m}"
22602
+ },
22603
+ "name": "FileDropZonePadding",
22604
+ "attributes": {
22605
+ "category": "file-drop-zone",
22606
+ "type": "padding"
22607
+ },
22608
+ "path": [
22609
+ "file-drop-zone",
22610
+ "padding"
22611
+ ]
22612
+ },
22613
+ "background-color": {
22614
+ "default": {
22615
+ "value": "#F8F8F8",
22616
+ "filePath": "src/upload/file-drop-zone.yml",
22617
+ "isSource": true,
22618
+ "original": {
22619
+ "value": "{form-control.background-color.default}"
22620
+ },
22621
+ "name": "FileDropZoneBackgroundColorDefault",
22622
+ "attributes": {
22623
+ "category": "file-drop-zone",
22624
+ "type": "background-color",
22625
+ "item": "default"
22626
+ },
22627
+ "path": [
22628
+ "file-drop-zone",
22629
+ "background-color",
22630
+ "default"
22631
+ ]
22632
+ },
22633
+ "target": {
22634
+ "value": "#F0F5FF",
22635
+ "filePath": "src/upload/file-drop-zone.yml",
22636
+ "isSource": true,
22637
+ "original": {
22638
+ "value": "{form-control.background-color.hover}"
22639
+ },
22640
+ "name": "FileDropZoneBackgroundColorTarget",
22641
+ "attributes": {
22642
+ "category": "file-drop-zone",
22643
+ "type": "background-color",
22644
+ "item": "target"
22645
+ },
22646
+ "path": [
22647
+ "file-drop-zone",
22648
+ "background-color",
22649
+ "target"
22650
+ ]
22651
+ }
22652
+ },
22653
+ "border-width": {
22654
+ "value": "1px",
22655
+ "filePath": "src/upload/file-drop-zone.yml",
22656
+ "isSource": true,
22657
+ "original": {
22658
+ "value": "{border-width.100}"
22659
+ },
22660
+ "name": "FileDropZoneBorderWidth",
22661
+ "attributes": {
22662
+ "category": "file-drop-zone",
22663
+ "type": "border-width"
22664
+ },
22665
+ "path": [
22666
+ "file-drop-zone",
22667
+ "border-width"
22668
+ ]
22669
+ },
22670
+ "border-style": {
22671
+ "default": {
22672
+ "value": "dashed",
22673
+ "filePath": "src/upload/file-drop-zone.yml",
22674
+ "isSource": true,
22675
+ "original": {
22676
+ "value": "{border-style.dashed}"
22677
+ },
22678
+ "name": "FileDropZoneBorderStyleDefault",
22679
+ "attributes": {
22680
+ "category": "file-drop-zone",
22681
+ "type": "border-style",
22682
+ "item": "default"
22683
+ },
22684
+ "path": [
22685
+ "file-drop-zone",
22686
+ "border-style",
22687
+ "default"
22688
+ ]
22689
+ },
22690
+ "target": {
22691
+ "value": "solid",
22692
+ "filePath": "src/upload/file-drop-zone.yml",
22693
+ "isSource": true,
22694
+ "original": {
22695
+ "value": "{border-style.default}"
22696
+ },
22697
+ "name": "FileDropZoneBorderStyleTarget",
22698
+ "attributes": {
22699
+ "category": "file-drop-zone",
22700
+ "type": "border-style",
22701
+ "item": "target"
22702
+ },
22703
+ "path": [
22704
+ "file-drop-zone",
22705
+ "border-style",
22706
+ "target"
22707
+ ]
22708
+ }
22709
+ },
22710
+ "border-color": {
22711
+ "default": {
22712
+ "value": "#909090",
22713
+ "filePath": "src/upload/file-drop-zone.yml",
22714
+ "isSource": true,
22715
+ "original": {
22716
+ "value": "{form-control.border-color.default}"
22717
+ },
22718
+ "name": "FileDropZoneBorderColorDefault",
22719
+ "attributes": {
22720
+ "category": "file-drop-zone",
22721
+ "type": "border-color",
22722
+ "item": "default"
22723
+ },
22724
+ "path": [
22725
+ "file-drop-zone",
22726
+ "border-color",
22727
+ "default"
22728
+ ]
22729
+ },
22730
+ "target": {
22731
+ "value": "#0054F5",
22732
+ "filePath": "src/upload/file-drop-zone.yml",
22733
+ "isSource": true,
22734
+ "original": {
22735
+ "value": "{primary.color.800}"
22736
+ },
22737
+ "name": "FileDropZoneBorderColorTarget",
22738
+ "attributes": {
22739
+ "category": "file-drop-zone",
22740
+ "type": "border-color",
22741
+ "item": "target"
22742
+ },
22743
+ "path": [
22744
+ "file-drop-zone",
22745
+ "border-color",
22746
+ "target"
22747
+ ]
22748
+ }
22749
+ }
22475
22750
  }
22476
22751
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-design-tokens",
3
- "version": "0.2.0-alpha.25",
3
+ "version": "0.2.0-alpha.27",
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",
@@ -19,10 +19,10 @@
19
19
  "devDependencies": {
20
20
  "@types/js-yaml": "^4.0.9",
21
21
  "js-yaml": "^4.1.0",
22
- "nx": "^20.3.2",
22
+ "nx": "^20.4.0",
23
23
  "prettier": "^3.4.2",
24
24
  "rimraf": "^6.0.1",
25
- "style-dictionary": "^4.3.0"
25
+ "style-dictionary": "^4.3.2"
26
26
  },
27
- "gitHead": "7019391eadb86e05ccfa496da925001e54845242"
27
+ "gitHead": "4d1e4e4c35cd819a8c5c4b380e127dcef1be1886"
28
28
  }