mozrest-sdk-react-dev 0.3.52 → 0.3.54

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 (3) hide show
  1. package/mozrest-sdk.es.js +1045 -682
  2. package/package.json +1 -1
  3. package/style.css +290 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mozrest-sdk-react-dev",
3
- "version": "0.3.52",
3
+ "version": "0.3.54",
4
4
  "main": "mozrest-sdk.es.js",
5
5
  "keywords": [
6
6
  "mozrest"
package/style.css CHANGED
@@ -32001,6 +32001,296 @@ div.ant-typography-edit-content.ant-typography-rtl {
32001
32001
  color: var(--moz-text-secondary);
32002
32002
  font: 0.75rem/1rem var(--moz-font-family);
32003
32003
  font-style: italic;
32004
+ }._billInformationContainer_is0qa_1 {
32005
+ display: flex;
32006
+ align-items: center;
32007
+ justify-content: center;
32008
+ height: 100%;
32009
+ width: 100%;
32010
+ background: var(--moz-cta-content-bg);
32011
+ }
32012
+
32013
+ ._billSection_is0qa_10 {
32014
+ width: 100%;
32015
+ background: var(--moz-cta-content-bg);
32016
+ border-radius: 0.75rem;
32017
+ overflow: hidden;
32018
+ border: 1px solid var(--moz-border);
32019
+ }
32020
+
32021
+ ._billSectionSpacing_is0qa_18 {
32022
+ margin-top: 1rem;
32023
+ }
32024
+
32025
+ ._customerVisitsBanner_is0qa_22 {
32026
+ display: flex;
32027
+ align-items: center;
32028
+ gap: 0.5rem;
32029
+ padding: 0.5rem 1rem;
32030
+ background: var(--moz-cta-primary);
32031
+ color: var(--moz-cta-primary-text);
32032
+ font: 0.875rem/1.42 var(--moz-font-family);
32033
+ font-weight: 600;
32034
+ }
32035
+
32036
+ ._billHeader_is0qa_33 {
32037
+ padding: 1rem;
32038
+ }
32039
+
32040
+ ._billTitleRow_is0qa_37 {
32041
+ display: flex;
32042
+ align-items: center;
32043
+ justify-content: space-between;
32044
+ margin-bottom: 0.5rem;
32045
+ }
32046
+
32047
+ ._billTitle_is0qa_37 {
32048
+ font: 600 1.125rem/1.55 var(--moz-font-family);
32049
+ color: var(--moz-text-primary);
32050
+ margin: 0;
32051
+ }
32052
+
32053
+ ._customerAvatar_is0qa_50 {
32054
+ position: relative;
32055
+ display: flex;
32056
+ align-items: center;
32057
+ justify-content: center;
32058
+ }
32059
+
32060
+ ._avatarImage_is0qa_57 {
32061
+ width: 40px;
32062
+ height: 40px;
32063
+ border-radius: 50%;
32064
+ background: var(--moz-bg-gray);
32065
+ display: flex;
32066
+ align-items: center;
32067
+ justify-content: center;
32068
+ color: var(--moz-text-secondary);
32069
+ }
32070
+
32071
+ ._avatarBadge_is0qa_68 {
32072
+ position: absolute;
32073
+ top: -2px;
32074
+ right: -2px;
32075
+ width: 16px;
32076
+ height: 16px;
32077
+ border-radius: 50%;
32078
+ background: var(--moz-cta-success);
32079
+ color: #fff;
32080
+ font: 600 0.75rem/1rem var(--moz-font-family);
32081
+ display: flex;
32082
+ align-items: center;
32083
+ justify-content: center;
32084
+ font-size: 10px;
32085
+ }
32086
+
32087
+ ._billSummary_is0qa_84 {
32088
+ display: flex;
32089
+ justify-content: space-between;
32090
+ align-items: center;
32091
+ margin-bottom: 0.5rem;
32092
+ }
32093
+
32094
+ ._summaryLabel_is0qa_91 {
32095
+ font: 1rem/1.5 var(--moz-font-family);
32096
+ color: var(--moz-text-primary);
32097
+ }
32098
+
32099
+ ._summaryAmount_is0qa_96 {
32100
+ font: 600 1rem/1.5 var(--moz-font-family);
32101
+ color: var(--moz-text-primary);
32102
+ }
32103
+
32104
+ ._toggleButton_is0qa_101 {
32105
+ background: none;
32106
+ border: none;
32107
+ color: var(--moz-cta-primary);
32108
+ font: 0.875rem/1.42 var(--moz-font-family);
32109
+ text-decoration: underline;
32110
+ cursor: pointer;
32111
+ padding: 0.5rem 0;
32112
+ margin: 0;
32113
+ transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
32114
+ transform: translateY(0);
32115
+ opacity: 1;
32116
+ }
32117
+ ._toggleButton_is0qa_101:hover {
32118
+ color: var(--moz-cta-primary-hover);
32119
+ transform: translateY(-1px);
32120
+ }
32121
+ ._toggleButton_is0qa_101:active {
32122
+ transform: translateY(0);
32123
+ }
32124
+ ._toggleButton_is0qa_101:focus {
32125
+ outline: 2px solid var(--moz-cta-primary);
32126
+ outline-offset: 2px;
32127
+ }
32128
+
32129
+ ._billDetails_is0qa_126 {
32130
+ border-top: 1px solid var(--moz-border);
32131
+ padding: 1rem;
32132
+ }
32133
+
32134
+ ._billDetailsAnimated_is0qa_131 {
32135
+ transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
32136
+ transform-origin: top;
32137
+ overflow: hidden;
32138
+ }
32139
+
32140
+ ._billDetailsVisible_is0qa_137 {
32141
+ opacity: 1;
32142
+ transform: translateY(0) scaleY(1);
32143
+ max-height: 1000px;
32144
+ padding: 1rem;
32145
+ }
32146
+
32147
+ ._billDetailsHidden_is0qa_144 {
32148
+ opacity: 0;
32149
+ transform: translateY(-10px) scaleY(0);
32150
+ max-height: 0;
32151
+ padding: 0 1rem;
32152
+ margin: 0;
32153
+ }
32154
+
32155
+ ._financialDetails_is0qa_152 {
32156
+ margin-bottom: 1rem;
32157
+ transition: opacity 0.2s ease 0.1s;
32158
+ }
32159
+
32160
+ ._billDetailsHidden_is0qa_144 ._financialDetails_is0qa_152 {
32161
+ opacity: 0;
32162
+ }
32163
+
32164
+ ._billDetailsVisible_is0qa_137 ._financialDetails_is0qa_152 {
32165
+ opacity: 1;
32166
+ }
32167
+
32168
+ ._detailRow_is0qa_165 {
32169
+ display: flex;
32170
+ justify-content: space-between;
32171
+ align-items: center;
32172
+ margin-bottom: 0.5rem;
32173
+ font: 1rem/1.5 var(--moz-font-family);
32174
+ color: var(--moz-text-primary);
32175
+ }
32176
+ ._detailRow_is0qa_165:last-child {
32177
+ margin-bottom: 0;
32178
+ }
32179
+
32180
+ ._grossTotalLabel_is0qa_177 {
32181
+ font-weight: 600;
32182
+ }
32183
+
32184
+ ._grossTotalAmount_is0qa_181 {
32185
+ font-weight: 600;
32186
+ }
32187
+
32188
+ ._checkDetails_is0qa_185 {
32189
+ border-top: 1px dotted var(--moz-border);
32190
+ padding-top: 0.5rem;
32191
+ margin-bottom: 1rem;
32192
+ transition: opacity 0.2s ease 0.15s;
32193
+ }
32194
+
32195
+ ._billDetailsHidden_is0qa_144 ._checkDetails_is0qa_185 {
32196
+ opacity: 0;
32197
+ }
32198
+
32199
+ ._billDetailsVisible_is0qa_137 ._checkDetails_is0qa_185 {
32200
+ opacity: 1;
32201
+ }
32202
+
32203
+ ._checkNumber_is0qa_200 {
32204
+ font: 0.875rem/1.42 var(--moz-font-family);
32205
+ color: var(--moz-text-secondary);
32206
+ }
32207
+
32208
+ ._itemsSection_is0qa_205 {
32209
+ border-top: 1px dotted var(--moz-border);
32210
+ padding-top: 0.5rem;
32211
+ transition: opacity 0.2s ease 0.2s;
32212
+ }
32213
+
32214
+ ._billDetailsHidden_is0qa_144 ._itemsSection_is0qa_205 {
32215
+ opacity: 0;
32216
+ }
32217
+
32218
+ ._billDetailsVisible_is0qa_137 ._itemsSection_is0qa_205 {
32219
+ opacity: 1;
32220
+ }
32221
+
32222
+ ._itemsHeader_is0qa_219 {
32223
+ font: 0.875rem/1.42 var(--moz-font-family);
32224
+ color: var(--moz-text-primary);
32225
+ margin-bottom: 0.5rem;
32226
+ font-weight: 600;
32227
+ }
32228
+
32229
+ ._itemsList_is0qa_226 {
32230
+ margin-bottom: 0.5rem;
32231
+ overflow: hidden;
32232
+ transition: all 0.3s ease;
32233
+ }
32234
+
32235
+ ._itemRow_is0qa_232 {
32236
+ display: flex;
32237
+ justify-content: space-between;
32238
+ align-items: center;
32239
+ margin-bottom: 0.5rem;
32240
+ font: 0.875rem/1.42 var(--moz-font-family);
32241
+ color: var(--moz-text-primary);
32242
+ }
32243
+ ._itemRow_is0qa_232:last-child {
32244
+ margin-bottom: 0;
32245
+ }
32246
+
32247
+ ._itemName_is0qa_244 {
32248
+ flex: 1;
32249
+ }
32250
+
32251
+ ._itemPrice_is0qa_248 {
32252
+ font-weight: 500;
32253
+ }
32254
+
32255
+ ._itemRowAnimated_is0qa_252 {
32256
+ transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
32257
+ transform-origin: top;
32258
+ }
32259
+
32260
+ ._itemRowVisible_is0qa_257 {
32261
+ opacity: 1;
32262
+ transform: translateY(0) scaleY(1);
32263
+ max-height: 100px;
32264
+ margin-bottom: 0.5rem;
32265
+ }
32266
+
32267
+ ._itemRowHidden_is0qa_264 {
32268
+ opacity: 0;
32269
+ transform: translateY(-10px) scaleY(0);
32270
+ max-height: 0;
32271
+ margin-bottom: 0;
32272
+ overflow: hidden;
32273
+ }
32274
+
32275
+ ._statusSection_is0qa_272 {
32276
+ border-top: 1px solid var(--moz-border);
32277
+ padding: 1rem;
32278
+ background: var(--moz-bg-gray-lighter);
32279
+ }
32280
+
32281
+ ._statusRow_is0qa_278 {
32282
+ display: flex;
32283
+ align-items: center;
32284
+ gap: 0.5rem;
32285
+ margin-bottom: 0.5rem;
32286
+ font: 0.875rem/1.42 var(--moz-font-family);
32287
+ color: var(--moz-text-secondary);
32288
+ }
32289
+ ._statusRow_is0qa_278:last-child {
32290
+ margin-bottom: 0;
32291
+ }
32292
+ ._statusRow_is0qa_278 svg {
32293
+ color: var(--moz-text-tertiary);
32004
32294
  }
32005
32295
  body {
32006
32296
  margin: 0 !important;