my-orders-tickets-widget 1.0.0-beta.57 → 1.0.0-beta.59
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/index.css +96 -92
- package/dist/index.js +225 -148
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -400,7 +400,8 @@ html[data-theme="DARK"] {
|
|
|
400
400
|
border: 1px solid var(--color_gray_dark);
|
|
401
401
|
max-width: 643px;
|
|
402
402
|
position: relative;
|
|
403
|
-
min-height: 178px;
|
|
403
|
+
min-height: 178px;
|
|
404
|
+
flex-wrap: nowrap; }
|
|
404
405
|
.orderWrapper___yDBAo.refundModal___EqgPF .checkbox___XZJpb {
|
|
405
406
|
border-right: 1px solid var(--color_gray_dark);
|
|
406
407
|
height: auto;
|
|
@@ -432,33 +433,6 @@ html[data-theme="DARK"] {
|
|
|
432
433
|
.orderWrapper___yDBAo.refundModal___EqgPF.disabledRefund___Sffl7 {
|
|
433
434
|
opacity: 0.3; }
|
|
434
435
|
|
|
435
|
-
/*!*********************************************************************************************************************************************************************************************!*\
|
|
436
|
-
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/components/CopyText/styles.module.scss ***!
|
|
437
|
-
\*********************************************************************************************************************************************************************************************/
|
|
438
|
-
.wrapper___mVPiR {
|
|
439
|
-
display: inline;
|
|
440
|
-
margin: 3px 0 10px; }
|
|
441
|
-
.wrapper___mVPiR span {
|
|
442
|
-
display: inline-block; }
|
|
443
|
-
.wrapper___mVPiR .truncated___jWSnU {
|
|
444
|
-
display: inline-block;
|
|
445
|
-
text-wrap: nowrap;
|
|
446
|
-
overflow: hidden;
|
|
447
|
-
text-overflow: ellipsis;
|
|
448
|
-
direction: rtl;
|
|
449
|
-
margin-bottom: -5px; }
|
|
450
|
-
.wrapper___mVPiR .truncated___jWSnU.reversed___zJzmD {
|
|
451
|
-
direction: ltr; }
|
|
452
|
-
|
|
453
|
-
svg.copyIcon___lI3eQ {
|
|
454
|
-
color: var(--color_secondary);
|
|
455
|
-
margin-left: 5px;
|
|
456
|
-
margin-bottom: -2px;
|
|
457
|
-
cursor: pointer; }
|
|
458
|
-
|
|
459
|
-
.MuiTooltip-tooltip {
|
|
460
|
-
font-size: 0.8em; }
|
|
461
|
-
|
|
462
436
|
/*!******************************************************************************************************************************************************************************************************************************!*\
|
|
463
437
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/components/TicketDetail/components/TicketOwnerFields/styles.module.scss ***!
|
|
464
438
|
\******************************************************************************************************************************************************************************************************************************/
|
|
@@ -506,74 +480,77 @@ svg.copyIcon___lI3eQ {
|
|
|
506
480
|
top: 5px;
|
|
507
481
|
right: 5px; }
|
|
508
482
|
|
|
509
|
-
.ticketDetailContainer___b2TLR .header___Augnz {
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
483
|
+
.ticketDetailContainer___b2TLR .header___Augnz .title___wQzUN {
|
|
484
|
+
font-size: 1.4em;
|
|
485
|
+
font-weight: 500;
|
|
486
|
+
text-align: center; }
|
|
487
|
+
|
|
488
|
+
.ticketDetailContainer___b2TLR .header___Augnz .subtitle___y_NuO {
|
|
489
|
+
font-size: 1.1em;
|
|
490
|
+
font-weight: 400;
|
|
491
|
+
text-align: center;
|
|
492
|
+
color: var(--color_text_med); }
|
|
493
|
+
|
|
494
|
+
.ticketDetailContainer___b2TLR .header___Augnz .status___kwC8y {
|
|
495
|
+
font-family: Roboto, Arial, serif;
|
|
496
|
+
font-size: 1em;
|
|
497
|
+
font-weight: 500;
|
|
498
|
+
text-align: center;
|
|
499
|
+
text-transform: uppercase;
|
|
500
|
+
color: #729743; }
|
|
501
|
+
|
|
502
|
+
.ticketDetailContainer___b2TLR .header___Augnz .qrCode___fwqZq {
|
|
503
|
+
width: 118px;
|
|
504
|
+
margin: 0 auto; }
|
|
505
|
+
|
|
506
|
+
.ticketDetailContainer___b2TLR .header___Augnz .qrNote___Gc7Kn {
|
|
507
|
+
font-size: 1.1em;
|
|
508
|
+
font-weight: 400;
|
|
509
|
+
text-align: center;
|
|
510
|
+
color: var(--color_text_med);
|
|
511
|
+
max-width: 315px;
|
|
512
|
+
margin: 0 auto; }
|
|
513
|
+
|
|
514
|
+
.ticketDetailContainer___b2TLR .header___Augnz .actionButtonsContainer___Auvrn {
|
|
515
|
+
display: flex;
|
|
516
|
+
flex-direction: column;
|
|
517
|
+
justify-content: space-around;
|
|
518
|
+
margin-top: 20px; }
|
|
519
|
+
.ticketDetailContainer___b2TLR .header___Augnz .actionButtonsContainer___Auvrn .downloadBtn___qjYhz,
|
|
520
|
+
.ticketDetailContainer___b2TLR .header___Augnz .actionButtonsContainer___Auvrn .sendBtn___koWM2 {
|
|
521
|
+
margin-bottom: 20px;
|
|
522
|
+
width: 100%;
|
|
522
523
|
font-family: Roboto, Arial, serif;
|
|
523
524
|
font-size: 1em;
|
|
524
525
|
font-weight: 500;
|
|
525
|
-
|
|
526
|
+
line-height: 22px;
|
|
526
527
|
text-transform: uppercase;
|
|
527
|
-
color:
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
color: var(--color_text_light); }
|
|
554
|
-
.ticketDetailContainer___b2TLR .header___Augnz .actionButtonsContainer___Auvrn .downloadBtn___qjYhz.sent___k6WKx,
|
|
555
|
-
.ticketDetailContainer___b2TLR .header___Augnz .actionButtonsContainer___Auvrn .sendBtn___koWM2.sent___k6WKx {
|
|
556
|
-
background-color: green; }
|
|
557
|
-
.ticketDetailContainer___b2TLR .header___Augnz .actionButtonsContainer___Auvrn .downloadBtn___qjYhz .MuiSvgIcon-root,
|
|
558
|
-
.ticketDetailContainer___b2TLR .header___Augnz .actionButtonsContainer___Auvrn .sendBtn___koWM2 .MuiSvgIcon-root {
|
|
559
|
-
margin-right: 8px; }
|
|
560
|
-
@media (min-width: 600px) {
|
|
561
|
-
.ticketDetailContainer___b2TLR .header___Augnz .actionButtonsContainer___Auvrn {
|
|
562
|
-
flex-direction: row; }
|
|
563
|
-
.ticketDetailContainer___b2TLR .header___Augnz .actionButtonsContainer___Auvrn .downloadBtn___qjYhz,
|
|
564
|
-
.ticketDetailContainer___b2TLR .header___Augnz .actionButtonsContainer___Auvrn .sendBtn___koWM2 {
|
|
565
|
-
margin-bottom: 0px;
|
|
566
|
-
width: 180px; } }
|
|
567
|
-
.ticketDetailContainer___b2TLR .header___Augnz .orderNumber___L5Q5a {
|
|
568
|
-
font-family: Roboto, Arial, serif;
|
|
569
|
-
font-size: 1em;
|
|
570
|
-
font-weight: 400;
|
|
571
|
-
line-height: 20px;
|
|
572
|
-
text-align: center;
|
|
573
|
-
margin-top: 20px;
|
|
574
|
-
color: var(--color_text_med); }
|
|
575
|
-
.ticketDetailContainer___b2TLR .header___Augnz .orderNumber___L5Q5a .copyBtn____utA6 {
|
|
576
|
-
color: #2196f3; }
|
|
528
|
+
background-color: var(--color_background_dark);
|
|
529
|
+
color: var(--color_text_light); }
|
|
530
|
+
.ticketDetailContainer___b2TLR .header___Augnz .actionButtonsContainer___Auvrn .downloadBtn___qjYhz.sent___k6WKx,
|
|
531
|
+
.ticketDetailContainer___b2TLR .header___Augnz .actionButtonsContainer___Auvrn .sendBtn___koWM2.sent___k6WKx {
|
|
532
|
+
background-color: green; }
|
|
533
|
+
.ticketDetailContainer___b2TLR .header___Augnz .actionButtonsContainer___Auvrn .downloadBtn___qjYhz .MuiSvgIcon-root,
|
|
534
|
+
.ticketDetailContainer___b2TLR .header___Augnz .actionButtonsContainer___Auvrn .sendBtn___koWM2 .MuiSvgIcon-root {
|
|
535
|
+
margin-right: 8px; }
|
|
536
|
+
@media (min-width: 600px) {
|
|
537
|
+
.ticketDetailContainer___b2TLR .header___Augnz .actionButtonsContainer___Auvrn {
|
|
538
|
+
flex-direction: row; }
|
|
539
|
+
.ticketDetailContainer___b2TLR .header___Augnz .actionButtonsContainer___Auvrn .downloadBtn___qjYhz,
|
|
540
|
+
.ticketDetailContainer___b2TLR .header___Augnz .actionButtonsContainer___Auvrn .sendBtn___koWM2 {
|
|
541
|
+
margin-bottom: 0px;
|
|
542
|
+
width: 180px; } }
|
|
543
|
+
|
|
544
|
+
.ticketDetailContainer___b2TLR .header___Augnz .orderNumber___L5Q5a {
|
|
545
|
+
font-family: Roboto, Arial, serif;
|
|
546
|
+
font-size: 1em;
|
|
547
|
+
font-weight: 400;
|
|
548
|
+
line-height: 20px;
|
|
549
|
+
text-align: center;
|
|
550
|
+
margin-top: 20px;
|
|
551
|
+
color: var(--color_text_med); }
|
|
552
|
+
.ticketDetailContainer___b2TLR .header___Augnz .orderNumber___L5Q5a .copyBtn____utA6 {
|
|
553
|
+
color: #2196f3; }
|
|
577
554
|
|
|
578
555
|
.ticketDetailContainer___b2TLR .attendeeContainer___Q0VUz {
|
|
579
556
|
padding: 20px 70px; }
|
|
@@ -612,6 +589,33 @@ svg.copyIcon___lI3eQ {
|
|
|
612
589
|
margin-top: 20px;
|
|
613
590
|
text-align: center; }
|
|
614
591
|
|
|
592
|
+
/*!*********************************************************************************************************************************************************************************************!*\
|
|
593
|
+
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/components/CopyText/styles.module.scss ***!
|
|
594
|
+
\*********************************************************************************************************************************************************************************************/
|
|
595
|
+
.wrapper___mVPiR {
|
|
596
|
+
display: inline;
|
|
597
|
+
margin: 3px 0 10px; }
|
|
598
|
+
.wrapper___mVPiR span {
|
|
599
|
+
display: inline-block; }
|
|
600
|
+
.wrapper___mVPiR .truncated___jWSnU {
|
|
601
|
+
display: inline-block;
|
|
602
|
+
text-wrap: nowrap;
|
|
603
|
+
overflow: hidden;
|
|
604
|
+
text-overflow: ellipsis;
|
|
605
|
+
direction: rtl;
|
|
606
|
+
margin-bottom: -5px; }
|
|
607
|
+
.wrapper___mVPiR .truncated___jWSnU.reversed___zJzmD {
|
|
608
|
+
direction: ltr; }
|
|
609
|
+
|
|
610
|
+
svg.copyIcon___lI3eQ {
|
|
611
|
+
color: var(--color_secondary);
|
|
612
|
+
margin-left: 5px;
|
|
613
|
+
margin-bottom: -2px;
|
|
614
|
+
cursor: pointer; }
|
|
615
|
+
|
|
616
|
+
.MuiTooltip-tooltip {
|
|
617
|
+
font-size: 0.8em; }
|
|
618
|
+
|
|
615
619
|
/*!*******************************************************************************************************************************************************************************************************************!*\
|
|
616
620
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/components/TicketAssign/components/Header/styles.module.scss ***!
|
|
617
621
|
\*******************************************************************************************************************************************************************************************************************/
|