@stokelp/ui 2.99.0 → 2.100.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.
Files changed (36) hide show
  1. package/dist/components/app/index.d.ts +1 -0
  2. package/dist/components/app/mobile-card/MobileCardEntityRow.cjs +2 -0
  3. package/dist/components/app/mobile-card/MobileCardEntityRow.cjs.map +1 -0
  4. package/dist/components/app/mobile-card/MobileCardEntityRow.d.ts +6 -0
  5. package/dist/components/app/mobile-card/MobileCardEntityRow.js +27 -0
  6. package/dist/components/app/mobile-card/MobileCardEntityRow.js.map +1 -0
  7. package/dist/components/app/mobile-card/MobileCardHeader.cjs +2 -0
  8. package/dist/components/app/mobile-card/MobileCardHeader.cjs.map +1 -0
  9. package/dist/components/app/mobile-card/MobileCardHeader.d.ts +6 -0
  10. package/dist/components/app/mobile-card/MobileCardHeader.js +22 -0
  11. package/dist/components/app/mobile-card/MobileCardHeader.js.map +1 -0
  12. package/dist/components/app/mobile-card/MobileCardNotificationBadge.cjs +2 -0
  13. package/dist/components/app/mobile-card/MobileCardNotificationBadge.cjs.map +1 -0
  14. package/dist/components/app/mobile-card/MobileCardNotificationBadge.d.ts +4 -0
  15. package/dist/components/app/mobile-card/MobileCardNotificationBadge.js +16 -0
  16. package/dist/components/app/mobile-card/MobileCardNotificationBadge.js.map +1 -0
  17. package/dist/components/app/mobile-card/MobileCardShell.cjs +2 -0
  18. package/dist/components/app/mobile-card/MobileCardShell.cjs.map +1 -0
  19. package/dist/components/app/mobile-card/MobileCardShell.d.ts +6 -0
  20. package/dist/components/app/mobile-card/MobileCardShell.js +21 -0
  21. package/dist/components/app/mobile-card/MobileCardShell.js.map +1 -0
  22. package/dist/components/app/mobile-card/MobileCardSkeleton.cjs +2 -0
  23. package/dist/components/app/mobile-card/MobileCardSkeleton.cjs.map +1 -0
  24. package/dist/components/app/mobile-card/MobileCardSkeleton.d.ts +17 -0
  25. package/dist/components/app/mobile-card/MobileCardSkeleton.js +27 -0
  26. package/dist/components/app/mobile-card/MobileCardSkeleton.js.map +1 -0
  27. package/dist/components/app/mobile-card/index.d.ts +10 -0
  28. package/dist/index.cjs +1 -1
  29. package/dist/index.js +104 -92
  30. package/dist/index.js.map +1 -1
  31. package/dist/node_modules/@heroicons/react/24/outline/esm/ChatBubbleLeftRightIcon.cjs +2 -0
  32. package/dist/node_modules/@heroicons/react/24/outline/esm/ChatBubbleLeftRightIcon.cjs.map +1 -0
  33. package/dist/node_modules/@heroicons/react/24/outline/esm/ChatBubbleLeftRightIcon.js +30 -0
  34. package/dist/node_modules/@heroicons/react/24/outline/esm/ChatBubbleLeftRightIcon.js.map +1 -0
  35. package/dist/ui.css +1 -1
  36. package/package.json +1 -1
