@aquera/nile-elements 0.0.130 → 0.0.132

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 (24) hide show
  1. package/README.md +8 -0
  2. package/dist/nile-code-editor/nile-code-editor.cjs.js +1 -1
  3. package/dist/nile-code-editor/nile-code-editor.cjs.js.map +1 -1
  4. package/dist/nile-code-editor/nile-code-editor.esm.js +3 -3
  5. package/dist/nile-error-notification/nile-error-notification.cjs.js +1 -1
  6. package/dist/nile-error-notification/nile-error-notification.cjs.js.map +1 -1
  7. package/dist/nile-error-notification/nile-error-notification.css.cjs.js +1 -1
  8. package/dist/nile-error-notification/nile-error-notification.css.cjs.js.map +1 -1
  9. package/dist/nile-error-notification/nile-error-notification.css.esm.js +5 -4
  10. package/dist/nile-error-notification/nile-error-notification.esm.js +3 -3
  11. package/dist/src/nile-code-editor/nile-code-editor.d.ts +1 -0
  12. package/dist/src/nile-code-editor/nile-code-editor.js +15 -9
  13. package/dist/src/nile-code-editor/nile-code-editor.js.map +1 -1
  14. package/dist/src/nile-error-notification/nile-error-notification.css.js +4 -3
  15. package/dist/src/nile-error-notification/nile-error-notification.css.js.map +1 -1
  16. package/dist/src/nile-error-notification/nile-error-notification.d.ts +2 -0
  17. package/dist/src/nile-error-notification/nile-error-notification.js +11 -1
  18. package/dist/src/nile-error-notification/nile-error-notification.js.map +1 -1
  19. package/dist/tsconfig.tsbuildinfo +1 -1
  20. package/package.json +1 -1
  21. package/src/nile-code-editor/nile-code-editor.ts +15 -10
  22. package/src/nile-error-notification/nile-error-notification.css.ts +4 -3
  23. package/src/nile-error-notification/nile-error-notification.ts +11 -3
  24. package/vscode-html-custom-data.json +10 -2
package/README.md CHANGED
@@ -79,6 +79,14 @@ To run a local development server that serves the basic demo located in `demo/in
79
79
 
80
80
  In this section, you can find the updates for each release of `nile-elements`. It's a good practice to maintain detailed release notes to help users and developers understand what changes have been made from one version to another and how these changes might affect their projects.
81
81
 
82
+ #### Version 0.0.131
83
+ - Nile Code Editor - State initiation fixed & option to pass custom expand icon added
84
+ - Nile Error Notification - Color property fixed
85
+
86
+ #### Version 0.0.131
87
+ - Nile Code Editor - Code Editor custom suggestions case insensitive issue fixed.
88
+ - Nile Error Notification - Color property added
89
+
82
90
  #### Version 0.0.129
83
91
  - Nile Select - Fixed color issues
84
92
  - Nile Dropdown - Added width sync feature