@canonical/design-tokens 0.5.2 → 0.6.0

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.
@@ -0,0 +1,27 @@
1
+ /* Generated by @canonical/terrazzo-plugin-css. DO NOT EDIT. */
2
+ @layer ds.modifiers {
3
+ .planned {
4
+ --modifier-color-border: var(--color-border-information);
5
+ --modifier-color-foreground-secondary: var(--color-foreground-secondary-information);
6
+ --modifier-color-icon: var(--color-icon-information);
7
+ --modifier-color-text: var(--color-text-information);
8
+ }
9
+ .inProgress {
10
+ --modifier-color-border: var(--color-border-information);
11
+ --modifier-color-foreground-secondary: var(--color-foreground-secondary-information);
12
+ --modifier-color-icon: var(--color-icon-information);
13
+ --modifier-color-text: var(--color-text-information);
14
+ }
15
+ .completed {
16
+ --modifier-color-border: var(--color-border-success);
17
+ --modifier-color-foreground-secondary: var(--color-foreground-secondary-success);
18
+ --modifier-color-icon: var(--color-icon-success);
19
+ --modifier-color-text: var(--color-text-success);
20
+ }
21
+ .failed {
22
+ --modifier-color-border: var(--color-border-error);
23
+ --modifier-color-foreground-secondary: var(--color-foreground-secondary-error);
24
+ --modifier-color-icon: var(--color-icon-error);
25
+ --modifier-color-text: var(--color-text-error);
26
+ }
27
+ }
@@ -0,0 +1,27 @@
1
+ /* Generated by @canonical/terrazzo-plugin-css. DO NOT EDIT. */
2
+ @layer ds.modifiers {
3
+ .experimental {
4
+ --modifier-color-border: var(--color-border-warning);
5
+ --modifier-color-foreground-secondary: var(--color-foreground-secondary-warning);
6
+ --modifier-color-icon: var(--color-icon-warning);
7
+ --modifier-color-text: var(--color-text-warning);
8
+ }
9
+ .alpha {
10
+ --modifier-color-border: var(--color-border-warning);
11
+ --modifier-color-foreground-secondary: var(--color-foreground-secondary-warning);
12
+ --modifier-color-icon: var(--color-icon-warning);
13
+ --modifier-color-text: var(--color-text-warning);
14
+ }
15
+ .beta {
16
+ --modifier-color-border: var(--color-border-information);
17
+ --modifier-color-foreground-secondary: var(--color-foreground-secondary-information);
18
+ --modifier-color-icon: var(--color-icon-information);
19
+ --modifier-color-text: var(--color-text-information);
20
+ }
21
+ .stable {
22
+ --modifier-color-border: var(--color-border-success);
23
+ --modifier-color-foreground-secondary: var(--color-foreground-secondary-success);
24
+ --modifier-color-icon: var(--color-icon-success);
25
+ --modifier-color-text: var(--color-text-success);
26
+ }
27
+ }
package/dist/tokens.json CHANGED
@@ -21404,10 +21404,10 @@
21404
21404
  "type": "color",
21405
21405
  "tier": "semantic",
21406
21406
  "isPaired": false,
21407
- "cssOutputFile": "modifiers.emphasis.css",
21408
- "derivedFrom": "--color-border-branded",
21407
+ "cssOutputFile": "modifiers.release.css",
21408
+ "derivedFrom": "--color-border-success",
21409
21409
  "derivation": "channel-modifier",
21410
- "description": "Border color for elements that need to reflect the brand identity",
21410
+ "description": "Border color for elements indicating a stable release",
21411
21411
  "declarations": [
21412
21412
  {
21413
21413
  "selector": ".constructive",
@@ -21507,6 +21507,94 @@
21507
21507
  "prelude": "ds.modifiers"
21508
21508
  }
21509
21509
  ]
