@progress-chef/platform-shared-components 0.0.36 → 0.0.38
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/assets/IconFont.css +4 -3
- package/assets/IconFont.scss +4 -3
- package/assets/IconFont.ttf +0 -0
- package/assets/IconFont.woff +0 -0
- package/assets/IconFont.woff2 +0 -0
- package/esm2022/lib/molecules/card/card.component.mjs +2 -2
- package/fesm2022/progress-chef-platform-shared-components.mjs +2 -2
- package/fesm2022/progress-chef-platform-shared-components.mjs.map +1 -1
- package/package.json +1 -1
package/assets/IconFont.css
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: "IconFont";
|
|
3
|
-
src: url('IconFont.woff2?t=
|
|
4
|
-
url('IconFont.woff?t=
|
|
5
|
-
url('IconFont.ttf?t=
|
|
3
|
+
src: url('IconFont.woff2?t=1719393259820') format('woff2'),
|
|
4
|
+
url('IconFont.woff?t=1719393259820') format('woff'),
|
|
5
|
+
url('IconFont.ttf?t=1719393259820') format('truetype');
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
.iconfont {
|
|
@@ -84,6 +84,7 @@
|
|
|
84
84
|
.icon-courier-jobs:before { content: "\e944"; }
|
|
85
85
|
.icon-nm-discovery:before { content: "\e945"; }
|
|
86
86
|
.icon-nm-enrolment:before { content: "\e946"; }
|
|
87
|
+
.icon-play-filled:before { content: "\e947"; }
|
|
87
88
|
|
|
88
89
|
|
|
89
90
|
/**
|
package/assets/IconFont.scss
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: "IconFont";
|
|
3
|
-
src: url('IconFont.woff2?t=
|
|
4
|
-
url('IconFont.woff?t=
|
|
5
|
-
url('IconFont.ttf?t=
|
|
3
|
+
src: url('IconFont.woff2?t=1719393259820') format('woff2'),
|
|
4
|
+
url('IconFont.woff?t=1719393259820') format('woff'),
|
|
5
|
+
url('IconFont.ttf?t=1719393259820') format('truetype');
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
.iconfont {
|
|
@@ -84,6 +84,7 @@
|
|
|
84
84
|
.icon-courier-jobs:before { content: "\e944"; }
|
|
85
85
|
.icon-nm-discovery:before { content: "\e945"; }
|
|
86
86
|
.icon-nm-enrolment:before { content: "\e946"; }
|
|
87
|
+
.icon-play-filled:before { content: "\e947"; }
|
|
87
88
|
|
|
88
89
|
|
|
89
90
|
/**
|
package/assets/IconFont.ttf
CHANGED
|
Binary file
|
package/assets/IconFont.woff
CHANGED
|
Binary file
|
package/assets/IconFont.woff2
CHANGED
|
Binary file
|
|
@@ -7,11 +7,11 @@ export class CardComponent {
|
|
|
7
7
|
this.orientation = 'vertical';
|
|
8
8
|
}
|
|
9
9
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CardComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
10
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: CardComponent, selector: "lib-card", inputs: { width: "width", orientation: "orientation" }, ngImport: i0, template: "<kendo-card [width]=\"width\" [orientation]=\"orientation\">\n <ng-content></ng-content>\n</kendo-card>\n", styles: [".random-css-to-not-keep-this-file-empty{display:none}\n"], dependencies: [{ kind: "component", type: i1.CardComponent, selector: "kendo-card", inputs: ["orientation", "width"] }] }); }
|
|
10
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: CardComponent, selector: "lib-card", inputs: { width: "width", orientation: "orientation" }, ngImport: i0, template: "<kendo-card [width]=\"width\" [orientation]=\"orientation\">\n <ng-content></ng-content>\n</kendo-card>\n", styles: [".random-css-to-not-keep-this-file-empty{display:none}kendo-card{border-radius:1rem}\n"], dependencies: [{ kind: "component", type: i1.CardComponent, selector: "kendo-card", inputs: ["orientation", "width"] }] }); }
|
|
11
11
|
}
|
|
12
12
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CardComponent, decorators: [{
|
|
13
13
|
type: Component,
|
|
14
|
-
args: [{ selector: 'lib-card', template: "<kendo-card [width]=\"width\" [orientation]=\"orientation\">\n <ng-content></ng-content>\n</kendo-card>\n", styles: [".random-css-to-not-keep-this-file-empty{display:none}\n"] }]
|
|
14
|
+
args: [{ selector: 'lib-card', template: "<kendo-card [width]=\"width\" [orientation]=\"orientation\">\n <ng-content></ng-content>\n</kendo-card>\n", styles: [".random-css-to-not-keep-this-file-empty{display:none}kendo-card{border-radius:1rem}\n"] }]
|
|
15
15
|
}], propDecorators: { width: [{
|
|
16
16
|
type: Input
|
|
17
17
|
}], orientation: [{
|
|
@@ -3177,11 +3177,11 @@ class CardComponent {
|
|
|
3177
3177
|
this.orientation = 'vertical';
|
|
3178
3178
|
}
|
|
3179
3179
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CardComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3180
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: CardComponent, selector: "lib-card", inputs: { width: "width", orientation: "orientation" }, ngImport: i0, template: "<kendo-card [width]=\"width\" [orientation]=\"orientation\">\n <ng-content></ng-content>\n</kendo-card>\n", styles: [".random-css-to-not-keep-this-file-empty{display:none}\n"], dependencies: [{ kind: "component", type: i2$1.CardComponent, selector: "kendo-card", inputs: ["orientation", "width"] }] }); }
|
|
3180
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: CardComponent, selector: "lib-card", inputs: { width: "width", orientation: "orientation" }, ngImport: i0, template: "<kendo-card [width]=\"width\" [orientation]=\"orientation\">\n <ng-content></ng-content>\n</kendo-card>\n", styles: [".random-css-to-not-keep-this-file-empty{display:none}kendo-card{border-radius:1rem}\n"], dependencies: [{ kind: "component", type: i2$1.CardComponent, selector: "kendo-card", inputs: ["orientation", "width"] }] }); }
|
|
3181
3181
|
}
|
|
3182
3182
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CardComponent, decorators: [{
|
|
3183
3183
|
type: Component,
|
|
3184
|
-
args: [{ selector: 'lib-card', template: "<kendo-card [width]=\"width\" [orientation]=\"orientation\">\n <ng-content></ng-content>\n</kendo-card>\n", styles: [".random-css-to-not-keep-this-file-empty{display:none}\n"] }]
|
|
3184
|
+
args: [{ selector: 'lib-card', template: "<kendo-card [width]=\"width\" [orientation]=\"orientation\">\n <ng-content></ng-content>\n</kendo-card>\n", styles: [".random-css-to-not-keep-this-file-empty{display:none}kendo-card{border-radius:1rem}\n"] }]
|
|
3185
3185
|
}], propDecorators: { width: [{
|
|
3186
3186
|
type: Input
|
|
3187
3187
|
}], orientation: [{
|