@inkeep/cxkit-styled 0.5.111 → 0.5.113
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 +5 -4
- package/dist/components/embedded-search/results-loading.cjs +1 -1
- package/dist/components/embedded-search/results-loading.js +3 -3
- package/dist/components/embedded-search.cjs +1 -1
- package/dist/components/embedded-search.js +1 -1
- package/dist/components/intelligent-form.cjs +1 -1
- package/dist/components/intelligent-form.js +1 -0
- package/dist/inkeep.css.cjs +263 -263
- package/dist/inkeep.css.js +263 -263
- package/dist/ui/recipes/markdown.cjs +1 -1
- package/dist/ui/recipes/markdown.js +4 -4
- package/dist/ui/recipes/select.cjs +1 -1
- package/dist/ui/recipes/select.js +1 -1
- package/package.json +4 -4
|
@@ -1 +1 @@
|
|
|
1
|
-
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("class-variance-authority"),r=e.cva("tracking-tight font-semibold",{variants:{size:{lg:"text-xl",md:"text-md"}},defaultVariants:{size:"md"}}),t=e.cva("text-2sm ms-[1em] break-words pb-3 pl-7 relative [&_li]:mb-1",{variants:{style:{ordered:"list-decimal [counter-increment:item]",unordered:"list-[initial]"}}}),a=e.cva("",{variants:{slot:{root:"w-full border-collapse [font-variant-numeric:lining-nums_tabular-nums]",th:["font-heading font-bold uppercase tracking-wider text-start","data-[is-numeric=true]:text-end","border-b border-gray-100 dark:border-gray-700","text-gray-600 dark:text-gray-400","px-6 py-3 leading-4 text-xs"],td:["text-start data-[is-numeric=true]:text-end","border-b border-gray-100 dark:border-gray-700","px-6 py-4 leading-5"]},size:{md:""}}}),o=e.cva(["ml-[3px] cursor-pointer","[&_a]:bg-inkeep-primary-light","[&_a]:px-1","[&_a]:py-
|
|
1
|
+
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("class-variance-authority"),r=e.cva("tracking-tight font-semibold",{variants:{size:{lg:"text-xl",md:"text-md"}},defaultVariants:{size:"md"}}),t=e.cva("text-2sm ms-[1em] break-words pb-3 pl-7 relative [&_li]:mb-1",{variants:{style:{ordered:"list-decimal [counter-increment:item]",unordered:"list-[initial]"}}}),a=e.cva("",{variants:{slot:{root:"w-full border-collapse [font-variant-numeric:lining-nums_tabular-nums]",th:["font-heading font-bold uppercase tracking-wider text-start","data-[is-numeric=true]:text-end","border-b border-gray-100 dark:border-gray-700","text-gray-600 dark:text-gray-400","px-6 py-3 leading-4 text-xs"],td:["text-start data-[is-numeric=true]:text-end","border-b border-gray-100 dark:border-gray-700","px-6 py-4 leading-5"]},size:{md:""}}}),o=e.cva(["ml-[3px] cursor-pointer","[&_a]:bg-inkeep-primary-light","[&_a]:px-1","[&_a]:py-px","[&_a]:rounded-sm","[&_a]:no-underline","[&_a]:text-inkeep-primary-text-subtle","[&_a]:hover:text-inkeep-primary-text-bold","[&_a]:font-semibold","[&_a]:dark:bg-inkeep-primary-text-subtle","[&_a]:dark:hover:text-inkeep-expanded-primary-200","[&_a]:hover:no-underline"]),i=e.cva(["bg-inkeep-primary-medium text-inkeep-primary-text-color-on-primary","[overflow-wrap:anywhere] min-w-0 py-[.2rem] my-[.1rem]","px-[.4rem] rounded-md [font-size:85%!important]","font-semibold inline-block","font-mono "]),n=e.cva("",{variants:{slot:{container:"overflow-y-auto mb-3",header:["flex items-center justify-between","bg-gray-50 dark:bg-gray-dark-800","text-gray-600 dark:text-gray-400","mb-0 leading-[1.25] px-2 text-xs","transition-all duration-200 ease-in-out","rounded-t-md"],copyButton:["px-0 bg-inherit text-inherit","hover:text-gray-800 dark:text-white-alpha-700 dark:hover:text-white-alpha-950","dark:hover:bg-transparent h-8 w-8 min-h-8 min-w-8 text-sm","data-[copied]:text-inkeep-primary-medium"],highlighter:["text-1sm overflow-x-auto","rounded-b-md","p-[1em] whitespace-pre","m-[0px_0px_0.5em]","bg-gray-50 dark:bg-gray-dark-900","[scrollbar-width:thin]","[--scrollbar-color:var(--color-gray-300)]","dark:[--scrollbar-color:var(--color-gray-dark-600)]","[scrollbar-color:var(--scrollbar-color)_transparent]"]}}});exports.code=i;exports.codeblock=n;exports.heading=r;exports.list=t;exports.sup=o;exports.table=a;
|
|
@@ -44,7 +44,7 @@ const t = e("tracking-tight font-semibold", {
|
|
|
44
44
|
"ml-[3px] cursor-pointer",
|
|
45
45
|
"[&_a]:bg-inkeep-primary-light",
|
|
46
46
|
"[&_a]:px-1",
|
|
47
|
-
"[&_a]:py-
|
|
47
|
+
"[&_a]:py-px",
|
|
48
48
|
"[&_a]:rounded-sm",
|
|
49
49
|
"[&_a]:no-underline",
|
|
50
50
|
"[&_a]:text-inkeep-primary-text-subtle",
|
|
@@ -56,7 +56,7 @@ const t = e("tracking-tight font-semibold", {
|
|
|
56
56
|
]), n = e([
|
|
57
57
|
"bg-inkeep-primary-medium text-inkeep-primary-text-color-on-primary",
|
|
58
58
|
"[overflow-wrap:anywhere] min-w-0 py-[.2rem] my-[.1rem]",
|
|
59
|
-
"px-[.4rem] rounded-
|
|
59
|
+
"px-[.4rem] rounded-md [font-size:85%!important]",
|
|
60
60
|
"font-semibold inline-block",
|
|
61
61
|
"font-mono "
|
|
62
62
|
]), d = e("", {
|
|
@@ -69,7 +69,7 @@ const t = e("tracking-tight font-semibold", {
|
|
|
69
69
|
"text-gray-600 dark:text-gray-400",
|
|
70
70
|
"mb-0 leading-[1.25] px-2 text-xs",
|
|
71
71
|
"transition-all duration-200 ease-in-out",
|
|
72
|
-
"rounded-
|
|
72
|
+
"rounded-t-md"
|
|
73
73
|
],
|
|
74
74
|
copyButton: [
|
|
75
75
|
"px-0 bg-inherit text-inherit",
|
|
@@ -79,7 +79,7 @@ const t = e("tracking-tight font-semibold", {
|
|
|
79
79
|
],
|
|
80
80
|
highlighter: [
|
|
81
81
|
"text-1sm overflow-x-auto",
|
|
82
|
-
"rounded-
|
|
82
|
+
"rounded-b-md",
|
|
83
83
|
"p-[1em] whitespace-pre",
|
|
84
84
|
"m-[0px_0px_0.5em]",
|
|
85
85
|
"bg-gray-50 dark:bg-gray-dark-900",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("class-variance-authority"),t=require("./input.cjs"),a=e.cva("",{variants:{slot:{trigger:[t.input({size:"md",variant:"outline"}),"px-4 py-0 flex items-center justify-between"],content:["relative z-dropdown max-h-96 min-w-
|
|
1
|
+
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("class-variance-authority"),t=require("./input.cjs"),a=e.cva("",{variants:{slot:{trigger:[t.input({size:"md",variant:"outline"}),"px-4 py-0 flex items-center justify-between"],content:["relative z-dropdown max-h-96 min-w-32","overflow-hidden rounded-md border","bg-white dark:bg-gray-dark-950 shadow-md","data-[state=open]:animate-fade-in data-[state=closed]:animate-fade-out","data-[side=bottom]:translate-y-1.5","data-[side=left]:-translate-x-1.5","data-[side=right]:translate-x-1.5","data-[side=top]:-translate-y-1.5"],viewport:["p-1 h-[var(--radix-select-trigger-height)]","w-full min-w-[var(--radix-select-trigger-width)]"],item:["hover:bg-gray-100 dark:hover:bg-gray-dark-800","focus:bg-gray-100 dark:focus:bg-gray-dark-800","relative flex w-full text-md cursor-pointer py-1.5","select-none outline-none pl-2 pr-8 rounded-md items-center ","data-[disabled]:pointer-events-none data-[disabled]:opacity-50"],itemIndicator:["absolute right-2 flex h-3.5 w-3.5","items-center justify-center"]}}});exports.select=a;
|
|
@@ -9,7 +9,7 @@ const i = e("", {
|
|
|
9
9
|
"px-4 py-0 flex items-center justify-between"
|
|
10
10
|
],
|
|
11
11
|
content: [
|
|
12
|
-
"relative z-dropdown max-h-96 min-w-
|
|
12
|
+
"relative z-dropdown max-h-96 min-w-32",
|
|
13
13
|
"overflow-hidden rounded-md border",
|
|
14
14
|
"bg-white dark:bg-gray-dark-950 shadow-md",
|
|
15
15
|
"data-[state=open]:animate-fade-in data-[state=closed]:animate-fade-out",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inkeep/cxkit-styled",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.113",
|
|
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.113"
|
|
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-
|
|
63
|
-
"@inkeep/cxkit-
|
|
62
|
+
"@inkeep/cxkit-types": "0.5.113",
|
|
63
|
+
"@inkeep/cxkit-theme": "0.5.113"
|
|
64
64
|
},
|
|
65
65
|
"module": "dist/index.js",
|
|
66
66
|
"types": "dist/index.d.ts",
|