21510
+ },
21511
+ {
21512
+ "selector": ".planned",
21513
+ "file": "modifiers.lifecycle.css",
21514
+ "line": 3,
21515
+ "atRules": [
21516
+ {
21517
+ "name": "layer",
21518
+ "prelude": "ds.modifiers"
21519
+ }
21520
+ ]
21521
+ },
21522
+ {
21523
+ "selector": ".inProgress",
21524
+ "file": "modifiers.lifecycle.css",
21525
+ "line": 9,
21526
+ "atRules": [
21527
+ {
21528
+ "name": "layer",
21529
+ "prelude": "ds.modifiers"
21530
+ }
21531
+ ]
21532
+ },
21533
+ {
21534
+ "selector": ".completed",
21535
+ "file": "modifiers.lifecycle.css",
21536
+ "line": 15,
21537
+ "atRules": [
21538
+ {
21539
+ "name": "layer",
21540
+ "prelude": "ds.modifiers"
21541
+ }
21542
+ ]
21543
+ },
21544
+ {
21545
+ "selector": ".failed",
21546
+ "file": "modifiers.lifecycle.css",
21547
+ "line": 21,
21548
+ "atRules": [
21549
+ {
21550
+ "name": "layer",
21551
+ "prelude": "ds.modifiers"
21552
+ }
21553
+ ]
21554
+ },
21555
+ {
21556
+ "selector": ".experimental",
21557
+ "file": "modifiers.release.css",
21558
+ "line": 3,
21559
+ "atRules": [
21560
+ {
21561
+ "name": "layer",
21562
+ "prelude": "ds.modifiers"
21563
+ }
21564
+ ]
21565
+ },
21566
+ {
21567
+ "selector": ".alpha",
21568
+ "file": "modifiers.release.css",
21569
+ "line": 9,
21570
+ "atRules": [
21571
+ {
21572
+ "name": "layer",
21573
+ "prelude": "ds.modifiers"
21574
+ }
21575
+ ]
21576
+ },
21577
+ {
21578
+ "selector": ".beta",
21579
+ "file": "modifiers.release.css",
21580
+ "line": 15,
21581
+ "atRules": [
21582
+ {
21583
+ "name": "layer",
21584
+ "prelude": "ds.modifiers"
21585
+ }
21586
+ ]
21587
+ },
21588
+ {
21589
+ "selector": ".stable",
21590
+ "file": "modifiers.release.css",
21591
+ "line": 21,
21592
+ "atRules": [
21593
+ {
21594
+ "name": "layer",
21595
+ "prelude": "ds.modifiers"
21596
+ }
21597
+ ]
21510
21598
  }
21511
21599
  ]
21512
21600
  },
@@ -21608,10 +21696,10 @@
21608
21696
  "type": "color",
21609
21697
  "tier": "semantic",
21610
21698
  "isPaired": false,
21611
- "cssOutputFile": "modifiers.emphasis.css",
21612
- "derivedFrom": "--color-icon-branded",
21699
+ "cssOutputFile": "modifiers.release.css",
21700
+ "derivedFrom": "--color-icon-success",
21613
21701
  "derivation": "channel-modifier",
21614
- "description": "Icon color for branded elements that need to reflect the brand identity",
21702
+ "description": "Icon color for indicating a stable release",
21615
21703
  "declarations": [
21616
21704
  {
21617
21705
  "selector": ".constructive",
@@ -21711,6 +21799,94 @@
21711
21799
  "prelude": "ds.modifiers"
21712
21800
  }
21713
21801
  ]
