@4alldigital/foundation-ui--gamma 1.51.0 → 1.52.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.
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const cardWrapperClasses = "relative rounded-lg overflow-hidden cursor-pointer hover:scale-105 shadow hover:shadow-lg bg-
|
|
1
|
+
export declare const cardWrapperClasses = "relative rounded-lg overflow-hidden cursor-pointer hover:scale-105 shadow hover:shadow-lg bg-cardBackground text-cardText dark:bg-darkCardBackground dark:text-darkCardText hover:bg-cardText hover:text-cardBackground group";
|
|
2
2
|
export declare const animateClasses = "transition duration-500 ease-in-out ";
|
|
@@ -40,6 +40,8 @@ export { default as PanelHero } from './PanelHero';
|
|
|
40
40
|
export { default as PanelProduct } from './PanelProduct';
|
|
41
41
|
export { default as PanelVideo } from './PanelVideo';
|
|
42
42
|
export { default as CardGrid } from './CardGrid';
|
|
43
|
+
export { default as Screen } from './Screen';
|
|
44
|
+
export { default as Accordion } from './Accordion';
|
|
43
45
|
export { default as Container } from './Container';
|
|
44
46
|
export { default as ContentPageLayout } from './ContentPageLayout';
|
|
45
47
|
export { default as ContentRowsLayout } from './ContentRowsLayout';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@4alldigital/foundation-ui--gamma",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.52.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": "f6afa7aaac80226dc4a60455b225ee0c7ce5d787",
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@elastic/datemath": "^5.0.3",
|
|
45
45
|
"@elastic/react-search-ui": "^1.21.5",
|