@libs-ui/components-buttons-status 0.2.357-0 → 0.2.357-2

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 +5 -5
package/README.md CHANGED
@@ -114,7 +114,7 @@ export class WithIconsExampleComponent {
114
114
  readonly withIconsConfig: IButtonStatus = {
115
115
  label: 'Đang xử lý',
116
116
  type: 'cyan',
117
- classIconLeft: 'libs-ui-icon-info-circle',
117
+ classIconLeft: 'libs-ui-icon-tooltip-outline',
118
118
  popoverIconLeft: {
119
119
  type: 'text',
120
120
  dataView: 'Trạng thái đang chờ phê duyệt',
@@ -243,7 +243,7 @@ export interface IButtonStatus {
243
243
  /** Class CSS bổ sung cho thẻ `<span>` chứa label. Mặc định: `'libs-ui-font-h6r'` */
244
244
  classLabelInclude?: string;
245
245
 
246
- /** Class icon bên trái (VD: `'libs-ui-icon-info-circle'`) */
246
+ /** Class icon bên trái (VD: `'libs-ui-icon-tooltip-outline'`) */
247
247
  classIconLeft?: string;
248
248
 
249
249
  /** Cấu hình popover cho icon bên trái */
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@libs-ui/components-buttons-status",
3
- "version": "0.2.357-0",
3
+ "version": "0.2.357-2",
4
4
  "peerDependencies": {
5
5
  "@angular/core": ">=18.0.0",
6
- "@libs-ui/components-popover": "0.2.357-0",
7
- "@libs-ui/services-config-project": "0.2.357-0",
8
- "@libs-ui/utils": "0.2.357-0",
6
+ "@libs-ui/components-popover": "0.2.357-2",
7
+ "@libs-ui/services-config-project": "0.2.357-2",
8
+ "@libs-ui/utils": "0.2.357-2",
9
9
  "@ngx-translate/core": "^15.0.0",
10
- "@libs-ui/interfaces-types": "0.2.357-0"
10
+ "@libs-ui/interfaces-types": "0.2.357-2"
11
11
  },
12
12
  "sideEffects": false,
13
13
  "module": "fesm2022/libs-ui-components-buttons-status.mjs",