@inkeep/cxkit-styled 0.5.55 → 0.5.56

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 @@
1
- "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("react/jsx-runtime"),n=require("@inkeep/cxkit-primitives"),o=require("../utils.cjs"),r=({className:t,...e})=>a.jsx(n.ChatButtonPrimitive.ChatButtonContainer,{className:o.cn("fixed right-6 bottom-6 mr-[var(--removed-body-scroll-bar-size)]",t),...e}),i=({className:t,...e})=>a.jsx(n.ChatButtonPrimitive.ChatButton,{className:o.cn("bg-inkeep-primary-text-bold dark:bg-gray-dark-600 rounded-full px-[18px] py-3 text-white font-medium flex items-center space-x-2 shadow-2xl dark:shadow-none transition-transform ease-in-out hover:scale-110",t),...e}),s=({className:t,...e})=>a.jsx(n.ChatButtonPrimitive.ChatButtonText,{className:o.cn("flex items-center",t),...e}),c=({className:t,...e})=>a.jsx(n.ChatButtonPrimitive.ChatButtonAvatarImage,{className:o.cn("data-[type=icon]:[--start-color:theme(colors.inkeep-expanded-primary.50)]","data-[type=icon]:[--end-color:theme(colors.inkeep-expanded-primary.300)]","h-6 w-6",t),...e}),u=({className:t,...e})=>a.jsx(n.ChatButtonPrimitive.ChatButtonAvatarContent,{className:o.cn("",t),...e});exports.ChatButton=i;exports.ChatButtonAvatarContent=u;exports.ChatButtonAvatarImage=c;exports.ChatButtonText=s;exports.Container=r;
1
+ "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("react/jsx-runtime"),n=require("@inkeep/cxkit-primitives"),o=require("../utils.cjs"),r=({className:t,...e})=>a.jsx(n.ChatButtonPrimitive.ChatButtonContainer,{className:o.cn("fixed right-6 bottom-6 z-10 mr-[var(--removed-body-scroll-bar-size)]",t),...e}),i=({className:t,...e})=>a.jsx(n.ChatButtonPrimitive.ChatButton,{className:o.cn("bg-inkeep-primary-text-bold dark:bg-gray-dark-600 rounded-full px-[18px] py-3 text-white font-medium flex items-center space-x-2 shadow-2xl dark:shadow-none transition-transform ease-in-out hover:scale-110",t),...e}),s=({className:t,...e})=>a.jsx(n.ChatButtonPrimitive.ChatButtonText,{className:o.cn("flex items-center",t),...e}),c=({className:t,...e})=>a.jsx(n.ChatButtonPrimitive.ChatButtonAvatarImage,{className:o.cn("data-[type=icon]:[--start-color:theme(colors.inkeep-expanded-primary.50)]","data-[type=icon]:[--end-color:theme(colors.inkeep-expanded-primary.300)]","h-6 w-6",t),...e}),u=({className:t,...e})=>a.jsx(n.ChatButtonPrimitive.ChatButtonAvatarContent,{className:o.cn("",t),...e});exports.ChatButton=i;exports.ChatButtonAvatarContent=u;exports.ChatButtonAvatarImage=c;exports.ChatButtonText=s;exports.Container=r;
@@ -8,7 +8,10 @@ const m = ({
8
8
  }) => /* @__PURE__ */ e(
9
9
  o.ChatButtonContainer,
10
10
  {
11
- className: n("fixed right-6 bottom-6 mr-[var(--removed-body-scroll-bar-size)]", t),
11
+ className: n(
12
+ "fixed right-6 bottom-6 z-10 mr-[var(--removed-body-scroll-bar-size)]",
13
+ t
14
+ ),
12
15
  ...a
13
16
  }
14
17
  ), c = ({
@@ -589,6 +589,9 @@ video {
589
589
  .top-\\[5\\%\\] {
590
590
  top: 5%;
591
591
  }
592
+ .z-10 {
593
+ z-index: 10;
594
+ }
592
595
  .z-base {
593
596
  z-index: var(--ikp-z-index-base);
594
597
  }
@@ -590,6 +590,9 @@ video {
590
590
  .top-\\[5\\%\\] {
591
591
  top: 5%;
592
592
  }
593
+ .z-10 {
594
+ z-index: 10;
595
+ }
593
596
  .z-base {
594
597
  z-index: var(--ikp-z-index-base);
595
598
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inkeep/cxkit-styled",
3
- "version": "0.5.55",
3
+ "version": "0.5.56",
4
4
  "description": "",
5
5
  "license": "Inkeep, Inc. Customer License (IICL) v1.1",
6
6
  "homepage": "",
@@ -39,7 +39,7 @@
39
39
  "clsx": "2.1.1",
40
40
  "merge-anything": "5.1.7",
41
41
  "tailwind-merge": "2.6.0",
42
- "@inkeep/cxkit-primitives": "0.5.55"
42
+ "@inkeep/cxkit-primitives": "0.5.56"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@biomejs/biome": "1.9.4",
@@ -59,8 +59,8 @@
59
59
  "typescript": "5.7.3",
60
60
  "vite": "5.4.11",
61
61
  "vite-plugin-dts": "4.4.0",
62
- "@inkeep/cxkit-theme": "0.5.55",
63
- "@inkeep/cxkit-types": "0.5.55"
62
+ "@inkeep/cxkit-theme": "0.5.56",
63
+ "@inkeep/cxkit-types": "0.5.56"
64
64
  },
65
65
  "module": "dist/index.js",
66
66
  "types": "dist/index.d.ts",