@pantheon-systems/pds-design-tokens 1.0.0-dev.92 → 1.0.0-dev.93

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.
@@ -71,9 +71,9 @@
71
71
  --pds-color-button-critical-foreground-active: #ffffff;
72
72
  --pds-color-button-critical-foreground-default: #ffffff;
73
73
  --pds-color-button-critical-foreground-hover: #ffffff;
74
- --pds-color-button-navbar-foreground-active: #8a70ff;
74
+ --pds-color-button-navbar-foreground-active: var(--pds-color-link-active);
75
75
  --pds-color-button-navbar-foreground-default: #ffffff;
76
- --pds-color-button-navbar-foreground-hover: #8a70ff;
76
+ --pds-color-button-navbar-foreground-hover: var(--pds-color-link-hover);
77
77
  --pds-color-button-primary-background-active: #4e39a8;
78
78
  --pds-color-button-primary-background-default: #8a70ff;
79
79
  --pds-color-button-primary-background-hover: #ad9bff;
@@ -92,13 +92,11 @@
92
92
  --pds-color-button-secondary-foreground-active: #e7e7eb;
93
93
  --pds-color-button-secondary-foreground-default: #e7e7eb;
94
94
  --pds-color-button-secondary-foreground-hover: #ffffff;
95
- --pds-color-button-subtle-background-active: #282839;
96
95
  --pds-color-button-subtle-background-default: rgba(0, 0, 0, 0);
97
- --pds-color-button-subtle-background-hover: #504e62;
98
96
  --pds-color-button-subtle-border-default: rgba(0, 0, 0, 0);
99
- --pds-color-button-subtle-foreground-active: #e7e7eb;
97
+ --pds-color-button-subtle-foreground-active: var(--pds-color-link-active);
100
98
  --pds-color-button-subtle-foreground-default: #e7e7eb;
101
- --pds-color-button-subtle-foreground-hover: #ffffff;
99
+ --pds-color-button-subtle-foreground-hover: var(--pds-color-link-hover);
102
100
  --pds-color-card-border: #504e62;
103
101
  --pds-color-code-inline-background: #282839;
104
102
  --pds-color-code-inline-border: #504e62;
@@ -71,9 +71,9 @@
71
71
  --pds-color-button-critical-foreground-active: #ffffff;
72
72
  --pds-color-button-critical-foreground-default: #ffffff;
73
73
  --pds-color-button-critical-foreground-hover: #ffffff;
74
- --pds-color-button-navbar-foreground-active: #5f41e5;
75
- --pds-color-button-navbar-foreground-default: #23232d;
76
- --pds-color-button-navbar-foreground-hover: #5f41e5;
74
+ --pds-color-button-navbar-foreground-active: var(--pds-color-link-active);
75
+ --pds-color-button-navbar-foreground-default: var(--pds-color-foreground-default);
76
+ --pds-color-button-navbar-foreground-hover: var(--pds-color-link-hover);
77
77
  --pds-color-button-primary-background-active: #11005d;
78
78
  --pds-color-button-primary-background-default: #3017a1;
79
79
  --pds-color-button-primary-background-hover: #5f41e5;
@@ -92,13 +92,11 @@
92
92
  --pds-color-button-secondary-foreground-active: #11005d;
93
93
  --pds-color-button-secondary-foreground-default: #3017a1;
94
94
  --pds-color-button-secondary-foreground-hover: #3017a1;
95
- --pds-color-button-subtle-background-active: #cfcfd3;
96
95
  --pds-color-button-subtle-background-default: rgba(0, 0, 0, 0);
97
- --pds-color-button-subtle-background-hover: #f1f1f1;
98
96
  --pds-color-button-subtle-border-default: rgba(0, 0, 0, 0);
99
- --pds-color-button-subtle-foreground-active: #23232d;
100
- --pds-color-button-subtle-foreground-default: #23232d;
101
- --pds-color-button-subtle-foreground-hover: #23232d;
97
+ --pds-color-button-subtle-foreground-active: var(--pds-color-link-active);
98
+ --pds-color-button-subtle-foreground-default: var(--pds-color-text-default-secondary);
99
+ --pds-color-button-subtle-foreground-hover: var(--pds-color-link-hover);
102
100
  --pds-color-card-border: var(--pds-color-border-default);
103
101
  --pds-color-code-inline-background: #f0ecff;
