@harnessio/ui 0.0.209 → 0.0.210
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.js +1 -1
- package/dist/{index-D1PUmrzp.js → index-BUaVwUMR.js} +2 -2
- package/dist/index-BUaVwUMR.js.map +1 -0
- package/dist/index.js +1 -1
- package/dist/styles.css +1 -1
- package/dist/tailwind.config.js +1 -1
- package/dist/tailwind.config.js.map +1 -1
- package/package.json +3 -3
- package/dist/index-D1PUmrzp.js.map +0 -1
package/dist/tailwind.config.js
CHANGED
|
@@ -1746,6 +1746,7 @@ const ne = {
|
|
|
1746
1746
|
"&.cn-message-bubble-user": {
|
|
1747
1747
|
alignSelf: "flex-end",
|
|
1748
1748
|
".cn-message-bubble-content": {
|
|
1749
|
+
padding: "var(--cn-spacing-3)",
|
|
1749
1750
|
background: "var(--cn-comp-ai-chat-bubble)"
|
|
1750
1751
|
}
|
|
1751
1752
|
},
|
|
@@ -1753,7 +1754,6 @@ const ne = {
|
|
|
1753
1754
|
alignSelf: "flex-start"
|
|
1754
1755
|
},
|
|
1755
1756
|
".cn-message-bubble-content": {
|
|
1756
|
-
padding: "var(--cn-spacing-3)",
|
|
1757
1757
|
borderRadius: "var(--cn-rounded-4)"
|
|
1758
1758
|
}
|
|
1759
1759
|
}
|