@lls/vivi 24.1.7-e05728e4 → 24.1.7-ed075ae9

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.
@@ -0,0 +1,6 @@
1
+ <svg width="1131" height="764" viewBox="0 0 1131 764" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M566.5 41.8281L0 28V752H518.039C519.035 758.672 539.902 764 565.5 764C591.098 764 611.965 758.672 612.961 752H1131V28L566.5 41.8281Z" fill="#8B76B0"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M25 15.6199V711.421C63.8095 724.42 171.905 729.271 292.561 719.476C314.331 717.709 330.33 715.416 345 713.314C389.551 706.931 421.846 702.303 566.28 719.476V719.268C710.565 702.103 742.826 706.728 787.331 713.109C801.986 715.21 817.968 717.502 839.715 719.268C960.246 729.059 1068.23 724.907 1107 711.913V15.7226C1086.99 16.5731 1068.07 20.0025 1048.14 23.6153C1001.25 32.1171 948.747 41.6348 863.201 20.9517C732.565 -10.6327 609.895 28.0822 566.28 46.6216V46.5325C522.619 27.985 399.822 -10.7471 269.052 20.8513C183.417 41.5435 130.862 32.0216 83.9172 23.5161C63.9679 19.9016 45.0316 16.4707 25 15.6199Z" fill="#D3C3B8"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M52 10.809V695.561C88.8367 708.769 191.438 735.957 305.961 726.005C326.624 724.209 341.81 721.88 355.734 719.744C398.02 713.257 428.673 708.555 565.766 726.005V725.794C702.716 708.352 733.337 713.052 775.58 719.536C789.49 721.671 804.66 723.999 825.302 725.794C939.706 735.742 1042.2 708.566 1079 695.363V10.9135C1060.01 11.7777 1042.05 15.2623 1023.14 18.9334C978.623 27.5722 928.792 37.2432 847.593 16.2269C723.599 -15.8664 607.164 23.4723 565.766 42.3103V42.2196C524.324 23.3732 407.769 -15.9828 283.646 16.1246C202.364 37.1502 152.481 27.4749 107.922 18.8323C88.9871 15.1597 71.0133 11.6735 52 10.809Z" fill="#E2DCD2"/>
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M83 6.9979V704.152C117.667 717.6 214.224 745.28 322 735.147C341.446 733.319 355.737 730.947 368.841 728.773C408.637 722.169 437.484 717.382 566.5 735.147V734.933C695.383 717.175 724.2 721.96 763.954 728.561C777.045 730.735 791.321 733.105 810.747 734.933C918.412 745.061 1014.87 717.393 1049.5 703.951V7.10421C1031.63 7.98401 1014.73 11.5318 996.926 15.2693C955.036 24.0646 908.14 33.9107 831.725 12.5138C715.035 -20.1608 605.46 19.8904 566.5 39.0697V38.9775C527.5 19.7897 417.811 -20.2791 301 12.4098C224.506 33.8162 177.562 23.9657 135.628 15.1666C117.808 11.4274 100.893 7.87809 83 6.9979Z" fill="white"/>
6
+ </svg>
@@ -1,6 +1,6 @@
1
1
  /* css-modules:css-modules://SiZlRV2YWb1jY5gExVMrYPMZB79ONPQM_B3jhc8NVMM.css */
