@pantheon-systems/pds-design-tokens 1.0.0-dev.82 → 1.0.0-dev.84

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.
@@ -100,6 +100,8 @@
100
100
  --pds-color-button-subtle-foreground-hover: #ffffff;
101
101
  --pds-color-card-border: #504e62;
102
102
  --pds-color-code-inline-background: #282839;
103
+ --pds-color-code-inline-border: #504e62;
104
+ --pds-color-code-inline-text: #ffffff;
103
105
  --pds-color-expansion-panel-hover: #282839;
104
106
  --pds-color-expansion-panel-open: #282839;
105
107
  --pds-color-foreground-default: #ffffff;
@@ -99,7 +99,9 @@
99
99
  --pds-color-button-subtle-foreground-default: #23232d;
100
100
  --pds-color-button-subtle-foreground-hover: #23232d;
101
101
  --pds-color-card-border: var(--pds-color-border-default);
102
- --pds-color-code-inline-background: #f2effc;
102
+ --pds-color-code-inline-background: #f0ecff;
103
+ --pds-color-code-inline-border: #e5dbff;
104
+ --pds-color-code-inline-text: #000000;
103
105
  --pds-color-expansion-panel-hover: #f1f1f1;
104
106
  --pds-color-expansion-panel-open: #f1f1f1;
105
107
  --pds-color-foreground-default: #23232d;
@@ -4226,6 +4226,58 @@
4226
4226
  "inline",
4227
4227
  "background"
4228
4228
  ]
4229
+ },
4230
+ "border": {
4231
+ "value": "#504e62",
4232
+ "public": true,
4233
+ "isReferenceToInternal": true,
4234
+ "filePath": "tokens/color/alias/code.dark.json",
4235
+ "isSource": true,
4236
+ "original": {
4237
+ "value": "{color.dark-mode.neutral.400.value}",
4238
+ "public": true,
4239
+ "isReferenceToInternal": true
4240
+ },
4241
+ "name": "color-dark-mode-code-inline-border",
4242
+ "attributes": {
4243
+ "category": "color",
4244
+ "type": "dark-mode",
4245
+ "item": "code",
4246
+ "subitem": "inline",
4247
+ "state": "border"
4248
+ },
4249
+ "path": [
4250
+ "color",
4251
+ "dark-mode",
4252
+ "code",
4253
+ "inline",
4254
+ "border"
4255
+ ]
4256
+ },
4257
+ "text": {
4258
+ "value": "#ffffff",
4259
+ "public": true,
4260
+ "filePath": "tokens/color/alias/code.dark.json",
4261
+ "isSource": true,
4262
+ "original": {
4263
+ "value": "#ffffff",
4264
+ "public": true
4265
+ },
4266
+ "name": "color-dark-mode-code-inline-text",
4267
+ "attributes": {
4268
+ "category": "color",
4269
+ "type": "dark-mode",
4270
+ "item": "code",
4271
+ "subitem": "inline",
4272
+ "state": "text"
4273
+ },
4274
+ "path": [
4275
+ "color",
4276
+ "dark-mode",
4277
+ "code",
4278
+ "inline",
4279
+ "text"
4280
+ ]
4229
4281
  }
4230
4282
  }
4231
4283
  },
@@ -10001,13 +10053,15 @@
10001
10053
  "code": {
10002
10054
  "inline": {
10003
10055
  "background": {
10004
- "value": "#f2effc",
10056
+ "value": "#f0ecff",
10005
10057
  "public": true,
10058
+ "isReferenceToInternal": true,
10006
10059
  "filePath": "tokens/color/alias/code.light.json",
10007
10060
  "isSource": true,
10008
10061
  "original": {
10009
- "value": "#f2effc",
10010
- "public": true
10062
+ "value": "{color.light-mode.brand.secondary.100.value}",
10063
+ "public": true,
10064
+ "isReferenceToInternal": true
10011
10065
  },
10012
10066
  "name": "color-light-mode-code-inline-background",
10013
10067
  "attributes": {
@@ -10024,6 +10078,58 @@
10024
10078
  "inline",
10025
10079
  "background"
10026
10080
  ]
10081
+ },
10082
+ "border": {
10083
+ "value": "#e5dbff",
10084
+ "public": true,
10085
+ "isReferenceToInternal": true,
10086
+ "filePath": "tokens/color/alias/code.light.json",
10087
+ "isSource": true,
10088
+ "original": {
10089
+ "value": "{color.light-mode.brand.secondary.200.value}",
10090
+ "public": true,
10091
+ "isReferenceToInternal": true
10092
+ },
10093
+ "name": "color-light-mode-code-inline-border",
10094
+ "attributes": {
10095
+ "category": "color",
10096
+ "type": "light-mode",
10097
+ "item": "code",
10098
+ "subitem": "inline",
10099
+ "state": "border"
10100
+ },
10101
+ "path": [
10102
+ "color",
10103
+ "light-mode",
10104
+ "code",
10105
+ "inline",
10106
+ "border"
10107
+ ]
10108
+ },
10109
+ "text": {
10110
+ "value": "#000000",
10111
+ "public": true,
10112
+ "filePath": "tokens/color/alias/code.light.json",
10113
+ "isSource": true,
10114
+ "original": {
10115
+ "value": "#000000",
10116
+ "public": true
10117
+ },
10118
+ "name": "color-light-mode-code-inline-text",
10119
+ "attributes": {
10120
+ "category": "color",
10121
+ "type": "light-mode",
10122
+ "item": "code",
10123
+ "subitem": "inline",
10124
+ "state": "text"
10125
+ },
10126
+ "path": [
10127
+ "color",
10128
+ "light-mode",
10129
+ "code",
10130
+ "inline",
10131
+ "text"
10132
+ ]
10027
10133
  }
10028
10134
  }
10029
10135
  },
