@mittwald/flow-design-tokens 0.2.0-alpha.605 → 0.2.0-alpha.607
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 +4 -8
- package/dist/variables.json +25 -101
- package/package.json +2 -2
package/dist/variables.css
CHANGED
|
@@ -946,11 +946,10 @@
|
|
|
946
946
|
--heading--color-dark: var(--dark-plain-content-color);
|
|
947
947
|
--heading--color-light: var(--light-plain-content-color);
|
|
948
948
|
--icon--color: var(--neutral--color--800);
|
|
949
|
-
--illustrated-message--primary-
|
|
950
|
-
--illustrated-message--danger-
|
|
951
|
-
--illustrated-message--
|
|
952
|
-
--illustrated-message--
|
|
953
|
-
--illustrated-message--light-icon-color: var(--light-plain-content-color);
|
|
949
|
+
--illustrated-message--primary-content-color: var(--primary--color--1000);
|
|
950
|
+
--illustrated-message--danger-content-color: var(--danger--color--900);
|
|
951
|
+
--illustrated-message--dark-content-color: var(--dark-plain-content-color);
|
|
952
|
+
--illustrated-message--light-content-color: var(--light-plain-content-color);
|
|
954
953
|
--image--corner-radius: var(--corner-radius--default);
|
|
955
954
|
--image--border-width: var(--border-width--100);
|
|
956
955
|
--label--line-height: var(--line-height--m);
|
|
@@ -1218,9 +1217,6 @@
|
|
|
1218
1217
|
--icon--warning-color: var(--warning-outline-content-color);
|
|
1219
1218
|
--icon--danger-color: var(--danger-outline-content-color);
|
|
1220
1219
|
--icon--success-color: var(--success-outline-content-color);
|
|
1221
|
-
--illustrated-message--primary-heading-color: var(--heading--color);
|
|
1222
|
-
--illustrated-message--dark-heading-color: var(--heading--color-dark);
|
|
1223
|
-
--illustrated-message--light-heading-color: var(--heading--color-light);
|
|
1224
1220
|
--image--border-color: var(--neutral-outline-border-color);
|
|
1225
1221
|
--label--color--disabled: var(--disabled-plain-content-color);
|
|
1226
1222
|
--text--color--disabled: var(--disabled-plain-content-color);
|
package/dist/variables.json
CHANGED
|
@@ -15425,156 +15425,80 @@
|
|
|
15425
15425
|
"spacing"
|
|
15426
15426
|
]
|
|
15427
15427
|
},
|
|
15428
|
-
"primary-
|
|
15429
|
-
"key": "{illustrated-message.primary-
|
|
15430
|
-
"value": "#003FB8",
|
|
15431
|
-
"filePath": "src/content/illustrated-message.yml",
|
|
15432
|
-
"isSource": true,
|
|
15433
|
-
"original": {
|
|
15434
|
-
"value": "{primary.color.900}",
|
|
15435
|
-
"key": "{illustrated-message.primary-icon-color}"
|
|
15436
|
-
},
|
|
15437
|
-
"name": "IllustratedMessagePrimaryIconColor",
|
|
15438
|
-
"attributes": {
|
|
15439
|
-
"category": "illustrated-message",
|
|
15440
|
-
"type": "primary-icon-color"
|
|
15441
|
-
},
|
|
15442
|
-
"path": [
|
|
15443
|
-
"illustrated-message",
|
|
15444
|
-
"primary-icon-color"
|
|
15445
|
-
]
|
|
15446
|
-
},
|
|
15447
|
-
"primary-heading-color": {
|
|
15448
|
-
"key": "{illustrated-message.primary-heading-color}",
|
|
15428
|
+
"primary-content-color": {
|
|
15429
|
+
"key": "{illustrated-message.primary-content-color}",
|
|
15449
15430
|
"value": "#002A7B",
|
|
15450
15431
|
"filePath": "src/content/illustrated-message.yml",
|
|
15451
15432
|
"isSource": true,
|
|
15452
15433
|
"original": {
|
|
15453
|
-
"value": "{
|
|
15454
|
-
"key": "{illustrated-message.primary-
|
|
15434
|
+
"value": "{primary.color.1000}",
|
|
15435
|
+
"key": "{illustrated-message.primary-content-color}"
|
|
15455
15436
|
},
|
|
15456
|
-
"name": "
|
|
15437
|
+
"name": "IllustratedMessagePrimaryContentColor",
|
|
15457
15438
|
"attributes": {
|
|
15458
15439
|
"category": "illustrated-message",
|
|
15459
|
-
"type": "primary-
|
|
15440
|
+
"type": "primary-content-color"
|
|
15460
15441
|
},
|
|
15461
15442
|
"path": [
|
|
15462
15443
|
"illustrated-message",
|
|
15463
|
-
"primary-
|
|
15444
|
+
"primary-content-color"
|
|
15464
15445
|
]
|
|
15465
15446
|
},
|
|
15466
|
-
"danger-
|
|
15467
|
-
"key": "{illustrated-message.danger-
|
|
15447
|
+
"danger-content-color": {
|
|
15448
|
+
"key": "{illustrated-message.danger-content-color}",
|
|
15468
15449
|
"value": "#B4193A",
|
|
15469
15450
|
"filePath": "src/content/illustrated-message.yml",
|
|
15470
15451
|
"isSource": true,
|
|
15471
15452
|
"original": {
|
|
15472
15453
|
"value": "{danger.color.900}",
|
|
15473
|
-
"key": "{illustrated-message.danger-
|
|
15474
|
-
},
|
|
15475
|
-
"name": "IllustratedMessageDangerIconColor",
|
|
15476
|
-
"attributes": {
|
|
15477
|
-
"category": "illustrated-message",
|
|
15478
|
-
"type": "danger-icon-color"
|
|
15479
|
-
},
|
|
15480
|
-
"path": [
|
|
15481
|
-
"illustrated-message",
|
|
15482
|
-
"danger-icon-color"
|
|
15483
|
-
]
|
|
15484
|
-
},
|
|
15485
|
-
"danger-heading-color": {
|
|
15486
|
-
"key": "{illustrated-message.danger-heading-color}",
|
|
15487
|
-
"value": "#83122A",
|
|
15488
|
-
"filePath": "src/content/illustrated-message.yml",
|
|
15489
|
-
"isSource": true,
|
|
15490
|
-
"original": {
|
|
15491
|
-
"value": "{danger.color.1000}",
|
|
15492
|
-
"key": "{illustrated-message.danger-heading-color}"
|
|
15454
|
+
"key": "{illustrated-message.danger-content-color}"
|
|
15493
15455
|
},
|
|
15494
|
-
"name": "
|
|
15456
|
+
"name": "IllustratedMessageDangerContentColor",
|
|
15495
15457
|
"attributes": {
|
|
15496
15458
|
"category": "illustrated-message",
|
|
15497
|
-
"type": "danger-
|
|
15459
|
+
"type": "danger-content-color"
|
|
15498
15460
|
},
|
|
15499
15461
|
"path": [
|
|
15500
15462
|
"illustrated-message",
|
|
15501
|
-
"danger-
|
|
15463
|
+
"danger-content-color"
|
|
15502
15464
|
]
|
|
15503
15465
|
},
|
|
15504
|
-
"dark-
|
|
15505
|
-
"key": "{illustrated-message.dark-
|
|
15466
|
+
"dark-content-color": {
|
|
15467
|
+
"key": "{illustrated-message.dark-content-color}",
|
|
15506
15468
|
"value": "rgb(0 0 0 / 100%)",
|
|
15507
15469
|
"filePath": "src/content/illustrated-message.yml",
|
|
15508
15470
|
"isSource": true,
|
|
15509
15471
|
"original": {
|
|
15510
15472
|
"value": "{dark-plain-content-color}",
|
|
15511
|
-
"key": "{illustrated-message.dark-
|
|
15512
|
-
},
|
|
15513
|
-
"name": "IllustratedMessageDarkIconColor",
|
|
15514
|
-
"attributes": {
|
|
15515
|
-
"category": "illustrated-message",
|
|
15516
|
-
"type": "dark-icon-color"
|
|
15517
|
-
},
|
|
15518
|
-
"path": [
|
|
15519
|
-
"illustrated-message",
|
|
15520
|
-
"dark-icon-color"
|
|
15521
|
-
]
|
|
15522
|
-
},
|
|
15523
|
-
"dark-heading-color": {
|
|
15524
|
-
"key": "{illustrated-message.dark-heading-color}",
|
|
15525
|
-
"value": "rgb(0 0 0 / 100%)",
|
|
15526
|
-
"filePath": "src/content/illustrated-message.yml",
|
|
15527
|
-
"isSource": true,
|
|
15528
|
-
"original": {
|
|
15529
|
-
"value": "{heading.color-dark}",
|
|
15530
|
-
"key": "{illustrated-message.dark-heading-color}"
|
|
15473
|
+
"key": "{illustrated-message.dark-content-color}"
|
|
15531
15474
|
},
|
|
15532
|
-
"name": "
|
|
15475
|
+
"name": "IllustratedMessageDarkContentColor",
|
|
15533
15476
|
"attributes": {
|
|
15534
15477
|
"category": "illustrated-message",
|
|
15535
|
-
"type": "dark-
|
|
15478
|
+
"type": "dark-content-color"
|
|
15536
15479
|
},
|
|
15537
15480
|
"path": [
|
|
15538
15481
|
"illustrated-message",
|
|
15539
|
-
"dark-
|
|
15482
|
+
"dark-content-color"
|
|
15540
15483
|
]
|
|
15541
15484
|
},
|
|
15542
|
-
"light-
|
|
15543
|
-
"key": "{illustrated-message.light-
|
|
15485
|
+
"light-content-color": {
|
|
15486
|
+
"key": "{illustrated-message.light-content-color}",
|
|
15544
15487
|
"value": "rgb(255 255 255 / 100%)",
|
|
15545
15488
|
"filePath": "src/content/illustrated-message.yml",
|
|
15546
15489
|
"isSource": true,
|
|
15547
15490
|
"original": {
|
|
15548
15491
|
"value": "{light-plain-content-color}",
|
|
15549
|
-
"key": "{illustrated-message.light-
|
|
15492
|
+
"key": "{illustrated-message.light-content-color}"
|
|
15550
15493
|
},
|
|
15551
|
-
"name": "
|
|
15494
|
+
"name": "IllustratedMessageLightContentColor",
|
|
15552
15495
|
"attributes": {
|
|
15553
15496
|
"category": "illustrated-message",
|
|
15554
|
-
"type": "light-
|
|
15555
|
-
},
|
|
15556
|
-
"path": [
|
|
15557
|
-
"illustrated-message",
|
|
15558
|
-
"light-icon-color"
|
|
15559
|
-
]
|
|
15560
|
-
},
|
|
15561
|
-
"light-heading-color": {
|
|
15562
|
-
"key": "{illustrated-message.light-heading-color}",
|
|
15563
|
-
"value": "rgb(255 255 255 / 100%)",
|
|
15564
|
-
"filePath": "src/content/illustrated-message.yml",
|
|
15565
|
-
"isSource": true,
|
|
15566
|
-
"original": {
|
|
15567
|
-
"value": "{heading.color-light}",
|
|
15568
|
-
"key": "{illustrated-message.light-heading-color}"
|
|
15569
|
-
},
|
|
15570
|
-
"name": "IllustratedMessageLightHeadingColor",
|
|
15571
|
-
"attributes": {
|
|
15572
|
-
"category": "illustrated-message",
|
|
15573
|
-
"type": "light-heading-color"
|
|
15497
|
+
"type": "light-content-color"
|
|
15574
15498
|
},
|
|
15575
15499
|
"path": [
|
|
15576
15500
|
"illustrated-message",
|
|
15577
|
-
"light-
|
|
15501
|
+
"light-content-color"
|
|
15578
15502
|
]
|
|
15579
15503
|
}
|
|
15580
15504
|
},
|
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.607",
|
|
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.1.2",
|
|
25
25
|
"style-dictionary": "^5.1.1"
|
|
26
26
|
},
|
|
27
|
-
"gitHead": "
|
|
27
|
+
"gitHead": "ee12bd781f6eacd2ee33d5ec9ce313421e746947"
|
|
28
28
|
}
|