suis 0.33.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -12,7 +12,7 @@ export declare class SuisIconComponent {
12
12
  */
13
13
  color: SuisColor;
14
14
  /**
15
- * Sets the HTML Entity displayed in content. Type of SuisIconType. By default set to 'info'.
15
+ * Sets the HTML Entity displayed in content. Type of SuisIconType. By default set to 'question'.
16
16
  */
17
17
  type: SuisIconType;
18
18
  /**
@@ -1 +1 @@
1
- export type SuisIconType = 'info' | 'warning' | 'check' | 'cross' | 'plus' | 'minus' | 'arrow-up' | 'arrow-down' | 'arrow-left' | 'arrow-right' | 'chevron-up' | 'chevron-down' | 'chevron-left' | 'chevron-right';
1
+ export type SuisIconType = 'question' | 'exclamation' | 'check' | 'times' | 'plus' | 'minus' | 'arrow-up' | 'arrow-down' | 'arrow-left' | 'arrow-right' | 'chevron-up' | 'chevron-down' | 'chevron-left' | 'chevron-right';
package/package.json CHANGED
@@ -1,9 +1,15 @@
1
1
  {
2
2
  "name": "suis",
3
- "version": "0.33.0",
3
+ "version": "1.0.1",
4
4
  "main": "src/index.ts",
5
5
  "author": "Karol Jaskółka",
6
6
  "description": "Angular 16+ Component Library",
7
+ "homepage": "https://suis-docs.vercel.app/",
8
+ "bugs": "https://github.com/karoljaskolka/suis/issues",
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "https://github.com/karoljaskolka/suis.git"
12
+ },
7
13
  "keywords": [
8
14
  "angular",
9
15
  "standalone",