@pantheon-systems/pds-design-tokens 1.0.0-dev.135 → 1.0.0-dev.136

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.
@@ -220,6 +220,10 @@
220
220
  --pds-color-segmented-button-background-active: #f0edfb;
221
221
  --pds-color-segmented-button-background-default: #ffffff;
222
222
  --pds-color-segmented-button-background-hover: #f8f8f8;
223
+ --pds-color-segmented-button-border-active: #3017a1;
224
+ --pds-color-segmented-button-border-default: #cfcfd3;
225
+ --pds-color-segmented-button-foreground-active: #3017a1;
226
+ --pds-color-segmented-button-foreground-default: #6d6d78;
223
227
  --pds-color-semantic-critical-background: #ffedeb;
224
228
  --pds-color-semantic-critical-foreground: #ca3521;
225
229
  --pds-color-semantic-critical-utility: #f35945;
@@ -14136,6 +14136,118 @@
14136
14136
  "active"
14137
14137
  ]
14138
14138
  }
14139
+ },
14140
+ "border": {
14141
+ "default": {
14142
+ "value": "#cfcfd3",
14143
+ "public": true,
14144
+ "isReferenceToInternal": true,
14145
+ "filePath": "tokens/color/alias/button.light.json",
14146
+ "isSource": true,
14147
+ "original": {
14148
+ "value": "{color.light-mode.neutral.300.value}",
14149
+ "public": true,
14150
+ "isReferenceToInternal": true
14151
+ },
14152
+ "name": "color-light-mode-segmented-button-border-default",
14153
+ "attributes": {
14154
+ "category": "color",
14155
+ "type": "light-mode",
14156
+ "item": "segmented-button",
14157
+ "subitem": "border",
14158
+ "state": "default"
14159
+ },
14160
+ "path": [
14161
+ "color",
14162
+ "light-mode",
14163
+ "segmented-button",
14164
+ "border",
14165
+ "default"
14166
+ ]
14167
+ },
14168
+ "active": {
14169
+ "value": "#3017a1",
14170
+ "public": true,
14171
+ "isReferenceToInternal": true,
14172
+ "filePath": "tokens/color/alias/button.light.json",
14173
+ "isSource": true,
14174
+ "original": {
14175
+ "value": "{color.light-mode.brand.secondary.400.value}",
14176
+ "public": true,
14177
+ "isReferenceToInternal": true
14178
+ },
14179
+ "name": "color-light-mode-segmented-button-border-active",
14180
+ "attributes": {
14181
+ "category": "color",
14182
+ "type": "light-mode",
14183
+ "item": "segmented-button",
14184
+ "subitem": "border",
14185
+ "state": "active"
14186
+ },
14187
+ "path": [
14188
+ "color",
14189
+ "light-mode",
14190
+ "segmented-button",
14191
+ "border",
14192
+ "active"
14193
+ ]
14194
+ }
14195
+ },
14196
+ "foreground": {
14197
+ "default": {
14198
+ "value": "#6d6d78",
14199
+ "public": true,
14200
+ "isReferenceToInternal": true,
14201
+ "filePath": "tokens/color/alias/button.light.json",
14202
+ "isSource": true,
14203
+ "original": {
14204
+ "value": "{color.light-mode.neutral.400.value}",
14205
+ "public": true,
14206
+ "isReferenceToInternal": true
14207
+ },
14208
+ "name": "color-light-mode-segmented-button-foreground-default",
14209
+ "attributes": {
14210
+ "category": "color",
14211
+ "type": "light-mode",
14212
+ "item": "segmented-button",
14213
+ "subitem": "foreground",
14214
+ "state": "default"
14215
+ },
14216
+ "path": [
14217
+ "color",
14218
+ "light-mode",
14219
+ "segmented-button",
14220
+ "foreground",
14221
+ "default"
14222
+ ]
14223
+ },
14224
+ "active": {
14225
+ "value": "#3017a1",
14226
+ "public": true,
14227
+ "isReferenceToInternal": true,
14228
+ "filePath": "tokens/color/alias/button.light.json",
14229
+ "isSource": true,
14230
+ "original": {
14231
+ "value": "{color.light-mode.brand.secondary.400.value}",
14232
+ "public": true,
14233
+ "isReferenceToInternal": true
14234
+ },
14235
+ "name": "color-light-mode-segmented-button-foreground-active",
14236
+ "attributes": {
14237
+ "category": "color",
14238
+ "type": "light-mode",
14239
+ "item": "segmented-button",
14240
+ "subitem": "foreground",
14241
+ "state": "active"
14242
+ },
14243
+ "path": [
14244
+ "color",
14245
+ "light-mode",
14246
+ "segmented-button",
14247
+ "foreground",
14248
+ "active"
14249
+ ]
14250
+ }
14139
14251
  }