@@ -2379,6 +2379,58 @@
2379
2379
  "inline",
2380
2380
  "background"
2381
2381
  ]
2382
+ },
2383
+ "border": {
2384
+ "value": "#504e62",
2385
+ "public": true,
2386
+ "isReferenceToInternal": true,
2387
+ "filePath": "tokens/color/alias/code.dark.json",
2388
+ "isSource": true,
2389
+ "original": {
2390
+ "value": "{color.dark-mode.neutral.400.value}",
2391
+ "public": true,
2392
+ "isReferenceToInternal": true
2393
+ },
2394
+ "name": "color-dark-mode-code-inline-border",
2395
+ "attributes": {
2396
+ "category": "color",
2397
+ "type": "dark-mode",
2398
+ "item": "code",
2399
+ "subitem": "inline",
2400
+ "state": "border"
2401
+ },
2402
+ "path": [
2403
+ "color",
2404
+ "dark-mode",
2405
+ "code",
2406
+ "inline",
2407
+ "border"
2408
+ ]
2409
+ },
2410
+ "text": {
2411
+ "value": "#ffffff",
2412
+ "public": true,
2413
+ "filePath": "tokens/color/alias/code.dark.json",
2414
+ "isSource": true,
2415
+ "original": {
2416
+ "value": "#ffffff",
2417
+ "public": true
2418
+ },
2419
+ "name": "color-dark-mode-code-inline-text",
2420
+ "attributes": {
2421
+ "category": "color",
2422
+ "type": "dark-mode",
2423
+ "item": "code",
2424
+ "subitem": "inline",
2425
+ "state": "text"
2426
+ },
2427
+ "path": [
2428
+ "color",
2429
+ "dark-mode",
2430
+ "code",
2431
+ "inline",
2432
+ "text"
2433
+ ]
2382
2434
  }
2383
2435
  }
2384
2436
  },
@@ -2346,13 +2346,15 @@
2346
2346
  "code": {
2347
2347
  "inline": {
2348
2348
  "background": {
2349
- "value": "#f2effc",
2349
+ "value": "#f0ecff",
2350
2350
  "public": true,
2351
+ "isReferenceToInternal": true,
2351
2352
  "filePath": "tokens/color/alias/code.light.json",
2352
2353
  "isSource": true,
2353
2354
  "original": {
2354
- "value": "#f2effc",
2355
- "public": true
2355
+ "value": "{color.light-mode.brand.secondary.100.value}",
2356
+ "public": true,
2357
+ "isReferenceToInternal": true
2356
2358
  },
2357
2359
  "name": "color-light-mode-code-inline-background",
2358
2360
  "attributes": {
@@ -2369,6 +2371,58 @@
2369
2371
  "inline",
2370
2372
  "background"
2371
2373
  ]
2374
+ },
2375
+ "border": {
2376
+ "value": "#e5dbff",
2377
+ "public": true,
2378
+ "isReferenceToInternal": true,
2379
+ "filePath": "tokens/color/alias/code.light.json",
2380
+ "isSource": true,
2381
+ "original": {
2382
+ "value": "{color.light-mode.brand.secondary.200.value}",
2383
+ "public": true,
2384
+ "isReferenceToInternal": true
2385
+ },
2386
+ "name": "color-light-mode-code-inline-border",
2387
+ "attributes": {
2388
+ "category": "color",
2389
+ "type": "light-mode",
2390
+ "item": "code",
2391
+ "subitem": "inline",
2392
+ "state": "border"
2393
+ },
2394
+ "path": [
2395
+ "color",
2396
+ "light-mode",
2397
+ "code",
2398
+ "inline",
2399
+ "border"
2400
+ ]
2401
+ },
2402
+ "text": {
2403
+ "value": "#000000",
2404
+ "public": true,
2405
+ "filePath": "tokens/color/alias/code.light.json",
2406
+ "isSource": true,
2407
+ "original": {
2408
+ "value": "#000000",
2409
+ "public": true
2410
+ },
2411
+ "name": "color-light-mode-code-inline-text",
2412
+ "attributes": {
2413
+ "category": "color",
2414
+ "type": "light-mode",
2415
+ "item": "code",
2416
+ "subitem": "inline",
2417
+ "state": "text"
2418
+ },
2419
+ "path": [
2420
+ "color",
2421
+ "light-mode",
2422
+ "code",
2423
+ "inline",
2424
+ "text"
2425
+ ]
2372
2426
  }
2373
2427
  }
2374
2428
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pantheon-systems/pds-design-tokens",
3
- "version": "1.0.0-dev.82",
3
+ "version": "1.0.0-dev.84",
4
4
  "description": "Design Tokens for the Pantheon Design System",
5
5
  "homepage": "https://pantheon.io",
6
6
  "keywords": [