my-orders-tickets-widget 1.0.5 → 1.0.7-beta.1
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 +33 -25
- package/dist/index.js +238 -217
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -271,27 +271,10 @@ html[data-theme="DARK"] {
|
|
|
271
271
|
color: rgba(0, 0, 0, 0.6);
|
|
272
272
|
margin: 15px 0; }
|
|
273
273
|
|
|
274
|
-
.
|
|
274
|
+
.badgeFeatureWrapper___IQLNP {
|
|
275
275
|
display: flex;
|
|
276
|
-
justify-content: end;
|
|
277
|
-
|
|
278
|
-
width: 38px;
|
|
279
|
-
height: 38px;
|
|
280
|
-
margin-left: 8px; }
|
|
281
|
-
.bfFeatureWrapper___qWk9V .bfFeature___eEinE:is(div) {
|
|
282
|
-
width: 38px;
|
|
283
|
-
height: 38px;
|
|
284
|
-
padding: 4px;
|
|
285
|
-
background: #e0e0e0;
|
|
286
|
-
display: block;
|
|
287
|
-
font-size: 8px;
|
|
288
|
-
color: #666;
|
|
289
|
-
border-radius: 4px;
|
|
290
|
-
overflow: hidden;
|
|
291
|
-
text-align: left;
|
|
292
|
-
line-height: 1.1;
|
|
293
|
-
word-break: break-word;
|
|
294
|
-
word-wrap: break-word; }
|
|
276
|
+
justify-content: end;
|
|
277
|
+
align-items: center; }
|
|
295
278
|
|
|
296
279
|
.ticketNo___a2iM9 {
|
|
297
280
|
display: block;
|
|
@@ -667,6 +650,34 @@ svg.copyIcon___lI3eQ {
|
|
|
667
650
|
.ticketReassignContainer___gOtaJ {
|
|
668
651
|
padding: 20px 70px; }
|
|
669
652
|
|
|
653
|
+
/*!*****************************************************************************************************************************************************************************************************!*\
|
|
654
|
+
!*** 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/BadgeFeatureIcon/styles.module.scss ***!
|
|
655
|
+
\*****************************************************************************************************************************************************************************************************/
|
|
656
|
+
.badgeFeatureIcon___sKVTC {
|
|
657
|
+
width: 38px;
|
|
658
|
+
height: 38px;
|
|
659
|
+
margin-left: 8px;
|
|
660
|
+
flex-shrink: 0;
|
|
661
|
+
border-radius: 50%;
|
|
662
|
+
overflow: hidden; }
|
|
663
|
+
|
|
664
|
+
.badgeFeatureImage___YO4fs {
|
|
665
|
+
width: 100%;
|
|
666
|
+
height: 100%;
|
|
667
|
+
object-fit: cover; }
|
|
668
|
+
|
|
669
|
+
.badgeFeatureInitials___kW7Zk {
|
|
670
|
+
width: 100%;
|
|
671
|
+
height: 100%;
|
|
672
|
+
background-color: var(--color_secondary);
|
|
673
|
+
color: var(--color_text_light);
|
|
674
|
+
display: flex;
|
|
675
|
+
align-items: center;
|
|
676
|
+
justify-content: center;
|
|
677
|
+
font-size: 17px;
|
|
678
|
+
font-weight: bold;
|
|
679
|
+
line-height: 1.3; }
|
|
680
|
+
|
|
670
681
|
/*!*************************************************************************************************************************************************************************************************!*\
|
|
671
682
|
!*** 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/OrderSummary/styles.module.scss ***!
|
|
672
683
|
\*************************************************************************************************************************************************************************************************/
|
|
@@ -845,11 +856,8 @@ html[data-theme="DARK"] {
|
|
|
845
856
|
display: none; }
|
|
846
857
|
.refundTicketBoxContainer___ya613 .badgeFeatureWrapper____9GbD {
|
|
847
858
|
display: flex;
|
|
848
|
-
justify-content: end;
|
|
849
|
-
|
|
850
|
-
width: 38px;
|
|
851
|
-
height: 38px;
|
|
852
|
-
margin-left: 8px; }
|
|
859
|
+
justify-content: end;
|
|
860
|
+
align-items: center; }
|
|
853
861
|
.refundTicketBoxContainer___ya613 .refundTicketAttendee___QXCjM {
|
|
854
862
|
display: flex;
|
|
855
863
|
justify-content: start;
|