@pantheon-systems/pds-design-tokens 1.0.0-dev.89 → 1.0.0-dev.90

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.
@@ -19,6 +19,7 @@
19
19
  --pds-color-badge-status-critical: var(--pds-color-semantic-critical-foreground);
20
20
  --pds-color-badge-status-default: #858299;
21
21
  --pds-color-badge-status-discovery: var(--pds-color-semantic-discovery-foreground);
22
+ --pds-color-badge-status-frozen: #d0c6ff;
22
23
  --pds-color-badge-status-info: var(--pds-color-semantic-info-foreground);
23
24
  --pds-color-badge-status-success: var(--pds-color-semantic-success-foreground);
24
25
  --pds-color-badge-status-warning: var(--pds-color-semantic-warning-foreground);
@@ -19,6 +19,7 @@
19
19
  --pds-color-badge-status-critical: var(--pds-color-semantic-critical-foreground);
20
20
  --pds-color-badge-status-default: #cfcfd3;
21
21
  --pds-color-badge-status-discovery: var(--pds-color-semantic-discovery-foreground);
22
+ --pds-color-badge-status-frozen: #e5dbff;
22
23
  --pds-color-badge-status-info: var(--pds-color-semantic-info-foreground);
23
24
  --pds-color-badge-status-success: var(--pds-color-semantic-success-foreground);
24
25
  --pds-color-badge-status-warning: var(--pds-color-semantic-warning-foreground);
@@ -210,5 +211,4 @@
210
211
  --pds-elevation-dropdown: 0px 1px 0px 1px rgba(0, 0, 0, 0.08), 0px 6px 14px 0px rgba(0, 0, 0, 0.08);
211
212
  --pds-elevation-overlay: 0px 0px 0px 1px rgba(0, 0, 0, 0.08), 0px 1px 1px 0px rgba(0, 0, 0, 0.02), 0px 8px 16px -4px rgba(0, 0, 0, 0.04), 0px 24px 32px -8px rgba(0, 0, 0, 0.06);
212
213
  --pds-elevation-raised: 0px 0px 0px 1px rgba(0, 0, 0, 0.08), 0px 2px 2px 0px rgba(0, 0, 0, 0.04), 0px 8px 8px -8px rgba(0, 0, 0, 0.04);
213
- --pds-elevation-tooltip: 0px 6px 8px 0px rgba(0, 0, 0, 0.2);
214
214
  }
@@ -2109,6 +2109,33 @@
2109
2109
  "info"
2110
2110
  ]
2111
2111
  },
2112
+ "frozen": {
2113
+ "value": "#d0c6ff",
2114
+ "public": true,
2115
+ "isReferenceToInternal": true,
2116
+ "filePath": "tokens/color/alias/badge.dark.json",
2117
+ "isSource": true,
2118
+ "original": {
2119
+ "value": "{color.dark-mode.brand.secondary.200.value}",
2120
+ "public": true,
2121
+ "isReferenceToInternal": true
2122
+ },
2123
+ "name": "color-dark-mode-badge-status-frozen",
2124
+ "attributes": {
2125
+ "category": "color",
2126
+ "type": "dark-mode",
2127
+ "item": "badge",
2128
+ "subitem": "status",
2129
+ "state": "frozen"
2130
+ },
2131
+ "path": [
2132
+ "color",
2133
+ "dark-mode",
2134
+ "badge",
2135
+ "status",
2136
+ "frozen"
2137
+ ]
2138
+ },
2112
2139
  "critical": {
2113
2140
  "value": "#ca3521",
2114
2141
  "public": true,
@@ -8061,6 +8088,33 @@
8061
8088
  "info"
8062
8089
  ]
8063
8090
  },
8091
+ "frozen": {
8092
+ "value": "#e5dbff",
8093
+ "public": true,
8094
+ "isReferenceToInternal": true,
8095
+ "filePath": "tokens/color/alias/badge.light.json",
8096
+ "isSource": true,
8097
+ "original": {
8098
+ "value": "{color.light-mode.brand.secondary.200.value}",
8099
+ "public": true,
8100
+ "isReferenceToInternal": true
8101
+ },
8102
+ "name": "color-light-mode-badge-status-frozen",
8103
+ "attributes": {
8104
+ "category": "color",
8105
+ "type": "light-mode",
8106
+ "item": "badge",
8107
+ "subitem": "status",
8108
+ "state": "frozen"
8109
+ },
8110
+ "path": [
8111
+ "color",
8112
+ "light-mode",
8113
+ "badge",
8114
+ "status",
8115
+ "frozen"
8116
+ ]
8117
+ },
8064
8118
  "critical": {
8065
8119
  "value": "#ca3521",
8066
8120
  "public": true,
@@ -14343,47 +14397,6 @@
14343
14397
  "light-mode",
14344
14398
  "dropdown"
14345
14399
  ]
