@elderbyte/ngx-starter 19.1.0-beta.2 → 19.1.0-beta.21

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 (57) hide show
  1. package/_index.scss +1 -1
  2. package/fesm2022/elderbyte-ngx-starter.mjs +1203 -1145
  3. package/fesm2022/elderbyte-ngx-starter.mjs.map +1 -1
  4. package/lib/common/utils/public_api.d.ts +1 -0
  5. package/lib/components/data-view/base/elder-data-view-base.d.ts +14 -0
  6. package/lib/components/layout/basic-pane-layout/basic-pane-layout.component.d.ts +1 -6
  7. package/lib/components/layout/pane/header/pane-actions.component.d.ts +5 -0
  8. package/lib/components/layout/pane/header/pane-header.component.d.ts +7 -0
  9. package/lib/components/layout/pane/header/pane-title.component.d.ts +5 -0
  10. package/lib/components/layout/pane/pane-content.component.d.ts +5 -0
  11. package/lib/components/layout/pane/pane.component.d.ts +1 -1
  12. package/lib/components/layout/public_api.d.ts +4 -0
  13. package/lib/components/select/single/elder-select/elder-select.component.d.ts +1 -1
  14. package/package.json +1 -1
  15. package/src/lib/components/card-organizer/card-stack/elder-card-stack.component.scss +7 -11
  16. package/src/lib/components/data-transfer/http-data-transfer-overview/http-data-transfer-overview.component.scss +6 -5
  17. package/src/lib/components/data-view/grid/elder-grid/elder-grid.component.scss +70 -82
  18. package/src/lib/components/data-view/table/elder-table/elder-table.component.scss +86 -105
  19. package/src/lib/components/files/drag-n-drop/elder-drop-zone/elder-drop-zone.component.scss +4 -4
  20. package/src/lib/components/forms/search/search-box/elder-search-box.component.scss +1 -0
  21. package/src/lib/components/navigation/nav/nav-group/elder-nav-group.component.scss +22 -3
  22. package/src/lib/components/navigation/nav/nav-link/elder-nav-link.component.scss +38 -4
  23. package/src/lib/components/panels/elder-dialog-panel/elder-dialog-panel.component.scss +2 -2
  24. package/src/lib/components/panels/toggle-panel/elder-toggle-panel.component.scss +3 -0
  25. package/src/lib/components/select/filter/elder-filter-chip-template/elder-filter-chip-template.component.scss +0 -77
  26. package/src/lib/components/select/multi/elder-multi-select-chip-options/elder-multi-select-chip-options.component.scss +0 -48
  27. package/src/lib/components/select/multi/elder-multi-select-chips/elder-multi-select-chips.component.scss +0 -60
  28. package/src/lib/components/select/single/elder-select/elder-select.component.scss +14 -51
  29. package/src/lib/components/shell/header/elder-app-header/elder-app-header.component.scss +1 -1
  30. package/src/lib/components/toasts/standard-toast/standard-toast.component.scss +1 -1
  31. package/theming/abstracts/_elder-design-tokens.scss +198 -0
  32. package/theming/{system/_elder-config.scss → abstracts/_elder-scss-variables.scss} +34 -0
  33. package/theming/{system/_elder-defaults.scss → abstracts/_elder-set-defaults-fn.scss} +8 -8
  34. package/theming/abstracts/_elder-starter-theme.scss +45 -0
  35. package/theming/abstracts/_elder-theme-main.scss +92 -0
  36. package/theming/{style-tweaks/_elder-common.scss → base/_elder-common-base.scss} +26 -11
  37. package/theming/{style-tweaks/_elder-style-fixes.scss → base/_elder-fixes-base.scss} +29 -66
  38. package/theming/{style-tweaks/_elder-form.scss → base/_elder-form-base.scss} +7 -4
  39. package/theming/components/_elder-chip-theme.scss +213 -0
  40. package/theming/components/_elder-select-theme.scss +75 -0
  41. package/theming/{utility-classes/_elder-color-helpers.scss → utilities/_elder-color-utils.scss} +7 -14
  42. package/theming/utilities/_elder-common-utils.scss +20 -0
  43. package/theming/{utility-classes/_elder-flex-layout.scss → utilities/_elder-flex-layout-utils.scss} +108 -2
  44. package/theming/{utility-classes/_elder-layout-system.scss → utilities/_elder-layout-utils.scss} +226 -201
  45. package/theming/{utility-classes/_elder-typography-helpers.scss → utilities/_elder-typography-utils.scss} +1 -1
  46. package/lib/components/m3-sidenav/m3-sidenav.component.d.ts +0 -5
  47. package/src/lib/components/chips/_elder-chip-theme.scss +0 -129
  48. package/src/lib/components/navigation/nav/_elder-nav-theme.scss +0 -66
  49. package/src/lib/components/select/_elder-select-base.scss +0 -28
  50. package/theming/style-tweaks/_elder-color-variants.scss +0 -31
  51. package/theming/style-tweaks/_elder-component-themes.scss +0 -22
  52. package/theming/style-tweaks/_elder-reset.scss +0 -13
  53. package/theming/system/_elder-design-tokens.scss +0 -101
  54. package/theming/system/_elder-m3-theme.scss +0 -156
  55. package/theming/system/_elder-starter-theme.scss +0 -45
  56. package/theming/utility-classes/_elder-common-helpers.scss +0 -8
  57. /package/theming/{style-tweaks/_elder-style-tweak-mixins.scss → base/_elder-base-mixins.scss} +0 -0
