@inkeep/cxkit-styled 0.5.116 → 0.5.117
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 +361 -376
- package/dist/components/embedded-search.cjs +1 -1
- package/dist/components/embedded-search.js +212 -227
- package/dist/index.d.cts +1 -7
- package/dist/index.d.ts +1 -7
- package/dist/inkeep.css.cjs +3 -3
- package/dist/inkeep.css.js +3 -3
- package/package.json +4 -4
package/dist/index.d.cts
CHANGED
|
@@ -172,7 +172,6 @@ export declare namespace EmbeddedChat {
|
|
|
172
172
|
EmbeddedChatTaglineContainer as TaglineContainer,
|
|
173
173
|
EmbeddedChatTaglineText as TaglineText,
|
|
174
174
|
EmbeddedChatTaglineLogo as TaglineLogo,
|
|
175
|
-
EmbeddedChatTaglineBrandName as TaglineBrandName,
|
|
176
175
|
EmbeddedChatAction as ChatAction,
|
|
177
176
|
EmbeddedChatActionLabel as ChatActionLabel,
|
|
178
177
|
EmbeddedChatActionFeedback as ChatActionFeedback,
|
|
@@ -594,8 +593,6 @@ declare const EmbeddedChatSendButton: ({ className, ...props }: React.ComponentP
|
|
|
594
593
|
|
|
595
594
|
declare const EmbeddedChatSendButtonIcon: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.SendButtonIcon>) => JSX.Element;
|
|
596
595
|
|
|
597
|
-
declare const EmbeddedChatTaglineBrandName: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.TaglineBrandName>) => JSX.Element;
|
|
598
|
-
|
|
599
596
|
declare const EmbeddedChatTaglineContainer: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.TaglineContainer>) => JSX.Element;
|
|
600
597
|
|
|
601
598
|
declare const EmbeddedChatTaglineLogo: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.TaglineLogo>) => JSX.Element;
|
|
@@ -671,8 +668,7 @@ export declare namespace EmbeddedSearch {
|
|
|
671
668
|
EmbeddedSearchFooter as Footer,
|
|
672
669
|
EmbeddedSearchTaglineContainer as TaglineContainer,
|
|
673
670
|
EmbeddedSearchTaglineText as TaglineText,
|
|
674
|
-
EmbeddedSearchTaglineLogo as TaglineLogo
|
|
675
|
-
EmbeddedSearchTaglineBrandName as TaglineBrandName
|
|
671
|
+
EmbeddedSearchTaglineLogo as TaglineLogo
|
|
676
672
|
}
|
|
677
673
|
}
|
|
678
674
|
|
|
@@ -788,8 +784,6 @@ declare const EmbeddedSearchResultsTabList: ({ className, ...props }: ComponentP
|
|
|
788
784
|
|
|
789
785
|
declare const EmbeddedSearchRoot: ({ className, ...props }: ComponentPropsWithRef<typeof EmbeddedSearchPrimitive.Root>) => JSX.Element;
|
|
790
786
|
|
|
791
|
-
declare const EmbeddedSearchTaglineBrandName: ({ className, ...props }: ComponentPropsWithRef<typeof EmbeddedSearchPrimitive.TaglineBrandName>) => JSX.Element;
|
|
792
|
-
|
|
793
787
|
declare const EmbeddedSearchTaglineContainer: ({ className, ...props }: ComponentPropsWithRef<typeof EmbeddedSearchPrimitive.TaglineContainer>) => JSX.Element;
|
|
794
788
|
|
|
795
789
|
declare const EmbeddedSearchTaglineLogo: ({ className, ...props }: ComponentPropsWithRef<typeof EmbeddedSearchPrimitive.TaglineLogo>) => JSX.Element;
|
package/dist/index.d.ts
CHANGED
|
@@ -172,7 +172,6 @@ export declare namespace EmbeddedChat {
|
|
|
172
172
|
EmbeddedChatTaglineContainer as TaglineContainer,
|
|
173
173
|
EmbeddedChatTaglineText as TaglineText,
|
|
174
174
|
EmbeddedChatTaglineLogo as TaglineLogo,
|
|
175
|
-
EmbeddedChatTaglineBrandName as TaglineBrandName,
|
|
176
175
|
EmbeddedChatAction as ChatAction,
|
|
177
176
|
EmbeddedChatActionLabel as ChatActionLabel,
|
|
178
177
|
EmbeddedChatActionFeedback as ChatActionFeedback,
|
|
@@ -594,8 +593,6 @@ declare const EmbeddedChatSendButton: ({ className, ...props }: React.ComponentP
|
|
|
594
593
|
|
|
595
594
|
declare const EmbeddedChatSendButtonIcon: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.SendButtonIcon>) => JSX.Element;
|
|
596
595
|
|
|
597
|
-
declare const EmbeddedChatTaglineBrandName: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.TaglineBrandName>) => JSX.Element;
|
|
598
|
-
|
|
599
596
|
declare const EmbeddedChatTaglineContainer: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.TaglineContainer>) => JSX.Element;
|
|
600
597
|
|
|
601
598
|
declare const EmbeddedChatTaglineLogo: ({ className, ...props }: React.ComponentPropsWithRef<typeof EmbeddedChatPrimitive.TaglineLogo>) => JSX.Element;
|
|
@@ -671,8 +668,7 @@ export declare namespace EmbeddedSearch {
|
|
|
671
668
|
EmbeddedSearchFooter as Footer,
|
|
672
669
|
EmbeddedSearchTaglineContainer as TaglineContainer,
|
|
673
670
|
EmbeddedSearchTaglineText as TaglineText,
|
|
674
|
-
EmbeddedSearchTaglineLogo as TaglineLogo
|
|
675
|
-
EmbeddedSearchTaglineBrandName as TaglineBrandName
|
|
671
|
+
EmbeddedSearchTaglineLogo as TaglineLogo
|
|
676
672
|
}
|
|
677
673
|
}
|
|
678
674
|
|
|
@@ -788,8 +784,6 @@ declare const EmbeddedSearchResultsTabList: ({ className, ...props }: ComponentP
|
|
|
788
784
|
|
|
789
785
|
declare const EmbeddedSearchRoot: ({ className, ...props }: ComponentPropsWithRef<typeof EmbeddedSearchPrimitive.Root>) => JSX.Element;
|
|
790
786
|
|
|
791
|
-
declare const EmbeddedSearchTaglineBrandName: ({ className, ...props }: ComponentPropsWithRef<typeof EmbeddedSearchPrimitive.TaglineBrandName>) => JSX.Element;
|
|
792
|
-
|
|
793
787
|
declare const EmbeddedSearchTaglineContainer: ({ className, ...props }: ComponentPropsWithRef<typeof EmbeddedSearchPrimitive.TaglineContainer>) => JSX.Element;
|
|
794
788
|
|
|
795
789
|
declare const EmbeddedSearchTaglineLogo: ({ className, ...props }: ComponentPropsWithRef<typeof EmbeddedSearchPrimitive.TaglineLogo>) => JSX.Element;
|
package/dist/inkeep.css.cjs
CHANGED
|
@@ -701,9 +701,6 @@ video {
|
|
|
701
701
|
.ml-auto {
|
|
702
702
|
margin-left: auto;
|
|
703
703
|
}
|
|
704
|
-
.mr-0\\.5 {
|
|
705
|
-
margin-right: var(--ikp-spacing-0_5);
|
|
706
|
-
}
|
|
707
704
|
.mr-1 {
|
|
708
705
|
margin-right: var(--ikp-spacing-1);
|
|
709
706
|
}
|
|
@@ -722,6 +719,9 @@ video {
|
|
|
722
719
|
.ms-\\[1em\\] {
|
|
723
720
|
margin-inline-start: 1em;
|
|
724
721
|
}
|
|
722
|
+
.mt-1 {
|
|
723
|
+
margin-top: var(--ikp-spacing-1);
|
|
724
|
+
}
|
|
725
725
|
.mt-12 {
|
|
726
726
|
margin-top: var(--ikp-spacing-12);
|
|
727
727
|
}
|
package/dist/inkeep.css.js
CHANGED
|
@@ -702,9 +702,6 @@ video {
|
|
|
702
702
|
.ml-auto {
|
|
703
703
|
margin-left: auto;
|
|
704
704
|
}
|
|
705
|
-
.mr-0\\.5 {
|
|
706
|
-
margin-right: var(--ikp-spacing-0_5);
|
|
707
|
-
}
|
|
708
705
|
.mr-1 {
|
|
709
706
|
margin-right: var(--ikp-spacing-1);
|
|
710
707
|
}
|
|
@@ -723,6 +720,9 @@ video {
|
|
|
723
720
|
.ms-\\[1em\\] {
|
|
724
721
|
margin-inline-start: 1em;
|
|
725
722
|
}
|
|
723
|
+
.mt-1 {
|
|
724
|
+
margin-top: var(--ikp-spacing-1);
|
|
725
|
+
}
|
|
726
726
|
.mt-12 {
|
|
727
727
|
margin-top: var(--ikp-spacing-12);
|
|
728
728
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inkeep/cxkit-styled",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.117",
|
|
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.117"
|
|
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.117",
|
|
63
|
+
"@inkeep/cxkit-types": "0.5.117"
|
|
64
64
|
},
|
|
65
65
|
"module": "dist/index.js",
|
|
66
66
|
"types": "dist/index.d.ts",
|