@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 +2 -6
- package/dist/reactist.cjs.development.js +2 -2
- package/dist/reactist.cjs.development.js.map +1 -1
- package/dist/reactist.cjs.production.min.js +1 -1
- package/dist/reactist.cjs.production.min.js.map +1 -1
- package/es/prose/prose.module.css.js +1 -1
- package/es/tabs/tabs.js +1 -1
- package/es/tabs/tabs.js.map +1 -1
- package/lib/prose/prose.module.css.js +1 -1
- package/lib/tabs/tabs.js +1 -1
- package/lib/tabs/tabs.js.map +1 -1
- package/package.json +1 -2
- package/styles/prose.css +1 -1
- package/styles/prose.module.css.css +1 -1
- package/styles/reactist.css +1 -1
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":"
|
|
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
|
|
2567
|
+
space
|
|
2568
2568
|
} = _ref2,
|
|
2569
2569
|
props = _objectWithoutProperties(_ref2, _excluded2$2);
|
|
2570
2570
|
|