forlogic-core 2.2.6 → 2.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 (70) hide show
  1. package/.note/memory/features/import/attachment-idempotency-registry.md +8 -8
  2. package/.note/memory/features/import/attachment-strategy.md +30 -30
  3. package/.note/memory/patterns/admin-i18n-policy.md +20 -20
  4. package/.note/memory/patterns/alias-url-resolution.md +69 -69
  5. package/.note/memory/patterns/doc-sync-rule.md +35 -35
  6. package/.note/memory/patterns/documentation-standard.md +17 -17
  7. package/.note/memory/patterns/dynamic-supabase-config.md +4 -4
  8. package/.note/memory/patterns/environment-detection-logic.md +35 -35
  9. package/.note/memory/patterns/i18n-architecture.md +3 -3
  10. package/README.md +120 -120
  11. package/dist/README.md +1079 -0
  12. package/dist/bin/bootstrap.js +40 -0
  13. package/dist/bin/pull-docs.js +186 -0
  14. package/dist/components/ui/color-picker.d.ts +2 -0
  15. package/dist/components/ui/combo-tree.d.ts +3 -1
  16. package/dist/components/ui/combobox.d.ts +2 -1
  17. package/dist/components/ui/icon-picker.d.ts +2 -0
  18. package/dist/components/ui/select.d.ts +9 -2
  19. package/dist/docs/KNOWLEDGE.md +109 -0
  20. package/dist/index.css +1 -1
  21. package/dist/index.css.map +1 -1
  22. package/dist/index.esm.js +1 -1
  23. package/dist/index.js +1 -1
  24. package/docs/PUBLISH.md +168 -168
  25. package/docs/STORAGE_BUCKETS.md +456 -456
  26. package/docs/SUPABASE_SECRETS.md +122 -122
  27. package/docs/WORKSPACE_KNOWLEDGE.md +154 -154
  28. package/docs/design-system/buttons-actions.md +130 -130
  29. package/docs/design-system/charts-dashboards.md +301 -340
  30. package/docs/design-system/crud.md +114 -174
  31. package/docs/design-system/data-display.md +106 -106
  32. package/docs/design-system/dialogs.md +212 -212
  33. package/docs/design-system/domain.md +329 -319
  34. package/docs/design-system/examples.md +275 -275
  35. package/docs/design-system/foundation.md +1 -1
  36. package/docs/design-system/inputs.md +137 -132
  37. package/docs/design-system/layout.md +154 -202
  38. package/docs/design-system/navigation.md +331 -272
  39. package/docs/design-system/notifications-feedback.md +34 -34
  40. package/docs/design-system/patterns/README.md +53 -53
  41. package/docs/design-system/patterns/action-button.md +22 -22
  42. package/docs/design-system/patterns/alertdialog-deletion.md +46 -46
  43. package/docs/design-system/patterns/baseform-custom-fields.md +59 -59
  44. package/docs/design-system/patterns/baseform-usage.md +42 -42
  45. package/docs/design-system/patterns/body-content-scroll.md +56 -56
  46. package/docs/design-system/patterns/combo-tree.md +23 -23
  47. package/docs/design-system/patterns/components-registry.md +17 -17
  48. package/docs/design-system/patterns/core-providers.md +41 -41
  49. package/docs/design-system/patterns/crud-bulk-actions.md +12 -12
  50. package/docs/design-system/patterns/crud-config-props.md +16 -16
  51. package/docs/design-system/patterns/crud-defaults.md +17 -17
  52. package/docs/design-system/patterns/crud-toolbar.md +28 -28
  53. package/docs/design-system/patterns/delete-confirmation.md +40 -40
  54. package/docs/design-system/patterns/dialog-body-scroll.md +26 -26
  55. package/docs/design-system/patterns/dialog-structure.md +32 -32
  56. package/docs/design-system/patterns/dialog-variants.md +41 -41
  57. package/docs/design-system/patterns/feature-flags.md +81 -81
  58. package/docs/design-system/patterns/header-metadata.md +57 -57
  59. package/docs/design-system/patterns/i18n-setup.md +117 -117
  60. package/docs/design-system/patterns/pagination.md +27 -27
  61. package/docs/design-system/patterns/single-scroll.md +39 -39
  62. package/docs/design-system/patterns/vite-tailwind-setup.md +49 -49
  63. package/docs/design-system/platform.md +18 -18
  64. package/docs/design-system/selectors.md +296 -260
  65. package/docs/design-system/tables-grids.md +38 -95
  66. package/package.json +152 -152
  67. package/dist/assets/docs-BEwTKYu3.css +0 -1
  68. package/dist/assets/docs-Bgpz6ETN.js +0 -10752
  69. package/dist/assets/index-SqMwTzMJ.js +0 -97
  70. package/dist/index.html +0 -34

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.