@mittwald/flow-design-tokens 0.1.0-alpha.28 → 0.1.0-alpha.29
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 +6 -1
- package/package.json +2 -2
package/dist/variables.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Tue, 12 Mar 2024 13:
|
|
3
|
+
* Generated on Tue, 12 Mar 2024 13:15:58 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -234,6 +234,8 @@
|
|
|
234
234
|
--labeled-value--label-to-value-spacing: var(--size-rem--xs);
|
|
235
235
|
--label--font-weight: var(--font-weight--bold);
|
|
236
236
|
--label--font-size: var(--font-size--s);
|
|
237
|
+
--inline-code--padding-x: var(--size-px--xs);
|
|
238
|
+
--inline-code--font-size: var(--font-size--s);
|
|
237
239
|
--inline-alert--heading-font-size: var(--font-size--m);
|
|
238
240
|
--inline-alert--icon-to-text-spacing: var(--size-rem--s);
|
|
239
241
|
--inline-alert--text-to-text-spacing: var(--size-rem--xs);
|
|
@@ -426,6 +428,8 @@
|
|
|
426
428
|
--layout-card--background-color: var(--neutral--color--100);
|
|
427
429
|
--label--color--disabled: var(--neutral--color--600);
|
|
428
430
|
--label--color--default: var(--neutral--color--800);
|
|
431
|
+
--inline-code--corner-radius: var(--corner-radius--default);
|
|
432
|
+
--inline-code--line-height: var(--line-height--m);
|
|
429
433
|
--inline-alert--border-x-start-width: var(--border-width--400);
|
|
430
434
|
--inline-alert--border-width: var(--border-width--100);
|
|
431
435
|
--inline-alert--corner-radius: var(--corner-radius--default);
|
|
@@ -491,6 +495,7 @@
|
|
|
491
495
|
--link--primary-color--hover: var(--primary-plain-content-color--hover);
|
|
492
496
|
--link--primary-color--default: var(--primary-plain-content-color--default);
|
|
493
497
|
--link--disabled-color: var(--disabled-plain-content-color);
|
|
498
|
+
--inline-code--background-color: var(--neutral-soft-background-color--default);
|
|
494
499
|
--inline-alert--success-heading-color: var(--success-outline-content-color);
|
|
495
500
|
--inline-alert--success-border-color: var(--success-outline-border-color);
|
|
496
501
|
--inline-alert--danger-heading-color: var(--danger-outline-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.29",
|
|
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",
|
|
@@ -20,5 +20,5 @@
|
|
|
20
20
|
"nx": "^18.1.0",
|
|
21
21
|
"style-dictionary": "^3.9.2"
|
|
22
22
|
},
|
|
23
|
-
"gitHead": "
|
|
23
|
+
"gitHead": "dd152568d802cee8ac8b26c19151482ae4f261ff"
|
|
24
24
|
}
|