@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.
Files changed (30) hide show
  1. package/dist/cjs/design-system.cjs.js +1 -1
  2. package/dist/cjs/loader.cjs.js +1 -1
  3. package/dist/cjs/yoo-action-sheet-controller.cjs.entry.js +1 -1
  4. package/dist/cjs/yoo-card-chat.cjs.entry.js +1 -1
  5. package/dist/cjs/yoo-ion-alert-controller.cjs.entry.js +1 -1
  6. package/dist/cjs/yoo-ion-modal-controller.cjs.entry.js +1 -1
  7. package/dist/cjs/yoo-ion-toast-controller.cjs.entry.js +1 -1
  8. package/dist/collection/components/2.molecules/action-sheet-controller/action-sheet-controller.js +4 -4
  9. package/dist/collection/components/2.molecules/alert-controller/alert-controller.js +4 -4
  10. package/dist/collection/components/2.molecules/modal-controller/modal-controller.js +4 -4
  11. package/dist/collection/components/2.molecules/toast-controller/toast-controller.js +4 -4
  12. package/dist/collection/feature-communicate/chat/card-chat/card-chat.css +3 -1
  13. package/dist/design-system/design-system.esm.js +1 -1
  14. package/dist/design-system/yoo-action-sheet-controller.entry.js +1 -1
  15. package/dist/design-system/yoo-card-chat.entry.js +1 -1
  16. package/dist/design-system/yoo-ion-alert-controller.entry.js +1 -1
  17. package/dist/design-system/yoo-ion-modal-controller.entry.js +1 -1
  18. package/dist/design-system/yoo-ion-toast-controller.entry.js +1 -1
  19. package/dist/esm/design-system.js +1 -1
  20. package/dist/esm/loader.js +1 -1
  21. package/dist/esm/yoo-action-sheet-controller.entry.js +1 -1
  22. package/dist/esm/yoo-card-chat.entry.js +1 -1
  23. package/dist/esm/yoo-ion-alert-controller.entry.js +1 -1
  24. package/dist/esm/yoo-ion-modal-controller.entry.js +1 -1
  25. package/dist/esm/yoo-ion-toast-controller.entry.js +1 -1
  26. package/dist/types/components/2.molecules/action-sheet-controller/action-sheet-controller.d.ts +1 -1
  27. package/dist/types/components/2.molecules/alert-controller/alert-controller.d.ts +1 -1
  28. package/dist/types/components/2.molecules/modal-controller/modal-controller.d.ts +1 -1
  29. package/dist/types/components/2.molecules/toast-controller/toast-controller.d.ts +1 -1
  30. package/package.json +1 -1
@@ -23,7 +23,7 @@ const YooIonActionSheetControllerComponent = class {
23
23
  const index = this.devices.findIndex(device => device === ev.detail);
24
24
  this.devices.splice(index, index + 1);
25
25
  }
26
- onClick(ev) {
26
+ onPointerDown(ev) {
27
27
  if (this.devices.length) {
28
28
  this.device = ev.composedPath().find((el) => el.nodeName === 'YOO-DEVICE');
29
29
  }
@@ -9,7 +9,7 @@ require('./lodash-72d493b9.js');
9
9
  require('./index-ab0f1725.js');
10
10
  require('./_commonjsHelpers-94df2ea7.js');
11
11
 
12
- 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%}: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)))}";
12
+ 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)))}";
13
13
 
