@momentum-design/tokens 0.0.2 → 0.0.4

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.
@@ -1,4 +1,155 @@
1
1
  {
2
+ "border-radius": {
3
+ "small": {
4
+ "value": "4px",
5
+ "type": "borderRadius",
6
+ "description": "Small border radius.",
7
+ "filePath": "src/core/border-radius.json",
8
+ "isSource": true,
9
+ "original": {
10
+ "value": "4px",
11
+ "type": "borderRadius",
12
+ "description": "Small border radius."
13
+ },
14
+ "name": "md-border-radius-small",
15
+ "attributes": {
16
+ "category": "border-radius",
17
+ "type": "small"
18
+ },
19
+ "path": [
20
+ "border-radius",
21
+ "small"
22
+ ]
23
+ },
24
+ "medium": {
25
+ "value": "8px",
26
+ "type": "borderRadius",
27
+ "description": "Medium border radius.",
28
+ "filePath": "src/core/border-radius.json",
29
+ "isSource": true,
30
+ "original": {
31
+ "value": "8px",
32
+ "type": "borderRadius",
33
+ "description": "Medium border radius."
34
+ },
35
+ "name": "md-border-radius-medium",
36
+ "attributes": {
37
+ "category": "border-radius",
38
+ "type": "medium"
39
+ },
40
+ "path": [
41
+ "border-radius",
42
+ "medium"
43
+ ]
44
+ },
45
+ "large": {
46
+ "value": "12px",
47
+ "type": "borderRadius",
48
+ "description": "Large border radius.",
49
+ "filePath": "src/core/border-radius.json",
50
+ "isSource": true,
51
+ "original": {
52
+ "value": "12px",
53
+ "type": "borderRadius",
54
+ "description": "Large border radius."
55
+ },
56
+ "name": "md-border-radius-large",
57
+ "attributes": {
58
+ "category": "border-radius",
59
+ "type": "large"
60
+ },
61
+ "path": [
62
+ "border-radius",
63
+ "large"
64
+ ]
65
+ },
66
+ "half-height": {
67
+ "value": "50%",
68
+ "type": "borderRadius",
69
+ "description": "Rounded pill shape.",
70
+ "filePath": "src/core/border-radius.json",
71
+ "isSource": true,
72
+ "original": {
73
+ "value": "50%",
74
+ "type": "borderRadius",
75
+ "description": "Rounded pill shape."
76
+ },
77
+ "name": "md-border-radius-half-height",
78
+ "attributes": {
79
+ "category": "border-radius",
80
+ "type": "half-height"
81
+ },
82
+ "path": [
83
+ "border-radius",
84
+ "half-height"
85
+ ]
86
+ }
87
+ },
88
+ "border-width": {
89
+ "small": {
90
+ "value": "1px",
91
+ "type": "borderWidth",
92
+ "description": "Small border; standard border size used in product.",
93
+ "filePath": "src/core/border-width.json",
94
+ "isSource": true,
95
+ "original": {
96
+ "value": "1px",
97
+ "type": "borderWidth",
98
+ "description": "Small border; standard border size used in product."
99
+ },
100
+ "name": "md-border-width-small",
101
+ "attributes": {
102
+ "category": "border-width",
103
+ "type": "small"
104
+ },
105
+ "path": [
106
+ "border-width",
107
+ "small"
108
+ ]
109
+ },
110
+ "medium": {
111
+ "value": "2px",
112
+ "type": "borderWidth",
113
+ "description": "Medium border; not currently used in product.",
114
+ "filePath": "src/core/border-width.json",
115
+ "isSource": true,
116
+ "original": {
117
+ "value": "2px",
118
+ "type": "borderWidth",
119
+ "description": "Medium border; not currently used in product."
120
+ },
121
+ "name": "md-border-width-medium",
122
+ "attributes": {
123
+ "category": "border-width",
124
+ "type": "medium"
125
+ },
126
+ "path": [
127
+ "border-width",
128
+ "medium"
129
+ ]
130
+ },
131
+ "large": {
132
+ "value": "3px",
133
+ "type": "borderWidth",
134
+ "description": "Large border; not currently used in product.",
135
+ "filePath": "src/core/border-width.json",
136
+ "isSource": true,
137
+ "original": {
138
+ "value": "3px",
139
+ "type": "borderWidth",
140
+ "description": "Large border; not currently used in product."
141
+ },
142
+ "name": "md-border-width-large",
143
+ "attributes": {
144
+ "category": "border-width",
145
+ "type": "large"
146
+ },
147
+ "path": [
148
+ "border-width",
149
+ "large"
150
+ ]
151
+ }
152
+ },
2
153
  "color": {
3
154
  "core": {
4
155
  "white-alpha": {
@@ -6,7 +157,7 @@
6
157
  "value": "rgba(255, 255, 255, 0.11)",
7
158
  "type": "color",
8
159
  "description": "Hex Code: #ffffff\nAlpha: 11%",
9
- "filePath": "src/webex/core.json",
160
+ "filePath": "src/core/color.json",
10
161
  "isSource": true,
11
162
  "original": {
12
163
  "value": "#ffffff1c",
@@ -31,7 +182,7 @@
31
182
  "value": "rgba(255, 255, 255, 0.2)",
32
183
  "type": "color",
33
184
  "description": "Hex Code: #ffffff\nAlpha: 20%",
34
- "filePath": "src/webex/core.json",
185
+ "filePath": "src/core/color.json",
35
186
  "isSource": true,
36
187
  "original": {
37
188
  "value": "#ffffff33",
@@ -56,7 +207,7 @@
56
207
  "value": "rgba(255, 255, 255, 0.3)",
57
208
  "type": "color",
58
209
  "description": "Hex Code: #ffffff\nAlpha: 30%",
59
- "filePath": "src/webex/core.json",
210
+ "filePath": "src/core/color.json",
60
211
  "isSource": true,
61
212
  "original": {
62
213
  "value": "#ffffff4d",
@@ -81,7 +232,7 @@
81
232
  "value": "rgba(255, 255, 255, 0.4)",
82
233
  "type": "color",
83
234
  "description": "Hex Code: #ffffff\nAlpha: 40%",
84
- "filePath": "src/webex/core.json",
235
+ "filePath": "src/core/color.json",
85
236
  "isSource": true,
86
237
  "original": {
87
238
  "value": "#ffffff66",
@@ -106,7 +257,7 @@
106
257
  "value": "rgba(255, 255, 255, 0.5)",
107
258
  "type": "color",
108
259
  "description": "Hex Code: #ffffff\nAlpha: 50%",
109
- "filePath": "src/webex/core.json",
260
+ "filePath": "src/core/color.json",
110
261
  "isSource": true,
111
262
  "original": {
112
263
  "value": "#ffffff80",
@@ -131,7 +282,7 @@
131
282
  "value": "rgba(255, 255, 255, 0.6)",
132
283
  "type": "color",
133
284
  "description": "Hex Code: #ffffff\nAlpha: 60%",
134
- "filePath": "src/webex/core.json",
285
+ "filePath": "src/core/color.json",
135
286
  "isSource": true,
136
287
  "original": {
137
288
  "value": "#ffffff99",
@@ -156,7 +307,7 @@
156
307
  "value": "rgba(255, 255, 255, 0.7)",
157
308
  "type": "color",
158
309
  "description": "Hex Code: #ffffff\nAlpha: 70%",
159
- "filePath": "src/webex/core.json",
310
+ "filePath": "src/core/color.json",
160
311
  "isSource": true,
161
312
  "original": {
162
313
  "value": "#ffffffb3",
@@ -181,7 +332,7 @@
181
332
  "value": "rgba(255, 255, 255, 0.8)",
182
333
  "type": "color",
183
334
  "description": "Hex Code: #ffffff\nAlpha: 80%",
184
- "filePath": "src/webex/core.json",
335
+ "filePath": "src/core/color.json",
185
336
  "isSource": true,
186
337
  "original": {
187
338
  "value": "#ffffffcc",
@@ -206,7 +357,7 @@
206
357
  "value": "rgba(255, 255, 255, 0.9)",
207
358
  "type": "color",
208
359
  "description": "Hex Code: #ffffff\nAlpha: 90%",
209
- "filePath": "src/webex/core.json",
360
+ "filePath": "src/core/color.json",
210
361
  "isSource": true,
211
362
  "original": {
212
363
  "value": "#ffffffe6",
@@ -231,7 +382,7 @@
231
382
  "value": "rgba(255, 255, 255, 0.95)",
232
383
  "type": "color",
233
384
  "description": "Hex Code: #ffffff\nAlpha: 95%",
234
- "filePath": "src/webex/core.json",
385
+ "filePath": "src/core/color.json",
235
386
  "isSource": true,
236
387
  "original": {
237
388
  "value": "#fffffff2",
@@ -256,7 +407,7 @@
256
407
  "value": "#ffffff",
257
408
  "type": "color",
258
409
  "description": "Hex Code: #ffffff\nAlpha: 100%",
259
- "filePath": "src/webex/core.json",
410
+ "filePath": "src/core/color.json",
260
411
  "isSource": true,
261
412
  "original": {
262
413
  "value": "#ffffff",
@@ -281,7 +432,7 @@
281
432
  "value": "rgba(255, 255, 255, 0)",
282
433
  "type": "color",
283
434
  "description": "Hex Code: #ffffff\nAlpha: 0%",
284
- "filePath": "src/webex/core.json",
435
+ "filePath": "src/core/color.json",
285
436
  "isSource": true,
286
437
  "original": {
287
438
  "value": "#ffffff00",
@@ -306,7 +457,7 @@
306
457
  "value": "rgba(255, 255, 255, 0.05)",
307
458
  "type": "color",
308
459
  "description": "Hex Code: #ffffff\nAlpha: 5%",
309
- "filePath": "src/webex/core.json",
460
+ "filePath": "src/core/color.json",
310
461
  "isSource": true,
311
462
  "original": {
312
463
  "value": "#ffffff0d",
@@ -331,7 +482,7 @@
331
482
  "value": "rgba(255, 255, 255, 0.07)",
332
483
  "type": "color",
333
484
  "description": "Hex Code: #ffffff\nAlpha: 7%",
334
- "filePath": "src/webex/core.json",
485
+ "filePath": "src/core/color.json",
335
486
  "isSource": true,
336
487
  "original": {
337
488
  "value": "#ffffff12",
@@ -358,7 +509,7 @@
358
509
  "value": "rgba(0, 0, 0, 0.11)",
359
510
  "type": "color",
360
511
  "description": "Hex Code: #000000\nAlpha: 11%",
361
- "filePath": "src/webex/core.json",
512
+ "filePath": "src/core/color.json",
362
513
  "isSource": true,
363
514
  "original": {
364
515
  "value": "#0000001c",
@@ -383,7 +534,7 @@
383
534
  "value": "rgba(0, 0, 0, 0.2)",
384
535
  "type": "color",
385
536
  "description": "Hex Code: #000000\nAlpha: 20%",
386
- "filePath": "src/webex/core.json",
537
+ "filePath": "src/core/color.json",
387
538
  "isSource": true,
388
539
  "original": {
389
540
  "value": "#00000033",
@@ -408,7 +559,7 @@
408
559
  "value": "rgba(0, 0, 0, 0.3)",
409
560
  "type": "color",
410
561
  "description": "Hex Code: #000000\nAlpha: 30%",
411
- "filePath": "src/webex/core.json",
562
+ "filePath": "src/core/color.json",
412
563
  "isSource": true,
413
564
  "original": {
414
565
  "value": "#0000004d",
@@ -433,7 +584,7 @@
433
584
  "value": "rgba(0, 0, 0, 0.4)",
434
585
  "type": "color",
435
586
  "description": "Hex Code: #000000\nAlpha: 40%",
436
- "filePath": "src/webex/core.json",
587
+ "filePath": "src/core/color.json",
437
588
  "isSource": true,
438
589
  "original": {
439
590
  "value": "#00000066",
@@ -458,7 +609,7 @@
458
609
  "value": "rgba(0, 0, 0, 0.5)",
459
610
  "type": "color",
460
611
  "description": "Hex Code: #000000\nAlpha: 50%",
461
- "filePath": "src/webex/core.json",
612
+ "filePath": "src/core/color.json",
462
613
  "isSource": true,
463
614
  "original": {
464
615
  "value": "#00000080",
@@ -483,7 +634,7 @@
483
634
  "value": "rgba(0, 0, 0, 0.6)",
484
635
  "type": "color",
485
636
  "description": "Hex Code: #000000\nAlpha: 60%",
486
- "filePath": "src/webex/core.json",
637
+ "filePath": "src/core/color.json",
487
638
  "isSource": true,
488
639
  "original": {
489
640
  "value": "#00000099",
@@ -508,7 +659,7 @@
508
659
  "value": "rgba(0, 0, 0, 0.7)",
509
660
  "type": "color",
510
661
  "description": "Hex Code: #000000\nAlpha: 70%",
511
- "filePath": "src/webex/core.json",
662
+ "filePath": "src/core/color.json",
512
663
  "isSource": true,
513
664
  "original": {
514
665
  "value": "#000000b3",
@@ -533,7 +684,7 @@
533
684
  "value": "rgba(0, 0, 0, 0.8)",
534
685
  "type": "color",
535
686
  "description": "Hex Code: #000000\nAlpha: 80%",
536
- "filePath": "src/webex/core.json",
687
+ "filePath": "src/core/color.json",
537
688
  "isSource": true,
538
689
  "original": {
539
690
  "value": "#000000cc",
@@ -558,7 +709,7 @@
558
709
  "value": "rgba(0, 0, 0, 0.9)",
559
710
  "type": "color",
560
711
  "description": "Hex Code: #000000\nAlpha: 90%",
561
- "filePath": "src/webex/core.json",
712
+ "filePath": "src/core/color.json",
562
713
  "isSource": true,
563
714
  "original": {
564
715
  "value": "#000000e6",
@@ -583,7 +734,7 @@
583
734
  "value": "rgba(0, 0, 0, 0.95)",
584
735
  "type": "color",
585
736
  "description": "Hex Code: #000000\nAlpha: 95%",
586
- "filePath": "src/webex/core.json",
737
+ "filePath": "src/core/color.json",
587
738
  "isSource": true,
588
739
  "original": {
589
740
  "value": "#000000f2",
@@ -608,7 +759,7 @@
608
759
  "value": "#000000",
609
760
  "type": "color",
610
761
  "description": "Hex Code: #000000\nAlpha: 100%",
611
- "filePath": "src/webex/core.json",
762
+ "filePath": "src/core/color.json",
612
763
  "isSource": true,
613
764
  "original": {
614
765
  "value": "#000000",
@@ -633,7 +784,7 @@
633
784
  "value": "rgba(0, 0, 0, 0)",
634
785
  "type": "color",
635
786
  "description": "Hex Code: #000000\nAlpha: 0%",
636
- "filePath": "src/webex/core.json",
787
+ "filePath": "src/core/color.json",
637
788
  "isSource": true,
638
789
  "original": {
639
790
  "value": "#00000000",
@@ -658,7 +809,7 @@
658
809
  "value": "rgba(0, 0, 0, 0.04)",
659
810
  "type": "color",
660
811
  "description": "Hex Code: #000000\nAlpha: 4%",
661
- "filePath": "src/webex/core.json",
812
+ "filePath": "src/core/color.json",
662
813
  "isSource": true,
663
814
  "original": {
664
815
  "value": "#0000000a",
@@ -683,7 +834,7 @@
683
834
  "value": "rgba(0, 0, 0, 0.07)",
684
835
  "type": "color",
685
836
  "description": "Hex Code: #000000\nAlpha: 7%",
686
- "filePath": "src/webex/core.json",
837
+ "filePath": "src/core/color.json",
687
838
  "isSource": true,
688
839
  "original": {
689
840
  "value": "#00000012",
@@ -710,7 +861,7 @@
710
861
  "value": "#ededed",
711
862
  "type": "color",
712
863
  "description": "Hex Code: #ededed",
713
- "filePath": "src/webex/core.json",
864
+ "filePath": "src/core/color.json",
714
865
  "isSource": true,
715
866
  "original": {
716
867
  "value": "#ededed",
@@ -735,7 +886,7 @@
735
886
  "value": "#dedede",
736
887
  "type": "color",
737
888
  "description": "Hex Code: #dedede",
738
- "filePath": "src/webex/core.json",
889
+ "filePath": "src/core/color.json",
739
890
  "isSource": true,
740
891
  "original": {
741
892
  "value": "#dedede",
@@ -760,7 +911,7 @@
760
911
  "value": "#c9c9c9",
761
912
  "type": "color",
762
913
  "description": "Hex Code: #c9c9c9",
763
- "filePath": "src/webex/core.json",
914
+ "filePath": "src/core/color.json",
764
915
  "isSource": true,
765
916
  "original": {
766
917
  "value": "#c9c9c9",
@@ -785,7 +936,7 @@
785
936
  "value": "#adadad",
786
937
  "type": "color",
787
938
  "description": "Hex Code: #adadad",
788
- "filePath": "src/webex/core.json",
939
+ "filePath": "src/core/color.json",
789
940
  "isSource": true,
790
941
  "original": {
791
942
  "value": "#adadad",
@@ -810,7 +961,7 @@
810
961
  "value": "#8f8f8f",
811
962
  "type": "color",
812
963
  "description": "Hex Code: #8f8f8f",
813
- "filePath": "src/webex/core.json",
964
+ "filePath": "src/core/color.json",
814
965
  "isSource": true,
815
966
  "original": {
816
967
  "value": "#8f8f8f",
@@ -835,7 +986,7 @@
835
986
  "value": "#707070",
836
987
  "type": "color",
837
988
  "description": "Hex Code: #707070",
838
- "filePath": "src/webex/core.json",
989
+ "filePath": "src/core/color.json",
839
990
  "isSource": true,
840
991
  "original": {
841
992
  "value": "#707070",
@@ -860,7 +1011,7 @@
860
1011
  "value": "#545454",
861
1012
  "type": "color",
862
1013
  "description": "Hex Code: #545454",
863
- "filePath": "src/webex/core.json",
1014
+ "filePath": "src/core/color.json",
864
1015
  "isSource": true,
865
1016
  "original": {
866
1017
  "value": "#545454",
@@ -885,7 +1036,7 @@
885
1036
  "value": "#3b3b3b",
886
1037
  "type": "color",
887
1038
  "description": "Hex Code: #3b3b3b",
888
- "filePath": "src/webex/core.json",
1039
+ "filePath": "src/core/color.json",
889
1040
  "isSource": true,
890
1041
  "original": {
891
1042
  "value": "#3b3b3b",
@@ -910,7 +1061,7 @@
910
1061
  "value": "#262626",
911
1062
  "type": "color",
912
1063
  "description": "Hex Code: #262626",
913
- "filePath": "src/webex/core.json",
1064
+ "filePath": "src/core/color.json",
914
1065
  "isSource": true,
915
1066
  "original": {
916
1067
  "value": "#262626",
@@ -935,7 +1086,7 @@
935
1086
  "value": "#1a1a1a",
936
1087
  "type": "color",
937
1088
  "description": "Hex Code: #1a1a1a",
938
- "filePath": "src/webex/core.json",
1089
+ "filePath": "src/core/color.json",
939
1090
  "isSource": true,
940
1091
  "original": {
941
1092
  "value": "#1a1a1a",
@@ -960,7 +1111,7 @@
960
1111
  "value": "#0f0f0f",
961
1112
  "type": "color",
962
1113
  "description": "Hex Code: #0f0f0f",
963
- "filePath": "src/webex/core.json",
1114
+ "filePath": "src/core/color.json",
964
1115
  "isSource": true,
965
1116
  "original": {
966
1117
  "value": "#0f0f0f",
@@ -985,7 +1136,7 @@
985
1136
  "value": "#f7f7f7",
986
1137
  "type": "color",
987
1138
  "description": "Hex Code: #f7f7f7",
988
- "filePath": "src/webex/core.json",
1139
+ "filePath": "src/core/color.json",
989
1140
  "isSource": true,
990
1141
  "original": {
991
1142
  "value": "#f7f7f7",
@@ -1012,7 +1163,7 @@
1012
1163
  "value": "#dbf0ff",
1013
1164
  "type": "color",
1014
1165
  "description": "Hex Code: #dbf0ff",
1015
- "filePath": "src/webex/core.json",
1166
+ "filePath": "src/core/color.json",
1016
1167
  "isSource": true,
1017
1168
  "original": {
1018
1169
  "value": "#dbf0ff",
@@ -1037,7 +1188,7 @@
1037
1188
  "value": "#bfe3ff",
1038
1189
  "type": "color",
1039
1190
  "description": "Hex Code: #dfe3ff",
1040
- "filePath": "src/webex/core.json",
1191
+ "filePath": "src/core/color.json",
1041
1192
  "isSource": true,
1042
1193
  "original": {
1043
1194
  "value": "#bfe3ff",
@@ -1062,7 +1213,7 @@
1062
1213
  "value": "#96d0ff",
1063
1214
  "type": "color",
1064
1215
  "description": "Hex Code: #96d0ff",
1065
- "filePath": "src/webex/core.json",
1216
+ "filePath": "src/core/color.json",
1066
1217
  "isSource": true,
1067
1218
  "original": {
1068
1219
  "value": "#96d0ff",
@@ -1087,7 +1238,7 @@
1087
1238
  "value": "#64b4fa",
1088
1239
  "type": "color",
1089
1240
  "description": "Hex Code: #64b4fa",
1090
- "filePath": "src/webex/core.json",
1241
+ "filePath": "src/core/color.json",
1091
1242
  "isSource": true,
1092
1243
  "original": {
1093
1244
  "value": "#64b4fa",
@@ -1112,7 +1263,7 @@
1112
1263
  "value": "#3492eb",
1113
1264
  "type": "color",
1114
1265
  "description": "Hex Code: #3492eb",
1115
- "filePath": "src/webex/core.json",
1266
+ "filePath": "src/core/color.json",
1116
1267
  "isSource": true,
1117
1268
  "original": {
1118
1269
  "value": "#3492eb",
@@ -1137,7 +1288,7 @@
1137
1288
  "value": "#1170cf",
1138
1289
  "type": "color",
1139
1290
  "description": "Hex Code: #1170cf",
1140
- "filePath": "src/webex/core.json",
1291
+ "filePath": "src/core/color.json",
1141
1292
  "isSource": true,
1142
1293
  "original": {
1143
1294
  "value": "#1170cf",
@@ -1162,7 +1313,7 @@
1162
1313
  "value": "#0353a8",
1163
1314
  "type": "color",
1164
1315
  "description": "Hex Code: #0353a8",
1165
- "filePath": "src/webex/core.json",
1316
+ "filePath": "src/core/color.json",
1166
1317
  "isSource": true,
1167
1318
  "original": {
1168
1319
  "value": "#0353a8",
@@ -1187,7 +1338,7 @@
1187
1338
  "value": "#063a75",
1188
1339
  "type": "color",
1189
1340
  "description": "Hex Code: #063a75",
1190
- "filePath": "src/webex/core.json",
1341
+ "filePath": "src/core/color.json",
1191
1342
  "isSource": true,
1192
1343
  "original": {
1193
1344
  "value": "#063a75",
@@ -1212,7 +1363,7 @@
1212
1363
  "value": "#0a274a",
1213
1364
  "type": "color",
1214
1365
  "description": "Hex Code: #0a274a",
1215
- "filePath": "src/webex/core.json",
1366
+ "filePath": "src/core/color.json",
1216
1367
  "isSource": true,
1217
1368
  "original": {
1218
1369
  "value": "#0a274a",
@@ -1237,7 +1388,7 @@
1237
1388
  "value": "#091a30",
1238
1389
  "type": "color",
1239
1390
  "description": "Hex Code: #091a30",
1240
- "filePath": "src/webex/core.json",
1391
+ "filePath": "src/core/color.json",
1241
1392
  "isSource": true,
1242
1393
  "original": {
1243
1394
  "value": "#091a30",
@@ -1262,7 +1413,7 @@
1262
1413
  "value": "#07101c",
1263
1414
  "type": "color",
1264
1415
  "description": "Hex Code: #07101c",
1265
- "filePath": "src/webex/core.json",
1416
+ "filePath": "src/core/color.json",
1266
1417
  "isSource": true,
1267
1418
  "original": {
1268
1419
  "value": "#07101c",
@@ -1287,7 +1438,7 @@
1287
1438
  "value": "#edf8ff",
1288
1439
  "type": "color",
1289
1440
  "description": "Hex Code: #edf8ff",
1290
- "filePath": "src/webex/core.json",
1441
+ "filePath": "src/core/color.json",
1291
1442
  "isSource": true,
1292
1443
  "original": {
1293
1444
  "value": "#edf8ff",
@@ -1314,7 +1465,7 @@
1314
1465
  "value": "#cef5eb",
1315
1466
  "type": "color",
1316
1467
  "description": "Hex Code: #cef5eb",
1317
- "filePath": "src/webex/core.json",
1468
+ "filePath": "src/core/color.json",
1318
1469
  "isSource": true,
1319
1470
  "original": {
1320
1471
  "value": "#cef5eb",
@@ -1339,7 +1490,7 @@
1339
1490
  "value": "#9fedd8",
1340
1491
  "type": "color",
1341
1492
  "description": "Hex Code: #9fedd8",
1342
- "filePath": "src/webex/core.json",
1493
+ "filePath": "src/core/color.json",
1343
1494
  "isSource": true,
1344
1495
  "original": {
1345
1496
  "value": "#9fedd8",
@@ -1364,7 +1515,7 @@
1364
1515
  "value": "#68debd",
1365
1516
  "type": "color",
1366
1517
  "description": "Hex Code: #68debd",
1367
- "filePath": "src/webex/core.json",
1518
+ "filePath": "src/core/color.json",
1368
1519
  "isSource": true,
1369
1520
  "original": {
1370
1521
  "value": "#68debd",
@@ -1389,7 +1540,7 @@
1389
1540
  "value": "#3cc29a",
1390
1541
  "type": "color",
1391
1542
  "description": "Hex Code: #3cc29a",
1392
- "filePath": "src/webex/core.json",
1543
+ "filePath": "src/core/color.json",
1393
1544
  "isSource": true,
1394
1545
  "original": {
1395
1546
  "value": "#3cc29a",
@@ -1414,7 +1565,7 @@
1414
1565
  "value": "#27a17a",
1415
1566
  "type": "color",
1416
1567
  "description": "Hex Code: #27a17a",
1417
- "filePath": "src/webex/core.json",
1568
+ "filePath": "src/core/color.json",
1418
1569
  "isSource": true,
1419
1570
  "original": {
1420
1571
  "value": "#27a17a",
@@ -1439,7 +1590,7 @@
1439
1590
  "value": "#1d805f",
1440
1591
  "type": "color",
1441
1592
  "description": "Hex Code: #1d805f",
1442
- "filePath": "src/webex/core.json",
1593
+ "filePath": "src/core/color.json",
1443
1594
  "isSource": true,
1444
1595
  "original": {
1445
1596
  "value": "#1d805f",
@@ -1464,7 +1615,7 @@
1464
1615
  "value": "#185e46",
1465
1616
  "type": "color",
1466
1617
  "description": "Hex Code: #185e46",
1467
- "filePath": "src/webex/core.json",
1618
+ "filePath": "src/core/color.json",
1468
1619
  "isSource": true,
1469
1620
  "original": {
1470
1621
  "value": "#185e46",
@@ -1489,7 +1640,7 @@
1489
1640
  "value": "#134231",
1490
1641
  "type": "color",
1491
1642
  "description": "Hex Code: #134231",
1492
- "filePath": "src/webex/core.json",
1643
+ "filePath": "src/core/color.json",
1493
1644
  "isSource": true,
1494
1645
  "original": {
1495
1646
  "value": "#134231",
@@ -1514,7 +1665,7 @@
1514
1665
  "value": "#0e2b20",
1515
1666
  "type": "color",
1516
1667
  "description": "Hex Code: #0e2b20",
1517
- "filePath": "src/webex/core.json",
1668
+ "filePath": "src/core/color.json",
1518
1669
  "isSource": true,
1519
1670
  "original": {
1520
1671
  "value": "#0e2b20",
@@ -1539,7 +1690,7 @@
1539
1690
  "value": "#0a1c15",
1540
1691
  "type": "color",
1541
1692
  "description": "Hex Code: #0a1c15",
1542
- "filePath": "src/webex/core.json",
1693
+ "filePath": "src/core/color.json",
1543
1694
  "isSource": true,
1544
1695
  "original": {
1545
1696
  "value": "#0a1c15",
@@ -1564,7 +1715,7 @@
1564
1715
  "value": "#07120d",
1565
1716
  "type": "color",
1566
1717
  "description": "Hex Code: #07120d",
1567
- "filePath": "src/webex/core.json",
1718
+ "filePath": "src/core/color.json",
1568
1719
  "isSource": true,
1569
1720
  "original": {
1570
1721
  "value": "#07120d",
@@ -1588,7 +1739,7 @@
1588
1739
  "105": {
1589
1740
  "value": "#4e6961",
1590
1741
  "type": "color",
1591
- "filePath": "src/webex/core.json",
1742
+ "filePath": "src/core/color.json",
1592
1743
  "isSource": true,
1593
1744
  "original": {
1594
1745
  "value": "#4e6961",
@@ -1612,7 +1763,7 @@
1612
1763
  "value": "#edf7f5",
1613
1764
  "type": "color",
1614
1765
  "description": "Hex Code: #edf7f5",
1615
- "filePath": "src/webex/core.json",
1766
+ "filePath": "src/core/color.json",
1616
1767
  "isSource": true,
1617
1768
  "original": {
1618
1769
  "value": "#edf7f5",
@@ -1639,7 +1790,7 @@
1639
1790
  "value": "#ffe8ea",
1640
1791
  "type": "color",
1641
1792
  "description": "Hex Code: #ffe8ea",
1642
- "filePath": "src/webex/core.json",
1793
+ "filePath": "src/core/color.json",
1643
1794
  "isSource": true,
1644
1795
  "original": {
1645
1796
  "value": "#ffe8ea",
@@ -1664,7 +1815,7 @@
1664
1815
  "value": "#ffd4da",
1665
1816
  "type": "color",
1666
1817
  "description": "Hex Code: #ffd4da",
1667
- "filePath": "src/webex/core.json",
1818
+ "filePath": "src/core/color.json",
1668
1819
  "isSource": true,
1669
1820
  "original": {
1670
1821
  "value": "#ffd4da",
@@ -1689,7 +1840,7 @@
1689
1840
  "value": "#ffb8c1",
1690
1841
  "type": "color",
1691
1842
  "description": "Hex Code: #ffb8c1",
1692
- "filePath": "src/webex/core.json",
1843
+ "filePath": "src/core/color.json",
1693
1844
  "isSource": true,
1694
1845
  "original": {
1695
1846
  "value": "#ffb8c1",
@@ -1714,7 +1865,7 @@
1714
1865
  "value": "#fc8b98",
1715
1866
  "type": "color",
1716
1867
  "description": "Hex Code: #fc8b98",
1717
- "filePath": "src/webex/core.json",
1868
+ "filePath": "src/core/color.json",
1718
1869
  "isSource": true,
1719
1870
  "original": {
1720
1871
  "value": "#fc8b98",
@@ -1739,7 +1890,7 @@
1739
1890
  "value": "#f55868",
1740
1891
  "type": "color",
1741
1892
  "description": "Hex Code: #f55868",
1742
- "filePath": "src/webex/core.json",
1893
+ "filePath": "src/core/color.json",
1743
1894
  "isSource": true,
1744
1895
  "original": {
1745
1896
  "value": "#f55868",
@@ -1764,7 +1915,7 @@
1764
1915
  "value": "#db1f2e",
1765
1916
  "type": "color",
1766
1917
  "description": "Hex Code: #db1f2e",
1767
- "filePath": "src/webex/core.json",
1918
+ "filePath": "src/core/color.json",
1768
1919
  "isSource": true,
1769
1920
  "original": {
1770
1921
  "value": "#db1f2e",
@@ -1789,7 +1940,7 @@
1789
1940
  "value": "#ab0a15",
1790
1941
  "type": "color",
1791
1942
  "description": "Hex Code: #ab0a15",
1792
- "filePath": "src/webex/core.json",
1943
+ "filePath": "src/core/color.json",
1793
1944
  "isSource": true,
1794
1945
  "original": {
1795
1946
  "value": "#ab0a15",
@@ -1814,7 +1965,7 @@
1814
1965
  "value": "#780d13",
1815
1966
  "type": "color",
1816
1967
  "description": "Hex Code: #780d13",
1817
- "filePath": "src/webex/core.json",
1968
+ "filePath": "src/core/color.json",
1818
1969
  "isSource": true,
1819
1970
  "original": {
1820
1971
  "value": "#780d13",
@@ -1839,7 +1990,7 @@
1839
1990
  "value": "#4f0e10",
1840
1991
  "type": "color",
1841
1992
  "description": "Hex Code: #4f0e10",
1842
- "filePath": "src/webex/core.json",
1993
+ "filePath": "src/core/color.json",
1843
1994
  "isSource": true,
1844
1995
  "original": {
1845
1996
  "value": "#4f0e10",
@@ -1864,7 +2015,7 @@
1864
2015
  "value": "#330d0e",
1865
2016
  "type": "color",
1866
2017
  "description": "Hex Code: #330d0e",
1867
- "filePath": "src/webex/core.json",
2018
+ "filePath": "src/core/color.json",
1868
2019
  "isSource": true,
1869
2020
  "original": {
1870
2021
  "value": "#330d0e",
@@ -1889,7 +2040,7 @@
1889
2040
  "value": "#1f0a0a",
1890
2041
  "type": "color",
1891
2042
  "description": "Hex Code: #1f0a0a",
1892
- "filePath": "src/webex/core.json",
2043
+ "filePath": "src/core/color.json",
1893
2044
  "isSource": true,
1894
2045
  "original": {
1895
2046
  "value": "#1f0a0a",
@@ -1914,7 +2065,7 @@
1914
2065
  "value": "#fff5f6",
1915
2066
  "type": "color",
1916
2067
  "description": "Hex Code: #fff5f6",
1917
- "filePath": "src/webex/core.json",
2068
+ "filePath": "src/core/color.json",
1918
2069
  "isSource": true,
1919
2070
  "original": {
1920
2071
  "value": "#fff5f6",
@@ -1941,7 +2092,7 @@
1941
2092
  "value": "#ffebc2",
1942
2093
  "type": "color",
1943
2094
  "description": "Hex Code: #ffebc2",
1944
- "filePath": "src/webex/core.json",
2095
+ "filePath": "src/core/color.json",
1945
2096
  "isSource": true,
1946
2097
  "original": {
1947
2098
  "value": "#ffebc2",
@@ -1966,7 +2117,7 @@
1966
2117
  "value": "#ffda94",
1967
2118
  "type": "color",
1968
2119
  "description": "Hex Code: #ffda94",
1969
- "filePath": "src/webex/core.json",
2120
+ "filePath": "src/core/color.json",
1970
2121
  "isSource": true,
1971
2122
  "original": {
1972
2123
  "value": "#ffda94",
@@ -1991,7 +2142,7 @@
1991
2142
  "value": "#ffbe4f",
1992
2143
  "type": "color",
1993
2144
  "description": "Hex Code: #ffbe4f",
1994
- "filePath": "src/webex/core.json",
2145
+ "filePath": "src/core/color.json",
1995
2146
  "isSource": true,
1996
2147
  "original": {
1997
2148
  "value": "#ffbe4f",
@@ -2016,7 +2167,7 @@
2016
2167
  "value": "#f2990a",
2017
2168
  "type": "color",
2018
2169
  "description": "Hex Code: #f2990a",
2019
- "filePath": "src/webex/core.json",
2170
+ "filePath": "src/core/color.json",
2020
2171
  "isSource": true,
2021
2172
  "original": {
2022
2173
  "value": "#f2990a",
@@ -2041,7 +2192,7 @@
2041
2192
  "value": "#cf7900",
2042
2193
  "type": "color",
2043
2194
  "description": "Hex Code: #cf7900",
2044
- "filePath": "src/webex/core.json",
2195
+ "filePath": "src/core/color.json",
2045
2196
  "isSource": true,
2046
2197
  "original": {
2047
2198
  "value": "#cf7900",
@@ -2066,7 +2217,7 @@
2066
2217
  "value": "#a65e00",
2067
2218
  "type": "color",
2068
2219
  "description": "Hex Code: #a65e00",
2069
- "filePath": "src/webex/core.json",
2220
+ "filePath": "src/core/color.json",
2070
2221
  "isSource": true,
2071
2222
  "original": {
2072
2223
  "value": "#a65e00",
@@ -2091,7 +2242,7 @@
2091
2242
  "value": "#7d4705",
2092
2243
  "type": "color",
2093
2244
  "description": "Hex Code: #7d4705",
2094
- "filePath": "src/webex/core.json",
2245
+ "filePath": "src/core/color.json",
2095
2246
  "isSource": true,
2096
2247
  "original": {
2097
2248
  "value": "#7d4705",
@@ -2116,7 +2267,7 @@
2116
2267
  "value": "#57330a",
2117
2268
  "type": "color",
2118
2269
  "description": "Hex Code: #57330a",
2119
- "filePath": "src/webex/core.json",
2270
+ "filePath": "src/core/color.json",
2120
2271
  "isSource": true,
2121
2272
  "original": {
2122
2273
  "value": "#57330a",
@@ -2141,7 +2292,7 @@
2141
2292
  "value": "#36220c",
2142
2293
  "type": "color",
2143
2294
  "description": "Hex Code: #36220c",
2144
- "filePath": "src/webex/core.json",
2295
+ "filePath": "src/core/color.json",
2145
2296
  "isSource": true,
2146
2297
  "original": {
2147
2298
  "value": "#36220c",
@@ -2166,7 +2317,7 @@
2166
2317
  "value": "#24180b",
2167
2318
  "type": "color",
2168
2319
  "description": "Hex Code: #24180b",
2169
- "filePath": "src/webex/core.json",
2320
+ "filePath": "src/core/color.json",
2170
2321
  "isSource": true,
2171
2322
  "original": {
2172
2323
  "value": "#24180b",
@@ -2191,7 +2342,7 @@
2191
2342
  "value": "#140e08",
2192
2343
  "type": "color",
2193
2344
  "description": "Hex Code: #140e08",
2194
- "filePath": "src/webex/core.json",
2345
+ "filePath": "src/core/color.json",
2195
2346
  "isSource": true,
2196
2347
  "original": {
2197
2348
  "value": "#140e08",
@@ -2216,7 +2367,7 @@
2216
2367
  "value": "#fff6e3",
2217
2368
  "type": "color",
2218
2369
  "description": "Hex Code: #fff6e3",
2219
- "filePath": "src/webex/core.json",
2370
+ "filePath": "src/core/color.json",
2220
2371
  "isSource": true,
2221
2372
  "original": {
2222
2373
  "value": "#fff6e3",
@@ -2245,7 +2396,7 @@
2245
2396
  "value": "#faf4eb",
2246
2397
  "type": "color",
2247
2398
  "description": "HEX Code: #FAF4EB",
2248
- "filePath": "src/webex/core.json",
2399
+ "filePath": "src/core/color.json",
2249
2400
  "isSource": true,
2250
2401
  "original": {
2251
2402
  "value": "#faf4eb",
@@ -2270,7 +2421,7 @@
2270
2421
  "value": "#fce4c7",
2271
2422
  "type": "color",
2272
2423
  "description": "HEX Code: #FCE4C7",
2273
- "filePath": "src/webex/core.json",
2424
+ "filePath": "src/core/color.json",
2274
2425
  "isSource": true,
2275
2426
  "original": {
2276
2427
  "value": "#fce4c7",
@@ -2295,7 +2446,7 @@
2295
2446
  "value": "#ffca99",
2296
2447
  "type": "color",
2297
2448
  "description": "HEX Code: #FFCA99",
2298
- "filePath": "src/webex/core.json",
2449
+ "filePath": "src/core/color.json",
2299
2450
  "isSource": true,
2300
2451
  "original": {
2301
2452
  "value": "#ffca99",
@@ -2320,7 +2471,7 @@
2320
2471
  "value": "#ff9d52",
2321
2472
  "type": "color",
2322
2473
  "description": "HEX Code: #FF9D52",
2323
- "filePath": "src/webex/core.json",
2474
+ "filePath": "src/core/color.json",
2324
2475
  "isSource": true,
2325
2476
  "original": {
2326
2477
  "value": "#ff9d52",
@@ -2345,7 +2496,7 @@
2345
2496
  "value": "#f26b1d",
2346
2497
  "type": "color",
2347
2498
  "description": "HEX Code: #F26B1D",
2348
- "filePath": "src/webex/core.json",
2499
+ "filePath": "src/core/color.json",
2349
2500
  "isSource": true,
2350
2501
  "original": {
2351
2502
  "value": "#f26b1d",
@@ -2370,7 +2521,7 @@
2370
2521
  "value": "#c74f0e",
2371
2522
  "type": "color",
2372
2523
  "description": "HEX Code: #C74F0E",
2373
- "filePath": "src/webex/core.json",
2524
+ "filePath": "src/core/color.json",
2374
2525
  "isSource": true,
2375
2526
  "original": {
2376
2527
  "value": "#c74f0e",
@@ -2395,7 +2546,7 @@
2395
2546
  "value": "#914017",
2396
2547
  "type": "color",
2397
2548
  "description": "HEX Code: #914017",
2398
- "filePath": "src/webex/core.json",
2549
+ "filePath": "src/core/color.json",
2399
2550
  "isSource": true,
2400
2551
  "original": {
2401
2552
  "value": "#914017",
@@ -2420,7 +2571,7 @@
2420
2571
  "value": "#59311e",
2421
2572
  "type": "color",
2422
2573
  "description": "HEX Code: #59311E",
2423
- "filePath": "src/webex/core.json",
2574
+ "filePath": "src/core/color.json",
2424
2575
  "isSource": true,
2425
2576
  "original": {
2426
2577
  "value": "#59311e",
@@ -2445,7 +2596,7 @@
2445
2596
  "value": "#33221b",
2446
2597
  "type": "color",
2447
2598
  "description": "HEX Code: #33221B",
2448
- "filePath": "src/webex/core.json",
2599
+ "filePath": "src/core/color.json",
2449
2600
  "isSource": true,
2450
2601
  "original": {
2451
2602
  "value": "#33221b",
@@ -2470,7 +2621,7 @@
2470
2621
  "value": "#211916",
2471
2622
  "type": "color",
2472
2623
  "description": "HEX Code: #3211916",
2473
- "filePath": "src/webex/core.json",
2624
+ "filePath": "src/core/color.json",
2474
2625
  "isSource": true,
2475
2626
  "original": {
2476
2627
  "value": "#211916",
@@ -2497,7 +2648,7 @@
2497
2648
  "value": "#f7f6dc",
2498
2649
  "type": "color",
2499
2650
  "description": "HEX Code: #F7F6DC",
2500
- "filePath": "src/webex/core.json",
2651
+ "filePath": "src/core/color.json",
2501
2652
  "isSource": true,
2502
2653
  "original": {
2503
2654
  "value": "#f7f6dc",
@@ -2522,7 +2673,7 @@
2522
2673
  "value": "#f5eaa2",
2523
2674
  "type": "color",
2524
2675
  "description": "HEX Code: #F5EAA2",
2525
- "filePath": "src/webex/core.json",
2676
+ "filePath": "src/core/color.json",
2526
2677
  "isSource": true,
2527
2678
  "original": {
2528
2679
  "value": "#f5eaa2",
@@ -2547,7 +2698,7 @@
2547
2698
  "value": "#ebd460",
2548
2699
  "type": "color",
2549
2700
  "description": "HEX Code: #EBD460",
2550
- "filePath": "src/webex/core.json",
2701
+ "filePath": "src/core/color.json",
2551
2702
  "isSource": true,
2552
2703
  "original": {
2553
2704
  "value": "#ebd460",
@@ -2572,7 +2723,7 @@
2572
2723
  "value": "#d6b220",
2573
2724
  "type": "color",
2574
2725
  "description": "HEX Code: #D6B220",
2575
- "filePath": "src/webex/core.json",
2726
+ "filePath": "src/core/color.json",
2576
2727
  "isSource": true,
2577
2728
  "original": {
2578
2729
  "value": "#d6b220",
@@ -2597,7 +2748,7 @@
2597
2748
  "value": "#ba8c00",
2598
2749
  "type": "color",
2599
2750
  "description": "HEX Code: #BA8C00",
2600
- "filePath": "src/webex/core.json",
2751
+ "filePath": "src/core/color.json",
2601
2752
  "isSource": true,
2602
2753
  "original": {
2603
2754
  "value": "#ba8c00",
@@ -2622,7 +2773,7 @@
2622
2773
  "value": "#996e00",
2623
2774
  "type": "color",
2624
2775
  "description": "HEX Code: #996E00",
2625
- "filePath": "src/webex/core.json",
2776
+ "filePath": "src/core/color.json",
2626
2777
  "isSource": true,
2627
2778
  "original": {
2628
2779
  "value": "#996e00",
@@ -2647,7 +2798,7 @@
2647
2798
  "value": "#735107",
2648
2799
  "type": "color",
2649
2800
  "description": "HEX Code: #735107",
2650
- "filePath": "src/webex/core.json",
2801
+ "filePath": "src/core/color.json",
2651
2802
  "isSource": true,
2652
2803
  "original": {
2653
2804
  "value": "#735107",
@@ -2672,7 +2823,7 @@
2672
2823
  "value": "#4d370c",
2673
2824
  "type": "color",
2674
2825
  "description": "HEX Code: #4D370C",
2675
- "filePath": "src/webex/core.json",
2826
+ "filePath": "src/core/color.json",
2676
2827
  "isSource": true,
2677
2828
  "original": {
2678
2829
  "value": "#4d370c",
@@ -2697,7 +2848,7 @@
2697
2848
  "value": "#30240d",
2698
2849
  "type": "color",
2699
2850
  "description": "HEX Code:#30240D",
2700
- "filePath": "src/webex/core.json",
2851
+ "filePath": "src/core/color.json",
2701
2852
  "isSource": true,
2702
2853
  "original": {
2703
2854
  "value": "#30240d",
@@ -2722,7 +2873,7 @@
2722
2873
  "value": "#21190b",
2723
2874
  "type": "color",
2724
2875
  "description": "HEX Code:#21190B",
2725
- "filePath": "src/webex/core.json",
2876
+ "filePath": "src/core/color.json",
2726
2877
  "isSource": true,
2727
2878
  "original": {
2728
2879
  "value": "#21190b",
@@ -2749,7 +2900,7 @@
2749
2900
  "value": "#f3f5e4",
2750
2901
  "type": "color",
2751
2902
  "description": "HEX Code: #F3F5E4",
2752
- "filePath": "src/webex/core.json",
2903
+ "filePath": "src/core/color.json",
2753
2904
  "isSource": true,
2754
2905
  "original": {
2755
2906
  "value": "#f3f5e4",
@@ -2774,7 +2925,7 @@
2774
2925
  "value": "#e7edb7",
2775
2926
  "type": "color",
2776
2927
  "description": "HEX Code: #E7ED87",
2777
- "filePath": "src/webex/core.json",
2928
+ "filePath": "src/core/color.json",
2778
2929
  "isSource": true,
2779
2930
  "original": {
2780
2931
  "value": "#e7edb7",
@@ -2799,7 +2950,7 @@
2799
2950
  "value": "#d3db7b",
2800
2951
  "type": "color",
2801
2952
  "description": "HEX Code: #D3DB7B",
2802
- "filePath": "src/webex/core.json",
2953
+ "filePath": "src/core/color.json",
2803
2954
  "isSource": true,
2804
2955
  "original": {
2805
2956
  "value": "#d3db7b",
@@ -2824,7 +2975,7 @@
2824
2975
  "value": "#b4ba43",
2825
2976
  "type": "color",
2826
2977
  "description": "HEX Code: #B4BA43",
2827
- "filePath": "src/webex/core.json",
2978
+ "filePath": "src/core/color.json",
2828
2979
  "isSource": true,
2829
2980
  "original": {
2830
2981
  "value": "#b4ba43",
@@ -2849,7 +3000,7 @@
2849
3000
  "value": "#999923",
2850
3001
  "type": "color",
2851
3002
  "description": "HEX Code: #999923",
2852
- "filePath": "src/webex/core.json",
3003
+ "filePath": "src/core/color.json",
2853
3004
  "isSource": true,
2854
3005
  "original": {
2855
3006
  "value": "#999923",
@@ -2874,7 +3025,7 @@
2874
3025
  "value": "#7d7a18",
2875
3026
  "type": "color",
2876
3027
  "description": "HEX Code: #7D7A18",
2877
- "filePath": "src/webex/core.json",
3028
+ "filePath": "src/core/color.json",
2878
3029
  "isSource": true,
2879
3030
  "original": {
2880
3031
  "value": "#7d7a18",
@@ -2899,7 +3050,7 @@
2899
3050
  "value": "#5c5813",
2900
3051
  "type": "color",
2901
3052
  "description": "HEX Code: #5C5813",
2902
- "filePath": "src/webex/core.json",
3053
+ "filePath": "src/core/color.json",
2903
3054
  "isSource": true,
2904
3055
  "original": {
2905
3056
  "value": "#5c5813",
@@ -2924,7 +3075,7 @@
2924
3075
  "value": "#403d11",
2925
3076
  "type": "color",
2926
3077
  "description": "HEX Code: #403D11",
2927
- "filePath": "src/webex/core.json",
3078
+ "filePath": "src/core/color.json",
2928
3079
  "isSource": true,
2929
3080
  "original": {
2930
3081
  "value": "#403d11",
@@ -2949,7 +3100,7 @@
2949
3100
  "value": "#29260d",
2950
3101
  "type": "color",
2951
3102
  "description": "HEX Code: #29260D",
2952
- "filePath": "src/webex/core.json",
3103
+ "filePath": "src/core/color.json",
2953
3104
  "isSource": true,
2954
3105
  "original": {
2955
3106
  "value": "#29260d",
@@ -2974,7 +3125,7 @@
2974
3125
  "value": "#1c1a0a",
2975
3126
  "type": "color",
2976
3127
  "description": "HEX Code: #1C1A0A",
2977
- "filePath": "src/webex/core.json",
3128
+ "filePath": "src/core/color.json",
2978
3129
  "isSource": true,
2979
3130
  "original": {
2980
3131
  "value": "#1c1a0a",
@@ -3001,7 +3152,7 @@
3001
3152
  "value": "#f3f7e9",
3002
3153
  "type": "color",
3003
3154
  "description": "HEX Code: #F3F7E9",
3004
- "filePath": "src/webex/core.json",
3155
+ "filePath": "src/core/color.json",
3005
3156
  "isSource": true,
3006
3157
  "original": {
3007
3158
  "value": "#f3f7e9",
@@ -3026,7 +3177,7 @@
3026
3177
  "value": "#ddf2ae",
3027
3178
  "type": "color",
3028
3179
  "description": "HEX Code: #DDF2AE",
3029
- "filePath": "src/webex/core.json",
3180
+ "filePath": "src/core/color.json",
3030
3181
  "isSource": true,
3031
3182
  "original": {
3032
3183
  "value": "#ddf2ae",
@@ -3051,7 +3202,7 @@
3051
3202
  "value": "#bce36f",
3052
3203
  "type": "color",
3053
3204
  "description": "HEX Code: #BCE46F",
3054
- "filePath": "src/webex/core.json",
3205
+ "filePath": "src/core/color.json",
3055
3206
  "isSource": true,
3056
3207
  "original": {
3057
3208
  "value": "#bce36f",
@@ -3076,7 +3227,7 @@
3076
3227
  "value": "#93c437",
3077
3228
  "type": "color",
3078
3229
  "description": "HEX Code: #93C437",
3079
- "filePath": "src/webex/core.json",
3230
+ "filePath": "src/core/color.json",
3080
3231
  "isSource": true,
3081
3232
  "original": {
3082
3233
  "value": "#93c437",
@@ -3101,7 +3252,7 @@
3101
3252
  "value": "#73a321",
3102
3253
  "type": "color",
3103
3254
  "description": "HEX Code: #73A321",
3104
- "filePath": "src/webex/core.json",
3255
+ "filePath": "src/core/color.json",
3105
3256
  "isSource": true,
3106
3257
  "original": {
3107
3258
  "value": "#73a321",
@@ -3126,7 +3277,7 @@
3126
3277
  "value": "#588219",
3127
3278
  "type": "color",
3128
3279
  "description": "HEX Code: #588219",
3129
- "filePath": "src/webex/core.json",
3280
+ "filePath": "src/core/color.json",
3130
3281
  "isSource": true,
3131
3282
  "original": {
3132
3283
  "value": "#588219",
@@ -3151,7 +3302,7 @@
3151
3302
  "value": "#416116",
3152
3303
  "type": "color",
3153
3304
  "description": "HEX Code: #416116",
3154
- "filePath": "src/webex/core.json",
3305
+ "filePath": "src/core/color.json",
3155
3306
  "isSource": true,
3156
3307
  "original": {
3157
3308
  "value": "#416116",
@@ -3176,7 +3327,7 @@
3176
3327
  "value": "#2d4214",
3177
3328
  "type": "color",
3178
3329
  "description": "HEX Code: #2D4214",
3179
- "filePath": "src/webex/core.json",
3330
+ "filePath": "src/core/color.json",
3180
3331
  "isSource": true,
3181
3332
  "original": {
3182
3333
  "value": "#2d4214",
@@ -3201,7 +3352,7 @@
3201
3352
  "value": "#1e2b10",
3202
3353
  "type": "color",
3203
3354
  "description": "HEX Code: #1E2B10",
3204
- "filePath": "src/webex/core.json",
3355
+ "filePath": "src/core/color.json",
3205
3356
  "isSource": true,
3206
3357
  "original": {
3207
3358
  "value": "#1e2b10",
@@ -3226,7 +3377,7 @@
3226
3377
  "value": "#141c0c",
3227
3378
  "type": "color",
3228
3379
  "description": "HEX Code: #141C0C",
3229
- "filePath": "src/webex/core.json",
3380
+ "filePath": "src/core/color.json",
3230
3381
  "isSource": true,
3231
3382
  "original": {
3232
3383
  "value": "#141c0c",
@@ -3253,7 +3404,7 @@
3253
3404
  "value": "#e9f7f3",
3254
3405
  "type": "color",
3255
3406
  "description": "HEX Code: #E9F7F3",
3256
- "filePath": "src/webex/core.json",
3407
+ "filePath": "src/core/color.json",
3257
3408
  "isSource": true,
3258
3409
  "original": {
3259
3410
  "value": "#e9f7f3",
@@ -3278,7 +3429,7 @@
3278
3429
  "value": "#baf5e7",
3279
3430
  "type": "color",
3280
3431
  "description": "HEX Code: # BAF5E7",
3281
- "filePath": "src/webex/core.json",
3432
+ "filePath": "src/core/color.json",
3282
3433
  "isSource": true,
3283
3434
  "original": {
3284
3435
  "value": "#baf5e7",
@@ -3303,7 +3454,7 @@
3303
3454
  "value": "#74e8d1",
3304
3455
  "type": "color",
3305
3456
  "description": "HEX Code: #74E8D1",
3306
- "filePath": "src/webex/core.json",
3457
+ "filePath": "src/core/color.json",
3307
3458
  "isSource": true,
3308
3459
  "original": {
3309
3460
  "value": "#74e8d1",
@@ -3328,7 +3479,7 @@
3328
3479
  "value": "#30c9b0",
3329
3480
  "type": "color",
3330
3481
  "description": "HEX Code: #30C9B0",
3331
- "filePath": "src/webex/core.json",
3482
+ "filePath": "src/core/color.json",
3332
3483
  "isSource": true,
3333
3484
  "original": {
3334
3485
  "value": "#30c9b0",
@@ -3353,7 +3504,7 @@
3353
3504
  "value": "#16a693",
3354
3505
  "type": "color",
3355
3506
  "description": "HEX Code: #16A693",
3356
- "filePath": "src/webex/core.json",
3507
+ "filePath": "src/core/color.json",
3357
3508
  "isSource": true,
3358
3509
  "original": {
3359
3510
  "value": "#16a693",
@@ -3378,7 +3529,7 @@
3378
3529
  "value": "#148579",
3379
3530
  "type": "color",
3380
3531
  "description": "HEX Code: #148579",
3381
- "filePath": "src/webex/core.json",
3532
+ "filePath": "src/core/color.json",
3382
3533
  "isSource": true,
3383
3534
  "original": {
3384
3535
  "value": "#148579",
@@ -3403,7 +3554,7 @@
3403
3554
  "value": "#12615a",
3404
3555
  "type": "color",
3405
3556
  "description": "HEX Code: #12615A",
3406
- "filePath": "src/webex/core.json",
3557
+ "filePath": "src/core/color.json",
3407
3558
  "isSource": true,
3408
3559
  "original": {
3409
3560
  "value": "#12615a",
@@ -3428,7 +3579,7 @@
3428
3579
  "value": "#12423f",
3429
3580
  "type": "color",
3430
3581
  "description": "HEX Code: #12423F",
3431
- "filePath": "src/webex/core.json",
3582
+ "filePath": "src/core/color.json",
3432
3583
  "isSource": true,
3433
3584
  "original": {
3434
3585
  "value": "#12423f",
@@ -3453,7 +3604,7 @@
3453
3604
  "value": "#102b2a",
3454
3605
  "type": "color",
3455
3606
  "description": "HEX Code: #102B2A",
3456
- "filePath": "src/webex/core.json",
3607
+ "filePath": "src/core/color.json",
3457
3608
  "isSource": true,
3458
3609
  "original": {
3459
3610
  "value": "#102b2a",
@@ -3478,7 +3629,7 @@
3478
3629
  "value": "#0c1c1b",
3479
3630
  "type": "color",
3480
3631
  "description": "HEX Code: #0C1C1B",
3481
- "filePath": "src/webex/core.json",
3632
+ "filePath": "src/core/color.json",
3482
3633
  "isSource": true,
3483
3634
  "original": {
3484
3635
  "value": "#0c1c1b",
@@ -3505,7 +3656,7 @@
3505
3656
  "value": "#e6f9fa",
3506
3657
  "type": "color",
3507
3658
  "description": "HEX Code: #E6F9FA",
3508
- "filePath": "src/webex/core.json",
3659
+ "filePath": "src/core/color.json",
3509
3660
  "isSource": true,
3510
3661
  "original": {
3511
3662
  "value": "#e6f9fa",
@@ -3530,7 +3681,7 @@
3530
3681
  "value": "#b2f4f7",
3531
3682
  "type": "color",
3532
3683
  "description": "HEX Code: #B2F4F7",
3533
- "filePath": "src/webex/core.json",
3684
+ "filePath": "src/core/color.json",
3534
3685
  "isSource": true,
3535
3686
  "original": {
3536
3687
  "value": "#b2f4f7",
@@ -3555,7 +3706,7 @@
3555
3706
  "value": "#67e7f0",
3556
3707
  "type": "color",
3557
3708
  "description": "HEX Code: #67E7F0",
3558
- "filePath": "src/webex/core.json",
3709
+ "filePath": "src/core/color.json",
3559
3710
  "isSource": true,
3560
3711
  "original": {
3561
3712
  "value": "#67e7f0",
@@ -3580,7 +3731,7 @@
3580
3731
  "value": "#22c7d6",
3581
3732
  "type": "color",
3582
3733
  "description": "HEX Code: #22C7D6",
3583
- "filePath": "src/webex/core.json",
3734
+ "filePath": "src/core/color.json",
3584
3735
  "isSource": true,
3585
3736
  "original": {
3586
3737
  "value": "#22c7d6",
@@ -3605,7 +3756,7 @@
3605
3756
  "value": "#00a3b5",
3606
3757
  "type": "color",
3607
3758
  "description": "HEX Code: #00A3B5",
3608
- "filePath": "src/webex/core.json",
3759
+ "filePath": "src/core/color.json",
3609
3760
  "isSource": true,
3610
3761
  "original": {
3611
3762
  "value": "#00a3b5",
@@ -3630,7 +3781,7 @@
3630
3781
  "value": "#008094",
3631
3782
  "type": "color",
3632
3783
  "description": "HEX Code: #008094",
3633
- "filePath": "src/webex/core.json",
3784
+ "filePath": "src/core/color.json",
3634
3785
  "isSource": true,
3635
3786
  "original": {
3636
3787
  "value": "#008094",
@@ -3655,7 +3806,7 @@
3655
3806
  "value": "#066070",
3656
3807
  "type": "color",
3657
3808
  "description": "HEX Code: #066070",
3658
- "filePath": "src/webex/core.json",
3809
+ "filePath": "src/core/color.json",
3659
3810
  "isSource": true,
3660
3811
  "original": {
3661
3812
  "value": "#066070",
@@ -3680,7 +3831,7 @@
3680
3831
  "value": "#0a414d",
3681
3832
  "type": "color",
3682
3833
  "description": "HEX Code: #0A414D",
3683
- "filePath": "src/webex/core.json",
3834
+ "filePath": "src/core/color.json",
3684
3835
  "isSource": true,
3685
3836
  "original": {
3686
3837
  "value": "#0a414d",
@@ -3705,7 +3856,7 @@
3705
3856
  "value": "#0b2a30",
3706
3857
  "type": "color",
3707
3858
  "description": "HEX Code: #0B2A30",
3708
- "filePath": "src/webex/core.json",
3859
+ "filePath": "src/core/color.json",
3709
3860
  "isSource": true,
3710
3861
  "original": {
3711
3862
  "value": "#0b2a30",
@@ -3730,7 +3881,7 @@
3730
3881
  "value": "#091c21",
3731
3882
  "type": "color",
3732
3883
  "description": "HEX Code: #091C21",
3733
- "filePath": "src/webex/core.json",
3884
+ "filePath": "src/core/color.json",
3734
3885
  "isSource": true,
3735
3886
  "original": {
3736
3887
  "value": "#091c21",
@@ -3757,7 +3908,7 @@
3757
3908
  "value": "#e5f8ff",
3758
3909
  "type": "color",
3759
3910
  "description": "HEX Code: #E5F8FF",
3760
- "filePath": "src/webex/core.json",
3911
+ "filePath": "src/core/color.json",
3761
3912
  "isSource": true,
3762
3913
  "original": {
3763
3914
  "value": "#e5f8ff",
@@ -3782,7 +3933,7 @@
3782
3933
  "value": "#c7eeff",
3783
3934
  "type": "color",
3784
3935
  "description": "HEX Code: #C7EEFF",
3785
- "filePath": "src/webex/core.json",
3936
+ "filePath": "src/core/color.json",
3786
3937
  "isSource": true,
3787
3938
  "original": {
3788
3939
  "value": "#c7eeff",
@@ -3807,7 +3958,7 @@
3807
3958
  "value": "#99ddff",
3808
3959
  "type": "color",
3809
3960
  "description": "HEX Code: #99DDFF",
3810
- "filePath": "src/webex/core.json",
3961
+ "filePath": "src/core/color.json",
3811
3962
  "isSource": true,
3812
3963
  "original": {
3813
3964
  "value": "#99ddff",
@@ -3832,7 +3983,7 @@
3832
3983
  "value": "#5ebff7",
3833
3984
  "type": "color",
3834
3985
  "description": "HEX Code: #5EBFF7",
3835
- "filePath": "src/webex/core.json",
3986
+ "filePath": "src/core/color.json",
3836
3987
  "isSource": true,
3837
3988
  "original": {
3838
3989
  "value": "#5ebff7",
@@ -3857,7 +4008,7 @@
3857
4008
  "value": "#279be8",
3858
4009
  "type": "color",
3859
4010
  "description": "HEX Code: #279BE8",
3860
- "filePath": "src/webex/core.json",
4011
+ "filePath": "src/core/color.json",
3861
4012
  "isSource": true,
3862
4013
  "original": {
3863
4014
  "value": "#279be8",
@@ -3882,7 +4033,7 @@
3882
4033
  "value": "#0a78cc",
3883
4034
  "type": "color",
3884
4035
  "description": "HEX Code: #0A78CC",
3885
- "filePath": "src/webex/core.json",
4036
+ "filePath": "src/core/color.json",
3886
4037
  "isSource": true,
3887
4038
  "original": {
3888
4039
  "value": "#0a78cc",
@@ -3907,7 +4058,7 @@
3907
4058
  "value": "#08599c",
3908
4059
  "type": "color",
3909
4060
  "description": "HEX Code: #08599C",
3910
- "filePath": "src/webex/core.json",
4061
+ "filePath": "src/core/color.json",
3911
4062
  "isSource": true,
3912
4063
  "original": {
3913
4064
  "value": "#08599c",
@@ -3932,7 +4083,7 @@
3932
4083
  "value": "#103c63",
3933
4084
  "type": "color",
3934
4085
  "description": "HEX Code: #103C63",
3935
- "filePath": "src/webex/core.json",
4086
+ "filePath": "src/core/color.json",
3936
4087
  "isSource": true,
3937
4088
  "original": {
3938
4089
  "value": "#103c63",
@@ -3957,7 +4108,7 @@
3957
4108
  "value": "#12283d",
3958
4109
  "type": "color",
3959
4110
  "description": "HEX Code: #12283D",
3960
- "filePath": "src/webex/core.json",
4111
+ "filePath": "src/core/color.json",
3961
4112
  "isSource": true,
3962
4113
  "original": {
3963
4114
  "value": "#12283d",
@@ -3982,7 +4133,7 @@
3982
4133
  "value": "#0f1a26",
3983
4134
  "type": "color",
3984
4135
  "description": "HEX Code: #0F1A26",
3985
- "filePath": "src/webex/core.json",
4136
+ "filePath": "src/core/color.json",
3986
4137
  "isSource": true,
3987
4138
  "original": {
3988
4139
  "value": "#0f1a26",
@@ -4009,7 +4160,7 @@
4009
4160
  "value": "#f2f4ff",
4010
4161
  "type": "color",
4011
4162
  "description": "HEX Code: #F2F4FF",
4012
- "filePath": "src/webex/core.json",
4163
+ "filePath": "src/core/color.json",
4013
4164
  "isSource": true,
4014
4165
  "original": {
4015
4166
  "value": "#f2f4ff",
@@ -4034,7 +4185,7 @@
4034
4185
  "value": "#e3e7fa",
4035
4186
  "type": "color",
4036
4187
  "description": "HEX Code: #E3E7FA",
4037
- "filePath": "src/webex/core.json",
4188
+ "filePath": "src/core/color.json",
4038
4189
  "isSource": true,
4039
4190
  "original": {
4040
4191
  "value": "#e3e7fa",
@@ -4059,7 +4210,7 @@
4059
4210
  "value": "#ced2ed",
4060
4211
  "type": "color",
4061
4212
  "description": "HEX Code: #CED2ED",
4062
- "filePath": "src/webex/core.json",
4213
+ "filePath": "src/core/color.json",
4063
4214
  "isSource": true,
4064
4215
  "original": {
4065
4216
  "value": "#ced2ed",
@@ -4084,7 +4235,7 @@
4084
4235
  "value": "#b0b4d9",
4085
4236
  "type": "color",
4086
4237
  "description": "HEX Code: #B0B4D9",
4087
- "filePath": "src/webex/core.json",
4238
+ "filePath": "src/core/color.json",
4088
4239
  "isSource": true,
4089
4240
  "original": {
4090
4241
  "value": "#b0b4d9",
@@ -4109,7 +4260,7 @@
4109
4260
  "value": "#8c91bd",
4110
4261
  "type": "color",
4111
4262
  "description": "HEX Code: #8C91BD",
4112
- "filePath": "src/webex/core.json",
4263
+ "filePath": "src/core/color.json",
4113
4264
  "isSource": true,
4114
4265
  "original": {
4115
4266
  "value": "#8c91bd",
@@ -4134,7 +4285,7 @@
4134
4285
  "value": "#6f739e",
4135
4286
  "type": "color",
4136
4287
  "description": "HEX Code: #6F739E",
4137
- "filePath": "src/webex/core.json",
4288
+ "filePath": "src/core/color.json",
4138
4289
  "isSource": true,
4139
4290
  "original": {
4140
4291
  "value": "#6f739e",
@@ -4159,7 +4310,7 @@
4159
4310
  "value": "#535573",
4160
4311
  "type": "color",
4161
4312
  "description": "HEX Code: #535573",
4162
- "filePath": "src/webex/core.json",
4313
+ "filePath": "src/core/color.json",
4163
4314
  "isSource": true,
4164
4315
  "original": {
4165
4316
  "value": "#535573",
@@ -4184,7 +4335,7 @@
4184
4335
  "value": "#393a47",
4185
4336
  "type": "color",
4186
4337
  "description": "HEX Code: #393A47",
4187
- "filePath": "src/webex/core.json",
4338
+ "filePath": "src/core/color.json",
4188
4339
  "isSource": true,
4189
4340
  "original": {
4190
4341
  "value": "#393a47",
@@ -4209,7 +4360,7 @@
4209
4360
  "value": "#26262b",
4210
4361
  "type": "color",
4211
4362
  "description": "HEX Code: #26262B",
4212
- "filePath": "src/webex/core.json",
4363
+ "filePath": "src/core/color.json",
4213
4364
  "isSource": true,
4214
4365
  "original": {
4215
4366
  "value": "#26262b",
@@ -4234,7 +4385,7 @@
4234
4385
  "value": "#1a1a1c",
4235
4386
  "type": "color",
4236
4387
  "description": "HEX Code: #1A1A1C",
4237
- "filePath": "src/webex/core.json",
4388
+ "filePath": "src/core/color.json",
4238
4389
  "isSource": true,
4239
4390
  "original": {
4240
4391
  "value": "#1a1a1c",
@@ -4261,7 +4412,7 @@
4261
4412
  "value": "#f8f2fc",
4262
4413
  "type": "color",
4263
4414
  "description": "HEX Code: #F8F2FC",
4264
- "filePath": "src/webex/core.json",
4415
+ "filePath": "src/core/color.json",
4265
4416
  "isSource": true,
4266
4417
  "original": {
4267
4418
  "value": "#f8f2fc",
@@ -4286,7 +4437,7 @@
4286
4437
  "value": "#f0e3fc",
4287
4438
  "type": "color",
4288
4439
  "description": "HEX Code: #F0E3FC",
4289
- "filePath": "src/webex/core.json",
4440
+ "filePath": "src/core/color.json",
4290
4441
  "isSource": true,
4291
4442
  "original": {
4292
4443
  "value": "#f0e3fc",
@@ -4311,7 +4462,7 @@
4311
4462
  "value": "#e2cafc",
4312
4463
  "type": "color",
4313
4464
  "description": "HEX Code: #E2CAFC",
4314
- "filePath": "src/webex/core.json",
4465
+ "filePath": "src/core/color.json",
4315
4466
  "isSource": true,
4316
4467
  "original": {
4317
4468
  "value": "#e2cafc",
@@ -4336,7 +4487,7 @@
4336
4487
  "value": "#c7a5fa",
4337
4488
  "type": "color",
4338
4489
  "description": "HEX Code: #C7A5FA",
4339
- "filePath": "src/webex/core.json",
4490
+ "filePath": "src/core/color.json",
4340
4491
  "isSource": true,
4341
4492
  "original": {
4342
4493
  "value": "#c7a5fa",
@@ -4361,7 +4512,7 @@
4361
4512
  "value": "#a87ff0",
4362
4513
  "type": "color",
4363
4514
  "description": "HEX Code: #A87FF0",
4364
- "filePath": "src/webex/core.json",
4515
+ "filePath": "src/core/color.json",
4365
4516
  "isSource": true,
4366
4517
  "original": {
4367
4518
  "value": "#a87ff0",
@@ -4386,7 +4537,7 @@
4386
4537
  "value": "#875ae0",
4387
4538
  "type": "color",
4388
4539
  "description": "HEX Code: #875AE0",
4389
- "filePath": "src/webex/core.json",
4540
+ "filePath": "src/core/color.json",
4390
4541
  "isSource": true,
4391
4542
  "original": {
4392
4543
  "value": "#875ae0",
@@ -4411,7 +4562,7 @@
4411
4562
  "value": "#643abd",
4412
4563
  "type": "color",
4413
4564
  "description": "HEX Code: #643ABD",
4414
- "filePath": "src/webex/core.json",
4565
+ "filePath": "src/core/color.json",
4415
4566
  "isSource": true,
4416
4567
  "original": {
4417
4568
  "value": "#643abd",
@@ -4436,7 +4587,7 @@
4436
4587
  "value": "#432c78",
4437
4588
  "type": "color",
4438
4589
  "description": "HEX Code: #432C78",
4439
- "filePath": "src/webex/core.json",
4590
+ "filePath": "src/core/color.json",
4440
4591
  "isSource": true,
4441
4592
  "original": {
4442
4593
  "value": "#432c78",
@@ -4461,7 +4612,7 @@
4461
4612
  "value": "#29223d",
4462
4613
  "type": "color",
4463
4614
  "description": "HEX Code: #29223D",
4464
- "filePath": "src/webex/core.json",
4615
+ "filePath": "src/core/color.json",
4465
4616
  "isSource": true,
4466
4617
  "original": {
4467
4618
  "value": "#29223d",
@@ -4486,7 +4637,7 @@
4486
4637
  "value": "#1b1824",
4487
4638
  "type": "color",
4488
4639
  "description": "HEX Code: #1B1824",
4489
- "filePath": "src/webex/core.json",
4640
+ "filePath": "src/core/color.json",
4490
4641
  "isSource": true,
4491
4642
  "original": {
4492
4643
  "value": "#1b1824",
@@ -4513,7 +4664,7 @@
4513
4664
  "value": "#fcf2fc",
4514
4665
  "type": "color",
4515
4666
  "description": "HEX Code: #FCF2FC",
4516
- "filePath": "src/webex/core.json",
4667
+ "filePath": "src/core/color.json",
4517
4668
  "isSource": true,
4518
4669
  "original": {
4519
4670
  "value": "#fcf2fc",
@@ -4538,7 +4689,7 @@
4538
4689
  "value": "#fce1fc",
4539
4690
  "type": "color",
4540
4691
  "description": "HEX Code: #FCE1FC",
4541
- "filePath": "src/webex/core.json",
4692
+ "filePath": "src/core/color.json",
4542
4693
  "isSource": true,
4543
4694
  "original": {
4544
4695
  "value": "#fce1fc",
@@ -4563,7 +4714,7 @@
4563
4714
  "value": "#fac3f8",
4564
4715
  "type": "color",
4565
4716
  "description": "HEX Code: #FAC3F8",
4566
- "filePath": "src/webex/core.json",
4717
+ "filePath": "src/core/color.json",
4567
4718
  "isSource": true,
4568
4719
  "original": {
4569
4720
  "value": "#fac3f8",
@@ -4588,7 +4739,7 @@
4588
4739
  "value": "#f294f1",
4589
4740
  "type": "color",
4590
4741
  "description": "HEX Code: #F294F1",
4591
- "filePath": "src/webex/core.json",
4742
+ "filePath": "src/core/color.json",
4592
4743
  "isSource": true,
4593
4744
  "original": {
4594
4745
  "value": "#f294f1",
@@ -4613,7 +4764,7 @@
4613
4764
  "value": "#e060de",
4614
4765
  "type": "color",
4615
4766
  "description": "HEX Code: #E060DE",
4616
- "filePath": "src/webex/core.json",
4767
+ "filePath": "src/core/color.json",
4617
4768
  "isSource": true,
4618
4769
  "original": {
4619
4770
  "value": "#e060de",
@@ -4638,7 +4789,7 @@
4638
4789
  "value": "#c233c4",
4639
4790
  "type": "color",
4640
4791
  "description": "HEX Code: #C233C4",
4641
- "filePath": "src/webex/core.json",
4792
+ "filePath": "src/core/color.json",
4642
4793
  "isSource": true,
4643
4794
  "original": {
4644
4795
  "value": "#c233c4",
@@ -4663,7 +4814,7 @@
4663
4814
  "value": "#932099",
4664
4815
  "type": "color",
4665
4816
  "description": "HEX Code: #932099",
4666
- "filePath": "src/webex/core.json",
4817
+ "filePath": "src/core/color.json",
4667
4818
  "isSource": true,
4668
4819
  "original": {
4669
4820
  "value": "#932099",
@@ -4687,7 +4838,7 @@
4687
4838
  "80": {
4688
4839
  "value": "#601e66",
4689
4840
  "type": "color",
4690
- "filePath": "src/webex/core.json",
4841
+ "filePath": "src/core/color.json",
4691
4842
  "isSource": true,
4692
4843
  "original": {
4693
4844
  "value": "#601e66",
@@ -4711,7 +4862,7 @@
4711
4862
  "value": "#3b1840",
4712
4863
  "type": "color",
4713
4864
  "description": "3B1840",
4714
- "filePath": "src/webex/core.json",
4865
+ "filePath": "src/core/color.json",
4715
4866
  "isSource": true,
4716
4867
  "original": {
4717
4868
  "value": "#3b1840",
@@ -4736,7 +4887,7 @@
4736
4887
  "value": "#251329",
4737
4888
  "type": "color",
4738
4889
  "description": "HEX Code: #251329",
4739
- "filePath": "src/webex/core.json",
4890
+ "filePath": "src/core/color.json",
4740
4891
  "isSource": true,
4741
4892
  "original": {
4742
4893
  "value": "#251329",
@@ -4763,7 +4914,7 @@
4763
4914
  "value": "#fff2f5",
4764
4915
  "type": "color",
4765
4916
  "description": "HEX Code: #FFF2F5",
4766
- "filePath": "src/webex/core.json",
4917
+ "filePath": "src/core/color.json",
4767
4918
  "isSource": true,
4768
4919
  "original": {
4769
4920
  "value": "#fff2f5",
@@ -4788,7 +4939,7 @@
4788
4939
  "value": "#ffe0e7",
4789
4940
  "type": "color",
4790
4941
  "description": "HEX Code: #FFE0E7",
4791
- "filePath": "src/webex/core.json",
4942
+ "filePath": "src/core/color.json",
4792
4943
  "isSource": true,
4793
4944
  "original": {
4794
4945
  "value": "#ffe0e7",
@@ -4813,7 +4964,7 @@
4813
4964
  "value": "#ffc7d2",
4814
4965
  "type": "color",
4815
4966
  "description": "HEX Code: #FFC7D2",
4816
- "filePath": "src/webex/core.json",
4967
+ "filePath": "src/core/color.json",
4817
4968
  "isSource": true,
4818
4969
  "original": {
4819
4970
  "value": "#ffc7d2",
@@ -4838,7 +4989,7 @@
4838
4989
  "value": "#fc97aa",
4839
4990
  "type": "color",
4840
4991
  "description": "HEX Code: #FC97AA",
4841
- "filePath": "src/webex/core.json",
4992
+ "filePath": "src/core/color.json",
4842
4993
  "isSource": true,
4843
4994
  "original": {
4844
4995
  "value": "#fc97aa",
@@ -4863,7 +5014,7 @@
4863
5014
  "value": "#f0677e",
4864
5015
  "type": "color",
4865
5016
  "description": "HEX Code: #F0677E",
4866
- "filePath": "src/webex/core.json",
5017
+ "filePath": "src/core/color.json",
4867
5018
  "isSource": true,
4868
5019
  "original": {
4869
5020
  "value": "#f0677e",
@@ -4888,7 +5039,7 @@
4888
5039
  "value": "#d43b52",
4889
5040
  "type": "color",
4890
5041
  "description": "HEX Code: #D43B52",
4891
- "filePath": "src/webex/core.json",
5042
+ "filePath": "src/core/color.json",
4892
5043
  "isSource": true,
4893
5044
  "original": {
4894
5045
  "value": "#d43b52",
@@ -4913,7 +5064,7 @@
4913
5064
  "value": "#a12a3a",
4914
5065
  "type": "color",
4915
5066
  "description": "HEX Code: #A12A3A",
4916
- "filePath": "src/webex/core.json",
5067
+ "filePath": "src/core/color.json",
4917
5068
  "isSource": true,
4918
5069
  "original": {
4919
5070
  "value": "#a12a3a",
@@ -4938,7 +5089,7 @@
4938
5089
  "value": "#66262d",
4939
5090
  "type": "color",
4940
5091
  "description": "HEX Code: #66262D",
4941
- "filePath": "src/webex/core.json",
5092
+ "filePath": "src/core/color.json",
4942
5093
  "isSource": true,
4943
5094
  "original": {
4944
5095
  "value": "#66262d",
@@ -4963,7 +5114,7 @@
4963
5114
  "value": "#3b1e21",
4964
5115
  "type": "color",
4965
5116
  "description": "HEX Code: #3B1E21",
4966
- "filePath": "src/webex/core.json",
5117
+ "filePath": "src/core/color.json",
4967
5118
  "isSource": true,
4968
5119
  "original": {
4969
5120
  "value": "#3b1e21",
@@ -4988,7 +5139,7 @@
4988
5139
  "value": "#241617",
4989
5140
  "type": "color",
4990
5141
  "description": "HEX Code: #241617",
4991
- "filePath": "src/webex/core.json",
5142
+ "filePath": "src/core/color.json",
4992
5143
  "isSource": true,
4993
5144
  "original": {
4994
5145
  "value": "#241617",
@@ -5018,7 +5169,7 @@
5018
5169
  "value": "#000000",
5019
5170
  "type": "color",
5020
5171
  "description": "Values Top, Bottom (FAFAFA, FFFFF)",
5021
- "filePath": "src/webex/core.json",
5172
+ "filePath": "src/core/color.json",
5022
5173
  "isSource": true,
5023
5174
  "original": {
5024
5175
  "value": "linear-gradient(180deg, #fafafa 0%, #ffffff 100%)",
@@ -5045,7 +5196,7 @@
5045
5196
  "value": "#000000",
5046
5197
  "type": "color",
5047
5198
  "description": "Values Top, Bottom (F0F0F0, FFFFF)",
5048
- "filePath": "src/webex/core.json",
5199
+ "filePath": "src/core/color.json",
5049
5200
  "isSource": true,
5050
5201
  "original": {
5051
5202
  "value": "linear-gradient(180deg, #f0f0f0 0%, #ffffff 100%)",
@@ -5074,7 +5225,7 @@
5074
5225
  "value": "#000000",
5075
5226
  "type": "color",
5076
5227
  "description": "Values Top, Bottom (1A1A1A, 0F0F0F)",
5077
- "filePath": "src/webex/core.json",
5228
+ "filePath": "src/core/color.json",
5078
5229
  "isSource": true,
5079
5230
  "original": {
5080
5231
  "value": "linear-gradient(180deg, #1a1a1a 0%, #0f0f0f 100%)",
@@ -5101,7 +5252,7 @@
5101
5252
  "value": "#000000",
5102
5253
  "type": "color",
5103
5254
  "description": "Values Top, Bottom (262626, 0F0F0F)",
5104
- "filePath": "src/webex/core.json",
5255
+ "filePath": "src/core/color.json",
5105
5256
  "isSource": true,
5106
5257
  "original": {
5107
5258
  "value": "linear-gradient(180deg, #262626 0%, #0f0f0f 100%)",
@@ -5132,7 +5283,7 @@
5132
5283
  "value": "#000000",
5133
5284
  "type": "color",
5134
5285
  "description": "Values Top, Bottom (EBEFFC, FFFFF)",
5135
- "filePath": "src/webex/core.json",
5286
+ "filePath": "src/core/color.json",
5136
5287
  "isSource": true,
5137
5288
  "original": {
5138
5289
  "value": "linear-gradient(180deg, #ebeffc 0%, #ffffff 100%)",
@@ -5159,7 +5310,7 @@
5159
5310
  "value": "#000000",
5160
5311
  "type": "color",
5161
5312
  "description": "Values Top, Bottom (F7F9FF, FFFFF)",
5162
- "filePath": "src/webex/core.json",
5313
+ "filePath": "src/core/color.json",
5163
5314
  "isSource": true,
5164
5315
  "original": {
5165
5316
  "value": "linear-gradient(180deg, #f7f9ff 0%, #ffffff 100%)",
@@ -5188,7 +5339,7 @@
5188
5339
  "value": "#000000",
5189
5340
  "type": "color",
5190
5341
  "description": "Values Top, Bottom (13182B, 0E111A)",
5191
- "filePath": "src/webex/core.json",
5342
+ "filePath": "src/core/color.json",
5192
5343
  "isSource": true,
5193
5344
  "original": {
5194
5345
  "value": "linear-gradient(180deg, #13182b 0%, #0e111a 100%)",
@@ -5215,7 +5366,7 @@
5215
5366
  "value": "#000000",
5216
5367
  "type": "color",
5217
5368
  "description": "Values Top, Bottom (212536, 0E111A)",
5218
- "filePath": "src/webex/core.json",
5369
+ "filePath": "src/core/color.json",
5219
5370
  "isSource": true,
5220
5371
  "original": {
5221
5372
  "value": "linear-gradient(180deg, #212536 0%, #0e111a 100%)",
@@ -5246,7 +5397,7 @@
5246
5397
  "value": "#000000",
5247
5398
  "type": "color",
5248
5399
  "description": "Values Top, Bottom (E6F2F1, FFFFF)",
5249
- "filePath": "src/webex/core.json",
5400
+ "filePath": "src/core/color.json",
5250
5401
  "isSource": true,
5251
5402
  "original": {
5252
5403
  "value": "linear-gradient(180deg, #e6f2f1 0%, #ffffff 100%)",
@@ -5273,7 +5424,7 @@
5273
5424
  "value": "#000000",
5274
5425
  "type": "color",
5275
5426
  "description": "Values Top, Bottom (F7FCFC, FFFFF)",
5276
- "filePath": "src/webex/core.json",
5427
+ "filePath": "src/core/color.json",
5277
5428
  "isSource": true,
5278
5429
  "original": {
5279
5430
  "value": "linear-gradient(180deg, #f7fcfc 0%, #ffffff 100%)",
@@ -5302,7 +5453,7 @@
5302
5453
  "value": "#000000",
5303
5454
  "type": "color",
5304
5455
  "description": "Values Top, Bottom (001C18, 021412)",
5305
- "filePath": "src/webex/core.json",
5456
+ "filePath": "src/core/color.json",
5306
5457
  "isSource": true,
5307
5458
  "original": {
5308
5459
  "value": "linear-gradient(180deg, #001c18 0%, #021412 100%)",
@@ -5329,7 +5480,7 @@
5329
5480
  "value": "#000000",
5330
5481
  "type": "color",
5331
5482
  "description": "Values Top, Bottom (122925, 021412)",
5332
- "filePath": "src/webex/core.json",
5483
+ "filePath": "src/core/color.json",
5333
5484
  "isSource": true,
5334
5485
  "original": {
5335
5486
  "value": "linear-gradient(180deg, #122925 0%, #021412 100%)",
@@ -5360,7 +5511,7 @@
5360
5511
  "value": "#000000",
5361
5512
  "type": "color",
5362
5513
  "description": "Values Top, Bottom (F5EFE4, FFFFF)",
5363
- "filePath": "src/webex/core.json",
5514
+ "filePath": "src/core/color.json",
5364
5515
  "isSource": true,
5365
5516
  "original": {
5366
5517
  "value": "linear-gradient(180deg, #f5efe4 0%, #ffffff 100%)",
@@ -5387,7 +5538,7 @@
5387
5538
  "value": "#000000",
5388
5539
  "type": "color",
5389
5540
  "description": "Values Top, Bottom (FCFAF4, FFFFF)",
5390
- "filePath": "src/webex/core.json",
5541
+ "filePath": "src/core/color.json",
5391
5542
  "isSource": true,
5392
5543
  "original": {
5393
5544
  "value": "linear-gradient(180deg, #fcfaf4 0%, #ffffff 100%)",
@@ -5416,7 +5567,7 @@
5416
5567
  "value": "#000000",
5417
5568
  "type": "color",
5418
5569
  "description": "Values Top, Bottom (1F1402, 171002)",
5419
- "filePath": "src/webex/core.json",
5570
+ "filePath": "src/core/color.json",
5420
5571
  "isSource": true,
5421
5572
  "original": {
5422
5573
  "value": "linear-gradient(180deg, #1f1402 0%, #171002 100%)",
@@ -5443,7 +5594,7 @@
5443
5594
  "value": "#000000",
5444
5595
  "type": "color",
5445
5596
  "description": "Values Top, Bottom (2E2515, 171002)",
5446
- "filePath": "src/webex/core.json",
5597
+ "filePath": "src/core/color.json",
5447
5598
  "isSource": true,
5448
5599
  "original": {
5449
5600
  "value": "linear-gradient(180deg, #2e2515 0%, #171002 100%)",
@@ -5474,7 +5625,7 @@
5474
5625
  "value": "#000000",
5475
5626
  "type": "color",
5476
5627
  "description": "Values Top, Bottom (FCEBF5, FFFFF)",
5477
- "filePath": "src/webex/core.json",
5628
+ "filePath": "src/core/color.json",
5478
5629
  "isSource": true,
5479
5630
  "original": {
5480
5631
  "value": "linear-gradient(180deg, #fcebf5 0%, #ffffff 100%)",
@@ -5501,7 +5652,7 @@
5501
5652
  "value": "#000000",
5502
5653
  "type": "color",
5503
5654
  "description": "Values Top, Bottom (FFF9FD, FFFFF)",
5504
- "filePath": "src/webex/core.json",
5655
+ "filePath": "src/core/color.json",
5505
5656
  "isSource": true,
5506
5657
  "original": {
5507
5658
  "value": "linear-gradient(180deg, #fff9fd 0%, #ffffff 100%)",
@@ -5530,7 +5681,7 @@
5530
5681
  "value": "#000000",
5531
5682
  "type": "color",
5532
5683
  "description": "Values Top, Bottom (30041E, 1F0615)",
5533
- "filePath": "src/webex/core.json",
5684
+ "filePath": "src/core/color.json",
5534
5685
  "isSource": true,
5535
5686
  "original": {
5536
5687
  "value": "linear-gradient(180deg, #30041e 0%, #1f0615 100%)",
@@ -5557,7 +5708,7 @@
5557
5708
  "value": "#000000",
5558
5709
  "type": "color",
5559
5710
  "description": "Values Top, Bottom (40162E, 1F0615)",
5560
- "filePath": "src/webex/core.json",
5711
+ "filePath": "src/core/color.json",
5561
5712
  "isSource": true,
5562
5713
  "original": {
5563
5714
  "value": "linear-gradient(180deg, #40162e 0%, #1f0615 100%)",
@@ -5588,7 +5739,7 @@
5588
5739
  "value": "#000000",
5589
5740
  "type": "color",
5590
5741
  "description": "Values Top, Bottom (F4EBFF, FFFFF)",
5591
- "filePath": "src/webex/core.json",
5742
+ "filePath": "src/core/color.json",
5592
5743
  "isSource": true,
5593
5744
  "original": {
5594
5745
  "value": "linear-gradient(180deg, #f4ebff 0%, #ffffff 100%)",
@@ -5615,7 +5766,7 @@
5615
5766
  "value": "#000000",
5616
5767
  "type": "color",
5617
5768
  "description": "Values Top, Bottom (FBF7FF, FFFFF)",
5618
- "filePath": "src/webex/core.json",
5769
+ "filePath": "src/core/color.json",
5619
5770
  "isSource": true,
5620
5771
  "original": {
5621
5772
  "value": "linear-gradient(180deg, #fbf7ff 0%, #ffffff 100%)",
@@ -5644,7 +5795,7 @@
5644
5795
  "value": "#000000",
5645
5796
  "type": "color",
5646
5797
  "description": "Values Top, Bottom (231237, 18082B)",
5647
- "filePath": "src/webex/core.json",
5798
+ "filePath": "src/core/color.json",
5648
5799
  "isSource": true,
5649
5800
  "original": {
5650
5801
  "value": "linear-gradient(180deg, #231237 0%, #18082b 100%)",
@@ -5671,7 +5822,7 @@
5671
5822
  "value": "#000000",
5672
5823
  "type": "color",
5673
5824
  "description": "Values Top, Bottom (301A4A, 18082B)",
5674
- "filePath": "src/webex/core.json",
5825
+ "filePath": "src/core/color.json",
5675
5826
  "isSource": true,
5676
5827
  "original": {
5677
5828
  "value": "linear-gradient(180deg, #301a4a 0%, #18082b 100%)",
@@ -5704,7 +5855,7 @@
5704
5855
  "value": "#f7f7f7",
5705
5856
  "type": "color",
5706
5857
  "description": "HEX Code: #F7F7F7",
5707
- "filePath": "src/webex/core.json",
5858
+ "filePath": "src/core/color.json",
5708
5859
  "isSource": true,
5709
5860
  "original": {
5710
5861
  "value": "#f7f7f7",
@@ -5731,7 +5882,7 @@
5731
5882
  "value": "#ffffff",
5732
5883
  "type": "color",
5733
5884
  "description": "HEX Code: #FFFFFF",
5734
- "filePath": "src/webex/core.json",
5885
+ "filePath": "src/core/color.json",
5735
5886
  "isSource": true,
5736
5887
  "original": {
5737
5888
  "value": "#ffffff",
@@ -5760,7 +5911,7 @@
5760
5911
  "value": "#000000",
5761
5912
  "type": "color",
5762
5913
  "description": "HEX Code: #000000",
5763
- "filePath": "src/webex/core.json",
5914
+ "filePath": "src/core/color.json",
5764
5915
  "isSource": true,
5765
5916
  "original": {
5766
5917
  "value": "#000000",
@@ -5786,7 +5937,7 @@
5786
5937
  "secondary": {
5787
5938
  "value": "#1a1a1a",
5788
5939
  "type": "color",
5789
- "filePath": "src/webex/core.json",
5940
+ "filePath": "src/core/color.json",
5790
5941
  "isSource": true,
5791
5942
  "original": {
5792
5943
  "value": "#1a1a1a",
@@ -5816,7 +5967,7 @@
5816
5967
  "value": "#ebeffc",
5817
5968
  "type": "color",
5818
5969
  "description": "HEX Code: #EBEFFC",
5819
- "filePath": "src/webex/core.json",
5970
+ "filePath": "src/core/color.json",
5820
5971
  "isSource": true,
5821
5972
  "original": {
5822
5973
  "value": "#ebeffc",
@@ -5843,7 +5994,7 @@
5843
5994
  "value": "#f7f9ff",
5844
5995
  "type": "color",
5845
5996
  "description": "HEX Code: #F7F9FF",
5846
- "filePath": "src/webex/core.json",
5997
+ "filePath": "src/core/color.json",
5847
5998
  "isSource": true,
5848
5999
  "original": {
5849
6000
  "value": "#f7f9ff",
@@ -5872,7 +6023,7 @@
5872
6023
  "value": "#0e111a",
5873
6024
  "type": "color",
5874
6025
  "description": "HEX Code: #0E111A",
5875
- "filePath": "src/webex/core.json",
6026
+ "filePath": "src/core/color.json",
5876
6027
  "isSource": true,
5877
6028
  "original": {
5878
6029
  "value": "#0e111a",
@@ -5899,7 +6050,7 @@
5899
6050
  "value": "#13182b",
5900
6051
  "type": "color",
5901
6052
  "description": "HEX Code: #13182B",
5902
- "filePath": "src/webex/core.json",
6053
+ "filePath": "src/core/color.json",
5903
6054
  "isSource": true,
5904
6055
  "original": {
5905
6056
  "value": "#13182b",
@@ -5930,7 +6081,7 @@
5930
6081
  "value": "#e6f2f1",
5931
6082
  "type": "color",
5932
6083
  "description": "HEX Code: #E6F2F1",
5933
- "filePath": "src/webex/core.json",
6084
+ "filePath": "src/core/color.json",
5934
6085
  "isSource": true,
5935
6086
  "original": {
5936
6087
  "value": "#e6f2f1",
@@ -5957,7 +6108,7 @@
5957
6108
  "value": "#f7fcfc",
5958
6109
  "type": "color",
5959
6110
  "description": "HEX Code: #F7FCFC",
5960
- "filePath": "src/webex/core.json",
6111
+ "filePath": "src/core/color.json",
5961
6112
  "isSource": true,
5962
6113
  "original": {
5963
6114
  "value": "#f7fcfc",
@@ -5986,7 +6137,7 @@
5986
6137
  "value": "#021412",
5987
6138
  "type": "color",
5988
6139
  "description": "HEX Code: #021412",
5989
- "filePath": "src/webex/core.json",
6140
+ "filePath": "src/core/color.json",
5990
6141
  "isSource": true,
5991
6142
  "original": {
5992
6143
  "value": "#021412",
@@ -6013,7 +6164,7 @@
6013
6164
  "value": "#05201c",
6014
6165
  "type": "color",
6015
6166
  "description": "HEX Code: #05201C",
6016
- "filePath": "src/webex/core.json",
6167
+ "filePath": "src/core/color.json",
6017
6168
  "isSource": true,
6018
6169
  "original": {
6019
6170
  "value": "#05201c",
@@ -6044,7 +6195,7 @@
6044
6195
  "value": "#f5efe4",
6045
6196
  "type": "color",
6046
6197
  "description": "HEX Code: #F5EFE4",
6047
- "filePath": "src/webex/core.json",
6198
+ "filePath": "src/core/color.json",
6048
6199
  "isSource": true,
6049
6200
  "original": {
6050
6201
  "value": "#f5efe4",
@@ -6071,7 +6222,7 @@
6071
6222
  "value": "#fcfaf4",
6072
6223
  "type": "color",
6073
6224
  "description": "HEX Code: #FCFAF4",
6074
- "filePath": "src/webex/core.json",
6225
+ "filePath": "src/core/color.json",
6075
6226
  "isSource": true,
6076
6227
  "original": {
6077
6228
  "value": "#fcfaf4",
@@ -6100,7 +6251,7 @@
6100
6251
  "value": "#171002",
6101
6252
  "type": "color",
6102
6253
  "description": "HEX Code: #171002",
6103
- "filePath": "src/webex/core.json",
6254
+ "filePath": "src/core/color.json",
6104
6255
  "isSource": true,
6105
6256
  "original": {
6106
6257
  "value": "#171002",
@@ -6127,7 +6278,7 @@
6127
6278
  "value": "#231807",
6128
6279
  "type": "color",
6129
6280
  "description": "HEX Code: #231807",
6130
- "filePath": "src/webex/core.json",
6281
+ "filePath": "src/core/color.json",
6131
6282
  "isSource": true,
6132
6283
  "original": {
6133
6284
  "value": "#231807",
@@ -6158,7 +6309,7 @@
6158
6309
  "value": "#fcebf5",
6159
6310
  "type": "color",
6160
6311
  "description": "HEX Code: #FCEBF5",
6161
- "filePath": "src/webex/core.json",
6312
+ "filePath": "src/core/color.json",
6162
6313
  "isSource": true,
6163
6314
  "original": {
6164
6315
  "value": "#fcebf5",
@@ -6185,7 +6336,7 @@
6185
6336
  "value": "#fff9fd",
6186
6337
  "type": "color",
6187
6338
  "description": "HEX Code: #FFF9FD",
6188
- "filePath": "src/webex/core.json",
6339
+ "filePath": "src/core/color.json",
6189
6340
  "isSource": true,
6190
6341
  "original": {
6191
6342
  "value": "#fff9fd",
@@ -6214,7 +6365,7 @@
6214
6365
  "value": "#1f0615",
6215
6366
  "type": "color",
6216
6367
  "description": "HEX Code: #1F0615",
6217
- "filePath": "src/webex/core.json",
6368
+ "filePath": "src/core/color.json",
6218
6369
  "isSource": true,
6219
6370
  "original": {
6220
6371
  "value": "#1f0615",
@@ -6241,7 +6392,7 @@
6241
6392
  "value": "#30041e",
6242
6393
  "type": "color",
6243
6394
  "description": "HEX Code: #30041E",
6244
- "filePath": "src/webex/core.json",
6395
+ "filePath": "src/core/color.json",
6245
6396
  "isSource": true,
6246
6397
  "original": {
6247
6398
  "value": "#30041e",
@@ -6272,7 +6423,7 @@
6272
6423
  "value": "#f4ebff",
6273
6424
  "type": "color",
6274
6425
  "description": "HEX Code: #F4EBFF",
6275
- "filePath": "src/webex/core.json",
6426
+ "filePath": "src/core/color.json",
6276
6427
  "isSource": true,
6277
6428
  "original": {
6278
6429
  "value": "#f4ebff",
@@ -6299,7 +6450,7 @@
6299
6450
  "value": "#fbf7ff",
6300
6451
  "type": "color",
6301
6452
  "description": "HEX Code: #FBF7FF",
6302
- "filePath": "src/webex/core.json",
6453
+ "filePath": "src/core/color.json",
6303
6454
  "isSource": true,
6304
6455
  "original": {
6305
6456
  "value": "#fbf7ff",
@@ -6328,7 +6479,7 @@
6328
6479
  "value": "#18082b",
6329
6480
  "type": "color",
6330
6481
  "description": "HEX Code: #18082B",
6331
- "filePath": "src/webex/core.json",
6482
+ "filePath": "src/core/color.json",
6332
6483
  "isSource": true,
6333
6484
  "original": {
6334
6485
  "value": "#18082b",
@@ -6355,7 +6506,7 @@
6355
6506
  "value": "#27163b",
6356
6507
  "type": "color",
6357
6508
  "description": "HEX Code: #27163B",
6358
- "filePath": "src/webex/core.json",
6509
+ "filePath": "src/core/color.json",
6359
6510
  "isSource": true,
6360
6511
  "original": {
6361
6512
  "value": "#27163b",
@@ -6381,5 +6532,379 @@
6381
6532
  }
6382
6533
  }
6383
6534
  }
6535
+ },
6536
+ "elevation": {
6537
+ "0": {
6538
+ "value": {
6539
+ "x": "0",
6540
+ "y": "0",
6541
+ "blur": "0",
6542
+ "spread": "0",
6543
+ "color": "",
6544
+ "type": "innerShadow"
6545
+ },
6546
+ "type": "boxShadow",
6547
+ "description": "elevation.0; Standard level.",
6548
+ "filePath": "src/core/elevation.json",
6549
+ "isSource": true,
6550
+ "original": {
6551
+ "value": {
6552
+ "x": "0",
6553
+ "y": "0",
6554
+ "blur": "0",
6555
+ "spread": "0",
6556
+ "color": "",
6557
+ "type": "innerShadow"
6558
+ },
6559
+ "type": "boxShadow",
6560
+ "description": "elevation.0; Standard level."
6561
+ },
6562
+ "name": "md-elevation-0",
6563
+ "attributes": {
6564
+ "category": "elevation",
6565
+ "type": "0"
6566
+ },
6567
+ "path": [
6568
+ "elevation",
6569
+ "0"
6570
+ ]
6571
+ },
6572
+ "1": {
6573
+ "value": {
6574
+ "x": "0",
6575
+ "y": "4",
6576
+ "blur": "8",
6577
+ "spread": "0",
6578
+ "color": "rgba(0,0,0,0.2)",
6579
+ "type": "dropShadow"
6580
+ },
6581
+ "type": "boxShadow",
6582
+ "description": "left nav hover, table row hover, list row hover, picker hover, button rest",
6583
+ "filePath": "src/core/elevation.json",
6584
+ "isSource": true,
6585
+ "original": {
6586
+ "value": {
6587
+ "x": "0",
6588
+ "y": "4",
6589
+ "blur": "8",
6590
+ "spread": "0",
6591
+ "color": "rgba(0,0,0,0.2)",
6592
+ "type": "dropShadow"
6593
+ },
6594
+ "type": "boxShadow",
6595
+ "description": "left nav hover, table row hover, list row hover, picker hover, button rest"
6596
+ },
6597
+ "name": "md-elevation-1",
6598
+ "attributes": {
6599
+ "category": "elevation",
6600
+ "type": "1"
6601
+ },
6602
+ "path": [
6603
+ "elevation",
6604
+ "1"
6605
+ ]
6606
+ },
6607
+ "2": {
6608
+ "value": {
6609
+ "x": "0",
6610
+ "y": "24",
6611
+ "blur": "48",
6612
+ "spread": "0",
6613
+ "color": "rgba(0,0,0,0.2)",
6614
+ "type": "dropShadow"
6615
+ },
6616
+ "type": "boxShadow",
6617
+ "description": "elevation.2\nHeader search panel, tooltips, callouts, transient dropdowns (which moves based on content or mouse position) Right panels. Dialog boxes",
6618
+ "filePath": "src/core/elevation.json",
6619
+ "isSource": true,
6620
+ "original": {
6621
+ "value": {
6622
+ "x": "0",
6623
+ "y": "24",
6624
+ "blur": "48",
6625
+ "spread": "0",
6626
+ "color": "rgba(0,0,0,0.2)",
6627
+ "type": "dropShadow"
6628
+ },
6629
+ "type": "boxShadow",
6630
+ "description": "elevation.2\nHeader search panel, tooltips, callouts, transient dropdowns (which moves based on content or mouse position) Right panels. Dialog boxes"
6631
+ },
6632
+ "name": "md-elevation-2",
6633
+ "attributes": {
6634
+ "category": "elevation",
6635
+ "type": "2"
6636
+ },
6637
+ "path": [
6638
+ "elevation",
6639
+ "2"
6640
+ ]
6641
+ }
6642
+ },
6643
+ "spacing": {
6644
+ "micro": {
6645
+ "value": "2px",
6646
+ "type": "spacing",
6647
+ "filePath": "src/core/spacing.json",
6648
+ "isSource": true,
6649
+ "original": {
6650
+ "value": "2px",
6651
+ "type": "spacing"
6652
+ },
6653
+ "name": "md-spacing-micro",
6654
+ "attributes": {
6655
+ "category": "spacing",
6656
+ "type": "micro"
6657
+ },
6658
+ "path": [
6659
+ "spacing",
6660
+ "micro"
6661
+ ]
6662
+ },
6663
+ "xxx-small": {
6664
+ "value": "4px",
6665
+ "type": "spacing",
6666
+ "description": "Extra, extra, extra small.",
6667
+ "filePath": "src/core/spacing.json",
6668
+ "isSource": true,
6669
+ "original": {
6670
+ "value": "4px",
6671
+ "type": "spacing",
6672
+ "description": "Extra, extra, extra small."
6673
+ },
6674
+ "name": "md-spacing-xxx-small",
6675
+ "attributes": {
6676
+ "category": "spacing",
6677
+ "type": "xxx-small"
6678
+ },
6679
+ "path": [
6680
+ "spacing",
6681
+ "xxx-small"
6682
+ ]
6683
+ },
6684
+ "xx-small": {
6685
+ "value": "8px",
6686
+ "type": "spacing",
6687
+ "description": "Extra, extra small.",
6688
+ "filePath": "src/core/spacing.json",
6689
+ "isSource": true,
6690
+ "original": {
6691
+ "value": "8px",
6692
+ "type": "spacing",
6693
+ "description": "Extra, extra small."
6694
+ },
6695
+ "name": "md-spacing-xx-small",
6696
+ "attributes": {
6697
+ "category": "spacing",
6698
+ "type": "xx-small"
6699
+ },
6700
+ "path": [
6701
+ "spacing",
6702
+ "xx-small"
6703
+ ]
6704
+ },
6705
+ "x-small": {
6706
+ "value": "12px",
6707
+ "type": "spacing",
6708
+ "description": "Extra small.",
6709
+ "filePath": "src/core/spacing.json",
6710
+ "isSource": true,
6711
+ "original": {
6712
+ "value": "12px",
6713
+ "type": "spacing",
6714
+ "description": "Extra small."
6715
+ },
6716
+ "name": "md-spacing-x-small",
6717
+ "attributes": {
6718
+ "category": "spacing",
6719
+ "type": "x-small"
6720
+ },
6721
+ "path": [
6722
+ "spacing",
6723
+ "x-small"
6724
+ ]
6725
+ },
6726
+ "small": {
6727
+ "value": "16px",
6728
+ "type": "spacing",
6729
+ "description": "Small.",
6730
+ "filePath": "src/core/spacing.json",
6731
+ "isSource": true,
6732
+ "original": {
6733
+ "value": "16px",
6734
+ "type": "spacing",
6735
+ "description": "Small."
6736
+ },
6737
+ "name": "md-spacing-small",
6738
+ "attributes": {
6739
+ "category": "spacing",
6740
+ "type": "small"
6741
+ },
6742
+ "path": [
6743
+ "spacing",
6744
+ "small"
6745
+ ]
6746
+ },
6747
+ "medium": {
6748
+ "value": "20px",
6749
+ "type": "spacing",
6750
+ "description": "Medium.",
6751
+ "filePath": "src/core/spacing.json",
6752
+ "isSource": true,
6753
+ "original": {
6754
+ "value": "20px",
6755
+ "type": "spacing",
6756
+ "description": "Medium."
6757
+ },
6758
+ "name": "md-spacing-medium",
6759
+ "attributes": {
6760
+ "category": "spacing",
6761
+ "type": "medium"
6762
+ },
6763
+ "path": [
6764
+ "spacing",
6765
+ "medium"
6766
+ ]
6767
+ },
6768
+ "large": {
6769
+ "value": "24px",
6770
+ "type": "spacing",
6771
+ "description": "Large.",
6772
+ "filePath": "src/core/spacing.json",
6773
+ "isSource": true,
6774
+ "original": {
6775
+ "value": "24px",
6776
+ "type": "spacing",
6777
+ "description": "Large."
6778
+ },
6779
+ "name": "md-spacing-large",
6780
+ "attributes": {
6781
+ "category": "spacing",
6782
+ "type": "large"
6783
+ },
6784
+ "path": [
6785
+ "spacing",
6786
+ "large"
6787
+ ]
6788
+ },
6789
+ "x-large": {
6790
+ "value": "32px",
6791
+ "type": "spacing",
6792
+ "description": "Extra large.",
6793
+ "filePath": "src/core/spacing.json",
6794
+ "isSource": true,
6795
+ "original": {
6796
+ "value": "32px",
6797
+ "type": "spacing",
6798
+ "description": "Extra large."
6799
+ },
6800
+ "name": "md-spacing-x-large",
6801
+ "attributes": {
6802
+ "category": "spacing",
6803
+ "type": "x-large"
6804
+ },
6805
+ "path": [
6806
+ "spacing",
6807
+ "x-large"
6808
+ ]
6809
+ },
6810
+ "xx-large": {
6811
+ "value": "40px",
6812
+ "type": "spacing",
6813
+ "description": "Extra, extra large.",
6814
+ "filePath": "src/core/spacing.json",
6815
+ "isSource": true,
6816
+ "original": {
6817
+ "value": "40px",
6818
+ "type": "spacing",
6819
+ "description": "Extra, extra large."
6820
+ },
6821
+ "name": "md-spacing-xx-large",
6822
+ "attributes": {
6823
+ "category": "spacing",
6824
+ "type": "xx-large"
6825
+ },
6826
+ "path": [
6827
+ "spacing",
6828
+ "xx-large"
6829
+ ]
6830
+ },
6831
+ "xxx-large": {
6832
+ "value": "52px",
6833
+ "type": "spacing",
6834
+ "description": "Extra, extra, extra large.",
6835
+ "filePath": "src/core/spacing.json",
6836
+ "isSource": true,
6837
+ "original": {
6838
+ "value": "52px",
6839
+ "type": "spacing",
6840
+ "description": "Extra, extra, extra large."
6841
+ },
6842
+ "name": "md-spacing-xxx-large",
6843
+ "attributes": {
6844
+ "category": "spacing",
6845
+ "type": "xxx-large"
6846
+ },
6847
+ "path": [
6848
+ "spacing",
6849
+ "xxx-large"
6850
+ ]
6851
+ },
6852
+ "big": {
6853
+ "value": "64px",
6854
+ "type": "spacing",
6855
+ "filePath": "src/core/spacing.json",
6856
+ "isSource": true,
6857
+ "original": {
6858
+ "value": "64px",
6859
+ "type": "spacing"
6860
+ },
6861
+ "name": "md-spacing-big",
6862
+ "attributes": {
6863
+ "category": "spacing",
6864
+ "type": "big"
6865
+ },
6866
+ "path": [
6867
+ "spacing",
6868
+ "big"
6869
+ ]
6870
+ },
6871
+ "x-big": {
6872
+ "value": "80px",
6873
+ "type": "spacing",
6874
+ "filePath": "src/core/spacing.json",
6875
+ "isSource": true,
6876
+ "original": {
6877
+ "value": "80px",
6878
+ "type": "spacing"
6879
+ },
6880
+ "name": "md-spacing-x-big",
6881
+ "attributes": {
6882
+ "category": "spacing",
6883
+ "type": "x-big"
6884
+ },
6885
+ "path": [
6886
+ "spacing",
6887
+ "x-big"
6888
+ ]
6889
+ },
6890
+ "xx-big": {
6891
+ "value": "100px",
6892
+ "type": "spacing",
6893
+ "filePath": "src/core/spacing.json",
6894
+ "isSource": true,
6895
+ "original": {
6896
+ "value": "100px",
6897
+ "type": "spacing"
6898
+ },
6899
+ "name": "md-spacing-xx-big",
6900
+ "attributes": {
6901
+ "category": "spacing",
6902
+ "type": "xx-big"
6903
+ },
6904
+ "path": [
6905
+ "spacing",
6906
+ "xx-big"
6907
+ ]
6908
+ }
6384
6909
  }
6385
6910
  }