@pantheon-systems/pds-design-tokens 1.0.0-dev.58 → 1.0.0-dev.59

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.
@@ -21,6 +21,9 @@
21
21
  --pds-color-brand-accent-default: #de0093;
22
22
  --pds-color-brand-primary-default: #ffdc28;
23
23
  --pds-color-brand-secondary-default: #8a70ff;
24
+ --pds-color-breadcrumb-link: var(--pds-color-link-default);
25
+ --pds-color-breadcrumb-separator: #858299;
26
+ --pds-color-breadcrumb-text: var(--pds-color-text-default-secondary);
24
27
  --pds-color-button-brand-background-active: #ddbd16;
25
28
  --pds-color-button-brand-background-default: #ffdc28;
26
29
  --pds-color-button-brand-background-hover: #ffe668;
@@ -21,6 +21,9 @@
21
21
  --pds-color-brand-accent-default: #de0093;
22
22
  --pds-color-brand-primary-default: #ffdc28;
23
23
  --pds-color-brand-secondary-default: #3017a1;
24
+ --pds-color-breadcrumb-link: var(--pds-color-link-default);
25
+ --pds-color-breadcrumb-separator: #cfcfd3;
26
+ --pds-color-breadcrumb-text: var(--pds-color-text-default-secondary);
24
27
  --pds-color-button-brand-background-active: #ddbd16;
25
28
  --pds-color-button-brand-background-default: #ffdc28;
26
29
  --pds-color-button-brand-background-hover: #ffe668;
@@ -2051,6 +2051,79 @@
2051
2051
  }
2052
2052
  }
2053
2053
  },
2054
+ "breadcrumb": {
2055
+ "text": {
2056
+ "value": "#a6a3b4",
2057
+ "public": true,
2058
+ "filePath": "tokens/color/alias/breadcrumb.dark.json",
2059
+ "isSource": true,
2060
+ "original": {
2061
+ "value": "{color.dark-mode.text.default-secondary.value}",
2062
+ "public": true
2063
+ },
2064
+ "name": "color-dark-mode-breadcrumb-text",
2065
+ "attributes": {
2066
+ "category": "color",
2067
+ "type": "dark-mode",
2068
+ "item": "breadcrumb",
2069
+ "subitem": "text"
2070
+ },
2071
+ "path": [
2072
+ "color",
2073
+ "dark-mode",
2074
+ "breadcrumb",
2075
+ "text"
2076
+ ]
2077
+ },
2078
+ "link": {
2079
+ "value": "#36a3ff",
2080
+ "public": true,
2081
+ "filePath": "tokens/color/alias/breadcrumb.dark.json",
2082
+ "isSource": true,
2083
+ "original": {
2084
+ "value": "{color.dark-mode.link.default.value}",
2085
+ "public": true
2086
+ },
2087
+ "name": "color-dark-mode-breadcrumb-link",
2088
+ "attributes": {
2089
+ "category": "color",
2090
+ "type": "dark-mode",
2091
+ "item": "breadcrumb",
2092
+ "subitem": "link"
2093
+ },
2094
+ "path": [
2095
+ "color",
2096
+ "dark-mode",
2097
+ "breadcrumb",
2098
+ "link"
2099
+ ]
2100
+ },
2101
+ "separator": {
2102
+ "value": "#858299",
2103
+ "public": true,
2104
+ "isReferenceToInternal": true,
2105
+ "filePath": "tokens/color/alias/breadcrumb.dark.json",
2106
+ "isSource": true,
2107
+ "original": {
2108
+ "value": "{color.dark-mode.neutral.300.value}",
2109
+ "public": true,
2110
+ "isReferenceToInternal": true
2111
+ },
2112
+ "name": "color-dark-mode-breadcrumb-separator",
2113
+ "attributes": {
2114
+ "category": "color",
2115
+ "type": "dark-mode",
2116
+ "item": "breadcrumb",
2117
+ "subitem": "separator"
2118
+ },
2119
+ "path": [
2120
+ "color",
2121
+ "dark-mode",
2122
+ "breadcrumb",
2123
+ "separator"
2124
+ ]
2125
+ }
2126
+ },
2054
2127
  "button": {
2055
2128
  "primary": {
2056
2129
  "background": {
@@ -7015,6 +7088,79 @@
7015
7088
  }
7016
7089
  }
7017
7090
  },
