@libs-ui/components-preview-file 0.2.357-0 → 0.2.357-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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +10 -10
package/README.md CHANGED
@@ -148,7 +148,7 @@ export class FileGalleryComponent {
148
148
  key: 'download',
149
149
  label: 'Tai xuong',
150
150
  type: 'button-primary',
151
- classIconLeft: 'libs-ui-icon-download',
151
+ classIconLeft: 'libs-ui-icon-download-outline',
152
152
  action: async (index: number) => {
153
153
  const file = this.fileList[index];
154
154
  window.open(file.url, '_blank');
@@ -158,7 +158,7 @@ export class FileGalleryComponent {
158
158
  key: 'share',
159
159
  label: '',
160
160
  type: 'button-outline',
161
- classIconLeft: 'libs-ui-icon-share',
161
+ classIconLeft: 'libs-ui-icon-upload-outline',
162
162
  iconOnlyType: true,
163
163
  action: async (index: number) => {
164
164
  const file = this.fileList[index];
package/package.json CHANGED
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "@libs-ui/components-preview-file",
3
- "version": "0.2.357-0",
3
+ "version": "0.2.357-1",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=18.0.0",
6
6
  "@angular/core": ">=18.0.0",
7
- "@libs-ui/components-modal": "0.2.357-0",
8
- "@libs-ui/components-skeleton": "0.2.357-0",
9
- "@libs-ui/interfaces-types": "0.2.357-0",
10
- "@libs-ui/pipes-security-trust": "0.2.357-0",
11
- "@libs-ui/components-buttons-button": "0.2.357-0",
12
- "@libs-ui/components-popover": "0.2.357-0",
13
- "@libs-ui/components-spinner": "0.2.357-0",
14
- "@libs-ui/pipes-check-file-extension": "0.2.357-0",
15
- "@libs-ui/utils": "0.2.357-0"
7
+ "@libs-ui/components-modal": "0.2.357-1",
8
+ "@libs-ui/components-skeleton": "0.2.357-1",
9
+ "@libs-ui/interfaces-types": "0.2.357-1",
10
+ "@libs-ui/pipes-security-trust": "0.2.357-1",
11
+ "@libs-ui/components-buttons-button": "0.2.357-1",
12
+ "@libs-ui/components-popover": "0.2.357-1",
13
+ "@libs-ui/components-spinner": "0.2.357-1",
14
+ "@libs-ui/pipes-check-file-extension": "0.2.357-1",
15
+ "@libs-ui/utils": "0.2.357-1"
16
16
  },
17
17
  "sideEffects": false,
18
18
  "module": "fesm2022/libs-ui-components-preview-file.mjs",