@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.
- package/dist/foundation-ui.css +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.js +2 -2
- package/dist/types/lib/translations/en.d.ts +5 -0
- package/package.json +12 -12
|
@@ -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.
|
|
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": "
|
|
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.
|
|
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.
|
|
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.
|
|
62
|
+
"framer-motion": "^11.5.6",
|
|
63
63
|
"history": "^5.3.0",
|
|
64
|
-
"html-react-parser": "^5.1.
|
|
64
|
+
"html-react-parser": "^5.1.16",
|
|
65
65
|
"iso8601-duration": "^2.1.2",
|
|
66
|
-
"libphonenumber-js": "^1.11.
|
|
67
|
-
"next": "^14.2.
|
|
68
|
-
"rc-pagination": "^4.
|
|
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.
|
|
88
|
-
"typescript": "^5.
|
|
89
|
-
"video.js": "8.
|
|
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"
|