104
102
  --pds-color-code-inline-border: #e5dbff;
@@ -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": "#ffffff",
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.neutral.000.value}",
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": "#e7e7eb",
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.neutral.100.value}",
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": {
@@ -9211,62 +9147,6 @@
9211
9147
  "background",
9212
9148
  "default"
9213
9149
  ]
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",
9227
- "attributes": {
9228
- "category": "color",
9229
- "type": "light-mode",
9230
- "item": "button",
9231
- "subitem": "subtle",
9232
- "state": "background"
9233
- },
9234
- "path": [
9235
- "color",
9236
- "light-mode",
9237
- "button",
9238
- "subtle",
9239
- "background",
9240
- "hover"
9241
- ]
9242
- },
9243
- "active": {
9244
- "value": "#cfcfd3",
9245
- "public": true,
9246
- "isReferenceToInternal": true,
9247
- "filePath": "tokens/color/alias/button.light.json",
9248
- "isSource": true,
9249
- "original": {
9250
- "value": "{color.light-mode.neutral.300.value}",
9251
- "public": true,
9252
- "isReferenceToInternal": true
9253
- },
9254
- "name": "color-light-mode-button-subtle-background-active",
9255
- "attributes": {
9256
- "category": "color",
9257
- "type": "light-mode",
9258
- "item": "button",
9259
- "subitem": "subtle",
9260
- "state": "background"
9261
- },
9262
- "path": [
9263
- "color",
9264
- "light-mode",
9265
- "button",
9266
- "subtle",
9267
- "background",
9268
- "active"
9269
- ]
9270
9150
  }
9271
9151
  },
9272
9152
  "border": {
@@ -9299,15 +9179,13 @@
9299
9179
  },