2
2
  .vv-JySIna-toolbar {
3
- z-index: var(--v-z-document-toolbar);
3
+ z-index: var(--z-document-toolbar);
4
4
  box-sizing: border-box;
5
5
  transition: all .2s ease-in-out;
6
6
  display: flex;
@@ -203,23 +203,80 @@
203
203
 
204
204
  /* css-modules:css-modules://INxu5dk73JTxjtEzrQ83WOJDTfp5b5jZD8ZfkbKQHIA.css */
205
205
  .vv-TauroG-viewGrid {
206
+ box-sizing: border-box;
206
207
  width: 100%;
208
+ max-width: 100%;
209
+ height: 100%;
210
+ max-height: 100%;
211
+ display: flex;
207
212
  }
208
- .vv-TauroG-illu {
213
+ .vv-TauroG-content {
214
+ max-width: inherit;
215
+ max-height: inherit;
216
+ margin: auto;
209
217
  position: relative;
210
218
  }
211
- .vv-TauroG-illu > img {
219
+ .vv-TauroG-content > img {
220
+ max-width: inherit;
221
+ max-height: inherit;
212
222
  aspect-ratio: var(--v-grid-picture-aspect-ratio);
213
223
  width: 100%;
214
224
  display: block;
225
+ position: relative;
215
226
  }
216
227
  .vv-TauroG-pictureZone {
217
228
  top: var(--v-picturezone-y);
218
229
  left: var(--v-picturezone-x);
219
230
  width: var(--v-picturezone-w);
220
231
  height: var(--v-picturezone-h);
221
- outline: 5px solid var(--v-picturezone-color);
232
+ cursor: pointer;
233
+ border-radius: 8px;
234
+ position: absolute;
235
+ }
236
+ .vv-TauroG-pictureZone[data-visible="1"] {
237
+ outline: 2px solid gray;
238
+ box-shadow: 0 0 24px #04224dd1;
239
+ }
240
+
241
+ /* css-modules:css-modules://TRUO9IsCZ8ngJD4Cc_eYHei0BzqoyjltRGbkROcYloU.css */
242
+ .vv-zPhWHa-document {
243
+ background: #fff;
244
+ position: absolute;
245
+ top: 0;
246
+ bottom: 0;
247
+ left: 0;
248
+ right: 0;
249
+ }
250
+ .vv-zPhWHa-zonePicture {
251
+ box-sizing: border-box;
252
+ position: absolute;
253
+ top: 48px;
254
+ bottom: 48px;
255
+ left: 48px;
256
+ right: 48px;
257
+ }
258
+ .vv-zPhWHa-zonePicture > div {
259
+ aspect-ratio: var(--v-grid-zone-picture-ratio);
260
+ box-sizing: border-box;
261
+ max-width: 100%;
262
+ max-height: 100%;
263
+ margin: auto;
264
+ position: relative;
265
+ top: 50%;
266
+ overflow: hidden;
267
+ transform: translateY(-50%);
268
+ }
269
+ .vv-zPhWHa-zonePicture > div:before {
270
+ content: "";
271
+ width: var(--v-grid-zone-picture-size);
272
+ aspect-ratio: var(--v-grid-picture-aspect-ratio);
273
+ background-image: var(--v-grid-zone-picture-url);
274
+ transform: translate(var(--v-grid-zone-picture-left), var(--v-grid-zone-picture-top));
275
+ background-repeat: no-repeat;
276
+ background-size: 100%;
222
277
  position: absolute;
278
+ top: 0;
279
+ left: 0;
223
280
  }
224
281
 
225
282
  /* css-modules:css-modules://8Bws6tfkpio6klj_RtRC_R7kDQ_jPBbqtQQfWJr6y_4.css */
@@ -268,8 +325,6 @@
268
325
 
269
326
  /* css-modules:css-modules://-ADr1fQ65axwxa_akiSkLSAd8UytGnzX8BkDH_z6IJg.css */
270
327
  .vv-j3jlxa-viewer {
271
- --projector-toolbar-height: var(--v-presentationtoolbarheight);
272
- --projector-split-offset: clamp(var(--v-projector-split-offset-min), var(--v-splitoffset), var(--v-projector-split-offset-max));
273
328
  text-rendering: optimizelegibility;
274
329
  -webkit-font-smoothing: antialiased;
275
330
  -moz-osx-font-smoothing: grayscale;
@@ -279,85 +334,12 @@
279
334
  height: 100%;
280
335
  margin: 0 auto;
281
336
  }
282
- .vv-j3jlxa-viewer[data-isdysmode="1"] {
283
- --viewer-text-wordspacing: normal;
284
- }
285
- .vv-j3jlxa-viewer[data-renewaldisplayed="1"] {
286
- --viewer-renewal-original-display: none;
287
- }
288
- .vv-j3jlxa-viewer[data-renewaldisplayed="0"] {
289
- --viewer-renewal-update-display: none;
290
- }
291
337
  .vv-j3jlxa-viewerInner {
292
- background-color: var(--viewer-bg-color, var(--gray-10-color));
338
+ background-color: var(--vivi-bg-color, unset);
293
339
  box-sizing: border-box;
294
- transition: padding var(--v-fullscreen-anim-time);
295
- transition-delay: var(--v-fullscreen-anim-time);
296
340
  width: 100%;
297
341
  height: 100%;
298
342
  }
299
- .vv-j3jlxa-viewerInner[data-mode=free] {
300
- background-color: var(--white-color);
301
- }
302
- .vv-j3jlxa-viewerInner[data-mode=edit] {
303
- padding-bottom: 100px;
304
- }
305
- .vv-j3jlxa-viewerInner[data-mode=edit] .dndscrolling {
306
- max-height: 100vh;
307
- overflow-y: auto;
308
- }
309
- .vv-j3jlxa-viewerInner[data-mode=answer] {
310
- min-height: 30px;
311
- }
312
- .vv-j3jlxa-viewerInner[data-isinsidesession="1"] {
313
- background-color: #0000;
314
- }
315
- .vv-j3jlxa-viewerInner[data-isinsidesession="0"] {
316
- padding: 0 16px;
317
- }
318
- .vv-j3jlxa-viewerInner[data-isprojector="1"] {
319
- top: var(--projector-toolbar-height);
320
- height: unset;
321
- z-index: var(--v-z-presentation-mode);
322
- --original-size-index: var(--size-index);
323
- --children-size-index: calc(var(--size-index) * var(--projector-page-zoom, 100) / 100);
324
- position: fixed;
325
- bottom: 0;
326
- left: 0;
327
- right: 0;
328
- overflow-y: auto;
329
- }
330
- .vv-j3jlxa-viewerInner[data-isprojector="1"][data-disablescrollinprojection="1"] {
331
- overflow-y: hidden;
332
- }
333
- .vv-j3jlxa-viewerInner[data-isprojector="1"] > * {
334
- --size-index: var(--children-size-index);
335
- }
336
- .vv-j3jlxa-viewerInner.vv-j3jlxa-viewerInner[data-isresizingsplitview="1"] {
337
- cursor: col-resize;
338
- transition: padding var(--v-fullscreen-anim-time);
339
- transition-delay: none;
340
- }
341
- .vv-j3jlxa-viewerInner[data-viewersplitposition="0"] {
342
- padding-right: calc(50% - var(--projector-split-offset) + var(--v-projector-separator-width) / 2);
343
- width: 100%;
344
- padding-left: 0;
345
- transition: none;
346
- overflow-x: hidden;
347
- }
348
- .vv-j3jlxa-viewerInner[data-viewersplitposition="1"] {
349
- padding-left: calc(50% + var(--projector-split-offset) + var(--v-projector-separator-width) / 2);
350
- width: 100%;
351
- padding-right: 0;
352
- transition: none;
353
- overflow-x: hidden;
354
- }
355
- @media print {
356
- .vv-j3jlxa-viewerInner {
357
- background-color: #0000;
358
- padding-bottom: 0;
359
- }
360
- }
361
343
 
362
344
  /* css-modules:css-modules://muFZYOO33Vml22ha9RBNYCIyflFehN2jLe0x7J_g3tk.css */
363
345
  .vv-o5bldq-handle {