this repo has no description
at react-mobile 334 lines 7.4 kB view raw
1export const VALUES = [ 2 { 3 name: 'ACCEPTANCE', 4 description: 'to be accepted as I am', 5 }, 6 { 7 name: 'ACCURACY', 8 description: 'to be accurate in my opinions and beliefs', 9 }, 10 { 11 name: 'ACHIEVEMENT', 12 description: 'to have important accomplishments', 13 }, 14 { 15 name: 'ADVENTURE', 16 description: 'to have new and exciting experiences', 17 }, 18 { 19 name: 'ATTRACTIVENESS', 20 description: 'to be physically attractive', 21 }, 22 { 23 name: 'AUTHORITY', 24 description: 'to be in charge of and responsible for others', 25 }, 26 { 27 name: 'AUTONOMY', 28 description: 'to be self-determined and independent', 29 }, 30 { 31 name: 'BEAUTY', 32 description: 'to appreciate beauty around me', 33 }, 34 { 35 name: 'CARING', 36 description: 'to take care of others', 37 }, 38 { 39 name: 'CHALLENGE', 40 description: 'to take on difficult tasks and problems', 41 }, 42 { 43 name: 'CHANGE', 44 description: 'to have a life full of change and variety', 45 }, 46 { 47 name: 'COMFORT', 48 description: 'to have a pleasant and comfortable life', 49 }, 50 { 51 name: 'COMMITMENT', 52 description: 'to make enduring, meaningful commitments', 53 }, 54 { 55 name: 'COMPASSION', 56 description: 'to feel and act on concern for others', 57 }, 58 { 59 name: 'CONTRIBUTION', 60 description: 'to make a lasting contribution in the world', 61 }, 62 { 63 name: 'COOPERATION', 64 description: 'to work collaboratively with others', 65 }, 66 { 67 name: 'COURTESY', 68 description: 'to be considerate and polite toward others', 69 }, 70 { 71 name: 'CREATIVITY', 72 description: 'to have new and original ideas', 73 }, 74 { 75 name: 'DEPENDABILITY', 76 description: 'to be reliable and trustworthy', 77 }, 78 { 79 name: 'DUTY', 80 description: 'to carry out my duties and obligations', 81 }, 82 { 83 name: 'ECOLOGY', 84 description: 'to live in harmony with the environment', 85 }, 86 { 87 name: 'EXCITEMENT', 88 description: 'to have a life full of thrills and stimulation', 89 }, 90 { 91 name: 'FAITHFULNESS', 92 description: 'to be loyal and true in relationships', 93 }, 94 { 95 name: 'FAME', 96 description: 'to be known and recognized', 97 }, 98 { 99 name: 'FAMILY', 100 description: 'to have a happy, loving family', 101 }, 102 { 103 name: 'FITNESS', 104 description: 'to be physically fit and strong', 105 }, 106 { 107 name: 'FLEXIBILITY', 108 description: 'to adjust to new circumstances easily', 109 }, 110 { 111 name: 'FORGIVENESS', 112 description: 'to be forgiving of others', 113 }, 114 { 115 name: 'FRIENDSHIP', 116 description: 'to have close, supportive friends', 117 }, 118 { 119 name: 'FUN', 120 description: 'to play and have fun', 121 }, 122 { 123 name: 'GENEROSITY', 124 description: 'to give what I have to others', 125 }, 126 { 127 name: 'GENUINENESS', 128 description: 'to act in a manner that is true to who I am', 129 }, 130 { 131 name: "GOD'S WILL", 132 description: 'to seek and obey the will of God', 133 }, 134 { 135 name: 'GROWTH', 136 description: 'to keep changing and growing', 137 }, 138 { 139 name: 'HEALTH', 140 description: 'to be physically well and healthy', 141 }, 142 { 143 name: 'HELPFULNESS', 144 description: 'to be helpful to others', 145 }, 146 { 147 name: 'HONESTY', 148 description: 'to be honest and truthful', 149 }, 150 { 151 name: 'HOPE', 152 description: 'to maintain a positive and optimistic outlook', 153 }, 154 { 155 name: 'HUMILITY', 156 description: 'to be modest and unassuming', 157 }, 158 { 159 name: 'HUMOR', 160 description: 'to see the humorous side of myself and the world', 161 }, 162 { 163 name: 'INDEPENDENCE', 164 description: 'to be free from dependence on others', 165 }, 166 { 167 name: 'INDUSTRY', 168 description: 'to work hard and well at my life tasks', 169 }, 170 { 171 name: 'INNER PEACE', 172 description: 'to experience personal peace', 173 }, 174 { 175 name: 'INTIMACY', 176 description: 'to share my innermost experiences with others', 177 }, 178 { 179 name: 'JUSTICE', 180 description: 'to promote fair and equal treatment for all', 181 }, 182 { 183 name: 'KNOWLEDGE', 184 description: 'to learn and contribute valuable knowledge', 185 }, 186 { 187 name: 'LEISURE', 188 description: 'to take time to relax and enjoy', 189 }, 190 { 191 name: 'LOVED', 192 description: 'to be loved by those close to me', 193 }, 194 { 195 name: 'LOVING', 196 description: 'to give love to others', 197 }, 198 { 199 name: 'MASTERY', 200 description: 'to be competent in my everyday activities', 201 }, 202 { 203 name: 'MINDFULNESS', 204 description: 'to live consciously and mindfully of the present moment', 205 }, 206 { 207 name: 'MODERATION', 208 description: 'to avoid excesses and find a middle ground', 209 }, 210 { 211 name: 'MONOGAMY', 212 description: 'to have one close, loving relationship', 213 }, 214 { 215 name: 'NONCONFORMITY', 216 description: 'to question and challenge authority and norms', 217 }, 218 { 219 name: 'NURTURANCE', 220 description: 'to take care of and nurture others', 221 }, 222 { 223 name: 'OPENNESS', 224 description: 'to be open to new experiences, ideas, and options', 225 }, 226 { 227 name: 'ORDER', 228 description: 'to have a life that is well-ordered and organized', 229 }, 230 { 231 name: 'PASSION', 232 description: 'to have deep feelings about ideas, activities, or people', 233 }, 234 { 235 name: 'PLEASURE', 236 description: 'to feel good', 237 }, 238 { 239 name: 'POPULARITY', 240 description: 'to be well-liked by many people', 241 }, 242 { 243 name: 'POWER', 244 description: 'to have control over others', 245 }, 246 { 247 name: 'PURPOSE', 248 description: 'to have meaning and direction in my life', 249 }, 250 { 251 name: 'RATIONALITY', 252 description: 'to be guided by reason and logic', 253 }, 254 { 255 name: 'REALISM', 256 description: 'to see and act realistically and practically', 257 }, 258 { 259 name: 'RESPONSIBILITY', 260 description: 'to make and carry out responsible decisions', 261 }, 262 { 263 name: 'RISK', 264 description: 'to take risks and chances', 265 }, 266 { 267 name: 'ROMANCE', 268 description: 'to have intense, exciting love in my life', 269 }, 270 { 271 name: 'SAFETY', 272 description: 'to be safe and secure', 273 }, 274 { 275 name: 'SELF-ACCEPTANCE', 276 description: 'to accept myself as I am', 277 }, 278 { 279 name: 'SELF-CONTROL', 280 description: 'to be disciplined in my own actions', 281 }, 282 { 283 name: 'SELF-ESTEEM', 284 description: 'to feel good about myself', 285 }, 286 { 287 name: 'SELF-KNOWLEDGE', 288 description: 'to have a deep and honest understanding of myself', 289 }, 290 { 291 name: 'SERVICE', 292 description: 'to be of service to others', 293 }, 294 { 295 name: 'SEXUALITY', 296 description: 'to have an active and satisfying sex life', 297 }, 298 { 299 name: 'SIMPLICITY', 300 description: 'to live life simply, with minimal needs', 301 }, 302 { 303 name: 'SOLITUDE', 304 description: 'to have time and space where I can be apart from others', 305 }, 306 { 307 name: 'SPIRITUALITY', 308 description: 'to grow and mature spiritually', 309 }, 310 { 311 name: 'STABILITY', 312 description: 'to have a life that stays fairly consistent', 313 }, 314 { 315 name: 'TOLERANCE', 316 description: 'to accept and respect those who differ from me', 317 }, 318 { 319 name: 'TRADITION', 320 description: 'to follow respected patterns of the past', 321 }, 322 { 323 name: 'VIRTUE', 324 description: 'to live a morally pure and excellent life', 325 }, 326 { 327 name: 'WEALTH', 328 description: 'to have plenty of money', 329 }, 330 { 331 name: 'WORLD PEACE', 332 description: 'to work to promote peace in the world', 333 }, 334];