@cuby-ui/core 0.0.195 → 0.0.196

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.
@@ -10,7 +10,7 @@ export declare class CuiButtonComponent implements CuiButtonOptions, OnInit {
10
10
  protected readonly AppearanceIconColors: Record<CuiButtonOptions['appearance'], string>;
11
11
  protected readonly COLOR_BASE_500 = "var(--cui-base-500)";
12
12
  protected readonly BUTTON_ICONS_COLOR_BASE_500: CuiButtonOptions['appearance'][];
13
- protected _appearance: "flat" | "link" | "action" | "secondary" | "outlined" | "outlined-gray" | "ghost" | "destructive";
13
+ protected _appearance: "action" | "secondary" | "outlined" | "outlined-gray" | "ghost" | "flat" | "destructive" | "link";
14
14
  protected iconColor: string;
15
15
  protected _size: "xxs" | "xs" | "sm" | "md";
16
16
  protected iconDimensions: {
@@ -4,7 +4,7 @@ import { CuiPositionService } from '../../services';
4
4
  import { CuiTooltipDirective } from './tooltip.directive';
5
5
  import { CuiTooltipPointer } from './tooltip-pointer.directive';
6
6
  import * as i0 from "@angular/core";
7
- export declare const CUI_TOOLTIP_PROVIDERS: (import("@angular/core").FactoryProvider | typeof CuiHoveredService | typeof CuiPositionService)[];
7
+ export declare const CUI_TOOLTIP_PROVIDERS: (import("@angular/core").FactoryProvider | typeof CuiPositionService | typeof CuiHoveredService)[];
8
8
  export declare class CuiTooltipComponent<C = any> {
9
9
  private readonly el;
10
10
  private readonly hover;
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@cuby-ui/core",
3
- "version": "0.0.195",
3
+ "version": "0.0.196",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=16.0.0",
6
6
  "@angular/core": ">=16.0.0",
7
7
  "@angular/forms": ">=16.0.0",
8
- "@cuby-ui/cdk": "^0.0.195",
9
- "@cuby-ui/icons": "^0.0.195",
8
+ "@cuby-ui/cdk": "^0.0.196",
9
+ "@cuby-ui/icons": "^0.0.196",
10
10
  "@maskito/angular": "^2.5.0",
11
11
  "@maskito/core": "^2.5.0",
12
12
  "@maskito/kit": "^2.5.0",