@mittwald/flow-design-tokens 0.2.0-alpha.113 → 0.2.0-alpha.115
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 +20 -1
- package/dist/variables.json +349 -6
- package/package.json +2 -2
package/dist/variables.css
CHANGED
|
@@ -236,6 +236,7 @@
|
|
|
236
236
|
--contextual-help--max-width: 500px;
|
|
237
237
|
--modal--size--s: 660px;
|
|
238
238
|
--modal--size--m: 900px;
|
|
239
|
+
--modal--size--l: 1300px;
|
|
239
240
|
--modal--content-min-height: 120px;
|
|
240
241
|
--popover--min-width: 200px;
|
|
241
242
|
--tooltip--max-width: 300px;
|
|
@@ -476,6 +477,16 @@
|
|
|
476
477
|
--text--blockquote-border-style: var(--border-style--default);
|
|
477
478
|
--text--blockquote-padding: var(--size-rem--s);
|
|
478
479
|
--text--list-padding: var(--size-rem--l);
|
|
480
|
+
--axis--spacing: var(--size-px--s);
|
|
481
|
+
--axis--font-size: var(--font-size-text--s);
|
|
482
|
+
--axis--color: var(--color--gray--700);
|
|
483
|
+
--axis--tick-size: var(--size-px--s);
|
|
484
|
+
--cartesian-grid--color: var(--color--gray--700);
|
|
485
|
+
--chart-tooltip--spacing: var(--size-px--s);
|
|
486
|
+
--legend--spacing-x: var(--size-px--m);
|
|
487
|
+
--legend--spacing-y: var(--size-px--s);
|
|
488
|
+
--legend-item--spacing: var(--size-rem--s);
|
|
489
|
+
--legend-item--marker--size: var(--size-rem--m);
|
|
479
490
|
--focus--outline-offset: var(--size-px--xxs);
|
|
480
491
|
--line-height--m: calc(var(--font-size-text--m) * 1.5);
|
|
481
492
|
--line-height--s: calc(var(--font-size-text--s) * 1.5);
|
|
@@ -661,8 +672,8 @@
|
|
|
661
672
|
--progress-bar--spacing-x: var(--size-rem--m);
|
|
662
673
|
--progress-bar--height: var(--size-rem--s);
|
|
663
674
|
--progress-bar--corner-radius: var(--size-rem--xs);
|
|
664
|
-
--accent-box--background-color-blue: var(--color--hosting-blue--100);
|
|
665
675
|
--accent-box--background-color-gradient: var(--color--gradient);
|
|
676
|
+
--accent-box--background-color-blue: var(--color--hosting-blue--100);
|
|
666
677
|
--accent-box--icon-color-blue: var(--color--hosting-blue--200);
|
|
667
678
|
--accent-box--padding: var(--size-px--m);
|
|
668
679
|
--accordion--spacing: var(--size-rem--s);
|
|
@@ -926,6 +937,12 @@
|
|
|
926
937
|
--text--color--light: var(--light-plain-content-color);
|
|
927
938
|
--text--color--dark: var(--dark-plain-content-color);
|
|
928
939
|
--text--blockquote-border-width: var(--border-width--300);
|
|
940
|
+
--area--border-width: var(--border-width--200);
|
|
941
|
+
--area--border-color: var(--neutral--color--100);
|
|
942
|
+
--axis--text-color: var(--neutral--color--1000);
|
|
943
|
+
--axis--stroke-width: var(--border-width--100);
|
|
944
|
+
--cartesian-grid--stroke-width: var(--border-width--100);
|
|
945
|
+
--legend-item--marker--corner-radius: var(--corner-radius--default);
|
|
929
946
|
--focus--outline-color: var(--primary--color--800);
|
|
930
947
|
--focus--secondary-outline-color: var(--neutral--color--100);
|
|
931
948
|
--focus--outline-width: var(--border-width--200);
|
|
@@ -1010,6 +1027,8 @@
|
|
|
1010
1027
|
--notification--success-background-color--default: var(--neutral--color--100);
|
|
1011
1028
|
--progress-bar--border-width: var(--border-width--100);
|
|
1012
1029
|
--progress-bar--background-color: var(--neutral-outline-background-color--default);
|
|
1030
|
+
--accent-box--background-color-neutral: var(--neutral--color--300);
|
|
1031
|
+
--accent-box--icon-color-neutral: var(--neutral--color--400);
|
|
1013
1032
|
--accent-box--corner-radius: var(--corner-radius--default);
|
|
1014
1033
|
--accordion--corner-radius: var(--corner-radius--default);
|
|
1015
1034
|
--accordion--border-width: var(--border-width--100);
|
package/dist/variables.json
CHANGED
|
@@ -14395,6 +14395,296 @@
|
|
|
14395
14395
|
]
|
|
14396
14396
|
}
|
|
14397
14397
|
},
|
|
14398
|
+
"area": {
|
|
14399
|
+
"border-width": {
|
|
14400
|
+
"value": "2px",
|
|
14401
|
+
"filePath": "src/dataVisualisation/area.yml",
|
|
14402
|
+
"isSource": true,
|
|
14403
|
+
"original": {
|
|
14404
|
+
"value": "{border-width.200}"
|
|
14405
|
+
},
|
|
14406
|
+
"name": "AreaBorderWidth",
|
|
14407
|
+
"attributes": {
|
|
14408
|
+
"category": "area",
|
|
14409
|
+
"type": "border-width"
|
|
14410
|
+
},
|
|
14411
|
+
"path": [
|
|
14412
|
+
"area",
|
|
14413
|
+
"border-width"
|
|
14414
|
+
]
|
|
14415
|
+
},
|
|
14416
|
+
"border-color": {
|
|
14417
|
+
"value": "#FFFFFF",
|
|
14418
|
+
"filePath": "src/dataVisualisation/area.yml",
|
|
14419
|
+
"isSource": true,
|
|
14420
|
+
"original": {
|
|
14421
|
+
"value": "{neutral.color.100}"
|
|
14422
|
+
},
|
|
14423
|
+
"name": "AreaBorderColor",
|
|
14424
|
+
"attributes": {
|
|
14425
|
+
"category": "area",
|
|
14426
|
+
"type": "border-color"
|
|
14427
|
+
},
|
|
14428
|
+
"path": [
|
|
14429
|
+
"area",
|
|
14430
|
+
"border-color"
|
|
14431
|
+
]
|
|
14432
|
+
}
|
|
14433
|
+
},
|
|
14434
|
+
"axis": {
|
|
14435
|
+
"spacing": {
|
|
14436
|
+
"value": "8px",
|
|
14437
|
+
"filePath": "src/dataVisualisation/axis.yml",
|
|
14438
|
+
"isSource": true,
|
|
14439
|
+
"original": {
|
|
14440
|
+
"value": "{size-px.s}"
|
|
14441
|
+
},
|
|
14442
|
+
"name": "AxisSpacing",
|
|
14443
|
+
"attributes": {
|
|
14444
|
+
"category": "axis",
|
|
14445
|
+
"type": "spacing"
|
|
14446
|
+
},
|
|
14447
|
+
"path": [
|
|
14448
|
+
"axis",
|
|
14449
|
+
"spacing"
|
|
14450
|
+
]
|
|
14451
|
+
},
|
|
14452
|
+
"font-size": {
|
|
14453
|
+
"value": "0.875rem",
|
|
14454
|
+
"filePath": "src/dataVisualisation/axis.yml",
|
|
14455
|
+
"isSource": true,
|
|
14456
|
+
"original": {
|
|
14457
|
+
"value": "{font-size-text.s}"
|
|
14458
|
+
},
|
|
14459
|
+
"name": "AxisFontSize",
|
|
14460
|
+
"attributes": {
|
|
14461
|
+
"category": "axis",
|
|
14462
|
+
"type": "font-size"
|
|
14463
|
+
},
|
|
14464
|
+
"path": [
|
|
14465
|
+
"axis",
|
|
14466
|
+
"font-size"
|
|
14467
|
+
]
|
|
14468
|
+
},
|
|
14469
|
+
"color": {
|
|
14470
|
+
"value": "#909090",
|
|
14471
|
+
"filePath": "src/dataVisualisation/axis.yml",
|
|
14472
|
+
"isSource": true,
|
|
14473
|
+
"original": {
|
|
14474
|
+
"value": "{color.gray.700}"
|
|
14475
|
+
},
|
|
14476
|
+
"name": "AxisColor",
|
|
14477
|
+
"attributes": {
|
|
14478
|
+
"category": "axis",
|
|
14479
|
+
"type": "color"
|
|
14480
|
+
},
|
|
14481
|
+
"path": [
|
|
14482
|
+
"axis",
|
|
14483
|
+
"color"
|
|
14484
|
+
]
|
|
14485
|
+
},
|
|
14486
|
+
"text-color": {
|
|
14487
|
+
"value": "#222222",
|
|
14488
|
+
"filePath": "src/dataVisualisation/axis.yml",
|
|
14489
|
+
"isSource": true,
|
|
14490
|
+
"original": {
|
|
14491
|
+
"value": "{neutral.color.1000}"
|
|
14492
|
+
},
|
|
14493
|
+
"name": "AxisTextColor",
|
|
14494
|
+
"attributes": {
|
|
14495
|
+
"category": "axis",
|
|
14496
|
+
"type": "text-color"
|
|
14497
|
+
},
|
|
14498
|
+
"path": [
|
|
14499
|
+
"axis",
|
|
14500
|
+
"text-color"
|
|
14501
|
+
]
|
|
14502
|
+
},
|
|
14503
|
+
"stroke-width": {
|
|
14504
|
+
"value": "1px",
|
|
14505
|
+
"filePath": "src/dataVisualisation/axis.yml",
|
|
14506
|
+
"isSource": true,
|
|
14507
|
+
"original": {
|
|
14508
|
+
"value": "{border-width.100}"
|
|
14509
|
+
},
|
|
14510
|
+
"name": "AxisStrokeWidth",
|
|
14511
|
+
"attributes": {
|
|
14512
|
+
"category": "axis",
|
|
14513
|
+
"type": "stroke-width"
|
|
14514
|
+
},
|
|
14515
|
+
"path": [
|
|
14516
|
+
"axis",
|
|
14517
|
+
"stroke-width"
|
|
14518
|
+
]
|
|
14519
|
+
},
|
|
14520
|
+
"tick-size": {
|
|
14521
|
+
"value": "8px",
|
|
14522
|
+
"filePath": "src/dataVisualisation/axis.yml",
|
|
14523
|
+
"isSource": true,
|
|
14524
|
+
"original": {
|
|
14525
|
+
"value": "{size-px.s}"
|
|
14526
|
+
},
|
|
14527
|
+
"name": "AxisTickSize",
|
|
14528
|
+
"attributes": {
|
|
14529
|
+
"category": "axis",
|
|
14530
|
+
"type": "tick-size"
|
|
14531
|
+
},
|
|
14532
|
+
"path": [
|
|
14533
|
+
"axis",
|
|
14534
|
+
"tick-size"
|
|
14535
|
+
]
|
|
14536
|
+
}
|
|
14537
|
+
},
|
|
14538
|
+
"cartesian-grid": {
|
|
14539
|
+
"color": {
|
|
14540
|
+
"value": "#909090",
|
|
14541
|
+
"filePath": "src/dataVisualisation/cartesian-grid.yml",
|
|
14542
|
+
"isSource": true,
|
|
14543
|
+
"original": {
|
|
14544
|
+
"value": "{color.gray.700}"
|
|
14545
|
+
},
|
|
14546
|
+
"name": "CartesianGridColor",
|
|
14547
|
+
"attributes": {
|
|
14548
|
+
"category": "cartesian-grid",
|
|
14549
|
+
"type": "color"
|
|
14550
|
+
},
|
|
14551
|
+
"path": [
|
|
14552
|
+
"cartesian-grid",
|
|
14553
|
+
"color"
|
|
14554
|
+
]
|
|
14555
|
+
},
|
|
14556
|
+
"stroke-width": {
|
|
14557
|
+
"value": "1px",
|
|
14558
|
+
"filePath": "src/dataVisualisation/cartesian-grid.yml",
|
|
14559
|
+
"isSource": true,
|
|
14560
|
+
"original": {
|
|
14561
|
+
"value": "{border-width.100}"
|
|
14562
|
+
},
|
|
14563
|
+
"name": "CartesianGridStrokeWidth",
|
|
14564
|
+
"attributes": {
|
|
14565
|
+
"category": "cartesian-grid",
|
|
14566
|
+
"type": "stroke-width"
|
|
14567
|
+
},
|
|
14568
|
+
"path": [
|
|
14569
|
+
"cartesian-grid",
|
|
14570
|
+
"stroke-width"
|
|
14571
|
+
]
|
|
14572
|
+
}
|
|
14573
|
+
},
|
|
14574
|
+
"chart-tooltip": {
|
|
14575
|
+
"spacing": {
|
|
14576
|
+
"value": "8px",
|
|
14577
|
+
"filePath": "src/dataVisualisation/chart-tooltip.yml",
|
|
14578
|
+
"isSource": true,
|
|
14579
|
+
"original": {
|
|
14580
|
+
"value": "{size-px.s}"
|
|
14581
|
+
},
|
|
14582
|
+
"name": "ChartTooltipSpacing",
|
|
14583
|
+
"attributes": {
|
|
14584
|
+
"category": "chart-tooltip",
|
|
14585
|
+
"type": "spacing"
|
|
14586
|
+
},
|
|
14587
|
+
"path": [
|
|
14588
|
+
"chart-tooltip",
|
|
14589
|
+
"spacing"
|
|
14590
|
+
]
|
|
14591
|
+
}
|
|
14592
|
+
},
|
|
14593
|
+
"legend": {
|
|
14594
|
+
"spacing-x": {
|
|
14595
|
+
"value": "16px",
|
|
14596
|
+
"filePath": "src/dataVisualisation/legend.yml",
|
|
14597
|
+
"isSource": true,
|
|
14598
|
+
"original": {
|
|
14599
|
+
"value": "{size-px.m}"
|
|
14600
|
+
},
|
|
14601
|
+
"name": "LegendSpacingX",
|
|
14602
|
+
"attributes": {
|
|
14603
|
+
"category": "legend",
|
|
14604
|
+
"type": "spacing-x"
|
|
14605
|
+
},
|
|
14606
|
+
"path": [
|
|
14607
|
+
"legend",
|
|
14608
|
+
"spacing-x"
|
|
14609
|
+
]
|
|
14610
|
+
},
|
|
14611
|
+
"spacing-y": {
|
|
14612
|
+
"value": "8px",
|
|
14613
|
+
"filePath": "src/dataVisualisation/legend.yml",
|
|
14614
|
+
"isSource": true,
|
|
14615
|
+
"original": {
|
|
14616
|
+
"value": "{size-px.s}"
|
|
14617
|
+
},
|
|
14618
|
+
"name": "LegendSpacingY",
|
|
14619
|
+
"attributes": {
|
|
14620
|
+
"category": "legend",
|
|
14621
|
+
"type": "spacing-y"
|
|
14622
|
+
},
|
|
14623
|
+
"path": [
|
|
14624
|
+
"legend",
|
|
14625
|
+
"spacing-y"
|
|
14626
|
+
]
|
|
14627
|
+
}
|
|
14628
|
+
},
|
|
14629
|
+
"legend-item": {
|
|
14630
|
+
"spacing": {
|
|
14631
|
+
"value": "0.5rem",
|
|
14632
|
+
"filePath": "src/dataVisualisation/legend.yml",
|
|
14633
|
+
"isSource": true,
|
|
14634
|
+
"original": {
|
|
14635
|
+
"value": "{size-rem.s}"
|
|
14636
|
+
},
|
|
14637
|
+
"name": "LegendItemSpacing",
|
|
14638
|
+
"attributes": {
|
|
14639
|
+
"category": "legend-item",
|
|
14640
|
+
"type": "spacing"
|
|
14641
|
+
},
|
|
14642
|
+
"path": [
|
|
14643
|
+
"legend-item",
|
|
14644
|
+
"spacing"
|
|
14645
|
+
]
|
|
14646
|
+
},
|
|
14647
|
+
"marker": {
|
|
14648
|
+
"size": {
|
|
14649
|
+
"value": "1rem",
|
|
14650
|
+
"filePath": "src/dataVisualisation/legend.yml",
|
|
14651
|
+
"isSource": true,
|
|
14652
|
+
"original": {
|
|
14653
|
+
"value": "{size-rem.m}"
|
|
14654
|
+
},
|
|
14655
|
+
"name": "LegendItemMarkerSize",
|
|
14656
|
+
"attributes": {
|
|
14657
|
+
"category": "legend-item",
|
|
14658
|
+
"type": "marker",
|
|
14659
|
+
"item": "size"
|
|
14660
|
+
},
|
|
14661
|
+
"path": [
|
|
14662
|
+
"legend-item",
|
|
14663
|
+
"marker",
|
|
14664
|
+
"size"
|
|
14665
|
+
]
|
|
14666
|
+
},
|
|
14667
|
+
"corner-radius": {
|
|
14668
|
+
"value": "4px",
|
|
14669
|
+
"filePath": "src/dataVisualisation/legend.yml",
|
|
14670
|
+
"isSource": true,
|
|
14671
|
+
"original": {
|
|
14672
|
+
"value": "{corner-radius.default}"
|
|
14673
|
+
},
|
|
14674
|
+
"name": "LegendItemMarkerCornerRadius",
|
|
14675
|
+
"attributes": {
|
|
14676
|
+
"category": "legend-item",
|
|
14677
|
+
"type": "marker",
|
|
14678
|
+
"item": "corner-radius"
|
|
14679
|
+
},
|
|
14680
|
+
"path": [
|
|
14681
|
+
"legend-item",
|
|
14682
|
+
"marker",
|
|
14683
|
+
"corner-radius"
|
|
14684
|
+
]
|
|
14685
|
+
}
|
|
14686
|
+
}
|
|
14687
|
+
},
|
|
14398
14688
|
"focus": {
|
|
14399
14689
|
"outline-color": {
|
|
14400
14690
|
"value": "#0054F5",
|
|
@@ -17307,6 +17597,25 @@
|
|
|
17307
17597
|
"size",
|
|
17308
17598
|
"m"
|
|
17309
17599
|
]
|
|
17600
|
+
},
|
|
17601
|
+
"l": {
|
|
17602
|
+
"value": "1300px",
|
|
17603
|
+
"filePath": "src/overlays/modal.yml",
|
|
17604
|
+
"isSource": true,
|
|
17605
|
+
"original": {
|
|
17606
|
+
"value": "1300px"
|
|
17607
|
+
},
|
|
17608
|
+
"name": "ModalSizeL",
|
|
17609
|
+
"attributes": {
|
|
17610
|
+
"category": "modal",
|
|
17611
|
+
"type": "size",
|
|
17612
|
+
"item": "l"
|
|
17613
|
+
},
|
|
17614
|
+
"path": [
|
|
17615
|
+
"modal",
|
|
17616
|
+
"size",
|
|
17617
|
+
"l"
|
|
17618
|
+
]
|
|
17310
17619
|
}
|
|
17311
17620
|
},
|
|
17312
17621
|
"footer-background-color": {
|
|
@@ -21713,21 +22022,21 @@
|
|
|
21713
22022
|
}
|
|
21714
22023
|
},
|
|
21715
22024
|
"accent-box": {
|
|
21716
|
-
"background-color-
|
|
21717
|
-
"value": "#
|
|
22025
|
+
"background-color-neutral": {
|
|
22026
|
+
"value": "#F8F8F8",
|
|
21718
22027
|
"filePath": "src/structure/accent-box.yml",
|
|
21719
22028
|
"isSource": true,
|
|
21720
22029
|
"original": {
|
|
21721
|
-
"value": "{color.
|
|
22030
|
+
"value": "{neutral.color.300}"
|
|
21722
22031
|
},
|
|
21723
|
-
"name": "
|
|
22032
|
+
"name": "AccentBoxBackgroundColorNeutral",
|
|
21724
22033
|
"attributes": {
|
|
21725
22034
|
"category": "accent-box",
|
|
21726
|
-
"type": "background-color-
|
|
22035
|
+
"type": "background-color-neutral"
|
|
21727
22036
|
},
|
|
21728
22037
|
"path": [
|
|
21729
22038
|
"accent-box",
|
|
21730
|
-
"background-color-
|
|
22039
|
+
"background-color-neutral"
|
|
21731
22040
|
]
|
|
21732
22041
|
},
|
|
21733
22042
|
"background-color-green": {
|
|
@@ -21764,6 +22073,23 @@
|
|
|
21764
22073
|
"background-color-gradient"
|
|
21765
22074
|
]
|
|
21766
22075
|
},
|
|
22076
|
+
"background-color-blue": {
|
|
22077
|
+
"value": "#F0F5FF",
|
|
22078
|
+
"filePath": "src/structure/accent-box.yml",
|
|
22079
|
+
"isSource": true,
|
|
22080
|
+
"original": {
|
|
22081
|
+
"value": "{color.hosting-blue.100}"
|
|
22082
|
+
},
|
|
22083
|
+
"name": "AccentBoxBackgroundColorBlue",
|
|
22084
|
+
"attributes": {
|
|
22085
|
+
"category": "accent-box",
|
|
22086
|
+
"type": "background-color-blue"
|
|
22087
|
+
},
|
|
22088
|
+
"path": [
|
|
22089
|
+
"accent-box",
|
|
22090
|
+
"background-color-blue"
|
|
22091
|
+
]
|
|
22092
|
+
},
|
|
21767
22093
|
"icon-color-blue": {
|
|
21768
22094
|
"value": "#E0EBFF",
|
|
21769
22095
|
"filePath": "src/structure/accent-box.yml",
|
|
@@ -21815,6 +22141,23 @@
|
|
|
21815
22141
|
"icon-color-gradient"
|
|
21816
22142
|
]
|
|
21817
22143
|
},
|
|
22144
|
+
"icon-color-neutral": {
|
|
22145
|
+
"value": "#E6E6E6",
|
|
22146
|
+
"filePath": "src/structure/accent-box.yml",
|
|
22147
|
+
"isSource": true,
|
|
22148
|
+
"original": {
|
|
22149
|
+
"value": "{neutral.color.400}"
|
|
22150
|
+
},
|
|
22151
|
+
"name": "AccentBoxIconColorNeutral",
|
|
22152
|
+
"attributes": {
|
|
22153
|
+
"category": "accent-box",
|
|
22154
|
+
"type": "icon-color-neutral"
|
|
22155
|
+
},
|
|
22156
|
+
"path": [
|
|
22157
|
+
"accent-box",
|
|
22158
|
+
"icon-color-neutral"
|
|
22159
|
+
]
|
|
22160
|
+
},
|
|
21818
22161
|
"padding": {
|
|
21819
22162
|
"value": "16px",
|
|
21820
22163
|
"filePath": "src/structure/accent-box.yml",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/flow-design-tokens",
|
|
3
|
-
"version": "0.2.0-alpha.
|
|
3
|
+
"version": "0.2.0-alpha.115",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "The design tokens used in Flow, mittwald’s design system",
|
|
6
6
|
"homepage": "https://github.com/mittwald/flow/tree/main/packages/design-tokens",
|
|
@@ -24,5 +24,5 @@
|
|
|
24
24
|
"rimraf": "^6.0.1",
|
|
25
25
|
"style-dictionary": "^4.3.3"
|
|
26
26
|
},
|
|
27
|
-
"gitHead": "
|
|
27
|
+
"gitHead": "a9803d8bf2f712fb0188b9b469bebef28e130928"
|
|
28
28
|
}
|