14140
14252
  },
14141
14253
  "card": {
@@ -3109,6 +3109,118 @@
3109
3109
  "active"
3110
3110
  ]
3111
3111
  }
3112
+ },
3113
+ "border": {
3114
+ "default": {
3115
+ "value": "#cfcfd3",
3116
+ "public": true,
3117
+ "isReferenceToInternal": true,
3118
+ "filePath": "tokens/color/alias/button.light.json",
3119
+ "isSource": true,
3120
+ "original": {
3121
+ "value": "{color.light-mode.neutral.300.value}",
3122
+ "public": true,
3123
+ "isReferenceToInternal": true
3124
+ },
3125
+ "name": "color-light-mode-segmented-button-border-default",
3126
+ "attributes": {
3127
+ "category": "color",
3128
+ "type": "light-mode",
3129
+ "item": "segmented-button",
3130
+ "subitem": "border",
3131
+ "state": "default"
3132
+ },
3133
+ "path": [
3134
+ "color",
3135
+ "light-mode",
3136
+ "segmented-button",
3137
+ "border",
3138
+ "default"
3139
+ ]
3140
+ },
3141
+ "active": {
3142
+ "value": "#3017a1",
3143
+ "public": true,
3144
+ "isReferenceToInternal": true,
3145
+ "filePath": "tokens/color/alias/button.light.json",
3146
+ "isSource": true,
3147
+ "original": {
3148
+ "value": "{color.light-mode.brand.secondary.400.value}",
3149
+ "public": true,
3150
+ "isReferenceToInternal": true
3151
+ },
3152
+ "name": "color-light-mode-segmented-button-border-active",
3153
+ "attributes": {
3154
+ "category": "color",
3155
+ "type": "light-mode",
3156
+ "item": "segmented-button",
3157
+ "subitem": "border",
3158
+ "state": "active"
3159
+ },
3160
+ "path": [
3161
+ "color",
3162
+ "light-mode",
3163
+ "segmented-button",
3164
+ "border",
3165
+ "active"
3166
+ ]
3167
+ }
3168
+ },
3169
+ "foreground": {
3170
+ "default": {
3171
+ "value": "#6d6d78",
3172
+ "public": true,
3173
+ "isReferenceToInternal": true,
3174
+ "filePath": "tokens/color/alias/button.light.json",
3175
+ "isSource": true,
3176
+ "original": {
3177
+ "value": "{color.light-mode.neutral.400.value}",
3178
+ "public": true,
3179
+ "isReferenceToInternal": true
3180
+ },
3181
+ "name": "color-light-mode-segmented-button-foreground-default",
3182
+ "attributes": {
3183
+ "category": "color",
3184
+ "type": "light-mode",
3185
+ "item": "segmented-button",
3186
+ "subitem": "foreground",
3187
+ "state": "default"
3188
+ },
3189
+ "path": [
3190
+ "color",
3191
+ "light-mode",
3192
+ "segmented-button",
3193
+ "foreground",
3194
+ "default"
3195
+ ]
3196
+ },
3197
+ "active": {
3198
+ "value": "#3017a1",
3199
+ "public": true,
3200
+ "isReferenceToInternal": true,
3201
+ "filePath": "tokens/color/alias/button.light.json",
3202
+ "isSource": true,
3203
+ "original": {
3204
+ "value": "{color.light-mode.brand.secondary.400.value}",
3205
+ "public": true,
3206
+ "isReferenceToInternal": true
3207
+ },
3208
+ "name": "color-light-mode-segmented-button-foreground-active",
3209
+ "attributes": {
3210
+ "category": "color",
3211
+ "type": "light-mode",
3212
+ "item": "segmented-button",
3213
+ "subitem": "foreground",
3214
+ "state": "active"
3215
+ },
3216
+ "path": [
3217
+ "color",
3218
+ "light-mode",
3219
+ "segmented-button",
3220
+ "foreground",
3221
+ "active"
3222
+ ]
3223
+ }
3112
3224
  }
3113
3225
  },
3114
3226
  "card": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pantheon-systems/pds-design-tokens",
3
- "version": "1.0.0-dev.135",
3
+ "version": "1.0.0-dev.136",
4
4
  "description": "Design Tokens for the Pantheon Design System",
5
5
  "homepage": "https://pantheon.io",
6
6
  "keywords": [