@patternfly/chatbot 2.1.0-prerelease.25 → 2.1.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/css/main.css CHANGED
@@ -1383,12 +1383,12 @@ html.pf-chatbot-allow--docked {
1383
1383
  inset-inline-start: 75% !important;
1384
1384
  width: 2rem !important;
1385
1385
  height: 2rem !important;
1386
- display: flex;
1387
- align-items: center;
1388
- justify-content: center;
1386
+ display: flex !important;
1387
+ align-items: center !important;
1388
+ justify-content: center !important;
1389
1389
  padding: var(--pf-t--global--spacer--md) !important;
1390
1390
  border-radius: var(--pf-t--global--border--radius--pill) !important;
1391
- --pf-v6-c-button--MinWidth: 2rem;
1391
+ --pf-v6-c-button--MinWidth: 2rem !important;
1392
1392
  background-color: var(--pf-t--global--background--color--primary--default) !important;
1393
1393
  border: 1px solid var(--pf-t--chatbot--border) !important;
1394
1394
  box-shadow: var(--pf-t--global--box-shadow--sm);
@@ -1462,12 +1462,12 @@ html.pf-chatbot-allow--docked {
1462
1462
  inset-inline-start: 75% !important;
1463
1463
  width: 2rem !important;
1464
1464
  height: 2rem !important;
1465
- display: flex;
1466
- align-items: center;
1467
- justify-content: center;
1465
+ display: flex !important;
1466
+ align-items: center !important;
1467
+ justify-content: center !important;
1468
1468
  padding: var(--pf-t--global--spacer--md) !important;
1469
1469
  border-radius: var(--pf-t--global--border--radius--pill) !important;
1470
- --pf-v6-c-button--MinWidth: 2rem;
1470
+ --pf-v6-c-button--MinWidth: 2rem !important;
1471
1471
  background-color: var(--pf-t--global--background--color--primary--default) !important;
1472
1472
  border: 1px solid var(--pf-t--chatbot--border) !important;
1473
1473
  box-shadow: var(--pf-t--global--box-shadow--sm);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@patternfly/chatbot",
3
- "version": "2.1.0-prerelease.25",
3
+ "version": "2.1.0",
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",
@@ -7,12 +7,12 @@
7
7
  inset-inline-start: 75% !important;
8
8
  width: 2rem !important;
9
9
  height: 2rem !important;
10
- display: flex;
11
- align-items: center;
12
- justify-content: center;
10
+ display: flex !important;
11
+ align-items: center !important;
12
+ justify-content: center !important;
13
13
  padding: var(--pf-t--global--spacer--md) !important;
14
14
  border-radius: var(--pf-t--global--border--radius--pill) !important;
15
- --pf-v6-c-button--MinWidth: 2rem;
15
+ --pf-v6-c-button--MinWidth: 2rem !important;
16
16
  background-color: var(--pf-t--global--background--color--primary--default) !important;
17
17
  border: 1px solid var(--pf-t--chatbot--border) !important;
18
18
  box-shadow: var(--pf-t--global--box-shadow--sm);