@mittwald/flow-design-tokens 0.2.0-alpha.66 → 0.2.0-alpha.67
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 +12 -0
- package/dist/variables.json +230 -0
- package/package.json +2 -2
package/dist/variables.css
CHANGED
|
@@ -123,6 +123,18 @@
|
|
|
123
123
|
--color--super-teal--900: #006b78;
|
|
124
124
|
--color--super-teal--1000: #004f59;
|
|
125
125
|
--color--super-teal--1100: #00424a;
|
|
126
|
+
--color--categorical--sea-green: #0fb5ae;
|
|
127
|
+
--color--categorical--palatinate-blue: #4046ca;
|
|
128
|
+
--color--categorical--tangerine: #f68511;
|
|
129
|
+
--color--categorical--magenta: #de3d82;
|
|
130
|
+
--color--categorical--tropical-indigo: #7e84fa;
|
|
131
|
+
--color--categorical--malachite: #72e06a;
|
|
132
|
+
--color--categorical--azure: #147af3;
|
|
133
|
+
--color--categorical--violet: #7326d3;
|
|
134
|
+
--color--categorical--yellow: #e8c600;
|
|
135
|
+
--color--categorical--alloy-orange: #cb5d00;
|
|
136
|
+
--color--categorical--green: #008f5d;
|
|
137
|
+
--color--categorical--lime: #bce931;
|
|
126
138
|
--color--transparent: transparent;
|
|
127
139
|
--avatar--size--m: 2.5rem;
|
|
128
140
|
--code--default-syntax-color-addition: #397300;
|
package/dist/variables.json
CHANGED
|
@@ -11350,6 +11350,236 @@
|
|
|
11350
11350
|
]
|
|
11351
11351
|
}
|
|
11352
11352
|
},
|
|
11353
|
+
"categorical": {
|
|
11354
|
+
"sea-green": {
|
|
11355
|
+
"value": "#0fb5ae",
|
|
11356
|
+
"filePath": "src/color-palette.yml",
|
|
11357
|
+
"isSource": true,
|
|
11358
|
+
"original": {
|
|
11359
|
+
"value": "#0fb5ae"
|
|
11360
|
+
},
|
|
11361
|
+
"name": "ColorCategoricalSeaGreen",
|
|
11362
|
+
"attributes": {
|
|
11363
|
+
"category": "color",
|
|
11364
|
+
"type": "categorical",
|
|
11365
|
+
"item": "sea-green"
|
|
11366
|
+
},
|
|
11367
|
+
"path": [
|
|
11368
|
+
"color",
|
|
11369
|
+
"categorical",
|
|
11370
|
+
"sea-green"
|
|
11371
|
+
]
|
|
11372
|
+
},
|
|
11373
|
+
"palatinate-blue": {
|
|
11374
|
+
"value": "#4046ca",
|
|
11375
|
+
"filePath": "src/color-palette.yml",
|
|
11376
|
+
"isSource": true,
|
|
11377
|
+
"original": {
|
|
11378
|
+
"value": "#4046ca"
|
|
11379
|
+
},
|
|
11380
|
+
"name": "ColorCategoricalPalatinateBlue",
|
|
11381
|
+
"attributes": {
|
|
11382
|
+
"category": "color",
|
|
11383
|
+
"type": "categorical",
|
|
11384
|
+
"item": "palatinate-blue"
|
|
11385
|
+
},
|
|
11386
|
+
"path": [
|
|
11387
|
+
"color",
|
|
11388
|
+
"categorical",
|
|
11389
|
+
"palatinate-blue"
|
|
11390
|
+
]
|
|
11391
|
+
},
|
|
11392
|
+
"tangerine": {
|
|
11393
|
+
"value": "#f68511",
|
|
11394
|
+
"filePath": "src/color-palette.yml",
|
|
11395
|
+
"isSource": true,
|
|
11396
|
+
"original": {
|
|
11397
|
+
"value": "#f68511"
|
|
11398
|
+
},
|
|
11399
|
+
"name": "ColorCategoricalTangerine",
|
|
11400
|
+
"attributes": {
|
|
11401
|
+
"category": "color",
|
|
11402
|
+
"type": "categorical",
|
|
11403
|
+
"item": "tangerine"
|
|
11404
|
+
},
|
|
11405
|
+
"path": [
|
|
11406
|
+
"color",
|
|
11407
|
+
"categorical",
|
|
11408
|
+
"tangerine"
|
|
11409
|
+
]
|
|
11410
|
+
},
|
|
11411
|
+
"magenta": {
|
|
11412
|
+
"value": "#de3d82",
|
|
11413
|
+
"filePath": "src/color-palette.yml",
|
|
11414
|
+
"isSource": true,
|
|
11415
|
+
"original": {
|
|
11416
|
+
"value": "#de3d82"
|
|
11417
|
+
},
|
|
11418
|
+
"name": "ColorCategoricalMagenta",
|
|
11419
|
+
"attributes": {
|
|
11420
|
+
"category": "color",
|
|
11421
|
+
"type": "categorical",
|
|
11422
|
+
"item": "magenta"
|
|
11423
|
+
},
|
|
11424
|
+
"path": [
|
|
11425
|
+
"color",
|
|
11426
|
+
"categorical",
|
|
11427
|
+
"magenta"
|
|
11428
|
+
]
|
|
11429
|
+
},
|
|
11430
|
+
"tropical-indigo": {
|
|
11431
|
+
"value": "#7e84fa",
|
|
11432
|
+
"filePath": "src/color-palette.yml",
|
|
11433
|
+
"isSource": true,
|
|
11434
|
+
"original": {
|
|
11435
|
+
"value": "#7e84fa"
|
|
11436
|
+
},
|
|
11437
|
+
"name": "ColorCategoricalTropicalIndigo",
|
|
11438
|
+
"attributes": {
|
|
11439
|
+
"category": "color",
|
|
11440
|
+
"type": "categorical",
|
|
11441
|
+
"item": "tropical-indigo"
|
|
11442
|
+
},
|
|
11443
|
+
"path": [
|
|
11444
|
+
"color",
|
|
11445
|
+
"categorical",
|
|
11446
|
+
"tropical-indigo"
|
|
11447
|
+
]
|
|
11448
|
+
},
|
|
11449
|
+
"malachite": {
|
|
11450
|
+
"value": "#72e06a",
|
|
11451
|
+
"filePath": "src/color-palette.yml",
|
|
11452
|
+
"isSource": true,
|
|
11453
|
+
"original": {
|
|
11454
|
+
"value": "#72e06a"
|
|
11455
|
+
},
|
|
11456
|
+
"name": "ColorCategoricalMalachite",
|
|
11457
|
+
"attributes": {
|
|
11458
|
+
"category": "color",
|
|
11459
|
+
"type": "categorical",
|
|
11460
|
+
"item": "malachite"
|
|
11461
|
+
},
|
|
11462
|
+
"path": [
|
|
11463
|
+
"color",
|
|
11464
|
+
"categorical",
|
|
11465
|
+
"malachite"
|
|
11466
|
+
]
|
|
11467
|
+
},
|
|
11468
|
+
"azure": {
|
|
11469
|
+
"value": "#147af3",
|
|
11470
|
+
"filePath": "src/color-palette.yml",
|
|
11471
|
+
"isSource": true,
|
|
11472
|
+
"original": {
|
|
11473
|
+
"value": "#147af3"
|
|
11474
|
+
},
|
|
11475
|
+
"name": "ColorCategoricalAzure",
|
|
11476
|
+
"attributes": {
|
|
11477
|
+
"category": "color",
|
|
11478
|
+
"type": "categorical",
|
|
11479
|
+
"item": "azure"
|
|
11480
|
+
},
|
|
11481
|
+
"path": [
|
|
11482
|
+
"color",
|
|
11483
|
+
"categorical",
|
|
11484
|
+
"azure"
|
|
11485
|
+
]
|
|
11486
|
+
},
|
|
11487
|
+
"violet": {
|
|
11488
|
+
"value": "#7326d3",
|
|
11489
|
+
"filePath": "src/color-palette.yml",
|
|
11490
|
+
"isSource": true,
|
|
11491
|
+
"original": {
|
|
11492
|
+
"value": "#7326d3"
|
|
11493
|
+
},
|
|
11494
|
+
"name": "ColorCategoricalViolet",
|
|
11495
|
+
"attributes": {
|
|
11496
|
+
"category": "color",
|
|
11497
|
+
"type": "categorical",
|
|
11498
|
+
"item": "violet"
|
|
11499
|
+
},
|
|
11500
|
+
"path": [
|
|
11501
|
+
"color",
|
|
11502
|
+
"categorical",
|
|
11503
|
+
"violet"
|
|
11504
|
+
]
|
|
11505
|
+
},
|
|
11506
|
+
"yellow": {
|
|
11507
|
+
"value": "#e8c600",
|
|
11508
|
+
"filePath": "src/color-palette.yml",
|
|
11509
|
+
"isSource": true,
|
|
11510
|
+
"original": {
|
|
11511
|
+
"value": "#e8c600"
|
|
11512
|
+
},
|
|
11513
|
+
"name": "ColorCategoricalYellow",
|
|
11514
|
+
"attributes": {
|
|
11515
|
+
"category": "color",
|
|
11516
|
+
"type": "categorical",
|
|
11517
|
+
"item": "yellow"
|
|
11518
|
+
},
|
|
11519
|
+
"path": [
|
|
11520
|
+
"color",
|
|
11521
|
+
"categorical",
|
|
11522
|
+
"yellow"
|
|
11523
|
+
]
|
|
11524
|
+
},
|
|
11525
|
+
"alloy-orange": {
|
|
11526
|
+
"value": "#cb5d00",
|
|
11527
|
+
"filePath": "src/color-palette.yml",
|
|
11528
|
+
"isSource": true,
|
|
11529
|
+
"original": {
|
|
11530
|
+
"value": "#cb5d00"
|
|
11531
|
+
},
|
|
11532
|
+
"name": "ColorCategoricalAlloyOrange",
|
|
11533
|
+
"attributes": {
|
|
11534
|
+
"category": "color",
|
|
11535
|
+
"type": "categorical",
|
|
11536
|
+
"item": "alloy-orange"
|
|
11537
|
+
},
|
|
11538
|
+
"path": [
|
|
11539
|
+
"color",
|
|
11540
|
+
"categorical",
|
|
11541
|
+
"alloy-orange"
|
|
11542
|
+
]
|
|
11543
|
+
},
|
|
11544
|
+
"green": {
|
|
11545
|
+
"value": "#008f5d",
|
|
11546
|
+
"filePath": "src/color-palette.yml",
|
|
11547
|
+
"isSource": true,
|
|
11548
|
+
"original": {
|
|
11549
|
+
"value": "#008f5d"
|
|
11550
|
+
},
|
|
11551
|
+
"name": "ColorCategoricalGreen",
|
|
11552
|
+
"attributes": {
|
|
11553
|
+
"category": "color",
|
|
11554
|
+
"type": "categorical",
|
|
11555
|
+
"item": "green"
|
|
11556
|
+
},
|
|
11557
|
+
"path": [
|
|
11558
|
+
"color",
|
|
11559
|
+
"categorical",
|
|
11560
|
+
"green"
|
|
11561
|
+
]
|
|
11562
|
+
},
|
|
11563
|
+
"lime": {
|
|
11564
|
+
"value": "#bce931",
|
|
11565
|
+
"filePath": "src/color-palette.yml",
|
|
11566
|
+
"isSource": true,
|
|
11567
|
+
"original": {
|
|
11568
|
+
"value": "#bce931"
|
|
11569
|
+
},
|
|
11570
|
+
"name": "ColorCategoricalLime",
|
|
11571
|
+
"attributes": {
|
|
11572
|
+
"category": "color",
|
|
11573
|
+
"type": "categorical",
|
|
11574
|
+
"item": "lime"
|
|
11575
|
+
},
|
|
11576
|
+
"path": [
|
|
11577
|
+
"color",
|
|
11578
|
+
"categorical",
|
|
11579
|
+
"lime"
|
|
11580
|
+
]
|
|
11581
|
+
}
|
|
11582
|
+
},
|
|
11353
11583
|
"transparent": {
|
|
11354
11584
|
"value": "transparent",
|
|
11355
11585
|
"filePath": "src/color-palette.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.67",
|
|
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": "ec5f5b17f498dfbb013aff6c2a483f0a3c1b0ede"
|
|
28
28
|
}
|