@ssa-ui-kit/core 0.0.16-alpha → 0.0.18-alpha
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/dist/components/Button/fixtures.d.ts +8 -8
- package/dist/components/Icon/icons/BanUser.d.ts +2 -0
- package/dist/components/Icon/icons/Circular.d.ts +2 -0
- package/dist/components/Icon/icons/ConfirmEmail.d.ts +2 -0
- package/dist/components/Icon/icons/Unlock.d.ts +2 -0
- package/dist/components/Icon/icons/iconsList.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/components/Icon/icons/BanUser.tsx +35 -0
- package/src/components/Icon/icons/Circular.tsx +21 -0
- package/src/components/Icon/icons/ConfirmEmail.tsx +27 -0
- package/src/components/Icon/icons/Unlock.tsx +23 -0
- package/src/components/Icon/icons/iconsList.tsx +4 -0
- package/src/components/Icon/icons/index.tsx +8 -0
- package/tsbuildcache +1 -1
|
@@ -23,8 +23,8 @@ export declare const secondaryBtnSpecs: {
|
|
|
23
23
|
type?: "button" | "submit" | "reset" | undefined;
|
|
24
24
|
block?: boolean | undefined;
|
|
25
25
|
disabled?: boolean | undefined;
|
|
26
|
-
startIcon?: "filter" | "circle" | "search" | "visible" | "diet" | "calendar" | "home" | "stats" | "sleep" | "trainings" | "measurements" | "settings" | "plus" | "minus" | "more" | "more-vertical" | "check" | "check-circle" | "cross" | "user" | "union" | "notification" | "information" | "warning" | "attention" | "invisible" | "log-out" | "log-in" | "email" | "lock" | "carrot-down" | "carrot-up" | "carrot-left" | "carrot-right" | "radio-on" | "arrow-up" | "arrow-down" | "archive" | "bin" | "change" | "copy" | "robot" | "chart" | "clock" | "unarchive" | "cogwheel" | undefined;
|
|
27
|
-
endIcon?: "filter" | "circle" | "search" | "visible" | "diet" | "calendar" | "home" | "stats" | "sleep" | "trainings" | "measurements" | "settings" | "plus" | "minus" | "more" | "more-vertical" | "check" | "check-circle" | "cross" | "user" | "union" | "notification" | "information" | "warning" | "attention" | "invisible" | "log-out" | "log-in" | "email" | "lock" | "carrot-down" | "carrot-up" | "carrot-left" | "carrot-right" | "radio-on" | "arrow-up" | "arrow-down" | "archive" | "bin" | "change" | "copy" | "robot" | "chart" | "clock" | "unarchive" | "cogwheel" | undefined;
|
|
26
|
+
startIcon?: "filter" | "circle" | "search" | "visible" | "diet" | "calendar" | "home" | "stats" | "sleep" | "trainings" | "measurements" | "settings" | "plus" | "minus" | "more" | "more-vertical" | "check" | "check-circle" | "cross" | "user" | "union" | "notification" | "information" | "warning" | "attention" | "invisible" | "log-out" | "log-in" | "email" | "lock" | "carrot-down" | "carrot-up" | "carrot-left" | "carrot-right" | "radio-on" | "arrow-up" | "arrow-down" | "archive" | "bin" | "change" | "copy" | "robot" | "chart" | "clock" | "unarchive" | "cogwheel" | "circular" | "ban-user" | "confirm-email" | "unlock" | undefined;
|
|
27
|
+
endIcon?: "filter" | "circle" | "search" | "visible" | "diet" | "calendar" | "home" | "stats" | "sleep" | "trainings" | "measurements" | "settings" | "plus" | "minus" | "more" | "more-vertical" | "check" | "check-circle" | "cross" | "user" | "union" | "notification" | "information" | "warning" | "attention" | "invisible" | "log-out" | "log-in" | "email" | "lock" | "carrot-down" | "carrot-up" | "carrot-left" | "carrot-right" | "radio-on" | "arrow-up" | "arrow-down" | "archive" | "bin" | "change" | "copy" | "robot" | "chart" | "clock" | "unarchive" | "cogwheel" | "circular" | "ban-user" | "confirm-email" | "unlock" | undefined;
|
|
28
28
|
}[];
|
|
29
29
|
export declare const tertiaryBtnSpecs: {
|
|
30
30
|
variant: keyof import("./types").IButtonVariants | "custom" | undefined;
|
|
@@ -42,8 +42,8 @@ export declare const tertiaryBtnSpecs: {
|
|
|
42
42
|
type?: "button" | "submit" | "reset" | undefined;
|
|
43
43
|
block?: boolean | undefined;
|
|
44
44
|
disabled?: boolean | undefined;
|
|
45
|
-
startIcon?: "filter" | "circle" | "search" | "visible" | "diet" | "calendar" | "home" | "stats" | "sleep" | "trainings" | "measurements" | "settings" | "plus" | "minus" | "more" | "more-vertical" | "check" | "check-circle" | "cross" | "user" | "union" | "notification" | "information" | "warning" | "attention" | "invisible" | "log-out" | "log-in" | "email" | "lock" | "carrot-down" | "carrot-up" | "carrot-left" | "carrot-right" | "radio-on" | "arrow-up" | "arrow-down" | "archive" | "bin" | "change" | "copy" | "robot" | "chart" | "clock" | "unarchive" | "cogwheel" | undefined;
|
|
46
|
-
endIcon?: "filter" | "circle" | "search" | "visible" | "diet" | "calendar" | "home" | "stats" | "sleep" | "trainings" | "measurements" | "settings" | "plus" | "minus" | "more" | "more-vertical" | "check" | "check-circle" | "cross" | "user" | "union" | "notification" | "information" | "warning" | "attention" | "invisible" | "log-out" | "log-in" | "email" | "lock" | "carrot-down" | "carrot-up" | "carrot-left" | "carrot-right" | "radio-on" | "arrow-up" | "arrow-down" | "archive" | "bin" | "change" | "copy" | "robot" | "chart" | "clock" | "unarchive" | "cogwheel" | undefined;
|
|
45
|
+
startIcon?: "filter" | "circle" | "search" | "visible" | "diet" | "calendar" | "home" | "stats" | "sleep" | "trainings" | "measurements" | "settings" | "plus" | "minus" | "more" | "more-vertical" | "check" | "check-circle" | "cross" | "user" | "union" | "notification" | "information" | "warning" | "attention" | "invisible" | "log-out" | "log-in" | "email" | "lock" | "carrot-down" | "carrot-up" | "carrot-left" | "carrot-right" | "radio-on" | "arrow-up" | "arrow-down" | "archive" | "bin" | "change" | "copy" | "robot" | "chart" | "clock" | "unarchive" | "cogwheel" | "circular" | "ban-user" | "confirm-email" | "unlock" | undefined;
|
|
46
|
+
endIcon?: "filter" | "circle" | "search" | "visible" | "diet" | "calendar" | "home" | "stats" | "sleep" | "trainings" | "measurements" | "settings" | "plus" | "minus" | "more" | "more-vertical" | "check" | "check-circle" | "cross" | "user" | "union" | "notification" | "information" | "warning" | "attention" | "invisible" | "log-out" | "log-in" | "email" | "lock" | "carrot-down" | "carrot-up" | "carrot-left" | "carrot-right" | "radio-on" | "arrow-up" | "arrow-down" | "archive" | "bin" | "change" | "copy" | "robot" | "chart" | "clock" | "unarchive" | "cogwheel" | "circular" | "ban-user" | "confirm-email" | "unlock" | undefined;
|
|
47
47
|
}[];
|
|
48
48
|
export declare const infoBtnSpecs: {
|
|
49
49
|
variant: keyof import("./types").IButtonVariants | "custom" | undefined;
|
|
@@ -61,8 +61,8 @@ export declare const infoBtnSpecs: {
|
|
|
61
61
|
type?: "button" | "submit" | "reset" | undefined;
|
|
62
62
|
block?: boolean | undefined;
|
|
63
63
|
disabled?: boolean | undefined;
|
|
64
|
-
startIcon?: "filter" | "circle" | "search" | "visible" | "diet" | "calendar" | "home" | "stats" | "sleep" | "trainings" | "measurements" | "settings" | "plus" | "minus" | "more" | "more-vertical" | "check" | "check-circle" | "cross" | "user" | "union" | "notification" | "information" | "warning" | "attention" | "invisible" | "log-out" | "log-in" | "email" | "lock" | "carrot-down" | "carrot-up" | "carrot-left" | "carrot-right" | "radio-on" | "arrow-up" | "arrow-down" | "archive" | "bin" | "change" | "copy" | "robot" | "chart" | "clock" | "unarchive" | "cogwheel" | undefined;
|
|
65
|
-
endIcon?: "filter" | "circle" | "search" | "visible" | "diet" | "calendar" | "home" | "stats" | "sleep" | "trainings" | "measurements" | "settings" | "plus" | "minus" | "more" | "more-vertical" | "check" | "check-circle" | "cross" | "user" | "union" | "notification" | "information" | "warning" | "attention" | "invisible" | "log-out" | "log-in" | "email" | "lock" | "carrot-down" | "carrot-up" | "carrot-left" | "carrot-right" | "radio-on" | "arrow-up" | "arrow-down" | "archive" | "bin" | "change" | "copy" | "robot" | "chart" | "clock" | "unarchive" | "cogwheel" | undefined;
|
|
64
|
+
startIcon?: "filter" | "circle" | "search" | "visible" | "diet" | "calendar" | "home" | "stats" | "sleep" | "trainings" | "measurements" | "settings" | "plus" | "minus" | "more" | "more-vertical" | "check" | "check-circle" | "cross" | "user" | "union" | "notification" | "information" | "warning" | "attention" | "invisible" | "log-out" | "log-in" | "email" | "lock" | "carrot-down" | "carrot-up" | "carrot-left" | "carrot-right" | "radio-on" | "arrow-up" | "arrow-down" | "archive" | "bin" | "change" | "copy" | "robot" | "chart" | "clock" | "unarchive" | "cogwheel" | "circular" | "ban-user" | "confirm-email" | "unlock" | undefined;
|
|
65
|
+
endIcon?: "filter" | "circle" | "search" | "visible" | "diet" | "calendar" | "home" | "stats" | "sleep" | "trainings" | "measurements" | "settings" | "plus" | "minus" | "more" | "more-vertical" | "check" | "check-circle" | "cross" | "user" | "union" | "notification" | "information" | "warning" | "attention" | "invisible" | "log-out" | "log-in" | "email" | "lock" | "carrot-down" | "carrot-up" | "carrot-left" | "carrot-right" | "radio-on" | "arrow-up" | "arrow-down" | "archive" | "bin" | "change" | "copy" | "robot" | "chart" | "clock" | "unarchive" | "cogwheel" | "circular" | "ban-user" | "confirm-email" | "unlock" | undefined;
|
|
66
66
|
}[];
|
|
67
67
|
export declare const attentionBtnSpecs: {
|
|
68
68
|
variant: keyof import("./types").IButtonVariants | "custom" | undefined;
|
|
@@ -80,6 +80,6 @@ export declare const attentionBtnSpecs: {
|
|
|
80
80
|
type?: "button" | "submit" | "reset" | undefined;
|
|
81
81
|
block?: boolean | undefined;
|
|
82
82
|
disabled?: boolean | undefined;
|
|
83
|
-
startIcon?: "filter" | "circle" | "search" | "visible" | "diet" | "calendar" | "home" | "stats" | "sleep" | "trainings" | "measurements" | "settings" | "plus" | "minus" | "more" | "more-vertical" | "check" | "check-circle" | "cross" | "user" | "union" | "notification" | "information" | "warning" | "attention" | "invisible" | "log-out" | "log-in" | "email" | "lock" | "carrot-down" | "carrot-up" | "carrot-left" | "carrot-right" | "radio-on" | "arrow-up" | "arrow-down" | "archive" | "bin" | "change" | "copy" | "robot" | "chart" | "clock" | "unarchive" | "cogwheel" | undefined;
|
|
84
|
-
endIcon?: "filter" | "circle" | "search" | "visible" | "diet" | "calendar" | "home" | "stats" | "sleep" | "trainings" | "measurements" | "settings" | "plus" | "minus" | "more" | "more-vertical" | "check" | "check-circle" | "cross" | "user" | "union" | "notification" | "information" | "warning" | "attention" | "invisible" | "log-out" | "log-in" | "email" | "lock" | "carrot-down" | "carrot-up" | "carrot-left" | "carrot-right" | "radio-on" | "arrow-up" | "arrow-down" | "archive" | "bin" | "change" | "copy" | "robot" | "chart" | "clock" | "unarchive" | "cogwheel" | undefined;
|
|
83
|
+
startIcon?: "filter" | "circle" | "search" | "visible" | "diet" | "calendar" | "home" | "stats" | "sleep" | "trainings" | "measurements" | "settings" | "plus" | "minus" | "more" | "more-vertical" | "check" | "check-circle" | "cross" | "user" | "union" | "notification" | "information" | "warning" | "attention" | "invisible" | "log-out" | "log-in" | "email" | "lock" | "carrot-down" | "carrot-up" | "carrot-left" | "carrot-right" | "radio-on" | "arrow-up" | "arrow-down" | "archive" | "bin" | "change" | "copy" | "robot" | "chart" | "clock" | "unarchive" | "cogwheel" | "circular" | "ban-user" | "confirm-email" | "unlock" | undefined;
|
|
84
|
+
endIcon?: "filter" | "circle" | "search" | "visible" | "diet" | "calendar" | "home" | "stats" | "sleep" | "trainings" | "measurements" | "settings" | "plus" | "minus" | "more" | "more-vertical" | "check" | "check-circle" | "cross" | "user" | "union" | "notification" | "information" | "warning" | "attention" | "invisible" | "log-out" | "log-in" | "email" | "lock" | "carrot-down" | "carrot-up" | "carrot-left" | "carrot-right" | "radio-on" | "arrow-up" | "arrow-down" | "archive" | "bin" | "change" | "copy" | "robot" | "chart" | "clock" | "unarchive" | "cogwheel" | "circular" | "ban-user" | "confirm-email" | "unlock" | undefined;
|
|
85
85
|
}[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const iconsList: readonly ["diet", "calendar", "home", "stats", "sleep", "trainings", "measurements", "settings", "plus", "minus", "more", "more-vertical", "check", "check-circle", "cross", "user", "union", "notification", "information", "warning", "attention", "visible", "invisible", "log-out", "log-in", "email", "lock", "carrot-down", "carrot-up", "carrot-left", "carrot-right", "radio-on", "circle", "arrow-up", "arrow-down", "filter", "search", "archive", "bin", "change", "copy", "robot", "chart", "clock", "unarchive", "cogwheel"];
|
|
1
|
+
export declare const iconsList: readonly ["diet", "calendar", "home", "stats", "sleep", "trainings", "measurements", "settings", "plus", "minus", "more", "more-vertical", "check", "check-circle", "cross", "user", "union", "notification", "information", "warning", "attention", "visible", "invisible", "log-out", "log-in", "email", "lock", "carrot-down", "carrot-up", "carrot-left", "carrot-right", "radio-on", "circle", "arrow-up", "arrow-down", "filter", "search", "archive", "bin", "change", "copy", "robot", "chart", "clock", "unarchive", "cogwheel", "circular", "ban-user", "confirm-email", "unlock"];
|