@qoretechnologies/reqraft 0.10.46 → 0.10.47-pr.108.gf8e602d

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qoretechnologies/reqraft",
3
- "version": "0.10.46",
3
+ "version": "0.10.47-pr.108.gf8e602d",
4
4
  "description": "ReQraft is a collection of React components and hooks that are used across Qore Technologies' products made using the ReQore component library from Qore.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -264,7 +264,7 @@ export const AutoComponent: StoryObj<typeof meta> = {
264
264
  docs: {
265
265
  description: {
266
266
  story:
267
- 'Renders TemplateField wrapping the AutoFormField dispatcher the operator can pick a type from the auto picker or switch to a template value.',
267
+ 'Renders TemplateField over an untyped (`auto`) field that accepts templates. While the field is empty it opens on the template selector rather than the data-type picker, so the author can say which value they mean before answering how it is stored.',
268
268
  },
269
269
  },
270
270
  },