@libs-ui/components-inputs-emoji 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 +1 -1
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -188,7 +188,7 @@ export class ControlledEmojiComponent {
188
188
 
189
189
  | Input | Type | Default | Mô tả | Ví dụ |
190
190
  |---|---|---|---|---|
191
- | `[classIconInclude]` | `string` | `'libs-ui-icon-add'` | CSS class cho icon trigger mặc định (khi không dùng ng-content) | `[classIconInclude]="'libs-ui-icon-smile'"` |
191
+ | `[classIconInclude]` | `string` | `'libs-ui-icon-add'` | CSS class cho icon trigger mặc định (khi không dùng ng-content) | `[classIconInclude]="'libs-ui-icon-face-smile'"` |
192
192
  | `[classInclude]` | `string` | `''` | CSS class bổ sung cho container của trigger button | `[classInclude]="'ml-2'"` |
193
193
  | `[classPopup]` | `string` | `'w-[290px] h-[245px]'` | CSS class cho container của popup chọn emoji, kiểm soát kích thước | `classPopup="w-[400px] h-[350px]"` |
194
194
  | `[configPopover]` | `IPopoverOverlay` | `defaultConfigPopover()` | Cấu hình đầy đủ cho Popover overlay (direction, position, animation,...) | `[configPopover]="myPopoverConfig"` |
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@libs-ui/components-inputs-emoji",
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/components-inputs-search": "0.2.357-0",
8
- "@libs-ui/components-scroll-overlay": "0.2.357-0",
9
- "@libs-ui/interfaces-types": "0.2.357-0",
10
- "@libs-ui/utils": "0.2.357-0",
6
+ "@libs-ui/components-popover": "0.2.357-2",
7
+ "@libs-ui/components-inputs-search": "0.2.357-2",
8
+ "@libs-ui/components-scroll-overlay": "0.2.357-2",
9
+ "@libs-ui/interfaces-types": "0.2.357-2",
10
+ "@libs-ui/utils": "0.2.357-2",
11
11
  "@ngx-translate/core": "^15.0.0"
12
12
  },
13
13
  "sideEffects": false,