@pantheon-systems/pds-design-tokens 1.0.0-dev.106 → 1.0.0-dev.108

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.
@@ -177,6 +177,10 @@
177
177
  --pds-color-semantic-success-foreground: #2abb7f;
178
178
  --pds-color-semantic-warning-background: #3d2e00;
179
179
  --pds-color-semantic-warning-foreground: #cf9f02;
180
+ --pds-color-stepper-completed: #388bff;
181
+ --pds-color-stepper-current: #388bff;
182
+ --pds-color-stepper-default: #858299;
183
+ --pds-color-stepper-error: #ef5c48;
180
184
  --pds-color-strength-fair: #cf9f02;
181
185
  --pds-color-strength-strong: #2abb7f;
182
186
  --pds-color-strength-very-weak: #a6a3b4;
@@ -186,6 +186,10 @@
186
186
  --pds-color-semantic-success-foreground: #218c5f;
187
187
  --pds-color-semantic-warning-background: #fff7d6;
188
188
  --pds-color-semantic-warning-foreground: #d97008;
189
+ --pds-color-stepper-completed: #1d7afc;
190
+ --pds-color-stepper-current: #1d7afc;
191
+ --pds-color-stepper-default: #cfcfd3;
192
+ --pds-color-stepper-error: #ca3521;
189
193
  --pds-color-strength-fair: #d97008;
190
194
  --pds-color-strength-strong: #218c5f;
191
195
  --pds-color-strength-very-weak: #cfcfd3;
@@ -24,7 +24,9 @@
24
24
  --pds-border-radius-bar: 3.5rem;
25
25
  --pds-border-radius-container: 0.375rem;
26
26
  --pds-border-radius-default: 0.1875rem;
27
- --pds-border-width-default: 1px;
27
+ --pds-border-width-default: 0.0625rem;
28
+ --pds-border-width-outline: 0.125rem;
29
+ --pds-border-width-stepper: 0.1875rem;
28
30
  --pds-container-max-width-narrow: 1024px;
29
31
  --pds-container-max-width-standard: 1200px;
30
32
  --pds-container-max-width-wide: 1440px;
@@ -365,14 +365,14 @@
365
365
  },
366
366
  "width": {
367
367
  "default": {
368
- "value": 1,
369
- "defaultUnit": "px",
368
+ "value": 0.0625,
369
+ "defaultUnit": "rem",
370
370
  "public": true,
371
371
  "filePath": "tokens/border/alias.json",
372
372
  "isSource": true,
373
373
  "original": {
374
- "value": 1,
375
- "defaultUnit": "px",
374
+ "value": 0.0625,
375
+ "defaultUnit": "rem",
376
376
  "public": true,
377
377
  "filePath": "build/json/pds-design-tokens.json",
378
378
  "isSource": false
@@ -388,6 +388,56 @@
388
388
  "width",
389
389
  "default"
390
390
  ]
391
+ },
392
+ "outline": {
393
+ "value": 0.125,
394
+ "defaultUnit": "rem",
395
+ "public": true,
396
+ "filePath": "tokens/border/alias.json",
397
+ "isSource": true,
398
+ "original": {
399
+ "value": 0.125,
400
+ "defaultUnit": "rem",
401
+ "public": true,
402
+ "filePath": "build/json/pds-design-tokens.json",
403
+ "isSource": false
404
+ },
405
+ "name": "border-width-outline",
406
+ "attributes": {
407
+ "category": "border",
408
+ "type": "width",
409
+ "item": "outline"
410
+ },
411
+ "path": [
412
+ "border",
413
+ "width",
414
+ "outline"
415
+ ]
416
+ },
417
+ "stepper": {
418
+ "value": 0.1875,
419
+ "defaultUnit": "rem",
420
+ "public": true,
421
+ "filePath": "tokens/border/alias.json",
422
+ "isSource": true,
423
+ "original": {
424
+ "value": 0.1875,
425
+ "defaultUnit": "rem",
426
+ "public": true,
427
+ "filePath": "build/json/pds-design-tokens.json",
428
+ "isSource": false
429
+ },
430
+ "name": "border-width-stepper",
431
+ "attributes": {
432
+ "category": "border",
433
+ "type": "width",
434
+ "item": "stepper"
435
+ },
436
+ "path": [
437
+ "border",
438
+ "width",
439
+ "stepper"
440
+ ]
391
441
  }
392
442
  }
