@basis-ng/primitives 0.0.1-alpha.143 → 0.0.1-alpha.144

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": "@basis-ng/primitives",
3
- "version": "0.0.1-alpha.143",
3
+ "version": "0.0.1-alpha.144",
4
4
  "description": "basis-ng components, animations, directives and services for Angular",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^21.0.0",
@@ -1266,7 +1266,7 @@ declare class Tab implements OnDestroy {
1266
1266
  */
1267
1267
  onClick(): void;
1268
1268
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<Tab, never>;
1269
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<Tab, "b-tab", never, { "value": { "alias": "value"; "required": true; "isSignal": true; }; }, {}, never, ["*"], true, [{ directive: typeof i1$3.Tab; inputs: { "value": "value"; }; outputs: {}; }]>;
1269
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<Tab, "button[b-tab], [b-tab]", never, { "value": { "alias": "value"; "required": true; "isSignal": true; }; }, {}, never, ["*"], true, [{ directive: typeof i1$3.Tab; inputs: { "value": "value"; }; outputs: {}; }]>;
1270
1270
  }
1271
1271
 
1272
1272
  /**