@inploi/plugin-kin 2.6.3 → 2.7.1
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/cdn/index.js +62 -62
- package/dist/components/button.d.ts +2 -2
- package/dist/components/icons.d.ts +3 -0
- package/dist/components/job-cards.d.ts +5 -0
- package/dist/{highlighted-body-B3W2YXNL-1f809bd6.js → highlighted-body-B3W2YXNL-0de86b49.js} +1 -1
- package/dist/{highlighted-body-B3W2YXNL-db86b597.cjs → highlighted-body-B3W2YXNL-809b0e90.cjs} +1 -1
- package/dist/{index-c15b35ed.js → index-320440ab.js} +4293 -4075
- package/dist/index-94feb989.cjs +129 -0
- package/dist/kin.client.d.ts +2 -0
- package/dist/kin.state.d.ts +4 -0
- package/dist/{mermaid-3ZIDBTTL-6f144371.cjs → mermaid-3ZIDBTTL-17d174dc.cjs} +1 -1
- package/dist/{mermaid-3ZIDBTTL-3d320083.js → mermaid-3ZIDBTTL-bfc2bb8d.js} +1 -1
- package/dist/message-payload.d.ts +24 -0
- package/dist/plugin-kin.cjs +1 -1
- package/dist/plugin-kin.js +1 -1
- package/package.json +1 -1
- package/dist/index-aec56a66.cjs +0 -129
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export declare const
|
|
1
|
+
export declare const buttonClass: (props?: ({
|
|
2
2
|
variant?: "ghost" | "neutral" | "accent" | undefined;
|
|
3
|
-
size?: "sm" | "md" | undefined;
|
|
3
|
+
size?: "iconSm" | "iconMd" | "sm" | "md" | undefined;
|
|
4
4
|
} & ({
|
|
5
5
|
class?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | /*elided*/ any | {
|
|
6
6
|
[x: string]: any;
|
|
@@ -30,3 +30,6 @@ export declare const BookmarkIcon: (props: JSX.SVGAttributes<SVGSVGElement>) =>
|
|
|
30
30
|
export declare const PencilIcon: (props: JSX.SVGAttributes<SVGSVGElement>) => JSX.Element;
|
|
31
31
|
/** Chevron down icon */
|
|
32
32
|
export declare const ChevronDownIcon: (props: JSX.SVGAttributes<SVGSVGElement>) => JSX.Element;
|
|
33
|
+
export declare const MapPinIcon: (props: JSX.SVGAttributes<SVGSVGElement>) => JSX.Element;
|
|
34
|
+
export declare const BanknoteIcon: (props: JSX.SVGAttributes<SVGSVGElement>) => JSX.Element;
|
|
35
|
+
export declare const ClockIcon: (props: JSX.SVGAttributes<SVGSVGElement>) => JSX.Element;
|
package/dist/{highlighted-body-B3W2YXNL-1f809bd6.js → highlighted-body-B3W2YXNL-0de86b49.js}
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { q as u, R as c, K as d, h as n, p, o as f, Q as k } from "./index-
|
|
1
|
+
import { q as u, R as c, K as d, h as n, p, o as f, Q as k } from "./index-320440ab.js";
|
|
2
2
|
import "@inploi/sdk";
|
|
3
3
|
var N = ({ code: o, language: e, raw: a, className: s, ...h }) => {
|
|
4
4
|
let { shikiTheme: r } = u(c), l = d(), [t, g] = n(a);
|
package/dist/{highlighted-body-B3W2YXNL-db86b597.cjs → highlighted-body-B3W2YXNL-809b0e90.cjs}
RENAMED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-94feb989.cjs");require("@inploi/sdk");var c=({code:g,language:l,raw:r,className:u,...s})=>{let{shikiTheme:t}=e.q(e.R),a=e.Ks(),[h,i]=e.h(r);return e.p(()=>{if(!a){i(r);return}let o=a.highlight({code:g,language:l,themes:t},n=>{i(n)});o&&i(o)},[g,l,t,a,r]),e.o(e.Qe,{className:u,language:l,result:h,...s})};exports.HighlightedCodeBlockBody=c;
|