@diwacopilot/components-angular 1.1.0 → 1.2.0

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.
@@ -42,14 +42,14 @@ let DiwaBadge = class DiwaBadge {
42
42
  };
43
43
  DiwaBadge = __decorate([
44
44
  ProxyCmp({
45
- inputs: ['label', 'size', 'theme', 'variant']
45
+ inputs: ['dot', 'label', 'size', 'theme', 'variant']
46
46
  }),
47
47
  Component({
48
48
  selector: 'diwa-badge',
49
49
  changeDetection: ChangeDetectionStrategy.OnPush,
50
50
  template: '<ng-content></ng-content>',
51
51
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
52
- inputs: ['label', 'size', 'theme', 'variant'],
52
+ inputs: ['dot', 'label', 'size', 'theme', 'variant'],
53
53
  })
54
54
  ], DiwaBadge);
55
55
  export { DiwaBadge };
package/package.json CHANGED
@@ -1,46 +1,46 @@
1
- {
2
- "name": "@diwacopilot/components-angular",
3
- "version": "1.1.0",
4
- "description": "Angular wrapper package for Diwa Web Components.",
5
- "license": "MIT",
6
- "type": "module",
7
- "main": "dist/index.js",
8
- "module": "dist/index.js",
9
- "types": "dist/index.d.ts",
10
- "files": [
11
- "dist"
12
- ],
13
- "exports": {
14
- ".": {
15
- "types": "./dist/index.d.ts",
16
- "import": "./dist/index.js"
17
- }
18
- },
19
- "scripts": {
20
- "build": "tsc -p tsconfig.json",
21
- "prepack": "npm run build"
22
- },
23
- "peerDependencies": {
24
- "@angular/core": ">=17.0.0 <21.0.0",
25
- "@diwacopilot/components": "^1.0.0",
26
- "rxjs": "^7.8.0"
27
- },
28
- "devDependencies": {
29
- "@angular/core": "^20.3.10",
30
- "@diwacopilot/components": "file:../diwa-components",
31
- "rxjs": "^7.8.2",
32
- "typescript": "^5.7.2"
33
- },
34
- "publishConfig": {
35
- "access": "public"
36
- },
37
- "repository": {
38
- "type": "git",
39
- "url": "git+https://github.com/jortega0033/diwa-design-system.git",
40
- "directory": "diwa-components-angular"
41
- },
42
- "bugs": {
43
- "url": "https://github.com/jortega0033/diwa-design-system/issues"
44
- },
45
- "homepage": "https://github.com/jortega0033/diwa-design-system#readme"
46
- }
1
+ {
2
+ "name": "@diwacopilot/components-angular",
3
+ "version": "1.2.0",
4
+ "description": "Angular wrapper package for Diwa Web Components.",
5
+ "license": "MIT",
6
+ "type": "module",
7
+ "main": "dist/index.js",
8
+ "module": "dist/index.js",
9
+ "types": "dist/index.d.ts",
10
+ "files": [
11
+ "dist"
12
+ ],
13
+ "exports": {
14
+ ".": {
15
+ "types": "./dist/index.d.ts",
16
+ "import": "./dist/index.js"
17
+ }
18
+ },
19
+ "scripts": {
20
+ "build": "tsc -p tsconfig.json",
21
+ "prepack": "npm run build"
22
+ },
23
+ "peerDependencies": {
24
+ "@angular/core": ">=17.0.0 <21.0.0",
25
+ "@diwacopilot/components": "^1.0.0",
26
+ "rxjs": "^7.8.0"
27
+ },
28
+ "devDependencies": {
29
+ "@angular/core": "^20.3.10",
30
+ "@diwacopilot/components": "file:../diwa-components",
31
+ "rxjs": "^7.8.2",
32
+ "typescript": "^5.7.2"
33
+ },
34
+ "publishConfig": {
35
+ "access": "public"
36
+ },
37
+ "repository": {
38
+ "type": "git",
39
+ "url": "git+https://github.com/jortega0033/diwa-design-system.git",
40
+ "directory": "diwa-components-angular"
41
+ },
42
+ "bugs": {
43
+ "url": "https://github.com/jortega0033/diwa-design-system/issues"
44
+ },
45
+ "homepage": "https://github.com/jortega0033/diwa-design-system#readme"
46
+ }