@mittwald/flow-design-tokens 0.1.0-alpha.67 → 0.1.0-alpha.68
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 +12 -13
- 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, 16 Apr 2024
|
|
3
|
+
* Generated on Tue, 16 Apr 2024 07:23:40 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
--menu-item--padding-y: var(--size-px--xs);
|
|
123
123
|
--menu-item--padding-x: var(--size-px--s);
|
|
124
124
|
--menu-item--font-weight--current: var(--font-weight--bold);
|
|
125
|
-
--menu--
|
|
125
|
+
--menu--label-to-group-spacing: var(--size-px--s);
|
|
126
126
|
--menu--group-to-group-spacing: var(--size-px--m);
|
|
127
127
|
--menu--item-to-item-spacing: var(--size-px--s);
|
|
128
128
|
--form-control--border-style: var(--border-style--default);
|
|
@@ -227,10 +227,8 @@
|
|
|
227
227
|
--switch--track-padding: var(--size-rem--xxs);
|
|
228
228
|
--switch--label-to-track-spacing: var(--size-rem--s);
|
|
229
229
|
--status-badge--icon-to-text-spacing: var(--size-rem--xs);
|
|
230
|
-
--status-badge--padding-icon-only: var(--size-rem--xxs);
|
|
231
230
|
--status-badge--padding-x: var(--size-rem--s);
|
|
232
231
|
--status-badge--padding-y: var(--size-rem--xxs);
|
|
233
|
-
--status-badge--corner-radius-icon-only: var(--corner-radius--round);
|
|
234
232
|
--status-badge--font-weight: var(--font-weight--bold);
|
|
235
233
|
--status-badge--font-size: var(--font-size--s);
|
|
236
234
|
--segmented-button--text-to-text-spacing: var(--size-rem--xs);
|
|
@@ -245,9 +243,11 @@
|
|
|
245
243
|
--radio-group--radio-to-radio-spacing: var(--size-rem--s);
|
|
246
244
|
--progress-bar--bar-border-radius: var(--size-rem--xs);
|
|
247
245
|
--progress-bar--bar-height: var(--size-rem--s);
|
|
246
|
+
--progress-bar--label-to-value-spacing: var(--size-rem--m);
|
|
248
247
|
--progress-bar--label-to-bar-spacing: var(--size-rem--xs);
|
|
249
248
|
--progress-bar--value-font-weight: var(--font-weight--bold);
|
|
250
|
-
--progress-bar--font-size: var(--font-size--s);
|
|
249
|
+
--progress-bar--font-size-small: var(--font-size--s);
|
|
250
|
+
--progress-bar--font-size: var(--font-size--m);
|
|
251
251
|
--popover--padding: var(--size-px--m);
|
|
252
252
|
--popover--border-radius: var(--size-px--xs);
|
|
253
253
|
--modal--button-group-border-style: var(--border-style--default);
|
|
@@ -271,8 +271,9 @@
|
|
|
271
271
|
--inline-code--padding-x: var(--size-px--xs);
|
|
272
272
|
--inline-code--font-size: var(--font-size--s);
|
|
273
273
|
--inline-alert--heading-font-size: var(--font-size--m);
|
|
274
|
-
--inline-alert--
|
|
275
|
-
--inline-alert--
|
|
274
|
+
--inline-alert--content-to-content-spacing: var(--size-rem--s);
|
|
275
|
+
--inline-alert--icon-to-heading-spacing: var(--size-rem--s);
|
|
276
|
+
--inline-alert--heading-to-content-spacing: var(--size-rem--xs);
|
|
276
277
|
--inline-alert--border-style: var(--border-style--default);
|
|
277
278
|
--inline-alert--padding: var(--size-px--m);
|
|
278
279
|
--initials--variant-4-content-accent-color: var(--color--soft-contrast-violet--1000);
|
|
@@ -463,6 +464,7 @@
|
|
|
463
464
|
--primary-solid-background-color--default: var(--primary--color--800);
|
|
464
465
|
--tooltip--color: var(--neutral--color--100);
|
|
465
466
|
--tooltip--background-color: var(--neutral--color--900);
|
|
467
|
+
--tab--corner-top-radius-current: var(--corner-radius--default);
|
|
466
468
|
--tab--disabled-color: var(--neutral--color--600);
|
|
467
469
|
--tab--background-color--selected: var(--neutral--color--100);
|
|
468
470
|
--tab-list--background-color: var(--neutral--color--400);
|
|
@@ -553,12 +555,9 @@
|
|
|
553
555
|
--list-item--border-color: var(--neutral-outline-border-color--default);
|
|
554
556
|
--list-item--background-color--pressed: var(--neutral-outline-background-color--pressed);
|
|
555
557
|
--list-item--background-color--hover: var(--neutral-outline-background-color--hover);
|
|
556
|
-
--link--
|
|
557
|
-
--link--
|
|
558
|
-
--link--
|
|
559
|
-
--link--primary-color--pressed: var(--primary-plain-content-color--pressed);
|
|
560
|
-
--link--primary-color--hover: var(--primary-plain-content-color--hover);
|
|
561
|
-
--link--primary-color--default: var(--primary-plain-content-color--default);
|
|
558
|
+
--link--color--pressed: var(--primary-plain-content-color--pressed);
|
|
559
|
+
--link--color--hover: var(--primary-plain-content-color--hover);
|
|
560
|
+
--link--color--default: var(--primary-plain-content-color--default);
|
|
562
561
|
--link--disabled-color: var(--disabled-plain-content-color);
|
|
563
562
|
--inline-code--background-color: var(--neutral-soft-background-color--default);
|
|
564
563
|
--inline-alert--success-heading-color: var(--success-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.68",
|
|
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.2.4",
|
|
21
21
|
"style-dictionary": "^3.9.2"
|
|
22
22
|
},
|
|
23
|
-
"gitHead": "
|
|
23
|
+
"gitHead": "45433f8067f9db8d52fd6e6d8f1e2971dc71d4fb"
|
|
24
24
|
}
|