@mittwald/flow-design-tokens 0.2.0-alpha.113 → 0.2.0-alpha.114
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 +16 -0
- package/dist/variables.json +290 -0
- package/package.json +2 -2
package/dist/variables.css
CHANGED
|
@@ -476,6 +476,16 @@
|
|
|
476
476
|
--text--blockquote-border-style: var(--border-style--default);
|
|
477
477
|
--text--blockquote-padding: var(--size-rem--s);
|
|
478
478
|
--text--list-padding: var(--size-rem--l);
|
|
479
|
+
--axis--spacing: var(--size-px--s);
|
|
480
|
+
--axis--font-size: var(--font-size-text--s);
|
|
481
|
+
--axis--color: var(--color--gray--700);
|
|
482
|
+
--axis--tick-size: var(--size-px--s);
|
|
483
|
+
--cartesian-grid--color: var(--color--gray--700);
|
|
484
|
+
--chart-tooltip--spacing: var(--size-px--s);
|
|
485
|
+
--legend--spacing-x: var(--size-px--m);
|
|
486
|
+
--legend--spacing-y: var(--size-px--s);
|
|
487
|
+
--legend-item--spacing: var(--size-rem--s);
|
|
488
|
+
--legend-item--marker--size: var(--size-rem--m);
|
|
479
489
|
--focus--outline-offset: var(--size-px--xxs);
|
|
480
490
|
--line-height--m: calc(var(--font-size-text--m) * 1.5);
|
|
481
491
|
--line-height--s: calc(var(--font-size-text--s) * 1.5);
|
|
@@ -926,6 +936,12 @@
|
|
|
926
936
|
--text--color--light: var(--light-plain-content-color);
|
|
927
937
|
--text--color--dark: var(--dark-plain-content-color);
|
|
928
938
|
--text--blockquote-border-width: var(--border-width--300);
|
|
939
|
+
--area--border-width: var(--border-width--200);
|
|
940
|
+
--area--border-color: var(--neutral--color--100);
|
|
941
|
+
--axis--text-color: var(--neutral--color--1000);
|
|
942
|
+
--axis--stroke-width: var(--border-width--100);
|
|
943
|
+
--cartesian-grid--stroke-width: var(--border-width--100);
|
|
944
|
+
--legend-item--marker--corner-radius: var(--corner-radius--default);
|
|
929
945
|
--focus--outline-color: var(--primary--color--800);
|
|
930
946
|
--focus--secondary-outline-color: var(--neutral--color--100);
|
|
931
947
|
--focus--outline-width: var(--border-width--200);
|
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",
|
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.114",
|
|
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": "50e61e2b1a3cb670e8e46d801d7702fbcd2c9bff"
|
|
28
28
|
}
|