@bethinkpl/design-system 30.4.2 → 30.4.3
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/design-system.js +333 -337
- package/dist/design-system.js.map +1 -1
- package/dist/i18n/en/statsLayout.json +0 -1
- package/dist/i18n/pl/statsLayout.json +0 -1
- package/dist/lib/js/components/StatsLayout/StatsResetBanner/StatsResetBanner.vue.d.ts +2 -2
- package/dist/lib/js/i18n/en.d.ts +0 -1
- package/dist/lib/js/i18n/index.d.ts +0 -2
- package/dist/lib/js/i18n/pl.d.ts +0 -1
- package/dist/storybook/localhost:8080/node_modules/.vite/deps/@bethinkpl_design-system.js?v=62a0baa6 +7919 -0
- package/lib/js/components/StatsLayout/StatsLayout.stories.ts +4 -2
- package/lib/js/components/StatsLayout/StatsResetBanner/StatsResetBanner.stories.ts +1 -5
- package/lib/js/components/StatsLayout/StatsResetBanner/StatsResetBanner.vue +4 -7
- package/lib/js/i18n/en/statsLayout.json +0 -1
- package/lib/js/i18n/pl/statsLayout.json +0 -1
- package/package.json +1 -1
|
@@ -7,6 +7,5 @@
|
|
|
7
7
|
"ds.statsLayout.statsErrorBanner.message": "Refresh the page to try again",
|
|
8
8
|
"ds.statsLayout.statsErrorBanner.title": "Failed to load statistics",
|
|
9
9
|
"ds.statsLayout.statsResetBanner.buttonText": "RESET STATISTICS",
|
|
10
|
-
"ds.statsLayout.statsResetBanner.message": "Statistics counted from",
|
|
11
10
|
"ds.statsLayout.statsResetBanner.title": "Reset statistics"
|
|
12
11
|
}
|
|
@@ -7,6 +7,5 @@
|
|
|
7
7
|
"ds.statsLayout.statsErrorBanner.message": "Odśwież stronę, aby spróbować ponownie",
|
|
8
8
|
"ds.statsLayout.statsErrorBanner.title": "Nie udało się załadować statystyk",
|
|
9
9
|
"ds.statsLayout.statsResetBanner.buttonText": "Resetuj statystyki",
|
|
10
|
-
"ds.statsLayout.statsResetBanner.message": "Statystyki liczone od",
|
|
11
10
|
"ds.statsLayout.statsResetBanner.title": "Reset statystyk"
|
|
12
11
|
}
|
|
@@ -3,17 +3,17 @@ declare function __VLS_template(): Readonly<{
|
|
|
3
3
|
resetModal?: (props: {
|
|
4
4
|
onClose: () => void;
|
|
5
5
|
}) => any;
|
|
6
|
+
message?: () => any;
|
|
6
7
|
}> & {
|
|
7
8
|
infoModalContent?: () => any;
|
|
8
9
|
resetModal?: (props: {
|
|
9
10
|
onClose: () => void;
|
|
10
11
|
}) => any;
|
|
12
|
+
message?: () => any;
|
|
11
13
|
};
|
|
12
14
|
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
13
|
-
timeMarker: string;
|
|
14
15
|
infoModalTitle?: string;
|
|
15
16
|
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
16
|
-
timeMarker: string;
|
|
17
17
|
infoModalTitle?: string;
|
|
18
18
|
}>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
19
19
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
package/dist/lib/js/i18n/en.d.ts
CHANGED
|
@@ -7,7 +7,6 @@ declare const _default: {
|
|
|
7
7
|
"ds.statsLayout.statsErrorBanner.message": string;
|
|
8
8
|
"ds.statsLayout.statsErrorBanner.title": string;
|
|
9
9
|
"ds.statsLayout.statsResetBanner.buttonText": string;
|
|
10
|
-
"ds.statsLayout.statsResetBanner.message": string;
|
|
11
10
|
"ds.statsLayout.statsResetBanner.title": string;
|
|
12
11
|
"ds.pagination.from": string;
|
|
13
12
|
"ds.accessStatus.status.active": string;
|
|
@@ -12,7 +12,6 @@ export declare const messages: {
|
|
|
12
12
|
"ds.statsLayout.statsErrorBanner.message": string;
|
|
13
13
|
"ds.statsLayout.statsErrorBanner.title": string;
|
|
14
14
|
"ds.statsLayout.statsResetBanner.buttonText": string;
|
|
15
|
-
"ds.statsLayout.statsResetBanner.message": string;
|
|
16
15
|
"ds.statsLayout.statsResetBanner.title": string;
|
|
17
16
|
"ds.pagination.from": string;
|
|
18
17
|
"ds.accessStatus.status.active": string;
|
|
@@ -33,7 +32,6 @@ export declare const messages: {
|
|
|
33
32
|
"ds.statsLayout.statsErrorBanner.message": string;
|
|
34
33
|
"ds.statsLayout.statsErrorBanner.title": string;
|
|
35
34
|
"ds.statsLayout.statsResetBanner.buttonText": string;
|
|
36
|
-
"ds.statsLayout.statsResetBanner.message": string;
|
|
37
35
|
"ds.statsLayout.statsResetBanner.title": string;
|
|
38
36
|
"ds.pagination.from": string;
|
|
39
37
|
"ds.accessStatus.status.active": string;
|
package/dist/lib/js/i18n/pl.d.ts
CHANGED
|
@@ -7,7 +7,6 @@ declare const _default: {
|
|
|
7
7
|
"ds.statsLayout.statsErrorBanner.message": string;
|
|
8
8
|
"ds.statsLayout.statsErrorBanner.title": string;
|
|
9
9
|
"ds.statsLayout.statsResetBanner.buttonText": string;
|
|
10
|
-
"ds.statsLayout.statsResetBanner.message": string;
|
|
11
10
|
"ds.statsLayout.statsResetBanner.title": string;
|
|
12
11
|
"ds.pagination.from": string;
|
|
13
12
|
"ds.accessStatus.status.active": string;
|