@patternfly/chatbot 6.7.0 → 6.7.1

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
@@ -2397,7 +2397,7 @@ li[id*=user-content-fn-]:has(> span > span > .pf-chatbot__message-text + .pf-cha
2397
2397
  padding: var(--pf-t--global--spacer--md) !important;
2398
2398
  border-radius: var(--pf-t--global--border--radius--pill) !important;
2399
2399
  --pf-v6-c-button--MinWidth: 2rem !important;
2400
- background-color: var(--pf-t--global--background--color--primary--default) !important;
2400
+ background-color: var(--pf-t--global--background--color--floating--default);
2401
2401
  border: 1px solid var(--pf-t--global--border--color--default) !important;
2402
2402
  box-shadow: var(--pf-t--global--box-shadow--sm);
2403
2403
  color: var(--pf-t--global--icon--color--subtle) !important;
@@ -2409,7 +2409,7 @@ li[id*=user-content-fn-]:has(> span > span > .pf-chatbot__message-text + .pf-cha
2409
2409
  line-height: 1rem;
2410
2410
  }
2411
2411
  .pf-chatbot__jump:hover, .pf-chatbot__jump:focus {
2412
- background-color: var(--pf-t--global--background--color--primary--hover) !important;
2412
+ background-color: var(--pf-t--global--background--color--floating--hover);
2413
2413
  box-shadow: var(--pf-t--global--box-shadow--md) !important;
2414
2414
  color: var(--pf-t--global--icon--color--regular) !important;
2415
2415
  }
@@ -2501,7 +2501,7 @@ li[id*=user-content-fn-]:has(> span > span > .pf-chatbot__message-text + .pf-cha
2501
2501
  padding: var(--pf-t--global--spacer--md) !important;
2502
2502
  border-radius: var(--pf-t--global--border--radius--pill) !important;
2503
2503
  --pf-v6-c-button--MinWidth: 2rem !important;
2504
- background-color: var(--pf-t--global--background--color--primary--default) !important;
2504
+ background-color: var(--pf-t--global--background--color--floating--default);
2505
2505
  border: 1px solid var(--pf-t--global--border--color--default) !important;
2506
2506
  box-shadow: var(--pf-t--global--box-shadow--sm);
2507
2507
  color: var(--pf-t--global--icon--color--subtle) !important;
@@ -2513,7 +2513,7 @@ li[id*=user-content-fn-]:has(> span > span > .pf-chatbot__message-text + .pf-cha
2513
2513
  line-height: 1rem;
2514
2514
  }
2515
2515
  .pf-chatbot__jump:hover, .pf-chatbot__jump:focus {
2516
- background-color: var(--pf-t--global--background--color--primary--hover) !important;
2516
+ background-color: var(--pf-t--global--background--color--floating--hover);
2517
2517
  box-shadow: var(--pf-t--global--box-shadow--md) !important;
2518
2518
  color: var(--pf-t--global--icon--color--regular) !important;
2519
2519
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@patternfly/chatbot",
3
- "version": "6.7.0",
3
+ "version": "6.7.1",
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",
@@ -13,7 +13,7 @@
13
13
  padding: var(--pf-t--global--spacer--md) !important;
14
14
  border-radius: var(--pf-t--global--border--radius--pill) !important;
15
15
  --pf-v6-c-button--MinWidth: 2rem !important;
16
- background-color: var(--pf-t--global--background--color--primary--default) !important;
16
+ background-color: var(--pf-t--global--background--color--floating--default);
17
17
  border: 1px solid var(--pf-t--global--border--color--default) !important;
18
18
  box-shadow: var(--pf-t--global--box-shadow--sm);
19
19
  color: var(--pf-t--global--icon--color--subtle) !important;
@@ -31,7 +31,7 @@
31
31
 
32
32
  &:hover,
33
33
  &:focus {
34
- background-color: var(--pf-t--global--background--color--primary--hover) !important;
34
+ background-color: var(--pf-t--global--background--color--floating--hover);
35
35
  box-shadow: var(--pf-t--global--box-shadow--md) !important;
36
36
  color: var(--pf-t--global--icon--color--regular) !important;
37
37
  }