@nswds/tokens 2.32.3 → 3.0.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.
Files changed (191) hide show
  1. package/dist/css/colors/global/hsl.css +342 -342
  2. package/dist/css/colors/global/oklch.css +342 -342
  3. package/dist/css/colors/semantic/hsl.css +76 -76
  4. package/dist/css/colors/semantic/oklch.css +76 -76
  5. package/dist/css/colors/themes/data-visualisation/hex.css +208 -0
  6. package/dist/css/colors/themes/data-visualisation/hsl.css +208 -0
  7. package/dist/css/colors/themes/data-visualisation/oklch.css +208 -0
  8. package/dist/css/colors/themes/data-visualisation/rgb.css +208 -0
  9. package/dist/css/colors/themes/fuchsia-blue/hex.css +59 -0
  10. package/dist/css/colors/themes/fuchsia-blue/hsl.css +59 -0
  11. package/dist/css/colors/themes/fuchsia-blue/oklch.css +59 -0
  12. package/dist/css/colors/themes/fuchsia-blue/rgb.css +59 -0
  13. package/dist/css/colors/themes/fuchsia-orange/hex.css +59 -0
  14. package/dist/css/colors/themes/fuchsia-orange/hsl.css +59 -0
  15. package/dist/css/colors/themes/fuchsia-orange/oklch.css +59 -0
  16. package/dist/css/colors/themes/fuchsia-orange/rgb.css +59 -0
  17. package/dist/css/colors/themes/masterbrand/hsl.css +57 -57
  18. package/dist/css/colors/themes/masterbrand/oklch.css +57 -57
  19. package/dist/figma/color/global/hex.json +1 -1
  20. package/dist/figma/color/global/hsl.json +1027 -2053
  21. package/dist/figma/color/global/oklch.json +1027 -2053
  22. package/dist/figma/color/global/rgb.json +1369 -2395
  23. package/dist/figma/color/semantic/hsl.json +228 -152
  24. package/dist/figma/color/semantic/oklch.json +228 -152
  25. package/dist/figma/color/semantic/rgb.json +304 -228
  26. package/dist/figma/color/themes/data-visualisation/hex.json +846 -0
  27. package/dist/figma/color/themes/data-visualisation/hsl.json +1876 -0
  28. package/dist/figma/color/themes/data-visualisation/oklch.json +1876 -0
  29. package/dist/figma/color/themes/data-visualisation/rgb.json +1876 -0
  30. package/dist/figma/color/themes/fuchsia-blue/hex.json +236 -0
  31. package/dist/figma/color/themes/fuchsia-blue/hsl.json +521 -0
  32. package/dist/figma/color/themes/fuchsia-blue/oklch.json +521 -0
  33. package/dist/figma/color/themes/fuchsia-blue/rgb.json +521 -0
  34. package/dist/figma/color/themes/fuchsia-orange/hex.json +236 -0
  35. package/dist/figma/color/themes/fuchsia-orange/hsl.json +521 -0
  36. package/dist/figma/color/themes/fuchsia-orange/oklch.json +521 -0
  37. package/dist/figma/color/themes/fuchsia-orange/rgb.json +521 -0
  38. package/dist/figma/color/themes/masterbrand/color/hsl.json +171 -114
  39. package/dist/figma/color/themes/masterbrand/color/oklch.json +171 -114
  40. package/dist/figma/color/themes/masterbrand/color/rgb.json +228 -171
  41. package/dist/index.cjs +33786 -11365
  42. package/dist/index.cjs.map +1 -1
  43. package/dist/index.d.cts +3878 -482
  44. package/dist/index.d.ts +3878 -482
  45. package/dist/index.js +33786 -11365
  46. package/dist/index.js.map +1 -1
  47. package/dist/js/colors/global/hsl.js +342 -342
  48. package/dist/js/colors/global/oklch.js +342 -342
  49. package/dist/js/colors/semantic/hex.js +0 -3
  50. package/dist/js/colors/semantic/hsl.js +76 -79
  51. package/dist/js/colors/semantic/oklch.js +76 -79
  52. package/dist/js/colors/semantic/rgb.js +0 -3
  53. package/dist/js/colors/themes/data-visualisation/hex.js +226 -0
  54. package/dist/js/colors/themes/data-visualisation/hsl.js +226 -0
  55. package/dist/js/colors/themes/data-visualisation/oklch.js +226 -0
  56. package/dist/js/colors/themes/data-visualisation/rgb.js +226 -0
  57. package/dist/js/colors/themes/fuchsia-blue/hex.js +63 -0
  58. package/dist/js/colors/themes/fuchsia-blue/hsl.js +63 -0
  59. package/dist/js/colors/themes/fuchsia-blue/oklch.js +63 -0
  60. package/dist/js/colors/themes/fuchsia-blue/rgb.js +63 -0
  61. package/dist/js/colors/themes/fuchsia-orange/hex.js +63 -0
  62. package/dist/js/colors/themes/fuchsia-orange/hsl.js +63 -0
  63. package/dist/js/colors/themes/fuchsia-orange/oklch.js +63 -0
  64. package/dist/js/colors/themes/fuchsia-orange/rgb.js +63 -0
  65. package/dist/js/colors/themes/masterbrand/hsl.js +57 -57
  66. package/dist/js/colors/themes/masterbrand/oklch.js +57 -57
  67. package/dist/json/colors/global/hex.json +1 -1
  68. package/dist/json/colors/global/hsl.json +343 -343
  69. package/dist/json/colors/global/oklch.json +343 -343
  70. package/dist/json/colors/global/rgb.json +1 -1
  71. package/dist/json/colors/semantic/hsl.json +76 -76
  72. package/dist/json/colors/semantic/oklch.json +76 -76
  73. package/dist/json/colors/themes/data-visualisation/hex.json +228 -0
  74. package/dist/json/colors/themes/data-visualisation/hsl.json +228 -0
  75. package/dist/json/colors/themes/data-visualisation/oklch.json +228 -0
  76. package/dist/json/colors/themes/data-visualisation/rgb.json +228 -0
  77. package/dist/json/colors/themes/fuchsia-blue/hex.json +65 -0
  78. package/dist/json/colors/themes/fuchsia-blue/hsl.json +65 -0
  79. package/dist/json/colors/themes/fuchsia-blue/oklch.json +65 -0
  80. package/dist/json/colors/themes/fuchsia-blue/rgb.json +65 -0
  81. package/dist/json/colors/themes/fuchsia-orange/hex.json +65 -0
  82. package/dist/json/colors/themes/fuchsia-orange/hsl.json +65 -0
  83. package/dist/json/colors/themes/fuchsia-orange/oklch.json +65 -0
  84. package/dist/json/colors/themes/fuchsia-orange/rgb.json +65 -0
  85. package/dist/json/colors/themes/masterbrand/hsl.json +57 -57
  86. package/dist/json/colors/themes/masterbrand/oklch.json +57 -57
  87. package/dist/less/colors/global/hsl.less +342 -342
  88. package/dist/less/colors/global/oklch.less +342 -342
  89. package/dist/less/colors/semantic/hsl.less +76 -76
  90. package/dist/less/colors/semantic/oklch.less +76 -76
  91. package/dist/less/colors/themes/data-visualisation/hex.less +206 -0
  92. package/dist/less/colors/themes/data-visualisation/hsl.less +206 -0
  93. package/dist/less/colors/themes/data-visualisation/oklch.less +206 -0
  94. package/dist/less/colors/themes/data-visualisation/rgb.less +206 -0
  95. package/dist/less/colors/themes/fuchsia-blue/hex.less +57 -0
  96. package/dist/less/colors/themes/fuchsia-blue/hsl.less +57 -0
  97. package/dist/less/colors/themes/fuchsia-blue/oklch.less +57 -0
  98. package/dist/less/colors/themes/fuchsia-blue/rgb.less +57 -0
  99. package/dist/less/colors/themes/fuchsia-orange/hex.less +57 -0
  100. package/dist/less/colors/themes/fuchsia-orange/hsl.less +57 -0
  101. package/dist/less/colors/themes/fuchsia-orange/oklch.less +57 -0
  102. package/dist/less/colors/themes/fuchsia-orange/rgb.less +57 -0
  103. package/dist/less/colors/themes/masterbrand/hsl.less +57 -57
  104. package/dist/less/colors/themes/masterbrand/oklch.less +57 -57
  105. package/dist/scss/colors/global/hsl.scss +342 -342
  106. package/dist/scss/colors/global/oklch.scss +342 -342
  107. package/dist/scss/colors/semantic/hsl.scss +76 -76
  108. package/dist/scss/colors/semantic/oklch.scss +76 -76
  109. package/dist/scss/colors/themes/data-visualisation/hex.scss +206 -0
  110. package/dist/scss/colors/themes/data-visualisation/hsl.scss +206 -0
  111. package/dist/scss/colors/themes/data-visualisation/oklch.scss +206 -0
  112. package/dist/scss/colors/themes/data-visualisation/rgb.scss +206 -0
  113. package/dist/scss/colors/themes/fuchsia-blue/hex.scss +57 -0
  114. package/dist/scss/colors/themes/fuchsia-blue/hsl.scss +57 -0
  115. package/dist/scss/colors/themes/fuchsia-blue/oklch.scss +57 -0
  116. package/dist/scss/colors/themes/fuchsia-blue/rgb.scss +57 -0
  117. package/dist/scss/colors/themes/fuchsia-orange/hex.scss +57 -0
  118. package/dist/scss/colors/themes/fuchsia-orange/hsl.scss +57 -0
  119. package/dist/scss/colors/themes/fuchsia-orange/oklch.scss +57 -0
  120. package/dist/scss/colors/themes/fuchsia-orange/rgb.scss +57 -0
  121. package/dist/scss/colors/themes/masterbrand/hsl.scss +57 -57
  122. package/dist/scss/colors/themes/masterbrand/oklch.scss +57 -57
  123. package/dist/tailwind/colors/global/hsl.css +342 -342
  124. package/dist/tailwind/colors/global/oklch.css +342 -342
  125. package/dist/tailwind/colors/semantic/hsl.css +76 -76
  126. package/dist/tailwind/colors/semantic/oklch.css +76 -76
  127. package/dist/tailwind/colors/themes/data-visualisation/hsl.css +206 -206
  128. package/dist/tailwind/colors/themes/data-visualisation/oklch.css +206 -206
  129. package/dist/tailwind/colors/themes/fuchsia-blue/hex.css +1 -1
  130. package/dist/tailwind/colors/themes/fuchsia-blue/hsl.css +117 -57
  131. package/dist/tailwind/colors/themes/fuchsia-blue/oklch.css +117 -57
  132. package/dist/tailwind/colors/themes/fuchsia-blue/rgb.css +117 -57
  133. package/dist/tailwind/colors/themes/fuchsia-orange/hex.css +1 -1
  134. package/dist/tailwind/colors/themes/fuchsia-orange/hsl.css +117 -57
  135. package/dist/tailwind/colors/themes/fuchsia-orange/oklch.css +117 -57
  136. package/dist/tailwind/colors/themes/fuchsia-orange/rgb.css +117 -57
  137. package/dist/tailwind/colors/themes/masterbrand/hex.css +1 -1
  138. package/dist/tailwind/colors/themes/masterbrand/hsl.css +117 -57
  139. package/dist/tailwind/colors/themes/masterbrand/oklch.css +117 -57
  140. package/dist/tailwind/colors/themes/masterbrand/rgb.css +117 -57
  141. package/dist/tokens/global/color/canonical.json +4484 -0
  142. package/dist/tokens/global/color/hex.json +1 -1
  143. package/dist/tokens/global/color/hsl.json +1942 -1600
  144. package/dist/tokens/global/color/oklch.json +2041 -1699
  145. package/dist/tokens/global/color/rgb.json +2342 -2000
  146. package/dist/tokens/primitives-global.light.json +3421 -343
  147. package/dist/tokens/primitives-semantic.light.json +761 -77
  148. package/dist/tokens/semantic/color/canonical.json +998 -0
  149. package/dist/tokens/semantic/color/hsl.json +532 -152
  150. package/dist/tokens/semantic/color/oklch.json +532 -152
  151. package/dist/tokens/semantic/color/rgb.json +608 -228
  152. package/dist/tokens/themes/color/data-visualisation/canonical.json +2700 -0
  153. package/dist/tokens/themes/color/data-visualisation/hex.json +846 -0
  154. package/dist/tokens/themes/color/data-visualisation/hsl.json +2700 -0
  155. package/dist/tokens/themes/color/data-visualisation/oklch.json +2700 -0
  156. package/dist/tokens/themes/color/data-visualisation/rgb.json +2700 -0
  157. package/dist/tokens/themes/color/fuchsia-blue/canonical.json +236 -0
  158. package/dist/tokens/themes/color/fuchsia-blue/hex.json +236 -0
  159. package/dist/tokens/themes/color/fuchsia-blue/hsl.json +749 -0
  160. package/dist/tokens/themes/color/fuchsia-blue/oklch.json +749 -0
  161. package/dist/tokens/themes/color/fuchsia-blue/rgb.json +749 -0
  162. package/dist/tokens/themes/color/fuchsia-orange/canonical.json +236 -0
  163. package/dist/tokens/themes/color/fuchsia-orange/hex.json +236 -0
  164. package/dist/tokens/themes/color/fuchsia-orange/hsl.json +749 -0
  165. package/dist/tokens/themes/color/fuchsia-orange/oklch.json +749 -0
  166. package/dist/tokens/themes/color/fuchsia-orange/rgb.json +749 -0
  167. package/dist/tokens/themes/color/masterbrand/canonical.json +236 -0
  168. package/dist/tokens/themes/color/masterbrand/hex.json +1 -1
  169. package/dist/tokens/themes/color/masterbrand/hsl.json +313 -256
  170. package/dist/tokens/themes/color/masterbrand/oklch.json +338 -281
  171. package/dist/tokens/themes/color/masterbrand/rgb.json +390 -333
  172. package/dist/tokens/themes-masterbrand.light.json +1 -1
  173. package/dist/ts/colors/global/hsl.ts +342 -342
  174. package/dist/ts/colors/global/oklch.ts +342 -342
  175. package/dist/ts/colors/semantic/hsl.ts +76 -76
  176. package/dist/ts/colors/semantic/oklch.ts +76 -76
  177. package/dist/ts/colors/themes/data-visualisation/hex.ts +226 -0
  178. package/dist/ts/colors/themes/data-visualisation/hsl.ts +226 -0
  179. package/dist/ts/colors/themes/data-visualisation/oklch.ts +226 -0
  180. package/dist/ts/colors/themes/data-visualisation/rgb.ts +226 -0
  181. package/dist/ts/colors/themes/fuchsia-blue/hex.ts +63 -0
  182. package/dist/ts/colors/themes/fuchsia-blue/hsl.ts +63 -0
  183. package/dist/ts/colors/themes/fuchsia-blue/oklch.ts +63 -0
  184. package/dist/ts/colors/themes/fuchsia-blue/rgb.ts +63 -0
  185. package/dist/ts/colors/themes/fuchsia-orange/hex.ts +63 -0
  186. package/dist/ts/colors/themes/fuchsia-orange/hsl.ts +63 -0
  187. package/dist/ts/colors/themes/fuchsia-orange/oklch.ts +63 -0
  188. package/dist/ts/colors/themes/fuchsia-orange/rgb.ts +63 -0
  189. package/dist/ts/colors/themes/masterbrand/hsl.ts +57 -57
  190. package/dist/ts/colors/themes/masterbrand/oklch.ts +57 -57
  191. package/package.json +7 -2
