@webitel/ui-sdk 26.6.115 → 26.6.117

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.
@@ -1,4 +1,4 @@
1
- import { w as e } from "./components-2ckQ8xrZ.js";
1
+ import { w as e } from "./components-CtLZTAqX.js";
2
2
  import { t } from "./_plugin-vue_export-helper-B3ysoDQm.js";
3
3
  import { l as n } from "./enums-De8CDKZ1.js";
4
4
  import "./wt-button-dC4nOW56.js";
@@ -7583,6 +7583,6 @@ var Bo = { class: "controls-group__actions" }, Vo = /*#__PURE__*/ t(/* @__PURE__
7583
7583
  "countdown-time-mode"
7584
7584
  ])], 40, rs)], 2));
7585
7585
  }
7586
- }), [["__scopeId", "data-v-6dc985e8"]]);
7586
+ }), [["__scopeId", "data-v-c97fee4b"]]);
7587
7587
  //#endregion
7588
7588
  export { is as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webitel/ui-sdk",
3
- "version": "26.6.115",
3
+ "version": "26.6.117",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "npm run docs:dev",
@@ -296,7 +296,7 @@ const onCanPlay = (ev: Event) => {
296
296
  gap: var(--popup-sections-gap);
297
297
  z-index: 1;
298
298
  box-shadow: var(--elevation-10);
299
- background: var(--wt-popup-background-color);
299
+ background: var(--p-player-wrapper-background);
300
300
  position: relative;
301
301
  display: block;
302
302
  padding: 0;
@@ -447,7 +447,7 @@ export default deepmerge(
447
447
  sameAs: 'Incorrect password',
448
448
  requiredArrayValue: 'Array should not be empty',
449
449
  minValue: ({ named }) => {
450
- let text = 'Value should be not less than';
450
+ let text = 'Value cannot be less than';
451
451
  if (named('min')) {
452
452
  text += ` ${named('min')}`;
453
453
  }
@@ -455,7 +455,7 @@ export default deepmerge(
455
455
  return text;
456
456
  },
457
457
  maxValue: ({ named }) => {
458
- let text = 'Value should be not greater than';
458
+ let text = 'Value cannot be greater than';
459
459
  if (named('max')) {
460
460
  text += ` ${named('max')}`;
461
461
  }