7091
+ "breadcrumb": {
7092
+ "text": {
7093
+ "value": "#6d6d78",
7094
+ "public": true,
7095
+ "filePath": "tokens/color/alias/breadcrumb.light.json",
7096
+ "isSource": true,
7097
+ "original": {
7098
+ "value": "{color.light-mode.text.default-secondary.value}",
7099
+ "public": true
7100
+ },
7101
+ "name": "color-light-mode-breadcrumb-text",
7102
+ "attributes": {
7103
+ "category": "color",
7104
+ "type": "light-mode",
7105
+ "item": "breadcrumb",
7106
+ "subitem": "text"
7107
+ },
7108
+ "path": [
7109
+ "color",
7110
+ "light-mode",
7111
+ "breadcrumb",
7112
+ "text"
7113
+ ]
7114
+ },
7115
+ "link": {
7116
+ "value": "#0f62fe",
7117
+ "public": true,
7118
+ "filePath": "tokens/color/alias/breadcrumb.light.json",
7119
+ "isSource": true,
7120
+ "original": {
7121
+ "value": "{color.light-mode.link.default.value}",
7122
+ "public": true
7123
+ },
7124
+ "name": "color-light-mode-breadcrumb-link",
7125
+ "attributes": {
7126
+ "category": "color",
7127
+ "type": "light-mode",
7128
+ "item": "breadcrumb",
7129
+ "subitem": "link"
7130
+ },
7131
+ "path": [
7132
+ "color",
7133
+ "light-mode",
7134
+ "breadcrumb",
7135
+ "link"
7136
+ ]
7137
+ },
7138
+ "separator": {
7139
+ "value": "#cfcfd3",
7140
+ "public": true,
7141
+ "isReferenceToInternal": true,
7142
+ "filePath": "tokens/color/alias/breadcrumb.light.json",
7143
+ "isSource": true,
7144
+ "original": {
7145
+ "value": "{color.light-mode.neutral.300.value}",
7146
+ "public": true,
7147
+ "isReferenceToInternal": true
7148
+ },
7149
+ "name": "color-light-mode-breadcrumb-separator",
7150
+ "attributes": {
7151
+ "category": "color",
7152
+ "type": "light-mode",
7153
+ "item": "breadcrumb",
7154
+ "subitem": "separator"
7155
+ },
7156
+ "path": [
7157
+ "color",
7158
+ "light-mode",
7159
+ "breadcrumb",
7160
+ "separator"
7161
+ ]
7162
+ }
7163
+ },
7018
7164
  "button": {
7019
7165
  "primary": {
7020
7166
  "background": {
@@ -171,6 +171,79 @@
171
171
  }
172
172
  }
173
173
  },
