@hichchi/ngx-ui 0.0.7 → 0.0.8

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 +8 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -166,7 +166,7 @@ Complete technical reference for all classes, interfaces, methods, and types in
166
166
 
167
167
  ### ButtonComponent
168
168
 
169
- Defined in: [button/button.component.ts:50](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/ngx-ui/src/lib/components/button/button.component.ts#L50)
169
+ Defined in: [button/button.component.ts:50](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-ui/src/lib/components/button/button.component.ts#L50)
170
170
 
171
171
  Reusable button component for the Hichchi UI library
172
172
 
@@ -258,7 +258,7 @@ Multiple classes can be specified as a space-separated string.
258
258
  </td>
259
259
  <td>
260
260
 
261
- [button/button.component.ts:70](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/ngx-ui/src/lib/components/button/button.component.ts#L70)
261
+ [button/button.component.ts:70](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-ui/src/lib/components/button/button.component.ts#L70)
262
262
 
263
263
  </td>
264
264
  </tr>
@@ -290,7 +290,7 @@ secondary for alternative actions, danger for destructive actions, etc.).
290
290
  </td>
291
291
  <td>
292
292
 
293
- [button/button.component.ts:60](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/ngx-ui/src/lib/components/button/button.component.ts#L60)
293
+ [button/button.component.ts:60](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-ui/src/lib/components/button/button.component.ts#L60)
294
294
 
295
295
  </td>
296
296
  </tr>
@@ -325,7 +325,7 @@ handleButtonClick(event: MouseEvent) {
325
325
  </td>
326
326
  <td>
327
327
 
328
- [button/button.component.ts:100](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/ngx-ui/src/lib/components/button/button.component.ts#L100)
328
+ [button/button.component.ts:100](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-ui/src/lib/components/button/button.component.ts#L100)
329
329
 
330
330
  </td>
331
331
  </tr>
@@ -359,7 +359,7 @@ Specifies the behavior of the button when used within forms.
359
359
  </td>
360
360
  <td>
361
361
 
362
- [button/button.component.ts:82](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/ngx-ui/src/lib/components/button/button.component.ts#L82)
362
+ [button/button.component.ts:82](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-ui/src/lib/components/button/button.component.ts#L82)
363
363
 
364
364
  </td>
365
365
  </tr>
@@ -370,7 +370,7 @@ Specifies the behavior of the button when used within forms.
370
370
 
371
371
  ### HcCardComponent
372
372
 
373
- Defined in: [hc-card/hc-card.component.ts:57](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/ngx-ui/src/lib/components/hc-card/hc-card.component.ts#L57)
373
+ Defined in: [hc-card/hc-card.component.ts:57](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-ui/src/lib/components/hc-card/hc-card.component.ts#L57)
374
374
 
375
375
  Reusable card component for the Hichchi UI library
376
376
 
@@ -436,7 +436,7 @@ new HcCardComponent(): HcCardComponent;
436
436
 
437
437
  ### HcSeparatorComponent
438
438
 
439
- Defined in: [hc-separator/hc-separator.component.ts:59](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/ngx-ui/src/lib/components/hc-separator/hc-separator.component.ts#L59)
439
+ Defined in: [hc-separator/hc-separator.component.ts:59](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-ui/src/lib/components/hc-separator/hc-separator.component.ts#L59)
440
440
 
441
441
  Reusable separator component for the Hichchi UI library
442
442
 
@@ -537,7 +537,7 @@ for creating labeled dividers that help organize content sections.
537
537
  </td>
538
538
  <td>
539
539
 
540
- [hc-separator/hc-separator.component.ts:69](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/ngx-ui/src/lib/components/hc-separator/hc-separator.component.ts#L69)
540
+ [hc-separator/hc-separator.component.ts:69](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/ngx-ui/src/lib/components/hc-separator/hc-separator.component.ts#L69)
541
541
 
542
542
  </td>
543
543
  </tr>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hichchi/ngx-ui",
3
3
  "description": "A comprehensive UI component library for Angular applications",
4
- "version": "0.0.7",
4
+ "version": "0.0.8",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },