@yoobic/yobi 8.3.1-5 → 8.3.1-6
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/cjs/design-system.cjs.js +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/yoo-action-sheet-controller.cjs.entry.js +1 -1
- package/dist/cjs/yoo-card-chat.cjs.entry.js +1 -1
- package/dist/cjs/yoo-ion-alert-controller.cjs.entry.js +1 -1
- package/dist/cjs/yoo-ion-modal-controller.cjs.entry.js +1 -1
- package/dist/cjs/yoo-ion-toast-controller.cjs.entry.js +1 -1
- package/dist/collection/components/2.molecules/action-sheet-controller/action-sheet-controller.js +4 -4
- package/dist/collection/components/2.molecules/alert-controller/alert-controller.js +4 -4
- package/dist/collection/components/2.molecules/modal-controller/modal-controller.js +4 -4
- package/dist/collection/components/2.molecules/toast-controller/toast-controller.js +4 -4
- package/dist/collection/feature-communicate/chat/card-chat/card-chat.css +3 -1
- package/dist/design-system/design-system.esm.js +1 -1
- package/dist/design-system/yoo-action-sheet-controller.entry.js +1 -1
- package/dist/design-system/yoo-card-chat.entry.js +1 -1
- package/dist/design-system/yoo-ion-alert-controller.entry.js +1 -1
- package/dist/design-system/yoo-ion-modal-controller.entry.js +1 -1
- package/dist/design-system/yoo-ion-toast-controller.entry.js +1 -1
- package/dist/esm/design-system.js +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/yoo-action-sheet-controller.entry.js +1 -1
- package/dist/esm/yoo-card-chat.entry.js +1 -1
- package/dist/esm/yoo-ion-alert-controller.entry.js +1 -1
- package/dist/esm/yoo-ion-modal-controller.entry.js +1 -1
- package/dist/esm/yoo-ion-toast-controller.entry.js +1 -1
- package/dist/types/components/2.molecules/action-sheet-controller/action-sheet-controller.d.ts +1 -1
- package/dist/types/components/2.molecules/alert-controller/alert-controller.d.ts +1 -1
- package/dist/types/components/2.molecules/modal-controller/modal-controller.d.ts +1 -1
- package/dist/types/components/2.molecules/toast-controller/toast-controller.d.ts +1 -1
- package/package.json +1 -1
|
@@ -19,7 +19,7 @@ const YooIonActionSheetControllerComponent = class {
|
|
|
19
19
|
const index = this.devices.findIndex(device => device === ev.detail);
|
|
20
20
|
this.devices.splice(index, index + 1);
|
|
21
21
|
}
|
|
22
|
-
|
|
22
|
+
onPointerDown(ev) {
|
|
23
23
|
if (this.devices.length) {
|
|
24
24
|
this.device = ev.composedPath().find((el) => el.nodeName === 'YOO-DEVICE');
|
|
25
25
|
}
|
|
@@ -5,7 +5,7 @@ import './lodash-f6e59a8e.js';
|
|
|
5
5
|
import './index-e917d10e.js';
|
|
6
6
|
import './_commonjsHelpers-f4d11124.js';
|
|
7
7
|
|
|
8
|
-
const cardChatCss = ":host{display:-ms-flexbox;display:flex;gap:var(--spacing-04, 0.25rem);-ms-flex-align:center;align-items:center;width:100%;padding:var(--spacing-08, 0.5rem) 0;border-bottom:var(--border-width-01, 0.0625rem) solid var(--stable-alt-40, rgba(208, 208, 208, 0.4))}:host #content{width:100%}:host #content #heading{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;width:100%}:host #content #heading yoo-truncated-line{width:calc(100% - (var(--logo-05, 3rem) + var(--spacing-08, 0.5rem)));margin-right:var(--spacing-02, 0.125rem);font-size:var(--font-size-18, 1.125rem)}:host #content #heading span{display:contents;height:var(--spacing-24, 1.5rem);color:var(--text-color, #807f83);font-size:var(--font-size-12, 0.75rem);white-space:nowrap}:host #content #subcontent,:host #content #message{display:-ms-flexbox;display:flex;gap:var(--spacing-04, 0.25rem);-ms-flex-align:center;align-items:center;width:100
|
|
8
|
+
const cardChatCss = ":host{display:-ms-flexbox;display:flex;gap:var(--spacing-04, 0.25rem);-ms-flex-align:center;align-items:center;width:100%;padding:var(--spacing-08, 0.5rem) 0;border-bottom:var(--border-width-01, 0.0625rem) solid var(--stable-alt-40, rgba(208, 208, 208, 0.4))}:host #content{width:calc(100% - var(--spacing-64, 4rem));overflow:hidden}:host #content #heading{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;width:100%}:host #content #heading yoo-truncated-line{width:calc(100% - (var(--logo-05, 3rem) + var(--spacing-08, 0.5rem)));margin-right:var(--spacing-02, 0.125rem);font-size:var(--font-size-18, 1.125rem)}:host #content #heading span{display:contents;height:var(--spacing-24, 1.5rem);color:var(--text-color, #807f83);font-size:var(--font-size-12, 0.75rem);white-space:nowrap}:host #content #subcontent,:host #content #message{display:-ms-flexbox;display:flex;gap:var(--spacing-04, 0.25rem);-ms-flex-align:center;align-items:center;width:100%;overflow:hidden}:host #content #message yoo-truncated-line{width:100%;color:var(--text-color, #807f83);font-size:var(--font-size-16, 1rem)}:host #content #message yoo-icon+yoo-truncated-line{width:calc(100% - (var(--icon-size-01, 1rem) + var(--spacing-04, 0.25rem)))}";
|
|
9
9
|
|
|
10
10
|
const YooCardChatComponent = class {
|
|
11
11
|
constructor(hostRef) {
|
|
@@ -19,7 +19,7 @@ const YooIonAlertControllerComponent = class {
|
|
|
19
19
|
const index = this.devices.findIndex(device => device === ev.detail);
|
|
20
20
|
this.devices.splice(index, index + 1);
|
|
21
21
|
}
|
|
22
|
-
|
|
22
|
+
onPointerDown(ev) {
|
|
23
23
|
if (this.devices.length) {
|
|
24
24
|
this.device = ev.composedPath().find((el) => el.nodeName === 'YOO-DEVICE');
|
|
25
25
|
}
|
|
@@ -20,7 +20,7 @@ const YooIonModalControllerComponent = class {
|
|
|
20
20
|
const index = this.devices.findIndex(device => device === ev.detail);
|
|
21
21
|
this.devices.splice(index, index + 1);
|
|
22
22
|
}
|
|
23
|
-
|
|
23
|
+
onPointerDown(ev) {
|
|
24
24
|
if (this.devices.length) {
|
|
25
25
|
this.device = ev.composedPath().find(el => el.nodeName === 'YOO-DEVICE');
|
|
26
26
|
}
|
|
@@ -19,7 +19,7 @@ const YooIonToastControllerComponent = class {
|
|
|
19
19
|
const index = this.devices.findIndex(device => device === ev.detail);
|
|
20
20
|
this.devices.splice(index, index + 1);
|
|
21
21
|
}
|
|
22
|
-
|
|
22
|
+
onPointerDown(ev) {
|
|
23
23
|
if (this.devices.length) {
|
|
24
24
|
this.device = ev.composedPath().find((el) => el.nodeName === 'YOO-DEVICE');
|
|
25
25
|
}
|