@mittwald/flow-design-tokens 0.2.0-alpha.714 → 0.2.0-alpha.716
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 +13 -0
- package/dist/variables.json +273 -0
- package/package.json +2 -2
package/dist/variables.css
CHANGED
|
@@ -471,6 +471,11 @@
|
|
|
471
471
|
--illustrated-message--spacing: var(--size-rem--m);
|
|
472
472
|
--image--border-style: var(--border-style--default);
|
|
473
473
|
--initials--font-weight: var(--font-weight--bold);
|
|
474
|
+
--kbd--padding: var(--size-px--xs);
|
|
475
|
+
--kbd--padding-y-start: var(--size-px--xxs);
|
|
476
|
+
--kbd--inner-shadow-color--default: var(--dark--color--200);
|
|
477
|
+
--kbd--inner-shadow-size-x: var(--size-px--xxs);
|
|
478
|
+
--kbd--inner-shadow-size-y-end: var(--size-px--xs);
|
|
474
479
|
--label--font-size: var(--font-size-text--s);
|
|
475
480
|
--label--font-weight: var(--font-weight--bold);
|
|
476
481
|
--label--spacing: var(--size-rem--xs);
|
|
@@ -958,6 +963,8 @@
|
|
|
958
963
|
--illustrated-message--light-content-color: var(--light-plain-content-color);
|
|
959
964
|
--image--corner-radius: var(--corner-radius--default);
|
|
960
965
|
--image--border-width: var(--border-width--100);
|
|
966
|
+
--kbd--corner-radius: var(--corner-radius--default);
|
|
967
|
+
--kbd--inner-shadow-color--disabled: var(--disabled-soft-dark-background-color);
|
|
961
968
|
--label--line-height: var(--line-height--m);
|
|
962
969
|
--label--color--default: var(--neutral--color--800);
|
|
963
970
|
--text--color--default: var(--neutral--color--1000);
|
|
@@ -1223,6 +1230,12 @@
|
|
|
1223
1230
|
--icon--danger-color: var(--danger-outline-content-color);
|
|
1224
1231
|
--icon--success-color: var(--success-outline-content-color);
|
|
1225
1232
|
--image--border-color: var(--neutral-outline-border-color);
|
|
1233
|
+
--kbd--background-color--default: var(--neutral-soft-background-color--default);
|
|
1234
|
+
--kbd--background-color--disabled: var(--disabled-soft-background-color);
|
|
1235
|
+
--kbd--content-color--default: var(--neutral-soft-content-color--default);
|
|
1236
|
+
--kbd--content-color--disabled: var(--disabled-soft-content-color);
|
|
1237
|
+
--kbd--content-color-plain--default: var(--form-control--placeholder-color--default);
|
|
1238
|
+
--kbd--content-color-plain--disabled: var(--form-control--placeholder-color--disabled);
|
|
1226
1239
|
--label--color--disabled: var(--disabled-plain-content-color);
|
|
1227
1240
|
--text--color--disabled: var(--disabled-plain-content-color);
|
|
1228
1241
|
--text--blockquote-border-color: var(--info-outline-border-color);
|
package/dist/variables.json
CHANGED
|
@@ -15677,6 +15677,279 @@
|
|
|
15677
15677
|
]
|
|
15678
15678
|
}
|
|
15679
15679
|
},
|
|
15680
|
+
"kbd": {
|
|
15681
|
+
"corner-radius": {
|
|
15682
|
+
"key": "{kbd.corner-radius}",
|
|
15683
|
+
"value": "4px",
|
|
15684
|
+
"filePath": "src/content/kbd.yml",
|
|
15685
|
+
"isSource": true,
|
|
15686
|
+
"original": {
|
|
15687
|
+
"value": "{corner-radius.default}",
|
|
15688
|
+
"key": "{kbd.corner-radius}"
|
|
15689
|
+
},
|
|
15690
|
+
"name": "KbdCornerRadius",
|
|
15691
|
+
"attributes": {
|
|
15692
|
+
"category": "kbd",
|
|
15693
|
+
"type": "corner-radius"
|
|
15694
|
+
},
|
|
15695
|
+
"path": [
|
|
15696
|
+
"kbd",
|
|
15697
|
+
"corner-radius"
|
|
15698
|
+
]
|
|
15699
|
+
},
|
|
15700
|
+
"padding": {
|
|
15701
|
+
"key": "{kbd.padding}",
|
|
15702
|
+
"value": "4px",
|
|
15703
|
+
"filePath": "src/content/kbd.yml",
|
|
15704
|
+
"isSource": true,
|
|
15705
|
+
"original": {
|
|
15706
|
+
"value": "{size-px.xs}",
|
|
15707
|
+
"key": "{kbd.padding}"
|
|
15708
|
+
},
|
|
15709
|
+
"name": "KbdPadding",
|
|
15710
|
+
"attributes": {
|
|
15711
|
+
"category": "kbd",
|
|
15712
|
+
"type": "padding"
|
|
15713
|
+
},
|
|
15714
|
+
"path": [
|
|
15715
|
+
"kbd",
|
|
15716
|
+
"padding"
|
|
15717
|
+
]
|
|
15718
|
+
},
|
|
15719
|
+
"padding-y-start": {
|
|
15720
|
+
"key": "{kbd.padding-y-start}",
|
|
15721
|
+
"value": "2px",
|
|
15722
|
+
"filePath": "src/content/kbd.yml",
|
|
15723
|
+
"isSource": true,
|
|
15724
|
+
"original": {
|
|
15725
|
+
"value": "{size-px.xxs}",
|
|
15726
|
+
"key": "{kbd.padding-y-start}"
|
|
15727
|
+
},
|
|
15728
|
+
"name": "KbdPaddingYStart",
|
|
15729
|
+
"attributes": {
|
|
15730
|
+
"category": "kbd",
|
|
15731
|
+
"type": "padding-y-start"
|
|
15732
|
+
},
|
|
15733
|
+
"path": [
|
|
15734
|
+
"kbd",
|
|
15735
|
+
"padding-y-start"
|
|
15736
|
+
]
|
|
15737
|
+
},
|
|
15738
|
+
"background-color": {
|
|
15739
|
+
"default": {
|
|
15740
|
+
"key": "{kbd.background-color.default}",
|
|
15741
|
+
"value": "#E6E6E6",
|
|
15742
|
+
"filePath": "src/content/kbd.yml",
|
|
15743
|
+
"isSource": true,
|
|
15744
|
+
"original": {
|
|
15745
|
+
"value": "{neutral-soft-background-color.default}",
|
|
15746
|
+
"key": "{kbd.background-color.default}"
|
|
15747
|
+
},
|
|
15748
|
+
"name": "KbdBackgroundColorDefault",
|
|
15749
|
+
"attributes": {
|
|
15750
|
+
"category": "kbd",
|
|
15751
|
+
"type": "background-color",
|
|
15752
|
+
"item": "default"
|
|
15753
|
+
},
|
|
15754
|
+
"path": [
|
|
15755
|
+
"kbd",
|
|
15756
|
+
"background-color",
|
|
15757
|
+
"default"
|
|
15758
|
+
]
|
|
15759
|
+
},
|
|
15760
|
+
"disabled": {
|
|
15761
|
+
"key": "{kbd.background-color.disabled}",
|
|
15762
|
+
"value": "#F8F8F8",
|
|
15763
|
+
"filePath": "src/content/kbd.yml",
|
|
15764
|
+
"isSource": true,
|
|
15765
|
+
"original": {
|
|
15766
|
+
"value": "{disabled-soft-background-color}",
|
|
15767
|
+
"key": "{kbd.background-color.disabled}"
|
|
15768
|
+
},
|
|
15769
|
+
"name": "KbdBackgroundColorDisabled",
|
|
15770
|
+
"attributes": {
|
|
15771
|
+
"category": "kbd",
|
|
15772
|
+
"type": "background-color",
|
|
15773
|
+
"item": "disabled"
|
|
15774
|
+
},
|
|
15775
|
+
"path": [
|
|
15776
|
+
"kbd",
|
|
15777
|
+
"background-color",
|
|
15778
|
+
"disabled"
|
|
15779
|
+
]
|
|
15780
|
+
}
|
|
15781
|
+
},
|
|
15782
|
+
"content-color": {
|
|
15783
|
+
"default": {
|
|
15784
|
+
"key": "{kbd.content-color.default}",
|
|
15785
|
+
"value": "#222222",
|
|
15786
|
+
"filePath": "src/content/kbd.yml",
|
|
15787
|
+
"isSource": true,
|
|
15788
|
+
"original": {
|
|
15789
|
+
"value": "{neutral-soft-content-color.default}",
|
|
15790
|
+
"key": "{kbd.content-color.default}"
|
|
15791
|
+
},
|
|
15792
|
+
"name": "KbdContentColorDefault",
|
|
15793
|
+
"attributes": {
|
|
15794
|
+
"category": "kbd",
|
|
15795
|
+
"type": "content-color",
|
|
15796
|
+
"item": "default"
|
|
15797
|
+
},
|
|
15798
|
+
"path": [
|
|
15799
|
+
"kbd",
|
|
15800
|
+
"content-color",
|
|
15801
|
+
"default"
|
|
15802
|
+
]
|
|
15803
|
+
},
|
|
15804
|
+
"disabled": {
|
|
15805
|
+
"key": "{kbd.content-color.disabled}",
|
|
15806
|
+
"value": "#D5D5D5",
|
|
15807
|
+
"filePath": "src/content/kbd.yml",
|
|
15808
|
+
"isSource": true,
|
|
15809
|
+
"original": {
|
|
15810
|
+
"value": "{disabled-soft-content-color}",
|
|
15811
|
+
"key": "{kbd.content-color.disabled}"
|
|
15812
|
+
},
|
|
15813
|
+
"name": "KbdContentColorDisabled",
|
|
15814
|
+
"attributes": {
|
|
15815
|
+
"category": "kbd",
|
|
15816
|
+
"type": "content-color",
|
|
15817
|
+
"item": "disabled"
|
|
15818
|
+
},
|
|
15819
|
+
"path": [
|
|
15820
|
+
"kbd",
|
|
15821
|
+
"content-color",
|
|
15822
|
+
"disabled"
|
|
15823
|
+
]
|
|
15824
|
+
}
|
|
15825
|
+
},
|
|
15826
|
+
"content-color-plain": {
|
|
15827
|
+
"default": {
|
|
15828
|
+
"key": "{kbd.content-color-plain.default}",
|
|
15829
|
+
"value": "#464646",
|
|
15830
|
+
"filePath": "src/content/kbd.yml",
|
|
15831
|
+
"isSource": true,
|
|
15832
|
+
"original": {
|
|
15833
|
+
"value": "{form-control.placeholder-color.default}",
|
|
15834
|
+
"key": "{kbd.content-color-plain.default}"
|
|
15835
|
+
},
|
|
15836
|
+
"name": "KbdContentColorPlainDefault",
|
|
15837
|
+
"attributes": {
|
|
15838
|
+
"category": "kbd",
|
|
15839
|
+
"type": "content-color-plain",
|
|
15840
|
+
"item": "default"
|
|
15841
|
+
},
|
|
15842
|
+
"path": [
|
|
15843
|
+
"kbd",
|
|
15844
|
+
"content-color-plain",
|
|
15845
|
+
"default"
|
|
15846
|
+
]
|
|
15847
|
+
},
|
|
15848
|
+
"disabled": {
|
|
15849
|
+
"key": "{kbd.content-color-plain.disabled}",
|
|
15850
|
+
"value": "#D5D5D5",
|
|
15851
|
+
"filePath": "src/content/kbd.yml",
|
|
15852
|
+
"isSource": true,
|
|
15853
|
+
"original": {
|
|
15854
|
+
"value": "{form-control.placeholder-color.disabled}",
|
|
15855
|
+
"key": "{kbd.content-color-plain.disabled}"
|
|
15856
|
+
},
|
|
15857
|
+
"name": "KbdContentColorPlainDisabled",
|
|
15858
|
+
"attributes": {
|
|
15859
|
+
"category": "kbd",
|
|
15860
|
+
"type": "content-color-plain",
|
|
15861
|
+
"item": "disabled"
|
|
15862
|
+
},
|
|
15863
|
+
"path": [
|
|
15864
|
+
"kbd",
|
|
15865
|
+
"content-color-plain",
|
|
15866
|
+
"disabled"
|
|
15867
|
+
]
|
|
15868
|
+
}
|
|
15869
|
+
},
|
|
15870
|
+
"inner-shadow-color": {
|
|
15871
|
+
"default": {
|
|
15872
|
+
"key": "{kbd.inner-shadow-color.default}",
|
|
15873
|
+
"value": "rgb(0 0 0 / 25%)",
|
|
15874
|
+
"filePath": "src/content/kbd.yml",
|
|
15875
|
+
"isSource": true,
|
|
15876
|
+
"original": {
|
|
15877
|
+
"value": "{dark.color.200}",
|
|
15878
|
+
"key": "{kbd.inner-shadow-color.default}"
|
|
15879
|
+
},
|
|
15880
|
+
"name": "KbdInnerShadowColorDefault",
|
|
15881
|
+
"attributes": {
|
|
15882
|
+
"category": "kbd",
|
|
15883
|
+
"type": "inner-shadow-color",
|
|
15884
|
+
"item": "default"
|
|
15885
|
+
},
|
|
15886
|
+
"path": [
|
|
15887
|
+
"kbd",
|
|
15888
|
+
"inner-shadow-color",
|
|
15889
|
+
"default"
|
|
15890
|
+
]
|
|
15891
|
+
},
|
|
15892
|
+
"disabled": {
|
|
15893
|
+
"key": "{kbd.inner-shadow-color.disabled}",
|
|
15894
|
+
"value": "rgb(0 0 0 / 12.5%)",
|
|
15895
|
+
"filePath": "src/content/kbd.yml",
|
|
15896
|
+
"isSource": true,
|
|
15897
|
+
"original": {
|
|
15898
|
+
"value": "{disabled-soft-dark-background-color}",
|
|
15899
|
+
"key": "{kbd.inner-shadow-color.disabled}"
|
|
15900
|
+
},
|
|
15901
|
+
"name": "KbdInnerShadowColorDisabled",
|
|
15902
|
+
"attributes": {
|
|
15903
|
+
"category": "kbd",
|
|
15904
|
+
"type": "inner-shadow-color",
|
|
15905
|
+
"item": "disabled"
|
|
15906
|
+
},
|
|
15907
|
+
"path": [
|
|
15908
|
+
"kbd",
|
|
15909
|
+
"inner-shadow-color",
|
|
15910
|
+
"disabled"
|
|
15911
|
+
]
|
|
15912
|
+
}
|
|
15913
|
+
},
|
|
15914
|
+
"inner-shadow-size-x": {
|
|
15915
|
+
"key": "{kbd.inner-shadow-size-x}",
|
|
15916
|
+
"value": "2px",
|
|
15917
|
+
"filePath": "src/content/kbd.yml",
|
|
15918
|
+
"isSource": true,
|
|
15919
|
+
"original": {
|
|
15920
|
+
"value": "{size-px.xxs}",
|
|
15921
|
+
"key": "{kbd.inner-shadow-size-x}"
|
|
15922
|
+
},
|
|
15923
|
+
"name": "KbdInnerShadowSizeX",
|
|
15924
|
+
"attributes": {
|
|
15925
|
+
"category": "kbd",
|
|
15926
|
+
"type": "inner-shadow-size-x"
|
|
15927
|
+
},
|
|
15928
|
+
"path": [
|
|
15929
|
+
"kbd",
|
|
15930
|
+
"inner-shadow-size-x"
|
|
15931
|
+
]
|
|
15932
|
+
},
|
|
15933
|
+
"inner-shadow-size-y-end": {
|
|
15934
|
+
"key": "{kbd.inner-shadow-size-y-end}",
|
|
15935
|
+
"value": "4px",
|
|
15936
|
+
"filePath": "src/content/kbd.yml",
|
|
15937
|
+
"isSource": true,
|
|
15938
|
+
"original": {
|
|
15939
|
+
"value": "{size-px.xs}",
|
|
15940
|
+
"key": "{kbd.inner-shadow-size-y-end}"
|
|
15941
|
+
},
|
|
15942
|
+
"name": "KbdInnerShadowSizeYEnd",
|
|
15943
|
+
"attributes": {
|
|
15944
|
+
"category": "kbd",
|
|
15945
|
+
"type": "inner-shadow-size-y-end"
|
|
15946
|
+
},
|
|
15947
|
+
"path": [
|
|
15948
|
+
"kbd",
|
|
15949
|
+
"inner-shadow-size-y-end"
|
|
15950
|
+
]
|
|
15951
|
+
}
|
|
15952
|
+
},
|
|
15680
15953
|
"label": {
|
|
15681
15954
|
"font-size": {
|
|
15682
15955
|
"key": "{label.font-size}",
|
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.716",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "The design tokens used in Flow, mittwald’s design system",
|
|
6
6
|
"homepage": "https://github.com/mittwald/flow/tree/main/packages/design-tokens",
|
|
@@ -24,5 +24,5 @@
|
|
|
24
24
|
"rimraf": "^6.1.2",
|
|
25
25
|
"style-dictionary": "^5.2.0"
|
|
26
26
|
},
|
|
27
|
-
"gitHead": "
|
|
27
|
+
"gitHead": "d50296a9e6b47fa4a63bb7774423ccdd49b43292"
|
|
28
28
|
}
|