@inkeep/cxkit-styled 0.5.73 → 0.5.75
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/dist/components/embedded-chat.cjs +1 -1
- package/dist/components/embedded-chat.js +267 -269
- package/dist/index.d.cts +0 -7
- package/dist/index.d.ts +0 -7
- package/dist/inkeep.css.cjs +3 -3
- package/dist/inkeep.css.js +3 -3
- package/dist/ui/recipes/citation.cjs +1 -1
- package/dist/ui/recipes/citation.js +1 -1
- package/package.json +4 -4
package/dist/index.d.cts
CHANGED
|
@@ -10,7 +10,6 @@ import { EmbeddedSearchPrimitive } from '@inkeep/cxkit-primitives';
|
|
|
10
10
|
import { FC } from 'react';
|
|
11
11
|
import { ForwardRefExoticComponent } from 'react';
|
|
12
12
|
import { HTMLAttributes } from 'react';
|
|
13
|
-
import { IconBaseProps } from 'react-icons/lib';
|
|
14
13
|
import { InkeepShadow } from '@inkeep/cxkit-primitives';
|
|
15
14
|
import { IntelligentFormPrimitive } from '@inkeep/cxkit-primitives';
|
|
16
15
|
import { JSX } from 'react/jsx-runtime';
|
|
@@ -92,7 +91,6 @@ export declare namespace EmbeddedChat {
|
|
|
92
91
|
EmbeddedChatWorkflowsLabel as WorkflowsLabel,
|
|
93
92
|
EmbeddedChatWorkflowsList as WorkflowsList,
|
|
94
93
|
EmbeddedChatWorkflow as Workflow,
|
|
95
|
-
EmbeddedChatWorkflowIcon as WorkflowIcon,
|
|
96
94
|
EmbeddedChatMessageHeader as MessageHeader,
|
|
97
95
|
EmbeddedChatMessageLoading as MessageLoading,
|
|
98
96
|
EmbeddedChatMessageAvatar as MessageAvatar,
|
|
@@ -149,7 +147,6 @@ export declare namespace EmbeddedChat {
|
|
|
149
147
|
EmbeddedChatAttachmentsBarInfoTipArrow as AttachmentsBarInfoTipArrow,
|
|
150
148
|
EmbeddedChatAttachmentsBarInputs as AttachmentsBarInputs,
|
|
151
149
|
EmbeddedChatAttachmentsBarInput as AttachmentsBarInput,
|
|
152
|
-
EmbeddedChatAttachmentsBarInputIcon as AttachmentsBarInputIcon,
|
|
153
150
|
EmbeddedChatAttachmentsBarModal as AttachmentsBarModal,
|
|
154
151
|
EmbeddedChatAttachmentsBarModalOverlay as AttachmentsBarModalOverlay,
|
|
155
152
|
EmbeddedChatAttachmentsBarModalContent as AttachmentsBarModalContent,
|
|
@@ -286,8 +283,6 @@ declare const EmbeddedChatAttachmentsBarInfoTipText: ({ className, ...props }: R
|
|
|
286
283
|
|
|
287
284
|
declare const EmbeddedChatAttachmentsBarInput: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.AttachmentsBarInput>) => JSX.Element;
|
|
288
285
|
|
|
289
|
-
declare const EmbeddedChatAttachmentsBarInputIcon: ForwardRefExoticComponent< PolymorphicProps & Omit< IconBaseProps, "_id"> & Partial<Pick< IconBaseProps, "_id">>>;
|
|
290
|
-
|
|
291
286
|
declare const EmbeddedChatAttachmentsBarInputs: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.AttachmentsBarInputs>) => JSX.Element;
|
|
292
287
|
|
|
293
288
|
declare const EmbeddedChatAttachmentsBarList: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.AttachmentsBarList>) => JSX.Element;
|
|
@@ -566,8 +561,6 @@ declare const EmbeddedChatToolbarHeader: ({ className, ...props }: React.Compone
|
|
|
566
561
|
|
|
567
562
|
declare const EmbeddedChatWorkflow: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.Workflow>) => JSX.Element;
|
|
568
563
|
|
|
569
|
-
declare const EmbeddedChatWorkflowIcon: (props: ComponentPropsWithRef<ForwardRefExoticComponent< PolymorphicProps & Omit< IconBaseProps, "_id"> & Partial<Pick< IconBaseProps, "_id">>>>) => JSX.Element;
|
|
570
|
-
|
|
571
564
|
declare const EmbeddedChatWorkflows: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.Workflows>) => JSX.Element;
|
|
572
565
|
|
|
573
566
|
declare const EmbeddedChatWorkflowsLabel: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.WorkflowsLabel>) => JSX.Element;
|
package/dist/index.d.ts
CHANGED
|
@@ -10,7 +10,6 @@ import { EmbeddedSearchPrimitive } from '@inkeep/cxkit-primitives';
|
|
|
10
10
|
import { FC } from 'react';
|
|
11
11
|
import { ForwardRefExoticComponent } from 'react';
|
|
12
12
|
import { HTMLAttributes } from 'react';
|
|
13
|
-
import { IconBaseProps } from 'react-icons/lib';
|
|
14
13
|
import { InkeepShadow } from '@inkeep/cxkit-primitives';
|
|
15
14
|
import { IntelligentFormPrimitive } from '@inkeep/cxkit-primitives';
|
|
16
15
|
import { JSX } from 'react/jsx-runtime';
|
|
@@ -92,7 +91,6 @@ export declare namespace EmbeddedChat {
|
|
|
92
91
|
EmbeddedChatWorkflowsLabel as WorkflowsLabel,
|
|
93
92
|
EmbeddedChatWorkflowsList as WorkflowsList,
|
|
94
93
|
EmbeddedChatWorkflow as Workflow,
|
|
95
|
-
EmbeddedChatWorkflowIcon as WorkflowIcon,
|
|
96
94
|
EmbeddedChatMessageHeader as MessageHeader,
|
|
97
95
|
EmbeddedChatMessageLoading as MessageLoading,
|
|
98
96
|
EmbeddedChatMessageAvatar as MessageAvatar,
|
|
@@ -149,7 +147,6 @@ export declare namespace EmbeddedChat {
|
|
|
149
147
|
EmbeddedChatAttachmentsBarInfoTipArrow as AttachmentsBarInfoTipArrow,
|
|
150
148
|
EmbeddedChatAttachmentsBarInputs as AttachmentsBarInputs,
|
|
151
149
|
EmbeddedChatAttachmentsBarInput as AttachmentsBarInput,
|
|
152
|
-
EmbeddedChatAttachmentsBarInputIcon as AttachmentsBarInputIcon,
|
|
153
150
|
EmbeddedChatAttachmentsBarModal as AttachmentsBarModal,
|
|
154
151
|
EmbeddedChatAttachmentsBarModalOverlay as AttachmentsBarModalOverlay,
|
|
155
152
|
EmbeddedChatAttachmentsBarModalContent as AttachmentsBarModalContent,
|
|
@@ -286,8 +283,6 @@ declare const EmbeddedChatAttachmentsBarInfoTipText: ({ className, ...props }: R
|
|
|
286
283
|
|
|
287
284
|
declare const EmbeddedChatAttachmentsBarInput: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.AttachmentsBarInput>) => JSX.Element;
|
|
288
285
|
|
|
289
|
-
declare const EmbeddedChatAttachmentsBarInputIcon: ForwardRefExoticComponent< PolymorphicProps & Omit< IconBaseProps, "_id"> & Partial<Pick< IconBaseProps, "_id">>>;
|
|
290
|
-
|
|
291
286
|
declare const EmbeddedChatAttachmentsBarInputs: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.AttachmentsBarInputs>) => JSX.Element;
|
|
292
287
|
|
|
293
288
|
declare const EmbeddedChatAttachmentsBarList: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.AttachmentsBarList>) => JSX.Element;
|
|
@@ -566,8 +561,6 @@ declare const EmbeddedChatToolbarHeader: ({ className, ...props }: React.Compone
|
|
|
566
561
|
|
|
567
562
|
declare const EmbeddedChatWorkflow: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.Workflow>) => JSX.Element;
|
|
568
563
|
|
|
569
|
-
declare const EmbeddedChatWorkflowIcon: (props: ComponentPropsWithRef<ForwardRefExoticComponent< PolymorphicProps & Omit< IconBaseProps, "_id"> & Partial<Pick< IconBaseProps, "_id">>>>) => JSX.Element;
|
|
570
|
-
|
|
571
564
|
declare const EmbeddedChatWorkflows: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.Workflows>) => JSX.Element;
|
|
572
565
|
|
|
573
566
|
declare const EmbeddedChatWorkflowsLabel: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.WorkflowsLabel>) => JSX.Element;
|
package/dist/inkeep.css.cjs
CHANGED
|
@@ -654,6 +654,9 @@ video {
|
|
|
654
654
|
.mb-0 {
|
|
655
655
|
margin-bottom: 0px;
|
|
656
656
|
}
|
|
657
|
+
.mb-0\\.5 {
|
|
658
|
+
margin-bottom: 0.125rem;
|
|
659
|
+
}
|
|
657
660
|
.mb-1 {
|
|
658
661
|
margin-bottom: 0.25rem;
|
|
659
662
|
}
|
|
@@ -1619,9 +1622,6 @@ video {
|
|
|
1619
1622
|
.text-3xl {
|
|
1620
1623
|
font-size: var(--ikp-font-size-3xl);
|
|
1621
1624
|
}
|
|
1622
|
-
.text-3xs {
|
|
1623
|
-
font-size: var(--ikp-font-size-3xs);
|
|
1624
|
-
}
|
|
1625
1625
|
.text-lg {
|
|
1626
1626
|
font-size: var(--ikp-font-size-lg);
|
|
1627
1627
|
}
|
package/dist/inkeep.css.js
CHANGED
|
@@ -655,6 +655,9 @@ video {
|
|
|
655
655
|
.mb-0 {
|
|
656
656
|
margin-bottom: 0px;
|
|
657
657
|
}
|
|
658
|
+
.mb-0\\.5 {
|
|
659
|
+
margin-bottom: 0.125rem;
|
|
660
|
+
}
|
|
658
661
|
.mb-1 {
|
|
659
662
|
margin-bottom: 0.25rem;
|
|
660
663
|
}
|
|
@@ -1620,9 +1623,6 @@ video {
|
|
|
1620
1623
|
.text-3xl {
|
|
1621
1624
|
font-size: var(--ikp-font-size-3xl);
|
|
1622
1625
|
}
|
|
1623
|
-
.text-3xs {
|
|
1624
|
-
font-size: var(--ikp-font-size-3xs);
|
|
1625
|
-
}
|
|
1626
1626
|
.text-lg {
|
|
1627
1627
|
font-size: var(--ikp-font-size-lg);
|
|
1628
1628
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("class-variance-authority"),t=e.cva(["transition-all data-[disable-transitions]:transition-none","duration-100 ease-in-out"],{variants:{slot:{root:["group w-full overflow-hidden border rounded-lg","text-inkeep-primary-text-bold selected:text-inkeep-primary-strong","focus:outline-inkeep-expanded-primary-700 dark:focus:outline-inkeep-expanded-primary-300","dark:text-white-alpha-950 dark:selected:text-inkeep-expanded-primary-300","bg-white selected:bg-inkeep-primary-light-subtle","dark:bg-transparent dark:selected:bg-white-alpha-200","border-gray-200 selected:border-inkeep-primary-medium-subtle","dark:border-white-alpha-200","dark:selected:border-inkeep-expanded-primary-300","py-2 px-4 grid gap-x-2 gap-y-1",'[grid-template:"breadcrumbs_breadcrumbs_breadcrumbs_indicator""icon_title_tag_indicator""description_description_description_indicator"/auto_auto_1fr_auto]',"items-center",'md:data-[view=dual-pane]:[grid-template:"breadcrumbs_breadcrumbs_breadcrumbs""icon_title_tag""description_description_description"/auto_auto_1fr]'],breadcrumbs:["[grid-area:breadcrumbs]","whitespace-nowrap line-clamp-1","flex items-center text-gray-600","dark:text-white-alpha-600 text-xs truncate inline-block"],breadcrumbsIcon:"last-of-type:hidden text-
|
|
1
|
+
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("class-variance-authority"),t=e.cva(["transition-all data-[disable-transitions]:transition-none","duration-100 ease-in-out"],{variants:{slot:{root:["group w-full overflow-hidden border rounded-lg","text-inkeep-primary-text-bold selected:text-inkeep-primary-strong","focus:outline-inkeep-expanded-primary-700 dark:focus:outline-inkeep-expanded-primary-300","dark:text-white-alpha-950 dark:selected:text-inkeep-expanded-primary-300","bg-white selected:bg-inkeep-primary-light-subtle","dark:bg-transparent dark:selected:bg-white-alpha-200","border-gray-200 selected:border-inkeep-primary-medium-subtle","dark:border-white-alpha-200","dark:selected:border-inkeep-expanded-primary-300","py-2 px-4 grid gap-x-2 gap-y-1",'[grid-template:"breadcrumbs_breadcrumbs_breadcrumbs_indicator""icon_title_tag_indicator""description_description_description_indicator"/auto_auto_1fr_auto]',"items-center",'md:data-[view=dual-pane]:[grid-template:"breadcrumbs_breadcrumbs_breadcrumbs""icon_title_tag""description_description_description"/auto_auto_1fr]'],breadcrumbs:["[grid-area:breadcrumbs]","whitespace-nowrap line-clamp-1","flex items-center text-gray-600","dark:text-white-alpha-600 text-xs truncate inline-block"],breadcrumbsIcon:"last-of-type:hidden text-xs mb-0.5 mx-[5px]",icon:["[grid-area:icon]","text-gray-500","group-selected:text-inkeep-primary-text-subtle","dark:text-gray-dark-300 dark:group-selected:text-gray-dark-100"],title:["[grid-area:title]","text-gray-800 dark:text-white-alpha-950","group-selected:text-inkeep-primary-text-bold","dark:group-selected:text-white","font-medium line-clamp-1","whitespace-nowrap text-ellipsis inline-block"],tag:["[grid-area:tag] w-fit justify-self-end","text-xs px-1 uppercase rounded-sm align-middle","font-bold inline-block whitespace-nowrap",'data-[type^="github"]:text-purple-500','data-[type="stackoverflow"]:text-green-500',"shadow-[inset_0_0_0_1px_currentColor]"],description:["[grid-area:description]","text-1sm line-clamp-1","text-gray-700 dark:text-white-alpha-700"],descriptionPart:["data-[highlighted]:font-semibold","data-[highlighted]:text-inkeep-primary-text-subtle","dark:data-[highlighted]:text-gray-dark-50"],indicator:["[grid-area:indicator]","self-center justify-self-end","opacity-0 group-selected:opacity-100","transition-opacity duration-100 ease-in-out ml-auto","md:data-[view=dual-pane]:hidden"]}}});exports.citation=t;
|
|
@@ -26,7 +26,7 @@ const a = e(
|
|
|
26
26
|
"flex items-center text-gray-600",
|
|
27
27
|
"dark:text-white-alpha-600 text-xs truncate inline-block"
|
|
28
28
|
],
|
|
29
|
-
breadcrumbsIcon: "last-of-type:hidden text-
|
|
29
|
+
breadcrumbsIcon: "last-of-type:hidden text-xs mb-0.5 mx-[5px]",
|
|
30
30
|
icon: [
|
|
31
31
|
"[grid-area:icon]",
|
|
32
32
|
"text-gray-500",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inkeep/cxkit-styled",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.75",
|
|
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.
|
|
42
|
+
"@inkeep/cxkit-primitives": "0.5.75"
|
|
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.
|
|
63
|
-
"@inkeep/cxkit-types": "0.5.
|
|
62
|
+
"@inkeep/cxkit-theme": "0.5.75",
|
|
63
|
+
"@inkeep/cxkit-types": "0.5.75"
|
|
64
64
|
},
|
|
65
65
|
"module": "dist/index.js",
|
|
66
66
|
"types": "dist/index.d.ts",
|