@planningcenter/core-automations 1.5.0-alpha.0 → 1.5.0-alpha.2
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 +3 -0
- package/dist/cjs/core-automations.esm.js +1 -1
- package/dist/cjs/core-automations.esm.js.map +1 -1
- package/dist/cjs/core-automations.js +1 -1
- package/dist/cjs/core-automations.js.map +1 -1
- package/dist/cjs/core-automations.modern.mjs +1 -1
- package/dist/cjs/core-automations.modern.mjs.map +1 -1
- package/dist/cjs/core-automations.umd.js +1 -1
- package/dist/cjs/core-automations.umd.js.map +1 -1
- package/dist/types/src/field.d.ts +8 -7
- package/dist/types/src/field.d.ts.map +1 -1
- package/dist/types/src/field.stories.d.ts +70 -0
- package/dist/types/src/field.stories.d.ts.map +1 -0
- package/dist/types/src/fields.d.ts +5 -4
- package/dist/types/src/fields.d.ts.map +1 -1
- package/dist/types/src/new_automation.d.ts +2 -1
- package/dist/types/src/new_automation.d.ts.map +1 -1
- package/dist/types/src/new_automation.stories.d.ts +17 -0
- package/dist/types/src/new_automation.stories.d.ts.map +1 -0
- package/dist/types/src/utils/utils.d.ts +1 -0
- package/dist/types/src/utils/utils.d.ts.map +1 -1
- package/package.json +14 -2
package/README.md
CHANGED
|
@@ -176,6 +176,9 @@ If your app is already using `Tapestry-React`, you can simply reuse whatever you
|
|
|
176
176
|
|
|
177
177
|
For more information about theming in Tapestry-React, see <https://planningcenter.github.io/tapestry-react/theming>.
|
|
178
178
|
|
|
179
|
+
### Development
|
|
180
|
+
|
|
181
|
+
[Storybook](https://storybook.js.org/) is installed for documentation and a quick development feedback loop. It runs at `people.pco.test:6006` by default so that pco-api session auth works automatically.
|
|
179
182
|
|
|
180
183
|
### Troubleshooting
|
|
181
184
|
|