21802
+ },
21803
+ {
21804
+ "selector": ".planned",
21805
+ "file": "modifiers.lifecycle.css",
21806
+ "line": 5,
21807
+ "atRules": [
21808
+ {
21809
+ "name": "layer",
21810
+ "prelude": "ds.modifiers"
21811
+ }
21812
+ ]
21813
+ },
21814
+ {
21815
+ "selector": ".inProgress",
21816
+ "file": "modifiers.lifecycle.css",
21817
+ "line": 11,
21818
+ "atRules": [
21819
+ {
21820
+ "name": "layer",
21821
+ "prelude": "ds.modifiers"
21822
+ }
21823
+ ]
21824
+ },
21825
+ {
21826
+ "selector": ".completed",
21827
+ "file": "modifiers.lifecycle.css",
21828
+ "line": 17,
21829
+ "atRules": [
21830
+ {
21831
+ "name": "layer",
21832
+ "prelude": "ds.modifiers"
21833
+ }
21834
+ ]
21835
+ },
21836
+ {
21837
+ "selector": ".failed",
21838
+ "file": "modifiers.lifecycle.css",
21839
+ "line": 23,
21840
+ "atRules": [
21841
+ {
21842
+ "name": "layer",
21843
+ "prelude": "ds.modifiers"
21844
+ }
21845
+ ]
21846
+ },
21847
+ {
21848
+ "selector": ".experimental",
21849
+ "file": "modifiers.release.css",
21850
+ "line": 5,
21851
+ "atRules": [
21852
+ {
21853
+ "name": "layer",
21854
+ "prelude": "ds.modifiers"
21855
+ }
21856
+ ]
21857
+ },
21858
+ {
21859
+ "selector": ".alpha",
21860
+ "file": "modifiers.release.css",
21861
+ "line": 11,
21862
+ "atRules": [
21863
+ {
21864
+ "name": "layer",
21865
+ "prelude": "ds.modifiers"
21866
+ }
21867
+ ]
21868
+ },
21869
+ {
21870
+ "selector": ".beta",
21871
+ "file": "modifiers.release.css",
21872
+ "line": 17,
21873
+ "atRules": [
21874
+ {
21875
+ "name": "layer",
21876
+ "prelude": "ds.modifiers"
21877
+ }
21878
+ ]
21879
+ },
21880
+ {
21881
+ "selector": ".stable",
21882
+ "file": "modifiers.release.css",
21883
+ "line": 23,
21884
+ "atRules": [
21885
+ {
21886
+ "name": "layer",
21887
+ "prelude": "ds.modifiers"
21888
+ }
21889
+ ]
21714
21890
  }
21715
21891
  ]
21716
21892
  },
@@ -21720,10 +21896,10 @@
21720
21896
  "type": "color",
21721
21897
  "tier": "semantic",
21722
21898
  "isPaired": false,
21723
- "cssOutputFile": "modifiers.emphasis.css",
21724
- "derivedFrom": "--color-text-branded",
21899
+ "cssOutputFile": "modifiers.release.css",
21900
+ "derivedFrom": "--color-text-success",
21725
21901
  "derivation": "channel-modifier",
21726
- "description": "Text color for branded elements that need to reflect the brand identity",
21902
+ "description": "Text color for indicating a stable release",
21727
21903
  "declarations": [
21728
21904
  {
21729
21905
  "selector": ".constructive",
@@ -21823,6 +21999,94 @@
21823
21999
  "prelude": "ds.modifiers"
21824
22000
  }
21825
22001
  ]
22002
+ },
22003
+ {
22004
+ "selector": ".planned",
22005
+ "file": "modifiers.lifecycle.css",
22006
+ "line": 6,
22007
+ "atRules": [
22008
+ {
22009
+ "name": "layer",
22010
+ "prelude": "ds.modifiers"
22011
+ }
22012
+ ]
22013
+ },
22014
+ {
22015
+ "selector": ".inProgress",
22016
+ "file": "modifiers.lifecycle.css",
22017
+ "line": 12,
22018
+ "atRules": [
22019
+ {
22020
+ "name": "layer",
22021
+ "prelude": "ds.modifiers"
22022
+ }
22023
+ ]
22024
+ },
22025
+ {
22026
+ "selector": ".completed",
22027
+ "file": "modifiers.lifecycle.css",
22028
+ "line": 18,
22029
+ "atRules": [
22030
+ {
22031
+ "name": "layer",
22032
+ "prelude": "ds.modifiers"
22033
+ }
22034
+ ]
22035
+ },
22036
+ {
22037
+ "selector": ".failed",
22038
+ "file": "modifiers.lifecycle.css",
22039
+ "line": 24,
22040
+ "atRules": [
22041
+ {
22042
+ "name": "layer",
22043
+ "prelude": "ds.modifiers"
22044
+ }
22045
+ ]
22046
+ },
22047
+ {
22048
+ "selector": ".experimental",
22049
+ "file": "modifiers.release.css",
22050
+ "line": 6,
22051
+ "atRules": [
22052
+ {
22053
+ "name": "layer",
22054
+ "prelude": "ds.modifiers"
22055
+ }
22056
+ ]
22057
+ },
22058
+ {
22059
+ "selector": ".alpha",
22060
+ "file": "modifiers.release.css",
22061
+ "line": 12,
22062
+ "atRules": [
22063
+ {
22064
+ "name": "layer",
22065
+ "prelude": "ds.modifiers"
22066
+ }
22067
+ ]
22068
+ },
22069
+ {
22070
+ "selector": ".beta",
22071
+ "file": "modifiers.release.css",
22072
+ "line": 18,
22073
+ "atRules": [
22074
+ {
22075
+ "name": "layer",
22076
+ "prelude": "ds.modifiers"
22077
+ }
22078
+ ]
22079
+ },
22080
+ {
22081
+ "selector": ".stable",
22082
+ "file": "modifiers.release.css",
22083
+ "line": 24,
22084
+ "atRules": [
22085
+ {
22086
+ "name": "layer",
22087
+ "prelude": "ds.modifiers"
22088
+ }
22089
+ ]
21826
22090
  }
