@stokelp/ui 2.80.3 → 2.81.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.
- package/dist/style.css +1 -1
- package/dist/ui.cjs +7 -7
- package/dist/ui.cjs.map +1 -1
- package/dist/ui.js +33 -11
- package/dist/ui.js.map +1 -1
- package/package.json +1 -1
package/dist/ui.js
CHANGED
|
@@ -17910,29 +17910,48 @@ const { withProvider: Hp, withContext: H5 } = C1(Ra, {
|
|
|
17910
17910
|
value: "en",
|
|
17911
17911
|
label: "English",
|
|
17912
17912
|
flag: /* @__PURE__ */ r("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
17913
|
-
/* @__PURE__ */ r("g", { clipPath: "url(#
|
|
17914
|
-
/* @__PURE__ */ C("rect", { width: "21", height: "15", fill: "
|
|
17915
|
-
/* @__PURE__ */ C("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H9V7H0V0Z", fill: "#1A47B8" }),
|
|
17913
|
+
/* @__PURE__ */ r("g", { clipPath: "url(#clip0_1401_5918)", children: [
|
|
17914
|
+
/* @__PURE__ */ C("rect", { width: "21", height: "15", fill: "#1A47B8" }),
|
|
17916
17915
|
/* @__PURE__ */ C(
|
|
17917
17916
|
"path",
|
|
17918
17917
|
{
|
|
17919
17918
|
fillRule: "evenodd",
|
|
17920
17919
|
clipRule: "evenodd",
|
|
17921
|
-
d: "
|
|
17922
|
-
fill: "
|
|
17920
|
+
d: "M2.23397 0H0V2.5L18.7539 15L21 15V12.5L2.23397 0Z",
|
|
17921
|
+
fill: "white"
|
|
17922
|
+
}
|
|
17923
|
+
),
|
|
17924
|
+
/* @__PURE__ */ C("path", { d: "M0.745098 0L21 13.5354V15H20.2724L0 1.45056V0H0.745098Z", fill: "#F93939" }),
|
|
17925
|
+
/* @__PURE__ */ C(
|
|
17926
|
+
"path",
|
|
17927
|
+
{
|
|
17928
|
+
fillRule: "evenodd",
|
|
17929
|
+
clipRule: "evenodd",
|
|
17930
|
+
d: "M19 0H21V2.5C21 2.5 8.0098 10.8281 2 15H0V12.5L19 0Z",
|
|
17931
|
+
fill: "white"
|
|
17923
17932
|
}
|
|
17924
17933
|
),
|
|
17934
|
+
/* @__PURE__ */ C("path", { d: "M21 0H20.3218L0 13.5471V15H0.745098L21 1.46151V0Z", fill: "#F93939" }),
|
|
17925
17935
|
/* @__PURE__ */ C(
|
|
17926
17936
|
"path",
|
|
17927
17937
|
{
|
|
17928
17938
|
fillRule: "evenodd",
|
|
17929
17939
|
clipRule: "evenodd",
|
|
17930
|
-
d: "
|
|
17940
|
+
d: "M7.63708 0H13.3804V4.62682H21V10.3701H13.3804V15H7.63708V10.3701H0V4.62682H7.63708V0Z",
|
|
17931
17941
|
fill: "white"
|
|
17932
17942
|
}
|
|
17943
|
+
),
|
|
17944
|
+
/* @__PURE__ */ C(
|
|
17945
|
+
"path",
|
|
17946
|
+
{
|
|
17947
|
+
fillRule: "evenodd",
|
|
17948
|
+
clipRule: "evenodd",
|
|
17949
|
+
d: "M8.8421 0H12.1579V5.76923H21V9.23077H12.1579V15H8.8421V9.23077H0V5.76923H8.8421V0Z",
|
|
17950
|
+
fill: "#F93939"
|
|
17951
|
+
}
|
|
17933
17952
|
)
|
|
17934
17953
|
] }),
|
|
17935
|
-
/* @__PURE__ */ C("defs", { children: /* @__PURE__ */ C("clipPath", { id: "
|
|
17954
|
+
/* @__PURE__ */ C("defs", { children: /* @__PURE__ */ C("clipPath", { id: "clip0_1401_5918", children: /* @__PURE__ */ C("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
17936
17955
|
] })
|
|
17937
17956
|
}
|
|
17938
17957
|
], ts = () => {
|
|
@@ -22928,21 +22947,24 @@ const cf = G({
|
|
|
22928
22947
|
},
|
|
22929
22948
|
"message-container": {
|
|
22930
22949
|
maxWidth: "500px",
|
|
22931
|
-
|
|
22950
|
+
mt: "space-24",
|
|
22932
22951
|
"&.chat-message-container-left": {
|
|
22933
22952
|
alignSelf: "flex-start",
|
|
22934
22953
|
"& + .chat-message-container-left": {
|
|
22935
|
-
|
|
22954
|
+
mt: "space-8"
|
|
22936
22955
|
}
|
|
22937
22956
|
},
|
|
22938
22957
|
"&.chat-message-container-right": {
|
|
22939
22958
|
alignSelf: "flex-end",
|
|
22940
22959
|
"& + .chat-message-container-right": {
|
|
22941
|
-
|
|
22960
|
+
mt: "space-8"
|
|
22942
22961
|
}
|
|
22943
22962
|
},
|
|
22944
22963
|
"&.chat-message-container-center": {
|
|
22945
|
-
alignSelf: "center"
|
|
22964
|
+
alignSelf: "center",
|
|
22965
|
+
"& + .chat-message-container-center": {
|
|
22966
|
+
mt: "space-8"
|
|
22967
|
+
}
|
|
22946
22968
|
}
|
|
22947
22969
|
}
|
|
22948
22970
|
},
|