mozrest-sdk-react-dev 0.3.25 → 0.3.26
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/mozrest-sdk.es.js +1661 -1010
- package/package.json +1 -1
- package/style.css +262 -51
package/package.json
CHANGED
package/style.css
CHANGED
|
@@ -31039,28 +31039,6 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
31039
31039
|
border: 0;
|
|
31040
31040
|
border-top: 1px solid var(--moz-border) !important;
|
|
31041
31041
|
}
|
|
31042
|
-
:root {
|
|
31043
|
-
--font-family: "Public Sans", sans-serif !important;
|
|
31044
|
-
--cta-primary: #25293C !important;
|
|
31045
|
-
--cta-primary-text: white !important;
|
|
31046
|
-
--cta-primary-hover: white !important;
|
|
31047
|
-
--cta-primary-text-hover: black !important;
|
|
31048
|
-
--moz-cta-secondary: #383868 !important;
|
|
31049
|
-
--moz-cta-secondary-text: white !important;
|
|
31050
|
-
--moz-cta-secondary-hover: white !important;
|
|
31051
|
-
--moz-cta-secondary-text-hover: black !important;
|
|
31052
|
-
--cta-secondary: #777 !important;
|
|
31053
|
-
--cta-secondary-text: #CFCDE4 !important;
|
|
31054
|
-
--cta-secondary-hover: #CFCDE4 !important;
|
|
31055
|
-
--cta-secondary-text-hover: black !important;
|
|
31056
|
-
--text-primary: white !important;
|
|
31057
|
-
--text-secondary: rgb(15, 163, 227) !important;
|
|
31058
|
-
--text-title: #CFCDE4 !important;
|
|
31059
|
-
--text-label: #CFCDE4 !important;
|
|
31060
|
-
--state-active: gray !important;
|
|
31061
|
-
--moz-state-active: #383868 !important;
|
|
31062
|
-
--moz-container-padding: 0 !important;
|
|
31063
|
-
}
|
|
31064
31042
|
body {
|
|
31065
31043
|
margin: 0 !important;
|
|
31066
31044
|
font-family: "Public Sans", sans-serif !important;
|
|
@@ -31075,7 +31053,7 @@ hr {
|
|
|
31075
31053
|
border: 0;
|
|
31076
31054
|
border-top: 2px solid #42465a;
|
|
31077
31055
|
}
|
|
31078
|
-
._my-masonry-
|
|
31056
|
+
._my-masonry-grid_1afjz_19 {
|
|
31079
31057
|
display: -webkit-box;
|
|
31080
31058
|
/* Not needed if autoprefixing */
|
|
31081
31059
|
display: -ms-flexbox;
|
|
@@ -31085,16 +31063,16 @@ hr {
|
|
|
31085
31063
|
/* gutter size offset */
|
|
31086
31064
|
width: auto;
|
|
31087
31065
|
}
|
|
31088
|
-
._my-masonry-
|
|
31066
|
+
._my-masonry-grid_column_1afjz_30 {
|
|
31089
31067
|
padding-left: 40px;
|
|
31090
31068
|
/* gutter size */
|
|
31091
31069
|
background-clip: padding-box;
|
|
31092
31070
|
}
|
|
31093
|
-
._my-masonry-
|
|
31071
|
+
._my-masonry-grid_column_1afjz_30 > div {
|
|
31094
31072
|
/* change div to reference your elements you put in <Masonry> */
|
|
31095
31073
|
margin-bottom: 40px;
|
|
31096
31074
|
}
|
|
31097
|
-
.
|
|
31075
|
+
._mainConatiner_1afjz_41 {
|
|
31098
31076
|
color: var(--moz-text-primary);
|
|
31099
31077
|
height: 100vh;
|
|
31100
31078
|
max-height: 100vh;
|
|
@@ -31107,13 +31085,13 @@ hr {
|
|
|
31107
31085
|
padding-left: 10px;
|
|
31108
31086
|
padding-right: 10px;
|
|
31109
31087
|
}
|
|
31110
|
-
.
|
|
31088
|
+
._mainConatiner_1afjz_41 ._header_1afjz_54 {
|
|
31111
31089
|
display: flex;
|
|
31112
31090
|
justify-content: flex-start;
|
|
31113
31091
|
align-items: center;
|
|
31114
31092
|
padding: 1.25rem;
|
|
31115
31093
|
}
|
|
31116
|
-
.
|
|
31094
|
+
._mainConatiner_1afjz_41 ._content_1afjz_60 {
|
|
31117
31095
|
display: flex;
|
|
31118
31096
|
justify-content: center;
|
|
31119
31097
|
align-items: flex-start;
|
|
@@ -31121,29 +31099,29 @@ hr {
|
|
|
31121
31099
|
padding: 1.5rem;
|
|
31122
31100
|
overflow-y: auto;
|
|
31123
31101
|
}
|
|
31124
|
-
.
|
|
31102
|
+
._textSecondary_1afjz_69 {
|
|
31125
31103
|
color: var(--moz-text-secondary);
|
|
31126
31104
|
}
|
|
31127
|
-
.
|
|
31105
|
+
._sectionCard_1afjz_73 {
|
|
31128
31106
|
padding: 0;
|
|
31129
31107
|
background-color: var(--moz-cta-content-bg);
|
|
31130
31108
|
}
|
|
31131
|
-
.
|
|
31109
|
+
._sectionCard_1afjz_73 ._cardHeader_1afjz_77 {
|
|
31132
31110
|
padding: 1.5rem;
|
|
31133
31111
|
}
|
|
31134
|
-
.
|
|
31112
|
+
._sectionCard_1afjz_73 ._cardHeader_1afjz_77 ._cardTitle_1afjz_80 {
|
|
31135
31113
|
font-size: 18px;
|
|
31136
31114
|
color: var(--moz-text-label);
|
|
31137
31115
|
}
|
|
31138
|
-
.
|
|
31116
|
+
._sectionCard_1afjz_73 ._cardHeader_1afjz_77 ._cardDesc_1afjz_84 {
|
|
31139
31117
|
font-size: 14px;
|
|
31140
31118
|
color: var(--moz-text-secondary);
|
|
31141
31119
|
}
|
|
31142
|
-
.
|
|
31120
|
+
._sectionCard_1afjz_73 ._cardBody_1afjz_88 {
|
|
31143
31121
|
padding: 1.5rem;
|
|
31144
31122
|
color: var(--moz-text-label);
|
|
31145
31123
|
}
|
|
31146
|
-
.
|
|
31124
|
+
._sectionCard_1afjz_73 ._cardFooter_1afjz_92 ._cardFooterContent_1afjz_92 {
|
|
31147
31125
|
padding: 0.5rem;
|
|
31148
31126
|
display: flex;
|
|
31149
31127
|
justify-content: center;
|
|
@@ -31154,72 +31132,70 @@ hr {
|
|
|
31154
31132
|
color: var(--moz-text-secondary);
|
|
31155
31133
|
cursor: pointer;
|
|
31156
31134
|
}
|
|
31157
|
-
.
|
|
31135
|
+
._sectionManagement_1afjz_104 ._sectionFormRow_1afjz_104 {
|
|
31158
31136
|
display: flex;
|
|
31159
31137
|
gap: 0.75rem;
|
|
31160
31138
|
padding: 1.5rem;
|
|
31161
31139
|
justify-content: center;
|
|
31162
31140
|
align-items: center;
|
|
31163
31141
|
}
|
|
31164
|
-
.
|
|
31142
|
+
._sectionManagement_1afjz_104 ._drawerContent_1afjz_111 {
|
|
31165
31143
|
display: flex;
|
|
31166
31144
|
flex-direction: column;
|
|
31167
31145
|
height: 100%;
|
|
31168
31146
|
}
|
|
31169
|
-
.
|
|
31147
|
+
._sectionManagement_1afjz_104 ._drawerContent_1afjz_111 ._scrollableForm_1afjz_116 {
|
|
31170
31148
|
flex: 1;
|
|
31171
31149
|
overflow-y: auto;
|
|
31172
31150
|
padding-top: 0px;
|
|
31173
|
-
padding:
|
|
31151
|
+
padding: 0px;
|
|
31174
31152
|
}
|
|
31175
|
-
.
|
|
31153
|
+
._sectionManagement_1afjz_104 ._drawerContent_1afjz_111 ._fixedActions_1afjz_122 {
|
|
31176
31154
|
display: flex;
|
|
31177
31155
|
justify-content: flex-end;
|
|
31178
31156
|
gap: 10px;
|
|
31179
|
-
padding:
|
|
31180
|
-
padding-bottom: 5px;
|
|
31181
|
-
border-top: 1px solid var(--moz-text-tertiary);
|
|
31157
|
+
padding: 10px 10px 0px 10px;
|
|
31182
31158
|
}
|
|
31183
|
-
.
|
|
31159
|
+
._specialDatesInfoText_1afjz_129 {
|
|
31184
31160
|
color: var(--moz-text-secondary);
|
|
31185
31161
|
font-size: 14px;
|
|
31186
31162
|
padding: 5px;
|
|
31187
31163
|
padding-top: 0;
|
|
31188
31164
|
padding-bottom: 0;
|
|
31189
31165
|
}
|
|
31190
|
-
.
|
|
31166
|
+
._closeIcon_1afjz_137 {
|
|
31191
31167
|
color: var(--moz-text-primary);
|
|
31192
31168
|
cursor: "pointer";
|
|
31193
31169
|
margin-top: 20;
|
|
31194
31170
|
}
|
|
31195
|
-
.
|
|
31171
|
+
._deleteIcon_1afjz_143 {
|
|
31196
31172
|
color: var(--moz-cta-danger);
|
|
31197
31173
|
cursor: "pointer";
|
|
31198
31174
|
}
|
|
31199
|
-
.
|
|
31175
|
+
._stripeConnectContainer_1afjz_148 {
|
|
31200
31176
|
margin-bottom: 20px;
|
|
31201
31177
|
display: flex;
|
|
31202
31178
|
justify-content: flex-start;
|
|
31203
31179
|
align-items: center;
|
|
31204
31180
|
gap: 20px;
|
|
31205
31181
|
}
|
|
31206
|
-
.
|
|
31182
|
+
._paymentGatewayContainer_1afjz_156 {
|
|
31207
31183
|
display: flex;
|
|
31208
31184
|
flex-direction: column;
|
|
31209
31185
|
gap: 30px;
|
|
31210
31186
|
margin-bottom: 30px;
|
|
31211
31187
|
}
|
|
31212
|
-
.
|
|
31188
|
+
._paymentGatewayContainer_1afjz_156 ._paymentRules_1afjz_162 {
|
|
31213
31189
|
display: flex;
|
|
31214
31190
|
flex-direction: column;
|
|
31215
31191
|
gap: 20px;
|
|
31216
31192
|
}
|
|
31217
|
-
.
|
|
31193
|
+
._paymentGatewayContainer_1afjz_156 ._paymentRules_1afjz_162 ._paymentRulesContainer_1afjz_167 {
|
|
31218
31194
|
display: flex;
|
|
31219
31195
|
flex-direction: row;
|
|
31220
31196
|
gap: 10px;
|
|
31221
31197
|
}
|
|
31222
|
-
.
|
|
31198
|
+
._paymentRulesDesc_1afjz_173 {
|
|
31223
31199
|
max-width: 600px;
|
|
31224
31200
|
color: var(--moz-text-secondary);
|
|
31225
31201
|
font-size: 14px;
|
|
@@ -31373,6 +31349,241 @@ hr {
|
|
|
31373
31349
|
._codeBlock_1in3z_27 code {
|
|
31374
31350
|
display: block;
|
|
31375
31351
|
overflow-x: auto;
|
|
31352
|
+
}._skeleton_1bgvx_1 {
|
|
31353
|
+
animation: _pulse_1bgvx_1 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
|
|
31354
|
+
}
|
|
31355
|
+
@keyframes _pulse_1bgvx_1 {
|
|
31356
|
+
0%, 100% {
|
|
31357
|
+
opacity: 0.6;
|
|
31358
|
+
}
|
|
31359
|
+
50% {
|
|
31360
|
+
opacity: 0.3;
|
|
31361
|
+
}
|
|
31362
|
+
}
|
|
31363
|
+
._skeleton_1bgvx_1 ._item_1bgvx_12 {
|
|
31364
|
+
height: 1rem;
|
|
31365
|
+
background-color: var(--moz-bg-gray-light);
|
|
31366
|
+
border-radius: 4px;
|
|
31367
|
+
width: 80%;
|
|
31368
|
+
}
|
|
31369
|
+
@media only screen and (max-width: 768px) {
|
|
31370
|
+
._skeleton_1bgvx_1 ._item_1bgvx_12 {
|
|
31371
|
+
width: 100px;
|
|
31372
|
+
}
|
|
31373
|
+
}
|
|
31374
|
+
|
|
31375
|
+
._rowsSelector_1bgvx_24 {
|
|
31376
|
+
border: none;
|
|
31377
|
+
outline: none;
|
|
31378
|
+
background-color: transparent;
|
|
31379
|
+
padding: 0;
|
|
31380
|
+
color: var(--moz-text-primary);
|
|
31381
|
+
}
|
|
31382
|
+
|
|
31383
|
+
._paginationContainer_1bgvx_32 {
|
|
31384
|
+
width: 100%;
|
|
31385
|
+
padding: 10px;
|
|
31386
|
+
display: flex;
|
|
31387
|
+
justify-content: flex-end;
|
|
31388
|
+
align-items: center;
|
|
31389
|
+
gap: 24px;
|
|
31390
|
+
border-top: 1px solid var(--moz-border);
|
|
31391
|
+
background-color: var(--moz-cta-content-bg);
|
|
31392
|
+
border-bottom-left-radius: 6px;
|
|
31393
|
+
border-bottom-right-radius: 6px;
|
|
31394
|
+
}
|
|
31395
|
+
._paginationContainer_1bgvx_32 ._rowsSelectorContainer_1bgvx_44 {
|
|
31396
|
+
display: flex;
|
|
31397
|
+
gap: 5px;
|
|
31398
|
+
}
|
|
31399
|
+
@media only screen and (max-width: 425px) {
|
|
31400
|
+
._paginationContainer_1bgvx_32 {
|
|
31401
|
+
justify-content: center;
|
|
31402
|
+
}
|
|
31403
|
+
._paginationContainer_1bgvx_32 ._rowsSelectorContainer_1bgvx_44 {
|
|
31404
|
+
display: none;
|
|
31405
|
+
}
|
|
31406
|
+
._paginationContainer_1bgvx_32 ._rowsSummary_1bgvx_55 {
|
|
31407
|
+
display: none;
|
|
31408
|
+
}
|
|
31409
|
+
}
|
|
31410
|
+
|
|
31411
|
+
._button_1bgvx_60 {
|
|
31412
|
+
cursor: pointer;
|
|
31413
|
+
}
|
|
31414
|
+
._button-disable_1bgvx_63 {
|
|
31415
|
+
color: var(--moz-bg-gray-light);
|
|
31416
|
+
cursor: default;
|
|
31417
|
+
}
|
|
31418
|
+
|
|
31419
|
+
._tablePaginationButtons_1bgvx_68 {
|
|
31420
|
+
display: flex;
|
|
31421
|
+
}
|
|
31422
|
+
._tablePaginationButtons_1bgvx_68 ._rowsSelector_1bgvx_24 {
|
|
31423
|
+
display: none;
|
|
31424
|
+
}
|
|
31425
|
+
@media only screen and (max-width: 425px) {
|
|
31426
|
+
._tablePaginationButtons_1bgvx_68 {
|
|
31427
|
+
width: 100%;
|
|
31428
|
+
justify-content: space-between;
|
|
31429
|
+
}
|
|
31430
|
+
._tablePaginationButtons_1bgvx_68 ._rowsSelector_1bgvx_24 {
|
|
31431
|
+
display: inline-block;
|
|
31432
|
+
}
|
|
31433
|
+
}
|
|
31434
|
+
|
|
31435
|
+
._table_1bgvx_68 {
|
|
31436
|
+
width: 100%;
|
|
31437
|
+
background-color: var(--moz-cta-content-bg);
|
|
31438
|
+
border-top-left-radius: 6px;
|
|
31439
|
+
border-top-right-radius: 6px;
|
|
31440
|
+
box-shadow: rgba(34, 41, 47, 0.1) 0px 4px 24px 0px;
|
|
31441
|
+
border-collapse: collapse;
|
|
31442
|
+
border-spacing: 0;
|
|
31443
|
+
}
|
|
31444
|
+
._table-rowHover_1bgvx_93 tr:hover td {
|
|
31445
|
+
background-color: var(--moz-cta-content-sec-bg);
|
|
31446
|
+
cursor: auto;
|
|
31447
|
+
}
|
|
31448
|
+
|
|
31449
|
+
._thead_1bgvx_98 {
|
|
31450
|
+
background-color: var(--moz-cta-content-sec-bg);
|
|
31451
|
+
border-radius: 6px;
|
|
31452
|
+
}
|
|
31453
|
+
|
|
31454
|
+
._th_1bgvx_98 {
|
|
31455
|
+
padding: 10px;
|
|
31456
|
+
text-align: left;
|
|
31457
|
+
border: none;
|
|
31458
|
+
}
|
|
31459
|
+
|
|
31460
|
+
._td_1bgvx_109 {
|
|
31461
|
+
padding: 20px 10px 20px 10px;
|
|
31462
|
+
border-bottom: 1px solid var(--moz-border);
|
|
31463
|
+
border-left: none;
|
|
31464
|
+
border-right: none;
|
|
31465
|
+
}
|
|
31466
|
+
|
|
31467
|
+
._tr_1bgvx_116:last-child ._td_1bgvx_109 {
|
|
31468
|
+
border-bottom: none;
|
|
31469
|
+
}
|
|
31470
|
+
|
|
31471
|
+
@media only screen and (max-width: 425px) {
|
|
31472
|
+
table th {
|
|
31473
|
+
padding: 20px !important;
|
|
31474
|
+
}
|
|
31475
|
+
|
|
31476
|
+
._tableContainer_1bgvx_125:after {
|
|
31477
|
+
visibility: hidden;
|
|
31478
|
+
display: block;
|
|
31479
|
+
font-size: 0;
|
|
31480
|
+
content: " ";
|
|
31481
|
+
clear: both;
|
|
31482
|
+
height: 0;
|
|
31483
|
+
}
|
|
31484
|
+
|
|
31485
|
+
._table_1bgvx_68 {
|
|
31486
|
+
width: 100%;
|
|
31487
|
+
border-collapse: collapse;
|
|
31488
|
+
border-spacing: 0;
|
|
31489
|
+
}
|
|
31490
|
+
|
|
31491
|
+
._th_1bgvx_98, ._td_1bgvx_109 {
|
|
31492
|
+
vertical-align: top;
|
|
31493
|
+
border: none;
|
|
31494
|
+
}
|
|
31495
|
+
|
|
31496
|
+
._th_1bgvx_98 {
|
|
31497
|
+
display: block;
|
|
31498
|
+
text-align: left;
|
|
31499
|
+
align-items: center;
|
|
31500
|
+
}
|
|
31501
|
+
|
|
31502
|
+
._table_1bgvx_68 {
|
|
31503
|
+
display: block;
|
|
31504
|
+
position: relative;
|
|
31505
|
+
width: 100%;
|
|
31506
|
+
}
|
|
31507
|
+
|
|
31508
|
+
._thead_1bgvx_98 {
|
|
31509
|
+
display: block;
|
|
31510
|
+
float: left;
|
|
31511
|
+
border: none;
|
|
31512
|
+
padding: 3px;
|
|
31513
|
+
}
|
|
31514
|
+
|
|
31515
|
+
._tbody_1bgvx_164 {
|
|
31516
|
+
display: block;
|
|
31517
|
+
width: auto;
|
|
31518
|
+
position: relative;
|
|
31519
|
+
overflow-x: auto;
|
|
31520
|
+
white-space: nowrap;
|
|
31521
|
+
}
|
|
31522
|
+
|
|
31523
|
+
._thead_1bgvx_98 ._tr_1bgvx_116 {
|
|
31524
|
+
display: block;
|
|
31525
|
+
}
|
|
31526
|
+
|
|
31527
|
+
._tbody_1bgvx_164 ._tr_1bgvx_116 {
|
|
31528
|
+
display: inline-block;
|
|
31529
|
+
vertical-align: top;
|
|
31530
|
+
border-left: 1px solid var(--moz-border);
|
|
31531
|
+
}
|
|
31532
|
+
|
|
31533
|
+
._td_1bgvx_109 {
|
|
31534
|
+
display: block;
|
|
31535
|
+
min-height: 1.25em;
|
|
31536
|
+
text-align: left;
|
|
31537
|
+
border-bottom: 1px solid var(--moz-border);
|
|
31538
|
+
border-right: 1px solid var(--moz-border);
|
|
31539
|
+
padding: 20px;
|
|
31540
|
+
}
|
|
31541
|
+
|
|
31542
|
+
._tr_1bgvx_116:last-child ._td_1bgvx_109 {
|
|
31543
|
+
border-bottom: 1px solid var(--moz-border);
|
|
31544
|
+
}
|
|
31545
|
+
}._tableFilters_vbfpx_1 {
|
|
31546
|
+
display: flex;
|
|
31547
|
+
justify-content: center;
|
|
31548
|
+
padding: 10px;
|
|
31549
|
+
gap: 10px;
|
|
31550
|
+
}
|
|
31551
|
+
._tableFilters__input_vbfpx_7 {
|
|
31552
|
+
width: 300px;
|
|
31553
|
+
}
|
|
31554
|
+
|
|
31555
|
+
._venueName_vbfpx_11 {
|
|
31556
|
+
color: var(--moz-cta-primary);
|
|
31557
|
+
cursor: pointer;
|
|
31558
|
+
}._venueDetailHeader_1vd52_1 {
|
|
31559
|
+
display: flex;
|
|
31560
|
+
flex-direction: row;
|
|
31561
|
+
gap: 10px;
|
|
31562
|
+
}
|
|
31563
|
+
|
|
31564
|
+
._venueDetailContainer_1vd52_7 {
|
|
31565
|
+
margin-top: 20px;
|
|
31566
|
+
}
|
|
31567
|
+
|
|
31568
|
+
._venueDetailContent_1vd52_11 {
|
|
31569
|
+
margin-top: 20px;
|
|
31570
|
+
display: flex;
|
|
31571
|
+
flex-direction: column;
|
|
31572
|
+
gap: 10px;
|
|
31573
|
+
}
|
|
31574
|
+
|
|
31575
|
+
._venueDetailContentItem_1vd52_18 {
|
|
31576
|
+
display: flex;
|
|
31577
|
+
flex-direction: row;
|
|
31578
|
+
align-items: center;
|
|
31579
|
+
gap: 20px;
|
|
31580
|
+
}
|
|
31581
|
+
|
|
31582
|
+
._venueDetailContentItemTitle_1vd52_25 {
|
|
31583
|
+
display: flex;
|
|
31584
|
+
flex-direction: row;
|
|
31585
|
+
align-items: center;
|
|
31586
|
+
gap: 10px;
|
|
31376
31587
|
}._sidebar_1pm4j_1 {
|
|
31377
31588
|
position: fixed;
|
|
31378
31589
|
min-height: 100vh;
|