21827
22091
  ]
21828
22092
  },
@@ -21832,10 +22096,10 @@
21832
22096
  "type": "color",
21833
22097
  "tier": "semantic",
21834
22098
  "isPaired": false,
21835
- "cssOutputFile": "modifiers.emphasis.css",
21836
- "derivedFrom": "--color-foreground-secondary-branded",
22099
+ "cssOutputFile": "modifiers.release.css",
22100
+ "derivedFrom": "--color-foreground-secondary-success",
21837
22101
  "derivation": "channel-modifier",
21838
- "description": "Fill color for secondary interactive elements that need to reflect the brand identity",
22102
+ "description": "Fill color for secondary elements indicating a stable release",
21839
22103
  "declarations": [
21840
22104
  {
21841
22105
  "selector": ".caution",
@@ -21902,6 +22166,94 @@
21902
22166
  "prelude": "ds.modifiers"
21903
22167
  }
21904
22168
  ]
22169
+ },
22170
+ {
22171
+ "selector": ".planned",
22172
+ "file": "modifiers.lifecycle.css",
22173
+ "line": 4,
22174
+ "atRules": [
22175
+ {
22176
+ "name": "layer",
22177
+ "prelude": "ds.modifiers"
22178
+ }
22179
+ ]
22180
+ },
22181
+ {
22182
+ "selector": ".inProgress",
22183
+ "file": "modifiers.lifecycle.css",
22184
+ "line": 10,
22185
+ "atRules": [
22186
+ {
22187
+ "name": "layer",
22188
+ "prelude": "ds.modifiers"
22189
+ }
22190
+ ]
22191
+ },
22192
+ {
22193
+ "selector": ".completed",
22194
+ "file": "modifiers.lifecycle.css",
22195
+ "line": 16,
22196
+ "atRules": [
22197
+ {
22198
+ "name": "layer",
22199
+ "prelude": "ds.modifiers"
22200
+ }
22201
+ ]
22202
+ },
22203
+ {
22204
+ "selector": ".failed",
22205
+ "file": "modifiers.lifecycle.css",
22206
+ "line": 22,
22207
+ "atRules": [
22208
+ {
22209
+ "name": "layer",
22210
+ "prelude": "ds.modifiers"
22211
+ }
22212
+ ]
22213
+ },
22214
+ {
22215
+ "selector": ".experimental",
22216
+ "file": "modifiers.release.css",
22217
+ "line": 4,
22218
+ "atRules": [
22219
+ {
22220
+ "name": "layer",
22221
+ "prelude": "ds.modifiers"
22222
+ }
22223
+ ]
22224
+ },
22225
+ {
22226
+ "selector": ".alpha",
22227
+ "file": "modifiers.release.css",
22228
+ "line": 10,
22229
+ "atRules": [
22230
+ {
22231
+ "name": "layer",
22232
+ "prelude": "ds.modifiers"
22233
+ }
22234
+ ]
22235
+ },
22236
+ {
22237
+ "selector": ".beta",
22238
+ "file": "modifiers.release.css",
22239
+ "line": 16,
22240
+ "atRules": [
22241
+ {
22242
+ "name": "layer",
22243
+ "prelude": "ds.modifiers"
22244
+ }
22245
+ ]
22246
+ },
22247
+ {
22248
+ "selector": ".stable",
22249
+ "file": "modifiers.release.css",
22250
+ "line": 22,
22251
+ "atRules": [
22252
+ {
22253
+ "name": "layer",
22254
+ "prelude": "ds.modifiers"
22255
+ }
22256
+ ]
21905
22257
  }
