chordia-ui 3.7.2 → 3.7.3
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.
- package/dist/CustomFilterChips.cjs.js +1 -1
- package/dist/CustomFilterChips.cjs.js.map +1 -1
- package/dist/CustomFilterChips.es.js +2 -2
- package/dist/CustomFilterChips.es.js.map +1 -1
- package/dist/components/UpdatedInteractionDetails.cjs.js +2 -2
- package/dist/components/UpdatedInteractionDetails.cjs.js.map +1 -1
- package/dist/components/UpdatedInteractionDetails.es.js +14 -13
- package/dist/components/UpdatedInteractionDetails.es.js.map +1 -1
- package/package.json +1 -1
- package/src/components/UpdatedInteractionDetails/UpdatedInteractionDetails.jsx +13 -13
- package/src/components/UpdatedInteractionDetails/UpdatedThreads.jsx +1 -0
- package/src/components/common/CustomFilterChips.jsx +5 -1
|
@@ -1816,7 +1816,8 @@ const En = {
|
|
|
1816
1816
|
padding: "8px 12px",
|
|
1817
1817
|
background: r ? "var(--surface-hover, #F3F7F7)" : "var(--surface-warm-40, rgba(243, 241, 229, 0.40))",
|
|
1818
1818
|
borderRadius: 8,
|
|
1819
|
-
wordBreak: "break-word"
|
|
1819
|
+
wordBreak: "break-word",
|
|
1820
|
+
whiteSpace: "pre-wrap"
|
|
1820
1821
|
},
|
|
1821
1822
|
children: l
|
|
1822
1823
|
},
|
|
@@ -3159,7 +3160,7 @@ const En = {
|
|
|
3159
3160
|
lineHeight: "24px",
|
|
3160
3161
|
fontFamily: "var(--default-font-family)",
|
|
3161
3162
|
whiteSpace: "nowrap"
|
|
3162
|
-
}, children: "Previous
|
|
3163
|
+
}, children: "Previous Interaction" })
|
|
3163
3164
|
]
|
|
3164
3165
|
}
|
|
3165
3166
|
) }),
|
|
@@ -3192,7 +3193,7 @@ const En = {
|
|
|
3192
3193
|
lineHeight: "24px",
|
|
3193
3194
|
fontFamily: "var(--default-font-family)",
|
|
3194
3195
|
whiteSpace: "nowrap"
|
|
3195
|
-
}, children: "Next
|
|
3196
|
+
}, children: "Next Interaction" }),
|
|
3196
3197
|
/* @__PURE__ */ e(at, { size: 16, color: "var(--Neutral-800, #323232)", strokeWidth: 1.5 })
|
|
3197
3198
|
]
|
|
3198
3199
|
}
|
|
@@ -3257,7 +3258,7 @@ const En = {
|
|
|
3257
3258
|
lineHeight: "24px",
|
|
3258
3259
|
fontFamily: "var(--default-font-family)",
|
|
3259
3260
|
whiteSpace: "nowrap"
|
|
3260
|
-
}, children: "Previous
|
|
3261
|
+
}, children: "Previous Interaction" })
|
|
3261
3262
|
]
|
|
3262
3263
|
}
|
|
3263
3264
|
) }),
|
|
@@ -3290,7 +3291,7 @@ const En = {
|
|
|
3290
3291
|
lineHeight: "24px",
|
|
3291
3292
|
fontFamily: "var(--default-font-family)",
|
|
3292
3293
|
whiteSpace: "nowrap"
|
|
3293
|
-
}, children: "Next
|
|
3294
|
+
}, children: "Next Interaction" }),
|
|
3294
3295
|
/* @__PURE__ */ e(at, { size: 16, color: "var(--Neutral-800, #323232)", strokeWidth: 1.5 })
|
|
3295
3296
|
]
|
|
3296
3297
|
}
|
|
@@ -3367,7 +3368,7 @@ const En = {
|
|
|
3367
3368
|
/* @__PURE__ */ n("span", { children: [
|
|
3368
3369
|
"(",
|
|
3369
3370
|
Ee,
|
|
3370
|
-
"
|
|
3371
|
+
" Interactions)"
|
|
3371
3372
|
] })
|
|
3372
3373
|
] })
|
|
3373
3374
|
] }),
|
|
@@ -3592,7 +3593,7 @@ const En = {
|
|
|
3592
3593
|
lineHeight: 1.5
|
|
3593
3594
|
}, children: [
|
|
3594
3595
|
Ee,
|
|
3595
|
-
"
|
|
3596
|
+
" Interactions in Past"
|
|
3596
3597
|
] }) : null,
|
|
3597
3598
|
width: 470,
|
|
3598
3599
|
height: "100vh",
|
|
@@ -3605,19 +3606,19 @@ const En = {
|
|
|
3605
3606
|
},
|
|
3606
3607
|
style: {
|
|
3607
3608
|
display: "flex",
|
|
3608
|
-
height:
|
|
3609
|
-
padding: "0
|
|
3609
|
+
height: 40,
|
|
3610
|
+
padding: "0 20px 0 18px",
|
|
3610
3611
|
justifyContent: "center",
|
|
3611
3612
|
alignItems: "center",
|
|
3612
|
-
gap:
|
|
3613
|
+
gap: 7,
|
|
3613
3614
|
background: "var(--Grey-White, #FFF)",
|
|
3614
3615
|
border: "1px solid var(--Grey-absent, #D9D9D9)",
|
|
3615
3616
|
borderRadius: 10,
|
|
3616
3617
|
cursor: "pointer"
|
|
3617
3618
|
},
|
|
3618
3619
|
children: [
|
|
3619
|
-
/* @__PURE__ */ e(kn, { size:
|
|
3620
|
-
/* @__PURE__ */ e("span", { style: { fontSize:
|
|
3620
|
+
/* @__PURE__ */ e(kn, { size: 18, color: "var(--Grey-Muted, #808183)", strokeWidth: 1.5 }),
|
|
3621
|
+
/* @__PURE__ */ e("span", { style: { fontSize: 15, fontWeight: 600, color: "var(--Grey-Strong, #2E3236)" }, children: "View All Interactions" })
|
|
3621
3622
|
]
|
|
3622
3623
|
}
|
|
3623
3624
|
) }) : null,
|
|
@@ -3684,7 +3685,7 @@ const En = {
|
|
|
3684
3685
|
fontStyle: "italic",
|
|
3685
3686
|
textAlign: "center"
|
|
3686
3687
|
},
|
|
3687
|
-
children: "No
|
|
3688
|
+
children: "No other interactions available"
|
|
3688
3689
|
}
|
|
3689
3690
|
)
|
|
3690
3691
|
}
|