393
443
  },
@@ -6298,6 +6348,108 @@
6298
6348
  ]
6299
6349
  }
6300
6350
  },
6351
+ "stepper": {
6352
+ "default": {
6353
+ "value": "#858299",
6354
+ "public": true,
6355
+ "isReferenceToInternal": true,
6356
+ "filePath": "tokens/color/alias/stepper.dark.json",
6357
+ "isSource": true,
6358
+ "original": {
6359
+ "value": "{color.dark-mode.neutral.300.value}",
6360
+ "public": true,
6361
+ "isReferenceToInternal": true
6362
+ },
6363
+ "name": "color-dark-mode-stepper-default",
6364
+ "attributes": {
6365
+ "category": "color",
6366
+ "type": "dark-mode",
6367
+ "item": "stepper",
6368
+ "subitem": "default"
6369
+ },
6370
+ "path": [
6371
+ "color",
6372
+ "dark-mode",
6373
+ "stepper",
6374
+ "default"
6375
+ ]
6376
+ },
6377
+ "current": {
6378
+ "value": "#388bff",
6379
+ "public": true,
6380
+ "isReferenceToInternal": true,
6381
+ "filePath": "tokens/color/alias/stepper.dark.json",
6382
+ "isSource": true,
6383
+ "original": {
6384
+ "value": "{color.dark-mode.semantic.info.foreground.value}",
6385
+ "public": true,
6386
+ "isReferenceToInternal": true
6387
+ },
6388
+ "name": "color-dark-mode-stepper-current",
6389
+ "attributes": {
6390
+ "category": "color",
6391
+ "type": "dark-mode",
6392
+ "item": "stepper",
6393
+ "subitem": "current"
6394
+ },
6395
+ "path": [
6396
+ "color",
6397
+ "dark-mode",
6398
+ "stepper",
6399
+ "current"
6400
+ ]
6401
+ },
6402
+ "completed": {
6403
+ "value": "#388bff",
6404
+ "public": true,
6405
+ "isReferenceToInternal": true,
6406
+ "filePath": "tokens/color/alias/stepper.dark.json",
6407
+ "isSource": true,
6408
+ "original": {
6409
+ "value": "{color.dark-mode.semantic.info.foreground.value}",
6410
+ "public": true,
6411
+ "isReferenceToInternal": true
6412
+ },
6413
+ "name": "color-dark-mode-stepper-completed",
6414
+ "attributes": {
6415
+ "category": "color",
6416
+ "type": "dark-mode",
6417
+ "item": "stepper",
6418
+ "subitem": "completed"
6419
+ },
6420
+ "path": [
6421
+ "color",
6422
+ "dark-mode",
6423
+ "stepper",
6424
+ "completed"
6425
+ ]
6426
+ },
6427
+ "error": {
6428
+ "value": "#ef5c48",
6429
+ "public": true,
6430
+ "isReferenceToInternal": true,
6431
+ "filePath": "tokens/color/alias/stepper.dark.json",
6432
+ "isSource": true,
6433
+ "original": {
6434
+ "value": "{color.dark-mode.semantic.critical.foreground.value}",
6435
+ "public": true,
6436
+ "isReferenceToInternal": true
6437
+ },
6438
+ "name": "color-dark-mode-stepper-error",
6439
+ "attributes": {
6440
+ "category": "color",
6441
+ "type": "dark-mode",
6442
+ "item": "stepper",
6443
+ "subitem": "error"
6444
+ },
6445
+ "path": [
6446
+ "color",
6447
+ "dark-mode",
6448
+ "stepper",
6449
+ "error"
6450
+ ]
6451
+ }
6452
+ },
6301
6453
  "table": {
6302
6454
  "sort-arrow": {
6303
6455
  "inactive": {
@@ -12774,6 +12926,108 @@
12774
12926
  ]
12775
12927
  }
12776
12928
  },
