@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/dist/index.css CHANGED
@@ -2,13 +2,13 @@
2
2
  @tailwind utilities;
3
3
 
4
4
  .copilot-textarea.with-branding::after {
5
- content: ''; /* Initially empty because we overrdie this CSS dynamically and we want to avoid flashing */
6
- position: absolute;
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
- content: '';
10
+ content: "";
12
11
  }
13
12
 
13
+
14
14
  /*# sourceMappingURL=index.css.map*/
@@ -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 content: ''; /* Initially empty because we overrdie this CSS dynamically and we want to avoid flashing */\n position: absolute;\n}\n \n \n.copilot-textarea.no-branding::after {\n content: '';\n}"],"mappings":";AAEA;;ACFA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA"}
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"}