@mittwald/flow-design-tokens 0.1.0-alpha.28 → 0.1.0-alpha.30
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 +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:35:50 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);
|
|
@@ -268,9 +270,11 @@
|
|
|
268
270
|
--checkbox--padding-x: var(--size-px--m);
|
|
269
271
|
--checkbox--checkmark-to-text-spacing: var(--size-rem--m);
|
|
270
272
|
--button--font-size-s: var(--font-size--s);
|
|
273
|
+
--button--text-to-icon-spacing-s: var(--size-rem--xs);
|
|
271
274
|
--button--padding-s-squished-y: var(--size-px--xs);
|
|
272
275
|
--button--padding-s-squished-x: var(--size-px--s);
|
|
273
276
|
--button--padding-s: var(--size-px--xs);
|
|
277
|
+
--button--text-to-icon-spacing: var(--size-rem--s);
|
|
274
278
|
--button--padding: var(--size-px--s);
|
|
275
279
|
--button--padding-squished-y: var(--size-px--s);
|
|
276
280
|
--button--padding-squished-x: var(--size-px--m);
|
|
@@ -426,6 +430,8 @@
|
|
|
426
430
|
--layout-card--background-color: var(--neutral--color--100);
|
|
427
431
|
--label--color--disabled: var(--neutral--color--600);
|
|
428
432
|
--label--color--default: var(--neutral--color--800);
|
|
433
|
+
--inline-code--corner-radius: var(--corner-radius--default);
|
|
434
|
+
--inline-code--line-height: var(--line-height--m);
|
|
429
435
|
--inline-alert--border-x-start-width: var(--border-width--400);
|
|
430
436
|
--inline-alert--border-width: var(--border-width--100);
|
|
431
437
|
--inline-alert--corner-radius: var(--corner-radius--default);
|
|
@@ -491,6 +497,7 @@
|
|
|
491
497
|
--link--primary-color--hover: var(--primary-plain-content-color--hover);
|
|
492
498
|
--link--primary-color--default: var(--primary-plain-content-color--default);
|
|
493
499
|
--link--disabled-color: var(--disabled-plain-content-color);
|
|
500
|
+
--inline-code--background-color: var(--neutral-soft-background-color--default);
|
|
494
501
|
--inline-alert--success-heading-color: var(--success-outline-content-color);
|
|
495
502
|
--inline-alert--success-border-color: var(--success-outline-border-color);
|
|
496
503
|
--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.30",
|
|
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": "ff8502fbb5a5dc9665688b3addbc8bcee5a8088b"
|
|
24
24
|
}
|