@mittwald/flow-design-tokens 0.1.0-alpha.394 → 0.1.0-alpha.396
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 +5 -0
- package/dist/variables.json +85 -0
- package/package.json +2 -2
package/dist/variables.css
CHANGED
|
@@ -447,6 +447,9 @@
|
|
|
447
447
|
--message--spacing-x: var(--size-rem--m);
|
|
448
448
|
--message--background-color-responder: var(--color--gray--400);
|
|
449
449
|
--message--background-color-sender: var(--color--hosting-blue--200);
|
|
450
|
+
--text--blockquote-border-style: var(--border-style--default);
|
|
451
|
+
--text--blockquote-padding: var(--size-rem--s);
|
|
452
|
+
--text--list-padding: var(--size-rem--l);
|
|
450
453
|
--focus--outline-offset: var(--size-px--xxs);
|
|
451
454
|
--line-height--m: calc(var(--font-size-text--m) * 1.5);
|
|
452
455
|
--line-height--s: calc(var(--font-size-text--s) * 1.5);
|
|
@@ -886,6 +889,7 @@
|
|
|
886
889
|
--text--color--default: var(--neutral--color--1000);
|
|
887
890
|
--text--color--light: var(--light-plain-content-color);
|
|
888
891
|
--text--color--dark: var(--dark-plain-content-color);
|
|
892
|
+
--text--blockquote-border-width: var(--border-width--300);
|
|
889
893
|
--focus--outline-color: var(--primary--color--800);
|
|
890
894
|
--focus--outline-width: var(--border-width--200);
|
|
891
895
|
--choice--icon-color--selected: var(--primary--color--800);
|
|
@@ -1122,6 +1126,7 @@
|
|
|
1122
1126
|
--illustrated-message--light-heading-color: var(--heading--color-light);
|
|
1123
1127
|
--label--color--disabled: var(--disabled-plain-content-color);
|
|
1124
1128
|
--text--color--disabled: var(--disabled-plain-content-color);
|
|
1129
|
+
--text--blockquote-border-color: var(--info-outline-border-color);
|
|
1125
1130
|
--choice--icon-color--default: var(--icon--color);
|
|
1126
1131
|
--choice--icon-color--disabled: var(--disabled-outline-content-color);
|
|
1127
1132
|
--date-picker--date-segment-background-color--focused: var(--primary-plain-background-color--pressed);
|
package/dist/variables.json
CHANGED
|
@@ -13728,6 +13728,91 @@
|
|
|
13728
13728
|
"text",
|
|
13729
13729
|
"max-width"
|
|
13730
13730
|
]
|
|
13731
|
+
},
|
|
13732
|
+
"blockquote-border-width": {
|
|
13733
|
+
"value": "4px",
|
|
13734
|
+
"filePath": "src/content/text.yml",
|
|
13735
|
+
"isSource": true,
|
|
13736
|
+
"original": {
|
|
13737
|
+
"value": "{border-width.300}"
|
|
13738
|
+
},
|
|
13739
|
+
"name": "TextBlockquoteBorderWidth",
|
|
13740
|
+
"attributes": {
|
|
13741
|
+
"category": "text",
|
|
13742
|
+
"type": "blockquote-border-width"
|
|
13743
|
+
},
|
|
13744
|
+
"path": [
|
|
13745
|
+
"text",
|
|
13746
|
+
"blockquote-border-width"
|
|
13747
|
+
]
|
|
13748
|
+
},
|
|
13749
|
+
"blockquote-border-style": {
|
|
13750
|
+
"value": "solid",
|
|
13751
|
+
"filePath": "src/content/text.yml",
|
|
13752
|
+
"isSource": true,
|
|
13753
|
+
"original": {
|
|
13754
|
+
"value": "{border-style.default}"
|
|
13755
|
+
},
|
|
13756
|
+
"name": "TextBlockquoteBorderStyle",
|
|
13757
|
+
"attributes": {
|
|
13758
|
+
"category": "text",
|
|
13759
|
+
"type": "blockquote-border-style"
|
|
13760
|
+
},
|
|
13761
|
+
"path": [
|
|
13762
|
+
"text",
|
|
13763
|
+
"blockquote-border-style"
|
|
13764
|
+
]
|
|
13765
|
+
},
|
|
13766
|
+
"blockquote-border-color": {
|
|
13767
|
+
"value": "#0054F5",
|
|
13768
|
+
"filePath": "src/content/text.yml",
|
|
13769
|
+
"isSource": true,
|
|
13770
|
+
"original": {
|
|
13771
|
+
"value": "{info-outline-border-color}"
|
|
13772
|
+
},
|
|
13773
|
+
"name": "TextBlockquoteBorderColor",
|
|
13774
|
+
"attributes": {
|
|
13775
|
+
"category": "text",
|
|
13776
|
+
"type": "blockquote-border-color"
|
|
13777
|
+
},
|
|
13778
|
+
"path": [
|
|
13779
|
+
"text",
|
|
13780
|
+
"blockquote-border-color"
|
|
13781
|
+
]
|
|
13782
|
+
},
|
|
13783
|
+
"blockquote-padding": {
|
|
13784
|
+
"value": "0.5rem",
|
|
13785
|
+
"filePath": "src/content/text.yml",
|
|
13786
|
+
"isSource": true,
|
|
13787
|
+
"original": {
|
|
13788
|
+
"value": "{size-rem.s}"
|
|
13789
|
+
},
|
|
13790
|
+
"name": "TextBlockquotePadding",
|
|
13791
|
+
"attributes": {
|
|
13792
|
+
"category": "text",
|
|
13793
|
+
"type": "blockquote-padding"
|
|
13794
|
+
},
|
|
13795
|
+
"path": [
|
|
13796
|
+
"text",
|
|
13797
|
+
"blockquote-padding"
|
|
13798
|
+
]
|
|
13799
|
+
},
|
|
13800
|
+
"list-padding": {
|
|
13801
|
+
"value": "1.5rem",
|
|
13802
|
+
"filePath": "src/content/text.yml",
|
|
13803
|
+
"isSource": true,
|
|
13804
|
+
"original": {
|
|
13805
|
+
"value": "{size-rem.l}"
|
|
13806
|
+
},
|
|
13807
|
+
"name": "TextListPadding",
|
|
13808
|
+
"attributes": {
|
|
13809
|
+
"category": "text",
|
|
13810
|
+
"type": "list-padding"
|
|
13811
|
+
},
|
|
13812
|
+
"path": [
|
|
13813
|
+
"text",
|
|
13814
|
+
"list-padding"
|
|
13815
|
+
]
|
|
13731
13816
|
}
|
|
13732
13817
|
},
|
|
13733
13818
|
"focus": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/flow-design-tokens",
|
|
3
|
-
"version": "0.1.0-alpha.
|
|
3
|
+
"version": "0.1.0-alpha.396",
|
|
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",
|
|
@@ -22,5 +22,5 @@
|
|
|
22
22
|
"prettier": "^3.4.1",
|
|
23
23
|
"style-dictionary": "^4.2.0"
|
|
24
24
|
},
|
|
25
|
-
"gitHead": "
|
|
25
|
+
"gitHead": "2eb33186923e76f65970b1d5790555df90b753ef"
|
|
26
26
|
}
|