@4alldigital/foundation-ui--gamma 1.44.3 → 1.44.5
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.
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export declare const cardWrapperClasses = "relative rounded-lg overflow-hidden cursor-pointer hover:scale-105 shadow hover:shadow-lg bg-white text-black hover:bg-primary hover:text-bodyTextInverted group";
|
|
2
|
-
export declare const animateClasses = "transition duration-
|
|
2
|
+
export declare const animateClasses = "transition duration-500 ease-in-out ";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@4alldigital/foundation-ui--gamma",
|
|
3
|
-
"version": "1.44.
|
|
3
|
+
"version": "1.44.5",
|
|
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": "575555c35e2cbbd95450f1ab28f4cb99ca0289bc",
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@elastic/datemath": "^5.0.3",
|
|
45
45
|
"@elastic/react-search-ui": "^1.21.1",
|
|
@@ -62,6 +62,7 @@
|
|
|
62
62
|
"framer-motion": "^11.1.9",
|
|
63
63
|
"history": "^5.3.0",
|
|
64
64
|
"html-react-parser": "^5.1.10",
|
|
65
|
+
"libphonenumber-js": "^1.11.4",
|
|
65
66
|
"next": "^14.1.4",
|
|
66
67
|
"rc-pagination": "^4.0.4",
|
|
67
68
|
"react": "^18.2.0",
|