@inkeep/cxkit-styled 0.5.97 → 0.5.98

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 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;
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-50 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;
@@ -9,7 +9,7 @@ const m = ({
9
9
  o.ChatButtonContainer,
10
10
  {
11
11
  className: n(
12
- "fixed right-6 bottom-6 z-10 mr-[var(--removed-body-scroll-bar-size)]",
12
+ "fixed right-6 bottom-6 z-50 mr-[var(--removed-body-scroll-bar-size)]",
13
13
  t
14
14
  ),
15
15
  ...a
@@ -592,8 +592,8 @@ video {
592
592
  .top-\\[5\\%\\] {
593
593
  top: 5%;
594
594
  }
595
- .z-10 {
596
- z-index: 10;
595
+ .z-50 {
596
+ z-index: 50;
597
597
  }
598
598
  .z-\\[1\\] {
599
599
  z-index: 1;
@@ -593,8 +593,8 @@ video {
593
593
  .top-\\[5\\%\\] {
594
594
  top: 5%;
595
595
  }
596
- .z-10 {
597
- z-index: 10;
596
+ .z-50 {
597
+ z-index: 50;
598
598
  }
599
599
  .z-\\[1\\] {
600
600
  z-index: 1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inkeep/cxkit-styled",
3
- "version": "0.5.97",
3
+ "version": "0.5.98",
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.97"
42
+ "@inkeep/cxkit-primitives": "0.5.98"
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.97",
63
- "@inkeep/cxkit-types": "0.5.97"
62
+ "@inkeep/cxkit-theme": "0.5.98",
63
+ "@inkeep/cxkit-types": "0.5.98"
64
64
  },
65
65
  "module": "dist/index.js",
66
66
  "types": "dist/index.d.ts",