@pantheon-systems/pds-design-tokens 1.0.0-dev.92 → 1.0.0-dev.94
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 +12 -6
- package/build/css/pds-design-tokens-light-mode.css +14 -8
- package/build/figma/pds-design-tokens-figma.json +492 -168
- package/build/json/pds-design-tokens-dark-mode.json +236 -72
- package/build/json/pds-design-tokens-light-mode.json +239 -79
- package/package.json +1 -1
|
@@ -3234,62 +3234,6 @@
|
|
|
3234
3234
|
"background",
|
|
3235
3235
|
"default"
|
|
3236
3236
|
]
|
|
3237
|
-
},
|
|
3238
|
-
"hover": {
|
|
3239
|
-
"value": "#504e62",
|
|
3240
|
-
"public": true,
|
|
3241
|
-
"isReferenceToInternal": true,
|
|
3242
|
-
"filePath": "tokens/color/alias/button.dark.json",
|
|
3243
|
-
"isSource": true,
|
|
3244
|
-
"original": {
|
|
3245
|
-
"value": "{color.dark-mode.neutral.400.value}",
|
|
3246
|
-
"public": true,
|
|
3247
|
-
"isReferenceToInternal": true
|
|
3248
|
-
},
|
|
3249
|
-
"name": "color-dark-mode-button-subtle-background-hover",
|
|
3250
|
-
"attributes": {
|
|
3251
|
-
"category": "color",
|
|
3252
|
-
"type": "dark-mode",
|
|
3253
|
-
"item": "button",
|
|
3254
|
-
"subitem": "subtle",
|
|
3255
|
-
"state": "background"
|
|
3256
|
-
},
|
|
3257
|
-
"path": [
|
|
3258
|
-
"color",
|
|
3259
|
-
"dark-mode",
|
|
3260
|
-
"button",
|
|
3261
|
-
"subtle",
|
|
3262
|
-
"background",
|
|
3263
|
-
"hover"
|
|
3264
|
-
]
|
|
3265
|
-
},
|
|
3266
|
-
"active": {
|
|
3267
|
-
"value": "#282839",
|
|
3268
|
-
"public": true,
|
|
3269
|
-
"isReferenceToInternal": true,
|
|
3270
|
-
"filePath": "tokens/color/alias/button.dark.json",
|
|
3271
|
-
"isSource": true,
|
|
3272
|
-
"original": {
|
|
3273
|
-
"value": "{color.dark-mode.neutral.500.value}",
|
|
3274
|
-
"public": true,
|
|
3275
|
-
"isReferenceToInternal": true
|
|
3276
|
-
},
|
|
3277
|
-
"name": "color-dark-mode-button-subtle-background-active",
|
|
3278
|
-
"attributes": {
|
|
3279
|
-
"category": "color",
|
|
3280
|
-
"type": "dark-mode",
|
|
3281
|
-
"item": "button",
|
|
3282
|
-
"subitem": "subtle",
|
|
3283
|
-
"state": "background"
|
|
3284
|
-
},
|
|
3285
|
-
"path": [
|
|
3286
|
-
"color",
|
|
3287
|
-
"dark-mode",
|
|
3288
|
-
"button",
|
|
3289
|
-
"subtle",
|
|
3290
|
-
"background",
|
|
3291
|
-
"active"
|
|
3292
|
-
]
|
|
3293
3237
|
}
|
|
3294
3238
|
},
|
|
3295
3239
|
"border": {
|
|
@@ -3350,15 +3294,13 @@
|
|
|
3350
3294
|
]
|
|
3351
3295
|
},
|
|
3352
3296
|
"hover": {
|
|
3353
|
-
"value": "#
|
|
3297
|
+
"value": "#8a70ff",
|
|
3354
3298
|
"public": true,
|
|
3355
|
-
"isReferenceToInternal": true,
|
|
3356
3299
|
"filePath": "tokens/color/alias/button.dark.json",
|
|
3357
3300
|
"isSource": true,
|
|
3358
3301
|
"original": {
|
|
3359
|
-
"value": "{color.dark-mode.
|
|
3360
|
-
"public": true
|
|
3361
|
-
"isReferenceToInternal": true
|
|
3302
|
+
"value": "{color.dark-mode.link.hover.value}",
|
|
3303
|
+
"public": true
|
|
3362
3304
|
},
|
|
3363
3305
|
"name": "color-dark-mode-button-subtle-foreground-hover",
|
|
3364
3306
|
"attributes": {
|
|
@@ -3378,15 +3320,13 @@
|
|
|
3378
3320
|
]
|
|
3379
3321
|
},
|
|
3380
3322
|
"active": {
|
|
3381
|
-
"value": "#
|
|
3323
|
+
"value": "#8a70ff",
|
|
3382
3324
|
"public": true,
|
|
3383
|
-
"isReferenceToInternal": true,
|
|
3384
3325
|
"filePath": "tokens/color/alias/button.dark.json",
|
|
3385
3326
|
"isSource": true,
|
|
3386
3327
|
"original": {
|
|
3387
|
-
"value": "{color.dark-mode.
|
|
3388
|
-
"public": true
|
|
3389
|
-
"isReferenceToInternal": true
|
|
3328
|
+
"value": "{color.dark-mode.link.active.value}",
|
|
3329
|
+
"public": true
|
|
3390
3330
|
},
|
|
3391
3331
|
"name": "color-dark-mode-button-subtle-foreground-active",
|
|
3392
3332
|
"attributes": {
|
|
@@ -4214,13 +4154,11 @@
|
|
|
4214
4154
|
"hover": {
|
|
4215
4155
|
"value": "#8a70ff",
|
|
4216
4156
|
"public": true,
|
|
4217
|
-
"isReferenceToInternal": true,
|
|
4218
4157
|
"filePath": "tokens/color/alias/button.dark.json",
|
|
4219
4158
|
"isSource": true,
|
|
4220
4159
|
"original": {
|
|
4221
4160
|
"value": "{color.dark-mode.link.hover.value}",
|
|
4222
|
-
"public": true
|
|
4223
|
-
"isReferenceToInternal": true
|
|
4161
|
+
"public": true
|
|
4224
4162
|
},
|
|
4225
4163
|
"name": "color-dark-mode-button-navbar-foreground-hover",
|
|
4226
4164
|
"attributes": {
|
|
@@ -4242,13 +4180,11 @@
|
|
|
4242
4180
|
"active": {
|
|
4243
4181
|
"value": "#8a70ff",
|
|
4244
4182
|
"public": true,
|
|
4245
|
-
"isReferenceToInternal": true,
|
|
4246
4183
|
"filePath": "tokens/color/alias/button.dark.json",
|
|
4247
4184
|
"isSource": true,
|
|
4248
4185
|
"original": {
|
|
4249
4186
|
"value": "{color.dark-mode.link.active.value}",
|
|
4250
|
-
"public": true
|
|
4251
|
-
"isReferenceToInternal": true
|
|
4187
|
+
"public": true
|
|
4252
4188
|
},
|
|
4253
4189
|
"name": "color-dark-mode-button-navbar-foreground-active",
|
|
4254
4190
|
"attributes": {
|
|
@@ -4270,6 +4206,234 @@
|
|
|
4270
4206
|
}
|
|
4271
4207
|
}
|
|
4272
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
|
+
},
|
|
4273
4437
|
"toggle-button": {
|
|
4274
4438
|
"background": {
|
|
4275
4439
|
"off": {
|
|
@@ -9165,93 +9329,37 @@
|
|
|
9165
9329
|
"public": true,
|
|
9166
9330
|
"isReferenceToInternal": true
|
|
9167
9331
|
},
|
|
9168
|
-
"name": "color-light-mode-button-secondary-foreground-active",
|
|
9169
|
-
"attributes": {
|
|
9170
|
-
"category": "color",
|
|
9171
|
-
"type": "light-mode",
|
|
9172
|
-
"item": "button",
|
|
9173
|
-
"subitem": "secondary",
|
|
9174
|
-
"state": "foreground"
|
|
9175
|
-
},
|
|
9176
|
-
"path": [
|
|
9177
|
-
"color",
|
|
9178
|
-
"light-mode",
|
|
9179
|
-
"button",
|
|
9180
|
-
"secondary",
|
|
9181
|
-
"foreground",
|
|
9182
|
-
"active"
|
|
9183
|
-
]
|
|
9184
|
-
}
|
|
9185
|
-
}
|
|
9186
|
-
},
|
|
9187
|
-
"subtle": {
|
|
9188
|
-
"background": {
|
|
9189
|
-
"default": {
|
|
9190
|
-
"value": "rgba(0, 0, 0, 0)",
|
|
9191
|
-
"public": true,
|
|
9192
|
-
"filePath": "tokens/color/alias/button.light.json",
|
|
9193
|
-
"isSource": true,
|
|
9194
|
-
"original": {
|
|
9195
|
-
"value": "transparent",
|
|
9196
|
-
"public": true
|
|
9197
|
-
},
|
|
9198
|
-
"name": "color-light-mode-button-subtle-background-default",
|
|
9199
|
-
"attributes": {
|
|
9200
|
-
"category": "color",
|
|
9201
|
-
"type": "light-mode",
|
|
9202
|
-
"item": "button",
|
|
9203
|
-
"subitem": "subtle",
|
|
9204
|
-
"state": "background"
|
|
9205
|
-
},
|
|
9206
|
-
"path": [
|
|
9207
|
-
"color",
|
|
9208
|
-
"light-mode",
|
|
9209
|
-
"button",
|
|
9210
|
-
"subtle",
|
|
9211
|
-
"background",
|
|
9212
|
-
"default"
|
|
9213
|
-
]
|
|
9214
|
-
},
|
|
9215
|
-
"hover": {
|
|
9216
|
-
"value": "#f1f1f1",
|
|
9217
|
-
"public": true,
|
|
9218
|
-
"isReferenceToInternal": true,
|
|
9219
|
-
"filePath": "tokens/color/alias/button.light.json",
|
|
9220
|
-
"isSource": true,
|
|
9221
|
-
"original": {
|
|
9222
|
-
"value": "{color.light-mode.neutral.200.value}",
|
|
9223
|
-
"public": true,
|
|
9224
|
-
"isReferenceToInternal": true
|
|
9225
|
-
},
|
|
9226
|
-
"name": "color-light-mode-button-subtle-background-hover",
|
|
9332
|
+
"name": "color-light-mode-button-secondary-foreground-active",
|
|
9227
9333
|
"attributes": {
|
|
9228
9334
|
"category": "color",
|
|
9229
9335
|
"type": "light-mode",
|
|
9230
9336
|
"item": "button",
|
|
9231
|
-
"subitem": "
|
|
9232
|
-
"state": "
|
|
9337
|
+
"subitem": "secondary",
|
|
9338
|
+
"state": "foreground"
|
|
9233
9339
|
},
|
|
9234
9340
|
"path": [
|
|
9235
9341
|
"color",
|
|
9236
9342
|
"light-mode",
|
|
9237
9343
|
"button",
|
|
9238
|
-
"
|
|
9239
|
-
"
|
|
9240
|
-
"
|
|
9344
|
+
"secondary",
|
|
9345
|
+
"foreground",
|
|
9346
|
+
"active"
|
|
9241
9347
|
]
|
|
9242
|
-
}
|
|
9243
|
-
|
|
9244
|
-
|
|
9348
|
+
}
|
|
9349
|
+
}
|
|
9350
|
+
},
|
|
9351
|
+
"subtle": {
|
|
9352
|
+
"background": {
|
|
9353
|
+
"default": {
|
|
9354
|
+
"value": "rgba(0, 0, 0, 0)",
|
|
9245
9355
|
"public": true,
|
|
9246
|
-
"isReferenceToInternal": true,
|
|
9247
9356
|
"filePath": "tokens/color/alias/button.light.json",
|
|
9248
9357
|
"isSource": true,
|
|
9249
9358
|
"original": {
|
|
9250
|
-
"value": "
|
|
9251
|
-
"public": true
|
|
9252
|
-
"isReferenceToInternal": true
|
|
9359
|
+
"value": "transparent",
|
|
9360
|
+
"public": true
|
|
9253
9361
|
},
|
|
9254
|
-
"name": "color-light-mode-button-subtle-background-
|
|
9362
|
+
"name": "color-light-mode-button-subtle-background-default",
|
|
9255
9363
|
"attributes": {
|
|
9256
9364
|
"category": "color",
|
|
9257
9365
|
"type": "light-mode",
|
|
@@ -9265,7 +9373,7 @@
|
|
|
9265
9373
|
"button",
|
|
9266
9374
|
"subtle",
|
|
9267
9375
|
"background",
|
|
9268
|
-
"
|
|
9376
|
+
"default"
|
|
9269
9377
|
]
|
|
9270
9378
|
}
|
|
9271
9379
|
},
|
|
@@ -9301,13 +9409,11 @@
|
|
|
9301
9409
|
"default": {
|
|
9302
9410
|
"value": "#23232d",
|
|
9303
9411
|
"public": true,
|
|
9304
|
-
"isReferenceToInternal": true,
|
|
9305
9412
|
"filePath": "tokens/color/alias/button.light.json",
|
|
9306
9413
|
"isSource": true,
|
|
9307
9414
|
"original": {
|
|
9308
|
-
"value": "{color.light-mode.
|
|
9309
|
-
"public": true
|
|
9310
|
-
"isReferenceToInternal": true
|
|
9415
|
+
"value": "{color.light-mode.text.default.value}",
|
|
9416
|
+
"public": true
|
|
9311
9417
|
},
|
|
9312
9418
|
"name": "color-light-mode-button-subtle-foreground-default",
|
|
9313
9419
|
"attributes": {
|
|
@@ -9327,15 +9433,13 @@
|
|
|
9327
9433
|
]
|
|
9328
9434
|
},
|
|
9329
9435
|
"hover": {
|
|
9330
|
-
"value": "#
|
|
9436
|
+
"value": "#5f41e5",
|
|
9331
9437
|
"public": true,
|
|
9332
|
-
"isReferenceToInternal": true,
|
|
9333
9438
|
"filePath": "tokens/color/alias/button.light.json",
|
|
9334
9439
|
"isSource": true,
|
|
9335
9440
|
"original": {
|
|
9336
|
-
"value": "{color.light-mode.
|
|
9337
|
-
"public": true
|
|
9338
|
-
"isReferenceToInternal": true
|
|
9441
|
+
"value": "{color.light-mode.link.hover.value}",
|
|
9442
|
+
"public": true
|
|
9339
9443
|
},
|
|
9340
9444
|
"name": "color-light-mode-button-subtle-foreground-hover",
|
|
9341
9445
|
"attributes": {
|
|
@@ -9355,15 +9459,13 @@
|
|
|
9355
9459
|
]
|
|
9356
9460
|
},
|
|
9357
9461
|
"active": {
|
|
9358
|
-
"value": "#
|
|
9462
|
+
"value": "#5f41e5",
|
|
9359
9463
|
"public": true,
|
|
9360
|
-
"isReferenceToInternal": true,
|
|
9361
9464
|
"filePath": "tokens/color/alias/button.light.json",
|
|
9362
9465
|
"isSource": true,
|
|
9363
9466
|
"original": {
|
|
9364
|
-
"value": "{color.light-mode.
|
|
9365
|
-
"public": true
|
|
9366
|
-
"isReferenceToInternal": true
|
|
9467
|
+
"value": "{color.light-mode.link.active.value}",
|
|
9468
|
+
"public": true
|
|
9367
9469
|
},
|
|
9368
9470
|
"name": "color-light-mode-button-subtle-foreground-active",
|
|
9369
9471
|
"attributes": {
|
|
@@ -10163,13 +10265,11 @@
|
|
|
10163
10265
|
"default": {
|
|
10164
10266
|
"value": "#23232d",
|
|
10165
10267
|
"public": true,
|
|
10166
|
-
"isReferenceToInternal": true,
|
|
10167
10268
|
"filePath": "tokens/color/alias/button.light.json",
|
|
10168
10269
|
"isSource": true,
|
|
10169
10270
|
"original": {
|
|
10170
10271
|
"value": "{color.light-mode.foreground.default.value}",
|
|
10171
|
-
"public": true
|
|
10172
|
-
"isReferenceToInternal": true
|
|
10272
|
+
"public": true
|
|
10173
10273
|
},
|
|
10174
10274
|
"name": "color-light-mode-button-navbar-foreground-default",
|
|
10175
10275
|
"attributes": {
|
|
@@ -10191,13 +10291,11 @@
|
|
|
10191
10291
|
"hover": {
|
|
10192
10292
|
"value": "#5f41e5",
|
|
10193
10293
|
"public": true,
|
|
10194
|
-
"isReferenceToInternal": true,
|
|
10195
10294
|
"filePath": "tokens/color/alias/button.light.json",
|
|
10196
10295
|
"isSource": true,
|
|
10197
10296
|
"original": {
|
|
10198
10297
|
"value": "{color.light-mode.link.hover.value}",
|
|
10199
|
-
"public": true
|
|
10200
|
-
"isReferenceToInternal": true
|
|
10298
|
+
"public": true
|
|
10201
10299
|
},
|
|
10202
10300
|
"name": "color-light-mode-button-navbar-foreground-hover",
|
|
10203
10301
|
"attributes": {
|
|
@@ -10219,13 +10317,11 @@
|
|
|
10219
10317
|
"active": {
|
|
10220
10318
|
"value": "#5f41e5",
|
|
10221
10319
|
"public": true,
|
|
10222
|
-
"isReferenceToInternal": true,
|
|
10223
10320
|
"filePath": "tokens/color/alias/button.light.json",
|
|
10224
10321
|
"isSource": true,
|
|
10225
10322
|
"original": {
|
|
10226
10323
|
"value": "{color.light-mode.link.active.value}",
|
|
10227
|
-
"public": true
|
|
10228
|
-
"isReferenceToInternal": true
|
|
10324
|
+
"public": true
|
|
10229
10325
|
},
|
|
10230
10326
|
"name": "color-light-mode-button-navbar-foreground-active",
|
|
10231
10327
|
"attributes": {
|
|
@@ -10247,6 +10343,234 @@
|
|
|
10247
10343
|
}
|
|
10248
10344
|
}
|
|
10249
10345
|
},
|
|
10346
|
+
"icon-button": {
|
|
10347
|
+
"standard": {
|
|
10348
|
+
"background": {
|
|
10349
|
+
"default": {
|
|
10350
|
+
"value": "rgba(0, 0, 0, 0)",
|
|
10351
|
+
"public": true,
|
|
10352
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
10353
|
+
"isSource": true,
|
|
10354
|
+
"original": {
|
|
10355
|
+
"value": "transparent",
|
|
10356
|
+
"public": true
|
|
10357
|
+
},
|
|
10358
|
+
"name": "color-light-mode-icon-button-standard-background-default",
|
|
10359
|
+
"attributes": {
|
|
10360
|
+
"category": "color",
|
|
10361
|
+
"type": "light-mode",
|
|
10362
|
+
"item": "icon-button",
|
|
10363
|
+
"subitem": "standard",
|
|
10364
|
+
"state": "background"
|
|
10365
|
+
},
|
|
10366
|
+
"path": [
|
|
10367
|
+
"color",
|
|
10368
|
+
"light-mode",
|
|
10369
|
+
"icon-button",
|
|
10370
|
+
"standard",
|
|
10371
|
+
"background",
|
|
10372
|
+
"default"
|
|
10373
|
+
]
|
|
10374
|
+
},
|
|
10375
|
+
"hover": {
|
|
10376
|
+
"value": "#f1f1f1",
|
|
10377
|
+
"public": true,
|
|
10378
|
+
"isReferenceToInternal": true,
|
|
10379
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
10380
|
+
"isSource": true,
|
|
10381
|
+
"original": {
|
|
10382
|
+
"value": "{color.light-mode.neutral.200.value}",
|
|
10383
|
+
"public": true,
|
|
10384
|
+
"isReferenceToInternal": true
|
|
10385
|
+
},
|
|
10386
|
+
"name": "color-light-mode-icon-button-standard-background-hover",
|
|
10387
|
+
"attributes": {
|
|
10388
|
+
"category": "color",
|
|
10389
|
+
"type": "light-mode",
|
|
10390
|
+
"item": "icon-button",
|
|
10391
|
+
"subitem": "standard",
|
|
10392
|
+
"state": "background"
|
|
10393
|
+
},
|
|
10394
|
+
"path": [
|
|
10395
|
+
"color",
|
|
10396
|
+
"light-mode",
|
|
10397
|
+
"icon-button",
|
|
10398
|
+
"standard",
|
|
10399
|
+
"background",
|
|
10400
|
+
"hover"
|
|
10401
|
+
]
|
|
10402
|
+
},
|
|
10403
|
+
"active": {
|
|
10404
|
+
"value": "#cfcfd3",
|
|
10405
|
+
"public": true,
|
|
10406
|
+
"isReferenceToInternal": true,
|
|
10407
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
10408
|
+
"isSource": true,
|
|
10409
|
+
"original": {
|
|
10410
|
+
"value": "{color.light-mode.neutral.300.value}",
|
|
10411
|
+
"public": true,
|
|
10412
|
+
"isReferenceToInternal": true
|
|
10413
|
+
},
|
|
10414
|
+
"name": "color-light-mode-icon-button-standard-background-active",
|
|
10415
|
+
"attributes": {
|
|
10416
|
+
"category": "color",
|
|
10417
|
+
"type": "light-mode",
|
|
10418
|
+
"item": "icon-button",
|
|
10419
|
+
"subitem": "standard",
|
|
10420
|
+
"state": "background"
|
|
10421
|
+
},
|
|
10422
|
+
"path": [
|
|
10423
|
+
"color",
|
|
10424
|
+
"light-mode",
|
|
10425
|
+
"icon-button",
|
|
10426
|
+
"standard",
|
|
10427
|
+
"background",
|
|
10428
|
+
"active"
|
|
10429
|
+
]
|
|
10430
|
+
}
|
|
10431
|
+
},
|
|
10432
|
+
"foreground": {
|
|
10433
|
+
"default": {
|
|
10434
|
+
"value": "#23232d",
|
|
10435
|
+
"public": true,
|
|
10436
|
+
"isReferenceToInternal": true,
|
|
10437
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
10438
|
+
"isSource": true,
|
|
10439
|
+
"original": {
|
|
10440
|
+
"value": "{color.light-mode.neutral.500.value}",
|
|
10441
|
+
"public": true,
|
|
10442
|
+
"isReferenceToInternal": true
|
|
10443
|
+
},
|
|
10444
|
+
"name": "color-light-mode-icon-button-standard-foreground-default",
|
|
10445
|
+
"attributes": {
|
|
10446
|
+
"category": "color",
|
|
10447
|
+
"type": "light-mode",
|
|
10448
|
+
"item": "icon-button",
|
|
10449
|
+
"subitem": "standard",
|
|
10450
|
+
"state": "foreground"
|
|
10451
|
+
},
|
|
10452
|
+
"path": [
|
|
10453
|
+
"color",
|
|
10454
|
+
"light-mode",
|
|
10455
|
+
"icon-button",
|
|
10456
|
+
"standard",
|
|
10457
|
+
"foreground",
|
|
10458
|
+
"default"
|
|
10459
|
+
]
|
|
10460
|
+
}
|
|
10461
|
+
}
|
|
10462
|
+
},
|
|
10463
|
+
"critical": {
|
|
10464
|
+
"background": {
|
|
10465
|
+
"default": {
|
|
10466
|
+
"value": "#ca3521",
|
|
10467
|
+
"public": true,
|
|
10468
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
10469
|
+
"isSource": true,
|
|
10470
|
+
"original": {
|
|
10471
|
+
"value": "{color.light-mode.button.critical.background.default.value}",
|
|
10472
|
+
"public": true
|
|
10473
|
+
},
|
|
10474
|
+
"name": "color-light-mode-icon-button-critical-background-default",
|
|
10475
|
+
"attributes": {
|
|
10476
|
+
"category": "color",
|
|
10477
|
+
"type": "light-mode",
|
|
10478
|
+
"item": "icon-button",
|
|
10479
|
+
"subitem": "critical",
|
|
10480
|
+
"state": "background"
|
|
10481
|
+
},
|
|
10482
|
+
"path": [
|
|
10483
|
+
"color",
|
|
10484
|
+
"light-mode",
|
|
10485
|
+
"icon-button",
|
|
10486
|
+
"critical",
|
|
10487
|
+
"background",
|
|
10488
|
+
"default"
|
|
10489
|
+
]
|
|
10490
|
+
},
|
|
10491
|
+
"hover": {
|
|
10492
|
+
"value": "#cf4937",
|
|
10493
|
+
"public": true,
|
|
10494
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
10495
|
+
"isSource": true,
|
|
10496
|
+
"original": {
|
|
10497
|
+
"value": "{color.light-mode.button.critical.background.hover.value}",
|
|
10498
|
+
"public": true
|
|
10499
|
+
},
|
|
10500
|
+
"name": "color-light-mode-icon-button-critical-background-hover",
|
|
10501
|
+
"attributes": {
|
|
10502
|
+
"category": "color",
|
|
10503
|
+
"type": "light-mode",
|
|
10504
|
+
"item": "icon-button",
|
|
10505
|
+
"subitem": "critical",
|
|
10506
|
+
"state": "background"
|
|
10507
|
+
},
|
|
10508
|
+
"path": [
|
|
10509
|
+
"color",
|
|
10510
|
+
"light-mode",
|
|
10511
|
+
"icon-button",
|
|
10512
|
+
"critical",
|
|
10513
|
+
"background",
|
|
10514
|
+
"hover"
|
|
10515
|
+
]
|
|
10516
|
+
},
|
|
10517
|
+
"active": {
|
|
10518
|
+
"value": "#b6301e",
|
|
10519
|
+
"public": true,
|
|
10520
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
10521
|
+
"isSource": true,
|
|
10522
|
+
"original": {
|
|
10523
|
+
"value": "{color.light-mode.button.critical.background.active.value}",
|
|
10524
|
+
"public": true
|
|
10525
|
+
},
|
|
10526
|
+
"name": "color-light-mode-icon-button-critical-background-active",
|
|
10527
|
+
"attributes": {
|
|
10528
|
+
"category": "color",
|
|
10529
|
+
"type": "light-mode",
|
|
10530
|
+
"item": "icon-button",
|
|
10531
|
+
"subitem": "critical",
|
|
10532
|
+
"state": "background"
|
|
10533
|
+
},
|
|
10534
|
+
"path": [
|
|
10535
|
+
"color",
|
|
10536
|
+
"light-mode",
|
|
10537
|
+
"icon-button",
|
|
10538
|
+
"critical",
|
|
10539
|
+
"background",
|
|
10540
|
+
"active"
|
|
10541
|
+
]
|
|
10542
|
+
}
|
|
10543
|
+
},
|
|
10544
|
+
"foreground": {
|
|
10545
|
+
"default": {
|
|
10546
|
+
"value": "#ffffff",
|
|
10547
|
+
"public": true,
|
|
10548
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
10549
|
+
"isSource": true,
|
|
10550
|
+
"original": {
|
|
10551
|
+
"value": "{color.light-mode.button.critical.foreground.default.value}",
|
|
10552
|
+
"public": true
|
|
10553
|
+
},
|
|
10554
|
+
"name": "color-light-mode-icon-button-critical-foreground-default",
|
|
10555
|
+
"attributes": {
|
|
10556
|
+
"category": "color",
|
|
10557
|
+
"type": "light-mode",
|
|
10558
|
+
"item": "icon-button",
|
|
10559
|
+
"subitem": "critical",
|
|
10560
|
+
"state": "foreground"
|
|
10561
|
+
},
|
|
10562
|
+
"path": [
|
|
10563
|
+
"color",
|
|
10564
|
+
"light-mode",
|
|
10565
|
+
"icon-button",
|
|
10566
|
+
"critical",
|
|
10567
|
+
"foreground",
|
|
10568
|
+
"default"
|
|
10569
|
+
]
|
|
10570
|
+
}
|
|
10571
|
+
}
|
|
10572
|
+
}
|
|
10573
|
+
},
|
|
10250
10574
|
"toggle-button": {
|
|
10251
10575
|
"background": {
|
|
10252
10576
|
"off": {
|