@@ -1,4 +1,4 @@
1
- @mixin elder-color-helpers() {
1
+ @mixin elder-color-utils() {
2
2
  $color-variables: (
3
3
  'background': var(--md-sys-color-background),
4
4
  'error': var(--md-sys-color-error),
@@ -52,13 +52,17 @@
52
52
  );
53
53
 
54
54
  // background colors
55
+ .elder-pane-bg-color {
56
+ background-color: var(--elder-pane-bg-color);
57
+ }
58
+
55
59
  @each $name, $value in $color-variables {
56
- .elder-bg-#{$name} {
60
+ .bg-#{$name} {
57
61
  background-color: #{$value};
58
62
  }
59
63
  }
60
64
 
61
- .elder-bg-transparent {
65
+ .bg-transparent {
62
66
  background-color: transparent;
63
67
  }
64
68
 
@@ -68,15 +72,4 @@
68
72
  color: #{$value};
69
73
  }
70
74
  }
71
-
72
- // border colors
73
- @each $name, $value in $color-variables {
74
- .elder-border-#{$name} {
75
- border-color: #{$value};
76
- }
77
- }
78
-
79
- .elder-pane-bg-color {
80
- background-color: var(--elder-pane-bg-color);
81
- }
82
75
  }
@@ -0,0 +1,20 @@
1
+ @mixin elder-common-utils() {
2
+ .border-none {
3
+ border: none;
4
+ }
5
+ .display-none {
6
+ display: none;
7
+ }
8
+ .text-center {
9
+ text-align: center;
10
+ }
11
+ .overflow-hidden {
12
+ overflow: hidden;
13
+ }
14
+ .overflow-auto {
15
+ overflow: auto;
16
+ }
17
+ .full-width {
18
+ width: 100%; // legacy, keep for now
19
+ }
20
+ }
@@ -1,4 +1,4 @@
1
- @use '../system/elder-config' as settings;
1
+ @use '../abstracts/elder-scss-variables' as settings;
2
2
  @use 'sass:map';
3
3
 
4
4
  /***************************************************************************
@@ -33,7 +33,7 @@ $media: (
33
33
  flex: 1 1 100%;
34
34
  }
35
35
 
36
- @mixin elder-flex-layout($theme) {
36
+ @mixin elder-flex-layout-utils($theme) {
37
37
  $common-sizes: map.get($theme, elder, common-sizes);
38
38
 
39
39
  /***************************************************************************
@@ -205,6 +205,10 @@ $media: (
205
205
  flex: 0 1 auto; // No grow, shrink
206
206
  }
207
207
 
208
+ .flex-initial-100 {
209
+ flex: 1 1 100%;
210
+ }
211
+
208
212
  .flex-none {
209
213
  flex: none;
210
214
  }
@@ -311,6 +315,108 @@ $media: (
311
315
  }
312
316
  }
313
317
 
318
+ /***************************************************************************
319
+ * *
320
+ * Flex Item Grow/Shrink *
321
+ * *
322
+ **************************************************************************/
323
+
324
+ .max-w-100 {
325
+ max-width: 100%;
326
+ }
327
+
328
+ .max-w-90 {
329
+ max-width: 90%;
330
+ }
331
+
332
+ .max-w-80 {
333
+ max-width: 80%;
334
+ }
335
+
336
+ .max-w-70 {
337
+ max-width: 70%;
338
+ }
339
+
340
+ .max-w-60 {
341
+ max-width: 60%;
342
+ }
343
+
344
+ .max-w-50 {
345
+ max-width: 50%;
346
+ }
347
+
348
+ .max-w-40 {
349
+ max-width: 40%;
350
+ }
351
+
352
+ .max-w-30 {
353
+ max-width: 30%;
354
+ }
355
+
356
+ .max-w-25 {
357
+ max-width: 25%;
358
+ }
359
+
360
+ .max-w-20 {
361
+ max-width: 20%;
362
+ }
363
+
364
+ .max-w-15 {
365
+ max-width: 15%;
366
+ }
367
+
368
+ .max-w-10 {
369
+ max-width: 10%;
370
+ }
371
+
372
+ .max-h-100 {
373
+ max-height: 100%;
374
+ }
375
+
376
+ .max-h-90 {
377
+ max-height: 90%;
378
+ }
379
+
380
+ .max-h-80 {
381
+ max-height: 80%;
382
+ }
383
+
384
+ .max-h-70 {
385
+ max-height: 70%;
386
+ }
387
+
388
+ .max-h-60 {
389
+ max-height: 60%;
390
+ }
391
+
392
+ .max-h-50 {
393
+ max-height: 50%;
394
+ }
395
+
396
+ .max-h-40 {
397
+ max-height: 40%;
398
+ }
399
+
400
+ .max-h-30 {
401
+ max-height: 30%;
402
+ }
403
+
404
+ .max-h-25 {
405
+ max-height: 25%;
406
+ }
407
+
408
+ .max-h-20 {
409
+ max-height: 20%;
410
+ }
411
+
412
+ .max-h-15 {
413
+ max-height: 15%;
414
+ }
415
+
416
+ .max-h-10 {
417
+ max-height: 10%;
418
+ }
419
+
314
420
  /***************************************************************************
315
421
  * *
316
422
  * Flex Item Grow/Shrink *