@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.
Files changed (33) hide show
  1. package/dist/foundation-ui.css +1 -1
  2. package/dist/index.esm.js +1 -1
  3. package/dist/index.js +1 -1
  4. package/dist/types/lib/components/Card/Card.types.d.ts +0 -1
  5. package/dist/types/lib/components/Checkbox/Checkbox.types.d.ts +0 -1
  6. package/dist/types/lib/components/Container/Container.types.d.ts +0 -1
  7. package/dist/types/lib/components/ContentPageLayout/ContentPageLayout.types.d.ts +0 -1
  8. package/dist/types/lib/components/ContentRowsLayout/ContentRowsLayout.types.d.ts +0 -1
  9. package/dist/types/lib/components/Copy/Copy.types.d.ts +0 -1
  10. package/dist/types/lib/components/Form/Form.types.d.ts +0 -1
  11. package/dist/types/lib/components/FormField/FormField.types.d.ts +0 -1
  12. package/dist/types/lib/components/FormSelect/FormSelect.types.d.ts +0 -1
  13. package/dist/types/lib/components/Heading/Heading.types.d.ts +0 -1
  14. package/dist/types/lib/components/Hero/Hero.types.d.ts +0 -1
  15. package/dist/types/lib/components/Label/Label.types.d.ts +0 -1
  16. package/dist/types/lib/components/Link/Link.types.d.ts +0 -1
  17. package/dist/types/lib/components/List/List.types.d.ts +0 -1
  18. package/dist/types/lib/components/ListItem/ListItem.types.d.ts +0 -1
  19. package/dist/types/lib/components/PanelHero/PanelHero.types.d.ts +0 -1
  20. package/dist/types/lib/components/Radio/Radio.types.d.ts +0 -1
  21. package/dist/types/lib/components/Tabs/Tabs.types.d.ts +0 -1
  22. package/dist/types/lib/components/TextInput/TextInput.types.d.ts +0 -1
  23. package/dist/types/lib/features/Search/Search.types.d.ts +0 -1
  24. package/dist/types/lib/features/Search/views/Layout/Layout.types.d.ts +0 -1
  25. package/dist/types/lib/features/Search/views/Paging/Paging.types.d.ts +0 -1
  26. package/dist/types/lib/features/Search/views/PagingInfo/PagingInfo.types.d.ts +0 -1
  27. package/dist/types/lib/features/Search/views/Result/Result.types.d.ts +0 -1
  28. package/dist/types/lib/features/Search/views/Results/Results.d.ts +0 -1
  29. package/dist/types/lib/features/Search/views/Results/Results.types.d.ts +0 -1
  30. package/dist/types/lib/features/Search/views/ResultsPerPage/ResultsPerPage.types.d.ts +0 -1
  31. package/dist/types/lib/features/Search/views/Sorting/Sorting.types.d.ts +0 -1
  32. package/dist/types/lib/translations/en.d.ts +29 -7
  33. package/package.json +26 -26
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { COPY_ALIGN } from '../Copy/Copy.types';
3
2
  import { NumberType } from './types/CardData/CardData.types';
