ordering-ui-admin-external 1.35.4 → 1.35.5
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/_bundles/{ordering-ui-admin.6da73394627b6dc75b51.js → ordering-ui-admin.d903290ff917af540f97.js} +2 -2
- package/_modules/components/MyProducts/OrderingWidgets/index.js +1 -1
- package/_modules/components/Stores/BusinessWidgets/index.js +1 -1
- package/package.json +2 -2
- package/template/config.json +1 -1
- /package/_bundles/{ordering-ui-admin.6da73394627b6dc75b51.js.LICENSE.txt → ordering-ui-admin.d903290ff917af540f97.js.LICENSE.txt} +0 -0
|
@@ -70,7 +70,7 @@ var OrderingWidgets = function OrderingWidgets() {
|
|
|
70
70
|
disabled: true
|
|
71
71
|
})), /*#__PURE__*/_react.default.createElement(_styles2.FormGroup, null, /*#__PURE__*/_react.default.createElement("label", null, "3* .htaccess"), /*#__PURE__*/_react.default.createElement(_styles.TextArea, {
|
|
72
72
|
placeholder: t('CODE', 'Code'),
|
|
73
|
-
defaultValue: "RewriteEngine On RewriteRule ^inline/(.+)$ /inline/ [NC,L] #where inline is the folder",
|
|
73
|
+
defaultValue: "RewriteEngine On\r RewriteRule ^inline/(.+)$ /inline/ [NC,L] #where inline is the folder",
|
|
74
74
|
disabled: true
|
|
75
75
|
})))));
|
|
76
76
|
};
|
|
@@ -83,7 +83,7 @@ var BusinessWidgets = function BusinessWidgets(props) {
|
|
|
83
83
|
disabled: true
|
|
84
84
|
})), /*#__PURE__*/_react.default.createElement(_styles2.FormGroup, null, /*#__PURE__*/_react.default.createElement("label", null, "3* .htaccess"), /*#__PURE__*/_react.default.createElement(_styles.TextArea, {
|
|
85
85
|
placeholder: t('CODE', 'Code'),
|
|
86
|
-
defaultValue: "RewriteEngine On RewriteRule ^inline/(.+)$ /inline/ [NC,L] #where inline is the folder",
|
|
86
|
+
defaultValue: "RewriteEngine On\r RewriteRule ^inline/(.+)$ /inline/ [NC,L] #where inline is the folder",
|
|
87
87
|
disabled: true
|
|
88
88
|
}))), /*#__PURE__*/_react.default.createElement(_styles2.GuideLink, null, /*#__PURE__*/_react.default.createElement(_styles.Button, {
|
|
89
89
|
outline: true,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ordering-ui-admin-external",
|
|
3
|
-
"version": "1.35.
|
|
3
|
+
"version": "1.35.5",
|
|
4
4
|
"description": "Ordering UI Admin Components",
|
|
5
5
|
"main": "./_modules/index.js",
|
|
6
6
|
"exports": {
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"lodash": "^4.17.20",
|
|
84
84
|
"moment": "^2.29.1",
|
|
85
85
|
"moment-range": "^4.0.2",
|
|
86
|
-
"ordering-components-admin-external": "1.35.
|
|
86
|
+
"ordering-components-admin-external": "1.35.1",
|
|
87
87
|
"polished": "^3.6.7",
|
|
88
88
|
"prop-types": "^15.7.2",
|
|
89
89
|
"react-big-calendar": "^1.4.2",
|
package/template/config.json
CHANGED