@pepperi-addons/ngx-lib 0.4.2-beta.99 → 0.4.2-scroll.1

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 (185) hide show
  1. package/chips/chips.component.d.ts +1 -3
  2. package/core/common/pipes/common-pipes.d.ts +3 -0
  3. package/core/customization/customization.model.d.ts +1 -1
  4. package/esm2020/checkbox/checkbox.component.mjs +3 -3
  5. package/esm2020/chips/chips.component.mjs +8 -11
  6. package/esm2020/color/color.component.mjs +3 -3
  7. package/esm2020/core/common/pipes/common-pipes.mjs +14 -4
  8. package/esm2020/core/customization/customization.model.mjs +7 -1
  9. package/esm2020/core/customization/customization.service.mjs +2 -1
  10. package/esm2020/core/http/services/loader.service.mjs +3 -3
  11. package/esm2020/draggable-items/draggable-items.component.mjs +3 -3
  12. package/esm2020/form/field-generator.component.mjs +3 -3
  13. package/esm2020/form/form.component.mjs +3 -3
  14. package/esm2020/form/internal-carusel.component.mjs +10 -6
  15. package/esm2020/form/internal-field-generator.component.mjs +3 -3
  16. package/esm2020/form/internal-form.component.mjs +3 -3
  17. package/esm2020/form/internal-menu.component.mjs +4 -6
  18. package/esm2020/form/internal-page.component.mjs +3 -4
  19. package/esm2020/image/image.component.mjs +3 -3
  20. package/esm2020/images-filmstrip/images-filmstrip.component.mjs +3 -3
  21. package/esm2020/link/link.component.mjs +9 -3
  22. package/esm2020/list/list-actions.component.mjs +1 -1
  23. package/esm2020/list/list-chooser.component.mjs +1 -1
  24. package/esm2020/list/list-sorting.component.mjs +1 -1
  25. package/esm2020/list/list-views.component.mjs +1 -1
  26. package/esm2020/list/list.component.mjs +22 -10
  27. package/esm2020/list/list.model.mjs +1 -1
  28. package/esm2020/menu/menu-item.component.mjs +3 -3
  29. package/esm2020/menu/menu.component.mjs +6 -3
  30. package/esm2020/menu/menu.model.mjs +2 -1
  31. package/esm2020/profile-data-views-list/profile-data-view/profile-data-view.component.mjs +1 -1
  32. package/esm2020/profile-data-views-list/profile-data-views-card/profile-data-views-card.component.mjs +25 -9
  33. package/esm2020/profile-data-views-list/profile-data-views-list.component.mjs +58 -26
  34. package/esm2020/profile-data-views-list/profile-data-views-list.model.mjs +1 -1
  35. package/esm2020/quantity-selector/quantity-selector.component.mjs +7 -3
  36. package/esm2020/query-builder/common/model/legacy.mjs +1 -1
  37. package/esm2020/query-builder/common/model/operator.mjs +72 -62
  38. package/esm2020/query-builder/common/services/output-query.service.mjs +5 -3
  39. package/esm2020/query-builder/common/services/query-structure.service.mjs +24 -1
  40. package/esm2020/query-builder/query-builder-item/query-builder-item.component.mjs +3 -3
  41. package/esm2020/query-builder/query-builder-section/query-builder-section.component.mjs +3 -3
  42. package/esm2020/query-builder/query-builder.module.mjs +14 -3
  43. package/esm2020/query-builder/query-builder.service.mjs +2 -2
  44. package/esm2020/remote-loader/remote-loader.service.mjs +16 -16
  45. package/esm2020/rich-html-textarea/rich-html-textarea.component.mjs +10 -3
  46. package/esm2020/select/select.component.mjs +3 -3
  47. package/esm2020/select-panel/select-panel.component.mjs +3 -5
  48. package/esm2020/signature/signature-dialog.component.mjs +2 -1
  49. package/esm2020/signature/signature.component.mjs +4 -4
  50. package/esm2020/skeleton-loader/public-api.mjs +2 -2
  51. package/esm2020/skeleton-loader/skeleton-loader.component.mjs +3 -3
  52. package/esm2020/smart-filters/common/model/operator.mjs +11 -4
  53. package/esm2020/smart-filters/common/model/type.mjs +1 -1
  54. package/esm2020/smart-filters/multi-select-filter/multi-select-filter.component.mjs +3 -3
  55. package/esm2020/smart-filters/text-filter/text-filter.component.mjs +3 -3
  56. package/esm2020/textbox/textbox.component.mjs +26 -6
  57. package/fesm2015/pepperi-addons-ngx-lib-checkbox.mjs +2 -2
  58. package/fesm2015/pepperi-addons-ngx-lib-checkbox.mjs.map +1 -1
  59. package/fesm2015/pepperi-addons-ngx-lib-chips.mjs +7 -10
  60. package/fesm2015/pepperi-addons-ngx-lib-chips.mjs.map +1 -1
  61. package/fesm2015/pepperi-addons-ngx-lib-color.mjs +2 -2
  62. package/fesm2015/pepperi-addons-ngx-lib-color.mjs.map +1 -1
  63. package/fesm2015/pepperi-addons-ngx-lib-draggable-items.mjs +2 -2
  64. package/fesm2015/pepperi-addons-ngx-lib-draggable-items.mjs.map +1 -1
  65. package/fesm2015/pepperi-addons-ngx-lib-form.mjs +22 -21
  66. package/fesm2015/pepperi-addons-ngx-lib-form.mjs.map +1 -1
  67. package/fesm2015/pepperi-addons-ngx-lib-image.mjs +2 -2
  68. package/fesm2015/pepperi-addons-ngx-lib-image.mjs.map +1 -1
  69. package/fesm2015/pepperi-addons-ngx-lib-images-filmstrip.mjs +2 -2
  70. package/fesm2015/pepperi-addons-ngx-lib-images-filmstrip.mjs.map +1 -1
  71. package/fesm2015/pepperi-addons-ngx-lib-link.mjs +8 -2
  72. package/fesm2015/pepperi-addons-ngx-lib-link.mjs.map +1 -1
  73. package/fesm2015/pepperi-addons-ngx-lib-list.mjs +25 -13
  74. package/fesm2015/pepperi-addons-ngx-lib-list.mjs.map +1 -1
  75. package/fesm2015/pepperi-addons-ngx-lib-menu.mjs +8 -4
  76. package/fesm2015/pepperi-addons-ngx-lib-menu.mjs.map +1 -1
  77. package/fesm2015/pepperi-addons-ngx-lib-profile-data-views-list.mjs +81 -33
  78. package/fesm2015/pepperi-addons-ngx-lib-profile-data-views-list.mjs.map +1 -1
  79. package/fesm2015/pepperi-addons-ngx-lib-quantity-selector.mjs +7 -2
  80. package/fesm2015/pepperi-addons-ngx-lib-quantity-selector.mjs.map +1 -1
  81. package/fesm2015/pepperi-addons-ngx-lib-query-builder.mjs +119 -70
  82. package/fesm2015/pepperi-addons-ngx-lib-query-builder.mjs.map +1 -1
  83. package/fesm2015/pepperi-addons-ngx-lib-remote-loader.mjs +16 -16
  84. package/fesm2015/pepperi-addons-ngx-lib-remote-loader.mjs.map +1 -1
  85. package/fesm2015/pepperi-addons-ngx-lib-rich-html-textarea.mjs +9 -2
  86. package/fesm2015/pepperi-addons-ngx-lib-rich-html-textarea.mjs.map +1 -1
  87. package/fesm2015/pepperi-addons-ngx-lib-select-panel.mjs +2 -4
  88. package/fesm2015/pepperi-addons-ngx-lib-select-panel.mjs.map +1 -1
  89. package/fesm2015/pepperi-addons-ngx-lib-select.mjs +2 -2
  90. package/fesm2015/pepperi-addons-ngx-lib-select.mjs.map +1 -1
  91. package/fesm2015/pepperi-addons-ngx-lib-signature.mjs +5 -3
  92. package/fesm2015/pepperi-addons-ngx-lib-signature.mjs.map +1 -1
  93. package/fesm2015/pepperi-addons-ngx-lib-skeleton-loader.mjs +3 -3
  94. package/fesm2015/pepperi-addons-ngx-lib-skeleton-loader.mjs.map +1 -1
  95. package/fesm2015/pepperi-addons-ngx-lib-smart-filters.mjs +14 -7
  96. package/fesm2015/pepperi-addons-ngx-lib-smart-filters.mjs.map +1 -1
  97. package/fesm2015/pepperi-addons-ngx-lib-textbox.mjs +26 -5
  98. package/fesm2015/pepperi-addons-ngx-lib-textbox.mjs.map +1 -1
  99. package/fesm2015/pepperi-addons-ngx-lib.mjs +547 -532
  100. package/fesm2015/pepperi-addons-ngx-lib.mjs.map +1 -1
  101. package/fesm2020/pepperi-addons-ngx-lib-checkbox.mjs +2 -2
  102. package/fesm2020/pepperi-addons-ngx-lib-checkbox.mjs.map +1 -1
  103. package/fesm2020/pepperi-addons-ngx-lib-chips.mjs +7 -10
  104. package/fesm2020/pepperi-addons-ngx-lib-chips.mjs.map +1 -1
  105. package/fesm2020/pepperi-addons-ngx-lib-color.mjs +2 -2
  106. package/fesm2020/pepperi-addons-ngx-lib-color.mjs.map +1 -1
  107. package/fesm2020/pepperi-addons-ngx-lib-draggable-items.mjs +2 -2
  108. package/fesm2020/pepperi-addons-ngx-lib-draggable-items.mjs.map +1 -1
  109. package/fesm2020/pepperi-addons-ngx-lib-form.mjs +22 -21
  110. package/fesm2020/pepperi-addons-ngx-lib-form.mjs.map +1 -1
  111. package/fesm2020/pepperi-addons-ngx-lib-image.mjs +2 -2
  112. package/fesm2020/pepperi-addons-ngx-lib-image.mjs.map +1 -1
  113. package/fesm2020/pepperi-addons-ngx-lib-images-filmstrip.mjs +2 -2
  114. package/fesm2020/pepperi-addons-ngx-lib-images-filmstrip.mjs.map +1 -1
  115. package/fesm2020/pepperi-addons-ngx-lib-link.mjs +8 -2
  116. package/fesm2020/pepperi-addons-ngx-lib-link.mjs.map +1 -1
  117. package/fesm2020/pepperi-addons-ngx-lib-list.mjs +25 -13
  118. package/fesm2020/pepperi-addons-ngx-lib-list.mjs.map +1 -1
  119. package/fesm2020/pepperi-addons-ngx-lib-menu.mjs +8 -4
  120. package/fesm2020/pepperi-addons-ngx-lib-menu.mjs.map +1 -1
  121. package/fesm2020/pepperi-addons-ngx-lib-profile-data-views-list.mjs +81 -33
  122. package/fesm2020/pepperi-addons-ngx-lib-profile-data-views-list.mjs.map +1 -1
  123. package/fesm2020/pepperi-addons-ngx-lib-quantity-selector.mjs +6 -2
  124. package/fesm2020/pepperi-addons-ngx-lib-quantity-selector.mjs.map +1 -1
  125. package/fesm2020/pepperi-addons-ngx-lib-query-builder.mjs +115 -69
  126. package/fesm2020/pepperi-addons-ngx-lib-query-builder.mjs.map +1 -1
  127. package/fesm2020/pepperi-addons-ngx-lib-remote-loader.mjs +15 -15
  128. package/fesm2020/pepperi-addons-ngx-lib-remote-loader.mjs.map +1 -1
  129. package/fesm2020/pepperi-addons-ngx-lib-rich-html-textarea.mjs +9 -2
  130. package/fesm2020/pepperi-addons-ngx-lib-rich-html-textarea.mjs.map +1 -1
  131. package/fesm2020/pepperi-addons-ngx-lib-select-panel.mjs +2 -4
  132. package/fesm2020/pepperi-addons-ngx-lib-select-panel.mjs.map +1 -1
  133. package/fesm2020/pepperi-addons-ngx-lib-select.mjs +2 -2
  134. package/fesm2020/pepperi-addons-ngx-lib-select.mjs.map +1 -1
  135. package/fesm2020/pepperi-addons-ngx-lib-signature.mjs +4 -3
  136. package/fesm2020/pepperi-addons-ngx-lib-signature.mjs.map +1 -1
  137. package/fesm2020/pepperi-addons-ngx-lib-skeleton-loader.mjs +3 -3
  138. package/fesm2020/pepperi-addons-ngx-lib-skeleton-loader.mjs.map +1 -1
  139. package/fesm2020/pepperi-addons-ngx-lib-smart-filters.mjs +14 -7
  140. package/fesm2020/pepperi-addons-ngx-lib-smart-filters.mjs.map +1 -1
  141. package/fesm2020/pepperi-addons-ngx-lib-textbox.mjs +25 -5
  142. package/fesm2020/pepperi-addons-ngx-lib-textbox.mjs.map +1 -1
  143. package/fesm2020/pepperi-addons-ngx-lib.mjs +544 -529
  144. package/fesm2020/pepperi-addons-ngx-lib.mjs.map +1 -1
  145. package/form/internal-carusel.component.d.ts +1 -0
  146. package/form/internal-menu.component.d.ts +1 -2
  147. package/link/link.component.d.ts +3 -1
  148. package/list/list.component.d.ts +1 -1
  149. package/list/list.model.d.ts +1 -2
  150. package/menu/menu.component.d.ts +2 -1
  151. package/menu/menu.model.d.ts +1 -0
  152. package/package.json +1 -1
  153. package/profile-data-views-list/profile-data-view/profile-data-view.component.d.ts +3 -3
  154. package/profile-data-views-list/profile-data-views-card/profile-data-views-card.component.d.ts +5 -4
  155. package/profile-data-views-list/profile-data-views-list.component.d.ts +13 -10
  156. package/profile-data-views-list/profile-data-views-list.model.d.ts +8 -0
  157. package/query-builder/common/model/legacy.d.ts +2 -0
  158. package/query-builder/common/model/operator.d.ts +11 -1
  159. package/query-builder/common/services/query-structure.service.d.ts +1 -0
  160. package/query-builder/query-builder.module.d.ts +7 -3
  161. package/remote-loader/remote-loader.service.d.ts +1 -1
  162. package/rich-html-textarea/rich-html-textarea.component.d.ts +3 -1
  163. package/rich-html-textarea/rich-html-textarea.component.theme.scss +4 -2
  164. package/select-panel/select-panel.component.d.ts +1 -2
  165. package/signature/signature-dialog.component.d.ts +1 -1
  166. package/skeleton-loader/skeleton-loader.component.d.ts +3 -3
  167. package/smart-filters/boolean-filter/boolean-filter.component.d.ts +1 -0
  168. package/smart-filters/common/model/operator.d.ts +1 -0
  169. package/smart-filters/common/model/type.d.ts +1 -1
  170. package/smart-filters/date-filter/date-filter.component.d.ts +1 -0
  171. package/smart-filters/multi-select-filter/multi-select-filter.component.d.ts +1 -0
  172. package/smart-filters/number-filter/number-filter.component.d.ts +1 -0
  173. package/smart-filters/text-filter/text-filter.component.d.ts +1 -0
  174. package/src/assets/i18n/de.ngx-lib.json +4 -1
  175. package/src/assets/i18n/en.ngx-lib.json +7 -1
  176. package/src/core/style/abstracts/mixins.scss +73 -11
  177. package/src/core/style/abstracts/variables.scss +1 -1
  178. package/src/core/style/base/base.scss +5 -3
  179. package/src/core/style/base/typography.scss +2 -1
  180. package/src/core/style/components/button.scss +11 -0
  181. package/src/core/style/components/general.scss +2 -4
  182. package/textbox/textbox.component.d.ts +2 -0
  183. package/theming.scss +5 -1
  184. package/src/assets/images/sail-away.jpg +0 -0
  185. package/src/core/style/abstracts/AbstractsIntro.stories.mdx +0 -7
