ordering-ui-external 2.6.2 → 2.6.4

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 (15) hide show
  1. package/_bundles/{7.ordering-ui.4f1d9c90d71086e0c381.js → 7.ordering-ui.7cb23ffdf71e4df9628e.js} +1 -1
  2. package/_bundles/{ordering-ui.4f1d9c90d71086e0c381.js → ordering-ui.7cb23ffdf71e4df9628e.js} +2 -2
  3. package/_modules/themes/five/src/components/BusinessProductsCategories/index.js +1 -0
  4. package/package.json +2 -2
  5. package/src/themes/five/src/components/BusinessProductsCategories/index.js +1 -0
  6. /package/_bundles/{0.ordering-ui.4f1d9c90d71086e0c381.js → 0.ordering-ui.7cb23ffdf71e4df9628e.js} +0 -0
  7. /package/_bundles/{1.ordering-ui.4f1d9c90d71086e0c381.js → 1.ordering-ui.7cb23ffdf71e4df9628e.js} +0 -0
  8. /package/_bundles/{2.ordering-ui.4f1d9c90d71086e0c381.js → 2.ordering-ui.7cb23ffdf71e4df9628e.js} +0 -0
  9. /package/_bundles/{4.ordering-ui.4f1d9c90d71086e0c381.js → 4.ordering-ui.7cb23ffdf71e4df9628e.js} +0 -0
  10. /package/_bundles/{5.ordering-ui.4f1d9c90d71086e0c381.js → 5.ordering-ui.7cb23ffdf71e4df9628e.js} +0 -0
  11. /package/_bundles/{6.ordering-ui.4f1d9c90d71086e0c381.js → 6.ordering-ui.7cb23ffdf71e4df9628e.js} +0 -0
  12. /package/_bundles/{7.ordering-ui.4f1d9c90d71086e0c381.js.LICENSE.txt → 7.ordering-ui.7cb23ffdf71e4df9628e.js.LICENSE.txt} +0 -0
  13. /package/_bundles/{8.ordering-ui.4f1d9c90d71086e0c381.js → 8.ordering-ui.7cb23ffdf71e4df9628e.js} +0 -0
  14. /package/_bundles/{9.ordering-ui.4f1d9c90d71086e0c381.js → 9.ordering-ui.7cb23ffdf71e4df9628e.js} +0 -0
  15. /package/_bundles/{ordering-ui.4f1d9c90d71086e0c381.js.LICENSE.txt → ordering-ui.7cb23ffdf71e4df9628e.js.LICENSE.txt} +0 -0
@@ -151,6 +151,7 @@ var BusinessProductsCategoriesUI = function BusinessProductsCategoriesUI(props)
151
151
  style0 += 'position: fixed !important;';
152
152
  style0 += "top: ".concat(windowSize.width >= 993 ? '0px' : '56px', " !important;");
153
153
  style0 += 'left: 0px !important;';
154
+ style0 += 'z-index: 9999 !important;';
154
155
  style0 += 'padding: 5px 5px 0px 5px !important;';
155
156
  style0 += "width: calc(100% - ".concat(useKioskApp ? '50px' : windowSize.width >= 993 ? '155px' : '0px', ")!important;");
156
157
  !disabledCustomWidth && (style0 += "width: calc(100% - ".concat(useKioskApp ? '50px' : '155px', ") !important;"));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ordering-ui-external",
3
- "version": "2.6.2",
3
+ "version": "2.6.4",
4
4
  "description": "Ordering UI Components",
5
5
  "main": "./_modules/index.js",
6
6
  "exports": {
@@ -87,7 +87,7 @@
87
87
  "lodash": "^4.17.19",
88
88
  "moment": "^2.29.4",
89
89
  "nanoid": "^4.0.0",
90
- "ordering-components-external": "2.7.1",
90
+ "ordering-components-external": "2.7.2",
91
91
  "polished": "^3.6.6",
92
92
  "react-bootstrap-icons": "^1.7.2",
93
93
  "react-calendar": "^3.3.1",
@@ -137,6 +137,7 @@ const BusinessProductsCategoriesUI = (props) => {
137
137
  style0 += 'position: fixed !important;'
138
138
  style0 += `top: ${windowSize.width >= 993 ? '0px' : '56px'} !important;`
139
139
  style0 += 'left: 0px !important;'
140
+ style0 += 'z-index: 9999 !important;'
140
141
  style0 += 'padding: 5px 5px 0px 5px !important;'
141
142
  style0 += `width: calc(100% - ${useKioskApp ? '50px' : windowSize.width >= 993 ? '155px' : '0px'})!important;`
142
143
  !disabledCustomWidth && (style0 += `width: calc(100% - ${useKioskApp ? '50px' : '155px'}) !important;`)