@inploi/plugin-kin 2.2.0 → 2.3.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.
@@ -1 +1,4 @@
1
+ /**
2
+ * Development entry point for testing the Kin plugin with theme switching
3
+ */
1
4
  export {};
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-70a5a203.cjs");require("@inploi/sdk");exports.Mermaid=e.tt;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-7d90aaf9.cjs");require("@inploi/sdk");exports.Mermaid=e.tt;
@@ -1,4 +1,4 @@
1
- import { t } from "./index-67f360ea.js";
1
+ import { t } from "./index-dda0a376.js";
2
2
  import "@inploi/sdk";
3
3
  export {
4
4
  t as Mermaid
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-70a5a203.cjs");require("@inploi/sdk");exports.BRAND_THEMES=e.BRAND_THEMES;exports.kinPlugin=e.kinPlugin;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-7d90aaf9.cjs");require("@inploi/sdk");exports.BRAND_THEMES=e.BRAND_THEMES;exports.kinPlugin=e.kinPlugin;
@@ -1,4 +1,4 @@
1
- import { B as a, k } from "./index-67f360ea.js";
1
+ import { B as a, k } from "./index-dda0a376.js";
2
2
  import "@inploi/sdk";
3
3
  export {
4
4
  a as BRAND_THEMES,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inploi/plugin-kin",
3
- "version": "2.2.0",
3
+ "version": "2.3.1",
4
4
  "type": "module",
5
5
  "description": "Kin - A unified Talent Agent interface for hiring. One system, many roles.",
6
6
  "main": "dist/plugin-kin.js",