@pepperi-addons/ngx-composite-lib 0.0.2 → 0.0.3

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@pepperi-addons/ngx-composite-lib",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": ">= 12.0.0",
6
6
  "@angular/cdk": ">= 12.0.0",
@@ -13,6 +13,7 @@
13
13
  "@angular/platform-browser-dynamic": ">= 12.0.0",
14
14
  "@ngx-translate/core": "^13.0.0",
15
15
  "@ngx-translate/http-loader": "^6.0.0",
16
+ "@pepperi-addons/ngx-lib": "^0.2.56",
16
17
  "ngx-translate-multi-http-loader": "^3.0.0",
17
18
  "rxjs": ">= 6.5.5"
18
19
  },
@@ -5,9 +5,16 @@
5
5
  },
6
6
  "SHADOW_SETTINGS": {
7
7
  "TITLE": "Drop shadow",
8
- "TYPE": "Shadow type",
9
- "TYPE_SOFT": "Soft",
10
- "TYPE_REGULAR": "Regular",
8
+ "INTENSITY_SOFT": "Soft",
9
+ "INTENSITY_REGULAR": "Regular",
10
+ "INTENSITY_HARD": "Hard",
11
+ "SIZE": "Shadow size",
11
12
  "INTENSITY": "Shadow intensity"
13
+ },
14
+ "GENERAL": {
15
+ "SM": "SM",
16
+ "MD": "MD",
17
+ "LG": "LG",
18
+ "XL": "XL"
12
19
  }
13
20
  }
package/styles.scss CHANGED
@@ -22,4 +22,17 @@
22
22
  }
23
23
  }
24
24
  }
25
+
26
+ // &.sub-title {
27
+ // .pep-checkbox-container {
28
+ // .mat-checkbox-layout {
29
+ // @include font-body($fs-xl, $lh-xl);
30
+ // font-weight: $font-weight-bold !important;
31
+
32
+ // .mat-checkbox-label span {
33
+ // margin: 0 0.5rem;
34
+ // }
35
+ // }
36
+ // }
37
+ // }
25
38
  }