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/esm.js CHANGED
@@ -1351,7 +1351,7 @@ const fetchPads = createAsyncThunk('magicPad/fetchPads', (params, { extra, rejec
1351
1351
  return (yield extra.jApi.article.list({
1352
1352
  type: 'magicpad',
1353
1353
  limit: state.limit,
1354
- format: 'raw-list',
1354
+ format: 'raw-view',
1355
1355
  page,
1356
1356
  query,
1357
1357
  orders,
@@ -2055,8 +2055,6 @@ const widgetArticleTextDefinition = {
2055
2055
  },
2056
2056
  };
2057
2057
  const widgetArticleTextContent = {
2058
- fontSize: '18',
2059
- lineHeight: '1.6',
2060
2058
  text: '',
2061
2059
  };
2062
2060