@4alldigital/foundation-ui--gamma 1.46.6 → 1.46.8
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 +23 -0
- 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'>;
|
|
@@ -340,6 +340,29 @@ declare const strings: {
|
|
|
340
340
|
RATE: string;
|
|
341
341
|
VERSION: string;
|
|
342
342
|
APP_VERSION: string;
|
|
343
|
+
WELCOME: string;
|
|
344
|
+
LATEST_WORKOUTS: string;
|
|
345
|
+
RECENTLY_VIEWED: string;
|
|
346
|
+
RECENTLY_ADDED: string;
|
|
347
|
+
RECENTLY_COMPLETED: string;
|
|
348
|
+
WORKOUTS_LIKED: string;
|
|
349
|
+
WORKOUTS_FAVORITED: string;
|
|
350
|
+
WORKOUTS_BOOKMARKED: string;
|
|
351
|
+
WORKOUTS_COMPLETED: string;
|
|
352
|
+
WORKOUTS_DONE: string;
|
|
353
|
+
LIKED: string;
|
|
354
|
+
FAVORITED: string;
|
|
355
|
+
BOOKMARKED: string;
|
|
356
|
+
COMPLETED: string;
|
|
357
|
+
DONE: string;
|
|
358
|
+
STATS: string;
|
|
359
|
+
STATISTICS: string;
|
|
360
|
+
ACTIVITY: string;
|
|
361
|
+
RECENT_ACTIVITY: string;
|
|
362
|
+
NEWS: string;
|
|
363
|
+
UPDATES: string;
|
|
364
|
+
LATEST_NEWS: string;
|
|
365
|
+
WHATS_NEW: string;
|
|
343
366
|
};
|
|
344
367
|
ERRORS: {};
|
|
345
368
|
};
|
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.8",
|
|
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": "2c0ed12d9e990efbe5994607eea754c0bdbb5239",
|
|
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"
|