@mittwald/flow-design-tokens 0.1.0-alpha.63 → 0.1.0-alpha.65
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 -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
|
|
3
|
+
* Generated on Thu, 11 Apr 2024 13:25:52 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -106,6 +106,7 @@
|
|
|
106
106
|
--switch--track-corner-radius: 0.75rem;
|
|
107
107
|
--switch--track-width: 2.75rem;
|
|
108
108
|
--switch--track-height: 1.5rem;
|
|
109
|
+
--progress-bar--bar-height-small: 0.375rem;
|
|
109
110
|
--popover--min-width: 200px;
|
|
110
111
|
--modal--size--l: 1050px;
|
|
111
112
|
--modal--size--m: 900px;
|
|
@@ -241,6 +242,11 @@
|
|
|
241
242
|
--radio-button--text-to-text-spacing: var(--size-rem--xs);
|
|
242
243
|
--radio--icon-to-text-spacing: var(--size-rem--s);
|
|
243
244
|
--radio-group--radio-to-radio-spacing: var(--size-rem--s);
|
|
245
|
+
--progress-bar--bar-border-radius: var(--size-rem--xs);
|
|
246
|
+
--progress-bar--bar-height: var(--size-rem--s);
|
|
247
|
+
--progress-bar--label-to-bar-spacing: var(--size-rem--xs);
|
|
248
|
+
--progress-bar--value-font-weight: var(--font-weight--bold);
|
|
249
|
+
--progress-bar--font-size: var(--font-size--s);
|
|
244
250
|
--popover--padding: var(--size-px--m);
|
|
245
251
|
--popover--border-radius: var(--size-px--xs);
|
|
246
252
|
--modal--button-group-border-style: var(--border-style--default);
|
|
@@ -461,6 +467,7 @@
|
|
|
461
467
|
--status-badge--corner-radius: var(--corner-radius--default);
|
|
462
468
|
--section--border-color: var(--neutral--color--500);
|
|
463
469
|
--section--border-width: var(--border-width--100);
|
|
470
|
+
--progress-bar--bar-border-width: var(--border-width--100);
|
|
464
471
|
--popover--background-color: var(--neutral--color--100);
|
|
465
472
|
--popover--box-shadow: var(--shadow--overlay);
|
|
466
473
|
--modal--button-group-border-top-width: var(--border-width--100);
|
|
@@ -523,6 +530,11 @@
|
|
|
523
530
|
--radio--icon-color--selected: var(--neutral-outline-border-color--selected);
|
|
524
531
|
--radio--icon-color--default: var(--icon--color--default);
|
|
525
532
|
--radio--color--disabled: var(--disabled-outline-content-color);
|
|
533
|
+
--progress-bar--danger-fill-background-color: var(--danger-solid-background-color--default);
|
|
534
|
+
--progress-bar--warning-fill-background-color: var(--warning-solid-background-color--default);
|
|
535
|
+
--progress-bar--success-fill-background-color: var(--success-solid-background-color--default);
|
|
536
|
+
--progress-bar--info-fill-background-color: var(--info-solid-background-color--default);
|
|
537
|
+
--progress-bar--bar-border-color: var(--neutral-outline-border-color--default);
|
|
526
538
|
--list-item--border-color: var(--neutral-outline-border-color--default);
|
|
527
539
|
--list-item--background-color--pressed: var(--neutral-outline-background-color--pressed);
|
|
528
540
|
--list-item--background-color--hover: var(--neutral-outline-background-color--hover);
|
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.65",
|
|
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.2.
|
|
20
|
+
"nx": "^18.2.4",
|
|
21
21
|
"style-dictionary": "^3.9.2"
|
|
22
22
|
},
|
|
23
|
-
"gitHead": "
|
|
23
|
+
"gitHead": "000868d3499fd78147a5a50f1d5e6571c18527b7"
|
|
24
24
|
}
|