4
3
  export declare enum CardVariant {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare enum Size {
3
2
  SMALL = "small",
4
3
  MEDIUM = "medium",
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare enum CONTAINER_DIRECTION {
3
2
  ROW = "row",
4
3
  COLUMN = "column"
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare enum CPL_SPACING {
3
2
  NONE = "none",
4
3
  ATOM = "atom",
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare enum CRL_SIZE {
3
2
  NONE = "none",
4
3
  ATOM = "atom",
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare enum COPY_ALIGN {
3
2
  LEFT = "left",
4
3
  CENTER = "center",
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { BTN_TYPES, BTN_VARIANTS } from '../Button/Button.types';
3
2
  export interface Props {
4
3
  children: React.ReactNode;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { OptionsType } from '../FormSelect/FormSelect.types';
3
2
  export declare enum FIELD_TYPES {
4
3
  TEXT = "text",
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { FilterValue } from '@elastic/search-ui';
3
2
  export type OptionsType = {
4
3
  value: string | FilterValue;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare enum HEADING_TAGS {
3
2
  H1 = "h1",
4
3
  H2 = "h2",
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare enum SPACING {
3
2
  NONE = "py-0",
4
3
  ATOM = "py-8",
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { COPY_TRANSFORM } from "../Copy/Copy.types";
3
2
  export interface Props {
4
3
  children: React.ReactNode;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { History } from 'history';
3
2
  export interface Props {
4
3
  href?: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export type VariantsTypes = 'unstyled' | 'inline' | 'small' | 'large';
3
2
  export declare enum Variants {
4
3
  UNSTYLED = "unstyled",
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export type Props = {
3
2
  children: string | Array<React.ReactNode> | React.ReactNode | Array<any> | any;
4
3
  as: 'li' | 'dt' | 'dd';
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { Props as ButtonProps } from '../Button/Button.types';
3
2
  import { Props as VideoProps } from '../Video/Video.types';
4
3
  import { SPACING } from '../Hero/Hero.types';
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { OptionsType } from '../FormSelect/FormSelect.types';
3
2
  export interface Props {
4
3
  id: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export interface TabItem {
3
2
  title: string;
4
3
  content: React.ReactElement;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare enum InputType {
3
2
  TEXT = "text",
4
3
  PASSWORD = "password",
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { RequestState } from '@elastic/search-ui';
3
2
  import { cardMap } from './views/Result/Result.types';
4
3
  export declare enum ResultAsTypes {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export interface Props {
3
2
  className?: string;
4
3
  children?: React.ReactNode;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { Rename } from '@elastic/react-search-ui-views';
3
2
  import { BaseContainerProps } from '@elastic/react-search-ui/lib/esm/types';
4
3
  import { SearchContextState } from '@elastic/search-ui';
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { Rename } from '@elastic/react-search-ui-views';
3
2
  import { BaseContainerProps } from '@elastic/react-search-ui/lib/esm/types';
4
3
  import { SearchContextState } from '@elastic/search-ui';
@@ -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
  import { ResultAsTypes } from '../../Search.types';
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { Props } from './Results.types';
3
2
  declare function Results({ children, className, gridClasses, ...rest }: Props & React.HTMLAttributes<HTMLUListElement>): import("react/jsx-runtime").JSX.Element;
4
3
  declare namespace Results {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { ResultViewProps } from "@elastic/react-search-ui-views";
3
2
  import { BaseContainerProps } from "@elastic/react-search-ui/lib/esm/types";
4
3
  import { SearchContextState } from "@elastic/search-ui";
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { Rename } from '@elastic/react-search-ui-views';
3
2
  import { BaseContainerProps } from '@elastic/react-search-ui/lib/esm/types';
4
3
  import { SearchContextState } from '@elastic/search-ui';
@@ -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
- HOME: {
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
- ACCOUNT: {
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.7",
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": "fd9fab5003dc8c65382153cd97696662d3f4696c",
42
+ "gitHead": "1ecf1b7db8b2d32cd4919aedaed34b03a53b9b7b",
43
43
  "dependencies": {
44
44
  "@elastic/datemath": "^5.0.3",
45
- "@elastic/react-search-ui": "^1.21.1",
46
- "@elastic/react-search-ui-views": "^1.21.1",
47
- "@elastic/search-ui": "^1.21.1",
48
- "@elastic/search-ui-app-search-connector": "^1.21.1",
49
- "@elastic/search-ui-elasticsearch-connector": "^1.21.1",
50
- "@headlessui/react": "^1.7.18",
51
- "@heroicons/react": "^2.1.3",
52
- "@iconify/react": "^4.1.1",
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.12",
57
- "@videojs/http-streaming": "3.10.0",
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.1.9",
62
+ "framer-motion": "^11.3.19",
63
63
  "history": "^5.3.0",
64
- "html-react-parser": "^5.1.10",
65
- "libphonenumber-js": "^1.11.4",
66
- "next": "^14.1.4",
67
- "rc-pagination": "^4.0.4",
68
- "react": "^18.2.0",
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.0",
70
+ "react-content-loader": "^7.0.2",
71
71
  "react-device-detect": "^2.2.3",
72
- "react-dom": "^18.2.0",
73
- "react-hook-form": "^7.51.2",
74
- "react-hover-video-player": "^10.0.1",
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.3.0",
81
- "tailwindcss": "^3.4.3",
82
- "typescript": "^5.4.5",
83
- "video.js": "8.12.0"
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"