@4alldigital/foundation-ui--gamma 1.63.0 → 1.64.0
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 +2 -2
- package/dist/index.js +2 -2
- package/dist/types/lib/translations/en.d.ts +2 -0
- package/package.json +14 -14
|
@@ -523,6 +523,7 @@ declare const strings: {
|
|
|
523
523
|
UPDATES: string;
|
|
524
524
|
LATEST_NEWS: string;
|
|
525
525
|
WHATS_NEW: string;
|
|
526
|
+
OUR_FEATURE: string;
|
|
526
527
|
WHATS_NEWS: string;
|
|
527
528
|
GOOD_MORNING: string;
|
|
528
529
|
GOOD_AFTERNOON: string;
|
|
@@ -738,6 +739,7 @@ declare const strings: {
|
|
|
738
739
|
TWITTER_LABEL: string;
|
|
739
740
|
ALREADY_HAVE_ACCOUNT: string;
|
|
740
741
|
FORGOT_PASSWORD_LABEL: string;
|
|
742
|
+
NO_FREE_TRIAL_ALLOWED: string;
|
|
741
743
|
};
|
|
742
744
|
ERRORS: {
|
|
743
745
|
GENERIC_ERROR: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@4alldigital/foundation-ui--gamma",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.64.0",
|
|
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": "e1a2c0fd5a2f8beacdb4b538eb1d200dc4cb6d3f",
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@elastic/datemath": "^5.0.3",
|
|
45
45
|
"@elastic/react-search-ui": "^1.21.5",
|
|
@@ -47,7 +47,7 @@
|
|
|
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.
|
|
50
|
+
"@headlessui/react": "^2.2.0",
|
|
51
51
|
"@heroicons/react": "^2.1.5",
|
|
52
52
|
"@iconify/react": "^5.0.2",
|
|
53
53
|
"@tailwindcss/aspect-ratio": "^0.4.2",
|
|
@@ -59,13 +59,13 @@
|
|
|
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.11.11",
|
|
63
63
|
"he": "^1.2.0",
|
|
64
64
|
"history": "^5.3.0",
|
|
65
|
-
"html-react-parser": "^5.1.
|
|
65
|
+
"html-react-parser": "^5.1.18",
|
|
66
66
|
"iso8601-duration": "^2.1.2",
|
|
67
|
-
"libphonenumber-js": "^1.11.
|
|
68
|
-
"next": "^14.2.
|
|
67
|
+
"libphonenumber-js": "^1.11.14",
|
|
68
|
+
"next": "^14.2.17",
|
|
69
69
|
"rc-pagination": "^4.3.0",
|
|
70
70
|
"react": "^18.3.1",
|
|
71
71
|
"react-burger-menu": "^3.0.9",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"react-content-loader": "^7.0.2",
|
|
75
75
|
"react-device-detect": "^2.2.3",
|
|
76
76
|
"react-dom": "^18.3.1",
|
|
77
|
-
"react-hook-form": "^7.53.
|
|
77
|
+
"react-hook-form": "^7.53.2",
|
|
78
78
|
"react-hover-video-player": "^10.0.2",
|
|
79
79
|
"react-modal": "^3.16.1",
|
|
80
80
|
"react-otp-input": "^3.1.1",
|
|
@@ -82,19 +82,19 @@
|
|
|
82
82
|
"react-share": "^5.1.0",
|
|
83
83
|
"react-slick": "^0.30.2",
|
|
84
84
|
"react-tabs": "^6.0.2",
|
|
85
|
-
"react-toastify": "^10.0.
|
|
85
|
+
"react-toastify": "^10.0.6",
|
|
86
86
|
"slick-carousel": "^1.8.1",
|
|
87
|
-
"tailwind-merge": "^2.5.
|
|
88
|
-
"tailwindcss": "^3.4.
|
|
89
|
-
"typescript": "^5.6.
|
|
90
|
-
"video.js": "8.
|
|
87
|
+
"tailwind-merge": "^2.5.4",
|
|
88
|
+
"tailwindcss": "^3.4.14",
|
|
89
|
+
"typescript": "^5.6.3",
|
|
90
|
+
"video.js": "8.19.1"
|
|
91
91
|
},
|
|
92
92
|
"bugs": {
|
|
93
93
|
"url": "https://github.com/4AllDigital/foundation-ui/issues"
|
|
94
94
|
},
|
|
95
95
|
"homepage": "https://github.com/4AllDigital/foundation-ui#readme",
|
|
96
96
|
"devDependencies": {
|
|
97
|
-
"@types/he": "^1",
|
|
97
|
+
"@types/he": "^1.2.3",
|
|
98
98
|
"@types/react-modal": "^3.16.3",
|
|
99
99
|
"@types/react-slick": "^0.23.13",
|
|
100
100
|
"@types/slick-carousel": "^1.6.40",
|