@aquera/nile-elements 2.0.3 → 2.0.4

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 (56) hide show
  1. package/README.md +16 -0
  2. package/demo/nxtgen-classes.css +2 -2
  3. package/demo/nxtgen-properties.css +2 -2
  4. package/demo/nxtgen-utilities.css +4 -4
  5. package/demo/nxtgen.css +2 -2
  6. package/dist/index.cjs.js +1 -1
  7. package/dist/index.esm.js +1 -1
  8. package/dist/index.js +408 -271
  9. package/dist/nile-empty-state/nile-empty-state.cjs.js +1 -1
  10. package/dist/nile-empty-state/nile-empty-state.cjs.js.map +1 -1
  11. package/dist/nile-empty-state/nile-empty-state.css.cjs.js +1 -1
  12. package/dist/nile-empty-state/nile-empty-state.css.cjs.js.map +1 -1
  13. package/dist/nile-empty-state/nile-empty-state.css.esm.js +129 -6
  14. package/dist/nile-empty-state/nile-empty-state.esm.js +45 -31
  15. package/dist/nile-pagination/nile-pagination.cjs.js +1 -1
  16. package/dist/nile-pagination/nile-pagination.cjs.js.map +1 -1
  17. package/dist/nile-pagination/nile-pagination.esm.js +25 -25
  18. package/dist/nile-wysiwyg-editor/engine/create-state.cjs.js +1 -1
  19. package/dist/nile-wysiwyg-editor/engine/create-state.esm.js +1 -1
  20. package/dist/nile-wysiwyg-editor/engine/index.cjs.js +1 -1
  21. package/dist/nile-wysiwyg-editor/engine/index.esm.js +1 -1
  22. package/dist/nile-wysiwyg-editor/engine/plugins/code-highlight.cjs.js +1 -1
  23. package/dist/nile-wysiwyg-editor/engine/plugins/code-highlight.cjs.js.map +1 -1
  24. package/dist/nile-wysiwyg-editor/engine/plugins/code-highlight.esm.js +1 -1
  25. package/dist/nile-wysiwyg-editor/index.cjs.js +1 -1
  26. package/dist/nile-wysiwyg-editor/index.esm.js +1 -1
  27. package/dist/nile-wysiwyg-editor/nile-wysiwyg-editor.cjs.js +1 -1
  28. package/dist/nile-wysiwyg-editor/nile-wysiwyg-editor.esm.js +1 -1
  29. package/dist/nile-wysiwyg-editor/ui/code-block-menu.cjs.js +1 -1
  30. package/dist/nile-wysiwyg-editor/ui/code-block-menu.esm.js +1 -1
  31. package/dist/nile-wysiwyg-editor/ui/source-view.cjs.js +1 -1
  32. package/dist/nile-wysiwyg-editor/ui/source-view.esm.js +1 -1
  33. package/dist/src/nile-empty-state/nile-empty-state.css.js +127 -4
  34. package/dist/src/nile-empty-state/nile-empty-state.css.js.map +1 -1
  35. package/dist/src/nile-empty-state/nile-empty-state.d.ts +35 -5
  36. package/dist/src/nile-empty-state/nile-empty-state.js +159 -42
  37. package/dist/src/nile-empty-state/nile-empty-state.js.map +1 -1
  38. package/dist/src/nile-empty-state/nile-empty-state.test.d.ts +1 -0
  39. package/dist/src/nile-empty-state/nile-empty-state.test.js +186 -15
  40. package/dist/src/nile-empty-state/nile-empty-state.test.js.map +1 -1
  41. package/dist/src/nile-pagination/nile-pagination.js +5 -5
  42. package/dist/src/nile-pagination/nile-pagination.js.map +1 -1
  43. package/dist/src/version.js +1 -1
  44. package/dist/src/version.js.map +1 -1
  45. package/dist/tsconfig.tsbuildinfo +1 -1
  46. package/dist/xml-09119317.cjs.js +2 -0
  47. package/dist/xml-09119317.cjs.js.map +1 -0
  48. package/dist/{xml-25c4108a.esm.js → xml-9bf771b3.esm.js} +1 -1
  49. package/package.json +1 -1
  50. package/src/nile-empty-state/nile-empty-state.css.ts +127 -4
  51. package/src/nile-empty-state/nile-empty-state.test.ts +192 -15
  52. package/src/nile-empty-state/nile-empty-state.ts +195 -34
  53. package/src/nile-pagination/nile-pagination.ts +5 -5
  54. package/vscode-html-custom-data.json +79 -16
  55. package/dist/xml-90fd974e.cjs.js +0 -2
  56. package/dist/xml-90fd974e.cjs.js.map +0 -1
package/README.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # \<nile-elements>
2
2
 
