@sealcode/jdd-editor 0.2.5 → 0.2.8

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.
Files changed (49) hide show
  1. package/@types/components.sreact.d.ts +1 -1
  2. package/@types/inputs/component-input-enum.d.ts +3 -2
  3. package/@types/inputs/component-input.d.ts +1 -1
  4. package/@types/jdd-creator.d.ts +2 -2
  5. package/assets/styles/atom-one-light.css +72 -0
  6. package/assets/styles/components.jdd-page.css +13 -6
  7. package/dist/src/component-preview-actions.js +1 -3
  8. package/dist/src/component-preview-actions.js.map +2 -2
  9. package/dist/src/components.sreact.js +5 -5
  10. package/dist/src/components.sreact.js.map +2 -2
  11. package/dist/src/inputs/component-input-code.js.map +1 -1
  12. package/dist/src/inputs/component-input-color.js.map +1 -1
  13. package/dist/src/inputs/component-input-enum.js +9 -7
  14. package/dist/src/inputs/component-input-enum.js.map +2 -2
  15. package/dist/src/inputs/component-input-image.js.map +1 -1
  16. package/dist/src/inputs/component-input-list.js.map +1 -1
  17. package/dist/src/inputs/component-input-single-reference.js +5 -5
  18. package/dist/src/inputs/component-input-single-reference.js.map +2 -2
  19. package/dist/src/inputs/component-input-structured.js.map +2 -2
  20. package/dist/src/inputs/component-input-table.js +44 -44
  21. package/dist/src/inputs/component-input-table.js.map +2 -2
  22. package/dist/src/inputs/component-input.js +19 -15
  23. package/dist/src/inputs/component-input.js.map +2 -2
  24. package/dist/src/jdd-creator.js.map +1 -1
  25. package/dist/src/jdd-page.js +14 -8
  26. package/dist/src/jdd-page.js.map +2 -2
  27. package/package.json +5 -4
  28. package/src/component-preview-actions.ts +2 -3
  29. package/src/components.sreact.ts +9 -8
  30. package/src/inputs/component-input-code.ts +1 -1
  31. package/src/inputs/component-input-color.ts +1 -1
  32. package/src/inputs/component-input-enum.ts +13 -8
  33. package/src/inputs/component-input-image.ts +1 -1
  34. package/src/inputs/component-input-list.ts +2 -2
  35. package/src/inputs/component-input-single-reference.ts +8 -7
  36. package/src/inputs/component-input-structured.ts +2 -2
  37. package/src/inputs/component-input-table.ts +127 -127
  38. package/src/inputs/component-input.ts +23 -19
  39. package/src/jdd-creator.ts +1 -1
  40. package/src/jdd-page.ts +22 -13
  41. package/.nyc_output/2100f533-71ff-4c0e-81c5-53e05dcac20f.json +0 -1
  42. package/.nyc_output/ac9c9615-9aa2-4e42-8685-90e92855ba11.json +0 -1
  43. package/.nyc_output/d0ae4bd5-5f2e-4e32-9403-fb824c49a5f8.json +0 -1
  44. package/.nyc_output/processinfo/2100f533-71ff-4c0e-81c5-53e05dcac20f.json +0 -1
  45. package/.nyc_output/processinfo/ac9c9615-9aa2-4e42-8685-90e92855ba11.json +0 -1
  46. package/.nyc_output/processinfo/d0ae4bd5-5f2e-4e32-9403-fb824c49a5f8.json +0 -1
  47. package/.nyc_output/processinfo/index.json +0 -1
  48. package/.xunit +0 -2
  49. package/coverage/clover.xml +0 -877
