@onemrvapublic/design-system 21.2.3-develop.8 → 21.3.0-develop.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.
- package/README.md +4 -5
- package/card/src/onemrva-card.component.scss +235 -0
- package/fesm2022/onemrvapublic-design-system-card.mjs +67 -0
- package/fesm2022/onemrvapublic-design-system-card.mjs.map +1 -0
- package/fesm2022/onemrvapublic-design-system-mat-file-upload.mjs +4 -0
- package/fesm2022/onemrvapublic-design-system-mat-file-upload.mjs.map +1 -1
- package/fesm2022/onemrvapublic-design-system-shared.mjs +1 -1
- package/fesm2022/onemrvapublic-design-system-shared.mjs.map +1 -1
- package/fesm2022/onemrvapublic-design-system.mjs +1 -1
- package/fesm2022/onemrvapublic-design-system.mjs.map +1 -1
- package/package.json +5 -1
- package/types/onemrvapublic-design-system-card.d.ts +30 -0
- package/types/onemrvapublic-design-system.d.ts +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"onemrvapublic-design-system.mjs","sources":["../../../../projects/onemrva/design-system/version.ts","../../../../projects/onemrva/design-system/index.ts","../../../../projects/onemrva/design-system/onemrvapublic-design-system.ts"],"sourcesContent":["// Auto-generated — do not edit\nexport const VERSION = '
|
|
1
|
+
{"version":3,"file":"onemrvapublic-design-system.mjs","sources":["../../../../projects/onemrva/design-system/version.ts","../../../../projects/onemrva/design-system/index.ts","../../../../projects/onemrva/design-system/onemrvapublic-design-system.ts"],"sourcesContent":["// Auto-generated — do not edit\nexport const VERSION = '21.3.0-develop.1';\n","export { VERSION } from './version';\n\nexport const ɵɵtsModuleIndicatorApiExtractorWorkaround = true;\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"AAAA;AACO,MAAM,OAAO,GAAG;;ACChB,MAAM,yCAAyC,GAAG;;ACFzD;;AAEG;;;;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onemrvapublic/design-system",
|
|
3
|
-
"version": "21.
|
|
3
|
+
"version": "21.3.0-develop.1",
|
|
4
4
|
"description": "Design System Onem/Rva without theme included",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -52,6 +52,10 @@
|
|
|
52
52
|
"./package.json": {
|
|
53
53
|
"default": "./package.json"
|
|
54
54
|
},
|
|
55
|
+
"./card": {
|
|
56
|
+
"types": "./types/onemrvapublic-design-system-card.d.ts",
|
|
57
|
+
"default": "./fesm2022/onemrvapublic-design-system-card.mjs"
|
|
58
|
+
},
|
|
55
59
|
"./flag-icon": {
|
|
56
60
|
"types": "./types/onemrvapublic-design-system-flag-icon.d.ts",
|
|
57
61
|
"default": "./fesm2022/onemrvapublic-design-system-flag-icon.mjs"
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
|
|
3
|
+
declare class OnemrvaCardComponent {
|
|
4
|
+
/** Visual variant of the card. */
|
|
5
|
+
readonly type: _angular_core.InputSignal<"no-background" | "outline" | "background">;
|
|
6
|
+
readonly image: _angular_core.InputSignal<boolean>;
|
|
7
|
+
readonly imageSrc: _angular_core.InputSignal<string>;
|
|
8
|
+
readonly imageAlt: _angular_core.InputSignal<string>;
|
|
9
|
+
readonly label: _angular_core.InputSignal<string>;
|
|
10
|
+
readonly title: _angular_core.InputSignal<string>;
|
|
11
|
+
readonly subtitle: _angular_core.InputSignal<string>;
|
|
12
|
+
readonly description: _angular_core.InputSignal<string>;
|
|
13
|
+
/** Tooltip text shown via the help icon. When empty, the icon is hidden. */
|
|
14
|
+
readonly helpText: _angular_core.InputSignal<string>;
|
|
15
|
+
/** When `true`, the title always uses the gradient. When `false`, it is always plain. When omitted, the gradient follows the variant. */
|
|
16
|
+
readonly coloredTitle: _angular_core.InputSignal<boolean | undefined>;
|
|
17
|
+
/** Overrides the CSS text color for label, subtitle, description and help icon. Accepts any CSS color value. */
|
|
18
|
+
readonly textColor: _angular_core.InputSignal<string | undefined>;
|
|
19
|
+
readonly width: _angular_core.InputSignal<string | undefined>;
|
|
20
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<OnemrvaCardComponent, never>;
|
|
21
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<OnemrvaCardComponent, "onemrva-card", never, { "type": { "alias": "type"; "required": false; "isSignal": true; }; "image": { "alias": "image"; "required": false; "isSignal": true; }; "imageSrc": { "alias": "imageSrc"; "required": false; "isSignal": true; }; "imageAlt": { "alias": "imageAlt"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": false; "isSignal": true; }; "subtitle": { "alias": "subtitle"; "required": false; "isSignal": true; }; "description": { "alias": "description"; "required": false; "isSignal": true; }; "helpText": { "alias": "helpText"; "required": false; "isSignal": true; }; "coloredTitle": { "alias": "coloredTitle"; "required": false; "isSignal": true; }; "textColor": { "alias": "textColor"; "required": false; "isSignal": true; }; "width": { "alias": "width"; "required": false; "isSignal": true; }; }, {}, never, ["[cardActions]"], true, never>;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
declare class OnemrvaCardModule {
|
|
25
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<OnemrvaCardModule, never>;
|
|
26
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<OnemrvaCardModule, never, [typeof OnemrvaCardComponent], [typeof OnemrvaCardComponent]>;
|
|
27
|
+
static ɵinj: _angular_core.ɵɵInjectorDeclaration<OnemrvaCardModule>;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
export { OnemrvaCardComponent, OnemrvaCardModule };
|