@everymatrix/cashier-header 1.43.2 → 1.43.3
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@everymatrix/cashier-header",
|
|
3
|
-
"version": "1.43.
|
|
3
|
+
"version": "1.43.3",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"svelte": "src/index.ts",
|
|
6
6
|
"scripts": {
|
|
@@ -35,5 +35,5 @@
|
|
|
35
35
|
"publishConfig": {
|
|
36
36
|
"access": "public"
|
|
37
37
|
},
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "4723f5370b2d6fc913a8cf6770f9f492038e54e8"
|
|
39
39
|
}
|
package/src/CashierHeader.svelte
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
$: lang && title && getTitle();
|
|
18
18
|
$: clientstyling && customStylingContainer && setClientStyling();
|
|
19
19
|
$: clientstylingurl && customStylingContainer && setClientStylingURL();
|
|
20
|
-
$: translationurl && setTranslationUrl();
|
|
20
|
+
$: lang && translationurl && setTranslationUrl();
|
|
21
21
|
$: showbackbutton && showBackButton();
|
|
22
22
|
|
|
23
23
|
const setTranslationUrl = ():void => {
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
width: 100%;
|
|
113
113
|
border-radius: 6px 6px 0 0;
|
|
114
114
|
}
|
|
115
|
-
|
|
115
|
+
|
|
116
116
|
.CashierHeaderLeftButton {
|
|
117
117
|
color: var(--mmw--color-grey-10, #111);
|
|
118
118
|
font-size: var(--emw--font-size-small, 14px);
|
|
@@ -126,16 +126,16 @@
|
|
|
126
126
|
left: 7px;
|
|
127
127
|
gap: 2px;
|
|
128
128
|
cursor: pointer;
|
|
129
|
-
|
|
129
|
+
|
|
130
130
|
svg path {
|
|
131
131
|
fill: var(--mmw--color-grey-10, #111);
|
|
132
132
|
}
|
|
133
|
-
|
|
133
|
+
|
|
134
134
|
&.disabled {
|
|
135
135
|
pointer-events: none;
|
|
136
136
|
}
|
|
137
137
|
}
|
|
138
|
-
|
|
138
|
+
|
|
139
139
|
.CashierHeaderTitle {
|
|
140
140
|
color: var(--mmw--color-grey-10, #111);
|
|
141
141
|
font-size: var(--emw--font-size-small, 14px);
|
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
overflow: hidden;
|
|
146
146
|
text-overflow: ellipsis;
|
|
147
147
|
}
|
|
148
|
-
|
|
148
|
+
|
|
149
149
|
.CashierHeaderRightButton {
|
|
150
150
|
position: absolute;
|
|
151
151
|
display: flex;
|