@hpe-web/design-tokens 1.0.0 → 1.2.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 (77) hide show
  1. package/README.md +22 -13
  2. package/dist/css/fonts/de.css +0 -164
  3. package/dist/css/fonts/en.css +0 -164
  4. package/dist/css/fonts/es.css +0 -164
  5. package/dist/css/fonts/fr.css +0 -164
  6. package/dist/css/fonts/it.css +0 -164
  7. package/dist/css/fonts/zh.css +1 -1
  8. package/dist/css/tokens.css +343 -264
  9. package/dist/css/tokens.dark.css +46 -63
  10. package/dist/css/tokens.md-lg.css +113 -103
  11. package/dist/css/tokens.xl.css +109 -86
  12. package/package.json +4 -8
  13. package/src/breakpoints.json +14 -0
  14. package/src/component/button.json +1382 -0
  15. package/{static → src}/fonts.json +17 -17
  16. package/src/hpe.resolver.json +94 -0
  17. package/{static → src}/locales.json +6 -6
  18. package/{dtcg/foundation/color.tokens.json → src/primitive/primitives.json} +874 -1172
  19. package/src/semantic/color.dark.json +414 -0
  20. package/src/semantic/color.light.json +415 -0
  21. package/src/semantic/dimension.md-lg.json +764 -0
  22. package/src/semantic/dimension.xl.json +764 -0
  23. package/src/semantic/dimension.xs-sm.json +764 -0
  24. package/transforms.mjs +7 -7
  25. package/dist/css/locales/de.tokens.css +0 -65
  26. package/dist/css/locales/es.tokens.css +0 -65
  27. package/dist/css/locales/fr.tokens.css +0 -65
  28. package/dist/css/locales/it.tokens.css +0 -65
  29. package/dist/css/locales/ja.tokens.css +0 -84
  30. package/dist/css/locales/ko.tokens.css +0 -84
  31. package/dist/css/locales/zh.tokens.css +0 -11
  32. package/dtcg/foundation/border-radius.tokens.json +0 -239
  33. package/dtcg/foundation/border-width.tokens.json +0 -103
  34. package/dtcg/foundation/breakpoint.tokens.json +0 -27
  35. package/dtcg/foundation/dimension.tokens.json +0 -258
  36. package/dtcg/foundation/font-family.tokens.json +0 -53
  37. package/dtcg/foundation/font-size.tokens.json +0 -408
  38. package/dtcg/foundation/font-weight.tokens.json +0 -214
  39. package/dtcg/foundation/letter-spacing.tokens.json +0 -203
  40. package/dtcg/foundation/line-height.tokens.json +0 -408
  41. package/dtcg/foundation/size.tokens.json +0 -191
  42. package/dtcg/foundation/space.tokens.json +0 -431
  43. package/dtcg/foundation/typography.tokens.json +0 -625
  44. package/dtcg/hpe.resolver.json +0 -178
  45. package/dtcg/semantic/border-radius.tokens.json +0 -149
  46. package/dtcg/semantic/border-width.tokens.json +0 -50
  47. package/dtcg/semantic/font-family.tokens.json +0 -42
  48. package/dtcg/semantic/font-size.tokens.json +0 -285
  49. package/dtcg/semantic/font-weight.tokens.json +0 -134
  50. package/dtcg/semantic/letter-spacing.tokens.json +0 -203
  51. package/dtcg/semantic/line-height.tokens.json +0 -285
  52. package/dtcg/semantic/size.tokens.json +0 -120
  53. package/dtcg/semantic/space.tokens.json +0 -275
  54. package/dtcg/semantic/typography.tokens.json +0 -536
  55. package/dtcg/theme/dark/color.tokens.json +0 -698
  56. package/dtcg/theme/light/color.tokens.json +0 -722
  57. package/dtcg/viewport/md-lg/font-size.tokens.json +0 -189
  58. package/dtcg/viewport/md-lg/font-weight.tokens.json +0 -11
  59. package/dtcg/viewport/md-lg/letter-spacing.tokens.json +0 -88
  60. package/dtcg/viewport/md-lg/line-height.tokens.json +0 -125
  61. package/dtcg/viewport/md-lg/size.tokens.json +0 -20
  62. package/dtcg/viewport/md-lg/space.tokens.json +0 -36
  63. package/dtcg/viewport/sm-xs/border-radius.tokens.json +0 -48
  64. package/dtcg/viewport/sm-xs/border-width.tokens.json +0 -15
  65. package/dtcg/viewport/sm-xs/font-size.tokens.json +0 -236
  66. package/dtcg/viewport/sm-xs/font-weight.tokens.json +0 -18
  67. package/dtcg/viewport/sm-xs/letter-spacing.tokens.json +0 -130
  68. package/dtcg/viewport/sm-xs/line-height.tokens.json +0 -236
  69. package/dtcg/viewport/sm-xs/size.tokens.json +0 -39
  70. package/dtcg/viewport/sm-xs/space.tokens.json +0 -46
  71. package/dtcg/viewport/xl/border-radius.tokens.json +0 -48
  72. package/dtcg/viewport/xl/font-size.tokens.json +0 -236
  73. package/dtcg/viewport/xl/letter-spacing.tokens.json +0 -122
  74. package/dtcg/viewport/xl/line-height.tokens.json +0 -178
  75. package/dtcg/viewport/xl/size.tokens.json +0 -84
  76. package/dtcg/viewport/xl/space.tokens.json +0 -68
  77. package/static/breakpoints.json +0 -23
