suis 0.33.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +4 -63
- package/esm2022/lib/components/suis-alert/suis-alert.component.mjs +3 -3
- package/esm2022/lib/components/suis-button/suis-button.component.mjs +3 -3
- package/esm2022/lib/components/suis-button-link/suis-button-link.component.mjs +3 -3
- package/esm2022/lib/components/suis-button-outlined/suis-button-outlined.component.mjs +3 -3
- package/esm2022/lib/components/suis-chip/suis-chip.component.mjs +3 -3
- package/esm2022/lib/components/suis-dialog/suis-dialog.component.mjs +3 -3
- package/esm2022/lib/components/suis-icon/suis-icon-type.pipe.mjs +4 -4
- package/esm2022/lib/components/suis-icon/suis-icon.component.mjs +5 -5
- package/esm2022/lib/components/suis-icon/suis-icon.types.mjs +1 -1
- package/esm2022/lib/components/suis-input-checkbox/suis-input-checkbox.component.mjs +3 -3
- package/esm2022/lib/components/suis-input-image/suis-input-image.component.mjs +3 -3
- package/esm2022/lib/components/suis-notification/suis-notification.component.mjs +3 -3
- package/esm2022/lib/components/suis-select/suis-select.component.mjs +3 -3
- package/esm2022/lib/components/suis-select-multi/suis-select-multi.component.mjs +3 -3
- package/esm2022/lib/components/suis-select-option/suis-select-option.component.mjs +3 -3
- package/fesm2022/suis.mjs +31 -31
- package/fesm2022/suis.mjs.map +1 -1
- package/lib/components/suis-icon/suis-icon.component.d.ts +1 -1
- package/lib/components/suis-icon/suis-icon.types.d.ts +1 -1
- package/package.json +7 -1
@@ -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 '
|
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 = '
|
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.
|
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",
|