21906
22258
  ]
21907
22259
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@canonical/design-tokens",
3
- "version": "0.5.2",
3
+ "version": "0.6.0",
4
4
  "description": "Canonical design tokens (DTCG format) with CSS custom property output.",
5
5
  "type": "module",
6
6
  "license": "LGPL-3.0",
@@ -46,11 +46,11 @@
46
46
  "test": "vitest run"
47
47
  },
48
48
  "dependencies": {
49
- "@canonical/terrazzo-lsp": "^0.5.2"
49
+ "@canonical/terrazzo-lsp": "^0.6.0"
50
50
  },
51
51
  "devDependencies": {
52
- "@canonical/terrazzo-plugin-css": "^0.5.2",
53
- "@canonical/webarchitect": "^0.17.1",
52
+ "@canonical/terrazzo-plugin-css": "^0.6.0",
53
+ "@canonical/webarchitect": "^0.20.0",
54
54
  "@terrazzo/cli": "2.0.0",
55
55
  "@terrazzo/parser": "2.0.0",
56
56
  "ajv": "^8.17.0",
@@ -131,6 +131,60 @@
131
131
  ]
132
132
  }
133
133
  },
134
+ "lifecycle": {
135
+ "description": "Lifecycle modifier family. Contexts: planned, inProgress, completed, failed.",
136
+ "default": "none",
137
+ "contexts": {
138
+ "none": [],
139
+ "planned": [
140
+ {
141
+ "$ref": "global/semantic/modifier/lifecycle/planned.tokens.json"
142
+ }
143
+ ],
144
+ "inProgress": [
145
+ {
146
+ "$ref": "global/semantic/modifier/lifecycle/in-progress.tokens.json"
147
+ }
148
+ ],
149
+ "completed": [
150
+ {
151
+ "$ref": "global/semantic/modifier/lifecycle/completed.tokens.json"
152
+ }
153
+ ],
154
+ "failed": [
155
+ {
156
+ "$ref": "global/semantic/modifier/lifecycle/failed.tokens.json"
157
+ }
158
+ ]
159
+ }
160
+ },
161
+ "release": {
162
+ "description": "Release modifier family. Contexts: experimental, alpha, beta, stable.",
163
+ "default": "none",
164
+ "contexts": {
165
+ "none": [],
166
+ "experimental": [
167
+ {
168
+ "$ref": "global/semantic/modifier/release/experimental.tokens.json"
169
+ }
170
+ ],
171
+ "alpha": [
172
+ {
173
+ "$ref": "global/semantic/modifier/release/alpha.tokens.json"
174
+ }
175
+ ],
176
+ "beta": [
177
+ {
178
+ "$ref": "global/semantic/modifier/release/beta.tokens.json"
179
+ }
180
+ ],
181
+ "stable": [
182
+ {
183
+ "$ref": "global/semantic/modifier/release/stable.tokens.json"
184
+ }
185
+ ]
186
+ }
187
+ },
134
188
  "surface": {
135
189
  "description": "Surface modifier for layer-aware token rebinding. Contexts: layer1, layer2, layer3. CSS output uses compound .surface selectors (depth-based compounding).",
136
190
  "default": "none",
@@ -157,6 +211,8 @@
157
211
  { "$ref": "#/modifiers/criticality" },
158
212
  { "$ref": "#/modifiers/emphasis" },
159
213
  { "$ref": "#/modifiers/importance" },
214
+ { "$ref": "#/modifiers/lifecycle" },
215
+ { "$ref": "#/modifiers/release" },
160
216
  { "$ref": "#/modifiers/surface" }
161
217
  ]