@@ -1 +0,0 @@
1
- {"parent":null,"pid":3346019,"argv":["/home/kuba/.local/share/fnm/node-versions/v21.7.3/installation/bin/node","/home/kuba/projects/sealcode/superseal/repos/jdd-editor/node_modules/.bin/nyc","--reporter","clover","mocha","--reporter","xunit","--reporter-option","output=.xunit"],"execArgv":[],"cwd":"/home/kuba/projects/sealcode/superseal/repos/jdd-editor","time":1761252120681,"ppid":3345998,"coverageFilename":"/home/kuba/projects/sealcode/superseal/repos/jdd-editor/.nyc_output/2100f533-71ff-4c0e-81c5-53e05dcac20f.json","externalId":"","uuid":"2100f533-71ff-4c0e-81c5-53e05dcac20f","files":["/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/component-preview-actions.ts","/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/components.sreact.ts","/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/controllers/autogrow-textarea.stimulus.ts","/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/controllers/component-debugger.stimulus.ts","/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/controllers/exportable-textarea.stimulus.ts","/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/controllers/input-image-preview.stimulus.ts","/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/controllers/jdd-table-paste.stimulus.ts","/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/controllers/json-editor.stimulus.ts","/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/controllers/markdown-textarea.stimulus.ts","/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/controllers/refresh-on-ts-changes.stimulus.ts","/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/controllers/refresh-styles.stimulus.ts","/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/controllers/submit-on-input.stimulus.ts","/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/controllers/toast.stimulus.ts","/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/edit-jdd-field.ts","/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/index.ts","/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/inputs/component-input-code.ts","/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/inputs/component-input-color.ts","/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/inputs/component-input-enum.ts","/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/inputs/component-input-image.ts","/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/inputs/component-input-list.ts","/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/inputs/component-input-single-reference.ts","/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/inputs/component-input-structured.ts","/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/inputs/component-input-table.ts","/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/inputs/component-input.ts","/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/inputs/print-arg-path.ts","/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/jdd-creator.ts","/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/jdd-page.ts","/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/test.test.ts"]}
@@ -1 +0,0 @@
1
- {"parent":"d0ae4bd5-5f2e-4e32-9403-fb824c49a5f8","pid":3346110,"argv":["/home/kuba/.local/share/fnm/node-versions/v21.7.3/installation/bin/node","/home/kuba/projects/sealcode/superseal/repos/jdd-editor/node_modules/.bin/mocha","--recursive","--timeout=10000","--require","source-map-support/register","lib/src/**/*.test.js"],"execArgv":[],"cwd":"/home/kuba/projects/sealcode/superseal/repos/jdd-editor","time":1761252121686,"ppid":3346095,"coverageFilename":"/home/kuba/projects/sealcode/superseal/repos/jdd-editor/.nyc_output/ac9c9615-9aa2-4e42-8685-90e92855ba11.json","externalId":"","uuid":"ac9c9615-9aa2-4e42-8685-90e92855ba11","files":[]}
@@ -1 +0,0 @@
1
- {"parent":null,"pid":3346095,"argv":["/home/kuba/.local/share/fnm/node-versions/v21.7.3/installation/bin/node","/home/kuba/projects/sealcode/superseal/repos/jdd-editor/node_modules/.bin/mocha","--reporter","xunit","--reporter-option","output=.xunit"],"execArgv":[],"cwd":"/home/kuba/projects/sealcode/superseal/repos/jdd-editor","time":1761252121486,"ppid":3346019,"coverageFilename":"/home/kuba/projects/sealcode/superseal/repos/jdd-editor/.nyc_output/d0ae4bd5-5f2e-4e32-9403-fb824c49a5f8.json","externalId":"","uuid":"d0ae4bd5-5f2e-4e32-9403-fb824c49a5f8","files":[]}
@@ -1 +0,0 @@
1
- {"processes":{"2100f533-71ff-4c0e-81c5-53e05dcac20f":{"parent":null,"children":[]},"ac9c9615-9aa2-4e42-8685-90e92855ba11":{"parent":"d0ae4bd5-5f2e-4e32-9403-fb824c49a5f8","children":[]},"d0ae4bd5-5f2e-4e32-9403-fb824c49a5f8":{"parent":null,"children":["ac9c9615-9aa2-4e42-8685-90e92855ba11"]}},"files":{"/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/component-preview-actions.ts":["2100f533-71ff-4c0e-81c5-53e05dcac20f"],"/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/components.sreact.ts":["2100f533-71ff-4c0e-81c5-53e05dcac20f"],"/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/controllers/autogrow-textarea.stimulus.ts":["2100f533-71ff-4c0e-81c5-53e05dcac20f"],"/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/controllers/component-debugger.stimulus.ts":["2100f533-71ff-4c0e-81c5-53e05dcac20f"],"/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/controllers/exportable-textarea.stimulus.ts":["2100f533-71ff-4c0e-81c5-53e05dcac20f"],"/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/controllers/input-image-preview.stimulus.ts":["2100f533-71ff-4c0e-81c5-53e05dcac20f"],"/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/controllers/jdd-table-paste.stimulus.ts":["2100f533-71ff-4c0e-81c5-53e05dcac20f"],"/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/controllers/json-editor.stimulus.ts":["2100f533-71ff-4c0e-81c5-53e05dcac20f"],"/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/controllers/markdown-textarea.stimulus.ts":["2100f533-71ff-4c0e-81c5-53e05dcac20f"],"/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/controllers/refresh-on-ts-changes.stimulus.ts":["2100f533-71ff-4c0e-81c5-53e05dcac20f"],"/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/controllers/refresh-styles.stimulus.ts":["2100f533-71ff-4c0e-81c5-53e05dcac20f"],"/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/controllers/submit-on-input.stimulus.ts":["2100f533-71ff-4c0e-81c5-53e05dcac20f"],"/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/controllers/toast.stimulus.ts":["2100f533-71ff-4c0e-81c5-53e05dcac20f"],"/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/edit-jdd-field.ts":["2100f533-71ff-4c0e-81c5-53e05dcac20f"],"/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/index.ts":["2100f533-71ff-4c0e-81c5-53e05dcac20f"],"/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/inputs/component-input-code.ts":["2100f533-71ff-4c0e-81c5-53e05dcac20f"],"/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/inputs/component-input-color.ts":["2100f533-71ff-4c0e-81c5-53e05dcac20f"],"/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/inputs/component-input-enum.ts":["2100f533-71ff-4c0e-81c5-53e05dcac20f"],"/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/inputs/component-input-image.ts":["2100f533-71ff-4c0e-81c5-53e05dcac20f"],"/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/inputs/component-input-list.ts":["2100f533-71ff-4c0e-81c5-53e05dcac20f"],"/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/inputs/component-input-single-reference.ts":["2100f533-71ff-4c0e-81c5-53e05dcac20f"],"/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/inputs/component-input-structured.ts":["2100f533-71ff-4c0e-81c5-53e05dcac20f"],"/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/inputs/component-input-table.ts":["2100f533-71ff-4c0e-81c5-53e05dcac20f"],"/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/inputs/component-input.ts":["2100f533-71ff-4c0e-81c5-53e05dcac20f"],"/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/inputs/print-arg-path.ts":["2100f533-71ff-4c0e-81c5-53e05dcac20f"],"/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/jdd-creator.ts":["2100f533-71ff-4c0e-81c5-53e05dcac20f"],"/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/jdd-page.ts":["2100f533-71ff-4c0e-81c5-53e05dcac20f"],"/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/test.test.ts":["2100f533-71ff-4c0e-81c5-53e05dcac20f"]},"externalIds":{}}
package/.xunit DELETED
@@ -1,2 +0,0 @@
1
- <testsuite name="Mocha Tests" tests="0" failures="0" errors="0" skipped="0" timestamp="Thu, 23 Oct 2025 20:42:01 GMT" time="0">
2
- </testsuite>