12929
+ "stepper": {
12930
+ "default": {
12931
+ "value": "#cfcfd3",
12932
+ "public": true,
12933
+ "isReferenceToInternal": true,
12934
+ "filePath": "tokens/color/alias/stepper.light.json",
12935
+ "isSource": true,
12936
+ "original": {
12937
+ "value": "{color.light-mode.neutral.300.value}",
12938
+ "public": true,
12939
+ "isReferenceToInternal": true
12940
+ },
12941
+ "name": "color-light-mode-stepper-default",
12942
+ "attributes": {
12943
+ "category": "color",
12944
+ "type": "light-mode",
12945
+ "item": "stepper",
12946
+ "subitem": "default"
12947
+ },
12948
+ "path": [
12949
+ "color",
12950
+ "light-mode",
12951
+ "stepper",
12952
+ "default"
12953
+ ]
12954
+ },
12955
+ "current": {
12956
+ "value": "#1d7afc",
12957
+ "public": true,
12958
+ "isReferenceToInternal": true,
12959
+ "filePath": "tokens/color/alias/stepper.light.json",
12960
+ "isSource": true,
12961
+ "original": {
12962
+ "value": "{color.light-mode.semantic.info.foreground.value}",
12963
+ "public": true,
12964
+ "isReferenceToInternal": true
12965
+ },
12966
+ "name": "color-light-mode-stepper-current",
12967
+ "attributes": {
12968
+ "category": "color",
12969
+ "type": "light-mode",
12970
+ "item": "stepper",
12971
+ "subitem": "current"
12972
+ },
12973
+ "path": [
12974
+ "color",
12975
+ "light-mode",
12976
+ "stepper",
12977
+ "current"
12978
+ ]
12979
+ },
12980
+ "completed": {
12981
+ "value": "#1d7afc",
12982
+ "public": true,
12983
+ "isReferenceToInternal": true,
12984
+ "filePath": "tokens/color/alias/stepper.light.json",
12985
+ "isSource": true,
12986
+ "original": {
12987
+ "value": "{color.light-mode.semantic.info.foreground.value}",
12988
+ "public": true,
12989
+ "isReferenceToInternal": true
12990
+ },
12991
+ "name": "color-light-mode-stepper-completed",
12992
+ "attributes": {
12993
+ "category": "color",
12994
+ "type": "light-mode",
12995
+ "item": "stepper",
12996
+ "subitem": "completed"
12997
+ },
12998
+ "path": [
12999
+ "color",
13000
+ "light-mode",
13001
+ "stepper",
13002
+ "completed"
13003
+ ]
13004
+ },
13005
+ "error": {
13006
+ "value": "#ca3521",
13007
+ "public": true,
13008
+ "isReferenceToInternal": true,
13009
+ "filePath": "tokens/color/alias/stepper.light.json",
13010
+ "isSource": true,
13011
+ "original": {
13012
+ "value": "{color.light-mode.semantic.critical.foreground.value}",
13013
+ "public": true,
13014
+ "isReferenceToInternal": true
13015
+ },
13016
+ "name": "color-light-mode-stepper-error",
13017
+ "attributes": {
13018
+ "category": "color",
13019
+ "type": "light-mode",
13020
+ "item": "stepper",
13021
+ "subitem": "error"
13022
+ },
13023
+ "path": [
13024
+ "color",
13025
+ "light-mode",
13026
+ "stepper",
13027
+ "error"
13028
+ ]
13029
+ }
13030
+ },
12777
13031
  "table": {
12778
13032
  "sort-arrow": {
12779
13033
  "inactive": {
@@ -4032,6 +4032,108 @@
4032
4032
  ]
4033
4033
  }
4034
4034
  },
