@mittwald/flow-design-tokens 0.1.0-alpha.67 → 0.1.0-alpha.69
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 +13 -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:33:03 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -113,6 +113,7 @@
|
|
|
113
113
|
--modal--size--m: 900px;
|
|
114
114
|
--modal--size--s: 660px;
|
|
115
115
|
--modal--overlay-background-color: rgba(0, 0, 0, 0.3);
|
|
116
|
+
--loading-spinner--transition-duration: 2000ms;
|
|
116
117
|
--illustrated-message--max-width: 400px;
|
|
117
118
|
--icon--size--l: 4rem;
|
|
118
119
|
--icon--size--m: 1.5rem;
|
|
@@ -122,7 +123,7 @@
|
|
|
122
123
|
--menu-item--padding-y: var(--size-px--xs);
|
|
123
124
|
--menu-item--padding-x: var(--size-px--s);
|
|
124
125
|
--menu-item--font-weight--current: var(--font-weight--bold);
|
|
125
|
-
--menu--
|
|
126
|
+
--menu--label-to-group-spacing: var(--size-px--s);
|
|
126
127
|
--menu--group-to-group-spacing: var(--size-px--m);
|
|
127
128
|
--menu--item-to-item-spacing: var(--size-px--s);
|
|
128
129
|
--form-control--border-style: var(--border-style--default);
|
|
@@ -227,10 +228,8 @@
|
|
|
227
228
|
--switch--track-padding: var(--size-rem--xxs);
|
|
228
229
|
--switch--label-to-track-spacing: var(--size-rem--s);
|
|
229
230
|
--status-badge--icon-to-text-spacing: var(--size-rem--xs);
|
|
230
|
-
--status-badge--padding-icon-only: var(--size-rem--xxs);
|
|
231
231
|
--status-badge--padding-x: var(--size-rem--s);
|
|
232
232
|
--status-badge--padding-y: var(--size-rem--xxs);
|
|
233
|
-
--status-badge--corner-radius-icon-only: var(--corner-radius--round);
|
|
234
233
|
--status-badge--font-weight: var(--font-weight--bold);
|
|
235
234
|
--status-badge--font-size: var(--font-size--s);
|
|
236
235
|
--segmented-button--text-to-text-spacing: var(--size-rem--xs);
|
|
@@ -245,9 +244,11 @@
|
|
|
245
244
|
--radio-group--radio-to-radio-spacing: var(--size-rem--s);
|
|
246
245
|
--progress-bar--bar-border-radius: var(--size-rem--xs);
|
|
247
246
|
--progress-bar--bar-height: var(--size-rem--s);
|
|
247
|
+
--progress-bar--label-to-value-spacing: var(--size-rem--m);
|
|
248
248
|
--progress-bar--label-to-bar-spacing: var(--size-rem--xs);
|
|
249
249
|
--progress-bar--value-font-weight: var(--font-weight--bold);
|
|
250
|
-
--progress-bar--font-size: var(--font-size--s);
|
|
250
|
+
--progress-bar--font-size-small: var(--font-size--s);
|
|
251
|
+
--progress-bar--font-size: var(--font-size--m);
|
|
251
252
|
--popover--padding: var(--size-px--m);
|
|
252
253
|
--popover--border-radius: var(--size-px--xs);
|
|
253
254
|
--modal--button-group-border-style: var(--border-style--default);
|
|
@@ -271,8 +272,9 @@
|
|
|
271
272
|
--inline-code--padding-x: var(--size-px--xs);
|
|
272
273
|
--inline-code--font-size: var(--font-size--s);
|
|
273
274
|
--inline-alert--heading-font-size: var(--font-size--m);
|
|
274
|
-
--inline-alert--
|
|
275
|
-
--inline-alert--
|
|
275
|
+
--inline-alert--content-to-content-spacing: var(--size-rem--s);
|
|
276
|
+
--inline-alert--icon-to-heading-spacing: var(--size-rem--s);
|
|
277
|
+
--inline-alert--heading-to-content-spacing: var(--size-rem--xs);
|
|
276
278
|
--inline-alert--border-style: var(--border-style--default);
|
|
277
279
|
--inline-alert--padding: var(--size-px--m);
|
|
278
280
|
--initials--variant-4-content-accent-color: var(--color--soft-contrast-violet--1000);
|
|
@@ -463,6 +465,7 @@
|
|
|
463
465
|
--primary-solid-background-color--default: var(--primary--color--800);
|
|
464
466
|
--tooltip--color: var(--neutral--color--100);
|
|
465
467
|
--tooltip--background-color: var(--neutral--color--900);
|
|
468
|
+
--tab--corner-top-radius-current: var(--corner-radius--default);
|
|
466
469
|
--tab--disabled-color: var(--neutral--color--600);
|
|
467
470
|
--tab--background-color--selected: var(--neutral--color--100);
|
|
468
471
|
--tab-list--background-color: var(--neutral--color--400);
|
|
@@ -553,12 +556,9 @@
|
|
|
553
556
|
--list-item--border-color: var(--neutral-outline-border-color--default);
|
|
554
557
|
--list-item--background-color--pressed: var(--neutral-outline-background-color--pressed);
|
|
555
558
|
--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);
|
|
559
|
+
--link--color--pressed: var(--primary-plain-content-color--pressed);
|
|
560
|
+
--link--color--hover: var(--primary-plain-content-color--hover);
|
|
561
|
+
--link--color--default: var(--primary-plain-content-color--default);
|
|
562
562
|
--link--disabled-color: var(--disabled-plain-content-color);
|
|
563
563
|
--inline-code--background-color: var(--neutral-soft-background-color--default);
|
|
564
564
|
--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.69",
|
|
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": "9b454d22808a3f87b88c11ecfa530d0ae18d7276"
|
|
24
24
|
}
|