@koobiq/components 17.0.0-rc.5 → 17.0.0-rc.6

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/alert/_alert-theme.scss +28 -16
  2. package/alert/alert.component.scss +136 -43
  3. package/code-block/README.md +1 -0
  4. package/code-block/code-block.scss +9 -0
  5. package/dropdown/_dropdown-theme.scss +9 -3
  6. package/esm2022/alert/alert.component.mjs +2 -2
  7. package/esm2022/code-block/code-block.component.mjs +2 -2
  8. package/esm2022/core/version.mjs +2 -2
  9. package/esm2022/datepicker/datepicker-animations.mjs +2 -2
  10. package/esm2022/input/input-number.mjs +2 -2
  11. package/esm2022/modal/modal.component.mjs +4 -4
  12. package/esm2022/select/select.component.mjs +2 -2
  13. package/esm2022/splitter/splitter.component.mjs +2 -2
  14. package/esm2022/tabs/tab-body.component.mjs +1 -1
  15. package/esm2022/tabs/tab-group.component.mjs +2 -2
  16. package/esm2022/tags/tag.component.mjs +2 -2
  17. package/esm2022/timepicker/timepicker.directive.mjs +2 -2
  18. package/esm2022/tree/tree-base.mjs +2 -2
  19. package/fesm2022/koobiq-components-alert.mjs +2 -2
  20. package/fesm2022/koobiq-components-alert.mjs.map +1 -1
  21. package/fesm2022/koobiq-components-code-block.mjs +2 -2
  22. package/fesm2022/koobiq-components-code-block.mjs.map +1 -1
  23. package/fesm2022/koobiq-components-core.mjs +1 -1
  24. package/fesm2022/koobiq-components-core.mjs.map +1 -1
  25. package/fesm2022/koobiq-components-datepicker.mjs +1 -1
  26. package/fesm2022/koobiq-components-datepicker.mjs.map +1 -1
  27. package/fesm2022/koobiq-components-input.mjs +1 -1
  28. package/fesm2022/koobiq-components-input.mjs.map +1 -1
  29. package/fesm2022/koobiq-components-modal.mjs +3 -3
  30. package/fesm2022/koobiq-components-modal.mjs.map +1 -1
  31. package/fesm2022/koobiq-components-select.mjs +1 -1
  32. package/fesm2022/koobiq-components-select.mjs.map +1 -1
  33. package/fesm2022/koobiq-components-splitter.mjs +1 -1
  34. package/fesm2022/koobiq-components-splitter.mjs.map +1 -1
  35. package/fesm2022/koobiq-components-tabs.mjs +1 -1
  36. package/fesm2022/koobiq-components-tabs.mjs.map +1 -1
  37. package/fesm2022/koobiq-components-tags.mjs +1 -1
  38. package/fesm2022/koobiq-components-tags.mjs.map +1 -1
  39. package/fesm2022/koobiq-components-timepicker.mjs +1 -1
  40. package/fesm2022/koobiq-components-timepicker.mjs.map +1 -1
  41. package/fesm2022/koobiq-components-tree.mjs +1 -1
  42. package/fesm2022/koobiq-components-tree.mjs.map +1 -1
  43. package/list/_list-theme.scss +5 -3
  44. package/modal/modal.component.d.ts +1 -1
  45. package/modal/modal.scss +1 -1
  46. package/package.json +5 -5
  47. package/popover/README.md +1 -0
  48. package/prebuilt-themes/dark-theme.css +1 -1
  49. package/prebuilt-themes/light-theme.css +1 -1
  50. package/schematics/ng-add/index.js +3 -3
  51. package/tabs/tab-body.component.d.ts +1 -1
  52. package/tabs/tab-nav-bar/tab-nav-bar.scss +0 -1
  53. package/tags/tag.component.d.ts +1 -1
  54. package/textarea/textarea.scss +2 -2
  55. package/timepicker/timepicker.directive.d.ts +1 -1
  56. package/tree/tree-base.d.ts +1 -1
@@ -52,13 +52,13 @@ function ngAdd(options) {
52
52
  }
53
53
  // Installing dependencies
54
54
  addPackageToPackageJson(tree, '@angular/cdk', "^17.2.0");