162
218
  }
@@ -0,0 +1,25 @@
1
+ {
2
+ "$schema": "https://designtokens.org/schemas/2025.10/format.json",
3
+ "color": {
4
+ "foreground": {
5
+ "secondary": {
6
+ "$value": "{color.foreground.secondary.success.$root}",
7
+ "$description": "Fill color for secondary elements indicating a completed state"
8
+ }
9
+ },
10
+ "text": {
11
+ "$value": "{color.text.success.$root}",
12
+ "$description": "Text color for indicating a completed state"
13
+ },
14
+ "icon": {
15
+ "$value": "{color.icon.success.$root}",
16
+ "$description": "Icon color for indicating a completed state"
17
+ },
18
+ "border": {
19
+ "$value": "{color.border.success.$root}",
20
+ "$description": "Border color for elements indicating a completed state"
21
+ },
22
+ "$type": "color"
23
+ },
24
+ "$description": "Lifecycle: completed context. Maps to success (green) colours pending design confirmation."
25
+ }
@@ -0,0 +1,25 @@
1
+ {
2
+ "$schema": "https://designtokens.org/schemas/2025.10/format.json",
3
+ "color": {
4
+ "foreground": {
5
+ "secondary": {
6
+ "$value": "{color.foreground.secondary.error.$root}",
7
+ "$description": "Fill color for secondary elements indicating a failed state"
8
+ }
9
+ },
10
+ "text": {
11
+ "$value": "{color.text.error.$root}",
12
+ "$description": "Text color for indicating a failed state"
13
+ },
14
+ "icon": {
15
+ "$value": "{color.icon.error.$root}",
16
+ "$description": "Icon color for indicating a failed state"
17
+ },
18
+ "border": {
19
+ "$value": "{color.border.error.$root}",
20
+ "$description": "Border color for elements indicating a failed state"
21
+ },
22
+ "$type": "color"
23
+ },
24
+ "$description": "Lifecycle: failed context. Maps to error (red) colours pending design confirmation."
25
+ }
@@ -0,0 +1,25 @@
1
+ {
2
+ "$schema": "https://designtokens.org/schemas/2025.10/format.json",
3
+ "color": {
4
+ "foreground": {
5
+ "secondary": {
6
+ "$value": "{color.foreground.secondary.information.$root}",
7
+ "$description": "Fill color for secondary elements indicating an in-progress state"
8
+ }
9
+ },
10
+ "text": {
11
+ "$value": "{color.text.information.$root}",
12
+ "$description": "Text color for indicating an in-progress state"
13
+ },
14
+ "icon": {
15
+ "$value": "{color.icon.information.$root}",
16
+ "$description": "Icon color for indicating an in-progress state"
17
+ },
18
+ "border": {
19
+ "$value": "{color.border.information.$root}",
20
+ "$description": "Border color for elements indicating an in-progress state"
21
+ },
22
+ "$type": "color"
23
+ },
24
+ "$description": "Lifecycle: in-progress context. Maps to information (blue) colours pending design confirmation."
25
+ }
@@ -0,0 +1,25 @@
1
+ {
2
+ "$schema": "https://designtokens.org/schemas/2025.10/format.json",
3
+ "color": {
4
+ "foreground": {
5
+ "secondary": {
6
+ "$value": "{color.foreground.secondary.information.$root}",
7
+ "$description": "Fill color for secondary elements indicating a planned or pending state"
8
+ }
9
+ },
10
+ "text": {
11
+ "$value": "{color.text.information.$root}",
12
+ "$description": "Text color for indicating a planned or pending state"
13
+ },
14
+ "icon": {
15
+ "$value": "{color.icon.information.$root}",
16
+ "$description": "Icon color for indicating a planned or pending state"
17
+ },
18
+ "border": {
19
+ "$value": "{color.border.information.$root}",
20
+ "$description": "Border color for elements indicating a planned or pending state"
21
+ },
22
+ "$type": "color"
23
+ },
24
+ "$description": "Lifecycle: planned context. Maps to information (blue/neutral) colours pending design confirmation."
25
+ }
@@ -0,0 +1,25 @@
1
+ {
2
+ "$schema": "https://designtokens.org/schemas/2025.10/format.json",
3
+ "color": {
4
+ "foreground": {
5
+ "secondary": {
6
+ "$value": "{color.foreground.secondary.warning.$root}",
7
+ "$description": "Fill color for secondary elements indicating an alpha release stage"
8
+ }
9
+ },
10
+ "text": {
11
+ "$value": "{color.text.warning.$root}",
12
+ "$description": "Text color for indicating an alpha release stage"
13
+ },
14
+ "icon": {
15
+ "$value": "{color.icon.warning.$root}",
16
+ "$description": "Icon color for indicating an alpha release stage"
17
+ },
18
+ "border": {
19
+ "$value": "{color.border.warning.$root}",
20
+ "$description": "Border color for elements indicating an alpha release stage"
21
+ },
22
+ "$type": "color"
23
+ },
24
+ "$description": "Release: alpha context. Maps to warning (amber) colours pending design confirmation."
25
+ }
@@ -0,0 +1,25 @@
1
+ {
2
+ "$schema": "https://designtokens.org/schemas/2025.10/format.json",
3
+ "color": {
4
+ "foreground": {
5
+ "secondary": {
6
+ "$value": "{color.foreground.secondary.information.$root}",
7
+ "$description": "Fill color for secondary elements indicating a beta release stage"
8
+ }
9
+ },
10
+ "text": {
11
+ "$value": "{color.text.information.$root}",
12
+ "$description": "Text color for indicating a beta release stage"
13
+ },
14
+ "icon": {
15
+ "$value": "{color.icon.information.$root}",
16
+ "$description": "Icon color for indicating a beta release stage"
17
+ },
18
+ "border": {
19
+ "$value": "{color.border.information.$root}",
20
+ "$description": "Border color for elements indicating a beta release stage"
21
+ },
22
+ "$type": "color"
23
+ },
24
+ "$description": "Release: beta context. Maps to information (blue) colours pending design confirmation."
25
+ }
@@ -0,0 +1,25 @@
1
+ {
2
+ "$schema": "https://designtokens.org/schemas/2025.10/format.json",
3
+ "color": {
4
+ "foreground": {
5
+ "secondary": {
6
+ "$value": "{color.foreground.secondary.warning.$root}",
7
+ "$description": "Fill color for secondary elements indicating an experimental release stage"
8
+ }
9
+ },
10
+ "text": {
11
+ "$value": "{color.text.warning.$root}",
12
+ "$description": "Text color for indicating an experimental release stage"
13
+ },
14
+ "icon": {
15
+ "$value": "{color.icon.warning.$root}",
16
+ "$description": "Icon color for indicating an experimental release stage"
17
+ },
18
+ "border": {
19
+ "$value": "{color.border.warning.$root}",
20
+ "$description": "Border color for elements indicating an experimental release stage"
21
+ },
22
+ "$type": "color"
23
+ },
24
+ "$description": "Release: experimental context. Maps to warning (orange) colours pending design confirmation."
25
+ }
@@ -0,0 +1,25 @@
1
+ {
2
+ "$schema": "https://designtokens.org/schemas/2025.10/format.json",
3
+ "color": {
4
+ "foreground": {
5
+ "secondary": {
6
+ "$value": "{color.foreground.secondary.success.$root}",
7
+ "$description": "Fill color for secondary elements indicating a stable release"
8
+ }
9
+ },
10
+ "text": {
11
+ "$value": "{color.text.success.$root}",
12
+ "$description": "Text color for indicating a stable release"
13
+ },
14
+ "icon": {
15
+ "$value": "{color.icon.success.$root}",
16
+ "$description": "Icon color for indicating a stable release"
17
+ },
18
+ "border": {
19
+ "$value": "{color.border.success.$root}",
20
+ "$description": "Border color for elements indicating a stable release"
21
+ },
22
+ "$type": "color"
23
+ },
24
+ "$description": "Release: stable context. Maps to success (green) colours pending design confirmation."
25
+ }