@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/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(#clip0_1401_5914)", children: [
17914
- /* @__PURE__ */ C("rect", { width: "21", height: "15", fill: "white" }),
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: "M9 0V1H21V0H9ZM9 2V3H21V2H9ZM9 4V5H21V4H9ZM9 6V7H21V6H9ZM0 8V9H21V8H0ZM0 10V11H21V10H0ZM0 12V13H21V12H0ZM0 14V15H21V14H0Z",
17922
- fill: "#F93939"
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: "M1 1V2H2V1H1ZM3 1V2H4V1H3ZM5 1V2H6V1H5ZM7 1V2H8V1H7ZM6 2V3H7V2H6ZM4 2V3H5V2H4ZM2 2V3H3V2H2ZM1 3V4H2V3H1ZM3 3V4H4V3H3ZM5 3V4H6V3H5ZM7 3V4H8V3H7ZM1 5V6H2V5H1ZM3 5V6H4V5H3ZM5 5V6H6V5H5ZM7 5V6H8V5H7ZM6 4V5H7V4H6ZM4 4V5H5V4H4ZM2 4V5H3V4H2Z",
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: "clip0_1401_5914", children: /* @__PURE__ */ C("rect", { width: "21", height: "15", fill: "white" }) }) })
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
- mb: "space-24",
22950
+ mt: "space-24",
22932
22951
  "&.chat-message-container-left": {
22933
22952
  alignSelf: "flex-start",
22934
22953
  "& + .chat-message-container-left": {
22935
- mb: "space-8"
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
- mb: "space-8"
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
  },