@ssa-ui-kit/core 0.0.32-alpha → 0.0.34-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/.storybook/main.ts +4 -0
- package/dist/components/Button/fixtures.d.ts +8 -8
- package/dist/components/Icon/icons/Edit.d.ts +2 -0
- package/dist/components/Icon/icons/Import.d.ts +2 -0
- package/dist/components/Icon/icons/Pages.d.ts +2 -0
- package/dist/components/Icon/icons/Roles.d.ts +2 -0
- package/dist/components/Icon/icons/iconsList.d.ts +1 -1
- package/dist/components/index.d.ts +0 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
- package/src/components/Icon/icons/Edit.tsx +30 -0
- package/src/components/Icon/icons/Import.tsx +31 -0
- package/src/components/Icon/icons/Pages.tsx +75 -0
- package/src/components/Icon/icons/Roles.tsx +51 -0
- package/src/components/Icon/icons/iconsList.tsx +4 -0
- package/src/components/Icon/icons/index.tsx +8 -0
- package/tsbuildcache +1 -1
- package/dist/components/NavBar2/NavBar2.d.ts +0 -2
- package/dist/components/NavBar2/index.d.ts +0 -1
- package/dist/components/NavBar2/types.d.ts +0 -27
package/.storybook/main.ts
CHANGED
|
@@ -57,6 +57,10 @@ const config: StorybookConfig = {
|
|
|
57
57
|
docs: {
|
|
58
58
|
autodocs: true, //cspell:disable-line
|
|
59
59
|
},
|
|
60
|
+
managerHead: (head) => `
|
|
61
|
+
${head}
|
|
62
|
+
<meta name="description" content="SSA UI kit is an open-source React-based library that accelerates frontend development of dashboard and administrative panels" />
|
|
63
|
+
`,
|
|
60
64
|
};
|
|
61
65
|
|
|
62
66
|
export default config;
|
|
@@ -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" | "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;
|
|
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" | "edit" | "import" | "pages" | "roles" | 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" | "edit" | "import" | "pages" | "roles" | undefined;
|
|
28
28
|
}[];
|
|
29
29
|
export declare const tertiaryBtnSpecs: {
|
|
30
30
|
variant: keyof import("./types").ButtonVariants | "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" | "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;
|
|
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" | "edit" | "import" | "pages" | "roles" | 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" | "edit" | "import" | "pages" | "roles" | undefined;
|
|
47
47
|
}[];
|
|
48
48
|
export declare const infoBtnSpecs: {
|
|
49
49
|
variant: keyof import("./types").ButtonVariants | "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" | "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;
|
|
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" | "edit" | "import" | "pages" | "roles" | 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" | "edit" | "import" | "pages" | "roles" | undefined;
|
|
66
66
|
}[];
|
|
67
67
|
export declare const attentionBtnSpecs: {
|
|
68
68
|
variant: keyof import("./types").ButtonVariants | "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" | "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;
|
|
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" | "edit" | "import" | "pages" | "roles" | 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" | "edit" | "import" | "pages" | "roles" | 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", "circular", "ban-user", "confirm-email", "unlock"];
|
|
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", "edit", "import", "pages", "roles"];
|
|
@@ -86,7 +86,6 @@ export * from './WithVisibleSM';
|
|
|
86
86
|
export * from './WithVisibleUpToLG';
|
|
87
87
|
export { default as NavBar } from './NavBar';
|
|
88
88
|
export * from './NavBar';
|
|
89
|
-
export * from './NavBar2';
|
|
90
89
|
export { default as ProgressInfo } from './ProgressInfo';
|
|
91
90
|
export * from './ProgressInfo';
|
|
92
91
|
export * from './CardList';
|