14346
- },
14347
- "tooltip": {
14348
- "value": [
14349
- {
14350
- "x": "0",
14351
- "y": "6",
14352
- "blur": "8",
14353
- "spread": "0",
14354
- "color": "rgba(0, 0, 0, 0.2)",
14355
- "type": "dropShadow"
14356
- }
14357
- ],
14358
- "type": "boxShadow",
14359
- "public": true,
14360
- "filePath": "tokens/elevation/base.light.json",
14361
- "isSource": true,
14362
- "original": {
14363
- "value": [
14364
- {
14365
- "x": "0",
14366
- "y": "6",
14367
- "blur": "8",
14368
- "spread": "0",
14369
- "color": "rgba(0, 0, 0, 0.2)",
14370
- "type": "dropShadow"
14371
- }
14372
- ],
14373
- "type": "boxShadow",
14374
- "public": true
14375
- },
14376
- "name": "elevation-light-mode-tooltip",
14377
- "attributes": {
14378
- "category": "elevation",
14379
- "type": "light-mode",
14380
- "item": "tooltip"
14381
- },
14382
- "path": [
14383
- "elevation",
14384
- "light-mode",
14385
- "tooltip"
14386
- ]
14387
14400
  }
14388
14401
  }
14389
14402
  }
@@ -130,6 +130,33 @@
130
130
  "info"
131
131
  ]
132
132
  },
133
+ "frozen": {
134
+ "value": "#d0c6ff",
135
+ "public": true,
136
+ "isReferenceToInternal": true,
137
+ "filePath": "tokens/color/alias/badge.dark.json",
138
+ "isSource": true,
139
+ "original": {
140
+ "value": "{color.dark-mode.brand.secondary.200.value}",
141
+ "public": true,
142
+ "isReferenceToInternal": true
143
+ },
144
+ "name": "color-dark-mode-badge-status-frozen",
145
+ "attributes": {
146
+ "category": "color",
147
+ "type": "dark-mode",
148
+ "item": "badge",
149
+ "subitem": "status",
150
+ "state": "frozen"
151
+ },
152
+ "path": [
153
+ "color",
154
+ "dark-mode",
155
+ "badge",
156
+ "status",
157
+ "frozen"
158
+ ]
159
+ },
133
160
  "critical": {
134
161
  "value": "#ca3521",
135
162
  "public": true,
@@ -126,6 +126,33 @@
126
126
  "info"
127
127
  ]
128
128
  },
129
+ "frozen": {
130
+ "value": "#e5dbff",
131
+ "public": true,
132
+ "isReferenceToInternal": true,
133
+ "filePath": "tokens/color/alias/badge.light.json",
134
+ "isSource": true,
135
+ "original": {
136
+ "value": "{color.light-mode.brand.secondary.200.value}",
137
+ "public": true,
138
+ "isReferenceToInternal": true
139
+ },
140
+ "name": "color-light-mode-badge-status-frozen",
141
+ "attributes": {
142
+ "category": "color",
143
+ "type": "light-mode",
144
+ "item": "badge",
145
+ "subitem": "status",
146
+ "state": "frozen"
147
+ },
148
+ "path": [
149
+ "color",
150
+ "light-mode",
151
+ "badge",
152
+ "status",
153
+ "frozen"
154
+ ]
155
+ },
129
156
  "critical": {
130
157
  "value": "#ca3521",
131
158
  "public": true,
@@ -6304,38 +6331,6 @@
6304
6331
  "light-mode",
6305
6332
  "dropdown"
6306
6333
  ]
6307
- },
6308
- "tooltip": {
6309
- "value": "0px 6px 8px 0px rgba(0, 0, 0, 0.2)",
6310
- "type": "boxShadow",
6311
- "public": true,
6312
- "filePath": "tokens/elevation/base.light.json",
6313
- "isSource": true,
6314
- "original": {
6315
- "value": [
6316
- {
6317
- "x": "0",
6318
- "y": "6",
6319
- "blur": "8",
6320
- "spread": "0",
6321
- "color": "rgba(0, 0, 0, 0.2)",
6322
- "type": "dropShadow"
6323
- }
6324
- ],
6325
- "type": "boxShadow",
6326
- "public": true
6327
- },
6328
- "name": "elevation-light-mode-tooltip",
6329
- "attributes": {
6330
- "category": "elevation",
6331
- "type": "light-mode",
6332
- "item": "tooltip"
6333
- },
6334
- "path": [
6335
- "elevation",
6336
- "light-mode",
6337
- "tooltip"
6338
- ]
6339
6334
  }
6340
6335
  }
6341
6336
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pantheon-systems/pds-design-tokens",
3
- "version": "1.0.0-dev.89",
3
+ "version": "1.0.0-dev.90",
4
4
  "description": "Design Tokens for the Pantheon Design System",
5
5
  "homepage": "https://pantheon.io",
6
6
  "keywords": [