@norconsult-digital-public/isypixel 2.0.0 → 2.0.1-rc.1

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.
@@ -48,8 +48,8 @@ let IpButton = class IpButton {
48
48
  c.detach();
49
49
  this.el = r.nativeElement;
50
50
  }
51
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0", ngImport: i0, type: IpButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
52
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.0.0", type: IpButton, isStandalone: true, selector: "ip-button", inputs: { alignIcon: "alignIcon", disabled: "disabled", loading: "loading", size: "size", type: "type", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
51
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: IpButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
52
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.5", type: IpButton, isStandalone: true, selector: "ip-button", inputs: { alignIcon: "alignIcon", disabled: "disabled", loading: "loading", size: "size", type: "type", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
53
53
  };
54
54
  IpButton = __decorate([
55
55
  ProxyCmp({
@@ -58,7 +58,7 @@ IpButton = __decorate([
58
58
  })
59
59
  ], IpButton);
60
60
  export { IpButton };
61
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0", ngImport: i0, type: IpButton, decorators: [{
61
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: IpButton, decorators: [{
62
62
  type: Component,
63
63
  args: [{
64
64
  selector: 'ip-button',
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@norconsult-digital-public/isypixel",
3
3
  "private": false,
4
- "version": "2.0.0",
4
+ "version": "2.0.1-rc.1",
5
5
  "license": "SEE LICENSE.md",
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -92,7 +92,9 @@
92
92
  "build:components": "stencil build --tsconfig tsconfig.stencil.json && ngc -p tsconfig.angular.json && tsc -p tsconfig.react-wrappers.json && tsc -p tsconfig.vue-wrappers.json && tsx ./src/scripts/copy-ai-docs.ts && tsx ./src/scripts/generate-svelte-types.ts",
93
93
  "build:all": "npm run build && npm run build:components",
94
94
  "release:prepare": "tsx ./src/scripts/prepare-release.ts",
95
- "publish:dev": "npm run build:all && tsx ./src/scripts/compute-next-dev.ts --apply && npm publish --tag dev --no-git-checks"
95
+ "publish:dev": "npm run build:all && tsx ./src/scripts/compute-next-dev.ts --apply && npm publish --tag dev --no-git-checks",
96
+ "update": "npx npm-check",
97
+ "update:fix": "npx npm-check -u"
96
98
  },
97
99
  "dependencies": {
98
100
  "@stencil/react-output-target": "^1.4.2",
@@ -111,33 +113,33 @@
111
113
  }
112
114
  },
113
115
  "devDependencies": {
114
- "@angular/common": "^21.0.0",
115
- "@angular/compiler": "^21.0.0",
116
- "@angular/compiler-cli": "^21.0.0",
117
- "@angular/core": "^21.0.0",
118
- "@changesets/cli": "^2.29.8",
116
+ "@angular/common": "^21.2.5",
117
+ "@angular/compiler": "^21.2.5",
118
+ "@angular/compiler-cli": "^21.2.5",
119
+ "@angular/core": "^21.2.5",
120
+ "@changesets/cli": "^2.30.0",
119
121
  "@eslint/js": "^10.0.1",
120
122
  "@figma/rest-api-spec": "^0.36.0",
121
123
  "@stencil/angular-output-target": "^1.3.0",
122
- "@stencil/core": "^4.43.2",
124
+ "@stencil/core": "^4.43.3",
123
125
  "@stencil/sass": "^3.2.3",
124
- "@types/node": "^25.3.0",
126
+ "@types/node": "^25.5.0",
125
127
  "@types/react": "^19.2.14",
126
128
  "@types/semver": "^7.7.1",
127
- "@vitest/browser": "^4.0.18",
128
- "eslint": "^10.0.2",
129
+ "@vitest/browser": "^4.1.0",
130
+ "eslint": "^10.1.0",
129
131
  "eslint-config-prettier": "^10.1.8",
130
- "happy-dom": "^20.7.0",
132
+ "happy-dom": "^20.8.4",
131
133
  "prettier": "^3.8.1",
132
- "rxjs": "^7.4.0",
133
- "sass": "^1.97.3",
134
+ "rxjs": "^7.8.2",
135
+ "sass": "^1.98.0",
134
136
  "semver": "^7.7.4",
135
137
  "tsd": "^0.33.0",
136
138
  "tsx": "^4.21.0",
137
139
  "typescript": "^5.9.3",
138
- "typescript-eslint": "^8.56.1",
139
- "vite": "^7.3.1",
140
- "vitest": "^4.0.18",
141
- "zone.js": "^0.15.0"
140
+ "typescript-eslint": "^8.57.1",
141
+ "vite": "^8.0.2",
142
+ "vitest": "^4.1.0",
143
+ "zone.js": "^0.16.1"
142
144
  }
143
145
  }