@cuadra-ai/uikit 0.1.16 → 0.1.18
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/WidgetContent.d.ts.map +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +3 -2
- package/dist/index.mjs.map +1 -1
- package/dist/uikit.css +1 -1
- package/dist/widget/cuadra-uikit.css +1 -1
- package/dist/widget/cuadra-uikit.umd.js +2 -2
- package/dist/widget/cuadra-uikit.umd.js.map +1 -1
- package/package.json +2 -5
package/dist/index.mjs
CHANGED
|
@@ -3132,7 +3132,7 @@ function ui() {
|
|
|
3132
3132
|
style: {
|
|
3133
3133
|
maxWidth: "calc(42rem * 0.8)",
|
|
3134
3134
|
borderRadius: "1.5rem",
|
|
3135
|
-
backgroundColor: "
|
|
3135
|
+
backgroundColor: "var(--muted)",
|
|
3136
3136
|
color: "hsl(var(--foreground))",
|
|
3137
3137
|
paddingLeft: "1.25rem",
|
|
3138
3138
|
paddingRight: "1.25rem",
|
|
@@ -3717,7 +3717,8 @@ const pi = ({ config: e }) => {
|
|
|
3717
3717
|
welcomeTitle: s,
|
|
3718
3718
|
welcomeSubtitle: p,
|
|
3719
3719
|
extraTopPadding: b,
|
|
3720
|
-
suggestions: h
|
|
3720
|
+
suggestions: h,
|
|
3721
|
+
inputPlaceholder: k
|
|
3721
3722
|
}
|
|
3722
3723
|
) })
|
|
3723
3724
|
] }) })
|