@cuby-ui/core 0.0.21 → 0.0.24

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.
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@cuby-ui/core",
3
- "version": "0.0.21",
3
+ "version": "0.0.24",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=15.0.0",
6
6
  "@angular/core": ">=15.0.0",
7
7
  "@angular/forms": ">=15.0.0",
8
- "@cuby-ui/icons": "^0.0.20",
9
- "@cuby-ui/cdk": "^0.0.20"
8
+ "@cuby-ui/icons": "^0.0.24",
9
+ "@cuby-ui/cdk": "^0.0.24"
10
10
  },
11
11
  "dependencies": {
12
12
  "tslib": "^2.3.0"
@@ -3,5 +3,6 @@ export type CuiAppearanceSecondary = 'secondary';
3
3
  export type CuiAppearanceOutlined = 'outlined';
4
4
  export type CuiAppearanceOutlinedGray = 'outlined-gray';
5
5
  export type CuiAppearanceGhost = 'ghost';
6
+ export type CuiAppearanceFlat = 'flat';
6
7
  export type CuiAppearanceDestructive = 'destructive';
7
8
  export type CuiAppearanceLink = 'link';