4035
+ "stepper": {
4036
+ "default": {
4037
+ "value": "#858299",
4038
+ "public": true,
4039
+ "isReferenceToInternal": true,
4040
+ "filePath": "tokens/color/alias/stepper.dark.json",
4041
+ "isSource": true,
4042
+ "original": {
4043
+ "value": "{color.dark-mode.neutral.300.value}",
4044
+ "public": true,
4045
+ "isReferenceToInternal": true
4046
+ },
4047
+ "name": "color-dark-mode-stepper-default",
4048
+ "attributes": {
4049
+ "category": "color",
4050
+ "type": "dark-mode",
4051
+ "item": "stepper",
4052
+ "subitem": "default"
4053
+ },
4054
+ "path": [
4055
+ "color",
4056
+ "dark-mode",
4057
+ "stepper",
4058
+ "default"
4059
+ ]
4060
+ },
4061
+ "current": {
4062
+ "value": "#388bff",
4063
+ "public": true,
4064
+ "isReferenceToInternal": true,
4065
+ "filePath": "tokens/color/alias/stepper.dark.json",
4066
+ "isSource": true,
4067
+ "original": {
4068
+ "value": "{color.dark-mode.semantic.info.foreground.value}",
4069
+ "public": true,
4070
+ "isReferenceToInternal": true
4071
+ },
4072
+ "name": "color-dark-mode-stepper-current",
4073
+ "attributes": {
4074
+ "category": "color",
4075
+ "type": "dark-mode",
4076
+ "item": "stepper",
4077
+ "subitem": "current"
4078
+ },
4079
+ "path": [
4080
+ "color",
4081
+ "dark-mode",
4082
+ "stepper",
4083
+ "current"
4084
+ ]
4085
+ },
4086
+ "completed": {
4087
+ "value": "#388bff",
4088
+ "public": true,
4089
+ "isReferenceToInternal": true,
4090
+ "filePath": "tokens/color/alias/stepper.dark.json",
4091
+ "isSource": true,
4092
+ "original": {
4093
+ "value": "{color.dark-mode.semantic.info.foreground.value}",
4094
+ "public": true,
4095
+ "isReferenceToInternal": true
4096
+ },
4097
+ "name": "color-dark-mode-stepper-completed",
4098
+ "attributes": {
4099
+ "category": "color",
4100
+ "type": "dark-mode",
4101
+ "item": "stepper",
4102
+ "subitem": "completed"
4103
+ },
4104
+ "path": [
4105
+ "color",
4106
+ "dark-mode",
4107
+ "stepper",
4108
+ "completed"
4109
+ ]
4110
+ },
4111
+ "error": {
4112
+ "value": "#ef5c48",
4113
+ "public": true,
4114
+ "isReferenceToInternal": true,
4115
+ "filePath": "tokens/color/alias/stepper.dark.json",
4116
+ "isSource": true,
4117
+ "original": {
4118
+ "value": "{color.dark-mode.semantic.critical.foreground.value}",
4119
+ "public": true,
4120
+ "isReferenceToInternal": true
4121
+ },
4122
+ "name": "color-dark-mode-stepper-error",
4123
+ "attributes": {
4124
+ "category": "color",
4125
+ "type": "dark-mode",
4126
+ "item": "stepper",
4127
+ "subitem": "error"
4128
+ },
4129
+ "path": [
4130
+ "color",
4131
+ "dark-mode",
4132
+ "stepper",
4133
+ "error"
4134
+ ]
4135
+ }
4136
+ },
4035
4137
  "table": {
4036
4138
  "sort-arrow": {
4037
4139
  "inactive": {
@@ -4113,6 +4113,108 @@
4113
4113
  ]
4114
4114
  }
4115
4115
  },