@@ -2,7 +2,16 @@
2
2
  "success": {
3
3
  "50": {
4
4
  "$type": "color",
5
- "$value": "#eff9ed",
5
+ "$value": {
6
+ "colorSpace": "srgb",
7
+ "components": [
8
+ 0.9372549019607843,
9
+ 0.9764705882352941,
10
+ 0.9294117647058824
11
+ ],
12
+ "alpha": 1,
13
+ "hex": "#eff9ed"
14
+ },
6
15
  "$description": "Success state — positive outcomes, confirmations, and completed actions. Step 50: lightest tints for subtle backgrounds and surfaces.",
7
16
  "$extensions": {
8
17
  "com.figma": {
@@ -16,7 +25,16 @@
16
25
  },
17
26
  "100": {
18
27
  "$type": "color",
19
- "$value": "#e0f3de",
28
+ "$value": {
29
+ "colorSpace": "srgb",
30
+ "components": [
31
+ 0.8784313725490196,
32
+ 0.9529411764705882,
33
+ 0.8705882352941177
34
+ ],
35
+ "alpha": 1,
36
+ "hex": "#e0f3de"
37
+ },
20
38
  "$description": "Success state — positive outcomes, confirmations, and completed actions. Step 100: lightest tints for subtle backgrounds and surfaces.",
21
39
  "$extensions": {
22
40
  "com.figma": {
@@ -30,7 +48,16 @@
30
48
  },
31
49
  "150": {
32
50
  "$type": "color",
33
- "$value": "#d2eccf",
51
+ "$value": {
52
+ "colorSpace": "srgb",
53
+ "components": [
54
+ 0.8235294117647058,
55
+ 0.9254901960784314,
56
+ 0.8117647058823529
57
+ ],
58
+ "alpha": 1,
59
+ "hex": "#d2eccf"
60
+ },
34
61
  "$description": "Success state — positive outcomes, confirmations, and completed actions. Step 150: lightest tints for subtle backgrounds and surfaces.",
35
62
  "$extensions": {
36
63
  "com.figma": {
@@ -44,7 +71,16 @@
44
71
  },
45
72
  "200": {
46
73
  "$type": "color",
47
- "$value": "#c4e5c0",
74
+ "$value": {
75
+ "colorSpace": "srgb",
76
+ "components": [
77
+ 0.7686274509803922,
78
+ 0.8980392156862745,
79
+ 0.7529411764705882
80
+ ],
81
+ "alpha": 1,
82
+ "hex": "#c4e5c0"
83
+ },
48
84
  "$description": "Success state — positive outcomes, confirmations, and completed actions. Step 200: lightest tints for subtle backgrounds and surfaces.",
49
85
  "$extensions": {
50
86
  "com.figma": {
@@ -58,7 +94,16 @@
58
94
  },
59
95
  "250": {
60
96
  "$type": "color",
61
- "$value": "#aad6a5",
97
+ "$value": {
98
+ "colorSpace": "srgb",
99
+ "components": [
100
+ 0.6666666666666666,
101
+ 0.8392156862745098,
102
+ 0.6470588235294118
103
+ ],
104
+ "alpha": 1,
105
+ "hex": "#aad6a5"
106
+ },
62
107
  "$description": "Success state — positive outcomes, confirmations, and completed actions. Step 250: lightest tints for subtle backgrounds and surfaces.",
63
108
  "$extensions": {
64
109
  "com.figma": {
@@ -72,7 +117,16 @@
72
117
  },
73
118
  "300": {
74
119
  "$type": "color",
75
- "$value": "#8fc78a",
120
+ "$value": {
121
+ "colorSpace": "srgb",
122
+ "components": [
123
+ 0.5607843137254902,
124
+ 0.7803921568627451,
125
+ 0.5411764705882353
126
+ ],
127
+ "alpha": 1,
128
+ "hex": "#8fc78a"
129
+ },
76
130
  "$description": "Success state — positive outcomes, confirmations, and completed actions. Step 300: light tints.",
77
131
  "$extensions": {
78
132
  "com.figma": {
@@ -86,7 +140,16 @@
86
140
  },
87
141
  "350": {
88
142
  "$type": "color",
89
- "$value": "#74b76f",
143
+ "$value": {
144
+ "colorSpace": "srgb",
145
+ "components": [
146
+ 0.4549019607843137,
147
+ 0.7176470588235294,
148
+ 0.43529411764705883
149
+ ],
150
+ "alpha": 1,
151
+ "hex": "#74b76f"
152
+ },
90
153
  "$description": "Success state — positive outcomes, confirmations, and completed actions. Step 350: light tints.",
91
154
  "$extensions": {
92
155
  "com.figma": {
@@ -100,7 +163,16 @@
100
163
  },
101
164
  "400": {
102
165
  "$type": "color",
103
- "$value": "#58a854",
166
+ "$value": {
167
+ "colorSpace": "srgb",
168
+ "components": [
169
+ 0.34509803921568627,
170
+ 0.6588235294117647,
171
+ 0.32941176470588235
172
+ ],
173
+ "alpha": 1,
174
+ "hex": "#58a854"
175
+ },
104
176
  "$description": "Success state — positive outcomes, confirmations, and completed actions. Step 400: light tints.",
105
177
  "$extensions": {
106
178
  "com.figma": {
@@ -114,7 +186,16 @@
114
186
  },
115
187
  "450": {
116
188
  "$type": "color",
117
- "$value": "#49a146",
189
+ "$value": {
190
+ "colorSpace": "srgb",
191
+ "components": [
192
+ 0.28627450980392155,
193
+ 0.6313725490196078,
194
+ 0.27450980392156865
195
+ ],
196
+ "alpha": 1,
197
+ "hex": "#49a146"
198
+ },
118
199
  "$description": "Success state — positive outcomes, confirmations, and completed actions. Step 450: light tints.",
119
200
  "$extensions": {
120
201
  "com.figma": {
@@ -128,7 +209,16 @@
128
209
  },
129
210
  "500": {
130
211
  "$type": "color",
131
- "$value": "#399936",
212
+ "$value": {
213
+ "colorSpace": "srgb",
214
+ "components": [
215
+ 0.2235294117647059,
216
+ 0.6,
217
+ 0.21176470588235294
218
+ ],
219
+ "alpha": 1,
220
+ "hex": "#399936"
221
+ },
132
222
  "$description": "Success state — positive outcomes, confirmations, and completed actions. Step 500: base colour.",
133
223
  "$extensions": {
134
224
  "com.figma": {
@@ -142,7 +232,16 @@
142
232
  },
143
233
  "550": {
144
234
  "$type": "color",
145
- "$value": "#259224",
235
+ "$value": {
236
+ "colorSpace": "srgb",
237
+ "components": [
238
+ 0.1450980392156863,
239
+ 0.5725490196078431,
240
+ 0.1411764705882353
241
+ ],
242
+ "alpha": 1,
243
+ "hex": "#259224"
244
+ },
146
245
  "$description": "Success state — positive outcomes, confirmations, and completed actions. Step 550: shades for borders and icons.",
147
246
  "$extensions": {
148
247
  "com.figma": {
@@ -156,7 +255,16 @@
156
255
  },
157
256
  "600": {
158
257
  "$type": "color",
159
- "$value": "#008a07",
258
+ "$value": {
259
+ "colorSpace": "srgb",
260
+ "components": [
261
+ 0,
262
+ 0.5411764705882353,
263
+ 0.027450980392156862
264
+ ],
265
+ "alpha": 1,
266
+ "hex": "#008a07"
267
+ },
160
268
  "$description": "Success state — positive outcomes, confirmations, and completed actions. Step 600: shades for borders and icons.",
161
269
  "$extensions": {
162
270
  "com.figma": {
@@ -170,7 +278,16 @@
170
278
  },
171
279
  "650": {
172
280
  "$type": "color",
173
- "$value": "#007204",
281
+ "$value": {
282
+ "colorSpace": "srgb",
283
+ "components": [
284
+ 0,
285
+ 0.4470588235294118,
286
+ 0.01568627450980392
287
+ ],
288
+ "alpha": 1,
289
+ "hex": "#007204"
290
+ },
174
291
  "$description": "Success state — positive outcomes, confirmations, and completed actions. Step 650: shades for borders and icons.",
175
292
  "$extensions": {
176
293
  "com.figma": {
@@ -184,7 +301,16 @@
184
301
  },
185
302
  "700": {
186
303
  "$type": "color",
187
- "$value": "#005a02",
304
+ "$value": {
305
+ "colorSpace": "srgb",
306
+ "components": [
307
+ 0,
308
+ 0.35294117647058826,
309
+ 0.00784313725490196
310
+ ],
311
+ "alpha": 1,
312
+ "hex": "#005a02"
313
+ },
188
314
  "$description": "Success state — positive outcomes, confirmations, and completed actions. Step 700: shades for borders and icons.",
189
315
  "$extensions": {
190
316
  "com.figma": {
@@ -198,7 +324,16 @@
198
324
  },
199
325
  "750": {
200
326
  "$type": "color",
201
- "$value": "#004401",
327
+ "$value": {
328
+ "colorSpace": "srgb",
329
+ "components": [
330
+ 0,
331
+ 0.26666666666666666,
332
+ 0.00392156862745098
333
+ ],
334
+ "alpha": 1,
335
+ "hex": "#004401"
336
+ },
202
337
  "$description": "Success state — positive outcomes, confirmations, and completed actions. Step 750: darkest shades for text and high emphasis.",
203
338
  "$extensions": {
204
339
  "com.figma": {
@@ -212,7 +347,16 @@
212
347
  },
213
348
  "800": {
214
349
  "$type": "color",
215
- "$value": "#002f00",
350
+ "$value": {
351
+ "colorSpace": "srgb",
352
+ "components": [
353
+ 0,
354
+ 0.1843137254901961,
355
+ 0
356
+ ],
357
+ "alpha": 1,
358
+ "hex": "#002f00"
359
+ },
216
360
  "$description": "Success state — positive outcomes, confirmations, and completed actions. Step 800: darkest shades for text and high emphasis.",
217
361
  "$extensions": {
218
362
  "com.figma": {
@@ -226,7 +370,16 @@
226
370
  },
227
371
  "850": {
228
372
  "$type": "color",
229
- "$value": "#002200",
373
+ "$value": {
374
+ "colorSpace": "srgb",
375
+ "components": [
376
+ 0,
377
+ 0.13333333333333333,
378
+ 0
379
+ ],
380
+ "alpha": 1,
381
+ "hex": "#002200"
382
+ },
230
383
  "$description": "Success state — positive outcomes, confirmations, and completed actions. Step 850: darkest shades for text and high emphasis.",
231
384
  "$extensions": {
232
385
  "com.figma": {
@@ -240,7 +393,16 @@
240
393
  },
241
394
  "900": {
242
395
  "$type": "color",
243
- "$value": "#001600",
396
+ "$value": {
397
+ "colorSpace": "srgb",
398
+ "components": [
399
+ 0,
400
+ 0.08627450980392157,
401
+ 0
402
+ ],
403
+ "alpha": 1,
404
+ "hex": "#001600"
405
+ },
244
406
  "$description": "Success state — positive outcomes, confirmations, and completed actions. Step 900: darkest shades for text and high emphasis.",
245
407
  "$extensions": {
246
408
  "com.figma": {
@@ -254,7 +416,16 @@
254
416
  },
255
417
  "950": {
256
418
  "$type": "color",
257
- "$value": "#000b00",
419
+ "$value": {
420
+ "colorSpace": "srgb",
421
+ "components": [
422
+ 0,
423
+ 0.043137254901960784,
424
+ 0
425
+ ],
426
+ "alpha": 1,
427
+ "hex": "#000b00"
428
+ },
258
429
  "$description": "Success state — positive outcomes, confirmations, and completed actions. Step 950: darkest shades for text and high emphasis.",
259
430
  "$extensions": {
260
431
  "com.figma": {
@@ -270,7 +441,16 @@
270
441
  "warning": {
271
442
  "50": {
272
443
  "$type": "color",
273
- "$value": "#fff3ed",
444
+ "$value": {
445
+ "colorSpace": "srgb",
446
+ "components": [
447
+ 1,
448
+ 0.9529411764705882,
449
+ 0.9294117647058824
450
+ ],
451
+ "alpha": 1,
452
+ "hex": "#fff3ed"
453
+ },
274
454
  "$description": "Warning state — caution and actions that need attention. Step 50: lightest tints for subtle backgrounds and surfaces.",
275
455
  "$extensions": {
276
456
  "com.figma": {
@@ -284,7 +464,16 @@
284
464
  },
285
465
  "100": {
286
466
  "$type": "color",
287
- "$value": "#ffe8de",
467
+ "$value": {
468
+ "colorSpace": "srgb",
469
+ "components": [
470
+ 1,
471
+ 0.9098039215686274,
472
+ 0.8705882352941177
473
+ ],
474
+ "alpha": 1,
475
+ "hex": "#ffe8de"
476
+ },
288
477
  "$description": "Warning state — caution and actions that need attention. Step 100: lightest tints for subtle backgrounds and surfaces.",
289
478
  "$extensions": {
290
479
  "com.figma": {
@@ -298,7 +487,16 @@
298
487
  },
299
488
  "150": {
300
489
  "$type": "color",
301
- "$value": "#ffddcf",
490
+ "$value": {
491
+ "colorSpace": "srgb",
492
+ "components": [
493
+ 1,
494
+ 0.8666666666666667,
495
+ 0.8117647058823529
496
+ ],
497
+ "alpha": 1,
498
+ "hex": "#ffddcf"
499
+ },
302
500
  "$description": "Warning state — caution and actions that need attention. Step 150: lightest tints for subtle backgrounds and surfaces.",
303
501
  "$extensions": {
304
502
  "com.figma": {
@@ -312,7 +510,16 @@
312
510
  },
313
511
  "200": {
314
512
  "$type": "color",
315
- "$value": "#fdd2c0",
513
+ "$value": {
514
+ "colorSpace": "srgb",
515
+ "components": [
516
+ 0.9921568627450981,
517
+ 0.8235294117647058,
518
+ 0.7529411764705882
519
+ ],
520
+ "alpha": 1,
521
+ "hex": "#fdd2c0"
522
+ },
316
523
  "$description": "Warning state — caution and actions that need attention. Step 200: lightest tints for subtle backgrounds and surfaces.",
317
524
  "$extensions": {
318
525
  "com.figma": {
@@ -326,7 +533,16 @@
326
533
  },
327
534
  "250": {
328
535
  "$type": "color",
329
- "$value": "#f6bda5",
536
+ "$value": {
537
+ "colorSpace": "srgb",
538
+ "components": [
539
+ 0.9647058823529412,
540
+ 0.7411764705882353,
541
+ 0.6470588235294118
542
+ ],
543
+ "alpha": 1,
544
+ "hex": "#f6bda5"
545
+ },
330
546
  "$description": "Warning state — caution and actions that need attention. Step 250: lightest tints for subtle backgrounds and surfaces.",
331
547
  "$extensions": {
332
548
  "com.figma": {
@@ -340,7 +556,16 @@
340
556
  },
341
557
  "300": {
342
558
  "$type": "color",
343
- "$value": "#eea88a",
559
+ "$value": {
560
+ "colorSpace": "srgb",
561
+ "components": [
562
+ 0.9333333333333333,
563
+ 0.6588235294117647,
564
+ 0.5411764705882353
565
+ ],
566
+ "alpha": 1,
567
+ "hex": "#eea88a"
568
+ },
344
569
  "$description": "Warning state — caution and actions that need attention. Step 300: light tints.",
345
570
  "$extensions": {
346
571
  "com.figma": {
@@ -354,7 +579,16 @@
354
579
  },
355
580
  "350": {
356
581
  "$type": "color",
357
- "$value": "#e6936f",
582
+ "$value": {
583
+ "colorSpace": "srgb",
584
+ "components": [
585
+ 0.9019607843137255,
586
+ 0.5764705882352941,
587
+ 0.43529411764705883
588
+ ],
589
+ "alpha": 1,
590
+ "hex": "#e6936f"
591
+ },
358
592
  "$description": "Warning state — caution and actions that need attention. Step 350: light tints.",
359
593
  "$extensions": {
360
594
  "com.figma": {
@@ -368,7 +602,16 @@
368
602
  },
369
603
  "400": {
370
604
  "$type": "color",
371
- "$value": "#dd7d53",
605
+ "$value": {
606
+ "colorSpace": "srgb",
607
+ "components": [
608
+ 0.8666666666666667,
609
+ 0.49019607843137253,
610
+ 0.3254901960784314
611
+ ],
612
+ "alpha": 1,
613
+ "hex": "#dd7d53"
614
+ },
372
615
  "$description": "Warning state — caution and actions that need attention. Step 400: light tints.",
373
616
  "$extensions": {
374
617
  "com.figma": {
@@ -382,7 +625,16 @@
382
625
  },
383
626
  "450": {
384
627
  "$type": "color",
385
- "$value": "#d87244",
628
+ "$value": {
629
+ "colorSpace": "srgb",
630
+ "components": [
631
+ 0.8470588235294118,
632
+ 0.4470588235294118,
633
+ 0.26666666666666666
634
+ ],
635
+ "alpha": 1,
636
+ "hex": "#d87244"
637
+ },
386
638
  "$description": "Warning state — caution and actions that need attention. Step 450: light tints.",
387
639
  "$extensions": {
388
640
  "com.figma": {
@@ -396,7 +648,16 @@
396
648
  },
397
649
  "500": {
398
650
  "$type": "color",
399
- "$value": "#d36734",
651
+ "$value": {
652
+ "colorSpace": "srgb",
653
+ "components": [
654
+ 0.8274509803921568,
655
+ 0.403921568627451,
656
+ 0.20392156862745098
657
+ ],
658
+ "alpha": 1,
659
+ "hex": "#d36734"
660
+ },
400
661
  "$description": "Warning state — caution and actions that need attention. Step 500: base colour.",
401
662
  "$extensions": {
402
663
  "com.figma": {
@@ -410,7 +671,16 @@
410
671
  },
411
672
  "550": {
412
673
  "$type": "color",
413
- "$value": "#ce5c21",
674
+ "$value": {
675
+ "colorSpace": "srgb",
676
+ "components": [
677
+ 0.807843137254902,
678
+ 0.3607843137254902,
679
+ 0.12941176470588237
680
+ ],
681
+ "alpha": 1,
682
+ "hex": "#ce5c21"
683
+ },
414
684
  "$description": "Warning state — caution and actions that need attention. Step 550: shades for borders and icons.",
415
685
  "$extensions": {
416
686
  "com.figma": {
@@ -424,7 +694,16 @@
424
694
  },
425
695
  "600": {
426
696
  "$type": "color",
427
- "$value": "#c95000",
697
+ "$value": {
698
+ "colorSpace": "srgb",
699
+ "components": [
700
+ 0.788235294117647,
701
+ 0.3137254901960784,
702
+ 0
703
+ ],
704
+ "alpha": 1,
705
+ "hex": "#c95000"
706
+ },
428
707
  "$description": "Warning state — caution and actions that need attention. Step 600: shades for borders and icons.",
429
708
  "$extensions": {
430
709
  "com.figma": {
@@ -438,7 +717,16 @@
438
717
  },
439
718
  "650": {
440
719
  "$type": "color",
441
- "$value": "#a83f03",
720
+ "$value": {
721
+ "colorSpace": "srgb",
722
+ "components": [
723
+ 0.6588235294117647,
724
+ 0.24705882352941178,
725
+ 0.011764705882352941
726
+ ],
727
+ "alpha": 1,
728
+ "hex": "#a83f03"
729
+ },
442
730
  "$description": "Warning state — caution and actions that need attention. Step 650: shades for borders and icons.",
443
731
  "$extensions": {
444
732
  "com.figma": {
@@ -452,7 +740,16 @@
452
740
  },
453
741
  "700": {
454
742
  "$type": "color",
455
- "$value": "#882f03",
743
+ "$value": {
744
+ "colorSpace": "srgb",
745
+ "components": [
746
+ 0.5333333333333333,
747
+ 0.1843137254901961,
748
+ 0.011764705882352941
749
+ ],
750
+ "alpha": 1,
751
+ "hex": "#882f03"
752
+ },
456
753
  "$description": "Warning state — caution and actions that need attention. Step 700: shades for borders and icons.",
457
754
  "$extensions": {
458
755
  "com.figma": {
@@ -466,7 +763,16 @@
466
763
  },
467
764
  "750": {
468
765
  "$type": "color",
469
- "$value": "#692001",
766
+ "$value": {
767
+ "colorSpace": "srgb",
768
+ "components": [
769
+ 0.4117647058823529,
770
+ 0.12549019607843137,
771
+ 0.00392156862745098
772
+ ],
773
+ "alpha": 1,
774
+ "hex": "#692001"
775
+ },
470
776
  "$description": "Warning state — caution and actions that need attention. Step 750: darkest shades for text and high emphasis.",
471
777
  "$extensions": {
472
778
  "com.figma": {
@@ -480,7 +786,16 @@
480
786
  },
481
787
  "800": {
482
788
  "$type": "color",
483
- "$value": "#4b1200",
789
+ "$value": {
790
+ "colorSpace": "srgb",
791
+ "components": [
792
+ 0.29411764705882354,
793
+ 0.07058823529411765,
794
+ 0
795
+ ],
796
+ "alpha": 1,
797
+ "hex": "#4b1200"
798
+ },
484
799
  "$description": "Warning state — caution and actions that need attention. Step 800: darkest shades for text and high emphasis.",
485
800
  "$extensions": {
486
801
  "com.figma": {
@@ -494,7 +809,16 @@
494
809
  },
495
810
  "850": {
496
811
  "$type": "color",
497
- "$value": "#390a00",
812
+ "$value": {
813
+ "colorSpace": "srgb",
814
+ "components": [
815
+ 0.2235294117647059,
816
+ 0.0392156862745098,
817
+ 0
818
+ ],
819
+ "alpha": 1,
820
+ "hex": "#390a00"
821
+ },
498
822
  "$description": "Warning state — caution and actions that need attention. Step 850: darkest shades for text and high emphasis.",
499
823
  "$extensions": {
500
824
  "com.figma": {
@@ -508,7 +832,16 @@
508
832
  },
509
833
  "900": {
510
834
  "$type": "color",
511
- "$value": "#270400",
835
+ "$value": {
836
+ "colorSpace": "srgb",
837
+ "components": [
838
+ 0.15294117647058825,
839
+ 0.01568627450980392,
840
+ 0
841
+ ],
842
+ "alpha": 1,
843
+ "hex": "#270400"
844
+ },
512
845
  "$description": "Warning state — caution and actions that need attention. Step 900: darkest shades for text and high emphasis.",
513
846
  "$extensions": {
514
847
  "com.figma": {
@@ -522,7 +855,16 @@
522
855
  },
523
856
  "950": {
524
857
  "$type": "color",
525
- "$value": "#170100",
858
+ "$value": {
859
+ "colorSpace": "srgb",
860
+ "components": [
861
+ 0.09019607843137255,
862
+ 0.00392156862745098,
863
+ 0
864
+ ],
865
+ "alpha": 1,
866
+ "hex": "#170100"
867
+ },
526
868
  "$description": "Warning state — caution and actions that need attention. Step 950: darkest shades for text and high emphasis.",
527
869
  "$extensions": {
528
870
  "com.figma": {
@@ -538,7 +880,16 @@
538
880
  "danger": {
539
881
  "50": {
540
882
  "$type": "color",
541
- "$value": "#fff0ef",
883
+ "$value": {
884
+ "colorSpace": "srgb",
885
+ "components": [
886
+ 1,
887
+ 0.9411764705882353,
888
+ 0.9372549019607843
889
+ ],
890
+ "alpha": 1,
891
+ "hex": "#fff0ef"
892
+ },
542
893
  "$description": "Danger state — errors and destructive or critical actions. Step 50: lightest tints for subtle backgrounds and surfaces.",
543
894
  "$extensions": {
544
895
  "com.figma": {
@@ -552,7 +903,16 @@
552
903
  },
553
904
  "100": {
554
905
  "$type": "color",
555
- "$value": "#ffe2e1",
906
+ "$value": {
907
+ "colorSpace": "srgb",
908
+ "components": [
909
+ 1,
910
+ 0.8862745098039215,
911
+ 0.8823529411764706
912
+ ],
913
+ "alpha": 1,
914
+ "hex": "#ffe2e1"
915
+ },
556
916
  "$description": "Danger state — errors and destructive or critical actions. Step 100: lightest tints for subtle backgrounds and surfaces.",
557
917
  "$extensions": {
558
918
  "com.figma": {
@@ -566,7 +926,16 @@
566
926
  },
567
927
  "150": {
568
928
  "$type": "color",
569
- "$value": "#ffd4d4",
929
+ "$value": {
930
+ "colorSpace": "srgb",
931
+ "components": [
932
+ 1,
933
+ 0.8313725490196079,
934
+ 0.8313725490196079
935
+ ],
936
+ "alpha": 1,
937
+ "hex": "#ffd4d4"
938
+ },
570
939
  "$description": "Danger state — errors and destructive or critical actions. Step 150: lightest tints for subtle backgrounds and surfaces.",
571
940
  "$extensions": {
572
941
  "com.figma": {
@@ -580,7 +949,16 @@
580
949
  },
581
950
  "200": {
582
951
  "$type": "color",
583
- "$value": "#fdc6c6",
952
+ "$value": {
953
+ "colorSpace": "srgb",
954
+ "components": [
955
+ 0.9921568627450981,
956
+ 0.7764705882352941,
957
+ 0.7764705882352941
958
+ ],
959
+ "alpha": 1,
960
+ "hex": "#fdc6c6"
961
+ },
584
962
  "$description": "Danger state — errors and destructive or critical actions. Step 200: lightest tints for subtle backgrounds and surfaces.",
585
963
  "$extensions": {
586
964
  "com.figma": {
@@ -594,7 +972,16 @@
594
972
  },
595
973
  "250": {
596
974
  "$type": "color",
597
- "$value": "#f4acad",
975
+ "$value": {
976
+ "colorSpace": "srgb",
977
+ "components": [
978
+ 0.9568627450980393,
979
+ 0.6745098039215687,
980
+ 0.6784313725490196
981
+ ],
982
+ "alpha": 1,
983
+ "hex": "#f4acad"
984
+ },
598
985
  "$description": "Danger state — errors and destructive or critical actions. Step 250: lightest tints for subtle backgrounds and surfaces.",
599
986
  "$extensions": {
600
987
  "com.figma": {
@@ -608,7 +995,16 @@
608
995
  },
609
996
  "300": {
610
997
  "$type": "color",
611
- "$value": "#ea9294",
998
+ "$value": {
999
+ "colorSpace": "srgb",
1000
+ "components": [
1001
+ 0.9176470588235294,
1002
+ 0.5725490196078431,
1003
+ 0.5803921568627451
1004
+ ],
1005
+ "alpha": 1,
1006
+ "hex": "#ea9294"
1007
+ },
612
1008
  "$description": "Danger state — errors and destructive or critical actions. Step 300: light tints.",
613
1009
  "$extensions": {
614
1010
  "com.figma": {
@@ -622,7 +1018,16 @@
622
1018
  },
623
1019
  "350": {
624
1020
  "$type": "color",
625
- "$value": "#df787c",
1021
+ "$value": {
1022
+ "colorSpace": "srgb",
1023
+ "components": [
1024
+ 0.8745098039215686,
1025
+ 0.47058823529411764,
1026
+ 0.48627450980392156
1027
+ ],
1028
+ "alpha": 1,
1029
+ "hex": "#df787c"
1030
+ },
626
1031
  "$description": "Danger state — errors and destructive or critical actions. Step 350: light tints.",
627
1032
  "$extensions": {
628
1033
  "com.figma": {
@@ -636,7 +1041,16 @@
636
1041
  },
637
1042
  "400": {
638
1043
  "$type": "color",
639
- "$value": "#d35d65",
1044
+ "$value": {
1045
+ "colorSpace": "srgb",
1046
+ "components": [
1047
+ 0.8274509803921568,
1048
+ 0.36470588235294116,
1049
+ 0.396078431372549
1050
+ ],
1051
+ "alpha": 1,
1052
+ "hex": "#d35d65"
1053
+ },
640
1054
  "$description": "Danger state — errors and destructive or critical actions. Step 400: light tints.",
641
1055
  "$extensions": {
642
1056
  "com.figma": {
@@ -650,7 +1064,16 @@
650
1064
  },
651
1065
  "450": {
652
1066
  "$type": "color",
653
- "$value": "#cd4e59",
1067
+ "$value": {
1068
+ "colorSpace": "srgb",
1069
+ "components": [
1070
+ 0.803921568627451,
1071
+ 0.3058823529411765,
1072
+ 0.34901960784313724
1073
+ ],
1074
+ "alpha": 1,
1075
+ "hex": "#cd4e59"
1076
+ },
654
1077
  "$description": "Danger state — errors and destructive or critical actions. Step 450: light tints.",
655
1078
  "$extensions": {
656
1079
  "com.figma": {
@@ -664,7 +1087,16 @@
664
1087
  },
665
1088
  "500": {
666
1089
  "$type": "color",
667
- "$value": "#c63f4e",
1090
+ "$value": {
1091
+ "colorSpace": "srgb",
1092
+ "components": [
1093
+ 0.7764705882352941,
1094
+ 0.24705882352941178,
1095
+ 0.3058823529411765
1096
+ ],
1097
+ "alpha": 1,
1098
+ "hex": "#c63f4e"
1099
+ },
668
1100
  "$description": "Danger state — errors and destructive or critical actions. Step 500: base colour.",
669
1101
  "$extensions": {
670
1102
  "com.figma": {
@@ -678,7 +1110,16 @@
678
1110
  },
679
1111
  "550": {
680
1112
  "$type": "color",
681
- "$value": "#bf2c42",
1113
+ "$value": {
1114
+ "colorSpace": "srgb",
1115
+ "components": [
1116
+ 0.7490196078431373,
1117
+ 0.17254901960784313,
1118
+ 0.25882352941176473
1119
+ ],
1120
+ "alpha": 1,
1121
+ "hex": "#bf2c42"
1122
+ },
682
1123
  "$description": "Danger state — errors and destructive or critical actions. Step 550: shades for borders and icons.",
683
1124
  "$extensions": {
684
1125
  "com.figma": {
@@ -692,7 +1133,16 @@
692
1133
  },
693
1134
  "600": {
694
1135
  "$type": "color",
695
- "$value": "#b81237",
1136
+ "$value": {
1137
+ "colorSpace": "srgb",
1138
+ "components": [
1139
+ 0.7215686274509804,
1140
+ 0.07058823529411765,
1141
+ 0.21568627450980393
1142
+ ],
1143
+ "alpha": 1,
1144
+ "hex": "#b81237"
1145
+ },
696
1146
  "$description": "Danger state — errors and destructive or critical actions. Step 600: shades for borders and icons.",
697
1147
  "$extensions": {
698
1148
  "com.figma": {
@@ -706,7 +1156,16 @@
706
1156
  },
707
1157
  "650": {
708
1158
  "$type": "color",
709
- "$value": "#990b2a",
1159
+ "$value": {
1160
+ "colorSpace": "srgb",
1161
+ "components": [
1162
+ 0.6,
1163
+ 0.043137254901960784,
1164
+ 0.16470588235294117
1165
+ ],
1166
+ "alpha": 1,
1167
+ "hex": "#990b2a"
1168
+ },
710
1169
  "$description": "Danger state — errors and destructive or critical actions. Step 650: shades for borders and icons.",
711
1170
  "$extensions": {
712
1171
  "com.figma": {
@@ -720,7 +1179,16 @@
720
1179
  },
721
1180
  "700": {
722
1181
  "$type": "color",
723
- "$value": "#7c061f",
1182
+ "$value": {
1183
+ "colorSpace": "srgb",
1184
+ "components": [
1185
+ 0.48627450980392156,
1186
+ 0.023529411764705882,
1187
+ 0.12156862745098039
1188
+ ],
1189
+ "alpha": 1,
1190
+ "hex": "#7c061f"
1191
+ },
724
1192
  "$description": "Danger state — errors and destructive or critical actions. Step 700: shades for borders and icons.",
725
1193
  "$extensions": {
726
1194
  "com.figma": {
@@ -734,7 +1202,16 @@
734
1202
  },
735
1203
  "750": {
736
1204
  "$type": "color",
737
- "$value": "#5f0214",
1205
+ "$value": {
1206
+ "colorSpace": "srgb",
1207
+ "components": [
1208
+ 0.37254901960784315,
1209
+ 0.00784313725490196,
1210
+ 0.0784313725490196
1211
+ ],
1212
+ "alpha": 1,
1213
+ "hex": "#5f0214"
1214
+ },
738
1215
  "$description": "Danger state — errors and destructive or critical actions. Step 750: darkest shades for text and high emphasis.",
739
1216
  "$extensions": {
740
1217
  "com.figma": {
@@ -748,7 +1225,16 @@
748
1225
  },
749
1226
  "800": {
750
1227
  "$type": "color",
751
- "$value": "#44000a",
1228
+ "$value": {
1229
+ "colorSpace": "srgb",
1230
+ "components": [
1231
+ 0.26666666666666666,
1232
+ 0,
1233
+ 0.0392156862745098
1234
+ ],
1235
+ "alpha": 1,
1236
+ "hex": "#44000a"
1237
+ },
752
1238
  "$description": "Danger state — errors and destructive or critical actions. Step 800: darkest shades for text and high emphasis.",
753
1239
  "$extensions": {
754
1240
  "com.figma": {
@@ -762,7 +1248,16 @@
762
1248
  },
763
1249
  "850": {
764
1250
  "$type": "color",
765
- "$value": "#330005",
1251
+ "$value": {
1252
+ "colorSpace": "srgb",
1253
+ "components": [
1254
+ 0.2,
1255
+ 0,
1256
+ 0.0196078431372549
1257
+ ],
1258
+ "alpha": 1,
1259
+ "hex": "#330005"
1260
+ },
766
1261
  "$description": "Danger state — errors and destructive or critical actions. Step 850: darkest shades for text and high emphasis.",
767
1262
  "$extensions": {
768
1263
  "com.figma": {
@@ -776,7 +1271,16 @@
776
1271
  },
777
1272
  "900": {
778
1273
  "$type": "color",
779
- "$value": "#230002",
1274
+ "$value": {
1275
+ "colorSpace": "srgb",
1276
+ "components": [
1277
+ 0.13725490196078433,
1278
+ 0,
1279
+ 0.00784313725490196
1280
+ ],
1281
+ "alpha": 1,
1282
+ "hex": "#230002"
1283
+ },
780
1284
  "$description": "Danger state — errors and destructive or critical actions. Step 900: darkest shades for text and high emphasis.",
781
1285
  "$extensions": {
782
1286
  "com.figma": {
@@ -790,7 +1294,16 @@
790
1294
  },
791
1295
  "950": {
792
1296
  "$type": "color",
793
- "$value": "#140001",
1297
+ "$value": {
1298
+ "colorSpace": "srgb",
1299
+ "components": [
1300
+ 0.0784313725490196,
1301
+ 0,
1302
+ 0.00392156862745098
1303
+ ],
1304
+ "alpha": 1,
1305
+ "hex": "#140001"
1306
+ },
794
1307
  "$description": "Danger state — errors and destructive or critical actions. Step 950: darkest shades for text and high emphasis.",
795
1308
  "$extensions": {
796
1309
  "com.figma": {
@@ -806,7 +1319,16 @@
806
1319
  "info": {
807
1320
  "50": {
808
1321
  "$type": "color",
809
- "$value": "#e9eef7",
1322
+ "$value": {
1323
+ "colorSpace": "srgb",
1324
+ "components": [
1325
+ 0.9137254901960784,
1326
+ 0.9333333333333333,
1327
+ 0.9686274509803922
1328
+ ],
1329
+ "alpha": 1,
1330
+ "hex": "#e9eef7"
1331
+ },
810
1332
  "$description": "Informational state — neutral highlights, tips, and in-progress notices. Step 50: lightest tints for subtle backgrounds and surfaces.",
811
1333
  "$extensions": {
812
1334
  "com.figma": {
@@ -820,7 +1342,16 @@
820
1342
  },
821
1343
  "100": {
822
1344
  "$type": "color",
823
- "$value": "#d4ddeb",
1345
+ "$value": {
1346
+ "colorSpace": "srgb",
1347
+ "components": [
1348
+ 0.8313725490196079,
1349
+ 0.8666666666666667,
1350
+ 0.9215686274509803
1351
+ ],
1352
+ "alpha": 1,
1353
+ "hex": "#d4ddeb"
1354
+ },
824
1355
  "$description": "Informational state — neutral highlights, tips, and in-progress notices. Step 100: lightest tints for subtle backgrounds and surfaces.",
825
1356
  "$extensions": {
826
1357
  "com.figma": {
@@ -834,7 +1365,16 @@
834
1365
  },
835
1366
  "150": {
836
1367
  "$type": "color",
837
- "$value": "#c0cce0",
1368
+ "$value": {
1369
+ "colorSpace": "srgb",
1370
+ "components": [
1371
+ 0.7529411764705882,
1372
+ 0.8,
1373
+ 0.8784313725490196
1374
+ ],
1375
+ "alpha": 1,
1376
+ "hex": "#c0cce0"
1377
+ },
838
1378
  "$description": "Informational state — neutral highlights, tips, and in-progress notices. Step 150: lightest tints for subtle backgrounds and surfaces.",
839
1379
  "$extensions": {
840
1380
  "com.figma": {
@@ -848,7 +1388,16 @@
848
1388
  },
849
1389
  "200": {
850
1390
  "$type": "color",
851
- "$value": "#acbbd5",
1391
+ "$value": {
1392
+ "colorSpace": "srgb",
1393
+ "components": [
1394
+ 0.6745098039215687,
1395
+ 0.7333333333333333,
1396
+ 0.8352941176470589
1397
+ ],
1398
+ "alpha": 1,
1399
+ "hex": "#acbbd5"
1400
+ },
852
1401
  "$description": "Informational state — neutral highlights, tips, and in-progress notices. Step 200: lightest tints for subtle backgrounds and surfaces.",
853
1402
  "$extensions": {
854
1403
  "com.figma": {
@@ -862,7 +1411,16 @@
862
1411
  },
863
1412
  "250": {
864
1413
  "$type": "color",
865
- "$value": "#96a9cc",
1414
+ "$value": {
1415
+ "colorSpace": "srgb",
1416
+ "components": [
1417
+ 0.5882352941176471,
1418
+ 0.6627450980392157,
1419
+ 0.8
1420
+ ],
1421
+ "alpha": 1,
1422
+ "hex": "#96a9cc"
1423
+ },
866
1424
  "$description": "Informational state — neutral highlights, tips, and in-progress notices. Step 250: lightest tints for subtle backgrounds and surfaces.",
867
1425
  "$extensions": {
868
1426
  "com.figma": {
@@ -876,7 +1434,16 @@
876
1434
  },
877
1435
  "300": {
878
1436
  "$type": "color",
879
- "$value": "#8098c2",
1437
+ "$value": {
1438
+ "colorSpace": "srgb",
1439
+ "components": [
1440
+ 0.5019607843137255,
1441
+ 0.596078431372549,
1442
+ 0.7607843137254902
1443
+ ],
1444
+ "alpha": 1,
1445
+ "hex": "#8098c2"
1446
+ },
880
1447
  "$description": "Informational state — neutral highlights, tips, and in-progress notices. Step 300: light tints.",
881
1448
  "$extensions": {
882
1449
  "com.figma": {
@@ -890,7 +1457,16 @@
890
1457
  },
891
1458
  "350": {
892
1459
  "$type": "color",
893
- "$value": "#6b86b8",
1460
+ "$value": {
1461
+ "colorSpace": "srgb",
1462
+ "components": [
1463
+ 0.4196078431372549,
1464
+ 0.5254901960784314,
1465
+ 0.7215686274509804
1466
+ ],
1467
+ "alpha": 1,
1468
+ "hex": "#6b86b8"
1469
+ },
894
1470
  "$description": "Informational state — neutral highlights, tips, and in-progress notices. Step 350: light tints.",
895
1471
  "$extensions": {
896
1472
  "com.figma": {
@@ -904,7 +1480,16 @@
904
1480
  },
905
1481
  "400": {
906
1482
  "$type": "color",
907
- "$value": "#5775ae",
1483
+ "$value": {
1484
+ "colorSpace": "srgb",
1485
+ "components": [
1486
+ 0.3411764705882353,
1487
+ 0.4588235294117647,
1488
+ 0.6823529411764706
1489
+ ],
1490
+ "alpha": 1,
1491
+ "hex": "#5775ae"
1492
+ },
908
1493
  "$description": "Informational state — neutral highlights, tips, and in-progress notices. Step 400: light tints.",
909
1494
  "$extensions": {
910
1495
  "com.figma": {
@@ -918,7 +1503,16 @@
918
1503
  },
919
1504
  "450": {
920
1505
  "$type": "color",
921
- "$value": "#4d6ca9",
1506
+ "$value": {
1507
+ "colorSpace": "srgb",
1508
+ "components": [
1509
+ 0.30196078431372547,
1510
+ 0.4235294117647059,
1511
+ 0.6627450980392157
1512
+ ],
1513
+ "alpha": 1,
1514
+ "hex": "#4d6ca9"
1515
+ },
922
1516
  "$description": "Informational state — neutral highlights, tips, and in-progress notices. Step 450: light tints.",
923
1517
  "$extensions": {
924
1518
  "com.figma": {
@@ -932,7 +1526,16 @@
932
1526
  },
933
1527
  "500": {
934
1528
  "$type": "color",
935
- "$value": "#4264a4",
1529
+ "$value": {
1530
+ "colorSpace": "srgb",
1531
+ "components": [
1532
+ 0.25882352941176473,
1533
+ 0.39215686274509803,
1534
+ 0.6431372549019608
1535
+ ],
1536
+ "alpha": 1,
1537
+ "hex": "#4264a4"
1538
+ },
936
1539
  "$description": "Informational state — neutral highlights, tips, and in-progress notices. Step 500: base colour.",
937
1540
  "$extensions": {
938
1541
  "com.figma": {
@@ -946,7 +1549,16 @@
946
1549
  },
947
1550
  "550": {
948
1551
  "$type": "color",
949
- "$value": "#385b9e",
1552
+ "$value": {
1553
+ "colorSpace": "srgb",
1554
+ "components": [
1555
+ 0.2196078431372549,
1556
+ 0.3568627450980392,
1557
+ 0.6196078431372549
1558
+ ],
1559
+ "alpha": 1,
1560
+ "hex": "#385b9e"
1561
+ },
950
1562
  "$description": "Informational state — neutral highlights, tips, and in-progress notices. Step 550: shades for borders and icons.",
951
1563
  "$extensions": {
952
1564
  "com.figma": {
@@ -960,7 +1572,16 @@
960
1572
  },
961
1573
  "600": {
962
1574
  "$type": "color",
963
- "$value": "#2e5299",
1575
+ "$value": {
1576
+ "colorSpace": "srgb",
1577
+ "components": [
1578
+ 0.1803921568627451,
1579
+ 0.3215686274509804,
1580
+ 0.6
1581
+ ],
1582
+ "alpha": 1,
1583
+ "hex": "#2e5299"
1584
+ },
964
1585
  "$description": "Informational state — neutral highlights, tips, and in-progress notices. Step 600: shades for borders and icons.",
965
1586
  "$extensions": {
966
1587
  "com.figma": {
@@ -974,7 +1595,16 @@
974
1595
  },
975
1596
  "650": {
976
1597
  "$type": "color",
977
- "$value": "#23427f",
1598
+ "$value": {
1599
+ "colorSpace": "srgb",
1600
+ "components": [
1601
+ 0.13725490196078433,
1602
+ 0.25882352941176473,
1603
+ 0.4980392156862745
1604
+ ],
1605
+ "alpha": 1,
1606
+ "hex": "#23427f"
1607
+ },
978
1608
  "$description": "Informational state — neutral highlights, tips, and in-progress notices. Step 650: shades for borders and icons.",
979
1609
  "$extensions": {
980
1610
  "com.figma": {
@@ -988,7 +1618,16 @@
988
1618
  },
989
1619
  "700": {
990
1620
  "$type": "color",
991
- "$value": "#193366",
1621
+ "$value": {
1622
+ "colorSpace": "srgb",
1623
+ "components": [
1624
+ 0.09803921568627451,
1625
+ 0.2,
1626
+ 0.4
1627
+ ],
1628
+ "alpha": 1,
1629
+ "hex": "#193366"
1630
+ },
992
1631
  "$description": "Informational state — neutral highlights, tips, and in-progress notices. Step 700: shades for borders and icons.",
993
1632
  "$extensions": {
994
1633
  "com.figma": {
@@ -1002,7 +1641,16 @@
1002
1641
  },
1003
1642
  "750": {
1004
1643
  "$type": "color",
1005
- "$value": "#10254f",
1644
+ "$value": {
1645
+ "colorSpace": "srgb",
1646
+ "components": [
1647
+ 0.06274509803921569,
1648
+ 0.1450980392156863,
1649
+ 0.30980392156862746
1650
+ ],
1651
+ "alpha": 1,
1652
+ "hex": "#10254f"
1653
+ },
1006
1654
  "$description": "Informational state — neutral highlights, tips, and in-progress notices. Step 750: darkest shades for text and high emphasis.",
1007
1655
  "$extensions": {
1008
1656
  "com.figma": {
@@ -1016,7 +1664,16 @@
1016
1664
  },
1017
1665
  "800": {
1018
1666
  "$type": "color",
1019
- "$value": "#071738",
1667
+ "$value": {
1668
+ "colorSpace": "srgb",
1669
+ "components": [
1670
+ 0.027450980392156862,
1671
+ 0.09019607843137255,
1672
+ 0.2196078431372549
1673
+ ],
1674
+ "alpha": 1,
1675
+ "hex": "#071738"
1676
+ },
1020
1677
  "$description": "Informational state — neutral highlights, tips, and in-progress notices. Step 800: darkest shades for text and high emphasis.",
1021
1678
  "$extensions": {
1022
1679
  "com.figma": {
@@ -1030,7 +1687,16 @@
1030
1687
  },
1031
1688
  "850": {
1032
1689
  "$type": "color",
1033
- "$value": "#040f2a",
1690
+ "$value": {
1691
+ "colorSpace": "srgb",
1692
+ "components": [
1693
+ 0.01568627450980392,
1694
+ 0.058823529411764705,
1695
+ 0.16470588235294117
1696
+ ],
1697
+ "alpha": 1,
1698
+ "hex": "#040f2a"
1699
+ },
1034
1700
  "$description": "Informational state — neutral highlights, tips, and in-progress notices. Step 850: darkest shades for text and high emphasis.",
1035
1701
  "$extensions": {
1036
1702
  "com.figma": {
@@ -1044,7 +1710,16 @@
1044
1710
  },
1045
1711
  "900": {
1046
1712
  "$type": "color",
1047
- "$value": "#02071c",
1713
+ "$value": {
1714
+ "colorSpace": "srgb",
1715
+ "components": [
1716
+ 0.00784313725490196,
1717
+ 0.027450980392156862,
1718
+ 0.10980392156862745
1719
+ ],
1720
+ "alpha": 1,
1721
+ "hex": "#02071c"
1722
+ },
1048
1723
  "$description": "Informational state — neutral highlights, tips, and in-progress notices. Step 900: darkest shades for text and high emphasis.",
1049
1724
  "$extensions": {
1050
1725
  "com.figma": {
@@ -1058,7 +1733,16 @@
1058
1733
  },
1059
1734
  "950": {
1060
1735
  "$type": "color",
1061
- "$value": "#00030f",
1736
+ "$value": {
1737
+ "colorSpace": "srgb",
1738
+ "components": [
1739
+ 0,
1740
+ 0.011764705882352941,
1741
+ 0.058823529411764705
1742
+ ],
1743
+ "alpha": 1,
1744
+ "hex": "#00030f"
1745
+ },
1062
1746
  "$description": "Informational state — neutral highlights, tips, and in-progress notices. Step 950: darkest shades for text and high emphasis.",
1063
1747
  "$extensions": {
1064
1748
  "com.figma": {
@@ -1071,4 +1755,4 @@
1071
1755
  }
1072
1756
  }
1073
1757
  }
1074
- }
1758
+ }