jamespot-front-business 1.1.49 → 1.1.50
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/cjs.js +1 -3
- package/dist/cjs.js.map +1 -1
- package/dist/esm.js +1 -3
- package/dist/esm.js.map +1 -1
- package/dist/types.d.ts +4 -4
- package/package.json +2 -2
package/dist/cjs.js
CHANGED
|
@@ -1359,7 +1359,7 @@ const fetchPads = toolkit.createAsyncThunk('magicPad/fetchPads', (params, { extr
|
|
|
1359
1359
|
return (yield extra.jApi.article.list({
|
|
1360
1360
|
type: 'magicpad',
|
|
1361
1361
|
limit: state.limit,
|
|
1362
|
-
format: 'raw-
|
|
1362
|
+
format: 'raw-view',
|
|
1363
1363
|
page,
|
|
1364
1364
|
query,
|
|
1365
1365
|
orders,
|
|
@@ -2063,8 +2063,6 @@ const widgetArticleTextDefinition = {
|
|
|
2063
2063
|
},
|
|
2064
2064
|
};
|
|
2065
2065
|
const widgetArticleTextContent = {
|
|
2066
|
-
fontSize: '18',
|
|
2067
|
-
lineHeight: '1.6',
|
|
2068
2066
|
text: '',
|
|
2069
2067
|
};
|
|
2070
2068
|
|