55
- addPackageToPackageJson(tree, '@koobiq/cdk', "^17.0.0-rc.5");
56
- addPackageToPackageJson(tree, '@koobiq/angular-luxon-adapter', "^17.0.0-rc.5");
55
+ addPackageToPackageJson(tree, '@koobiq/cdk', "^17.0.0-rc.6");
56
+ addPackageToPackageJson(tree, '@koobiq/angular-luxon-adapter', "^17.0.0-rc.6");
57
57
  addPackageToPackageJson(tree, '@koobiq/date-formatter', "^3.0.2");
58
58
  addPackageToPackageJson(tree, '@koobiq/date-adapter', "^3.0.2");
59
59
  addPackageToPackageJson(tree, '@koobiq/icons', "^7.1.1");
60
60
  addPackageToPackageJson(tree, '@koobiq/tokens-builder', "^3.0.0-rc.4");
61
- addPackageToPackageJson(tree, '@koobiq/design-tokens', "^3.0.0-rc.6");
61
+ addPackageToPackageJson(tree, '@koobiq/design-tokens', "^3.0.0-rc.8");
62
62
  addPackageToPackageJson(tree, '@messageformat/core', "^3.0.1");
63
63
  addPackageToPackageJson(tree, 'luxon', "^3.4.4");
64
64
  addPackageToPackageJson(tree, 'marked', "^9.0.0");
@@ -11,7 +11,7 @@ import * as i0 from "@angular/core";
11
11
  *
12
12
  * In the case of a new tab body that should immediately be centered with an animating transition,
13
13
  * then left-origin-center or right-origin-center can be used, which will use left or right as its
14
- * psuedo-prior state.
14
+ * pseudo-prior state.
15
15
  */
16
16
  export type KbqTabBodyPositionState = 'left' | 'center' | 'right' | 'left-origin-center' | 'right-origin-center';
17
17
  /**
@@ -38,7 +38,6 @@ $tokens: meta.module-variables(tokens) !default;
38
38
  &.kbq-tab-group_vertical {
39
39
  flex-direction: column;
40
40
  flex-grow: 0;
41
-
42
41
  gap: var(
43
42
  --kbq-tabs-size-tab-stack-vertical-content-gap-vartical,
44
43
  map.get($tokens, tabs-size-tab-stack-vertical-content-gap-vertical)
@@ -43,7 +43,7 @@ export declare class KbqTag extends KbqTagMixinBase implements IFocusableOption,
43
43
  private _ngZone;
44
44
  /** Emits when the tag is focused. */
45
45
  readonly onFocus: Subject<KbqTagEvent>;
46
- /** Emits when the tag is blured. */
46
+ /** Emits when the tag is blurred. */
47
47
  readonly onBlur: Subject<KbqTagEvent>;
48
48
  nativeElement: HTMLElement;
49
49
  /** Whether the tag has focus. */
@@ -25,8 +25,8 @@ $tokens: meta.module-variables(tokens) !default;
25
25
  var(--kbq-textarea-size-padding-vertical, map.get($tokens, textarea-size-padding-vertical))
26
26
  var(--kbq-textarea-size-padding-horizontal, map.get($tokens, textarea-size-padding-horizontal));
27
27
 
28
- -webkit-appearance: none; // Chrome textaria height sizing fix
29
- vertical-align: bottom; // Chrome textaria height sizing fix
28
+ -webkit-appearance: none; // Chrome textarea height sizing fix
29
+ vertical-align: bottom; // Chrome textarea height sizing fix
30
30
 
31
31
  &:not(.kbq-textarea-resizable) {
32
32
  box-sizing: border-box;
@@ -119,7 +119,7 @@ export declare class KbqTimepicker<D> implements KbqFormFieldControl<D>, Control
119
119
  private incrementTime;
120
120
  private decrementTime;
121
121
  /**
122
- * @description Get params for arrow-keys (up/down) time valie edit.
122
+ * @description Get params for arrow-keys (up/down) time value edit.
123
123
  * @param cursorPosition Current cursor position in timeString
124
124
  */
125
125
  private getTimeEditMetrics;
@@ -41,7 +41,7 @@ export declare class KbqTreeBase<T> implements AfterContentChecked, CollectionVi
41
41
  /**
42
42
  * Provides a stream containing the latest data array to render. Influenced by the tree's
43
43
  * stream of view window (what dataNodes are currently on screen).
44
- * Data source can be an observable of data array, or a dara array to render.
44
+ * Data source can be an observable of data array, or a data array to render.
45
45
  */
46
46
  get dataSource(): DataSource<T> | Observable<T[]> | T[];
47
47
  set dataSource(dataSource: DataSource<T> | Observable<T[]> | T[]);