4116
+ "stepper": {
4117
+ "default": {
4118
+ "value": "#cfcfd3",
4119
+ "public": true,
4120
+ "isReferenceToInternal": true,
4121
+ "filePath": "tokens/color/alias/stepper.light.json",
4122
+ "isSource": true,
4123
+ "original": {
4124
+ "value": "{color.light-mode.neutral.300.value}",
4125
+ "public": true,
4126
+ "isReferenceToInternal": true
4127
+ },
4128
+ "name": "color-light-mode-stepper-default",
4129
+ "attributes": {
4130
+ "category": "color",
4131
+ "type": "light-mode",
4132
+ "item": "stepper",
4133
+ "subitem": "default"
4134
+ },
4135
+ "path": [
4136
+ "color",
4137
+ "light-mode",
4138
+ "stepper",
4139
+ "default"
4140
+ ]
4141
+ },
4142
+ "current": {
4143
+ "value": "#1d7afc",
4144
+ "public": true,
4145
+ "isReferenceToInternal": true,
4146
+ "filePath": "tokens/color/alias/stepper.light.json",
4147
+ "isSource": true,
4148
+ "original": {
4149
+ "value": "{color.light-mode.semantic.info.foreground.value}",
4150
+ "public": true,
4151
+ "isReferenceToInternal": true
4152
+ },
4153
+ "name": "color-light-mode-stepper-current",
4154
+ "attributes": {
4155
+ "category": "color",
4156
+ "type": "light-mode",
4157
+ "item": "stepper",
4158
+ "subitem": "current"
4159
+ },
4160
+ "path": [
4161
+ "color",
4162
+ "light-mode",
4163
+ "stepper",
4164
+ "current"
4165
+ ]
4166
+ },
4167
+ "completed": {
4168
+ "value": "#1d7afc",
4169
+ "public": true,
4170
+ "isReferenceToInternal": true,
4171
+ "filePath": "tokens/color/alias/stepper.light.json",
4172
+ "isSource": true,
4173
+ "original": {
4174
+ "value": "{color.light-mode.semantic.info.foreground.value}",
4175
+ "public": true,
4176
+ "isReferenceToInternal": true
4177
+ },
4178
+ "name": "color-light-mode-stepper-completed",
4179
+ "attributes": {
4180
+ "category": "color",
4181
+ "type": "light-mode",
4182
+ "item": "stepper",
4183
+ "subitem": "completed"
4184
+ },
4185
+ "path": [
4186
+ "color",
4187
+ "light-mode",
4188
+ "stepper",
4189
+ "completed"
4190
+ ]
4191
+ },
4192
+ "error": {
4193
+ "value": "#ca3521",
4194
+ "public": true,
4195
+ "isReferenceToInternal": true,
4196
+ "filePath": "tokens/color/alias/stepper.light.json",
4197
+ "isSource": true,
4198
+ "original": {
4199
+ "value": "{color.light-mode.semantic.critical.foreground.value}",
4200
+ "public": true,
4201
+ "isReferenceToInternal": true
4202
+ },
4203
+ "name": "color-light-mode-stepper-error",
4204
+ "attributes": {
4205
+ "category": "color",
4206
+ "type": "light-mode",
4207
+ "item": "stepper",
4208
+ "subitem": "error"
4209
+ },
4210
+ "path": [
4211
+ "color",
4212
+ "light-mode",
4213
+ "stepper",
4214
+ "error"
4215
+ ]
4216
+ }
4217
+ },
4116
4218
  "table": {
4117
4219
  "sort-arrow": {
4118
4220
  "inactive": {
@@ -336,14 +336,14 @@
336
336
  },
337
337
  "width": {
338
338
  "default": {
339
- "value": 1,
340
- "defaultUnit": "px",
339
+ "value": 0.0625,
340
+ "defaultUnit": "rem",
341
341
  "public": true,
342
342
  "filePath": "tokens/border/alias.json",
343
343
  "isSource": true,
344
344
  "original": {
345
- "value": 1,
346
- "defaultUnit": "px",
345
+ "value": 0.0625,
346
+ "defaultUnit": "rem",
347
347
  "public": true
348
348
  },
349
349
  "name": "border-width-default",
@@ -357,6 +357,52 @@
357
357
  "width",
358
358
  "default"
359
359
  ]
360
+ },
361
+ "outline": {
362
+ "value": 0.125,
363
+ "defaultUnit": "rem",
364
+ "public": true,
365
+ "filePath": "tokens/border/alias.json",
366
+ "isSource": true,
367
+ "original": {
368
+ "value": 0.125,
369
+ "defaultUnit": "rem",
370
+ "public": true
371
+ },
372
+ "name": "border-width-outline",
373
+ "attributes": {
374
+ "category": "border",
375
+ "type": "width",
376
+ "item": "outline"
377
+ },
378
+ "path": [
379
+ "border",
380
+ "width",
381
+ "outline"
382
+ ]
383
+ },
384
+ "stepper": {
385
+ "value": 0.1875,
386
+ "defaultUnit": "rem",
387
+ "public": true,
388
+ "filePath": "tokens/border/alias.json",
389
+ "isSource": true,
390
+ "original": {
391
+ "value": 0.1875,
392
+ "defaultUnit": "rem",
393
+ "public": true
394
+ },
395
+ "name": "border-width-stepper",
396
+ "attributes": {
397
+ "category": "border",
398
+ "type": "width",
399
+ "item": "stepper"
400
+ },
401
+ "path": [
402
+ "border",
403
+ "width",
404
+ "stepper"
405
+ ]
360
406
  }
361
407
  }
362
408
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pantheon-systems/pds-design-tokens",
3
- "version": "1.0.0-dev.106",
3
+ "version": "1.0.0-dev.108",
4
4
  "description": "Design Tokens for the Pantheon Design System",
5
5
  "homepage": "https://pantheon.io",
6
6
  "keywords": [