@mittwald/flow-design-tokens 0.1.0-alpha.86 → 0.1.0-alpha.87
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 +8 -1
- package/package.json +3 -3
package/dist/variables.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Mon, 29 Apr 2024
|
|
3
|
+
* Generated on Mon, 29 Apr 2024 09:37:02 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -136,6 +136,7 @@
|
|
|
136
136
|
--font-size--default: var(--font-size--m);
|
|
137
137
|
--line-height--m: calc(var(--font-size--m) * 1.5);
|
|
138
138
|
--focus--outline-offset: var(--size-px--xxs);
|
|
139
|
+
--disabled-inverse-background-color: var(--color--transparent);
|
|
139
140
|
--disabled-plain-background-color: var(--color--transparent);
|
|
140
141
|
--neutral-plain-background-color--default: var(--color--transparent);
|
|
141
142
|
--warning-outline-background-color--default: var(--color--transparent);
|
|
@@ -321,6 +322,8 @@
|
|
|
321
322
|
--checkbox-button--label-font-weight-with-content: var(--font-weight--bold);
|
|
322
323
|
--checkbox-button--icon-to-text-spacing: var(--size-rem--m);
|
|
323
324
|
--checkbox-button--text-to-text-spacing: var(--size-rem--xs);
|
|
325
|
+
--button--inverse-background-color--pressed: var(--inverse-background-color--pressed);
|
|
326
|
+
--button--inverse-background-color--hover: var(--inverse-background-color--hover);
|
|
324
327
|
--button--font-size-s: var(--font-size--s);
|
|
325
328
|
--button--text-to-icon-spacing-s: var(--size-rem--xs);
|
|
326
329
|
--button--padding-s-squished-y: var(--size-px--xs);
|
|
@@ -356,6 +359,7 @@
|
|
|
356
359
|
--focus--outline-width: var(--border-width--200);
|
|
357
360
|
--focus--outline-color: var(--primary--color--800);
|
|
358
361
|
--inverse-content-color: var(--neutral--color--100);
|
|
362
|
+
--disabled-inverse-content-color: var(--neutral--color--700);
|
|
359
363
|
--disabled-soft-content-color: var(--neutral--color--500);
|
|
360
364
|
--disabled-soft-background-color: var(--neutral--color--300);
|
|
361
365
|
--disabled-outline-border-color: var(--neutral--color--400);
|
|
@@ -511,6 +515,7 @@
|
|
|
511
515
|
--header-navigation--item-corner-radius: var(--corner-radius--default);
|
|
512
516
|
--field-error--color: var(--danger--color--700);
|
|
513
517
|
--field-description--color: var(--neutral--color--800);
|
|
518
|
+
--button--disabled-inverse-background-color: var(--disabled-inverse-background-color);
|
|
514
519
|
--button--disabled-plain-background-color: var(--disabled-plain-background-color);
|
|
515
520
|
--button--danger-plain-background-color--default: var(--danger-plain-background-color--default);
|
|
516
521
|
--button--secondary-plain-background-color--default: var(--neutral-plain-background-color--default);
|
|
@@ -586,6 +591,8 @@
|
|
|
586
591
|
--checkbox--icon-color--selected: var(--neutral-outline-border-color--selected);
|
|
587
592
|
--checkbox--icon-color--default: var(--icon--color);
|
|
588
593
|
--checkbox--color--disabled: var(--disabled-outline-content-color);
|
|
594
|
+
--button--inverse-content-color: var(--inverse-content-color);
|
|
595
|
+
--button--disabled-inverse-content-color: var(--disabled-inverse-content-color);
|
|
589
596
|
--button--disabled-soft-content-color: var(--disabled-soft-content-color);
|
|
590
597
|
--button--disabled-soft-background-color: var(--disabled-soft-background-color);
|
|
591
598
|
--button--disabled-plain-content-color: var(--disabled-plain-content-color);
|
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.87",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "The design tokens used in Flow, mittwald’s design system",
|
|
6
6
|
"homepage": "https://mittwald.github.io/flow",
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@types/js-yaml": "^4.0.9",
|
|
19
19
|
"js-yaml": "^4.1.0",
|
|
20
|
-
"nx": "^18.3.
|
|
20
|
+
"nx": "^18.3.4",
|
|
21
21
|
"style-dictionary": "^3.9.2"
|
|
22
22
|
},
|
|
23
|
-
"gitHead": "
|
|
23
|
+
"gitHead": "2e459f372876383b7ca9d15861a40a2609c77f14"
|
|
24
24
|
}
|