@@ -0,0 +1,2 @@
1
+ "use client";"use strict";const o=require("react");function a(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const r in e)if(r!=="default"){const n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,n.get?n:{enumerable:!0,get:()=>e[r]})}}return t.default=e,Object.freeze(t)}const c=a(o);function l({title:e,titleId:t,...r},n){return c.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?c.createElement("title",{id:t},e):null,c.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M20.25 8.511c.884.284 1.5 1.128 1.5 2.097v4.286c0 1.136-.847 2.1-1.98 2.193-.34.027-.68.052-1.02.072v3.091l-3-3c-1.354 0-2.694-.055-4.02-.163a2.115 2.115 0 0 1-.825-.242m9.345-8.334a2.126 2.126 0 0 0-.476-.095 48.64 48.64 0 0 0-8.048 0c-1.131.094-1.976 1.057-1.976 2.192v4.286c0 .837.46 1.58 1.155 1.951m9.345-8.334V6.637c0-1.621-1.152-3.026-2.76-3.235A48.455 48.455 0 0 0 11.25 3c-2.115 0-4.198.137-6.24.402-1.608.209-2.76 1.614-2.76 3.235v6.226c0 1.621 1.152 3.026 2.76 3.235.577.075 1.157.14 1.74.194V21l4.155-4.155"}))}const i=c.forwardRef(l);module.exports=i;
2
+ //# sourceMappingURL=ChatBubbleLeftRightIcon.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ChatBubbleLeftRightIcon.cjs","sources":["../../../../../../../../../node_modules/@heroicons/react/24/outline/esm/ChatBubbleLeftRightIcon.js"],"sourcesContent":["import * as React from \"react\";\nfunction ChatBubbleLeftRightIcon({\n title,\n titleId,\n ...props\n}, svgRef) {\n return /*#__PURE__*/React.createElement(\"svg\", Object.assign({\n xmlns: \"http://www.w3.org/2000/svg\",\n fill: \"none\",\n viewBox: \"0 0 24 24\",\n strokeWidth: 1.5,\n stroke: \"currentColor\",\n \"aria-hidden\": \"true\",\n \"data-slot\": \"icon\",\n ref: svgRef,\n \"aria-labelledby\": titleId\n }, props), title ? /*#__PURE__*/React.createElement(\"title\", {\n id: titleId\n }, title) : null, /*#__PURE__*/React.createElement(\"path\", {\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n d: \"M20.25 8.511c.884.284 1.5 1.128 1.5 2.097v4.286c0 1.136-.847 2.1-1.98 2.193-.34.027-.68.052-1.02.072v3.091l-3-3c-1.354 0-2.694-.055-4.02-.163a2.115 2.115 0 0 1-.825-.242m9.345-8.334a2.126 2.126 0 0 0-.476-.095 48.64 48.64 0 0 0-8.048 0c-1.131.094-1.976 1.057-1.976 2.192v4.286c0 .837.46 1.58 1.155 1.951m9.345-8.334V6.637c0-1.621-1.152-3.026-2.76-3.235A48.455 48.455 0 0 0 11.25 3c-2.115 0-4.198.137-6.24.402-1.608.209-2.76 1.614-2.76 3.235v6.226c0 1.621 1.152 3.026 2.76 3.235.577.075 1.157.14 1.74.194V21l4.155-4.155\"\n }));\n}\nconst ForwardRef = /*#__PURE__*/ React.forwardRef(ChatBubbleLeftRightIcon);\nexport default ForwardRef;"],"names":["ChatBubbleLeftRightIcon","title","titleId","props","svgRef","React","ForwardRef"],"mappings":"6UACA,SAASA,EAAwB,CAC/B,MAAAC,EACA,QAAAC,EACA,GAAGC,CACL,EAAGC,EAAQ,CACT,OAAoBC,EAAM,cAAc,MAAO,OAAO,OAAO,CAC3D,MAAO,6BACP,KAAM,OACN,QAAS,YACT,YAAa,IACb,OAAQ,eACR,cAAe,OACf,YAAa,OACb,IAAKD,EACL,kBAAmBF,CACvB,EAAKC,CAAK,EAAGF,EAAqBI,EAAM,cAAc,QAAS,CAC3D,GAAIH,CACR,EAAKD,CAAK,EAAI,KAAmBI,EAAM,cAAc,OAAQ,CACzD,cAAe,QACf,eAAgB,QAChB,EAAG,wgBACP,CAAG,CAAC,CACJ,CACK,MAACC,EAA2BD,EAAM,WAAWL,CAAuB","x_google_ignoreList":[0]}
@@ -0,0 +1,30 @@
1
+ "use client";
2
+ import * as e from "react";
3
+ function o({
4
+ title: t,
5
+ titleId: r,
6
+ ...a
7
+ }, n) {
8
+ return /* @__PURE__ */ e.createElement("svg", Object.assign({
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ fill: "none",
11
+ viewBox: "0 0 24 24",
12
+ strokeWidth: 1.5,
13
+ stroke: "currentColor",
14
+ "aria-hidden": "true",
15
+ "data-slot": "icon",
16
+ ref: n,
17
+ "aria-labelledby": r
18
+ }, a), t ? /* @__PURE__ */ e.createElement("title", {
19
+ id: r
20
+ }, t) : null, /* @__PURE__ */ e.createElement("path", {
21
+ strokeLinecap: "round",
22
+ strokeLinejoin: "round",
23
+ d: "M20.25 8.511c.884.284 1.5 1.128 1.5 2.097v4.286c0 1.136-.847 2.1-1.98 2.193-.34.027-.68.052-1.02.072v3.091l-3-3c-1.354 0-2.694-.055-4.02-.163a2.115 2.115 0 0 1-.825-.242m9.345-8.334a2.126 2.126 0 0 0-.476-.095 48.64 48.64 0 0 0-8.048 0c-1.131.094-1.976 1.057-1.976 2.192v4.286c0 .837.46 1.58 1.155 1.951m9.345-8.334V6.637c0-1.621-1.152-3.026-2.76-3.235A48.455 48.455 0 0 0 11.25 3c-2.115 0-4.198.137-6.24.402-1.608.209-2.76 1.614-2.76 3.235v6.226c0 1.621 1.152 3.026 2.76 3.235.577.075 1.157.14 1.74.194V21l4.155-4.155"
24
+ }));
25
+ }
26
+ const c = /* @__PURE__ */ e.forwardRef(o);
27
+ export {
28
+ c as default
29
+ };
30
+ //# sourceMappingURL=ChatBubbleLeftRightIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ChatBubbleLeftRightIcon.js","sources":["../../../../../../../../../node_modules/@heroicons/react/24/outline/esm/ChatBubbleLeftRightIcon.js"],"sourcesContent":["import * as React from \"react\";\nfunction ChatBubbleLeftRightIcon({\n title,\n titleId,\n ...props\n}, svgRef) {\n return /*#__PURE__*/React.createElement(\"svg\", Object.assign({\n xmlns: \"http://www.w3.org/2000/svg\",\n fill: \"none\",\n viewBox: \"0 0 24 24\",\n strokeWidth: 1.5,\n stroke: \"currentColor\",\n \"aria-hidden\": \"true\",\n \"data-slot\": \"icon\",\n ref: svgRef,\n \"aria-labelledby\": titleId\n }, props), title ? /*#__PURE__*/React.createElement(\"title\", {\n id: titleId\n }, title) : null, /*#__PURE__*/React.createElement(\"path\", {\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n d: \"M20.25 8.511c.884.284 1.5 1.128 1.5 2.097v4.286c0 1.136-.847 2.1-1.98 2.193-.34.027-.68.052-1.02.072v3.091l-3-3c-1.354 0-2.694-.055-4.02-.163a2.115 2.115 0 0 1-.825-.242m9.345-8.334a2.126 2.126 0 0 0-.476-.095 48.64 48.64 0 0 0-8.048 0c-1.131.094-1.976 1.057-1.976 2.192v4.286c0 .837.46 1.58 1.155 1.951m9.345-8.334V6.637c0-1.621-1.152-3.026-2.76-3.235A48.455 48.455 0 0 0 11.25 3c-2.115 0-4.198.137-6.24.402-1.608.209-2.76 1.614-2.76 3.235v6.226c0 1.621 1.152 3.026 2.76 3.235.577.075 1.157.14 1.74.194V21l4.155-4.155\"\n }));\n}\nconst ForwardRef = /*#__PURE__*/ React.forwardRef(ChatBubbleLeftRightIcon);\nexport default ForwardRef;"],"names":["ChatBubbleLeftRightIcon","title","titleId","props","svgRef","React","ForwardRef"],"mappings":";;AACA,SAASA,EAAwB;AAAA,EAC/B,OAAAC;AAAA,EACA,SAAAC;AAAA,EACA,GAAGC;AACL,GAAGC,GAAQ;AACT,SAAoB,gBAAAC,EAAM,cAAc,OAAO,OAAO,OAAO;AAAA,IAC3D,OAAO;AAAA,IACP,MAAM;AAAA,IACN,SAAS;AAAA,IACT,aAAa;AAAA,IACb,QAAQ;AAAA,IACR,eAAe;AAAA,IACf,aAAa;AAAA,IACb,KAAKD;AAAA,IACL,mBAAmBF;AAAA,EACvB,GAAKC,CAAK,GAAGF,IAAqB,gBAAAI,EAAM,cAAc,SAAS;AAAA,IAC3D,IAAIH;AAAA,EACR,GAAKD,CAAK,IAAI,MAAmB,gBAAAI,EAAM,cAAc,QAAQ;AAAA,IACzD,eAAe;AAAA,IACf,gBAAgB;AAAA,IAChB,GAAG;AAAA,EACP,CAAG,CAAC;AACJ;AACK,MAACC,IAA2B,gBAAAD,EAAM,WAAWL,CAAuB;","x_google_ignoreList":[0]}