@@ -4,6 +4,7 @@
4
4
  "color": {
5
5
  "black": {
6
6
  "opacity100": {
7
+ "$type": "color",
7
8
  "$value": {
8
9
  "colorSpace": "srgb",
9
10
  "components": [
@@ -15,6 +16,7 @@
15
16
  }
16
17
  },
17
18
  "opacity12": {
19
+ "$type": "color",
18
20
  "$value": {
19
21
  "colorSpace": "srgb",
20
22
  "components": [
@@ -23,10 +25,11 @@
23
25
  0
24
26
  ],
25
27
  "hex": "#000000",
26
- "alpha": 0.122
28
+ "alpha": 0.12
27
29
  }
28
30
  },
29
31
  "opacity24": {
32
+ "$type": "color",
30
33
  "$value": {
31
34
  "colorSpace": "srgb",
32
35
  "components": [
@@ -35,10 +38,11 @@
35
38
  0
36
39
  ],
37
40
  "hex": "#000000",
38
- "alpha": 0.239
41
+ "alpha": 0.24
39
42
  }
40
43
  },
41
44
  "opacity36": {
45
+ "$type": "color",
42
46
  "$value": {
43
47
  "colorSpace": "srgb",
44
48
  "components": [
@@ -47,10 +51,11 @@
47
51
  0
48
52
  ],
49
53
  "hex": "#000000",
50
- "alpha": 0.361
54
+ "alpha": 0.36
51
55
  }
52
56
  },
53
57
  "opacity4": {
58
+ "$type": "color",
54
59
  "$value": {
55
60
  "colorSpace": "srgb",
56
61
  "components": [
@@ -59,10 +64,11 @@
59
64
  0
60
65
  ],
61
66
  "hex": "#000000",
62
- "alpha": 0.039
67
+ "alpha": 0.04
63
68
  }
64
69
  },
65
70
  "opacity48": {
71
+ "$type": "color",
66
72
  "$value": {
67
73
  "colorSpace": "srgb",
68
74
  "components": [
@@ -71,10 +77,11 @@
71
77
  0
72
78
  ],
73
79
  "hex": "#000000",
74
- "alpha": 0.478
80
+ "alpha": 0.48
75
81
  }
76
82
  },
77
83
  "opacity50": {
84
+ "$type": "color",
78
85
  "$value": {
79
86
  "colorSpace": "srgb",
80
87
  "components": [
@@ -83,10 +90,11 @@
83
90
  0
84
91
  ],
85
92
  "hex": "#000000",
86
- "alpha": 0.502
93
+ "alpha": 0.5
87
94
  }
88
95
  },
89
96
  "opacity72": {
97
+ "$type": "color",
90
98
  "$value": {
91
99
  "colorSpace": "srgb",
92
100
  "components": [
@@ -95,10 +103,11 @@
95
103
  0
96
104
  ],
97
105
  "hex": "#000000",
98
- "alpha": 0.722
106
+ "alpha": 0.72
99
107
  }
100
108
  },
101
109
  "opacity8": {
110
+ "$type": "color",
102
111
  "$value": {
103
112
  "colorSpace": "srgb",
104
113
  "components": [
@@ -107,12 +116,13 @@
107
116
  0
108
117
  ],
109
118
  "hex": "#000000",
110
- "alpha": 0.078
119
+ "alpha": 0.08
111
120
  }
112
121
  }
113
122
  },
114
123
  "blue": {
115
124
  "50": {
125
+ "$type": "color",
116
126
  "$value": {
117
127
  "colorSpace": "srgb",
118
128
  "components": [
@@ -124,6 +134,7 @@
124
134
  }
125
135
  },
126
136
  "200": {
137
+ "$type": "color",
127
138
  "$value": {
128
139
  "colorSpace": "srgb",
129
140
  "components": [
@@ -135,6 +146,7 @@
135
146
  }
136
147
  },
137
148
  "300": {
149
+ "$type": "color",
138
150
  "$value": {
139
151
  "colorSpace": "srgb",
140
152
  "components": [
@@ -146,6 +158,7 @@
146
158
  }
147
159
  },
148
160
  "500": {
161
+ "$type": "color",
149
162
  "$value": {
150
163
  "colorSpace": "srgb",
151
164
  "components": [
@@ -157,6 +170,7 @@
157
170
  }
158
171
  },
159
172
  "700": {
173
+ "$type": "color",
160
174
  "$value": {
161
175
  "colorSpace": "srgb",
162
176
  "components": [
@@ -168,6 +182,7 @@
168
182
  }
169
183
  },
170
184
  "900": {
185
+ "$type": "color",
171
186
  "$value": {
172
187
  "colorSpace": "srgb",
173
188
  "components": [
@@ -179,6 +194,7 @@
179
194
  }
180
195
  },
181
196
  "1100": {
197
+ "$type": "color",
182
198
  "$value": {
183
199
  "colorSpace": "srgb",
184
200
  "components": [
@@ -192,6 +208,7 @@
192
208
  },
193
209
  "coral": {
194
210
  "100": {
211
+ "$type": "color",
195
212
  "$value": {
196
213
  "colorSpace": "srgb",
197
214
  "components": [
@@ -203,6 +220,7 @@
203
220
  }
204
221
  },
205
222
  "200": {
223
+ "$type": "color",
206
224
  "$value": {
207
225
  "colorSpace": "srgb",
208
226
  "components": [
@@ -214,6 +232,7 @@
214
232
  }
215
233
  },
216
234
  "300": {
235
+ "$type": "color",
217
236
  "$value": {
218
237
  "colorSpace": "srgb",
219
238
  "components": [
@@ -225,6 +244,7 @@
225
244
  }
226
245
  },
227
246
  "400": {
247
+ "$type": "color",
228
248
  "$value": {
229
249
  "colorSpace": "srgb",
230
250
  "components": [
@@ -236,6 +256,7 @@
236
256
  }
237
257
  },
238
258
  "500": {
259
+ "$type": "color",
239
260
  "$value": {
240
261
  "colorSpace": "srgb",
241
262
  "components": [
@@ -249,6 +270,7 @@
249
270
  },
250
271
  "cyan": {
251
272
  "100": {
273
+ "$type": "color",
252
274
  "$value": {
253
275
  "colorSpace": "srgb",
254
276
  "components": [
@@ -260,6 +282,7 @@
260
282
  }
261
283
  },
262
284
  "200": {
285
+ "$type": "color",
263
286
  "$value": {
264
287
  "colorSpace": "srgb",
265
288
  "components": [
@@ -271,6 +294,7 @@
271
294
  }
272
295
  },
273
296
  "300": {
297
+ "$type": "color",
274
298
  "$value": {
275
299
  "colorSpace": "srgb",
276
300
  "components": [
@@ -282,6 +306,7 @@
282
306
  }
283
307
  },
284
308
  "400": {
309
+ "$type": "color",
285
310
  "$value": {
286
311
  "colorSpace": "srgb",
287
312
  "components": [
@@ -293,6 +318,7 @@
293
318
  }
294
319
  },
295
320
  "500": {
321
+ "$type": "color",
296
322
  "$value": {
297
323
  "colorSpace": "srgb",
298
324
  "components": [
@@ -306,6 +332,7 @@
306
332
  },
307
333
  "fuschia": {
308
334
  "100": {
335
+ "$type": "color",
309
336
  "$value": {
310
337
  "colorSpace": "srgb",
311
338
  "components": [
@@ -317,6 +344,7 @@
317
344
  }
318
345
  },
319
346
  "200": {
347
+ "$type": "color",
320
348
  "$value": {
321
349
  "colorSpace": "srgb",
322
350
  "components": [
@@ -328,6 +356,7 @@
328
356
  }
329
357
  },
330
358
  "300": {
359
+ "$type": "color",
331
360
  "$value": {
332
361
  "colorSpace": "srgb",
333
362
  "components": [
@@ -339,6 +368,7 @@
339
368
  }
340
369
  },
341
370
  "700": {
371
+ "$type": "color",
342
372
  "$value": {
343
373
  "colorSpace": "srgb",
344
374
  "components": [
@@ -350,6 +380,7 @@
350
380
  }
351
381
  },
352
382
  "900": {
383
+ "$type": "color",
353
384
  "$value": {
354
385
  "colorSpace": "srgb",
355
386
  "components": [
@@ -363,6 +394,7 @@
363
394
  },
364
395
  "gold": {
365
396
  "100": {
397
+ "$type": "color",
366
398
  "$value": {
367
399
  "colorSpace": "srgb",
368
400
  "components": [
@@ -374,6 +406,7 @@
374
406
  }
375
407
  },
376
408
  "200": {
409
+ "$type": "color",
377
410
  "$value": {
378
411
  "colorSpace": "srgb",
379
412
  "components": [
@@ -385,6 +418,7 @@
385
418
  }
386
419
  },
387
420
  "300": {
421
+ "$type": "color",
388
422
  "$value": {
389
423
  "colorSpace": "srgb",
390
424
  "components": [
@@ -396,6 +430,7 @@
396
430
  }
397
431
  },
398
432
  "400": {
433
+ "$type": "color",
399
434
  "$value": {
400
435
  "colorSpace": "srgb",
401
436
  "components": [
@@ -407,6 +442,7 @@
407
442
  }
408
443
  },
409
444
  "500": {
445
+ "$type": "color",
410
446
  "$value": {
411
447
  "colorSpace": "srgb",
412
448
  "components": [
@@ -418,6 +454,7 @@
418
454
  }
419
455
  },
420
456
  "550": {
457
+ "$type": "color",
421
458
  "$value": {
422
459
  "colorSpace": "srgb",
423
460
  "components": [
@@ -431,6 +468,7 @@
431
468
  },
432
469
  "green": {
433
470
  "100": {
471
+ "$type": "color",
434
472
  "$value": {
435
473
  "colorSpace": "srgb",
436
474
  "components": [
@@ -442,6 +480,7 @@
442
480
  }
443
481
  },
444
482
  "125": {
483
+ "$type": "color",
445
484
  "$value": {
446
485
  "colorSpace": "srgb",
447
486
  "components": [
@@ -453,6 +492,7 @@
453
492
  }
454
493
  },
455
494
  "400": {
495
+ "$type": "color",
456
496
  "$value": {
457
497
  "colorSpace": "srgb",
458
498
  "components": [
@@ -464,6 +504,7 @@
464
504
  }
465
505
  },
466
506
  "450": {
507
+ "$type": "color",
467
508
  "$value": {
468
509
  "colorSpace": "srgb",
469
510
  "components": [
@@ -475,6 +516,7 @@
475
516
  }
476
517
  },
477
518
  "500": {
519
+ "$type": "color",
478
520
  "$value": {
479
521
  "colorSpace": "srgb",
480
522
  "components": [
@@ -483,9 +525,11 @@
483
525
  0.686
484
526
  ],
485
527
  "hex": "#00e0af"
486
- }
528
+ },
529
+ "$description": "Landmark Primary Green"
487
530
  },
488
531
  "550": {
532
+ "$type": "color",
489
533
  "$value": {
490
534
  "colorSpace": "srgb",
491
535
  "components": [
@@ -497,6 +541,7 @@
497
541
  }
498
542
  },
499
543
  "600": {
544
+ "$type": "color",
500
545
  "$value": {
501
546
  "colorSpace": "srgb",
502
547
  "components": [
@@ -505,9 +550,11 @@
505
550
  0.51
506
551
  ],
507
552
  "hex": "#01a982"
508
- }
553
+ },
554
+ "$description": "HPE Brand"
509
555
  },
510
556
  "650": {
557
+ "$type": "color",
511
558
  "$value": {
512
559
  "colorSpace": "srgb",
513
560
  "components": [
@@ -519,6 +566,7 @@
519
566
  }
520
567
  },
521
568
  "700": {
569
+ "$type": "color",
522
570
  "$value": {
523
571
  "colorSpace": "srgb",
524
572
  "components": [
@@ -530,6 +578,7 @@
530
578
  }
531
579
  },
532
580
  "800": {
581
+ "$type": "color",
533
582
  "$value": {
534
583
  "colorSpace": "srgb",
535
584
  "components": [
@@ -541,6 +590,7 @@
541
590
  }
542
591
  },
543
592
  "900": {
593
+ "$type": "color",
544
594
  "$value": {
545
595
  "colorSpace": "srgb",
546
596
  "components": [
@@ -552,6 +602,7 @@
552
602
  }
553
603
  },
554
604
  "1000": {
605
+ "$type": "color",
555
606
  "$value": {
556
607
  "colorSpace": "srgb",
557
608
  "components": [
@@ -565,6 +616,7 @@
565
616
  },
566
617
  "grey": {
567
618
  "50": {
619
+ "$type": "color",
568
620
  "$value": {
569
621
  "colorSpace": "srgb",
570
622
  "components": [
@@ -576,6 +628,7 @@
576
628
  }
577
629
  },
578
630
  "200": {
631
+ "$type": "color",
579
632
  "$value": {
580
633
  "colorSpace": "srgb",
581
634
  "components": [
@@ -587,6 +640,7 @@
587
640
  }
588
641
  },
589
642
  "400": {
643
+ "$type": "color",
590
644
  "$value": {
591
645
  "colorSpace": "srgb",
592
646
  "components": [
@@ -598,6 +652,7 @@
598
652
  }
599
653
  },
600
654
  "500": {
655
+ "$type": "color",
601
656
  "$value": {
602
657
  "colorSpace": "srgb",
603
658
  "components": [
@@ -609,6 +664,7 @@
609
664
  }
610
665
  },
611
666
  "600": {
667
+ "$type": "color",
612
668
  "$value": {
613
669
  "colorSpace": "srgb",
614
670
  "components": [
@@ -620,6 +676,7 @@
620
676
  }
621
677
  },
622
678
  "650": {
679
+ "$type": "color",
623
680
  "$value": {
624
681
  "colorSpace": "srgb",
625
682
  "components": [
@@ -631,6 +688,7 @@
631
688
  }
632
689
  },
633
690
  "700": {
691
+ "$type": "color",
634
692
  "$value": {
635
693
  "colorSpace": "srgb",
636
694
  "components": [
@@ -642,6 +700,7 @@
642
700
  }
643
701
  },
644
702
  "800": {
703
+ "$type": "color",
645
704
  "$value": {
646
705
  "colorSpace": "srgb",
647
706
  "components": [
@@ -653,6 +712,7 @@
653
712
  }
654
713
  },
655
714
  "1000": {
715
+ "$type": "color",
656
716
  "$value": {
657
717
  "colorSpace": "srgb",
658
718
  "components": [
@@ -664,6 +724,7 @@
664
724
  }
665
725
  },
666
726
  "1200": {
727
+ "$type": "color",
667
728
  "$value": {
668
729
  "colorSpace": "srgb",
669
730
  "components": [
@@ -675,6 +736,7 @@
675
736
  }
676
737
  },
677
738
  "1300": {
739
+ "$type": "color",
678
740
  "$value": {
679
741
  "colorSpace": "srgb",
680
742
  "components": [
@@ -688,6 +750,7 @@
688
750
  },
689
751
  "orange": {
690
752
  "50": {
753
+ "$type": "color",
691
754
  "$value": {
692
755
  "colorSpace": "srgb",
693
756
  "components": [
@@ -699,6 +762,7 @@
699
762
  }
700
763
  },
701
764
  "500": {
765
+ "$type": "color",
702
766
  "$value": {
703
767
  "colorSpace": "srgb",
704
768
  "components": [
@@ -710,6 +774,7 @@
710
774
  }
711
775
  },
712
776
  "600": {
777
+ "$type": "color",
713
778
  "$value": {
714
779
  "colorSpace": "srgb",
715
780
  "components": [
@@ -721,6 +786,7 @@
721
786
  }
722
787
  },
723
788
  "1000": {
789
+ "$type": "color",
724
790
  "$value": {
725
791
  "colorSpace": "srgb",
726
792
  "components": [
@@ -734,6 +800,7 @@
734
800
  },
735
801
  "plum": {
736
802
  "100": {
803
+ "$type": "color",
737
804
  "$value": {
738
805
  "colorSpace": "srgb",
739
806
  "components": [
@@ -745,6 +812,7 @@
745
812
  }
746
813
  },
747
814
  "200": {
815
+ "$type": "color",
748
816
  "$value": {
749
817
  "colorSpace": "srgb",
750
818
  "components": [
@@ -756,6 +824,7 @@
756
824
  }
757
825
  },
758
826
  "600": {
827
+ "$type": "color",
759
828
  "$value": {
760
829
  "colorSpace": "srgb",
761
830
  "components": [
@@ -767,6 +836,7 @@
767
836
  }
768
837
  },
769
838
  "700": {
839
+ "$type": "color",
770
840
  "$value": {
771
841
  "colorSpace": "srgb",
772
842
  "components": [
@@ -778,6 +848,7 @@
778
848
  }
779
849
  },
780
850
  "900": {
851
+ "$type": "color",
781
852
  "$value": {
782
853
  "colorSpace": "srgb",
783
854
  "components": [
@@ -791,6 +862,7 @@
791
862
  },
792
863
  "purple": {
793
864
  "100": {
865
+ "$type": "color",
794
866
  "$value": {
795
867
  "colorSpace": "srgb",
796
868
  "components": [
@@ -799,9 +871,11 @@
799
871
  0.988
800
872
  ],
801
873
  "hex": "#b7a2fc"
802
- }
874
+ },
875
+ "$description": "Purple 3"
803
876
  },
804
877
  "200": {
878
+ "$type": "color",
805
879
  "$value": {
806
880
  "colorSpace": "srgb",
807
881
  "components": [
@@ -810,9 +884,11 @@
810
884
  0.988
811
885
  ],
812
886
  "hex": "#9b84fc"
813
- }
887
+ },
888
+ "$description": "Purple 2"
814
889
  },
815
890
  "400": {
891
+ "$type": "color",
816
892
  "$value": {
817
893
  "colorSpace": "srgb",
818
894
  "components": [
@@ -821,9 +897,11 @@
821
897
  0.988
822
898
  ],
823
899
  "hex": "#7764fc"
824
- }
900
+ },
901
+ "$description": "Purple"
825
902
  },
826
903
  "700": {
904
+ "$type": "color",
827
905
  "$value": {
828
906
  "colorSpace": "srgb",
829
907
  "components": [
@@ -832,9 +910,11 @@
832
910
  0.839
833
911
  ],
834
912
  "hex": "#5d45d6"
835
- }
913
+ },
914
+ "$description": "Purple 4"
836
915
  },
837
916
  "900": {
917
+ "$type": "color",
838
918
  "$value": {
839
919
  "colorSpace": "srgb",
840
920
  "components": [
@@ -843,11 +923,13 @@
843
923
  0.631
844
924
  ],
845
925
  "hex": "#3c3aa1"
846
- }
926
+ },
927
+ "$description": "Purple 5"
847
928
  }
848
929
  },
849
930
  "red": {
850
931
  "50": {
932
+ "$type": "color",
851
933
  "$value": {
852
934
  "colorSpace": "srgb",
853
935
  "components": [
@@ -859,6 +941,7 @@
859
941
  }
860
942
  },
861
943
  "400": {
944
+ "$type": "color",
862
945
  "$value": {
863
946
  "colorSpace": "srgb",
864
947
  "components": [
@@ -870,6 +953,7 @@
870
953
  }
871
954
  },
872
955
  "500": {
956
+ "$type": "color",
873
957
  "$value": {
874
958
  "colorSpace": "srgb",
875
959
  "components": [
@@ -881,6 +965,7 @@
881
965
  }
882
966
  },
883
967
  "600": {
968
+ "$type": "color",
884
969
  "$value": {
885
970
  "colorSpace": "srgb",
886
971
  "components": [
@@ -892,6 +977,7 @@
892
977
  }
893
978
  },
894
979
  "800": {
980
+ "$type": "color",
895
981
  "$value": {
896
982
  "colorSpace": "srgb",
897
983
  "components": [
@@ -903,6 +989,7 @@
903
989
  }
904
990
  },
905
991
  "1000": {
992
+ "$type": "color",
906
993
  "$value": {
907
994
  "colorSpace": "srgb",
908
995
  "components": [
@@ -916,6 +1003,7 @@
916
1003
  },
917
1004
  "white": {
918
1005
  "100": {
1006
+ "$type": "color",
919
1007
  "$value": {
920
1008
  "colorSpace": "srgb",
921
1009
  "components": [
@@ -927,6 +1015,7 @@
927
1015
  }
928
1016
  },
929
1017
  "opacity10": {
1018
+ "$type": "color",
930
1019
  "$value": {
931
1020
  "colorSpace": "srgb",
932
1021
  "components": [
@@ -935,10 +1024,11 @@
935
1024
  1
936
1025
  ],
937
1026
  "hex": "#ffffff",
938
- "alpha": 0.102
1027
+ "alpha": 0.1
939
1028
  }
940
1029
  },
941
1030
  "opacity12": {
1031
+ "$type": "color",
942
1032
  "$value": {
943
1033
  "colorSpace": "srgb",
944
1034
  "components": [
@@ -947,10 +1037,11 @@
947
1037
  1
948
1038
  ],
949
1039
  "hex": "#ffffff",
950
- "alpha": 0.122
1040
+ "alpha": 0.12
951
1041
  }
952
1042
  },
953
1043
  "opacity20": {
1044
+ "$type": "color",
954
1045
  "$value": {
955
1046
  "colorSpace": "srgb",
956
1047
  "components": [
@@ -963,6 +1054,7 @@
963
1054
  }
964
1055
  },
965
1056
  "opacity24": {
1057
+ "$type": "color",
966
1058
  "$value": {
967
1059
  "colorSpace": "srgb",
968
1060
  "components": [
@@ -971,10 +1063,11 @@
971
1063
  1
972
1064
  ],
973
1065
  "hex": "#ffffff",
974
- "alpha": 0.239
1066
+ "alpha": 0.24
975
1067
  }
976
1068
  },
977
1069
  "opacity36": {
1070
+ "$type": "color",
978
1071
  "$value": {
979
1072
  "colorSpace": "srgb",
980
1073
  "components": [
@@ -983,10 +1076,11 @@
983
1076
  1
984
1077
  ],
985
1078
  "hex": "#ffffff",
986
- "alpha": 0.361
1079
+ "alpha": 0.36
987
1080
  }
988
1081
  },
989
1082
  "opacity50": {
1083
+ "$type": "color",
990
1084
  "$value": {
991
1085
  "colorSpace": "srgb",
992
1086
  "components": [
@@ -995,10 +1089,11 @@
995
1089
  1
996
1090
  ],
997
1091
  "hex": "#ffffff",
998
- "alpha": 0.502
1092
+ "alpha": 0.5
999
1093
  }
1000
1094
  },
1001
1095
  "opacity6": {
1096
+ "$type": "color",
1002
1097
  "$value": {
1003
1098
  "colorSpace": "srgb",
1004
1099
  "components": [
@@ -1007,10 +1102,11 @@
1007
1102
  1
1008
1103
  ],
1009
1104
  "hex": "#ffffff",
1010
- "alpha": 0.059
1105
+ "alpha": 0.06
1011
1106
  }
1012
1107
  },
1013
1108
  "opacity7": {
1109
+ "$type": "color",
1014
1110
  "$value": {
1015
1111
  "colorSpace": "srgb",
1016
1112
  "components": [
@@ -1019,1016 +1115,410 @@
1019
1115
  1
1020
1116
  ],
1021
1117
  "hex": "#ffffff",
1022
- "alpha": 0.071
1118
+ "alpha": 0.07
1023
1119
  }
1024
1120
  },
1025
1121
  "opacity72": {
1122
+ "$type": "color",
1026
1123
  "$value": {
1027
1124
  "colorSpace": "srgb",
1028
1125
  "components": [
1029
- 1,
1030
- 1,
1031
- 1
1032
- ],
1033
- "hex": "#ffffff",
1034
- "alpha": 0.722
1035
- }
1036
- }
1037
- }
1038
- }
1039
- },
1040
- "button": {
1041
- "anchor": {
1042
- "neutral": {
1043
- "disabled": {
1044
- "rest": {
1045
- "background": {
1046
- "$value": {
1047
- "colorSpace": "srgb",
1048
- "components": [
1049
- 0,
1050
- 0,
1051
- 0
1052
- ],
1053
- "hex": "#000000",
1054
- "alpha": 0
1055
- }
1056
- },
1057
- "border-color": {
1058
- "$value": {
1059
- "colorSpace": "srgb",
1060
- "components": [
1061
- 0,
1062
- 0,
1063
- 0
1064
- ],
1065
- "hex": "#000000",
1066
- "alpha": 0
1067
- }
1068
- },
1069
- "icon-color": {
1070
- "$value": "{hpe-web.color.icon.disabled}"
1071
- },
1072
- "text-color": {
1073
- "$value": "{hpe-web.color.text.disabled}"
1074
- }
1075
- }
1076
- },
1077
- "hover": {
1078
- "background": {
1079
- "$value": "{hpe-web.color.transparent}"
1080
- },
1081
- "border-color": {
1082
- "$value": {
1083
- "colorSpace": "srgb",
1084
- "components": [
1085
- 0,
1086
- 0,
1087
- 0
1088
- ],
1089
- "hex": "#000000",
1090
- "alpha": 0
1091
- }
1092
- },
1093
- "icon-color": {
1094
- "$value": "{hpe-web.color.text.neutral-strong}"
1095
- },
1096
- "text-color": {
1097
- "$value": "{hpe-web.color.text.neutral-strong}"
1098
- }
1099
- },
1100
- "rest": {
1101
- "background": {
1102
- "$value": {
1103
- "colorSpace": "srgb",
1104
- "components": [
1105
- 0,
1106
- 0,
1107
- 0
1108
- ],
1109
- "hex": "#000000",
1110
- "alpha": 0
1111
- }
1112
- },
1113
- "border-color": {
1114
- "$value": {
1115
- "colorSpace": "srgb",
1116
- "components": [
1117
- 0,
1118
- 0,
1119
- 0
1120
- ],
1121
- "hex": "#000000",
1122
- "alpha": 0
1123
- }
1124
- },
1125
- "icon-color": {
1126
- "$value": "{hpe-web.color.icon.strong}"
1127
- },
1128
- "text-color": {
1129
- "$value": "{hpe-web.color.text.header}"
1130
- }
1131
- }
1132
- },
1133
- "primary": {
1134
- "disabled": {
1135
- "rest": {
1136
- "background": {
1137
- "$value": {
1138
- "colorSpace": "srgb",
1139
- "components": [
1140
- 0,
1141
- 0,
1142
- 0
1143
- ],
1144
- "hex": "#000000",
1145
- "alpha": 0
1146
- }
1147
- },
1148
- "border-color": {
1149
- "$value": {
1150
- "colorSpace": "srgb",
1151
- "components": [
1152
- 0,
1153
- 0,
1154
- 0
1155
- ],
1156
- "hex": "#000000",
1157
- "alpha": 0
1158
- }
1159
- },
1160
- "icon-color": {
1161
- "$value": "{hpe-web.color.text.disabled}"
1162
- },
1163
- "text-color": {
1164
- "$value": "{hpe-web.color.text.disabled}"
1165
- }
1166
- }
1167
- },
1168
- "hover": {
1169
- "background": {
1170
- "$value": "{hpe-web.color.transparent}"
1171
- },
1172
- "border-color": {
1173
- "$value": "{hpe-web.color.transparent}"
1174
- },
1175
- "icon-color": {
1176
- "$value": "{hpe-web.color.text.primary-strong}"
1177
- },
1178
- "text-color": {
1179
- "$value": "{hpe-web.color.text.primary-strong}"
1180
- }
1181
- },
1182
- "rest": {
1183
- "background": {
1184
- "$value": {
1185
- "colorSpace": "srgb",
1186
- "components": [
1187
- 0,
1188
- 0,
1189
- 0
1190
- ],
1191
- "hex": "#000000",
1192
- "alpha": 0
1193
- }
1194
- },
1195
- "border-color": {
1196
- "$value": {
1197
- "colorSpace": "srgb",
1198
- "components": [
1199
- 0,
1200
- 0,
1201
- 0
1202
- ],
1203
- "hex": "#000000",
1204
- "alpha": 0
1205
- }
1206
- },
1207
- "icon-color": {
1208
- "$value": "{hpe-web.color.text.primary}"
1209
- },
1210
- "text-color": {
1211
- "$value": "{hpe-web.color.text.primary}"
1212
- }
1213
- }
1214
- }
1215
- },
1216
- "carousel": {
1217
- "disabled": {
1218
- "background": {
1219
- "$value": "{hpe-web.theme.button.carousel.disabled.background}"
1220
- },
1221
- "border-color": {
1222
- "$value": "{hpe-web.theme.button.carousel.disabled.border-color}"
1223
- },
1224
- "icon-color": {
1225
- "$value": "{hpe-web.theme.button.carousel.disabled.icon-color}"
1226
- }
1227
- },
1228
- "hover": {
1229
- "background": {
1230
- "$value": "{hpe-web.theme.button.carousel.hover.background}"
1231
- },
1232
- "border-color": {
1233
- "$value": "{hpe-web.theme.button.carousel.hover.border-color}"
1234
- },
1235
- "icon-color": {
1236
- "$value": "{hpe-web.theme.button.carousel.hover.icon-color}"
1237
- }
1238
- },
1239
- "rest": {
1240
- "background": {
1241
- "$value": "{hpe-web.theme.button.carousel.rest.background}"
1242
- },
1243
- "border-color": {
1244
- "$value": "{hpe-web.theme.button.carousel.rest.border-color}"
1245
- },
1246
- "icon-color": {
1247
- "$value": "{hpe-web.theme.button.carousel.rest.icon-color}"
1248
- }
1249
- }
1250
- },
1251
- "play": {
1252
- "hover": {
1253
- "background": {
1254
- "$value": {
1255
- "colorSpace": "srgb",
1256
- "components": [
1257
- 1,
1258
- 1,
1259
- 1
1260
- ],
1261
- "hex": "#ffffff"
1262
- }
1263
- },
1264
- "border-color": {
1265
- "$value": {
1266
- "colorSpace": "srgb",
1267
- "components": [
1268
- 0,
1269
- 0,
1270
- 0
1271
- ],
1272
- "hex": "#000000",
1273
- "alpha": 0
1274
- }
1275
- },
1276
- "icon-color": {
1277
- "$value": "{hpe-web.button.play.rest.icon-color}"
1278
- }
1279
- },
1280
- "rest": {
1281
- "background": {
1282
- "$value": {
1283
- "colorSpace": "srgb",
1284
- "components": [
1285
- 1,
1286
- 1,
1287
- 1
1288
- ],
1289
- "hex": "#ffffff"
1290
- }
1291
- },
1292
- "border-color": {
1293
- "$value": {
1294
- "colorSpace": "srgb",
1295
- "components": [
1296
- 0,
1297
- 0,
1298
- 0
1299
- ],
1300
- "hex": "#000000",
1301
- "alpha": 0
1302
- }
1303
- },
1304
- "icon-color": {
1305
- "$value": {
1306
- "colorSpace": "srgb",
1307
- "components": [
1308
- 0.024,
1309
- 0.525,
1310
- 0.404
1311
- ],
1312
- "hex": "#068667"
1313
- }
1314
- },
1315
- "icon-color_1": {
1316
- "$value": "{hpe-web.button.play.rest.icon-color}"
1317
- }
1318
- }
1319
- },
1320
- "primary": {
1321
- "disabled": {
1322
- "rest": {
1323
- "background": {
1324
- "$value": "{hpe-web.color.background.neutral-weak}"
1325
- },
1326
- "border-color": {
1327
- "$value": {
1328
- "colorSpace": "srgb",
1329
- "components": [
1330
- 0,
1331
- 0,
1332
- 0
1333
- ],
1334
- "hex": "#000000",
1335
- "alpha": 0
1336
- }
1337
- },
1338
- "icon-color": {
1339
- "$value": "{hpe-web.color.icon.disabled}"
1340
- },
1341
- "text-color": {
1342
- "$value": "{hpe-web.color.text.disabled}"
1343
- }
1344
- }
1345
- },
1346
- "hover": {
1347
- "background": {
1348
- "$value": "{hpe-web.color.background.neutral}"
1349
- },
1350
- "border-color": {
1351
- "$value": {
1352
- "colorSpace": "srgb",
1353
- "components": [
1354
- 0,
1355
- 0,
1356
- 0
1357
- ],
1358
- "hex": "#000000",
1359
- "alpha": 0
1360
- }
1361
- },
1362
- "icon-color": {
1363
- "$value": "{hpe-web.color.text.on-neutral}"
1364
- },
1365
- "text-color": {
1366
- "$value": "{hpe-web.color.text.on-neutral}"
1367
- }
1368
- },
1369
- "rest": {
1370
- "background": {
1371
- "$value": "{hpe-web.color.background.neutral-strong}"
1372
- },
1373
- "border-color": {
1374
- "$value": {
1375
- "colorSpace": "srgb",
1376
- "components": [
1377
- 0,
1378
- 0,
1379
- 0
1380
- ],
1381
- "hex": "#000000",
1382
- "alpha": 0
1383
- }
1384
- },
1385
- "icon-color": {
1386
- "$value": "{hpe-web.color.text.on-neutral}"
1387
- },
1388
- "text-color": {
1389
- "$value": "{hpe-web.color.text.on-neutral}"
1390
- }
1391
- }
1392
- },
1393
- "secondary": {
1394
- "disabled": {
1395
- "rest": {
1396
- "background": {
1397
- "$value": "{hpe-web.color.transparent}"
1398
- },
1399
- "border-color": {
1400
- "$value": "{hpe-web.color.background.neutral-weak}"
1401
- },
1402
- "icon-color": {
1403
- "$value": "{hpe-web.color.icon.disabled}"
1404
- },
1405
- "text-color": {
1406
- "$value": "{hpe-web.color.text.disabled}"
1407
- }
1408
- }
1409
- },
1410
- "hover": {
1411
- "background": {
1412
- "$value": "{hpe-web.color.transparent}"
1413
- },
1414
- "border-color": {
1415
- "$value": "{hpe-web.color.border.primary-strong}"
1416
- },
1417
- "icon-color": {
1418
- "$value": "{hpe-web.color.icon.strong}"
1419
- },
1420
- "text-color": {
1421
- "$value": "{hpe-web.color.text.header}"
1422
- }
1423
- },
1424
- "rest": {
1425
- "background": {
1426
- "$value": "{hpe-web.color.transparent}"
1427
- },
1428
- "border-color": {
1429
- "$value": "{hpe-web.color.border.primary}"
1430
- },
1431
- "icon-color": {
1432
- "$value": "{hpe-web.color.icon.strong}"
1433
- },
1434
- "text-color": {
1435
- "$value": "{hpe-web.color.text.header}"
1436
- }
1437
- }
1438
- }
1439
- },
1440
- "color": {
1441
- "background": {
1442
- "card": {
1443
- "$value": "{hpe-web.base.color.grey.50}"
1444
- },
1445
- "card-hover": {
1446
- "$value": "{hpe-web.base.color.grey.200}"
1447
- },
1448
- "component": {
1449
- "$value": "{hpe-web.base.color.grey.200}"
1450
- },
1451
- "component-disabled": {
1452
- "$value": {
1453
- "colorSpace": "srgb",
1454
- "components": [
1455
- 0.647,
1456
- 0.647,
1457
- 0.663
1458
- ],
1459
- "hex": "#a5a5a9"
1460
- }
1461
- },
1462
- "component-hover": {
1463
- "$value": {
1464
- "colorSpace": "srgb",
1465
- "components": [
1466
- 0.831,
1467
- 0.831,
1468
- 0.831
1469
- ],
1470
- "hex": "#d4d4d4"
1471
- }
1472
- },
1473
- "contrast": {
1474
- "$value": "{hpe-web.base.color.black.opacity4}"
1475
- },
1476
- "critical": {
1477
- "$value": "{hpe-web.base.color.red.800}"
1478
- },
1479
- "default": {
1480
- "$value": "{hpe-web.base.color.white.100}"
1481
- },
1482
- "focus": {
1483
- "$value": {
1484
- "colorSpace": "srgb",
1485
- "components": [
1486
- 0.165,
1487
- 0.824,
1488
- 0.788
1489
- ],
1490
- "hex": "#2ad2c9"
1491
- }
1492
- },
1493
- "neutral": {
1494
- "$value": "{hpe-web.base.color.grey.700}"
1495
- },
1496
- "neutral-strong": {
1497
- "$value": "{hpe-web.base.color.grey.1000}"
1498
- },
1499
- "neutral-weak": {
1500
- "$value": "{hpe-web.base.color.grey.400}"
1501
- },
1502
- "ok": {
1503
- "$value": {
1504
- "colorSpace": "srgb",
1505
- "components": [
1506
- 0,
1507
- 0.604,
1508
- 0.443
1509
- ],
1510
- "hex": "#009a71"
1511
- }
1512
- },
1513
- "primary": {
1514
- "$value": "{hpe-web.base.color.green.600}"
1515
- },
1516
- "primary-strong": {
1517
- "$value": "{hpe-web.base.color.green.700}"
1518
- },
1519
- "warning": {
1520
- "$value": {
1521
- "colorSpace": "srgb",
1522
- "components": [
1523
- 0.827,
1524
- 0.427,
1525
- 0
1526
- ],
1527
- "hex": "#d36d00"
1528
- }
1529
- }
1530
- },
1531
- "border": {
1532
- "critical": {
1533
- "$value": "{hpe-web.base.color.red.800}"
1534
- },
1535
- "default": {
1536
- "$value": {
1537
- "colorSpace": "srgb",
1538
- "components": [
1539
- 0.627,
1540
- 0.635,
1541
- 0.659
1542
- ],
1543
- "hex": "#a0a2a8"
1544
- }
1545
- },
1546
- "focus": {
1547
- "$value": {
1548
- "colorSpace": "srgb",
1549
- "components": [
1550
- 0.165,
1551
- 0.824,
1552
- 0.788
1553
- ],
1554
- "hex": "#2ad2c9"
1555
- }
1556
- },
1557
- "ok": {
1558
- "$value": "{hpe-web.base.color.green.650}"
1559
- },
1560
- "primary": {
1561
- "$value": "{hpe-web.base.color.green.600}"
1562
- },
1563
- "primary-strong": {
1564
- "$value": "{hpe-web.base.color.green.700}"
1565
- },
1566
- "warning": {
1567
- "$value": {
1568
- "colorSpace": "srgb",
1569
- "components": [
1570
- 0.827,
1571
- 0.427,
1572
- 0
1573
- ],
1574
- "hex": "#d36d00"
1575
- }
1576
- },
1577
- "weak": {
1578
- "$value": {
1579
- "colorSpace": "srgb",
1580
- "components": [
1581
- 0.82,
1582
- 0.82,
1583
- 0.82
1584
- ],
1585
- "hex": "#d1d1d1"
1586
- }
1587
- }
1588
- },
1589
- "decorative": {
1590
- "black": {
1591
- "$value": "{hpe-web.base.color.black.opacity100}"
1592
- },
1593
- "blue": {
1594
- "$value": "{hpe-web.base.color.blue.500}"
1595
- },
1596
- "brand": {
1597
- "$value": "{hpe-web.base.color.green.600}"
1598
- },
1599
- "cyan": {
1600
- "$value": "{hpe-web.base.color.cyan.200}"
1601
- },
1602
- "green": {
1603
- "$value": "{hpe-web.base.color.green.550}"
1604
- },
1605
- "neutral": {
1606
- "$value": "{hpe-web.base.color.grey.600}"
1607
- },
1608
- "neutral-hover": {
1609
- "$value": "{hpe-web.base.color.grey.650}"
1610
- },
1611
- "purple": {
1612
- "$value": "{hpe-web.base.color.purple.400}"
1613
- },
1614
- "white": {
1615
- "$value": "{hpe-web.base.color.white.100}"
1616
- }
1617
- },
1618
- "gradient": {
1619
- "element-green": {
1620
- "stop0": {
1621
- "$value": "{hpe-web.base.color.green.550}"
1622
- },
1623
- "stop100": {
1624
- "$value": {
1625
- "colorSpace": "srgb",
1626
- "components": [
1627
- 1,
1628
- 1,
1629
- 1
1630
- ],
1631
- "hex": "#ffffff",
1632
- "alpha": 0
1633
- }
1634
- }
1635
- },
1636
- "element-neutral": {
1637
- "stop0": {
1638
- "$value": {
1639
- "colorSpace": "srgb",
1640
- "components": [
1641
- 0.161,
1642
- 0.176,
1643
- 0.227
1644
- ],
1645
- "hex": "#292d3a",
1646
- "alpha": 0.271
1647
- }
1648
- },
1649
- "stop100": {
1650
- "$value": {
1651
- "colorSpace": "srgb",
1652
- "components": [
1653
- 1,
1654
- 1,
1655
- 1
1656
- ],
1657
- "hex": "#ffffff",
1658
- "alpha": 0
1659
- }
1660
- },
1661
- "stop15": {
1662
- "$value": {
1663
- "colorSpace": "srgb",
1664
- "components": [
1665
- 0.224,
1666
- 0.239,
1667
- 0.282
1668
- ],
1669
- "hex": "#393d48",
1670
- "alpha": 0.251
1671
- }
1672
- },
1673
- "stop28": {
1674
- "$value": {
1675
- "colorSpace": "srgb",
1676
- "components": [
1677
- 0.286,
1678
- 0.306,
1679
- 0.341
1680
- ],
1681
- "hex": "#494e57",
1682
- "alpha": 0.239
1683
- }
1684
- },
1685
- "stop38": {
1686
- "$value": {
1687
- "colorSpace": "srgb",
1688
- "components": [
1689
- 0.353,
1690
- 0.373,
1691
- 0.396
1692
- ],
1693
- "hex": "#5a5f65",
1694
- "alpha": 0.22
1695
- }
1696
- },
1697
- "stop47": {
1698
- "$value": {
1699
- "colorSpace": "srgb",
1700
- "components": [
1701
- 0.416,
1702
- 0.439,
1703
- 0.451
1704
- ],
1705
- "hex": "#6a7073",
1706
- "alpha": 0.2
1707
- }
1708
- },
1709
- "stop54": {
1710
- "$value": {
1711
- "colorSpace": "srgb",
1712
- "components": [
1713
- 0.482,
1714
- 0.506,
1715
- 0.506
1716
- ],
1717
- "hex": "#7b8181",
1718
- "alpha": 0.188
1719
- }
1720
- },
1721
- "stop60": {
1722
- "$value": {
1723
- "colorSpace": "srgb",
1724
- "components": [
1725
- 0.549,
1726
- 0.573,
1727
- 0.565
1728
- ],
1729
- "hex": "#8c9290",
1730
- "alpha": 0.169
1731
- }
1732
- },
1733
- "stop65": {
1734
- "$value": {
1735
- "colorSpace": "srgb",
1736
- "components": [
1737
- 0.616,
1738
- 0.639,
1739
- 0.62
1740
- ],
1741
- "hex": "#9da39e",
1742
- "alpha": 0.149
1743
- }
1744
- },
1745
- "stop70": {
1746
- "$value": {
1747
- "colorSpace": "srgb",
1748
- "components": [
1749
- 0.678,
1750
- 0.706,
1751
- 0.675
1752
- ],
1753
- "hex": "#adb4ac",
1754
- "alpha": 0.129
1755
- }
1756
- },
1757
- "stop73": {
1758
- "$value": {
1759
- "colorSpace": "srgb",
1760
- "components": [
1761
- 0.745,
1762
- 0.773,
1763
- 0.733
1764
- ],
1765
- "hex": "#bec5bb",
1766
- "alpha": 0.122
1767
- }
1768
- },
1769
- "stop77": {
1770
- "$value": {
1771
- "colorSpace": "srgb",
1772
- "components": [
1773
- 0.812,
1774
- 0.839,
1775
- 0.788
1776
- ],
1777
- "hex": "#cfd6c9",
1778
- "alpha": 0.102
1779
- }
1780
- },
1781
- "stop80": {
1782
- "$value": {
1783
- "colorSpace": "srgb",
1784
- "components": [
1785
- 0.878,
1786
- 0.906,
1787
- 0.843
1788
- ],
1789
- "hex": "#e0e7d7",
1790
- "alpha": 0.078
1791
- }
1792
- },
1793
- "stop84": {
1794
- "$value": {
1795
- "colorSpace": "srgb",
1796
- "components": [
1797
- 0.941,
1798
- 0.973,
1799
- 0.898
1800
- ],
1801
- "hex": "#f0f8e5",
1802
- "alpha": 0.071
1803
- }
1804
- },
1805
- "stop88": {
1806
- "$value": {
1807
- "colorSpace": "srgb",
1808
- "components": [
1809
- 0.98,
1810
- 1,
1811
- 0.949
1812
- ],
1813
- "hex": "#fafff2",
1814
- "alpha": 0.051
1815
- }
1816
- },
1817
- "stop94": {
1818
- "$value": {
1819
- "colorSpace": "srgb",
1820
- "components": [
1821
- 1,
1822
- 1,
1823
- 1
1824
- ],
1825
- "hex": "#ffffff",
1826
- "alpha": 0.031
1827
- }
1828
- }
1829
- },
1830
- "neutral": {
1831
- "stop0": {
1832
- "$value": {
1833
- "colorSpace": "srgb",
1834
- "components": [
1835
- 0.114,
1836
- 0.122,
1837
- 0.153
1838
- ],
1839
- "hex": "#1d1f27",
1840
- "alpha": 0
1841
- }
1842
- },
1843
- "stop100": {
1844
- "$value": {
1845
- "colorSpace": "srgb",
1846
- "components": [
1847
- 0.114,
1848
- 0.122,
1849
- 0.153
1850
- ],
1851
- "hex": "#1d1f27"
1852
- }
1853
- }
1854
- },
1855
- "video-overlay": {
1856
- "stop0": {
1857
- "$value": {
1858
- "colorSpace": "srgb",
1859
- "components": [
1860
- 0,
1861
- 0,
1862
- 0
1863
- ],
1864
- "hex": "#000000",
1865
- "alpha": 0
1866
- }
1867
- },
1868
- "stop100": {
1869
- "$value": {
1870
- "colorSpace": "srgb",
1871
- "components": [
1872
- 0,
1873
- 0,
1874
- 0
1126
+ 1,
1127
+ 1,
1128
+ 1
1875
1129
  ],
1876
- "hex": "#000000",
1877
- "alpha": 0.4
1130
+ "hex": "#ffffff",
1131
+ "alpha": 0.72
1878
1132
  }
1879
1133
  }
1880
1134
  }
1881
1135
  },
1882
- "icon": {
1883
- "critical": {
1884
- "$value": "{hpe-web.base.color.red.800}"
1136
+ "dimension": {
1137
+ "0": {
1138
+ "$type": "dimension",
1139
+ "$value": {
1140
+ "value": 0,
1141
+ "unit": "px"
1142
+ }
1885
1143
  },
1886
- "default": {
1887
- "$value": "{hpe-web.color.text.body}"
1144
+ "25": {
1145
+ "$type": "dimension",
1146
+ "$value": {
1147
+ "value": 1,
1148
+ "unit": "px"
1149
+ }
1150
+ },
1151
+ "50": {
1152
+ "$type": "dimension",
1153
+ "$value": {
1154
+ "value": 2,
1155
+ "unit": "px"
1156
+ }
1888
1157
  },
1889
- "disabled": {
1890
- "$value": "{hpe-web.color.text.disabled}"
1158
+ "75": {
1159
+ "$type": "dimension",
1160
+ "$value": {
1161
+ "value": 3,
1162
+ "unit": "px"
1163
+ }
1891
1164
  },
1892
- "focus": {
1165
+ "100": {
1166
+ "$type": "dimension",
1893
1167
  "$value": {
1894
- "colorSpace": "srgb",
1895
- "components": [
1896
- 0.165,
1897
- 0.824,
1898
- 0.788
1899
- ],
1900
- "hex": "#2ad2c9"
1168
+ "value": 4,
1169
+ "unit": "px"
1901
1170
  }
1902
1171
  },
1903
- "neutral": {
1904
- "$value": "{hpe-web.base.color.grey.1000}"
1172
+ "150": {
1173
+ "$type": "dimension",
1174
+ "$value": {
1175
+ "value": 6,
1176
+ "unit": "px"
1177
+ }
1905
1178
  },
1906
- "ok": {
1907
- "$value": "{hpe-web.base.color.green.650}"
1179
+ "200": {
1180
+ "$type": "dimension",
1181
+ "$value": {
1182
+ "value": 8,
1183
+ "unit": "px"
1184
+ }
1908
1185
  },
1909
- "primary": {
1910
- "$value": "{hpe-web.color.decorative.brand}"
1186
+ "225": {
1187
+ "$type": "dimension",
1188
+ "$value": {
1189
+ "value": 9,
1190
+ "unit": "px"
1191
+ }
1192
+ },
1193
+ "250": {
1194
+ "$type": "dimension",
1195
+ "$value": {
1196
+ "value": 10,
1197
+ "unit": "px"
1198
+ }
1199
+ },
1200
+ "300": {
1201
+ "$type": "dimension",
1202
+ "$value": {
1203
+ "value": 12,
1204
+ "unit": "px"
1205
+ }
1206
+ },
1207
+ "350": {
1208
+ "$type": "dimension",
1209
+ "$value": {
1210
+ "value": 14,
1211
+ "unit": "px"
1212
+ }
1213
+ },
1214
+ "400": {
1215
+ "$type": "dimension",
1216
+ "$value": {
1217
+ "value": 16,
1218
+ "unit": "px"
1219
+ }
1220
+ },
1221
+ "450": {
1222
+ "$type": "dimension",
1223
+ "$value": {
1224
+ "value": 18,
1225
+ "unit": "px"
1226
+ }
1227
+ },
1228
+ "475": {
1229
+ "$type": "dimension",
1230
+ "$value": {
1231
+ "value": 19,
1232
+ "unit": "px"
1233
+ }
1234
+ },
1235
+ "500": {
1236
+ "$type": "dimension",
1237
+ "$value": {
1238
+ "value": 20,
1239
+ "unit": "px"
1240
+ }
1241
+ },
1242
+ "550": {
1243
+ "$type": "dimension",
1244
+ "$value": {
1245
+ "value": 22,
1246
+ "unit": "px"
1247
+ }
1248
+ },
1249
+ "600": {
1250
+ "$type": "dimension",
1251
+ "$value": {
1252
+ "value": 24,
1253
+ "unit": "px"
1254
+ }
1255
+ },
1256
+ "700": {
1257
+ "$type": "dimension",
1258
+ "$value": {
1259
+ "value": 28,
1260
+ "unit": "px"
1261
+ }
1262
+ },
1263
+ "800": {
1264
+ "$type": "dimension",
1265
+ "$value": {
1266
+ "value": 32,
1267
+ "unit": "px"
1268
+ }
1269
+ },
1270
+ "900": {
1271
+ "$type": "dimension",
1272
+ "$value": {
1273
+ "value": 36,
1274
+ "unit": "px"
1275
+ }
1276
+ },
1277
+ "1200": {
1278
+ "$type": "dimension",
1279
+ "$value": {
1280
+ "value": 48,
1281
+ "unit": "px"
1282
+ }
1911
1283
  },
1912
- "primary-strong": {
1284
+ "1600": {
1285
+ "$type": "dimension",
1913
1286
  "$value": {
1914
- "colorSpace": "srgb",
1915
- "components": [
1916
- 0,
1917
- 0.373,
1918
- 0.286
1919
- ],
1920
- "hex": "#005f49"
1287
+ "value": 64,
1288
+ "unit": "px"
1921
1289
  }
1922
1290
  },
1923
- "strong": {
1924
- "$value": "{hpe-web.color.text.header}"
1291
+ "1800": {
1292
+ "$type": "dimension",
1293
+ "$value": {
1294
+ "value": 72,
1295
+ "unit": "px"
1296
+ }
1297
+ },
1298
+ "2400": {
1299
+ "$type": "dimension",
1300
+ "$value": {
1301
+ "value": 96,
1302
+ "unit": "px"
1303
+ }
1304
+ },
1305
+ "3200": {
1306
+ "$type": "dimension",
1307
+ "$value": {
1308
+ "value": 128,
1309
+ "unit": "px"
1310
+ }
1311
+ },
1312
+ "4800": {
1313
+ "$type": "dimension",
1314
+ "$value": {
1315
+ "value": 192,
1316
+ "unit": "px"
1317
+ }
1318
+ },
1319
+ "6400": {
1320
+ "$type": "dimension",
1321
+ "$value": {
1322
+ "value": 256,
1323
+ "unit": "px"
1324
+ }
1325
+ },
1326
+ "9600": {
1327
+ "$type": "dimension",
1328
+ "$value": {
1329
+ "value": 384,
1330
+ "unit": "px"
1331
+ }
1332
+ },
1333
+ "12800": {
1334
+ "$type": "dimension",
1335
+ "$value": {
1336
+ "value": 512,
1337
+ "unit": "px"
1338
+ }
1925
1339
  },
1926
- "warning": {
1927
- "$value": "{hpe-web.base.color.orange.600}"
1340
+ "19200": {
1341
+ "$type": "dimension",
1342
+ "$value": {
1343
+ "value": 768,
1344
+ "unit": "px"
1345
+ }
1346
+ },
1347
+ "25600": {
1348
+ "$type": "dimension",
1349
+ "$value": {
1350
+ "value": 1024,
1351
+ "unit": "px"
1352
+ }
1928
1353
  },
1929
- "weak": {
1930
- "$value": "{hpe-web.color.text.weak}"
1354
+ "38400": {
1355
+ "$type": "dimension",
1356
+ "$value": {
1357
+ "value": 1536,
1358
+ "unit": "px"
1359
+ }
1931
1360
  }
1932
1361
  },
1933
- "logo": {
1934
- "$value": "{hpe-web.base.color.green.600}"
1362
+ "fontFamily": {
1363
+ "condensed": {
1364
+ "$type": "fontFamily",
1365
+ "$value": [
1366
+ "HPE Graphik XXCondensed",
1367
+ "Arial Narrow",
1368
+ "Arial",
1369
+ "sans-serif"
1370
+ ]
1371
+ },
1372
+ "noto-sans-jp": {
1373
+ "$type": "fontFamily",
1374
+ "$value": [
1375
+ "Noto Sans JP"
1376
+ ]
1377
+ },
1378
+ "noto-sans-kr": {
1379
+ "$type": "fontFamily",
1380
+ "$value": [
1381
+ "Noto Sans KR"
1382
+ ]
1383
+ },
1384
+ "noto-sans-tc": {
1385
+ "$type": "fontFamily",
1386
+ "$value": [
1387
+ "Noto Sans TC"
1388
+ ]
1389
+ },
1390
+ "primary": {
1391
+ "$type": "fontFamily",
1392
+ "$value": [
1393
+ "HPE Graphik",
1394
+ "Arial",
1395
+ "sans-serif"
1396
+ ]
1397
+ }
1935
1398
  },
1936
- "text": {
1937
- "body": {
1399
+ "fontSize": {
1400
+ "80": {
1401
+ "$type": "dimension",
1938
1402
  "$value": {
1939
- "colorSpace": "srgb",
1940
- "components": [
1941
- 0.404,
1942
- 0.408,
1943
- 0.431
1944
- ],
1945
- "hex": "#67686e"
1403
+ "value": 12,
1404
+ "unit": "px"
1946
1405
  }
1947
1406
  },
1948
- "critical": {
1949
- "$value": "{hpe-web.base.color.red.800}"
1950
- },
1951
- "disabled": {
1407
+ "90": {
1408
+ "$type": "dimension",
1952
1409
  "$value": {
1953
- "colorSpace": "srgb",
1954
- "components": [
1955
- 0.627,
1956
- 0.635,
1957
- 0.671
1958
- ],
1959
- "hex": "#a0a2ab"
1410
+ "value": 14,
1411
+ "unit": "px"
1960
1412
  }
1961
1413
  },
1962
- "focus": {
1414
+ "100": {
1415
+ "$type": "dimension",
1963
1416
  "$value": {
1964
- "colorSpace": "srgb",
1965
- "components": [
1966
- 0.165,
1967
- 0.824,
1968
- 0.788
1969
- ],
1970
- "hex": "#2ad2c9"
1417
+ "value": 16,
1418
+ "unit": "px"
1971
1419
  }
1972
1420
  },
1973
- "header": {
1974
- "$value": "{hpe-web.base.color.grey.1000}"
1421
+ "200": {
1422
+ "$type": "dimension",
1423
+ "$value": {
1424
+ "value": 18,
1425
+ "unit": "px"
1426
+ }
1975
1427
  },
1976
- "neutral-strong": {
1428
+ "300": {
1429
+ "$type": "dimension",
1977
1430
  "$value": {
1978
- "colorSpace": "srgb",
1979
- "components": [
1980
- 0.129,
1981
- 0.141,
1982
- 0.18
1983
- ],
1984
- "hex": "#21242e"
1431
+ "value": 20,
1432
+ "unit": "px"
1985
1433
  }
1986
1434
  },
1987
- "ok": {
1988
- "$value": "{hpe-web.base.color.green.650}"
1435
+ "400": {
1436
+ "$type": "dimension",
1437
+ "$value": {
1438
+ "value": 22,
1439
+ "unit": "px"
1440
+ }
1989
1441
  },
1990
- "on-neutral": {
1991
- "$value": "{hpe-web.base.color.white.100}"
1442
+ "500": {
1443
+ "$type": "dimension",
1444
+ "$value": {
1445
+ "value": 24,
1446
+ "unit": "px"
1447
+ }
1992
1448
  },
1993
- "primary": {
1994
- "$value": "{hpe-web.base.color.green.700}"
1449
+ "600": {
1450
+ "$type": "dimension",
1451
+ "$value": {
1452
+ "value": 36,
1453
+ "unit": "px"
1454
+ }
1995
1455
  },
1996
- "primary-strong": {
1456
+ "700": {
1457
+ "$type": "dimension",
1997
1458
  "$value": {
1998
- "colorSpace": "srgb",
1999
- "components": [
2000
- 0,
2001
- 0.373,
2002
- 0.286
2003
- ],
2004
- "hex": "#005f49"
1459
+ "value": 42,
1460
+ "unit": "px"
2005
1461
  }
2006
1462
  },
2007
- "warning": {
2008
- "$value": "{hpe-web.base.color.orange.600}"
1463
+ "800": {
1464
+ "$type": "dimension",
1465
+ "$value": {
1466
+ "value": 48,
1467
+ "unit": "px"
1468
+ }
2009
1469
  },
2010
- "weak": {
1470
+ "900": {
1471
+ "$type": "dimension",
2011
1472
  "$value": {
2012
- "colorSpace": "srgb",
2013
- "components": [
2014
- 0.404,
2015
- 0.404,
2016
- 0.404
2017
- ],
2018
- "hex": "#676767"
1473
+ "value": 72,
1474
+ "unit": "px"
2019
1475
  }
2020
1476
  }
2021
1477
  },
2022
- "transparent": {
2023
- "$value": {
2024
- "colorSpace": "srgb",
2025
- "components": [
2026
- 0,
2027
- 0,
2028
- 0
2029
- ],
2030
- "hex": "#000000",
2031
- "alpha": 0
1478
+ "lineHeight": {
1479
+ "80": {
1480
+ "$type": "number",
1481
+ "$value": 12
1482
+ },
1483
+ "90": {
1484
+ "$type": "number",
1485
+ "$value": 16
1486
+ },
1487
+ "100": {
1488
+ "$type": "number",
1489
+ "$value": 20
1490
+ },
1491
+ "200": {
1492
+ "$type": "number",
1493
+ "$value": 24
1494
+ },
1495
+ "300": {
1496
+ "$type": "number",
1497
+ "$value": 28
1498
+ },
1499
+ "400": {
1500
+ "$type": "number",
1501
+ "$value": 30
1502
+ },
1503
+ "500": {
1504
+ "$type": "number",
1505
+ "$value": 36
1506
+ },
1507
+ "600": {
1508
+ "$type": "number",
1509
+ "$value": 40
1510
+ },
1511
+ "700": {
1512
+ "$type": "number",
1513
+ "$value": 46
1514
+ },
1515
+ "800": {
1516
+ "$type": "number",
1517
+ "$value": 48
1518
+ },
1519
+ "900": {
1520
+ "$type": "number",
1521
+ "$value": 72
2032
1522
  }
2033
1523
  }
2034
1524
  },
@@ -2037,6 +1527,7 @@
2037
1527
  "color": {
2038
1528
  "blue": {
2039
1529
  "400": {
1530
+ "$type": "color",
2040
1531
  "$value": {
2041
1532
  "colorSpace": "srgb",
2042
1533
  "components": [
@@ -2045,9 +1536,11 @@
2045
1536
  1
2046
1537
  ],
2047
1538
  "hex": "#00c8ff"
2048
- }
1539
+ },
1540
+ "$deprecated": true
2049
1541
  },
2050
1542
  "700": {
1543
+ "$type": "color",
2051
1544
  "$value": {
2052
1545
  "colorSpace": "srgb",
2053
1546
  "components": [
@@ -2056,9 +1549,11 @@
2056
1549
  0.616
2057
1550
  ],
2058
1551
  "hex": "#00739d"
2059
- }
1552
+ },
1553
+ "$deprecated": true
2060
1554
  },
2061
1555
  "900": {
1556
+ "$type": "color",
2062
1557
  "$value": {
2063
1558
  "colorSpace": "srgb",
2064
1559
  "components": [
@@ -2067,9 +1562,11 @@
2067
1562
  0.478
2068
1563
  ],
2069
1564
  "hex": "#00567a"
2070
- }
1565
+ },
1566
+ "$deprecated": true
2071
1567
  },
2072
- "400-opacity12": {
1568
+ "400-Opacity12": {
1569
+ "$type": "color",
2073
1570
  "$value": {
2074
1571
  "colorSpace": "srgb",
2075
1572
  "components": [
@@ -2078,15 +1575,19 @@
2078
1575
  1
2079
1576
  ],
2080
1577
  "hex": "#00c8ff",
2081
- "alpha": 0.122
2082
- }
1578
+ "alpha": 0.12
1579
+ },
1580
+ "$deprecated": true
2083
1581
  }
2084
1582
  },
2085
1583
  "brand": {
2086
- "$value": "{hpe-web.deprecated.base.color.green.600}"
1584
+ "$type": "color",
1585
+ "$value": "{hpe-web.deprecated.base.color.green.600}",
1586
+ "$deprecated": true
2087
1587
  },
2088
- "data-vis": {
1588
+ "dataVis": {
2089
1589
  "blue1": {
1590
+ "$type": "color",
2090
1591
  "$value": {
2091
1592
  "colorSpace": "srgb",
2092
1593
  "components": [
@@ -2095,9 +1596,11 @@
2095
1596
  0.851
2096
1597
  ],
2097
1598
  "hex": "#2053d9"
2098
- }
1599
+ },
1600
+ "$deprecated": true
2099
1601
  },
2100
1602
  "blue2": {
1603
+ "$type": "color",
2101
1604
  "$value": {
2102
1605
  "colorSpace": "srgb",
2103
1606
  "components": [
@@ -2106,9 +1609,11 @@
2106
1609
  0.894
2107
1610
  ],
2108
1611
  "hex": "#1f95e4"
2109
- }
1612
+ },
1613
+ "$deprecated": true
2110
1614
  },
2111
1615
  "darkblue1": {
1616
+ "$type": "color",
2112
1617
  "$value": {
2113
1618
  "colorSpace": "srgb",
2114
1619
  "components": [
@@ -2117,9 +1622,11 @@
2117
1622
  0.302
2118
1623
  ],
2119
1624
  "hex": "#00384d"
2120
- }
1625
+ },
1626
+ "$deprecated": true
2121
1627
  },
2122
1628
  "darkblue2": {
1629
+ "$type": "color",
2123
1630
  "$value": {
2124
1631
  "colorSpace": "srgb",
2125
1632
  "components": [
@@ -2128,9 +1635,11 @@
2128
1635
  0.612
2129
1636
  ],
2130
1637
  "hex": "#38819c"
2131
- }
1638
+ },
1639
+ "$deprecated": true
2132
1640
  },
2133
1641
  "gold1": {
1642
+ "$type": "color",
2134
1643
  "$value": {
2135
1644
  "colorSpace": "srgb",
2136
1645
  "components": [
@@ -2139,9 +1648,11 @@
2139
1648
  0.051
2140
1649
  ],
2141
1650
  "hex": "#b0840d"
2142
- }
1651
+ },
1652
+ "$deprecated": true
2143
1653
  },
2144
1654
  "gold2": {
1655
+ "$type": "color",
2145
1656
  "$value": {
2146
1657
  "colorSpace": "srgb",
2147
1658
  "components": [
@@ -2150,9 +1661,11 @@
2150
1661
  0.282
2151
1662
  ],
2152
1663
  "hex": "#bd9d48"
2153
- }
1664
+ },
1665
+ "$deprecated": true
2154
1666
  },
2155
1667
  "grape1": {
1668
+ "$type": "color",
2156
1669
  "$value": {
2157
1670
  "colorSpace": "srgb",
2158
1671
  "components": [
@@ -2161,9 +1674,11 @@
2161
1674
  0.412
2162
1675
  ],
2163
1676
  "hex": "#470d69"
2164
- }
1677
+ },
1678
+ "$deprecated": true
2165
1679
  },
2166
1680
  "green1": {
1681
+ "$type": "color",
2167
1682
  "$value": {
2168
1683
  "colorSpace": "srgb",
2169
1684
  "components": [
@@ -2172,9 +1687,11 @@
2172
1687
  0.51
2173
1688
  ],
2174
1689
  "hex": "#01a982"
2175
- }
1690
+ },
1691
+ "$deprecated": true
2176
1692
  },
2177
1693
  "lightblue1": {
1694
+ "$type": "color",
2178
1695
  "$value": {
2179
1696
  "colorSpace": "srgb",
2180
1697
  "components": [
@@ -2183,9 +1700,11 @@
2183
1700
  0.898
2184
1701
  ],
2185
1702
  "hex": "#5c91e5"
2186
- }
1703
+ },
1704
+ "$deprecated": true
2187
1705
  },
2188
1706
  "lightblue2": {
1707
+ "$type": "color",
2189
1708
  "$value": {
2190
1709
  "colorSpace": "srgb",
2191
1710
  "components": [
@@ -2194,9 +1713,11 @@
2194
1713
  0.941
2195
1714
  ],
2196
1715
  "hex": "#78bff0"
2197
- }
1716
+ },
1717
+ "$deprecated": true
2198
1718
  },
2199
1719
  "pink1": {
1720
+ "$type": "color",
2200
1721
  "$value": {
2201
1722
  "colorSpace": "srgb",
2202
1723
  "components": [
@@ -2205,9 +1726,11 @@
2205
1726
  0.537
2206
1727
  ],
2207
1728
  "hex": "#a95589"
2208
- }
1729
+ },
1730
+ "$deprecated": true
2209
1731
  },
2210
1732
  "pink2": {
1733
+ "$type": "color",
2211
1734
  "$value": {
2212
1735
  "colorSpace": "srgb",
2213
1736
  "components": [
@@ -2216,9 +1739,11 @@
2216
1739
  0.604
2217
1740
  ],
2218
1741
  "hex": "#c0649a"
2219
- }
1742
+ },
1743
+ "$deprecated": true
2220
1744
  },
2221
1745
  "purple1": {
1746
+ "$type": "color",
2222
1747
  "$value": {
2223
1748
  "colorSpace": "srgb",
2224
1749
  "components": [
@@ -2227,9 +1752,11 @@
2227
1752
  0.925
2228
1753
  ],
2229
1754
  "hex": "#7022ec"
2230
- }
1755
+ },
1756
+ "$deprecated": true
2231
1757
  },
2232
1758
  "purple2": {
1759
+ "$type": "color",
2233
1760
  "$value": {
2234
1761
  "colorSpace": "srgb",
2235
1762
  "components": [
@@ -2238,9 +1765,11 @@
2238
1765
  0.631
2239
1766
  ],
2240
1767
  "hex": "#3c3aa1"
2241
- }
1768
+ },
1769
+ "$deprecated": true
2242
1770
  },
2243
1771
  "purple3": {
1772
+ "$type": "color",
2244
1773
  "$value": {
2245
1774
  "colorSpace": "srgb",
2246
1775
  "components": [
@@ -2249,11 +1778,13 @@
2249
1778
  0.667
2250
1779
  ],
2251
1780
  "hex": "#855aaa"
2252
- }
1781
+ },
1782
+ "$deprecated": true
2253
1783
  }
2254
1784
  },
2255
1785
  "green": {
2256
1786
  "100": {
1787
+ "$type": "color",
2257
1788
  "$value": {
2258
1789
  "colorSpace": "srgb",
2259
1790
  "components": [
@@ -2262,9 +1793,11 @@
2262
1793
  0.933
2263
1794
  ],
2264
1795
  "hex": "#d1ffee"
2265
- }
1796
+ },
1797
+ "$deprecated": true
2266
1798
  },
2267
1799
  "125": {
1800
+ "$type": "color",
2268
1801
  "$value": {
2269
1802
  "colorSpace": "srgb",
2270
1803
  "components": [
@@ -2273,9 +1806,11 @@
2273
1806
  0.871
2274
1807
  ],
2275
1808
  "hex": "#aafade"
2276
- }
1809
+ },
1810
+ "$deprecated": true
2277
1811
  },
2278
1812
  "400": {
1813
+ "$type": "color",
2279
1814
  "$value": {
2280
1815
  "colorSpace": "srgb",
2281
1816
  "components": [
@@ -2284,9 +1819,11 @@
2284
1819
  0.627
2285
1820
  ],
2286
1821
  "hex": "#17eba0"
2287
- }
1822
+ },
1823
+ "$deprecated": true
2288
1824
  },
2289
1825
  "450": {
1826
+ "$type": "color",
2290
1827
  "$value": {
2291
1828
  "colorSpace": "srgb",
2292
1829
  "components": [
@@ -2295,9 +1832,11 @@
2295
1832
  0.71
2296
1833
  ],
2297
1834
  "hex": "#00ebb5"
2298
- }
1835
+ },
1836
+ "$deprecated": true
2299
1837
  },
2300
1838
  "500": {
1839
+ "$type": "color",
2301
1840
  "$value": {
2302
1841
  "colorSpace": "srgb",
2303
1842
  "components": [
@@ -2306,9 +1845,11 @@
2306
1845
  0.682
2307
1846
  ],
2308
1847
  "hex": "#1ed8ae"
2309
- }
1848
+ },
1849
+ "$deprecated": true
2310
1850
  },
2311
1851
  "600": {
1852
+ "$type": "color",
2312
1853
  "$value": {
2313
1854
  "colorSpace": "srgb",
2314
1855
  "components": [
@@ -2317,9 +1858,12 @@
2317
1858
  0.51
2318
1859
  ],
2319
1860
  "hex": "#01a982"
2320
- }
1861
+ },
1862
+ "$description": "HPE Brand",
1863
+ "$deprecated": true
2321
1864
  },
2322
1865
  "650": {
1866
+ "$type": "color",
2323
1867
  "$value": {
2324
1868
  "colorSpace": "srgb",
2325
1869
  "components": [
@@ -2328,9 +1872,11 @@
2328
1872
  0.443
2329
1873
  ],
2330
1874
  "hex": "#009a71"
2331
- }
1875
+ },
1876
+ "$deprecated": true
2332
1877
  },
2333
1878
  "700": {
1879
+ "$type": "color",
2334
1880
  "$value": {
2335
1881
  "colorSpace": "srgb",
2336
1882
  "components": [
@@ -2339,9 +1885,11 @@
2339
1885
  0.404
2340
1886
  ],
2341
1887
  "hex": "#008567"
2342
- }
1888
+ },
1889
+ "$deprecated": true
2343
1890
  },
2344
1891
  "800": {
1892
+ "$type": "color",
2345
1893
  "$value": {
2346
1894
  "colorSpace": "srgb",
2347
1895
  "components": [
@@ -2350,9 +1898,11 @@
2350
1898
  0.314
2351
1899
  ],
2352
1900
  "hex": "#006750"
2353
- }
1901
+ },
1902
+ "$deprecated": true
2354
1903
  },
2355
1904
  "900": {
1905
+ "$type": "color",
2356
1906
  "$value": {
2357
1907
  "colorSpace": "srgb",
2358
1908
  "components": [
@@ -2361,9 +1911,11 @@
2361
1911
  0.231
2362
1912
  ],
2363
1913
  "hex": "#074b3b"
2364
- }
1914
+ },
1915
+ "$deprecated": true
2365
1916
  },
2366
1917
  "1000": {
1918
+ "$type": "color",
2367
1919
  "$value": {
2368
1920
  "colorSpace": "srgb",
2369
1921
  "components": [
@@ -2372,9 +1924,11 @@
2372
1924
  0.184
2373
1925
  ],
2374
1926
  "hex": "#093a2f"
2375
- }
1927
+ },
1928
+ "$deprecated": true
2376
1929
  },
2377
- "400-opacity12": {
1930
+ "400-Opacity12": {
1931
+ "$type": "color",
2378
1932
  "$value": {
2379
1933
  "colorSpace": "srgb",
2380
1934
  "components": [
@@ -2383,10 +1937,12 @@
2383
1937
  0.627
2384
1938
  ],
2385
1939
  "hex": "#17eba0",
2386
- "alpha": 0.122
2387
- }
1940
+ "alpha": 0.12
1941
+ },
1942
+ "$deprecated": true
2388
1943
  },
2389
- "400-opacity24": {
1944
+ "400-Opacity24": {
1945
+ "$type": "color",
2390
1946
  "$value": {
2391
1947
  "colorSpace": "srgb",
2392
1948
  "components": [
@@ -2395,10 +1951,12 @@
2395
1951
  0.627
2396
1952
  ],
2397
1953
  "hex": "#17eba0",
2398
- "alpha": 0.239
2399
- }
1954
+ "alpha": 0.24
1955
+ },
1956
+ "$deprecated": true
2400
1957
  },
2401
- "500-opacity30": {
1958
+ "500-Opacity30": {
1959
+ "$type": "color",
2402
1960
  "$value": {
2403
1961
  "colorSpace": "srgb",
2404
1962
  "components": [
@@ -2407,12 +1965,14 @@
2407
1965
  0.651
2408
1966
  ],
2409
1967
  "hex": "#17d0a6",
2410
- "alpha": 0.302
2411
- }
1968
+ "alpha": 0.3
1969
+ },
1970
+ "$deprecated": true
2412
1971
  }
2413
1972
  },
2414
1973
  "grey": {
2415
1974
  "50": {
1975
+ "$type": "color",
2416
1976
  "$value": {
2417
1977
  "colorSpace": "srgb",
2418
1978
  "components": [
@@ -2421,9 +1981,11 @@
2421
1981
  0.969
2422
1982
  ],
2423
1983
  "hex": "#f7f7f7"
2424
- }
1984
+ },
1985
+ "$deprecated": true
2425
1986
  },
2426
1987
  "400": {
1988
+ "$type": "color",
2427
1989
  "$value": {
2428
1990
  "colorSpace": "srgb",
2429
1991
  "components": [
@@ -2432,9 +1994,11 @@
2432
1994
  0.8
2433
1995
  ],
2434
1996
  "hex": "#cccccc"
2435
- }
1997
+ },
1998
+ "$deprecated": true
2436
1999
  },
2437
2000
  "500": {
2001
+ "$type": "color",
2438
2002
  "$value": {
2439
2003
  "colorSpace": "srgb",
2440
2004
  "components": [
@@ -2443,9 +2007,11 @@
2443
2007
  0.733
2444
2008
  ],
2445
2009
  "hex": "#bbbbbb"
2446
- }
2010
+ },
2011
+ "$deprecated": true
2447
2012
  },
2448
2013
  "600": {
2014
+ "$type": "color",
2449
2015
  "$value": {
2450
2016
  "colorSpace": "srgb",
2451
2017
  "components": [
@@ -2454,9 +2020,11 @@
2454
2020
  0.549
2455
2021
  ],
2456
2022
  "hex": "#8c8c8c"
2457
- }
2023
+ },
2024
+ "$deprecated": true
2458
2025
  },
2459
2026
  "700": {
2027
+ "$type": "color",
2460
2028
  "$value": {
2461
2029
  "colorSpace": "srgb",
2462
2030
  "components": [
@@ -2465,9 +2033,11 @@
2465
2033
  0.459
2466
2034
  ],
2467
2035
  "hex": "#757575"
2468
- }
2036
+ },
2037
+ "$deprecated": true
2469
2038
  },
2470
2039
  "800": {
2040
+ "$type": "color",
2471
2041
  "$value": {
2472
2042
  "colorSpace": "srgb",
2473
2043
  "components": [
@@ -2476,9 +2046,11 @@
2476
2046
  0.333
2477
2047
  ],
2478
2048
  "hex": "#555555"
2479
- }
2049
+ },
2050
+ "$deprecated": true
2480
2051
  },
2481
2052
  "1000": {
2053
+ "$type": "color",
2482
2054
  "$value": {
2483
2055
  "colorSpace": "srgb",
2484
2056
  "components": [
@@ -2487,9 +2059,11 @@
2487
2059
  0.18
2488
2060
  ],
2489
2061
  "hex": "#2e2e2e"
2490
- }
2062
+ },
2063
+ "$deprecated": true
2491
2064
  },
2492
2065
  "1100": {
2066
+ "$type": "color",
2493
2067
  "$value": {
2494
2068
  "colorSpace": "srgb",
2495
2069
  "components": [
@@ -2498,9 +2072,11 @@
2498
2072
  0.161
2499
2073
  ],
2500
2074
  "hex": "#292929"
2501
- }
2075
+ },
2076
+ "$deprecated": true
2502
2077
  },
2503
2078
  "1200": {
2079
+ "$type": "color",
2504
2080
  "$value": {
2505
2081
  "colorSpace": "srgb",
2506
2082
  "components": [
@@ -2509,9 +2085,11 @@
2509
2085
  0.133
2510
2086
  ],
2511
2087
  "hex": "#222222"
2512
- }
2088
+ },
2089
+ "$deprecated": true
2513
2090
  },
2514
2091
  "1300": {
2092
+ "$type": "color",
2515
2093
  "$value": {
2516
2094
  "colorSpace": "srgb",
2517
2095
  "components": [
@@ -2520,11 +2098,13 @@
2520
2098
  0.11
2521
2099
  ],
2522
2100
  "hex": "#1c1c1c"
2523
- }
2101
+ },
2102
+ "$deprecated": true
2524
2103
  }
2525
2104
  },
2526
2105
  "orange": {
2527
2106
  "400": {
2107
+ "$type": "color",
2528
2108
  "$value": {
2529
2109
  "colorSpace": "srgb",
2530
2110
  "components": [
@@ -2533,9 +2113,11 @@
2533
2113
  0.267
2534
2114
  ],
2535
2115
  "hex": "#ffbc44"
2536
- }
2116
+ },
2117
+ "$deprecated": true
2537
2118
  },
2538
2119
  "500": {
2120
+ "$type": "color",
2539
2121
  "$value": {
2540
2122
  "colorSpace": "srgb",
2541
2123
  "components": [
@@ -2544,9 +2126,11 @@
2544
2126
  0.145
2545
2127
  ],
2546
2128
  "hex": "#ec8c25"
2547
- }
2129
+ },
2130
+ "$deprecated": true
2548
2131
  },
2549
2132
  "600": {
2133
+ "$type": "color",
2550
2134
  "$value": {
2551
2135
  "colorSpace": "srgb",
2552
2136
  "components": [
@@ -2555,9 +2139,11 @@
2555
2139
  0
2556
2140
  ],
2557
2141
  "hex": "#d36d00"
2558
- }
2142
+ },
2143
+ "$deprecated": true
2559
2144
  },
2560
2145
  "700": {
2146
+ "$type": "color",
2561
2147
  "$value": {
2562
2148
  "colorSpace": "srgb",
2563
2149
  "components": [
@@ -2566,9 +2152,11 @@
2566
2152
  0.063
2567
2153
  ],
2568
2154
  "hex": "#9b6310"
2569
- }
2155
+ },
2156
+ "$deprecated": true
2570
2157
  },
2571
- "400-opacity12": {
2158
+ "400-Opacity12": {
2159
+ "$type": "color",
2572
2160
  "$value": {
2573
2161
  "colorSpace": "srgb",
2574
2162
  "components": [
@@ -2577,10 +2165,12 @@
2577
2165
  0.267
2578
2166
  ],
2579
2167
  "hex": "#ffbc44",
2580
- "alpha": 0.122
2581
- }
2168
+ "alpha": 0.12
2169
+ },
2170
+ "$deprecated": true
2582
2171
  },
2583
- "400-opacity24": {
2172
+ "400-Opacity24": {
2173
+ "$type": "color",
2584
2174
  "$value": {
2585
2175
  "colorSpace": "srgb",
2586
2176
  "components": [
@@ -2589,12 +2179,14 @@
2589
2179
  0.267
2590
2180
  ],
2591
2181
  "hex": "#ffbc44",
2592
- "alpha": 0.239
2593
- }
2182
+ "alpha": 0.24
2183
+ },
2184
+ "$deprecated": true
2594
2185
  }
2595
2186
  },
2596
2187
  "purple": {
2597
2188
  "500": {
2189
+ "$type": "color",
2598
2190
  "$value": {
2599
2191
  "colorSpace": "srgb",
2600
2192
  "components": [
@@ -2603,9 +2195,11 @@
2603
2195
  1
2604
2196
  ],
2605
2197
  "hex": "#f740ff"
2606
- }
2198
+ },
2199
+ "$deprecated": true
2607
2200
  },
2608
2201
  "900": {
2202
+ "$type": "color",
2609
2203
  "$value": {
2610
2204
  "colorSpace": "srgb",
2611
2205
  "components": [
@@ -2614,11 +2208,13 @@
2614
2208
  0.737
2615
2209
  ],
2616
2210
  "hex": "#6633bc"
2617
- }
2211
+ },
2212
+ "$deprecated": true
2618
2213
  }
2619
2214
  },
2620
2215
  "red": {
2621
2216
  "500": {
2217
+ "$type": "color",
2622
2218
  "$value": {
2623
2219
  "colorSpace": "srgb",
2624
2220
  "components": [
@@ -2627,9 +2223,11 @@
2627
2223
  0.38
2628
2224
  ],
2629
2225
  "hex": "#fc6161"
2630
- }
2226
+ },
2227
+ "$deprecated": true
2631
2228
  },
2632
2229
  "550": {
2230
+ "$type": "color",
2633
2231
  "$value": {
2634
2232
  "colorSpace": "srgb",
2635
2233
  "components": [
@@ -2638,9 +2236,11 @@
2638
2236
  0.353
2639
2237
  ],
2640
2238
  "hex": "#fc5a5a"
2641
- }
2239
+ },
2240
+ "$deprecated": true
2642
2241
  },
2643
2242
  "600": {
2243
+ "$type": "color",
2644
2244
  "$value": {
2645
2245
  "colorSpace": "srgb",
2646
2246
  "components": [
@@ -2649,9 +2249,11 @@
2649
2249
  0.192
2650
2250
  ],
2651
2251
  "hex": "#ec3331"
2652
- }
2252
+ },
2253
+ "$deprecated": true
2653
2254
  },
2654
2255
  "750": {
2256
+ "$type": "color",
2655
2257
  "$value": {
2656
2258
  "colorSpace": "srgb",
2657
2259
  "components": [
@@ -2660,9 +2262,11 @@
2660
2262
  0.294
2661
2263
  ],
2662
2264
  "hex": "#c54e4b"
2663
- }
2265
+ },
2266
+ "$deprecated": true
2664
2267
  },
2665
2268
  "800": {
2269
+ "$type": "color",
2666
2270
  "$value": {
2667
2271
  "colorSpace": "srgb",
2668
2272
  "components": [
@@ -2671,9 +2275,11 @@
2671
2275
  0.102
2672
2276
  ],
2673
2277
  "hex": "#cc1f1a"
2674
- }
2278
+ },
2279
+ "$deprecated": true
2675
2280
  },
2676
2281
  "850": {
2282
+ "$type": "color",
2677
2283
  "$value": {
2678
2284
  "colorSpace": "srgb",
2679
2285
  "components": [
@@ -2682,9 +2288,11 @@
2682
2288
  0.239
2683
2289
  ],
2684
2290
  "hex": "#a2423d"
2685
- }
2291
+ },
2292
+ "$deprecated": true
2686
2293
  },
2687
- "500-opacity12": {
2294
+ "500-Opacity12": {
2295
+ "$type": "color",
2688
2296
  "$value": {
2689
2297
  "colorSpace": "srgb",
2690
2298
  "components": [
@@ -2693,10 +2301,12 @@
2693
2301
  0.38
2694
2302
  ],
2695
2303
  "hex": "#fc6161",
2696
- "alpha": 0.122
2697
- }
2304
+ "alpha": 0.12
2305
+ },
2306
+ "$deprecated": true
2698
2307
  },
2699
- "500-opacity24": {
2308
+ "500-Opacity24": {
2309
+ "$type": "color",
2700
2310
  "$value": {
2701
2311
  "colorSpace": "srgb",
2702
2312
  "components": [
@@ -2705,10 +2315,12 @@
2705
2315
  0.38
2706
2316
  ],
2707
2317
  "hex": "#fc6161",
2708
- "alpha": 0.239
2709
- }
2318
+ "alpha": 0.24
2319
+ },
2320
+ "$deprecated": true
2710
2321
  },
2711
- "800-opacity30": {
2322
+ "800-Opacity30": {
2323
+ "$type": "color",
2712
2324
  "$value": {
2713
2325
  "colorSpace": "srgb",
2714
2326
  "components": [
@@ -2717,12 +2329,14 @@
2717
2329
  0.102
2718
2330
  ],
2719
2331
  "hex": "#cc1f1a",
2720
- "alpha": 0.302
2721
- }
2332
+ "alpha": 0.3
2333
+ },
2334
+ "$deprecated": true
2722
2335
  }
2723
2336
  },
2724
2337
  "teal": {
2725
2338
  "200": {
2339
+ "$type": "color",
2726
2340
  "$value": {
2727
2341
  "colorSpace": "srgb",
2728
2342
  "components": [
@@ -2731,9 +2345,11 @@
2731
2345
  0.949
2732
2346
  ],
2733
2347
  "hex": "#82fff2"
2734
- }
2348
+ },
2349
+ "$deprecated": true
2735
2350
  },
2736
2351
  "400": {
2352
+ "$type": "color",
2737
2353
  "$value": {
2738
2354
  "colorSpace": "srgb",
2739
2355
  "components": [
@@ -2742,9 +2358,11 @@
2742
2358
  0.812
2743
2359
  ],
2744
2360
  "hex": "#00e8cf"
2745
- }
2361
+ },
2362
+ "$deprecated": true
2746
2363
  },
2747
2364
  "700": {
2365
+ "$type": "color",
2748
2366
  "$value": {
2749
2367
  "colorSpace": "srgb",
2750
2368
  "components": [
@@ -2753,11 +2371,13 @@
2753
2371
  0.51
2754
2372
  ],
2755
2373
  "hex": "#117b82"
2756
- }
2374
+ },
2375
+ "$deprecated": true
2757
2376
  }
2758
2377
  },
2759
2378
  "yellow": {
2760
2379
  "200": {
2380
+ "$type": "color",
2761
2381
  "$value": {
2762
2382
  "colorSpace": "srgb",
2763
2383
  "components": [
@@ -2766,9 +2386,11 @@
2766
2386
  0.349
2767
2387
  ],
2768
2388
  "hex": "#ffeb59"
2769
- }
2389
+ },
2390
+ "$deprecated": true
2770
2391
  },
2771
2392
  "400": {
2393
+ "$type": "color",
2772
2394
  "$value": {
2773
2395
  "colorSpace": "srgb",
2774
2396
  "components": [
@@ -2777,9 +2399,11 @@
2777
2399
  0.004
2778
2400
  ],
2779
2401
  "hex": "#fec901"
2780
- }
2402
+ },
2403
+ "$deprecated": true
2781
2404
  },
2782
2405
  "700": {
2406
+ "$type": "color",
2783
2407
  "$value": {
2784
2408
  "colorSpace": "srgb",
2785
2409
  "components": [
@@ -2788,9 +2412,11 @@
2788
2412
  0.11
2789
2413
  ],
2790
2414
  "hex": "#8d741c"
2791
- }
2415
+ },
2416
+ "$deprecated": true
2792
2417
  },
2793
- "400-opacity12": {
2418
+ "400-Opacity12": {
2419
+ "$type": "color",
2794
2420
  "$value": {
2795
2421
  "colorSpace": "srgb",
2796
2422
  "components": [
@@ -2799,118 +2425,194 @@
2799
2425
  0.004
2800
2426
  ],
2801
2427
  "hex": "#fec901",
2802
- "alpha": 0.122
2803
- }
2428
+ "alpha": 0.12
2429
+ },
2430
+ "$deprecated": true
2804
2431
  }
2805
2432
  }
2806
2433
  }
2807
2434
  }
2808
2435
  },
2809
- "theme": {
2810
- "button": {
2811
- "carousel": {
2812
- "disabled": {
2813
- "background": {
2814
- "$value": {
2815
- "colorSpace": "srgb",
2816
- "components": [
2817
- 0.706,
2818
- 0.714,
2819
- 0.729
2820
- ],
2821
- "hex": "#b4b6ba"
2822
- }
2823
- },
2824
- "border-color": {
2825
- "$value": {
2826
- "colorSpace": "srgb",
2827
- "components": [
2828
- 0,
2829
- 0,
2830
- 0
2831
- ],
2832
- "hex": "#000000",
2833
- "alpha": 0
2834
- }
2835
- },
2836
- "icon-color": {
2837
- "$value": {
2838
- "colorSpace": "srgb",
2839
- "components": [
2840
- 1,
2841
- 1,
2842
- 1
2843
- ],
2844
- "hex": "#ffffff"
2845
- }
2846
- }
2847
- },
2848
- "hover": {
2849
- "background": {
2850
- "$value": {
2851
- "colorSpace": "srgb",
2852
- "components": [
2853
- 0.404,
2854
- 0.408,
2855
- 0.431
2856
- ],
2857
- "hex": "#67686e"
2858
- }
2859
- },
2860
- "border-color": {
2861
- "$value": "{hpe-web.color.transparent}"
2862
- },
2863
- "icon-color": {
2864
- "$value": {
2865
- "colorSpace": "srgb",
2866
- "components": [
2867
- 1,
2868
- 1,
2869
- 1
2870
- ],
2871
- "hex": "#ffffff"
2872
- }
2873
- }
2874
- },
2875
- "rest": {
2876
- "background": {
2877
- "$value": {
2878
- "colorSpace": "srgb",
2879
- "components": [
2880
- 0.325,
2881
- 0.361,
2882
- 0.4
2883
- ],
2884
- "hex": "#535c66"
2885
- }
2886
- },
2887
- "border-color": {
2888
- "$value": {
2889
- "colorSpace": "srgb",
2890
- "components": [
2891
- 0,
2892
- 0,
2893
- 0
2894
- ],
2895
- "hex": "#000000",
2896
- "alpha": 0
2897
- }
2898
- },
2899
- "icon-color": {
2900
- "$value": {
2901
- "colorSpace": "srgb",
2902
- "components": [
2903
- 1,
2904
- 1,
2905
- 1
2906
- ],
2907
- "hex": "#ffffff"
2908
- }
2909
- }
2436
+ "static": {
2437
+ "borderWidth": {
2438
+ "default": {
2439
+ "$type": "dimension",
2440
+ "$value": "{hpe-web.base.dimension.25}"
2441
+ },
2442
+ "large": {
2443
+ "$type": "dimension",
2444
+ "$value": "{hpe-web.base.dimension.150}"
2445
+ },
2446
+ "medium": {
2447
+ "$type": "dimension",
2448
+ "$value": "{hpe-web.base.dimension.100}"
2449
+ },
2450
+ "none": {
2451
+ "$type": "dimension",
2452
+ "$value": "{hpe-web.base.dimension.0}"
2453
+ },
2454
+ "small": {
2455
+ "$type": "dimension",
2456
+ "$value": "{hpe-web.base.dimension.50}"
2457
+ },
2458
+ "xsmall": {
2459
+ "$type": "dimension",
2460
+ "$value": "{hpe-web.base.dimension.25}"
2461
+ }
2462
+ },
2463
+ "container": {
2464
+ "3xlarge": {
2465
+ "$type": "dimension",
2466
+ "$value": "{hpe-web.base.dimension.38400}"
2467
+ },
2468
+ "3xsmall": {
2469
+ "$type": "dimension",
2470
+ "$value": "{hpe-web.base.dimension.2400}"
2471
+ },
2472
+ "4xsmall": {
2473
+ "$type": "dimension",
2474
+ "$value": "{hpe-web.base.dimension.1600}"
2475
+ },
2476
+ "5xsmall": {
2477
+ "$type": "dimension",
2478
+ "$value": "{hpe-web.base.dimension.1200}"
2479
+ },
2480
+ "large": {
2481
+ "$type": "dimension",
2482
+ "$value": "{hpe-web.base.dimension.12800}"
2483
+ },
2484
+ "medium": {
2485
+ "$type": "dimension",
2486
+ "$value": "{hpe-web.base.dimension.9600}"
2487
+ },
2488
+ "small": {
2489
+ "$type": "dimension",
2490
+ "$value": "{hpe-web.base.dimension.6400}"
2491
+ },
2492
+ "xlarge": {
2493
+ "$type": "dimension",
2494
+ "$value": "{hpe-web.base.dimension.19200}"
2495
+ },
2496
+ "xsmall": {
2497
+ "$type": "dimension",
2498
+ "$value": "{hpe-web.base.dimension.4800}"
2499
+ },
2500
+ "xxlarge": {
2501
+ "$type": "dimension",
2502
+ "$value": "{hpe-web.base.dimension.25600}"
2503
+ },
2504
+ "xxsmall": {
2505
+ "$type": "dimension",
2506
+ "$value": "{hpe-web.base.dimension.3200}"
2507
+ }
2508
+ },
2509
+ "radius": {
2510
+ "full": {
2511
+ "$type": "dimension",
2512
+ "$value": {
2513
+ "value": 9999,
2514
+ "unit": "px"
2910
2515
  }
2516
+ },
2517
+ "hair": {
2518
+ "$type": "dimension",
2519
+ "$value": "{hpe-web.base.dimension.25}"
2520
+ },
2521
+ "large": {
2522
+ "$type": "dimension",
2523
+ "$value": "{hpe-web.base.dimension.400}"
2524
+ },
2525
+ "medium": {
2526
+ "$type": "dimension",
2527
+ "$value": "{hpe-web.base.dimension.300}"
2528
+ },
2529
+ "none": {
2530
+ "$type": "dimension",
2531
+ "$value": "{hpe-web.base.dimension.0}"
2532
+ },
2533
+ "small": {
2534
+ "$type": "dimension",
2535
+ "$value": "{hpe-web.base.dimension.200}"
2536
+ },
2537
+ "xlarge": {
2538
+ "$type": "dimension",
2539
+ "$value": "{hpe-web.base.dimension.600}"
2540
+ },
2541
+ "xsmall": {
2542
+ "$type": "dimension",
2543
+ "$value": "{hpe-web.base.dimension.150}"
2544
+ },
2545
+ "xxlarge": {
2546
+ "$type": "dimension",
2547
+ "$value": "{hpe-web.base.dimension.800}"
2548
+ },
2549
+ "xxsmall": {
2550
+ "$type": "dimension",
2551
+ "$value": "{hpe-web.base.dimension.100}"
2552
+ }
2553
+ },
2554
+ "spacing": {
2555
+ "3xlarge": {
2556
+ "$type": "dimension",
2557
+ "$value": "{hpe-web.base.dimension.2400}"
2558
+ },
2559
+ "3xsmall": {
2560
+ "$type": "dimension",
2561
+ "$value": "{hpe-web.base.dimension.150}"
2562
+ },
2563
+ "4xlarge": {
2564
+ "$type": "dimension",
2565
+ "$value": "{hpe-web.base.dimension.3200}"
2566
+ },
2567
+ "4xsmall": {
2568
+ "$type": "dimension",
2569
+ "$value": "{hpe-web.base.dimension.100}"
2570
+ },
2571
+ "5xsmall": {
2572
+ "$type": "dimension",
2573
+ "$value": "{hpe-web.base.dimension.75}"
2574
+ },
2575
+ "6xsmall": {
2576
+ "$type": "dimension",
2577
+ "$value": "{hpe-web.base.dimension.50}"
2578
+ },
2579
+ "hair": {
2580
+ "$type": "dimension",
2581
+ "$value": "{hpe-web.base.dimension.25}"
2582
+ },
2583
+ "large": {
2584
+ "$type": "dimension",
2585
+ "$value": "{hpe-web.base.dimension.800}"
2586
+ },
2587
+ "medium": {
2588
+ "$type": "dimension",
2589
+ "$value": "{hpe-web.base.dimension.600}"
2590
+ },
2591
+ "none": {
2592
+ "$type": "dimension",
2593
+ "$value": "{hpe-web.base.dimension.0}"
2594
+ },
2595
+ "small": {
2596
+ "$type": "dimension",
2597
+ "$value": "{hpe-web.base.dimension.400}"
2598
+ },
2599
+ "xlarge": {
2600
+ "$type": "dimension",
2601
+ "$value": "{hpe-web.base.dimension.1200}"
2602
+ },
2603
+ "xsmall": {
2604
+ "$type": "dimension",
2605
+ "$value": "{hpe-web.base.dimension.300}"
2606
+ },
2607
+ "xxlarge": {
2608
+ "$type": "dimension",
2609
+ "$value": "{hpe-web.base.dimension.1600}"
2610
+ },
2611
+ "xxsmall": {
2612
+ "$type": "dimension",
2613
+ "$value": "{hpe-web.base.dimension.200}"
2911
2614
  }
2912
2615
  }
2913
2616
  }
2914
- },
2915
- "$type": "color"
2916
- }
2617
+ }
2618
+ }