@doist/reactist 21.0.1 → 21.1.0

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/README.md CHANGED
@@ -212,12 +212,6 @@ npm --no-git-tag-version version <major|minor|patch>
212
212
 
213
213
  [ref](https://docs.npmjs.com/cli/v6/commands/npm-version)
214
214
 
215
- 6. Update all static build artifacts:
216
-
217
- ```sh
218
- npm run build-all
219
- ```
220
-
221
215
  Note that the steps above are also documented in the [PR template](.github/PULL_REQUEST_TEMPLATE.md) that you will be prompted with whenever you open a new reactist GitHub PR.
222
216
 
223
217
  ## After merging your changes
@@ -243,3 +237,5 @@ Once your changes have been merged to `main`, create a new GitHub release:
243
237
  9. Once the action is complete, check https://npmjs.com/package/@doist/reactist and verify that there's a new public release
244
238
 
245
239
  Finally, be sure to update both [todoist-web](https://github.com/Doist/todoist-web) and [twist-web](https://github.com/Doist/twist-web) to use the new reactist version you just published.
240
+
241
+ The storybook hosted on GitHub pages will be automatically updated on each push to `main`. Should there be a problem, try running the action manually from the [Actions settings](https://github.com/Doist/reactist/actions).
@@ -1471,7 +1471,7 @@ const Heading = /*#__PURE__*/React.forwardRef(function Heading(_ref, ref) {
1471
1471
  }), children);
1472
1472
  });
1473
1473
 
1474
- var modules_8ebe6db0 = {"prose":"_1f36658e","darkModeTypography":"d26ab086"};
1474
+ var modules_8ebe6db0 = {"prose":"e3d32437","darkModeTypography":"_95ee669d"};
1475
1475
 
1476
1476
  const _excluded$f = ["darkModeTypography", "exceptionallySetClassName"];
1477
1477
  /**
@@ -2564,7 +2564,7 @@ const Tab = /*#__PURE__*/polymorphicComponent(function Tab(_ref, ref) {
2564
2564
  function TabList(_ref2) {
2565
2565
  let {
2566
2566
  children,
2567
- space = 'xsmall'
2567
+ space
2568
2568
  } = _ref2,
2569
2569
  props = _objectWithoutProperties(_ref2, _excluded2$2);
2570
2570