@innovaccer/design-system 4.11.0 → 4.11.2
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 +76 -0
- package/css/dist/index.css +1 -1
- package/css/dist/index.css.map +1 -1
- package/css/src/components/chatInput.module.css +1 -1
- package/dist/brotli/index.js +1 -1
- package/dist/brotli/index.js.br +0 -0
- package/dist/cjs/index.js +1 -1
- package/dist/core/components/molecules/chat/chatInput/ChatInput.d.ts +1 -0
- package/dist/core/utils/navigationHelper.d.ts +1 -0
- package/dist/esm/index.js +186 -175
- package/dist/gzip/index.js +1 -1
- package/dist/gzip/index.js.gz +0 -0
- package/dist/index.js +186 -175
- package/dist/index.js.map +1 -1
- package/dist/index.umd.css +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/types/tsconfig.type.tsbuildinfo +6 -6
- package/package.json +1 -1
package/dist/index.umd.css
CHANGED
|
@@ -10355,7 +10355,6 @@ body {
|
|
|
10355
10355
|
|
|
10356
10356
|
.ChatInput-textarea {
|
|
10357
10357
|
flex: 1;
|
|
10358
|
-
/* height: 100%; */
|
|
10359
10358
|
height: var(--spacing-60);
|
|
10360
10359
|
width: 100%;
|
|
10361
10360
|
resize: none;
|
|
@@ -10373,6 +10372,7 @@ body {
|
|
|
10373
10372
|
font-weight: var(--font-weight-normal);
|
|
10374
10373
|
line-height: var(--font-height);
|
|
10375
10374
|
font-size: var(--font-size);
|
|
10375
|
+
color: var(--inverse);
|
|
10376
10376
|
}
|
|
10377
10377
|
|
|
10378
10378
|
.ChatInput-textarea::-moz-placeholder {
|