@pantheon-systems/pds-design-tokens 1.0.0-dev.93 → 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 +14 -0
- package/build/css/pds-design-tokens-light-mode.css +15 -1
- package/build/figma/pds-design-tokens-figma.json +787 -181
- package/build/json/pds-design-tokens-dark-mode.json +316 -13
- package/build/json/pds-design-tokens-light-mode.json +318 -15
- package/package.json +1 -1
|
@@ -4206,6 +4206,234 @@
|
|
|
4206
4206
|
}
|
|
4207
4207
|
}
|
|
4208
4208
|
},
|
|
4209
|
+
"icon-button": {
|
|
4210
|
+
"standard": {
|
|
4211
|
+
"background": {
|
|
4212
|
+
"default": {
|
|
4213
|
+
"value": "rgba(0, 0, 0, 0)",
|
|
4214
|
+
"public": true,
|
|
4215
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
4216
|
+
"isSource": true,
|
|
4217
|
+
"original": {
|
|
4218
|
+
"value": "transparent",
|
|
4219
|
+
"public": true
|
|
4220
|
+
},
|
|
4221
|
+
"name": "color-dark-mode-icon-button-standard-background-default",
|
|
4222
|
+
"attributes": {
|
|
4223
|
+
"category": "color",
|
|
4224
|
+
"type": "dark-mode",
|
|
4225
|
+
"item": "icon-button",
|
|
4226
|
+
"subitem": "standard",
|
|
4227
|
+
"state": "background"
|
|
4228
|
+
},
|
|
4229
|
+
"path": [
|
|
4230
|
+
"color",
|
|
4231
|
+
"dark-mode",
|
|
4232
|
+
"icon-button",
|
|
4233
|
+
"standard",
|
|
4234
|
+
"background",
|
|
4235
|
+
"default"
|
|
4236
|
+
]
|
|
4237
|
+
},
|
|
4238
|
+
"hover": {
|
|
4239
|
+
"value": "#a6a3b4",
|
|
4240
|
+
"public": true,
|
|
4241
|
+
"isReferenceToInternal": true,
|
|
4242
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
4243
|
+
"isSource": true,
|
|
4244
|
+
"original": {
|
|
4245
|
+
"value": "{color.dark-mode.neutral.200.value}",
|
|
4246
|
+
"public": true,
|
|
4247
|
+
"isReferenceToInternal": true
|
|
4248
|
+
},
|
|
4249
|
+
"name": "color-dark-mode-icon-button-standard-background-hover",
|
|
4250
|
+
"attributes": {
|
|
4251
|
+
"category": "color",
|
|
4252
|
+
"type": "dark-mode",
|
|
4253
|
+
"item": "icon-button",
|
|
4254
|
+
"subitem": "standard",
|
|
4255
|
+
"state": "background"
|
|
4256
|
+
},
|
|
4257
|
+
"path": [
|
|
4258
|
+
"color",
|
|
4259
|
+
"dark-mode",
|
|
4260
|
+
"icon-button",
|
|
4261
|
+
"standard",
|
|
4262
|
+
"background",
|
|
4263
|
+
"hover"
|
|
4264
|
+
]
|
|
4265
|
+
},
|
|
4266
|
+
"active": {
|
|
4267
|
+
"value": "#858299",
|
|
4268
|
+
"public": true,
|
|
4269
|
+
"isReferenceToInternal": true,
|
|
4270
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
4271
|
+
"isSource": true,
|
|
4272
|
+
"original": {
|
|
4273
|
+
"value": "{color.dark-mode.neutral.300.value}",
|
|
4274
|
+
"public": true,
|
|
4275
|
+
"isReferenceToInternal": true
|
|
4276
|
+
},
|
|
4277
|
+
"name": "color-dark-mode-icon-button-standard-background-active",
|
|
4278
|
+
"attributes": {
|
|
4279
|
+
"category": "color",
|
|
4280
|
+
"type": "dark-mode",
|
|
4281
|
+
"item": "icon-button",
|
|
4282
|
+
"subitem": "standard",
|
|
4283
|
+
"state": "background"
|
|
4284
|
+
},
|
|
4285
|
+
"path": [
|
|
4286
|
+
"color",
|
|
4287
|
+
"dark-mode",
|
|
4288
|
+
"icon-button",
|
|
4289
|
+
"standard",
|
|
4290
|
+
"background",
|
|
4291
|
+
"active"
|
|
4292
|
+
]
|
|
4293
|
+
}
|
|
4294
|
+
},
|
|
4295
|
+
"foreground": {
|
|
4296
|
+
"default": {
|
|
4297
|
+
"value": "#ffffff",
|
|
4298
|
+
"public": true,
|
|
4299
|
+
"isReferenceToInternal": true,
|
|
4300
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
4301
|
+
"isSource": true,
|
|
4302
|
+
"original": {
|
|
4303
|
+
"value": "{color.dark-mode.neutral.000.value}",
|
|
4304
|
+
"public": true,
|
|
4305
|
+
"isReferenceToInternal": true
|
|
4306
|
+
},
|
|
4307
|
+
"name": "color-dark-mode-icon-button-standard-foreground-default",
|
|
4308
|
+
"attributes": {
|
|
4309
|
+
"category": "color",
|
|
4310
|
+
"type": "dark-mode",
|
|
4311
|
+
"item": "icon-button",
|
|
4312
|
+
"subitem": "standard",
|
|
4313
|
+
"state": "foreground"
|
|
4314
|
+
},
|
|
4315
|
+
"path": [
|
|
4316
|
+
"color",
|
|
4317
|
+
"dark-mode",
|
|
4318
|
+
"icon-button",
|
|
4319
|
+
"standard",
|
|
4320
|
+
"foreground",
|
|
4321
|
+
"default"
|
|
4322
|
+
]
|
|
4323
|
+
}
|
|
4324
|
+
}
|
|
4325
|
+
},
|
|
4326
|
+
"critical": {
|
|
4327
|
+
"background": {
|
|
4328
|
+
"default": {
|
|
4329
|
+
"value": "#ca3521",
|
|
4330
|
+
"public": true,
|
|
4331
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
4332
|
+
"isSource": true,
|
|
4333
|
+
"original": {
|
|
4334
|
+
"value": "{color.dark-mode.button.critical.background.default.value}",
|
|
4335
|
+
"public": true
|
|
4336
|
+
},
|
|
4337
|
+
"name": "color-dark-mode-icon-button-critical-background-default",
|
|
4338
|
+
"attributes": {
|
|
4339
|
+
"category": "color",
|
|
4340
|
+
"type": "dark-mode",
|
|
4341
|
+
"item": "icon-button",
|
|
4342
|
+
"subitem": "critical",
|
|
4343
|
+
"state": "background"
|
|
4344
|
+
},
|
|
4345
|
+
"path": [
|
|
4346
|
+
"color",
|
|
4347
|
+
"dark-mode",
|
|
4348
|
+
"icon-button",
|
|
4349
|
+
"critical",
|
|
4350
|
+
"background",
|
|
4351
|
+
"default"
|
|
4352
|
+
]
|
|
4353
|
+
},
|
|
4354
|
+
"hover": {
|
|
4355
|
+
"value": "#b6301e",
|
|
4356
|
+
"public": true,
|
|
4357
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
4358
|
+
"isSource": true,
|
|
4359
|
+
"original": {
|
|
4360
|
+
"value": "{color.dark-mode.button.critical.background.hover.value}",
|
|
4361
|
+
"public": true
|
|
4362
|
+
},
|
|
4363
|
+
"name": "color-dark-mode-icon-button-critical-background-hover",
|
|
4364
|
+
"attributes": {
|
|
4365
|
+
"category": "color",
|
|
4366
|
+
"type": "dark-mode",
|
|
4367
|
+
"item": "icon-button",
|
|
4368
|
+
"subitem": "critical",
|
|
4369
|
+
"state": "background"
|
|
4370
|
+
},
|
|
4371
|
+
"path": [
|
|
4372
|
+
"color",
|
|
4373
|
+
"dark-mode",
|
|
4374
|
+
"icon-button",
|
|
4375
|
+
"critical",
|
|
4376
|
+
"background",
|
|
4377
|
+
"hover"
|
|
4378
|
+
]
|
|
4379
|
+
},
|
|
4380
|
+
"active": {
|
|
4381
|
+
"value": "#a22a1a",
|
|
4382
|
+
"public": true,
|
|
4383
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
4384
|
+
"isSource": true,
|
|
4385
|
+
"original": {
|
|
4386
|
+
"value": "{color.dark-mode.button.critical.background.active.value}",
|
|
4387
|
+
"public": true
|
|
4388
|
+
},
|
|
4389
|
+
"name": "color-dark-mode-icon-button-critical-background-active",
|
|
4390
|
+
"attributes": {
|
|
4391
|
+
"category": "color",
|
|
4392
|
+
"type": "dark-mode",
|
|
4393
|
+
"item": "icon-button",
|
|
4394
|
+
"subitem": "critical",
|
|
4395
|
+
"state": "background"
|
|
4396
|
+
},
|
|
4397
|
+
"path": [
|
|
4398
|
+
"color",
|
|
4399
|
+
"dark-mode",
|
|
4400
|
+
"icon-button",
|
|
4401
|
+
"critical",
|
|
4402
|
+
"background",
|
|
4403
|
+
"active"
|
|
4404
|
+
]
|
|
4405
|
+
}
|
|
4406
|
+
},
|
|
4407
|
+
"foreground": {
|
|
4408
|
+
"default": {
|
|
4409
|
+
"value": "#ffffff",
|
|
4410
|
+
"public": true,
|
|
4411
|
+
"filePath": "tokens/color/alias/button.dark.json",
|
|
4412
|
+
"isSource": true,
|
|
4413
|
+
"original": {
|
|
4414
|
+
"value": "{color.dark-mode.button.critical.foreground.default.value}",
|
|
4415
|
+
"public": true
|
|
4416
|
+
},
|
|
4417
|
+
"name": "color-dark-mode-icon-button-critical-foreground-default",
|
|
4418
|
+
"attributes": {
|
|
4419
|
+
"category": "color",
|
|
4420
|
+
"type": "dark-mode",
|
|
4421
|
+
"item": "icon-button",
|
|
4422
|
+
"subitem": "critical",
|
|
4423
|
+
"state": "foreground"
|
|
4424
|
+
},
|
|
4425
|
+
"path": [
|
|
4426
|
+
"color",
|
|
4427
|
+
"dark-mode",
|
|
4428
|
+
"icon-button",
|
|
4429
|
+
"critical",
|
|
4430
|
+
"foreground",
|
|
4431
|
+
"default"
|
|
4432
|
+
]
|
|
4433
|
+
}
|
|
4434
|
+
}
|
|
4435
|
+
}
|
|
4436
|
+
},
|
|
4209
4437
|
"toggle-button": {
|
|
4210
4438
|
"background": {
|
|
4211
4439
|
"off": {
|
|
@@ -7068,54 +7296,60 @@
|
|
|
7068
7296
|
}
|
|
7069
7297
|
},
|
|
7070
7298
|
"partner": {
|
|
7071
|
-
"
|
|
7072
|
-
"value": "#
|
|
7299
|
+
"bitbucket": {
|
|
7300
|
+
"value": "#004dc0",
|
|
7301
|
+
"public": true,
|
|
7073
7302
|
"filePath": "tokens/color/base/brand.dark.json",
|
|
7074
7303
|
"isSource": true,
|
|
7075
7304
|
"original": {
|
|
7076
|
-
"value": "#
|
|
7305
|
+
"value": "#004DC0",
|
|
7306
|
+
"public": true
|
|
7077
7307
|
},
|
|
7078
|
-
"name": "color-dark-mode-partner-
|
|
7308
|
+
"name": "color-dark-mode-partner-bitbucket",
|
|
7079
7309
|
"attributes": {
|
|
7080
7310
|
"category": "color",
|
|
7081
7311
|
"type": "dark-mode",
|
|
7082
7312
|
"item": "partner",
|
|
7083
|
-
"subitem": "
|
|
7313
|
+
"subitem": "bitbucket"
|
|
7084
7314
|
},
|
|
7085
7315
|
"path": [
|
|
7086
7316
|
"color",
|
|
7087
7317
|
"dark-mode",
|
|
7088
7318
|
"partner",
|
|
7089
|
-
"
|
|
7319
|
+
"bitbucket"
|
|
7090
7320
|
]
|
|
7091
7321
|
},
|
|
7092
|
-
"
|
|
7093
|
-
"value": "#
|
|
7322
|
+
"drupal": {
|
|
7323
|
+
"value": "#009cde",
|
|
7324
|
+
"public": true,
|
|
7094
7325
|
"filePath": "tokens/color/base/brand.dark.json",
|
|
7095
7326
|
"isSource": true,
|
|
7096
7327
|
"original": {
|
|
7097
|
-
"value": "#
|
|
7328
|
+
"value": "#009CDE",
|
|
7329
|
+
"public": true
|
|
7098
7330
|
},
|
|
7099
|
-
"name": "color-dark-mode-partner-
|
|
7331
|
+
"name": "color-dark-mode-partner-drupal",
|
|
7100
7332
|
"attributes": {
|
|
7101
7333
|
"category": "color",
|
|
7102
7334
|
"type": "dark-mode",
|
|
7103
7335
|
"item": "partner",
|
|
7104
|
-
"subitem": "
|
|
7336
|
+
"subitem": "drupal"
|
|
7105
7337
|
},
|
|
7106
7338
|
"path": [
|
|
7107
7339
|
"color",
|
|
7108
7340
|
"dark-mode",
|
|
7109
7341
|
"partner",
|
|
7110
|
-
"
|
|
7342
|
+
"drupal"
|
|
7111
7343
|
]
|
|
7112
7344
|
},
|
|
7113
7345
|
"gatsby": {
|
|
7114
7346
|
"value": "#663399",
|
|
7347
|
+
"public": true,
|
|
7115
7348
|
"filePath": "tokens/color/base/brand.dark.json",
|
|
7116
7349
|
"isSource": true,
|
|
7117
7350
|
"original": {
|
|
7118
|
-
"value": "#663399"
|
|
7351
|
+
"value": "#663399",
|
|
7352
|
+
"public": true
|
|
7119
7353
|
},
|
|
7120
7354
|
"name": "color-dark-mode-partner-gatsby",
|
|
7121
7355
|
"attributes": {
|
|
@@ -7130,56 +7364,125 @@
|
|
|
7130
7364
|
"partner",
|
|
7131
7365
|
"gatsby"
|
|
7132
7366
|
]
|
|
7133
|
-
}
|
|
7134
|
-
|
|
7135
|
-
|
|
7136
|
-
"sunrise": {
|
|
7137
|
-
"value": "linear-gradient(227.79deg, #1B0874 38.28%, #E65F35 100%)",
|
|
7138
|
-
"type": "color",
|
|
7367
|
+
},
|
|
7368
|
+
"gitlab": {
|
|
7369
|
+
"value": "#ffedfb",
|
|
7139
7370
|
"public": true,
|
|
7140
|
-
"filePath": "tokens/color/base/
|
|
7371
|
+
"filePath": "tokens/color/base/brand.dark.json",
|
|
7141
7372
|
"isSource": true,
|
|
7142
7373
|
"original": {
|
|
7143
|
-
"value":
|
|
7144
|
-
"type": "linear-gradient",
|
|
7145
|
-
"angle": "227.79deg",
|
|
7146
|
-
"colors": {
|
|
7147
|
-
"1": "#1B0874 38.28%",
|
|
7148
|
-
"2": "#E65F35 100%"
|
|
7149
|
-
}
|
|
7150
|
-
},
|
|
7151
|
-
"type": "color",
|
|
7374
|
+
"value": "#FFEDFB",
|
|
7152
7375
|
"public": true
|
|
7153
7376
|
},
|
|
7154
|
-
"name": "color-dark-mode-
|
|
7377
|
+
"name": "color-dark-mode-partner-gitlab",
|
|
7155
7378
|
"attributes": {
|
|
7156
7379
|
"category": "color",
|
|
7157
7380
|
"type": "dark-mode",
|
|
7158
|
-
"item": "
|
|
7159
|
-
"subitem": "
|
|
7381
|
+
"item": "partner",
|
|
7382
|
+
"subitem": "gitlab"
|
|
7160
7383
|
},
|
|
7161
7384
|
"path": [
|
|
7162
7385
|
"color",
|
|
7163
7386
|
"dark-mode",
|
|
7164
|
-
"
|
|
7165
|
-
"
|
|
7387
|
+
"partner",
|
|
7388
|
+
"gitlab"
|
|
7166
7389
|
]
|
|
7167
7390
|
},
|
|
7168
|
-
"
|
|
7169
|
-
"value": "
|
|
7170
|
-
"type": "color",
|
|
7391
|
+
"nextjs": {
|
|
7392
|
+
"value": "#000000",
|
|
7171
7393
|
"public": true,
|
|
7172
|
-
"filePath": "tokens/color/base/
|
|
7394
|
+
"filePath": "tokens/color/base/brand.dark.json",
|
|
7173
7395
|
"isSource": true,
|
|
7174
7396
|
"original": {
|
|
7175
|
-
"value":
|
|
7176
|
-
|
|
7177
|
-
|
|
7178
|
-
|
|
7179
|
-
|
|
7180
|
-
|
|
7181
|
-
|
|
7182
|
-
|
|
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
|
+
]
|
|
7436
|
+
}
|
|
7437
|
+
},
|
|
7438
|
+
"gradient": {
|
|
7439
|
+
"sunrise": {
|
|
7440
|
+
"value": "linear-gradient(227.79deg, #1B0874 38.28%, #E65F35 100%)",
|
|
7441
|
+
"type": "color",
|
|
7442
|
+
"public": true,
|
|
7443
|
+
"filePath": "tokens/color/base/gradients.dark.json",
|
|
7444
|
+
"isSource": true,
|
|
7445
|
+
"original": {
|
|
7446
|
+
"value": {
|
|
7447
|
+
"type": "linear-gradient",
|
|
7448
|
+
"angle": "227.79deg",
|
|
7449
|
+
"colors": {
|
|
7450
|
+
"1": "#1B0874 38.28%",
|
|
7451
|
+
"2": "#E65F35 100%"
|
|
7452
|
+
}
|
|
7453
|
+
},
|
|
7454
|
+
"type": "color",
|
|
7455
|
+
"public": true
|
|
7456
|
+
},
|
|
7457
|
+
"name": "color-dark-mode-gradient-sunrise",
|
|
7458
|
+
"attributes": {
|
|
7459
|
+
"category": "color",
|
|
7460
|
+
"type": "dark-mode",
|
|
7461
|
+
"item": "gradient",
|
|
7462
|
+
"subitem": "sunrise"
|
|
7463
|
+
},
|
|
7464
|
+
"path": [
|
|
7465
|
+
"color",
|
|
7466
|
+
"dark-mode",
|
|
7467
|
+
"gradient",
|
|
7468
|
+
"sunrise"
|
|
7469
|
+
]
|
|
7470
|
+
},
|
|
7471
|
+
"sunset": {
|
|
7472
|
+
"value": "linear-gradient(48.24deg, #EF13AD 0%, #1B0874 66.25%)",
|
|
7473
|
+
"type": "color",
|
|
7474
|
+
"public": true,
|
|
7475
|
+
"filePath": "tokens/color/base/gradients.dark.json",
|
|
7476
|
+
"isSource": true,
|
|
7477
|
+
"original": {
|
|
7478
|
+
"value": {
|
|
7479
|
+
"type": "linear-gradient",
|
|
7480
|
+
"angle": "48.24deg",
|
|
7481
|
+
"colors": {
|
|
7482
|
+
"1": "#EF13AD 0%",
|
|
7483
|
+
"2": "#1B0874 66.25%"
|
|
7484
|
+
}
|
|
7485
|
+
},
|
|
7183
7486
|
"type": "color",
|
|
7184
7487
|
"public": true
|
|
7185
7488
|
},
|
|
@@ -9179,12 +9482,12 @@
|
|
|
9179
9482
|
},
|
|
9180
9483
|
"foreground": {
|
|
9181
9484
|
"default": {
|
|
9182
|
-
"value": "#
|
|
9485
|
+
"value": "#23232d",
|
|
9183
9486
|
"public": true,
|
|
9184
9487
|
"filePath": "tokens/color/alias/button.light.json",
|
|
9185
9488
|
"isSource": true,
|
|
9186
9489
|
"original": {
|
|
9187
|
-
"value": "{color.light-mode.text.default
|
|
9490
|
+
"value": "{color.light-mode.text.default.value}",
|
|
9188
9491
|
"public": true
|
|
9189
9492
|
},
|
|
9190
9493
|
"name": "color-light-mode-button-subtle-foreground-default",
|
|
@@ -9841,275 +10144,503 @@
|
|
|
9841
10144
|
"value": "#b6301e",
|
|
9842
10145
|
"public": true
|
|
9843
10146
|
},
|
|
9844
|
-
"name": "color-light-mode-button-critical-background-active",
|
|
10147
|
+
"name": "color-light-mode-button-critical-background-active",
|
|
10148
|
+
"attributes": {
|
|
10149
|
+
"category": "color",
|
|
10150
|
+
"type": "light-mode",
|
|
10151
|
+
"item": "button",
|
|
10152
|
+
"subitem": "critical",
|
|
10153
|
+
"state": "background"
|
|
10154
|
+
},
|
|
10155
|
+
"path": [
|
|
10156
|
+
"color",
|
|
10157
|
+
"light-mode",
|
|
10158
|
+
"button",
|
|
10159
|
+
"critical",
|
|
10160
|
+
"background",
|
|
10161
|
+
"active"
|
|
10162
|
+
]
|
|
10163
|
+
}
|
|
10164
|
+
},
|
|
10165
|
+
"border": {
|
|
10166
|
+
"default": {
|
|
10167
|
+
"value": "#ca3521",
|
|
10168
|
+
"public": true,
|
|
10169
|
+
"isReferenceToInternal": true,
|
|
10170
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
10171
|
+
"isSource": true,
|
|
10172
|
+
"original": {
|
|
10173
|
+
"value": "{color.light-mode.button.critical.background.default.value}",
|
|
10174
|
+
"public": true,
|
|
10175
|
+
"isReferenceToInternal": true
|
|
10176
|
+
},
|
|
10177
|
+
"name": "color-light-mode-button-critical-border-default",
|
|
10178
|
+
"attributes": {
|
|
10179
|
+
"category": "color",
|
|
10180
|
+
"type": "light-mode",
|
|
10181
|
+
"item": "button",
|
|
10182
|
+
"subitem": "critical",
|
|
10183
|
+
"state": "border"
|
|
10184
|
+
},
|
|
10185
|
+
"path": [
|
|
10186
|
+
"color",
|
|
10187
|
+
"light-mode",
|
|
10188
|
+
"button",
|
|
10189
|
+
"critical",
|
|
10190
|
+
"border",
|
|
10191
|
+
"default"
|
|
10192
|
+
]
|
|
10193
|
+
},
|
|
10194
|
+
"hover": {
|
|
10195
|
+
"value": "#cf4937",
|
|
10196
|
+
"public": true,
|
|
10197
|
+
"isReferenceToInternal": true,
|
|
10198
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
10199
|
+
"isSource": true,
|
|
10200
|
+
"original": {
|
|
10201
|
+
"value": "{color.light-mode.button.critical.background.hover.value}",
|
|
10202
|
+
"public": true,
|
|
10203
|
+
"isReferenceToInternal": true
|
|
10204
|
+
},
|
|
10205
|
+
"name": "color-light-mode-button-critical-border-hover",
|
|
10206
|
+
"attributes": {
|
|
10207
|
+
"category": "color",
|
|
10208
|
+
"type": "light-mode",
|
|
10209
|
+
"item": "button",
|
|
10210
|
+
"subitem": "critical",
|
|
10211
|
+
"state": "border"
|
|
10212
|
+
},
|
|
10213
|
+
"path": [
|
|
10214
|
+
"color",
|
|
10215
|
+
"light-mode",
|
|
10216
|
+
"button",
|
|
10217
|
+
"critical",
|
|
10218
|
+
"border",
|
|
10219
|
+
"hover"
|
|
10220
|
+
]
|
|
10221
|
+
},
|
|
10222
|
+
"active": {
|
|
10223
|
+
"value": "#b6301e",
|
|
10224
|
+
"public": true,
|
|
10225
|
+
"isReferenceToInternal": true,
|
|
10226
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
10227
|
+
"isSource": true,
|
|
10228
|
+
"original": {
|
|
10229
|
+
"value": "{color.light-mode.button.critical.background.active.value}",
|
|
10230
|
+
"public": true,
|
|
10231
|
+
"isReferenceToInternal": true
|
|
10232
|
+
},
|
|
10233
|
+
"name": "color-light-mode-button-critical-border-active",
|
|
10234
|
+
"attributes": {
|
|
10235
|
+
"category": "color",
|
|
10236
|
+
"type": "light-mode",
|
|
10237
|
+
"item": "button",
|
|
10238
|
+
"subitem": "critical",
|
|
10239
|
+
"state": "border"
|
|
10240
|
+
},
|
|
10241
|
+
"path": [
|
|
10242
|
+
"color",
|
|
10243
|
+
"light-mode",
|
|
10244
|
+
"button",
|
|
10245
|
+
"critical",
|
|
10246
|
+
"border",
|
|
10247
|
+
"active"
|
|
10248
|
+
]
|
|
10249
|
+
}
|
|
10250
|
+
},
|
|
10251
|
+
"foreground": {
|
|
10252
|
+
"default": {
|
|
10253
|
+
"value": "#ffffff",
|
|
10254
|
+
"public": true,
|
|
10255
|
+
"isReferenceToInternal": true,
|
|
10256
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
10257
|
+
"isSource": true,
|
|
10258
|
+
"original": {
|
|
10259
|
+
"value": "{color.light-mode.neutral.000.value}",
|
|
10260
|
+
"public": true,
|
|
10261
|
+
"isReferenceToInternal": true
|
|
10262
|
+
},
|
|
10263
|
+
"name": "color-light-mode-button-critical-foreground-default",
|
|
10264
|
+
"attributes": {
|
|
10265
|
+
"category": "color",
|
|
10266
|
+
"type": "light-mode",
|
|
10267
|
+
"item": "button",
|
|
10268
|
+
"subitem": "critical",
|
|
10269
|
+
"state": "foreground"
|
|
10270
|
+
},
|
|
10271
|
+
"path": [
|
|
10272
|
+
"color",
|
|
10273
|
+
"light-mode",
|
|
10274
|
+
"button",
|
|
10275
|
+
"critical",
|
|
10276
|
+
"foreground",
|
|
10277
|
+
"default"
|
|
10278
|
+
]
|
|
10279
|
+
},
|
|
10280
|
+
"hover": {
|
|
10281
|
+
"value": "#ffffff",
|
|
10282
|
+
"public": true,
|
|
10283
|
+
"isReferenceToInternal": true,
|
|
10284
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
10285
|
+
"isSource": true,
|
|
10286
|
+
"original": {
|
|
10287
|
+
"value": "{color.light-mode.neutral.000.value}",
|
|
10288
|
+
"public": true,
|
|
10289
|
+
"isReferenceToInternal": true
|
|
10290
|
+
},
|
|
10291
|
+
"name": "color-light-mode-button-critical-foreground-hover",
|
|
10292
|
+
"attributes": {
|
|
10293
|
+
"category": "color",
|
|
10294
|
+
"type": "light-mode",
|
|
10295
|
+
"item": "button",
|
|
10296
|
+
"subitem": "critical",
|
|
10297
|
+
"state": "foreground"
|
|
10298
|
+
},
|
|
10299
|
+
"path": [
|
|
10300
|
+
"color",
|
|
10301
|
+
"light-mode",
|
|
10302
|
+
"button",
|
|
10303
|
+
"critical",
|
|
10304
|
+
"foreground",
|
|
10305
|
+
"hover"
|
|
10306
|
+
]
|
|
10307
|
+
},
|
|
10308
|
+
"active": {
|
|
10309
|
+
"value": "#ffffff",
|
|
10310
|
+
"public": true,
|
|
10311
|
+
"isReferenceToInternal": true,
|
|
10312
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
10313
|
+
"isSource": true,
|
|
10314
|
+
"original": {
|
|
10315
|
+
"value": "{color.light-mode.neutral.000.value}",
|
|
10316
|
+
"public": true,
|
|
10317
|
+
"isReferenceToInternal": true
|
|
10318
|
+
},
|
|
10319
|
+
"name": "color-light-mode-button-critical-foreground-active",
|
|
10320
|
+
"attributes": {
|
|
10321
|
+
"category": "color",
|
|
10322
|
+
"type": "light-mode",
|
|
10323
|
+
"item": "button",
|
|
10324
|
+
"subitem": "critical",
|
|
10325
|
+
"state": "foreground"
|
|
10326
|
+
},
|
|
10327
|
+
"path": [
|
|
10328
|
+
"color",
|
|
10329
|
+
"light-mode",
|
|
10330
|
+
"button",
|
|
10331
|
+
"critical",
|
|
10332
|
+
"foreground",
|
|
10333
|
+
"active"
|
|
10334
|
+
]
|
|
10335
|
+
}
|
|
10336
|
+
}
|
|
10337
|
+
},
|
|
10338
|
+
"navbar": {
|
|
10339
|
+
"foreground": {
|
|
10340
|
+
"default": {
|
|
10341
|
+
"value": "#23232d",
|
|
10342
|
+
"public": true,
|
|
10343
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
10344
|
+
"isSource": true,
|
|
10345
|
+
"original": {
|
|
10346
|
+
"value": "{color.light-mode.foreground.default.value}",
|
|
10347
|
+
"public": true
|
|
10348
|
+
},
|
|
10349
|
+
"name": "color-light-mode-button-navbar-foreground-default",
|
|
10350
|
+
"attributes": {
|
|
10351
|
+
"category": "color",
|
|
10352
|
+
"type": "light-mode",
|
|
10353
|
+
"item": "button",
|
|
10354
|
+
"subitem": "navbar",
|
|
10355
|
+
"state": "foreground"
|
|
10356
|
+
},
|
|
10357
|
+
"path": [
|
|
10358
|
+
"color",
|
|
10359
|
+
"light-mode",
|
|
10360
|
+
"button",
|
|
10361
|
+
"navbar",
|
|
10362
|
+
"foreground",
|
|
10363
|
+
"default"
|
|
10364
|
+
]
|
|
10365
|
+
},
|
|
10366
|
+
"hover": {
|
|
10367
|
+
"value": "#5f41e5",
|
|
10368
|
+
"public": true,
|
|
10369
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
10370
|
+
"isSource": true,
|
|
10371
|
+
"original": {
|
|
10372
|
+
"value": "{color.light-mode.link.hover.value}",
|
|
10373
|
+
"public": true
|
|
10374
|
+
},
|
|
10375
|
+
"name": "color-light-mode-button-navbar-foreground-hover",
|
|
10376
|
+
"attributes": {
|
|
10377
|
+
"category": "color",
|
|
10378
|
+
"type": "light-mode",
|
|
10379
|
+
"item": "button",
|
|
10380
|
+
"subitem": "navbar",
|
|
10381
|
+
"state": "foreground"
|
|
10382
|
+
},
|
|
10383
|
+
"path": [
|
|
10384
|
+
"color",
|
|
10385
|
+
"light-mode",
|
|
10386
|
+
"button",
|
|
10387
|
+
"navbar",
|
|
10388
|
+
"foreground",
|
|
10389
|
+
"hover"
|
|
10390
|
+
]
|
|
10391
|
+
},
|
|
10392
|
+
"active": {
|
|
10393
|
+
"value": "#5f41e5",
|
|
10394
|
+
"public": true,
|
|
10395
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
10396
|
+
"isSource": true,
|
|
10397
|
+
"original": {
|
|
10398
|
+
"value": "{color.light-mode.link.active.value}",
|
|
10399
|
+
"public": true
|
|
10400
|
+
},
|
|
10401
|
+
"name": "color-light-mode-button-navbar-foreground-active",
|
|
9845
10402
|
"attributes": {
|
|
9846
10403
|
"category": "color",
|
|
9847
10404
|
"type": "light-mode",
|
|
9848
10405
|
"item": "button",
|
|
9849
|
-
"subitem": "
|
|
9850
|
-
"state": "
|
|
10406
|
+
"subitem": "navbar",
|
|
10407
|
+
"state": "foreground"
|
|
9851
10408
|
},
|
|
9852
10409
|
"path": [
|
|
9853
10410
|
"color",
|
|
9854
10411
|
"light-mode",
|
|
9855
10412
|
"button",
|
|
9856
|
-
"
|
|
9857
|
-
"
|
|
10413
|
+
"navbar",
|
|
10414
|
+
"foreground",
|
|
9858
10415
|
"active"
|
|
9859
10416
|
]
|
|
9860
10417
|
}
|
|
9861
|
-
}
|
|
9862
|
-
|
|
10418
|
+
}
|
|
10419
|
+
}
|
|
10420
|
+
},
|
|
10421
|
+
"icon-button": {
|
|
10422
|
+
"standard": {
|
|
10423
|
+
"background": {
|
|
9863
10424
|
"default": {
|
|
9864
|
-
"value": "
|
|
10425
|
+
"value": "rgba(0, 0, 0, 0)",
|
|
9865
10426
|
"public": true,
|
|
9866
|
-
"isReferenceToInternal": true,
|
|
9867
10427
|
"filePath": "tokens/color/alias/button.light.json",
|
|
9868
10428
|
"isSource": true,
|
|
9869
10429
|
"original": {
|
|
9870
|
-
"value": "
|
|
9871
|
-
"public": true
|
|
9872
|
-
"isReferenceToInternal": true
|
|
10430
|
+
"value": "transparent",
|
|
10431
|
+
"public": true
|
|
9873
10432
|
},
|
|
9874
|
-
"name": "color-light-mode-button-
|
|
10433
|
+
"name": "color-light-mode-icon-button-standard-background-default",
|
|
9875
10434
|
"attributes": {
|
|
9876
10435
|
"category": "color",
|
|
9877
10436
|
"type": "light-mode",
|
|
9878
|
-
"item": "button",
|
|
9879
|
-
"subitem": "
|
|
9880
|
-
"state": "
|
|
10437
|
+
"item": "icon-button",
|
|
10438
|
+
"subitem": "standard",
|
|
10439
|
+
"state": "background"
|
|
9881
10440
|
},
|
|
9882
10441
|
"path": [
|
|
9883
10442
|
"color",
|
|
9884
10443
|
"light-mode",
|
|
9885
|
-
"button",
|
|
9886
|
-
"
|
|
9887
|
-
"
|
|
10444
|
+
"icon-button",
|
|
10445
|
+
"standard",
|
|
10446
|
+
"background",
|
|
9888
10447
|
"default"
|
|
9889
10448
|
]
|
|
9890
10449
|
},
|
|
9891
10450
|
"hover": {
|
|
9892
|
-
"value": "#
|
|
10451
|
+
"value": "#f1f1f1",
|
|
9893
10452
|
"public": true,
|
|
9894
10453
|
"isReferenceToInternal": true,
|
|
9895
10454
|
"filePath": "tokens/color/alias/button.light.json",
|
|
9896
10455
|
"isSource": true,
|
|
9897
10456
|
"original": {
|
|
9898
|
-
"value": "{color.light-mode.
|
|
10457
|
+
"value": "{color.light-mode.neutral.200.value}",
|
|
9899
10458
|
"public": true,
|
|
9900
10459
|
"isReferenceToInternal": true
|
|
9901
10460
|
},
|
|
9902
|
-
"name": "color-light-mode-button-
|
|
10461
|
+
"name": "color-light-mode-icon-button-standard-background-hover",
|
|
9903
10462
|
"attributes": {
|
|
9904
10463
|
"category": "color",
|
|
9905
10464
|
"type": "light-mode",
|
|
9906
|
-
"item": "button",
|
|
9907
|
-
"subitem": "
|
|
9908
|
-
"state": "
|
|
10465
|
+
"item": "icon-button",
|
|
10466
|
+
"subitem": "standard",
|
|
10467
|
+
"state": "background"
|
|
9909
10468
|
},
|
|
9910
10469
|
"path": [
|
|
9911
10470
|
"color",
|
|
9912
10471
|
"light-mode",
|
|
9913
|
-
"button",
|
|
9914
|
-
"
|
|
9915
|
-
"
|
|
10472
|
+
"icon-button",
|
|
10473
|
+
"standard",
|
|
10474
|
+
"background",
|
|
9916
10475
|
"hover"
|
|
9917
10476
|
]
|
|
9918
10477
|
},
|
|
9919
10478
|
"active": {
|
|
9920
|
-
"value": "#
|
|
10479
|
+
"value": "#cfcfd3",
|
|
9921
10480
|
"public": true,
|
|
9922
10481
|
"isReferenceToInternal": true,
|
|
9923
10482
|
"filePath": "tokens/color/alias/button.light.json",
|
|
9924
10483
|
"isSource": true,
|
|
9925
10484
|
"original": {
|
|
9926
|
-
"value": "{color.light-mode.
|
|
10485
|
+
"value": "{color.light-mode.neutral.300.value}",
|
|
9927
10486
|
"public": true,
|
|
9928
10487
|
"isReferenceToInternal": true
|
|
9929
10488
|
},
|
|
9930
|
-
"name": "color-light-mode-button-
|
|
10489
|
+
"name": "color-light-mode-icon-button-standard-background-active",
|
|
9931
10490
|
"attributes": {
|
|
9932
10491
|
"category": "color",
|
|
9933
10492
|
"type": "light-mode",
|
|
9934
|
-
"item": "button",
|
|
9935
|
-
"subitem": "
|
|
9936
|
-
"state": "
|
|
10493
|
+
"item": "icon-button",
|
|
10494
|
+
"subitem": "standard",
|
|
10495
|
+
"state": "background"
|
|
9937
10496
|
},
|
|
9938
10497
|
"path": [
|
|
9939
10498
|
"color",
|
|
9940
10499
|
"light-mode",
|
|
9941
|
-
"button",
|
|
9942
|
-
"
|
|
9943
|
-
"
|
|
10500
|
+
"icon-button",
|
|
10501
|
+
"standard",
|
|
10502
|
+
"background",
|
|
9944
10503
|
"active"
|
|
9945
10504
|
]
|
|
9946
10505
|
}
|
|
9947
10506
|
},
|
|
9948
10507
|
"foreground": {
|
|
9949
10508
|
"default": {
|
|
9950
|
-
"value": "#
|
|
10509
|
+
"value": "#23232d",
|
|
9951
10510
|
"public": true,
|
|
9952
10511
|
"isReferenceToInternal": true,
|
|
9953
10512
|
"filePath": "tokens/color/alias/button.light.json",
|
|
9954
10513
|
"isSource": true,
|
|
9955
10514
|
"original": {
|
|
9956
|
-
"value": "{color.light-mode.neutral.
|
|
10515
|
+
"value": "{color.light-mode.neutral.500.value}",
|
|
9957
10516
|
"public": true,
|
|
9958
10517
|
"isReferenceToInternal": true
|
|
9959
10518
|
},
|
|
9960
|
-
"name": "color-light-mode-button-
|
|
10519
|
+
"name": "color-light-mode-icon-button-standard-foreground-default",
|
|
9961
10520
|
"attributes": {
|
|
9962
10521
|
"category": "color",
|
|
9963
10522
|
"type": "light-mode",
|
|
9964
|
-
"item": "button",
|
|
9965
|
-
"subitem": "
|
|
10523
|
+
"item": "icon-button",
|
|
10524
|
+
"subitem": "standard",
|
|
9966
10525
|
"state": "foreground"
|
|
9967
10526
|
},
|
|
9968
10527
|
"path": [
|
|
9969
10528
|
"color",
|
|
9970
10529
|
"light-mode",
|
|
9971
|
-
"button",
|
|
9972
|
-
"
|
|
10530
|
+
"icon-button",
|
|
10531
|
+
"standard",
|
|
9973
10532
|
"foreground",
|
|
9974
10533
|
"default"
|
|
9975
10534
|
]
|
|
9976
|
-
}
|
|
9977
|
-
|
|
9978
|
-
|
|
10535
|
+
}
|
|
10536
|
+
}
|
|
10537
|
+
},
|
|
10538
|
+
"critical": {
|
|
10539
|
+
"background": {
|
|
10540
|
+
"default": {
|
|
10541
|
+
"value": "#ca3521",
|
|
9979
10542
|
"public": true,
|
|
9980
|
-
"isReferenceToInternal": true,
|
|
9981
10543
|
"filePath": "tokens/color/alias/button.light.json",
|
|
9982
10544
|
"isSource": true,
|
|
9983
10545
|
"original": {
|
|
9984
|
-
"value": "{color.light-mode.
|
|
9985
|
-
"public": true
|
|
9986
|
-
"isReferenceToInternal": true
|
|
10546
|
+
"value": "{color.light-mode.button.critical.background.default.value}",
|
|
10547
|
+
"public": true
|
|
9987
10548
|
},
|
|
9988
|
-
"name": "color-light-mode-button-critical-
|
|
10549
|
+
"name": "color-light-mode-icon-button-critical-background-default",
|
|
9989
10550
|
"attributes": {
|
|
9990
10551
|
"category": "color",
|
|
9991
10552
|
"type": "light-mode",
|
|
9992
|
-
"item": "button",
|
|
10553
|
+
"item": "icon-button",
|
|
9993
10554
|
"subitem": "critical",
|
|
9994
|
-
"state": "
|
|
10555
|
+
"state": "background"
|
|
9995
10556
|
},
|
|
9996
10557
|
"path": [
|
|
9997
10558
|
"color",
|
|
9998
10559
|
"light-mode",
|
|
9999
|
-
"button",
|
|
10560
|
+
"icon-button",
|
|
10000
10561
|
"critical",
|
|
10001
|
-
"
|
|
10002
|
-
"
|
|
10562
|
+
"background",
|
|
10563
|
+
"default"
|
|
10003
10564
|
]
|
|
10004
10565
|
},
|
|
10005
|
-
"
|
|
10006
|
-
"value": "#
|
|
10566
|
+
"hover": {
|
|
10567
|
+
"value": "#cf4937",
|
|
10007
10568
|
"public": true,
|
|
10008
|
-
"isReferenceToInternal": true,
|
|
10009
10569
|
"filePath": "tokens/color/alias/button.light.json",
|
|
10010
10570
|
"isSource": true,
|
|
10011
10571
|
"original": {
|
|
10012
|
-
"value": "{color.light-mode.
|
|
10013
|
-
"public": true
|
|
10014
|
-
"isReferenceToInternal": true
|
|
10572
|
+
"value": "{color.light-mode.button.critical.background.hover.value}",
|
|
10573
|
+
"public": true
|
|
10015
10574
|
},
|
|
10016
|
-
"name": "color-light-mode-button-critical-
|
|
10575
|
+
"name": "color-light-mode-icon-button-critical-background-hover",
|
|
10017
10576
|
"attributes": {
|
|
10018
10577
|
"category": "color",
|
|
10019
10578
|
"type": "light-mode",
|
|
10020
|
-
"item": "button",
|
|
10579
|
+
"item": "icon-button",
|
|
10021
10580
|
"subitem": "critical",
|
|
10022
|
-
"state": "
|
|
10581
|
+
"state": "background"
|
|
10023
10582
|
},
|
|
10024
10583
|
"path": [
|
|
10025
10584
|
"color",
|
|
10026
10585
|
"light-mode",
|
|
10027
|
-
"button",
|
|
10586
|
+
"icon-button",
|
|
10028
10587
|
"critical",
|
|
10029
|
-
"
|
|
10030
|
-
"
|
|
10031
|
-
]
|
|
10032
|
-
}
|
|
10033
|
-
}
|
|
10034
|
-
},
|
|
10035
|
-
"navbar": {
|
|
10036
|
-
"foreground": {
|
|
10037
|
-
"default": {
|
|
10038
|
-
"value": "#23232d",
|
|
10039
|
-
"public": true,
|
|
10040
|
-
"filePath": "tokens/color/alias/button.light.json",
|
|
10041
|
-
"isSource": true,
|
|
10042
|
-
"original": {
|
|
10043
|
-
"value": "{color.light-mode.foreground.default.value}",
|
|
10044
|
-
"public": true
|
|
10045
|
-
},
|
|
10046
|
-
"name": "color-light-mode-button-navbar-foreground-default",
|
|
10047
|
-
"attributes": {
|
|
10048
|
-
"category": "color",
|
|
10049
|
-
"type": "light-mode",
|
|
10050
|
-
"item": "button",
|
|
10051
|
-
"subitem": "navbar",
|
|
10052
|
-
"state": "foreground"
|
|
10053
|
-
},
|
|
10054
|
-
"path": [
|
|
10055
|
-
"color",
|
|
10056
|
-
"light-mode",
|
|
10057
|
-
"button",
|
|
10058
|
-
"navbar",
|
|
10059
|
-
"foreground",
|
|
10060
|
-
"default"
|
|
10588
|
+
"background",
|
|
10589
|
+
"hover"
|
|
10061
10590
|
]
|
|
10062
10591
|
},
|
|
10063
|
-
"
|
|
10064
|
-
"value": "#
|
|
10592
|
+
"active": {
|
|
10593
|
+
"value": "#b6301e",
|
|
10065
10594
|
"public": true,
|
|
10066
10595
|
"filePath": "tokens/color/alias/button.light.json",
|
|
10067
10596
|
"isSource": true,
|
|
10068
10597
|
"original": {
|
|
10069
|
-
"value": "{color.light-mode.
|
|
10598
|
+
"value": "{color.light-mode.button.critical.background.active.value}",
|
|
10070
10599
|
"public": true
|
|
10071
10600
|
},
|
|
10072
|
-
"name": "color-light-mode-button-
|
|
10601
|
+
"name": "color-light-mode-icon-button-critical-background-active",
|
|
10073
10602
|
"attributes": {
|
|
10074
10603
|
"category": "color",
|
|
10075
10604
|
"type": "light-mode",
|
|
10076
|
-
"item": "button",
|
|
10077
|
-
"subitem": "
|
|
10078
|
-
"state": "
|
|
10605
|
+
"item": "icon-button",
|
|
10606
|
+
"subitem": "critical",
|
|
10607
|
+
"state": "background"
|
|
10079
10608
|
},
|
|
10080
10609
|
"path": [
|
|
10081
10610
|
"color",
|
|
10082
10611
|
"light-mode",
|
|
10083
|
-
"button",
|
|
10084
|
-
"
|
|
10085
|
-
"
|
|
10086
|
-
"
|
|
10612
|
+
"icon-button",
|
|
10613
|
+
"critical",
|
|
10614
|
+
"background",
|
|
10615
|
+
"active"
|
|
10087
10616
|
]
|
|
10088
|
-
}
|
|
10089
|
-
|
|
10090
|
-
|
|
10617
|
+
}
|
|
10618
|
+
},
|
|
10619
|
+
"foreground": {
|
|
10620
|
+
"default": {
|
|
10621
|
+
"value": "#ffffff",
|
|
10091
10622
|
"public": true,
|
|
10092
10623
|
"filePath": "tokens/color/alias/button.light.json",
|
|
10093
10624
|
"isSource": true,
|
|
10094
10625
|
"original": {
|
|
10095
|
-
"value": "{color.light-mode.
|
|
10626
|
+
"value": "{color.light-mode.button.critical.foreground.default.value}",
|
|
10096
10627
|
"public": true
|
|
10097
10628
|
},
|
|
10098
|
-
"name": "color-light-mode-button-
|
|
10629
|
+
"name": "color-light-mode-icon-button-critical-foreground-default",
|
|
10099
10630
|
"attributes": {
|
|
10100
10631
|
"category": "color",
|
|
10101
10632
|
"type": "light-mode",
|
|
10102
|
-
"item": "button",
|
|
10103
|
-
"subitem": "
|
|
10633
|
+
"item": "icon-button",
|
|
10634
|
+
"subitem": "critical",
|
|
10104
10635
|
"state": "foreground"
|
|
10105
10636
|
},
|
|
10106
10637
|
"path": [
|
|
10107
10638
|
"color",
|
|
10108
10639
|
"light-mode",
|
|
10109
|
-
"button",
|
|
10110
|
-
"
|
|
10640
|
+
"icon-button",
|
|
10641
|
+
"critical",
|
|
10111
10642
|
"foreground",
|
|
10112
|
-
"
|
|
10643
|
+
"default"
|
|
10113
10644
|
]
|
|
10114
10645
|
}
|
|
10115
10646
|
}
|
|
@@ -13062,54 +13593,60 @@
|
|
|
13062
13593
|
}
|
|
13063
13594
|
},
|
|
13064
13595
|
"partner": {
|
|
13065
|
-
"
|
|
13066
|
-
"value": "#
|
|
13596
|
+
"bitbucket": {
|
|
13597
|
+
"value": "#004dc0",
|
|
13598
|
+
"public": true,
|
|
13067
13599
|
"filePath": "tokens/color/base/brand.light.json",
|
|
13068
13600
|
"isSource": true,
|
|
13069
13601
|
"original": {
|
|
13070
|
-
"value": "#
|
|
13602
|
+
"value": "#004DC0",
|
|
13603
|
+
"public": true
|
|
13071
13604
|
},
|
|
13072
|
-
"name": "color-light-mode-partner-
|
|
13605
|
+
"name": "color-light-mode-partner-bitbucket",
|
|
13073
13606
|
"attributes": {
|
|
13074
13607
|
"category": "color",
|
|
13075
13608
|
"type": "light-mode",
|
|
13076
13609
|
"item": "partner",
|
|
13077
|
-
"subitem": "
|
|
13610
|
+
"subitem": "bitbucket"
|
|
13078
13611
|
},
|
|
13079
13612
|
"path": [
|
|
13080
13613
|
"color",
|
|
13081
13614
|
"light-mode",
|
|
13082
13615
|
"partner",
|
|
13083
|
-
"
|
|
13616
|
+
"bitbucket"
|
|
13084
13617
|
]
|
|
13085
13618
|
},
|
|
13086
|
-
"
|
|
13087
|
-
"value": "#
|
|
13619
|
+
"drupal": {
|
|
13620
|
+
"value": "#009cde",
|
|
13621
|
+
"public": true,
|
|
13088
13622
|
"filePath": "tokens/color/base/brand.light.json",
|
|
13089
13623
|
"isSource": true,
|
|
13090
13624
|
"original": {
|
|
13091
|
-
"value": "#
|
|
13625
|
+
"value": "#009CDE",
|
|
13626
|
+
"public": true
|
|
13092
13627
|
},
|
|
13093
|
-
"name": "color-light-mode-partner-
|
|
13628
|
+
"name": "color-light-mode-partner-drupal",
|
|
13094
13629
|
"attributes": {
|
|
13095
13630
|
"category": "color",
|
|
13096
13631
|
"type": "light-mode",
|
|
13097
13632
|
"item": "partner",
|
|
13098
|
-
"subitem": "
|
|
13633
|
+
"subitem": "drupal"
|
|
13099
13634
|
},
|
|
13100
13635
|
"path": [
|
|
13101
13636
|
"color",
|
|
13102
13637
|
"light-mode",
|
|
13103
13638
|
"partner",
|
|
13104
|
-
"
|
|
13639
|
+
"drupal"
|
|
13105
13640
|
]
|
|
13106
13641
|
},
|
|
13107
13642
|
"gatsby": {
|
|
13108
13643
|
"value": "#663399",
|
|
13644
|
+
"public": true,
|
|
13109
13645
|
"filePath": "tokens/color/base/brand.light.json",
|
|
13110
13646
|
"isSource": true,
|
|
13111
13647
|
"original": {
|
|
13112
|
-
"value": "#663399"
|
|
13648
|
+
"value": "#663399",
|
|
13649
|
+
"public": true
|
|
13113
13650
|
},
|
|
13114
13651
|
"name": "color-light-mode-partner-gatsby",
|
|
13115
13652
|
"attributes": {
|
|
@@ -13124,6 +13661,75 @@
|
|
|
13124
13661
|
"partner",
|
|
13125
13662
|
"gatsby"
|
|
13126
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
|
+
]
|
|
13127
13733
|
}
|
|
13128
13734
|
},
|
|
13129
13735
|
"gradient": {
|