botframework-webchat 4.15.7-main.20230112.e15d3a8 → 4.15.7-main.20230118.90fac80

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/lib/addVersion.js CHANGED
@@ -28,7 +28,7 @@ function setMetaTag(name, content) {
28
28
 
29
29
  function addVersion(variant) {
30
30
  setMetaTag('botframework-webchat:bundle:variant', variant);
31
- setMetaTag('botframework-webchat:bundle:version', "4.15.7-main.20230112.e15d3a8");
31
+ setMetaTag('botframework-webchat:bundle:version', "4.15.7-main.20230118.90fac80");
32
32
  setMetaTag('botframework-webchat:core:version', _botframeworkWebchatCore.version);
33
33
  setMetaTag('botframework-webchat:ui:version', _botframeworkWebchatComponent.version);
34
34
  }
@@ -302,8 +302,8 @@ export default function createFullStyleSet(options: FullBundleStyleOptions): {
302
302
  fontFamily: string;
303
303
  fontSize: number;
304
304
  height: string;
305
- margin: number;
306
305
  outline: number;
306
+ overflow: string;
307
307
  '&:not(.webchat__keyboard-help--shown)': {
308
308
  height: number;
309
309
  margin: number;
@@ -311,39 +311,59 @@ export default function createFullStyleSet(options: FullBundleStyleOptions): {
311
311
  pointerEvents: string;
312
312
  width: number;
313
313
  };
314
+ '& .webchat__keyboard-help__border': {
315
+ boxSizing: string;
316
+ height: string;
317
+ padding: number;
318
+ };
314
319
  '& .webchat__keyboard-help__box': {
315
320
  borderRadius: number;
316
321
  boxShadow: string;
317
- boxSizing: string;
318
322
  height: string;
319
- padding: number;
320
- position: string;
321
- '@media (forced-colors: active)': {
323
+ overflow: string;
324
+ "@media (forced-colors: active)": {
325
+ backgroundColor: string;
322
326
  boxShadow: string;
323
327
  outlineColor: string;
324
328
  outlineStyle: string;
325
329
  outlineWidth: number;
326
330
  };
327
- '@media (forced-colors: none) and (prefers-color-scheme: dark)': {
331
+ "@media (forced-colors: none) and (prefers-color-scheme: dark)": {
332
+ backgroundColor: string;
328
333
  boxShadow: string;
329
334
  };
330
335
  };
336
+ '& .webchat__keyboard-help__scrollable': {
337
+ boxSizing: string;
338
+ height: string;
339
+ overflowY: string;
340
+ padding: number;
341
+ position: string;
342
+ };
331
343
  '& .webchat__keyboard-help__close-button': {
332
344
  appearance: string;
333
345
  backgroundColor: string;
334
- borderColor: string;
335
- borderRadius: number;
336
- borderStyle: string;
337
- borderWidth: number;
338
- color: string;
339
- height: number;
346
+ border: number;
340
347
  outline: number;
341
348
  padding: number;
349
+ pointerEvents: string;
342
350
  position: string;
343
351
  right: number;
344
352
  top: number;
353
+ };
354
+ '& .webchat__keyboard-help__close-button-border': {
355
+ alignItems: string;
356
+ borderRadius: number;
357
+ borderStyle: string;
358
+ borderWidth: number;
359
+ color: string;
360
+ display: string;
361
+ height: number;
362
+ justifyContent: string;
363
+ pointerEvents: string;
345
364
  width: number;
346
- '@media (forced-colors: none) and (prefers-color-scheme: light)': {
365
+ "@media (forced-colors: none) and (prefers-color-scheme: light)": {
366
+ borderColor: string;
347
367
  '&:active': {
348
368
  backgroundColor: string;
349
369
  };
@@ -351,7 +371,7 @@ export default function createFullStyleSet(options: FullBundleStyleOptions): {
351
371
  backgroundColor: string;
352
372
  };
353
373
  };
354
- '@media (forced-colors: none) and (prefers-color-scheme: dark)': {
374
+ "@media (forced-colors: none) and (prefers-color-scheme: dark)": {
355
375
  borderColor: string;
356
376
  '&:active': {
357
377
  backgroundColor: string;
@@ -360,15 +380,19 @@ export default function createFullStyleSet(options: FullBundleStyleOptions): {
360
380
  backgroundColor: string;
361
381
  };
362
382
  };
383
+ "@media (forced-colors: active)": {
384
+ backgroundColor: string;
385
+ borderColor: string;
386
+ };
363
387
  };
364
- '& .webchat__keyboard-help__close-button_image': {
388
+ '& .webchat__keyboard-help__close-button-image': {
365
389
  fill: string;
366
390
  height: number;
367
391
  width: number;
368
- '@media (forced-colors: active)': {
392
+ "@media (forced-colors: active)": {
369
393
  fill: string;
370
394
  };
371
- '@media (forced-colors: none) and (prefers-color-scheme: dark)': {
395
+ "@media (forced-colors: none) and (prefers-color-scheme: dark)": {
372
396
  fill: string;
373
397
  };
374
398
  };
@@ -376,7 +400,7 @@ export default function createFullStyleSet(options: FullBundleStyleOptions): {
376
400
  marginBottom: number;
377
401
  marginTop: number;
378
402
  };
379
- '& .webchat__keyboard-help__section': {
403
+ '& .webchat__keyboard-help__section:not(:last-child)': {
380
404
  marginBottom: number;
381
405
  };
382
406
  '& .webchat__keyboard-help__two-panes': {
@@ -384,22 +408,21 @@ export default function createFullStyleSet(options: FullBundleStyleOptions): {
384
408
  display: string;
385
409
  };
386
410
  '& .webchat__keyboard-help__image': {
387
- flexShrink: number;
388
411
  paddingRight: number;
389
412
  };
390
413
  '& .webchat__keyboard-help__image--dark, & .webchat__keyboard-help__image--high-contrast': {
391
414
  display: string;
392
415
  };
393
- '@media (forced-colors: active)': {
416
+ "@media (forced-colors: active)": {
394
417
  '& .webchat__keyboard-help__image--dark, & .webchat__keyboard-help__image--light': {
395
418
  display: string;
396
419
  };
397
420
  '& .webchat__keyboard-help__image--high-contrast': {
398
421
  display: string;
422
+ mixBlendMode: string;
399
423
  };
400
424
  };
401
- '@media (forced-colors: none) and (prefers-color-scheme: dark)': {
402
- backgroundColor: string;
425
+ "@media (forced-colors: none) and (prefers-color-scheme: dark)": {
403
426
  color: string;
404
427
  '& .webchat__keyboard-help__image--light': {
405
428
  display: string;
@@ -414,6 +437,9 @@ export default function createFullStyleSet(options: FullBundleStyleOptions): {
414
437
  '& .webchat__keyboard-help__notes-header': {
415
438
  margin: number;
416
439
  };
440
+ '& .webchat__keyboard-help__notes-pane': {
441
+ flexShrink: number;
442
+ };
417
443
  '& .webchat__keyboard-help__notes-text': {
418
444
  margin: number;
419
445
  };
@@ -1 +1 @@
1
- {"version":3,"file":"createFullStyleSet.d.ts","sourceRoot":"","sources":["../src/createFullStyleSet.ts"],"names":[],"mappings":"AAGA,OAAO,sBAAsB,MAAM,gCAAgC,CAAC;AAMpE,MAAM,CAAC,OAAO,UAAU,kBAAkB,CAAC,OAAO,EAAE,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAKzE"}
1
+ {"version":3,"file":"createFullStyleSet.d.ts","sourceRoot":"","sources":["../src/createFullStyleSet.ts"],"names":[],"mappings":"AAGA,OAAO,sBAAsB,MAAM,gCAAgC,CAAC;AAMpE,MAAM,CAAC,OAAO,UAAU,kBAAkB,CAAC,OAAO,EAAE,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAKzE"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "botframework-webchat",
3
- "version": "4.15.7-main.20230112.e15d3a8",
3
+ "version": "4.15.7-main.20230118.90fac80",
4
4
  "description": "A highly-customizable web-based chat client for Azure Bot Services.",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
@@ -54,10 +54,10 @@
54
54
  "@babel/runtime": "7.19.0",
55
55
  "adaptivecards": "2.11.1",
56
56
  "botframework-directlinejs": "0.15.1",
57
- "botframework-directlinespeech-sdk": "4.15.7-main.20230112.e15d3a8",
58
- "botframework-webchat-api": "4.15.7-main.20230112.e15d3a8",
59
- "botframework-webchat-component": "4.15.7-main.20230112.e15d3a8",
60
- "botframework-webchat-core": "4.15.7-main.20230112.e15d3a8",
57
+ "botframework-directlinespeech-sdk": "4.15.7-main.20230118.90fac80",
58
+ "botframework-webchat-api": "4.15.7-main.20230118.90fac80",
59
+ "botframework-webchat-component": "4.15.7-main.20230118.90fac80",
60
+ "botframework-webchat-core": "4.15.7-main.20230118.90fac80",
61
61
  "classnames": "2.3.2",
62
62
  "core-js": "3.25.3",
63
63
  "markdown-it": "13.0.1",
@@ -90,8 +90,8 @@
90
90
  "babel-plugin-transform-inline-environment-variables": "^0.4.4",
91
91
  "concurrently": "^7.4.0",
92
92
  "esbuild": "^0.15.9",
93
- "isomorphic-react": "4.15.7-main.20230112.e15d3a8",
94
- "isomorphic-react-dom": "4.15.7-main.20230112.e15d3a8",
93
+ "isomorphic-react": "4.15.7-main.20230118.90fac80",
94
+ "isomorphic-react-dom": "4.15.7-main.20230118.90fac80",
95
95
  "source-map-loader": "^4.0.0",
96
96
  "terser-webpack-plugin": "^5.3.6",
97
97
  "typescript": "^4.8.3",