@pantheon-systems/pds-design-tokens 1.0.0-dev.136 → 1.0.0-dev.137
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 +2 -0
- package/build/css/pds-design-tokens-light-mode.css +2 -0
- package/build/figma/pds-design-tokens-figma.json +124 -0
- package/build/json/pds-design-tokens-dark-mode.json +62 -0
- package/build/json/pds-design-tokens-light-mode.json +62 -0
- package/package.json +1 -1
|
@@ -145,6 +145,8 @@
|
|
|
145
145
|
--pds-color-input-border-success: #2abb7f;
|
|
146
146
|
--pds-color-input-checked-background: var(--pds-color-interactive-focus);
|
|
147
147
|
--pds-color-input-checked-foreground: #ffffff;
|
|
148
|
+
--pds-color-input-file-upload-button-background-default: #504e62;
|
|
149
|
+
--pds-color-input-file-upload-button-background-hover: #3d3c4d;
|
|
148
150
|
--pds-color-input-foreground-critical: #ef5c48;
|
|
149
151
|
--pds-color-input-foreground-default: #ffffff;
|
|
150
152
|
--pds-color-input-foreground-success: #2abb7f;
|
|
@@ -167,6 +167,8 @@
|
|
|
167
167
|
--pds-color-input-border-success: #218c5f;
|
|
168
168
|
--pds-color-input-checked-background: var(--pds-color-interactive-focus);
|
|
169
169
|
--pds-color-input-checked-foreground: #ffffff;
|
|
170
|
+
--pds-color-input-file-upload-button-background-default: #f1f1f1;
|
|
171
|
+
--pds-color-input-file-upload-button-background-hover: #e6e6e7;
|
|
170
172
|
--pds-color-input-foreground-critical: #ca3521;
|
|
171
173
|
--pds-color-input-foreground-default: #23232d;
|
|
172
174
|
--pds-color-input-foreground-success: #218c5f;
|
|
@@ -7259,6 +7259,68 @@
|
|
|
7259
7259
|
]
|
|
7260
7260
|
}
|
|
7261
7261
|
},
|
|
7262
|
+
"file-upload": {
|
|
7263
|
+
"button": {
|
|
7264
|
+
"background": {
|
|
7265
|
+
"default": {
|
|
7266
|
+
"value": "#504e62",
|
|
7267
|
+
"public": true,
|
|
7268
|
+
"isReferenceToInternal": true,
|
|
7269
|
+
"filePath": "tokens/color/alias/input.dark.json",
|
|
7270
|
+
"isSource": true,
|
|
7271
|
+
"original": {
|
|
7272
|
+
"value": "{color.dark-mode.neutral.400.value}",
|
|
7273
|
+
"public": true,
|
|
7274
|
+
"isReferenceToInternal": true
|
|
7275
|
+
},
|
|
7276
|
+
"name": "color-dark-mode-input-file-upload-button-background-default",
|
|
7277
|
+
"attributes": {
|
|
7278
|
+
"category": "color",
|
|
7279
|
+
"type": "dark-mode",
|
|
7280
|
+
"item": "input",
|
|
7281
|
+
"subitem": "file-upload",
|
|
7282
|
+
"state": "button"
|
|
7283
|
+
},
|
|
7284
|
+
"path": [
|
|
7285
|
+
"color",
|
|
7286
|
+
"dark-mode",
|
|
7287
|
+
"input",
|
|
7288
|
+
"file-upload",
|
|
7289
|
+
"button",
|
|
7290
|
+
"background",
|
|
7291
|
+
"default"
|
|
7292
|
+
]
|
|
7293
|
+
},
|
|
7294
|
+
"hover": {
|
|
7295
|
+
"value": "#3d3c4d",
|
|
7296
|
+
"public": true,
|
|
7297
|
+
"filePath": "tokens/color/alias/input.dark.json",
|
|
7298
|
+
"isSource": true,
|
|
7299
|
+
"original": {
|
|
7300
|
+
"value": "#3d3c4d",
|
|
7301
|
+
"public": true
|
|
7302
|
+
},
|
|
7303
|
+
"name": "color-dark-mode-input-file-upload-button-background-hover",
|
|
7304
|
+
"attributes": {
|
|
7305
|
+
"category": "color",
|
|
7306
|
+
"type": "dark-mode",
|
|
7307
|
+
"item": "input",
|
|
7308
|
+
"subitem": "file-upload",
|
|
7309
|
+
"state": "button"
|
|
7310
|
+
},
|
|
7311
|
+
"path": [
|
|
7312
|
+
"color",
|
|
7313
|
+
"dark-mode",
|
|
7314
|
+
"input",
|
|
7315
|
+
"file-upload",
|
|
7316
|
+
"button",
|
|
7317
|
+
"background",
|
|
7318
|
+
"hover"
|
|
7319
|
+
]
|
|
7320
|
+
}
|
|
7321
|
+
}
|
|
7322
|
+
}
|
|
7323
|
+
},
|
|
7262
7324
|
"toggle-switch": {
|
|
7263
7325
|
"off": {
|
|
7264
7326
|
"value": "#504e62",
|
|
@@ -15346,6 +15408,68 @@
|
|
|
15346
15408
|
]
|
|
15347
15409
|
}
|
|
15348
15410
|
},
|
|
15411
|
+
"file-upload": {
|
|
15412
|
+
"button": {
|
|
15413
|
+
"background": {
|
|
15414
|
+
"default": {
|
|
15415
|
+
"value": "#f1f1f1",
|
|
15416
|
+
"public": true,
|
|
15417
|
+
"isReferenceToInternal": true,
|
|
15418
|
+
"filePath": "tokens/color/alias/input.light.json",
|
|
15419
|
+
"isSource": true,
|
|
15420
|
+
"original": {
|
|
15421
|
+
"value": "{color.light-mode.neutral.200.value}",
|
|
15422
|
+
"public": true,
|
|
15423
|
+
"isReferenceToInternal": true
|
|
15424
|
+
},
|
|
15425
|
+
"name": "color-light-mode-input-file-upload-button-background-default",
|
|
15426
|
+
"attributes": {
|
|
15427
|
+
"category": "color",
|
|
15428
|
+
"type": "light-mode",
|
|
15429
|
+
"item": "input",
|
|
15430
|
+
"subitem": "file-upload",
|
|
15431
|
+
"state": "button"
|
|
15432
|
+
},
|
|
15433
|
+
"path": [
|
|
15434
|
+
"color",
|
|
15435
|
+
"light-mode",
|
|
15436
|
+
"input",
|
|
15437
|
+
"file-upload",
|
|
15438
|
+
"button",
|
|
15439
|
+
"background",
|
|
15440
|
+
"default"
|
|
15441
|
+
]
|
|
15442
|
+
},
|
|
15443
|
+
"hover": {
|
|
15444
|
+
"value": "#e6e6e7",
|
|
15445
|
+
"public": true,
|
|
15446
|
+
"filePath": "tokens/color/alias/input.light.json",
|
|
15447
|
+
"isSource": true,
|
|
15448
|
+
"original": {
|
|
15449
|
+
"value": "#e6e6e7",
|
|
15450
|
+
"public": true
|
|
15451
|
+
},
|
|
15452
|
+
"name": "color-light-mode-input-file-upload-button-background-hover",
|
|
15453
|
+
"attributes": {
|
|
15454
|
+
"category": "color",
|
|
15455
|
+
"type": "light-mode",
|
|
15456
|
+
"item": "input",
|
|
15457
|
+
"subitem": "file-upload",
|
|
15458
|
+
"state": "button"
|
|
15459
|
+
},
|
|
15460
|
+
"path": [
|
|
15461
|
+
"color",
|
|
15462
|
+
"light-mode",
|
|
15463
|
+
"input",
|
|
15464
|
+
"file-upload",
|
|
15465
|
+
"button",
|
|
15466
|
+
"background",
|
|
15467
|
+
"hover"
|
|
15468
|
+
]
|
|
15469
|
+
}
|
|
15470
|
+
}
|
|
15471
|
+
}
|
|
15472
|
+
},
|
|
15349
15473
|
"toggle-switch": {
|
|
15350
15474
|
"off": {
|
|
15351
15475
|
"value": "#6d6d78",
|
|
@@ -3871,6 +3871,68 @@
|
|
|
3871
3871
|
]
|
|
3872
3872
|
}
|
|
3873
3873
|
},
|
|
3874
|
+
"file-upload": {
|
|
3875
|
+
"button": {
|
|
3876
|
+
"background": {
|
|
3877
|
+
"default": {
|
|
3878
|
+
"value": "#504e62",
|
|
3879
|
+
"public": true,
|
|
3880
|
+
"isReferenceToInternal": true,
|
|
3881
|
+
"filePath": "tokens/color/alias/input.dark.json",
|
|
3882
|
+
"isSource": true,
|
|
3883
|
+
"original": {
|
|
3884
|
+
"value": "{color.dark-mode.neutral.400.value}",
|
|
3885
|
+
"public": true,
|
|
3886
|
+
"isReferenceToInternal": true
|
|
3887
|
+
},
|
|
3888
|
+
"name": "color-dark-mode-input-file-upload-button-background-default",
|
|
3889
|
+
"attributes": {
|
|
3890
|
+
"category": "color",
|
|
3891
|
+
"type": "dark-mode",
|
|
3892
|
+
"item": "input",
|
|
3893
|
+
"subitem": "file-upload",
|
|
3894
|
+
"state": "button"
|
|
3895
|
+
},
|
|
3896
|
+
"path": [
|
|
3897
|
+
"color",
|
|
3898
|
+
"dark-mode",
|
|
3899
|
+
"input",
|
|
3900
|
+
"file-upload",
|
|
3901
|
+
"button",
|
|
3902
|
+
"background",
|
|
3903
|
+
"default"
|
|
3904
|
+
]
|
|
3905
|
+
},
|
|
3906
|
+
"hover": {
|
|
3907
|
+
"value": "#3d3c4d",
|
|
3908
|
+
"public": true,
|
|
3909
|
+
"filePath": "tokens/color/alias/input.dark.json",
|
|
3910
|
+
"isSource": true,
|
|
3911
|
+
"original": {
|
|
3912
|
+
"value": "#3d3c4d",
|
|
3913
|
+
"public": true
|
|
3914
|
+
},
|
|
3915
|
+
"name": "color-dark-mode-input-file-upload-button-background-hover",
|
|
3916
|
+
"attributes": {
|
|
3917
|
+
"category": "color",
|
|
3918
|
+
"type": "dark-mode",
|
|
3919
|
+
"item": "input",
|
|
3920
|
+
"subitem": "file-upload",
|
|
3921
|
+
"state": "button"
|
|
3922
|
+
},
|
|
3923
|
+
"path": [
|
|
3924
|
+
"color",
|
|
3925
|
+
"dark-mode",
|
|
3926
|
+
"input",
|
|
3927
|
+
"file-upload",
|
|
3928
|
+
"button",
|
|
3929
|
+
"background",
|
|
3930
|
+
"hover"
|
|
3931
|
+
]
|
|
3932
|
+
}
|
|
3933
|
+
}
|
|
3934
|
+
}
|
|
3935
|
+
},
|
|
3874
3936
|
"toggle-switch": {
|
|
3875
3937
|
"off": {
|
|
3876
3938
|
"value": "#504e62",
|
|
@@ -4319,6 +4319,68 @@
|
|
|
4319
4319
|
]
|
|
4320
4320
|
}
|
|
4321
4321
|
},
|
|
4322
|
+
"file-upload": {
|
|
4323
|
+
"button": {
|
|
4324
|
+
"background": {
|
|
4325
|
+
"default": {
|
|
4326
|
+
"value": "#f1f1f1",
|
|
4327
|
+
"public": true,
|
|
4328
|
+
"isReferenceToInternal": true,
|
|
4329
|
+
"filePath": "tokens/color/alias/input.light.json",
|
|
4330
|
+
"isSource": true,
|
|
4331
|
+
"original": {
|
|
4332
|
+
"value": "{color.light-mode.neutral.200.value}",
|
|
4333
|
+
"public": true,
|
|
4334
|
+
"isReferenceToInternal": true
|
|
4335
|
+
},
|
|
4336
|
+
"name": "color-light-mode-input-file-upload-button-background-default",
|
|
4337
|
+
"attributes": {
|
|
4338
|
+
"category": "color",
|
|
4339
|
+
"type": "light-mode",
|
|
4340
|
+
"item": "input",
|
|
4341
|
+
"subitem": "file-upload",
|
|
4342
|
+
"state": "button"
|
|
4343
|
+
},
|
|
4344
|
+
"path": [
|
|
4345
|
+
"color",
|
|
4346
|
+
"light-mode",
|
|
4347
|
+
"input",
|
|
4348
|
+
"file-upload",
|
|
4349
|
+
"button",
|
|
4350
|
+
"background",
|
|
4351
|
+
"default"
|
|
4352
|
+
]
|
|
4353
|
+
},
|
|
4354
|
+
"hover": {
|
|
4355
|
+
"value": "#e6e6e7",
|
|
4356
|
+
"public": true,
|
|
4357
|
+
"filePath": "tokens/color/alias/input.light.json",
|
|
4358
|
+
"isSource": true,
|
|
4359
|
+
"original": {
|
|
4360
|
+
"value": "#e6e6e7",
|
|
4361
|
+
"public": true
|
|
4362
|
+
},
|
|
4363
|
+
"name": "color-light-mode-input-file-upload-button-background-hover",
|
|
4364
|
+
"attributes": {
|
|
4365
|
+
"category": "color",
|
|
4366
|
+
"type": "light-mode",
|
|
4367
|
+
"item": "input",
|
|
4368
|
+
"subitem": "file-upload",
|
|
4369
|
+
"state": "button"
|
|
4370
|
+
},
|
|
4371
|
+
"path": [
|
|
4372
|
+
"color",
|
|
4373
|
+
"light-mode",
|
|
4374
|
+
"input",
|
|
4375
|
+
"file-upload",
|
|
4376
|
+
"button",
|
|
4377
|
+
"background",
|
|
4378
|
+
"hover"
|
|
4379
|
+
]
|
|
4380
|
+
}
|
|
4381
|
+
}
|
|
4382
|
+
}
|
|
4383
|
+
},
|
|
4322
4384
|
"toggle-switch": {
|
|
4323
4385
|
"off": {
|
|
4324
4386
|
"value": "#6d6d78",
|