3
+ > [!IMPORTANT]
4
+ > **Audience: Angular developers writing code by hand.** Nile (this repo's
5
+ > web-component packages) is the component track of Aquera's design system.
6
+ > **AI/LLM sessions must not build UI from these packages** — use
7
+ > **Nile Cascade** instead (`packages/nile-cascade` / the `nile-cascade`
8
+ > Claude skill), the design system built specifically for LLM sessions.
9
+ > The one exception: maintaining an existing legacy screen in an old app
10
+ > stays on this track — LLM sessions use the `nile-angular` skill
11
+ > (`packages/nile-angular`) for that. Delivery is unchanged: these
12
+ > packages ship to the public npm registry. The two systems share only the NxtGen token layer.
13
+
14
+
3
15
  This webcomponent follows the [open-wc](https://github.com/open-wc/open-wc) recommendation.
4
16
 
5
17
  ## Installation
@@ -79,6 +91,10 @@ To run a local development server that serves the basic demo located in `demo/in
79
91
 
80
92
  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
93
 
94
+ #### Version 2.0.4 (August 19, 2026)
95
+ - Nile Empty State: Added `status` presets (`empty`, `no-results`, `not-found`, `no-access`, `error`, `offline`) that set the icon, tone, default copy and ARIA live region in one attribute, along with `tone`, `layout` (`stack`, `inline`, `page`), `code` and `bordered`; icons now render via `nile-glyph` (UIF-1325)
96
+ - Nile Pagination: Exposed `part="dropdown-list"` on the page-size and page-number menu scroll containers so consumers can style them without piercing the shadow root (UIF-1327)
97
+
82
98
  #### Version 2.0.3 (August 08, 2026)
83
99
  - Nile Timestamp Builder: Added `nile-segmented-progress-bar` component (UIF-1324)
84
100
 
@@ -733,10 +733,10 @@
733
733
  Typography — font-family
734
734
  ============================================================ */
735
735
 
736
- /* font-family-display: Inter */
736
+ /* font-family-display: Inter, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif */
737
737
  .ng-font-family-display { font-family: var(--ng-font-family-display); }
738
738
 
739
- /* font-family-body: Inter */
739
+ /* font-family-body: Inter, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif */
740
740
  .ng-font-family-body { font-family: var(--ng-font-family-body); }
741
741
 
742
742
 
@@ -841,13 +841,13 @@
841
841
  font-family (syntax: *)
842
842
  ============================================================ */
843
843
 
844
- /* --ng-font-family-body: Inter */
844
+ /* --ng-font-family-body: Inter, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif */
845
845
  @property --ng-font-family-body {
846
846
  syntax: "*";
847
847
  inherits: true;
848
848
  }
849
849
 
850
- /* --ng-font-family-display: Inter */
850
+ /* --ng-font-family-display: Inter, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif */
851
851
  @property --ng-font-family-display {
852
852
  syntax: "*";
853
853
  inherits: true;
@@ -851,13 +851,13 @@
851
851
  font-family (syntax: *)
852
852
  ============================================================ */
853
853
 
854
- /* --ng-font-family-body: Inter */
854
+ /* --ng-font-family-body: Inter, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif */
855
855
  @property --ng-font-family-body {
856
856
  syntax: "*";
857
857
  inherits: true;
858
858
  }
859
859
 
860
- /* --ng-font-family-display: Inter */
860
+ /* --ng-font-family-display: Inter, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif */
861
861
  @property --ng-font-family-display {
862
862
  syntax: "*";
863
863
  inherits: true;
@@ -5981,10 +5981,10 @@
5981
5981
  Typography — font-family
5982
5982
  ============================================================ */
5983
5983
 
5984
- /* font-family-display: Inter */
5984
+ /* font-family-display: Inter, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif */
5985
5985
  .ng-font-family-display { font-family: var(--ng-font-family-display); }
5986
5986
 
5987
- /* font-family-body: Inter */
5987
+ /* font-family-body: Inter, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif */
5988
5988
  .ng-font-family-body { font-family: var(--ng-font-family-body); }
5989
5989
 
5990
5990
 
package/demo/nxtgen.css CHANGED
@@ -790,8 +790,8 @@
790
790
  /* 6. Typography - Value */
791
791
 
792
792
  :root {
793
- --ng-font-family-display: Inter;
794
- --ng-font-family-body: Inter;
793
+ --ng-font-family-display: Inter, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
794
+ --ng-font-family-body: Inter, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
795
795
  --ng-font-weight-regular: var(--ng-font-weight-400);
796
796
  --ng-font-weight-medium: var(--ng-font-weight-500);
797
797
  --ng-font-weight-semibold: var(--ng-font-weight-600);