@mittwald/flow-design-tokens 0.2.0-alpha.139 → 0.2.0-alpha.145
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 +4 -0
- package/dist/variables.json +68 -0
- package/package.json +2 -2
package/dist/variables.css
CHANGED
|
@@ -924,6 +924,10 @@
|
|
|
924
924
|
--disabled-soft-content-color: var(--neutral--color--500);
|
|
925
925
|
--color--blue: var(--primary--color--1000);
|
|
926
926
|
--avatar-stack--border-width: var(--border-width--200);
|
|
927
|
+
--avatar--info-status-background-color: var(--info--color--200);
|
|
928
|
+
--avatar--warning-status-background-color: var(--warning--color--200);
|
|
929
|
+
--avatar--danger-status-background-color: var(--danger--color--200);
|
|
930
|
+
--avatar--success-status-background-color: var(--success--color--200);
|
|
927
931
|
--code--line-height: var(--line-height--m);
|
|
928
932
|
--code--corner-radius: var(--corner-radius--default);
|
|
929
933
|
--code--light-background-color: var(--light-soft-background-color--default);
|
package/dist/variables.json
CHANGED
|
@@ -11746,6 +11746,74 @@
|
|
|
11746
11746
|
"l"
|
|
11747
11747
|
]
|
|
11748
11748
|
}
|
|
11749
|
+
},
|
|
11750
|
+
"info-status-background-color": {
|
|
11751
|
+
"value": "#E0EBFF",
|
|
11752
|
+
"filePath": "src/content/avatar.yml",
|
|
11753
|
+
"isSource": true,
|
|
11754
|
+
"original": {
|
|
11755
|
+
"value": "{info.color.200}"
|
|
11756
|
+
},
|
|
11757
|
+
"name": "AvatarInfoStatusBackgroundColor",
|
|
11758
|
+
"attributes": {
|
|
11759
|
+
"category": "avatar",
|
|
11760
|
+
"type": "info-status-background-color"
|
|
11761
|
+
},
|
|
11762
|
+
"path": [
|
|
11763
|
+
"avatar",
|
|
11764
|
+
"info-status-background-color"
|
|
11765
|
+
]
|
|
11766
|
+
},
|
|
11767
|
+
"warning-status-background-color": {
|
|
11768
|
+
"value": "#FFEBDC",
|
|
11769
|
+
"filePath": "src/content/avatar.yml",
|
|
11770
|
+
"isSource": true,
|
|
11771
|
+
"original": {
|
|
11772
|
+
"value": "{warning.color.200}"
|
|
11773
|
+
},
|
|
11774
|
+
"name": "AvatarWarningStatusBackgroundColor",
|
|
11775
|
+
"attributes": {
|
|
11776
|
+
"category": "avatar",
|
|
11777
|
+
"type": "warning-status-background-color"
|
|
11778
|
+
},
|
|
11779
|
+
"path": [
|
|
11780
|
+
"avatar",
|
|
11781
|
+
"warning-status-background-color"
|
|
11782
|
+
]
|
|
11783
|
+
},
|
|
11784
|
+
"danger-status-background-color": {
|
|
11785
|
+
"value": "#FBE0E6",
|
|
11786
|
+
"filePath": "src/content/avatar.yml",
|
|
11787
|
+
"isSource": true,
|
|
11788
|
+
"original": {
|
|
11789
|
+
"value": "{danger.color.200}"
|
|
11790
|
+
},
|
|
11791
|
+
"name": "AvatarDangerStatusBackgroundColor",
|
|
11792
|
+
"attributes": {
|
|
11793
|
+
"category": "avatar",
|
|
11794
|
+
"type": "danger-status-background-color"
|
|
11795
|
+
},
|
|
11796
|
+
"path": [
|
|
11797
|
+
"avatar",
|
|
11798
|
+
"danger-status-background-color"
|
|
11799
|
+
]
|
|
11800
|
+
},
|
|
11801
|
+
"success-status-background-color": {
|
|
11802
|
+
"value": "#C0FFEB",
|
|
11803
|
+
"filePath": "src/content/avatar.yml",
|
|
11804
|
+
"isSource": true,
|
|
11805
|
+
"original": {
|
|
11806
|
+
"value": "{success.color.200}"
|
|
11807
|
+
},
|
|
11808
|
+
"name": "AvatarSuccessStatusBackgroundColor",
|
|
11809
|
+
"attributes": {
|
|
11810
|
+
"category": "avatar",
|
|
11811
|
+
"type": "success-status-background-color"
|
|
11812
|
+
},
|
|
11813
|
+
"path": [
|
|
11814
|
+
"avatar",
|
|
11815
|
+
"success-status-background-color"
|
|
11816
|
+
]
|
|
11749
11817
|
}
|
|
11750
11818
|
},
|
|
11751
11819
|
"code": {
|
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.145",
|
|
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.0.1",
|
|
25
25
|
"style-dictionary": "^4.3.3"
|
|
26
26
|
},
|
|
27
|
-
"gitHead": "
|
|
27
|
+
"gitHead": "a2e708b21ea3e4087100fa653f79195f5ca2acd6"
|
|
28
28
|
}
|