@patternfly/chatbot 2.2.0-prerelease.22 → 2.2.0-prerelease.23
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/css/main.css
CHANGED
@@ -1594,13 +1594,13 @@
|
|
1594
1594
|
.pf-chatbot__message-textarea .pf-v6-c-form-control__textarea:focus-visible {
|
1595
1595
|
outline: none;
|
1596
1596
|
}
|
1597
|
-
.pf-chatbot__message-textarea textarea {
|
1597
|
+
.pf-chatbot__message-textarea .pf-v6-c-form-control > textarea {
|
1598
1598
|
outline-offset: 0px;
|
1599
1599
|
--pf-v6-c-form-control--PaddingBlockStart: 0;
|
1600
1600
|
--pf-v6-c-form-control--PaddingBlockEnd: 0;
|
1601
1601
|
--pf-v6-c-form-control--BorderRadius: 0;
|
1602
1602
|
}
|
1603
|
-
.pf-chatbot__message-textarea textarea:focus-visible {
|
1603
|
+
.pf-chatbot__message-textarea .pf-v6-c-form-control > textarea:focus-visible {
|
1604
1604
|
outline: none;
|
1605
1605
|
}
|
1606
1606
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@patternfly/chatbot",
|
3
|
-
"version": "2.2.0-prerelease.
|
3
|
+
"version": "2.2.0-prerelease.23",
|
4
4
|
"description": "This library provides React components based on PatternFly 6 that can be used to build chatbots.",
|
5
5
|
"main": "dist/cjs/index.js",
|
6
6
|
"module": "dist/esm/index.js",
|
@@ -68,13 +68,13 @@
|
|
68
68
|
.pf-v6-c-form-control__textarea:focus-visible {
|
69
69
|
outline: none;
|
70
70
|
}
|
71
|
-
textarea {
|
71
|
+
.pf-v6-c-form-control > textarea {
|
72
72
|
outline-offset: 0px;
|
73
73
|
--pf-v6-c-form-control--PaddingBlockStart: 0;
|
74
74
|
--pf-v6-c-form-control--PaddingBlockEnd: 0;
|
75
75
|
--pf-v6-c-form-control--BorderRadius: 0;
|
76
76
|
}
|
77
|
-
textarea:focus-visible {
|
77
|
+
.pf-v6-c-form-control > textarea:focus-visible {
|
78
78
|
outline: none;
|
79
79
|
}
|
80
80
|
}
|