@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.
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 +23 -0
  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'>;
@@ -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.6",
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": "b5277ac9f6dad49952811e0f5ad2327280f6fbdb",
42
+ "gitHead": "2c0ed12d9e990efbe5994607eea754c0bdbb5239",
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"