@4alldigital/foundation-ui--gamma 1.62.4 → 1.62.6

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.
@@ -299,6 +299,11 @@ declare const strings: {
299
299
  BACK: string;
300
300
  SHARE: string;
301
301
  DOWNLOAD: string;
302
+ DOWNLOADS: string;
303
+ ALL_DOWNLOADS: string;
304
+ DELETE_DOWNLOAD: string;
305
+ DELETE_DOWNLOADS: string;
306
+ DELETE_DOWNLOADS_CONFIRM: string;
302
307
  FORMAT_HOUR: string;
303
308
  FORMAT_HOURS: string;
304
309
  FORMAT_MINUTE: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@4alldigital/foundation-ui--gamma",
3
- "version": "1.62.4",
3
+ "version": "1.62.6",
4
4
  "description": "Foundation UI Component library with GAMMA theme. ",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
@@ -39,7 +39,7 @@
39
39
  "publishConfig": {
40
40
  "access": "public"
41
41
  },
42
- "gitHead": "5210552a5877ae122a50bab5f498936c42fda6a3",
42
+ "gitHead": "03a6b5b6c2c9f1a6c6ddbf1879336eb41486d559",
43
43
  "dependencies": {
44
44
  "@elastic/datemath": "^5.0.3",
45
45
  "@elastic/react-search-ui": "^1.21.5",
@@ -47,25 +47,25 @@
47
47
  "@elastic/search-ui": "^1.21.5",
48
48
  "@elastic/search-ui-app-search-connector": "^1.21.5",
49
49
  "@elastic/search-ui-elasticsearch-connector": "^1.21.5",
50
- "@headlessui/react": "^2.1.3",
50
+ "@headlessui/react": "^2.1.8",
51
51
  "@heroicons/react": "^2.1.5",
52
52
  "@iconify/react": "^5.0.2",
53
53
  "@tailwindcss/aspect-ratio": "^0.4.2",
54
54
  "@tailwindcss/container-queries": "^0.1.1",
55
- "@tailwindcss/forms": "^0.5.8",
55
+ "@tailwindcss/forms": "^0.5.9",
56
56
  "@tailwindcss/line-clamp": "^0.4.4",
57
57
  "@tailwindcss/typography": "^0.5.15",
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.3.31",
62
+ "framer-motion": "^11.5.6",
63
63
  "history": "^5.3.0",
64
- "html-react-parser": "^5.1.15",
64
+ "html-react-parser": "^5.1.16",
65
65
  "iso8601-duration": "^2.1.2",
66
- "libphonenumber-js": "^1.11.7",
67
- "next": "^14.2.7",
68
- "rc-pagination": "^4.2.0",
66
+ "libphonenumber-js": "^1.11.9",
67
+ "next": "^14.2.13",
68
+ "rc-pagination": "^4.3.0",
69
69
  "react": "^18.3.1",
70
70
  "react-burger-menu": "^3.0.9",
71
71
  "react-collapsible": "^2.10.0",
@@ -84,9 +84,9 @@
84
84
  "react-toastify": "^10.0.5",
85
85
  "slick-carousel": "^1.8.1",
86
86
  "tailwind-merge": "^2.5.2",
87
- "tailwindcss": "^3.4.10",
88
- "typescript": "^5.5.4",
89
- "video.js": "8.17.4"
87
+ "tailwindcss": "^3.4.12",
88
+ "typescript": "^5.6.2",
89
+ "video.js": "8.18.1"
90
90
  },
91
91
  "bugs": {
92
92
  "url": "https://github.com/4AllDigital/foundation-ui/issues"