udp-schema 2.14.0 → 2.16.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.
@@ -1,24 +1,26 @@
1
1
  import type { FieldGroup } from './types.js';
2
2
  /**
3
- * Step 8 — Neurodiversity (rebuilt 2026-04)
3
+ * Step 8 — Mental Health & Neurodiversity (restructured 2026-04)
4
4
  *
5
- * Exhaustive coverage of the neurodiversity profile across 11 sub-steps:
6
- * 1. Identity (including diagnosis status)
7
- * 2. Specific ND conditions
8
- * 3. Age of realization / diagnosis
9
- * 4. Sensory profile (hyper/hypo per sense + seeking + overwhelm)
10
- * 5. Cognitive strengths (ND-associated gifts)
11
- * 6. Executive function challenges
12
- * 7. Learning style
13
- * 8. Communication preference
14
- * 9. Support & accommodations that help
15
- * 10. Masking & burnout
16
- * 11. Impact on daily life
5
+ * 14 sub-steps covering:
6
+ * 1. neurodiverseIdentity (diagnosis status)
7
+ * 2. neurodevelopmentalConditions (core ND — conditional on ND identity)
8
+ * 3. mentalHealthConditions (mood, anxiety, trauma, OCD-spectrum, eating, psychotic — shown to everyone)
9
+ * 4. personalityPatterns (DSM-5 Cluster A/B/C shown to everyone)
10
+ * 5. neurologicalChronicConditions (comorbid neurological/chronic shown to everyone)
11
+ * 6. ageOfRealization
12
+ * 7. sensoryProfile
13
+ * 8. cognitiveStrengths
14
+ * 9. executiveFunctionChallenges
15
+ * 10. learningStyle
16
+ * 11. communicationPreference
17
+ * 12. supportAndAccommodations
18
+ * 13. maskingAndBurnout
19
+ * 14. impactOnLife
17
20
  *
18
- * Conditional sub-steps (2, 3, 4, 5, 6, 9, 10, 11) are shown unless the
19
- * respondent selects `no_neurotypical` or `prefer_not_to_say` for identity.
20
- * Steps 7 and 8 (learningStyle, communicationPreference) are shown for
21
- * everyone since they're useful profile data regardless of ND identity.
21
+ * Condition lists are DSM-5-TR (2022) aligned with person-first, non-pathologizing
22
+ * language. Each option has a full descriptive name (not just an acronym) and a
23
+ * description explaining what it means both translatable via i18n.
22
24
  */
