@ks-digital/designsystem-angular 0.0.1-alpha.19 → 0.0.1-alpha.20

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.
@@ -900,5 +900,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImpor
900
900
  * Generated bundle index. Do not edit.
901
901
  */
902
902
 
903
- export { Button, Card, CardBlock, CommonInputs, Details, DetailsContent, DetailsSummary, Field, FieldDescription, FieldError, Fieldset, FieldsetDescription, FieldsetLegend, Input, Label, Paragraph, Popover, ValidationMessage };
903
+ export { Button, Card, CardBlock, CommonInputs, Details, DetailsContent, DetailsSummary, Field, FieldDescription, FieldError, Fieldset, FieldsetDescription, FieldsetLegend, Input, Label, Paragraph, Popover, Spinner, ValidationMessage };
904
904
  //# sourceMappingURL=ks-digital-designsystem-angular.mjs.map
package/dist/index.d.ts CHANGED
@@ -210,5 +210,26 @@ declare class Popover {
210
210
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<Popover, "ksd-popover", never, { "popoverId": { "alias": "popoverId"; "required": true; "isSignal": true; }; "placement": { "alias": "placement"; "required": false; "isSignal": true; }; "autoPlacement": { "alias": "autoPlacement"; "required": false; "isSignal": true; }; "open": { "alias": "open"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "dataSize": { "alias": "data-size"; "required": false; "isSignal": true; }; "dataColor": { "alias": "data-color"; "required": false; "isSignal": true; }; }, { "triggeredClose": "triggeredClose"; "triggeredOpen": "triggeredOpen"; }, never, ["*"], true, never>;
211
211
  }
212
212
 
213
- export { Button, Card, CardBlock, CommonInputs, Details, DetailsContent, DetailsSummary, Field, FieldDescription, FieldError, Fieldset, FieldsetDescription, FieldsetLegend, Input, Label, Paragraph, Popover, ValidationMessage };
213
+ declare class Spinner {
214
+ /**
215
+ * Aria-label for the spinner
216
+ */
217
+ readonly ariaLabel: _angular_core.InputSignal<string>;
218
+ /**
219
+ * Aria-label for the spinner
220
+ */
221
+ readonly dataSize: _angular_core.InputSignal<Size>;
222
+ /**
223
+ * Aria-label for the spinner
224
+ */
225
+ readonly dataColor: _angular_core.InputSignal<Size>;
226
+ /**
227
+ * Aria-hidden for the spinner
228
+ */
229
+ readonly ariaHidden: _angular_core.InputSignalWithTransform<boolean, unknown>;
230
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<Spinner, never>;
231
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<Spinner, "ksd-spinner", never, { "ariaLabel": { "alias": "aria-label"; "required": false; "isSignal": true; }; "dataSize": { "alias": "data-size"; "required": false; "isSignal": true; }; "dataColor": { "alias": "data-color"; "required": false; "isSignal": true; }; "ariaHidden": { "alias": "aria-hidden"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
232
+ }
233
+
234
+ export { Button, Card, CardBlock, CommonInputs, Details, DetailsContent, DetailsSummary, Field, FieldDescription, FieldError, Fieldset, FieldsetDescription, FieldsetLegend, Input, Label, Paragraph, Popover, Spinner, ValidationMessage };
214
235
  export type { Size };
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "url": "https://github.com/ks-no/designsystem.git",
6
6
  "directory": "packages/angular"
7
7
  },
8
- "version": "0.0.1-alpha.19",
8
+ "version": "0.0.1-alpha.20",
9
9
  "license": "MIT",
10
10
  "private": false,
11
11
  "publishConfig": {