@@ -388,13 +388,15 @@
388
388
  }
389
389
 
390
390
  // ******************************************************************************
391
- // State weak declerations
391
+ // State declerations
392
392
  // ******************************************************************************
393
393
  @mixin pep-state-default($style: weak, $color-map-key: null, $regularBorder: false) {
394
394
  @if ($style == 'none') {
395
395
  @include state-none-default();
396
396
  } @else if ($style == 'weak-invert') {
397
397
  @include state-weak-invert-default();
398
+ } @else if ($style == 'weak-special') {
399
+ @include state-weak-special-default();
398
400
  } @else if ($style == 'weak') {
399
401
  @include state-weak-default($color-map-key);
400
402
  } @else if ($style == 'strong') {
@@ -408,6 +410,8 @@
408
410
  @include state-none-disable();
409
411
  } @else if ($style == 'weak-invert') {
410
412
  @include state-weak-invert-disable();
413
+ } @else if ($style == 'weak-special') {
414
+ @include state-weak-special-disable();
411
415
  } @else if ($style == 'weak') {
412
416
  @include state-weak-disable($color-map-key);
413
417
  } @else if ($style == 'strong') {
@@ -421,6 +425,8 @@
421
425
  @include state-none-hover();
422
426
  } @else if ($style == 'weak-invert') {
423
427
  @include state-weak-invert-hover();
428
+ } @else if ($style == 'weak-special') {
429
+ @include state-weak-special-hover();
424
430
  } @else if ($style == 'weak') {
425
431
  @include state-weak-hover($color-map-key);
426
432
  } @else if ($style == 'strong') {
@@ -434,6 +440,8 @@
434
440
  @include state-none-active();
435
441
  } @else if ($style == 'weak-invert') {
436
442
  @include state-weak-invert-active();
443
+ } @else if ($style == 'weak-special') {
444
+ @include state-weak-special-active();
437
445
  } @else if ($style == 'weak') {
438
446
  @include state-weak-active($color-map-key);
439
447
  } @else if ($style == 'strong') {
@@ -447,6 +455,8 @@
447
455
  @include state-none-focus();
448
456
  } @else if ($style == 'weak-invert') {
449
457
  @include state-weak-invert-focus();
458
+ } @else if ($style == 'weak-special') {
459
+ @include state-weak-special-focus();
450
460
  } @else if ($style == 'weak') {
451
461
  @include state-weak-focus($color-map-key);
452
462
  } @else if ($style == 'strong') {
@@ -507,33 +517,85 @@
507
517
  // Weak - invert
508
518
  // -----------------------------------------------------------------------------
509
519
  @mixin state-weak-invert-default() {
510
- background: functions.get-pep-color(color-system-primary-invert, color-tran-70);
520
+ background: functions.get-pep-color(color-system-primary-invert, color-tran-30);
511
521
 
512
- // $color: functions.get-pep-color(color-text, color-main);
513
- // color: $color;
514
-
515
- // .svg-icon {
516
- // fill: $color !important;
517
- // }
522
+ $color: functions.get-pep-color(color-text, color-invert);
523
+ color: $color;
524
+
525
+ .svg-icon {
526
+ fill: $color !important;
527
+ }
518
528
  }
519
529
  @mixin state-weak-invert-disable() {
520
530
  @include state-disabled();
521
531
 
522
- color:functions.get-pep-color(color-text, color-disabled) !important;
523
- background: functions.get-pep-color(color-system-primary-invert, color-tran-20) !important;
532
+ color:functions.get-pep-color(color-system-primary-invert, color-tran-40) !important;
533
+ background: functions.get-pep-color(color-system-primary-invert, color-tran-10) !important;
534
+ .svg-icon {
535
+ fill: functions.get-pep-color(color-system-primary-invert, color-tran-40) !important;
536
+ }
524
537
  }
525
538
  @mixin state-weak-invert-hover() {
526
- background: functions.get-pep-color(color-system-primary-invert, color-tran-70);
539
+ background: functions.get-pep-color(color-system-primary-invert, color-tran-50);
527
540
  box-shadow: functions.get-pep-shadow(shadow-xs, soft);
528
541
  cursor: pointer;
529
542
  }
530
543
  @mixin state-weak-invert-active() {
531
544
  background: functions.get-pep-color(color-system-primary-invert, color-base);
532
545
  box-shadow: functions.get-pep-shadow(shadow-xs, regular);
546
+ $color: functions.get-pep-color(color-text, color-main);
547
+ color: $color;
548
+
549
+ .svg-icon {
550
+ fill: $color !important;
551
+ }
533
552
  }
534
553
  @mixin state-weak-invert-focus() {
535
554
  background: functions.get-pep-color(color-system-primary-invert, color-base);
536
555
  @include focus();
556
+ $color: functions.get-pep-color(color-text, color-main);
557
+ color: $color;
558
+
559
+ .svg-icon {
560
+ fill: $color !important;
561
+ }
562
+ }
563
+
564
+ // Weak - special
565
+ // -----------------------------------------------------------------------------
566
+ @mixin state-weak-special-default() {
567
+ background: functions.get-pep-color(color-system-primary-invert, color-tran-50);
568
+ }
569
+ @mixin state-weak-special-disable() {
570
+ @include state-disabled();
571
+
572
+ color:functions.get-pep-color(color-text, color-disabled) !important;
573
+ background: functions.get-pep-color(color-system-primary-invert, color-tran-20) !important;
574
+ }
575
+ @mixin state-weak-special-hover() {
576
+ background: functions.get-pep-color(color-system-primary-invert, color-tran-70);
577
+ box-shadow: functions.get-pep-shadow(shadow-xs, soft);
578
+ cursor: pointer;
579
+ }
580
+ @mixin state-weak-special-active() {
581
+ // background: functions.get-pep-color(color-system-primary-invert, color-base);
582
+ // box-shadow: functions.get-pep-shadow(shadow-xs, regular);
583
+ // $color: functions.get-pep-color(color-text, color-main);
584
+ // color: $color;
585
+
586
+ // .svg-icon {
587
+ // fill: $color !important;
588
+ // }
589
+ }
590
+ @mixin state-weak-special-focus() {
591
+ // background: functions.get-pep-color(color-system-primary-invert, color-base);
592
+ // @include focus();
593
+ // $color: functions.get-pep-color(color-text, color-main);
594
+ // color: $color;
595
+
596
+ // .svg-icon {
597
+ // fill: $color !important;
598
+ // }
537
599
  }
538
600
 
539
601
  // ******************************************************************************
@@ -77,7 +77,7 @@ $lh-12xl: var(--pep-line-height-12xl, 10rem);
77
77
  // Fonts weight - General
78
78
  $font-weight-normal: var(--pep-font-weight-normal, 400);
79
79
  $font-weight-bold: var(--pep-font-weight-bold, 600);
80
- $font-weight-bolder: var(--pep-font-weight-bolder, 800);
80
+ $font-weight-bolder: var(--pep-font-weight-bold, 600); // var(--pep-font-weight-bolder, 800);
81
81
 
82
82
  // Round corners
83
83
  // -----------------------------------------------------------------------------
@@ -478,24 +478,26 @@
478
478
 
479
479
  &.small {
480
480
  max-width: 18rem !important;
481
+ width: calc(100vw - (var(--pep-spacing-2xl) * 2)) !important;
481
482
  height: auto;
482
483
  }
483
484
 
484
485
  &.regular {
485
486
  max-width: 36rem !important;
487
+ width: calc(100vw - (var(--pep-spacing-2xl) * 2)) !important;
486
488
  height: auto;
487
489
  }
488
490
 
489
491
  &.large {
490
492
  max-width: 54rem !important;
491
- width: 90vw;
493
+ width: calc(100vw - (var(--pep-spacing-2xl) * 2)) !important;
492
494
  height: auto;
493
- max-height: calc(100% - (var(--pep-spacing-2xl) * 2)) !important; // 90vh;
495
+ max-height: calc(100vh - (var(--pep-spacing-2xl) * 2)) !important; // 90vh;
494
496
 
495
497
  .mat-dialog-container {
496
498
  .mat-dialog-content {
497
499
  $border-size: 1px;
498
- max-height: 100% // calc(90vh - (#{variables.$dialog-header-height} + (#{variables.$content-padding} * 2) + (#{$border-size} * 2)));
500
+ max-height: calc(100% - (var(--pep-spacing-2xl) * 2)); // calc(90vh - (#{variables.$dialog-header-height} + (#{variables.$content-padding} * 2) + (#{$border-size} * 2)));
499
501
  }
500
502
  }
501
503
  }
@@ -115,7 +115,8 @@ body {
115
115
  font-weight: variables.$font-weight-bold !important;
116
116
  }
117
117
  .bolder {
118
- font-weight: variables.$font-weight-bolder !important;
118
+ font-weight: variables.$font-weight-bold !important;
119
+ // font-weight: variables.$font-weight-bolder !important;
119
120
  }
120
121
 
121
122
  .font-family-title {
@@ -94,6 +94,10 @@
94
94
  @include mixins.pep-button-states(weak-invert);
95
95
  }
96
96
 
97
+ @mixin pep-button-state-weak-special() {
98
+ @include mixins.pep-button-states(weak-special);
99
+ }
100
+
97
101
  @mixin pep-button-state-weak($color: null) {
98
102
  @include mixins.pep-button-states(weak, $color);
99
103
  }
@@ -278,12 +282,19 @@
278
282
  &.invert {
279
283
  @include pep-button-state-weak-invert();
280
284
  }
285
+ &.special {
286
+ @include pep-button-state-weak-special();
287
+ }
281
288
  }
282
289
 
283
290
  &.weak-invert {
284
291
  @include pep-button-state-weak-invert();
285
292
  }
286
293
 
294
+ &.weak-special {
295
+ @include pep-button-state-weak-special();
296
+ }
297
+
287
298
  &.regular {
288
299
  @include pep-button-state-regular();
289
300
 
@@ -428,10 +428,8 @@ $zoom-compact-view: 85%;
428
428
  &.mat-radio-button {
429
429
  display: inline-flex;
430
430
 
431
- ::ng-deep {
432
- .mat-radio-label-content {
433
- padding: 0;
434
- }
431
+ .mat-radio-label-content {
432
+ padding: 0;
435
433
  }
436
434
  }
437
435
  }
@@ -143,6 +143,8 @@ export declare class PepTextboxComponent implements OnChanges, OnInit, AfterView
143
143
  ngOnChanges(changes: any): void;
144
144
  ngOnDestroy(): void;
145
145
  onFocus(event: any): void;
146
+ getGeneralError(): any;
147
+ getOtherErrorMessage(inputValue: string): any;
146
148
  isDecimal(): boolean;
147
149
  isNumberType(): boolean;
148
150
  isValueValid(value: string): boolean;
package/theming.scss CHANGED
@@ -80,5 +80,9 @@ $material-theme-for-pep: default-theme.$material-default-theme;
80
80
 
81
81
 
82
82
  // Import links at the end for clients that work offline not crushed on the css.
83
- @import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200;300;400;500;600;700;800&family=Crimson+Pro:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=David+Libre:wght@400;500;700&family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
83
+ // Old fonts
84
+ // @import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200;300;400;500;600;700;800&family=Crimson+Pro:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=David+Libre:wght@400;500;700&family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
85
+ // New fonts 09.10.23
86
+ @import url('https://fonts.googleapis.com/css2?family=Assistant:wght@400;600&family=Crimson+Pro:wght@400;600&family=David+Libre:wght@400;500&family=EB+Garamond:wght@400;600&family=Heebo:wght@400;600&family=Inter:wght@400;600&family=Open+Sans:wght@400;600&family=Rubik:wght@400;600&family=Work+Sans:wght@400;600&display=swap');
87
+
84
88
  @import url('https://fonts.googleapis.com/icon?family=Material+Icons');
Binary file
@@ -1,7 +0,0 @@
1
- import { Meta } from "@storybook/addon-docs";
2
-
3
- <Meta title="Abstracts/Intro" />
4
-
5
- # Abstracts
6
-
7
- Content TBD