Spaces:
Running
Running
Swap feelings order: NOT met first, then ARE met
Browse filesMore intuitive for difficult conversations - unmet needs feelings shown first
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- static/index.html +8 -8
static/index.html
CHANGED
|
@@ -1048,14 +1048,6 @@
|
|
| 1048 |
|
| 1049 |
// NVC Feelings vocabulary (from Marshall Rosenberg)
|
| 1050 |
const FEELINGS_DATA = {
|
| 1051 |
-
'When needs ARE met': [
|
| 1052 |
-
'Alive', 'Amazed', 'Appreciative', 'Confident', 'Curious', 'Delighted',
|
| 1053 |
-
'Eager', 'Energetic', 'Engaged', 'Excited', 'Fulfilled', 'Glad',
|
| 1054 |
-
'Grateful', 'Hopeful', 'Inspired', 'Joyful', 'Loving', 'Moved',
|
| 1055 |
-
'Optimistic', 'Peaceful', 'Pleased', 'Proud', 'Refreshed', 'Relaxed',
|
| 1056 |
-
'Relieved', 'Satisfied', 'Secure', 'Tender', 'Thankful', 'Touched',
|
| 1057 |
-
'Trusting', 'Warm'
|
| 1058 |
-
],
|
| 1059 |
'When needs are NOT met': [
|
| 1060 |
'Afraid', 'Angry', 'Annoyed', 'Anxious', 'Ashamed', 'Bewildered',
|
| 1061 |
'Bitter', 'Confused', 'Dejected', 'Depressed', 'Disappointed',
|
|
@@ -1064,6 +1056,14 @@
|
|
| 1064 |
'Hurt', 'Impatient', 'Irritated', 'Jealous', 'Lonely', 'Nervous',
|
| 1065 |
'Numb', 'Overwhelmed', 'Resentful', 'Sad', 'Scared', 'Shocked',
|
| 1066 |
'Tired', 'Uncomfortable', 'Uneasy', 'Upset', 'Worried'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1067 |
]
|
| 1068 |
};
|
| 1069 |
|
|
|
|
| 1048 |
|
| 1049 |
// NVC Feelings vocabulary (from Marshall Rosenberg)
|
| 1050 |
const FEELINGS_DATA = {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1051 |
'When needs are NOT met': [
|
| 1052 |
'Afraid', 'Angry', 'Annoyed', 'Anxious', 'Ashamed', 'Bewildered',
|
| 1053 |
'Bitter', 'Confused', 'Dejected', 'Depressed', 'Disappointed',
|
|
|
|
| 1056 |
'Hurt', 'Impatient', 'Irritated', 'Jealous', 'Lonely', 'Nervous',
|
| 1057 |
'Numb', 'Overwhelmed', 'Resentful', 'Sad', 'Scared', 'Shocked',
|
| 1058 |
'Tired', 'Uncomfortable', 'Uneasy', 'Upset', 'Worried'
|
| 1059 |
+
],
|
| 1060 |
+
'When needs ARE met': [
|
| 1061 |
+
'Alive', 'Amazed', 'Appreciative', 'Confident', 'Curious', 'Delighted',
|
| 1062 |
+
'Eager', 'Energetic', 'Engaged', 'Excited', 'Fulfilled', 'Glad',
|
| 1063 |
+
'Grateful', 'Hopeful', 'Inspired', 'Joyful', 'Loving', 'Moved',
|
| 1064 |
+
'Optimistic', 'Peaceful', 'Pleased', 'Proud', 'Refreshed', 'Relaxed',
|
| 1065 |
+
'Relieved', 'Satisfied', 'Secure', 'Tender', 'Thankful', 'Touched',
|
| 1066 |
+
'Trusting', 'Warm'
|
| 1067 |
]
|
| 1068 |
};
|
| 1069 |
|