botframework-webchat-fluent-theme 4.18.1-main.20241009.ef5bda6 → 4.18.1-main.20241015.4744d69

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "botframework-webchat-fluent-theme",
3
- "version": "4.18.1-main.20241009.ef5bda6",
3
+ "version": "4.18.1-main.20241015.4744d69",
4
4
  "description": "Fluent theme for Bot Framework Web Chat",
5
5
  "main": "./dist/botframework-webchat-fluent-theme.js",
6
6
  "types": "./dist/botframework-webchat-fluent-theme.d.ts",
@@ -68,15 +68,15 @@
68
68
  "@types/math-random": "^1.0.2",
69
69
  "@types/node": "^20.12.11",
70
70
  "@types/react": "^16.14.60",
71
- "botframework-webchat-base": "4.18.1-main.20241009.ef5bda6",
72
- "botframework-webchat-styles": "4.18.1-main.20241009.ef5bda6",
71
+ "botframework-webchat-base": "4.18.1-main.20241015.4744d69",
72
+ "botframework-webchat-styles": "4.18.1-main.20241015.4744d69",
73
73
  "tsup": "^8.0.2",
74
74
  "typescript": "^5.4.5"
75
75
  },
76
76
  "dependencies": {
77
- "botframework-webchat-api": "4.18.1-main.20241009.ef5bda6",
78
- "botframework-webchat-component": "4.18.1-main.20241009.ef5bda6",
79
- "botframework-webchat-core": "4.18.1-main.20241009.ef5bda6",
77
+ "botframework-webchat-api": "4.18.1-main.20241015.4744d69",
78
+ "botframework-webchat-component": "4.18.1-main.20241015.4744d69",
79
+ "botframework-webchat-core": "4.18.1-main.20241015.4744d69",
80
80
  "classnames": "2.5.1",
81
81
  "inject-meta-tag": "0.0.1",
82
82
  "math-random": "2.0.1",
@@ -88,7 +88,7 @@
88
88
  margin-inline-start: 28px;
89
89
  }
90
90
 
91
- :global(.border-loader) {
91
+ :global(.border-loader):global(.border-loader) {
92
92
  display: flex;
93
93
  flex-flow: column nowrap;
94
94
  gap: var(--webchat-spacingVerticalS);
@@ -96,7 +96,7 @@
96
96
  width: 500px;
97
97
  }
98
98
 
99
- :global(.border-loader__track) {
99
+ :global(.border-loader__track):global(.border-loader__track) {
100
100
  border-radius: inherit;
101
101
  box-sizing: border-box;
102
102
  clip-path: border-box;