@libs-ui/components-card 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.
- package/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -196,7 +196,7 @@ export class ExampleComponent {
|
|
|
196
196
|
```html
|
|
197
197
|
<ng-template #customHeader>
|
|
198
198
|
<div class="flex items-center gap-3 w-full">
|
|
199
|
-
<span class="libs-ui-icon-
|
|
199
|
+
<span class="libs-ui-icon-arrange text-blue-500"></span>
|
|
200
200
|
<span class="libs-ui-font-h3s text-gray-800">Header tùy chỉnh</span>
|
|
201
201
|
<span class="ml-auto text-xs text-gray-400">v2.0</span>
|
|
202
202
|
</div>
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libs-ui/components-card",
|
|
3
|
-
"version": "0.2.357-
|
|
3
|
+
"version": "0.2.357-2",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": ">=18.0.0",
|
|
6
6
|
"@angular/core": ">=18.0.0",
|
|
7
|
-
"@libs-ui/components-label": "0.2.357-
|
|
8
|
-
"@libs-ui/interfaces-types": "0.2.357-
|
|
7
|
+
"@libs-ui/components-label": "0.2.357-2",
|
|
8
|
+
"@libs-ui/interfaces-types": "0.2.357-2",
|
|
9
9
|
"@ngx-translate/core": "^15.0.0"
|
|
10
10
|
},
|
|
11
11
|
"sideEffects": false,
|