14
14
  const YooCardChatComponent = class {
15
15
  constructor(hostRef) {
@@ -23,7 +23,7 @@ const YooIonAlertControllerComponent = class {
23
23
  const index = this.devices.findIndex(device => device === ev.detail);
24
24
  this.devices.splice(index, index + 1);
25
25
  }
26
- onClick(ev) {
26
+ onPointerDown(ev) {
27
27
  if (this.devices.length) {
28
28
  this.device = ev.composedPath().find((el) => el.nodeName === 'YOO-DEVICE');
29
29
  }
@@ -24,7 +24,7 @@ const YooIonModalControllerComponent = class {
24
24
  const index = this.devices.findIndex(device => device === ev.detail);
25
25
  this.devices.splice(index, index + 1);
26
26
  }
27
- onClick(ev) {
27
+ onPointerDown(ev) {
28
28
  if (this.devices.length) {
29
29
  this.device = ev.composedPath().find(el => el.nodeName === 'YOO-DEVICE');
30
30
  }
@@ -23,7 +23,7 @@ const YooIonToastControllerComponent = class {
23
23
  const index = this.devices.findIndex(device => device === ev.detail);
24
24
  this.devices.splice(index, index + 1);
25
25
  }
26
- onClick(ev) {
26
+ onPointerDown(ev) {
27
27
  if (this.devices.length) {
28
28
  this.device = ev.composedPath().find((el) => el.nodeName === 'YOO-DEVICE');
29
29
  }
@@ -12,7 +12,7 @@ export class YooIonActionSheetControllerComponent {
12
12
  const index = this.devices.findIndex(device => device === ev.detail);
13
13
  this.devices.splice(index, index + 1);
14
14
  }
15
- onClick(ev) {
15
+ onPointerDown(ev) {
16
16
  if (this.devices.length) {
17
17
  this.device = ev.composedPath().find((el) => el.nodeName === 'YOO-DEVICE');
18
18
  }
@@ -208,11 +208,11 @@ export class YooIonActionSheetControllerComponent {
208
208
  "capture": false,
209
209
  "passive": false
210
210
  }, {
211
- "name": "click",
212
- "method": "onClick",
211
+ "name": "pointerdown",
212
+ "method": "onPointerDown",
213
213
  "target": "body",
214
214
  "capture": true,
215
- "passive": false
215
+ "passive": true
216
216
  }, {
217
217
  "name": "ionActionSheetWillPresent",
218
218
  "method": "actionSheetWillPresent",
@@ -12,7 +12,7 @@ export class YooIonAlertControllerComponent {
12
12
  const index = this.devices.findIndex(device => device === ev.detail);
13
13
  this.devices.splice(index, index + 1);
14
14
  }
15
- onClick(ev) {
15
+ onPointerDown(ev) {
16
16
  if (this.devices.length) {
17
17
  this.device = ev.composedPath().find((el) => el.nodeName === 'YOO-DEVICE');
18
18
  }
@@ -182,11 +182,11 @@ export class YooIonAlertControllerComponent {
182
182
  "capture": false,
183
183
  "passive": false
184
184
  }, {
185
- "name": "click",
186
- "method": "onClick",
185
+ "name": "pointerdown",
186
+ "method": "onPointerDown",
187
187
  "target": "body",
188
188
  "capture": true,
189
- "passive": false
189
+ "passive": true
190
190
  }, {
191
191
  "name": "ionAlertWillPresent",
192
192
  "method": "alertWillPresent",
@@ -13,7 +13,7 @@ export class YooIonModalControllerComponent {
13
13
  const index = this.devices.findIndex(device => device === ev.detail);
14
14
  this.devices.splice(index, index + 1);
15
15
  }
16
- onClick(ev) {
16
+ onPointerDown(ev) {
17
17
  if (this.devices.length) {
18
18
  this.device = ev.composedPath().find(el => el.nodeName === 'YOO-DEVICE');
19
19
  }
@@ -220,11 +220,11 @@ export class YooIonModalControllerComponent {
220
220
  "capture": false,
221
221
  "passive": false
222
222
  }, {
223
- "name": "click",
224
- "method": "onClick",
223
+ "name": "pointerdown",
224
+ "method": "onPointerDown",
225
225
  "target": "body",
226
226
  "capture": true,
227
- "passive": false
227
+ "passive": true
228
228
  }, {
229
229
  "name": "ionModalWillPresent",
230
230
  "method": "modalWillPresent",
@@ -12,7 +12,7 @@ export class YooIonToastControllerComponent {
12
12
  const index = this.devices.findIndex(device => device === ev.detail);
13
13
  this.devices.splice(index, index + 1);
14
14
  }
15
- onClick(ev) {
15
+ onPointerDown(ev) {
16
16
  if (this.devices.length) {
17
17
  this.device = ev.composedPath().find((el) => el.nodeName === 'YOO-DEVICE');
18
18
  }
@@ -182,11 +182,11 @@ export class YooIonToastControllerComponent {
182
182
  "capture": false,
183
183
  "passive": false
184
184
  }, {
185
- "name": "click",
186
- "method": "onClick",
185
+ "name": "pointerdown",
186
+ "method": "onPointerDown",
187
187
  "target": "body",
188
188
  "capture": true,
189
- "passive": false
189
+ "passive": true
190
190
  }, {
191
191
  "name": "ionToastWillPresent",
192
192
  "method": "toastWillPresent",
@@ -210,7 +210,8 @@ null: CSS defaults to use the ltr css, and adds [dir=rtl] selectors to override
210
210
  border-bottom: var(--border-width-01, 0.0625rem) solid var(--stable-alt-40, rgba(208, 208, 208, 0.4));
211
211
  }
212
212
  :host #content {
213
- width: 100%;
213
+ width: calc(100% - var(--spacing-64, 4rem));
214
+ overflow: hidden;
214
215
  }
215
216
  :host #content #heading {
216
217
  display: flex;
@@ -236,6 +237,7 @@ null: CSS defaults to use the ltr css, and adds [dir=rtl] selectors to override
236
237
  gap: var(--spacing-04, 0.25rem);
237
238
  align-items: center;
238
239
  width: 100%;
240
+ overflow: hidden;
239
241
  }
240
242
  :host #content #message yoo-truncated-line {
241
243
  width: 100%;