23
25
  export declare const neurodiverseIdentityOptions: readonly [{
24
26
  readonly value: "yes_diagnosed";
@@ -40,93 +42,278 @@ export declare const neurodiverseIdentityOptions: readonly [{
40
42
  readonly value: "prefer_not_to_say";
41
43
  readonly label: "Prefer not to say";
42
44
  }];
43
- export declare const neurodiversityConditionOptions: readonly [{
45
+ export declare const neurodevelopmentalConditionOptions: readonly [{
44
46
  readonly value: "adhd";
45
- readonly label: "ADHD / ADD";
46
- readonly description: "Attention Deficit Hyperactivity Disorder";
47
+ readonly label: "ADHD Attention Deficit Hyperactivity Disorder";
48
+ readonly description: "Inattentive, hyperactive, or combined type — affects focus, impulse control, and organization";
47
49
  }, {
48
- readonly value: "autism_spectrum";
49
- readonly label: "Autism Spectrum (ASC / ASD)";
50
- readonly description: "Autism Spectrum Condition";
50
+ readonly value: "autism";
51
+ readonly label: "Autism Spectrum Condition (ASC / ASD)";
52
+ readonly description: "Differences in social communication, sensory processing, and patterns of behavior";
51
53
  }, {
52
54
  readonly value: "dyslexia";
53
- readonly label: "Dyslexia";
54
- readonly description: "Reading and language-processing differences";
55
- }, {
56
- readonly value: "dyspraxia";
57
- readonly label: "Dyspraxia / DCD";
58
- readonly description: "Developmental Coordination Disorder — motor coordination";
55
+ readonly label: "Dyslexia — Reading & Language Processing";
56
+ readonly description: "Difficulty with reading, spelling, and language decoding despite adequate intelligence";
59
57
  }, {
60
58
  readonly value: "dyscalculia";
61
- readonly label: "Dyscalculia";
62
- readonly description: "Difficulty with numbers and math";
59
+ readonly label: "Dyscalculia — Mathematical Processing";
60
+ readonly description: "Difficulty with numbers, arithmetic, and mathematical reasoning";
63
61
  }, {
64
62
  readonly value: "dysgraphia";
65
- readonly label: "Dysgraphia";
66
- readonly description: "Difficulty with writing / fine motor for writing";
63
+ readonly label: "Dysgraphia — Writing & Fine Motor";
64
+ readonly description: "Difficulty with handwriting, spelling, and organizing written thoughts";
65
+ }, {
66
+ readonly value: "dyspraxia_dcd";
67
+ readonly label: "Dyspraxia / DCD — Developmental Coordination Disorder";
68
+ readonly description: "Difficulty with motor coordination, planning movements, and spatial awareness";
69
+ }, {
70
+ readonly value: "tourettes_tics";
71
+ readonly label: "Tourette's Syndrome / Tic Disorder";
72
+ readonly description: "Involuntary repetitive movements or vocalizations (motor and/or vocal tics)";
67
73
  }, {
68
- readonly value: "tourettes";
69
- readonly label: "Tourette's / Tic Disorder";
70
- readonly description: "Involuntary tics and movements";
74
+ readonly value: "speech_sound";
75
+ readonly label: "Speech Sound Disorder";
76
+ readonly description: "Difficulty producing speech sounds correctly — affects pronunciation and clarity";
77
+ }, {
78
+ readonly value: "stuttering";
79
+ readonly label: "Stuttering / Fluency Disorder";
80
+ readonly description: "Disruptions in the flow of speech — repetitions, prolongations, or blocks";
81
+ }, {
82
+ readonly value: "language_disorder";
83
+ readonly label: "Language Disorder";
84
+ readonly description: "Difficulty understanding or using spoken/written language despite normal hearing";
85
+ }, {
86
+ readonly value: "social_communication";
87
+ readonly label: "Social (Pragmatic) Communication Disorder";
88
+ readonly description: "Difficulty with social use of language — understanding context, humor, or implied meaning";
89
+ }, {
90
+ readonly value: "intellectual_disability";
91
+ readonly label: "Intellectual Disability";
92
+ readonly description: "Limitations in intellectual functioning and adaptive behavior";
93
+ }, {
94
+ readonly value: "sensory_processing";
95
+ readonly label: "Sensory Processing Differences";
96
+ readonly description: "Difficulty processing and responding to sensory input (sound, light, touch, etc.)";
97
+ }, {
98
+ readonly value: "giftedness_2e";
99
+ readonly label: "Giftedness / Twice-Exceptional (2e)";
100
+ readonly description: "High cognitive ability combined with a neurodevelopmental difference";
101
+ }, {
102
+ readonly value: "other_neurodevelopmental";
103
+ readonly label: "Other neurodevelopmental condition";
104
+ readonly description: "A neurodevelopmental condition not listed above";
105
+ }, {
106
+ readonly value: "prefer_not_to_say";
107
+ readonly label: "Prefer not to say";
108
+ }];
109
+ export declare const mentalHealthConditionOptions: readonly [{
110
+ readonly value: "depression_major";
111
+ readonly label: "Major Depressive Disorder";
112
+ readonly description: "Persistent sadness, loss of interest, and fatigue lasting 2+ weeks";
113
+ }, {
114
+ readonly value: "depression_persistent";
115
+ readonly label: "Persistent Depressive Disorder (Dysthymia)";
116
+ readonly description: "Chronic low-grade depression lasting 2+ years";
117
+ }, {
118
+ readonly value: "depression_seasonal";
119
+ readonly label: "Seasonal Affective Disorder (SAD)";
120
+ readonly description: "Depression that follows a seasonal pattern, typically in winter";
121
+ }, {
122
+ readonly value: "pmdd";
123
+ readonly label: "Premenstrual Dysphoric Disorder (PMDD)";
124
+ readonly description: "Severe mood changes tied to the menstrual cycle";
125
+ }, {
126
+ readonly value: "bipolar_i";
127
+ readonly label: "Bipolar I Disorder";
128
+ readonly description: "Manic episodes lasting 7+ days, often with depressive episodes";
129
+ }, {
130
+ readonly value: "bipolar_ii";
131
+ readonly label: "Bipolar II Disorder";
132
+ readonly description: "Hypomanic and depressive episodes without full mania";
133
+ }, {
134
+ readonly value: "cyclothymia";
135
+ readonly label: "Cyclothymic Disorder";
136
+ readonly description: "Chronic mood fluctuations — milder than bipolar but persistent";
137
+ }, {
138
+ readonly value: "anxiety_generalized";
139
+ readonly label: "Generalized Anxiety Disorder (GAD)";
140
+ readonly description: "Persistent, excessive worry about everyday situations";
141
+ }, {
142
+ readonly value: "anxiety_social";
143
+ readonly label: "Social Anxiety Disorder";
144
+ readonly description: "Intense fear of social situations and being judged by others";
145
+ }, {
146
+ readonly value: "panic_disorder";
147
+ readonly label: "Panic Disorder";
148
+ readonly description: "Recurrent unexpected panic attacks with physical symptoms";
149
+ }, {
150
+ readonly value: "specific_phobia";
151
+ readonly label: "Specific Phobia(s)";
152
+ readonly description: "Intense, irrational fear of a specific object or situation";
153
+ }, {
154
+ readonly value: "agoraphobia";
155
+ readonly label: "Agoraphobia";
156
+ readonly description: "Fear of situations where escape might be difficult — crowds, open spaces, public transport";
71
157
  }, {
72
158
  readonly value: "ocd";
73
- readonly label: "OCD";
74
- readonly description: "Obsessive-Compulsive Disorder";
159
+ readonly label: "Obsessive-Compulsive Disorder (OCD)";
160
+ readonly description: "Intrusive unwanted thoughts (obsessions) and repetitive behaviors (compulsions)";
75
161
  }, {
76
- readonly value: "bipolar";
77
- readonly label: "Bipolar Disorder";
78
- readonly description: "Mood episodes between mania and depression";
162
+ readonly value: "body_dysmorphia";
163
+ readonly label: "Body Dysmorphic Disorder (BDD)";
164
+ readonly description: "Preoccupation with perceived flaws in physical appearance not observable by others";
79
165
  }, {
80
- readonly value: "anxiety_disorder";
81
- readonly label: "Anxiety Disorder";
82
- readonly description: "Persistent excessive worry";
166
+ readonly value: "hoarding";
167
+ readonly label: "Hoarding Disorder";
168
+ readonly description: "Persistent difficulty discarding possessions regardless of their value";
83
169
  }, {
84
- readonly value: "depression_mood";
85
- readonly label: "Depression / Mood Disorder";
86
- readonly description: "Clinical depression or mood disorders";
170
+ readonly value: "trichotillomania";
171
+ readonly label: "Trichotillomania Hair-Pulling Disorder";
172
+ readonly description: "Recurrent urge to pull out hair resulting in noticeable hair loss";
173
+ }, {
174
+ readonly value: "excoriation";
175
+ readonly label: "Excoriation — Skin-Picking Disorder";
176
+ readonly description: "Recurrent picking at skin resulting in lesions";
87
177
  }, {
88
178
  readonly value: "ptsd";
89
- readonly label: "PTSD / C-PTSD";
90
- readonly description: "Post-traumatic stress (including complex)";
179
+ readonly label: "Post-Traumatic Stress Disorder (PTSD)";
180
+ readonly description: "Flashbacks, nightmares, and hypervigilance following traumatic events";
91
181
  }, {
92
- readonly value: "sensory_processing";
93
- readonly label: "Sensory Processing Disorder";
94
- readonly description: "Difficulty processing sensory information";
182
+ readonly value: "cptsd";
183
+ readonly label: "Complex PTSD (C-PTSD)";
184
+ readonly description: "PTSD symptoms plus difficulties with emotional regulation, self-concept, and relationships";
95
185
  }, {
96
- readonly value: "auditory_processing";
97
- readonly label: "Auditory Processing Disorder";
98
- readonly description: "Difficulty processing sounds despite normal hearing";
186
+ readonly value: "anorexia";
187
+ readonly label: "Anorexia Nervosa";
188
+ readonly description: "Restriction of food intake, intense fear of weight gain, distorted body image";
99
189
  }, {
100
- readonly value: "visual_processing";
101
- readonly label: "Visual Processing Disorder";
102
- readonly description: "Difficulty processing visual information";
190
+ readonly value: "bulimia";
191
+ readonly label: "Bulimia Nervosa";
192
+ readonly description: "Binge eating followed by compensatory behaviors (purging, fasting, excessive exercise)";
103
193
  }, {
104
- readonly value: "giftedness_2e";
105
- readonly label: "Giftedness / Twice-Exceptional (2e)";
106
- readonly description: "High cognitive ability, often with ND";
194
+ readonly value: "binge_eating";
195
+ readonly label: "Binge Eating Disorder";
196
+ readonly description: "Recurrent episodes of eating large amounts without compensatory behaviors";
107
197
  }, {
108
- readonly value: "specific_language_impairment";
109
- readonly label: "Specific Language Impairment";
110
- readonly description: "Language development differences";
198
+ readonly value: "arfid";
199
+ readonly label: "ARFID Avoidant/Restrictive Food Intake Disorder";
200
+ readonly description: "Extremely picky eating or food avoidance not related to body image — often sensory-driven";
111
201
  }, {
112
- readonly value: "stuttering";
113
- readonly label: "Stuttering / Speech Disorder";
202
+ readonly value: "did";
203
+ readonly label: "Dissociative Identity Disorder (DID)";
204
+ readonly description: "Presence of two or more distinct identity states with gaps in memory";
205
+ }, {
206
+ readonly value: "depersonalization";
207
+ readonly label: "Depersonalization / Derealization Disorder";
208
+ readonly description: "Feeling detached from yourself or that the world around you is unreal";
114
209
  }, {
115
210
  readonly value: "schizophrenia";
116
- readonly label: "Schizophrenia / Schizoaffective";
211
+ readonly label: "Schizophrenia";
212
+ readonly description: "Disruptions in thought processes, perceptions, emotions, and behavior";
213
+ }, {
214
+ readonly value: "schizoaffective";
215
+ readonly label: "Schizoaffective Disorder";
216
+ readonly description: "Symptoms of schizophrenia combined with mood disorder episodes";
117
217
  }, {
118
- readonly value: "eating_disorder";
119
- readonly label: "Eating Disorder";
120
- readonly description: "Anorexia, bulimia, binge, ARFID, etc.";
218
+ readonly value: "other_mental_health";
219
+ readonly label: "Other mental health condition";
220
+ readonly description: "A condition not listed above";
221
+ }, {
222
+ readonly value: "prefer_not_to_say";
223
+ readonly label: "Prefer not to say";
224
+ }];
225
+ export declare const personalityPatternOptions: readonly [{
226
+ readonly value: "paranoid_pd";
227
+ readonly label: "Paranoid Personality";
228
+ readonly description: "Pervasive distrust and suspicion of others — interpreting motives as malevolent";
121
229
  }, {
122
- readonly value: "bpd";
230
+ readonly value: "schizoid_pd";
231
+ readonly label: "Schizoid Personality";
232
+ readonly description: "Detachment from social relationships and limited emotional expression";
233
+ }, {
234
+ readonly value: "schizotypal_pd";
235
+ readonly label: "Schizotypal Personality";
236
+ readonly description: "Eccentric behavior, unusual perceptual experiences, and social discomfort";
237
+ }, {
238
+ readonly value: "antisocial_pd";
239
+ readonly label: "Antisocial Personality (ASPD)";
240
+ readonly description: "Disregard for and violation of the rights of others — lack of remorse";
241
+ }, {
242
+ readonly value: "borderline_pd";
123
243
  readonly label: "Borderline Personality (BPD)";
244
+ readonly description: "Instability in relationships, self-image, emotions, and impulsivity — fear of abandonment";
124
245
  }, {
125
- readonly value: "intellectual_disability";
126
- readonly label: "Intellectual Disability";
246
+ readonly value: "histrionic_pd";
247
+ readonly label: "Histrionic Personality (HPD)";
248
+ readonly description: "Excessive attention-seeking, dramatic behavior, and exaggerated emotional expression";
249
+ }, {
250
+ readonly value: "narcissistic_pd";
251
+ readonly label: "Narcissistic Personality (NPD)";
252
+ readonly description: "Grandiosity, need for admiration, and lack of empathy for others";
253
+ }, {
254
+ readonly value: "avoidant_pd";
255
+ readonly label: "Avoidant Personality (AVPD)";
256
+ readonly description: "Social inhibition, feelings of inadequacy, and extreme sensitivity to criticism";
257
+ }, {
258
+ readonly value: "dependent_pd";
259
+ readonly label: "Dependent Personality (DPD)";
260
+ readonly description: "Excessive need to be taken care of — submissive, clingy, and fear of separation";
261
+ }, {
262
+ readonly value: "ocpd";
263
+ readonly label: "Obsessive-Compulsive Personality (OCPD)";
264
+ readonly description: "Preoccupation with orderliness, perfectionism, and control — different from OCD";
265
+ }, {
266
+ readonly value: "other_personality";
267
+ readonly label: "Other personality pattern";
268
+ readonly description: "A personality pattern not listed above";
269
+ }, {
270
+ readonly value: "prefer_not_to_say";
271
+ readonly label: "Prefer not to say";
272
+ }];
273
+ export declare const neurologicalChronicConditionOptions: readonly [{
274
+ readonly value: "epilepsy";
275
+ readonly label: "Epilepsy / Seizure Disorder";
276
+ readonly description: "Recurrent seizures caused by abnormal electrical activity in the brain";
277
+ }, {
278
+ readonly value: "chronic_fatigue_me";
279
+ readonly label: "Chronic Fatigue Syndrome / ME";
280
+ readonly description: "Extreme fatigue that doesn’t improve with rest and worsens with physical/mental activity";
281
+ }, {
282
+ readonly value: "fibromyalgia";
283
+ readonly label: "Fibromyalgia";
284
+ readonly description: "Widespread musculoskeletal pain with fatigue, sleep, and cognitive difficulties";
285
+ }, {
286
+ readonly value: "chronic_pain";
287
+ readonly label: "Chronic Pain Syndrome";
288
+ readonly description: "Persistent pain lasting months or years beyond expected healing time";
289
+ }, {
290
+ readonly value: "migraine";
291
+ readonly label: "Chronic Migraine";
292
+ readonly description: "Severe recurring headaches often with nausea, sensitivity to light and sound";
293
+ }, {
294
+ readonly value: "tbi";
295
+ readonly label: "Traumatic Brain Injury (TBI)";
296
+ readonly description: "Brain damage from external force — can affect cognition, behavior, and emotions";
297
+ }, {
298
+ readonly value: "ehlers_danlos";
299
+ readonly label: "Ehlers-Danlos Syndrome (EDS)";
300
+ readonly description: "Connective tissue disorder causing joint hypermobility, skin fragility, and chronic pain";
301
+ }, {
302
+ readonly value: "pots";
303
+ readonly label: "POTS — Postural Orthostatic Tachycardia Syndrome";
304
+ readonly description: "Autonomic nervous system dysfunction causing rapid heartbeat and dizziness on standing";
305
+ }, {
306
+ readonly value: "sleep_disorder";
307
+ readonly label: "Sleep Disorder (Insomnia, Narcolepsy, Sleep Apnea)";
308
+ readonly description: "Persistent difficulty falling/staying asleep, or excessive daytime sleepiness";
309
+ }, {
310
+ readonly value: "none";
311
+ readonly label: "None of these";
312
+ readonly description: "No neurological or chronic conditions";
127
313
  }, {
128
- readonly value: "other";
129
- readonly label: "Other";
314
+ readonly value: "other_neurological";
315
+ readonly label: "Other neurological / chronic condition";
316
+ readonly description: "A condition not listed above";
130
317
  }, {
131
318
  readonly value: "prefer_not_to_say";
132
319
  readonly label: "Prefer not to say";
@@ -1 +1 @@
1
- {"version":3,"file":"08-neurodiversity.d.ts","sourceRoot":"","sources":["../../src/profile-fields/08-neurodiversity.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAE7C;;;;;;;;;;;;;;;;;;;;GAoBG;AAIH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;EAsB9B,CAAC;AAIX,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqFjC,CAAC;AAIX,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;EAQ1B,CAAC;AAIX,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAexB,CAAC;AAIX,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgB3B,CAAC;AAIX,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAepC,CAAC;AAIX,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;EAUvB,CAAC;AAIX,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;EAUjC,CAAC;AAIX,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmB9B,CAAC;AAIX,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;EAWxB,CAAC;AAIX,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;EAetB,CAAC;AAMX,eAAO,MAAM,cAAc,EAAE,UA8H5B,CAAC"}
1
+ {"version":3,"file":"08-neurodiversity.d.ts","sourceRoot":"","sources":["../../src/profile-fields/08-neurodiversity.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAE7C;;;;;;;;;;;;;;;;;;;;;;GAsBG;AAIH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;EAsB9B,CAAC;AAIX,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA6ErC,CAAC;AAIX,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAsJ/B,CAAC;AAIX,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA4D5B,CAAC;AAIX,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAyDtC,CAAC;AAIX,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;EAQ1B,CAAC;AAIX,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAexB,CAAC;AAIX,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgB3B,CAAC;AAIX,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAepC,CAAC;AAIX,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;EAUvB,CAAC;AAIX,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;EAUjC,CAAC;AAIX,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmB9B,CAAC;AAIX,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;EAWxB,CAAC;AAIX,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;EAetB,CAAC;AAMX,eAAO,MAAM,cAAc,EAAE,UA+J5B,CAAC"}