@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.
- package/dist/{components-2ckQ8xrZ.js → components-CtLZTAqX.js} +3 -3
- package/dist/ui-sdk.css +1 -1
- package/dist/ui-sdk.js +1 -1
- package/dist/ui-sdk.umd.cjs +1 -1
- package/dist/{wt-chat-emoji-Ze-5vJN9.js → wt-chat-emoji-IgDi1RWV.js} +1 -1
- package/dist/{wt-display-chip-items-B5NinH8I.js → wt-display-chip-items-Cl3pyvc1.js} +1 -1
- package/dist/{wt-send-message-popup-BfLE58p6.js → wt-send-message-popup-C9NwnoOr.js} +1 -1
- package/dist/{wt-type-extension-value-input-B6JYm-Sz.js → wt-type-extension-value-input-DdGlEVxi.js} +1 -1
- package/dist/{wt-vidstack-player-BSb0FwKB.js → wt-vidstack-player-qtPWzeNH.js} +2 -2
- package/package.json +1 -1
- package/src/components/wt-vidstack-player/wt-vidstack-player.vue +1 -1
- package/src/locale/en/en.js +2 -2
- package/types/.tsbuildinfo +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { w as e } from "./components-
|
|
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-
|
|
7586
|
+
}), [["__scopeId", "data-v-c97fee4b"]]);
|
|
7587
7587
|
//#endregion
|
|
7588
7588
|
export { is as default };
|
package/package.json
CHANGED
|
@@ -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(--
|
|
299
|
+
background: var(--p-player-wrapper-background);
|
|
300
300
|
position: relative;
|
|
301
301
|
display: block;
|
|
302
302
|
padding: 0;
|
package/src/locale/en/en.js
CHANGED
|
@@ -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
|
|
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
|
|
458
|
+
let text = 'Value cannot be greater than';
|
|
459
459
|
if (named('max')) {
|
|
460
460
|
text += ` ${named('max')}`;
|
|
461
461
|
}
|