mealz-components 0.2.0 → 0.2.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/mealz-components.js +9 -9
- package/dist/mealz-components.min.js +9 -9
- package/dist/mealz-components.umd.cjs +9 -9
- package/dist/store-locator/store-locator.js +9 -9
- package/dist/store-locator/store-locator.min.js +9 -9
- package/dist/store-locator/store-locator.umd.cjs +9 -9
- package/package.json +1 -1
package/dist/mealz-components.js
CHANGED
|
@@ -987,10 +987,10 @@ m.styles = [
|
|
|
987
987
|
box-shadow: 2px 0px 16px 0px rgba(0, 0, 0, 0.15);
|
|
988
988
|
z-index: 1;
|
|
989
989
|
|
|
990
|
-
form {
|
|
990
|
+
#store-locator-form {
|
|
991
991
|
display: flex;
|
|
992
992
|
flex-direction: column;
|
|
993
|
-
gap:
|
|
993
|
+
gap: 8px;
|
|
994
994
|
}
|
|
995
995
|
}
|
|
996
996
|
|
|
@@ -1095,12 +1095,12 @@ m.styles = [
|
|
|
1095
1095
|
|
|
1096
1096
|
.pos-selection .select-supplier {
|
|
1097
1097
|
display: flex;
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1098
|
+
}
|
|
1099
|
+
|
|
1100
|
+
.pos-selection .select-supplier select {
|
|
1101
|
+
flex: 1;
|
|
1102
|
+
padding: 10px;
|
|
1103
|
+
max-width: initial;
|
|
1104
1104
|
}
|
|
1105
1105
|
|
|
1106
1106
|
.pos-item {
|
|
@@ -1179,7 +1179,7 @@ m.styles = [
|
|
|
1179
1179
|
padding: 0;
|
|
1180
1180
|
gap: 0;
|
|
1181
1181
|
|
|
1182
|
-
form {
|
|
1182
|
+
#store-locator-form {
|
|
1183
1183
|
padding: 24px 16px;
|
|
1184
1184
|
}
|
|
1185
1185
|
}
|
|
@@ -143,10 +143,10 @@ const it=(t,e,s)=>(s.configurable=!0,s.enumerable=!0,Reflect.decorate&&"object"!
|
|
|
143
143
|
box-shadow: 2px 0px 16px 0px rgba(0, 0, 0, 0.15);
|
|
144
144
|
z-index: 1;
|
|
145
145
|
|
|
146
|
-
form {
|
|
146
|
+
#store-locator-form {
|
|
147
147
|
display: flex;
|
|
148
148
|
flex-direction: column;
|
|
149
|
-
gap:
|
|
149
|
+
gap: 8px;
|
|
150
150
|
}
|
|
151
151
|
}
|
|
152
152
|
|
|
@@ -251,12 +251,12 @@ const it=(t,e,s)=>(s.configurable=!0,s.enumerable=!0,Reflect.decorate&&"object"!
|
|
|
251
251
|
|
|
252
252
|
.pos-selection .select-supplier {
|
|
253
253
|
display: flex;
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
.pos-selection .select-supplier select {
|
|
257
|
+
flex: 1;
|
|
258
|
+
padding: 10px;
|
|
259
|
+
max-width: initial;
|
|
260
260
|
}
|
|
261
261
|
|
|
262
262
|
.pos-item {
|
|
@@ -335,7 +335,7 @@ const it=(t,e,s)=>(s.configurable=!0,s.enumerable=!0,Reflect.decorate&&"object"!
|
|
|
335
335
|
padding: 0;
|
|
336
336
|
gap: 0;
|
|
337
337
|
|
|
338
|
-
form {
|
|
338
|
+
#store-locator-form {
|
|
339
339
|
padding: 24px 16px;
|
|
340
340
|
}
|
|
341
341
|
}
|
|
@@ -145,10 +145,10 @@
|
|
|
145
145
|
box-shadow: 2px 0px 16px 0px rgba(0, 0, 0, 0.15);
|
|
146
146
|
z-index: 1;
|
|
147
147
|
|
|
148
|
-
form {
|
|
148
|
+
#store-locator-form {
|
|
149
149
|
display: flex;
|
|
150
150
|
flex-direction: column;
|
|
151
|
-
gap:
|
|
151
|
+
gap: 8px;
|
|
152
152
|
}
|
|
153
153
|
}
|
|
154
154
|
|
|
@@ -253,12 +253,12 @@
|
|
|
253
253
|
|
|
254
254
|
.pos-selection .select-supplier {
|
|
255
255
|
display: flex;
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
.pos-selection .select-supplier select {
|
|
259
|
+
flex: 1;
|
|
260
|
+
padding: 10px;
|
|
261
|
+
max-width: initial;
|
|
262
262
|
}
|
|
263
263
|
|
|
264
264
|
.pos-item {
|
|
@@ -337,7 +337,7 @@
|
|
|
337
337
|
padding: 0;
|
|
338
338
|
gap: 0;
|
|
339
339
|
|
|
340
|
-
form {
|
|
340
|
+
#store-locator-form {
|
|
341
341
|
padding: 24px 16px;
|
|
342
342
|
}
|
|
343
343
|
}
|
|
@@ -987,10 +987,10 @@ m.styles = [
|
|
|
987
987
|
box-shadow: 2px 0px 16px 0px rgba(0, 0, 0, 0.15);
|
|
988
988
|
z-index: 1;
|
|
989
989
|
|
|
990
|
-
form {
|
|
990
|
+
#store-locator-form {
|
|
991
991
|
display: flex;
|
|
992
992
|
flex-direction: column;
|
|
993
|
-
gap:
|
|
993
|
+
gap: 8px;
|
|
994
994
|
}
|
|
995
995
|
}
|
|
996
996
|
|
|
@@ -1095,12 +1095,12 @@ m.styles = [
|
|
|
1095
1095
|
|
|
1096
1096
|
.pos-selection .select-supplier {
|
|
1097
1097
|
display: flex;
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1098
|
+
}
|
|
1099
|
+
|
|
1100
|
+
.pos-selection .select-supplier select {
|
|
1101
|
+
flex: 1;
|
|
1102
|
+
padding: 10px;
|
|
1103
|
+
max-width: initial;
|
|
1104
1104
|
}
|
|
1105
1105
|
|
|
1106
1106
|
.pos-item {
|
|
@@ -1179,7 +1179,7 @@ m.styles = [
|
|
|
1179
1179
|
padding: 0;
|
|
1180
1180
|
gap: 0;
|
|
1181
1181
|
|
|
1182
|
-
form {
|
|
1182
|
+
#store-locator-form {
|
|
1183
1183
|
padding: 24px 16px;
|
|
1184
1184
|
}
|
|
1185
1185
|
}
|
|
@@ -143,10 +143,10 @@ const it=(t,e,s)=>(s.configurable=!0,s.enumerable=!0,Reflect.decorate&&"object"!
|
|
|
143
143
|
box-shadow: 2px 0px 16px 0px rgba(0, 0, 0, 0.15);
|
|
144
144
|
z-index: 1;
|
|
145
145
|
|
|
146
|
-
form {
|
|
146
|
+
#store-locator-form {
|
|
147
147
|
display: flex;
|
|
148
148
|
flex-direction: column;
|
|
149
|
-
gap:
|
|
149
|
+
gap: 8px;
|
|
150
150
|
}
|
|
151
151
|
}
|
|
152
152
|
|
|
@@ -251,12 +251,12 @@ const it=(t,e,s)=>(s.configurable=!0,s.enumerable=!0,Reflect.decorate&&"object"!
|
|
|
251
251
|
|
|
252
252
|
.pos-selection .select-supplier {
|
|
253
253
|
display: flex;
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
.pos-selection .select-supplier select {
|
|
257
|
+
flex: 1;
|
|
258
|
+
padding: 10px;
|
|
259
|
+
max-width: initial;
|
|
260
260
|
}
|
|
261
261
|
|
|
262
262
|
.pos-item {
|
|
@@ -335,7 +335,7 @@ const it=(t,e,s)=>(s.configurable=!0,s.enumerable=!0,Reflect.decorate&&"object"!
|
|
|
335
335
|
padding: 0;
|
|
336
336
|
gap: 0;
|
|
337
337
|
|
|
338
|
-
form {
|
|
338
|
+
#store-locator-form {
|
|
339
339
|
padding: 24px 16px;
|
|
340
340
|
}
|
|
341
341
|
}
|
|
@@ -145,10 +145,10 @@
|
|
|
145
145
|
box-shadow: 2px 0px 16px 0px rgba(0, 0, 0, 0.15);
|
|
146
146
|
z-index: 1;
|
|
147
147
|
|
|
148
|
-
form {
|
|
148
|
+
#store-locator-form {
|
|
149
149
|
display: flex;
|
|
150
150
|
flex-direction: column;
|
|
151
|
-
gap:
|
|
151
|
+
gap: 8px;
|
|
152
152
|
}
|
|
153
153
|
}
|
|
154
154
|
|
|
@@ -253,12 +253,12 @@
|
|
|
253
253
|
|
|
254
254
|
.pos-selection .select-supplier {
|
|
255
255
|
display: flex;
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
.pos-selection .select-supplier select {
|
|
259
|
+
flex: 1;
|
|
260
|
+
padding: 10px;
|
|
261
|
+
max-width: initial;
|
|
262
262
|
}
|
|
263
263
|
|
|
264
264
|
.pos-item {
|
|
@@ -337,7 +337,7 @@
|
|
|
337
337
|
padding: 0;
|
|
338
338
|
gap: 0;
|
|
339
339
|
|
|
340
|
-
form {
|
|
340
|
+
#store-locator-form {
|
|
341
341
|
padding: 24px 16px;
|
|
342
342
|
}
|
|
343
343
|
}
|