@pantheon-systems/pds-design-tokens 1.0.0-dev.83 → 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,7 @@
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;
103
104
  --pds-color-code-inline-text: #ffffff;
104
105
  --pds-color-expansion-panel-hover: #282839;
105
106
  --pds-color-expansion-panel-open: #282839;
@@ -100,6 +100,7 @@
100
100
  --pds-color-button-subtle-foreground-hover: #23232d;
101
101
  --pds-color-card-border: var(--pds-color-border-default);
102
102
  --pds-color-code-inline-background: #f0ecff;
103
+ --pds-color-code-inline-border: #e5dbff;
103
104
  --pds-color-code-inline-text: #000000;
104
105
  --pds-color-expansion-panel-hover: #f1f1f1;
105
106
  --pds-color-expansion-panel-open: #f1f1f1;
@@ -4227,6 +4227,33 @@
4227
4227
  "background"
4228
4228
  ]
4229
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
+ },
4230
4257
  "text": {
4231
4258
  "value": "#ffffff",
4232
4259
  "public": true,
@@ -10052,6 +10079,33 @@
10052
10079
  "background"
10053
10080
  ]
10054
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
+ },
10055
10109
  "text": {
10056
10110
  "value": "#000000",
10057
10111
  "public": true,
@@ -2380,6 +2380,33 @@
2380
2380
  "background"
2381
2381
  ]
2382
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
+ },
2383
2410
  "text": {
2384
2411
  "value": "#ffffff",
2385
2412
  "public": true,
@@ -2372,6 +2372,33 @@
2372
2372
  "background"
2373
2373
  ]
2374
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
+ },
2375
2402
  "text": {
2376
2403
  "value": "#000000",
2377
2404
  "public": true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pantheon-systems/pds-design-tokens",
3
- "version": "1.0.0-dev.83",
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": [