@syscore/ui-library 1.3.7 → 1.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,797 @@
1
+ export const concepts = [
2
+ {
3
+ id: "concept-mind",
4
+ name: "Mind",
5
+ code: "M",
6
+ sort_order: 9,
7
+ themes: [
8
+ {
9
+ id: "mind-m1",
10
+ code: "M1",
11
+ name: "Mental health support",
12
+ description:
13
+ "This theme promotes mental health awareness and provides resources and support systems for occupants experiencing mental health challenges.",
14
+ color: "#0a5161",
15
+ strategies: [
16
+ {
17
+ id: "m1-1",
18
+ code: "M1.1",
19
+ name: "Provide mental health resources",
20
+ points: "1–2",
21
+ },
22
+ {
23
+ id: "m1-2",
24
+ code: "M1.2",
25
+ name: "Establish mental health policies",
26
+ points: "1",
27
+ },
28
+ ],
29
+ },
30
+ {
31
+ id: "mind-m2",
32
+ code: "M2",
33
+ name: "Stress management",
34
+ description:
35
+ "This theme supports stress reduction through dedicated spaces and programs designed to help occupants manage stress effectively.",
36
+ color: "#0a5161",
37
+ strategies: [
38
+ {
39
+ id: "m2-1",
40
+ code: "M2.1",
41
+ name: "Provide stress reduction spaces",
42
+ points: "1–2",
43
+ },
44
+ {
45
+ id: "m2-2",
46
+ code: "M2.2",
47
+ name: "Offer stress management programs",
48
+ points: "1",
49
+ },
50
+ ],
51
+ },
52
+ {
53
+ id: "mind-m3",
54
+ code: "M3",
55
+ name: "Cognitive support",
56
+ description:
57
+ "This theme enhances cognitive function through environmental design that supports focus, concentration, and mental clarity.",
58
+ color: "#0a5161",
59
+ strategies: [
60
+ {
61
+ id: "m3-1",
62
+ code: "M3.1",
63
+ name: "Design for focus and concentration",
64
+ points: "1–2",
65
+ },
66
+ ],
67
+ },
68
+ ],
69
+ },
70
+ {
71
+ id: "concept-community",
72
+ name: "Community",
73
+ code: "C",
74
+ sort_order: 8,
75
+ themes: [
76
+ {
77
+ id: "community-c1",
78
+ code: "C1",
79
+ name: "Community and occupant engagement",
80
+ description:
81
+ "This theme fosters social connections and community building among occupants through shared spaces and engagement programs.",
82
+ color: "#0f748a",
83
+ strategies: [
84
+ {
85
+ id: "c1-1",
86
+ code: "C1.1",
87
+ name: "Foster community connections",
88
+ points: "1–2",
89
+ },
90
+ {
91
+ id: "c1-2",
92
+ code: "C1.2",
93
+ name: "Support occupant engagement",
94
+ points: "1",
95
+ },
96
+ ],
97
+ },
98
+ {
99
+ id: "community-c2",
100
+ code: "C2",
101
+ name: "Emergency preparedness",
102
+ description:
103
+ "This theme ensures buildings are prepared for emergencies through comprehensive planning and regular training exercises.",
104
+ color: "#0f748a",
105
+ strategies: [
106
+ {
107
+ id: "c2-1",
108
+ code: "C2.1",
109
+ name: "Develop emergency response plans",
110
+ points: "1–2",
111
+ },
112
+ {
113
+ id: "c2-2",
114
+ code: "C2.2",
115
+ name: "Conduct emergency drills",
116
+ points: "1",
117
+ },
118
+ ],
119
+ },
120
+ {
121
+ id: "community-c3",
122
+ code: "C3",
123
+ name: "Fair housing",
124
+ description:
125
+ "This theme promotes equitable access to housing and facilities regardless of background or ability.",
126
+ color: "#0f748a",
127
+ strategies: [
128
+ {
129
+ id: "c3-1",
130
+ code: "C3.1",
131
+ name: "Ensure equitable access",
132
+ points: "1",
133
+ },
134
+ ],
135
+ },
136
+ {
137
+ id: "community-c4",
138
+ code: "C4",
139
+ name: "Family and parental support",
140
+ description:
141
+ "This theme supports working parents through policies and amenities that help balance work and family responsibilities.",
142
+ color: "#0f748a",
143
+ strategies: [
144
+ {
145
+ id: "c4-1",
146
+ code: "C4.1",
147
+ name: "Provide parental leave policies",
148
+ points: "1–2",
149
+ },
150
+ {
151
+ id: "c4-2",
152
+ code: "C4.2",
153
+ name: "Offer childcare support",
154
+ points: "1",
155
+ },
156
+ ],
157
+ },
158
+ {
159
+ id: "community-c5",
160
+ code: "C5",
161
+ name: "Health benefits and services",
162
+ description:
163
+ "This theme ensures access to comprehensive health benefits and wellness services for occupants.",
164
+ color: "#0f748a",
165
+ strategies: [
166
+ {
167
+ id: "c5-1",
168
+ code: "C5.1",
169
+ name: "Provide health insurance",
170
+ points: "1–2",
171
+ },
172
+ {
173
+ id: "c5-2",
174
+ code: "C5.2",
175
+ name: "Offer wellness programs",
176
+ points: "1",
177
+ },
178
+ ],
179
+ },
180
+ {
181
+ id: "community-c6",
182
+ code: "C6",
183
+ name: "Health promotion",
184
+ description:
185
+ "This theme advances health awareness through education programs and promotional activities.",
186
+ color: "#0f748a",
187
+ strategies: [
188
+ {
189
+ id: "c6-1",
190
+ code: "C6.1",
191
+ name: "Promote health education",
192
+ points: "1",
193
+ },
194
+ ],
195
+ },
196
+ {
197
+ id: "community-c7",
198
+ code: "C7",
199
+ name: "Inclusive design",
200
+ description:
201
+ "This theme ensures spaces are accessible and usable by people of all abilities through universal design principles.",
202
+ color: "#0f748a",
203
+ strategies: [
204
+ {
205
+ id: "c7-1",
206
+ code: "C7.1",
207
+ name: "Ensure accessibility",
208
+ points: "1–2",
209
+ },
210
+ {
211
+ id: "c7-2",
212
+ code: "C7.2",
213
+ name: "Design for all abilities",
214
+ points: "1",
215
+ },
216
+ ],
217
+ },
218
+ {
219
+ id: "community-c8",
220
+ code: "C8",
221
+ name: "Occupant experience",
222
+ description:
223
+ "This theme supports understanding and improving how people experience a space through regular surveys, qualitative research and ongoing action planning.",
224
+ color: "#0f748a",
225
+ strategies: [
226
+ {
227
+ id: "c8-1",
228
+ code: "C8.1",
229
+ name: "Collect additional occupant research",
230
+ points: "1–2",
231
+ },
232
+ {
233
+ id: "c8-2",
234
+ code: "C8.2",
235
+ name: "Conduct qualitative research",
236
+ points: "1",
237
+ },
238
+ {
239
+ id: "c8-3",
240
+ code: "C8.3",
241
+ name: "Develop annual action plan",
242
+ points: "1–2",
243
+ },
244
+ {
245
+ id: "c8-4",
246
+ code: "C8.4",
247
+ name: "Perform annual occupant survey",
248
+ points: "1–4",
249
+ hasEdit: true,
250
+ },
251
+ ],
252
+ },
253
+ {
254
+ id: "community-c9",
255
+ code: "C9",
256
+ name: "Organizational practices",
257
+ description:
258
+ "This theme establishes organizational policies that support occupant health and well-being.",
259
+ color: "#0f748a",
260
+ strategies: [
261
+ {
262
+ id: "c9-1",
263
+ code: "C9.1",
264
+ name: "Establish organizational policies",
265
+ points: "1",
266
+ },
267
+ ],
268
+ },
269
+ {
270
+ id: "community-c10",
271
+ code: "C10",
272
+ name: "Personal-professional development",
273
+ description:
274
+ "This theme supports continuous learning and career growth opportunities for occupants.",
275
+ color: "#0f748a",
276
+ strategies: [
277
+ {
278
+ id: "c10-1",
279
+ code: "C10.1",
280
+ name: "Offer training programs",
281
+ points: "1–2",
282
+ },
283
+ {
284
+ id: "c10-2",
285
+ code: "C10.2",
286
+ name: "Support career growth",
287
+ points: "1",
288
+ },
289
+ ],
290
+ },
291
+ {
292
+ id: "community-c11",
293
+ code: "C11",
294
+ name: "Supportive construction practices",
295
+ description:
296
+ "This theme ensures construction practices prioritize worker safety and health.",
297
+ color: "#0f748a",
298
+ strategies: [
299
+ {
300
+ id: "c11-1",
301
+ code: "C11.1",
302
+ name: "Ensure safe construction",
303
+ points: "1",
304
+ },
305
+ ],
306
+ },
307
+ ],
308
+ },
309
+ {
310
+ id: "concept-movement",
311
+ name: "Movement",
312
+ code: "V",
313
+ sort_order: 4,
314
+ themes: [
315
+ {
316
+ id: "movement-v1",
317
+ code: "V1",
318
+ name: "Active design",
319
+ description:
320
+ "This theme encourages physical activity through building design that promotes movement and active transportation.",
321
+ color: "#149ebd",
322
+ strategies: [
323
+ {
324
+ id: "v1-1",
325
+ code: "V1.1",
326
+ name: "Design for physical activity",
327
+ points: "1–2",
328
+ },
329
+ { id: "v1-2", code: "V1.2", name: "Promote stair use", points: "1" },
330
+ ],
331
+ },
332
+ {
333
+ id: "movement-v2",
334
+ code: "V2",
335
+ name: "Ergonomics",
336
+ description:
337
+ "This theme supports proper body mechanics through ergonomic furniture and workstation design.",
338
+ color: "#149ebd",
339
+ strategies: [
340
+ {
341
+ id: "v2-1",
342
+ code: "V2.1",
343
+ name: "Provide ergonomic workstations",
344
+ points: "1–2",
345
+ },
346
+ ],
347
+ },
348
+ {
349
+ id: "movement-v3",
350
+ code: "V3",
351
+ name: "Physical activity",
352
+ description:
353
+ "This theme promotes physical fitness through on-site facilities and active commuting support.",
354
+ color: "#149ebd",
355
+ strategies: [
356
+ {
357
+ id: "v3-1",
358
+ code: "V3.1",
359
+ name: "Offer fitness facilities",
360
+ points: "1–2",
361
+ },
362
+ {
363
+ id: "v3-2",
364
+ code: "V3.2",
365
+ name: "Support active commuting",
366
+ points: "1",
367
+ },
368
+ ],
369
+ },
370
+ ],
371
+ },
372
+ {
373
+ id: "concept-water",
374
+ name: "Water",
375
+ code: "W",
376
+ sort_order: 1,
377
+ themes: [
378
+ {
379
+ id: "water-w1",
380
+ code: "W1",
381
+ name: "Drinking water quality",
382
+ description:
383
+ "This theme ensures drinking water meets quality standards through testing and treatment protocols.",
384
+ color: "#39c9ea",
385
+ strategies: [
386
+ {
387
+ id: "w1-1",
388
+ code: "W1.1",
389
+ name: "Test water quality",
390
+ points: "1–2",
391
+ },
392
+ {
393
+ id: "w1-2",
394
+ code: "W1.2",
395
+ name: "Treat drinking water",
396
+ points: "1",
397
+ },
398
+ ],
399
+ },
400
+ {
401
+ id: "water-w2",
402
+ code: "W2",
403
+ name: "Water access",
404
+ description:
405
+ "This theme promotes hydration through convenient access to clean drinking water.",
406
+ color: "#39c9ea",
407
+ strategies: [
408
+ {
409
+ id: "w2-1",
410
+ code: "W2.1",
411
+ name: "Provide water dispensers",
412
+ points: "1",
413
+ },
414
+ ],
415
+ },
416
+ ],
417
+ },
418
+ {
419
+ id: "concept-air",
420
+ name: "Air",
421
+ code: "A",
422
+ sort_order: 0,
423
+ themes: [
424
+ {
425
+ id: "air-a1",
426
+ code: "A1",
427
+ name: "Air quality monitoring",
428
+ description:
429
+ "This theme maintains healthy indoor air through continuous monitoring and threshold management.",
430
+ color: "#87dff2",
431
+ strategies: [
432
+ {
433
+ id: "a1-1",
434
+ code: "A1.1",
435
+ name: "Meet thresholds for particulate matter",
436
+ points: "1–3",
437
+ },
438
+ {
439
+ id: "a1-2",
440
+ code: "A1.2",
441
+ name: "Meet thresholds for organic gasses",
442
+ points: "1–2",
443
+ },
444
+ {
445
+ id: "a1-3",
446
+ code: "A1.3",
447
+ name: "Meet thresholds for inorganic gasses",
448
+ points: "1–3",
449
+ },
450
+ ],
451
+ },
452
+ {
453
+ id: "air-a2",
454
+ code: "A2",
455
+ name: "Ventilation",
456
+ description:
457
+ "This theme improves air quality through enhanced ventilation and outdoor air supply.",
458
+ color: "#87dff2",
459
+ strategies: [
460
+ {
461
+ id: "a2-1",
462
+ code: "A2.1",
463
+ name: "Increase outdoor air supply",
464
+ points: "1–2",
465
+ },
466
+ ],
467
+ },
468
+ {
469
+ id: "air-a3",
470
+ code: "A3",
471
+ name: "Air filtration",
472
+ description:
473
+ "This theme reduces airborne contaminants through advanced filtration systems.",
474
+ color: "#87dff2",
475
+ strategies: [
476
+ {
477
+ id: "a3-1",
478
+ code: "A3.1",
479
+ name: "Enhance air filtration",
480
+ points: "1–2",
481
+ },
482
+ ],
483
+ },
484
+ ],
485
+ },
486
+ {
487
+ id: "concept-light",
488
+ name: "Light",
489
+ code: "L",
490
+ sort_order: 3,
491
+ themes: [
492
+ {
493
+ id: "light-l1",
494
+ code: "L1",
495
+ name: "Daylight exposure",
496
+ description:
497
+ "This theme maximizes natural light access for occupant health and well-being.",
498
+ color: "#8aefdb",
499
+ strategies: [
500
+ {
501
+ id: "l1-1",
502
+ code: "L1.1",
503
+ name: "Maximize daylight access",
504
+ points: "1–2",
505
+ },
506
+ ],
507
+ },
508
+ {
509
+ id: "light-l2",
510
+ code: "L2",
511
+ name: "Visual comfort",
512
+ description:
513
+ "This theme ensures comfortable lighting conditions through glare control and task lighting.",
514
+ color: "#8aefdb",
515
+ strategies: [
516
+ { id: "l2-1", code: "L2.1", name: "Control glare", points: "1" },
517
+ {
518
+ id: "l2-2",
519
+ code: "L2.2",
520
+ name: "Provide task lighting",
521
+ points: "1",
522
+ },
523
+ ],
524
+ },
525
+ {
526
+ id: "light-l3",
527
+ code: "L3",
528
+ name: "Circadian lighting",
529
+ description:
530
+ "This theme supports natural sleep-wake cycles through circadian-appropriate lighting design.",
531
+ color: "#8aefdb",
532
+ strategies: [
533
+ {
534
+ id: "l3-1",
535
+ code: "L3.1",
536
+ name: "Support circadian rhythm",
537
+ points: "1–2",
538
+ },
539
+ ],
540
+ },
541
+ ],
542
+ },
543
+ {
544
+ id: "concept-thermal-comfort",
545
+ name: "Thermal Comfort",
546
+ code: "T",
547
+ sort_order: 5,
548
+ themes: [
549
+ {
550
+ id: "thermal-t1",
551
+ code: "T1",
552
+ name: "Thermal performance",
553
+ description:
554
+ "This theme maintains comfortable temperature conditions for occupant productivity and well-being.",
555
+ color: "#3eddbf",
556
+ strategies: [
557
+ {
558
+ id: "t1-1",
559
+ code: "T1.1",
560
+ name: "Provide acceptable thermal environment",
561
+ points: "1",
562
+ },
563
+ ],
564
+ },
565
+ {
566
+ id: "thermal-t2",
567
+ code: "T2",
568
+ name: "Thermal zoning",
569
+ description:
570
+ "This theme provides individual control over thermal conditions for personalized comfort.",
571
+ color: "#3eddbf",
572
+ strategies: [
573
+ {
574
+ id: "t2-1",
575
+ code: "T2.1",
576
+ name: "Allow individual thermal control",
577
+ points: "1–2",
578
+ },
579
+ ],
580
+ },
581
+ {
582
+ id: "thermal-t3",
583
+ code: "T3",
584
+ name: "Thermal comfort monitoring",
585
+ description:
586
+ "This theme tracks and responds to thermal conditions through continuous monitoring.",
587
+ color: "#3eddbf",
588
+ strategies: [
589
+ {
590
+ id: "t3-1",
591
+ code: "T3.1",
592
+ name: "Monitor thermal environment",
593
+ points: "2–3",
594
+ },
595
+ ],
596
+ },
597
+ ],
598
+ },
599
+ {
600
+ id: "concept-nourishment",
601
+ name: "Nourishment",
602
+ code: "N",
603
+ sort_order: 2,
604
+ themes: [
605
+ {
606
+ id: "nourishment-n1",
607
+ code: "N1",
608
+ name: "Fruits and vegetables",
609
+ description:
610
+ "This theme promotes healthy eating through access to fresh fruits and vegetables.",
611
+ color: "#17aa8d",
612
+ strategies: [
613
+ {
614
+ id: "n1-1",
615
+ code: "N1.1",
616
+ name: "Provide healthy food options",
617
+ points: "1–2",
618
+ },
619
+ ],
620
+ },
621
+ {
622
+ id: "nourishment-n2",
623
+ code: "N2",
624
+ name: "Food transparency",
625
+ description:
626
+ "This theme enables informed food choices through clear nutritional labeling.",
627
+ color: "#17aa8d",
628
+ strategies: [
629
+ {
630
+ id: "n2-1",
631
+ code: "N2.1",
632
+ name: "Label nutritional information",
633
+ points: "1",
634
+ },
635
+ ],
636
+ },
637
+ {
638
+ id: "nourishment-n3",
639
+ code: "N3",
640
+ name: "Mindful eating",
641
+ description:
642
+ "This theme supports healthy eating habits through thoughtfully designed dining spaces.",
643
+ color: "#17aa8d",
644
+ strategies: [
645
+ {
646
+ id: "n3-1",
647
+ code: "N3.1",
648
+ name: "Design eating spaces",
649
+ points: "1",
650
+ },
651
+ ],
652
+ },
653
+ {
654
+ id: "nourishment-n4",
655
+ code: "N4",
656
+ name: "Design for healthy eating",
657
+ description:
658
+ "This theme encourages nutritious food choices through strategic food placement and promotion.",
659
+ color: "#17aa8d",
660
+ strategies: [
661
+ {
662
+ id: "n4-1",
663
+ code: "N4.1",
664
+ name: "Promote healthy nutritional advertising",
665
+ points: "1",
666
+ },
667
+ ],
668
+ },
669
+ ],
670
+ },
671
+ {
672
+ id: "concept-sound",
673
+ name: "Sound",
674
+ code: "S",
675
+ sort_order: 6,
676
+ themes: [
677
+ {
678
+ id: "sound-s1",
679
+ code: "S1",
680
+ name: "Sound management",
681
+ description:
682
+ "This theme creates comfortable acoustic environments through noise control strategies.",
683
+ color: "#0c705c",
684
+ strategies: [
685
+ {
686
+ id: "s1-1",
687
+ code: "S1.1",
688
+ name: "Control background noise",
689
+ points: "1–2",
690
+ },
691
+ ],
692
+ },
693
+ {
694
+ id: "sound-s2",
695
+ code: "S2",
696
+ name: "Sound privacy",
697
+ description:
698
+ "This theme protects speech privacy and provides quiet spaces for focused work.",
699
+ color: "#0c705c",
700
+ strategies: [
701
+ {
702
+ id: "s2-1",
703
+ code: "S2.1",
704
+ name: "Provide acoustic privacy",
705
+ points: "1",
706
+ },
707
+ {
708
+ id: "s2-2",
709
+ code: "S2.2",
710
+ name: "Design quiet spaces",
711
+ points: "1",
712
+ },
713
+ ],
714
+ },
715
+ ],
716
+ },
717
+ {
718
+ id: "concept-materials",
719
+ name: "Materials",
720
+ code: "X",
721
+ sort_order: 7,
722
+ themes: [
723
+ {
724
+ id: "materials-x1",
725
+ code: "X1",
726
+ name: "Material restrictions",
727
+ description:
728
+ "This theme reduces exposure to harmful substances through material restrictions.",
729
+ color: "#0a4f41",
730
+ strategies: [
731
+ {
732
+ id: "x1-1",
733
+ code: "X1.1",
734
+ name: "Restrict hazardous materials",
735
+ points: "1–2",
736
+ },
737
+ ],
738
+ },
739
+ {
740
+ id: "materials-x2",
741
+ code: "X2",
742
+ name: "Material transparency",
743
+ description:
744
+ "This theme promotes informed material selection through ingredient disclosure.",
745
+ color: "#0a4f41",
746
+ strategies: [
747
+ {
748
+ id: "x2-1",
749
+ code: "X2.1",
750
+ name: "Disclose material ingredients",
751
+ points: "1",
752
+ },
753
+ ],
754
+ },
755
+ {
756
+ id: "materials-x3",
757
+ code: "X3",
758
+ name: "Cleaning products",
759
+ description:
760
+ "This theme ensures safe indoor environments through non-toxic cleaning products.",
761
+ color: "#0a4f41",
762
+ strategies: [
763
+ {
764
+ id: "x3-1",
765
+ code: "X3.1",
766
+ name: "Use safe cleaning products",
767
+ points: "1",
768
+ },
769
+ ],
770
+ },
771
+ ],
772
+ },
773
+ {
774
+ id: "concept-innovation",
775
+ name: "Innovation",
776
+ code: "I",
777
+ sort_order: 9,
778
+ themes: [
779
+ {
780
+ id: "innovation-i1",
781
+ code: "I1",
782
+ name: "Innovation proposals",
783
+ description:
784
+ "This theme encourages creative solutions through innovative strategy proposals.",
785
+ color: "#52545D",
786
+ strategies: [
787
+ {
788
+ id: "i1-1",
789
+ code: "I1.1",
790
+ name: "Propose innovative strategies",
791
+ points: "1–5",
792
+ },
793
+ ],
794
+ },
795
+ ],
796
+ },
797
+ ];