9300
9180
  "foreground": {
9301
9181
  "default": {
9302
- "value": "#23232d",
9182
+ "value": "#6d6d78",
9303
9183
  "public": true,
9304
- "isReferenceToInternal": true,
9305
9184
  "filePath": "tokens/color/alias/button.light.json",
9306
9185
  "isSource": true,
9307
9186
  "original": {
9308
- "value": "{color.light-mode.neutral.500.value}",
9309
- "public": true,
9310
- "isReferenceToInternal": true
9187
+ "value": "{color.light-mode.text.default-secondary.value}",
9188
+ "public": true
9311
9189
  },
9312
9190
  "name": "color-light-mode-button-subtle-foreground-default",
9313
9191
  "attributes": {
@@ -9327,15 +9205,13 @@
9327
9205
  ]
9328
9206
  },
9329
9207
  "hover": {
9330
- "value": "#23232d",
9208
+ "value": "#5f41e5",
9331
9209
  "public": true,
9332
- "isReferenceToInternal": true,
9333
9210
  "filePath": "tokens/color/alias/button.light.json",
9334
9211
  "isSource": true,
9335
9212
  "original": {
9336
- "value": "{color.light-mode.neutral.500.value}",
9337
- "public": true,
9338
- "isReferenceToInternal": true
9213
+ "value": "{color.light-mode.link.hover.value}",
9214
+ "public": true
9339
9215
  },
9340
9216
  "name": "color-light-mode-button-subtle-foreground-hover",
9341
9217
  "attributes": {
@@ -9355,15 +9231,13 @@
9355
9231
  ]
9356
9232
  },
9357
9233
  "active": {
9358
- "value": "#23232d",
9234
+ "value": "#5f41e5",
9359
9235
  "public": true,
9360
- "isReferenceToInternal": true,
9361
9236
  "filePath": "tokens/color/alias/button.light.json",
9362
9237
  "isSource": true,
9363
9238
  "original": {
9364
- "value": "{color.light-mode.neutral.500.value}",
9365
- "public": true,
9366
- "isReferenceToInternal": true
9239
+ "value": "{color.light-mode.link.active.value}",
9240
+ "public": true
9367
9241
  },
9368
9242
  "name": "color-light-mode-button-subtle-foreground-active",
9369
9243
  "attributes": {
@@ -10163,13 +10037,11 @@
10163
10037
  "default": {
10164
10038
  "value": "#23232d",
10165
10039
  "public": true,
10166
- "isReferenceToInternal": true,
10167
10040
  "filePath": "tokens/color/alias/button.light.json",
10168
10041
  "isSource": true,
10169
10042
  "original": {
10170
10043
  "value": "{color.light-mode.foreground.default.value}",
10171
- "public": true,
10172
- "isReferenceToInternal": true
10044
+ "public": true
10173
10045
  },
10174
10046
  "name": "color-light-mode-button-navbar-foreground-default",
10175
10047
  "attributes": {
@@ -10191,13 +10063,11 @@
10191
10063
  "hover": {
10192
10064
  "value": "#5f41e5",
10193
10065
  "public": true,
10194
- "isReferenceToInternal": true,
10195
10066
  "filePath": "tokens/color/alias/button.light.json",
10196
10067
  "isSource": true,
10197
10068
  "original": {
10198
10069
  "value": "{color.light-mode.link.hover.value}",
10199
- "public": true,
10200
- "isReferenceToInternal": true
10070
+ "public": true
10201
10071
  },
10202
10072
  "name": "color-light-mode-button-navbar-foreground-hover",
10203
10073
  "attributes": {
@@ -10219,13 +10089,11 @@
10219
10089
  "active": {
10220
10090
  "value": "#5f41e5",
10221
10091
  "public": true,
10222
- "isReferenceToInternal": true,
10223
10092
  "filePath": "tokens/color/alias/button.light.json",
10224
10093
  "isSource": true,
10225
10094
  "original": {
10226
10095
  "value": "{color.light-mode.link.active.value}",
10227
- "public": true,
10228
- "isReferenceToInternal": true
10096
+ "public": true
10229
10097
  },
10230
10098
  "name": "color-light-mode-button-navbar-foreground-active",
10231
10099
  "attributes": {
@@ -1255,62 +1255,6 @@
1255
1255
  "background",
1256
1256
  "default"
1257
1257
  ]
1258
- },
1259
- "hover": {
1260
- "value": "#504e62",
1261
- "public": true,
1262
- "isReferenceToInternal": true,
1263
- "filePath": "tokens/color/alias/button.dark.json",
1264
- "isSource": true,
1265
- "original": {
1266
- "value": "{color.dark-mode.neutral.400.value}",
1267
- "public": true,
1268
- "isReferenceToInternal": true
1269
- },
1270
- "name": "color-dark-mode-button-subtle-background-hover",
1271
- "attributes": {
1272
- "category": "color",
1273
- "type": "dark-mode",
1274
- "item": "button",
1275
- "subitem": "subtle",
1276
- "state": "background"
1277
- },
1278
- "path": [
1279
- "color",
1280
- "dark-mode",
1281
- "button",
1282
- "subtle",
1283
- "background",
1284
- "hover"
1285
- ]
1286
- },
1287
- "active": {
1288
- "value": "#282839",
1289
- "public": true,
1290
- "isReferenceToInternal": true,
1291
- "filePath": "tokens/color/alias/button.dark.json",
1292
- "isSource": true,
1293
- "original": {
1294
- "value": "{color.dark-mode.neutral.500.value}",
1295
- "public": true,
1296
- "isReferenceToInternal": true
1297
- },
1298
- "name": "color-dark-mode-button-subtle-background-active",
1299
- "attributes": {
1300
- "category": "color",
1301
- "type": "dark-mode",
1302
- "item": "button",
1303
- "subitem": "subtle",
1304
- "state": "background"
1305
- },
1306
- "path": [
1307
- "color",
1308
- "dark-mode",
1309
- "button",
1310
- "subtle",
1311
- "background",
1312
- "active"
1313
- ]
1314
1258
  }
1315
1259
  },
1316
1260
  "border": {
@@ -1371,15 +1315,13 @@
1371
1315
  ]
1372
1316
  },
1373
1317
  "hover": {
1374
- "value": "#ffffff",
1318
+ "value": "#8a70ff",
1375
1319
  "public": true,
1376
- "isReferenceToInternal": true,
1377
1320
  "filePath": "tokens/color/alias/button.dark.json",
1378
1321
  "isSource": true,
1379
1322
  "original": {
1380
- "value": "{color.dark-mode.neutral.000.value}",
1381
- "public": true,
1382
- "isReferenceToInternal": true
1323
+ "value": "{color.dark-mode.link.hover.value}",
1324
+ "public": true
1383
1325
  },
1384
1326
  "name": "color-dark-mode-button-subtle-foreground-hover",
1385
1327
  "attributes": {
@@ -1399,15 +1341,13 @@
1399
1341
  ]
1400
1342
  },
1401
1343
  "active": {
1402
- "value": "#e7e7eb",
1344
+ "value": "#8a70ff",
1403
1345
  "public": true,
1404
- "isReferenceToInternal": true,
1405
1346
  "filePath": "tokens/color/alias/button.dark.json",
1406
1347
  "isSource": true,
1407
1348
  "original": {
1408
- "value": "{color.dark-mode.neutral.100.value}",
1409
- "public": true,
1410
- "isReferenceToInternal": true
1349
+ "value": "{color.dark-mode.link.active.value}",
1350
+ "public": true
1411
1351
  },
1412
1352
  "name": "color-dark-mode-button-subtle-foreground-active",
1413
1353
  "attributes": {
@@ -2235,13 +2175,11 @@
2235
2175
  "hover": {
2236
2176
  "value": "#8a70ff",
2237
2177
  "public": true,
2238
- "isReferenceToInternal": true,
2239
2178
  "filePath": "tokens/color/alias/button.dark.json",
2240
2179
  "isSource": true,
2241
2180
  "original": {
2242
2181
  "value": "{color.dark-mode.link.hover.value}",
2243
- "public": true,
2244
- "isReferenceToInternal": true
2182
+ "public": true
2245
2183
  },
2246
2184
  "name": "color-dark-mode-button-navbar-foreground-hover",
2247
2185
  "attributes": {
@@ -2263,13 +2201,11 @@
2263
2201
  "active": {
2264
2202
  "value": "#8a70ff",
2265
2203
  "public": true,
2266
- "isReferenceToInternal": true,
2267
2204
  "filePath": "tokens/color/alias/button.dark.json",
2268
2205
  "isSource": true,
2269
2206
  "original": {
2270
2207
  "value": "{color.dark-mode.link.active.value}",
2271
- "public": true,
2272
- "isReferenceToInternal": true
2208
+ "public": true
2273
2209
  },
2274
2210
  "name": "color-dark-mode-button-navbar-foreground-active",
2275
2211
  "attributes": {
@@ -1249,62 +1249,6 @@
1249
1249
  "background",
1250
1250
  "default"
1251
1251
  ]
1252
- },
1253
- "hover": {
1254
- "value": "#f1f1f1",
1255
- "public": true,
1256
- "isReferenceToInternal": true,
1257
- "filePath": "tokens/color/alias/button.light.json",
1258
- "isSource": true,
1259
- "original": {
1260
- "value": "{color.light-mode.neutral.200.value}",
1261
- "public": true,
1262
- "isReferenceToInternal": true
1263
- },
1264
- "name": "color-light-mode-button-subtle-background-hover",
1265
- "attributes": {
1266
- "category": "color",
1267
- "type": "light-mode",
1268
- "item": "button",
1269
- "subitem": "subtle",
1270
- "state": "background"
1271
- },
1272
- "path": [
1273
- "color",
1274
- "light-mode",
1275
- "button",
1276
- "subtle",
1277
- "background",
1278
- "hover"
1279
- ]
1280
- },
1281
- "active": {
1282
- "value": "#cfcfd3",
1283
- "public": true,
1284
- "isReferenceToInternal": true,
1285
- "filePath": "tokens/color/alias/button.light.json",
1286
- "isSource": true,
1287
- "original": {
1288
- "value": "{color.light-mode.neutral.300.value}",
1289
- "public": true,
1290
- "isReferenceToInternal": true
1291
- },
1292
- "name": "color-light-mode-button-subtle-background-active",
1293
- "attributes": {
1294
- "category": "color",
1295
- "type": "light-mode",
1296
- "item": "button",
1297
- "subitem": "subtle",
1298
- "state": "background"
1299
- },
1300
- "path": [
1301
- "color",
1302
- "light-mode",
1303
- "button",
1304
- "subtle",
1305
- "background",
1306
- "active"
1307
- ]
1308
1252
  }
1309
1253
  },
1310
1254
  "border": {
@@ -1337,15 +1281,13 @@
1337
1281
  },
1338
1282
  "foreground": {
1339
1283
  "default": {
1340
- "value": "#23232d",
1284
+ "value": "#6d6d78",
1341
1285
  "public": true,
1342
- "isReferenceToInternal": true,
1343
1286
  "filePath": "tokens/color/alias/button.light.json",
1344
1287
  "isSource": true,
1345
1288
  "original": {
1346
- "value": "{color.light-mode.neutral.500.value}",
1347
- "public": true,
1348
- "isReferenceToInternal": true
1289
+ "value": "{color.light-mode.text.default-secondary.value}",
1290
+ "public": true
1349
1291
  },
1350
1292
  "name": "color-light-mode-button-subtle-foreground-default",
1351
1293
  "attributes": {
@@ -1365,15 +1307,13 @@
1365
1307
  ]
1366
1308
  },
1367
1309
  "hover": {
1368
- "value": "#23232d",
1310
+ "value": "#5f41e5",
1369
1311
  "public": true,
1370
- "isReferenceToInternal": true,
1371
1312
  "filePath": "tokens/color/alias/button.light.json",
1372
1313
  "isSource": true,
1373
1314
  "original": {
1374
- "value": "{color.light-mode.neutral.500.value}",
1375
- "public": true,
1376
- "isReferenceToInternal": true
1315
+ "value": "{color.light-mode.link.hover.value}",
1316
+ "public": true
1377
1317
  },
1378
1318
  "name": "color-light-mode-button-subtle-foreground-hover",
1379
1319
  "attributes": {
@@ -1393,15 +1333,13 @@
1393
1333
  ]
1394
1334
  },
1395
1335
  "active": {
1396
- "value": "#23232d",
1336
+ "value": "#5f41e5",
1397
1337
  "public": true,
1398
- "isReferenceToInternal": true,
1399
1338
  "filePath": "tokens/color/alias/button.light.json",
1400
1339
  "isSource": true,
1401
1340
  "original": {
1402
- "value": "{color.light-mode.neutral.500.value}",
1403
- "public": true,
1404
- "isReferenceToInternal": true
1341
+ "value": "{color.light-mode.link.active.value}",
1342
+ "public": true
1405
1343
  },
1406
1344
  "name": "color-light-mode-button-subtle-foreground-active",
1407
1345
  "attributes": {
@@ -2201,13 +2139,11 @@
2201
2139
  "default": {
2202
2140
  "value": "#23232d",
2203
2141
  "public": true,
2204
- "isReferenceToInternal": true,
2205
2142
  "filePath": "tokens/color/alias/button.light.json",
2206
2143
  "isSource": true,
2207
2144
  "original": {
2208
2145
  "value": "{color.light-mode.foreground.default.value}",
2209
- "public": true,
2210
- "isReferenceToInternal": true
2146
+ "public": true
2211
2147
  },
2212
2148
  "name": "color-light-mode-button-navbar-foreground-default",
2213
2149
  "attributes": {
@@ -2229,13 +2165,11 @@
2229
2165
  "hover": {
2230
2166
  "value": "#5f41e5",
2231
2167
  "public": true,
2232
- "isReferenceToInternal": true,
2233
2168
  "filePath": "tokens/color/alias/button.light.json",
2234
2169
  "isSource": true,
2235
2170
  "original": {
2236
2171
  "value": "{color.light-mode.link.hover.value}",
2237
- "public": true,
2238
- "isReferenceToInternal": true
2172
+ "public": true
2239
2173
  },
2240
2174
  "name": "color-light-mode-button-navbar-foreground-hover",
2241
2175
  "attributes": {
@@ -2257,13 +2191,11 @@
2257
2191
  "active": {
2258
2192
  "value": "#5f41e5",
2259
2193
  "public": true,
2260
- "isReferenceToInternal": true,
2261
2194
  "filePath": "tokens/color/alias/button.light.json",
2262
2195
  "isSource": true,
2263
2196
  "original": {
2264
2197
  "value": "{color.light-mode.link.active.value}",
2265
- "public": true,
2266
- "isReferenceToInternal": true
2198
+ "public": true
2267
2199
  },
2268
2200
  "name": "color-light-mode-button-navbar-foreground-active",
2269
2201
  "attributes": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pantheon-systems/pds-design-tokens",
3
- "version": "1.0.0-dev.92",
3
+ "version": "1.0.0-dev.93",
4
4
  "description": "Design Tokens for the Pantheon Design System",
5
5
  "homepage": "https://pantheon.io",
6
6
  "keywords": [