174
+ "breadcrumb": {
175
+ "text": {
176
+ "value": "#a6a3b4",
177
+ "public": true,
178
+ "filePath": "tokens/color/alias/breadcrumb.dark.json",
179
+ "isSource": true,
180
+ "original": {
181
+ "value": "{color.dark-mode.text.default-secondary.value}",
182
+ "public": true
183
+ },
184
+ "name": "color-dark-mode-breadcrumb-text",
185
+ "attributes": {
186
+ "category": "color",
187
+ "type": "dark-mode",
188
+ "item": "breadcrumb",
189
+ "subitem": "text"
190
+ },
191
+ "path": [
192
+ "color",
193
+ "dark-mode",
194
+ "breadcrumb",
195
+ "text"
196
+ ]
197
+ },
198
+ "link": {
199
+ "value": "#36a3ff",
200
+ "public": true,
201
+ "filePath": "tokens/color/alias/breadcrumb.dark.json",
202
+ "isSource": true,
203
+ "original": {
204
+ "value": "{color.dark-mode.link.default.value}",
205
+ "public": true
206
+ },
207
+ "name": "color-dark-mode-breadcrumb-link",
208
+ "attributes": {
209
+ "category": "color",
210
+ "type": "dark-mode",
211
+ "item": "breadcrumb",
212
+ "subitem": "link"
213
+ },
214
+ "path": [
215
+ "color",
216
+ "dark-mode",
217
+ "breadcrumb",
218
+ "link"
219
+ ]
220
+ },
221
+ "separator": {
222
+ "value": "#858299",
223
+ "public": true,
224
+ "isReferenceToInternal": true,
225
+ "filePath": "tokens/color/alias/breadcrumb.dark.json",
226
+ "isSource": true,
227
+ "original": {
228
+ "value": "{color.dark-mode.neutral.300.value}",
229
+ "public": true,
230
+ "isReferenceToInternal": true
231
+ },
232
+ "name": "color-dark-mode-breadcrumb-separator",
233
+ "attributes": {
234
+ "category": "color",
235
+ "type": "dark-mode",
236
+ "item": "breadcrumb",
237
+ "subitem": "separator"
238
+ },
239
+ "path": [
240
+ "color",
241
+ "dark-mode",
242
+ "breadcrumb",
243
+ "separator"
244
+ ]
245
+ }
246
+ },
174
247
  "button": {
175
248
  "primary": {
176
249
  "background": {
@@ -171,6 +171,79 @@
171
171
  }
172
172
  }
173
173
  },
174
+ "breadcrumb": {
175
+ "text": {
176
+ "value": "#6d6d78",
177
+ "public": true,
178
+ "filePath": "tokens/color/alias/breadcrumb.light.json",
179
+ "isSource": true,
180
+ "original": {
181
+ "value": "{color.light-mode.text.default-secondary.value}",
182
+ "public": true
183
+ },
184
+ "name": "color-light-mode-breadcrumb-text",
185
+ "attributes": {
186
+ "category": "color",
187
+ "type": "light-mode",
188
+ "item": "breadcrumb",
189
+ "subitem": "text"
190
+ },
191
+ "path": [
192
+ "color",
193
+ "light-mode",
194
+ "breadcrumb",
195
+ "text"
196
+ ]
197
+ },
198
+ "link": {
199
+ "value": "#0f62fe",
200
+ "public": true,
201
+ "filePath": "tokens/color/alias/breadcrumb.light.json",
202
+ "isSource": true,
203
+ "original": {
204
+ "value": "{color.light-mode.link.default.value}",
205
+ "public": true
206
+ },
207
+ "name": "color-light-mode-breadcrumb-link",
208
+ "attributes": {
209
+ "category": "color",
210
+ "type": "light-mode",
211
+ "item": "breadcrumb",
212
+ "subitem": "link"
213
+ },
214
+ "path": [
215
+ "color",
216
+ "light-mode",
217
+ "breadcrumb",
218
+ "link"
219
+ ]
220
+ },
221
+ "separator": {
222
+ "value": "#cfcfd3",
223
+ "public": true,
224
+ "isReferenceToInternal": true,
225
+ "filePath": "tokens/color/alias/breadcrumb.light.json",
226
+ "isSource": true,
227
+ "original": {
228
+ "value": "{color.light-mode.neutral.300.value}",
229
+ "public": true,
230
+ "isReferenceToInternal": true
231
+ },
232
+ "name": "color-light-mode-breadcrumb-separator",
233
+ "attributes": {
234
+ "category": "color",
235
+ "type": "light-mode",
236
+ "item": "breadcrumb",
237
+ "subitem": "separator"
238
+ },
239
+ "path": [
240
+ "color",
241
+ "light-mode",
242
+ "breadcrumb",
243
+ "separator"
244
+ ]
245
+ }
246
+ },
174
247
  "button": {
175
248
  "primary": {
176
249
  "background": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pantheon-systems/pds-design-tokens",
3
- "version": "1.0.0-dev.58",
3
+ "version": "1.0.0-dev.59",
4
4
  "description": "Design Tokens for the Pantheon Design System",
5
5
  "homepage": "https://pantheon.io",
6
6
  "keywords": [