@4alldigital/foundation-ui--gamma 1.46.7 → 1.46.9
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/foundation-ui.css +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/dist/types/lib/components/Card/Card.types.d.ts +0 -1
- package/dist/types/lib/components/Checkbox/Checkbox.types.d.ts +0 -1
- package/dist/types/lib/components/Container/Container.types.d.ts +0 -1
- package/dist/types/lib/components/ContentPageLayout/ContentPageLayout.types.d.ts +0 -1
- package/dist/types/lib/components/ContentRowsLayout/ContentRowsLayout.types.d.ts +0 -1
- package/dist/types/lib/components/Copy/Copy.types.d.ts +0 -1
- package/dist/types/lib/components/Form/Form.types.d.ts +0 -1
- package/dist/types/lib/components/FormField/FormField.types.d.ts +0 -1
- package/dist/types/lib/components/FormSelect/FormSelect.types.d.ts +0 -1
- package/dist/types/lib/components/Heading/Heading.types.d.ts +0 -1
- package/dist/types/lib/components/Hero/Hero.types.d.ts +0 -1
- package/dist/types/lib/components/Label/Label.types.d.ts +0 -1
- package/dist/types/lib/components/Link/Link.types.d.ts +0 -1
- package/dist/types/lib/components/List/List.types.d.ts +0 -1
- package/dist/types/lib/components/ListItem/ListItem.types.d.ts +0 -1
- package/dist/types/lib/components/PanelHero/PanelHero.types.d.ts +0 -1
- package/dist/types/lib/components/Radio/Radio.types.d.ts +0 -1
- package/dist/types/lib/components/Tabs/Tabs.types.d.ts +0 -1
- package/dist/types/lib/components/TextInput/TextInput.types.d.ts +0 -1
- package/dist/types/lib/features/Search/Search.types.d.ts +0 -1
- package/dist/types/lib/features/Search/views/Layout/Layout.types.d.ts +0 -1
- package/dist/types/lib/features/Search/views/Paging/Paging.types.d.ts +0 -1
- package/dist/types/lib/features/Search/views/PagingInfo/PagingInfo.types.d.ts +0 -1
- package/dist/types/lib/features/Search/views/Result/Result.types.d.ts +0 -1
- package/dist/types/lib/features/Search/views/Results/Results.d.ts +0 -1
- package/dist/types/lib/features/Search/views/Results/Results.types.d.ts +0 -1
- package/dist/types/lib/features/Search/views/ResultsPerPage/ResultsPerPage.types.d.ts +0 -1
- package/dist/types/lib/features/Search/views/Sorting/Sorting.types.d.ts +0 -1
- package/dist/types/lib/translations/en.d.ts +29 -7
- package/package.json +26 -26
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { BaseContainerProps } from '@elastic/react-search-ui/lib/esm/types';
|
|
3
2
|
import { SearchContextState } from '@elastic/search-ui';
|
|
4
3
|
export type SortingContainerContext = Pick<SearchContextState, 'sortDirection' | 'sortField' | 'sortList' | 'setSort'>;
|
|
@@ -1,7 +1,22 @@
|
|
|
1
1
|
declare const strings: {
|
|
2
2
|
GLOBAL: {
|
|
3
3
|
SCREENS: {
|
|
4
|
-
|
|
4
|
+
ACCOUNT: {
|
|
5
|
+
TITLE: string;
|
|
6
|
+
};
|
|
7
|
+
CATALOGUE_LIST: {
|
|
8
|
+
TITLE: string;
|
|
9
|
+
};
|
|
10
|
+
CHALLENGE: {
|
|
11
|
+
TITLE: string;
|
|
12
|
+
};
|
|
13
|
+
CHALLENGES_LIST: {
|
|
14
|
+
TITLE: string;
|
|
15
|
+
};
|
|
16
|
+
DASHBOARD: {
|
|
17
|
+
TITLE: string;
|
|
18
|
+
};
|
|
19
|
+
LIVE_SCHEDULE: {
|
|
5
20
|
TITLE: string;
|
|
6
21
|
};
|
|
7
22
|
LOGIN: {
|
|
@@ -10,16 +25,23 @@ declare const strings: {
|
|
|
10
25
|
REGISTER: {
|
|
11
26
|
TITLE: string;
|
|
12
27
|
};
|
|
28
|
+
PROFILE: {
|
|
29
|
+
TITLE: string;
|
|
30
|
+
};
|
|
31
|
+
SUBSCRIPTION: {
|
|
32
|
+
TITLE: string;
|
|
33
|
+
};
|
|
34
|
+
WORKOUT: {
|
|
35
|
+
TITLE: string;
|
|
36
|
+
};
|
|
13
37
|
FORGOT_PASSWORD: {
|
|
14
38
|
TITLE: string;
|
|
15
39
|
};
|
|
16
40
|
RESET_PASSWORD: {
|
|
17
41
|
TITLE: string;
|
|
18
42
|
};
|
|
19
|
-
|
|
43
|
+
HOME: {
|
|
20
44
|
TITLE: string;
|
|
21
|
-
TAB_PROFILE: string;
|
|
22
|
-
TAB_SUBSCRIPTION: string;
|
|
23
45
|
};
|
|
24
46
|
CATALOGUE: {
|
|
25
47
|
TITLE: string;
|
|
@@ -27,9 +49,6 @@ declare const strings: {
|
|
|
27
49
|
CHALLENGES: {
|
|
28
50
|
TITLE: string;
|
|
29
51
|
};
|
|
30
|
-
WORKOUT: {
|
|
31
|
-
TITLE: string;
|
|
32
|
-
};
|
|
33
52
|
LIVE: {
|
|
34
53
|
TITLE: string;
|
|
35
54
|
};
|
|
@@ -363,6 +382,9 @@ declare const strings: {
|
|
|
363
382
|
UPDATES: string;
|
|
364
383
|
LATEST_NEWS: string;
|
|
365
384
|
WHATS_NEW: string;
|
|
385
|
+
GOOD_MORNING: string;
|
|
386
|
+
GOOD_AFTERNOON: string;
|
|
387
|
+
GOOD_EVENING: string;
|
|
366
388
|
};
|
|
367
389
|
ERRORS: {};
|
|
368
390
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@4alldigital/foundation-ui--gamma",
|
|
3
|
-
"version": "1.46.
|
|
3
|
+
"version": "1.46.9",
|
|
4
4
|
"description": "Foundation UI Component library with GAMMA theme. ",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.esm.js",
|
|
@@ -39,48 +39,48 @@
|
|
|
39
39
|
"publishConfig": {
|
|
40
40
|
"access": "public"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "1ecf1b7db8b2d32cd4919aedaed34b03a53b9b7b",
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@elastic/datemath": "^5.0.3",
|
|
45
|
-
"@elastic/react-search-ui": "^1.21.
|
|
46
|
-
"@elastic/react-search-ui-views": "^1.21.
|
|
47
|
-
"@elastic/search-ui": "^1.21.
|
|
48
|
-
"@elastic/search-ui-app-search-connector": "^1.21.
|
|
49
|
-
"@elastic/search-ui-elasticsearch-connector": "^1.21.
|
|
50
|
-
"@headlessui/react": "^1.
|
|
51
|
-
"@heroicons/react": "^2.1.
|
|
52
|
-
"@iconify/react": "^
|
|
45
|
+
"@elastic/react-search-ui": "^1.21.5",
|
|
46
|
+
"@elastic/react-search-ui-views": "^1.21.5",
|
|
47
|
+
"@elastic/search-ui": "^1.21.5",
|
|
48
|
+
"@elastic/search-ui-app-search-connector": "^1.21.5",
|
|
49
|
+
"@elastic/search-ui-elasticsearch-connector": "^1.21.5",
|
|
50
|
+
"@headlessui/react": "^2.1.2",
|
|
51
|
+
"@heroicons/react": "^2.1.5",
|
|
52
|
+
"@iconify/react": "^5.0.2",
|
|
53
53
|
"@tailwindcss/aspect-ratio": "^0.4.2",
|
|
54
54
|
"@tailwindcss/container-queries": "^0.1.1",
|
|
55
55
|
"@tailwindcss/forms": "^0.5.7",
|
|
56
|
-
"@tailwindcss/typography": "^0.5.
|
|
57
|
-
"@videojs/http-streaming": "3.
|
|
56
|
+
"@tailwindcss/typography": "^0.5.13",
|
|
57
|
+
"@videojs/http-streaming": "3.13.2",
|
|
58
58
|
"classnames": "^2.5.1",
|
|
59
59
|
"date-fns": "^3.6.0",
|
|
60
60
|
"date-input-polyfill": "^2.14.0",
|
|
61
61
|
"filter-invalid-dom-props": "^3.0.1",
|
|
62
|
-
"framer-motion": "^11.
|
|
62
|
+
"framer-motion": "^11.3.19",
|
|
63
63
|
"history": "^5.3.0",
|
|
64
|
-
"html-react-parser": "^5.1.
|
|
65
|
-
"libphonenumber-js": "^1.11.
|
|
66
|
-
"next": "^14.
|
|
67
|
-
"rc-pagination": "^4.0
|
|
68
|
-
"react": "^18.
|
|
64
|
+
"html-react-parser": "^5.1.12",
|
|
65
|
+
"libphonenumber-js": "^1.11.5",
|
|
66
|
+
"next": "^14.2.5",
|
|
67
|
+
"rc-pagination": "^4.2.0",
|
|
68
|
+
"react": "^18.3.1",
|
|
69
69
|
"react-burger-menu": "^3.0.9",
|
|
70
|
-
"react-content-loader": "^7.0.
|
|
70
|
+
"react-content-loader": "^7.0.2",
|
|
71
71
|
"react-device-detect": "^2.2.3",
|
|
72
|
-
"react-dom": "^18.
|
|
73
|
-
"react-hook-form": "^7.
|
|
74
|
-
"react-hover-video-player": "^10.0.
|
|
72
|
+
"react-dom": "^18.3.1",
|
|
73
|
+
"react-hook-form": "^7.52.1",
|
|
74
|
+
"react-hover-video-player": "^10.0.2",
|
|
75
75
|
"react-otp-input": "^3.1.1",
|
|
76
76
|
"react-player": "^2.16.0",
|
|
77
77
|
"react-share": "^5.1.0",
|
|
78
78
|
"react-tabs": "^6.0.2",
|
|
79
79
|
"react-toastify": "^10.0.5",
|
|
80
|
-
"tailwind-merge": "^2.
|
|
81
|
-
"tailwindcss": "^3.4.
|
|
82
|
-
"typescript": "^5.4
|
|
83
|
-
"video.js": "8.
|
|
80
|
+
"tailwind-merge": "^2.4.0",
|
|
81
|
+
"tailwindcss": "^3.4.7",
|
|
82
|
+
"typescript": "^5.5.4",
|
|
83
|
+
"video.js": "8.17.2"
|
|
84
84
|
},
|
|
85
85
|
"bugs": {
|
|
86
86
|
"url": "https://github.com/4AllDigital/foundation-ui/issues"
|