@copilotkit/react-textarea 1.55.0-next.9 → 1.55.1-next.0
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/CHANGELOG.md +28 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +5 -5
- package/dist/index.css.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +44 -45
- package/src/components/base-copilot-textarea/base-copilot-textarea.css +5 -6
- package/src/components/hovering-toolbar/hovering-toolbar-components.tsx +3 -7
package/dist/index.css
CHANGED
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
@tailwind utilities;
|
|
3
3
|
|
|
4
4
|
.copilot-textarea.with-branding::after {
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
content: ""; /* Initially empty because we overrdie this CSS dynamically and we want to avoid flashing */
|
|
6
|
+
position: absolute;
|
|
7
7
|
}
|
|
8
|
-
|
|
9
|
-
|
|
8
|
+
|
|
10
9
|
.copilot-textarea.no-branding::after {
|
|
11
|
-
|
|
10
|
+
content: "";
|
|
12
11
|
}
|
|
13
12
|
|
|
13
|
+
|
|
14
14
|
/*# sourceMappingURL=index.css.map*/
|
package/dist/index.css.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.css","names":[],"sources":["../src/styles.css","../src/components/base-copilot-textarea/base-copilot-textarea.css"],"sourcesContent":["@import url(\"material-icons/iconfont/material-icons.css\");\n\n@tailwind utilities;\n",".copilot-textarea.with-branding::after {\n
|
|
1
|
+
{"version":3,"file":"index.css","names":[],"sources":["../src/styles.css","../src/components/base-copilot-textarea/base-copilot-textarea.css"],"sourcesContent":["@import url(\"material-icons/iconfont/material-icons.css\");\n\n@tailwind utilities;\n",".copilot-textarea.with-branding::after {\n content: \"\"; /* Initially empty because we overrdie this CSS dynamically and we want to avoid flashing */\n position: absolute;\n}\n\n.copilot-textarea.no-branding::after {\n content: \"\";\n}\n"],"mappings":";AAEA;;ACFA;AACA;AACA;AACA;;AAEA;AACA;AACA"}
|