@pantheon-systems/pds-design-tokens 1.0.0-dev.94 → 1.0.0-dev.95
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/build/css/pds-design-tokens-dark-mode.css +6 -0
- package/build/css/pds-design-tokens-light-mode.css +6 -0
- package/build/figma/pds-design-tokens-figma.json +176 -26
- package/build/json/pds-design-tokens-dark-mode.json +88 -13
- package/build/json/pds-design-tokens-light-mode.json +88 -13
- package/package.json +1 -1
|
@@ -156,6 +156,12 @@
|
|
|
156
156
|
--pds-color-panel-default-background: var(--pds-color-background-default);
|
|
157
157
|
--pds-color-panel-default-border: var(--pds-color-border-default);
|
|
158
158
|
--pds-color-panel-sunken-background: #121219;
|
|
159
|
+
--pds-color-partner-bitbucket: #004dc0;
|
|
160
|
+
--pds-color-partner-drupal: #009cde;
|
|
161
|
+
--pds-color-partner-gatsby: #663399;
|
|
162
|
+
--pds-color-partner-gitlab: #ffedfb;
|
|
163
|
+
--pds-color-partner-nextjs: #000000;
|
|
164
|
+
--pds-color-partner-wordpress: #0073aa;
|
|
159
165
|
--pds-color-progress-complete: #2abb7f;
|
|
160
166
|
--pds-color-progress-empty: #a6a3b4;
|
|
161
167
|
--pds-color-progress-partial: #388bff;
|
|
@@ -165,6 +165,12 @@
|
|
|
165
165
|
--pds-color-panel-default-background: var(--pds-color-background-default);
|
|
166
166
|
--pds-color-panel-default-border: var(--pds-color-border-default);
|
|
167
167
|
--pds-color-panel-sunken-background: #f1f1f1;
|
|
168
|
+
--pds-color-partner-bitbucket: #004dc0;
|
|
169
|
+
--pds-color-partner-drupal: #009cde;
|
|
170
|
+
--pds-color-partner-gatsby: #663399;
|
|
171
|
+
--pds-color-partner-gitlab: #ffedfb;
|
|
172
|
+
--pds-color-partner-nextjs: #000000;
|
|
173
|
+
--pds-color-partner-wordpress: #0073aa;
|
|
168
174
|
--pds-color-progress-complete: #218c5f;
|
|
169
175
|
--pds-color-progress-empty: #cfcfd3;
|
|
170
176
|
--pds-color-progress-partial: #1d7afc;
|
|
@@ -7296,54 +7296,60 @@
|
|
|
7296
7296
|
}
|
|
7297
7297
|
},
|
|
7298
7298
|
"partner": {
|
|
7299
|
-
"
|
|
7300
|
-
"value": "#
|
|
7299
|
+
"bitbucket": {
|
|
7300
|
+
"value": "#004dc0",
|
|
7301
|
+
"public": true,
|
|
7301
7302
|
"filePath": "tokens/color/base/brand.dark.json",
|
|
7302
7303
|
"isSource": true,
|
|
7303
7304
|
"original": {
|
|
7304
|
-
"value": "#
|
|
7305
|
+
"value": "#004DC0",
|
|
7306
|
+
"public": true
|
|
7305
7307
|
},
|
|
7306
|
-
"name": "color-dark-mode-partner-
|
|
7308
|
+
"name": "color-dark-mode-partner-bitbucket",
|
|
7307
7309
|
"attributes": {
|
|
7308
7310
|
"category": "color",
|
|
7309
7311
|
"type": "dark-mode",
|
|
7310
7312
|
"item": "partner",
|
|
7311
|
-
"subitem": "
|
|
7313
|
+
"subitem": "bitbucket"
|
|
7312
7314
|
},
|
|
7313
7315
|
"path": [
|
|
7314
7316
|
"color",
|
|
7315
7317
|
"dark-mode",
|
|
7316
7318
|
"partner",
|
|
7317
|
-
"
|
|
7319
|
+
"bitbucket"
|
|
7318
7320
|
]
|
|
7319
7321
|
},
|
|
7320
|
-
"
|
|
7321
|
-
"value": "#
|
|
7322
|
+
"drupal": {
|
|
7323
|
+
"value": "#009cde",
|
|
7324
|
+
"public": true,
|
|
7322
7325
|
"filePath": "tokens/color/base/brand.dark.json",
|
|
7323
7326
|
"isSource": true,
|
|
7324
7327
|
"original": {
|
|
7325
|
-
"value": "#
|
|
7328
|
+
"value": "#009CDE",
|
|
7329
|
+
"public": true
|
|
7326
7330
|
},
|
|
7327
|
-
"name": "color-dark-mode-partner-
|
|
7331
|
+
"name": "color-dark-mode-partner-drupal",
|
|
7328
7332
|
"attributes": {
|
|
7329
7333
|
"category": "color",
|
|
7330
7334
|
"type": "dark-mode",
|
|
7331
7335
|
"item": "partner",
|
|
7332
|
-
"subitem": "
|
|
7336
|
+
"subitem": "drupal"
|
|
7333
7337
|
},
|
|
7334
7338
|
"path": [
|
|
7335
7339
|
"color",
|
|
7336
7340
|
"dark-mode",
|
|
7337
7341
|
"partner",
|
|
7338
|
-
"
|
|
7342
|
+
"drupal"
|
|
7339
7343
|
]
|
|
7340
7344
|
},
|
|
7341
7345
|
"gatsby": {
|
|
7342
7346
|
"value": "#663399",
|
|
7347
|
+
"public": true,
|
|
7343
7348
|
"filePath": "tokens/color/base/brand.dark.json",
|
|
7344
7349
|
"isSource": true,
|
|
7345
7350
|
"original": {
|
|
7346
|
-
"value": "#663399"
|
|
7351
|
+
"value": "#663399",
|
|
7352
|
+
"public": true
|
|
7347
7353
|
},
|
|
7348
7354
|
"name": "color-dark-mode-partner-gatsby",
|
|
7349
7355
|
"attributes": {
|
|
@@ -7358,6 +7364,75 @@
|
|
|
7358
7364
|
"partner",
|
|
7359
7365
|
"gatsby"
|
|
7360
7366
|
]
|
|
7367
|
+
},
|
|
7368
|
+
"gitlab": {
|
|
7369
|
+
"value": "#ffedfb",
|
|
7370
|
+
"public": true,
|
|
7371
|
+
"filePath": "tokens/color/base/brand.dark.json",
|
|
7372
|
+
"isSource": true,
|
|
7373
|
+
"original": {
|
|
7374
|
+
"value": "#FFEDFB",
|
|
7375
|
+
"public": true
|
|
7376
|
+
},
|
|
7377
|
+
"name": "color-dark-mode-partner-gitlab",
|
|
7378
|
+
"attributes": {
|
|
7379
|
+
"category": "color",
|
|
7380
|
+
"type": "dark-mode",
|
|
7381
|
+
"item": "partner",
|
|
7382
|
+
"subitem": "gitlab"
|
|
7383
|
+
},
|
|
7384
|
+
"path": [
|
|
7385
|
+
"color",
|
|
7386
|
+
"dark-mode",
|
|
7387
|
+
"partner",
|
|
7388
|
+
"gitlab"
|
|
7389
|
+
]
|
|
7390
|
+
},
|
|
7391
|
+
"nextjs": {
|
|
7392
|
+
"value": "#000000",
|
|
7393
|
+
"public": true,
|
|
7394
|
+
"filePath": "tokens/color/base/brand.dark.json",
|
|
7395
|
+
"isSource": true,
|
|
7396
|
+
"original": {
|
|
7397
|
+
"value": "#000000",
|
|
7398
|
+
"public": true
|
|
7399
|
+
},
|
|
7400
|
+
"name": "color-dark-mode-partner-nextjs",
|
|
7401
|
+
"attributes": {
|
|
7402
|
+
"category": "color",
|
|
7403
|
+
"type": "dark-mode",
|
|
7404
|
+
"item": "partner",
|
|
7405
|
+
"subitem": "nextjs"
|
|
7406
|
+
},
|
|
7407
|
+
"path": [
|
|
7408
|
+
"color",
|
|
7409
|
+
"dark-mode",
|
|
7410
|
+
"partner",
|
|
7411
|
+
"nextjs"
|
|
7412
|
+
]
|
|
7413
|
+
},
|
|
7414
|
+
"wordpress": {
|
|
7415
|
+
"value": "#0073aa",
|
|
7416
|
+
"public": true,
|
|
7417
|
+
"filePath": "tokens/color/base/brand.dark.json",
|
|
7418
|
+
"isSource": true,
|
|
7419
|
+
"original": {
|
|
7420
|
+
"value": "#0073AA",
|
|
7421
|
+
"public": true
|
|
7422
|
+
},
|
|
7423
|
+
"name": "color-dark-mode-partner-wordpress",
|
|
7424
|
+
"attributes": {
|
|
7425
|
+
"category": "color",
|
|
7426
|
+
"type": "dark-mode",
|
|
7427
|
+
"item": "partner",
|
|
7428
|
+
"subitem": "wordpress"
|
|
7429
|
+
},
|
|
7430
|
+
"path": [
|
|
7431
|
+
"color",
|
|
7432
|
+
"dark-mode",
|
|
7433
|
+
"partner",
|
|
7434
|
+
"wordpress"
|
|
7435
|
+
]
|
|
7361
7436
|
}
|
|
7362
7437
|
},
|
|
7363
7438
|
"gradient": {
|
|
@@ -13518,54 +13593,60 @@
|
|
|
13518
13593
|
}
|
|
13519
13594
|
},
|
|
13520
13595
|
"partner": {
|
|
13521
|
-
"
|
|
13522
|
-
"value": "#
|
|
13596
|
+
"bitbucket": {
|
|
13597
|
+
"value": "#004dc0",
|
|
13598
|
+
"public": true,
|
|
13523
13599
|
"filePath": "tokens/color/base/brand.light.json",
|
|
13524
13600
|
"isSource": true,
|
|
13525
13601
|
"original": {
|
|
13526
|
-
"value": "#
|
|
13602
|
+
"value": "#004DC0",
|
|
13603
|
+
"public": true
|
|
13527
13604
|
},
|
|
13528
|
-
"name": "color-light-mode-partner-
|
|
13605
|
+
"name": "color-light-mode-partner-bitbucket",
|
|
13529
13606
|
"attributes": {
|
|
13530
13607
|
"category": "color",
|
|
13531
13608
|
"type": "light-mode",
|
|
13532
13609
|
"item": "partner",
|
|
13533
|
-
"subitem": "
|
|
13610
|
+
"subitem": "bitbucket"
|
|
13534
13611
|
},
|
|
13535
13612
|
"path": [
|
|
13536
13613
|
"color",
|
|
13537
13614
|
"light-mode",
|
|
13538
13615
|
"partner",
|
|
13539
|
-
"
|
|
13616
|
+
"bitbucket"
|
|
13540
13617
|
]
|
|
13541
13618
|
},
|
|
13542
|
-
"
|
|
13543
|
-
"value": "#
|
|
13619
|
+
"drupal": {
|
|
13620
|
+
"value": "#009cde",
|
|
13621
|
+
"public": true,
|
|
13544
13622
|
"filePath": "tokens/color/base/brand.light.json",
|
|
13545
13623
|
"isSource": true,
|
|
13546
13624
|
"original": {
|
|
13547
|
-
"value": "#
|
|
13625
|
+
"value": "#009CDE",
|
|
13626
|
+
"public": true
|
|
13548
13627
|
},
|
|
13549
|
-
"name": "color-light-mode-partner-
|
|
13628
|
+
"name": "color-light-mode-partner-drupal",
|
|
13550
13629
|
"attributes": {
|
|
13551
13630
|
"category": "color",
|
|
13552
13631
|
"type": "light-mode",
|
|
13553
13632
|
"item": "partner",
|
|
13554
|
-
"subitem": "
|
|
13633
|
+
"subitem": "drupal"
|
|
13555
13634
|
},
|
|
13556
13635
|
"path": [
|
|
13557
13636
|
"color",
|
|
13558
13637
|
"light-mode",
|
|
13559
13638
|
"partner",
|
|
13560
|
-
"
|
|
13639
|
+
"drupal"
|
|
13561
13640
|
]
|
|
13562
13641
|
},
|
|
13563
13642
|
"gatsby": {
|
|
13564
13643
|
"value": "#663399",
|
|
13644
|
+
"public": true,
|
|
13565
13645
|
"filePath": "tokens/color/base/brand.light.json",
|
|
13566
13646
|
"isSource": true,
|
|
13567
13647
|
"original": {
|
|
13568
|
-
"value": "#663399"
|
|
13648
|
+
"value": "#663399",
|
|
13649
|
+
"public": true
|
|
13569
13650
|
},
|
|
13570
13651
|
"name": "color-light-mode-partner-gatsby",
|
|
13571
13652
|
"attributes": {
|
|
@@ -13580,6 +13661,75 @@
|
|
|
13580
13661
|
"partner",
|
|
13581
13662
|
"gatsby"
|
|
13582
13663
|
]
|
|
13664
|
+
},
|
|
13665
|
+
"gitlab": {
|
|
13666
|
+
"value": "#ffedfb",
|
|
13667
|
+
"public": true,
|
|
13668
|
+
"filePath": "tokens/color/base/brand.light.json",
|
|
13669
|
+
"isSource": true,
|
|
13670
|
+
"original": {
|
|
13671
|
+
"value": "#FFEDFB",
|
|
13672
|
+
"public": true
|
|
13673
|
+
},
|
|
13674
|
+
"name": "color-light-mode-partner-gitlab",
|
|
13675
|
+
"attributes": {
|
|
13676
|
+
"category": "color",
|
|
13677
|
+
"type": "light-mode",
|
|
13678
|
+
"item": "partner",
|
|
13679
|
+
"subitem": "gitlab"
|
|
13680
|
+
},
|
|
13681
|
+
"path": [
|
|
13682
|
+
"color",
|
|
13683
|
+
"light-mode",
|
|
13684
|
+
"partner",
|
|
13685
|
+
"gitlab"
|
|
13686
|
+
]
|
|
13687
|
+
},
|
|
13688
|
+
"nextjs": {
|
|
13689
|
+
"value": "#000000",
|
|
13690
|
+
"public": true,
|
|
13691
|
+
"filePath": "tokens/color/base/brand.light.json",
|
|
13692
|
+
"isSource": true,
|
|
13693
|
+
"original": {
|
|
13694
|
+
"value": "#000000",
|
|
13695
|
+
"public": true
|
|
13696
|
+
},
|
|
13697
|
+
"name": "color-light-mode-partner-nextjs",
|
|
13698
|
+
"attributes": {
|
|
13699
|
+
"category": "color",
|
|
13700
|
+
"type": "light-mode",
|
|
13701
|
+
"item": "partner",
|
|
13702
|
+
"subitem": "nextjs"
|
|
13703
|
+
},
|
|
13704
|
+
"path": [
|
|
13705
|
+
"color",
|
|
13706
|
+
"light-mode",
|
|
13707
|
+
"partner",
|
|
13708
|
+
"nextjs"
|
|
13709
|
+
]
|
|
13710
|
+
},
|
|
13711
|
+
"wordpress": {
|
|
13712
|
+
"value": "#0073aa",
|
|
13713
|
+
"public": true,
|
|
13714
|
+
"filePath": "tokens/color/base/brand.light.json",
|
|
13715
|
+
"isSource": true,
|
|
13716
|
+
"original": {
|
|
13717
|
+
"value": "#0073AA",
|
|
13718
|
+
"public": true
|
|
13719
|
+
},
|
|
13720
|
+
"name": "color-light-mode-partner-wordpress",
|
|
13721
|
+
"attributes": {
|
|
13722
|
+
"category": "color",
|
|
13723
|
+
"type": "light-mode",
|
|
13724
|
+
"item": "partner",
|
|
13725
|
+
"subitem": "wordpress"
|
|
13726
|
+
},
|
|
13727
|
+
"path": [
|
|
13728
|
+
"color",
|
|
13729
|
+
"light-mode",
|
|
13730
|
+
"partner",
|
|
13731
|
+
"wordpress"
|
|
13732
|
+
]
|
|
13583
13733
|
}
|
|
13584
13734
|
},
|
|
13585
13735
|
"gradient": {
|
|
@@ -5317,54 +5317,60 @@
|
|
|
5317
5317
|
}
|
|
5318
5318
|
},
|
|
5319
5319
|
"partner": {
|
|
5320
|
-
"
|
|
5321
|
-
"value": "#
|
|
5320
|
+
"bitbucket": {
|
|
5321
|
+
"value": "#004dc0",
|
|
5322
|
+
"public": true,
|
|
5322
5323
|
"filePath": "tokens/color/base/brand.dark.json",
|
|
5323
5324
|
"isSource": true,
|
|
5324
5325
|
"original": {
|
|
5325
|
-
"value": "#
|
|
5326
|
+
"value": "#004DC0",
|
|
5327
|
+
"public": true
|
|
5326
5328
|
},
|
|
5327
|
-
"name": "color-dark-mode-partner-
|
|
5329
|
+
"name": "color-dark-mode-partner-bitbucket",
|
|
5328
5330
|
"attributes": {
|
|
5329
5331
|
"category": "color",
|
|
5330
5332
|
"type": "dark-mode",
|
|
5331
5333
|
"item": "partner",
|
|
5332
|
-
"subitem": "
|
|
5334
|
+
"subitem": "bitbucket"
|
|
5333
5335
|
},
|
|
5334
5336
|
"path": [
|
|
5335
5337
|
"color",
|
|
5336
5338
|
"dark-mode",
|
|
5337
5339
|
"partner",
|
|
5338
|
-
"
|
|
5340
|
+
"bitbucket"
|
|
5339
5341
|
]
|
|
5340
5342
|
},
|
|
5341
|
-
"
|
|
5342
|
-
"value": "#
|
|
5343
|
+
"drupal": {
|
|
5344
|
+
"value": "#009cde",
|
|
5345
|
+
"public": true,
|
|
5343
5346
|
"filePath": "tokens/color/base/brand.dark.json",
|
|
5344
5347
|
"isSource": true,
|
|
5345
5348
|
"original": {
|
|
5346
|
-
"value": "#
|
|
5349
|
+
"value": "#009CDE",
|
|
5350
|
+
"public": true
|
|
5347
5351
|
},
|
|
5348
|
-
"name": "color-dark-mode-partner-
|
|
5352
|
+
"name": "color-dark-mode-partner-drupal",
|
|
5349
5353
|
"attributes": {
|
|
5350
5354
|
"category": "color",
|
|
5351
5355
|
"type": "dark-mode",
|
|
5352
5356
|
"item": "partner",
|
|
5353
|
-
"subitem": "
|
|
5357
|
+
"subitem": "drupal"
|
|
5354
5358
|
},
|
|
5355
5359
|
"path": [
|
|
5356
5360
|
"color",
|
|
5357
5361
|
"dark-mode",
|
|
5358
5362
|
"partner",
|
|
5359
|
-
"
|
|
5363
|
+
"drupal"
|
|
5360
5364
|
]
|
|
5361
5365
|
},
|
|
5362
5366
|
"gatsby": {
|
|
5363
5367
|
"value": "#663399",
|
|
5368
|
+
"public": true,
|
|
5364
5369
|
"filePath": "tokens/color/base/brand.dark.json",
|
|
5365
5370
|
"isSource": true,
|
|
5366
5371
|
"original": {
|
|
5367
|
-
"value": "#663399"
|
|
5372
|
+
"value": "#663399",
|
|
5373
|
+
"public": true
|
|
5368
5374
|
},
|
|
5369
5375
|
"name": "color-dark-mode-partner-gatsby",
|
|
5370
5376
|
"attributes": {
|
|
@@ -5379,6 +5385,75 @@
|
|
|
5379
5385
|
"partner",
|
|
5380
5386
|
"gatsby"
|
|
5381
5387
|
]
|
|
5388
|
+
},
|
|
5389
|
+
"gitlab": {
|
|
5390
|
+
"value": "#ffedfb",
|
|
5391
|
+
"public": true,
|
|
5392
|
+
"filePath": "tokens/color/base/brand.dark.json",
|
|
5393
|
+
"isSource": true,
|
|
5394
|
+
"original": {
|
|
5395
|
+
"value": "#FFEDFB",
|
|
5396
|
+
"public": true
|
|
5397
|
+
},
|
|
5398
|
+
"name": "color-dark-mode-partner-gitlab",
|
|
5399
|
+
"attributes": {
|
|
5400
|
+
"category": "color",
|
|
5401
|
+
"type": "dark-mode",
|
|
5402
|
+
"item": "partner",
|
|
5403
|
+
"subitem": "gitlab"
|
|
5404
|
+
},
|
|
5405
|
+
"path": [
|
|
5406
|
+
"color",
|
|
5407
|
+
"dark-mode",
|
|
5408
|
+
"partner",
|
|
5409
|
+
"gitlab"
|
|
5410
|
+
]
|
|
5411
|
+
},
|
|
5412
|
+
"nextjs": {
|
|
5413
|
+
"value": "#000000",
|
|
5414
|
+
"public": true,
|
|
5415
|
+
"filePath": "tokens/color/base/brand.dark.json",
|
|
5416
|
+
"isSource": true,
|
|
5417
|
+
"original": {
|
|
5418
|
+
"value": "#000000",
|
|
5419
|
+
"public": true
|
|
5420
|
+
},
|
|
5421
|
+
"name": "color-dark-mode-partner-nextjs",
|
|
5422
|
+
"attributes": {
|
|
5423
|
+
"category": "color",
|
|
5424
|
+
"type": "dark-mode",
|
|
5425
|
+
"item": "partner",
|
|
5426
|
+
"subitem": "nextjs"
|
|
5427
|
+
},
|
|
5428
|
+
"path": [
|
|
5429
|
+
"color",
|
|
5430
|
+
"dark-mode",
|
|
5431
|
+
"partner",
|
|
5432
|
+
"nextjs"
|
|
5433
|
+
]
|
|
5434
|
+
},
|
|
5435
|
+
"wordpress": {
|
|
5436
|
+
"value": "#0073aa",
|
|
5437
|
+
"public": true,
|
|
5438
|
+
"filePath": "tokens/color/base/brand.dark.json",
|
|
5439
|
+
"isSource": true,
|
|
5440
|
+
"original": {
|
|
5441
|
+
"value": "#0073AA",
|
|
5442
|
+
"public": true
|
|
5443
|
+
},
|
|
5444
|
+
"name": "color-dark-mode-partner-wordpress",
|
|
5445
|
+
"attributes": {
|
|
5446
|
+
"category": "color",
|
|
5447
|
+
"type": "dark-mode",
|
|
5448
|
+
"item": "partner",
|
|
5449
|
+
"subitem": "wordpress"
|
|
5450
|
+
},
|
|
5451
|
+
"path": [
|
|
5452
|
+
"color",
|
|
5453
|
+
"dark-mode",
|
|
5454
|
+
"partner",
|
|
5455
|
+
"wordpress"
|
|
5456
|
+
]
|
|
5382
5457
|
}
|
|
5383
5458
|
},
|
|
5384
5459
|
"gradient": {
|
|
@@ -5392,54 +5392,60 @@
|
|
|
5392
5392
|
}
|
|
5393
5393
|
},
|
|
5394
5394
|
"partner": {
|
|
5395
|
-
"
|
|
5396
|
-
"value": "#
|
|
5395
|
+
"bitbucket": {
|
|
5396
|
+
"value": "#004dc0",
|
|
5397
|
+
"public": true,
|
|
5397
5398
|
"filePath": "tokens/color/base/brand.light.json",
|
|
5398
5399
|
"isSource": true,
|
|
5399
5400
|
"original": {
|
|
5400
|
-
"value": "#
|
|
5401
|
+
"value": "#004DC0",
|
|
5402
|
+
"public": true
|
|
5401
5403
|
},
|
|
5402
|
-
"name": "color-light-mode-partner-
|
|
5404
|
+
"name": "color-light-mode-partner-bitbucket",
|
|
5403
5405
|
"attributes": {
|
|
5404
5406
|
"category": "color",
|
|
5405
5407
|
"type": "light-mode",
|
|
5406
5408
|
"item": "partner",
|
|
5407
|
-
"subitem": "
|
|
5409
|
+
"subitem": "bitbucket"
|
|
5408
5410
|
},
|
|
5409
5411
|
"path": [
|
|
5410
5412
|
"color",
|
|
5411
5413
|
"light-mode",
|
|
5412
5414
|
"partner",
|
|
5413
|
-
"
|
|
5415
|
+
"bitbucket"
|
|
5414
5416
|
]
|
|
5415
5417
|
},
|
|
5416
|
-
"
|
|
5417
|
-
"value": "#
|
|
5418
|
+
"drupal": {
|
|
5419
|
+
"value": "#009cde",
|
|
5420
|
+
"public": true,
|
|
5418
5421
|
"filePath": "tokens/color/base/brand.light.json",
|
|
5419
5422
|
"isSource": true,
|
|
5420
5423
|
"original": {
|
|
5421
|
-
"value": "#
|
|
5424
|
+
"value": "#009CDE",
|
|
5425
|
+
"public": true
|
|
5422
5426
|
},
|
|
5423
|
-
"name": "color-light-mode-partner-
|
|
5427
|
+
"name": "color-light-mode-partner-drupal",
|
|
5424
5428
|
"attributes": {
|
|
5425
5429
|
"category": "color",
|
|
5426
5430
|
"type": "light-mode",
|
|
5427
5431
|
"item": "partner",
|
|
5428
|
-
"subitem": "
|
|
5432
|
+
"subitem": "drupal"
|
|
5429
5433
|
},
|
|
5430
5434
|
"path": [
|
|
5431
5435
|
"color",
|
|
5432
5436
|
"light-mode",
|
|
5433
5437
|
"partner",
|
|
5434
|
-
"
|
|
5438
|
+
"drupal"
|
|
5435
5439
|
]
|
|
5436
5440
|
},
|
|
5437
5441
|
"gatsby": {
|
|
5438
5442
|
"value": "#663399",
|
|
5443
|
+
"public": true,
|
|
5439
5444
|
"filePath": "tokens/color/base/brand.light.json",
|
|
5440
5445
|
"isSource": true,
|
|
5441
5446
|
"original": {
|
|
5442
|
-
"value": "#663399"
|
|
5447
|
+
"value": "#663399",
|
|
5448
|
+
"public": true
|
|
5443
5449
|
},
|
|
5444
5450
|
"name": "color-light-mode-partner-gatsby",
|
|
5445
5451
|
"attributes": {
|
|
@@ -5454,6 +5460,75 @@
|
|
|
5454
5460
|
"partner",
|
|
5455
5461
|
"gatsby"
|
|
5456
5462
|
]
|
|
5463
|
+
},
|
|
5464
|
+
"gitlab": {
|
|
5465
|
+
"value": "#ffedfb",
|
|
5466
|
+
"public": true,
|
|
5467
|
+
"filePath": "tokens/color/base/brand.light.json",
|
|
5468
|
+
"isSource": true,
|
|
5469
|
+
"original": {
|
|
5470
|
+
"value": "#FFEDFB",
|
|
5471
|
+
"public": true
|
|
5472
|
+
},
|
|
5473
|
+
"name": "color-light-mode-partner-gitlab",
|
|
5474
|
+
"attributes": {
|
|
5475
|
+
"category": "color",
|
|
5476
|
+
"type": "light-mode",
|
|
5477
|
+
"item": "partner",
|
|
5478
|
+
"subitem": "gitlab"
|
|
5479
|
+
},
|
|
5480
|
+
"path": [
|
|
5481
|
+
"color",
|
|
5482
|
+
"light-mode",
|
|
5483
|
+
"partner",
|
|
5484
|
+
"gitlab"
|
|
5485
|
+
]
|
|
5486
|
+
},
|
|
5487
|
+
"nextjs": {
|
|
5488
|
+
"value": "#000000",
|
|
5489
|
+
"public": true,
|
|
5490
|
+
"filePath": "tokens/color/base/brand.light.json",
|
|
5491
|
+
"isSource": true,
|
|
5492
|
+
"original": {
|
|
5493
|
+
"value": "#000000",
|
|
5494
|
+
"public": true
|
|
5495
|
+
},
|
|
5496
|
+
"name": "color-light-mode-partner-nextjs",
|
|
5497
|
+
"attributes": {
|
|
5498
|
+
"category": "color",
|
|
5499
|
+
"type": "light-mode",
|
|
5500
|
+
"item": "partner",
|
|
5501
|
+
"subitem": "nextjs"
|
|
5502
|
+
},
|
|
5503
|
+
"path": [
|
|
5504
|
+
"color",
|
|
5505
|
+
"light-mode",
|
|
5506
|
+
"partner",
|
|
5507
|
+
"nextjs"
|
|
5508
|
+
]
|
|
5509
|
+
},
|
|
5510
|
+
"wordpress": {
|
|
5511
|
+
"value": "#0073aa",
|
|
5512
|
+
"public": true,
|
|
5513
|
+
"filePath": "tokens/color/base/brand.light.json",
|
|
5514
|
+
"isSource": true,
|
|
5515
|
+
"original": {
|
|
5516
|
+
"value": "#0073AA",
|
|
5517
|
+
"public": true
|
|
5518
|
+
},
|
|
5519
|
+
"name": "color-light-mode-partner-wordpress",
|
|
5520
|
+
"attributes": {
|
|
5521
|
+
"category": "color",
|
|
5522
|
+
"type": "light-mode",
|
|
5523
|
+
"item": "partner",
|
|
5524
|
+
"subitem": "wordpress"
|
|
5525
|
+
},
|
|
5526
|
+
"path": [
|
|
5527
|
+
"color",
|
|
5528
|
+
"light-mode",
|
|
5529
|
+
"partner",
|
|
5530
|
+
"wordpress"
|
|
5531
|
+
]
|
|
5457
5532
|
}
|
|
5458
5533
|
},
|
|
5459
5534
|
"gradient": {
|